|
|
|
1 | 2024-08-16T20:51:07.620Z | job assigned to worker 01J5EF8ZQ51NJABN0B9PHK5VCT (queued for 1 m 1 s) |
|
2 | 2024-08-16T20:51:15.762Z | starting task 0: "setup" |
3 | 2024-08-16T20:51:15.786Z | ++ uname -s |
4 | 2024-08-16T20:51:15.789Z | + kern=SunOS |
5 | 2024-08-16T20:51:15.789Z | + case "$kern" in |
6 | 2024-08-16T20:51:15.789Z | + groupadd -g 12345 build |
7 | 2024-08-16T20:51:15.793Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T20:51:17.809Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T20:51:18.002Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T20:51:18.004Z | + home_fs=zfs |
11 | 2024-08-16T20:51:18.005Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T20:51:18.005Z | + mkdir -p /home/build |
13 | 2024-08-16T20:51:18.007Z | + chown build:build /home/build /work |
14 | 2024-08-16T20:51:20.009Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T20:51:20.012Z | process exited: duration 4249 ms, exit code 0 |
|
16 | 2024-08-16T20:51:20.017Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T20:51:20.023Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T20:51:20.023Z | ' 1.80.1 |
19 | 2024-08-16T20:51:20.023Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-16T20:51:20.023Z | ' default |
21 | 2024-08-16T20:51:20.025Z | * toolchain channel = "1.80.1" |
22 | 2024-08-16T20:51:20.025Z | * toolchain profile = "default" |
23 | 2024-08-16T20:51:20.025Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T20:51:20.025Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T20:51:20.139Z | info: downloading installer |
26 | 2024-08-16T20:51:21.571Z | info: profile set to 'default' |
27 | 2024-08-16T20:51:21.571Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T20:51:21.573Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T20:51:21.719Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T20:51:21.719Z | info: downloading component 'cargo' |
31 | 2024-08-16T20:51:22.556Z | info: downloading component 'clippy' |
32 | 2024-08-16T20:51:22.910Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T20:51:24.017Z | info: downloading component 'rust-std' |
34 | 2024-08-16T20:51:25.649Z | info: downloading component 'rustc' |
35 | 2024-08-16T20:51:30.200Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T20:51:30.441Z | info: installing component 'cargo' |
37 | 2024-08-16T20:51:31.270Z | info: installing component 'clippy' |
38 | 2024-08-16T20:51:31.643Z | info: installing component 'rust-docs' |
39 | 2024-08-16T20:51:33.289Z | info: installing component 'rust-std' |
40 | 2024-08-16T20:51:34.961Z | info: installing component 'rustc' |
41 | 2024-08-16T20:51:39.246Z | info: installing component 'rustfmt' |
42 | 2024-08-16T20:51:39.589Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T20:51:39.589Z | |
44 | 2024-08-16T20:51:39.841Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T20:51:39.841Z | |
46 | 2024-08-16T20:51:39.844Z | |
47 | 2024-08-16T20:51:39.844Z | Rust is installed now. Great! |
48 | 2024-08-16T20:51:39.844Z | |
49 | 2024-08-16T20:51:39.844Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T20:51:39.844Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T20:51:39.844Z | |
52 | 2024-08-16T20:51:39.844Z | To configure your current shell, you need to source |
53 | 2024-08-16T20:51:39.844Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T20:51:39.844Z | |
55 | 2024-08-16T20:51:39.844Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T20:51:39.844Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T20:51:39.844Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T20:51:39.911Z | + rustc --version |
59 | 2024-08-16T20:51:39.974Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T20:51:39.977Z | process exited: duration 19954 ms, exit code 0 |
|
61 | 2024-08-16T20:51:39.984Z | starting task 2: "authentication" |
62 | 2024-08-16T20:51:40.004Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-16T20:51:40.009Z | starting task 3: "clone repository" |
64 | 2024-08-16T20:51:40.014Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T20:51:40.017Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T20:51:40.252Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T20:51:46.913Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T20:51:46.913Z | + git fetch origin 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
69 | 2024-08-16T20:51:47.185Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T20:51:47.185Z | * branch 5415c99751fe2732d8e0c09e1a269c0b06cdce88 -> FETCH_HEAD |
71 | 2024-08-16T20:51:47.195Z | + [[ -n bump-console-33b7a505 ]] |
72 | 2024-08-16T20:51:47.198Z | ++ git branch --show-current |
73 | 2024-08-16T20:51:47.200Z | + current=main |
74 | 2024-08-16T20:51:47.200Z | + [[ main != bump-console-33b7a505 ]] |
75 | 2024-08-16T20:51:47.200Z | + git branch -f bump-console-33b7a505 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
76 | 2024-08-16T20:51:47.202Z | + git checkout -f bump-console-33b7a505 |
77 | 2024-08-16T20:51:47.348Z | Switched to branch 'bump-console-33b7a505' |
78 | 2024-08-16T20:51:47.350Z | + git reset --hard 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
79 | 2024-08-16T20:51:47.360Z | HEAD is now at 5415c9975 Bump web console (vpc routers + routes, instance polling, edit quotas) |
80 | 2024-08-16T20:51:47.363Z | process exited: duration 7350 ms, exit code 0 |
|
81 | 2024-08-16T20:51:47.371Z | starting task 4: "build" |
82 | 2024-08-16T20:51:47.375Z | + cargo --version |
83 | 2024-08-16T20:51:47.435Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T20:51:47.437Z | + rustc --version |
85 | 2024-08-16T20:51:47.490Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T20:51:47.495Z | + WORK=/work |
87 | 2024-08-16T20:51:47.495Z | + pfexec mkdir -p /work |
88 | 2024-08-16T20:51:47.498Z | + pfexec chown build /work |
89 | 2024-08-16T20:51:47.498Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-16T20:52:06.959Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-16T20:52:09.171Z | Startup: Caching catalogs ... Done |
92 | 2024-08-16T20:52:11.042Z | Planning: Solver setup ... Done (1.221s) |
93 | 2024-08-16T20:52:11.062Z | Planning: Running solver ... Done (0.020s) |
94 | 2024-08-16T20:52:11.101Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-08-16T20:52:11.132Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-16T20:52:12.181Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-16T20:52:12.338Z | Planning: Package planning ... Done (0.157s) |
98 | 2024-08-16T20:52:12.388Z | Planning: Merging actions ... Done (0.049s) |
99 | 2024-08-16T20:52:13.336Z | Planning: Checking for conflicting actions ... Done (0.948s) |
100 | 2024-08-16T20:52:13.347Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-16T20:52:18.002Z | Planning: Evaluating mediators ... Done (4.654s) |
102 | 2024-08-16T20:52:18.012Z | Planning: Planning completed in 8.77 seconds |
103 | 2024-08-16T20:52:20.013Z | Packages to install: 4 |
104 | 2024-08-16T20:52:20.013Z | Mediators to change: 2 |
105 | 2024-08-16T20:52:20.013Z | Services to change: 1 |
106 | 2024-08-16T20:52:20.016Z | Estimated space available: 155.72 GB |
107 | 2024-08-16T20:52:20.016Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-16T20:52:20.016Z | Create boot environment: No |
109 | 2024-08-16T20:52:20.016Z | Create backup boot environment: No |
110 | 2024-08-16T20:52:20.016Z | Rebuild boot archive: No |
111 | 2024-08-16T20:52:20.016Z | |
112 | 2024-08-16T20:52:20.016Z | Changed mediators: |
113 | 2024-08-16T20:52:20.016Z | mediator clang: |
114 | 2024-08-16T20:52:20.016Z | version: None -> 15 (system default) |
115 | 2024-08-16T20:52:20.016Z | |
116 | 2024-08-16T20:52:20.016Z | mediator llvm: |
117 | 2024-08-16T20:52:20.016Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-16T20:52:20.016Z | |
119 | 2024-08-16T20:52:20.016Z | Changed packages: |
120 | 2024-08-16T20:52:20.016Z | helios-dev |
121 | 2024-08-16T20:52:20.016Z | developer/build-essential |
122 | 2024-08-16T20:52:20.017Z | None -> 11-2.0 |
123 | 2024-08-16T20:52:20.017Z | library/libxmlsec1 |
124 | 2024-08-16T20:52:20.017Z | None -> 1.2.35-2.0 |
125 | 2024-08-16T20:52:20.017Z | ooce/developer/clang-15 |
126 | 2024-08-16T20:52:20.017Z | None -> 15.0.7-2.0 |
127 | 2024-08-16T20:52:20.017Z | ooce/developer/llvm-15 |
128 | 2024-08-16T20:52:20.017Z | None -> 15.0.7-2.0 |
129 | 2024-08-16T20:52:20.017Z | |
130 | 2024-08-16T20:52:20.017Z | Services: |
131 | 2024-08-16T20:52:20.017Z | restart_fmri: |
132 | 2024-08-16T20:52:20.017Z | svc:/system/update-man-index:default |
133 | 2024-08-16T20:52:20.263Z | |
134 | 2024-08-16T20:52:20.263Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-16T20:52:29.844Z | Download: 213/3290 items 1.3/212.6MB 0% complete (809k/s) |
136 | 2024-08-16T20:52:34.949Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (18.2M/s) |
137 | 2024-08-16T20:52:40.307Z | Download: 2219/3290 items 119.2/212.6MB 56% complete (12.5M/s) |
138 | 2024-08-16T20:52:45.363Z | Download: 3243/3290 items 201.9/212.6MB 94% complete (11.7M/s) |
139 | 2024-08-16T20:52:47.304Z | Download: Completed 212.60 MB in 27.03 seconds (7.9M/s) |
140 | 2024-08-16T20:52:47.655Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-08-16T20:52:52.717Z | Actions: 3581/3689 actions (Installing new actions) |
142 | 2024-08-16T20:52:53.083Z | Actions: Completed 3689 actions in 5.43 seconds. |
143 | 2024-08-16T20:52:53.361Z | Done (0.273s) |
144 | 2024-08-16T20:52:53.361Z | Done (0.000s) |
145 | 2024-08-16T20:52:53.721Z | Done (0.360s) |
146 | 2024-08-16T20:52:59.322Z | Done (5.429s) |
147 | 2024-08-16T20:52:59.451Z | Done (0.061s) |
148 | 2024-08-16T20:52:59.453Z | Done (0.000s) |
149 | 2024-08-16T20:52:59.717Z | Done (0.000s) |
150 | 2024-08-16T20:53:00.303Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-08-16T20:53:00.466Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-08-16T20:53:00.468Z | Planning: Consolidating action changes ... Done |
153 | 2024-08-16T20:53:00.732Z | Planning: Evaluating mediators ... Done |
154 | 2024-08-16T20:53:00.735Z | Planning: Planning completed in 0.43 seconds |
155 | 2024-08-16T20:53:00.765Z | Mediators to change: 2 |
156 | 2024-08-16T20:53:00.765Z | Create boot environment: No |
157 | 2024-08-16T20:53:00.768Z | Create backup boot environment: No |
158 | 2024-08-16T20:53:00.892Z | Done |
159 | 2024-08-16T20:53:00.892Z | Done |
160 | 2024-08-16T20:53:01.145Z | Done |
161 | 2024-08-16T20:53:04.611Z | Done |
162 | 2024-08-16T20:53:04.699Z | Done |
163 | 2024-08-16T20:53:04.702Z | Done |
164 | 2024-08-16T20:53:04.937Z | Done |
165 | 2024-08-16T20:53:05.548Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-08-16T20:53:05.550Z | Planning: Merging actions ... Done |
167 | 2024-08-16T20:53:05.738Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-08-16T20:53:05.741Z | Planning: Consolidating action changes ... Done |
169 | 2024-08-16T20:53:06.005Z | Planning: Evaluating mediators ... Done |
170 | 2024-08-16T20:53:06.062Z | Planning: Planning completed in 0.76 seconds |
171 | 2024-08-16T20:53:06.096Z | Packages to change: 1 |
172 | 2024-08-16T20:53:06.096Z | Mediators to change: 1 |
173 | 2024-08-16T20:53:06.099Z | Services to change: 1 |
174 | 2024-08-16T20:53:06.099Z | Create boot environment: No |
175 | 2024-08-16T20:53:06.099Z | Create backup boot environment: Yes |
176 | 2024-08-16T20:53:08.048Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-08-16T20:53:08.051Z | Actions: Completed 6 actions in 0.00 seconds. |
178 | 2024-08-16T20:53:08.051Z | Done |
179 | 2024-08-16T20:53:08.051Z | Done |
180 | 2024-08-16T20:53:08.127Z | Done |
181 | 2024-08-16T20:53:11.739Z | Done |
182 | 2024-08-16T20:53:11.818Z | Done |
183 | 2024-08-16T20:53:11.823Z | Done |
184 | 2024-08-16T20:53:11.948Z | Done |
185 | 2024-08-16T20:53:12.382Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-08-16T20:53:12.382Z | clang system 15 system |
187 | 2024-08-16T20:53:12.382Z | csh system system illumos |
188 | 2024-08-16T20:53:12.382Z | ctags system system illumos |
189 | 2024-08-16T20:53:12.382Z | gcc vendor 12 vendor |
190 | 2024-08-16T20:53:12.382Z | gcc system 10 system |
191 | 2024-08-16T20:53:12.382Z | gcc system 7 system |
192 | 2024-08-16T20:53:12.382Z | go system 1.20 system |
193 | 2024-08-16T20:53:12.382Z | go system 1.19 system |
194 | 2024-08-16T20:53:12.382Z | llvm system 15 system |
195 | 2024-08-16T20:53:12.382Z | llvm system 14 system |
196 | 2024-08-16T20:53:12.383Z | mariadb system 10.6 system |
197 | 2024-08-16T20:53:12.383Z | mta vendor vendor dma |
198 | 2024-08-16T20:53:12.383Z | openjdk system 17 system |
199 | 2024-08-16T20:53:12.383Z | openjdk system 11 system |
200 | 2024-08-16T20:53:12.383Z | openjdk system 1.8 system |
201 | 2024-08-16T20:53:12.383Z | openssl vendor 3 vendor |
202 | 2024-08-16T20:53:12.383Z | perl system 5.36 system |
203 | 2024-08-16T20:53:12.383Z | postgresql system 15 system |
204 | 2024-08-16T20:53:12.383Z | postgresql system 13 system |
205 | 2024-08-16T20:53:12.383Z | python vendor 3 vendor |
206 | 2024-08-16T20:53:12.383Z | python system 2 system |
207 | 2024-08-16T20:53:12.383Z | python3 system 3.11 system |
208 | 2024-08-16T20:53:12.383Z | ruby system 3.0 system |
209 | 2024-08-16T20:53:12.383Z | words vendor vendor american-english |
210 | 2024-08-16T20:53:12.383Z | words system system australian-english |
211 | 2024-08-16T20:53:12.383Z | words system system british-english |
212 | 2024-08-16T20:53:12.383Z | words system system canadian-english |
213 | 2024-08-16T20:53:12.383Z | words system system french |
214 | 2024-08-16T20:53:12.383Z | words system system italian |
215 | 2024-08-16T20:53:12.383Z | words system system ngerman |
216 | 2024-08-16T20:53:12.383Z | words system system ogerman |
217 | 2024-08-16T20:53:12.383Z | words system system spanish |
218 | 2024-08-16T20:53:12.710Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-08-16T20:53:12.710Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-08-16T20:53:14.458Z | FMRI IFO |
221 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-08-16T20:53:14.458Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-08-16T20:53:15.037Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-08-16T20:53:15.285Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-08-16T20:53:15.526Z | Updating crates.io index |
236 | 2024-08-16T20:53:15.593Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-08-16T20:53:16.280Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-08-16T20:53:17.021Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-08-16T20:53:17.235Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-08-16T20:53:18.669Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-08-16T20:53:18.890Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-08-16T20:53:19.118Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-08-16T20:53:20.210Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-08-16T20:53:22.023Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-08-16T20:53:23.090Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-08-16T20:53:23.744Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
247 | 2024-08-16T20:53:23.982Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
248 | 2024-08-16T20:53:24.455Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
249 | 2024-08-16T20:53:24.670Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
250 | 2024-08-16T20:53:24.936Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
251 | 2024-08-16T20:53:25.252Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
252 | 2024-08-16T20:53:25.476Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
253 | 2024-08-16T20:53:25.712Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
254 | 2024-08-16T20:53:25.990Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
255 | 2024-08-16T20:53:26.281Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-08-16T20:53:26.546Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-08-16T20:53:26.812Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-08-16T20:53:27.135Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-08-16T20:53:27.556Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-08-16T20:53:27.909Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
261 | 2024-08-16T20:53:28.313Z | Updating git repository `https://github.com/oxidecomputer/typify` |
262 | 2024-08-16T20:53:30.543Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
263 | 2024-08-16T20:53:30.775Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
264 | 2024-08-16T20:53:31.022Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
265 | 2024-08-16T20:53:31.436Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
266 | 2024-08-16T20:53:32.573Z | Downloading crates ... |
267 | 2024-08-16T20:53:32.634Z | Downloaded dtrace-parser v0.2.0 |
268 | 2024-08-16T20:53:32.637Z | Downloaded anstyle v1.0.8 |
269 | 2024-08-16T20:53:32.639Z | Downloaded anstream v0.6.14 |
270 | 2024-08-16T20:53:32.657Z | Downloaded errno v0.3.9 |
271 | 2024-08-16T20:53:32.659Z | Downloaded cfg-if v1.0.0 |
272 | 2024-08-16T20:53:32.659Z | Downloaded byteorder v1.5.0 |
273 | 2024-08-16T20:53:32.662Z | Downloaded digest v0.10.7 |
274 | 2024-08-16T20:53:32.665Z | Downloaded scroll_derive v0.12.0 |
275 | 2024-08-16T20:53:32.665Z | Downloaded fs-err v2.11.0 |
276 | 2024-08-16T20:53:32.667Z | Downloaded autocfg v1.3.0 |
277 | 2024-08-16T20:53:32.667Z | Downloaded anstyle-query v1.0.3 |
278 | 2024-08-16T20:53:32.670Z | Downloaded block-buffer v0.10.4 |
279 | 2024-08-16T20:53:32.670Z | Downloaded clap_lex v0.7.0 |
280 | 2024-08-16T20:53:32.674Z | Downloaded proc-macro-error-attr v1.0.4 |
281 | 2024-08-16T20:53:32.676Z | Downloaded cpufeatures v0.2.12 |
282 | 2024-08-16T20:53:32.676Z | Downloaded plain v0.2.3 |
283 | 2024-08-16T20:53:32.678Z | Downloaded pest_generator v2.7.10 |
284 | 2024-08-16T20:53:32.678Z | Downloaded itoa v1.0.11 |
285 | 2024-08-16T20:53:32.681Z | Downloaded heck v0.4.1 |
286 | 2024-08-16T20:53:32.681Z | Downloaded anstyle-parse v0.2.4 |
287 | 2024-08-16T20:53:32.684Z | Downloaded utf8parse v0.2.1 |
288 | 2024-08-16T20:53:32.684Z | Downloaded toml_datetime v0.6.8 |
289 | 2024-08-16T20:53:32.687Z | Downloaded serde_tokenstream v0.2.2 |
290 | 2024-08-16T20:53:32.687Z | Downloaded usdt-impl v0.5.0 |
291 | 2024-08-16T20:53:32.691Z | Downloaded usdt v0.5.0 |
292 | 2024-08-16T20:53:32.691Z | Downloaded cargo-platform v0.1.8 |
293 | 2024-08-16T20:53:32.693Z | Downloaded cargo_metadata v0.18.1 |
294 | 2024-08-16T20:53:32.698Z | Downloaded tabled_derive v0.7.0 |
295 | 2024-08-16T20:53:32.701Z | Downloaded strsim v0.11.1 |
296 | 2024-08-16T20:53:32.701Z | Downloaded memmap v0.7.0 |
297 | 2024-08-16T20:53:32.704Z | Downloaded quote v1.0.36 |
298 | 2024-08-16T20:53:32.706Z | Downloaded proc-macro-error v1.0.4 |
299 | 2024-08-16T20:53:32.709Z | Downloaded thiserror v1.0.63 |
300 | 2024-08-16T20:53:32.715Z | Downloaded thread-id v4.2.1 |
301 | 2024-08-16T20:53:32.717Z | Downloaded fnv v1.0.7 |
302 | 2024-08-16T20:53:32.717Z | Downloaded pretty-hex v0.4.1 |
303 | 2024-08-16T20:53:32.718Z | Downloaded equivalent v1.0.1 |
304 | 2024-08-16T20:53:32.720Z | Downloaded swrite v0.1.0 |
305 | 2024-08-16T20:53:32.731Z | Downloaded usdt-macro v0.5.0 |
306 | 2024-08-16T20:53:32.735Z | Downloaded usdt-attr-macro v0.5.0 |
307 | 2024-08-16T20:53:32.738Z | Downloaded ryu v1.0.18 |
308 | 2024-08-16T20:53:32.738Z | Downloaded camino v1.1.8 |
309 | 2024-08-16T20:53:32.740Z | Downloaded log v0.4.21 |
310 | 2024-08-16T20:53:32.743Z | Downloaded anyhow v1.0.86 |
311 | 2024-08-16T20:53:32.746Z | Downloaded papergrid v0.11.0 |
312 | 2024-08-16T20:53:32.750Z | Downloaded is_terminal_polyfill v1.70.0 |
313 | 2024-08-16T20:53:32.752Z | Downloaded dof v0.3.0 |
314 | 2024-08-16T20:53:32.752Z | Downloaded heck v0.5.0 |
315 | 2024-08-16T20:53:32.755Z | Downloaded generic-array v0.14.7 |
316 | 2024-08-16T20:53:32.755Z | Downloaded bytecount v0.6.8 |
317 | 2024-08-16T20:53:32.760Z | Downloaded crypto-common v0.1.6 |
318 | 2024-08-16T20:53:32.760Z | Downloaded pest_derive v2.7.10 |
319 | 2024-08-16T20:53:32.762Z | Downloaded macaddr v1.0.1 |
320 | 2024-08-16T20:53:32.762Z | Downloaded colorchoice v1.0.1 |
321 | 2024-08-16T20:53:32.762Z | Downloaded cargo_toml v0.20.4 |
322 | 2024-08-16T20:53:32.769Z | Downloaded version_check v0.9.5 |
323 | 2024-08-16T20:53:32.773Z | Downloaded serde_spanned v0.6.7 |
324 | 2024-08-16T20:53:32.777Z | Downloaded thiserror-impl v1.0.63 |
325 | 2024-08-16T20:53:32.777Z | Downloaded terminal_size v0.3.0 |
326 | 2024-08-16T20:53:32.777Z | Downloaded typenum v1.17.0 |
327 | 2024-08-16T20:53:32.788Z | Downloaded clap_derive v4.5.13 |
328 | 2024-08-16T20:53:32.794Z | Downloaded unicode-ident v1.0.12 |
329 | 2024-08-16T20:53:32.794Z | Downloaded bitflags v2.6.0 |
330 | 2024-08-16T20:53:32.794Z | Downloaded sha2 v0.10.8 |
331 | 2024-08-16T20:53:32.797Z | Downloaded clap v4.5.16 |
332 | 2024-08-16T20:53:32.800Z | Downloaded zerocopy-derive v0.7.34 |
333 | 2024-08-16T20:53:32.804Z | Downloaded semver v1.0.23 |
334 | 2024-08-16T20:53:32.808Z | Downloaded scroll v0.12.0 |
335 | 2024-08-16T20:53:32.811Z | Downloaded serde v1.0.207 |
336 | 2024-08-16T20:53:32.814Z | Downloaded proc-macro2 v1.0.86 |
337 | 2024-08-16T20:53:32.814Z | Downloaded once_cell v1.19.0 |
338 | 2024-08-16T20:53:32.817Z | Downloaded ucd-trie v0.1.6 |
339 | 2024-08-16T20:53:32.819Z | Downloaded toml v0.8.19 |
340 | 2024-08-16T20:53:32.824Z | Downloaded serde_derive v1.0.207 |
341 | 2024-08-16T20:53:32.824Z | Downloaded pest_meta v2.7.10 |
342 | 2024-08-16T20:53:32.827Z | Downloaded indexmap v2.4.0 |
343 | 2024-08-16T20:53:32.848Z | Downloaded memchr v2.7.2 |
344 | 2024-08-16T20:53:32.855Z | Downloaded pest v2.7.10 |
345 | 2024-08-16T20:53:32.859Z | Downloaded toml_edit v0.22.20 |
346 | 2024-08-16T20:53:32.889Z | Downloaded serde_json v1.0.125 |
347 | 2024-08-16T20:53:32.895Z | Downloaded zerocopy v0.7.34 |
348 | 2024-08-16T20:53:32.910Z | Downloaded clap_builder v4.5.15 |
349 | 2024-08-16T20:53:32.919Z | Downloaded winnow v0.6.18 |
350 | 2024-08-16T20:53:32.925Z | Downloaded goblin v0.8.2 |
351 | 2024-08-16T20:53:32.931Z | Downloaded hashbrown v0.14.5 |
352 | 2024-08-16T20:53:32.936Z | Downloaded syn v1.0.109 |
353 | 2024-08-16T20:53:32.946Z | Downloaded tabled v0.15.0 |
354 | 2024-08-16T20:53:32.961Z | Downloaded syn v2.0.74 |
355 | 2024-08-16T20:53:32.981Z | Downloaded rustix v0.38.34 |
356 | 2024-08-16T20:53:33.003Z | Downloaded unicode-width v0.1.13 |
357 | 2024-08-16T20:53:33.020Z | Downloaded libc v0.2.155 |
358 | 2024-08-16T20:53:33.314Z | Compiling proc-macro2 v1.0.86 |
359 | 2024-08-16T20:53:33.316Z | Compiling unicode-ident v1.0.12 |
360 | 2024-08-16T20:53:33.316Z | Compiling version_check v0.9.5 |
361 | 2024-08-16T20:53:33.316Z | Compiling serde v1.0.207 |
362 | 2024-08-16T20:53:33.316Z | Compiling thiserror v1.0.63 |
363 | 2024-08-16T20:53:33.316Z | Compiling memchr v2.7.2 |
364 | 2024-08-16T20:53:33.316Z | Compiling libc v0.2.155 |
365 | 2024-08-16T20:53:33.346Z | Compiling itoa v1.0.11 |
366 | 2024-08-16T20:53:33.551Z | Compiling ucd-trie v0.1.6 |
367 | 2024-08-16T20:53:33.573Z | Compiling ryu v1.0.18 |
368 | 2024-08-16T20:53:33.906Z | Compiling once_cell v1.19.0 |
369 | 2024-08-16T20:53:34.134Z | Compiling byteorder v1.5.0 |
370 | 2024-08-16T20:53:34.260Z | Compiling serde_json v1.0.125 |
371 | 2024-08-16T20:53:35.399Z | Compiling usdt-impl v0.5.0 |
372 | 2024-08-16T20:53:35.420Z | Compiling proc-macro-error-attr v1.0.4 |
373 | 2024-08-16T20:53:35.475Z | Compiling rustix v0.38.34 |
374 | 2024-08-16T20:53:35.478Z | Compiling syn v1.0.109 |
375 | 2024-08-16T20:53:35.494Z | Compiling proc-macro-error v1.0.4 |
376 | 2024-08-16T20:53:35.752Z | Compiling utf8parse v0.2.1 |
377 | 2024-08-16T20:53:35.809Z | Compiling plain v0.2.3 |
378 | 2024-08-16T20:53:35.901Z | Compiling hashbrown v0.14.5 |
379 | 2024-08-16T20:53:35.927Z | Compiling log v0.4.21 |
380 | 2024-08-16T20:53:35.957Z | Compiling equivalent v1.0.1 |
381 | 2024-08-16T20:53:36.064Z | Compiling bitflags v2.6.0 |
382 | 2024-08-16T20:53:36.192Z | Compiling thread-id v4.2.1 |
383 | 2024-08-16T20:53:36.238Z | Compiling anstyle-parse v0.2.4 |
384 | 2024-08-16T20:53:36.351Z | Compiling quote v1.0.36 |
385 | 2024-08-16T20:53:36.455Z | Compiling is_terminal_polyfill v1.70.0 |
386 | 2024-08-16T20:53:36.482Z | Compiling colorchoice v1.0.1 |
387 | 2024-08-16T20:53:36.536Z | Compiling semver v1.0.23 |
388 | 2024-08-16T20:53:36.576Z | Compiling anstyle v1.0.8 |
389 | 2024-08-16T20:53:36.643Z | Compiling pretty-hex v0.4.1 |
390 | 2024-08-16T20:53:36.671Z | Compiling errno v0.3.9 |
391 | 2024-08-16T20:53:36.848Z | Compiling syn v2.0.74 |
392 | 2024-08-16T20:53:37.058Z | Compiling camino v1.1.8 |
393 | 2024-08-16T20:53:37.111Z | Compiling winnow v0.6.18 |
394 | 2024-08-16T20:53:37.136Z | Compiling autocfg v1.3.0 |
395 | 2024-08-16T20:53:37.285Z | Compiling indexmap v2.4.0 |
396 | 2024-08-16T20:53:37.823Z | Compiling anstyle-query v1.0.3 |
397 | 2024-08-16T20:53:37.977Z | Compiling anstream v0.6.14 |
398 | 2024-08-16T20:53:38.155Z | Compiling fs-err v2.11.0 |
399 | 2024-08-16T20:53:38.191Z | Compiling terminal_size v0.3.0 |
400 | 2024-08-16T20:53:38.513Z | Compiling anyhow v1.0.86 |
401 | 2024-08-16T20:53:38.599Z | Compiling strsim v0.11.1 |
402 | 2024-08-16T20:53:38.624Z | Compiling heck v0.4.1 |
403 | 2024-08-16T20:53:38.648Z | Compiling fnv v1.0.7 |
404 | 2024-08-16T20:53:38.765Z | Compiling unicode-width v0.1.13 |
405 | 2024-08-16T20:53:38.791Z | Compiling clap_lex v0.7.0 |
406 | 2024-08-16T20:53:39.002Z | Compiling bytecount v0.6.8 |
407 | 2024-08-16T20:53:39.136Z | Compiling heck v0.5.0 |
408 | 2024-08-16T20:53:39.208Z | Compiling papergrid v0.11.0 |
409 | 2024-08-16T20:53:39.302Z | Compiling clap_builder v4.5.15 |
410 | 2024-08-16T20:53:39.466Z | Compiling memmap v0.7.0 |
411 | 2024-08-16T20:53:40.107Z | Compiling swrite v0.1.0 |
412 | 2024-08-16T20:53:41.899Z | Compiling tabled_derive v0.7.0 |
413 | 2024-08-16T20:53:43.371Z | Compiling tabled v0.15.0 |
414 | 2024-08-16T20:53:45.358Z | Compiling serde_derive v1.0.207 |
415 | 2024-08-16T20:53:45.359Z | Compiling thiserror-impl v1.0.63 |
416 | 2024-08-16T20:53:45.361Z | Compiling zerocopy-derive v0.7.34 |
417 | 2024-08-16T20:53:45.361Z | Compiling scroll_derive v0.12.0 |
418 | 2024-08-16T20:53:45.361Z | Compiling clap_derive v4.5.13 |
419 | 2024-08-16T20:53:46.586Z | Compiling scroll v0.12.0 |
420 | 2024-08-16T20:53:47.068Z | Compiling goblin v0.8.2 |
421 | 2024-08-16T20:53:47.250Z | Compiling zerocopy v0.7.34 |
422 | 2024-08-16T20:53:48.023Z | Compiling pest v2.7.10 |
423 | 2024-08-16T20:53:49.308Z | Compiling clap v4.5.16 |
424 | 2024-08-16T20:53:50.132Z | Compiling pest_meta v2.7.10 |
425 | 2024-08-16T20:53:50.945Z | Compiling pest_generator v2.7.10 |
426 | 2024-08-16T20:53:52.673Z | Compiling pest_derive v2.7.10 |
427 | 2024-08-16T20:53:53.309Z | Compiling dtrace-parser v0.2.0 |
428 | 2024-08-16T20:53:55.091Z | Compiling serde_spanned v0.6.7 |
429 | 2024-08-16T20:53:55.091Z | Compiling toml_datetime v0.6.8 |
430 | 2024-08-16T20:53:55.093Z | Compiling cargo-platform v0.1.8 |
431 | 2024-08-16T20:53:55.479Z | Compiling serde_tokenstream v0.2.2 |
432 | 2024-08-16T20:53:55.631Z | Compiling toml_edit v0.22.20 |
433 | 2024-08-16T20:53:55.672Z | Compiling macaddr v1.0.1 |
434 | 2024-08-16T20:53:56.497Z | Compiling dof v0.3.0 |
435 | 2024-08-16T20:53:56.497Z | Compiling cargo_metadata v0.18.1 |
436 | 2024-08-16T20:53:58.345Z | Compiling usdt-macro v0.5.0 |
437 | 2024-08-16T20:53:58.345Z | Compiling usdt-attr-macro v0.5.0 |
438 | 2024-08-16T20:53:58.364Z | Compiling toml v0.8.19 |
439 | 2024-08-16T20:53:59.182Z | Compiling cargo_toml v0.20.4 |
440 | 2024-08-16T20:53:59.723Z | Compiling usdt v0.5.0 |
441 | 2024-08-16T20:54:02.966Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
442 | 2024-08-16T20:54:06.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.91s |
443 | 2024-08-16T20:54:06.995Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
444 | 2024-08-16T20:54:07.547Z | Downloading crates ... |
445 | 2024-08-16T20:54:07.688Z | Downloaded aead v0.5.2 |
446 | 2024-08-16T20:54:07.690Z | Downloaded arrayref v0.3.7 |
447 | 2024-08-16T20:54:07.692Z | Downloaded ahash v0.8.11 |
448 | 2024-08-16T20:54:07.695Z | Downloaded adler v1.0.2 |
449 | 2024-08-16T20:54:07.698Z | Downloaded crucible-workspace-hack v0.1.0 |
450 | 2024-08-16T20:54:07.703Z | Downloaded atomicwrites v0.4.3 |
451 | 2024-08-16T20:54:07.706Z | Downloaded ciborium-io v0.2.2 |
452 | 2024-08-16T20:54:07.708Z | Downloaded ident_case v1.0.1 |
453 | 2024-08-16T20:54:07.714Z | Downloaded assert_matches v1.5.0 |
454 | 2024-08-16T20:54:07.717Z | Downloaded cstr-argument v0.1.2 |
455 | 2024-08-16T20:54:07.717Z | Downloaded hubpack_derive v0.1.1 |
456 | 2024-08-16T20:54:07.719Z | Downloaded bitstruct v0.1.1 |
457 | 2024-08-16T20:54:07.721Z | Downloaded is-terminal v0.4.12 |
458 | 2024-08-16T20:54:07.724Z | Downloaded hubpack v0.1.2 |
459 | 2024-08-16T20:54:07.726Z | Downloaded defmt v0.3.8 |
460 | 2024-08-16T20:54:07.730Z | Downloaded indoc v1.0.9 |
461 | 2024-08-16T20:54:07.733Z | Downloaded cobs v0.2.3 |
462 | 2024-08-16T20:54:07.735Z | Downloaded normalize-line-endings v0.3.0 |
463 | 2024-08-16T20:54:07.737Z | Downloaded newline-converter v0.3.0 |
464 | 2024-08-16T20:54:07.738Z | Downloaded crc v3.2.1 |
465 | 2024-08-16T20:54:07.740Z | Downloaded cipher v0.4.4 |
466 | 2024-08-16T20:54:07.743Z | Downloaded cbc v0.1.2 |
467 | 2024-08-16T20:54:07.743Z | Downloaded num-conv v0.1.0 |
468 | 2024-08-16T20:54:07.745Z | Downloaded camino-tempfile v1.1.1 |
469 | 2024-08-16T20:54:07.749Z | Downloaded openssl-macros v0.1.1 |
470 | 2024-08-16T20:54:07.749Z | Downloaded bitfield-struct v0.6.1 |
471 | 2024-08-16T20:54:07.751Z | Downloaded bb8 v0.8.5 |
472 | 2024-08-16T20:54:07.751Z | Downloaded match_cfg v0.1.0 |
473 | 2024-08-16T20:54:07.751Z | Downloaded is_ci v1.2.0 |
474 | 2024-08-16T20:54:07.754Z | Downloaded cassowary v0.3.0 |
475 | 2024-08-16T20:54:07.754Z | Downloaded ipnet v2.9.0 |
476 | 2024-08-16T20:54:07.757Z | Downloaded chacha20 v0.9.1 |
477 | 2024-08-16T20:54:07.759Z | Downloaded ascii v1.1.0 |
478 | 2024-08-16T20:54:07.762Z | Downloaded instability v0.3.2 |
479 | 2024-08-16T20:54:07.762Z | Downloaded impl-trait-for-tuples v0.2.2 |
480 | 2024-08-16T20:54:07.765Z | Downloaded num v0.4.3 |
481 | 2024-08-16T20:54:07.767Z | Downloaded nodrop v0.1.14 |
482 | 2024-08-16T20:54:07.767Z | Downloaded keccak v0.1.5 |
483 | 2024-08-16T20:54:07.770Z | Downloaded libefi-sys v0.1.0 |
484 | 2024-08-16T20:54:07.770Z | Downloaded backoff v0.4.0 |
485 | 2024-08-16T20:54:07.773Z | Downloaded multimap v0.10.0 |
486 | 2024-08-16T20:54:07.773Z | Downloaded ascii-canvas v3.0.0 |
487 | 2024-08-16T20:54:07.775Z | Downloaded async-trait v0.1.81 |
488 | 2024-08-16T20:54:07.778Z | Downloaded lru-cache v0.1.2 |
489 | 2024-08-16T20:54:07.781Z | Downloaded humantime v2.1.0 |
490 | 2024-08-16T20:54:07.781Z | Downloaded linear-map v1.2.0 |
491 | 2024-08-16T20:54:07.784Z | Downloaded indent_write v2.2.0 |
492 | 2024-08-16T20:54:07.788Z | Downloaded atomic-waker v1.1.2 |
493 | 2024-08-16T20:54:07.788Z | Downloaded async-stream-impl v0.3.5 |
494 | 2024-08-16T20:54:07.788Z | Downloaded allocator-api2 v0.2.18 |
495 | 2024-08-16T20:54:07.791Z | Downloaded ipnetwork v0.20.0 |
496 | 2024-08-16T20:54:07.793Z | Downloaded cfg_aliases v0.1.1 |
497 | 2024-08-16T20:54:07.793Z | Downloaded indexmap v1.9.3 |
498 | 2024-08-16T20:54:07.796Z | Downloaded crunchy v0.2.2 |
499 | 2024-08-16T20:54:07.800Z | Downloaded hyper-tls v0.5.0 |
500 | 2024-08-16T20:54:07.800Z | Downloaded array-init v0.0.4 |
501 | 2024-08-16T20:54:07.803Z | Downloaded lazy_static v1.5.0 |
502 | 2024-08-16T20:54:07.803Z | Downloaded data-encoding v2.6.0 |
503 | 2024-08-16T20:54:07.803Z | Downloaded mime_guess v2.0.4 |
504 | 2024-08-16T20:54:07.805Z | Downloaded slab v0.4.9 |
505 | 2024-08-16T20:54:07.808Z | Downloaded num-integer v0.1.46 |
506 | 2024-08-16T20:54:07.808Z | Downloaded native-tls v0.2.11 |
507 | 2024-08-16T20:54:07.811Z | Downloaded darling_macro v0.20.9 |
508 | 2024-08-16T20:54:07.811Z | Downloaded md-5 v0.10.6 |
509 | 2024-08-16T20:54:07.814Z | Downloaded memoffset v0.9.1 |
510 | 2024-08-16T20:54:07.814Z | Downloaded signal-hook-tokio v0.3.1 |
511 | 2024-08-16T20:54:07.817Z | Downloaded scopeguard v1.2.0 |
512 | 2024-08-16T20:54:07.820Z | Downloaded block-padding v0.3.3 |
513 | 2024-08-16T20:54:07.820Z | Downloaded cookie v0.18.1 |
514 | 2024-08-16T20:54:07.823Z | Downloaded new_debug_unreachable v1.0.6 |
515 | 2024-08-16T20:54:07.823Z | Downloaded arrayvec v0.7.4 |
516 | 2024-08-16T20:54:07.826Z | Downloaded base16ct v0.2.0 |
517 | 2024-08-16T20:54:07.827Z | Downloaded schemars_derive v0.8.21 |
518 | 2024-08-16T20:54:07.830Z | Downloaded openssl-probe v0.1.5 |
519 | 2024-08-16T20:54:07.830Z | Downloaded opaque-debug v0.3.1 |
520 | 2024-08-16T20:54:07.830Z | Downloaded num_threads v0.1.7 |
521 | 2024-08-16T20:54:07.832Z | Downloaded const-oid v0.9.6 |
522 | 2024-08-16T20:54:07.835Z | Downloaded addr2line v0.21.0 |
523 | 2024-08-16T20:54:07.838Z | Downloaded try-lock v0.2.5 |
524 | 2024-08-16T20:54:07.838Z | Downloaded toolchain_find v0.4.0 |
525 | 2024-08-16T20:54:07.838Z | Downloaded termtree v0.4.1 |
526 | 2024-08-16T20:54:07.840Z | Downloaded libloading v0.8.3 |
527 | 2024-08-16T20:54:07.843Z | Downloaded hyper-rustls v0.24.2 |
528 | 2024-08-16T20:54:07.846Z | Downloaded ciborium-ll v0.2.2 |
529 | 2024-08-16T20:54:07.846Z | Downloaded derive_builder_macro v0.20.0 |
530 | 2024-08-16T20:54:07.848Z | Downloaded constant_time_eq v0.3.0 |
531 | 2024-08-16T20:54:07.848Z | Downloaded maybe-uninit v2.0.0 |
532 | 2024-08-16T20:54:07.851Z | Downloaded maplit v1.0.2 |
533 | 2024-08-16T20:54:07.851Z | Downloaded lru v0.12.3 |
534 | 2024-08-16T20:54:07.851Z | Downloaded managed v0.8.0 |
535 | 2024-08-16T20:54:07.854Z | Downloaded linked-hash-map v0.5.6 |
536 | 2024-08-16T20:54:07.854Z | Downloaded crossbeam-deque v0.8.5 |
537 | 2024-08-16T20:54:07.858Z | Downloaded lazycell v1.3.0 |
538 | 2024-08-16T20:54:07.858Z | Downloaded lalrpop-util v0.19.12 |
539 | 2024-08-16T20:54:07.862Z | Downloaded kstat-rs v0.2.4 |
540 | 2024-08-16T20:54:07.862Z | Downloaded bit-set v0.5.3 |
541 | 2024-08-16T20:54:07.862Z | Downloaded async-recursion v1.1.1 |
542 | 2024-08-16T20:54:07.872Z | Downloaded inout v0.1.3 |
543 | 2024-08-16T20:54:07.872Z | Downloaded string_cache v0.8.7 |
544 | 2024-08-16T20:54:07.879Z | Downloaded num-derive v0.4.2 |
545 | 2024-08-16T20:54:07.879Z | Downloaded bitfield v0.14.0 |
546 | 2024-08-16T20:54:07.879Z | Downloaded mockall_derive v0.13.0 |
547 | 2024-08-16T20:54:07.879Z | Downloaded miniz_oxide v0.7.2 |
548 | 2024-08-16T20:54:07.879Z | Downloaded num_enum_derive v0.5.11 |
549 | 2024-08-16T20:54:07.879Z | Downloaded slog-stdlog v4.1.1 |
550 | 2024-08-16T20:54:07.881Z | Downloaded num_enum v0.5.11 |
551 | 2024-08-16T20:54:07.884Z | Downloaded strum_macros v0.25.3 |
552 | 2024-08-16T20:54:07.887Z | Downloaded strum_macros v0.26.4 |
553 | 2024-08-16T20:54:07.887Z | Downloaded olpc-cjson v0.1.3 |
554 | 2024-08-16T20:54:07.890Z | Downloaded num-iter v0.1.45 |
555 | 2024-08-16T20:54:07.890Z | Downloaded thread_local v1.1.8 |
556 | 2024-08-16T20:54:07.894Z | Downloaded mockall v0.13.0 |
557 | 2024-08-16T20:54:07.894Z | Downloaded darling_core v0.20.9 |
558 | 2024-08-16T20:54:07.898Z | Downloaded phf_shared v0.10.0 |
559 | 2024-08-16T20:54:07.900Z | Downloaded pretty-hex v0.2.1 |
560 | 2024-08-16T20:54:07.900Z | Downloaded thiserror-impl-no-std v2.0.2 |
561 | 2024-08-16T20:54:07.903Z | Downloaded bcs v0.1.6 |
562 | 2024-08-16T20:54:07.903Z | Downloaded base64ct v1.6.0 |
563 | 2024-08-16T20:54:07.906Z | Downloaded unicode-xid v0.2.4 |
564 | 2024-08-16T20:54:07.909Z | Downloaded memmap2 v0.9.4 |
565 | 2024-08-16T20:54:07.913Z | Downloaded jobserver v0.1.32 |
566 | 2024-08-16T20:54:07.916Z | Downloaded sigpipe v0.1.3 |
567 | 2024-08-16T20:54:07.916Z | Downloaded ff v0.13.0 |
568 | 2024-08-16T20:54:07.916Z | Downloaded unicode-truncate v1.0.0 |
569 | 2024-08-16T20:54:07.919Z | Downloaded base64 v0.13.1 |
570 | 2024-08-16T20:54:07.921Z | Downloaded slog-dtrace v0.3.0 |
571 | 2024-08-16T20:54:07.924Z | Downloaded num-traits v0.2.19 |
572 | 2024-08-16T20:54:07.928Z | Downloaded futures-core v0.3.30 |
573 | 2024-08-16T20:54:07.931Z | Downloaded fd-lock v4.0.2 |
574 | 2024-08-16T20:54:07.935Z | Downloaded hex v0.4.3 |
575 | 2024-08-16T20:54:07.935Z | Downloaded arc-swap v1.7.1 |
576 | 2024-08-16T20:54:07.938Z | Downloaded indicatif v0.17.8 |
577 | 2024-08-16T20:54:07.943Z | Downloaded tower-service v0.3.2 |
578 | 2024-08-16T20:54:07.945Z | Downloaded group v0.13.0 |
579 | 2024-08-16T20:54:07.945Z | Downloaded funty v2.0.0 |
580 | 2024-08-16T20:54:07.948Z | Downloaded peg v0.8.4 |
581 | 2024-08-16T20:54:07.951Z | Downloaded blake2 v0.10.6 |
582 | 2024-08-16T20:54:07.954Z | Downloaded snafu-derive v0.8.2 |
583 | 2024-08-16T20:54:07.960Z | Downloaded diesel_table_macro_syntax v0.2.0 |
584 | 2024-08-16T20:54:07.960Z | Downloaded difflib v0.4.0 |
585 | 2024-08-16T20:54:07.960Z | Downloaded compact_str v0.8.0 |
586 | 2024-08-16T20:54:07.964Z | Downloaded httpdate v1.0.3 |
587 | 2024-08-16T20:54:07.967Z | Downloaded quick-error v1.2.3 |
588 | 2024-08-16T20:54:07.967Z | Downloaded postgres-protocol v0.6.7 |
589 | 2024-08-16T20:54:07.969Z | Downloaded phf_shared v0.11.2 |
590 | 2024-08-16T20:54:07.973Z | Downloaded rustls-pemfile v1.0.4 |
591 | 2024-08-16T20:54:07.973Z | Downloaded rustfmt-wrapper v0.2.1 |
592 | 2024-08-16T20:54:07.976Z | Downloaded siphasher v0.3.11 |
593 | 2024-08-16T20:54:07.976Z | Downloaded serde_plain v1.0.2 |
594 | 2024-08-16T20:54:07.979Z | Downloaded rustc_version v0.1.7 |
595 | 2024-08-16T20:54:07.979Z | Downloaded erased-serde v0.3.31 |
596 | 2024-08-16T20:54:07.982Z | Downloaded yasna v0.5.2 |
597 | 2024-08-16T20:54:07.987Z | Downloaded subtle v2.5.0 |
598 | 2024-08-16T20:54:07.990Z | Downloaded termcolor v1.4.1 |
599 | 2024-08-16T20:54:07.990Z | Downloaded termios v0.3.3 |
600 | 2024-08-16T20:54:07.990Z | Downloaded futures-channel v0.3.30 |
601 | 2024-08-16T20:54:07.993Z | Downloaded crossbeam-utils v0.8.19 |
602 | 2024-08-16T20:54:07.996Z | Downloaded crc-any v2.5.0 |
603 | 2024-08-16T20:54:08.000Z | Downloaded sha1 v0.10.6 |
604 | 2024-08-16T20:54:08.000Z | Downloaded serde-big-array v0.5.1 |
605 | 2024-08-16T20:54:08.004Z | Downloaded filetime v0.2.24 |
606 | 2024-08-16T20:54:08.004Z | Downloaded derive_builder_core v0.20.0 |
607 | 2024-08-16T20:54:08.007Z | Downloaded derive_builder v0.20.0 |
608 | 2024-08-16T20:54:08.015Z | Downloaded topological-sort v0.2.2 |
609 | 2024-08-16T20:54:08.018Z | Downloaded untrusted v0.9.0 |
610 | 2024-08-16T20:54:08.018Z | Downloaded untrusted v0.7.1 |
611 | 2024-08-16T20:54:08.018Z | Downloaded foreign-types v0.3.2 |
612 | 2024-08-16T20:54:08.021Z | Downloaded tinyvec_macros v0.1.1 |
613 | 2024-08-16T20:54:08.021Z | Downloaded phf v0.11.2 |
614 | 2024-08-16T20:54:08.021Z | Downloaded defmt-macros v0.3.9 |
615 | 2024-08-16T20:54:08.025Z | Downloaded dirs-next v2.0.0 |
616 | 2024-08-16T20:54:08.028Z | Downloaded fragile v2.0.0 |
617 | 2024-08-16T20:54:08.031Z | Downloaded signature v2.2.0 |
618 | 2024-08-16T20:54:08.031Z | Downloaded zeroize v1.7.0 |
619 | 2024-08-16T20:54:08.031Z | Downloaded foreign-types v0.5.0 |
620 | 2024-08-16T20:54:08.034Z | Downloaded endian-type v0.1.2 |
621 | 2024-08-16T20:54:08.034Z | Downloaded rustc_version v0.4.0 |
622 | 2024-08-16T20:54:08.037Z | Downloaded vergen v8.3.2 |
623 | 2024-08-16T20:54:08.041Z | Downloaded textwrap v0.16.1 |
624 | 2024-08-16T20:54:08.043Z | Downloaded pin-utils v0.1.0 |
625 | 2024-08-16T20:54:08.043Z | Downloaded fxhash v0.2.1 |
626 | 2024-08-16T20:54:08.047Z | Downloaded psl-types v2.0.11 |
627 | 2024-08-16T20:54:08.047Z | Downloaded rand_core v0.6.4 |
628 | 2024-08-16T20:54:08.050Z | Downloaded fatfs v0.3.6 |
629 | 2024-08-16T20:54:08.055Z | Downloaded foreign-types-macros v0.2.3 |
630 | 2024-08-16T20:54:08.055Z | Downloaded ref-cast-impl v1.0.23 |
631 | 2024-08-16T20:54:08.057Z | Downloaded ref-cast v1.0.23 |
632 | 2024-08-16T20:54:08.057Z | Downloaded futures v0.3.30 |
633 | 2024-08-16T20:54:08.072Z | Downloaded semver v0.1.20 |
634 | 2024-08-16T20:54:08.075Z | Downloaded structmeta v0.3.0 |
635 | 2024-08-16T20:54:08.075Z | Downloaded strum v0.26.3 |
636 | 2024-08-16T20:54:08.078Z | Downloaded tiny-keccak v2.0.2 |
637 | 2024-08-16T20:54:08.078Z | Downloaded structmeta-derive v0.2.0 |
638 | 2024-08-16T20:54:08.082Z | Downloaded crossbeam-channel v0.5.12 |
639 | 2024-08-16T20:54:08.085Z | Downloaded vte_generate_state_changes v0.1.1 |
640 | 2024-08-16T20:54:08.087Z | Downloaded waitgroup v0.1.2 |
641 | 2024-08-16T20:54:08.087Z | Downloaded tls_codec v0.4.1 |
642 | 2024-08-16T20:54:08.090Z | Downloaded tap v1.0.1 |
643 | 2024-08-16T20:54:08.090Z | Downloaded wyz v0.5.1 |
644 | 2024-08-16T20:54:08.092Z | Downloaded similar v2.5.0 |
645 | 2024-08-16T20:54:08.097Z | Downloaded unicode-linebreak v0.1.5 |
646 | 2024-08-16T20:54:08.100Z | Downloaded futures-macro v0.3.30 |
647 | 2024-08-16T20:54:08.100Z | Downloaded futures-task v0.3.30 |
648 | 2024-08-16T20:54:08.103Z | Downloaded enum-as-inner v0.6.0 |
649 | 2024-08-16T20:54:08.103Z | Downloaded ena v0.14.3 |
650 | 2024-08-16T20:54:08.105Z | Downloaded pin-project-lite v0.2.14 |
651 | 2024-08-16T20:54:08.111Z | Downloaded percent-encoding v2.3.1 |
652 | 2024-08-16T20:54:08.114Z | Downloaded globset v0.4.14 |
653 | 2024-08-16T20:54:08.116Z | Downloaded hostname v0.4.0 |
654 | 2024-08-16T20:54:08.116Z | Downloaded precomputed-hash v0.1.1 |
655 | 2024-08-16T20:54:08.119Z | Downloaded ron v0.7.1 |
656 | 2024-08-16T20:54:08.122Z | Downloaded hostname v0.3.1 |
657 | 2024-08-16T20:54:08.125Z | Downloaded same-file v1.0.6 |
658 | 2024-08-16T20:54:08.128Z | Downloaded r2d2 v0.8.10 |
659 | 2024-08-16T20:54:08.128Z | Downloaded home v0.5.9 |
660 | 2024-08-16T20:54:08.131Z | Downloaded rustls-pki-types v1.7.0 |
661 | 2024-08-16T20:54:08.134Z | Downloaded signal-hook-registry v1.4.2 |
662 | 2024-08-16T20:54:08.134Z | Downloaded structmeta v0.2.0 |
663 | 2024-08-16T20:54:08.137Z | Downloaded static_assertions v1.1.0 |
664 | 2024-08-16T20:54:08.137Z | Downloaded tar v0.4.41 |
665 | 2024-08-16T20:54:08.140Z | Downloaded parking_lot_core v0.9.10 |
666 | 2024-08-16T20:54:08.143Z | Downloaded tokio-rustls v0.25.0 |
667 | 2024-08-16T20:54:08.146Z | Downloaded rusty-fork v0.3.0 |
668 | 2024-08-16T20:54:08.149Z | Downloaded tls_codec_derive v0.4.1 |
669 | 2024-08-16T20:54:08.149Z | Downloaded want v0.3.1 |
670 | 2024-08-16T20:54:08.151Z | Downloaded deranged v0.3.11 |
671 | 2024-08-16T20:54:08.153Z | Downloaded diff v0.1.13 |
672 | 2024-08-16T20:54:08.156Z | Downloaded itertools v0.10.5 |
673 | 2024-08-16T20:54:08.162Z | Downloaded der_derive v0.7.2 |
674 | 2024-08-16T20:54:08.165Z | Downloaded either v1.13.0 |
675 | 2024-08-16T20:54:08.168Z | Downloaded parse-size v1.0.0 |
676 | 2024-08-16T20:54:08.170Z | Downloaded pkg-config v0.3.30 |
677 | 2024-08-16T20:54:08.171Z | Downloaded pkcs1 v0.7.5 |
678 | 2024-08-16T20:54:08.173Z | Downloaded aes v0.8.4 |
679 | 2024-08-16T20:54:08.177Z | Downloaded futures-sink v0.3.30 |
680 | 2024-08-16T20:54:08.180Z | Downloaded embedded-io v0.4.0 |
681 | 2024-08-16T20:54:08.183Z | Downloaded minimal-lexical v0.2.1 |
682 | 2024-08-16T20:54:08.185Z | Downloaded pin-project v1.1.5 |
683 | 2024-08-16T20:54:08.198Z | Downloaded oso v0.27.3 |
684 | 2024-08-16T20:54:08.202Z | Downloaded smawk v0.3.2 |
685 | 2024-08-16T20:54:08.206Z | Downloaded display-error-chain v0.2.0 |
686 | 2024-08-16T20:54:08.209Z | Downloaded serde_arrays v0.1.0 |
687 | 2024-08-16T20:54:08.210Z | Downloaded mio v0.8.11 |
688 | 2024-08-16T20:54:08.213Z | Downloaded portpicker v0.1.1 |
689 | 2024-08-16T20:54:08.217Z | Downloaded foreign-types-shared v0.3.1 |
690 | 2024-08-16T20:54:08.219Z | Downloaded signal-hook v0.3.17 |
691 | 2024-08-16T20:54:08.222Z | Downloaded take_mut v0.2.2 |
692 | 2024-08-16T20:54:08.222Z | Downloaded predicates-core v1.0.6 |
693 | 2024-08-16T20:54:08.222Z | Downloaded unarray v0.1.4 |
694 | 2024-08-16T20:54:08.225Z | Downloaded slog-bunyan v2.5.0 |
695 | 2024-08-16T20:54:08.225Z | Downloaded tabwriter v1.4.0 |
696 | 2024-08-16T20:54:08.229Z | Downloaded fastrand v2.1.0 |
697 | 2024-08-16T20:54:08.232Z | Downloaded which v4.4.2 |
698 | 2024-08-16T20:54:08.232Z | Downloaded whoami v1.5.1 |
699 | 2024-08-16T20:54:08.235Z | Downloaded pkcs5 v0.7.1 |
700 | 2024-08-16T20:54:08.240Z | Downloaded hash32 v0.3.1 |
701 | 2024-08-16T20:54:08.240Z | Downloaded http-range v0.1.5 |
702 | 2024-08-16T20:54:08.243Z | Downloaded env_logger v0.9.3 |
703 | 2024-08-16T20:54:08.243Z | Downloaded fallible-streaming-iterator v0.1.9 |
704 | 2024-08-16T20:54:08.246Z | Downloaded serde_urlencoded v0.7.1 |
705 | 2024-08-16T20:54:08.246Z | Downloaded resolv-conf v0.7.0 |
706 | 2024-08-16T20:54:08.248Z | Downloaded fallible-iterator v0.3.0 |
707 | 2024-08-16T20:54:08.251Z | Downloaded password-hash v0.5.0 |
708 | 2024-08-16T20:54:08.254Z | Downloaded tokio-macros v2.4.0 |
709 | 2024-08-16T20:54:08.254Z | Downloaded peg-runtime v0.8.3 |
710 | 2024-08-16T20:54:08.254Z | Downloaded predicates v3.1.2 |
711 | 2024-08-16T20:54:08.257Z | Downloaded time-macros v0.2.18 |
712 | 2024-08-16T20:54:08.260Z | Downloaded snafu v0.8.2 |
713 | 2024-08-16T20:54:08.266Z | Downloaded zone_cfg_derive v0.1.2 |
714 | 2024-08-16T20:54:08.269Z | Downloaded sync_wrapper v0.1.2 |
715 | 2024-08-16T20:54:08.269Z | Downloaded heck v0.3.3 |
716 | 2024-08-16T20:54:08.271Z | Downloaded dyn-clone v1.0.17 |
717 | 2024-08-16T20:54:08.271Z | Downloaded tokio-tungstenite v0.20.1 |
718 | 2024-08-16T20:54:08.275Z | Downloaded getrandom v0.2.14 |
719 | 2024-08-16T20:54:08.278Z | Downloaded rustc-hash v1.1.0 |
720 | 2024-08-16T20:54:08.282Z | Downloaded tokio-stream v0.1.15 |
721 | 2024-08-16T20:54:08.286Z | Downloaded tui-tree-widget v0.22.0 |
722 | 2024-08-16T20:54:08.289Z | Downloaded serde_path_to_error v0.1.16 |
723 | 2024-08-16T20:54:08.289Z | Downloaded form_urlencoded v1.2.1 |
724 | 2024-08-16T20:54:08.289Z | Downloaded subprocess v0.2.9 |
725 | 2024-08-16T20:54:08.292Z | Downloaded slog v2.7.0 |
726 | 2024-08-16T20:54:08.295Z | Downloaded http-body v0.4.6 |
727 | 2024-08-16T20:54:08.297Z | Downloaded serde_repr v0.1.19 |
728 | 2024-08-16T20:54:08.300Z | Downloaded unicode-bidi v0.3.15 |
729 | 2024-08-16T20:54:08.303Z | Downloaded universal-hash v0.5.1 |
730 | 2024-08-16T20:54:08.305Z | Downloaded gethostname v0.5.0 |
731 | 2024-08-16T20:54:08.306Z | Downloaded slog-envlogger v2.2.0 |
732 | 2024-08-16T20:54:08.308Z | Downloaded slog-async v2.8.0 |
733 | 2024-08-16T20:54:08.308Z | Downloaded url v2.5.2 |
734 | 2024-08-16T20:54:08.311Z | Downloaded float-ord v0.3.2 |
735 | 2024-08-16T20:54:08.314Z | Downloaded parking_lot_core v0.8.6 |
736 | 2024-08-16T20:54:08.318Z | Downloaded libm v0.2.8 |
737 | 2024-08-16T20:54:08.323Z | Downloaded smallvec v1.13.2 |
738 | 2024-08-16T20:54:08.326Z | Downloaded time-core v0.1.2 |
739 | 2024-08-16T20:54:08.329Z | Downloaded rustversion v1.0.17 |
740 | 2024-08-16T20:54:08.332Z | Downloaded rand_xorshift v0.3.0 |
741 | 2024-08-16T20:54:08.333Z | Downloaded tokio-native-tls v0.3.1 |
742 | 2024-08-16T20:54:08.335Z | Downloaded xattr v1.3.1 |
743 | 2024-08-16T20:54:08.339Z | Downloaded serde_with v3.8.3 |
744 | 2024-08-16T20:54:08.345Z | Downloaded rsa v0.9.6 |
745 | 2024-08-16T20:54:08.352Z | Downloaded sqlparser_derive v0.2.2 |
746 | 2024-08-16T20:54:08.355Z | Downloaded oso-derive v0.27.3 |
747 | 2024-08-16T20:54:08.355Z | Downloaded path-slash v0.1.5 |
748 | 2024-08-16T20:54:08.355Z | Downloaded fixedbitset v0.4.2 |
749 | 2024-08-16T20:54:08.358Z | Downloaded dirs-sys-next v0.1.2 |
750 | 2024-08-16T20:54:08.358Z | Downloaded serde_derive_internals v0.29.1 |
751 | 2024-08-16T20:54:08.361Z | Downloaded elliptic-curve v0.13.8 |
752 | 2024-08-16T20:54:08.363Z | Downloaded tungstenite v0.21.0 |
753 | 2024-08-16T20:54:08.367Z | Downloaded ron v0.8.1 |
754 | 2024-08-16T20:54:08.376Z | Downloaded twox-hash v1.6.3 |
755 | 2024-08-16T20:54:08.380Z | Downloaded walkdir v2.5.0 |
756 | 2024-08-16T20:54:08.380Z | Downloaded float-cmp v0.9.0 |
757 | 2024-08-16T20:54:08.380Z | Downloaded scheduled-thread-pool v0.2.7 |
758 | 2024-08-16T20:54:08.380Z | Downloaded vte v0.11.1 |
759 | 2024-08-16T20:54:08.384Z | Downloaded parking_lot v0.12.2 |
760 | 2024-08-16T20:54:08.388Z | Downloaded tempfile v3.10.1 |
761 | 2024-08-16T20:54:08.390Z | Downloaded paste v1.0.15 |
762 | 2024-08-16T20:54:08.393Z | Downloaded futures-io v0.3.30 |
763 | 2024-08-16T20:54:08.393Z | Downloaded flagset v0.4.5 |
764 | 2024-08-16T20:54:08.395Z | Downloaded peg-macros v0.8.4 |
765 | 2024-08-16T20:54:08.395Z | Downloaded toml v0.7.8 |
766 | 2024-08-16T20:54:08.399Z | Downloaded secrecy v0.8.0 |
767 | 2024-08-16T20:54:08.402Z | Downloaded spki v0.7.3 |
768 | 2024-08-16T20:54:08.405Z | Downloaded smallvec v0.6.14 |
769 | 2024-08-16T20:54:08.405Z | Downloaded rand_seeder v0.3.0 |
770 | 2024-08-16T20:54:08.409Z | Downloaded rand_chacha v0.3.1 |
771 | 2024-08-16T20:54:08.409Z | Downloaded slog-scope v4.4.0 |
772 | 2024-08-16T20:54:08.411Z | Downloaded heapless v0.7.17 |
773 | 2024-08-16T20:54:08.414Z | Downloaded pem v3.0.4 |
774 | 2024-08-16T20:54:08.417Z | Downloaded futures-executor v0.3.30 |
775 | 2024-08-16T20:54:08.417Z | Downloaded pbkdf2 v0.12.2 |
776 | 2024-08-16T20:54:08.423Z | Downloaded tokio-tungstenite v0.21.0 |
777 | 2024-08-16T20:54:08.425Z | Downloaded tokio-rustls v0.24.1 |
778 | 2024-08-16T20:54:08.425Z | Downloaded term v0.7.0 |
779 | 2024-08-16T20:54:08.428Z | Downloaded poly1305 v0.8.0 |
780 | 2024-08-16T20:54:08.431Z | Downloaded getopts v0.2.21 |
781 | 2024-08-16T20:54:08.431Z | Downloaded uuid v1.10.0 |
782 | 2024-08-16T20:54:08.434Z | Downloaded sqlformat v0.2.4 |
783 | 2024-08-16T20:54:08.437Z | Downloaded pkcs8 v0.10.2 |
784 | 2024-08-16T20:54:08.440Z | Downloaded unicode_categories v0.1.1 |
785 | 2024-08-16T20:54:08.443Z | Downloaded sct v0.7.1 |
786 | 2024-08-16T20:54:08.447Z | Downloaded crossterm v0.28.1 |
787 | 2024-08-16T20:54:08.452Z | Downloaded derive-where v1.2.7 |
788 | 2024-08-16T20:54:08.456Z | Downloaded rand v0.8.5 |
789 | 2024-08-16T20:54:08.460Z | Downloaded unsafe-libyaml v0.2.11 |
790 | 2024-08-16T20:54:08.463Z | Downloaded tungstenite v0.20.1 |
791 | 2024-08-16T20:54:08.472Z | Downloaded radium v0.7.0 |
792 | 2024-08-16T20:54:08.475Z | Downloaded zip v0.6.6 |
793 | 2024-08-16T20:54:08.475Z | Downloaded heapless v0.8.0 |
794 | 2024-08-16T20:54:08.478Z | Downloaded tough v0.17.1 |
795 | 2024-08-16T20:54:08.487Z | Downloaded hickory-server v0.24.1 |
796 | 2024-08-16T20:54:08.492Z | Downloaded http v1.1.0 |
797 | 2024-08-16T20:54:08.497Z | Downloaded bindgen v0.69.4 |
798 | 2024-08-16T20:54:08.505Z | Downloaded tracing v0.1.40 |
799 | 2024-08-16T20:54:08.510Z | Downloaded prettyplease v0.2.20 |
800 | 2024-08-16T20:54:08.513Z | Downloaded samael v0.0.15 |
801 | 2024-08-16T20:54:08.518Z | Downloaded hyper v0.14.30 |
802 | 2024-08-16T20:54:08.527Z | Downloaded h2 v0.3.26 |
803 | 2024-08-16T20:54:08.534Z | Downloaded tokio-postgres v0.7.11 |
804 | 2024-08-16T20:54:08.539Z | Downloaded headers v0.3.9 |
805 | 2024-08-16T20:54:08.545Z | Downloaded flume v0.11.0 |
806 | 2024-08-16T20:54:08.550Z | Downloaded winnow v0.5.40 |
807 | 2024-08-16T20:54:08.559Z | Downloaded reedline v0.33.0 |
808 | 2024-08-16T20:54:08.567Z | Downloaded hickory-resolver v0.24.1 |
809 | 2024-08-16T20:54:08.572Z | Downloaded x509-cert v0.2.5 |
810 | 2024-08-16T20:54:08.578Z | Downloaded openssl-sys v0.9.103 |
811 | 2024-08-16T20:54:08.585Z | Downloaded unicode-segmentation v1.11.0 |
812 | 2024-08-16T20:54:08.588Z | Downloaded lalrpop v0.19.12 |
813 | 2024-08-16T20:54:08.600Z | Downloaded sqlparser v0.45.0 |
814 | 2024-08-16T20:54:08.608Z | Downloaded typed-path v0.7.1 |
815 | 2024-08-16T20:54:08.612Z | Downloaded regex-automata v0.1.10 |
816 | 2024-08-16T20:54:08.618Z | Downloaded bitvec v1.0.1 |
817 | 2024-08-16T20:54:08.634Z | Downloaded rustls-webpki v0.101.7 |
818 | 2024-08-16T20:54:08.649Z | Downloaded hashbrown v0.13.2 |
819 | 2024-08-16T20:54:08.653Z | Downloaded futures-util v0.3.30 |
820 | 2024-08-16T20:54:08.666Z | Downloaded hashbrown v0.12.3 |
821 | 2024-08-16T20:54:08.670Z | Downloaded rayon v1.10.0 |
822 | 2024-08-16T20:54:08.680Z | Downloaded rustyline v14.0.0 |
823 | 2024-08-16T20:54:08.686Z | Downloaded flate2 v1.0.31 |
824 | 2024-08-16T20:54:08.691Z | Downloaded rusqlite v0.31.0 |
825 | 2024-08-16T20:54:08.697Z | Downloaded reqwest v0.11.27 |
826 | 2024-08-16T20:54:08.706Z | Downloaded quick-xml v0.31.0 |
827 | 2024-08-16T20:54:08.713Z | Downloaded gimli v0.28.1 |
828 | 2024-08-16T20:54:08.720Z | Downloaded portable-atomic v1.6.0 |
829 | 2024-08-16T20:54:08.727Z | Downloaded git2 v0.19.0 |
830 | 2024-08-16T20:54:08.736Z | Downloaded bstr v1.9.1 |
831 | 2024-08-16T20:54:08.747Z | Downloaded radix_trie v0.2.1 |
832 | 2024-08-16T20:54:08.753Z | Downloaded openssl v0.10.66 |
833 | 2024-08-16T20:54:08.763Z | Downloaded webpki-roots v0.25.4 |
834 | 2024-08-16T20:54:08.767Z | Downloaded regex v1.10.6 |
835 | 2024-08-16T20:54:08.782Z | Downloaded object v0.32.2 |
836 | 2024-08-16T20:54:08.792Z | Downloaded smoltcp v0.11.0 |
837 | 2024-08-16T20:54:08.805Z | Downloaded smoltcp v0.9.1 |
838 | 2024-08-16T20:54:08.817Z | Downloaded polar-core v0.27.3 |
839 | 2024-08-16T20:54:08.825Z | Downloaded rustls v0.22.4 |
840 | 2024-08-16T20:54:08.840Z | Downloaded regex-syntax v0.8.4 |
841 | 2024-08-16T20:54:08.846Z | Downloaded regress v0.9.1 |
842 | 2024-08-16T20:54:08.856Z | Downloaded diesel v2.2.2 |
843 | 2024-08-16T20:54:08.874Z | Downloaded openapiv3 v2.0.0 |
844 | 2024-08-16T20:54:08.886Z | Downloaded hickory-proto v0.24.1 |
845 | 2024-08-16T20:54:08.902Z | Downloaded regex-syntax v0.6.29 |
846 | 2024-08-16T20:54:08.908Z | Downloaded rustls v0.21.12 |
847 | 2024-08-16T20:54:08.920Z | Downloaded zerocopy-derive v0.6.6 |
848 | 2024-08-16T20:54:08.928Z | Downloaded sled v0.34.7 |
849 | 2024-08-16T20:54:08.938Z | Downloaded nix v0.28.0 |
850 | 2024-08-16T20:54:08.951Z | Downloaded nix v0.27.1 |
851 | 2024-08-16T20:54:08.964Z | Downloaded ratatui v0.28.0 |
852 | 2024-08-16T20:54:08.981Z | Downloaded idna v0.3.0 |
853 | 2024-08-16T20:54:08.987Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
854 | 2024-08-16T20:54:09.001Z | Downloaded curve25519-dalek v4.1.3 |
855 | 2024-08-16T20:54:09.010Z | Downloaded regex-automata v0.4.6 |
856 | 2024-08-16T20:54:09.030Z | Downloaded object v0.30.4 |
857 | 2024-08-16T20:54:09.039Z | Downloaded finl_unicode v1.2.0 |
858 | 2024-08-16T20:54:09.054Z | Downloaded petgraph v0.6.5 |
859 | 2024-08-16T20:54:09.071Z | Downloaded idna v0.5.0 |
860 | 2024-08-16T20:54:09.079Z | Downloaded tokio v1.39.2 |
861 | 2024-08-16T20:54:09.117Z | Downloaded sha3 v0.10.8 |
862 | 2024-08-16T20:54:09.122Z | Downloaded csv v1.3.0 |
863 | 2024-08-16T20:54:09.143Z | Downloaded rustls-webpki v0.102.4 |
864 | 2024-08-16T20:54:09.161Z | Downloaded proptest v1.5.0 |
865 | 2024-08-16T20:54:09.171Z | Downloaded bstr v0.2.17 |
866 | 2024-08-16T20:54:09.182Z | Downloaded vcpkg v0.2.15 |
867 | 2024-08-16T20:54:09.221Z | Downloaded idna v0.4.0 |
868 | 2024-08-16T20:54:09.229Z | Downloaded hkdf v0.12.4 |
869 | 2024-08-16T20:54:09.232Z | Downloaded tokio-util v0.7.11 |
870 | 2024-08-16T20:54:09.242Z | Downloaded chrono v0.4.38 |
871 | 2024-08-16T20:54:09.246Z | Downloaded der v0.7.9 |
872 | 2024-08-16T20:54:09.251Z | Downloaded expectorate v1.1.0 |
873 | 2024-08-16T20:54:09.254Z | Downloaded unicode-normalization v0.1.23 |
874 | 2024-08-16T20:54:09.258Z | Downloaded time v0.3.36 |
875 | 2024-08-16T20:54:09.265Z | Downloaded aho-corasick v1.1.3 |
876 | 2024-08-16T20:54:09.273Z | Downloaded supports-color v3.0.0 |
877 | 2024-08-16T20:54:09.276Z | Downloaded stable_deref_trait v1.2.0 |
878 | 2024-08-16T20:54:09.276Z | Downloaded sec1 v0.7.3 |
879 | 2024-08-16T20:54:09.276Z | Downloaded fallible-iterator v0.2.0 |
880 | 2024-08-16T20:54:09.279Z | Downloaded rustls-pemfile v2.1.3 |
881 | 2024-08-16T20:54:09.282Z | Downloaded spin v0.9.8 |
882 | 2024-08-16T20:54:09.284Z | Downloaded predicates-tree v1.0.9 |
883 | 2024-08-16T20:54:09.285Z | Downloaded rustc-demangle v0.1.24 |
884 | 2024-08-16T20:54:09.285Z | Downloaded env_logger v0.10.2 |
885 | 2024-08-16T20:54:09.287Z | Downloaded foreign-types-shared v0.1.1 |
886 | 2024-08-16T20:54:09.290Z | Downloaded owo-colors v4.0.0 |
887 | 2024-08-16T20:54:09.293Z | Downloaded num-bigint-dig v0.8.4 |
888 | 2024-08-16T20:54:09.296Z | Downloaded nom v7.1.3 |
889 | 2024-08-16T20:54:09.302Z | Downloaded itertools v0.12.1 |
890 | 2024-08-16T20:54:09.309Z | Downloaded defmt-parser v0.3.4 |
891 | 2024-08-16T20:54:09.312Z | Downloaded encoding_rs v0.8.34 |
892 | 2024-08-16T20:54:09.335Z | Downloaded zone v0.1.8 |
893 | 2024-08-16T20:54:09.338Z | Downloaded zeroize_derive v1.4.2 |
894 | 2024-08-16T20:54:09.338Z | Downloaded spin v0.5.2 |
895 | 2024-08-16T20:54:09.338Z | Downloaded slog-json v2.6.1 |
896 | 2024-08-16T20:54:09.341Z | Downloaded serde_yaml v0.9.34+deprecated |
897 | 2024-08-16T20:54:09.343Z | Downloaded toml_edit v0.19.15 |
898 | 2024-08-16T20:54:09.358Z | Downloaded blake3 v1.5.1 |
899 | 2024-08-16T20:54:09.365Z | Downloaded schemars v0.8.21 |
900 | 2024-08-16T20:54:09.377Z | Downloaded steno v0.4.1 |
901 | 2024-08-16T20:54:09.384Z | Downloaded rtoolbox v0.0.2 |
902 | 2024-08-16T20:54:09.387Z | Downloaded rpassword v7.3.1 |
903 | 2024-08-16T20:54:09.390Z | Downloaded smf v0.2.3 |
904 | 2024-08-16T20:54:09.390Z | Downloaded postgres-types v0.2.7 |
905 | 2024-08-16T20:54:09.392Z | Downloaded hickory-client v0.24.1 |
906 | 2024-08-16T20:54:09.395Z | Downloaded hashlink v0.9.1 |
907 | 2024-08-16T20:54:09.395Z | Downloaded http v0.2.12 |
908 | 2024-08-16T20:54:09.400Z | Downloaded httparse v1.8.0 |
909 | 2024-08-16T20:54:09.405Z | Downloaded diesel_derives v2.2.2 |
910 | 2024-08-16T20:54:09.407Z | Downloaded scrypt v0.11.0 |
911 | 2024-08-16T20:54:09.407Z | Downloaded hmac v0.12.1 |
912 | 2024-08-16T20:54:09.410Z | Downloaded hash32 v0.2.1 |
913 | 2024-08-16T20:54:09.410Z | Downloaded publicsuffix v2.2.3 |
914 | 2024-08-16T20:54:09.413Z | Downloaded headers-core v0.2.0 |
915 | 2024-08-16T20:54:09.415Z | Downloaded libxml v0.3.3 |
916 | 2024-08-16T20:54:09.420Z | Downloaded crossterm v0.27.0 |
917 | 2024-08-16T20:54:09.426Z | Downloaded ppv-lite86 v0.2.17 |
918 | 2024-08-16T20:54:09.429Z | Downloaded powerfmt v0.2.0 |
919 | 2024-08-16T20:54:09.433Z | Downloaded serde_with_macros v3.8.3 |
920 | 2024-08-16T20:54:09.433Z | Downloaded tinyvec v1.6.0 |
921 | 2024-08-16T20:54:09.436Z | Downloaded derive_more v0.99.18 |
922 | 2024-08-16T20:54:09.439Z | Downloaded socket2 v0.4.10 |
923 | 2024-08-16T20:54:09.442Z | Downloaded ring v0.16.20 |
924 | 2024-08-16T20:54:09.524Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
925 | 2024-08-16T20:54:09.581Z | Downloaded rcgen v0.12.1 |
926 | 2024-08-16T20:54:09.585Z | Downloaded rayon-core v1.12.1 |
927 | 2024-08-16T20:54:09.589Z | Downloaded wait-timeout v0.2.0 |
928 | 2024-08-16T20:54:09.592Z | Downloaded strum_macros v0.24.3 |
929 | 2024-08-16T20:54:09.592Z | Downloaded structmeta-derive v0.3.0 |
930 | 2024-08-16T20:54:09.592Z | Downloaded unicase v2.7.0 |
931 | 2024-08-16T20:54:09.595Z | Downloaded itertools v0.13.0 |
932 | 2024-08-16T20:54:09.600Z | Downloaded chacha20poly1305 v0.10.1 |
933 | 2024-08-16T20:54:09.603Z | Downloaded tracing-core v0.1.32 |
934 | 2024-08-16T20:54:09.605Z | Downloaded socket2 v0.5.7 |
935 | 2024-08-16T20:54:09.608Z | Downloaded crypto-bigint v0.5.5 |
936 | 2024-08-16T20:54:09.612Z | Downloaded const_format v0.2.32 |
937 | 2024-08-16T20:54:09.617Z | Downloaded cc v1.0.97 |
938 | 2024-08-16T20:54:09.620Z | Downloaded pem-rfc7468 v0.7.0 |
939 | 2024-08-16T20:54:09.623Z | Downloaded highway v1.2.0 |
940 | 2024-08-16T20:54:09.625Z | Downloaded pin-project-internal v1.1.5 |
941 | 2024-08-16T20:54:09.628Z | Downloaded postcard v1.0.8 |
942 | 2024-08-16T20:54:09.628Z | Downloaded signal-hook-mio v0.2.4 |
943 | 2024-08-16T20:54:09.631Z | Downloaded utf-8 v0.7.6 |
944 | 2024-08-16T20:54:09.631Z | Downloaded shlex v1.3.0 |
945 | 2024-08-16T20:54:09.634Z | Downloaded half v2.4.1 |
946 | 2024-08-16T20:54:09.636Z | Downloaded mio v1.0.2 |
947 | 2024-08-16T20:54:09.640Z | Downloaded base64 v0.21.7 |
948 | 2024-08-16T20:54:09.644Z | Downloaded proc-macro-crate v1.3.1 |
949 | 2024-08-16T20:54:09.646Z | Downloaded downcast v0.11.0 |
950 | 2024-08-16T20:54:09.646Z | Downloaded parse-display-derive v0.10.0 |
951 | 2024-08-16T20:54:09.649Z | Downloaded parse-display v0.10.0 |
952 | 2024-08-16T20:54:09.650Z | Downloaded glob v0.3.1 |
953 | 2024-08-16T20:54:09.652Z | Downloaded zerocopy v0.6.6 |
954 | 2024-08-16T20:54:09.652Z | Downloaded backtrace v0.3.71 |
955 | 2024-08-16T20:54:09.657Z | Downloaded parking_lot v0.11.2 |
956 | 2024-08-16T20:54:09.659Z | Downloaded test-strategy v0.3.1 |
957 | 2024-08-16T20:54:09.663Z | Downloaded uzers v0.11.3 |
958 | 2024-08-16T20:54:09.665Z | Downloaded console v0.15.8 |
959 | 2024-08-16T20:54:09.667Z | Downloaded vsss-rs v3.3.4 |
960 | 2024-08-16T20:54:09.669Z | Downloaded tracing-attributes v0.1.27 |
961 | 2024-08-16T20:54:09.672Z | Downloaded clang-sys v1.7.0 |
962 | 2024-08-16T20:54:09.674Z | Downloaded cancel-safe-futures v0.1.5 |
963 | 2024-08-16T20:54:09.677Z | Downloaded base64 v0.22.1 |
964 | 2024-08-16T20:54:09.681Z | Downloaded packed_struct_codegen v0.10.1 |
965 | 2024-08-16T20:54:09.683Z | Downloaded packed_struct v0.10.1 |
966 | 2024-08-16T20:54:09.688Z | Downloaded slog-term v2.9.1 |
967 | 2024-08-16T20:54:09.688Z | Downloaded bzip2 v0.4.4 |
968 | 2024-08-16T20:54:09.689Z | Downloaded strip-ansi-escapes v0.2.0 |
969 | 2024-08-16T20:54:09.692Z | Downloaded num-rational v0.4.2 |
970 | 2024-08-16T20:54:09.693Z | Downloaded num-complex v0.4.6 |
971 | 2024-08-16T20:54:09.693Z | Downloaded multer v3.1.0 |
972 | 2024-08-16T20:54:09.695Z | Downloaded darling v0.20.9 |
973 | 2024-08-16T20:54:09.698Z | Downloaded castaway v0.2.3 |
974 | 2024-08-16T20:54:09.700Z | Downloaded crc32fast v1.4.0 |
975 | 2024-08-16T20:54:09.703Z | Downloaded cookie v0.17.0 |
976 | 2024-08-16T20:54:09.705Z | Downloaded buf-list v1.0.3 |
977 | 2024-08-16T20:54:09.705Z | Downloaded dsl_auto_type v0.1.2 |
978 | 2024-08-16T20:54:09.708Z | Downloaded nanorand v0.7.0 |
979 | 2024-08-16T20:54:09.711Z | Downloaded cookie_store v0.20.0 |
980 | 2024-08-16T20:54:09.713Z | Downloaded ciborium v0.2.2 |
981 | 2024-08-16T20:54:09.713Z | Downloaded bitflags v1.3.2 |
982 | 2024-08-16T20:54:09.716Z | Downloaded thiserror-no-std v2.0.2 |
983 | 2024-08-16T20:54:09.720Z | Downloaded stringprep v0.1.4 |
984 | 2024-08-16T20:54:09.722Z | Downloaded omicron-zone-package v0.11.0 |
985 | 2024-08-16T20:54:09.725Z | Downloaded bytes v1.7.1 |
986 | 2024-08-16T20:54:09.728Z | Downloaded crossbeam-epoch v0.9.18 |
987 | 2024-08-16T20:54:09.730Z | Downloaded nibble_vec v0.1.0 |
988 | 2024-08-16T20:54:09.733Z | Downloaded newtype-uuid v1.1.0 |
989 | 2024-08-16T20:54:09.733Z | Downloaded shell-words v1.1.0 |
990 | 2024-08-16T20:54:09.736Z | Downloaded serde-hex v0.1.0 |
991 | 2024-08-16T20:54:09.736Z | Downloaded salsa20 v0.10.2 |
992 | 2024-08-16T20:54:09.739Z | Downloaded debug-ignore v1.0.5 |
993 | 2024-08-16T20:54:09.739Z | Downloaded nu-ansi-term v0.50.0 |
994 | 2024-08-16T20:54:09.741Z | Downloaded libsw v3.3.1 |
995 | 2024-08-16T20:54:09.744Z | Downloaded mime v0.3.17 |
996 | 2024-08-16T20:54:09.744Z | Downloaded colored v2.1.0 |
997 | 2024-08-16T20:54:09.746Z | Downloaded iana-time-zone v0.1.60 |
998 | 2024-08-16T20:54:09.749Z | Downloaded bitstruct_derive v0.1.0 |
999 | 2024-08-16T20:54:09.749Z | Downloaded lock_api v0.4.12 |
1000 | 2024-08-16T20:54:09.752Z | Downloaded csv-core v0.1.11 |
1001 | 2024-08-16T20:54:09.752Z | Downloaded atty v0.2.14 |
1002 | 2024-08-16T20:54:09.754Z | Downloaded hyper-staticfile v0.9.5 |
1003 | 2024-08-16T20:54:09.754Z | Downloaded curve25519-dalek-derive v0.1.1 |
1004 | 2024-08-16T20:54:09.757Z | Downloaded argon2 v0.5.3 |
1005 | 2024-08-16T20:54:09.757Z | Downloaded number_prefix v0.4.0 |
1006 | 2024-08-16T20:54:09.759Z | Downloaded newtype_derive v0.1.6 |
1007 | 2024-08-16T20:54:09.759Z | Downloaded instant v0.1.12 |
1008 | 2024-08-16T20:54:09.759Z | Downloaded bit-vec v0.6.3 |
1009 | 2024-08-16T20:54:09.762Z | Downloaded crc-catalog v2.4.0 |
1010 | 2024-08-16T20:54:09.762Z | Downloaded convert_case v0.4.0 |
1011 | 2024-08-16T20:54:09.765Z | Downloaded cexpr v0.6.0 |
1012 | 2024-08-16T20:54:09.765Z | Downloaded async-stream v0.3.5 |
1013 | 2024-08-16T20:54:09.767Z | Downloaded const_format_proc_macros v0.2.32 |
1014 | 2024-08-16T20:54:09.981Z | Downloaded libz-sys v1.1.16 |
1015 | 2024-08-16T20:54:10.062Z | Downloaded ring v0.17.8 |
1016 | 2024-08-16T20:54:10.182Z | Downloaded libsqlite3-sys v0.28.0 |
1017 | 2024-08-16T20:54:10.343Z | Compiling cfg-if v1.0.0 |
1018 | 2024-08-16T20:54:10.343Z | Compiling serde v1.0.207 |
1019 | 2024-08-16T20:54:10.346Z | Compiling lock_api v0.4.12 |
1020 | 2024-08-16T20:54:10.346Z | Compiling scopeguard v1.2.0 |
1021 | 2024-08-16T20:54:10.484Z | Compiling typenum v1.17.0 |
1022 | 2024-08-16T20:54:10.499Z | Compiling generic-array v0.14.7 |
1023 | 2024-08-16T20:54:10.521Z | Compiling syn v2.0.74 |
1024 | 2024-08-16T20:54:10.549Z | Compiling getrandom v0.2.14 |
1025 | 2024-08-16T20:54:10.566Z | Compiling log v0.4.21 |
1026 | 2024-08-16T20:54:10.649Z | Compiling jobserver v0.1.32 |
1027 | 2024-08-16T20:54:10.843Z | Compiling rand_core v0.6.4 |
1028 | 2024-08-16T20:54:11.036Z | Compiling cc v1.0.97 |
1029 | 2024-08-16T20:54:11.053Z | Compiling subtle v2.5.0 |
1030 | 2024-08-16T20:54:11.069Z | Compiling const-oid v0.9.6 |
1031 | 2024-08-16T20:54:11.339Z | Compiling smallvec v1.13.2 |
1032 | 2024-08-16T20:54:11.357Z | Compiling pin-project-lite v0.2.14 |
1033 | 2024-08-16T20:54:11.389Z | Compiling parking_lot_core v0.9.10 |
1034 | 2024-08-16T20:54:11.474Z | Compiling spin v0.9.8 |
1035 | 2024-08-16T20:54:11.545Z | Compiling signal-hook-registry v1.4.2 |
1036 | 2024-08-16T20:54:11.757Z | Compiling mio v1.0.2 |
1037 | 2024-08-16T20:54:11.842Z | Compiling ahash v0.8.11 |
1038 | 2024-08-16T20:54:12.321Z | Compiling tinyvec_macros v0.1.1 |
1039 | 2024-08-16T20:54:12.416Z | Compiling parking_lot v0.12.2 |
1040 | 2024-08-16T20:54:12.495Z | Compiling tinyvec v1.6.0 |
1041 | 2024-08-16T20:54:12.732Z | Compiling socket2 v0.5.7 |
1042 | 2024-08-16T20:54:13.126Z | Compiling serde_json v1.0.125 |
1043 | 2024-08-16T20:54:13.273Z | Compiling cpufeatures v0.2.12 |
1044 | 2024-08-16T20:54:13.291Z | Compiling libm v0.2.8 |
1045 | 2024-08-16T20:54:13.374Z | Compiling futures-core v0.3.30 |
1046 | 2024-08-16T20:54:13.405Z | Compiling num-traits v0.2.19 |
1047 | 2024-08-16T20:54:13.514Z | Compiling slab v0.4.9 |
1048 | 2024-08-16T20:54:13.619Z | Compiling allocator-api2 v0.2.18 |
1049 | 2024-08-16T20:54:13.676Z | Compiling unicode-bidi v0.3.15 |
1050 | 2024-08-16T20:54:13.713Z | Compiling futures-sink v0.3.30 |
1051 | 2024-08-16T20:54:13.989Z | Compiling futures-channel v0.3.30 |
1052 | 2024-08-16T20:54:14.084Z | Compiling unicode-normalization v0.1.23 |
1053 | 2024-08-16T20:54:14.268Z | Compiling futures-io v0.3.30 |
1054 | 2024-08-16T20:54:14.411Z | Compiling pkg-config v0.3.30 |
1055 | 2024-08-16T20:54:14.454Z | Compiling futures-task v0.3.30 |
1056 | 2024-08-16T20:54:14.605Z | Compiling pin-utils v0.1.0 |
1057 | 2024-08-16T20:54:14.697Z | Compiling vcpkg v0.2.15 |
1058 | 2024-08-16T20:54:14.729Z | Compiling base64ct v1.6.0 |
1059 | 2024-08-16T20:54:15.328Z | Compiling pem-rfc7468 v0.7.0 |
1060 | 2024-08-16T20:54:15.359Z | Compiling percent-encoding v2.3.1 |
1061 | 2024-08-16T20:54:15.393Z | Compiling ring v0.17.8 |
1062 | 2024-08-16T20:54:15.412Z | Compiling ppv-lite86 v0.2.17 |
1063 | 2024-08-16T20:54:15.721Z | Compiling flagset v0.4.5 |
1064 | 2024-08-16T20:54:15.934Z | Compiling tracing-core v0.1.32 |
1065 | 2024-08-16T20:54:16.012Z | Compiling untrusted v0.9.0 |
1066 | 2024-08-16T20:54:16.043Z | Compiling rustix v0.38.34 |
1067 | 2024-08-16T20:54:16.171Z | Compiling rand_chacha v0.3.1 |
1068 | 2024-08-16T20:54:16.187Z | Compiling time-core v0.1.2 |
1069 | 2024-08-16T20:54:16.358Z | Compiling openssl v0.10.66 |
1070 | 2024-08-16T20:54:16.789Z | Compiling rand v0.8.5 |
1071 | 2024-08-16T20:54:16.932Z | Compiling foreign-types-shared v0.1.1 |
1072 | 2024-08-16T20:54:16.956Z | Compiling openssl-sys v0.9.103 |
1073 | 2024-08-16T20:54:17.030Z | Compiling rustversion v1.0.17 |
1074 | 2024-08-16T20:54:17.212Z | Compiling num-conv v0.1.0 |
1075 | 2024-08-16T20:54:17.259Z | Compiling httparse v1.8.0 |
1076 | 2024-08-16T20:54:17.484Z | Compiling powerfmt v0.2.0 |
1077 | 2024-08-16T20:54:17.700Z | Compiling time-macros v0.2.18 |
1078 | 2024-08-16T20:54:17.788Z | Compiling deranged v0.3.11 |
1079 | 2024-08-16T20:54:17.865Z | Compiling foreign-types v0.3.2 |
1080 | 2024-08-16T20:54:17.956Z | Compiling form_urlencoded v1.2.1 |
1081 | 2024-08-16T20:54:18.189Z | Compiling lazy_static v1.5.0 |
1082 | 2024-08-16T20:54:18.299Z | Compiling try-lock v0.2.5 |
1083 | 2024-08-16T20:54:18.391Z | Compiling siphasher v0.3.11 |
1084 | 2024-08-16T20:54:18.427Z | Compiling crossbeam-utils v0.8.19 |
1085 | 2024-08-16T20:54:18.630Z | Compiling num_threads v0.1.7 |
1086 | 2024-08-16T20:54:18.701Z | Compiling syn v1.0.109 |
1087 | 2024-08-16T20:54:18.745Z | Compiling rustls v0.21.12 |
1088 | 2024-08-16T20:54:19.020Z | Compiling native-tls v0.2.11 |
1089 | 2024-08-16T20:54:19.071Z | Compiling want v0.3.1 |
1090 | 2024-08-16T20:54:19.377Z | Compiling idna v0.5.0 |
1091 | 2024-08-16T20:54:19.479Z | Compiling aho-corasick v1.1.3 |
1092 | 2024-08-16T20:54:19.957Z | Compiling cookie v0.17.0 |
1093 | 2024-08-16T20:54:19.990Z | Compiling slog v2.7.0 |
1094 | 2024-08-16T20:54:20.244Z | Compiling httpdate v1.0.3 |
1095 | 2024-08-16T20:54:20.468Z | Compiling finl_unicode v1.2.0 |
1096 | 2024-08-16T20:54:20.591Z | Compiling time v0.3.36 |
1097 | 2024-08-16T20:54:20.652Z | Compiling adler v1.0.2 |
1098 | 2024-08-16T20:54:20.696Z | Compiling openssl-probe v0.1.5 |
1099 | 2024-08-16T20:54:20.858Z | Compiling iana-time-zone v0.1.60 |
1100 | 2024-08-16T20:54:20.911Z | Compiling regex-syntax v0.8.4 |
1101 | 2024-08-16T20:54:21.021Z | Compiling tower-service v0.3.2 |
1102 | 2024-08-16T20:54:21.036Z | Compiling stringprep v0.1.4 |
1103 | 2024-08-16T20:54:21.124Z | Compiling miniz_oxide v0.7.2 |
1104 | 2024-08-16T20:54:21.421Z | Compiling url v2.5.2 |
1105 | 2024-08-16T20:54:23.253Z | Compiling num-integer v0.1.46 |
1106 | 2024-08-16T20:54:23.820Z | Compiling backtrace v0.3.71 |
1107 | 2024-08-16T20:54:23.980Z | Compiling idna v0.3.0 |
1108 | 2024-08-16T20:54:24.302Z | Compiling regex-automata v0.4.6 |
1109 | 2024-08-16T20:54:24.584Z | Compiling serde_derive v1.0.207 |
1110 | 2024-08-16T20:54:24.761Z | Compiling zeroize_derive v1.4.2 |
1111 | 2024-08-16T20:54:25.505Z | Compiling zerocopy-derive v0.7.34 |
1112 | 2024-08-16T20:54:25.754Z | Compiling tokio-macros v2.4.0 |
1113 | 2024-08-16T20:54:26.290Z | Compiling zeroize v1.7.0 |
1114 | 2024-08-16T20:54:26.407Z | Compiling thiserror-impl v1.0.63 |
1115 | 2024-08-16T20:54:27.163Z | Compiling futures-macro v0.3.30 |
1116 | 2024-08-16T20:54:27.463Z | Compiling der_derive v0.7.2 |
1117 | 2024-08-16T20:54:27.794Z | Compiling zerocopy v0.7.34 |
1118 | 2024-08-16T20:54:28.148Z | Compiling crypto-common v0.1.6 |
1119 | 2024-08-16T20:54:28.369Z | Compiling block-buffer v0.10.4 |
1120 | 2024-08-16T20:54:28.636Z | Compiling digest v0.10.7 |
1121 | 2024-08-16T20:54:29.130Z | Compiling hmac v0.12.1 |
1122 | 2024-08-16T20:54:29.191Z | Compiling block-padding v0.3.3 |
1123 | 2024-08-16T20:54:29.400Z | Compiling sha2 v0.10.8 |
1124 | 2024-08-16T20:54:29.430Z | Compiling inout v0.1.3 |
1125 | 2024-08-16T20:54:29.718Z | Compiling cipher v0.4.4 |
1126 | 2024-08-16T20:54:29.735Z | Compiling thiserror v1.0.63 |
1127 | 2024-08-16T20:54:29.876Z | Compiling futures-util v0.3.30 |
1128 | 2024-08-16T20:54:29.935Z | Compiling hashbrown v0.14.5 |
1129 | 2024-08-16T20:54:29.968Z | Compiling pest v2.7.10 |
1130 | 2024-08-16T20:54:30.237Z | Compiling salsa20 v0.10.2 |
1131 | 2024-08-16T20:54:30.466Z | Compiling der v0.7.9 |
1132 | 2024-08-16T20:54:31.331Z | Compiling pbkdf2 v0.12.2 |
1133 | 2024-08-16T20:54:31.636Z | Compiling scroll_derive v0.12.0 |
1134 | 2024-08-16T20:54:33.005Z | Compiling pest_meta v2.7.10 |
1135 | 2024-08-16T20:54:33.022Z | Compiling tracing-attributes v0.1.27 |
1136 | 2024-08-16T20:54:33.127Z | Compiling scroll v0.12.0 |
1137 | 2024-08-16T20:54:33.705Z | Compiling spki v0.7.3 |
1138 | 2024-08-16T20:54:33.738Z | Compiling scrypt v0.11.0 |
1139 | 2024-08-16T20:54:34.073Z | Compiling cbc v0.1.2 |
1140 | 2024-08-16T20:54:34.309Z | Compiling pest_generator v2.7.10 |
1141 | 2024-08-16T20:54:34.326Z | Compiling aes v0.8.4 |
1142 | 2024-08-16T20:54:36.140Z | Compiling pkcs5 v0.7.1 |
1143 | 2024-08-16T20:54:36.298Z | Compiling goblin v0.8.2 |
1144 | 2024-08-16T20:54:36.842Z | Compiling tracing v0.1.40 |
1145 | 2024-08-16T20:54:36.962Z | Compiling openssl-macros v0.1.1 |
1146 | 2024-08-16T20:54:37.210Z | Compiling pkcs8 v0.10.2 |
1147 | 2024-08-16T20:54:37.377Z | Compiling md-5 v0.10.6 |
1148 | 2024-08-16T20:54:37.394Z | Compiling hash32 v0.2.1 |
1149 | 2024-08-16T20:54:37.657Z | Compiling num-bigint-dig v0.8.4 |
1150 | 2024-08-16T20:54:37.753Z | Compiling stable_deref_trait v1.2.0 |
1151 | 2024-08-16T20:54:37.761Z | Compiling crc32fast v1.4.0 |
1152 | 2024-08-16T20:54:37.847Z | Compiling cfg_aliases v0.1.1 |
1153 | 2024-08-16T20:54:37.865Z | Compiling gimli v0.28.1 |
1154 | 2024-08-16T20:54:37.938Z | Compiling fallible-iterator v0.2.0 |
1155 | 2024-08-16T20:54:37.941Z | Compiling smoltcp v0.9.1 |
1156 | 2024-08-16T20:54:38.012Z | Compiling pest_derive v2.7.10 |
1157 | 2024-08-16T20:54:38.250Z | Compiling sct v0.7.1 |
1158 | 2024-08-16T20:54:38.550Z | Compiling bytes v1.7.1 |
1159 | 2024-08-16T20:54:38.645Z | Compiling bitflags v2.6.0 |
1160 | 2024-08-16T20:54:38.792Z | Compiling indexmap v2.4.0 |
1161 | 2024-08-16T20:54:38.944Z | Compiling semver v1.0.23 |
1162 | 2024-08-16T20:54:39.725Z | Compiling tokio v1.39.2 |
1163 | 2024-08-16T20:54:39.809Z | Compiling http v0.2.12 |
1164 | 2024-08-16T20:54:39.877Z | Compiling rustc_version v0.4.0 |
1165 | 2024-08-16T20:54:40.669Z | Compiling heapless v0.7.17 |
1166 | 2024-08-16T20:54:41.121Z | Compiling dtrace-parser v0.2.0 |
1167 | 2024-08-16T20:54:41.735Z | Compiling http-body v0.4.6 |
1168 | 2024-08-16T20:54:42.126Z | Compiling dof v0.3.0 |
1169 | 2024-08-16T20:54:42.207Z | Compiling uuid v1.10.0 |
1170 | 2024-08-16T20:54:42.299Z | Compiling rustls-webpki v0.101.7 |
1171 | 2024-08-16T20:54:42.888Z | Compiling usdt-impl v0.5.0 |
1172 | 2024-08-16T20:54:43.643Z | Compiling serde_spanned v0.6.7 |
1173 | 2024-08-16T20:54:43.864Z | Compiling chrono v0.4.38 |
1174 | 2024-08-16T20:54:44.270Z | Compiling serde_tokenstream v0.2.2 |
1175 | 2024-08-16T20:54:44.351Z | Compiling toml_datetime v0.6.8 |
1176 | 2024-08-16T20:54:44.476Z | Compiling signal-hook v0.3.17 |
1177 | 2024-08-16T20:54:44.773Z | Compiling psl-types v2.0.11 |
1178 | 2024-08-16T20:54:44.860Z | Compiling base64 v0.22.1 |
1179 | 2024-08-16T20:54:44.964Z | Compiling publicsuffix v2.2.3 |
1180 | 2024-08-16T20:54:45.209Z | Compiling addr2line v0.21.0 |
1181 | 2024-08-16T20:54:45.633Z | Compiling postgres-protocol v0.6.7 |
1182 | 2024-08-16T20:54:45.858Z | Compiling terminal_size v0.3.0 |
1183 | 2024-08-16T20:54:46.126Z | Compiling nix v0.28.0 |
1184 | 2024-08-16T20:54:46.154Z | Compiling hubpack_derive v0.1.1 |
1185 | 2024-08-16T20:54:46.940Z | Compiling zerocopy-derive v0.6.6 |
1186 | 2024-08-16T20:54:46.958Z | Compiling async-trait v0.1.81 |
1187 | 2024-08-16T20:54:47.092Z | Compiling num-iter v0.1.45 |
1188 | 2024-08-16T20:54:47.567Z | Compiling phf_shared v0.11.2 |
1189 | 2024-08-16T20:54:47.947Z | Compiling tokio-util v0.7.11 |
1190 | 2024-08-16T20:54:48.081Z | Compiling tokio-rustls v0.24.1 |
1191 | 2024-08-16T20:54:48.326Z | Compiling tokio-native-tls v0.3.1 |
1192 | 2024-08-16T20:54:48.480Z | Compiling serde_derive_internals v0.29.1 |
1193 | 2024-08-16T20:54:48.591Z | Compiling ff v0.13.0 |
1194 | 2024-08-16T20:54:48.798Z | Compiling object v0.32.2 |
1195 | 2024-08-16T20:54:49.009Z | Compiling h2 v0.3.26 |
1196 | 2024-08-16T20:54:49.159Z | Compiling fs-err v2.11.0 |
1197 | 2024-08-16T20:54:49.357Z | Compiling winnow v0.5.40 |
1198 | 2024-08-16T20:54:49.449Z | Compiling schemars v0.8.21 |
1199 | 2024-08-16T20:54:49.780Z | Compiling base64 v0.21.7 |
1200 | 2024-08-16T20:54:49.805Z | Compiling base16ct v0.2.0 |
1201 | 2024-08-16T20:54:50.134Z | Compiling either v1.13.0 |
1202 | 2024-08-16T20:54:50.506Z | Compiling ipnet v2.9.0 |
1203 | 2024-08-16T20:54:50.558Z | Compiling regex-automata v0.1.10 |
1204 | 2024-08-16T20:54:51.070Z | Compiling managed v0.8.0 |
1205 | 2024-08-16T20:54:51.208Z | Compiling rustc-demangle v0.1.24 |
1206 | 2024-08-16T20:54:51.540Z | Compiling anyhow v1.0.86 |
1207 | 2024-08-16T20:54:51.721Z | Compiling bitflags v1.3.2 |
1208 | 2024-08-16T20:54:52.185Z | Compiling clap_builder v4.5.15 |
1209 | 2024-08-16T20:54:52.205Z | Compiling schemars_derive v0.8.21 |
1210 | 2024-08-16T20:54:52.404Z | Compiling bstr v0.2.17 |
1211 | 2024-08-16T20:54:53.201Z | Compiling toml_edit v0.19.15 |
1212 | 2024-08-16T20:54:53.909Z | Compiling rustls-pemfile v1.0.4 |
1213 | 2024-08-16T20:54:53.927Z | Compiling sec1 v0.7.3 |
1214 | 2024-08-16T20:54:54.480Z | Compiling zerocopy v0.6.6 |
1215 | 2024-08-16T20:54:54.502Z | Compiling group v0.13.0 |
1216 | 2024-08-16T20:54:54.753Z | Compiling phf v0.11.2 |
1217 | 2024-08-16T20:54:54.811Z | Compiling cookie_store v0.20.0 |
1218 | 2024-08-16T20:54:55.548Z | Compiling hubpack v0.1.2 |
1219 | 2024-08-16T20:54:55.955Z | Compiling hyper v0.14.30 |
1220 | 2024-08-16T20:54:56.016Z | Compiling usdt-attr-macro v0.5.0 |
1221 | 2024-08-16T20:54:56.309Z | Compiling usdt-macro v0.5.0 |
1222 | 2024-08-16T20:54:57.671Z | Compiling postgres-types v0.2.7 |
1223 | 2024-08-16T20:54:58.764Z | Compiling serde_urlencoded v0.7.1 |
1224 | 2024-08-16T20:54:59.161Z | Compiling pkcs1 v0.7.5 |
1225 | 2024-08-16T20:54:59.179Z | Compiling futures-executor v0.3.30 |
1226 | 2024-08-16T20:54:59.300Z | Compiling regex v1.10.6 |
1227 | 2024-08-16T20:54:59.421Z | Compiling hkdf v0.12.4 |
1228 | 2024-08-16T20:54:59.690Z | Compiling signature v2.2.0 |
1229 | 2024-08-16T20:54:59.717Z | Compiling crypto-bigint v0.5.5 |
1230 | 2024-08-16T20:54:59.987Z | Compiling clap_derive v4.5.13 |
1231 | 2024-08-16T20:55:00.167Z | Compiling serde_repr v0.1.19 |
1232 | 2024-08-16T20:55:00.374Z | Compiling enum-as-inner v0.6.0 |
1233 | 2024-08-16T20:55:01.077Z | Compiling strum_macros v0.25.3 |
1234 | 2024-08-16T20:55:01.388Z | Compiling phf_shared v0.10.0 |
1235 | 2024-08-16T20:55:01.408Z | Compiling float-cmp v0.9.0 |
1236 | 2024-08-16T20:55:01.468Z | Compiling idna v0.4.0 |
1237 | 2024-08-16T20:55:01.631Z | Compiling mio v0.8.11 |
1238 | 2024-08-16T20:55:01.769Z | Compiling encoding_rs v0.8.34 |
1239 | 2024-08-16T20:55:02.976Z | Compiling hyper-rustls v0.24.2 |
1240 | 2024-08-16T20:55:03.101Z | Compiling hyper-tls v0.5.0 |
1241 | 2024-08-16T20:55:03.328Z | Compiling new_debug_unreachable v1.0.6 |
1242 | 2024-08-16T20:55:03.425Z | Compiling precomputed-hash v0.1.1 |
1243 | 2024-08-16T20:55:03.467Z | Compiling predicates-core v1.0.6 |
1244 | 2024-08-16T20:55:03.547Z | Compiling fixedbitset v0.4.2 |
1245 | 2024-08-16T20:55:03.834Z | Compiling whoami v1.5.1 |
1246 | 2024-08-16T20:55:04.008Z | Compiling unicode-segmentation v1.11.0 |
1247 | 2024-08-16T20:55:04.468Z | Compiling mime v0.3.17 |
1248 | 2024-08-16T20:55:04.868Z | Compiling webpki-roots v0.25.4 |
1249 | 2024-08-16T20:55:04.990Z | Compiling static_assertions v1.1.0 |
1250 | 2024-08-16T20:55:05.024Z | Compiling data-encoding v2.6.0 |
1251 | 2024-08-16T20:55:05.100Z | Compiling difflib v0.4.0 |
1252 | 2024-08-16T20:55:05.103Z | Compiling dyn-clone v1.0.17 |
1253 | 2024-08-16T20:55:05.226Z | Compiling minimal-lexical v0.2.1 |
1254 | 2024-08-16T20:55:05.301Z | Compiling normalize-line-endings v0.3.0 |
1255 | 2024-08-16T20:55:05.429Z | Compiling bit-vec v0.6.3 |
1256 | 2024-08-16T20:55:05.739Z | Compiling sync_wrapper v0.1.2 |
1257 | 2024-08-16T20:55:05.758Z | Compiling hickory-proto v0.24.1 |
1258 | 2024-08-16T20:55:05.836Z | Compiling bit-set v0.5.3 |
1259 | 2024-08-16T20:55:05.871Z | Compiling reqwest v0.11.27 |
1260 | 2024-08-16T20:55:05.903Z | Compiling nom v7.1.3 |
1261 | 2024-08-16T20:55:06.117Z | Compiling predicates v3.1.2 |
1262 | 2024-08-16T20:55:06.641Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1263 | 2024-08-16T20:55:07.435Z | Compiling console v0.15.8 |
1264 | 2024-08-16T20:55:07.841Z | Compiling clap v4.5.16 |
1265 | 2024-08-16T20:55:07.961Z | Compiling similar v2.5.0 |
1266 | 2024-08-16T20:55:09.024Z | Compiling tokio-postgres v0.7.11 |
1267 | 2024-08-16T20:55:09.564Z | Compiling petgraph v0.6.5 |
1268 | 2024-08-16T20:55:09.612Z | Compiling string_cache v0.8.7 |
1269 | 2024-08-16T20:55:10.082Z | Compiling toml_edit v0.22.20 |
1270 | 2024-08-16T20:55:10.120Z | Compiling usdt v0.5.0 |
1271 | 2024-08-16T20:55:10.559Z | Compiling elliptic-curve v0.13.8 |
1272 | 2024-08-16T20:55:10.604Z | Compiling signal-hook-mio v0.2.4 |
1273 | 2024-08-16T20:55:10.772Z | Compiling rsa v0.9.6 |
1274 | 2024-08-16T20:55:11.373Z | Compiling futures v0.3.30 |
1275 | 2024-08-16T20:55:11.496Z | Compiling flate2 v1.0.31 |
1276 | 2024-08-16T20:55:12.473Z | Compiling toml v0.7.8 |
1277 | 2024-08-16T20:55:14.395Z | Compiling itertools v0.10.5 |
1278 | 2024-08-16T20:55:14.659Z | Compiling itertools v0.12.1 |
1279 | 2024-08-16T20:55:15.054Z | Compiling tokio-stream v0.1.15 |
1280 | 2024-08-16T20:55:16.037Z | Compiling openapiv3 v2.0.0 |
1281 | 2024-08-16T20:55:16.154Z | Compiling hex v0.4.3 |
1282 | 2024-08-16T20:55:16.778Z | Compiling bstr v1.9.1 |
1283 | 2024-08-16T20:55:17.244Z | Compiling sha1 v0.10.6 |
1284 | 2024-08-16T20:55:17.365Z | Compiling crossbeam-epoch v0.9.18 |
1285 | 2024-08-16T20:55:17.682Z | Compiling dirs-sys-next v0.1.2 |
1286 | 2024-08-16T20:55:17.750Z | Compiling peg-runtime v0.8.3 |
1287 | 2024-08-16T20:55:18.123Z | Compiling unicode-xid v0.2.4 |
1288 | 2024-08-16T20:55:18.304Z | Compiling lalrpop-util v0.19.12 |
1289 | 2024-08-16T20:55:18.340Z | Compiling dirs-next v2.0.0 |
1290 | 2024-08-16T20:55:18.395Z | Compiling thread_local v1.1.8 |
1291 | 2024-08-16T20:55:18.457Z | Compiling slog-async v2.8.0 |
1292 | 2024-08-16T20:55:18.539Z | Compiling term v0.7.0 |
1293 | 2024-08-16T20:55:18.598Z | Compiling xattr v1.3.1 |
1294 | 2024-08-16T20:55:18.832Z | Compiling strum_macros v0.26.4 |
1295 | 2024-08-16T20:55:18.874Z | Compiling crossbeam-channel v0.5.12 |
1296 | 2024-08-16T20:55:18.916Z | Compiling filetime v0.2.24 |
1297 | 2024-08-16T20:55:18.951Z | Compiling is-terminal v0.4.12 |
1298 | 2024-08-16T20:55:19.057Z | Compiling take_mut v0.2.2 |
1299 | 2024-08-16T20:55:19.075Z | Compiling slog-term v2.9.1 |
1300 | 2024-08-16T20:55:19.215Z | Compiling tar v0.4.41 |
1301 | 2024-08-16T20:55:19.234Z | Compiling camino v1.1.8 |
1302 | 2024-08-16T20:55:20.790Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1303 | 2024-08-16T20:55:21.643Z | Compiling strum v0.26.3 |
1304 | 2024-08-16T20:55:21.720Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1305 | 2024-08-16T20:55:26.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1306 | 2024-08-16T20:55:26.989Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1307 | 2024-08-16T20:55:27.034Z | Aug 16 20:55:25.862 INFO Starting download, target: Cockroach |
1308 | 2024-08-16T20:55:27.034Z | Aug 16 20:55:25.862 INFO Starting download, target: Console |
1309 | 2024-08-16T20:55:27.035Z | Aug 16 20:55:25.862 INFO Starting download, target: Clickhouse |
1310 | 2024-08-16T20:55:27.035Z | Aug 16 20:55:25.862 INFO Starting download, target: DendriteOpenapi |
1311 | 2024-08-16T20:55:27.035Z | Aug 16 20:55:25.862 INFO Starting download, target: DendriteStub |
1312 | 2024-08-16T20:55:27.037Z | Aug 16 20:55:25.862 INFO Starting download, target: MaghemiteMgd |
1313 | 2024-08-16T20:55:27.037Z | Aug 16 20:55:25.862 INFO Starting download, target: TransceiverControl |
1314 | 2024-08-16T20:55:27.037Z | Aug 16 20:55:25.863 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1315 | 2024-08-16T20:55:27.037Z | Aug 16 20:55:25.863 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1316 | 2024-08-16T20:55:27.037Z | Aug 16 20:55:25.863 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1317 | 2024-08-16T20:55:27.037Z | Aug 16 20:55:25.863 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1318 | 2024-08-16T20:55:27.037Z | Aug 16 20:55:25.863 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1319 | 2024-08-16T20:55:27.037Z | Aug 16 20:55:25.863 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1320 | 2024-08-16T20:55:27.037Z | Aug 16 20:55:25.863 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1321 | 2024-08-16T20:55:27.208Z | Aug 16 20:55:26.026 INFO Download complete, target: DendriteOpenapi |
1322 | 2024-08-16T20:55:27.274Z | Aug 16 20:55:26.100 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1323 | 2024-08-16T20:55:27.578Z | Aug 16 20:55:26.405 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1324 | 2024-08-16T20:55:27.579Z | Aug 16 20:55:26.405 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1325 | 2024-08-16T20:55:27.780Z | Aug 16 20:55:26.608 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1326 | 2024-08-16T20:55:27.942Z | Aug 16 20:55:26.769 INFO Download complete, target: Console |
1327 | 2024-08-16T20:55:28.048Z | Aug 16 20:55:26.875 INFO Download complete, target: TransceiverControl |
1328 | 2024-08-16T20:55:29.140Z | Aug 16 20:55:27.967 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1329 | 2024-08-16T20:55:29.379Z | Aug 16 20:55:28.195 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1330 | 2024-08-16T20:55:29.379Z | Aug 16 20:55:28.195 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1331 | 2024-08-16T20:55:30.590Z | Aug 16 20:55:29.413 INFO Download complete, target: DendriteStub |
1332 | 2024-08-16T20:55:30.807Z | Aug 16 20:55:29.633 INFO Download complete, target: MaghemiteMgd |
1333 | 2024-08-16T20:55:37.173Z | Aug 16 20:55:35.998 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1334 | 2024-08-16T20:55:37.492Z | Aug 16 20:55:36.316 INFO Checking that binary works, target: Cockroach |
1335 | 2024-08-16T20:55:37.648Z | Aug 16 20:55:36.473 INFO Download complete, target: Cockroach |
1336 | 2024-08-16T20:55:42.469Z | Aug 16 20:55:41.291 INFO Checking that binary works, target: Clickhouse |
1337 | 2024-08-16T20:55:42.670Z | Aug 16 20:55:41.493 INFO Download complete, target: Clickhouse |
1338 | 2024-08-16T20:55:42.677Z | All prerequisites installed successfully |
1339 | 2024-08-16T20:55:42.679Z | |
1340 | 2024-08-16T20:55:42.680Z | real 3:55.118696408 |
1341 | 2024-08-16T20:55:42.680Z | user 11:13.304508470 |
1342 | 2024-08-16T20:55:42.680Z | sys 2:22.769242511 |
1343 | 2024-08-16T20:55:42.680Z | trap 0.396727429 |
1344 | 2024-08-16T20:55:42.680Z | tflt 3.777610448 |
1345 | 2024-08-16T20:55:42.680Z | dflt 6.255180517 |
1346 | 2024-08-16T20:55:42.680Z | kflt 0.772348408 |
1347 | 2024-08-16T20:55:42.680Z | lock 22:05.447764168 |
1348 | 2024-08-16T20:55:42.680Z | slp 44:36.281876586 |
1349 | 2024-08-16T20:55:42.680Z | lat 39.550330898 |
1350 | 2024-08-16T20:55:42.680Z | stop 1:44.960473580 |
1351 | 2024-08-16T20:55:42.680Z | + ptime -m cargo xtask download softnpu |
1352 | 2024-08-16T20:55:43.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1353 | 2024-08-16T20:55:43.246Z | Running `target/debug/xtask download softnpu` |
1354 | 2024-08-16T20:55:44.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1355 | 2024-08-16T20:55:44.118Z | Running `target/debug/xtask-downloader softnpu` |
1356 | 2024-08-16T20:55:44.149Z | Aug 16 20:55:42.972 INFO Starting download, target: Softnpu |
1357 | 2024-08-16T20:55:44.151Z | Aug 16 20:55:42.973 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1358 | 2024-08-16T20:55:45.153Z | Aug 16 20:55:43.976 INFO Download complete, target: Softnpu |
1359 | 2024-08-16T20:55:45.157Z | |
1360 | 2024-08-16T20:55:45.159Z | real 2.472673020 |
1361 | 2024-08-16T20:55:45.159Z | user 1.208953099 |
1362 | 2024-08-16T20:55:45.159Z | sys 0.551423884 |
1363 | 2024-08-16T20:55:45.159Z | trap 0.000486694 |
1364 | 2024-08-16T20:55:45.159Z | tflt 0.000019695 |
1365 | 2024-08-16T20:55:45.159Z | dflt 0.000000000 |
1366 | 2024-08-16T20:55:45.159Z | kflt 0.000000000 |
1367 | 2024-08-16T20:55:45.159Z | lock 10.560231595 |
1368 | 2024-08-16T20:55:45.159Z | slp 1.013010813 |
1369 | 2024-08-16T20:55:45.159Z | lat 0.071083265 |
1370 | 2024-08-16T20:55:45.159Z | stop 0.000390888 |
1371 | 2024-08-16T20:55:45.159Z | + export CARGO_INCREMENTAL=0 |
1372 | 2024-08-16T20:55:45.159Z | + CARGO_INCREMENTAL=0 |
1373 | 2024-08-16T20:55:45.159Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1374 | 2024-08-16T20:55:46.067Z | Compiling proc-macro2 v1.0.86 |
1375 | 2024-08-16T20:55:46.067Z | Compiling unicode-ident v1.0.12 |
1376 | 2024-08-16T20:55:46.069Z | Compiling libc v0.2.155 |
1377 | 2024-08-16T20:55:46.070Z | Compiling serde v1.0.207 |
1378 | 2024-08-16T20:55:46.070Z | Compiling version_check v0.9.5 |
1379 | 2024-08-16T20:55:46.070Z | Compiling autocfg v1.3.0 |
1380 | 2024-08-16T20:55:46.070Z | Compiling cfg-if v1.0.0 |
1381 | 2024-08-16T20:55:46.070Z | Compiling once_cell v1.19.0 |
1382 | 2024-08-16T20:55:46.329Z | Compiling typenum v1.17.0 |
1383 | 2024-08-16T20:55:46.363Z | Compiling memchr v2.7.2 |
1384 | 2024-08-16T20:55:46.837Z | Compiling generic-array v0.14.7 |
1385 | 2024-08-16T20:55:46.871Z | Compiling lock_api v0.4.12 |
1386 | 2024-08-16T20:55:47.129Z | Compiling ahash v0.8.11 |
1387 | 2024-08-16T20:55:47.169Z | Compiling byteorder v1.5.0 |
1388 | 2024-08-16T20:55:47.201Z | Compiling serde_json v1.0.125 |
1389 | 2024-08-16T20:55:47.491Z | Compiling libm v0.2.8 |
1390 | 2024-08-16T20:55:47.543Z | Compiling num-traits v0.2.19 |
1391 | 2024-08-16T20:55:47.614Z | Compiling parking_lot_core v0.9.10 |
1392 | 2024-08-16T20:55:47.823Z | Compiling quote v1.0.36 |
1393 | 2024-08-16T20:55:47.840Z | Compiling thiserror v1.0.63 |
1394 | 2024-08-16T20:55:47.992Z | Compiling getrandom v0.2.14 |
1395 | 2024-08-16T20:55:48.024Z | Compiling jobserver v0.1.32 |
1396 | 2024-08-16T20:55:48.343Z | Compiling syn v2.0.74 |
1397 | 2024-08-16T20:55:48.375Z | Compiling cc v1.0.97 |
1398 | 2024-08-16T20:55:48.459Z | Compiling scopeguard v1.2.0 |
1399 | 2024-08-16T20:55:48.592Z | Compiling log v0.4.21 |
1400 | 2024-08-16T20:55:48.666Z | Compiling itoa v1.0.11 |
1401 | 2024-08-16T20:55:49.079Z | Compiling allocator-api2 v0.2.18 |
1402 | 2024-08-16T20:55:49.095Z | Compiling rand_core v0.6.4 |
1403 | 2024-08-16T20:55:49.116Z | Compiling slab v0.4.9 |
1404 | 2024-08-16T20:55:49.523Z | Compiling pin-project-lite v0.2.14 |
1405 | 2024-08-16T20:55:49.538Z | Compiling semver v1.0.23 |
1406 | 2024-08-16T20:55:49.793Z | Compiling ryu v1.0.18 |
1407 | 2024-08-16T20:55:49.921Z | Compiling spin v0.9.8 |
1408 | 2024-08-16T20:55:50.067Z | Compiling equivalent v1.0.1 |
1409 | 2024-08-16T20:55:50.085Z | Compiling smallvec v1.13.2 |
1410 | 2024-08-16T20:55:50.220Z | Compiling vcpkg v0.2.15 |
1411 | 2024-08-16T20:55:50.343Z | Compiling schemars v0.8.21 |
1412 | 2024-08-16T20:55:50.434Z | Compiling pkg-config v0.3.30 |
1413 | 2024-08-16T20:55:50.921Z | Compiling signal-hook-registry v1.4.2 |
1414 | 2024-08-16T20:55:51.405Z | Compiling subtle v2.5.0 |
1415 | 2024-08-16T20:55:51.584Z | Compiling ring v0.17.8 |
1416 | 2024-08-16T20:55:51.690Z | Compiling parking_lot v0.12.2 |
1417 | 2024-08-16T20:55:51.816Z | Compiling openssl-sys v0.9.103 |
1418 | 2024-08-16T20:55:52.432Z | Compiling mio v1.0.2 |
1419 | 2024-08-16T20:55:52.791Z | Compiling const-oid v0.9.6 |
1420 | 2024-08-16T20:55:52.825Z | Compiling socket2 v0.5.7 |
1421 | 2024-08-16T20:55:53.651Z | Compiling syn v1.0.109 |
1422 | 2024-08-16T20:55:53.908Z | Compiling heck v0.5.0 |
1423 | 2024-08-16T20:55:54.204Z | Compiling httparse v1.8.0 |
1424 | 2024-08-16T20:55:54.332Z | Compiling time-core v0.1.2 |
1425 | 2024-08-16T20:55:54.498Z | Compiling num-conv v0.1.0 |
1426 | 2024-08-16T20:55:54.621Z | Compiling fnv v1.0.7 |
1427 | 2024-08-16T20:55:54.740Z | Compiling openssl v0.10.66 |
1428 | 2024-08-16T20:55:54.768Z | Compiling time-macros v0.2.18 |
1429 | 2024-08-16T20:55:54.822Z | Compiling rustix v0.38.34 |
1430 | 2024-08-16T20:55:54.906Z | Compiling futures-core v0.3.30 |
1431 | 2024-08-16T20:55:55.267Z | Compiling crossbeam-utils v0.8.19 |
1432 | 2024-08-16T20:55:55.799Z | Compiling serde_derive_internals v0.29.1 |
1433 | 2024-08-16T20:55:55.814Z | Compiling iana-time-zone v0.1.60 |
1434 | 2024-08-16T20:55:56.463Z | Compiling rustls v0.21.12 |
1435 | 2024-08-16T20:55:56.481Z | Compiling native-tls v0.2.11 |
1436 | 2024-08-16T20:55:56.497Z | Compiling tinyvec_macros v0.1.1 |
1437 | 2024-08-16T20:55:56.583Z | Compiling tinyvec v1.6.0 |
1438 | 2024-08-16T20:55:57.138Z | Compiling futures-sink v0.3.30 |
1439 | 2024-08-16T20:55:57.292Z | Compiling cpufeatures v0.2.12 |
1440 | 2024-08-16T20:55:57.392Z | Compiling ucd-trie v0.1.6 |
1441 | 2024-08-16T20:55:57.852Z | Compiling backtrace v0.3.71 |
1442 | 2024-08-16T20:55:58.002Z | Compiling unicode-normalization v0.1.23 |
1443 | 2024-08-16T20:55:58.043Z | Compiling cookie v0.17.0 |
1444 | 2024-08-16T20:55:58.059Z | Compiling unicode-bidi v0.3.15 |
1445 | 2024-08-16T20:55:58.352Z | Compiling slog v2.7.0 |
1446 | 2024-08-16T20:55:58.807Z | Compiling futures-channel v0.3.30 |
1447 | 2024-08-16T20:55:58.962Z | Compiling futures-task v0.3.30 |
1448 | 2024-08-16T20:55:59.244Z | Compiling pin-utils v0.1.0 |
1449 | 2024-08-16T20:55:59.277Z | Compiling futures-io v0.3.30 |
1450 | 2024-08-16T20:55:59.625Z | Compiling aho-corasick v1.1.3 |
1451 | 2024-08-16T20:55:59.693Z | Compiling dyn-clone v1.0.17 |
1452 | 2024-08-16T20:55:59.906Z | Compiling anyhow v1.0.86 |
1453 | 2024-08-16T20:56:00.327Z | Compiling untrusted v0.9.0 |
1454 | 2024-08-16T20:56:00.496Z | Compiling winnow v0.5.40 |
1455 | 2024-08-16T20:56:00.514Z | Compiling regex-syntax v0.8.4 |
1456 | 2024-08-16T20:56:00.963Z | Compiling tracing-core v0.1.32 |
1457 | 2024-08-16T20:56:01.092Z | Compiling serde_derive v1.0.207 |
1458 | 2024-08-16T20:56:01.850Z | Compiling zeroize_derive v1.4.2 |
1459 | 2024-08-16T20:56:03.139Z | Compiling zerocopy-derive v0.7.34 |
1460 | 2024-08-16T20:56:03.281Z | Compiling thiserror-impl v1.0.63 |
1461 | 2024-08-16T20:56:03.998Z | Compiling tokio-macros v2.4.0 |
1462 | 2024-08-16T20:56:04.210Z | Compiling zeroize v1.7.0 |
1463 | 2024-08-16T20:56:05.037Z | Compiling zerocopy v0.7.34 |
1464 | 2024-08-16T20:56:05.399Z | Compiling futures-macro v0.3.30 |
1465 | 2024-08-16T20:56:06.283Z | Compiling crypto-common v0.1.6 |
1466 | 2024-08-16T20:56:06.482Z | Compiling schemars_derive v0.8.21 |
1467 | 2024-08-16T20:56:06.698Z | Compiling tracing-attributes v0.1.27 |
1468 | 2024-08-16T20:56:07.126Z | Compiling hashbrown v0.14.5 |
1469 | 2024-08-16T20:56:07.168Z | Compiling block-buffer v0.10.4 |
1470 | 2024-08-16T20:56:07.401Z | Compiling digest v0.10.7 |
1471 | 2024-08-16T20:56:07.792Z | Compiling der_derive v0.7.2 |
1472 | 2024-08-16T20:56:08.162Z | Compiling openssl-macros v0.1.1 |
1473 | 2024-08-16T20:56:09.240Z | Compiling scroll_derive v0.12.0 |
1474 | 2024-08-16T20:56:09.359Z | Compiling hmac v0.12.1 |
1475 | 2024-08-16T20:56:09.574Z | Compiling block-padding v0.3.3 |
1476 | 2024-08-16T20:56:09.615Z | Compiling pest v2.7.10 |
1477 | 2024-08-16T20:56:09.776Z | Compiling inout v0.1.3 |
1478 | 2024-08-16T20:56:09.779Z | Compiling sha2 v0.10.8 |
1479 | 2024-08-16T20:56:10.008Z | Compiling cipher v0.4.4 |
1480 | 2024-08-16T20:56:10.026Z | Compiling futures-util v0.3.30 |
1481 | 2024-08-16T20:56:10.544Z | Compiling regex-automata v0.4.6 |
1482 | 2024-08-16T20:56:10.578Z | Compiling usdt-impl v0.5.0 |
1483 | 2024-08-16T20:56:11.014Z | Compiling base64ct v1.6.0 |
1484 | 2024-08-16T20:56:11.562Z | Compiling rustversion v1.0.17 |
1485 | 2024-08-16T20:56:12.216Z | Compiling pest_meta v2.7.10 |
1486 | 2024-08-16T20:56:12.533Z | Compiling pem-rfc7468 v0.7.0 |
1487 | 2024-08-16T20:56:13.147Z | Compiling scroll v0.12.0 |
1488 | 2024-08-16T20:56:13.712Z | Compiling pest_generator v2.7.10 |
1489 | 2024-08-16T20:56:14.363Z | Compiling bytes v1.7.1 |
1490 | 2024-08-16T20:56:15.884Z | Compiling indexmap v2.4.0 |
1491 | 2024-08-16T20:56:16.382Z | Compiling tokio v1.39.2 |
1492 | 2024-08-16T20:56:16.795Z | Compiling bitflags v2.6.0 |
1493 | 2024-08-16T20:56:16.949Z | Compiling uuid v1.10.0 |
1494 | 2024-08-16T20:56:17.362Z | Compiling serde_tokenstream v0.2.2 |
1495 | 2024-08-16T20:56:17.377Z | Compiling chrono v0.4.38 |
1496 | 2024-08-16T20:56:18.957Z | Compiling toml_datetime v0.6.8 |
1497 | 2024-08-16T20:56:19.406Z | Compiling serde_spanned v0.6.7 |
1498 | 2024-08-16T20:56:20.005Z | Compiling http v0.2.12 |
1499 | 2024-08-16T20:56:21.957Z | Compiling toml_edit v0.19.15 |
1500 | 2024-08-16T20:56:22.167Z | Compiling rustc_version v0.4.0 |
1501 | 2024-08-16T20:56:22.313Z | Compiling pest_derive v2.7.10 |
1502 | 2024-08-16T20:56:22.769Z | Compiling heapless v0.7.17 |
1503 | 2024-08-16T20:56:23.070Z | Compiling tracing v0.1.40 |
1504 | 2024-08-16T20:56:23.904Z | Compiling powerfmt v0.2.0 |
1505 | 2024-08-16T20:56:24.376Z | Compiling plain v0.2.3 |
1506 | 2024-08-16T20:56:24.523Z | Compiling percent-encoding v2.3.1 |
1507 | 2024-08-16T20:56:24.817Z | Compiling flagset v0.4.5 |
1508 | 2024-08-16T20:56:25.013Z | Compiling heck v0.4.1 |
1509 | 2024-08-16T20:56:25.199Z | Compiling ppv-lite86 v0.2.17 |
1510 | 2024-08-16T20:56:25.430Z | Compiling der v0.7.9 |
1511 | 2024-08-16T20:56:25.696Z | Compiling goblin v0.8.2 |
1512 | 2024-08-16T20:56:25.965Z | Compiling rand_chacha v0.3.1 |
1513 | 2024-08-16T20:56:26.886Z | Compiling deranged v0.3.11 |
1514 | 2024-08-16T20:56:28.270Z | Compiling regex v1.10.6 |
1515 | 2024-08-16T20:56:29.184Z | Compiling salsa20 v0.10.2 |
1516 | 2024-08-16T20:56:29.266Z | Compiling pbkdf2 v0.12.2 |
1517 | 2024-08-16T20:56:29.736Z | Compiling strsim v0.11.1 |
1518 | 2024-08-16T20:56:30.011Z | Compiling crc32fast v1.4.0 |
1519 | 2024-08-16T20:56:30.444Z | Compiling pretty-hex v0.4.1 |
1520 | 2024-08-16T20:56:30.464Z | Compiling num_threads v0.1.7 |
1521 | 2024-08-16T20:56:30.852Z | Compiling time v0.3.36 |
1522 | 2024-08-16T20:56:30.924Z | Compiling scrypt v0.11.0 |
1523 | 2024-08-16T20:56:30.943Z | Compiling spki v0.7.3 |
1524 | 2024-08-16T20:56:31.076Z | Compiling rand v0.8.5 |
1525 | 2024-08-16T20:56:31.319Z | Compiling dof v0.3.0 |
1526 | 2024-08-16T20:56:31.429Z | Compiling tokio-util v0.7.11 |
1527 | 2024-08-16T20:56:32.703Z | Compiling dtrace-parser v0.2.0 |
1528 | 2024-08-16T20:56:33.209Z | Compiling cbc v0.1.2 |
1529 | 2024-08-16T20:56:33.253Z | Compiling aes v0.8.4 |
1530 | 2024-08-16T20:56:33.453Z | Compiling async-trait v0.1.81 |
1531 | 2024-08-16T20:56:34.105Z | Compiling thread-id v4.2.1 |
1532 | 2024-08-16T20:56:34.390Z | Compiling signal-hook v0.3.17 |
1533 | 2024-08-16T20:56:34.469Z | Compiling smoltcp v0.9.1 |
1534 | 2024-08-16T20:56:34.666Z | Compiling foreign-types-shared v0.1.1 |
1535 | 2024-08-16T20:56:34.683Z | Compiling unicode-width v0.1.13 |
1536 | 2024-08-16T20:56:34.699Z | Compiling num-bigint-dig v0.8.4 |
1537 | 2024-08-16T20:56:34.769Z | Compiling foreign-types v0.3.2 |
1538 | 2024-08-16T20:56:34.889Z | Compiling pkcs5 v0.7.1 |
1539 | 2024-08-16T20:56:35.985Z | Compiling form_urlencoded v1.2.1 |
1540 | 2024-08-16T20:56:36.441Z | Compiling lazy_static v1.5.0 |
1541 | 2024-08-16T20:56:36.523Z | Compiling errno v0.3.9 |
1542 | 2024-08-16T20:56:36.566Z | Compiling adler v1.0.2 |
1543 | 2024-08-16T20:56:36.686Z | Compiling siphasher v0.3.11 |
1544 | 2024-08-16T20:56:36.797Z | Compiling try-lock v0.2.5 |
1545 | 2024-08-16T20:56:37.039Z | Compiling cfg_aliases v0.1.1 |
1546 | 2024-08-16T20:56:37.308Z | Compiling want v0.3.1 |
1547 | 2024-08-16T20:56:37.322Z | Compiling nix v0.28.0 |
1548 | 2024-08-16T20:56:38.025Z | Compiling miniz_oxide v0.7.2 |
1549 | 2024-08-16T20:56:39.419Z | Compiling pkcs8 v0.10.2 |
1550 | 2024-08-16T20:56:39.897Z | Compiling h2 v0.3.26 |
1551 | 2024-08-16T20:56:40.123Z | Compiling sct v0.7.1 |
1552 | 2024-08-16T20:56:40.405Z | Compiling rustls-webpki v0.101.7 |
1553 | 2024-08-16T20:56:41.230Z | Compiling http-body v0.4.6 |
1554 | 2024-08-16T20:56:42.594Z | Compiling openapiv3 v2.0.0 |
1555 | 2024-08-16T20:56:42.736Z | Compiling hubpack_derive v0.1.1 |
1556 | 2024-08-16T20:56:43.126Z | Compiling zerocopy-derive v0.6.6 |
1557 | 2024-08-16T20:56:43.171Z | Compiling idna v0.5.0 |
1558 | 2024-08-16T20:56:43.715Z | Compiling fs-err v2.11.0 |
1559 | 2024-08-16T20:56:43.893Z | Compiling stable_deref_trait v1.2.0 |
1560 | 2024-08-16T20:56:43.998Z | Compiling finl_unicode v1.2.0 |
1561 | 2024-08-16T20:56:44.022Z | Compiling httpdate v1.0.3 |
1562 | 2024-08-16T20:56:44.430Z | Compiling tower-service v0.3.2 |
1563 | 2024-08-16T20:56:44.552Z | Compiling gimli v0.28.1 |
1564 | 2024-08-16T20:56:44.582Z | Compiling anstyle v1.0.8 |
1565 | 2024-08-16T20:56:44.994Z | Compiling openssl-probe v0.1.5 |
1566 | 2024-08-16T20:56:45.311Z | Compiling utf8parse v0.2.1 |
1567 | 2024-08-16T20:56:45.613Z | Compiling anstyle-parse v0.2.4 |
1568 | 2024-08-16T20:56:46.811Z | Compiling stringprep v0.1.4 |
1569 | 2024-08-16T20:56:47.263Z | Compiling url v2.5.2 |
1570 | 2024-08-16T20:56:47.712Z | Compiling hyper v0.14.30 |
1571 | 2024-08-16T20:56:50.497Z | Compiling addr2line v0.21.0 |
1572 | 2024-08-16T20:56:51.128Z | Compiling usdt-macro v0.5.0 |
1573 | 2024-08-16T20:56:51.315Z | Compiling usdt-attr-macro v0.5.0 |
1574 | 2024-08-16T20:56:53.358Z | Compiling md-5 v0.10.6 |
1575 | 2024-08-16T20:56:56.753Z | Compiling idna v0.3.0 |
1576 | 2024-08-16T20:56:56.872Z | Compiling num-integer v0.1.46 |
1577 | 2024-08-16T20:56:57.651Z | Compiling hash32 v0.2.1 |
1578 | 2024-08-16T20:56:58.011Z | Compiling object v0.32.2 |
1579 | 2024-08-16T20:56:58.155Z | Compiling anstyle-query v1.0.3 |
1580 | 2024-08-16T20:56:58.296Z | Compiling psl-types v2.0.11 |
1581 | 2024-08-16T20:56:58.484Z | Compiling fallible-iterator v0.2.0 |
1582 | 2024-08-16T20:56:59.692Z | Compiling rustc-demangle v0.1.24 |
1583 | 2024-08-16T20:56:59.790Z | Compiling is_terminal_polyfill v1.70.0 |
1584 | 2024-08-16T20:57:00.031Z | Compiling colorchoice v1.0.1 |
1585 | 2024-08-16T20:57:02.293Z | Compiling base64 v0.22.1 |
1586 | 2024-08-16T20:57:02.982Z | Compiling postgres-protocol v0.6.7 |
1587 | 2024-08-16T20:57:04.499Z | Compiling anstream v0.6.14 |
1588 | 2024-08-16T20:57:07.515Z | Compiling publicsuffix v2.2.3 |
1589 | 2024-08-16T20:57:07.772Z | Compiling num-iter v0.1.45 |
1590 | 2024-08-16T20:57:09.114Z | Compiling tokio-rustls v0.24.1 |
1591 | 2024-08-16T20:57:11.257Z | Compiling terminal_size v0.3.0 |
1592 | 2024-08-16T20:57:12.205Z | Compiling tokio-native-tls v0.3.1 |
1593 | 2024-08-16T20:57:12.484Z | Compiling phf_shared v0.11.2 |
1594 | 2024-08-16T20:57:13.277Z | Compiling strum_macros v0.25.3 |
1595 | 2024-08-16T20:57:13.513Z | Compiling enum-as-inner v0.6.0 |
1596 | 2024-08-16T20:57:14.328Z | Compiling regress v0.9.1 |
1597 | 2024-08-16T20:57:14.560Z | Compiling serde_repr v0.1.19 |
1598 | 2024-08-16T20:57:15.447Z | Compiling clap_derive v4.5.13 |
1599 | 2024-08-16T20:57:16.268Z | Compiling ff v0.13.0 |
1600 | 2024-08-16T20:57:16.794Z | Compiling encoding_rs v0.8.34 |
1601 | 2024-08-16T20:57:19.041Z | Compiling bitflags v1.3.2 |
1602 | 2024-08-16T20:57:19.168Z | Compiling regex-automata v0.1.10 |
1603 | 2024-08-16T20:57:19.644Z | Compiling managed v0.8.0 |
1604 | 2024-08-16T20:57:19.914Z | Compiling either v1.13.0 |
1605 | 2024-08-16T20:57:20.165Z | Compiling clap_lex v0.7.0 |
1606 | 2024-08-16T20:57:20.368Z | Compiling ipnet v2.9.0 |
1607 | 2024-08-16T20:57:20.411Z | Compiling mime v0.3.17 |
1608 | 2024-08-16T20:57:21.065Z | Compiling base64 v0.21.7 |
1609 | 2024-08-16T20:57:21.580Z | Compiling base16ct v0.2.0 |
1610 | 2024-08-16T20:57:21.764Z | Compiling rustls-pemfile v1.0.4 |
1611 | 2024-08-16T20:57:21.857Z | Compiling sec1 v0.7.3 |
1612 | 2024-08-16T20:57:22.417Z | Compiling clap_builder v4.5.15 |
1613 | 2024-08-16T20:57:22.433Z | Compiling bstr v0.2.17 |
1614 | 2024-08-16T20:57:23.634Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1615 | 2024-08-16T20:57:23.762Z | Compiling group v0.13.0 |
1616 | 2024-08-16T20:57:28.657Z | Compiling phf v0.11.2 |
1617 | 2024-08-16T20:57:28.934Z | Compiling hyper-tls v0.5.0 |
1618 | 2024-08-16T20:57:28.976Z | Compiling hyper-rustls v0.24.2 |
1619 | 2024-08-16T20:57:29.266Z | Compiling cookie_store v0.20.0 |
1620 | 2024-08-16T20:57:29.591Z | Compiling postgres-types v0.2.7 |
1621 | 2024-08-16T20:57:30.075Z | Compiling zerocopy v0.6.6 |
1622 | 2024-08-16T20:57:30.757Z | Compiling hubpack v0.1.2 |
1623 | 2024-08-16T20:57:30.933Z | Compiling pkcs1 v0.7.5 |
1624 | 2024-08-16T20:57:30.983Z | Compiling phf_shared v0.10.0 |
1625 | 2024-08-16T20:57:31.382Z | Compiling serde_urlencoded v0.7.1 |
1626 | 2024-08-16T20:57:31.808Z | Compiling crossbeam-epoch v0.9.18 |
1627 | 2024-08-16T20:57:31.929Z | Compiling futures-executor v0.3.30 |
1628 | 2024-08-16T20:57:32.653Z | Compiling hkdf v0.12.4 |
1629 | 2024-08-16T20:57:32.691Z | Compiling signature v2.2.0 |
1630 | 2024-08-16T20:57:32.888Z | Compiling crypto-bigint v0.5.5 |
1631 | 2024-08-16T20:57:32.926Z | Compiling idna v0.4.0 |
1632 | 2024-08-16T20:57:33.149Z | Compiling float-cmp v0.9.0 |
1633 | 2024-08-16T20:57:33.359Z | Compiling mio v0.8.11 |
1634 | 2024-08-16T20:57:33.701Z | Compiling memmap v0.7.0 |
1635 | 2024-08-16T20:57:34.305Z | Compiling webpki-roots v0.25.4 |
1636 | 2024-08-16T20:57:34.458Z | Compiling whoami v1.5.1 |
1637 | 2024-08-16T20:57:34.479Z | Compiling bit-vec v0.6.3 |
1638 | 2024-08-16T20:57:34.884Z | Compiling static_assertions v1.1.0 |
1639 | 2024-08-16T20:57:35.025Z | Compiling sync_wrapper v0.1.2 |
1640 | 2024-08-16T20:57:35.158Z | Compiling data-encoding v2.6.0 |
1641 | 2024-08-16T20:57:35.431Z | Compiling normalize-line-endings v0.3.0 |
1642 | 2024-08-16T20:57:35.502Z | Compiling minimal-lexical v0.2.1 |
1643 | 2024-08-16T20:57:35.557Z | Compiling new_debug_unreachable v1.0.6 |
1644 | 2024-08-16T20:57:35.658Z | Compiling difflib v0.4.0 |
1645 | 2024-08-16T20:57:35.673Z | Compiling precomputed-hash v0.1.1 |
1646 | 2024-08-16T20:57:35.785Z | Compiling unicode-segmentation v1.11.0 |
1647 | 2024-08-16T20:57:36.403Z | Compiling fixedbitset v0.4.2 |
1648 | 2024-08-16T20:57:36.562Z | Compiling predicates-core v1.0.6 |
1649 | 2024-08-16T20:57:36.839Z | Compiling winnow v0.6.18 |
1650 | 2024-08-16T20:57:36.862Z | Compiling predicates v3.1.2 |
1651 | 2024-08-16T20:57:36.880Z | Compiling petgraph v0.6.5 |
1652 | 2024-08-16T20:57:37.461Z | Compiling similar v2.5.0 |
1653 | 2024-08-16T20:57:37.829Z | Compiling reqwest v0.11.27 |
1654 | 2024-08-16T20:57:38.344Z | Compiling nom v7.1.3 |
1655 | 2024-08-16T20:57:39.415Z | Compiling hickory-proto v0.24.1 |
1656 | 2024-08-16T20:57:39.558Z | Compiling string_cache v0.8.7 |
1657 | 2024-08-16T20:57:39.966Z | Compiling elliptic-curve v0.13.8 |
1658 | 2024-08-16T20:57:40.554Z | Compiling toml_edit v0.22.20 |
1659 | 2024-08-16T20:57:40.708Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1660 | 2024-08-16T20:57:40.876Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1661 | 2024-08-16T20:57:41.938Z | Compiling tokio-postgres v0.7.11 |
1662 | 2024-08-16T20:57:44.349Z | Compiling bit-set v0.5.3 |
1663 | 2024-08-16T20:57:44.591Z | Compiling signal-hook-mio v0.2.4 |
1664 | 2024-08-16T20:57:44.633Z | Compiling usdt v0.5.0 |
1665 | 2024-08-16T20:57:45.502Z | Compiling rsa v0.9.6 |
1666 | 2024-08-16T20:57:45.803Z | Compiling futures v0.3.30 |
1667 | 2024-08-16T20:57:47.212Z | Compiling flate2 v1.0.31 |
1668 | 2024-08-16T20:57:47.655Z | Compiling clap v4.5.16 |
1669 | 2024-08-16T20:57:47.909Z | Compiling itertools v0.12.1 |
1670 | 2024-08-16T20:57:48.116Z | Compiling itertools v0.10.5 |
1671 | 2024-08-16T20:57:48.586Z | Compiling console v0.15.8 |
1672 | 2024-08-16T20:57:48.602Z | Compiling tokio-stream v0.1.15 |
1673 | 2024-08-16T20:57:49.186Z | Compiling toml v0.7.8 |
1674 | 2024-08-16T20:57:49.537Z | Compiling bstr v1.9.1 |
1675 | 2024-08-16T20:57:49.842Z | Compiling hex v0.4.3 |
1676 | 2024-08-16T20:57:50.664Z | Compiling sha1 v0.10.6 |
1677 | 2024-08-16T20:57:50.716Z | Compiling peg-runtime v0.8.3 |
1678 | 2024-08-16T20:57:51.119Z | Compiling camino v1.1.8 |
1679 | 2024-08-16T20:57:51.137Z | Compiling lalrpop-util v0.19.12 |
1680 | 2024-08-16T20:57:51.206Z | Compiling unicode-xid v0.2.4 |
1681 | 2024-08-16T20:57:51.463Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1682 | 2024-08-16T20:57:51.760Z | Compiling proc-macro-crate v1.3.1 |
1683 | 2024-08-16T20:57:51.994Z | Compiling heapless v0.8.0 |
1684 | 2024-08-16T20:57:53.128Z | Compiling num_enum_derive v0.5.11 |
1685 | 2024-08-16T20:57:55.075Z | Compiling ipnetwork v0.20.0 |
1686 | 2024-08-16T20:57:57.252Z | Compiling hash32 v0.3.1 |
1687 | 2024-08-16T20:57:58.188Z | Compiling ident_case v1.0.1 |
1688 | 2024-08-16T20:57:58.686Z | Compiling smoltcp v0.11.0 |
1689 | 2024-08-16T20:57:59.038Z | Compiling rustls-pki-types v1.7.0 |
1690 | 2024-08-16T20:58:00.391Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1691 | 2024-08-16T20:58:03.782Z | Compiling darling_core v0.20.9 |
1692 | 2024-08-16T20:58:07.037Z | Compiling num_enum v0.5.11 |
1693 | 2024-08-16T20:58:08.376Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1694 | 2024-08-16T20:58:08.810Z | Compiling getopts v0.2.21 |
1695 | 2024-08-16T20:58:10.210Z | Compiling dirs-sys-next v0.1.2 |
1696 | 2024-08-16T20:58:10.743Z | Compiling proc-macro-error-attr v1.0.4 |
1697 | 2024-08-16T20:58:11.240Z | Compiling cobs v0.2.3 |
1698 | 2024-08-16T20:58:12.065Z | Compiling embedded-io v0.4.0 |
1699 | 2024-08-16T20:58:12.307Z | Compiling rustls v0.22.4 |
1700 | 2024-08-16T20:58:12.604Z | Compiling paste v1.0.15 |
1701 | 2024-08-16T20:58:12.852Z | Compiling unsafe-libyaml v0.2.11 |
1702 | 2024-08-16T20:58:13.561Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1703 | 2024-08-16T20:58:13.980Z | Compiling postcard v1.0.8 |
1704 | 2024-08-16T20:58:14.607Z | Compiling serde_yaml v0.9.34+deprecated |
1705 | 2024-08-16T20:58:17.240Z | Compiling dirs-next v2.0.0 |
1706 | 2024-08-16T20:58:17.869Z | Compiling darling_macro v0.20.9 |
1707 | 2024-08-16T20:58:18.372Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1708 | 2024-08-16T20:58:25.347Z | Compiling rustls-webpki v0.102.4 |
1709 | 2024-08-16T20:58:33.190Z | Compiling strum_macros v0.26.4 |
1710 | 2024-08-16T20:58:33.545Z | Compiling structmeta-derive v0.3.0 |
1711 | 2024-08-16T20:58:33.694Z | Compiling foreign-types-macros v0.2.3 |
1712 | 2024-08-16T20:58:35.170Z | Compiling thread_local v1.1.8 |
1713 | 2024-08-16T20:58:36.104Z | Compiling proc-macro-error v1.0.4 |
1714 | 2024-08-16T20:58:36.432Z | Compiling multer v3.1.0 |
1715 | 2024-08-16T20:58:36.757Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1716 | 2024-08-16T20:58:37.075Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1717 | 2024-08-16T20:58:38.002Z | Compiling match_cfg v0.1.0 |
1718 | 2024-08-16T20:58:38.251Z | Compiling slog-async v2.8.0 |
1719 | 2024-08-16T20:58:38.750Z | Compiling foreign-types-shared v0.3.1 |
1720 | 2024-08-16T20:58:38.768Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1721 | 2024-08-16T20:58:39.344Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1722 | 2024-08-16T20:58:39.560Z | Compiling foreign-types v0.5.0 |
1723 | 2024-08-16T20:58:43.698Z | Compiling hostname v0.3.1 |
1724 | 2024-08-16T20:58:44.336Z | Compiling strum v0.26.3 |
1725 | 2024-08-16T20:58:44.979Z | Compiling structmeta v0.3.0 |
1726 | 2024-08-16T20:58:51.043Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1727 | 2024-08-16T20:58:52.408Z | Compiling darling v0.20.9 |
1728 | 2024-08-16T20:58:52.665Z | Compiling term v0.7.0 |
1729 | 2024-08-16T20:58:54.499Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1730 | 2024-08-16T20:58:57.001Z | Compiling slog-json v2.6.1 |
1731 | 2024-08-16T20:58:57.454Z | Compiling tabwriter v1.4.0 |
1732 | 2024-08-16T20:58:58.220Z | Compiling crossbeam-channel v0.5.12 |
1733 | 2024-08-16T20:58:59.626Z | Compiling http v1.1.0 |
1734 | 2024-08-16T20:58:59.791Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1735 | 2024-08-16T20:58:59.808Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1736 | 2024-08-16T20:59:00.611Z | Compiling async-stream-impl v0.3.5 |
1737 | 2024-08-16T20:59:00.673Z | Compiling is-terminal v0.4.12 |
1738 | 2024-08-16T20:59:00.817Z | Compiling cstr-argument v0.1.2 |
1739 | 2024-08-16T20:59:01.077Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1740 | 2024-08-16T20:59:01.406Z | Compiling crucible-workspace-hack v0.1.0 |
1741 | 2024-08-16T20:59:01.704Z | Compiling take_mut v0.2.2 |
1742 | 2024-08-16T20:59:01.851Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1743 | 2024-08-16T20:59:02.157Z | Compiling fastrand v2.1.0 |
1744 | 2024-08-16T20:59:02.325Z | Compiling atomic-waker v1.1.2 |
1745 | 2024-08-16T20:59:02.536Z | Compiling rayon-core v1.12.1 |
1746 | 2024-08-16T20:59:02.843Z | Compiling pretty-hex v0.2.1 |
1747 | 2024-08-16T20:59:03.194Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1748 | 2024-08-16T20:59:03.638Z | Compiling tempfile v3.10.1 |
1749 | 2024-08-16T20:59:03.847Z | Compiling waitgroup v0.1.2 |
1750 | 2024-08-16T20:59:04.122Z | Compiling async-stream v0.3.5 |
1751 | 2024-08-16T20:59:05.269Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1752 | 2024-08-16T20:59:05.855Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1753 | 2024-08-16T20:59:06.096Z | Compiling slog-term v2.9.1 |
1754 | 2024-08-16T20:59:06.438Z | Compiling slog-bunyan v2.5.0 |
1755 | 2024-08-16T20:59:06.700Z | Compiling tokio-rustls v0.25.0 |
1756 | 2024-08-16T20:59:07.093Z | Compiling serde_with_macros v3.8.3 |
1757 | 2024-08-16T20:59:07.111Z | Compiling parse-display-derive v0.10.0 |
1758 | 2024-08-16T20:59:07.176Z | Compiling toml v0.8.19 |
1759 | 2024-08-16T20:59:07.248Z | Compiling rustls-pemfile v2.1.3 |
1760 | 2024-08-16T20:59:07.340Z | Compiling crossbeam-deque v0.8.5 |
1761 | 2024-08-16T20:59:07.737Z | Compiling colored v2.1.0 |
1762 | 2024-08-16T20:59:07.993Z | Compiling newtype-uuid v1.1.0 |
1763 | 2024-08-16T20:59:08.343Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1764 | 2024-08-16T20:59:08.696Z | Compiling serde_path_to_error v0.1.16 |
1765 | 2024-08-16T20:59:09.100Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1766 | 2024-08-16T20:59:09.648Z | Compiling hostname v0.4.0 |
1767 | 2024-08-16T20:59:09.727Z | Compiling socket2 v0.4.10 |
1768 | 2024-08-16T20:59:09.823Z | Compiling instant v0.1.12 |
1769 | 2024-08-16T20:59:09.901Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1770 | 2024-08-16T20:59:09.995Z | Compiling debug-ignore v1.0.5 |
1771 | 2024-08-16T20:59:10.154Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1772 | 2024-08-16T20:59:10.982Z | Compiling parse-display v0.10.0 |
1773 | 2024-08-16T20:59:11.218Z | Compiling backoff v0.4.0 |
1774 | 2024-08-16T20:59:11.590Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1775 | 2024-08-16T20:59:11.810Z | Compiling serde_with v3.8.3 |
1776 | 2024-08-16T20:59:12.838Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1777 | 2024-08-16T20:59:13.442Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1778 | 2024-08-16T20:59:13.939Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1779 | 2024-08-16T20:59:14.773Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1780 | 2024-08-16T20:59:14.968Z | Compiling camino-tempfile v1.1.1 |
1781 | 2024-08-16T20:59:15.724Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1782 | 2024-08-16T20:59:16.153Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1783 | 2024-08-16T20:59:16.209Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1784 | 2024-08-16T20:59:16.345Z | Compiling macaddr v1.0.1 |
1785 | 2024-08-16T20:59:16.631Z | Compiling num-derive v0.4.2 |
1786 | 2024-08-16T20:59:16.968Z | Compiling sigpipe v0.1.3 |
1787 | 2024-08-16T20:59:17.115Z | Compiling libefi-sys v0.1.0 |
1788 | 2024-08-16T20:59:17.434Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1789 | 2024-08-16T20:59:17.817Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1790 | 2024-08-16T20:59:18.924Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1791 | 2024-08-16T20:59:19.080Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1792 | 2024-08-16T20:59:19.638Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1793 | 2024-08-16T20:59:19.777Z | Compiling rayon v1.10.0 |
1794 | 2024-08-16T20:59:19.974Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1795 | 2024-08-16T20:59:20.451Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1796 | 2024-08-16T20:59:21.221Z | Compiling smf v0.2.3 |
1797 | 2024-08-16T20:59:22.948Z | Compiling bitfield-struct v0.6.1 |
1798 | 2024-08-16T20:59:23.124Z | Compiling blake3 v1.5.1 |
1799 | 2024-08-16T20:59:23.758Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1800 | 2024-08-16T20:59:23.803Z | Compiling ring v0.16.20 |
1801 | 2024-08-16T20:59:23.819Z | Compiling portable-atomic v1.6.0 |
1802 | 2024-08-16T20:59:24.295Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1803 | 2024-08-16T20:59:25.003Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1804 | 2024-08-16T20:59:25.111Z | Compiling xattr v1.3.1 |
1805 | 2024-08-16T20:59:25.233Z | Compiling filetime v0.2.24 |
1806 | 2024-08-16T20:59:25.435Z | Compiling memmap2 v0.9.4 |
1807 | 2024-08-16T20:59:25.574Z | Compiling arrayvec v0.7.4 |
1808 | 2024-08-16T20:59:25.723Z | Compiling untrusted v0.7.1 |
1809 | 2024-08-16T20:59:25.924Z | Compiling arrayref v0.3.7 |
1810 | 2024-08-16T20:59:26.012Z | Compiling constant_time_eq v0.3.0 |
1811 | 2024-08-16T20:59:26.039Z | Compiling spin v0.5.2 |
1812 | 2024-08-16T20:59:26.056Z | Compiling same-file v1.0.6 |
1813 | 2024-08-16T20:59:26.142Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1814 | 2024-08-16T20:59:26.263Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1815 | 2024-08-16T20:59:26.280Z | Compiling walkdir v2.5.0 |
1816 | 2024-08-16T20:59:26.328Z | Compiling tar v0.4.41 |
1817 | 2024-08-16T20:59:27.771Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1818 | 2024-08-16T20:59:28.770Z | Compiling gethostname v0.5.0 |
1819 | 2024-08-16T20:59:28.858Z | Compiling cargo-platform v0.1.8 |
1820 | 2024-08-16T20:59:28.972Z | Compiling number_prefix v0.4.0 |
1821 | 2024-08-16T20:59:29.232Z | Compiling topological-sort v0.2.2 |
1822 | 2024-08-16T20:59:29.511Z | Compiling indicatif v0.17.8 |
1823 | 2024-08-16T20:59:29.934Z | Compiling cargo_metadata v0.18.1 |
1824 | 2024-08-16T20:59:34.017Z | Compiling omicron-zone-package v0.11.0 |
1825 | 2024-08-16T20:59:37.375Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1826 | 2024-08-16T20:59:38.305Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1827 | 2024-08-16T20:59:40.561Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1828 | 2024-08-16T20:59:58.794Z | Finished `release` profile [optimized] target(s) in 4m 13s |
1829 | 2024-08-16T20:59:58.929Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1830 | 2024-08-16T20:59:58.968Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1831 | 2024-08-16T20:59:58.971Z | Created new build target 'test' and set it as active |
1832 | 2024-08-16T20:59:58.971Z | |
1833 | 2024-08-16T20:59:58.971Z | real 4:13.747114616 |
1834 | 2024-08-16T20:59:58.971Z | user 28:48.509154031 |
1835 | 2024-08-16T20:59:58.971Z | sys 3:35.914421109 |
1836 | 2024-08-16T20:59:58.971Z | trap 0.809650852 |
1837 | 2024-08-16T20:59:58.971Z | tflt 2.199174035 |
1838 | 2024-08-16T20:59:58.971Z | dflt 0.795504516 |
1839 | 2024-08-16T20:59:58.971Z | kflt 0.008805033 |
1840 | 2024-08-16T20:59:58.971Z | lock 1:03:53.724284092 |
1841 | 2024-08-16T20:59:58.971Z | slp 1:51:13.248559355 |
1842 | 2024-08-16T20:59:58.971Z | lat 1:56.029072835 |
1843 | 2024-08-16T20:59:58.971Z | stop 3:26.768464193 |
1844 | 2024-08-16T20:59:58.971Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1845 | 2024-08-16T20:59:59.898Z | Finished `release` profile [optimized] target(s) in 0.88s |
1846 | 2024-08-16T20:59:59.945Z | Running `target/release/omicron-package -t test package` |
1847 | 2024-08-16T20:59:59.984Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1848 | 2024-08-16T21:00:01.163Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1849 | 2024-08-16T21:00:01.166Z | Compiling camino v1.1.8 |
1850 | 2024-08-16T21:00:01.166Z | Compiling password-hash v0.5.0 |
1851 | 2024-08-16T21:00:01.166Z | Compiling blake2 v0.10.6 |
1852 | 2024-08-16T21:00:01.166Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1853 | 2024-08-16T21:00:01.166Z | Compiling derive-where v1.2.7 |
1854 | 2024-08-16T21:00:01.283Z | Compiling humantime v2.1.0 |
1855 | 2024-08-16T21:00:01.727Z | Compiling newline-converter v0.3.0 |
1856 | 2024-08-16T21:00:01.727Z | Compiling expectorate v1.1.0 |
1857 | 2024-08-16T21:00:01.727Z | Compiling toml v0.8.19 |
1858 | 2024-08-16T21:00:01.745Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1859 | 2024-08-16T21:00:02.178Z | Compiling argon2 v0.5.3 |
1860 | 2024-08-16T21:00:02.208Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1861 | 2024-08-16T21:00:02.261Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1862 | 2024-08-16T21:00:02.400Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1863 | 2024-08-16T21:00:02.436Z | Compiling dirs-sys-next v0.1.2 |
1864 | 2024-08-16T21:00:02.455Z | Compiling convert_case v0.4.0 |
1865 | 2024-08-16T21:00:02.942Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1866 | 2024-08-16T21:00:03.067Z | Compiling dirs-next v2.0.0 |
1867 | 2024-08-16T21:00:03.230Z | Compiling derive_more v0.99.18 |
1868 | 2024-08-16T21:00:03.262Z | Compiling prettyplease v0.2.20 |
1869 | 2024-08-16T21:00:03.416Z | Compiling term v0.7.0 |
1870 | 2024-08-16T21:00:03.555Z | Compiling semver v0.1.20 |
1871 | 2024-08-16T21:00:03.613Z | Compiling is-terminal v0.4.12 |
1872 | 2024-08-16T21:00:03.754Z | Compiling home v0.5.9 |
1873 | 2024-08-16T21:00:04.008Z | Compiling rustc_version v0.1.7 |
1874 | 2024-08-16T21:00:04.164Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1875 | 2024-08-16T21:00:04.444Z | Compiling newtype_derive v0.1.6 |
1876 | 2024-08-16T21:00:04.637Z | Compiling rustls-pki-types v1.7.0 |
1877 | 2024-08-16T21:00:04.745Z | Compiling slog-dtrace v0.3.0 |
1878 | 2024-08-16T21:00:04.986Z | Compiling steno v0.4.1 |
1879 | 2024-08-16T21:00:05.165Z | Compiling rustls-webpki v0.102.4 |
1880 | 2024-08-16T21:00:05.386Z | Compiling rustls v0.22.4 |
1881 | 2024-08-16T21:00:05.416Z | Compiling thread_local v1.1.8 |
1882 | 2024-08-16T21:00:05.935Z | Compiling match_cfg v0.1.0 |
1883 | 2024-08-16T21:00:06.047Z | Compiling linked-hash-map v0.5.6 |
1884 | 2024-08-16T21:00:06.479Z | Compiling lru-cache v0.1.2 |
1885 | 2024-08-16T21:00:06.708Z | Compiling hostname v0.3.1 |
1886 | 2024-08-16T21:00:07.627Z | Compiling multer v3.1.0 |
1887 | 2024-08-16T21:00:07.698Z | Compiling slog-async v2.8.0 |
1888 | 2024-08-16T21:00:07.772Z | Compiling slog-json v2.6.1 |
1889 | 2024-08-16T21:00:08.158Z | Compiling crossbeam-channel v0.5.12 |
1890 | 2024-08-16T21:00:08.596Z | Compiling http v1.1.0 |
1891 | 2024-08-16T21:00:08.744Z | Compiling atomic-waker v1.1.2 |
1892 | 2024-08-16T21:00:08.926Z | Compiling take_mut v0.2.2 |
1893 | 2024-08-16T21:00:09.255Z | Compiling waitgroup v0.1.2 |
1894 | 2024-08-16T21:00:09.476Z | Compiling slog-bunyan v2.5.0 |
1895 | 2024-08-16T21:00:09.694Z | Compiling slog-term v2.9.1 |
1896 | 2024-08-16T21:00:10.009Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1897 | 2024-08-16T21:00:10.129Z | Compiling rustls-pemfile v2.1.3 |
1898 | 2024-08-16T21:00:10.865Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1899 | 2024-08-16T21:00:10.896Z | Compiling async-stream v0.3.5 |
1900 | 2024-08-16T21:00:10.942Z | Compiling ipnetwork v0.20.0 |
1901 | 2024-08-16T21:00:10.995Z | Compiling newtype-uuid v1.1.0 |
1902 | 2024-08-16T21:00:11.166Z | Compiling serde_path_to_error v0.1.16 |
1903 | 2024-08-16T21:00:11.310Z | Compiling tokio-rustls v0.25.0 |
1904 | 2024-08-16T21:00:11.549Z | Compiling hostname v0.4.0 |
1905 | 2024-08-16T21:00:11.724Z | Compiling instant v0.1.12 |
1906 | 2024-08-16T21:00:11.761Z | Compiling debug-ignore v1.0.5 |
1907 | 2024-08-16T21:00:11.780Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1908 | 2024-08-16T21:00:11.893Z | Compiling backoff v0.4.0 |
1909 | 2024-08-16T21:00:11.985Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1910 | 2024-08-16T21:00:12.242Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1911 | 2024-08-16T21:00:12.329Z | Compiling parse-display v0.10.0 |
1912 | 2024-08-16T21:00:12.462Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1913 | 2024-08-16T21:00:12.653Z | Compiling serde_with v3.8.3 |
1914 | 2024-08-16T21:00:12.893Z | Compiling strum v0.26.3 |
1915 | 2024-08-16T21:00:13.093Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1916 | 2024-08-16T21:00:14.204Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1917 | 2024-08-16T21:00:14.393Z | Compiling num-rational v0.4.2 |
1918 | 2024-08-16T21:00:15.877Z | Compiling num-complex v0.4.6 |
1919 | 2024-08-16T21:00:16.080Z | Compiling macaddr v1.0.1 |
1920 | 2024-08-16T21:00:16.545Z | Compiling swrite v0.1.0 |
1921 | 2024-08-16T21:00:16.913Z | Compiling num v0.4.3 |
1922 | 2024-08-16T21:00:16.994Z | Compiling quick-error v1.2.3 |
1923 | 2024-08-16T21:00:17.030Z | Compiling float-ord v0.3.2 |
1924 | 2024-08-16T21:00:17.170Z | Compiling utf-8 v0.7.6 |
1925 | 2024-08-16T21:00:17.202Z | Compiling resolv-conf v0.7.0 |
1926 | 2024-08-16T21:00:18.005Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1927 | 2024-08-16T21:00:19.135Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1928 | 2024-08-16T21:00:19.153Z | Compiling hickory-resolver v0.24.1 |
1929 | 2024-08-16T21:00:19.903Z | Compiling rayon-core v1.12.1 |
1930 | 2024-08-16T21:00:19.930Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1931 | 2024-08-16T21:00:20.109Z | Compiling crossbeam-deque v0.8.5 |
1932 | 2024-08-16T21:00:20.464Z | Compiling half v2.4.1 |
1933 | 2024-08-16T21:00:21.192Z | Compiling termcolor v1.4.1 |
1934 | 2024-08-16T21:00:22.298Z | Compiling display-error-chain v0.2.0 |
1935 | 2024-08-16T21:00:22.507Z | Compiling fastrand v2.1.0 |
1936 | 2024-08-16T21:00:23.039Z | Compiling same-file v1.0.6 |
1937 | 2024-08-16T21:00:23.290Z | Compiling ciborium-io v0.2.2 |
1938 | 2024-08-16T21:00:23.436Z | Compiling ciborium-ll v0.2.2 |
1939 | 2024-08-16T21:00:23.968Z | Compiling walkdir v2.5.0 |
1940 | 2024-08-16T21:00:24.643Z | Compiling tempfile v3.10.1 |
1941 | 2024-08-16T21:00:26.149Z | Compiling blake3 v1.5.1 |
1942 | 2024-08-16T21:00:26.791Z | Compiling rayon v1.10.0 |
1943 | 2024-08-16T21:00:26.933Z | Compiling ring v0.16.20 |
1944 | 2024-08-16T21:00:27.233Z | Compiling ciborium v0.2.2 |
1945 | 2024-08-16T21:00:29.685Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1946 | 2024-08-16T21:00:31.478Z | Compiling xattr v1.3.1 |
1947 | 2024-08-16T21:00:31.764Z | Compiling filetime v0.2.24 |
1948 | 2024-08-16T21:00:32.061Z | Compiling memmap2 v0.9.4 |
1949 | 2024-08-16T21:00:32.480Z | Compiling cancel-safe-futures v0.1.5 |
1950 | 2024-08-16T21:00:32.866Z | Compiling spin v0.5.2 |
1951 | 2024-08-16T21:00:33.124Z | Compiling arrayvec v0.7.4 |
1952 | 2024-08-16T21:00:33.588Z | Compiling untrusted v0.7.1 |
1953 | 2024-08-16T21:00:33.786Z | Compiling constant_time_eq v0.3.0 |
1954 | 2024-08-16T21:00:33.956Z | Compiling arrayref v0.3.7 |
1955 | 2024-08-16T21:00:35.188Z | Compiling tar v0.4.41 |
1956 | 2024-08-16T21:00:37.036Z | Compiling camino-tempfile v1.1.1 |
1957 | 2024-08-16T21:00:37.197Z | Compiling toolchain_find v0.4.0 |
1958 | 2024-08-16T21:00:37.511Z | Compiling nibble_vec v0.1.0 |
1959 | 2024-08-16T21:00:37.784Z | Compiling atty v0.2.14 |
1960 | 2024-08-16T21:00:37.800Z | Compiling maplit v1.0.2 |
1961 | 2024-08-16T21:00:37.934Z | Compiling topological-sort v0.2.2 |
1962 | 2024-08-16T21:00:37.951Z | Compiling endian-type v0.1.2 |
1963 | 2024-08-16T21:00:38.155Z | Compiling radium v0.7.0 |
1964 | 2024-08-16T21:00:38.192Z | Compiling crunchy v0.2.2 |
1965 | 2024-08-16T21:00:38.638Z | Compiling glob v0.3.1 |
1966 | 2024-08-16T21:00:38.745Z | Compiling radix_trie v0.2.1 |
1967 | 2024-08-16T21:00:39.423Z | Compiling clang-sys v1.7.0 |
1968 | 2024-08-16T21:00:39.656Z | Compiling omicron-zone-package v0.11.0 |
1969 | 2024-08-16T21:00:39.931Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1970 | 2024-08-16T21:00:40.116Z | Compiling rustfmt-wrapper v0.2.1 |
1971 | 2024-08-16T21:00:40.713Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1972 | 2024-08-16T21:00:41.233Z | Compiling tungstenite v0.21.0 |
1973 | 2024-08-16T21:00:41.633Z | Compiling tap v1.0.1 |
1974 | 2024-08-16T21:00:41.856Z | Compiling tiny-keccak v2.0.2 |
1975 | 2024-08-16T21:00:42.172Z | Compiling maybe-uninit v2.0.0 |
1976 | 2024-08-16T21:00:42.741Z | Compiling tokio-tungstenite v0.21.0 |
1977 | 2024-08-16T21:00:43.423Z | Compiling wyz v0.5.1 |
1978 | 2024-08-16T21:00:44.256Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1979 | 2024-08-16T21:00:44.643Z | Compiling dsl_auto_type v0.1.2 |
1980 | 2024-08-16T21:00:44.706Z | Compiling itertools v0.13.0 |
1981 | 2024-08-16T21:00:45.006Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1982 | 2024-08-16T21:00:46.116Z | Compiling scheduled-thread-pool v0.2.7 |
1983 | 2024-08-16T21:00:46.386Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1984 | 2024-08-16T21:00:46.909Z | Compiling diesel_table_macro_syntax v0.2.0 |
1985 | 2024-08-16T21:00:47.312Z | Compiling funty v2.0.0 |
1986 | 2024-08-16T21:00:47.486Z | Compiling packed_struct v0.10.1 |
1987 | 2024-08-16T21:00:47.932Z | Compiling crc-catalog v2.4.0 |
1988 | 2024-08-16T21:00:48.092Z | Compiling arc-swap v1.7.1 |
1989 | 2024-08-16T21:00:48.556Z | Compiling bitvec v1.0.1 |
1990 | 2024-08-16T21:00:48.858Z | Compiling slog-scope v4.4.0 |
1991 | 2024-08-16T21:00:49.721Z | Compiling crc v3.2.1 |
1992 | 2024-08-16T21:00:49.932Z | Compiling diesel_derives v2.2.2 |
1993 | 2024-08-16T21:00:53.292Z | Compiling r2d2 v0.8.10 |
1994 | 2024-08-16T21:00:54.329Z | Compiling ascii-canvas v3.0.0 |
1995 | 2024-08-16T21:00:54.774Z | Compiling packed_struct_codegen v0.10.1 |
1996 | 2024-08-16T21:00:57.212Z | Compiling ena v0.14.3 |
1997 | 2024-08-16T21:00:57.257Z | Compiling libloading v0.8.3 |
1998 | 2024-08-16T21:00:57.625Z | Compiling indexmap v1.9.3 |
1999 | 2024-08-16T21:00:57.641Z | Compiling diff v0.1.13 |
2000 | 2024-08-16T21:00:57.955Z | Compiling bindgen v0.69.4 |
2001 | 2024-08-16T21:00:58.182Z | Compiling nodrop v0.1.14 |
2002 | 2024-08-16T21:00:58.270Z | Compiling regex-syntax v0.6.29 |
2003 | 2024-08-16T21:00:58.321Z | Compiling array-init v0.0.4 |
2004 | 2024-08-16T21:01:01.312Z | Compiling diesel v2.2.2 |
2005 | 2024-08-16T21:01:01.785Z | Compiling lalrpop v0.19.12 |
2006 | 2024-08-16T21:01:03.703Z | Compiling smallvec v0.6.14 |
2007 | 2024-08-16T21:01:03.811Z | Compiling slog-stdlog v4.1.1 |
2008 | 2024-08-16T21:01:04.201Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2009 | 2024-08-16T21:01:04.580Z | Compiling which v4.4.2 |
2010 | 2024-08-16T21:01:05.121Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2011 | 2024-08-16T21:01:05.296Z | Compiling cexpr v0.6.0 |
2012 | 2024-08-16T21:01:05.354Z | Compiling libsw v3.3.1 |
2013 | 2024-08-16T21:01:05.713Z | Compiling owo-colors v4.0.0 |
2014 | 2024-08-16T21:01:06.901Z | Compiling ref-cast v1.0.23 |
2015 | 2024-08-16T21:01:07.386Z | Compiling lazycell v1.3.0 |
2016 | 2024-08-16T21:01:07.569Z | Compiling hashbrown v0.12.3 |
2017 | 2024-08-16T21:01:08.317Z | Compiling rustc-hash v1.1.0 |
2018 | 2024-08-16T21:01:08.504Z | Compiling bitfield v0.14.0 |
2019 | 2024-08-16T21:01:08.595Z | Compiling shlex v1.3.0 |
2020 | 2024-08-16T21:01:08.815Z | Compiling linear-map v1.2.0 |
2021 | 2024-08-16T21:01:09.235Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2022 | 2024-08-16T21:01:09.256Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2023 | 2024-08-16T21:01:10.092Z | Compiling serde-hex v0.1.0 |
2024 | 2024-08-16T21:01:15.157Z | Compiling slog-envlogger v2.2.0 |
2025 | 2024-08-16T21:01:16.720Z | Compiling bzip2 v0.4.4 |
2026 | 2024-08-16T21:01:17.200Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2027 | 2024-08-16T21:01:17.530Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2028 | 2024-08-16T21:01:17.665Z | Compiling env_logger v0.10.2 |
2029 | 2024-08-16T21:01:17.716Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2030 | 2024-08-16T21:01:18.041Z | Compiling derive_builder_core v0.20.0 |
2031 | 2024-08-16T21:01:20.360Z | Compiling x509-cert v0.2.5 |
2032 | 2024-08-16T21:01:20.622Z | Compiling ron v0.8.1 |
2033 | 2024-08-16T21:01:22.757Z | Compiling headers-core v0.2.0 |
2034 | 2024-08-16T21:01:22.947Z | Compiling hashbrown v0.13.2 |
2035 | 2024-08-16T21:01:24.348Z | Compiling fxhash v0.2.1 |
2036 | 2024-08-16T21:01:24.580Z | Compiling libxml v0.3.3 |
2037 | 2024-08-16T21:01:24.970Z | Compiling ref-cast-impl v1.0.23 |
2038 | 2024-08-16T21:01:26.130Z | Compiling crc-any v2.5.0 |
2039 | 2024-08-16T21:01:26.645Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2040 | 2024-08-16T21:01:27.273Z | Compiling object v0.30.4 |
2041 | 2024-08-16T21:01:27.944Z | Compiling polar-core v0.27.3 |
2042 | 2024-08-16T21:01:32.095Z | Compiling headers v0.3.9 |
2043 | 2024-08-16T21:01:35.267Z | Compiling samael v0.0.15 |
2044 | 2024-08-16T21:01:35.758Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2045 | 2024-08-16T21:01:36.854Z | Compiling derive_builder_macro v0.20.0 |
2046 | 2024-08-16T21:01:37.456Z | Compiling zip v0.6.6 |
2047 | 2024-08-16T21:01:37.705Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2048 | 2024-08-16T21:01:39.922Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2049 | 2024-08-16T21:01:40.192Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2050 | 2024-08-16T21:01:40.220Z | Compiling strum_macros v0.24.3 |
2051 | 2024-08-16T21:01:40.759Z | Compiling async-recursion v1.1.1 |
2052 | 2024-08-16T21:01:41.209Z | Compiling unicase v2.7.0 |
2053 | 2024-08-16T21:01:41.549Z | Compiling cookie v0.18.1 |
2054 | 2024-08-16T21:01:41.881Z | Compiling path-slash v0.1.5 |
2055 | 2024-08-16T21:01:42.133Z | Compiling indoc v1.0.9 |
2056 | 2024-08-16T21:01:42.211Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2057 | 2024-08-16T21:01:43.108Z | Compiling derive_builder v0.20.0 |
2058 | 2024-08-16T21:01:48.391Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2059 | 2024-08-16T21:01:48.687Z | Compiling crossterm v0.28.1 |
2060 | 2024-08-16T21:01:48.753Z | Compiling pem v3.0.4 |
2061 | 2024-08-16T21:01:50.271Z | Compiling curve25519-dalek v4.1.3 |
2062 | 2024-08-16T21:01:50.712Z | Compiling oso-derive v0.27.3 |
2063 | 2024-08-16T21:01:51.518Z | Compiling impl-trait-for-tuples v0.2.2 |
2064 | 2024-08-16T21:01:51.654Z | Compiling libz-sys v1.1.16 |
2065 | 2024-08-16T21:01:52.301Z | Compiling quick-xml v0.31.0 |
2066 | 2024-08-16T21:01:52.342Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2067 | 2024-08-16T21:01:52.686Z | Compiling keccak v0.1.5 |
2068 | 2024-08-16T21:01:53.642Z | Compiling parking_lot_core v0.8.6 |
2069 | 2024-08-16T21:01:54.120Z | Compiling sha3 v0.10.8 |
2070 | 2024-08-16T21:01:56.407Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2071 | 2024-08-16T21:01:57.567Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2072 | 2024-08-16T21:01:58.127Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2073 | 2024-08-16T21:01:58.182Z | Compiling oso v0.27.3 |
2074 | 2024-08-16T21:01:59.130Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2075 | 2024-08-16T21:01:59.458Z | Compiling bb8 v0.8.5 |
2076 | 2024-08-16T21:02:00.048Z | Compiling const_format_proc_macros v0.2.32 |
2077 | 2024-08-16T21:02:01.825Z | Compiling universal-hash v0.5.1 |
2078 | 2024-08-16T21:02:02.014Z | Compiling secrecy v0.8.0 |
2079 | 2024-08-16T21:02:02.064Z | Compiling thiserror-impl-no-std v2.0.2 |
2080 | 2024-08-16T21:02:02.314Z | Compiling curve25519-dalek-derive v0.1.1 |
2081 | 2024-08-16T21:02:03.690Z | Compiling vte_generate_state_changes v0.1.1 |
2082 | 2024-08-16T21:02:04.309Z | Compiling buf-list v1.0.3 |
2083 | 2024-08-16T21:02:04.790Z | Compiling opaque-debug v0.3.1 |
2084 | 2024-08-16T21:02:04.901Z | Compiling poly1305 v0.8.0 |
2085 | 2024-08-16T21:02:04.946Z | Compiling thiserror-no-std v2.0.2 |
2086 | 2024-08-16T21:02:05.076Z | Compiling vte v0.11.1 |
2087 | 2024-08-16T21:02:06.485Z | Compiling const_format v0.2.32 |
2088 | 2024-08-16T21:02:07.777Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2089 | 2024-08-16T21:02:09.947Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2090 | 2024-08-16T21:02:10.099Z | Compiling chacha20 v0.9.1 |
2091 | 2024-08-16T21:02:10.293Z | Compiling fd-lock v4.0.2 |
2092 | 2024-08-16T21:02:10.523Z | Compiling aead v0.5.2 |
2093 | 2024-08-16T21:02:10.558Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2094 | 2024-08-16T21:02:10.849Z | Compiling pin-project-internal v1.1.5 |
2095 | 2024-08-16T21:02:11.318Z | Compiling bytecount v0.6.8 |
2096 | 2024-08-16T21:02:11.632Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2097 | 2024-08-16T21:02:11.995Z | Compiling papergrid v0.11.0 |
2098 | 2024-08-16T21:02:13.680Z | Compiling pin-project v1.1.5 |
2099 | 2024-08-16T21:02:13.826Z | Compiling chacha20poly1305 v0.10.1 |
2100 | 2024-08-16T21:02:14.465Z | Compiling parking_lot v0.11.2 |
2101 | 2024-08-16T21:02:15.463Z | Compiling vsss-rs v3.3.4 |
2102 | 2024-08-16T21:02:16.283Z | Compiling strip-ansi-escapes v0.2.0 |
2103 | 2024-08-16T21:02:17.153Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2104 | 2024-08-16T21:02:17.226Z | Compiling tabled_derive v0.7.0 |
2105 | 2024-08-16T21:02:19.461Z | Compiling crossterm v0.27.0 |
2106 | 2024-08-16T21:02:19.837Z | Compiling peg-macros v0.8.4 |
2107 | 2024-08-16T21:02:21.773Z | Compiling snafu-derive v0.8.2 |
2108 | 2024-08-16T21:02:23.151Z | Compiling kstat-rs v0.2.4 |
2109 | 2024-08-16T21:02:23.537Z | Compiling sqlparser_derive v0.2.2 |
2110 | 2024-08-16T21:02:24.063Z | Compiling nu-ansi-term v0.50.0 |
2111 | 2024-08-16T21:02:24.618Z | Compiling unicode_categories v0.1.1 |
2112 | 2024-08-16T21:02:24.987Z | Compiling sqlformat v0.2.4 |
2113 | 2024-08-16T21:02:25.311Z | Compiling reedline v0.33.0 |
2114 | 2024-08-16T21:02:25.707Z | Compiling rustyline v14.0.0 |
2115 | 2024-08-16T21:02:26.384Z | Compiling snafu v0.8.2 |
2116 | 2024-08-16T21:02:27.670Z | Compiling sqlparser v0.45.0 |
2117 | 2024-08-16T21:02:35.313Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2118 | 2024-08-16T21:02:37.189Z | Compiling peg v0.8.4 |
2119 | 2024-08-16T21:02:37.316Z | Compiling tabled v0.15.0 |
2120 | 2024-08-16T21:02:47.151Z | Compiling sled v0.34.7 |
2121 | 2024-08-16T21:02:50.929Z | Compiling mime_guess v2.0.4 |
2122 | 2024-08-16T21:02:54.547Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2123 | 2024-08-16T21:02:54.679Z | Compiling hickory-client v0.24.1 |
2124 | 2024-08-16T21:02:57.079Z | Compiling env_logger v0.9.3 |
2125 | 2024-08-16T21:02:57.582Z | Compiling tungstenite v0.20.1 |
2126 | 2024-08-16T21:02:59.679Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2127 | 2024-08-16T21:03:01.161Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2128 | 2024-08-16T21:03:02.488Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2129 | 2024-08-16T21:03:06.774Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2130 | 2024-08-16T21:03:08.313Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2131 | 2024-08-16T21:03:15.861Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2132 | 2024-08-16T21:03:16.370Z | Compiling globset v0.4.14 |
2133 | 2024-08-16T21:03:19.456Z | Compiling hickory-server v0.24.1 |
2134 | 2024-08-16T21:03:20.823Z | Compiling olpc-cjson v0.1.3 |
2135 | 2024-08-16T21:03:21.174Z | Compiling bcs v0.1.6 |
2136 | 2024-08-16T21:03:22.092Z | Compiling vergen v8.3.2 |
2137 | 2024-08-16T21:03:22.428Z | Compiling bitstruct_derive v0.1.0 |
2138 | 2024-08-16T21:03:23.775Z | Compiling cargo-platform v0.1.8 |
2139 | 2024-08-16T21:03:23.930Z | Compiling serde_plain v1.0.2 |
2140 | 2024-08-16T21:03:24.288Z | Compiling nanorand v0.7.0 |
2141 | 2024-08-16T21:03:24.476Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2142 | 2024-08-16T21:03:24.641Z | Compiling memoffset v0.9.1 |
2143 | 2024-08-16T21:03:24.937Z | Compiling typed-path v0.7.1 |
2144 | 2024-08-16T21:03:25.003Z | Compiling ascii v1.1.0 |
2145 | 2024-08-16T21:03:25.811Z | Compiling highway v1.2.0 |
2146 | 2024-08-16T21:03:27.277Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2147 | 2024-08-16T21:03:31.584Z | Compiling tough v0.17.1 |
2148 | 2024-08-16T21:03:31.663Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2149 | 2024-08-16T21:03:33.395Z | Compiling flume v0.11.0 |
2150 | 2024-08-16T21:03:34.057Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2151 | 2024-08-16T21:03:34.188Z | Compiling cargo_metadata v0.18.1 |
2152 | 2024-08-16T21:03:34.350Z | Compiling bitstruct v0.1.1 |
2153 | 2024-08-16T21:03:34.515Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2154 | 2024-08-16T21:03:37.449Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2155 | 2024-08-16T21:03:38.015Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2156 | 2024-08-16T21:03:42.836Z | Compiling git2 v0.19.0 |
2157 | 2024-08-16T21:03:45.865Z | Compiling tokio-tungstenite v0.20.1 |
2158 | 2024-08-16T21:03:47.037Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2159 | 2024-08-16T21:03:47.619Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2160 | 2024-08-16T21:03:51.985Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2161 | 2024-08-16T21:03:53.181Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2162 | 2024-08-16T21:03:55.148Z | Compiling libsqlite3-sys v0.28.0 |
2163 | 2024-08-16T21:03:55.692Z | Compiling erased-serde v0.3.31 |
2164 | 2024-08-16T21:03:57.440Z | Compiling serde_arrays v0.1.0 |
2165 | 2024-08-16T21:03:57.657Z | Compiling parse-size v1.0.0 |
2166 | 2024-08-16T21:03:57.972Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2167 | 2024-08-16T21:03:58.362Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2168 | 2024-08-16T21:04:00.405Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2169 | 2024-08-16T21:04:01.173Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2170 | 2024-08-16T21:04:01.230Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2171 | 2024-08-16T21:04:01.559Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2172 | 2024-08-16T21:04:03.584Z | Compiling heck v0.3.3 |
2173 | 2024-08-16T21:04:03.983Z | Compiling castaway v0.2.3 |
2174 | 2024-08-16T21:04:04.186Z | Compiling rand_seeder v0.3.0 |
2175 | 2024-08-16T21:04:04.594Z | Compiling csv-core v0.1.11 |
2176 | 2024-08-16T21:04:05.478Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2177 | 2024-08-16T21:04:06.902Z | Compiling http-range v0.1.5 |
2178 | 2024-08-16T21:04:07.480Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2179 | 2024-08-16T21:04:07.689Z | Compiling hyper-staticfile v0.9.5 |
2180 | 2024-08-16T21:04:07.822Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2181 | 2024-08-16T21:04:10.655Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2182 | 2024-08-16T21:04:11.355Z | Compiling csv v1.3.0 |
2183 | 2024-08-16T21:04:13.562Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2184 | 2024-08-16T21:04:13.792Z | Compiling compact_str v0.8.0 |
2185 | 2024-08-16T21:04:16.427Z | Compiling zone_cfg_derive v0.1.2 |
2186 | 2024-08-16T21:04:16.481Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2187 | 2024-08-16T21:04:17.545Z | Compiling nix v0.27.1 |
2188 | 2024-08-16T21:04:17.822Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2189 | 2024-08-16T21:04:18.934Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2190 | 2024-08-16T21:04:21.136Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2191 | 2024-08-16T21:04:25.055Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2192 | 2024-08-16T21:04:27.201Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2193 | 2024-08-16T21:04:27.543Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2194 | 2024-08-16T21:04:27.866Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2195 | 2024-08-16T21:04:28.187Z | Compiling unicode-truncate v1.0.0 |
2196 | 2024-08-16T21:04:28.469Z | Compiling lru v0.12.3 |
2197 | 2024-08-16T21:04:28.854Z | Compiling hashlink v0.9.1 |
2198 | 2024-08-16T21:04:29.663Z | Compiling serde-big-array v0.5.1 |
2199 | 2024-08-16T21:04:29.934Z | Compiling instability v0.3.2 |
2200 | 2024-08-16T21:04:30.967Z | Compiling fallible-streaming-iterator v0.1.9 |
2201 | 2024-08-16T21:04:31.266Z | Compiling cassowary v0.3.0 |
2202 | 2024-08-16T21:04:32.387Z | Compiling fallible-iterator v0.3.0 |
2203 | 2024-08-16T21:04:33.210Z | Compiling base64 v0.13.1 |
2204 | 2024-08-16T21:04:33.966Z | Compiling ron v0.7.1 |
2205 | 2024-08-16T21:04:34.099Z | Compiling rusqlite v0.31.0 |
2206 | 2024-08-16T21:04:34.958Z | Compiling ratatui v0.28.0 |
2207 | 2024-08-16T21:04:39.211Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2208 | 2024-08-16T21:04:46.975Z | Compiling zone v0.1.8 |
2209 | 2024-08-16T21:04:52.316Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2210 | 2024-08-16T21:04:54.112Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2211 | 2024-08-16T21:04:56.027Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2212 | 2024-08-16T21:04:56.245Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2213 | 2024-08-16T21:04:56.545Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2214 | 2024-08-16T21:04:57.734Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2215 | 2024-08-16T21:04:59.451Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2216 | 2024-08-16T21:04:59.497Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2217 | 2024-08-16T21:04:59.843Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2218 | 2024-08-16T21:05:03.689Z | Compiling twox-hash v1.6.3 |
2219 | 2024-08-16T21:05:04.692Z | Compiling signal-hook-tokio v0.3.1 |
2220 | 2024-08-16T21:05:04.752Z | Compiling yasna v0.5.2 |
2221 | 2024-08-16T21:05:04.923Z | Compiling portpicker v0.1.1 |
2222 | 2024-08-16T21:05:05.355Z | Compiling unicode-linebreak v0.1.5 |
2223 | 2024-08-16T21:05:05.911Z | Compiling smawk v0.3.2 |
2224 | 2024-08-16T21:05:06.183Z | Compiling textwrap v0.16.1 |
2225 | 2024-08-16T21:05:08.114Z | Compiling rcgen v0.12.1 |
2226 | 2024-08-16T21:05:09.848Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2227 | 2024-08-16T21:05:11.015Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2228 | 2024-08-16T21:05:18.015Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2229 | 2024-08-16T21:05:22.525Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2230 | 2024-08-16T21:05:22.657Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2231 | 2024-08-16T21:05:27.651Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2232 | 2024-08-16T21:05:29.243Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2233 | 2024-08-16T21:05:29.793Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2234 | 2024-08-16T21:05:30.121Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2235 | 2024-08-16T21:05:35.072Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2236 | 2024-08-16T21:05:35.475Z | Compiling atomicwrites v0.4.3 |
2237 | 2024-08-16T21:05:36.016Z | Compiling fatfs v0.3.6 |
2238 | 2024-08-16T21:05:37.017Z | Compiling rtoolbox v0.0.2 |
2239 | 2024-08-16T21:05:37.473Z | Compiling subprocess v0.2.9 |
2240 | 2024-08-16T21:05:38.917Z | Compiling is_ci v1.2.0 |
2241 | 2024-08-16T21:05:39.223Z | Compiling assert_matches v1.5.0 |
2242 | 2024-08-16T21:05:40.243Z | Compiling supports-color v3.0.0 |
2243 | 2024-08-16T21:05:40.907Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2244 | 2024-08-16T21:05:42.258Z | Compiling rpassword v7.3.1 |
2245 | 2024-08-16T21:05:42.736Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2246 | 2024-08-16T21:05:44.325Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2247 | 2024-08-16T21:05:44.595Z | Compiling tui-tree-widget v0.22.0 |
2248 | 2024-08-16T21:05:45.039Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2249 | 2024-08-16T21:05:45.799Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2250 | 2024-08-16T21:05:47.943Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2251 | 2024-08-16T21:05:48.269Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2252 | 2024-08-16T21:05:51.350Z | Compiling uzers v0.11.3 |
2253 | 2024-08-16T21:05:54.008Z | Compiling shell-words v1.1.0 |
2254 | 2024-08-16T21:05:54.433Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2255 | 2024-08-16T21:05:54.510Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2256 | 2024-08-16T21:05:56.398Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2257 | 2024-08-16T21:05:59.297Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2258 | 2024-08-16T21:06:10.407Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2259 | 2024-08-16T21:06:19.819Z | Compiling multimap v0.10.0 |
2260 | 2024-08-16T21:08:02.867Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2261 | 2024-08-16T21:08:27.418Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2262 | 2024-08-16T21:14:48.218Z | Finished `release` profile [optimized] target(s) in 14m 47s |
2263 | 2024-08-16T21:15:36.032Z | |
2264 | 2024-08-16T21:15:36.035Z | real 15:36.820309976 |
2265 | 2024-08-16T21:15:36.035Z | user 1:49:05.364416030 |
2266 | 2024-08-16T21:15:36.035Z | sys 5:33.144000573 |
2267 | 2024-08-16T21:15:36.035Z | trap 2.606504055 |
2268 | 2024-08-16T21:15:36.035Z | tflt 2.707070959 |
2269 | 2024-08-16T21:15:36.035Z | dflt 5.119712872 |
2270 | 2024-08-16T21:15:36.035Z | kflt 0.022762670 |
2271 | 2024-08-16T21:15:36.035Z | lock 6:31:25.962307679 |
2272 | 2024-08-16T21:15:36.035Z | slp 5:39:25.054913979 |
2273 | 2024-08-16T21:15:36.035Z | lat 2:42.138507373 |
2274 | 2024-08-16T21:15:36.035Z | stop 2:27.113880641 |
2275 | 2024-08-16T21:15:36.035Z | + mapfile -t packages |
2276 | 2024-08-16T21:15:36.035Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2277 | 2024-08-16T21:15:36.990Z | Finished `release` profile [optimized] target(s) in 0.91s |
2278 | 2024-08-16T21:15:37.037Z | Running `target/release/omicron-package -t test list-outputs` |
2279 | 2024-08-16T21:15:37.079Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2280 | 2024-08-16T21:15:37.081Z | + ptime -m cargo build --locked --release -p xtask |
2281 | 2024-08-16T21:15:37.667Z | Compiling serde v1.0.207 |
2282 | 2024-08-16T21:15:37.670Z | Compiling serde_json v1.0.125 |
2283 | 2024-08-16T21:15:37.670Z | Compiling libc v0.2.155 |
2284 | 2024-08-16T21:15:37.670Z | Compiling syn v2.0.74 |
2285 | 2024-08-16T21:15:37.751Z | Compiling usdt-impl v0.5.0 |
2286 | 2024-08-16T21:15:37.763Z | Compiling rustix v0.38.34 |
2287 | 2024-08-16T21:15:38.100Z | Compiling syn v1.0.109 |
2288 | 2024-08-16T21:15:38.145Z | Compiling log v0.4.21 |
2289 | 2024-08-16T21:15:38.249Z | Compiling bitflags v2.6.0 |
2290 | 2024-08-16T21:15:38.264Z | Compiling hashbrown v0.14.5 |
2291 | 2024-08-16T21:15:38.281Z | Compiling fs-err v2.11.0 |
2292 | 2024-08-16T21:15:38.590Z | Compiling anyhow v1.0.86 |
2293 | 2024-08-16T21:15:39.198Z | Compiling thread-id v4.2.1 |
2294 | 2024-08-16T21:15:39.647Z | Compiling indexmap v2.4.0 |
2295 | 2024-08-16T21:15:39.714Z | Compiling terminal_size v0.3.0 |
2296 | 2024-08-16T21:15:39.883Z | Compiling clap_builder v4.5.15 |
2297 | 2024-08-16T21:15:41.308Z | Compiling proc-macro-error v1.0.4 |
2298 | 2024-08-16T21:15:42.605Z | Compiling tabled_derive v0.7.0 |
2299 | 2024-08-16T21:15:44.093Z | Compiling tabled v0.15.0 |
2300 | 2024-08-16T21:15:45.479Z | Compiling serde_derive v1.0.207 |
2301 | 2024-08-16T21:15:45.888Z | Compiling thiserror-impl v1.0.63 |
2302 | 2024-08-16T21:15:46.027Z | Compiling zerocopy-derive v0.7.34 |
2303 | 2024-08-16T21:15:46.126Z | Compiling scroll_derive v0.12.0 |
2304 | 2024-08-16T21:15:47.536Z | Compiling scroll v0.12.0 |
2305 | 2024-08-16T21:15:48.006Z | Compiling zerocopy v0.7.34 |
2306 | 2024-08-16T21:15:48.184Z | Compiling goblin v0.8.2 |
2307 | 2024-08-16T21:15:48.727Z | Compiling thiserror v1.0.63 |
2308 | 2024-08-16T21:15:48.903Z | Compiling pest v2.7.10 |
2309 | 2024-08-16T21:15:51.905Z | Compiling pest_meta v2.7.10 |
2310 | 2024-08-16T21:15:53.394Z | Compiling pest_generator v2.7.10 |
2311 | 2024-08-16T21:15:56.052Z | Compiling pest_derive v2.7.10 |
2312 | 2024-08-16T21:15:56.863Z | Compiling dtrace-parser v0.2.0 |
2313 | 2024-08-16T21:15:58.599Z | Compiling clap_derive v4.5.13 |
2314 | 2024-08-16T21:15:59.850Z | Compiling serde_tokenstream v0.2.2 |
2315 | 2024-08-16T21:16:00.012Z | Compiling serde_spanned v0.6.7 |
2316 | 2024-08-16T21:16:00.287Z | Compiling toml_datetime v0.6.8 |
2317 | 2024-08-16T21:16:00.444Z | Compiling camino v1.1.8 |
2318 | 2024-08-16T21:16:01.003Z | Compiling toml_edit v0.22.20 |
2319 | 2024-08-16T21:16:01.751Z | Compiling dof v0.3.0 |
2320 | 2024-08-16T21:16:03.276Z | Compiling cargo-platform v0.1.8 |
2321 | 2024-08-16T21:16:04.119Z | Compiling usdt-attr-macro v0.5.0 |
2322 | 2024-08-16T21:16:04.421Z | Compiling usdt-macro v0.5.0 |
2323 | 2024-08-16T21:16:05.507Z | Compiling toml v0.8.19 |
2324 | 2024-08-16T21:16:05.698Z | Compiling semver v1.0.23 |
2325 | 2024-08-16T21:16:05.713Z | Compiling usdt v0.5.0 |
2326 | 2024-08-16T21:16:07.183Z | Compiling cargo_toml v0.20.4 |
2327 | 2024-08-16T21:16:07.199Z | Compiling cargo_metadata v0.18.1 |
2328 | 2024-08-16T21:16:07.913Z | Compiling clap v4.5.16 |
2329 | 2024-08-16T21:16:08.055Z | Compiling macaddr v1.0.1 |
2330 | 2024-08-16T21:16:21.804Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2331 | 2024-08-16T21:16:33.011Z | Finished `release` profile [optimized] target(s) in 55.86s |
2332 | 2024-08-16T21:16:33.112Z | |
2333 | 2024-08-16T21:16:33.116Z | real 55.990779728 |
2334 | 2024-08-16T21:16:33.116Z | user 5:37.733994070 |
2335 | 2024-08-16T21:16:33.116Z | sys 31.693057538 |
2336 | 2024-08-16T21:16:33.116Z | trap 0.148907460 |
2337 | 2024-08-16T21:16:33.116Z | tflt 0.280064231 |
2338 | 2024-08-16T21:16:33.116Z | dflt 0.502103918 |
2339 | 2024-08-16T21:16:33.116Z | kflt 0.008149058 |
2340 | 2024-08-16T21:16:33.116Z | lock 11:07.528712528 |
2341 | 2024-08-16T21:16:33.116Z | slp 16:17.713806588 |
2342 | 2024-08-16T21:16:33.116Z | lat 13.906829990 |
2343 | 2024-08-16T21:16:33.116Z | stop 15.934719091 |
2344 | 2024-08-16T21:16:33.116Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2345 | 2024-08-16T21:16:33.116Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2346 | 2024-08-16T21:16:33.116Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2347 | 2024-08-16T21:16:33.116Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2348 | 2024-08-16T21:16:33.116Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2349 | 2024-08-16T21:16:33.692Z | Downloading crates ... |
2350 | 2024-08-16T21:16:33.915Z | Downloaded dhcproto-macros v0.1.0 |
2351 | 2024-08-16T21:16:33.922Z | Downloaded dirs v5.0.1 |
2352 | 2024-08-16T21:16:33.925Z | Downloaded blowfish v0.9.1 |
2353 | 2024-08-16T21:16:33.931Z | Downloaded ed25519-dalek v2.1.1 |
2354 | 2024-08-16T21:16:33.935Z | Downloaded russh-cryptovec v0.7.2 |
2355 | 2024-08-16T21:16:33.940Z | Downloaded option-ext v0.2.0 |
2356 | 2024-08-16T21:16:33.944Z | Downloaded md5 v0.7.0 |
2357 | 2024-08-16T21:16:33.949Z | Downloaded rfc6979 v0.4.0 |
2358 | 2024-08-16T21:16:33.952Z | Downloaded ssh-cipher v0.2.0 |
2359 | 2024-08-16T21:16:33.952Z | Downloaded internet-checksum v0.2.1 |
2360 | 2024-08-16T21:16:33.956Z | Downloaded ghash v0.5.1 |
2361 | 2024-08-16T21:16:33.956Z | Downloaded bcrypt-pbkdf v0.10.0 |
2362 | 2024-08-16T21:16:33.956Z | Downloaded dirs-sys v0.4.1 |
2363 | 2024-08-16T21:16:33.958Z | Downloaded pbkdf2 v0.11.0 |
2364 | 2024-08-16T21:16:33.958Z | Downloaded ed25519 v2.2.3 |
2365 | 2024-08-16T21:16:33.962Z | Downloaded polyval v0.6.2 |
2366 | 2024-08-16T21:16:33.962Z | Downloaded hex-literal v0.4.1 |
2367 | 2024-08-16T21:16:33.963Z | Downloaded primeorder v0.13.6 |
2368 | 2024-08-16T21:16:33.966Z | Downloaded ecdsa v0.16.9 |
2369 | 2024-08-16T21:16:33.968Z | Downloaded ssh-encoding v0.2.0 |
2370 | 2024-08-16T21:16:33.975Z | Downloaded password-hash v0.4.2 |
2371 | 2024-08-16T21:16:33.978Z | Downloaded dhcproto v0.12.0 |
2372 | 2024-08-16T21:16:33.986Z | Downloaded russh-keys v0.44.0 |
2373 | 2024-08-16T21:16:33.989Z | Downloaded p256 v0.13.2 |
2374 | 2024-08-16T21:16:34.000Z | Downloaded num-bigint v0.4.5 |
2375 | 2024-08-16T21:16:34.006Z | Downloaded aes-gcm v0.10.3 |
2376 | 2024-08-16T21:16:34.009Z | Downloaded ssh-key v0.6.6 |
2377 | 2024-08-16T21:16:34.016Z | Downloaded russh v0.44.1 |
2378 | 2024-08-16T21:16:34.022Z | Downloaded p521 v0.13.3 |
2379 | 2024-08-16T21:16:34.026Z | Downloaded p384 v0.13.0 |
2380 | 2024-08-16T21:16:34.163Z | Compiling regress v0.9.1 |
2381 | 2024-08-16T21:16:34.278Z | Compiling getopts v0.2.21 |
2382 | 2024-08-16T21:16:34.281Z | Compiling unsafe-libyaml v0.2.11 |
2383 | 2024-08-16T21:16:34.282Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2384 | 2024-08-16T21:16:34.282Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2385 | 2024-08-16T21:16:34.282Z | Compiling http v1.1.0 |
2386 | 2024-08-16T21:16:34.282Z | Compiling match_cfg v0.1.0 |
2387 | 2024-08-16T21:16:34.282Z | Compiling toml v0.8.19 |
2388 | 2024-08-16T21:16:34.425Z | Compiling hostname v0.3.1 |
2389 | 2024-08-16T21:16:34.679Z | Compiling rustls-pki-types v1.7.0 |
2390 | 2024-08-16T21:16:34.735Z | Compiling paste v1.0.15 |
2391 | 2024-08-16T21:16:34.791Z | Compiling rustls v0.22.4 |
2392 | 2024-08-16T21:16:35.094Z | Compiling ident_case v1.0.1 |
2393 | 2024-08-16T21:16:35.201Z | Compiling rustls-webpki v0.102.4 |
2394 | 2024-08-16T21:16:35.287Z | Compiling darling_core v0.20.9 |
2395 | 2024-08-16T21:16:35.410Z | Compiling ipnetwork v0.20.0 |
2396 | 2024-08-16T21:16:35.542Z | Compiling multer v3.1.0 |
2397 | 2024-08-16T21:16:35.849Z | Compiling serde_yaml v0.9.34+deprecated |
2398 | 2024-08-16T21:16:36.322Z | Compiling slog-json v2.6.1 |
2399 | 2024-08-16T21:16:36.693Z | Compiling async-stream-impl v0.3.5 |
2400 | 2024-08-16T21:16:36.801Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2401 | 2024-08-16T21:16:37.130Z | Compiling instant v0.1.12 |
2402 | 2024-08-16T21:16:37.297Z | Compiling atomic-waker v1.1.2 |
2403 | 2024-08-16T21:16:37.339Z | Compiling debug-ignore v1.0.5 |
2404 | 2024-08-16T21:16:40.809Z | Compiling waitgroup v0.1.2 |
2405 | 2024-08-16T21:16:40.839Z | Compiling slog-bunyan v2.5.0 |
2406 | 2024-08-16T21:16:40.839Z | Compiling rustls-pemfile v2.1.3 |
2407 | 2024-08-16T21:16:40.839Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2408 | 2024-08-16T21:16:40.839Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2409 | 2024-08-16T21:16:40.840Z | Compiling async-stream v0.3.5 |
2410 | 2024-08-16T21:16:40.840Z | Compiling serde_path_to_error v0.1.16 |
2411 | 2024-08-16T21:16:40.840Z | Compiling hostname v0.4.0 |
2412 | 2024-08-16T21:16:40.840Z | Compiling structmeta-derive v0.3.0 |
2413 | 2024-08-16T21:16:40.840Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2414 | 2024-08-16T21:16:40.840Z | Compiling proc-macro-crate v1.3.1 |
2415 | 2024-08-16T21:16:40.840Z | Compiling newtype-uuid v1.1.0 |
2416 | 2024-08-16T21:16:40.840Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2417 | 2024-08-16T21:16:40.840Z | Compiling tokio-rustls v0.25.0 |
2418 | 2024-08-16T21:16:40.840Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2419 | 2024-08-16T21:16:40.867Z | Compiling fastrand v2.1.0 |
2420 | 2024-08-16T21:16:40.916Z | Compiling num_enum_derive v0.5.11 |
2421 | 2024-08-16T21:16:40.970Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2422 | 2024-08-16T21:16:41.166Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2423 | 2024-08-16T21:16:41.435Z | Compiling tempfile v3.10.1 |
2424 | 2024-08-16T21:16:41.520Z | Compiling backoff v0.4.0 |
2425 | 2024-08-16T21:16:41.907Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2426 | 2024-08-16T21:16:42.068Z | Compiling structmeta v0.3.0 |
2427 | 2024-08-16T21:16:42.263Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2428 | 2024-08-16T21:16:42.439Z | Compiling macaddr v1.0.1 |
2429 | 2024-08-16T21:16:42.457Z | Compiling darling_macro v0.20.9 |
2430 | 2024-08-16T21:16:42.516Z | Compiling parse-display-derive v0.10.0 |
2431 | 2024-08-16T21:16:42.690Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2432 | 2024-08-16T21:16:42.910Z | Compiling foreign-types-macros v0.2.3 |
2433 | 2024-08-16T21:16:43.027Z | Compiling foreign-types-shared v0.3.1 |
2434 | 2024-08-16T21:16:43.150Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2435 | 2024-08-16T21:16:43.417Z | Compiling darling v0.20.9 |
2436 | 2024-08-16T21:16:43.452Z | Compiling heapless v0.8.0 |
2437 | 2024-08-16T21:16:43.541Z | Compiling serde_with_macros v3.8.3 |
2438 | 2024-08-16T21:16:43.574Z | Compiling num_enum v0.5.11 |
2439 | 2024-08-16T21:16:43.964Z | Compiling proc-macro-error v1.0.4 |
2440 | 2024-08-16T21:16:44.318Z | Compiling foreign-types v0.5.0 |
2441 | 2024-08-16T21:16:44.450Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2442 | 2024-08-16T21:16:44.620Z | Compiling hash32 v0.3.1 |
2443 | 2024-08-16T21:16:44.687Z | Compiling cstr-argument v0.1.2 |
2444 | 2024-08-16T21:16:44.890Z | Compiling smoltcp v0.11.0 |
2445 | 2024-08-16T21:16:44.965Z | Compiling pretty-hex v0.2.1 |
2446 | 2024-08-16T21:16:45.166Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2447 | 2024-08-16T21:16:45.519Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2448 | 2024-08-16T21:16:45.683Z | Compiling camino-tempfile v1.1.1 |
2449 | 2024-08-16T21:16:46.136Z | Compiling tabwriter v1.4.0 |
2450 | 2024-08-16T21:16:46.151Z | Compiling colored v2.1.0 |
2451 | 2024-08-16T21:16:46.207Z | Compiling socket2 v0.4.10 |
2452 | 2024-08-16T21:16:46.563Z | Compiling serde_with v3.8.3 |
2453 | 2024-08-16T21:16:46.598Z | Compiling embedded-io v0.4.0 |
2454 | 2024-08-16T21:16:46.665Z | Compiling cobs v0.2.3 |
2455 | 2024-08-16T21:16:46.907Z | Compiling postcard v1.0.8 |
2456 | 2024-08-16T21:16:46.959Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2457 | 2024-08-16T21:16:47.118Z | Compiling crucible-workspace-hack v0.1.0 |
2458 | 2024-08-16T21:16:47.230Z | Compiling parse-display v0.10.0 |
2459 | 2024-08-16T21:16:47.268Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2460 | 2024-08-16T21:16:47.464Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2461 | 2024-08-16T21:16:47.512Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2462 | 2024-08-16T21:16:47.831Z | Compiling smf v0.2.3 |
2463 | 2024-08-16T21:16:47.855Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2464 | 2024-08-16T21:16:48.174Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2465 | 2024-08-16T21:16:48.388Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2466 | 2024-08-16T21:16:48.938Z | Compiling num-derive v0.4.2 |
2467 | 2024-08-16T21:16:49.325Z | Compiling sigpipe v0.1.3 |
2468 | 2024-08-16T21:16:49.452Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2469 | 2024-08-16T21:16:49.789Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2470 | 2024-08-16T21:16:49.807Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2471 | 2024-08-16T21:16:50.493Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2472 | 2024-08-16T21:16:50.588Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2473 | 2024-08-16T21:16:50.919Z | Compiling universal-hash v0.5.1 |
2474 | 2024-08-16T21:16:51.060Z | Compiling opaque-debug v0.3.1 |
2475 | 2024-08-16T21:16:51.140Z | Compiling utf-8 v0.7.6 |
2476 | 2024-08-16T21:16:51.171Z | Compiling curve25519-dalek v4.1.3 |
2477 | 2024-08-16T21:16:51.378Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2478 | 2024-08-16T21:16:51.397Z | Compiling humantime v2.1.0 |
2479 | 2024-08-16T21:16:51.496Z | Compiling password-hash v0.5.0 |
2480 | 2024-08-16T21:16:51.704Z | Compiling blake2 v0.10.6 |
2481 | 2024-08-16T21:16:51.773Z | Compiling aead v0.5.2 |
2482 | 2024-08-16T21:16:51.938Z | Compiling curve25519-dalek-derive v0.1.1 |
2483 | 2024-08-16T21:16:52.126Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2484 | 2024-08-16T21:16:52.145Z | Compiling poly1305 v0.8.0 |
2485 | 2024-08-16T21:16:52.314Z | Compiling argon2 v0.5.3 |
2486 | 2024-08-16T21:16:52.528Z | Compiling chacha20 v0.9.1 |
2487 | 2024-08-16T21:16:52.567Z | Compiling semver v0.1.20 |
2488 | 2024-08-16T21:16:52.984Z | Compiling convert_case v0.4.0 |
2489 | 2024-08-16T21:16:53.247Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2490 | 2024-08-16T21:16:53.268Z | Compiling rustc_version v0.1.7 |
2491 | 2024-08-16T21:16:53.681Z | Compiling tungstenite v0.21.0 |
2492 | 2024-08-16T21:16:53.847Z | Compiling newline-converter v0.3.0 |
2493 | 2024-08-16T21:16:53.865Z | Compiling atty v0.2.14 |
2494 | 2024-08-16T21:16:54.016Z | Compiling rayon-core v1.12.1 |
2495 | 2024-08-16T21:16:54.046Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2496 | 2024-08-16T21:16:54.064Z | Compiling derive_more v0.99.18 |
2497 | 2024-08-16T21:16:54.340Z | Compiling same-file v1.0.6 |
2498 | 2024-08-16T21:16:54.424Z | Compiling expectorate v1.1.0 |
2499 | 2024-08-16T21:16:54.630Z | Compiling walkdir v2.5.0 |
2500 | 2024-08-16T21:16:54.657Z | Compiling newtype_derive v0.1.6 |
2501 | 2024-08-16T21:16:54.981Z | Compiling tokio-tungstenite v0.21.0 |
2502 | 2024-08-16T21:16:55.317Z | Compiling crossbeam-deque v0.8.5 |
2503 | 2024-08-16T21:16:55.434Z | Compiling prettyplease v0.2.20 |
2504 | 2024-08-16T21:16:55.454Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2505 | 2024-08-16T21:16:55.554Z | Compiling keccak v0.1.5 |
2506 | 2024-08-16T21:16:55.823Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2507 | 2024-08-16T21:16:55.867Z | Compiling sha3 v0.10.8 |
2508 | 2024-08-16T21:16:56.171Z | Compiling num-rational v0.4.2 |
2509 | 2024-08-16T21:16:56.344Z | Compiling thiserror-impl-no-std v2.0.2 |
2510 | 2024-08-16T21:16:56.577Z | Compiling num-complex v0.4.6 |
2511 | 2024-08-16T21:16:56.698Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2512 | 2024-08-16T21:16:56.961Z | Compiling secrecy v0.8.0 |
2513 | 2024-08-16T21:16:57.241Z | Compiling ring v0.16.20 |
2514 | 2024-08-16T21:16:57.523Z | Compiling blake3 v1.5.1 |
2515 | 2024-08-16T21:16:57.672Z | Compiling derive-where v1.2.7 |
2516 | 2024-08-16T21:16:57.997Z | Compiling unicase v2.7.0 |
2517 | 2024-08-16T21:16:58.185Z | Compiling half v2.4.1 |
2518 | 2024-08-16T21:16:58.333Z | Compiling ciborium-io v0.2.2 |
2519 | 2024-08-16T21:16:58.795Z | Compiling termcolor v1.4.1 |
2520 | 2024-08-16T21:16:58.868Z | Compiling quick-error v1.2.3 |
2521 | 2024-08-16T21:16:59.036Z | Compiling linked-hash-map v0.5.6 |
2522 | 2024-08-16T21:16:59.200Z | Compiling arc-swap v1.7.1 |
2523 | 2024-08-16T21:16:59.448Z | Compiling lru-cache v0.1.2 |
2524 | 2024-08-16T21:16:59.664Z | Compiling slog-scope v4.4.0 |
2525 | 2024-08-16T21:16:59.754Z | Compiling env_logger v0.9.3 |
2526 | 2024-08-16T21:16:59.872Z | Compiling ciborium-ll v0.2.2 |
2527 | 2024-08-16T21:17:00.116Z | Compiling thiserror-no-std v2.0.2 |
2528 | 2024-08-16T21:17:00.227Z | Compiling resolv-conf v0.7.0 |
2529 | 2024-08-16T21:17:01.016Z | Compiling num v0.4.3 |
2530 | 2024-08-16T21:17:01.110Z | Compiling rayon v1.10.0 |
2531 | 2024-08-16T21:17:01.129Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2532 | 2024-08-16T21:17:01.448Z | Compiling polyval v0.6.2 |
2533 | 2024-08-16T21:17:01.673Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2534 | 2024-08-16T21:17:01.695Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2535 | 2024-08-16T21:17:01.829Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2536 | 2024-08-16T21:17:01.884Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2537 | 2024-08-16T21:17:01.998Z | Compiling rfc6979 v0.4.0 |
2538 | 2024-08-16T21:17:02.209Z | Compiling bitstruct_derive v0.1.0 |
2539 | 2024-08-16T21:17:02.331Z | Compiling memmap2 v0.9.4 |
2540 | 2024-08-16T21:17:02.363Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2541 | 2024-08-16T21:17:02.508Z | Compiling spin v0.5.2 |
2542 | 2024-08-16T21:17:02.741Z | Compiling arrayvec v0.7.4 |
2543 | 2024-08-16T21:17:02.778Z | Compiling untrusted v0.7.1 |
2544 | 2024-08-16T21:17:02.819Z | Compiling float-ord v0.3.2 |
2545 | 2024-08-16T21:17:02.868Z | Compiling parking_lot_core v0.8.6 |
2546 | 2024-08-16T21:17:02.986Z | Compiling libefi-sys v0.1.0 |
2547 | 2024-08-16T21:17:02.989Z | Compiling constant_time_eq v0.3.0 |
2548 | 2024-08-16T21:17:03.176Z | Compiling ascii v1.1.0 |
2549 | 2024-08-16T21:17:03.209Z | Compiling home v0.5.9 |
2550 | 2024-08-16T21:17:03.294Z | Compiling arrayref v0.3.7 |
2551 | 2024-08-16T21:17:03.401Z | Compiling toolchain_find v0.4.0 |
2552 | 2024-08-16T21:17:03.510Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2553 | 2024-08-16T21:17:03.642Z | Compiling bitstruct v0.1.1 |
2554 | 2024-08-16T21:17:03.772Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2555 | 2024-08-16T21:17:03.791Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2556 | 2024-08-16T21:17:03.847Z | Compiling ecdsa v0.16.9 |
2557 | 2024-08-16T21:17:04.127Z | Compiling ghash v0.5.1 |
2558 | 2024-08-16T21:17:04.328Z | Compiling steno v0.4.1 |
2559 | 2024-08-16T21:17:04.347Z | Compiling hickory-resolver v0.24.1 |
2560 | 2024-08-16T21:17:04.736Z | Compiling vsss-rs v3.3.4 |
2561 | 2024-08-16T21:17:04.830Z | Compiling ciborium v0.2.2 |
2562 | 2024-08-16T21:17:05.354Z | Compiling slog-stdlog v4.1.1 |
2563 | 2024-08-16T21:17:06.320Z | Compiling chacha20poly1305 v0.10.1 |
2564 | 2024-08-16T21:17:06.348Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2565 | 2024-08-16T21:17:06.566Z | Compiling primeorder v0.13.6 |
2566 | 2024-08-16T21:17:07.036Z | Compiling ctr v0.9.2 |
2567 | 2024-08-16T21:17:07.076Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-08-16T21:17:07.097Z | Compiling erased-serde v0.3.31 |
2569 | 2024-08-16T21:17:07.115Z | Compiling serde_arrays v0.1.0 |
2570 | 2024-08-16T21:17:07.291Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2571 | 2024-08-16T21:17:07.403Z | Compiling bitfield-struct v0.6.1 |
2572 | 2024-08-16T21:17:07.454Z | Compiling slog-dtrace v0.3.0 |
2573 | 2024-08-16T21:17:07.702Z | Compiling topological-sort v0.2.2 |
2574 | 2024-08-16T21:17:07.782Z | Compiling cancel-safe-futures v0.1.5 |
2575 | 2024-08-16T21:17:07.919Z | Compiling omicron-zone-package v0.11.0 |
2576 | 2024-08-16T21:17:08.388Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2577 | 2024-08-16T21:17:08.587Z | Compiling aes-gcm v0.10.3 |
2578 | 2024-08-16T21:17:08.836Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2579 | 2024-08-16T21:17:08.876Z | Compiling slog-envlogger v2.2.0 |
2580 | 2024-08-16T21:17:09.421Z | Compiling mime_guess v2.0.4 |
2581 | 2024-08-16T21:17:09.622Z | Compiling rustfmt-wrapper v0.2.1 |
2582 | 2024-08-16T21:17:10.071Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2583 | 2024-08-16T21:17:10.215Z | Compiling tungstenite v0.20.1 |
2584 | 2024-08-16T21:17:10.788Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2585 | 2024-08-16T21:17:10.849Z | Compiling heck v0.3.3 |
2586 | 2024-08-16T21:17:10.992Z | Compiling ed25519 v2.2.3 |
2587 | 2024-08-16T21:17:11.323Z | Compiling ssh-encoding v0.2.0 |
2588 | 2024-08-16T21:17:11.492Z | Compiling blowfish v0.9.1 |
2589 | 2024-08-16T21:17:11.871Z | Compiling nibble_vec v0.1.0 |
2590 | 2024-08-16T21:17:11.958Z | Compiling option-ext v0.2.0 |
2591 | 2024-08-16T21:17:12.091Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2592 | 2024-08-16T21:17:12.109Z | Compiling endian-type v0.1.2 |
2593 | 2024-08-16T21:17:12.163Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2594 | 2024-08-16T21:17:12.298Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2595 | 2024-08-16T21:17:12.318Z | Compiling radix_trie v0.2.1 |
2596 | 2024-08-16T21:17:12.355Z | Compiling dirs-sys v0.4.1 |
2597 | 2024-08-16T21:17:12.428Z | Compiling bcrypt-pbkdf v0.10.0 |
2598 | 2024-08-16T21:17:13.045Z | Compiling ssh-cipher v0.2.0 |
2599 | 2024-08-16T21:17:13.064Z | Compiling zone_cfg_derive v0.1.2 |
2600 | 2024-08-16T21:17:13.067Z | Compiling ed25519-dalek v2.1.1 |
2601 | 2024-08-16T21:17:13.099Z | Compiling tokio-tungstenite v0.20.1 |
2602 | 2024-08-16T21:17:13.674Z | Compiling parking_lot v0.11.2 |
2603 | 2024-08-16T21:17:13.797Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2604 | 2024-08-16T21:17:14.437Z | Compiling gethostname v0.5.0 |
2605 | 2024-08-16T21:17:14.631Z | Compiling password-hash v0.4.2 |
2606 | 2024-08-16T21:17:14.649Z | Compiling libsw v3.3.1 |
2607 | 2024-08-16T21:17:14.674Z | Compiling fxhash v0.2.1 |
2608 | 2024-08-16T21:17:14.795Z | Compiling owo-colors v4.0.0 |
2609 | 2024-08-16T21:17:14.845Z | Compiling base64 v0.13.1 |
2610 | 2024-08-16T21:17:14.887Z | Compiling matches v0.1.10 |
2611 | 2024-08-16T21:17:14.906Z | Compiling linear-map v1.2.0 |
2612 | 2024-08-16T21:17:14.964Z | Compiling sled v0.34.7 |
2613 | 2024-08-16T21:17:14.996Z | Compiling idna v0.2.3 |
2614 | 2024-08-16T21:17:15.274Z | Compiling ron v0.7.1 |
2615 | 2024-08-16T21:17:15.464Z | Compiling pbkdf2 v0.11.0 |
2616 | 2024-08-16T21:17:15.514Z | Compiling zone v0.1.8 |
2617 | 2024-08-16T21:17:16.656Z | Compiling ssh-key v0.6.6 |
2618 | 2024-08-16T21:17:16.858Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2619 | 2024-08-16T21:17:17.094Z | Compiling hickory-client v0.24.1 |
2620 | 2024-08-16T21:17:17.132Z | Compiling dirs v5.0.1 |
2621 | 2024-08-16T21:17:17.670Z | Compiling p384 v0.13.0 |
2622 | 2024-08-16T21:17:18.521Z | Compiling p256 v0.13.2 |
2623 | 2024-08-16T21:17:19.244Z | Compiling p521 v0.13.3 |
2624 | 2024-08-16T21:17:19.400Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2625 | 2024-08-16T21:17:20.634Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2626 | 2024-08-16T21:17:21.086Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2627 | 2024-08-16T21:17:21.208Z | Compiling hickory-server v0.24.1 |
2628 | 2024-08-16T21:17:21.415Z | Compiling pem v3.0.4 |
2629 | 2024-08-16T21:17:21.500Z | Compiling enum-as-inner v0.5.1 |
2630 | 2024-08-16T21:17:21.637Z | Compiling yasna v0.5.2 |
2631 | 2024-08-16T21:17:21.843Z | Compiling portpicker v0.1.1 |
2632 | 2024-08-16T21:17:22.208Z | Compiling headers-core v0.2.0 |
2633 | 2024-08-16T21:17:22.257Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2634 | 2024-08-16T21:17:22.378Z | Compiling kstat-rs v0.2.4 |
2635 | 2024-08-16T21:17:22.543Z | Compiling nanorand v0.7.0 |
2636 | 2024-08-16T21:17:22.654Z | Compiling russh-cryptovec v0.7.2 |
2637 | 2024-08-16T21:17:22.992Z | Compiling glob v0.3.1 |
2638 | 2024-08-16T21:17:23.014Z | Compiling md5 v0.7.0 |
2639 | 2024-08-16T21:17:23.112Z | Compiling http-range v0.1.5 |
2640 | 2024-08-16T21:17:23.365Z | Compiling hyper-staticfile v0.9.5 |
2641 | 2024-08-16T21:17:23.498Z | Compiling russh-keys v0.44.0 |
2642 | 2024-08-16T21:17:23.526Z | Compiling flume v0.11.0 |
2643 | 2024-08-16T21:17:24.032Z | Compiling rcgen v0.12.1 |
2644 | 2024-08-16T21:17:24.268Z | Compiling trust-dns-proto v0.22.0 |
2645 | 2024-08-16T21:17:24.361Z | Compiling headers v0.3.9 |
2646 | 2024-08-16T21:17:25.826Z | Compiling atomicwrites v0.4.3 |
2647 | 2024-08-16T21:17:26.219Z | Compiling num-bigint v0.4.5 |
2648 | 2024-08-16T21:17:26.320Z | Compiling itertools v0.13.0 |
2649 | 2024-08-16T21:17:26.390Z | Compiling subprocess v0.2.9 |
2650 | 2024-08-16T21:17:26.464Z | Compiling hex-literal v0.4.1 |
2651 | 2024-08-16T21:17:26.634Z | Compiling dhcproto-macros v0.1.0 |
2652 | 2024-08-16T21:17:27.662Z | Compiling display-error-chain v0.2.0 |
2653 | 2024-08-16T21:17:27.839Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2654 | 2024-08-16T21:17:27.860Z | Compiling internet-checksum v0.2.1 |
2655 | 2024-08-16T21:17:28.135Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2656 | 2024-08-16T21:17:28.322Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2657 | 2024-08-16T21:17:28.359Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2658 | 2024-08-16T21:17:28.379Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2659 | 2024-08-16T21:17:28.379Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2660 | 2024-08-16T21:17:29.520Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2661 | 2024-08-16T21:17:30.456Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2662 | 2024-08-16T21:17:32.482Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2663 | 2024-08-16T21:17:33.893Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2664 | 2024-08-16T21:17:35.125Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2665 | 2024-08-16T21:17:35.691Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2666 | 2024-08-16T21:17:36.344Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2667 | 2024-08-16T21:17:37.191Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2668 | 2024-08-16T21:17:37.469Z | Compiling russh v0.44.1 |
2669 | 2024-08-16T21:17:38.077Z | Compiling dhcproto v0.12.0 |
2670 | 2024-08-16T21:17:41.323Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2671 | 2024-08-16T21:17:44.833Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2672 | 2024-08-16T21:17:44.901Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2673 | 2024-08-16T21:17:45.543Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2674 | 2024-08-16T21:17:46.347Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2675 | 2024-08-16T21:17:47.999Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2676 | 2024-08-16T21:17:48.002Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2677 | 2024-08-16T21:17:49.030Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2678 | 2024-08-16T21:17:49.962Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2679 | 2024-08-16T21:17:50.708Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2680 | 2024-08-16T21:17:51.269Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2681 | 2024-08-16T21:17:52.513Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2682 | 2024-08-16T21:17:53.905Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2683 | 2024-08-16T21:17:56.895Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2684 | 2024-08-16T21:17:57.648Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2685 | 2024-08-16T21:18:01.430Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2686 | 2024-08-16T21:18:01.578Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2687 | 2024-08-16T21:18:02.013Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2688 | 2024-08-16T21:18:03.284Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2689 | 2024-08-16T21:18:04.290Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2690 | 2024-08-16T21:18:07.140Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2691 | 2024-08-16T21:18:13.779Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2692 | 2024-08-16T21:18:13.781Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2693 | 2024-08-16T21:18:15.473Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2694 | 2024-08-16T21:18:33.677Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2695 | 2024-08-16T21:19:04.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
2696 | 2024-08-16T21:19:04.814Z | |
2697 | 2024-08-16T21:19:04.814Z | real 2:31.627418370 |
2698 | 2024-08-16T21:19:04.814Z | user 12:34.388662680 |
2699 | 2024-08-16T21:19:04.814Z | sys 2:39.125462051 |
2700 | 2024-08-16T21:19:04.818Z | trap 0.343215468 |
2701 | 2024-08-16T21:19:04.818Z | tflt 0.761453016 |
2702 | 2024-08-16T21:19:04.818Z | dflt 1.669948139 |
2703 | 2024-08-16T21:19:04.818Z | kflt 0.000007628 |
2704 | 2024-08-16T21:19:04.818Z | lock 26:37.413533495 |
2705 | 2024-08-16T21:19:04.818Z | slp 47:03.882498006 |
2706 | 2024-08-16T21:19:04.818Z | lat 40.492675204 |
2707 | 2024-08-16T21:19:04.818Z | stop 1:43.468530889 |
2708 | 2024-08-16T21:19:04.818Z | + mkdir tests |
2709 | 2024-08-16T21:19:04.821Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2710 | 2024-08-16T21:19:04.821Z | + xargs -I '{}' -t cp '{}' tests/ |
2711 | 2024-08-16T21:19:06.617Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2ab50e529d536ef3 tests/ |
2712 | 2024-08-16T21:19:06.637Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-05641a54adecff74 tests/ |
2713 | 2024-08-16T21:19:06.657Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-facff768f26d165b tests/ |
2714 | 2024-08-16T21:19:06.677Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f8741c94684146ad tests/ |
2715 | 2024-08-16T21:19:06.885Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2716 | 2024-08-16T21:19:06.887Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-05641a54adecff74 tests/commtest-facff768f26d165b tests/dhcp_server-2ab50e529d536ef3 tests/end_to_end_tests-f8741c94684146ad out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2717 | 2024-08-16T21:20:03.262Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2718 | 2024-08-16T21:20:03.262Z | a out/target/test 1K |
2719 | 2024-08-16T21:20:03.262Z | a out/npuzone/npuzone 23144K |
2720 | 2024-08-16T21:20:03.262Z | a package-manifest.toml 30K |
2721 | 2024-08-16T21:20:03.262Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2722 | 2024-08-16T21:20:03.262Z | a target/release/omicron-package 32240K |
2723 | 2024-08-16T21:20:03.262Z | a target/release/xtask 11623K |
2724 | 2024-08-16T21:20:03.262Z | a target/debug/bootstrap 192168K |
2725 | 2024-08-16T21:20:03.262Z | a tests/bootstrap-05641a54adecff74 23533K |
2726 | 2024-08-16T21:20:03.262Z | a tests/commtest-facff768f26d165b 24155K |
2727 | 2024-08-16T21:20:03.262Z | a tests/dhcp_server-2ab50e529d536ef3 23533K |
2728 | 2024-08-16T21:20:03.262Z | a tests/end_to_end_tests-f8741c94684146ad 209817K |
2729 | 2024-08-16T21:20:03.263Z | a out/clickhouse.tar.gz 232329K |
2730 | 2024-08-16T21:20:03.263Z | a out/clickhouse_keeper.tar.gz 232327K |
2731 | 2024-08-16T21:20:03.263Z | a out/cockroachdb.tar.gz 131862K |
2732 | 2024-08-16T21:20:03.263Z | a out/crucible-dtrace.tar 84K |
2733 | 2024-08-16T21:20:03.263Z | a out/crucible-pantry-zone.tar.gz 27817K |
2734 | 2024-08-16T21:20:03.263Z | a out/crucible-zone.tar.gz 38133K |
2735 | 2024-08-16T21:20:03.263Z | a out/external-dns.tar.gz 24873K |
2736 | 2024-08-16T21:20:03.263Z | a out/internal-dns.tar.gz 24872K |
2737 | 2024-08-16T21:20:03.263Z | a out/mg-ddm-gz.tar 61944K |
2738 | 2024-08-16T21:20:03.263Z | a out/nexus.tar.gz 87225K |
2739 | 2024-08-16T21:20:03.263Z | a out/ntp.tar.gz 8966K |
2740 | 2024-08-16T21:20:03.263Z | a out/omicron-gateway-softnpu.tar.gz 13607K |
2741 | 2024-08-16T21:20:03.263Z | a out/omicron-sled-agent.tar 96843K |
2742 | 2024-08-16T21:20:03.263Z | a out/overlay.tar.gz 3K |
2743 | 2024-08-16T21:20:03.263Z | a out/oximeter.tar.gz 42695K |
2744 | 2024-08-16T21:20:03.263Z | a out/oxlog.tar 2946K |
2745 | 2024-08-16T21:20:03.263Z | a out/probe.tar.gz 2764K |
2746 | 2024-08-16T21:20:03.263Z | a out/propolis-server.tar.gz 65291K |
2747 | 2024-08-16T21:20:03.263Z | a out/pumpkind-gz.tar 26665K |
2748 | 2024-08-16T21:20:03.263Z | a out/switch-softnpu.tar.gz 206492K |
2749 | 2024-08-16T21:20:03.266Z | |
2750 | 2024-08-16T21:20:03.266Z | real 56.361935907 |
2751 | 2024-08-16T21:20:03.266Z | user 53.863247412 |
2752 | 2024-08-16T21:20:03.266Z | sys 3.501883741 |
2753 | 2024-08-16T21:20:03.266Z | trap 0.012700504 |
2754 | 2024-08-16T21:20:03.266Z | tflt 0.000000000 |
2755 | 2024-08-16T21:20:03.266Z | dflt 0.000000000 |
2756 | 2024-08-16T21:20:03.266Z | kflt 0.000000000 |
2757 | 2024-08-16T21:20:03.266Z | lock 0.000000000 |
2758 | 2024-08-16T21:20:03.266Z | slp 53.753442217 |
2759 | 2024-08-16T21:20:03.266Z | lat 1.585896979 |
2760 | 2024-08-16T21:20:03.266Z | stop 0.000191563 |
2761 | 2024-08-16T21:20:03.266Z | process exited: duration 1695480 ms, exit code 0 |
|
2762 | 2024-08-16T21:20:03.280Z | found 1 output files |
2763 | 2024-08-16T21:20:03.280Z | uploading: /work/package.tar.gz (1369377045 bytes) |
2764 | 2024-08-16T21:20:29.164Z | uploaded: /work/package.tar.gz |