|
|
|
1 | 2024-08-07T19:38:00.614Z | job assigned to worker 01J4Q5GKWG7RCZ2PNXJ22YP9R1 (queued for 1 m 0 s) |
|
2 | 2024-08-07T19:38:08.866Z | starting task 0: "setup" |
3 | 2024-08-07T19:38:08.925Z | ++ uname -s |
4 | 2024-08-07T19:38:08.928Z | + kern=SunOS |
5 | 2024-08-07T19:38:08.928Z | + case "$kern" in |
6 | 2024-08-07T19:38:08.928Z | + groupadd -g 12345 build |
7 | 2024-08-07T19:38:08.931Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-07T19:38:10.954Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-07T19:38:11.100Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-07T19:38:11.103Z | + home_fs=zfs |
11 | 2024-08-07T19:38:11.103Z | + [[ zfs == autofs ]] |
12 | 2024-08-07T19:38:11.103Z | + mkdir -p /home/build |
13 | 2024-08-07T19:38:11.106Z | + chown build:build /home/build /work |
14 | 2024-08-07T19:38:13.108Z | + chmod 0700 /home/build /work |
15 | 2024-08-07T19:38:13.111Z | process exited: duration 4246 ms, exit code 0 |
|
16 | 2024-08-07T19:38:13.117Z | starting task 1: "rust-toolchain" |
17 | 2024-08-07T19:38:13.123Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-07T19:38:13.123Z | * toolchain channel = "1.80.0" |
19 | 2024-08-07T19:38:13.123Z | * toolchain profile = "default" |
20 | 2024-08-07T19:38:13.123Z | ' 1.80.0 |
21 | 2024-08-07T19:38:13.123Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-07T19:38:13.123Z | ' default |
23 | 2024-08-07T19:38:13.126Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-07T19:38:13.126Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-07T19:38:13.216Z | info: downloading installer |
26 | 2024-08-07T19:38:14.566Z | info: profile set to 'default' |
27 | 2024-08-07T19:38:14.566Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-07T19:38:14.569Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-07T19:38:14.723Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-07T19:38:14.723Z | info: downloading component 'cargo' |
31 | 2024-08-07T19:38:15.597Z | info: downloading component 'clippy' |
32 | 2024-08-07T19:38:15.908Z | info: downloading component 'rust-docs' |
33 | 2024-08-07T19:38:17.134Z | info: downloading component 'rust-std' |
34 | 2024-08-07T19:38:18.858Z | info: downloading component 'rustc' |
35 | 2024-08-07T19:38:23.700Z | info: downloading component 'rustfmt' |
36 | 2024-08-07T19:38:23.959Z | info: installing component 'cargo' |
37 | 2024-08-07T19:38:24.850Z | info: installing component 'clippy' |
38 | 2024-08-07T19:38:25.259Z | info: installing component 'rust-docs' |
39 | 2024-08-07T19:38:26.895Z | info: installing component 'rust-std' |
40 | 2024-08-07T19:38:28.640Z | info: installing component 'rustc' |
41 | 2024-08-07T19:38:33.500Z | info: installing component 'rustfmt' |
42 | 2024-08-07T19:38:33.865Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-07T19:38:33.865Z | |
44 | 2024-08-07T19:38:34.168Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-07T19:38:34.168Z | |
46 | 2024-08-07T19:38:34.171Z | |
47 | 2024-08-07T19:38:34.171Z | Rust is installed now. Great! |
48 | 2024-08-07T19:38:34.171Z | |
49 | 2024-08-07T19:38:34.171Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-07T19:38:34.171Z | environment variable. This has not been done automatically. |
51 | 2024-08-07T19:38:34.171Z | |
52 | 2024-08-07T19:38:34.171Z | To configure your current shell, you need to source |
53 | 2024-08-07T19:38:34.171Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-07T19:38:34.171Z | |
55 | 2024-08-07T19:38:34.171Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-07T19:38:34.171Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-07T19:38:34.171Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-07T19:38:34.240Z | + rustc --version |
59 | 2024-08-07T19:38:34.306Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-07T19:38:34.310Z | process exited: duration 21188 ms, exit code 0 |
|
61 | 2024-08-07T19:38:34.315Z | starting task 2: "authentication" |
62 | 2024-08-07T19:38:34.337Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-07T19:38:34.343Z | starting task 3: "clone repository" |
64 | 2024-08-07T19:38:34.348Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-07T19:38:34.351Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-07T19:38:34.529Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-07T19:38:40.436Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-07T19:38:40.436Z | + git fetch origin 01651336d0e1f1219251dd0add8cc32ac8353e76 |
69 | 2024-08-07T19:38:40.739Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-07T19:38:40.739Z | * branch 01651336d0e1f1219251dd0add8cc32ac8353e76 -> FETCH_HEAD |
71 | 2024-08-07T19:38:40.749Z | + [[ -n progen-udpate-prep ]] |
72 | 2024-08-07T19:38:40.752Z | ++ git branch --show-current |
73 | 2024-08-07T19:38:40.754Z | + current=main |
74 | 2024-08-07T19:38:40.754Z | + [[ main != progen-udpate-prep ]] |
75 | 2024-08-07T19:38:40.754Z | + git branch -f progen-udpate-prep 01651336d0e1f1219251dd0add8cc32ac8353e76 |
76 | 2024-08-07T19:38:40.757Z | + git checkout -f progen-udpate-prep |
77 | 2024-08-07T19:38:40.896Z | Switched to branch 'progen-udpate-prep' |
78 | 2024-08-07T19:38:40.898Z | + git reset --hard 01651336d0e1f1219251dd0add8cc32ac8353e76 |
79 | 2024-08-07T19:38:41.032Z | HEAD is now at 01651336d remove progenitor patch references to Deserialize and Serialize |
80 | 2024-08-07T19:38:41.034Z | process exited: duration 6688 ms, exit code 0 |
|
81 | 2024-08-07T19:38:41.043Z | starting task 4: "build" |
82 | 2024-08-07T19:38:41.046Z | + cargo --version |
83 | 2024-08-07T19:38:41.102Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-07T19:38:41.104Z | + rustc --version |
85 | 2024-08-07T19:38:41.161Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-07T19:38:41.164Z | + WORK=/work |
87 | 2024-08-07T19:38:41.164Z | + pfexec mkdir -p /work |
88 | 2024-08-07T19:38:41.167Z | + pfexec chown build /work |
89 | 2024-08-07T19:38:41.170Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-07T19:39:01.497Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-07T19:39:03.688Z | Startup: Caching catalogs ... Done |
92 | 2024-08-07T19:39:07.565Z | Planning: Solver setup ... Done (3.301s) |
93 | 2024-08-07T19:39:07.627Z | Planning: Running solver ... Done (0.061s) |
94 | 2024-08-07T19:39:07.681Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-08-07T19:39:07.709Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-07T19:39:08.378Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-07T19:39:08.426Z | Planning: Package planning ... Done (0.049s) |
98 | 2024-08-07T19:39:08.476Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-08-07T19:39:09.484Z | Planning: Checking for conflicting actions ... Done (1.007s) |
100 | 2024-08-07T19:39:09.495Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-07T19:39:13.758Z | Planning: Evaluating mediators ... Done (4.261s) |
102 | 2024-08-07T19:39:13.767Z | Planning: Planning completed in 10.01 seconds |
103 | 2024-08-07T19:39:13.882Z | Packages to install: 4 |
104 | 2024-08-07T19:39:13.882Z | Mediators to change: 2 |
105 | 2024-08-07T19:39:13.886Z | Services to change: 1 |
106 | 2024-08-07T19:39:13.886Z | Estimated space available: 155.75 GB |
107 | 2024-08-07T19:39:13.886Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-08-07T19:39:13.886Z | Create boot environment: No |
109 | 2024-08-07T19:39:13.886Z | Create backup boot environment: No |
110 | 2024-08-07T19:39:13.886Z | Rebuild boot archive: No |
111 | 2024-08-07T19:39:13.886Z | |
112 | 2024-08-07T19:39:13.886Z | Changed mediators: |
113 | 2024-08-07T19:39:13.886Z | mediator clang: |
114 | 2024-08-07T19:39:13.886Z | version: None -> 15 (system default) |
115 | 2024-08-07T19:39:13.886Z | |
116 | 2024-08-07T19:39:13.886Z | mediator llvm: |
117 | 2024-08-07T19:39:13.886Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-07T19:39:13.886Z | |
119 | 2024-08-07T19:39:13.886Z | Changed packages: |
120 | 2024-08-07T19:39:13.886Z | helios-dev |
121 | 2024-08-07T19:39:13.886Z | developer/build-essential |
122 | 2024-08-07T19:39:13.886Z | None -> 11-2.0 |
123 | 2024-08-07T19:39:13.886Z | library/libxmlsec1 |
124 | 2024-08-07T19:39:13.887Z | None -> 1.2.35-2.0 |
125 | 2024-08-07T19:39:13.887Z | ooce/developer/clang-15 |
126 | 2024-08-07T19:39:13.887Z | None -> 15.0.7-2.0 |
127 | 2024-08-07T19:39:13.887Z | ooce/developer/llvm-15 |
128 | 2024-08-07T19:39:13.887Z | None -> 15.0.7-2.0 |
129 | 2024-08-07T19:39:13.887Z | |
130 | 2024-08-07T19:39:13.887Z | Services: |
131 | 2024-08-07T19:39:13.887Z | restart_fmri: |
132 | 2024-08-07T19:39:13.887Z | svc:/system/update-man-index:default |
133 | 2024-08-07T19:39:13.999Z | |
134 | 2024-08-07T19:39:13.999Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-07T19:39:19.005Z | Download: 256/3290 items 15.4/212.6MB 7% complete (3.3M/s) |
136 | 2024-08-07T19:39:24.017Z | Download: 552/3290 items 17.3/212.6MB 8% complete (1.8M/s) |
137 | 2024-08-07T19:39:29.027Z | Download: 1114/3290 items 24.0/212.6MB 11% complete (803k/s) |
138 | 2024-08-07T19:39:34.044Z | Download: 1426/3290 items 103.2/212.6MB 48% complete (8.6M/s) |
139 | 2024-08-07T19:39:39.048Z | Download: 1832/3290 items 118.4/212.6MB 55% complete (9.8M/s) |
140 | 2024-08-07T19:39:48.745Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (3.0M/s) |
141 | 2024-08-07T19:39:56.564Z | Download: 2223/3290 items 119.2/212.6MB 56% complete |
142 | 2024-08-07T19:40:01.579Z | Download: 2888/3290 items 121.2/212.6MB 56% complete (423k/s) |
143 | 2024-08-07T19:40:06.805Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.6M/s) |
144 | 2024-08-07T19:40:08.766Z | Download: Completed 212.60 MB in 54.76 seconds (3.9M/s) |
145 | 2024-08-07T19:40:10.793Z | Actions: 1/3689 actions (Installing new actions) |
146 | 2024-08-07T19:40:15.858Z | Actions: 3595/3689 actions (Installing new actions) |
147 | 2024-08-07T19:40:16.118Z | Actions: Completed 3689 actions in 5.32 seconds. |
148 | 2024-08-07T19:40:16.372Z | Done (0.249s) |
149 | 2024-08-07T19:40:16.372Z | Done (0.000s) |
150 | 2024-08-07T19:40:16.725Z | Done (0.353s) |
151 | 2024-08-07T19:40:22.342Z | Done (5.451s) |
152 | 2024-08-07T19:40:22.499Z | Done (0.095s) |
153 | 2024-08-07T19:40:22.502Z | Done (0.000s) |
154 | 2024-08-07T19:40:22.782Z | Done (0.000s) |
155 | 2024-08-07T19:40:23.360Z | Planning: Evaluating mediator changes ... Done |
156 | 2024-08-07T19:40:23.661Z | Planning: Checking for conflicting actions ... Done |
157 | 2024-08-07T19:40:23.669Z | Planning: Consolidating action changes ... Done |
158 | 2024-08-07T19:40:23.783Z | Planning: Evaluating mediators ... Done |
159 | 2024-08-07T19:40:23.789Z | Planning: Planning completed in 0.42 seconds |
160 | 2024-08-07T19:40:23.817Z | Mediators to change: 2 |
161 | 2024-08-07T19:40:23.818Z | Create boot environment: No |
162 | 2024-08-07T19:40:23.828Z | Create backup boot environment: No |
163 | 2024-08-07T19:40:23.917Z | Done |
164 | 2024-08-07T19:40:23.917Z | Done |
165 | 2024-08-07T19:40:24.137Z | Done |
166 | 2024-08-07T19:40:27.592Z | Done |
167 | 2024-08-07T19:40:27.674Z | Done |
168 | 2024-08-07T19:40:27.677Z | Done |
169 | 2024-08-07T19:40:27.861Z | Done |
170 | 2024-08-07T19:40:28.469Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-08-07T19:40:28.472Z | Planning: Merging actions ... Done |
172 | 2024-08-07T19:40:28.660Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-08-07T19:40:28.663Z | Planning: Consolidating action changes ... Done |
174 | 2024-08-07T19:40:28.920Z | Planning: Evaluating mediators ... Done |
175 | 2024-08-07T19:40:28.976Z | Planning: Planning completed in 0.75 seconds |
176 | 2024-08-07T19:40:29.010Z | Packages to change: 1 |
177 | 2024-08-07T19:40:29.013Z | Mediators to change: 1 |
178 | 2024-08-07T19:40:29.013Z | Services to change: 1 |
179 | 2024-08-07T19:40:29.013Z | Create boot environment: No |
180 | 2024-08-07T19:40:29.013Z | Create backup boot environment: Yes |
181 | 2024-08-07T19:40:31.336Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2024-08-07T19:40:31.374Z | Actions: Completed 6 actions in 0.04 seconds. |
183 | 2024-08-07T19:40:31.377Z | Done |
184 | 2024-08-07T19:40:31.377Z | Done |
185 | 2024-08-07T19:40:31.449Z | Done |
186 | 2024-08-07T19:40:35.046Z | Done |
187 | 2024-08-07T19:40:35.124Z | Done |
188 | 2024-08-07T19:40:35.128Z | Done |
189 | 2024-08-07T19:40:35.328Z | Done |
190 | 2024-08-07T19:40:35.762Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2024-08-07T19:40:35.762Z | clang system 15 system |
192 | 2024-08-07T19:40:35.762Z | csh system system illumos |
193 | 2024-08-07T19:40:35.762Z | ctags system system illumos |
194 | 2024-08-07T19:40:35.762Z | gcc vendor 12 vendor |
195 | 2024-08-07T19:40:35.762Z | gcc system 10 system |
196 | 2024-08-07T19:40:35.762Z | gcc system 7 system |
197 | 2024-08-07T19:40:35.762Z | go system 1.20 system |
198 | 2024-08-07T19:40:35.762Z | go system 1.19 system |
199 | 2024-08-07T19:40:35.762Z | llvm system 15 system |
200 | 2024-08-07T19:40:35.762Z | llvm system 14 system |
201 | 2024-08-07T19:40:35.762Z | mariadb system 10.6 system |
202 | 2024-08-07T19:40:35.762Z | mta vendor vendor dma |
203 | 2024-08-07T19:40:35.762Z | openjdk system 17 system |
204 | 2024-08-07T19:40:35.762Z | openjdk system 11 system |
205 | 2024-08-07T19:40:35.762Z | openjdk system 1.8 system |
206 | 2024-08-07T19:40:35.762Z | openssl vendor 3 vendor |
207 | 2024-08-07T19:40:35.762Z | perl system 5.36 system |
208 | 2024-08-07T19:40:35.762Z | postgresql system 15 system |
209 | 2024-08-07T19:40:35.762Z | postgresql system 13 system |
210 | 2024-08-07T19:40:35.762Z | python vendor 3 vendor |
211 | 2024-08-07T19:40:35.762Z | python system 2 system |
212 | 2024-08-07T19:40:35.762Z | python3 system 3.11 system |
213 | 2024-08-07T19:40:35.762Z | ruby system 3.0 system |
214 | 2024-08-07T19:40:35.762Z | words vendor vendor american-english |
215 | 2024-08-07T19:40:35.762Z | words system system australian-english |
216 | 2024-08-07T19:40:35.762Z | words system system british-english |
217 | 2024-08-07T19:40:35.762Z | words system system canadian-english |
218 | 2024-08-07T19:40:35.762Z | words system system french |
219 | 2024-08-07T19:40:35.762Z | words system system italian |
220 | 2024-08-07T19:40:35.762Z | words system system ngerman |
221 | 2024-08-07T19:40:35.762Z | words system system ogerman |
222 | 2024-08-07T19:40:35.762Z | words system system spanish |
223 | 2024-08-07T19:40:36.089Z | PUBLISHER TYPE STATUS P LOCATION |
224 | 2024-08-07T19:40:36.090Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
225 | 2024-08-07T19:40:37.760Z | FMRI IFO |
226 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
227 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
228 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
229 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
230 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
231 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
233 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
234 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
235 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
236 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
237 | 2024-08-07T19:40:37.760Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
238 | 2024-08-07T19:40:38.334Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
239 | 2024-08-07T19:40:38.590Z | Updating git repository `https://github.com/oxidecomputer/zone` |
240 | 2024-08-07T19:40:38.878Z | Updating crates.io index |
241 | 2024-08-07T19:40:38.922Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
242 | 2024-08-07T19:40:39.740Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
243 | 2024-08-07T19:40:40.519Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
244 | 2024-08-07T19:40:40.796Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
245 | 2024-08-07T19:40:42.343Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
246 | 2024-08-07T19:40:42.571Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
247 | 2024-08-07T19:40:42.829Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
248 | 2024-08-07T19:40:43.965Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
249 | 2024-08-07T19:40:45.842Z | Updating git repository `https://github.com/oxidecomputer/opte` |
250 | 2024-08-07T19:40:46.852Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
251 | 2024-08-07T19:40:47.490Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
252 | 2024-08-07T19:40:48.005Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
253 | 2024-08-07T19:40:48.358Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
254 | 2024-08-07T19:40:48.705Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
255 | 2024-08-07T19:40:48.988Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
256 | 2024-08-07T19:40:49.271Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
257 | 2024-08-07T19:40:49.540Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
258 | 2024-08-07T19:40:49.759Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
259 | 2024-08-07T19:40:50.027Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-08-07T19:40:50.304Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
261 | 2024-08-07T19:40:50.600Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
262 | 2024-08-07T19:40:50.887Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
263 | 2024-08-07T19:40:51.194Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
264 | 2024-08-07T19:40:51.604Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
265 | 2024-08-07T19:40:51.903Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
266 | 2024-08-07T19:40:52.288Z | Updating git repository `https://github.com/oxidecomputer/typify` |
267 | 2024-08-07T19:40:54.596Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
268 | 2024-08-07T19:40:54.848Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
269 | 2024-08-07T19:40:55.115Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
270 | 2024-08-07T19:40:55.488Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
271 | 2024-08-07T19:40:56.465Z | Downloading crates ... |
272 | 2024-08-07T19:40:56.541Z | Downloaded anstyle v1.0.8 |
273 | 2024-08-07T19:40:56.544Z | Downloaded autocfg v1.3.0 |
274 | 2024-08-07T19:40:56.546Z | Downloaded byteorder v1.5.0 |
275 | 2024-08-07T19:40:56.549Z | Downloaded block-buffer v0.10.4 |
276 | 2024-08-07T19:40:56.549Z | Downloaded anstyle-query v1.0.3 |
277 | 2024-08-07T19:40:56.560Z | Downloaded equivalent v1.0.1 |
278 | 2024-08-07T19:40:56.565Z | Downloaded scroll_derive v0.12.0 |
279 | 2024-08-07T19:40:56.573Z | Downloaded cargo-platform v0.1.8 |
280 | 2024-08-07T19:40:56.576Z | Downloaded fnv v1.0.7 |
281 | 2024-08-07T19:40:56.576Z | Downloaded usdt v0.5.0 |
282 | 2024-08-07T19:40:56.579Z | Downloaded cpufeatures v0.2.12 |
283 | 2024-08-07T19:40:56.583Z | Downloaded bytecount v0.6.8 |
284 | 2024-08-07T19:40:56.583Z | Downloaded heck v0.4.1 |
285 | 2024-08-07T19:40:56.585Z | Downloaded anstyle-parse v0.2.4 |
286 | 2024-08-07T19:40:56.585Z | Downloaded terminal_size v0.3.0 |
287 | 2024-08-07T19:40:56.588Z | Downloaded pest_generator v2.7.10 |
288 | 2024-08-07T19:40:56.588Z | Downloaded tabled_derive v0.7.0 |
289 | 2024-08-07T19:40:56.588Z | Downloaded plain v0.2.3 |
290 | 2024-08-07T19:40:56.591Z | Downloaded itoa v1.0.11 |
291 | 2024-08-07T19:40:56.591Z | Downloaded colorchoice v1.0.1 |
292 | 2024-08-07T19:40:56.593Z | Downloaded digest v0.10.7 |
293 | 2024-08-07T19:40:56.593Z | Downloaded swrite v0.1.0 |
294 | 2024-08-07T19:40:56.596Z | Downloaded serde_spanned v0.6.7 |
295 | 2024-08-07T19:40:56.599Z | Downloaded proc-macro-error-attr v1.0.4 |
296 | 2024-08-07T19:40:56.601Z | Downloaded fs-err v2.11.0 |
297 | 2024-08-07T19:40:56.602Z | Downloaded anstream v0.6.14 |
298 | 2024-08-07T19:40:56.604Z | Downloaded utf8parse v0.2.1 |
299 | 2024-08-07T19:40:56.607Z | Downloaded thiserror-impl v1.0.63 |
300 | 2024-08-07T19:40:56.607Z | Downloaded dof v0.3.0 |
301 | 2024-08-07T19:40:56.610Z | Downloaded is_terminal_polyfill v1.70.0 |
302 | 2024-08-07T19:40:56.613Z | Downloaded usdt-macro v0.5.0 |
303 | 2024-08-07T19:40:56.620Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-08-07T19:40:56.623Z | Downloaded pretty-hex v0.4.1 |
305 | 2024-08-07T19:40:56.627Z | Downloaded cargo_toml v0.20.4 |
306 | 2024-08-07T19:40:56.633Z | Downloaded camino v1.1.7 |
307 | 2024-08-07T19:40:56.638Z | Downloaded usdt-impl v0.5.0 |
308 | 2024-08-07T19:40:56.641Z | Downloaded quote v1.0.36 |
309 | 2024-08-07T19:40:56.644Z | Downloaded bitflags v2.6.0 |
310 | 2024-08-07T19:40:56.647Z | Downloaded sha2 v0.10.8 |
311 | 2024-08-07T19:40:56.649Z | Downloaded errno v0.3.9 |
312 | 2024-08-07T19:40:56.652Z | Downloaded proc-macro-error v1.0.4 |
313 | 2024-08-07T19:40:56.655Z | Downloaded crypto-common v0.1.6 |
314 | 2024-08-07T19:40:56.655Z | Downloaded cfg-if v1.0.0 |
315 | 2024-08-07T19:40:56.658Z | Downloaded macaddr v1.0.1 |
316 | 2024-08-07T19:40:56.658Z | Downloaded generic-array v0.14.7 |
317 | 2024-08-07T19:40:56.658Z | Downloaded dtrace-parser v0.2.0 |
318 | 2024-08-07T19:40:56.661Z | Downloaded heck v0.5.0 |
319 | 2024-08-07T19:40:56.661Z | Downloaded clap_derive v4.5.13 |
320 | 2024-08-07T19:40:56.664Z | Downloaded clap_lex v0.7.0 |
321 | 2024-08-07T19:40:56.664Z | Downloaded version_check v0.9.5 |
322 | 2024-08-07T19:40:56.667Z | Downloaded toml_datetime v0.6.8 |
323 | 2024-08-07T19:40:56.667Z | Downloaded serde_tokenstream v0.2.1 |
324 | 2024-08-07T19:40:56.670Z | Downloaded scroll v0.12.0 |
325 | 2024-08-07T19:40:56.670Z | Downloaded strsim v0.11.1 |
326 | 2024-08-07T19:40:56.673Z | Downloaded thread-id v4.2.1 |
327 | 2024-08-07T19:40:56.673Z | Downloaded thiserror v1.0.63 |
328 | 2024-08-07T19:40:56.676Z | Downloaded ryu v1.0.18 |
329 | 2024-08-07T19:40:56.679Z | Downloaded unicode-ident v1.0.12 |
330 | 2024-08-07T19:40:56.682Z | Downloaded anyhow v1.0.86 |
331 | 2024-08-07T19:40:56.685Z | Downloaded once_cell v1.19.0 |
332 | 2024-08-07T19:40:56.688Z | Downloaded log v0.4.21 |
333 | 2024-08-07T19:40:56.691Z | Downloaded ucd-trie v0.1.6 |
334 | 2024-08-07T19:40:56.694Z | Downloaded toml v0.8.19 |
335 | 2024-08-07T19:40:56.696Z | Downloaded memmap v0.7.0 |
336 | 2024-08-07T19:40:56.696Z | Downloaded semver v1.0.23 |
337 | 2024-08-07T19:40:56.699Z | Downloaded cargo_metadata v0.18.1 |
338 | 2024-08-07T19:40:56.702Z | Downloaded zerocopy-derive v0.7.34 |
339 | 2024-08-07T19:40:56.707Z | Downloaded clap v4.5.13 |
340 | 2024-08-07T19:40:56.716Z | Downloaded proc-macro2 v1.0.86 |
341 | 2024-08-07T19:40:56.720Z | Downloaded pest_meta v2.7.10 |
342 | 2024-08-07T19:40:56.720Z | Downloaded papergrid v0.11.0 |
343 | 2024-08-07T19:40:56.724Z | Downloaded pest_derive v2.7.10 |
344 | 2024-08-07T19:40:56.733Z | Downloaded serde_derive v1.0.204 |
345 | 2024-08-07T19:40:56.736Z | Downloaded typenum v1.17.0 |
346 | 2024-08-07T19:40:56.742Z | Downloaded serde v1.0.204 |
347 | 2024-08-07T19:40:56.747Z | Downloaded memchr v2.7.2 |
348 | 2024-08-07T19:40:56.752Z | Downloaded indexmap v2.3.0 |
349 | 2024-08-07T19:40:56.759Z | Downloaded toml_edit v0.22.20 |
350 | 2024-08-07T19:40:56.780Z | Downloaded pest v2.7.10 |
351 | 2024-08-07T19:40:56.814Z | Downloaded zerocopy v0.7.34 |
352 | 2024-08-07T19:40:56.830Z | Downloaded hashbrown v0.14.5 |
353 | 2024-08-07T19:40:56.835Z | Downloaded serde_json v1.0.122 |
354 | 2024-08-07T19:40:56.841Z | Downloaded winnow v0.6.18 |
355 | 2024-08-07T19:40:56.850Z | Downloaded tabled v0.15.0 |
356 | 2024-08-07T19:40:56.865Z | Downloaded goblin v0.8.2 |
357 | 2024-08-07T19:40:56.870Z | Downloaded syn v2.0.72 |
358 | 2024-08-07T19:40:56.881Z | Downloaded syn v1.0.109 |
359 | 2024-08-07T19:40:56.890Z | Downloaded clap_builder v4.5.13 |
360 | 2024-08-07T19:40:56.896Z | Downloaded rustix v0.38.34 |
361 | 2024-08-07T19:40:56.921Z | Downloaded unicode-width v0.1.13 |
362 | 2024-08-07T19:40:56.931Z | Downloaded libc v0.2.155 |
363 | 2024-08-07T19:40:57.227Z | Compiling proc-macro2 v1.0.86 |
364 | 2024-08-07T19:40:57.227Z | Compiling unicode-ident v1.0.12 |
365 | 2024-08-07T19:40:57.230Z | Compiling version_check v0.9.5 |
366 | 2024-08-07T19:40:57.230Z | Compiling serde v1.0.204 |
367 | 2024-08-07T19:40:57.230Z | Compiling memchr v2.7.2 |
368 | 2024-08-07T19:40:57.230Z | Compiling thiserror v1.0.63 |
369 | 2024-08-07T19:40:57.260Z | Compiling libc v0.2.155 |
370 | 2024-08-07T19:40:57.263Z | Compiling ryu v1.0.18 |
371 | 2024-08-07T19:40:57.470Z | Compiling itoa v1.0.11 |
372 | 2024-08-07T19:40:57.631Z | Compiling ucd-trie v0.1.6 |
373 | 2024-08-07T19:40:57.698Z | Compiling once_cell v1.19.0 |
374 | 2024-08-07T19:40:58.095Z | Compiling byteorder v1.5.0 |
375 | 2024-08-07T19:40:58.121Z | Compiling serde_json v1.0.122 |
376 | 2024-08-07T19:40:59.406Z | Compiling usdt-impl v0.5.0 |
377 | 2024-08-07T19:40:59.409Z | Compiling proc-macro-error-attr v1.0.4 |
378 | 2024-08-07T19:40:59.409Z | Compiling syn v1.0.109 |
379 | 2024-08-07T19:40:59.426Z | Compiling rustix v0.38.34 |
380 | 2024-08-07T19:40:59.488Z | Compiling proc-macro-error v1.0.4 |
381 | 2024-08-07T19:40:59.762Z | Compiling equivalent v1.0.1 |
382 | 2024-08-07T19:40:59.786Z | Compiling log v0.4.21 |
383 | 2024-08-07T19:40:59.839Z | Compiling hashbrown v0.14.5 |
384 | 2024-08-07T19:40:59.865Z | Compiling bitflags v2.6.0 |
385 | 2024-08-07T19:41:00.119Z | Compiling utf8parse v0.2.1 |
386 | 2024-08-07T19:41:00.149Z | Compiling plain v0.2.3 |
387 | 2024-08-07T19:41:00.302Z | Compiling thread-id v4.2.1 |
388 | 2024-08-07T19:41:00.327Z | Compiling quote v1.0.36 |
389 | 2024-08-07T19:41:00.329Z | Compiling anstyle-parse v0.2.4 |
390 | 2024-08-07T19:41:00.423Z | Compiling anstyle v1.0.8 |
391 | 2024-08-07T19:41:00.519Z | Compiling anstyle-query v1.0.3 |
392 | 2024-08-07T19:41:00.665Z | Compiling is_terminal_polyfill v1.70.0 |
393 | 2024-08-07T19:41:00.690Z | Compiling syn v2.0.72 |
394 | 2024-08-07T19:41:00.743Z | Compiling errno v0.3.9 |
395 | 2024-08-07T19:41:00.875Z | Compiling pretty-hex v0.4.1 |
396 | 2024-08-07T19:41:01.010Z | Compiling colorchoice v1.0.1 |
397 | 2024-08-07T19:41:01.035Z | Compiling camino v1.1.7 |
398 | 2024-08-07T19:41:01.090Z | Compiling semver v1.0.23 |
399 | 2024-08-07T19:41:01.175Z | Compiling winnow v0.6.18 |
400 | 2024-08-07T19:41:01.306Z | Compiling indexmap v2.3.0 |
401 | 2024-08-07T19:41:01.656Z | Compiling autocfg v1.3.0 |
402 | 2024-08-07T19:41:01.858Z | Compiling anstream v0.6.14 |
403 | 2024-08-07T19:41:02.331Z | Compiling terminal_size v0.3.0 |
404 | 2024-08-07T19:41:02.628Z | Compiling heck v0.4.1 |
405 | 2024-08-07T19:41:02.650Z | Compiling fs-err v2.11.0 |
406 | 2024-08-07T19:41:02.673Z | Compiling heck v0.5.0 |
407 | 2024-08-07T19:41:02.676Z | Compiling clap_lex v0.7.0 |
408 | 2024-08-07T19:41:02.719Z | Compiling anyhow v1.0.86 |
409 | 2024-08-07T19:41:02.939Z | Compiling fnv v1.0.7 |
410 | 2024-08-07T19:41:03.075Z | Compiling unicode-width v0.1.13 |
411 | 2024-08-07T19:41:03.095Z | Compiling bytecount v0.6.8 |
412 | 2024-08-07T19:41:03.188Z | Compiling strsim v0.11.1 |
413 | 2024-08-07T19:41:03.293Z | Compiling papergrid v0.11.0 |
414 | 2024-08-07T19:41:03.316Z | Compiling memmap v0.7.0 |
415 | 2024-08-07T19:41:03.668Z | Compiling clap_builder v4.5.13 |
416 | 2024-08-07T19:41:04.123Z | Compiling swrite v0.1.0 |
417 | 2024-08-07T19:41:05.808Z | Compiling tabled_derive v0.7.0 |
418 | 2024-08-07T19:41:07.291Z | Compiling tabled v0.15.0 |
419 | 2024-08-07T19:41:09.035Z | Compiling serde_derive v1.0.204 |
420 | 2024-08-07T19:41:09.035Z | Compiling thiserror-impl v1.0.63 |
421 | 2024-08-07T19:41:09.038Z | Compiling zerocopy-derive v0.7.34 |
422 | 2024-08-07T19:41:09.038Z | Compiling scroll_derive v0.12.0 |
423 | 2024-08-07T19:41:09.038Z | Compiling clap_derive v4.5.13 |
424 | 2024-08-07T19:41:10.375Z | Compiling scroll v0.12.0 |
425 | 2024-08-07T19:41:10.936Z | Compiling goblin v0.8.2 |
426 | 2024-08-07T19:41:11.017Z | Compiling zerocopy v0.7.34 |
427 | 2024-08-07T19:41:11.735Z | Compiling pest v2.7.10 |
428 | 2024-08-07T19:41:12.935Z | Compiling clap v4.5.13 |
429 | 2024-08-07T19:41:13.874Z | Compiling pest_meta v2.7.10 |
430 | 2024-08-07T19:41:14.659Z | Compiling pest_generator v2.7.10 |
431 | 2024-08-07T19:41:16.631Z | Compiling pest_derive v2.7.10 |
432 | 2024-08-07T19:41:17.250Z | Compiling dtrace-parser v0.2.0 |
433 | 2024-08-07T19:41:19.132Z | Compiling serde_tokenstream v0.2.1 |
434 | 2024-08-07T19:41:19.239Z | Compiling toml_datetime v0.6.8 |
435 | 2024-08-07T19:41:19.239Z | Compiling serde_spanned v0.6.7 |
436 | 2024-08-07T19:41:19.391Z | Compiling cargo-platform v0.1.8 |
437 | 2024-08-07T19:41:19.628Z | Compiling toml_edit v0.22.20 |
438 | 2024-08-07T19:41:19.654Z | Compiling macaddr v1.0.1 |
439 | 2024-08-07T19:41:20.535Z | Compiling dof v0.3.0 |
440 | 2024-08-07T19:41:20.712Z | Compiling cargo_metadata v0.18.1 |
441 | 2024-08-07T19:41:22.146Z | Compiling usdt-macro v0.5.0 |
442 | 2024-08-07T19:41:22.146Z | Compiling usdt-attr-macro v0.5.0 |
443 | 2024-08-07T19:41:22.415Z | Compiling toml v0.8.19 |
444 | 2024-08-07T19:41:23.304Z | Compiling cargo_toml v0.20.4 |
445 | 2024-08-07T19:41:23.438Z | Compiling usdt v0.5.0 |
446 | 2024-08-07T19:41:27.023Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
447 | 2024-08-07T19:41:30.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.70s |
448 | 2024-08-07T19:41:31.057Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
449 | 2024-08-07T19:41:31.589Z | Downloading crates ... |
450 | 2024-08-07T19:41:31.710Z | Downloaded atomicwrites v0.4.3 |
451 | 2024-08-07T19:41:31.716Z | Downloaded async-recursion v1.1.1 |
452 | 2024-08-07T19:41:31.724Z | Downloaded ascii-canvas v3.0.0 |
453 | 2024-08-07T19:41:31.727Z | Downloaded arrayvec v0.7.4 |
454 | 2024-08-07T19:41:31.730Z | Downloaded crucible-workspace-hack v0.1.0 |
455 | 2024-08-07T19:41:31.733Z | Downloaded ciborium-io v0.2.2 |
456 | 2024-08-07T19:41:31.735Z | Downloaded cstr-argument v0.1.2 |
457 | 2024-08-07T19:41:31.740Z | Downloaded array-init v0.0.4 |
458 | 2024-08-07T19:41:31.743Z | Downloaded addr2line v0.21.0 |
459 | 2024-08-07T19:41:31.746Z | Downloaded lazycell v1.3.0 |
460 | 2024-08-07T19:41:31.746Z | Downloaded is-terminal v0.4.12 |
461 | 2024-08-07T19:41:31.749Z | Downloaded aead v0.5.2 |
462 | 2024-08-07T19:41:31.752Z | Downloaded openssl-probe v0.1.5 |
463 | 2024-08-07T19:41:31.755Z | Downloaded arrayref v0.3.7 |
464 | 2024-08-07T19:41:31.755Z | Downloaded base16ct v0.2.0 |
465 | 2024-08-07T19:41:31.759Z | Downloaded num-conv v0.1.0 |
466 | 2024-08-07T19:41:31.759Z | Downloaded normalize-line-endings v0.3.0 |
467 | 2024-08-07T19:41:31.759Z | Downloaded instant v0.1.12 |
468 | 2024-08-07T19:41:31.762Z | Downloaded openssl-macros v0.1.1 |
469 | 2024-08-07T19:41:31.762Z | Downloaded number_prefix v0.4.0 |
470 | 2024-08-07T19:41:31.762Z | Downloaded crc-catalog v2.4.0 |
471 | 2024-08-07T19:41:31.764Z | Downloaded convert_case v0.4.0 |
472 | 2024-08-07T19:41:31.764Z | Downloaded parse-size v1.0.0 |
473 | 2024-08-07T19:41:31.767Z | Downloaded chacha20 v0.9.1 |
474 | 2024-08-07T19:41:31.769Z | Downloaded debug-ignore v1.0.5 |
475 | 2024-08-07T19:41:31.769Z | Downloaded lru v0.12.3 |
476 | 2024-08-07T19:41:31.772Z | Downloaded const_format_proc_macros v0.2.32 |
477 | 2024-08-07T19:41:31.775Z | Downloaded lalrpop-util v0.19.12 |
478 | 2024-08-07T19:41:31.775Z | Downloaded libsw v3.3.1 |
479 | 2024-08-07T19:41:31.777Z | Downloaded kstat-rs v0.2.4 |
480 | 2024-08-07T19:41:31.780Z | Downloaded curve25519-dalek-derive v0.1.1 |
481 | 2024-08-07T19:41:31.780Z | Downloaded base64 v0.13.1 |
482 | 2024-08-07T19:41:31.790Z | Downloaded backoff v0.4.0 |
483 | 2024-08-07T19:41:31.790Z | Downloaded async-trait v0.1.81 |
484 | 2024-08-07T19:41:31.790Z | Downloaded num v0.4.3 |
485 | 2024-08-07T19:41:31.794Z | Downloaded mockall v0.13.0 |
486 | 2024-08-07T19:41:31.794Z | Downloaded num-integer v0.1.46 |
487 | 2024-08-07T19:41:31.794Z | Downloaded mime v0.3.17 |
488 | 2024-08-07T19:41:31.798Z | Downloaded managed v0.8.0 |
489 | 2024-08-07T19:41:31.798Z | Downloaded darling_macro v0.20.9 |
490 | 2024-08-07T19:41:31.801Z | Downloaded adler v1.0.2 |
491 | 2024-08-07T19:41:31.801Z | Downloaded atomic-waker v1.1.2 |
492 | 2024-08-07T19:41:31.801Z | Downloaded defmt-macros v0.3.9 |
493 | 2024-08-07T19:41:31.804Z | Downloaded newline-converter v0.3.0 |
494 | 2024-08-07T19:41:31.807Z | Downloaded parse-display v0.9.1 |
495 | 2024-08-07T19:41:31.809Z | Downloaded indent_write v2.2.0 |
496 | 2024-08-07T19:41:31.809Z | Downloaded linear-map v1.2.0 |
497 | 2024-08-07T19:41:31.812Z | Downloaded libloading v0.8.3 |
498 | 2024-08-07T19:41:31.815Z | Downloaded async-stream v0.3.5 |
499 | 2024-08-07T19:41:31.815Z | Downloaded colored v2.1.0 |
500 | 2024-08-07T19:41:31.818Z | Downloaded console v0.15.8 |
501 | 2024-08-07T19:41:31.821Z | Downloaded new_debug_unreachable v1.0.6 |
502 | 2024-08-07T19:41:31.824Z | Downloaded crunchy v0.2.2 |
503 | 2024-08-07T19:41:31.824Z | Downloaded matches v0.1.10 |
504 | 2024-08-07T19:41:31.824Z | Downloaded argon2 v0.5.3 |
505 | 2024-08-07T19:41:31.827Z | Downloaded match_cfg v0.1.0 |
506 | 2024-08-07T19:41:31.827Z | Downloaded oso-derive v0.27.3 |
507 | 2024-08-07T19:41:31.829Z | Downloaded num_threads v0.1.7 |
508 | 2024-08-07T19:41:31.829Z | Downloaded cancel-safe-futures v0.1.5 |
509 | 2024-08-07T19:41:31.832Z | Downloaded serde_urlencoded v0.7.1 |
510 | 2024-08-07T19:41:31.835Z | Downloaded signal-hook-tokio v0.3.1 |
511 | 2024-08-07T19:41:31.835Z | Downloaded libefi-sys v0.1.0 |
512 | 2024-08-07T19:41:31.838Z | Downloaded keccak v0.1.5 |
513 | 2024-08-07T19:41:31.841Z | Downloaded camino-tempfile v1.1.1 |
514 | 2024-08-07T19:41:31.841Z | Downloaded bb8 v0.8.5 |
515 | 2024-08-07T19:41:31.860Z | Downloaded ciborium-ll v0.2.2 |
516 | 2024-08-07T19:41:31.860Z | Downloaded cassowary v0.3.0 |
517 | 2024-08-07T19:41:31.866Z | Downloaded num-rational v0.4.2 |
518 | 2024-08-07T19:41:31.866Z | Downloaded multer v3.1.0 |
519 | 2024-08-07T19:41:31.866Z | Downloaded parking_lot_core v0.8.6 |
520 | 2024-08-07T19:41:31.866Z | Downloaded waitgroup v0.1.2 |
521 | 2024-08-07T19:41:31.866Z | Downloaded packed_struct v0.10.1 |
522 | 2024-08-07T19:41:31.866Z | Downloaded native-tls v0.2.11 |
523 | 2024-08-07T19:41:31.866Z | Downloaded toolchain_find v0.4.0 |
524 | 2024-08-07T19:41:31.866Z | Downloaded sync_wrapper v0.1.2 |
525 | 2024-08-07T19:41:31.866Z | Downloaded constant_time_eq v0.3.0 |
526 | 2024-08-07T19:41:31.866Z | Downloaded cookie v0.18.1 |
527 | 2024-08-07T19:41:31.866Z | Downloaded indexmap v1.9.3 |
528 | 2024-08-07T19:41:31.874Z | Downloaded downcast v0.11.0 |
529 | 2024-08-07T19:41:31.875Z | Downloaded base64ct v1.6.0 |
530 | 2024-08-07T19:41:31.875Z | Downloaded linked-hash-map v0.5.6 |
531 | 2024-08-07T19:41:31.875Z | Downloaded nibble_vec v0.1.0 |
532 | 2024-08-07T19:41:31.875Z | Downloaded want v0.3.1 |
533 | 2024-08-07T19:41:31.880Z | Downloaded newtype-uuid v1.1.0 |
534 | 2024-08-07T19:41:31.880Z | Downloaded multimap v0.10.0 |
535 | 2024-08-07T19:41:31.880Z | Downloaded maplit v1.0.2 |
536 | 2024-08-07T19:41:31.880Z | Downloaded num_cpus v1.16.0 |
537 | 2024-08-07T19:41:31.882Z | Downloaded fxhash v0.2.1 |
538 | 2024-08-07T19:41:31.885Z | Downloaded bit-vec v0.6.3 |
539 | 2024-08-07T19:41:31.885Z | Downloaded num-iter v0.1.45 |
540 | 2024-08-07T19:41:31.888Z | Downloaded memoffset v0.9.1 |
541 | 2024-08-07T19:41:31.888Z | Downloaded slog-bunyan v2.5.0 |
542 | 2024-08-07T19:41:31.890Z | Downloaded supports-color v3.0.0 |
543 | 2024-08-07T19:41:31.890Z | Downloaded smf v0.2.3 |
544 | 2024-08-07T19:41:31.893Z | Downloaded path-slash v0.1.5 |
545 | 2024-08-07T19:41:31.893Z | Downloaded ascii v1.1.0 |
546 | 2024-08-07T19:41:31.895Z | Downloaded hex v0.4.3 |
547 | 2024-08-07T19:41:31.898Z | Downloaded parking_lot v0.11.2 |
548 | 2024-08-07T19:41:31.901Z | Downloaded bzip2 v0.4.4 |
549 | 2024-08-07T19:41:31.904Z | Downloaded parse-display-derive v0.9.1 |
550 | 2024-08-07T19:41:31.904Z | Downloaded cookie_store v0.20.0 |
551 | 2024-08-07T19:41:31.907Z | Downloaded oso v0.27.3 |
552 | 2024-08-07T19:41:31.910Z | Downloaded parking_lot v0.12.2 |
553 | 2024-08-07T19:41:31.913Z | Downloaded string_cache v0.8.7 |
554 | 2024-08-07T19:41:31.915Z | Downloaded static_assertions v1.1.0 |
555 | 2024-08-07T19:41:31.918Z | Downloaded rand_seeder v0.3.0 |
556 | 2024-08-07T19:41:31.918Z | Downloaded universal-hash v0.5.1 |
557 | 2024-08-07T19:41:31.921Z | Downloaded thiserror-impl-no-std v2.0.2 |
558 | 2024-08-07T19:41:31.921Z | Downloaded darling v0.20.9 |
559 | 2024-08-07T19:41:31.926Z | Downloaded tokio-native-tls v0.3.1 |
560 | 2024-08-07T19:41:31.929Z | Downloaded take_mut v0.2.2 |
561 | 2024-08-07T19:41:31.933Z | Downloaded lock_api v0.4.12 |
562 | 2024-08-07T19:41:31.935Z | Downloaded flagset v0.4.5 |
563 | 2024-08-07T19:41:31.935Z | Downloaded dyn-clone v1.0.17 |
564 | 2024-08-07T19:41:31.938Z | Downloaded tokio-tungstenite v0.20.1 |
565 | 2024-08-07T19:41:31.940Z | Downloaded parking_lot_core v0.9.10 |
566 | 2024-08-07T19:41:31.943Z | Downloaded try-lock v0.2.5 |
567 | 2024-08-07T19:41:31.946Z | Downloaded paste v1.0.15 |
568 | 2024-08-07T19:41:31.948Z | Downloaded password-hash v0.5.0 |
569 | 2024-08-07T19:41:31.951Z | Downloaded topological-sort v0.2.2 |
570 | 2024-08-07T19:41:31.951Z | Downloaded owo-colors v4.0.0 |
571 | 2024-08-07T19:41:31.954Z | Downloaded pin-utils v0.1.0 |
572 | 2024-08-07T19:41:31.956Z | Downloaded resolv-conf v0.7.0 |
573 | 2024-08-07T19:41:31.959Z | Downloaded humantime v2.1.0 |
574 | 2024-08-07T19:41:31.962Z | Downloaded peg v0.8.4 |
575 | 2024-08-07T19:41:31.964Z | Downloaded heck v0.3.3 |
576 | 2024-08-07T19:41:31.966Z | Downloaded futures-task v0.3.30 |
577 | 2024-08-07T19:41:31.969Z | Downloaded clang-sys v1.7.0 |
578 | 2024-08-07T19:41:31.971Z | Downloaded ciborium v0.2.2 |
579 | 2024-08-07T19:41:31.974Z | Downloaded hubpack_derive v0.1.1 |
580 | 2024-08-07T19:41:31.974Z | Downloaded foreign-types v0.3.2 |
581 | 2024-08-07T19:41:31.977Z | Downloaded rand_xorshift v0.3.0 |
582 | 2024-08-07T19:41:31.977Z | Downloaded rand_core v0.6.4 |
583 | 2024-08-07T19:41:31.980Z | Downloaded rustc_version v0.4.0 |
584 | 2024-08-07T19:41:31.982Z | Downloaded headers-core v0.2.0 |
585 | 2024-08-07T19:41:31.982Z | Downloaded proc-macro-crate v1.3.1 |
586 | 2024-08-07T19:41:31.982Z | Downloaded tokio-tungstenite v0.21.0 |
587 | 2024-08-07T19:41:31.985Z | Downloaded indicatif v0.17.8 |
588 | 2024-08-07T19:41:31.990Z | Downloaded const-oid v0.9.6 |
589 | 2024-08-07T19:41:31.993Z | Downloaded der_derive v0.7.2 |
590 | 2024-08-07T19:41:31.996Z | Downloaded secrecy v0.8.0 |
591 | 2024-08-07T19:41:31.998Z | Downloaded darling_core v0.20.9 |
592 | 2024-08-07T19:41:32.003Z | Downloaded num-traits v0.2.19 |
593 | 2024-08-07T19:41:32.005Z | Downloaded slog-async v2.8.0 |
594 | 2024-08-07T19:41:32.008Z | Downloaded tabwriter v1.4.0 |
595 | 2024-08-07T19:41:32.011Z | Downloaded tower-service v0.3.2 |
596 | 2024-08-07T19:41:32.011Z | Downloaded subtle v2.5.0 |
597 | 2024-08-07T19:41:32.014Z | Downloaded dirs-next v2.0.0 |
598 | 2024-08-07T19:41:32.014Z | Downloaded difflib v0.4.0 |
599 | 2024-08-07T19:41:32.016Z | Downloaded xattr v1.3.1 |
600 | 2024-08-07T19:41:32.019Z | Downloaded tiny-keccak v2.0.2 |
601 | 2024-08-07T19:41:32.022Z | Downloaded wyz v0.5.1 |
602 | 2024-08-07T19:41:32.022Z | Downloaded uzers v0.11.3 |
603 | 2024-08-07T19:41:32.024Z | Downloaded tui-tree-widget v0.21.0 |
604 | 2024-08-07T19:41:32.027Z | Downloaded postgres-protocol v0.6.7 |
605 | 2024-08-07T19:41:32.031Z | Downloaded mockall_derive v0.13.0 |
606 | 2024-08-07T19:41:32.031Z | Downloaded crc32fast v1.4.0 |
607 | 2024-08-07T19:41:32.033Z | Downloaded pin-project-lite v0.2.14 |
608 | 2024-08-07T19:41:32.038Z | Downloaded dirs-sys-next v0.1.2 |
609 | 2024-08-07T19:41:32.041Z | Downloaded foreign-types-shared v0.3.1 |
610 | 2024-08-07T19:41:32.042Z | Downloaded hyper-tls v0.5.0 |
611 | 2024-08-07T19:41:32.048Z | Downloaded float-ord v0.3.2 |
612 | 2024-08-07T19:41:32.048Z | Downloaded hyper-staticfile v0.9.5 |
613 | 2024-08-07T19:41:32.048Z | Downloaded rustls-pki-types v1.7.0 |
614 | 2024-08-07T19:41:32.051Z | Downloaded pkg-config v0.3.30 |
615 | 2024-08-07T19:41:32.054Z | Downloaded precomputed-hash v0.1.1 |
616 | 2024-08-07T19:41:32.054Z | Downloaded rustfmt-wrapper v0.2.1 |
617 | 2024-08-07T19:41:32.054Z | Downloaded rustc-hash v1.1.0 |
618 | 2024-08-07T19:41:32.057Z | Downloaded backtrace v0.3.71 |
619 | 2024-08-07T19:41:32.061Z | Downloaded compact_str v0.7.1 |
620 | 2024-08-07T19:41:32.065Z | Downloaded snafu-derive v0.8.2 |
621 | 2024-08-07T19:41:32.067Z | Downloaded openssl-sys v0.9.103 |
622 | 2024-08-07T19:41:32.072Z | Downloaded serde_path_to_error v0.1.16 |
623 | 2024-08-07T19:41:32.075Z | Downloaded sqlparser_derive v0.2.2 |
624 | 2024-08-07T19:41:32.077Z | Downloaded rpassword v7.3.1 |
625 | 2024-08-07T19:41:32.077Z | Downloaded unicase v2.7.0 |
626 | 2024-08-07T19:41:32.080Z | Downloaded unarray v0.1.4 |
627 | 2024-08-07T19:41:32.080Z | Downloaded tap v1.0.1 |
628 | 2024-08-07T19:41:32.083Z | Downloaded tokio-macros v2.3.0 |
629 | 2024-08-07T19:41:32.083Z | Downloaded spki v0.7.3 |
630 | 2024-08-07T19:41:32.086Z | Downloaded spin v0.5.2 |
631 | 2024-08-07T19:41:32.086Z | Downloaded zeroize v1.7.0 |
632 | 2024-08-07T19:41:32.088Z | Downloaded tokio-stream v0.1.15 |
633 | 2024-08-07T19:41:32.092Z | Downloaded minimal-lexical v0.2.1 |
634 | 2024-08-07T19:41:32.097Z | Downloaded termtree v0.4.1 |
635 | 2024-08-07T19:41:32.100Z | Downloaded chacha20poly1305 v0.10.1 |
636 | 2024-08-07T19:41:32.103Z | Downloaded base64 v0.22.1 |
637 | 2024-08-07T19:41:32.105Z | Downloaded rtoolbox v0.0.2 |
638 | 2024-08-07T19:41:32.108Z | Downloaded home v0.5.9 |
639 | 2024-08-07T19:41:32.110Z | Downloaded portpicker v0.1.1 |
640 | 2024-08-07T19:41:32.110Z | Downloaded form_urlencoded v1.2.1 |
641 | 2024-08-07T19:41:32.110Z | Downloaded globset v0.4.14 |
642 | 2024-08-07T19:41:32.113Z | Downloaded either v1.13.0 |
643 | 2024-08-07T19:41:32.115Z | Downloaded zeroize_derive v1.4.2 |
644 | 2024-08-07T19:41:32.115Z | Downloaded toml v0.5.11 |
645 | 2024-08-07T19:41:32.126Z | Downloaded powerfmt v0.2.0 |
646 | 2024-08-07T19:41:32.129Z | Downloaded predicates-core v1.0.6 |
647 | 2024-08-07T19:41:32.132Z | Downloaded ppv-lite86 v0.2.17 |
648 | 2024-08-07T19:41:32.132Z | Downloaded rustc-demangle v0.1.24 |
649 | 2024-08-07T19:41:32.135Z | Downloaded peg-runtime v0.8.3 |
650 | 2024-08-07T19:41:32.135Z | Downloaded uuid v1.10.0 |
651 | 2024-08-07T19:41:32.138Z | Downloaded slab v0.4.9 |
652 | 2024-08-07T19:41:32.140Z | Downloaded rustls-pemfile v1.0.4 |
653 | 2024-08-07T19:41:32.143Z | Downloaded time-core v0.1.2 |
654 | 2024-08-07T19:41:32.143Z | Downloaded sqlformat v0.2.4 |
655 | 2024-08-07T19:41:32.146Z | Downloaded spin v0.9.8 |
656 | 2024-08-07T19:41:32.148Z | Downloaded serde_derive_internals v0.29.1 |
657 | 2024-08-07T19:41:32.151Z | Downloaded slog-term v2.9.1 |
658 | 2024-08-07T19:41:32.154Z | Downloaded tungstenite v0.20.1 |
659 | 2024-08-07T19:41:32.156Z | Downloaded unsafe-libyaml v0.2.11 |
660 | 2024-08-07T19:41:32.160Z | Downloaded futures-core v0.3.30 |
661 | 2024-08-07T19:41:32.163Z | Downloaded termios v0.3.3 |
662 | 2024-08-07T19:41:32.165Z | Downloaded diff v0.1.13 |
663 | 2024-08-07T19:41:32.168Z | Downloaded itertools v0.10.5 |
664 | 2024-08-07T19:41:32.174Z | Downloaded funty v2.0.0 |
665 | 2024-08-07T19:41:32.176Z | Downloaded tinyvec_macros v0.1.1 |
666 | 2024-08-07T19:41:32.176Z | Downloaded hubpack v0.1.2 |
667 | 2024-08-07T19:41:32.179Z | Downloaded getopts v0.2.21 |
668 | 2024-08-07T19:41:32.181Z | Downloaded httpdate v1.0.3 |
669 | 2024-08-07T19:41:32.181Z | Downloaded hash32 v0.2.1 |
670 | 2024-08-07T19:41:32.184Z | Downloaded deranged v0.3.11 |
671 | 2024-08-07T19:41:32.184Z | Downloaded fragile v2.0.0 |
672 | 2024-08-07T19:41:32.187Z | Downloaded crc-any v2.5.0 |
673 | 2024-08-07T19:41:32.190Z | Downloaded pretty-hex v0.2.1 |
674 | 2024-08-07T19:41:32.193Z | Downloaded zone_cfg_derive v0.1.2 |
675 | 2024-08-07T19:41:32.193Z | Downloaded postgres-types v0.2.7 |
676 | 2024-08-07T19:41:32.195Z | Downloaded getrandom v0.2.14 |
677 | 2024-08-07T19:41:32.198Z | Downloaded serde_yaml v0.9.34+deprecated |
678 | 2024-08-07T19:41:32.201Z | Downloaded whoami v1.5.1 |
679 | 2024-08-07T19:41:32.204Z | Downloaded psl-types v2.0.11 |
680 | 2024-08-07T19:41:32.206Z | Downloaded pem v3.0.4 |
681 | 2024-08-07T19:41:32.209Z | Downloaded signal-hook v0.3.17 |
682 | 2024-08-07T19:41:32.211Z | Downloaded futures-io v0.3.30 |
683 | 2024-08-07T19:41:32.211Z | Downloaded test-strategy v0.3.1 |
684 | 2024-08-07T19:41:32.215Z | Downloaded smallvec v0.6.14 |
685 | 2024-08-07T19:41:32.217Z | Downloaded which v4.4.2 |
686 | 2024-08-07T19:41:32.222Z | Downloaded wait-timeout v0.2.0 |
687 | 2024-08-07T19:41:32.222Z | Downloaded stability v0.2.0 |
688 | 2024-08-07T19:41:32.222Z | Downloaded radium v0.7.0 |
689 | 2024-08-07T19:41:32.224Z | Downloaded untrusted v0.9.0 |
690 | 2024-08-07T19:41:32.224Z | Downloaded strum v0.26.3 |
691 | 2024-08-07T19:41:32.227Z | Downloaded yasna v0.5.2 |
692 | 2024-08-07T19:41:32.230Z | Downloaded serde_repr v0.1.19 |
693 | 2024-08-07T19:41:32.232Z | Downloaded serde_arrays v0.1.0 |
694 | 2024-08-07T19:41:32.232Z | Downloaded term v0.7.0 |
695 | 2024-08-07T19:41:32.235Z | Downloaded serde_plain v1.0.2 |
696 | 2024-08-07T19:41:32.238Z | Downloaded crypto-bigint v0.5.5 |
697 | 2024-08-07T19:41:32.244Z | Downloaded unicode_categories v0.1.1 |
698 | 2024-08-07T19:41:32.247Z | Downloaded http-range v0.1.5 |
699 | 2024-08-07T19:41:32.249Z | Downloaded hmac v0.12.1 |
700 | 2024-08-07T19:41:32.252Z | Downloaded sigpipe v0.1.3 |
701 | 2024-08-07T19:41:32.252Z | Downloaded glob v0.3.1 |
702 | 2024-08-07T19:41:32.254Z | Downloaded futures-macro v0.3.30 |
703 | 2024-08-07T19:41:32.254Z | Downloaded strip-ansi-escapes v0.2.0 |
704 | 2024-08-07T19:41:32.257Z | Downloaded pkcs1 v0.7.5 |
705 | 2024-08-07T19:41:32.260Z | Downloaded pin-project-internal v1.1.5 |
706 | 2024-08-07T19:41:32.260Z | Downloaded vte_generate_state_changes v0.1.1 |
707 | 2024-08-07T19:41:32.263Z | Downloaded phf_shared v0.10.0 |
708 | 2024-08-07T19:41:32.263Z | Downloaded percent-encoding v2.3.1 |
709 | 2024-08-07T19:41:32.263Z | Downloaded httparse v1.8.0 |
710 | 2024-08-07T19:41:32.266Z | Downloaded gethostname v0.5.0 |
711 | 2024-08-07T19:41:32.266Z | Downloaded unicode-xid v0.2.4 |
712 | 2024-08-07T19:41:32.269Z | Downloaded iana-time-zone v0.1.60 |
713 | 2024-08-07T19:41:32.271Z | Downloaded peg-macros v0.8.4 |
714 | 2024-08-07T19:41:32.275Z | Downloaded futures-executor v0.3.30 |
715 | 2024-08-07T19:41:32.275Z | Downloaded shlex v1.3.0 |
716 | 2024-08-07T19:41:32.278Z | Downloaded expectorate v1.1.0 |
717 | 2024-08-07T19:41:32.278Z | Downloaded num-bigint v0.4.5 |
718 | 2024-08-07T19:41:32.283Z | Downloaded toml_edit v0.19.15 |
719 | 2024-08-07T19:41:32.300Z | Downloaded stable_deref_trait v1.2.0 |
720 | 2024-08-07T19:41:32.303Z | Downloaded ident_case v1.0.1 |
721 | 2024-08-07T19:41:32.303Z | Downloaded fd-lock v4.0.2 |
722 | 2024-08-07T19:41:32.306Z | Downloaded strum_macros v0.25.3 |
723 | 2024-08-07T19:41:32.306Z | Downloaded structmeta-derive v0.3.0 |
724 | 2024-08-07T19:41:32.309Z | Downloaded structmeta-derive v0.2.0 |
725 | 2024-08-07T19:41:32.309Z | Downloaded schemars_derive v0.8.21 |
726 | 2024-08-07T19:41:32.312Z | Downloaded env_logger v0.9.3 |
727 | 2024-08-07T19:41:32.314Z | Downloaded group v0.13.0 |
728 | 2024-08-07T19:41:32.315Z | Downloaded slog-json v2.6.1 |
729 | 2024-08-07T19:41:32.317Z | Downloaded slog-envlogger v2.2.0 |
730 | 2024-08-07T19:41:32.320Z | Downloaded slog-dtrace v0.3.0 |
731 | 2024-08-07T19:41:32.323Z | Downloaded endian-type v0.1.2 |
732 | 2024-08-07T19:41:32.323Z | Downloaded signal-hook-mio v0.2.3 |
733 | 2024-08-07T19:41:32.323Z | Downloaded derive_builder_core v0.20.0 |
734 | 2024-08-07T19:41:32.326Z | Downloaded time-macros v0.2.18 |
735 | 2024-08-07T19:41:32.329Z | Downloaded rand v0.8.5 |
736 | 2024-08-07T19:41:32.331Z | Downloaded derive_builder_macro v0.20.0 |
737 | 2024-08-07T19:41:32.331Z | Downloaded nom v7.1.3 |
738 | 2024-08-07T19:41:32.337Z | Downloaded siphasher v0.3.11 |
739 | 2024-08-07T19:41:32.340Z | Downloaded zone v0.1.8 |
740 | 2024-08-07T19:41:32.340Z | Downloaded untrusted v0.7.1 |
741 | 2024-08-07T19:41:32.343Z | Downloaded tls_codec v0.4.1 |
742 | 2024-08-07T19:41:32.343Z | Downloaded zerocopy v0.6.6 |
743 | 2024-08-07T19:41:32.346Z | Downloaded unicode-bidi v0.3.15 |
744 | 2024-08-07T19:41:32.348Z | Downloaded libxml v0.3.3 |
745 | 2024-08-07T19:41:32.355Z | Downloaded itertools v0.12.1 |
746 | 2024-08-07T19:41:32.362Z | Downloaded pem-rfc7468 v0.7.0 |
747 | 2024-08-07T19:41:32.365Z | Downloaded same-file v1.0.6 |
748 | 2024-08-07T19:41:32.367Z | Downloaded rusty-fork v0.3.0 |
749 | 2024-08-07T19:41:32.367Z | Downloaded http-body v0.4.6 |
750 | 2024-08-07T19:41:32.370Z | Downloaded hash32 v0.3.1 |
751 | 2024-08-07T19:41:32.372Z | Downloaded ref-cast v1.0.23 |
752 | 2024-08-07T19:41:32.375Z | Downloaded utf-8 v0.7.6 |
753 | 2024-08-07T19:41:32.375Z | Downloaded unicode-linebreak v0.1.5 |
754 | 2024-08-07T19:41:32.377Z | Downloaded slog-scope v4.4.0 |
755 | 2024-08-07T19:41:32.380Z | Downloaded derive_builder v0.20.0 |
756 | 2024-08-07T19:41:32.383Z | Downloaded scopeguard v1.2.0 |
757 | 2024-08-07T19:41:32.386Z | Downloaded erased-serde v0.3.31 |
758 | 2024-08-07T19:41:32.388Z | Downloaded ron v0.7.1 |
759 | 2024-08-07T19:41:32.392Z | Downloaded fallible-iterator v0.2.0 |
760 | 2024-08-07T19:41:32.394Z | Downloaded embedded-io v0.4.0 |
761 | 2024-08-07T19:41:32.397Z | Downloaded serde-hex v0.1.0 |
762 | 2024-08-07T19:41:32.400Z | Downloaded ena v0.14.3 |
763 | 2024-08-07T19:41:32.400Z | Downloaded rustversion v1.0.17 |
764 | 2024-08-07T19:41:32.402Z | Downloaded serde-big-array v0.5.1 |
765 | 2024-08-07T19:41:32.405Z | Downloaded shell-words v1.1.0 |
766 | 2024-08-07T19:41:32.405Z | Downloaded rsa v0.9.6 |
767 | 2024-08-07T19:41:32.410Z | Downloaded ff v0.13.0 |
768 | 2024-08-07T19:41:32.412Z | Downloaded tls_codec_derive v0.4.1 |
769 | 2024-08-07T19:41:32.415Z | Downloaded scheduled-thread-pool v0.2.7 |
770 | 2024-08-07T19:41:32.415Z | Downloaded tracing-attributes v0.1.27 |
771 | 2024-08-07T19:41:32.417Z | Downloaded phf_shared v0.11.2 |
772 | 2024-08-07T19:41:32.420Z | Downloaded phf v0.11.2 |
773 | 2024-08-07T19:41:32.420Z | Downloaded float-cmp v0.9.0 |
774 | 2024-08-07T19:41:32.423Z | Downloaded semver v0.1.20 |
775 | 2024-08-07T19:41:32.423Z | Downloaded half v2.4.1 |
776 | 2024-08-07T19:41:32.425Z | Downloaded serde_with_macros v3.8.3 |
777 | 2024-08-07T19:41:32.428Z | Downloaded env_logger v0.10.2 |
778 | 2024-08-07T19:41:32.430Z | Downloaded tokio-rustls v0.25.0 |
779 | 2024-08-07T19:41:32.433Z | Downloaded ron v0.8.1 |
780 | 2024-08-07T19:41:32.439Z | Downloaded http v1.1.0 |
781 | 2024-08-07T19:41:32.443Z | Downloaded tokio-rustls v0.24.1 |
782 | 2024-08-07T19:41:32.446Z | Downloaded aho-corasick v1.1.3 |
783 | 2024-08-07T19:41:32.452Z | Downloaded derive-where v1.2.7 |
784 | 2024-08-07T19:41:32.456Z | Downloaded fatfs v0.3.6 |
785 | 2024-08-07T19:41:32.459Z | Downloaded rayon-core v1.12.1 |
786 | 2024-08-07T19:41:32.463Z | Downloaded vsss-rs v3.3.4 |
787 | 2024-08-07T19:41:32.466Z | Downloaded rcgen v0.12.1 |
788 | 2024-08-07T19:41:32.469Z | Downloaded schemars v0.8.21 |
789 | 2024-08-07T19:41:32.483Z | Downloaded http v0.2.12 |
790 | 2024-08-07T19:41:32.487Z | Downloaded postcard v1.0.8 |
791 | 2024-08-07T19:41:32.490Z | Downloaded similar v2.5.0 |
792 | 2024-08-07T19:41:32.496Z | Downloaded prettyplease v0.2.20 |
793 | 2024-08-07T19:41:32.500Z | Downloaded samael v0.0.15 |
794 | 2024-08-07T19:41:32.504Z | Downloaded publicsuffix v2.2.3 |
795 | 2024-08-07T19:41:32.507Z | Downloaded pin-project v1.1.5 |
796 | 2024-08-07T19:41:32.519Z | Downloaded tracing v0.1.40 |
797 | 2024-08-07T19:41:32.523Z | Downloaded diesel_derives v2.2.2 |
798 | 2024-08-07T19:41:32.527Z | Downloaded url v2.5.2 |
799 | 2024-08-07T19:41:32.531Z | Downloaded tracing-core v0.1.32 |
800 | 2024-08-07T19:41:32.535Z | Downloaded regex-automata v0.1.10 |
801 | 2024-08-07T19:41:32.540Z | Downloaded quick-xml v0.31.0 |
802 | 2024-08-07T19:41:32.546Z | Downloaded tokio-postgres v0.7.11 |
803 | 2024-08-07T19:41:32.551Z | Downloaded idna v0.5.0 |
804 | 2024-08-07T19:41:32.559Z | Downloaded futures v0.3.30 |
805 | 2024-08-07T19:41:32.563Z | Downloaded winnow v0.5.40 |
806 | 2024-08-07T19:41:32.572Z | Downloaded futures-util v0.3.30 |
807 | 2024-08-07T19:41:32.586Z | Downloaded rustls-webpki v0.101.7 |
808 | 2024-08-07T19:41:32.600Z | Downloaded time v0.3.36 |
809 | 2024-08-07T19:41:32.608Z | Downloaded reqwest v0.11.27 |
810 | 2024-08-07T19:41:32.616Z | Downloaded reedline v0.31.0 |
811 | 2024-08-07T19:41:32.624Z | Downloaded rustyline v14.0.0 |
812 | 2024-08-07T19:41:32.630Z | Downloaded hkdf v0.12.4 |
813 | 2024-08-07T19:41:32.632Z | Downloaded object v0.30.4 |
814 | 2024-08-07T19:41:32.642Z | Downloaded bindgen v0.69.4 |
815 | 2024-08-07T19:41:32.650Z | Downloaded openssl v0.10.66 |
816 | 2024-08-07T19:41:32.661Z | Downloaded tough v0.17.1 |
817 | 2024-08-07T19:41:32.669Z | Downloaded rustls-webpki v0.102.4 |
818 | 2024-08-07T19:41:32.689Z | Downloaded sqlparser v0.45.0 |
819 | 2024-08-07T19:41:32.694Z | Downloaded nix v0.28.0 |
820 | 2024-08-07T19:41:32.706Z | Downloaded nix v0.27.1 |
821 | 2024-08-07T19:41:32.717Z | Downloaded gimli v0.28.1 |
822 | 2024-08-07T19:41:32.726Z | Downloaded vcpkg v0.2.15 |
823 | 2024-08-07T19:41:32.765Z | Downloaded webpki-roots v0.25.4 |
824 | 2024-08-07T19:41:32.769Z | Downloaded rayon v1.10.0 |
825 | 2024-08-07T19:41:32.779Z | Downloaded polar-core v0.27.3 |
826 | 2024-08-07T19:41:32.787Z | Downloaded regress v0.9.1 |
827 | 2024-08-07T19:41:32.796Z | Downloaded openapiv3 v2.0.0 |
828 | 2024-08-07T19:41:32.809Z | Downloaded radix_trie v0.2.1 |
829 | 2024-08-07T19:41:32.814Z | Downloaded h2 v0.3.26 |
830 | 2024-08-07T19:41:32.821Z | Downloaded sled v0.34.7 |
831 | 2024-08-07T19:41:32.832Z | Downloaded proptest v1.4.0 |
832 | 2024-08-07T19:41:32.842Z | Downloaded zerocopy-derive v0.6.6 |
833 | 2024-08-07T19:41:32.853Z | Downloaded curve25519-dalek v4.1.3 |
834 | 2024-08-07T19:41:32.862Z | Downloaded regex-syntax v0.6.29 |
835 | 2024-08-07T19:41:32.871Z | Downloaded regex v1.10.6 |
836 | 2024-08-07T19:41:32.886Z | Downloaded petgraph v0.6.5 |
837 | 2024-08-07T19:41:32.905Z | Downloaded smoltcp v0.9.1 |
838 | 2024-08-07T19:41:32.916Z | Downloaded trust-dns-proto v0.22.0 |
839 | 2024-08-07T19:41:32.930Z | Downloaded idna v0.3.0 |
840 | 2024-08-07T19:41:32.937Z | Downloaded idna v0.2.3 |
841 | 2024-08-07T19:41:32.945Z | Downloaded rustls v0.22.4 |
842 | 2024-08-07T19:41:32.960Z | Downloaded regex-syntax v0.8.3 |
843 | 2024-08-07T19:41:32.969Z | Downloaded smoltcp v0.11.0 |
844 | 2024-08-07T19:41:32.983Z | Downloaded diesel v2.2.2 |
845 | 2024-08-07T19:41:33.004Z | Downloaded rustls v0.21.12 |
846 | 2024-08-07T19:41:33.016Z | Downloaded bstr v1.9.1 |
847 | 2024-08-07T19:41:33.027Z | Downloaded bstr v0.2.17 |
848 | 2024-08-07T19:41:33.038Z | Downloaded ratatui v0.27.0 |
849 | 2024-08-07T19:41:33.058Z | Downloaded serde_with v3.8.3 |
850 | 2024-08-07T19:41:33.067Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
851 | 2024-08-07T19:41:33.081Z | Downloaded object v0.32.2 |
852 | 2024-08-07T19:41:33.093Z | Downloaded regex-automata v0.4.6 |
853 | 2024-08-07T19:41:33.112Z | Downloaded unicode-normalization v0.1.23 |
854 | 2024-08-07T19:41:33.115Z | Downloaded finl_unicode v1.2.0 |
855 | 2024-08-07T19:41:33.129Z | Downloaded chrono v0.4.38 |
856 | 2024-08-07T19:41:33.136Z | Downloaded tokio v1.38.1 |
857 | 2024-08-07T19:41:33.176Z | Downloaded bitvec v1.0.1 |
858 | 2024-08-07T19:41:33.191Z | Downloaded sha3 v0.10.8 |
859 | 2024-08-07T19:41:33.196Z | Downloaded csv v1.3.0 |
860 | 2024-08-07T19:41:33.217Z | Downloaded lalrpop v0.19.12 |
861 | 2024-08-07T19:41:33.229Z | Downloaded hyper v0.14.30 |
862 | 2024-08-07T19:41:33.237Z | Downloaded encoding_rs v0.8.34 |
863 | 2024-08-07T19:41:33.259Z | Downloaded trust-dns-client v0.22.0 |
864 | 2024-08-07T19:41:33.264Z | Downloaded heapless v0.7.17 |
865 | 2024-08-07T19:41:33.268Z | Downloaded portable-atomic v1.6.0 |
866 | 2024-08-07T19:41:33.274Z | Downloaded unicode-segmentation v1.11.0 |
867 | 2024-08-07T19:41:33.279Z | Downloaded zip v0.6.6 |
868 | 2024-08-07T19:41:33.283Z | Downloaded typed-path v0.7.1 |
869 | 2024-08-07T19:41:33.289Z | Downloaded x509-cert v0.2.5 |
870 | 2024-08-07T19:41:33.295Z | Downloaded flate2 v1.0.31 |
871 | 2024-08-07T19:41:33.300Z | Downloaded crossterm v0.27.0 |
872 | 2024-08-07T19:41:33.307Z | Downloaded blake3 v1.5.1 |
873 | 2024-08-07T19:41:33.314Z | Downloaded hashbrown v0.13.2 |
874 | 2024-08-07T19:41:33.319Z | Downloaded hashbrown v0.12.3 |
875 | 2024-08-07T19:41:33.323Z | Downloaded predicates-tree v1.0.9 |
876 | 2024-08-07T19:41:33.326Z | Downloaded tokio-util v0.7.11 |
877 | 2024-08-07T19:41:33.332Z | Downloaded tinyvec v1.6.0 |
878 | 2024-08-07T19:41:33.334Z | Downloaded elliptic-curve v0.13.8 |
879 | 2024-08-07T19:41:33.337Z | Downloaded trust-dns-resolver v0.22.0 |
880 | 2024-08-07T19:41:33.342Z | Downloaded strum_macros v0.24.3 |
881 | 2024-08-07T19:41:33.344Z | Downloaded smallvec v1.13.2 |
882 | 2024-08-07T19:41:33.347Z | Downloaded subprocess v0.2.9 |
883 | 2024-08-07T19:41:33.350Z | Downloaded r2d2 v0.8.10 |
884 | 2024-08-07T19:41:33.350Z | Downloaded quick-error v1.2.3 |
885 | 2024-08-07T19:41:33.353Z | Downloaded flume v0.11.0 |
886 | 2024-08-07T19:41:33.356Z | Downloaded vte v0.11.1 |
887 | 2024-08-07T19:41:33.358Z | Downloaded tempfile v3.10.1 |
888 | 2024-08-07T19:41:33.361Z | Downloaded tar v0.4.41 |
889 | 2024-08-07T19:41:33.364Z | Downloaded tungstenite v0.21.0 |
890 | 2024-08-07T19:41:33.367Z | Downloaded headers v0.3.9 |
891 | 2024-08-07T19:41:33.370Z | Downloaded trust-dns-server v0.22.1 |
892 | 2024-08-07T19:41:33.376Z | Downloaded snafu v0.8.2 |
893 | 2024-08-07T19:41:33.381Z | Downloaded itertools v0.13.0 |
894 | 2024-08-07T19:41:33.389Z | Downloaded smawk v0.3.2 |
895 | 2024-08-07T19:41:33.391Z | Downloaded sha1 v0.10.6 |
896 | 2024-08-07T19:41:33.394Z | Downloaded futures-channel v0.3.30 |
897 | 2024-08-07T19:41:33.394Z | Downloaded strum_macros v0.26.4 |
898 | 2024-08-07T19:41:33.397Z | Downloaded num-bigint-dig v0.8.4 |
899 | 2024-08-07T19:41:33.401Z | Downloaded libm v0.2.8 |
900 | 2024-08-07T19:41:33.409Z | Downloaded textwrap v0.16.1 |
901 | 2024-08-07T19:41:33.412Z | Downloaded enum-as-inner v0.5.1 |
902 | 2024-08-07T19:41:33.414Z | Downloaded heapless v0.8.0 |
903 | 2024-08-07T19:41:33.417Z | Downloaded stringprep v0.1.4 |
904 | 2024-08-07T19:41:33.420Z | Downloaded ref-cast-impl v1.0.23 |
905 | 2024-08-07T19:41:33.420Z | Downloaded ring v0.17.8 |
906 | 2024-08-07T19:41:33.490Z | Downloaded steno v0.4.1 |
907 | 2024-08-07T19:41:33.494Z | Downloaded unicode-truncate v1.0.0 |
908 | 2024-08-07T19:41:33.497Z | Downloaded mio v0.8.11 |
909 | 2024-08-07T19:41:33.501Z | Downloaded crossbeam-channel v0.5.12 |
910 | 2024-08-07T19:41:33.506Z | Downloaded slog v2.7.0 |
911 | 2024-08-07T19:41:33.512Z | Downloaded derive_more v0.99.18 |
912 | 2024-08-07T19:41:33.515Z | Downloaded hostname v0.4.0 |
913 | 2024-08-07T19:41:33.515Z | Downloaded hostname v0.3.1 |
914 | 2024-08-07T19:41:33.518Z | Downloaded sct v0.7.1 |
915 | 2024-08-07T19:41:33.521Z | Downloaded const_format v0.2.32 |
916 | 2024-08-07T19:41:33.524Z | Downloaded rustc_version v0.1.7 |
917 | 2024-08-07T19:41:33.527Z | Downloaded poly1305 v0.8.0 |
918 | 2024-08-07T19:41:33.530Z | Downloaded pkcs8 v0.10.2 |
919 | 2024-08-07T19:41:33.530Z | Downloaded predicates v3.1.2 |
920 | 2024-08-07T19:41:33.536Z | Downloaded base64 v0.21.7 |
921 | 2024-08-07T19:41:33.549Z | Downloaded cc v1.0.97 |
922 | 2024-08-07T19:41:33.550Z | Downloaded ring v0.16.20 |
923 | 2024-08-07T19:41:33.619Z | Downloaded rustls-pemfile v2.1.3 |
924 | 2024-08-07T19:41:33.621Z | Downloaded toml v0.7.8 |
925 | 2024-08-07T19:41:33.624Z | Downloaded hyper-rustls v0.24.2 |
926 | 2024-08-07T19:41:33.627Z | Downloaded foreign-types-shared v0.1.1 |
927 | 2024-08-07T19:41:33.627Z | Downloaded display-error-chain v0.2.0 |
928 | 2024-08-07T19:41:33.630Z | Downloaded rand_chacha v0.3.1 |
929 | 2024-08-07T19:41:33.630Z | Downloaded diesel_table_macro_syntax v0.2.0 |
930 | 2024-08-07T19:41:33.630Z | Downloaded foreign-types-macros v0.2.3 |
931 | 2024-08-07T19:41:33.633Z | Downloaded foreign-types v0.5.0 |
932 | 2024-08-07T19:41:33.633Z | Downloaded fastrand v2.1.0 |
933 | 2024-08-07T19:41:33.633Z | Downloaded der v0.7.9 |
934 | 2024-08-07T19:41:33.637Z | Downloaded socket2 v0.5.7 |
935 | 2024-08-07T19:41:33.639Z | Downloaded socket2 v0.4.10 |
936 | 2024-08-07T19:41:33.642Z | Downloaded structmeta v0.3.0 |
937 | 2024-08-07T19:41:33.642Z | Downloaded structmeta v0.2.0 |
938 | 2024-08-07T19:41:33.642Z | Downloaded highway v1.2.0 |
939 | 2024-08-07T19:41:33.645Z | Downloaded miniz_oxide v0.7.2 |
940 | 2024-08-07T19:41:33.647Z | Downloaded signature v2.2.0 |
941 | 2024-08-07T19:41:33.647Z | Downloaded filetime v0.2.23 |
942 | 2024-08-07T19:41:33.651Z | Downloaded walkdir v2.5.0 |
943 | 2024-08-07T19:41:33.654Z | Downloaded sec1 v0.7.3 |
944 | 2024-08-07T19:41:33.654Z | Downloaded allocator-api2 v0.2.18 |
945 | 2024-08-07T19:41:33.656Z | Downloaded crossbeam-epoch v0.9.18 |
946 | 2024-08-07T19:41:33.659Z | Downloaded blake2 v0.10.6 |
947 | 2024-08-07T19:41:33.659Z | Downloaded futures-sink v0.3.30 |
948 | 2024-08-07T19:41:33.662Z | Downloaded slog-stdlog v4.1.1 |
949 | 2024-08-07T19:41:33.662Z | Downloaded num-derive v0.4.2 |
950 | 2024-08-07T19:41:33.664Z | Downloaded num_enum_derive v0.5.11 |
951 | 2024-08-07T19:41:33.664Z | Downloaded nu-ansi-term v0.50.0 |
952 | 2024-08-07T19:41:33.667Z | Downloaded mime_guess v2.0.4 |
953 | 2024-08-07T19:41:33.669Z | Downloaded bytes v1.7.1 |
954 | 2024-08-07T19:41:33.672Z | Downloaded arc-swap v1.7.1 |
955 | 2024-08-07T19:41:33.675Z | Downloaded dsl_auto_type v0.1.2 |
956 | 2024-08-07T19:41:33.677Z | Downloaded fixedbitset v0.4.2 |
957 | 2024-08-07T19:41:33.677Z | Downloaded num-complex v0.4.6 |
958 | 2024-08-07T19:41:33.680Z | Downloaded cookie v0.17.0 |
959 | 2024-08-07T19:41:33.680Z | Downloaded ahash v0.8.11 |
960 | 2024-08-07T19:41:33.683Z | Downloaded thread_local v1.1.8 |
961 | 2024-08-07T19:41:33.685Z | Downloaded thiserror-no-std v2.0.2 |
962 | 2024-08-07T19:41:33.689Z | Downloaded termcolor v1.4.1 |
963 | 2024-08-07T19:41:33.692Z | Downloaded omicron-zone-package v0.11.0 |
964 | 2024-08-07T19:41:33.692Z | Downloaded num_enum v0.5.11 |
965 | 2024-08-07T19:41:33.695Z | Downloaded memmap2 v0.9.4 |
966 | 2024-08-07T19:41:33.698Z | Downloaded packed_struct_codegen v0.10.1 |
967 | 2024-08-07T19:41:33.698Z | Downloaded olpc-cjson v0.1.3 |
968 | 2024-08-07T19:41:33.700Z | Downloaded defmt v0.3.8 |
969 | 2024-08-07T19:41:33.703Z | Downloaded signal-hook-registry v1.4.2 |
970 | 2024-08-07T19:41:33.703Z | Downloaded md-5 v0.10.6 |
971 | 2024-08-07T19:41:33.706Z | Downloaded lru-cache v0.1.2 |
972 | 2024-08-07T19:41:33.706Z | Downloaded impl-trait-for-tuples v0.2.2 |
973 | 2024-08-07T19:41:33.708Z | Downloaded csv-core v0.1.11 |
974 | 2024-08-07T19:41:33.711Z | Downloaded crossbeam-utils v0.8.19 |
975 | 2024-08-07T19:41:33.711Z | Downloaded inout v0.1.3 |
976 | 2024-08-07T19:41:33.714Z | Downloaded defmt-parser v0.3.4 |
977 | 2024-08-07T19:41:33.714Z | Downloaded bitfield-struct v0.6.1 |
978 | 2024-08-07T19:41:33.714Z | Downloaded ipnet v2.9.0 |
979 | 2024-08-07T19:41:33.717Z | Downloaded lazy_static v1.5.0 |
980 | 2024-08-07T19:41:33.717Z | Downloaded cobs v0.2.3 |
981 | 2024-08-07T19:41:33.719Z | Downloaded ipnetwork v0.20.0 |
982 | 2024-08-07T19:41:33.719Z | Downloaded buf-list v1.0.3 |
983 | 2024-08-07T19:41:33.722Z | Downloaded opaque-debug v0.3.1 |
984 | 2024-08-07T19:41:33.722Z | Downloaded crossbeam-deque v0.8.5 |
985 | 2024-08-07T19:41:33.725Z | Downloaded bcs v0.1.6 |
986 | 2024-08-07T19:41:33.725Z | Downloaded assert_matches v1.5.0 |
987 | 2024-08-07T19:41:33.727Z | Downloaded maybe-uninit v2.0.0 |
988 | 2024-08-07T19:41:33.727Z | Downloaded cfg_aliases v0.1.1 |
989 | 2024-08-07T19:41:33.727Z | Downloaded nanorand v0.7.0 |
990 | 2024-08-07T19:41:33.730Z | Downloaded bitstruct_derive v0.1.0 |
991 | 2024-08-07T19:41:33.730Z | Downloaded bitstruct v0.1.1 |
992 | 2024-08-07T19:41:33.733Z | Downloaded indoc v1.0.9 |
993 | 2024-08-07T19:41:33.736Z | Downloaded data-encoding v2.6.0 |
994 | 2024-08-07T19:41:33.736Z | Downloaded bitfield v0.14.0 |
995 | 2024-08-07T19:41:33.736Z | Downloaded is_ci v1.2.0 |
996 | 2024-08-07T19:41:33.738Z | Downloaded block-padding v0.3.3 |
997 | 2024-08-07T19:41:33.738Z | Downloaded bit-set v0.5.3 |
998 | 2024-08-07T19:41:33.738Z | Downloaded newtype_derive v0.1.6 |
999 | 2024-08-07T19:41:33.741Z | Downloaded crc v3.2.1 |
1000 | 2024-08-07T19:41:33.741Z | Downloaded cipher v0.4.4 |
1001 | 2024-08-07T19:41:33.744Z | Downloaded cexpr v0.6.0 |
1002 | 2024-08-07T19:41:33.746Z | Downloaded castaway v0.2.2 |
1003 | 2024-08-07T19:41:33.746Z | Downloaded bitflags v1.3.2 |
1004 | 2024-08-07T19:41:33.749Z | Downloaded atty v0.2.14 |
1005 | 2024-08-07T19:41:33.749Z | Downloaded async-stream-impl v0.3.5 |
1006 | 2024-08-07T19:41:33.752Z | Downloaded nodrop v0.1.14 |
1007 | 2024-08-07T19:41:33.841Z | Compiling cfg-if v1.0.0 |
1008 | 2024-08-07T19:41:33.841Z | Compiling serde v1.0.204 |
1009 | 2024-08-07T19:41:33.844Z | Compiling lock_api v0.4.12 |
1010 | 2024-08-07T19:41:33.844Z | Compiling scopeguard v1.2.0 |
1011 | 2024-08-07T19:41:33.987Z | Compiling log v0.4.21 |
1012 | 2024-08-07T19:41:33.998Z | Compiling syn v2.0.72 |
1013 | 2024-08-07T19:41:34.002Z | Compiling cc v1.0.97 |
1014 | 2024-08-07T19:41:34.010Z | Compiling typenum v1.17.0 |
1015 | 2024-08-07T19:41:34.069Z | Compiling getrandom v0.2.14 |
1016 | 2024-08-07T19:41:34.113Z | Compiling generic-array v0.14.7 |
1017 | 2024-08-07T19:41:34.422Z | Compiling rand_core v0.6.4 |
1018 | 2024-08-07T19:41:34.439Z | Compiling pin-project-lite v0.2.14 |
1019 | 2024-08-07T19:41:34.549Z | Compiling parking_lot_core v0.9.10 |
1020 | 2024-08-07T19:41:34.597Z | Compiling smallvec v1.13.2 |
1021 | 2024-08-07T19:41:34.628Z | Compiling signal-hook-registry v1.4.2 |
1022 | 2024-08-07T19:41:34.850Z | Compiling spin v0.9.8 |
1023 | 2024-08-07T19:41:34.964Z | Compiling mio v0.8.11 |
1024 | 2024-08-07T19:41:34.997Z | Compiling ahash v0.8.11 |
1025 | 2024-08-07T19:41:35.343Z | Compiling tinyvec_macros v0.1.1 |
1026 | 2024-08-07T19:41:35.392Z | Compiling futures-core v0.3.30 |
1027 | 2024-08-07T19:41:35.435Z | Compiling tinyvec v1.6.0 |
1028 | 2024-08-07T19:41:35.518Z | Compiling parking_lot v0.12.2 |
1029 | 2024-08-07T19:41:35.647Z | Compiling num_cpus v1.16.0 |
1030 | 2024-08-07T19:41:35.727Z | Compiling socket2 v0.5.7 |
1031 | 2024-08-07T19:41:35.770Z | Compiling subtle v2.5.0 |
1032 | 2024-08-07T19:41:36.133Z | Compiling libm v0.2.8 |
1033 | 2024-08-07T19:41:36.381Z | Compiling serde_json v1.0.122 |
1034 | 2024-08-07T19:41:36.500Z | Compiling const-oid v0.9.6 |
1035 | 2024-08-07T19:41:36.543Z | Compiling slab v0.4.9 |
1036 | 2024-08-07T19:41:36.748Z | Compiling num-traits v0.2.19 |
1037 | 2024-08-07T19:41:36.766Z | Compiling unicode-bidi v0.3.15 |
1038 | 2024-08-07T19:41:36.853Z | Compiling allocator-api2 v0.2.18 |
1039 | 2024-08-07T19:41:36.937Z | Compiling unicode-normalization v0.1.23 |
1040 | 2024-08-07T19:41:36.983Z | Compiling futures-sink v0.3.30 |
1041 | 2024-08-07T19:41:37.568Z | Compiling futures-channel v0.3.30 |
1042 | 2024-08-07T19:41:37.707Z | Compiling futures-task v0.3.30 |
1043 | 2024-08-07T19:41:37.724Z | Compiling vcpkg v0.2.15 |
1044 | 2024-08-07T19:41:37.998Z | Compiling pin-utils v0.1.0 |
1045 | 2024-08-07T19:41:38.020Z | Compiling futures-io v0.3.30 |
1046 | 2024-08-07T19:41:38.073Z | Compiling pkg-config v0.3.30 |
1047 | 2024-08-07T19:41:38.090Z | Compiling ring v0.17.8 |
1048 | 2024-08-07T19:41:38.341Z | Compiling ppv-lite86 v0.2.17 |
1049 | 2024-08-07T19:41:38.533Z | Compiling percent-encoding v2.3.1 |
1050 | 2024-08-07T19:41:38.716Z | Compiling tracing-core v0.1.32 |
1051 | 2024-08-07T19:41:38.886Z | Compiling rustix v0.38.34 |
1052 | 2024-08-07T19:41:39.092Z | Compiling rand_chacha v0.3.1 |
1053 | 2024-08-07T19:41:39.641Z | Compiling syn v1.0.109 |
1054 | 2024-08-07T19:41:39.751Z | Compiling untrusted v0.9.0 |
1055 | 2024-08-07T19:41:39.843Z | Compiling openssl-sys v0.9.103 |
1056 | 2024-08-07T19:41:39.895Z | Compiling num-conv v0.1.0 |
1057 | 2024-08-07T19:41:40.052Z | Compiling time-core v0.1.2 |
1058 | 2024-08-07T19:41:40.149Z | Compiling powerfmt v0.2.0 |
1059 | 2024-08-07T19:41:40.244Z | Compiling time-macros v0.2.18 |
1060 | 2024-08-07T19:41:40.351Z | Compiling rand v0.8.5 |
1061 | 2024-08-07T19:41:40.395Z | Compiling num_threads v0.1.7 |
1062 | 2024-08-07T19:41:40.518Z | Compiling deranged v0.3.11 |
1063 | 2024-08-07T19:41:40.538Z | Compiling base64ct v1.6.0 |
1064 | 2024-08-07T19:41:41.039Z | Compiling foreign-types-shared v0.1.1 |
1065 | 2024-08-07T19:41:41.146Z | Compiling rustversion v1.0.17 |
1066 | 2024-08-07T19:41:41.314Z | Compiling httparse v1.8.0 |
1067 | 2024-08-07T19:41:41.668Z | Compiling openssl v0.10.66 |
1068 | 2024-08-07T19:41:41.913Z | Compiling foreign-types v0.3.2 |
1069 | 2024-08-07T19:41:41.983Z | Compiling pem-rfc7468 v0.7.0 |
1070 | 2024-08-07T19:41:42.044Z | Compiling form_urlencoded v1.2.1 |
1071 | 2024-08-07T19:41:42.223Z | Compiling siphasher v0.3.11 |
1072 | 2024-08-07T19:41:42.305Z | Compiling crossbeam-utils v0.8.19 |
1073 | 2024-08-07T19:41:42.589Z | Compiling rustls v0.21.12 |
1074 | 2024-08-07T19:41:42.607Z | Compiling flagset v0.4.5 |
1075 | 2024-08-07T19:41:42.800Z | Compiling native-tls v0.2.11 |
1076 | 2024-08-07T19:41:42.845Z | Compiling try-lock v0.2.5 |
1077 | 2024-08-07T19:41:42.968Z | Compiling want v0.3.1 |
1078 | 2024-08-07T19:41:43.188Z | Compiling time v0.3.36 |
1079 | 2024-08-07T19:41:43.225Z | Compiling idna v0.5.0 |
1080 | 2024-08-07T19:41:43.413Z | Compiling lazy_static v1.5.0 |
1081 | 2024-08-07T19:41:43.522Z | Compiling aho-corasick v1.1.3 |
1082 | 2024-08-07T19:41:43.568Z | Compiling cookie v0.17.0 |
1083 | 2024-08-07T19:41:43.856Z | Compiling regex-syntax v0.8.3 |
1084 | 2024-08-07T19:41:44.518Z | Compiling adler v1.0.2 |
1085 | 2024-08-07T19:41:44.749Z | Compiling openssl-probe v0.1.5 |
1086 | 2024-08-07T19:41:44.840Z | Compiling slog v2.7.0 |
1087 | 2024-08-07T19:41:45.076Z | Compiling cpufeatures v0.2.12 |
1088 | 2024-08-07T19:41:45.194Z | Compiling tower-service v0.3.2 |
1089 | 2024-08-07T19:41:45.337Z | Compiling iana-time-zone v0.1.60 |
1090 | 2024-08-07T19:41:45.378Z | Compiling signal-hook v0.3.17 |
1091 | 2024-08-07T19:41:45.652Z | Compiling httpdate v1.0.3 |
1092 | 2024-08-07T19:41:45.772Z | Compiling finl_unicode v1.2.0 |
1093 | 2024-08-07T19:41:46.214Z | Compiling miniz_oxide v0.7.2 |
1094 | 2024-08-07T19:41:46.371Z | Compiling stringprep v0.1.4 |
1095 | 2024-08-07T19:41:47.556Z | Compiling regex-automata v0.4.6 |
1096 | 2024-08-07T19:41:47.713Z | Compiling url v2.5.2 |
1097 | 2024-08-07T19:41:48.049Z | Compiling serde_derive v1.0.204 |
1098 | 2024-08-07T19:41:48.352Z | Compiling zeroize_derive v1.4.2 |
1099 | 2024-08-07T19:41:48.918Z | Compiling zerocopy-derive v0.7.34 |
1100 | 2024-08-07T19:41:49.509Z | Compiling tokio-macros v2.3.0 |
1101 | 2024-08-07T19:41:49.972Z | Compiling zeroize v1.7.0 |
1102 | 2024-08-07T19:41:50.418Z | Compiling thiserror-impl v1.0.63 |
1103 | 2024-08-07T19:41:50.538Z | Compiling futures-macro v0.3.30 |
1104 | 2024-08-07T19:41:51.170Z | Compiling tracing-attributes v0.1.27 |
1105 | 2024-08-07T19:41:51.223Z | Compiling zerocopy v0.7.34 |
1106 | 2024-08-07T19:41:51.829Z | Compiling crypto-common v0.1.6 |
1107 | 2024-08-07T19:41:52.063Z | Compiling block-buffer v0.10.4 |
1108 | 2024-08-07T19:41:52.327Z | Compiling digest v0.10.7 |
1109 | 2024-08-07T19:41:52.525Z | Compiling futures-util v0.3.30 |
1110 | 2024-08-07T19:41:52.834Z | Compiling scroll_derive v0.12.0 |
1111 | 2024-08-07T19:41:53.437Z | Compiling hashbrown v0.14.5 |
1112 | 2024-08-07T19:41:53.692Z | Compiling thiserror v1.0.63 |
1113 | 2024-08-07T19:41:53.833Z | Compiling pest v2.7.10 |
1114 | 2024-08-07T19:41:54.312Z | Compiling scroll v0.12.0 |
1115 | 2024-08-07T19:41:54.841Z | Compiling goblin v0.8.2 |
1116 | 2024-08-07T19:41:54.877Z | Compiling hmac v0.12.1 |
1117 | 2024-08-07T19:41:54.963Z | Compiling tracing v0.1.40 |
1118 | 2024-08-07T19:41:55.119Z | Compiling der_derive v0.7.2 |
1119 | 2024-08-07T19:41:55.553Z | Compiling openssl-macros v0.1.1 |
1120 | 2024-08-07T19:41:55.856Z | Compiling rustls-webpki v0.101.7 |
1121 | 2024-08-07T19:41:56.332Z | Compiling sct v0.7.1 |
1122 | 2024-08-07T19:41:56.643Z | Compiling pest_meta v2.7.10 |
1123 | 2024-08-07T19:41:57.688Z | Compiling sha2 v0.10.8 |
1124 | 2024-08-07T19:41:57.695Z | Compiling der v0.7.9 |
1125 | 2024-08-07T19:41:58.611Z | Compiling pest_generator v2.7.10 |
1126 | 2024-08-07T19:42:00.544Z | Compiling spki v0.7.3 |
1127 | 2024-08-07T19:42:00.676Z | Compiling md-5 v0.10.6 |
1128 | 2024-08-07T19:42:00.997Z | Compiling num-integer v0.1.46 |
1129 | 2024-08-07T19:42:01.065Z | Compiling idna v0.3.0 |
1130 | 2024-08-07T19:42:01.385Z | Compiling backtrace v0.3.71 |
1131 | 2024-08-07T19:42:01.702Z | Compiling pest_derive v2.7.10 |
1132 | 2024-08-07T19:42:01.766Z | Compiling hash32 v0.2.1 |
1133 | 2024-08-07T19:42:01.828Z | Compiling base64 v0.22.1 |
1134 | 2024-08-07T19:42:02.152Z | Compiling smoltcp v0.9.1 |
1135 | 2024-08-07T19:42:02.172Z | Compiling crc32fast v1.4.0 |
1136 | 2024-08-07T19:42:02.503Z | Compiling bytes v1.7.1 |
1137 | 2024-08-07T19:42:02.588Z | Compiling bitflags v2.6.0 |
1138 | 2024-08-07T19:42:02.673Z | Compiling indexmap v2.3.0 |
1139 | 2024-08-07T19:42:02.738Z | Compiling semver v1.0.23 |
1140 | 2024-08-07T19:42:03.480Z | Compiling tokio v1.38.1 |
1141 | 2024-08-07T19:42:03.806Z | Compiling http v0.2.12 |
1142 | 2024-08-07T19:42:04.123Z | Compiling rustc_version v0.4.0 |
1143 | 2024-08-07T19:42:04.915Z | Compiling heapless v0.7.17 |
1144 | 2024-08-07T19:42:05.205Z | Compiling dof v0.3.0 |
1145 | 2024-08-07T19:42:05.363Z | Compiling http-body v0.4.6 |
1146 | 2024-08-07T19:42:05.704Z | Compiling dtrace-parser v0.2.0 |
1147 | 2024-08-07T19:42:05.767Z | Compiling uuid v1.10.0 |
1148 | 2024-08-07T19:42:05.878Z | Compiling toml_datetime v0.6.8 |
1149 | 2024-08-07T19:42:05.932Z | Compiling serde_spanned v0.6.7 |
1150 | 2024-08-07T19:42:06.174Z | Compiling serde_tokenstream v0.2.1 |
1151 | 2024-08-07T19:42:06.374Z | Compiling usdt-impl v0.5.0 |
1152 | 2024-08-07T19:42:06.398Z | Compiling chrono v0.4.38 |
1153 | 2024-08-07T19:42:06.724Z | Compiling psl-types v2.0.11 |
1154 | 2024-08-07T19:42:06.919Z | Compiling gimli v0.28.1 |
1155 | 2024-08-07T19:42:07.193Z | Compiling stable_deref_trait v1.2.0 |
1156 | 2024-08-07T19:42:07.298Z | Compiling fallible-iterator v0.2.0 |
1157 | 2024-08-07T19:42:07.873Z | Compiling publicsuffix v2.2.3 |
1158 | 2024-08-07T19:42:07.987Z | Compiling postgres-protocol v0.6.7 |
1159 | 2024-08-07T19:42:08.005Z | Compiling terminal_size v0.3.0 |
1160 | 2024-08-07T19:42:08.233Z | Compiling pkcs8 v0.10.2 |
1161 | 2024-08-07T19:42:08.542Z | Compiling hubpack_derive v0.1.1 |
1162 | 2024-08-07T19:42:08.809Z | Compiling block-padding v0.3.3 |
1163 | 2024-08-07T19:42:09.054Z | Compiling zerocopy-derive v0.6.6 |
1164 | 2024-08-07T19:42:09.293Z | Compiling async-trait v0.1.81 |
1165 | 2024-08-07T19:42:10.111Z | Compiling phf_shared v0.11.2 |
1166 | 2024-08-07T19:42:10.308Z | Compiling serde_derive_internals v0.29.1 |
1167 | 2024-08-07T19:42:10.508Z | Compiling ff v0.13.0 |
1168 | 2024-08-07T19:42:10.732Z | Compiling object v0.32.2 |
1169 | 2024-08-07T19:42:10.883Z | Compiling fs-err v2.11.0 |
1170 | 2024-08-07T19:42:11.178Z | Compiling base64 v0.21.7 |
1171 | 2024-08-07T19:42:11.241Z | Compiling addr2line v0.21.0 |
1172 | 2024-08-07T19:42:11.815Z | Compiling tokio-util v0.7.11 |
1173 | 2024-08-07T19:42:11.904Z | Compiling tokio-rustls v0.24.1 |
1174 | 2024-08-07T19:42:11.923Z | Compiling tokio-native-tls v0.3.1 |
1175 | 2024-08-07T19:42:11.945Z | Compiling managed v0.8.0 |
1176 | 2024-08-07T19:42:12.056Z | Compiling winnow v0.5.40 |
1177 | 2024-08-07T19:42:12.185Z | Compiling rustc-demangle v0.1.24 |
1178 | 2024-08-07T19:42:12.304Z | Compiling bit-vec v0.6.3 |
1179 | 2024-08-07T19:42:12.368Z | Compiling regex-automata v0.1.10 |
1180 | 2024-08-07T19:42:12.777Z | Compiling h2 v0.3.26 |
1181 | 2024-08-07T19:42:12.844Z | Compiling matches v0.1.10 |
1182 | 2024-08-07T19:42:12.940Z | Compiling either v1.13.0 |
1183 | 2024-08-07T19:42:13.078Z | Compiling ipnet v2.9.0 |
1184 | 2024-08-07T19:42:13.184Z | Compiling anyhow v1.0.86 |
1185 | 2024-08-07T19:42:13.184Z | Compiling base16ct v0.2.0 |
1186 | 2024-08-07T19:42:13.357Z | Compiling schemars v0.8.21 |
1187 | 2024-08-07T19:42:13.512Z | Compiling bitflags v1.3.2 |
1188 | 2024-08-07T19:42:13.745Z | Compiling sec1 v0.7.3 |
1189 | 2024-08-07T19:42:13.951Z | Compiling clap_builder v4.5.13 |
1190 | 2024-08-07T19:42:14.262Z | Compiling schemars_derive v0.8.21 |
1191 | 2024-08-07T19:42:14.298Z | Compiling idna v0.2.3 |
1192 | 2024-08-07T19:42:15.834Z | Compiling toml_edit v0.19.15 |
1193 | 2024-08-07T19:42:15.856Z | Compiling bstr v0.2.17 |
1194 | 2024-08-07T19:42:15.923Z | Compiling rustls-pemfile v1.0.4 |
1195 | 2024-08-07T19:42:16.355Z | Compiling zerocopy v0.6.6 |
1196 | 2024-08-07T19:42:17.325Z | Compiling group v0.13.0 |
1197 | 2024-08-07T19:42:17.606Z | Compiling phf v0.11.2 |
1198 | 2024-08-07T19:42:17.647Z | Compiling signal-hook-mio v0.2.3 |
1199 | 2024-08-07T19:42:17.807Z | Compiling hubpack v0.1.2 |
1200 | 2024-08-07T19:42:17.882Z | Compiling inout v0.1.3 |
1201 | 2024-08-07T19:42:17.975Z | Compiling postgres-types v0.2.7 |
1202 | 2024-08-07T19:42:18.134Z | Compiling cookie_store v0.20.0 |
1203 | 2024-08-07T19:42:18.568Z | Compiling usdt-attr-macro v0.5.0 |
1204 | 2024-08-07T19:42:18.664Z | Compiling usdt-macro v0.5.0 |
1205 | 2024-08-07T19:42:19.492Z | Compiling serde_urlencoded v0.7.1 |
1206 | 2024-08-07T19:42:19.642Z | Compiling hyper v0.14.30 |
1207 | 2024-08-07T19:42:20.011Z | Compiling num-bigint v0.4.5 |
1208 | 2024-08-07T19:42:20.140Z | Compiling futures-executor v0.3.30 |
1209 | 2024-08-07T19:42:20.224Z | Compiling enum-as-inner v0.5.1 |
1210 | 2024-08-07T19:42:20.762Z | Compiling hkdf v0.12.4 |
1211 | 2024-08-07T19:42:20.810Z | Compiling regex v1.10.6 |
1212 | 2024-08-07T19:42:21.018Z | Compiling crypto-bigint v0.5.5 |
1213 | 2024-08-07T19:42:21.292Z | Compiling strum_macros v0.25.3 |
1214 | 2024-08-07T19:42:21.901Z | Compiling serde_repr v0.1.19 |
1215 | 2024-08-07T19:42:23.068Z | Compiling clap_derive v4.5.13 |
1216 | 2024-08-07T19:42:23.256Z | Compiling phf_shared v0.10.0 |
1217 | 2024-08-07T19:42:23.274Z | Compiling float-cmp v0.9.0 |
1218 | 2024-08-07T19:42:23.490Z | Compiling encoding_rs v0.8.34 |
1219 | 2024-08-07T19:42:23.634Z | Compiling static_assertions v1.1.0 |
1220 | 2024-08-07T19:42:23.684Z | Compiling whoami v1.5.1 |
1221 | 2024-08-07T19:42:23.728Z | Compiling difflib v0.4.0 |
1222 | 2024-08-07T19:42:24.295Z | Compiling minimal-lexical v0.2.1 |
1223 | 2024-08-07T19:42:24.820Z | Compiling unicode-segmentation v1.11.0 |
1224 | 2024-08-07T19:42:25.291Z | Compiling data-encoding v2.6.0 |
1225 | 2024-08-07T19:42:25.420Z | Compiling webpki-roots v0.25.4 |
1226 | 2024-08-07T19:42:25.583Z | Compiling mime v0.3.17 |
1227 | 2024-08-07T19:42:25.683Z | Compiling fixedbitset v0.4.2 |
1228 | 2024-08-07T19:42:26.158Z | Compiling sync_wrapper v0.1.2 |
1229 | 2024-08-07T19:42:26.180Z | Compiling predicates-core v1.0.6 |
1230 | 2024-08-07T19:42:26.280Z | Compiling normalize-line-endings v0.3.0 |
1231 | 2024-08-07T19:42:26.404Z | Compiling hyper-tls v0.5.0 |
1232 | 2024-08-07T19:42:26.538Z | Compiling hyper-rustls v0.24.2 |
1233 | 2024-08-07T19:42:26.748Z | Compiling new_debug_unreachable v1.0.6 |
1234 | 2024-08-07T19:42:26.840Z | Compiling precomputed-hash v0.1.1 |
1235 | 2024-08-07T19:42:26.885Z | Compiling dyn-clone v1.0.17 |
1236 | 2024-08-07T19:42:27.076Z | Compiling string_cache v0.8.7 |
1237 | 2024-08-07T19:42:27.079Z | Compiling reqwest v0.11.27 |
1238 | 2024-08-07T19:42:27.431Z | Compiling predicates v3.1.2 |
1239 | 2024-08-07T19:42:27.682Z | Compiling trust-dns-proto v0.22.0 |
1240 | 2024-08-07T19:42:27.994Z | Compiling petgraph v0.6.5 |
1241 | 2024-08-07T19:42:28.069Z | Compiling clap v4.5.13 |
1242 | 2024-08-07T19:42:28.183Z | Compiling similar v2.5.0 |
1243 | 2024-08-07T19:42:29.139Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1244 | 2024-08-07T19:42:29.422Z | Compiling toml_edit v0.22.20 |
1245 | 2024-08-07T19:42:30.792Z | Compiling nom v7.1.3 |
1246 | 2024-08-07T19:42:30.881Z | Compiling tokio-postgres v0.7.11 |
1247 | 2024-08-07T19:42:30.899Z | Compiling elliptic-curve v0.13.8 |
1248 | 2024-08-07T19:42:31.727Z | Compiling console v0.15.8 |
1249 | 2024-08-07T19:42:31.922Z | Compiling usdt v0.5.0 |
1250 | 2024-08-07T19:42:32.423Z | Compiling yasna v0.5.2 |
1251 | 2024-08-07T19:42:33.236Z | Compiling futures v0.3.30 |
1252 | 2024-08-07T19:42:33.354Z | Compiling toml v0.7.8 |
1253 | 2024-08-07T19:42:34.299Z | Compiling flate2 v1.0.31 |
1254 | 2024-08-07T19:42:34.520Z | Compiling cipher v0.4.4 |
1255 | 2024-08-07T19:42:35.056Z | Compiling crossterm v0.27.0 |
1256 | 2024-08-07T19:42:35.368Z | Compiling itertools v0.12.1 |
1257 | 2024-08-07T19:42:35.947Z | Compiling itertools v0.10.5 |
1258 | 2024-08-07T19:42:36.124Z | Compiling bit-set v0.5.3 |
1259 | 2024-08-07T19:42:36.127Z | Compiling tokio-stream v0.1.15 |
1260 | 2024-08-07T19:42:36.414Z | Compiling openapiv3 v2.0.0 |
1261 | 2024-08-07T19:42:36.431Z | Compiling hex v0.4.3 |
1262 | 2024-08-07T19:42:37.029Z | Compiling crossbeam-epoch v0.9.18 |
1263 | 2024-08-07T19:42:37.118Z | Compiling num-iter v0.1.45 |
1264 | 2024-08-07T19:42:37.307Z | Compiling bstr v1.9.1 |
1265 | 2024-08-07T19:42:37.761Z | Compiling dirs-sys-next v0.1.2 |
1266 | 2024-08-07T19:42:37.782Z | Compiling unicode-xid v0.2.4 |
1267 | 2024-08-07T19:42:37.964Z | Compiling peg-runtime v0.8.3 |
1268 | 2024-08-07T19:42:38.419Z | Compiling lalrpop-util v0.19.12 |
1269 | 2024-08-07T19:42:38.504Z | Compiling dirs-next v2.0.0 |
1270 | 2024-08-07T19:42:38.617Z | Compiling thread_local v1.1.8 |
1271 | 2024-08-07T19:42:38.685Z | Compiling slog-async v2.8.0 |
1272 | 2024-08-07T19:42:38.704Z | Compiling term v0.7.0 |
1273 | 2024-08-07T19:42:38.757Z | Compiling xattr v1.3.1 |
1274 | 2024-08-07T19:42:38.796Z | Compiling crossbeam-channel v0.5.12 |
1275 | 2024-08-07T19:42:39.013Z | Compiling strum_macros v0.26.4 |
1276 | 2024-08-07T19:42:39.103Z | Compiling filetime v0.2.23 |
1277 | 2024-08-07T19:42:39.145Z | Compiling is-terminal v0.4.12 |
1278 | 2024-08-07T19:42:39.265Z | Compiling take_mut v0.2.2 |
1279 | 2024-08-07T19:42:39.287Z | Compiling slog-term v2.9.1 |
1280 | 2024-08-07T19:42:39.400Z | Compiling tar v0.4.41 |
1281 | 2024-08-07T19:42:39.422Z | Compiling camino v1.1.7 |
1282 | 2024-08-07T19:42:41.128Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1283 | 2024-08-07T19:42:41.995Z | Compiling strum v0.26.3 |
1284 | 2024-08-07T19:42:42.073Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1285 | 2024-08-07T19:42:46.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
1286 | 2024-08-07T19:42:47.074Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1287 | 2024-08-07T19:42:47.118Z | Aug 07 19:42:45.793 INFO Starting download, target: Console |
1288 | 2024-08-07T19:42:47.118Z | Aug 07 19:42:45.794 INFO Starting download, target: Cockroach |
1289 | 2024-08-07T19:42:47.118Z | Aug 07 19:42:45.794 INFO Starting download, target: Clickhouse |
1290 | 2024-08-07T19:42:47.118Z | Aug 07 19:42:45.794 INFO Starting download, target: DendriteOpenapi |
1291 | 2024-08-07T19:42:47.118Z | Aug 07 19:42:45.794 INFO Starting download, target: DendriteStub |
1292 | 2024-08-07T19:42:47.118Z | Aug 07 19:42:45.794 INFO Starting download, target: MaghemiteMgd |
1293 | 2024-08-07T19:42:47.118Z | Aug 07 19:42:45.794 INFO Starting download, target: TransceiverControl |
1294 | 2024-08-07T19:42:47.122Z | Aug 07 19:42:45.794 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1295 | 2024-08-07T19:42:47.122Z | Aug 07 19:42:45.794 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1296 | 2024-08-07T19:42:47.122Z | Aug 07 19:42:45.794 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1297 | 2024-08-07T19:42:47.122Z | Aug 07 19:42:45.795 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1298 | 2024-08-07T19:42:47.122Z | Aug 07 19:42:45.795 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1299 | 2024-08-07T19:42:47.122Z | Aug 07 19:42:45.795 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1300 | 2024-08-07T19:42:47.122Z | Aug 07 19:42:45.795 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1301 | 2024-08-07T19:42:47.259Z | Aug 07 19:42:45.933 INFO Download complete, target: DendriteOpenapi |
1302 | 2024-08-07T19:42:47.568Z | Aug 07 19:42:46.240 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1303 | 2024-08-07T19:42:47.597Z | Aug 07 19:42:46.271 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1304 | 2024-08-07T19:42:47.781Z | Aug 07 19:42:46.456 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1305 | 2024-08-07T19:42:47.899Z | Aug 07 19:42:46.572 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1306 | 2024-08-07T19:42:48.010Z | Aug 07 19:42:46.685 INFO Download complete, target: Console |
1307 | 2024-08-07T19:42:48.359Z | Aug 07 19:42:47.034 INFO Download complete, target: TransceiverControl |
1308 | 2024-08-07T19:42:49.227Z | Aug 07 19:42:47.903 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1309 | 2024-08-07T19:42:49.523Z | Aug 07 19:42:48.198 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1310 | 2024-08-07T19:42:49.523Z | Aug 07 19:42:48.198 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1311 | 2024-08-07T19:42:50.936Z | Aug 07 19:42:49.610 INFO Download complete, target: DendriteStub |
1312 | 2024-08-07T19:42:51.182Z | Aug 07 19:42:49.857 INFO Download complete, target: MaghemiteMgd |
1313 | 2024-08-07T19:42:58.147Z | Aug 07 19:42:56.820 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1314 | 2024-08-07T19:42:58.454Z | Aug 07 19:42:57.127 INFO Checking that binary works, target: Cockroach |
1315 | 2024-08-07T19:42:58.607Z | Aug 07 19:42:57.280 INFO Download complete, target: Cockroach |
1316 | 2024-08-07T19:43:04.101Z | Aug 07 19:43:02.773 INFO Checking that binary works, target: Clickhouse |
1317 | 2024-08-07T19:43:04.439Z | Aug 07 19:43:03.110 INFO Download complete, target: Clickhouse |
1318 | 2024-08-07T19:43:04.446Z | All prerequisites installed successfully |
1319 | 2024-08-07T19:43:04.449Z | |
1320 | 2024-08-07T19:43:04.449Z | real 4:23.106841113 |
1321 | 2024-08-07T19:43:04.449Z | user 10:57.762899419 |
1322 | 2024-08-07T19:43:04.449Z | sys 2:19.728673459 |
1323 | 2024-08-07T19:43:04.449Z | trap 0.405345807 |
1324 | 2024-08-07T19:43:04.449Z | tflt 5.647525484 |
1325 | 2024-08-07T19:43:04.449Z | dflt 6.096064091 |
1326 | 2024-08-07T19:43:04.449Z | kflt 0.218293131 |
1327 | 2024-08-07T19:43:04.449Z | lock 21:13.911993743 |
1328 | 2024-08-07T19:43:04.449Z | slp 44:07.579515691 |
1329 | 2024-08-07T19:43:04.449Z | lat 38.583293319 |
1330 | 2024-08-07T19:43:04.449Z | stop 1:35.404557980 |
1331 | 2024-08-07T19:43:04.449Z | + ptime -m cargo xtask download softnpu |
1332 | 2024-08-07T19:43:04.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1333 | 2024-08-07T19:43:05.002Z | Running `target/debug/xtask download softnpu` |
1334 | 2024-08-07T19:43:05.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1335 | 2024-08-07T19:43:05.811Z | Running `target/debug/xtask-downloader softnpu` |
1336 | 2024-08-07T19:43:05.843Z | Aug 07 19:43:04.515 INFO Starting download, target: Softnpu |
1337 | 2024-08-07T19:43:05.847Z | Aug 07 19:43:04.516 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1338 | 2024-08-07T19:43:06.821Z | Aug 07 19:43:05.491 INFO Download complete, target: Softnpu |
1339 | 2024-08-07T19:43:06.825Z | |
1340 | 2024-08-07T19:43:06.825Z | real 2.369793791 |
1341 | 2024-08-07T19:43:06.825Z | user 1.171893639 |
1342 | 2024-08-07T19:43:06.825Z | sys 0.546150483 |
1343 | 2024-08-07T19:43:06.825Z | trap 0.000461082 |
1344 | 2024-08-07T19:43:06.825Z | tflt 0.000039611 |
1345 | 2024-08-07T19:43:06.825Z | dflt 0.000008728 |
1346 | 2024-08-07T19:43:06.825Z | kflt 0.000000000 |
1347 | 2024-08-07T19:43:06.825Z | lock 10.265842411 |
1348 | 2024-08-07T19:43:06.825Z | slp 0.952323016 |
1349 | 2024-08-07T19:43:06.825Z | lat 0.074409106 |
1350 | 2024-08-07T19:43:06.825Z | stop 0.000358720 |
1351 | 2024-08-07T19:43:06.833Z | + export CARGO_INCREMENTAL=0 |
1352 | 2024-08-07T19:43:06.833Z | + CARGO_INCREMENTAL=0 |
1353 | 2024-08-07T19:43:06.834Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1354 | 2024-08-07T19:43:07.700Z | Compiling proc-macro2 v1.0.86 |
1355 | 2024-08-07T19:43:07.700Z | Compiling unicode-ident v1.0.12 |
1356 | 2024-08-07T19:43:07.702Z | Compiling libc v0.2.155 |
1357 | 2024-08-07T19:43:07.702Z | Compiling serde v1.0.204 |
1358 | 2024-08-07T19:43:07.703Z | Compiling autocfg v1.3.0 |
1359 | 2024-08-07T19:43:07.703Z | Compiling version_check v0.9.5 |
1360 | 2024-08-07T19:43:07.703Z | Compiling cfg-if v1.0.0 |
1361 | 2024-08-07T19:43:07.913Z | Compiling cc v1.0.97 |
1362 | 2024-08-07T19:43:07.944Z | Compiling memchr v2.7.2 |
1363 | 2024-08-07T19:43:08.538Z | Compiling ahash v0.8.11 |
1364 | 2024-08-07T19:43:08.567Z | Compiling lock_api v0.4.12 |
1365 | 2024-08-07T19:43:08.890Z | Compiling once_cell v1.19.0 |
1366 | 2024-08-07T19:43:08.892Z | Compiling serde_json v1.0.122 |
1367 | 2024-08-07T19:43:09.251Z | Compiling byteorder v1.5.0 |
1368 | 2024-08-07T19:43:09.296Z | Compiling libm v0.2.8 |
1369 | 2024-08-07T19:43:09.406Z | Compiling quote v1.0.36 |
1370 | 2024-08-07T19:43:09.630Z | Compiling parking_lot_core v0.9.10 |
1371 | 2024-08-07T19:43:09.704Z | Compiling num-traits v0.2.19 |
1372 | 2024-08-07T19:43:10.005Z | Compiling syn v2.0.72 |
1373 | 2024-08-07T19:43:10.022Z | Compiling getrandom v0.2.14 |
1374 | 2024-08-07T19:43:10.050Z | Compiling thiserror v1.0.63 |
1375 | 2024-08-07T19:43:10.197Z | Compiling scopeguard v1.2.0 |
1376 | 2024-08-07T19:43:10.312Z | Compiling typenum v1.17.0 |
1377 | 2024-08-07T19:43:10.352Z | Compiling generic-array v0.14.7 |
1378 | 2024-08-07T19:43:10.439Z | Compiling itoa v1.0.11 |
1379 | 2024-08-07T19:43:10.600Z | Compiling log v0.4.21 |
1380 | 2024-08-07T19:43:10.738Z | Compiling allocator-api2 v0.2.18 |
1381 | 2024-08-07T19:43:10.854Z | Compiling slab v0.4.9 |
1382 | 2024-08-07T19:43:11.123Z | Compiling ring v0.17.8 |
1383 | 2024-08-07T19:43:11.154Z | Compiling semver v1.0.23 |
1384 | 2024-08-07T19:43:11.170Z | Compiling pin-project-lite v0.2.14 |
1385 | 2024-08-07T19:43:11.246Z | Compiling ryu v1.0.18 |
1386 | 2024-08-07T19:43:11.380Z | Compiling equivalent v1.0.1 |
1387 | 2024-08-07T19:43:11.474Z | Compiling spin v0.9.8 |
1388 | 2024-08-07T19:43:11.547Z | Compiling pkg-config v0.3.30 |
1389 | 2024-08-07T19:43:11.558Z | Compiling schemars v0.8.21 |
1390 | 2024-08-07T19:43:11.612Z | Compiling smallvec v1.13.2 |
1391 | 2024-08-07T19:43:11.649Z | Compiling vcpkg v0.2.15 |
1392 | 2024-08-07T19:43:11.901Z | Compiling signal-hook-registry v1.4.2 |
1393 | 2024-08-07T19:43:12.098Z | Compiling syn v1.0.109 |
1394 | 2024-08-07T19:43:12.101Z | Compiling mio v0.8.11 |
1395 | 2024-08-07T19:43:12.718Z | Compiling parking_lot v0.12.2 |
1396 | 2024-08-07T19:43:13.326Z | Compiling openssl-sys v0.9.103 |
1397 | 2024-08-07T19:43:14.082Z | Compiling rand_core v0.6.4 |
1398 | 2024-08-07T19:43:14.349Z | Compiling socket2 v0.5.7 |
1399 | 2024-08-07T19:43:14.469Z | Compiling num_cpus v1.16.0 |
1400 | 2024-08-07T19:43:14.541Z | Compiling time-core v0.1.2 |
1401 | 2024-08-07T19:43:14.606Z | Compiling num-conv v0.1.0 |
1402 | 2024-08-07T19:43:14.865Z | Compiling time-macros v0.2.18 |
1403 | 2024-08-07T19:43:14.946Z | Compiling httparse v1.8.0 |
1404 | 2024-08-07T19:43:15.043Z | Compiling heck v0.5.0 |
1405 | 2024-08-07T19:43:15.953Z | Compiling futures-core v0.3.30 |
1406 | 2024-08-07T19:43:16.301Z | Compiling openssl v0.10.66 |
1407 | 2024-08-07T19:43:16.323Z | Compiling fnv v1.0.7 |
1408 | 2024-08-07T19:43:16.457Z | Compiling rustix v0.38.34 |
1409 | 2024-08-07T19:43:16.977Z | Compiling crossbeam-utils v0.8.19 |
1410 | 2024-08-07T19:43:17.390Z | Compiling rustls v0.21.12 |
1411 | 2024-08-07T19:43:17.454Z | Compiling serde_derive_internals v0.29.1 |
1412 | 2024-08-07T19:43:17.492Z | Compiling tinyvec_macros v0.1.1 |
1413 | 2024-08-07T19:43:17.586Z | Compiling native-tls v0.2.11 |
1414 | 2024-08-07T19:43:17.680Z | Compiling iana-time-zone v0.1.60 |
1415 | 2024-08-07T19:43:17.762Z | Compiling tinyvec v1.6.0 |
1416 | 2024-08-07T19:43:18.541Z | Compiling const-oid v0.9.6 |
1417 | 2024-08-07T19:43:18.729Z | Compiling subtle v2.5.0 |
1418 | 2024-08-07T19:43:18.760Z | Compiling ucd-trie v0.1.6 |
1419 | 2024-08-07T19:43:19.131Z | Compiling futures-sink v0.3.30 |
1420 | 2024-08-07T19:43:19.239Z | Compiling unicode-normalization v0.1.23 |
1421 | 2024-08-07T19:43:19.425Z | Compiling backtrace v0.3.71 |
1422 | 2024-08-07T19:43:19.660Z | Compiling cookie v0.17.0 |
1423 | 2024-08-07T19:43:19.856Z | Compiling unicode-bidi v0.3.15 |
1424 | 2024-08-07T19:43:20.247Z | Compiling slog v2.7.0 |
1425 | 2024-08-07T19:43:20.400Z | Compiling futures-channel v0.3.30 |
1426 | 2024-08-07T19:43:20.868Z | Compiling futures-task v0.3.30 |
1427 | 2024-08-07T19:43:20.884Z | Compiling futures-io v0.3.30 |
1428 | 2024-08-07T19:43:21.054Z | Compiling pin-utils v0.1.0 |
1429 | 2024-08-07T19:43:21.282Z | Compiling aho-corasick v1.1.3 |
1430 | 2024-08-07T19:43:21.450Z | Compiling winnow v0.5.40 |
1431 | 2024-08-07T19:43:21.587Z | Compiling regex-syntax v0.8.3 |
1432 | 2024-08-07T19:43:22.114Z | Compiling dyn-clone v1.0.17 |
1433 | 2024-08-07T19:43:22.733Z | Compiling serde_derive v1.0.204 |
1434 | 2024-08-07T19:43:22.826Z | Compiling zerocopy-derive v0.7.34 |
1435 | 2024-08-07T19:43:23.589Z | Compiling zeroize_derive v1.4.2 |
1436 | 2024-08-07T19:43:24.758Z | Compiling thiserror-impl v1.0.63 |
1437 | 2024-08-07T19:43:25.008Z | Compiling zerocopy v0.7.34 |
1438 | 2024-08-07T19:43:25.292Z | Compiling tokio-macros v2.3.0 |
1439 | 2024-08-07T19:43:25.690Z | Compiling futures-macro v0.3.30 |
1440 | 2024-08-07T19:43:26.682Z | Compiling schemars_derive v0.8.21 |
1441 | 2024-08-07T19:43:27.157Z | Compiling hashbrown v0.14.5 |
1442 | 2024-08-07T19:43:27.208Z | Compiling tracing-attributes v0.1.27 |
1443 | 2024-08-07T19:43:27.480Z | Compiling zeroize v1.7.0 |
1444 | 2024-08-07T19:43:27.995Z | Compiling openssl-macros v0.1.1 |
1445 | 2024-08-07T19:43:28.525Z | Compiling scroll_derive v0.12.0 |
1446 | 2024-08-07T19:43:28.707Z | Compiling pest v2.7.10 |
1447 | 2024-08-07T19:43:29.276Z | Compiling crypto-common v0.1.6 |
1448 | 2024-08-07T19:43:29.465Z | Compiling futures-util v0.3.30 |
1449 | 2024-08-07T19:43:29.569Z | Compiling der_derive v0.7.2 |
1450 | 2024-08-07T19:43:29.967Z | Compiling anyhow v1.0.86 |
1451 | 2024-08-07T19:43:30.419Z | Compiling untrusted v0.9.0 |
1452 | 2024-08-07T19:43:31.633Z | Compiling pest_meta v2.7.10 |
1453 | 2024-08-07T19:43:31.736Z | Compiling block-buffer v0.10.4 |
1454 | 2024-08-07T19:43:31.953Z | Compiling regex-automata v0.4.6 |
1455 | 2024-08-07T19:43:31.978Z | Compiling tracing-core v0.1.32 |
1456 | 2024-08-07T19:43:34.250Z | Compiling pest_generator v2.7.10 |
1457 | 2024-08-07T19:43:35.744Z | Compiling usdt-impl v0.5.0 |
1458 | 2024-08-07T19:43:36.007Z | Compiling pest_derive v2.7.10 |
1459 | 2024-08-07T19:43:36.100Z | Compiling powerfmt v0.2.0 |
1460 | 2024-08-07T19:43:36.184Z | Compiling bytes v1.7.1 |
1461 | 2024-08-07T19:43:36.576Z | Compiling indexmap v2.3.0 |
1462 | 2024-08-07T19:43:37.294Z | Compiling bitflags v2.6.0 |
1463 | 2024-08-07T19:43:37.446Z | Compiling tokio v1.38.1 |
1464 | 2024-08-07T19:43:37.868Z | Compiling uuid v1.10.0 |
1465 | 2024-08-07T19:43:38.053Z | Compiling serde_tokenstream v0.2.1 |
1466 | 2024-08-07T19:43:38.197Z | Compiling chrono v0.4.38 |
1467 | 2024-08-07T19:43:39.518Z | Compiling toml_datetime v0.6.8 |
1468 | 2024-08-07T19:43:39.932Z | Compiling serde_spanned v0.6.7 |
1469 | 2024-08-07T19:43:40.563Z | Compiling http v0.2.12 |
1470 | 2024-08-07T19:43:42.853Z | Compiling toml_edit v0.19.15 |
1471 | 2024-08-07T19:43:42.912Z | Compiling rustc_version v0.4.0 |
1472 | 2024-08-07T19:43:43.118Z | Compiling rustversion v1.0.17 |
1473 | 2024-08-07T19:43:43.549Z | Compiling heapless v0.7.17 |
1474 | 2024-08-07T19:43:43.825Z | Compiling deranged v0.3.11 |
1475 | 2024-08-07T19:43:43.991Z | Compiling tracing v0.1.40 |
1476 | 2024-08-07T19:43:44.825Z | Compiling digest v0.10.7 |
1477 | 2024-08-07T19:43:45.255Z | Compiling scroll v0.12.0 |
1478 | 2024-08-07T19:43:46.163Z | Compiling percent-encoding v2.3.1 |
1479 | 2024-08-07T19:43:46.620Z | Compiling ppv-lite86 v0.2.17 |
1480 | 2024-08-07T19:43:46.660Z | Compiling plain v0.2.3 |
1481 | 2024-08-07T19:43:46.673Z | Compiling heck v0.4.1 |
1482 | 2024-08-07T19:43:46.814Z | Compiling signal-hook v0.3.17 |
1483 | 2024-08-07T19:43:47.084Z | Compiling num_threads v0.1.7 |
1484 | 2024-08-07T19:43:47.109Z | Compiling goblin v0.8.2 |
1485 | 2024-08-07T19:43:47.210Z | Compiling time v0.3.36 |
1486 | 2024-08-07T19:43:47.352Z | Compiling rand_chacha v0.3.1 |
1487 | 2024-08-07T19:43:48.797Z | Compiling regex v1.10.6 |
1488 | 2024-08-07T19:43:50.081Z | Compiling strsim v0.11.1 |
1489 | 2024-08-07T19:43:50.814Z | Compiling crc32fast v1.4.0 |
1490 | 2024-08-07T19:43:51.086Z | Compiling pretty-hex v0.4.1 |
1491 | 2024-08-07T19:43:51.290Z | Compiling rand v0.8.5 |
1492 | 2024-08-07T19:43:51.649Z | Compiling tokio-util v0.7.11 |
1493 | 2024-08-07T19:43:52.834Z | Compiling dtrace-parser v0.2.0 |
1494 | 2024-08-07T19:43:52.927Z | Compiling dof v0.3.0 |
1495 | 2024-08-07T19:43:54.243Z | Compiling async-trait v0.1.81 |
1496 | 2024-08-07T19:43:54.327Z | Compiling thread-id v4.2.1 |
1497 | 2024-08-07T19:43:54.601Z | Compiling smoltcp v0.9.1 |
1498 | 2024-08-07T19:43:54.633Z | Compiling base64ct v1.6.0 |
1499 | 2024-08-07T19:43:54.649Z | Compiling foreign-types-shared v0.1.1 |
1500 | 2024-08-07T19:43:54.957Z | Compiling unicode-width v0.1.13 |
1501 | 2024-08-07T19:43:55.174Z | Compiling pem-rfc7468 v0.7.0 |
1502 | 2024-08-07T19:43:55.225Z | Compiling foreign-types v0.3.2 |
1503 | 2024-08-07T19:43:56.684Z | Compiling form_urlencoded v1.2.1 |
1504 | 2024-08-07T19:43:57.125Z | Compiling hmac v0.12.1 |
1505 | 2024-08-07T19:43:57.286Z | Compiling errno v0.3.9 |
1506 | 2024-08-07T19:43:57.301Z | Compiling siphasher v0.3.11 |
1507 | 2024-08-07T19:43:57.354Z | Compiling adler v1.0.2 |
1508 | 2024-08-07T19:43:57.673Z | Compiling flagset v0.4.5 |
1509 | 2024-08-07T19:43:57.697Z | Compiling try-lock v0.2.5 |
1510 | 2024-08-07T19:43:57.912Z | Compiling der v0.7.9 |
1511 | 2024-08-07T19:43:58.003Z | Compiling want v0.3.1 |
1512 | 2024-08-07T19:43:58.305Z | Compiling miniz_oxide v0.7.2 |
1513 | 2024-08-07T19:44:00.365Z | Compiling sct v0.7.1 |
1514 | 2024-08-07T19:44:00.650Z | Compiling rustls-webpki v0.101.7 |
1515 | 2024-08-07T19:44:00.999Z | Compiling h2 v0.3.26 |
1516 | 2024-08-07T19:44:01.872Z | Compiling http-body v0.4.6 |
1517 | 2024-08-07T19:44:02.752Z | Compiling openapiv3 v2.0.0 |
1518 | 2024-08-07T19:44:02.937Z | Compiling hubpack_derive v0.1.1 |
1519 | 2024-08-07T19:44:02.953Z | Compiling zerocopy-derive v0.6.6 |
1520 | 2024-08-07T19:44:03.787Z | Compiling idna v0.5.0 |
1521 | 2024-08-07T19:44:03.923Z | Compiling lazy_static v1.5.0 |
1522 | 2024-08-07T19:44:04.280Z | Compiling fs-err v2.11.0 |
1523 | 2024-08-07T19:44:04.339Z | Compiling tower-service v0.3.2 |
1524 | 2024-08-07T19:44:04.462Z | Compiling httpdate v1.0.3 |
1525 | 2024-08-07T19:44:04.576Z | Compiling finl_unicode v1.2.0 |
1526 | 2024-08-07T19:44:04.790Z | Compiling openssl-probe v0.1.5 |
1527 | 2024-08-07T19:44:05.096Z | Compiling anstyle v1.0.8 |
1528 | 2024-08-07T19:44:05.180Z | Compiling utf8parse v0.2.1 |
1529 | 2024-08-07T19:44:05.349Z | Compiling gimli v0.28.1 |
1530 | 2024-08-07T19:44:05.525Z | Compiling cpufeatures v0.2.12 |
1531 | 2024-08-07T19:44:05.616Z | Compiling stable_deref_trait v1.2.0 |
1532 | 2024-08-07T19:44:05.842Z | Compiling sha2 v0.10.8 |
1533 | 2024-08-07T19:44:06.627Z | Compiling anstyle-parse v0.2.4 |
1534 | 2024-08-07T19:44:06.642Z | Compiling stringprep v0.1.4 |
1535 | 2024-08-07T19:44:06.948Z | Compiling url v2.5.2 |
1536 | 2024-08-07T19:44:08.551Z | Compiling hyper v0.14.30 |
1537 | 2024-08-07T19:44:11.184Z | Compiling addr2line v0.21.0 |
1538 | 2024-08-07T19:44:11.991Z | Compiling spki v0.7.3 |
1539 | 2024-08-07T19:44:12.015Z | Compiling usdt-macro v0.5.0 |
1540 | 2024-08-07T19:44:12.366Z | Compiling usdt-attr-macro v0.5.0 |
1541 | 2024-08-07T19:44:13.441Z | Compiling md-5 v0.10.6 |
1542 | 2024-08-07T19:44:15.460Z | Compiling idna v0.3.0 |
1543 | 2024-08-07T19:44:16.956Z | Compiling num-integer v0.1.46 |
1544 | 2024-08-07T19:44:17.656Z | Compiling hash32 v0.2.1 |
1545 | 2024-08-07T19:44:17.679Z | Compiling object v0.32.2 |
1546 | 2024-08-07T19:44:17.847Z | Compiling fallible-iterator v0.2.0 |
1547 | 2024-08-07T19:44:18.499Z | Compiling psl-types v2.0.11 |
1548 | 2024-08-07T19:44:18.544Z | Compiling colorchoice v1.0.1 |
1549 | 2024-08-07T19:44:18.699Z | Compiling rustc-demangle v0.1.24 |
1550 | 2024-08-07T19:44:20.733Z | Compiling is_terminal_polyfill v1.70.0 |
1551 | 2024-08-07T19:44:21.170Z | Compiling base64 v0.22.1 |
1552 | 2024-08-07T19:44:21.864Z | Compiling anstyle-query v1.0.3 |
1553 | 2024-08-07T19:44:22.011Z | Compiling anstream v0.6.14 |
1554 | 2024-08-07T19:44:23.209Z | Compiling postgres-protocol v0.6.7 |
1555 | 2024-08-07T19:44:26.136Z | Compiling publicsuffix v2.2.3 |
1556 | 2024-08-07T19:44:29.003Z | Compiling pkcs8 v0.10.2 |
1557 | 2024-08-07T19:44:29.544Z | Compiling tokio-rustls v0.24.1 |
1558 | 2024-08-07T19:44:29.943Z | Compiling terminal_size v0.3.0 |
1559 | 2024-08-07T19:44:30.150Z | Compiling tokio-native-tls v0.3.1 |
1560 | 2024-08-07T19:44:31.719Z | Compiling phf_shared v0.11.2 |
1561 | 2024-08-07T19:44:32.190Z | Compiling strum_macros v0.25.3 |
1562 | 2024-08-07T19:44:32.299Z | Compiling enum-as-inner v0.5.1 |
1563 | 2024-08-07T19:44:32.914Z | Compiling block-padding v0.3.3 |
1564 | 2024-08-07T19:44:33.142Z | Compiling regress v0.9.1 |
1565 | 2024-08-07T19:44:33.291Z | Compiling clap_derive v4.5.13 |
1566 | 2024-08-07T19:44:34.393Z | Compiling serde_repr v0.1.19 |
1567 | 2024-08-07T19:44:35.963Z | Compiling ff v0.13.0 |
1568 | 2024-08-07T19:44:36.184Z | Compiling encoding_rs v0.8.34 |
1569 | 2024-08-07T19:44:37.901Z | Compiling bitflags v1.3.2 |
1570 | 2024-08-07T19:44:37.937Z | Compiling base64 v0.21.7 |
1571 | 2024-08-07T19:44:38.009Z | Compiling base16ct v0.2.0 |
1572 | 2024-08-07T19:44:38.292Z | Compiling matches v0.1.10 |
1573 | 2024-08-07T19:44:38.387Z | Compiling regex-automata v0.1.10 |
1574 | 2024-08-07T19:44:38.622Z | Compiling either v1.13.0 |
1575 | 2024-08-07T19:44:38.860Z | Compiling bit-vec v0.6.3 |
1576 | 2024-08-07T19:44:39.209Z | Compiling managed v0.8.0 |
1577 | 2024-08-07T19:44:39.317Z | Compiling clap_lex v0.7.0 |
1578 | 2024-08-07T19:44:39.446Z | Compiling ipnet v2.9.0 |
1579 | 2024-08-07T19:44:40.186Z | Compiling mime v0.3.17 |
1580 | 2024-08-07T19:44:40.548Z | Compiling clap_builder v4.5.13 |
1581 | 2024-08-07T19:44:41.581Z | Compiling bstr v0.2.17 |
1582 | 2024-08-07T19:44:42.451Z | Compiling rustls-pemfile v1.0.4 |
1583 | 2024-08-07T19:44:42.932Z | Compiling idna v0.2.3 |
1584 | 2024-08-07T19:44:43.110Z | Compiling sec1 v0.7.3 |
1585 | 2024-08-07T19:44:43.672Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1586 | 2024-08-07T19:44:44.289Z | Compiling group v0.13.0 |
1587 | 2024-08-07T19:44:45.742Z | Compiling inout v0.1.3 |
1588 | 2024-08-07T19:44:47.013Z | Compiling phf v0.11.2 |
1589 | 2024-08-07T19:44:47.475Z | Compiling hyper-tls v0.5.0 |
1590 | 2024-08-07T19:44:47.699Z | Compiling hyper-rustls v0.24.2 |
1591 | 2024-08-07T19:44:47.770Z | Compiling signal-hook-mio v0.2.3 |
1592 | 2024-08-07T19:44:47.818Z | Compiling cookie_store v0.20.0 |
1593 | 2024-08-07T19:44:48.045Z | Compiling postgres-types v0.2.7 |
1594 | 2024-08-07T19:44:48.236Z | Compiling num-bigint v0.4.5 |
1595 | 2024-08-07T19:44:48.451Z | Compiling zerocopy v0.6.6 |
1596 | 2024-08-07T19:44:49.293Z | Compiling hubpack v0.1.2 |
1597 | 2024-08-07T19:44:49.342Z | Compiling phf_shared v0.10.0 |
1598 | 2024-08-07T19:44:49.384Z | Compiling hkdf v0.12.4 |
1599 | 2024-08-07T19:44:49.617Z | Compiling crossbeam-epoch v0.9.18 |
1600 | 2024-08-07T19:44:49.712Z | Compiling serde_urlencoded v0.7.1 |
1601 | 2024-08-07T19:44:50.496Z | Compiling futures-executor v0.3.30 |
1602 | 2024-08-07T19:44:50.935Z | Compiling crypto-bigint v0.5.5 |
1603 | 2024-08-07T19:44:50.971Z | Compiling float-cmp v0.9.0 |
1604 | 2024-08-07T19:44:51.019Z | Compiling memmap v0.7.0 |
1605 | 2024-08-07T19:44:51.775Z | Compiling difflib v0.4.0 |
1606 | 2024-08-07T19:44:52.989Z | Compiling predicates-core v1.0.6 |
1607 | 2024-08-07T19:44:53.303Z | Compiling minimal-lexical v0.2.1 |
1608 | 2024-08-07T19:44:53.826Z | Compiling winnow v0.6.18 |
1609 | 2024-08-07T19:44:54.063Z | Compiling webpki-roots v0.25.4 |
1610 | 2024-08-07T19:44:54.460Z | Compiling static_assertions v1.1.0 |
1611 | 2024-08-07T19:44:54.562Z | Compiling unicode-segmentation v1.11.0 |
1612 | 2024-08-07T19:44:54.690Z | Compiling new_debug_unreachable v1.0.6 |
1613 | 2024-08-07T19:44:54.736Z | Compiling fixedbitset v0.4.2 |
1614 | 2024-08-07T19:44:54.789Z | Compiling normalize-line-endings v0.3.0 |
1615 | 2024-08-07T19:44:54.921Z | Compiling whoami v1.5.1 |
1616 | 2024-08-07T19:44:55.259Z | Compiling data-encoding v2.6.0 |
1617 | 2024-08-07T19:44:55.349Z | Compiling sync_wrapper v0.1.2 |
1618 | 2024-08-07T19:44:55.480Z | Compiling precomputed-hash v0.1.1 |
1619 | 2024-08-07T19:44:55.480Z | Compiling reqwest v0.11.27 |
1620 | 2024-08-07T19:44:55.565Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1621 | 2024-08-07T19:44:55.597Z | Compiling string_cache v0.8.7 |
1622 | 2024-08-07T19:44:55.654Z | Compiling tokio-postgres v0.7.11 |
1623 | 2024-08-07T19:44:56.006Z | Compiling trust-dns-proto v0.22.0 |
1624 | 2024-08-07T19:44:56.921Z | Compiling similar v2.5.0 |
1625 | 2024-08-07T19:44:57.597Z | Compiling toml_edit v0.22.20 |
1626 | 2024-08-07T19:44:59.327Z | Compiling petgraph v0.6.5 |
1627 | 2024-08-07T19:44:59.712Z | Compiling predicates v3.1.2 |
1628 | 2024-08-07T19:45:00.638Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1629 | 2024-08-07T19:45:01.204Z | Compiling elliptic-curve v0.13.8 |
1630 | 2024-08-07T19:45:01.945Z | Compiling nom v7.1.3 |
1631 | 2024-08-07T19:45:03.302Z | Compiling usdt v0.5.0 |
1632 | 2024-08-07T19:45:04.158Z | Compiling yasna v0.5.2 |
1633 | 2024-08-07T19:45:04.527Z | Compiling futures v0.3.30 |
1634 | 2024-08-07T19:45:04.892Z | Compiling crossterm v0.27.0 |
1635 | 2024-08-07T19:45:05.345Z | Compiling flate2 v1.0.31 |
1636 | 2024-08-07T19:45:05.509Z | Compiling cipher v0.4.4 |
1637 | 2024-08-07T19:45:05.681Z | Compiling clap v4.5.13 |
1638 | 2024-08-07T19:45:05.805Z | Compiling bit-set v0.5.3 |
1639 | 2024-08-07T19:45:05.944Z | Compiling itertools v0.12.1 |
1640 | 2024-08-07T19:45:06.085Z | Compiling itertools v0.10.5 |
1641 | 2024-08-07T19:45:06.267Z | Compiling num-iter v0.1.45 |
1642 | 2024-08-07T19:45:06.466Z | Compiling console v0.15.8 |
1643 | 2024-08-07T19:45:06.741Z | Compiling tokio-stream v0.1.15 |
1644 | 2024-08-07T19:45:06.869Z | Compiling toml v0.7.8 |
1645 | 2024-08-07T19:45:07.662Z | Compiling bstr v1.9.1 |
1646 | 2024-08-07T19:45:07.744Z | Compiling hex v0.4.3 |
1647 | 2024-08-07T19:45:08.370Z | Compiling lalrpop-util v0.19.12 |
1648 | 2024-08-07T19:45:08.795Z | Compiling camino v1.1.7 |
1649 | 2024-08-07T19:45:09.011Z | Compiling peg-runtime v0.8.3 |
1650 | 2024-08-07T19:45:09.136Z | Compiling unicode-xid v0.2.4 |
1651 | 2024-08-07T19:45:09.521Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1652 | 2024-08-07T19:45:09.539Z | Compiling proc-macro-crate v1.3.1 |
1653 | 2024-08-07T19:45:10.464Z | Compiling heapless v0.8.0 |
1654 | 2024-08-07T19:45:10.742Z | Compiling num_enum_derive v0.5.11 |
1655 | 2024-08-07T19:45:14.799Z | Compiling ipnetwork v0.20.0 |
1656 | 2024-08-07T19:45:16.911Z | Compiling hash32 v0.3.1 |
1657 | 2024-08-07T19:45:17.299Z | Compiling ident_case v1.0.1 |
1658 | 2024-08-07T19:45:18.635Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1659 | 2024-08-07T19:45:19.141Z | Compiling rustls-pki-types v1.7.0 |
1660 | 2024-08-07T19:45:19.385Z | Compiling smoltcp v0.11.0 |
1661 | 2024-08-07T19:45:21.765Z | Compiling darling_core v0.20.9 |
1662 | 2024-08-07T19:45:28.548Z | Compiling num_enum v0.5.11 |
1663 | 2024-08-07T19:45:30.227Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1664 | 2024-08-07T19:45:30.564Z | Compiling getopts v0.2.21 |
1665 | 2024-08-07T19:45:31.594Z | Compiling dirs-sys-next v0.1.2 |
1666 | 2024-08-07T19:45:32.009Z | Compiling proc-macro-error-attr v1.0.4 |
1667 | 2024-08-07T19:45:32.330Z | Compiling rustls v0.22.4 |
1668 | 2024-08-07T19:45:32.636Z | Compiling cobs v0.2.3 |
1669 | 2024-08-07T19:45:32.706Z | Compiling unsafe-libyaml v0.2.11 |
1670 | 2024-08-07T19:45:33.647Z | Compiling embedded-io v0.4.0 |
1671 | 2024-08-07T19:45:33.899Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1672 | 2024-08-07T19:45:34.219Z | Compiling paste v1.0.15 |
1673 | 2024-08-07T19:45:34.464Z | Compiling serde_yaml v0.9.34+deprecated |
1674 | 2024-08-07T19:45:34.548Z | Compiling postcard v1.0.8 |
1675 | 2024-08-07T19:45:38.332Z | Compiling dirs-next v2.0.0 |
1676 | 2024-08-07T19:45:39.816Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1677 | 2024-08-07T19:45:41.769Z | Compiling darling_macro v0.20.9 |
1678 | 2024-08-07T19:45:44.389Z | Compiling rustls-webpki v0.102.4 |
1679 | 2024-08-07T19:45:53.036Z | Compiling strum_macros v0.26.4 |
1680 | 2024-08-07T19:45:53.050Z | Compiling structmeta-derive v0.3.0 |
1681 | 2024-08-07T19:45:53.050Z | Compiling foreign-types-macros v0.2.3 |
1682 | 2024-08-07T19:45:53.925Z | Compiling thread_local v1.1.8 |
1683 | 2024-08-07T19:45:54.616Z | Compiling multer v3.1.0 |
1684 | 2024-08-07T19:45:54.632Z | Compiling proc-macro-error v1.0.4 |
1685 | 2024-08-07T19:45:54.927Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1686 | 2024-08-07T19:45:54.952Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1687 | 2024-08-07T19:45:55.250Z | Compiling foreign-types-shared v0.3.1 |
1688 | 2024-08-07T19:45:55.699Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1689 | 2024-08-07T19:45:56.758Z | Compiling slog-async v2.8.0 |
1690 | 2024-08-07T19:45:56.842Z | Compiling match_cfg v0.1.0 |
1691 | 2024-08-07T19:45:57.218Z | Compiling hostname v0.3.1 |
1692 | 2024-08-07T19:46:03.167Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1693 | 2024-08-07T19:46:03.344Z | Compiling strum v0.26.3 |
1694 | 2024-08-07T19:46:03.545Z | Compiling foreign-types v0.5.0 |
1695 | 2024-08-07T19:46:04.018Z | Compiling structmeta v0.3.0 |
1696 | 2024-08-07T19:46:07.207Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1697 | 2024-08-07T19:46:11.081Z | Compiling darling v0.20.9 |
1698 | 2024-08-07T19:46:11.439Z | Compiling term v0.7.0 |
1699 | 2024-08-07T19:46:14.492Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1700 | 2024-08-07T19:46:16.876Z | Compiling slog-json v2.6.1 |
1701 | 2024-08-07T19:46:17.319Z | Compiling tabwriter v1.4.0 |
1702 | 2024-08-07T19:46:17.455Z | Compiling crossbeam-channel v0.5.12 |
1703 | 2024-08-07T19:46:19.025Z | Compiling http v1.1.0 |
1704 | 2024-08-07T19:46:19.283Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1705 | 2024-08-07T19:46:19.604Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1706 | 2024-08-07T19:46:19.698Z | Compiling async-stream-impl v0.3.5 |
1707 | 2024-08-07T19:46:20.086Z | Compiling is-terminal v0.4.12 |
1708 | 2024-08-07T19:46:20.212Z | Compiling cstr-argument v0.1.2 |
1709 | 2024-08-07T19:46:20.429Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1710 | 2024-08-07T19:46:20.462Z | Compiling take_mut v0.2.2 |
1711 | 2024-08-07T19:46:20.623Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1712 | 2024-08-07T19:46:20.917Z | Compiling atomic-waker v1.1.2 |
1713 | 2024-08-07T19:46:20.932Z | Compiling pretty-hex v0.2.1 |
1714 | 2024-08-07T19:46:21.139Z | Compiling crucible-workspace-hack v0.1.0 |
1715 | 2024-08-07T19:46:21.142Z | Compiling fastrand v2.1.0 |
1716 | 2024-08-07T19:46:21.431Z | Compiling rayon-core v1.12.1 |
1717 | 2024-08-07T19:46:21.771Z | Compiling tempfile v3.10.1 |
1718 | 2024-08-07T19:46:21.938Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1719 | 2024-08-07T19:46:22.084Z | Compiling waitgroup v0.1.2 |
1720 | 2024-08-07T19:46:22.204Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1721 | 2024-08-07T19:46:22.322Z | Compiling async-stream v0.3.5 |
1722 | 2024-08-07T19:46:22.872Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1723 | 2024-08-07T19:46:23.402Z | Compiling slog-term v2.9.1 |
1724 | 2024-08-07T19:46:23.773Z | Compiling slog-bunyan v2.5.0 |
1725 | 2024-08-07T19:46:24.056Z | Compiling tokio-rustls v0.25.0 |
1726 | 2024-08-07T19:46:24.077Z | Compiling serde_with_macros v3.8.3 |
1727 | 2024-08-07T19:46:24.558Z | Compiling parse-display-derive v0.9.1 |
1728 | 2024-08-07T19:46:24.561Z | Compiling toml v0.8.19 |
1729 | 2024-08-07T19:46:25.003Z | Compiling rustls-pemfile v2.1.3 |
1730 | 2024-08-07T19:46:25.440Z | Compiling sha1 v0.10.6 |
1731 | 2024-08-07T19:46:25.736Z | Compiling crossbeam-deque v0.8.5 |
1732 | 2024-08-07T19:46:26.023Z | Compiling colored v2.1.0 |
1733 | 2024-08-07T19:46:26.138Z | Compiling newtype-uuid v1.1.0 |
1734 | 2024-08-07T19:46:26.226Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1735 | 2024-08-07T19:46:26.485Z | Compiling serde_path_to_error v0.1.16 |
1736 | 2024-08-07T19:46:26.675Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1737 | 2024-08-07T19:46:27.255Z | Compiling socket2 v0.4.10 |
1738 | 2024-08-07T19:46:27.426Z | Compiling hostname v0.4.0 |
1739 | 2024-08-07T19:46:27.497Z | Compiling instant v0.1.12 |
1740 | 2024-08-07T19:46:27.651Z | Compiling debug-ignore v1.0.5 |
1741 | 2024-08-07T19:46:27.686Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1742 | 2024-08-07T19:46:28.058Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1743 | 2024-08-07T19:46:28.424Z | Compiling parse-display v0.9.1 |
1744 | 2024-08-07T19:46:28.770Z | Compiling backoff v0.4.0 |
1745 | 2024-08-07T19:46:29.168Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1746 | 2024-08-07T19:46:29.388Z | Compiling serde_with v3.8.3 |
1747 | 2024-08-07T19:46:30.205Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1748 | 2024-08-07T19:46:31.101Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1749 | 2024-08-07T19:46:31.286Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1750 | 2024-08-07T19:46:32.017Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1751 | 2024-08-07T19:46:32.391Z | Compiling camino-tempfile v1.1.1 |
1752 | 2024-08-07T19:46:33.269Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1753 | 2024-08-07T19:46:33.560Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1754 | 2024-08-07T19:46:33.733Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1755 | 2024-08-07T19:46:33.750Z | Compiling macaddr v1.0.1 |
1756 | 2024-08-07T19:46:34.369Z | Compiling num-derive v0.4.2 |
1757 | 2024-08-07T19:46:34.385Z | Compiling sigpipe v0.1.3 |
1758 | 2024-08-07T19:46:34.514Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1759 | 2024-08-07T19:46:34.819Z | Compiling libefi-sys v0.1.0 |
1760 | 2024-08-07T19:46:35.179Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1761 | 2024-08-07T19:46:36.586Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1762 | 2024-08-07T19:46:36.619Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1763 | 2024-08-07T19:46:37.166Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1764 | 2024-08-07T19:46:37.297Z | Compiling rayon v1.10.0 |
1765 | 2024-08-07T19:46:37.586Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1766 | 2024-08-07T19:46:38.142Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1767 | 2024-08-07T19:46:38.448Z | Compiling smf v0.2.3 |
1768 | 2024-08-07T19:46:40.513Z | Compiling bitfield-struct v0.6.1 |
1769 | 2024-08-07T19:46:41.062Z | Compiling ring v0.16.20 |
1770 | 2024-08-07T19:46:41.896Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1771 | 2024-08-07T19:46:42.070Z | Compiling blake3 v1.5.1 |
1772 | 2024-08-07T19:46:42.074Z | Compiling portable-atomic v1.6.0 |
1773 | 2024-08-07T19:46:43.024Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1774 | 2024-08-07T19:46:43.057Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1775 | 2024-08-07T19:46:43.502Z | Compiling xattr v1.3.1 |
1776 | 2024-08-07T19:46:43.800Z | Compiling filetime v0.2.23 |
1777 | 2024-08-07T19:46:43.803Z | Compiling memmap2 v0.9.4 |
1778 | 2024-08-07T19:46:44.169Z | Compiling arrayvec v0.7.4 |
1779 | 2024-08-07T19:46:44.204Z | Compiling same-file v1.0.6 |
1780 | 2024-08-07T19:46:44.403Z | Compiling untrusted v0.7.1 |
1781 | 2024-08-07T19:46:44.485Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1782 | 2024-08-07T19:46:44.601Z | Compiling constant_time_eq v0.3.0 |
1783 | 2024-08-07T19:46:44.616Z | Compiling arrayref v0.3.7 |
1784 | 2024-08-07T19:46:44.635Z | Compiling spin v0.5.2 |
1785 | 2024-08-07T19:46:44.761Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1786 | 2024-08-07T19:46:44.880Z | Compiling walkdir v2.5.0 |
1787 | 2024-08-07T19:46:45.184Z | Compiling tar v0.4.41 |
1788 | 2024-08-07T19:46:46.248Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1789 | 2024-08-07T19:46:47.320Z | Compiling gethostname v0.5.0 |
1790 | 2024-08-07T19:46:47.408Z | Compiling cargo-platform v0.1.8 |
1791 | 2024-08-07T19:46:47.511Z | Compiling topological-sort v0.2.2 |
1792 | 2024-08-07T19:46:47.772Z | Compiling number_prefix v0.4.0 |
1793 | 2024-08-07T19:46:48.026Z | Compiling indicatif v0.17.8 |
1794 | 2024-08-07T19:46:48.465Z | Compiling cargo_metadata v0.18.1 |
1795 | 2024-08-07T19:46:50.323Z | Compiling omicron-zone-package v0.11.0 |
1796 | 2024-08-07T19:46:54.302Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1797 | 2024-08-07T19:46:55.087Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1798 | 2024-08-07T19:46:56.706Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1799 | 2024-08-07T19:47:17.665Z | Finished `release` profile [optimized] target(s) in 4m 10s |
1800 | 2024-08-07T19:47:17.699Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1801 | 2024-08-07T19:47:17.709Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1802 | 2024-08-07T19:47:17.712Z | Created new build target 'test' and set it as active |
1803 | 2024-08-07T19:47:17.712Z | |
1804 | 2024-08-07T19:47:17.712Z | real 4:10.824071264 |
1805 | 2024-08-07T19:47:17.712Z | user 28:33.151259673 |
1806 | 2024-08-07T19:47:17.712Z | sys 3:31.211000081 |
1807 | 2024-08-07T19:47:17.712Z | trap 0.821744239 |
1808 | 2024-08-07T19:47:17.712Z | tflt 2.746669980 |
1809 | 2024-08-07T19:47:17.712Z | dflt 0.889678108 |
1810 | 2024-08-07T19:47:17.712Z | kflt 0.000258409 |
1811 | 2024-08-07T19:47:17.712Z | lock 1:03:40.478370660 |
1812 | 2024-08-07T19:47:17.712Z | slp 1:50:19.058496371 |
1813 | 2024-08-07T19:47:17.712Z | lat 1:55.710954060 |
1814 | 2024-08-07T19:47:17.712Z | stop 3:13.824927374 |
1815 | 2024-08-07T19:47:17.712Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1816 | 2024-08-07T19:47:18.604Z | Finished `release` profile [optimized] target(s) in 0.85s |
1817 | 2024-08-07T19:47:18.648Z | Running `target/release/omicron-package -t test package` |
1818 | 2024-08-07T19:47:18.685Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1819 | 2024-08-07T19:47:19.743Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1820 | 2024-08-07T19:47:19.747Z | Compiling camino v1.1.7 |
1821 | 2024-08-07T19:47:19.747Z | Compiling password-hash v0.5.0 |
1822 | 2024-08-07T19:47:19.747Z | Compiling blake2 v0.10.6 |
1823 | 2024-08-07T19:47:19.747Z | Compiling derive-where v1.2.7 |
1824 | 2024-08-07T19:47:19.747Z | Compiling humantime v2.1.0 |
1825 | 2024-08-07T19:47:19.747Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1826 | 2024-08-07T19:47:19.867Z | Compiling newline-converter v0.3.0 |
1827 | 2024-08-07T19:47:20.048Z | Compiling expectorate v1.1.0 |
1828 | 2024-08-07T19:47:20.065Z | Compiling toml v0.8.19 |
1829 | 2024-08-07T19:47:20.237Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1830 | 2024-08-07T19:47:20.638Z | Compiling argon2 v0.5.3 |
1831 | 2024-08-07T19:47:20.734Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1832 | 2024-08-07T19:47:20.837Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1833 | 2024-08-07T19:47:20.932Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1834 | 2024-08-07T19:47:21.092Z | Compiling dirs-sys-next v0.1.2 |
1835 | 2024-08-07T19:47:21.437Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1836 | 2024-08-07T19:47:21.456Z | Compiling dirs-next v2.0.0 |
1837 | 2024-08-07T19:47:21.571Z | Compiling convert_case v0.4.0 |
1838 | 2024-08-07T19:47:21.633Z | Compiling prettyplease v0.2.20 |
1839 | 2024-08-07T19:47:21.909Z | Compiling term v0.7.0 |
1840 | 2024-08-07T19:47:21.945Z | Compiling semver v0.1.20 |
1841 | 2024-08-07T19:47:21.972Z | Compiling is-terminal v0.4.12 |
1842 | 2024-08-07T19:47:22.094Z | Compiling home v0.5.9 |
1843 | 2024-08-07T19:47:22.332Z | Compiling rustc_version v0.1.7 |
1844 | 2024-08-07T19:47:22.349Z | Compiling derive_more v0.99.18 |
1845 | 2024-08-07T19:47:22.532Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1846 | 2024-08-07T19:47:22.725Z | Compiling newtype_derive v0.1.6 |
1847 | 2024-08-07T19:47:22.868Z | Compiling rustls-pki-types v1.7.0 |
1848 | 2024-08-07T19:47:23.136Z | Compiling rustls v0.22.4 |
1849 | 2024-08-07T19:47:23.159Z | Compiling thread_local v1.1.8 |
1850 | 2024-08-07T19:47:23.241Z | Compiling steno v0.4.1 |
1851 | 2024-08-07T19:47:23.594Z | Compiling rustls-webpki v0.102.4 |
1852 | 2024-08-07T19:47:23.646Z | Compiling linked-hash-map v0.5.6 |
1853 | 2024-08-07T19:47:24.094Z | Compiling match_cfg v0.1.0 |
1854 | 2024-08-07T19:47:24.198Z | Compiling hostname v0.3.1 |
1855 | 2024-08-07T19:47:24.423Z | Compiling lru-cache v0.1.2 |
1856 | 2024-08-07T19:47:25.405Z | Compiling multer v3.1.0 |
1857 | 2024-08-07T19:47:25.473Z | Compiling slog-async v2.8.0 |
1858 | 2024-08-07T19:47:25.545Z | Compiling slog-json v2.6.1 |
1859 | 2024-08-07T19:47:25.684Z | Compiling crossbeam-channel v0.5.12 |
1860 | 2024-08-07T19:47:25.888Z | Compiling http v1.1.0 |
1861 | 2024-08-07T19:47:26.736Z | Compiling atomic-waker v1.1.2 |
1862 | 2024-08-07T19:47:26.830Z | Compiling take_mut v0.2.2 |
1863 | 2024-08-07T19:47:26.916Z | Compiling waitgroup v0.1.2 |
1864 | 2024-08-07T19:47:27.125Z | Compiling slog-bunyan v2.5.0 |
1865 | 2024-08-07T19:47:27.340Z | Compiling slog-term v2.9.1 |
1866 | 2024-08-07T19:47:28.150Z | Compiling rustls-pemfile v2.1.3 |
1867 | 2024-08-07T19:47:28.536Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1868 | 2024-08-07T19:47:28.610Z | Compiling async-stream v0.3.5 |
1869 | 2024-08-07T19:47:28.710Z | Compiling sha1 v0.10.6 |
1870 | 2024-08-07T19:47:28.786Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1871 | 2024-08-07T19:47:29.204Z | Compiling tokio-rustls v0.25.0 |
1872 | 2024-08-07T19:47:29.216Z | Compiling newtype-uuid v1.1.0 |
1873 | 2024-08-07T19:47:29.222Z | Compiling ipnetwork v0.20.0 |
1874 | 2024-08-07T19:47:29.222Z | Compiling serde_path_to_error v0.1.16 |
1875 | 2024-08-07T19:47:29.258Z | Compiling hostname v0.4.0 |
1876 | 2024-08-07T19:47:29.327Z | Compiling slog-dtrace v0.3.0 |
1877 | 2024-08-07T19:47:29.480Z | Compiling instant v0.1.12 |
1878 | 2024-08-07T19:47:29.624Z | Compiling debug-ignore v1.0.5 |
1879 | 2024-08-07T19:47:29.706Z | Compiling backoff v0.4.0 |
1880 | 2024-08-07T19:47:29.750Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1881 | 2024-08-07T19:47:29.773Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1882 | 2024-08-07T19:47:30.064Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1883 | 2024-08-07T19:47:30.103Z | Compiling parse-display v0.9.1 |
1884 | 2024-08-07T19:47:30.418Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1885 | 2024-08-07T19:47:30.603Z | Compiling serde_with v3.8.3 |
1886 | 2024-08-07T19:47:30.639Z | Compiling strum v0.26.3 |
1887 | 2024-08-07T19:47:30.837Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1888 | 2024-08-07T19:47:31.910Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1889 | 2024-08-07T19:47:32.083Z | Compiling num-rational v0.4.2 |
1890 | 2024-08-07T19:47:33.218Z | Compiling num-complex v0.4.6 |
1891 | 2024-08-07T19:47:33.678Z | Compiling macaddr v1.0.1 |
1892 | 2024-08-07T19:47:34.134Z | Compiling swrite v0.1.0 |
1893 | 2024-08-07T19:47:34.279Z | Compiling num v0.4.3 |
1894 | 2024-08-07T19:47:34.793Z | Compiling quick-error v1.2.3 |
1895 | 2024-08-07T19:47:34.944Z | Compiling float-ord v0.3.2 |
1896 | 2024-08-07T19:47:35.112Z | Compiling resolv-conf v0.7.0 |
1897 | 2024-08-07T19:47:35.758Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1898 | 2024-08-07T19:47:36.829Z | Compiling trust-dns-resolver v0.22.0 |
1899 | 2024-08-07T19:47:36.847Z | Compiling rayon-core v1.12.1 |
1900 | 2024-08-07T19:47:36.872Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1901 | 2024-08-07T19:47:37.446Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1902 | 2024-08-07T19:47:37.655Z | Compiling crossbeam-deque v0.8.5 |
1903 | 2024-08-07T19:47:38.014Z | Compiling fastrand v2.1.0 |
1904 | 2024-08-07T19:47:38.529Z | Compiling display-error-chain v0.2.0 |
1905 | 2024-08-07T19:47:38.723Z | Compiling same-file v1.0.6 |
1906 | 2024-08-07T19:47:38.989Z | Compiling termcolor v1.4.1 |
1907 | 2024-08-07T19:47:40.070Z | Compiling walkdir v2.5.0 |
1908 | 2024-08-07T19:47:40.701Z | Compiling tempfile v3.10.1 |
1909 | 2024-08-07T19:47:42.850Z | Compiling half v2.4.1 |
1910 | 2024-08-07T19:47:42.944Z | Compiling ciborium-io v0.2.2 |
1911 | 2024-08-07T19:47:43.090Z | Compiling utf-8 v0.7.6 |
1912 | 2024-08-07T19:47:43.448Z | Compiling ciborium-ll v0.2.2 |
1913 | 2024-08-07T19:47:43.569Z | Compiling blake3 v1.5.1 |
1914 | 2024-08-07T19:47:43.955Z | Compiling ring v0.16.20 |
1915 | 2024-08-07T19:47:43.973Z | Compiling rayon v1.10.0 |
1916 | 2024-08-07T19:47:44.984Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1917 | 2024-08-07T19:47:48.705Z | Compiling xattr v1.3.1 |
1918 | 2024-08-07T19:47:48.992Z | Compiling nibble_vec v0.1.0 |
1919 | 2024-08-07T19:47:49.224Z | Compiling memmap2 v0.9.4 |
1920 | 2024-08-07T19:47:49.651Z | Compiling filetime v0.2.23 |
1921 | 2024-08-07T19:47:49.944Z | Compiling arrayvec v0.7.4 |
1922 | 2024-08-07T19:47:50.372Z | Compiling endian-type v0.1.2 |
1923 | 2024-08-07T19:47:50.468Z | Compiling cancel-safe-futures v0.1.5 |
1924 | 2024-08-07T19:47:50.619Z | Compiling spin v0.5.2 |
1925 | 2024-08-07T19:47:50.832Z | Compiling constant_time_eq v0.3.0 |
1926 | 2024-08-07T19:47:50.861Z | Compiling untrusted v0.7.1 |
1927 | 2024-08-07T19:47:50.993Z | Compiling arrayref v0.3.7 |
1928 | 2024-08-07T19:47:52.149Z | Compiling radix_trie v0.2.1 |
1929 | 2024-08-07T19:47:53.062Z | Compiling tar v0.4.41 |
1930 | 2024-08-07T19:47:54.307Z | Compiling ciborium v0.2.2 |
1931 | 2024-08-07T19:47:54.867Z | Compiling camino-tempfile v1.1.1 |
1932 | 2024-08-07T19:47:55.307Z | Compiling toolchain_find v0.4.0 |
1933 | 2024-08-07T19:47:55.922Z | Compiling topological-sort v0.2.2 |
1934 | 2024-08-07T19:47:56.142Z | Compiling radium v0.7.0 |
1935 | 2024-08-07T19:47:56.432Z | Compiling maplit v1.0.2 |
1936 | 2024-08-07T19:47:56.563Z | Compiling glob v0.3.1 |
1937 | 2024-08-07T19:47:56.610Z | Compiling crunchy v0.2.2 |
1938 | 2024-08-07T19:47:57.137Z | Compiling omicron-zone-package v0.11.0 |
1939 | 2024-08-07T19:47:57.183Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1940 | 2024-08-07T19:47:57.385Z | Compiling clang-sys v1.7.0 |
1941 | 2024-08-07T19:47:57.543Z | Compiling rustfmt-wrapper v0.2.1 |
1942 | 2024-08-07T19:47:58.119Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1943 | 2024-08-07T19:47:58.149Z | Compiling maybe-uninit v2.0.0 |
1944 | 2024-08-07T19:47:58.648Z | Compiling tiny-keccak v2.0.2 |
1945 | 2024-08-07T19:47:58.728Z | Compiling tap v1.0.1 |
1946 | 2024-08-07T19:47:58.933Z | Compiling wyz v0.5.1 |
1947 | 2024-08-07T19:47:59.542Z | Compiling dsl_auto_type v0.1.2 |
1948 | 2024-08-07T19:47:59.646Z | Compiling itertools v0.13.0 |
1949 | 2024-08-07T19:48:00.924Z | Compiling scheduled-thread-pool v0.2.7 |
1950 | 2024-08-07T19:48:01.495Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1951 | 2024-08-07T19:48:01.907Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1952 | 2024-08-07T19:48:02.217Z | Compiling diesel_table_macro_syntax v0.2.0 |
1953 | 2024-08-07T19:48:02.377Z | Compiling arc-swap v1.7.1 |
1954 | 2024-08-07T19:48:02.383Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1955 | 2024-08-07T19:48:02.654Z | Compiling funty v2.0.0 |
1956 | 2024-08-07T19:48:03.070Z | Compiling packed_struct v0.10.1 |
1957 | 2024-08-07T19:48:03.360Z | Compiling crc-catalog v2.4.0 |
1958 | 2024-08-07T19:48:03.496Z | Compiling num-bigint-dig v0.8.4 |
1959 | 2024-08-07T19:48:03.547Z | Compiling crc v3.2.1 |
1960 | 2024-08-07T19:48:03.830Z | Compiling bitvec v1.0.1 |
1961 | 2024-08-07T19:48:05.090Z | Compiling slog-scope v4.4.0 |
1962 | 2024-08-07T19:48:05.544Z | Compiling diesel_derives v2.2.2 |
1963 | 2024-08-07T19:48:08.427Z | Compiling r2d2 v0.8.10 |
1964 | 2024-08-07T19:48:09.466Z | Compiling ascii-canvas v3.0.0 |
1965 | 2024-08-07T19:48:09.962Z | Compiling packed_struct_codegen v0.10.1 |
1966 | 2024-08-07T19:48:10.957Z | Compiling ena v0.14.3 |
1967 | 2024-08-07T19:48:11.365Z | Compiling libloading v0.8.3 |
1968 | 2024-08-07T19:48:11.739Z | Compiling indexmap v1.9.3 |
1969 | 2024-08-07T19:48:12.076Z | Compiling bindgen v0.69.4 |
1970 | 2024-08-07T19:48:12.464Z | Compiling diff v0.1.13 |
1971 | 2024-08-07T19:48:12.492Z | Compiling nodrop v0.1.14 |
1972 | 2024-08-07T19:48:12.635Z | Compiling regex-syntax v0.6.29 |
1973 | 2024-08-07T19:48:12.984Z | Compiling array-init v0.0.4 |
1974 | 2024-08-07T19:48:16.883Z | Compiling diesel v2.2.2 |
1975 | 2024-08-07T19:48:17.914Z | Compiling lalrpop v0.19.12 |
1976 | 2024-08-07T19:48:18.222Z | Compiling smallvec v0.6.14 |
1977 | 2024-08-07T19:48:18.359Z | Compiling slog-stdlog v4.1.1 |
1978 | 2024-08-07T19:48:19.138Z | Compiling tungstenite v0.21.0 |
1979 | 2024-08-07T19:48:22.881Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1980 | 2024-08-07T19:48:24.054Z | Compiling which v4.4.2 |
1981 | 2024-08-07T19:48:24.300Z | Compiling pkcs1 v0.7.5 |
1982 | 2024-08-07T19:48:24.567Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1983 | 2024-08-07T19:48:24.812Z | Compiling signature v2.2.0 |
1984 | 2024-08-07T19:48:25.066Z | Compiling cexpr v0.6.0 |
1985 | 2024-08-07T19:48:26.645Z | Compiling libsw v3.3.1 |
1986 | 2024-08-07T19:48:26.990Z | Compiling atty v0.2.14 |
1987 | 2024-08-07T19:48:27.155Z | Compiling shlex v1.3.0 |
1988 | 2024-08-07T19:48:27.533Z | Compiling hashbrown v0.12.3 |
1989 | 2024-08-07T19:48:28.068Z | Compiling ref-cast v1.0.23 |
1990 | 2024-08-07T19:48:28.197Z | Compiling owo-colors v4.0.0 |
1991 | 2024-08-07T19:48:28.533Z | Compiling bitfield v0.14.0 |
1992 | 2024-08-07T19:48:28.847Z | Compiling rustc-hash v1.1.0 |
1993 | 2024-08-07T19:48:28.864Z | Compiling linear-map v1.2.0 |
1994 | 2024-08-07T19:48:29.197Z | Compiling lazycell v1.3.0 |
1995 | 2024-08-07T19:48:29.222Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1996 | 2024-08-07T19:48:33.583Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1997 | 2024-08-07T19:48:33.607Z | Compiling rsa v0.9.6 |
1998 | 2024-08-07T19:48:36.153Z | Compiling tokio-tungstenite v0.21.0 |
1999 | 2024-08-07T19:48:36.630Z | Compiling serde-hex v0.1.0 |
2000 | 2024-08-07T19:48:36.785Z | Compiling slog-envlogger v2.2.0 |
2001 | 2024-08-07T19:48:37.930Z | Compiling bzip2 v0.4.4 |
2002 | 2024-08-07T19:48:38.401Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2003 | 2024-08-07T19:48:38.732Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2004 | 2024-08-07T19:48:39.303Z | Compiling env_logger v0.10.2 |
2005 | 2024-08-07T19:48:41.669Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2006 | 2024-08-07T19:48:41.996Z | Compiling derive_builder_core v0.20.0 |
2007 | 2024-08-07T19:48:42.146Z | Compiling x509-cert v0.2.5 |
2008 | 2024-08-07T19:48:42.816Z | Compiling ron v0.8.1 |
2009 | 2024-08-07T19:48:44.016Z | Compiling polar-core v0.27.3 |
2010 | 2024-08-07T19:48:44.164Z | Compiling headers-core v0.2.0 |
2011 | 2024-08-07T19:48:44.335Z | Compiling hashbrown v0.13.2 |
2012 | 2024-08-07T19:48:45.300Z | Compiling fxhash v0.2.1 |
2013 | 2024-08-07T19:48:45.530Z | Compiling libxml v0.3.3 |
2014 | 2024-08-07T19:48:45.702Z | Compiling ref-cast-impl v1.0.23 |
2015 | 2024-08-07T19:48:45.956Z | Compiling crc-any v2.5.0 |
2016 | 2024-08-07T19:48:46.917Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2017 | 2024-08-07T19:48:47.043Z | Compiling object v0.30.4 |
2018 | 2024-08-07T19:48:50.283Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2019 | 2024-08-07T19:48:51.875Z | Compiling headers v0.3.9 |
2020 | 2024-08-07T19:48:53.605Z | Compiling derive_builder_macro v0.20.0 |
2021 | 2024-08-07T19:48:54.523Z | Compiling samael v0.0.15 |
2022 | 2024-08-07T19:48:55.410Z | Compiling zip v0.6.6 |
2023 | 2024-08-07T19:48:56.083Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2024 | 2024-08-07T19:48:58.029Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2025 | 2024-08-07T19:49:02.226Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2026 | 2024-08-07T19:49:02.271Z | Compiling strum_macros v0.24.3 |
2027 | 2024-08-07T19:49:02.272Z | Compiling async-recursion v1.1.1 |
2028 | 2024-08-07T19:49:02.272Z | Compiling unicase v2.7.0 |
2029 | 2024-08-07T19:49:02.272Z | Compiling cookie v0.18.1 |
2030 | 2024-08-07T19:49:02.272Z | Compiling path-slash v0.1.5 |
2031 | 2024-08-07T19:49:02.272Z | Compiling indoc v1.0.9 |
2032 | 2024-08-07T19:49:02.272Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2033 | 2024-08-07T19:49:04.063Z | Compiling derive_builder v0.20.0 |
2034 | 2024-08-07T19:49:07.239Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2035 | 2024-08-07T19:49:07.545Z | Compiling pem v3.0.4 |
2036 | 2024-08-07T19:49:08.042Z | Compiling impl-trait-for-tuples v0.2.2 |
2037 | 2024-08-07T19:49:09.007Z | Compiling oso-derive v0.27.3 |
2038 | 2024-08-07T19:49:09.214Z | Compiling quick-xml v0.31.0 |
2039 | 2024-08-07T19:49:09.979Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2040 | 2024-08-07T19:49:10.311Z | Compiling parking_lot_core v0.8.6 |
2041 | 2024-08-07T19:49:10.758Z | Compiling cfg_aliases v0.1.1 |
2042 | 2024-08-07T19:49:10.875Z | Compiling nix v0.28.0 |
2043 | 2024-08-07T19:49:11.660Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2044 | 2024-08-07T19:49:13.568Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2045 | 2024-08-07T19:49:14.913Z | Compiling oso v0.27.3 |
2046 | 2024-08-07T19:49:15.110Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2047 | 2024-08-07T19:49:15.430Z | Compiling bb8 v0.8.5 |
2048 | 2024-08-07T19:49:16.034Z | Compiling const_format_proc_macros v0.2.32 |
2049 | 2024-08-07T19:49:16.618Z | Compiling curve25519-dalek v4.1.3 |
2050 | 2024-08-07T19:49:17.019Z | Compiling vte_generate_state_changes v0.1.1 |
2051 | 2024-08-07T19:49:17.055Z | Compiling buf-list v1.0.3 |
2052 | 2024-08-07T19:49:17.618Z | Compiling keccak v0.1.5 |
2053 | 2024-08-07T19:49:17.644Z | Compiling vte v0.11.1 |
2054 | 2024-08-07T19:49:17.860Z | Compiling const_format v0.2.32 |
2055 | 2024-08-07T19:49:18.619Z | Compiling sha3 v0.10.8 |
2056 | 2024-08-07T19:49:19.166Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2057 | 2024-08-07T19:49:19.872Z | Compiling fd-lock v4.0.2 |
2058 | 2024-08-07T19:49:19.929Z | Compiling universal-hash v0.5.1 |
2059 | 2024-08-07T19:49:20.103Z | Compiling secrecy v0.8.0 |
2060 | 2024-08-07T19:49:20.162Z | Compiling thiserror-impl-no-std v2.0.2 |
2061 | 2024-08-07T19:49:20.234Z | Compiling curve25519-dalek-derive v0.1.1 |
2062 | 2024-08-07T19:49:20.383Z | Compiling pin-project-internal v1.1.5 |
2063 | 2024-08-07T19:49:21.681Z | Compiling opaque-debug v0.3.1 |
2064 | 2024-08-07T19:49:21.792Z | Compiling bytecount v0.6.8 |
2065 | 2024-08-07T19:49:22.098Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2066 | 2024-08-07T19:49:22.457Z | Compiling papergrid v0.11.0 |
2067 | 2024-08-07T19:49:22.744Z | Compiling thiserror-no-std v2.0.2 |
2068 | 2024-08-07T19:49:22.873Z | Compiling poly1305 v0.8.0 |
2069 | 2024-08-07T19:49:23.111Z | Compiling pin-project v1.1.5 |
2070 | 2024-08-07T19:49:24.764Z | Compiling parking_lot v0.11.2 |
2071 | 2024-08-07T19:49:30.428Z | Compiling strip-ansi-escapes v0.2.0 |
2072 | 2024-08-07T19:49:30.902Z | Compiling trust-dns-client v0.22.0 |
2073 | 2024-08-07T19:49:31.165Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2074 | 2024-08-07T19:49:31.479Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2075 | 2024-08-07T19:49:32.407Z | Compiling tabled_derive v0.7.0 |
2076 | 2024-08-07T19:49:32.934Z | Compiling chacha20 v0.9.1 |
2077 | 2024-08-07T19:49:33.398Z | Compiling aead v0.5.2 |
2078 | 2024-08-07T19:49:33.745Z | Compiling peg-macros v0.8.4 |
2079 | 2024-08-07T19:49:34.147Z | Compiling kstat-rs v0.2.4 |
2080 | 2024-08-07T19:49:34.615Z | Compiling snafu-derive v0.8.2 |
2081 | 2024-08-07T19:49:35.086Z | Compiling toml v0.5.11 |
2082 | 2024-08-07T19:49:36.365Z | Compiling sqlparser_derive v0.2.2 |
2083 | 2024-08-07T19:49:37.126Z | Compiling nu-ansi-term v0.50.0 |
2084 | 2024-08-07T19:49:37.729Z | Compiling unicode_categories v0.1.1 |
2085 | 2024-08-07T19:49:38.098Z | Compiling sqlformat v0.2.4 |
2086 | 2024-08-07T19:49:38.356Z | Compiling rustyline v14.0.0 |
2087 | 2024-08-07T19:49:39.476Z | Compiling snafu v0.8.2 |
2088 | 2024-08-07T19:49:40.686Z | Compiling reedline v0.31.0 |
2089 | 2024-08-07T19:49:42.176Z | Compiling sqlparser v0.45.0 |
2090 | 2024-08-07T19:49:44.039Z | Compiling peg v0.8.4 |
2091 | 2024-08-07T19:49:44.150Z | Compiling trust-dns-server v0.22.1 |
2092 | 2024-08-07T19:49:48.619Z | Compiling tabled v0.15.0 |
2093 | 2024-08-07T19:49:50.179Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2094 | 2024-08-07T19:49:57.950Z | Compiling chacha20poly1305 v0.10.1 |
2095 | 2024-08-07T19:49:58.216Z | Compiling vsss-rs v3.3.4 |
2096 | 2024-08-07T19:50:02.939Z | Compiling sled v0.34.7 |
2097 | 2024-08-07T19:50:03.279Z | Compiling mime_guess v2.0.4 |
2098 | 2024-08-07T19:50:04.562Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2099 | 2024-08-07T19:50:05.518Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2100 | 2024-08-07T19:50:06.161Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2101 | 2024-08-07T19:50:07.016Z | Compiling env_logger v0.9.3 |
2102 | 2024-08-07T19:50:09.169Z | Compiling tungstenite v0.20.1 |
2103 | 2024-08-07T19:50:11.196Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2104 | 2024-08-07T19:50:14.218Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2105 | 2024-08-07T19:50:17.684Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2106 | 2024-08-07T19:50:18.486Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2107 | 2024-08-07T19:50:25.942Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2108 | 2024-08-07T19:50:26.089Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2109 | 2024-08-07T19:50:26.577Z | Compiling globset v0.4.14 |
2110 | 2024-08-07T19:50:27.415Z | Compiling olpc-cjson v0.1.3 |
2111 | 2024-08-07T19:50:27.764Z | Compiling bcs v0.1.6 |
2112 | 2024-08-07T19:50:28.665Z | Compiling bitstruct_derive v0.1.0 |
2113 | 2024-08-07T19:50:29.972Z | Compiling serde_plain v1.0.2 |
2114 | 2024-08-07T19:50:33.699Z | Compiling nanorand v0.7.0 |
2115 | 2024-08-07T19:50:34.134Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2116 | 2024-08-07T19:50:34.290Z | Compiling memoffset v0.9.1 |
2117 | 2024-08-07T19:50:34.393Z | Compiling ascii v1.1.0 |
2118 | 2024-08-07T19:50:34.633Z | Compiling typed-path v0.7.1 |
2119 | 2024-08-07T19:50:35.128Z | Compiling highway v1.2.0 |
2120 | 2024-08-07T19:50:36.625Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2121 | 2024-08-07T19:50:37.365Z | Compiling tough v0.17.1 |
2122 | 2024-08-07T19:50:41.297Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2123 | 2024-08-07T19:50:47.000Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2124 | 2024-08-07T19:50:49.584Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2125 | 2024-08-07T19:50:49.879Z | Compiling flume v0.11.0 |
2126 | 2024-08-07T19:50:50.660Z | Compiling bitstruct v0.1.1 |
2127 | 2024-08-07T19:50:50.803Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2128 | 2024-08-07T19:50:54.266Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-08-07T19:50:54.851Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2130 | 2024-08-07T19:50:59.051Z | Compiling tokio-tungstenite v0.20.1 |
2131 | 2024-08-07T19:51:00.217Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2132 | 2024-08-07T19:51:03.714Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-08-07T19:51:04.915Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2134 | 2024-08-07T19:51:06.907Z | Compiling serde_arrays v0.1.0 |
2135 | 2024-08-07T19:51:07.118Z | Compiling erased-serde v0.3.31 |
2136 | 2024-08-07T19:51:08.867Z | Compiling parse-size v1.0.0 |
2137 | 2024-08-07T19:51:09.174Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2138 | 2024-08-07T19:51:11.538Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2139 | 2024-08-07T19:51:11.590Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2140 | 2024-08-07T19:51:14.628Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2141 | 2024-08-07T19:51:15.483Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2142 | 2024-08-07T19:51:15.802Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2143 | 2024-08-07T19:51:17.754Z | Compiling heck v0.3.3 |
2144 | 2024-08-07T19:51:18.154Z | Compiling rand_seeder v0.3.0 |
2145 | 2024-08-07T19:51:18.403Z | Compiling castaway v0.2.2 |
2146 | 2024-08-07T19:51:18.547Z | Compiling csv-core v0.1.11 |
2147 | 2024-08-07T19:51:18.587Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2148 | 2024-08-07T19:51:18.921Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2149 | 2024-08-07T19:51:19.252Z | Compiling http-range v0.1.5 |
2150 | 2024-08-07T19:51:19.439Z | Compiling hyper-staticfile v0.9.5 |
2151 | 2024-08-07T19:51:19.901Z | Compiling csv v1.3.0 |
2152 | 2024-08-07T19:51:22.059Z | Compiling compact_str v0.7.1 |
2153 | 2024-08-07T19:51:22.351Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2154 | 2024-08-07T19:51:22.587Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2155 | 2024-08-07T19:51:23.207Z | Compiling zone_cfg_derive v0.1.2 |
2156 | 2024-08-07T19:51:23.603Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2157 | 2024-08-07T19:51:24.647Z | Compiling nix v0.27.1 |
2158 | 2024-08-07T19:51:27.696Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2159 | 2024-08-07T19:51:30.873Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2160 | 2024-08-07T19:51:35.219Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2161 | 2024-08-07T19:51:35.558Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2162 | 2024-08-07T19:51:35.881Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2163 | 2024-08-07T19:51:36.213Z | Compiling unicode-truncate v1.0.0 |
2164 | 2024-08-07T19:51:36.503Z | Compiling lru v0.12.3 |
2165 | 2024-08-07T19:51:36.877Z | Compiling serde-big-array v0.5.1 |
2166 | 2024-08-07T19:51:36.921Z | Compiling stability v0.2.0 |
2167 | 2024-08-07T19:51:37.156Z | Compiling base64 v0.13.1 |
2168 | 2024-08-07T19:51:37.911Z | Compiling cassowary v0.3.0 |
2169 | 2024-08-07T19:51:37.944Z | Compiling ron v0.7.1 |
2170 | 2024-08-07T19:51:38.357Z | Compiling ratatui v0.27.0 |
2171 | 2024-08-07T19:51:43.177Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2172 | 2024-08-07T19:51:55.188Z | Compiling zone v0.1.8 |
2173 | 2024-08-07T19:51:56.439Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2174 | 2024-08-07T19:51:57.135Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2175 | 2024-08-07T19:51:59.107Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2176 | 2024-08-07T19:52:01.139Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2177 | 2024-08-07T19:52:06.003Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2178 | 2024-08-07T19:52:06.003Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2179 | 2024-08-07T19:52:06.387Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2180 | 2024-08-07T19:52:07.511Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2181 | 2024-08-07T19:52:07.848Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2182 | 2024-08-07T19:52:10.143Z | Compiling signal-hook-tokio v0.3.1 |
2183 | 2024-08-07T19:52:10.364Z | Compiling portpicker v0.1.1 |
2184 | 2024-08-07T19:52:10.815Z | Compiling smawk v0.3.2 |
2185 | 2024-08-07T19:52:11.072Z | Compiling unicode-linebreak v0.1.5 |
2186 | 2024-08-07T19:52:11.629Z | Compiling textwrap v0.16.1 |
2187 | 2024-08-07T19:52:12.856Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2188 | 2024-08-07T19:52:15.313Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2189 | 2024-08-07T19:52:18.502Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2190 | 2024-08-07T19:52:21.093Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2191 | 2024-08-07T19:52:24.146Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2192 | 2024-08-07T19:52:26.293Z | Compiling rcgen v0.12.1 |
2193 | 2024-08-07T19:52:31.894Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2194 | 2024-08-07T19:52:32.398Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2195 | 2024-08-07T19:52:36.172Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2196 | 2024-08-07T19:52:36.494Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2197 | 2024-08-07T19:52:36.890Z | Compiling atomicwrites v0.4.3 |
2198 | 2024-08-07T19:52:37.398Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2199 | 2024-08-07T19:52:37.762Z | Compiling fatfs v0.3.6 |
2200 | 2024-08-07T19:52:40.687Z | Compiling subprocess v0.2.9 |
2201 | 2024-08-07T19:52:43.152Z | Compiling rtoolbox v0.0.2 |
2202 | 2024-08-07T19:52:43.605Z | Compiling is_ci v1.2.0 |
2203 | 2024-08-07T19:52:43.906Z | Compiling assert_matches v1.5.0 |
2204 | 2024-08-07T19:52:43.961Z | Compiling supports-color v3.0.0 |
2205 | 2024-08-07T19:52:44.629Z | Compiling rpassword v7.3.1 |
2206 | 2024-08-07T19:52:45.075Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2207 | 2024-08-07T19:52:45.458Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2208 | 2024-08-07T19:52:46.779Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2209 | 2024-08-07T19:52:49.854Z | Compiling tui-tree-widget v0.21.0 |
2210 | 2024-08-07T19:52:50.307Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2211 | 2024-08-07T19:52:51.975Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2212 | 2024-08-07T19:52:52.164Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2213 | 2024-08-07T19:52:52.488Z | Compiling uzers v0.11.3 |
2214 | 2024-08-07T19:52:53.711Z | Compiling shell-words v1.1.0 |
2215 | 2024-08-07T19:52:54.192Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2216 | 2024-08-07T19:52:55.086Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2217 | 2024-08-07T19:52:57.054Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2218 | 2024-08-07T19:53:11.596Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2219 | 2024-08-07T19:53:20.995Z | Compiling multimap v0.10.0 |
2220 | 2024-08-07T19:54:59.550Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2221 | 2024-08-07T19:55:03.839Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2222 | 2024-08-07T20:01:38.646Z | Finished `release` profile [optimized] target(s) in 14m 19s |
2223 | 2024-08-07T20:02:26.103Z | |
2224 | 2024-08-07T20:02:26.106Z | real 15:08.193711487 |
2225 | 2024-08-07T20:02:26.106Z | user 1:46:00.404930462 |
2226 | 2024-08-07T20:02:26.106Z | sys 5:16.906677964 |
2227 | 2024-08-07T20:02:26.106Z | trap 2.404270149 |
2228 | 2024-08-07T20:02:26.106Z | tflt 2.975794504 |
2229 | 2024-08-07T20:02:26.106Z | dflt 3.499521335 |
2230 | 2024-08-07T20:02:26.106Z | kflt 0.003376639 |
2231 | 2024-08-07T20:02:26.106Z | lock 6:20:26.697571264 |
2232 | 2024-08-07T20:02:26.106Z | slp 5:24:36.849935982 |
2233 | 2024-08-07T20:02:26.106Z | lat 2:37.641551179 |
2234 | 2024-08-07T20:02:26.106Z | stop 2:24.358365173 |
2235 | 2024-08-07T20:02:26.106Z | + mapfile -t packages |
2236 | 2024-08-07T20:02:26.106Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2237 | 2024-08-07T20:02:27.023Z | Finished `release` profile [optimized] target(s) in 0.86s |
2238 | 2024-08-07T20:02:27.069Z | Running `target/release/omicron-package -t test list-outputs` |
2239 | 2024-08-07T20:02:27.109Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2240 | 2024-08-07T20:02:27.112Z | + ptime -m cargo build --locked --release -p xtask |
2241 | 2024-08-07T20:02:27.676Z | Compiling serde v1.0.204 |
2242 | 2024-08-07T20:02:27.680Z | Compiling libc v0.2.155 |
2243 | 2024-08-07T20:02:27.680Z | Compiling serde_json v1.0.122 |
2244 | 2024-08-07T20:02:27.757Z | Compiling syn v2.0.72 |
2245 | 2024-08-07T20:02:27.775Z | Compiling usdt-impl v0.5.0 |
2246 | 2024-08-07T20:02:27.778Z | Compiling rustix v0.38.34 |
2247 | 2024-08-07T20:02:28.109Z | Compiling syn v1.0.109 |
2248 | 2024-08-07T20:02:28.155Z | Compiling log v0.4.21 |
2249 | 2024-08-07T20:02:28.260Z | Compiling hashbrown v0.14.5 |
2250 | 2024-08-07T20:02:28.275Z | Compiling bitflags v2.6.0 |
2251 | 2024-08-07T20:02:28.289Z | Compiling fs-err v2.11.0 |
2252 | 2024-08-07T20:02:28.615Z | Compiling anyhow v1.0.86 |
2253 | 2024-08-07T20:02:29.179Z | Compiling thread-id v4.2.1 |
2254 | 2024-08-07T20:02:29.649Z | Compiling indexmap v2.3.0 |
2255 | 2024-08-07T20:02:29.728Z | Compiling terminal_size v0.3.0 |
2256 | 2024-08-07T20:02:29.952Z | Compiling clap_builder v4.5.13 |
2257 | 2024-08-07T20:02:31.180Z | Compiling proc-macro-error v1.0.4 |
2258 | 2024-08-07T20:02:32.464Z | Compiling tabled_derive v0.7.0 |
2259 | 2024-08-07T20:02:33.679Z | Compiling tabled v0.15.0 |
2260 | 2024-08-07T20:02:35.810Z | Compiling serde_derive v1.0.204 |
2261 | 2024-08-07T20:02:36.184Z | Compiling thiserror-impl v1.0.63 |
2262 | 2024-08-07T20:02:36.462Z | Compiling zerocopy-derive v0.7.34 |
2263 | 2024-08-07T20:02:38.458Z | Compiling zerocopy v0.7.34 |
2264 | 2024-08-07T20:02:39.027Z | Compiling thiserror v1.0.63 |
2265 | 2024-08-07T20:02:39.206Z | Compiling pest v2.7.10 |
2266 | 2024-08-07T20:02:40.247Z | Compiling scroll_derive v0.12.0 |
2267 | 2024-08-07T20:02:41.632Z | Compiling scroll v0.12.0 |
2268 | 2024-08-07T20:02:41.946Z | Compiling pest_meta v2.7.10 |
2269 | 2024-08-07T20:02:42.203Z | Compiling goblin v0.8.2 |
2270 | 2024-08-07T20:02:42.271Z | Compiling clap_derive v4.5.13 |
2271 | 2024-08-07T20:02:43.412Z | Compiling pest_generator v2.7.10 |
2272 | 2024-08-07T20:02:46.051Z | Compiling pest_derive v2.7.10 |
2273 | 2024-08-07T20:02:46.783Z | Compiling clap v4.5.13 |
2274 | 2024-08-07T20:02:46.847Z | Compiling dtrace-parser v0.2.0 |
2275 | 2024-08-07T20:02:51.643Z | Compiling serde_tokenstream v0.2.1 |
2276 | 2024-08-07T20:02:52.189Z | Compiling serde_spanned v0.6.7 |
2277 | 2024-08-07T20:02:52.457Z | Compiling toml_datetime v0.6.8 |
2278 | 2024-08-07T20:02:52.780Z | Compiling toml_edit v0.22.20 |
2279 | 2024-08-07T20:02:53.154Z | Compiling dof v0.3.0 |
2280 | 2024-08-07T20:02:56.533Z | Compiling usdt-macro v0.5.0 |
2281 | 2024-08-07T20:02:56.857Z | Compiling usdt-attr-macro v0.5.0 |
2282 | 2024-08-07T20:02:57.497Z | Compiling toml v0.8.19 |
2283 | 2024-08-07T20:02:57.761Z | Compiling semver v1.0.23 |
2284 | 2024-08-07T20:02:58.244Z | Compiling cargo-platform v0.1.8 |
2285 | 2024-08-07T20:02:58.781Z | Compiling camino v1.1.7 |
2286 | 2024-08-07T20:02:59.292Z | Compiling cargo_toml v0.20.4 |
2287 | 2024-08-07T20:02:59.380Z | Compiling usdt v0.5.0 |
2288 | 2024-08-07T20:03:00.174Z | Compiling cargo_metadata v0.18.1 |
2289 | 2024-08-07T20:03:00.841Z | Compiling macaddr v1.0.1 |
2290 | 2024-08-07T20:03:11.123Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2291 | 2024-08-07T20:03:22.057Z | Finished `release` profile [optimized] target(s) in 54.88s |
2292 | 2024-08-07T20:03:22.154Z | |
2293 | 2024-08-07T20:03:22.154Z | real 55.006930369 |
2294 | 2024-08-07T20:03:22.154Z | user 5:32.368578648 |
2295 | 2024-08-07T20:03:22.154Z | sys 31.694010896 |
2296 | 2024-08-07T20:03:22.154Z | trap 0.144939783 |
2297 | 2024-08-07T20:03:22.154Z | tflt 0.333490714 |
2298 | 2024-08-07T20:03:22.154Z | dflt 0.426203419 |
2299 | 2024-08-07T20:03:22.159Z | kflt 0.000002319 |
2300 | 2024-08-07T20:03:22.159Z | lock 9:54.060898480 |
2301 | 2024-08-07T20:03:22.159Z | slp 14:35.524715926 |
2302 | 2024-08-07T20:03:22.159Z | lat 12.065350013 |
2303 | 2024-08-07T20:03:22.159Z | stop 15.109199992 |
2304 | 2024-08-07T20:03:22.159Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2305 | 2024-08-07T20:03:22.159Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2306 | 2024-08-07T20:03:22.159Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2307 | 2024-08-07T20:03:22.159Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2308 | 2024-08-07T20:03:22.159Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2309 | 2024-08-07T20:03:22.700Z | Downloading crates ... |
2310 | 2024-08-07T20:03:22.927Z | Downloaded dirs v5.0.1 |
2311 | 2024-08-07T20:03:22.930Z | Downloaded option-ext v0.2.0 |
2312 | 2024-08-07T20:03:22.930Z | Downloaded russh-cryptovec v0.7.2 |
2313 | 2024-08-07T20:03:22.930Z | Downloaded bcrypt-pbkdf v0.10.0 |
2314 | 2024-08-07T20:03:22.930Z | Downloaded rand_chacha v0.2.2 |
2315 | 2024-08-07T20:03:22.934Z | Downloaded internet-checksum v0.2.1 |
2316 | 2024-08-07T20:03:22.934Z | Downloaded ghash v0.5.1 |
2317 | 2024-08-07T20:03:22.934Z | Downloaded cbc v0.1.2 |
2318 | 2024-08-07T20:03:22.935Z | Downloaded rfc6979 v0.4.0 |
2319 | 2024-08-07T20:03:22.937Z | Downloaded polyval v0.6.2 |
2320 | 2024-08-07T20:03:22.937Z | Downloaded pbkdf2 v0.11.0 |
2321 | 2024-08-07T20:03:22.940Z | Downloaded ecdsa v0.16.9 |
2322 | 2024-08-07T20:03:22.944Z | Downloaded aes v0.8.4 |
2323 | 2024-08-07T20:03:22.947Z | Downloaded md5 v0.7.0 |
2324 | 2024-08-07T20:03:22.947Z | Downloaded dhcproto-macros v0.1.0 |
2325 | 2024-08-07T20:03:22.947Z | Downloaded dhcproto v0.12.0 |
2326 | 2024-08-07T20:03:22.950Z | Downloaded primeorder v0.13.6 |
2327 | 2024-08-07T20:03:22.950Z | Downloaded ctr v0.9.2 |
2328 | 2024-08-07T20:03:22.954Z | Downloaded hex-literal v0.4.1 |
2329 | 2024-08-07T20:03:22.957Z | Downloaded ed25519 v2.2.3 |
2330 | 2024-08-07T20:03:22.957Z | Downloaded dirs-sys v0.4.1 |
2331 | 2024-08-07T20:03:22.960Z | Downloaded rand_core v0.5.1 |
2332 | 2024-08-07T20:03:22.960Z | Downloaded blowfish v0.9.1 |
2333 | 2024-08-07T20:03:22.963Z | Downloaded getrandom v0.1.16 |
2334 | 2024-08-07T20:03:22.963Z | Downloaded ed25519-dalek v2.1.1 |
2335 | 2024-08-07T20:03:22.967Z | Downloaded russh-keys v0.43.0 |
2336 | 2024-08-07T20:03:22.972Z | Downloaded pbkdf2 v0.12.2 |
2337 | 2024-08-07T20:03:22.972Z | Downloaded password-hash v0.4.2 |
2338 | 2024-08-07T20:03:22.975Z | Downloaded p256 v0.13.2 |
2339 | 2024-08-07T20:03:22.981Z | Downloaded russh v0.43.0 |
2340 | 2024-08-07T20:03:22.985Z | Downloaded p521 v0.13.3 |
2341 | 2024-08-07T20:03:22.989Z | Downloaded rand v0.7.3 |
2342 | 2024-08-07T20:03:22.992Z | Downloaded aes-gcm v0.10.3 |
2343 | 2024-08-07T20:03:23.119Z | Compiling regress v0.9.1 |
2344 | 2024-08-07T20:03:23.229Z | Compiling getopts v0.2.21 |
2345 | 2024-08-07T20:03:23.232Z | Compiling unsafe-libyaml v0.2.11 |
2346 | 2024-08-07T20:03:23.232Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2347 | 2024-08-07T20:03:23.232Z | Compiling sha1 v0.10.6 |
2348 | 2024-08-07T20:03:23.232Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2349 | 2024-08-07T20:03:23.232Z | Compiling http v1.1.0 |
2350 | 2024-08-07T20:03:23.232Z | Compiling match_cfg v0.1.0 |
2351 | 2024-08-07T20:03:23.426Z | Compiling hostname v0.3.1 |
2352 | 2024-08-07T20:03:23.663Z | Compiling toml v0.8.19 |
2353 | 2024-08-07T20:03:23.681Z | Compiling rustls-pki-types v1.7.0 |
2354 | 2024-08-07T20:03:23.698Z | Compiling rustls v0.22.4 |
2355 | 2024-08-07T20:03:23.732Z | Compiling ident_case v1.0.1 |
2356 | 2024-08-07T20:03:23.920Z | Compiling paste v1.0.15 |
2357 | 2024-08-07T20:03:24.006Z | Compiling darling_core v0.20.9 |
2358 | 2024-08-07T20:03:24.249Z | Compiling rustls-webpki v0.102.4 |
2359 | 2024-08-07T20:03:24.549Z | Compiling serde_yaml v0.9.34+deprecated |
2360 | 2024-08-07T20:03:24.582Z | Compiling ipnetwork v0.20.0 |
2361 | 2024-08-07T20:03:25.243Z | Compiling multer v3.1.0 |
2362 | 2024-08-07T20:03:25.638Z | Compiling slog-json v2.6.1 |
2363 | 2024-08-07T20:03:25.830Z | Compiling async-stream-impl v0.3.5 |
2364 | 2024-08-07T20:03:26.007Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2365 | 2024-08-07T20:03:26.322Z | Compiling instant v0.1.12 |
2366 | 2024-08-07T20:03:26.406Z | Compiling debug-ignore v1.0.5 |
2367 | 2024-08-07T20:03:26.479Z | Compiling atomic-waker v1.1.2 |
2368 | 2024-08-07T20:03:26.623Z | Compiling waitgroup v0.1.2 |
2369 | 2024-08-07T20:03:26.679Z | Compiling slog-bunyan v2.5.0 |
2370 | 2024-08-07T20:03:26.869Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2371 | 2024-08-07T20:03:26.896Z | Compiling rustls-pemfile v2.1.3 |
2372 | 2024-08-07T20:03:27.200Z | Compiling async-stream v0.3.5 |
2373 | 2024-08-07T20:03:27.331Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2374 | 2024-08-07T20:03:27.537Z | Compiling serde_path_to_error v0.1.16 |
2375 | 2024-08-07T20:03:27.833Z | Compiling hostname v0.4.0 |
2376 | 2024-08-07T20:03:28.120Z | Compiling structmeta-derive v0.3.0 |
2377 | 2024-08-07T20:03:28.355Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2378 | 2024-08-07T20:03:28.455Z | Compiling proc-macro-crate v1.3.1 |
2379 | 2024-08-07T20:03:28.860Z | Compiling newtype-uuid v1.1.0 |
2380 | 2024-08-07T20:03:29.108Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2381 | 2024-08-07T20:03:29.193Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2382 | 2024-08-07T20:03:29.533Z | Compiling fastrand v2.1.0 |
2383 | 2024-08-07T20:03:29.610Z | Compiling num_enum_derive v0.5.11 |
2384 | 2024-08-07T20:03:29.911Z | Compiling tokio-rustls v0.25.0 |
2385 | 2024-08-07T20:03:30.116Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2386 | 2024-08-07T20:03:30.311Z | Compiling tempfile v3.10.1 |
2387 | 2024-08-07T20:03:30.338Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2388 | 2024-08-07T20:03:30.687Z | Compiling backoff v0.4.0 |
2389 | 2024-08-07T20:03:31.025Z | Compiling darling_macro v0.20.9 |
2390 | 2024-08-07T20:03:31.044Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2391 | 2024-08-07T20:03:31.136Z | Compiling structmeta v0.3.0 |
2392 | 2024-08-07T20:03:31.153Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2393 | 2024-08-07T20:03:31.331Z | Compiling macaddr v1.0.1 |
2394 | 2024-08-07T20:03:31.579Z | Compiling parse-display-derive v0.9.1 |
2395 | 2024-08-07T20:03:31.791Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2396 | 2024-08-07T20:03:31.824Z | Compiling foreign-types-macros v0.2.3 |
2397 | 2024-08-07T20:03:31.969Z | Compiling darling v0.20.9 |
2398 | 2024-08-07T20:03:32.094Z | Compiling serde_with_macros v3.8.3 |
2399 | 2024-08-07T20:03:32.141Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2400 | 2024-08-07T20:03:32.199Z | Compiling num_enum v0.5.11 |
2401 | 2024-08-07T20:03:32.372Z | Compiling heapless v0.8.0 |
2402 | 2024-08-07T20:03:32.449Z | Compiling foreign-types-shared v0.3.1 |
2403 | 2024-08-07T20:03:32.786Z | Compiling proc-macro-error v1.0.4 |
2404 | 2024-08-07T20:03:33.139Z | Compiling foreign-types v0.5.0 |
2405 | 2024-08-07T20:03:33.281Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2406 | 2024-08-07T20:03:33.456Z | Compiling hash32 v0.3.1 |
2407 | 2024-08-07T20:03:33.517Z | Compiling cstr-argument v0.1.2 |
2408 | 2024-08-07T20:03:33.709Z | Compiling smoltcp v0.11.0 |
2409 | 2024-08-07T20:03:33.782Z | Compiling pretty-hex v0.2.1 |
2410 | 2024-08-07T20:03:33.965Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2411 | 2024-08-07T20:03:34.354Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2412 | 2024-08-07T20:03:34.604Z | Compiling camino-tempfile v1.1.1 |
2413 | 2024-08-07T20:03:34.970Z | Compiling tabwriter v1.4.0 |
2414 | 2024-08-07T20:03:34.974Z | Compiling serde_with v3.8.3 |
2415 | 2024-08-07T20:03:35.078Z | Compiling colored v2.1.0 |
2416 | 2024-08-07T20:03:35.504Z | Compiling socket2 v0.4.10 |
2417 | 2024-08-07T20:03:35.528Z | Compiling embedded-io v0.4.0 |
2418 | 2024-08-07T20:03:35.533Z | Compiling cobs v0.2.3 |
2419 | 2024-08-07T20:03:35.882Z | Compiling postcard v1.0.8 |
2420 | 2024-08-07T20:03:35.898Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2421 | 2024-08-07T20:03:36.209Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2422 | 2024-08-07T20:03:36.306Z | Compiling parse-display v0.9.1 |
2423 | 2024-08-07T20:03:36.376Z | Compiling crucible-workspace-hack v0.1.0 |
2424 | 2024-08-07T20:03:36.472Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2425 | 2024-08-07T20:03:36.704Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2426 | 2024-08-07T20:03:36.834Z | Compiling smf v0.2.3 |
2427 | 2024-08-07T20:03:36.960Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2428 | 2024-08-07T20:03:37.309Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2429 | 2024-08-07T20:03:37.346Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2430 | 2024-08-07T20:03:37.829Z | Compiling num-derive v0.4.2 |
2431 | 2024-08-07T20:03:38.251Z | Compiling sigpipe v0.1.3 |
2432 | 2024-08-07T20:03:38.383Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2433 | 2024-08-07T20:03:38.713Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2434 | 2024-08-07T20:03:38.821Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2435 | 2024-08-07T20:03:38.863Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2436 | 2024-08-07T20:03:39.389Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2437 | 2024-08-07T20:03:39.924Z | Compiling humantime v2.1.0 |
2438 | 2024-08-07T20:03:40.249Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2439 | 2024-08-07T20:03:40.341Z | Compiling curve25519-dalek v4.1.3 |
2440 | 2024-08-07T20:03:40.434Z | Compiling password-hash v0.5.0 |
2441 | 2024-08-07T20:03:40.482Z | Compiling blake2 v0.10.6 |
2442 | 2024-08-07T20:03:40.561Z | Compiling universal-hash v0.5.1 |
2443 | 2024-08-07T20:03:40.873Z | Compiling utf-8 v0.7.6 |
2444 | 2024-08-07T20:03:40.979Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2445 | 2024-08-07T20:03:40.979Z | Compiling semver v0.1.20 |
2446 | 2024-08-07T20:03:41.150Z | Compiling opaque-debug v0.3.1 |
2447 | 2024-08-07T20:03:41.254Z | Compiling argon2 v0.5.3 |
2448 | 2024-08-07T20:03:41.324Z | Compiling rustc_version v0.1.7 |
2449 | 2024-08-07T20:03:41.441Z | Compiling newline-converter v0.3.0 |
2450 | 2024-08-07T20:03:41.474Z | Compiling curve25519-dalek-derive v0.1.1 |
2451 | 2024-08-07T20:03:41.619Z | Compiling atty v0.2.14 |
2452 | 2024-08-07T20:03:41.672Z | Compiling convert_case v0.4.0 |
2453 | 2024-08-07T20:03:41.775Z | Compiling same-file v1.0.6 |
2454 | 2024-08-07T20:03:41.860Z | Compiling rayon-core v1.12.1 |
2455 | 2024-08-07T20:03:42.049Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2456 | 2024-08-07T20:03:42.087Z | Compiling walkdir v2.5.0 |
2457 | 2024-08-07T20:03:42.174Z | Compiling newtype_derive v0.1.6 |
2458 | 2024-08-07T20:03:42.483Z | Compiling expectorate v1.1.0 |
2459 | 2024-08-07T20:03:42.513Z | Compiling crossbeam-deque v0.8.5 |
2460 | 2024-08-07T20:03:42.749Z | Compiling derive_more v0.99.18 |
2461 | 2024-08-07T20:03:42.754Z | Compiling prettyplease v0.2.20 |
2462 | 2024-08-07T20:03:42.824Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2463 | 2024-08-07T20:03:42.842Z | Compiling libefi-sys v0.1.0 |
2464 | 2024-08-07T20:03:43.180Z | Compiling num-rational v0.4.2 |
2465 | 2024-08-07T20:03:43.200Z | Compiling signature v2.2.0 |
2466 | 2024-08-07T20:03:43.513Z | Compiling num-complex v0.4.6 |
2467 | 2024-08-07T20:03:44.209Z | Compiling aead v0.5.2 |
2468 | 2024-08-07T20:03:44.225Z | Compiling bitfield-struct v0.6.1 |
2469 | 2024-08-07T20:03:44.597Z | Compiling derive-where v1.2.7 |
2470 | 2024-08-07T20:03:44.624Z | Compiling ring v0.16.20 |
2471 | 2024-08-07T20:03:44.909Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2472 | 2024-08-07T20:03:45.008Z | Compiling blake3 v1.5.1 |
2473 | 2024-08-07T20:03:45.318Z | Compiling unicase v2.7.0 |
2474 | 2024-08-07T20:03:45.446Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2475 | 2024-08-07T20:03:45.653Z | Compiling termcolor v1.4.1 |
2476 | 2024-08-07T20:03:45.653Z | Compiling getrandom v0.1.16 |
2477 | 2024-08-07T20:03:45.681Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2478 | 2024-08-07T20:03:45.750Z | Compiling quick-error v1.2.3 |
2479 | 2024-08-07T20:03:45.909Z | Compiling keccak v0.1.5 |
2480 | 2024-08-07T20:03:46.441Z | Compiling arc-swap v1.7.1 |
2481 | 2024-08-07T20:03:50.713Z | Compiling linked-hash-map v0.5.6 |
2482 | 2024-08-07T20:03:50.758Z | Compiling sha3 v0.10.8 |
2483 | 2024-08-07T20:03:50.759Z | Compiling slog-scope v4.4.0 |
2484 | 2024-08-07T20:03:50.759Z | Compiling lru-cache v0.1.2 |
2485 | 2024-08-07T20:03:50.759Z | Compiling env_logger v0.9.3 |
2486 | 2024-08-07T20:03:50.759Z | Compiling resolv-conf v0.7.0 |
2487 | 2024-08-07T20:03:50.759Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2488 | 2024-08-07T20:03:50.759Z | Compiling num v0.4.3 |
2489 | 2024-08-07T20:03:50.759Z | Compiling rayon v1.10.0 |
2490 | 2024-08-07T20:03:50.759Z | Compiling poly1305 v0.8.0 |
2491 | 2024-08-07T20:03:50.759Z | Compiling tungstenite v0.21.0 |
2492 | 2024-08-07T20:03:50.817Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2493 | 2024-08-07T20:03:50.817Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2494 | 2024-08-07T20:03:50.817Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2495 | 2024-08-07T20:03:50.817Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2496 | 2024-08-07T20:03:50.817Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2497 | 2024-08-07T20:03:50.909Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2498 | 2024-08-07T20:03:51.021Z | Compiling chacha20 v0.9.1 |
2499 | 2024-08-07T20:03:51.040Z | Compiling bitstruct_derive v0.1.0 |
2500 | 2024-08-07T20:03:51.106Z | Compiling thiserror-impl-no-std v2.0.2 |
2501 | 2024-08-07T20:03:51.360Z | Compiling secrecy v0.8.0 |
2502 | 2024-08-07T20:03:51.467Z | Compiling memmap2 v0.9.4 |
2503 | 2024-08-07T20:03:51.512Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2504 | 2024-08-07T20:03:51.601Z | Compiling half v2.4.1 |
2505 | 2024-08-07T20:03:51.632Z | Compiling float-ord v0.3.2 |
2506 | 2024-08-07T20:03:51.659Z | Compiling parking_lot_core v0.8.6 |
2507 | 2024-08-07T20:03:51.815Z | Compiling arrayref v0.3.7 |
2508 | 2024-08-07T20:03:51.931Z | Compiling spin v0.5.2 |
2509 | 2024-08-07T20:03:51.934Z | Compiling untrusted v0.7.1 |
2510 | 2024-08-07T20:03:52.136Z | Compiling ciborium-io v0.2.2 |
2511 | 2024-08-07T20:03:52.153Z | Compiling constant_time_eq v0.3.0 |
2512 | 2024-08-07T20:03:52.157Z | Compiling arrayvec v0.7.4 |
2513 | 2024-08-07T20:03:52.187Z | Compiling ascii v1.1.0 |
2514 | 2024-08-07T20:03:52.267Z | Compiling home v0.5.9 |
2515 | 2024-08-07T20:03:52.350Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2516 | 2024-08-07T20:03:52.416Z | Compiling bitstruct v0.1.1 |
2517 | 2024-08-07T20:03:52.482Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2518 | 2024-08-07T20:03:52.541Z | Compiling toolchain_find v0.4.0 |
2519 | 2024-08-07T20:03:52.559Z | Compiling ciborium-ll v0.2.2 |
2520 | 2024-08-07T20:03:52.575Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2521 | 2024-08-07T20:03:53.209Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2522 | 2024-08-07T20:03:53.310Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2523 | 2024-08-07T20:03:53.511Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2524 | 2024-08-07T20:03:53.784Z | Compiling tokio-tungstenite v0.21.0 |
2525 | 2024-08-07T20:03:53.844Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2526 | 2024-08-07T20:03:54.033Z | Compiling steno v0.4.1 |
2527 | 2024-08-07T20:03:54.227Z | Compiling trust-dns-resolver v0.22.0 |
2528 | 2024-08-07T20:03:54.261Z | Compiling slog-stdlog v4.1.1 |
2529 | 2024-08-07T20:03:54.335Z | Compiling thiserror-no-std v2.0.2 |
2530 | 2024-08-07T20:03:54.466Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2531 | 2024-08-07T20:03:54.496Z | Compiling rfc6979 v0.4.0 |
2532 | 2024-08-07T20:03:54.664Z | Compiling gethostname v0.5.0 |
2533 | 2024-08-07T20:03:54.709Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2534 | 2024-08-07T20:03:54.904Z | Compiling serde_arrays v0.1.0 |
2535 | 2024-08-07T20:03:54.930Z | Compiling erased-serde v0.3.31 |
2536 | 2024-08-07T20:03:55.079Z | Compiling nibble_vec v0.1.0 |
2537 | 2024-08-07T20:03:55.114Z | Compiling slog-dtrace v0.3.0 |
2538 | 2024-08-07T20:03:55.200Z | Compiling topological-sort v0.2.2 |
2539 | 2024-08-07T20:03:55.297Z | Compiling cancel-safe-futures v0.1.5 |
2540 | 2024-08-07T20:03:55.437Z | Compiling endian-type v0.1.2 |
2541 | 2024-08-07T20:03:55.526Z | Compiling omicron-zone-package v0.11.0 |
2542 | 2024-08-07T20:03:55.688Z | Compiling radix_trie v0.2.1 |
2543 | 2024-08-07T20:03:55.731Z | Compiling ecdsa v0.16.9 |
2544 | 2024-08-07T20:03:56.339Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2545 | 2024-08-07T20:03:56.395Z | Compiling rand_core v0.5.1 |
2546 | 2024-08-07T20:03:56.498Z | Compiling mime_guess v2.0.4 |
2547 | 2024-08-07T20:03:56.599Z | Compiling slog-envlogger v2.2.0 |
2548 | 2024-08-07T20:03:56.923Z | Compiling vsss-rs v3.3.4 |
2549 | 2024-08-07T20:03:57.414Z | Compiling ciborium v0.2.2 |
2550 | 2024-08-07T20:03:58.212Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2551 | 2024-08-07T20:03:58.500Z | Compiling rustfmt-wrapper v0.2.1 |
2552 | 2024-08-07T20:03:58.963Z | Compiling chacha20poly1305 v0.10.1 |
2553 | 2024-08-07T20:03:59.234Z | Compiling tungstenite v0.20.1 |
2554 | 2024-08-07T20:03:59.436Z | Compiling primeorder v0.13.6 |
2555 | 2024-08-07T20:03:59.985Z | Compiling heck v0.3.3 |
2556 | 2024-08-07T20:04:00.457Z | Compiling glob v0.3.1 |
2557 | 2024-08-07T20:04:00.553Z | Compiling option-ext v0.2.0 |
2558 | 2024-08-07T20:04:00.699Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2559 | 2024-08-07T20:04:01.039Z | Compiling dirs-sys v0.4.1 |
2560 | 2024-08-07T20:04:01.472Z | Compiling zone_cfg_derive v0.1.2 |
2561 | 2024-08-07T20:04:01.490Z | Compiling tokio-tungstenite v0.20.1 |
2562 | 2024-08-07T20:04:01.638Z | Compiling parking_lot v0.11.2 |
2563 | 2024-08-07T20:04:01.700Z | Compiling rand_chacha v0.2.2 |
2564 | 2024-08-07T20:04:01.734Z | Compiling trust-dns-client v0.22.0 |
2565 | 2024-08-07T20:04:02.549Z | Compiling ed25519 v2.2.3 |
2566 | 2024-08-07T20:04:02.580Z | Compiling polyval v0.6.2 |
2567 | 2024-08-07T20:04:02.629Z | Compiling blowfish v0.9.1 |
2568 | 2024-08-07T20:04:03.000Z | Compiling aes v0.8.4 |
2569 | 2024-08-07T20:04:03.020Z | Compiling ctr v0.9.2 |
2570 | 2024-08-07T20:04:03.068Z | Compiling password-hash v0.4.2 |
2571 | 2024-08-07T20:04:03.089Z | Compiling pbkdf2 v0.12.2 |
2572 | 2024-08-07T20:04:03.280Z | Compiling libsw v3.3.1 |
2573 | 2024-08-07T20:04:03.398Z | Compiling toml v0.5.11 |
2574 | 2024-08-07T20:04:03.603Z | Compiling fxhash v0.2.1 |
2575 | 2024-08-07T20:04:03.760Z | Compiling base64 v0.13.1 |
2576 | 2024-08-07T20:04:03.820Z | Compiling linear-map v1.2.0 |
2577 | 2024-08-07T20:04:03.979Z | Compiling owo-colors v4.0.0 |
2578 | 2024-08-07T20:04:04.241Z | Compiling ron v0.7.1 |
2579 | 2024-08-07T20:04:04.413Z | Compiling sled v0.34.7 |
2580 | 2024-08-07T20:04:04.857Z | Compiling pbkdf2 v0.11.0 |
2581 | 2024-08-07T20:04:05.213Z | Compiling trust-dns-server v0.22.1 |
2582 | 2024-08-07T20:04:05.803Z | Compiling bcrypt-pbkdf v0.10.0 |
2583 | 2024-08-07T20:04:06.350Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2584 | 2024-08-07T20:04:06.450Z | Compiling zone v0.1.8 |
2585 | 2024-08-07T20:04:06.732Z | Compiling ghash v0.5.1 |
2586 | 2024-08-07T20:04:06.933Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-08-07T20:04:07.164Z | Compiling ed25519-dalek v2.1.1 |
2588 | 2024-08-07T20:04:07.368Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-08-07T20:04:08.080Z | Compiling rand v0.7.3 |
2590 | 2024-08-07T20:04:08.268Z | Compiling dirs v5.0.1 |
2591 | 2024-08-07T20:04:09.137Z | Compiling p521 v0.13.3 |
2592 | 2024-08-07T20:04:10.136Z | Compiling p256 v0.13.2 |
2593 | 2024-08-07T20:04:10.803Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2594 | 2024-08-07T20:04:11.006Z | Compiling pem v3.0.4 |
2595 | 2024-08-07T20:04:11.641Z | Compiling cbc v0.1.2 |
2596 | 2024-08-07T20:04:11.872Z | Compiling portpicker v0.1.1 |
2597 | 2024-08-07T20:04:11.903Z | Compiling headers-core v0.2.0 |
2598 | 2024-08-07T20:04:12.081Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2599 | 2024-08-07T20:04:12.101Z | Compiling kstat-rs v0.2.4 |
2600 | 2024-08-07T20:04:12.229Z | Compiling nanorand v0.7.0 |
2601 | 2024-08-07T20:04:12.255Z | Compiling russh-cryptovec v0.7.2 |
2602 | 2024-08-07T20:04:12.467Z | Compiling http-range v0.1.5 |
2603 | 2024-08-07T20:04:12.594Z | Compiling md5 v0.7.0 |
2604 | 2024-08-07T20:04:12.772Z | Compiling hyper-staticfile v0.9.5 |
2605 | 2024-08-07T20:04:12.795Z | Compiling flume v0.11.0 |
2606 | 2024-08-07T20:04:12.823Z | Compiling headers v0.3.9 |
2607 | 2024-08-07T20:04:12.854Z | Compiling rcgen v0.12.1 |
2608 | 2024-08-07T20:04:13.107Z | Compiling russh-keys v0.43.0 |
2609 | 2024-08-07T20:04:13.530Z | Compiling aes-gcm v0.10.3 |
2610 | 2024-08-07T20:04:13.781Z | Compiling atomicwrites v0.4.3 |
2611 | 2024-08-07T20:04:13.853Z | Compiling itertools v0.13.0 |
2612 | 2024-08-07T20:04:14.177Z | Compiling subprocess v0.2.9 |
2613 | 2024-08-07T20:04:14.848Z | Compiling hex-literal v0.4.1 |
2614 | 2024-08-07T20:04:15.014Z | Compiling dhcproto-macros v0.1.0 |
2615 | 2024-08-07T20:04:15.336Z | Compiling display-error-chain v0.2.0 |
2616 | 2024-08-07T20:04:15.527Z | Compiling russh v0.43.0 |
2617 | 2024-08-07T20:04:15.821Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2618 | 2024-08-07T20:04:16.016Z | Compiling dhcproto v0.12.0 |
2619 | 2024-08-07T20:04:16.129Z | Compiling internet-checksum v0.2.1 |
2620 | 2024-08-07T20:04:16.522Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2621 | 2024-08-07T20:04:16.690Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2622 | 2024-08-07T20:04:16.693Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2623 | 2024-08-07T20:04:16.752Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2624 | 2024-08-07T20:04:17.137Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2625 | 2024-08-07T20:04:18.300Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2626 | 2024-08-07T20:04:18.686Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2627 | 2024-08-07T20:04:19.468Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2628 | 2024-08-07T20:04:19.802Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2629 | 2024-08-07T20:04:23.055Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2630 | 2024-08-07T20:04:23.392Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2631 | 2024-08-07T20:04:24.486Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2632 | 2024-08-07T20:04:25.231Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2633 | 2024-08-07T20:04:25.913Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2634 | 2024-08-07T20:04:32.632Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2635 | 2024-08-07T20:04:32.635Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2636 | 2024-08-07T20:04:32.635Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2637 | 2024-08-07T20:04:32.635Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2638 | 2024-08-07T20:04:35.555Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2639 | 2024-08-07T20:04:36.003Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2640 | 2024-08-07T20:04:36.003Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2641 | 2024-08-07T20:04:37.009Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2642 | 2024-08-07T20:04:37.030Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2643 | 2024-08-07T20:04:38.326Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2644 | 2024-08-07T20:04:39.096Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2645 | 2024-08-07T20:04:40.412Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2646 | 2024-08-07T20:04:40.926Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2647 | 2024-08-07T20:04:41.070Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2648 | 2024-08-07T20:04:44.395Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2649 | 2024-08-07T20:04:44.842Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2650 | 2024-08-07T20:04:49.649Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2651 | 2024-08-07T20:04:50.101Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2652 | 2024-08-07T20:04:54.829Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2653 | 2024-08-07T20:05:01.101Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2654 | 2024-08-07T20:05:01.104Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2655 | 2024-08-07T20:05:03.587Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2656 | 2024-08-07T20:05:23.693Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2657 | 2024-08-07T20:05:57.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
2658 | 2024-08-07T20:05:57.297Z | |
2659 | 2024-08-07T20:05:57.297Z | real 2:35.074146305 |
2660 | 2024-08-07T20:05:57.297Z | user 12:13.931722720 |
2661 | 2024-08-07T20:05:57.297Z | sys 2:34.905351910 |
2662 | 2024-08-07T20:05:57.297Z | trap 0.333970295 |
2663 | 2024-08-07T20:05:57.297Z | tflt 1.398103021 |
2664 | 2024-08-07T20:05:57.297Z | dflt 1.502851933 |
2665 | 2024-08-07T20:05:57.301Z | kflt 0.000580217 |
2666 | 2024-08-07T20:05:57.301Z | lock 25:33.121456878 |
2667 | 2024-08-07T20:05:57.301Z | slp 44:14.889597986 |
2668 | 2024-08-07T20:05:57.301Z | lat 40.154797655 |
2669 | 2024-08-07T20:05:57.301Z | stop 1:34.627634250 |
2670 | 2024-08-07T20:05:57.301Z | + mkdir tests |
2671 | 2024-08-07T20:05:57.304Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2672 | 2024-08-07T20:05:57.304Z | + xargs -I '{}' -t cp '{}' tests/ |
2673 | 2024-08-07T20:05:58.785Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1819675cba3e8d86 tests/ |
2674 | 2024-08-07T20:05:58.810Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-48de20aa91b0feee tests/ |
2675 | 2024-08-07T20:05:58.835Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a81919c1650450f0 tests/ |
2676 | 2024-08-07T20:05:58.860Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c2eaa0529111e6b tests/ |
2677 | 2024-08-07T20:05:59.059Z | + 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/*) |
2678 | 2024-08-07T20:05:59.062Z | + 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-a81919c1650450f0 tests/commtest-48de20aa91b0feee tests/dhcp_server-1819675cba3e8d86 tests/end_to_end_tests-6c2eaa0529111e6b 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 |
2679 | 2024-08-07T20:06:54.962Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2680 | 2024-08-07T20:06:54.962Z | a out/target/test 1K |
2681 | 2024-08-07T20:06:54.962Z | a out/npuzone/npuzone 23144K |
2682 | 2024-08-07T20:06:54.962Z | a package-manifest.toml 30K |
2683 | 2024-08-07T20:06:54.962Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2684 | 2024-08-07T20:06:54.962Z | a target/release/omicron-package 32336K |
2685 | 2024-08-07T20:06:54.962Z | a target/release/xtask 11519K |
2686 | 2024-08-07T20:06:54.962Z | a target/debug/bootstrap 187975K |
2687 | 2024-08-07T20:06:54.963Z | a tests/bootstrap-a81919c1650450f0 23514K |
2688 | 2024-08-07T20:06:54.963Z | a tests/commtest-48de20aa91b0feee 23823K |
2689 | 2024-08-07T20:06:54.963Z | a tests/dhcp_server-1819675cba3e8d86 23514K |
2690 | 2024-08-07T20:06:54.963Z | a tests/end_to_end_tests-6c2eaa0529111e6b 198805K |
2691 | 2024-08-07T20:06:54.963Z | a out/clickhouse.tar.gz 223123K |
2692 | 2024-08-07T20:06:54.963Z | a out/clickhouse_keeper.tar.gz 223100K |
2693 | 2024-08-07T20:06:54.963Z | a out/cockroachdb.tar.gz 131774K |
2694 | 2024-08-07T20:06:54.963Z | a out/crucible-dtrace.tar 84K |
2695 | 2024-08-07T20:06:54.963Z | a out/crucible-pantry-zone.tar.gz 27842K |
2696 | 2024-08-07T20:06:54.963Z | a out/crucible-zone.tar.gz 38163K |
2697 | 2024-08-07T20:06:54.963Z | a out/external-dns.tar.gz 25151K |
2698 | 2024-08-07T20:06:54.963Z | a out/internal-dns.tar.gz 25150K |
2699 | 2024-08-07T20:06:54.963Z | a out/mg-ddm-gz.tar 60627K |
2700 | 2024-08-07T20:06:54.963Z | a out/nexus.tar.gz 86739K |
2701 | 2024-08-07T20:06:54.963Z | a out/ntp.tar.gz 8989K |
2702 | 2024-08-07T20:06:54.963Z | a out/omicron-gateway-softnpu.tar.gz 13587K |
2703 | 2024-08-07T20:06:54.963Z | a out/omicron-sled-agent.tar 96779K |
2704 | 2024-08-07T20:06:54.963Z | a out/overlay.tar.gz 3K |
2705 | 2024-08-07T20:06:54.963Z | a out/oximeter.tar.gz 42494K |
2706 | 2024-08-07T20:06:54.963Z | a out/oxlog.tar 2927K |
2707 | 2024-08-07T20:06:54.963Z | a out/probe.tar.gz 2764K |
2708 | 2024-08-07T20:06:54.963Z | a out/propolis-server.tar.gz 65291K |
2709 | 2024-08-07T20:06:54.963Z | a out/pumpkind-gz.tar 26665K |
2710 | 2024-08-07T20:06:54.963Z | a out/switch-softnpu.tar.gz 203476K |
2711 | 2024-08-07T20:06:54.967Z | |
2712 | 2024-08-07T20:06:54.967Z | real 55.889161206 |
2713 | 2024-08-07T20:06:54.967Z | user 53.521816267 |
2714 | 2024-08-07T20:06:54.967Z | sys 3.383418273 |
2715 | 2024-08-07T20:06:54.967Z | trap 0.013362700 |
2716 | 2024-08-07T20:06:54.967Z | tflt 0.000000000 |
2717 | 2024-08-07T20:06:54.967Z | dflt 0.000000000 |
2718 | 2024-08-07T20:06:54.967Z | kflt 0.000000000 |
2719 | 2024-08-07T20:06:54.967Z | lock 0.000000000 |
2720 | 2024-08-07T20:06:54.967Z | slp 53.315756223 |
2721 | 2024-08-07T20:06:54.967Z | lat 1.537359549 |
2722 | 2024-08-07T20:06:54.967Z | stop 0.000513792 |
2723 | 2024-08-07T20:06:54.967Z | process exited: duration 1693564 ms, exit code 0 |
|
2724 | 2024-08-07T20:06:54.982Z | found 1 output files |
2725 | 2024-08-07T20:06:54.982Z | uploading: /work/package.tar.gz (1342536873 bytes) |
2726 | 2024-08-07T20:07:21.962Z | uploaded: /work/package.tar.gz |