|
|
|
1 | 2024-07-15T19:10:08.159Z | job assigned to worker 01J2VWS06VAKXC3EYB2SHQ3017 (queued for 57 s) |
|
2 | 2024-07-15T19:10:16.188Z | starting task 0: "setup" |
3 | 2024-07-15T19:10:16.197Z | ++ uname -s |
4 | 2024-07-15T19:10:16.200Z | + kern=SunOS |
5 | 2024-07-15T19:10:16.200Z | + case "$kern" in |
6 | 2024-07-15T19:10:16.200Z | + groupadd -g 12345 build |
7 | 2024-07-15T19:10:16.203Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-15T19:10:18.213Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-15T19:10:18.303Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-15T19:10:18.306Z | + home_fs=zfs |
11 | 2024-07-15T19:10:18.306Z | + [[ zfs == autofs ]] |
12 | 2024-07-15T19:10:18.306Z | + mkdir -p /home/build |
13 | 2024-07-15T19:10:18.310Z | + chown build:build /home/build /work |
14 | 2024-07-15T19:10:20.310Z | + chmod 0700 /home/build /work |
15 | 2024-07-15T19:10:20.313Z | process exited: duration 4127 ms, exit code 0 |
|
16 | 2024-07-15T19:10:20.319Z | starting task 1: "rust-toolchain" |
17 | 2024-07-15T19:10:20.325Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-15T19:10:20.325Z | ' 1.78.0 |
19 | 2024-07-15T19:10:20.325Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-15T19:10:20.325Z | ' default |
21 | 2024-07-15T19:10:20.325Z | * toolchain channel = "1.78.0" |
22 | 2024-07-15T19:10:20.325Z | * toolchain profile = "default" |
23 | 2024-07-15T19:10:20.327Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-15T19:10:20.328Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-15T19:10:20.445Z | info: downloading installer |
26 | 2024-07-15T19:10:21.943Z | info: profile set to 'default' |
27 | 2024-07-15T19:10:21.944Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-15T19:10:21.947Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-15T19:10:22.104Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-15T19:10:22.104Z | info: downloading component 'cargo' |
31 | 2024-07-15T19:10:23.049Z | info: downloading component 'clippy' |
32 | 2024-07-15T19:10:23.359Z | info: downloading component 'rust-docs' |
33 | 2024-07-15T19:10:24.607Z | info: downloading component 'rust-std' |
34 | 2024-07-15T19:10:26.604Z | info: downloading component 'rustc' |
35 | 2024-07-15T19:10:31.700Z | info: downloading component 'rustfmt' |
36 | 2024-07-15T19:10:31.971Z | info: installing component 'cargo' |
37 | 2024-07-15T19:10:32.835Z | info: installing component 'clippy' |
38 | 2024-07-15T19:10:33.204Z | info: installing component 'rust-docs' |
39 | 2024-07-15T19:10:34.729Z | info: installing component 'rust-std' |
40 | 2024-07-15T19:10:36.468Z | info: installing component 'rustc' |
41 | 2024-07-15T19:10:40.720Z | info: installing component 'rustfmt' |
42 | 2024-07-15T19:10:41.062Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-15T19:10:41.062Z | |
44 | 2024-07-15T19:10:41.335Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-15T19:10:41.335Z | |
46 | 2024-07-15T19:10:41.337Z | |
47 | 2024-07-15T19:10:41.338Z | Rust is installed now. Great! |
48 | 2024-07-15T19:10:41.338Z | |
49 | 2024-07-15T19:10:41.338Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-15T19:10:41.338Z | environment variable. This has not been done automatically. |
51 | 2024-07-15T19:10:41.338Z | |
52 | 2024-07-15T19:10:41.338Z | To configure your current shell, you need to source |
53 | 2024-07-15T19:10:41.338Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-15T19:10:41.338Z | |
55 | 2024-07-15T19:10:41.338Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-15T19:10:41.338Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-15T19:10:41.338Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-15T19:10:41.388Z | + rustc --version |
59 | 2024-07-15T19:10:41.450Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-15T19:10:41.453Z | process exited: duration 21131 ms, exit code 0 |
|
61 | 2024-07-15T19:10:41.459Z | starting task 2: "authentication" |
62 | 2024-07-15T19:10:41.480Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-15T19:10:41.485Z | starting task 3: "clone repository" |
64 | 2024-07-15T19:10:41.490Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-15T19:10:41.493Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-15T19:10:41.533Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-15T19:10:48.799Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-15T19:10:48.799Z | + git fetch origin d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f |
69 | 2024-07-15T19:10:49.100Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-15T19:10:49.100Z | * branch d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f -> FETCH_HEAD |
71 | 2024-07-15T19:10:49.111Z | + [[ -n sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait ]] |
72 | 2024-07-15T19:10:49.115Z | ++ git branch --show-current |
73 | 2024-07-15T19:10:49.118Z | + current=main |
74 | 2024-07-15T19:10:49.118Z | + [[ main != sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait ]] |
75 | 2024-07-15T19:10:49.118Z | + git branch -f sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f |
76 | 2024-07-15T19:10:49.121Z | + git checkout -f sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait |
77 | 2024-07-15T19:10:49.259Z | Switched to branch 'sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait' |
78 | 2024-07-15T19:10:49.261Z | + git reset --hard d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f |
79 | 2024-07-15T19:10:49.397Z | HEAD is now at d33ed8ee5 rebase |
80 | 2024-07-15T19:10:49.400Z | process exited: duration 7912 ms, exit code 0 |
|
81 | 2024-07-15T19:10:49.405Z | starting task 4: "build" |
82 | 2024-07-15T19:10:49.411Z | + cargo --version |
83 | 2024-07-15T19:10:49.466Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-15T19:10:49.468Z | + rustc --version |
85 | 2024-07-15T19:10:49.524Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-15T19:10:49.527Z | + WORK=/work |
87 | 2024-07-15T19:10:49.527Z | + pfexec mkdir -p /work |
88 | 2024-07-15T19:10:49.530Z | + pfexec chown build /work |
89 | 2024-07-15T19:10:49.533Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-15T19:10:54.858Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-15T19:10:56.695Z | Startup: Caching catalogs ... Done |
92 | 2024-07-15T19:10:59.620Z | Planning: Solver setup ... Done (2.391s) |
93 | 2024-07-15T19:10:59.669Z | Planning: Running solver ... Done (0.049s) |
94 | 2024-07-15T19:10:59.715Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-07-15T19:10:59.728Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-15T19:10:59.874Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-15T19:10:59.923Z | Planning: Package planning ... Done (0.049s) |
98 | 2024-07-15T19:10:59.973Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-07-15T19:11:00.275Z | Planning: Checking for conflicting actions ... Done (0.301s) |
100 | 2024-07-15T19:11:00.286Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-15T19:11:01.337Z | Planning: Evaluating mediators ... Done (1.051s) |
102 | 2024-07-15T19:11:01.347Z | Planning: Planning completed in 4.58 seconds |
103 | 2024-07-15T19:11:01.364Z | Packages to install: 4 |
104 | 2024-07-15T19:11:01.364Z | Mediators to change: 2 |
105 | 2024-07-15T19:11:01.367Z | Services to change: 1 |
106 | 2024-07-15T19:11:01.367Z | Estimated space available: 155.77 GB |
107 | 2024-07-15T19:11:01.367Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-15T19:11:01.368Z | Create boot environment: No |
109 | 2024-07-15T19:11:01.368Z | Create backup boot environment: No |
110 | 2024-07-15T19:11:01.368Z | Rebuild boot archive: No |
111 | 2024-07-15T19:11:01.368Z | |
112 | 2024-07-15T19:11:01.368Z | Changed mediators: |
113 | 2024-07-15T19:11:01.368Z | mediator clang: |
114 | 2024-07-15T19:11:01.368Z | version: None -> 15 (system default) |
115 | 2024-07-15T19:11:01.368Z | |
116 | 2024-07-15T19:11:01.368Z | mediator llvm: |
117 | 2024-07-15T19:11:01.368Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-15T19:11:01.368Z | |
119 | 2024-07-15T19:11:01.368Z | Changed packages: |
120 | 2024-07-15T19:11:01.368Z | helios-dev |
121 | 2024-07-15T19:11:01.368Z | developer/build-essential |
122 | 2024-07-15T19:11:01.368Z | None -> 11-2.0 |
123 | 2024-07-15T19:11:01.368Z | library/libxmlsec1 |
124 | 2024-07-15T19:11:01.368Z | None -> 1.2.35-2.0 |
125 | 2024-07-15T19:11:01.368Z | ooce/developer/clang-15 |
126 | 2024-07-15T19:11:01.368Z | None -> 15.0.7-2.0 |
127 | 2024-07-15T19:11:01.368Z | ooce/developer/llvm-15 |
128 | 2024-07-15T19:11:01.368Z | None -> 15.0.7-2.0 |
129 | 2024-07-15T19:11:01.368Z | |
130 | 2024-07-15T19:11:01.368Z | Services: |
131 | 2024-07-15T19:11:01.368Z | restart_fmri: |
132 | 2024-07-15T19:11:01.369Z | svc:/system/update-man-index:default |
133 | 2024-07-15T19:11:01.412Z | |
134 | 2024-07-15T19:11:01.412Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-15T19:11:06.412Z | Download: 1402/3290 items 110.7/212.6MB 52% complete (22.3M/s) |
136 | 2024-07-15T19:11:11.415Z | Download: 3154/3290 items 145.9/212.6MB 68% complete (14.6M/s) |
137 | 2024-07-15T19:11:13.681Z | Download: Completed 212.60 MB in 12.27 seconds (17.3M/s) |
138 | 2024-07-15T19:11:14.489Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-07-15T19:11:19.096Z | Actions: Completed 3689 actions in 4.61 seconds. |
140 | 2024-07-15T19:11:19.337Z | Done (0.236s) |
141 | 2024-07-15T19:11:19.337Z | Done (0.000s) |
142 | 2024-07-15T19:11:19.666Z | Done (0.329s) |
143 | 2024-07-15T19:11:24.085Z | Done (4.259s) |
144 | 2024-07-15T19:11:24.171Z | Done (0.018s) |
145 | 2024-07-15T19:11:24.174Z | Done (0.000s) |
146 | 2024-07-15T19:11:24.334Z | Done (0.000s) |
147 | 2024-07-15T19:11:24.899Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-07-15T19:11:25.059Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-07-15T19:11:25.062Z | Planning: Consolidating action changes ... Done |
150 | 2024-07-15T19:11:25.324Z | Planning: Evaluating mediators ... Done |
151 | 2024-07-15T19:11:25.327Z | Planning: Planning completed in 0.43 seconds |
152 | 2024-07-15T19:11:25.359Z | Mediators to change: 2 |
153 | 2024-07-15T19:11:25.359Z | Create boot environment: No |
154 | 2024-07-15T19:11:25.362Z | Create backup boot environment: No |
155 | 2024-07-15T19:11:25.443Z | Done |
156 | 2024-07-15T19:11:25.443Z | Done |
157 | 2024-07-15T19:11:25.649Z | Done |
158 | 2024-07-15T19:11:29.154Z | Done |
159 | 2024-07-15T19:11:29.228Z | Done |
160 | 2024-07-15T19:11:29.233Z | Done |
161 | 2024-07-15T19:11:29.370Z | Done |
162 | 2024-07-15T19:11:29.984Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-07-15T19:11:29.987Z | Planning: Merging actions ... Done |
164 | 2024-07-15T19:11:30.175Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-07-15T19:11:30.178Z | Planning: Consolidating action changes ... Done |
166 | 2024-07-15T19:11:30.440Z | Planning: Evaluating mediators ... Done |
167 | 2024-07-15T19:11:30.498Z | Planning: Planning completed in 0.76 seconds |
168 | 2024-07-15T19:11:30.533Z | Packages to change: 1 |
169 | 2024-07-15T19:11:30.534Z | Mediators to change: 1 |
170 | 2024-07-15T19:11:30.536Z | Services to change: 1 |
171 | 2024-07-15T19:11:30.536Z | Create boot environment: No |
172 | 2024-07-15T19:11:30.536Z | Create backup boot environment: Yes |
173 | 2024-07-15T19:11:32.457Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-07-15T19:11:32.460Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2024-07-15T19:11:32.460Z | Done |
176 | 2024-07-15T19:11:32.460Z | Done |
177 | 2024-07-15T19:11:32.527Z | Done |
178 | 2024-07-15T19:11:36.055Z | Done |
179 | 2024-07-15T19:11:36.150Z | Done |
180 | 2024-07-15T19:11:36.166Z | Done |
181 | 2024-07-15T19:11:36.251Z | Done |
182 | 2024-07-15T19:11:36.679Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-07-15T19:11:36.679Z | clang system 15 system |
184 | 2024-07-15T19:11:36.679Z | csh system system illumos |
185 | 2024-07-15T19:11:36.679Z | ctags system system illumos |
186 | 2024-07-15T19:11:36.679Z | gcc vendor 12 vendor |
187 | 2024-07-15T19:11:36.679Z | gcc system 10 system |
188 | 2024-07-15T19:11:36.679Z | gcc system 7 system |
189 | 2024-07-15T19:11:36.679Z | go system 1.20 system |
190 | 2024-07-15T19:11:36.679Z | go system 1.19 system |
191 | 2024-07-15T19:11:36.679Z | llvm system 15 system |
192 | 2024-07-15T19:11:36.679Z | llvm system 14 system |
193 | 2024-07-15T19:11:36.679Z | mariadb system 10.6 system |
194 | 2024-07-15T19:11:36.679Z | mta vendor vendor dma |
195 | 2024-07-15T19:11:36.679Z | openjdk system 17 system |
196 | 2024-07-15T19:11:36.679Z | openjdk system 11 system |
197 | 2024-07-15T19:11:36.679Z | openjdk system 1.8 system |
198 | 2024-07-15T19:11:36.679Z | openssl vendor 3 vendor |
199 | 2024-07-15T19:11:36.679Z | perl system 5.36 system |
200 | 2024-07-15T19:11:36.679Z | postgresql system 15 system |
201 | 2024-07-15T19:11:36.679Z | postgresql system 13 system |
202 | 2024-07-15T19:11:36.679Z | python vendor 3 vendor |
203 | 2024-07-15T19:11:36.679Z | python system 2 system |
204 | 2024-07-15T19:11:36.679Z | python3 system 3.11 system |
205 | 2024-07-15T19:11:36.679Z | ruby system 3.0 system |
206 | 2024-07-15T19:11:36.679Z | words vendor vendor american-english |
207 | 2024-07-15T19:11:36.679Z | words system system australian-english |
208 | 2024-07-15T19:11:36.679Z | words system system british-english |
209 | 2024-07-15T19:11:36.679Z | words system system canadian-english |
210 | 2024-07-15T19:11:36.679Z | words system system french |
211 | 2024-07-15T19:11:36.679Z | words system system italian |
212 | 2024-07-15T19:11:36.679Z | words system system ngerman |
213 | 2024-07-15T19:11:36.679Z | words system system ogerman |
214 | 2024-07-15T19:11:36.680Z | words system system spanish |
215 | 2024-07-15T19:11:37.007Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-07-15T19:11:37.007Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-07-15T19:11:38.560Z | FMRI IFO |
218 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-07-15T19:11:38.560Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-07-15T19:11:39.064Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
231 | 2024-07-15T19:11:39.394Z | Updating git repository `https://github.com/oxidecomputer/zone` |
232 | 2024-07-15T19:11:39.710Z | Updating crates.io index |
233 | 2024-07-15T19:11:39.755Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
234 | 2024-07-15T19:11:40.594Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
235 | 2024-07-15T19:11:41.324Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-07-15T19:11:41.598Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
237 | 2024-07-15T19:11:43.592Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
238 | 2024-07-15T19:11:44.129Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
239 | 2024-07-15T19:11:44.403Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
240 | 2024-07-15T19:11:45.408Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
241 | 2024-07-15T19:11:47.477Z | Updating git repository `https://github.com/oxidecomputer/opte` |
242 | 2024-07-15T19:11:48.570Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
243 | 2024-07-15T19:11:49.365Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
244 | 2024-07-15T19:11:49.929Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
245 | 2024-07-15T19:11:50.309Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
246 | 2024-07-15T19:11:50.743Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
247 | 2024-07-15T19:11:51.043Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
248 | 2024-07-15T19:11:51.324Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
249 | 2024-07-15T19:11:51.638Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
250 | 2024-07-15T19:11:51.897Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
251 | 2024-07-15T19:11:52.178Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
252 | 2024-07-15T19:11:52.483Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
253 | 2024-07-15T19:11:52.805Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
254 | 2024-07-15T19:11:53.111Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
255 | 2024-07-15T19:11:53.428Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
256 | 2024-07-15T19:11:54.097Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
257 | 2024-07-15T19:11:54.390Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
258 | 2024-07-15T19:11:54.683Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
259 | 2024-07-15T19:11:55.101Z | Updating git repository `https://github.com/oxidecomputer/typify` |
260 | 2024-07-15T19:11:57.220Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
261 | 2024-07-15T19:11:57.624Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
262 | 2024-07-15T19:11:57.924Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
263 | 2024-07-15T19:11:58.364Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
264 | 2024-07-15T19:11:59.552Z | Downloading crates ... |
265 | 2024-07-15T19:11:59.629Z | Downloaded autocfg v1.3.0 |
266 | 2024-07-15T19:11:59.633Z | Downloaded anstyle-parse v0.2.4 |
267 | 2024-07-15T19:11:59.635Z | Downloaded anstyle v1.0.7 |
268 | 2024-07-15T19:11:59.638Z | Downloaded equivalent v1.0.1 |
269 | 2024-07-15T19:11:59.638Z | Downloaded match_cfg v0.1.0 |
270 | 2024-07-15T19:11:59.641Z | Downloaded is_terminal_polyfill v1.70.0 |
271 | 2024-07-15T19:11:59.645Z | Downloaded dtrace-parser v0.2.0 |
272 | 2024-07-15T19:11:59.648Z | Downloaded foreign-types-shared v0.1.1 |
273 | 2024-07-15T19:11:59.654Z | Downloaded openssl-probe v0.1.5 |
274 | 2024-07-15T19:11:59.656Z | Downloaded anstream v0.6.14 |
275 | 2024-07-15T19:11:59.660Z | Downloaded pretty-hex v0.4.1 |
276 | 2024-07-15T19:11:59.660Z | Downloaded powerfmt v0.2.0 |
277 | 2024-07-15T19:11:59.662Z | Downloaded cpufeatures v0.2.12 |
278 | 2024-07-15T19:11:59.662Z | Downloaded clap_lex v0.7.0 |
279 | 2024-07-15T19:11:59.662Z | Downloaded pkg-config v0.3.30 |
280 | 2024-07-15T19:11:59.665Z | Downloaded cfg-if v1.0.0 |
281 | 2024-07-15T19:11:59.668Z | Downloaded strum v0.26.2 |
282 | 2024-07-15T19:11:59.668Z | Downloaded num-conv v0.1.0 |
283 | 2024-07-15T19:11:59.670Z | Downloaded itoa v1.0.11 |
284 | 2024-07-15T19:11:59.670Z | Downloaded proc-macro-error v1.0.4 |
285 | 2024-07-15T19:11:59.673Z | Downloaded pin-project-lite v0.2.14 |
286 | 2024-07-15T19:11:59.677Z | Downloaded take_mut v0.2.2 |
287 | 2024-07-15T19:11:59.679Z | Downloaded swrite v0.1.0 |
288 | 2024-07-15T19:11:59.680Z | Downloaded crypto-common v0.1.6 |
289 | 2024-07-15T19:11:59.680Z | Downloaded memmap v0.7.0 |
290 | 2024-07-15T19:11:59.682Z | Downloaded tower-service v0.3.2 |
291 | 2024-07-15T19:11:59.682Z | Downloaded usdt-macro v0.5.0 |
292 | 2024-07-15T19:11:59.682Z | Downloaded hostname v0.3.1 |
293 | 2024-07-15T19:11:59.685Z | Downloaded generic-array v0.14.7 |
294 | 2024-07-15T19:11:59.685Z | Downloaded want v0.3.1 |
295 | 2024-07-15T19:11:59.688Z | Downloaded usdt-attr-macro v0.5.0 |
296 | 2024-07-15T19:11:59.688Z | Downloaded fs-err v2.11.0 |
297 | 2024-07-15T19:11:59.691Z | Downloaded filetime v0.2.23 |
298 | 2024-07-15T19:11:59.691Z | Downloaded anstyle-query v1.0.3 |
299 | 2024-07-15T19:11:59.694Z | Downloaded tinyvec_macros v0.1.1 |
300 | 2024-07-15T19:11:59.694Z | Downloaded is-terminal v0.4.12 |
301 | 2024-07-15T19:11:59.694Z | Downloaded foreign-types v0.3.2 |
302 | 2024-07-15T19:11:59.697Z | Downloaded rustversion v1.0.17 |
303 | 2024-07-15T19:11:59.697Z | Downloaded proc-macro2 v1.0.86 |
304 | 2024-07-15T19:11:59.699Z | Downloaded proc-macro-error-attr v1.0.4 |
305 | 2024-07-15T19:11:59.702Z | Downloaded plain v0.2.3 |
306 | 2024-07-15T19:11:59.702Z | Downloaded time-core v0.1.2 |
307 | 2024-07-15T19:11:59.702Z | Downloaded openssl-macros v0.1.1 |
308 | 2024-07-15T19:11:59.705Z | Downloaded sync_wrapper v0.1.2 |
309 | 2024-07-15T19:11:59.705Z | Downloaded http-body v0.4.6 |
310 | 2024-07-15T19:11:59.707Z | Downloaded dirs-sys-next v0.1.2 |
311 | 2024-07-15T19:11:59.708Z | Downloaded digest v0.10.7 |
312 | 2024-07-15T19:11:59.710Z | Downloaded byteorder v1.5.0 |
313 | 2024-07-15T19:11:59.710Z | Downloaded percent-encoding v2.3.1 |
314 | 2024-07-15T19:11:59.710Z | Downloaded slog-bunyan v2.5.0 |
315 | 2024-07-15T19:11:59.713Z | Downloaded serde_tokenstream v0.2.1 |
316 | 2024-07-15T19:11:59.716Z | Downloaded cargo_toml v0.20.3 |
317 | 2024-07-15T19:11:59.716Z | Downloaded tokio-macros v2.3.0 |
318 | 2024-07-15T19:11:59.719Z | Downloaded native-tls v0.2.11 |
319 | 2024-07-15T19:11:59.719Z | Downloaded errno v0.3.9 |
320 | 2024-07-15T19:11:59.721Z | Downloaded thiserror v1.0.60 |
321 | 2024-07-15T19:11:59.725Z | Downloaded dof v0.3.0 |
322 | 2024-07-15T19:11:59.727Z | Downloaded once_cell v1.19.0 |
323 | 2024-07-15T19:11:59.730Z | Downloaded futures-channel v0.3.30 |
324 | 2024-07-15T19:11:59.732Z | Downloaded clap_derive v4.5.8 |
325 | 2024-07-15T19:11:59.733Z | Downloaded mime v0.3.17 |
326 | 2024-07-15T19:11:59.735Z | Downloaded xattr v1.3.1 |
327 | 2024-07-15T19:11:59.735Z | Downloaded heck v0.5.0 |
328 | 2024-07-15T19:11:59.738Z | Downloaded bitflags v2.5.0 |
329 | 2024-07-15T19:11:59.740Z | Downloaded ipnet v2.9.0 |
330 | 2024-07-15T19:11:59.743Z | Downloaded try-lock v0.2.5 |
331 | 2024-07-15T19:11:59.743Z | Downloaded rustls-pemfile v1.0.4 |
332 | 2024-07-15T19:11:59.746Z | Downloaded strsim v0.11.1 |
333 | 2024-07-15T19:11:59.746Z | Downloaded pest_derive v2.7.10 |
334 | 2024-07-15T19:11:59.749Z | Downloaded pest_generator v2.7.10 |
335 | 2024-07-15T19:11:59.749Z | Downloaded scroll v0.12.0 |
336 | 2024-07-15T19:11:59.752Z | Downloaded slog-json v2.6.1 |
337 | 2024-07-15T19:11:59.752Z | Downloaded serde_urlencoded v0.7.1 |
338 | 2024-07-15T19:11:59.755Z | Downloaded slog-async v2.8.0 |
339 | 2024-07-15T19:11:59.755Z | Downloaded slab v0.4.9 |
340 | 2024-07-15T19:11:59.757Z | Downloaded serde_spanned v0.6.6 |
341 | 2024-07-15T19:11:59.757Z | Downloaded scopeguard v1.2.0 |
342 | 2024-07-15T19:11:59.760Z | Downloaded macaddr v1.0.1 |
343 | 2024-07-15T19:11:59.760Z | Downloaded version_check v0.9.4 |
344 | 2024-07-15T19:11:59.763Z | Downloaded tokio-native-tls v0.3.1 |
345 | 2024-07-15T19:11:59.763Z | Downloaded usdt v0.5.0 |
346 | 2024-07-15T19:11:59.763Z | Downloaded slog-term v2.9.1 |
347 | 2024-07-15T19:11:59.766Z | Downloaded parking_lot_core v0.9.10 |
348 | 2024-07-15T19:11:59.768Z | Downloaded lock_api v0.4.12 |
349 | 2024-07-15T19:11:59.771Z | Downloaded cargo_metadata v0.18.1 |
350 | 2024-07-15T19:11:59.771Z | Downloaded toml_datetime v0.6.6 |
351 | 2024-07-15T19:11:59.774Z | Downloaded httparse v1.8.0 |
352 | 2024-07-15T19:11:59.774Z | Downloaded futures-io v0.3.30 |
353 | 2024-07-15T19:11:59.776Z | Downloaded term v0.7.0 |
354 | 2024-07-15T19:11:59.779Z | Downloaded terminal_size v0.3.0 |
355 | 2024-07-15T19:11:59.779Z | Downloaded zerocopy-derive v0.7.34 |
356 | 2024-07-15T19:11:59.782Z | Downloaded parking_lot v0.12.2 |
357 | 2024-07-15T19:11:59.785Z | Downloaded utf8parse v0.2.1 |
358 | 2024-07-15T19:11:59.788Z | Downloaded thiserror-impl v1.0.60 |
359 | 2024-07-15T19:11:59.788Z | Downloaded semver v1.0.23 |
360 | 2024-07-15T19:11:59.792Z | Downloaded thread_local v1.1.8 |
361 | 2024-07-15T19:11:59.792Z | Downloaded tabled_derive v0.7.0 |
362 | 2024-07-15T19:11:59.792Z | Downloaded quote v1.0.36 |
363 | 2024-07-15T19:11:59.794Z | Downloaded pest_meta v2.7.10 |
364 | 2024-07-15T19:11:59.797Z | Downloaded miniz_oxide v0.7.2 |
365 | 2024-07-15T19:11:59.799Z | Downloaded smallvec v1.13.2 |
366 | 2024-07-15T19:11:59.802Z | Downloaded sha2 v0.10.8 |
367 | 2024-07-15T19:11:59.802Z | Downloaded papergrid v0.11.0 |
368 | 2024-07-15T19:11:59.806Z | Downloaded crossbeam-utils v0.8.19 |
369 | 2024-07-15T19:11:59.809Z | Downloaded socket2 v0.5.7 |
370 | 2024-07-15T19:11:59.812Z | Downloaded slog v2.7.0 |
371 | 2024-07-15T19:11:59.814Z | Downloaded typenum v1.17.0 |
372 | 2024-07-15T19:11:59.817Z | Downloaded anyhow v1.0.86 |
373 | 2024-07-15T19:11:59.820Z | Downloaded openssl-sys v0.9.102 |
374 | 2024-07-15T19:11:59.824Z | Downloaded futures v0.3.30 |
375 | 2024-07-15T19:11:59.828Z | Downloaded base64 v0.21.7 |
376 | 2024-07-15T19:11:59.832Z | Downloaded crossbeam-channel v0.5.12 |
377 | 2024-07-15T19:11:59.836Z | Downloaded usdt-impl v0.5.0 |
378 | 2024-07-15T19:11:59.838Z | Downloaded ucd-trie v0.1.6 |
379 | 2024-07-15T19:11:59.841Z | Downloaded indexmap v2.2.6 |
380 | 2024-07-15T19:11:59.844Z | Downloaded flate2 v1.0.30 |
381 | 2024-07-15T19:11:59.847Z | Downloaded unicode-bidi v0.3.15 |
382 | 2024-07-15T19:11:59.850Z | Downloaded tracing-core v0.1.32 |
383 | 2024-07-15T19:11:59.853Z | Downloaded ryu v1.0.18 |
384 | 2024-07-15T19:11:59.857Z | Downloaded mio v0.8.11 |
385 | 2024-07-15T19:11:59.861Z | Downloaded unicode-ident v1.0.12 |
386 | 2024-07-15T19:11:59.863Z | Downloaded tar v0.4.40 |
387 | 2024-07-15T19:11:59.866Z | Downloaded serde v1.0.204 |
388 | 2024-07-15T19:11:59.869Z | Downloaded tinyvec v1.6.0 |
389 | 2024-07-15T19:11:59.872Z | Downloaded http v0.2.12 |
390 | 2024-07-15T19:11:59.875Z | Downloaded memchr v2.7.2 |
391 | 2024-07-15T19:11:59.880Z | Downloaded toml v0.8.14 |
392 | 2024-07-15T19:11:59.884Z | Downloaded url v2.5.0 |
393 | 2024-07-15T19:11:59.887Z | Downloaded pest v2.7.10 |
394 | 2024-07-15T19:11:59.891Z | Downloaded hashbrown v0.14.5 |
395 | 2024-07-15T19:11:59.896Z | Downloaded h2 v0.3.26 |
396 | 2024-07-15T19:11:59.902Z | Downloaded goblin v0.8.2 |
397 | 2024-07-15T19:11:59.909Z | Downloaded hyper v0.14.28 |
398 | 2024-07-15T19:11:59.916Z | Downloaded futures-util v0.3.30 |
399 | 2024-07-15T19:11:59.928Z | Downloaded clap_builder v4.5.9 |
400 | 2024-07-15T19:11:59.934Z | Downloaded unicode-normalization v0.1.23 |
401 | 2024-07-15T19:11:59.938Z | Downloaded idna v0.5.0 |
402 | 2024-07-15T19:11:59.944Z | Downloaded tracing v0.1.40 |
403 | 2024-07-15T19:11:59.948Z | Downloaded toml_edit v0.22.14 |
404 | 2024-07-15T19:11:59.968Z | Downloaded tokio-util v0.7.11 |
405 | 2024-07-15T19:11:59.974Z | Downloaded winnow v0.6.8 |
406 | 2024-07-15T19:11:59.982Z | Downloaded serde_json v1.0.120 |
407 | 2024-07-15T19:11:59.989Z | Downloaded zerocopy v0.7.34 |
408 | 2024-07-15T19:12:00.004Z | Downloaded tabled v0.15.0 |
409 | 2024-07-15T19:12:00.019Z | Downloaded vcpkg v0.2.15 |
410 | 2024-07-15T19:12:00.055Z | Downloaded syn v1.0.109 |
411 | 2024-07-15T19:12:00.065Z | Downloaded syn v2.0.68 |
412 | 2024-07-15T19:12:00.075Z | Downloaded rustix v0.38.34 |
413 | 2024-07-15T19:12:00.096Z | Downloaded unicode-width v0.1.13 |
414 | 2024-07-15T19:12:00.103Z | Downloaded encoding_rs v0.8.34 |
415 | 2024-07-15T19:12:00.123Z | Downloaded tokio v1.38.0 |
416 | 2024-07-15T19:12:00.157Z | Downloaded libc v0.2.155 |
417 | 2024-07-15T19:12:00.182Z | Downloaded reqwest v0.11.27 |
418 | 2024-07-15T19:12:00.188Z | Downloaded time v0.3.36 |
419 | 2024-07-15T19:12:00.194Z | Downloaded openssl v0.10.64 |
420 | 2024-07-15T19:12:00.203Z | Downloaded cc v1.0.97 |
421 | 2024-07-15T19:12:00.205Z | Downloaded serde_derive v1.0.204 |
422 | 2024-07-15T19:12:00.208Z | Downloaded log v0.4.21 |
423 | 2024-07-15T19:12:00.210Z | Downloaded bytes v1.6.0 |
424 | 2024-07-15T19:12:00.213Z | Downloaded time-macros v0.2.18 |
425 | 2024-07-15T19:12:00.216Z | Downloaded thread-id v4.2.1 |
426 | 2024-07-15T19:12:00.216Z | Downloaded strum_macros v0.26.4 |
427 | 2024-07-15T19:12:00.218Z | Downloaded clap v4.5.9 |
428 | 2024-07-15T19:12:00.225Z | Downloaded form_urlencoded v1.2.1 |
429 | 2024-07-15T19:12:00.228Z | Downloaded futures-sink v0.3.30 |
430 | 2024-07-15T19:12:00.228Z | Downloaded futures-core v0.3.30 |
431 | 2024-07-15T19:12:00.228Z | Downloaded deranged v0.3.11 |
432 | 2024-07-15T19:12:00.231Z | Downloaded crc32fast v1.4.0 |
433 | 2024-07-15T19:12:00.231Z | Downloaded dirs-next v2.0.0 |
434 | 2024-07-15T19:12:00.234Z | Downloaded camino v1.1.7 |
435 | 2024-07-15T19:12:00.234Z | Downloaded signal-hook-registry v1.4.2 |
436 | 2024-07-15T19:12:00.234Z | Downloaded colorchoice v1.0.1 |
437 | 2024-07-15T19:12:00.237Z | Downloaded num_cpus v1.16.0 |
438 | 2024-07-15T19:12:00.240Z | Downloaded hyper-tls v0.5.0 |
439 | 2024-07-15T19:12:00.240Z | Downloaded httpdate v1.0.3 |
440 | 2024-07-15T19:12:00.240Z | Downloaded heck v0.4.1 |
441 | 2024-07-15T19:12:00.244Z | Downloaded futures-task v0.3.30 |
442 | 2024-07-15T19:12:00.244Z | Downloaded futures-macro v0.3.30 |
443 | 2024-07-15T19:12:00.244Z | Downloaded futures-executor v0.3.30 |
444 | 2024-07-15T19:12:00.244Z | Downloaded fnv v1.0.7 |
445 | 2024-07-15T19:12:00.248Z | Downloaded scroll_derive v0.12.0 |
446 | 2024-07-15T19:12:00.248Z | Downloaded num_threads v0.1.7 |
447 | 2024-07-15T19:12:00.248Z | Downloaded block-buffer v0.10.4 |
448 | 2024-07-15T19:12:00.248Z | Downloaded cargo-platform v0.1.8 |
449 | 2024-07-15T19:12:00.248Z | Downloaded bytecount v0.6.8 |
450 | 2024-07-15T19:12:00.251Z | Downloaded adler v1.0.2 |
451 | 2024-07-15T19:12:00.251Z | Downloaded pin-utils v0.1.0 |
452 | 2024-07-15T19:12:00.545Z | Compiling proc-macro2 v1.0.86 |
453 | 2024-07-15T19:12:00.545Z | Compiling unicode-ident v1.0.12 |
454 | 2024-07-15T19:12:00.548Z | Compiling libc v0.2.155 |
455 | 2024-07-15T19:12:00.548Z | Compiling version_check v0.9.4 |
456 | 2024-07-15T19:12:00.548Z | Compiling cfg-if v1.0.0 |
457 | 2024-07-15T19:12:00.548Z | Compiling once_cell v1.19.0 |
458 | 2024-07-15T19:12:00.582Z | Compiling itoa v1.0.11 |
459 | 2024-07-15T19:12:00.599Z | Compiling serde v1.0.204 |
460 | 2024-07-15T19:12:00.719Z | Compiling autocfg v1.3.0 |
461 | 2024-07-15T19:12:00.844Z | Compiling memchr v2.7.2 |
462 | 2024-07-15T19:12:00.869Z | Compiling thiserror v1.0.60 |
463 | 2024-07-15T19:12:01.109Z | Compiling ryu v1.0.18 |
464 | 2024-07-15T19:12:01.338Z | Compiling pin-project-lite v0.2.14 |
465 | 2024-07-15T19:12:01.476Z | Compiling bitflags v2.5.0 |
466 | 2024-07-15T19:12:01.501Z | Compiling cc v1.0.97 |
467 | 2024-07-15T19:12:01.523Z | Compiling vcpkg v0.2.15 |
468 | 2024-07-15T19:12:01.568Z | Compiling pkg-config v0.3.30 |
469 | 2024-07-15T19:12:01.737Z | Compiling lock_api v0.4.12 |
470 | 2024-07-15T19:12:01.937Z | Compiling ucd-trie v0.1.6 |
471 | 2024-07-15T19:12:02.038Z | Compiling parking_lot_core v0.9.10 |
472 | 2024-07-15T19:12:02.505Z | Compiling quote v1.0.36 |
473 | 2024-07-15T19:12:02.745Z | Compiling slab v0.4.9 |
474 | 2024-07-15T19:12:02.774Z | Compiling scopeguard v1.2.0 |
475 | 2024-07-15T19:12:02.922Z | Compiling syn v2.0.68 |
476 | 2024-07-15T19:12:03.044Z | Compiling futures-core v0.3.30 |
477 | 2024-07-15T19:12:03.103Z | Compiling bytes v1.6.0 |
478 | 2024-07-15T19:12:03.221Z | Compiling futures-sink v0.3.30 |
479 | 2024-07-15T19:12:03.303Z | Compiling smallvec v1.13.2 |
480 | 2024-07-15T19:12:03.476Z | Compiling serde_json v1.0.120 |
481 | 2024-07-15T19:12:03.809Z | Compiling equivalent v1.0.1 |
482 | 2024-07-15T19:12:03.834Z | Compiling byteorder v1.5.0 |
483 | 2024-07-15T19:12:03.857Z | Compiling fnv v1.0.7 |
484 | 2024-07-15T19:12:03.880Z | Compiling log v0.4.21 |
485 | 2024-07-15T19:12:03.919Z | Compiling hashbrown v0.14.5 |
486 | 2024-07-15T19:12:04.281Z | Compiling parking_lot v0.12.2 |
487 | 2024-07-15T19:12:04.307Z | Compiling futures-channel v0.3.30 |
488 | 2024-07-15T19:12:04.332Z | Compiling socket2 v0.5.7 |
489 | 2024-07-15T19:12:04.356Z | Compiling num_cpus v1.16.0 |
490 | 2024-07-15T19:12:04.398Z | Compiling signal-hook-registry v1.4.2 |
491 | 2024-07-15T19:12:04.493Z | Compiling mio v0.8.11 |
492 | 2024-07-15T19:12:05.217Z | Compiling openssl-sys v0.9.102 |
493 | 2024-07-15T19:12:05.247Z | Compiling indexmap v2.2.6 |
494 | 2024-07-15T19:12:05.250Z | Compiling pin-utils v0.1.0 |
495 | 2024-07-15T19:12:05.292Z | Compiling rustix v0.38.34 |
496 | 2024-07-15T19:12:05.336Z | Compiling typenum v1.17.0 |
497 | 2024-07-15T19:12:05.370Z | Compiling futures-task v0.3.30 |
498 | 2024-07-15T19:12:05.700Z | Compiling futures-io v0.3.30 |
499 | 2024-07-15T19:12:05.890Z | Compiling errno v0.3.9 |
500 | 2024-07-15T19:12:05.940Z | Compiling generic-array v0.14.7 |
501 | 2024-07-15T19:12:06.018Z | Compiling foreign-types-shared v0.1.1 |
502 | 2024-07-15T19:12:06.130Z | Compiling slog v2.7.0 |
503 | 2024-07-15T19:12:06.133Z | Compiling openssl v0.10.64 |
504 | 2024-07-15T19:12:06.344Z | Compiling foreign-types v0.3.2 |
505 | 2024-07-15T19:12:06.541Z | Compiling http v0.2.12 |
506 | 2024-07-15T19:12:06.603Z | Compiling proc-macro-error-attr v1.0.4 |
507 | 2024-07-15T19:12:06.760Z | Compiling usdt-impl v0.5.0 |
508 | 2024-07-15T19:12:06.868Z | Compiling tracing-core v0.1.32 |
509 | 2024-07-15T19:12:07.041Z | Compiling time-core v0.1.2 |
510 | 2024-07-15T19:12:07.155Z | Compiling powerfmt v0.2.0 |
511 | 2024-07-15T19:12:07.214Z | Compiling syn v1.0.109 |
512 | 2024-07-15T19:12:07.552Z | Compiling native-tls v0.2.11 |
513 | 2024-07-15T19:12:07.859Z | Compiling tinyvec_macros v0.1.1 |
514 | 2024-07-15T19:12:07.861Z | Compiling num-conv v0.1.0 |
515 | 2024-07-15T19:12:07.955Z | Compiling httparse v1.8.0 |
516 | 2024-07-15T19:12:08.111Z | Compiling tinyvec v1.6.0 |
517 | 2024-07-15T19:12:08.161Z | Compiling time-macros v0.2.18 |
518 | 2024-07-15T19:12:08.404Z | Compiling tracing v0.1.40 |
519 | 2024-07-15T19:12:08.427Z | Compiling deranged v0.3.11 |
520 | 2024-07-15T19:12:08.831Z | Compiling thread-id v4.2.1 |
521 | 2024-07-15T19:12:09.108Z | Compiling proc-macro-error v1.0.4 |
522 | 2024-07-15T19:12:09.134Z | Compiling plain v0.2.3 |
523 | 2024-07-15T19:12:09.305Z | Compiling try-lock v0.2.5 |
524 | 2024-07-15T19:12:09.385Z | Compiling heck v0.5.0 |
525 | 2024-07-15T19:12:09.460Z | Compiling num_threads v0.1.7 |
526 | 2024-07-15T19:12:09.485Z | Compiling rustversion v1.0.17 |
527 | 2024-07-15T19:12:09.541Z | Compiling openssl-probe v0.1.5 |
528 | 2024-07-15T19:12:09.592Z | Compiling crossbeam-utils v0.8.19 |
529 | 2024-07-15T19:12:09.879Z | Compiling utf8parse v0.2.1 |
530 | 2024-07-15T19:12:09.905Z | Compiling percent-encoding v2.3.1 |
531 | 2024-07-15T19:12:09.926Z | Compiling unicode-normalization v0.1.23 |
532 | 2024-07-15T19:12:10.046Z | Compiling anstyle-parse v0.2.4 |
533 | 2024-07-15T19:12:10.253Z | Compiling form_urlencoded v1.2.1 |
534 | 2024-07-15T19:12:10.277Z | Compiling want v0.3.1 |
535 | 2024-07-15T19:12:10.572Z | Compiling http-body v0.4.6 |
536 | 2024-07-15T19:12:10.596Z | Compiling dirs-sys-next v0.1.2 |
537 | 2024-07-15T19:12:11.027Z | Compiling colorchoice v1.0.1 |
538 | 2024-07-15T19:12:11.051Z | Compiling anstyle v1.0.7 |
539 | 2024-07-15T19:12:11.133Z | Compiling semver v1.0.23 |
540 | 2024-07-15T19:12:11.244Z | Compiling unicode-bidi v0.3.15 |
541 | 2024-07-15T19:12:11.273Z | Compiling crc32fast v1.4.0 |
542 | 2024-07-15T19:12:11.338Z | Compiling httpdate v1.0.3 |
543 | 2024-07-15T19:12:11.571Z | Compiling is_terminal_polyfill v1.70.0 |
544 | 2024-07-15T19:12:11.636Z | Compiling time v0.3.36 |
545 | 2024-07-15T19:12:11.672Z | Compiling camino v1.1.7 |
546 | 2024-07-15T19:12:11.700Z | Compiling winnow v0.6.8 |
547 | 2024-07-15T19:12:11.746Z | Compiling pretty-hex v0.4.1 |
548 | 2024-07-15T19:12:11.872Z | Compiling tower-service v0.3.2 |
549 | 2024-07-15T19:12:11.968Z | Compiling anstyle-query v1.0.3 |
550 | 2024-07-15T19:12:12.008Z | Compiling idna v0.5.0 |
551 | 2024-07-15T19:12:12.120Z | Compiling anstream v0.6.14 |
552 | 2024-07-15T19:12:12.684Z | Compiling dirs-next v2.0.0 |
553 | 2024-07-15T19:12:12.900Z | Compiling crypto-common v0.1.6 |
554 | 2024-07-15T19:12:13.123Z | Compiling block-buffer v0.10.4 |
555 | 2024-07-15T19:12:13.595Z | Compiling terminal_size v0.3.0 |
556 | 2024-07-15T19:12:13.920Z | Compiling fs-err v2.11.0 |
557 | 2024-07-15T19:12:14.080Z | Compiling thread_local v1.1.8 |
558 | 2024-07-15T19:12:14.176Z | Compiling slog-async v2.8.0 |
559 | 2024-07-15T19:12:14.200Z | Compiling clap_lex v0.7.0 |
560 | 2024-07-15T19:12:14.313Z | Compiling heck v0.4.1 |
561 | 2024-07-15T19:12:14.628Z | Compiling base64 v0.21.7 |
562 | 2024-07-15T19:12:14.678Z | Compiling unicode-width v0.1.13 |
563 | 2024-07-15T19:12:14.717Z | Compiling match_cfg v0.1.0 |
564 | 2024-07-15T19:12:14.791Z | Compiling anyhow v1.0.86 |
565 | 2024-07-15T19:12:14.815Z | Compiling strsim v0.11.1 |
566 | 2024-07-15T19:12:14.907Z | Compiling adler v1.0.2 |
567 | 2024-07-15T19:12:15.132Z | Compiling bytecount v0.6.8 |
568 | 2024-07-15T19:12:15.360Z | Compiling papergrid v0.11.0 |
569 | 2024-07-15T19:12:15.387Z | Compiling clap_builder v4.5.9 |
570 | 2024-07-15T19:12:15.437Z | Compiling rustls-pemfile v1.0.4 |
571 | 2024-07-15T19:12:15.487Z | Compiling miniz_oxide v0.7.2 |
572 | 2024-07-15T19:12:15.559Z | Compiling hostname v0.3.1 |
573 | 2024-07-15T19:12:15.844Z | Compiling crossbeam-channel v0.5.12 |
574 | 2024-07-15T19:12:15.895Z | Compiling digest v0.10.7 |
575 | 2024-07-15T19:12:15.945Z | Compiling term v0.7.0 |
576 | 2024-07-15T19:12:16.108Z | Compiling serde_derive v1.0.204 |
577 | 2024-07-15T19:12:16.339Z | Compiling thiserror-impl v1.0.60 |
578 | 2024-07-15T19:12:17.005Z | Compiling zerocopy-derive v0.7.34 |
579 | 2024-07-15T19:12:17.089Z | Compiling futures-macro v0.3.30 |
580 | 2024-07-15T19:12:17.252Z | Compiling tokio-macros v2.3.0 |
581 | 2024-07-15T19:12:17.615Z | Compiling openssl-macros v0.1.1 |
582 | 2024-07-15T19:12:18.389Z | Compiling scroll_derive v0.12.0 |
583 | 2024-07-15T19:12:18.980Z | Compiling tokio v1.38.0 |
584 | 2024-07-15T19:12:19.203Z | Compiling futures-util v0.3.30 |
585 | 2024-07-15T19:12:19.334Z | Compiling zerocopy v0.7.34 |
586 | 2024-07-15T19:12:19.861Z | Compiling pest v2.7.10 |
587 | 2024-07-15T19:12:19.899Z | Compiling scroll v0.12.0 |
588 | 2024-07-15T19:12:20.459Z | Compiling goblin v0.8.2 |
589 | 2024-07-15T19:12:20.957Z | Compiling tabled_derive v0.7.0 |
590 | 2024-07-15T19:12:22.850Z | Compiling pest_meta v2.7.10 |
591 | 2024-07-15T19:12:23.609Z | Compiling strum_macros v0.26.4 |
592 | 2024-07-15T19:12:25.373Z | Compiling pest_generator v2.7.10 |
593 | 2024-07-15T19:12:27.420Z | Compiling tokio-util v0.7.11 |
594 | 2024-07-15T19:12:28.191Z | Compiling pest_derive v2.7.10 |
595 | 2024-07-15T19:12:28.572Z | Compiling h2 v0.3.26 |
596 | 2024-07-15T19:12:28.992Z | Compiling dtrace-parser v0.2.0 |
597 | 2024-07-15T19:12:29.207Z | Compiling tokio-native-tls v0.3.1 |
598 | 2024-07-15T19:12:29.393Z | Compiling futures-executor v0.3.30 |
599 | 2024-07-15T19:12:29.487Z | Compiling clap_derive v4.5.8 |
600 | 2024-07-15T19:12:29.995Z | Compiling url v2.5.0 |
601 | 2024-07-15T19:12:31.515Z | Compiling serde_tokenstream v0.2.1 |
602 | 2024-07-15T19:12:31.577Z | Compiling toml_datetime v0.6.6 |
603 | 2024-07-15T19:12:31.946Z | Compiling serde_spanned v0.6.6 |
604 | 2024-07-15T19:12:32.073Z | Compiling cargo-platform v0.1.8 |
605 | 2024-07-15T19:12:32.125Z | Compiling toml_edit v0.22.14 |
606 | 2024-07-15T19:12:32.183Z | Compiling serde_urlencoded v0.7.1 |
607 | 2024-07-15T19:12:33.491Z | Compiling dof v0.3.0 |
608 | 2024-07-15T19:12:34.125Z | Compiling hyper v0.14.28 |
609 | 2024-07-15T19:12:34.213Z | Compiling slog-json v2.6.1 |
610 | 2024-07-15T19:12:34.610Z | Compiling xattr v1.3.1 |
611 | 2024-07-15T19:12:34.705Z | Compiling memmap v0.7.0 |
612 | 2024-07-15T19:12:34.884Z | Compiling filetime v0.2.23 |
613 | 2024-07-15T19:12:35.089Z | Compiling is-terminal v0.4.12 |
614 | 2024-07-15T19:12:35.221Z | Compiling toml v0.8.14 |
615 | 2024-07-15T19:12:35.247Z | Compiling encoding_rs v0.8.34 |
616 | 2024-07-15T19:12:35.887Z | Compiling usdt-attr-macro v0.5.0 |
617 | 2024-07-15T19:12:35.913Z | Compiling usdt-macro v0.5.0 |
618 | 2024-07-15T19:12:36.006Z | Compiling take_mut v0.2.2 |
619 | 2024-07-15T19:12:36.198Z | Compiling cpufeatures v0.2.12 |
620 | 2024-07-15T19:12:36.236Z | Compiling mime v0.3.17 |
621 | 2024-07-15T19:12:36.321Z | Compiling sync_wrapper v0.1.2 |
622 | 2024-07-15T19:12:36.463Z | Compiling ipnet v2.9.0 |
623 | 2024-07-15T19:12:36.881Z | Compiling sha2 v0.10.8 |
624 | 2024-07-15T19:12:37.297Z | Compiling cargo_toml v0.20.3 |
625 | 2024-07-15T19:12:37.408Z | Compiling usdt v0.5.0 |
626 | 2024-07-15T19:12:37.701Z | Compiling slog-term v2.9.1 |
627 | 2024-07-15T19:12:37.885Z | Compiling hyper-tls v0.5.0 |
628 | 2024-07-15T19:12:38.206Z | Compiling reqwest v0.11.27 |
629 | 2024-07-15T19:12:38.232Z | Compiling tar v0.4.40 |
630 | 2024-07-15T19:12:38.972Z | Compiling clap v4.5.9 |
631 | 2024-07-15T19:12:39.099Z | Compiling slog-bunyan v2.5.0 |
632 | 2024-07-15T19:12:39.309Z | Compiling cargo_metadata v0.18.1 |
633 | 2024-07-15T19:12:39.911Z | Compiling flate2 v1.0.30 |
634 | 2024-07-15T19:12:40.319Z | Compiling macaddr v1.0.1 |
635 | 2024-07-15T19:12:40.341Z | Compiling futures v0.3.30 |
636 | 2024-07-15T19:12:40.385Z | Compiling strum v0.26.2 |
637 | 2024-07-15T19:12:40.459Z | Compiling tabled v0.15.0 |
638 | 2024-07-15T19:12:40.824Z | Compiling swrite v0.1.0 |
639 | 2024-07-15T19:12:45.267Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
640 | 2024-07-15T19:12:52.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
641 | 2024-07-15T19:12:52.735Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
642 | 2024-07-15T19:12:52.793Z | Jul 15 19:12:52.271 INFO Starting download, target: Clickhouse |
643 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.271 INFO Starting download, target: Cockroach |
644 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.271 INFO Starting download, target: Console |
645 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.271 INFO Starting download, target: DendriteOpenapi |
646 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.271 INFO Starting download, target: DendriteStub |
647 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.271 INFO Starting download, target: MaghemiteMgd |
648 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.271 INFO Starting download, target: TransceiverControl |
649 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.272 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
650 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.272 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
651 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.272 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
652 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.272 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
653 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.272 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
654 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.272 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
655 | 2024-07-15T19:12:52.796Z | Jul 15 19:12:52.272 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
656 | 2024-07-15T19:12:53.033Z | Jul 15 19:12:52.510 INFO Download complete, target: DendriteOpenapi |
657 | 2024-07-15T19:12:53.195Z | Jul 15 19:12:52.669 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
658 | 2024-07-15T19:12:53.327Z | Jul 15 19:12:52.802 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
659 | 2024-07-15T19:12:53.682Z | Jul 15 19:12:53.159 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
660 | 2024-07-15T19:12:53.719Z | Jul 15 19:12:53.196 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
661 | 2024-07-15T19:12:53.723Z | Jul 15 19:12:53.200 INFO Download complete, target: Console |
662 | 2024-07-15T19:12:54.013Z | Jul 15 19:12:53.490 INFO Download complete, target: TransceiverControl |
663 | 2024-07-15T19:12:55.169Z | Jul 15 19:12:54.620 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
664 | 2024-07-15T19:12:56.764Z | Jul 15 19:12:56.240 INFO Download complete, target: DendriteStub |
665 | 2024-07-15T19:12:56.911Z | Jul 15 19:12:56.388 INFO Download complete, target: MaghemiteMgd |
666 | 2024-07-15T19:12:58.181Z | Jul 15 19:12:57.657 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
667 | 2024-07-15T19:12:58.181Z | Jul 15 19:12:57.658 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
668 | 2024-07-15T19:13:06.855Z | Jul 15 19:13:06.331 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
669 | 2024-07-15T19:13:07.210Z | Jul 15 19:13:06.686 INFO Checking that binary works, target: Cockroach |
670 | 2024-07-15T19:13:07.360Z | Jul 15 19:13:06.836 INFO Download complete, target: Cockroach |
671 | 2024-07-15T19:13:10.115Z | Jul 15 19:13:09.590 INFO Checking that binary works, target: Clickhouse |
672 | 2024-07-15T19:13:10.237Z | Jul 15 19:13:09.713 INFO Download complete, target: Clickhouse |
673 | 2024-07-15T19:13:10.245Z | All prerequisites installed successfully |
674 | 2024-07-15T19:13:10.248Z | |
675 | 2024-07-15T19:13:10.248Z | real 2:20.692583472 |
676 | 2024-07-15T19:13:10.248Z | user 5:52.990907881 |
677 | 2024-07-15T19:13:10.248Z | sys 1:19.659397899 |
678 | 2024-07-15T19:13:10.248Z | trap 0.210612068 |
679 | 2024-07-15T19:13:10.248Z | tflt 0.234027849 |
680 | 2024-07-15T19:13:10.248Z | dflt 0.752640044 |
681 | 2024-07-15T19:13:10.248Z | kflt 0.026941179 |
682 | 2024-07-15T19:13:10.248Z | lock 12:47.198918786 |
683 | 2024-07-15T19:13:10.248Z | slp 16:14.651172070 |
684 | 2024-07-15T19:13:10.248Z | lat 22.084904790 |
685 | 2024-07-15T19:13:10.248Z | stop 1:08.822245635 |
686 | 2024-07-15T19:13:10.248Z | + ptime -m cargo xtask download softnpu |
687 | 2024-07-15T19:13:10.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
688 | 2024-07-15T19:13:10.835Z | Running `target/debug/xtask download softnpu` |
689 | 2024-07-15T19:13:10.858Z | Jul 15 19:13:10.333 INFO Starting download, target: Softnpu |
690 | 2024-07-15T19:13:10.861Z | Jul 15 19:13:10.334 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
691 | 2024-07-15T19:13:11.785Z | Jul 15 19:13:11.260 INFO Download complete, target: Softnpu |
692 | 2024-07-15T19:13:11.789Z | |
693 | 2024-07-15T19:13:11.792Z | real 1.537365959 |
694 | 2024-07-15T19:13:11.792Z | user 0.640524082 |
695 | 2024-07-15T19:13:11.792Z | sys 0.296996697 |
696 | 2024-07-15T19:13:11.792Z | trap 0.000809645 |
697 | 2024-07-15T19:13:11.792Z | tflt 0.000203080 |
698 | 2024-07-15T19:13:11.792Z | dflt 0.000064961 |
699 | 2024-07-15T19:13:11.792Z | kflt 0.000000000 |
700 | 2024-07-15T19:13:11.792Z | lock 9.730523921 |
701 | 2024-07-15T19:13:11.792Z | slp 0.822170954 |
702 | 2024-07-15T19:13:11.792Z | lat 0.069043113 |
703 | 2024-07-15T19:13:11.792Z | stop 0.000267006 |
704 | 2024-07-15T19:13:11.792Z | + export CARGO_INCREMENTAL=0 |
705 | 2024-07-15T19:13:11.792Z | + CARGO_INCREMENTAL=0 |
706 | 2024-07-15T19:13:11.792Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
707 | 2024-07-15T19:13:12.351Z | Downloading crates ... |
708 | 2024-07-15T19:13:12.500Z | Downloaded ascii-canvas v3.0.0 |
709 | 2024-07-15T19:13:12.504Z | Downloaded async-stream v0.3.5 |
710 | 2024-07-15T19:13:12.507Z | Downloaded async-recursion v1.1.1 |
711 | 2024-07-15T19:13:12.511Z | Downloaded arrayref v0.3.7 |
712 | 2024-07-15T19:13:12.513Z | Downloaded arrayvec v0.7.4 |
713 | 2024-07-15T19:13:12.516Z | Downloaded assert_matches v1.5.0 |
714 | 2024-07-15T19:13:12.519Z | Downloaded memoffset v0.9.1 |
715 | 2024-07-15T19:13:12.519Z | Downloaded ciborium-io v0.2.2 |
716 | 2024-07-15T19:13:12.522Z | Downloaded derive_more v0.99.18 |
717 | 2024-07-15T19:13:12.526Z | Downloaded addr2line v0.21.0 |
718 | 2024-07-15T19:13:12.529Z | Downloaded new_debug_unreachable v1.0.6 |
719 | 2024-07-15T19:13:12.532Z | Downloaded crunchy v0.2.2 |
720 | 2024-07-15T19:13:12.532Z | Downloaded bitstruct v0.1.1 |
721 | 2024-07-15T19:13:12.534Z | Downloaded oso-derive v0.27.3 |
722 | 2024-07-15T19:13:12.534Z | Downloaded pretty-hex v0.2.1 |
723 | 2024-07-15T19:13:12.538Z | Downloaded number_prefix v0.4.0 |
724 | 2024-07-15T19:13:12.538Z | Downloaded derive_builder_macro v0.20.0 |
725 | 2024-07-15T19:13:12.541Z | Downloaded atomicwrites v0.4.3 |
726 | 2024-07-15T19:13:12.541Z | Downloaded phf_shared v0.10.0 |
727 | 2024-07-15T19:13:12.541Z | Downloaded precomputed-hash v0.1.1 |
728 | 2024-07-15T19:13:12.544Z | Downloaded path-slash v0.1.5 |
729 | 2024-07-15T19:13:12.544Z | Downloaded portpicker v0.1.1 |
730 | 2024-07-15T19:13:12.544Z | Downloaded aead v0.5.2 |
731 | 2024-07-15T19:13:12.547Z | Downloaded newline-converter v0.3.0 |
732 | 2024-07-15T19:13:12.547Z | Downloaded ahash v0.8.11 |
733 | 2024-07-15T19:13:12.550Z | Downloaded multimap v0.10.0 |
734 | 2024-07-15T19:13:12.553Z | Downloaded normalize-line-endings v0.3.0 |
735 | 2024-07-15T19:13:12.555Z | Downloaded darling_macro v0.20.9 |
736 | 2024-07-15T19:13:12.558Z | Downloaded parse-size v1.0.0 |
737 | 2024-07-15T19:13:12.558Z | Downloaded cfg_aliases v0.1.1 |
738 | 2024-07-15T19:13:12.558Z | Downloaded bitstruct_derive v0.1.0 |
739 | 2024-07-15T19:13:12.561Z | Downloaded atty v0.2.14 |
740 | 2024-07-15T19:13:12.561Z | Downloaded num_enum_derive v0.5.11 |
741 | 2024-07-15T19:13:12.561Z | Downloaded mockall v0.12.1 |
742 | 2024-07-15T19:13:12.564Z | Downloaded block-padding v0.3.3 |
743 | 2024-07-15T19:13:12.567Z | Downloaded bit-vec v0.6.3 |
744 | 2024-07-15T19:13:12.567Z | Downloaded packed_struct v0.10.1 |
745 | 2024-07-15T19:13:12.570Z | Downloaded convert_case v0.4.0 |
746 | 2024-07-15T19:13:12.570Z | Downloaded nibble_vec v0.1.0 |
747 | 2024-07-15T19:13:12.572Z | Downloaded const_format_proc_macros v0.2.32 |
748 | 2024-07-15T19:13:12.575Z | Downloaded chacha20 v0.9.1 |
749 | 2024-07-15T19:13:12.575Z | Downloaded parse-display-derive v0.9.1 |
750 | 2024-07-15T19:13:12.578Z | Downloaded cobs v0.2.3 |
751 | 2024-07-15T19:13:12.578Z | Downloaded predicates-core v1.0.6 |
752 | 2024-07-15T19:13:12.581Z | Downloaded newtype-uuid v1.1.0 |
753 | 2024-07-15T19:13:12.581Z | Downloaded cstr-argument v0.1.2 |
754 | 2024-07-15T19:13:12.581Z | Downloaded radium v0.7.0 |
755 | 2024-07-15T19:13:12.584Z | Downloaded opaque-debug v0.3.1 |
756 | 2024-07-15T19:13:12.584Z | Downloaded async-stream-impl v0.3.5 |
757 | 2024-07-15T19:13:12.586Z | Downloaded newtype_derive v0.1.6 |
758 | 2024-07-15T19:13:12.586Z | Downloaded pem v3.0.4 |
759 | 2024-07-15T19:13:12.589Z | Downloaded cipher v0.4.4 |
760 | 2024-07-15T19:13:12.589Z | Downloaded cexpr v0.6.0 |
761 | 2024-07-15T19:13:12.592Z | Downloaded num-iter v0.1.45 |
762 | 2024-07-15T19:13:12.592Z | Downloaded olpc-cjson v0.1.3 |
763 | 2024-07-15T19:13:12.595Z | Downloaded rand_xorshift v0.3.0 |
764 | 2024-07-15T19:13:12.595Z | Downloaded r2d2 v0.8.10 |
765 | 2024-07-15T19:13:12.598Z | Downloaded curve25519-dalek-derive v0.1.1 |
766 | 2024-07-15T19:13:12.598Z | Downloaded base16ct v0.2.0 |
767 | 2024-07-15T19:13:12.600Z | Downloaded bitfield-struct v0.6.1 |
768 | 2024-07-15T19:13:12.600Z | Downloaded num_enum v0.5.11 |
769 | 2024-07-15T19:13:12.604Z | Downloaded ref-cast v1.0.23 |
770 | 2024-07-15T19:13:12.607Z | Downloaded num-derive v0.4.2 |
771 | 2024-07-15T19:13:12.610Z | Downloaded rand_chacha v0.3.1 |
772 | 2024-07-15T19:13:12.612Z | Downloaded crucible-workspace-hack v0.1.0 |
773 | 2024-07-15T19:13:12.612Z | Downloaded buf-list v1.0.3 |
774 | 2024-07-15T19:13:12.615Z | Downloaded castaway v0.2.2 |
775 | 2024-07-15T19:13:12.615Z | Downloaded peg-runtime v0.8.3 |
776 | 2024-07-15T19:13:12.618Z | Downloaded vte_generate_state_changes v0.1.1 |
777 | 2024-07-15T19:13:12.618Z | Downloaded nu-ansi-term v0.50.0 |
778 | 2024-07-15T19:13:12.621Z | Downloaded packed_struct_codegen v0.10.1 |
779 | 2024-07-15T19:13:12.621Z | Downloaded num-complex v0.4.6 |
780 | 2024-07-15T19:13:12.625Z | Downloaded bitflags v1.3.2 |
781 | 2024-07-15T19:13:12.628Z | Downloaded parking_lot_core v0.8.6 |
782 | 2024-07-15T19:13:12.631Z | Downloaded pkcs1 v0.7.5 |
783 | 2024-07-15T19:13:12.631Z | Downloaded peg-macros v0.8.3 |
784 | 2024-07-15T19:13:12.634Z | Downloaded difflib v0.4.0 |
785 | 2024-07-15T19:13:12.636Z | Downloaded crossbeam-deque v0.8.5 |
786 | 2024-07-15T19:13:12.636Z | Downloaded ppv-lite86 v0.2.17 |
787 | 2024-07-15T19:13:12.639Z | Downloaded password-hash v0.5.0 |
788 | 2024-07-15T19:13:12.639Z | Downloaded bit-set v0.5.3 |
789 | 2024-07-15T19:13:12.642Z | Downloaded psl-types v2.0.11 |
790 | 2024-07-15T19:13:12.642Z | Downloaded proc-macro-crate v1.3.1 |
791 | 2024-07-15T19:13:12.644Z | Downloaded cassowary v0.3.0 |
792 | 2024-07-15T19:13:12.644Z | Downloaded quick-error v1.2.3 |
793 | 2024-07-15T19:13:12.647Z | Downloaded async-trait v0.1.81 |
794 | 2024-07-15T19:13:12.650Z | Downloaded predicates-tree v1.0.9 |
795 | 2024-07-15T19:13:12.652Z | Downloaded peg v0.8.3 |
796 | 2024-07-15T19:13:12.655Z | Downloaded rand_core v0.6.4 |
797 | 2024-07-15T19:13:12.658Z | Downloaded constant_time_eq v0.3.0 |
798 | 2024-07-15T19:13:12.658Z | Downloaded postgres-types v0.2.6 |
799 | 2024-07-15T19:13:12.661Z | Downloaded defmt v0.3.8 |
800 | 2024-07-15T19:13:12.664Z | Downloaded sqlparser_derive v0.2.2 |
801 | 2024-07-15T19:13:12.666Z | Downloaded csv-core v0.1.11 |
802 | 2024-07-15T19:13:12.666Z | Downloaded camino-tempfile v1.1.1 |
803 | 2024-07-15T19:13:12.669Z | Downloaded bzip2 v0.4.4 |
804 | 2024-07-15T19:13:12.672Z | Downloaded rand_seeder v0.2.3 |
805 | 2024-07-15T19:13:12.672Z | Downloaded paste v1.0.15 |
806 | 2024-07-15T19:13:12.675Z | Downloaded parse-display v0.9.1 |
807 | 2024-07-15T19:13:12.677Z | Downloaded ref-cast-impl v1.0.23 |
808 | 2024-07-15T19:13:12.677Z | Downloaded omicron-zone-package v0.11.0 |
809 | 2024-07-15T19:13:12.680Z | Downloaded ciborium v0.2.2 |
810 | 2024-07-15T19:13:12.683Z | Downloaded arc-swap v1.7.1 |
811 | 2024-07-15T19:13:12.686Z | Downloaded matches v0.1.10 |
812 | 2024-07-15T19:13:12.689Z | Downloaded funty v2.0.0 |
813 | 2024-07-15T19:13:12.689Z | Downloaded fragile v2.0.0 |
814 | 2024-07-15T19:13:12.692Z | Downloaded hash32 v0.2.1 |
815 | 2024-07-15T19:13:12.696Z | Downloaded tls_codec_derive v0.4.1 |
816 | 2024-07-15T19:13:12.696Z | Downloaded pkcs8 v0.10.2 |
817 | 2024-07-15T19:13:12.698Z | Downloaded pem-rfc7468 v0.7.0 |
818 | 2024-07-15T19:13:12.701Z | Downloaded maplit v1.0.2 |
819 | 2024-07-15T19:13:12.701Z | Downloaded utf-8 v0.7.6 |
820 | 2024-07-15T19:13:12.701Z | Downloaded bcs v0.1.6 |
821 | 2024-07-15T19:13:12.704Z | Downloaded predicates v3.1.0 |
822 | 2024-07-15T19:13:12.707Z | Downloaded keccak v0.1.5 |
823 | 2024-07-15T19:13:12.707Z | Downloaded num-traits v0.2.19 |
824 | 2024-07-15T19:13:12.710Z | Downloaded base64ct v1.6.0 |
825 | 2024-07-15T19:13:12.712Z | Downloaded serde_path_to_error v0.1.16 |
826 | 2024-07-15T19:13:12.715Z | Downloaded crossbeam-epoch v0.9.18 |
827 | 2024-07-15T19:13:12.718Z | Downloaded cookie v0.18.1 |
828 | 2024-07-15T19:13:12.720Z | Downloaded serde-big-array v0.5.1 |
829 | 2024-07-15T19:13:12.723Z | Downloaded subtle v2.5.0 |
830 | 2024-07-15T19:13:12.723Z | Downloaded phf v0.11.2 |
831 | 2024-07-15T19:13:12.726Z | Downloaded signal-hook-mio v0.2.3 |
832 | 2024-07-15T19:13:12.726Z | Downloaded shlex v1.3.0 |
833 | 2024-07-15T19:13:12.729Z | Downloaded termios v0.3.3 |
834 | 2024-07-15T19:13:12.729Z | Downloaded either v1.12.0 |
835 | 2024-07-15T19:13:12.732Z | Downloaded hostname v0.4.0 |
836 | 2024-07-15T19:13:12.734Z | Downloaded heck v0.3.3 |
837 | 2024-07-15T19:13:12.734Z | Downloaded derive_builder v0.20.0 |
838 | 2024-07-15T19:13:12.738Z | Downloaded postcard v1.0.8 |
839 | 2024-07-15T19:13:12.742Z | Downloaded prettyplease v0.2.20 |
840 | 2024-07-15T19:13:12.745Z | Downloaded instant v0.1.12 |
841 | 2024-07-15T19:13:12.747Z | Downloaded cookie v0.17.0 |
842 | 2024-07-15T19:13:12.751Z | Downloaded console v0.15.8 |
843 | 2024-07-15T19:13:12.753Z | Downloaded hyper-rustls v0.24.2 |
844 | 2024-07-15T19:13:12.756Z | Downloaded signal-hook-tokio v0.3.1 |
845 | 2024-07-15T19:13:12.756Z | Downloaded uzers v0.11.3 |
846 | 2024-07-15T19:13:12.759Z | Downloaded ff v0.13.0 |
847 | 2024-07-15T19:13:12.759Z | Downloaded hubpack_derive v0.1.1 |
848 | 2024-07-15T19:13:12.761Z | Downloaded fastrand v2.1.0 |
849 | 2024-07-15T19:13:12.761Z | Downloaded blake2 v0.10.6 |
850 | 2024-07-15T19:13:12.764Z | Downloaded scheduled-thread-pool v0.2.7 |
851 | 2024-07-15T19:13:12.767Z | Downloaded same-file v1.0.6 |
852 | 2024-07-15T19:13:12.767Z | Downloaded crc-any v2.5.0 |
853 | 2024-07-15T19:13:12.770Z | Downloaded derive-where v1.2.7 |
854 | 2024-07-15T19:13:12.772Z | Downloaded spki v0.7.3 |
855 | 2024-07-15T19:13:12.775Z | Downloaded rustls-pemfile v2.1.2 |
856 | 2024-07-15T19:13:12.778Z | Downloaded shell-words v1.1.0 |
857 | 2024-07-15T19:13:12.778Z | Downloaded pin-project v1.1.5 |
858 | 2024-07-15T19:13:12.788Z | Downloaded cancel-safe-futures v0.1.5 |
859 | 2024-07-15T19:13:12.791Z | Downloaded signature v2.2.0 |
860 | 2024-07-15T19:13:12.795Z | Downloaded tokio-rustls v0.25.0 |
861 | 2024-07-15T19:13:12.799Z | Downloaded sqlformat v0.2.4 |
862 | 2024-07-15T19:13:12.799Z | Downloaded signature v1.6.4 |
863 | 2024-07-15T19:13:12.802Z | Downloaded minimal-lexical v0.2.1 |
864 | 2024-07-15T19:13:12.805Z | Downloaded clang-sys v1.7.0 |
865 | 2024-07-15T19:13:12.808Z | Downloaded tokio-stream v0.1.15 |
866 | 2024-07-15T19:13:12.810Z | Downloaded string_cache v0.8.7 |
867 | 2024-07-15T19:13:12.813Z | Downloaded foreign-types-shared v0.3.1 |
868 | 2024-07-15T19:13:12.813Z | Downloaded downcast v0.11.0 |
869 | 2024-07-15T19:13:12.816Z | Downloaded rpassword v7.3.1 |
870 | 2024-07-15T19:13:12.816Z | Downloaded serde-big-array v0.4.1 |
871 | 2024-07-15T19:13:12.818Z | Downloaded display-error-chain v0.2.0 |
872 | 2024-07-15T19:13:12.819Z | Downloaded vsss-rs v3.3.4 |
873 | 2024-07-15T19:13:12.821Z | Downloaded zeroize_derive v1.4.2 |
874 | 2024-07-15T19:13:12.824Z | Downloaded group v0.13.0 |
875 | 2024-07-15T19:13:12.824Z | Downloaded ipnetwork v0.20.0 |
876 | 2024-07-15T19:13:12.827Z | Downloaded hash32 v0.3.1 |
877 | 2024-07-15T19:13:12.827Z | Downloaded sha1 v0.10.6 |
878 | 2024-07-15T19:13:12.830Z | Downloaded unicode-xid v0.2.4 |
879 | 2024-07-15T19:13:12.832Z | Downloaded foreign-types v0.5.0 |
880 | 2024-07-15T19:13:12.832Z | Downloaded rcgen v0.12.1 |
881 | 2024-07-15T19:13:12.835Z | Downloaded rand v0.8.5 |
882 | 2024-07-15T19:13:12.846Z | Downloaded rayon-core v1.12.1 |
883 | 2024-07-15T19:13:12.851Z | Downloaded http-range v0.1.5 |
884 | 2024-07-15T19:13:12.854Z | Downloaded rustls-pki-types v1.7.0 |
885 | 2024-07-15T19:13:12.854Z | Downloaded signal-hook v0.3.17 |
886 | 2024-07-15T19:13:12.857Z | Downloaded structmeta-derive v0.3.0 |
887 | 2024-07-15T19:13:12.860Z | Downloaded base64 v0.13.1 |
888 | 2024-07-15T19:13:12.862Z | Downloaded chacha20poly1305 v0.10.1 |
889 | 2024-07-15T19:13:12.865Z | Downloaded structmeta v0.3.0 |
890 | 2024-07-15T19:13:12.865Z | Downloaded elliptic-curve v0.13.8 |
891 | 2024-07-15T19:13:12.868Z | Downloaded oso v0.27.3 |
892 | 2024-07-15T19:13:12.871Z | Downloaded structmeta-derive v0.2.0 |
893 | 2024-07-15T19:13:12.874Z | Downloaded which v4.4.2 |
894 | 2024-07-15T19:13:12.874Z | Downloaded tempfile v3.10.1 |
895 | 2024-07-15T19:13:12.877Z | Downloaded structmeta v0.2.0 |
896 | 2024-07-15T19:13:12.879Z | Downloaded semver v0.1.20 |
897 | 2024-07-15T19:13:12.880Z | Downloaded sec1 v0.7.3 |
898 | 2024-07-15T19:13:12.882Z | Downloaded globset v0.4.14 |
899 | 2024-07-15T19:13:12.885Z | Downloaded impl-trait-for-tuples v0.2.2 |
900 | 2024-07-15T19:13:12.887Z | Downloaded der v0.7.9 |
901 | 2024-07-15T19:13:12.890Z | Downloaded strip-ansi-escapes v0.2.0 |
902 | 2024-07-15T19:13:12.893Z | Downloaded foreign-types-macros v0.2.3 |
903 | 2024-07-15T19:13:12.893Z | Downloaded unicode-truncate v1.0.0 |
904 | 2024-07-15T19:13:12.896Z | Downloaded unicode-linebreak v0.1.5 |
905 | 2024-07-15T19:13:12.896Z | Downloaded sct v0.7.1 |
906 | 2024-07-15T19:13:12.900Z | Downloaded env_logger v0.10.2 |
907 | 2024-07-15T19:13:12.903Z | Downloaded rustc_version v0.4.0 |
908 | 2024-07-15T19:13:12.903Z | Downloaded strum_macros v0.24.3 |
909 | 2024-07-15T19:13:12.906Z | Downloaded static_assertions v1.1.0 |
910 | 2024-07-15T19:13:12.906Z | Downloaded lazycell v1.3.0 |
911 | 2024-07-15T19:13:12.909Z | Downloaded humantime v2.1.0 |
912 | 2024-07-15T19:13:12.909Z | Downloaded enum-as-inner v0.5.1 |
913 | 2024-07-15T19:13:12.911Z | Downloaded unicode_categories v0.1.1 |
914 | 2024-07-15T19:13:12.914Z | Downloaded untrusted v0.7.1 |
915 | 2024-07-15T19:13:12.914Z | Downloaded slog-dtrace v0.3.0 |
916 | 2024-07-15T19:13:12.917Z | Downloaded universal-hash v0.5.1 |
917 | 2024-07-15T19:13:12.917Z | Downloaded schemars_derive v0.8.21 |
918 | 2024-07-15T19:13:12.920Z | Downloaded endian-type v0.1.2 |
919 | 2024-07-15T19:13:12.920Z | Downloaded toolchain_find v0.4.0 |
920 | 2024-07-15T19:13:12.920Z | Downloaded stability v0.2.0 |
921 | 2024-07-15T19:13:12.922Z | Downloaded headers-core v0.2.0 |
922 | 2024-07-15T19:13:12.922Z | Downloaded stringprep v0.1.4 |
923 | 2024-07-15T19:13:12.923Z | Downloaded waitgroup v0.1.2 |
924 | 2024-07-15T19:13:12.925Z | Downloaded lazy_static v1.5.0 |
925 | 2024-07-15T19:13:12.925Z | Downloaded half v2.4.1 |
926 | 2024-07-15T19:13:12.928Z | Downloaded socket2 v0.4.10 |
927 | 2024-07-15T19:13:12.931Z | Downloaded tungstenite v0.21.0 |
928 | 2024-07-15T19:13:12.934Z | Downloaded secrecy v0.8.0 |
929 | 2024-07-15T19:13:12.934Z | Downloaded num-bigint v0.4.5 |
930 | 2024-07-15T19:13:12.939Z | Downloaded rustc-hash v1.1.0 |
931 | 2024-07-15T19:13:12.941Z | Downloaded strum_macros v0.25.3 |
932 | 2024-07-15T19:13:12.944Z | Downloaded rustfmt-wrapper v0.2.1 |
933 | 2024-07-15T19:13:12.944Z | Downloaded hyper-staticfile v0.9.5 |
934 | 2024-07-15T19:13:12.947Z | Downloaded erased-serde v0.3.31 |
935 | 2024-07-15T19:13:12.947Z | Downloaded smf v0.2.3 |
936 | 2024-07-15T19:13:12.950Z | Downloaded serde_with_macros v3.8.3 |
937 | 2024-07-15T19:13:12.953Z | Downloaded uuid v1.9.1 |
938 | 2024-07-15T19:13:12.955Z | Downloaded fatfs v0.3.6 |
939 | 2024-07-15T19:13:12.958Z | Downloaded termtree v0.4.1 |
940 | 2024-07-15T19:13:12.958Z | Downloaded rtoolbox v0.0.2 |
941 | 2024-07-15T19:13:12.961Z | Downloaded resolv-conf v0.7.0 |
942 | 2024-07-15T19:13:12.961Z | Downloaded dyn-clone v1.0.17 |
943 | 2024-07-15T19:13:12.964Z | Downloaded fxhash v0.2.1 |
944 | 2024-07-15T19:13:12.964Z | Downloaded walkdir v2.5.0 |
945 | 2024-07-15T19:13:12.966Z | Downloaded rustc_version v0.1.7 |
946 | 2024-07-15T19:13:12.967Z | Downloaded hmac v0.12.1 |
947 | 2024-07-15T19:13:12.969Z | Downloaded ron v0.7.1 |
948 | 2024-07-15T19:13:12.972Z | Downloaded libsw v3.3.1 |
949 | 2024-07-15T19:13:12.974Z | Downloaded managed v0.8.0 |
950 | 2024-07-15T19:13:12.974Z | Downloaded lru-cache v0.1.2 |
951 | 2024-07-15T19:13:12.977Z | Downloaded highway v1.1.0 |
952 | 2024-07-15T19:13:12.977Z | Downloaded glob v0.3.1 |
953 | 2024-07-15T19:13:12.980Z | Downloaded lru v0.12.3 |
954 | 2024-07-15T19:13:12.980Z | Downloaded supports-color v3.0.0 |
955 | 2024-07-15T19:13:12.983Z | Downloaded publicsuffix v2.2.3 |
956 | 2024-07-15T19:13:12.985Z | Downloaded untrusted v0.9.0 |
957 | 2024-07-15T19:13:12.985Z | Downloaded sigpipe v0.1.3 |
958 | 2024-07-15T19:13:12.988Z | Downloaded zone_cfg_derive v0.1.2 |
959 | 2024-07-15T19:13:12.988Z | Downloaded tui-tree-widget v0.21.0 |
960 | 2024-07-15T19:13:12.988Z | Downloaded tokio-tungstenite v0.21.0 |
961 | 2024-07-15T19:13:12.991Z | Downloaded tracing-attributes v0.1.27 |
962 | 2024-07-15T19:13:12.994Z | Downloaded indicatif v0.17.8 |
963 | 2024-07-15T19:13:12.996Z | Downloaded thiserror-impl-no-std v2.0.2 |
964 | 2024-07-15T19:13:12.999Z | Downloaded rustc-demangle v0.1.24 |
965 | 2024-07-15T19:13:12.999Z | Downloaded indexmap v1.9.3 |
966 | 2024-07-15T19:13:13.002Z | Downloaded schemars v0.8.21 |
967 | 2024-07-15T19:13:13.014Z | Downloaded snafu v0.8.2 |
968 | 2024-07-15T19:13:13.019Z | Downloaded spin v0.5.2 |
969 | 2024-07-15T19:13:13.022Z | Downloaded siphasher v0.3.11 |
970 | 2024-07-15T19:13:13.022Z | Downloaded serde_plain v1.0.2 |
971 | 2024-07-15T19:13:13.025Z | Downloaded getopts v0.2.21 |
972 | 2024-07-15T19:13:13.025Z | Downloaded tiny-keccak v2.0.2 |
973 | 2024-07-15T19:13:13.028Z | Downloaded yasna v0.5.2 |
974 | 2024-07-15T19:13:13.030Z | Downloaded snafu-derive v0.8.2 |
975 | 2024-07-15T19:13:13.030Z | Downloaded backtrace v0.3.71 |
976 | 2024-07-15T19:13:13.035Z | Downloaded ident_case v1.0.1 |
977 | 2024-07-15T19:13:13.038Z | Downloaded serde_repr v0.1.19 |
978 | 2024-07-15T19:13:13.038Z | Downloaded hex v0.4.3 |
979 | 2024-07-15T19:13:13.040Z | Downloaded test-strategy v0.3.1 |
980 | 2024-07-15T19:13:13.043Z | Downloaded unsafe-libyaml v0.2.11 |
981 | 2024-07-15T19:13:13.046Z | Downloaded tls_codec v0.4.1 |
982 | 2024-07-15T19:13:13.049Z | Downloaded http v1.1.0 |
983 | 2024-07-15T19:13:13.052Z | Downloaded tokio-postgres v0.7.10 |
984 | 2024-07-15T19:13:13.055Z | Downloaded toml v0.5.11 |
985 | 2024-07-15T19:13:13.058Z | Downloaded thiserror-no-std v2.0.2 |
986 | 2024-07-15T19:13:13.062Z | Downloaded serde_derive_internals v0.29.1 |
987 | 2024-07-15T19:13:13.064Z | Downloaded toml_edit v0.19.15 |
988 | 2024-07-15T19:13:13.079Z | Downloaded unicode-segmentation v1.11.0 |
989 | 2024-07-15T19:13:13.082Z | Downloaded slog-scope v4.4.0 |
990 | 2024-07-15T19:13:13.085Z | Downloaded indent_write v2.2.0 |
991 | 2024-07-15T19:13:13.085Z | Downloaded tokio-rustls v0.24.1 |
992 | 2024-07-15T19:13:13.088Z | Downloaded spin v0.9.8 |
993 | 2024-07-15T19:13:13.091Z | Downloaded toml v0.7.8 |
994 | 2024-07-15T19:13:13.094Z | Downloaded steno v0.4.1 |
995 | 2024-07-15T19:13:13.098Z | Downloaded vte v0.11.1 |
996 | 2024-07-15T19:13:13.100Z | Downloaded ron v0.8.1 |
997 | 2024-07-15T19:13:13.103Z | Downloaded iana-time-zone v0.1.60 |
998 | 2024-07-15T19:13:13.106Z | Downloaded smawk v0.3.2 |
999 | 2024-07-15T19:13:13.109Z | Downloaded similar v2.5.0 |
1000 | 2024-07-15T19:13:13.112Z | Downloaded smallvec v0.6.14 |
1001 | 2024-07-15T19:13:13.115Z | Downloaded tokio-tungstenite v0.20.1 |
1002 | 2024-07-15T19:13:13.118Z | Downloaded diff v0.1.13 |
1003 | 2024-07-15T19:13:13.121Z | Downloaded flume v0.11.0 |
1004 | 2024-07-15T19:13:13.123Z | Downloaded trust-dns-client v0.22.0 |
1005 | 2024-07-15T19:13:13.127Z | Downloaded headers v0.3.9 |
1006 | 2024-07-15T19:13:13.132Z | Downloaded getrandom v0.2.14 |
1007 | 2024-07-15T19:13:13.135Z | Downloaded expectorate v1.1.0 |
1008 | 2024-07-15T19:13:13.137Z | Downloaded quick-xml v0.31.0 |
1009 | 2024-07-15T19:13:13.143Z | Downloaded crossterm v0.27.0 |
1010 | 2024-07-15T19:13:13.149Z | Downloaded subprocess v0.2.9 |
1011 | 2024-07-15T19:13:13.152Z | Downloaded heapless v0.8.0 |
1012 | 2024-07-15T19:13:13.155Z | Downloaded trust-dns-server v0.22.1 |
1013 | 2024-07-15T19:13:13.160Z | Downloaded tungstenite v0.20.1 |
1014 | 2024-07-15T19:13:13.163Z | Downloaded rsa v0.9.6 |
1015 | 2024-07-15T19:13:13.168Z | Downloaded heapless v0.7.17 |
1016 | 2024-07-15T19:13:13.172Z | Downloaded hashbrown v0.13.2 |
1017 | 2024-07-15T19:13:13.180Z | Downloaded diesel_derives v2.1.4 |
1018 | 2024-07-15T19:13:13.184Z | Downloaded itertools v0.10.5 |
1019 | 2024-07-15T19:13:13.187Z | Downloaded trust-dns-resolver v0.22.0 |
1020 | 2024-07-15T19:13:13.190Z | Downloaded reedline v0.31.0 |
1021 | 2024-07-15T19:13:13.197Z | Downloaded portable-atomic v1.6.0 |
1022 | 2024-07-15T19:13:13.203Z | Downloaded tough v0.17.1 |
1023 | 2024-07-15T19:13:13.211Z | Downloaded itertools v0.12.1 |
1024 | 2024-07-15T19:13:13.217Z | Downloaded zip v0.6.6 |
1025 | 2024-07-15T19:13:13.221Z | Downloaded hashbrown v0.12.3 |
1026 | 2024-07-15T19:13:13.225Z | Downloaded blake3 v1.5.1 |
1027 | 2024-07-15T19:13:13.232Z | Downloaded rayon v1.10.0 |
1028 | 2024-07-15T19:13:13.242Z | Downloaded salty v0.2.0 |
1029 | 2024-07-15T19:13:13.247Z | Downloaded libxml v0.3.3 |
1030 | 2024-07-15T19:13:13.253Z | Downloaded winnow v0.5.40 |
1031 | 2024-07-15T19:13:13.261Z | Downloaded sqlparser v0.45.0 |
1032 | 2024-07-15T19:13:13.267Z | Downloaded libm v0.2.8 |
1033 | 2024-07-15T19:13:13.274Z | Downloaded hkdf v0.12.4 |
1034 | 2024-07-15T19:13:13.278Z | Downloaded itertools v0.13.0 |
1035 | 2024-07-15T19:13:13.283Z | Downloaded regex-automata v0.1.10 |
1036 | 2024-07-15T19:13:13.288Z | Downloaded aho-corasick v1.1.3 |
1037 | 2024-07-15T19:13:13.294Z | Downloaded bindgen v0.69.4 |
1038 | 2024-07-15T19:13:13.301Z | Downloaded rustls-webpki v0.102.4 |
1039 | 2024-07-15T19:13:13.319Z | Downloaded rustyline v14.0.0 |
1040 | 2024-07-15T19:13:13.323Z | Downloaded object v0.30.4 |
1041 | 2024-07-15T19:13:13.332Z | Downloaded bitvec v1.0.1 |
1042 | 2024-07-15T19:13:13.347Z | Downloaded serde_with v3.8.3 |
1043 | 2024-07-15T19:13:13.354Z | Downloaded rustls-webpki v0.101.7 |
1044 | 2024-07-15T19:13:13.367Z | Downloaded radix_trie v0.2.1 |
1045 | 2024-07-15T19:13:13.373Z | Downloaded nix v0.28.0 |
1046 | 2024-07-15T19:13:13.383Z | Downloaded nix v0.27.1 |
1047 | 2024-07-15T19:13:13.394Z | Downloaded idna v0.3.0 |
1048 | 2024-07-15T19:13:13.400Z | Downloaded regex v1.10.5 |
1049 | 2024-07-15T19:13:13.412Z | Downloaded lalrpop v0.19.12 |
1050 | 2024-07-15T19:13:13.422Z | Downloaded smoltcp v0.9.1 |
1051 | 2024-07-15T19:13:13.433Z | Downloaded idna v0.2.3 |
1052 | 2024-07-15T19:13:13.439Z | Downloaded webpki-roots v0.25.4 |
1053 | 2024-07-15T19:13:13.443Z | Downloaded gimli v0.28.1 |
1054 | 2024-07-15T19:13:13.450Z | Downloaded regress v0.9.1 |
1055 | 2024-07-15T19:13:13.458Z | Downloaded regex-syntax v0.8.3 |
1056 | 2024-07-15T19:13:13.466Z | Downloaded diesel v2.1.6 |
1057 | 2024-07-15T19:13:13.483Z | Downloaded rustls v0.22.4 |
1058 | 2024-07-15T19:13:13.496Z | Downloaded smoltcp v0.11.0 |
1059 | 2024-07-15T19:13:13.507Z | Downloaded ratatui v0.27.0 |
1060 | 2024-07-15T19:13:13.525Z | Downloaded bstr v1.9.1 |
1061 | 2024-07-15T19:13:13.534Z | Downloaded sled v0.34.7 |
1062 | 2024-07-15T19:13:13.544Z | Downloaded openapiv3 v2.0.0 |
1063 | 2024-07-15T19:13:13.555Z | Downloaded bstr v0.2.17 |
1064 | 2024-07-15T19:13:13.563Z | Downloaded finl_unicode v1.2.0 |
1065 | 2024-07-15T19:13:13.576Z | Downloaded regex-automata v0.4.6 |
1066 | 2024-07-15T19:13:13.591Z | Downloaded zerocopy-derive v0.6.6 |
1067 | 2024-07-15T19:13:13.600Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1068 | 2024-07-15T19:13:13.611Z | Downloaded petgraph v0.6.5 |
1069 | 2024-07-15T19:13:13.626Z | Downloaded trust-dns-proto v0.22.0 |
1070 | 2024-07-15T19:13:13.637Z | Downloaded rustls v0.21.12 |
1071 | 2024-07-15T19:13:13.647Z | Downloaded regex-syntax v0.6.29 |
1072 | 2024-07-15T19:13:13.654Z | Downloaded object v0.32.2 |
1073 | 2024-07-15T19:13:13.663Z | Downloaded curve25519-dalek v4.1.3 |
1074 | 2024-07-15T19:13:13.671Z | Downloaded csv v1.3.0 |
1075 | 2024-07-15T19:13:13.689Z | Downloaded polar-core v0.27.3 |
1076 | 2024-07-15T19:13:13.697Z | Downloaded sha3 v0.10.8 |
1077 | 2024-07-15T19:13:13.701Z | Downloaded chrono v0.4.38 |
1078 | 2024-07-15T19:13:13.707Z | Downloaded x509-cert v0.2.5 |
1079 | 2024-07-15T19:13:13.712Z | Downloaded proptest v1.4.0 |
1080 | 2024-07-15T19:13:13.721Z | Downloaded samael v0.0.15 |
1081 | 2024-07-15T19:13:13.725Z | Downloaded typed-path v0.7.1 |
1082 | 2024-07-15T19:13:13.731Z | Downloaded ena v0.14.3 |
1083 | 2024-07-15T19:13:13.734Z | Downloaded zone v0.1.8 |
1084 | 2024-07-15T19:13:13.734Z | Downloaded maybe-uninit v2.0.0 |
1085 | 2024-07-15T19:13:13.734Z | Downloaded libloading v0.8.3 |
1086 | 2024-07-15T19:13:13.737Z | Downloaded gethostname v0.4.3 |
1087 | 2024-07-15T19:13:13.737Z | Downloaded kstat-rs v0.2.4 |
1088 | 2024-07-15T19:13:13.739Z | Downloaded serde_yaml v0.9.34+deprecated |
1089 | 2024-07-15T19:13:13.742Z | Downloaded num-bigint-dig v0.8.4 |
1090 | 2024-07-15T19:13:13.745Z | Downloaded nom v7.1.3 |
1091 | 2024-07-15T19:13:13.750Z | Downloaded const_format v0.2.32 |
1092 | 2024-07-15T19:13:13.754Z | Downloaded slog-envlogger v2.2.0 |
1093 | 2024-07-15T19:13:13.757Z | Downloaded lalrpop-util v0.19.12 |
1094 | 2024-07-15T19:13:13.757Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1095 | 2024-07-15T19:13:13.757Z | Downloaded topological-sort v0.2.2 |
1096 | 2024-07-15T19:13:13.760Z | Downloaded stable_deref_trait v1.2.0 |
1097 | 2024-07-15T19:13:13.760Z | Downloaded env_logger v0.9.3 |
1098 | 2024-07-15T19:13:13.763Z | Downloaded zerocopy v0.6.6 |
1099 | 2024-07-15T19:13:13.763Z | Downloaded crypto-bigint v0.5.5 |
1100 | 2024-07-15T19:13:13.768Z | Downloaded base64 v0.22.1 |
1101 | 2024-07-15T19:13:13.771Z | Downloaded slog-stdlog v4.1.1 |
1102 | 2024-07-15T19:13:13.774Z | Downloaded serde_arrays v0.1.0 |
1103 | 2024-07-15T19:13:13.774Z | Downloaded rusty-fork v0.3.0 |
1104 | 2024-07-15T19:13:13.776Z | Downloaded md-5 v0.10.6 |
1105 | 2024-07-15T19:13:13.776Z | Downloaded is_ci v1.2.0 |
1106 | 2024-07-15T19:13:13.779Z | Downloaded hubpack v0.1.2 |
1107 | 2024-07-15T19:13:13.779Z | Downloaded float-cmp v0.9.0 |
1108 | 2024-07-15T19:13:13.779Z | Downloaded flagset v0.4.5 |
1109 | 2024-07-15T19:13:13.782Z | Downloaded fixedbitset v0.4.2 |
1110 | 2024-07-15T19:13:13.782Z | Downloaded wait-timeout v0.2.0 |
1111 | 2024-07-15T19:13:13.782Z | Downloaded linear-map v1.2.0 |
1112 | 2024-07-15T19:13:13.785Z | Downloaded textwrap v0.16.1 |
1113 | 2024-07-15T19:13:13.788Z | Downloaded zeroize v1.7.0 |
1114 | 2024-07-15T19:13:13.788Z | Downloaded unicase v2.7.0 |
1115 | 2024-07-15T19:13:13.788Z | Downloaded unarray v0.1.4 |
1116 | 2024-07-15T19:13:13.791Z | Downloaded tap v1.0.1 |
1117 | 2024-07-15T19:13:13.791Z | Downloaded ed25519 v1.5.3 |
1118 | 2024-07-15T19:13:13.793Z | Downloaded tabwriter v1.4.0 |
1119 | 2024-07-15T19:13:13.793Z | Downloaded inout v0.1.3 |
1120 | 2024-07-15T19:13:13.793Z | Downloaded home v0.5.9 |
1121 | 2024-07-15T19:13:13.796Z | Downloaded fallible-iterator v0.2.0 |
1122 | 2024-07-15T19:13:13.796Z | Downloaded indoc v1.0.9 |
1123 | 2024-07-15T19:13:13.799Z | Downloaded derive_builder_core v0.20.0 |
1124 | 2024-07-15T19:13:13.799Z | Downloaded darling_core v0.20.9 |
1125 | 2024-07-15T19:13:13.803Z | Downloaded serde-hex v0.1.0 |
1126 | 2024-07-15T19:13:13.806Z | Downloaded linked-hash-map v0.5.6 |
1127 | 2024-07-15T19:13:13.806Z | Downloaded libefi-sys v0.1.0 |
1128 | 2024-07-15T19:13:13.808Z | Downloaded compact_str v0.7.1 |
1129 | 2024-07-15T19:13:13.811Z | Downloaded der_derive v0.7.2 |
1130 | 2024-07-15T19:13:13.811Z | Downloaded defmt-parser v0.3.4 |
1131 | 2024-07-15T19:13:13.811Z | Downloaded const-oid v0.9.6 |
1132 | 2024-07-15T19:13:13.814Z | Downloaded fd-lock v4.0.2 |
1133 | 2024-07-15T19:13:13.817Z | Downloaded cookie_store v0.20.0 |
1134 | 2024-07-15T19:13:13.817Z | Downloaded whoami v1.5.1 |
1135 | 2024-07-15T19:13:13.819Z | Downloaded termcolor v1.4.1 |
1136 | 2024-07-15T19:13:13.819Z | Downloaded poly1305 v0.8.0 |
1137 | 2024-07-15T19:13:13.822Z | Downloaded postgres-protocol v0.6.6 |
1138 | 2024-07-15T19:13:13.822Z | Downloaded pin-project-internal v1.1.5 |
1139 | 2024-07-15T19:13:13.825Z | Downloaded darling v0.20.9 |
1140 | 2024-07-15T19:13:13.828Z | Downloaded bitfield v0.14.0 |
1141 | 2024-07-15T19:13:13.830Z | Downloaded float-ord v0.3.2 |
1142 | 2024-07-15T19:13:13.831Z | Downloaded embedded-io v0.4.0 |
1143 | 2024-07-15T19:13:13.831Z | Downloaded wyz v0.5.1 |
1144 | 2024-07-15T19:13:13.834Z | Downloaded phf_shared v0.11.2 |
1145 | 2024-07-15T19:13:13.834Z | Downloaded crc v3.2.1 |
1146 | 2024-07-15T19:13:13.837Z | Downloaded data-encoding v2.6.0 |
1147 | 2024-07-15T19:13:13.837Z | Downloaded parking_lot v0.11.2 |
1148 | 2024-07-15T19:13:13.837Z | Downloaded owo-colors v4.0.0 |
1149 | 2024-07-15T19:13:13.840Z | Downloaded colored v2.1.0 |
1150 | 2024-07-15T19:13:13.843Z | Downloaded ciborium-ll v0.2.2 |
1151 | 2024-07-15T19:13:13.843Z | Downloaded mockall_derive v0.12.1 |
1152 | 2024-07-15T19:13:13.846Z | Downloaded bb8 v0.8.5 |
1153 | 2024-07-15T19:13:13.846Z | Downloaded allocator-api2 v0.2.18 |
1154 | 2024-07-15T19:13:13.848Z | Downloaded backoff v0.4.0 |
1155 | 2024-07-15T19:13:13.851Z | Downloaded memmap2 v0.9.4 |
1156 | 2024-07-15T19:13:13.851Z | Downloaded mime_guess v2.0.4 |
1157 | 2024-07-15T19:13:13.854Z | Downloaded num-rational v0.4.2 |
1158 | 2024-07-15T19:13:13.854Z | Downloaded multer v3.1.0 |
1159 | 2024-07-15T19:13:13.856Z | Downloaded atomic-waker v1.1.2 |
1160 | 2024-07-15T19:13:13.856Z | Downloaded num v0.4.3 |
1161 | 2024-07-15T19:13:13.859Z | Downloaded nodrop v0.1.14 |
1162 | 2024-07-15T19:13:13.859Z | Downloaded nanorand v0.7.0 |
1163 | 2024-07-15T19:13:13.862Z | Downloaded defmt-macros v0.3.9 |
1164 | 2024-07-15T19:13:13.864Z | Downloaded debug-ignore v1.0.5 |
1165 | 2024-07-15T19:13:13.864Z | Downloaded ascii v1.1.0 |
1166 | 2024-07-15T19:13:13.867Z | Downloaded argon2 v0.5.3 |
1167 | 2024-07-15T19:13:13.867Z | Downloaded crc-catalog v2.4.0 |
1168 | 2024-07-15T19:13:13.870Z | Downloaded corncobs v0.1.3 |
1169 | 2024-07-15T19:13:13.870Z | Downloaded num-integer v0.1.46 |
1170 | 2024-07-15T19:13:13.873Z | Downloaded array-init v0.0.4 |
1171 | 2024-07-15T19:13:14.203Z | Downloaded ring v0.17.8 |
1172 | 2024-07-15T19:13:14.318Z | Downloaded ring v0.16.20 |
1173 | 2024-07-15T19:13:14.525Z | Compiling proc-macro2 v1.0.86 |
1174 | 2024-07-15T19:13:14.525Z | Compiling unicode-ident v1.0.12 |
1175 | 2024-07-15T19:13:14.525Z | Compiling libc v0.2.155 |
1176 | 2024-07-15T19:13:14.528Z | Compiling serde v1.0.204 |
1177 | 2024-07-15T19:13:14.528Z | Compiling autocfg v1.3.0 |
1178 | 2024-07-15T19:13:14.528Z | Compiling version_check v0.9.4 |
1179 | 2024-07-15T19:13:14.528Z | Compiling cfg-if v1.0.0 |
1180 | 2024-07-15T19:13:14.767Z | Compiling cc v1.0.97 |
1181 | 2024-07-15T19:13:14.791Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-07-15T19:13:14.815Z | Compiling once_cell v1.19.0 |
1183 | 2024-07-15T19:13:15.217Z | Compiling serde_json v1.0.120 |
1184 | 2024-07-15T19:13:15.302Z | Compiling libm v0.2.8 |
1185 | 2024-07-15T19:13:15.327Z | Compiling ahash v0.8.11 |
1186 | 2024-07-15T19:13:15.521Z | Compiling byteorder v1.5.0 |
1187 | 2024-07-15T19:13:15.544Z | Compiling lock_api v0.4.12 |
1188 | 2024-07-15T19:13:15.635Z | Compiling num-traits v0.2.19 |
1189 | 2024-07-15T19:13:15.651Z | Compiling memchr v2.7.2 |
1190 | 2024-07-15T19:13:15.912Z | Compiling scopeguard v1.2.0 |
1191 | 2024-07-15T19:13:15.955Z | Compiling thiserror v1.0.60 |
1192 | 2024-07-15T19:13:15.999Z | Compiling typenum v1.17.0 |
1193 | 2024-07-15T19:13:16.446Z | Compiling quote v1.0.36 |
1194 | 2024-07-15T19:13:16.640Z | Compiling log v0.4.21 |
1195 | 2024-07-15T19:13:16.964Z | Compiling syn v2.0.68 |
1196 | 2024-07-15T19:13:16.985Z | Compiling getrandom v0.2.14 |
1197 | 2024-07-15T19:13:17.057Z | Compiling itoa v1.0.11 |
1198 | 2024-07-15T19:13:17.208Z | Compiling generic-array v0.14.7 |
1199 | 2024-07-15T19:13:17.623Z | Compiling allocator-api2 v0.2.18 |
1200 | 2024-07-15T19:13:17.765Z | Compiling slab v0.4.9 |
1201 | 2024-07-15T19:13:17.802Z | Compiling ryu v1.0.18 |
1202 | 2024-07-15T19:13:17.837Z | Compiling ring v0.17.8 |
1203 | 2024-07-15T19:13:18.060Z | Compiling pin-project-lite v0.2.14 |
1204 | 2024-07-15T19:13:18.076Z | Compiling smallvec v1.13.2 |
1205 | 2024-07-15T19:13:18.093Z | Compiling semver v1.0.23 |
1206 | 2024-07-15T19:13:18.185Z | Compiling schemars v0.8.21 |
1207 | 2024-07-15T19:13:18.567Z | Compiling equivalent v1.0.1 |
1208 | 2024-07-15T19:13:18.597Z | Compiling spin v0.9.8 |
1209 | 2024-07-15T19:13:18.759Z | Compiling pkg-config v0.3.30 |
1210 | 2024-07-15T19:13:18.779Z | Compiling vcpkg v0.2.15 |
1211 | 2024-07-15T19:13:18.889Z | Compiling parking_lot v0.12.2 |
1212 | 2024-07-15T19:13:19.390Z | Compiling signal-hook-registry v1.4.2 |
1213 | 2024-07-15T19:13:20.254Z | Compiling syn v1.0.109 |
1214 | 2024-07-15T19:13:20.541Z | Compiling openssl-sys v0.9.102 |
1215 | 2024-07-15T19:13:20.846Z | Compiling mio v0.8.11 |
1216 | 2024-07-15T19:13:21.288Z | Compiling rand_core v0.6.4 |
1217 | 2024-07-15T19:13:21.465Z | Compiling socket2 v0.5.7 |
1218 | 2024-07-15T19:13:21.684Z | Compiling num_cpus v1.16.0 |
1219 | 2024-07-15T19:13:21.819Z | Compiling num-conv v0.1.0 |
1220 | 2024-07-15T19:13:22.018Z | Compiling time-core v0.1.2 |
1221 | 2024-07-15T19:13:22.193Z | Compiling time-macros v0.2.18 |
1222 | 2024-07-15T19:13:22.556Z | Compiling httparse v1.8.0 |
1223 | 2024-07-15T19:13:22.733Z | Compiling heck v0.5.0 |
1224 | 2024-07-15T19:13:23.172Z | Compiling futures-core v0.3.30 |
1225 | 2024-07-15T19:13:23.422Z | Compiling fnv v1.0.7 |
1226 | 2024-07-15T19:13:23.438Z | Compiling openssl v0.10.64 |
1227 | 2024-07-15T19:13:23.854Z | Compiling iana-time-zone v0.1.60 |
1228 | 2024-07-15T19:13:23.972Z | Compiling rustix v0.38.34 |
1229 | 2024-07-15T19:13:24.204Z | Compiling serde_derive_internals v0.29.1 |
1230 | 2024-07-15T19:13:24.254Z | Compiling crossbeam-utils v0.8.19 |
1231 | 2024-07-15T19:13:24.784Z | Compiling native-tls v0.2.11 |
1232 | 2024-07-15T19:13:24.828Z | Compiling tinyvec_macros v0.1.1 |
1233 | 2024-07-15T19:13:24.985Z | Compiling rustls v0.21.12 |
1234 | 2024-07-15T19:13:25.110Z | Compiling tinyvec v1.6.0 |
1235 | 2024-07-15T19:13:25.376Z | Compiling subtle v2.5.0 |
1236 | 2024-07-15T19:13:25.873Z | Compiling const-oid v0.9.6 |
1237 | 2024-07-15T19:13:26.090Z | Compiling futures-sink v0.3.30 |
1238 | 2024-07-15T19:13:26.117Z | Compiling ucd-trie v0.1.6 |
1239 | 2024-07-15T19:13:26.563Z | Compiling unicode-normalization v0.1.23 |
1240 | 2024-07-15T19:13:26.662Z | Compiling backtrace v0.3.71 |
1241 | 2024-07-15T19:13:26.778Z | Compiling cookie v0.17.0 |
1242 | 2024-07-15T19:13:27.070Z | Compiling unicode-bidi v0.3.15 |
1243 | 2024-07-15T19:13:27.346Z | Compiling slog v2.7.0 |
1244 | 2024-07-15T19:13:27.731Z | Compiling dyn-clone v1.0.17 |
1245 | 2024-07-15T19:13:27.803Z | Compiling futures-channel v0.3.30 |
1246 | 2024-07-15T19:13:28.113Z | Compiling futures-task v0.3.30 |
1247 | 2024-07-15T19:13:28.247Z | Compiling pin-utils v0.1.0 |
1248 | 2024-07-15T19:13:28.313Z | Compiling futures-io v0.3.30 |
1249 | 2024-07-15T19:13:28.652Z | Compiling aho-corasick v1.1.3 |
1250 | 2024-07-15T19:13:28.710Z | Compiling anyhow v1.0.86 |
1251 | 2024-07-15T19:13:29.004Z | Compiling regex-syntax v0.8.3 |
1252 | 2024-07-15T19:13:29.250Z | Compiling winnow v0.5.40 |
1253 | 2024-07-15T19:13:29.549Z | Compiling untrusted v0.9.0 |
1254 | 2024-07-15T19:13:30.106Z | Compiling serde_derive v1.0.204 |
1255 | 2024-07-15T19:13:31.083Z | Compiling zerocopy-derive v0.7.34 |
1256 | 2024-07-15T19:13:31.939Z | Compiling zeroize_derive v1.4.2 |
1257 | 2024-07-15T19:13:33.065Z | Compiling thiserror-impl v1.0.60 |
1258 | 2024-07-15T19:13:33.130Z | Compiling zerocopy v0.7.34 |
1259 | 2024-07-15T19:13:33.150Z | Compiling tokio-macros v2.3.0 |
1260 | 2024-07-15T19:13:33.373Z | Compiling futures-macro v0.3.30 |
1261 | 2024-07-15T19:13:33.855Z | Compiling schemars_derive v0.8.21 |
1262 | 2024-07-15T19:13:34.814Z | Compiling tracing-attributes v0.1.27 |
1263 | 2024-07-15T19:13:35.328Z | Compiling hashbrown v0.14.5 |
1264 | 2024-07-15T19:13:35.347Z | Compiling zeroize v1.7.0 |
1265 | 2024-07-15T19:13:35.833Z | Compiling openssl-macros v0.1.1 |
1266 | 2024-07-15T19:13:36.583Z | Compiling scroll_derive v0.12.0 |
1267 | 2024-07-15T19:13:36.733Z | Compiling pest v2.7.10 |
1268 | 2024-07-15T19:13:36.893Z | Compiling crypto-common v0.1.6 |
1269 | 2024-07-15T19:13:36.925Z | Compiling futures-util v0.3.30 |
1270 | 2024-07-15T19:13:37.076Z | Compiling der_derive v0.7.2 |
1271 | 2024-07-15T19:13:38.116Z | Compiling block-buffer v0.10.4 |
1272 | 2024-07-15T19:13:38.726Z | Compiling regex-automata v0.4.6 |
1273 | 2024-07-15T19:13:39.406Z | Compiling pest_meta v2.7.10 |
1274 | 2024-07-15T19:13:39.531Z | Compiling tracing-core v0.1.32 |
1275 | 2024-07-15T19:13:42.073Z | Compiling pest_generator v2.7.10 |
1276 | 2024-07-15T19:13:43.863Z | Compiling bytes v1.6.0 |
1277 | 2024-07-15T19:13:43.903Z | Compiling indexmap v2.2.6 |
1278 | 2024-07-15T19:13:44.093Z | Compiling uuid v1.9.1 |
1279 | 2024-07-15T19:13:44.895Z | Compiling bitflags v2.5.0 |
1280 | 2024-07-15T19:13:45.315Z | Compiling chrono v0.4.38 |
1281 | 2024-07-15T19:13:45.475Z | Compiling serde_tokenstream v0.2.1 |
1282 | 2024-07-15T19:13:45.978Z | Compiling tokio v1.38.0 |
1283 | 2024-07-15T19:13:47.261Z | Compiling serde_spanned v0.6.6 |
1284 | 2024-07-15T19:13:47.486Z | Compiling toml_datetime v0.6.6 |
1285 | 2024-07-15T19:13:48.167Z | Compiling http v0.2.12 |
1286 | 2024-07-15T19:13:49.944Z | Compiling toml_edit v0.19.15 |
1287 | 2024-07-15T19:13:50.563Z | Compiling rustc_version v0.4.0 |
1288 | 2024-07-15T19:13:51.229Z | Compiling pest_derive v2.7.10 |
1289 | 2024-07-15T19:13:51.994Z | Compiling usdt-impl v0.5.0 |
1290 | 2024-07-15T19:13:52.156Z | Compiling rustversion v1.0.17 |
1291 | 2024-07-15T19:13:52.320Z | Compiling powerfmt v0.2.0 |
1292 | 2024-07-15T19:13:52.810Z | Compiling deranged v0.3.11 |
1293 | 2024-07-15T19:13:52.854Z | Compiling heapless v0.7.17 |
1294 | 2024-07-15T19:13:53.230Z | Compiling tracing v0.1.40 |
1295 | 2024-07-15T19:13:53.260Z | Compiling digest v0.10.7 |
1296 | 2024-07-15T19:13:53.689Z | Compiling scroll v0.12.0 |
1297 | 2024-07-15T19:13:54.118Z | Compiling signal-hook v0.3.17 |
1298 | 2024-07-15T19:13:54.269Z | Compiling percent-encoding v2.3.1 |
1299 | 2024-07-15T19:13:54.592Z | Compiling plain v0.2.3 |
1300 | 2024-07-15T19:13:54.751Z | Compiling ppv-lite86 v0.2.17 |
1301 | 2024-07-15T19:13:55.061Z | Compiling heck v0.4.1 |
1302 | 2024-07-15T19:13:55.308Z | Compiling num_threads v0.1.7 |
1303 | 2024-07-15T19:13:55.444Z | Compiling time v0.3.36 |
1304 | 2024-07-15T19:13:55.494Z | Compiling goblin v0.8.2 |
1305 | 2024-07-15T19:13:55.544Z | Compiling rand_chacha v0.3.1 |
1306 | 2024-07-15T19:13:57.192Z | Compiling regex v1.10.5 |
1307 | 2024-07-15T19:13:58.258Z | Compiling strsim v0.11.1 |
1308 | 2024-07-15T19:13:59.035Z | Compiling pretty-hex v0.4.1 |
1309 | 2024-07-15T19:13:59.254Z | Compiling crc32fast v1.4.0 |
1310 | 2024-07-15T19:13:59.706Z | Compiling rand v0.8.5 |
1311 | 2024-07-15T19:14:00.090Z | Compiling tokio-util v0.7.11 |
1312 | 2024-07-15T19:14:01.284Z | Compiling dof v0.3.0 |
1313 | 2024-07-15T19:14:01.745Z | Compiling dtrace-parser v0.2.0 |
1314 | 2024-07-15T19:14:02.148Z | Compiling async-trait v0.1.81 |
1315 | 2024-07-15T19:14:02.308Z | Compiling thread-id v4.2.1 |
1316 | 2024-07-15T19:14:02.838Z | Compiling base64ct v1.6.0 |
1317 | 2024-07-15T19:14:03.231Z | Compiling foreign-types-shared v0.1.1 |
1318 | 2024-07-15T19:14:03.272Z | Compiling unicode-width v0.1.13 |
1319 | 2024-07-15T19:14:03.338Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1320 | 2024-07-15T19:14:03.501Z | Compiling smoltcp v0.9.1 |
1321 | 2024-07-15T19:14:03.632Z | Compiling foreign-types v0.3.2 |
1322 | 2024-07-15T19:14:03.806Z | Compiling pem-rfc7468 v0.7.0 |
1323 | 2024-07-15T19:14:05.470Z | Compiling form_urlencoded v1.2.1 |
1324 | 2024-07-15T19:14:05.856Z | Compiling hmac v0.12.1 |
1325 | 2024-07-15T19:14:06.021Z | Compiling base64 v0.21.7 |
1326 | 2024-07-15T19:14:06.024Z | Compiling adler v1.0.2 |
1327 | 2024-07-15T19:14:06.094Z | Compiling siphasher v0.3.11 |
1328 | 2024-07-15T19:14:06.327Z | Compiling try-lock v0.2.5 |
1329 | 2024-07-15T19:14:06.551Z | Compiling flagset v0.4.5 |
1330 | 2024-07-15T19:14:06.742Z | Compiling want v0.3.1 |
1331 | 2024-07-15T19:14:06.760Z | Compiling der v0.7.9 |
1332 | 2024-07-15T19:14:07.051Z | Compiling miniz_oxide v0.7.2 |
1333 | 2024-07-15T19:14:09.101Z | Compiling sct v0.7.1 |
1334 | 2024-07-15T19:14:09.273Z | Compiling rustls-webpki v0.101.7 |
1335 | 2024-07-15T19:14:09.386Z | Compiling h2 v0.3.26 |
1336 | 2024-07-15T19:14:10.256Z | Compiling http-body v0.4.6 |
1337 | 2024-07-15T19:14:11.029Z | Compiling openapiv3 v2.0.0 |
1338 | 2024-07-15T19:14:11.273Z | Compiling hubpack_derive v0.1.1 |
1339 | 2024-07-15T19:14:11.626Z | Compiling zerocopy-derive v0.6.6 |
1340 | 2024-07-15T19:14:11.905Z | Compiling idna v0.5.0 |
1341 | 2024-07-15T19:14:12.379Z | Compiling lazy_static v1.5.0 |
1342 | 2024-07-15T19:14:12.505Z | Compiling errno v0.3.9 |
1343 | 2024-07-15T19:14:13.000Z | Compiling fs-err v2.11.0 |
1344 | 2024-07-15T19:14:13.164Z | Compiling tower-service v0.3.2 |
1345 | 2024-07-15T19:14:13.274Z | Compiling anstyle v1.0.7 |
1346 | 2024-07-15T19:14:13.292Z | Compiling httpdate v1.0.3 |
1347 | 2024-07-15T19:14:13.704Z | Compiling cpufeatures v0.2.12 |
1348 | 2024-07-15T19:14:13.806Z | Compiling gimli v0.28.1 |
1349 | 2024-07-15T19:14:14.290Z | Compiling finl_unicode v1.2.0 |
1350 | 2024-07-15T19:14:14.571Z | Compiling utf8parse v0.2.1 |
1351 | 2024-07-15T19:14:14.685Z | Compiling stable_deref_trait v1.2.0 |
1352 | 2024-07-15T19:14:14.714Z | Compiling openssl-probe v0.1.5 |
1353 | 2024-07-15T19:14:14.871Z | Compiling stringprep v0.1.4 |
1354 | 2024-07-15T19:14:15.014Z | Compiling anstyle-parse v0.2.4 |
1355 | 2024-07-15T19:14:15.319Z | Compiling sha2 v0.10.8 |
1356 | 2024-07-15T19:14:15.898Z | Compiling url v2.5.0 |
1357 | 2024-07-15T19:14:16.096Z | Compiling hyper v0.14.28 |
1358 | 2024-07-15T19:14:19.046Z | Compiling addr2line v0.21.0 |
1359 | 2024-07-15T19:14:19.869Z | Compiling spki v0.7.3 |
1360 | 2024-07-15T19:14:20.508Z | Compiling usdt-macro v0.5.0 |
1361 | 2024-07-15T19:14:21.358Z | Compiling usdt-attr-macro v0.5.0 |
1362 | 2024-07-15T19:14:21.899Z | Compiling md-5 v0.10.6 |
1363 | 2024-07-15T19:14:25.371Z | Compiling idna v0.3.0 |
1364 | 2024-07-15T19:14:26.335Z | Compiling diesel_table_macro_syntax v0.1.0 |
1365 | 2024-07-15T19:14:26.441Z | Compiling num-integer v0.1.46 |
1366 | 2024-07-15T19:14:26.756Z | Compiling object v0.32.2 |
1367 | 2024-07-15T19:14:26.818Z | Compiling hash32 v0.2.1 |
1368 | 2024-07-15T19:14:27.204Z | Compiling colorchoice v1.0.1 |
1369 | 2024-07-15T19:14:27.367Z | Compiling rustc-demangle v0.1.24 |
1370 | 2024-07-15T19:14:29.654Z | Compiling psl-types v2.0.11 |
1371 | 2024-07-15T19:14:30.446Z | Compiling is_terminal_polyfill v1.70.0 |
1372 | 2024-07-15T19:14:30.491Z | Compiling fallible-iterator v0.2.0 |
1373 | 2024-07-15T19:14:30.570Z | Compiling anstyle-query v1.0.3 |
1374 | 2024-07-15T19:14:31.196Z | Compiling postgres-protocol v0.6.6 |
1375 | 2024-07-15T19:14:35.713Z | Compiling anstream v0.6.14 |
1376 | 2024-07-15T19:14:36.604Z | Compiling publicsuffix v2.2.3 |
1377 | 2024-07-15T19:14:37.178Z | Compiling diesel_derives v2.1.4 |
1378 | 2024-07-15T19:14:40.970Z | Compiling tokio-rustls v0.24.1 |
1379 | 2024-07-15T19:14:42.256Z | Compiling pkcs8 v0.10.2 |
1380 | 2024-07-15T19:14:42.807Z | Compiling terminal_size v0.3.0 |
1381 | 2024-07-15T19:14:43.585Z | Compiling tokio-native-tls v0.3.1 |
1382 | 2024-07-15T19:14:43.863Z | Compiling phf_shared v0.11.2 |
1383 | 2024-07-15T19:14:44.074Z | Compiling strum_macros v0.25.3 |
1384 | 2024-07-15T19:14:44.268Z | Compiling enum-as-inner v0.5.1 |
1385 | 2024-07-15T19:14:44.804Z | Compiling block-padding v0.3.3 |
1386 | 2024-07-15T19:14:45.035Z | Compiling regress v0.9.1 |
1387 | 2024-07-15T19:14:45.243Z | Compiling serde_repr v0.1.19 |
1388 | 2024-07-15T19:14:45.264Z | Compiling clap_derive v4.5.8 |
1389 | 2024-07-15T19:14:48.107Z | Compiling ff v0.13.0 |
1390 | 2024-07-15T19:14:48.357Z | Compiling scheduled-thread-pool v0.2.7 |
1391 | 2024-07-15T19:14:48.904Z | Compiling encoding_rs v0.8.34 |
1392 | 2024-07-15T19:14:49.807Z | Compiling bitflags v1.3.2 |
1393 | 2024-07-15T19:14:49.825Z | Compiling mime v0.3.17 |
1394 | 2024-07-15T19:14:49.860Z | Compiling either v1.12.0 |
1395 | 2024-07-15T19:14:50.610Z | Compiling bit-vec v0.6.3 |
1396 | 2024-07-15T19:14:50.945Z | Compiling managed v0.8.0 |
1397 | 2024-07-15T19:14:50.966Z | Compiling clap_lex v0.7.0 |
1398 | 2024-07-15T19:14:51.044Z | Compiling ipnet v2.9.0 |
1399 | 2024-07-15T19:14:51.366Z | Compiling base16ct v0.2.0 |
1400 | 2024-07-15T19:14:51.446Z | Compiling regex-automata v0.1.10 |
1401 | 2024-07-15T19:14:51.943Z | Compiling matches v0.1.10 |
1402 | 2024-07-15T19:14:52.112Z | Compiling idna v0.2.3 |
1403 | 2024-07-15T19:14:52.126Z | Compiling bstr v0.2.17 |
1404 | 2024-07-15T19:14:52.542Z | Compiling sec1 v0.7.3 |
1405 | 2024-07-15T19:14:53.495Z | Compiling clap_builder v4.5.9 |
1406 | 2024-07-15T19:14:53.840Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1407 | 2024-07-15T19:14:55.281Z | Compiling r2d2 v0.8.10 |
1408 | 2024-07-15T19:14:57.099Z | Compiling group v0.13.0 |
1409 | 2024-07-15T19:14:59.687Z | Compiling inout v0.1.3 |
1410 | 2024-07-15T19:14:59.963Z | Compiling phf v0.11.2 |
1411 | 2024-07-15T19:15:00.327Z | Compiling hyper-tls v0.5.0 |
1412 | 2024-07-15T19:15:00.573Z | Compiling signal-hook-mio v0.2.3 |
1413 | 2024-07-15T19:15:00.668Z | Compiling hyper-rustls v0.24.2 |
1414 | 2024-07-15T19:15:00.737Z | Compiling cookie_store v0.20.0 |
1415 | 2024-07-15T19:15:00.968Z | Compiling postgres-types v0.2.6 |
1416 | 2024-07-15T19:15:01.032Z | Compiling num-bigint v0.4.5 |
1417 | 2024-07-15T19:15:01.238Z | Compiling zerocopy v0.6.6 |
1418 | 2024-07-15T19:15:02.084Z | Compiling hubpack v0.1.2 |
1419 | 2024-07-15T19:15:02.234Z | Compiling rustls-pemfile v1.0.4 |
1420 | 2024-07-15T19:15:02.390Z | Compiling phf_shared v0.10.0 |
1421 | 2024-07-15T19:15:02.560Z | Compiling hkdf v0.12.4 |
1422 | 2024-07-15T19:15:02.642Z | Compiling serde_urlencoded v0.7.1 |
1423 | 2024-07-15T19:15:02.798Z | Compiling crossbeam-epoch v0.9.18 |
1424 | 2024-07-15T19:15:03.183Z | Compiling ipnetwork v0.20.0 |
1425 | 2024-07-15T19:15:04.402Z | Compiling futures-executor v0.3.30 |
1426 | 2024-07-15T19:15:04.652Z | Compiling crypto-bigint v0.5.5 |
1427 | 2024-07-15T19:15:04.966Z | Compiling float-cmp v0.9.0 |
1428 | 2024-07-15T19:15:04.983Z | Compiling memmap v0.7.0 |
1429 | 2024-07-15T19:15:05.333Z | Compiling minimal-lexical v0.2.1 |
1430 | 2024-07-15T19:15:05.848Z | Compiling static_assertions v1.1.0 |
1431 | 2024-07-15T19:15:05.947Z | Compiling predicates-core v1.0.6 |
1432 | 2024-07-15T19:15:06.278Z | Compiling fixedbitset v0.4.2 |
1433 | 2024-07-15T19:15:06.826Z | Compiling precomputed-hash v0.1.1 |
1434 | 2024-07-15T19:15:06.950Z | Compiling new_debug_unreachable v1.0.6 |
1435 | 2024-07-15T19:15:07.063Z | Compiling data-encoding v2.6.0 |
1436 | 2024-07-15T19:15:07.653Z | Compiling winnow v0.6.8 |
1437 | 2024-07-15T19:15:07.738Z | Compiling webpki-roots v0.25.4 |
1438 | 2024-07-15T19:15:07.894Z | Compiling sync_wrapper v0.1.2 |
1439 | 2024-07-15T19:15:08.037Z | Compiling unicode-segmentation v1.11.0 |
1440 | 2024-07-15T19:15:08.350Z | Compiling whoami v1.5.1 |
1441 | 2024-07-15T19:15:08.692Z | Compiling difflib v0.4.0 |
1442 | 2024-07-15T19:15:08.747Z | Compiling normalize-line-endings v0.3.0 |
1443 | 2024-07-15T19:15:08.771Z | Compiling tokio-postgres v0.7.10 |
1444 | 2024-07-15T19:15:08.824Z | Compiling similar v2.5.0 |
1445 | 2024-07-15T19:15:08.880Z | Compiling reqwest v0.11.27 |
1446 | 2024-07-15T19:15:08.914Z | Compiling trust-dns-proto v0.22.0 |
1447 | 2024-07-15T19:15:10.074Z | Compiling predicates v3.1.0 |
1448 | 2024-07-15T19:15:10.997Z | Compiling elliptic-curve v0.13.8 |
1449 | 2024-07-15T19:15:11.439Z | Compiling toml_edit v0.22.14 |
1450 | 2024-07-15T19:15:11.743Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1451 | 2024-07-15T19:15:13.155Z | Compiling string_cache v0.8.7 |
1452 | 2024-07-15T19:15:13.316Z | Compiling petgraph v0.6.5 |
1453 | 2024-07-15T19:15:13.587Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1454 | 2024-07-15T19:15:15.430Z | Compiling nom v7.1.3 |
1455 | 2024-07-15T19:15:15.739Z | Compiling usdt v0.5.0 |
1456 | 2024-07-15T19:15:17.042Z | Compiling futures v0.3.30 |
1457 | 2024-07-15T19:15:17.164Z | Compiling yasna v0.5.2 |
1458 | 2024-07-15T19:15:17.278Z | Compiling diesel v2.1.6 |
1459 | 2024-07-15T19:15:18.793Z | Compiling crossterm v0.27.0 |
1460 | 2024-07-15T19:15:18.858Z | Compiling flate2 v1.0.30 |
1461 | 2024-07-15T19:15:18.973Z | Compiling cipher v0.4.4 |
1462 | 2024-07-15T19:15:19.399Z | Compiling clap v4.5.9 |
1463 | 2024-07-15T19:15:19.526Z | Compiling itertools v0.12.1 |
1464 | 2024-07-15T19:15:19.779Z | Compiling itertools v0.10.5 |
1465 | 2024-07-15T19:15:19.782Z | Compiling bit-set v0.5.3 |
1466 | 2024-07-15T19:15:20.203Z | Compiling num-iter v0.1.45 |
1467 | 2024-07-15T19:15:21.179Z | Compiling console v0.15.8 |
1468 | 2024-07-15T19:15:22.020Z | Compiling tokio-stream v0.1.15 |
1469 | 2024-07-15T19:15:22.262Z | Compiling toml v0.7.8 |
1470 | 2024-07-15T19:15:22.510Z | Compiling bstr v1.9.1 |
1471 | 2024-07-15T19:15:22.658Z | Compiling hex v0.4.3 |
1472 | 2024-07-15T19:15:23.313Z | Compiling peg-runtime v0.8.3 |
1473 | 2024-07-15T19:15:23.380Z | Compiling camino v1.1.7 |
1474 | 2024-07-15T19:15:23.650Z | Compiling unicode-xid v0.2.4 |
1475 | 2024-07-15T19:15:23.756Z | Compiling lalrpop-util v0.19.12 |
1476 | 2024-07-15T19:15:24.077Z | Compiling proc-macro-crate v1.3.1 |
1477 | 2024-07-15T19:15:24.229Z | Compiling heapless v0.8.0 |
1478 | 2024-07-15T19:15:25.681Z | Compiling num_enum_derive v0.5.11 |
1479 | 2024-07-15T19:15:33.103Z | Compiling hash32 v0.3.1 |
1480 | 2024-07-15T19:15:34.430Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1481 | 2024-07-15T19:15:34.668Z | Compiling ident_case v1.0.1 |
1482 | 2024-07-15T19:15:34.857Z | Compiling smoltcp v0.11.0 |
1483 | 2024-07-15T19:15:35.121Z | Compiling rustls-pki-types v1.7.0 |
1484 | 2024-07-15T19:15:37.543Z | Compiling darling_core v0.20.9 |
1485 | 2024-07-15T19:15:49.253Z | Compiling num_enum v0.5.11 |
1486 | 2024-07-15T19:15:49.927Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1487 | 2024-07-15T19:15:50.178Z | Compiling getopts v0.2.21 |
1488 | 2024-07-15T19:15:51.280Z | Compiling dirs-sys-next v0.1.2 |
1489 | 2024-07-15T19:15:52.532Z | Compiling proc-macro-error-attr v1.0.4 |
1490 | 2024-07-15T19:15:52.773Z | Compiling rustls v0.22.4 |
1491 | 2024-07-15T19:15:53.031Z | Compiling cobs v0.2.3 |
1492 | 2024-07-15T19:15:53.740Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1493 | 2024-07-15T19:15:53.994Z | Compiling embedded-io v0.4.0 |
1494 | 2024-07-15T19:15:54.012Z | Compiling unsafe-libyaml v0.2.11 |
1495 | 2024-07-15T19:15:54.343Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1496 | 2024-07-15T19:15:54.619Z | Compiling paste v1.0.15 |
1497 | 2024-07-15T19:15:55.293Z | Compiling serde_yaml v0.9.34+deprecated |
1498 | 2024-07-15T19:15:57.679Z | Compiling postcard v1.0.8 |
1499 | 2024-07-15T19:15:59.227Z | Compiling dirs-next v2.0.0 |
1500 | 2024-07-15T19:16:00.615Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1501 | 2024-07-15T19:16:02.605Z | Compiling darling_macro v0.20.9 |
1502 | 2024-07-15T19:16:04.518Z | Compiling rustls-webpki v0.102.4 |
1503 | 2024-07-15T19:16:11.073Z | Compiling strum_macros v0.26.4 |
1504 | 2024-07-15T19:16:12.706Z | Compiling structmeta-derive v0.3.0 |
1505 | 2024-07-15T19:16:12.817Z | Compiling foreign-types-macros v0.2.3 |
1506 | 2024-07-15T19:16:13.794Z | Compiling thread_local v1.1.8 |
1507 | 2024-07-15T19:16:14.067Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1508 | 2024-07-15T19:16:14.372Z | Compiling proc-macro-error v1.0.4 |
1509 | 2024-07-15T19:16:14.546Z | Compiling multer v3.1.0 |
1510 | 2024-07-15T19:16:15.529Z | Compiling slog-async v2.8.0 |
1511 | 2024-07-15T19:16:16.113Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1512 | 2024-07-15T19:16:16.285Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1513 | 2024-07-15T19:16:16.776Z | Compiling match_cfg v0.1.0 |
1514 | 2024-07-15T19:16:17.520Z | Compiling foreign-types-shared v0.3.1 |
1515 | 2024-07-15T19:16:18.555Z | Compiling foreign-types v0.5.0 |
1516 | 2024-07-15T19:16:19.900Z | Compiling hostname v0.3.1 |
1517 | 2024-07-15T19:16:21.874Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1518 | 2024-07-15T19:16:23.914Z | Compiling strum v0.26.2 |
1519 | 2024-07-15T19:16:24.104Z | Compiling structmeta v0.3.0 |
1520 | 2024-07-15T19:16:25.750Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1521 | 2024-07-15T19:16:29.051Z | Compiling darling v0.20.9 |
1522 | 2024-07-15T19:16:31.582Z | Compiling term v0.7.0 |
1523 | 2024-07-15T19:16:38.303Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1524 | 2024-07-15T19:16:41.752Z | Compiling slog-json v2.6.1 |
1525 | 2024-07-15T19:16:42.184Z | Compiling tabwriter v1.4.0 |
1526 | 2024-07-15T19:16:42.187Z | Compiling crossbeam-channel v0.5.12 |
1527 | 2024-07-15T19:16:42.972Z | Compiling http v1.1.0 |
1528 | 2024-07-15T19:16:43.463Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1529 | 2024-07-15T19:16:43.524Z | Compiling async-stream-impl v0.3.5 |
1530 | 2024-07-15T19:16:43.912Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1531 | 2024-07-15T19:16:44.266Z | Compiling cstr-argument v0.1.2 |
1532 | 2024-07-15T19:16:44.536Z | Compiling is-terminal v0.4.12 |
1533 | 2024-07-15T19:16:44.674Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1534 | 2024-07-15T19:16:44.748Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1535 | 2024-07-15T19:16:44.792Z | Compiling rayon-core v1.12.1 |
1536 | 2024-07-15T19:16:45.003Z | Compiling pretty-hex v0.2.1 |
1537 | 2024-07-15T19:16:45.019Z | Compiling crucible-workspace-hack v0.1.0 |
1538 | 2024-07-15T19:16:45.090Z | Compiling take_mut v0.2.2 |
1539 | 2024-07-15T19:16:45.215Z | Compiling fastrand v2.1.0 |
1540 | 2024-07-15T19:16:45.261Z | Compiling base64 v0.22.1 |
1541 | 2024-07-15T19:16:45.289Z | Compiling atomic-waker v1.1.2 |
1542 | 2024-07-15T19:16:45.494Z | Compiling waitgroup v0.1.2 |
1543 | 2024-07-15T19:16:45.746Z | Compiling tempfile v3.10.1 |
1544 | 2024-07-15T19:16:45.879Z | Compiling rustls-pemfile v2.1.2 |
1545 | 2024-07-15T19:16:46.375Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1546 | 2024-07-15T19:16:46.775Z | Compiling async-stream v0.3.5 |
1547 | 2024-07-15T19:16:47.019Z | Compiling slog-term v2.9.1 |
1548 | 2024-07-15T19:16:47.578Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1549 | 2024-07-15T19:16:47.829Z | Compiling slog-bunyan v2.5.0 |
1550 | 2024-07-15T19:16:48.107Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1551 | 2024-07-15T19:16:48.475Z | Compiling tokio-rustls v0.25.0 |
1552 | 2024-07-15T19:16:48.942Z | Compiling serde_with_macros v3.8.3 |
1553 | 2024-07-15T19:16:49.063Z | Compiling parse-display-derive v0.9.1 |
1554 | 2024-07-15T19:16:49.383Z | Compiling toml v0.8.14 |
1555 | 2024-07-15T19:16:49.838Z | Compiling sha1 v0.10.6 |
1556 | 2024-07-15T19:16:49.899Z | Compiling crossbeam-deque v0.8.5 |
1557 | 2024-07-15T19:16:50.306Z | Compiling colored v2.1.0 |
1558 | 2024-07-15T19:16:50.663Z | Compiling newtype-uuid v1.1.0 |
1559 | 2024-07-15T19:16:51.010Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1560 | 2024-07-15T19:16:51.585Z | Compiling serde_path_to_error v0.1.16 |
1561 | 2024-07-15T19:16:51.673Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1562 | 2024-07-15T19:16:52.406Z | Compiling socket2 v0.4.10 |
1563 | 2024-07-15T19:16:52.590Z | Compiling hostname v0.4.0 |
1564 | 2024-07-15T19:16:52.861Z | Compiling instant v0.1.12 |
1565 | 2024-07-15T19:16:53.047Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1566 | 2024-07-15T19:16:53.179Z | Compiling debug-ignore v1.0.5 |
1567 | 2024-07-15T19:16:53.334Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1568 | 2024-07-15T19:16:53.428Z | Compiling parse-display v0.9.1 |
1569 | 2024-07-15T19:16:53.947Z | Compiling backoff v0.4.0 |
1570 | 2024-07-15T19:16:55.322Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1571 | 2024-07-15T19:16:55.536Z | Compiling serde_with v3.8.3 |
1572 | 2024-07-15T19:16:56.326Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1573 | 2024-07-15T19:16:56.550Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1574 | 2024-07-15T19:16:56.832Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1575 | 2024-07-15T19:16:57.560Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1576 | 2024-07-15T19:16:58.058Z | Compiling camino-tempfile v1.1.1 |
1577 | 2024-07-15T19:16:58.846Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1578 | 2024-07-15T19:16:59.338Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1579 | 2024-07-15T19:16:59.530Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1580 | 2024-07-15T19:17:00.054Z | Compiling macaddr v1.0.1 |
1581 | 2024-07-15T19:17:00.111Z | Compiling num-derive v0.4.2 |
1582 | 2024-07-15T19:17:00.700Z | Compiling sigpipe v0.1.3 |
1583 | 2024-07-15T19:17:00.840Z | Compiling libefi-sys v0.1.0 |
1584 | 2024-07-15T19:17:01.143Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1585 | 2024-07-15T19:17:01.705Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1586 | 2024-07-15T19:17:02.405Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1587 | 2024-07-15T19:17:02.896Z | Compiling rayon v1.10.0 |
1588 | 2024-07-15T19:17:03.056Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1589 | 2024-07-15T19:17:03.250Z | Compiling smf v0.2.3 |
1590 | 2024-07-15T19:17:03.988Z | Compiling bitfield-struct v0.6.1 |
1591 | 2024-07-15T19:17:04.951Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1592 | 2024-07-15T19:17:05.315Z | Compiling ring v0.16.20 |
1593 | 2024-07-15T19:17:05.352Z | Compiling blake3 v1.5.1 |
1594 | 2024-07-15T19:17:05.852Z | Compiling portable-atomic v1.6.0 |
1595 | 2024-07-15T19:17:06.280Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1596 | 2024-07-15T19:17:07.053Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1597 | 2024-07-15T19:17:07.105Z | Compiling xattr v1.3.1 |
1598 | 2024-07-15T19:17:07.289Z | Compiling memmap2 v0.9.4 |
1599 | 2024-07-15T19:17:07.402Z | Compiling filetime v0.2.23 |
1600 | 2024-07-15T19:17:07.725Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1601 | 2024-07-15T19:17:07.843Z | Compiling spin v0.5.2 |
1602 | 2024-07-15T19:17:07.868Z | Compiling same-file v1.0.6 |
1603 | 2024-07-15T19:17:08.141Z | Compiling untrusted v0.7.1 |
1604 | 2024-07-15T19:17:08.182Z | Compiling arrayvec v0.7.4 |
1605 | 2024-07-15T19:17:08.220Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1606 | 2024-07-15T19:17:08.321Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1607 | 2024-07-15T19:17:08.635Z | Compiling arrayref v0.3.7 |
1608 | 2024-07-15T19:17:08.750Z | Compiling constant_time_eq v0.3.0 |
1609 | 2024-07-15T19:17:08.767Z | Compiling walkdir v2.5.0 |
1610 | 2024-07-15T19:17:10.325Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1611 | 2024-07-15T19:17:11.684Z | Compiling tar v0.4.40 |
1612 | 2024-07-15T19:17:11.907Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1613 | 2024-07-15T19:17:12.921Z | Compiling cargo-platform v0.1.8 |
1614 | 2024-07-15T19:17:14.038Z | Compiling gethostname v0.4.3 |
1615 | 2024-07-15T19:17:14.209Z | Compiling topological-sort v0.2.2 |
1616 | 2024-07-15T19:17:14.321Z | Compiling number_prefix v0.4.0 |
1617 | 2024-07-15T19:17:14.464Z | Compiling omicron-zone-package v0.11.0 |
1618 | 2024-07-15T19:17:14.580Z | Compiling indicatif v0.17.8 |
1619 | 2024-07-15T19:17:15.655Z | Compiling cargo_metadata v0.18.1 |
1620 | 2024-07-15T19:17:19.428Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1621 | 2024-07-15T19:17:23.784Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1622 | 2024-07-15T19:17:24.713Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1623 | 2024-07-15T19:17:27.488Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1624 | 2024-07-15T19:17:45.633Z | Finished `release` profile [optimized] target(s) in 4m 33s |
1625 | 2024-07-15T19:17:45.748Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1626 | 2024-07-15T19:17:45.788Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1627 | 2024-07-15T19:17:45.791Z | Created new build target 'test' and set it as active |
1628 | 2024-07-15T19:17:45.791Z | |
1629 | 2024-07-15T19:17:45.791Z | real 4:33.967659081 |
1630 | 2024-07-15T19:17:45.792Z | user 30:45.996348246 |
1631 | 2024-07-15T19:17:45.792Z | sys 4:00.360646590 |
1632 | 2024-07-15T19:17:45.792Z | trap 0.916287509 |
1633 | 2024-07-15T19:17:45.792Z | tflt 2.129919384 |
1634 | 2024-07-15T19:17:45.792Z | dflt 0.940668764 |
1635 | 2024-07-15T19:17:45.792Z | kflt 0.007765368 |
1636 | 2024-07-15T19:17:45.792Z | lock 1:04:40.529430616 |
1637 | 2024-07-15T19:17:45.792Z | slp 1:26:33.560644407 |
1638 | 2024-07-15T19:17:45.792Z | lat 2:04.330755437 |
1639 | 2024-07-15T19:17:45.792Z | stop 3:08.577968885 |
1640 | 2024-07-15T19:17:45.792Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1641 | 2024-07-15T19:17:46.688Z | Finished `release` profile [optimized] target(s) in 0.85s |
1642 | 2024-07-15T19:17:46.728Z | Running `target/release/omicron-package -t test package` |
1643 | 2024-07-15T19:17:46.763Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1644 | 2024-07-15T19:17:47.791Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1645 | 2024-07-15T19:17:47.890Z | Compiling humantime v2.1.0 |
1646 | 2024-07-15T19:17:47.893Z | Compiling newline-converter v0.3.0 |
1647 | 2024-07-15T19:17:47.893Z | Compiling derive-where v1.2.7 |
1648 | 2024-07-15T19:17:47.916Z | Compiling dirs-sys-next v0.1.2 |
1649 | 2024-07-15T19:17:47.919Z | Compiling convert_case v0.4.0 |
1650 | 2024-07-15T19:17:47.919Z | Compiling prettyplease v0.2.20 |
1651 | 2024-07-15T19:17:47.919Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1652 | 2024-07-15T19:17:48.067Z | Compiling expectorate v1.1.0 |
1653 | 2024-07-15T19:17:48.106Z | Compiling camino v1.1.7 |
1654 | 2024-07-15T19:17:48.172Z | Compiling dirs-next v2.0.0 |
1655 | 2024-07-15T19:17:48.212Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1656 | 2024-07-15T19:17:48.231Z | Compiling password-hash v0.5.0 |
1657 | 2024-07-15T19:17:48.336Z | Compiling term v0.7.0 |
1658 | 2024-07-15T19:17:48.442Z | Compiling blake2 v0.10.6 |
1659 | 2024-07-15T19:17:48.765Z | Compiling derive_more v0.99.18 |
1660 | 2024-07-15T19:17:49.614Z | Compiling argon2 v0.5.3 |
1661 | 2024-07-15T19:17:49.617Z | Compiling is-terminal v0.4.12 |
1662 | 2024-07-15T19:17:49.646Z | Compiling semver v0.1.20 |
1663 | 2024-07-15T19:17:49.748Z | Compiling toml v0.8.14 |
1664 | 2024-07-15T19:17:50.231Z | Compiling rustc_version v0.1.7 |
1665 | 2024-07-15T19:17:50.516Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1666 | 2024-07-15T19:17:50.646Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1667 | 2024-07-15T19:17:51.068Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1668 | 2024-07-15T19:17:51.092Z | Compiling newtype_derive v0.1.6 |
1669 | 2024-07-15T19:17:51.167Z | Compiling linked-hash-map v0.5.6 |
1670 | 2024-07-15T19:17:51.271Z | Compiling rustls-pki-types v1.7.0 |
1671 | 2024-07-15T19:17:51.558Z | Compiling lru-cache v0.1.2 |
1672 | 2024-07-15T19:17:51.573Z | Compiling steno v0.4.1 |
1673 | 2024-07-15T19:17:51.777Z | Compiling rustls-webpki v0.102.4 |
1674 | 2024-07-15T19:17:51.971Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1675 | 2024-07-15T19:17:52.111Z | Compiling rustls v0.22.4 |
1676 | 2024-07-15T19:17:52.136Z | Compiling thread_local v1.1.8 |
1677 | 2024-07-15T19:17:52.618Z | Compiling match_cfg v0.1.0 |
1678 | 2024-07-15T19:17:52.713Z | Compiling home v0.5.9 |
1679 | 2024-07-15T19:17:52.956Z | Compiling hostname v0.3.1 |
1680 | 2024-07-15T19:17:53.654Z | Compiling multer v3.1.0 |
1681 | 2024-07-15T19:17:53.720Z | Compiling slog-async v2.8.0 |
1682 | 2024-07-15T19:17:53.788Z | Compiling slog-json v2.6.1 |
1683 | 2024-07-15T19:17:54.041Z | Compiling crossbeam-channel v0.5.12 |
1684 | 2024-07-15T19:17:54.141Z | Compiling http v1.1.0 |
1685 | 2024-07-15T19:17:54.528Z | Compiling slog-dtrace v0.3.0 |
1686 | 2024-07-15T19:17:54.823Z | Compiling atomic-waker v1.1.2 |
1687 | 2024-07-15T19:17:55.018Z | Compiling take_mut v0.2.2 |
1688 | 2024-07-15T19:17:55.112Z | Compiling termcolor v1.4.1 |
1689 | 2024-07-15T19:17:55.184Z | Compiling base64 v0.22.1 |
1690 | 2024-07-15T19:17:55.897Z | Compiling rustls-pemfile v2.1.2 |
1691 | 2024-07-15T19:17:56.304Z | Compiling waitgroup v0.1.2 |
1692 | 2024-07-15T19:17:56.533Z | Compiling slog-bunyan v2.5.0 |
1693 | 2024-07-15T19:17:56.546Z | Compiling slog-term v2.9.1 |
1694 | 2024-07-15T19:17:56.735Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1695 | 2024-07-15T19:17:56.803Z | Compiling async-stream v0.3.5 |
1696 | 2024-07-15T19:17:57.056Z | Compiling sha1 v0.10.6 |
1697 | 2024-07-15T19:17:57.090Z | Compiling newtype-uuid v1.1.0 |
1698 | 2024-07-15T19:17:57.249Z | Compiling serde_path_to_error v0.1.16 |
1699 | 2024-07-15T19:17:57.380Z | Compiling tokio-rustls v0.25.0 |
1700 | 2024-07-15T19:17:57.423Z | Compiling hostname v0.4.0 |
1701 | 2024-07-15T19:17:57.638Z | Compiling instant v0.1.12 |
1702 | 2024-07-15T19:17:57.641Z | Compiling debug-ignore v1.0.5 |
1703 | 2024-07-15T19:17:57.782Z | Compiling backoff v0.4.0 |
1704 | 2024-07-15T19:17:57.796Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1705 | 2024-07-15T19:17:58.085Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1706 | 2024-07-15T19:17:58.113Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1707 | 2024-07-15T19:17:58.281Z | Compiling parse-display v0.9.1 |
1708 | 2024-07-15T19:17:58.845Z | Compiling serde_with v3.8.3 |
1709 | 2024-07-15T19:17:59.345Z | Compiling strum v0.26.2 |
1710 | 2024-07-15T19:17:59.533Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1711 | 2024-07-15T19:18:00.629Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1712 | 2024-07-15T19:18:01.295Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1713 | 2024-07-15T19:18:01.466Z | Compiling num-rational v0.4.2 |
1714 | 2024-07-15T19:18:02.263Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1715 | 2024-07-15T19:18:02.403Z | Compiling num-complex v0.4.6 |
1716 | 2024-07-15T19:18:02.986Z | Compiling macaddr v1.0.1 |
1717 | 2024-07-15T19:18:03.089Z | Compiling quick-error v1.2.3 |
1718 | 2024-07-15T19:18:03.250Z | Compiling resolv-conf v0.7.0 |
1719 | 2024-07-15T19:18:03.434Z | Compiling num v0.4.3 |
1720 | 2024-07-15T19:18:03.477Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1721 | 2024-07-15T19:18:05.527Z | Compiling radium v0.7.0 |
1722 | 2024-07-15T19:18:05.880Z | Compiling float-ord v0.3.2 |
1723 | 2024-07-15T19:18:05.956Z | Compiling swrite v0.1.0 |
1724 | 2024-07-15T19:18:06.044Z | Compiling utf-8 v0.7.6 |
1725 | 2024-07-15T19:18:06.131Z | Compiling trust-dns-resolver v0.22.0 |
1726 | 2024-07-15T19:18:06.222Z | Compiling maybe-uninit v2.0.0 |
1727 | 2024-07-15T19:18:06.547Z | Compiling tap v1.0.1 |
1728 | 2024-07-15T19:18:06.731Z | Compiling wyz v0.5.1 |
1729 | 2024-07-15T19:18:07.200Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1730 | 2024-07-15T19:18:07.295Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1731 | 2024-07-15T19:18:07.722Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1732 | 2024-07-15T19:18:13.212Z | Compiling display-error-chain v0.2.0 |
1733 | 2024-07-15T19:18:13.403Z | Compiling funty v2.0.0 |
1734 | 2024-07-15T19:18:15.980Z | Compiling packed_struct v0.10.1 |
1735 | 2024-07-15T19:18:16.401Z | Compiling num-bigint-dig v0.8.4 |
1736 | 2024-07-15T19:18:16.682Z | Compiling crc-catalog v2.4.0 |
1737 | 2024-07-15T19:18:16.836Z | Compiling crc v3.2.1 |
1738 | 2024-07-15T19:18:18.630Z | Compiling bitvec v1.0.1 |
1739 | 2024-07-15T19:18:23.192Z | Compiling nibble_vec v0.1.0 |
1740 | 2024-07-15T19:18:23.413Z | Compiling packed_struct_codegen v0.10.1 |
1741 | 2024-07-15T19:18:23.829Z | Compiling indexmap v1.9.3 |
1742 | 2024-07-15T19:18:24.122Z | Compiling crunchy v0.2.2 |
1743 | 2024-07-15T19:18:24.577Z | Compiling nodrop v0.1.14 |
1744 | 2024-07-15T19:18:24.715Z | Compiling endian-type v0.1.2 |
1745 | 2024-07-15T19:18:24.951Z | Compiling glob v0.3.1 |
1746 | 2024-07-15T19:18:25.037Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1747 | 2024-07-15T19:18:25.743Z | Compiling clang-sys v1.7.0 |
1748 | 2024-07-15T19:18:26.407Z | Compiling radix_trie v0.2.1 |
1749 | 2024-07-15T19:18:27.278Z | Compiling array-init v0.0.4 |
1750 | 2024-07-15T19:18:27.518Z | Compiling smallvec v0.6.14 |
1751 | 2024-07-15T19:18:28.549Z | Compiling pkcs1 v0.7.5 |
1752 | 2024-07-15T19:18:29.211Z | Compiling signature v2.2.0 |
1753 | 2024-07-15T19:18:29.472Z | Compiling cancel-safe-futures v0.1.5 |
1754 | 2024-07-15T19:18:29.487Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1755 | 2024-07-15T19:18:29.805Z | Compiling tiny-keccak v2.0.2 |
1756 | 2024-07-15T19:18:29.916Z | Compiling maplit v1.0.2 |
1757 | 2024-07-15T19:18:30.056Z | Compiling hashbrown v0.12.3 |
1758 | 2024-07-15T19:18:30.075Z | Compiling bitfield v0.14.0 |
1759 | 2024-07-15T19:18:30.259Z | Compiling serde-hex v0.1.0 |
1760 | 2024-07-15T19:18:30.398Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1761 | 2024-07-15T19:18:32.521Z | Compiling rsa v0.9.6 |
1762 | 2024-07-15T19:18:32.680Z | Compiling bzip2 v0.4.4 |
1763 | 2024-07-15T19:18:33.314Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1764 | 2024-07-15T19:18:33.637Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1765 | 2024-07-15T19:18:34.451Z | Compiling env_logger v0.10.2 |
1766 | 2024-07-15T19:18:35.415Z | Compiling x509-cert v0.2.5 |
1767 | 2024-07-15T19:18:37.660Z | Compiling ron v0.8.1 |
1768 | 2024-07-15T19:18:38.003Z | Compiling hashbrown v0.13.2 |
1769 | 2024-07-15T19:18:38.075Z | Compiling crc-any v2.5.0 |
1770 | 2024-07-15T19:18:39.371Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1771 | 2024-07-15T19:18:39.438Z | Compiling object v0.30.4 |
1772 | 2024-07-15T19:18:41.143Z | Compiling zip v0.6.6 |
1773 | 2024-07-15T19:18:43.910Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1774 | 2024-07-15T19:18:44.715Z | Compiling rayon-core v1.12.1 |
1775 | 2024-07-15T19:18:44.741Z | Compiling ascii-canvas v3.0.0 |
1776 | 2024-07-15T19:18:45.271Z | Compiling crossbeam-deque v0.8.5 |
1777 | 2024-07-15T19:18:45.634Z | Compiling ena v0.14.3 |
1778 | 2024-07-15T19:18:46.043Z | Compiling libloading v0.8.3 |
1779 | 2024-07-15T19:18:46.436Z | Compiling half v2.4.1 |
1780 | 2024-07-15T19:18:47.203Z | Compiling fastrand v2.1.0 |
1781 | 2024-07-15T19:18:47.531Z | Compiling bindgen v0.69.4 |
1782 | 2024-07-15T19:18:47.709Z | Compiling regex-syntax v0.6.29 |
1783 | 2024-07-15T19:18:47.966Z | Compiling same-file v1.0.6 |
1784 | 2024-07-15T19:18:48.186Z | Compiling path-slash v0.1.5 |
1785 | 2024-07-15T19:18:48.429Z | Compiling arc-swap v1.7.1 |
1786 | 2024-07-15T19:18:49.091Z | Compiling diff v0.1.13 |
1787 | 2024-07-15T19:18:49.458Z | Compiling ciborium-io v0.2.2 |
1788 | 2024-07-15T19:18:49.591Z | Compiling ciborium-ll v0.2.2 |
1789 | 2024-07-15T19:18:49.702Z | Compiling slog-scope v4.4.0 |
1790 | 2024-07-15T19:18:50.094Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1791 | 2024-07-15T19:18:50.644Z | Compiling walkdir v2.5.0 |
1792 | 2024-07-15T19:18:51.317Z | Compiling lalrpop v0.19.12 |
1793 | 2024-07-15T19:18:52.636Z | Compiling tempfile v3.10.1 |
1794 | 2024-07-15T19:18:54.773Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1795 | 2024-07-15T19:18:55.122Z | Compiling which v4.4.2 |
1796 | 2024-07-15T19:18:55.682Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1797 | 2024-07-15T19:18:55.917Z | Compiling cexpr v0.6.0 |
1798 | 2024-07-15T19:18:55.933Z | Compiling fxhash v0.2.1 |
1799 | 2024-07-15T19:18:56.160Z | Compiling lazycell v1.3.0 |
1800 | 2024-07-15T19:18:56.345Z | Compiling rustc-hash v1.1.0 |
1801 | 2024-07-15T19:18:56.507Z | Compiling ref-cast v1.0.23 |
1802 | 2024-07-15T19:18:56.994Z | Compiling shlex v1.3.0 |
1803 | 2024-07-15T19:18:57.655Z | Compiling ring v0.16.20 |
1804 | 2024-07-15T19:19:00.503Z | Compiling blake3 v1.5.1 |
1805 | 2024-07-15T19:19:00.910Z | Compiling rayon v1.10.0 |
1806 | 2024-07-15T19:19:01.407Z | Compiling slog-stdlog v4.1.1 |
1807 | 2024-07-15T19:19:02.386Z | Compiling ciborium v0.2.2 |
1808 | 2024-07-15T19:19:04.240Z | Compiling tungstenite v0.21.0 |
1809 | 2024-07-15T19:19:04.576Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1810 | 2024-07-15T19:19:04.862Z | Compiling derive_builder_core v0.20.0 |
1811 | 2024-07-15T19:19:05.848Z | Compiling headers-core v0.2.0 |
1812 | 2024-07-15T19:19:06.030Z | Compiling xattr v1.3.1 |
1813 | 2024-07-15T19:19:06.318Z | Compiling libxml v0.3.3 |
1814 | 2024-07-15T19:19:06.610Z | Compiling ref-cast-impl v1.0.23 |
1815 | 2024-07-15T19:19:06.671Z | Compiling async-recursion v1.1.1 |
1816 | 2024-07-15T19:19:07.216Z | Compiling memmap2 v0.9.4 |
1817 | 2024-07-15T19:19:07.643Z | Compiling atty v0.2.14 |
1818 | 2024-07-15T19:19:07.797Z | Compiling filetime v0.2.23 |
1819 | 2024-07-15T19:19:07.842Z | Compiling spin v0.5.2 |
1820 | 2024-07-15T19:19:08.090Z | Compiling arrayref v0.3.7 |
1821 | 2024-07-15T19:19:08.113Z | Compiling constant_time_eq v0.3.0 |
1822 | 2024-07-15T19:19:08.192Z | Compiling arrayvec v0.7.4 |
1823 | 2024-07-15T19:19:08.210Z | Compiling untrusted v0.7.1 |
1824 | 2024-07-15T19:19:08.260Z | Compiling tar v0.4.40 |
1825 | 2024-07-15T19:19:09.898Z | Compiling derive_builder_macro v0.20.0 |
1826 | 2024-07-15T19:19:10.145Z | Compiling headers v0.3.9 |
1827 | 2024-07-15T19:19:10.183Z | Compiling tokio-tungstenite v0.21.0 |
1828 | 2024-07-15T19:19:10.778Z | Compiling slog-envlogger v2.2.0 |
1829 | 2024-07-15T19:19:10.794Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1830 | 2024-07-15T19:19:11.984Z | Compiling camino-tempfile v1.1.1 |
1831 | 2024-07-15T19:19:12.072Z | Compiling samael v0.0.15 |
1832 | 2024-07-15T19:19:12.354Z | Compiling toolchain_find v0.4.0 |
1833 | 2024-07-15T19:19:12.406Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1834 | 2024-07-15T19:19:12.715Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1835 | 2024-07-15T19:19:12.903Z | Compiling pem v3.0.4 |
1836 | 2024-07-15T19:19:13.336Z | Compiling libsw v3.3.1 |
1837 | 2024-07-15T19:19:13.664Z | Compiling strum_macros v0.24.3 |
1838 | 2024-07-15T19:19:13.800Z | Compiling cookie v0.18.1 |
1839 | 2024-07-15T19:19:14.006Z | Compiling owo-colors v4.0.0 |
1840 | 2024-07-15T19:19:14.080Z | Compiling linear-map v1.2.0 |
1841 | 2024-07-15T19:19:14.103Z | Compiling topological-sort v0.2.2 |
1842 | 2024-07-15T19:19:14.143Z | Compiling indoc v1.0.9 |
1843 | 2024-07-15T19:19:14.319Z | Compiling cfg_aliases v0.1.1 |
1844 | 2024-07-15T19:19:14.429Z | Compiling nix v0.28.0 |
1845 | 2024-07-15T19:19:14.467Z | Compiling omicron-zone-package v0.11.0 |
1846 | 2024-07-15T19:19:15.221Z | Compiling rustfmt-wrapper v0.2.1 |
1847 | 2024-07-15T19:19:15.803Z | Compiling derive_builder v0.20.0 |
1848 | 2024-07-15T19:19:16.887Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1849 | 2024-07-15T19:19:17.140Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1850 | 2024-07-15T19:19:17.836Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1851 | 2024-07-15T19:19:18.111Z | Compiling quick-xml v0.31.0 |
1852 | 2024-07-15T19:19:18.497Z | Compiling polar-core v0.27.3 |
1853 | 2024-07-15T19:19:18.984Z | Compiling oso-derive v0.27.3 |
1854 | 2024-07-15T19:19:19.945Z | Compiling impl-trait-for-tuples v0.2.2 |
1855 | 2024-07-15T19:19:20.038Z | Compiling vte_generate_state_changes v0.1.1 |
1856 | 2024-07-15T19:19:20.626Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1857 | 2024-07-15T19:19:20.911Z | Compiling unicase v2.7.0 |
1858 | 2024-07-15T19:19:21.182Z | Compiling buf-list v1.0.3 |
1859 | 2024-07-15T19:19:21.259Z | Compiling vte v0.11.1 |
1860 | 2024-07-15T19:19:21.800Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1861 | 2024-07-15T19:19:24.360Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1862 | 2024-07-15T19:19:25.255Z | Compiling tungstenite v0.20.1 |
1863 | 2024-07-15T19:19:25.897Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1864 | 2024-07-15T19:19:26.168Z | Compiling fd-lock v4.0.2 |
1865 | 2024-07-15T19:19:26.382Z | Compiling bb8 v0.8.5 |
1866 | 2024-07-15T19:19:26.940Z | Compiling const_format_proc_macros v0.2.32 |
1867 | 2024-07-15T19:19:28.890Z | Compiling pin-project-internal v1.1.5 |
1868 | 2024-07-15T19:19:29.118Z | Compiling memoffset v0.9.1 |
1869 | 2024-07-15T19:19:29.422Z | Compiling bytecount v0.6.8 |
1870 | 2024-07-15T19:19:29.726Z | Compiling parking_lot_core v0.8.6 |
1871 | 2024-07-15T19:19:30.157Z | Compiling papergrid v0.11.0 |
1872 | 2024-07-15T19:19:30.540Z | Compiling const_format v0.2.32 |
1873 | 2024-07-15T19:19:31.650Z | Compiling pin-project v1.1.5 |
1874 | 2024-07-15T19:19:31.791Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1875 | 2024-07-15T19:19:31.828Z | Compiling tokio-tungstenite v0.20.1 |
1876 | 2024-07-15T19:19:32.482Z | Compiling strip-ansi-escapes v0.2.0 |
1877 | 2024-07-15T19:19:34.188Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1878 | 2024-07-15T19:19:34.512Z | Compiling tabled_derive v0.7.0 |
1879 | 2024-07-15T19:19:36.876Z | Compiling peg-macros v0.8.3 |
1880 | 2024-07-15T19:19:38.484Z | Compiling snafu-derive v0.8.2 |
1881 | 2024-07-15T19:19:40.222Z | Compiling sqlparser_derive v0.2.2 |
1882 | 2024-07-15T19:19:40.332Z | Compiling unicode_categories v0.1.1 |
1883 | 2024-07-15T19:19:40.682Z | Compiling nu-ansi-term v0.50.0 |
1884 | 2024-07-15T19:19:41.575Z | Compiling rustyline v14.0.0 |
1885 | 2024-07-15T19:19:41.928Z | Compiling sqlparser v0.45.0 |
1886 | 2024-07-15T19:19:42.253Z | Compiling reedline v0.31.0 |
1887 | 2024-07-15T19:19:43.430Z | Compiling oso v0.27.3 |
1888 | 2024-07-15T19:19:53.741Z | Compiling snafu v0.8.2 |
1889 | 2024-07-15T19:19:55.054Z | Compiling sqlformat v0.2.4 |
1890 | 2024-07-15T19:20:01.646Z | Compiling peg v0.8.3 |
1891 | 2024-07-15T19:20:01.778Z | Compiling tabled v0.15.0 |
1892 | 2024-07-15T19:20:07.746Z | Compiling env_logger v0.9.3 |
1893 | 2024-07-15T19:20:08.136Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1894 | 2024-07-15T19:20:11.470Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-07-15T19:20:12.007Z | Compiling globset v0.4.14 |
1896 | 2024-07-15T19:20:12.510Z | Compiling olpc-cjson v0.1.3 |
1897 | 2024-07-15T19:20:12.866Z | Compiling bcs v0.1.6 |
1898 | 2024-07-15T19:20:13.763Z | Compiling bitstruct_derive v0.1.0 |
1899 | 2024-07-15T19:20:15.096Z | Compiling serde_plain v1.0.2 |
1900 | 2024-07-15T19:20:15.662Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-07-15T19:20:15.812Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1902 | 2024-07-15T19:20:16.125Z | Compiling ascii v1.1.0 |
1903 | 2024-07-15T19:20:16.908Z | Compiling highway v1.1.0 |
1904 | 2024-07-15T19:20:16.929Z | Compiling signature v1.6.4 |
1905 | 2024-07-15T19:20:17.108Z | Compiling typed-path v0.7.1 |
1906 | 2024-07-15T19:20:18.323Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1907 | 2024-07-15T19:20:18.635Z | Compiling salty v0.2.0 |
1908 | 2024-07-15T19:20:19.087Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1909 | 2024-07-15T19:20:19.988Z | Compiling tough v0.17.1 |
1910 | 2024-07-15T19:20:23.708Z | Compiling ed25519 v1.5.3 |
1911 | 2024-07-15T19:20:24.021Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1912 | 2024-07-15T19:20:24.103Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1913 | 2024-07-15T19:20:24.386Z | Compiling bitstruct v0.1.1 |
1914 | 2024-07-15T19:20:24.520Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-07-15T19:20:25.436Z | Compiling parking_lot v0.11.2 |
1916 | 2024-07-15T19:20:26.513Z | Compiling nix v0.27.1 |
1917 | 2024-07-15T19:20:27.549Z | Compiling trust-dns-client v0.22.0 |
1918 | 2024-07-15T19:20:29.528Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1919 | 2024-07-15T19:20:29.896Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1920 | 2024-07-15T19:20:38.706Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-07-15T19:20:39.944Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1922 | 2024-07-15T19:20:43.048Z | Compiling curve25519-dalek v4.1.3 |
1923 | 2024-07-15T19:20:43.453Z | Compiling kstat-rs v0.2.4 |
1924 | 2024-07-15T19:20:44.445Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1925 | 2024-07-15T19:20:45.318Z | Compiling toml v0.5.11 |
1926 | 2024-07-15T19:20:52.635Z | Compiling erased-serde v0.3.31 |
1927 | 2024-07-15T19:20:54.338Z | Compiling serde_arrays v0.1.0 |
1928 | 2024-07-15T19:20:54.542Z | Compiling serde-big-array v0.5.1 |
1929 | 2024-07-15T19:20:54.701Z | Compiling parse-size v1.0.0 |
1930 | 2024-07-15T19:20:54.815Z | Compiling keccak v0.1.5 |
1931 | 2024-07-15T19:20:54.994Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1932 | 2024-07-15T19:20:55.807Z | Compiling sha3 v0.10.8 |
1933 | 2024-07-15T19:20:56.619Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1934 | 2024-07-15T19:21:01.409Z | Compiling trust-dns-server v0.22.1 |
1935 | 2024-07-15T19:21:06.472Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1936 | 2024-07-15T19:21:06.983Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1937 | 2024-07-15T19:21:13.766Z | Compiling sled v0.34.7 |
1938 | 2024-07-15T19:21:15.102Z | Compiling mime_guess v2.0.4 |
1939 | 2024-07-15T19:21:20.846Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1940 | 2024-07-15T19:21:22.590Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1941 | 2024-07-15T19:21:23.192Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1942 | 2024-07-15T19:21:24.693Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1943 | 2024-07-15T19:21:25.873Z | Compiling signal-hook-tokio v0.3.1 |
1944 | 2024-07-15T19:21:26.108Z | Compiling universal-hash v0.5.1 |
1945 | 2024-07-15T19:21:26.351Z | Compiling heck v0.3.3 |
1946 | 2024-07-15T19:21:26.737Z | Compiling secrecy v0.8.0 |
1947 | 2024-07-15T19:21:27.012Z | Compiling rand_seeder v0.2.3 |
1948 | 2024-07-15T19:21:27.417Z | Compiling castaway v0.2.2 |
1949 | 2024-07-15T19:21:27.617Z | Compiling thiserror-impl-no-std v2.0.2 |
1950 | 2024-07-15T19:21:30.411Z | Compiling serde-big-array v0.4.1 |
1951 | 2024-07-15T19:21:30.622Z | Compiling nanorand v0.7.0 |
1952 | 2024-07-15T19:21:31.395Z | Compiling curve25519-dalek-derive v0.1.1 |
1953 | 2024-07-15T19:21:32.478Z | Compiling opaque-debug v0.3.1 |
1954 | 2024-07-15T19:21:32.585Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1955 | 2024-07-15T19:21:32.891Z | Compiling poly1305 v0.8.0 |
1956 | 2024-07-15T19:21:34.411Z | Compiling flume v0.11.0 |
1957 | 2024-07-15T19:21:35.196Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1958 | 2024-07-15T19:21:36.604Z | Compiling thiserror-no-std v2.0.2 |
1959 | 2024-07-15T19:21:36.737Z | Compiling compact_str v0.7.1 |
1960 | 2024-07-15T19:21:38.348Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1961 | 2024-07-15T19:21:38.563Z | Compiling zone_cfg_derive v0.1.2 |
1962 | 2024-07-15T19:21:39.960Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1963 | 2024-07-15T19:21:41.083Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1964 | 2024-07-15T19:21:41.451Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1965 | 2024-07-15T19:21:48.654Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1966 | 2024-07-15T19:21:49.249Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1967 | 2024-07-15T19:21:49.267Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1968 | 2024-07-15T19:21:51.118Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1969 | 2024-07-15T19:21:55.645Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1970 | 2024-07-15T19:21:55.926Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1971 | 2024-07-15T19:21:56.211Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1972 | 2024-07-15T19:21:56.475Z | Compiling chacha20 v0.9.1 |
1973 | 2024-07-15T19:21:56.959Z | Compiling unicode-truncate v1.0.0 |
1974 | 2024-07-15T19:21:57.227Z | Compiling itertools v0.13.0 |
1975 | 2024-07-15T19:22:01.044Z | Compiling aead v0.5.2 |
1976 | 2024-07-15T19:22:01.400Z | Compiling lru v0.12.3 |
1977 | 2024-07-15T19:22:01.799Z | Compiling stability v0.2.0 |
1978 | 2024-07-15T19:22:02.819Z | Compiling base64 v0.13.1 |
1979 | 2024-07-15T19:22:03.622Z | Compiling cassowary v0.3.0 |
1980 | 2024-07-15T19:22:03.650Z | Compiling corncobs v0.1.3 |
1981 | 2024-07-15T19:22:03.903Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1982 | 2024-07-15T19:22:04.036Z | Compiling ron v0.7.1 |
1983 | 2024-07-15T19:22:04.661Z | Compiling ratatui v0.27.0 |
1984 | 2024-07-15T19:22:05.560Z | Compiling chacha20poly1305 v0.10.1 |
1985 | 2024-07-15T19:22:05.863Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1986 | 2024-07-15T19:22:07.440Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1987 | 2024-07-15T19:22:09.347Z | Compiling zone v0.1.8 |
1988 | 2024-07-15T19:22:09.671Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1989 | 2024-07-15T19:22:11.681Z | Compiling vsss-rs v3.3.4 |
1990 | 2024-07-15T19:22:16.143Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1991 | 2024-07-15T19:22:16.894Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1992 | 2024-07-15T19:22:19.749Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1993 | 2024-07-15T19:22:21.121Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1994 | 2024-07-15T19:22:21.181Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1995 | 2024-07-15T19:22:21.250Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1996 | 2024-07-15T19:22:21.451Z | Compiling portpicker v0.1.1 |
1997 | 2024-07-15T19:22:21.961Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1998 | 2024-07-15T19:22:24.243Z | Compiling csv-core v0.1.11 |
1999 | 2024-07-15T19:22:26.287Z | Compiling smawk v0.3.2 |
2000 | 2024-07-15T19:22:26.539Z | Compiling http-range v0.1.5 |
2001 | 2024-07-15T19:22:27.045Z | Compiling unicode-linebreak v0.1.5 |
2002 | 2024-07-15T19:22:27.109Z | Compiling hyper-staticfile v0.9.5 |
2003 | 2024-07-15T19:22:27.577Z | Compiling textwrap v0.16.1 |
2004 | 2024-07-15T19:22:27.684Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2005 | 2024-07-15T19:22:28.465Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2006 | 2024-07-15T19:22:30.143Z | Compiling csv v1.3.0 |
2007 | 2024-07-15T19:22:31.299Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2008 | 2024-07-15T19:22:39.490Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2009 | 2024-07-15T19:22:40.457Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2010 | 2024-07-15T19:22:41.915Z | Compiling rcgen v0.12.1 |
2011 | 2024-07-15T19:22:43.738Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2012 | 2024-07-15T19:22:51.960Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2013 | 2024-07-15T19:22:52.140Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2014 | 2024-07-15T19:22:52.410Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2015 | 2024-07-15T19:22:52.433Z | Compiling atomicwrites v0.4.3 |
2016 | 2024-07-15T19:22:52.966Z | Compiling fatfs v0.3.6 |
2017 | 2024-07-15T19:22:53.541Z | Compiling rtoolbox v0.0.2 |
2018 | 2024-07-15T19:22:53.878Z | Compiling subprocess v0.2.9 |
2019 | 2024-07-15T19:22:53.978Z | Compiling is_ci v1.2.0 |
2020 | 2024-07-15T19:22:54.288Z | Compiling assert_matches v1.5.0 |
2021 | 2024-07-15T19:22:55.723Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2022 | 2024-07-15T19:22:58.934Z | Compiling supports-color v3.0.0 |
2023 | 2024-07-15T19:22:59.272Z | Compiling rpassword v7.3.1 |
2024 | 2024-07-15T19:22:59.634Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2025 | 2024-07-15T19:22:59.715Z | Compiling tui-tree-widget v0.21.0 |
2026 | 2024-07-15T19:23:00.156Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2027 | 2024-07-15T19:23:01.537Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2028 | 2024-07-15T19:23:02.902Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2029 | 2024-07-15T19:23:03.188Z | Compiling shell-words v1.1.0 |
2030 | 2024-07-15T19:23:03.641Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2031 | 2024-07-15T19:23:04.792Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2032 | 2024-07-15T19:23:15.591Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2033 | 2024-07-15T19:23:25.495Z | Compiling uzers v0.11.3 |
2034 | 2024-07-15T19:23:28.390Z | Compiling multimap v0.10.0 |
2035 | 2024-07-15T19:23:28.809Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2036 | 2024-07-15T19:25:14.778Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2037 | 2024-07-15T19:25:39.917Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2038 | 2024-07-15T19:32:11.493Z | Finished `release` profile [optimized] target(s) in 14m 24s |
2039 | 2024-07-15T19:32:58.419Z | |
2040 | 2024-07-15T19:32:58.422Z | real 15:12.518659062 |
2041 | 2024-07-15T19:32:58.422Z | user 1:45:42.818194310 |
2042 | 2024-07-15T19:32:58.422Z | sys 5:47.166615491 |
2043 | 2024-07-15T19:32:58.422Z | trap 2.428852936 |
2044 | 2024-07-15T19:32:58.422Z | tflt 2.246375182 |
2045 | 2024-07-15T19:32:58.422Z | dflt 3.505475385 |
2046 | 2024-07-15T19:32:58.423Z | kflt 0.021202361 |
2047 | 2024-07-15T19:32:58.423Z | lock 6:18:09.192696588 |
2048 | 2024-07-15T19:32:58.423Z | slp 4:06:15.143930251 |
2049 | 2024-07-15T19:32:58.423Z | lat 2:37.036149601 |
2050 | 2024-07-15T19:32:58.423Z | stop 1:59.044744265 |
2051 | 2024-07-15T19:32:58.423Z | + mapfile -t packages |
2052 | 2024-07-15T19:32:58.423Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2053 | 2024-07-15T19:32:59.322Z | Finished `release` profile [optimized] target(s) in 0.85s |
2054 | 2024-07-15T19:32:59.362Z | Running `target/release/omicron-package -t test list-outputs` |
2055 | 2024-07-15T19:32:59.399Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2056 | 2024-07-15T19:32:59.402Z | + ptime -m cargo build --locked --release -p xtask |
2057 | 2024-07-15T19:32:59.999Z | Compiling serde v1.0.204 |
2058 | 2024-07-15T19:33:00.002Z | Compiling bitflags v2.5.0 |
2059 | 2024-07-15T19:33:00.002Z | Compiling syn v2.0.68 |
2060 | 2024-07-15T19:33:00.090Z | Compiling scopeguard v1.2.0 |
2061 | 2024-07-15T19:33:00.097Z | Compiling bytes v1.6.0 |
2062 | 2024-07-15T19:33:00.100Z | Compiling smallvec v1.13.2 |
2063 | 2024-07-15T19:33:00.114Z | Compiling log v0.4.21 |
2064 | 2024-07-15T19:33:00.212Z | Compiling lock_api v0.4.12 |
2065 | 2024-07-15T19:33:00.597Z | Compiling parking_lot_core v0.9.10 |
2066 | 2024-07-15T19:33:00.609Z | Compiling serde_json v1.0.120 |
2067 | 2024-07-15T19:33:00.638Z | Compiling hashbrown v0.14.5 |
2068 | 2024-07-15T19:33:00.654Z | Compiling mio v0.8.11 |
2069 | 2024-07-15T19:33:00.701Z | Compiling libc v0.2.155 |
2070 | 2024-07-15T19:33:00.949Z | Compiling parking_lot v0.12.2 |
2071 | 2024-07-15T19:33:01.013Z | Compiling generic-array v0.14.7 |
2072 | 2024-07-15T19:33:01.303Z | Compiling slog v2.7.0 |
2073 | 2024-07-15T19:33:01.562Z | Compiling rustix v0.38.34 |
2074 | 2024-07-15T19:33:01.833Z | Compiling http v0.2.12 |
2075 | 2024-07-15T19:33:01.922Z | Compiling usdt-impl v0.5.0 |
2076 | 2024-07-15T19:33:02.164Z | Compiling indexmap v2.2.6 |
2077 | 2024-07-15T19:33:02.213Z | Compiling syn v1.0.109 |
2078 | 2024-07-15T19:33:02.421Z | Compiling time-macros v0.2.18 |
2079 | 2024-07-15T19:33:02.610Z | Compiling thread-id v4.2.1 |
2080 | 2024-07-15T19:33:02.735Z | Compiling tracing v0.1.40 |
2081 | 2024-07-15T19:33:03.449Z | Compiling crossbeam-utils v0.8.19 |
2082 | 2024-07-15T19:33:03.728Z | Compiling http-body v0.4.6 |
2083 | 2024-07-15T19:33:04.151Z | Compiling unicode-normalization v0.1.23 |
2084 | 2024-07-15T19:33:04.243Z | Compiling unicode-bidi v0.3.15 |
2085 | 2024-07-15T19:33:05.480Z | Compiling idna v0.5.0 |
2086 | 2024-07-15T19:33:05.526Z | Compiling time v0.3.36 |
2087 | 2024-07-15T19:33:06.119Z | Compiling block-buffer v0.10.4 |
2088 | 2024-07-15T19:33:06.376Z | Compiling crypto-common v0.1.6 |
2089 | 2024-07-15T19:33:06.600Z | Compiling terminal_size v0.3.0 |
2090 | 2024-07-15T19:33:06.823Z | Compiling fs-err v2.11.0 |
2091 | 2024-07-15T19:33:07.123Z | Compiling proc-macro-error v1.0.4 |
2092 | 2024-07-15T19:33:07.384Z | Compiling anyhow v1.0.86 |
2093 | 2024-07-15T19:33:07.741Z | Compiling clap_builder v4.5.9 |
2094 | 2024-07-15T19:33:08.102Z | Compiling crossbeam-channel v0.5.12 |
2095 | 2024-07-15T19:33:08.510Z | Compiling digest v0.10.7 |
2096 | 2024-07-15T19:33:08.755Z | Compiling url v2.5.0 |
2097 | 2024-07-15T19:33:08.914Z | Compiling xattr v1.3.1 |
2098 | 2024-07-15T19:33:09.227Z | Compiling sha2 v0.10.8 |
2099 | 2024-07-15T19:33:09.790Z | Compiling slog-async v2.8.0 |
2100 | 2024-07-15T19:33:10.023Z | Compiling tabled_derive v0.7.0 |
2101 | 2024-07-15T19:33:11.756Z | Compiling serde_derive v1.0.204 |
2102 | 2024-07-15T19:33:12.186Z | Compiling thiserror-impl v1.0.60 |
2103 | 2024-07-15T19:33:12.295Z | Compiling zerocopy-derive v0.7.34 |
2104 | 2024-07-15T19:33:12.846Z | Compiling futures-macro v0.3.30 |
2105 | 2024-07-15T19:33:14.324Z | Compiling tokio-macros v2.3.0 |
2106 | 2024-07-15T19:33:14.388Z | Compiling zerocopy v0.7.34 |
2107 | 2024-07-15T19:33:14.738Z | Compiling scroll_derive v0.12.0 |
2108 | 2024-07-15T19:33:14.815Z | Compiling futures-util v0.3.30 |
2109 | 2024-07-15T19:33:15.059Z | Compiling thiserror v1.0.60 |
2110 | 2024-07-15T19:33:15.219Z | Compiling pest v2.7.10 |
2111 | 2024-07-15T19:33:15.919Z | Compiling tokio v1.38.0 |
2112 | 2024-07-15T19:33:16.182Z | Compiling openssl-macros v0.1.1 |
2113 | 2024-07-15T19:33:16.213Z | Compiling scroll v0.12.0 |
2114 | 2024-07-15T19:33:16.890Z | Compiling goblin v0.8.2 |
2115 | 2024-07-15T19:33:16.904Z | Compiling openssl v0.10.64 |
2116 | 2024-07-15T19:33:18.076Z | Compiling pest_meta v2.7.10 |
2117 | 2024-07-15T19:33:21.908Z | Compiling pest_generator v2.7.10 |
2118 | 2024-07-15T19:33:23.835Z | Compiling pest_derive v2.7.10 |
2119 | 2024-07-15T19:33:24.628Z | Compiling dtrace-parser v0.2.0 |
2120 | 2024-07-15T19:33:26.706Z | Compiling tokio-util v0.7.11 |
2121 | 2024-07-15T19:33:29.119Z | Compiling serde_tokenstream v0.2.1 |
2122 | 2024-07-15T19:33:29.670Z | Compiling h2 v0.3.26 |
2123 | 2024-07-15T19:33:31.473Z | Compiling dof v0.3.0 |
2124 | 2024-07-15T19:33:32.794Z | Compiling toml_datetime v0.6.6 |
2125 | 2024-07-15T19:33:33.108Z | Compiling serde_spanned v0.6.6 |
2126 | 2024-07-15T19:33:33.389Z | Compiling native-tls v0.2.11 |
2127 | 2024-07-15T19:33:33.922Z | Compiling tokio-native-tls v0.3.1 |
2128 | 2024-07-15T19:33:34.237Z | Compiling toml_edit v0.22.14 |
2129 | 2024-07-15T19:33:34.496Z | Compiling usdt-attr-macro v0.5.0 |
2130 | 2024-07-15T19:33:35.926Z | Compiling hyper v0.14.28 |
2131 | 2024-07-15T19:33:41.097Z | Compiling hyper-tls v0.5.0 |
2132 | 2024-07-15T19:33:41.508Z | Compiling toml v0.8.14 |
2133 | 2024-07-15T19:33:42.625Z | Compiling usdt-macro v0.5.0 |
2134 | 2024-07-15T19:33:43.087Z | Compiling slog-json v2.6.1 |
2135 | 2024-07-15T19:33:43.630Z | Compiling camino v1.1.7 |
2136 | 2024-07-15T19:33:43.880Z | Compiling serde_urlencoded v0.7.1 |
2137 | 2024-07-15T19:33:44.517Z | Compiling cargo-platform v0.1.8 |
2138 | 2024-07-15T19:33:44.683Z | Compiling semver v1.0.23 |
2139 | 2024-07-15T19:33:45.012Z | Compiling futures-executor v0.3.30 |
2140 | 2024-07-15T19:33:45.670Z | Compiling strum_macros v0.26.4 |
2141 | 2024-07-15T19:33:46.109Z | Compiling clap_derive v4.5.8 |
2142 | 2024-07-15T19:33:46.278Z | Compiling futures v0.3.30 |
2143 | 2024-07-15T19:33:46.412Z | Compiling cargo_metadata v0.18.1 |
2144 | 2024-07-15T19:33:48.531Z | Compiling reqwest v0.11.27 |
2145 | 2024-07-15T19:33:48.865Z | Compiling usdt v0.5.0 |
2146 | 2024-07-15T19:33:50.421Z | Compiling slog-bunyan v2.5.0 |
2147 | 2024-07-15T19:33:50.573Z | Compiling strum v0.26.2 |
2148 | 2024-07-15T19:33:50.698Z | Compiling cargo_toml v0.20.3 |
2149 | 2024-07-15T19:33:50.711Z | Compiling macaddr v1.0.1 |
2150 | 2024-07-15T19:33:50.746Z | Compiling clap v4.5.9 |
2151 | 2024-07-15T19:33:50.783Z | Compiling tabled v0.15.0 |
2152 | 2024-07-15T19:33:50.872Z | Compiling tar v0.4.40 |
2153 | 2024-07-15T19:33:51.346Z | Compiling slog-term v2.9.1 |
2154 | 2024-07-15T19:34:07.960Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2155 | 2024-07-15T19:34:22.280Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2156 | 2024-07-15T19:34:22.374Z | |
2157 | 2024-07-15T19:34:22.374Z | real 1:22.940884633 |
2158 | 2024-07-15T19:34:22.374Z | user 8:59.213943298 |
2159 | 2024-07-15T19:34:22.374Z | sys 50.750727630 |
2160 | 2024-07-15T19:34:22.374Z | trap 0.244448281 |
2161 | 2024-07-15T19:34:22.374Z | tflt 0.503298133 |
2162 | 2024-07-15T19:34:22.377Z | dflt 0.220017930 |
2163 | 2024-07-15T19:34:22.377Z | kflt 0.000001650 |
2164 | 2024-07-15T19:34:22.377Z | lock 20:11.157344853 |
2165 | 2024-07-15T19:34:22.377Z | slp 22:31.388556736 |
2166 | 2024-07-15T19:34:22.377Z | lat 25.192507546 |
2167 | 2024-07-15T19:34:22.377Z | stop 22.756458106 |
2168 | 2024-07-15T19:34:22.377Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2169 | 2024-07-15T19:34:22.377Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2170 | 2024-07-15T19:34:22.377Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2171 | 2024-07-15T19:34:22.377Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2172 | 2024-07-15T19:34:22.377Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2173 | 2024-07-15T19:34:22.927Z | Downloading crates ... |
2174 | 2024-07-15T19:34:23.177Z | Downloaded dirs v5.0.1 |
2175 | 2024-07-15T19:34:23.186Z | Downloaded option-ext v0.2.0 |
2176 | 2024-07-15T19:34:23.193Z | Downloaded russh-cryptovec v0.7.2 |
2177 | 2024-07-15T19:34:23.199Z | Downloaded dhcproto-macros v0.1.0 |
2178 | 2024-07-15T19:34:23.202Z | Downloaded aes v0.8.4 |
2179 | 2024-07-15T19:34:23.205Z | Downloaded md5 v0.7.0 |
2180 | 2024-07-15T19:34:23.209Z | Downloaded rfc6979 v0.4.0 |
2181 | 2024-07-15T19:34:23.209Z | Downloaded rand_chacha v0.2.2 |
2182 | 2024-07-15T19:34:23.210Z | Downloaded primeorder v0.13.6 |
2183 | 2024-07-15T19:34:23.210Z | Downloaded polyval v0.6.2 |
2184 | 2024-07-15T19:34:23.215Z | Downloaded ghash v0.5.1 |
2185 | 2024-07-15T19:34:23.215Z | Downloaded ctr v0.9.2 |
2186 | 2024-07-15T19:34:23.215Z | Downloaded rand_core v0.5.1 |
2187 | 2024-07-15T19:34:23.215Z | Downloaded pbkdf2 v0.11.0 |
2188 | 2024-07-15T19:34:23.219Z | Downloaded internet-checksum v0.2.1 |
2189 | 2024-07-15T19:34:23.219Z | Downloaded ed25519 v2.2.3 |
2190 | 2024-07-15T19:34:23.219Z | Downloaded dirs-sys v0.4.1 |
2191 | 2024-07-15T19:34:23.223Z | Downloaded bcrypt-pbkdf v0.10.0 |
2192 | 2024-07-15T19:34:23.223Z | Downloaded pbkdf2 v0.12.2 |
2193 | 2024-07-15T19:34:23.223Z | Downloaded getrandom v0.1.16 |
2194 | 2024-07-15T19:34:23.227Z | Downloaded ecdsa v0.16.9 |
2195 | 2024-07-15T19:34:23.227Z | Downloaded hex-literal v0.4.1 |
2196 | 2024-07-15T19:34:23.235Z | Downloaded cbc v0.1.2 |
2197 | 2024-07-15T19:34:23.235Z | Downloaded blowfish v0.9.1 |
2198 | 2024-07-15T19:34:23.235Z | Downloaded russh-keys v0.43.0 |
2199 | 2024-07-15T19:34:23.235Z | Downloaded dhcproto v0.11.0 |
2200 | 2024-07-15T19:34:23.236Z | Downloaded password-hash v0.4.2 |
2201 | 2024-07-15T19:34:23.239Z | Downloaded p256 v0.13.2 |
2202 | 2024-07-15T19:34:23.251Z | Downloaded ed25519-dalek v2.1.1 |
2203 | 2024-07-15T19:34:23.261Z | Downloaded russh v0.43.0 |
2204 | 2024-07-15T19:34:23.270Z | Downloaded rand v0.7.3 |
2205 | 2024-07-15T19:34:23.270Z | Downloaded p521 v0.13.3 |
2206 | 2024-07-15T19:34:23.281Z | Downloaded aes-gcm v0.10.3 |
2207 | 2024-07-15T19:34:23.441Z | Compiling serde v1.0.204 |
2208 | 2024-07-15T19:34:23.493Z | Compiling scopeguard v1.2.0 |
2209 | 2024-07-15T19:34:23.493Z | Compiling log v0.4.21 |
2210 | 2024-07-15T19:34:23.525Z | Compiling smallvec v1.13.2 |
2211 | 2024-07-15T19:34:23.557Z | Compiling syn v2.0.68 |
2212 | 2024-07-15T19:34:23.557Z | Compiling getrandom v0.2.14 |
2213 | 2024-07-15T19:34:23.557Z | Compiling generic-array v0.14.7 |
2214 | 2024-07-15T19:34:23.557Z | Compiling libm v0.2.8 |
2215 | 2024-07-15T19:34:23.653Z | Compiling lock_api v0.4.12 |
2216 | 2024-07-15T19:34:23.850Z | Compiling rand_core v0.6.4 |
2217 | 2024-07-15T19:34:23.945Z | Compiling parking_lot_core v0.9.10 |
2218 | 2024-07-15T19:34:23.963Z | Compiling num-traits v0.2.19 |
2219 | 2024-07-15T19:34:23.975Z | Compiling subtle v2.5.0 |
2220 | 2024-07-15T19:34:24.056Z | Compiling mio v0.8.11 |
2221 | 2024-07-15T19:34:24.124Z | Compiling spin v0.9.8 |
2222 | 2024-07-15T19:34:24.285Z | Compiling parking_lot v0.12.2 |
2223 | 2024-07-15T19:34:24.374Z | Compiling ahash v0.8.11 |
2224 | 2024-07-15T19:34:24.427Z | Compiling serde_json v1.0.120 |
2225 | 2024-07-15T19:34:24.509Z | Compiling allocator-api2 v0.2.18 |
2226 | 2024-07-15T19:34:24.556Z | Compiling const-oid v0.9.6 |
2227 | 2024-07-15T19:34:24.760Z | Compiling iana-time-zone v0.1.60 |
2228 | 2024-07-15T19:34:24.777Z | Compiling syn v1.0.109 |
2229 | 2024-07-15T19:34:25.281Z | Compiling unicode-normalization v0.1.23 |
2230 | 2024-07-15T19:34:25.303Z | Compiling schemars v0.8.21 |
2231 | 2024-07-15T19:34:25.394Z | Compiling unicode-bidi v0.3.15 |
2232 | 2024-07-15T19:34:25.484Z | Compiling dyn-clone v1.0.17 |
2233 | 2024-07-15T19:34:25.659Z | Compiling ppv-lite86 v0.2.17 |
2234 | 2024-07-15T19:34:25.693Z | Compiling time-macros v0.2.18 |
2235 | 2024-07-15T19:34:26.394Z | Compiling ring v0.17.8 |
2236 | 2024-07-15T19:34:26.417Z | Compiling rand_chacha v0.3.1 |
2237 | 2024-07-15T19:34:26.619Z | Compiling aho-corasick v1.1.3 |
2238 | 2024-07-15T19:34:27.007Z | Compiling regex-syntax v0.8.3 |
2239 | 2024-07-15T19:34:27.383Z | Compiling rand v0.8.5 |
2240 | 2024-07-15T19:34:28.785Z | Compiling idna v0.5.0 |
2241 | 2024-07-15T19:34:29.207Z | Compiling time v0.3.36 |
2242 | 2024-07-15T19:34:29.447Z | Compiling slog v2.7.0 |
2243 | 2024-07-15T19:34:30.042Z | Compiling url v2.5.0 |
2244 | 2024-07-15T19:34:30.421Z | Compiling regex-automata v0.4.6 |
2245 | 2024-07-15T19:34:30.450Z | Compiling untrusted v0.9.0 |
2246 | 2024-07-15T19:34:31.974Z | Compiling serde_derive_internals v0.29.1 |
2247 | 2024-07-15T19:34:33.118Z | Compiling lazy_static v1.5.0 |
2248 | 2024-07-15T19:34:33.237Z | Compiling backtrace v0.3.71 |
2249 | 2024-07-15T19:34:33.678Z | Compiling gimli v0.28.1 |
2250 | 2024-07-15T19:34:33.764Z | Compiling object v0.32.2 |
2251 | 2024-07-15T19:34:34.619Z | Compiling anyhow v1.0.86 |
2252 | 2024-07-15T19:34:34.807Z | Compiling rustc-demangle v0.1.24 |
2253 | 2024-07-15T19:34:34.880Z | Compiling base64ct v1.6.0 |
2254 | 2024-07-15T19:34:35.444Z | Compiling rustls v0.21.12 |
2255 | 2024-07-15T19:34:35.497Z | Compiling crossbeam-utils v0.8.19 |
2256 | 2024-07-15T19:34:35.697Z | Compiling winnow v0.5.40 |
2257 | 2024-07-15T19:34:35.811Z | Compiling regex v1.10.5 |
2258 | 2024-07-15T19:34:36.189Z | Compiling sct v0.7.1 |
2259 | 2024-07-15T19:34:36.513Z | Compiling rustls-webpki v0.101.7 |
2260 | 2024-07-15T19:34:36.949Z | Compiling cookie v0.17.0 |
2261 | 2024-07-15T19:34:38.523Z | Compiling addr2line v0.21.0 |
2262 | 2024-07-15T19:34:38.696Z | Compiling serde_derive v1.0.204 |
2263 | 2024-07-15T19:34:39.189Z | Compiling zeroize_derive v1.4.2 |
2264 | 2024-07-15T19:34:39.613Z | Compiling thiserror-impl v1.0.60 |
2265 | 2024-07-15T19:34:40.011Z | Compiling zerocopy-derive v0.7.34 |
2266 | 2024-07-15T19:34:40.582Z | Compiling tokio-macros v2.3.0 |
2267 | 2024-07-15T19:34:40.842Z | Compiling zeroize v1.7.0 |
2268 | 2024-07-15T19:34:41.244Z | Compiling futures-macro v0.3.30 |
2269 | 2024-07-15T19:34:42.358Z | Compiling schemars_derive v0.8.21 |
2270 | 2024-07-15T19:34:42.382Z | Compiling zerocopy v0.7.34 |
2271 | 2024-07-15T19:34:42.607Z | Compiling crypto-common v0.1.6 |
2272 | 2024-07-15T19:34:42.830Z | Compiling block-buffer v0.10.4 |
2273 | 2024-07-15T19:34:43.059Z | Compiling thiserror v1.0.60 |
2274 | 2024-07-15T19:34:43.079Z | Compiling digest v0.10.7 |
2275 | 2024-07-15T19:34:43.207Z | Compiling tracing-attributes v0.1.27 |
2276 | 2024-07-15T19:34:43.386Z | Compiling futures-util v0.3.30 |
2277 | 2024-07-15T19:34:43.602Z | Compiling async-trait v0.1.81 |
2278 | 2024-07-15T19:34:44.569Z | Compiling hashbrown v0.14.5 |
2279 | 2024-07-15T19:34:45.850Z | Compiling openssl-macros v0.1.1 |
2280 | 2024-07-15T19:34:46.596Z | Compiling pest v2.7.10 |
2281 | 2024-07-15T19:34:46.623Z | Compiling idna v0.3.0 |
2282 | 2024-07-15T19:34:46.690Z | Compiling data-encoding v2.6.0 |
2283 | 2024-07-15T19:34:47.012Z | Compiling psl-types v2.0.11 |
2284 | 2024-07-15T19:34:47.199Z | Compiling tracing v0.1.40 |
2285 | 2024-07-15T19:34:47.202Z | Compiling hmac v0.12.1 |
2286 | 2024-07-15T19:34:47.472Z | Compiling publicsuffix v2.2.3 |
2287 | 2024-07-15T19:34:47.719Z | Compiling scroll_derive v0.12.0 |
2288 | 2024-07-15T19:34:47.797Z | Compiling bitflags v1.3.2 |
2289 | 2024-07-15T19:34:47.898Z | Compiling webpki-roots v0.25.4 |
2290 | 2024-07-15T19:34:48.061Z | Compiling block-padding v0.3.3 |
2291 | 2024-07-15T19:34:48.204Z | Compiling der_derive v0.7.2 |
2292 | 2024-07-15T19:34:48.326Z | Compiling pem-rfc7468 v0.7.0 |
2293 | 2024-07-15T19:34:48.871Z | Compiling flagset v0.4.5 |
2294 | 2024-07-15T19:34:49.076Z | Compiling pest_meta v2.7.10 |
2295 | 2024-07-15T19:34:49.078Z | Compiling inout v0.1.3 |
2296 | 2024-07-15T19:34:49.093Z | Compiling sha2 v0.10.8 |
2297 | 2024-07-15T19:34:49.237Z | Compiling futures-executor v0.3.30 |
2298 | 2024-07-15T19:34:49.398Z | Compiling scroll v0.12.0 |
2299 | 2024-07-15T19:34:49.490Z | Compiling cipher v0.4.4 |
2300 | 2024-07-15T19:34:49.709Z | Compiling futures v0.3.30 |
2301 | 2024-07-15T19:34:49.836Z | Compiling either v1.12.0 |
2302 | 2024-07-15T19:34:49.852Z | Compiling ff v0.13.0 |
2303 | 2024-07-15T19:34:49.974Z | Compiling goblin v0.8.2 |
2304 | 2024-07-15T19:34:49.977Z | Compiling base16ct v0.2.0 |
2305 | 2024-07-15T19:34:50.077Z | Compiling stable_deref_trait v1.2.0 |
2306 | 2024-07-15T19:34:50.222Z | Compiling group v0.13.0 |
2307 | 2024-07-15T19:34:50.271Z | Compiling hkdf v0.12.4 |
2308 | 2024-07-15T19:34:50.310Z | Compiling pest_generator v2.7.10 |
2309 | 2024-07-15T19:34:50.553Z | Compiling crypto-bigint v0.5.5 |
2310 | 2024-07-15T19:34:50.572Z | Compiling crossbeam-epoch v0.9.18 |
2311 | 2024-07-15T19:34:50.930Z | Compiling der v0.7.9 |
2312 | 2024-07-15T19:34:51.378Z | Compiling num-integer v0.1.46 |
2313 | 2024-07-15T19:34:52.189Z | Compiling unicode-segmentation v1.11.0 |
2314 | 2024-07-15T19:34:52.424Z | Compiling managed v0.8.0 |
2315 | 2024-07-15T19:34:52.559Z | Compiling matches v0.1.10 |
2316 | 2024-07-15T19:34:52.654Z | Compiling idna v0.2.3 |
2317 | 2024-07-15T19:34:52.882Z | Compiling enum-as-inner v0.5.1 |
2318 | 2024-07-15T19:34:53.002Z | Compiling bit-vec v0.6.3 |
2319 | 2024-07-15T19:34:53.470Z | Compiling bytes v1.6.0 |
2320 | 2024-07-15T19:34:53.924Z | Compiling indexmap v2.2.6 |
2321 | 2024-07-15T19:34:54.273Z | Compiling chrono v0.4.38 |
2322 | 2024-07-15T19:34:54.399Z | Compiling tokio v1.38.0 |
2323 | 2024-07-15T19:34:54.533Z | Compiling uuid v1.9.1 |
2324 | 2024-07-15T19:34:54.782Z | Compiling bitflags v2.5.0 |
2325 | 2024-07-15T19:34:55.296Z | Compiling semver v1.0.23 |
2326 | 2024-07-15T19:34:55.396Z | Compiling http v0.2.12 |
2327 | 2024-07-15T19:34:56.031Z | Compiling serde_tokenstream v0.2.1 |
2328 | 2024-07-15T19:34:56.093Z | Compiling serde_spanned v0.6.6 |
2329 | 2024-07-15T19:34:56.321Z | Compiling toml_datetime v0.6.6 |
2330 | 2024-07-15T19:34:56.611Z | Compiling toml_edit v0.19.15 |
2331 | 2024-07-15T19:34:56.845Z | Compiling http-body v0.4.6 |
2332 | 2024-07-15T19:34:57.063Z | Compiling openssl v0.10.64 |
2333 | 2024-07-15T19:34:57.318Z | Compiling rustix v0.38.34 |
2334 | 2024-07-15T19:34:57.949Z | Compiling serde_urlencoded v0.7.1 |
2335 | 2024-07-15T19:34:58.246Z | Compiling openapiv3 v2.0.0 |
2336 | 2024-07-15T19:34:58.472Z | Compiling cookie_store v0.20.0 |
2337 | 2024-07-15T19:35:00.117Z | Compiling rustc_version v0.4.0 |
2338 | 2024-07-15T19:35:00.507Z | Compiling pest_derive v2.7.10 |
2339 | 2024-07-15T19:35:00.651Z | Compiling dof v0.3.0 |
2340 | 2024-07-15T19:35:00.821Z | Compiling spki v0.7.3 |
2341 | 2024-07-15T19:35:00.888Z | Compiling ipnetwork v0.20.0 |
2342 | 2024-07-15T19:35:01.197Z | Compiling pkcs8 v0.10.2 |
2343 | 2024-07-15T19:35:01.344Z | Compiling dtrace-parser v0.2.0 |
2344 | 2024-07-15T19:35:01.791Z | Compiling sec1 v0.7.3 |
2345 | 2024-07-15T19:35:01.809Z | Compiling toml v0.7.8 |
2346 | 2024-07-15T19:35:02.411Z | Compiling tokio-util v0.7.11 |
2347 | 2024-07-15T19:35:02.733Z | Compiling tokio-rustls v0.24.1 |
2348 | 2024-07-15T19:35:03.032Z | Compiling usdt-impl v0.5.0 |
2349 | 2024-07-15T19:35:03.154Z | Compiling native-tls v0.2.11 |
2350 | 2024-07-15T19:35:03.621Z | Compiling h2 v0.3.26 |
2351 | 2024-07-15T19:35:03.646Z | Compiling tokio-native-tls v0.3.1 |
2352 | 2024-07-15T19:35:03.818Z | Compiling elliptic-curve v0.13.8 |
2353 | 2024-07-15T19:35:03.890Z | Compiling toml_edit v0.22.14 |
2354 | 2024-07-15T19:35:03.940Z | Compiling hex v0.4.3 |
2355 | 2024-07-15T19:35:04.575Z | Compiling siphasher v0.3.11 |
2356 | 2024-07-15T19:35:04.663Z | Compiling trust-dns-proto v0.22.0 |
2357 | 2024-07-15T19:35:04.758Z | Compiling usdt-macro v0.5.0 |
2358 | 2024-07-15T19:35:04.979Z | Compiling usdt-attr-macro v0.5.0 |
2359 | 2024-07-15T19:35:05.117Z | Compiling heapless v0.7.17 |
2360 | 2024-07-15T19:35:05.577Z | Compiling terminal_size v0.3.0 |
2361 | 2024-07-15T19:35:05.805Z | Compiling num-bigint v0.4.5 |
2362 | 2024-07-15T19:35:06.052Z | Compiling signal-hook v0.3.17 |
2363 | 2024-07-15T19:35:06.314Z | Compiling finl_unicode v1.2.0 |
2364 | 2024-07-15T19:35:06.356Z | Compiling clap_builder v4.5.9 |
2365 | 2024-07-15T19:35:06.689Z | Compiling usdt v0.5.0 |
2366 | 2024-07-15T19:35:06.924Z | Compiling stringprep v0.1.4 |
2367 | 2024-07-15T19:35:07.324Z | Compiling itertools v0.10.5 |
2368 | 2024-07-15T19:35:08.180Z | Compiling regress v0.9.1 |
2369 | 2024-07-15T19:35:10.118Z | Compiling yasna v0.5.2 |
2370 | 2024-07-15T19:35:10.212Z | Compiling md-5 v0.10.6 |
2371 | 2024-07-15T19:35:10.501Z | Compiling hyper v0.14.28 |
2372 | 2024-07-15T19:35:12.122Z | Compiling clap_derive v4.5.8 |
2373 | 2024-07-15T19:35:12.856Z | Compiling hash32 v0.2.1 |
2374 | 2024-07-15T19:35:13.274Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2375 | 2024-07-15T19:35:13.492Z | Compiling fallible-iterator v0.2.0 |
2376 | 2024-07-15T19:35:13.608Z | Compiling regex-automata v0.1.10 |
2377 | 2024-07-15T19:35:14.078Z | Compiling smoltcp v0.9.1 |
2378 | 2024-07-15T19:35:14.169Z | Compiling postgres-protocol v0.6.6 |
2379 | 2024-07-15T19:35:14.191Z | Compiling bstr v0.2.17 |
2380 | 2024-07-15T19:35:14.873Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2381 | 2024-07-15T19:35:15.661Z | Compiling phf_shared v0.11.2 |
2382 | 2024-07-15T19:35:15.777Z | Compiling tokio-stream v0.1.15 |
2383 | 2024-07-15T19:35:16.079Z | Compiling hubpack_derive v0.1.1 |
2384 | 2024-07-15T19:35:16.178Z | Compiling zerocopy-derive v0.6.6 |
2385 | 2024-07-15T19:35:16.569Z | Compiling diesel_table_macro_syntax v0.1.0 |
2386 | 2024-07-15T19:35:16.684Z | Compiling scheduled-thread-pool v0.2.7 |
2387 | 2024-07-15T19:35:16.793Z | Compiling fs-err v2.11.0 |
2388 | 2024-07-15T19:35:16.987Z | Compiling fixedbitset v0.4.2 |
2389 | 2024-07-15T19:35:17.017Z | Compiling hubpack v0.1.2 |
2390 | 2024-07-15T19:35:17.214Z | Compiling diesel_derives v2.1.4 |
2391 | 2024-07-15T19:35:17.332Z | Compiling hyper-rustls v0.24.2 |
2392 | 2024-07-15T19:35:17.458Z | Compiling hyper-tls v0.5.0 |
2393 | 2024-07-15T19:35:17.493Z | Compiling petgraph v0.6.5 |
2394 | 2024-07-15T19:35:17.509Z | Compiling clap v4.5.9 |
2395 | 2024-07-15T19:35:17.635Z | Compiling r2d2 v0.8.10 |
2396 | 2024-07-15T19:35:17.703Z | Compiling signal-hook-mio v0.2.3 |
2397 | 2024-07-15T19:35:17.816Z | Compiling reqwest v0.11.27 |
2398 | 2024-07-15T19:35:17.875Z | Compiling phf v0.11.2 |
2399 | 2024-07-15T19:35:18.181Z | Compiling similar v2.5.0 |
2400 | 2024-07-15T19:35:18.556Z | Compiling zerocopy v0.6.6 |
2401 | 2024-07-15T19:35:19.428Z | Compiling postgres-types v0.2.6 |
2402 | 2024-07-15T19:35:20.601Z | Compiling phf_shared v0.10.0 |
2403 | 2024-07-15T19:35:20.650Z | Compiling num-iter v0.1.45 |
2404 | 2024-07-15T19:35:20.835Z | Compiling strum_macros v0.25.3 |
2405 | 2024-07-15T19:35:20.998Z | Compiling serde_repr v0.1.19 |
2406 | 2024-07-15T19:35:21.024Z | Compiling console v0.15.8 |
2407 | 2024-07-15T19:35:21.027Z | Compiling float-cmp v0.9.0 |
2408 | 2024-07-15T19:35:21.260Z | Compiling static_assertions v1.1.0 |
2409 | 2024-07-15T19:35:21.373Z | Compiling predicates-core v1.0.6 |
2410 | 2024-07-15T19:35:21.556Z | Compiling precomputed-hash v0.1.1 |
2411 | 2024-07-15T19:35:21.693Z | Compiling whoami v1.5.1 |
2412 | 2024-07-15T19:35:21.752Z | Compiling normalize-line-endings v0.3.0 |
2413 | 2024-07-15T19:35:21.890Z | Compiling new_debug_unreachable v1.0.6 |
2414 | 2024-07-15T19:35:21.993Z | Compiling difflib v0.4.0 |
2415 | 2024-07-15T19:35:22.204Z | Compiling minimal-lexical v0.2.1 |
2416 | 2024-07-15T19:35:22.371Z | Compiling tokio-postgres v0.7.10 |
2417 | 2024-07-15T19:35:22.633Z | Compiling nom v7.1.3 |
2418 | 2024-07-15T19:35:22.753Z | Compiling predicates v3.1.0 |
2419 | 2024-07-15T19:35:23.696Z | Compiling string_cache v0.8.7 |
2420 | 2024-07-15T19:35:24.188Z | Compiling crossterm v0.27.0 |
2421 | 2024-07-15T19:35:25.215Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2422 | 2024-07-15T19:35:25.426Z | Compiling bit-set v0.5.3 |
2423 | 2024-07-15T19:35:25.737Z | Compiling itertools v0.12.1 |
2424 | 2024-07-15T19:35:26.487Z | Compiling bstr v1.9.1 |
2425 | 2024-07-15T19:35:27.576Z | Compiling getopts v0.2.21 |
2426 | 2024-07-15T19:35:28.077Z | Compiling unicode-xid v0.2.4 |
2427 | 2024-07-15T19:35:28.267Z | Compiling lalrpop-util v0.19.12 |
2428 | 2024-07-15T19:35:28.391Z | Compiling unsafe-libyaml v0.2.11 |
2429 | 2024-07-15T19:35:28.618Z | Compiling peg-runtime v0.8.3 |
2430 | 2024-07-15T19:35:28.653Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2431 | 2024-07-15T19:35:29.006Z | Compiling sha1 v0.10.6 |
2432 | 2024-07-15T19:35:29.111Z | Compiling camino v1.1.7 |
2433 | 2024-07-15T19:35:29.354Z | Compiling strum_macros v0.26.4 |
2434 | 2024-07-15T19:35:29.449Z | Compiling http v1.1.0 |
2435 | 2024-07-15T19:35:30.168Z | Compiling serde_yaml v0.9.34+deprecated |
2436 | 2024-07-15T19:35:30.431Z | Compiling base64 v0.22.1 |
2437 | 2024-07-15T19:35:30.732Z | Compiling diesel v2.1.6 |
2438 | 2024-07-15T19:35:31.275Z | Compiling toml v0.8.14 |
2439 | 2024-07-15T19:35:31.878Z | Compiling rustls-pki-types v1.7.0 |
2440 | 2024-07-15T19:35:32.012Z | Compiling crossbeam-channel v0.5.12 |
2441 | 2024-07-15T19:35:32.765Z | Compiling rustls v0.22.4 |
2442 | 2024-07-15T19:35:33.038Z | Compiling paste v1.0.15 |
2443 | 2024-07-15T19:35:33.082Z | Compiling ident_case v1.0.1 |
2444 | 2024-07-15T19:35:33.174Z | Compiling slog-async v2.8.0 |
2445 | 2024-07-15T19:35:33.273Z | Compiling darling_core v0.20.9 |
2446 | 2024-07-15T19:35:33.650Z | Compiling slog-term v2.9.1 |
2447 | 2024-07-15T19:35:33.698Z | Compiling rustls-webpki v0.102.4 |
2448 | 2024-07-15T19:35:34.411Z | Compiling multer v3.1.0 |
2449 | 2024-07-15T19:35:34.954Z | Compiling slog-json v2.6.1 |
2450 | 2024-07-15T19:35:35.015Z | Compiling strum v0.26.2 |
2451 | 2024-07-15T19:35:35.251Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2452 | 2024-07-15T19:35:35.269Z | Compiling async-stream-impl v0.3.5 |
2453 | 2024-07-15T19:35:35.367Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2454 | 2024-07-15T19:35:35.671Z | Compiling instant v0.1.12 |
2455 | 2024-07-15T19:35:35.834Z | Compiling debug-ignore v1.0.5 |
2456 | 2024-07-15T19:35:35.949Z | Compiling atomic-waker v1.1.2 |
2457 | 2024-07-15T19:35:36.056Z | Compiling waitgroup v0.1.2 |
2458 | 2024-07-15T19:35:36.073Z | Compiling slog-bunyan v2.5.0 |
2459 | 2024-07-15T19:35:36.283Z | Compiling rustls-pemfile v2.1.2 |
2460 | 2024-07-15T19:35:36.300Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2461 | 2024-07-15T19:35:36.718Z | Compiling async-stream v0.3.5 |
2462 | 2024-07-15T19:35:36.764Z | Compiling serde_path_to_error v0.1.16 |
2463 | 2024-07-15T19:35:37.068Z | Compiling hostname v0.4.0 |
2464 | 2024-07-15T19:35:37.278Z | Compiling structmeta-derive v0.3.0 |
2465 | 2024-07-15T19:35:37.348Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2466 | 2024-07-15T19:35:37.657Z | Compiling newtype-uuid v1.1.0 |
2467 | 2024-07-15T19:35:37.977Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2468 | 2024-07-15T19:35:38.122Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2469 | 2024-07-15T19:35:38.437Z | Compiling backoff v0.4.0 |
2470 | 2024-07-15T19:35:38.747Z | Compiling tokio-rustls v0.25.0 |
2471 | 2024-07-15T19:35:38.794Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2472 | 2024-07-15T19:35:38.990Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2473 | 2024-07-15T19:35:39.162Z | Compiling macaddr v1.0.1 |
2474 | 2024-07-15T19:35:39.178Z | Compiling proc-macro-crate v1.3.1 |
2475 | 2024-07-15T19:35:39.639Z | Compiling fastrand v2.1.0 |
2476 | 2024-07-15T19:35:39.895Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2477 | 2024-07-15T19:35:40.045Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2478 | 2024-07-15T19:35:40.255Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2479 | 2024-07-15T19:35:40.284Z | Compiling num_enum_derive v0.5.11 |
2480 | 2024-07-15T19:35:40.476Z | Compiling structmeta v0.3.0 |
2481 | 2024-07-15T19:35:40.630Z | Compiling tempfile v3.10.1 |
2482 | 2024-07-15T19:35:40.735Z | Compiling darling_macro v0.20.9 |
2483 | 2024-07-15T19:35:40.935Z | Compiling parse-display-derive v0.9.1 |
2484 | 2024-07-15T19:35:41.522Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2485 | 2024-07-15T19:35:41.939Z | Compiling darling v0.20.9 |
2486 | 2024-07-15T19:35:41.942Z | Compiling foreign-types-macros v0.2.3 |
2487 | 2024-07-15T19:35:41.959Z | Compiling serde_with_macros v3.8.3 |
2488 | 2024-07-15T19:35:43.122Z | Compiling num_enum v0.5.11 |
2489 | 2024-07-15T19:35:43.165Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2490 | 2024-07-15T19:35:43.296Z | Compiling foreign-types-shared v0.3.1 |
2491 | 2024-07-15T19:35:43.422Z | Compiling heapless v0.8.0 |
2492 | 2024-07-15T19:35:43.466Z | Compiling foreign-types v0.5.0 |
2493 | 2024-07-15T19:35:43.588Z | Compiling proc-macro-error v1.0.4 |
2494 | 2024-07-15T19:35:44.482Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2495 | 2024-07-15T19:35:44.510Z | Compiling hash32 v0.3.1 |
2496 | 2024-07-15T19:35:44.774Z | Compiling cstr-argument v0.1.2 |
2497 | 2024-07-15T19:35:45.036Z | Compiling pretty-hex v0.2.1 |
2498 | 2024-07-15T19:35:45.145Z | Compiling smoltcp v0.11.0 |
2499 | 2024-07-15T19:35:45.202Z | Compiling serde_with v3.8.3 |
2500 | 2024-07-15T19:35:45.266Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2501 | 2024-07-15T19:35:45.608Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2502 | 2024-07-15T19:35:46.039Z | Compiling camino-tempfile v1.1.1 |
2503 | 2024-07-15T19:35:46.111Z | Compiling parse-display v0.9.1 |
2504 | 2024-07-15T19:35:46.328Z | Compiling tabwriter v1.4.0 |
2505 | 2024-07-15T19:35:46.511Z | Compiling colored v2.1.0 |
2506 | 2024-07-15T19:35:46.729Z | Compiling socket2 v0.4.10 |
2507 | 2024-07-15T19:35:46.879Z | Compiling embedded-io v0.4.0 |
2508 | 2024-07-15T19:35:46.882Z | Compiling cobs v0.2.3 |
2509 | 2024-07-15T19:35:47.122Z | Compiling postcard v1.0.8 |
2510 | 2024-07-15T19:35:47.340Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2511 | 2024-07-15T19:35:47.639Z | Compiling crucible-workspace-hack v0.1.0 |
2512 | 2024-07-15T19:35:47.664Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2513 | 2024-07-15T19:35:47.922Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2514 | 2024-07-15T19:35:47.941Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2515 | 2024-07-15T19:35:48.067Z | Compiling smf v0.2.3 |
2516 | 2024-07-15T19:35:48.246Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2517 | 2024-07-15T19:35:48.593Z | Compiling humantime v2.1.0 |
2518 | 2024-07-15T19:35:48.926Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2519 | 2024-07-15T19:35:49.140Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2520 | 2024-07-15T19:35:49.326Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2521 | 2024-07-15T19:35:49.498Z | Compiling num-derive v0.4.2 |
2522 | 2024-07-15T19:35:49.706Z | Compiling sigpipe v0.1.3 |
2523 | 2024-07-15T19:35:49.810Z | Compiling utf-8 v0.7.6 |
2524 | 2024-07-15T19:35:49.842Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2525 | 2024-07-15T19:35:50.170Z | Compiling atty v0.2.14 |
2526 | 2024-07-15T19:35:50.315Z | Compiling semver v0.1.20 |
2527 | 2024-07-15T19:35:50.318Z | Compiling rayon-core v1.12.1 |
2528 | 2024-07-15T19:35:50.602Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2529 | 2024-07-15T19:35:50.719Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2530 | 2024-07-15T19:35:51.035Z | Compiling same-file v1.0.6 |
2531 | 2024-07-15T19:35:51.268Z | Compiling walkdir v2.5.0 |
2532 | 2024-07-15T19:35:52.068Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2533 | 2024-07-15T19:35:52.149Z | Compiling rustc_version v0.1.7 |
2534 | 2024-07-15T19:35:52.229Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2535 | 2024-07-15T19:35:52.466Z | Compiling curve25519-dalek v4.1.3 |
2536 | 2024-07-15T19:35:52.659Z | Compiling newline-converter v0.3.0 |
2537 | 2024-07-15T19:35:52.679Z | Compiling crossbeam-deque v0.8.5 |
2538 | 2024-07-15T19:35:52.713Z | Compiling universal-hash v0.5.1 |
2539 | 2024-07-15T19:35:52.833Z | Compiling prettyplease v0.2.20 |
2540 | 2024-07-15T19:35:52.904Z | Compiling opaque-debug v0.3.1 |
2541 | 2024-07-15T19:35:53.023Z | Compiling expectorate v1.1.0 |
2542 | 2024-07-15T19:35:53.038Z | Compiling newtype_derive v0.1.6 |
2543 | 2024-07-15T19:35:53.128Z | Compiling xattr v1.3.1 |
2544 | 2024-07-15T19:35:53.188Z | Compiling num-rational v0.4.2 |
2545 | 2024-07-15T19:35:53.204Z | Compiling signature v2.2.0 |
2546 | 2024-07-15T19:35:53.315Z | Compiling curve25519-dalek-derive v0.1.1 |
2547 | 2024-07-15T19:35:53.421Z | Compiling num-complex v0.4.6 |
2548 | 2024-07-15T19:35:53.497Z | Compiling ring v0.16.20 |
2549 | 2024-07-15T19:35:54.469Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2550 | 2024-07-15T19:35:54.485Z | Compiling blake3 v1.5.1 |
2551 | 2024-07-15T19:35:54.602Z | Compiling unicase v2.7.0 |
2552 | 2024-07-15T19:35:54.856Z | Compiling getrandom v0.1.16 |
2553 | 2024-07-15T19:35:54.876Z | Compiling arc-swap v1.7.1 |
2554 | 2024-07-15T19:35:54.879Z | Compiling linked-hash-map v0.5.6 |
2555 | 2024-07-15T19:35:55.014Z | Compiling convert_case v0.4.0 |
2556 | 2024-07-15T19:35:55.083Z | Compiling quick-error v1.2.3 |
2557 | 2024-07-15T19:35:55.278Z | Compiling termcolor v1.4.1 |
2558 | 2024-07-15T19:35:55.282Z | Compiling resolv-conf v0.7.0 |
2559 | 2024-07-15T19:35:55.565Z | Compiling slog-scope v4.4.0 |
2560 | 2024-07-15T19:35:55.667Z | Compiling lru-cache v0.1.2 |
2561 | 2024-07-15T19:35:55.880Z | Compiling env_logger v0.9.3 |
2562 | 2024-07-15T19:35:56.078Z | Compiling derive_more v0.99.18 |
2563 | 2024-07-15T19:35:56.180Z | Compiling tar v0.4.40 |
2564 | 2024-07-15T19:35:56.358Z | Compiling num v0.4.3 |
2565 | 2024-07-15T19:35:56.473Z | Compiling rayon v1.10.0 |
2566 | 2024-07-15T19:35:58.301Z | Compiling tungstenite v0.21.0 |
2567 | 2024-07-15T19:35:58.969Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-07-15T19:35:59.441Z | Compiling blake2 v0.10.6 |
2569 | 2024-07-15T19:36:00.455Z | Compiling bitstruct_derive v0.1.0 |
2570 | 2024-07-15T19:36:00.502Z | Compiling derive-where v1.2.7 |
2571 | 2024-07-15T19:36:00.844Z | Compiling password-hash v0.5.0 |
2572 | 2024-07-15T19:36:01.439Z | Compiling memmap2 v0.9.4 |
2573 | 2024-07-15T19:36:01.879Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2574 | 2024-07-15T19:36:01.936Z | Compiling libefi-sys v0.1.0 |
2575 | 2024-07-15T19:36:01.956Z | Compiling untrusted v0.7.1 |
2576 | 2024-07-15T19:36:02.021Z | Compiling arrayvec v0.7.4 |
2577 | 2024-07-15T19:36:02.164Z | Compiling home v0.5.9 |
2578 | 2024-07-15T19:36:02.216Z | Compiling constant_time_eq v0.3.0 |
2579 | 2024-07-15T19:36:02.412Z | Compiling spin v0.5.2 |
2580 | 2024-07-15T19:36:02.444Z | Compiling float-ord v0.3.2 |
2581 | 2024-07-15T19:36:02.466Z | Compiling ascii v1.1.0 |
2582 | 2024-07-15T19:36:02.624Z | Compiling parking_lot_core v0.8.6 |
2583 | 2024-07-15T19:36:02.663Z | Compiling arrayref v0.3.7 |
2584 | 2024-07-15T19:36:03.136Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2585 | 2024-07-15T19:36:04.388Z | Compiling toolchain_find v0.4.0 |
2586 | 2024-07-15T19:36:04.617Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-07-15T19:36:04.672Z | Compiling bitstruct v0.1.1 |
2588 | 2024-07-15T19:36:04.802Z | Compiling argon2 v0.5.3 |
2589 | 2024-07-15T19:36:04.913Z | Compiling tokio-tungstenite v0.21.0 |
2590 | 2024-07-15T19:36:04.964Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2591 | 2024-07-15T19:36:05.140Z | Compiling trust-dns-resolver v0.22.0 |
2592 | 2024-07-15T19:36:05.450Z | Compiling slog-stdlog v4.1.1 |
2593 | 2024-07-15T19:36:05.509Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2594 | 2024-07-15T19:36:05.865Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2595 | 2024-07-15T19:36:06.090Z | Compiling serde_arrays v0.1.0 |
2596 | 2024-07-15T19:36:06.247Z | Compiling erased-serde v0.3.31 |
2597 | 2024-07-15T19:36:06.264Z | Compiling rfc6979 v0.4.0 |
2598 | 2024-07-15T19:36:06.283Z | Compiling aead v0.5.2 |
2599 | 2024-07-15T19:36:06.459Z | Compiling bitfield-struct v0.6.1 |
2600 | 2024-07-15T19:36:06.658Z | Compiling nibble_vec v0.1.0 |
2601 | 2024-07-15T19:36:06.866Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2602 | 2024-07-15T19:36:07.024Z | Compiling slog-dtrace v0.3.0 |
2603 | 2024-07-15T19:36:07.219Z | Compiling endian-type v0.1.2 |
2604 | 2024-07-15T19:36:07.243Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2605 | 2024-07-15T19:36:07.297Z | Compiling cancel-safe-futures v0.1.5 |
2606 | 2024-07-15T19:36:07.467Z | Compiling keccak v0.1.5 |
2607 | 2024-07-15T19:36:07.629Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2608 | 2024-07-15T19:36:07.646Z | Compiling topological-sort v0.2.2 |
2609 | 2024-07-15T19:36:07.661Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2610 | 2024-07-15T19:36:07.689Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2611 | 2024-07-15T19:36:07.855Z | Compiling omicron-zone-package v0.11.0 |
2612 | 2024-07-15T19:36:07.895Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2613 | 2024-07-15T19:36:08.126Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2614 | 2024-07-15T19:36:08.356Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2615 | 2024-07-15T19:36:08.410Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2616 | 2024-07-15T19:36:08.521Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2617 | 2024-07-15T19:36:08.659Z | Compiling sha3 v0.10.8 |
2618 | 2024-07-15T19:36:08.908Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2619 | 2024-07-15T19:36:08.936Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2620 | 2024-07-15T19:36:09.260Z | Compiling radix_trie v0.2.1 |
2621 | 2024-07-15T19:36:09.378Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2622 | 2024-07-15T19:36:09.912Z | Compiling ecdsa v0.16.9 |
2623 | 2024-07-15T19:36:09.967Z | Compiling rand_core v0.5.1 |
2624 | 2024-07-15T19:36:10.537Z | Compiling slog-envlogger v2.2.0 |
2625 | 2024-07-15T19:36:10.575Z | Compiling mime_guess v2.0.4 |
2626 | 2024-07-15T19:36:10.821Z | Compiling steno v0.4.1 |
2627 | 2024-07-15T19:36:11.398Z | Compiling rustfmt-wrapper v0.2.1 |
2628 | 2024-07-15T19:36:12.008Z | Compiling poly1305 v0.8.0 |
2629 | 2024-07-15T19:36:12.358Z | Compiling tungstenite v0.20.1 |
2630 | 2024-07-15T19:36:12.680Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2631 | 2024-07-15T19:36:13.454Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2632 | 2024-07-15T19:36:13.730Z | Compiling primeorder v0.13.6 |
2633 | 2024-07-15T19:36:14.259Z | Compiling heck v0.3.3 |
2634 | 2024-07-15T19:36:14.465Z | Compiling chacha20 v0.9.1 |
2635 | 2024-07-15T19:36:14.536Z | Compiling secrecy v0.8.0 |
2636 | 2024-07-15T19:36:14.707Z | Compiling thiserror-impl-no-std v2.0.2 |
2637 | 2024-07-15T19:36:14.826Z | Compiling half v2.4.1 |
2638 | 2024-07-15T19:36:14.924Z | Compiling ciborium-io v0.2.2 |
2639 | 2024-07-15T19:36:14.942Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2640 | 2024-07-15T19:36:15.063Z | Compiling option-ext v0.2.0 |
2641 | 2024-07-15T19:36:15.071Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2642 | 2024-07-15T19:36:15.210Z | Compiling dirs-sys v0.4.1 |
2643 | 2024-07-15T19:36:15.379Z | Compiling ciborium-ll v0.2.2 |
2644 | 2024-07-15T19:36:15.425Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2645 | 2024-07-15T19:36:15.809Z | Compiling zone_cfg_derive v0.1.2 |
2646 | 2024-07-15T19:36:15.888Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2647 | 2024-07-15T19:36:16.293Z | Compiling tokio-tungstenite v0.20.1 |
2648 | 2024-07-15T19:36:16.859Z | Compiling parking_lot v0.11.2 |
2649 | 2024-07-15T19:36:16.958Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2650 | 2024-07-15T19:36:17.367Z | Compiling rand_chacha v0.2.2 |
2651 | 2024-07-15T19:36:17.841Z | Compiling trust-dns-client v0.22.0 |
2652 | 2024-07-15T19:36:17.982Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2653 | 2024-07-15T19:36:18.089Z | Compiling thiserror-no-std v2.0.2 |
2654 | 2024-07-15T19:36:18.250Z | Compiling ed25519 v2.2.3 |
2655 | 2024-07-15T19:36:18.769Z | Compiling polyval v0.6.2 |
2656 | 2024-07-15T19:36:18.814Z | Compiling libsw v3.3.1 |
2657 | 2024-07-15T19:36:18.880Z | Compiling toml v0.5.11 |
2658 | 2024-07-15T19:36:19.150Z | Compiling aes v0.8.4 |
2659 | 2024-07-15T19:36:19.225Z | Compiling ctr v0.9.2 |
2660 | 2024-07-15T19:36:19.369Z | Compiling blowfish v0.9.1 |
2661 | 2024-07-15T19:36:19.587Z | Compiling pbkdf2 v0.12.2 |
2662 | 2024-07-15T19:36:19.768Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2663 | 2024-07-15T19:36:19.834Z | Compiling password-hash v0.4.2 |
2664 | 2024-07-15T19:36:20.246Z | Compiling gethostname v0.4.3 |
2665 | 2024-07-15T19:36:20.537Z | Compiling fxhash v0.2.1 |
2666 | 2024-07-15T19:36:20.735Z | Compiling base64 v0.13.1 |
2667 | 2024-07-15T19:36:20.841Z | Compiling linear-map v1.2.0 |
2668 | 2024-07-15T19:36:21.155Z | Compiling owo-colors v4.0.0 |
2669 | 2024-07-15T19:36:21.191Z | Compiling ron v0.7.1 |
2670 | 2024-07-15T19:36:21.378Z | Compiling sled v0.34.7 |
2671 | 2024-07-15T19:36:21.972Z | Compiling trust-dns-server v0.22.1 |
2672 | 2024-07-15T19:36:22.713Z | Compiling pbkdf2 v0.11.0 |
2673 | 2024-07-15T19:36:23.079Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2674 | 2024-07-15T19:36:23.501Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2675 | 2024-07-15T19:36:23.552Z | Compiling bcrypt-pbkdf v0.10.0 |
2676 | 2024-07-15T19:36:23.794Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2677 | 2024-07-15T19:36:24.184Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2678 | 2024-07-15T19:36:27.320Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2679 | 2024-07-15T19:36:28.248Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2680 | 2024-07-15T19:36:29.118Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2681 | 2024-07-15T19:36:29.418Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2682 | 2024-07-15T19:36:31.146Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2683 | 2024-07-15T19:36:32.061Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2684 | 2024-07-15T19:36:32.594Z | Compiling ghash v0.5.1 |
2685 | 2024-07-15T19:36:32.797Z | Compiling ed25519-dalek v2.1.1 |
2686 | 2024-07-15T19:36:32.888Z | Compiling vsss-rs v3.3.4 |
2687 | 2024-07-15T19:36:32.912Z | Compiling rand v0.7.3 |
2688 | 2024-07-15T19:36:33.202Z | Compiling zone v0.1.8 |
2689 | 2024-07-15T19:36:33.975Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2690 | 2024-07-15T19:36:34.772Z | Compiling ciborium v0.2.2 |
2691 | 2024-07-15T19:36:34.796Z | Compiling dirs v5.0.1 |
2692 | 2024-07-15T19:36:35.575Z | Compiling chacha20poly1305 v0.10.1 |
2693 | 2024-07-15T19:36:35.806Z | Compiling p256 v0.13.2 |
2694 | 2024-07-15T19:36:36.328Z | Compiling p521 v0.13.3 |
2695 | 2024-07-15T19:36:36.681Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2696 | 2024-07-15T19:36:36.698Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2697 | 2024-07-15T19:36:37.458Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2698 | 2024-07-15T19:36:38.036Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2699 | 2024-07-15T19:36:38.751Z | Compiling pem v3.0.4 |
2700 | 2024-07-15T19:36:38.917Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2701 | 2024-07-15T19:36:39.311Z | Compiling headers-core v0.2.0 |
2702 | 2024-07-15T19:36:39.430Z | Compiling cbc v0.1.2 |
2703 | 2024-07-15T19:36:39.475Z | Compiling kstat-rs v0.2.4 |
2704 | 2024-07-15T19:36:39.606Z | Compiling portpicker v0.1.1 |
2705 | 2024-07-15T19:36:39.682Z | Compiling nanorand v0.7.0 |
2706 | 2024-07-15T19:36:39.941Z | Compiling russh-cryptovec v0.7.2 |
2707 | 2024-07-15T19:36:40.180Z | Compiling md5 v0.7.0 |
2708 | 2024-07-15T19:36:40.295Z | Compiling glob v0.3.1 |
2709 | 2024-07-15T19:36:40.312Z | Compiling http-range v0.1.5 |
2710 | 2024-07-15T19:36:40.683Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2711 | 2024-07-15T19:36:40.714Z | Compiling hyper-staticfile v0.9.5 |
2712 | 2024-07-15T19:36:41.012Z | Compiling russh-keys v0.43.0 |
2713 | 2024-07-15T19:36:41.247Z | Compiling flume v0.11.0 |
2714 | 2024-07-15T19:36:41.373Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2715 | 2024-07-15T19:36:41.742Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2716 | 2024-07-15T19:36:41.796Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2717 | 2024-07-15T19:36:41.935Z | Compiling headers v0.3.9 |
2718 | 2024-07-15T19:36:42.760Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2719 | 2024-07-15T19:36:43.887Z | Compiling rcgen v0.12.1 |
2720 | 2024-07-15T19:36:44.522Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2721 | 2024-07-15T19:36:44.911Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2722 | 2024-07-15T19:36:47.838Z | Compiling aes-gcm v0.10.3 |
2723 | 2024-07-15T19:36:48.150Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2724 | 2024-07-15T19:36:48.268Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2725 | 2024-07-15T19:36:48.911Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2726 | 2024-07-15T19:36:50.279Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2727 | 2024-07-15T19:36:50.608Z | Compiling atomicwrites v0.4.3 |
2728 | 2024-07-15T19:36:50.627Z | Compiling subprocess v0.2.9 |
2729 | 2024-07-15T19:36:50.993Z | Compiling hex-literal v0.4.1 |
2730 | 2024-07-15T19:36:51.158Z | Compiling dhcproto-macros v0.1.0 |
2731 | 2024-07-15T19:36:52.170Z | Compiling display-error-chain v0.2.0 |
2732 | 2024-07-15T19:36:52.359Z | Compiling dhcproto v0.11.0 |
2733 | 2024-07-15T19:36:52.769Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2734 | 2024-07-15T19:36:53.028Z | Compiling russh v0.43.0 |
2735 | 2024-07-15T19:36:55.581Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2736 | 2024-07-15T19:36:55.814Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2737 | 2024-07-15T19:36:57.108Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2738 | 2024-07-15T19:36:57.573Z | Compiling internet-checksum v0.2.1 |
2739 | 2024-07-15T19:37:04.137Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2740 | 2024-07-15T19:37:05.539Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2741 | 2024-07-15T19:37:27.295Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2742 | 2024-07-15T19:38:09.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 46s |
2743 | 2024-07-15T19:38:09.578Z | |
2744 | 2024-07-15T19:38:09.578Z | real 3:47.141830010 |
2745 | 2024-07-15T19:38:09.582Z | user 19:59.217532228 |
2746 | 2024-07-15T19:38:09.582Z | sys 4:16.892714297 |
2747 | 2024-07-15T19:38:09.582Z | trap 0.578557559 |
2748 | 2024-07-15T19:38:09.582Z | tflt 0.614979566 |
2749 | 2024-07-15T19:38:09.582Z | dflt 2.189751513 |
2750 | 2024-07-15T19:38:09.582Z | kflt 0.000133043 |
2751 | 2024-07-15T19:38:09.582Z | lock 42:15.925839061 |
2752 | 2024-07-15T19:38:09.582Z | slp 56:46.087345397 |
2753 | 2024-07-15T19:38:09.582Z | lat 1:07.801522272 |
2754 | 2024-07-15T19:38:09.582Z | stop 2:29.990408024 |
2755 | 2024-07-15T19:38:09.582Z | + mkdir tests |
2756 | 2024-07-15T19:38:09.585Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2757 | 2024-07-15T19:38:09.585Z | + xargs -I '{}' -t cp '{}' tests/ |
2758 | 2024-07-15T19:38:09.625Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-32779a12e52cd4af tests/ |
2759 | 2024-07-15T19:38:09.645Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c5e003d57a71a63 tests/ |
2760 | 2024-07-15T19:38:09.666Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6d6e5905899dd490 tests/ |
2761 | 2024-07-15T19:38:09.686Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3d3d905fe40a813d tests/ |
2762 | 2024-07-15T19:38:09.954Z | + 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/*) |
2763 | 2024-07-15T19:38:09.957Z | + 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-6d6e5905899dd490 tests/commtest-32779a12e52cd4af tests/dhcp_server-8c5e003d57a71a63 tests/end_to_end_tests-3d3d905fe40a813d 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 |
2764 | 2024-07-15T19:39:14.853Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2765 | 2024-07-15T19:39:14.853Z | a out/target/test 1K |
2766 | 2024-07-15T19:39:14.853Z | a out/npuzone/npuzone 23144K |
2767 | 2024-07-15T19:39:14.853Z | a package-manifest.toml 29K |
2768 | 2024-07-15T19:39:14.853Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2769 | 2024-07-15T19:39:14.853Z | a target/release/omicron-package 32499K |
2770 | 2024-07-15T19:39:14.853Z | a target/release/xtask 18161K |
2771 | 2024-07-15T19:39:14.853Z | a target/debug/bootstrap 360541K |
2772 | 2024-07-15T19:39:14.853Z | a tests/bootstrap-6d6e5905899dd490 23983K |
2773 | 2024-07-15T19:39:14.853Z | a tests/commtest-32779a12e52cd4af 23984K |
2774 | 2024-07-15T19:39:14.853Z | a tests/dhcp_server-8c5e003d57a71a63 23983K |
2775 | 2024-07-15T19:39:14.853Z | a tests/end_to_end_tests-3d3d905fe40a813d 370107K |
2776 | 2024-07-15T19:39:14.853Z | a out/clickhouse.tar.gz 223102K |
2777 | 2024-07-15T19:39:14.853Z | a out/clickhouse_keeper.tar.gz 223076K |
2778 | 2024-07-15T19:39:14.853Z | a out/cockroachdb.tar.gz 131928K |
2779 | 2024-07-15T19:39:14.853Z | a out/crucible-dtrace.tar 85K |
2780 | 2024-07-15T19:39:14.853Z | a out/crucible-pantry-zone.tar.gz 27038K |
2781 | 2024-07-15T19:39:14.853Z | a out/crucible-zone.tar.gz 37411K |
2782 | 2024-07-15T19:39:14.853Z | a out/external-dns.tar.gz 25178K |
2783 | 2024-07-15T19:39:14.853Z | a out/internal-dns.tar.gz 25177K |
2784 | 2024-07-15T19:39:14.853Z | a out/mg-ddm-gz.tar 60617K |
2785 | 2024-07-15T19:39:14.853Z | a out/nexus.tar.gz 85047K |
2786 | 2024-07-15T19:39:14.853Z | a out/ntp.tar.gz 8918K |
2787 | 2024-07-15T19:39:14.853Z | a out/omicron-gateway-softnpu.tar.gz 13821K |
2788 | 2024-07-15T19:39:14.853Z | a out/omicron-sled-agent.tar 94555K |
2789 | 2024-07-15T19:39:14.853Z | a out/overlay.tar.gz 3K |
2790 | 2024-07-15T19:39:14.853Z | a out/oximeter.tar.gz 42107K |
2791 | 2024-07-15T19:39:14.853Z | a out/oxlog.tar 2945K |
2792 | 2024-07-15T19:39:14.853Z | a out/probe.tar.gz 2764K |
2793 | 2024-07-15T19:39:14.853Z | a out/propolis-server.tar.gz 64642K |
2794 | 2024-07-15T19:39:14.853Z | a out/pumpkind-gz.tar 26665K |
2795 | 2024-07-15T19:39:14.853Z | a out/switch-softnpu.tar.gz 198305K |
2796 | 2024-07-15T19:39:14.857Z | |
2797 | 2024-07-15T19:39:14.857Z | real 1:04.889576079 |
2798 | 2024-07-15T19:39:14.857Z | user 1:02.048701084 |
2799 | 2024-07-15T19:39:14.857Z | sys 3.874797034 |
2800 | 2024-07-15T19:39:14.857Z | trap 0.016256271 |
2801 | 2024-07-15T19:39:14.857Z | tflt 0.000000000 |
2802 | 2024-07-15T19:39:14.857Z | dflt 0.000000000 |
2803 | 2024-07-15T19:39:14.857Z | kflt 0.000000000 |
2804 | 2024-07-15T19:39:14.857Z | lock 0.000000000 |
2805 | 2024-07-15T19:39:14.857Z | slp 1:02.012098752 |
2806 | 2024-07-15T19:39:14.857Z | lat 1.822894371 |
2807 | 2024-07-15T19:39:14.857Z | stop 0.000191692 |
2808 | 2024-07-15T19:39:14.857Z | process exited: duration 1705265 ms, exit code 0 |
|
2809 | 2024-07-15T19:39:14.872Z | found 1 output files |
2810 | 2024-07-15T19:39:14.872Z | uploading: /work/package.tar.gz (1407642479 bytes) |
2811 | 2024-07-15T19:39:45.828Z | uploaded: /work/package.tar.gz |