|
|
|
1 | 2024-07-05T22:39:42.083Z | job assigned to worker 01J22GSE3TZRRWXQSP7GJ92NVZ (queued for 1 m 6 s) |
|
2 | 2024-07-05T22:39:50.321Z | starting task 0: "setup" |
3 | 2024-07-05T22:39:50.381Z | ++ uname -s |
4 | 2024-07-05T22:39:50.385Z | + kern=SunOS |
5 | 2024-07-05T22:39:50.385Z | + case "$kern" in |
6 | 2024-07-05T22:39:50.386Z | + groupadd -g 12345 build |
7 | 2024-07-05T22:39:50.388Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-05T22:39:52.418Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-05T22:39:52.521Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-05T22:39:52.537Z | + home_fs=zfs |
11 | 2024-07-05T22:39:52.538Z | + [[ zfs == autofs ]] |
12 | 2024-07-05T22:39:52.538Z | + mkdir -p /home/build |
13 | 2024-07-05T22:39:52.538Z | + chown build:build /home/build /work |
14 | 2024-07-05T22:39:54.518Z | + chmod 0700 /home/build /work |
15 | 2024-07-05T22:39:54.523Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2024-07-05T22:39:54.532Z | starting task 1: "rust-toolchain" |
17 | 2024-07-05T22:39:54.536Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-05T22:39:54.536Z | ' 1.78.0 |
19 | 2024-07-05T22:39:54.536Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-05T22:39:54.536Z | ' default |
21 | 2024-07-05T22:39:54.536Z | * toolchain channel = "1.78.0" |
22 | 2024-07-05T22:39:54.536Z | * toolchain profile = "default" |
23 | 2024-07-05T22:39:54.539Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-05T22:39:54.540Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-05T22:39:54.640Z | info: downloading installer |
26 | 2024-07-05T22:39:55.897Z | info: profile set to 'default' |
27 | 2024-07-05T22:39:55.897Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-05T22:39:55.901Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-05T22:39:56.023Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-05T22:39:56.023Z | info: downloading component 'cargo' |
31 | 2024-07-05T22:39:56.712Z | info: downloading component 'clippy' |
32 | 2024-07-05T22:39:56.941Z | info: downloading component 'rust-docs' |
33 | 2024-07-05T22:39:57.850Z | info: downloading component 'rust-std' |
34 | 2024-07-05T22:39:59.327Z | info: downloading component 'rustc' |
35 | 2024-07-05T22:40:03.008Z | info: downloading component 'rustfmt' |
36 | 2024-07-05T22:40:03.210Z | info: installing component 'cargo' |
37 | 2024-07-05T22:40:04.071Z | info: installing component 'clippy' |
38 | 2024-07-05T22:40:04.439Z | info: installing component 'rust-docs' |
39 | 2024-07-05T22:40:05.973Z | info: installing component 'rust-std' |
40 | 2024-07-05T22:40:07.757Z | info: installing component 'rustc' |
41 | 2024-07-05T22:40:12.235Z | info: installing component 'rustfmt' |
42 | 2024-07-05T22:40:12.581Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-05T22:40:12.581Z | |
44 | 2024-07-05T22:40:12.847Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-05T22:40:12.847Z | |
46 | 2024-07-05T22:40:12.855Z | |
47 | 2024-07-05T22:40:12.855Z | Rust is installed now. Great! |
48 | 2024-07-05T22:40:12.855Z | |
49 | 2024-07-05T22:40:12.855Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-05T22:40:12.855Z | environment variable. This has not been done automatically. |
51 | 2024-07-05T22:40:12.855Z | |
52 | 2024-07-05T22:40:12.855Z | To configure your current shell, you need to source |
53 | 2024-07-05T22:40:12.855Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-05T22:40:12.855Z | |
55 | 2024-07-05T22:40:12.855Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-05T22:40:12.856Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-05T22:40:12.856Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-05T22:40:12.911Z | + rustc --version |
59 | 2024-07-05T22:40:12.973Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-05T22:40:12.977Z | process exited: duration 18439 ms, exit code 0 |
|
61 | 2024-07-05T22:40:12.987Z | starting task 2: "authentication" |
62 | 2024-07-05T22:40:13.012Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-07-05T22:40:13.023Z | starting task 3: "clone repository" |
64 | 2024-07-05T22:40:13.029Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-05T22:40:13.035Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-05T22:40:13.196Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-05T22:40:19.278Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-05T22:40:19.278Z | + git fetch origin 3ad73c721facf6804695a9b55574c66feea5147c |
69 | 2024-07-05T22:40:19.661Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-05T22:40:19.661Z | * branch 3ad73c721facf6804695a9b55574c66feea5147c -> FETCH_HEAD |
71 | 2024-07-05T22:40:19.670Z | + [[ -n move-provisioning-timeseries-to-toml ]] |
72 | 2024-07-05T22:40:19.673Z | ++ git branch --show-current |
73 | 2024-07-05T22:40:19.676Z | + current=main |
74 | 2024-07-05T22:40:19.676Z | + [[ main != move-provisioning-timeseries-to-toml ]] |
75 | 2024-07-05T22:40:19.676Z | + git branch -f move-provisioning-timeseries-to-toml 3ad73c721facf6804695a9b55574c66feea5147c |
76 | 2024-07-05T22:40:19.678Z | + git checkout -f move-provisioning-timeseries-to-toml |
77 | 2024-07-05T22:40:19.813Z | Switched to branch 'move-provisioning-timeseries-to-toml' |
78 | 2024-07-05T22:40:19.815Z | + git reset --hard 3ad73c721facf6804695a9b55574c66feea5147c |
79 | 2024-07-05T22:40:19.827Z | HEAD is now at 3ad73c721 Define virtual resource provisioning timeseries in TOML |
80 | 2024-07-05T22:40:19.829Z | process exited: duration 6804 ms, exit code 0 |
|
81 | 2024-07-05T22:40:19.835Z | starting task 4: "build" |
82 | 2024-07-05T22:40:19.841Z | + cargo --version |
83 | 2024-07-05T22:40:19.893Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-05T22:40:19.896Z | + rustc --version |
85 | 2024-07-05T22:40:19.948Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-05T22:40:19.951Z | + WORK=/work |
87 | 2024-07-05T22:40:19.951Z | + pfexec mkdir -p /work |
88 | 2024-07-05T22:40:19.954Z | + pfexec chown build /work |
89 | 2024-07-05T22:40:19.957Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-05T22:40:34.271Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-05T22:40:36.214Z | Startup: Caching catalogs ... Done |
92 | 2024-07-05T22:40:38.838Z | Planning: Solver setup ... Done (2.152s) |
93 | 2024-07-05T22:40:38.881Z | Planning: Running solver ... Done (0.046s) |
94 | 2024-07-05T22:40:38.923Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-07-05T22:40:39.035Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-05T22:40:39.322Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-05T22:40:39.468Z | Planning: Package planning ... Done (0.146s) |
98 | 2024-07-05T22:40:39.518Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-07-05T22:40:40.174Z | Planning: Checking for conflicting actions ... Done (0.656s) |
100 | 2024-07-05T22:40:40.185Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-05T22:40:43.815Z | Planning: Evaluating mediators ... Done (3.629s) |
102 | 2024-07-05T22:40:43.825Z | Planning: Planning completed in 7.54 seconds |
103 | 2024-07-05T22:40:44.022Z | Packages to install: 4 |
104 | 2024-07-05T22:40:44.023Z | Mediators to change: 2 |
105 | 2024-07-05T22:40:44.025Z | Services to change: 1 |
106 | 2024-07-05T22:40:44.025Z | Estimated space available: 155.77 GB |
107 | 2024-07-05T22:40:44.025Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-05T22:40:44.026Z | Create boot environment: No |
109 | 2024-07-05T22:40:44.026Z | Create backup boot environment: No |
110 | 2024-07-05T22:40:44.026Z | Rebuild boot archive: No |
111 | 2024-07-05T22:40:44.026Z | |
112 | 2024-07-05T22:40:44.026Z | Changed mediators: |
113 | 2024-07-05T22:40:44.026Z | mediator clang: |
114 | 2024-07-05T22:40:44.026Z | version: None -> 15 (system default) |
115 | 2024-07-05T22:40:44.026Z | |
116 | 2024-07-05T22:40:44.026Z | mediator llvm: |
117 | 2024-07-05T22:40:44.026Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-05T22:40:44.026Z | |
119 | 2024-07-05T22:40:44.026Z | Changed packages: |
120 | 2024-07-05T22:40:44.026Z | helios-dev |
121 | 2024-07-05T22:40:44.026Z | developer/build-essential |
122 | 2024-07-05T22:40:44.026Z | None -> 11-2.0 |
123 | 2024-07-05T22:40:44.026Z | library/libxmlsec1 |
124 | 2024-07-05T22:40:44.026Z | None -> 1.2.35-2.0 |
125 | 2024-07-05T22:40:44.026Z | ooce/developer/clang-15 |
126 | 2024-07-05T22:40:44.026Z | None -> 15.0.7-2.0 |
127 | 2024-07-05T22:40:44.026Z | ooce/developer/llvm-15 |
128 | 2024-07-05T22:40:44.026Z | None -> 15.0.7-2.0 |
129 | 2024-07-05T22:40:44.026Z | |
130 | 2024-07-05T22:40:44.026Z | Services: |
131 | 2024-07-05T22:40:44.026Z | restart_fmri: |
132 | 2024-07-05T22:40:44.026Z | svc:/system/update-man-index:default |
133 | 2024-07-05T22:40:44.159Z | |
134 | 2024-07-05T22:40:44.159Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-05T22:40:49.207Z | Download: 1196/3290 items 71.8/212.6MB 33% complete (14.7M/s) |
136 | 2024-07-05T22:40:54.208Z | Download: 2590/3290 items 120.2/212.6MB 56% complete (12.1M/s) |
137 | 2024-07-05T22:40:57.565Z | Download: Completed 212.60 MB in 13.40 seconds (15.9M/s) |
138 | 2024-07-05T22:40:58.408Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-07-05T22:41:03.501Z | Actions: 3686/3689 actions (Installing new actions) |
140 | 2024-07-05T22:41:03.543Z | Actions: Completed 3689 actions in 5.13 seconds. |
141 | 2024-07-05T22:41:03.786Z | Done (0.238s) |
142 | 2024-07-05T22:41:03.786Z | Done (0.000s) |
143 | 2024-07-05T22:41:04.109Z | Done (0.323s) |
144 | 2024-07-05T22:41:09.796Z | Done (5.528s) |
145 | 2024-07-05T22:41:09.969Z | Done (0.104s) |
146 | 2024-07-05T22:41:09.972Z | Done (0.000s) |
147 | 2024-07-05T22:41:10.165Z | Done (0.000s) |
148 | 2024-07-05T22:41:10.720Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-07-05T22:41:10.883Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-07-05T22:41:10.886Z | Planning: Consolidating action changes ... Done |
151 | 2024-07-05T22:41:11.150Z | Planning: Evaluating mediators ... Done |
152 | 2024-07-05T22:41:11.153Z | Planning: Planning completed in 0.43 seconds |
153 | 2024-07-05T22:41:11.184Z | Mediators to change: 2 |
154 | 2024-07-05T22:41:11.184Z | Create boot environment: No |
155 | 2024-07-05T22:41:11.187Z | Create backup boot environment: No |
156 | 2024-07-05T22:41:11.271Z | Done |
157 | 2024-07-05T22:41:11.271Z | Done |
158 | 2024-07-05T22:41:11.475Z | Done |
159 | 2024-07-05T22:41:14.913Z | Done |
160 | 2024-07-05T22:41:14.996Z | Done |
161 | 2024-07-05T22:41:14.998Z | Done |
162 | 2024-07-05T22:41:15.133Z | Done |
163 | 2024-07-05T22:41:15.734Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-07-05T22:41:15.736Z | Planning: Merging actions ... Done |
165 | 2024-07-05T22:41:15.923Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-07-05T22:41:15.926Z | Planning: Consolidating action changes ... Done |
167 | 2024-07-05T22:41:16.186Z | Planning: Evaluating mediators ... Done |
168 | 2024-07-05T22:41:16.240Z | Planning: Planning completed in 0.75 seconds |
169 | 2024-07-05T22:41:16.277Z | Packages to change: 1 |
170 | 2024-07-05T22:41:16.277Z | Mediators to change: 1 |
171 | 2024-07-05T22:41:16.280Z | Services to change: 1 |
172 | 2024-07-05T22:41:16.280Z | Create boot environment: No |
173 | 2024-07-05T22:41:16.280Z | Create backup boot environment: Yes |
174 | 2024-07-05T22:41:18.176Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-07-05T22:41:18.213Z | Actions: Completed 6 actions in 0.04 seconds. |
176 | 2024-07-05T22:41:18.216Z | Done |
177 | 2024-07-05T22:41:18.216Z | Done |
178 | 2024-07-05T22:41:18.281Z | Done |
179 | 2024-07-05T22:41:21.753Z | Done |
180 | 2024-07-05T22:41:21.836Z | Done |
181 | 2024-07-05T22:41:21.839Z | Done |
182 | 2024-07-05T22:41:21.979Z | Done |
183 | 2024-07-05T22:41:22.407Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-07-05T22:41:22.407Z | clang system 15 system |
185 | 2024-07-05T22:41:22.407Z | csh system system illumos |
186 | 2024-07-05T22:41:22.407Z | ctags system system illumos |
187 | 2024-07-05T22:41:22.407Z | gcc vendor 12 vendor |
188 | 2024-07-05T22:41:22.407Z | gcc system 10 system |
189 | 2024-07-05T22:41:22.407Z | gcc system 7 system |
190 | 2024-07-05T22:41:22.407Z | go system 1.20 system |
191 | 2024-07-05T22:41:22.407Z | go system 1.19 system |
192 | 2024-07-05T22:41:22.407Z | llvm system 15 system |
193 | 2024-07-05T22:41:22.407Z | llvm system 14 system |
194 | 2024-07-05T22:41:22.407Z | mariadb system 10.6 system |
195 | 2024-07-05T22:41:22.407Z | mta vendor vendor dma |
196 | 2024-07-05T22:41:22.407Z | openjdk system 17 system |
197 | 2024-07-05T22:41:22.407Z | openjdk system 11 system |
198 | 2024-07-05T22:41:22.407Z | openjdk system 1.8 system |
199 | 2024-07-05T22:41:22.407Z | openssl vendor 3 vendor |
200 | 2024-07-05T22:41:22.407Z | perl system 5.36 system |
201 | 2024-07-05T22:41:22.407Z | postgresql system 15 system |
202 | 2024-07-05T22:41:22.407Z | postgresql system 13 system |
203 | 2024-07-05T22:41:22.407Z | python vendor 3 vendor |
204 | 2024-07-05T22:41:22.407Z | python system 2 system |
205 | 2024-07-05T22:41:22.407Z | python3 system 3.11 system |
206 | 2024-07-05T22:41:22.407Z | ruby system 3.0 system |
207 | 2024-07-05T22:41:22.407Z | words vendor vendor american-english |
208 | 2024-07-05T22:41:22.407Z | words system system australian-english |
209 | 2024-07-05T22:41:22.407Z | words system system british-english |
210 | 2024-07-05T22:41:22.407Z | words system system canadian-english |
211 | 2024-07-05T22:41:22.407Z | words system system french |
212 | 2024-07-05T22:41:22.407Z | words system system italian |
213 | 2024-07-05T22:41:22.407Z | words system system ngerman |
214 | 2024-07-05T22:41:22.407Z | words system system ogerman |
215 | 2024-07-05T22:41:22.407Z | words system system spanish |
216 | 2024-07-05T22:41:22.733Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-07-05T22:41:22.733Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-07-05T22:41:24.259Z | FMRI IFO |
219 | 2024-07-05T22:41:24.259Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-07-05T22:41:24.259Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-07-05T22:41:24.260Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-07-05T22:41:24.260Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-07-05T22:41:24.260Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-07-05T22:41:24.260Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-07-05T22:41:24.260Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-07-05T22:41:24.260Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-07-05T22:41:24.260Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-07-05T22:41:24.260Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-07-05T22:41:24.260Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-07-05T22:41:24.260Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-07-05T22:41:24.758Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-07-05T22:41:25.038Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-07-05T22:41:25.318Z | Updating crates.io index |
234 | 2024-07-05T22:41:25.321Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-07-05T22:41:26.161Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-07-05T22:41:26.930Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-07-05T22:41:27.169Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-07-05T22:41:29.258Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-07-05T22:41:29.776Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-07-05T22:41:30.033Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-07-05T22:41:31.175Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-07-05T22:41:33.210Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-07-05T22:41:34.293Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-07-05T22:41:34.990Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-07-05T22:41:35.535Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
246 | 2024-07-05T22:41:35.855Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
247 | 2024-07-05T22:41:36.185Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
248 | 2024-07-05T22:41:36.432Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
249 | 2024-07-05T22:41:36.691Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
250 | 2024-07-05T22:41:36.983Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
251 | 2024-07-05T22:41:37.222Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
252 | 2024-07-05T22:41:37.477Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
253 | 2024-07-05T22:41:37.891Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-07-05T22:41:38.190Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-07-05T22:41:38.577Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-07-05T22:41:38.817Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-07-05T22:41:39.425Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-07-05T22:41:39.801Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
259 | 2024-07-05T22:41:40.114Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
260 | 2024-07-05T22:41:40.537Z | Updating git repository `https://github.com/oxidecomputer/typify` |
261 | 2024-07-05T22:41:42.338Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
262 | 2024-07-05T22:41:42.674Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
263 | 2024-07-05T22:41:42.961Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
264 | 2024-07-05T22:41:43.464Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
265 | 2024-07-05T22:41:44.506Z | Downloading crates ... |
266 | 2024-07-05T22:41:44.589Z | Downloaded foreign-types-shared v0.1.1 |
267 | 2024-07-05T22:41:44.597Z | Downloaded equivalent v1.0.1 |
268 | 2024-07-05T22:41:44.610Z | Downloaded pretty-hex v0.4.1 |
269 | 2024-07-05T22:41:44.613Z | Downloaded is_terminal_polyfill v1.70.0 |
270 | 2024-07-05T22:41:44.619Z | Downloaded foreign-types v0.3.2 |
271 | 2024-07-05T22:41:44.622Z | Downloaded cpufeatures v0.2.12 |
272 | 2024-07-05T22:41:44.622Z | Downloaded rustls-pemfile v1.0.4 |
273 | 2024-07-05T22:41:44.626Z | Downloaded dtrace-parser v0.2.0 |
274 | 2024-07-05T22:41:44.626Z | Downloaded time-core v0.1.2 |
275 | 2024-07-05T22:41:44.626Z | Downloaded fs-err v2.11.0 |
276 | 2024-07-05T22:41:44.629Z | Downloaded fnv v1.0.7 |
277 | 2024-07-05T22:41:44.629Z | Downloaded want v0.3.1 |
278 | 2024-07-05T22:41:44.629Z | Downloaded usdt-macro v0.5.0 |
279 | 2024-07-05T22:41:44.632Z | Downloaded sync_wrapper v0.1.2 |
280 | 2024-07-05T22:41:44.632Z | Downloaded tower-service v0.3.2 |
281 | 2024-07-05T22:41:44.632Z | Downloaded crypto-common v0.1.6 |
282 | 2024-07-05T22:41:44.637Z | Downloaded filetime v0.2.23 |
283 | 2024-07-05T22:41:44.637Z | Downloaded num-conv v0.1.0 |
284 | 2024-07-05T22:41:44.637Z | Downloaded usdt-attr-macro v0.5.0 |
285 | 2024-07-05T22:41:44.640Z | Downloaded scroll_derive v0.12.0 |
286 | 2024-07-05T22:41:44.640Z | Downloaded is-terminal v0.4.12 |
287 | 2024-07-05T22:41:44.640Z | Downloaded block-buffer v0.10.4 |
288 | 2024-07-05T22:41:44.640Z | Downloaded autocfg v1.3.0 |
289 | 2024-07-05T22:41:44.643Z | Downloaded anstyle v1.0.7 |
290 | 2024-07-05T22:41:44.643Z | Downloaded pin-project-lite v0.2.14 |
291 | 2024-07-05T22:41:44.649Z | Downloaded plain v0.2.3 |
292 | 2024-07-05T22:41:44.651Z | Downloaded scopeguard v1.2.0 |
293 | 2024-07-05T22:41:44.652Z | Downloaded rustversion v1.0.17 |
294 | 2024-07-05T22:41:44.655Z | Downloaded quote v1.0.36 |
295 | 2024-07-05T22:41:44.659Z | Downloaded try-lock v0.2.5 |
296 | 2024-07-05T22:41:44.659Z | Downloaded percent-encoding v2.3.1 |
297 | 2024-07-05T22:41:44.663Z | Downloaded clap_lex v0.7.0 |
298 | 2024-07-05T22:41:44.663Z | Downloaded cfg-if v1.0.0 |
299 | 2024-07-05T22:41:44.663Z | Downloaded toml_datetime v0.6.6 |
300 | 2024-07-05T22:41:44.664Z | Downloaded match_cfg v0.1.0 |
301 | 2024-07-05T22:41:44.667Z | Downloaded errno v0.3.9 |
302 | 2024-07-05T22:41:44.667Z | Downloaded xattr v1.3.1 |
303 | 2024-07-05T22:41:44.667Z | Downloaded thiserror-impl v1.0.60 |
304 | 2024-07-05T22:41:44.670Z | Downloaded clap_derive v4.5.4 |
305 | 2024-07-05T22:41:44.670Z | Downloaded camino v1.1.7 |
306 | 2024-07-05T22:41:44.673Z | Downloaded slog-async v2.8.0 |
307 | 2024-07-05T22:41:44.681Z | Downloaded take_mut v0.2.2 |
308 | 2024-07-05T22:41:44.681Z | Downloaded openssl-macros v0.1.1 |
309 | 2024-07-05T22:41:44.681Z | Downloaded num_threads v0.1.7 |
310 | 2024-07-05T22:41:44.681Z | Downloaded futures-core v0.3.30 |
311 | 2024-07-05T22:41:44.685Z | Downloaded proc-macro2 v1.0.86 |
312 | 2024-07-05T22:41:44.685Z | Downloaded cargo-platform v0.1.8 |
313 | 2024-07-05T22:41:44.685Z | Downloaded tokio-native-tls v0.3.1 |
314 | 2024-07-05T22:41:44.685Z | Downloaded tabled_derive v0.7.0 |
315 | 2024-07-05T22:41:44.688Z | Downloaded slog-json v2.6.1 |
316 | 2024-07-05T22:41:44.688Z | Downloaded httpdate v1.0.3 |
317 | 2024-07-05T22:41:44.689Z | Downloaded once_cell v1.19.0 |
318 | 2024-07-05T22:41:44.691Z | Downloaded httparse v1.8.0 |
319 | 2024-07-05T22:41:44.694Z | Downloaded sha2 v0.10.8 |
320 | 2024-07-05T22:41:44.697Z | Downloaded scroll v0.12.0 |
321 | 2024-07-05T22:41:44.697Z | Downloaded slog-bunyan v2.5.0 |
322 | 2024-07-05T22:41:44.697Z | Downloaded dof v0.3.0 |
323 | 2024-07-05T22:41:44.700Z | Downloaded dirs-next v2.0.0 |
324 | 2024-07-05T22:41:44.700Z | Downloaded futures-channel v0.3.30 |
325 | 2024-07-05T22:41:44.704Z | Downloaded heck v0.4.1 |
326 | 2024-07-05T22:41:44.704Z | Downloaded anyhow v1.0.86 |
327 | 2024-07-05T22:41:44.707Z | Downloaded proc-macro-error v1.0.4 |
328 | 2024-07-05T22:41:44.710Z | Downloaded smallvec v1.13.2 |
329 | 2024-07-05T22:41:44.713Z | Downloaded version_check v0.9.4 |
330 | 2024-07-05T22:41:44.713Z | Downloaded serde_tokenstream v0.2.1 |
331 | 2024-07-05T22:41:44.716Z | Downloaded thread-id v4.2.1 |
332 | 2024-07-05T22:41:44.719Z | Downloaded bitflags v2.5.0 |
333 | 2024-07-05T22:41:44.722Z | Downloaded tokio-macros v2.3.0 |
334 | 2024-07-05T22:41:44.728Z | Downloaded serde_spanned v0.6.6 |
335 | 2024-07-05T22:41:44.728Z | Downloaded ipnet v2.9.0 |
336 | 2024-07-05T22:41:44.728Z | Downloaded swrite v0.1.0 |
337 | 2024-07-05T22:41:44.731Z | Downloaded pest_meta v2.7.10 |
338 | 2024-07-05T22:41:44.731Z | Downloaded log v0.4.21 |
339 | 2024-07-05T22:41:44.731Z | Downloaded parking_lot v0.12.2 |
340 | 2024-07-05T22:41:44.734Z | Downloaded usdt v0.5.0 |
341 | 2024-07-05T22:41:44.738Z | Downloaded toml v0.8.14 |
342 | 2024-07-05T22:41:44.741Z | Downloaded thiserror v1.0.60 |
343 | 2024-07-05T22:41:44.744Z | Downloaded usdt-impl v0.5.0 |
344 | 2024-07-05T22:41:44.744Z | Downloaded strum_macros v0.26.2 |
345 | 2024-07-05T22:41:44.746Z | Downloaded parking_lot_core v0.9.10 |
346 | 2024-07-05T22:41:44.749Z | Downloaded time-macros v0.2.18 |
347 | 2024-07-05T22:41:44.752Z | Downloaded slog-term v2.9.1 |
348 | 2024-07-05T22:41:44.755Z | Downloaded utf8parse v0.2.1 |
349 | 2024-07-05T22:41:44.756Z | Downloaded zerocopy-derive v0.7.34 |
350 | 2024-07-05T22:41:44.758Z | Downloaded term v0.7.0 |
351 | 2024-07-05T22:41:44.761Z | Downloaded tar v0.4.40 |
352 | 2024-07-05T22:41:44.769Z | Downloaded flate2 v1.0.30 |
353 | 2024-07-05T22:41:44.769Z | Downloaded socket2 v0.5.7 |
354 | 2024-07-05T22:41:44.776Z | Downloaded crossbeam-channel v0.5.12 |
355 | 2024-07-05T22:41:44.776Z | Downloaded unicode-bidi v0.3.15 |
356 | 2024-07-05T22:41:44.782Z | Downloaded unicode-ident v1.0.12 |
357 | 2024-07-05T22:41:44.782Z | Downloaded slog v2.7.0 |
358 | 2024-07-05T22:41:44.785Z | Downloaded memchr v2.7.2 |
359 | 2024-07-05T22:41:44.791Z | Downloaded unicode-width v0.1.12 |
360 | 2024-07-05T22:41:44.794Z | Downloaded mio v0.8.11 |
361 | 2024-07-05T22:41:44.797Z | Downloaded typenum v1.17.0 |
362 | 2024-07-05T22:41:44.799Z | Downloaded serde v1.0.203 |
363 | 2024-07-05T22:41:44.803Z | Downloaded http v0.2.12 |
364 | 2024-07-05T22:41:44.807Z | Downloaded ucd-trie v0.1.6 |
365 | 2024-07-05T22:41:44.809Z | Downloaded pest v2.7.10 |
366 | 2024-07-05T22:41:44.814Z | Downloaded hashbrown v0.14.5 |
367 | 2024-07-05T22:41:44.819Z | Downloaded url v2.5.0 |
368 | 2024-07-05T22:41:44.822Z | Downloaded h2 v0.3.26 |
369 | 2024-07-05T22:41:44.829Z | Downloaded clap_builder v4.5.2 |
370 | 2024-07-05T22:41:44.837Z | Downloaded goblin v0.8.2 |
371 | 2024-07-05T22:41:44.843Z | Downloaded unicode-normalization v0.1.23 |
372 | 2024-07-05T22:41:44.847Z | Downloaded tokio-util v0.7.11 |
373 | 2024-07-05T22:41:44.856Z | Downloaded reqwest v0.11.27 |
374 | 2024-07-05T22:41:44.862Z | Downloaded time v0.3.36 |
375 | 2024-07-05T22:41:44.870Z | Downloaded winnow v0.6.8 |
376 | 2024-07-05T22:41:44.880Z | Downloaded serde_json v1.0.120 |
377 | 2024-07-05T22:41:44.888Z | Downloaded zerocopy v0.7.34 |
378 | 2024-07-05T22:41:44.905Z | Downloaded openssl v0.10.64 |
379 | 2024-07-05T22:41:44.915Z | Downloaded vcpkg v0.2.15 |
380 | 2024-07-05T22:41:44.953Z | Downloaded tabled v0.15.0 |
381 | 2024-07-05T22:41:44.969Z | Downloaded rustix v0.38.34 |
382 | 2024-07-05T22:41:44.990Z | Downloaded syn v2.0.68 |
383 | 2024-07-05T22:41:45.000Z | Downloaded tokio v1.38.0 |
384 | 2024-07-05T22:41:45.034Z | Downloaded encoding_rs v0.8.34 |
385 | 2024-07-05T22:41:45.053Z | Downloaded syn v1.0.109 |
386 | 2024-07-05T22:41:45.062Z | Downloaded libc v0.2.155 |
387 | 2024-07-05T22:41:45.087Z | Downloaded idna v0.5.0 |
388 | 2024-07-05T22:41:45.093Z | Downloaded toml_edit v0.22.14 |
389 | 2024-07-05T22:41:45.113Z | Downloaded hyper v0.14.28 |
390 | 2024-07-05T22:41:45.120Z | Downloaded futures-util v0.3.30 |
391 | 2024-07-05T22:41:45.131Z | Downloaded tracing v0.1.40 |
392 | 2024-07-05T22:41:45.134Z | Downloaded tracing-core v0.1.32 |
393 | 2024-07-05T22:41:45.137Z | Downloaded socket2 v0.4.10 |
394 | 2024-07-05T22:41:45.139Z | Downloaded indexmap v2.2.6 |
395 | 2024-07-05T22:41:45.142Z | Downloaded base64 v0.21.7 |
396 | 2024-07-05T22:41:45.145Z | Downloaded serde_derive v1.0.203 |
397 | 2024-07-05T22:41:45.148Z | Downloaded openssl-sys v0.9.102 |
398 | 2024-07-05T22:41:45.152Z | Downloaded papergrid v0.11.0 |
399 | 2024-07-05T22:41:45.156Z | Downloaded cc v1.0.97 |
400 | 2024-07-05T22:41:45.159Z | Downloaded bytes v1.6.0 |
401 | 2024-07-05T22:41:45.162Z | Downloaded native-tls v0.2.11 |
402 | 2024-07-05T22:41:45.165Z | Downloaded tinyvec v1.6.0 |
403 | 2024-07-05T22:41:45.167Z | Downloaded memmap v0.7.0 |
404 | 2024-07-05T22:41:45.170Z | Downloaded crc32fast v1.4.0 |
405 | 2024-07-05T22:41:45.170Z | Downloaded signal-hook-registry v1.4.2 |
406 | 2024-07-05T22:41:45.173Z | Downloaded semver v1.0.23 |
407 | 2024-07-05T22:41:45.173Z | Downloaded lock_api v0.4.12 |
408 | 2024-07-05T22:41:45.178Z | Downloaded itoa v1.0.11 |
409 | 2024-07-05T22:41:45.178Z | Downloaded crossbeam-utils v0.8.19 |
410 | 2024-07-05T22:41:45.181Z | Downloaded clap v4.5.4 |
411 | 2024-07-05T22:41:45.185Z | Downloaded futures v0.3.30 |
412 | 2024-07-05T22:41:45.189Z | Downloaded pest_generator v2.7.10 |
413 | 2024-07-05T22:41:45.192Z | Downloaded miniz_oxide v0.7.2 |
414 | 2024-07-05T22:41:45.194Z | Downloaded ryu v1.0.18 |
415 | 2024-07-05T22:41:45.198Z | Downloaded pkg-config v0.3.30 |
416 | 2024-07-05T22:41:45.198Z | Downloaded pest_derive v2.7.10 |
417 | 2024-07-05T22:41:45.201Z | Downloaded cargo_toml v0.20.3 |
418 | 2024-07-05T22:41:45.201Z | Downloaded mime v0.3.17 |
419 | 2024-07-05T22:41:45.201Z | Downloaded hyper-tls v0.5.0 |
420 | 2024-07-05T22:41:45.204Z | Downloaded http-body v0.4.6 |
421 | 2024-07-05T22:41:45.204Z | Downloaded hostname v0.3.1 |
422 | 2024-07-05T22:41:45.207Z | Downloaded futures-sink v0.3.30 |
423 | 2024-07-05T22:41:45.207Z | Downloaded anstyle-parse v0.2.4 |
424 | 2024-07-05T22:41:45.207Z | Downloaded anstream v0.6.14 |
425 | 2024-07-05T22:41:45.209Z | Downloaded strum v0.26.2 |
426 | 2024-07-05T22:41:45.210Z | Downloaded openssl-probe v0.1.5 |
427 | 2024-07-05T22:41:45.212Z | Downloaded digest v0.10.7 |
428 | 2024-07-05T22:41:45.212Z | Downloaded byteorder v1.5.0 |
429 | 2024-07-05T22:41:45.215Z | Downloaded terminal_size v0.3.0 |
430 | 2024-07-05T22:41:45.215Z | Downloaded slab v0.4.9 |
431 | 2024-07-05T22:41:45.218Z | Downloaded thread_local v1.1.8 |
432 | 2024-07-05T22:41:45.218Z | Downloaded strsim v0.11.1 |
433 | 2024-07-05T22:41:45.218Z | Downloaded serde_urlencoded v0.7.1 |
434 | 2024-07-05T22:41:45.220Z | Downloaded bytecount v0.6.8 |
435 | 2024-07-05T22:41:45.223Z | Downloaded tinyvec_macros v0.1.1 |
436 | 2024-07-05T22:41:45.223Z | Downloaded futures-macro v0.3.30 |
437 | 2024-07-05T22:41:45.223Z | Downloaded deranged v0.3.11 |
438 | 2024-07-05T22:41:45.223Z | Downloaded proc-macro-error-attr v1.0.4 |
439 | 2024-07-05T22:41:45.228Z | Downloaded powerfmt v0.2.0 |
440 | 2024-07-05T22:41:45.228Z | Downloaded pin-utils v0.1.0 |
441 | 2024-07-05T22:41:45.228Z | Downloaded num_cpus v1.16.0 |
442 | 2024-07-05T22:41:45.230Z | Downloaded macaddr v1.0.1 |
443 | 2024-07-05T22:41:45.231Z | Downloaded heck v0.5.0 |
444 | 2024-07-05T22:41:45.231Z | Downloaded generic-array v0.14.7 |
445 | 2024-07-05T22:41:45.233Z | Downloaded futures-io v0.3.30 |
446 | 2024-07-05T22:41:45.233Z | Downloaded futures-executor v0.3.30 |
447 | 2024-07-05T22:41:45.236Z | Downloaded form_urlencoded v1.2.1 |
448 | 2024-07-05T22:41:45.236Z | Downloaded futures-task v0.3.30 |
449 | 2024-07-05T22:41:45.236Z | Downloaded dirs-sys-next v0.1.2 |
450 | 2024-07-05T22:41:45.236Z | Downloaded colorchoice v1.0.1 |
451 | 2024-07-05T22:41:45.239Z | Downloaded adler v1.0.2 |
452 | 2024-07-05T22:41:45.239Z | Downloaded anstyle-query v1.0.3 |
453 | 2024-07-05T22:41:45.242Z | Downloaded cargo_metadata v0.18.1 |
454 | 2024-07-05T22:41:45.530Z | Compiling proc-macro2 v1.0.86 |
455 | 2024-07-05T22:41:45.530Z | Compiling unicode-ident v1.0.12 |
456 | 2024-07-05T22:41:45.533Z | Compiling libc v0.2.155 |
457 | 2024-07-05T22:41:45.533Z | Compiling version_check v0.9.4 |
458 | 2024-07-05T22:41:45.533Z | Compiling cfg-if v1.0.0 |
459 | 2024-07-05T22:41:45.533Z | Compiling itoa v1.0.11 |
460 | 2024-07-05T22:41:45.564Z | Compiling once_cell v1.19.0 |
461 | 2024-07-05T22:41:45.567Z | Compiling serde v1.0.203 |
462 | 2024-07-05T22:41:45.706Z | Compiling autocfg v1.3.0 |
463 | 2024-07-05T22:41:45.854Z | Compiling memchr v2.7.2 |
464 | 2024-07-05T22:41:45.854Z | Compiling thiserror v1.0.60 |
465 | 2024-07-05T22:41:45.976Z | Compiling ryu v1.0.18 |
466 | 2024-07-05T22:41:46.263Z | Compiling pin-project-lite v0.2.14 |
467 | 2024-07-05T22:41:46.299Z | Compiling bitflags v2.5.0 |
468 | 2024-07-05T22:41:46.353Z | Compiling pkg-config v0.3.30 |
469 | 2024-07-05T22:41:46.519Z | Compiling lock_api v0.4.12 |
470 | 2024-07-05T22:41:46.614Z | Compiling parking_lot_core v0.9.10 |
471 | 2024-07-05T22:41:47.184Z | Compiling vcpkg v0.2.15 |
472 | 2024-07-05T22:41:47.314Z | Compiling ucd-trie v0.1.6 |
473 | 2024-07-05T22:41:47.332Z | Compiling cc v1.0.97 |
474 | 2024-07-05T22:41:47.534Z | Compiling slab v0.4.9 |
475 | 2024-07-05T22:41:47.582Z | Compiling smallvec v1.13.2 |
476 | 2024-07-05T22:41:47.856Z | Compiling bytes v1.6.0 |
477 | 2024-07-05T22:41:47.995Z | Compiling scopeguard v1.2.0 |
478 | 2024-07-05T22:41:48.073Z | Compiling futures-core v0.3.30 |
479 | 2024-07-05T22:41:48.118Z | Compiling futures-sink v0.3.30 |
480 | 2024-07-05T22:41:48.318Z | Compiling fnv v1.0.7 |
481 | 2024-07-05T22:41:48.420Z | Compiling quote v1.0.36 |
482 | 2024-07-05T22:41:48.455Z | Compiling hashbrown v0.14.5 |
483 | 2024-07-05T22:41:48.965Z | Compiling syn v2.0.68 |
484 | 2024-07-05T22:41:49.112Z | Compiling log v0.4.21 |
485 | 2024-07-05T22:41:49.179Z | Compiling byteorder v1.5.0 |
486 | 2024-07-05T22:41:49.339Z | Compiling serde_json v1.0.120 |
487 | 2024-07-05T22:41:49.443Z | Compiling equivalent v1.0.1 |
488 | 2024-07-05T22:41:49.446Z | Compiling parking_lot v0.12.2 |
489 | 2024-07-05T22:41:49.506Z | Compiling num_cpus v1.16.0 |
490 | 2024-07-05T22:41:49.551Z | Compiling socket2 v0.5.7 |
491 | 2024-07-05T22:41:49.631Z | Compiling mio v0.8.11 |
492 | 2024-07-05T22:41:49.634Z | Compiling signal-hook-registry v1.4.2 |
493 | 2024-07-05T22:41:49.710Z | Compiling indexmap v2.2.6 |
494 | 2024-07-05T22:41:50.041Z | Compiling futures-channel v0.3.30 |
495 | 2024-07-05T22:41:50.470Z | Compiling pin-utils v0.1.0 |
496 | 2024-07-05T22:41:50.527Z | Compiling futures-task v0.3.30 |
497 | 2024-07-05T22:41:50.562Z | Compiling typenum v1.17.0 |
498 | 2024-07-05T22:41:50.741Z | Compiling futures-io v0.3.30 |
499 | 2024-07-05T22:41:50.825Z | Compiling rustix v0.38.34 |
500 | 2024-07-05T22:41:50.909Z | Compiling errno v0.3.9 |
501 | 2024-07-05T22:41:51.000Z | Compiling openssl-sys v0.9.102 |
502 | 2024-07-05T22:41:51.041Z | Compiling generic-array v0.14.7 |
503 | 2024-07-05T22:41:51.064Z | Compiling foreign-types-shared v0.1.1 |
504 | 2024-07-05T22:41:51.147Z | Compiling openssl v0.10.64 |
505 | 2024-07-05T22:41:51.173Z | Compiling slog v2.7.0 |
506 | 2024-07-05T22:41:51.408Z | Compiling foreign-types v0.3.2 |
507 | 2024-07-05T22:41:51.504Z | Compiling http v0.2.12 |
508 | 2024-07-05T22:41:51.527Z | Compiling proc-macro-error-attr v1.0.4 |
509 | 2024-07-05T22:41:51.713Z | Compiling usdt-impl v0.5.0 |
510 | 2024-07-05T22:41:51.777Z | Compiling tracing-core v0.1.32 |
511 | 2024-07-05T22:41:52.013Z | Compiling syn v1.0.109 |
512 | 2024-07-05T22:41:52.054Z | Compiling num-conv v0.1.0 |
513 | 2024-07-05T22:41:52.337Z | Compiling powerfmt v0.2.0 |
514 | 2024-07-05T22:41:52.600Z | Compiling tinyvec_macros v0.1.1 |
515 | 2024-07-05T22:41:52.695Z | Compiling time-core v0.1.2 |
516 | 2024-07-05T22:41:52.741Z | Compiling httparse v1.8.0 |
517 | 2024-07-05T22:41:52.841Z | Compiling native-tls v0.2.11 |
518 | 2024-07-05T22:41:53.194Z | Compiling time-macros v0.2.18 |
519 | 2024-07-05T22:41:53.197Z | Compiling tinyvec v1.6.0 |
520 | 2024-07-05T22:41:53.293Z | Compiling deranged v0.3.11 |
521 | 2024-07-05T22:41:53.992Z | Compiling tracing v0.1.40 |
522 | 2024-07-05T22:41:54.407Z | Compiling thread-id v4.2.1 |
523 | 2024-07-05T22:41:54.514Z | Compiling proc-macro-error v1.0.4 |
524 | 2024-07-05T22:41:54.516Z | Compiling num_threads v0.1.7 |
525 | 2024-07-05T22:41:54.557Z | Compiling percent-encoding v2.3.1 |
526 | 2024-07-05T22:41:54.754Z | Compiling openssl-probe v0.1.5 |
527 | 2024-07-05T22:41:54.782Z | Compiling crossbeam-utils v0.8.19 |
528 | 2024-07-05T22:41:54.913Z | Compiling utf8parse v0.2.1 |
529 | 2024-07-05T22:41:55.064Z | Compiling rustversion v1.0.17 |
530 | 2024-07-05T22:41:55.089Z | Compiling plain v0.2.3 |
531 | 2024-07-05T22:41:55.092Z | Compiling try-lock v0.2.5 |
532 | 2024-07-05T22:41:55.250Z | Compiling heck v0.4.1 |
533 | 2024-07-05T22:41:55.276Z | Compiling want v0.3.1 |
534 | 2024-07-05T22:41:55.299Z | Compiling anstyle-parse v0.2.4 |
535 | 2024-07-05T22:41:55.557Z | Compiling form_urlencoded v1.2.1 |
536 | 2024-07-05T22:41:55.634Z | Compiling unicode-normalization v0.1.23 |
537 | 2024-07-05T22:41:55.876Z | Compiling http-body v0.4.6 |
538 | 2024-07-05T22:41:56.037Z | Compiling dirs-sys-next v0.1.2 |
539 | 2024-07-05T22:41:56.316Z | Compiling socket2 v0.4.10 |
540 | 2024-07-05T22:41:56.477Z | Compiling pretty-hex v0.4.1 |
541 | 2024-07-05T22:41:56.523Z | Compiling time v0.3.36 |
542 | 2024-07-05T22:41:56.643Z | Compiling is_terminal_polyfill v1.70.0 |
543 | 2024-07-05T22:41:56.669Z | Compiling tower-service v0.3.2 |
544 | 2024-07-05T22:41:56.691Z | Compiling colorchoice v1.0.1 |
545 | 2024-07-05T22:41:56.774Z | Compiling anstyle v1.0.7 |
546 | 2024-07-05T22:41:56.801Z | Compiling anstyle-query v1.0.3 |
547 | 2024-07-05T22:41:56.803Z | Compiling crc32fast v1.4.0 |
548 | 2024-07-05T22:41:56.845Z | Compiling camino v1.1.7 |
549 | 2024-07-05T22:41:57.011Z | Compiling httpdate v1.0.3 |
550 | 2024-07-05T22:41:57.223Z | Compiling semver v1.0.23 |
551 | 2024-07-05T22:41:57.296Z | Compiling winnow v0.6.8 |
552 | 2024-07-05T22:41:57.341Z | Compiling unicode-bidi v0.3.15 |
553 | 2024-07-05T22:41:57.578Z | Compiling anstream v0.6.14 |
554 | 2024-07-05T22:41:57.760Z | Compiling dirs-next v2.0.0 |
555 | 2024-07-05T22:41:58.322Z | Compiling idna v0.5.0 |
556 | 2024-07-05T22:41:59.243Z | Compiling crypto-common v0.1.6 |
557 | 2024-07-05T22:41:59.336Z | Compiling block-buffer v0.10.4 |
558 | 2024-07-05T22:41:59.456Z | Compiling terminal_size v0.3.0 |
559 | 2024-07-05T22:41:59.574Z | Compiling fs-err v2.11.0 |
560 | 2024-07-05T22:41:59.652Z | Compiling thread_local v1.1.8 |
561 | 2024-07-05T22:41:59.675Z | Compiling bytecount v0.6.8 |
562 | 2024-07-05T22:41:59.828Z | Compiling match_cfg v0.1.0 |
563 | 2024-07-05T22:41:59.884Z | Compiling clap_lex v0.7.0 |
564 | 2024-07-05T22:41:59.907Z | Compiling slog-async v2.8.0 |
565 | 2024-07-05T22:41:59.930Z | Compiling unicode-width v0.1.12 |
566 | 2024-07-05T22:42:00.176Z | Compiling base64 v0.21.7 |
567 | 2024-07-05T22:42:00.191Z | Compiling adler v1.0.2 |
568 | 2024-07-05T22:42:00.353Z | Compiling heck v0.5.0 |
569 | 2024-07-05T22:42:00.381Z | Compiling anyhow v1.0.86 |
570 | 2024-07-05T22:42:00.409Z | Compiling strsim v0.11.1 |
571 | 2024-07-05T22:42:00.499Z | Compiling miniz_oxide v0.7.2 |
572 | 2024-07-05T22:42:00.857Z | Compiling clap_builder v4.5.2 |
573 | 2024-07-05T22:42:00.894Z | Compiling rustls-pemfile v1.0.4 |
574 | 2024-07-05T22:42:01.046Z | Compiling papergrid v0.11.0 |
575 | 2024-07-05T22:42:01.134Z | Compiling hostname v0.3.1 |
576 | 2024-07-05T22:42:01.349Z | Compiling digest v0.10.7 |
577 | 2024-07-05T22:42:01.380Z | Compiling url v2.5.0 |
578 | 2024-07-05T22:42:01.462Z | Compiling crossbeam-channel v0.5.12 |
579 | 2024-07-05T22:42:01.770Z | Compiling term v0.7.0 |
580 | 2024-07-05T22:42:01.886Z | Compiling serde_derive v1.0.203 |
581 | 2024-07-05T22:42:02.133Z | Compiling thiserror-impl v1.0.60 |
582 | 2024-07-05T22:42:02.372Z | Compiling zerocopy-derive v0.7.34 |
583 | 2024-07-05T22:42:02.615Z | Compiling futures-macro v0.3.30 |
584 | 2024-07-05T22:42:03.345Z | Compiling tokio-macros v2.3.0 |
585 | 2024-07-05T22:42:03.392Z | Compiling openssl-macros v0.1.1 |
586 | 2024-07-05T22:42:04.154Z | Compiling scroll_derive v0.12.0 |
587 | 2024-07-05T22:42:04.731Z | Compiling zerocopy v0.7.34 |
588 | 2024-07-05T22:42:04.756Z | Compiling futures-util v0.3.30 |
589 | 2024-07-05T22:42:05.059Z | Compiling tokio v1.38.0 |
590 | 2024-07-05T22:42:05.581Z | Compiling pest v2.7.10 |
591 | 2024-07-05T22:42:05.661Z | Compiling scroll v0.12.0 |
592 | 2024-07-05T22:42:06.229Z | Compiling goblin v0.8.2 |
593 | 2024-07-05T22:42:06.306Z | Compiling tabled_derive v0.7.0 |
594 | 2024-07-05T22:42:08.500Z | Compiling pest_meta v2.7.10 |
595 | 2024-07-05T22:42:09.040Z | Compiling strum_macros v0.26.2 |
596 | 2024-07-05T22:42:10.514Z | Compiling pest_generator v2.7.10 |
597 | 2024-07-05T22:42:12.591Z | Compiling tokio-util v0.7.11 |
598 | 2024-07-05T22:42:13.716Z | Compiling pest_derive v2.7.10 |
599 | 2024-07-05T22:42:13.916Z | Compiling h2 v0.3.26 |
600 | 2024-07-05T22:42:14.334Z | Compiling tokio-native-tls v0.3.1 |
601 | 2024-07-05T22:42:14.494Z | Compiling dtrace-parser v0.2.0 |
602 | 2024-07-05T22:42:14.593Z | Compiling futures-executor v0.3.30 |
603 | 2024-07-05T22:42:14.622Z | Compiling clap_derive v4.5.4 |
604 | 2024-07-05T22:42:15.534Z | Compiling xattr v1.3.1 |
605 | 2024-07-05T22:42:15.816Z | Compiling is-terminal v0.4.12 |
606 | 2024-07-05T22:42:15.944Z | Compiling filetime v0.2.23 |
607 | 2024-07-05T22:42:16.286Z | Compiling memmap v0.7.0 |
608 | 2024-07-05T22:42:16.660Z | Compiling toml_datetime v0.6.6 |
609 | 2024-07-05T22:42:16.729Z | Compiling serde_spanned v0.6.6 |
610 | 2024-07-05T22:42:16.988Z | Compiling serde_tokenstream v0.2.1 |
611 | 2024-07-05T22:42:17.182Z | Compiling toml_edit v0.22.14 |
612 | 2024-07-05T22:42:17.532Z | Compiling cargo-platform v0.1.8 |
613 | 2024-07-05T22:42:18.136Z | Compiling serde_urlencoded v0.7.1 |
614 | 2024-07-05T22:42:18.677Z | Compiling dof v0.3.0 |
615 | 2024-07-05T22:42:19.478Z | Compiling hyper v0.14.28 |
616 | 2024-07-05T22:42:19.979Z | Compiling slog-json v2.6.1 |
617 | 2024-07-05T22:42:20.077Z | Compiling encoding_rs v0.8.34 |
618 | 2024-07-05T22:42:20.346Z | Compiling toml v0.8.14 |
619 | 2024-07-05T22:42:20.929Z | Compiling ipnet v2.9.0 |
620 | 2024-07-05T22:42:21.328Z | Compiling cpufeatures v0.2.12 |
621 | 2024-07-05T22:42:21.435Z | Compiling take_mut v0.2.2 |
622 | 2024-07-05T22:42:21.438Z | Compiling mime v0.3.17 |
623 | 2024-07-05T22:42:21.483Z | Compiling usdt-attr-macro v0.5.0 |
624 | 2024-07-05T22:42:21.602Z | Compiling usdt-macro v0.5.0 |
625 | 2024-07-05T22:42:22.103Z | Compiling sync_wrapper v0.1.2 |
626 | 2024-07-05T22:42:22.231Z | Compiling sha2 v0.10.8 |
627 | 2024-07-05T22:42:22.234Z | Compiling cargo_toml v0.20.3 |
628 | 2024-07-05T22:42:22.912Z | Compiling slog-bunyan v2.5.0 |
629 | 2024-07-05T22:42:22.977Z | Compiling usdt v0.5.0 |
630 | 2024-07-05T22:42:23.108Z | Compiling hyper-tls v0.5.0 |
631 | 2024-07-05T22:42:23.403Z | Compiling reqwest v0.11.27 |
632 | 2024-07-05T22:42:23.440Z | Compiling clap v4.5.4 |
633 | 2024-07-05T22:42:23.478Z | Compiling cargo_metadata v0.18.1 |
634 | 2024-07-05T22:42:23.567Z | Compiling macaddr v1.0.1 |
635 | 2024-07-05T22:42:24.033Z | Compiling tar v0.4.40 |
636 | 2024-07-05T22:42:24.624Z | Compiling slog-term v2.9.1 |
637 | 2024-07-05T22:42:25.569Z | Compiling flate2 v1.0.30 |
638 | 2024-07-05T22:42:25.656Z | Compiling futures v0.3.30 |
639 | 2024-07-05T22:42:25.709Z | Compiling strum v0.26.2 |
640 | 2024-07-05T22:42:25.782Z | Compiling tabled v0.15.0 |
641 | 2024-07-05T22:42:26.172Z | Compiling swrite v0.1.0 |
642 | 2024-07-05T22:42:30.325Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
643 | 2024-07-05T22:42:38.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
644 | 2024-07-05T22:42:38.377Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
645 | 2024-07-05T22:42:38.439Z | Jul 05 22:42:37.776 INFO Starting download, target: Clickhouse |
646 | 2024-07-05T22:42:38.439Z | Jul 05 22:42:37.776 INFO Starting download, target: DendriteOpenapi |
647 | 2024-07-05T22:42:38.442Z | Jul 05 22:42:37.776 INFO Starting download, target: Cockroach |
648 | 2024-07-05T22:42:38.443Z | Jul 05 22:42:37.776 INFO Starting download, target: Console |
649 | 2024-07-05T22:42:38.443Z | Jul 05 22:42:37.777 INFO Starting download, target: DendriteStub |
650 | 2024-07-05T22:42:38.443Z | Jul 05 22:42:37.777 INFO Starting download, target: MaghemiteMgd |
651 | 2024-07-05T22:42:38.443Z | Jul 05 22:42:37.777 INFO Starting download, target: TransceiverControl |
652 | 2024-07-05T22:42:38.443Z | Jul 05 22:42:37.777 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
653 | 2024-07-05T22:42:38.443Z | Jul 05 22:42:37.777 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
654 | 2024-07-05T22:42:38.443Z | Jul 05 22:42:37.777 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
655 | 2024-07-05T22:42:38.443Z | Jul 05 22:42:37.777 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
656 | 2024-07-05T22:42:38.443Z | Jul 05 22:42:37.777 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
657 | 2024-07-05T22:42:38.443Z | Jul 05 22:42:37.777 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
658 | 2024-07-05T22:42:38.443Z | Jul 05 22:42:37.778 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
659 | 2024-07-05T22:42:38.726Z | Jul 05 22:42:38.062 INFO Download complete, target: DendriteOpenapi |
660 | 2024-07-05T22:42:38.961Z | Jul 05 22:42:38.293 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
661 | 2024-07-05T22:42:39.043Z | Jul 05 22:42:38.372 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
662 | 2024-07-05T22:42:39.263Z | Jul 05 22:42:38.600 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
663 | 2024-07-05T22:42:39.319Z | Jul 05 22:42:38.656 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
664 | 2024-07-05T22:42:39.386Z | Jul 05 22:42:38.723 INFO Download complete, target: Console |
665 | 2024-07-05T22:42:39.872Z | Jul 05 22:42:39.208 INFO Download complete, target: TransceiverControl |
666 | 2024-07-05T22:42:40.713Z | Jul 05 22:42:40.050 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
667 | 2024-07-05T22:42:41.375Z | Jul 05 22:42:40.711 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
668 | 2024-07-05T22:42:41.375Z | Jul 05 22:42:40.711 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
669 | 2024-07-05T22:42:42.395Z | Jul 05 22:42:41.731 INFO Download complete, target: DendriteStub |
670 | 2024-07-05T22:42:42.680Z | Jul 05 22:42:42.016 INFO Download complete, target: MaghemiteMgd |
671 | 2024-07-05T22:42:50.014Z | Jul 05 22:42:49.349 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
672 | 2024-07-05T22:42:50.371Z | Jul 05 22:42:49.693 INFO Checking that binary works, target: Cockroach |
673 | 2024-07-05T22:42:50.589Z | Jul 05 22:42:49.924 INFO Download complete, target: Cockroach |
674 | 2024-07-05T22:42:55.410Z | Jul 05 22:42:54.741 INFO Checking that binary works, target: Clickhouse |
675 | 2024-07-05T22:42:55.703Z | Jul 05 22:42:55.037 INFO Download complete, target: Clickhouse |
676 | 2024-07-05T22:42:55.710Z | All prerequisites installed successfully |
677 | 2024-07-05T22:42:55.715Z | |
678 | 2024-07-05T22:42:55.715Z | real 2:35.644716485 |
679 | 2024-07-05T22:42:55.715Z | user 5:46.057677888 |
680 | 2024-07-05T22:42:55.715Z | sys 1:18.432874931 |
681 | 2024-07-05T22:42:55.715Z | trap 0.211076504 |
682 | 2024-07-05T22:42:55.715Z | tflt 2.384368508 |
683 | 2024-07-05T22:42:55.715Z | dflt 3.666870704 |
684 | 2024-07-05T22:42:55.715Z | kflt 0.198810210 |
685 | 2024-07-05T22:42:55.715Z | lock 13:48.026186730 |
686 | 2024-07-05T22:42:55.715Z | slp 17:05.876082504 |
687 | 2024-07-05T22:42:55.715Z | lat 20.753691831 |
688 | 2024-07-05T22:42:55.715Z | stop 1:05.877300606 |
689 | 2024-07-05T22:42:55.715Z | + ptime -m cargo xtask download softnpu |
690 | 2024-07-05T22:42:56.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
691 | 2024-07-05T22:42:56.292Z | Running `target/debug/xtask download softnpu` |
692 | 2024-07-05T22:42:56.315Z | Jul 05 22:42:55.649 INFO Starting download, target: Softnpu |
693 | 2024-07-05T22:42:56.318Z | Jul 05 22:42:55.650 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
694 | 2024-07-05T22:42:56.968Z | Jul 05 22:42:56.302 INFO Download complete, target: Softnpu |
695 | 2024-07-05T22:42:56.972Z | |
696 | 2024-07-05T22:42:56.975Z | real 1.254689968 |
697 | 2024-07-05T22:42:56.975Z | user 0.630898448 |
698 | 2024-07-05T22:42:56.975Z | sys 0.293439063 |
699 | 2024-07-05T22:42:56.975Z | trap 0.000476336 |
700 | 2024-07-05T22:42:56.975Z | tflt 0.000063727 |
701 | 2024-07-05T22:42:56.975Z | dflt 0.000063078 |
702 | 2024-07-05T22:42:56.975Z | kflt 0.000000000 |
703 | 2024-07-05T22:42:56.975Z | lock 6.646966996 |
704 | 2024-07-05T22:42:56.976Z | slp 0.556100367 |
705 | 2024-07-05T22:42:56.976Z | lat 0.066105219 |
706 | 2024-07-05T22:42:56.976Z | stop 0.000254442 |
707 | 2024-07-05T22:42:56.976Z | + export CARGO_INCREMENTAL=0 |
708 | 2024-07-05T22:42:56.976Z | + CARGO_INCREMENTAL=0 |
709 | 2024-07-05T22:42:56.976Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
710 | 2024-07-05T22:42:57.517Z | Downloading crates ... |
711 | 2024-07-05T22:42:57.653Z | Downloaded aead v0.5.2 |
712 | 2024-07-05T22:42:57.655Z | Downloaded addr2line v0.21.0 |
713 | 2024-07-05T22:42:57.659Z | Downloaded async-recursion v1.1.1 |
714 | 2024-07-05T22:42:57.664Z | Downloaded base16ct v0.2.0 |
715 | 2024-07-05T22:42:57.667Z | Downloaded cipher v0.4.4 |
716 | 2024-07-05T22:42:57.670Z | Downloaded atty v0.2.14 |
717 | 2024-07-05T22:42:57.670Z | Downloaded array-init v0.0.4 |
718 | 2024-07-05T22:42:57.670Z | Downloaded async-stream-impl v0.3.5 |
719 | 2024-07-05T22:42:57.676Z | Downloaded ciborium-io v0.2.2 |
720 | 2024-07-05T22:42:57.679Z | Downloaded newtype_derive v0.1.6 |
721 | 2024-07-05T22:42:57.679Z | Downloaded newline-converter v0.3.0 |
722 | 2024-07-05T22:42:57.682Z | Downloaded crunchy v0.2.2 |
723 | 2024-07-05T22:42:57.682Z | Downloaded darling_macro v0.20.9 |
724 | 2024-07-05T22:42:57.685Z | Downloaded cexpr v0.6.0 |
725 | 2024-07-05T22:42:57.688Z | Downloaded opaque-debug v0.3.1 |
726 | 2024-07-05T22:42:57.691Z | Downloaded normalize-line-endings v0.3.0 |
727 | 2024-07-05T22:42:57.693Z | Downloaded cfg_aliases v0.1.1 |
728 | 2024-07-05T22:42:57.696Z | Downloaded bitstruct_derive v0.1.0 |
729 | 2024-07-05T22:42:57.698Z | Downloaded newtype-uuid v1.1.0 |
730 | 2024-07-05T22:42:57.698Z | Downloaded chacha20 v0.9.1 |
731 | 2024-07-05T22:42:57.701Z | Downloaded cobs v0.2.3 |
732 | 2024-07-05T22:42:57.704Z | Downloaded block-padding v0.3.3 |
733 | 2024-07-05T22:42:57.704Z | Downloaded peg-runtime v0.8.3 |
734 | 2024-07-05T22:42:57.704Z | Downloaded cassowary v0.3.0 |
735 | 2024-07-05T22:42:57.707Z | Downloaded bitfield-struct v0.6.1 |
736 | 2024-07-05T22:42:57.710Z | Downloaded bb8 v0.8.3 |
737 | 2024-07-05T22:42:57.712Z | Downloaded corncobs v0.1.3 |
738 | 2024-07-05T22:42:57.712Z | Downloaded camino-tempfile v1.1.1 |
739 | 2024-07-05T22:42:57.715Z | Downloaded convert_case v0.4.0 |
740 | 2024-07-05T22:42:57.715Z | Downloaded portpicker v0.1.1 |
741 | 2024-07-05T22:42:57.718Z | Downloaded ascii-canvas v3.0.0 |
742 | 2024-07-05T22:42:57.718Z | Downloaded bit-vec v0.6.3 |
743 | 2024-07-05T22:42:57.722Z | Downloaded compact_str v0.7.1 |
744 | 2024-07-05T22:42:57.725Z | Downloaded derive_more v0.99.17 |
745 | 2024-07-05T22:42:57.729Z | Downloaded paste v1.0.15 |
746 | 2024-07-05T22:42:57.732Z | Downloaded debug-ignore v1.0.5 |
747 | 2024-07-05T22:42:57.735Z | Downloaded oso-derive v0.27.3 |
748 | 2024-07-05T22:42:57.737Z | Downloaded precomputed-hash v0.1.1 |
749 | 2024-07-05T22:42:57.738Z | Downloaded parse-size v1.0.0 |
750 | 2024-07-05T22:42:57.738Z | Downloaded crucible-workspace-hack v0.1.0 |
751 | 2024-07-05T22:42:57.740Z | Downloaded bitstruct v0.1.1 |
752 | 2024-07-05T22:42:57.740Z | Downloaded assert_matches v1.5.0 |
753 | 2024-07-05T22:42:57.743Z | Downloaded path-slash v0.1.5 |
754 | 2024-07-05T22:42:57.743Z | Downloaded cstr-argument v0.1.2 |
755 | 2024-07-05T22:42:57.746Z | Downloaded olpc-cjson v0.1.3 |
756 | 2024-07-05T22:42:57.746Z | Downloaded num_enum_derive v0.5.11 |
757 | 2024-07-05T22:42:57.748Z | Downloaded num-derive v0.4.2 |
758 | 2024-07-05T22:42:57.748Z | Downloaded derive_builder_macro v0.20.0 |
759 | 2024-07-05T22:42:57.752Z | Downloaded peg v0.8.3 |
760 | 2024-07-05T22:42:57.755Z | Downloaded ciborium-ll v0.2.2 |
761 | 2024-07-05T22:42:57.757Z | Downloaded predicates v3.1.0 |
762 | 2024-07-05T22:42:57.760Z | Downloaded bzip2 v0.4.4 |
763 | 2024-07-05T22:42:57.763Z | Downloaded rand_xorshift v0.3.0 |
764 | 2024-07-05T22:42:57.763Z | Downloaded rand_seeder v0.2.3 |
765 | 2024-07-05T22:42:57.765Z | Downloaded rand_chacha v0.3.1 |
766 | 2024-07-05T22:42:57.766Z | Downloaded r2d2 v0.8.10 |
767 | 2024-07-05T22:42:57.768Z | Downloaded crossbeam-deque v0.8.5 |
768 | 2024-07-05T22:42:57.768Z | Downloaded resolv-conf v0.7.0 |
769 | 2024-07-05T22:42:57.771Z | Downloaded blake2 v0.10.6 |
770 | 2024-07-05T22:42:57.774Z | Downloaded number_prefix v0.4.0 |
771 | 2024-07-05T22:42:57.774Z | Downloaded der_derive v0.7.2 |
772 | 2024-07-05T22:42:57.777Z | Downloaded phf_shared v0.10.0 |
773 | 2024-07-05T22:42:57.777Z | Downloaded base64 v0.13.1 |
774 | 2024-07-05T22:42:57.780Z | Downloaded darling v0.20.9 |
775 | 2024-07-05T22:42:57.784Z | Downloaded ref-cast-impl v1.0.23 |
776 | 2024-07-05T22:42:57.787Z | Downloaded colored v2.1.0 |
777 | 2024-07-05T22:42:57.791Z | Downloaded pretty-hex v0.2.1 |
778 | 2024-07-05T22:42:57.791Z | Downloaded nibble_vec v0.1.0 |
779 | 2024-07-05T22:42:57.794Z | Downloaded buf-list v1.0.3 |
780 | 2024-07-05T22:42:57.794Z | Downloaded ciborium v0.2.2 |
781 | 2024-07-05T22:42:57.797Z | Downloaded radium v0.7.0 |
782 | 2024-07-05T22:42:57.799Z | Downloaded pem v3.0.4 |
783 | 2024-07-05T22:42:57.799Z | Downloaded memoffset v0.9.1 |
784 | 2024-07-05T22:42:57.804Z | Downloaded curve25519-dalek-derive v0.1.1 |
785 | 2024-07-05T22:42:57.804Z | Downloaded endian-type v0.1.2 |
786 | 2024-07-05T22:42:57.806Z | Downloaded crc-catalog v2.4.0 |
787 | 2024-07-05T22:42:57.806Z | Downloaded crc v3.2.1 |
788 | 2024-07-05T22:42:57.809Z | Downloaded packed_struct v0.10.1 |
789 | 2024-07-05T22:42:57.809Z | Downloaded bcs v0.1.6 |
790 | 2024-07-05T22:42:57.812Z | Downloaded async-trait v0.1.80 |
791 | 2024-07-05T22:42:57.815Z | Downloaded ref-cast v1.0.23 |
792 | 2024-07-05T22:42:57.818Z | Downloaded pin-project-internal v1.1.5 |
793 | 2024-07-05T22:42:57.821Z | Downloaded postgres-protocol v0.6.6 |
794 | 2024-07-05T22:42:57.824Z | Downloaded serde-big-array v0.4.1 |
795 | 2024-07-05T22:42:57.824Z | Downloaded num-integer v0.1.46 |
796 | 2024-07-05T22:42:57.827Z | Downloaded vte_generate_state_changes v0.1.1 |
797 | 2024-07-05T22:42:57.827Z | Downloaded sigpipe v0.1.3 |
798 | 2024-07-05T22:42:57.830Z | Downloaded serde-big-array v0.5.1 |
799 | 2024-07-05T22:42:57.830Z | Downloaded bitflags v1.3.2 |
800 | 2024-07-05T22:42:57.832Z | Downloaded defmt-macros v0.3.9 |
801 | 2024-07-05T22:42:57.836Z | Downloaded num-traits v0.2.19 |
802 | 2024-07-05T22:42:57.839Z | Downloaded hash32 v0.3.1 |
803 | 2024-07-05T22:42:57.842Z | Downloaded hash32 v0.2.1 |
804 | 2024-07-05T22:42:57.844Z | Downloaded proc-macro-crate v1.3.1 |
805 | 2024-07-05T22:42:57.844Z | Downloaded poly1305 v0.8.0 |
806 | 2024-07-05T22:42:57.847Z | Downloaded topological-sort v0.2.2 |
807 | 2024-07-05T22:42:57.850Z | Downloaded defmt v0.3.8 |
808 | 2024-07-05T22:42:57.853Z | Downloaded csv-core v0.1.11 |
809 | 2024-07-05T22:42:57.856Z | Downloaded ident_case v1.0.1 |
810 | 2024-07-05T22:42:57.856Z | Downloaded ena v0.14.3 |
811 | 2024-07-05T22:42:57.858Z | Downloaded peg-macros v0.8.3 |
812 | 2024-07-05T22:42:57.861Z | Downloaded pkcs1 v0.7.5 |
813 | 2024-07-05T22:42:57.864Z | Downloaded lazycell v1.3.0 |
814 | 2024-07-05T22:42:57.864Z | Downloaded lazy_static v1.5.0 |
815 | 2024-07-05T22:42:57.867Z | Downloaded indoc v1.0.9 |
816 | 2024-07-05T22:42:57.870Z | Downloaded arc-swap v1.7.1 |
817 | 2024-07-05T22:42:57.875Z | Downloaded fxhash v0.2.1 |
818 | 2024-07-05T22:42:57.878Z | Downloaded structmeta-derive v0.2.0 |
819 | 2024-07-05T22:42:57.878Z | Downloaded structmeta v0.3.0 |
820 | 2024-07-05T22:42:57.878Z | Downloaded multimap v0.10.0 |
821 | 2024-07-05T22:42:57.878Z | Downloaded lru v0.12.3 |
822 | 2024-07-05T22:42:57.881Z | Downloaded parking_lot v0.11.2 |
823 | 2024-07-05T22:42:57.884Z | Downloaded signature v2.2.0 |
824 | 2024-07-05T22:42:57.884Z | Downloaded pkcs8 v0.10.2 |
825 | 2024-07-05T22:42:57.890Z | Downloaded signature v1.6.4 |
826 | 2024-07-05T22:42:57.893Z | Downloaded utf-8 v0.7.6 |
827 | 2024-07-05T22:42:57.893Z | Downloaded untrusted v0.9.0 |
828 | 2024-07-05T22:42:57.894Z | Downloaded serde-hex v0.1.0 |
829 | 2024-07-05T22:42:57.896Z | Downloaded derive-where v1.2.7 |
830 | 2024-07-05T22:42:57.901Z | Downloaded foreign-types-macros v0.2.3 |
831 | 2024-07-05T22:42:57.901Z | Downloaded predicates-core v1.0.6 |
832 | 2024-07-05T22:42:57.904Z | Downloaded downcast v0.11.0 |
833 | 2024-07-05T22:42:57.904Z | Downloaded display-error-chain v0.2.0 |
834 | 2024-07-05T22:42:57.904Z | Downloaded waitgroup v0.1.2 |
835 | 2024-07-05T22:42:57.904Z | Downloaded rustc_version v0.4.0 |
836 | 2024-07-05T22:42:57.909Z | Downloaded rustc_version v0.1.7 |
837 | 2024-07-05T22:42:57.909Z | Downloaded rustc-hash v1.1.0 |
838 | 2024-07-05T22:42:57.909Z | Downloaded either v1.12.0 |
839 | 2024-07-05T22:42:57.912Z | Downloaded rand_core v0.6.4 |
840 | 2024-07-05T22:42:57.912Z | Downloaded rtoolbox v0.0.2 |
841 | 2024-07-05T22:42:57.912Z | Downloaded toml v0.5.11 |
842 | 2024-07-05T22:42:57.915Z | Downloaded lalrpop-util v0.19.12 |
843 | 2024-07-05T22:42:57.918Z | Downloaded strum_macros v0.25.3 |
844 | 2024-07-05T22:42:57.918Z | Downloaded strum_macros v0.24.3 |
845 | 2024-07-05T22:42:57.922Z | Downloaded static_assertions v1.1.0 |
846 | 2024-07-05T22:42:57.925Z | Downloaded instant v0.1.12 |
847 | 2024-07-05T22:42:57.925Z | Downloaded serde_arrays v0.1.0 |
848 | 2024-07-05T22:42:57.928Z | Downloaded rusty-fork v0.3.0 |
849 | 2024-07-05T22:42:57.929Z | Downloaded md-5 v0.10.6 |
850 | 2024-07-05T22:42:57.932Z | Downloaded maybe-uninit v2.0.0 |
851 | 2024-07-05T22:42:57.932Z | Downloaded crypto-bigint v0.5.5 |
852 | 2024-07-05T22:42:57.937Z | Downloaded float-ord v0.3.2 |
853 | 2024-07-05T22:42:57.940Z | Downloaded foreign-types v0.5.0 |
854 | 2024-07-05T22:42:57.940Z | Downloaded strip-ansi-escapes v0.2.0 |
855 | 2024-07-05T22:42:57.943Z | Downloaded stringprep v0.1.4 |
856 | 2024-07-05T22:42:57.943Z | Downloaded slog-dtrace v0.3.0 |
857 | 2024-07-05T22:42:57.946Z | Downloaded string_cache v0.8.7 |
858 | 2024-07-05T22:42:57.949Z | Downloaded tokio-tungstenite v0.21.0 |
859 | 2024-07-05T22:42:57.949Z | Downloaded oso v0.27.3 |
860 | 2024-07-05T22:42:57.953Z | Downloaded chacha20poly1305 v0.10.1 |
861 | 2024-07-05T22:42:57.955Z | Downloaded sqlparser_derive v0.2.2 |
862 | 2024-07-05T22:42:57.962Z | Downloaded rcgen v0.12.1 |
863 | 2024-07-05T22:42:57.969Z | Downloaded rpassword v7.3.1 |
864 | 2024-07-05T22:42:57.969Z | Downloaded tungstenite v0.21.0 |
865 | 2024-07-05T22:42:57.969Z | Downloaded hex v0.4.3 |
866 | 2024-07-05T22:42:57.969Z | Downloaded mockall v0.12.1 |
867 | 2024-07-05T22:42:57.969Z | Downloaded rustc-demangle v0.1.24 |
868 | 2024-07-05T22:42:57.972Z | Downloaded tui-tree-widget v0.19.0 |
869 | 2024-07-05T22:42:57.973Z | Downloaded postcard v1.0.8 |
870 | 2024-07-05T22:42:57.976Z | Downloaded prettyplease v0.2.20 |
871 | 2024-07-05T22:42:57.980Z | Downloaded stability v0.2.0 |
872 | 2024-07-05T22:42:57.980Z | Downloaded scheduled-thread-pool v0.2.7 |
873 | 2024-07-05T22:42:57.983Z | Downloaded maplit v1.0.2 |
874 | 2024-07-05T22:42:57.983Z | Downloaded structmeta-derive v0.3.0 |
875 | 2024-07-05T22:42:57.983Z | Downloaded structmeta v0.2.0 |
876 | 2024-07-05T22:42:57.986Z | Downloaded serde_repr v0.1.19 |
877 | 2024-07-05T22:42:57.990Z | Downloaded untrusted v0.7.1 |
878 | 2024-07-05T22:42:57.990Z | Downloaded wyz v0.5.1 |
879 | 2024-07-05T22:42:57.990Z | Downloaded unarray v0.1.4 |
880 | 2024-07-05T22:42:57.993Z | Downloaded unicode-linebreak v0.1.5 |
881 | 2024-07-05T22:42:57.993Z | Downloaded tap v1.0.1 |
882 | 2024-07-05T22:42:57.996Z | Downloaded universal-hash v0.5.1 |
883 | 2024-07-05T22:42:57.996Z | Downloaded smf v0.2.3 |
884 | 2024-07-05T22:42:57.998Z | Downloaded new_debug_unreachable v1.0.6 |
885 | 2024-07-05T22:42:57.998Z | Downloaded matches v0.1.10 |
886 | 2024-07-05T22:42:57.998Z | Downloaded diff v0.1.13 |
887 | 2024-07-05T22:42:58.002Z | Downloaded fallible-iterator v0.2.0 |
888 | 2024-07-05T22:42:58.005Z | Downloaded der v0.7.9 |
889 | 2024-07-05T22:42:58.008Z | Downloaded ed25519 v1.5.3 |
890 | 2024-07-05T22:42:58.011Z | Downloaded signal-hook-tokio v0.3.1 |
891 | 2024-07-05T22:42:58.015Z | Downloaded rustfmt-wrapper v0.2.1 |
892 | 2024-07-05T22:42:58.015Z | Downloaded hyper-rustls v0.24.2 |
893 | 2024-07-05T22:42:58.018Z | Downloaded stable_deref_trait v1.2.0 |
894 | 2024-07-05T22:42:58.018Z | Downloaded hmac v0.12.1 |
895 | 2024-07-05T22:42:58.026Z | Downloaded indicatif v0.17.8 |
896 | 2024-07-05T22:42:58.031Z | Downloaded diesel_table_macro_syntax v0.1.0 |
897 | 2024-07-05T22:42:58.034Z | Downloaded http-range v0.1.5 |
898 | 2024-07-05T22:42:58.034Z | Downloaded lru-cache v0.1.2 |
899 | 2024-07-05T22:42:58.034Z | Downloaded linked-hash-map v0.5.6 |
900 | 2024-07-05T22:42:58.037Z | Downloaded termios v0.3.3 |
901 | 2024-07-05T22:42:58.037Z | Downloaded termcolor v1.4.1 |
902 | 2024-07-05T22:42:58.046Z | Downloaded memmap2 v0.9.4 |
903 | 2024-07-05T22:42:58.046Z | Downloaded tls_codec_derive v0.4.1 |
904 | 2024-07-05T22:42:58.050Z | Downloaded rayon-core v1.12.1 |
905 | 2024-07-05T22:42:58.050Z | Downloaded serde_derive_internals v0.29.1 |
906 | 2024-07-05T22:42:58.050Z | Downloaded difflib v0.4.0 |
907 | 2024-07-05T22:42:58.050Z | Downloaded libefi-sys v0.1.0 |
908 | 2024-07-05T22:42:58.053Z | Downloaded hostname v0.4.0 |
909 | 2024-07-05T22:42:58.053Z | Downloaded heck v0.3.3 |
910 | 2024-07-05T22:42:58.056Z | Downloaded foreign-types-shared v0.3.1 |
911 | 2024-07-05T22:42:58.056Z | Downloaded smallvec v0.6.14 |
912 | 2024-07-05T22:42:58.056Z | Downloaded same-file v1.0.6 |
913 | 2024-07-05T22:42:58.059Z | Downloaded walkdir v2.5.0 |
914 | 2024-07-05T22:42:58.060Z | Downloaded tokio-rustls v0.25.0 |
915 | 2024-07-05T22:42:58.062Z | Downloaded slog-envlogger v2.2.0 |
916 | 2024-07-05T22:42:58.065Z | Downloaded toolchain_find v0.4.0 |
917 | 2024-07-05T22:42:58.065Z | Downloaded crossterm v0.27.0 |
918 | 2024-07-05T22:42:58.071Z | Downloaded slog-stdlog v4.1.1 |
919 | 2024-07-05T22:42:58.074Z | Downloaded is_ci v1.2.0 |
920 | 2024-07-05T22:42:58.074Z | Downloaded ff v0.13.0 |
921 | 2024-07-05T22:42:58.076Z | Downloaded subtle v2.5.0 |
922 | 2024-07-05T22:42:58.076Z | Downloaded ipnetwork v0.20.0 |
923 | 2024-07-05T22:42:58.079Z | Downloaded hubpack_derive v0.1.1 |
924 | 2024-07-05T22:42:58.079Z | Downloaded libloading v0.8.3 |
925 | 2024-07-05T22:42:58.082Z | Downloaded env_logger v0.10.2 |
926 | 2024-07-05T22:42:58.085Z | Downloaded sha1 v0.10.6 |
927 | 2024-07-05T22:42:58.087Z | Downloaded keccak v0.1.5 |
928 | 2024-07-05T22:42:58.088Z | Downloaded supports-color v3.0.0 |
929 | 2024-07-05T22:42:58.091Z | Downloaded spki v0.7.3 |
930 | 2024-07-05T22:42:58.091Z | Downloaded spin v0.5.2 |
931 | 2024-07-05T22:42:58.094Z | Downloaded linear-map v1.2.0 |
932 | 2024-07-05T22:42:58.094Z | Downloaded rand v0.8.5 |
933 | 2024-07-05T22:42:58.097Z | Downloaded publicsuffix v2.2.3 |
934 | 2024-07-05T22:42:58.100Z | Downloaded nanorand v0.7.0 |
935 | 2024-07-05T22:42:58.102Z | Downloaded headers-core v0.2.0 |
936 | 2024-07-05T22:42:58.105Z | Downloaded tungstenite v0.20.1 |
937 | 2024-07-05T22:42:58.108Z | Downloaded headers v0.3.9 |
938 | 2024-07-05T22:42:58.112Z | Downloaded thiserror-impl-no-std v2.0.2 |
939 | 2024-07-05T22:42:58.115Z | Downloaded thiserror-no-std v2.0.2 |
940 | 2024-07-05T22:42:58.118Z | Downloaded kstat-rs v0.2.4 |
941 | 2024-07-05T22:42:58.120Z | Downloaded tiny-keccak v2.0.2 |
942 | 2024-07-05T22:42:58.123Z | Downloaded spin v0.9.8 |
943 | 2024-07-05T22:42:58.126Z | Downloaded tracing-attributes v0.1.27 |
944 | 2024-07-05T22:42:58.129Z | Downloaded rustls-pki-types v1.7.0 |
945 | 2024-07-05T22:42:58.129Z | Downloaded signal-hook-mio v0.2.3 |
946 | 2024-07-05T22:42:58.132Z | Downloaded impl-trait-for-tuples v0.2.2 |
947 | 2024-07-05T22:42:58.134Z | Downloaded x509-cert v0.2.5 |
948 | 2024-07-05T22:42:58.139Z | Downloaded float-cmp v0.9.0 |
949 | 2024-07-05T22:42:58.141Z | Downloaded smawk v0.3.2 |
950 | 2024-07-05T22:42:58.141Z | Downloaded unicase v2.7.0 |
951 | 2024-07-05T22:42:58.144Z | Downloaded shlex v1.3.0 |
952 | 2024-07-05T22:42:58.149Z | Downloaded globset v0.4.14 |
953 | 2024-07-05T22:42:58.149Z | Downloaded multer v3.1.0 |
954 | 2024-07-05T22:42:58.152Z | Downloaded hashbrown v0.13.2 |
955 | 2024-07-05T22:42:58.155Z | Downloaded serde_with_macros v3.8.1 |
956 | 2024-07-05T22:42:58.157Z | Downloaded tokio-rustls v0.24.1 |
957 | 2024-07-05T22:42:58.160Z | Downloaded elliptic-curve v0.13.8 |
958 | 2024-07-05T22:42:58.169Z | Downloaded tough v0.17.1 |
959 | 2024-07-05T22:42:58.172Z | Downloaded hyper-staticfile v0.9.5 |
960 | 2024-07-05T22:42:58.173Z | Downloaded rsa v0.9.6 |
961 | 2024-07-05T22:42:58.177Z | Downloaded flume v0.11.0 |
962 | 2024-07-05T22:42:58.181Z | Downloaded subprocess v0.2.9 |
963 | 2024-07-05T22:42:58.184Z | Downloaded zeroize v1.7.0 |
964 | 2024-07-05T22:42:58.188Z | Downloaded fragile v2.0.0 |
965 | 2024-07-05T22:42:58.188Z | Downloaded wait-timeout v0.2.0 |
966 | 2024-07-05T22:42:58.191Z | Downloaded vsss-rs v3.3.4 |
967 | 2024-07-05T22:42:58.191Z | Downloaded heapless v0.7.17 |
968 | 2024-07-05T22:42:58.195Z | Downloaded unicode_categories v0.1.1 |
969 | 2024-07-05T22:42:58.197Z | Downloaded zip v0.6.6 |
970 | 2024-07-05T22:42:58.201Z | Downloaded vte v0.11.1 |
971 | 2024-07-05T22:42:58.204Z | Downloaded iana-time-zone v0.1.60 |
972 | 2024-07-05T22:42:58.207Z | Downloaded unicode-segmentation v1.11.0 |
973 | 2024-07-05T22:42:58.209Z | Downloaded steno v0.4.1 |
974 | 2024-07-05T22:42:58.214Z | Downloaded samael v0.0.15 |
975 | 2024-07-05T22:42:58.219Z | Downloaded test-strategy v0.3.1 |
976 | 2024-07-05T22:42:58.222Z | Downloaded schemars v0.8.21 |
977 | 2024-07-05T22:42:58.234Z | Downloaded aho-corasick v1.1.3 |
978 | 2024-07-05T22:42:58.240Z | Downloaded ron v0.8.1 |
979 | 2024-07-05T22:42:58.248Z | Downloaded signal-hook v0.3.17 |
980 | 2024-07-05T22:42:58.251Z | Downloaded serde_yaml v0.9.34+deprecated |
981 | 2024-07-05T22:42:58.254Z | Downloaded trust-dns-resolver v0.22.0 |
982 | 2024-07-05T22:42:58.257Z | Downloaded http v1.1.0 |
983 | 2024-07-05T22:42:58.261Z | Downloaded nom v7.1.3 |
984 | 2024-07-05T22:42:58.267Z | Downloaded fatfs v0.3.6 |
985 | 2024-07-05T22:42:58.269Z | Downloaded hashbrown v0.12.3 |
986 | 2024-07-05T22:42:58.274Z | Downloaded heapless v0.8.0 |
987 | 2024-07-05T22:42:58.278Z | Downloaded uuid v1.9.1 |
988 | 2024-07-05T22:42:58.281Z | Downloaded snafu-derive v0.8.2 |
989 | 2024-07-05T22:42:58.283Z | Downloaded textwrap v0.16.1 |
990 | 2024-07-05T22:42:58.286Z | Downloaded salty v0.2.0 |
991 | 2024-07-05T22:42:58.290Z | Downloaded serde_with v3.8.1 |
992 | 2024-07-05T22:42:58.299Z | Downloaded expectorate v1.1.0 |
993 | 2024-07-05T22:42:58.301Z | Downloaded bindgen v0.69.4 |
994 | 2024-07-05T22:42:58.308Z | Downloaded getrandom v0.2.14 |
995 | 2024-07-05T22:42:58.311Z | Downloaded tokio-postgres v0.7.10 |
996 | 2024-07-05T22:42:58.316Z | Downloaded toml_edit v0.19.15 |
997 | 2024-07-05T22:42:58.334Z | Downloaded trust-dns-client v0.22.0 |
998 | 2024-07-05T22:42:58.338Z | Downloaded sqlparser v0.45.0 |
999 | 2024-07-05T22:42:58.344Z | Downloaded itertools v0.10.5 |
1000 | 2024-07-05T22:42:58.350Z | Downloaded bitvec v1.0.1 |
1001 | 2024-07-05T22:42:58.366Z | Downloaded reedline v0.31.0 |
1002 | 2024-07-05T22:42:58.375Z | Downloaded snafu v0.8.2 |
1003 | 2024-07-05T22:42:58.379Z | Downloaded rustls-webpki v0.101.7 |
1004 | 2024-07-05T22:42:58.395Z | Downloaded trust-dns-server v0.22.1 |
1005 | 2024-07-05T22:42:58.399Z | Downloaded libm v0.2.8 |
1006 | 2024-07-05T22:42:58.407Z | Downloaded libxml v0.3.3 |
1007 | 2024-07-05T22:42:58.414Z | Downloaded rustyline v14.0.0 |
1008 | 2024-07-05T22:42:58.419Z | Downloaded winnow v0.5.40 |
1009 | 2024-07-05T22:42:58.428Z | Downloaded proptest v1.4.0 |
1010 | 2024-07-05T22:42:58.437Z | Downloaded idna v0.2.3 |
1011 | 2024-07-05T22:42:58.443Z | Downloaded bstr v0.2.17 |
1012 | 2024-07-05T22:42:58.453Z | Downloaded gimli v0.28.1 |
1013 | 2024-07-05T22:42:58.461Z | Downloaded itertools v0.12.1 |
1014 | 2024-07-05T22:42:58.468Z | Downloaded trust-dns-proto v0.22.0 |
1015 | 2024-07-05T22:42:58.481Z | Downloaded diesel v2.1.6 |
1016 | 2024-07-05T22:42:58.499Z | Downloaded rustls v0.22.4 |
1017 | 2024-07-05T22:42:58.513Z | Downloaded sled v0.34.7 |
1018 | 2024-07-05T22:42:58.523Z | Downloaded radix_trie v0.2.1 |
1019 | 2024-07-05T22:42:58.528Z | Downloaded bstr v1.9.1 |
1020 | 2024-07-05T22:42:58.538Z | Downloaded idna v0.3.0 |
1021 | 2024-07-05T22:42:58.546Z | Downloaded zerocopy-derive v0.6.6 |
1022 | 2024-07-05T22:42:58.554Z | Downloaded regex v1.10.4 |
1023 | 2024-07-05T22:42:58.566Z | Downloaded object v0.30.4 |
1024 | 2024-07-05T22:42:58.576Z | Downloaded object v0.32.2 |
1025 | 2024-07-05T22:42:58.586Z | Downloaded sha3 v0.10.8 |
1026 | 2024-07-05T22:42:58.591Z | Downloaded lalrpop v0.19.12 |
1027 | 2024-07-05T22:42:58.601Z | Downloaded regex-syntax v0.6.29 |
1028 | 2024-07-05T22:42:58.607Z | Downloaded nix v0.28.0 |
1029 | 2024-07-05T22:42:58.618Z | Downloaded smoltcp v0.9.1 |
1030 | 2024-07-05T22:42:58.628Z | Downloaded regex-syntax v0.8.3 |
1031 | 2024-07-05T22:42:58.636Z | Downloaded regress v0.9.1 |
1032 | 2024-07-05T22:42:58.644Z | Downloaded smoltcp v0.11.0 |
1033 | 2024-07-05T22:42:58.655Z | Downloaded openapiv3 v2.0.0 |
1034 | 2024-07-05T22:42:58.666Z | Downloaded polar-core v0.27.3 |
1035 | 2024-07-05T22:42:58.674Z | Downloaded nix v0.27.1 |
1036 | 2024-07-05T22:42:58.684Z | Downloaded rustls-webpki v0.102.4 |
1037 | 2024-07-05T22:42:58.702Z | Downloaded ratatui v0.26.2 |
1038 | 2024-07-05T22:42:58.719Z | Downloaded webpki-roots v0.25.4 |
1039 | 2024-07-05T22:42:58.724Z | Downloaded csv v1.3.0 |
1040 | 2024-07-05T22:42:58.741Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1041 | 2024-07-05T22:42:58.751Z | Downloaded regex-automata v0.4.6 |
1042 | 2024-07-05T22:42:58.768Z | Downloaded rustls v0.21.12 |
1043 | 2024-07-05T22:42:58.778Z | Downloaded petgraph v0.6.5 |
1044 | 2024-07-05T22:42:58.794Z | Downloaded hkdf v0.12.4 |
1045 | 2024-07-05T22:42:58.797Z | Downloaded rayon v1.10.0 |
1046 | 2024-07-05T22:42:58.804Z | Downloaded finl_unicode v1.2.0 |
1047 | 2024-07-05T22:42:58.818Z | Downloaded quick-xml v0.31.0 |
1048 | 2024-07-05T22:42:58.821Z | Downloaded portable-atomic v1.6.0 |
1049 | 2024-07-05T22:42:58.826Z | Downloaded curve25519-dalek v4.1.3 |
1050 | 2024-07-05T22:42:58.834Z | Downloaded chrono v0.4.38 |
1051 | 2024-07-05T22:42:58.841Z | Downloaded blake3 v1.5.1 |
1052 | 2024-07-05T22:42:58.848Z | Downloaded regex-automata v0.1.10 |
1053 | 2024-07-05T22:42:58.852Z | Downloaded num-bigint-dig v0.8.4 |
1054 | 2024-07-05T22:42:58.857Z | Downloaded fixedbitset v0.4.2 |
1055 | 2024-07-05T22:42:58.859Z | Downloaded mockall_derive v0.12.1 |
1056 | 2024-07-05T22:42:58.859Z | Downloaded tempfile v3.10.1 |
1057 | 2024-07-05T22:42:58.862Z | Downloaded zerocopy v0.6.6 |
1058 | 2024-07-05T22:42:58.865Z | Downloaded indoc v2.0.5 |
1059 | 2024-07-05T22:42:58.868Z | Downloaded tls_codec v0.4.1 |
1060 | 2024-07-05T22:42:58.868Z | Downloaded hubpack v0.1.2 |
1061 | 2024-07-05T22:42:58.870Z | Downloaded uzers v0.11.3 |
1062 | 2024-07-05T22:42:58.870Z | Downloaded fastrand v2.1.0 |
1063 | 2024-07-05T22:42:58.873Z | Downloaded minimal-lexical v0.2.1 |
1064 | 2024-07-05T22:42:58.876Z | Downloaded num-bigint v0.4.5 |
1065 | 2024-07-05T22:42:58.879Z | Downloaded glob v0.3.1 |
1066 | 2024-07-05T22:42:58.882Z | Downloaded termtree v0.4.1 |
1067 | 2024-07-05T22:42:58.882Z | Downloaded zone v0.1.8 |
1068 | 2024-07-05T22:42:58.882Z | Downloaded zeroize_derive v1.4.2 |
1069 | 2024-07-05T22:42:58.885Z | Downloaded erased-serde v0.3.31 |
1070 | 2024-07-05T22:42:58.885Z | Downloaded toml v0.7.8 |
1071 | 2024-07-05T22:42:58.890Z | Downloaded typed-path v0.7.1 |
1072 | 2024-07-05T22:42:58.893Z | Downloaded slog-scope v4.4.0 |
1073 | 2024-07-05T22:42:58.896Z | Downloaded rustls-pemfile v2.1.2 |
1074 | 2024-07-05T22:42:58.896Z | Downloaded indexmap v1.9.3 |
1075 | 2024-07-05T22:42:58.898Z | Downloaded similar v2.5.0 |
1076 | 2024-07-05T22:42:58.903Z | Downloaded base64 v0.22.1 |
1077 | 2024-07-05T22:42:58.906Z | Downloaded funty v2.0.0 |
1078 | 2024-07-05T22:42:58.909Z | Downloaded unicode-xid v0.2.4 |
1079 | 2024-07-05T22:42:58.909Z | Downloaded sct v0.7.1 |
1080 | 2024-07-05T22:42:58.911Z | Downloaded zone_cfg_derive v0.1.2 |
1081 | 2024-07-05T22:42:58.914Z | Downloaded libsw v3.3.1 |
1082 | 2024-07-05T22:42:58.914Z | Downloaded humantime v2.1.0 |
1083 | 2024-07-05T22:42:58.916Z | Downloaded getopts v0.2.21 |
1084 | 2024-07-05T22:42:58.917Z | Downloaded sqlformat v0.2.3 |
1085 | 2024-07-05T22:42:58.919Z | Downloaded schemars_derive v0.8.21 |
1086 | 2024-07-05T22:42:58.920Z | Downloaded unsafe-libyaml v0.2.11 |
1087 | 2024-07-05T22:42:58.922Z | Downloaded env_logger v0.9.3 |
1088 | 2024-07-05T22:42:58.925Z | Downloaded const_format v0.2.32 |
1089 | 2024-07-05T22:42:58.928Z | Downloaded whoami v1.5.1 |
1090 | 2024-07-05T22:42:58.930Z | Downloaded which v4.4.2 |
1091 | 2024-07-05T22:42:58.930Z | Downloaded diesel_derives v2.1.4 |
1092 | 2024-07-05T22:42:58.934Z | Downloaded tabwriter v1.4.0 |
1093 | 2024-07-05T22:42:58.936Z | Downloaded serde_plain v1.0.2 |
1094 | 2024-07-05T22:42:58.936Z | Downloaded serde_path_to_error v0.1.16 |
1095 | 2024-07-05T22:42:58.939Z | Downloaded sec1 v0.7.3 |
1096 | 2024-07-05T22:42:58.939Z | Downloaded yasna v0.5.2 |
1097 | 2024-07-05T22:42:58.942Z | Downloaded managed v0.8.0 |
1098 | 2024-07-05T22:42:58.942Z | Downloaded inout v0.1.3 |
1099 | 2024-07-05T22:42:58.945Z | Downloaded highway v1.1.0 |
1100 | 2024-07-05T22:42:58.945Z | Downloaded semver v0.1.20 |
1101 | 2024-07-05T22:42:58.947Z | Downloaded darling_core v0.20.9 |
1102 | 2024-07-05T22:42:58.950Z | Downloaded crossbeam-epoch v0.9.18 |
1103 | 2024-07-05T22:42:58.953Z | Downloaded tokio-tungstenite v0.20.1 |
1104 | 2024-07-05T22:42:58.955Z | Downloaded tokio-stream v0.1.15 |
1105 | 2024-07-05T22:42:58.958Z | Downloaded half v2.4.1 |
1106 | 2024-07-05T22:42:58.961Z | Downloaded pin-project v1.1.5 |
1107 | 2024-07-05T22:42:58.969Z | Downloaded secrecy v0.8.0 |
1108 | 2024-07-05T22:42:58.972Z | Downloaded home v0.5.9 |
1109 | 2024-07-05T22:42:58.972Z | Downloaded enum-as-inner v0.5.1 |
1110 | 2024-07-05T22:42:58.977Z | Downloaded embedded-io v0.4.0 |
1111 | 2024-07-05T22:42:58.977Z | Downloaded group v0.13.0 |
1112 | 2024-07-05T22:42:58.979Z | Downloaded ron v0.7.1 |
1113 | 2024-07-05T22:42:58.982Z | Downloaded siphasher v0.3.11 |
1114 | 2024-07-05T22:42:58.982Z | Downloaded shell-words v1.1.0 |
1115 | 2024-07-05T22:42:58.982Z | Downloaded omicron-zone-package v0.11.0 |
1116 | 2024-07-05T22:42:58.985Z | Downloaded backtrace v0.3.71 |
1117 | 2024-07-05T22:42:58.989Z | Downloaded allocator-api2 v0.2.18 |
1118 | 2024-07-05T22:42:58.991Z | Downloaded postgres-types v0.2.6 |
1119 | 2024-07-05T22:42:58.994Z | Downloaded ahash v0.8.11 |
1120 | 2024-07-05T22:42:58.997Z | Downloaded num-rational v0.4.2 |
1121 | 2024-07-05T22:42:58.997Z | Downloaded num-complex v0.4.6 |
1122 | 2024-07-05T22:42:59.000Z | Downloaded num_enum v0.5.11 |
1123 | 2024-07-05T22:42:59.002Z | Downloaded console v0.15.8 |
1124 | 2024-07-05T22:42:59.006Z | Downloaded derive_builder v0.20.0 |
1125 | 2024-07-05T22:42:59.010Z | Downloaded clang-sys v1.7.0 |
1126 | 2024-07-05T22:42:59.013Z | Downloaded cookie_store v0.20.0 |
1127 | 2024-07-05T22:42:59.016Z | Downloaded cookie v0.17.0 |
1128 | 2024-07-05T22:42:59.019Z | Downloaded constant_time_eq v0.3.0 |
1129 | 2024-07-05T22:42:59.019Z | Downloaded nu-ansi-term v0.50.0 |
1130 | 2024-07-05T22:42:59.022Z | Downloaded mime_guess v2.0.4 |
1131 | 2024-07-05T22:42:59.022Z | Downloaded cancel-safe-futures v0.1.5 |
1132 | 2024-07-05T22:42:59.026Z | Downloaded gethostname v0.4.3 |
1133 | 2024-07-05T22:42:59.026Z | Downloaded flagset v0.4.5 |
1134 | 2024-07-05T22:42:59.031Z | Downloaded fd-lock v4.0.2 |
1135 | 2024-07-05T22:42:59.031Z | Downloaded dyn-clone v1.0.17 |
1136 | 2024-07-05T22:42:59.031Z | Downloaded psl-types v2.0.11 |
1137 | 2024-07-05T22:42:59.033Z | Downloaded ascii v1.1.0 |
1138 | 2024-07-05T22:42:59.033Z | Downloaded cookie v0.18.1 |
1139 | 2024-07-05T22:42:59.036Z | Downloaded phf_shared v0.11.2 |
1140 | 2024-07-05T22:42:59.036Z | Downloaded pem-rfc7468 v0.7.0 |
1141 | 2024-07-05T22:42:59.036Z | Downloaded password-hash v0.5.0 |
1142 | 2024-07-05T22:42:59.039Z | Downloaded parking_lot_core v0.8.6 |
1143 | 2024-07-05T22:42:59.042Z | Downloaded crc-any v2.5.0 |
1144 | 2024-07-05T22:42:59.042Z | Downloaded const-oid v0.9.6 |
1145 | 2024-07-05T22:42:59.045Z | Downloaded quick-error v1.2.3 |
1146 | 2024-07-05T22:42:59.045Z | Downloaded backoff v0.4.0 |
1147 | 2024-07-05T22:42:59.048Z | Downloaded parse-display v0.9.0 |
1148 | 2024-07-05T22:42:59.048Z | Downloaded data-encoding v2.6.0 |
1149 | 2024-07-05T22:42:59.051Z | Downloaded arrayref v0.3.7 |
1150 | 2024-07-05T22:42:59.051Z | Downloaded argon2 v0.5.3 |
1151 | 2024-07-05T22:42:59.051Z | Downloaded owo-colors v4.0.0 |
1152 | 2024-07-05T22:42:59.054Z | Downloaded derive_builder_core v0.20.0 |
1153 | 2024-07-05T22:42:59.056Z | Downloaded bit-set v0.5.3 |
1154 | 2024-07-05T22:42:59.056Z | Downloaded const_format_proc_macros v0.2.32 |
1155 | 2024-07-05T22:42:59.061Z | Downloaded predicates-tree v1.0.9 |
1156 | 2024-07-05T22:42:59.061Z | Downloaded base64ct v1.6.0 |
1157 | 2024-07-05T22:42:59.064Z | Downloaded ppv-lite86 v0.2.17 |
1158 | 2024-07-05T22:42:59.064Z | Downloaded phf v0.11.2 |
1159 | 2024-07-05T22:42:59.064Z | Downloaded castaway v0.2.2 |
1160 | 2024-07-05T22:42:59.064Z | Downloaded bitfield v0.14.0 |
1161 | 2024-07-05T22:42:59.067Z | Downloaded atomic-waker v1.1.2 |
1162 | 2024-07-05T22:42:59.067Z | Downloaded async-stream v0.3.5 |
1163 | 2024-07-05T22:42:59.069Z | Downloaded arrayvec v0.7.4 |
1164 | 2024-07-05T22:42:59.069Z | Downloaded defmt-parser v0.3.4 |
1165 | 2024-07-05T22:42:59.072Z | Downloaded atomicwrites v0.4.3 |
1166 | 2024-07-05T22:42:59.072Z | Downloaded parse-display-derive v0.9.0 |
1167 | 2024-07-05T22:42:59.072Z | Downloaded packed_struct_codegen v0.10.1 |
1168 | 2024-07-05T22:42:59.075Z | Downloaded num-iter v0.1.45 |
1169 | 2024-07-05T22:42:59.075Z | Downloaded num v0.4.3 |
1170 | 2024-07-05T22:42:59.075Z | Downloaded nodrop v0.1.14 |
1171 | 2024-07-05T22:42:59.266Z | Downloaded ring v0.17.8 |
1172 | 2024-07-05T22:42:59.384Z | Downloaded ring v0.16.20 |
1173 | 2024-07-05T22:42:59.590Z | Compiling proc-macro2 v1.0.86 |
1174 | 2024-07-05T22:42:59.590Z | Compiling unicode-ident v1.0.12 |
1175 | 2024-07-05T22:42:59.593Z | Compiling libc v0.2.155 |
1176 | 2024-07-05T22:42:59.593Z | Compiling serde v1.0.203 |
1177 | 2024-07-05T22:42:59.593Z | Compiling autocfg v1.3.0 |
1178 | 2024-07-05T22:42:59.593Z | Compiling version_check v0.9.4 |
1179 | 2024-07-05T22:42:59.593Z | Compiling cfg-if v1.0.0 |
1180 | 2024-07-05T22:42:59.817Z | Compiling cc v1.0.97 |
1181 | 2024-07-05T22:42:59.836Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-07-05T22:42:59.836Z | Compiling serde_json v1.0.120 |
1183 | 2024-07-05T22:43:00.175Z | Compiling once_cell v1.19.0 |
1184 | 2024-07-05T22:43:00.274Z | Compiling libm v0.2.8 |
1185 | 2024-07-05T22:43:00.454Z | Compiling ahash v0.8.11 |
1186 | 2024-07-05T22:43:00.474Z | Compiling lock_api v0.4.12 |
1187 | 2024-07-05T22:43:00.634Z | Compiling byteorder v1.5.0 |
1188 | 2024-07-05T22:43:00.649Z | Compiling num-traits v0.2.19 |
1189 | 2024-07-05T22:43:00.738Z | Compiling memchr v2.7.2 |
1190 | 2024-07-05T22:43:00.757Z | Compiling thiserror v1.0.60 |
1191 | 2024-07-05T22:43:01.070Z | Compiling scopeguard v1.2.0 |
1192 | 2024-07-05T22:43:01.100Z | Compiling typenum v1.17.0 |
1193 | 2024-07-05T22:43:01.235Z | Compiling quote v1.0.36 |
1194 | 2024-07-05T22:43:01.831Z | Compiling syn v2.0.68 |
1195 | 2024-07-05T22:43:01.888Z | Compiling getrandom v0.2.14 |
1196 | 2024-07-05T22:43:01.988Z | Compiling log v0.4.21 |
1197 | 2024-07-05T22:43:02.073Z | Compiling itoa v1.0.11 |
1198 | 2024-07-05T22:43:02.238Z | Compiling generic-array v0.14.7 |
1199 | 2024-07-05T22:43:02.506Z | Compiling allocator-api2 v0.2.18 |
1200 | 2024-07-05T22:43:02.693Z | Compiling slab v0.4.9 |
1201 | 2024-07-05T22:43:02.853Z | Compiling ryu v1.0.18 |
1202 | 2024-07-05T22:43:02.856Z | Compiling ring v0.17.8 |
1203 | 2024-07-05T22:43:02.971Z | Compiling schemars v0.8.21 |
1204 | 2024-07-05T22:43:03.125Z | Compiling pin-project-lite v0.2.14 |
1205 | 2024-07-05T22:43:03.239Z | Compiling semver v1.0.23 |
1206 | 2024-07-05T22:43:03.242Z | Compiling smallvec v1.13.2 |
1207 | 2024-07-05T22:43:03.430Z | Compiling equivalent v1.0.1 |
1208 | 2024-07-05T22:43:03.558Z | Compiling vcpkg v0.2.15 |
1209 | 2024-07-05T22:43:03.680Z | Compiling pkg-config v0.3.30 |
1210 | 2024-07-05T22:43:03.816Z | Compiling signal-hook-registry v1.4.2 |
1211 | 2024-07-05T22:43:04.515Z | Compiling parking_lot v0.12.2 |
1212 | 2024-07-05T22:43:04.966Z | Compiling syn v1.0.109 |
1213 | 2024-07-05T22:43:05.255Z | Compiling openssl-sys v0.9.102 |
1214 | 2024-07-05T22:43:05.310Z | Compiling mio v0.8.11 |
1215 | 2024-07-05T22:43:05.578Z | Compiling spin v0.9.8 |
1216 | 2024-07-05T22:43:06.234Z | Compiling rand_core v0.6.4 |
1217 | 2024-07-05T22:43:06.626Z | Compiling num_cpus v1.16.0 |
1218 | 2024-07-05T22:43:06.655Z | Compiling socket2 v0.5.7 |
1219 | 2024-07-05T22:43:06.770Z | Compiling num-conv v0.1.0 |
1220 | 2024-07-05T22:43:07.049Z | Compiling time-core v0.1.2 |
1221 | 2024-07-05T22:43:07.216Z | Compiling time-macros v0.2.18 |
1222 | 2024-07-05T22:43:07.475Z | Compiling httparse v1.8.0 |
1223 | 2024-07-05T22:43:07.885Z | Compiling futures-core v0.3.30 |
1224 | 2024-07-05T22:43:08.160Z | Compiling fnv v1.0.7 |
1225 | 2024-07-05T22:43:08.282Z | Compiling openssl v0.10.64 |
1226 | 2024-07-05T22:43:08.726Z | Compiling rustix v0.38.34 |
1227 | 2024-07-05T22:43:08.840Z | Compiling iana-time-zone v0.1.60 |
1228 | 2024-07-05T22:43:08.855Z | Compiling crossbeam-utils v0.8.19 |
1229 | 2024-07-05T22:43:09.304Z | Compiling serde_derive_internals v0.29.1 |
1230 | 2024-07-05T22:43:09.371Z | Compiling rustls v0.21.12 |
1231 | 2024-07-05T22:43:09.565Z | Compiling native-tls v0.2.11 |
1232 | 2024-07-05T22:43:09.614Z | Compiling heck v0.5.0 |
1233 | 2024-07-05T22:43:09.648Z | Compiling tinyvec_macros v0.1.1 |
1234 | 2024-07-05T22:43:09.739Z | Compiling tinyvec v1.6.0 |
1235 | 2024-07-05T22:43:10.536Z | Compiling const-oid v0.9.6 |
1236 | 2024-07-05T22:43:10.708Z | Compiling ucd-trie v0.1.6 |
1237 | 2024-07-05T22:43:11.135Z | Compiling futures-sink v0.3.30 |
1238 | 2024-07-05T22:43:11.138Z | Compiling subtle v2.5.0 |
1239 | 2024-07-05T22:43:11.192Z | Compiling unicode-normalization v0.1.23 |
1240 | 2024-07-05T22:43:11.557Z | Compiling backtrace v0.3.71 |
1241 | 2024-07-05T22:43:11.573Z | Compiling cookie v0.17.0 |
1242 | 2024-07-05T22:43:11.820Z | Compiling dyn-clone v1.0.17 |
1243 | 2024-07-05T22:43:11.937Z | Compiling heck v0.4.1 |
1244 | 2024-07-05T22:43:12.001Z | Compiling unicode-bidi v0.3.15 |
1245 | 2024-07-05T22:43:12.282Z | Compiling slog v2.7.0 |
1246 | 2024-07-05T22:43:12.533Z | Compiling futures-channel v0.3.30 |
1247 | 2024-07-05T22:43:12.700Z | Compiling pin-utils v0.1.0 |
1248 | 2024-07-05T22:43:12.807Z | Compiling futures-io v0.3.30 |
1249 | 2024-07-05T22:43:12.826Z | Compiling futures-task v0.3.30 |
1250 | 2024-07-05T22:43:13.364Z | Compiling aho-corasick v1.1.3 |
1251 | 2024-07-05T22:43:13.637Z | Compiling regex-syntax v0.8.3 |
1252 | 2024-07-05T22:43:14.016Z | Compiling untrusted v0.9.0 |
1253 | 2024-07-05T22:43:14.483Z | Compiling anyhow v1.0.86 |
1254 | 2024-07-05T22:43:14.742Z | Compiling serde_derive v1.0.203 |
1255 | 2024-07-05T22:43:14.978Z | Compiling zerocopy-derive v0.7.34 |
1256 | 2024-07-05T22:43:15.772Z | Compiling zeroize_derive v1.4.2 |
1257 | 2024-07-05T22:43:15.979Z | Compiling thiserror-impl v1.0.60 |
1258 | 2024-07-05T22:43:17.015Z | Compiling zerocopy v0.7.34 |
1259 | 2024-07-05T22:43:17.142Z | Compiling tokio-macros v2.3.0 |
1260 | 2024-07-05T22:43:17.818Z | Compiling futures-macro v0.3.30 |
1261 | 2024-07-05T22:43:18.605Z | Compiling schemars_derive v0.8.21 |
1262 | 2024-07-05T22:43:18.797Z | Compiling tracing-attributes v0.1.27 |
1263 | 2024-07-05T22:43:19.202Z | Compiling hashbrown v0.14.5 |
1264 | 2024-07-05T22:43:19.470Z | Compiling zeroize v1.7.0 |
1265 | 2024-07-05T22:43:20.101Z | Compiling openssl-macros v0.1.1 |
1266 | 2024-07-05T22:43:20.821Z | Compiling scroll_derive v0.12.0 |
1267 | 2024-07-05T22:43:21.213Z | Compiling pest v2.7.10 |
1268 | 2024-07-05T22:43:21.453Z | Compiling crypto-common v0.1.6 |
1269 | 2024-07-05T22:43:21.494Z | Compiling futures-util v0.3.30 |
1270 | 2024-07-05T22:43:21.627Z | Compiling der_derive v0.7.2 |
1271 | 2024-07-05T22:43:22.136Z | Compiling winnow v0.5.40 |
1272 | 2024-07-05T22:43:23.937Z | Compiling pest_meta v2.7.10 |
1273 | 2024-07-05T22:43:23.981Z | Compiling block-buffer v0.10.4 |
1274 | 2024-07-05T22:43:24.211Z | Compiling regex-automata v0.4.6 |
1275 | 2024-07-05T22:43:25.839Z | Compiling pest_generator v2.7.10 |
1276 | 2024-07-05T22:43:27.646Z | Compiling tracing-core v0.1.32 |
1277 | 2024-07-05T22:43:28.224Z | Compiling bytes v1.6.0 |
1278 | 2024-07-05T22:43:28.302Z | Compiling indexmap v2.2.6 |
1279 | 2024-07-05T22:43:29.344Z | Compiling uuid v1.9.1 |
1280 | 2024-07-05T22:43:29.785Z | Compiling bitflags v2.5.0 |
1281 | 2024-07-05T22:43:29.978Z | Compiling tokio v1.38.0 |
1282 | 2024-07-05T22:43:30.467Z | Compiling chrono v0.4.38 |
1283 | 2024-07-05T22:43:30.881Z | Compiling serde_tokenstream v0.2.1 |
1284 | 2024-07-05T22:43:31.772Z | Compiling serde_spanned v0.6.6 |
1285 | 2024-07-05T22:43:31.992Z | Compiling toml_datetime v0.6.6 |
1286 | 2024-07-05T22:43:32.429Z | Compiling http v0.2.12 |
1287 | 2024-07-05T22:43:32.827Z | Compiling toml_edit v0.19.15 |
1288 | 2024-07-05T22:43:35.471Z | Compiling rustc_version v0.4.0 |
1289 | 2024-07-05T22:43:36.097Z | Compiling pest_derive v2.7.10 |
1290 | 2024-07-05T22:43:36.247Z | Compiling usdt-impl v0.5.0 |
1291 | 2024-07-05T22:43:36.549Z | Compiling rustversion v1.0.17 |
1292 | 2024-07-05T22:43:36.845Z | Compiling powerfmt v0.2.0 |
1293 | 2024-07-05T22:43:37.208Z | Compiling deranged v0.3.11 |
1294 | 2024-07-05T22:43:37.345Z | Compiling heapless v0.7.17 |
1295 | 2024-07-05T22:43:37.579Z | Compiling tracing v0.1.40 |
1296 | 2024-07-05T22:43:37.740Z | Compiling digest v0.10.7 |
1297 | 2024-07-05T22:43:38.170Z | Compiling scroll v0.12.0 |
1298 | 2024-07-05T22:43:38.728Z | Compiling num_threads v0.1.7 |
1299 | 2024-07-05T22:43:38.851Z | Compiling signal-hook v0.3.17 |
1300 | 2024-07-05T22:43:39.104Z | Compiling percent-encoding v2.3.1 |
1301 | 2024-07-05T22:43:39.270Z | Compiling plain v0.2.3 |
1302 | 2024-07-05T22:43:39.553Z | Compiling ppv-lite86 v0.2.17 |
1303 | 2024-07-05T22:43:39.589Z | Compiling time v0.3.36 |
1304 | 2024-07-05T22:43:39.732Z | Compiling goblin v0.8.2 |
1305 | 2024-07-05T22:43:40.368Z | Compiling rand_chacha v0.3.1 |
1306 | 2024-07-05T22:43:41.403Z | Compiling regex v1.10.4 |
1307 | 2024-07-05T22:43:42.406Z | Compiling crc32fast v1.4.0 |
1308 | 2024-07-05T22:43:42.841Z | Compiling pretty-hex v0.4.1 |
1309 | 2024-07-05T22:43:43.051Z | Compiling strsim v0.11.1 |
1310 | 2024-07-05T22:43:44.302Z | Compiling rand v0.8.5 |
1311 | 2024-07-05T22:43:44.842Z | Compiling tokio-util v0.7.11 |
1312 | 2024-07-05T22:43:45.686Z | Compiling dof v0.3.0 |
1313 | 2024-07-05T22:43:45.972Z | Compiling dtrace-parser v0.2.0 |
1314 | 2024-07-05T22:43:46.582Z | Compiling async-trait v0.1.80 |
1315 | 2024-07-05T22:43:46.840Z | Compiling socket2 v0.4.10 |
1316 | 2024-07-05T22:43:47.564Z | Compiling thread-id v4.2.1 |
1317 | 2024-07-05T22:43:47.982Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1318 | 2024-07-05T22:43:47.999Z | Compiling smoltcp v0.9.1 |
1319 | 2024-07-05T22:43:48.185Z | Compiling unicode-width v0.1.12 |
1320 | 2024-07-05T22:43:48.383Z | Compiling base64ct v1.6.0 |
1321 | 2024-07-05T22:43:48.412Z | Compiling foreign-types-shared v0.1.1 |
1322 | 2024-07-05T22:43:48.512Z | Compiling foreign-types v0.3.2 |
1323 | 2024-07-05T22:43:48.916Z | Compiling pem-rfc7468 v0.7.0 |
1324 | 2024-07-05T22:43:50.010Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-07-05T22:43:50.354Z | Compiling hmac v0.12.1 |
1326 | 2024-07-05T22:43:50.582Z | Compiling adler v1.0.2 |
1327 | 2024-07-05T22:43:50.599Z | Compiling base64 v0.21.7 |
1328 | 2024-07-05T22:43:50.820Z | Compiling try-lock v0.2.5 |
1329 | 2024-07-05T22:43:50.862Z | Compiling flagset v0.4.5 |
1330 | 2024-07-05T22:43:50.967Z | Compiling siphasher v0.3.11 |
1331 | 2024-07-05T22:43:51.172Z | Compiling want v0.3.1 |
1332 | 2024-07-05T22:43:51.245Z | Compiling der v0.7.9 |
1333 | 2024-07-05T22:43:51.446Z | Compiling miniz_oxide v0.7.2 |
1334 | 2024-07-05T22:43:53.139Z | Compiling h2 v0.3.26 |
1335 | 2024-07-05T22:43:54.412Z | Compiling rustls-webpki v0.101.7 |
1336 | 2024-07-05T22:43:54.481Z | Compiling sct v0.7.1 |
1337 | 2024-07-05T22:43:54.664Z | Compiling http-body v0.4.6 |
1338 | 2024-07-05T22:43:55.694Z | Compiling openapiv3 v2.0.0 |
1339 | 2024-07-05T22:43:56.125Z | Compiling hubpack_derive v0.1.1 |
1340 | 2024-07-05T22:43:56.246Z | Compiling zerocopy-derive v0.6.6 |
1341 | 2024-07-05T22:43:56.379Z | Compiling idna v0.5.0 |
1342 | 2024-07-05T22:43:57.058Z | Compiling errno v0.3.9 |
1343 | 2024-07-05T22:43:57.313Z | Compiling fs-err v2.11.0 |
1344 | 2024-07-05T22:43:57.578Z | Compiling cpufeatures v0.2.12 |
1345 | 2024-07-05T22:43:57.674Z | Compiling anstyle v1.0.7 |
1346 | 2024-07-05T22:43:57.757Z | Compiling openssl-probe v0.1.5 |
1347 | 2024-07-05T22:43:58.095Z | Compiling httpdate v1.0.3 |
1348 | 2024-07-05T22:43:58.139Z | Compiling tower-service v0.3.2 |
1349 | 2024-07-05T22:43:58.384Z | Compiling utf8parse v0.2.1 |
1350 | 2024-07-05T22:43:58.856Z | Compiling finl_unicode v1.2.0 |
1351 | 2024-07-05T22:43:58.938Z | Compiling stable_deref_trait v1.2.0 |
1352 | 2024-07-05T22:43:59.035Z | Compiling gimli v0.28.1 |
1353 | 2024-07-05T22:43:59.409Z | Compiling stringprep v0.1.4 |
1354 | 2024-07-05T22:43:59.465Z | Compiling anstyle-parse v0.2.4 |
1355 | 2024-07-05T22:43:59.945Z | Compiling sha2 v0.10.8 |
1356 | 2024-07-05T22:44:00.323Z | Compiling hyper v0.14.28 |
1357 | 2024-07-05T22:44:00.890Z | Compiling url v2.5.0 |
1358 | 2024-07-05T22:44:03.615Z | Compiling spki v0.7.3 |
1359 | 2024-07-05T22:44:03.990Z | Compiling addr2line v0.21.0 |
1360 | 2024-07-05T22:44:05.380Z | Compiling usdt-attr-macro v0.5.0 |
1361 | 2024-07-05T22:44:05.687Z | Compiling usdt-macro v0.5.0 |
1362 | 2024-07-05T22:44:06.959Z | Compiling md-5 v0.10.6 |
1363 | 2024-07-05T22:44:09.484Z | Compiling idna v0.3.0 |
1364 | 2024-07-05T22:44:10.932Z | Compiling diesel_table_macro_syntax v0.1.0 |
1365 | 2024-07-05T22:44:10.959Z | Compiling num-integer v0.1.46 |
1366 | 2024-07-05T22:44:11.235Z | Compiling object v0.32.2 |
1367 | 2024-07-05T22:44:11.299Z | Compiling hash32 v0.2.1 |
1368 | 2024-07-05T22:44:11.662Z | Compiling anstyle-query v1.0.3 |
1369 | 2024-07-05T22:44:12.331Z | Compiling rustc-demangle v0.1.24 |
1370 | 2024-07-05T22:44:13.264Z | Compiling fallible-iterator v0.2.0 |
1371 | 2024-07-05T22:44:14.015Z | Compiling psl-types v2.0.11 |
1372 | 2024-07-05T22:44:14.200Z | Compiling is_terminal_polyfill v1.70.0 |
1373 | 2024-07-05T22:44:14.549Z | Compiling colorchoice v1.0.1 |
1374 | 2024-07-05T22:44:14.696Z | Compiling anstream v0.6.14 |
1375 | 2024-07-05T22:44:19.709Z | Compiling publicsuffix v2.2.3 |
1376 | 2024-07-05T22:44:19.871Z | Compiling postgres-protocol v0.6.6 |
1377 | 2024-07-05T22:44:20.830Z | Compiling diesel_derives v2.1.4 |
1378 | 2024-07-05T22:44:26.423Z | Compiling tokio-rustls v0.24.1 |
1379 | 2024-07-05T22:44:26.809Z | Compiling pkcs8 v0.10.2 |
1380 | 2024-07-05T22:44:27.328Z | Compiling terminal_size v0.3.0 |
1381 | 2024-07-05T22:44:27.524Z | Compiling tokio-native-tls v0.3.1 |
1382 | 2024-07-05T22:44:27.846Z | Compiling phf_shared v0.11.2 |
1383 | 2024-07-05T22:44:28.313Z | Compiling strum_macros v0.25.3 |
1384 | 2024-07-05T22:44:28.352Z | Compiling block-padding v0.3.3 |
1385 | 2024-07-05T22:44:28.568Z | Compiling regress v0.9.1 |
1386 | 2024-07-05T22:44:29.497Z | Compiling enum-as-inner v0.5.1 |
1387 | 2024-07-05T22:44:30.147Z | Compiling serde_repr v0.1.19 |
1388 | 2024-07-05T22:44:30.444Z | Compiling clap_derive v4.5.4 |
1389 | 2024-07-05T22:44:32.151Z | Compiling ff v0.13.0 |
1390 | 2024-07-05T22:44:32.375Z | Compiling lazy_static v1.5.0 |
1391 | 2024-07-05T22:44:32.522Z | Compiling scheduled-thread-pool v0.2.7 |
1392 | 2024-07-05T22:44:33.038Z | Compiling encoding_rs v0.8.34 |
1393 | 2024-07-05T22:44:33.276Z | Compiling bitflags v1.3.2 |
1394 | 2024-07-05T22:44:34.251Z | Compiling base16ct v0.2.0 |
1395 | 2024-07-05T22:44:34.395Z | Compiling either v1.12.0 |
1396 | 2024-07-05T22:44:34.529Z | Compiling ipnet v2.9.0 |
1397 | 2024-07-05T22:44:34.848Z | Compiling matches v0.1.10 |
1398 | 2024-07-05T22:44:34.937Z | Compiling managed v0.8.0 |
1399 | 2024-07-05T22:44:35.380Z | Compiling bit-vec v0.6.3 |
1400 | 2024-07-05T22:44:35.448Z | Compiling mime v0.3.17 |
1401 | 2024-07-05T22:44:35.805Z | Compiling clap_lex v0.7.0 |
1402 | 2024-07-05T22:44:36.239Z | Compiling clap_builder v4.5.2 |
1403 | 2024-07-05T22:44:36.859Z | Compiling idna v0.2.3 |
1404 | 2024-07-05T22:44:38.355Z | Compiling sec1 v0.7.3 |
1405 | 2024-07-05T22:44:38.420Z | Compiling r2d2 v0.8.10 |
1406 | 2024-07-05T22:44:38.894Z | Compiling group v0.13.0 |
1407 | 2024-07-05T22:44:39.906Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1408 | 2024-07-05T22:44:42.716Z | Compiling inout v0.1.3 |
1409 | 2024-07-05T22:44:43.565Z | Compiling phf v0.11.2 |
1410 | 2024-07-05T22:44:43.613Z | Compiling hyper-tls v0.5.0 |
1411 | 2024-07-05T22:44:43.649Z | Compiling hyper-rustls v0.24.2 |
1412 | 2024-07-05T22:44:43.841Z | Compiling signal-hook-mio v0.2.3 |
1413 | 2024-07-05T22:44:43.965Z | Compiling cookie_store v0.20.0 |
1414 | 2024-07-05T22:44:43.996Z | Compiling postgres-types v0.2.6 |
1415 | 2024-07-05T22:44:44.198Z | Compiling num-bigint v0.4.5 |
1416 | 2024-07-05T22:44:44.301Z | Compiling zerocopy v0.6.6 |
1417 | 2024-07-05T22:44:45.312Z | Compiling hubpack v0.1.2 |
1418 | 2024-07-05T22:44:45.374Z | Compiling phf_shared v0.10.0 |
1419 | 2024-07-05T22:44:45.445Z | Compiling rustls-pemfile v1.0.4 |
1420 | 2024-07-05T22:44:45.715Z | Compiling hkdf v0.12.4 |
1421 | 2024-07-05T22:44:45.723Z | Compiling serde_urlencoded v0.7.1 |
1422 | 2024-07-05T22:44:45.935Z | Compiling crossbeam-epoch v0.9.18 |
1423 | 2024-07-05T22:44:46.257Z | Compiling ipnetwork v0.20.0 |
1424 | 2024-07-05T22:44:47.446Z | Compiling futures-executor v0.3.30 |
1425 | 2024-07-05T22:44:47.807Z | Compiling crypto-bigint v0.5.5 |
1426 | 2024-07-05T22:44:47.995Z | Compiling float-cmp v0.9.0 |
1427 | 2024-07-05T22:44:48.190Z | Compiling memmap v0.7.0 |
1428 | 2024-07-05T22:44:48.509Z | Compiling precomputed-hash v0.1.1 |
1429 | 2024-07-05T22:44:48.627Z | Compiling webpki-roots v0.25.4 |
1430 | 2024-07-05T22:44:48.785Z | Compiling data-encoding v2.6.0 |
1431 | 2024-07-05T22:44:49.466Z | Compiling sync_wrapper v0.1.2 |
1432 | 2024-07-05T22:44:49.592Z | Compiling unicode-segmentation v1.11.0 |
1433 | 2024-07-05T22:44:50.191Z | Compiling minimal-lexical v0.2.1 |
1434 | 2024-07-05T22:44:50.392Z | Compiling fixedbitset v0.4.2 |
1435 | 2024-07-05T22:44:50.506Z | Compiling winnow v0.6.8 |
1436 | 2024-07-05T22:44:50.785Z | Compiling static_assertions v1.1.0 |
1437 | 2024-07-05T22:44:50.885Z | Compiling whoami v1.5.1 |
1438 | 2024-07-05T22:44:51.217Z | Compiling difflib v0.4.0 |
1439 | 2024-07-05T22:44:51.238Z | Compiling predicates-core v1.0.6 |
1440 | 2024-07-05T22:44:51.443Z | Compiling new_debug_unreachable v1.0.6 |
1441 | 2024-07-05T22:44:51.551Z | Compiling normalize-line-endings v0.3.0 |
1442 | 2024-07-05T22:44:51.665Z | Compiling predicates v3.1.0 |
1443 | 2024-07-05T22:44:51.746Z | Compiling string_cache v0.8.7 |
1444 | 2024-07-05T22:44:52.174Z | Compiling tokio-postgres v0.7.10 |
1445 | 2024-07-05T22:44:52.522Z | Compiling reqwest v0.11.27 |
1446 | 2024-07-05T22:44:52.648Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1447 | 2024-07-05T22:44:53.210Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1448 | 2024-07-05T22:44:54.181Z | Compiling toml_edit v0.22.14 |
1449 | 2024-07-05T22:44:54.215Z | Compiling petgraph v0.6.5 |
1450 | 2024-07-05T22:44:56.589Z | Compiling nom v7.1.3 |
1451 | 2024-07-05T22:44:56.801Z | Compiling elliptic-curve v0.13.8 |
1452 | 2024-07-05T22:44:57.530Z | Compiling similar v2.5.0 |
1453 | 2024-07-05T22:44:57.896Z | Compiling trust-dns-proto v0.22.0 |
1454 | 2024-07-05T22:44:59.395Z | Compiling usdt v0.5.0 |
1455 | 2024-07-05T22:44:59.843Z | Compiling futures v0.3.30 |
1456 | 2024-07-05T22:44:59.962Z | Compiling yasna v0.5.2 |
1457 | 2024-07-05T22:45:00.295Z | Compiling diesel v2.1.6 |
1458 | 2024-07-05T22:45:01.122Z | Compiling crossterm v0.27.0 |
1459 | 2024-07-05T22:45:01.377Z | Compiling flate2 v1.0.30 |
1460 | 2024-07-05T22:45:01.594Z | Compiling cipher v0.4.4 |
1461 | 2024-07-05T22:45:01.681Z | Compiling clap v4.5.4 |
1462 | 2024-07-05T22:45:02.251Z | Compiling itertools v0.10.5 |
1463 | 2024-07-05T22:45:02.772Z | Compiling itertools v0.12.1 |
1464 | 2024-07-05T22:45:02.976Z | Compiling bit-set v0.5.3 |
1465 | 2024-07-05T22:45:03.224Z | Compiling console v0.15.8 |
1466 | 2024-07-05T22:45:04.528Z | Compiling num-iter v0.1.45 |
1467 | 2024-07-05T22:45:05.213Z | Compiling tokio-stream v0.1.15 |
1468 | 2024-07-05T22:45:05.353Z | Compiling toml v0.7.8 |
1469 | 2024-07-05T22:45:05.409Z | Compiling bstr v1.9.1 |
1470 | 2024-07-05T22:45:05.458Z | Compiling hex v0.4.3 |
1471 | 2024-07-05T22:45:05.943Z | Compiling unicode-xid v0.2.4 |
1472 | 2024-07-05T22:45:06.066Z | Compiling peg-runtime v0.8.3 |
1473 | 2024-07-05T22:45:06.534Z | Compiling camino v1.1.7 |
1474 | 2024-07-05T22:45:06.574Z | Compiling lalrpop-util v0.19.12 |
1475 | 2024-07-05T22:45:07.134Z | Compiling proc-macro-crate v1.3.1 |
1476 | 2024-07-05T22:45:08.442Z | Compiling heapless v0.8.0 |
1477 | 2024-07-05T22:45:10.480Z | Compiling num_enum_derive v0.5.11 |
1478 | 2024-07-05T22:45:16.357Z | Compiling hash32 v0.3.1 |
1479 | 2024-07-05T22:45:16.675Z | Compiling ident_case v1.0.1 |
1480 | 2024-07-05T22:45:17.399Z | Compiling rustls-pki-types v1.7.0 |
1481 | 2024-07-05T22:45:19.015Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1482 | 2024-07-05T22:45:19.337Z | Compiling smoltcp v0.11.0 |
1483 | 2024-07-05T22:45:23.310Z | Compiling darling_core v0.20.9 |
1484 | 2024-07-05T22:45:31.503Z | Compiling num_enum v0.5.11 |
1485 | 2024-07-05T22:45:33.434Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1486 | 2024-07-05T22:45:33.621Z | Compiling getopts v0.2.21 |
1487 | 2024-07-05T22:45:34.852Z | Compiling dirs-sys-next v0.1.2 |
1488 | 2024-07-05T22:45:35.168Z | Compiling proc-macro-error-attr v1.0.4 |
1489 | 2024-07-05T22:45:35.913Z | Compiling rustls v0.22.4 |
1490 | 2024-07-05T22:45:36.182Z | Compiling paste v1.0.15 |
1491 | 2024-07-05T22:45:36.199Z | Compiling embedded-io v0.4.0 |
1492 | 2024-07-05T22:45:36.425Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1493 | 2024-07-05T22:45:36.583Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1494 | 2024-07-05T22:45:36.618Z | Compiling unsafe-libyaml v0.2.11 |
1495 | 2024-07-05T22:45:36.848Z | Compiling cobs v0.2.3 |
1496 | 2024-07-05T22:45:37.081Z | Compiling postcard v1.0.8 |
1497 | 2024-07-05T22:45:38.037Z | Compiling serde_yaml v0.9.34+deprecated |
1498 | 2024-07-05T22:45:39.237Z | Compiling dirs-next v2.0.0 |
1499 | 2024-07-05T22:45:41.954Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1500 | 2024-07-05T22:45:43.537Z | Compiling darling_macro v0.20.9 |
1501 | 2024-07-05T22:45:45.140Z | Compiling rustls-webpki v0.102.4 |
1502 | 2024-07-05T22:45:52.459Z | Compiling strum_macros v0.26.2 |
1503 | 2024-07-05T22:45:53.514Z | Compiling foreign-types-macros v0.2.3 |
1504 | 2024-07-05T22:45:53.789Z | Compiling structmeta-derive v0.3.0 |
1505 | 2024-07-05T22:45:54.933Z | Compiling thread_local v1.1.8 |
1506 | 2024-07-05T22:45:55.270Z | Compiling multer v3.1.0 |
1507 | 2024-07-05T22:45:55.551Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1508 | 2024-07-05T22:45:55.663Z | Compiling proc-macro-error v1.0.4 |
1509 | 2024-07-05T22:45:55.827Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1510 | 2024-07-05T22:45:56.074Z | Compiling match_cfg v0.1.0 |
1511 | 2024-07-05T22:45:56.463Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1512 | 2024-07-05T22:45:57.247Z | Compiling foreign-types-shared v0.3.1 |
1513 | 2024-07-05T22:45:57.361Z | Compiling slog-async v2.8.0 |
1514 | 2024-07-05T22:46:01.136Z | Compiling foreign-types v0.5.0 |
1515 | 2024-07-05T22:46:01.252Z | Compiling strum v0.26.2 |
1516 | 2024-07-05T22:46:04.048Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1517 | 2024-07-05T22:46:04.945Z | Compiling structmeta v0.3.0 |
1518 | 2024-07-05T22:46:05.338Z | Compiling hostname v0.3.1 |
1519 | 2024-07-05T22:46:08.460Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1520 | 2024-07-05T22:46:10.454Z | Compiling darling v0.20.9 |
1521 | 2024-07-05T22:46:13.909Z | Compiling term v0.7.0 |
1522 | 2024-07-05T22:46:19.555Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1523 | 2024-07-05T22:46:21.078Z | Compiling slog-json v2.6.1 |
1524 | 2024-07-05T22:46:21.630Z | Compiling tabwriter v1.4.0 |
1525 | 2024-07-05T22:46:22.396Z | Compiling crossbeam-channel v0.5.12 |
1526 | 2024-07-05T22:46:23.707Z | Compiling http v1.1.0 |
1527 | 2024-07-05T22:46:23.998Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1528 | 2024-07-05T22:46:24.350Z | Compiling async-stream-impl v0.3.5 |
1529 | 2024-07-05T22:46:24.455Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1530 | 2024-07-05T22:46:24.559Z | Compiling cstr-argument v0.1.2 |
1531 | 2024-07-05T22:46:24.774Z | Compiling is-terminal v0.4.12 |
1532 | 2024-07-05T22:46:24.830Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1533 | 2024-07-05T22:46:24.903Z | Compiling pretty-hex v0.2.1 |
1534 | 2024-07-05T22:46:25.098Z | Compiling fastrand v2.1.0 |
1535 | 2024-07-05T22:46:25.123Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1536 | 2024-07-05T22:46:25.280Z | Compiling crucible-workspace-hack v0.1.0 |
1537 | 2024-07-05T22:46:25.418Z | Compiling base64 v0.22.1 |
1538 | 2024-07-05T22:46:25.560Z | Compiling atomic-waker v1.1.2 |
1539 | 2024-07-05T22:46:25.766Z | Compiling rayon-core v1.12.1 |
1540 | 2024-07-05T22:46:26.033Z | Compiling take_mut v0.2.2 |
1541 | 2024-07-05T22:46:26.240Z | Compiling rustls-pemfile v2.1.2 |
1542 | 2024-07-05T22:46:26.540Z | Compiling waitgroup v0.1.2 |
1543 | 2024-07-05T22:46:26.699Z | Compiling async-stream v0.3.5 |
1544 | 2024-07-05T22:46:26.806Z | Compiling tempfile v3.10.1 |
1545 | 2024-07-05T22:46:27.300Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1546 | 2024-07-05T22:46:27.707Z | Compiling slog-term v2.9.1 |
1547 | 2024-07-05T22:46:28.554Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1548 | 2024-07-05T22:46:28.606Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1549 | 2024-07-05T22:46:28.829Z | Compiling slog-bunyan v2.5.0 |
1550 | 2024-07-05T22:46:29.325Z | Compiling tokio-rustls v0.25.0 |
1551 | 2024-07-05T22:46:29.489Z | Compiling serde_with_macros v3.8.1 |
1552 | 2024-07-05T22:46:29.753Z | Compiling parse-display-derive v0.9.0 |
1553 | 2024-07-05T22:46:29.794Z | Compiling toml v0.8.14 |
1554 | 2024-07-05T22:46:29.862Z | Compiling sha1 v0.10.6 |
1555 | 2024-07-05T22:46:30.425Z | Compiling colored v2.1.0 |
1556 | 2024-07-05T22:46:30.691Z | Compiling crossbeam-deque v0.8.5 |
1557 | 2024-07-05T22:46:31.073Z | Compiling newtype-uuid v1.1.0 |
1558 | 2024-07-05T22:46:31.411Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1559 | 2024-07-05T22:46:31.733Z | Compiling serde_path_to_error v0.1.16 |
1560 | 2024-07-05T22:46:32.202Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1561 | 2024-07-05T22:46:32.755Z | Compiling hostname v0.4.0 |
1562 | 2024-07-05T22:46:32.923Z | Compiling instant v0.1.12 |
1563 | 2024-07-05T22:46:33.033Z | Compiling debug-ignore v1.0.5 |
1564 | 2024-07-05T22:46:33.106Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1565 | 2024-07-05T22:46:33.185Z | Compiling backoff v0.4.0 |
1566 | 2024-07-05T22:46:33.497Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1567 | 2024-07-05T22:46:33.542Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1568 | 2024-07-05T22:46:33.753Z | Compiling serde_with v3.8.1 |
1569 | 2024-07-05T22:46:33.773Z | Compiling parse-display v0.9.0 |
1570 | 2024-07-05T22:46:35.630Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1571 | 2024-07-05T22:46:36.767Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1572 | 2024-07-05T22:46:38.130Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1573 | 2024-07-05T22:46:38.384Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1574 | 2024-07-05T22:46:38.748Z | Compiling camino-tempfile v1.1.1 |
1575 | 2024-07-05T22:46:38.918Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1576 | 2024-07-05T22:46:39.414Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1577 | 2024-07-05T22:46:39.532Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1578 | 2024-07-05T22:46:39.601Z | Compiling macaddr v1.0.1 |
1579 | 2024-07-05T22:46:39.860Z | Compiling num-derive v0.4.2 |
1580 | 2024-07-05T22:46:40.220Z | Compiling sigpipe v0.1.3 |
1581 | 2024-07-05T22:46:40.358Z | Compiling libefi-sys v0.1.0 |
1582 | 2024-07-05T22:46:40.653Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1583 | 2024-07-05T22:46:41.208Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1584 | 2024-07-05T22:46:42.195Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1585 | 2024-07-05T22:46:43.369Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1586 | 2024-07-05T22:46:43.793Z | Compiling rayon v1.10.0 |
1587 | 2024-07-05T22:46:45.050Z | Compiling smf v0.2.3 |
1588 | 2024-07-05T22:46:45.150Z | Compiling bitfield-struct v0.6.1 |
1589 | 2024-07-05T22:46:45.575Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1590 | 2024-07-05T22:46:45.916Z | Compiling ring v0.16.20 |
1591 | 2024-07-05T22:46:46.489Z | Compiling blake3 v1.5.1 |
1592 | 2024-07-05T22:46:46.622Z | Compiling portable-atomic v1.6.0 |
1593 | 2024-07-05T22:46:47.374Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1594 | 2024-07-05T22:46:47.712Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1595 | 2024-07-05T22:46:48.101Z | Compiling xattr v1.3.1 |
1596 | 2024-07-05T22:46:48.124Z | Compiling memmap2 v0.9.4 |
1597 | 2024-07-05T22:46:48.407Z | Compiling filetime v0.2.23 |
1598 | 2024-07-05T22:46:48.693Z | Compiling spin v0.5.2 |
1599 | 2024-07-05T22:46:48.742Z | Compiling constant_time_eq v0.3.0 |
1600 | 2024-07-05T22:46:48.855Z | Compiling untrusted v0.7.1 |
1601 | 2024-07-05T22:46:48.908Z | Compiling arrayvec v0.7.4 |
1602 | 2024-07-05T22:46:48.925Z | Compiling arrayref v0.3.7 |
1603 | 2024-07-05T22:46:49.019Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1604 | 2024-07-05T22:46:49.034Z | Compiling same-file v1.0.6 |
1605 | 2024-07-05T22:46:49.258Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1606 | 2024-07-05T22:46:49.302Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1607 | 2024-07-05T22:46:49.623Z | Compiling walkdir v2.5.0 |
1608 | 2024-07-05T22:46:51.112Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1609 | 2024-07-05T22:46:52.064Z | Compiling tar v0.4.40 |
1610 | 2024-07-05T22:46:52.686Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1611 | 2024-07-05T22:46:53.972Z | Compiling cargo-platform v0.1.8 |
1612 | 2024-07-05T22:46:54.944Z | Compiling gethostname v0.4.3 |
1613 | 2024-07-05T22:46:55.077Z | Compiling number_prefix v0.4.0 |
1614 | 2024-07-05T22:46:55.211Z | Compiling topological-sort v0.2.2 |
1615 | 2024-07-05T22:46:55.330Z | Compiling indicatif v0.17.8 |
1616 | 2024-07-05T22:46:55.468Z | Compiling omicron-zone-package v0.11.0 |
1617 | 2024-07-05T22:46:56.756Z | Compiling cargo_metadata v0.18.1 |
1618 | 2024-07-05T22:47:00.472Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1619 | 2024-07-05T22:47:04.508Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1620 | 2024-07-05T22:47:05.363Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1621 | 2024-07-05T22:47:07.073Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1622 | 2024-07-05T22:47:25.784Z | Finished `release` profile [optimized] target(s) in 4m 28s |
1623 | 2024-07-05T22:47:25.898Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1624 | 2024-07-05T22:47:25.937Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1625 | 2024-07-05T22:47:25.941Z | Created new build target 'test' and set it as active |
1626 | 2024-07-05T22:47:25.941Z | |
1627 | 2024-07-05T22:47:25.941Z | real 4:28.913793807 |
1628 | 2024-07-05T22:47:25.941Z | user 30:18.145051196 |
1629 | 2024-07-05T22:47:25.941Z | sys 3:53.909396044 |
1630 | 2024-07-05T22:47:25.941Z | trap 0.887105022 |
1631 | 2024-07-05T22:47:25.941Z | tflt 2.619587752 |
1632 | 2024-07-05T22:47:25.941Z | dflt 1.274639066 |
1633 | 2024-07-05T22:47:25.941Z | kflt 0.009889053 |
1634 | 2024-07-05T22:47:25.941Z | lock 1:03:32.445101089 |
1635 | 2024-07-05T22:47:25.941Z | slp 1:25:22.211797774 |
1636 | 2024-07-05T22:47:25.941Z | lat 1:59.789328094 |
1637 | 2024-07-05T22:47:25.941Z | stop 2:55.687630439 |
1638 | 2024-07-05T22:47:25.941Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1639 | 2024-07-05T22:47:26.812Z | Finished `release` profile [optimized] target(s) in 0.82s |
1640 | 2024-07-05T22:47:26.851Z | Running `target/release/omicron-package -t test package` |
1641 | 2024-07-05T22:47:26.885Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1642 | 2024-07-05T22:47:27.902Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1643 | 2024-07-05T22:47:28.001Z | Compiling humantime v2.1.0 |
1644 | 2024-07-05T22:47:28.004Z | Compiling newline-converter v0.3.0 |
1645 | 2024-07-05T22:47:28.004Z | Compiling derive-where v1.2.7 |
1646 | 2024-07-05T22:47:28.004Z | Compiling dirs-sys-next v0.1.2 |
1647 | 2024-07-05T22:47:28.034Z | Compiling convert_case v0.4.0 |
1648 | 2024-07-05T22:47:28.039Z | Compiling prettyplease v0.2.20 |
1649 | 2024-07-05T22:47:28.039Z | Compiling camino v1.1.7 |
1650 | 2024-07-05T22:47:28.135Z | Compiling expectorate v1.1.0 |
1651 | 2024-07-05T22:47:28.206Z | Compiling dirs-next v2.0.0 |
1652 | 2024-07-05T22:47:28.311Z | Compiling term v0.7.0 |
1653 | 2024-07-05T22:47:28.339Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1654 | 2024-07-05T22:47:28.362Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1655 | 2024-07-05T22:47:28.486Z | Compiling password-hash v0.5.0 |
1656 | 2024-07-05T22:47:28.795Z | Compiling blake2 v0.10.6 |
1657 | 2024-07-05T22:47:28.822Z | Compiling derive_more v0.99.17 |
1658 | 2024-07-05T22:47:28.987Z | Compiling is-terminal v0.4.12 |
1659 | 2024-07-05T22:47:29.108Z | Compiling toml v0.8.14 |
1660 | 2024-07-05T22:47:29.600Z | Compiling argon2 v0.5.3 |
1661 | 2024-07-05T22:47:30.081Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1662 | 2024-07-05T22:47:30.445Z | Compiling semver v0.1.20 |
1663 | 2024-07-05T22:47:30.722Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1664 | 2024-07-05T22:47:30.760Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1665 | 2024-07-05T22:47:30.929Z | Compiling rustc_version v0.1.7 |
1666 | 2024-07-05T22:47:31.053Z | Compiling linked-hash-map v0.5.6 |
1667 | 2024-07-05T22:47:31.169Z | Compiling rustls-pki-types v1.7.0 |
1668 | 2024-07-05T22:47:31.353Z | Compiling newtype_derive v0.1.6 |
1669 | 2024-07-05T22:47:31.370Z | Compiling lru-cache v0.1.2 |
1670 | 2024-07-05T22:47:31.575Z | Compiling rustls v0.22.4 |
1671 | 2024-07-05T22:47:31.598Z | Compiling rustls-webpki v0.102.4 |
1672 | 2024-07-05T22:47:31.820Z | Compiling thread_local v1.1.8 |
1673 | 2024-07-05T22:47:31.893Z | Compiling home v0.5.9 |
1674 | 2024-07-05T22:47:32.125Z | Compiling match_cfg v0.1.0 |
1675 | 2024-07-05T22:47:32.140Z | Compiling steno v0.4.1 |
1676 | 2024-07-05T22:47:32.218Z | Compiling hostname v0.3.1 |
1677 | 2024-07-05T22:47:32.298Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1678 | 2024-07-05T22:47:33.435Z | Compiling multer v3.1.0 |
1679 | 2024-07-05T22:47:33.498Z | Compiling slog-async v2.8.0 |
1680 | 2024-07-05T22:47:33.563Z | Compiling slog-json v2.6.1 |
1681 | 2024-07-05T22:47:33.915Z | Compiling crossbeam-channel v0.5.12 |
1682 | 2024-07-05T22:47:34.111Z | Compiling http v1.1.0 |
1683 | 2024-07-05T22:47:34.729Z | Compiling slog-dtrace v0.3.0 |
1684 | 2024-07-05T22:47:34.975Z | Compiling atomic-waker v1.1.2 |
1685 | 2024-07-05T22:47:35.014Z | Compiling base64 v0.22.1 |
1686 | 2024-07-05T22:47:35.151Z | Compiling take_mut v0.2.2 |
1687 | 2024-07-05T22:47:35.295Z | Compiling termcolor v1.4.1 |
1688 | 2024-07-05T22:47:35.926Z | Compiling rustls-pemfile v2.1.2 |
1689 | 2024-07-05T22:47:36.382Z | Compiling waitgroup v0.1.2 |
1690 | 2024-07-05T22:47:36.562Z | Compiling tokio-rustls v0.25.0 |
1691 | 2024-07-05T22:47:36.590Z | Compiling slog-bunyan v2.5.0 |
1692 | 2024-07-05T22:47:36.609Z | Compiling slog-term v2.9.1 |
1693 | 2024-07-05T22:47:36.787Z | Compiling async-stream v0.3.5 |
1694 | 2024-07-05T22:47:36.971Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1695 | 2024-07-05T22:47:37.039Z | Compiling sha1 v0.10.6 |
1696 | 2024-07-05T22:47:37.065Z | Compiling newtype-uuid v1.1.0 |
1697 | 2024-07-05T22:47:37.357Z | Compiling serde_path_to_error v0.1.16 |
1698 | 2024-07-05T22:47:37.372Z | Compiling hostname v0.4.0 |
1699 | 2024-07-05T22:47:37.433Z | Compiling instant v0.1.12 |
1700 | 2024-07-05T22:47:37.565Z | Compiling debug-ignore v1.0.5 |
1701 | 2024-07-05T22:47:37.578Z | Compiling backoff v0.4.0 |
1702 | 2024-07-05T22:47:37.704Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1703 | 2024-07-05T22:47:37.920Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1704 | 2024-07-05T22:47:37.995Z | Compiling parse-display v0.9.0 |
1705 | 2024-07-05T22:47:38.542Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1706 | 2024-07-05T22:47:38.714Z | Compiling serde_with v3.8.1 |
1707 | 2024-07-05T22:47:39.223Z | Compiling strum v0.26.2 |
1708 | 2024-07-05T22:47:39.414Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1709 | 2024-07-05T22:47:40.466Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1710 | 2024-07-05T22:47:41.127Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1711 | 2024-07-05T22:47:41.274Z | Compiling num-rational v0.4.2 |
1712 | 2024-07-05T22:47:41.310Z | Compiling num-complex v0.4.6 |
1713 | 2024-07-05T22:47:42.301Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1714 | 2024-07-05T22:47:42.327Z | Compiling macaddr v1.0.1 |
1715 | 2024-07-05T22:47:42.784Z | Compiling quick-error v1.2.3 |
1716 | 2024-07-05T22:47:42.815Z | Compiling num v0.4.3 |
1717 | 2024-07-05T22:47:42.897Z | Compiling resolv-conf v0.7.0 |
1718 | 2024-07-05T22:47:44.235Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1719 | 2024-07-05T22:47:44.504Z | Compiling radium v0.7.0 |
1720 | 2024-07-05T22:47:44.933Z | Compiling swrite v0.1.0 |
1721 | 2024-07-05T22:47:45.061Z | Compiling float-ord v0.3.2 |
1722 | 2024-07-05T22:47:45.221Z | Compiling utf-8 v0.7.6 |
1723 | 2024-07-05T22:47:45.401Z | Compiling trust-dns-resolver v0.22.0 |
1724 | 2024-07-05T22:47:45.607Z | Compiling tap v1.0.1 |
1725 | 2024-07-05T22:47:45.786Z | Compiling maybe-uninit v2.0.0 |
1726 | 2024-07-05T22:47:45.973Z | Compiling wyz v0.5.1 |
1727 | 2024-07-05T22:47:46.448Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1728 | 2024-07-05T22:47:46.798Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1729 | 2024-07-05T22:47:52.363Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1730 | 2024-07-05T22:47:52.793Z | Compiling funty v2.0.0 |
1731 | 2024-07-05T22:47:54.160Z | Compiling packed_struct v0.10.1 |
1732 | 2024-07-05T22:47:55.298Z | Compiling display-error-chain v0.2.0 |
1733 | 2024-07-05T22:47:55.490Z | Compiling num-bigint-dig v0.8.4 |
1734 | 2024-07-05T22:47:55.763Z | Compiling crc-catalog v2.4.0 |
1735 | 2024-07-05T22:47:55.916Z | Compiling crc v3.2.1 |
1736 | 2024-07-05T22:47:57.943Z | Compiling bitvec v1.0.1 |
1737 | 2024-07-05T22:48:02.466Z | Compiling packed_struct_codegen v0.10.1 |
1738 | 2024-07-05T22:48:04.157Z | Compiling indexmap v1.9.3 |
1739 | 2024-07-05T22:48:04.439Z | Compiling nodrop v0.1.14 |
1740 | 2024-07-05T22:48:04.568Z | Compiling glob v0.3.1 |
1741 | 2024-07-05T22:48:05.079Z | Compiling crunchy v0.2.2 |
1742 | 2024-07-05T22:48:05.383Z | Compiling clang-sys v1.7.0 |
1743 | 2024-07-05T22:48:05.668Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1744 | 2024-07-05T22:48:06.046Z | Compiling array-init v0.0.4 |
1745 | 2024-07-05T22:48:06.541Z | Compiling smallvec v0.6.14 |
1746 | 2024-07-05T22:48:07.245Z | Compiling pkcs1 v0.7.5 |
1747 | 2024-07-05T22:48:08.347Z | Compiling signature v2.2.0 |
1748 | 2024-07-05T22:48:08.605Z | Compiling nibble_vec v0.1.0 |
1749 | 2024-07-05T22:48:08.831Z | Compiling tiny-keccak v2.0.2 |
1750 | 2024-07-05T22:48:09.093Z | Compiling cancel-safe-futures v0.1.5 |
1751 | 2024-07-05T22:48:09.466Z | Compiling bitfield v0.14.0 |
1752 | 2024-07-05T22:48:09.479Z | Compiling maplit v1.0.2 |
1753 | 2024-07-05T22:48:09.592Z | Compiling hashbrown v0.12.3 |
1754 | 2024-07-05T22:48:09.765Z | Compiling endian-type v0.1.2 |
1755 | 2024-07-05T22:48:10.000Z | Compiling radix_trie v0.2.1 |
1756 | 2024-07-05T22:48:10.176Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1757 | 2024-07-05T22:48:10.623Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1758 | 2024-07-05T22:48:10.939Z | Compiling rsa v0.9.6 |
1759 | 2024-07-05T22:48:11.198Z | Compiling serde-hex v0.1.0 |
1760 | 2024-07-05T22:48:11.962Z | Compiling bzip2 v0.4.4 |
1761 | 2024-07-05T22:48:12.541Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1762 | 2024-07-05T22:48:12.866Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1763 | 2024-07-05T22:48:14.587Z | Compiling env_logger v0.10.2 |
1764 | 2024-07-05T22:48:16.231Z | Compiling x509-cert v0.2.5 |
1765 | 2024-07-05T22:48:16.402Z | Compiling ron v0.8.1 |
1766 | 2024-07-05T22:48:16.876Z | Compiling hashbrown v0.13.2 |
1767 | 2024-07-05T22:48:17.764Z | Compiling crc-any v2.5.0 |
1768 | 2024-07-05T22:48:18.279Z | Compiling object v0.30.4 |
1769 | 2024-07-05T22:48:18.691Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1770 | 2024-07-05T22:48:20.883Z | Compiling zip v0.6.6 |
1771 | 2024-07-05T22:48:23.231Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1772 | 2024-07-05T22:48:23.607Z | Compiling rayon-core v1.12.1 |
1773 | 2024-07-05T22:48:23.630Z | Compiling ascii-canvas v3.0.0 |
1774 | 2024-07-05T22:48:24.094Z | Compiling crossbeam-deque v0.8.5 |
1775 | 2024-07-05T22:48:24.435Z | Compiling ena v0.14.3 |
1776 | 2024-07-05T22:48:24.843Z | Compiling half v2.4.1 |
1777 | 2024-07-05T22:48:25.512Z | Compiling libloading v0.8.3 |
1778 | 2024-07-05T22:48:25.897Z | Compiling arc-swap v1.7.1 |
1779 | 2024-07-05T22:48:26.584Z | Compiling ciborium-io v0.2.2 |
1780 | 2024-07-05T22:48:26.714Z | Compiling diff v0.1.13 |
1781 | 2024-07-05T22:48:26.992Z | Compiling regex-syntax v0.6.29 |
1782 | 2024-07-05T22:48:27.253Z | Compiling same-file v1.0.6 |
1783 | 2024-07-05T22:48:27.472Z | Compiling fastrand v2.1.0 |
1784 | 2024-07-05T22:48:27.968Z | Compiling path-slash v0.1.5 |
1785 | 2024-07-05T22:48:28.219Z | Compiling bindgen v0.69.4 |
1786 | 2024-07-05T22:48:28.309Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1787 | 2024-07-05T22:48:28.667Z | Compiling tempfile v3.10.1 |
1788 | 2024-07-05T22:48:29.452Z | Compiling walkdir v2.5.0 |
1789 | 2024-07-05T22:48:30.122Z | Compiling lalrpop v0.19.12 |
1790 | 2024-07-05T22:48:31.446Z | Compiling ciborium-ll v0.2.2 |
1791 | 2024-07-05T22:48:31.932Z | Compiling slog-scope v4.4.0 |
1792 | 2024-07-05T22:48:33.653Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1793 | 2024-07-05T22:48:34.344Z | Compiling which v4.4.2 |
1794 | 2024-07-05T22:48:34.759Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1795 | 2024-07-05T22:48:34.874Z | Compiling cexpr v0.6.0 |
1796 | 2024-07-05T22:48:34.974Z | Compiling fxhash v0.2.1 |
1797 | 2024-07-05T22:48:35.214Z | Compiling shlex v1.3.0 |
1798 | 2024-07-05T22:48:35.617Z | Compiling lazycell v1.3.0 |
1799 | 2024-07-05T22:48:35.771Z | Compiling rustc-hash v1.1.0 |
1800 | 2024-07-05T22:48:35.919Z | Compiling ref-cast v1.0.23 |
1801 | 2024-07-05T22:48:36.443Z | Compiling blake3 v1.5.1 |
1802 | 2024-07-05T22:48:36.811Z | Compiling ring v0.16.20 |
1803 | 2024-07-05T22:48:39.489Z | Compiling rayon v1.10.0 |
1804 | 2024-07-05T22:48:40.470Z | Compiling slog-stdlog v4.1.1 |
1805 | 2024-07-05T22:48:41.373Z | Compiling ciborium v0.2.2 |
1806 | 2024-07-05T22:48:43.306Z | Compiling tungstenite v0.21.0 |
1807 | 2024-07-05T22:48:43.523Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1808 | 2024-07-05T22:48:43.797Z | Compiling derive_builder_core v0.20.0 |
1809 | 2024-07-05T22:48:44.101Z | Compiling headers-core v0.2.0 |
1810 | 2024-07-05T22:48:44.254Z | Compiling xattr v1.3.1 |
1811 | 2024-07-05T22:48:44.270Z | Compiling libxml v0.3.3 |
1812 | 2024-07-05T22:48:44.514Z | Compiling ref-cast-impl v1.0.23 |
1813 | 2024-07-05T22:48:44.602Z | Compiling atty v0.2.14 |
1814 | 2024-07-05T22:48:44.756Z | Compiling memmap2 v0.9.4 |
1815 | 2024-07-05T22:48:45.184Z | Compiling filetime v0.2.23 |
1816 | 2024-07-05T22:48:45.507Z | Compiling constant_time_eq v0.3.0 |
1817 | 2024-07-05T22:48:45.657Z | Compiling arrayref v0.3.7 |
1818 | 2024-07-05T22:48:45.676Z | Compiling untrusted v0.7.1 |
1819 | 2024-07-05T22:48:45.753Z | Compiling spin v0.5.2 |
1820 | 2024-07-05T22:48:45.859Z | Compiling arrayvec v0.7.4 |
1821 | 2024-07-05T22:48:45.985Z | Compiling derive_builder_macro v0.20.0 |
1822 | 2024-07-05T22:48:46.932Z | Compiling tar v0.4.40 |
1823 | 2024-07-05T22:48:47.732Z | Compiling tokio-tungstenite v0.21.0 |
1824 | 2024-07-05T22:48:48.315Z | Compiling headers v0.3.9 |
1825 | 2024-07-05T22:48:48.484Z | Compiling slog-envlogger v2.2.0 |
1826 | 2024-07-05T22:48:48.734Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1827 | 2024-07-05T22:48:49.349Z | Compiling toolchain_find v0.4.0 |
1828 | 2024-07-05T22:48:49.906Z | Compiling camino-tempfile v1.1.1 |
1829 | 2024-07-05T22:48:50.096Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1830 | 2024-07-05T22:48:50.185Z | Compiling samael v0.0.15 |
1831 | 2024-07-05T22:48:50.322Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1832 | 2024-07-05T22:48:50.360Z | Compiling pem v3.0.4 |
1833 | 2024-07-05T22:48:51.023Z | Compiling libsw v3.3.1 |
1834 | 2024-07-05T22:48:51.363Z | Compiling strum_macros v0.24.3 |
1835 | 2024-07-05T22:48:51.757Z | Compiling async-recursion v1.1.1 |
1836 | 2024-07-05T22:48:51.877Z | Compiling cookie v0.18.1 |
1837 | 2024-07-05T22:48:51.895Z | Compiling topological-sort v0.2.2 |
1838 | 2024-07-05T22:48:52.105Z | Compiling owo-colors v4.0.0 |
1839 | 2024-07-05T22:48:52.121Z | Compiling indoc v1.0.9 |
1840 | 2024-07-05T22:48:52.158Z | Compiling linear-map v1.2.0 |
1841 | 2024-07-05T22:48:52.427Z | Compiling omicron-zone-package v0.11.0 |
1842 | 2024-07-05T22:48:53.230Z | Compiling rustfmt-wrapper v0.2.1 |
1843 | 2024-07-05T22:48:54.747Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1844 | 2024-07-05T22:48:54.848Z | Compiling derive_builder v0.20.0 |
1845 | 2024-07-05T22:48:55.021Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1846 | 2024-07-05T22:48:55.439Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1847 | 2024-07-05T22:48:55.705Z | Compiling quick-xml v0.31.0 |
1848 | 2024-07-05T22:48:57.023Z | Compiling polar-core v0.27.3 |
1849 | 2024-07-05T22:48:57.415Z | Compiling oso-derive v0.27.3 |
1850 | 2024-07-05T22:48:57.849Z | Compiling impl-trait-for-tuples v0.2.2 |
1851 | 2024-07-05T22:48:58.359Z | Compiling vte_generate_state_changes v0.1.1 |
1852 | 2024-07-05T22:48:58.862Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1853 | 2024-07-05T22:48:58.946Z | Compiling unicase v2.7.0 |
1854 | 2024-07-05T22:48:59.151Z | Compiling buf-list v1.0.3 |
1855 | 2024-07-05T22:48:59.230Z | Compiling cfg_aliases v0.1.1 |
1856 | 2024-07-05T22:48:59.333Z | Compiling nix v0.28.0 |
1857 | 2024-07-05T22:48:59.816Z | Compiling vte v0.11.1 |
1858 | 2024-07-05T22:49:00.023Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1859 | 2024-07-05T22:49:02.206Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1860 | 2024-07-05T22:49:03.684Z | Compiling tungstenite v0.20.1 |
1861 | 2024-07-05T22:49:03.818Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1862 | 2024-07-05T22:49:04.077Z | Compiling fd-lock v4.0.2 |
1863 | 2024-07-05T22:49:04.347Z | Compiling bb8 v0.8.3 |
1864 | 2024-07-05T22:49:04.807Z | Compiling const_format_proc_macros v0.2.32 |
1865 | 2024-07-05T22:49:06.786Z | Compiling pin-project-internal v1.1.5 |
1866 | 2024-07-05T22:49:07.033Z | Compiling memoffset v0.9.1 |
1867 | 2024-07-05T22:49:07.335Z | Compiling bytecount v0.6.8 |
1868 | 2024-07-05T22:49:07.639Z | Compiling parking_lot_core v0.8.6 |
1869 | 2024-07-05T22:49:08.060Z | Compiling papergrid v0.11.0 |
1870 | 2024-07-05T22:49:08.906Z | Compiling const_format v0.2.32 |
1871 | 2024-07-05T22:49:09.417Z | Compiling pin-project v1.1.5 |
1872 | 2024-07-05T22:49:09.554Z | Compiling tokio-tungstenite v0.20.1 |
1873 | 2024-07-05T22:49:10.074Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1874 | 2024-07-05T22:49:10.121Z | Compiling strip-ansi-escapes v0.2.0 |
1875 | 2024-07-05T22:49:11.183Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1876 | 2024-07-05T22:49:11.745Z | Compiling tabled_derive v0.7.0 |
1877 | 2024-07-05T22:49:12.301Z | Compiling snafu-derive v0.8.2 |
1878 | 2024-07-05T22:49:14.121Z | Compiling nu-ansi-term v0.50.0 |
1879 | 2024-07-05T22:49:15.430Z | Compiling reedline v0.31.0 |
1880 | 2024-07-05T22:49:16.768Z | Compiling tabled v0.15.0 |
1881 | 2024-07-05T22:49:17.320Z | Compiling snafu v0.8.2 |
1882 | 2024-07-05T22:49:26.303Z | Compiling oso v0.27.3 |
1883 | 2024-07-05T22:49:38.622Z | Compiling env_logger v0.9.3 |
1884 | 2024-07-05T22:49:38.640Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1885 | 2024-07-05T22:49:43.121Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-07-05T22:49:43.611Z | Compiling globset v0.4.14 |
1887 | 2024-07-05T22:49:44.436Z | Compiling olpc-cjson v0.1.3 |
1888 | 2024-07-05T22:49:44.772Z | Compiling peg-macros v0.8.3 |
1889 | 2024-07-05T22:49:45.331Z | Compiling bitstruct_derive v0.1.0 |
1890 | 2024-07-05T22:49:46.648Z | Compiling serde_plain v1.0.2 |
1891 | 2024-07-05T22:49:47.157Z | Compiling sqlparser_derive v0.2.2 |
1892 | 2024-07-05T22:49:47.185Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-07-05T22:49:47.322Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1894 | 2024-07-05T22:49:47.627Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1895 | 2024-07-05T22:49:47.917Z | Compiling signature v1.6.4 |
1896 | 2024-07-05T22:49:48.090Z | Compiling ascii v1.1.0 |
1897 | 2024-07-05T22:49:48.203Z | Compiling salty v0.2.0 |
1898 | 2024-07-05T22:49:48.270Z | Compiling typed-path v0.7.1 |
1899 | 2024-07-05T22:49:48.515Z | Compiling unicode_categories v0.1.1 |
1900 | 2024-07-05T22:49:48.607Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1901 | 2024-07-05T22:49:48.825Z | Compiling sqlformat v0.2.3 |
1902 | 2024-07-05T22:49:48.917Z | Compiling rustyline v14.0.0 |
1903 | 2024-07-05T22:49:50.996Z | Compiling tough v0.17.1 |
1904 | 2024-07-05T22:49:51.173Z | Compiling peg v0.8.3 |
1905 | 2024-07-05T22:49:51.293Z | Compiling sqlparser v0.45.0 |
1906 | 2024-07-05T22:49:54.814Z | Compiling ed25519 v1.5.3 |
1907 | 2024-07-05T22:49:55.022Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-07-05T22:49:55.121Z | Compiling bitstruct v0.1.1 |
1909 | 2024-07-05T22:49:55.245Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-07-05T22:49:55.656Z | Compiling parking_lot v0.11.2 |
1911 | 2024-07-05T22:49:55.795Z | Compiling nix v0.27.1 |
1912 | 2024-07-05T22:49:57.727Z | Compiling trust-dns-client v0.22.0 |
1913 | 2024-07-05T22:49:58.828Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1914 | 2024-07-05T22:49:59.140Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1915 | 2024-07-05T22:49:59.943Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-07-05T22:50:00.984Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-07-05T22:50:01.126Z | Compiling curve25519-dalek v4.1.3 |
1918 | 2024-07-05T22:50:01.530Z | Compiling kstat-rs v0.2.4 |
1919 | 2024-07-05T22:50:02.523Z | Compiling bcs v0.1.6 |
1920 | 2024-07-05T22:50:03.146Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1921 | 2024-07-05T22:50:03.418Z | Compiling toml v0.5.11 |
1922 | 2024-07-05T22:50:03.957Z | Compiling erased-serde v0.3.31 |
1923 | 2024-07-05T22:50:04.107Z | Compiling serde_arrays v0.1.0 |
1924 | 2024-07-05T22:50:04.290Z | Compiling serde-big-array v0.5.1 |
1925 | 2024-07-05T22:50:04.549Z | Compiling parse-size v1.0.0 |
1926 | 2024-07-05T22:50:04.828Z | Compiling highway v1.1.0 |
1927 | 2024-07-05T22:50:05.589Z | Compiling keccak v0.1.5 |
1928 | 2024-07-05T22:50:06.554Z | Compiling sha3 v0.10.8 |
1929 | 2024-07-05T22:50:07.736Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1930 | 2024-07-05T22:50:08.500Z | Compiling trust-dns-server v0.22.1 |
1931 | 2024-07-05T22:50:26.684Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1932 | 2024-07-05T22:50:28.756Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1933 | 2024-07-05T22:50:36.866Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1934 | 2024-07-05T22:50:37.353Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1935 | 2024-07-05T22:50:46.945Z | Compiling sled v0.34.7 |
1936 | 2024-07-05T22:50:49.653Z | Compiling mime_guess v2.0.4 |
1937 | 2024-07-05T22:50:53.301Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1938 | 2024-07-05T22:50:55.635Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1939 | 2024-07-05T22:50:59.380Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1940 | 2024-07-05T22:51:00.889Z | Compiling signal-hook-tokio v0.3.1 |
1941 | 2024-07-05T22:51:01.087Z | Compiling universal-hash v0.5.1 |
1942 | 2024-07-05T22:51:01.325Z | Compiling heck v0.3.3 |
1943 | 2024-07-05T22:51:01.697Z | Compiling secrecy v0.8.0 |
1944 | 2024-07-05T22:51:01.975Z | Compiling castaway v0.2.2 |
1945 | 2024-07-05T22:51:02.158Z | Compiling rand_seeder v0.2.3 |
1946 | 2024-07-05T22:51:02.553Z | Compiling thiserror-impl-no-std v2.0.2 |
1947 | 2024-07-05T22:51:05.367Z | Compiling serde-big-array v0.4.1 |
1948 | 2024-07-05T22:51:05.584Z | Compiling curve25519-dalek-derive v0.1.1 |
1949 | 2024-07-05T22:51:07.028Z | Compiling nanorand v0.7.0 |
1950 | 2024-07-05T22:51:07.846Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1951 | 2024-07-05T22:51:08.133Z | Compiling opaque-debug v0.3.1 |
1952 | 2024-07-05T22:51:08.239Z | Compiling poly1305 v0.8.0 |
1953 | 2024-07-05T22:51:08.812Z | Compiling flume v0.11.0 |
1954 | 2024-07-05T22:51:09.716Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1955 | 2024-07-05T22:51:11.124Z | Compiling thiserror-no-std v2.0.2 |
1956 | 2024-07-05T22:51:11.251Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1957 | 2024-07-05T22:51:11.475Z | Compiling compact_str v0.7.1 |
1958 | 2024-07-05T22:51:12.996Z | Compiling zone_cfg_derive v0.1.2 |
1959 | 2024-07-05T22:51:13.985Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1960 | 2024-07-05T22:51:14.403Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1961 | 2024-07-05T22:51:18.338Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1962 | 2024-07-05T22:51:20.499Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-07-05T22:51:21.134Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1964 | 2024-07-05T22:51:24.017Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1965 | 2024-07-05T22:51:27.517Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1966 | 2024-07-05T22:51:32.801Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1967 | 2024-07-05T22:51:33.072Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1968 | 2024-07-05T22:51:33.345Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1969 | 2024-07-05T22:51:33.622Z | Compiling chacha20 v0.9.1 |
1970 | 2024-07-05T22:51:34.091Z | Compiling aead v0.5.2 |
1971 | 2024-07-05T22:51:34.115Z | Compiling lru v0.12.3 |
1972 | 2024-07-05T22:51:34.433Z | Compiling stability v0.2.0 |
1973 | 2024-07-05T22:51:34.469Z | Compiling corncobs v0.1.3 |
1974 | 2024-07-05T22:51:34.835Z | Compiling base64 v0.13.1 |
1975 | 2024-07-05T22:51:35.396Z | Compiling cassowary v0.3.0 |
1976 | 2024-07-05T22:51:35.576Z | Compiling indoc v2.0.5 |
1977 | 2024-07-05T22:51:36.527Z | Compiling ratatui v0.26.2 |
1978 | 2024-07-05T22:51:38.358Z | Compiling ron v0.7.1 |
1979 | 2024-07-05T22:51:39.145Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1980 | 2024-07-05T22:51:39.841Z | Compiling chacha20poly1305 v0.10.1 |
1981 | 2024-07-05T22:51:40.162Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1982 | 2024-07-05T22:51:43.660Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1983 | 2024-07-05T22:51:44.348Z | Compiling zone v0.1.8 |
1984 | 2024-07-05T22:51:45.449Z | Compiling vsss-rs v3.3.4 |
1985 | 2024-07-05T22:51:47.540Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1986 | 2024-07-05T22:51:49.844Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1987 | 2024-07-05T22:51:50.579Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1988 | 2024-07-05T22:51:52.061Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1989 | 2024-07-05T22:51:52.598Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1990 | 2024-07-05T22:51:54.982Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1991 | 2024-07-05T22:51:55.270Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1992 | 2024-07-05T22:51:56.423Z | Compiling portpicker v0.1.1 |
1993 | 2024-07-05T22:51:56.932Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1994 | 2024-07-05T22:51:59.148Z | Compiling csv-core v0.1.11 |
1995 | 2024-07-05T22:52:00.010Z | Compiling http-range v0.1.5 |
1996 | 2024-07-05T22:52:00.398Z | Compiling unicode-linebreak v0.1.5 |
1997 | 2024-07-05T22:52:00.584Z | Compiling smawk v0.3.2 |
1998 | 2024-07-05T22:52:00.833Z | Compiling textwrap v0.16.1 |
1999 | 2024-07-05T22:52:00.918Z | Compiling hyper-staticfile v0.9.5 |
2000 | 2024-07-05T22:52:01.043Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2001 | 2024-07-05T22:52:06.488Z | Compiling csv v1.3.0 |
2002 | 2024-07-05T22:52:06.556Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2003 | 2024-07-05T22:52:06.556Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2004 | 2024-07-05T22:52:10.857Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2005 | 2024-07-05T22:52:12.274Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2006 | 2024-07-05T22:52:12.914Z | Compiling rcgen v0.12.1 |
2007 | 2024-07-05T22:52:15.949Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2008 | 2024-07-05T22:52:16.407Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2009 | 2024-07-05T22:52:16.682Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2010 | 2024-07-05T22:52:23.091Z | Compiling atomicwrites v0.4.3 |
2011 | 2024-07-05T22:52:23.603Z | Compiling fatfs v0.3.6 |
2012 | 2024-07-05T22:52:23.627Z | Compiling rtoolbox v0.0.2 |
2013 | 2024-07-05T22:52:24.069Z | Compiling subprocess v0.2.9 |
2014 | 2024-07-05T22:52:25.593Z | Compiling assert_matches v1.5.0 |
2015 | 2024-07-05T22:52:25.694Z | Compiling is_ci v1.2.0 |
2016 | 2024-07-05T22:52:25.983Z | Compiling supports-color v3.0.0 |
2017 | 2024-07-05T22:52:26.423Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2018 | 2024-07-05T22:52:26.608Z | Compiling rpassword v7.3.1 |
2019 | 2024-07-05T22:52:27.077Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2020 | 2024-07-05T22:52:29.090Z | Compiling tui-tree-widget v0.19.0 |
2021 | 2024-07-05T22:52:29.520Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2022 | 2024-07-05T22:52:30.362Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2023 | 2024-07-05T22:52:33.610Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2024 | 2024-07-05T22:52:33.894Z | Compiling shell-words v1.1.0 |
2025 | 2024-07-05T22:52:34.336Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2026 | 2024-07-05T22:52:35.775Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2027 | 2024-07-05T22:52:49.369Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2028 | 2024-07-05T22:53:04.626Z | Compiling uzers v0.11.3 |
2029 | 2024-07-05T22:53:07.598Z | Compiling multimap v0.10.0 |
2030 | 2024-07-05T22:53:55.688Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2031 | 2024-07-05T22:55:16.353Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2032 | 2024-07-05T22:55:34.271Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2033 | 2024-07-05T23:01:43.393Z | Finished `release` profile [optimized] target(s) in 14m 16s |
2034 | 2024-07-05T23:02:30.839Z | |
2035 | 2024-07-05T23:02:30.842Z | real 15:04.722068154 |
2036 | 2024-07-05T23:02:30.842Z | user 1:43:44.008814269 |
2037 | 2024-07-05T23:02:30.842Z | sys 5:40.309599663 |
2038 | 2024-07-05T23:02:30.842Z | trap 2.327532961 |
2039 | 2024-07-05T23:02:30.842Z | tflt 2.283227563 |
2040 | 2024-07-05T23:02:30.842Z | dflt 3.172801965 |
2041 | 2024-07-05T23:02:30.842Z | kflt 0.009557705 |
2042 | 2024-07-05T23:02:30.842Z | lock 6:18:56.741985367 |
2043 | 2024-07-05T23:02:30.842Z | slp 4:03:57.251897304 |
2044 | 2024-07-05T23:02:30.842Z | lat 2:29.673624437 |
2045 | 2024-07-05T23:02:30.843Z | stop 1:56.809039924 |
2046 | 2024-07-05T23:02:30.843Z | + mapfile -t packages |
2047 | 2024-07-05T23:02:30.843Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2048 | 2024-07-05T23:02:31.742Z | Finished `release` profile [optimized] target(s) in 0.85s |
2049 | 2024-07-05T23:02:31.783Z | Running `target/release/omicron-package -t test list-outputs` |
2050 | 2024-07-05T23:02:31.822Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2051 | 2024-07-05T23:02:31.825Z | + ptime -m cargo build --locked --release -p xtask |
2052 | 2024-07-05T23:02:32.423Z | Compiling serde v1.0.203 |
2053 | 2024-07-05T23:02:32.427Z | Compiling bitflags v2.5.0 |
2054 | 2024-07-05T23:02:32.427Z | Compiling syn v2.0.68 |
2055 | 2024-07-05T23:02:32.514Z | Compiling smallvec v1.13.2 |
2056 | 2024-07-05T23:02:32.529Z | Compiling scopeguard v1.2.0 |
2057 | 2024-07-05T23:02:32.534Z | Compiling bytes v1.6.0 |
2058 | 2024-07-05T23:02:32.534Z | Compiling hashbrown v0.14.5 |
2059 | 2024-07-05T23:02:32.660Z | Compiling lock_api v0.4.12 |
2060 | 2024-07-05T23:02:32.986Z | Compiling parking_lot_core v0.9.10 |
2061 | 2024-07-05T23:02:33.015Z | Compiling serde_json v1.0.120 |
2062 | 2024-07-05T23:02:33.029Z | Compiling log v0.4.21 |
2063 | 2024-07-05T23:02:33.033Z | Compiling mio v0.8.11 |
2064 | 2024-07-05T23:02:33.334Z | Compiling libc v0.2.155 |
2065 | 2024-07-05T23:02:33.482Z | Compiling parking_lot v0.12.2 |
2066 | 2024-07-05T23:02:33.524Z | Compiling generic-array v0.14.7 |
2067 | 2024-07-05T23:02:33.804Z | Compiling slog v2.7.0 |
2068 | 2024-07-05T23:02:33.937Z | Compiling indexmap v2.2.6 |
2069 | 2024-07-05T23:02:34.041Z | Compiling rustix v0.38.34 |
2070 | 2024-07-05T23:02:34.278Z | Compiling http v0.2.12 |
2071 | 2024-07-05T23:02:34.354Z | Compiling usdt-impl v0.5.0 |
2072 | 2024-07-05T23:02:34.694Z | Compiling syn v1.0.109 |
2073 | 2024-07-05T23:02:34.827Z | Compiling thread-id v4.2.1 |
2074 | 2024-07-05T23:02:34.951Z | Compiling time-macros v0.2.18 |
2075 | 2024-07-05T23:02:35.181Z | Compiling tracing v0.1.40 |
2076 | 2024-07-05T23:02:35.565Z | Compiling crossbeam-utils v0.8.19 |
2077 | 2024-07-05T23:02:35.926Z | Compiling http-body v0.4.6 |
2078 | 2024-07-05T23:02:36.436Z | Compiling unicode-normalization v0.1.23 |
2079 | 2024-07-05T23:02:36.511Z | Compiling unicode-bidi v0.3.15 |
2080 | 2024-07-05T23:02:36.990Z | Compiling crypto-common v0.1.6 |
2081 | 2024-07-05T23:02:37.225Z | Compiling block-buffer v0.10.4 |
2082 | 2024-07-05T23:02:37.485Z | Compiling idna v0.5.0 |
2083 | 2024-07-05T23:02:37.984Z | Compiling time v0.3.36 |
2084 | 2024-07-05T23:02:38.557Z | Compiling terminal_size v0.3.0 |
2085 | 2024-07-05T23:02:38.970Z | Compiling proc-macro-error v1.0.4 |
2086 | 2024-07-05T23:02:39.422Z | Compiling fs-err v2.11.0 |
2087 | 2024-07-05T23:02:39.584Z | Compiling anyhow v1.0.86 |
2088 | 2024-07-05T23:02:39.861Z | Compiling crossbeam-channel v0.5.12 |
2089 | 2024-07-05T23:02:40.295Z | Compiling clap_builder v4.5.2 |
2090 | 2024-07-05T23:02:40.587Z | Compiling url v2.5.0 |
2091 | 2024-07-05T23:02:40.723Z | Compiling digest v0.10.7 |
2092 | 2024-07-05T23:02:41.175Z | Compiling xattr v1.3.1 |
2093 | 2024-07-05T23:02:41.509Z | Compiling sha2 v0.10.8 |
2094 | 2024-07-05T23:02:41.666Z | Compiling slog-async v2.8.0 |
2095 | 2024-07-05T23:02:42.012Z | Compiling tabled_derive v0.7.0 |
2096 | 2024-07-05T23:02:44.155Z | Compiling tabled v0.15.0 |
2097 | 2024-07-05T23:02:44.226Z | Compiling serde_derive v1.0.203 |
2098 | 2024-07-05T23:02:44.530Z | Compiling thiserror-impl v1.0.60 |
2099 | 2024-07-05T23:02:44.693Z | Compiling zerocopy-derive v0.7.34 |
2100 | 2024-07-05T23:02:46.153Z | Compiling futures-macro v0.3.30 |
2101 | 2024-07-05T23:02:46.801Z | Compiling tokio-macros v2.3.0 |
2102 | 2024-07-05T23:02:47.282Z | Compiling zerocopy v0.7.34 |
2103 | 2024-07-05T23:02:47.424Z | Compiling thiserror v1.0.60 |
2104 | 2024-07-05T23:02:47.589Z | Compiling pest v2.7.10 |
2105 | 2024-07-05T23:02:48.116Z | Compiling futures-util v0.3.30 |
2106 | 2024-07-05T23:02:48.293Z | Compiling tokio v1.38.0 |
2107 | 2024-07-05T23:02:49.120Z | Compiling openssl-macros v0.1.1 |
2108 | 2024-07-05T23:02:49.864Z | Compiling scroll_derive v0.12.0 |
2109 | 2024-07-05T23:02:50.442Z | Compiling pest_meta v2.7.10 |
2110 | 2024-07-05T23:02:51.342Z | Compiling scroll v0.12.0 |
2111 | 2024-07-05T23:02:51.971Z | Compiling pest_generator v2.7.10 |
2112 | 2024-07-05T23:02:54.829Z | Compiling pest_derive v2.7.10 |
2113 | 2024-07-05T23:02:55.142Z | Compiling openssl v0.10.64 |
2114 | 2024-07-05T23:02:55.627Z | Compiling dtrace-parser v0.2.0 |
2115 | 2024-07-05T23:02:57.493Z | Compiling tokio-util v0.7.11 |
2116 | 2024-07-05T23:02:59.700Z | Compiling h2 v0.3.26 |
2117 | 2024-07-05T23:03:03.041Z | Compiling dof v0.3.0 |
2118 | 2024-07-05T23:03:05.143Z | Compiling native-tls v0.2.11 |
2119 | 2024-07-05T23:03:05.432Z | Compiling serde_tokenstream v0.2.1 |
2120 | 2024-07-05T23:03:05.555Z | Compiling toml_datetime v0.6.6 |
2121 | 2024-07-05T23:03:05.911Z | Compiling serde_spanned v0.6.6 |
2122 | 2024-07-05T23:03:05.953Z | Compiling goblin v0.8.2 |
2123 | 2024-07-05T23:03:06.269Z | Compiling toml_edit v0.22.14 |
2124 | 2024-07-05T23:03:08.073Z | Compiling tokio-native-tls v0.3.1 |
2125 | 2024-07-05T23:03:08.394Z | Compiling hyper v0.14.28 |
2126 | 2024-07-05T23:03:11.341Z | Compiling toml v0.8.14 |
2127 | 2024-07-05T23:03:14.455Z | Compiling hyper-tls v0.5.0 |
2128 | 2024-07-05T23:03:14.897Z | Compiling usdt-attr-macro v0.5.0 |
2129 | 2024-07-05T23:03:16.305Z | Compiling usdt-macro v0.5.0 |
2130 | 2024-07-05T23:03:17.563Z | Compiling slog-json v2.6.1 |
2131 | 2024-07-05T23:03:18.113Z | Compiling serde_urlencoded v0.7.1 |
2132 | 2024-07-05T23:03:18.236Z | Compiling semver v1.0.23 |
2133 | 2024-07-05T23:03:18.740Z | Compiling cargo-platform v0.1.8 |
2134 | 2024-07-05T23:03:19.766Z | Compiling camino v1.1.7 |
2135 | 2024-07-05T23:03:19.864Z | Compiling futures-executor v0.3.30 |
2136 | 2024-07-05T23:03:20.015Z | Compiling strum_macros v0.26.2 |
2137 | 2024-07-05T23:03:20.947Z | Compiling clap_derive v4.5.4 |
2138 | 2024-07-05T23:03:20.950Z | Compiling cargo_metadata v0.18.1 |
2139 | 2024-07-05T23:03:21.185Z | Compiling futures v0.3.30 |
2140 | 2024-07-05T23:03:21.315Z | Compiling reqwest v0.11.27 |
2141 | 2024-07-05T23:03:24.695Z | Compiling strum v0.26.2 |
2142 | 2024-07-05T23:03:24.902Z | Compiling slog-bunyan v2.5.0 |
2143 | 2024-07-05T23:03:25.193Z | Compiling usdt v0.5.0 |
2144 | 2024-07-05T23:03:25.414Z | Compiling cargo_toml v0.20.3 |
2145 | 2024-07-05T23:03:25.557Z | Compiling clap v4.5.4 |
2146 | 2024-07-05T23:03:25.696Z | Compiling macaddr v1.0.1 |
2147 | 2024-07-05T23:03:26.343Z | Compiling slog-term v2.9.1 |
2148 | 2024-07-05T23:03:26.697Z | Compiling tar v0.4.40 |
2149 | 2024-07-05T23:03:39.696Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2150 | 2024-07-05T23:03:53.593Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2151 | 2024-07-05T23:03:53.687Z | |
2152 | 2024-07-05T23:03:53.692Z | real 1:21.826754337 |
2153 | 2024-07-05T23:03:53.692Z | user 8:52.451746403 |
2154 | 2024-07-05T23:03:53.692Z | sys 50.719821884 |
2155 | 2024-07-05T23:03:53.692Z | trap 0.240696017 |
2156 | 2024-07-05T23:03:53.692Z | tflt 0.564062541 |
2157 | 2024-07-05T23:03:53.692Z | dflt 0.326652300 |
2158 | 2024-07-05T23:03:53.692Z | kflt 0.000067298 |
2159 | 2024-07-05T23:03:53.692Z | lock 20:09.553301506 |
2160 | 2024-07-05T23:03:53.692Z | slp 22:36.146651419 |
2161 | 2024-07-05T23:03:53.692Z | lat 24.785670563 |
2162 | 2024-07-05T23:03:53.692Z | stop 23.565174763 |
2163 | 2024-07-05T23:03:53.692Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2164 | 2024-07-05T23:03:53.692Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2165 | 2024-07-05T23:03:53.692Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2166 | 2024-07-05T23:03:53.692Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2167 | 2024-07-05T23:03:53.692Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2168 | 2024-07-05T23:03:54.226Z | Downloading crates ... |
2169 | 2024-07-05T23:03:54.455Z | Downloaded russh-cryptovec v0.7.2 |
2170 | 2024-07-05T23:03:54.459Z | Downloaded dhcproto-macros v0.1.0 |
2171 | 2024-07-05T23:03:54.462Z | Downloaded option-ext v0.2.0 |
2172 | 2024-07-05T23:03:54.468Z | Downloaded rfc6979 v0.4.0 |
2173 | 2024-07-05T23:03:54.472Z | Downloaded primeorder v0.13.6 |
2174 | 2024-07-05T23:03:54.472Z | Downloaded dirs v5.0.1 |
2175 | 2024-07-05T23:03:54.474Z | Downloaded cbc v0.1.2 |
2176 | 2024-07-05T23:03:54.474Z | Downloaded pbkdf2 v0.12.2 |
2177 | 2024-07-05T23:03:54.474Z | Downloaded ghash v0.5.1 |
2178 | 2024-07-05T23:03:54.478Z | Downloaded ctr v0.9.2 |
2179 | 2024-07-05T23:03:54.478Z | Downloaded blowfish v0.9.1 |
2180 | 2024-07-05T23:03:54.481Z | Downloaded rand_chacha v0.2.2 |
2181 | 2024-07-05T23:03:54.481Z | Downloaded pbkdf2 v0.11.0 |
2182 | 2024-07-05T23:03:54.484Z | Downloaded polyval v0.6.2 |
2183 | 2024-07-05T23:03:54.484Z | Downloaded ed25519 v2.2.3 |
2184 | 2024-07-05T23:03:54.487Z | Downloaded md5 v0.7.0 |
2185 | 2024-07-05T23:03:54.487Z | Downloaded rand_core v0.5.1 |
2186 | 2024-07-05T23:03:54.487Z | Downloaded internet-checksum v0.2.1 |
2187 | 2024-07-05T23:03:54.488Z | Downloaded hex-literal v0.4.1 |
2188 | 2024-07-05T23:03:54.493Z | Downloaded ecdsa v0.16.9 |
2189 | 2024-07-05T23:03:54.493Z | Downloaded password-hash v0.4.2 |
2190 | 2024-07-05T23:03:54.496Z | Downloaded getrandom v0.1.16 |
2191 | 2024-07-05T23:03:54.496Z | Downloaded dirs-sys v0.4.1 |
2192 | 2024-07-05T23:03:54.496Z | Downloaded russh-keys v0.43.0 |
2193 | 2024-07-05T23:03:54.500Z | Downloaded dhcproto v0.11.0 |
2194 | 2024-07-05T23:03:54.500Z | Downloaded aes v0.8.4 |
2195 | 2024-07-05T23:03:54.509Z | Downloaded bcrypt-pbkdf v0.10.0 |
2196 | 2024-07-05T23:03:54.513Z | Downloaded p256 v0.13.2 |
2197 | 2024-07-05T23:03:54.517Z | Downloaded ed25519-dalek v2.1.1 |
2198 | 2024-07-05T23:03:54.520Z | Downloaded russh v0.43.0 |
2199 | 2024-07-05T23:03:54.525Z | Downloaded rand v0.7.3 |
2200 | 2024-07-05T23:03:54.529Z | Downloaded p521 v0.13.3 |
2201 | 2024-07-05T23:03:54.532Z | Downloaded aes-gcm v0.10.3 |
2202 | 2024-07-05T23:03:54.662Z | Compiling serde v1.0.203 |
2203 | 2024-07-05T23:03:54.665Z | Compiling scopeguard v1.2.0 |
2204 | 2024-07-05T23:03:54.665Z | Compiling log v0.4.21 |
2205 | 2024-07-05T23:03:54.764Z | Compiling smallvec v1.13.2 |
2206 | 2024-07-05T23:03:54.768Z | Compiling syn v2.0.68 |
2207 | 2024-07-05T23:03:54.768Z | Compiling getrandom v0.2.14 |
2208 | 2024-07-05T23:03:54.772Z | Compiling generic-array v0.14.7 |
2209 | 2024-07-05T23:03:54.776Z | Compiling libm v0.2.8 |
2210 | 2024-07-05T23:03:54.910Z | Compiling lock_api v0.4.12 |
2211 | 2024-07-05T23:03:55.077Z | Compiling rand_core v0.6.4 |
2212 | 2024-07-05T23:03:55.160Z | Compiling parking_lot_core v0.9.10 |
2213 | 2024-07-05T23:03:55.259Z | Compiling num-traits v0.2.19 |
2214 | 2024-07-05T23:03:55.277Z | Compiling subtle v2.5.0 |
2215 | 2024-07-05T23:03:55.300Z | Compiling mio v0.8.11 |
2216 | 2024-07-05T23:03:55.357Z | Compiling ahash v0.8.11 |
2217 | 2024-07-05T23:03:55.509Z | Compiling parking_lot v0.12.2 |
2218 | 2024-07-05T23:03:55.646Z | Compiling serde_json v1.0.120 |
2219 | 2024-07-05T23:03:55.763Z | Compiling spin v0.9.8 |
2220 | 2024-07-05T23:03:55.865Z | Compiling allocator-api2 v0.2.18 |
2221 | 2024-07-05T23:03:55.875Z | Compiling const-oid v0.9.6 |
2222 | 2024-07-05T23:03:55.993Z | Compiling iana-time-zone v0.1.60 |
2223 | 2024-07-05T23:03:56.177Z | Compiling syn v1.0.109 |
2224 | 2024-07-05T23:03:56.488Z | Compiling unicode-normalization v0.1.23 |
2225 | 2024-07-05T23:03:56.622Z | Compiling unicode-bidi v0.3.15 |
2226 | 2024-07-05T23:03:56.638Z | Compiling schemars v0.8.21 |
2227 | 2024-07-05T23:03:56.689Z | Compiling dyn-clone v1.0.17 |
2228 | 2024-07-05T23:03:56.901Z | Compiling ppv-lite86 v0.2.17 |
2229 | 2024-07-05T23:03:56.988Z | Compiling time-macros v0.2.18 |
2230 | 2024-07-05T23:03:57.539Z | Compiling ring v0.17.8 |
2231 | 2024-07-05T23:03:57.636Z | Compiling rand_chacha v0.3.1 |
2232 | 2024-07-05T23:03:57.844Z | Compiling aho-corasick v1.1.3 |
2233 | 2024-07-05T23:03:58.171Z | Compiling regex-syntax v0.8.3 |
2234 | 2024-07-05T23:03:58.556Z | Compiling rand v0.8.5 |
2235 | 2024-07-05T23:03:59.992Z | Compiling idna v0.5.0 |
2236 | 2024-07-05T23:04:00.374Z | Compiling time v0.3.36 |
2237 | 2024-07-05T23:04:00.692Z | Compiling slog v2.7.0 |
2238 | 2024-07-05T23:04:01.269Z | Compiling url v2.5.0 |
2239 | 2024-07-05T23:04:01.578Z | Compiling regex-automata v0.4.6 |
2240 | 2024-07-05T23:04:02.616Z | Compiling untrusted v0.9.0 |
2241 | 2024-07-05T23:04:03.177Z | Compiling serde_derive_internals v0.29.1 |
2242 | 2024-07-05T23:04:04.479Z | Compiling lazy_static v1.5.0 |
2243 | 2024-07-05T23:04:04.620Z | Compiling backtrace v0.3.71 |
2244 | 2024-07-05T23:04:04.886Z | Compiling gimli v0.28.1 |
2245 | 2024-07-05T23:04:05.085Z | Compiling object v0.32.2 |
2246 | 2024-07-05T23:04:05.869Z | Compiling anyhow v1.0.86 |
2247 | 2024-07-05T23:04:05.895Z | Compiling rustc-demangle v0.1.24 |
2248 | 2024-07-05T23:04:06.092Z | Compiling crossbeam-utils v0.8.19 |
2249 | 2024-07-05T23:04:06.530Z | Compiling winnow v0.5.40 |
2250 | 2024-07-05T23:04:06.747Z | Compiling rustls v0.21.12 |
2251 | 2024-07-05T23:04:06.899Z | Compiling regex v1.10.4 |
2252 | 2024-07-05T23:04:07.000Z | Compiling base64ct v1.6.0 |
2253 | 2024-07-05T23:04:07.687Z | Compiling rustls-webpki v0.101.7 |
2254 | 2024-07-05T23:04:07.998Z | Compiling sct v0.7.1 |
2255 | 2024-07-05T23:04:08.322Z | Compiling cookie v0.17.0 |
2256 | 2024-07-05T23:04:09.648Z | Compiling addr2line v0.21.0 |
2257 | 2024-07-05T23:04:09.889Z | Compiling serde_derive v1.0.203 |
2258 | 2024-07-05T23:04:10.283Z | Compiling zeroize_derive v1.4.2 |
2259 | 2024-07-05T23:04:13.760Z | Compiling zerocopy-derive v0.7.34 |
2260 | 2024-07-05T23:04:13.787Z | Compiling thiserror-impl v1.0.60 |
2261 | 2024-07-05T23:04:13.787Z | Compiling tokio-macros v2.3.0 |
2262 | 2024-07-05T23:04:13.787Z | Compiling zeroize v1.7.0 |
2263 | 2024-07-05T23:04:13.787Z | Compiling futures-macro v0.3.30 |
2264 | 2024-07-05T23:04:13.787Z | Compiling zerocopy v0.7.34 |
2265 | 2024-07-05T23:04:13.787Z | Compiling schemars_derive v0.8.21 |
2266 | 2024-07-05T23:04:13.808Z | Compiling crypto-common v0.1.6 |
2267 | 2024-07-05T23:04:14.031Z | Compiling block-buffer v0.10.4 |
2268 | 2024-07-05T23:04:14.282Z | Compiling digest v0.10.7 |
2269 | 2024-07-05T23:04:14.524Z | Compiling thiserror v1.0.60 |
2270 | 2024-07-05T23:04:14.559Z | Compiling futures-util v0.3.30 |
2271 | 2024-07-05T23:04:14.667Z | Compiling tracing-attributes v0.1.27 |
2272 | 2024-07-05T23:04:14.791Z | Compiling async-trait v0.1.80 |
2273 | 2024-07-05T23:04:15.180Z | Compiling hashbrown v0.14.5 |
2274 | 2024-07-05T23:04:16.655Z | Compiling openssl-macros v0.1.1 |
2275 | 2024-07-05T23:04:17.438Z | Compiling pest v2.7.10 |
2276 | 2024-07-05T23:04:17.755Z | Compiling idna v0.3.0 |
2277 | 2024-07-05T23:04:17.910Z | Compiling psl-types v2.0.11 |
2278 | 2024-07-05T23:04:18.090Z | Compiling data-encoding v2.6.0 |
2279 | 2024-07-05T23:04:18.106Z | Compiling hmac v0.12.1 |
2280 | 2024-07-05T23:04:18.336Z | Compiling scroll_derive v0.12.0 |
2281 | 2024-07-05T23:04:18.740Z | Compiling tracing v0.1.40 |
2282 | 2024-07-05T23:04:19.270Z | Compiling publicsuffix v2.2.3 |
2283 | 2024-07-05T23:04:19.343Z | Compiling bitflags v1.3.2 |
2284 | 2024-07-05T23:04:19.448Z | Compiling webpki-roots v0.25.4 |
2285 | 2024-07-05T23:04:19.518Z | Compiling block-padding v0.3.3 |
2286 | 2024-07-05T23:04:19.608Z | Compiling der_derive v0.7.2 |
2287 | 2024-07-05T23:04:19.684Z | Compiling pem-rfc7468 v0.7.0 |
2288 | 2024-07-05T23:04:19.753Z | Compiling flagset v0.4.5 |
2289 | 2024-07-05T23:04:19.810Z | Compiling pest_meta v2.7.10 |
2290 | 2024-07-05T23:04:19.954Z | Compiling scroll v0.12.0 |
2291 | 2024-07-05T23:04:20.335Z | Compiling futures-executor v0.3.30 |
2292 | 2024-07-05T23:04:20.462Z | Compiling goblin v0.8.2 |
2293 | 2024-07-05T23:04:20.513Z | Compiling inout v0.1.3 |
2294 | 2024-07-05T23:04:20.570Z | Compiling sha2 v0.10.8 |
2295 | 2024-07-05T23:04:20.710Z | Compiling futures v0.3.30 |
2296 | 2024-07-05T23:04:20.831Z | Compiling cipher v0.4.4 |
2297 | 2024-07-05T23:04:20.847Z | Compiling either v1.12.0 |
2298 | 2024-07-05T23:04:20.971Z | Compiling ff v0.13.0 |
2299 | 2024-07-05T23:04:21.209Z | Compiling pest_generator v2.7.10 |
2300 | 2024-07-05T23:04:21.270Z | Compiling base16ct v0.2.0 |
2301 | 2024-07-05T23:04:21.340Z | Compiling stable_deref_trait v1.2.0 |
2302 | 2024-07-05T23:04:21.450Z | Compiling group v0.13.0 |
2303 | 2024-07-05T23:04:21.600Z | Compiling hkdf v0.12.4 |
2304 | 2024-07-05T23:04:21.783Z | Compiling crypto-bigint v0.5.5 |
2305 | 2024-07-05T23:04:21.869Z | Compiling crossbeam-epoch v0.9.18 |
2306 | 2024-07-05T23:04:22.292Z | Compiling der v0.7.9 |
2307 | 2024-07-05T23:04:22.664Z | Compiling num-integer v0.1.46 |
2308 | 2024-07-05T23:04:23.286Z | Compiling managed v0.8.0 |
2309 | 2024-07-05T23:04:23.497Z | Compiling unicode-segmentation v1.11.0 |
2310 | 2024-07-05T23:04:23.732Z | Compiling matches v0.1.10 |
2311 | 2024-07-05T23:04:23.828Z | Compiling idna v0.2.3 |
2312 | 2024-07-05T23:04:24.073Z | Compiling enum-as-inner v0.5.1 |
2313 | 2024-07-05T23:04:24.339Z | Compiling siphasher v0.3.11 |
2314 | 2024-07-05T23:04:24.730Z | Compiling bytes v1.6.0 |
2315 | 2024-07-05T23:04:25.092Z | Compiling indexmap v2.2.6 |
2316 | 2024-07-05T23:04:25.246Z | Compiling uuid v1.9.1 |
2317 | 2024-07-05T23:04:25.424Z | Compiling chrono v0.4.38 |
2318 | 2024-07-05T23:04:25.728Z | Compiling tokio v1.38.0 |
2319 | 2024-07-05T23:04:26.051Z | Compiling bitflags v2.5.0 |
2320 | 2024-07-05T23:04:26.556Z | Compiling semver v1.0.23 |
2321 | 2024-07-05T23:04:26.572Z | Compiling http v0.2.12 |
2322 | 2024-07-05T23:04:26.792Z | Compiling serde_tokenstream v0.2.1 |
2323 | 2024-07-05T23:04:27.349Z | Compiling serde_spanned v0.6.6 |
2324 | 2024-07-05T23:04:27.366Z | Compiling toml_datetime v0.6.6 |
2325 | 2024-07-05T23:04:27.584Z | Compiling openssl v0.10.64 |
2326 | 2024-07-05T23:04:27.738Z | Compiling toml_edit v0.19.15 |
2327 | 2024-07-05T23:04:28.167Z | Compiling http-body v0.4.6 |
2328 | 2024-07-05T23:04:28.646Z | Compiling rustix v0.38.34 |
2329 | 2024-07-05T23:04:29.124Z | Compiling serde_urlencoded v0.7.1 |
2330 | 2024-07-05T23:04:29.300Z | Compiling cookie_store v0.20.0 |
2331 | 2024-07-05T23:04:29.694Z | Compiling openapiv3 v2.0.0 |
2332 | 2024-07-05T23:04:30.887Z | Compiling rustc_version v0.4.0 |
2333 | 2024-07-05T23:04:31.082Z | Compiling pest_derive v2.7.10 |
2334 | 2024-07-05T23:04:31.673Z | Compiling dof v0.3.0 |
2335 | 2024-07-05T23:04:31.704Z | Compiling spki v0.7.3 |
2336 | 2024-07-05T23:04:31.884Z | Compiling dtrace-parser v0.2.0 |
2337 | 2024-07-05T23:04:31.911Z | Compiling ipnetwork v0.20.0 |
2338 | 2024-07-05T23:04:32.063Z | Compiling pkcs8 v0.10.2 |
2339 | 2024-07-05T23:04:32.649Z | Compiling usdt-impl v0.5.0 |
2340 | 2024-07-05T23:04:32.849Z | Compiling sec1 v0.7.3 |
2341 | 2024-07-05T23:04:33.432Z | Compiling elliptic-curve v0.13.8 |
2342 | 2024-07-05T23:04:33.967Z | Compiling tokio-util v0.7.11 |
2343 | 2024-07-05T23:04:34.165Z | Compiling native-tls v0.2.11 |
2344 | 2024-07-05T23:04:34.173Z | Compiling tokio-rustls v0.24.1 |
2345 | 2024-07-05T23:04:34.261Z | Compiling toml v0.7.8 |
2346 | 2024-07-05T23:04:34.264Z | Compiling usdt-macro v0.5.0 |
2347 | 2024-07-05T23:04:34.578Z | Compiling tokio-native-tls v0.3.1 |
2348 | 2024-07-05T23:04:34.768Z | Compiling usdt-attr-macro v0.5.0 |
2349 | 2024-07-05T23:04:34.856Z | Compiling toml_edit v0.22.14 |
2350 | 2024-07-05T23:04:35.369Z | Compiling h2 v0.3.26 |
2351 | 2024-07-05T23:04:35.837Z | Compiling hex v0.4.3 |
2352 | 2024-07-05T23:04:36.025Z | Compiling bit-vec v0.6.3 |
2353 | 2024-07-05T23:04:36.120Z | Compiling trust-dns-proto v0.22.0 |
2354 | 2024-07-05T23:04:36.431Z | Compiling usdt v0.5.0 |
2355 | 2024-07-05T23:04:36.448Z | Compiling heapless v0.7.17 |
2356 | 2024-07-05T23:04:36.451Z | Compiling terminal_size v0.3.0 |
2357 | 2024-07-05T23:04:36.479Z | Compiling num-bigint v0.4.5 |
2358 | 2024-07-05T23:04:36.652Z | Compiling regress v0.9.1 |
2359 | 2024-07-05T23:04:36.860Z | Compiling finl_unicode v1.2.0 |
2360 | 2024-07-05T23:04:36.914Z | Compiling signal-hook v0.3.17 |
2361 | 2024-07-05T23:04:37.216Z | Compiling clap_builder v4.5.2 |
2362 | 2024-07-05T23:04:37.455Z | Compiling stringprep v0.1.4 |
2363 | 2024-07-05T23:04:38.824Z | Compiling itertools v0.10.5 |
2364 | 2024-07-05T23:04:41.224Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2365 | 2024-07-05T23:04:41.761Z | Compiling yasna v0.5.2 |
2366 | 2024-07-05T23:04:41.783Z | Compiling md-5 v0.10.6 |
2367 | 2024-07-05T23:04:42.064Z | Compiling hyper v0.14.28 |
2368 | 2024-07-05T23:04:43.795Z | Compiling clap_derive v4.5.4 |
2369 | 2024-07-05T23:04:43.820Z | Compiling hash32 v0.2.1 |
2370 | 2024-07-05T23:04:44.226Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2371 | 2024-07-05T23:04:44.593Z | Compiling fallible-iterator v0.2.0 |
2372 | 2024-07-05T23:04:45.012Z | Compiling smoltcp v0.9.1 |
2373 | 2024-07-05T23:04:45.306Z | Compiling postgres-protocol v0.6.6 |
2374 | 2024-07-05T23:04:46.695Z | Compiling tokio-stream v0.1.15 |
2375 | 2024-07-05T23:04:46.951Z | Compiling phf_shared v0.11.2 |
2376 | 2024-07-05T23:04:47.029Z | Compiling hubpack_derive v0.1.1 |
2377 | 2024-07-05T23:04:47.032Z | Compiling zerocopy-derive v0.6.6 |
2378 | 2024-07-05T23:04:47.076Z | Compiling diesel_table_macro_syntax v0.1.0 |
2379 | 2024-07-05T23:04:47.345Z | Compiling scheduled-thread-pool v0.2.7 |
2380 | 2024-07-05T23:04:47.503Z | Compiling fs-err v2.11.0 |
2381 | 2024-07-05T23:04:47.646Z | Compiling fixedbitset v0.4.2 |
2382 | 2024-07-05T23:04:47.916Z | Compiling petgraph v0.6.5 |
2383 | 2024-07-05T23:04:47.934Z | Compiling hubpack v0.1.2 |
2384 | 2024-07-05T23:04:47.971Z | Compiling r2d2 v0.8.10 |
2385 | 2024-07-05T23:04:48.115Z | Compiling diesel_derives v2.1.4 |
2386 | 2024-07-05T23:04:48.342Z | Compiling phf v0.11.2 |
2387 | 2024-07-05T23:04:48.652Z | Compiling hyper-tls v0.5.0 |
2388 | 2024-07-05T23:04:48.991Z | Compiling hyper-rustls v0.24.2 |
2389 | 2024-07-05T23:04:49.034Z | Compiling clap v4.5.4 |
2390 | 2024-07-05T23:04:49.164Z | Compiling signal-hook-mio v0.2.3 |
2391 | 2024-07-05T23:04:49.287Z | Compiling reqwest v0.11.27 |
2392 | 2024-07-05T23:04:49.331Z | Compiling zerocopy v0.6.6 |
2393 | 2024-07-05T23:04:49.346Z | Compiling postgres-types v0.2.6 |
2394 | 2024-07-05T23:04:50.450Z | Compiling phf_shared v0.10.0 |
2395 | 2024-07-05T23:04:50.512Z | Compiling similar v2.5.0 |
2396 | 2024-07-05T23:04:50.876Z | Compiling num-iter v0.1.45 |
2397 | 2024-07-05T23:04:50.951Z | Compiling strum_macros v0.25.3 |
2398 | 2024-07-05T23:04:51.056Z | Compiling serde_repr v0.1.19 |
2399 | 2024-07-05T23:04:51.885Z | Compiling getopts v0.2.21 |
2400 | 2024-07-05T23:04:52.066Z | Compiling console v0.15.8 |
2401 | 2024-07-05T23:04:52.225Z | Compiling float-cmp v0.9.0 |
2402 | 2024-07-05T23:04:52.457Z | Compiling unsafe-libyaml v0.2.11 |
2403 | 2024-07-05T23:04:52.903Z | Compiling predicates-core v1.0.6 |
2404 | 2024-07-05T23:04:53.019Z | Compiling whoami v1.5.1 |
2405 | 2024-07-05T23:04:53.264Z | Compiling new_debug_unreachable v1.0.6 |
2406 | 2024-07-05T23:04:53.368Z | Compiling static_assertions v1.1.0 |
2407 | 2024-07-05T23:04:53.473Z | Compiling minimal-lexical v0.2.1 |
2408 | 2024-07-05T23:04:53.556Z | Compiling precomputed-hash v0.1.1 |
2409 | 2024-07-05T23:04:53.674Z | Compiling difflib v0.4.0 |
2410 | 2024-07-05T23:04:53.677Z | Compiling normalize-line-endings v0.3.0 |
2411 | 2024-07-05T23:04:53.819Z | Compiling serde_yaml v0.9.34+deprecated |
2412 | 2024-07-05T23:04:53.993Z | Compiling nom v7.1.3 |
2413 | 2024-07-05T23:04:54.384Z | Compiling predicates v3.1.0 |
2414 | 2024-07-05T23:04:55.236Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2415 | 2024-07-05T23:04:55.368Z | Compiling string_cache v0.8.7 |
2416 | 2024-07-05T23:04:55.917Z | Compiling tokio-postgres v0.7.10 |
2417 | 2024-07-05T23:04:56.244Z | Compiling crossterm v0.27.0 |
2418 | 2024-07-05T23:04:58.147Z | Compiling bit-set v0.5.3 |
2419 | 2024-07-05T23:04:58.446Z | Compiling itertools v0.12.1 |
2420 | 2024-07-05T23:04:58.630Z | Compiling bstr v1.9.1 |
2421 | 2024-07-05T23:05:00.087Z | Compiling unicode-xid v0.2.4 |
2422 | 2024-07-05T23:05:00.272Z | Compiling lalrpop-util v0.19.12 |
2423 | 2024-07-05T23:05:00.526Z | Compiling peg-runtime v0.8.3 |
2424 | 2024-07-05T23:05:00.674Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2425 | 2024-07-05T23:05:01.006Z | Compiling sha1 v0.10.6 |
2426 | 2024-07-05T23:05:01.114Z | Compiling camino v1.1.7 |
2427 | 2024-07-05T23:05:01.234Z | Compiling strum_macros v0.26.2 |
2428 | 2024-07-05T23:05:01.251Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2429 | 2024-07-05T23:05:01.411Z | Compiling http v1.1.0 |
2430 | 2024-07-05T23:05:01.490Z | Compiling diesel v2.1.6 |
2431 | 2024-07-05T23:05:01.578Z | Compiling base64 v0.22.1 |
2432 | 2024-07-05T23:05:01.763Z | Compiling toml v0.8.14 |
2433 | 2024-07-05T23:05:02.108Z | Compiling ident_case v1.0.1 |
2434 | 2024-07-05T23:05:02.295Z | Compiling rustls-pki-types v1.7.0 |
2435 | 2024-07-05T23:05:02.414Z | Compiling darling_core v0.20.9 |
2436 | 2024-07-05T23:05:03.146Z | Compiling crossbeam-channel v0.5.12 |
2437 | 2024-07-05T23:05:03.563Z | Compiling paste v1.0.15 |
2438 | 2024-07-05T23:05:03.969Z | Compiling rustls v0.22.4 |
2439 | 2024-07-05T23:05:04.160Z | Compiling slog-async v2.8.0 |
2440 | 2024-07-05T23:05:04.238Z | Compiling slog-term v2.9.1 |
2441 | 2024-07-05T23:05:04.299Z | Compiling rustls-webpki v0.102.4 |
2442 | 2024-07-05T23:05:05.035Z | Compiling multer v3.1.0 |
2443 | 2024-07-05T23:05:05.308Z | Compiling instant v0.1.12 |
2444 | 2024-07-05T23:05:05.495Z | Compiling slog-json v2.6.1 |
2445 | 2024-07-05T23:05:05.852Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2446 | 2024-07-05T23:05:05.912Z | Compiling async-stream-impl v0.3.5 |
2447 | 2024-07-05T23:05:05.997Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2448 | 2024-07-05T23:05:06.510Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2449 | 2024-07-05T23:05:06.512Z | Compiling strum v0.26.2 |
2450 | 2024-07-05T23:05:06.718Z | Compiling atomic-waker v1.1.2 |
2451 | 2024-07-05T23:05:06.765Z | Compiling debug-ignore v1.0.5 |
2452 | 2024-07-05T23:05:06.849Z | Compiling waitgroup v0.1.2 |
2453 | 2024-07-05T23:05:06.906Z | Compiling slog-bunyan v2.5.0 |
2454 | 2024-07-05T23:05:07.089Z | Compiling rustls-pemfile v2.1.2 |
2455 | 2024-07-05T23:05:07.109Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2456 | 2024-07-05T23:05:07.296Z | Compiling async-stream v0.3.5 |
2457 | 2024-07-05T23:05:07.558Z | Compiling serde_path_to_error v0.1.16 |
2458 | 2024-07-05T23:05:07.637Z | Compiling structmeta-derive v0.3.0 |
2459 | 2024-07-05T23:05:08.053Z | Compiling hostname v0.4.0 |
2460 | 2024-07-05T23:05:08.322Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2461 | 2024-07-05T23:05:08.402Z | Compiling newtype-uuid v1.1.0 |
2462 | 2024-07-05T23:05:08.709Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2463 | 2024-07-05T23:05:09.088Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2464 | 2024-07-05T23:05:09.385Z | Compiling backoff v0.4.0 |
2465 | 2024-07-05T23:05:09.454Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2466 | 2024-07-05T23:05:09.640Z | Compiling tokio-rustls v0.25.0 |
2467 | 2024-07-05T23:05:09.722Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2468 | 2024-07-05T23:05:09.741Z | Compiling darling_macro v0.20.9 |
2469 | 2024-07-05T23:05:09.884Z | Compiling macaddr v1.0.1 |
2470 | 2024-07-05T23:05:10.062Z | Compiling proc-macro-crate v1.3.1 |
2471 | 2024-07-05T23:05:10.338Z | Compiling fastrand v2.1.0 |
2472 | 2024-07-05T23:05:10.786Z | Compiling darling v0.20.9 |
2473 | 2024-07-05T23:05:10.810Z | Compiling structmeta v0.3.0 |
2474 | 2024-07-05T23:05:10.903Z | Compiling serde_with_macros v3.8.1 |
2475 | 2024-07-05T23:05:10.956Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2476 | 2024-07-05T23:05:11.228Z | Compiling num_enum_derive v0.5.11 |
2477 | 2024-07-05T23:05:11.279Z | Compiling parse-display-derive v0.9.0 |
2478 | 2024-07-05T23:05:11.335Z | Compiling tempfile v3.10.1 |
2479 | 2024-07-05T23:05:12.244Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2480 | 2024-07-05T23:05:12.551Z | Compiling foreign-types-macros v0.2.3 |
2481 | 2024-07-05T23:05:13.904Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2482 | 2024-07-05T23:05:14.081Z | Compiling num_enum v0.5.11 |
2483 | 2024-07-05T23:05:14.098Z | Compiling serde_with v3.8.1 |
2484 | 2024-07-05T23:05:14.160Z | Compiling heapless v0.8.0 |
2485 | 2024-07-05T23:05:14.238Z | Compiling foreign-types-shared v0.3.1 |
2486 | 2024-07-05T23:05:14.363Z | Compiling foreign-types v0.5.0 |
2487 | 2024-07-05T23:05:14.512Z | Compiling proc-macro-error v1.0.4 |
2488 | 2024-07-05T23:05:14.632Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2489 | 2024-07-05T23:05:15.208Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2490 | 2024-07-05T23:05:15.378Z | Compiling cstr-argument v0.1.2 |
2491 | 2024-07-05T23:05:15.704Z | Compiling hash32 v0.3.1 |
2492 | 2024-07-05T23:05:15.920Z | Compiling pretty-hex v0.2.1 |
2493 | 2024-07-05T23:05:15.950Z | Compiling smoltcp v0.11.0 |
2494 | 2024-07-05T23:05:16.111Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2495 | 2024-07-05T23:05:16.337Z | Compiling parse-display v0.9.0 |
2496 | 2024-07-05T23:05:16.496Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2497 | 2024-07-05T23:05:16.705Z | Compiling camino-tempfile v1.1.1 |
2498 | 2024-07-05T23:05:17.052Z | Compiling tabwriter v1.4.0 |
2499 | 2024-07-05T23:05:17.092Z | Compiling colored v2.1.0 |
2500 | 2024-07-05T23:05:17.159Z | Compiling cobs v0.2.3 |
2501 | 2024-07-05T23:05:17.354Z | Compiling embedded-io v0.4.0 |
2502 | 2024-07-05T23:05:17.576Z | Compiling postcard v1.0.8 |
2503 | 2024-07-05T23:05:17.590Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2504 | 2024-07-05T23:05:17.851Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2505 | 2024-07-05T23:05:17.866Z | Compiling crucible-workspace-hack v0.1.0 |
2506 | 2024-07-05T23:05:18.092Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2507 | 2024-07-05T23:05:18.146Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2508 | 2024-07-05T23:05:18.291Z | Compiling smf v0.2.3 |
2509 | 2024-07-05T23:05:18.349Z | Compiling humantime v2.1.0 |
2510 | 2024-07-05T23:05:18.435Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2511 | 2024-07-05T23:05:18.881Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2512 | 2024-07-05T23:05:19.023Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2513 | 2024-07-05T23:05:19.510Z | Compiling num-derive v0.4.2 |
2514 | 2024-07-05T23:05:19.797Z | Compiling sigpipe v0.1.3 |
2515 | 2024-07-05T23:05:19.917Z | Compiling utf-8 v0.7.6 |
2516 | 2024-07-05T23:05:20.059Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2517 | 2024-07-05T23:05:20.238Z | Compiling atty v0.2.14 |
2518 | 2024-07-05T23:05:20.381Z | Compiling same-file v1.0.6 |
2519 | 2024-07-05T23:05:20.411Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2520 | 2024-07-05T23:05:20.493Z | Compiling semver v0.1.20 |
2521 | 2024-07-05T23:05:20.661Z | Compiling rayon-core v1.12.1 |
2522 | 2024-07-05T23:05:20.930Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2523 | 2024-07-05T23:05:21.304Z | Compiling rustc_version v0.1.7 |
2524 | 2024-07-05T23:05:21.838Z | Compiling walkdir v2.5.0 |
2525 | 2024-07-05T23:05:22.074Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2526 | 2024-07-05T23:05:22.090Z | Compiling curve25519-dalek v4.1.3 |
2527 | 2024-07-05T23:05:22.624Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2528 | 2024-07-05T23:05:22.643Z | Compiling newline-converter v0.3.0 |
2529 | 2024-07-05T23:05:22.668Z | Compiling crossbeam-deque v0.8.5 |
2530 | 2024-07-05T23:05:22.721Z | Compiling universal-hash v0.5.1 |
2531 | 2024-07-05T23:05:22.802Z | Compiling prettyplease v0.2.20 |
2532 | 2024-07-05T23:05:22.922Z | Compiling opaque-debug v0.3.1 |
2533 | 2024-07-05T23:05:23.006Z | Compiling expectorate v1.1.0 |
2534 | 2024-07-05T23:05:23.083Z | Compiling newtype_derive v0.1.6 |
2535 | 2024-07-05T23:05:23.104Z | Compiling xattr v1.3.1 |
2536 | 2024-07-05T23:05:23.143Z | Compiling num-rational v0.4.2 |
2537 | 2024-07-05T23:05:23.168Z | Compiling signature v2.2.0 |
2538 | 2024-07-05T23:05:23.347Z | Compiling curve25519-dalek-derive v0.1.1 |
2539 | 2024-07-05T23:05:23.402Z | Compiling num-complex v0.4.6 |
2540 | 2024-07-05T23:05:23.454Z | Compiling ring v0.16.20 |
2541 | 2024-07-05T23:05:24.455Z | Compiling blake3 v1.5.1 |
2542 | 2024-07-05T23:05:24.570Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2543 | 2024-07-05T23:05:24.800Z | Compiling unicase v2.7.0 |
2544 | 2024-07-05T23:05:24.839Z | Compiling convert_case v0.4.0 |
2545 | 2024-07-05T23:05:24.933Z | Compiling quick-error v1.2.3 |
2546 | 2024-07-05T23:05:24.947Z | Compiling getrandom v0.1.16 |
2547 | 2024-07-05T23:05:25.053Z | Compiling linked-hash-map v0.5.6 |
2548 | 2024-07-05T23:05:25.073Z | Compiling termcolor v1.4.1 |
2549 | 2024-07-05T23:05:25.088Z | Compiling arc-swap v1.7.1 |
2550 | 2024-07-05T23:05:25.428Z | Compiling lru-cache v0.1.2 |
2551 | 2024-07-05T23:05:25.668Z | Compiling slog-scope v4.4.0 |
2552 | 2024-07-05T23:05:25.736Z | Compiling env_logger v0.9.3 |
2553 | 2024-07-05T23:05:25.882Z | Compiling derive_more v0.99.17 |
2554 | 2024-07-05T23:05:26.004Z | Compiling resolv-conf v0.7.0 |
2555 | 2024-07-05T23:05:26.244Z | Compiling tar v0.4.40 |
2556 | 2024-07-05T23:05:26.817Z | Compiling num v0.4.3 |
2557 | 2024-07-05T23:05:26.935Z | Compiling rayon v1.10.0 |
2558 | 2024-07-05T23:05:28.352Z | Compiling tungstenite v0.21.0 |
2559 | 2024-07-05T23:05:29.056Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2560 | 2024-07-05T23:05:29.555Z | Compiling blake2 v0.10.6 |
2561 | 2024-07-05T23:05:30.379Z | Compiling bitstruct_derive v0.1.0 |
2562 | 2024-07-05T23:05:30.573Z | Compiling derive-where v1.2.7 |
2563 | 2024-07-05T23:05:30.991Z | Compiling password-hash v0.5.0 |
2564 | 2024-07-05T23:05:31.773Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2565 | 2024-07-05T23:05:31.839Z | Compiling memmap2 v0.9.4 |
2566 | 2024-07-05T23:05:31.912Z | Compiling ascii v1.1.0 |
2567 | 2024-07-05T23:05:32.050Z | Compiling float-ord v0.3.2 |
2568 | 2024-07-05T23:05:32.221Z | Compiling home v0.5.9 |
2569 | 2024-07-05T23:05:32.315Z | Compiling arrayvec v0.7.4 |
2570 | 2024-07-05T23:05:32.490Z | Compiling constant_time_eq v0.3.0 |
2571 | 2024-07-05T23:05:32.512Z | Compiling libefi-sys v0.1.0 |
2572 | 2024-07-05T23:05:32.678Z | Compiling arrayref v0.3.7 |
2573 | 2024-07-05T23:05:32.737Z | Compiling untrusted v0.7.1 |
2574 | 2024-07-05T23:05:32.772Z | Compiling spin v0.5.2 |
2575 | 2024-07-05T23:05:32.789Z | Compiling parking_lot_core v0.8.6 |
2576 | 2024-07-05T23:05:33.475Z | Compiling toolchain_find v0.4.0 |
2577 | 2024-07-05T23:05:33.597Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2578 | 2024-07-05T23:05:33.809Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2579 | 2024-07-05T23:05:34.109Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2580 | 2024-07-05T23:05:34.156Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2581 | 2024-07-05T23:05:34.386Z | Compiling bitstruct v0.1.1 |
2582 | 2024-07-05T23:05:34.440Z | Compiling argon2 v0.5.3 |
2583 | 2024-07-05T23:05:34.504Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2584 | 2024-07-05T23:05:34.538Z | Compiling tokio-tungstenite v0.21.0 |
2585 | 2024-07-05T23:05:34.775Z | Compiling trust-dns-resolver v0.22.0 |
2586 | 2024-07-05T23:05:35.066Z | Compiling slog-stdlog v4.1.1 |
2587 | 2024-07-05T23:05:35.451Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2588 | 2024-07-05T23:05:35.659Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-07-05T23:05:35.955Z | Compiling erased-serde v0.3.31 |
2590 | 2024-07-05T23:05:36.062Z | Compiling serde_arrays v0.1.0 |
2591 | 2024-07-05T23:05:36.233Z | Compiling rfc6979 v0.4.0 |
2592 | 2024-07-05T23:05:36.297Z | Compiling aead v0.5.2 |
2593 | 2024-07-05T23:05:36.426Z | Compiling bitfield-struct v0.6.1 |
2594 | 2024-07-05T23:05:36.679Z | Compiling nibble_vec v0.1.0 |
2595 | 2024-07-05T23:05:36.720Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2596 | 2024-07-05T23:05:36.886Z | Compiling slog-dtrace v0.3.0 |
2597 | 2024-07-05T23:05:37.084Z | Compiling cancel-safe-futures v0.1.5 |
2598 | 2024-07-05T23:05:37.175Z | Compiling keccak v0.1.5 |
2599 | 2024-07-05T23:05:37.356Z | Compiling endian-type v0.1.2 |
2600 | 2024-07-05T23:05:37.406Z | Compiling topological-sort v0.2.2 |
2601 | 2024-07-05T23:05:37.449Z | Compiling sha3 v0.10.8 |
2602 | 2024-07-05T23:05:37.600Z | Compiling omicron-zone-package v0.11.0 |
2603 | 2024-07-05T23:05:37.620Z | Compiling radix_trie v0.2.1 |
2604 | 2024-07-05T23:05:37.890Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2605 | 2024-07-05T23:05:37.991Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2606 | 2024-07-05T23:05:38.246Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2607 | 2024-07-05T23:05:38.402Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2608 | 2024-07-05T23:05:38.456Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2609 | 2024-07-05T23:05:38.495Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2610 | 2024-07-05T23:05:38.615Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2611 | 2024-07-05T23:05:39.156Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2612 | 2024-07-05T23:05:39.676Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2613 | 2024-07-05T23:05:39.693Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2614 | 2024-07-05T23:05:40.028Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2615 | 2024-07-05T23:05:40.087Z | Compiling ecdsa v0.16.9 |
2616 | 2024-07-05T23:05:40.692Z | Compiling rand_core v0.5.1 |
2617 | 2024-07-05T23:05:40.991Z | Compiling mime_guess v2.0.4 |
2618 | 2024-07-05T23:05:41.216Z | Compiling slog-envlogger v2.2.0 |
2619 | 2024-07-05T23:05:41.258Z | Compiling steno v0.4.1 |
2620 | 2024-07-05T23:05:41.772Z | Compiling rustfmt-wrapper v0.2.1 |
2621 | 2024-07-05T23:05:42.405Z | Compiling poly1305 v0.8.0 |
2622 | 2024-07-05T23:05:42.735Z | Compiling tungstenite v0.20.1 |
2623 | 2024-07-05T23:05:42.808Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2624 | 2024-07-05T23:05:43.554Z | Compiling primeorder v0.13.6 |
2625 | 2024-07-05T23:05:44.080Z | Compiling heck v0.3.3 |
2626 | 2024-07-05T23:05:44.144Z | Compiling chacha20 v0.9.1 |
2627 | 2024-07-05T23:05:44.250Z | Compiling secrecy v0.8.0 |
2628 | 2024-07-05T23:05:44.508Z | Compiling thiserror-impl-no-std v2.0.2 |
2629 | 2024-07-05T23:05:44.534Z | Compiling half v2.4.1 |
2630 | 2024-07-05T23:05:44.590Z | Compiling option-ext v0.2.0 |
2631 | 2024-07-05T23:05:44.728Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2632 | 2024-07-05T23:05:44.860Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2633 | 2024-07-05T23:05:44.886Z | Compiling ciborium-io v0.2.2 |
2634 | 2024-07-05T23:05:45.020Z | Compiling ciborium-ll v0.2.2 |
2635 | 2024-07-05T23:05:45.090Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2636 | 2024-07-05T23:05:45.144Z | Compiling dirs-sys v0.4.1 |
2637 | 2024-07-05T23:05:45.437Z | Compiling zone_cfg_derive v0.1.2 |
2638 | 2024-07-05T23:05:45.839Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2639 | 2024-07-05T23:05:46.139Z | Compiling tokio-tungstenite v0.20.1 |
2640 | 2024-07-05T23:05:46.701Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2641 | 2024-07-05T23:05:46.986Z | Compiling parking_lot v0.11.2 |
2642 | 2024-07-05T23:05:47.083Z | Compiling rand_chacha v0.2.2 |
2643 | 2024-07-05T23:05:47.163Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2644 | 2024-07-05T23:05:47.916Z | Compiling thiserror-no-std v2.0.2 |
2645 | 2024-07-05T23:05:47.942Z | Compiling trust-dns-client v0.22.0 |
2646 | 2024-07-05T23:05:48.041Z | Compiling ed25519 v2.2.3 |
2647 | 2024-07-05T23:05:48.545Z | Compiling polyval v0.6.2 |
2648 | 2024-07-05T23:05:48.639Z | Compiling libsw v3.3.1 |
2649 | 2024-07-05T23:05:48.960Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2650 | 2024-07-05T23:05:48.999Z | Compiling toml v0.5.11 |
2651 | 2024-07-05T23:05:49.077Z | Compiling blowfish v0.9.1 |
2652 | 2024-07-05T23:05:49.172Z | Compiling aes v0.8.4 |
2653 | 2024-07-05T23:05:49.397Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2654 | 2024-07-05T23:05:49.496Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2655 | 2024-07-05T23:05:51.246Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2656 | 2024-07-05T23:05:52.064Z | Compiling ctr v0.9.2 |
2657 | 2024-07-05T23:05:52.439Z | Compiling pbkdf2 v0.12.2 |
2658 | 2024-07-05T23:05:52.629Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2659 | 2024-07-05T23:05:52.819Z | Compiling password-hash v0.4.2 |
2660 | 2024-07-05T23:05:53.565Z | Compiling gethostname v0.4.3 |
2661 | 2024-07-05T23:05:53.735Z | Compiling fxhash v0.2.1 |
2662 | 2024-07-05T23:05:53.850Z | Compiling owo-colors v4.0.0 |
2663 | 2024-07-05T23:05:53.947Z | Compiling linear-map v1.2.0 |
2664 | 2024-07-05T23:05:54.336Z | Compiling base64 v0.13.1 |
2665 | 2024-07-05T23:05:54.993Z | Compiling ron v0.7.1 |
2666 | 2024-07-05T23:05:55.026Z | Compiling sled v0.34.7 |
2667 | 2024-07-05T23:05:56.132Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2668 | 2024-07-05T23:05:57.455Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2669 | 2024-07-05T23:05:57.714Z | Compiling pbkdf2 v0.11.0 |
2670 | 2024-07-05T23:05:58.092Z | Compiling bcrypt-pbkdf v0.10.0 |
2671 | 2024-07-05T23:05:58.744Z | Compiling trust-dns-server v0.22.1 |
2672 | 2024-07-05T23:05:59.890Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2673 | 2024-07-05T23:06:01.196Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2674 | 2024-07-05T23:06:01.482Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2675 | 2024-07-05T23:06:01.972Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2676 | 2024-07-05T23:06:02.255Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2677 | 2024-07-05T23:06:02.737Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2678 | 2024-07-05T23:06:03.415Z | Compiling ghash v0.5.1 |
2679 | 2024-07-05T23:06:03.620Z | Compiling ed25519-dalek v2.1.1 |
2680 | 2024-07-05T23:06:04.791Z | Compiling vsss-rs v3.3.4 |
2681 | 2024-07-05T23:06:05.364Z | Compiling rand v0.7.3 |
2682 | 2024-07-05T23:06:05.908Z | Compiling zone v0.1.8 |
2683 | 2024-07-05T23:06:06.679Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2684 | 2024-07-05T23:06:06.737Z | Compiling dirs v5.0.1 |
2685 | 2024-07-05T23:06:06.774Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2686 | 2024-07-05T23:06:06.935Z | Compiling ciborium v0.2.2 |
2687 | 2024-07-05T23:06:07.431Z | Compiling chacha20poly1305 v0.10.1 |
2688 | 2024-07-05T23:06:07.670Z | Compiling p521 v0.13.3 |
2689 | 2024-07-05T23:06:07.894Z | Compiling p256 v0.13.2 |
2690 | 2024-07-05T23:06:08.507Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2691 | 2024-07-05T23:06:08.799Z | Compiling pem v3.0.4 |
2692 | 2024-07-05T23:06:09.594Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2693 | 2024-07-05T23:06:09.661Z | Compiling headers-core v0.2.0 |
2694 | 2024-07-05T23:06:09.829Z | Compiling cbc v0.1.2 |
2695 | 2024-07-05T23:06:09.848Z | Compiling kstat-rs v0.2.4 |
2696 | 2024-07-05T23:06:09.971Z | Compiling portpicker v0.1.1 |
2697 | 2024-07-05T23:06:10.075Z | Compiling nanorand v0.7.0 |
2698 | 2024-07-05T23:06:10.170Z | Compiling russh-cryptovec v0.7.2 |
2699 | 2024-07-05T23:06:10.297Z | Compiling glob v0.3.1 |
2700 | 2024-07-05T23:06:10.499Z | Compiling http-range v0.1.5 |
2701 | 2024-07-05T23:06:10.502Z | Compiling md5 v0.7.0 |
2702 | 2024-07-05T23:06:10.693Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2703 | 2024-07-05T23:06:10.951Z | Compiling russh-keys v0.43.0 |
2704 | 2024-07-05T23:06:11.039Z | Compiling hyper-staticfile v0.9.5 |
2705 | 2024-07-05T23:06:11.102Z | Compiling flume v0.11.0 |
2706 | 2024-07-05T23:06:11.325Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2707 | 2024-07-05T23:06:11.822Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2708 | 2024-07-05T23:06:12.039Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2709 | 2024-07-05T23:06:13.808Z | Compiling headers v0.3.9 |
2710 | 2024-07-05T23:06:14.387Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2711 | 2024-07-05T23:06:14.907Z | Compiling rcgen v0.12.1 |
2712 | 2024-07-05T23:06:16.889Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2713 | 2024-07-05T23:06:16.937Z | Compiling aes-gcm v0.10.3 |
2714 | 2024-07-05T23:06:17.244Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2715 | 2024-07-05T23:06:17.698Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2716 | 2024-07-05T23:06:18.314Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2717 | 2024-07-05T23:06:19.589Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2718 | 2024-07-05T23:06:23.051Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2719 | 2024-07-05T23:06:24.099Z | Compiling atomicwrites v0.4.3 |
2720 | 2024-07-05T23:06:24.478Z | Compiling subprocess v0.2.9 |
2721 | 2024-07-05T23:06:24.724Z | Compiling display-error-chain v0.2.0 |
2722 | 2024-07-05T23:06:24.909Z | Compiling dhcproto-macros v0.1.0 |
2723 | 2024-07-05T23:06:25.920Z | Compiling hex-literal v0.4.1 |
2724 | 2024-07-05T23:06:25.964Z | Compiling dhcproto v0.11.0 |
2725 | 2024-07-05T23:06:26.072Z | Compiling russh v0.43.0 |
2726 | 2024-07-05T23:06:26.506Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2727 | 2024-07-05T23:06:26.802Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2728 | 2024-07-05T23:06:27.834Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2729 | 2024-07-05T23:06:29.504Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2730 | 2024-07-05T23:06:29.656Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2731 | 2024-07-05T23:06:30.124Z | Compiling internet-checksum v0.2.1 |
2732 | 2024-07-05T23:06:51.272Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2733 | 2024-07-05T23:07:34.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 40s |
2734 | 2024-07-05T23:07:34.781Z | |
2735 | 2024-07-05T23:07:34.781Z | real 3:41.018717053 |
2736 | 2024-07-05T23:07:34.781Z | user 19:46.358892290 |
2737 | 2024-07-05T23:07:34.781Z | sys 4:14.366513922 |
2738 | 2024-07-05T23:07:34.781Z | trap 0.569119865 |
2739 | 2024-07-05T23:07:34.781Z | tflt 0.631113068 |
2740 | 2024-07-05T23:07:34.785Z | dflt 2.333582171 |
2741 | 2024-07-05T23:07:34.785Z | kflt 0.000137784 |
2742 | 2024-07-05T23:07:34.785Z | lock 42:11.359938921 |
2743 | 2024-07-05T23:07:34.785Z | slp 56:44.756590809 |
2744 | 2024-07-05T23:07:34.785Z | lat 1:05.990979466 |
2745 | 2024-07-05T23:07:34.785Z | stop 2:28.562980968 |
2746 | 2024-07-05T23:07:34.785Z | + mkdir tests |
2747 | 2024-07-05T23:07:34.789Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2748 | 2024-07-05T23:07:34.789Z | + xargs -I '{}' -t cp '{}' tests/ |
2749 | 2024-07-05T23:07:36.256Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-db427c2a3f52282a tests/ |
2750 | 2024-07-05T23:07:36.276Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-def35839955dcfb8 tests/ |
2751 | 2024-07-05T23:07:36.296Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-80aeb7779c2e7c6e tests/ |
2752 | 2024-07-05T23:07:36.317Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0c4fb57bcaf8a7f4 tests/ |
2753 | 2024-07-05T23:07:36.614Z | + 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/*) |
2754 | 2024-07-05T23:07:36.617Z | + 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-db427c2a3f52282a tests/commtest-80aeb7779c2e7c6e tests/dhcp_server-def35839955dcfb8 tests/end_to_end_tests-0c4fb57bcaf8a7f4 out/clickhouse.tar.gz out/clickhouse_keeper.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 |
2755 | 2024-07-05T23:08:40.962Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2756 | 2024-07-05T23:08:40.962Z | a out/target/test 1K |
2757 | 2024-07-05T23:08:40.962Z | a out/npuzone/npuzone 23144K |
2758 | 2024-07-05T23:08:40.962Z | a package-manifest.toml 29K |
2759 | 2024-07-05T23:08:40.962Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2760 | 2024-07-05T23:08:40.962Z | a target/release/omicron-package 32478K |
2761 | 2024-07-05T23:08:40.962Z | a target/release/xtask 18227K |
2762 | 2024-07-05T23:08:40.962Z | a target/debug/bootstrap 358400K |
2763 | 2024-07-05T23:08:40.962Z | a tests/bootstrap-db427c2a3f52282a 23982K |
2764 | 2024-07-05T23:08:40.962Z | a tests/commtest-80aeb7779c2e7c6e 23983K |
2765 | 2024-07-05T23:08:40.962Z | a tests/dhcp_server-def35839955dcfb8 23982K |
2766 | 2024-07-05T23:08:40.962Z | a tests/end_to_end_tests-0c4fb57bcaf8a7f4 368565K |
2767 | 2024-07-05T23:08:40.962Z | a out/clickhouse.tar.gz 223117K |
2768 | 2024-07-05T23:08:40.962Z | a out/clickhouse_keeper.tar.gz 223102K |
2769 | 2024-07-05T23:08:40.962Z | a out/cockroachdb.tar.gz 131959K |
2770 | 2024-07-05T23:08:40.962Z | a out/crucible-dtrace.tar 85K |
2771 | 2024-07-05T23:08:40.962Z | a out/crucible-pantry-zone.tar.gz 27039K |
2772 | 2024-07-05T23:08:40.962Z | a out/crucible-zone.tar.gz 37410K |
2773 | 2024-07-05T23:08:40.962Z | a out/external-dns.tar.gz 25155K |
2774 | 2024-07-05T23:08:40.962Z | a out/internal-dns.tar.gz 25155K |
2775 | 2024-07-05T23:08:40.962Z | a out/mg-ddm-gz.tar 60616K |
2776 | 2024-07-05T23:08:40.962Z | a out/nexus.tar.gz 84620K |
2777 | 2024-07-05T23:08:40.962Z | a out/ntp.tar.gz 8917K |
2778 | 2024-07-05T23:08:40.962Z | a out/omicron-gateway-softnpu.tar.gz 13800K |
2779 | 2024-07-05T23:08:40.962Z | a out/omicron-sled-agent.tar 94598K |
2780 | 2024-07-05T23:08:40.962Z | a out/overlay.tar.gz 3K |
2781 | 2024-07-05T23:08:40.962Z | a out/oximeter.tar.gz 41578K |
2782 | 2024-07-05T23:08:40.962Z | a out/oxlog.tar 2955K |
2783 | 2024-07-05T23:08:40.962Z | a out/probe.tar.gz 2764K |
2784 | 2024-07-05T23:08:40.962Z | a out/propolis-server.tar.gz 64642K |
2785 | 2024-07-05T23:08:40.962Z | a out/pumpkind-gz.tar 26665K |
2786 | 2024-07-05T23:08:40.962Z | a out/switch-softnpu.tar.gz 196246K |
2787 | 2024-07-05T23:08:40.965Z | |
2788 | 2024-07-05T23:08:40.965Z | real 1:04.334429302 |
2789 | 2024-07-05T23:08:40.965Z | user 1:01.600155655 |
2790 | 2024-07-05T23:08:40.966Z | sys 3.712358639 |
2791 | 2024-07-05T23:08:40.966Z | trap 0.013789773 |
2792 | 2024-07-05T23:08:40.966Z | tflt 0.000000000 |
2793 | 2024-07-05T23:08:40.966Z | dflt 0.000000000 |
2794 | 2024-07-05T23:08:40.966Z | kflt 0.000000000 |
2795 | 2024-07-05T23:08:40.966Z | lock 0.000000000 |
2796 | 2024-07-05T23:08:40.966Z | slp 1:01.565464628 |
2797 | 2024-07-05T23:08:40.966Z | lat 1.771314434 |
2798 | 2024-07-05T23:08:40.966Z | stop 0.000203725 |
2799 | 2024-07-05T23:08:40.966Z | process exited: duration 1700815 ms, exit code 0 |
|
2800 | 2024-07-05T23:08:40.980Z | found 1 output files |
2801 | 2024-07-05T23:08:40.980Z | uploading: /work/package.tar.gz (1403774745 bytes) |
2802 | 2024-07-05T23:09:10.444Z | uploaded: /work/package.tar.gz |