|
|
|
1 | 2024-08-16T19:51:07.608Z | job assigned to worker 01J5EBV284B3Q6DS23RT83Q0E8 (queued for 1 m 5 s) |
|
2 | 2024-08-16T19:51:15.261Z | starting task 0: "setup" |
3 | 2024-08-16T19:51:15.270Z | ++ uname -s |
4 | 2024-08-16T19:51:15.274Z | + kern=SunOS |
5 | 2024-08-16T19:51:15.274Z | + case "$kern" in |
6 | 2024-08-16T19:51:15.274Z | + groupadd -g 12345 build |
7 | 2024-08-16T19:51:15.276Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T19:51:17.287Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T19:51:17.412Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T19:51:17.416Z | + home_fs=zfs |
11 | 2024-08-16T19:51:17.416Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T19:51:17.416Z | + mkdir -p /home/build |
13 | 2024-08-16T19:51:17.419Z | + chown build:build /home/build /work |
14 | 2024-08-16T19:51:19.419Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T19:51:19.422Z | process exited: duration 4163 ms, exit code 0 |
|
16 | 2024-08-16T19:51:19.427Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T19:51:19.433Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T19:51:19.433Z | ' 1.80.1 |
19 | 2024-08-16T19:51:19.433Z | * toolchain channel = "1.80.1" |
20 | 2024-08-16T19:51:19.433Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-16T19:51:19.433Z | ' default |
22 | 2024-08-16T19:51:19.433Z | * toolchain profile = "default" |
23 | 2024-08-16T19:51:19.436Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T19:51:19.436Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T19:51:19.551Z | info: downloading installer |
26 | 2024-08-16T19:51:20.683Z | info: profile set to 'default' |
27 | 2024-08-16T19:51:20.683Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T19:51:20.686Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T19:51:20.810Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T19:51:20.810Z | info: downloading component 'cargo' |
31 | 2024-08-16T19:51:21.441Z | info: downloading component 'clippy' |
32 | 2024-08-16T19:51:21.661Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T19:51:22.530Z | info: downloading component 'rust-std' |
34 | 2024-08-16T19:51:23.755Z | info: downloading component 'rustc' |
35 | 2024-08-16T19:51:27.170Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T19:51:27.357Z | info: installing component 'cargo' |
37 | 2024-08-16T19:51:28.190Z | info: installing component 'clippy' |
38 | 2024-08-16T19:51:28.569Z | info: installing component 'rust-docs' |
39 | 2024-08-16T19:51:30.214Z | info: installing component 'rust-std' |
40 | 2024-08-16T19:51:31.867Z | info: installing component 'rustc' |
41 | 2024-08-16T19:51:36.104Z | info: installing component 'rustfmt' |
42 | 2024-08-16T19:51:36.443Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T19:51:36.443Z | |
44 | 2024-08-16T19:51:36.702Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T19:51:36.702Z | |
46 | 2024-08-16T19:51:36.705Z | |
47 | 2024-08-16T19:51:36.705Z | Rust is installed now. Great! |
48 | 2024-08-16T19:51:36.705Z | |
49 | 2024-08-16T19:51:36.705Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T19:51:36.705Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T19:51:36.705Z | |
52 | 2024-08-16T19:51:36.705Z | To configure your current shell, you need to source |
53 | 2024-08-16T19:51:36.705Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T19:51:36.705Z | |
55 | 2024-08-16T19:51:36.705Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T19:51:36.705Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T19:51:36.705Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T19:51:36.754Z | + rustc --version |
59 | 2024-08-16T19:51:36.825Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T19:51:36.830Z | process exited: duration 17400 ms, exit code 0 |
|
61 | 2024-08-16T19:51:36.836Z | starting task 2: "authentication" |
62 | 2024-08-16T19:51:36.861Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-08-16T19:51:36.872Z | starting task 3: "clone repository" |
64 | 2024-08-16T19:51:36.886Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T19:51:36.889Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T19:51:36.914Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T19:51:43.724Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T19:51:43.727Z | + git fetch origin ec973ea5a1857f32938dfea8f779f75404cb60bb |
69 | 2024-08-16T19:51:44.011Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T19:51:44.012Z | * branch ec973ea5a1857f32938dfea8f779f75404cb60bb -> FETCH_HEAD |
71 | 2024-08-16T19:51:44.023Z | + [[ -n eliza/oximeter-err-display ]] |
72 | 2024-08-16T19:51:44.026Z | ++ git branch --show-current |
73 | 2024-08-16T19:51:44.029Z | + current=main |
74 | 2024-08-16T19:51:44.029Z | + [[ main != eliza/oximeter-err-display ]] |
75 | 2024-08-16T19:51:44.029Z | + git branch -f eliza/oximeter-err-display ec973ea5a1857f32938dfea8f779f75404cb60bb |
76 | 2024-08-16T19:51:44.032Z | + git checkout -f eliza/oximeter-err-display |
77 | 2024-08-16T19:51:44.182Z | Switched to branch 'eliza/oximeter-err-display' |
78 | 2024-08-16T19:51:44.184Z | + git reset --hard ec973ea5a1857f32938dfea8f779f75404cb60bb |
79 | 2024-08-16T19:51:44.332Z | HEAD is now at ec973ea5a [oximeter] Use `fmt::Display` for TOML errors |
80 | 2024-08-16T19:51:44.335Z | process exited: duration 7464 ms, exit code 0 |
|
81 | 2024-08-16T19:51:44.340Z | starting task 4: "build" |
82 | 2024-08-16T19:51:44.346Z | + cargo --version |
83 | 2024-08-16T19:51:44.404Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T19:51:44.407Z | + rustc --version |
85 | 2024-08-16T19:51:44.468Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T19:51:44.472Z | + WORK=/work |
87 | 2024-08-16T19:51:44.472Z | + pfexec mkdir -p /work |
88 | 2024-08-16T19:51:44.475Z | + pfexec chown build /work |
89 | 2024-08-16T19:51:44.478Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-16T19:51:49.084Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-16T19:51:51.247Z | Startup: Caching catalogs ... Done |
92 | 2024-08-16T19:51:53.221Z | Planning: Solver setup ... Done (1.278s) |
93 | 2024-08-16T19:51:53.243Z | Planning: Running solver ... Done (0.022s) |
94 | 2024-08-16T19:51:53.286Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-08-16T19:51:53.319Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-16T19:51:53.501Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-16T19:51:53.678Z | Planning: Package planning ... Done (0.177s) |
98 | 2024-08-16T19:51:53.730Z | Planning: Merging actions ... Done (0.052s) |
99 | 2024-08-16T19:51:54.047Z | Planning: Checking for conflicting actions ... Done (0.317s) |
100 | 2024-08-16T19:51:54.060Z | Planning: Consolidating action changes ... Done (0.012s) |
101 | 2024-08-16T19:51:54.980Z | Planning: Evaluating mediators ... Done (0.920s) |
102 | 2024-08-16T19:51:54.993Z | Planning: Planning completed in 3.67 seconds |
103 | 2024-08-16T19:51:55.008Z | Packages to install: 4 |
104 | 2024-08-16T19:51:55.008Z | Mediators to change: 2 |
105 | 2024-08-16T19:51:55.008Z | Services to change: 1 |
106 | 2024-08-16T19:51:55.011Z | Estimated space available: 155.72 GB |
107 | 2024-08-16T19:51:55.011Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-16T19:51:55.011Z | Create boot environment: No |
109 | 2024-08-16T19:51:55.011Z | Create backup boot environment: No |
110 | 2024-08-16T19:51:55.012Z | Rebuild boot archive: No |
111 | 2024-08-16T19:51:55.012Z | |
112 | 2024-08-16T19:51:55.012Z | Changed mediators: |
113 | 2024-08-16T19:51:55.012Z | mediator clang: |
114 | 2024-08-16T19:51:55.012Z | version: None -> 15 (system default) |
115 | 2024-08-16T19:51:55.012Z | |
116 | 2024-08-16T19:51:55.012Z | mediator llvm: |
117 | 2024-08-16T19:51:55.012Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-16T19:51:55.012Z | |
119 | 2024-08-16T19:51:55.012Z | Changed packages: |
120 | 2024-08-16T19:51:55.012Z | helios-dev |
121 | 2024-08-16T19:51:55.012Z | developer/build-essential |
122 | 2024-08-16T19:51:55.012Z | None -> 11-2.0 |
123 | 2024-08-16T19:51:55.012Z | library/libxmlsec1 |
124 | 2024-08-16T19:51:55.012Z | None -> 1.2.35-2.0 |
125 | 2024-08-16T19:51:55.012Z | ooce/developer/clang-15 |
126 | 2024-08-16T19:51:55.012Z | None -> 15.0.7-2.0 |
127 | 2024-08-16T19:51:55.012Z | ooce/developer/llvm-15 |
128 | 2024-08-16T19:51:55.012Z | None -> 15.0.7-2.0 |
129 | 2024-08-16T19:51:55.012Z | |
130 | 2024-08-16T19:51:55.012Z | Services: |
131 | 2024-08-16T19:51:55.012Z | restart_fmri: |
132 | 2024-08-16T19:51:55.012Z | svc:/system/update-man-index:default |
133 | 2024-08-16T19:51:55.058Z | |
134 | 2024-08-16T19:51:55.058Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-16T19:52:00.058Z | Download: 1107/3290 items 22.4/212.6MB 10% complete (4.4M/s) |
136 | 2024-08-16T19:52:07.598Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (12.2M/s) |
137 | 2024-08-16T19:52:12.658Z | Download: 1872/3290 items 118.5/212.6MB 55% complete (3.6M/s) |
138 | 2024-08-16T19:52:27.373Z | Download: 2223/3290 items 119.2/212.6MB 56% complete |
139 | 2024-08-16T19:52:34.130Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (18.8M/s) |
140 | 2024-08-16T19:52:34.288Z | Download: Completed 212.60 MB in 39.23 seconds (5.4M/s) |
141 | 2024-08-16T19:52:34.560Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-08-16T19:52:39.220Z | Actions: Completed 3689 actions in 4.66 seconds. |
143 | 2024-08-16T19:52:39.515Z | Done (0.289s) |
144 | 2024-08-16T19:52:39.515Z | Done (0.000s) |
145 | 2024-08-16T19:52:39.890Z | Done (0.374s) |
146 | 2024-08-16T19:52:44.467Z | Done (4.399s) |
147 | 2024-08-16T19:52:44.569Z | Done (0.019s) |
148 | 2024-08-16T19:52:44.572Z | Done (0.000s) |
149 | 2024-08-16T19:52:44.741Z | Done (0.000s) |
150 | 2024-08-16T19:52:45.384Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-08-16T19:52:45.551Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-08-16T19:52:45.554Z | Planning: Consolidating action changes ... Done |
153 | 2024-08-16T19:52:45.829Z | Planning: Evaluating mediators ... Done |
154 | 2024-08-16T19:52:45.831Z | Planning: Planning completed in 0.45 seconds |
155 | 2024-08-16T19:52:45.865Z | Mediators to change: 2 |
156 | 2024-08-16T19:52:45.865Z | Create boot environment: No |
157 | 2024-08-16T19:52:45.867Z | Create backup boot environment: No |
158 | 2024-08-16T19:52:45.959Z | Done |
159 | 2024-08-16T19:52:45.959Z | Done |
160 | 2024-08-16T19:52:46.199Z | Done |
161 | 2024-08-16T19:52:50.055Z | Done |
162 | 2024-08-16T19:52:50.148Z | Done |
163 | 2024-08-16T19:52:50.151Z | Done |
164 | 2024-08-16T19:52:50.297Z | Done |
165 | 2024-08-16T19:52:50.931Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-08-16T19:52:50.934Z | Planning: Merging actions ... Done |
167 | 2024-08-16T19:52:51.127Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-08-16T19:52:51.130Z | Planning: Consolidating action changes ... Done |
169 | 2024-08-16T19:52:51.401Z | Planning: Evaluating mediators ... Done |
170 | 2024-08-16T19:52:51.458Z | Planning: Planning completed in 0.77 seconds |
171 | 2024-08-16T19:52:51.494Z | Packages to change: 1 |
172 | 2024-08-16T19:52:51.494Z | Mediators to change: 1 |
173 | 2024-08-16T19:52:51.494Z | Services to change: 1 |
174 | 2024-08-16T19:52:51.495Z | Create boot environment: No |
175 | 2024-08-16T19:52:51.497Z | Create backup boot environment: Yes |
176 | 2024-08-16T19:52:53.634Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-08-16T19:52:53.636Z | Actions: Completed 6 actions in 0.00 seconds. |
178 | 2024-08-16T19:52:53.636Z | Done |
179 | 2024-08-16T19:52:53.637Z | Done |
180 | 2024-08-16T19:52:53.716Z | Done |
181 | 2024-08-16T19:52:57.713Z | Done |
182 | 2024-08-16T19:52:57.816Z | Done |
183 | 2024-08-16T19:52:57.819Z | Done |
184 | 2024-08-16T19:52:57.954Z | Done |
185 | 2024-08-16T19:52:58.402Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-08-16T19:52:58.402Z | clang system 15 system |
187 | 2024-08-16T19:52:58.402Z | csh system system illumos |
188 | 2024-08-16T19:52:58.402Z | ctags system system illumos |
189 | 2024-08-16T19:52:58.402Z | gcc vendor 12 vendor |
190 | 2024-08-16T19:52:58.403Z | gcc system 10 system |
191 | 2024-08-16T19:52:58.403Z | gcc system 7 system |
192 | 2024-08-16T19:52:58.403Z | go system 1.20 system |
193 | 2024-08-16T19:52:58.403Z | go system 1.19 system |
194 | 2024-08-16T19:52:58.403Z | llvm system 15 system |
195 | 2024-08-16T19:52:58.403Z | llvm system 14 system |
196 | 2024-08-16T19:52:58.403Z | mariadb system 10.6 system |
197 | 2024-08-16T19:52:58.403Z | mta vendor vendor dma |
198 | 2024-08-16T19:52:58.403Z | openjdk system 17 system |
199 | 2024-08-16T19:52:58.403Z | openjdk system 11 system |
200 | 2024-08-16T19:52:58.403Z | openjdk system 1.8 system |
201 | 2024-08-16T19:52:58.403Z | openssl vendor 3 vendor |
202 | 2024-08-16T19:52:58.403Z | perl system 5.36 system |
203 | 2024-08-16T19:52:58.403Z | postgresql system 15 system |
204 | 2024-08-16T19:52:58.403Z | postgresql system 13 system |
205 | 2024-08-16T19:52:58.403Z | python vendor 3 vendor |
206 | 2024-08-16T19:52:58.403Z | python system 2 system |
207 | 2024-08-16T19:52:58.403Z | python3 system 3.11 system |
208 | 2024-08-16T19:52:58.403Z | ruby system 3.0 system |
209 | 2024-08-16T19:52:58.403Z | words vendor vendor american-english |
210 | 2024-08-16T19:52:58.403Z | words system system australian-english |
211 | 2024-08-16T19:52:58.403Z | words system system british-english |
212 | 2024-08-16T19:52:58.403Z | words system system canadian-english |
213 | 2024-08-16T19:52:58.403Z | words system system french |
214 | 2024-08-16T19:52:58.403Z | words system system italian |
215 | 2024-08-16T19:52:58.403Z | words system system ngerman |
216 | 2024-08-16T19:52:58.403Z | words system system ogerman |
217 | 2024-08-16T19:52:58.403Z | words system system spanish |
218 | 2024-08-16T19:52:58.761Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-08-16T19:52:58.761Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-08-16T19:53:00.566Z | FMRI IFO |
221 | 2024-08-16T19:53:00.566Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-08-16T19:53:00.566Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-08-16T19:53:00.566Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-08-16T19:53:00.566Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-08-16T19:53:00.566Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-08-16T19:53:00.566Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-08-16T19:53:00.566Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-08-16T19:53:00.566Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-08-16T19:53:00.566Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-08-16T19:53:00.567Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-08-16T19:53:00.567Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-08-16T19:53:00.567Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-08-16T19:53:01.211Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-08-16T19:53:01.446Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-08-16T19:53:01.694Z | Updating crates.io index |
236 | 2024-08-16T19:53:01.781Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-08-16T19:53:02.472Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-08-16T19:53:03.203Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-08-16T19:53:03.422Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-08-16T19:53:04.927Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-08-16T19:53:05.140Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-08-16T19:53:05.786Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-08-16T19:53:06.499Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-08-16T19:53:08.290Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-08-16T19:53:09.184Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-08-16T19:53:10.137Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
247 | 2024-08-16T19:53:10.353Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
248 | 2024-08-16T19:53:10.858Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
249 | 2024-08-16T19:53:11.102Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
250 | 2024-08-16T19:53:11.384Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
251 | 2024-08-16T19:53:11.662Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
252 | 2024-08-16T19:53:11.869Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
253 | 2024-08-16T19:53:12.062Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
254 | 2024-08-16T19:53:12.308Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
255 | 2024-08-16T19:53:12.825Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-08-16T19:53:12.974Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-08-16T19:53:13.336Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-08-16T19:53:13.564Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-08-16T19:53:13.957Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-08-16T19:53:14.218Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
261 | 2024-08-16T19:53:14.602Z | Updating git repository `https://github.com/oxidecomputer/typify` |
262 | 2024-08-16T19:53:16.670Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
263 | 2024-08-16T19:53:16.877Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
264 | 2024-08-16T19:53:17.114Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
265 | 2024-08-16T19:53:17.487Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
266 | 2024-08-16T19:53:18.505Z | Downloading crates ... |
267 | 2024-08-16T19:53:18.564Z | Downloaded anstream v0.6.14 |
268 | 2024-08-16T19:53:18.579Z | Downloaded dtrace-parser v0.2.0 |
269 | 2024-08-16T19:53:18.582Z | Downloaded scroll_derive v0.12.0 |
270 | 2024-08-16T19:53:18.585Z | Downloaded clap v4.5.16 |
271 | 2024-08-16T19:53:18.595Z | Downloaded bitflags v2.6.0 |
272 | 2024-08-16T19:53:18.600Z | Downloaded itoa v1.0.11 |
273 | 2024-08-16T19:53:18.602Z | Downloaded pest_generator v2.7.10 |
274 | 2024-08-16T19:53:18.602Z | Downloaded clap_lex v0.7.0 |
275 | 2024-08-16T19:53:18.605Z | Downloaded strsim v0.11.1 |
276 | 2024-08-16T19:53:18.605Z | Downloaded cfg-if v1.0.0 |
277 | 2024-08-16T19:53:18.607Z | Downloaded thread-id v4.2.1 |
278 | 2024-08-16T19:53:18.607Z | Downloaded utf8parse v0.2.1 |
279 | 2024-08-16T19:53:18.610Z | Downloaded cpufeatures v0.2.12 |
280 | 2024-08-16T19:53:18.610Z | Downloaded thiserror v1.0.63 |
281 | 2024-08-16T19:53:18.615Z | Downloaded plain v0.2.3 |
282 | 2024-08-16T19:53:18.617Z | Downloaded tabled_derive v0.7.0 |
283 | 2024-08-16T19:53:18.620Z | Downloaded usdt-impl v0.5.0 |
284 | 2024-08-16T19:53:18.620Z | Downloaded serde_tokenstream v0.2.2 |
285 | 2024-08-16T19:53:18.622Z | Downloaded camino v1.1.8 |
286 | 2024-08-16T19:53:18.625Z | Downloaded digest v0.10.7 |
287 | 2024-08-16T19:53:18.625Z | Downloaded equivalent v1.0.1 |
288 | 2024-08-16T19:53:18.627Z | Downloaded is_terminal_polyfill v1.70.0 |
289 | 2024-08-16T19:53:18.627Z | Downloaded colorchoice v1.0.1 |
290 | 2024-08-16T19:53:18.630Z | Downloaded anstyle v1.0.8 |
291 | 2024-08-16T19:53:18.630Z | Downloaded clap_derive v4.5.13 |
292 | 2024-08-16T19:53:18.633Z | Downloaded toml_datetime v0.6.8 |
293 | 2024-08-16T19:53:18.633Z | Downloaded heck v0.5.0 |
294 | 2024-08-16T19:53:18.635Z | Downloaded cargo_toml v0.20.4 |
295 | 2024-08-16T19:53:18.638Z | Downloaded cargo_metadata v0.18.1 |
296 | 2024-08-16T19:53:18.638Z | Downloaded usdt v0.5.0 |
297 | 2024-08-16T19:53:18.641Z | Downloaded once_cell v1.19.0 |
298 | 2024-08-16T19:53:18.643Z | Downloaded semver v1.0.23 |
299 | 2024-08-16T19:53:18.646Z | Downloaded proc-macro-error v1.0.4 |
300 | 2024-08-16T19:53:18.648Z | Downloaded version_check v0.9.5 |
301 | 2024-08-16T19:53:18.648Z | Downloaded swrite v0.1.0 |
302 | 2024-08-16T19:53:18.651Z | Downloaded usdt-macro v0.5.0 |
303 | 2024-08-16T19:53:18.651Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-08-16T19:53:18.651Z | Downloaded bytecount v0.6.8 |
305 | 2024-08-16T19:53:18.653Z | Downloaded generic-array v0.14.7 |
306 | 2024-08-16T19:53:18.656Z | Downloaded dof v0.3.0 |
307 | 2024-08-16T19:53:18.656Z | Downloaded anyhow v1.0.86 |
308 | 2024-08-16T19:53:18.659Z | Downloaded proc-macro-error-attr v1.0.4 |
309 | 2024-08-16T19:53:18.662Z | Downloaded typenum v1.17.0 |
310 | 2024-08-16T19:53:18.665Z | Downloaded memmap v0.7.0 |
311 | 2024-08-16T19:53:18.665Z | Downloaded heck v0.4.1 |
312 | 2024-08-16T19:53:18.668Z | Downloaded thiserror-impl v1.0.63 |
313 | 2024-08-16T19:53:18.668Z | Downloaded log v0.4.21 |
314 | 2024-08-16T19:53:18.670Z | Downloaded serde_spanned v0.6.7 |
315 | 2024-08-16T19:53:18.673Z | Downloaded crypto-common v0.1.6 |
316 | 2024-08-16T19:53:18.673Z | Downloaded scroll v0.12.0 |
317 | 2024-08-16T19:53:18.676Z | Downloaded fs-err v2.11.0 |
318 | 2024-08-16T19:53:18.676Z | Downloaded fnv v1.0.7 |
319 | 2024-08-16T19:53:18.678Z | Downloaded terminal_size v0.3.0 |
320 | 2024-08-16T19:53:18.678Z | Downloaded pretty-hex v0.4.1 |
321 | 2024-08-16T19:53:18.681Z | Downloaded unicode-ident v1.0.12 |
322 | 2024-08-16T19:53:18.684Z | Downloaded serde_derive v1.0.207 |
323 | 2024-08-16T19:53:18.686Z | Downloaded sha2 v0.10.8 |
324 | 2024-08-16T19:53:18.689Z | Downloaded pest_derive v2.7.10 |
325 | 2024-08-16T19:53:18.692Z | Downloaded macaddr v1.0.1 |
326 | 2024-08-16T19:53:18.692Z | Downloaded errno v0.3.9 |
327 | 2024-08-16T19:53:18.694Z | Downloaded proc-macro2 v1.0.86 |
328 | 2024-08-16T19:53:18.697Z | Downloaded cargo-platform v0.1.8 |
329 | 2024-08-16T19:53:18.697Z | Downloaded quote v1.0.36 |
330 | 2024-08-16T19:53:18.699Z | Downloaded byteorder v1.5.0 |
331 | 2024-08-16T19:53:18.702Z | Downloaded block-buffer v0.10.4 |
332 | 2024-08-16T19:53:18.702Z | Downloaded ryu v1.0.18 |
333 | 2024-08-16T19:53:18.705Z | Downloaded autocfg v1.3.0 |
334 | 2024-08-16T19:53:18.708Z | Downloaded ucd-trie v0.1.6 |
335 | 2024-08-16T19:53:18.711Z | Downloaded toml v0.8.19 |
336 | 2024-08-16T19:53:18.715Z | Downloaded indexmap v2.4.0 |
337 | 2024-08-16T19:53:18.724Z | Downloaded zerocopy-derive v0.7.34 |
338 | 2024-08-16T19:53:18.724Z | Downloaded pest_meta v2.7.10 |
339 | 2024-08-16T19:53:18.724Z | Downloaded papergrid v0.11.0 |
340 | 2024-08-16T19:53:18.736Z | Downloaded memchr v2.7.2 |
341 | 2024-08-16T19:53:18.738Z | Downloaded anstyle-query v1.0.3 |
342 | 2024-08-16T19:53:18.739Z | Downloaded anstyle-parse v0.2.4 |
343 | 2024-08-16T19:53:18.742Z | Downloaded serde v1.0.207 |
344 | 2024-08-16T19:53:18.746Z | Downloaded pest v2.7.10 |
345 | 2024-08-16T19:53:18.753Z | Downloaded toml_edit v0.22.20 |
346 | 2024-08-16T19:53:18.776Z | Downloaded zerocopy v0.7.34 |
347 | 2024-08-16T19:53:18.793Z | Downloaded serde_json v1.0.125 |
348 | 2024-08-16T19:53:18.799Z | Downloaded winnow v0.6.18 |
349 | 2024-08-16T19:53:18.809Z | Downloaded clap_builder v4.5.15 |
350 | 2024-08-16T19:53:18.816Z | Downloaded hashbrown v0.14.5 |
351 | 2024-08-16T19:53:18.821Z | Downloaded tabled v0.15.0 |
352 | 2024-08-16T19:53:18.838Z | Downloaded goblin v0.8.2 |
353 | 2024-08-16T19:53:18.843Z | Downloaded syn v2.0.74 |
354 | 2024-08-16T19:53:18.855Z | Downloaded syn v1.0.109 |
355 | 2024-08-16T19:53:18.866Z | Downloaded rustix v0.38.34 |
356 | 2024-08-16T19:53:18.888Z | Downloaded unicode-width v0.1.13 |
357 | 2024-08-16T19:53:18.896Z | Downloaded libc v0.2.155 |
358 | 2024-08-16T19:53:19.203Z | Compiling proc-macro2 v1.0.86 |
359 | 2024-08-16T19:53:19.208Z | Compiling unicode-ident v1.0.12 |
360 | 2024-08-16T19:53:19.208Z | Compiling version_check v0.9.5 |
361 | 2024-08-16T19:53:19.208Z | Compiling serde v1.0.207 |
362 | 2024-08-16T19:53:19.208Z | Compiling memchr v2.7.2 |
363 | 2024-08-16T19:53:19.208Z | Compiling thiserror v1.0.63 |
364 | 2024-08-16T19:53:19.238Z | Compiling libc v0.2.155 |
365 | 2024-08-16T19:53:19.241Z | Compiling ucd-trie v0.1.6 |
366 | 2024-08-16T19:53:19.454Z | Compiling itoa v1.0.11 |
367 | 2024-08-16T19:53:19.688Z | Compiling ryu v1.0.18 |
368 | 2024-08-16T19:53:20.009Z | Compiling once_cell v1.19.0 |
369 | 2024-08-16T19:53:20.035Z | Compiling byteorder v1.5.0 |
370 | 2024-08-16T19:53:20.152Z | Compiling serde_json v1.0.125 |
371 | 2024-08-16T19:53:20.525Z | Compiling proc-macro-error-attr v1.0.4 |
372 | 2024-08-16T19:53:20.576Z | Compiling usdt-impl v0.5.0 |
373 | 2024-08-16T19:53:20.608Z | Compiling syn v1.0.109 |
374 | 2024-08-16T19:53:20.827Z | Compiling rustix v0.38.34 |
375 | 2024-08-16T19:53:20.927Z | Compiling quote v1.0.36 |
376 | 2024-08-16T19:53:21.063Z | Compiling proc-macro-error v1.0.4 |
377 | 2024-08-16T19:53:21.132Z | Compiling hashbrown v0.14.5 |
378 | 2024-08-16T19:53:21.361Z | Compiling syn v2.0.74 |
379 | 2024-08-16T19:53:21.387Z | Compiling errno v0.3.9 |
380 | 2024-08-16T19:53:21.633Z | Compiling equivalent v1.0.1 |
381 | 2024-08-16T19:53:21.685Z | Compiling utf8parse v0.2.1 |
382 | 2024-08-16T19:53:21.715Z | Compiling thread-id v4.2.1 |
383 | 2024-08-16T19:53:21.764Z | Compiling log v0.4.21 |
384 | 2024-08-16T19:53:21.792Z | Compiling bitflags v2.6.0 |
385 | 2024-08-16T19:53:21.819Z | Compiling plain v0.2.3 |
386 | 2024-08-16T19:53:21.843Z | Compiling anstyle-parse v0.2.4 |
387 | 2024-08-16T19:53:22.209Z | Compiling is_terminal_polyfill v1.70.0 |
388 | 2024-08-16T19:53:22.238Z | Compiling anstyle v1.0.8 |
389 | 2024-08-16T19:53:22.346Z | Compiling pretty-hex v0.4.1 |
390 | 2024-08-16T19:53:22.350Z | Compiling winnow v0.6.18 |
391 | 2024-08-16T19:53:22.549Z | Compiling indexmap v2.4.0 |
392 | 2024-08-16T19:53:22.574Z | Compiling autocfg v1.3.0 |
393 | 2024-08-16T19:53:22.708Z | Compiling camino v1.1.8 |
394 | 2024-08-16T19:53:22.752Z | Compiling semver v1.0.23 |
395 | 2024-08-16T19:53:23.462Z | Compiling colorchoice v1.0.1 |
396 | 2024-08-16T19:53:23.501Z | Compiling anstyle-query v1.0.3 |
397 | 2024-08-16T19:53:23.642Z | Compiling fs-err v2.11.0 |
398 | 2024-08-16T19:53:23.645Z | Compiling anstream v0.6.14 |
399 | 2024-08-16T19:53:23.851Z | Compiling terminal_size v0.3.0 |
400 | 2024-08-16T19:53:24.026Z | Compiling fnv v1.0.7 |
401 | 2024-08-16T19:53:24.058Z | Compiling bytecount v0.6.8 |
402 | 2024-08-16T19:53:24.084Z | Compiling clap_lex v0.7.0 |
403 | 2024-08-16T19:53:24.085Z | Compiling heck v0.4.1 |
404 | 2024-08-16T19:53:24.178Z | Compiling strsim v0.11.1 |
405 | 2024-08-16T19:53:24.301Z | Compiling heck v0.5.0 |
406 | 2024-08-16T19:53:24.430Z | Compiling anyhow v1.0.86 |
407 | 2024-08-16T19:53:24.614Z | Compiling unicode-width v0.1.13 |
408 | 2024-08-16T19:53:24.639Z | Compiling clap_builder v4.5.15 |
409 | 2024-08-16T19:53:24.865Z | Compiling papergrid v0.11.0 |
410 | 2024-08-16T19:53:25.134Z | Compiling memmap v0.7.0 |
411 | 2024-08-16T19:53:25.737Z | Compiling swrite v0.1.0 |
412 | 2024-08-16T19:53:27.313Z | Compiling tabled_derive v0.7.0 |
413 | 2024-08-16T19:53:28.909Z | Compiling tabled v0.15.0 |
414 | 2024-08-16T19:53:30.347Z | Compiling serde_derive v1.0.207 |
415 | 2024-08-16T19:53:30.348Z | Compiling thiserror-impl v1.0.63 |
416 | 2024-08-16T19:53:30.351Z | Compiling zerocopy-derive v0.7.34 |
417 | 2024-08-16T19:53:30.351Z | Compiling scroll_derive v0.12.0 |
418 | 2024-08-16T19:53:30.351Z | Compiling clap_derive v4.5.13 |
419 | 2024-08-16T19:53:31.868Z | Compiling scroll v0.12.0 |
420 | 2024-08-16T19:53:32.423Z | Compiling goblin v0.8.2 |
421 | 2024-08-16T19:53:32.837Z | Compiling zerocopy v0.7.34 |
422 | 2024-08-16T19:53:33.048Z | Compiling pest v2.7.10 |
423 | 2024-08-16T19:53:34.413Z | Compiling clap v4.5.16 |
424 | 2024-08-16T19:53:35.274Z | Compiling pest_meta v2.7.10 |
425 | 2024-08-16T19:53:36.198Z | Compiling pest_generator v2.7.10 |
426 | 2024-08-16T19:53:38.052Z | Compiling pest_derive v2.7.10 |
427 | 2024-08-16T19:53:38.782Z | Compiling dtrace-parser v0.2.0 |
428 | 2024-08-16T19:53:41.017Z | Compiling toml_datetime v0.6.8 |
429 | 2024-08-16T19:53:41.018Z | Compiling serde_spanned v0.6.7 |
430 | 2024-08-16T19:53:41.020Z | Compiling cargo-platform v0.1.8 |
431 | 2024-08-16T19:53:41.404Z | Compiling serde_tokenstream v0.2.2 |
432 | 2024-08-16T19:53:41.586Z | Compiling toml_edit v0.22.20 |
433 | 2024-08-16T19:53:41.589Z | Compiling macaddr v1.0.1 |
434 | 2024-08-16T19:53:42.538Z | Compiling dof v0.3.0 |
435 | 2024-08-16T19:53:42.538Z | Compiling cargo_metadata v0.18.1 |
436 | 2024-08-16T19:53:44.432Z | Compiling usdt-attr-macro v0.5.0 |
437 | 2024-08-16T19:53:44.435Z | Compiling usdt-macro v0.5.0 |
438 | 2024-08-16T19:53:44.535Z | Compiling toml v0.8.19 |
439 | 2024-08-16T19:53:45.383Z | Compiling cargo_toml v0.20.4 |
440 | 2024-08-16T19:53:45.848Z | Compiling usdt v0.5.0 |
441 | 2024-08-16T19:53:49.292Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
442 | 2024-08-16T19:53:53.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.35s |
443 | 2024-08-16T19:53:53.594Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
444 | 2024-08-16T19:53:54.176Z | Downloading crates ... |
445 | 2024-08-16T19:53:54.295Z | Downloaded bitstruct v0.1.1 |
446 | 2024-08-16T19:53:54.299Z | Downloaded atty v0.2.14 |
447 | 2024-08-16T19:53:54.302Z | Downloaded async-stream-impl v0.3.5 |
448 | 2024-08-16T19:53:54.304Z | Downloaded adler v1.0.2 |
449 | 2024-08-16T19:53:54.307Z | Downloaded aead v0.5.2 |
450 | 2024-08-16T19:53:54.309Z | Downloaded crunchy v0.2.2 |
451 | 2024-08-16T19:53:54.312Z | Downloaded hubpack_derive v0.1.1 |
452 | 2024-08-16T19:53:54.314Z | Downloaded cfg_aliases v0.1.1 |
453 | 2024-08-16T19:53:54.317Z | Downloaded darling_macro v0.20.9 |
454 | 2024-08-16T19:53:54.319Z | Downloaded humantime v2.1.0 |
455 | 2024-08-16T19:53:54.322Z | Downloaded defmt v0.3.8 |
456 | 2024-08-16T19:53:54.325Z | Downloaded instant v0.1.12 |
457 | 2024-08-16T19:53:54.327Z | Downloaded lazy_static v1.5.0 |
458 | 2024-08-16T19:53:54.331Z | Downloaded bitfield-struct v0.6.1 |
459 | 2024-08-16T19:53:54.334Z | Downloaded indoc v1.0.9 |
460 | 2024-08-16T19:53:54.336Z | Downloaded is_ci v1.2.0 |
461 | 2024-08-16T19:53:54.339Z | Downloaded bitstruct_derive v0.1.0 |
462 | 2024-08-16T19:53:54.341Z | Downloaded async-recursion v1.1.1 |
463 | 2024-08-16T19:53:54.345Z | Downloaded ascii-canvas v3.0.0 |
464 | 2024-08-16T19:53:54.348Z | Downloaded constant_time_eq v0.3.0 |
465 | 2024-08-16T19:53:54.350Z | Downloaded openssl-probe v0.1.5 |
466 | 2024-08-16T19:53:54.350Z | Downloaded opaque-debug v0.3.1 |
467 | 2024-08-16T19:53:54.353Z | Downloaded crossbeam-deque v0.8.5 |
468 | 2024-08-16T19:53:54.355Z | Downloaded castaway v0.2.3 |
469 | 2024-08-16T19:53:54.356Z | Downloaded num_threads v0.1.7 |
470 | 2024-08-16T19:53:54.358Z | Downloaded new_debug_unreachable v1.0.6 |
471 | 2024-08-16T19:53:54.358Z | Downloaded is-terminal v0.4.12 |
472 | 2024-08-16T19:53:54.362Z | Downloaded ciborium-ll v0.2.2 |
473 | 2024-08-16T19:53:54.365Z | Downloaded atomic-waker v1.1.2 |
474 | 2024-08-16T19:53:54.365Z | Downloaded ciborium-io v0.2.2 |
475 | 2024-08-16T19:53:54.365Z | Downloaded bit-vec v0.6.3 |
476 | 2024-08-16T19:53:54.367Z | Downloaded array-init v0.0.4 |
477 | 2024-08-16T19:53:54.367Z | Downloaded cstr-argument v0.1.2 |
478 | 2024-08-16T19:53:54.370Z | Downloaded ipnetwork v0.20.0 |
479 | 2024-08-16T19:53:54.373Z | Downloaded arrayvec v0.7.4 |
480 | 2024-08-16T19:53:54.376Z | Downloaded debug-ignore v1.0.5 |
481 | 2024-08-16T19:53:54.378Z | Downloaded nanorand v0.7.0 |
482 | 2024-08-16T19:53:54.381Z | Downloaded linear-map v1.2.0 |
483 | 2024-08-16T19:53:54.381Z | Downloaded num-iter v0.1.45 |
484 | 2024-08-16T19:53:54.383Z | Downloaded impl-trait-for-tuples v0.2.2 |
485 | 2024-08-16T19:53:54.386Z | Downloaded num-derive v0.4.2 |
486 | 2024-08-16T19:53:54.388Z | Downloaded crucible-workspace-hack v0.1.0 |
487 | 2024-08-16T19:53:54.391Z | Downloaded mockall v0.13.0 |
488 | 2024-08-16T19:53:54.391Z | Downloaded bit-set v0.5.3 |
489 | 2024-08-16T19:53:54.394Z | Downloaded match_cfg v0.1.0 |
490 | 2024-08-16T19:53:54.394Z | Downloaded bitflags v1.3.2 |
491 | 2024-08-16T19:53:54.398Z | Downloaded lru-cache v0.1.2 |
492 | 2024-08-16T19:53:54.400Z | Downloaded openssl-macros v0.1.1 |
493 | 2024-08-16T19:53:54.403Z | Downloaded block-padding v0.3.3 |
494 | 2024-08-16T19:53:54.403Z | Downloaded number_prefix v0.4.0 |
495 | 2024-08-16T19:53:54.405Z | Downloaded crc32fast v1.4.0 |
496 | 2024-08-16T19:53:54.405Z | Downloaded num-conv v0.1.0 |
497 | 2024-08-16T19:53:54.408Z | Downloaded olpc-cjson v0.1.3 |
498 | 2024-08-16T19:53:54.411Z | Downloaded normalize-line-endings v0.3.0 |
499 | 2024-08-16T19:53:54.411Z | Downloaded nibble_vec v0.1.0 |
500 | 2024-08-16T19:53:54.413Z | Downloaded maplit v1.0.2 |
501 | 2024-08-16T19:53:54.413Z | Downloaded csv-core v0.1.11 |
502 | 2024-08-16T19:53:54.416Z | Downloaded nodrop v0.1.14 |
503 | 2024-08-16T19:53:54.418Z | Downloaded cassowary v0.3.0 |
504 | 2024-08-16T19:53:54.418Z | Downloaded lalrpop-util v0.19.12 |
505 | 2024-08-16T19:53:54.421Z | Downloaded inout v0.1.3 |
506 | 2024-08-16T19:53:54.421Z | Downloaded cipher v0.4.4 |
507 | 2024-08-16T19:53:54.423Z | Downloaded darling v0.20.9 |
508 | 2024-08-16T19:53:54.428Z | Downloaded linked-hash-map v0.5.6 |
509 | 2024-08-16T19:53:54.430Z | Downloaded time-core v0.1.2 |
510 | 2024-08-16T19:53:54.433Z | Downloaded termtree v0.4.1 |
511 | 2024-08-16T19:53:54.433Z | Downloaded signal-hook-tokio v0.3.1 |
512 | 2024-08-16T19:53:54.436Z | Downloaded hyper-staticfile v0.9.5 |
513 | 2024-08-16T19:53:54.438Z | Downloaded libsw v3.3.1 |
514 | 2024-08-16T19:53:54.441Z | Downloaded const_format_proc_macros v0.2.32 |
515 | 2024-08-16T19:53:54.444Z | Downloaded lock_api v0.4.12 |
516 | 2024-08-16T19:53:54.446Z | Downloaded num_enum_derive v0.5.11 |
517 | 2024-08-16T19:53:54.446Z | Downloaded scopeguard v1.2.0 |
518 | 2024-08-16T19:53:54.449Z | Downloaded serde_urlencoded v0.7.1 |
519 | 2024-08-16T19:53:54.452Z | Downloaded memoffset v0.9.1 |
520 | 2024-08-16T19:53:54.452Z | Downloaded want v0.3.1 |
521 | 2024-08-16T19:53:54.454Z | Downloaded num-integer v0.1.46 |
522 | 2024-08-16T19:53:54.457Z | Downloaded newline-converter v0.3.0 |
523 | 2024-08-16T19:53:54.457Z | Downloaded bitfield v0.14.0 |
524 | 2024-08-16T19:53:54.459Z | Downloaded slab v0.4.9 |
525 | 2024-08-16T19:53:54.462Z | Downloaded structmeta-derive v0.2.0 |
526 | 2024-08-16T19:53:54.462Z | Downloaded mime_guess v2.0.4 |
527 | 2024-08-16T19:53:54.465Z | Downloaded managed v0.8.0 |
528 | 2024-08-16T19:53:54.467Z | Downloaded foreign-types v0.3.2 |
529 | 2024-08-16T19:53:54.467Z | Downloaded foreign-types-shared v0.3.1 |
530 | 2024-08-16T19:53:54.471Z | Downloaded foreign-types-shared v0.1.1 |
531 | 2024-08-16T19:53:54.472Z | Downloaded libloading v0.8.3 |
532 | 2024-08-16T19:53:54.474Z | Downloaded jobserver v0.1.32 |
533 | 2024-08-16T19:53:54.474Z | Downloaded clang-sys v1.7.0 |
534 | 2024-08-16T19:53:54.477Z | Downloaded smallvec v0.6.14 |
535 | 2024-08-16T19:53:54.480Z | Downloaded iana-time-zone v0.1.60 |
536 | 2024-08-16T19:53:54.482Z | Downloaded phf_shared v0.10.0 |
537 | 2024-08-16T19:53:54.485Z | Downloaded headers-core v0.2.0 |
538 | 2024-08-16T19:53:54.485Z | Downloaded thread_local v1.1.8 |
539 | 2024-08-16T19:53:54.487Z | Downloaded spin v0.5.2 |
540 | 2024-08-16T19:53:54.490Z | Downloaded cobs v0.2.3 |
541 | 2024-08-16T19:53:54.490Z | Downloaded shell-words v1.1.0 |
542 | 2024-08-16T19:53:54.493Z | Downloaded camino-tempfile v1.1.1 |
543 | 2024-08-16T19:53:54.496Z | Downloaded tokio-rustls v0.25.0 |
544 | 2024-08-16T19:53:54.498Z | Downloaded unicode-truncate v1.0.0 |
545 | 2024-08-16T19:53:54.500Z | Downloaded serde_derive_internals v0.29.1 |
546 | 2024-08-16T19:53:54.504Z | Downloaded num-traits v0.2.19 |
547 | 2024-08-16T19:53:54.507Z | Downloaded chacha20poly1305 v0.10.1 |
548 | 2024-08-16T19:53:54.507Z | Downloaded num-rational v0.4.2 |
549 | 2024-08-16T19:53:54.510Z | Downloaded num_enum v0.5.11 |
550 | 2024-08-16T19:53:54.515Z | Downloaded dyn-clone v1.0.17 |
551 | 2024-08-16T19:53:54.518Z | Downloaded serde-big-array v0.5.1 |
552 | 2024-08-16T19:53:54.520Z | Downloaded fixedbitset v0.4.2 |
553 | 2024-08-16T19:53:54.524Z | Downloaded which v4.4.2 |
554 | 2024-08-16T19:53:54.526Z | Downloaded darling_core v0.20.9 |
555 | 2024-08-16T19:53:54.529Z | Downloaded password-hash v0.5.0 |
556 | 2024-08-16T19:53:54.531Z | Downloaded either v1.13.0 |
557 | 2024-08-16T19:53:54.534Z | Downloaded phf v0.11.2 |
558 | 2024-08-16T19:53:54.536Z | Downloaded structmeta-derive v0.3.0 |
559 | 2024-08-16T19:53:54.536Z | Downloaded slog-term v2.9.1 |
560 | 2024-08-16T19:53:54.539Z | Downloaded waitgroup v0.1.2 |
561 | 2024-08-16T19:53:54.542Z | Downloaded parse-size v1.0.0 |
562 | 2024-08-16T19:53:54.544Z | Downloaded fxhash v0.2.1 |
563 | 2024-08-16T19:53:54.544Z | Downloaded glob v0.3.1 |
564 | 2024-08-16T19:53:54.547Z | Downloaded path-slash v0.1.5 |
565 | 2024-08-16T19:53:54.547Z | Downloaded httpdate v1.0.3 |
566 | 2024-08-16T19:53:54.549Z | Downloaded portpicker v0.1.1 |
567 | 2024-08-16T19:53:54.549Z | Downloaded rustversion v1.0.17 |
568 | 2024-08-16T19:53:54.552Z | Downloaded phf_shared v0.11.2 |
569 | 2024-08-16T19:53:54.554Z | Downloaded paste v1.0.15 |
570 | 2024-08-16T19:53:54.557Z | Downloaded tokio-stream v0.1.15 |
571 | 2024-08-16T19:53:54.563Z | Downloaded smawk v0.3.2 |
572 | 2024-08-16T19:53:54.565Z | Downloaded dsl_auto_type v0.1.2 |
573 | 2024-08-16T19:53:54.568Z | Downloaded derive_builder_core v0.20.0 |
574 | 2024-08-16T19:53:54.571Z | Downloaded backtrace v0.3.71 |
575 | 2024-08-16T19:53:54.575Z | Downloaded sqlparser_derive v0.2.2 |
576 | 2024-08-16T19:53:54.577Z | Downloaded unicase v2.7.0 |
577 | 2024-08-16T19:53:54.580Z | Downloaded enum-as-inner v0.6.0 |
578 | 2024-08-16T19:53:54.580Z | Downloaded mockall_derive v0.13.0 |
579 | 2024-08-16T19:53:54.582Z | Downloaded serde-hex v0.1.0 |
580 | 2024-08-16T19:53:54.585Z | Downloaded rustc_version v0.4.0 |
581 | 2024-08-16T19:53:54.588Z | Downloaded funty v2.0.0 |
582 | 2024-08-16T19:53:54.588Z | Downloaded miniz_oxide v0.7.2 |
583 | 2024-08-16T19:53:54.590Z | Downloaded siphasher v0.3.11 |
584 | 2024-08-16T19:53:54.593Z | Downloaded semver v0.1.20 |
585 | 2024-08-16T19:53:54.595Z | Downloaded diesel_table_macro_syntax v0.2.0 |
586 | 2024-08-16T19:53:54.595Z | Downloaded strum_macros v0.25.3 |
587 | 2024-08-16T19:53:54.598Z | Downloaded strum_macros v0.24.3 |
588 | 2024-08-16T19:53:54.600Z | Downloaded rand_seeder v0.3.0 |
589 | 2024-08-16T19:53:54.603Z | Downloaded pbkdf2 v0.12.2 |
590 | 2024-08-16T19:53:54.606Z | Downloaded socket2 v0.5.7 |
591 | 2024-08-16T19:53:54.608Z | Downloaded omicron-zone-package v0.11.0 |
592 | 2024-08-16T19:53:54.611Z | Downloaded tokio-native-tls v0.3.1 |
593 | 2024-08-16T19:53:54.613Z | Downloaded smallvec v1.13.2 |
594 | 2024-08-16T19:53:54.616Z | Downloaded peg v0.8.4 |
595 | 2024-08-16T19:53:54.621Z | Downloaded futures-io v0.3.30 |
596 | 2024-08-16T19:53:54.624Z | Downloaded pin-project-internal v1.1.5 |
597 | 2024-08-16T19:53:54.624Z | Downloaded indexmap v1.9.3 |
598 | 2024-08-16T19:53:54.628Z | Downloaded sqlformat v0.2.4 |
599 | 2024-08-16T19:53:54.631Z | Downloaded slog-envlogger v2.2.0 |
600 | 2024-08-16T19:53:54.633Z | Downloaded fd-lock v4.0.2 |
601 | 2024-08-16T19:53:54.636Z | Downloaded erased-serde v0.3.31 |
602 | 2024-08-16T19:53:54.639Z | Downloaded strum v0.26.3 |
603 | 2024-08-16T19:53:54.641Z | Downloaded getopts v0.2.21 |
604 | 2024-08-16T19:53:54.644Z | Downloaded gethostname v0.5.0 |
605 | 2024-08-16T19:53:54.644Z | Downloaded env_logger v0.9.3 |
606 | 2024-08-16T19:53:54.647Z | Downloaded zeroize v1.7.0 |
607 | 2024-08-16T19:53:54.649Z | Downloaded serde_repr v0.1.19 |
608 | 2024-08-16T19:53:54.652Z | Downloaded rustls-pemfile v1.0.4 |
609 | 2024-08-16T19:53:54.654Z | Downloaded compact_str v0.8.0 |
610 | 2024-08-16T19:53:54.659Z | Downloaded supports-color v3.0.0 |
611 | 2024-08-16T19:53:54.673Z | Downloaded fragile v2.0.0 |
612 | 2024-08-16T19:53:54.676Z | Downloaded tower-service v0.3.2 |
613 | 2024-08-16T19:53:54.678Z | Downloaded parking_lot_core v0.9.10 |
614 | 2024-08-16T19:53:54.681Z | Downloaded socket2 v0.4.10 |
615 | 2024-08-16T19:53:54.687Z | Downloaded percent-encoding v2.3.1 |
616 | 2024-08-16T19:53:54.687Z | Downloaded psl-types v2.0.11 |
617 | 2024-08-16T19:53:54.687Z | Downloaded pkg-config v0.3.30 |
618 | 2024-08-16T19:53:54.690Z | Downloaded tokio-tungstenite v0.20.1 |
619 | 2024-08-16T19:53:54.693Z | Downloaded radium v0.7.0 |
620 | 2024-08-16T19:53:54.693Z | Downloaded prettyplease v0.2.20 |
621 | 2024-08-16T19:53:54.697Z | Downloaded pin-project-lite v0.2.14 |
622 | 2024-08-16T19:53:54.703Z | Downloaded stringprep v0.1.4 |
623 | 2024-08-16T19:53:54.706Z | Downloaded env_logger v0.10.2 |
624 | 2024-08-16T19:53:54.709Z | Downloaded try-lock v0.2.5 |
625 | 2024-08-16T19:53:54.712Z | Downloaded highway v1.2.0 |
626 | 2024-08-16T19:53:54.715Z | Downloaded unicode-xid v0.2.4 |
627 | 2024-08-16T19:53:54.717Z | Downloaded twox-hash v1.6.3 |
628 | 2024-08-16T19:53:54.721Z | Downloaded postcard v1.0.8 |
629 | 2024-08-16T19:53:54.725Z | Downloaded getrandom v0.2.14 |
630 | 2024-08-16T19:53:54.727Z | Downloaded take_mut v0.2.2 |
631 | 2024-08-16T19:53:54.727Z | Downloaded rtoolbox v0.0.2 |
632 | 2024-08-16T19:53:54.730Z | Downloaded endian-type v0.1.2 |
633 | 2024-08-16T19:53:54.730Z | Downloaded flagset v0.4.5 |
634 | 2024-08-16T19:53:54.732Z | Downloaded dirs-next v2.0.0 |
635 | 2024-08-16T19:53:54.736Z | Downloaded oso-derive v0.27.3 |
636 | 2024-08-16T19:53:54.736Z | Downloaded tar v0.4.41 |
637 | 2024-08-16T19:53:54.738Z | Downloaded float-cmp v0.9.0 |
638 | 2024-08-16T19:53:54.741Z | Downloaded similar v2.5.0 |
639 | 2024-08-16T19:53:54.745Z | Downloaded pkcs8 v0.10.2 |
640 | 2024-08-16T19:53:54.749Z | Downloaded pretty-hex v0.2.1 |
641 | 2024-08-16T19:53:54.752Z | Downloaded same-file v1.0.6 |
642 | 2024-08-16T19:53:54.755Z | Downloaded parse-display v0.10.0 |
643 | 2024-08-16T19:53:54.755Z | Downloaded http-body v0.4.6 |
644 | 2024-08-16T19:53:54.759Z | Downloaded uuid v1.10.0 |
645 | 2024-08-16T19:53:54.762Z | Downloaded untrusted v0.7.1 |
646 | 2024-08-16T19:53:54.765Z | Downloaded openssl-sys v0.9.103 |
647 | 2024-08-16T19:53:54.768Z | Downloaded tabwriter v1.4.0 |
648 | 2024-08-16T19:53:54.771Z | Downloaded proc-macro-crate v1.3.1 |
649 | 2024-08-16T19:53:54.773Z | Downloaded der_derive v0.7.2 |
650 | 2024-08-16T19:53:54.773Z | Downloaded float-ord v0.3.2 |
651 | 2024-08-16T19:53:54.777Z | Downloaded half v2.4.1 |
652 | 2024-08-16T19:53:54.780Z | Downloaded futures v0.3.30 |
653 | 2024-08-16T19:53:54.785Z | Downloaded static_assertions v1.1.0 |
654 | 2024-08-16T19:53:54.788Z | Downloaded scheduled-thread-pool v0.2.7 |
655 | 2024-08-16T19:53:54.788Z | Downloaded toolchain_find v0.4.0 |
656 | 2024-08-16T19:53:54.791Z | Downloaded futures-task v0.3.30 |
657 | 2024-08-16T19:53:54.791Z | Downloaded rcgen v0.12.1 |
658 | 2024-08-16T19:53:54.794Z | Downloaded rayon-core v1.12.1 |
659 | 2024-08-16T19:53:54.798Z | Downloaded predicates v3.1.2 |
660 | 2024-08-16T19:53:54.803Z | Downloaded globset v0.4.14 |
661 | 2024-08-16T19:53:54.805Z | Downloaded predicates-tree v1.0.9 |
662 | 2024-08-16T19:53:54.805Z | Downloaded predicates-core v1.0.6 |
663 | 2024-08-16T19:53:54.808Z | Downloaded tui-tree-widget v0.22.0 |
664 | 2024-08-16T19:53:54.808Z | Downloaded termcolor v1.4.1 |
665 | 2024-08-16T19:53:54.811Z | Downloaded sigpipe v0.1.3 |
666 | 2024-08-16T19:53:54.814Z | Downloaded tinyvec_macros v0.1.1 |
667 | 2024-08-16T19:53:54.815Z | Downloaded universal-hash v0.5.1 |
668 | 2024-08-16T19:53:54.815Z | Downloaded tiny-keccak v2.0.2 |
669 | 2024-08-16T19:53:54.818Z | Downloaded derive-where v1.2.7 |
670 | 2024-08-16T19:53:54.821Z | Downloaded uzers v0.11.3 |
671 | 2024-08-16T19:53:54.825Z | Downloaded heapless v0.7.17 |
672 | 2024-08-16T19:53:54.828Z | Downloaded http-range v0.1.5 |
673 | 2024-08-16T19:53:54.831Z | Downloaded unicode-segmentation v1.11.0 |
674 | 2024-08-16T19:53:54.834Z | Downloaded nom v7.1.3 |
675 | 2024-08-16T19:53:54.840Z | Downloaded poly1305 v0.8.0 |
676 | 2024-08-16T19:53:54.842Z | Downloaded thiserror-no-std v2.0.2 |
677 | 2024-08-16T19:53:54.847Z | Downloaded rustc_version v0.1.7 |
678 | 2024-08-16T19:53:54.850Z | Downloaded futures-sink v0.3.30 |
679 | 2024-08-16T19:53:54.850Z | Downloaded topological-sort v0.2.2 |
680 | 2024-08-16T19:53:54.853Z | Downloaded slog-json v2.6.1 |
681 | 2024-08-16T19:53:54.856Z | Downloaded signature v2.2.0 |
682 | 2024-08-16T19:53:54.856Z | Downloaded precomputed-hash v0.1.1 |
683 | 2024-08-16T19:53:54.856Z | Downloaded zone_cfg_derive v0.1.2 |
684 | 2024-08-16T19:53:54.859Z | Downloaded hostname v0.3.1 |
685 | 2024-08-16T19:53:54.859Z | Downloaded home v0.5.9 |
686 | 2024-08-16T19:53:54.861Z | Downloaded pin-utils v0.1.0 |
687 | 2024-08-16T19:53:54.864Z | Downloaded slog-scope v4.4.0 |
688 | 2024-08-16T19:53:54.864Z | Downloaded snafu-derive v0.8.2 |
689 | 2024-08-16T19:53:54.867Z | Downloaded pem-rfc7468 v0.7.0 |
690 | 2024-08-16T19:53:54.869Z | Downloaded scrypt v0.11.0 |
691 | 2024-08-16T19:53:54.872Z | Downloaded unicode-normalization v0.1.23 |
692 | 2024-08-16T19:53:54.875Z | Downloaded time v0.3.36 |
693 | 2024-08-16T19:53:54.882Z | Downloaded termios v0.3.3 |
694 | 2024-08-16T19:53:54.884Z | Downloaded hostname v0.4.0 |
695 | 2024-08-16T19:53:54.887Z | Downloaded peg-macros v0.8.4 |
696 | 2024-08-16T19:53:54.890Z | Downloaded url v2.5.2 |
697 | 2024-08-16T19:53:54.892Z | Downloaded itertools v0.10.5 |
698 | 2024-08-16T19:53:54.899Z | Downloaded filetime v0.2.24 |
699 | 2024-08-16T19:53:54.901Z | Downloaded peg-runtime v0.8.3 |
700 | 2024-08-16T19:53:54.902Z | Downloaded sync_wrapper v0.1.2 |
701 | 2024-08-16T19:53:54.904Z | Downloaded ppv-lite86 v0.2.17 |
702 | 2024-08-16T19:53:54.906Z | Downloaded powerfmt v0.2.0 |
703 | 2024-08-16T19:53:54.907Z | Downloaded zone v0.1.8 |
704 | 2024-08-16T19:53:54.907Z | Downloaded rustls-pki-types v1.7.0 |
705 | 2024-08-16T19:53:54.909Z | Downloaded rustc-demangle v0.1.24 |
706 | 2024-08-16T19:53:54.912Z | Downloaded pkcs5 v0.7.1 |
707 | 2024-08-16T19:53:54.916Z | Downloaded samael v0.0.15 |
708 | 2024-08-16T19:53:54.922Z | Downloaded rpassword v7.3.1 |
709 | 2024-08-16T19:53:54.924Z | Downloaded slog-stdlog v4.1.1 |
710 | 2024-08-16T19:53:54.927Z | Downloaded signal-hook-mio v0.2.4 |
711 | 2024-08-16T19:53:54.927Z | Downloaded quick-error v1.2.3 |
712 | 2024-08-16T19:53:54.930Z | Downloaded defmt-macros v0.3.9 |
713 | 2024-08-16T19:53:54.933Z | Downloaded pem v3.0.4 |
714 | 2024-08-16T19:53:54.935Z | Downloaded fallible-iterator v0.3.0 |
715 | 2024-08-16T19:53:54.935Z | Downloaded unicode_categories v0.1.1 |
716 | 2024-08-16T19:53:54.938Z | Downloaded httparse v1.8.0 |
717 | 2024-08-16T19:53:54.941Z | Downloaded blake3 v1.5.1 |
718 | 2024-08-16T19:53:54.947Z | Downloaded pkcs1 v0.7.5 |
719 | 2024-08-16T19:53:54.950Z | Downloaded hex v0.4.3 |
720 | 2024-08-16T19:53:54.953Z | Downloaded yasna v0.5.2 |
721 | 2024-08-16T19:53:54.955Z | Downloaded itertools v0.13.0 |
722 | 2024-08-16T19:53:54.962Z | Downloaded fallible-iterator v0.2.0 |
723 | 2024-08-16T19:53:54.965Z | Downloaded sha1 v0.10.6 |
724 | 2024-08-16T19:53:54.967Z | Downloaded tls_codec v0.4.1 |
725 | 2024-08-16T19:53:54.970Z | Downloaded spki v0.7.3 |
726 | 2024-08-16T19:53:54.970Z | Downloaded spin v0.9.8 |
727 | 2024-08-16T19:53:54.973Z | Downloaded packed_struct_codegen v0.10.1 |
728 | 2024-08-16T19:53:54.975Z | Downloaded xattr v1.3.1 |
729 | 2024-08-16T19:53:54.978Z | Downloaded zerocopy v0.6.6 |
730 | 2024-08-16T19:53:54.980Z | Downloaded packed_struct v0.10.1 |
731 | 2024-08-16T19:53:54.982Z | Downloaded sct v0.7.1 |
732 | 2024-08-16T19:53:54.985Z | Downloaded fatfs v0.3.6 |
733 | 2024-08-16T19:53:54.988Z | Downloaded strum_macros v0.26.4 |
734 | 2024-08-16T19:53:54.991Z | Downloaded rsa v0.9.6 |
735 | 2024-08-16T19:53:54.996Z | Downloaded rand v0.8.5 |
736 | 2024-08-16T19:53:55.001Z | Downloaded signal-hook-registry v1.4.2 |
737 | 2024-08-16T19:53:55.003Z | Downloaded derive_more v0.99.18 |
738 | 2024-08-16T19:53:55.008Z | Downloaded snafu v0.8.2 |
739 | 2024-08-16T19:53:55.015Z | Downloaded parking_lot v0.11.2 |
740 | 2024-08-16T19:53:55.017Z | Downloaded test-strategy v0.3.1 |
741 | 2024-08-16T19:53:55.021Z | Downloaded ron v0.8.1 |
742 | 2024-08-16T19:53:55.028Z | Downloaded diff v0.1.13 |
743 | 2024-08-16T19:53:55.031Z | Downloaded owo-colors v4.0.0 |
744 | 2024-08-16T19:53:55.034Z | Downloaded serde_with_macros v3.8.3 |
745 | 2024-08-16T19:53:55.036Z | Downloaded tracing-core v0.1.32 |
746 | 2024-08-16T19:53:55.039Z | Downloaded der v0.7.9 |
747 | 2024-08-16T19:53:55.045Z | Downloaded quick-xml v0.31.0 |
748 | 2024-08-16T19:53:55.051Z | Downloaded portable-atomic v1.6.0 |
749 | 2024-08-16T19:53:55.058Z | Downloaded oso v0.27.3 |
750 | 2024-08-16T19:53:55.062Z | Downloaded http v1.1.0 |
751 | 2024-08-16T19:53:55.067Z | Downloaded tracing v0.1.40 |
752 | 2024-08-16T19:53:55.072Z | Downloaded rustyline v14.0.0 |
753 | 2024-08-16T19:53:55.078Z | Downloaded subprocess v0.2.9 |
754 | 2024-08-16T19:53:55.081Z | Downloaded steno v0.4.1 |
755 | 2024-08-16T19:53:55.086Z | Downloaded publicsuffix v2.2.3 |
756 | 2024-08-16T19:53:55.089Z | Downloaded tokio-util v0.7.11 |
757 | 2024-08-16T19:53:55.097Z | Downloaded reqwest v0.11.27 |
758 | 2024-08-16T19:53:55.106Z | Downloaded diesel_derives v2.2.2 |
759 | 2024-08-16T19:53:55.111Z | Downloaded unsafe-libyaml v0.2.11 |
760 | 2024-08-16T19:53:55.115Z | Downloaded toml_edit v0.19.15 |
761 | 2024-08-16T19:53:55.135Z | Downloaded rustls-webpki v0.102.4 |
762 | 2024-08-16T19:53:55.155Z | Downloaded tough v0.17.1 |
763 | 2024-08-16T19:53:55.164Z | Downloaded rusqlite v0.31.0 |
764 | 2024-08-16T19:53:55.171Z | Downloaded lalrpop v0.19.12 |
765 | 2024-08-16T19:53:55.183Z | Downloaded rayon v1.10.0 |
766 | 2024-08-16T19:53:55.193Z | Downloaded reedline v0.33.0 |
767 | 2024-08-16T19:53:55.201Z | Downloaded futures-util v0.3.30 |
768 | 2024-08-16T19:53:55.214Z | Downloaded winnow v0.5.40 |
769 | 2024-08-16T19:53:55.224Z | Downloaded heapless v0.8.0 |
770 | 2024-08-16T19:53:55.228Z | Downloaded hkdf v0.12.4 |
771 | 2024-08-16T19:53:55.231Z | Downloaded curve25519-dalek v4.1.3 |
772 | 2024-08-16T19:53:55.240Z | Downloaded radix_trie v0.2.1 |
773 | 2024-08-16T19:53:55.246Z | Downloaded smoltcp v0.9.1 |
774 | 2024-08-16T19:53:55.259Z | Downloaded object v0.30.4 |
775 | 2024-08-16T19:53:55.269Z | Downloaded openssl v0.10.66 |
776 | 2024-08-16T19:53:55.279Z | Downloaded git2 v0.19.0 |
777 | 2024-08-16T19:53:55.289Z | Downloaded regex v1.10.6 |
778 | 2024-08-16T19:53:55.304Z | Downloaded webpki-roots v0.25.4 |
779 | 2024-08-16T19:53:55.308Z | Downloaded object v0.32.2 |
780 | 2024-08-16T19:53:55.320Z | Downloaded idna v0.3.0 |
781 | 2024-08-16T19:53:55.327Z | Downloaded hickory-proto v0.24.1 |
782 | 2024-08-16T19:53:55.345Z | Downloaded idna v0.5.0 |
783 | 2024-08-16T19:53:55.352Z | Downloaded proptest v1.5.0 |
784 | 2024-08-16T19:53:55.362Z | Downloaded regress v0.9.1 |
785 | 2024-08-16T19:53:55.372Z | Downloaded vcpkg v0.2.15 |
786 | 2024-08-16T19:53:55.414Z | Downloaded regex-syntax v0.8.4 |
787 | 2024-08-16T19:53:55.422Z | Downloaded polar-core v0.27.3 |
788 | 2024-08-16T19:53:55.432Z | Downloaded gimli v0.28.1 |
789 | 2024-08-16T19:53:55.442Z | Downloaded ratatui v0.28.0 |
790 | 2024-08-16T19:53:55.464Z | Downloaded rustls v0.21.12 |
791 | 2024-08-16T19:53:55.476Z | Downloaded rustls v0.22.4 |
792 | 2024-08-16T19:53:55.492Z | Downloaded regex-syntax v0.6.29 |
793 | 2024-08-16T19:53:55.500Z | Downloaded zerocopy-derive v0.6.6 |
794 | 2024-08-16T19:53:55.511Z | Downloaded smoltcp v0.11.0 |
795 | 2024-08-16T19:53:55.526Z | Downloaded diesel v2.2.2 |
796 | 2024-08-16T19:53:55.548Z | Downloaded openapiv3 v2.0.0 |
797 | 2024-08-16T19:53:55.563Z | Downloaded tokio v1.39.2 |
798 | 2024-08-16T19:53:55.603Z | Downloaded petgraph v0.6.5 |
799 | 2024-08-16T19:53:55.624Z | Downloaded csv v1.3.0 |
800 | 2024-08-16T19:53:55.645Z | Downloaded finl_unicode v1.2.0 |
801 | 2024-08-16T19:53:55.659Z | Downloaded sled v0.34.7 |
802 | 2024-08-16T19:53:55.671Z | Downloaded regex-automata v0.4.6 |
803 | 2024-08-16T19:53:55.691Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
804 | 2024-08-16T19:53:55.706Z | Downloaded encoding_rs v0.8.34 |
805 | 2024-08-16T19:53:55.730Z | Downloaded nix v0.27.1 |
806 | 2024-08-16T19:53:55.743Z | Downloaded nix v0.28.0 |
807 | 2024-08-16T19:53:55.756Z | Downloaded bstr v1.9.1 |
808 | 2024-08-16T19:53:55.768Z | Downloaded bstr v0.2.17 |
809 | 2024-08-16T19:53:55.778Z | Downloaded serde_with v3.8.3 |
810 | 2024-08-16T19:53:55.787Z | Downloaded sha3 v0.10.8 |
811 | 2024-08-16T19:53:55.793Z | Downloaded hyper v0.14.30 |
812 | 2024-08-16T19:53:55.801Z | Downloaded sqlparser v0.45.0 |
813 | 2024-08-16T19:53:55.810Z | Downloaded idna v0.4.0 |
814 | 2024-08-16T19:53:55.819Z | Downloaded chrono v0.4.38 |
815 | 2024-08-16T19:53:55.827Z | Downloaded h2 v0.3.26 |
816 | 2024-08-16T19:53:55.833Z | Downloaded bitvec v1.0.1 |
817 | 2024-08-16T19:53:55.850Z | Downloaded regex-automata v0.1.10 |
818 | 2024-08-16T19:53:55.855Z | Downloaded rustls-webpki v0.101.7 |
819 | 2024-08-16T19:53:55.871Z | Downloaded flate2 v1.0.31 |
820 | 2024-08-16T19:53:55.876Z | Downloaded bindgen v0.69.4 |
821 | 2024-08-16T19:53:55.884Z | Downloaded schemars v0.8.21 |
822 | 2024-08-16T19:53:55.897Z | Downloaded ron v0.7.1 |
823 | 2024-08-16T19:53:55.902Z | Downloaded num-bigint-dig v0.8.4 |
824 | 2024-08-16T19:53:55.907Z | Downloaded hashbrown v0.13.2 |
825 | 2024-08-16T19:53:55.912Z | Downloaded hashbrown v0.12.3 |
826 | 2024-08-16T19:53:55.916Z | Downloaded zip v0.6.6 |
827 | 2024-08-16T19:53:55.921Z | Downloaded sec1 v0.7.3 |
828 | 2024-08-16T19:53:55.923Z | Downloaded flume v0.11.0 |
829 | 2024-08-16T19:53:55.927Z | Downloaded hickory-client v0.24.1 |
830 | 2024-08-16T19:53:55.930Z | Downloaded hmac v0.12.1 |
831 | 2024-08-16T19:53:55.933Z | Downloaded slog v2.7.0 |
832 | 2024-08-16T19:53:55.935Z | Downloaded elliptic-curve v0.13.8 |
833 | 2024-08-16T19:53:55.939Z | Downloaded difflib v0.4.0 |
834 | 2024-08-16T19:53:55.941Z | Downloaded tinyvec v1.6.0 |
835 | 2024-08-16T19:53:55.944Z | Downloaded rustls-pemfile v2.1.3 |
836 | 2024-08-16T19:53:55.947Z | Downloaded heck v0.3.3 |
837 | 2024-08-16T19:53:55.947Z | Downloaded ring v0.16.20 |
838 | 2024-08-16T19:53:56.031Z | Downloaded fastrand v2.1.0 |
839 | 2024-08-16T19:53:56.033Z | Downloaded tls_codec_derive v0.4.1 |
840 | 2024-08-16T19:53:56.035Z | Downloaded x509-cert v0.2.5 |
841 | 2024-08-16T19:53:56.040Z | Downloaded tokio-postgres v0.7.11 |
842 | 2024-08-16T19:53:56.045Z | Downloaded itertools v0.12.1 |
843 | 2024-08-16T19:53:56.052Z | Downloaded serde_arrays v0.1.0 |
844 | 2024-08-16T19:53:56.054Z | Downloaded secrecy v0.8.0 |
845 | 2024-08-16T19:53:56.055Z | Downloaded futures-channel v0.3.30 |
846 | 2024-08-16T19:53:56.057Z | Downloaded serde_yaml v0.9.34+deprecated |
847 | 2024-08-16T19:53:56.060Z | Downloaded expectorate v1.1.0 |
848 | 2024-08-16T19:53:56.063Z | Downloaded term v0.7.0 |
849 | 2024-08-16T19:53:56.066Z | Downloaded hickory-resolver v0.24.1 |
850 | 2024-08-16T19:53:56.070Z | Downloaded untrusted v0.9.0 |
851 | 2024-08-16T19:53:56.073Z | Downloaded tungstenite v0.21.0 |
852 | 2024-08-16T19:53:56.076Z | Downloaded tungstenite v0.20.1 |
853 | 2024-08-16T19:53:56.079Z | Downloaded ref-cast-impl v1.0.23 |
854 | 2024-08-16T19:53:56.081Z | Downloaded futures-executor v0.3.30 |
855 | 2024-08-16T19:53:56.081Z | Downloaded futures-macro v0.3.30 |
856 | 2024-08-16T19:53:56.084Z | Downloaded futures-core v0.3.30 |
857 | 2024-08-16T19:53:56.084Z | Downloaded aho-corasick v1.1.3 |
858 | 2024-08-16T19:53:56.089Z | Downloaded parking_lot v0.12.2 |
859 | 2024-08-16T19:53:56.092Z | Downloaded rusty-fork v0.3.0 |
860 | 2024-08-16T19:53:56.094Z | Downloaded http v0.2.12 |
861 | 2024-08-16T19:53:56.097Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
862 | 2024-08-16T19:53:56.158Z | Downloaded libxml v0.3.3 |
863 | 2024-08-16T19:53:56.163Z | Downloaded rustc-hash v1.1.0 |
864 | 2024-08-16T19:53:56.166Z | Downloaded crossterm v0.28.1 |
865 | 2024-08-16T19:53:56.171Z | Downloaded mio v1.0.2 |
866 | 2024-08-16T19:53:56.177Z | Downloaded r2d2 v0.8.10 |
867 | 2024-08-16T19:53:56.179Z | Downloaded utf-8 v0.7.6 |
868 | 2024-08-16T19:53:56.180Z | Downloaded parse-display-derive v0.10.0 |
869 | 2024-08-16T19:53:56.182Z | Downloaded libm v0.2.8 |
870 | 2024-08-16T19:53:56.188Z | Downloaded hickory-server v0.24.1 |
871 | 2024-08-16T19:53:56.194Z | Downloaded time-macros v0.2.18 |
872 | 2024-08-16T19:53:56.197Z | Downloaded crossterm v0.27.0 |
873 | 2024-08-16T19:53:56.203Z | Downloaded toml v0.7.8 |
874 | 2024-08-16T19:53:56.206Z | Downloaded serde_path_to_error v0.1.16 |
875 | 2024-08-16T19:53:56.209Z | Downloaded deranged v0.3.11 |
876 | 2024-08-16T19:53:56.211Z | Downloaded mio v0.8.11 |
877 | 2024-08-16T19:53:56.214Z | Downloaded headers v0.3.9 |
878 | 2024-08-16T19:53:56.220Z | Downloaded textwrap v0.16.1 |
879 | 2024-08-16T19:53:56.222Z | Downloaded typed-path v0.7.1 |
880 | 2024-08-16T19:53:56.228Z | Downloaded group v0.13.0 |
881 | 2024-08-16T19:53:56.232Z | Downloaded smf v0.2.3 |
882 | 2024-08-16T19:53:56.232Z | Downloaded derive_builder_macro v0.20.0 |
883 | 2024-08-16T19:53:56.235Z | Downloaded derive_builder v0.20.0 |
884 | 2024-08-16T19:53:56.237Z | Downloaded subtle v2.5.0 |
885 | 2024-08-16T19:53:56.238Z | Downloaded unicode-bidi v0.3.15 |
886 | 2024-08-16T19:53:56.240Z | Downloaded fallible-streaming-iterator v0.1.9 |
887 | 2024-08-16T19:53:56.243Z | Downloaded ref-cast v1.0.23 |
888 | 2024-08-16T19:53:56.245Z | Downloaded minimal-lexical v0.2.1 |
889 | 2024-08-16T19:53:56.248Z | Downloaded crypto-bigint v0.5.5 |
890 | 2024-08-16T19:53:56.256Z | Downloaded crossbeam-channel v0.5.12 |
891 | 2024-08-16T19:53:56.259Z | Downloaded string_cache v0.8.7 |
892 | 2024-08-16T19:53:56.261Z | Downloaded tokio-tungstenite v0.21.0 |
893 | 2024-08-16T19:53:56.264Z | Downloaded pin-project v1.1.5 |
894 | 2024-08-16T19:53:56.274Z | Downloaded shlex v1.3.0 |
895 | 2024-08-16T19:53:56.277Z | Downloaded vergen v8.3.2 |
896 | 2024-08-16T19:53:56.279Z | Downloaded ff v0.13.0 |
897 | 2024-08-16T19:53:56.279Z | Downloaded ena v0.14.3 |
898 | 2024-08-16T19:53:56.282Z | Downloaded hash32 v0.3.1 |
899 | 2024-08-16T19:53:56.285Z | Downloaded hash32 v0.2.1 |
900 | 2024-08-16T19:53:56.285Z | Downloaded embedded-io v0.4.0 |
901 | 2024-08-16T19:53:56.287Z | Downloaded zeroize_derive v1.4.2 |
902 | 2024-08-16T19:53:56.287Z | Downloaded resolv-conf v0.7.0 |
903 | 2024-08-16T19:53:56.290Z | Downloaded postgres-protocol v0.6.7 |
904 | 2024-08-16T19:53:56.290Z | Downloaded tempfile v3.10.1 |
905 | 2024-08-16T19:53:56.293Z | Downloaded signal-hook v0.3.17 |
906 | 2024-08-16T19:53:56.296Z | Downloaded form_urlencoded v1.2.1 |
907 | 2024-08-16T19:53:56.296Z | Downloaded stable_deref_trait v1.2.0 |
908 | 2024-08-16T19:53:56.298Z | Downloaded postgres-types v0.2.7 |
909 | 2024-08-16T19:53:56.301Z | Downloaded vte v0.11.1 |
910 | 2024-08-16T19:53:56.301Z | Downloaded serde_plain v1.0.2 |
911 | 2024-08-16T19:53:56.304Z | Downloaded base64 v0.21.7 |
912 | 2024-08-16T19:53:56.306Z | Downloaded aes v0.8.4 |
913 | 2024-08-16T19:53:56.309Z | Downloaded rustfmt-wrapper v0.2.1 |
914 | 2024-08-16T19:53:56.312Z | Downloaded rand_chacha v0.3.1 |
915 | 2024-08-16T19:53:56.312Z | Downloaded defmt-parser v0.3.4 |
916 | 2024-08-16T19:53:56.315Z | Downloaded unicode-linebreak v0.1.5 |
917 | 2024-08-16T19:53:56.315Z | Downloaded unarray v0.1.4 |
918 | 2024-08-16T19:53:56.317Z | Downloaded thiserror-impl-no-std v2.0.2 |
919 | 2024-08-16T19:53:56.317Z | Downloaded slog-bunyan v2.5.0 |
920 | 2024-08-16T19:53:56.317Z | Downloaded slog-async v2.8.0 |
921 | 2024-08-16T19:53:56.320Z | Downloaded parking_lot_core v0.8.6 |
922 | 2024-08-16T19:53:56.322Z | Downloaded hashlink v0.9.1 |
923 | 2024-08-16T19:53:56.322Z | Downloaded wyz v0.5.1 |
924 | 2024-08-16T19:53:56.325Z | Downloaded whoami v1.5.1 |
925 | 2024-08-16T19:53:56.327Z | Downloaded wait-timeout v0.2.0 |
926 | 2024-08-16T19:53:56.327Z | Downloaded vsss-rs v3.3.4 |
927 | 2024-08-16T19:53:56.330Z | Downloaded indicatif v0.17.8 |
928 | 2024-08-16T19:53:56.333Z | Downloaded tokio-macros v2.4.0 |
929 | 2024-08-16T19:53:56.336Z | Downloaded tap v1.0.1 |
930 | 2024-08-16T19:53:56.336Z | Downloaded walkdir v2.5.0 |
931 | 2024-08-16T19:53:56.339Z | Downloaded const_format v0.2.32 |
932 | 2024-08-16T19:53:56.342Z | Downloaded base64 v0.22.1 |
933 | 2024-08-16T19:53:56.346Z | Downloaded arc-swap v1.7.1 |
934 | 2024-08-16T19:53:56.349Z | Downloaded rand_xorshift v0.3.0 |
935 | 2024-08-16T19:53:56.352Z | Downloaded rand_core v0.6.4 |
936 | 2024-08-16T19:53:56.352Z | Downloaded cc v1.0.97 |
937 | 2024-08-16T19:53:56.355Z | Downloaded vte_generate_state_changes v0.1.1 |
938 | 2024-08-16T19:53:56.358Z | Downloaded const-oid v0.9.6 |
939 | 2024-08-16T19:53:56.358Z | Downloaded tracing-attributes v0.1.27 |
940 | 2024-08-16T19:53:56.361Z | Downloaded tokio-rustls v0.24.1 |
941 | 2024-08-16T19:53:56.363Z | Downloaded crossbeam-epoch v0.9.18 |
942 | 2024-08-16T19:53:56.365Z | Downloaded cookie v0.18.1 |
943 | 2024-08-16T19:53:56.370Z | Downloaded bytes v1.7.1 |
944 | 2024-08-16T19:53:56.373Z | Downloaded dirs-sys-next v0.1.2 |
945 | 2024-08-16T19:53:56.373Z | Downloaded structmeta v0.2.0 |
946 | 2024-08-16T19:53:56.375Z | Downloaded num v0.4.3 |
947 | 2024-08-16T19:53:56.375Z | Downloaded native-tls v0.2.11 |
948 | 2024-08-16T19:53:56.378Z | Downloaded allocator-api2 v0.2.18 |
949 | 2024-08-16T19:53:56.381Z | Downloaded base64 v0.13.1 |
950 | 2024-08-16T19:53:56.383Z | Downloaded bzip2 v0.4.4 |
951 | 2024-08-16T19:53:56.386Z | Downloaded ahash v0.8.11 |
952 | 2024-08-16T19:53:56.389Z | Downloaded ipnet v2.9.0 |
953 | 2024-08-16T19:53:56.389Z | Downloaded foreign-types-macros v0.2.3 |
954 | 2024-08-16T19:53:56.389Z | Downloaded foreign-types v0.5.0 |
955 | 2024-08-16T19:53:56.393Z | Downloaded downcast v0.11.0 |
956 | 2024-08-16T19:53:56.393Z | Downloaded display-error-chain v0.2.0 |
957 | 2024-08-16T19:53:56.393Z | Downloaded structmeta v0.3.0 |
958 | 2024-08-16T19:53:56.395Z | Downloaded strip-ansi-escapes v0.2.0 |
959 | 2024-08-16T19:53:56.395Z | Downloaded slog-dtrace v0.3.0 |
960 | 2024-08-16T19:53:56.395Z | Downloaded ciborium v0.2.2 |
961 | 2024-08-16T19:53:56.398Z | Downloaded crossbeam-utils v0.8.19 |
962 | 2024-08-16T19:53:56.400Z | Downloaded crc-any v2.5.0 |
963 | 2024-08-16T19:53:56.403Z | Downloaded blake2 v0.10.6 |
964 | 2024-08-16T19:53:56.407Z | Downloaded bcs v0.1.6 |
965 | 2024-08-16T19:53:56.409Z | Downloaded backoff v0.4.0 |
966 | 2024-08-16T19:53:56.409Z | Downloaded multimap v0.10.0 |
967 | 2024-08-16T19:53:56.409Z | Downloaded md-5 v0.10.6 |
968 | 2024-08-16T19:53:56.412Z | Downloaded lru v0.12.3 |
969 | 2024-08-16T19:53:56.412Z | Downloaded schemars_derive v0.8.21 |
970 | 2024-08-16T19:53:56.415Z | Downloaded salsa20 v0.10.2 |
971 | 2024-08-16T19:53:56.415Z | Downloaded data-encoding v2.6.0 |
972 | 2024-08-16T19:53:56.418Z | Downloaded crc v3.2.1 |
973 | 2024-08-16T19:53:56.421Z | Downloaded num-complex v0.4.6 |
974 | 2024-08-16T19:53:56.424Z | Downloaded nu-ansi-term v0.50.0 |
975 | 2024-08-16T19:53:56.427Z | Downloaded newtype-uuid v1.1.0 |
976 | 2024-08-16T19:53:56.427Z | Downloaded multer v3.1.0 |
977 | 2024-08-16T19:53:56.430Z | Downloaded memmap2 v0.9.4 |
978 | 2024-08-16T19:53:56.430Z | Downloaded hyper-rustls v0.24.2 |
979 | 2024-08-16T19:53:56.434Z | Downloaded crc-catalog v2.4.0 |
980 | 2024-08-16T19:53:56.437Z | Downloaded buf-list v1.0.3 |
981 | 2024-08-16T19:53:56.437Z | Downloaded chacha20 v0.9.1 |
982 | 2024-08-16T19:53:56.440Z | Downloaded libefi-sys v0.1.0 |
983 | 2024-08-16T19:53:56.440Z | Downloaded indent_write v2.2.0 |
984 | 2024-08-16T19:53:56.440Z | Downloaded convert_case v0.4.0 |
985 | 2024-08-16T19:53:56.442Z | Downloaded cbc v0.1.2 |
986 | 2024-08-16T19:53:56.442Z | Downloaded async-trait v0.1.81 |
987 | 2024-08-16T19:53:56.445Z | Downloaded ascii v1.1.0 |
988 | 2024-08-16T19:53:56.448Z | Downloaded lazycell v1.3.0 |
989 | 2024-08-16T19:53:56.448Z | Downloaded kstat-rs v0.2.4 |
990 | 2024-08-16T19:53:56.451Z | Downloaded cexpr v0.6.0 |
991 | 2024-08-16T19:53:56.451Z | Downloaded base64ct v1.6.0 |
992 | 2024-08-16T19:53:56.453Z | Downloaded cookie_store v0.20.0 |
993 | 2024-08-16T19:53:56.457Z | Downloaded cookie v0.17.0 |
994 | 2024-08-16T19:53:56.460Z | Downloaded cancel-safe-futures v0.1.5 |
995 | 2024-08-16T19:53:56.462Z | Downloaded argon2 v0.5.3 |
996 | 2024-08-16T19:53:56.462Z | Downloaded newtype_derive v0.1.6 |
997 | 2024-08-16T19:53:56.465Z | Downloaded console v0.15.8 |
998 | 2024-08-16T19:53:56.468Z | Downloaded colored v2.1.0 |
999 | 2024-08-16T19:53:56.468Z | Downloaded mime v0.3.17 |
1000 | 2024-08-16T19:53:56.470Z | Downloaded maybe-uninit v2.0.0 |
1001 | 2024-08-16T19:53:56.470Z | Downloaded hyper-tls v0.5.0 |
1002 | 2024-08-16T19:53:56.473Z | Downloaded keccak v0.1.5 |
1003 | 2024-08-16T19:53:56.473Z | Downloaded instability v0.3.2 |
1004 | 2024-08-16T19:53:56.475Z | Downloaded addr2line v0.21.0 |
1005 | 2024-08-16T19:53:56.478Z | Downloaded curve25519-dalek-derive v0.1.1 |
1006 | 2024-08-16T19:53:56.478Z | Downloaded base16ct v0.2.0 |
1007 | 2024-08-16T19:53:56.478Z | Downloaded async-stream v0.3.5 |
1008 | 2024-08-16T19:53:56.480Z | Downloaded arrayref v0.3.7 |
1009 | 2024-08-16T19:53:56.481Z | Downloaded bb8 v0.8.5 |
1010 | 2024-08-16T19:53:56.484Z | Downloaded atomicwrites v0.4.3 |
1011 | 2024-08-16T19:53:56.484Z | Downloaded assert_matches v1.5.0 |
1012 | 2024-08-16T19:53:56.487Z | Downloaded ident_case v1.0.1 |
1013 | 2024-08-16T19:53:56.487Z | Downloaded hubpack v0.1.2 |
1014 | 2024-08-16T19:53:56.577Z | Downloaded libz-sys v1.1.16 |
1015 | 2024-08-16T19:53:56.689Z | Downloaded ring v0.17.8 |
1016 | 2024-08-16T19:53:56.788Z | Downloaded libsqlite3-sys v0.28.0 |
1017 | 2024-08-16T19:53:56.956Z | Compiling cfg-if v1.0.0 |
1018 | 2024-08-16T19:53:56.959Z | Compiling serde v1.0.207 |
1019 | 2024-08-16T19:53:56.959Z | Compiling lock_api v0.4.12 |
1020 | 2024-08-16T19:53:56.959Z | Compiling typenum v1.17.0 |
1021 | 2024-08-16T19:53:56.959Z | Compiling scopeguard v1.2.0 |
1022 | 2024-08-16T19:53:56.959Z | Compiling generic-array v0.14.7 |
1023 | 2024-08-16T19:53:57.111Z | Compiling syn v2.0.74 |
1024 | 2024-08-16T19:53:57.123Z | Compiling log v0.4.21 |
1025 | 2024-08-16T19:53:57.190Z | Compiling getrandom v0.2.14 |
1026 | 2024-08-16T19:53:57.257Z | Compiling jobserver v0.1.32 |
1027 | 2024-08-16T19:53:57.478Z | Compiling rand_core v0.6.4 |
1028 | 2024-08-16T19:53:57.663Z | Compiling cc v1.0.97 |
1029 | 2024-08-16T19:53:57.682Z | Compiling subtle v2.5.0 |
1030 | 2024-08-16T19:53:57.714Z | Compiling const-oid v0.9.6 |
1031 | 2024-08-16T19:53:58.078Z | Compiling pin-project-lite v0.2.14 |
1032 | 2024-08-16T19:53:58.163Z | Compiling smallvec v1.13.2 |
1033 | 2024-08-16T19:53:58.181Z | Compiling parking_lot_core v0.9.10 |
1034 | 2024-08-16T19:53:58.208Z | Compiling spin v0.9.8 |
1035 | 2024-08-16T19:53:58.335Z | Compiling signal-hook-registry v1.4.2 |
1036 | 2024-08-16T19:53:58.569Z | Compiling mio v1.0.2 |
1037 | 2024-08-16T19:53:58.611Z | Compiling ahash v0.8.11 |
1038 | 2024-08-16T19:53:58.998Z | Compiling tinyvec_macros v0.1.1 |
1039 | 2024-08-16T19:53:59.100Z | Compiling parking_lot v0.12.2 |
1040 | 2024-08-16T19:53:59.235Z | Compiling tinyvec v1.6.0 |
1041 | 2024-08-16T19:53:59.497Z | Compiling socket2 v0.5.7 |
1042 | 2024-08-16T19:53:59.768Z | Compiling futures-core v0.3.30 |
1043 | 2024-08-16T19:53:59.975Z | Compiling cpufeatures v0.2.12 |
1044 | 2024-08-16T19:53:59.981Z | Compiling libm v0.2.8 |
1045 | 2024-08-16T19:54:00.031Z | Compiling serde_json v1.0.125 |
1046 | 2024-08-16T19:54:00.050Z | Compiling slab v0.4.9 |
1047 | 2024-08-16T19:54:00.141Z | Compiling num-traits v0.2.19 |
1048 | 2024-08-16T19:54:00.364Z | Compiling allocator-api2 v0.2.18 |
1049 | 2024-08-16T19:54:00.422Z | Compiling futures-sink v0.3.30 |
1050 | 2024-08-16T19:54:00.441Z | Compiling unicode-bidi v0.3.15 |
1051 | 2024-08-16T19:54:00.692Z | Compiling futures-channel v0.3.30 |
1052 | 2024-08-16T19:54:00.851Z | Compiling unicode-normalization v0.1.23 |
1053 | 2024-08-16T19:54:01.036Z | Compiling futures-task v0.3.30 |
1054 | 2024-08-16T19:54:01.130Z | Compiling vcpkg v0.2.15 |
1055 | 2024-08-16T19:54:01.187Z | Compiling pin-utils v0.1.0 |
1056 | 2024-08-16T19:54:01.287Z | Compiling futures-io v0.3.30 |
1057 | 2024-08-16T19:54:01.340Z | Compiling pkg-config v0.3.30 |
1058 | 2024-08-16T19:54:01.982Z | Compiling base64ct v1.6.0 |
1059 | 2024-08-16T19:54:02.002Z | Compiling flagset v0.4.5 |
1060 | 2024-08-16T19:54:02.020Z | Compiling ppv-lite86 v0.2.17 |
1061 | 2024-08-16T19:54:02.088Z | Compiling ring v0.17.8 |
1062 | 2024-08-16T19:54:02.212Z | Compiling percent-encoding v2.3.1 |
1063 | 2024-08-16T19:54:02.560Z | Compiling pem-rfc7468 v0.7.0 |
1064 | 2024-08-16T19:54:02.594Z | Compiling tracing-core v0.1.32 |
1065 | 2024-08-16T19:54:02.826Z | Compiling rand_chacha v0.3.1 |
1066 | 2024-08-16T19:54:02.936Z | Compiling rustix v0.38.34 |
1067 | 2024-08-16T19:54:03.360Z | Compiling untrusted v0.9.0 |
1068 | 2024-08-16T19:54:03.389Z | Compiling openssl-sys v0.9.103 |
1069 | 2024-08-16T19:54:03.511Z | Compiling rand v0.8.5 |
1070 | 2024-08-16T19:54:03.780Z | Compiling foreign-types-shared v0.1.1 |
1071 | 2024-08-16T19:54:03.886Z | Compiling num-conv v0.1.0 |
1072 | 2024-08-16T19:54:03.905Z | Compiling rustversion v1.0.17 |
1073 | 2024-08-16T19:54:04.050Z | Compiling openssl v0.10.66 |
1074 | 2024-08-16T19:54:04.179Z | Compiling httparse v1.8.0 |
1075 | 2024-08-16T19:54:04.462Z | Compiling time-core v0.1.2 |
1076 | 2024-08-16T19:54:04.617Z | Compiling powerfmt v0.2.0 |
1077 | 2024-08-16T19:54:04.668Z | Compiling time-macros v0.2.18 |
1078 | 2024-08-16T19:54:04.747Z | Compiling foreign-types v0.3.2 |
1079 | 2024-08-16T19:54:04.842Z | Compiling form_urlencoded v1.2.1 |
1080 | 2024-08-16T19:54:05.014Z | Compiling deranged v0.3.11 |
1081 | 2024-08-16T19:54:05.107Z | Compiling lazy_static v1.5.0 |
1082 | 2024-08-16T19:54:05.154Z | Compiling try-lock v0.2.5 |
1083 | 2024-08-16T19:54:05.226Z | Compiling num_threads v0.1.7 |
1084 | 2024-08-16T19:54:05.316Z | Compiling rustls v0.21.12 |
1085 | 2024-08-16T19:54:05.348Z | Compiling syn v1.0.109 |
1086 | 2024-08-16T19:54:05.505Z | Compiling crossbeam-utils v0.8.19 |
1087 | 2024-08-16T19:54:05.591Z | Compiling native-tls v0.2.11 |
1088 | 2024-08-16T19:54:05.949Z | Compiling siphasher v0.3.11 |
1089 | 2024-08-16T19:54:06.045Z | Compiling want v0.3.1 |
1090 | 2024-08-16T19:54:06.327Z | Compiling idna v0.5.0 |
1091 | 2024-08-16T19:54:06.341Z | Compiling aho-corasick v1.1.3 |
1092 | 2024-08-16T19:54:06.849Z | Compiling cookie v0.17.0 |
1093 | 2024-08-16T19:54:06.913Z | Compiling tower-service v0.3.2 |
1094 | 2024-08-16T19:54:07.041Z | Compiling openssl-probe v0.1.5 |
1095 | 2024-08-16T19:54:07.123Z | Compiling iana-time-zone v0.1.60 |
1096 | 2024-08-16T19:54:07.392Z | Compiling slog v2.7.0 |
1097 | 2024-08-16T19:54:07.491Z | Compiling httpdate v1.0.3 |
1098 | 2024-08-16T19:54:07.593Z | Compiling finl_unicode v1.2.0 |
1099 | 2024-08-16T19:54:07.931Z | Compiling regex-syntax v0.8.4 |
1100 | 2024-08-16T19:54:07.966Z | Compiling adler v1.0.2 |
1101 | 2024-08-16T19:54:08.018Z | Compiling time v0.3.36 |
1102 | 2024-08-16T19:54:08.066Z | Compiling url v2.5.2 |
1103 | 2024-08-16T19:54:08.175Z | Compiling stringprep v0.1.4 |
1104 | 2024-08-16T19:54:08.208Z | Compiling miniz_oxide v0.7.2 |
1105 | 2024-08-16T19:54:09.986Z | Compiling num-integer v0.1.46 |
1106 | 2024-08-16T19:54:10.720Z | Compiling backtrace v0.3.71 |
1107 | 2024-08-16T19:54:10.801Z | Compiling idna v0.3.0 |
1108 | 2024-08-16T19:54:11.196Z | Compiling sct v0.7.1 |
1109 | 2024-08-16T19:54:11.522Z | Compiling rustls-webpki v0.101.7 |
1110 | 2024-08-16T19:54:11.867Z | Compiling serde_derive v1.0.207 |
1111 | 2024-08-16T19:54:12.094Z | Compiling zeroize_derive v1.4.2 |
1112 | 2024-08-16T19:54:12.451Z | Compiling zerocopy-derive v0.7.34 |
1113 | 2024-08-16T19:54:12.973Z | Compiling tokio-macros v2.4.0 |
1114 | 2024-08-16T19:54:13.454Z | Compiling thiserror-impl v1.0.63 |
1115 | 2024-08-16T19:54:13.572Z | Compiling futures-macro v0.3.30 |
1116 | 2024-08-16T19:54:13.805Z | Compiling zeroize v1.7.0 |
1117 | 2024-08-16T19:54:14.700Z | Compiling der_derive v0.7.2 |
1118 | 2024-08-16T19:54:14.764Z | Compiling tracing-attributes v0.1.27 |
1119 | 2024-08-16T19:54:14.800Z | Compiling zerocopy v0.7.34 |
1120 | 2024-08-16T19:54:15.623Z | Compiling crypto-common v0.1.6 |
1121 | 2024-08-16T19:54:15.692Z | Compiling block-buffer v0.10.4 |
1122 | 2024-08-16T19:54:15.875Z | Compiling block-padding v0.3.3 |
1123 | 2024-08-16T19:54:15.964Z | Compiling digest v0.10.7 |
1124 | 2024-08-16T19:54:16.111Z | Compiling inout v0.1.3 |
1125 | 2024-08-16T19:54:16.397Z | Compiling hmac v0.12.1 |
1126 | 2024-08-16T19:54:16.454Z | Compiling sha2 v0.10.8 |
1127 | 2024-08-16T19:54:16.655Z | Compiling cipher v0.4.4 |
1128 | 2024-08-16T19:54:16.817Z | Compiling thiserror v1.0.63 |
1129 | 2024-08-16T19:54:16.959Z | Compiling hashbrown v0.14.5 |
1130 | 2024-08-16T19:54:17.050Z | Compiling futures-util v0.3.30 |
1131 | 2024-08-16T19:54:17.152Z | Compiling pest v2.7.10 |
1132 | 2024-08-16T19:54:17.310Z | Compiling der v0.7.9 |
1133 | 2024-08-16T19:54:18.460Z | Compiling salsa20 v0.10.2 |
1134 | 2024-08-16T19:54:18.680Z | Compiling pbkdf2 v0.12.2 |
1135 | 2024-08-16T19:54:18.704Z | Compiling scroll_derive v0.12.0 |
1136 | 2024-08-16T19:54:18.849Z | Compiling scrypt v0.11.0 |
1137 | 2024-08-16T19:54:19.427Z | Compiling tracing v0.1.40 |
1138 | 2024-08-16T19:54:19.964Z | Compiling pest_meta v2.7.10 |
1139 | 2024-08-16T19:54:20.146Z | Compiling spki v0.7.3 |
1140 | 2024-08-16T19:54:20.258Z | Compiling scroll v0.12.0 |
1141 | 2024-08-16T19:54:20.280Z | Compiling cbc v0.1.2 |
1142 | 2024-08-16T19:54:20.516Z | Compiling aes v0.8.4 |
1143 | 2024-08-16T19:54:20.535Z | Compiling openssl-macros v0.1.1 |
1144 | 2024-08-16T19:54:20.740Z | Compiling md-5 v0.10.6 |
1145 | 2024-08-16T19:54:20.828Z | Compiling goblin v0.8.2 |
1146 | 2024-08-16T19:54:21.300Z | Compiling pest_generator v2.7.10 |
1147 | 2024-08-16T19:54:23.476Z | Compiling pkcs5 v0.7.1 |
1148 | 2024-08-16T19:54:23.497Z | Compiling regex-automata v0.4.6 |
1149 | 2024-08-16T19:54:23.534Z | Compiling hash32 v0.2.1 |
1150 | 2024-08-16T19:54:23.934Z | Compiling num-bigint-dig v0.8.4 |
1151 | 2024-08-16T19:54:24.260Z | Compiling pkcs8 v0.10.2 |
1152 | 2024-08-16T19:54:24.528Z | Compiling psl-types v2.0.11 |
1153 | 2024-08-16T19:54:24.727Z | Compiling fallible-iterator v0.2.0 |
1154 | 2024-08-16T19:54:24.744Z | Compiling crc32fast v1.4.0 |
1155 | 2024-08-16T19:54:25.000Z | Compiling stable_deref_trait v1.2.0 |
1156 | 2024-08-16T19:54:25.108Z | Compiling signal-hook v0.3.17 |
1157 | 2024-08-16T19:54:25.165Z | Compiling pest_derive v2.7.10 |
1158 | 2024-08-16T19:54:25.296Z | Compiling base64 v0.22.1 |
1159 | 2024-08-16T19:54:25.404Z | Compiling smoltcp v0.9.1 |
1160 | 2024-08-16T19:54:25.438Z | Compiling cfg_aliases v0.1.1 |
1161 | 2024-08-16T19:54:25.544Z | Compiling gimli v0.28.1 |
1162 | 2024-08-16T19:54:25.985Z | Compiling dtrace-parser v0.2.0 |
1163 | 2024-08-16T19:54:26.084Z | Compiling nix v0.28.0 |
1164 | 2024-08-16T19:54:26.337Z | Compiling publicsuffix v2.2.3 |
1165 | 2024-08-16T19:54:26.606Z | Compiling bytes v1.7.1 |
1166 | 2024-08-16T19:54:26.932Z | Compiling bitflags v2.6.0 |
1167 | 2024-08-16T19:54:27.404Z | Compiling indexmap v2.4.0 |
1168 | 2024-08-16T19:54:27.998Z | Compiling tokio v1.39.2 |
1169 | 2024-08-16T19:54:28.203Z | Compiling http v0.2.12 |
1170 | 2024-08-16T19:54:28.966Z | Compiling semver v1.0.23 |
1171 | 2024-08-16T19:54:29.755Z | Compiling rustc_version v0.4.0 |
1172 | 2024-08-16T19:54:30.365Z | Compiling http-body v0.4.6 |
1173 | 2024-08-16T19:54:30.572Z | Compiling heapless v0.7.17 |
1174 | 2024-08-16T19:54:30.660Z | Compiling dof v0.3.0 |
1175 | 2024-08-16T19:54:30.837Z | Compiling uuid v1.10.0 |
1176 | 2024-08-16T19:54:31.091Z | Compiling serde_spanned v0.6.7 |
1177 | 2024-08-16T19:54:31.328Z | Compiling serde_tokenstream v0.2.2 |
1178 | 2024-08-16T19:54:31.750Z | Compiling usdt-impl v0.5.0 |
1179 | 2024-08-16T19:54:31.980Z | Compiling toml_datetime v0.6.8 |
1180 | 2024-08-16T19:54:32.298Z | Compiling chrono v0.4.38 |
1181 | 2024-08-16T19:54:32.514Z | Compiling terminal_size v0.3.0 |
1182 | 2024-08-16T19:54:32.940Z | Compiling addr2line v0.21.0 |
1183 | 2024-08-16T19:54:33.333Z | Compiling postgres-protocol v0.6.7 |
1184 | 2024-08-16T19:54:33.405Z | Compiling hubpack_derive v0.1.1 |
1185 | 2024-08-16T19:54:33.677Z | Compiling async-trait v0.1.81 |
1186 | 2024-08-16T19:54:33.999Z | Compiling zerocopy-derive v0.6.6 |
1187 | 2024-08-16T19:54:34.723Z | Compiling num-iter v0.1.45 |
1188 | 2024-08-16T19:54:35.592Z | Compiling phf_shared v0.11.2 |
1189 | 2024-08-16T19:54:35.798Z | Compiling serde_derive_internals v0.29.1 |
1190 | 2024-08-16T19:54:36.003Z | Compiling ff v0.13.0 |
1191 | 2024-08-16T19:54:36.207Z | Compiling object v0.32.2 |
1192 | 2024-08-16T19:54:36.228Z | Compiling fs-err v2.11.0 |
1193 | 2024-08-16T19:54:36.248Z | Compiling winnow v0.5.40 |
1194 | 2024-08-16T19:54:36.533Z | Compiling tokio-util v0.7.11 |
1195 | 2024-08-16T19:54:36.553Z | Compiling tokio-rustls v0.24.1 |
1196 | 2024-08-16T19:54:36.846Z | Compiling bitflags v1.3.2 |
1197 | 2024-08-16T19:54:36.950Z | Compiling schemars v0.8.21 |
1198 | 2024-08-16T19:54:36.968Z | Compiling ipnet v2.9.0 |
1199 | 2024-08-16T19:54:38.064Z | Compiling h2 v0.3.26 |
1200 | 2024-08-16T19:54:38.084Z | Compiling tokio-native-tls v0.3.1 |
1201 | 2024-08-16T19:54:38.208Z | Compiling rustc-demangle v0.1.24 |
1202 | 2024-08-16T19:54:38.362Z | Compiling regex-automata v0.1.10 |
1203 | 2024-08-16T19:54:38.707Z | Compiling base16ct v0.2.0 |
1204 | 2024-08-16T19:54:38.909Z | Compiling managed v0.8.0 |
1205 | 2024-08-16T19:54:39.049Z | Compiling either v1.13.0 |
1206 | 2024-08-16T19:54:39.255Z | Compiling base64 v0.21.7 |
1207 | 2024-08-16T19:54:39.354Z | Compiling anyhow v1.0.86 |
1208 | 2024-08-16T19:54:40.032Z | Compiling toml_edit v0.19.15 |
1209 | 2024-08-16T19:54:40.055Z | Compiling rustls-pemfile v1.0.4 |
1210 | 2024-08-16T19:54:40.189Z | Compiling sec1 v0.7.3 |
1211 | 2024-08-16T19:54:40.241Z | Compiling bstr v0.2.17 |
1212 | 2024-08-16T19:54:40.487Z | Compiling schemars_derive v0.8.21 |
1213 | 2024-08-16T19:54:40.820Z | Compiling clap_builder v4.5.15 |
1214 | 2024-08-16T19:54:41.778Z | Compiling zerocopy v0.6.6 |
1215 | 2024-08-16T19:54:41.803Z | Compiling group v0.13.0 |
1216 | 2024-08-16T19:54:42.146Z | Compiling phf v0.11.2 |
1217 | 2024-08-16T19:54:42.436Z | Compiling cookie_store v0.20.0 |
1218 | 2024-08-16T19:54:43.876Z | Compiling postgres-types v0.2.7 |
1219 | 2024-08-16T19:54:43.993Z | Compiling hubpack v0.1.2 |
1220 | 2024-08-16T19:54:44.079Z | Compiling usdt-attr-macro v0.5.0 |
1221 | 2024-08-16T19:54:44.467Z | Compiling usdt-macro v0.5.0 |
1222 | 2024-08-16T19:54:45.417Z | Compiling hyper v0.14.30 |
1223 | 2024-08-16T19:54:45.824Z | Compiling regex v1.10.6 |
1224 | 2024-08-16T19:54:46.052Z | Compiling serde_urlencoded v0.7.1 |
1225 | 2024-08-16T19:54:46.962Z | Compiling pkcs1 v0.7.5 |
1226 | 2024-08-16T19:54:47.347Z | Compiling futures-executor v0.3.30 |
1227 | 2024-08-16T19:54:47.984Z | Compiling hkdf v0.12.4 |
1228 | 2024-08-16T19:54:47.986Z | Compiling signature v2.2.0 |
1229 | 2024-08-16T19:54:48.061Z | Compiling crypto-bigint v0.5.5 |
1230 | 2024-08-16T19:54:48.252Z | Compiling clap_derive v4.5.13 |
1231 | 2024-08-16T19:54:48.271Z | Compiling strum_macros v0.25.3 |
1232 | 2024-08-16T19:54:48.302Z | Compiling serde_repr v0.1.19 |
1233 | 2024-08-16T19:54:48.949Z | Compiling enum-as-inner v0.6.0 |
1234 | 2024-08-16T19:54:49.531Z | Compiling phf_shared v0.10.0 |
1235 | 2024-08-16T19:54:49.924Z | Compiling float-cmp v0.9.0 |
1236 | 2024-08-16T19:54:50.077Z | Compiling idna v0.4.0 |
1237 | 2024-08-16T19:54:50.160Z | Compiling mio v0.8.11 |
1238 | 2024-08-16T19:54:50.462Z | Compiling encoding_rs v0.8.34 |
1239 | 2024-08-16T19:54:51.534Z | Compiling bit-vec v0.6.3 |
1240 | 2024-08-16T19:54:51.766Z | Compiling difflib v0.4.0 |
1241 | 2024-08-16T19:54:52.023Z | Compiling normalize-line-endings v0.3.0 |
1242 | 2024-08-16T19:54:52.156Z | Compiling precomputed-hash v0.1.1 |
1243 | 2024-08-16T19:54:52.272Z | Compiling predicates-core v1.0.6 |
1244 | 2024-08-16T19:54:52.504Z | Compiling hyper-rustls v0.24.2 |
1245 | 2024-08-16T19:54:52.654Z | Compiling hyper-tls v0.5.0 |
1246 | 2024-08-16T19:54:52.899Z | Compiling sync_wrapper v0.1.2 |
1247 | 2024-08-16T19:54:53.031Z | Compiling webpki-roots v0.25.4 |
1248 | 2024-08-16T19:54:53.048Z | Compiling fixedbitset v0.4.2 |
1249 | 2024-08-16T19:54:53.206Z | Compiling unicode-segmentation v1.11.0 |
1250 | 2024-08-16T19:54:53.425Z | Compiling whoami v1.5.1 |
1251 | 2024-08-16T19:54:53.514Z | Compiling data-encoding v2.6.0 |
1252 | 2024-08-16T19:54:53.534Z | Compiling dyn-clone v1.0.17 |
1253 | 2024-08-16T19:54:53.756Z | Compiling new_debug_unreachable v1.0.6 |
1254 | 2024-08-16T19:54:53.860Z | Compiling mime v0.3.17 |
1255 | 2024-08-16T19:54:54.088Z | Compiling static_assertions v1.1.0 |
1256 | 2024-08-16T19:54:54.107Z | Compiling minimal-lexical v0.2.1 |
1257 | 2024-08-16T19:54:54.192Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1258 | 2024-08-16T19:54:54.405Z | Compiling reqwest v0.11.27 |
1259 | 2024-08-16T19:54:54.507Z | Compiling hickory-proto v0.24.1 |
1260 | 2024-08-16T19:54:54.651Z | Compiling nom v7.1.3 |
1261 | 2024-08-16T19:54:55.095Z | Compiling similar v2.5.0 |
1262 | 2024-08-16T19:54:55.780Z | Compiling string_cache v0.8.7 |
1263 | 2024-08-16T19:54:56.011Z | Compiling tokio-postgres v0.7.11 |
1264 | 2024-08-16T19:54:57.843Z | Compiling clap v4.5.16 |
1265 | 2024-08-16T19:54:57.997Z | Compiling petgraph v0.6.5 |
1266 | 2024-08-16T19:54:58.164Z | Compiling console v0.15.8 |
1267 | 2024-08-16T19:54:58.439Z | Compiling predicates v3.1.2 |
1268 | 2024-08-16T19:54:59.737Z | Compiling bit-set v0.5.3 |
1269 | 2024-08-16T19:55:00.047Z | Compiling toml_edit v0.22.20 |
1270 | 2024-08-16T19:55:00.213Z | Compiling usdt v0.5.0 |
1271 | 2024-08-16T19:55:00.262Z | Compiling elliptic-curve v0.13.8 |
1272 | 2024-08-16T19:55:00.746Z | Compiling signal-hook-mio v0.2.4 |
1273 | 2024-08-16T19:55:00.748Z | Compiling rsa v0.9.6 |
1274 | 2024-08-16T19:55:00.929Z | Compiling futures v0.3.30 |
1275 | 2024-08-16T19:55:01.052Z | Compiling flate2 v1.0.31 |
1276 | 2024-08-16T19:55:02.027Z | Compiling toml v0.7.8 |
1277 | 2024-08-16T19:55:02.823Z | Compiling itertools v0.10.5 |
1278 | 2024-08-16T19:55:03.072Z | Compiling itertools v0.12.1 |
1279 | 2024-08-16T19:55:03.834Z | Compiling tokio-stream v0.1.15 |
1280 | 2024-08-16T19:55:04.853Z | Compiling bstr v1.9.1 |
1281 | 2024-08-16T19:55:05.149Z | Compiling openapiv3 v2.0.0 |
1282 | 2024-08-16T19:55:05.397Z | Compiling hex v0.4.3 |
1283 | 2024-08-16T19:55:05.740Z | Compiling sha1 v0.10.6 |
1284 | 2024-08-16T19:55:05.996Z | Compiling crossbeam-epoch v0.9.18 |
1285 | 2024-08-16T19:55:06.194Z | Compiling dirs-sys-next v0.1.2 |
1286 | 2024-08-16T19:55:06.409Z | Compiling lalrpop-util v0.19.12 |
1287 | 2024-08-16T19:55:06.685Z | Compiling unicode-xid v0.2.4 |
1288 | 2024-08-16T19:55:06.764Z | Compiling peg-runtime v0.8.3 |
1289 | 2024-08-16T19:55:06.783Z | Compiling dirs-next v2.0.0 |
1290 | 2024-08-16T19:55:06.870Z | Compiling thread_local v1.1.8 |
1291 | 2024-08-16T19:55:06.890Z | Compiling slog-async v2.8.0 |
1292 | 2024-08-16T19:55:06.991Z | Compiling term v0.7.0 |
1293 | 2024-08-16T19:55:07.437Z | Compiling xattr v1.3.1 |
1294 | 2024-08-16T19:55:07.439Z | Compiling strum_macros v0.26.4 |
1295 | 2024-08-16T19:55:07.544Z | Compiling crossbeam-channel v0.5.12 |
1296 | 2024-08-16T19:55:07.736Z | Compiling filetime v0.2.24 |
1297 | 2024-08-16T19:55:08.090Z | Compiling is-terminal v0.4.12 |
1298 | 2024-08-16T19:55:08.230Z | Compiling take_mut v0.2.2 |
1299 | 2024-08-16T19:55:08.394Z | Compiling slog-term v2.9.1 |
1300 | 2024-08-16T19:55:08.668Z | Compiling tar v0.4.41 |
1301 | 2024-08-16T19:55:08.724Z | Compiling camino v1.1.8 |
1302 | 2024-08-16T19:55:10.019Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1303 | 2024-08-16T19:55:10.882Z | Compiling strum v0.26.3 |
1304 | 2024-08-16T19:55:10.962Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1305 | 2024-08-16T19:55:16.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
1306 | 2024-08-16T19:55:16.796Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1307 | 2024-08-16T19:55:16.847Z | Aug 16 19:55:15.635 INFO Starting download, target: Clickhouse |
1308 | 2024-08-16T19:55:16.847Z | Aug 16 19:55:15.635 INFO Starting download, target: Console |
1309 | 2024-08-16T19:55:16.847Z | Aug 16 19:55:15.635 INFO Starting download, target: Cockroach |
1310 | 2024-08-16T19:55:16.847Z | Aug 16 19:55:15.635 INFO Starting download, target: DendriteOpenapi |
1311 | 2024-08-16T19:55:16.850Z | Aug 16 19:55:15.635 INFO Starting download, target: DendriteStub |
1312 | 2024-08-16T19:55:16.850Z | Aug 16 19:55:15.635 INFO Starting download, target: MaghemiteMgd |
1313 | 2024-08-16T19:55:16.850Z | Aug 16 19:55:15.635 INFO Starting download, target: TransceiverControl |
1314 | 2024-08-16T19:55:16.850Z | Aug 16 19:55:15.636 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1315 | 2024-08-16T19:55:16.850Z | Aug 16 19:55:15.636 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1316 | 2024-08-16T19:55:16.850Z | Aug 16 19:55:15.636 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1317 | 2024-08-16T19:55:16.850Z | Aug 16 19:55:15.636 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1318 | 2024-08-16T19:55:16.850Z | Aug 16 19:55:15.636 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1319 | 2024-08-16T19:55:16.850Z | Aug 16 19:55:15.636 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1320 | 2024-08-16T19:55:16.850Z | Aug 16 19:55:15.636 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1321 | 2024-08-16T19:55:16.986Z | Aug 16 19:55:15.775 INFO Download complete, target: DendriteOpenapi |
1322 | 2024-08-16T19:55:17.150Z | Aug 16 19:55:15.936 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1323 | 2024-08-16T19:55:17.401Z | Aug 16 19:55:16.189 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1324 | 2024-08-16T19:55:17.550Z | Aug 16 19:55:16.340 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1325 | 2024-08-16T19:55:17.567Z | Aug 16 19:55:16.356 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1326 | 2024-08-16T19:55:17.762Z | Aug 16 19:55:16.552 INFO Download complete, target: Console |
1327 | 2024-08-16T19:55:17.901Z | Aug 16 19:55:16.690 INFO Download complete, target: TransceiverControl |
1328 | 2024-08-16T19:55:19.052Z | Aug 16 19:55:17.841 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1329 | 2024-08-16T19:55:19.933Z | Aug 16 19:55:18.723 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1330 | 2024-08-16T19:55:19.934Z | Aug 16 19:55:18.723 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1331 | 2024-08-16T19:55:20.742Z | Aug 16 19:55:19.519 INFO Download complete, target: DendriteStub |
1332 | 2024-08-16T19:55:20.941Z | Aug 16 19:55:19.730 INFO Download complete, target: MaghemiteMgd |
1333 | 2024-08-16T19:55:27.762Z | Aug 16 19:55:26.551 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1334 | 2024-08-16T19:55:28.083Z | Aug 16 19:55:26.871 INFO Checking that binary works, target: Cockroach |
1335 | 2024-08-16T19:55:28.247Z | Aug 16 19:55:27.035 INFO Download complete, target: Cockroach |
1336 | 2024-08-16T19:55:32.679Z | Aug 16 19:55:31.467 INFO Checking that binary works, target: Clickhouse |
1337 | 2024-08-16T19:55:32.854Z | Aug 16 19:55:31.643 INFO Download complete, target: Clickhouse |
1338 | 2024-08-16T19:55:32.862Z | All prerequisites installed successfully |
1339 | 2024-08-16T19:55:32.865Z | |
1340 | 2024-08-16T19:55:32.865Z | real 3:48.362842541 |
1341 | 2024-08-16T19:55:32.865Z | user 11:45.989911185 |
1342 | 2024-08-16T19:55:32.865Z | sys 2:29.031229846 |
1343 | 2024-08-16T19:55:32.865Z | trap 0.466042530 |
1344 | 2024-08-16T19:55:32.865Z | tflt 0.877690014 |
1345 | 2024-08-16T19:55:32.865Z | dflt 1.589443729 |
1346 | 2024-08-16T19:55:32.865Z | kflt 0.022961419 |
1347 | 2024-08-16T19:55:32.865Z | lock 22:56.660930034 |
1348 | 2024-08-16T19:55:32.865Z | slp 45:21.747377427 |
1349 | 2024-08-16T19:55:32.865Z | lat 42.260736258 |
1350 | 2024-08-16T19:55:32.865Z | stop 1:46.948883790 |
1351 | 2024-08-16T19:55:32.865Z | + ptime -m cargo xtask download softnpu |
1352 | 2024-08-16T19:55:33.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1353 | 2024-08-16T19:55:33.454Z | Running `target/debug/xtask download softnpu` |
1354 | 2024-08-16T19:55:34.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1355 | 2024-08-16T19:55:34.345Z | Running `target/debug/xtask-downloader softnpu` |
1356 | 2024-08-16T19:55:34.383Z | Aug 16 19:55:33.171 INFO Starting download, target: Softnpu |
1357 | 2024-08-16T19:55:34.386Z | Aug 16 19:55:33.171 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1358 | 2024-08-16T19:55:35.203Z | Aug 16 19:55:33.991 INFO Download complete, target: Softnpu |
1359 | 2024-08-16T19:55:35.207Z | |
1360 | 2024-08-16T19:55:35.210Z | real 2.337224518 |
1361 | 2024-08-16T19:55:35.210Z | user 1.245776506 |
1362 | 2024-08-16T19:55:35.210Z | sys 0.592585258 |
1363 | 2024-08-16T19:55:35.210Z | trap 0.000278626 |
1364 | 2024-08-16T19:55:35.210Z | tflt 0.000017496 |
1365 | 2024-08-16T19:55:35.210Z | dflt 0.000000000 |
1366 | 2024-08-16T19:55:35.210Z | kflt 0.000000000 |
1367 | 2024-08-16T19:55:35.210Z | lock 8.547263770 |
1368 | 2024-08-16T19:55:35.210Z | slp 0.827640420 |
1369 | 2024-08-16T19:55:35.210Z | lat 0.073068077 |
1370 | 2024-08-16T19:55:35.210Z | stop 0.000445229 |
1371 | 2024-08-16T19:55:35.210Z | + export CARGO_INCREMENTAL=0 |
1372 | 2024-08-16T19:55:35.210Z | + CARGO_INCREMENTAL=0 |
1373 | 2024-08-16T19:55:35.210Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1374 | 2024-08-16T19:55:36.195Z | Compiling proc-macro2 v1.0.86 |
1375 | 2024-08-16T19:55:36.195Z | Compiling unicode-ident v1.0.12 |
1376 | 2024-08-16T19:55:36.195Z | Compiling libc v0.2.155 |
1377 | 2024-08-16T19:55:36.198Z | Compiling serde v1.0.207 |
1378 | 2024-08-16T19:55:36.198Z | Compiling version_check v0.9.5 |
1379 | 2024-08-16T19:55:36.198Z | Compiling autocfg v1.3.0 |
1380 | 2024-08-16T19:55:36.198Z | Compiling cfg-if v1.0.0 |
1381 | 2024-08-16T19:55:36.198Z | Compiling once_cell v1.19.0 |
1382 | 2024-08-16T19:55:36.439Z | Compiling typenum v1.17.0 |
1383 | 2024-08-16T19:55:36.498Z | Compiling memchr v2.7.2 |
1384 | 2024-08-16T19:55:36.916Z | Compiling byteorder v1.5.0 |
1385 | 2024-08-16T19:55:37.087Z | Compiling lock_api v0.4.12 |
1386 | 2024-08-16T19:55:37.361Z | Compiling generic-array v0.14.7 |
1387 | 2024-08-16T19:55:37.387Z | Compiling ahash v0.8.11 |
1388 | 2024-08-16T19:55:37.409Z | Compiling serde_json v1.0.125 |
1389 | 2024-08-16T19:55:37.648Z | Compiling libm v0.2.8 |
1390 | 2024-08-16T19:55:37.721Z | Compiling num-traits v0.2.19 |
1391 | 2024-08-16T19:55:37.751Z | Compiling parking_lot_core v0.9.10 |
1392 | 2024-08-16T19:55:38.012Z | Compiling quote v1.0.36 |
1393 | 2024-08-16T19:55:38.040Z | Compiling thiserror v1.0.63 |
1394 | 2024-08-16T19:55:38.218Z | Compiling scopeguard v1.2.0 |
1395 | 2024-08-16T19:55:38.306Z | Compiling getrandom v0.2.14 |
1396 | 2024-08-16T19:55:38.371Z | Compiling jobserver v0.1.32 |
1397 | 2024-08-16T19:55:38.548Z | Compiling syn v2.0.74 |
1398 | 2024-08-16T19:55:38.653Z | Compiling itoa v1.0.11 |
1399 | 2024-08-16T19:55:38.913Z | Compiling cc v1.0.97 |
1400 | 2024-08-16T19:55:39.009Z | Compiling log v0.4.21 |
1401 | 2024-08-16T19:55:39.222Z | Compiling allocator-api2 v0.2.18 |
1402 | 2024-08-16T19:55:39.280Z | Compiling rand_core v0.6.4 |
1403 | 2024-08-16T19:55:39.420Z | Compiling slab v0.4.9 |
1404 | 2024-08-16T19:55:39.714Z | Compiling pin-project-lite v0.2.14 |
1405 | 2024-08-16T19:55:39.736Z | Compiling semver v1.0.23 |
1406 | 2024-08-16T19:55:40.026Z | Compiling ryu v1.0.18 |
1407 | 2024-08-16T19:55:40.145Z | Compiling spin v0.9.8 |
1408 | 2024-08-16T19:55:40.299Z | Compiling equivalent v1.0.1 |
1409 | 2024-08-16T19:55:40.317Z | Compiling smallvec v1.13.2 |
1410 | 2024-08-16T19:55:40.470Z | Compiling vcpkg v0.2.15 |
1411 | 2024-08-16T19:55:40.586Z | Compiling pkg-config v0.3.30 |
1412 | 2024-08-16T19:55:40.698Z | Compiling schemars v0.8.21 |
1413 | 2024-08-16T19:55:41.374Z | Compiling signal-hook-registry v1.4.2 |
1414 | 2024-08-16T19:55:41.810Z | Compiling subtle v2.5.0 |
1415 | 2024-08-16T19:55:42.128Z | Compiling parking_lot v0.12.2 |
1416 | 2024-08-16T19:55:42.339Z | Compiling ring v0.17.8 |
1417 | 2024-08-16T19:55:42.364Z | Compiling openssl-sys v0.9.103 |
1418 | 2024-08-16T19:55:42.915Z | Compiling mio v1.0.2 |
1419 | 2024-08-16T19:55:43.365Z | Compiling const-oid v0.9.6 |
1420 | 2024-08-16T19:55:43.429Z | Compiling socket2 v0.5.7 |
1421 | 2024-08-16T19:55:43.678Z | Compiling syn v1.0.109 |
1422 | 2024-08-16T19:55:44.562Z | Compiling httparse v1.8.0 |
1423 | 2024-08-16T19:55:44.594Z | Compiling heck v0.5.0 |
1424 | 2024-08-16T19:55:45.040Z | Compiling num-conv v0.1.0 |
1425 | 2024-08-16T19:55:45.057Z | Compiling time-core v0.1.2 |
1426 | 2024-08-16T19:55:45.264Z | Compiling fnv v1.0.7 |
1427 | 2024-08-16T19:55:45.308Z | Compiling time-macros v0.2.18 |
1428 | 2024-08-16T19:55:45.388Z | Compiling rustix v0.38.34 |
1429 | 2024-08-16T19:55:45.457Z | Compiling futures-core v0.3.30 |
1430 | 2024-08-16T19:55:45.550Z | Compiling openssl v0.10.66 |
1431 | 2024-08-16T19:55:46.034Z | Compiling crossbeam-utils v0.8.19 |
1432 | 2024-08-16T19:55:46.516Z | Compiling serde_derive_internals v0.29.1 |
1433 | 2024-08-16T19:55:46.588Z | Compiling tinyvec_macros v0.1.1 |
1434 | 2024-08-16T19:55:46.686Z | Compiling native-tls v0.2.11 |
1435 | 2024-08-16T19:55:46.954Z | Compiling rustls v0.21.12 |
1436 | 2024-08-16T19:55:47.035Z | Compiling iana-time-zone v0.1.60 |
1437 | 2024-08-16T19:55:47.208Z | Compiling tinyvec v1.6.0 |
1438 | 2024-08-16T19:55:47.840Z | Compiling ucd-trie v0.1.6 |
1439 | 2024-08-16T19:55:48.324Z | Compiling futures-sink v0.3.30 |
1440 | 2024-08-16T19:55:48.345Z | Compiling cpufeatures v0.2.12 |
1441 | 2024-08-16T19:55:48.710Z | Compiling unicode-normalization v0.1.23 |
1442 | 2024-08-16T19:55:48.778Z | Compiling backtrace v0.3.71 |
1443 | 2024-08-16T19:55:48.822Z | Compiling cookie v0.17.0 |
1444 | 2024-08-16T19:55:49.100Z | Compiling slog v2.7.0 |
1445 | 2024-08-16T19:55:49.138Z | Compiling unicode-bidi v0.3.15 |
1446 | 2024-08-16T19:55:49.566Z | Compiling futures-channel v0.3.30 |
1447 | 2024-08-16T19:55:49.768Z | Compiling futures-task v0.3.30 |
1448 | 2024-08-16T19:55:50.092Z | Compiling futures-io v0.3.30 |
1449 | 2024-08-16T19:55:50.109Z | Compiling pin-utils v0.1.0 |
1450 | 2024-08-16T19:55:50.505Z | Compiling aho-corasick v1.1.3 |
1451 | 2024-08-16T19:55:50.547Z | Compiling dyn-clone v1.0.17 |
1452 | 2024-08-16T19:55:50.870Z | Compiling regex-syntax v0.8.4 |
1453 | 2024-08-16T19:55:51.068Z | Compiling winnow v0.5.40 |
1454 | 2024-08-16T19:55:51.725Z | Compiling untrusted v0.9.0 |
1455 | 2024-08-16T19:55:51.924Z | Compiling anyhow v1.0.86 |
1456 | 2024-08-16T19:55:51.999Z | Compiling serde_derive v1.0.207 |
1457 | 2024-08-16T19:55:52.500Z | Compiling zeroize_derive v1.4.2 |
1458 | 2024-08-16T19:55:52.745Z | Compiling zerocopy-derive v0.7.34 |
1459 | 2024-08-16T19:55:53.906Z | Compiling thiserror-impl v1.0.63 |
1460 | 2024-08-16T19:55:54.668Z | Compiling zerocopy v0.7.34 |
1461 | 2024-08-16T19:55:54.870Z | Compiling tokio-macros v2.4.0 |
1462 | 2024-08-16T19:55:54.961Z | Compiling zeroize v1.7.0 |
1463 | 2024-08-16T19:55:56.393Z | Compiling futures-macro v0.3.30 |
1464 | 2024-08-16T19:55:57.013Z | Compiling hashbrown v0.14.5 |
1465 | 2024-08-16T19:55:57.099Z | Compiling crypto-common v0.1.6 |
1466 | 2024-08-16T19:55:57.308Z | Compiling schemars_derive v0.8.21 |
1467 | 2024-08-16T19:55:57.562Z | Compiling tracing-attributes v0.1.27 |
1468 | 2024-08-16T19:55:58.226Z | Compiling block-buffer v0.10.4 |
1469 | 2024-08-16T19:55:58.409Z | Compiling der_derive v0.7.2 |
1470 | 2024-08-16T19:55:58.432Z | Compiling digest v0.10.7 |
1471 | 2024-08-16T19:55:58.723Z | Compiling openssl-macros v0.1.1 |
1472 | 2024-08-16T19:55:59.304Z | Compiling scroll_derive v0.12.0 |
1473 | 2024-08-16T19:55:59.401Z | Compiling hmac v0.12.1 |
1474 | 2024-08-16T19:55:59.966Z | Compiling block-padding v0.3.3 |
1475 | 2024-08-16T19:56:00.194Z | Compiling pest v2.7.10 |
1476 | 2024-08-16T19:56:00.324Z | Compiling inout v0.1.3 |
1477 | 2024-08-16T19:56:00.620Z | Compiling cipher v0.4.4 |
1478 | 2024-08-16T19:56:00.648Z | Compiling sha2 v0.10.8 |
1479 | 2024-08-16T19:56:00.707Z | Compiling futures-util v0.3.30 |
1480 | 2024-08-16T19:56:01.089Z | Compiling regex-automata v0.4.6 |
1481 | 2024-08-16T19:56:01.464Z | Compiling tracing-core v0.1.32 |
1482 | 2024-08-16T19:56:03.214Z | Compiling pest_meta v2.7.10 |
1483 | 2024-08-16T19:56:03.896Z | Compiling usdt-impl v0.5.0 |
1484 | 2024-08-16T19:56:04.258Z | Compiling rustversion v1.0.17 |
1485 | 2024-08-16T19:56:04.899Z | Compiling pest_generator v2.7.10 |
1486 | 2024-08-16T19:56:06.051Z | Compiling bytes v1.7.1 |
1487 | 2024-08-16T19:56:07.451Z | Compiling indexmap v2.4.0 |
1488 | 2024-08-16T19:56:07.825Z | Compiling tokio v1.39.2 |
1489 | 2024-08-16T19:56:08.008Z | Compiling bitflags v2.6.0 |
1490 | 2024-08-16T19:56:08.442Z | Compiling uuid v1.10.0 |
1491 | 2024-08-16T19:56:08.630Z | Compiling serde_tokenstream v0.2.2 |
1492 | 2024-08-16T19:56:09.004Z | Compiling chrono v0.4.38 |
1493 | 2024-08-16T19:56:10.926Z | Compiling serde_spanned v0.6.7 |
1494 | 2024-08-16T19:56:11.155Z | Compiling toml_datetime v0.6.8 |
1495 | 2024-08-16T19:56:11.636Z | Compiling http v0.2.12 |
1496 | 2024-08-16T19:56:13.428Z | Compiling toml_edit v0.19.15 |
1497 | 2024-08-16T19:56:13.842Z | Compiling rustc_version v0.4.0 |
1498 | 2024-08-16T19:56:13.997Z | Compiling pest_derive v2.7.10 |
1499 | 2024-08-16T19:56:14.501Z | Compiling base64ct v1.6.0 |
1500 | 2024-08-16T19:56:14.906Z | Compiling heapless v0.7.17 |
1501 | 2024-08-16T19:56:15.090Z | Compiling pem-rfc7468 v0.7.0 |
1502 | 2024-08-16T19:56:15.452Z | Compiling tracing v0.1.40 |
1503 | 2024-08-16T19:56:15.772Z | Compiling scroll v0.12.0 |
1504 | 2024-08-16T19:56:16.353Z | Compiling flagset v0.4.5 |
1505 | 2024-08-16T19:56:16.356Z | Compiling heck v0.4.1 |
1506 | 2024-08-16T19:56:16.564Z | Compiling ppv-lite86 v0.2.17 |
1507 | 2024-08-16T19:56:16.743Z | Compiling percent-encoding v2.3.1 |
1508 | 2024-08-16T19:56:17.353Z | Compiling powerfmt v0.2.0 |
1509 | 2024-08-16T19:56:17.564Z | Compiling plain v0.2.3 |
1510 | 2024-08-16T19:56:17.718Z | Compiling goblin v0.8.2 |
1511 | 2024-08-16T19:56:17.798Z | Compiling deranged v0.3.11 |
1512 | 2024-08-16T19:56:17.824Z | Compiling rand_chacha v0.3.1 |
1513 | 2024-08-16T19:56:18.771Z | Compiling der v0.7.9 |
1514 | 2024-08-16T19:56:21.499Z | Compiling regex v1.10.6 |
1515 | 2024-08-16T19:56:21.794Z | Compiling salsa20 v0.10.2 |
1516 | 2024-08-16T19:56:21.898Z | Compiling pbkdf2 v0.12.2 |
1517 | 2024-08-16T19:56:22.438Z | Compiling crc32fast v1.4.0 |
1518 | 2024-08-16T19:56:22.472Z | Compiling num_threads v0.1.7 |
1519 | 2024-08-16T19:56:22.593Z | Compiling pretty-hex v0.4.1 |
1520 | 2024-08-16T19:56:22.596Z | Compiling strsim v0.11.1 |
1521 | 2024-08-16T19:56:22.796Z | Compiling time v0.3.36 |
1522 | 2024-08-16T19:56:23.327Z | Compiling scrypt v0.11.0 |
1523 | 2024-08-16T19:56:23.555Z | Compiling spki v0.7.3 |
1524 | 2024-08-16T19:56:23.715Z | Compiling dof v0.3.0 |
1525 | 2024-08-16T19:56:23.870Z | Compiling rand v0.8.5 |
1526 | 2024-08-16T19:56:23.930Z | Compiling tokio-util v0.7.11 |
1527 | 2024-08-16T19:56:25.347Z | Compiling dtrace-parser v0.2.0 |
1528 | 2024-08-16T19:56:25.530Z | Compiling cbc v0.1.2 |
1529 | 2024-08-16T19:56:25.608Z | Compiling aes v0.8.4 |
1530 | 2024-08-16T19:56:25.767Z | Compiling async-trait v0.1.81 |
1531 | 2024-08-16T19:56:26.290Z | Compiling thread-id v4.2.1 |
1532 | 2024-08-16T19:56:26.593Z | Compiling unicode-width v0.1.13 |
1533 | 2024-08-16T19:56:26.852Z | Compiling foreign-types-shared v0.1.1 |
1534 | 2024-08-16T19:56:26.869Z | Compiling num-bigint-dig v0.8.4 |
1535 | 2024-08-16T19:56:26.966Z | Compiling smoltcp v0.9.1 |
1536 | 2024-08-16T19:56:27.163Z | Compiling signal-hook v0.3.17 |
1537 | 2024-08-16T19:56:27.176Z | Compiling foreign-types v0.3.2 |
1538 | 2024-08-16T19:56:27.267Z | Compiling pkcs5 v0.7.1 |
1539 | 2024-08-16T19:56:28.362Z | Compiling form_urlencoded v1.2.1 |
1540 | 2024-08-16T19:56:28.877Z | Compiling lazy_static v1.5.0 |
1541 | 2024-08-16T19:56:29.029Z | Compiling errno v0.3.9 |
1542 | 2024-08-16T19:56:29.160Z | Compiling cfg_aliases v0.1.1 |
1543 | 2024-08-16T19:56:29.260Z | Compiling adler v1.0.2 |
1544 | 2024-08-16T19:56:29.288Z | Compiling siphasher v0.3.11 |
1545 | 2024-08-16T19:56:29.368Z | Compiling try-lock v0.2.5 |
1546 | 2024-08-16T19:56:29.853Z | Compiling want v0.3.1 |
1547 | 2024-08-16T19:56:30.136Z | Compiling miniz_oxide v0.7.2 |
1548 | 2024-08-16T19:56:30.354Z | Compiling nix v0.28.0 |
1549 | 2024-08-16T19:56:32.231Z | Compiling pkcs8 v0.10.2 |
1550 | 2024-08-16T19:56:32.565Z | Compiling h2 v0.3.26 |
1551 | 2024-08-16T19:56:33.486Z | Compiling rustls-webpki v0.101.7 |
1552 | 2024-08-16T19:56:34.000Z | Compiling sct v0.7.1 |
1553 | 2024-08-16T19:56:35.169Z | Compiling http-body v0.4.6 |
1554 | 2024-08-16T19:56:35.836Z | Compiling openapiv3 v2.0.0 |
1555 | 2024-08-16T19:56:35.865Z | Compiling hubpack_derive v0.1.1 |
1556 | 2024-08-16T19:56:35.897Z | Compiling zerocopy-derive v0.6.6 |
1557 | 2024-08-16T19:56:35.935Z | Compiling idna v0.5.0 |
1558 | 2024-08-16T19:56:36.747Z | Compiling fs-err v2.11.0 |
1559 | 2024-08-16T19:56:36.864Z | Compiling tower-service v0.3.2 |
1560 | 2024-08-16T19:56:37.066Z | Compiling anstyle v1.0.8 |
1561 | 2024-08-16T19:56:37.355Z | Compiling stable_deref_trait v1.2.0 |
1562 | 2024-08-16T19:56:37.522Z | Compiling openssl-probe v0.1.5 |
1563 | 2024-08-16T19:56:37.806Z | Compiling gimli v0.28.1 |
1564 | 2024-08-16T19:56:37.841Z | Compiling httpdate v1.0.3 |
1565 | 2024-08-16T19:56:38.348Z | Compiling utf8parse v0.2.1 |
1566 | 2024-08-16T19:56:38.477Z | Compiling finl_unicode v1.2.0 |
1567 | 2024-08-16T19:56:38.507Z | Compiling anstyle-parse v0.2.4 |
1568 | 2024-08-16T19:56:39.060Z | Compiling stringprep v0.1.4 |
1569 | 2024-08-16T19:56:40.220Z | Compiling hyper v0.14.30 |
1570 | 2024-08-16T19:56:40.722Z | Compiling url v2.5.2 |
1571 | 2024-08-16T19:56:43.099Z | Compiling addr2line v0.21.0 |
1572 | 2024-08-16T19:56:44.715Z | Compiling usdt-macro v0.5.0 |
1573 | 2024-08-16T19:56:44.733Z | Compiling usdt-attr-macro v0.5.0 |
1574 | 2024-08-16T19:56:46.762Z | Compiling md-5 v0.10.6 |
1575 | 2024-08-16T19:56:50.024Z | Compiling idna v0.3.0 |
1576 | 2024-08-16T19:56:50.390Z | Compiling num-integer v0.1.46 |
1577 | 2024-08-16T19:56:50.524Z | Compiling object v0.32.2 |
1578 | 2024-08-16T19:56:51.516Z | Compiling hash32 v0.2.1 |
1579 | 2024-08-16T19:56:51.534Z | Compiling colorchoice v1.0.1 |
1580 | 2024-08-16T19:56:51.913Z | Compiling anstyle-query v1.0.3 |
1581 | 2024-08-16T19:56:52.460Z | Compiling psl-types v2.0.11 |
1582 | 2024-08-16T19:56:52.674Z | Compiling rustc-demangle v0.1.24 |
1583 | 2024-08-16T19:56:55.341Z | Compiling fallible-iterator v0.2.0 |
1584 | 2024-08-16T19:56:56.121Z | Compiling base64 v0.22.1 |
1585 | 2024-08-16T19:56:56.865Z | Compiling is_terminal_polyfill v1.70.0 |
1586 | 2024-08-16T19:56:57.002Z | Compiling anstream v0.6.14 |
1587 | 2024-08-16T19:56:59.201Z | Compiling postgres-protocol v0.6.7 |
1588 | 2024-08-16T19:57:00.184Z | Compiling publicsuffix v2.2.3 |
1589 | 2024-08-16T19:57:01.288Z | Compiling num-iter v0.1.45 |
1590 | 2024-08-16T19:57:03.025Z | Compiling tokio-rustls v0.24.1 |
1591 | 2024-08-16T19:57:05.762Z | Compiling terminal_size v0.3.0 |
1592 | 2024-08-16T19:57:05.971Z | Compiling tokio-native-tls v0.3.1 |
1593 | 2024-08-16T19:57:08.082Z | Compiling phf_shared v0.11.2 |
1594 | 2024-08-16T19:57:08.424Z | Compiling strum_macros v0.25.3 |
1595 | 2024-08-16T19:57:08.454Z | Compiling enum-as-inner v0.6.0 |
1596 | 2024-08-16T19:57:08.674Z | Compiling regress v0.9.1 |
1597 | 2024-08-16T19:57:09.242Z | Compiling clap_derive v4.5.13 |
1598 | 2024-08-16T19:57:09.515Z | Compiling serde_repr v0.1.19 |
1599 | 2024-08-16T19:57:10.808Z | Compiling ff v0.13.0 |
1600 | 2024-08-16T19:57:12.141Z | Compiling encoding_rs v0.8.34 |
1601 | 2024-08-16T19:57:13.280Z | Compiling bitflags v1.3.2 |
1602 | 2024-08-16T19:57:13.397Z | Compiling mime v0.3.17 |
1603 | 2024-08-16T19:57:13.593Z | Compiling clap_lex v0.7.0 |
1604 | 2024-08-16T19:57:13.948Z | Compiling either v1.13.0 |
1605 | 2024-08-16T19:57:14.059Z | Compiling base64 v0.21.7 |
1606 | 2024-08-16T19:57:14.762Z | Compiling managed v0.8.0 |
1607 | 2024-08-16T19:57:14.870Z | Compiling ipnet v2.9.0 |
1608 | 2024-08-16T19:57:15.365Z | Compiling regex-automata v0.1.10 |
1609 | 2024-08-16T19:57:15.885Z | Compiling base16ct v0.2.0 |
1610 | 2024-08-16T19:57:16.161Z | Compiling sec1 v0.7.3 |
1611 | 2024-08-16T19:57:16.417Z | Compiling bstr v0.2.17 |
1612 | 2024-08-16T19:57:16.722Z | Compiling rustls-pemfile v1.0.4 |
1613 | 2024-08-16T19:57:17.079Z | Compiling clap_builder v4.5.15 |
1614 | 2024-08-16T19:57:17.802Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1615 | 2024-08-16T19:57:18.543Z | Compiling group v0.13.0 |
1616 | 2024-08-16T19:57:23.138Z | Compiling phf v0.11.2 |
1617 | 2024-08-16T19:57:23.883Z | Compiling hyper-tls v0.5.0 |
1618 | 2024-08-16T19:57:24.240Z | Compiling hyper-rustls v0.24.2 |
1619 | 2024-08-16T19:57:24.452Z | Compiling cookie_store v0.20.0 |
1620 | 2024-08-16T19:57:24.807Z | Compiling postgres-types v0.2.7 |
1621 | 2024-08-16T19:57:24.932Z | Compiling zerocopy v0.6.6 |
1622 | 2024-08-16T19:57:25.891Z | Compiling hubpack v0.1.2 |
1623 | 2024-08-16T19:57:26.024Z | Compiling pkcs1 v0.7.5 |
1624 | 2024-08-16T19:57:26.302Z | Compiling phf_shared v0.10.0 |
1625 | 2024-08-16T19:57:26.371Z | Compiling serde_urlencoded v0.7.1 |
1626 | 2024-08-16T19:57:26.972Z | Compiling crossbeam-epoch v0.9.18 |
1627 | 2024-08-16T19:57:26.990Z | Compiling futures-executor v0.3.30 |
1628 | 2024-08-16T19:57:27.626Z | Compiling hkdf v0.12.4 |
1629 | 2024-08-16T19:57:27.875Z | Compiling signature v2.2.0 |
1630 | 2024-08-16T19:57:28.118Z | Compiling crypto-bigint v0.5.5 |
1631 | 2024-08-16T19:57:28.197Z | Compiling idna v0.4.0 |
1632 | 2024-08-16T19:57:28.417Z | Compiling float-cmp v0.9.0 |
1633 | 2024-08-16T19:57:28.645Z | Compiling mio v0.8.11 |
1634 | 2024-08-16T19:57:29.222Z | Compiling memmap v0.7.0 |
1635 | 2024-08-16T19:57:29.641Z | Compiling unicode-segmentation v1.11.0 |
1636 | 2024-08-16T19:57:29.814Z | Compiling normalize-line-endings v0.3.0 |
1637 | 2024-08-16T19:57:29.954Z | Compiling bit-vec v0.6.3 |
1638 | 2024-08-16T19:57:30.251Z | Compiling data-encoding v2.6.0 |
1639 | 2024-08-16T19:57:30.405Z | Compiling predicates-core v1.0.6 |
1640 | 2024-08-16T19:57:30.489Z | Compiling winnow v0.6.18 |
1641 | 2024-08-16T19:57:30.718Z | Compiling static_assertions v1.1.0 |
1642 | 2024-08-16T19:57:31.385Z | Compiling difflib v0.4.0 |
1643 | 2024-08-16T19:57:32.025Z | Compiling precomputed-hash v0.1.1 |
1644 | 2024-08-16T19:57:32.152Z | Compiling minimal-lexical v0.2.1 |
1645 | 2024-08-16T19:57:32.682Z | Compiling fixedbitset v0.4.2 |
1646 | 2024-08-16T19:57:32.700Z | Compiling new_debug_unreachable v1.0.6 |
1647 | 2024-08-16T19:57:32.803Z | Compiling webpki-roots v0.25.4 |
1648 | 2024-08-16T19:57:32.978Z | Compiling sync_wrapper v0.1.2 |
1649 | 2024-08-16T19:57:33.017Z | Compiling whoami v1.5.1 |
1650 | 2024-08-16T19:57:33.106Z | Compiling reqwest v0.11.27 |
1651 | 2024-08-16T19:57:33.124Z | Compiling petgraph v0.6.5 |
1652 | 2024-08-16T19:57:33.204Z | Compiling string_cache v0.8.7 |
1653 | 2024-08-16T19:57:33.421Z | Compiling tokio-postgres v0.7.11 |
1654 | 2024-08-16T19:57:33.551Z | Compiling nom v7.1.3 |
1655 | 2024-08-16T19:57:34.398Z | Compiling toml_edit v0.22.20 |
1656 | 2024-08-16T19:57:34.460Z | Compiling predicates v3.1.2 |
1657 | 2024-08-16T19:57:36.054Z | Compiling elliptic-curve v0.13.8 |
1658 | 2024-08-16T19:57:36.851Z | Compiling hickory-proto v0.24.1 |
1659 | 2024-08-16T19:57:37.317Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1660 | 2024-08-16T19:57:37.372Z | Compiling similar v2.5.0 |
1661 | 2024-08-16T19:57:38.672Z | Compiling bit-set v0.5.3 |
1662 | 2024-08-16T19:57:38.994Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1663 | 2024-08-16T19:57:39.550Z | Compiling usdt v0.5.0 |
1664 | 2024-08-16T19:57:40.030Z | Compiling signal-hook-mio v0.2.4 |
1665 | 2024-08-16T19:57:41.036Z | Compiling rsa v0.9.6 |
1666 | 2024-08-16T19:57:42.008Z | Compiling futures v0.3.30 |
1667 | 2024-08-16T19:57:43.114Z | Compiling flate2 v1.0.31 |
1668 | 2024-08-16T19:57:43.169Z | Compiling clap v4.5.16 |
1669 | 2024-08-16T19:57:43.773Z | Compiling itertools v0.12.1 |
1670 | 2024-08-16T19:57:44.077Z | Compiling itertools v0.10.5 |
1671 | 2024-08-16T19:57:44.382Z | Compiling console v0.15.8 |
1672 | 2024-08-16T19:57:44.492Z | Compiling tokio-stream v0.1.15 |
1673 | 2024-08-16T19:57:45.510Z | Compiling toml v0.7.8 |
1674 | 2024-08-16T19:57:45.715Z | Compiling bstr v1.9.1 |
1675 | 2024-08-16T19:57:46.071Z | Compiling hex v0.4.3 |
1676 | 2024-08-16T19:57:46.673Z | Compiling sha1 v0.10.6 |
1677 | 2024-08-16T19:57:47.027Z | Compiling camino v1.1.8 |
1678 | 2024-08-16T19:57:47.056Z | Compiling lalrpop-util v0.19.12 |
1679 | 2024-08-16T19:57:47.074Z | Compiling peg-runtime v0.8.3 |
1680 | 2024-08-16T19:57:47.289Z | Compiling unicode-xid v0.2.4 |
1681 | 2024-08-16T19:57:47.597Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1682 | 2024-08-16T19:57:47.651Z | Compiling proc-macro-crate v1.3.1 |
1683 | 2024-08-16T19:57:48.541Z | Compiling heapless v0.8.0 |
1684 | 2024-08-16T19:57:49.482Z | Compiling num_enum_derive v0.5.11 |
1685 | 2024-08-16T19:57:50.081Z | Compiling ipnetwork v0.20.0 |
1686 | 2024-08-16T19:57:53.562Z | Compiling hash32 v0.3.1 |
1687 | 2024-08-16T19:57:53.978Z | Compiling ident_case v1.0.1 |
1688 | 2024-08-16T19:57:54.400Z | Compiling smoltcp v0.11.0 |
1689 | 2024-08-16T19:57:55.842Z | Compiling rustls-pki-types v1.7.0 |
1690 | 2024-08-16T19:57:57.129Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1691 | 2024-08-16T19:58:02.059Z | Compiling darling_core v0.20.9 |
1692 | 2024-08-16T19:58:04.000Z | Compiling num_enum v0.5.11 |
1693 | 2024-08-16T19:58:05.400Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1694 | 2024-08-16T19:58:05.897Z | Compiling getopts v0.2.21 |
1695 | 2024-08-16T19:58:08.220Z | Compiling dirs-sys-next v0.1.2 |
1696 | 2024-08-16T19:58:08.604Z | Compiling proc-macro-error-attr v1.0.4 |
1697 | 2024-08-16T19:58:09.299Z | Compiling cobs v0.2.3 |
1698 | 2024-08-16T19:58:09.379Z | Compiling embedded-io v0.4.0 |
1699 | 2024-08-16T19:58:09.457Z | Compiling rustls v0.22.4 |
1700 | 2024-08-16T19:58:10.223Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1701 | 2024-08-16T19:58:10.520Z | Compiling unsafe-libyaml v0.2.11 |
1702 | 2024-08-16T19:58:10.546Z | Compiling paste v1.0.15 |
1703 | 2024-08-16T19:58:11.928Z | Compiling serde_yaml v0.9.34+deprecated |
1704 | 2024-08-16T19:58:12.398Z | Compiling postcard v1.0.8 |
1705 | 2024-08-16T19:58:13.726Z | Compiling darling_macro v0.20.9 |
1706 | 2024-08-16T19:58:14.656Z | Compiling dirs-next v2.0.0 |
1707 | 2024-08-16T19:58:15.713Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1708 | 2024-08-16T19:58:23.621Z | Compiling rustls-webpki v0.102.4 |
1709 | 2024-08-16T19:58:30.754Z | Compiling strum_macros v0.26.4 |
1710 | 2024-08-16T19:58:31.878Z | Compiling structmeta-derive v0.3.0 |
1711 | 2024-08-16T19:58:31.974Z | Compiling foreign-types-macros v0.2.3 |
1712 | 2024-08-16T19:58:33.507Z | Compiling thread_local v1.1.8 |
1713 | 2024-08-16T19:58:34.554Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1714 | 2024-08-16T19:58:34.886Z | Compiling multer v3.1.0 |
1715 | 2024-08-16T19:58:35.214Z | Compiling proc-macro-error v1.0.4 |
1716 | 2024-08-16T19:58:35.602Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1717 | 2024-08-16T19:58:35.811Z | Compiling foreign-types-shared v0.3.1 |
1718 | 2024-08-16T19:58:36.876Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1719 | 2024-08-16T19:58:37.507Z | Compiling match_cfg v0.1.0 |
1720 | 2024-08-16T19:58:37.618Z | Compiling slog-async v2.8.0 |
1721 | 2024-08-16T19:58:38.191Z | Compiling hostname v0.3.1 |
1722 | 2024-08-16T19:58:43.882Z | Compiling foreign-types v0.5.0 |
1723 | 2024-08-16T19:58:44.321Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1724 | 2024-08-16T19:58:44.705Z | Compiling strum v0.26.3 |
1725 | 2024-08-16T19:58:45.382Z | Compiling structmeta v0.3.0 |
1726 | 2024-08-16T19:58:49.798Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1727 | 2024-08-16T19:58:51.743Z | Compiling term v0.7.0 |
1728 | 2024-08-16T19:58:52.846Z | Compiling darling v0.20.9 |
1729 | 2024-08-16T19:58:54.463Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1730 | 2024-08-16T19:58:56.304Z | Compiling slog-json v2.6.1 |
1731 | 2024-08-16T19:58:56.773Z | Compiling tabwriter v1.4.0 |
1732 | 2024-08-16T19:58:57.568Z | Compiling crossbeam-channel v0.5.12 |
1733 | 2024-08-16T19:58:59.207Z | Compiling http v1.1.0 |
1734 | 2024-08-16T19:58:59.778Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1735 | 2024-08-16T19:59:00.444Z | Compiling async-stream-impl v0.3.5 |
1736 | 2024-08-16T19:59:00.644Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1737 | 2024-08-16T19:59:01.547Z | Compiling is-terminal v0.4.12 |
1738 | 2024-08-16T19:59:01.694Z | Compiling cstr-argument v0.1.2 |
1739 | 2024-08-16T19:59:01.753Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1740 | 2024-08-16T19:59:01.961Z | Compiling atomic-waker v1.1.2 |
1741 | 2024-08-16T19:59:02.086Z | Compiling crucible-workspace-hack v0.1.0 |
1742 | 2024-08-16T19:59:02.400Z | Compiling rayon-core v1.12.1 |
1743 | 2024-08-16T19:59:02.618Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1744 | 2024-08-16T19:59:02.714Z | Compiling fastrand v2.1.0 |
1745 | 2024-08-16T19:59:02.937Z | Compiling pretty-hex v0.2.1 |
1746 | 2024-08-16T19:59:03.196Z | Compiling take_mut v0.2.2 |
1747 | 2024-08-16T19:59:04.050Z | Compiling tempfile v3.10.1 |
1748 | 2024-08-16T19:59:04.448Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2024-08-16T19:59:04.738Z | Compiling waitgroup v0.1.2 |
1750 | 2024-08-16T19:59:04.787Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1751 | 2024-08-16T19:59:04.818Z | Compiling async-stream v0.3.5 |
1752 | 2024-08-16T19:59:04.984Z | Compiling slog-term v2.9.1 |
1753 | 2024-08-16T19:59:05.454Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1754 | 2024-08-16T19:59:05.716Z | Compiling slog-bunyan v2.5.0 |
1755 | 2024-08-16T19:59:05.879Z | Compiling tokio-rustls v0.25.0 |
1756 | 2024-08-16T19:59:06.009Z | Compiling serde_with_macros v3.8.3 |
1757 | 2024-08-16T19:59:06.372Z | Compiling parse-display-derive v0.10.0 |
1758 | 2024-08-16T19:59:06.393Z | Compiling toml v0.8.19 |
1759 | 2024-08-16T19:59:06.452Z | Compiling rustls-pemfile v2.1.3 |
1760 | 2024-08-16T19:59:07.209Z | Compiling crossbeam-deque v0.8.5 |
1761 | 2024-08-16T19:59:07.619Z | Compiling colored v2.1.0 |
1762 | 2024-08-16T19:59:07.681Z | Compiling newtype-uuid v1.1.0 |
1763 | 2024-08-16T19:59:08.043Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1764 | 2024-08-16T19:59:08.135Z | Compiling serde_path_to_error v0.1.16 |
1765 | 2024-08-16T19:59:08.676Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1766 | 2024-08-16T19:59:08.952Z | Compiling hostname v0.4.0 |
1767 | 2024-08-16T19:59:09.196Z | Compiling socket2 v0.4.10 |
1768 | 2024-08-16T19:59:09.230Z | Compiling instant v0.1.12 |
1769 | 2024-08-16T19:59:09.407Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1770 | 2024-08-16T19:59:09.444Z | Compiling debug-ignore v1.0.5 |
1771 | 2024-08-16T19:59:09.594Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1772 | 2024-08-16T19:59:09.820Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1773 | 2024-08-16T19:59:10.380Z | Compiling parse-display v0.10.0 |
1774 | 2024-08-16T19:59:10.740Z | Compiling backoff v0.4.0 |
1775 | 2024-08-16T19:59:11.141Z | Compiling serde_with v3.8.3 |
1776 | 2024-08-16T19:59:12.442Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1777 | 2024-08-16T19:59:12.999Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1778 | 2024-08-16T19:59:13.612Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1779 | 2024-08-16T19:59:14.389Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1780 | 2024-08-16T19:59:14.584Z | Compiling camino-tempfile v1.1.1 |
1781 | 2024-08-16T19:59:15.388Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1782 | 2024-08-16T19:59:15.791Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1783 | 2024-08-16T19:59:15.882Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1784 | 2024-08-16T19:59:15.980Z | Compiling macaddr v1.0.1 |
1785 | 2024-08-16T19:59:16.627Z | Compiling num-derive v0.4.2 |
1786 | 2024-08-16T19:59:16.629Z | Compiling sigpipe v0.1.3 |
1787 | 2024-08-16T19:59:16.777Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1788 | 2024-08-16T19:59:17.104Z | Compiling libefi-sys v0.1.0 |
1789 | 2024-08-16T19:59:17.488Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1790 | 2024-08-16T19:59:18.867Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1791 | 2024-08-16T19:59:18.950Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1792 | 2024-08-16T19:59:19.413Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1793 | 2024-08-16T19:59:19.605Z | Compiling rayon v1.10.0 |
1794 | 2024-08-16T19:59:20.166Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1795 | 2024-08-16T19:59:20.482Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1796 | 2024-08-16T19:59:20.969Z | Compiling smf v0.2.3 |
1797 | 2024-08-16T19:59:22.913Z | Compiling bitfield-struct v0.6.1 |
1798 | 2024-08-16T19:59:23.721Z | Compiling ring v0.16.20 |
1799 | 2024-08-16T19:59:24.369Z | Compiling blake3 v1.5.1 |
1800 | 2024-08-16T19:59:24.579Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1801 | 2024-08-16T19:59:24.790Z | Compiling portable-atomic v1.6.0 |
1802 | 2024-08-16T19:59:25.130Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1803 | 2024-08-16T19:59:25.729Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1804 | 2024-08-16T19:59:25.842Z | Compiling xattr v1.3.1 |
1805 | 2024-08-16T19:59:25.899Z | Compiling filetime v0.2.24 |
1806 | 2024-08-16T19:59:26.102Z | Compiling memmap2 v0.9.4 |
1807 | 2024-08-16T19:59:26.147Z | Compiling same-file v1.0.6 |
1808 | 2024-08-16T19:59:26.249Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1809 | 2024-08-16T19:59:26.387Z | Compiling spin v0.5.2 |
1810 | 2024-08-16T19:59:26.428Z | Compiling arrayvec v0.7.4 |
1811 | 2024-08-16T19:59:26.651Z | Compiling arrayref v0.3.7 |
1812 | 2024-08-16T19:59:26.701Z | Compiling constant_time_eq v0.3.0 |
1813 | 2024-08-16T19:59:26.769Z | Compiling untrusted v0.7.1 |
1814 | 2024-08-16T19:59:26.890Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1815 | 2024-08-16T19:59:26.912Z | Compiling walkdir v2.5.0 |
1816 | 2024-08-16T19:59:26.965Z | Compiling tar v0.4.41 |
1817 | 2024-08-16T19:59:28.375Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1818 | 2024-08-16T19:59:29.537Z | Compiling gethostname v0.5.0 |
1819 | 2024-08-16T19:59:29.573Z | Compiling cargo-platform v0.1.8 |
1820 | 2024-08-16T19:59:29.751Z | Compiling topological-sort v0.2.2 |
1821 | 2024-08-16T19:59:30.145Z | Compiling number_prefix v0.4.0 |
1822 | 2024-08-16T19:59:30.294Z | Compiling indicatif v0.17.8 |
1823 | 2024-08-16T19:59:30.723Z | Compiling cargo_metadata v0.18.1 |
1824 | 2024-08-16T19:59:35.643Z | Compiling omicron-zone-package v0.11.0 |
1825 | 2024-08-16T19:59:36.145Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1826 | 2024-08-16T19:59:37.249Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1827 | 2024-08-16T19:59:39.239Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1828 | 2024-08-16T20:00:00.435Z | Finished `release` profile [optimized] target(s) in 4m 25s |
1829 | 2024-08-16T20:00:00.584Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1830 | 2024-08-16T20:00:00.634Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1831 | 2024-08-16T20:00:00.637Z | Created new build target 'test' and set it as active |
1832 | 2024-08-16T20:00:00.637Z | |
1833 | 2024-08-16T20:00:00.637Z | real 4:25.402515666 |
1834 | 2024-08-16T20:00:00.637Z | user 30:12.057439768 |
1835 | 2024-08-16T20:00:00.637Z | sys 3:43.694594284 |
1836 | 2024-08-16T20:00:00.637Z | trap 0.954500330 |
1837 | 2024-08-16T20:00:00.637Z | tflt 2.599445333 |
1838 | 2024-08-16T20:00:00.637Z | dflt 0.586990466 |
1839 | 2024-08-16T20:00:00.637Z | kflt 0.007330859 |
1840 | 2024-08-16T20:00:00.637Z | lock 1:07:07.367185669 |
1841 | 2024-08-16T20:00:00.637Z | slp 1:56:52.889906997 |
1842 | 2024-08-16T20:00:00.637Z | lat 2:02.932103241 |
1843 | 2024-08-16T20:00:00.637Z | stop 3:33.409151000 |
1844 | 2024-08-16T20:00:00.640Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1845 | 2024-08-16T20:00:01.645Z | Finished `release` profile [optimized] target(s) in 0.95s |
1846 | 2024-08-16T20:00:01.702Z | Running `target/release/omicron-package -t test package` |
1847 | 2024-08-16T20:00:01.746Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1848 | 2024-08-16T20:00:02.949Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1849 | 2024-08-16T20:00:02.949Z | Compiling camino v1.1.8 |
1850 | 2024-08-16T20:00:02.952Z | Compiling password-hash v0.5.0 |
1851 | 2024-08-16T20:00:02.952Z | Compiling blake2 v0.10.6 |
1852 | 2024-08-16T20:00:02.952Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1853 | 2024-08-16T20:00:02.952Z | Compiling derive-where v1.2.7 |
1854 | 2024-08-16T20:00:02.952Z | Compiling humantime v2.1.0 |
1855 | 2024-08-16T20:00:03.119Z | Compiling newline-converter v0.3.0 |
1856 | 2024-08-16T20:00:03.298Z | Compiling toml v0.8.19 |
1857 | 2024-08-16T20:00:03.332Z | Compiling expectorate v1.1.0 |
1858 | 2024-08-16T20:00:03.598Z | Compiling argon2 v0.5.3 |
1859 | 2024-08-16T20:00:03.830Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1860 | 2024-08-16T20:00:03.992Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1861 | 2024-08-16T20:00:04.013Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1862 | 2024-08-16T20:00:04.274Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1863 | 2024-08-16T20:00:04.315Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1864 | 2024-08-16T20:00:04.515Z | Compiling dirs-sys-next v0.1.2 |
1865 | 2024-08-16T20:00:04.923Z | Compiling convert_case v0.4.0 |
1866 | 2024-08-16T20:00:04.923Z | Compiling dirs-next v2.0.0 |
1867 | 2024-08-16T20:00:05.058Z | Compiling prettyplease v0.2.20 |
1868 | 2024-08-16T20:00:05.125Z | Compiling term v0.7.0 |
1869 | 2024-08-16T20:00:05.291Z | Compiling semver v0.1.20 |
1870 | 2024-08-16T20:00:05.385Z | Compiling is-terminal v0.4.12 |
1871 | 2024-08-16T20:00:05.537Z | Compiling home v0.5.9 |
1872 | 2024-08-16T20:00:05.737Z | Compiling derive_more v0.99.18 |
1873 | 2024-08-16T20:00:05.793Z | Compiling rustc_version v0.1.7 |
1874 | 2024-08-16T20:00:05.903Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1875 | 2024-08-16T20:00:06.114Z | Compiling rustls-pki-types v1.7.0 |
1876 | 2024-08-16T20:00:06.204Z | Compiling newtype_derive v0.1.6 |
1877 | 2024-08-16T20:00:06.393Z | Compiling slog-dtrace v0.3.0 |
1878 | 2024-08-16T20:00:06.718Z | Compiling steno v0.4.1 |
1879 | 2024-08-16T20:00:06.814Z | Compiling rustls-webpki v0.102.4 |
1880 | 2024-08-16T20:00:06.883Z | Compiling rustls v0.22.4 |
1881 | 2024-08-16T20:00:06.912Z | Compiling thread_local v1.1.8 |
1882 | 2024-08-16T20:00:07.438Z | Compiling match_cfg v0.1.0 |
1883 | 2024-08-16T20:00:07.547Z | Compiling linked-hash-map v0.5.6 |
1884 | 2024-08-16T20:00:07.988Z | Compiling lru-cache v0.1.2 |
1885 | 2024-08-16T20:00:08.677Z | Compiling hostname v0.3.1 |
1886 | 2024-08-16T20:00:09.311Z | Compiling multer v3.1.0 |
1887 | 2024-08-16T20:00:09.387Z | Compiling slog-async v2.8.0 |
1888 | 2024-08-16T20:00:09.459Z | Compiling slog-json v2.6.1 |
1889 | 2024-08-16T20:00:09.856Z | Compiling crossbeam-channel v0.5.12 |
1890 | 2024-08-16T20:00:10.318Z | Compiling http v1.1.0 |
1891 | 2024-08-16T20:00:10.575Z | Compiling atomic-waker v1.1.2 |
1892 | 2024-08-16T20:00:10.781Z | Compiling take_mut v0.2.2 |
1893 | 2024-08-16T20:00:10.957Z | Compiling waitgroup v0.1.2 |
1894 | 2024-08-16T20:00:11.169Z | Compiling slog-bunyan v2.5.0 |
1895 | 2024-08-16T20:00:11.389Z | Compiling slog-term v2.9.1 |
1896 | 2024-08-16T20:00:12.543Z | Compiling rustls-pemfile v2.1.3 |
1897 | 2024-08-16T20:00:12.593Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1898 | 2024-08-16T20:00:12.705Z | Compiling async-stream v0.3.5 |
1899 | 2024-08-16T20:00:12.828Z | Compiling tokio-rustls v0.25.0 |
1900 | 2024-08-16T20:00:12.957Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1901 | 2024-08-16T20:00:12.990Z | Compiling newtype-uuid v1.1.0 |
1902 | 2024-08-16T20:00:13.008Z | Compiling ipnetwork v0.20.0 |
1903 | 2024-08-16T20:00:13.034Z | Compiling serde_path_to_error v0.1.16 |
1904 | 2024-08-16T20:00:13.287Z | Compiling hostname v0.4.0 |
1905 | 2024-08-16T20:00:13.309Z | Compiling instant v0.1.12 |
1906 | 2024-08-16T20:00:13.471Z | Compiling debug-ignore v1.0.5 |
1907 | 2024-08-16T20:00:13.521Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1908 | 2024-08-16T20:00:13.619Z | Compiling backoff v0.4.0 |
1909 | 2024-08-16T20:00:13.873Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1910 | 2024-08-16T20:00:13.987Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1911 | 2024-08-16T20:00:14.199Z | Compiling parse-display v0.10.0 |
1912 | 2024-08-16T20:00:14.236Z | Compiling serde_with v3.8.3 |
1913 | 2024-08-16T20:00:14.782Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1914 | 2024-08-16T20:00:14.981Z | Compiling strum v0.26.3 |
1915 | 2024-08-16T20:00:15.182Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1916 | 2024-08-16T20:00:16.320Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1917 | 2024-08-16T20:00:16.499Z | Compiling num-rational v0.4.2 |
1918 | 2024-08-16T20:00:17.404Z | Compiling num-complex v0.4.6 |
1919 | 2024-08-16T20:00:18.159Z | Compiling macaddr v1.0.1 |
1920 | 2024-08-16T20:00:18.240Z | Compiling swrite v0.1.0 |
1921 | 2024-08-16T20:00:18.507Z | Compiling num v0.4.3 |
1922 | 2024-08-16T20:00:18.591Z | Compiling quick-error v1.2.3 |
1923 | 2024-08-16T20:00:18.624Z | Compiling utf-8 v0.7.6 |
1924 | 2024-08-16T20:00:18.756Z | Compiling float-ord v0.3.2 |
1925 | 2024-08-16T20:00:18.938Z | Compiling resolv-conf v0.7.0 |
1926 | 2024-08-16T20:00:19.918Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1927 | 2024-08-16T20:00:20.804Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1928 | 2024-08-16T20:00:20.983Z | Compiling hickory-resolver v0.24.1 |
1929 | 2024-08-16T20:00:21.702Z | Compiling rayon-core v1.12.1 |
1930 | 2024-08-16T20:00:21.731Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1931 | 2024-08-16T20:00:22.046Z | Compiling crossbeam-deque v0.8.5 |
1932 | 2024-08-16T20:00:22.414Z | Compiling half v2.4.1 |
1933 | 2024-08-16T20:00:23.145Z | Compiling termcolor v1.4.1 |
1934 | 2024-08-16T20:00:24.250Z | Compiling same-file v1.0.6 |
1935 | 2024-08-16T20:00:24.503Z | Compiling display-error-chain v0.2.0 |
1936 | 2024-08-16T20:00:24.700Z | Compiling ciborium-io v0.2.2 |
1937 | 2024-08-16T20:00:24.848Z | Compiling fastrand v2.1.0 |
1938 | 2024-08-16T20:00:25.383Z | Compiling tempfile v3.10.1 |
1939 | 2024-08-16T20:00:26.157Z | Compiling ciborium-ll v0.2.2 |
1940 | 2024-08-16T20:00:26.705Z | Compiling walkdir v2.5.0 |
1941 | 2024-08-16T20:00:28.152Z | Compiling ring v0.16.20 |
1942 | 2024-08-16T20:00:28.975Z | Compiling rayon v1.10.0 |
1943 | 2024-08-16T20:00:29.610Z | Compiling blake3 v1.5.1 |
1944 | 2024-08-16T20:00:30.312Z | Compiling ciborium v0.2.2 |
1945 | 2024-08-16T20:00:30.907Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1946 | 2024-08-16T20:00:33.904Z | Compiling xattr v1.3.1 |
1947 | 2024-08-16T20:00:34.202Z | Compiling filetime v0.2.24 |
1948 | 2024-08-16T20:00:34.514Z | Compiling memmap2 v0.9.4 |
1949 | 2024-08-16T20:00:34.963Z | Compiling untrusted v0.7.1 |
1950 | 2024-08-16T20:00:35.175Z | Compiling arrayvec v0.7.4 |
1951 | 2024-08-16T20:00:35.641Z | Compiling arrayref v0.3.7 |
1952 | 2024-08-16T20:00:35.767Z | Compiling cancel-safe-futures v0.1.5 |
1953 | 2024-08-16T20:00:36.170Z | Compiling constant_time_eq v0.3.0 |
1954 | 2024-08-16T20:00:36.350Z | Compiling spin v0.5.2 |
1955 | 2024-08-16T20:00:38.078Z | Compiling tar v0.4.41 |
1956 | 2024-08-16T20:00:39.993Z | Compiling toolchain_find v0.4.0 |
1957 | 2024-08-16T20:00:40.018Z | Compiling camino-tempfile v1.1.1 |
1958 | 2024-08-16T20:00:40.462Z | Compiling nibble_vec v0.1.0 |
1959 | 2024-08-16T20:00:40.585Z | Compiling atty v0.2.14 |
1960 | 2024-08-16T20:00:40.733Z | Compiling glob v0.3.1 |
1961 | 2024-08-16T20:00:40.764Z | Compiling crunchy v0.2.2 |
1962 | 2024-08-16T20:00:41.233Z | Compiling topological-sort v0.2.2 |
1963 | 2024-08-16T20:00:41.470Z | Compiling maplit v1.0.2 |
1964 | 2024-08-16T20:00:41.548Z | Compiling radium v0.7.0 |
1965 | 2024-08-16T20:00:41.602Z | Compiling endian-type v0.1.2 |
1966 | 2024-08-16T20:00:41.863Z | Compiling radix_trie v0.2.1 |
1967 | 2024-08-16T20:00:42.065Z | Compiling clang-sys v1.7.0 |
1968 | 2024-08-16T20:00:42.482Z | Compiling omicron-zone-package v0.11.0 |
1969 | 2024-08-16T20:00:42.814Z | Compiling rustfmt-wrapper v0.2.1 |
1970 | 2024-08-16T20:00:43.457Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1971 | 2024-08-16T20:00:43.475Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1972 | 2024-08-16T20:00:43.601Z | Compiling tungstenite v0.21.0 |
1973 | 2024-08-16T20:00:44.203Z | Compiling tiny-keccak v2.0.2 |
1974 | 2024-08-16T20:00:44.523Z | Compiling maybe-uninit v2.0.0 |
1975 | 2024-08-16T20:00:45.034Z | Compiling tap v1.0.1 |
1976 | 2024-08-16T20:00:45.245Z | Compiling wyz v0.5.1 |
1977 | 2024-08-16T20:00:45.882Z | Compiling tokio-tungstenite v0.21.0 |
1978 | 2024-08-16T20:00:47.288Z | Compiling dsl_auto_type v0.1.2 |
1979 | 2024-08-16T20:00:47.928Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1980 | 2024-08-16T20:00:47.962Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1981 | 2024-08-16T20:00:48.422Z | Compiling itertools v0.13.0 |
1982 | 2024-08-16T20:00:48.730Z | Compiling scheduled-thread-pool v0.2.7 |
1983 | 2024-08-16T20:00:48.794Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1984 | 2024-08-16T20:00:49.318Z | Compiling diesel_table_macro_syntax v0.2.0 |
1985 | 2024-08-16T20:00:49.729Z | Compiling crc-catalog v2.4.0 |
1986 | 2024-08-16T20:00:49.909Z | Compiling packed_struct v0.10.1 |
1987 | 2024-08-16T20:00:50.134Z | Compiling arc-swap v1.7.1 |
1988 | 2024-08-16T20:00:50.372Z | Compiling funty v2.0.0 |
1989 | 2024-08-16T20:00:50.878Z | Compiling slog-scope v4.4.0 |
1990 | 2024-08-16T20:00:51.780Z | Compiling bitvec v1.0.1 |
1991 | 2024-08-16T20:00:52.389Z | Compiling crc v3.2.1 |
1992 | 2024-08-16T20:00:52.948Z | Compiling diesel_derives v2.2.2 |
1993 | 2024-08-16T20:00:56.654Z | Compiling r2d2 v0.8.10 |
1994 | 2024-08-16T20:00:57.722Z | Compiling ascii-canvas v3.0.0 |
1995 | 2024-08-16T20:00:58.225Z | Compiling packed_struct_codegen v0.10.1 |
1996 | 2024-08-16T20:01:00.488Z | Compiling ena v0.14.3 |
1997 | 2024-08-16T20:01:00.784Z | Compiling libloading v0.8.3 |
1998 | 2024-08-16T20:01:00.925Z | Compiling indexmap v1.9.3 |
1999 | 2024-08-16T20:01:00.967Z | Compiling regex-syntax v0.6.29 |
2000 | 2024-08-16T20:01:01.175Z | Compiling nodrop v0.1.14 |
2001 | 2024-08-16T20:01:01.270Z | Compiling diff v0.1.13 |
2002 | 2024-08-16T20:01:01.322Z | Compiling bindgen v0.69.4 |
2003 | 2024-08-16T20:01:01.817Z | Compiling array-init v0.0.4 |
2004 | 2024-08-16T20:01:04.819Z | Compiling diesel v2.2.2 |
2005 | 2024-08-16T20:01:05.419Z | Compiling lalrpop v0.19.12 |
2006 | 2024-08-16T20:01:06.396Z | Compiling smallvec v0.6.14 |
2007 | 2024-08-16T20:01:06.889Z | Compiling slog-stdlog v4.1.1 |
2008 | 2024-08-16T20:01:07.146Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2009 | 2024-08-16T20:01:07.701Z | Compiling which v4.4.2 |
2010 | 2024-08-16T20:01:08.243Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2011 | 2024-08-16T20:01:08.262Z | Compiling cexpr v0.6.0 |
2012 | 2024-08-16T20:01:08.486Z | Compiling libsw v3.3.1 |
2013 | 2024-08-16T20:01:08.833Z | Compiling hashbrown v0.12.3 |
2014 | 2024-08-16T20:01:09.866Z | Compiling linear-map v1.2.0 |
2015 | 2024-08-16T20:01:10.193Z | Compiling rustc-hash v1.1.0 |
2016 | 2024-08-16T20:01:10.335Z | Compiling shlex v1.3.0 |
2017 | 2024-08-16T20:01:10.361Z | Compiling owo-colors v4.0.0 |
2018 | 2024-08-16T20:01:10.397Z | Compiling lazycell v1.3.0 |
2019 | 2024-08-16T20:01:10.601Z | Compiling bitfield v0.14.0 |
2020 | 2024-08-16T20:01:10.760Z | Compiling ref-cast v1.0.23 |
2021 | 2024-08-16T20:01:10.937Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2022 | 2024-08-16T20:01:12.591Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2023 | 2024-08-16T20:01:14.332Z | Compiling slog-envlogger v2.2.0 |
2024 | 2024-08-16T20:01:16.944Z | Compiling serde-hex v0.1.0 |
2025 | 2024-08-16T20:01:20.301Z | Compiling bzip2 v0.4.4 |
2026 | 2024-08-16T20:01:20.800Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2027 | 2024-08-16T20:01:21.136Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2028 | 2024-08-16T20:01:22.445Z | Compiling env_logger v0.10.2 |
2029 | 2024-08-16T20:01:22.524Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2030 | 2024-08-16T20:01:22.853Z | Compiling derive_builder_core v0.20.0 |
2031 | 2024-08-16T20:01:25.117Z | Compiling x509-cert v0.2.5 |
2032 | 2024-08-16T20:01:25.423Z | Compiling ron v0.8.1 |
2033 | 2024-08-16T20:01:25.451Z | Compiling headers-core v0.2.0 |
2034 | 2024-08-16T20:01:25.644Z | Compiling hashbrown v0.13.2 |
2035 | 2024-08-16T20:01:27.017Z | Compiling fxhash v0.2.1 |
2036 | 2024-08-16T20:01:27.247Z | Compiling libxml v0.3.3 |
2037 | 2024-08-16T20:01:27.639Z | Compiling ref-cast-impl v1.0.23 |
2038 | 2024-08-16T20:01:28.827Z | Compiling crc-any v2.5.0 |
2039 | 2024-08-16T20:01:29.774Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2040 | 2024-08-16T20:01:31.918Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2041 | 2024-08-16T20:01:32.280Z | Compiling polar-core v0.27.3 |
2042 | 2024-08-16T20:01:33.575Z | Compiling object v0.30.4 |
2043 | 2024-08-16T20:01:36.830Z | Compiling headers v0.3.9 |
2044 | 2024-08-16T20:01:40.044Z | Compiling samael v0.0.15 |
2045 | 2024-08-16T20:01:40.665Z | Compiling derive_builder_macro v0.20.0 |
2046 | 2024-08-16T20:01:41.578Z | Compiling zip v0.6.6 |
2047 | 2024-08-16T20:01:41.764Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2048 | 2024-08-16T20:01:44.335Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2049 | 2024-08-16T20:01:44.653Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2050 | 2024-08-16T20:01:44.964Z | Compiling strum_macros v0.24.3 |
2051 | 2024-08-16T20:01:45.780Z | Compiling async-recursion v1.1.1 |
2052 | 2024-08-16T20:01:46.509Z | Compiling cookie v0.18.1 |
2053 | 2024-08-16T20:01:46.835Z | Compiling unicase v2.7.0 |
2054 | 2024-08-16T20:01:47.180Z | Compiling indoc v1.0.9 |
2055 | 2024-08-16T20:01:47.292Z | Compiling path-slash v0.1.5 |
2056 | 2024-08-16T20:01:47.541Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2057 | 2024-08-16T20:01:48.085Z | Compiling derive_builder v0.20.0 |
2058 | 2024-08-16T20:01:52.043Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2059 | 2024-08-16T20:01:52.376Z | Compiling crossterm v0.28.1 |
2060 | 2024-08-16T20:01:53.408Z | Compiling pem v3.0.4 |
2061 | 2024-08-16T20:01:54.967Z | Compiling curve25519-dalek v4.1.3 |
2062 | 2024-08-16T20:01:55.446Z | Compiling impl-trait-for-tuples v0.2.2 |
2063 | 2024-08-16T20:01:55.740Z | Compiling oso-derive v0.27.3 |
2064 | 2024-08-16T20:01:56.793Z | Compiling libz-sys v1.1.16 |
2065 | 2024-08-16T20:01:57.496Z | Compiling quick-xml v0.31.0 |
2066 | 2024-08-16T20:01:58.105Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2067 | 2024-08-16T20:01:58.450Z | Compiling parking_lot_core v0.8.6 |
2068 | 2024-08-16T20:01:58.920Z | Compiling keccak v0.1.5 |
2069 | 2024-08-16T20:01:59.904Z | Compiling sha3 v0.10.8 |
2070 | 2024-08-16T20:02:01.010Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2071 | 2024-08-16T20:02:02.340Z | Compiling oso v0.27.3 |
2072 | 2024-08-16T20:02:03.553Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2073 | 2024-08-16T20:02:03.578Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2074 | 2024-08-16T20:02:05.185Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2075 | 2024-08-16T20:02:05.522Z | Compiling bb8 v0.8.5 |
2076 | 2024-08-16T20:02:06.179Z | Compiling const_format_proc_macros v0.2.32 |
2077 | 2024-08-16T20:02:06.598Z | Compiling universal-hash v0.5.1 |
2078 | 2024-08-16T20:02:06.851Z | Compiling secrecy v0.8.0 |
2079 | 2024-08-16T20:02:07.139Z | Compiling thiserror-impl-no-std v2.0.2 |
2080 | 2024-08-16T20:02:08.152Z | Compiling curve25519-dalek-derive v0.1.1 |
2081 | 2024-08-16T20:02:09.630Z | Compiling vte_generate_state_changes v0.1.1 |
2082 | 2024-08-16T20:02:10.001Z | Compiling opaque-debug v0.3.1 |
2083 | 2024-08-16T20:02:10.110Z | Compiling buf-list v1.0.3 |
2084 | 2024-08-16T20:02:10.276Z | Compiling vte v0.11.1 |
2085 | 2024-08-16T20:02:10.804Z | Compiling poly1305 v0.8.0 |
2086 | 2024-08-16T20:02:11.844Z | Compiling thiserror-no-std v2.0.2 |
2087 | 2024-08-16T20:02:12.379Z | Compiling const_format v0.2.32 |
2088 | 2024-08-16T20:02:13.679Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2089 | 2024-08-16T20:02:15.401Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2090 | 2024-08-16T20:02:15.751Z | Compiling chacha20 v0.9.1 |
2091 | 2024-08-16T20:02:15.782Z | Compiling fd-lock v4.0.2 |
2092 | 2024-08-16T20:02:16.020Z | Compiling aead v0.5.2 |
2093 | 2024-08-16T20:02:16.243Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2094 | 2024-08-16T20:02:16.389Z | Compiling pin-project-internal v1.1.5 |
2095 | 2024-08-16T20:02:17.060Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2096 | 2024-08-16T20:02:17.414Z | Compiling bytecount v0.6.8 |
2097 | 2024-08-16T20:02:17.758Z | Compiling papergrid v0.11.0 |
2098 | 2024-08-16T20:02:19.324Z | Compiling pin-project v1.1.5 |
2099 | 2024-08-16T20:02:19.474Z | Compiling chacha20poly1305 v0.10.1 |
2100 | 2024-08-16T20:02:20.151Z | Compiling parking_lot v0.11.2 |
2101 | 2024-08-16T20:02:20.651Z | Compiling vsss-rs v3.3.4 |
2102 | 2024-08-16T20:02:22.225Z | Compiling strip-ansi-escapes v0.2.0 |
2103 | 2024-08-16T20:02:23.153Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2104 | 2024-08-16T20:02:23.779Z | Compiling tabled_derive v0.7.0 |
2105 | 2024-08-16T20:02:25.127Z | Compiling crossterm v0.27.0 |
2106 | 2024-08-16T20:02:26.006Z | Compiling peg-macros v0.8.4 |
2107 | 2024-08-16T20:02:27.971Z | Compiling snafu-derive v0.8.2 |
2108 | 2024-08-16T20:02:29.355Z | Compiling kstat-rs v0.2.4 |
2109 | 2024-08-16T20:02:29.552Z | Compiling sqlparser_derive v0.2.2 |
2110 | 2024-08-16T20:02:30.274Z | Compiling nu-ansi-term v0.50.0 |
2111 | 2024-08-16T20:02:30.966Z | Compiling unicode_categories v0.1.1 |
2112 | 2024-08-16T20:02:31.348Z | Compiling sqlformat v0.2.4 |
2113 | 2024-08-16T20:02:31.505Z | Compiling rustyline v14.0.0 |
2114 | 2024-08-16T20:02:31.947Z | Compiling reedline v0.33.0 |
2115 | 2024-08-16T20:02:32.949Z | Compiling snafu v0.8.2 |
2116 | 2024-08-16T20:02:34.110Z | Compiling sqlparser v0.45.0 |
2117 | 2024-08-16T20:02:42.141Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2118 | 2024-08-16T20:02:43.521Z | Compiling peg v0.8.4 |
2119 | 2024-08-16T20:02:43.647Z | Compiling tabled v0.15.0 |
2120 | 2024-08-16T20:02:54.935Z | Compiling sled v0.34.7 |
2121 | 2024-08-16T20:02:58.340Z | Compiling mime_guess v2.0.4 |
2122 | 2024-08-16T20:03:02.197Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2123 | 2024-08-16T20:03:02.257Z | Compiling hickory-client v0.24.1 |
2124 | 2024-08-16T20:03:04.162Z | Compiling env_logger v0.9.3 |
2125 | 2024-08-16T20:03:06.973Z | Compiling tungstenite v0.20.1 |
2126 | 2024-08-16T20:03:07.545Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2127 | 2024-08-16T20:03:08.312Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2128 | 2024-08-16T20:03:10.946Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2129 | 2024-08-16T20:03:12.107Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2130 | 2024-08-16T20:03:19.706Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2131 | 2024-08-16T20:03:19.920Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2132 | 2024-08-16T20:03:20.425Z | Compiling globset v0.4.14 |
2133 | 2024-08-16T20:03:28.170Z | Compiling hickory-server v0.24.1 |
2134 | 2024-08-16T20:03:28.381Z | Compiling olpc-cjson v0.1.3 |
2135 | 2024-08-16T20:03:28.412Z | Compiling bcs v0.1.6 |
2136 | 2024-08-16T20:03:28.724Z | Compiling vergen v8.3.2 |
2137 | 2024-08-16T20:03:29.070Z | Compiling bitstruct_derive v0.1.0 |
2138 | 2024-08-16T20:03:29.385Z | Compiling serde_plain v1.0.2 |
2139 | 2024-08-16T20:03:29.939Z | Compiling cargo-platform v0.1.8 |
2140 | 2024-08-16T20:03:30.462Z | Compiling nanorand v0.7.0 |
2141 | 2024-08-16T20:03:30.481Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2142 | 2024-08-16T20:03:30.642Z | Compiling memoffset v0.9.1 |
2143 | 2024-08-16T20:03:31.080Z | Compiling highway v1.2.0 |
2144 | 2024-08-16T20:03:31.144Z | Compiling ascii v1.1.0 |
2145 | 2024-08-16T20:03:31.983Z | Compiling typed-path v0.7.1 |
2146 | 2024-08-16T20:03:32.539Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2147 | 2024-08-16T20:03:35.061Z | Compiling tough v0.17.1 |
2148 | 2024-08-16T20:03:38.903Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2149 | 2024-08-16T20:03:40.864Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2150 | 2024-08-16T20:03:45.767Z | Compiling flume v0.11.0 |
2151 | 2024-08-16T20:03:46.552Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-08-16T20:03:46.852Z | Compiling bitstruct v0.1.1 |
2153 | 2024-08-16T20:03:46.994Z | Compiling cargo_metadata v0.18.1 |
2154 | 2024-08-16T20:03:50.407Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2155 | 2024-08-16T20:03:52.693Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2156 | 2024-08-16T20:03:53.291Z | Compiling git2 v0.19.0 |
2157 | 2024-08-16T20:03:58.454Z | Compiling tokio-tungstenite v0.20.1 |
2158 | 2024-08-16T20:03:59.708Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2159 | 2024-08-16T20:04:00.295Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2160 | 2024-08-16T20:04:02.928Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2161 | 2024-08-16T20:04:04.174Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2162 | 2024-08-16T20:04:05.876Z | Compiling libsqlite3-sys v0.28.0 |
2163 | 2024-08-16T20:04:06.221Z | Compiling serde_arrays v0.1.0 |
2164 | 2024-08-16T20:04:06.438Z | Compiling erased-serde v0.3.31 |
2165 | 2024-08-16T20:04:06.441Z | Compiling parse-size v1.0.0 |
2166 | 2024-08-16T20:04:06.800Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2167 | 2024-08-16T20:04:08.229Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2168 | 2024-08-16T20:04:12.013Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2169 | 2024-08-16T20:04:12.016Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2170 | 2024-08-16T20:04:12.757Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2171 | 2024-08-16T20:04:13.092Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2172 | 2024-08-16T20:04:13.372Z | Compiling heck v0.3.3 |
2173 | 2024-08-16T20:04:13.776Z | Compiling castaway v0.2.3 |
2174 | 2024-08-16T20:04:13.986Z | Compiling rand_seeder v0.3.0 |
2175 | 2024-08-16T20:04:14.403Z | Compiling csv-core v0.1.11 |
2176 | 2024-08-16T20:04:15.148Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2177 | 2024-08-16T20:04:15.263Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2178 | 2024-08-16T20:04:15.480Z | Compiling http-range v0.1.5 |
2179 | 2024-08-16T20:04:16.067Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2180 | 2024-08-16T20:04:17.502Z | Compiling hyper-staticfile v0.9.5 |
2181 | 2024-08-16T20:04:20.617Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2182 | 2024-08-16T20:04:21.409Z | Compiling csv v1.3.0 |
2183 | 2024-08-16T20:04:23.601Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2184 | 2024-08-16T20:04:23.839Z | Compiling compact_str v0.8.0 |
2185 | 2024-08-16T20:04:25.047Z | Compiling zone_cfg_derive v0.1.2 |
2186 | 2024-08-16T20:04:26.505Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2187 | 2024-08-16T20:04:26.570Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2188 | 2024-08-16T20:04:27.792Z | Compiling nix v0.27.1 |
2189 | 2024-08-16T20:04:29.639Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2190 | 2024-08-16T20:04:30.883Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2191 | 2024-08-16T20:04:35.897Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2192 | 2024-08-16T20:04:37.398Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2193 | 2024-08-16T20:04:37.756Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2194 | 2024-08-16T20:04:38.094Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2195 | 2024-08-16T20:04:38.421Z | Compiling unicode-truncate v1.0.0 |
2196 | 2024-08-16T20:04:38.737Z | Compiling hashlink v0.9.1 |
2197 | 2024-08-16T20:04:39.615Z | Compiling lru v0.12.3 |
2198 | 2024-08-16T20:04:40.006Z | Compiling serde-big-array v0.5.1 |
2199 | 2024-08-16T20:04:40.291Z | Compiling instability v0.3.2 |
2200 | 2024-08-16T20:04:41.348Z | Compiling cassowary v0.3.0 |
2201 | 2024-08-16T20:04:43.380Z | Compiling fallible-iterator v0.3.0 |
2202 | 2024-08-16T20:04:44.235Z | Compiling base64 v0.13.1 |
2203 | 2024-08-16T20:04:45.049Z | Compiling fallible-streaming-iterator v0.1.9 |
2204 | 2024-08-16T20:04:45.125Z | Compiling ron v0.7.1 |
2205 | 2024-08-16T20:04:45.356Z | Compiling rusqlite v0.31.0 |
2206 | 2024-08-16T20:04:46.884Z | Compiling ratatui v0.28.0 |
2207 | 2024-08-16T20:04:50.548Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2208 | 2024-08-16T20:05:02.060Z | Compiling zone v0.1.8 |
2209 | 2024-08-16T20:05:04.891Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2210 | 2024-08-16T20:05:06.672Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2211 | 2024-08-16T20:05:07.444Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2212 | 2024-08-16T20:05:10.424Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2213 | 2024-08-16T20:05:11.199Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2214 | 2024-08-16T20:05:12.991Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2215 | 2024-08-16T20:05:13.456Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2216 | 2024-08-16T20:05:13.704Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2217 | 2024-08-16T20:05:14.041Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2218 | 2024-08-16T20:05:14.741Z | Compiling twox-hash v1.6.3 |
2219 | 2024-08-16T20:05:15.791Z | Compiling signal-hook-tokio v0.3.1 |
2220 | 2024-08-16T20:05:16.046Z | Compiling yasna v0.5.2 |
2221 | 2024-08-16T20:05:19.292Z | Compiling portpicker v0.1.1 |
2222 | 2024-08-16T20:05:19.674Z | Compiling unicode-linebreak v0.1.5 |
2223 | 2024-08-16T20:05:19.755Z | Compiling smawk v0.3.2 |
2224 | 2024-08-16T20:05:20.020Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2225 | 2024-08-16T20:05:20.227Z | Compiling textwrap v0.16.1 |
2226 | 2024-08-16T20:05:23.950Z | Compiling rcgen v0.12.1 |
2227 | 2024-08-16T20:05:25.161Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2228 | 2024-08-16T20:05:34.079Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2229 | 2024-08-16T20:05:37.590Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2230 | 2024-08-16T20:05:37.767Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2231 | 2024-08-16T20:05:42.088Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2232 | 2024-08-16T20:05:42.653Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2233 | 2024-08-16T20:05:42.730Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2234 | 2024-08-16T20:05:43.058Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2235 | 2024-08-16T20:05:45.987Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2236 | 2024-08-16T20:05:50.005Z | Compiling atomicwrites v0.4.3 |
2237 | 2024-08-16T20:05:50.595Z | Compiling fatfs v0.3.6 |
2238 | 2024-08-16T20:05:51.052Z | Compiling subprocess v0.2.9 |
2239 | 2024-08-16T20:05:53.573Z | Compiling rtoolbox v0.0.2 |
2240 | 2024-08-16T20:05:53.993Z | Compiling is_ci v1.2.0 |
2241 | 2024-08-16T20:05:54.068Z | Compiling assert_matches v1.5.0 |
2242 | 2024-08-16T20:05:54.293Z | Compiling supports-color v3.0.0 |
2243 | 2024-08-16T20:05:54.917Z | Compiling rpassword v7.3.1 |
2244 | 2024-08-16T20:05:55.401Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2245 | 2024-08-16T20:05:55.708Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2246 | 2024-08-16T20:05:56.010Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2247 | 2024-08-16T20:06:01.258Z | Compiling tui-tree-widget v0.22.0 |
2248 | 2024-08-16T20:06:01.512Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2249 | 2024-08-16T20:06:01.736Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2250 | 2024-08-16T20:06:02.758Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2251 | 2024-08-16T20:06:03.105Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2252 | 2024-08-16T20:06:03.222Z | Compiling uzers v0.11.3 |
2253 | 2024-08-16T20:06:05.907Z | Compiling shell-words v1.1.0 |
2254 | 2024-08-16T20:06:06.382Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2255 | 2024-08-16T20:06:09.499Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2256 | 2024-08-16T20:06:11.448Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2257 | 2024-08-16T20:06:15.511Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2258 | 2024-08-16T20:06:23.459Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2259 | 2024-08-16T20:06:33.186Z | Compiling multimap v0.10.0 |
2260 | 2024-08-16T20:08:45.692Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2261 | 2024-08-16T20:08:47.670Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2262 | 2024-08-16T20:15:25.812Z | Finished `release` profile [optimized] target(s) in 15m 23s |
2263 | 2024-08-16T20:16:13.479Z | |
2264 | 2024-08-16T20:16:13.482Z | real 16:12.749550020 |
2265 | 2024-08-16T20:16:13.482Z | user 1:53:21.786949376 |
2266 | 2024-08-16T20:16:13.482Z | sys 5:40.954680699 |
2267 | 2024-08-16T20:16:13.482Z | trap 3.056258919 |
2268 | 2024-08-16T20:16:13.482Z | tflt 2.886765105 |
2269 | 2024-08-16T20:16:13.482Z | dflt 3.841233308 |
2270 | 2024-08-16T20:16:13.482Z | kflt 0.003511229 |
2271 | 2024-08-16T20:16:13.482Z | lock 6:56:09.603799472 |
2272 | 2024-08-16T20:16:13.482Z | slp 5:52:06.861102715 |
2273 | 2024-08-16T20:16:13.482Z | lat 2:48.326703308 |
2274 | 2024-08-16T20:16:13.482Z | stop 2:34.377997549 |
2275 | 2024-08-16T20:16:13.482Z | + mapfile -t packages |
2276 | 2024-08-16T20:16:13.482Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2277 | 2024-08-16T20:16:14.506Z | Finished `release` profile [optimized] target(s) in 0.97s |
2278 | 2024-08-16T20:16:14.556Z | Running `target/release/omicron-package -t test list-outputs` |
2279 | 2024-08-16T20:16:14.602Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2280 | 2024-08-16T20:16:14.605Z | + ptime -m cargo build --locked --release -p xtask |
2281 | 2024-08-16T20:16:15.218Z | Compiling serde v1.0.207 |
2282 | 2024-08-16T20:16:15.221Z | Compiling libc v0.2.155 |
2283 | 2024-08-16T20:16:15.221Z | Compiling serde_json v1.0.125 |
2284 | 2024-08-16T20:16:15.221Z | Compiling syn v2.0.74 |
2285 | 2024-08-16T20:16:15.301Z | Compiling usdt-impl v0.5.0 |
2286 | 2024-08-16T20:16:15.304Z | Compiling syn v1.0.109 |
2287 | 2024-08-16T20:16:15.680Z | Compiling rustix v0.38.34 |
2288 | 2024-08-16T20:16:15.777Z | Compiling hashbrown v0.14.5 |
2289 | 2024-08-16T20:16:15.852Z | Compiling log v0.4.21 |
2290 | 2024-08-16T20:16:15.865Z | Compiling bitflags v2.6.0 |
2291 | 2024-08-16T20:16:15.917Z | Compiling fs-err v2.11.0 |
2292 | 2024-08-16T20:16:16.336Z | Compiling anyhow v1.0.86 |
2293 | 2024-08-16T20:16:16.920Z | Compiling thread-id v4.2.1 |
2294 | 2024-08-16T20:16:17.238Z | Compiling indexmap v2.4.0 |
2295 | 2024-08-16T20:16:17.757Z | Compiling terminal_size v0.3.0 |
2296 | 2024-08-16T20:16:18.006Z | Compiling clap_builder v4.5.15 |
2297 | 2024-08-16T20:16:18.698Z | Compiling proc-macro-error v1.0.4 |
2298 | 2024-08-16T20:16:20.073Z | Compiling tabled_derive v0.7.0 |
2299 | 2024-08-16T20:16:21.403Z | Compiling tabled v0.15.0 |
2300 | 2024-08-16T20:16:23.062Z | Compiling serde_derive v1.0.207 |
2301 | 2024-08-16T20:16:23.757Z | Compiling thiserror-impl v1.0.63 |
2302 | 2024-08-16T20:16:24.013Z | Compiling zerocopy-derive v0.7.34 |
2303 | 2024-08-16T20:16:24.446Z | Compiling scroll_derive v0.12.0 |
2304 | 2024-08-16T20:16:25.723Z | Compiling clap_derive v4.5.13 |
2305 | 2024-08-16T20:16:25.974Z | Compiling scroll v0.12.0 |
2306 | 2024-08-16T20:16:26.096Z | Compiling zerocopy v0.7.34 |
2307 | 2024-08-16T20:16:26.658Z | Compiling goblin v0.8.2 |
2308 | 2024-08-16T20:16:26.736Z | Compiling thiserror v1.0.63 |
2309 | 2024-08-16T20:16:26.896Z | Compiling pest v2.7.10 |
2310 | 2024-08-16T20:16:29.942Z | Compiling pest_meta v2.7.10 |
2311 | 2024-08-16T20:16:31.984Z | Compiling pest_generator v2.7.10 |
2312 | 2024-08-16T20:16:33.915Z | Compiling clap v4.5.16 |
2313 | 2024-08-16T20:16:34.184Z | Compiling pest_derive v2.7.10 |
2314 | 2024-08-16T20:16:35.031Z | Compiling dtrace-parser v0.2.0 |
2315 | 2024-08-16T20:16:38.097Z | Compiling toml_datetime v0.6.8 |
2316 | 2024-08-16T20:16:38.812Z | Compiling serde_spanned v0.6.7 |
2317 | 2024-08-16T20:16:39.262Z | Compiling serde_tokenstream v0.2.2 |
2318 | 2024-08-16T20:16:39.735Z | Compiling dof v0.3.0 |
2319 | 2024-08-16T20:16:39.857Z | Compiling toml_edit v0.22.20 |
2320 | 2024-08-16T20:16:43.863Z | Compiling toml v0.8.19 |
2321 | 2024-08-16T20:16:44.269Z | Compiling usdt-attr-macro v0.5.0 |
2322 | 2024-08-16T20:16:44.366Z | Compiling usdt-macro v0.5.0 |
2323 | 2024-08-16T20:16:44.584Z | Compiling camino v1.1.8 |
2324 | 2024-08-16T20:16:45.613Z | Compiling cargo-platform v0.1.8 |
2325 | 2024-08-16T20:16:45.677Z | Compiling semver v1.0.23 |
2326 | 2024-08-16T20:16:45.747Z | Compiling usdt v0.5.0 |
2327 | 2024-08-16T20:16:45.975Z | Compiling cargo_toml v0.20.4 |
2328 | 2024-08-16T20:16:46.783Z | Compiling cargo_metadata v0.18.1 |
2329 | 2024-08-16T20:16:47.246Z | Compiling macaddr v1.0.1 |
2330 | 2024-08-16T20:17:00.887Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2331 | 2024-08-16T20:17:12.057Z | Finished `release` profile [optimized] target(s) in 57.39s |
2332 | 2024-08-16T20:17:12.161Z | |
2333 | 2024-08-16T20:17:12.163Z | real 57.526859401 |
2334 | 2024-08-16T20:17:12.163Z | user 5:48.855362928 |
2335 | 2024-08-16T20:17:12.163Z | sys 32.195609728 |
2336 | 2024-08-16T20:17:12.163Z | trap 0.167182919 |
2337 | 2024-08-16T20:17:12.163Z | tflt 0.290360177 |
2338 | 2024-08-16T20:17:12.163Z | dflt 0.534559516 |
2339 | 2024-08-16T20:17:12.163Z | kflt 0.020937985 |
2340 | 2024-08-16T20:17:12.163Z | lock 11:19.034924596 |
2341 | 2024-08-16T20:17:12.163Z | slp 16:50.640294136 |
2342 | 2024-08-16T20:17:12.163Z | lat 13.213666965 |
2343 | 2024-08-16T20:17:12.163Z | stop 16.131593588 |
2344 | 2024-08-16T20:17:12.163Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2345 | 2024-08-16T20:17:12.163Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2346 | 2024-08-16T20:17:12.163Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2347 | 2024-08-16T20:17:12.163Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2348 | 2024-08-16T20:17:12.163Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2349 | 2024-08-16T20:17:12.749Z | Downloading crates ... |
2350 | 2024-08-16T20:17:12.976Z | Downloaded dirs-sys v0.4.1 |
2351 | 2024-08-16T20:17:12.985Z | Downloaded dhcproto-macros v0.1.0 |
2352 | 2024-08-16T20:17:12.987Z | Downloaded option-ext v0.2.0 |
2353 | 2024-08-16T20:17:12.990Z | Downloaded md5 v0.7.0 |
2354 | 2024-08-16T20:17:12.992Z | Downloaded russh-cryptovec v0.7.2 |
2355 | 2024-08-16T20:17:12.994Z | Downloaded blowfish v0.9.1 |
2356 | 2024-08-16T20:17:12.997Z | Downloaded ghash v0.5.1 |
2357 | 2024-08-16T20:17:12.999Z | Downloaded internet-checksum v0.2.1 |
2358 | 2024-08-16T20:17:13.002Z | Downloaded pbkdf2 v0.11.0 |
2359 | 2024-08-16T20:17:13.002Z | Downloaded bcrypt-pbkdf v0.10.0 |
2360 | 2024-08-16T20:17:13.004Z | Downloaded dirs v5.0.1 |
2361 | 2024-08-16T20:17:13.004Z | Downloaded rfc6979 v0.4.0 |
2362 | 2024-08-16T20:17:13.006Z | Downloaded polyval v0.6.2 |
2363 | 2024-08-16T20:17:13.006Z | Downloaded ed25519 v2.2.3 |
2364 | 2024-08-16T20:17:13.008Z | Downloaded ssh-encoding v0.2.0 |
2365 | 2024-08-16T20:17:13.011Z | Downloaded ssh-cipher v0.2.0 |
2366 | 2024-08-16T20:17:13.011Z | Downloaded primeorder v0.13.6 |
2367 | 2024-08-16T20:17:13.013Z | Downloaded hex-literal v0.4.1 |
2368 | 2024-08-16T20:17:13.015Z | Downloaded password-hash v0.4.2 |
2369 | 2024-08-16T20:17:13.017Z | Downloaded ecdsa v0.16.9 |
2370 | 2024-08-16T20:17:13.029Z | Downloaded russh-keys v0.44.0 |
2371 | 2024-08-16T20:17:13.031Z | Downloaded dhcproto v0.12.0 |
2372 | 2024-08-16T20:17:13.034Z | Downloaded p256 v0.13.2 |
2373 | 2024-08-16T20:17:13.037Z | Downloaded aes-gcm v0.10.3 |
2374 | 2024-08-16T20:17:13.040Z | Downloaded num-bigint v0.4.5 |
2375 | 2024-08-16T20:17:13.045Z | Downloaded ed25519-dalek v2.1.1 |
2376 | 2024-08-16T20:17:13.048Z | Downloaded ssh-key v0.6.6 |
2377 | 2024-08-16T20:17:13.055Z | Downloaded russh v0.44.1 |
2378 | 2024-08-16T20:17:13.060Z | Downloaded p521 v0.13.3 |
2379 | 2024-08-16T20:17:13.063Z | Downloaded p384 v0.13.0 |
2380 | 2024-08-16T20:17:13.214Z | Compiling regress v0.9.1 |
2381 | 2024-08-16T20:17:13.329Z | Compiling getopts v0.2.21 |
2382 | 2024-08-16T20:17:13.332Z | Compiling unsafe-libyaml v0.2.11 |
2383 | 2024-08-16T20:17:13.332Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2384 | 2024-08-16T20:17:13.332Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2385 | 2024-08-16T20:17:13.332Z | Compiling http v1.1.0 |
2386 | 2024-08-16T20:17:13.332Z | Compiling match_cfg v0.1.0 |
2387 | 2024-08-16T20:17:13.335Z | Compiling toml v0.8.19 |
2388 | 2024-08-16T20:17:13.482Z | Compiling hostname v0.3.1 |
2389 | 2024-08-16T20:17:13.755Z | Compiling rustls-pki-types v1.7.0 |
2390 | 2024-08-16T20:17:13.822Z | Compiling rustls v0.22.4 |
2391 | 2024-08-16T20:17:13.905Z | Compiling paste v1.0.15 |
2392 | 2024-08-16T20:17:14.135Z | Compiling ident_case v1.0.1 |
2393 | 2024-08-16T20:17:14.279Z | Compiling rustls-webpki v0.102.4 |
2394 | 2024-08-16T20:17:14.346Z | Compiling darling_core v0.20.9 |
2395 | 2024-08-16T20:17:14.601Z | Compiling ipnetwork v0.20.0 |
2396 | 2024-08-16T20:17:14.676Z | Compiling multer v3.1.0 |
2397 | 2024-08-16T20:17:15.001Z | Compiling serde_yaml v0.9.34+deprecated |
2398 | 2024-08-16T20:17:15.579Z | Compiling slog-json v2.6.1 |
2399 | 2024-08-16T20:17:16.031Z | Compiling async-stream-impl v0.3.5 |
2400 | 2024-08-16T20:17:16.084Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2401 | 2024-08-16T20:17:16.417Z | Compiling instant v0.1.12 |
2402 | 2024-08-16T20:17:16.500Z | Compiling atomic-waker v1.1.2 |
2403 | 2024-08-16T20:17:16.578Z | Compiling debug-ignore v1.0.5 |
2404 | 2024-08-16T20:17:16.698Z | Compiling waitgroup v0.1.2 |
2405 | 2024-08-16T20:17:16.785Z | Compiling slog-bunyan v2.5.0 |
2406 | 2024-08-16T20:17:16.945Z | Compiling rustls-pemfile v2.1.3 |
2407 | 2024-08-16T20:17:17.008Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2408 | 2024-08-16T20:17:17.453Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2409 | 2024-08-16T20:17:17.479Z | Compiling async-stream v0.3.5 |
2410 | 2024-08-16T20:17:17.831Z | Compiling serde_path_to_error v0.1.16 |
2411 | 2024-08-16T20:17:17.876Z | Compiling hostname v0.4.0 |
2412 | 2024-08-16T20:17:18.165Z | Compiling structmeta-derive v0.3.0 |
2413 | 2024-08-16T20:17:18.568Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2414 | 2024-08-16T20:17:18.766Z | Compiling proc-macro-crate v1.3.1 |
2415 | 2024-08-16T20:17:19.384Z | Compiling newtype-uuid v1.1.0 |
2416 | 2024-08-16T20:17:19.513Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2417 | 2024-08-16T20:17:19.717Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2418 | 2024-08-16T20:17:19.914Z | Compiling tokio-rustls v0.25.0 |
2419 | 2024-08-16T20:17:20.116Z | Compiling fastrand v2.1.0 |
2420 | 2024-08-16T20:17:20.358Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2421 | 2024-08-16T20:17:20.411Z | Compiling num_enum_derive v0.5.11 |
2422 | 2024-08-16T20:17:20.564Z | Compiling tempfile v3.10.1 |
2423 | 2024-08-16T20:17:20.744Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2424 | 2024-08-16T20:17:21.126Z | Compiling backoff v0.4.0 |
2425 | 2024-08-16T20:17:21.384Z | Compiling structmeta v0.3.0 |
2426 | 2024-08-16T20:17:21.469Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2427 | 2024-08-16T20:17:21.506Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2428 | 2024-08-16T20:17:21.671Z | Compiling macaddr v1.0.1 |
2429 | 2024-08-16T20:17:21.754Z | Compiling darling_macro v0.20.9 |
2430 | 2024-08-16T20:17:21.851Z | Compiling parse-display-derive v0.10.0 |
2431 | 2024-08-16T20:17:22.112Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2432 | 2024-08-16T20:17:22.267Z | Compiling foreign-types-macros v0.2.3 |
2433 | 2024-08-16T20:17:22.456Z | Compiling heapless v0.8.0 |
2434 | 2024-08-16T20:17:22.751Z | Compiling darling v0.20.9 |
2435 | 2024-08-16T20:17:22.884Z | Compiling serde_with_macros v3.8.3 |
2436 | 2024-08-16T20:17:23.094Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2437 | 2024-08-16T20:17:23.246Z | Compiling num_enum v0.5.11 |
2438 | 2024-08-16T20:17:23.412Z | Compiling foreign-types-shared v0.3.1 |
2439 | 2024-08-16T20:17:23.609Z | Compiling foreign-types v0.5.0 |
2440 | 2024-08-16T20:17:23.730Z | Compiling proc-macro-error v1.0.4 |
2441 | 2024-08-16T20:17:23.769Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2442 | 2024-08-16T20:17:23.955Z | Compiling cstr-argument v0.1.2 |
2443 | 2024-08-16T20:17:24.247Z | Compiling hash32 v0.3.1 |
2444 | 2024-08-16T20:17:24.473Z | Compiling pretty-hex v0.2.1 |
2445 | 2024-08-16T20:17:24.522Z | Compiling smoltcp v0.11.0 |
2446 | 2024-08-16T20:17:24.687Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2447 | 2024-08-16T20:17:25.072Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2448 | 2024-08-16T20:17:25.369Z | Compiling camino-tempfile v1.1.1 |
2449 | 2024-08-16T20:17:25.725Z | Compiling tabwriter v1.4.0 |
2450 | 2024-08-16T20:17:25.873Z | Compiling colored v2.1.0 |
2451 | 2024-08-16T20:17:25.919Z | Compiling socket2 v0.4.10 |
2452 | 2024-08-16T20:17:25.973Z | Compiling serde_with v3.8.3 |
2453 | 2024-08-16T20:17:26.095Z | Compiling embedded-io v0.4.0 |
2454 | 2024-08-16T20:17:26.288Z | Compiling cobs v0.2.3 |
2455 | 2024-08-16T20:17:26.629Z | Compiling postcard v1.0.8 |
2456 | 2024-08-16T20:17:26.675Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2457 | 2024-08-16T20:17:26.738Z | Compiling parse-display v0.10.0 |
2458 | 2024-08-16T20:17:26.826Z | Compiling crucible-workspace-hack v0.1.0 |
2459 | 2024-08-16T20:17:27.005Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2460 | 2024-08-16T20:17:27.204Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2461 | 2024-08-16T20:17:27.260Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2462 | 2024-08-16T20:17:27.525Z | Compiling smf v0.2.3 |
2463 | 2024-08-16T20:17:27.556Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2464 | 2024-08-16T20:17:27.931Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2465 | 2024-08-16T20:17:28.170Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2466 | 2024-08-16T20:17:28.682Z | Compiling num-derive v0.4.2 |
2467 | 2024-08-16T20:17:28.987Z | Compiling sigpipe v0.1.3 |
2468 | 2024-08-16T20:17:29.123Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2469 | 2024-08-16T20:17:29.467Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2470 | 2024-08-16T20:17:29.487Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2471 | 2024-08-16T20:17:30.048Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2472 | 2024-08-16T20:17:30.713Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2473 | 2024-08-16T20:17:30.772Z | Compiling universal-hash v0.5.1 |
2474 | 2024-08-16T20:17:30.989Z | Compiling opaque-debug v0.3.1 |
2475 | 2024-08-16T20:17:31.106Z | Compiling utf-8 v0.7.6 |
2476 | 2024-08-16T20:17:31.197Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2477 | 2024-08-16T20:17:31.222Z | Compiling curve25519-dalek v4.1.3 |
2478 | 2024-08-16T20:17:31.253Z | Compiling humantime v2.1.0 |
2479 | 2024-08-16T20:17:31.397Z | Compiling password-hash v0.5.0 |
2480 | 2024-08-16T20:17:31.477Z | Compiling blake2 v0.10.6 |
2481 | 2024-08-16T20:17:31.824Z | Compiling aead v0.5.2 |
2482 | 2024-08-16T20:17:31.896Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2483 | 2024-08-16T20:17:32.037Z | Compiling curve25519-dalek-derive v0.1.1 |
2484 | 2024-08-16T20:17:32.140Z | Compiling argon2 v0.5.3 |
2485 | 2024-08-16T20:17:32.207Z | Compiling poly1305 v0.8.0 |
2486 | 2024-08-16T20:17:32.209Z | Compiling chacha20 v0.9.1 |
2487 | 2024-08-16T20:17:32.452Z | Compiling convert_case v0.4.0 |
2488 | 2024-08-16T20:17:32.718Z | Compiling semver v0.1.20 |
2489 | 2024-08-16T20:17:33.056Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2490 | 2024-08-16T20:17:33.421Z | Compiling rustc_version v0.1.7 |
2491 | 2024-08-16T20:17:33.510Z | Compiling derive_more v0.99.18 |
2492 | 2024-08-16T20:17:33.513Z | Compiling tungstenite v0.21.0 |
2493 | 2024-08-16T20:17:33.954Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2494 | 2024-08-16T20:17:34.025Z | Compiling newline-converter v0.3.0 |
2495 | 2024-08-16T20:17:34.194Z | Compiling atty v0.2.14 |
2496 | 2024-08-16T20:17:34.215Z | Compiling same-file v1.0.6 |
2497 | 2024-08-16T20:17:34.350Z | Compiling rayon-core v1.12.1 |
2498 | 2024-08-16T20:17:34.534Z | Compiling walkdir v2.5.0 |
2499 | 2024-08-16T20:17:34.716Z | Compiling tokio-tungstenite v0.21.0 |
2500 | 2024-08-16T20:17:35.129Z | Compiling expectorate v1.1.0 |
2501 | 2024-08-16T20:17:35.327Z | Compiling newtype_derive v0.1.6 |
2502 | 2024-08-16T20:17:35.348Z | Compiling crossbeam-deque v0.8.5 |
2503 | 2024-08-16T20:17:35.365Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2504 | 2024-08-16T20:17:35.383Z | Compiling keccak v0.1.5 |
2505 | 2024-08-16T20:17:35.684Z | Compiling prettyplease v0.2.20 |
2506 | 2024-08-16T20:17:35.709Z | Compiling sha3 v0.10.8 |
2507 | 2024-08-16T20:17:36.126Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2508 | 2024-08-16T20:17:36.331Z | Compiling num-rational v0.4.2 |
2509 | 2024-08-16T20:17:36.457Z | Compiling thiserror-impl-no-std v2.0.2 |
2510 | 2024-08-16T20:17:36.494Z | Compiling num-complex v0.4.6 |
2511 | 2024-08-16T20:17:36.678Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2512 | 2024-08-16T20:17:36.777Z | Compiling secrecy v0.8.0 |
2513 | 2024-08-16T20:17:37.078Z | Compiling blake3 v1.5.1 |
2514 | 2024-08-16T20:17:37.625Z | Compiling ring v0.16.20 |
2515 | 2024-08-16T20:17:37.683Z | Compiling derive-where v1.2.7 |
2516 | 2024-08-16T20:17:37.808Z | Compiling unicase v2.7.0 |
2517 | 2024-08-16T20:17:38.178Z | Compiling half v2.4.1 |
2518 | 2024-08-16T20:17:38.195Z | Compiling arc-swap v1.7.1 |
2519 | 2024-08-16T20:17:38.791Z | Compiling quick-error v1.2.3 |
2520 | 2024-08-16T20:17:38.852Z | Compiling ciborium-io v0.2.2 |
2521 | 2024-08-16T20:17:38.881Z | Compiling termcolor v1.4.1 |
2522 | 2024-08-16T20:17:38.956Z | Compiling linked-hash-map v0.5.6 |
2523 | 2024-08-16T20:17:39.002Z | Compiling ciborium-ll v0.2.2 |
2524 | 2024-08-16T20:17:39.368Z | Compiling lru-cache v0.1.2 |
2525 | 2024-08-16T20:17:39.457Z | Compiling env_logger v0.9.3 |
2526 | 2024-08-16T20:17:39.594Z | Compiling resolv-conf v0.7.0 |
2527 | 2024-08-16T20:17:39.885Z | Compiling thiserror-no-std v2.0.2 |
2528 | 2024-08-16T20:17:40.019Z | Compiling slog-scope v4.4.0 |
2529 | 2024-08-16T20:17:40.670Z | Compiling num v0.4.3 |
2530 | 2024-08-16T20:17:40.794Z | Compiling rayon v1.10.0 |
2531 | 2024-08-16T20:17:40.837Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2532 | 2024-08-16T20:17:41.279Z | Compiling polyval v0.6.2 |
2533 | 2024-08-16T20:17:41.299Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2534 | 2024-08-16T20:17:41.435Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2535 | 2024-08-16T20:17:41.456Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2536 | 2024-08-16T20:17:41.636Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2537 | 2024-08-16T20:17:41.715Z | Compiling rfc6979 v0.4.0 |
2538 | 2024-08-16T20:17:41.931Z | Compiling bitstruct_derive v0.1.0 |
2539 | 2024-08-16T20:17:41.953Z | Compiling memmap2 v0.9.4 |
2540 | 2024-08-16T20:17:42.111Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2541 | 2024-08-16T20:17:42.261Z | Compiling parking_lot_core v0.8.6 |
2542 | 2024-08-16T20:17:42.415Z | Compiling ascii v1.1.0 |
2543 | 2024-08-16T20:17:42.644Z | Compiling home v0.5.9 |
2544 | 2024-08-16T20:17:42.665Z | Compiling untrusted v0.7.1 |
2545 | 2024-08-16T20:17:42.787Z | Compiling arrayvec v0.7.4 |
2546 | 2024-08-16T20:17:42.880Z | Compiling constant_time_eq v0.3.0 |
2547 | 2024-08-16T20:17:42.937Z | Compiling arrayref v0.3.7 |
2548 | 2024-08-16T20:17:43.052Z | Compiling float-ord v0.3.2 |
2549 | 2024-08-16T20:17:43.071Z | Compiling libefi-sys v0.1.0 |
2550 | 2024-08-16T20:17:43.074Z | Compiling spin v0.5.2 |
2551 | 2024-08-16T20:17:43.210Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2552 | 2024-08-16T20:17:43.229Z | Compiling toolchain_find v0.4.0 |
2553 | 2024-08-16T20:17:43.444Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2554 | 2024-08-16T20:17:43.462Z | Compiling bitstruct v0.1.1 |
2555 | 2024-08-16T20:17:43.599Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2556 | 2024-08-16T20:17:43.798Z | Compiling ecdsa v0.16.9 |
2557 | 2024-08-16T20:17:43.963Z | Compiling ghash v0.5.1 |
2558 | 2024-08-16T20:17:44.110Z | Compiling steno v0.4.1 |
2559 | 2024-08-16T20:17:44.464Z | Compiling slog-stdlog v4.1.1 |
2560 | 2024-08-16T20:17:44.632Z | Compiling vsss-rs v3.3.4 |
2561 | 2024-08-16T20:17:44.723Z | Compiling hickory-resolver v0.24.1 |
2562 | 2024-08-16T20:17:44.782Z | Compiling ciborium v0.2.2 |
2563 | 2024-08-16T20:17:45.160Z | Compiling chacha20poly1305 v0.10.1 |
2564 | 2024-08-16T20:17:45.870Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2565 | 2024-08-16T20:17:46.506Z | Compiling primeorder v0.13.6 |
2566 | 2024-08-16T20:17:46.686Z | Compiling ctr v0.9.2 |
2567 | 2024-08-16T20:17:46.854Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-08-16T20:17:47.068Z | Compiling erased-serde v0.3.31 |
2569 | 2024-08-16T20:17:47.071Z | Compiling serde_arrays v0.1.0 |
2570 | 2024-08-16T20:17:47.214Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2571 | 2024-08-16T20:17:47.259Z | Compiling bitfield-struct v0.6.1 |
2572 | 2024-08-16T20:17:47.278Z | Compiling slog-dtrace v0.3.0 |
2573 | 2024-08-16T20:17:47.601Z | Compiling cancel-safe-futures v0.1.5 |
2574 | 2024-08-16T20:17:47.631Z | Compiling topological-sort v0.2.2 |
2575 | 2024-08-16T20:17:47.890Z | Compiling omicron-zone-package v0.11.0 |
2576 | 2024-08-16T20:17:48.247Z | Compiling aes-gcm v0.10.3 |
2577 | 2024-08-16T20:17:48.590Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2578 | 2024-08-16T20:17:48.605Z | Compiling slog-envlogger v2.2.0 |
2579 | 2024-08-16T20:17:48.816Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2580 | 2024-08-16T20:17:49.427Z | Compiling mime_guess v2.0.4 |
2581 | 2024-08-16T20:17:49.474Z | Compiling rustfmt-wrapper v0.2.1 |
2582 | 2024-08-16T20:17:50.067Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2583 | 2024-08-16T20:17:50.345Z | Compiling tungstenite v0.20.1 |
2584 | 2024-08-16T20:17:50.559Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2585 | 2024-08-16T20:17:50.938Z | Compiling heck v0.3.3 |
2586 | 2024-08-16T20:17:51.378Z | Compiling ed25519 v2.2.3 |
2587 | 2024-08-16T20:17:51.419Z | Compiling ssh-encoding v0.2.0 |
2588 | 2024-08-16T20:17:51.806Z | Compiling blowfish v0.9.1 |
2589 | 2024-08-16T20:17:52.018Z | Compiling nibble_vec v0.1.0 |
2590 | 2024-08-16T20:17:52.265Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2591 | 2024-08-16T20:17:52.296Z | Compiling option-ext v0.2.0 |
2592 | 2024-08-16T20:17:52.330Z | Compiling endian-type v0.1.2 |
2593 | 2024-08-16T20:17:52.404Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2594 | 2024-08-16T20:17:52.435Z | Compiling dirs-sys v0.4.1 |
2595 | 2024-08-16T20:17:52.570Z | Compiling radix_trie v0.2.1 |
2596 | 2024-08-16T20:17:52.629Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2597 | 2024-08-16T20:17:52.773Z | Compiling bcrypt-pbkdf v0.10.0 |
2598 | 2024-08-16T20:17:53.156Z | Compiling ssh-cipher v0.2.0 |
2599 | 2024-08-16T20:17:53.339Z | Compiling ed25519-dalek v2.1.1 |
2600 | 2024-08-16T20:17:53.447Z | Compiling tokio-tungstenite v0.20.1 |
2601 | 2024-08-16T20:17:53.500Z | Compiling zone_cfg_derive v0.1.2 |
2602 | 2024-08-16T20:17:54.079Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2603 | 2024-08-16T20:17:54.258Z | Compiling parking_lot v0.11.2 |
2604 | 2024-08-16T20:17:54.684Z | Compiling gethostname v0.5.0 |
2605 | 2024-08-16T20:17:54.939Z | Compiling password-hash v0.4.2 |
2606 | 2024-08-16T20:17:55.028Z | Compiling libsw v3.3.1 |
2607 | 2024-08-16T20:17:55.143Z | Compiling fxhash v0.2.1 |
2608 | 2024-08-16T20:17:55.165Z | Compiling linear-map v1.2.0 |
2609 | 2024-08-16T20:17:55.211Z | Compiling owo-colors v4.0.0 |
2610 | 2024-08-16T20:17:55.279Z | Compiling matches v0.1.10 |
2611 | 2024-08-16T20:17:55.354Z | Compiling base64 v0.13.1 |
2612 | 2024-08-16T20:17:55.374Z | Compiling idna v0.2.3 |
2613 | 2024-08-16T20:17:55.393Z | Compiling sled v0.34.7 |
2614 | 2024-08-16T20:17:55.586Z | Compiling pbkdf2 v0.11.0 |
2615 | 2024-08-16T20:17:55.955Z | Compiling ron v0.7.1 |
2616 | 2024-08-16T20:17:56.010Z | Compiling zone v0.1.8 |
2617 | 2024-08-16T20:17:57.098Z | Compiling ssh-key v0.6.6 |
2618 | 2024-08-16T20:17:57.117Z | Compiling hickory-client v0.24.1 |
2619 | 2024-08-16T20:17:57.682Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2620 | 2024-08-16T20:17:58.445Z | Compiling dirs v5.0.1 |
2621 | 2024-08-16T20:17:58.600Z | Compiling p384 v0.13.0 |
2622 | 2024-08-16T20:17:58.693Z | Compiling p256 v0.13.2 |
2623 | 2024-08-16T20:17:59.573Z | Compiling p521 v0.13.3 |
2624 | 2024-08-16T20:18:00.212Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2625 | 2024-08-16T20:18:00.716Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2626 | 2024-08-16T20:18:01.483Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2627 | 2024-08-16T20:18:01.642Z | Compiling hickory-server v0.24.1 |
2628 | 2024-08-16T20:18:01.768Z | Compiling pem v3.0.4 |
2629 | 2024-08-16T20:18:02.133Z | Compiling enum-as-inner v0.5.1 |
2630 | 2024-08-16T20:18:02.154Z | Compiling yasna v0.5.2 |
2631 | 2024-08-16T20:18:02.642Z | Compiling headers-core v0.2.0 |
2632 | 2024-08-16T20:18:02.837Z | Compiling portpicker v0.1.1 |
2633 | 2024-08-16T20:18:03.199Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2634 | 2024-08-16T20:18:03.305Z | Compiling kstat-rs v0.2.4 |
2635 | 2024-08-16T20:18:03.515Z | Compiling nanorand v0.7.0 |
2636 | 2024-08-16T20:18:03.622Z | Compiling russh-cryptovec v0.7.2 |
2637 | 2024-08-16T20:18:04.933Z | Compiling http-range v0.1.5 |
2638 | 2024-08-16T20:18:04.938Z | Compiling glob v0.3.1 |
2639 | 2024-08-16T20:18:04.938Z | Compiling md5 v0.7.0 |
2640 | 2024-08-16T20:18:04.938Z | Compiling hyper-staticfile v0.9.5 |
2641 | 2024-08-16T20:18:04.938Z | Compiling russh-keys v0.44.0 |
2642 | 2024-08-16T20:18:04.938Z | Compiling flume v0.11.0 |
2643 | 2024-08-16T20:18:04.990Z | Compiling trust-dns-proto v0.22.0 |
2644 | 2024-08-16T20:18:05.159Z | Compiling rcgen v0.12.1 |
2645 | 2024-08-16T20:18:05.263Z | Compiling headers v0.3.9 |
2646 | 2024-08-16T20:18:06.485Z | Compiling atomicwrites v0.4.3 |
2647 | 2024-08-16T20:18:06.870Z | Compiling num-bigint v0.4.5 |
2648 | 2024-08-16T20:18:07.303Z | Compiling itertools v0.13.0 |
2649 | 2024-08-16T20:18:07.404Z | Compiling subprocess v0.2.9 |
2650 | 2024-08-16T20:18:07.769Z | Compiling dhcproto-macros v0.1.0 |
2651 | 2024-08-16T20:18:08.746Z | Compiling display-error-chain v0.2.0 |
2652 | 2024-08-16T20:18:08.816Z | Compiling hex-literal v0.4.1 |
2653 | 2024-08-16T20:18:08.855Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2654 | 2024-08-16T20:18:08.930Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2655 | 2024-08-16T20:18:08.982Z | Compiling internet-checksum v0.2.1 |
2656 | 2024-08-16T20:18:09.092Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2657 | 2024-08-16T20:18:09.216Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2658 | 2024-08-16T20:18:09.430Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2659 | 2024-08-16T20:18:09.451Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2660 | 2024-08-16T20:18:10.784Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2661 | 2024-08-16T20:18:11.330Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2662 | 2024-08-16T20:18:13.508Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2663 | 2024-08-16T20:18:14.959Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2664 | 2024-08-16T20:18:16.327Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2665 | 2024-08-16T20:18:16.994Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2666 | 2024-08-16T20:18:17.186Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2667 | 2024-08-16T20:18:18.229Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2668 | 2024-08-16T20:18:18.711Z | Compiling russh v0.44.1 |
2669 | 2024-08-16T20:18:18.894Z | Compiling dhcproto v0.12.0 |
2670 | 2024-08-16T20:18:22.560Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2671 | 2024-08-16T20:18:26.434Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2672 | 2024-08-16T20:18:26.506Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2673 | 2024-08-16T20:18:27.374Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2674 | 2024-08-16T20:18:28.272Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2675 | 2024-08-16T20:18:29.657Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2676 | 2024-08-16T20:18:30.637Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2677 | 2024-08-16T20:18:30.831Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2678 | 2024-08-16T20:18:31.434Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2679 | 2024-08-16T20:18:32.917Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2680 | 2024-08-16T20:18:34.277Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2681 | 2024-08-16T20:18:34.377Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2682 | 2024-08-16T20:18:34.776Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2683 | 2024-08-16T20:18:38.313Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2684 | 2024-08-16T20:18:38.928Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2685 | 2024-08-16T20:18:43.477Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2686 | 2024-08-16T20:18:43.908Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2687 | 2024-08-16T20:18:44.384Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2688 | 2024-08-16T20:18:46.095Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2689 | 2024-08-16T20:18:47.656Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2690 | 2024-08-16T20:18:50.024Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2691 | 2024-08-16T20:18:57.080Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2692 | 2024-08-16T20:18:57.083Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2693 | 2024-08-16T20:18:58.879Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2694 | 2024-08-16T20:19:18.677Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2695 | 2024-08-16T20:19:52.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
2696 | 2024-08-16T20:19:52.278Z | |
2697 | 2024-08-16T20:19:52.286Z | real 2:40.059910872 |
2698 | 2024-08-16T20:19:52.286Z | user 13:08.390925277 |
2699 | 2024-08-16T20:19:52.286Z | sys 2:43.048891217 |
2700 | 2024-08-16T20:19:52.286Z | trap 0.382088084 |
2701 | 2024-08-16T20:19:52.286Z | tflt 0.887841291 |
2702 | 2024-08-16T20:19:52.286Z | dflt 1.646779092 |
2703 | 2024-08-16T20:19:52.286Z | kflt 0.000008498 |
2704 | 2024-08-16T20:19:52.286Z | lock 27:48.908828218 |
2705 | 2024-08-16T20:19:52.287Z | slp 48:55.404565281 |
2706 | 2024-08-16T20:19:52.287Z | lat 41.211081013 |
2707 | 2024-08-16T20:19:52.287Z | stop 1:40.324565364 |
2708 | 2024-08-16T20:19:52.287Z | + mkdir tests |
2709 | 2024-08-16T20:19:52.287Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2710 | 2024-08-16T20:19:52.287Z | + xargs -I '{}' -t cp '{}' tests/ |
2711 | 2024-08-16T20:19:52.321Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2ab50e529d536ef3 tests/ |
2712 | 2024-08-16T20:19:52.348Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-05641a54adecff74 tests/ |
2713 | 2024-08-16T20:19:52.383Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-facff768f26d165b tests/ |
2714 | 2024-08-16T20:19:52.404Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f8741c94684146ad tests/ |
2715 | 2024-08-16T20:19:52.634Z | + 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/*) |
2716 | 2024-08-16T20:19:52.645Z | + 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-05641a54adecff74 tests/commtest-facff768f26d165b tests/dhcp_server-2ab50e529d536ef3 tests/end_to_end_tests-f8741c94684146ad out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2717 | 2024-08-16T20:20:49.157Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2718 | 2024-08-16T20:20:49.157Z | a out/target/test 1K |
2719 | 2024-08-16T20:20:49.157Z | a out/npuzone/npuzone 23144K |
2720 | 2024-08-16T20:20:49.157Z | a package-manifest.toml 30K |
2721 | 2024-08-16T20:20:49.157Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2722 | 2024-08-16T20:20:49.157Z | a target/release/omicron-package 32240K |
2723 | 2024-08-16T20:20:49.157Z | a target/release/xtask 11623K |
2724 | 2024-08-16T20:20:49.157Z | a target/debug/bootstrap 192168K |
2725 | 2024-08-16T20:20:49.157Z | a tests/bootstrap-05641a54adecff74 23533K |
2726 | 2024-08-16T20:20:49.157Z | a tests/commtest-facff768f26d165b 24155K |
2727 | 2024-08-16T20:20:49.157Z | a tests/dhcp_server-2ab50e529d536ef3 23533K |
2728 | 2024-08-16T20:20:49.157Z | a tests/end_to_end_tests-f8741c94684146ad 209817K |
2729 | 2024-08-16T20:20:49.157Z | a out/clickhouse.tar.gz 232329K |
2730 | 2024-08-16T20:20:49.157Z | a out/clickhouse_keeper.tar.gz 232327K |
2731 | 2024-08-16T20:20:49.157Z | a out/cockroachdb.tar.gz 131862K |
2732 | 2024-08-16T20:20:49.157Z | a out/crucible-dtrace.tar 84K |
2733 | 2024-08-16T20:20:49.157Z | a out/crucible-pantry-zone.tar.gz 27817K |
2734 | 2024-08-16T20:20:49.157Z | a out/crucible-zone.tar.gz 38133K |
2735 | 2024-08-16T20:20:49.157Z | a out/external-dns.tar.gz 24873K |
2736 | 2024-08-16T20:20:49.157Z | a out/internal-dns.tar.gz 24872K |
2737 | 2024-08-16T20:20:49.157Z | a out/mg-ddm-gz.tar 61944K |
2738 | 2024-08-16T20:20:49.157Z | a out/nexus.tar.gz 87182K |
2739 | 2024-08-16T20:20:49.157Z | a out/ntp.tar.gz 8966K |
2740 | 2024-08-16T20:20:49.157Z | a out/omicron-gateway-softnpu.tar.gz 13607K |
2741 | 2024-08-16T20:20:49.157Z | a out/omicron-sled-agent.tar 96843K |
2742 | 2024-08-16T20:20:49.157Z | a out/overlay.tar.gz 3K |
2743 | 2024-08-16T20:20:49.157Z | a out/oximeter.tar.gz 42695K |
2744 | 2024-08-16T20:20:49.157Z | a out/oxlog.tar 2946K |
2745 | 2024-08-16T20:20:49.157Z | a out/probe.tar.gz 2764K |
2746 | 2024-08-16T20:20:49.157Z | a out/propolis-server.tar.gz 65291K |
2747 | 2024-08-16T20:20:49.157Z | a out/pumpkind-gz.tar 26665K |
2748 | 2024-08-16T20:20:49.157Z | a out/switch-softnpu.tar.gz 206488K |
2749 | 2024-08-16T20:20:49.160Z | |
2750 | 2024-08-16T20:20:49.160Z | real 56.516701063 |
2751 | 2024-08-16T20:20:49.160Z | user 53.891432359 |
2752 | 2024-08-16T20:20:49.160Z | sys 3.753482628 |
2753 | 2024-08-16T20:20:49.160Z | trap 0.014854466 |
2754 | 2024-08-16T20:20:49.160Z | tflt 0.000000000 |
2755 | 2024-08-16T20:20:49.160Z | dflt 0.000000000 |
2756 | 2024-08-16T20:20:49.160Z | kflt 0.000000000 |
2757 | 2024-08-16T20:20:49.160Z | lock 0.000000000 |
2758 | 2024-08-16T20:20:49.160Z | slp 53.763036667 |
2759 | 2024-08-16T20:20:49.160Z | lat 1.605748069 |
2760 | 2024-08-16T20:20:49.160Z | stop 0.000200855 |
2761 | 2024-08-16T20:20:49.163Z | process exited: duration 1744675 ms, exit code 0 |
|
2762 | 2024-08-16T20:20:49.178Z | found 1 output files |
2763 | 2024-08-16T20:20:49.178Z | uploading: /work/package.tar.gz (1369331646 bytes) |
2764 | 2024-08-16T20:21:15.956Z | uploaded: /work/package.tar.gz |