|
|
|
1 | 2024-07-10T18:48:55.920Z | job assigned to worker 01J2EZJJ3W49FGDTBZE4N7AWSK (queued for 58 s) |
|
2 | 2024-07-10T18:49:03.660Z | starting task 0: "setup" |
3 | 2024-07-10T18:49:03.720Z | ++ uname -s |
4 | 2024-07-10T18:49:03.725Z | + kern=SunOS |
5 | 2024-07-10T18:49:03.725Z | + case "$kern" in |
6 | 2024-07-10T18:49:03.725Z | + groupadd -g 12345 build |
7 | 2024-07-10T18:49:03.727Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-10T18:49:05.735Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-10T18:49:05.832Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-10T18:49:05.835Z | + home_fs=zfs |
11 | 2024-07-10T18:49:05.835Z | + [[ zfs == autofs ]] |
12 | 2024-07-10T18:49:05.835Z | + mkdir -p /home/build |
13 | 2024-07-10T18:49:05.839Z | + chown build:build /home/build /work |
14 | 2024-07-10T18:49:07.838Z | + chmod 0700 /home/build /work |
15 | 2024-07-10T18:49:07.841Z | process exited: duration 4179 ms, exit code 0 |
|
16 | 2024-07-10T18:49:07.847Z | starting task 1: "rust-toolchain" |
17 | 2024-07-10T18:49:07.852Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-10T18:49:07.852Z | ' 1.78.0 |
19 | 2024-07-10T18:49:07.852Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-10T18:49:07.852Z | ' default |
21 | 2024-07-10T18:49:07.852Z | * toolchain channel = "1.78.0" |
22 | 2024-07-10T18:49:07.852Z | * toolchain profile = "default" |
23 | 2024-07-10T18:49:07.855Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-10T18:49:07.855Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-10T18:49:07.967Z | info: downloading installer |
26 | 2024-07-10T18:49:09.282Z | info: profile set to 'default' |
27 | 2024-07-10T18:49:09.282Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-10T18:49:09.285Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-10T18:49:09.415Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-10T18:49:09.415Z | info: downloading component 'cargo' |
31 | 2024-07-10T18:49:10.125Z | info: downloading component 'clippy' |
32 | 2024-07-10T18:49:10.361Z | info: downloading component 'rust-docs' |
33 | 2024-07-10T18:49:11.301Z | info: downloading component 'rust-std' |
34 | 2024-07-10T18:49:12.801Z | info: downloading component 'rustc' |
35 | 2024-07-10T18:49:16.596Z | info: downloading component 'rustfmt' |
36 | 2024-07-10T18:49:16.801Z | info: installing component 'cargo' |
37 | 2024-07-10T18:49:17.612Z | info: installing component 'clippy' |
38 | 2024-07-10T18:49:17.963Z | info: installing component 'rust-docs' |
39 | 2024-07-10T18:49:19.466Z | info: installing component 'rust-std' |
40 | 2024-07-10T18:49:21.164Z | info: installing component 'rustc' |
41 | 2024-07-10T18:49:25.291Z | info: installing component 'rustfmt' |
42 | 2024-07-10T18:49:25.618Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-10T18:49:25.618Z | |
44 | 2024-07-10T18:49:25.875Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-10T18:49:25.875Z | |
46 | 2024-07-10T18:49:25.878Z | |
47 | 2024-07-10T18:49:25.878Z | Rust is installed now. Great! |
48 | 2024-07-10T18:49:25.878Z | |
49 | 2024-07-10T18:49:25.878Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-10T18:49:25.878Z | environment variable. This has not been done automatically. |
51 | 2024-07-10T18:49:25.878Z | |
52 | 2024-07-10T18:49:25.878Z | To configure your current shell, you need to source |
53 | 2024-07-10T18:49:25.878Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-10T18:49:25.878Z | |
55 | 2024-07-10T18:49:25.878Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-10T18:49:25.878Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-10T18:49:25.878Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-10T18:49:25.938Z | + rustc --version |
59 | 2024-07-10T18:49:25.998Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-10T18:49:26.001Z | process exited: duration 18149 ms, exit code 0 |
|
61 | 2024-07-10T18:49:26.009Z | starting task 2: "authentication" |
62 | 2024-07-10T18:49:26.027Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-10T18:49:26.033Z | starting task 3: "clone repository" |
64 | 2024-07-10T18:49:26.038Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-10T18:49:26.041Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-10T18:49:26.185Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-10T18:49:32.387Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-10T18:49:32.387Z | + git fetch origin 09e43d81d40ce36798d788e4e9e6df77ff1ef738 |
69 | 2024-07-10T18:49:32.672Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-10T18:49:32.672Z | * branch 09e43d81d40ce36798d788e4e9e6df77ff1ef738 -> FETCH_HEAD |
71 | 2024-07-10T18:49:32.680Z | + [[ -n zl/feature-fixes ]] |
72 | 2024-07-10T18:49:32.683Z | ++ git branch --show-current |
73 | 2024-07-10T18:49:32.686Z | + current=main |
74 | 2024-07-10T18:49:32.686Z | + [[ main != zl/feature-fixes ]] |
75 | 2024-07-10T18:49:32.686Z | + git branch -f zl/feature-fixes 09e43d81d40ce36798d788e4e9e6df77ff1ef738 |
76 | 2024-07-10T18:49:32.688Z | + git checkout -f zl/feature-fixes |
77 | 2024-07-10T18:49:32.822Z | Switched to branch 'zl/feature-fixes' |
78 | 2024-07-10T18:49:32.827Z | + git reset --hard 09e43d81d40ce36798d788e4e9e6df77ff1ef738 |
79 | 2024-07-10T18:49:32.835Z | HEAD is now at 09e43d81d Fixes around feature-flagging, particularly in oxql, as well as uuid-kinds, sled-storage |
80 | 2024-07-10T18:49:32.838Z | process exited: duration 6801 ms, exit code 0 |
|
81 | 2024-07-10T18:49:32.844Z | starting task 4: "build" |
82 | 2024-07-10T18:49:32.849Z | + cargo --version |
83 | 2024-07-10T18:49:32.901Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-10T18:49:32.904Z | + rustc --version |
85 | 2024-07-10T18:49:32.958Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-10T18:49:32.960Z | + WORK=/work |
87 | 2024-07-10T18:49:32.960Z | + pfexec mkdir -p /work |
88 | 2024-07-10T18:49:32.963Z | + pfexec chown build /work |
89 | 2024-07-10T18:49:32.966Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-10T18:49:51.564Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-10T18:49:53.552Z | Startup: Caching catalogs ... Done |
92 | 2024-07-10T18:49:56.416Z | Planning: Solver setup ... Done (2.333s) |
93 | 2024-07-10T18:49:56.465Z | Planning: Running solver ... Done (0.049s) |
94 | 2024-07-10T18:49:56.513Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-07-10T18:49:56.531Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-10T18:49:56.769Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-10T18:49:56.816Z | Planning: Package planning ... Done (0.047s) |
98 | 2024-07-10T18:49:56.867Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-07-10T18:49:57.696Z | Planning: Checking for conflicting actions ... Done (0.829s) |
100 | 2024-07-10T18:49:57.707Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-10T18:50:01.757Z | Planning: Evaluating mediators ... Done (4.048s) |
102 | 2024-07-10T18:50:01.766Z | Planning: Planning completed in 8.15 seconds |
103 | 2024-07-10T18:50:02.269Z | Packages to install: 4 |
104 | 2024-07-10T18:50:02.269Z | Mediators to change: 2 |
105 | 2024-07-10T18:50:02.269Z | Services to change: 1 |
106 | 2024-07-10T18:50:02.273Z | Estimated space available: 155.77 GB |
107 | 2024-07-10T18:50:02.273Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-10T18:50:02.273Z | Create boot environment: No |
109 | 2024-07-10T18:50:02.273Z | Create backup boot environment: No |
110 | 2024-07-10T18:50:02.273Z | Rebuild boot archive: No |
111 | 2024-07-10T18:50:02.273Z | |
112 | 2024-07-10T18:50:02.273Z | Changed mediators: |
113 | 2024-07-10T18:50:02.273Z | mediator clang: |
114 | 2024-07-10T18:50:02.273Z | version: None -> 15 (system default) |
115 | 2024-07-10T18:50:02.273Z | |
116 | 2024-07-10T18:50:02.273Z | mediator llvm: |
117 | 2024-07-10T18:50:02.273Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-10T18:50:02.274Z | |
119 | 2024-07-10T18:50:02.274Z | Changed packages: |
120 | 2024-07-10T18:50:02.274Z | helios-dev |
121 | 2024-07-10T18:50:02.274Z | developer/build-essential |
122 | 2024-07-10T18:50:02.274Z | None -> 11-2.0 |
123 | 2024-07-10T18:50:02.274Z | library/libxmlsec1 |
124 | 2024-07-10T18:50:02.274Z | None -> 1.2.35-2.0 |
125 | 2024-07-10T18:50:02.274Z | ooce/developer/clang-15 |
126 | 2024-07-10T18:50:02.274Z | None -> 15.0.7-2.0 |
127 | 2024-07-10T18:50:02.274Z | ooce/developer/llvm-15 |
128 | 2024-07-10T18:50:02.274Z | None -> 15.0.7-2.0 |
129 | 2024-07-10T18:50:02.274Z | |
130 | 2024-07-10T18:50:02.274Z | Services: |
131 | 2024-07-10T18:50:02.274Z | restart_fmri: |
132 | 2024-07-10T18:50:02.274Z | svc:/system/update-man-index:default |
133 | 2024-07-10T18:50:02.415Z | |
134 | 2024-07-10T18:50:02.415Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-10T18:50:07.416Z | Download: 1034/3290 items 19.5/212.6MB 9% complete (3.9M/s) |
136 | 2024-07-10T18:50:12.439Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s) |
137 | 2024-07-10T18:50:18.628Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (18.4M/s) |
138 | 2024-07-10T18:50:19.514Z | Download: Completed 212.60 MB in 17.09 seconds (12.4M/s) |
139 | 2024-07-10T18:50:19.749Z | Actions: 1/3689 actions (Installing new actions) |
140 | 2024-07-10T18:50:24.798Z | Actions: 3572/3689 actions (Installing new actions) |
141 | 2024-07-10T18:50:24.892Z | Actions: Completed 3689 actions in 5.14 seconds. |
142 | 2024-07-10T18:50:25.135Z | Done (0.238s) |
143 | 2024-07-10T18:50:25.135Z | Done (0.000s) |
144 | 2024-07-10T18:50:25.466Z | Done (0.331s) |
145 | 2024-07-10T18:50:30.470Z | Done (4.845s) |
146 | 2024-07-10T18:50:30.666Z | Done (0.128s) |
147 | 2024-07-10T18:50:30.669Z | Done (0.000s) |
148 | 2024-07-10T18:50:30.942Z | Done (0.000s) |
149 | 2024-07-10T18:50:31.505Z | Planning: Evaluating mediator changes ... Done |
150 | 2024-07-10T18:50:31.665Z | Planning: Checking for conflicting actions ... Done |
151 | 2024-07-10T18:50:31.668Z | Planning: Consolidating action changes ... Done |
152 | 2024-07-10T18:50:31.929Z | Planning: Evaluating mediators ... Done |
153 | 2024-07-10T18:50:31.932Z | Planning: Planning completed in 0.42 seconds |
154 | 2024-07-10T18:50:31.962Z | Mediators to change: 2 |
155 | 2024-07-10T18:50:31.962Z | Create boot environment: No |
156 | 2024-07-10T18:50:31.962Z | Create backup boot environment: No |
157 | 2024-07-10T18:50:32.048Z | Done |
158 | 2024-07-10T18:50:32.049Z | Done |
159 | 2024-07-10T18:50:32.254Z | Done |
160 | 2024-07-10T18:50:35.713Z | Done |
161 | 2024-07-10T18:50:35.793Z | Done |
162 | 2024-07-10T18:50:35.793Z | Done |
163 | 2024-07-10T18:50:36.296Z | Done |
164 | 2024-07-10T18:50:36.886Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-07-10T18:50:36.889Z | Planning: Merging actions ... Done |
166 | 2024-07-10T18:50:37.077Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-07-10T18:50:37.080Z | Planning: Consolidating action changes ... Done |
168 | 2024-07-10T18:50:37.335Z | Planning: Evaluating mediators ... Done |
169 | 2024-07-10T18:50:37.388Z | Planning: Planning completed in 0.74 seconds |
170 | 2024-07-10T18:50:37.422Z | Packages to change: 1 |
171 | 2024-07-10T18:50:37.422Z | Mediators to change: 1 |
172 | 2024-07-10T18:50:37.422Z | Services to change: 1 |
173 | 2024-07-10T18:50:37.425Z | Create boot environment: No |
174 | 2024-07-10T18:50:37.425Z | Create backup boot environment: Yes |
175 | 2024-07-10T18:50:39.360Z | Actions: 1/6 actions (Updating modified actions) |
176 | 2024-07-10T18:50:39.401Z | Actions: Completed 6 actions in 0.04 seconds. |
177 | 2024-07-10T18:50:39.404Z | Done |
178 | 2024-07-10T18:50:39.404Z | Done |
179 | 2024-07-10T18:50:39.471Z | Done |
180 | 2024-07-10T18:50:42.918Z | Done |
181 | 2024-07-10T18:50:43.007Z | Done |
182 | 2024-07-10T18:50:43.010Z | Done |
183 | 2024-07-10T18:50:43.187Z | Done |
184 | 2024-07-10T18:50:43.612Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
185 | 2024-07-10T18:50:43.612Z | clang system 15 system |
186 | 2024-07-10T18:50:43.612Z | csh system system illumos |
187 | 2024-07-10T18:50:43.612Z | ctags system system illumos |
188 | 2024-07-10T18:50:43.612Z | gcc vendor 12 vendor |
189 | 2024-07-10T18:50:43.612Z | gcc system 10 system |
190 | 2024-07-10T18:50:43.612Z | gcc system 7 system |
191 | 2024-07-10T18:50:43.612Z | go system 1.20 system |
192 | 2024-07-10T18:50:43.612Z | go system 1.19 system |
193 | 2024-07-10T18:50:43.612Z | llvm system 15 system |
194 | 2024-07-10T18:50:43.612Z | llvm system 14 system |
195 | 2024-07-10T18:50:43.612Z | mariadb system 10.6 system |
196 | 2024-07-10T18:50:43.613Z | mta vendor vendor dma |
197 | 2024-07-10T18:50:43.613Z | openjdk system 17 system |
198 | 2024-07-10T18:50:43.613Z | openjdk system 11 system |
199 | 2024-07-10T18:50:43.613Z | openjdk system 1.8 system |
200 | 2024-07-10T18:50:43.613Z | openssl vendor 3 vendor |
201 | 2024-07-10T18:50:43.613Z | perl system 5.36 system |
202 | 2024-07-10T18:50:43.613Z | postgresql system 15 system |
203 | 2024-07-10T18:50:43.613Z | postgresql system 13 system |
204 | 2024-07-10T18:50:43.613Z | python vendor 3 vendor |
205 | 2024-07-10T18:50:43.613Z | python system 2 system |
206 | 2024-07-10T18:50:43.613Z | python3 system 3.11 system |
207 | 2024-07-10T18:50:43.613Z | ruby system 3.0 system |
208 | 2024-07-10T18:50:43.613Z | words vendor vendor american-english |
209 | 2024-07-10T18:50:43.613Z | words system system australian-english |
210 | 2024-07-10T18:50:43.613Z | words system system british-english |
211 | 2024-07-10T18:50:43.613Z | words system system canadian-english |
212 | 2024-07-10T18:50:43.613Z | words system system french |
213 | 2024-07-10T18:50:43.613Z | words system system italian |
214 | 2024-07-10T18:50:43.613Z | words system system ngerman |
215 | 2024-07-10T18:50:43.613Z | words system system ogerman |
216 | 2024-07-10T18:50:43.613Z | words system system spanish |
217 | 2024-07-10T18:50:43.934Z | PUBLISHER TYPE STATUS P LOCATION |
218 | 2024-07-10T18:50:43.934Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
219 | 2024-07-10T18:50:45.468Z | FMRI IFO |
220 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
221 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
222 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
223 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
224 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
225 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
226 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
227 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
228 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
229 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
230 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
231 | 2024-07-10T18:50:45.468Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
232 | 2024-07-10T18:50:45.968Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
233 | 2024-07-10T18:50:46.277Z | Updating git repository `https://github.com/oxidecomputer/zone` |
234 | 2024-07-10T18:50:46.570Z | Updating crates.io index |
235 | 2024-07-10T18:50:46.639Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
236 | 2024-07-10T18:50:47.434Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
237 | 2024-07-10T18:50:48.149Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
238 | 2024-07-10T18:50:48.406Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
239 | 2024-07-10T18:50:50.618Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
240 | 2024-07-10T18:50:51.035Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
241 | 2024-07-10T18:50:51.319Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
242 | 2024-07-10T18:50:52.284Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
243 | 2024-07-10T18:50:54.260Z | Updating git repository `https://github.com/oxidecomputer/opte` |
244 | 2024-07-10T18:50:55.307Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
245 | 2024-07-10T18:50:55.992Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
246 | 2024-07-10T18:50:56.579Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
247 | 2024-07-10T18:50:56.856Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
248 | 2024-07-10T18:50:57.189Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
249 | 2024-07-10T18:50:57.459Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
250 | 2024-07-10T18:50:57.790Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
251 | 2024-07-10T18:50:58.063Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
252 | 2024-07-10T18:50:58.313Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
253 | 2024-07-10T18:50:58.550Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
254 | 2024-07-10T18:50:58.878Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
255 | 2024-07-10T18:50:59.138Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
256 | 2024-07-10T18:50:59.428Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
257 | 2024-07-10T18:50:59.771Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
258 | 2024-07-10T18:51:00.505Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
259 | 2024-07-10T18:51:00.741Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
260 | 2024-07-10T18:51:01.032Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
261 | 2024-07-10T18:51:01.486Z | Updating git repository `https://github.com/oxidecomputer/typify` |
262 | 2024-07-10T18:51:04.584Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
263 | 2024-07-10T18:51:04.589Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
264 | 2024-07-10T18:51:04.589Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
265 | 2024-07-10T18:51:04.716Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
266 | 2024-07-10T18:51:05.680Z | Downloading crates ... |
267 | 2024-07-10T18:51:05.753Z | Downloaded anstyle-query v1.0.3 |
268 | 2024-07-10T18:51:05.756Z | Downloaded anstyle v1.0.7 |
269 | 2024-07-10T18:51:05.758Z | Downloaded adler v1.0.2 |
270 | 2024-07-10T18:51:05.764Z | Downloaded equivalent v1.0.1 |
271 | 2024-07-10T18:51:05.767Z | Downloaded foreign-types v0.3.2 |
272 | 2024-07-10T18:51:05.767Z | Downloaded is_terminal_polyfill v1.70.0 |
273 | 2024-07-10T18:51:05.770Z | Downloaded dtrace-parser v0.2.0 |
274 | 2024-07-10T18:51:05.773Z | Downloaded openssl-probe v0.1.5 |
275 | 2024-07-10T18:51:05.775Z | Downloaded bytecount v0.6.8 |
276 | 2024-07-10T18:51:05.775Z | Downloaded block-buffer v0.10.4 |
277 | 2024-07-10T18:51:05.778Z | Downloaded autocfg v1.3.0 |
278 | 2024-07-10T18:51:05.780Z | Downloaded strum v0.26.2 |
279 | 2024-07-10T18:51:05.780Z | Downloaded swrite v0.1.0 |
280 | 2024-07-10T18:51:05.784Z | Downloaded futures-core v0.3.30 |
281 | 2024-07-10T18:51:05.784Z | Downloaded byteorder v1.5.0 |
282 | 2024-07-10T18:51:05.787Z | Downloaded proc-macro-error-attr v1.0.4 |
283 | 2024-07-10T18:51:05.787Z | Downloaded powerfmt v0.2.0 |
284 | 2024-07-10T18:51:05.790Z | Downloaded dirs-next v2.0.0 |
285 | 2024-07-10T18:51:05.790Z | Downloaded plain v0.2.3 |
286 | 2024-07-10T18:51:05.790Z | Downloaded take_mut v0.2.2 |
287 | 2024-07-10T18:51:05.793Z | Downloaded scroll_derive v0.12.0 |
288 | 2024-07-10T18:51:05.793Z | Downloaded usdt-macro v0.5.0 |
289 | 2024-07-10T18:51:05.793Z | Downloaded time-core v0.1.2 |
290 | 2024-07-10T18:51:05.796Z | Downloaded num_cpus v1.16.0 |
291 | 2024-07-10T18:51:05.797Z | Downloaded memmap v0.7.0 |
292 | 2024-07-10T18:51:05.801Z | Downloaded rustversion v1.0.17 |
293 | 2024-07-10T18:51:05.804Z | Downloaded heck v0.4.1 |
294 | 2024-07-10T18:51:05.804Z | Downloaded is-terminal v0.4.12 |
295 | 2024-07-10T18:51:05.804Z | Downloaded rustls-pemfile v1.0.4 |
296 | 2024-07-10T18:51:05.808Z | Downloaded slog-json v2.6.1 |
297 | 2024-07-10T18:51:05.808Z | Downloaded thiserror v1.0.60 |
298 | 2024-07-10T18:51:05.813Z | Downloaded anstream v0.6.14 |
299 | 2024-07-10T18:51:05.815Z | Downloaded tokio-native-tls v0.3.1 |
300 | 2024-07-10T18:51:05.818Z | Downloaded colorchoice v1.0.1 |
301 | 2024-07-10T18:51:05.818Z | Downloaded xattr v1.3.1 |
302 | 2024-07-10T18:51:05.821Z | Downloaded term v0.7.0 |
303 | 2024-07-10T18:51:05.825Z | Downloaded sha2 v0.10.8 |
304 | 2024-07-10T18:51:05.828Z | Downloaded slog-async v2.8.0 |
305 | 2024-07-10T18:51:05.828Z | Downloaded openssl-macros v0.1.1 |
306 | 2024-07-10T18:51:05.828Z | Downloaded macaddr v1.0.1 |
307 | 2024-07-10T18:51:05.832Z | Downloaded ipnet v2.9.0 |
308 | 2024-07-10T18:51:05.832Z | Downloaded sync_wrapper v0.1.2 |
309 | 2024-07-10T18:51:05.835Z | Downloaded http-body v0.4.6 |
310 | 2024-07-10T18:51:05.835Z | Downloaded futures-channel v0.3.30 |
311 | 2024-07-10T18:51:05.839Z | Downloaded semver v1.0.23 |
312 | 2024-07-10T18:51:05.839Z | Downloaded once_cell v1.19.0 |
313 | 2024-07-10T18:51:05.842Z | Downloaded dirs-sys-next v0.1.2 |
314 | 2024-07-10T18:51:05.845Z | Downloaded num_threads v0.1.7 |
315 | 2024-07-10T18:51:05.845Z | Downloaded tinyvec_macros v0.1.1 |
316 | 2024-07-10T18:51:05.845Z | Downloaded tower-service v0.3.2 |
317 | 2024-07-10T18:51:05.847Z | Downloaded hyper-tls v0.5.0 |
318 | 2024-07-10T18:51:05.848Z | Downloaded futures-executor v0.3.30 |
319 | 2024-07-10T18:51:05.852Z | Downloaded want v0.3.1 |
320 | 2024-07-10T18:51:05.852Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2024-07-10T18:51:05.852Z | Downloaded deranged v0.3.11 |
322 | 2024-07-10T18:51:05.857Z | Downloaded bitflags v2.5.0 |
323 | 2024-07-10T18:51:05.857Z | Downloaded try-lock v0.2.5 |
324 | 2024-07-10T18:51:05.860Z | Downloaded zerocopy-derive v0.7.34 |
325 | 2024-07-10T18:51:05.860Z | Downloaded tinyvec v1.6.0 |
326 | 2024-07-10T18:51:05.864Z | Downloaded toml v0.8.14 |
327 | 2024-07-10T18:51:05.867Z | Downloaded miniz_oxide v0.7.2 |
328 | 2024-07-10T18:51:05.870Z | Downloaded lock_api v0.4.12 |
329 | 2024-07-10T18:51:05.872Z | Downloaded parking_lot_core v0.9.10 |
330 | 2024-07-10T18:51:05.875Z | Downloaded tabled_derive v0.7.0 |
331 | 2024-07-10T18:51:05.875Z | Downloaded slog-bunyan v2.5.0 |
332 | 2024-07-10T18:51:05.875Z | Downloaded pretty-hex v0.4.1 |
333 | 2024-07-10T18:51:05.878Z | Downloaded clap_derive v4.5.4 |
334 | 2024-07-10T18:51:05.878Z | Downloaded log v0.4.21 |
335 | 2024-07-10T18:51:05.883Z | Downloaded utf8parse v0.2.1 |
336 | 2024-07-10T18:51:05.886Z | Downloaded unicode-bidi v0.3.15 |
337 | 2024-07-10T18:51:05.886Z | Downloaded toml_datetime v0.6.6 |
338 | 2024-07-10T18:51:05.886Z | Downloaded tokio-macros v2.3.0 |
339 | 2024-07-10T18:51:05.889Z | Downloaded pest_derive v2.7.10 |
340 | 2024-07-10T18:51:05.889Z | Downloaded typenum v1.17.0 |
341 | 2024-07-10T18:51:05.891Z | Downloaded scroll v0.12.0 |
342 | 2024-07-10T18:51:05.896Z | Downloaded tracing-core v0.1.32 |
343 | 2024-07-10T18:51:05.898Z | Downloaded terminal_size v0.3.0 |
344 | 2024-07-10T18:51:05.898Z | Downloaded strum_macros v0.26.4 |
345 | 2024-07-10T18:51:05.901Z | Downloaded slog-term v2.9.1 |
346 | 2024-07-10T18:51:05.904Z | Downloaded httparse v1.8.0 |
347 | 2024-07-10T18:51:05.904Z | Downloaded time-macros v0.2.18 |
348 | 2024-07-10T18:51:05.907Z | Downloaded papergrid v0.11.0 |
349 | 2024-07-10T18:51:05.910Z | Downloaded clap v4.5.4 |
350 | 2024-07-10T18:51:05.919Z | Downloaded usdt-impl v0.5.0 |
351 | 2024-07-10T18:51:05.923Z | Downloaded ucd-trie v0.1.6 |
352 | 2024-07-10T18:51:05.925Z | Downloaded toml_edit v0.22.14 |
353 | 2024-07-10T18:51:05.944Z | Downloaded tar v0.4.40 |
354 | 2024-07-10T18:51:05.947Z | Downloaded unicode-ident v1.0.12 |
355 | 2024-07-10T18:51:05.950Z | Downloaded serde v1.0.204 |
356 | 2024-07-10T18:51:05.953Z | Downloaded openssl-sys v0.9.102 |
357 | 2024-07-10T18:51:05.959Z | Downloaded cc v1.0.97 |
358 | 2024-07-10T18:51:05.961Z | Downloaded mio v0.8.11 |
359 | 2024-07-10T18:51:05.966Z | Downloaded url v2.5.0 |
360 | 2024-07-10T18:51:05.969Z | Downloaded tracing v0.1.40 |
361 | 2024-07-10T18:51:05.974Z | Downloaded pest v2.7.10 |
362 | 2024-07-10T18:51:05.978Z | Downloaded hashbrown v0.14.5 |
363 | 2024-07-10T18:51:05.983Z | Downloaded memchr v2.7.2 |
364 | 2024-07-10T18:51:05.989Z | Downloaded unicode-normalization v0.1.23 |
365 | 2024-07-10T18:51:05.994Z | Downloaded hyper v0.14.28 |
366 | 2024-07-10T18:51:06.003Z | Downloaded tokio-util v0.7.11 |
367 | 2024-07-10T18:51:06.008Z | Downloaded time v0.3.36 |
368 | 2024-07-10T18:51:06.016Z | Downloaded winnow v0.6.8 |
369 | 2024-07-10T18:51:06.025Z | Downloaded zerocopy v0.7.34 |
370 | 2024-07-10T18:51:06.043Z | Downloaded tabled v0.15.0 |
371 | 2024-07-10T18:51:06.056Z | Downloaded syn v2.0.68 |
372 | 2024-07-10T18:51:06.067Z | Downloaded vcpkg v0.2.15 |
373 | 2024-07-10T18:51:06.103Z | Downloaded rustix v0.38.34 |
374 | 2024-07-10T18:51:06.124Z | Downloaded unicode-width v0.1.13 |
375 | 2024-07-10T18:51:06.132Z | Downloaded tokio v1.38.0 |
376 | 2024-07-10T18:51:06.165Z | Downloaded libc v0.2.155 |
377 | 2024-07-10T18:51:06.189Z | Downloaded encoding_rs v0.8.34 |
378 | 2024-07-10T18:51:06.208Z | Downloaded syn v1.0.109 |
379 | 2024-07-10T18:51:06.217Z | Downloaded reqwest v0.11.27 |
380 | 2024-07-10T18:51:06.227Z | Downloaded openssl v0.10.64 |
381 | 2024-07-10T18:51:06.234Z | Downloaded idna v0.5.0 |
382 | 2024-07-10T18:51:06.238Z | Downloaded h2 v0.3.26 |
383 | 2024-07-10T18:51:06.243Z | Downloaded serde_json v1.0.120 |
384 | 2024-07-10T18:51:06.249Z | Downloaded goblin v0.8.2 |
385 | 2024-07-10T18:51:06.255Z | Downloaded futures-util v0.3.30 |
386 | 2024-07-10T18:51:06.265Z | Downloaded clap_builder v4.5.2 |
387 | 2024-07-10T18:51:06.271Z | Downloaded indexmap v2.2.6 |
388 | 2024-07-10T18:51:06.275Z | Downloaded http v0.2.12 |
389 | 2024-07-10T18:51:06.277Z | Downloaded crossbeam-channel v0.5.12 |
390 | 2024-07-10T18:51:06.281Z | Downloaded slog v2.7.0 |
391 | 2024-07-10T18:51:06.284Z | Downloaded proc-macro2 v1.0.86 |
392 | 2024-07-10T18:51:06.287Z | Downloaded socket2 v0.5.7 |
393 | 2024-07-10T18:51:06.289Z | Downloaded ryu v1.0.18 |
394 | 2024-07-10T18:51:06.292Z | Downloaded pest_meta v2.7.10 |
395 | 2024-07-10T18:51:06.294Z | Downloaded parking_lot v0.12.2 |
396 | 2024-07-10T18:51:06.294Z | Downloaded flate2 v1.0.30 |
397 | 2024-07-10T18:51:06.298Z | Downloaded crossbeam-utils v0.8.19 |
398 | 2024-07-10T18:51:06.303Z | Downloaded base64 v0.21.7 |
399 | 2024-07-10T18:51:06.306Z | Downloaded signal-hook-registry v1.4.2 |
400 | 2024-07-10T18:51:06.306Z | Downloaded proc-macro-error v1.0.4 |
401 | 2024-07-10T18:51:06.309Z | Downloaded futures v0.3.30 |
402 | 2024-07-10T18:51:06.312Z | Downloaded bytes v1.6.0 |
403 | 2024-07-10T18:51:06.315Z | Downloaded thread-id v4.2.1 |
404 | 2024-07-10T18:51:06.318Z | Downloaded crc32fast v1.4.0 |
405 | 2024-07-10T18:51:06.318Z | Downloaded serde_urlencoded v0.7.1 |
406 | 2024-07-10T18:51:06.321Z | Downloaded thiserror-impl v1.0.60 |
407 | 2024-07-10T18:51:06.321Z | Downloaded serde_spanned v0.6.6 |
408 | 2024-07-10T18:51:06.321Z | Downloaded percent-encoding v2.3.1 |
409 | 2024-07-10T18:51:06.324Z | Downloaded mime v0.3.17 |
410 | 2024-07-10T18:51:06.324Z | Downloaded heck v0.5.0 |
411 | 2024-07-10T18:51:06.324Z | Downloaded filetime v0.2.23 |
412 | 2024-07-10T18:51:06.327Z | Downloaded cargo_metadata v0.18.1 |
413 | 2024-07-10T18:51:06.327Z | Downloaded serde_derive v1.0.204 |
414 | 2024-07-10T18:51:06.329Z | Downloaded native-tls v0.2.11 |
415 | 2024-07-10T18:51:06.332Z | Downloaded digest v0.10.7 |
416 | 2024-07-10T18:51:06.332Z | Downloaded cargo_toml v0.20.3 |
417 | 2024-07-10T18:51:06.335Z | Downloaded camino v1.1.7 |
418 | 2024-07-10T18:51:06.335Z | Downloaded fnv v1.0.7 |
419 | 2024-07-10T18:51:06.335Z | Downloaded anyhow v1.0.86 |
420 | 2024-07-10T18:51:06.338Z | Downloaded futures-task v0.3.30 |
421 | 2024-07-10T18:51:06.342Z | Downloaded foreign-types-shared v0.1.1 |
422 | 2024-07-10T18:51:06.343Z | Downloaded smallvec v1.13.2 |
423 | 2024-07-10T18:51:06.345Z | Downloaded itoa v1.0.11 |
424 | 2024-07-10T18:51:06.345Z | Downloaded generic-array v0.14.7 |
425 | 2024-07-10T18:51:06.345Z | Downloaded futures-macro v0.3.30 |
426 | 2024-07-10T18:51:06.345Z | Downloaded version_check v0.9.4 |
427 | 2024-07-10T18:51:06.348Z | Downloaded usdt v0.5.0 |
428 | 2024-07-10T18:51:06.348Z | Downloaded thread_local v1.1.8 |
429 | 2024-07-10T18:51:06.348Z | Downloaded cfg-if v1.0.0 |
430 | 2024-07-10T18:51:06.348Z | Downloaded serde_tokenstream v0.2.1 |
431 | 2024-07-10T18:51:06.353Z | Downloaded scopeguard v1.2.0 |
432 | 2024-07-10T18:51:06.356Z | Downloaded quote v1.0.36 |
433 | 2024-07-10T18:51:06.356Z | Downloaded pest_generator v2.7.10 |
434 | 2024-07-10T18:51:06.356Z | Downloaded hostname v0.3.1 |
435 | 2024-07-10T18:51:06.359Z | Downloaded futures-io v0.3.30 |
436 | 2024-07-10T18:51:06.359Z | Downloaded dof v0.3.0 |
437 | 2024-07-10T18:51:06.359Z | Downloaded anstyle-parse v0.2.4 |
438 | 2024-07-10T18:51:06.362Z | Downloaded strsim v0.11.1 |
439 | 2024-07-10T18:51:06.362Z | Downloaded num-conv v0.1.0 |
440 | 2024-07-10T18:51:06.362Z | Downloaded slab v0.4.9 |
441 | 2024-07-10T18:51:06.362Z | Downloaded crypto-common v0.1.6 |
442 | 2024-07-10T18:51:06.365Z | Downloaded cargo-platform v0.1.8 |
443 | 2024-07-10T18:51:06.365Z | Downloaded pin-project-lite v0.2.14 |
444 | 2024-07-10T18:51:06.368Z | Downloaded match_cfg v0.1.0 |
445 | 2024-07-10T18:51:06.370Z | Downloaded futures-sink v0.3.30 |
446 | 2024-07-10T18:51:06.370Z | Downloaded httpdate v1.0.3 |
447 | 2024-07-10T18:51:06.371Z | Downloaded fs-err v2.11.0 |
448 | 2024-07-10T18:51:06.373Z | Downloaded form_urlencoded v1.2.1 |
449 | 2024-07-10T18:51:06.373Z | Downloaded cpufeatures v0.2.12 |
450 | 2024-07-10T18:51:06.376Z | Downloaded pkg-config v0.3.30 |
451 | 2024-07-10T18:51:06.376Z | Downloaded pin-utils v0.1.0 |
452 | 2024-07-10T18:51:06.376Z | Downloaded errno v0.3.9 |
453 | 2024-07-10T18:51:06.379Z | Downloaded clap_lex v0.7.0 |
454 | 2024-07-10T18:51:06.665Z | Compiling proc-macro2 v1.0.86 |
455 | 2024-07-10T18:51:06.665Z | Compiling unicode-ident v1.0.12 |
456 | 2024-07-10T18:51:06.665Z | Compiling libc v0.2.155 |
457 | 2024-07-10T18:51:06.668Z | Compiling version_check v0.9.4 |
458 | 2024-07-10T18:51:06.668Z | Compiling cfg-if v1.0.0 |
459 | 2024-07-10T18:51:06.668Z | Compiling once_cell v1.19.0 |
460 | 2024-07-10T18:51:06.699Z | Compiling itoa v1.0.11 |
461 | 2024-07-10T18:51:06.703Z | Compiling autocfg v1.3.0 |
462 | 2024-07-10T18:51:06.842Z | Compiling serde v1.0.204 |
463 | 2024-07-10T18:51:06.922Z | Compiling memchr v2.7.2 |
464 | 2024-07-10T18:51:06.982Z | Compiling thiserror v1.0.60 |
465 | 2024-07-10T18:51:07.198Z | Compiling ryu v1.0.18 |
466 | 2024-07-10T18:51:07.454Z | Compiling pin-project-lite v0.2.14 |
467 | 2024-07-10T18:51:07.477Z | Compiling bitflags v2.5.0 |
468 | 2024-07-10T18:51:07.554Z | Compiling cc v1.0.97 |
469 | 2024-07-10T18:51:07.648Z | Compiling lock_api v0.4.12 |
470 | 2024-07-10T18:51:07.818Z | Compiling pkg-config v0.3.30 |
471 | 2024-07-10T18:51:08.209Z | Compiling vcpkg v0.2.15 |
472 | 2024-07-10T18:51:08.566Z | Compiling parking_lot_core v0.9.10 |
473 | 2024-07-10T18:51:08.712Z | Compiling ucd-trie v0.1.6 |
474 | 2024-07-10T18:51:08.891Z | Compiling slab v0.4.9 |
475 | 2024-07-10T18:51:09.018Z | Compiling futures-core v0.3.30 |
476 | 2024-07-10T18:51:09.148Z | Compiling bytes v1.6.0 |
477 | 2024-07-10T18:51:09.173Z | Compiling futures-sink v0.3.30 |
478 | 2024-07-10T18:51:09.275Z | Compiling scopeguard v1.2.0 |
479 | 2024-07-10T18:51:09.339Z | Compiling smallvec v1.13.2 |
480 | 2024-07-10T18:51:09.769Z | Compiling quote v1.0.36 |
481 | 2024-07-10T18:51:10.078Z | Compiling serde_json v1.0.120 |
482 | 2024-07-10T18:51:10.171Z | Compiling syn v2.0.68 |
483 | 2024-07-10T18:51:10.380Z | Compiling hashbrown v0.14.5 |
484 | 2024-07-10T18:51:10.404Z | Compiling fnv v1.0.7 |
485 | 2024-07-10T18:51:10.427Z | Compiling log v0.4.21 |
486 | 2024-07-10T18:51:10.473Z | Compiling equivalent v1.0.1 |
487 | 2024-07-10T18:51:10.520Z | Compiling byteorder v1.5.0 |
488 | 2024-07-10T18:51:10.570Z | Compiling parking_lot v0.12.2 |
489 | 2024-07-10T18:51:10.616Z | Compiling signal-hook-registry v1.4.2 |
490 | 2024-07-10T18:51:10.685Z | Compiling openssl-sys v0.9.102 |
491 | 2024-07-10T18:51:10.787Z | Compiling mio v0.8.11 |
492 | 2024-07-10T18:51:10.850Z | Compiling num_cpus v1.16.0 |
493 | 2024-07-10T18:51:10.962Z | Compiling socket2 v0.5.7 |
494 | 2024-07-10T18:51:10.988Z | Compiling futures-channel v0.3.30 |
495 | 2024-07-10T18:51:11.425Z | Compiling futures-io v0.3.30 |
496 | 2024-07-10T18:51:11.425Z | Compiling typenum v1.17.0 |
497 | 2024-07-10T18:51:11.644Z | Compiling indexmap v2.2.6 |
498 | 2024-07-10T18:51:11.754Z | Compiling rustix v0.38.34 |
499 | 2024-07-10T18:51:11.920Z | Compiling pin-utils v0.1.0 |
500 | 2024-07-10T18:51:12.006Z | Compiling futures-task v0.3.30 |
501 | 2024-07-10T18:51:12.292Z | Compiling errno v0.3.9 |
502 | 2024-07-10T18:51:12.315Z | Compiling generic-array v0.14.7 |
503 | 2024-07-10T18:51:12.390Z | Compiling foreign-types-shared v0.1.1 |
504 | 2024-07-10T18:51:12.498Z | Compiling openssl v0.10.64 |
505 | 2024-07-10T18:51:12.501Z | Compiling slog v2.7.0 |
506 | 2024-07-10T18:51:12.644Z | Compiling foreign-types v0.3.2 |
507 | 2024-07-10T18:51:12.830Z | Compiling http v0.2.12 |
508 | 2024-07-10T18:51:12.854Z | Compiling usdt-impl v0.5.0 |
509 | 2024-07-10T18:51:13.118Z | Compiling proc-macro-error-attr v1.0.4 |
510 | 2024-07-10T18:51:13.207Z | Compiling tracing-core v0.1.32 |
511 | 2024-07-10T18:51:13.378Z | Compiling syn v1.0.109 |
512 | 2024-07-10T18:51:13.472Z | Compiling httparse v1.8.0 |
513 | 2024-07-10T18:51:13.877Z | Compiling time-core v0.1.2 |
514 | 2024-07-10T18:51:14.005Z | Compiling powerfmt v0.2.0 |
515 | 2024-07-10T18:51:14.028Z | Compiling num-conv v0.1.0 |
516 | 2024-07-10T18:51:14.050Z | Compiling tinyvec_macros v0.1.1 |
517 | 2024-07-10T18:51:14.133Z | Compiling native-tls v0.2.11 |
518 | 2024-07-10T18:51:14.306Z | Compiling time-macros v0.2.18 |
519 | 2024-07-10T18:51:14.388Z | Compiling deranged v0.3.11 |
520 | 2024-07-10T18:51:14.433Z | Compiling tinyvec v1.6.0 |
521 | 2024-07-10T18:51:15.229Z | Compiling tracing v0.1.40 |
522 | 2024-07-10T18:51:15.400Z | Compiling thread-id v4.2.1 |
523 | 2024-07-10T18:51:15.739Z | Compiling proc-macro-error v1.0.4 |
524 | 2024-07-10T18:51:15.869Z | Compiling utf8parse v0.2.1 |
525 | 2024-07-10T18:51:16.002Z | Compiling crossbeam-utils v0.8.19 |
526 | 2024-07-10T18:51:16.025Z | Compiling percent-encoding v2.3.1 |
527 | 2024-07-10T18:51:16.047Z | Compiling heck v0.5.0 |
528 | 2024-07-10T18:51:16.071Z | Compiling num_threads v0.1.7 |
529 | 2024-07-10T18:51:16.203Z | Compiling try-lock v0.2.5 |
530 | 2024-07-10T18:51:16.281Z | Compiling openssl-probe v0.1.5 |
531 | 2024-07-10T18:51:16.345Z | Compiling rustversion v1.0.17 |
532 | 2024-07-10T18:51:16.387Z | Compiling plain v0.2.3 |
533 | 2024-07-10T18:51:16.436Z | Compiling want v0.3.1 |
534 | 2024-07-10T18:51:16.546Z | Compiling form_urlencoded v1.2.1 |
535 | 2024-07-10T18:51:16.549Z | Compiling anstyle-parse v0.2.4 |
536 | 2024-07-10T18:51:16.651Z | Compiling unicode-normalization v0.1.23 |
537 | 2024-07-10T18:51:16.883Z | Compiling http-body v0.4.6 |
538 | 2024-07-10T18:51:17.108Z | Compiling dirs-sys-next v0.1.2 |
539 | 2024-07-10T18:51:17.436Z | Compiling unicode-bidi v0.3.15 |
540 | 2024-07-10T18:51:17.611Z | Compiling is_terminal_polyfill v1.70.0 |
541 | 2024-07-10T18:51:17.634Z | Compiling pretty-hex v0.4.1 |
542 | 2024-07-10T18:51:17.639Z | Compiling time v0.3.36 |
543 | 2024-07-10T18:51:17.694Z | Compiling tower-service v0.3.2 |
544 | 2024-07-10T18:51:17.732Z | Compiling camino v1.1.7 |
545 | 2024-07-10T18:51:17.758Z | Compiling httpdate v1.0.3 |
546 | 2024-07-10T18:51:17.820Z | Compiling anstyle v1.0.7 |
547 | 2024-07-10T18:51:17.823Z | Compiling crc32fast v1.4.0 |
548 | 2024-07-10T18:51:18.260Z | Compiling winnow v0.6.8 |
549 | 2024-07-10T18:51:18.348Z | Compiling semver v1.0.23 |
550 | 2024-07-10T18:51:18.374Z | Compiling anstyle-query v1.0.3 |
551 | 2024-07-10T18:51:18.376Z | Compiling colorchoice v1.0.1 |
552 | 2024-07-10T18:51:18.525Z | Compiling anstream v0.6.14 |
553 | 2024-07-10T18:51:18.721Z | Compiling idna v0.5.0 |
554 | 2024-07-10T18:51:19.032Z | Compiling dirs-next v2.0.0 |
555 | 2024-07-10T18:51:19.310Z | Compiling crypto-common v0.1.6 |
556 | 2024-07-10T18:51:20.231Z | Compiling block-buffer v0.10.4 |
557 | 2024-07-10T18:51:20.298Z | Compiling terminal_size v0.3.0 |
558 | 2024-07-10T18:51:20.495Z | Compiling fs-err v2.11.0 |
559 | 2024-07-10T18:51:20.552Z | Compiling thread_local v1.1.8 |
560 | 2024-07-10T18:51:20.578Z | Compiling match_cfg v0.1.0 |
561 | 2024-07-10T18:51:20.634Z | Compiling heck v0.4.1 |
562 | 2024-07-10T18:51:20.677Z | Compiling clap_lex v0.7.0 |
563 | 2024-07-10T18:51:20.774Z | Compiling bytecount v0.6.8 |
564 | 2024-07-10T18:51:21.009Z | Compiling base64 v0.21.7 |
565 | 2024-07-10T18:51:21.100Z | Compiling adler v1.0.2 |
566 | 2024-07-10T18:51:21.131Z | Compiling strsim v0.11.1 |
567 | 2024-07-10T18:51:21.191Z | Compiling unicode-width v0.1.13 |
568 | 2024-07-10T18:51:21.329Z | Compiling anyhow v1.0.86 |
569 | 2024-07-10T18:51:21.431Z | Compiling slog-async v2.8.0 |
570 | 2024-07-10T18:51:21.638Z | Compiling rustls-pemfile v1.0.4 |
571 | 2024-07-10T18:51:21.774Z | Compiling clap_builder v4.5.2 |
572 | 2024-07-10T18:51:22.000Z | Compiling papergrid v0.11.0 |
573 | 2024-07-10T18:51:22.024Z | Compiling miniz_oxide v0.7.2 |
574 | 2024-07-10T18:51:22.086Z | Compiling hostname v0.3.1 |
575 | 2024-07-10T18:51:22.089Z | Compiling digest v0.10.7 |
576 | 2024-07-10T18:51:22.206Z | Compiling crossbeam-channel v0.5.12 |
577 | 2024-07-10T18:51:22.343Z | Compiling url v2.5.0 |
578 | 2024-07-10T18:51:22.524Z | Compiling term v0.7.0 |
579 | 2024-07-10T18:51:23.174Z | Compiling serde_derive v1.0.204 |
580 | 2024-07-10T18:51:23.346Z | Compiling thiserror-impl v1.0.60 |
581 | 2024-07-10T18:51:23.610Z | Compiling zerocopy-derive v0.7.34 |
582 | 2024-07-10T18:51:23.674Z | Compiling tokio-macros v2.3.0 |
583 | 2024-07-10T18:51:24.166Z | Compiling futures-macro v0.3.30 |
584 | 2024-07-10T18:51:24.314Z | Compiling scroll_derive v0.12.0 |
585 | 2024-07-10T18:51:25.398Z | Compiling tokio v1.38.0 |
586 | 2024-07-10T18:51:25.838Z | Compiling openssl-macros v0.1.1 |
587 | 2024-07-10T18:51:25.984Z | Compiling zerocopy v0.7.34 |
588 | 2024-07-10T18:51:26.284Z | Compiling futures-util v0.3.30 |
589 | 2024-07-10T18:51:26.318Z | Compiling scroll v0.12.0 |
590 | 2024-07-10T18:51:26.870Z | Compiling goblin v0.8.2 |
591 | 2024-07-10T18:51:26.908Z | Compiling pest v2.7.10 |
592 | 2024-07-10T18:51:27.569Z | Compiling tabled_derive v0.7.0 |
593 | 2024-07-10T18:51:29.879Z | Compiling pest_meta v2.7.10 |
594 | 2024-07-10T18:51:30.130Z | Compiling strum_macros v0.26.4 |
595 | 2024-07-10T18:51:31.451Z | Compiling pest_generator v2.7.10 |
596 | 2024-07-10T18:51:33.494Z | Compiling tokio-util v0.7.11 |
597 | 2024-07-10T18:51:34.881Z | Compiling h2 v0.3.26 |
598 | 2024-07-10T18:51:35.225Z | Compiling pest_derive v2.7.10 |
599 | 2024-07-10T18:51:35.542Z | Compiling futures-executor v0.3.30 |
600 | 2024-07-10T18:51:35.866Z | Compiling tokio-native-tls v0.3.1 |
601 | 2024-07-10T18:51:36.012Z | Compiling dtrace-parser v0.2.0 |
602 | 2024-07-10T18:51:36.142Z | Compiling clap_derive v4.5.4 |
603 | 2024-07-10T18:51:36.508Z | Compiling xattr v1.3.1 |
604 | 2024-07-10T18:51:36.787Z | Compiling filetime v0.2.23 |
605 | 2024-07-10T18:51:37.142Z | Compiling is-terminal v0.4.12 |
606 | 2024-07-10T18:51:37.272Z | Compiling memmap v0.7.0 |
607 | 2024-07-10T18:51:37.423Z | Compiling encoding_rs v0.8.34 |
608 | 2024-07-10T18:51:37.649Z | Compiling sync_wrapper v0.1.2 |
609 | 2024-07-10T18:51:37.792Z | Compiling mime v0.3.17 |
610 | 2024-07-10T18:51:38.421Z | Compiling toml_datetime v0.6.6 |
611 | 2024-07-10T18:51:38.453Z | Compiling serde_spanned v0.6.6 |
612 | 2024-07-10T18:51:38.887Z | Compiling serde_tokenstream v0.2.1 |
613 | 2024-07-10T18:51:38.911Z | Compiling toml_edit v0.22.14 |
614 | 2024-07-10T18:51:39.432Z | Compiling hyper v0.14.28 |
615 | 2024-07-10T18:51:40.555Z | Compiling dof v0.3.0 |
616 | 2024-07-10T18:51:41.499Z | Compiling slog-json v2.6.1 |
617 | 2024-07-10T18:51:42.010Z | Compiling toml v0.8.14 |
618 | 2024-07-10T18:51:42.366Z | Compiling cargo-platform v0.1.8 |
619 | 2024-07-10T18:51:42.973Z | Compiling serde_urlencoded v0.7.1 |
620 | 2024-07-10T18:51:43.064Z | Compiling usdt-macro v0.5.0 |
621 | 2024-07-10T18:51:43.282Z | Compiling hyper-tls v0.5.0 |
622 | 2024-07-10T18:51:43.434Z | Compiling usdt-attr-macro v0.5.0 |
623 | 2024-07-10T18:51:43.539Z | Compiling ipnet v2.9.0 |
624 | 2024-07-10T18:51:43.564Z | Compiling take_mut v0.2.2 |
625 | 2024-07-10T18:51:43.624Z | Compiling cpufeatures v0.2.12 |
626 | 2024-07-10T18:51:43.730Z | Compiling sha2 v0.10.8 |
627 | 2024-07-10T18:51:43.848Z | Compiling cargo_metadata v0.18.1 |
628 | 2024-07-10T18:51:44.417Z | Compiling reqwest v0.11.27 |
629 | 2024-07-10T18:51:44.815Z | Compiling cargo_toml v0.20.3 |
630 | 2024-07-10T18:51:44.926Z | Compiling usdt v0.5.0 |
631 | 2024-07-10T18:51:44.966Z | Compiling slog-bunyan v2.5.0 |
632 | 2024-07-10T18:51:45.163Z | Compiling clap v4.5.4 |
633 | 2024-07-10T18:51:45.287Z | Compiling macaddr v1.0.1 |
634 | 2024-07-10T18:51:45.407Z | Compiling slog-term v2.9.1 |
635 | 2024-07-10T18:51:45.640Z | Compiling tar v0.4.40 |
636 | 2024-07-10T18:51:45.752Z | Compiling flate2 v1.0.30 |
637 | 2024-07-10T18:51:46.621Z | Compiling futures v0.3.30 |
638 | 2024-07-10T18:51:46.721Z | Compiling strum v0.26.2 |
639 | 2024-07-10T18:51:46.749Z | Compiling tabled v0.15.0 |
640 | 2024-07-10T18:51:47.454Z | Compiling swrite v0.1.0 |
641 | 2024-07-10T18:51:51.558Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
642 | 2024-07-10T18:51:58.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
643 | 2024-07-10T18:51:58.854Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
644 | 2024-07-10T18:51:58.909Z | Jul 10 18:51:58.185 INFO Starting download, target: Clickhouse |
645 | 2024-07-10T18:51:58.909Z | Jul 10 18:51:58.185 INFO Starting download, target: Console |
646 | 2024-07-10T18:51:58.909Z | Jul 10 18:51:58.185 INFO Starting download, target: Cockroach |
647 | 2024-07-10T18:51:58.909Z | Jul 10 18:51:58.185 INFO Starting download, target: DendriteOpenapi |
648 | 2024-07-10T18:51:58.912Z | Jul 10 18:51:58.185 INFO Starting download, target: DendriteStub |
649 | 2024-07-10T18:51:58.912Z | Jul 10 18:51:58.185 INFO Starting download, target: MaghemiteMgd |
650 | 2024-07-10T18:51:58.912Z | Jul 10 18:51:58.185 INFO Starting download, target: TransceiverControl |
651 | 2024-07-10T18:51:58.912Z | Jul 10 18:51:58.186 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
652 | 2024-07-10T18:51:58.912Z | Jul 10 18:51:58.186 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
653 | 2024-07-10T18:51:58.912Z | Jul 10 18:51:58.186 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
654 | 2024-07-10T18:51:58.912Z | Jul 10 18:51:58.186 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
655 | 2024-07-10T18:51:58.912Z | Jul 10 18:51:58.186 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
656 | 2024-07-10T18:51:58.912Z | Jul 10 18:51:58.186 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
657 | 2024-07-10T18:51:58.912Z | Jul 10 18:51:58.186 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
658 | 2024-07-10T18:51:59.213Z | Jul 10 18:51:58.483 INFO Download complete, target: DendriteOpenapi |
659 | 2024-07-10T18:51:59.272Z | Jul 10 18:51:58.543 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
660 | 2024-07-10T18:51:59.499Z | Jul 10 18:51:58.764 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
661 | 2024-07-10T18:51:59.526Z | Jul 10 18:51:58.800 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
662 | 2024-07-10T18:51:59.752Z | Jul 10 18:51:59.027 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
663 | 2024-07-10T18:51:59.932Z | Jul 10 18:51:59.208 INFO Download complete, target: Console |
664 | 2024-07-10T18:52:00.115Z | Jul 10 18:51:59.391 INFO Download complete, target: TransceiverControl |
665 | 2024-07-10T18:52:00.896Z | Jul 10 18:52:00.171 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
666 | 2024-07-10T18:52:02.711Z | Jul 10 18:52:01.986 INFO Download complete, target: DendriteStub |
667 | 2024-07-10T18:52:03.025Z | Jul 10 18:52:02.299 INFO Download complete, target: MaghemiteMgd |
668 | 2024-07-10T18:52:03.620Z | Jul 10 18:52:02.895 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
669 | 2024-07-10T18:52:03.620Z | Jul 10 18:52:02.895 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
670 | 2024-07-10T18:52:12.280Z | Jul 10 18:52:11.552 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
671 | 2024-07-10T18:52:12.613Z | Jul 10 18:52:11.885 INFO Checking that binary works, target: Cockroach |
672 | 2024-07-10T18:52:12.897Z | Jul 10 18:52:12.169 INFO Download complete, target: Cockroach |
673 | 2024-07-10T18:52:15.777Z | Jul 10 18:52:15.048 INFO Checking that binary works, target: Clickhouse |
674 | 2024-07-10T18:52:16.037Z | Jul 10 18:52:15.298 INFO Download complete, target: Clickhouse |
675 | 2024-07-10T18:52:16.044Z | All prerequisites installed successfully |
676 | 2024-07-10T18:52:16.045Z | |
677 | 2024-07-10T18:52:16.045Z | real 2:42.911784151 |
678 | 2024-07-10T18:52:16.045Z | user 5:46.749825553 |
679 | 2024-07-10T18:52:16.045Z | sys 1:18.682452383 |
680 | 2024-07-10T18:52:16.045Z | trap 0.207269653 |
681 | 2024-07-10T18:52:16.045Z | tflt 2.825460218 |
682 | 2024-07-10T18:52:16.045Z | dflt 4.021820928 |
683 | 2024-07-10T18:52:16.045Z | kflt 0.299762346 |
684 | 2024-07-10T18:52:16.045Z | lock 13:04.282491891 |
685 | 2024-07-10T18:52:16.045Z | slp 17:21.487819780 |
686 | 2024-07-10T18:52:16.045Z | lat 19.932922863 |
687 | 2024-07-10T18:52:16.045Z | stop 1:06.353685845 |
688 | 2024-07-10T18:52:16.045Z | + ptime -m cargo xtask download softnpu |
689 | 2024-07-10T18:52:16.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
690 | 2024-07-10T18:52:16.604Z | Running `target/debug/xtask download softnpu` |
691 | 2024-07-10T18:52:16.638Z | Jul 10 18:52:15.909 INFO Starting download, target: Softnpu |
692 | 2024-07-10T18:52:16.642Z | Jul 10 18:52:15.909 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
693 | 2024-07-10T18:52:17.335Z | Jul 10 18:52:16.606 INFO Download complete, target: Softnpu |
694 | 2024-07-10T18:52:17.339Z | |
695 | 2024-07-10T18:52:17.342Z | real 1.297519258 |
696 | 2024-07-10T18:52:17.342Z | user 0.646585481 |
697 | 2024-07-10T18:52:17.342Z | sys 0.297165309 |
698 | 2024-07-10T18:52:17.342Z | trap 0.000473558 |
699 | 2024-07-10T18:52:17.342Z | tflt 0.000066084 |
700 | 2024-07-10T18:52:17.342Z | dflt 0.000118602 |
701 | 2024-07-10T18:52:17.342Z | kflt 0.000000000 |
702 | 2024-07-10T18:52:17.342Z | lock 7.182558772 |
703 | 2024-07-10T18:52:17.342Z | slp 0.612661221 |
704 | 2024-07-10T18:52:17.342Z | lat 0.073689290 |
705 | 2024-07-10T18:52:17.342Z | stop 0.000244151 |
706 | 2024-07-10T18:52:17.342Z | + export CARGO_INCREMENTAL=0 |
707 | 2024-07-10T18:52:17.342Z | + CARGO_INCREMENTAL=0 |
708 | 2024-07-10T18:52:17.342Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
709 | 2024-07-10T18:52:17.881Z | Downloading crates ... |
710 | 2024-07-10T18:52:18.074Z | Downloaded atomicwrites v0.4.3 |
711 | 2024-07-10T18:52:18.081Z | Downloaded async-stream-impl v0.3.5 |
712 | 2024-07-10T18:52:18.086Z | Downloaded ciborium-io v0.2.2 |
713 | 2024-07-10T18:52:18.089Z | Downloaded bitstruct v0.1.1 |
714 | 2024-07-10T18:52:18.089Z | Downloaded newtype_derive v0.1.6 |
715 | 2024-07-10T18:52:18.093Z | Downloaded darling_macro v0.20.9 |
716 | 2024-07-10T18:52:18.096Z | Downloaded crucible-workspace-hack v0.1.0 |
717 | 2024-07-10T18:52:18.099Z | Downloaded new_debug_unreachable v1.0.6 |
718 | 2024-07-10T18:52:18.102Z | Downloaded nodrop v0.1.14 |
719 | 2024-07-10T18:52:18.105Z | Downloaded nanorand v0.7.0 |
720 | 2024-07-10T18:52:18.108Z | Downloaded base16ct v0.2.0 |
721 | 2024-07-10T18:52:18.108Z | Downloaded path-slash v0.1.5 |
722 | 2024-07-10T18:52:18.111Z | Downloaded phf_shared v0.10.0 |
723 | 2024-07-10T18:52:18.111Z | Downloaded number_prefix v0.4.0 |
724 | 2024-07-10T18:52:18.114Z | Downloaded async-recursion v1.1.1 |
725 | 2024-07-10T18:52:18.117Z | Downloaded assert_matches v1.5.0 |
726 | 2024-07-10T18:52:18.121Z | Downloaded oso-derive v0.27.3 |
727 | 2024-07-10T18:52:18.121Z | Downloaded colored v2.1.0 |
728 | 2024-07-10T18:52:18.124Z | Downloaded chacha20 v0.9.1 |
729 | 2024-07-10T18:52:18.125Z | Downloaded multimap v0.10.0 |
730 | 2024-07-10T18:52:18.127Z | Downloaded nibble_vec v0.1.0 |
731 | 2024-07-10T18:52:18.128Z | Downloaded newtype-uuid v1.1.0 |
732 | 2024-07-10T18:52:18.130Z | Downloaded crc v3.2.1 |
733 | 2024-07-10T18:52:18.133Z | Downloaded cassowary v0.3.0 |
734 | 2024-07-10T18:52:18.136Z | Downloaded predicates-tree v1.0.9 |
735 | 2024-07-10T18:52:18.139Z | Downloaded pem v3.0.4 |
736 | 2024-07-10T18:52:18.139Z | Downloaded parse-display-derive v0.9.1 |
737 | 2024-07-10T18:52:18.142Z | Downloaded defmt-macros v0.3.9 |
738 | 2024-07-10T18:52:18.145Z | Downloaded num-iter v0.1.45 |
739 | 2024-07-10T18:52:18.145Z | Downloaded radium v0.7.0 |
740 | 2024-07-10T18:52:18.148Z | Downloaded cfg_aliases v0.1.1 |
741 | 2024-07-10T18:52:18.148Z | Downloaded predicates v3.1.0 |
742 | 2024-07-10T18:52:18.150Z | Downloaded backoff v0.4.0 |
743 | 2024-07-10T18:52:18.153Z | Downloaded num-derive v0.4.2 |
744 | 2024-07-10T18:52:18.153Z | Downloaded opaque-debug v0.3.1 |
745 | 2024-07-10T18:52:18.156Z | Downloaded crunchy v0.2.2 |
746 | 2024-07-10T18:52:18.156Z | Downloaded derive_builder_macro v0.20.0 |
747 | 2024-07-10T18:52:18.156Z | Downloaded derive_more v0.99.18 |
748 | 2024-07-10T18:52:18.162Z | Downloaded cstr-argument v0.1.2 |
749 | 2024-07-10T18:52:18.167Z | Downloaded ref-cast-impl v1.0.23 |
750 | 2024-07-10T18:52:18.167Z | Downloaded parse-size v1.0.0 |
751 | 2024-07-10T18:52:18.167Z | Downloaded psl-types v2.0.11 |
752 | 2024-07-10T18:52:18.172Z | Downloaded precomputed-hash v0.1.1 |
753 | 2024-07-10T18:52:18.172Z | Downloaded const_format_proc_macros v0.2.32 |
754 | 2024-07-10T18:52:18.175Z | Downloaded portpicker v0.1.1 |
755 | 2024-07-10T18:52:18.175Z | Downloaded downcast v0.11.0 |
756 | 2024-07-10T18:52:18.175Z | Downloaded nu-ansi-term v0.50.0 |
757 | 2024-07-10T18:52:18.178Z | Downloaded vte_generate_state_changes v0.1.1 |
758 | 2024-07-10T18:52:18.178Z | Downloaded packed_struct_codegen v0.10.1 |
759 | 2024-07-10T18:52:18.181Z | Downloaded olpc-cjson v0.1.3 |
760 | 2024-07-10T18:52:18.181Z | Downloaded endian-type v0.1.2 |
761 | 2024-07-10T18:52:18.184Z | Downloaded num-complex v0.4.6 |
762 | 2024-07-10T18:52:18.184Z | Downloaded float-ord v0.3.2 |
763 | 2024-07-10T18:52:18.189Z | Downloaded postgres-types v0.2.6 |
764 | 2024-07-10T18:52:18.189Z | Downloaded password-hash v0.5.0 |
765 | 2024-07-10T18:52:18.192Z | Downloaded crossbeam-deque v0.8.5 |
766 | 2024-07-10T18:52:18.192Z | Downloaded proc-macro-crate v1.3.1 |
767 | 2024-07-10T18:52:18.195Z | Downloaded num_enum_derive v0.5.11 |
768 | 2024-07-10T18:52:18.195Z | Downloaded num-integer v0.1.46 |
769 | 2024-07-10T18:52:18.198Z | Downloaded enum-as-inner v0.5.1 |
770 | 2024-07-10T18:52:18.201Z | Downloaded phf v0.11.2 |
771 | 2024-07-10T18:52:18.201Z | Downloaded cobs v0.2.3 |
772 | 2024-07-10T18:52:18.206Z | Downloaded defmt-parser v0.3.4 |
773 | 2024-07-10T18:52:18.206Z | Downloaded curve25519-dalek-derive v0.1.1 |
774 | 2024-07-10T18:52:18.206Z | Downloaded thiserror-impl-no-std v2.0.2 |
775 | 2024-07-10T18:52:18.209Z | Downloaded ppv-lite86 v0.2.17 |
776 | 2024-07-10T18:52:18.209Z | Downloaded instant v0.1.12 |
777 | 2024-07-10T18:52:18.212Z | Downloaded headers-core v0.2.0 |
778 | 2024-07-10T18:52:18.212Z | Downloaded predicates-core v1.0.6 |
779 | 2024-07-10T18:52:18.212Z | Downloaded phf_shared v0.11.2 |
780 | 2024-07-10T18:52:18.215Z | Downloaded darling v0.20.9 |
781 | 2024-07-10T18:52:18.218Z | Downloaded unicode-truncate v1.0.0 |
782 | 2024-07-10T18:52:18.221Z | Downloaded quick-error v1.2.3 |
783 | 2024-07-10T18:52:18.224Z | Downloaded ref-cast v1.0.23 |
784 | 2024-07-10T18:52:18.228Z | Downloaded rand_xorshift v0.3.0 |
785 | 2024-07-10T18:52:18.228Z | Downloaded sigpipe v0.1.3 |
786 | 2024-07-10T18:52:18.232Z | Downloaded rpassword v7.3.1 |
787 | 2024-07-10T18:52:18.232Z | Downloaded foreign-types-macros v0.2.3 |
788 | 2024-07-10T18:52:18.232Z | Downloaded foreign-types v0.5.0 |
789 | 2024-07-10T18:52:18.235Z | Downloaded ena v0.14.3 |
790 | 2024-07-10T18:52:18.235Z | Downloaded postcard v1.0.8 |
791 | 2024-07-10T18:52:18.239Z | Downloaded bit-set v0.5.3 |
792 | 2024-07-10T18:52:18.242Z | Downloaded pem-rfc7468 v0.7.0 |
793 | 2024-07-10T18:52:18.242Z | Downloaded parking_lot v0.11.2 |
794 | 2024-07-10T18:52:18.246Z | Downloaded csv-core v0.1.11 |
795 | 2024-07-10T18:52:18.252Z | Downloaded owo-colors v4.0.0 |
796 | 2024-07-10T18:52:18.252Z | Downloaded hyper-rustls v0.24.2 |
797 | 2024-07-10T18:52:18.255Z | Downloaded foreign-types-shared v0.3.1 |
798 | 2024-07-10T18:52:18.255Z | Downloaded lru-cache v0.1.2 |
799 | 2024-07-10T18:52:18.258Z | Downloaded funty v2.0.0 |
800 | 2024-07-10T18:52:18.258Z | Downloaded poly1305 v0.8.0 |
801 | 2024-07-10T18:52:18.261Z | Downloaded lru v0.12.3 |
802 | 2024-07-10T18:52:18.261Z | Downloaded linked-hash-map v0.5.6 |
803 | 2024-07-10T18:52:18.264Z | Downloaded lalrpop-util v0.19.12 |
804 | 2024-07-10T18:52:18.264Z | Downloaded parking_lot_core v0.8.6 |
805 | 2024-07-10T18:52:18.267Z | Downloaded allocator-api2 v0.2.18 |
806 | 2024-07-10T18:52:18.270Z | Downloaded smawk v0.3.2 |
807 | 2024-07-10T18:52:18.273Z | Downloaded sqlparser_derive v0.2.2 |
808 | 2024-07-10T18:52:18.273Z | Downloaded zone_cfg_derive v0.1.2 |
809 | 2024-07-10T18:52:18.276Z | Downloaded shell-words v1.1.0 |
810 | 2024-07-10T18:52:18.276Z | Downloaded termcolor v1.4.1 |
811 | 2024-07-10T18:52:18.276Z | Downloaded strum_macros v0.25.3 |
812 | 2024-07-10T18:52:18.280Z | Downloaded schemars_derive v0.8.21 |
813 | 2024-07-10T18:52:18.286Z | Downloaded slog-stdlog v4.1.1 |
814 | 2024-07-10T18:52:18.286Z | Downloaded tap v1.0.1 |
815 | 2024-07-10T18:52:18.286Z | Downloaded stringprep v0.1.4 |
816 | 2024-07-10T18:52:18.290Z | Downloaded smallvec v0.6.14 |
817 | 2024-07-10T18:52:18.290Z | Downloaded slog-scope v4.4.0 |
818 | 2024-07-10T18:52:18.290Z | Downloaded postgres-protocol v0.6.6 |
819 | 2024-07-10T18:52:18.294Z | Downloaded utf-8 v0.7.6 |
820 | 2024-07-10T18:52:18.294Z | Downloaded universal-hash v0.5.1 |
821 | 2024-07-10T18:52:18.294Z | Downloaded minimal-lexical v0.2.1 |
822 | 2024-07-10T18:52:18.299Z | Downloaded prettyplease v0.2.20 |
823 | 2024-07-10T18:52:18.303Z | Downloaded is_ci v1.2.0 |
824 | 2024-07-10T18:52:18.309Z | Downloaded stability v0.2.0 |
825 | 2024-07-10T18:52:18.309Z | Downloaded impl-trait-for-tuples v0.2.2 |
826 | 2024-07-10T18:52:18.313Z | Downloaded same-file v1.0.6 |
827 | 2024-07-10T18:52:18.313Z | Downloaded rustc-hash v1.1.0 |
828 | 2024-07-10T18:52:18.313Z | Downloaded crypto-bigint v0.5.5 |
829 | 2024-07-10T18:52:18.318Z | Downloaded libsw v3.3.1 |
830 | 2024-07-10T18:52:18.324Z | Downloaded http-range v0.1.5 |
831 | 2024-07-10T18:52:18.327Z | Downloaded lazycell v1.3.0 |
832 | 2024-07-10T18:52:18.327Z | Downloaded waitgroup v0.1.2 |
833 | 2024-07-10T18:52:18.327Z | Downloaded vte v0.11.1 |
834 | 2024-07-10T18:52:18.327Z | Downloaded termtree v0.4.1 |
835 | 2024-07-10T18:52:18.330Z | Downloaded rand v0.8.5 |
836 | 2024-07-10T18:52:18.333Z | Downloaded crc-any v2.5.0 |
837 | 2024-07-10T18:52:18.336Z | Downloaded fallible-iterator v0.2.0 |
838 | 2024-07-10T18:52:18.336Z | Downloaded tui-tree-widget v0.21.0 |
839 | 2024-07-10T18:52:18.339Z | Downloaded tokio-tungstenite v0.20.1 |
840 | 2024-07-10T18:52:18.342Z | Downloaded whoami v1.5.1 |
841 | 2024-07-10T18:52:18.345Z | Downloaded hash32 v0.3.1 |
842 | 2024-07-10T18:52:18.348Z | Downloaded hash32 v0.2.1 |
843 | 2024-07-10T18:52:18.348Z | Downloaded ident_case v1.0.1 |
844 | 2024-07-10T18:52:18.350Z | Downloaded highway v1.1.0 |
845 | 2024-07-10T18:52:18.353Z | Downloaded pin-project-internal v1.1.5 |
846 | 2024-07-10T18:52:18.353Z | Downloaded gethostname v0.4.3 |
847 | 2024-07-10T18:52:18.356Z | Downloaded rcgen v0.12.1 |
848 | 2024-07-10T18:52:18.358Z | Downloaded serde_path_to_error v0.1.16 |
849 | 2024-07-10T18:52:18.361Z | Downloaded serde_arrays v0.1.0 |
850 | 2024-07-10T18:52:18.366Z | Downloaded der v0.7.9 |
851 | 2024-07-10T18:52:18.369Z | Downloaded static_assertions v1.1.0 |
852 | 2024-07-10T18:52:18.373Z | Downloaded unicase v2.7.0 |
853 | 2024-07-10T18:52:18.373Z | Downloaded tokio-rustls v0.24.1 |
854 | 2024-07-10T18:52:18.376Z | Downloaded unarray v0.1.4 |
855 | 2024-07-10T18:52:18.379Z | Downloaded hostname v0.4.0 |
856 | 2024-07-10T18:52:18.379Z | Downloaded fxhash v0.2.1 |
857 | 2024-07-10T18:52:18.379Z | Downloaded termios v0.3.3 |
858 | 2024-07-10T18:52:18.383Z | Downloaded subtle v2.5.0 |
859 | 2024-07-10T18:52:18.383Z | Downloaded diesel_table_macro_syntax v0.1.0 |
860 | 2024-07-10T18:52:18.392Z | Downloaded num-bigint v0.4.5 |
861 | 2024-07-10T18:52:18.397Z | Downloaded rusty-fork v0.3.0 |
862 | 2024-07-10T18:52:18.402Z | Downloaded toml v0.7.8 |
863 | 2024-07-10T18:52:18.405Z | Downloaded headers v0.3.9 |
864 | 2024-07-10T18:52:18.410Z | Downloaded uuid v1.9.1 |
865 | 2024-07-10T18:52:18.413Z | Downloaded rustc_version v0.1.7 |
866 | 2024-07-10T18:52:18.413Z | Downloaded serde_derive_internals v0.29.1 |
867 | 2024-07-10T18:52:18.413Z | Downloaded maybe-uninit v2.0.0 |
868 | 2024-07-10T18:52:18.416Z | Downloaded hubpack_derive v0.1.1 |
869 | 2024-07-10T18:52:18.416Z | Downloaded hex v0.4.3 |
870 | 2024-07-10T18:52:18.419Z | Downloaded fastrand v2.1.0 |
871 | 2024-07-10T18:52:18.419Z | Downloaded spin v0.9.8 |
872 | 2024-07-10T18:52:18.421Z | Downloaded ron v0.7.1 |
873 | 2024-07-10T18:52:19.428Z | Downloaded signal-hook v0.3.17 |
874 | 2024-07-10T18:52:19.433Z | Downloaded getopts v0.2.21 |
875 | 2024-07-10T18:52:19.433Z | Downloaded signal-hook-mio v0.2.3 |
876 | 2024-07-10T18:52:19.433Z | Downloaded difflib v0.4.0 |
877 | 2024-07-10T18:52:19.433Z | Downloaded serde_repr v0.1.19 |
878 | 2024-07-10T18:52:19.433Z | Downloaded serde-big-array v0.5.1 |
879 | 2024-07-10T18:52:19.433Z | Downloaded tokio-postgres v0.7.10 |
880 | 2024-07-10T18:52:19.433Z | Downloaded half v2.4.1 |
881 | 2024-07-10T18:52:19.433Z | Downloaded toolchain_find v0.4.0 |
882 | 2024-07-10T18:52:19.433Z | Downloaded string_cache v0.8.7 |
883 | 2024-07-10T18:52:19.433Z | Downloaded matches v0.1.10 |
884 | 2024-07-10T18:52:19.433Z | Downloaded yasna v0.5.2 |
885 | 2024-07-10T18:52:19.433Z | Downloaded ed25519 v1.5.3 |
886 | 2024-07-10T18:52:19.433Z | Downloaded display-error-chain v0.2.0 |
887 | 2024-07-10T18:52:19.433Z | Downloaded fixedbitset v0.4.2 |
888 | 2024-07-10T18:52:19.433Z | Downloaded structmeta v0.2.0 |
889 | 2024-07-10T18:52:19.433Z | Downloaded topological-sort v0.2.2 |
890 | 2024-07-10T18:52:19.433Z | Downloaded flagset v0.4.5 |
891 | 2024-07-10T18:52:19.433Z | Downloaded hmac v0.12.1 |
892 | 2024-07-10T18:52:19.434Z | Downloaded samael v0.0.15 |
893 | 2024-07-10T18:52:19.434Z | Downloaded snafu v0.8.2 |
894 | 2024-07-10T18:52:19.434Z | Downloaded zeroize v1.7.0 |
895 | 2024-07-10T18:52:19.434Z | Downloaded spin v0.5.2 |
896 | 2024-07-10T18:52:19.434Z | Downloaded keccak v0.1.5 |
897 | 2024-07-10T18:52:19.434Z | Downloaded getrandom v0.2.14 |
898 | 2024-07-10T18:52:19.434Z | Downloaded hashbrown v0.13.2 |
899 | 2024-07-10T18:52:19.434Z | Downloaded similar v2.5.0 |
900 | 2024-07-10T18:52:19.434Z | Downloaded structmeta v0.3.0 |
901 | 2024-07-10T18:52:19.434Z | Downloaded tls_codec v0.4.1 |
902 | 2024-07-10T18:52:19.434Z | Downloaded slog-dtrace v0.3.0 |
903 | 2024-07-10T18:52:19.434Z | Downloaded tiny-keccak v2.0.2 |
904 | 2024-07-10T18:52:19.434Z | Downloaded maplit v1.0.2 |
905 | 2024-07-10T18:52:19.434Z | Downloaded fatfs v0.3.6 |
906 | 2024-07-10T18:52:19.434Z | Downloaded semver v0.1.20 |
907 | 2024-07-10T18:52:19.434Z | Downloaded linear-map v1.2.0 |
908 | 2024-07-10T18:52:19.434Z | Downloaded tungstenite v0.21.0 |
909 | 2024-07-10T18:52:19.434Z | Downloaded tracing-attributes v0.1.27 |
910 | 2024-07-10T18:52:19.435Z | Downloaded salty v0.2.0 |
911 | 2024-07-10T18:52:19.435Z | Downloaded trust-dns-server v0.22.1 |
912 | 2024-07-10T18:52:19.435Z | Downloaded snafu-derive v0.8.2 |
913 | 2024-07-10T18:52:19.435Z | Downloaded elliptic-curve v0.13.8 |
914 | 2024-07-10T18:52:19.435Z | Downloaded crossterm v0.27.0 |
915 | 2024-07-10T18:52:19.435Z | Downloaded scheduled-thread-pool v0.2.7 |
916 | 2024-07-10T18:52:19.435Z | Downloaded tokio-rustls v0.25.0 |
917 | 2024-07-10T18:52:19.435Z | Downloaded memmap2 v0.9.4 |
918 | 2024-07-10T18:52:19.435Z | Downloaded iana-time-zone v0.1.60 |
919 | 2024-07-10T18:52:19.435Z | Downloaded trust-dns-resolver v0.22.0 |
920 | 2024-07-10T18:52:19.435Z | Downloaded reedline v0.31.0 |
921 | 2024-07-10T18:52:19.435Z | Downloaded diff v0.1.13 |
922 | 2024-07-10T18:52:19.435Z | Downloaded expectorate v1.1.0 |
923 | 2024-07-10T18:52:19.435Z | Downloaded unicode-segmentation v1.11.0 |
924 | 2024-07-10T18:52:19.435Z | Downloaded portable-atomic v1.6.0 |
925 | 2024-07-10T18:52:19.435Z | Downloaded tungstenite v0.20.1 |
926 | 2024-07-10T18:52:19.435Z | Downloaded zip v0.6.6 |
927 | 2024-07-10T18:52:19.435Z | Downloaded http v1.1.0 |
928 | 2024-07-10T18:52:19.435Z | Downloaded quick-xml v0.31.0 |
929 | 2024-07-10T18:52:19.435Z | Downloaded steno v0.4.1 |
930 | 2024-07-10T18:52:19.435Z | Downloaded heapless v0.8.0 |
931 | 2024-07-10T18:52:19.435Z | Downloaded hashbrown v0.12.3 |
932 | 2024-07-10T18:52:19.435Z | Downloaded trust-dns-client v0.22.0 |
933 | 2024-07-10T18:52:19.435Z | Downloaded blake3 v1.5.1 |
934 | 2024-07-10T18:52:19.435Z | Downloaded x509-cert v0.2.5 |
935 | 2024-07-10T18:52:19.435Z | Downloaded rustyline v14.0.0 |
936 | 2024-07-10T18:52:19.435Z | Downloaded regex-automata v0.1.10 |
937 | 2024-07-10T18:52:19.435Z | Downloaded itertools v0.10.5 |
938 | 2024-07-10T18:52:19.435Z | Downloaded hkdf v0.12.4 |
939 | 2024-07-10T18:52:19.435Z | Downloaded tough v0.17.1 |
940 | 2024-07-10T18:52:19.435Z | Downloaded proptest v1.4.0 |
941 | 2024-07-10T18:52:19.436Z | Downloaded bindgen v0.69.4 |
942 | 2024-07-10T18:52:19.436Z | Downloaded serde_with v3.8.1 |
943 | 2024-07-10T18:52:19.436Z | Downloaded bitvec v1.0.1 |
944 | 2024-07-10T18:52:19.436Z | Downloaded rustls-webpki v0.102.4 |
945 | 2024-07-10T18:52:19.436Z | Downloaded itertools v0.12.1 |
946 | 2024-07-10T18:52:19.436Z | Downloaded chrono v0.4.38 |
947 | 2024-07-10T18:52:19.436Z | Downloaded lalrpop v0.19.12 |
948 | 2024-07-10T18:52:19.436Z | Downloaded curve25519-dalek v4.1.3 |
949 | 2024-07-10T18:52:19.436Z | Downloaded rustls-webpki v0.101.7 |
950 | 2024-07-10T18:52:19.436Z | Downloaded sqlparser v0.45.0 |
951 | 2024-07-10T18:52:19.436Z | Downloaded regex v1.10.5 |
952 | 2024-07-10T18:52:19.436Z | Downloaded nix v0.28.0 |
953 | 2024-07-10T18:52:19.436Z | Downloaded webpki-roots v0.25.4 |
954 | 2024-07-10T18:52:19.436Z | Downloaded regress v0.9.1 |
955 | 2024-07-10T18:52:19.436Z | Downloaded rustls v0.21.12 |
956 | 2024-07-10T18:52:19.436Z | Downloaded idna v0.2.3 |
957 | 2024-07-10T18:52:19.436Z | Downloaded regex-syntax v0.6.29 |
958 | 2024-07-10T18:52:19.436Z | Downloaded gimli v0.28.1 |
959 | 2024-07-10T18:52:19.436Z | Downloaded regex-syntax v0.8.3 |
960 | 2024-07-10T18:52:19.436Z | Downloaded rustls v0.22.4 |
961 | 2024-07-10T18:52:19.436Z | Downloaded smoltcp v0.11.0 |
962 | 2024-07-10T18:52:19.436Z | Downloaded sled v0.34.7 |
963 | 2024-07-10T18:52:19.436Z | Downloaded openapiv3 v2.0.0 |
964 | 2024-07-10T18:52:19.436Z | Downloaded regex-automata v0.4.6 |
965 | 2024-07-10T18:52:19.436Z | Downloaded ratatui v0.27.0 |
966 | 2024-07-10T18:52:19.436Z | Downloaded zerocopy-derive v0.6.6 |
967 | 2024-07-10T18:52:19.436Z | Downloaded finl_unicode v1.2.0 |
968 | 2024-07-10T18:52:19.436Z | Downloaded sha3 v0.10.8 |
969 | 2024-07-10T18:52:19.436Z | Downloaded petgraph v0.6.5 |
970 | 2024-07-10T18:52:19.436Z | Downloaded csv v1.3.0 |
971 | 2024-07-10T18:52:19.436Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
972 | 2024-07-10T18:52:19.436Z | Downloaded diesel v2.1.6 |
973 | 2024-07-10T18:52:19.436Z | Downloaded smoltcp v0.9.1 |
974 | 2024-07-10T18:52:19.440Z | Downloaded idna v0.3.0 |
975 | 2024-07-10T18:52:19.440Z | Downloaded trust-dns-proto v0.22.0 |
976 | 2024-07-10T18:52:19.440Z | Downloaded bstr v1.9.1 |
977 | 2024-07-10T18:52:19.441Z | Downloaded radix_trie v0.2.1 |
978 | 2024-07-10T18:52:19.441Z | Downloaded polar-core v0.27.3 |
979 | 2024-07-10T18:52:19.441Z | Downloaded object v0.30.4 |
980 | 2024-07-10T18:52:19.441Z | Downloaded nix v0.27.1 |
981 | 2024-07-10T18:52:19.441Z | Downloaded bstr v0.2.17 |
982 | 2024-07-10T18:52:19.441Z | Downloaded object v0.32.2 |
983 | 2024-07-10T18:52:19.441Z | Downloaded winnow v0.5.40 |
984 | 2024-07-10T18:52:19.441Z | Downloaded rayon v1.10.0 |
985 | 2024-07-10T18:52:19.441Z | Downloaded itertools v0.13.0 |
986 | 2024-07-10T18:52:19.441Z | Downloaded toml_edit v0.19.15 |
987 | 2024-07-10T18:52:19.441Z | Downloaded libxml v0.3.3 |
988 | 2024-07-10T18:52:19.441Z | Downloaded libm v0.2.8 |
989 | 2024-07-10T18:52:19.441Z | Downloaded aho-corasick v1.1.3 |
990 | 2024-07-10T18:52:19.441Z | Downloaded serde_yaml v0.9.34+deprecated |
991 | 2024-07-10T18:52:19.441Z | Downloaded subprocess v0.2.9 |
992 | 2024-07-10T18:52:19.441Z | Downloaded indicatif v0.17.8 |
993 | 2024-07-10T18:52:19.441Z | Downloaded indexmap v1.9.3 |
994 | 2024-07-10T18:52:19.441Z | Downloaded num-bigint-dig v0.8.4 |
995 | 2024-07-10T18:52:19.441Z | Downloaded secrecy v0.8.0 |
996 | 2024-07-10T18:52:19.441Z | Downloaded resolv-conf v0.7.0 |
997 | 2024-07-10T18:52:19.441Z | Downloaded test-strategy v0.3.1 |
998 | 2024-07-10T18:52:19.441Z | Downloaded slog-envlogger v2.2.0 |
999 | 2024-07-10T18:52:19.441Z | Downloaded structmeta-derive v0.3.0 |
1000 | 2024-07-10T18:52:19.441Z | Downloaded lazy_static v1.5.0 |
1001 | 2024-07-10T18:52:19.441Z | Downloaded kstat-rs v0.2.4 |
1002 | 2024-07-10T18:52:19.441Z | Downloaded socket2 v0.4.10 |
1003 | 2024-07-10T18:52:19.441Z | Downloaded zerocopy v0.6.6 |
1004 | 2024-07-10T18:52:19.441Z | Downloaded textwrap v0.16.1 |
1005 | 2024-07-10T18:52:19.441Z | Downloaded unicode_categories v0.1.1 |
1006 | 2024-07-10T18:52:19.441Z | Downloaded serde_with_macros v3.8.1 |
1007 | 2024-07-10T18:52:19.441Z | Downloaded thiserror-no-std v2.0.2 |
1008 | 2024-07-10T18:52:19.441Z | Downloaded strum_macros v0.24.3 |
1009 | 2024-07-10T18:52:19.441Z | Downloaded md-5 v0.10.6 |
1010 | 2024-07-10T18:52:19.441Z | Downloaded indoc v1.0.9 |
1011 | 2024-07-10T18:52:19.441Z | Downloaded humantime v2.1.0 |
1012 | 2024-07-10T18:52:19.441Z | Downloaded hubpack v0.1.2 |
1013 | 2024-07-10T18:52:19.441Z | Downloaded heck v0.3.3 |
1014 | 2024-07-10T18:52:19.442Z | Downloaded rustls-pki-types v1.7.0 |
1015 | 2024-07-10T18:52:19.442Z | Downloaded rustls-pemfile v2.1.2 |
1016 | 2024-07-10T18:52:19.442Z | Downloaded rustc_version v0.4.0 |
1017 | 2024-07-10T18:52:19.442Z | Downloaded rsa v0.9.6 |
1018 | 2024-07-10T18:52:19.442Z | Downloaded strip-ansi-escapes v0.2.0 |
1019 | 2024-07-10T18:52:19.442Z | Downloaded wyz v0.5.1 |
1020 | 2024-07-10T18:52:19.442Z | Downloaded tokio-stream v0.1.15 |
1021 | 2024-07-10T18:52:19.442Z | Downloaded nom v7.1.3 |
1022 | 2024-07-10T18:52:19.442Z | Downloaded ff v0.13.0 |
1023 | 2024-07-10T18:52:19.442Z | Downloaded either v1.12.0 |
1024 | 2024-07-10T18:52:19.442Z | Downloaded dyn-clone v1.0.17 |
1025 | 2024-07-10T18:52:19.442Z | Downloaded signature v1.6.4 |
1026 | 2024-07-10T18:52:19.442Z | Downloaded signal-hook-tokio v0.3.1 |
1027 | 2024-07-10T18:52:19.442Z | Downloaded unsafe-libyaml v0.2.11 |
1028 | 2024-07-10T18:52:19.442Z | Downloaded heapless v0.7.17 |
1029 | 2024-07-10T18:52:19.442Z | Downloaded typed-path v0.7.1 |
1030 | 2024-07-10T18:52:19.442Z | Downloaded group v0.13.0 |
1031 | 2024-07-10T18:52:19.442Z | Downloaded schemars v0.8.21 |
1032 | 2024-07-10T18:52:19.442Z | Downloaded erased-serde v0.3.31 |
1033 | 2024-07-10T18:52:19.442Z | Downloaded env_logger v0.9.3 |
1034 | 2024-07-10T18:52:19.442Z | Downloaded ron v0.8.1 |
1035 | 2024-07-10T18:52:19.442Z | Downloaded signature v2.2.0 |
1036 | 2024-07-10T18:52:19.442Z | Downloaded env_logger v0.10.2 |
1037 | 2024-07-10T18:52:19.442Z | Downloaded walkdir v2.5.0 |
1038 | 2024-07-10T18:52:19.442Z | Downloaded flume v0.11.0 |
1039 | 2024-07-10T18:52:19.442Z | Downloaded diesel_derives v2.1.4 |
1040 | 2024-07-10T18:52:19.442Z | Downloaded darling_core v0.20.9 |
1041 | 2024-07-10T18:52:19.442Z | Downloaded const_format v0.2.32 |
1042 | 2024-07-10T18:52:19.442Z | Downloaded compact_str v0.7.1 |
1043 | 2024-07-10T18:52:19.442Z | Downloaded chacha20poly1305 v0.10.1 |
1044 | 2024-07-10T18:52:19.442Z | Downloaded libefi-sys v0.1.0 |
1045 | 2024-07-10T18:52:19.442Z | Downloaded ipnetwork v0.20.0 |
1046 | 2024-07-10T18:52:19.442Z | Downloaded globset v0.4.14 |
1047 | 2024-07-10T18:52:19.442Z | Downloaded serde-big-array v0.4.1 |
1048 | 2024-07-10T18:52:19.442Z | Downloaded siphasher v0.3.11 |
1049 | 2024-07-10T18:52:19.442Z | Downloaded publicsuffix v2.2.3 |
1050 | 2024-07-10T18:52:19.442Z | Downloaded home v0.5.9 |
1051 | 2024-07-10T18:52:19.442Z | Downloaded glob v0.3.1 |
1052 | 2024-07-10T18:52:19.442Z | Downloaded shlex v1.3.0 |
1053 | 2024-07-10T18:52:19.442Z | Downloaded rayon-core v1.12.1 |
1054 | 2024-07-10T18:52:19.443Z | Downloaded spki v0.7.3 |
1055 | 2024-07-10T18:52:19.443Z | Downloaded zone v0.1.8 |
1056 | 2024-07-10T18:52:19.443Z | Downloaded libloading v0.8.3 |
1057 | 2024-07-10T18:52:19.443Z | Downloaded stable_deref_trait v1.2.0 |
1058 | 2024-07-10T18:52:19.443Z | Downloaded sqlformat v0.2.3 |
1059 | 2024-07-10T18:52:19.443Z | Downloaded serde_plain v1.0.2 |
1060 | 2024-07-10T18:52:19.443Z | Downloaded serde-hex v0.1.0 |
1061 | 2024-07-10T18:52:19.443Z | Downloaded rustfmt-wrapper v0.2.1 |
1062 | 2024-07-10T18:52:19.443Z | Downloaded tempfile v3.10.1 |
1063 | 2024-07-10T18:52:19.443Z | Downloaded num-traits v0.2.19 |
1064 | 2024-07-10T18:52:19.443Z | Downloaded vsss-rs v3.3.4 |
1065 | 2024-07-10T18:52:19.443Z | Downloaded which v4.4.2 |
1066 | 2024-07-10T18:52:19.443Z | Downloaded tls_codec_derive v0.4.1 |
1067 | 2024-07-10T18:52:19.443Z | Downloaded tabwriter v1.4.0 |
1068 | 2024-07-10T18:52:19.443Z | Downloaded supports-color v3.0.0 |
1069 | 2024-07-10T18:52:19.443Z | Downloaded structmeta-derive v0.2.0 |
1070 | 2024-07-10T18:52:19.443Z | Downloaded ring v0.17.8 |
1071 | 2024-07-10T18:52:19.443Z | Downloaded smf v0.2.3 |
1072 | 2024-07-10T18:52:19.443Z | Downloaded sct v0.7.1 |
1073 | 2024-07-10T18:52:19.443Z | Downloaded rustc-demangle v0.1.24 |
1074 | 2024-07-10T18:52:19.446Z | Downloaded fragile v2.0.0 |
1075 | 2024-07-10T18:52:19.446Z | Downloaded fd-lock v4.0.2 |
1076 | 2024-07-10T18:52:19.446Z | Downloaded uzers v0.11.3 |
1077 | 2024-07-10T18:52:19.446Z | Downloaded untrusted v0.9.0 |
1078 | 2024-07-10T18:52:19.446Z | Downloaded base64 v0.22.1 |
1079 | 2024-07-10T18:52:19.446Z | Downloaded backtrace v0.3.71 |
1080 | 2024-07-10T18:52:19.446Z | Downloaded arc-swap v1.7.1 |
1081 | 2024-07-10T18:52:19.446Z | Downloaded float-cmp v0.9.0 |
1082 | 2024-07-10T18:52:19.446Z | Downloaded unicode-xid v0.2.4 |
1083 | 2024-07-10T18:52:19.446Z | Downloaded unicode-linebreak v0.1.5 |
1084 | 2024-07-10T18:52:19.446Z | Downloaded toml v0.5.11 |
1085 | 2024-07-10T18:52:19.446Z | Downloaded tokio-tungstenite v0.21.0 |
1086 | 2024-07-10T18:52:19.446Z | Downloaded oso v0.27.3 |
1087 | 2024-07-10T18:52:19.446Z | Downloaded derive-where v1.2.7 |
1088 | 2024-07-10T18:52:19.446Z | Downloaded paste v1.0.15 |
1089 | 2024-07-10T18:52:19.446Z | Downloaded const-oid v0.9.6 |
1090 | 2024-07-10T18:52:19.447Z | Downloaded sha1 v0.10.6 |
1091 | 2024-07-10T18:52:19.447Z | Downloaded sec1 v0.7.3 |
1092 | 2024-07-10T18:52:19.447Z | Downloaded rtoolbox v0.0.2 |
1093 | 2024-07-10T18:52:19.447Z | Downloaded crossbeam-epoch v0.9.18 |
1094 | 2024-07-10T18:52:19.447Z | Downloaded inout v0.1.3 |
1095 | 2024-07-10T18:52:19.447Z | Downloaded pkcs8 v0.10.2 |
1096 | 2024-07-10T18:52:19.447Z | Downloaded ring v0.16.20 |
1097 | 2024-07-10T18:52:19.515Z | Downloaded managed v0.8.0 |
1098 | 2024-07-10T18:52:19.518Z | Downloaded hyper-staticfile v0.9.5 |
1099 | 2024-07-10T18:52:19.519Z | Downloaded base64 v0.13.1 |
1100 | 2024-07-10T18:52:19.522Z | Downloaded data-encoding v2.6.0 |
1101 | 2024-07-10T18:52:19.522Z | Downloaded cancel-safe-futures v0.1.5 |
1102 | 2024-07-10T18:52:19.525Z | Downloaded ciborium v0.2.2 |
1103 | 2024-07-10T18:52:19.528Z | Downloaded peg v0.8.3 |
1104 | 2024-07-10T18:52:19.531Z | Downloaded cookie_store v0.20.0 |
1105 | 2024-07-10T18:52:19.531Z | Downloaded cookie v0.17.0 |
1106 | 2024-07-10T18:52:19.534Z | Downloaded pin-project v1.1.5 |
1107 | 2024-07-10T18:52:19.542Z | Downloaded peg-macros v0.8.3 |
1108 | 2024-07-10T18:52:19.544Z | Downloaded embedded-io v0.4.0 |
1109 | 2024-07-10T18:52:19.544Z | Downloaded omicron-zone-package v0.11.0 |
1110 | 2024-07-10T18:52:19.547Z | Downloaded bit-vec v0.6.3 |
1111 | 2024-07-10T18:52:19.550Z | Downloaded zeroize_derive v1.4.2 |
1112 | 2024-07-10T18:52:19.550Z | Downloaded wait-timeout v0.2.0 |
1113 | 2024-07-10T18:52:19.550Z | Downloaded untrusted v0.7.1 |
1114 | 2024-07-10T18:52:19.553Z | Downloaded num-rational v0.4.2 |
1115 | 2024-07-10T18:52:19.553Z | Downloaded rand_core v0.6.4 |
1116 | 2024-07-10T18:52:19.556Z | Downloaded cookie v0.18.1 |
1117 | 2024-07-10T18:52:19.556Z | Downloaded clang-sys v1.7.0 |
1118 | 2024-07-10T18:52:19.559Z | Downloaded pretty-hex v0.2.1 |
1119 | 2024-07-10T18:52:19.559Z | Downloaded blake2 v0.10.6 |
1120 | 2024-07-10T18:52:19.563Z | Downloaded cexpr v0.6.0 |
1121 | 2024-07-10T18:52:19.563Z | Downloaded r2d2 v0.8.10 |
1122 | 2024-07-10T18:52:19.567Z | Downloaded num v0.4.3 |
1123 | 2024-07-10T18:52:19.567Z | Downloaded mockall_derive v0.12.1 |
1124 | 2024-07-10T18:52:19.567Z | Downloaded defmt v0.3.8 |
1125 | 2024-07-10T18:52:19.570Z | Downloaded buf-list v1.0.3 |
1126 | 2024-07-10T18:52:19.574Z | Downloaded parse-display v0.9.1 |
1127 | 2024-07-10T18:52:19.575Z | Downloaded bitfield-struct v0.6.1 |
1128 | 2024-07-10T18:52:19.575Z | Downloaded ciborium-ll v0.2.2 |
1129 | 2024-07-10T18:52:19.575Z | Downloaded pkcs1 v0.7.5 |
1130 | 2024-07-10T18:52:19.577Z | Downloaded constant_time_eq v0.3.0 |
1131 | 2024-07-10T18:52:19.577Z | Downloaded castaway v0.2.2 |
1132 | 2024-07-10T18:52:19.577Z | Downloaded derive_builder v0.20.0 |
1133 | 2024-07-10T18:52:19.580Z | Downloaded camino-tempfile v1.1.1 |
1134 | 2024-07-10T18:52:19.584Z | Downloaded ahash v0.8.11 |
1135 | 2024-07-10T18:52:19.589Z | Downloaded addr2line v0.21.0 |
1136 | 2024-07-10T18:52:19.589Z | Downloaded derive_builder_core v0.20.0 |
1137 | 2024-07-10T18:52:19.589Z | Downloaded der_derive v0.7.2 |
1138 | 2024-07-10T18:52:19.592Z | Downloaded base64ct v1.6.0 |
1139 | 2024-07-10T18:52:19.592Z | Downloaded console v0.15.8 |
1140 | 2024-07-10T18:52:19.595Z | Downloaded bitfield v0.14.0 |
1141 | 2024-07-10T18:52:19.595Z | Downloaded bzip2 v0.4.4 |
1142 | 2024-07-10T18:52:19.598Z | Downloaded rand_seeder v0.2.3 |
1143 | 2024-07-10T18:52:19.598Z | Downloaded rand_chacha v0.3.1 |
1144 | 2024-07-10T18:52:19.601Z | Downloaded peg-runtime v0.8.3 |
1145 | 2024-07-10T18:52:19.601Z | Downloaded multer v3.1.0 |
1146 | 2024-07-10T18:52:19.603Z | Downloaded mockall v0.12.1 |
1147 | 2024-07-10T18:52:19.603Z | Downloaded bcs v0.1.6 |
1148 | 2024-07-10T18:52:19.607Z | Downloaded atomic-waker v1.1.2 |
1149 | 2024-07-10T18:52:19.607Z | Downloaded ascii v1.1.0 |
1150 | 2024-07-10T18:52:19.607Z | Downloaded arrayvec v0.7.4 |
1151 | 2024-07-10T18:52:19.610Z | Downloaded bitstruct_derive v0.1.0 |
1152 | 2024-07-10T18:52:19.610Z | Downloaded async-trait v0.1.81 |
1153 | 2024-07-10T18:52:19.613Z | Downloaded argon2 v0.5.3 |
1154 | 2024-07-10T18:52:19.613Z | Downloaded num_enum v0.5.11 |
1155 | 2024-07-10T18:52:19.618Z | Downloaded debug-ignore v1.0.5 |
1156 | 2024-07-10T18:52:19.625Z | Downloaded crc-catalog v2.4.0 |
1157 | 2024-07-10T18:52:19.625Z | Downloaded packed_struct v0.10.1 |
1158 | 2024-07-10T18:52:19.625Z | Downloaded normalize-line-endings v0.3.0 |
1159 | 2024-07-10T18:52:19.625Z | Downloaded corncobs v0.1.3 |
1160 | 2024-07-10T18:52:19.628Z | Downloaded bitflags v1.3.2 |
1161 | 2024-07-10T18:52:19.628Z | Downloaded block-padding v0.3.3 |
1162 | 2024-07-10T18:52:19.628Z | Downloaded atty v0.2.14 |
1163 | 2024-07-10T18:52:19.628Z | Downloaded mime_guess v2.0.4 |
1164 | 2024-07-10T18:52:19.628Z | Downloaded convert_case v0.4.0 |
1165 | 2024-07-10T18:52:19.631Z | Downloaded cipher v0.4.4 |
1166 | 2024-07-10T18:52:19.631Z | Downloaded ascii-canvas v3.0.0 |
1167 | 2024-07-10T18:52:19.631Z | Downloaded array-init v0.0.4 |
1168 | 2024-07-10T18:52:19.631Z | Downloaded async-stream v0.3.5 |
1169 | 2024-07-10T18:52:19.636Z | Downloaded arrayref v0.3.7 |
1170 | 2024-07-10T18:52:19.636Z | Downloaded aead v0.5.2 |
1171 | 2024-07-10T18:52:19.636Z | Downloaded newline-converter v0.3.0 |
1172 | 2024-07-10T18:52:19.639Z | Downloaded memoffset v0.9.1 |
1173 | 2024-07-10T18:52:19.639Z | Downloaded bb8 v0.8.5 |
1174 | 2024-07-10T18:52:19.772Z | Compiling proc-macro2 v1.0.86 |
1175 | 2024-07-10T18:52:19.772Z | Compiling unicode-ident v1.0.12 |
1176 | 2024-07-10T18:52:19.772Z | Compiling libc v0.2.155 |
1177 | 2024-07-10T18:52:19.786Z | Compiling serde v1.0.204 |
1178 | 2024-07-10T18:52:19.786Z | Compiling autocfg v1.3.0 |
1179 | 2024-07-10T18:52:19.786Z | Compiling version_check v0.9.4 |
1180 | 2024-07-10T18:52:19.786Z | Compiling cfg-if v1.0.0 |
1181 | 2024-07-10T18:52:20.226Z | Compiling cc v1.0.97 |
1182 | 2024-07-10T18:52:20.233Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-07-10T18:52:20.233Z | Compiling serde_json v1.0.120 |
1184 | 2024-07-10T18:52:20.414Z | Compiling once_cell v1.19.0 |
1185 | 2024-07-10T18:52:20.431Z | Compiling libm v0.2.8 |
1186 | 2024-07-10T18:52:20.623Z | Compiling lock_api v0.4.12 |
1187 | 2024-07-10T18:52:20.627Z | Compiling ahash v0.8.11 |
1188 | 2024-07-10T18:52:20.715Z | Compiling byteorder v1.5.0 |
1189 | 2024-07-10T18:52:20.770Z | Compiling num-traits v0.2.19 |
1190 | 2024-07-10T18:52:20.879Z | Compiling memchr v2.7.2 |
1191 | 2024-07-10T18:52:20.935Z | Compiling thiserror v1.0.60 |
1192 | 2024-07-10T18:52:21.128Z | Compiling scopeguard v1.2.0 |
1193 | 2024-07-10T18:52:21.153Z | Compiling typenum v1.17.0 |
1194 | 2024-07-10T18:52:21.408Z | Compiling quote v1.0.36 |
1195 | 2024-07-10T18:52:21.901Z | Compiling syn v2.0.68 |
1196 | 2024-07-10T18:52:22.075Z | Compiling getrandom v0.2.14 |
1197 | 2024-07-10T18:52:22.174Z | Compiling itoa v1.0.11 |
1198 | 2024-07-10T18:52:22.195Z | Compiling log v0.4.21 |
1199 | 2024-07-10T18:52:22.415Z | Compiling generic-array v0.14.7 |
1200 | 2024-07-10T18:52:22.681Z | Compiling allocator-api2 v0.2.18 |
1201 | 2024-07-10T18:52:22.924Z | Compiling slab v0.4.9 |
1202 | 2024-07-10T18:52:22.949Z | Compiling ring v0.17.8 |
1203 | 2024-07-10T18:52:23.015Z | Compiling ryu v1.0.18 |
1204 | 2024-07-10T18:52:23.231Z | Compiling pin-project-lite v0.2.14 |
1205 | 2024-07-10T18:52:23.289Z | Compiling schemars v0.8.21 |
1206 | 2024-07-10T18:52:23.353Z | Compiling semver v1.0.23 |
1207 | 2024-07-10T18:52:23.475Z | Compiling smallvec v1.13.2 |
1208 | 2024-07-10T18:52:23.712Z | Compiling equivalent v1.0.1 |
1209 | 2024-07-10T18:52:23.823Z | Compiling pkg-config v0.3.30 |
1210 | 2024-07-10T18:52:23.844Z | Compiling vcpkg v0.2.15 |
1211 | 2024-07-10T18:52:23.986Z | Compiling signal-hook-registry v1.4.2 |
1212 | 2024-07-10T18:52:24.852Z | Compiling parking_lot v0.12.2 |
1213 | 2024-07-10T18:52:25.431Z | Compiling syn v1.0.109 |
1214 | 2024-07-10T18:52:25.673Z | Compiling mio v0.8.11 |
1215 | 2024-07-10T18:52:25.720Z | Compiling openssl-sys v0.9.102 |
1216 | 2024-07-10T18:52:26.095Z | Compiling spin v0.9.8 |
1217 | 2024-07-10T18:52:26.696Z | Compiling rand_core v0.6.4 |
1218 | 2024-07-10T18:52:27.081Z | Compiling socket2 v0.5.7 |
1219 | 2024-07-10T18:52:27.107Z | Compiling num_cpus v1.16.0 |
1220 | 2024-07-10T18:52:27.236Z | Compiling time-core v0.1.2 |
1221 | 2024-07-10T18:52:27.490Z | Compiling num-conv v0.1.0 |
1222 | 2024-07-10T18:52:27.694Z | Compiling time-macros v0.2.18 |
1223 | 2024-07-10T18:52:27.819Z | Compiling heck v0.5.0 |
1224 | 2024-07-10T18:52:27.837Z | Compiling httparse v1.8.0 |
1225 | 2024-07-10T18:52:28.421Z | Compiling futures-core v0.3.30 |
1226 | 2024-07-10T18:52:28.713Z | Compiling fnv v1.0.7 |
1227 | 2024-07-10T18:52:28.769Z | Compiling openssl v0.10.64 |
1228 | 2024-07-10T18:52:29.148Z | Compiling iana-time-zone v0.1.60 |
1229 | 2024-07-10T18:52:29.333Z | Compiling crossbeam-utils v0.8.19 |
1230 | 2024-07-10T18:52:29.457Z | Compiling rustix v0.38.34 |
1231 | 2024-07-10T18:52:29.668Z | Compiling serde_derive_internals v0.29.1 |
1232 | 2024-07-10T18:52:29.951Z | Compiling tinyvec_macros v0.1.1 |
1233 | 2024-07-10T18:52:30.038Z | Compiling rustls v0.21.12 |
1234 | 2024-07-10T18:52:30.102Z | Compiling native-tls v0.2.11 |
1235 | 2024-07-10T18:52:30.227Z | Compiling tinyvec v1.6.0 |
1236 | 2024-07-10T18:52:30.912Z | Compiling ucd-trie v0.1.6 |
1237 | 2024-07-10T18:52:31.080Z | Compiling futures-sink v0.3.30 |
1238 | 2024-07-10T18:52:31.230Z | Compiling subtle v2.5.0 |
1239 | 2024-07-10T18:52:31.405Z | Compiling const-oid v0.9.6 |
1240 | 2024-07-10T18:52:31.678Z | Compiling unicode-normalization v0.1.23 |
1241 | 2024-07-10T18:52:31.739Z | Compiling backtrace v0.3.71 |
1242 | 2024-07-10T18:52:31.907Z | Compiling cookie v0.17.0 |
1243 | 2024-07-10T18:52:32.131Z | Compiling dyn-clone v1.0.17 |
1244 | 2024-07-10T18:52:32.162Z | Compiling slog v2.7.0 |
1245 | 2024-07-10T18:52:32.451Z | Compiling unicode-bidi v0.3.15 |
1246 | 2024-07-10T18:52:32.896Z | Compiling futures-channel v0.3.30 |
1247 | 2024-07-10T18:52:33.067Z | Compiling pin-utils v0.1.0 |
1248 | 2024-07-10T18:52:33.170Z | Compiling futures-task v0.3.30 |
1249 | 2024-07-10T18:52:33.488Z | Compiling futures-io v0.3.30 |
1250 | 2024-07-10T18:52:33.819Z | Compiling aho-corasick v1.1.3 |
1251 | 2024-07-10T18:52:34.262Z | Compiling untrusted v0.9.0 |
1252 | 2024-07-10T18:52:34.440Z | Compiling anyhow v1.0.86 |
1253 | 2024-07-10T18:52:34.678Z | Compiling regex-syntax v0.8.3 |
1254 | 2024-07-10T18:52:35.260Z | Compiling winnow v0.5.40 |
1255 | 2024-07-10T18:52:35.361Z | Compiling serde_derive v1.0.204 |
1256 | 2024-07-10T18:52:35.986Z | Compiling zerocopy-derive v0.7.34 |
1257 | 2024-07-10T18:52:36.112Z | Compiling zeroize_derive v1.4.2 |
1258 | 2024-07-10T18:52:37.550Z | Compiling thiserror-impl v1.0.60 |
1259 | 2024-07-10T18:52:38.005Z | Compiling zerocopy v0.7.34 |
1260 | 2024-07-10T18:52:38.302Z | Compiling tokio-macros v2.3.0 |
1261 | 2024-07-10T18:52:39.003Z | Compiling futures-macro v0.3.30 |
1262 | 2024-07-10T18:52:39.506Z | Compiling schemars_derive v0.8.21 |
1263 | 2024-07-10T18:52:40.245Z | Compiling hashbrown v0.14.5 |
1264 | 2024-07-10T18:52:40.392Z | Compiling tracing-attributes v0.1.27 |
1265 | 2024-07-10T18:52:40.430Z | Compiling zeroize v1.7.0 |
1266 | 2024-07-10T18:52:41.239Z | Compiling openssl-macros v0.1.1 |
1267 | 2024-07-10T18:52:41.977Z | Compiling scroll_derive v0.12.0 |
1268 | 2024-07-10T18:52:42.260Z | Compiling pest v2.7.10 |
1269 | 2024-07-10T18:52:42.294Z | Compiling crypto-common v0.1.6 |
1270 | 2024-07-10T18:52:42.488Z | Compiling futures-util v0.3.30 |
1271 | 2024-07-10T18:52:42.534Z | Compiling der_derive v0.7.2 |
1272 | 2024-07-10T18:52:43.736Z | Compiling block-buffer v0.10.4 |
1273 | 2024-07-10T18:52:43.962Z | Compiling regex-automata v0.4.6 |
1274 | 2024-07-10T18:52:44.832Z | Compiling pest_meta v2.7.10 |
1275 | 2024-07-10T18:52:45.043Z | Compiling tracing-core v0.1.32 |
1276 | 2024-07-10T18:52:47.537Z | Compiling pest_generator v2.7.10 |
1277 | 2024-07-10T18:52:49.184Z | Compiling bytes v1.6.0 |
1278 | 2024-07-10T18:52:49.829Z | Compiling indexmap v2.2.6 |
1279 | 2024-07-10T18:52:50.354Z | Compiling tokio v1.38.0 |
1280 | 2024-07-10T18:52:50.725Z | Compiling bitflags v2.5.0 |
1281 | 2024-07-10T18:52:51.053Z | Compiling uuid v1.9.1 |
1282 | 2024-07-10T18:52:51.251Z | Compiling chrono v0.4.38 |
1283 | 2024-07-10T18:52:52.023Z | Compiling serde_tokenstream v0.2.1 |
1284 | 2024-07-10T18:52:52.971Z | Compiling toml_datetime v0.6.6 |
1285 | 2024-07-10T18:52:53.400Z | Compiling serde_spanned v0.6.6 |
1286 | 2024-07-10T18:52:54.805Z | Compiling http v0.2.12 |
1287 | 2024-07-10T18:52:55.226Z | Compiling toml_edit v0.19.15 |
1288 | 2024-07-10T18:52:56.570Z | Compiling rustc_version v0.4.0 |
1289 | 2024-07-10T18:52:57.089Z | Compiling pest_derive v2.7.10 |
1290 | 2024-07-10T18:52:57.165Z | Compiling usdt-impl v0.5.0 |
1291 | 2024-07-10T18:52:57.237Z | Compiling powerfmt v0.2.0 |
1292 | 2024-07-10T18:52:57.479Z | Compiling rustversion v1.0.17 |
1293 | 2024-07-10T18:52:57.697Z | Compiling deranged v0.3.11 |
1294 | 2024-07-10T18:52:57.838Z | Compiling heapless v0.7.17 |
1295 | 2024-07-10T18:52:58.171Z | Compiling tracing v0.1.40 |
1296 | 2024-07-10T18:52:58.249Z | Compiling digest v0.10.7 |
1297 | 2024-07-10T18:52:58.688Z | Compiling scroll v0.12.0 |
1298 | 2024-07-10T18:52:59.242Z | Compiling percent-encoding v2.3.1 |
1299 | 2024-07-10T18:52:59.715Z | Compiling num_threads v0.1.7 |
1300 | 2024-07-10T18:52:59.832Z | Compiling plain v0.2.3 |
1301 | 2024-07-10T18:52:59.849Z | Compiling ppv-lite86 v0.2.17 |
1302 | 2024-07-10T18:52:59.979Z | Compiling signal-hook v0.3.17 |
1303 | 2024-07-10T18:53:00.393Z | Compiling heck v0.4.1 |
1304 | 2024-07-10T18:53:00.489Z | Compiling time v0.3.36 |
1305 | 2024-07-10T18:53:00.608Z | Compiling rand_chacha v0.3.1 |
1306 | 2024-07-10T18:53:00.811Z | Compiling goblin v0.8.2 |
1307 | 2024-07-10T18:53:02.207Z | Compiling regex v1.10.5 |
1308 | 2024-07-10T18:53:03.442Z | Compiling crc32fast v1.4.0 |
1309 | 2024-07-10T18:53:03.886Z | Compiling strsim v0.11.1 |
1310 | 2024-07-10T18:53:04.515Z | Compiling pretty-hex v0.4.1 |
1311 | 2024-07-10T18:53:05.173Z | Compiling rand v0.8.5 |
1312 | 2024-07-10T18:53:05.514Z | Compiling tokio-util v0.7.11 |
1313 | 2024-07-10T18:53:06.719Z | Compiling dof v0.3.0 |
1314 | 2024-07-10T18:53:06.764Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-07-10T18:53:07.294Z | Compiling async-trait v0.1.81 |
1316 | 2024-07-10T18:53:08.153Z | Compiling thread-id v4.2.1 |
1317 | 2024-07-10T18:53:08.414Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1318 | 2024-07-10T18:53:08.461Z | Compiling unicode-width v0.1.13 |
1319 | 2024-07-10T18:53:08.629Z | Compiling smoltcp v0.9.1 |
1320 | 2024-07-10T18:53:08.678Z | Compiling base64ct v1.6.0 |
1321 | 2024-07-10T18:53:08.971Z | Compiling foreign-types-shared v0.1.1 |
1322 | 2024-07-10T18:53:09.073Z | Compiling foreign-types v0.3.2 |
1323 | 2024-07-10T18:53:09.163Z | Compiling pem-rfc7468 v0.7.0 |
1324 | 2024-07-10T18:53:10.616Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-07-10T18:53:10.895Z | Compiling hmac v0.12.1 |
1326 | 2024-07-10T18:53:11.145Z | Compiling try-lock v0.2.5 |
1327 | 2024-07-10T18:53:11.199Z | Compiling siphasher v0.3.11 |
1328 | 2024-07-10T18:53:11.282Z | Compiling flagset v0.4.5 |
1329 | 2024-07-10T18:53:11.499Z | Compiling adler v1.0.2 |
1330 | 2024-07-10T18:53:11.556Z | Compiling base64 v0.21.7 |
1331 | 2024-07-10T18:53:11.728Z | Compiling want v0.3.1 |
1332 | 2024-07-10T18:53:11.817Z | Compiling miniz_oxide v0.7.2 |
1333 | 2024-07-10T18:53:12.097Z | Compiling der v0.7.9 |
1334 | 2024-07-10T18:53:14.125Z | Compiling h2 v0.3.26 |
1335 | 2024-07-10T18:53:14.161Z | Compiling rustls-webpki v0.101.7 |
1336 | 2024-07-10T18:53:15.109Z | Compiling sct v0.7.1 |
1337 | 2024-07-10T18:53:15.404Z | Compiling http-body v0.4.6 |
1338 | 2024-07-10T18:53:15.943Z | Compiling openapiv3 v2.0.0 |
1339 | 2024-07-10T18:53:16.353Z | Compiling hubpack_derive v0.1.1 |
1340 | 2024-07-10T18:53:16.489Z | Compiling zerocopy-derive v0.6.6 |
1341 | 2024-07-10T18:53:17.139Z | Compiling idna v0.5.0 |
1342 | 2024-07-10T18:53:17.424Z | Compiling errno v0.3.9 |
1343 | 2024-07-10T18:53:17.625Z | Compiling fs-err v2.11.0 |
1344 | 2024-07-10T18:53:17.757Z | Compiling openssl-probe v0.1.5 |
1345 | 2024-07-10T18:53:18.053Z | Compiling finl_unicode v1.2.0 |
1346 | 2024-07-10T18:53:18.450Z | Compiling stable_deref_trait v1.2.0 |
1347 | 2024-07-10T18:53:18.557Z | Compiling utf8parse v0.2.1 |
1348 | 2024-07-10T18:53:18.641Z | Compiling cpufeatures v0.2.12 |
1349 | 2024-07-10T18:53:18.710Z | Compiling tower-service v0.3.2 |
1350 | 2024-07-10T18:53:18.734Z | Compiling gimli v0.28.1 |
1351 | 2024-07-10T18:53:18.959Z | Compiling httpdate v1.0.3 |
1352 | 2024-07-10T18:53:19.364Z | Compiling anstyle v1.0.7 |
1353 | 2024-07-10T18:53:19.740Z | Compiling sha2 v0.10.8 |
1354 | 2024-07-10T18:53:19.795Z | Compiling anstyle-parse v0.2.4 |
1355 | 2024-07-10T18:53:20.190Z | Compiling stringprep v0.1.4 |
1356 | 2024-07-10T18:53:20.558Z | Compiling url v2.5.0 |
1357 | 2024-07-10T18:53:22.251Z | Compiling hyper v0.14.28 |
1358 | 2024-07-10T18:53:24.026Z | Compiling addr2line v0.21.0 |
1359 | 2024-07-10T18:53:25.023Z | Compiling spki v0.7.3 |
1360 | 2024-07-10T18:53:25.390Z | Compiling usdt-attr-macro v0.5.0 |
1361 | 2024-07-10T18:53:25.575Z | Compiling usdt-macro v0.5.0 |
1362 | 2024-07-10T18:53:26.942Z | Compiling md-5 v0.10.6 |
1363 | 2024-07-10T18:53:30.896Z | Compiling idna v0.3.0 |
1364 | 2024-07-10T18:53:31.263Z | Compiling diesel_table_macro_syntax v0.1.0 |
1365 | 2024-07-10T18:53:31.474Z | Compiling num-integer v0.1.46 |
1366 | 2024-07-10T18:53:32.206Z | Compiling object v0.32.2 |
1367 | 2024-07-10T18:53:32.319Z | Compiling hash32 v0.2.1 |
1368 | 2024-07-10T18:53:32.699Z | Compiling is_terminal_polyfill v1.70.0 |
1369 | 2024-07-10T18:53:32.831Z | Compiling rustc-demangle v0.1.24 |
1370 | 2024-07-10T18:53:34.373Z | Compiling colorchoice v1.0.1 |
1371 | 2024-07-10T18:53:34.533Z | Compiling anstyle-query v1.0.3 |
1372 | 2024-07-10T18:53:35.070Z | Compiling psl-types v2.0.11 |
1373 | 2024-07-10T18:53:35.267Z | Compiling fallible-iterator v0.2.0 |
1374 | 2024-07-10T18:53:35.961Z | Compiling postgres-protocol v0.6.6 |
1375 | 2024-07-10T18:53:38.875Z | Compiling publicsuffix v2.2.3 |
1376 | 2024-07-10T18:53:40.789Z | Compiling anstream v0.6.14 |
1377 | 2024-07-10T18:53:41.480Z | Compiling diesel_derives v2.1.4 |
1378 | 2024-07-10T18:53:42.378Z | Compiling tokio-rustls v0.24.1 |
1379 | 2024-07-10T18:53:46.907Z | Compiling pkcs8 v0.10.2 |
1380 | 2024-07-10T18:53:47.454Z | Compiling terminal_size v0.3.0 |
1381 | 2024-07-10T18:53:47.651Z | Compiling tokio-native-tls v0.3.1 |
1382 | 2024-07-10T18:53:48.143Z | Compiling phf_shared v0.11.2 |
1383 | 2024-07-10T18:53:49.079Z | Compiling strum_macros v0.25.3 |
1384 | 2024-07-10T18:53:49.137Z | Compiling enum-as-inner v0.5.1 |
1385 | 2024-07-10T18:53:49.733Z | Compiling block-padding v0.3.3 |
1386 | 2024-07-10T18:53:49.960Z | Compiling regress v0.9.1 |
1387 | 2024-07-10T18:53:50.111Z | Compiling serde_repr v0.1.19 |
1388 | 2024-07-10T18:53:50.695Z | Compiling clap_derive v4.5.4 |
1389 | 2024-07-10T18:53:53.029Z | Compiling ff v0.13.0 |
1390 | 2024-07-10T18:53:53.126Z | Compiling lazy_static v1.5.0 |
1391 | 2024-07-10T18:53:53.254Z | Compiling scheduled-thread-pool v0.2.7 |
1392 | 2024-07-10T18:53:53.755Z | Compiling encoding_rs v0.8.34 |
1393 | 2024-07-10T18:53:54.651Z | Compiling bitflags v1.3.2 |
1394 | 2024-07-10T18:53:54.695Z | Compiling managed v0.8.0 |
1395 | 2024-07-10T18:53:55.144Z | Compiling clap_lex v0.7.0 |
1396 | 2024-07-10T18:53:55.281Z | Compiling matches v0.1.10 |
1397 | 2024-07-10T18:53:55.376Z | Compiling ipnet v2.9.0 |
1398 | 2024-07-10T18:53:55.594Z | Compiling either v1.12.0 |
1399 | 2024-07-10T18:53:55.995Z | Compiling bit-vec v0.6.3 |
1400 | 2024-07-10T18:53:56.379Z | Compiling base16ct v0.2.0 |
1401 | 2024-07-10T18:53:56.462Z | Compiling mime v0.3.17 |
1402 | 2024-07-10T18:53:56.683Z | Compiling sec1 v0.7.3 |
1403 | 2024-07-10T18:53:57.237Z | Compiling clap_builder v4.5.2 |
1404 | 2024-07-10T18:53:57.240Z | Compiling idna v0.2.3 |
1405 | 2024-07-10T18:53:58.652Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1406 | 2024-07-10T18:53:59.637Z | Compiling r2d2 v0.8.10 |
1407 | 2024-07-10T18:54:01.746Z | Compiling group v0.13.0 |
1408 | 2024-07-10T18:54:04.368Z | Compiling inout v0.1.3 |
1409 | 2024-07-10T18:54:04.768Z | Compiling phf v0.11.2 |
1410 | 2024-07-10T18:54:04.803Z | Compiling hyper-tls v0.5.0 |
1411 | 2024-07-10T18:54:04.933Z | Compiling signal-hook-mio v0.2.3 |
1412 | 2024-07-10T18:54:05.043Z | Compiling hyper-rustls v0.24.2 |
1413 | 2024-07-10T18:54:05.079Z | Compiling cookie_store v0.20.0 |
1414 | 2024-07-10T18:54:05.263Z | Compiling postgres-types v0.2.6 |
1415 | 2024-07-10T18:54:05.372Z | Compiling num-bigint v0.4.5 |
1416 | 2024-07-10T18:54:05.451Z | Compiling zerocopy v0.6.6 |
1417 | 2024-07-10T18:54:06.389Z | Compiling hubpack v0.1.2 |
1418 | 2024-07-10T18:54:06.412Z | Compiling rustls-pemfile v1.0.4 |
1419 | 2024-07-10T18:54:06.706Z | Compiling phf_shared v0.10.0 |
1420 | 2024-07-10T18:54:06.834Z | Compiling hkdf v0.12.4 |
1421 | 2024-07-10T18:54:06.851Z | Compiling serde_urlencoded v0.7.1 |
1422 | 2024-07-10T18:54:07.073Z | Compiling crossbeam-epoch v0.9.18 |
1423 | 2024-07-10T18:54:07.444Z | Compiling ipnetwork v0.20.0 |
1424 | 2024-07-10T18:54:08.310Z | Compiling futures-executor v0.3.30 |
1425 | 2024-07-10T18:54:08.921Z | Compiling crypto-bigint v0.5.5 |
1426 | 2024-07-10T18:54:09.129Z | Compiling float-cmp v0.9.0 |
1427 | 2024-07-10T18:54:09.232Z | Compiling memmap v0.7.0 |
1428 | 2024-07-10T18:54:10.245Z | Compiling unicode-segmentation v1.11.0 |
1429 | 2024-07-10T18:54:11.006Z | Compiling difflib v0.4.0 |
1430 | 2024-07-10T18:54:11.464Z | Compiling data-encoding v2.6.0 |
1431 | 2024-07-10T18:54:11.667Z | Compiling sync_wrapper v0.1.2 |
1432 | 2024-07-10T18:54:11.801Z | Compiling whoami v1.5.1 |
1433 | 2024-07-10T18:54:12.126Z | Compiling new_debug_unreachable v1.0.6 |
1434 | 2024-07-10T18:54:12.219Z | Compiling normalize-line-endings v0.3.0 |
1435 | 2024-07-10T18:54:12.324Z | Compiling webpki-roots v0.25.4 |
1436 | 2024-07-10T18:54:12.343Z | Compiling precomputed-hash v0.1.1 |
1437 | 2024-07-10T18:54:12.376Z | Compiling fixedbitset v0.4.2 |
1438 | 2024-07-10T18:54:12.432Z | Compiling predicates-core v1.0.6 |
1439 | 2024-07-10T18:54:12.451Z | Compiling winnow v0.6.8 |
1440 | 2024-07-10T18:54:12.478Z | Compiling minimal-lexical v0.2.1 |
1441 | 2024-07-10T18:54:12.756Z | Compiling static_assertions v1.1.0 |
1442 | 2024-07-10T18:54:12.858Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1443 | 2024-07-10T18:54:12.913Z | Compiling nom v7.1.3 |
1444 | 2024-07-10T18:54:12.963Z | Compiling petgraph v0.6.5 |
1445 | 2024-07-10T18:54:13.053Z | Compiling predicates v3.1.0 |
1446 | 2024-07-10T18:54:13.294Z | Compiling reqwest v0.11.27 |
1447 | 2024-07-10T18:54:14.611Z | Compiling string_cache v0.8.7 |
1448 | 2024-07-10T18:54:15.032Z | Compiling tokio-postgres v0.7.10 |
1449 | 2024-07-10T18:54:16.190Z | Compiling toml_edit v0.22.14 |
1450 | 2024-07-10T18:54:16.610Z | Compiling trust-dns-proto v0.22.0 |
1451 | 2024-07-10T18:54:16.794Z | Compiling elliptic-curve v0.13.8 |
1452 | 2024-07-10T18:54:17.529Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1453 | 2024-07-10T18:54:19.128Z | Compiling similar v2.5.0 |
1454 | 2024-07-10T18:54:19.993Z | Compiling usdt v0.5.0 |
1455 | 2024-07-10T18:54:21.250Z | Compiling futures v0.3.30 |
1456 | 2024-07-10T18:54:21.291Z | Compiling yasna v0.5.2 |
1457 | 2024-07-10T18:54:21.369Z | Compiling diesel v2.1.6 |
1458 | 2024-07-10T18:54:22.352Z | Compiling crossterm v0.27.0 |
1459 | 2024-07-10T18:54:22.623Z | Compiling flate2 v1.0.30 |
1460 | 2024-07-10T18:54:22.894Z | Compiling cipher v0.4.4 |
1461 | 2024-07-10T18:54:23.543Z | Compiling clap v4.5.4 |
1462 | 2024-07-10T18:54:23.666Z | Compiling bit-set v0.5.3 |
1463 | 2024-07-10T18:54:23.683Z | Compiling itertools v0.12.1 |
1464 | 2024-07-10T18:54:23.937Z | Compiling itertools v0.10.5 |
1465 | 2024-07-10T18:54:24.162Z | Compiling console v0.15.8 |
1466 | 2024-07-10T18:54:25.401Z | Compiling num-iter v0.1.45 |
1467 | 2024-07-10T18:54:25.998Z | Compiling tokio-stream v0.1.15 |
1468 | 2024-07-10T18:54:26.040Z | Compiling toml v0.7.8 |
1469 | 2024-07-10T18:54:26.332Z | Compiling bstr v1.9.1 |
1470 | 2024-07-10T18:54:26.743Z | Compiling hex v0.4.3 |
1471 | 2024-07-10T18:54:27.373Z | Compiling camino v1.1.7 |
1472 | 2024-07-10T18:54:27.404Z | Compiling peg-runtime v0.8.3 |
1473 | 2024-07-10T18:54:27.435Z | Compiling unicode-xid v0.2.4 |
1474 | 2024-07-10T18:54:27.594Z | Compiling lalrpop-util v0.19.12 |
1475 | 2024-07-10T18:54:27.968Z | Compiling proc-macro-crate v1.3.1 |
1476 | 2024-07-10T18:54:28.814Z | Compiling heapless v0.8.0 |
1477 | 2024-07-10T18:54:31.601Z | Compiling num_enum_derive v0.5.11 |
1478 | 2024-07-10T18:54:37.144Z | Compiling hash32 v0.3.1 |
1479 | 2024-07-10T18:54:37.385Z | Compiling rustls-pki-types v1.7.0 |
1480 | 2024-07-10T18:54:37.754Z | Compiling ident_case v1.0.1 |
1481 | 2024-07-10T18:54:40.256Z | Compiling smoltcp v0.11.0 |
1482 | 2024-07-10T18:54:40.887Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1483 | 2024-07-10T18:54:43.981Z | Compiling darling_core v0.20.9 |
1484 | 2024-07-10T18:54:53.507Z | Compiling num_enum v0.5.11 |
1485 | 2024-07-10T18:54:54.926Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1486 | 2024-07-10T18:54:55.355Z | Compiling getopts v0.2.21 |
1487 | 2024-07-10T18:54:56.220Z | Compiling dirs-sys-next v0.1.2 |
1488 | 2024-07-10T18:54:56.666Z | Compiling proc-macro-error-attr v1.0.4 |
1489 | 2024-07-10T18:54:56.948Z | Compiling cobs v0.2.3 |
1490 | 2024-07-10T18:54:57.283Z | Compiling unsafe-libyaml v0.2.11 |
1491 | 2024-07-10T18:54:57.470Z | Compiling rustls v0.22.4 |
1492 | 2024-07-10T18:54:57.592Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1493 | 2024-07-10T18:54:58.237Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1494 | 2024-07-10T18:54:58.505Z | Compiling embedded-io v0.4.0 |
1495 | 2024-07-10T18:54:58.726Z | Compiling paste v1.0.15 |
1496 | 2024-07-10T18:54:59.002Z | Compiling postcard v1.0.8 |
1497 | 2024-07-10T18:54:59.245Z | Compiling serde_yaml v0.9.34+deprecated |
1498 | 2024-07-10T18:55:00.949Z | Compiling dirs-next v2.0.0 |
1499 | 2024-07-10T18:55:03.229Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1500 | 2024-07-10T18:55:05.142Z | Compiling darling_macro v0.20.9 |
1501 | 2024-07-10T18:55:06.428Z | Compiling rustls-webpki v0.102.4 |
1502 | 2024-07-10T18:55:13.188Z | Compiling strum_macros v0.26.4 |
1503 | 2024-07-10T18:55:14.702Z | Compiling structmeta-derive v0.3.0 |
1504 | 2024-07-10T18:55:14.812Z | Compiling foreign-types-macros v0.2.3 |
1505 | 2024-07-10T18:55:16.233Z | Compiling thread_local v1.1.8 |
1506 | 2024-07-10T18:55:16.725Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1507 | 2024-07-10T18:55:17.000Z | Compiling multer v3.1.0 |
1508 | 2024-07-10T18:55:17.016Z | Compiling proc-macro-error v1.0.4 |
1509 | 2024-07-10T18:55:17.276Z | Compiling foreign-types-shared v0.3.1 |
1510 | 2024-07-10T18:55:17.478Z | Compiling match_cfg v0.1.0 |
1511 | 2024-07-10T18:55:17.939Z | Compiling slog-async v2.8.0 |
1512 | 2024-07-10T18:55:19.121Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1513 | 2024-07-10T18:55:19.388Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1514 | 2024-07-10T18:55:19.542Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1515 | 2024-07-10T18:55:24.620Z | Compiling strum v0.26.2 |
1516 | 2024-07-10T18:55:25.288Z | Compiling hostname v0.3.1 |
1517 | 2024-07-10T18:55:25.380Z | Compiling structmeta v0.3.0 |
1518 | 2024-07-10T18:55:25.693Z | Compiling foreign-types v0.5.0 |
1519 | 2024-07-10T18:55:28.212Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1520 | 2024-07-10T18:55:30.157Z | Compiling darling v0.20.9 |
1521 | 2024-07-10T18:55:38.154Z | Compiling term v0.7.0 |
1522 | 2024-07-10T18:55:41.167Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1523 | 2024-07-10T18:55:42.729Z | Compiling slog-json v2.6.1 |
1524 | 2024-07-10T18:55:43.242Z | Compiling tabwriter v1.4.0 |
1525 | 2024-07-10T18:55:44.072Z | Compiling crossbeam-channel v0.5.12 |
1526 | 2024-07-10T18:55:45.001Z | Compiling http v1.1.0 |
1527 | 2024-07-10T18:55:45.499Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1528 | 2024-07-10T18:55:45.758Z | Compiling async-stream-impl v0.3.5 |
1529 | 2024-07-10T18:55:46.286Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1530 | 2024-07-10T18:55:46.303Z | Compiling cstr-argument v0.1.2 |
1531 | 2024-07-10T18:55:46.563Z | Compiling is-terminal v0.4.12 |
1532 | 2024-07-10T18:55:46.694Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1533 | 2024-07-10T18:55:46.967Z | Compiling rayon-core v1.12.1 |
1534 | 2024-07-10T18:55:47.046Z | Compiling take_mut v0.2.2 |
1535 | 2024-07-10T18:55:47.217Z | Compiling pretty-hex v0.2.1 |
1536 | 2024-07-10T18:55:47.422Z | Compiling base64 v0.22.1 |
1537 | 2024-07-10T18:55:47.658Z | Compiling crucible-workspace-hack v0.1.0 |
1538 | 2024-07-10T18:55:47.923Z | Compiling atomic-waker v1.1.2 |
1539 | 2024-07-10T18:55:48.120Z | Compiling fastrand v2.1.0 |
1540 | 2024-07-10T18:55:48.216Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1541 | 2024-07-10T18:55:48.514Z | Compiling tempfile v3.10.1 |
1542 | 2024-07-10T18:55:48.532Z | Compiling waitgroup v0.1.2 |
1543 | 2024-07-10T18:55:48.535Z | Compiling rustls-pemfile v2.1.2 |
1544 | 2024-07-10T18:55:48.803Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1545 | 2024-07-10T18:55:49.249Z | Compiling async-stream v0.3.5 |
1546 | 2024-07-10T18:55:49.580Z | Compiling slog-term v2.9.1 |
1547 | 2024-07-10T18:55:49.732Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1548 | 2024-07-10T18:55:50.495Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1549 | 2024-07-10T18:55:50.651Z | Compiling slog-bunyan v2.5.0 |
1550 | 2024-07-10T18:55:50.909Z | Compiling tokio-rustls v0.25.0 |
1551 | 2024-07-10T18:55:51.364Z | Compiling serde_with_macros v3.8.1 |
1552 | 2024-07-10T18:55:51.451Z | Compiling parse-display-derive v0.9.1 |
1553 | 2024-07-10T18:55:51.949Z | Compiling toml v0.8.14 |
1554 | 2024-07-10T18:55:52.296Z | Compiling sha1 v0.10.6 |
1555 | 2024-07-10T18:55:52.394Z | Compiling colored v2.1.0 |
1556 | 2024-07-10T18:55:53.109Z | Compiling crossbeam-deque v0.8.5 |
1557 | 2024-07-10T18:55:53.497Z | Compiling newtype-uuid v1.1.0 |
1558 | 2024-07-10T18:55:53.661Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1559 | 2024-07-10T18:55:53.848Z | Compiling serde_path_to_error v0.1.16 |
1560 | 2024-07-10T18:55:54.157Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1561 | 2024-07-10T18:55:54.858Z | Compiling socket2 v0.4.10 |
1562 | 2024-07-10T18:55:54.876Z | Compiling hostname v0.4.0 |
1563 | 2024-07-10T18:55:55.118Z | Compiling instant v0.1.12 |
1564 | 2024-07-10T18:55:55.288Z | Compiling debug-ignore v1.0.5 |
1565 | 2024-07-10T18:55:55.466Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1566 | 2024-07-10T18:55:55.555Z | Compiling parse-display v0.9.1 |
1567 | 2024-07-10T18:55:55.853Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1568 | 2024-07-10T18:55:57.425Z | Compiling backoff v0.4.0 |
1569 | 2024-07-10T18:55:57.791Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1570 | 2024-07-10T18:55:57.999Z | Compiling serde_with v3.8.1 |
1571 | 2024-07-10T18:55:58.877Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1572 | 2024-07-10T18:55:59.356Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1573 | 2024-07-10T18:56:00.310Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1574 | 2024-07-10T18:56:00.728Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1575 | 2024-07-10T18:56:01.016Z | Compiling camino-tempfile v1.1.1 |
1576 | 2024-07-10T18:56:01.927Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1577 | 2024-07-10T18:56:02.410Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1578 | 2024-07-10T18:56:02.577Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1579 | 2024-07-10T18:56:02.598Z | Compiling macaddr v1.0.1 |
1580 | 2024-07-10T18:56:02.648Z | Compiling num-derive v0.4.2 |
1581 | 2024-07-10T18:56:03.202Z | Compiling sigpipe v0.1.3 |
1582 | 2024-07-10T18:56:03.334Z | Compiling libefi-sys v0.1.0 |
1583 | 2024-07-10T18:56:03.635Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1584 | 2024-07-10T18:56:04.184Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1585 | 2024-07-10T18:56:04.406Z | Compiling rayon v1.10.0 |
1586 | 2024-07-10T18:56:04.997Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1587 | 2024-07-10T18:56:05.033Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1588 | 2024-07-10T18:56:06.284Z | Compiling smf v0.2.3 |
1589 | 2024-07-10T18:56:06.578Z | Compiling bitfield-struct v0.6.1 |
1590 | 2024-07-10T18:56:07.545Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1591 | 2024-07-10T18:56:07.878Z | Compiling blake3 v1.5.1 |
1592 | 2024-07-10T18:56:07.980Z | Compiling ring v0.16.20 |
1593 | 2024-07-10T18:56:08.417Z | Compiling portable-atomic v1.6.0 |
1594 | 2024-07-10T18:56:09.112Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1595 | 2024-07-10T18:56:09.420Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1596 | 2024-07-10T18:56:09.787Z | Compiling xattr v1.3.1 |
1597 | 2024-07-10T18:56:09.857Z | Compiling memmap2 v0.9.4 |
1598 | 2024-07-10T18:56:10.103Z | Compiling filetime v0.2.23 |
1599 | 2024-07-10T18:56:10.360Z | Compiling spin v0.5.2 |
1600 | 2024-07-10T18:56:10.394Z | Compiling same-file v1.0.6 |
1601 | 2024-07-10T18:56:10.435Z | Compiling untrusted v0.7.1 |
1602 | 2024-07-10T18:56:10.561Z | Compiling arrayvec v0.7.4 |
1603 | 2024-07-10T18:56:10.609Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1604 | 2024-07-10T18:56:10.627Z | Compiling constant_time_eq v0.3.0 |
1605 | 2024-07-10T18:56:10.673Z | Compiling arrayref v0.3.7 |
1606 | 2024-07-10T18:56:10.729Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1607 | 2024-07-10T18:56:10.776Z | Compiling walkdir v2.5.0 |
1608 | 2024-07-10T18:56:10.793Z | Compiling tar v0.4.40 |
1609 | 2024-07-10T18:56:12.385Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1610 | 2024-07-10T18:56:12.407Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1611 | 2024-07-10T18:56:13.724Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1612 | 2024-07-10T18:56:15.873Z | Compiling cargo-platform v0.1.8 |
1613 | 2024-07-10T18:56:16.047Z | Compiling gethostname v0.4.3 |
1614 | 2024-07-10T18:56:16.319Z | Compiling number_prefix v0.4.0 |
1615 | 2024-07-10T18:56:16.571Z | Compiling topological-sort v0.2.2 |
1616 | 2024-07-10T18:56:16.843Z | Compiling indicatif v0.17.8 |
1617 | 2024-07-10T18:56:16.992Z | Compiling omicron-zone-package v0.11.0 |
1618 | 2024-07-10T18:56:17.272Z | Compiling cargo_metadata v0.18.1 |
1619 | 2024-07-10T18:56:23.299Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1620 | 2024-07-10T18:56:26.306Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1621 | 2024-07-10T18:56:26.999Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1622 | 2024-07-10T18:56:31.146Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1623 | 2024-07-10T18:56:48.219Z | Finished `release` profile [optimized] target(s) in 4m 30s |
1624 | 2024-07-10T18:56:48.333Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1625 | 2024-07-10T18:56:48.374Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1626 | 2024-07-10T18:56:48.377Z | Created new build target 'test' and set it as active |
1627 | 2024-07-10T18:56:48.377Z | |
1628 | 2024-07-10T18:56:48.377Z | real 4:30.968799627 |
1629 | 2024-07-10T18:56:48.377Z | user 30:27.172419352 |
1630 | 2024-07-10T18:56:48.377Z | sys 3:56.671752661 |
1631 | 2024-07-10T18:56:48.377Z | trap 0.889493316 |
1632 | 2024-07-10T18:56:48.377Z | tflt 2.708607352 |
1633 | 2024-07-10T18:56:48.377Z | dflt 1.670617315 |
1634 | 2024-07-10T18:56:48.377Z | kflt 0.001633942 |
1635 | 2024-07-10T18:56:48.377Z | lock 1:04:00.630289964 |
1636 | 2024-07-10T18:56:48.377Z | slp 1:25:32.508355561 |
1637 | 2024-07-10T18:56:48.377Z | lat 2:02.217646266 |
1638 | 2024-07-10T18:56:48.377Z | stop 3:02.173224505 |
1639 | 2024-07-10T18:56:48.377Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1640 | 2024-07-10T18:56:49.222Z | Finished `release` profile [optimized] target(s) in 0.80s |
1641 | 2024-07-10T18:56:49.261Z | Running `target/release/omicron-package -t test package` |
1642 | 2024-07-10T18:56:49.303Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1643 | 2024-07-10T18:56:50.281Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1644 | 2024-07-10T18:56:50.380Z | Compiling humantime v2.1.0 |
1645 | 2024-07-10T18:56:50.383Z | Compiling newline-converter v0.3.0 |
1646 | 2024-07-10T18:56:50.383Z | Compiling derive-where v1.2.7 |
1647 | 2024-07-10T18:56:50.383Z | Compiling dirs-sys-next v0.1.2 |
1648 | 2024-07-10T18:56:50.414Z | Compiling prettyplease v0.2.20 |
1649 | 2024-07-10T18:56:50.417Z | Compiling convert_case v0.4.0 |
1650 | 2024-07-10T18:56:50.417Z | Compiling camino v1.1.7 |
1651 | 2024-07-10T18:56:50.511Z | Compiling expectorate v1.1.0 |
1652 | 2024-07-10T18:56:50.598Z | Compiling dirs-next v2.0.0 |
1653 | 2024-07-10T18:56:50.690Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1654 | 2024-07-10T18:56:50.737Z | Compiling term v0.7.0 |
1655 | 2024-07-10T18:56:50.768Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1656 | 2024-07-10T18:56:50.893Z | Compiling password-hash v0.5.0 |
1657 | 2024-07-10T18:56:51.158Z | Compiling blake2 v0.10.6 |
1658 | 2024-07-10T18:56:51.247Z | Compiling derive_more v0.99.18 |
1659 | 2024-07-10T18:56:51.376Z | Compiling is-terminal v0.4.12 |
1660 | 2024-07-10T18:56:51.500Z | Compiling toml v0.8.14 |
1661 | 2024-07-10T18:56:52.017Z | Compiling argon2 v0.5.3 |
1662 | 2024-07-10T18:56:52.388Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1663 | 2024-07-10T18:56:52.808Z | Compiling semver v0.1.20 |
1664 | 2024-07-10T18:56:53.122Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1665 | 2024-07-10T18:56:53.196Z | Compiling rustc_version v0.1.7 |
1666 | 2024-07-10T18:56:53.323Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1667 | 2024-07-10T18:56:53.378Z | Compiling linked-hash-map v0.5.6 |
1668 | 2024-07-10T18:56:53.603Z | Compiling newtype_derive v0.1.6 |
1669 | 2024-07-10T18:56:53.689Z | Compiling lru-cache v0.1.2 |
1670 | 2024-07-10T18:56:53.729Z | Compiling rustls-pki-types v1.7.0 |
1671 | 2024-07-10T18:56:53.929Z | Compiling rustls v0.22.4 |
1672 | 2024-07-10T18:56:53.961Z | Compiling thread_local v1.1.8 |
1673 | 2024-07-10T18:56:54.060Z | Compiling home v0.5.9 |
1674 | 2024-07-10T18:56:54.299Z | Compiling rustls-webpki v0.102.4 |
1675 | 2024-07-10T18:56:54.439Z | Compiling match_cfg v0.1.0 |
1676 | 2024-07-10T18:56:54.471Z | Compiling steno v0.4.1 |
1677 | 2024-07-10T18:56:54.533Z | Compiling hostname v0.3.1 |
1678 | 2024-07-10T18:56:54.550Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1679 | 2024-07-10T18:56:54.741Z | Compiling multer v3.1.0 |
1680 | 2024-07-10T18:56:54.807Z | Compiling slog-async v2.8.0 |
1681 | 2024-07-10T18:56:54.871Z | Compiling slog-json v2.6.1 |
1682 | 2024-07-10T18:56:56.148Z | Compiling crossbeam-channel v0.5.12 |
1683 | 2024-07-10T18:56:56.512Z | Compiling http v1.1.0 |
1684 | 2024-07-10T18:56:57.215Z | Compiling slog-dtrace v0.3.0 |
1685 | 2024-07-10T18:56:57.317Z | Compiling take_mut v0.2.2 |
1686 | 2024-07-10T18:56:57.471Z | Compiling base64 v0.22.1 |
1687 | 2024-07-10T18:56:57.503Z | Compiling atomic-waker v1.1.2 |
1688 | 2024-07-10T18:56:57.680Z | Compiling termcolor v1.4.1 |
1689 | 2024-07-10T18:56:58.635Z | Compiling rustls-pemfile v2.1.2 |
1690 | 2024-07-10T18:56:58.771Z | Compiling waitgroup v0.1.2 |
1691 | 2024-07-10T18:56:58.954Z | Compiling slog-bunyan v2.5.0 |
1692 | 2024-07-10T18:56:59.064Z | Compiling slog-term v2.9.1 |
1693 | 2024-07-10T18:56:59.111Z | Compiling async-stream v0.3.5 |
1694 | 2024-07-10T18:56:59.195Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1695 | 2024-07-10T18:56:59.261Z | Compiling sha1 v0.10.6 |
1696 | 2024-07-10T18:56:59.413Z | Compiling tokio-rustls v0.25.0 |
1697 | 2024-07-10T18:56:59.675Z | Compiling newtype-uuid v1.1.0 |
1698 | 2024-07-10T18:56:59.813Z | Compiling serde_path_to_error v0.1.16 |
1699 | 2024-07-10T18:56:59.956Z | Compiling hostname v0.4.0 |
1700 | 2024-07-10T18:56:59.971Z | Compiling instant v0.1.12 |
1701 | 2024-07-10T18:57:00.104Z | Compiling debug-ignore v1.0.5 |
1702 | 2024-07-10T18:57:00.149Z | Compiling backoff v0.4.0 |
1703 | 2024-07-10T18:57:00.164Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1704 | 2024-07-10T18:57:00.452Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1705 | 2024-07-10T18:57:00.484Z | Compiling parse-display v0.9.1 |
1706 | 2024-07-10T18:57:01.026Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1707 | 2024-07-10T18:57:01.195Z | Compiling serde_with v3.8.1 |
1708 | 2024-07-10T18:57:01.840Z | Compiling strum v0.26.2 |
1709 | 2024-07-10T18:57:02.008Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1710 | 2024-07-10T18:57:03.073Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1711 | 2024-07-10T18:57:03.750Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1712 | 2024-07-10T18:57:03.909Z | Compiling num-rational v0.4.2 |
1713 | 2024-07-10T18:57:04.197Z | Compiling num-complex v0.4.6 |
1714 | 2024-07-10T18:57:05.065Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1715 | 2024-07-10T18:57:05.228Z | Compiling macaddr v1.0.1 |
1716 | 2024-07-10T18:57:05.330Z | Compiling quick-error v1.2.3 |
1717 | 2024-07-10T18:57:05.470Z | Compiling resolv-conf v0.7.0 |
1718 | 2024-07-10T18:57:05.486Z | Compiling num v0.4.3 |
1719 | 2024-07-10T18:57:05.594Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1720 | 2024-07-10T18:57:07.819Z | Compiling radium v0.7.0 |
1721 | 2024-07-10T18:57:08.166Z | Compiling float-ord v0.3.2 |
1722 | 2024-07-10T18:57:08.218Z | Compiling swrite v0.1.0 |
1723 | 2024-07-10T18:57:08.305Z | Compiling utf-8 v0.7.6 |
1724 | 2024-07-10T18:57:08.362Z | Compiling trust-dns-resolver v0.22.0 |
1725 | 2024-07-10T18:57:08.540Z | Compiling tap v1.0.1 |
1726 | 2024-07-10T18:57:08.641Z | Compiling maybe-uninit v2.0.0 |
1727 | 2024-07-10T18:57:08.877Z | Compiling wyz v0.5.1 |
1728 | 2024-07-10T18:57:09.387Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1729 | 2024-07-10T18:57:09.675Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1730 | 2024-07-10T18:57:10.108Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1731 | 2024-07-10T18:57:15.298Z | Compiling display-error-chain v0.2.0 |
1732 | 2024-07-10T18:57:15.486Z | Compiling funty v2.0.0 |
1733 | 2024-07-10T18:57:18.152Z | Compiling num-bigint-dig v0.8.4 |
1734 | 2024-07-10T18:57:18.427Z | Compiling crc-catalog v2.4.0 |
1735 | 2024-07-10T18:57:18.583Z | Compiling packed_struct v0.10.1 |
1736 | 2024-07-10T18:57:19.017Z | Compiling crc v3.2.1 |
1737 | 2024-07-10T18:57:20.776Z | Compiling bitvec v1.0.1 |
1738 | 2024-07-10T18:57:25.384Z | Compiling nibble_vec v0.1.0 |
1739 | 2024-07-10T18:57:25.610Z | Compiling packed_struct_codegen v0.10.1 |
1740 | 2024-07-10T18:57:26.006Z | Compiling indexmap v1.9.3 |
1741 | 2024-07-10T18:57:26.292Z | Compiling crunchy v0.2.2 |
1742 | 2024-07-10T18:57:26.752Z | Compiling glob v0.3.1 |
1743 | 2024-07-10T18:57:27.564Z | Compiling nodrop v0.1.14 |
1744 | 2024-07-10T18:57:27.698Z | Compiling endian-type v0.1.2 |
1745 | 2024-07-10T18:57:27.938Z | Compiling radix_trie v0.2.1 |
1746 | 2024-07-10T18:57:28.389Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1747 | 2024-07-10T18:57:28.842Z | Compiling array-init v0.0.4 |
1748 | 2024-07-10T18:57:29.643Z | Compiling clang-sys v1.7.0 |
1749 | 2024-07-10T18:57:30.237Z | Compiling smallvec v0.6.14 |
1750 | 2024-07-10T18:57:30.715Z | Compiling pkcs1 v0.7.5 |
1751 | 2024-07-10T18:57:31.455Z | Compiling signature v2.2.0 |
1752 | 2024-07-10T18:57:31.759Z | Compiling hashbrown v0.12.3 |
1753 | 2024-07-10T18:57:32.288Z | Compiling tiny-keccak v2.0.2 |
1754 | 2024-07-10T18:57:32.556Z | Compiling cancel-safe-futures v0.1.5 |
1755 | 2024-07-10T18:57:32.745Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1756 | 2024-07-10T18:57:32.882Z | Compiling bitfield v0.14.0 |
1757 | 2024-07-10T18:57:33.099Z | Compiling maplit v1.0.2 |
1758 | 2024-07-10T18:57:33.161Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1759 | 2024-07-10T18:57:33.242Z | Compiling rsa v0.9.6 |
1760 | 2024-07-10T18:57:34.286Z | Compiling serde-hex v0.1.0 |
1761 | 2024-07-10T18:57:34.653Z | Compiling bzip2 v0.4.4 |
1762 | 2024-07-10T18:57:35.240Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1763 | 2024-07-10T18:57:35.552Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1764 | 2024-07-10T18:57:36.489Z | Compiling env_logger v0.10.2 |
1765 | 2024-07-10T18:57:38.789Z | Compiling x509-cert v0.2.5 |
1766 | 2024-07-10T18:57:39.470Z | Compiling ron v0.8.1 |
1767 | 2024-07-10T18:57:39.747Z | Compiling hashbrown v0.13.2 |
1768 | 2024-07-10T18:57:40.271Z | Compiling crc-any v2.5.0 |
1769 | 2024-07-10T18:57:41.089Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1770 | 2024-07-10T18:57:41.237Z | Compiling object v0.30.4 |
1771 | 2024-07-10T18:57:43.255Z | Compiling zip v0.6.6 |
1772 | 2024-07-10T18:57:45.742Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1773 | 2024-07-10T18:57:46.792Z | Compiling rayon-core v1.12.1 |
1774 | 2024-07-10T18:57:46.820Z | Compiling ascii-canvas v3.0.0 |
1775 | 2024-07-10T18:57:47.339Z | Compiling crossbeam-deque v0.8.5 |
1776 | 2024-07-10T18:57:47.686Z | Compiling ena v0.14.3 |
1777 | 2024-07-10T18:57:48.115Z | Compiling half v2.4.1 |
1778 | 2024-07-10T18:57:48.823Z | Compiling libloading v0.8.3 |
1779 | 2024-07-10T18:57:49.213Z | Compiling bindgen v0.69.4 |
1780 | 2024-07-10T18:57:49.655Z | Compiling regex-syntax v0.6.29 |
1781 | 2024-07-10T18:57:50.869Z | Compiling arc-swap v1.7.1 |
1782 | 2024-07-10T18:57:51.562Z | Compiling path-slash v0.1.5 |
1783 | 2024-07-10T18:57:51.785Z | Compiling ciborium-io v0.2.2 |
1784 | 2024-07-10T18:57:51.920Z | Compiling diff v0.1.13 |
1785 | 2024-07-10T18:57:52.359Z | Compiling same-file v1.0.6 |
1786 | 2024-07-10T18:57:52.502Z | Compiling fastrand v2.1.0 |
1787 | 2024-07-10T18:57:52.584Z | Compiling walkdir v2.5.0 |
1788 | 2024-07-10T18:57:53.014Z | Compiling lalrpop v0.19.12 |
1789 | 2024-07-10T18:57:53.237Z | Compiling tempfile v3.10.1 |
1790 | 2024-07-10T18:57:54.002Z | Compiling ciborium-ll v0.2.2 |
1791 | 2024-07-10T18:57:54.115Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1792 | 2024-07-10T18:57:54.467Z | Compiling slog-scope v4.4.0 |
1793 | 2024-07-10T18:57:56.483Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1794 | 2024-07-10T18:57:56.936Z | Compiling which v4.4.2 |
1795 | 2024-07-10T18:57:57.515Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1796 | 2024-07-10T18:57:57.625Z | Compiling cexpr v0.6.0 |
1797 | 2024-07-10T18:57:57.698Z | Compiling fxhash v0.2.1 |
1798 | 2024-07-10T18:57:57.901Z | Compiling rustc-hash v1.1.0 |
1799 | 2024-07-10T18:57:58.050Z | Compiling lazycell v1.3.0 |
1800 | 2024-07-10T18:57:58.214Z | Compiling ref-cast v1.0.23 |
1801 | 2024-07-10T18:57:58.660Z | Compiling shlex v1.3.0 |
1802 | 2024-07-10T18:57:59.277Z | Compiling blake3 v1.5.1 |
1803 | 2024-07-10T18:57:59.671Z | Compiling ring v0.16.20 |
1804 | 2024-07-10T18:58:02.304Z | Compiling rayon v1.10.0 |
1805 | 2024-07-10T18:58:02.952Z | Compiling slog-stdlog v4.1.1 |
1806 | 2024-07-10T18:58:03.869Z | Compiling ciborium v0.2.2 |
1807 | 2024-07-10T18:58:06.033Z | Compiling tungstenite v0.21.0 |
1808 | 2024-07-10T18:58:06.190Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1809 | 2024-07-10T18:58:06.464Z | Compiling derive_builder_core v0.20.0 |
1810 | 2024-07-10T18:58:07.166Z | Compiling headers-core v0.2.0 |
1811 | 2024-07-10T18:58:07.333Z | Compiling xattr v1.3.1 |
1812 | 2024-07-10T18:58:07.591Z | Compiling libxml v0.3.3 |
1813 | 2024-07-10T18:58:07.932Z | Compiling async-recursion v1.1.1 |
1814 | 2024-07-10T18:58:08.679Z | Compiling ref-cast-impl v1.0.23 |
1815 | 2024-07-10T18:58:09.400Z | Compiling filetime v0.2.23 |
1816 | 2024-07-10T18:58:09.710Z | Compiling atty v0.2.14 |
1817 | 2024-07-10T18:58:09.794Z | Compiling memmap2 v0.9.4 |
1818 | 2024-07-10T18:58:09.857Z | Compiling constant_time_eq v0.3.0 |
1819 | 2024-07-10T18:58:10.010Z | Compiling arrayvec v0.7.4 |
1820 | 2024-07-10T18:58:10.221Z | Compiling untrusted v0.7.1 |
1821 | 2024-07-10T18:58:10.261Z | Compiling arrayref v0.3.7 |
1822 | 2024-07-10T18:58:10.365Z | Compiling spin v0.5.2 |
1823 | 2024-07-10T18:58:10.596Z | Compiling tar v0.4.40 |
1824 | 2024-07-10T18:58:11.264Z | Compiling derive_builder_macro v0.20.0 |
1825 | 2024-07-10T18:58:11.915Z | Compiling headers v0.3.9 |
1826 | 2024-07-10T18:58:12.091Z | Compiling tokio-tungstenite v0.21.0 |
1827 | 2024-07-10T18:58:12.475Z | Compiling slog-envlogger v2.2.0 |
1828 | 2024-07-10T18:58:12.686Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1829 | 2024-07-10T18:58:13.079Z | Compiling samael v0.0.15 |
1830 | 2024-07-10T18:58:13.609Z | Compiling camino-tempfile v1.1.1 |
1831 | 2024-07-10T18:58:13.911Z | Compiling toolchain_find v0.4.0 |
1832 | 2024-07-10T18:58:14.032Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1833 | 2024-07-10T18:58:14.305Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1834 | 2024-07-10T18:58:14.463Z | Compiling pem v3.0.4 |
1835 | 2024-07-10T18:58:14.690Z | Compiling libsw v3.3.1 |
1836 | 2024-07-10T18:58:15.002Z | Compiling strum_macros v0.24.3 |
1837 | 2024-07-10T18:58:15.026Z | Compiling cookie v0.18.1 |
1838 | 2024-07-10T18:58:15.190Z | Compiling linear-map v1.2.0 |
1839 | 2024-07-10T18:58:15.287Z | Compiling owo-colors v4.0.0 |
1840 | 2024-07-10T18:58:15.588Z | Compiling indoc v1.0.9 |
1841 | 2024-07-10T18:58:15.668Z | Compiling cfg_aliases v0.1.1 |
1842 | 2024-07-10T18:58:15.774Z | Compiling topological-sort v0.2.2 |
1843 | 2024-07-10T18:58:15.971Z | Compiling omicron-zone-package v0.11.0 |
1844 | 2024-07-10T18:58:15.986Z | Compiling nix v0.28.0 |
1845 | 2024-07-10T18:58:16.758Z | Compiling rustfmt-wrapper v0.2.1 |
1846 | 2024-07-10T18:58:17.320Z | Compiling derive_builder v0.20.0 |
1847 | 2024-07-10T18:58:17.514Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1848 | 2024-07-10T18:58:18.336Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1849 | 2024-07-10T18:58:19.442Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1850 | 2024-07-10T18:58:19.720Z | Compiling impl-trait-for-tuples v0.2.2 |
1851 | 2024-07-10T18:58:19.783Z | Compiling polar-core v0.27.3 |
1852 | 2024-07-10T18:58:20.973Z | Compiling quick-xml v0.31.0 |
1853 | 2024-07-10T18:58:21.492Z | Compiling oso-derive v0.27.3 |
1854 | 2024-07-10T18:58:22.553Z | Compiling vte_generate_state_changes v0.1.1 |
1855 | 2024-07-10T18:58:23.147Z | Compiling unicase v2.7.0 |
1856 | 2024-07-10T18:58:23.334Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1857 | 2024-07-10T18:58:23.426Z | Compiling buf-list v1.0.3 |
1858 | 2024-07-10T18:58:23.702Z | Compiling vte v0.11.1 |
1859 | 2024-07-10T18:58:24.039Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1860 | 2024-07-10T18:58:25.090Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1861 | 2024-07-10T18:58:26.647Z | Compiling tungstenite v0.20.1 |
1862 | 2024-07-10T18:58:27.611Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1863 | 2024-07-10T18:58:27.868Z | Compiling fd-lock v4.0.2 |
1864 | 2024-07-10T18:58:28.080Z | Compiling bb8 v0.8.5 |
1865 | 2024-07-10T18:58:28.658Z | Compiling const_format_proc_macros v0.2.32 |
1866 | 2024-07-10T18:58:28.762Z | Compiling pin-project-internal v1.1.5 |
1867 | 2024-07-10T18:58:30.586Z | Compiling memoffset v0.9.1 |
1868 | 2024-07-10T18:58:30.891Z | Compiling bytecount v0.6.8 |
1869 | 2024-07-10T18:58:31.195Z | Compiling parking_lot_core v0.8.6 |
1870 | 2024-07-10T18:58:31.530Z | Compiling pin-project v1.1.5 |
1871 | 2024-07-10T18:58:31.626Z | Compiling papergrid v0.11.0 |
1872 | 2024-07-10T18:58:31.824Z | Compiling const_format v0.2.32 |
1873 | 2024-07-10T18:58:31.927Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1874 | 2024-07-10T18:58:32.562Z | Compiling tokio-tungstenite v0.20.1 |
1875 | 2024-07-10T18:58:33.115Z | Compiling strip-ansi-escapes v0.2.0 |
1876 | 2024-07-10T18:58:35.155Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1877 | 2024-07-10T18:58:36.325Z | Compiling tabled_derive v0.7.0 |
1878 | 2024-07-10T18:58:38.681Z | Compiling peg-macros v0.8.3 |
1879 | 2024-07-10T18:58:39.163Z | Compiling snafu-derive v0.8.2 |
1880 | 2024-07-10T18:58:40.976Z | Compiling sqlparser_derive v0.2.2 |
1881 | 2024-07-10T18:58:42.031Z | Compiling unicode_categories v0.1.1 |
1882 | 2024-07-10T18:58:42.391Z | Compiling nu-ansi-term v0.50.0 |
1883 | 2024-07-10T18:58:42.440Z | Compiling sqlformat v0.2.3 |
1884 | 2024-07-10T18:58:43.644Z | Compiling reedline v0.31.0 |
1885 | 2024-07-10T18:58:43.746Z | Compiling rustyline v14.0.0 |
1886 | 2024-07-10T18:58:44.195Z | Compiling oso v0.27.3 |
1887 | 2024-07-10T18:58:53.350Z | Compiling snafu v0.8.2 |
1888 | 2024-07-10T18:58:54.724Z | Compiling peg v0.8.3 |
1889 | 2024-07-10T18:58:54.837Z | Compiling sqlparser v0.45.0 |
1890 | 2024-07-10T18:58:55.868Z | Compiling tabled v0.15.0 |
1891 | 2024-07-10T18:59:07.842Z | Compiling env_logger v0.9.3 |
1892 | 2024-07-10T18:59:11.506Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1893 | 2024-07-10T18:59:11.533Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1894 | 2024-07-10T18:59:12.059Z | Compiling globset v0.4.14 |
1895 | 2024-07-10T18:59:12.314Z | Compiling olpc-cjson v0.1.3 |
1896 | 2024-07-10T18:59:12.636Z | Compiling bcs v0.1.6 |
1897 | 2024-07-10T18:59:13.503Z | Compiling bitstruct_derive v0.1.0 |
1898 | 2024-07-10T18:59:14.730Z | Compiling serde_plain v1.0.2 |
1899 | 2024-07-10T18:59:15.253Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1900 | 2024-07-10T18:59:15.394Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1901 | 2024-07-10T18:59:15.693Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1902 | 2024-07-10T18:59:15.985Z | Compiling ascii v1.1.0 |
1903 | 2024-07-10T18:59:16.804Z | Compiling signature v1.6.4 |
1904 | 2024-07-10T18:59:16.970Z | Compiling typed-path v0.7.1 |
1905 | 2024-07-10T18:59:17.100Z | Compiling highway v1.1.0 |
1906 | 2024-07-10T18:59:18.528Z | Compiling salty v0.2.0 |
1907 | 2024-07-10T18:59:18.936Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1908 | 2024-07-10T18:59:19.829Z | Compiling tough v0.17.1 |
1909 | 2024-07-10T18:59:19.851Z | Compiling ed25519 v1.5.3 |
1910 | 2024-07-10T18:59:20.157Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1911 | 2024-07-10T18:59:22.657Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-07-10T18:59:22.942Z | Compiling bitstruct v0.1.1 |
1913 | 2024-07-10T18:59:23.070Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-07-10T18:59:23.784Z | Compiling parking_lot v0.11.2 |
1915 | 2024-07-10T18:59:24.008Z | Compiling nix v0.27.1 |
1916 | 2024-07-10T18:59:25.849Z | Compiling trust-dns-client v0.22.0 |
1917 | 2024-07-10T18:59:27.045Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1918 | 2024-07-10T18:59:27.351Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1919 | 2024-07-10T18:59:36.605Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1920 | 2024-07-10T18:59:37.810Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-07-10T18:59:40.056Z | Compiling curve25519-dalek v4.1.3 |
1922 | 2024-07-10T18:59:40.452Z | Compiling kstat-rs v0.2.4 |
1923 | 2024-07-10T18:59:41.418Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1924 | 2024-07-10T18:59:42.280Z | Compiling toml v0.5.11 |
1925 | 2024-07-10T18:59:51.521Z | Compiling serde_arrays v0.1.0 |
1926 | 2024-07-10T18:59:51.722Z | Compiling serde-big-array v0.5.1 |
1927 | 2024-07-10T18:59:51.993Z | Compiling erased-serde v0.3.31 |
1928 | 2024-07-10T18:59:52.575Z | Compiling keccak v0.1.5 |
1929 | 2024-07-10T18:59:53.524Z | Compiling parse-size v1.0.0 |
1930 | 2024-07-10T18:59:53.731Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1931 | 2024-07-10T18:59:53.812Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1932 | 2024-07-10T18:59:55.753Z | Compiling sha3 v0.10.8 |
1933 | 2024-07-10T19:00:03.534Z | Compiling trust-dns-server v0.22.1 |
1934 | 2024-07-10T19:00:14.306Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1935 | 2024-07-10T19:00:14.353Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1936 | 2024-07-10T19:00:14.561Z | Compiling sled v0.34.7 |
1937 | 2024-07-10T19:00:14.755Z | Compiling mime_guess v2.0.4 |
1938 | 2024-07-10T19:00:23.224Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1939 | 2024-07-10T19:00:24.519Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1940 | 2024-07-10T19:00:24.575Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1941 | 2024-07-10T19:00:26.048Z | Compiling signal-hook-tokio v0.3.1 |
1942 | 2024-07-10T19:00:26.277Z | Compiling universal-hash v0.5.1 |
1943 | 2024-07-10T19:00:26.522Z | Compiling heck v0.3.3 |
1944 | 2024-07-10T19:00:26.910Z | Compiling secrecy v0.8.0 |
1945 | 2024-07-10T19:00:27.191Z | Compiling rand_seeder v0.2.3 |
1946 | 2024-07-10T19:00:27.590Z | Compiling castaway v0.2.2 |
1947 | 2024-07-10T19:00:27.780Z | Compiling thiserror-impl-no-std v2.0.2 |
1948 | 2024-07-10T19:00:30.557Z | Compiling serde-big-array v0.4.1 |
1949 | 2024-07-10T19:00:30.769Z | Compiling curve25519-dalek-derive v0.1.1 |
1950 | 2024-07-10T19:00:30.792Z | Compiling nanorand v0.7.0 |
1951 | 2024-07-10T19:00:31.584Z | Compiling opaque-debug v0.3.1 |
1952 | 2024-07-10T19:00:31.698Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1953 | 2024-07-10T19:00:32.012Z | Compiling poly1305 v0.8.0 |
1954 | 2024-07-10T19:00:33.483Z | Compiling flume v0.11.0 |
1955 | 2024-07-10T19:00:34.257Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1956 | 2024-07-10T19:00:35.631Z | Compiling thiserror-no-std v2.0.2 |
1957 | 2024-07-10T19:00:35.755Z | Compiling compact_str v0.7.1 |
1958 | 2024-07-10T19:00:37.311Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1959 | 2024-07-10T19:00:37.527Z | Compiling zone_cfg_derive v0.1.2 |
1960 | 2024-07-10T19:00:38.899Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1961 | 2024-07-10T19:00:40.310Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1962 | 2024-07-10T19:00:43.980Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1963 | 2024-07-10T19:00:48.830Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1964 | 2024-07-10T19:00:48.876Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1965 | 2024-07-10T19:00:49.459Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1966 | 2024-07-10T19:00:49.918Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1967 | 2024-07-10T19:00:55.222Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1968 | 2024-07-10T19:00:55.497Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1969 | 2024-07-10T19:00:55.776Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1970 | 2024-07-10T19:00:56.055Z | Compiling chacha20 v0.9.1 |
1971 | 2024-07-10T19:00:56.519Z | Compiling unicode-truncate v1.0.0 |
1972 | 2024-07-10T19:00:56.823Z | Compiling itertools v0.13.0 |
1973 | 2024-07-10T19:01:00.688Z | Compiling aead v0.5.2 |
1974 | 2024-07-10T19:01:00.714Z | Compiling lru v0.12.3 |
1975 | 2024-07-10T19:01:01.029Z | Compiling stability v0.2.0 |
1976 | 2024-07-10T19:01:01.086Z | Compiling cassowary v0.3.0 |
1977 | 2024-07-10T19:01:02.020Z | Compiling corncobs v0.1.3 |
1978 | 2024-07-10T19:01:02.389Z | Compiling base64 v0.13.1 |
1979 | 2024-07-10T19:01:03.156Z | Compiling ron v0.7.1 |
1980 | 2024-07-10T19:01:04.012Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1981 | 2024-07-10T19:01:04.727Z | Compiling ratatui v0.27.0 |
1982 | 2024-07-10T19:01:04.937Z | Compiling chacha20poly1305 v0.10.1 |
1983 | 2024-07-10T19:01:05.247Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1984 | 2024-07-10T19:01:08.453Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1985 | 2024-07-10T19:01:10.102Z | Compiling zone v0.1.8 |
1986 | 2024-07-10T19:01:10.443Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1987 | 2024-07-10T19:01:10.715Z | Compiling vsss-rs v3.3.4 |
1988 | 2024-07-10T19:01:15.208Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1989 | 2024-07-10T19:01:15.923Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1990 | 2024-07-10T19:01:18.762Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1991 | 2024-07-10T19:01:20.289Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1992 | 2024-07-10T19:01:21.305Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1993 | 2024-07-10T19:01:21.587Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1994 | 2024-07-10T19:01:21.987Z | Compiling portpicker v0.1.1 |
1995 | 2024-07-10T19:01:22.490Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1996 | 2024-07-10T19:01:24.751Z | Compiling csv-core v0.1.11 |
1997 | 2024-07-10T19:01:25.587Z | Compiling smawk v0.3.2 |
1998 | 2024-07-10T19:01:25.841Z | Compiling http-range v0.1.5 |
1999 | 2024-07-10T19:01:26.557Z | Compiling unicode-linebreak v0.1.5 |
2000 | 2024-07-10T19:01:26.742Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2001 | 2024-07-10T19:01:27.087Z | Compiling textwrap v0.16.1 |
2002 | 2024-07-10T19:01:28.300Z | Compiling hyper-staticfile v0.9.5 |
2003 | 2024-07-10T19:01:29.362Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2004 | 2024-07-10T19:01:30.794Z | Compiling csv v1.3.0 |
2005 | 2024-07-10T19:01:31.360Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2006 | 2024-07-10T19:01:37.857Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2007 | 2024-07-10T19:01:39.713Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2008 | 2024-07-10T19:01:40.844Z | Compiling rcgen v0.12.1 |
2009 | 2024-07-10T19:01:41.061Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2010 | 2024-07-10T19:01:41.547Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2011 | 2024-07-10T19:01:41.818Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2012 | 2024-07-10T19:01:48.807Z | Compiling atomicwrites v0.4.3 |
2013 | 2024-07-10T19:01:49.344Z | Compiling fatfs v0.3.6 |
2014 | 2024-07-10T19:01:51.086Z | Compiling subprocess v0.2.9 |
2015 | 2024-07-10T19:01:52.137Z | Compiling rtoolbox v0.0.2 |
2016 | 2024-07-10T19:01:52.466Z | Compiling assert_matches v1.5.0 |
2017 | 2024-07-10T19:01:52.561Z | Compiling is_ci v1.2.0 |
2018 | 2024-07-10T19:01:52.854Z | Compiling supports-color v3.0.0 |
2019 | 2024-07-10T19:01:53.094Z | Compiling rpassword v7.3.1 |
2020 | 2024-07-10T19:01:53.470Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2021 | 2024-07-10T19:01:53.553Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2022 | 2024-07-10T19:01:55.296Z | Compiling tui-tree-widget v0.21.0 |
2023 | 2024-07-10T19:01:55.717Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2024 | 2024-07-10T19:01:56.121Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2025 | 2024-07-10T19:02:00.743Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2026 | 2024-07-10T19:02:01.022Z | Compiling shell-words v1.1.0 |
2027 | 2024-07-10T19:02:01.460Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2028 | 2024-07-10T19:02:03.215Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2029 | 2024-07-10T19:02:15.009Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2030 | 2024-07-10T19:02:29.805Z | Compiling uzers v0.11.3 |
2031 | 2024-07-10T19:02:32.729Z | Compiling multimap v0.10.0 |
2032 | 2024-07-10T19:03:21.531Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2033 | 2024-07-10T19:04:38.577Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2034 | 2024-07-10T19:04:59.638Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2035 | 2024-07-10T19:11:14.476Z | Finished `release` profile [optimized] target(s) in 14m 24s |
2036 | 2024-07-10T19:12:01.493Z | |
2037 | 2024-07-10T19:12:01.493Z | real 15:12.883191057 |
2038 | 2024-07-10T19:12:01.493Z | user 1:44:34.879413372 |
2039 | 2024-07-10T19:12:01.493Z | sys 5:39.790766486 |
2040 | 2024-07-10T19:12:01.493Z | trap 2.355871442 |
2041 | 2024-07-10T19:12:01.494Z | tflt 2.265327965 |
2042 | 2024-07-10T19:12:01.494Z | dflt 3.495179613 |
2043 | 2024-07-10T19:12:01.496Z | kflt 0.068247884 |
2044 | 2024-07-10T19:12:01.496Z | lock 6:18:05.403022284 |
2045 | 2024-07-10T19:12:01.496Z | slp 4:02:44.182107678 |
2046 | 2024-07-10T19:12:01.496Z | lat 2:29.521816732 |
2047 | 2024-07-10T19:12:01.496Z | stop 1:53.624485068 |
2048 | 2024-07-10T19:12:01.496Z | + mapfile -t packages |
2049 | 2024-07-10T19:12:01.496Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2050 | 2024-07-10T19:12:02.366Z | Finished `release` profile [optimized] target(s) in 0.83s |
2051 | 2024-07-10T19:12:02.407Z | Running `target/release/omicron-package -t test list-outputs` |
2052 | 2024-07-10T19:12:02.444Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2053 | 2024-07-10T19:12:02.447Z | + ptime -m cargo build --locked --release -p xtask |
2054 | 2024-07-10T19:12:03.034Z | Compiling serde v1.0.204 |
2055 | 2024-07-10T19:12:03.037Z | Compiling bitflags v2.5.0 |
2056 | 2024-07-10T19:12:03.037Z | Compiling syn v2.0.68 |
2057 | 2024-07-10T19:12:03.126Z | Compiling scopeguard v1.2.0 |
2058 | 2024-07-10T19:12:03.128Z | Compiling smallvec v1.13.2 |
2059 | 2024-07-10T19:12:03.128Z | Compiling bytes v1.6.0 |
2060 | 2024-07-10T19:12:03.163Z | Compiling hashbrown v0.14.5 |
2061 | 2024-07-10T19:12:03.247Z | Compiling lock_api v0.4.12 |
2062 | 2024-07-10T19:12:03.614Z | Compiling parking_lot_core v0.9.10 |
2063 | 2024-07-10T19:12:03.650Z | Compiling serde_json v1.0.120 |
2064 | 2024-07-10T19:12:03.653Z | Compiling log v0.4.21 |
2065 | 2024-07-10T19:12:03.679Z | Compiling mio v0.8.11 |
2066 | 2024-07-10T19:12:03.740Z | Compiling libc v0.2.155 |
2067 | 2024-07-10T19:12:03.985Z | Compiling parking_lot v0.12.2 |
2068 | 2024-07-10T19:12:04.461Z | Compiling generic-array v0.14.7 |
2069 | 2024-07-10T19:12:04.498Z | Compiling slog v2.7.0 |
2070 | 2024-07-10T19:12:04.506Z | Compiling rustix v0.38.34 |
2071 | 2024-07-10T19:12:04.640Z | Compiling indexmap v2.2.6 |
2072 | 2024-07-10T19:12:04.942Z | Compiling http v0.2.12 |
2073 | 2024-07-10T19:12:05.018Z | Compiling usdt-impl v0.5.0 |
2074 | 2024-07-10T19:12:05.341Z | Compiling syn v1.0.109 |
2075 | 2024-07-10T19:12:05.583Z | Compiling thread-id v4.2.1 |
2076 | 2024-07-10T19:12:05.609Z | Compiling time-macros v0.2.18 |
2077 | 2024-07-10T19:12:05.858Z | Compiling tracing v0.1.40 |
2078 | 2024-07-10T19:12:06.234Z | Compiling crossbeam-utils v0.8.19 |
2079 | 2024-07-10T19:12:06.570Z | Compiling http-body v0.4.6 |
2080 | 2024-07-10T19:12:07.086Z | Compiling unicode-normalization v0.1.23 |
2081 | 2024-07-10T19:12:07.103Z | Compiling unicode-bidi v0.3.15 |
2082 | 2024-07-10T19:12:07.622Z | Compiling crypto-common v0.1.6 |
2083 | 2024-07-10T19:12:07.845Z | Compiling block-buffer v0.10.4 |
2084 | 2024-07-10T19:12:08.080Z | Compiling idna v0.5.0 |
2085 | 2024-07-10T19:12:08.703Z | Compiling time v0.3.36 |
2086 | 2024-07-10T19:12:09.098Z | Compiling terminal_size v0.3.0 |
2087 | 2024-07-10T19:12:09.584Z | Compiling proc-macro-error v1.0.4 |
2088 | 2024-07-10T19:12:10.063Z | Compiling fs-err v2.11.0 |
2089 | 2024-07-10T19:12:10.207Z | Compiling anyhow v1.0.86 |
2090 | 2024-07-10T19:12:10.353Z | Compiling clap_builder v4.5.2 |
2091 | 2024-07-10T19:12:11.059Z | Compiling crossbeam-channel v0.5.12 |
2092 | 2024-07-10T19:12:11.097Z | Compiling url v2.5.0 |
2093 | 2024-07-10T19:12:11.342Z | Compiling digest v0.10.7 |
2094 | 2024-07-10T19:12:11.766Z | Compiling xattr v1.3.1 |
2095 | 2024-07-10T19:12:12.108Z | Compiling slog-async v2.8.0 |
2096 | 2024-07-10T19:12:12.738Z | Compiling sha2 v0.10.8 |
2097 | 2024-07-10T19:12:12.804Z | Compiling tabled_derive v0.7.0 |
2098 | 2024-07-10T19:12:14.927Z | Compiling serde_derive v1.0.204 |
2099 | 2024-07-10T19:12:14.969Z | Compiling thiserror-impl v1.0.60 |
2100 | 2024-07-10T19:12:15.192Z | Compiling zerocopy-derive v0.7.34 |
2101 | 2024-07-10T19:12:15.806Z | Compiling tokio-macros v2.3.0 |
2102 | 2024-07-10T19:12:16.592Z | Compiling futures-macro v0.3.30 |
2103 | 2024-07-10T19:12:17.274Z | Compiling zerocopy v0.7.34 |
2104 | 2024-07-10T19:12:17.394Z | Compiling tokio v1.38.0 |
2105 | 2024-07-10T19:12:17.867Z | Compiling thiserror v1.0.60 |
2106 | 2024-07-10T19:12:18.017Z | Compiling pest v2.7.10 |
2107 | 2024-07-10T19:12:18.062Z | Compiling openssl-macros v0.1.1 |
2108 | 2024-07-10T19:12:18.495Z | Compiling futures-util v0.3.30 |
2109 | 2024-07-10T19:12:18.734Z | Compiling scroll_derive v0.12.0 |
2110 | 2024-07-10T19:12:18.901Z | Compiling openssl v0.10.64 |
2111 | 2024-07-10T19:12:20.147Z | Compiling scroll v0.12.0 |
2112 | 2024-07-10T19:12:20.817Z | Compiling pest_meta v2.7.10 |
2113 | 2024-07-10T19:12:20.893Z | Compiling goblin v0.8.2 |
2114 | 2024-07-10T19:12:25.243Z | Compiling pest_generator v2.7.10 |
2115 | 2024-07-10T19:12:27.090Z | Compiling pest_derive v2.7.10 |
2116 | 2024-07-10T19:12:27.871Z | Compiling dtrace-parser v0.2.0 |
2117 | 2024-07-10T19:12:29.753Z | Compiling tokio-util v0.7.11 |
2118 | 2024-07-10T19:12:32.208Z | Compiling serde_tokenstream v0.2.1 |
2119 | 2024-07-10T19:12:32.732Z | Compiling h2 v0.3.26 |
2120 | 2024-07-10T19:12:34.543Z | Compiling dof v0.3.0 |
2121 | 2024-07-10T19:12:35.493Z | Compiling serde_spanned v0.6.6 |
2122 | 2024-07-10T19:12:35.755Z | Compiling toml_datetime v0.6.6 |
2123 | 2024-07-10T19:12:36.026Z | Compiling native-tls v0.2.11 |
2124 | 2024-07-10T19:12:36.679Z | Compiling tokio-native-tls v0.3.1 |
2125 | 2024-07-10T19:12:37.004Z | Compiling toml_edit v0.22.14 |
2126 | 2024-07-10T19:12:37.152Z | Compiling usdt-attr-macro v0.5.0 |
2127 | 2024-07-10T19:12:38.488Z | Compiling hyper v0.14.28 |
2128 | 2024-07-10T19:12:43.734Z | Compiling hyper-tls v0.5.0 |
2129 | 2024-07-10T19:12:44.087Z | Compiling toml v0.8.14 |
2130 | 2024-07-10T19:12:44.819Z | Compiling usdt-macro v0.5.0 |
2131 | 2024-07-10T19:12:45.622Z | Compiling slog-json v2.6.1 |
2132 | 2024-07-10T19:12:46.033Z | Compiling semver v1.0.23 |
2133 | 2024-07-10T19:12:46.157Z | Compiling cargo-platform v0.1.8 |
2134 | 2024-07-10T19:12:47.271Z | Compiling camino v1.1.7 |
2135 | 2024-07-10T19:12:47.577Z | Compiling serde_urlencoded v0.7.1 |
2136 | 2024-07-10T19:12:47.667Z | Compiling futures-executor v0.3.30 |
2137 | 2024-07-10T19:12:48.202Z | Compiling strum_macros v0.26.4 |
2138 | 2024-07-10T19:12:48.705Z | Compiling clap_derive v4.5.4 |
2139 | 2024-07-10T19:12:48.753Z | Compiling reqwest v0.11.27 |
2140 | 2024-07-10T19:12:51.114Z | Compiling cargo_metadata v0.18.1 |
2141 | 2024-07-10T19:12:51.128Z | Compiling futures v0.3.30 |
2142 | 2024-07-10T19:12:51.250Z | Compiling usdt v0.5.0 |
2143 | 2024-07-10T19:12:52.810Z | Compiling slog-bunyan v2.5.0 |
2144 | 2024-07-10T19:12:53.084Z | Compiling cargo_toml v0.20.3 |
2145 | 2024-07-10T19:12:53.099Z | Compiling strum v0.26.2 |
2146 | 2024-07-10T19:12:53.300Z | Compiling macaddr v1.0.1 |
2147 | 2024-07-10T19:12:53.335Z | Compiling tabled v0.15.0 |
2148 | 2024-07-10T19:12:53.443Z | Compiling clap v4.5.4 |
2149 | 2024-07-10T19:12:53.725Z | Compiling tar v0.4.40 |
2150 | 2024-07-10T19:12:53.947Z | Compiling slog-term v2.9.1 |
2151 | 2024-07-10T19:13:09.937Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2152 | 2024-07-10T19:13:24.119Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2153 | 2024-07-10T19:13:24.212Z | |
2154 | 2024-07-10T19:13:24.212Z | real 1:21.723351934 |
2155 | 2024-07-10T19:13:24.212Z | user 8:51.715166025 |
2156 | 2024-07-10T19:13:24.212Z | sys 50.361595828 |
2157 | 2024-07-10T19:13:24.212Z | trap 0.240269771 |
2158 | 2024-07-10T19:13:24.212Z | tflt 0.495466332 |
2159 | 2024-07-10T19:13:24.212Z | dflt 0.204298404 |
2160 | 2024-07-10T19:13:24.212Z | kflt 0.000004588 |
2161 | 2024-07-10T19:13:24.212Z | lock 19:49.858166076 |
2162 | 2024-07-10T19:13:24.215Z | slp 22:36.727255458 |
2163 | 2024-07-10T19:13:24.215Z | lat 24.504728276 |
2164 | 2024-07-10T19:13:24.215Z | stop 25.198729742 |
2165 | 2024-07-10T19:13:24.215Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2166 | 2024-07-10T19:13:24.215Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2167 | 2024-07-10T19:13:24.215Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2168 | 2024-07-10T19:13:24.215Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2169 | 2024-07-10T19:13:24.215Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2170 | 2024-07-10T19:13:24.734Z | Downloading crates ... |
2171 | 2024-07-10T19:13:25.008Z | Downloaded md5 v0.7.0 |
2172 | 2024-07-10T19:13:25.011Z | Downloaded dhcproto-macros v0.1.0 |
2173 | 2024-07-10T19:13:25.016Z | Downloaded option-ext v0.2.0 |
2174 | 2024-07-10T19:13:25.020Z | Downloaded russh-cryptovec v0.7.2 |
2175 | 2024-07-10T19:13:25.024Z | Downloaded ed25519 v2.2.3 |
2176 | 2024-07-10T19:13:25.027Z | Downloaded polyval v0.6.2 |
2177 | 2024-07-10T19:13:25.030Z | Downloaded pbkdf2 v0.12.2 |
2178 | 2024-07-10T19:13:25.030Z | Downloaded rand_core v0.5.1 |
2179 | 2024-07-10T19:13:25.030Z | Downloaded dirs-sys v0.4.1 |
2180 | 2024-07-10T19:13:25.033Z | Downloaded blowfish v0.9.1 |
2181 | 2024-07-10T19:13:25.033Z | Downloaded ctr v0.9.2 |
2182 | 2024-07-10T19:13:25.036Z | Downloaded hex-literal v0.4.1 |
2183 | 2024-07-10T19:13:25.036Z | Downloaded primeorder v0.13.6 |
2184 | 2024-07-10T19:13:25.039Z | Downloaded rfc6979 v0.4.0 |
2185 | 2024-07-10T19:13:25.039Z | Downloaded rand_chacha v0.2.2 |
2186 | 2024-07-10T19:13:25.039Z | Downloaded cbc v0.1.2 |
2187 | 2024-07-10T19:13:25.042Z | Downloaded ghash v0.5.1 |
2188 | 2024-07-10T19:13:25.042Z | Downloaded dirs v5.0.1 |
2189 | 2024-07-10T19:13:25.045Z | Downloaded pbkdf2 v0.11.0 |
2190 | 2024-07-10T19:13:25.045Z | Downloaded password-hash v0.4.2 |
2191 | 2024-07-10T19:13:25.048Z | Downloaded bcrypt-pbkdf v0.10.0 |
2192 | 2024-07-10T19:13:25.048Z | Downloaded internet-checksum v0.2.1 |
2193 | 2024-07-10T19:13:25.050Z | Downloaded getrandom v0.1.16 |
2194 | 2024-07-10T19:13:25.053Z | Downloaded ecdsa v0.16.9 |
2195 | 2024-07-10T19:13:25.060Z | Downloaded russh-keys v0.43.0 |
2196 | 2024-07-10T19:13:25.063Z | Downloaded dhcproto v0.11.0 |
2197 | 2024-07-10T19:13:25.065Z | Downloaded p256 v0.13.2 |
2198 | 2024-07-10T19:13:25.068Z | Downloaded aes-gcm v0.10.3 |
2199 | 2024-07-10T19:13:25.074Z | Downloaded ed25519-dalek v2.1.1 |
2200 | 2024-07-10T19:13:25.078Z | Downloaded russh v0.43.0 |
2201 | 2024-07-10T19:13:25.083Z | Downloaded aes v0.8.4 |
2202 | 2024-07-10T19:13:25.086Z | Downloaded rand v0.7.3 |
2203 | 2024-07-10T19:13:25.091Z | Downloaded p521 v0.13.3 |
2204 | 2024-07-10T19:13:25.223Z | Compiling serde v1.0.204 |
2205 | 2024-07-10T19:13:25.226Z | Compiling scopeguard v1.2.0 |
2206 | 2024-07-10T19:13:25.226Z | Compiling log v0.4.21 |
2207 | 2024-07-10T19:13:25.335Z | Compiling smallvec v1.13.2 |
2208 | 2024-07-10T19:13:25.338Z | Compiling syn v2.0.68 |
2209 | 2024-07-10T19:13:25.341Z | Compiling getrandom v0.2.14 |
2210 | 2024-07-10T19:13:25.348Z | Compiling generic-array v0.14.7 |
2211 | 2024-07-10T19:13:25.351Z | Compiling libm v0.2.8 |
2212 | 2024-07-10T19:13:25.434Z | Compiling lock_api v0.4.12 |
2213 | 2024-07-10T19:13:25.644Z | Compiling rand_core v0.6.4 |
2214 | 2024-07-10T19:13:25.725Z | Compiling parking_lot_core v0.9.10 |
2215 | 2024-07-10T19:13:25.761Z | Compiling num-traits v0.2.19 |
2216 | 2024-07-10T19:13:25.778Z | Compiling subtle v2.5.0 |
2217 | 2024-07-10T19:13:25.882Z | Compiling mio v0.8.11 |
2218 | 2024-07-10T19:13:25.929Z | Compiling ahash v0.8.11 |
2219 | 2024-07-10T19:13:26.184Z | Compiling parking_lot v0.12.2 |
2220 | 2024-07-10T19:13:26.223Z | Compiling serde_json v1.0.120 |
2221 | 2024-07-10T19:13:26.283Z | Compiling spin v0.9.8 |
2222 | 2024-07-10T19:13:26.332Z | Compiling allocator-api2 v0.2.18 |
2223 | 2024-07-10T19:13:26.414Z | Compiling const-oid v0.9.6 |
2224 | 2024-07-10T19:13:26.566Z | Compiling iana-time-zone v0.1.60 |
2225 | 2024-07-10T19:13:26.656Z | Compiling syn v1.0.109 |
2226 | 2024-07-10T19:13:27.188Z | Compiling unicode-normalization v0.1.23 |
2227 | 2024-07-10T19:13:27.205Z | Compiling unicode-bidi v0.3.15 |
2228 | 2024-07-10T19:13:27.251Z | Compiling schemars v0.8.21 |
2229 | 2024-07-10T19:13:27.325Z | Compiling dyn-clone v1.0.17 |
2230 | 2024-07-10T19:13:27.541Z | Compiling ppv-lite86 v0.2.17 |
2231 | 2024-07-10T19:13:27.630Z | Compiling time-macros v0.2.18 |
2232 | 2024-07-10T19:13:28.249Z | Compiling ring v0.17.8 |
2233 | 2024-07-10T19:13:28.334Z | Compiling rand_chacha v0.3.1 |
2234 | 2024-07-10T19:13:28.334Z | Compiling aho-corasick v1.1.3 |
2235 | 2024-07-10T19:13:28.775Z | Compiling regex-syntax v0.8.3 |
2236 | 2024-07-10T19:13:29.232Z | Compiling rand v0.8.5 |
2237 | 2024-07-10T19:13:30.684Z | Compiling idna v0.5.0 |
2238 | 2024-07-10T19:13:31.151Z | Compiling time v0.3.36 |
2239 | 2024-07-10T19:13:31.269Z | Compiling slog v2.7.0 |
2240 | 2024-07-10T19:13:31.835Z | Compiling url v2.5.0 |
2241 | 2024-07-10T19:13:32.272Z | Compiling regex-automata v0.4.6 |
2242 | 2024-07-10T19:13:32.283Z | Compiling untrusted v0.9.0 |
2243 | 2024-07-10T19:13:33.817Z | Compiling serde_derive_internals v0.29.1 |
2244 | 2024-07-10T19:13:34.965Z | Compiling lazy_static v1.5.0 |
2245 | 2024-07-10T19:13:35.093Z | Compiling backtrace v0.3.71 |
2246 | 2024-07-10T19:13:35.517Z | Compiling gimli v0.28.1 |
2247 | 2024-07-10T19:13:35.586Z | Compiling object v0.32.2 |
2248 | 2024-07-10T19:13:36.442Z | Compiling rustc-demangle v0.1.24 |
2249 | 2024-07-10T19:13:36.683Z | Compiling anyhow v1.0.86 |
2250 | 2024-07-10T19:13:36.719Z | Compiling base64ct v1.6.0 |
2251 | 2024-07-10T19:13:37.373Z | Compiling winnow v0.5.40 |
2252 | 2024-07-10T19:13:37.441Z | Compiling rustls v0.21.12 |
2253 | 2024-07-10T19:13:37.484Z | Compiling crossbeam-utils v0.8.19 |
2254 | 2024-07-10T19:13:37.695Z | Compiling regex v1.10.5 |
2255 | 2024-07-10T19:13:38.237Z | Compiling rustls-webpki v0.101.7 |
2256 | 2024-07-10T19:13:38.809Z | Compiling sct v0.7.1 |
2257 | 2024-07-10T19:13:39.128Z | Compiling cookie v0.17.0 |
2258 | 2024-07-10T19:13:40.206Z | Compiling addr2line v0.21.0 |
2259 | 2024-07-10T19:13:40.554Z | Compiling serde_derive v1.0.204 |
2260 | 2024-07-10T19:13:40.891Z | Compiling zeroize_derive v1.4.2 |
2261 | 2024-07-10T19:13:41.284Z | Compiling thiserror-impl v1.0.60 |
2262 | 2024-07-10T19:13:41.778Z | Compiling zerocopy-derive v0.7.34 |
2263 | 2024-07-10T19:13:42.163Z | Compiling tokio-macros v2.3.0 |
2264 | 2024-07-10T19:13:42.525Z | Compiling zeroize v1.7.0 |
2265 | 2024-07-10T19:13:42.971Z | Compiling futures-macro v0.3.30 |
2266 | 2024-07-10T19:13:43.953Z | Compiling schemars_derive v0.8.21 |
2267 | 2024-07-10T19:13:44.181Z | Compiling zerocopy v0.7.34 |
2268 | 2024-07-10T19:13:44.381Z | Compiling crypto-common v0.1.6 |
2269 | 2024-07-10T19:13:44.633Z | Compiling block-buffer v0.10.4 |
2270 | 2024-07-10T19:13:44.728Z | Compiling thiserror v1.0.60 |
2271 | 2024-07-10T19:13:44.873Z | Compiling digest v0.10.7 |
2272 | 2024-07-10T19:13:44.891Z | Compiling tracing-attributes v0.1.27 |
2273 | 2024-07-10T19:13:45.152Z | Compiling futures-util v0.3.30 |
2274 | 2024-07-10T19:13:45.384Z | Compiling async-trait v0.1.81 |
2275 | 2024-07-10T19:13:46.452Z | Compiling hashbrown v0.14.5 |
2276 | 2024-07-10T19:13:47.474Z | Compiling openssl-macros v0.1.1 |
2277 | 2024-07-10T19:13:48.232Z | Compiling pest v2.7.10 |
2278 | 2024-07-10T19:13:48.399Z | Compiling idna v0.3.0 |
2279 | 2024-07-10T19:13:48.751Z | Compiling psl-types v2.0.11 |
2280 | 2024-07-10T19:13:48.869Z | Compiling data-encoding v2.6.0 |
2281 | 2024-07-10T19:13:48.941Z | Compiling hmac v0.12.1 |
2282 | 2024-07-10T19:13:48.996Z | Compiling tracing v0.1.40 |
2283 | 2024-07-10T19:13:49.186Z | Compiling scroll_derive v0.12.0 |
2284 | 2024-07-10T19:13:49.359Z | Compiling publicsuffix v2.2.3 |
2285 | 2024-07-10T19:13:49.617Z | Compiling bitflags v1.3.2 |
2286 | 2024-07-10T19:13:49.721Z | Compiling webpki-roots v0.25.4 |
2287 | 2024-07-10T19:13:49.881Z | Compiling block-padding v0.3.3 |
2288 | 2024-07-10T19:13:50.045Z | Compiling der_derive v0.7.2 |
2289 | 2024-07-10T19:13:50.139Z | Compiling pem-rfc7468 v0.7.0 |
2290 | 2024-07-10T19:13:50.648Z | Compiling pest_meta v2.7.10 |
2291 | 2024-07-10T19:13:50.725Z | Compiling scroll v0.12.0 |
2292 | 2024-07-10T19:13:50.933Z | Compiling futures-executor v0.3.30 |
2293 | 2024-07-10T19:13:51.107Z | Compiling flagset v0.4.5 |
2294 | 2024-07-10T19:13:51.285Z | Compiling futures v0.3.30 |
2295 | 2024-07-10T19:13:51.303Z | Compiling goblin v0.8.2 |
2296 | 2024-07-10T19:13:51.319Z | Compiling inout v0.1.3 |
2297 | 2024-07-10T19:13:51.322Z | Compiling sha2 v0.10.8 |
2298 | 2024-07-10T19:13:51.402Z | Compiling either v1.12.0 |
2299 | 2024-07-10T19:13:51.509Z | Compiling ff v0.13.0 |
2300 | 2024-07-10T19:13:51.580Z | Compiling cipher v0.4.4 |
2301 | 2024-07-10T19:13:51.738Z | Compiling base16ct v0.2.0 |
2302 | 2024-07-10T19:13:51.824Z | Compiling stable_deref_trait v1.2.0 |
2303 | 2024-07-10T19:13:51.982Z | Compiling pest_generator v2.7.10 |
2304 | 2024-07-10T19:13:52.082Z | Compiling group v0.13.0 |
2305 | 2024-07-10T19:13:52.127Z | Compiling hkdf v0.12.4 |
2306 | 2024-07-10T19:13:52.395Z | Compiling crypto-bigint v0.5.5 |
2307 | 2024-07-10T19:13:52.413Z | Compiling crossbeam-epoch v0.9.18 |
2308 | 2024-07-10T19:13:52.746Z | Compiling der v0.7.9 |
2309 | 2024-07-10T19:13:53.266Z | Compiling num-integer v0.1.46 |
2310 | 2024-07-10T19:13:54.087Z | Compiling managed v0.8.0 |
2311 | 2024-07-10T19:13:54.105Z | Compiling unicode-segmentation v1.11.0 |
2312 | 2024-07-10T19:13:54.551Z | Compiling matches v0.1.10 |
2313 | 2024-07-10T19:13:54.650Z | Compiling idna v0.2.3 |
2314 | 2024-07-10T19:13:54.815Z | Compiling enum-as-inner v0.5.1 |
2315 | 2024-07-10T19:13:54.946Z | Compiling spki v0.7.3 |
2316 | 2024-07-10T19:13:55.329Z | Compiling bytes v1.6.0 |
2317 | 2024-07-10T19:13:55.859Z | Compiling indexmap v2.2.6 |
2318 | 2024-07-10T19:13:56.046Z | Compiling chrono v0.4.38 |
2319 | 2024-07-10T19:13:56.184Z | Compiling tokio v1.38.0 |
2320 | 2024-07-10T19:13:56.234Z | Compiling uuid v1.9.1 |
2321 | 2024-07-10T19:13:56.609Z | Compiling bitflags v2.5.0 |
2322 | 2024-07-10T19:13:57.107Z | Compiling semver v1.0.23 |
2323 | 2024-07-10T19:13:57.352Z | Compiling http v0.2.12 |
2324 | 2024-07-10T19:13:57.821Z | Compiling serde_tokenstream v0.2.1 |
2325 | 2024-07-10T19:13:57.911Z | Compiling toml_datetime v0.6.6 |
2326 | 2024-07-10T19:13:58.357Z | Compiling serde_spanned v0.6.6 |
2327 | 2024-07-10T19:13:58.513Z | Compiling openssl v0.10.64 |
2328 | 2024-07-10T19:13:58.567Z | Compiling toml_edit v0.19.15 |
2329 | 2024-07-10T19:13:58.803Z | Compiling http-body v0.4.6 |
2330 | 2024-07-10T19:13:59.273Z | Compiling rustix v0.38.34 |
2331 | 2024-07-10T19:13:59.883Z | Compiling serde_urlencoded v0.7.1 |
2332 | 2024-07-10T19:13:59.987Z | Compiling cookie_store v0.20.0 |
2333 | 2024-07-10T19:14:00.412Z | Compiling openapiv3 v2.0.0 |
2334 | 2024-07-10T19:14:01.554Z | Compiling rustc_version v0.4.0 |
2335 | 2024-07-10T19:14:02.167Z | Compiling pest_derive v2.7.10 |
2336 | 2024-07-10T19:14:02.367Z | Compiling dof v0.3.0 |
2337 | 2024-07-10T19:14:02.385Z | Compiling pkcs8 v0.10.2 |
2338 | 2024-07-10T19:14:02.407Z | Compiling ipnetwork v0.20.0 |
2339 | 2024-07-10T19:14:02.948Z | Compiling dtrace-parser v0.2.0 |
2340 | 2024-07-10T19:14:02.972Z | Compiling sec1 v0.7.3 |
2341 | 2024-07-10T19:14:03.257Z | Compiling toml v0.7.8 |
2342 | 2024-07-10T19:14:03.542Z | Compiling usdt-impl v0.5.0 |
2343 | 2024-07-10T19:14:04.735Z | Compiling tokio-util v0.7.11 |
2344 | 2024-07-10T19:14:04.913Z | Compiling native-tls v0.2.11 |
2345 | 2024-07-10T19:14:05.011Z | Compiling tokio-rustls v0.24.1 |
2346 | 2024-07-10T19:14:05.173Z | Compiling elliptic-curve v0.13.8 |
2347 | 2024-07-10T19:14:05.191Z | Compiling usdt-attr-macro v0.5.0 |
2348 | 2024-07-10T19:14:05.418Z | Compiling tokio-native-tls v0.3.1 |
2349 | 2024-07-10T19:14:05.547Z | Compiling usdt-macro v0.5.0 |
2350 | 2024-07-10T19:14:05.694Z | Compiling h2 v0.3.26 |
2351 | 2024-07-10T19:14:05.962Z | Compiling toml_edit v0.22.14 |
2352 | 2024-07-10T19:14:06.136Z | Compiling hex v0.4.3 |
2353 | 2024-07-10T19:14:06.756Z | Compiling bit-vec v0.6.3 |
2354 | 2024-07-10T19:14:06.758Z | Compiling siphasher v0.3.11 |
2355 | 2024-07-10T19:14:06.893Z | Compiling trust-dns-proto v0.22.0 |
2356 | 2024-07-10T19:14:07.098Z | Compiling usdt v0.5.0 |
2357 | 2024-07-10T19:14:07.144Z | Compiling heapless v0.7.17 |
2358 | 2024-07-10T19:14:07.230Z | Compiling terminal_size v0.3.0 |
2359 | 2024-07-10T19:14:07.392Z | Compiling num-bigint v0.4.5 |
2360 | 2024-07-10T19:14:07.438Z | Compiling regress v0.9.1 |
2361 | 2024-07-10T19:14:07.567Z | Compiling finl_unicode v1.2.0 |
2362 | 2024-07-10T19:14:07.608Z | Compiling signal-hook v0.3.17 |
2363 | 2024-07-10T19:14:07.882Z | Compiling clap_builder v4.5.2 |
2364 | 2024-07-10T19:14:08.170Z | Compiling stringprep v0.1.4 |
2365 | 2024-07-10T19:14:09.519Z | Compiling itertools v0.10.5 |
2366 | 2024-07-10T19:14:11.974Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2367 | 2024-07-10T19:14:12.466Z | Compiling hyper v0.14.28 |
2368 | 2024-07-10T19:14:12.690Z | Compiling yasna v0.5.2 |
2369 | 2024-07-10T19:14:14.710Z | Compiling md-5 v0.10.6 |
2370 | 2024-07-10T19:14:14.821Z | Compiling clap_derive v4.5.4 |
2371 | 2024-07-10T19:14:14.991Z | Compiling hash32 v0.2.1 |
2372 | 2024-07-10T19:14:15.403Z | Compiling fallible-iterator v0.2.0 |
2373 | 2024-07-10T19:14:15.585Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2374 | 2024-07-10T19:14:16.069Z | Compiling smoltcp v0.9.1 |
2375 | 2024-07-10T19:14:16.381Z | Compiling postgres-protocol v0.6.6 |
2376 | 2024-07-10T19:14:17.623Z | Compiling phf_shared v0.11.2 |
2377 | 2024-07-10T19:14:17.652Z | Compiling tokio-stream v0.1.15 |
2378 | 2024-07-10T19:14:17.759Z | Compiling hubpack_derive v0.1.1 |
2379 | 2024-07-10T19:14:17.887Z | Compiling zerocopy-derive v0.6.6 |
2380 | 2024-07-10T19:14:18.013Z | Compiling diesel_table_macro_syntax v0.1.0 |
2381 | 2024-07-10T19:14:18.054Z | Compiling scheduled-thread-pool v0.2.7 |
2382 | 2024-07-10T19:14:18.444Z | Compiling fs-err v2.11.0 |
2383 | 2024-07-10T19:14:18.613Z | Compiling fixedbitset v0.4.2 |
2384 | 2024-07-10T19:14:18.643Z | Compiling hubpack v0.1.2 |
2385 | 2024-07-10T19:14:18.660Z | Compiling diesel_derives v2.1.4 |
2386 | 2024-07-10T19:14:18.867Z | Compiling petgraph v0.6.5 |
2387 | 2024-07-10T19:14:19.051Z | Compiling r2d2 v0.8.10 |
2388 | 2024-07-10T19:14:19.115Z | Compiling phf v0.11.2 |
2389 | 2024-07-10T19:14:19.418Z | Compiling hyper-tls v0.5.0 |
2390 | 2024-07-10T19:14:19.435Z | Compiling hyper-rustls v0.24.2 |
2391 | 2024-07-10T19:14:19.782Z | Compiling reqwest v0.11.27 |
2392 | 2024-07-10T19:14:19.998Z | Compiling clap v4.5.4 |
2393 | 2024-07-10T19:14:20.117Z | Compiling signal-hook-mio v0.2.3 |
2394 | 2024-07-10T19:14:20.149Z | Compiling zerocopy v0.6.6 |
2395 | 2024-07-10T19:14:20.288Z | Compiling postgres-types v0.2.6 |
2396 | 2024-07-10T19:14:21.323Z | Compiling phf_shared v0.10.0 |
2397 | 2024-07-10T19:14:21.740Z | Compiling similar v2.5.0 |
2398 | 2024-07-10T19:14:21.846Z | Compiling num-iter v0.1.45 |
2399 | 2024-07-10T19:14:21.951Z | Compiling strum_macros v0.25.3 |
2400 | 2024-07-10T19:14:22.075Z | Compiling serde_repr v0.1.19 |
2401 | 2024-07-10T19:14:22.540Z | Compiling console v0.15.8 |
2402 | 2024-07-10T19:14:22.901Z | Compiling getopts v0.2.21 |
2403 | 2024-07-10T19:14:23.235Z | Compiling float-cmp v0.9.0 |
2404 | 2024-07-10T19:14:23.463Z | Compiling new_debug_unreachable v1.0.6 |
2405 | 2024-07-10T19:14:23.563Z | Compiling difflib v0.4.0 |
2406 | 2024-07-10T19:14:23.927Z | Compiling precomputed-hash v0.1.1 |
2407 | 2024-07-10T19:14:24.050Z | Compiling predicates-core v1.0.6 |
2408 | 2024-07-10T19:14:24.053Z | Compiling unsafe-libyaml v0.2.11 |
2409 | 2024-07-10T19:14:24.300Z | Compiling whoami v1.5.1 |
2410 | 2024-07-10T19:14:24.449Z | Compiling normalize-line-endings v0.3.0 |
2411 | 2024-07-10T19:14:24.579Z | Compiling static_assertions v1.1.0 |
2412 | 2024-07-10T19:14:24.681Z | Compiling minimal-lexical v0.2.1 |
2413 | 2024-07-10T19:14:24.968Z | Compiling tokio-postgres v0.7.10 |
2414 | 2024-07-10T19:14:25.211Z | Compiling nom v7.1.3 |
2415 | 2024-07-10T19:14:25.214Z | Compiling predicates v3.1.0 |
2416 | 2024-07-10T19:14:25.989Z | Compiling serde_yaml v0.9.34+deprecated |
2417 | 2024-07-10T19:14:26.251Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2418 | 2024-07-10T19:14:27.025Z | Compiling string_cache v0.8.7 |
2419 | 2024-07-10T19:14:27.536Z | Compiling crossterm v0.27.0 |
2420 | 2024-07-10T19:14:29.851Z | Compiling bit-set v0.5.3 |
2421 | 2024-07-10T19:14:30.146Z | Compiling itertools v0.12.1 |
2422 | 2024-07-10T19:14:30.213Z | Compiling bstr v1.9.1 |
2423 | 2024-07-10T19:14:30.388Z | Compiling lalrpop-util v0.19.12 |
2424 | 2024-07-10T19:14:30.760Z | Compiling peg-runtime v0.8.3 |
2425 | 2024-07-10T19:14:31.286Z | Compiling unicode-xid v0.2.4 |
2426 | 2024-07-10T19:14:31.456Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2427 | 2024-07-10T19:14:31.459Z | Compiling sha1 v0.10.6 |
2428 | 2024-07-10T19:14:31.884Z | Compiling camino v1.1.7 |
2429 | 2024-07-10T19:14:31.943Z | Compiling strum_macros v0.26.4 |
2430 | 2024-07-10T19:14:31.996Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2431 | 2024-07-10T19:14:32.035Z | Compiling diesel v2.1.6 |
2432 | 2024-07-10T19:14:32.086Z | Compiling http v1.1.0 |
2433 | 2024-07-10T19:14:32.750Z | Compiling base64 v0.22.1 |
2434 | 2024-07-10T19:14:32.883Z | Compiling toml v0.8.14 |
2435 | 2024-07-10T19:14:33.350Z | Compiling ident_case v1.0.1 |
2436 | 2024-07-10T19:14:33.533Z | Compiling rustls-pki-types v1.7.0 |
2437 | 2024-07-10T19:14:33.536Z | Compiling darling_core v0.20.9 |
2438 | 2024-07-10T19:14:34.386Z | Compiling crossbeam-channel v0.5.12 |
2439 | 2024-07-10T19:14:34.648Z | Compiling rustls v0.22.4 |
2440 | 2024-07-10T19:14:34.668Z | Compiling paste v1.0.15 |
2441 | 2024-07-10T19:14:34.934Z | Compiling slog-term v2.9.1 |
2442 | 2024-07-10T19:14:35.233Z | Compiling slog-async v2.8.0 |
2443 | 2024-07-10T19:14:35.538Z | Compiling rustls-webpki v0.102.4 |
2444 | 2024-07-10T19:14:35.762Z | Compiling multer v3.1.0 |
2445 | 2024-07-10T19:14:36.053Z | Compiling instant v0.1.12 |
2446 | 2024-07-10T19:14:36.271Z | Compiling slog-json v2.6.1 |
2447 | 2024-07-10T19:14:36.467Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2448 | 2024-07-10T19:14:36.610Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2449 | 2024-07-10T19:14:36.663Z | Compiling async-stream-impl v0.3.5 |
2450 | 2024-07-10T19:14:37.416Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2451 | 2024-07-10T19:14:37.478Z | Compiling strum v0.26.2 |
2452 | 2024-07-10T19:14:37.663Z | Compiling atomic-waker v1.1.2 |
2453 | 2024-07-10T19:14:37.694Z | Compiling debug-ignore v1.0.5 |
2454 | 2024-07-10T19:14:37.788Z | Compiling waitgroup v0.1.2 |
2455 | 2024-07-10T19:14:37.845Z | Compiling slog-bunyan v2.5.0 |
2456 | 2024-07-10T19:14:38.033Z | Compiling rustls-pemfile v2.1.2 |
2457 | 2024-07-10T19:14:38.050Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2458 | 2024-07-10T19:14:38.081Z | Compiling async-stream v0.3.5 |
2459 | 2024-07-10T19:14:38.407Z | Compiling serde_path_to_error v0.1.16 |
2460 | 2024-07-10T19:14:38.496Z | Compiling structmeta-derive v0.3.0 |
2461 | 2024-07-10T19:14:38.951Z | Compiling hostname v0.4.0 |
2462 | 2024-07-10T19:14:39.213Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2463 | 2024-07-10T19:14:39.284Z | Compiling newtype-uuid v1.1.0 |
2464 | 2024-07-10T19:14:39.598Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2465 | 2024-07-10T19:14:39.971Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2466 | 2024-07-10T19:14:40.276Z | Compiling backoff v0.4.0 |
2467 | 2024-07-10T19:14:40.350Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2468 | 2024-07-10T19:14:40.535Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2469 | 2024-07-10T19:14:40.605Z | Compiling tokio-rustls v0.25.0 |
2470 | 2024-07-10T19:14:40.699Z | Compiling macaddr v1.0.1 |
2471 | 2024-07-10T19:14:40.999Z | Compiling darling_macro v0.20.9 |
2472 | 2024-07-10T19:14:41.032Z | Compiling proc-macro-crate v1.3.1 |
2473 | 2024-07-10T19:14:41.166Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2474 | 2024-07-10T19:14:41.510Z | Compiling fastrand v2.1.0 |
2475 | 2024-07-10T19:14:41.592Z | Compiling structmeta v0.3.0 |
2476 | 2024-07-10T19:14:42.024Z | Compiling darling v0.20.9 |
2477 | 2024-07-10T19:14:42.077Z | Compiling parse-display-derive v0.9.1 |
2478 | 2024-07-10T19:14:42.120Z | Compiling tempfile v3.10.1 |
2479 | 2024-07-10T19:14:42.156Z | Compiling serde_with_macros v3.8.1 |
2480 | 2024-07-10T19:14:42.181Z | Compiling num_enum_derive v0.5.11 |
2481 | 2024-07-10T19:14:43.081Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2482 | 2024-07-10T19:14:43.381Z | Compiling foreign-types-macros v0.2.3 |
2483 | 2024-07-10T19:14:44.710Z | Compiling heapless v0.8.0 |
2484 | 2024-07-10T19:14:45.013Z | Compiling num_enum v0.5.11 |
2485 | 2024-07-10T19:14:45.164Z | Compiling foreign-types-shared v0.3.1 |
2486 | 2024-07-10T19:14:45.234Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2487 | 2024-07-10T19:14:45.284Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2488 | 2024-07-10T19:14:45.410Z | Compiling serde_with v3.8.1 |
2489 | 2024-07-10T19:14:45.575Z | Compiling foreign-types v0.5.0 |
2490 | 2024-07-10T19:14:45.592Z | Compiling proc-macro-error v1.0.4 |
2491 | 2024-07-10T19:14:46.061Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2492 | 2024-07-10T19:14:46.325Z | Compiling cstr-argument v0.1.2 |
2493 | 2024-07-10T19:14:46.571Z | Compiling hash32 v0.3.1 |
2494 | 2024-07-10T19:14:46.805Z | Compiling smoltcp v0.11.0 |
2495 | 2024-07-10T19:14:46.975Z | Compiling pretty-hex v0.2.1 |
2496 | 2024-07-10T19:14:47.083Z | Compiling parse-display v0.9.1 |
2497 | 2024-07-10T19:14:47.163Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2498 | 2024-07-10T19:14:47.544Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2499 | 2024-07-10T19:14:47.667Z | Compiling camino-tempfile v1.1.1 |
2500 | 2024-07-10T19:14:47.825Z | Compiling tabwriter v1.4.0 |
2501 | 2024-07-10T19:14:48.125Z | Compiling colored v2.1.0 |
2502 | 2024-07-10T19:14:48.148Z | Compiling socket2 v0.4.10 |
2503 | 2024-07-10T19:14:48.301Z | Compiling cobs v0.2.3 |
2504 | 2024-07-10T19:14:48.355Z | Compiling embedded-io v0.4.0 |
2505 | 2024-07-10T19:14:48.573Z | Compiling postcard v1.0.8 |
2506 | 2024-07-10T19:14:48.937Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2507 | 2024-07-10T19:14:49.023Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2508 | 2024-07-10T19:14:49.201Z | Compiling crucible-workspace-hack v0.1.0 |
2509 | 2024-07-10T19:14:49.279Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2510 | 2024-07-10T19:14:49.401Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2511 | 2024-07-10T19:14:49.575Z | Compiling smf v0.2.3 |
2512 | 2024-07-10T19:14:49.593Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2513 | 2024-07-10T19:14:49.684Z | Compiling humantime v2.1.0 |
2514 | 2024-07-10T19:14:50.170Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2515 | 2024-07-10T19:14:50.205Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2516 | 2024-07-10T19:14:50.707Z | Compiling num-derive v0.4.2 |
2517 | 2024-07-10T19:14:51.027Z | Compiling sigpipe v0.1.3 |
2518 | 2024-07-10T19:14:51.147Z | Compiling utf-8 v0.7.6 |
2519 | 2024-07-10T19:14:51.218Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2520 | 2024-07-10T19:14:51.508Z | Compiling atty v0.2.14 |
2521 | 2024-07-10T19:14:51.647Z | Compiling same-file v1.0.6 |
2522 | 2024-07-10T19:14:51.647Z | Compiling rayon-core v1.12.1 |
2523 | 2024-07-10T19:14:51.686Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2524 | 2024-07-10T19:14:51.883Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2525 | 2024-07-10T19:14:51.953Z | Compiling semver v0.1.20 |
2526 | 2024-07-10T19:14:52.661Z | Compiling rustc_version v0.1.7 |
2527 | 2024-07-10T19:14:53.228Z | Compiling walkdir v2.5.0 |
2528 | 2024-07-10T19:14:53.276Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2529 | 2024-07-10T19:14:53.588Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2530 | 2024-07-10T19:14:53.630Z | Compiling curve25519-dalek v4.1.3 |
2531 | 2024-07-10T19:14:53.801Z | Compiling newline-converter v0.3.0 |
2532 | 2024-07-10T19:14:53.972Z | Compiling crossbeam-deque v0.8.5 |
2533 | 2024-07-10T19:14:54.011Z | Compiling universal-hash v0.5.1 |
2534 | 2024-07-10T19:14:54.090Z | Compiling opaque-debug v0.3.1 |
2535 | 2024-07-10T19:14:54.190Z | Compiling prettyplease v0.2.20 |
2536 | 2024-07-10T19:14:54.213Z | Compiling expectorate v1.1.0 |
2537 | 2024-07-10T19:14:54.216Z | Compiling newtype_derive v0.1.6 |
2538 | 2024-07-10T19:14:54.370Z | Compiling xattr v1.3.1 |
2539 | 2024-07-10T19:14:54.386Z | Compiling num-rational v0.4.2 |
2540 | 2024-07-10T19:14:54.461Z | Compiling signature v2.2.0 |
2541 | 2024-07-10T19:14:54.486Z | Compiling curve25519-dalek-derive v0.1.1 |
2542 | 2024-07-10T19:14:54.662Z | Compiling num-complex v0.4.6 |
2543 | 2024-07-10T19:14:54.768Z | Compiling blake3 v1.5.1 |
2544 | 2024-07-10T19:14:55.385Z | Compiling ring v0.16.20 |
2545 | 2024-07-10T19:14:55.721Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2546 | 2024-07-10T19:14:55.802Z | Compiling unicase v2.7.0 |
2547 | 2024-07-10T19:14:56.097Z | Compiling termcolor v1.4.1 |
2548 | 2024-07-10T19:14:56.118Z | Compiling getrandom v0.1.16 |
2549 | 2024-07-10T19:14:56.121Z | Compiling arc-swap v1.7.1 |
2550 | 2024-07-10T19:14:56.175Z | Compiling quick-error v1.2.3 |
2551 | 2024-07-10T19:14:56.332Z | Compiling convert_case v0.4.0 |
2552 | 2024-07-10T19:14:56.442Z | Compiling linked-hash-map v0.5.6 |
2553 | 2024-07-10T19:14:56.775Z | Compiling lru-cache v0.1.2 |
2554 | 2024-07-10T19:14:56.799Z | Compiling slog-scope v4.4.0 |
2555 | 2024-07-10T19:14:56.899Z | Compiling env_logger v0.9.3 |
2556 | 2024-07-10T19:14:57.010Z | Compiling resolv-conf v0.7.0 |
2557 | 2024-07-10T19:14:57.383Z | Compiling derive_more v0.99.18 |
2558 | 2024-07-10T19:14:57.601Z | Compiling tar v0.4.40 |
2559 | 2024-07-10T19:14:57.818Z | Compiling num v0.4.3 |
2560 | 2024-07-10T19:14:58.347Z | Compiling rayon v1.10.0 |
2561 | 2024-07-10T19:14:59.651Z | Compiling tungstenite v0.21.0 |
2562 | 2024-07-10T19:14:59.706Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2563 | 2024-07-10T19:15:00.209Z | Compiling blake2 v0.10.6 |
2564 | 2024-07-10T19:15:01.514Z | Compiling bitstruct_derive v0.1.0 |
2565 | 2024-07-10T19:15:01.624Z | Compiling derive-where v1.2.7 |
2566 | 2024-07-10T19:15:01.761Z | Compiling password-hash v0.5.0 |
2567 | 2024-07-10T19:15:02.824Z | Compiling memmap2 v0.9.4 |
2568 | 2024-07-10T19:15:02.887Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2569 | 2024-07-10T19:15:03.018Z | Compiling constant_time_eq v0.3.0 |
2570 | 2024-07-10T19:15:03.201Z | Compiling untrusted v0.7.1 |
2571 | 2024-07-10T19:15:03.240Z | Compiling arrayref v0.3.7 |
2572 | 2024-07-10T19:15:03.287Z | Compiling ascii v1.1.0 |
2573 | 2024-07-10T19:15:03.341Z | Compiling arrayvec v0.7.4 |
2574 | 2024-07-10T19:15:03.373Z | Compiling parking_lot_core v0.8.6 |
2575 | 2024-07-10T19:15:03.710Z | Compiling spin v0.5.2 |
2576 | 2024-07-10T19:15:03.830Z | Compiling libefi-sys v0.1.0 |
2577 | 2024-07-10T19:15:03.880Z | Compiling home v0.5.9 |
2578 | 2024-07-10T19:15:03.946Z | Compiling float-ord v0.3.2 |
2579 | 2024-07-10T19:15:04.118Z | Compiling toolchain_find v0.4.0 |
2580 | 2024-07-10T19:15:04.176Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2581 | 2024-07-10T19:15:04.294Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2582 | 2024-07-10T19:15:04.522Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
2583 | 2024-07-10T19:15:05.343Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2584 | 2024-07-10T19:15:05.602Z | Compiling bitstruct v0.1.1 |
2585 | 2024-07-10T19:15:05.648Z | Compiling argon2 v0.5.3 |
2586 | 2024-07-10T19:15:05.716Z | Compiling tokio-tungstenite v0.21.0 |
2587 | 2024-07-10T19:15:05.746Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2588 | 2024-07-10T19:15:06.266Z | Compiling trust-dns-resolver v0.22.0 |
2589 | 2024-07-10T19:15:06.278Z | Compiling slog-stdlog v4.1.1 |
2590 | 2024-07-10T19:15:06.625Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2591 | 2024-07-10T19:15:06.661Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2592 | 2024-07-10T19:15:07.101Z | Compiling serde_arrays v0.1.0 |
2593 | 2024-07-10T19:15:07.160Z | Compiling erased-serde v0.3.31 |
2594 | 2024-07-10T19:15:07.278Z | Compiling rfc6979 v0.4.0 |
2595 | 2024-07-10T19:15:07.402Z | Compiling aead v0.5.2 |
2596 | 2024-07-10T19:15:07.471Z | Compiling bitfield-struct v0.6.1 |
2597 | 2024-07-10T19:15:07.797Z | Compiling nibble_vec v0.1.0 |
2598 | 2024-07-10T19:15:07.903Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2599 | 2024-07-10T19:15:07.986Z | Compiling slog-dtrace v0.3.0 |
2600 | 2024-07-10T19:15:08.265Z | Compiling topological-sort v0.2.2 |
2601 | 2024-07-10T19:15:08.282Z | Compiling keccak v0.1.5 |
2602 | 2024-07-10T19:15:08.429Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2603 | 2024-07-10T19:15:08.488Z | Compiling endian-type v0.1.2 |
2604 | 2024-07-10T19:15:08.593Z | Compiling cancel-safe-futures v0.1.5 |
2605 | 2024-07-10T19:15:08.610Z | Compiling sha3 v0.10.8 |
2606 | 2024-07-10T19:15:08.719Z | Compiling radix_trie v0.2.1 |
2607 | 2024-07-10T19:15:08.810Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2608 | 2024-07-10T19:15:08.875Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2609 | 2024-07-10T19:15:08.927Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2610 | 2024-07-10T19:15:09.273Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2611 | 2024-07-10T19:15:09.453Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2612 | 2024-07-10T19:15:09.547Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2613 | 2024-07-10T19:15:09.627Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2614 | 2024-07-10T19:15:10.052Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2615 | 2024-07-10T19:15:10.055Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2616 | 2024-07-10T19:15:10.084Z | Compiling omicron-zone-package v0.11.0 |
2617 | 2024-07-10T19:15:10.236Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2618 | 2024-07-10T19:15:10.577Z | Compiling ecdsa v0.16.9 |
2619 | 2024-07-10T19:15:11.353Z | Compiling rand_core v0.5.1 |
2620 | 2024-07-10T19:15:11.435Z | Compiling mime_guess v2.0.4 |
2621 | 2024-07-10T19:15:11.869Z | Compiling slog-envlogger v2.2.0 |
2622 | 2024-07-10T19:15:12.493Z | Compiling steno v0.4.1 |
2623 | 2024-07-10T19:15:12.665Z | Compiling rustfmt-wrapper v0.2.1 |
2624 | 2024-07-10T19:15:13.264Z | Compiling poly1305 v0.8.0 |
2625 | 2024-07-10T19:15:13.315Z | Compiling tungstenite v0.20.1 |
2626 | 2024-07-10T19:15:13.573Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2627 | 2024-07-10T19:15:14.289Z | Compiling primeorder v0.13.6 |
2628 | 2024-07-10T19:15:14.827Z | Compiling heck v0.3.3 |
2629 | 2024-07-10T19:15:15.047Z | Compiling chacha20 v0.9.1 |
2630 | 2024-07-10T19:15:15.257Z | Compiling secrecy v0.8.0 |
2631 | 2024-07-10T19:15:15.486Z | Compiling thiserror-impl-no-std v2.0.2 |
2632 | 2024-07-10T19:15:15.518Z | Compiling half v2.4.1 |
2633 | 2024-07-10T19:15:15.536Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2634 | 2024-07-10T19:15:15.802Z | Compiling ciborium-io v0.2.2 |
2635 | 2024-07-10T19:15:15.937Z | Compiling option-ext v0.2.0 |
2636 | 2024-07-10T19:15:16.078Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2637 | 2024-07-10T19:15:16.128Z | Compiling dirs-sys v0.4.1 |
2638 | 2024-07-10T19:15:16.211Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2639 | 2024-07-10T19:15:16.555Z | Compiling ciborium-ll v0.2.2 |
2640 | 2024-07-10T19:15:16.802Z | Compiling zone_cfg_derive v0.1.2 |
2641 | 2024-07-10T19:15:16.974Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2642 | 2024-07-10T19:15:16.991Z | Compiling tokio-tungstenite v0.20.1 |
2643 | 2024-07-10T19:15:17.536Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2644 | 2024-07-10T19:15:17.781Z | Compiling parking_lot v0.11.2 |
2645 | 2024-07-10T19:15:17.963Z | Compiling rand_chacha v0.2.2 |
2646 | 2024-07-10T19:15:18.746Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2647 | 2024-07-10T19:15:18.939Z | Compiling thiserror-no-std v2.0.2 |
2648 | 2024-07-10T19:15:19.022Z | Compiling trust-dns-client v0.22.0 |
2649 | 2024-07-10T19:15:19.058Z | Compiling ed25519 v2.2.3 |
2650 | 2024-07-10T19:15:19.549Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2651 | 2024-07-10T19:15:19.574Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2652 | 2024-07-10T19:15:20.049Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2653 | 2024-07-10T19:15:20.500Z | Compiling polyval v0.6.2 |
2654 | 2024-07-10T19:15:20.965Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2655 | 2024-07-10T19:15:21.425Z | Compiling libsw v3.3.1 |
2656 | 2024-07-10T19:15:21.771Z | Compiling toml v0.5.11 |
2657 | 2024-07-10T19:15:22.332Z | Compiling blowfish v0.9.1 |
2658 | 2024-07-10T19:15:22.784Z | Compiling ctr v0.9.2 |
2659 | 2024-07-10T19:15:23.157Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2660 | 2024-07-10T19:15:24.127Z | Compiling aes v0.8.4 |
2661 | 2024-07-10T19:15:25.179Z | Compiling pbkdf2 v0.12.2 |
2662 | 2024-07-10T19:15:25.364Z | Compiling password-hash v0.4.2 |
2663 | 2024-07-10T19:15:25.611Z | Compiling gethostname v0.4.3 |
2664 | 2024-07-10T19:15:25.901Z | Compiling fxhash v0.2.1 |
2665 | 2024-07-10T19:15:26.113Z | Compiling owo-colors v4.0.0 |
2666 | 2024-07-10T19:15:26.337Z | Compiling base64 v0.13.1 |
2667 | 2024-07-10T19:15:26.996Z | Compiling linear-map v1.2.0 |
2668 | 2024-07-10T19:15:27.014Z | Compiling ron v0.7.1 |
2669 | 2024-07-10T19:15:27.398Z | Compiling sled v0.34.7 |
2670 | 2024-07-10T19:15:28.097Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2671 | 2024-07-10T19:15:28.454Z | Compiling pbkdf2 v0.11.0 |
2672 | 2024-07-10T19:15:28.839Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2673 | 2024-07-10T19:15:29.486Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2674 | 2024-07-10T19:15:31.853Z | Compiling bcrypt-pbkdf v0.10.0 |
2675 | 2024-07-10T19:15:31.905Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2676 | 2024-07-10T19:15:32.059Z | Compiling trust-dns-server v0.22.1 |
2677 | 2024-07-10T19:15:32.544Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2678 | 2024-07-10T19:15:32.773Z | Compiling ghash v0.5.1 |
2679 | 2024-07-10T19:15:32.972Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2680 | 2024-07-10T19:15:33.284Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2681 | 2024-07-10T19:15:33.768Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2682 | 2024-07-10T19:15:34.764Z | Compiling ed25519-dalek v2.1.1 |
2683 | 2024-07-10T19:15:35.906Z | Compiling vsss-rs v3.3.4 |
2684 | 2024-07-10T19:15:36.374Z | Compiling zone v0.1.8 |
2685 | 2024-07-10T19:15:36.450Z | Compiling rand v0.7.3 |
2686 | 2024-07-10T19:15:36.616Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2687 | 2024-07-10T19:15:38.000Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2688 | 2024-07-10T19:15:38.025Z | Compiling ciborium v0.2.2 |
2689 | 2024-07-10T19:15:39.259Z | Compiling dirs v5.0.1 |
2690 | 2024-07-10T19:15:39.279Z | Compiling chacha20poly1305 v0.10.1 |
2691 | 2024-07-10T19:15:39.471Z | Compiling p256 v0.13.2 |
2692 | 2024-07-10T19:15:39.499Z | Compiling p521 v0.13.3 |
2693 | 2024-07-10T19:15:39.602Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
2694 | 2024-07-10T19:15:40.367Z | Compiling pem v3.0.4 |
2695 | 2024-07-10T19:15:40.615Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2696 | 2024-07-10T19:15:40.939Z | Compiling headers-core v0.2.0 |
2697 | 2024-07-10T19:15:40.994Z | Compiling cbc v0.1.2 |
2698 | 2024-07-10T19:15:41.114Z | Compiling kstat-rs v0.2.4 |
2699 | 2024-07-10T19:15:41.221Z | Compiling portpicker v0.1.1 |
2700 | 2024-07-10T19:15:41.243Z | Compiling nanorand v0.7.0 |
2701 | 2024-07-10T19:15:41.552Z | Compiling russh-cryptovec v0.7.2 |
2702 | 2024-07-10T19:15:41.742Z | Compiling md5 v0.7.0 |
2703 | 2024-07-10T19:15:41.841Z | Compiling http-range v0.1.5 |
2704 | 2024-07-10T19:15:41.882Z | Compiling glob v0.3.1 |
2705 | 2024-07-10T19:15:42.029Z | Compiling hyper-staticfile v0.9.5 |
2706 | 2024-07-10T19:15:42.243Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2707 | 2024-07-10T19:15:42.261Z | Compiling russh-keys v0.43.0 |
2708 | 2024-07-10T19:15:42.908Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2709 | 2024-07-10T19:15:42.936Z | Compiling flume v0.11.0 |
2710 | 2024-07-10T19:15:43.047Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2711 | 2024-07-10T19:15:43.616Z | Compiling headers v0.3.9 |
2712 | 2024-07-10T19:15:45.059Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2713 | 2024-07-10T19:15:45.582Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2714 | 2024-07-10T19:15:45.725Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2715 | 2024-07-10T19:15:46.428Z | Compiling rcgen v0.12.1 |
2716 | 2024-07-10T19:15:49.009Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2717 | 2024-07-10T19:15:49.073Z | Compiling aes-gcm v0.10.3 |
2718 | 2024-07-10T19:15:49.370Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2719 | 2024-07-10T19:15:49.832Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2720 | 2024-07-10T19:15:51.298Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2721 | 2024-07-10T19:15:54.667Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2722 | 2024-07-10T19:15:55.753Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2723 | 2024-07-10T19:15:56.331Z | Compiling atomicwrites v0.4.3 |
2724 | 2024-07-10T19:15:56.348Z | Compiling subprocess v0.2.9 |
2725 | 2024-07-10T19:15:56.696Z | Compiling display-error-chain v0.2.0 |
2726 | 2024-07-10T19:15:56.883Z | Compiling dhcproto-macros v0.1.0 |
2727 | 2024-07-10T19:15:57.875Z | Compiling hex-literal v0.4.1 |
2728 | 2024-07-10T19:15:58.036Z | Compiling russh v0.43.0 |
2729 | 2024-07-10T19:15:58.445Z | Compiling dhcproto v0.11.0 |
2730 | 2024-07-10T19:15:58.601Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2731 | 2024-07-10T19:15:59.629Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2732 | 2024-07-10T19:16:04.516Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2733 | 2024-07-10T19:16:04.572Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2734 | 2024-07-10T19:16:04.572Z | Compiling internet-checksum v0.2.1 |
2735 | 2024-07-10T19:16:23.640Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2736 | 2024-07-10T19:17:06.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s |
2737 | 2024-07-10T19:17:06.919Z | |
2738 | 2024-07-10T19:17:06.919Z | real 3:42.585753849 |
2739 | 2024-07-10T19:17:06.919Z | user 19:54.160224286 |
2740 | 2024-07-10T19:17:06.920Z | sys 4:13.232247022 |
2741 | 2024-07-10T19:17:06.920Z | trap 0.579920459 |
2742 | 2024-07-10T19:17:06.920Z | tflt 0.545600907 |
2743 | 2024-07-10T19:17:06.945Z | dflt 1.829639128 |
2744 | 2024-07-10T19:17:06.945Z | kflt 0.000046728 |
2745 | 2024-07-10T19:17:06.945Z | lock 42:32.569696090 |
2746 | 2024-07-10T19:17:06.945Z | slp 57:09.332597839 |
2747 | 2024-07-10T19:17:06.945Z | lat 1:05.885205601 |
2748 | 2024-07-10T19:17:06.945Z | stop 2:34.985261426 |
2749 | 2024-07-10T19:17:06.945Z | + mkdir tests |
2750 | 2024-07-10T19:17:06.945Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2751 | 2024-07-10T19:17:06.945Z | + xargs -I '{}' -t cp '{}' tests/ |
2752 | 2024-07-10T19:17:08.285Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-042ee7f868ef739c tests/ |
2753 | 2024-07-10T19:17:08.305Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5465fa55270b9cf3 tests/ |
2754 | 2024-07-10T19:17:08.325Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4f5d40e613b07835 tests/ |
2755 | 2024-07-10T19:17:08.345Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cfd88465eab6d8b2 tests/ |
2756 | 2024-07-10T19:17:08.649Z | + 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/*) |
2757 | 2024-07-10T19:17:08.652Z | + 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-5465fa55270b9cf3 tests/commtest-4f5d40e613b07835 tests/dhcp_server-042ee7f868ef739c tests/end_to_end_tests-cfd88465eab6d8b2 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 |
2758 | 2024-07-10T19:18:13.054Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2759 | 2024-07-10T19:18:13.054Z | a out/target/test 1K |
2760 | 2024-07-10T19:18:13.054Z | a out/npuzone/npuzone 23144K |
2761 | 2024-07-10T19:18:13.054Z | a package-manifest.toml 29K |
2762 | 2024-07-10T19:18:13.054Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2763 | 2024-07-10T19:18:13.054Z | a target/release/omicron-package 32520K |
2764 | 2024-07-10T19:18:13.054Z | a target/release/xtask 18147K |
2765 | 2024-07-10T19:18:13.054Z | a target/debug/bootstrap 358471K |
2766 | 2024-07-10T19:18:13.054Z | a tests/bootstrap-5465fa55270b9cf3 23983K |
2767 | 2024-07-10T19:18:13.054Z | a tests/commtest-4f5d40e613b07835 23984K |
2768 | 2024-07-10T19:18:13.055Z | a tests/dhcp_server-042ee7f868ef739c 23983K |
2769 | 2024-07-10T19:18:13.055Z | a tests/end_to_end_tests-cfd88465eab6d8b2 369274K |
2770 | 2024-07-10T19:18:13.055Z | a out/clickhouse.tar.gz 223114K |
2771 | 2024-07-10T19:18:13.055Z | a out/clickhouse_keeper.tar.gz 223093K |
2772 | 2024-07-10T19:18:13.055Z | a out/cockroachdb.tar.gz 131954K |
2773 | 2024-07-10T19:18:13.055Z | a out/crucible-dtrace.tar 85K |
2774 | 2024-07-10T19:18:13.055Z | a out/crucible-pantry-zone.tar.gz 27046K |
2775 | 2024-07-10T19:18:13.055Z | a out/crucible-zone.tar.gz 37414K |
2776 | 2024-07-10T19:18:13.055Z | a out/external-dns.tar.gz 25122K |
2777 | 2024-07-10T19:18:13.055Z | a out/internal-dns.tar.gz 25121K |
2778 | 2024-07-10T19:18:13.055Z | a out/mg-ddm-gz.tar 60617K |
2779 | 2024-07-10T19:18:13.055Z | a out/nexus.tar.gz 84989K |
2780 | 2024-07-10T19:18:13.055Z | a out/ntp.tar.gz 8925K |
2781 | 2024-07-10T19:18:13.055Z | a out/omicron-gateway-softnpu.tar.gz 13801K |
2782 | 2024-07-10T19:18:13.055Z | a out/omicron-sled-agent.tar 94648K |
2783 | 2024-07-10T19:18:13.055Z | a out/overlay.tar.gz 3K |
2784 | 2024-07-10T19:18:13.055Z | a out/oximeter.tar.gz 42151K |
2785 | 2024-07-10T19:18:13.055Z | a out/oxlog.tar 2955K |
2786 | 2024-07-10T19:18:13.055Z | a out/probe.tar.gz 2764K |
2787 | 2024-07-10T19:18:13.056Z | a out/propolis-server.tar.gz 64642K |
2788 | 2024-07-10T19:18:13.056Z | a out/pumpkind-gz.tar 26665K |
2789 | 2024-07-10T19:18:13.056Z | a out/switch-softnpu.tar.gz 198550K |
2790 | 2024-07-10T19:18:13.061Z | |
2791 | 2024-07-10T19:18:13.061Z | real 1:04.387744273 |
2792 | 2024-07-10T19:18:13.061Z | user 1:01.798427086 |
2793 | 2024-07-10T19:18:13.061Z | sys 3.454429539 |
2794 | 2024-07-10T19:18:13.061Z | trap 0.013125361 |
2795 | 2024-07-10T19:18:13.061Z | tflt 0.000000000 |
2796 | 2024-07-10T19:18:13.061Z | dflt 0.000000000 |
2797 | 2024-07-10T19:18:13.061Z | kflt 0.000000000 |
2798 | 2024-07-10T19:18:13.061Z | lock 0.000000000 |
2799 | 2024-07-10T19:18:13.061Z | slp 1:01.813886633 |
2800 | 2024-07-10T19:18:13.061Z | lat 1.691339100 |
2801 | 2024-07-10T19:18:13.061Z | stop 0.000187678 |
2802 | 2024-07-10T19:18:13.062Z | process exited: duration 1719807 ms, exit code 0 |
|
2803 | 2024-07-10T19:18:13.078Z | found 1 output files |
2804 | 2024-07-10T19:18:13.079Z | uploading: /work/package.tar.gz (1407080651 bytes) |
2805 | 2024-07-10T19:18:42.059Z | uploaded: /work/package.tar.gz |