|
|
|
1 | 2024-08-26T23:24:20.220Z | job assigned to worker 01J68G0EKRYJFDJ6X1EGM1R5Z2 (queued for 1 m 7 s) |
|
2 | 2024-08-26T23:24:28.340Z | starting task 0: "setup" |
3 | 2024-08-26T23:24:28.347Z | ++ uname -s |
4 | 2024-08-26T23:24:28.350Z | + kern=SunOS |
5 | 2024-08-26T23:24:28.350Z | + case "$kern" in |
6 | 2024-08-26T23:24:28.350Z | + groupadd -g 12345 build |
7 | 2024-08-26T23:24:28.353Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-26T23:24:30.361Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-26T23:24:30.477Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-26T23:24:30.480Z | + home_fs=zfs |
11 | 2024-08-26T23:24:30.480Z | + [[ zfs == autofs ]] |
12 | 2024-08-26T23:24:30.480Z | + mkdir -p /home/build |
13 | 2024-08-26T23:24:30.483Z | + chown build:build /home/build /work |
14 | 2024-08-26T23:24:32.484Z | + chmod 0700 /home/build /work |
15 | 2024-08-26T23:24:32.487Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2024-08-26T23:24:32.493Z | starting task 1: "rust-toolchain" |
17 | 2024-08-26T23:24:32.499Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-26T23:24:32.499Z | ' 1.80.1 |
19 | 2024-08-26T23:24:32.499Z | * toolchain channel = "1.80.1" |
20 | 2024-08-26T23:24:32.499Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-26T23:24:32.499Z | ' default |
22 | 2024-08-26T23:24:32.499Z | * toolchain profile = "default" |
23 | 2024-08-26T23:24:32.502Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-26T23:24:32.502Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-26T23:24:32.620Z | info: downloading installer |
26 | 2024-08-26T23:24:33.989Z | info: profile set to 'default' |
27 | 2024-08-26T23:24:33.989Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-26T23:24:33.992Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-26T23:24:34.165Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-26T23:24:34.165Z | info: downloading component 'cargo' |
31 | 2024-08-26T23:24:35.180Z | info: downloading component 'clippy' |
32 | 2024-08-26T23:24:35.543Z | info: downloading component 'rust-docs' |
33 | 2024-08-26T23:24:36.968Z | info: downloading component 'rust-std' |
34 | 2024-08-26T23:24:38.932Z | info: downloading component 'rustc' |
35 | 2024-08-26T23:24:44.466Z | info: downloading component 'rustfmt' |
36 | 2024-08-26T23:24:44.770Z | info: installing component 'cargo' |
37 | 2024-08-26T23:24:45.686Z | info: installing component 'clippy' |
38 | 2024-08-26T23:24:46.085Z | info: installing component 'rust-docs' |
39 | 2024-08-26T23:24:47.782Z | info: installing component 'rust-std' |
40 | 2024-08-26T23:24:49.524Z | info: installing component 'rustc' |
41 | 2024-08-26T23:24:54.377Z | info: installing component 'rustfmt' |
42 | 2024-08-26T23:24:54.791Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-26T23:24:54.791Z | |
44 | 2024-08-26T23:24:55.046Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-26T23:24:55.046Z | |
46 | 2024-08-26T23:24:55.049Z | |
47 | 2024-08-26T23:24:55.049Z | Rust is installed now. Great! |
48 | 2024-08-26T23:24:55.049Z | |
49 | 2024-08-26T23:24:55.049Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-26T23:24:55.049Z | environment variable. This has not been done automatically. |
51 | 2024-08-26T23:24:55.049Z | |
52 | 2024-08-26T23:24:55.049Z | To configure your current shell, you need to source |
53 | 2024-08-26T23:24:55.049Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-26T23:24:55.049Z | |
55 | 2024-08-26T23:24:55.049Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-26T23:24:55.049Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-26T23:24:55.049Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-26T23:24:55.106Z | + rustc --version |
59 | 2024-08-26T23:24:55.176Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-26T23:24:55.181Z | process exited: duration 22689 ms, exit code 0 |
|
61 | 2024-08-26T23:24:55.187Z | starting task 2: "authentication" |
62 | 2024-08-26T23:24:55.213Z | process exited: duration 24 ms, exit code 0 |
|
63 | 2024-08-26T23:24:55.219Z | starting task 3: "clone repository" |
64 | 2024-08-26T23:24:55.226Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-26T23:24:55.229Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-26T23:24:55.886Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-26T23:25:02.539Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-26T23:25:02.541Z | + git fetch origin fb9ee7ec124b207283e475ca337d60acf7d16ca1 |
69 | 2024-08-26T23:25:02.900Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-26T23:25:02.900Z | * branch fb9ee7ec124b207283e475ca337d60acf7d16ca1 -> FETCH_HEAD |
71 | 2024-08-26T23:25:02.913Z | + [[ -n gjcolombo/sa-index-by-vmm-id ]] |
72 | 2024-08-26T23:25:02.916Z | ++ git branch --show-current |
73 | 2024-08-26T23:25:02.916Z | + current=main |
74 | 2024-08-26T23:25:02.916Z | + [[ main != gjcolombo/sa-index-by-vmm-id ]] |
75 | 2024-08-26T23:25:02.916Z | + git branch -f gjcolombo/sa-index-by-vmm-id fb9ee7ec124b207283e475ca337d60acf7d16ca1 |
76 | 2024-08-26T23:25:02.920Z | + git checkout -f gjcolombo/sa-index-by-vmm-id |
77 | 2024-08-26T23:25:03.076Z | Switched to branch 'gjcolombo/sa-index-by-vmm-id' |
78 | 2024-08-26T23:25:03.079Z | + git reset --hard fb9ee7ec124b207283e475ca337d60acf7d16ca1 |
79 | 2024-08-26T23:25:03.115Z | HEAD is now at fb9ee7ec1 PR feedback |
80 | 2024-08-26T23:25:03.119Z | process exited: duration 7898 ms, exit code 0 |
|
81 | 2024-08-26T23:25:03.124Z | starting task 4: "build" |
82 | 2024-08-26T23:25:03.131Z | + cargo --version |
83 | 2024-08-26T23:25:03.190Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-26T23:25:03.193Z | + rustc --version |
85 | 2024-08-26T23:25:03.256Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-26T23:25:03.260Z | + WORK=/work |
87 | 2024-08-26T23:25:03.260Z | + pfexec mkdir -p /work |
88 | 2024-08-26T23:25:03.264Z | + pfexec chown build /work |
89 | 2024-08-26T23:25:03.267Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-26T23:25:19.610Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-26T23:25:22.095Z | Startup: Caching catalogs ... Done |
92 | 2024-08-26T23:25:24.033Z | Planning: Solver setup ... Done (1.341s) |
93 | 2024-08-26T23:25:24.055Z | Planning: Running solver ... Done (0.022s) |
94 | 2024-08-26T23:25:24.154Z | Planning: Finding local manifests ... Done (0.058s) |
95 | 2024-08-26T23:25:24.182Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-08-26T23:25:24.429Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-08-26T23:25:24.648Z | Planning: Package planning ... Done (0.220s) |
98 | 2024-08-26T23:25:24.705Z | Planning: Merging actions ... Done (0.056s) |
99 | 2024-08-26T23:25:25.347Z | Planning: Checking for conflicting actions ... Done (0.642s) |
100 | 2024-08-26T23:25:30.300Z | Planning: Consolidating action changes ... Done (4.953s) |
101 | 2024-08-26T23:25:30.691Z | Planning: Evaluating mediators ... Done (0.391s) |
102 | 2024-08-26T23:25:30.827Z | Planning: Planning completed in 8.66 seconds |
103 | 2024-08-26T23:25:30.842Z | Packages to install: 4 |
104 | 2024-08-26T23:25:30.842Z | Packages to update: 1 |
105 | 2024-08-26T23:25:30.845Z | Mediators to change: 2 |
106 | 2024-08-26T23:25:30.845Z | Services to change: 1 |
107 | 2024-08-26T23:25:30.845Z | Estimated space available: 155.72 GB |
108 | 2024-08-26T23:25:30.845Z | Estimated space to be consumed: 1.53 GB |
109 | 2024-08-26T23:25:30.845Z | Create boot environment: No |
110 | 2024-08-26T23:25:30.845Z | Create backup boot environment: Yes |
111 | 2024-08-26T23:25:30.845Z | Rebuild boot archive: No |
112 | 2024-08-26T23:25:30.845Z | |
113 | 2024-08-26T23:25:30.845Z | Changed mediators: |
114 | 2024-08-26T23:25:30.845Z | mediator clang: |
115 | 2024-08-26T23:25:30.845Z | version: None -> 15 (system default) |
116 | 2024-08-26T23:25:30.845Z | |
117 | 2024-08-26T23:25:30.845Z | mediator llvm: |
118 | 2024-08-26T23:25:30.845Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-08-26T23:25:30.845Z | |
120 | 2024-08-26T23:25:30.845Z | Changed packages: |
121 | 2024-08-26T23:25:30.845Z | helios-dev |
122 | 2024-08-26T23:25:30.846Z | developer/build-essential |
123 | 2024-08-26T23:25:30.846Z | None -> 11-2.0 |
124 | 2024-08-26T23:25:30.846Z | library/libxmlsec1 |
125 | 2024-08-26T23:25:30.846Z | None -> 1.2.35-2.0 |
126 | 2024-08-26T23:25:30.846Z | ooce/developer/clang-15 |
127 | 2024-08-26T23:25:30.846Z | None -> 15.0.7-2.0 |
128 | 2024-08-26T23:25:30.846Z | ooce/developer/llvm-15 |
129 | 2024-08-26T23:25:30.846Z | None -> 15.0.7-2.0 |
130 | 2024-08-26T23:25:30.846Z | package/pkg |
131 | 2024-08-26T23:25:30.846Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-08-26T23:25:30.846Z | |
133 | 2024-08-26T23:25:30.846Z | Services: |
134 | 2024-08-26T23:25:30.846Z | restart_fmri: |
135 | 2024-08-26T23:25:30.846Z | svc:/system/update-man-index:default |
136 | 2024-08-26T23:25:30.846Z | |
137 | 2024-08-26T23:25:30.846Z | Editable files to change: |
138 | 2024-08-26T23:25:30.846Z | Update: |
139 | 2024-08-26T23:25:30.846Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-08-26T23:25:31.080Z | |
141 | 2024-08-26T23:25:31.080Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-08-26T23:25:36.079Z | Download: 1142/4281 items 41.2/220.6MB 18% complete (8.1M/s) |
143 | 2024-08-26T23:25:41.078Z | Download: 2225/4281 items 119.2/220.6MB 54% complete (12.0M/s) |
144 | 2024-08-26T23:25:46.141Z | Download: 3285/4281 items 211.8/220.6MB 96% complete (17.2M/s) |
145 | 2024-08-26T23:25:51.037Z | Download: Completed 220.60 MB in 19.96 seconds (11.1M/s) |
146 | 2024-08-26T23:25:52.980Z | Actions: 1/5063 actions (Removing old actions) |
147 | 2024-08-26T23:25:52.996Z | Actions: 194/5063 actions (Installing new actions) |
148 | 2024-08-26T23:25:57.998Z | Actions: 4083/5063 actions (Installing new actions) |
149 | 2024-08-26T23:25:58.550Z | Actions: 4226/5063 actions (Updating modified actions) |
150 | 2024-08-26T23:25:58.902Z | Actions: Completed 5063 actions in 5.92 seconds. |
151 | 2024-08-26T23:25:59.201Z | Done (0.291s) |
152 | 2024-08-26T23:25:59.206Z | Done (0.000s) |
153 | 2024-08-26T23:25:59.582Z | Done (0.381s) |
154 | 2024-08-26T23:26:05.349Z | Done (5.586s) |
155 | 2024-08-26T23:26:05.670Z | Done (0.230s) |
156 | 2024-08-26T23:26:05.673Z | Done (0.000s) |
157 | 2024-08-26T23:26:05.892Z | Done (0.000s) |
158 | 2024-08-26T23:26:06.540Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-08-26T23:26:06.714Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-08-26T23:26:06.718Z | Planning: Consolidating action changes ... Done |
161 | 2024-08-26T23:26:06.998Z | Planning: Evaluating mediators ... Done |
162 | 2024-08-26T23:26:07.001Z | Planning: Planning completed in 0.46 seconds |
163 | 2024-08-26T23:26:07.038Z | Mediators to change: 2 |
164 | 2024-08-26T23:26:07.038Z | Create boot environment: No |
165 | 2024-08-26T23:26:07.038Z | Create backup boot environment: No |
166 | 2024-08-26T23:26:07.123Z | Done |
167 | 2024-08-26T23:26:07.123Z | Done |
168 | 2024-08-26T23:26:07.365Z | Done |
169 | 2024-08-26T23:26:11.391Z | Done |
170 | 2024-08-26T23:26:11.487Z | Done |
171 | 2024-08-26T23:26:11.490Z | Done |
172 | 2024-08-26T23:26:11.658Z | Done |
173 | 2024-08-26T23:26:12.330Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-08-26T23:26:12.333Z | Planning: Merging actions ... Done |
175 | 2024-08-26T23:26:12.527Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-08-26T23:26:12.530Z | Planning: Consolidating action changes ... Done |
177 | 2024-08-26T23:26:12.805Z | Planning: Evaluating mediators ... Done |
178 | 2024-08-26T23:26:12.864Z | Planning: Planning completed in 0.79 seconds |
179 | 2024-08-26T23:26:12.905Z | Packages to change: 1 |
180 | 2024-08-26T23:26:12.905Z | Mediators to change: 1 |
181 | 2024-08-26T23:26:12.905Z | Services to change: 1 |
182 | 2024-08-26T23:26:12.908Z | Create boot environment: No |
183 | 2024-08-26T23:26:12.908Z | Create backup boot environment: Yes |
184 | 2024-08-26T23:26:14.909Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-08-26T23:26:14.949Z | Actions: Completed 6 actions in 0.04 seconds. |
186 | 2024-08-26T23:26:14.952Z | Done |
187 | 2024-08-26T23:26:14.952Z | Done |
188 | 2024-08-26T23:26:15.032Z | Done |
189 | 2024-08-26T23:26:19.110Z | Done |
190 | 2024-08-26T23:26:19.211Z | Done |
191 | 2024-08-26T23:26:19.214Z | Done |
192 | 2024-08-26T23:26:19.398Z | Done |
193 | 2024-08-26T23:26:19.871Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-08-26T23:26:19.871Z | clang system 15 system |
195 | 2024-08-26T23:26:19.871Z | csh system system illumos |
196 | 2024-08-26T23:26:19.871Z | ctags system system illumos |
197 | 2024-08-26T23:26:19.872Z | gcc vendor 12 vendor |
198 | 2024-08-26T23:26:19.872Z | gcc system 10 system |
199 | 2024-08-26T23:26:19.872Z | gcc system 7 system |
200 | 2024-08-26T23:26:19.872Z | go system 1.20 system |
201 | 2024-08-26T23:26:19.872Z | go system 1.19 system |
202 | 2024-08-26T23:26:19.872Z | llvm system 15 system |
203 | 2024-08-26T23:26:19.872Z | llvm system 14 system |
204 | 2024-08-26T23:26:19.872Z | mariadb system 10.6 system |
205 | 2024-08-26T23:26:19.872Z | mta vendor vendor dma |
206 | 2024-08-26T23:26:19.872Z | openjdk system 17 system |
207 | 2024-08-26T23:26:19.872Z | openjdk system 11 system |
208 | 2024-08-26T23:26:19.872Z | openjdk system 1.8 system |
209 | 2024-08-26T23:26:19.872Z | openssl vendor 3 vendor |
210 | 2024-08-26T23:26:19.872Z | perl system 5.36 system |
211 | 2024-08-26T23:26:19.872Z | postgresql system 15 system |
212 | 2024-08-26T23:26:19.872Z | postgresql system 13 system |
213 | 2024-08-26T23:26:19.872Z | python vendor 3 vendor |
214 | 2024-08-26T23:26:19.872Z | python system 2 system |
215 | 2024-08-26T23:26:19.872Z | python3 system 3.11 system |
216 | 2024-08-26T23:26:19.872Z | ruby system 3.0 system |
217 | 2024-08-26T23:26:19.872Z | words vendor vendor american-english |
218 | 2024-08-26T23:26:19.872Z | words system system australian-english |
219 | 2024-08-26T23:26:19.872Z | words system system british-english |
220 | 2024-08-26T23:26:19.872Z | words system system canadian-english |
221 | 2024-08-26T23:26:19.872Z | words system system french |
222 | 2024-08-26T23:26:19.872Z | words system system italian |
223 | 2024-08-26T23:26:19.872Z | words system system ngerman |
224 | 2024-08-26T23:26:19.872Z | words system system ogerman |
225 | 2024-08-26T23:26:19.872Z | words system system spanish |
226 | 2024-08-26T23:26:20.240Z | PUBLISHER TYPE STATUS P LOCATION |
227 | 2024-08-26T23:26:20.240Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
228 | 2024-08-26T23:26:22.123Z | FMRI IFO |
229 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
233 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
234 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
236 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
237 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
238 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
240 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-08-26T23:26:22.123Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
242 | 2024-08-26T23:26:22.791Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
243 | 2024-08-26T23:26:23.066Z | Updating git repository `https://github.com/oxidecomputer/zone` |
244 | 2024-08-26T23:26:23.328Z | Updating crates.io index |
245 | 2024-08-26T23:26:23.390Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
246 | 2024-08-26T23:26:24.091Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
247 | 2024-08-26T23:26:24.903Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
248 | 2024-08-26T23:26:25.194Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
249 | 2024-08-26T23:26:26.631Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
250 | 2024-08-26T23:26:26.876Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
251 | 2024-08-26T23:26:27.093Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
252 | 2024-08-26T23:26:28.108Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
253 | 2024-08-26T23:26:29.986Z | Updating git repository `https://github.com/oxidecomputer/opte` |
254 | 2024-08-26T23:26:30.992Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
255 | 2024-08-26T23:26:31.749Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
256 | 2024-08-26T23:26:32.026Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
257 | 2024-08-26T23:26:32.471Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
258 | 2024-08-26T23:26:32.728Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
259 | 2024-08-26T23:26:33.062Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
260 | 2024-08-26T23:26:33.316Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
261 | 2024-08-26T23:26:33.625Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
262 | 2024-08-26T23:26:33.841Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
263 | 2024-08-26T23:26:34.075Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
264 | 2024-08-26T23:26:34.384Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
265 | 2024-08-26T23:26:34.643Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
266 | 2024-08-26T23:26:34.926Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
267 | 2024-08-26T23:26:35.236Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
268 | 2024-08-26T23:26:35.685Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
269 | 2024-08-26T23:26:35.997Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
270 | 2024-08-26T23:26:36.438Z | Updating git repository `https://github.com/oxidecomputer/typify` |
271 | 2024-08-26T23:26:38.512Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
272 | 2024-08-26T23:26:38.755Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
273 | 2024-08-26T23:26:39.019Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
274 | 2024-08-26T23:26:39.327Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
275 | 2024-08-26T23:26:40.562Z | Downloading crates ... |
276 | 2024-08-26T23:26:40.647Z | Downloaded block-buffer v0.10.4 |
277 | 2024-08-26T23:26:40.650Z | Downloaded autocfg v1.3.0 |
278 | 2024-08-26T23:26:40.652Z | Downloaded byteorder v1.5.0 |
279 | 2024-08-26T23:26:40.652Z | Downloaded thiserror-impl v1.0.63 |
280 | 2024-08-26T23:26:40.655Z | Downloaded cfg-if v1.0.0 |
281 | 2024-08-26T23:26:40.655Z | Downloaded anstream v0.6.14 |
282 | 2024-08-26T23:26:41.666Z | Downloaded anstyle-query v1.0.3 |
283 | 2024-08-26T23:26:41.672Z | Downloaded swrite v0.1.0 |
284 | 2024-08-26T23:26:41.672Z | Downloaded thread-id v4.2.1 |
285 | 2024-08-26T23:26:41.672Z | Downloaded cargo-platform v0.1.8 |
286 | 2024-08-26T23:26:41.672Z | Downloaded anstyle-parse v0.2.4 |
287 | 2024-08-26T23:26:41.672Z | Downloaded dtrace-parser v0.2.0 |
288 | 2024-08-26T23:26:41.672Z | Downloaded pretty-hex v0.4.1 |
289 | 2024-08-26T23:26:41.672Z | Downloaded clap_lex v0.7.0 |
290 | 2024-08-26T23:26:41.672Z | Downloaded fs-err v2.11.0 |
291 | 2024-08-26T23:26:41.672Z | Downloaded cpufeatures v0.2.12 |
292 | 2024-08-26T23:26:41.672Z | Downloaded itoa v1.0.11 |
293 | 2024-08-26T23:26:41.672Z | Downloaded digest v0.10.7 |
294 | 2024-08-26T23:26:41.672Z | Downloaded heck v0.4.1 |
295 | 2024-08-26T23:26:41.672Z | Downloaded errno v0.3.9 |
296 | 2024-08-26T23:26:41.672Z | Downloaded terminal_size v0.3.0 |
297 | 2024-08-26T23:26:41.672Z | Downloaded sha2 v0.10.8 |
298 | 2024-08-26T23:26:41.672Z | Downloaded once_cell v1.19.0 |
299 | 2024-08-26T23:26:41.672Z | Downloaded proc-macro-error-attr v1.0.4 |
300 | 2024-08-26T23:26:41.672Z | Downloaded usdt v0.5.0 |
301 | 2024-08-26T23:26:41.672Z | Downloaded zerocopy-derive v0.7.34 |
302 | 2024-08-26T23:26:41.672Z | Downloaded ryu v1.0.18 |
303 | 2024-08-26T23:26:41.672Z | Downloaded log v0.4.21 |
304 | 2024-08-26T23:26:41.672Z | Downloaded pest_meta v2.7.10 |
305 | 2024-08-26T23:26:41.672Z | Downloaded usdt-macro v0.5.0 |
306 | 2024-08-26T23:26:41.672Z | Downloaded ucd-trie v0.1.6 |
307 | 2024-08-26T23:26:41.672Z | Downloaded usdt-impl v0.5.0 |
308 | 2024-08-26T23:26:41.672Z | Downloaded equivalent v1.0.1 |
309 | 2024-08-26T23:26:41.672Z | Downloaded usdt-attr-macro v0.5.0 |
310 | 2024-08-26T23:26:41.672Z | Downloaded serde_spanned v0.6.7 |
311 | 2024-08-26T23:26:41.672Z | Downloaded scroll_derive v0.12.0 |
312 | 2024-08-26T23:26:41.673Z | Downloaded proc-macro2 v1.0.86 |
313 | 2024-08-26T23:26:41.673Z | Downloaded utf8parse v0.2.1 |
314 | 2024-08-26T23:26:41.673Z | Downloaded anstyle v1.0.8 |
315 | 2024-08-26T23:26:41.673Z | Downloaded serde_tokenstream v0.2.2 |
316 | 2024-08-26T23:26:41.673Z | Downloaded papergrid v0.11.0 |
317 | 2024-08-26T23:26:41.673Z | Downloaded serde v1.0.208 |
318 | 2024-08-26T23:26:41.673Z | Downloaded memmap v0.7.0 |
319 | 2024-08-26T23:26:41.673Z | Downloaded bytecount v0.6.8 |
320 | 2024-08-26T23:26:41.673Z | Downloaded memchr v2.7.2 |
321 | 2024-08-26T23:26:41.673Z | Downloaded pest_generator v2.7.10 |
322 | 2024-08-26T23:26:41.673Z | Downloaded crypto-common v0.1.6 |
323 | 2024-08-26T23:26:41.673Z | Downloaded version_check v0.9.5 |
324 | 2024-08-26T23:26:41.673Z | Downloaded pest_derive v2.7.10 |
325 | 2024-08-26T23:26:41.673Z | Downloaded cargo_metadata v0.18.1 |
326 | 2024-08-26T23:26:41.673Z | Downloaded camino v1.1.9 |
327 | 2024-08-26T23:26:41.673Z | Downloaded thiserror v1.0.63 |
328 | 2024-08-26T23:26:41.673Z | Downloaded heck v0.5.0 |
329 | 2024-08-26T23:26:41.673Z | Downloaded is_terminal_polyfill v1.70.0 |
330 | 2024-08-26T23:26:41.673Z | Downloaded plain v0.2.3 |
331 | 2024-08-26T23:26:41.673Z | Downloaded colorchoice v1.0.1 |
332 | 2024-08-26T23:26:41.673Z | Downloaded strsim v0.11.1 |
333 | 2024-08-26T23:26:41.673Z | Downloaded fnv v1.0.7 |
334 | 2024-08-26T23:26:41.673Z | Downloaded bitflags v2.6.0 |
335 | 2024-08-26T23:26:41.673Z | Downloaded toml_edit v0.22.20 |
336 | 2024-08-26T23:26:41.673Z | Downloaded toml_datetime v0.6.8 |
337 | 2024-08-26T23:26:41.673Z | Downloaded unicode-ident v1.0.12 |
338 | 2024-08-26T23:26:41.673Z | Downloaded tabled_derive v0.7.0 |
339 | 2024-08-26T23:26:41.673Z | Downloaded quote v1.0.36 |
340 | 2024-08-26T23:26:41.673Z | Downloaded proc-macro-error v1.0.4 |
341 | 2024-08-26T23:26:41.673Z | Downloaded indexmap v2.4.0 |
342 | 2024-08-26T23:26:41.673Z | Downloaded toml v0.8.19 |
343 | 2024-08-26T23:26:41.673Z | Downloaded semver v1.0.23 |
344 | 2024-08-26T23:26:41.673Z | Downloaded serde_derive v1.0.208 |
345 | 2024-08-26T23:26:41.673Z | Downloaded scroll v0.12.0 |
346 | 2024-08-26T23:26:41.673Z | Downloaded typenum v1.17.0 |
347 | 2024-08-26T23:26:41.673Z | Downloaded anyhow v1.0.86 |
348 | 2024-08-26T23:26:41.673Z | Downloaded macaddr v1.0.1 |
349 | 2024-08-26T23:26:41.673Z | Downloaded dof v0.3.0 |
350 | 2024-08-26T23:26:41.673Z | Downloaded generic-array v0.14.7 |
351 | 2024-08-26T23:26:41.673Z | Downloaded clap_derive v4.5.13 |
352 | 2024-08-26T23:26:41.673Z | Downloaded cargo_toml v0.20.4 |
353 | 2024-08-26T23:26:41.674Z | Downloaded clap_builder v4.5.15 |
354 | 2024-08-26T23:26:41.674Z | Downloaded clap v4.5.16 |
355 | 2024-08-26T23:26:41.674Z | Downloaded serde_json v1.0.125 |
356 | 2024-08-26T23:26:41.674Z | Downloaded tabled v0.15.0 |
357 | 2024-08-26T23:26:41.674Z | Downloaded goblin v0.8.2 |
358 | 2024-08-26T23:26:41.674Z | Downloaded pest v2.7.10 |
359 | 2024-08-26T23:26:41.674Z | Downloaded zerocopy v0.7.34 |
360 | 2024-08-26T23:26:41.674Z | Downloaded hashbrown v0.14.5 |
361 | 2024-08-26T23:26:41.674Z | Downloaded winnow v0.6.18 |
362 | 2024-08-26T23:26:41.674Z | Downloaded syn v2.0.74 |
363 | 2024-08-26T23:26:41.674Z | Downloaded syn v1.0.109 |
364 | 2024-08-26T23:26:41.674Z | Downloaded rustix v0.38.34 |
365 | 2024-08-26T23:26:41.674Z | Downloaded unicode-width v0.1.13 |
366 | 2024-08-26T23:26:41.674Z | Downloaded libc v0.2.156 |
367 | 2024-08-26T23:26:41.674Z | Compiling proc-macro2 v1.0.86 |
368 | 2024-08-26T23:26:41.674Z | Compiling unicode-ident v1.0.12 |
369 | 2024-08-26T23:26:41.674Z | Compiling version_check v0.9.5 |
370 | 2024-08-26T23:26:41.674Z | Compiling serde v1.0.208 |
371 | 2024-08-26T23:26:41.674Z | Compiling memchr v2.7.2 |
372 | 2024-08-26T23:26:41.674Z | Compiling thiserror v1.0.63 |
373 | 2024-08-26T23:26:41.674Z | Compiling libc v0.2.156 |
374 | 2024-08-26T23:26:41.674Z | Compiling ryu v1.0.18 |
375 | 2024-08-26T23:26:41.674Z | Compiling itoa v1.0.11 |
376 | 2024-08-26T23:26:41.806Z | Compiling ucd-trie v0.1.6 |
377 | 2024-08-26T23:26:42.294Z | Compiling once_cell v1.19.0 |
378 | 2024-08-26T23:26:42.344Z | Compiling byteorder v1.5.0 |
379 | 2024-08-26T23:26:42.823Z | Compiling serde_json v1.0.125 |
380 | 2024-08-26T23:26:42.868Z | Compiling proc-macro-error-attr v1.0.4 |
381 | 2024-08-26T23:26:42.892Z | Compiling usdt-impl v0.5.0 |
382 | 2024-08-26T23:26:43.002Z | Compiling rustix v0.38.34 |
383 | 2024-08-26T23:26:43.178Z | Compiling syn v1.0.109 |
384 | 2024-08-26T23:26:43.273Z | Compiling proc-macro-error v1.0.4 |
385 | 2024-08-26T23:26:43.303Z | Compiling bitflags v2.6.0 |
386 | 2024-08-26T23:26:43.431Z | Compiling log v0.4.21 |
387 | 2024-08-26T23:26:43.600Z | Compiling plain v0.2.3 |
388 | 2024-08-26T23:26:43.745Z | Compiling quote v1.0.36 |
389 | 2024-08-26T23:26:43.771Z | Compiling equivalent v1.0.1 |
390 | 2024-08-26T23:26:43.836Z | Compiling utf8parse v0.2.1 |
391 | 2024-08-26T23:26:43.893Z | Compiling hashbrown v0.14.5 |
392 | 2024-08-26T23:26:43.990Z | Compiling anstyle-parse v0.2.4 |
393 | 2024-08-26T23:26:44.085Z | Compiling errno v0.3.9 |
394 | 2024-08-26T23:26:44.235Z | Compiling syn v2.0.74 |
395 | 2024-08-26T23:26:44.349Z | Compiling thread-id v4.2.1 |
396 | 2024-08-26T23:26:44.468Z | Compiling is_terminal_polyfill v1.70.0 |
397 | 2024-08-26T23:26:44.492Z | Compiling anstyle-query v1.0.3 |
398 | 2024-08-26T23:26:44.545Z | Compiling colorchoice v1.0.1 |
399 | 2024-08-26T23:26:44.615Z | Compiling anstyle v1.0.8 |
400 | 2024-08-26T23:26:44.666Z | Compiling autocfg v1.3.0 |
401 | 2024-08-26T23:26:44.734Z | Compiling pretty-hex v0.4.1 |
402 | 2024-08-26T23:26:44.975Z | Compiling semver v1.0.23 |
403 | 2024-08-26T23:26:45.126Z | Compiling winnow v0.6.18 |
404 | 2024-08-26T23:26:45.382Z | Compiling indexmap v2.4.0 |
405 | 2024-08-26T23:26:45.555Z | Compiling camino v1.1.9 |
406 | 2024-08-26T23:26:45.676Z | Compiling fs-err v2.11.0 |
407 | 2024-08-26T23:26:45.911Z | Compiling terminal_size v0.3.0 |
408 | 2024-08-26T23:26:46.078Z | Compiling anstream v0.6.14 |
409 | 2024-08-26T23:26:46.304Z | Compiling heck v0.4.1 |
410 | 2024-08-26T23:26:46.326Z | Compiling fnv v1.0.7 |
411 | 2024-08-26T23:26:46.353Z | Compiling anyhow v1.0.86 |
412 | 2024-08-26T23:26:46.471Z | Compiling bytecount v0.6.8 |
413 | 2024-08-26T23:26:46.698Z | Compiling strsim v0.11.1 |
414 | 2024-08-26T23:26:46.756Z | Compiling clap_lex v0.7.0 |
415 | 2024-08-26T23:26:46.851Z | Compiling heck v0.5.0 |
416 | 2024-08-26T23:26:46.854Z | Compiling unicode-width v0.1.13 |
417 | 2024-08-26T23:26:47.129Z | Compiling papergrid v0.11.0 |
418 | 2024-08-26T23:26:47.176Z | Compiling clap_builder v4.5.15 |
419 | 2024-08-26T23:26:47.457Z | Compiling memmap v0.7.0 |
420 | 2024-08-26T23:26:48.131Z | Compiling swrite v0.1.0 |
421 | 2024-08-26T23:26:49.847Z | Compiling tabled_derive v0.7.0 |
422 | 2024-08-26T23:26:51.439Z | Compiling tabled v0.15.0 |
423 | 2024-08-26T23:26:53.029Z | Compiling serde_derive v1.0.208 |
424 | 2024-08-26T23:26:53.029Z | Compiling thiserror-impl v1.0.63 |
425 | 2024-08-26T23:26:53.032Z | Compiling zerocopy-derive v0.7.34 |
426 | 2024-08-26T23:26:53.190Z | Compiling scroll_derive v0.12.0 |
427 | 2024-08-26T23:26:53.237Z | Compiling clap_derive v4.5.13 |
428 | 2024-08-26T23:26:54.604Z | Compiling scroll v0.12.0 |
429 | 2024-08-26T23:26:54.863Z | Compiling zerocopy v0.7.34 |
430 | 2024-08-26T23:26:55.127Z | Compiling goblin v0.8.2 |
431 | 2024-08-26T23:26:55.803Z | Compiling pest v2.7.10 |
432 | 2024-08-26T23:26:57.288Z | Compiling clap v4.5.16 |
433 | 2024-08-26T23:26:58.202Z | Compiling pest_meta v2.7.10 |
434 | 2024-08-26T23:26:59.090Z | Compiling pest_generator v2.7.10 |
435 | 2024-08-26T23:27:01.114Z | Compiling pest_derive v2.7.10 |
436 | 2024-08-26T23:27:01.837Z | Compiling dtrace-parser v0.2.0 |
437 | 2024-08-26T23:27:03.617Z | Compiling serde_spanned v0.6.7 |
438 | 2024-08-26T23:27:03.618Z | Compiling toml_datetime v0.6.8 |
439 | 2024-08-26T23:27:03.620Z | Compiling cargo-platform v0.1.8 |
440 | 2024-08-26T23:27:03.997Z | Compiling serde_tokenstream v0.2.2 |
441 | 2024-08-26T23:27:04.149Z | Compiling toml_edit v0.22.20 |
442 | 2024-08-26T23:27:04.254Z | Compiling macaddr v1.0.1 |
443 | 2024-08-26T23:27:05.095Z | Compiling dof v0.3.0 |
444 | 2024-08-26T23:27:05.095Z | Compiling cargo_metadata v0.18.1 |
445 | 2024-08-26T23:27:07.109Z | Compiling toml v0.8.19 |
446 | 2024-08-26T23:27:07.162Z | Compiling usdt-attr-macro v0.5.0 |
447 | 2024-08-26T23:27:07.166Z | Compiling usdt-macro v0.5.0 |
448 | 2024-08-26T23:27:07.942Z | Compiling cargo_toml v0.20.4 |
449 | 2024-08-26T23:27:08.619Z | Compiling usdt v0.5.0 |
450 | 2024-08-26T23:27:11.803Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
451 | 2024-08-26T23:27:15.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.29s |
452 | 2024-08-26T23:27:16.084Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
453 | 2024-08-26T23:27:16.688Z | Downloading crates ... |
454 | 2024-08-26T23:27:16.824Z | Downloaded bzip2 v0.4.4 |
455 | 2024-08-26T23:27:16.830Z | Downloaded bit-vec v0.6.3 |
456 | 2024-08-26T23:27:16.836Z | Downloaded ahash v0.8.11 |
457 | 2024-08-26T23:27:16.846Z | Downloaded maybe-uninit v2.0.0 |
458 | 2024-08-26T23:27:16.850Z | Downloaded libloading v0.8.3 |
459 | 2024-08-26T23:27:16.853Z | Downloaded lru v0.12.3 |
460 | 2024-08-26T23:27:16.853Z | Downloaded linear-map v1.2.0 |
461 | 2024-08-26T23:27:16.856Z | Downloaded crucible-workspace-hack v0.1.0 |
462 | 2024-08-26T23:27:16.856Z | Downloaded bitfield-struct v0.6.1 |
463 | 2024-08-26T23:27:16.860Z | Downloaded num-conv v0.1.0 |
464 | 2024-08-26T23:27:16.860Z | Downloaded is_ci v1.2.0 |
465 | 2024-08-26T23:27:16.863Z | Downloaded crc v3.2.1 |
466 | 2024-08-26T23:27:16.863Z | Downloaded data-encoding v2.6.0 |
467 | 2024-08-26T23:27:16.866Z | Downloaded convert_case v0.4.0 |
468 | 2024-08-26T23:27:16.866Z | Downloaded crc-catalog v2.4.0 |
469 | 2024-08-26T23:27:16.869Z | Downloaded opaque-debug v0.3.1 |
470 | 2024-08-26T23:27:16.871Z | Downloaded newline-converter v0.3.0 |
471 | 2024-08-26T23:27:16.871Z | Downloaded libefi-sys v0.1.0 |
472 | 2024-08-26T23:27:16.875Z | Downloaded cstr-argument v0.1.2 |
473 | 2024-08-26T23:27:16.875Z | Downloaded num_cpus v1.16.0 |
474 | 2024-08-26T23:27:16.879Z | Downloaded maplit v1.0.2 |
475 | 2024-08-26T23:27:16.879Z | Downloaded chacha20 v0.9.1 |
476 | 2024-08-26T23:27:16.882Z | Downloaded curve25519-dalek-derive v0.1.1 |
477 | 2024-08-26T23:27:16.882Z | Downloaded humantime v2.1.0 |
478 | 2024-08-26T23:27:16.885Z | Downloaded cobs v0.2.3 |
479 | 2024-08-26T23:27:16.888Z | Downloaded num-integer v0.1.46 |
480 | 2024-08-26T23:27:16.888Z | Downloaded crc32fast v1.4.0 |
481 | 2024-08-26T23:27:16.892Z | Downloaded cbc v0.1.2 |
482 | 2024-08-26T23:27:16.892Z | Downloaded memmap2 v0.9.4 |
483 | 2024-08-26T23:27:16.894Z | Downloaded nu-ansi-term v0.50.0 |
484 | 2024-08-26T23:27:16.898Z | Downloaded indent_write v2.2.0 |
485 | 2024-08-26T23:27:16.901Z | Downloaded iana-time-zone v0.1.60 |
486 | 2024-08-26T23:27:16.903Z | Downloaded hyper-rustls v0.24.2 |
487 | 2024-08-26T23:27:16.906Z | Downloaded openssl-macros v0.1.1 |
488 | 2024-08-26T23:27:16.906Z | Downloaded base64 v0.13.1 |
489 | 2024-08-26T23:27:16.909Z | Downloaded mime_guess v2.0.4 |
490 | 2024-08-26T23:27:16.912Z | Downloaded newtype_derive v0.1.6 |
491 | 2024-08-26T23:27:16.915Z | Downloaded miniz_oxide v0.7.2 |
492 | 2024-08-26T23:27:16.918Z | Downloaded itertools v0.12.1 |
493 | 2024-08-26T23:27:16.925Z | Downloaded linked-hash-map v0.5.6 |
494 | 2024-08-26T23:27:16.930Z | Downloaded num-rational v0.4.2 |
495 | 2024-08-26T23:27:16.933Z | Downloaded ident_case v1.0.1 |
496 | 2024-08-26T23:27:16.933Z | Downloaded darling_core v0.20.9 |
497 | 2024-08-26T23:27:16.938Z | Downloaded crossbeam-deque v0.8.5 |
498 | 2024-08-26T23:27:16.942Z | Downloaded bitstruct_derive v0.1.0 |
499 | 2024-08-26T23:27:16.942Z | Downloaded async-stream-impl v0.3.5 |
500 | 2024-08-26T23:27:16.945Z | Downloaded argon2 v0.5.3 |
501 | 2024-08-26T23:27:16.945Z | Downloaded num_threads v0.1.7 |
502 | 2024-08-26T23:27:16.950Z | Downloaded inout v0.1.3 |
503 | 2024-08-26T23:27:16.950Z | Downloaded array-init v0.0.4 |
504 | 2024-08-26T23:27:16.950Z | Downloaded sync_wrapper v0.1.2 |
505 | 2024-08-26T23:27:16.950Z | Downloaded hyper-tls v0.5.0 |
506 | 2024-08-26T23:27:16.953Z | Downloaded mio v1.0.2 |
507 | 2024-08-26T23:27:16.960Z | Downloaded openssl-probe v0.1.5 |
508 | 2024-08-26T23:27:16.962Z | Downloaded instant v0.1.12 |
509 | 2024-08-26T23:27:16.965Z | Downloaded nodrop v0.1.14 |
510 | 2024-08-26T23:27:16.965Z | Downloaded cipher v0.4.4 |
511 | 2024-08-26T23:27:16.968Z | Downloaded new_debug_unreachable v1.0.6 |
512 | 2024-08-26T23:27:16.971Z | Downloaded lazycell v1.3.0 |
513 | 2024-08-26T23:27:16.971Z | Downloaded managed v0.8.0 |
514 | 2024-08-26T23:27:16.974Z | Downloaded darling_macro v0.20.9 |
515 | 2024-08-26T23:27:16.974Z | Downloaded crunchy v0.2.2 |
516 | 2024-08-26T23:27:16.974Z | Downloaded sqlparser_derive v0.2.2 |
517 | 2024-08-26T23:27:16.977Z | Downloaded cfg_aliases v0.1.1 |
518 | 2024-08-26T23:27:16.977Z | Downloaded csv-core v0.1.11 |
519 | 2024-08-26T23:27:16.979Z | Downloaded ipnetwork v0.20.0 |
520 | 2024-08-26T23:27:16.982Z | Downloaded lalrpop-util v0.19.12 |
521 | 2024-08-26T23:27:16.982Z | Downloaded slog-dtrace v0.3.0 |
522 | 2024-08-26T23:27:16.985Z | Downloaded aead v0.5.2 |
523 | 2024-08-26T23:27:16.987Z | Downloaded stable_deref_trait v1.2.0 |
524 | 2024-08-26T23:27:16.987Z | Downloaded castaway v0.2.3 |
525 | 2024-08-26T23:27:16.989Z | Downloaded nibble_vec v0.1.0 |
526 | 2024-08-26T23:27:16.990Z | Downloaded base64ct v1.6.0 |
527 | 2024-08-26T23:27:16.992Z | Downloaded ascii v1.1.0 |
528 | 2024-08-26T23:27:16.995Z | Downloaded thiserror-impl-no-std v2.0.2 |
529 | 2024-08-26T23:27:16.998Z | Downloaded foreign-types v0.3.2 |
530 | 2024-08-26T23:27:17.000Z | Downloaded crossbeam-utils v0.8.19 |
531 | 2024-08-26T23:27:17.004Z | Downloaded atty v0.2.14 |
532 | 2024-08-26T23:27:17.004Z | Downloaded num_enum v0.5.11 |
533 | 2024-08-26T23:27:17.010Z | Downloaded num-iter v0.1.45 |
534 | 2024-08-26T23:27:17.012Z | Downloaded multimap v0.10.0 |
535 | 2024-08-26T23:27:17.015Z | Downloaded number_prefix v0.4.0 |
536 | 2024-08-26T23:27:17.015Z | Downloaded mime v0.3.17 |
537 | 2024-08-26T23:27:17.020Z | Downloaded signal-hook v0.3.17 |
538 | 2024-08-26T23:27:17.023Z | Downloaded num-derive v0.4.2 |
539 | 2024-08-26T23:27:17.023Z | Downloaded shlex v1.3.0 |
540 | 2024-08-26T23:27:17.025Z | Downloaded constant_time_eq v0.3.0 |
541 | 2024-08-26T23:27:17.028Z | Downloaded ciborium-ll v0.2.2 |
542 | 2024-08-26T23:27:17.028Z | Downloaded mockall v0.13.0 |
543 | 2024-08-26T23:27:17.031Z | Downloaded defmt v0.3.8 |
544 | 2024-08-26T23:27:17.034Z | Downloaded unicase v2.7.0 |
545 | 2024-08-26T23:27:17.037Z | Downloaded thread_local v1.1.8 |
546 | 2024-08-26T23:27:17.040Z | Downloaded buf-list v1.0.3 |
547 | 2024-08-26T23:27:17.043Z | Downloaded lock_api v0.4.12 |
548 | 2024-08-26T23:27:17.046Z | Downloaded async-trait v0.1.81 |
549 | 2024-08-26T23:27:17.049Z | Downloaded http-range v0.1.5 |
550 | 2024-08-26T23:27:17.049Z | Downloaded ipnet v2.9.0 |
551 | 2024-08-26T23:27:17.053Z | Downloaded dsl_auto_type v0.1.2 |
552 | 2024-08-26T23:27:17.056Z | Downloaded zeroize_derive v1.4.2 |
553 | 2024-08-26T23:27:17.056Z | Downloaded either v1.13.0 |
554 | 2024-08-26T23:27:17.060Z | Downloaded serde_path_to_error v0.1.16 |
555 | 2024-08-26T23:27:17.061Z | Downloaded arrayvec v0.7.4 |
556 | 2024-08-26T23:27:17.063Z | Downloaded untrusted v0.7.1 |
557 | 2024-08-26T23:27:17.067Z | Downloaded foreign-types-macros v0.2.3 |
558 | 2024-08-26T23:27:17.067Z | Downloaded group v0.13.0 |
559 | 2024-08-26T23:27:17.072Z | Downloaded defmt-macros v0.3.9 |
560 | 2024-08-26T23:27:17.075Z | Downloaded camino-tempfile v1.1.1 |
561 | 2024-08-26T23:27:17.075Z | Downloaded foreign-types v0.5.0 |
562 | 2024-08-26T23:27:17.075Z | Downloaded multer v3.1.0 |
563 | 2024-08-26T23:27:17.078Z | Downloaded cookie_store v0.20.0 |
564 | 2024-08-26T23:27:17.081Z | Downloaded tokio-tungstenite v0.21.0 |
565 | 2024-08-26T23:27:17.085Z | Downloaded thiserror-no-std v2.0.2 |
566 | 2024-08-26T23:27:17.089Z | Downloaded tabwriter v1.4.0 |
567 | 2024-08-26T23:27:17.091Z | Downloaded cookie v0.18.1 |
568 | 2024-08-26T23:27:17.094Z | Downloaded shell-words v1.1.0 |
569 | 2024-08-26T23:27:17.097Z | Downloaded supports-color v3.0.0 |
570 | 2024-08-26T23:27:17.099Z | Downloaded fastrand v2.1.0 |
571 | 2024-08-26T23:27:17.099Z | Downloaded percent-encoding v2.3.1 |
572 | 2024-08-26T23:27:17.102Z | Downloaded glob v0.3.1 |
573 | 2024-08-26T23:27:17.102Z | Downloaded unarray v0.1.4 |
574 | 2024-08-26T23:27:17.105Z | Downloaded zeroize v1.7.0 |
575 | 2024-08-26T23:27:17.108Z | Downloaded strum v0.26.3 |
576 | 2024-08-26T23:27:17.108Z | Downloaded fallible-iterator v0.3.0 |
577 | 2024-08-26T23:27:17.111Z | Downloaded untrusted v0.9.0 |
578 | 2024-08-26T23:27:17.111Z | Downloaded static_assertions v1.1.0 |
579 | 2024-08-26T23:27:17.114Z | Downloaded console v0.15.8 |
580 | 2024-08-26T23:27:17.117Z | Downloaded scheduled-thread-pool v0.2.7 |
581 | 2024-08-26T23:27:17.120Z | Downloaded num-traits v0.2.19 |
582 | 2024-08-26T23:27:17.124Z | Downloaded rustc_version v0.1.7 |
583 | 2024-08-26T23:27:17.124Z | Downloaded parse-size v1.0.0 |
584 | 2024-08-26T23:27:17.127Z | Downloaded pkg-config v0.3.30 |
585 | 2024-08-26T23:27:17.127Z | Downloaded httpdate v1.0.3 |
586 | 2024-08-26T23:27:17.130Z | Downloaded ppv-lite86 v0.2.17 |
587 | 2024-08-26T23:27:17.133Z | Downloaded omicron-zone-package v0.11.0 |
588 | 2024-08-26T23:27:17.136Z | Downloaded tokio-macros v2.3.0 |
589 | 2024-08-26T23:27:17.139Z | Downloaded vte v0.11.1 |
590 | 2024-08-26T23:27:17.139Z | Downloaded serde_urlencoded v0.7.1 |
591 | 2024-08-26T23:27:17.145Z | Downloaded crossterm v0.27.0 |
592 | 2024-08-26T23:27:17.149Z | Downloaded hmac v0.12.1 |
593 | 2024-08-26T23:27:17.163Z | Downloaded try-lock v0.2.5 |
594 | 2024-08-26T23:27:17.166Z | Downloaded strip-ansi-escapes v0.2.0 |
595 | 2024-08-26T23:27:17.169Z | Downloaded time-core v0.1.2 |
596 | 2024-08-26T23:27:17.169Z | Downloaded mockall_derive v0.13.0 |
597 | 2024-08-26T23:27:17.171Z | Downloaded defmt-parser v0.3.4 |
598 | 2024-08-26T23:27:17.174Z | Downloaded ref-cast v1.0.23 |
599 | 2024-08-26T23:27:17.177Z | Downloaded which v4.4.2 |
600 | 2024-08-26T23:27:17.180Z | Downloaded hostname v0.4.0 |
601 | 2024-08-26T23:27:17.193Z | Downloaded hex v0.4.3 |
602 | 2024-08-26T23:27:17.197Z | Downloaded http-body v0.4.6 |
603 | 2024-08-26T23:27:17.197Z | Downloaded tokio-stream v0.1.15 |
604 | 2024-08-26T23:27:17.197Z | Downloaded arc-swap v1.7.1 |
605 | 2024-08-26T23:27:17.197Z | Downloaded parse-display v0.10.0 |
606 | 2024-08-26T23:27:17.206Z | Downloaded schemars_derive v0.8.21 |
607 | 2024-08-26T23:27:17.206Z | Downloaded topological-sort v0.2.2 |
608 | 2024-08-26T23:27:17.206Z | Downloaded spin v0.9.8 |
609 | 2024-08-26T23:27:17.206Z | Downloaded pin-utils v0.1.0 |
610 | 2024-08-26T23:27:17.206Z | Downloaded smawk v0.3.2 |
611 | 2024-08-26T23:27:17.211Z | Downloaded crypto-bigint v0.5.5 |
612 | 2024-08-26T23:27:17.215Z | Downloaded derive-where v1.2.7 |
613 | 2024-08-26T23:27:17.220Z | Downloaded string_cache v0.8.7 |
614 | 2024-08-26T23:27:17.223Z | Downloaded deranged v0.3.11 |
615 | 2024-08-26T23:27:17.226Z | Downloaded der_derive v0.7.2 |
616 | 2024-08-26T23:27:17.228Z | Downloaded signal-hook-tokio v0.3.1 |
617 | 2024-08-26T23:27:17.228Z | Downloaded fxhash v0.2.1 |
618 | 2024-08-26T23:27:17.231Z | Downloaded serde-big-array v0.5.1 |
619 | 2024-08-26T23:27:17.233Z | Downloaded serde_with_macros v3.9.0 |
620 | 2024-08-26T23:27:17.236Z | Downloaded sigpipe v0.1.3 |
621 | 2024-08-26T23:27:17.236Z | Downloaded futures-sink v0.3.30 |
622 | 2024-08-26T23:27:17.238Z | Downloaded tiny-keccak v2.0.2 |
623 | 2024-08-26T23:27:17.241Z | Downloaded termtree v0.4.1 |
624 | 2024-08-26T23:27:17.241Z | Downloaded toolchain_find v0.4.0 |
625 | 2024-08-26T23:27:17.244Z | Downloaded slog v2.7.0 |
626 | 2024-08-26T23:27:17.246Z | Downloaded flume v0.11.0 |
627 | 2024-08-26T23:27:17.250Z | Downloaded httparse v1.8.0 |
628 | 2024-08-26T23:27:17.253Z | Downloaded tower-service v0.3.2 |
629 | 2024-08-26T23:27:17.256Z | Downloaded tap v1.0.1 |
630 | 2024-08-26T23:27:17.256Z | Downloaded const_format v0.2.32 |
631 | 2024-08-26T23:27:17.262Z | Downloaded socket2 v0.4.10 |
632 | 2024-08-26T23:27:17.264Z | Downloaded precomputed-hash v0.1.1 |
633 | 2024-08-26T23:27:17.267Z | Downloaded slog-bunyan v2.5.0 |
634 | 2024-08-26T23:27:17.267Z | Downloaded quick-error v1.2.3 |
635 | 2024-08-26T23:27:17.269Z | Downloaded fallible-iterator v0.2.0 |
636 | 2024-08-26T23:27:17.272Z | Downloaded stringprep v0.1.4 |
637 | 2024-08-26T23:27:17.275Z | Downloaded futures-executor v0.3.30 |
638 | 2024-08-26T23:27:17.275Z | Downloaded whoami v1.5.1 |
639 | 2024-08-26T23:27:17.278Z | Downloaded parse-display-derive v0.10.0 |
640 | 2024-08-26T23:27:17.280Z | Downloaded chacha20poly1305 v0.10.1 |
641 | 2024-08-26T23:27:17.284Z | Downloaded pem v3.0.4 |
642 | 2024-08-26T23:27:17.284Z | Downloaded crossbeam-channel v0.5.12 |
643 | 2024-08-26T23:27:17.287Z | Downloaded samael v0.0.15 |
644 | 2024-08-26T23:27:17.294Z | Downloaded mio v0.8.11 |
645 | 2024-08-26T23:27:17.300Z | Downloaded rand_seeder v0.3.0 |
646 | 2024-08-26T23:27:17.304Z | Downloaded yasna v0.5.2 |
647 | 2024-08-26T23:27:17.307Z | Downloaded rand_core v0.6.4 |
648 | 2024-08-26T23:27:17.307Z | Downloaded wait-timeout v0.2.0 |
649 | 2024-08-26T23:27:17.311Z | Downloaded slog-json v2.6.1 |
650 | 2024-08-26T23:27:17.311Z | Downloaded pkcs5 v0.7.1 |
651 | 2024-08-26T23:27:17.315Z | Downloaded tinyvec_macros v0.1.1 |
652 | 2024-08-26T23:27:17.317Z | Downloaded xattr v1.3.1 |
653 | 2024-08-26T23:27:17.320Z | Downloaded termios v0.3.3 |
654 | 2024-08-26T23:27:17.322Z | Downloaded siphasher v0.3.11 |
655 | 2024-08-26T23:27:17.322Z | Downloaded diesel_derives v2.2.2 |
656 | 2024-08-26T23:27:17.326Z | Downloaded rand_xorshift v0.3.0 |
657 | 2024-08-26T23:27:17.329Z | Downloaded pretty-hex v0.2.1 |
658 | 2024-08-26T23:27:17.332Z | Downloaded utf-8 v0.7.6 |
659 | 2024-08-26T23:27:17.332Z | Downloaded subtle v2.5.0 |
660 | 2024-08-26T23:27:17.334Z | Downloaded parking_lot v0.11.2 |
661 | 2024-08-26T23:27:17.337Z | Downloaded packed_struct_codegen v0.10.1 |
662 | 2024-08-26T23:27:17.337Z | Downloaded schemars v0.8.21 |
663 | 2024-08-26T23:27:17.350Z | Downloaded prettyplease v0.2.20 |
664 | 2024-08-26T23:27:17.356Z | Downloaded oso-derive v0.27.3 |
665 | 2024-08-26T23:27:17.359Z | Downloaded rand_chacha v0.3.1 |
666 | 2024-08-26T23:27:17.359Z | Downloaded hash32 v0.2.1 |
667 | 2024-08-26T23:27:17.359Z | Downloaded take_mut v0.2.2 |
668 | 2024-08-26T23:27:17.364Z | Downloaded getopts v0.2.21 |
669 | 2024-08-26T23:27:17.364Z | Downloaded tar v0.4.41 |
670 | 2024-08-26T23:27:17.367Z | Downloaded ff v0.13.0 |
671 | 2024-08-26T23:27:17.367Z | Downloaded pkcs1 v0.7.5 |
672 | 2024-08-26T23:27:17.371Z | Downloaded dirs-sys-next v0.1.2 |
673 | 2024-08-26T23:27:17.373Z | Downloaded rustls-pemfile v1.0.4 |
674 | 2024-08-26T23:27:17.376Z | Downloaded waitgroup v0.1.2 |
675 | 2024-08-26T23:27:17.376Z | Downloaded derive_builder_macro v0.20.0 |
676 | 2024-08-26T23:27:17.379Z | Downloaded signal-hook-mio v0.2.4 |
677 | 2024-08-26T23:27:17.379Z | Downloaded env_logger v0.10.2 |
678 | 2024-08-26T23:27:17.382Z | Downloaded signal-hook-registry v1.4.2 |
679 | 2024-08-26T23:27:17.386Z | Downloaded rustversion v1.0.17 |
680 | 2024-08-26T23:27:17.388Z | Downloaded portpicker v0.1.1 |
681 | 2024-08-26T23:27:17.388Z | Downloaded minimal-lexical v0.2.1 |
682 | 2024-08-26T23:27:17.393Z | Downloaded half v2.4.1 |
683 | 2024-08-26T23:27:17.397Z | Downloaded predicates-tree v1.0.9 |
684 | 2024-08-26T23:27:17.400Z | Downloaded fd-lock v4.0.2 |
685 | 2024-08-26T23:27:17.403Z | Downloaded display-error-chain v0.2.0 |
686 | 2024-08-26T23:27:17.403Z | Downloaded unicode-linebreak v0.1.5 |
687 | 2024-08-26T23:27:17.405Z | Downloaded endian-type v0.1.2 |
688 | 2024-08-26T23:27:17.405Z | Downloaded num-bigint-dig v0.8.4 |
689 | 2024-08-26T23:27:17.411Z | Downloaded same-file v1.0.6 |
690 | 2024-08-26T23:27:17.413Z | Downloaded structmeta-derive v0.3.0 |
691 | 2024-08-26T23:27:17.416Z | Downloaded scrypt v0.11.0 |
692 | 2024-08-26T23:27:17.419Z | Downloaded getrandom v0.2.14 |
693 | 2024-08-26T23:27:17.422Z | Downloaded funty v2.0.0 |
694 | 2024-08-26T23:27:17.422Z | Downloaded unicode_categories v0.1.1 |
695 | 2024-08-26T23:27:17.424Z | Downloaded http v1.1.0 |
696 | 2024-08-26T23:27:17.429Z | Downloaded pin-project-internal v1.1.5 |
697 | 2024-08-26T23:27:17.431Z | Downloaded structmeta-derive v0.2.0 |
698 | 2024-08-26T23:27:17.435Z | Downloaded rustls-pki-types v1.7.0 |
699 | 2024-08-26T23:27:17.438Z | Downloaded rustls-pemfile v2.1.3 |
700 | 2024-08-26T23:27:17.441Z | Downloaded ena v0.14.3 |
701 | 2024-08-26T23:27:17.442Z | Downloaded downcast v0.11.0 |
702 | 2024-08-26T23:27:17.442Z | Downloaded twox-hash v1.6.3 |
703 | 2024-08-26T23:27:17.445Z | Downloaded flagset v0.4.5 |
704 | 2024-08-26T23:27:17.448Z | Downloaded enum-as-inner v0.6.0 |
705 | 2024-08-26T23:27:17.448Z | Downloaded rpassword v7.3.1 |
706 | 2024-08-26T23:27:17.451Z | Downloaded radium v0.7.0 |
707 | 2024-08-26T23:27:17.451Z | Downloaded similar v2.6.0 |
708 | 2024-08-26T23:27:17.457Z | Downloaded walkdir v2.5.0 |
709 | 2024-08-26T23:27:17.460Z | Downloaded owo-colors v4.0.0 |
710 | 2024-08-26T23:27:17.463Z | Downloaded time v0.3.36 |
711 | 2024-08-26T23:27:17.470Z | Downloaded strum_macros v0.24.3 |
712 | 2024-08-26T23:27:17.473Z | Downloaded wyz v0.5.1 |
713 | 2024-08-26T23:27:17.476Z | Downloaded futures-core v0.3.30 |
714 | 2024-08-26T23:27:17.478Z | Downloaded derive_builder_core v0.20.0 |
715 | 2024-08-26T23:27:17.481Z | Downloaded slab v0.4.9 |
716 | 2024-08-26T23:27:17.481Z | Downloaded futures v0.3.30 |
717 | 2024-08-26T23:27:17.487Z | Downloaded zip v0.6.6 |
718 | 2024-08-26T23:27:17.491Z | Downloaded futures-channel v0.3.30 |
719 | 2024-08-26T23:27:17.494Z | Downloaded termcolor v1.4.1 |
720 | 2024-08-26T23:27:17.497Z | Downloaded vte_generate_state_changes v0.1.1 |
721 | 2024-08-26T23:27:17.497Z | Downloaded rayon-core v1.12.1 |
722 | 2024-08-26T23:27:17.501Z | Downloaded ref-cast-impl v1.0.23 |
723 | 2024-08-26T23:27:17.504Z | Downloaded home v0.5.9 |
724 | 2024-08-26T23:27:17.504Z | Downloaded diesel_table_macro_syntax v0.2.0 |
725 | 2024-08-26T23:27:17.508Z | Downloaded embedded-io v0.4.0 |
726 | 2024-08-26T23:27:17.508Z | Downloaded unicode-bidi v0.3.15 |
727 | 2024-08-26T23:27:17.510Z | Downloaded publicsuffix v2.2.3 |
728 | 2024-08-26T23:27:17.514Z | Downloaded fatfs v0.3.6 |
729 | 2024-08-26T23:27:17.519Z | Downloaded peg v0.8.4 |
730 | 2024-08-26T23:27:17.521Z | Downloaded hostname v0.3.1 |
731 | 2024-08-26T23:27:17.526Z | Downloaded psl-types v2.0.11 |
732 | 2024-08-26T23:27:17.526Z | Downloaded test-strategy v0.3.1 |
733 | 2024-08-26T23:27:17.529Z | Downloaded path-slash v0.1.5 |
734 | 2024-08-26T23:27:17.529Z | Downloaded r2d2 v0.8.10 |
735 | 2024-08-26T23:27:17.532Z | Downloaded tokio-util v0.7.11 |
736 | 2024-08-26T23:27:17.537Z | Downloaded phf_shared v0.10.0 |
737 | 2024-08-26T23:27:17.541Z | Downloaded smf v0.2.3 |
738 | 2024-08-26T23:27:17.541Z | Downloaded oso v0.27.3 |
739 | 2024-08-26T23:27:17.545Z | Downloaded zerocopy v0.6.6 |
740 | 2024-08-26T23:27:17.547Z | Downloaded snafu-derive v0.8.2 |
741 | 2024-08-26T23:27:17.550Z | Downloaded headers-core v0.2.0 |
742 | 2024-08-26T23:27:17.550Z | Downloaded chrono v0.4.38 |
743 | 2024-08-26T23:27:17.557Z | Downloaded spki v0.7.3 |
744 | 2024-08-26T23:27:17.559Z | Downloaded structmeta v0.3.0 |
745 | 2024-08-26T23:27:17.562Z | Downloaded serde-hex v0.1.0 |
746 | 2024-08-26T23:27:17.562Z | Downloaded secrecy v0.8.0 |
747 | 2024-08-26T23:27:17.565Z | Downloaded sec1 v0.7.3 |
748 | 2024-08-26T23:27:17.567Z | Downloaded zone v0.1.8 |
749 | 2024-08-26T23:27:17.567Z | Downloaded want v0.3.1 |
750 | 2024-08-26T23:27:17.567Z | Downloaded foreign-types-shared v0.3.1 |
751 | 2024-08-26T23:27:17.570Z | Downloaded tokio-native-tls v0.3.1 |
752 | 2024-08-26T23:27:17.570Z | Downloaded expectorate v1.1.0 |
753 | 2024-08-26T23:27:17.573Z | Downloaded crossterm v0.28.1 |
754 | 2024-08-26T23:27:17.581Z | Downloaded postcard v1.0.8 |
755 | 2024-08-26T23:27:17.584Z | Downloaded peg-runtime v0.8.3 |
756 | 2024-08-26T23:27:17.587Z | Downloaded serde_repr v0.1.19 |
757 | 2024-08-26T23:27:17.587Z | Downloaded paste v1.0.15 |
758 | 2024-08-26T23:27:17.590Z | Downloaded poly1305 v0.8.0 |
759 | 2024-08-26T23:27:17.593Z | Downloaded foreign-types-shared v0.1.1 |
760 | 2024-08-26T23:27:17.596Z | Downloaded float-cmp v0.9.0 |
761 | 2024-08-26T23:27:17.596Z | Downloaded hashlink v0.9.1 |
762 | 2024-08-26T23:27:17.606Z | Downloaded structmeta v0.2.0 |
763 | 2024-08-26T23:27:17.606Z | Downloaded slog-async v2.8.0 |
764 | 2024-08-26T23:27:17.606Z | Downloaded derive_more v0.99.18 |
765 | 2024-08-26T23:27:17.606Z | Downloaded hickory-resolver v0.24.1 |
766 | 2024-08-26T23:27:17.610Z | Downloaded parking_lot v0.12.2 |
767 | 2024-08-26T23:27:17.613Z | Downloaded form_urlencoded v1.2.1 |
768 | 2024-08-26T23:27:17.616Z | Downloaded pbkdf2 v0.12.2 |
769 | 2024-08-26T23:27:17.616Z | Downloaded rusty-fork v0.3.0 |
770 | 2024-08-26T23:27:17.619Z | Downloaded strum_macros v0.26.4 |
771 | 2024-08-26T23:27:17.622Z | Downloaded slog-scope v4.4.0 |
772 | 2024-08-26T23:27:17.622Z | Downloaded serde_arrays v0.1.0 |
773 | 2024-08-26T23:27:17.624Z | Downloaded predicates-core v1.0.6 |
774 | 2024-08-26T23:27:17.624Z | Downloaded postgres-protocol v0.6.7 |
775 | 2024-08-26T23:27:17.627Z | Downloaded slog-stdlog v4.1.1 |
776 | 2024-08-26T23:27:17.630Z | Downloaded openssl-sys v0.9.103 |
777 | 2024-08-26T23:27:17.633Z | Downloaded unicode-segmentation v1.11.0 |
778 | 2024-08-26T23:27:17.637Z | Downloaded phf v0.11.2 |
779 | 2024-08-26T23:27:17.640Z | Downloaded pin-project v1.1.5 |
780 | 2024-08-26T23:27:17.651Z | Downloaded tokio-rustls v0.24.1 |
781 | 2024-08-26T23:27:17.654Z | Downloaded sct v0.7.1 |
782 | 2024-08-26T23:27:17.658Z | Downloaded tls_codec_derive v0.4.1 |
783 | 2024-08-26T23:27:17.660Z | Downloaded heapless v0.7.17 |
784 | 2024-08-26T23:27:17.664Z | Downloaded itertools v0.13.0 |
785 | 2024-08-26T23:27:17.672Z | Downloaded blake3 v1.5.1 |
786 | 2024-08-26T23:27:17.681Z | Downloaded phf_shared v0.11.2 |
787 | 2024-08-26T23:27:17.684Z | Downloaded smallvec v1.13.2 |
788 | 2024-08-26T23:27:17.684Z | Downloaded vsss-rs v3.3.4 |
789 | 2024-08-26T23:27:17.705Z | Downloaded postgres-types v0.2.7 |
790 | 2024-08-26T23:27:17.705Z | Downloaded term v0.7.0 |
791 | 2024-08-26T23:27:17.705Z | Downloaded subprocess v0.2.9 |
792 | 2024-08-26T23:27:17.705Z | Downloaded peg-macros v0.8.4 |
793 | 2024-08-26T23:27:17.705Z | Downloaded toml v0.7.8 |
794 | 2024-08-26T23:27:17.705Z | Downloaded typed-path v0.7.1 |
795 | 2024-08-26T23:27:17.709Z | Downloaded tungstenite v0.20.1 |
796 | 2024-08-26T23:27:17.713Z | Downloaded idna v0.3.0 |
797 | 2024-08-26T23:27:17.721Z | Downloaded uuid v1.10.0 |
798 | 2024-08-26T23:27:17.725Z | Downloaded rustyline v14.0.0 |
799 | 2024-08-26T23:27:17.731Z | Downloaded highway v1.2.0 |
800 | 2024-08-26T23:27:17.733Z | Downloaded ron v0.7.1 |
801 | 2024-08-26T23:27:17.739Z | Downloaded ron v0.8.1 |
802 | 2024-08-26T23:27:17.745Z | Downloaded tokio-rustls v0.25.0 |
803 | 2024-08-26T23:27:17.747Z | Downloaded snafu v0.8.2 |
804 | 2024-08-26T23:27:17.754Z | Downloaded headers v0.3.9 |
805 | 2024-08-26T23:27:17.760Z | Downloaded futures-util v0.3.30 |
806 | 2024-08-26T23:27:17.774Z | Downloaded rsa v0.9.6 |
807 | 2024-08-26T23:27:17.780Z | Downloaded tracing v0.1.40 |
808 | 2024-08-26T23:27:17.785Z | Downloaded hyper v0.14.30 |
809 | 2024-08-26T23:27:17.794Z | Downloaded hickory-server v0.24.1 |
810 | 2024-08-26T23:27:17.801Z | Downloaded bitvec v1.0.1 |
811 | 2024-08-26T23:27:17.819Z | Downloaded http v0.2.12 |
812 | 2024-08-26T23:27:17.823Z | Downloaded git2 v0.19.0 |
813 | 2024-08-26T23:27:17.832Z | Downloaded tracing-core v0.1.32 |
814 | 2024-08-26T23:27:17.835Z | Downloaded flate2 v1.0.31 |
815 | 2024-08-26T23:27:17.842Z | Downloaded lalrpop v0.19.12 |
816 | 2024-08-26T23:27:17.853Z | Downloaded tokio-postgres v0.7.11 |
817 | 2024-08-26T23:27:17.859Z | Downloaded steno v0.4.1 |
818 | 2024-08-26T23:27:17.863Z | Downloaded hashbrown v0.13.2 |
819 | 2024-08-26T23:27:17.869Z | Downloaded unicode-normalization v0.1.23 |
820 | 2024-08-26T23:27:17.873Z | Downloaded portable-atomic v1.6.0 |
821 | 2024-08-26T23:27:17.880Z | Downloaded rustls-webpki v0.101.7 |
822 | 2024-08-26T23:27:17.896Z | Downloaded rusqlite v0.31.0 |
823 | 2024-08-26T23:27:17.902Z | Downloaded hkdf v0.12.4 |
824 | 2024-08-26T23:27:17.905Z | Downloaded curve25519-dalek v4.1.3 |
825 | 2024-08-26T23:27:17.915Z | Downloaded rayon v1.10.0 |
826 | 2024-08-26T23:27:17.925Z | Downloaded object v0.30.4 |
827 | 2024-08-26T23:27:17.937Z | Downloaded rustls-webpki v0.102.4 |
828 | 2024-08-26T23:27:17.957Z | Downloaded nix v0.27.1 |
829 | 2024-08-26T23:27:17.968Z | Downloaded winnow v0.5.40 |
830 | 2024-08-26T23:27:17.978Z | Downloaded openssl v0.10.66 |
831 | 2024-08-26T23:27:17.988Z | Downloaded vcpkg v0.2.15 |
832 | 2024-08-26T23:27:18.030Z | Downloaded reqwest v0.11.27 |
833 | 2024-08-26T23:27:18.038Z | Downloaded gimli v0.28.1 |
834 | 2024-08-26T23:27:18.047Z | Downloaded proptest v1.5.0 |
835 | 2024-08-26T23:27:18.058Z | Downloaded regex-syntax v0.6.29 |
836 | 2024-08-26T23:27:18.066Z | Downloaded regress v0.9.1 |
837 | 2024-08-26T23:27:18.076Z | Downloaded rustls v0.22.4 |
838 | 2024-08-26T23:27:18.091Z | Downloaded smoltcp v0.9.1 |
839 | 2024-08-26T23:27:18.103Z | Downloaded diesel v2.2.2 |
840 | 2024-08-26T23:27:18.125Z | Downloaded smoltcp v0.11.0 |
841 | 2024-08-26T23:27:18.139Z | Downloaded hickory-proto v0.24.1 |
842 | 2024-08-26T23:27:18.154Z | Downloaded openapiv3 v2.0.0 |
843 | 2024-08-26T23:27:18.168Z | Downloaded regex-syntax v0.8.4 |
844 | 2024-08-26T23:27:18.176Z | Downloaded bstr v1.9.1 |
845 | 2024-08-26T23:27:18.188Z | Downloaded rustls v0.21.12 |
846 | 2024-08-26T23:27:18.200Z | Downloaded ratatui v0.28.0 |
847 | 2024-08-26T23:27:18.223Z | Downloaded sled v0.34.7 |
848 | 2024-08-26T23:27:18.233Z | Downloaded zerocopy-derive v0.6.6 |
849 | 2024-08-26T23:27:18.244Z | Downloaded regex-automata v0.4.6 |
850 | 2024-08-26T23:27:18.266Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
851 | 2024-08-26T23:27:18.278Z | Downloaded regex v1.10.6 |
852 | 2024-08-26T23:27:18.292Z | Downloaded polar-core v0.27.3 |
853 | 2024-08-26T23:27:18.301Z | Downloaded finl_unicode v1.2.0 |
854 | 2024-08-26T23:27:18.315Z | Downloaded petgraph v0.6.5 |
855 | 2024-08-26T23:27:18.342Z | Downloaded tokio v1.38.1 |
856 | 2024-08-26T23:27:18.375Z | Downloaded object v0.32.2 |
857 | 2024-08-26T23:27:18.385Z | Downloaded csv v1.3.0 |
858 | 2024-08-26T23:27:18.407Z | Downloaded sha3 v0.10.8 |
859 | 2024-08-26T23:27:18.412Z | Downloaded idna v0.4.0 |
860 | 2024-08-26T23:27:18.420Z | Downloaded h2 v0.3.26 |
861 | 2024-08-26T23:27:18.427Z | Downloaded radix_trie v0.2.1 |
862 | 2024-08-26T23:27:18.432Z | Downloaded webpki-roots v0.25.4 |
863 | 2024-08-26T23:27:18.438Z | Downloaded nix v0.28.0 |
864 | 2024-08-26T23:27:18.455Z | Downloaded quick-xml v0.31.0 |
865 | 2024-08-26T23:27:18.458Z | Downloaded tough v0.17.1 |
866 | 2024-08-26T23:27:18.465Z | Downloaded vergen v8.3.2 |
867 | 2024-08-26T23:27:18.468Z | Downloaded sqlparser v0.45.0 |
868 | 2024-08-26T23:27:18.477Z | Downloaded reedline v0.33.0 |
869 | 2024-08-26T23:27:18.483Z | Downloaded encoding_rs v0.8.34 |
870 | 2024-08-26T23:27:18.507Z | Downloaded aho-corasick v1.1.3 |
871 | 2024-08-26T23:27:18.514Z | Downloaded toml_edit v0.19.15 |
872 | 2024-08-26T23:27:18.531Z | Downloaded idna v0.5.0 |
873 | 2024-08-26T23:27:18.538Z | Downloaded rcgen v0.12.1 |
874 | 2024-08-26T23:27:18.543Z | Downloaded elliptic-curve v0.13.8 |
875 | 2024-08-26T23:27:18.546Z | Downloaded hashbrown v0.12.3 |
876 | 2024-08-26T23:27:18.553Z | Downloaded heapless v0.8.0 |
877 | 2024-08-26T23:27:18.557Z | Downloaded strum_macros v0.25.3 |
878 | 2024-08-26T23:27:18.560Z | Downloaded parking_lot_core v0.9.10 |
879 | 2024-08-26T23:27:18.560Z | Downloaded diff v0.1.13 |
880 | 2024-08-26T23:27:18.565Z | Downloaded tungstenite v0.21.0 |
881 | 2024-08-26T23:27:18.568Z | Downloaded parking_lot_core v0.8.6 |
882 | 2024-08-26T23:27:18.571Z | Downloaded url v2.5.2 |
883 | 2024-08-26T23:27:18.574Z | Downloaded bindgen v0.69.4 |
884 | 2024-08-26T23:27:18.581Z | Downloaded float-ord v0.3.2 |
885 | 2024-08-26T23:27:18.583Z | Downloaded sqlformat v0.2.4 |
886 | 2024-08-26T23:27:18.583Z | Downloaded sha1 v0.10.6 |
887 | 2024-08-26T23:27:18.587Z | Downloaded tempfile v3.10.1 |
888 | 2024-08-26T23:27:18.589Z | Downloaded der v0.7.9 |
889 | 2024-08-26T23:27:18.593Z | Downloaded serde_with v3.9.0 |
890 | 2024-08-26T23:27:18.602Z | Downloaded tracing-attributes v0.1.27 |
891 | 2024-08-26T23:27:18.605Z | Downloaded unsafe-libyaml v0.2.11 |
892 | 2024-08-26T23:27:18.608Z | Downloaded uzers v0.11.3 |
893 | 2024-08-26T23:27:18.611Z | Downloaded textwrap v0.16.1 |
894 | 2024-08-26T23:27:18.614Z | Downloaded rand v0.8.5 |
895 | 2024-08-26T23:27:18.618Z | Downloaded rtoolbox v0.0.2 |
896 | 2024-08-26T23:27:18.621Z | Downloaded gethostname v0.5.0 |
897 | 2024-08-26T23:27:18.621Z | Downloaded rustfmt-wrapper v0.2.1 |
898 | 2024-08-26T23:27:18.625Z | Downloaded predicates v3.1.2 |
899 | 2024-08-26T23:27:18.627Z | Downloaded libm v0.2.8 |
900 | 2024-08-26T23:27:18.635Z | Downloaded powerfmt v0.2.0 |
901 | 2024-08-26T23:27:18.638Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
902 | 2024-08-26T23:27:18.700Z | Downloaded fixedbitset v0.4.2 |
903 | 2024-08-26T23:27:18.702Z | Downloaded erased-serde v0.3.31 |
904 | 2024-08-26T23:27:18.706Z | Downloaded itertools v0.10.5 |
905 | 2024-08-26T23:27:18.710Z | Downloaded tinyvec v1.6.0 |
906 | 2024-08-26T23:27:18.713Z | Downloaded nom v7.1.3 |
907 | 2024-08-26T23:27:18.719Z | Downloaded dirs-next v2.0.0 |
908 | 2024-08-26T23:27:18.721Z | Downloaded difflib v0.4.0 |
909 | 2024-08-26T23:27:18.721Z | Downloaded env_logger v0.9.3 |
910 | 2024-08-26T23:27:18.724Z | Downloaded pkcs8 v0.10.2 |
911 | 2024-08-26T23:27:18.727Z | Downloaded x509-cert v0.2.5 |
912 | 2024-08-26T23:27:18.733Z | Downloaded serde_derive_internals v0.29.1 |
913 | 2024-08-26T23:27:18.738Z | Downloaded hash32 v0.3.1 |
914 | 2024-08-26T23:27:18.738Z | Downloaded pin-project-lite v0.2.14 |
915 | 2024-08-26T23:27:18.743Z | Downloaded tls_codec v0.4.1 |
916 | 2024-08-26T23:27:18.743Z | Downloaded signature v2.2.0 |
917 | 2024-08-26T23:27:18.748Z | Downloaded password-hash v0.5.0 |
918 | 2024-08-26T23:27:18.748Z | Downloaded time-macros v0.2.18 |
919 | 2024-08-26T23:27:18.751Z | Downloaded serde_yaml v0.9.34+deprecated |
920 | 2024-08-26T23:27:18.756Z | Downloaded packed_struct v0.10.1 |
921 | 2024-08-26T23:27:18.756Z | Downloaded base64 v0.21.7 |
922 | 2024-08-26T23:27:18.759Z | Downloaded cc v1.0.97 |
923 | 2024-08-26T23:27:18.762Z | Downloaded fragile v2.0.0 |
924 | 2024-08-26T23:27:18.764Z | Downloaded ring v0.17.8 |
925 | 2024-08-26T23:27:18.838Z | Downloaded slog-envlogger v2.2.0 |
926 | 2024-08-26T23:27:18.841Z | Downloaded serde_plain v1.0.2 |
927 | 2024-08-26T23:27:18.841Z | Downloaded salsa20 v0.10.2 |
928 | 2024-08-26T23:27:18.844Z | Downloaded filetime v0.2.24 |
929 | 2024-08-26T23:27:18.844Z | Downloaded derive_builder v0.20.0 |
930 | 2024-08-26T23:27:18.849Z | Downloaded spin v0.5.2 |
931 | 2024-08-26T23:27:18.853Z | Downloaded socket2 v0.5.7 |
932 | 2024-08-26T23:27:18.853Z | Downloaded heck v0.3.3 |
933 | 2024-08-26T23:27:18.856Z | Downloaded futures-task v0.3.30 |
934 | 2024-08-26T23:27:18.856Z | Downloaded futures-macro v0.3.30 |
935 | 2024-08-26T23:27:18.856Z | Downloaded futures-io v0.3.30 |
936 | 2024-08-26T23:27:18.859Z | Downloaded zone_cfg_derive v0.1.2 |
937 | 2024-08-26T23:27:18.859Z | Downloaded rustc-demangle v0.1.24 |
938 | 2024-08-26T23:27:18.862Z | Downloaded hubpack v0.1.2 |
939 | 2024-08-26T23:27:18.862Z | Downloaded compact_str v0.8.0 |
940 | 2024-08-26T23:27:18.865Z | Downloaded universal-hash v0.5.1 |
941 | 2024-08-26T23:27:18.867Z | Downloaded unicode-xid v0.2.4 |
942 | 2024-08-26T23:27:18.867Z | Downloaded unicode-truncate v1.0.0 |
943 | 2024-08-26T23:27:18.870Z | Downloaded tui-tree-widget v0.22.0 |
944 | 2024-08-26T23:27:18.870Z | Downloaded pem-rfc7468 v0.7.0 |
945 | 2024-08-26T23:27:18.873Z | Downloaded tokio-tungstenite v0.20.1 |
946 | 2024-08-26T23:27:18.875Z | Downloaded indexmap v1.9.3 |
947 | 2024-08-26T23:27:18.878Z | Downloaded bytes v1.7.1 |
948 | 2024-08-26T23:27:18.882Z | Downloaded crc-any v2.5.0 |
949 | 2024-08-26T23:27:18.886Z | Downloaded fallible-streaming-iterator v0.1.9 |
950 | 2024-08-26T23:27:18.886Z | Downloaded ciborium v0.2.2 |
951 | 2024-08-26T23:27:18.888Z | Downloaded libxml v0.3.3 |
952 | 2024-08-26T23:27:18.895Z | Downloaded rustc_version v0.4.0 |
953 | 2024-08-26T23:27:18.899Z | Downloaded clang-sys v1.7.0 |
954 | 2024-08-26T23:27:18.902Z | Downloaded crossbeam-epoch v0.9.18 |
955 | 2024-08-26T23:27:18.905Z | Downloaded hickory-client v0.24.1 |
956 | 2024-08-26T23:27:18.909Z | Downloaded globset v0.4.14 |
957 | 2024-08-26T23:27:18.909Z | Downloaded slog-term v2.9.1 |
958 | 2024-08-26T23:27:18.912Z | Downloaded rustc-hash v1.1.0 |
959 | 2024-08-26T23:27:18.912Z | Downloaded resolv-conf v0.7.0 |
960 | 2024-08-26T23:27:18.915Z | Downloaded proc-macro-crate v1.3.1 |
961 | 2024-08-26T23:27:18.916Z | Downloaded num_enum_derive v0.5.11 |
962 | 2024-08-26T23:27:18.916Z | Downloaded darling v0.20.9 |
963 | 2024-08-26T23:27:18.920Z | Downloaded cookie v0.17.0 |
964 | 2024-08-26T23:27:18.924Z | Downloaded const-oid v0.9.6 |
965 | 2024-08-26T23:27:18.924Z | Downloaded colored v2.1.0 |
966 | 2024-08-26T23:27:18.927Z | Downloaded backoff v0.4.0 |
967 | 2024-08-26T23:27:18.929Z | Downloaded semver v0.1.20 |
968 | 2024-08-26T23:27:18.929Z | Downloaded scopeguard v1.2.0 |
969 | 2024-08-26T23:27:18.932Z | Downloaded num-complex v0.4.6 |
970 | 2024-08-26T23:27:18.935Z | Downloaded num v0.4.3 |
971 | 2024-08-26T23:27:18.935Z | Downloaded bitflags v1.3.2 |
972 | 2024-08-26T23:27:18.938Z | Downloaded dyn-clone v1.0.17 |
973 | 2024-08-26T23:27:18.940Z | Downloaded adler v1.0.2 |
974 | 2024-08-26T23:27:18.940Z | Downloaded smallvec v0.6.14 |
975 | 2024-08-26T23:27:18.943Z | Downloaded bcs v0.1.6 |
976 | 2024-08-26T23:27:18.943Z | Downloaded cassowary v0.3.0 |
977 | 2024-08-26T23:27:18.946Z | Downloaded async-stream v0.3.5 |
978 | 2024-08-26T23:27:18.949Z | Downloaded olpc-cjson v0.1.3 |
979 | 2024-08-26T23:27:18.949Z | Downloaded memoffset v0.9.1 |
980 | 2024-08-26T23:27:18.949Z | Downloaded libsw v3.3.1 |
981 | 2024-08-26T23:27:18.952Z | Downloaded newtype-uuid v1.1.0 |
982 | 2024-08-26T23:27:18.952Z | Downloaded nanorand v0.7.0 |
983 | 2024-08-26T23:27:18.955Z | Downloaded debug-ignore v1.0.5 |
984 | 2024-08-26T23:27:18.957Z | Downloaded jobserver v0.1.32 |
985 | 2024-08-26T23:27:18.960Z | Downloaded bitfield v0.14.0 |
986 | 2024-08-26T23:27:18.960Z | Downloaded base16ct v0.2.0 |
987 | 2024-08-26T23:27:18.963Z | Downloaded assert_matches v1.5.0 |
988 | 2024-08-26T23:27:18.963Z | Downloaded ascii-canvas v3.0.0 |
989 | 2024-08-26T23:27:18.963Z | Downloaded match_cfg v0.1.0 |
990 | 2024-08-26T23:27:18.966Z | Downloaded lazy_static v1.5.0 |
991 | 2024-08-26T23:27:18.966Z | Downloaded kstat-rs v0.2.4 |
992 | 2024-08-26T23:27:18.968Z | Downloaded base64 v0.22.1 |
993 | 2024-08-26T23:27:18.973Z | Downloaded md-5 v0.10.6 |
994 | 2024-08-26T23:27:18.976Z | Downloaded keccak v0.1.5 |
995 | 2024-08-26T23:27:18.976Z | Downloaded instability v0.3.2 |
996 | 2024-08-26T23:27:18.976Z | Downloaded indoc v1.0.9 |
997 | 2024-08-26T23:27:18.980Z | Downloaded impl-trait-for-tuples v0.2.2 |
998 | 2024-08-26T23:27:18.980Z | Downloaded hyper-staticfile v0.9.5 |
999 | 2024-08-26T23:27:18.985Z | Downloaded bit-set v0.5.3 |
1000 | 2024-08-26T23:27:18.985Z | Downloaded normalize-line-endings v0.3.0 |
1001 | 2024-08-26T23:27:18.988Z | Downloaded async-recursion v1.1.1 |
1002 | 2024-08-26T23:27:18.988Z | Downloaded hubpack_derive v0.1.1 |
1003 | 2024-08-26T23:27:18.991Z | Downloaded backtrace v0.3.71 |
1004 | 2024-08-26T23:27:18.995Z | Downloaded allocator-api2 v0.2.18 |
1005 | 2024-08-26T23:27:18.999Z | Downloaded aes v0.8.4 |
1006 | 2024-08-26T23:27:19.002Z | Downloaded blake2 v0.10.6 |
1007 | 2024-08-26T23:27:19.007Z | Downloaded atomicwrites v0.4.3 |
1008 | 2024-08-26T23:27:19.007Z | Downloaded lru-cache v0.1.2 |
1009 | 2024-08-26T23:27:19.010Z | Downloaded indicatif v0.17.8 |
1010 | 2024-08-26T23:27:19.014Z | Downloaded ciborium-io v0.2.2 |
1011 | 2024-08-26T23:27:19.014Z | Downloaded bitstruct v0.1.1 |
1012 | 2024-08-26T23:27:19.017Z | Downloaded cancel-safe-futures v0.1.5 |
1013 | 2024-08-26T23:27:19.021Z | Downloaded native-tls v0.2.11 |
1014 | 2024-08-26T23:27:19.021Z | Downloaded addr2line v0.21.0 |
1015 | 2024-08-26T23:27:19.024Z | Downloaded is-terminal v0.4.12 |
1016 | 2024-08-26T23:27:19.024Z | Downloaded bb8 v0.8.5 |
1017 | 2024-08-26T23:27:19.029Z | Downloaded atomic-waker v1.1.2 |
1018 | 2024-08-26T23:27:19.029Z | Downloaded const_format_proc_macros v0.2.32 |
1019 | 2024-08-26T23:27:19.029Z | Downloaded cexpr v0.6.0 |
1020 | 2024-08-26T23:27:19.032Z | Downloaded block-padding v0.3.3 |
1021 | 2024-08-26T23:27:19.032Z | Downloaded arrayref v0.3.7 |
1022 | 2024-08-26T23:27:19.171Z | Downloaded libz-sys v1.1.16 |
1023 | 2024-08-26T23:27:19.375Z | Downloaded libsqlite3-sys v0.28.0 |
1024 | 2024-08-26T23:27:19.451Z | Downloaded ring v0.16.20 |
1025 | 2024-08-26T23:27:19.636Z | Compiling cfg-if v1.0.0 |
1026 | 2024-08-26T23:27:19.636Z | Compiling serde v1.0.208 |
1027 | 2024-08-26T23:27:19.640Z | Compiling typenum v1.17.0 |
1028 | 2024-08-26T23:27:19.640Z | Compiling generic-array v0.14.7 |
1029 | 2024-08-26T23:27:19.640Z | Compiling lock_api v0.4.12 |
1030 | 2024-08-26T23:27:19.835Z | Compiling syn v2.0.74 |
1031 | 2024-08-26T23:27:19.838Z | Compiling scopeguard v1.2.0 |
1032 | 2024-08-26T23:27:19.838Z | Compiling log v0.4.21 |
1033 | 2024-08-26T23:27:19.884Z | Compiling getrandom v0.2.14 |
1034 | 2024-08-26T23:27:20.008Z | Compiling jobserver v0.1.32 |
1035 | 2024-08-26T23:27:20.129Z | Compiling rand_core v0.6.4 |
1036 | 2024-08-26T23:27:20.338Z | Compiling subtle v2.5.0 |
1037 | 2024-08-26T23:27:20.420Z | Compiling cc v1.0.97 |
1038 | 2024-08-26T23:27:20.439Z | Compiling const-oid v0.9.6 |
1039 | 2024-08-26T23:27:20.730Z | Compiling pin-project-lite v0.2.14 |
1040 | 2024-08-26T23:27:20.749Z | Compiling smallvec v1.13.2 |
1041 | 2024-08-26T23:27:20.843Z | Compiling parking_lot_core v0.9.10 |
1042 | 2024-08-26T23:27:20.878Z | Compiling signal-hook-registry v1.4.2 |
1043 | 2024-08-26T23:27:21.030Z | Compiling spin v0.9.8 |
1044 | 2024-08-26T23:27:21.191Z | Compiling mio v0.8.11 |
1045 | 2024-08-26T23:27:21.469Z | Compiling ahash v0.8.11 |
1046 | 2024-08-26T23:27:21.831Z | Compiling parking_lot v0.12.2 |
1047 | 2024-08-26T23:27:21.863Z | Compiling tinyvec_macros v0.1.1 |
1048 | 2024-08-26T23:27:21.964Z | Compiling tinyvec v1.6.0 |
1049 | 2024-08-26T23:27:22.133Z | Compiling num_cpus v1.16.0 |
1050 | 2024-08-26T23:27:22.270Z | Compiling socket2 v0.5.7 |
1051 | 2024-08-26T23:27:22.531Z | Compiling cpufeatures v0.2.12 |
1052 | 2024-08-26T23:27:22.549Z | Compiling futures-core v0.3.30 |
1053 | 2024-08-26T23:27:22.640Z | Compiling libm v0.2.8 |
1054 | 2024-08-26T23:27:22.718Z | Compiling serde_json v1.0.125 |
1055 | 2024-08-26T23:27:22.790Z | Compiling slab v0.4.9 |
1056 | 2024-08-26T23:27:22.810Z | Compiling num-traits v0.2.19 |
1057 | 2024-08-26T23:27:23.018Z | Compiling allocator-api2 v0.2.18 |
1058 | 2024-08-26T23:27:23.078Z | Compiling futures-sink v0.3.30 |
1059 | 2024-08-26T23:27:23.096Z | Compiling unicode-bidi v0.3.15 |
1060 | 2024-08-26T23:27:23.351Z | Compiling futures-channel v0.3.30 |
1061 | 2024-08-26T23:27:23.467Z | Compiling unicode-normalization v0.1.23 |
1062 | 2024-08-26T23:27:23.669Z | Compiling futures-task v0.3.30 |
1063 | 2024-08-26T23:27:23.745Z | Compiling vcpkg v0.2.15 |
1064 | 2024-08-26T23:27:23.876Z | Compiling pin-utils v0.1.0 |
1065 | 2024-08-26T23:27:23.967Z | Compiling pkg-config v0.3.30 |
1066 | 2024-08-26T23:27:23.987Z | Compiling futures-io v0.3.30 |
1067 | 2024-08-26T23:27:24.671Z | Compiling base64ct v1.6.0 |
1068 | 2024-08-26T23:27:24.690Z | Compiling flagset v0.4.5 |
1069 | 2024-08-26T23:27:24.776Z | Compiling percent-encoding v2.3.1 |
1070 | 2024-08-26T23:27:24.832Z | Compiling ring v0.17.8 |
1071 | 2024-08-26T23:27:24.911Z | Compiling ppv-lite86 v0.2.17 |
1072 | 2024-08-26T23:27:25.180Z | Compiling pem-rfc7468 v0.7.0 |
1073 | 2024-08-26T23:27:25.295Z | Compiling tracing-core v0.1.32 |
1074 | 2024-08-26T23:27:25.701Z | Compiling rustix v0.38.34 |
1075 | 2024-08-26T23:27:25.812Z | Compiling rand_chacha v0.3.1 |
1076 | 2024-08-26T23:27:26.063Z | Compiling untrusted v0.9.0 |
1077 | 2024-08-26T23:27:26.141Z | Compiling openssl-sys v0.9.103 |
1078 | 2024-08-26T23:27:26.239Z | Compiling rand v0.8.5 |
1079 | 2024-08-26T23:27:26.473Z | Compiling powerfmt v0.2.0 |
1080 | 2024-08-26T23:27:26.614Z | Compiling time-core v0.1.2 |
1081 | 2024-08-26T23:27:26.786Z | Compiling num-conv v0.1.0 |
1082 | 2024-08-26T23:27:26.807Z | Compiling openssl v0.10.66 |
1083 | 2024-08-26T23:27:26.850Z | Compiling foreign-types-shared v0.1.1 |
1084 | 2024-08-26T23:27:26.964Z | Compiling rustversion v1.0.17 |
1085 | 2024-08-26T23:27:27.069Z | Compiling httparse v1.8.0 |
1086 | 2024-08-26T23:27:27.200Z | Compiling time-macros v0.2.18 |
1087 | 2024-08-26T23:27:27.521Z | Compiling foreign-types v0.3.2 |
1088 | 2024-08-26T23:27:27.599Z | Compiling deranged v0.3.11 |
1089 | 2024-08-26T23:27:27.704Z | Compiling form_urlencoded v1.2.1 |
1090 | 2024-08-26T23:27:28.012Z | Compiling aho-corasick v1.1.3 |
1091 | 2024-08-26T23:27:28.034Z | Compiling crossbeam-utils v0.8.19 |
1092 | 2024-08-26T23:27:28.125Z | Compiling try-lock v0.2.5 |
1093 | 2024-08-26T23:27:28.284Z | Compiling native-tls v0.2.11 |
1094 | 2024-08-26T23:27:28.575Z | Compiling rustls v0.21.12 |
1095 | 2024-08-26T23:27:28.641Z | Compiling regex-syntax v0.8.4 |
1096 | 2024-08-26T23:27:28.879Z | Compiling syn v1.0.109 |
1097 | 2024-08-26T23:27:29.509Z | Compiling siphasher v0.3.11 |
1098 | 2024-08-26T23:27:29.528Z | Compiling num_threads v0.1.7 |
1099 | 2024-08-26T23:27:29.798Z | Compiling want v0.3.1 |
1100 | 2024-08-26T23:27:30.072Z | Compiling idna v0.5.0 |
1101 | 2024-08-26T23:27:30.363Z | Compiling time v0.3.36 |
1102 | 2024-08-26T23:27:30.764Z | Compiling socket2 v0.4.10 |
1103 | 2024-08-26T23:27:31.298Z | Compiling cookie v0.17.0 |
1104 | 2024-08-26T23:27:31.584Z | Compiling tower-service v0.3.2 |
1105 | 2024-08-26T23:27:31.657Z | Compiling httpdate v1.0.3 |
1106 | 2024-08-26T23:27:31.688Z | Compiling iana-time-zone v0.1.60 |
1107 | 2024-08-26T23:27:31.707Z | Compiling finl_unicode v1.2.0 |
1108 | 2024-08-26T23:27:32.103Z | Compiling openssl-probe v0.1.5 |
1109 | 2024-08-26T23:27:32.169Z | Compiling adler v1.0.2 |
1110 | 2024-08-26T23:27:32.231Z | Compiling regex-automata v0.4.6 |
1111 | 2024-08-26T23:27:32.410Z | Compiling slog v2.7.0 |
1112 | 2024-08-26T23:27:32.431Z | Compiling miniz_oxide v0.7.2 |
1113 | 2024-08-26T23:27:33.006Z | Compiling stringprep v0.1.4 |
1114 | 2024-08-26T23:27:33.501Z | Compiling url v2.5.2 |
1115 | 2024-08-26T23:27:38.248Z | Compiling serde_derive v1.0.208 |
1116 | 2024-08-26T23:27:38.337Z | Compiling zeroize_derive v1.4.2 |
1117 | 2024-08-26T23:27:38.337Z | Compiling zerocopy-derive v0.7.34 |
1118 | 2024-08-26T23:27:38.337Z | Compiling tokio-macros v2.3.0 |
1119 | 2024-08-26T23:27:38.337Z | Compiling thiserror-impl v1.0.63 |
1120 | 2024-08-26T23:27:38.337Z | Compiling futures-macro v0.3.30 |
1121 | 2024-08-26T23:27:38.337Z | Compiling zeroize v1.7.0 |
1122 | 2024-08-26T23:27:38.337Z | Compiling der_derive v0.7.2 |
1123 | 2024-08-26T23:27:38.337Z | Compiling zerocopy v0.7.34 |
1124 | 2024-08-26T23:27:38.472Z | Compiling futures-util v0.3.30 |
1125 | 2024-08-26T23:27:38.803Z | Compiling crypto-common v0.1.6 |
1126 | 2024-08-26T23:27:39.053Z | Compiling block-buffer v0.10.4 |
1127 | 2024-08-26T23:27:39.149Z | Compiling block-padding v0.3.3 |
1128 | 2024-08-26T23:27:39.365Z | Compiling digest v0.10.7 |
1129 | 2024-08-26T23:27:39.443Z | Compiling inout v0.1.3 |
1130 | 2024-08-26T23:27:39.742Z | Compiling hashbrown v0.14.5 |
1131 | 2024-08-26T23:27:39.787Z | Compiling thiserror v1.0.63 |
1132 | 2024-08-26T23:27:39.836Z | Compiling hmac v0.12.1 |
1133 | 2024-08-26T23:27:39.887Z | Compiling sha2 v0.10.8 |
1134 | 2024-08-26T23:27:39.925Z | Compiling cipher v0.4.4 |
1135 | 2024-08-26T23:27:40.083Z | Compiling pest v2.7.10 |
1136 | 2024-08-26T23:27:40.456Z | Compiling salsa20 v0.10.2 |
1137 | 2024-08-26T23:27:40.736Z | Compiling pbkdf2 v0.12.2 |
1138 | 2024-08-26T23:27:40.869Z | Compiling der v0.7.9 |
1139 | 2024-08-26T23:27:41.212Z | Compiling tracing-attributes v0.1.27 |
1140 | 2024-08-26T23:27:43.204Z | Compiling pest_meta v2.7.10 |
1141 | 2024-08-26T23:27:43.578Z | Compiling scroll_derive v0.12.0 |
1142 | 2024-08-26T23:27:44.379Z | Compiling spki v0.7.3 |
1143 | 2024-08-26T23:27:44.779Z | Compiling pest_generator v2.7.10 |
1144 | 2024-08-26T23:27:44.945Z | Compiling scrypt v0.11.0 |
1145 | 2024-08-26T23:27:45.154Z | Compiling scroll v0.12.0 |
1146 | 2024-08-26T23:27:45.260Z | Compiling tracing v0.1.40 |
1147 | 2024-08-26T23:27:45.575Z | Compiling cbc v0.1.2 |
1148 | 2024-08-26T23:27:45.647Z | Compiling aes v0.8.4 |
1149 | 2024-08-26T23:27:45.798Z | Compiling goblin v0.8.2 |
1150 | 2024-08-26T23:27:45.819Z | Compiling openssl-macros v0.1.1 |
1151 | 2024-08-26T23:27:46.625Z | Compiling pkcs5 v0.7.1 |
1152 | 2024-08-26T23:27:46.947Z | Compiling md-5 v0.10.6 |
1153 | 2024-08-26T23:27:47.227Z | Compiling num-integer v0.1.46 |
1154 | 2024-08-26T23:27:47.920Z | Compiling rustls-webpki v0.101.7 |
1155 | 2024-08-26T23:27:48.074Z | Compiling sct v0.7.1 |
1156 | 2024-08-26T23:27:48.408Z | Compiling pkcs8 v0.10.2 |
1157 | 2024-08-26T23:27:48.521Z | Compiling pest_derive v2.7.10 |
1158 | 2024-08-26T23:27:48.615Z | Compiling backtrace v0.3.71 |
1159 | 2024-08-26T23:27:49.126Z | Compiling idna v0.3.0 |
1160 | 2024-08-26T23:27:49.152Z | Compiling lazy_static v1.5.0 |
1161 | 2024-08-26T23:27:49.317Z | Compiling hash32 v0.2.1 |
1162 | 2024-08-26T23:27:49.372Z | Compiling dtrace-parser v0.2.0 |
1163 | 2024-08-26T23:27:49.707Z | Compiling bytes v1.7.1 |
1164 | 2024-08-26T23:27:49.784Z | Compiling bitflags v2.6.0 |
1165 | 2024-08-26T23:27:49.962Z | Compiling indexmap v2.4.0 |
1166 | 2024-08-26T23:27:50.241Z | Compiling semver v1.0.23 |
1167 | 2024-08-26T23:27:50.819Z | Compiling tokio v1.38.1 |
1168 | 2024-08-26T23:27:51.060Z | Compiling http v0.2.12 |
1169 | 2024-08-26T23:27:51.078Z | Compiling rustc_version v0.4.0 |
1170 | 2024-08-26T23:27:51.877Z | Compiling heapless v0.7.17 |
1171 | 2024-08-26T23:27:52.358Z | Compiling dof v0.3.0 |
1172 | 2024-08-26T23:27:53.099Z | Compiling http-body v0.4.6 |
1173 | 2024-08-26T23:27:53.577Z | Compiling uuid v1.10.0 |
1174 | 2024-08-26T23:27:53.667Z | Compiling usdt-impl v0.5.0 |
1175 | 2024-08-26T23:27:54.694Z | Compiling serde_tokenstream v0.2.2 |
1176 | 2024-08-26T23:27:54.770Z | Compiling chrono v0.4.38 |
1177 | 2024-08-26T23:27:55.088Z | Compiling toml_datetime v0.6.8 |
1178 | 2024-08-26T23:27:55.354Z | Compiling serde_spanned v0.6.7 |
1179 | 2024-08-26T23:27:55.385Z | Compiling fallible-iterator v0.2.0 |
1180 | 2024-08-26T23:27:55.600Z | Compiling cfg_aliases v0.1.1 |
1181 | 2024-08-26T23:27:55.630Z | Compiling gimli v0.28.1 |
1182 | 2024-08-26T23:27:55.698Z | Compiling stable_deref_trait v1.2.0 |
1183 | 2024-08-26T23:27:55.806Z | Compiling base64 v0.22.1 |
1184 | 2024-08-26T23:27:56.142Z | Compiling num-bigint-dig v0.8.4 |
1185 | 2024-08-26T23:27:56.473Z | Compiling crc32fast v1.4.0 |
1186 | 2024-08-26T23:27:56.590Z | Compiling signal-hook v0.3.17 |
1187 | 2024-08-26T23:27:56.726Z | Compiling smoltcp v0.9.1 |
1188 | 2024-08-26T23:27:56.883Z | Compiling psl-types v2.0.11 |
1189 | 2024-08-26T23:27:57.085Z | Compiling publicsuffix v2.2.3 |
1190 | 2024-08-26T23:27:57.134Z | Compiling postgres-protocol v0.6.7 |
1191 | 2024-08-26T23:27:57.511Z | Compiling nix v0.28.0 |
1192 | 2024-08-26T23:27:58.430Z | Compiling terminal_size v0.3.0 |
1193 | 2024-08-26T23:27:58.547Z | Compiling hubpack_derive v0.1.1 |
1194 | 2024-08-26T23:27:58.616Z | Compiling num-iter v0.1.45 |
1195 | 2024-08-26T23:27:58.626Z | Compiling async-trait v0.1.81 |
1196 | 2024-08-26T23:27:58.659Z | Compiling zerocopy-derive v0.6.6 |
1197 | 2024-08-26T23:27:59.530Z | Compiling tokio-util v0.7.11 |
1198 | 2024-08-26T23:27:59.902Z | Compiling tokio-native-tls v0.3.1 |
1199 | 2024-08-26T23:28:00.024Z | Compiling tokio-rustls v0.24.1 |
1200 | 2024-08-26T23:28:00.189Z | Compiling addr2line v0.21.0 |
1201 | 2024-08-26T23:28:00.451Z | Compiling phf_shared v0.11.2 |
1202 | 2024-08-26T23:28:00.599Z | Compiling h2 v0.3.26 |
1203 | 2024-08-26T23:28:00.831Z | Compiling serde_derive_internals v0.29.1 |
1204 | 2024-08-26T23:28:00.851Z | Compiling ff v0.13.0 |
1205 | 2024-08-26T23:28:00.924Z | Compiling object v0.32.2 |
1206 | 2024-08-26T23:28:00.952Z | Compiling fs-err v2.11.0 |
1207 | 2024-08-26T23:28:00.996Z | Compiling base16ct v0.2.0 |
1208 | 2024-08-26T23:28:01.079Z | Compiling rustc-demangle v0.1.24 |
1209 | 2024-08-26T23:28:01.272Z | Compiling managed v0.8.0 |
1210 | 2024-08-26T23:28:01.332Z | Compiling ipnet v2.9.0 |
1211 | 2024-08-26T23:28:01.569Z | Compiling winnow v0.5.40 |
1212 | 2024-08-26T23:28:01.720Z | Compiling anyhow v1.0.86 |
1213 | 2024-08-26T23:28:02.118Z | Compiling either v1.13.0 |
1214 | 2024-08-26T23:28:02.382Z | Compiling base64 v0.21.7 |
1215 | 2024-08-26T23:28:02.558Z | Compiling schemars v0.8.21 |
1216 | 2024-08-26T23:28:02.583Z | Compiling bitflags v1.3.2 |
1217 | 2024-08-26T23:28:02.991Z | Compiling rustls-pemfile v1.0.4 |
1218 | 2024-08-26T23:28:03.394Z | Compiling clap_builder v4.5.15 |
1219 | 2024-08-26T23:28:03.621Z | Compiling sec1 v0.7.3 |
1220 | 2024-08-26T23:28:03.712Z | Compiling schemars_derive v0.8.21 |
1221 | 2024-08-26T23:28:04.254Z | Compiling group v0.13.0 |
1222 | 2024-08-26T23:28:04.631Z | Compiling zerocopy v0.6.6 |
1223 | 2024-08-26T23:28:04.935Z | Compiling phf v0.11.2 |
1224 | 2024-08-26T23:28:05.237Z | Compiling toml_edit v0.19.15 |
1225 | 2024-08-26T23:28:05.505Z | Compiling hubpack v0.1.2 |
1226 | 2024-08-26T23:28:05.646Z | Compiling cookie_store v0.20.0 |
1227 | 2024-08-26T23:28:06.896Z | Compiling postgres-types v0.2.7 |
1228 | 2024-08-26T23:28:07.581Z | Compiling usdt-macro v0.5.0 |
1229 | 2024-08-26T23:28:08.222Z | Compiling hyper v0.14.30 |
1230 | 2024-08-26T23:28:08.506Z | Compiling usdt-attr-macro v0.5.0 |
1231 | 2024-08-26T23:28:09.144Z | Compiling serde_urlencoded v0.7.1 |
1232 | 2024-08-26T23:28:09.747Z | Compiling pkcs1 v0.7.5 |
1233 | 2024-08-26T23:28:10.293Z | Compiling futures-executor v0.3.30 |
1234 | 2024-08-26T23:28:10.822Z | Compiling hkdf v0.12.4 |
1235 | 2024-08-26T23:28:10.882Z | Compiling signature v2.2.0 |
1236 | 2024-08-26T23:28:11.103Z | Compiling crypto-bigint v0.5.5 |
1237 | 2024-08-26T23:28:11.192Z | Compiling regex v1.10.6 |
1238 | 2024-08-26T23:28:11.903Z | Compiling bstr v1.9.1 |
1239 | 2024-08-26T23:28:12.134Z | Compiling enum-as-inner v0.6.0 |
1240 | 2024-08-26T23:28:12.318Z | Compiling clap_derive v4.5.13 |
1241 | 2024-08-26T23:28:13.170Z | Compiling serde_repr v0.1.19 |
1242 | 2024-08-26T23:28:13.300Z | Compiling strum_macros v0.25.3 |
1243 | 2024-08-26T23:28:13.652Z | Compiling phf_shared v0.10.0 |
1244 | 2024-08-26T23:28:13.758Z | Compiling float-cmp v0.9.0 |
1245 | 2024-08-26T23:28:13.986Z | Compiling idna v0.4.0 |
1246 | 2024-08-26T23:28:14.068Z | Compiling mio v1.0.2 |
1247 | 2024-08-26T23:28:14.446Z | Compiling encoding_rs v0.8.34 |
1248 | 2024-08-26T23:28:15.241Z | Compiling normalize-line-endings v0.3.0 |
1249 | 2024-08-26T23:28:15.376Z | Compiling whoami v1.5.1 |
1250 | 2024-08-26T23:28:15.647Z | Compiling hyper-tls v0.5.0 |
1251 | 2024-08-26T23:28:16.029Z | Compiling hyper-rustls v0.24.2 |
1252 | 2024-08-26T23:28:16.049Z | Compiling bit-vec v0.6.3 |
1253 | 2024-08-26T23:28:16.396Z | Compiling static_assertions v1.1.0 |
1254 | 2024-08-26T23:28:16.503Z | Compiling precomputed-hash v0.1.1 |
1255 | 2024-08-26T23:28:16.531Z | Compiling sync_wrapper v0.1.2 |
1256 | 2024-08-26T23:28:16.626Z | Compiling data-encoding v2.6.0 |
1257 | 2024-08-26T23:28:16.669Z | Compiling fixedbitset v0.4.2 |
1258 | 2024-08-26T23:28:17.133Z | Compiling minimal-lexical v0.2.1 |
1259 | 2024-08-26T23:28:17.597Z | Compiling mime v0.3.17 |
1260 | 2024-08-26T23:28:17.620Z | Compiling predicates-core v1.0.6 |
1261 | 2024-08-26T23:28:17.637Z | Compiling dyn-clone v1.0.17 |
1262 | 2024-08-26T23:28:17.672Z | Compiling unicode-segmentation v1.11.0 |
1263 | 2024-08-26T23:28:17.859Z | Compiling difflib v0.4.0 |
1264 | 2024-08-26T23:28:17.990Z | Compiling new_debug_unreachable v1.0.6 |
1265 | 2024-08-26T23:28:18.091Z | Compiling webpki-roots v0.25.4 |
1266 | 2024-08-26T23:28:18.203Z | Compiling string_cache v0.8.7 |
1267 | 2024-08-26T23:28:18.273Z | Compiling predicates v3.1.2 |
1268 | 2024-08-26T23:28:18.583Z | Compiling similar v2.6.0 |
1269 | 2024-08-26T23:28:18.670Z | Compiling reqwest v0.11.27 |
1270 | 2024-08-26T23:28:19.041Z | Compiling clap v4.5.16 |
1271 | 2024-08-26T23:28:19.180Z | Compiling toml_edit v0.22.20 |
1272 | 2024-08-26T23:28:19.255Z | Compiling console v0.15.8 |
1273 | 2024-08-26T23:28:19.512Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1274 | 2024-08-26T23:28:20.097Z | Compiling nom v7.1.3 |
1275 | 2024-08-26T23:28:20.863Z | Compiling hickory-proto v0.24.1 |
1276 | 2024-08-26T23:28:21.215Z | Compiling petgraph v0.6.5 |
1277 | 2024-08-26T23:28:21.603Z | Compiling bit-set v0.5.3 |
1278 | 2024-08-26T23:28:21.905Z | Compiling tokio-postgres v0.7.11 |
1279 | 2024-08-26T23:28:22.796Z | Compiling usdt v0.5.0 |
1280 | 2024-08-26T23:28:23.322Z | Compiling signal-hook-mio v0.2.4 |
1281 | 2024-08-26T23:28:23.515Z | Compiling elliptic-curve v0.13.8 |
1282 | 2024-08-26T23:28:23.979Z | Compiling rsa v0.9.6 |
1283 | 2024-08-26T23:28:24.415Z | Compiling futures v0.3.30 |
1284 | 2024-08-26T23:28:25.346Z | Compiling toml v0.7.8 |
1285 | 2024-08-26T23:28:25.451Z | Compiling flate2 v1.0.31 |
1286 | 2024-08-26T23:28:27.141Z | Compiling itertools v0.10.5 |
1287 | 2024-08-26T23:28:27.346Z | Compiling itertools v0.12.1 |
1288 | 2024-08-26T23:28:27.973Z | Compiling tokio-stream v0.1.15 |
1289 | 2024-08-26T23:28:28.064Z | Compiling openapiv3 v2.0.0 |
1290 | 2024-08-26T23:28:28.990Z | Compiling hex v0.4.3 |
1291 | 2024-08-26T23:28:29.662Z | Compiling sha1 v0.10.6 |
1292 | 2024-08-26T23:28:30.111Z | Compiling crossbeam-epoch v0.9.18 |
1293 | 2024-08-26T23:28:30.131Z | Compiling dirs-sys-next v0.1.2 |
1294 | 2024-08-26T23:28:30.364Z | Compiling peg-runtime v0.8.3 |
1295 | 2024-08-26T23:28:30.640Z | Compiling lalrpop-util v0.19.12 |
1296 | 2024-08-26T23:28:30.841Z | Compiling unicode-xid v0.2.4 |
1297 | 2024-08-26T23:28:30.883Z | Compiling dirs-next v2.0.0 |
1298 | 2024-08-26T23:28:31.017Z | Compiling thread_local v1.1.8 |
1299 | 2024-08-26T23:28:31.038Z | Compiling slog-async v2.8.0 |
1300 | 2024-08-26T23:28:31.061Z | Compiling term v0.7.0 |
1301 | 2024-08-26T23:28:31.092Z | Compiling xattr v1.3.1 |
1302 | 2024-08-26T23:28:31.383Z | Compiling crossbeam-channel v0.5.12 |
1303 | 2024-08-26T23:28:31.597Z | Compiling strum_macros v0.26.4 |
1304 | 2024-08-26T23:28:31.692Z | Compiling filetime v0.2.24 |
1305 | 2024-08-26T23:28:31.833Z | Compiling is-terminal v0.4.12 |
1306 | 2024-08-26T23:28:31.972Z | Compiling take_mut v0.2.2 |
1307 | 2024-08-26T23:28:32.002Z | Compiling slog-term v2.9.1 |
1308 | 2024-08-26T23:28:32.140Z | Compiling tar v0.4.41 |
1309 | 2024-08-26T23:28:32.675Z | Compiling camino v1.1.9 |
1310 | 2024-08-26T23:28:33.907Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1311 | 2024-08-26T23:28:34.827Z | Compiling strum v0.26.3 |
1312 | 2024-08-26T23:28:34.913Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1313 | 2024-08-26T23:28:40.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
1314 | 2024-08-26T23:28:40.778Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1315 | 2024-08-26T23:28:40.832Z | Aug 26 23:28:39.232 INFO Starting download, target: Clickhouse |
1316 | 2024-08-26T23:28:40.834Z | Aug 26 23:28:39.232 INFO Starting download, target: Cockroach |
1317 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.232 INFO Starting download, target: Console |
1318 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.232 INFO Starting download, target: DendriteOpenapi |
1319 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.232 INFO Starting download, target: DendriteStub |
1320 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.232 INFO Starting download, target: MaghemiteMgd |
1321 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.232 INFO Starting download, target: TransceiverControl |
1322 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.233 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1323 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.233 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1324 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.233 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1325 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.233 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1326 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.233 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1327 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.233 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1328 | 2024-08-26T23:28:40.835Z | Aug 26 23:28:39.233 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1329 | 2024-08-26T23:28:41.053Z | Aug 26 23:28:39.447 INFO Download complete, target: DendriteOpenapi |
1330 | 2024-08-26T23:28:41.143Z | Aug 26 23:28:39.541 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1331 | 2024-08-26T23:28:41.546Z | Aug 26 23:28:39.945 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1332 | 2024-08-26T23:28:41.580Z | Aug 26 23:28:39.980 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1333 | 2024-08-26T23:28:41.657Z | Aug 26 23:28:40.057 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1334 | 2024-08-26T23:28:41.978Z | Aug 26 23:28:40.378 INFO Download complete, target: TransceiverControl |
1335 | 2024-08-26T23:28:42.008Z | Aug 26 23:28:40.408 INFO Download complete, target: Console |
1336 | 2024-08-26T23:28:42.046Z | Aug 26 23:28:40.446 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1337 | 2024-08-26T23:28:42.046Z | Aug 26 23:28:40.446 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1338 | 2024-08-26T23:28:43.055Z | Aug 26 23:28:41.455 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1339 | 2024-08-26T23:28:44.851Z | Aug 26 23:28:43.251 INFO Download complete, target: DendriteStub |
1340 | 2024-08-26T23:28:45.052Z | Aug 26 23:28:43.452 INFO Download complete, target: MaghemiteMgd |
1341 | 2024-08-26T23:28:50.802Z | Aug 26 23:28:49.203 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1342 | 2024-08-26T23:28:51.171Z | Aug 26 23:28:49.572 INFO Checking that binary works, target: Cockroach |
1343 | 2024-08-26T23:28:51.335Z | Aug 26 23:28:49.736 INFO Download complete, target: Cockroach |
1344 | 2024-08-26T23:28:57.637Z | Aug 26 23:28:56.039 INFO Checking that binary works, target: Clickhouse |
1345 | 2024-08-26T23:28:58.064Z | Aug 26 23:28:56.466 INFO Download complete, target: Clickhouse |
1346 | 2024-08-26T23:28:58.072Z | All prerequisites installed successfully |
1347 | 2024-08-26T23:28:58.075Z | |
1348 | 2024-08-26T23:28:58.075Z | real 3:54.829716319 |
1349 | 2024-08-26T23:28:58.075Z | user 11:54.969725610 |
1350 | 2024-08-26T23:28:58.075Z | sys 2:29.372083708 |
1351 | 2024-08-26T23:28:58.075Z | trap 0.470022769 |
1352 | 2024-08-26T23:28:58.075Z | tflt 5.097796520 |
1353 | 2024-08-26T23:28:58.075Z | dflt 3.571927989 |
1354 | 2024-08-26T23:28:58.075Z | kflt 0.419571350 |
1355 | 2024-08-26T23:28:58.075Z | lock 23:40.527175345 |
1356 | 2024-08-26T23:28:58.075Z | slp 46:11.909313823 |
1357 | 2024-08-26T23:28:58.075Z | lat 39.348526114 |
1358 | 2024-08-26T23:28:58.075Z | stop 1:45.392988281 |
1359 | 2024-08-26T23:28:58.075Z | + ptime -m cargo xtask download softnpu |
1360 | 2024-08-26T23:28:58.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1361 | 2024-08-26T23:28:58.682Z | Running `target/debug/xtask download softnpu` |
1362 | 2024-08-26T23:28:59.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1363 | 2024-08-26T23:28:59.593Z | Running `target/debug/xtask-downloader softnpu` |
1364 | 2024-08-26T23:28:59.627Z | Aug 26 23:28:58.029 INFO Starting download, target: Softnpu |
1365 | 2024-08-26T23:28:59.630Z | Aug 26 23:28:58.030 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1366 | 2024-08-26T23:29:00.151Z | Aug 26 23:28:58.553 INFO Download complete, target: Softnpu |
1367 | 2024-08-26T23:29:00.156Z | |
1368 | 2024-08-26T23:29:00.158Z | real 2.075669011 |
1369 | 2024-08-26T23:29:00.158Z | user 1.271576948 |
1370 | 2024-08-26T23:29:00.158Z | sys 0.591373849 |
1371 | 2024-08-26T23:29:00.158Z | trap 0.000261610 |
1372 | 2024-08-26T23:29:00.158Z | tflt 0.000011111 |
1373 | 2024-08-26T23:29:00.158Z | dflt 0.000009970 |
1374 | 2024-08-26T23:29:00.158Z | kflt 0.000000000 |
1375 | 2024-08-26T23:29:00.158Z | lock 5.344796949 |
1376 | 2024-08-26T23:29:00.158Z | slp 0.520410167 |
1377 | 2024-08-26T23:29:00.158Z | lat 0.067774032 |
1378 | 2024-08-26T23:29:00.158Z | stop 0.000435925 |
1379 | 2024-08-26T23:29:00.158Z | + export CARGO_INCREMENTAL=0 |
1380 | 2024-08-26T23:29:00.158Z | + CARGO_INCREMENTAL=0 |
1381 | 2024-08-26T23:29:00.159Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1382 | 2024-08-26T23:29:01.147Z | Compiling proc-macro2 v1.0.86 |
1383 | 2024-08-26T23:29:01.147Z | Compiling unicode-ident v1.0.12 |
1384 | 2024-08-26T23:29:01.150Z | Compiling libc v0.2.156 |
1385 | 2024-08-26T23:29:01.150Z | Compiling serde v1.0.208 |
1386 | 2024-08-26T23:29:01.150Z | Compiling version_check v0.9.5 |
1387 | 2024-08-26T23:29:01.150Z | Compiling autocfg v1.3.0 |
1388 | 2024-08-26T23:29:01.150Z | Compiling cfg-if v1.0.0 |
1389 | 2024-08-26T23:29:01.150Z | Compiling once_cell v1.19.0 |
1390 | 2024-08-26T23:29:01.459Z | Compiling typenum v1.17.0 |
1391 | 2024-08-26T23:29:01.476Z | Compiling memchr v2.7.2 |
1392 | 2024-08-26T23:29:01.932Z | Compiling byteorder v1.5.0 |
1393 | 2024-08-26T23:29:02.044Z | Compiling lock_api v0.4.12 |
1394 | 2024-08-26T23:29:02.413Z | Compiling generic-array v0.14.7 |
1395 | 2024-08-26T23:29:02.467Z | Compiling ahash v0.8.11 |
1396 | 2024-08-26T23:29:02.483Z | Compiling serde_json v1.0.125 |
1397 | 2024-08-26T23:29:02.749Z | Compiling quote v1.0.36 |
1398 | 2024-08-26T23:29:02.827Z | Compiling libm v0.2.8 |
1399 | 2024-08-26T23:29:02.829Z | Compiling num-traits v0.2.19 |
1400 | 2024-08-26T23:29:03.118Z | Compiling parking_lot_core v0.9.10 |
1401 | 2024-08-26T23:29:03.170Z | Compiling syn v2.0.74 |
1402 | 2024-08-26T23:29:03.187Z | Compiling thiserror v1.0.63 |
1403 | 2024-08-26T23:29:03.390Z | Compiling getrandom v0.2.14 |
1404 | 2024-08-26T23:29:03.553Z | Compiling jobserver v0.1.32 |
1405 | 2024-08-26T23:29:03.711Z | Compiling scopeguard v1.2.0 |
1406 | 2024-08-26T23:29:03.774Z | Compiling itoa v1.0.11 |
1407 | 2024-08-26T23:29:03.893Z | Compiling log v0.4.21 |
1408 | 2024-08-26T23:29:04.017Z | Compiling cc v1.0.97 |
1409 | 2024-08-26T23:29:04.345Z | Compiling allocator-api2 v0.2.18 |
1410 | 2024-08-26T23:29:04.382Z | Compiling rand_core v0.6.4 |
1411 | 2024-08-26T23:29:04.408Z | Compiling slab v0.4.9 |
1412 | 2024-08-26T23:29:04.806Z | Compiling semver v1.0.23 |
1413 | 2024-08-26T23:29:04.852Z | Compiling pin-project-lite v0.2.14 |
1414 | 2024-08-26T23:29:05.131Z | Compiling ryu v1.0.18 |
1415 | 2024-08-26T23:29:05.396Z | Compiling smallvec v1.13.2 |
1416 | 2024-08-26T23:29:05.413Z | Compiling equivalent v1.0.1 |
1417 | 2024-08-26T23:29:05.560Z | Compiling schemars v0.8.21 |
1418 | 2024-08-26T23:29:05.577Z | Compiling vcpkg v0.2.15 |
1419 | 2024-08-26T23:29:05.680Z | Compiling pkg-config v0.3.30 |
1420 | 2024-08-26T23:29:05.936Z | Compiling spin v0.9.8 |
1421 | 2024-08-26T23:29:06.424Z | Compiling signal-hook-registry v1.4.2 |
1422 | 2024-08-26T23:29:06.829Z | Compiling subtle v2.5.0 |
1423 | 2024-08-26T23:29:07.205Z | Compiling parking_lot v0.12.2 |
1424 | 2024-08-26T23:29:07.414Z | Compiling ring v0.17.8 |
1425 | 2024-08-26T23:29:07.434Z | Compiling openssl-sys v0.9.103 |
1426 | 2024-08-26T23:29:07.976Z | Compiling mio v0.8.11 |
1427 | 2024-08-26T23:29:08.476Z | Compiling const-oid v0.9.6 |
1428 | 2024-08-26T23:29:08.510Z | Compiling socket2 v0.5.7 |
1429 | 2024-08-26T23:29:08.815Z | Compiling num_cpus v1.16.0 |
1430 | 2024-08-26T23:29:09.336Z | Compiling syn v1.0.109 |
1431 | 2024-08-26T23:29:09.601Z | Compiling heck v0.5.0 |
1432 | 2024-08-26T23:29:09.878Z | Compiling httparse v1.8.0 |
1433 | 2024-08-26T23:29:10.064Z | Compiling time-core v0.1.2 |
1434 | 2024-08-26T23:29:10.243Z | Compiling num-conv v0.1.0 |
1435 | 2024-08-26T23:29:10.342Z | Compiling fnv v1.0.7 |
1436 | 2024-08-26T23:29:10.366Z | Compiling openssl v0.10.66 |
1437 | 2024-08-26T23:29:10.381Z | Compiling rustix v0.38.34 |
1438 | 2024-08-26T23:29:10.526Z | Compiling time-macros v0.2.18 |
1439 | 2024-08-26T23:29:10.547Z | Compiling futures-core v0.3.30 |
1440 | 2024-08-26T23:29:11.021Z | Compiling serde_derive_internals v0.29.1 |
1441 | 2024-08-26T23:29:11.059Z | Compiling crossbeam-utils v0.8.19 |
1442 | 2024-08-26T23:29:11.919Z | Compiling rustls v0.21.12 |
1443 | 2024-08-26T23:29:12.194Z | Compiling iana-time-zone v0.1.60 |
1444 | 2024-08-26T23:29:12.268Z | Compiling native-tls v0.2.11 |
1445 | 2024-08-26T23:29:12.650Z | Compiling tinyvec_macros v0.1.1 |
1446 | 2024-08-26T23:29:12.751Z | Compiling tinyvec v1.6.0 |
1447 | 2024-08-26T23:29:13.221Z | Compiling ucd-trie v0.1.6 |
1448 | 2024-08-26T23:29:13.457Z | Compiling cpufeatures v0.2.12 |
1449 | 2024-08-26T23:29:13.561Z | Compiling futures-sink v0.3.30 |
1450 | 2024-08-26T23:29:13.753Z | Compiling backtrace v0.3.71 |
1451 | 2024-08-26T23:29:14.070Z | Compiling cookie v0.17.0 |
1452 | 2024-08-26T23:29:14.174Z | Compiling unicode-normalization v0.1.23 |
1453 | 2024-08-26T23:29:14.197Z | Compiling slog v2.7.0 |
1454 | 2024-08-26T23:29:14.224Z | Compiling unicode-bidi v0.3.15 |
1455 | 2024-08-26T23:29:14.666Z | Compiling futures-channel v0.3.30 |
1456 | 2024-08-26T23:29:15.166Z | Compiling aho-corasick v1.1.3 |
1457 | 2024-08-26T23:29:15.249Z | Compiling futures-io v0.3.30 |
1458 | 2024-08-26T23:29:15.468Z | Compiling regex-syntax v0.8.4 |
1459 | 2024-08-26T23:29:15.621Z | Compiling pin-utils v0.1.0 |
1460 | 2024-08-26T23:29:15.733Z | Compiling futures-task v0.3.30 |
1461 | 2024-08-26T23:29:16.645Z | Compiling serde_derive v1.0.208 |
1462 | 2024-08-26T23:29:16.748Z | Compiling zeroize_derive v1.4.2 |
1463 | 2024-08-26T23:29:16.809Z | Compiling zerocopy-derive v0.7.34 |
1464 | 2024-08-26T23:29:18.221Z | Compiling thiserror-impl v1.0.63 |
1465 | 2024-08-26T23:29:18.238Z | Compiling tokio-macros v2.3.0 |
1466 | 2024-08-26T23:29:18.892Z | Compiling zerocopy v0.7.34 |
1467 | 2024-08-26T23:29:19.526Z | Compiling zeroize v1.7.0 |
1468 | 2024-08-26T23:29:20.150Z | Compiling futures-macro v0.3.30 |
1469 | 2024-08-26T23:29:21.126Z | Compiling hashbrown v0.14.5 |
1470 | 2024-08-26T23:29:21.350Z | Compiling crypto-common v0.1.6 |
1471 | 2024-08-26T23:29:21.558Z | Compiling tracing-attributes v0.1.27 |
1472 | 2024-08-26T23:29:22.024Z | Compiling schemars_derive v0.8.21 |
1473 | 2024-08-26T23:29:22.657Z | Compiling block-buffer v0.10.4 |
1474 | 2024-08-26T23:29:22.869Z | Compiling digest v0.10.7 |
1475 | 2024-08-26T23:29:22.984Z | Compiling der_derive v0.7.2 |
1476 | 2024-08-26T23:29:23.292Z | Compiling openssl-macros v0.1.1 |
1477 | 2024-08-26T23:29:23.891Z | Compiling scroll_derive v0.12.0 |
1478 | 2024-08-26T23:29:24.038Z | Compiling hmac v0.12.1 |
1479 | 2024-08-26T23:29:24.267Z | Compiling block-padding v0.3.3 |
1480 | 2024-08-26T23:29:24.796Z | Compiling pest v2.7.10 |
1481 | 2024-08-26T23:29:25.044Z | Compiling inout v0.1.3 |
1482 | 2024-08-26T23:29:25.195Z | Compiling sha2 v0.10.8 |
1483 | 2024-08-26T23:29:25.213Z | Compiling futures-util v0.3.30 |
1484 | 2024-08-26T23:29:25.250Z | Compiling cipher v0.4.4 |
1485 | 2024-08-26T23:29:25.278Z | Compiling regex-automata v0.4.6 |
1486 | 2024-08-26T23:29:25.688Z | Compiling winnow v0.5.40 |
1487 | 2024-08-26T23:29:25.705Z | Compiling untrusted v0.9.0 |
1488 | 2024-08-26T23:29:25.995Z | Compiling dyn-clone v1.0.17 |
1489 | 2024-08-26T23:29:26.442Z | Compiling anyhow v1.0.86 |
1490 | 2024-08-26T23:29:27.788Z | Compiling pest_meta v2.7.10 |
1491 | 2024-08-26T23:29:29.592Z | Compiling pest_generator v2.7.10 |
1492 | 2024-08-26T23:29:30.980Z | Compiling bytes v1.7.1 |
1493 | 2024-08-26T23:29:31.958Z | Compiling indexmap v2.4.0 |
1494 | 2024-08-26T23:29:33.007Z | Compiling tokio v1.38.1 |
1495 | 2024-08-26T23:29:33.187Z | Compiling bitflags v2.6.0 |
1496 | 2024-08-26T23:29:33.322Z | Compiling uuid v1.10.0 |
1497 | 2024-08-26T23:29:33.575Z | Compiling serde_tokenstream v0.2.2 |
1498 | 2024-08-26T23:29:33.789Z | Compiling chrono v0.4.38 |
1499 | 2024-08-26T23:29:35.232Z | Compiling serde_spanned v0.6.7 |
1500 | 2024-08-26T23:29:35.458Z | Compiling toml_datetime v0.6.8 |
1501 | 2024-08-26T23:29:36.355Z | Compiling http v0.2.12 |
1502 | 2024-08-26T23:29:36.996Z | Compiling toml_edit v0.19.15 |
1503 | 2024-08-26T23:29:38.805Z | Compiling rustc_version v0.4.0 |
1504 | 2024-08-26T23:29:38.825Z | Compiling pest_derive v2.7.10 |
1505 | 2024-08-26T23:29:39.449Z | Compiling tracing-core v0.1.32 |
1506 | 2024-08-26T23:29:39.637Z | Compiling usdt-impl v0.5.0 |
1507 | 2024-08-26T23:29:40.013Z | Compiling rustversion v1.0.17 |
1508 | 2024-08-26T23:29:40.797Z | Compiling base64ct v1.6.0 |
1509 | 2024-08-26T23:29:41.421Z | Compiling pem-rfc7468 v0.7.0 |
1510 | 2024-08-26T23:29:41.917Z | Compiling tracing v0.1.40 |
1511 | 2024-08-26T23:29:42.054Z | Compiling heapless v0.7.17 |
1512 | 2024-08-26T23:29:42.070Z | Compiling scroll v0.12.0 |
1513 | 2024-08-26T23:29:42.709Z | Compiling flagset v0.4.5 |
1514 | 2024-08-26T23:29:42.754Z | Compiling powerfmt v0.2.0 |
1515 | 2024-08-26T23:29:42.773Z | Compiling percent-encoding v2.3.1 |
1516 | 2024-08-26T23:29:42.932Z | Compiling ppv-lite86 v0.2.17 |
1517 | 2024-08-26T23:29:43.269Z | Compiling heck v0.4.1 |
1518 | 2024-08-26T23:29:43.576Z | Compiling plain v0.2.3 |
1519 | 2024-08-26T23:29:43.699Z | Compiling rand_chacha v0.3.1 |
1520 | 2024-08-26T23:29:43.733Z | Compiling goblin v0.8.2 |
1521 | 2024-08-26T23:29:43.748Z | Compiling deranged v0.3.11 |
1522 | 2024-08-26T23:29:44.227Z | Compiling der v0.7.9 |
1523 | 2024-08-26T23:29:46.096Z | Compiling regex v1.10.6 |
1524 | 2024-08-26T23:29:47.040Z | Compiling salsa20 v0.10.2 |
1525 | 2024-08-26T23:29:47.292Z | Compiling pbkdf2 v0.12.2 |
1526 | 2024-08-26T23:29:47.735Z | Compiling crc32fast v1.4.0 |
1527 | 2024-08-26T23:29:47.920Z | Compiling strsim v0.11.1 |
1528 | 2024-08-26T23:29:48.140Z | Compiling num_threads v0.1.7 |
1529 | 2024-08-26T23:29:48.276Z | Compiling pretty-hex v0.4.1 |
1530 | 2024-08-26T23:29:48.483Z | Compiling time v0.3.36 |
1531 | 2024-08-26T23:29:48.973Z | Compiling scrypt v0.11.0 |
1532 | 2024-08-26T23:29:49.024Z | Compiling spki v0.7.3 |
1533 | 2024-08-26T23:29:49.040Z | Compiling rand v0.8.5 |
1534 | 2024-08-26T23:29:49.403Z | Compiling tokio-util v0.7.11 |
1535 | 2024-08-26T23:29:50.642Z | Compiling dof v0.3.0 |
1536 | 2024-08-26T23:29:50.914Z | Compiling dtrace-parser v0.2.0 |
1537 | 2024-08-26T23:29:50.995Z | Compiling aes v0.8.4 |
1538 | 2024-08-26T23:29:51.723Z | Compiling cbc v0.1.2 |
1539 | 2024-08-26T23:29:51.925Z | Compiling async-trait v0.1.81 |
1540 | 2024-08-26T23:29:52.016Z | Compiling socket2 v0.4.10 |
1541 | 2024-08-26T23:29:52.291Z | Compiling thread-id v4.2.1 |
1542 | 2024-08-26T23:29:52.453Z | Compiling num-bigint-dig v0.8.4 |
1543 | 2024-08-26T23:29:52.597Z | Compiling unicode-width v0.1.13 |
1544 | 2024-08-26T23:29:52.750Z | Compiling foreign-types-shared v0.1.1 |
1545 | 2024-08-26T23:29:52.769Z | Compiling signal-hook v0.3.17 |
1546 | 2024-08-26T23:29:52.867Z | Compiling smoltcp v0.9.1 |
1547 | 2024-08-26T23:29:53.076Z | Compiling foreign-types v0.3.2 |
1548 | 2024-08-26T23:29:53.559Z | Compiling pkcs5 v0.7.1 |
1549 | 2024-08-26T23:29:54.501Z | Compiling form_urlencoded v1.2.1 |
1550 | 2024-08-26T23:29:55.079Z | Compiling errno v0.3.9 |
1551 | 2024-08-26T23:29:55.136Z | Compiling siphasher v0.3.11 |
1552 | 2024-08-26T23:29:55.340Z | Compiling adler v1.0.2 |
1553 | 2024-08-26T23:29:55.522Z | Compiling try-lock v0.2.5 |
1554 | 2024-08-26T23:29:55.845Z | Compiling cfg_aliases v0.1.1 |
1555 | 2024-08-26T23:29:55.868Z | Compiling want v0.3.1 |
1556 | 2024-08-26T23:29:55.953Z | Compiling nix v0.28.0 |
1557 | 2024-08-26T23:29:56.479Z | Compiling miniz_oxide v0.7.2 |
1558 | 2024-08-26T23:29:58.131Z | Compiling pkcs8 v0.10.2 |
1559 | 2024-08-26T23:29:58.619Z | Compiling h2 v0.3.26 |
1560 | 2024-08-26T23:29:58.832Z | Compiling rustls-webpki v0.101.7 |
1561 | 2024-08-26T23:29:59.946Z | Compiling sct v0.7.1 |
1562 | 2024-08-26T23:30:00.283Z | Compiling http-body v0.4.6 |
1563 | 2024-08-26T23:30:01.400Z | Compiling openapiv3 v2.0.0 |
1564 | 2024-08-26T23:30:01.647Z | Compiling hubpack_derive v0.1.1 |
1565 | 2024-08-26T23:30:01.668Z | Compiling zerocopy-derive v0.6.6 |
1566 | 2024-08-26T23:30:01.864Z | Compiling idna v0.5.0 |
1567 | 2024-08-26T23:30:03.292Z | Compiling fs-err v2.11.0 |
1568 | 2024-08-26T23:30:03.332Z | Compiling tower-service v0.3.2 |
1569 | 2024-08-26T23:30:03.475Z | Compiling httpdate v1.0.3 |
1570 | 2024-08-26T23:30:03.618Z | Compiling gimli v0.28.1 |
1571 | 2024-08-26T23:30:03.641Z | Compiling openssl-probe v0.1.5 |
1572 | 2024-08-26T23:30:04.299Z | Compiling stable_deref_trait v1.2.0 |
1573 | 2024-08-26T23:30:04.416Z | Compiling utf8parse v0.2.1 |
1574 | 2024-08-26T23:30:04.597Z | Compiling anstyle v1.0.8 |
1575 | 2024-08-26T23:30:04.878Z | Compiling finl_unicode v1.2.0 |
1576 | 2024-08-26T23:30:07.766Z | Compiling hyper v0.14.30 |
1577 | 2024-08-26T23:30:10.486Z | Compiling addr2line v0.21.0 |
1578 | 2024-08-26T23:30:11.365Z | Compiling stringprep v0.1.4 |
1579 | 2024-08-26T23:30:12.194Z | Compiling anstyle-parse v0.2.4 |
1580 | 2024-08-26T23:30:12.550Z | Compiling url v2.5.2 |
1581 | 2024-08-26T23:30:17.738Z | Compiling usdt-attr-macro v0.5.0 |
1582 | 2024-08-26T23:30:19.361Z | Compiling usdt-macro v0.5.0 |
1583 | 2024-08-26T23:30:21.290Z | Compiling md-5 v0.10.6 |
1584 | 2024-08-26T23:30:21.549Z | Compiling idna v0.3.0 |
1585 | 2024-08-26T23:30:23.172Z | Compiling lazy_static v1.5.0 |
1586 | 2024-08-26T23:30:23.310Z | Compiling num-integer v0.1.46 |
1587 | 2024-08-26T23:30:24.158Z | Compiling object v0.32.2 |
1588 | 2024-08-26T23:30:24.219Z | Compiling hash32 v0.2.1 |
1589 | 2024-08-26T23:30:24.307Z | Compiling rustc-demangle v0.1.24 |
1590 | 2024-08-26T23:30:24.889Z | Compiling colorchoice v1.0.1 |
1591 | 2024-08-26T23:30:25.063Z | Compiling anstyle-query v1.0.3 |
1592 | 2024-08-26T23:30:26.038Z | Compiling base64 v0.22.1 |
1593 | 2024-08-26T23:30:26.798Z | Compiling fallible-iterator v0.2.0 |
1594 | 2024-08-26T23:30:26.877Z | Compiling psl-types v2.0.11 |
1595 | 2024-08-26T23:30:27.097Z | Compiling is_terminal_polyfill v1.70.0 |
1596 | 2024-08-26T23:30:27.237Z | Compiling anstream v0.6.14 |
1597 | 2024-08-26T23:30:27.584Z | Compiling postgres-protocol v0.6.7 |
1598 | 2024-08-26T23:30:27.943Z | Compiling publicsuffix v2.2.3 |
1599 | 2024-08-26T23:30:29.994Z | Compiling num-iter v0.1.45 |
1600 | 2024-08-26T23:30:31.295Z | Compiling tokio-rustls v0.24.1 |
1601 | 2024-08-26T23:30:31.974Z | Compiling terminal_size v0.3.0 |
1602 | 2024-08-26T23:30:32.208Z | Compiling tokio-native-tls v0.3.1 |
1603 | 2024-08-26T23:30:33.000Z | Compiling phf_shared v0.11.2 |
1604 | 2024-08-26T23:30:34.081Z | Compiling strum_macros v0.25.3 |
1605 | 2024-08-26T23:30:34.442Z | Compiling enum-as-inner v0.6.0 |
1606 | 2024-08-26T23:30:35.738Z | Compiling regress v0.9.1 |
1607 | 2024-08-26T23:30:35.832Z | Compiling clap_derive v4.5.13 |
1608 | 2024-08-26T23:30:35.968Z | Compiling serde_repr v0.1.19 |
1609 | 2024-08-26T23:30:37.950Z | Compiling ff v0.13.0 |
1610 | 2024-08-26T23:30:40.492Z | Compiling encoding_rs v0.8.34 |
1611 | 2024-08-26T23:30:40.673Z | Compiling bitflags v1.3.2 |
1612 | 2024-08-26T23:30:40.733Z | Compiling mime v0.3.17 |
1613 | 2024-08-26T23:30:40.782Z | Compiling either v1.13.0 |
1614 | 2024-08-26T23:30:41.301Z | Compiling ipnet v2.9.0 |
1615 | 2024-08-26T23:30:41.903Z | Compiling managed v0.8.0 |
1616 | 2024-08-26T23:30:42.388Z | Compiling clap_lex v0.7.0 |
1617 | 2024-08-26T23:30:42.457Z | Compiling base16ct v0.2.0 |
1618 | 2024-08-26T23:30:42.990Z | Compiling base64 v0.21.7 |
1619 | 2024-08-26T23:30:43.709Z | Compiling rustls-pemfile v1.0.4 |
1620 | 2024-08-26T23:30:43.773Z | Compiling sec1 v0.7.3 |
1621 | 2024-08-26T23:30:44.088Z | Compiling clap_builder v4.5.15 |
1622 | 2024-08-26T23:30:44.355Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1623 | 2024-08-26T23:30:45.896Z | Compiling group v0.13.0 |
1624 | 2024-08-26T23:30:51.632Z | Compiling phf v0.11.2 |
1625 | 2024-08-26T23:30:51.682Z | Compiling hyper-tls v0.5.0 |
1626 | 2024-08-26T23:30:51.954Z | Compiling hyper-rustls v0.24.2 |
1627 | 2024-08-26T23:30:52.190Z | Compiling cookie_store v0.20.0 |
1628 | 2024-08-26T23:30:52.616Z | Compiling postgres-types v0.2.7 |
1629 | 2024-08-26T23:30:52.690Z | Compiling zerocopy v0.6.6 |
1630 | 2024-08-26T23:30:53.590Z | Compiling hubpack v0.1.2 |
1631 | 2024-08-26T23:30:53.723Z | Compiling pkcs1 v0.7.5 |
1632 | 2024-08-26T23:30:54.053Z | Compiling phf_shared v0.10.0 |
1633 | 2024-08-26T23:30:54.461Z | Compiling serde_urlencoded v0.7.1 |
1634 | 2024-08-26T23:30:54.691Z | Compiling crossbeam-epoch v0.9.18 |
1635 | 2024-08-26T23:30:55.001Z | Compiling futures-executor v0.3.30 |
1636 | 2024-08-26T23:30:55.126Z | Compiling bstr v1.9.1 |
1637 | 2024-08-26T23:30:56.060Z | Compiling hkdf v0.12.4 |
1638 | 2024-08-26T23:30:56.304Z | Compiling signature v2.2.0 |
1639 | 2024-08-26T23:30:56.323Z | Compiling crypto-bigint v0.5.5 |
1640 | 2024-08-26T23:30:56.483Z | Compiling idna v0.4.0 |
1641 | 2024-08-26T23:30:56.612Z | Compiling float-cmp v0.9.0 |
1642 | 2024-08-26T23:30:56.777Z | Compiling mio v1.0.2 |
1643 | 2024-08-26T23:30:56.798Z | Compiling memmap v0.7.0 |
1644 | 2024-08-26T23:30:56.859Z | Compiling fixedbitset v0.4.2 |
1645 | 2024-08-26T23:30:57.146Z | Compiling static_assertions v1.1.0 |
1646 | 2024-08-26T23:30:57.258Z | Compiling data-encoding v2.6.0 |
1647 | 2024-08-26T23:30:57.299Z | Compiling webpki-roots v0.25.4 |
1648 | 2024-08-26T23:30:57.468Z | Compiling predicates-core v1.0.6 |
1649 | 2024-08-26T23:30:57.793Z | Compiling minimal-lexical v0.2.1 |
1650 | 2024-08-26T23:30:57.836Z | Compiling unicode-segmentation v1.11.0 |
1651 | 2024-08-26T23:30:57.993Z | Compiling difflib v0.4.0 |
1652 | 2024-08-26T23:30:58.307Z | Compiling bit-vec v0.6.3 |
1653 | 2024-08-26T23:30:58.769Z | Compiling precomputed-hash v0.1.1 |
1654 | 2024-08-26T23:30:58.899Z | Compiling whoami v1.5.1 |
1655 | 2024-08-26T23:30:59.016Z | Compiling normalize-line-endings v0.3.0 |
1656 | 2024-08-26T23:30:59.153Z | Compiling sync_wrapper v0.1.2 |
1657 | 2024-08-26T23:30:59.295Z | Compiling winnow v0.6.18 |
1658 | 2024-08-26T23:30:59.456Z | Compiling new_debug_unreachable v1.0.6 |
1659 | 2024-08-26T23:30:59.563Z | Compiling string_cache v0.8.7 |
1660 | 2024-08-26T23:30:59.817Z | Compiling reqwest v0.11.27 |
1661 | 2024-08-26T23:31:00.019Z | Compiling elliptic-curve v0.13.8 |
1662 | 2024-08-26T23:31:00.115Z | Compiling tokio-postgres v0.7.11 |
1663 | 2024-08-26T23:31:00.476Z | Compiling predicates v3.1.2 |
1664 | 2024-08-26T23:31:00.750Z | Compiling bit-set v0.5.3 |
1665 | 2024-08-26T23:31:00.821Z | Compiling similar v2.6.0 |
1666 | 2024-08-26T23:31:01.069Z | Compiling nom v7.1.3 |
1667 | 2024-08-26T23:31:01.398Z | Compiling hickory-proto v0.24.1 |
1668 | 2024-08-26T23:31:02.077Z | Compiling signal-hook-mio v0.2.4 |
1669 | 2024-08-26T23:31:02.269Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1670 | 2024-08-26T23:31:02.933Z | Compiling petgraph v0.6.5 |
1671 | 2024-08-26T23:31:03.289Z | Compiling toml_edit v0.22.20 |
1672 | 2024-08-26T23:31:04.914Z | Compiling usdt v0.5.0 |
1673 | 2024-08-26T23:31:05.401Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1674 | 2024-08-26T23:31:06.185Z | Compiling rsa v0.9.6 |
1675 | 2024-08-26T23:31:07.928Z | Compiling futures v0.3.30 |
1676 | 2024-08-26T23:31:09.585Z | Compiling flate2 v1.0.31 |
1677 | 2024-08-26T23:31:10.573Z | Compiling clap v4.5.16 |
1678 | 2024-08-26T23:31:10.784Z | Compiling itertools v0.12.1 |
1679 | 2024-08-26T23:31:10.816Z | Compiling itertools v0.10.5 |
1680 | 2024-08-26T23:31:11.065Z | Compiling console v0.15.8 |
1681 | 2024-08-26T23:31:11.435Z | Compiling tokio-stream v0.1.15 |
1682 | 2024-08-26T23:31:11.976Z | Compiling toml v0.7.8 |
1683 | 2024-08-26T23:31:12.410Z | Compiling hex v0.4.3 |
1684 | 2024-08-26T23:31:13.049Z | Compiling sha1 v0.10.6 |
1685 | 2024-08-26T23:31:13.329Z | Compiling unicode-xid v0.2.4 |
1686 | 2024-08-26T23:31:13.612Z | Compiling peg-runtime v0.8.3 |
1687 | 2024-08-26T23:31:13.832Z | Compiling lalrpop-util v0.19.12 |
1688 | 2024-08-26T23:31:14.151Z | Compiling camino v1.1.9 |
1689 | 2024-08-26T23:31:14.214Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1690 | 2024-08-26T23:31:14.833Z | Compiling proc-macro-crate v1.3.1 |
1691 | 2024-08-26T23:31:15.302Z | Compiling heapless v0.8.0 |
1692 | 2024-08-26T23:31:16.113Z | Compiling num_enum_derive v0.5.11 |
1693 | 2024-08-26T23:31:18.113Z | Compiling ipnetwork v0.20.0 |
1694 | 2024-08-26T23:31:20.561Z | Compiling hash32 v0.3.1 |
1695 | 2024-08-26T23:31:21.177Z | Compiling rustls-pki-types v1.7.0 |
1696 | 2024-08-26T23:31:22.004Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1697 | 2024-08-26T23:31:22.558Z | Compiling smoltcp v0.11.0 |
1698 | 2024-08-26T23:31:23.526Z | Compiling ident_case v1.0.1 |
1699 | 2024-08-26T23:31:23.721Z | Compiling darling_core v0.20.9 |
1700 | 2024-08-26T23:31:31.554Z | Compiling num_enum v0.5.11 |
1701 | 2024-08-26T23:31:32.317Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1702 | 2024-08-26T23:31:32.530Z | Compiling getopts v0.2.21 |
1703 | 2024-08-26T23:31:33.664Z | Compiling dirs-sys-next v0.1.2 |
1704 | 2024-08-26T23:31:33.898Z | Compiling proc-macro-error-attr v1.0.4 |
1705 | 2024-08-26T23:31:34.769Z | Compiling rustls v0.22.4 |
1706 | 2024-08-26T23:31:35.003Z | Compiling unsafe-libyaml v0.2.11 |
1707 | 2024-08-26T23:31:36.910Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1708 | 2024-08-26T23:31:37.251Z | Compiling cobs v0.2.3 |
1709 | 2024-08-26T23:31:37.539Z | Compiling embedded-io v0.4.0 |
1710 | 2024-08-26T23:31:37.723Z | Compiling paste v1.0.15 |
1711 | 2024-08-26T23:31:37.792Z | Compiling postcard v1.0.8 |
1712 | 2024-08-26T23:31:38.797Z | Compiling serde_yaml v0.9.34+deprecated |
1713 | 2024-08-26T23:31:39.471Z | Compiling dirs-next v2.0.0 |
1714 | 2024-08-26T23:31:40.707Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1715 | 2024-08-26T23:31:48.820Z | Compiling darling_macro v0.20.9 |
1716 | 2024-08-26T23:31:50.742Z | Compiling rustls-webpki v0.102.4 |
1717 | 2024-08-26T23:31:57.993Z | Compiling strum_macros v0.26.4 |
1718 | 2024-08-26T23:31:59.160Z | Compiling foreign-types-macros v0.2.3 |
1719 | 2024-08-26T23:31:59.448Z | Compiling structmeta-derive v0.3.0 |
1720 | 2024-08-26T23:32:00.696Z | Compiling thread_local v1.1.8 |
1721 | 2024-08-26T23:32:02.256Z | Compiling multer v3.1.0 |
1722 | 2024-08-26T23:32:02.589Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1723 | 2024-08-26T23:32:02.727Z | Compiling proc-macro-error v1.0.4 |
1724 | 2024-08-26T23:32:03.022Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1725 | 2024-08-26T23:32:03.069Z | Compiling foreign-types-shared v0.3.1 |
1726 | 2024-08-26T23:32:03.267Z | Compiling match_cfg v0.1.0 |
1727 | 2024-08-26T23:32:03.346Z | Compiling slog-async v2.8.0 |
1728 | 2024-08-26T23:32:04.660Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1729 | 2024-08-26T23:32:04.834Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1730 | 2024-08-26T23:32:09.906Z | Compiling hostname v0.3.1 |
1731 | 2024-08-26T23:32:10.174Z | Compiling foreign-types v0.5.0 |
1732 | 2024-08-26T23:32:10.440Z | Compiling strum v0.26.3 |
1733 | 2024-08-26T23:32:10.734Z | Compiling structmeta v0.3.0 |
1734 | 2024-08-26T23:32:17.116Z | Compiling darling v0.20.9 |
1735 | 2024-08-26T23:32:17.258Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1736 | 2024-08-26T23:32:18.711Z | Compiling term v0.7.0 |
1737 | 2024-08-26T23:32:21.590Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1738 | 2024-08-26T23:32:23.238Z | Compiling slog-json v2.6.1 |
1739 | 2024-08-26T23:32:23.712Z | Compiling tabwriter v1.4.0 |
1740 | 2024-08-26T23:32:24.486Z | Compiling crossbeam-channel v0.5.12 |
1741 | 2024-08-26T23:32:25.793Z | Compiling http v1.1.0 |
1742 | 2024-08-26T23:32:25.975Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1743 | 2024-08-26T23:32:26.833Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1744 | 2024-08-26T23:32:27.204Z | Compiling async-stream-impl v0.3.5 |
1745 | 2024-08-26T23:32:27.750Z | Compiling is-terminal v0.4.12 |
1746 | 2024-08-26T23:32:27.897Z | Compiling cstr-argument v0.1.2 |
1747 | 2024-08-26T23:32:28.191Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1748 | 2024-08-26T23:32:28.542Z | Compiling take_mut v0.2.2 |
1749 | 2024-08-26T23:32:28.730Z | Compiling crucible-workspace-hack v0.1.0 |
1750 | 2024-08-26T23:32:29.499Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1751 | 2024-08-26T23:32:29.635Z | Compiling pretty-hex v0.2.1 |
1752 | 2024-08-26T23:32:29.831Z | Compiling fastrand v2.1.0 |
1753 | 2024-08-26T23:32:29.870Z | Compiling rayon-core v1.12.1 |
1754 | 2024-08-26T23:32:30.200Z | Compiling atomic-waker v1.1.2 |
1755 | 2024-08-26T23:32:30.448Z | Compiling waitgroup v0.1.2 |
1756 | 2024-08-26T23:32:30.540Z | Compiling tempfile v3.10.1 |
1757 | 2024-08-26T23:32:30.701Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2024-08-26T23:32:31.118Z | Compiling async-stream v0.3.5 |
1759 | 2024-08-26T23:32:31.524Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1760 | 2024-08-26T23:32:31.938Z | Compiling slog-term v2.9.1 |
1761 | 2024-08-26T23:32:32.678Z | Compiling slog-bunyan v2.5.0 |
1762 | 2024-08-26T23:32:32.695Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1763 | 2024-08-26T23:32:32.947Z | Compiling tokio-rustls v0.25.0 |
1764 | 2024-08-26T23:32:33.285Z | Compiling serde_with_macros v3.9.0 |
1765 | 2024-08-26T23:32:33.445Z | Compiling parse-display-derive v0.10.0 |
1766 | 2024-08-26T23:32:33.643Z | Compiling toml v0.8.19 |
1767 | 2024-08-26T23:32:33.902Z | Compiling rustls-pemfile v2.1.3 |
1768 | 2024-08-26T23:32:34.665Z | Compiling crossbeam-deque v0.8.5 |
1769 | 2024-08-26T23:32:34.723Z | Compiling colored v2.1.0 |
1770 | 2024-08-26T23:32:35.091Z | Compiling newtype-uuid v1.1.0 |
1771 | 2024-08-26T23:32:35.155Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1772 | 2024-08-26T23:32:35.463Z | Compiling serde_path_to_error v0.1.16 |
1773 | 2024-08-26T23:32:36.000Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1774 | 2024-08-26T23:32:36.135Z | Compiling hostname v0.4.0 |
1775 | 2024-08-26T23:32:36.408Z | Compiling instant v0.1.12 |
1776 | 2024-08-26T23:32:36.539Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1777 | 2024-08-26T23:32:36.588Z | Compiling debug-ignore v1.0.5 |
1778 | 2024-08-26T23:32:36.753Z | Compiling backoff v0.4.0 |
1779 | 2024-08-26T23:32:36.779Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1780 | 2024-08-26T23:32:36.952Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1781 | 2024-08-26T23:32:36.999Z | Compiling serde_with v3.9.0 |
1782 | 2024-08-26T23:32:37.175Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1783 | 2024-08-26T23:32:37.561Z | Compiling parse-display v0.10.0 |
1784 | 2024-08-26T23:32:40.109Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1785 | 2024-08-26T23:32:40.868Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1786 | 2024-08-26T23:32:41.558Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1787 | 2024-08-26T23:32:41.576Z | Compiling camino-tempfile v1.1.1 |
1788 | 2024-08-26T23:32:41.735Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1789 | 2024-08-26T23:32:42.257Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1790 | 2024-08-26T23:32:42.414Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1791 | 2024-08-26T23:32:42.468Z | Compiling macaddr v1.0.1 |
1792 | 2024-08-26T23:32:43.139Z | Compiling num-derive v0.4.2 |
1793 | 2024-08-26T23:32:43.270Z | Compiling sigpipe v0.1.3 |
1794 | 2024-08-26T23:32:43.413Z | Compiling libefi-sys v0.1.0 |
1795 | 2024-08-26T23:32:43.748Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1796 | 2024-08-26T23:32:44.140Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1797 | 2024-08-26T23:32:45.475Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1798 | 2024-08-26T23:32:46.225Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1799 | 2024-08-26T23:32:46.800Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1800 | 2024-08-26T23:32:46.939Z | Compiling rayon v1.10.0 |
1801 | 2024-08-26T23:32:47.136Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1802 | 2024-08-26T23:32:47.614Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1803 | 2024-08-26T23:32:48.530Z | Compiling smf v0.2.3 |
1804 | 2024-08-26T23:32:50.319Z | Compiling bitfield-struct v0.6.1 |
1805 | 2024-08-26T23:32:50.822Z | Compiling blake3 v1.5.1 |
1806 | 2024-08-26T23:32:51.163Z | Compiling ring v0.16.20 |
1807 | 2024-08-26T23:32:51.258Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1808 | 2024-08-26T23:32:51.466Z | Compiling portable-atomic v1.6.0 |
1809 | 2024-08-26T23:32:51.751Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1810 | 2024-08-26T23:32:52.552Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1811 | 2024-08-26T23:32:52.610Z | Compiling xattr v1.3.1 |
1812 | 2024-08-26T23:32:52.906Z | Compiling filetime v0.2.24 |
1813 | 2024-08-26T23:32:52.981Z | Compiling memmap2 v0.9.4 |
1814 | 2024-08-26T23:32:53.119Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1815 | 2024-08-26T23:32:53.260Z | Compiling same-file v1.0.6 |
1816 | 2024-08-26T23:32:53.278Z | Compiling untrusted v0.7.1 |
1817 | 2024-08-26T23:32:53.481Z | Compiling spin v0.5.2 |
1818 | 2024-08-26T23:32:53.553Z | Compiling arrayref v0.3.7 |
1819 | 2024-08-26T23:32:53.571Z | Compiling arrayvec v0.7.4 |
1820 | 2024-08-26T23:32:53.677Z | Compiling constant_time_eq v0.3.0 |
1821 | 2024-08-26T23:32:53.753Z | Compiling walkdir v2.5.0 |
1822 | 2024-08-26T23:32:53.771Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1823 | 2024-08-26T23:32:53.856Z | Compiling tar v0.4.41 |
1824 | 2024-08-26T23:32:55.387Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1825 | 2024-08-26T23:32:56.447Z | Compiling gethostname v0.5.0 |
1826 | 2024-08-26T23:32:56.664Z | Compiling cargo-platform v0.1.8 |
1827 | 2024-08-26T23:32:56.681Z | Compiling number_prefix v0.4.0 |
1828 | 2024-08-26T23:32:56.946Z | Compiling topological-sort v0.2.2 |
1829 | 2024-08-26T23:32:57.246Z | Compiling indicatif v0.17.8 |
1830 | 2024-08-26T23:32:57.748Z | Compiling cargo_metadata v0.18.1 |
1831 | 2024-08-26T23:33:02.679Z | Compiling omicron-zone-package v0.11.0 |
1832 | 2024-08-26T23:33:05.347Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1833 | 2024-08-26T23:33:06.051Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1834 | 2024-08-26T23:33:07.834Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1835 | 2024-08-26T23:33:28.203Z | Finished `release` profile [optimized] target(s) in 4m 28s |
1836 | 2024-08-26T23:33:28.344Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1837 | 2024-08-26T23:33:28.389Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1838 | 2024-08-26T23:33:28.392Z | Created new build target 'test' and set it as active |
1839 | 2024-08-26T23:33:28.392Z | |
1840 | 2024-08-26T23:33:28.392Z | real 4:28.263138316 |
1841 | 2024-08-26T23:33:28.392Z | user 30:29.199079454 |
1842 | 2024-08-26T23:33:28.392Z | sys 3:45.551540538 |
1843 | 2024-08-26T23:33:28.392Z | trap 0.983404805 |
1844 | 2024-08-26T23:33:28.392Z | tflt 3.056799810 |
1845 | 2024-08-26T23:33:28.392Z | dflt 0.692584516 |
1846 | 2024-08-26T23:33:28.392Z | kflt 0.000015652 |
1847 | 2024-08-26T23:33:28.392Z | lock 1:07:52.891373467 |
1848 | 2024-08-26T23:33:28.392Z | slp 1:57:26.952818578 |
1849 | 2024-08-26T23:33:28.392Z | lat 2:01.685281710 |
1850 | 2024-08-26T23:33:28.392Z | stop 3:38.311427483 |
1851 | 2024-08-26T23:33:28.394Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1852 | 2024-08-26T23:33:29.404Z | Finished `release` profile [optimized] target(s) in 0.96s |
1853 | 2024-08-26T23:33:29.455Z | Running `target/release/omicron-package -t test package` |
1854 | 2024-08-26T23:33:29.497Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1855 | 2024-08-26T23:33:30.668Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1856 | 2024-08-26T23:33:30.668Z | Compiling camino v1.1.9 |
1857 | 2024-08-26T23:33:30.670Z | Compiling password-hash v0.5.0 |
1858 | 2024-08-26T23:33:30.670Z | Compiling blake2 v0.10.6 |
1859 | 2024-08-26T23:33:30.670Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1860 | 2024-08-26T23:33:30.670Z | Compiling derive-where v1.2.7 |
1861 | 2024-08-26T23:33:30.670Z | Compiling humantime v2.1.0 |
1862 | 2024-08-26T23:33:30.670Z | Compiling newline-converter v0.3.0 |
1863 | 2024-08-26T23:33:30.976Z | Compiling toml v0.8.19 |
1864 | 2024-08-26T23:33:31.139Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1865 | 2024-08-26T23:33:31.568Z | Compiling argon2 v0.5.3 |
1866 | 2024-08-26T23:33:31.689Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1867 | 2024-08-26T23:33:31.804Z | Compiling expectorate v1.1.0 |
1868 | 2024-08-26T23:33:31.892Z | Compiling dirs-sys-next v0.1.2 |
1869 | 2024-08-26T23:33:32.007Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1870 | 2024-08-26T23:33:32.036Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1871 | 2024-08-26T23:33:32.312Z | Compiling dirs-next v2.0.0 |
1872 | 2024-08-26T23:33:32.400Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1873 | 2024-08-26T23:33:32.443Z | Compiling num-rational v0.4.2 |
1874 | 2024-08-26T23:33:32.514Z | Compiling num-complex v0.4.6 |
1875 | 2024-08-26T23:33:32.961Z | Compiling convert_case v0.4.0 |
1876 | 2024-08-26T23:33:33.026Z | Compiling term v0.7.0 |
1877 | 2024-08-26T23:33:33.761Z | Compiling derive_more v0.99.18 |
1878 | 2024-08-26T23:33:33.824Z | Compiling num v0.4.3 |
1879 | 2024-08-26T23:33:33.951Z | Compiling prettyplease v0.2.20 |
1880 | 2024-08-26T23:33:34.109Z | Compiling float-ord v0.3.2 |
1881 | 2024-08-26T23:33:34.125Z | Compiling is-terminal v0.4.12 |
1882 | 2024-08-26T23:33:34.262Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1883 | 2024-08-26T23:33:34.280Z | Compiling semver v0.1.20 |
1884 | 2024-08-26T23:33:34.282Z | Compiling home v0.5.9 |
1885 | 2024-08-26T23:33:34.314Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1886 | 2024-08-26T23:33:34.565Z | Compiling cookie v0.18.1 |
1887 | 2024-08-26T23:33:34.891Z | Compiling rustc_version v0.1.7 |
1888 | 2024-08-26T23:33:34.922Z | Compiling highway v1.2.0 |
1889 | 2024-08-26T23:33:35.017Z | Compiling rustls-pki-types v1.7.0 |
1890 | 2024-08-26T23:33:35.312Z | Compiling newtype_derive v0.1.6 |
1891 | 2024-08-26T23:33:35.863Z | Compiling steno v0.4.1 |
1892 | 2024-08-26T23:33:36.442Z | Compiling rustls-webpki v0.102.4 |
1893 | 2024-08-26T23:33:38.428Z | Compiling rustls v0.22.4 |
1894 | 2024-08-26T23:33:38.458Z | Compiling thread_local v1.1.8 |
1895 | 2024-08-26T23:33:38.553Z | Compiling slog-dtrace v0.3.0 |
1896 | 2024-08-26T23:33:38.895Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1897 | 2024-08-26T23:33:38.965Z | Compiling match_cfg v0.1.0 |
1898 | 2024-08-26T23:33:39.075Z | Compiling hostname v0.3.1 |
1899 | 2024-08-26T23:33:40.723Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1900 | 2024-08-26T23:33:41.077Z | Compiling multer v3.1.0 |
1901 | 2024-08-26T23:33:41.155Z | Compiling slog-async v2.8.0 |
1902 | 2024-08-26T23:33:41.232Z | Compiling slog-json v2.6.1 |
1903 | 2024-08-26T23:33:41.330Z | Compiling crossbeam-channel v0.5.12 |
1904 | 2024-08-26T23:33:41.604Z | Compiling http v1.1.0 |
1905 | 2024-08-26T23:33:42.466Z | Compiling take_mut v0.2.2 |
1906 | 2024-08-26T23:33:42.653Z | Compiling linked-hash-map v0.5.6 |
1907 | 2024-08-26T23:33:43.097Z | Compiling atomic-waker v1.1.2 |
1908 | 2024-08-26T23:33:43.293Z | Compiling waitgroup v0.1.2 |
1909 | 2024-08-26T23:33:43.963Z | Compiling lru-cache v0.1.2 |
1910 | 2024-08-26T23:33:44.198Z | Compiling tokio-rustls v0.25.0 |
1911 | 2024-08-26T23:33:44.647Z | Compiling slog-bunyan v2.5.0 |
1912 | 2024-08-26T23:33:45.501Z | Compiling slog-term v2.9.1 |
1913 | 2024-08-26T23:33:46.539Z | Compiling rustls-pemfile v2.1.3 |
1914 | 2024-08-26T23:33:46.708Z | Compiling async-stream v0.3.5 |
1915 | 2024-08-26T23:33:46.975Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1916 | 2024-08-26T23:33:46.995Z | Compiling ipnetwork v0.20.0 |
1917 | 2024-08-26T23:33:46.998Z | Compiling newtype-uuid v1.1.0 |
1918 | 2024-08-26T23:33:47.056Z | Compiling serde_path_to_error v0.1.16 |
1919 | 2024-08-26T23:33:47.347Z | Compiling hostname v0.4.0 |
1920 | 2024-08-26T23:33:47.592Z | Compiling instant v0.1.12 |
1921 | 2024-08-26T23:33:47.763Z | Compiling debug-ignore v1.0.5 |
1922 | 2024-08-26T23:33:47.843Z | Compiling backoff v0.4.0 |
1923 | 2024-08-26T23:33:47.948Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1924 | 2024-08-26T23:33:48.207Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1925 | 2024-08-26T23:33:48.551Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1926 | 2024-08-26T23:33:48.586Z | Compiling parse-display v0.10.0 |
1927 | 2024-08-26T23:33:48.650Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1928 | 2024-08-26T23:33:48.847Z | Compiling serde_with v3.9.0 |
1929 | 2024-08-26T23:33:49.180Z | Compiling strum v0.26.3 |
1930 | 2024-08-26T23:33:49.380Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1931 | 2024-08-26T23:33:52.453Z | Compiling macaddr v1.0.1 |
1932 | 2024-08-26T23:33:52.972Z | Compiling swrite v0.1.0 |
1933 | 2024-08-26T23:33:53.110Z | Compiling quick-error v1.2.3 |
1934 | 2024-08-26T23:33:53.133Z | Compiling utf-8 v0.7.6 |
1935 | 2024-08-26T23:33:53.281Z | Compiling resolv-conf v0.7.0 |
1936 | 2024-08-26T23:33:54.931Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1937 | 2024-08-26T23:33:55.164Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1938 | 2024-08-26T23:33:56.239Z | Compiling hickory-resolver v0.24.1 |
1939 | 2024-08-26T23:33:56.398Z | Compiling rayon-core v1.12.1 |
1940 | 2024-08-26T23:33:56.429Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1941 | 2024-08-26T23:33:58.929Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1942 | 2024-08-26T23:34:00.069Z | Compiling crossbeam-deque v0.8.5 |
1943 | 2024-08-26T23:34:00.438Z | Compiling half v2.4.1 |
1944 | 2024-08-26T23:34:00.676Z | Compiling display-error-chain v0.2.0 |
1945 | 2024-08-26T23:34:00.935Z | Compiling same-file v1.0.6 |
1946 | 2024-08-26T23:34:01.200Z | Compiling fastrand v2.1.0 |
1947 | 2024-08-26T23:34:01.220Z | Compiling ciborium-io v0.2.2 |
1948 | 2024-08-26T23:34:01.374Z | Compiling termcolor v1.4.1 |
1949 | 2024-08-26T23:34:01.755Z | Compiling tempfile v3.10.1 |
1950 | 2024-08-26T23:34:02.534Z | Compiling ciborium-ll v0.2.2 |
1951 | 2024-08-26T23:34:02.568Z | Compiling walkdir v2.5.0 |
1952 | 2024-08-26T23:34:03.075Z | Compiling ring v0.16.20 |
1953 | 2024-08-26T23:34:03.234Z | Compiling blake3 v1.5.1 |
1954 | 2024-08-26T23:34:03.884Z | Compiling rayon v1.10.0 |
1955 | 2024-08-26T23:34:04.384Z | Compiling ciborium v0.2.2 |
1956 | 2024-08-26T23:34:05.979Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1957 | 2024-08-26T23:34:06.604Z | Compiling xattr v1.3.1 |
1958 | 2024-08-26T23:34:08.799Z | Compiling filetime v0.2.24 |
1959 | 2024-08-26T23:34:09.122Z | Compiling memmap2 v0.9.4 |
1960 | 2024-08-26T23:34:09.565Z | Compiling spin v0.5.2 |
1961 | 2024-08-26T23:34:09.824Z | Compiling constant_time_eq v0.3.0 |
1962 | 2024-08-26T23:34:09.997Z | Compiling arrayvec v0.7.4 |
1963 | 2024-08-26T23:34:10.280Z | Compiling untrusted v0.7.1 |
1964 | 2024-08-26T23:34:10.454Z | Compiling cancel-safe-futures v0.1.5 |
1965 | 2024-08-26T23:34:10.485Z | Compiling arrayref v0.3.7 |
1966 | 2024-08-26T23:34:11.950Z | Compiling tar v0.4.41 |
1967 | 2024-08-26T23:34:13.873Z | Compiling toolchain_find v0.4.0 |
1968 | 2024-08-26T23:34:14.223Z | Compiling camino-tempfile v1.1.1 |
1969 | 2024-08-26T23:34:14.457Z | Compiling nibble_vec v0.1.0 |
1970 | 2024-08-26T23:34:14.687Z | Compiling atty v0.2.14 |
1971 | 2024-08-26T23:34:14.707Z | Compiling topological-sort v0.2.2 |
1972 | 2024-08-26T23:34:14.752Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1973 | 2024-08-26T23:34:14.853Z | Compiling glob v0.3.1 |
1974 | 2024-08-26T23:34:14.951Z | Compiling maplit v1.0.2 |
1975 | 2024-08-26T23:34:15.086Z | Compiling crunchy v0.2.2 |
1976 | 2024-08-26T23:34:15.150Z | Compiling endian-type v0.1.2 |
1977 | 2024-08-26T23:34:15.397Z | Compiling radium v0.7.0 |
1978 | 2024-08-26T23:34:15.614Z | Compiling radix_trie v0.2.1 |
1979 | 2024-08-26T23:34:15.658Z | Compiling clang-sys v1.7.0 |
1980 | 2024-08-26T23:34:15.902Z | Compiling omicron-zone-package v0.11.0 |
1981 | 2024-08-26T23:34:16.364Z | Compiling rustfmt-wrapper v0.2.1 |
1982 | 2024-08-26T23:34:17.035Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1983 | 2024-08-26T23:34:17.380Z | Compiling tungstenite v0.21.0 |
1984 | 2024-08-26T23:34:17.400Z | Compiling tiny-keccak v2.0.2 |
1985 | 2024-08-26T23:34:17.741Z | Compiling maybe-uninit v2.0.0 |
1986 | 2024-08-26T23:34:18.215Z | Compiling tap v1.0.1 |
1987 | 2024-08-26T23:34:18.411Z | Compiling wyz v0.5.1 |
1988 | 2024-08-26T23:34:18.932Z | Compiling tokio-tungstenite v0.21.0 |
1989 | 2024-08-26T23:34:19.210Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1990 | 2024-08-26T23:34:19.705Z | Compiling dsl_auto_type v0.1.2 |
1991 | 2024-08-26T23:34:19.825Z | Compiling itertools v0.13.0 |
1992 | 2024-08-26T23:34:20.258Z | Compiling scheduled-thread-pool v0.2.7 |
1993 | 2024-08-26T23:34:21.190Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1994 | 2024-08-26T23:34:21.517Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1995 | 2024-08-26T23:34:21.655Z | Compiling diesel_table_macro_syntax v0.2.0 |
1996 | 2024-08-26T23:34:21.732Z | Compiling packed_struct v0.10.1 |
1997 | 2024-08-26T23:34:22.153Z | Compiling arc-swap v1.7.1 |
1998 | 2024-08-26T23:34:22.247Z | Compiling crc-catalog v2.4.0 |
1999 | 2024-08-26T23:34:22.424Z | Compiling funty v2.0.0 |
2000 | 2024-08-26T23:34:22.744Z | Compiling slog-scope v4.4.0 |
2001 | 2024-08-26T23:34:22.911Z | Compiling crc v3.2.1 |
2002 | 2024-08-26T23:34:23.620Z | Compiling bitvec v1.0.1 |
2003 | 2024-08-26T23:34:23.835Z | Compiling diesel_derives v2.2.2 |
2004 | 2024-08-26T23:34:25.040Z | Compiling r2d2 v0.8.10 |
2005 | 2024-08-26T23:34:26.099Z | Compiling ascii-canvas v3.0.0 |
2006 | 2024-08-26T23:34:26.561Z | Compiling packed_struct_codegen v0.10.1 |
2007 | 2024-08-26T23:34:28.410Z | Compiling ena v0.14.3 |
2008 | 2024-08-26T23:34:28.843Z | Compiling libloading v0.8.3 |
2009 | 2024-08-26T23:34:29.190Z | Compiling indexmap v1.9.3 |
2010 | 2024-08-26T23:34:29.248Z | Compiling nodrop v0.1.14 |
2011 | 2024-08-26T23:34:29.393Z | Compiling diff v0.1.13 |
2012 | 2024-08-26T23:34:29.524Z | Compiling regex-syntax v0.6.29 |
2013 | 2024-08-26T23:34:29.976Z | Compiling bindgen v0.69.4 |
2014 | 2024-08-26T23:34:30.524Z | Compiling array-init v0.0.4 |
2015 | 2024-08-26T23:34:35.034Z | Compiling lalrpop v0.19.12 |
2016 | 2024-08-26T23:34:35.571Z | Compiling diesel v2.2.2 |
2017 | 2024-08-26T23:34:36.054Z | Compiling smallvec v0.6.14 |
2018 | 2024-08-26T23:34:36.589Z | Compiling slog-stdlog v4.1.1 |
2019 | 2024-08-26T23:34:37.475Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2020 | 2024-08-26T23:34:38.582Z | Compiling which v4.4.2 |
2021 | 2024-08-26T23:34:39.117Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2022 | 2024-08-26T23:34:39.255Z | Compiling cexpr v0.6.0 |
2023 | 2024-08-26T23:34:39.343Z | Compiling libsw v3.3.1 |
2024 | 2024-08-26T23:34:39.716Z | Compiling hashbrown v0.12.3 |
2025 | 2024-08-26T23:34:40.940Z | Compiling rustc-hash v1.1.0 |
2026 | 2024-08-26T23:34:41.112Z | Compiling lazycell v1.3.0 |
2027 | 2024-08-26T23:34:41.132Z | Compiling ref-cast v1.0.23 |
2028 | 2024-08-26T23:34:41.307Z | Compiling shlex v1.3.0 |
2029 | 2024-08-26T23:34:41.644Z | Compiling linear-map v1.2.0 |
2030 | 2024-08-26T23:34:41.708Z | Compiling owo-colors v4.0.0 |
2031 | 2024-08-26T23:34:42.091Z | Compiling bitfield v0.14.0 |
2032 | 2024-08-26T23:34:42.426Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2033 | 2024-08-26T23:34:44.586Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2034 | 2024-08-26T23:34:48.712Z | Compiling slog-envlogger v2.2.0 |
2035 | 2024-08-26T23:34:51.362Z | Compiling serde-hex v0.1.0 |
2036 | 2024-08-26T23:34:52.590Z | Compiling bzip2 v0.4.4 |
2037 | 2024-08-26T23:34:53.056Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2038 | 2024-08-26T23:34:53.074Z | Compiling env_logger v0.10.2 |
2039 | 2024-08-26T23:34:53.411Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2040 | 2024-08-26T23:34:56.217Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2041 | 2024-08-26T23:34:56.555Z | Compiling derive_builder_core v0.20.0 |
2042 | 2024-08-26T23:34:56.855Z | Compiling x509-cert v0.2.5 |
2043 | 2024-08-26T23:34:56.906Z | Compiling ron v0.8.1 |
2044 | 2024-08-26T23:34:58.912Z | Compiling headers-core v0.2.0 |
2045 | 2024-08-26T23:34:59.093Z | Compiling hashbrown v0.13.2 |
2046 | 2024-08-26T23:35:00.544Z | Compiling fxhash v0.2.1 |
2047 | 2024-08-26T23:35:00.798Z | Compiling libxml v0.3.3 |
2048 | 2024-08-26T23:35:01.213Z | Compiling ref-cast-impl v1.0.23 |
2049 | 2024-08-26T23:35:02.459Z | Compiling crc-any v2.5.0 |
2050 | 2024-08-26T23:35:02.493Z | Compiling polar-core v0.27.3 |
2051 | 2024-08-26T23:35:03.109Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2052 | 2024-08-26T23:35:03.696Z | Compiling object v0.30.4 |
2053 | 2024-08-26T23:35:08.641Z | Compiling headers v0.3.9 |
2054 | 2024-08-26T23:35:12.404Z | Compiling derive_builder_macro v0.20.0 |
2055 | 2024-08-26T23:35:12.522Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2056 | 2024-08-26T23:35:13.293Z | Compiling samael v0.0.15 |
2057 | 2024-08-26T23:35:14.346Z | Compiling zip v0.6.6 |
2058 | 2024-08-26T23:35:15.024Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2059 | 2024-08-26T23:35:15.837Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2060 | 2024-08-26T23:35:16.167Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2061 | 2024-08-26T23:35:17.140Z | Compiling strum_macros v0.24.3 |
2062 | 2024-08-26T23:35:17.289Z | Compiling async-recursion v1.1.1 |
2063 | 2024-08-26T23:35:18.244Z | Compiling unicase v2.7.0 |
2064 | 2024-08-26T23:35:18.618Z | Compiling indoc v1.0.9 |
2065 | 2024-08-26T23:35:18.813Z | Compiling path-slash v0.1.5 |
2066 | 2024-08-26T23:35:19.062Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2067 | 2024-08-26T23:35:21.455Z | Compiling derive_builder v0.20.0 |
2068 | 2024-08-26T23:35:26.382Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2069 | 2024-08-26T23:35:26.740Z | Compiling crossterm v0.28.1 |
2070 | 2024-08-26T23:35:26.778Z | Compiling pem v3.0.4 |
2071 | 2024-08-26T23:35:27.463Z | Compiling curve25519-dalek v4.1.3 |
2072 | 2024-08-26T23:35:27.933Z | Compiling oso-derive v0.27.3 |
2073 | 2024-08-26T23:35:28.392Z | Compiling impl-trait-for-tuples v0.2.2 |
2074 | 2024-08-26T23:35:28.996Z | Compiling libz-sys v1.1.16 |
2075 | 2024-08-26T23:35:29.082Z | Compiling quick-xml v0.31.0 |
2076 | 2024-08-26T23:35:29.697Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2077 | 2024-08-26T23:35:30.062Z | Compiling keccak v0.1.5 |
2078 | 2024-08-26T23:35:31.114Z | Compiling parking_lot_core v0.8.6 |
2079 | 2024-08-26T23:35:31.631Z | Compiling sha3 v0.10.8 |
2080 | 2024-08-26T23:35:33.014Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2081 | 2024-08-26T23:35:35.131Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2082 | 2024-08-26T23:35:35.178Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2083 | 2024-08-26T23:35:35.651Z | Compiling oso v0.27.3 |
2084 | 2024-08-26T23:35:36.762Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2085 | 2024-08-26T23:35:37.108Z | Compiling bb8 v0.8.5 |
2086 | 2024-08-26T23:35:37.761Z | Compiling const_format_proc_macros v0.2.32 |
2087 | 2024-08-26T23:35:38.523Z | Compiling universal-hash v0.5.1 |
2088 | 2024-08-26T23:35:38.783Z | Compiling secrecy v0.8.0 |
2089 | 2024-08-26T23:35:39.081Z | Compiling thiserror-impl-no-std v2.0.2 |
2090 | 2024-08-26T23:35:39.771Z | Compiling curve25519-dalek-derive v0.1.1 |
2091 | 2024-08-26T23:35:41.246Z | Compiling vte_generate_state_changes v0.1.1 |
2092 | 2024-08-26T23:35:41.938Z | Compiling opaque-debug v0.3.1 |
2093 | 2024-08-26T23:35:41.980Z | Compiling buf-list v1.0.3 |
2094 | 2024-08-26T23:35:42.075Z | Compiling poly1305 v0.8.0 |
2095 | 2024-08-26T23:35:42.716Z | Compiling thiserror-no-std v2.0.2 |
2096 | 2024-08-26T23:35:42.856Z | Compiling vte v0.11.1 |
2097 | 2024-08-26T23:35:44.384Z | Compiling const_format v0.2.32 |
2098 | 2024-08-26T23:35:45.728Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2099 | 2024-08-26T23:35:48.045Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2100 | 2024-08-26T23:35:48.385Z | Compiling chacha20 v0.9.1 |
2101 | 2024-08-26T23:35:48.890Z | Compiling fd-lock v4.0.2 |
2102 | 2024-08-26T23:35:49.140Z | Compiling aead v0.5.2 |
2103 | 2024-08-26T23:35:49.248Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2104 | 2024-08-26T23:35:49.487Z | Compiling pin-project-internal v1.1.5 |
2105 | 2024-08-26T23:35:50.052Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2106 | 2024-08-26T23:35:50.407Z | Compiling bytecount v0.6.8 |
2107 | 2024-08-26T23:35:50.744Z | Compiling papergrid v0.11.0 |
2108 | 2024-08-26T23:35:52.322Z | Compiling pin-project v1.1.5 |
2109 | 2024-08-26T23:35:52.462Z | Compiling chacha20poly1305 v0.10.1 |
2110 | 2024-08-26T23:35:53.152Z | Compiling parking_lot v0.11.2 |
2111 | 2024-08-26T23:35:54.041Z | Compiling vsss-rs v3.3.4 |
2112 | 2024-08-26T23:35:54.066Z | Compiling strip-ansi-escapes v0.2.0 |
2113 | 2024-08-26T23:35:55.375Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2114 | 2024-08-26T23:35:55.688Z | Compiling tabled_derive v0.7.0 |
2115 | 2024-08-26T23:35:57.940Z | Compiling crossterm v0.27.0 |
2116 | 2024-08-26T23:35:58.496Z | Compiling peg-macros v0.8.4 |
2117 | 2024-08-26T23:36:00.391Z | Compiling kstat-rs v0.2.4 |
2118 | 2024-08-26T23:36:01.371Z | Compiling snafu-derive v0.8.2 |
2119 | 2024-08-26T23:36:01.787Z | Compiling sqlparser_derive v0.2.2 |
2120 | 2024-08-26T23:36:02.830Z | Compiling unicode_categories v0.1.1 |
2121 | 2024-08-26T23:36:02.859Z | Compiling nu-ansi-term v0.50.0 |
2122 | 2024-08-26T23:36:03.480Z | Compiling reedline v0.33.0 |
2123 | 2024-08-26T23:36:04.082Z | Compiling rustyline v14.0.0 |
2124 | 2024-08-26T23:36:04.814Z | Compiling sqlformat v0.2.4 |
2125 | 2024-08-26T23:36:06.304Z | Compiling snafu v0.8.2 |
2126 | 2024-08-26T23:36:07.655Z | Compiling sqlparser v0.45.0 |
2127 | 2024-08-26T23:36:15.827Z | Compiling peg v0.8.4 |
2128 | 2024-08-26T23:36:15.957Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2129 | 2024-08-26T23:36:20.040Z | Compiling tabled v0.15.0 |
2130 | 2024-08-26T23:36:26.958Z | Compiling sled v0.34.7 |
2131 | 2024-08-26T23:36:31.501Z | Compiling mime_guess v2.0.4 |
2132 | 2024-08-26T23:36:32.917Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2133 | 2024-08-26T23:36:34.351Z | Compiling hickory-client v0.24.1 |
2134 | 2024-08-26T23:36:39.738Z | Compiling env_logger v0.9.3 |
2135 | 2024-08-26T23:36:40.203Z | Compiling tungstenite v0.20.1 |
2136 | 2024-08-26T23:36:40.789Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2137 | 2024-08-26T23:36:42.658Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2138 | 2024-08-26T23:36:44.095Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2139 | 2024-08-26T23:36:47.609Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2140 | 2024-08-26T23:36:49.300Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2141 | 2024-08-26T23:36:57.209Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2142 | 2024-08-26T23:36:57.733Z | Compiling hickory-server v0.24.1 |
2143 | 2024-08-26T23:37:01.317Z | Compiling globset v0.4.14 |
2144 | 2024-08-26T23:37:04.259Z | Compiling olpc-cjson v0.1.3 |
2145 | 2024-08-26T23:37:04.622Z | Compiling bcs v0.1.6 |
2146 | 2024-08-26T23:37:05.594Z | Compiling vergen v8.3.2 |
2147 | 2024-08-26T23:37:05.952Z | Compiling bitstruct_derive v0.1.0 |
2148 | 2024-08-26T23:37:07.332Z | Compiling serde_plain v1.0.2 |
2149 | 2024-08-26T23:37:07.895Z | Compiling cargo-platform v0.1.8 |
2150 | 2024-08-26T23:37:08.409Z | Compiling nanorand v0.7.0 |
2151 | 2024-08-26T23:37:09.147Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-08-26T23:37:09.290Z | Compiling memoffset v0.9.1 |
2153 | 2024-08-26T23:37:09.317Z | Compiling ascii v1.1.0 |
2154 | 2024-08-26T23:37:09.637Z | Compiling typed-path v0.7.1 |
2155 | 2024-08-26T23:37:10.124Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2156 | 2024-08-26T23:37:10.641Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2157 | 2024-08-26T23:37:10.998Z | Compiling flume v0.11.0 |
2158 | 2024-08-26T23:37:11.850Z | Compiling cargo_metadata v0.18.1 |
2159 | 2024-08-26T23:37:12.679Z | Compiling tough v0.17.1 |
2160 | 2024-08-26T23:37:15.449Z | Compiling bitstruct v0.1.1 |
2161 | 2024-08-26T23:37:15.634Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2162 | 2024-08-26T23:37:16.572Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2163 | 2024-08-26T23:37:16.674Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2164 | 2024-08-26T23:37:17.264Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2165 | 2024-08-26T23:37:26.880Z | Compiling git2 v0.19.0 |
2166 | 2024-08-26T23:37:27.179Z | Compiling tokio-tungstenite v0.20.1 |
2167 | 2024-08-26T23:37:28.542Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2168 | 2024-08-26T23:37:31.399Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2169 | 2024-08-26T23:37:36.287Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2170 | 2024-08-26T23:37:37.525Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-08-26T23:37:39.530Z | Compiling libsqlite3-sys v0.28.0 |
2172 | 2024-08-26T23:37:40.091Z | Compiling erased-serde v0.3.31 |
2173 | 2024-08-26T23:37:40.477Z | Compiling serde_arrays v0.1.0 |
2174 | 2024-08-26T23:37:40.700Z | Compiling parse-size v1.0.0 |
2175 | 2024-08-26T23:37:41.041Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2176 | 2024-08-26T23:37:41.830Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2177 | 2024-08-26T23:37:43.813Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2178 | 2024-08-26T23:37:44.404Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2179 | 2024-08-26T23:37:44.618Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2180 | 2024-08-26T23:37:44.961Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2181 | 2024-08-26T23:37:47.080Z | Compiling heck v0.3.3 |
2182 | 2024-08-26T23:37:47.503Z | Compiling castaway v0.2.3 |
2183 | 2024-08-26T23:37:47.719Z | Compiling rand_seeder v0.3.0 |
2184 | 2024-08-26T23:37:48.139Z | Compiling csv-core v0.1.11 |
2185 | 2024-08-26T23:37:49.063Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2186 | 2024-08-26T23:37:50.503Z | Compiling http-range v0.1.5 |
2187 | 2024-08-26T23:37:51.117Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2188 | 2024-08-26T23:37:51.393Z | Compiling hyper-staticfile v0.9.5 |
2189 | 2024-08-26T23:37:51.495Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2190 | 2024-08-26T23:37:54.556Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2191 | 2024-08-26T23:37:55.248Z | Compiling csv v1.3.0 |
2192 | 2024-08-26T23:37:57.478Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2193 | 2024-08-26T23:37:57.723Z | Compiling compact_str v0.8.0 |
2194 | 2024-08-26T23:38:00.432Z | Compiling zone_cfg_derive v0.1.2 |
2195 | 2024-08-26T23:38:00.564Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2196 | 2024-08-26T23:38:01.985Z | Compiling nix v0.27.1 |
2197 | 2024-08-26T23:38:02.398Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2198 | 2024-08-26T23:38:03.557Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2199 | 2024-08-26T23:38:05.754Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2200 | 2024-08-26T23:38:09.912Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2201 | 2024-08-26T23:38:12.100Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2202 | 2024-08-26T23:38:12.471Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2203 | 2024-08-26T23:38:12.811Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2204 | 2024-08-26T23:38:13.164Z | Compiling unicode-truncate v1.0.0 |
2205 | 2024-08-26T23:38:13.477Z | Compiling lru v0.12.3 |
2206 | 2024-08-26T23:38:13.496Z | Compiling hashlink v0.9.1 |
2207 | 2024-08-26T23:38:13.878Z | Compiling serde-big-array v0.5.1 |
2208 | 2024-08-26T23:38:14.159Z | Compiling instability v0.3.2 |
2209 | 2024-08-26T23:38:14.331Z | Compiling cassowary v0.3.0 |
2210 | 2024-08-26T23:38:15.292Z | Compiling fallible-iterator v0.3.0 |
2211 | 2024-08-26T23:38:16.172Z | Compiling fallible-streaming-iterator v0.1.9 |
2212 | 2024-08-26T23:38:16.489Z | Compiling base64 v0.13.1 |
2213 | 2024-08-26T23:38:17.298Z | Compiling ron v0.7.1 |
2214 | 2024-08-26T23:38:18.181Z | Compiling rusqlite v0.31.0 |
2215 | 2024-08-26T23:38:22.852Z | Compiling ratatui v0.28.0 |
2216 | 2024-08-26T23:38:24.094Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2217 | 2024-08-26T23:38:39.920Z | Compiling zone v0.1.8 |
2218 | 2024-08-26T23:38:41.088Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2219 | 2024-08-26T23:38:42.119Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2220 | 2024-08-26T23:38:42.901Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2221 | 2024-08-26T23:38:43.502Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2222 | 2024-08-26T23:38:43.688Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2223 | 2024-08-26T23:38:45.240Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2224 | 2024-08-26T23:38:46.164Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2225 | 2024-08-26T23:38:46.891Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2226 | 2024-08-26T23:38:47.262Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2227 | 2024-08-26T23:38:52.312Z | Compiling twox-hash v1.6.3 |
2228 | 2024-08-26T23:38:52.680Z | Compiling signal-hook-tokio v0.3.1 |
2229 | 2024-08-26T23:38:52.916Z | Compiling yasna v0.5.2 |
2230 | 2024-08-26T23:38:53.372Z | Compiling portpicker v0.1.1 |
2231 | 2024-08-26T23:38:53.841Z | Compiling smawk v0.3.2 |
2232 | 2024-08-26T23:38:54.129Z | Compiling unicode-linebreak v0.1.5 |
2233 | 2024-08-26T23:38:54.706Z | Compiling textwrap v0.16.1 |
2234 | 2024-08-26T23:38:56.501Z | Compiling rcgen v0.12.1 |
2235 | 2024-08-26T23:38:58.521Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2236 | 2024-08-26T23:39:01.453Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2237 | 2024-08-26T23:39:06.751Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2238 | 2024-08-26T23:39:10.351Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2239 | 2024-08-26T23:39:10.924Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2240 | 2024-08-26T23:39:15.717Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2241 | 2024-08-26T23:39:16.332Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2242 | 2024-08-26T23:39:18.838Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2243 | 2024-08-26T23:39:19.191Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2244 | 2024-08-26T23:39:25.293Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2245 | 2024-08-26T23:39:25.478Z | Compiling atomicwrites v0.4.3 |
2246 | 2024-08-26T23:39:26.026Z | Compiling fatfs v0.3.6 |
2247 | 2024-08-26T23:39:26.526Z | Compiling subprocess v0.2.9 |
2248 | 2024-08-26T23:39:28.988Z | Compiling rtoolbox v0.0.2 |
2249 | 2024-08-26T23:39:29.465Z | Compiling assert_matches v1.5.0 |
2250 | 2024-08-26T23:39:29.596Z | Compiling is_ci v1.2.0 |
2251 | 2024-08-26T23:39:29.784Z | Compiling supports-color v3.0.0 |
2252 | 2024-08-26T23:39:30.446Z | Compiling rpassword v7.3.1 |
2253 | 2024-08-26T23:39:30.938Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2254 | 2024-08-26T23:39:31.477Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2255 | 2024-08-26T23:39:34.647Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2256 | 2024-08-26T23:39:35.228Z | Compiling tui-tree-widget v0.22.0 |
2257 | 2024-08-26T23:39:35.597Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2258 | 2024-08-26T23:39:35.708Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2259 | 2024-08-26T23:39:38.436Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2260 | 2024-08-26T23:39:38.785Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2261 | 2024-08-26T23:39:42.079Z | Compiling uzers v0.11.3 |
2262 | 2024-08-26T23:39:44.867Z | Compiling shell-words v1.1.0 |
2263 | 2024-08-26T23:39:45.346Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2264 | 2024-08-26T23:39:45.511Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2265 | 2024-08-26T23:39:47.582Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2266 | 2024-08-26T23:39:49.874Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2267 | 2024-08-26T23:40:02.130Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2268 | 2024-08-26T23:40:13.370Z | Compiling multimap v0.10.0 |
2269 | 2024-08-26T23:42:18.705Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2270 | 2024-08-26T23:42:32.316Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2271 | 2024-08-26T23:49:32.405Z | Finished `release` profile [optimized] target(s) in 16m 02s |
2272 | 2024-08-26T23:50:30.589Z | |
2273 | 2024-08-26T23:50:30.592Z | real 17:02.305029289 |
2274 | 2024-08-26T23:50:30.592Z | user 1:55:12.150771872 |
2275 | 2024-08-26T23:50:30.592Z | sys 5:46.488932329 |
2276 | 2024-08-26T23:50:30.592Z | trap 3.259765961 |
2277 | 2024-08-26T23:50:30.592Z | tflt 3.188695894 |
2278 | 2024-08-26T23:50:30.592Z | dflt 6.332765074 |
2279 | 2024-08-26T23:50:30.592Z | kflt 0.011466802 |
2280 | 2024-08-26T23:50:30.592Z | lock 7:03:24.140330654 |
2281 | 2024-08-26T23:50:30.592Z | slp 5:58:39.214138462 |
2282 | 2024-08-26T23:50:30.592Z | lat 2:46.123464107 |
2283 | 2024-08-26T23:50:30.592Z | stop 2:33.873252624 |
2284 | 2024-08-26T23:50:30.593Z | + mapfile -t packages |
2285 | 2024-08-26T23:50:30.593Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2286 | 2024-08-26T23:50:31.697Z | Finished `release` profile [optimized] target(s) in 1.05s |
2287 | 2024-08-26T23:50:31.747Z | Running `target/release/omicron-package -t test list-outputs` |
2288 | 2024-08-26T23:50:31.795Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2289 | 2024-08-26T23:50:31.798Z | + ptime -m cargo build --locked --release -p xtask |
2290 | 2024-08-26T23:50:32.453Z | Compiling serde v1.0.208 |
2291 | 2024-08-26T23:50:32.455Z | Compiling libc v0.2.156 |
2292 | 2024-08-26T23:50:32.455Z | Compiling serde_json v1.0.125 |
2293 | 2024-08-26T23:50:32.547Z | Compiling syn v2.0.74 |
2294 | 2024-08-26T23:50:32.558Z | Compiling usdt-impl v0.5.0 |
2295 | 2024-08-26T23:50:32.573Z | Compiling rustix v0.38.34 |
2296 | 2024-08-26T23:50:32.922Z | Compiling syn v1.0.109 |
2297 | 2024-08-26T23:50:32.981Z | Compiling bitflags v2.6.0 |
2298 | 2024-08-26T23:50:33.070Z | Compiling log v0.4.21 |
2299 | 2024-08-26T23:50:33.118Z | Compiling hashbrown v0.14.5 |
2300 | 2024-08-26T23:50:33.136Z | Compiling fs-err v2.11.0 |
2301 | 2024-08-26T23:50:33.533Z | Compiling anyhow v1.0.86 |
2302 | 2024-08-26T23:50:34.088Z | Compiling thread-id v4.2.1 |
2303 | 2024-08-26T23:50:34.549Z | Compiling indexmap v2.4.0 |
2304 | 2024-08-26T23:50:34.615Z | Compiling terminal_size v0.3.0 |
2305 | 2024-08-26T23:50:34.854Z | Compiling clap_builder v4.5.15 |
2306 | 2024-08-26T23:50:36.170Z | Compiling proc-macro-error v1.0.4 |
2307 | 2024-08-26T23:50:37.680Z | Compiling tabled_derive v0.7.0 |
2308 | 2024-08-26T23:50:39.013Z | Compiling tabled v0.15.0 |
2309 | 2024-08-26T23:50:40.637Z | Compiling serde_derive v1.0.208 |
2310 | 2024-08-26T23:50:40.816Z | Compiling thiserror-impl v1.0.63 |
2311 | 2024-08-26T23:50:40.897Z | Compiling zerocopy-derive v0.7.34 |
2312 | 2024-08-26T23:50:41.658Z | Compiling scroll_derive v0.12.0 |
2313 | 2024-08-26T23:50:42.980Z | Compiling zerocopy v0.7.34 |
2314 | 2024-08-26T23:50:43.152Z | Compiling scroll v0.12.0 |
2315 | 2024-08-26T23:50:43.767Z | Compiling thiserror v1.0.63 |
2316 | 2024-08-26T23:50:43.966Z | Compiling pest v2.7.10 |
2317 | 2024-08-26T23:50:44.226Z | Compiling goblin v0.8.2 |
2318 | 2024-08-26T23:50:46.482Z | Compiling clap_derive v4.5.13 |
2319 | 2024-08-26T23:50:47.163Z | Compiling pest_meta v2.7.10 |
2320 | 2024-08-26T23:50:51.295Z | Compiling pest_generator v2.7.10 |
2321 | 2024-08-26T23:50:52.842Z | Compiling clap v4.5.16 |
2322 | 2024-08-26T23:50:53.230Z | Compiling pest_derive v2.7.10 |
2323 | 2024-08-26T23:50:54.102Z | Compiling dtrace-parser v0.2.0 |
2324 | 2024-08-26T23:50:56.220Z | Compiling toml_datetime v0.6.8 |
2325 | 2024-08-26T23:50:56.553Z | Compiling serde_spanned v0.6.7 |
2326 | 2024-08-26T23:50:56.858Z | Compiling toml_edit v0.22.20 |
2327 | 2024-08-26T23:51:00.879Z | Compiling dof v0.3.0 |
2328 | 2024-08-26T23:51:02.344Z | Compiling serde_tokenstream v0.2.2 |
2329 | 2024-08-26T23:51:03.170Z | Compiling toml v0.8.19 |
2330 | 2024-08-26T23:51:03.366Z | Compiling usdt-macro v0.5.0 |
2331 | 2024-08-26T23:51:05.791Z | Compiling usdt-attr-macro v0.5.0 |
2332 | 2024-08-26T23:51:05.913Z | Compiling cargo-platform v0.1.8 |
2333 | 2024-08-26T23:51:07.093Z | Compiling semver v1.0.23 |
2334 | 2024-08-26T23:51:07.261Z | Compiling camino v1.1.9 |
2335 | 2024-08-26T23:51:08.401Z | Compiling cargo_metadata v0.18.1 |
2336 | 2024-08-26T23:51:08.454Z | Compiling usdt v0.5.0 |
2337 | 2024-08-26T23:51:08.676Z | Compiling cargo_toml v0.20.4 |
2338 | 2024-08-26T23:51:08.722Z | Compiling macaddr v1.0.1 |
2339 | 2024-08-26T23:51:19.784Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2340 | 2024-08-26T23:51:31.648Z | Finished `release` profile [optimized] target(s) in 59.80s |
2341 | 2024-08-26T23:51:31.760Z | |
2342 | 2024-08-26T23:51:31.760Z | real 59.938205910 |
2343 | 2024-08-26T23:51:31.760Z | user 5:54.109028825 |
2344 | 2024-08-26T23:51:31.760Z | sys 33.385663059 |
2345 | 2024-08-26T23:51:31.760Z | trap 0.174990087 |
2346 | 2024-08-26T23:51:31.760Z | tflt 0.343268016 |
2347 | 2024-08-26T23:51:31.763Z | dflt 0.666862799 |
2348 | 2024-08-26T23:51:31.763Z | kflt 0.000207385 |
2349 | 2024-08-26T23:51:31.763Z | lock 10:59.961124315 |
2350 | 2024-08-26T23:51:31.763Z | slp 16:02.652822286 |
2351 | 2024-08-26T23:51:31.763Z | lat 12.537385817 |
2352 | 2024-08-26T23:51:31.763Z | stop 15.633452498 |
2353 | 2024-08-26T23:51:31.763Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2354 | 2024-08-26T23:51:31.764Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2355 | 2024-08-26T23:51:31.764Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2356 | 2024-08-26T23:51:31.764Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2357 | 2024-08-26T23:51:31.764Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2358 | 2024-08-26T23:51:32.379Z | Downloading crates ... |
2359 | 2024-08-26T23:51:32.602Z | Downloaded ed25519 v2.2.3 |
2360 | 2024-08-26T23:51:32.607Z | Downloaded dhcproto-macros v0.1.0 |
2361 | 2024-08-26T23:51:32.612Z | Downloaded dirs-sys v0.4.1 |
2362 | 2024-08-26T23:51:32.620Z | Downloaded russh-cryptovec v0.7.2 |
2363 | 2024-08-26T23:51:32.626Z | Downloaded ghash v0.5.1 |
2364 | 2024-08-26T23:51:32.629Z | Downloaded option-ext v0.2.0 |
2365 | 2024-08-26T23:51:32.630Z | Downloaded md5 v0.7.0 |
2366 | 2024-08-26T23:51:32.633Z | Downloaded ssh-cipher v0.2.0 |
2367 | 2024-08-26T23:51:32.636Z | Downloaded pbkdf2 v0.11.0 |
2368 | 2024-08-26T23:51:32.638Z | Downloaded aes-gcm v0.10.3 |
2369 | 2024-08-26T23:51:32.641Z | Downloaded rfc6979 v0.4.0 |
2370 | 2024-08-26T23:51:32.641Z | Downloaded bcrypt-pbkdf v0.10.0 |
2371 | 2024-08-26T23:51:32.644Z | Downloaded dirs v5.0.1 |
2372 | 2024-08-26T23:51:32.644Z | Downloaded blowfish v0.9.1 |
2373 | 2024-08-26T23:51:32.647Z | Downloaded polyval v0.6.2 |
2374 | 2024-08-26T23:51:32.647Z | Downloaded hex-literal v0.4.1 |
2375 | 2024-08-26T23:51:32.647Z | Downloaded primeorder v0.13.6 |
2376 | 2024-08-26T23:51:32.652Z | Downloaded internet-checksum v0.2.1 |
2377 | 2024-08-26T23:51:32.652Z | Downloaded ecdsa v0.16.9 |
2378 | 2024-08-26T23:51:32.656Z | Downloaded ssh-encoding v0.2.0 |
2379 | 2024-08-26T23:51:32.658Z | Downloaded dhcproto v0.12.0 |
2380 | 2024-08-26T23:51:32.662Z | Downloaded password-hash v0.4.2 |
2381 | 2024-08-26T23:51:32.664Z | Downloaded russh-keys v0.44.0 |
2382 | 2024-08-26T23:51:32.667Z | Downloaded ed25519-dalek v2.1.1 |
2383 | 2024-08-26T23:51:32.671Z | Downloaded p256 v0.13.2 |
2384 | 2024-08-26T23:51:32.679Z | Downloaded num-bigint v0.4.5 |
2385 | 2024-08-26T23:51:32.684Z | Downloaded ssh-key v0.6.6 |
2386 | 2024-08-26T23:51:32.691Z | Downloaded russh v0.44.1 |
2387 | 2024-08-26T23:51:32.696Z | Downloaded p521 v0.13.3 |
2388 | 2024-08-26T23:51:32.700Z | Downloaded p384 v0.13.0 |
2389 | 2024-08-26T23:51:32.866Z | Compiling regress v0.9.1 |
2390 | 2024-08-26T23:51:32.982Z | Compiling getopts v0.2.21 |
2391 | 2024-08-26T23:51:32.982Z | Compiling unsafe-libyaml v0.2.11 |
2392 | 2024-08-26T23:51:32.987Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2393 | 2024-08-26T23:51:32.999Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2394 | 2024-08-26T23:51:33.029Z | Compiling http v1.1.0 |
2395 | 2024-08-26T23:51:33.057Z | Compiling match_cfg v0.1.0 |
2396 | 2024-08-26T23:51:33.060Z | Compiling toml v0.8.19 |
2397 | 2024-08-26T23:51:33.182Z | Compiling hostname v0.3.1 |
2398 | 2024-08-26T23:51:33.465Z | Compiling rustls-pki-types v1.7.0 |
2399 | 2024-08-26T23:51:33.485Z | Compiling paste v1.0.15 |
2400 | 2024-08-26T23:51:33.489Z | Compiling rustls v0.22.4 |
2401 | 2024-08-26T23:51:33.800Z | Compiling ident_case v1.0.1 |
2402 | 2024-08-26T23:51:33.970Z | Compiling darling_core v0.20.9 |
2403 | 2024-08-26T23:51:33.998Z | Compiling rustls-webpki v0.102.4 |
2404 | 2024-08-26T23:51:34.181Z | Compiling ipnetwork v0.20.0 |
2405 | 2024-08-26T23:51:34.353Z | Compiling multer v3.1.0 |
2406 | 2024-08-26T23:51:34.695Z | Compiling serde_yaml v0.9.34+deprecated |
2407 | 2024-08-26T23:51:35.174Z | Compiling slog-json v2.6.1 |
2408 | 2024-08-26T23:51:35.578Z | Compiling async-stream-impl v0.3.5 |
2409 | 2024-08-26T23:51:35.643Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2410 | 2024-08-26T23:51:35.984Z | Compiling instant v0.1.12 |
2411 | 2024-08-26T23:51:36.164Z | Compiling atomic-waker v1.1.2 |
2412 | 2024-08-26T23:51:36.184Z | Compiling debug-ignore v1.0.5 |
2413 | 2024-08-26T23:51:36.345Z | Compiling waitgroup v0.1.2 |
2414 | 2024-08-26T23:51:36.449Z | Compiling slog-bunyan v2.5.0 |
2415 | 2024-08-26T23:51:36.599Z | Compiling rustls-pemfile v2.1.3 |
2416 | 2024-08-26T23:51:36.678Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2417 | 2024-08-26T23:51:37.079Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2418 | 2024-08-26T23:51:37.125Z | Compiling async-stream v0.3.5 |
2419 | 2024-08-26T23:51:37.476Z | Compiling serde_path_to_error v0.1.16 |
2420 | 2024-08-26T23:51:37.719Z | Compiling hostname v0.4.0 |
2421 | 2024-08-26T23:51:38.028Z | Compiling structmeta-derive v0.3.0 |
2422 | 2024-08-26T23:51:38.403Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2423 | 2024-08-26T23:51:38.425Z | Compiling newtype-uuid v1.1.0 |
2424 | 2024-08-26T23:51:38.768Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2425 | 2024-08-26T23:51:39.228Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2426 | 2024-08-26T23:51:39.311Z | Compiling backoff v0.4.0 |
2427 | 2024-08-26T23:51:39.579Z | Compiling tokio-rustls v0.25.0 |
2428 | 2024-08-26T23:51:39.599Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2429 | 2024-08-26T23:51:39.698Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2430 | 2024-08-26T23:51:39.798Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2431 | 2024-08-26T23:51:39.981Z | Compiling macaddr v1.0.1 |
2432 | 2024-08-26T23:51:40.052Z | Compiling proc-macro-crate v1.3.1 |
2433 | 2024-08-26T23:51:40.477Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2434 | 2024-08-26T23:51:40.520Z | Compiling fastrand v2.1.0 |
2435 | 2024-08-26T23:51:40.885Z | Compiling tempfile v3.10.1 |
2436 | 2024-08-26T23:51:41.099Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2437 | 2024-08-26T23:51:41.225Z | Compiling num_enum_derive v0.5.11 |
2438 | 2024-08-26T23:51:41.295Z | Compiling structmeta v0.3.0 |
2439 | 2024-08-26T23:51:41.452Z | Compiling foreign-types-macros v0.2.3 |
2440 | 2024-08-26T23:51:41.503Z | Compiling darling_macro v0.20.9 |
2441 | 2024-08-26T23:51:41.748Z | Compiling parse-display-derive v0.10.0 |
2442 | 2024-08-26T23:51:41.748Z | Compiling foreign-types-shared v0.3.1 |
2443 | 2024-08-26T23:51:41.883Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2444 | 2024-08-26T23:51:42.218Z | Compiling heapless v0.8.0 |
2445 | 2024-08-26T23:51:42.544Z | Compiling darling v0.20.9 |
2446 | 2024-08-26T23:51:42.678Z | Compiling serde_with_macros v3.9.0 |
2447 | 2024-08-26T23:51:42.941Z | Compiling foreign-types v0.5.0 |
2448 | 2024-08-26T23:51:43.115Z | Compiling proc-macro-error v1.0.4 |
2449 | 2024-08-26T23:51:43.566Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2450 | 2024-08-26T23:51:43.830Z | Compiling hash32 v0.3.1 |
2451 | 2024-08-26T23:51:44.021Z | Compiling num_enum v0.5.11 |
2452 | 2024-08-26T23:51:44.098Z | Compiling cstr-argument v0.1.2 |
2453 | 2024-08-26T23:51:44.199Z | Compiling smoltcp v0.11.0 |
2454 | 2024-08-26T23:51:44.392Z | Compiling pretty-hex v0.2.1 |
2455 | 2024-08-26T23:51:44.600Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2456 | 2024-08-26T23:51:44.734Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2457 | 2024-08-26T23:51:45.055Z | Compiling camino-tempfile v1.1.1 |
2458 | 2024-08-26T23:51:45.336Z | Compiling tabwriter v1.4.0 |
2459 | 2024-08-26T23:51:45.533Z | Compiling colored v2.1.0 |
2460 | 2024-08-26T23:51:45.755Z | Compiling serde_with v3.9.0 |
2461 | 2024-08-26T23:51:45.908Z | Compiling embedded-io v0.4.0 |
2462 | 2024-08-26T23:51:45.952Z | Compiling cobs v0.2.3 |
2463 | 2024-08-26T23:51:46.133Z | Compiling postcard v1.0.8 |
2464 | 2024-08-26T23:51:46.236Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2465 | 2024-08-26T23:51:46.336Z | Compiling crucible-workspace-hack v0.1.0 |
2466 | 2024-08-26T23:51:46.611Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2467 | 2024-08-26T23:51:46.823Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2468 | 2024-08-26T23:51:46.849Z | Compiling parse-display v0.10.0 |
2469 | 2024-08-26T23:51:46.873Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2470 | 2024-08-26T23:51:47.151Z | Compiling smf v0.2.3 |
2471 | 2024-08-26T23:51:47.248Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2472 | 2024-08-26T23:51:47.643Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2473 | 2024-08-26T23:51:47.812Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2474 | 2024-08-26T23:51:48.299Z | Compiling num-derive v0.4.2 |
2475 | 2024-08-26T23:51:48.696Z | Compiling sigpipe v0.1.3 |
2476 | 2024-08-26T23:51:48.833Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2477 | 2024-08-26T23:51:49.213Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2478 | 2024-08-26T23:51:49.297Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2479 | 2024-08-26T23:51:50.059Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2480 | 2024-08-26T23:51:50.404Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2481 | 2024-08-26T23:51:50.845Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2482 | 2024-08-26T23:51:50.913Z | Compiling universal-hash v0.5.1 |
2483 | 2024-08-26T23:51:54.895Z | Compiling opaque-debug v0.3.1 |
2484 | 2024-08-26T23:51:54.895Z | Compiling utf-8 v0.7.6 |
2485 | 2024-08-26T23:51:54.895Z | Compiling num-rational v0.4.2 |
2486 | 2024-08-26T23:51:54.895Z | Compiling curve25519-dalek v4.1.3 |
2487 | 2024-08-26T23:51:54.895Z | Compiling num-complex v0.4.6 |
2488 | 2024-08-26T23:51:54.895Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2489 | 2024-08-26T23:51:54.895Z | Compiling humantime v2.1.0 |
2490 | 2024-08-26T23:51:54.895Z | Compiling password-hash v0.5.0 |
2491 | 2024-08-26T23:51:54.895Z | Compiling blake2 v0.10.6 |
2492 | 2024-08-26T23:51:54.895Z | Compiling aead v0.5.2 |
2493 | 2024-08-26T23:51:54.895Z | Compiling curve25519-dalek-derive v0.1.1 |
2494 | 2024-08-26T23:51:54.895Z | Compiling num v0.4.3 |
2495 | 2024-08-26T23:51:54.895Z | Compiling float-ord v0.3.2 |
2496 | 2024-08-26T23:51:54.895Z | Compiling poly1305 v0.8.0 |
2497 | 2024-08-26T23:51:54.896Z | Compiling argon2 v0.5.3 |
2498 | 2024-08-26T23:51:54.896Z | Compiling chacha20 v0.9.1 |
2499 | 2024-08-26T23:51:54.896Z | Compiling convert_case v0.4.0 |
2500 | 2024-08-26T23:51:54.924Z | Compiling semver v0.1.20 |
2501 | 2024-08-26T23:51:54.924Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2502 | 2024-08-26T23:51:54.924Z | Compiling rustc_version v0.1.7 |
2503 | 2024-08-26T23:51:54.924Z | Compiling derive_more v0.99.18 |
2504 | 2024-08-26T23:51:54.924Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2505 | 2024-08-26T23:51:54.924Z | Compiling tungstenite v0.21.0 |
2506 | 2024-08-26T23:51:54.924Z | Compiling newline-converter v0.3.0 |
2507 | 2024-08-26T23:51:54.924Z | Compiling atty v0.2.14 |
2508 | 2024-08-26T23:51:54.924Z | Compiling rayon-core v1.12.1 |
2509 | 2024-08-26T23:51:54.924Z | Compiling same-file v1.0.6 |
2510 | 2024-08-26T23:51:55.144Z | Compiling walkdir v2.5.0 |
2511 | 2024-08-26T23:51:55.175Z | Compiling expectorate v1.1.0 |
2512 | 2024-08-26T23:51:55.211Z | Compiling newtype_derive v0.1.6 |
2513 | 2024-08-26T23:51:55.393Z | Compiling crossbeam-deque v0.8.5 |
2514 | 2024-08-26T23:51:55.564Z | Compiling tokio-tungstenite v0.21.0 |
2515 | 2024-08-26T23:51:55.774Z | Compiling keccak v0.1.5 |
2516 | 2024-08-26T23:51:55.795Z | Compiling prettyplease v0.2.20 |
2517 | 2024-08-26T23:51:55.926Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2518 | 2024-08-26T23:51:56.149Z | Compiling sha3 v0.10.8 |
2519 | 2024-08-26T23:51:56.706Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2520 | 2024-08-26T23:51:56.755Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2521 | 2024-08-26T23:51:56.879Z | Compiling thiserror-impl-no-std v2.0.2 |
2522 | 2024-08-26T23:51:56.910Z | Compiling secrecy v0.8.0 |
2523 | 2024-08-26T23:51:57.114Z | Compiling blake3 v1.5.1 |
2524 | 2024-08-26T23:51:57.216Z | Compiling ring v0.16.20 |
2525 | 2024-08-26T23:51:57.318Z | Compiling derive-where v1.2.7 |
2526 | 2024-08-26T23:51:57.838Z | Compiling unicase v2.7.0 |
2527 | 2024-08-26T23:51:58.065Z | Compiling cookie v0.18.1 |
2528 | 2024-08-26T23:51:58.185Z | Compiling half v2.4.1 |
2529 | 2024-08-26T23:51:58.414Z | Compiling linked-hash-map v0.5.6 |
2530 | 2024-08-26T23:51:58.434Z | Compiling ciborium-io v0.2.2 |
2531 | 2024-08-26T23:51:58.584Z | Compiling quick-error v1.2.3 |
2532 | 2024-08-26T23:51:58.758Z | Compiling arc-swap v1.7.1 |
2533 | 2024-08-26T23:51:58.813Z | Compiling termcolor v1.4.1 |
2534 | 2024-08-26T23:51:58.834Z | Compiling lru-cache v0.1.2 |
2535 | 2024-08-26T23:51:59.068Z | Compiling resolv-conf v0.7.0 |
2536 | 2024-08-26T23:51:59.477Z | Compiling env_logger v0.9.3 |
2537 | 2024-08-26T23:51:59.795Z | Compiling slog-scope v4.4.0 |
2538 | 2024-08-26T23:51:59.930Z | Compiling ciborium-ll v0.2.2 |
2539 | 2024-08-26T23:52:00.356Z | Compiling thiserror-no-std v2.0.2 |
2540 | 2024-08-26T23:52:00.673Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2541 | 2024-08-26T23:52:00.888Z | Compiling rayon v1.10.0 |
2542 | 2024-08-26T23:52:01.089Z | Compiling polyval v0.6.2 |
2543 | 2024-08-26T23:52:01.118Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2544 | 2024-08-26T23:52:01.425Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2545 | 2024-08-26T23:52:01.542Z | Compiling rfc6979 v0.4.0 |
2546 | 2024-08-26T23:52:01.581Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2547 | 2024-08-26T23:52:01.614Z | Compiling bitstruct_derive v0.1.0 |
2548 | 2024-08-26T23:52:01.773Z | Compiling memmap2 v0.9.4 |
2549 | 2024-08-26T23:52:02.282Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2550 | 2024-08-26T23:52:02.403Z | Compiling parking_lot_core v0.8.6 |
2551 | 2024-08-26T23:52:02.423Z | Compiling arrayvec v0.7.4 |
2552 | 2024-08-26T23:52:02.440Z | Compiling highway v1.2.0 |
2553 | 2024-08-26T23:52:02.834Z | Compiling constant_time_eq v0.3.0 |
2554 | 2024-08-26T23:52:02.947Z | Compiling home v0.5.9 |
2555 | 2024-08-26T23:52:03.034Z | Compiling spin v0.5.2 |
2556 | 2024-08-26T23:52:03.087Z | Compiling untrusted v0.7.1 |
2557 | 2024-08-26T23:52:03.232Z | Compiling ascii v1.1.0 |
2558 | 2024-08-26T23:52:03.290Z | Compiling libefi-sys v0.1.0 |
2559 | 2024-08-26T23:52:03.310Z | Compiling arrayref v0.3.7 |
2560 | 2024-08-26T23:52:03.315Z | Compiling toolchain_find v0.4.0 |
2561 | 2024-08-26T23:52:03.422Z | Compiling bitstruct v0.1.1 |
2562 | 2024-08-26T23:52:03.600Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2563 | 2024-08-26T23:52:03.655Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2564 | 2024-08-26T23:52:03.917Z | Compiling ecdsa v0.16.9 |
2565 | 2024-08-26T23:52:03.949Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2566 | 2024-08-26T23:52:04.034Z | Compiling ghash v0.5.1 |
2567 | 2024-08-26T23:52:04.250Z | Compiling steno v0.4.1 |
2568 | 2024-08-26T23:52:04.796Z | Compiling vsss-rs v3.3.4 |
2569 | 2024-08-26T23:52:04.823Z | Compiling ciborium v0.2.2 |
2570 | 2024-08-26T23:52:05.240Z | Compiling slog-stdlog v4.1.1 |
2571 | 2024-08-26T23:52:05.663Z | Compiling hickory-resolver v0.24.1 |
2572 | 2024-08-26T23:52:06.336Z | Compiling chacha20poly1305 v0.10.1 |
2573 | 2024-08-26T23:52:06.485Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2574 | 2024-08-26T23:52:06.592Z | Compiling primeorder v0.13.6 |
2575 | 2024-08-26T23:52:06.934Z | Compiling ctr v0.9.2 |
2576 | 2024-08-26T23:52:07.194Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2577 | 2024-08-26T23:52:07.228Z | Compiling serde_arrays v0.1.0 |
2578 | 2024-08-26T23:52:07.289Z | Compiling erased-serde v0.3.31 |
2579 | 2024-08-26T23:52:07.342Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2580 | 2024-08-26T23:52:07.409Z | Compiling bitfield-struct v0.6.1 |
2581 | 2024-08-26T23:52:07.597Z | Compiling slog-dtrace v0.3.0 |
2582 | 2024-08-26T23:52:07.782Z | Compiling cancel-safe-futures v0.1.5 |
2583 | 2024-08-26T23:52:07.925Z | Compiling topological-sort v0.2.2 |
2584 | 2024-08-26T23:52:08.182Z | Compiling omicron-zone-package v0.11.0 |
2585 | 2024-08-26T23:52:08.457Z | Compiling aes-gcm v0.10.3 |
2586 | 2024-08-26T23:52:08.793Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-08-26T23:52:08.824Z | Compiling slog-envlogger v2.2.0 |
2588 | 2024-08-26T23:52:08.937Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2589 | 2024-08-26T23:52:09.635Z | Compiling mime_guess v2.0.4 |
2590 | 2024-08-26T23:52:10.183Z | Compiling rustfmt-wrapper v0.2.1 |
2591 | 2024-08-26T23:52:10.423Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2592 | 2024-08-26T23:52:10.487Z | Compiling tungstenite v0.20.1 |
2593 | 2024-08-26T23:52:10.838Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2594 | 2024-08-26T23:52:11.038Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2595 | 2024-08-26T23:52:11.589Z | Compiling heck v0.3.3 |
2596 | 2024-08-26T23:52:12.128Z | Compiling ed25519 v2.2.3 |
2597 | 2024-08-26T23:52:12.371Z | Compiling ssh-encoding v0.2.0 |
2598 | 2024-08-26T23:52:12.592Z | Compiling blowfish v0.9.1 |
2599 | 2024-08-26T23:52:12.802Z | Compiling nibble_vec v0.1.0 |
2600 | 2024-08-26T23:52:12.855Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2601 | 2024-08-26T23:52:12.933Z | Compiling option-ext v0.2.0 |
2602 | 2024-08-26T23:52:12.990Z | Compiling endian-type v0.1.2 |
2603 | 2024-08-26T23:52:13.048Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2604 | 2024-08-26T23:52:13.077Z | Compiling dirs-sys v0.4.1 |
2605 | 2024-08-26T23:52:13.079Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2606 | 2024-08-26T23:52:13.225Z | Compiling radix_trie v0.2.1 |
2607 | 2024-08-26T23:52:13.410Z | Compiling bcrypt-pbkdf v0.10.0 |
2608 | 2024-08-26T23:52:13.821Z | Compiling ssh-cipher v0.2.0 |
2609 | 2024-08-26T23:52:14.020Z | Compiling ed25519-dalek v2.1.1 |
2610 | 2024-08-26T23:52:14.113Z | Compiling zone_cfg_derive v0.1.2 |
2611 | 2024-08-26T23:52:14.196Z | Compiling tokio-tungstenite v0.20.1 |
2612 | 2024-08-26T23:52:14.810Z | Compiling parking_lot v0.11.2 |
2613 | 2024-08-26T23:52:14.845Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2614 | 2024-08-26T23:52:15.298Z | Compiling gethostname v0.5.0 |
2615 | 2024-08-26T23:52:15.553Z | Compiling password-hash v0.4.2 |
2616 | 2024-08-26T23:52:15.640Z | Compiling libsw v3.3.1 |
2617 | 2024-08-26T23:52:15.660Z | Compiling fxhash v0.2.1 |
2618 | 2024-08-26T23:52:15.690Z | Compiling owo-colors v4.0.0 |
2619 | 2024-08-26T23:52:15.809Z | Compiling linear-map v1.2.0 |
2620 | 2024-08-26T23:52:15.879Z | Compiling matches v0.1.10 |
2621 | 2024-08-26T23:52:15.883Z | Compiling base64 v0.13.1 |
2622 | 2024-08-26T23:52:15.963Z | Compiling idna v0.2.3 |
2623 | 2024-08-26T23:52:15.988Z | Compiling sled v0.34.7 |
2624 | 2024-08-26T23:52:16.198Z | Compiling pbkdf2 v0.11.0 |
2625 | 2024-08-26T23:52:16.533Z | Compiling ron v0.7.1 |
2626 | 2024-08-26T23:52:16.571Z | Compiling zone v0.1.8 |
2627 | 2024-08-26T23:52:17.687Z | Compiling ssh-key v0.6.6 |
2628 | 2024-08-26T23:52:17.727Z | Compiling hickory-client v0.24.1 |
2629 | 2024-08-26T23:52:18.138Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2630 | 2024-08-26T23:52:19.087Z | Compiling dirs v5.0.1 |
2631 | 2024-08-26T23:52:19.226Z | Compiling p256 v0.13.2 |
2632 | 2024-08-26T23:52:19.323Z | Compiling p521 v0.13.3 |
2633 | 2024-08-26T23:52:20.107Z | Compiling p384 v0.13.0 |
2634 | 2024-08-26T23:52:21.793Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2635 | 2024-08-26T23:52:21.889Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2636 | 2024-08-26T23:52:22.187Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2637 | 2024-08-26T23:52:22.257Z | Compiling hickory-server v0.24.1 |
2638 | 2024-08-26T23:52:22.401Z | Compiling pem v3.0.4 |
2639 | 2024-08-26T23:52:22.850Z | Compiling enum-as-inner v0.5.1 |
2640 | 2024-08-26T23:52:22.923Z | Compiling yasna v0.5.2 |
2641 | 2024-08-26T23:52:23.289Z | Compiling portpicker v0.1.1 |
2642 | 2024-08-26T23:52:23.690Z | Compiling headers-core v0.2.0 |
2643 | 2024-08-26T23:52:23.878Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2644 | 2024-08-26T23:52:24.033Z | Compiling kstat-rs v0.2.4 |
2645 | 2024-08-26T23:52:24.088Z | Compiling nanorand v0.7.0 |
2646 | 2024-08-26T23:52:24.279Z | Compiling russh-cryptovec v0.7.2 |
2647 | 2024-08-26T23:52:24.630Z | Compiling http-range v0.1.5 |
2648 | 2024-08-26T23:52:24.669Z | Compiling md5 v0.7.0 |
2649 | 2024-08-26T23:52:24.737Z | Compiling glob v0.3.1 |
2650 | 2024-08-26T23:52:24.774Z | Compiling flume v0.11.0 |
2651 | 2024-08-26T23:52:25.029Z | Compiling russh-keys v0.44.0 |
2652 | 2024-08-26T23:52:25.216Z | Compiling hyper-staticfile v0.9.5 |
2653 | 2024-08-26T23:52:25.521Z | Compiling trust-dns-proto v0.22.0 |
2654 | 2024-08-26T23:52:25.793Z | Compiling rcgen v0.12.1 |
2655 | 2024-08-26T23:52:26.289Z | Compiling headers v0.3.9 |
2656 | 2024-08-26T23:52:27.161Z | Compiling atomicwrites v0.4.3 |
2657 | 2024-08-26T23:52:27.563Z | Compiling num-bigint v0.4.5 |
2658 | 2024-08-26T23:52:28.058Z | Compiling itertools v0.13.0 |
2659 | 2024-08-26T23:52:28.366Z | Compiling subprocess v0.2.9 |
2660 | 2024-08-26T23:52:28.464Z | Compiling dhcproto-macros v0.1.0 |
2661 | 2024-08-26T23:52:29.455Z | Compiling hex-literal v0.4.1 |
2662 | 2024-08-26T23:52:29.591Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2663 | 2024-08-26T23:52:29.611Z | Compiling display-error-chain v0.2.0 |
2664 | 2024-08-26T23:52:29.632Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2665 | 2024-08-26T23:52:29.795Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2666 | 2024-08-26T23:52:29.847Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2667 | 2024-08-26T23:52:30.138Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2668 | 2024-08-26T23:52:30.428Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2669 | 2024-08-26T23:52:31.522Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2670 | 2024-08-26T23:52:32.038Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2671 | 2024-08-26T23:52:34.179Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2672 | 2024-08-26T23:52:35.676Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2673 | 2024-08-26T23:52:37.309Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2674 | 2024-08-26T23:52:38.193Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2675 | 2024-08-26T23:52:38.234Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2676 | 2024-08-26T23:52:39.039Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2677 | 2024-08-26T23:52:39.618Z | Compiling russh v0.44.1 |
2678 | 2024-08-26T23:52:40.086Z | Compiling dhcproto v0.12.0 |
2679 | 2024-08-26T23:52:43.874Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2680 | 2024-08-26T23:52:44.236Z | Compiling internet-checksum v0.2.1 |
2681 | 2024-08-26T23:52:47.417Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2682 | 2024-08-26T23:52:47.606Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2683 | 2024-08-26T23:52:48.123Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2684 | 2024-08-26T23:52:48.495Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2685 | 2024-08-26T23:52:50.947Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2686 | 2024-08-26T23:52:51.348Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2687 | 2024-08-26T23:52:51.700Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2688 | 2024-08-26T23:52:52.086Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2689 | 2024-08-26T23:52:53.491Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2690 | 2024-08-26T23:52:54.532Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2691 | 2024-08-26T23:52:55.667Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2692 | 2024-08-26T23:52:55.710Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2693 | 2024-08-26T23:52:56.190Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2694 | 2024-08-26T23:52:58.542Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2695 | 2024-08-26T23:52:58.680Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2696 | 2024-08-26T23:53:01.368Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2697 | 2024-08-26T23:53:01.895Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2698 | 2024-08-26T23:53:02.729Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2699 | 2024-08-26T23:53:07.624Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2700 | 2024-08-26T23:53:08.222Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2701 | 2024-08-26T23:53:08.245Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2702 | 2024-08-26T23:53:13.045Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2703 | 2024-08-26T23:53:20.539Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2704 | 2024-08-26T23:53:20.539Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2705 | 2024-08-26T23:53:22.459Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2706 | 2024-08-26T23:53:43.157Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2707 | 2024-08-26T23:54:16.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
2708 | 2024-08-26T23:54:16.739Z | |
2709 | 2024-08-26T23:54:16.739Z | real 2:44.946528136 |
2710 | 2024-08-26T23:54:16.739Z | user 13:29.713923577 |
2711 | 2024-08-26T23:54:16.739Z | sys 2:49.198433144 |
2712 | 2024-08-26T23:54:16.739Z | trap 0.405915092 |
2713 | 2024-08-26T23:54:16.740Z | tflt 1.504344652 |
2714 | 2024-08-26T23:54:16.740Z | dflt 1.388791267 |
2715 | 2024-08-26T23:54:16.740Z | kflt 0.000025753 |
2716 | 2024-08-26T23:54:16.740Z | lock 28:31.044322319 |
2717 | 2024-08-26T23:54:16.740Z | slp 50:25.385442939 |
2718 | 2024-08-26T23:54:16.740Z | lat 41.964322664 |
2719 | 2024-08-26T23:54:16.740Z | stop 1:41.533239217 |
2720 | 2024-08-26T23:54:16.742Z | + mkdir tests |
2721 | 2024-08-26T23:54:16.745Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2722 | 2024-08-26T23:54:16.747Z | + xargs -I '{}' -t cp '{}' tests/ |
2723 | 2024-08-26T23:54:17.763Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a71c0e43cde62edd tests/ |
2724 | 2024-08-26T23:54:17.784Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5517760de320bdc tests/ |
2725 | 2024-08-26T23:54:17.804Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4fd72a57c880b0c1 tests/ |
2726 | 2024-08-26T23:54:17.826Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-04ab9a298b132bca tests/ |
2727 | 2024-08-26T23:54:17.986Z | + 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/*) |
2728 | 2024-08-26T23:54:17.991Z | + 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-a71c0e43cde62edd tests/commtest-4fd72a57c880b0c1 tests/dhcp_server-a5517760de320bdc tests/end_to_end_tests-04ab9a298b132bca out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2729 | 2024-08-26T23:55:20.686Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2730 | 2024-08-26T23:55:20.686Z | a out/target/test 1K |
2731 | 2024-08-26T23:55:20.686Z | a out/npuzone/npuzone 23144K |
2732 | 2024-08-26T23:55:20.686Z | a package-manifest.toml 32K |
2733 | 2024-08-26T23:55:20.686Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2734 | 2024-08-26T23:55:20.686Z | a target/release/omicron-package 32312K |
2735 | 2024-08-26T23:55:20.686Z | a target/release/xtask 11627K |
2736 | 2024-08-26T23:55:20.686Z | a target/debug/bootstrap 192165K |
2737 | 2024-08-26T23:55:20.686Z | a tests/bootstrap-a71c0e43cde62edd 23739K |
2738 | 2024-08-26T23:55:20.686Z | a tests/commtest-4fd72a57c880b0c1 23966K |
2739 | 2024-08-26T23:55:20.686Z | a tests/dhcp_server-a5517760de320bdc 23739K |
2740 | 2024-08-26T23:55:20.686Z | a tests/end_to_end_tests-04ab9a298b132bca 205045K |
2741 | 2024-08-26T23:55:20.686Z | a out/clickhouse.tar.gz 232443K |
2742 | 2024-08-26T23:55:20.686Z | a out/clickhouse_keeper.tar.gz 232434K |
2743 | 2024-08-26T23:55:20.686Z | a out/clickhouse_server.tar.gz 232434K |
2744 | 2024-08-26T23:55:20.686Z | a out/cockroachdb.tar.gz 131947K |
2745 | 2024-08-26T23:55:20.686Z | a out/crucible-dtrace.tar 84K |
2746 | 2024-08-26T23:55:20.686Z | a out/crucible-pantry-zone.tar.gz 27828K |
2747 | 2024-08-26T23:55:20.686Z | a out/crucible-zone.tar.gz 38158K |
2748 | 2024-08-26T23:55:20.686Z | a out/external-dns.tar.gz 24956K |
2749 | 2024-08-26T23:55:20.686Z | a out/internal-dns.tar.gz 24956K |
2750 | 2024-08-26T23:55:20.686Z | a out/mg-ddm-gz.tar 62160K |
2751 | 2024-08-26T23:55:20.686Z | a out/nexus.tar.gz 87009K |
2752 | 2024-08-26T23:55:20.686Z | a out/ntp.tar.gz 8979K |
2753 | 2024-08-26T23:55:20.686Z | a out/omicron-gateway-softnpu.tar.gz 13608K |
2754 | 2024-08-26T23:55:20.686Z | a out/omicron-sled-agent.tar 97468K |
2755 | 2024-08-26T23:55:20.686Z | a out/overlay.tar.gz 3K |
2756 | 2024-08-26T23:55:20.686Z | a out/oximeter.tar.gz 42198K |
2757 | 2024-08-26T23:55:20.686Z | a out/oxlog.tar 2946K |
2758 | 2024-08-26T23:55:20.687Z | a out/probe.tar.gz 2764K |
2759 | 2024-08-26T23:55:20.687Z | a out/propolis-server.tar.gz 65291K |
2760 | 2024-08-26T23:55:20.687Z | a out/pumpkind-gz.tar 26665K |
2761 | 2024-08-26T23:55:20.687Z | a out/switch-softnpu.tar.gz 206705K |
2762 | 2024-08-26T23:55:20.689Z | |
2763 | 2024-08-26T23:55:20.689Z | real 1:02.705475521 |
2764 | 2024-08-26T23:55:20.689Z | user 59.574741078 |
2765 | 2024-08-26T23:55:20.689Z | sys 4.400801108 |
2766 | 2024-08-26T23:55:20.689Z | trap 0.016325609 |
2767 | 2024-08-26T23:55:20.689Z | tflt 0.000000000 |
2768 | 2024-08-26T23:55:20.689Z | dflt 0.000000000 |
2769 | 2024-08-26T23:55:20.689Z | kflt 0.000000000 |
2770 | 2024-08-26T23:55:20.689Z | lock 0.000000000 |
2771 | 2024-08-26T23:55:20.689Z | slp 59.618069860 |
2772 | 2024-08-26T23:55:20.689Z | lat 1.795806009 |
2773 | 2024-08-26T23:55:20.690Z | stop 0.000229258 |
2774 | 2024-08-26T23:55:20.692Z | process exited: duration 1817778 ms, exit code 0 |
|
2775 | 2024-08-26T23:55:20.705Z | found 1 output files |
2776 | 2024-08-26T23:55:20.705Z | uploading: /work/package.tar.gz (1603788149 bytes) |
2777 | 2024-08-26T23:55:48.948Z | uploaded: /work/package.tar.gz |