|
|
|
1 | 2024-06-25T21:23:32.429Z | job assigned to worker 01J18MF2TDAJY5BW3HTZPSJVJS (queued for 54 s) |
|
2 | 2024-06-25T21:23:40.914Z | starting task 0: "setup" |
3 | 2024-06-25T21:23:40.969Z | ++ uname -s |
4 | 2024-06-25T21:23:40.972Z | + kern=SunOS |
5 | 2024-06-25T21:23:40.972Z | + case "$kern" in |
6 | 2024-06-25T21:23:40.972Z | + groupadd -g 12345 build |
7 | 2024-06-25T21:23:40.976Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-25T21:23:42.985Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-25T21:23:43.099Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-25T21:23:43.101Z | + home_fs=zfs |
11 | 2024-06-25T21:23:43.101Z | + [[ zfs == autofs ]] |
12 | 2024-06-25T21:23:43.102Z | + mkdir -p /home/build |
13 | 2024-06-25T21:23:43.104Z | + chown build:build /home/build /work |
14 | 2024-06-25T21:23:45.110Z | + chmod 0700 /home/build /work |
15 | 2024-06-25T21:23:45.123Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2024-06-25T21:23:45.137Z | starting task 1: "rust-toolchain" |
17 | 2024-06-25T21:23:45.142Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-25T21:23:45.143Z | ' 1.78.0 |
19 | 2024-06-25T21:23:45.143Z | * toolchain channel = "1.78.0" |
20 | 2024-06-25T21:23:45.143Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-25T21:23:45.143Z | * toolchain profile = "default" |
22 | 2024-06-25T21:23:45.143Z | ' default |
23 | 2024-06-25T21:23:45.143Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-25T21:23:45.143Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-25T21:23:45.263Z | info: downloading installer |
26 | 2024-06-25T21:23:46.833Z | info: profile set to 'default' |
27 | 2024-06-25T21:23:46.833Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-25T21:23:46.837Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-25T21:23:46.984Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-25T21:23:46.984Z | info: downloading component 'cargo' |
31 | 2024-06-25T21:23:47.918Z | info: downloading component 'clippy' |
32 | 2024-06-25T21:23:48.236Z | info: downloading component 'rust-docs' |
33 | 2024-06-25T21:23:49.509Z | info: downloading component 'rust-std' |
34 | 2024-06-25T21:23:51.481Z | info: downloading component 'rustc' |
35 | 2024-06-25T21:23:56.411Z | info: downloading component 'rustfmt' |
36 | 2024-06-25T21:23:56.673Z | info: installing component 'cargo' |
37 | 2024-06-25T21:23:57.510Z | info: installing component 'clippy' |
38 | 2024-06-25T21:23:57.862Z | info: installing component 'rust-docs' |
39 | 2024-06-25T21:23:59.409Z | info: installing component 'rust-std' |
40 | 2024-06-25T21:24:01.216Z | info: installing component 'rustc' |
41 | 2024-06-25T21:24:05.471Z | info: installing component 'rustfmt' |
42 | 2024-06-25T21:24:05.797Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-25T21:24:05.797Z | |
44 | 2024-06-25T21:24:06.072Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-25T21:24:06.072Z | |
46 | 2024-06-25T21:24:06.075Z | |
47 | 2024-06-25T21:24:06.075Z | Rust is installed now. Great! |
48 | 2024-06-25T21:24:06.075Z | |
49 | 2024-06-25T21:24:06.075Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-25T21:24:06.075Z | environment variable. This has not been done automatically. |
51 | 2024-06-25T21:24:06.075Z | |
52 | 2024-06-25T21:24:06.075Z | To configure your current shell, you need to source |
53 | 2024-06-25T21:24:06.075Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-25T21:24:06.075Z | |
55 | 2024-06-25T21:24:06.075Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-25T21:24:06.075Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-25T21:24:06.075Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-25T21:24:06.148Z | + rustc --version |
59 | 2024-06-25T21:24:06.209Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-25T21:24:06.213Z | process exited: duration 21074 ms, exit code 0 |
|
61 | 2024-06-25T21:24:06.219Z | starting task 2: "authentication" |
62 | 2024-06-25T21:24:06.241Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-06-25T21:24:06.247Z | starting task 3: "clone repository" |
64 | 2024-06-25T21:24:06.253Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-25T21:24:06.256Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-25T21:24:06.444Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-25T21:24:12.331Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-25T21:24:12.331Z | + git fetch origin 99e23c89f7f7299391d031e8ad15c04fc917bef0 |
69 | 2024-06-25T21:24:12.603Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-25T21:24:12.603Z | * branch 99e23c89f7f7299391d031e8ad15c04fc917bef0 -> FETCH_HEAD |
71 | 2024-06-25T21:24:12.613Z | + [[ -n dpd-client-cleanup ]] |
72 | 2024-06-25T21:24:12.616Z | ++ git branch --show-current |
73 | 2024-06-25T21:24:12.619Z | + current=main |
74 | 2024-06-25T21:24:12.619Z | + [[ main != dpd-client-cleanup ]] |
75 | 2024-06-25T21:24:12.619Z | + git branch -f dpd-client-cleanup 99e23c89f7f7299391d031e8ad15c04fc917bef0 |
76 | 2024-06-25T21:24:12.622Z | + git checkout -f dpd-client-cleanup |
77 | 2024-06-25T21:24:12.719Z | Switched to branch 'dpd-client-cleanup' |
78 | 2024-06-25T21:24:12.722Z | + git reset --hard 99e23c89f7f7299391d031e8ad15c04fc917bef0 |
79 | 2024-06-25T21:24:12.817Z | HEAD is now at 99e23c89f clean up dpd-client |
80 | 2024-06-25T21:24:12.820Z | process exited: duration 6568 ms, exit code 0 |
|
81 | 2024-06-25T21:24:12.826Z | starting task 4: "build" |
82 | 2024-06-25T21:24:12.831Z | + cargo --version |
83 | 2024-06-25T21:24:12.886Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-25T21:24:12.889Z | + rustc --version |
85 | 2024-06-25T21:24:12.945Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-25T21:24:12.948Z | + WORK=/work |
87 | 2024-06-25T21:24:12.948Z | + pfexec mkdir -p /work |
88 | 2024-06-25T21:24:12.951Z | + pfexec chown build /work |
89 | 2024-06-25T21:24:12.954Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-25T21:24:26.827Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-25T21:24:28.891Z | Startup: Caching catalogs ... Done |
92 | 2024-06-25T21:24:31.517Z | Planning: Solver setup ... Done (2.164s) |
93 | 2024-06-25T21:24:31.556Z | Planning: Running solver ... Done (0.039s) |
94 | 2024-06-25T21:24:31.599Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-06-25T21:24:31.611Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-25T21:24:31.928Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-25T21:24:31.981Z | Planning: Package planning ... Done (0.053s) |
98 | 2024-06-25T21:24:32.033Z | Planning: Merging actions ... Done (0.052s) |
99 | 2024-06-25T21:24:33.735Z | Planning: Checking for conflicting actions ... Done (1.701s) |
100 | 2024-06-25T21:24:33.746Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-06-25T21:24:40.624Z | Planning: Evaluating mediators ... Done (6.876s) |
102 | 2024-06-25T21:24:40.633Z | Planning: Planning completed in 11.68 seconds |
103 | 2024-06-25T21:24:40.795Z | Packages to install: 4 |
104 | 2024-06-25T21:24:40.795Z | Mediators to change: 2 |
105 | 2024-06-25T21:24:40.795Z | Services to change: 1 |
106 | 2024-06-25T21:24:40.798Z | Estimated space available: 155.77 GB |
107 | 2024-06-25T21:24:40.798Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-25T21:24:40.798Z | Create boot environment: No |
109 | 2024-06-25T21:24:40.798Z | Create backup boot environment: No |
110 | 2024-06-25T21:24:40.798Z | Rebuild boot archive: No |
111 | 2024-06-25T21:24:40.798Z | |
112 | 2024-06-25T21:24:40.798Z | Changed mediators: |
113 | 2024-06-25T21:24:40.798Z | mediator clang: |
114 | 2024-06-25T21:24:40.798Z | version: None -> 15 (system default) |
115 | 2024-06-25T21:24:40.798Z | |
116 | 2024-06-25T21:24:40.798Z | mediator llvm: |
117 | 2024-06-25T21:24:40.798Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-25T21:24:40.798Z | |
119 | 2024-06-25T21:24:40.798Z | Changed packages: |
120 | 2024-06-25T21:24:40.798Z | helios-dev |
121 | 2024-06-25T21:24:40.798Z | developer/build-essential |
122 | 2024-06-25T21:24:40.798Z | None -> 11-2.0 |
123 | 2024-06-25T21:24:40.798Z | library/libxmlsec1 |
124 | 2024-06-25T21:24:40.798Z | None -> 1.2.35-2.0 |
125 | 2024-06-25T21:24:40.798Z | ooce/developer/clang-15 |
126 | 2024-06-25T21:24:40.798Z | None -> 15.0.7-2.0 |
127 | 2024-06-25T21:24:40.798Z | ooce/developer/llvm-15 |
128 | 2024-06-25T21:24:40.798Z | None -> 15.0.7-2.0 |
129 | 2024-06-25T21:24:40.798Z | |
130 | 2024-06-25T21:24:40.798Z | Services: |
131 | 2024-06-25T21:24:40.798Z | restart_fmri: |
132 | 2024-06-25T21:24:40.798Z | svc:/system/update-man-index:default |
133 | 2024-06-25T21:24:41.057Z | |
134 | 2024-06-25T21:24:41.057Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-25T21:24:46.060Z | Download: 1222/3290 items 92.6/212.6MB 43% complete (18.5M/s) |
136 | 2024-06-25T21:24:51.080Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (12.4M/s) |
137 | 2024-06-25T21:24:56.212Z | Download: 3244/3290 items 200.4/212.6MB 94% complete (11.8M/s) |
138 | 2024-06-25T21:24:58.767Z | Download: Completed 212.60 MB in 17.71 seconds (12.0M/s) |
139 | 2024-06-25T21:24:58.937Z | Actions: 1/3689 actions (Installing new actions) |
140 | 2024-06-25T21:25:03.976Z | Actions: 3542/3689 actions (Installing new actions) |
141 | 2024-06-25T21:25:04.948Z | Actions: Completed 3689 actions in 6.01 seconds. |
142 | 2024-06-25T21:25:05.085Z | Done (0.131s) |
143 | 2024-06-25T21:25:05.085Z | Done (0.000s) |
144 | 2024-06-25T21:25:05.399Z | Done (0.314s) |
145 | 2024-06-25T21:25:12.659Z | Done (7.103s) |
146 | 2024-06-25T21:25:12.995Z | Done (0.263s) |
147 | 2024-06-25T21:25:12.998Z | Done (0.000s) |
148 | 2024-06-25T21:25:13.144Z | Done (0.000s) |
149 | 2024-06-25T21:25:13.707Z | Planning: Evaluating mediator changes ... Done |
150 | 2024-06-25T21:25:13.872Z | Planning: Checking for conflicting actions ... Done |
151 | 2024-06-25T21:25:13.875Z | Planning: Consolidating action changes ... Done |
152 | 2024-06-25T21:25:14.151Z | Planning: Evaluating mediators ... Done |
153 | 2024-06-25T21:25:14.154Z | Planning: Planning completed in 0.45 seconds |
154 | 2024-06-25T21:25:14.186Z | Mediators to change: 2 |
155 | 2024-06-25T21:25:14.186Z | Create boot environment: No |
156 | 2024-06-25T21:25:14.189Z | Create backup boot environment: No |
157 | 2024-06-25T21:25:14.294Z | Done |
158 | 2024-06-25T21:25:14.294Z | Done |
159 | 2024-06-25T21:25:14.497Z | Done |
160 | 2024-06-25T21:25:18.103Z | Done |
161 | 2024-06-25T21:25:18.191Z | Done |
162 | 2024-06-25T21:25:18.194Z | Done |
163 | 2024-06-25T21:25:18.296Z | Done |
164 | 2024-06-25T21:25:18.927Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-06-25T21:25:18.930Z | Planning: Merging actions ... Done |
166 | 2024-06-25T21:25:19.126Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-06-25T21:25:19.130Z | Planning: Consolidating action changes ... Done |
168 | 2024-06-25T21:25:19.404Z | Planning: Evaluating mediators ... Done |
169 | 2024-06-25T21:25:19.464Z | Planning: Planning completed in 0.79 seconds |
170 | 2024-06-25T21:25:19.499Z | Packages to change: 1 |
171 | 2024-06-25T21:25:19.499Z | Mediators to change: 1 |
172 | 2024-06-25T21:25:19.502Z | Services to change: 1 |
173 | 2024-06-25T21:25:19.502Z | Create boot environment: No |
174 | 2024-06-25T21:25:19.502Z | Create backup boot environment: Yes |
175 | 2024-06-25T21:25:21.302Z | Actions: 1/6 actions (Updating modified actions) |
176 | 2024-06-25T21:25:21.400Z | Actions: Completed 6 actions in 0.10 seconds. |
177 | 2024-06-25T21:25:21.403Z | Done |
178 | 2024-06-25T21:25:21.403Z | Done |
179 | 2024-06-25T21:25:21.467Z | Done |
180 | 2024-06-25T21:25:25.230Z | Done |
181 | 2024-06-25T21:25:25.320Z | Done |
182 | 2024-06-25T21:25:25.323Z | Done |
183 | 2024-06-25T21:25:25.432Z | Done |
184 | 2024-06-25T21:25:25.877Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
185 | 2024-06-25T21:25:25.877Z | clang system 15 system |
186 | 2024-06-25T21:25:25.877Z | csh system system illumos |
187 | 2024-06-25T21:25:25.877Z | ctags system system illumos |
188 | 2024-06-25T21:25:25.877Z | gcc vendor 12 vendor |
189 | 2024-06-25T21:25:25.877Z | gcc system 10 system |
190 | 2024-06-25T21:25:25.877Z | gcc system 7 system |
191 | 2024-06-25T21:25:25.877Z | go system 1.20 system |
192 | 2024-06-25T21:25:25.877Z | go system 1.19 system |
193 | 2024-06-25T21:25:25.877Z | llvm system 15 system |
194 | 2024-06-25T21:25:25.877Z | llvm system 14 system |
195 | 2024-06-25T21:25:25.877Z | mariadb system 10.6 system |
196 | 2024-06-25T21:25:25.877Z | mta vendor vendor dma |
197 | 2024-06-25T21:25:25.877Z | openjdk system 17 system |
198 | 2024-06-25T21:25:25.877Z | openjdk system 11 system |
199 | 2024-06-25T21:25:25.877Z | openjdk system 1.8 system |
200 | 2024-06-25T21:25:25.877Z | openssl vendor 3 vendor |
201 | 2024-06-25T21:25:25.877Z | perl system 5.36 system |
202 | 2024-06-25T21:25:25.877Z | postgresql system 15 system |
203 | 2024-06-25T21:25:25.877Z | postgresql system 13 system |
204 | 2024-06-25T21:25:25.877Z | python vendor 3 vendor |
205 | 2024-06-25T21:25:25.877Z | python system 2 system |
206 | 2024-06-25T21:25:25.877Z | python3 system 3.11 system |
207 | 2024-06-25T21:25:25.877Z | ruby system 3.0 system |
208 | 2024-06-25T21:25:25.877Z | words vendor vendor american-english |
209 | 2024-06-25T21:25:25.877Z | words system system australian-english |
210 | 2024-06-25T21:25:25.877Z | words system system british-english |
211 | 2024-06-25T21:25:25.877Z | words system system canadian-english |
212 | 2024-06-25T21:25:25.877Z | words system system french |
213 | 2024-06-25T21:25:25.877Z | words system system italian |
214 | 2024-06-25T21:25:25.877Z | words system system ngerman |
215 | 2024-06-25T21:25:25.877Z | words system system ogerman |
216 | 2024-06-25T21:25:25.878Z | words system system spanish |
217 | 2024-06-25T21:25:26.229Z | PUBLISHER TYPE STATUS P LOCATION |
218 | 2024-06-25T21:25:26.229Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
219 | 2024-06-25T21:25:27.760Z | FMRI IFO |
220 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
221 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
222 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
223 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
224 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
225 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
226 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
227 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
228 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
229 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
230 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
231 | 2024-06-25T21:25:27.760Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
232 | 2024-06-25T21:25:28.294Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
233 | 2024-06-25T21:25:28.646Z | Updating git repository `https://github.com/oxidecomputer/zone` |
234 | 2024-06-25T21:25:28.936Z | Updating crates.io index |
235 | 2024-06-25T21:25:28.939Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
236 | 2024-06-25T21:25:29.758Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
237 | 2024-06-25T21:25:30.475Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
238 | 2024-06-25T21:25:30.737Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
239 | 2024-06-25T21:25:32.622Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
240 | 2024-06-25T21:25:33.171Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
241 | 2024-06-25T21:25:33.433Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
242 | 2024-06-25T21:25:34.556Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
243 | 2024-06-25T21:25:36.596Z | Updating git repository `https://github.com/oxidecomputer/opte` |
244 | 2024-06-25T21:25:37.671Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
245 | 2024-06-25T21:25:38.341Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
246 | 2024-06-25T21:25:39.062Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
247 | 2024-06-25T21:25:39.385Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
248 | 2024-06-25T21:25:39.733Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
249 | 2024-06-25T21:25:39.993Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
250 | 2024-06-25T21:25:40.426Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
251 | 2024-06-25T21:25:40.711Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
252 | 2024-06-25T21:25:40.982Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
253 | 2024-06-25T21:25:41.247Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
254 | 2024-06-25T21:25:41.593Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
255 | 2024-06-25T21:25:41.923Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
256 | 2024-06-25T21:25:42.196Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
257 | 2024-06-25T21:25:42.603Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
258 | 2024-06-25T21:25:43.302Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
259 | 2024-06-25T21:25:43.631Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
260 | 2024-06-25T21:25:43.959Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
261 | 2024-06-25T21:25:44.375Z | Updating git repository `https://github.com/oxidecomputer/typify` |
262 | 2024-06-25T21:25:46.356Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
263 | 2024-06-25T21:25:46.738Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
264 | 2024-06-25T21:25:47.039Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
265 | 2024-06-25T21:25:47.518Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
266 | 2024-06-25T21:25:48.511Z | Downloading crates ... |
267 | 2024-06-25T21:25:48.584Z | Downloaded adler v1.0.2 |
268 | 2024-06-25T21:25:48.589Z | Downloaded anstream v0.6.14 |
269 | 2024-06-25T21:25:48.592Z | Downloaded dtrace-parser v0.2.0 |
270 | 2024-06-25T21:25:48.599Z | Downloaded foreign-types-shared v0.1.1 |
271 | 2024-06-25T21:25:48.602Z | Downloaded equivalent v1.0.1 |
272 | 2024-06-25T21:25:48.605Z | Downloaded md5 v0.7.0 |
273 | 2024-06-25T21:25:48.609Z | Downloaded openssl-macros v0.1.1 |
274 | 2024-06-25T21:25:48.612Z | Downloaded proc-macro-error v1.0.4 |
275 | 2024-06-25T21:25:48.612Z | Downloaded futures-macro v0.3.30 |
276 | 2024-06-25T21:25:48.615Z | Downloaded fs-err v2.11.0 |
277 | 2024-06-25T21:25:48.618Z | Downloaded dirs-next v2.0.0 |
278 | 2024-06-25T21:25:48.620Z | Downloaded proc-macro-error-attr v1.0.4 |
279 | 2024-06-25T21:25:48.620Z | Downloaded pretty-hex v0.4.1 |
280 | 2024-06-25T21:25:48.624Z | Downloaded hostname v0.3.1 |
281 | 2024-06-25T21:25:48.624Z | Downloaded strum v0.26.2 |
282 | 2024-06-25T21:25:48.626Z | Downloaded fnv v1.0.7 |
283 | 2024-06-25T21:25:48.626Z | Downloaded scroll_derive v0.12.0 |
284 | 2024-06-25T21:25:48.627Z | Downloaded swrite v0.1.0 |
285 | 2024-06-25T21:25:48.629Z | Downloaded dirs-sys-next v0.1.2 |
286 | 2024-06-25T21:25:48.629Z | Downloaded macaddr v1.0.1 |
287 | 2024-06-25T21:25:48.632Z | Downloaded itoa v1.0.11 |
288 | 2024-06-25T21:25:48.632Z | Downloaded deranged v0.3.11 |
289 | 2024-06-25T21:25:48.635Z | Downloaded want v0.3.1 |
290 | 2024-06-25T21:25:48.635Z | Downloaded usdt-macro v0.5.0 |
291 | 2024-06-25T21:25:48.635Z | Downloaded heck v0.4.1 |
292 | 2024-06-25T21:25:48.638Z | Downloaded generic-array v0.14.7 |
293 | 2024-06-25T21:25:48.638Z | Downloaded filetime v0.2.23 |
294 | 2024-06-25T21:25:48.641Z | Downloaded tower-service v0.3.2 |
295 | 2024-06-25T21:25:48.641Z | Downloaded usdt-attr-macro v0.5.0 |
296 | 2024-06-25T21:25:48.644Z | Downloaded rustversion v1.0.17 |
297 | 2024-06-25T21:25:48.646Z | Downloaded percent-encoding v2.3.1 |
298 | 2024-06-25T21:25:48.646Z | Downloaded tinyvec_macros v0.1.1 |
299 | 2024-06-25T21:25:48.646Z | Downloaded memmap v0.7.0 |
300 | 2024-06-25T21:25:48.649Z | Downloaded futures-channel v0.3.30 |
301 | 2024-06-25T21:25:48.652Z | Downloaded futures-io v0.3.30 |
302 | 2024-06-25T21:25:48.652Z | Downloaded clap_derive v4.5.4 |
303 | 2024-06-25T21:25:48.655Z | Downloaded crc32fast v1.4.0 |
304 | 2024-06-25T21:25:48.655Z | Downloaded openssl-probe v0.1.5 |
305 | 2024-06-25T21:25:48.658Z | Downloaded strsim v0.11.1 |
306 | 2024-06-25T21:25:48.658Z | Downloaded slog-json v2.6.1 |
307 | 2024-06-25T21:25:48.661Z | Downloaded futures-executor v0.3.30 |
308 | 2024-06-25T21:25:48.661Z | Downloaded cfg-if v1.0.0 |
309 | 2024-06-25T21:25:48.664Z | Downloaded num_cpus v1.16.0 |
310 | 2024-06-25T21:25:48.667Z | Downloaded httparse v1.8.0 |
311 | 2024-06-25T21:25:48.669Z | Downloaded pin-utils v0.1.0 |
312 | 2024-06-25T21:25:48.669Z | Downloaded toml_datetime v0.6.6 |
313 | 2024-06-25T21:25:48.669Z | Downloaded digest v0.10.7 |
314 | 2024-06-25T21:25:48.672Z | Downloaded match_cfg v0.1.0 |
315 | 2024-06-25T21:25:48.672Z | Downloaded is_terminal_polyfill v1.70.0 |
316 | 2024-06-25T21:25:48.675Z | Downloaded sync_wrapper v0.1.2 |
317 | 2024-06-25T21:25:48.675Z | Downloaded try-lock v0.2.5 |
318 | 2024-06-25T21:25:48.675Z | Downloaded serde_tokenstream v0.2.0 |
319 | 2024-06-25T21:25:48.681Z | Downloaded num_threads v0.1.7 |
320 | 2024-06-25T21:25:48.683Z | Downloaded clap v4.5.4 |
321 | 2024-06-25T21:25:48.689Z | Downloaded time-core v0.1.2 |
322 | 2024-06-25T21:25:48.692Z | Downloaded plain v0.2.3 |
323 | 2024-06-25T21:25:48.692Z | Downloaded take_mut v0.2.2 |
324 | 2024-06-25T21:25:48.692Z | Downloaded quote v1.0.36 |
325 | 2024-06-25T21:25:48.695Z | Downloaded smallvec v1.13.2 |
326 | 2024-06-25T21:25:48.698Z | Downloaded heck v0.5.0 |
327 | 2024-06-25T21:25:48.698Z | Downloaded scroll v0.12.0 |
328 | 2024-06-25T21:25:48.701Z | Downloaded slog-bunyan v2.5.0 |
329 | 2024-06-25T21:25:48.701Z | Downloaded slab v0.4.9 |
330 | 2024-06-25T21:25:48.703Z | Downloaded pest_generator v2.7.10 |
331 | 2024-06-25T21:25:48.703Z | Downloaded slog-async v2.8.0 |
332 | 2024-06-25T21:25:48.706Z | Downloaded serde_spanned v0.6.6 |
333 | 2024-06-25T21:25:48.706Z | Downloaded hyper-tls v0.5.0 |
334 | 2024-06-25T21:25:48.709Z | Downloaded zerocopy-derive v0.7.34 |
335 | 2024-06-25T21:25:48.712Z | Downloaded pin-project-lite v0.2.14 |
336 | 2024-06-25T21:25:48.716Z | Downloaded parking_lot v0.12.2 |
337 | 2024-06-25T21:25:48.719Z | Downloaded version_check v0.9.4 |
338 | 2024-06-25T21:25:48.722Z | Downloaded miniz_oxide v0.7.2 |
339 | 2024-06-25T21:25:48.724Z | Downloaded bytes v1.6.0 |
340 | 2024-06-25T21:25:48.727Z | Downloaded pkg-config v0.3.30 |
341 | 2024-06-25T21:25:48.730Z | Downloaded usdt v0.5.0 |
342 | 2024-06-25T21:25:48.730Z | Downloaded parking_lot_core v0.9.10 |
343 | 2024-06-25T21:25:48.733Z | Downloaded papergrid v0.11.0 |
344 | 2024-06-25T21:25:48.736Z | Downloaded utf8parse v0.2.1 |
345 | 2024-06-25T21:25:48.739Z | Downloaded thiserror v1.0.60 |
346 | 2024-06-25T21:25:48.742Z | Downloaded strum_macros v0.26.2 |
347 | 2024-06-25T21:25:48.745Z | Downloaded typenum v1.17.0 |
348 | 2024-06-25T21:25:48.748Z | Downloaded log v0.4.21 |
349 | 2024-06-25T21:25:48.751Z | Downloaded usdt-impl v0.5.0 |
350 | 2024-06-25T21:25:48.755Z | Downloaded tar v0.4.40 |
351 | 2024-06-25T21:25:48.755Z | Downloaded slog-term v2.9.1 |
352 | 2024-06-25T21:25:48.758Z | Downloaded semver v1.0.23 |
353 | 2024-06-25T21:25:48.761Z | Downloaded cc v1.0.97 |
354 | 2024-06-25T21:25:48.764Z | Downloaded proc-macro2 v1.0.86 |
355 | 2024-06-25T21:25:48.768Z | Downloaded indexmap v2.2.6 |
356 | 2024-06-25T21:25:48.771Z | Downloaded term v0.7.0 |
357 | 2024-06-25T21:25:48.774Z | Downloaded crossbeam-channel v0.5.12 |
358 | 2024-06-25T21:25:48.778Z | Downloaded socket2 v0.5.7 |
359 | 2024-06-25T21:25:48.785Z | Downloaded tracing-core v0.1.32 |
360 | 2024-06-25T21:25:48.789Z | Downloaded url v2.5.0 |
361 | 2024-06-25T21:25:48.789Z | Downloaded mio v0.8.11 |
362 | 2024-06-25T21:25:48.793Z | Downloaded tinyvec v1.6.0 |
363 | 2024-06-25T21:25:48.796Z | Downloaded slog v2.7.0 |
364 | 2024-06-25T21:25:48.799Z | Downloaded memchr v2.7.2 |
365 | 2024-06-25T21:25:48.804Z | Downloaded serde_derive v1.0.203 |
366 | 2024-06-25T21:25:48.807Z | Downloaded hashbrown v0.14.5 |
367 | 2024-06-25T21:25:48.812Z | Downloaded pest v2.7.10 |
368 | 2024-06-25T21:25:48.818Z | Downloaded h2 v0.3.26 |
369 | 2024-06-25T21:25:48.825Z | Downloaded tracing v0.1.40 |
370 | 2024-06-25T21:25:48.832Z | Downloaded goblin v0.8.2 |
371 | 2024-06-25T21:25:48.835Z | Downloaded toml_edit v0.22.13 |
372 | 2024-06-25T21:25:48.858Z | Downloaded hyper v0.14.28 |
373 | 2024-06-25T21:25:48.867Z | Downloaded unicode-normalization v0.1.23 |
374 | 2024-06-25T21:25:48.870Z | Downloaded tokio-util v0.7.11 |
375 | 2024-06-25T21:25:48.876Z | Downloaded serde_json v1.0.117 |
376 | 2024-06-25T21:25:48.883Z | Downloaded time v0.3.36 |
377 | 2024-06-25T21:25:48.890Z | Downloaded zerocopy v0.7.34 |
378 | 2024-06-25T21:25:48.906Z | Downloaded reqwest v0.11.27 |
379 | 2024-06-25T21:25:48.913Z | Downloaded winnow v0.6.8 |
380 | 2024-06-25T21:25:48.922Z | Downloaded vcpkg v0.2.15 |
381 | 2024-06-25T21:25:48.961Z | Downloaded syn v2.0.68 |
382 | 2024-06-25T21:25:48.972Z | Downloaded rustix v0.38.34 |
383 | 2024-06-25T21:25:48.993Z | Downloaded syn v1.0.109 |
384 | 2024-06-25T21:25:49.002Z | Downloaded encoding_rs v0.8.34 |
385 | 2024-06-25T21:25:49.021Z | Downloaded tokio v1.37.0 |
386 | 2024-06-25T21:25:49.054Z | Downloaded libc v0.2.155 |
387 | 2024-06-25T21:25:49.079Z | Downloaded tabled v0.15.0 |
388 | 2024-06-25T21:25:49.092Z | Downloaded openssl v0.10.64 |
389 | 2024-06-25T21:25:49.101Z | Downloaded idna v0.5.0 |
390 | 2024-06-25T21:25:49.106Z | Downloaded futures-util v0.3.30 |
391 | 2024-06-25T21:25:49.117Z | Downloaded clap_builder v4.5.2 |
392 | 2024-06-25T21:25:49.123Z | Downloaded unicode-ident v1.0.12 |
393 | 2024-06-25T21:25:49.125Z | Downloaded unicode-bidi v0.3.15 |
394 | 2024-06-25T21:25:49.128Z | Downloaded ucd-trie v0.1.6 |
395 | 2024-06-25T21:25:49.131Z | Downloaded toml v0.8.13 |
396 | 2024-06-25T21:25:49.134Z | Downloaded serde v1.0.203 |
397 | 2024-06-25T21:25:49.136Z | Downloaded ryu v1.0.18 |
398 | 2024-06-25T21:25:49.139Z | Downloaded http v0.2.12 |
399 | 2024-06-25T21:25:49.142Z | Downloaded flate2 v1.0.30 |
400 | 2024-06-25T21:25:49.145Z | Downloaded base64 v0.21.7 |
401 | 2024-06-25T21:25:49.148Z | Downloaded tokio-native-tls v0.3.1 |
402 | 2024-06-25T21:25:49.151Z | Downloaded openssl-sys v0.9.102 |
403 | 2024-06-25T21:25:49.154Z | Downloaded futures v0.3.30 |
404 | 2024-06-25T21:25:49.158Z | Downloaded pest_derive v2.7.10 |
405 | 2024-06-25T21:25:49.161Z | Downloaded unicode-width v0.1.12 |
406 | 2024-06-25T21:25:49.163Z | Downloaded anyhow v1.0.86 |
407 | 2024-06-25T21:25:49.168Z | Downloaded thread-id v4.2.1 |
408 | 2024-06-25T21:25:49.168Z | Downloaded http-body v0.4.6 |
409 | 2024-06-25T21:25:49.171Z | Downloaded terminal_size v0.3.0 |
410 | 2024-06-25T21:25:49.171Z | Downloaded mime v0.3.17 |
411 | 2024-06-25T21:25:49.171Z | Downloaded cargo_metadata v0.18.1 |
412 | 2024-06-25T21:25:49.171Z | Downloaded anstyle-parse v0.2.4 |
413 | 2024-06-25T21:25:49.174Z | Downloaded sha2 v0.10.8 |
414 | 2024-06-25T21:25:49.177Z | Downloaded camino v1.1.7 |
415 | 2024-06-25T21:25:49.177Z | Downloaded signal-hook-registry v1.4.2 |
416 | 2024-06-25T21:25:49.177Z | Downloaded rustls-pemfile v1.0.4 |
417 | 2024-06-25T21:25:49.180Z | Downloaded powerfmt v0.2.0 |
418 | 2024-06-25T21:25:49.180Z | Downloaded once_cell v1.19.0 |
419 | 2024-06-25T21:25:49.183Z | Downloaded lock_api v0.4.12 |
420 | 2024-06-25T21:25:49.185Z | Downloaded futures-sink v0.3.30 |
421 | 2024-06-25T21:25:49.185Z | Downloaded futures-core v0.3.30 |
422 | 2024-06-25T21:25:49.185Z | Downloaded form_urlencoded v1.2.1 |
423 | 2024-06-25T21:25:49.185Z | Downloaded errno v0.3.9 |
424 | 2024-06-25T21:25:49.188Z | Downloaded crossbeam-utils v0.8.19 |
425 | 2024-06-25T21:25:49.191Z | Downloaded bitflags v2.5.0 |
426 | 2024-06-25T21:25:49.194Z | Downloaded thread_local v1.1.8 |
427 | 2024-06-25T21:25:49.194Z | Downloaded serde_urlencoded v0.7.1 |
428 | 2024-06-25T21:25:49.197Z | Downloaded native-tls v0.2.11 |
429 | 2024-06-25T21:25:49.197Z | Downloaded ipnet v2.9.0 |
430 | 2024-06-25T21:25:49.200Z | Downloaded httpdate v1.0.3 |
431 | 2024-06-25T21:25:49.200Z | Downloaded clap_lex v0.7.0 |
432 | 2024-06-25T21:25:49.200Z | Downloaded byteorder v1.5.0 |
433 | 2024-06-25T21:25:49.203Z | Downloaded xattr v1.3.1 |
434 | 2024-06-25T21:25:49.203Z | Downloaded tokio-macros v2.2.0 |
435 | 2024-06-25T21:25:49.203Z | Downloaded time-macros v0.2.18 |
436 | 2024-06-25T21:25:49.206Z | Downloaded thiserror-impl v1.0.60 |
437 | 2024-06-25T21:25:49.206Z | Downloaded tabled_derive v0.7.0 |
438 | 2024-06-25T21:25:49.206Z | Downloaded dof v0.3.0 |
439 | 2024-06-25T21:25:49.209Z | Downloaded cpufeatures v0.2.12 |
440 | 2024-06-25T21:25:49.209Z | Downloaded block-buffer v0.10.4 |
441 | 2024-06-25T21:25:49.209Z | Downloaded scopeguard v1.2.0 |
442 | 2024-06-25T21:25:49.212Z | Downloaded num-conv v0.1.0 |
443 | 2024-06-25T21:25:49.212Z | Downloaded is-terminal v0.4.12 |
444 | 2024-06-25T21:25:49.212Z | Downloaded foreign-types v0.3.2 |
445 | 2024-06-25T21:25:49.212Z | Downloaded cargo_toml v0.20.2 |
446 | 2024-06-25T21:25:49.215Z | Downloaded cargo-platform v0.1.8 |
447 | 2024-06-25T21:25:49.215Z | Downloaded autocfg v1.3.0 |
448 | 2024-06-25T21:25:49.219Z | Downloaded crypto-common v0.1.6 |
449 | 2024-06-25T21:25:49.219Z | Downloaded futures-task v0.3.30 |
450 | 2024-06-25T21:25:49.219Z | Downloaded pest_meta v2.7.10 |
451 | 2024-06-25T21:25:49.222Z | Downloaded colorchoice v1.0.1 |
452 | 2024-06-25T21:25:49.222Z | Downloaded bytecount v0.6.8 |
453 | 2024-06-25T21:25:49.222Z | Downloaded anstyle-query v1.0.3 |
454 | 2024-06-25T21:25:49.225Z | Downloaded anstyle v1.0.7 |
455 | 2024-06-25T21:25:49.513Z | Compiling proc-macro2 v1.0.86 |
456 | 2024-06-25T21:25:49.513Z | Compiling unicode-ident v1.0.12 |
457 | 2024-06-25T21:25:49.513Z | Compiling libc v0.2.155 |
458 | 2024-06-25T21:25:49.517Z | Compiling version_check v0.9.4 |
459 | 2024-06-25T21:25:49.517Z | Compiling cfg-if v1.0.0 |
460 | 2024-06-25T21:25:49.517Z | Compiling itoa v1.0.11 |
461 | 2024-06-25T21:25:49.517Z | Compiling once_cell v1.19.0 |
462 | 2024-06-25T21:25:49.547Z | Compiling serde v1.0.203 |
463 | 2024-06-25T21:25:49.667Z | Compiling autocfg v1.3.0 |
464 | 2024-06-25T21:25:49.750Z | Compiling memchr v2.7.2 |
465 | 2024-06-25T21:25:49.808Z | Compiling thiserror v1.0.60 |
466 | 2024-06-25T21:25:50.038Z | Compiling ryu v1.0.18 |
467 | 2024-06-25T21:25:50.318Z | Compiling pin-project-lite v0.2.14 |
468 | 2024-06-25T21:25:50.378Z | Compiling bitflags v2.5.0 |
469 | 2024-06-25T21:25:50.459Z | Compiling cc v1.0.97 |
470 | 2024-06-25T21:25:50.519Z | Compiling lock_api v0.4.12 |
471 | 2024-06-25T21:25:50.762Z | Compiling ucd-trie v0.1.6 |
472 | 2024-06-25T21:25:51.162Z | Compiling vcpkg v0.2.15 |
473 | 2024-06-25T21:25:51.241Z | Compiling pkg-config v0.3.30 |
474 | 2024-06-25T21:25:52.309Z | Compiling parking_lot_core v0.9.10 |
475 | 2024-06-25T21:25:52.575Z | Compiling slab v0.4.9 |
476 | 2024-06-25T21:25:52.603Z | Compiling futures-core v0.3.30 |
477 | 2024-06-25T21:25:52.643Z | Compiling futures-sink v0.3.30 |
478 | 2024-06-25T21:25:52.787Z | Compiling bytes v1.6.0 |
479 | 2024-06-25T21:25:52.787Z | Compiling smallvec v1.13.2 |
480 | 2024-06-25T21:25:52.844Z | Compiling scopeguard v1.2.0 |
481 | 2024-06-25T21:25:53.012Z | Compiling fnv v1.0.7 |
482 | 2024-06-25T21:25:53.158Z | Compiling equivalent v1.0.1 |
483 | 2024-06-25T21:25:53.182Z | Compiling openssl-sys v0.9.102 |
484 | 2024-06-25T21:25:53.218Z | Compiling serde_json v1.0.117 |
485 | 2024-06-25T21:25:53.262Z | Compiling hashbrown v0.14.5 |
486 | 2024-06-25T21:25:53.307Z | Compiling byteorder v1.5.0 |
487 | 2024-06-25T21:25:53.441Z | Compiling log v0.4.21 |
488 | 2024-06-25T21:25:53.507Z | Compiling quote v1.0.36 |
489 | 2024-06-25T21:25:53.819Z | Compiling socket2 v0.5.7 |
490 | 2024-06-25T21:25:54.085Z | Compiling syn v2.0.68 |
491 | 2024-06-25T21:25:54.108Z | Compiling parking_lot v0.12.2 |
492 | 2024-06-25T21:25:54.234Z | Compiling num_cpus v1.16.0 |
493 | 2024-06-25T21:25:54.359Z | Compiling signal-hook-registry v1.4.2 |
494 | 2024-06-25T21:25:54.397Z | Compiling mio v0.8.11 |
495 | 2024-06-25T21:25:54.485Z | Compiling indexmap v2.2.6 |
496 | 2024-06-25T21:25:54.797Z | Compiling futures-channel v0.3.30 |
497 | 2024-06-25T21:25:54.842Z | Compiling futures-io v0.3.30 |
498 | 2024-06-25T21:25:55.032Z | Compiling futures-task v0.3.30 |
499 | 2024-06-25T21:25:55.168Z | Compiling rustix v0.38.34 |
500 | 2024-06-25T21:25:55.210Z | Compiling pin-utils v0.1.0 |
501 | 2024-06-25T21:25:55.331Z | Compiling typenum v1.17.0 |
502 | 2024-06-25T21:25:55.562Z | Compiling errno v0.3.9 |
503 | 2024-06-25T21:25:55.618Z | Compiling generic-array v0.14.7 |
504 | 2024-06-25T21:25:55.726Z | Compiling foreign-types-shared v0.1.1 |
505 | 2024-06-25T21:25:55.796Z | Compiling slog v2.7.0 |
506 | 2024-06-25T21:25:55.837Z | Compiling openssl v0.10.64 |
507 | 2024-06-25T21:25:55.965Z | Compiling foreign-types v0.3.2 |
508 | 2024-06-25T21:25:56.055Z | Compiling http v0.2.12 |
509 | 2024-06-25T21:25:56.206Z | Compiling proc-macro-error-attr v1.0.4 |
510 | 2024-06-25T21:25:56.359Z | Compiling usdt-impl v0.5.0 |
511 | 2024-06-25T21:25:56.458Z | Compiling tracing-core v0.1.32 |
512 | 2024-06-25T21:25:56.667Z | Compiling tinyvec_macros v0.1.1 |
513 | 2024-06-25T21:25:56.765Z | Compiling num-conv v0.1.0 |
514 | 2024-06-25T21:25:56.789Z | Compiling httparse v1.8.0 |
515 | 2024-06-25T21:25:57.061Z | Compiling native-tls v0.2.11 |
516 | 2024-06-25T21:25:57.184Z | Compiling powerfmt v0.2.0 |
517 | 2024-06-25T21:25:57.366Z | Compiling syn v1.0.109 |
518 | 2024-06-25T21:25:57.587Z | Compiling time-core v0.1.2 |
519 | 2024-06-25T21:25:57.764Z | Compiling time-macros v0.2.18 |
520 | 2024-06-25T21:25:57.816Z | Compiling deranged v0.3.11 |
521 | 2024-06-25T21:25:58.055Z | Compiling tracing v0.1.40 |
522 | 2024-06-25T21:25:58.383Z | Compiling tinyvec v1.6.0 |
523 | 2024-06-25T21:25:58.443Z | Compiling thread-id v4.2.1 |
524 | 2024-06-25T21:25:58.777Z | Compiling proc-macro-error v1.0.4 |
525 | 2024-06-25T21:25:58.965Z | Compiling try-lock v0.2.5 |
526 | 2024-06-25T21:25:59.009Z | Compiling crossbeam-utils v0.8.19 |
527 | 2024-06-25T21:25:59.100Z | Compiling heck v0.4.1 |
528 | 2024-06-25T21:25:59.608Z | Compiling rustversion v1.0.17 |
529 | 2024-06-25T21:25:59.614Z | Compiling percent-encoding v2.3.1 |
530 | 2024-06-25T21:25:59.657Z | Compiling openssl-probe v0.1.5 |
531 | 2024-06-25T21:25:59.686Z | Compiling plain v0.2.3 |
532 | 2024-06-25T21:25:59.733Z | Compiling utf8parse v0.2.1 |
533 | 2024-06-25T21:25:59.855Z | Compiling num_threads v0.1.7 |
534 | 2024-06-25T21:25:59.886Z | Compiling anstyle-parse v0.2.4 |
535 | 2024-06-25T21:25:59.982Z | Compiling form_urlencoded v1.2.1 |
536 | 2024-06-25T21:26:00.013Z | Compiling unicode-normalization v0.1.23 |
537 | 2024-06-25T21:26:00.063Z | Compiling want v0.3.1 |
538 | 2024-06-25T21:26:00.441Z | Compiling http-body v0.4.6 |
539 | 2024-06-25T21:26:00.592Z | Compiling dirs-sys-next v0.1.2 |
540 | 2024-06-25T21:26:01.007Z | Compiling unicode-bidi v0.3.15 |
541 | 2024-06-25T21:26:01.120Z | Compiling winnow v0.6.8 |
542 | 2024-06-25T21:26:01.200Z | Compiling semver v1.0.23 |
543 | 2024-06-25T21:26:01.233Z | Compiling anstyle-query v1.0.3 |
544 | 2024-06-25T21:26:01.374Z | Compiling pretty-hex v0.4.1 |
545 | 2024-06-25T21:26:01.398Z | Compiling is_terminal_polyfill v1.70.0 |
546 | 2024-06-25T21:26:01.401Z | Compiling time v0.3.36 |
547 | 2024-06-25T21:26:01.554Z | Compiling crc32fast v1.4.0 |
548 | 2024-06-25T21:26:01.576Z | Compiling colorchoice v1.0.1 |
549 | 2024-06-25T21:26:01.690Z | Compiling camino v1.1.7 |
550 | 2024-06-25T21:26:01.741Z | Compiling anstyle v1.0.7 |
551 | 2024-06-25T21:26:02.051Z | Compiling httpdate v1.0.3 |
552 | 2024-06-25T21:26:02.223Z | Compiling tower-service v0.3.2 |
553 | 2024-06-25T21:26:02.352Z | Compiling anstream v0.6.14 |
554 | 2024-06-25T21:26:02.497Z | Compiling idna v0.5.0 |
555 | 2024-06-25T21:26:02.565Z | Compiling dirs-next v2.0.0 |
556 | 2024-06-25T21:26:03.793Z | Compiling block-buffer v0.10.4 |
557 | 2024-06-25T21:26:04.004Z | Compiling crypto-common v0.1.6 |
558 | 2024-06-25T21:26:04.030Z | Compiling terminal_size v0.3.0 |
559 | 2024-06-25T21:26:04.195Z | Compiling fs-err v2.11.0 |
560 | 2024-06-25T21:26:04.217Z | Compiling thread_local v1.1.8 |
561 | 2024-06-25T21:26:04.220Z | Compiling heck v0.5.0 |
562 | 2024-06-25T21:26:04.258Z | Compiling match_cfg v0.1.0 |
563 | 2024-06-25T21:26:04.348Z | Compiling slog-async v2.8.0 |
564 | 2024-06-25T21:26:04.445Z | Compiling unicode-width v0.1.12 |
565 | 2024-06-25T21:26:04.665Z | Compiling adler v1.0.2 |
566 | 2024-06-25T21:26:04.732Z | Compiling anyhow v1.0.86 |
567 | 2024-06-25T21:26:04.767Z | Compiling bytecount v0.6.8 |
568 | 2024-06-25T21:26:04.839Z | Compiling base64 v0.21.7 |
569 | 2024-06-25T21:26:04.863Z | Compiling clap_lex v0.7.0 |
570 | 2024-06-25T21:26:04.885Z | Compiling strsim v0.11.1 |
571 | 2024-06-25T21:26:04.986Z | Compiling papergrid v0.11.0 |
572 | 2024-06-25T21:26:05.250Z | Compiling clap_builder v4.5.2 |
573 | 2024-06-25T21:26:05.379Z | Compiling rustls-pemfile v1.0.4 |
574 | 2024-06-25T21:26:06.592Z | Compiling miniz_oxide v0.7.2 |
575 | 2024-06-25T21:26:06.594Z | Compiling hostname v0.3.1 |
576 | 2024-06-25T21:26:06.595Z | Compiling digest v0.10.7 |
577 | 2024-06-25T21:26:06.595Z | Compiling crossbeam-channel v0.5.12 |
578 | 2024-06-25T21:26:06.595Z | Compiling url v2.5.0 |
579 | 2024-06-25T21:26:06.595Z | Compiling term v0.7.0 |
580 | 2024-06-25T21:26:06.867Z | Compiling serde_derive v1.0.203 |
581 | 2024-06-25T21:26:06.953Z | Compiling thiserror-impl v1.0.60 |
582 | 2024-06-25T21:26:07.126Z | Compiling zerocopy-derive v0.7.34 |
583 | 2024-06-25T21:26:07.150Z | Compiling tokio-macros v2.2.0 |
584 | 2024-06-25T21:26:07.895Z | Compiling futures-macro v0.3.30 |
585 | 2024-06-25T21:26:07.940Z | Compiling openssl-macros v0.1.1 |
586 | 2024-06-25T21:26:08.689Z | Compiling scroll_derive v0.12.0 |
587 | 2024-06-25T21:26:08.843Z | Compiling tokio v1.37.0 |
588 | 2024-06-25T21:26:09.457Z | Compiling zerocopy v0.7.34 |
589 | 2024-06-25T21:26:09.958Z | Compiling futures-util v0.3.30 |
590 | 2024-06-25T21:26:10.198Z | Compiling scroll v0.12.0 |
591 | 2024-06-25T21:26:10.523Z | Compiling pest v2.7.10 |
592 | 2024-06-25T21:26:10.810Z | Compiling goblin v0.8.2 |
593 | 2024-06-25T21:26:11.076Z | Compiling tabled_derive v0.7.0 |
594 | 2024-06-25T21:26:13.472Z | Compiling pest_meta v2.7.10 |
595 | 2024-06-25T21:26:13.652Z | Compiling clap_derive v4.5.4 |
596 | 2024-06-25T21:26:15.098Z | Compiling pest_generator v2.7.10 |
597 | 2024-06-25T21:26:17.124Z | Compiling tokio-util v0.7.11 |
598 | 2024-06-25T21:26:18.035Z | Compiling h2 v0.3.26 |
599 | 2024-06-25T21:26:18.808Z | Compiling futures-executor v0.3.30 |
600 | 2024-06-25T21:26:18.845Z | Compiling pest_derive v2.7.10 |
601 | 2024-06-25T21:26:19.100Z | Compiling tokio-native-tls v0.3.1 |
602 | 2024-06-25T21:26:19.383Z | Compiling strum_macros v0.26.2 |
603 | 2024-06-25T21:26:19.639Z | Compiling dtrace-parser v0.2.0 |
604 | 2024-06-25T21:26:19.754Z | Compiling xattr v1.3.1 |
605 | 2024-06-25T21:26:20.046Z | Compiling memmap v0.7.0 |
606 | 2024-06-25T21:26:20.462Z | Compiling is-terminal v0.4.12 |
607 | 2024-06-25T21:26:20.600Z | Compiling filetime v0.2.23 |
608 | 2024-06-25T21:26:20.961Z | Compiling encoding_rs v0.8.34 |
609 | 2024-06-25T21:26:21.333Z | Compiling sync_wrapper v0.1.2 |
610 | 2024-06-25T21:26:21.469Z | Compiling mime v0.3.17 |
611 | 2024-06-25T21:26:22.079Z | Compiling serde_spanned v0.6.6 |
612 | 2024-06-25T21:26:22.194Z | Compiling toml_datetime v0.6.6 |
613 | 2024-06-25T21:26:22.716Z | Compiling serde_tokenstream v0.2.0 |
614 | 2024-06-25T21:26:22.739Z | Compiling toml_edit v0.22.13 |
615 | 2024-06-25T21:26:23.232Z | Compiling hyper v0.14.28 |
616 | 2024-06-25T21:26:23.744Z | Compiling dof v0.3.0 |
617 | 2024-06-25T21:26:25.174Z | Compiling slog-json v2.6.1 |
618 | 2024-06-25T21:26:25.838Z | Compiling toml v0.8.13 |
619 | 2024-06-25T21:26:25.987Z | Compiling cargo-platform v0.1.8 |
620 | 2024-06-25T21:26:26.384Z | Compiling serde_urlencoded v0.7.1 |
621 | 2024-06-25T21:26:26.445Z | Compiling ipnet v2.9.0 |
622 | 2024-06-25T21:26:26.548Z | Compiling take_mut v0.2.2 |
623 | 2024-06-25T21:26:26.572Z | Compiling cpufeatures v0.2.12 |
624 | 2024-06-25T21:26:26.673Z | Compiling sha2 v0.10.8 |
625 | 2024-06-25T21:26:26.892Z | Compiling cargo_toml v0.20.2 |
626 | 2024-06-25T21:26:27.234Z | Compiling usdt-macro v0.5.0 |
627 | 2024-06-25T21:26:27.649Z | Compiling usdt-attr-macro v0.5.0 |
628 | 2024-06-25T21:26:27.740Z | Compiling hyper-tls v0.5.0 |
629 | 2024-06-25T21:26:27.980Z | Compiling cargo_metadata v0.18.1 |
630 | 2024-06-25T21:26:28.091Z | Compiling reqwest v0.11.27 |
631 | 2024-06-25T21:26:28.533Z | Compiling slog-bunyan v2.5.0 |
632 | 2024-06-25T21:26:28.730Z | Compiling strum v0.26.2 |
633 | 2024-06-25T21:26:28.910Z | Compiling macaddr v1.0.1 |
634 | 2024-06-25T21:26:29.114Z | Compiling usdt v0.5.0 |
635 | 2024-06-25T21:26:29.365Z | Compiling tar v0.4.40 |
636 | 2024-06-25T21:26:29.428Z | Compiling slog-term v2.9.1 |
637 | 2024-06-25T21:26:29.609Z | Compiling flate2 v1.0.30 |
638 | 2024-06-25T21:26:30.073Z | Compiling futures v0.3.30 |
639 | 2024-06-25T21:26:30.197Z | Compiling clap v4.5.4 |
640 | 2024-06-25T21:26:30.322Z | Compiling tabled v0.15.0 |
641 | 2024-06-25T21:26:31.239Z | Compiling swrite v0.1.0 |
642 | 2024-06-25T21:26:31.372Z | Compiling md5 v0.7.0 |
643 | 2024-06-25T21:26:35.162Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
644 | 2024-06-25T21:26:42.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
645 | 2024-06-25T21:26:42.822Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
646 | 2024-06-25T21:26:42.882Z | Jun 25 21:26:41.620 INFO Starting download, target: Console |
647 | 2024-06-25T21:26:42.882Z | Jun 25 21:26:41.621 INFO Starting download, target: Clickhouse |
648 | 2024-06-25T21:26:42.883Z | Jun 25 21:26:41.621 INFO Starting download, target: Cockroach |
649 | 2024-06-25T21:26:42.883Z | Jun 25 21:26:41.621 INFO Starting download, target: DendriteOpenapi |
650 | 2024-06-25T21:26:42.886Z | Jun 25 21:26:41.621 INFO Starting download, target: DendriteStub |
651 | 2024-06-25T21:26:42.886Z | Jun 25 21:26:41.621 INFO Starting download, target: MaghemiteMgd |
652 | 2024-06-25T21:26:42.886Z | Jun 25 21:26:41.621 INFO Starting download, target: TransceiverControl |
653 | 2024-06-25T21:26:42.886Z | Jun 25 21:26:41.621 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
654 | 2024-06-25T21:26:42.886Z | Jun 25 21:26:41.621 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
655 | 2024-06-25T21:26:42.886Z | Jun 25 21:26:41.621 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
656 | 2024-06-25T21:26:42.886Z | Jun 25 21:26:41.622 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
657 | 2024-06-25T21:26:42.886Z | Jun 25 21:26:41.622 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
658 | 2024-06-25T21:26:42.886Z | Jun 25 21:26:41.622 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
659 | 2024-06-25T21:26:42.886Z | Jun 25 21:26:41.622 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
660 | 2024-06-25T21:26:43.121Z | Jun 25 21:26:41.859 INFO Download complete, target: DendriteOpenapi |
661 | 2024-06-25T21:26:43.363Z | Jun 25 21:26:42.094 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
662 | 2024-06-25T21:26:43.426Z | Jun 25 21:26:42.153 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
663 | 2024-06-25T21:26:43.747Z | Jun 25 21:26:42.471 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
664 | 2024-06-25T21:26:43.836Z | Jun 25 21:26:42.572 INFO Download complete, target: Console |
665 | 2024-06-25T21:26:43.888Z | Jun 25 21:26:42.624 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
666 | 2024-06-25T21:26:44.144Z | Jun 25 21:26:42.882 INFO Download complete, target: TransceiverControl |
667 | 2024-06-25T21:26:45.486Z | Jun 25 21:26:44.224 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
668 | 2024-06-25T21:26:46.999Z | Jun 25 21:26:45.736 INFO Download complete, target: DendriteStub |
669 | 2024-06-25T21:26:47.455Z | Jun 25 21:26:46.192 INFO Download complete, target: MaghemiteMgd |
670 | 2024-06-25T21:26:47.464Z | Jun 25 21:26:46.201 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
671 | 2024-06-25T21:26:47.464Z | Jun 25 21:26:46.201 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
672 | 2024-06-25T21:26:56.102Z | Jun 25 21:26:54.837 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
673 | 2024-06-25T21:26:56.421Z | Jun 25 21:26:55.154 INFO Checking that binary works, target: Cockroach |
674 | 2024-06-25T21:26:56.663Z | Jun 25 21:26:55.398 INFO Download complete, target: Cockroach |
675 | 2024-06-25T21:27:00.609Z | Jun 25 21:26:59.343 INFO Checking that binary works, target: Clickhouse |
676 | 2024-06-25T21:27:00.974Z | Jun 25 21:26:59.708 INFO Download complete, target: Clickhouse |
677 | 2024-06-25T21:27:00.982Z | All prerequisites installed successfully |
678 | 2024-06-25T21:27:00.985Z | |
679 | 2024-06-25T21:27:00.985Z | real 2:47.968323221 |
680 | 2024-06-25T21:27:00.985Z | user 5:47.658706437 |
681 | 2024-06-25T21:27:00.985Z | sys 1:18.165705586 |
682 | 2024-06-25T21:27:00.985Z | trap 0.192789342 |
683 | 2024-06-25T21:27:00.986Z | tflt 4.531576822 |
684 | 2024-06-25T21:27:00.986Z | dflt 5.741832101 |
685 | 2024-06-25T21:27:00.986Z | kflt 0.163928566 |
686 | 2024-06-25T21:27:00.986Z | lock 13:15.038981343 |
687 | 2024-06-25T21:27:00.986Z | slp 18:09.450445073 |
688 | 2024-06-25T21:27:00.986Z | lat 18.997751412 |
689 | 2024-06-25T21:27:00.986Z | stop 1:01.734180469 |
690 | 2024-06-25T21:27:00.986Z | + ptime -m cargo xtask download softnpu |
691 | 2024-06-25T21:27:01.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
692 | 2024-06-25T21:27:01.562Z | Running `target/debug/xtask download softnpu` |
693 | 2024-06-25T21:27:01.586Z | Jun 25 21:27:00.320 INFO Starting download, target: Softnpu |
694 | 2024-06-25T21:27:01.589Z | Jun 25 21:27:00.321 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
695 | 2024-06-25T21:27:02.163Z | Jun 25 21:27:00.896 INFO Download complete, target: Softnpu |
696 | 2024-06-25T21:27:02.167Z | |
697 | 2024-06-25T21:27:02.170Z | real 1.177392328 |
698 | 2024-06-25T21:27:02.170Z | user 0.638586780 |
699 | 2024-06-25T21:27:02.170Z | sys 0.297258302 |
700 | 2024-06-25T21:27:02.170Z | trap 0.000280944 |
701 | 2024-06-25T21:27:02.170Z | tflt 0.000058666 |
702 | 2024-06-25T21:27:02.170Z | dflt 0.000062964 |
703 | 2024-06-25T21:27:02.170Z | kflt 0.000000000 |
704 | 2024-06-25T21:27:02.170Z | lock 5.591082171 |
705 | 2024-06-25T21:27:02.170Z | slp 0.437054649 |
706 | 2024-06-25T21:27:02.170Z | lat 0.071929522 |
707 | 2024-06-25T21:27:02.170Z | stop 0.000255720 |
708 | 2024-06-25T21:27:02.170Z | + export CARGO_INCREMENTAL=0 |
709 | 2024-06-25T21:27:02.170Z | + CARGO_INCREMENTAL=0 |
710 | 2024-06-25T21:27:02.170Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
711 | 2024-06-25T21:27:02.715Z | Downloading crates ... |
712 | 2024-06-25T21:27:02.865Z | Downloaded addr2line v0.21.0 |
713 | 2024-06-25T21:27:02.870Z | Downloaded blake2 v0.10.6 |
714 | 2024-06-25T21:27:02.873Z | Downloaded ciborium-io v0.2.2 |
715 | 2024-06-25T21:27:02.876Z | Downloaded bitstruct_derive v0.1.0 |
716 | 2024-06-25T21:27:02.876Z | Downloaded assert_matches v1.5.0 |
717 | 2024-06-25T21:27:02.880Z | Downloaded darling_macro v0.20.9 |
718 | 2024-06-25T21:27:02.883Z | Downloaded atomicwrites v0.4.3 |
719 | 2024-06-25T21:27:02.883Z | Downloaded nodrop v0.1.14 |
720 | 2024-06-25T21:27:02.886Z | Downloaded crucible-workspace-hack v0.1.0 |
721 | 2024-06-25T21:27:02.888Z | Downloaded cexpr v0.6.0 |
722 | 2024-06-25T21:27:02.893Z | Downloaded newline-converter v0.3.0 |
723 | 2024-06-25T21:27:02.893Z | Downloaded nibble_vec v0.1.0 |
724 | 2024-06-25T21:27:02.896Z | Downloaded mockall v0.12.1 |
725 | 2024-06-25T21:27:02.899Z | Downloaded multer v3.1.0 |
726 | 2024-06-25T21:27:02.899Z | Downloaded async-stream v0.3.5 |
727 | 2024-06-25T21:27:02.902Z | Downloaded precomputed-hash v0.1.1 |
728 | 2024-06-25T21:27:02.903Z | Downloaded base16ct v0.2.0 |
729 | 2024-06-25T21:27:02.906Z | Downloaded chacha20 v0.9.1 |
730 | 2024-06-25T21:27:02.906Z | Downloaded portpicker v0.1.1 |
731 | 2024-06-25T21:27:02.909Z | Downloaded path-slash v0.1.5 |
732 | 2024-06-25T21:27:02.909Z | Downloaded crc-catalog v2.4.0 |
733 | 2024-06-25T21:27:02.912Z | Downloaded bb8 v0.8.3 |
734 | 2024-06-25T21:27:02.912Z | Downloaded constant_time_eq v0.3.0 |
735 | 2024-06-25T21:27:02.912Z | Downloaded phf_shared v0.10.0 |
736 | 2024-06-25T21:27:02.915Z | Downloaded pretty-hex v0.2.1 |
737 | 2024-06-25T21:27:02.915Z | Downloaded newtype_derive v0.1.6 |
738 | 2024-06-25T21:27:02.918Z | Downloaded opaque-debug v0.3.1 |
739 | 2024-06-25T21:27:02.918Z | Downloaded bitstruct v0.1.1 |
740 | 2024-06-25T21:27:02.921Z | Downloaded predicates-tree v1.0.9 |
741 | 2024-06-25T21:27:02.921Z | Downloaded predicates-core v1.0.6 |
742 | 2024-06-25T21:27:02.924Z | Downloaded ciborium-ll v0.2.2 |
743 | 2024-06-25T21:27:02.924Z | Downloaded pem v3.0.4 |
744 | 2024-06-25T21:27:02.927Z | Downloaded olpc-cjson v0.1.3 |
745 | 2024-06-25T21:27:02.927Z | Downloaded num-iter v0.1.45 |
746 | 2024-06-25T21:27:02.930Z | Downloaded newtype-uuid v1.1.0 |
747 | 2024-06-25T21:27:02.930Z | Downloaded arrayref v0.3.7 |
748 | 2024-06-25T21:27:02.933Z | Downloaded defmt-parser v0.3.4 |
749 | 2024-06-25T21:27:02.933Z | Downloaded packed_struct v0.10.1 |
750 | 2024-06-25T21:27:02.935Z | Downloaded psl-types v2.0.11 |
751 | 2024-06-25T21:27:02.935Z | Downloaded async-trait v0.1.80 |
752 | 2024-06-25T21:27:02.938Z | Downloaded ascii v1.1.0 |
753 | 2024-06-25T21:27:02.941Z | Downloaded parse-display v0.9.0 |
754 | 2024-06-25T21:27:02.944Z | Downloaded r2d2 v0.8.10 |
755 | 2024-06-25T21:27:02.944Z | Downloaded data-encoding v2.6.0 |
756 | 2024-06-25T21:27:02.947Z | Downloaded cookie_store v0.20.0 |
757 | 2024-06-25T21:27:02.949Z | Downloaded rand_seeder v0.2.3 |
758 | 2024-06-25T21:27:02.949Z | Downloaded rand_chacha v0.3.1 |
759 | 2024-06-25T21:27:02.952Z | Downloaded cfg_aliases v0.1.1 |
760 | 2024-06-25T21:27:02.952Z | Downloaded normalize-line-endings v0.3.0 |
761 | 2024-06-25T21:27:02.955Z | Downloaded number_prefix v0.4.0 |
762 | 2024-06-25T21:27:02.955Z | Downloaded bit-vec v0.6.3 |
763 | 2024-06-25T21:27:02.958Z | Downloaded derive_builder_macro v0.20.0 |
764 | 2024-06-25T21:27:02.958Z | Downloaded parking_lot v0.11.2 |
765 | 2024-06-25T21:27:02.960Z | Downloaded cstr-argument v0.1.2 |
766 | 2024-06-25T21:27:02.960Z | Downloaded quick-error v1.2.3 |
767 | 2024-06-25T21:27:02.963Z | Downloaded num-complex v0.4.6 |
768 | 2024-06-25T21:27:02.963Z | Downloaded password-hash v0.5.0 |
769 | 2024-06-25T21:27:02.971Z | Downloaded platforms v3.4.0 |
770 | 2024-06-25T21:27:02.974Z | Downloaded postgres-types v0.2.6 |
771 | 2024-06-25T21:27:02.974Z | Downloaded pkcs1 v0.7.5 |
772 | 2024-06-25T21:27:02.974Z | Downloaded defmt v0.3.8 |
773 | 2024-06-25T21:27:02.977Z | Downloaded downcast v0.11.0 |
774 | 2024-06-25T21:27:02.980Z | Downloaded fxhash v0.2.1 |
775 | 2024-06-25T21:27:02.980Z | Downloaded derive_builder_core v0.20.0 |
776 | 2024-06-25T21:27:02.985Z | Downloaded instant v0.1.12 |
777 | 2024-06-25T21:27:02.985Z | Downloaded oso-derive v0.27.3 |
778 | 2024-06-25T21:27:02.985Z | Downloaded postgres-protocol v0.6.6 |
779 | 2024-06-25T21:27:02.988Z | Downloaded convert_case v0.4.0 |
780 | 2024-06-25T21:27:02.988Z | Downloaded cipher v0.4.4 |
781 | 2024-06-25T21:27:02.991Z | Downloaded wyz v0.5.1 |
782 | 2024-06-25T21:27:02.991Z | Downloaded ref-cast-impl v1.0.23 |
783 | 2024-06-25T21:27:02.994Z | Downloaded mockall_derive v0.12.1 |
784 | 2024-06-25T21:27:02.994Z | Downloaded predicates v3.1.0 |
785 | 2024-06-25T21:27:02.997Z | Downloaded clang-sys v1.7.0 |
786 | 2024-06-25T21:27:03.000Z | Downloaded dyn-clone v1.0.17 |
787 | 2024-06-25T21:27:03.003Z | Downloaded defmt-macros v0.3.9 |
788 | 2024-06-25T21:27:03.003Z | Downloaded cobs v0.2.3 |
789 | 2024-06-25T21:27:03.006Z | Downloaded rand_core v0.6.4 |
790 | 2024-06-25T21:27:03.011Z | Downloaded poly1305 v0.8.0 |
791 | 2024-06-25T21:27:03.011Z | Downloaded num_enum v0.5.11 |
792 | 2024-06-25T21:27:03.014Z | Downloaded peg-macros v0.8.3 |
793 | 2024-06-25T21:27:03.017Z | Downloaded pin-project v1.1.5 |
794 | 2024-06-25T21:27:03.028Z | Downloaded inout v0.1.3 |
795 | 2024-06-25T21:27:03.034Z | Downloaded termtree v0.4.1 |
796 | 2024-06-25T21:27:03.034Z | Downloaded zeroize_derive v1.4.2 |
797 | 2024-06-25T21:27:03.037Z | Downloaded unicode-linebreak v0.1.5 |
798 | 2024-06-25T21:27:03.037Z | Downloaded untrusted v0.7.1 |
799 | 2024-06-25T21:27:03.037Z | Downloaded ref-cast v1.0.23 |
800 | 2024-06-25T21:27:03.040Z | Downloaded phf_shared v0.11.2 |
801 | 2024-06-25T21:27:03.040Z | Downloaded display-error-chain v0.2.0 |
802 | 2024-06-25T21:27:03.040Z | Downloaded zone_cfg_derive v0.1.2 |
803 | 2024-06-25T21:27:03.043Z | Downloaded oso v0.27.3 |
804 | 2024-06-25T21:27:03.046Z | Downloaded argon2 v0.5.3 |
805 | 2024-06-25T21:27:03.047Z | Downloaded libsw v3.3.1 |
806 | 2024-06-25T21:27:03.050Z | Downloaded ahash v0.8.11 |
807 | 2024-06-25T21:27:03.053Z | Downloaded foreign-types-shared v0.3.1 |
808 | 2024-06-25T21:27:03.053Z | Downloaded derive_builder v0.20.0 |
809 | 2024-06-25T21:27:03.056Z | Downloaded der_derive v0.7.2 |
810 | 2024-06-25T21:27:03.061Z | Downloaded matches v0.1.10 |
811 | 2024-06-25T21:27:03.061Z | Downloaded serde-big-array v0.5.1 |
812 | 2024-06-25T21:27:03.062Z | Downloaded prettyplease v0.2.20 |
813 | 2024-06-25T21:27:03.065Z | Downloaded signature v2.2.0 |
814 | 2024-06-25T21:27:03.068Z | Downloaded tokio-tungstenite v0.21.0 |
815 | 2024-06-25T21:27:03.068Z | Downloaded schemars_derive v0.8.21 |
816 | 2024-06-25T21:27:03.071Z | Downloaded num-traits v0.2.19 |
817 | 2024-06-25T21:27:03.081Z | Downloaded strum_macros v0.25.3 |
818 | 2024-06-25T21:27:03.082Z | Downloaded vte v0.11.1 |
819 | 2024-06-25T21:27:03.082Z | Downloaded static_assertions v1.1.0 |
820 | 2024-06-25T21:27:03.082Z | Downloaded unicase v2.7.0 |
821 | 2024-06-25T21:27:03.082Z | Downloaded unarray v0.1.4 |
822 | 2024-06-25T21:27:03.082Z | Downloaded ipnetwork v0.20.0 |
823 | 2024-06-25T21:27:03.088Z | Downloaded owo-colors v4.0.0 |
824 | 2024-06-25T21:27:03.088Z | Downloaded crc-any v2.5.0 |
825 | 2024-06-25T21:27:03.091Z | Downloaded ed25519 v1.5.3 |
826 | 2024-06-25T21:27:03.091Z | Downloaded diesel_table_macro_syntax v0.1.0 |
827 | 2024-06-25T21:27:03.091Z | Downloaded fixedbitset v0.4.2 |
828 | 2024-06-25T21:27:03.099Z | Downloaded crypto-bigint v0.5.5 |
829 | 2024-06-25T21:27:03.102Z | Downloaded either v1.12.0 |
830 | 2024-06-25T21:27:03.102Z | Downloaded managed v0.8.0 |
831 | 2024-06-25T21:27:03.105Z | Downloaded cookie v0.18.1 |
832 | 2024-06-25T21:27:03.107Z | Downloaded maplit v1.0.2 |
833 | 2024-06-25T21:27:03.107Z | Downloaded sigpipe v0.1.3 |
834 | 2024-06-25T21:27:03.108Z | Downloaded headers-core v0.2.0 |
835 | 2024-06-25T21:27:03.110Z | Downloaded serde-big-array v0.4.1 |
836 | 2024-06-25T21:27:03.110Z | Downloaded semver v0.1.20 |
837 | 2024-06-25T21:27:03.113Z | Downloaded secrecy v0.8.0 |
838 | 2024-06-25T21:27:03.113Z | Downloaded kstat-rs v0.2.4 |
839 | 2024-06-25T21:27:03.116Z | Downloaded smawk v0.3.2 |
840 | 2024-06-25T21:27:03.116Z | Downloaded smf v0.2.3 |
841 | 2024-06-25T21:27:03.119Z | Downloaded sec1 v0.7.3 |
842 | 2024-06-25T21:27:03.119Z | Downloaded smallvec v0.6.14 |
843 | 2024-06-25T21:27:03.121Z | Downloaded spin v0.9.8 |
844 | 2024-06-25T21:27:03.124Z | Downloaded const_format v0.2.32 |
845 | 2024-06-25T21:27:03.127Z | Downloaded compact_str v0.7.1 |
846 | 2024-06-25T21:27:03.130Z | Downloaded tiny-keccak v2.0.2 |
847 | 2024-06-25T21:27:03.133Z | Downloaded ident_case v1.0.1 |
848 | 2024-06-25T21:27:03.136Z | Downloaded erased-serde v0.3.31 |
849 | 2024-06-25T21:27:03.139Z | Downloaded chacha20poly1305 v0.10.1 |
850 | 2024-06-25T21:27:03.139Z | Downloaded wait-timeout v0.2.0 |
851 | 2024-06-25T21:27:03.141Z | Downloaded omicron-zone-package v0.11.0 |
852 | 2024-06-25T21:27:03.144Z | Downloaded keccak v0.1.5 |
853 | 2024-06-25T21:27:03.147Z | Downloaded darling_core v0.20.9 |
854 | 2024-06-25T21:27:03.149Z | Downloaded is_ci v1.2.0 |
855 | 2024-06-25T21:27:03.152Z | Downloaded foreign-types v0.5.0 |
856 | 2024-06-25T21:27:03.152Z | Downloaded group v0.13.0 |
857 | 2024-06-25T21:27:03.154Z | Downloaded zip v0.6.6 |
858 | 2024-06-25T21:27:03.158Z | Downloaded num-rational v0.4.2 |
859 | 2024-06-25T21:27:03.160Z | Downloaded siphasher v0.3.11 |
860 | 2024-06-25T21:27:03.163Z | Downloaded signal-hook-tokio v0.3.1 |
861 | 2024-06-25T21:27:03.163Z | Downloaded slog-dtrace v0.3.0 |
862 | 2024-06-25T21:27:03.165Z | Downloaded tls_codec v0.4.1 |
863 | 2024-06-25T21:27:03.168Z | Downloaded flume v0.11.0 |
864 | 2024-06-25T21:27:03.171Z | Downloaded lalrpop-util v0.19.12 |
865 | 2024-06-25T21:27:03.171Z | Downloaded yasna v0.5.2 |
866 | 2024-06-25T21:27:03.174Z | Downloaded env_logger v0.9.3 |
867 | 2024-06-25T21:27:03.176Z | Downloaded minimal-lexical v0.2.1 |
868 | 2024-06-25T21:27:03.181Z | Downloaded backtrace v0.3.71 |
869 | 2024-06-25T21:27:03.186Z | Downloaded spki v0.7.3 |
870 | 2024-06-25T21:27:03.189Z | Downloaded hubpack_derive v0.1.1 |
871 | 2024-06-25T21:27:03.189Z | Downloaded serde_plain v1.0.2 |
872 | 2024-06-25T21:27:03.193Z | Downloaded serde_path_to_error v0.1.16 |
873 | 2024-06-25T21:27:03.196Z | Downloaded embedded-io v0.4.0 |
874 | 2024-06-25T21:27:03.196Z | Downloaded difflib v0.4.0 |
875 | 2024-06-25T21:27:03.196Z | Downloaded toml v0.7.8 |
876 | 2024-06-25T21:27:03.199Z | Downloaded test-strategy v0.3.1 |
877 | 2024-06-25T21:27:03.201Z | Downloaded stability v0.2.0 |
878 | 2024-06-25T21:27:03.204Z | Downloaded hyper-staticfile v0.9.5 |
879 | 2024-06-25T21:27:03.207Z | Downloaded shell-words v1.1.0 |
880 | 2024-06-25T21:27:03.207Z | Downloaded rusty-fork v0.3.0 |
881 | 2024-06-25T21:27:03.210Z | Downloaded tap v1.0.1 |
882 | 2024-06-25T21:27:03.210Z | Downloaded getrandom v0.2.14 |
883 | 2024-06-25T21:27:03.221Z | Downloaded headers v0.3.9 |
884 | 2024-06-25T21:27:03.226Z | Downloaded toolchain_find v0.4.0 |
885 | 2024-06-25T21:27:03.229Z | Downloaded schemars v0.8.21 |
886 | 2024-06-25T21:27:03.238Z | Downloaded samael v0.0.15 |
887 | 2024-06-25T21:27:03.243Z | Downloaded supports-color v3.0.0 |
888 | 2024-06-25T21:27:03.246Z | Downloaded subtle v2.5.0 |
889 | 2024-06-25T21:27:03.246Z | Downloaded termcolor v1.4.1 |
890 | 2024-06-25T21:27:03.249Z | Downloaded endian-type v0.1.2 |
891 | 2024-06-25T21:27:03.249Z | Downloaded vte_generate_state_changes v0.1.1 |
892 | 2024-06-25T21:27:03.249Z | Downloaded linear-map v1.2.0 |
893 | 2024-06-25T21:27:03.252Z | Downloaded iana-time-zone v0.1.60 |
894 | 2024-06-25T21:27:03.255Z | Downloaded lazycell v1.3.0 |
895 | 2024-06-25T21:27:03.255Z | Downloaded rcgen v0.12.1 |
896 | 2024-06-25T21:27:03.257Z | Downloaded heck v0.3.3 |
897 | 2024-06-25T21:27:03.258Z | Downloaded flagset v0.4.5 |
898 | 2024-06-25T21:27:03.260Z | Downloaded stable_deref_trait v1.2.0 |
899 | 2024-06-25T21:27:03.260Z | Downloaded enum-as-inner v0.5.1 |
900 | 2024-06-25T21:27:03.263Z | Downloaded termios v0.3.3 |
901 | 2024-06-25T21:27:03.266Z | Downloaded signal-hook v0.3.17 |
902 | 2024-06-25T21:27:03.268Z | Downloaded rand v0.8.5 |
903 | 2024-06-25T21:27:03.271Z | Downloaded similar v2.5.0 |
904 | 2024-06-25T21:27:03.276Z | Downloaded hyper-rustls v0.24.2 |
905 | 2024-06-25T21:27:03.279Z | Downloaded ena v0.14.3 |
906 | 2024-06-25T21:27:03.282Z | Downloaded rustfmt-wrapper v0.2.1 |
907 | 2024-06-25T21:27:03.285Z | Downloaded memoffset v0.9.1 |
908 | 2024-06-25T21:27:03.285Z | Downloaded linked-hash-map v0.5.6 |
909 | 2024-06-25T21:27:03.288Z | Downloaded structmeta-derive v0.2.0 |
910 | 2024-06-25T21:27:03.288Z | Downloaded structmeta v0.3.0 |
911 | 2024-06-25T21:27:03.288Z | Downloaded tokio-rustls v0.24.1 |
912 | 2024-06-25T21:27:03.291Z | Downloaded string_cache v0.8.7 |
913 | 2024-06-25T21:27:03.293Z | Downloaded serde_arrays v0.1.0 |
914 | 2024-06-25T21:27:03.293Z | Downloaded highway v1.1.0 |
915 | 2024-06-25T21:27:03.296Z | Downloaded ron v0.7.1 |
916 | 2024-06-25T21:27:03.300Z | Downloaded hash32 v0.3.1 |
917 | 2024-06-25T21:27:03.303Z | Downloaded sct v0.7.1 |
918 | 2024-06-25T21:27:03.306Z | Downloaded resolv-conf v0.7.0 |
919 | 2024-06-25T21:27:03.308Z | Downloaded hex v0.4.3 |
920 | 2024-06-25T21:27:03.311Z | Downloaded hash32 v0.2.1 |
921 | 2024-06-25T21:27:03.311Z | Downloaded ron v0.8.1 |
922 | 2024-06-25T21:27:03.317Z | Downloaded untrusted v0.9.0 |
923 | 2024-06-25T21:27:03.320Z | Downloaded stringprep v0.1.4 |
924 | 2024-06-25T21:27:03.323Z | Downloaded sha1 v0.10.6 |
925 | 2024-06-25T21:27:03.323Z | Downloaded textwrap v0.16.1 |
926 | 2024-06-25T21:27:03.326Z | Downloaded uzers v0.11.3 |
927 | 2024-06-25T21:27:03.328Z | Downloaded elliptic-curve v0.13.8 |
928 | 2024-06-25T21:27:03.332Z | Downloaded diff v0.1.13 |
929 | 2024-06-25T21:27:03.335Z | Downloaded tracing-attributes v0.1.27 |
930 | 2024-06-25T21:27:03.340Z | Downloaded trust-dns-server v0.22.1 |
931 | 2024-06-25T21:27:03.344Z | Downloaded fatfs v0.3.6 |
932 | 2024-06-25T21:27:03.347Z | Downloaded rustls-pemfile v2.1.2 |
933 | 2024-06-25T21:27:03.350Z | Downloaded indicatif v0.17.8 |
934 | 2024-06-25T21:27:03.354Z | Downloaded half v2.4.1 |
935 | 2024-06-25T21:27:03.358Z | Downloaded serde_with_macros v3.8.1 |
936 | 2024-06-25T21:27:03.360Z | Downloaded vsss-rs v3.3.4 |
937 | 2024-06-25T21:27:03.363Z | Downloaded num-bigint-dig v0.8.4 |
938 | 2024-06-25T21:27:03.368Z | Downloaded crossterm v0.27.0 |
939 | 2024-06-25T21:27:03.375Z | Downloaded uuid v1.8.0 |
940 | 2024-06-25T21:27:03.379Z | Downloaded unsafe-libyaml v0.2.11 |
941 | 2024-06-25T21:27:03.383Z | Downloaded libxml v0.3.3 |
942 | 2024-06-25T21:27:03.389Z | Downloaded portable-atomic v1.6.0 |
943 | 2024-06-25T21:27:03.396Z | Downloaded heapless v0.7.17 |
944 | 2024-06-25T21:27:03.400Z | Downloaded unicode_categories v0.1.1 |
945 | 2024-06-25T21:27:03.404Z | Downloaded libm v0.2.8 |
946 | 2024-06-25T21:27:03.412Z | Downloaded blake3 v1.5.1 |
947 | 2024-06-25T21:27:03.419Z | Downloaded serde_yaml v0.9.34+deprecated |
948 | 2024-06-25T21:27:03.424Z | Downloaded salty v0.2.0 |
949 | 2024-06-25T21:27:03.430Z | Downloaded toml_edit v0.19.15 |
950 | 2024-06-25T21:27:03.448Z | Downloaded quick-xml v0.31.0 |
951 | 2024-06-25T21:27:03.454Z | Downloaded expectorate v1.1.0 |
952 | 2024-06-25T21:27:03.457Z | Downloaded steno v0.4.0 |
953 | 2024-06-25T21:27:03.460Z | Downloaded rayon v1.10.0 |
954 | 2024-06-25T21:27:03.471Z | Downloaded itertools v0.12.1 |
955 | 2024-06-25T21:27:03.478Z | Downloaded hashbrown v0.12.3 |
956 | 2024-06-25T21:27:03.482Z | Downloaded regex-automata v0.1.10 |
957 | 2024-06-25T21:27:03.487Z | Downloaded proptest v1.4.0 |
958 | 2024-06-25T21:27:03.497Z | Downloaded bitvec v1.0.1 |
959 | 2024-06-25T21:27:03.514Z | Downloaded winnow v0.5.40 |
960 | 2024-06-25T21:27:03.523Z | Downloaded serde_with v3.8.1 |
961 | 2024-06-25T21:27:03.533Z | Downloaded radix_trie v0.2.1 |
962 | 2024-06-25T21:27:03.537Z | Downloaded tough v0.17.1 |
963 | 2024-06-25T21:27:03.546Z | Downloaded rustyline v14.0.0 |
964 | 2024-06-25T21:27:03.552Z | Downloaded rustls-webpki v0.102.4 |
965 | 2024-06-25T21:27:03.572Z | Downloaded sqlparser v0.45.0 |
966 | 2024-06-25T21:27:03.577Z | Downloaded hkdf v0.12.4 |
967 | 2024-06-25T21:27:03.580Z | Downloaded nix v0.28.0 |
968 | 2024-06-25T21:27:03.592Z | Downloaded idna v0.2.3 |
969 | 2024-06-25T21:27:03.598Z | Downloaded trust-dns-proto v0.22.0 |
970 | 2024-06-25T21:27:03.612Z | Downloaded diesel v2.1.6 |
971 | 2024-06-25T21:27:03.630Z | Downloaded gimli v0.28.1 |
972 | 2024-06-25T21:27:03.638Z | Downloaded idna v0.3.0 |
973 | 2024-06-25T21:27:03.645Z | Downloaded smoltcp v0.9.1 |
974 | 2024-06-25T21:27:03.657Z | Downloaded ratatui v0.26.2 |
975 | 2024-06-25T21:27:03.675Z | Downloaded rustls v0.22.4 |
976 | 2024-06-25T21:27:03.690Z | Downloaded regress v0.9.1 |
977 | 2024-06-25T21:27:03.698Z | Downloaded regex-automata v0.4.6 |
978 | 2024-06-25T21:27:03.715Z | Downloaded finl_unicode v1.2.0 |
979 | 2024-06-25T21:27:03.727Z | Downloaded petgraph v0.6.5 |
980 | 2024-06-25T21:27:03.744Z | Downloaded rustls v0.21.12 |
981 | 2024-06-25T21:27:03.755Z | Downloaded sled v0.34.7 |
982 | 2024-06-25T21:27:03.765Z | Downloaded zerocopy-derive v0.6.6 |
983 | 2024-06-25T21:27:03.775Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
984 | 2024-06-25T21:27:03.786Z | Downloaded smoltcp v0.11.0 |
985 | 2024-06-25T21:27:03.799Z | Downloaded regex-syntax v0.8.3 |
986 | 2024-06-25T21:27:03.807Z | Downloaded openapiv3 v2.0.0 |
987 | 2024-06-25T21:27:03.818Z | Downloaded bstr v1.9.1 |
988 | 2024-06-25T21:27:03.829Z | Downloaded bstr v0.2.17 |
989 | 2024-06-25T21:27:03.838Z | Downloaded sha3 v0.10.8 |
990 | 2024-06-25T21:27:03.842Z | Downloaded csv v1.3.0 |
991 | 2024-06-25T21:27:03.861Z | Downloaded regex-syntax v0.6.29 |
992 | 2024-06-25T21:27:03.867Z | Downloaded polar-core v0.27.3 |
993 | 2024-06-25T21:27:03.875Z | Downloaded object v0.32.2 |
994 | 2024-06-25T21:27:03.888Z | Downloaded nix v0.27.1 |
995 | 2024-06-25T21:27:03.913Z | Downloaded webpki-roots v0.25.4 |
996 | 2024-06-25T21:27:03.920Z | Downloaded regex v1.10.4 |
997 | 2024-06-25T21:27:03.937Z | Downloaded object v0.30.4 |
998 | 2024-06-25T21:27:03.950Z | Downloaded curve25519-dalek v4.1.2 |
999 | 2024-06-25T21:27:03.962Z | Downloaded lalrpop v0.19.12 |
1000 | 2024-06-25T21:27:03.977Z | Downloaded rustls-webpki v0.101.7 |
1001 | 2024-06-25T21:27:03.991Z | Downloaded chrono v0.4.38 |
1002 | 2024-06-25T21:27:03.998Z | Downloaded bindgen v0.69.4 |
1003 | 2024-06-25T21:27:04.005Z | Downloaded itertools v0.10.5 |
1004 | 2024-06-25T21:27:04.011Z | Downloaded heapless v0.8.0 |
1005 | 2024-06-25T21:27:04.015Z | Downloaded x509-cert v0.2.5 |
1006 | 2024-06-25T21:27:04.021Z | Downloaded aho-corasick v1.1.3 |
1007 | 2024-06-25T21:27:04.026Z | Downloaded rsa v0.9.6 |
1008 | 2024-06-25T21:27:04.031Z | Downloaded zerocopy v0.6.6 |
1009 | 2024-06-25T21:27:04.034Z | Downloaded tungstenite v0.20.1 |
1010 | 2024-06-25T21:27:04.036Z | Downloaded hashbrown v0.13.2 |
1011 | 2024-06-25T21:27:04.041Z | Downloaded reedline v0.31.0 |
1012 | 2024-06-25T21:27:04.048Z | Downloaded trust-dns-resolver v0.22.0 |
1013 | 2024-06-25T21:27:04.052Z | Downloaded trust-dns-client v0.22.0 |
1014 | 2024-06-25T21:27:04.058Z | Downloaded http v1.1.0 |
1015 | 2024-06-25T21:27:04.061Z | Downloaded nom v7.1.3 |
1016 | 2024-06-25T21:27:04.067Z | Downloaded rustls-pki-types v1.7.0 |
1017 | 2024-06-25T21:27:04.069Z | Downloaded tokio-rustls v0.25.0 |
1018 | 2024-06-25T21:27:04.072Z | Downloaded libefi-sys v0.1.0 |
1019 | 2024-06-25T21:27:04.072Z | Downloaded diesel_derives v2.1.4 |
1020 | 2024-06-25T21:27:04.076Z | Downloaded publicsuffix v2.2.3 |
1021 | 2024-06-25T21:27:04.079Z | Downloaded float-cmp v0.9.0 |
1022 | 2024-06-25T21:27:04.082Z | Downloaded ff v0.13.0 |
1023 | 2024-06-25T21:27:04.082Z | Downloaded topological-sort v0.2.2 |
1024 | 2024-06-25T21:27:04.086Z | Downloaded strip-ansi-escapes v0.2.0 |
1025 | 2024-06-25T21:27:04.086Z | Downloaded env_logger v0.10.2 |
1026 | 2024-06-25T21:27:04.089Z | Downloaded serde-hex v0.1.0 |
1027 | 2024-06-25T21:27:04.090Z | Downloaded utf-8 v0.7.6 |
1028 | 2024-06-25T21:27:04.092Z | Downloaded tui-tree-widget v0.19.0 |
1029 | 2024-06-25T21:27:04.092Z | Downloaded snafu-derive v0.8.2 |
1030 | 2024-06-25T21:27:04.093Z | Downloaded snafu v0.8.2 |
1031 | 2024-06-25T21:27:04.098Z | Downloaded memmap2 v0.9.4 |
1032 | 2024-06-25T21:27:04.102Z | Downloaded socket2 v0.4.10 |
1033 | 2024-06-25T21:27:04.105Z | Downloaded thiserror-no-std v2.0.2 |
1034 | 2024-06-25T21:27:04.107Z | Downloaded unicode-segmentation v1.11.0 |
1035 | 2024-06-25T21:27:04.110Z | Downloaded typed-path v0.7.1 |
1036 | 2024-06-25T21:27:04.114Z | Downloaded lazy_static v1.4.0 |
1037 | 2024-06-25T21:27:04.118Z | Downloaded indoc v2.0.5 |
1038 | 2024-06-25T21:27:04.121Z | Downloaded indoc v1.0.9 |
1039 | 2024-06-25T21:27:04.121Z | Downloaded walkdir v2.5.0 |
1040 | 2024-06-25T21:27:04.123Z | Downloaded waitgroup v0.1.2 |
1041 | 2024-06-25T21:27:04.123Z | Downloaded tls_codec_derive v0.4.1 |
1042 | 2024-06-25T21:27:04.126Z | Downloaded md-5 v0.10.6 |
1043 | 2024-06-25T21:27:04.129Z | Downloaded lru v0.12.3 |
1044 | 2024-06-25T21:27:04.129Z | Downloaded serde_derive_internals v0.29.1 |
1045 | 2024-06-25T21:27:04.129Z | Downloaded spin v0.5.2 |
1046 | 2024-06-25T21:27:04.132Z | Downloaded tempfile v3.10.1 |
1047 | 2024-06-25T21:27:04.136Z | Downloaded tokio-postgres v0.7.10 |
1048 | 2024-06-25T21:27:04.140Z | Downloaded structmeta-derive v0.3.0 |
1049 | 2024-06-25T21:27:04.143Z | Downloaded fastrand v2.1.0 |
1050 | 2024-06-25T21:27:04.143Z | Downloaded universal-hash v0.5.1 |
1051 | 2024-06-25T21:27:04.146Z | Downloaded unicode-xid v0.2.4 |
1052 | 2024-06-25T21:27:04.147Z | Downloaded humantime v2.1.0 |
1053 | 2024-06-25T21:27:04.147Z | Downloaded indexmap v1.9.3 |
1054 | 2024-06-25T21:27:04.149Z | Downloaded hmac v0.12.1 |
1055 | 2024-06-25T21:27:04.152Z | Downloaded tungstenite v0.21.0 |
1056 | 2024-06-25T21:27:04.155Z | Downloaded num-bigint v0.4.5 |
1057 | 2024-06-25T21:27:04.158Z | Downloaded tabwriter v1.4.0 |
1058 | 2024-06-25T21:27:04.161Z | Downloaded sqlparser_derive v0.2.2 |
1059 | 2024-06-25T21:27:04.161Z | Downloaded zeroize v1.7.0 |
1060 | 2024-06-25T21:27:04.164Z | Downloaded zone v0.1.8 |
1061 | 2024-06-25T21:27:04.164Z | Downloaded sqlformat v0.2.3 |
1062 | 2024-06-25T21:27:04.164Z | Downloaded slog-scope v4.4.0 |
1063 | 2024-06-25T21:27:04.167Z | Downloaded serde_repr v0.1.19 |
1064 | 2024-06-25T21:27:04.169Z | Downloaded subprocess v0.2.9 |
1065 | 2024-06-25T21:27:04.169Z | Downloaded der v0.7.9 |
1066 | 2024-06-25T21:27:04.174Z | Downloaded slog-envlogger v2.2.0 |
1067 | 2024-06-25T21:27:04.177Z | Downloaded rustc_version v0.4.0 |
1068 | 2024-06-25T21:27:04.180Z | Downloaded rustc_version v0.1.7 |
1069 | 2024-06-25T21:27:04.180Z | Downloaded shlex v1.3.0 |
1070 | 2024-06-25T21:27:04.180Z | Downloaded signal-hook-mio v0.2.3 |
1071 | 2024-06-25T21:27:04.182Z | Downloaded rtoolbox v0.0.2 |
1072 | 2024-06-25T21:27:04.182Z | Downloaded rpassword v7.3.1 |
1073 | 2024-06-25T21:27:04.182Z | Downloaded getopts v0.2.21 |
1074 | 2024-06-25T21:27:04.185Z | Downloaded impl-trait-for-tuples v0.2.2 |
1075 | 2024-06-25T21:27:04.188Z | Downloaded float-ord v0.3.2 |
1076 | 2024-06-25T21:27:04.188Z | Downloaded globset v0.4.14 |
1077 | 2024-06-25T21:27:04.190Z | Downloaded fragile v2.0.0 |
1078 | 2024-06-25T21:27:04.190Z | Downloaded foreign-types-macros v0.2.3 |
1079 | 2024-06-25T21:27:04.195Z | Downloaded fd-lock v4.0.2 |
1080 | 2024-06-25T21:27:04.195Z | Downloaded tokio-tungstenite v0.20.1 |
1081 | 2024-06-25T21:27:04.198Z | Downloaded tokio-stream v0.1.15 |
1082 | 2024-06-25T21:27:04.201Z | Downloaded strum_macros v0.24.3 |
1083 | 2024-06-25T21:27:04.204Z | Downloaded maybe-uninit v2.0.0 |
1084 | 2024-06-25T21:27:04.204Z | Downloaded whoami v1.5.1 |
1085 | 2024-06-25T21:27:04.204Z | Downloaded which v4.4.2 |
1086 | 2024-06-25T21:27:04.207Z | Downloaded allocator-api2 v0.2.18 |
1087 | 2024-06-25T21:27:04.209Z | Downloaded toml v0.5.11 |
1088 | 2024-06-25T21:27:04.212Z | Downloaded hubpack v0.1.2 |
1089 | 2024-06-25T21:27:04.212Z | Downloaded rustc-hash v1.1.0 |
1090 | 2024-06-25T21:27:04.215Z | Downloaded rustc-demangle v0.1.24 |
1091 | 2024-06-25T21:27:04.215Z | Downloaded libloading v0.8.3 |
1092 | 2024-06-25T21:27:04.218Z | Downloaded lru-cache v0.1.2 |
1093 | 2024-06-25T21:27:04.218Z | Downloaded glob v0.3.1 |
1094 | 2024-06-25T21:27:04.220Z | Downloaded rayon-core v1.12.1 |
1095 | 2024-06-25T21:27:04.223Z | Downloaded postcard v1.0.8 |
1096 | 2024-06-25T21:27:04.226Z | Downloaded const_format_proc_macros v0.2.32 |
1097 | 2024-06-25T21:27:04.228Z | Downloaded const-oid v0.9.6 |
1098 | 2024-06-25T21:27:04.231Z | Downloaded parking_lot_core v0.8.6 |
1099 | 2024-06-25T21:27:04.233Z | Downloaded pem-rfc7468 v0.7.0 |
1100 | 2024-06-25T21:27:04.233Z | Downloaded base64 v0.13.1 |
1101 | 2024-06-25T21:27:04.236Z | Downloaded arc-swap v1.7.1 |
1102 | 2024-06-25T21:27:04.239Z | Downloaded slog-stdlog v4.1.1 |
1103 | 2024-06-25T21:27:04.242Z | Downloaded phf v0.11.2 |
1104 | 2024-06-25T21:27:04.242Z | Downloaded console v0.15.8 |
1105 | 2024-06-25T21:27:04.245Z | Downloaded structmeta v0.2.0 |
1106 | 2024-06-25T21:27:04.248Z | Downloaded ring v0.17.8 |
1107 | 2024-06-25T21:27:04.313Z | Downloaded signature v1.6.4 |
1108 | 2024-06-25T21:27:04.316Z | Downloaded scheduled-thread-pool v0.2.7 |
1109 | 2024-06-25T21:27:04.316Z | Downloaded same-file v1.0.6 |
1110 | 2024-06-25T21:27:04.319Z | Downloaded csv-core v0.1.11 |
1111 | 2024-06-25T21:27:04.319Z | Downloaded cancel-safe-futures v0.1.5 |
1112 | 2024-06-25T21:27:04.322Z | Downloaded base64 v0.22.1 |
1113 | 2024-06-25T21:27:04.325Z | Downloaded paste v1.0.15 |
1114 | 2024-06-25T21:27:04.327Z | Downloaded gethostname v0.4.3 |
1115 | 2024-06-25T21:27:04.330Z | Downloaded funty v2.0.0 |
1116 | 2024-06-25T21:27:04.330Z | Downloaded rand_xorshift v0.3.0 |
1117 | 2024-06-25T21:27:04.330Z | Downloaded radium v0.7.0 |
1118 | 2024-06-25T21:27:04.330Z | Downloaded proc-macro-crate v1.3.1 |
1119 | 2024-06-25T21:27:04.333Z | Downloaded ppv-lite86 v0.2.17 |
1120 | 2024-06-25T21:27:04.333Z | Downloaded peg v0.8.3 |
1121 | 2024-06-25T21:27:04.336Z | Downloaded packed_struct_codegen v0.10.1 |
1122 | 2024-06-25T21:27:04.339Z | Downloaded num-derive v0.4.2 |
1123 | 2024-06-25T21:27:04.339Z | Downloaded derive_more v0.99.17 |
1124 | 2024-06-25T21:27:04.343Z | Downloaded derive-where v1.2.7 |
1125 | 2024-06-25T21:27:04.347Z | Downloaded ciborium v0.2.2 |
1126 | 2024-06-25T21:27:04.349Z | Downloaded bitfield v0.14.0 |
1127 | 2024-06-25T21:27:04.352Z | Downloaded bcs v0.1.6 |
1128 | 2024-06-25T21:27:04.355Z | Downloaded ring v0.16.20 |
1129 | 2024-06-25T21:27:04.433Z | Downloaded hostname v0.4.0 |
1130 | 2024-06-25T21:27:04.435Z | Downloaded home v0.5.9 |
1131 | 2024-06-25T21:27:04.436Z | Downloaded fallible-iterator v0.2.0 |
1132 | 2024-06-25T21:27:04.436Z | Downloaded pin-project-internal v1.1.5 |
1133 | 2024-06-25T21:27:04.439Z | Downloaded peg-runtime v0.8.3 |
1134 | 2024-06-25T21:27:04.439Z | Downloaded crossbeam-epoch v0.9.18 |
1135 | 2024-06-25T21:27:04.441Z | Downloaded cookie v0.17.0 |
1136 | 2024-06-25T21:27:04.444Z | Downloaded base64ct v1.6.0 |
1137 | 2024-06-25T21:27:04.444Z | Downloaded async-recursion v1.1.1 |
1138 | 2024-06-25T21:27:04.447Z | Downloaded num v0.4.3 |
1139 | 2024-06-25T21:27:04.450Z | Downloaded debug-ignore v1.0.5 |
1140 | 2024-06-25T21:27:04.452Z | Downloaded corncobs v0.1.3 |
1141 | 2024-06-25T21:27:04.452Z | Downloaded http-range v0.1.5 |
1142 | 2024-06-25T21:27:04.452Z | Downloaded thiserror-impl-no-std v2.0.2 |
1143 | 2024-06-25T21:27:04.455Z | Downloaded parse-size v1.0.0 |
1144 | 2024-06-25T21:27:04.455Z | Downloaded curve25519-dalek-derive v0.1.1 |
1145 | 2024-06-25T21:27:04.455Z | Downloaded darling v0.20.9 |
1146 | 2024-06-25T21:27:04.459Z | Downloaded crossbeam-deque v0.8.5 |
1147 | 2024-06-25T21:27:04.462Z | Downloaded ascii-canvas v3.0.0 |
1148 | 2024-06-25T21:27:04.462Z | Downloaded crc v3.2.1 |
1149 | 2024-06-25T21:27:04.465Z | Downloaded castaway v0.2.2 |
1150 | 2024-06-25T21:27:04.470Z | Downloaded buf-list v1.0.3 |
1151 | 2024-06-25T21:27:04.470Z | Downloaded atomic-waker v1.1.2 |
1152 | 2024-06-25T21:27:04.473Z | Downloaded pkcs8 v0.10.2 |
1153 | 2024-06-25T21:27:04.473Z | Downloaded nu-ansi-term v0.50.0 |
1154 | 2024-06-25T21:27:04.473Z | Downloaded crunchy v0.2.2 |
1155 | 2024-06-25T21:27:04.476Z | Downloaded cassowary v0.3.0 |
1156 | 2024-06-25T21:27:04.476Z | Downloaded bzip2 v0.4.4 |
1157 | 2024-06-25T21:27:04.476Z | Downloaded backoff v0.4.0 |
1158 | 2024-06-25T21:27:04.479Z | Downloaded parse-display-derive v0.9.0 |
1159 | 2024-06-25T21:27:04.479Z | Downloaded num-integer v0.1.46 |
1160 | 2024-06-25T21:27:04.483Z | Downloaded bit-set v0.5.3 |
1161 | 2024-06-25T21:27:04.483Z | Downloaded arrayvec v0.7.4 |
1162 | 2024-06-25T21:27:04.486Z | Downloaded num_enum_derive v0.5.11 |
1163 | 2024-06-25T21:27:04.486Z | Downloaded multimap v0.10.0 |
1164 | 2024-06-25T21:27:04.486Z | Downloaded async-stream-impl v0.3.5 |
1165 | 2024-06-25T21:27:04.486Z | Downloaded new_debug_unreachable v1.0.6 |
1166 | 2024-06-25T21:27:04.486Z | Downloaded nanorand v0.7.0 |
1167 | 2024-06-25T21:27:04.489Z | Downloaded colored v2.1.0 |
1168 | 2024-06-25T21:27:04.492Z | Downloaded camino-tempfile v1.1.1 |
1169 | 2024-06-25T21:27:04.492Z | Downloaded array-init v0.0.4 |
1170 | 2024-06-25T21:27:04.492Z | Downloaded aead v0.5.2 |
1171 | 2024-06-25T21:27:04.498Z | Downloaded block-padding v0.3.3 |
1172 | 2024-06-25T21:27:04.499Z | Downloaded bitflags v1.3.2 |
1173 | 2024-06-25T21:27:04.502Z | Downloaded mime_guess v2.0.4 |
1174 | 2024-06-25T21:27:04.502Z | Downloaded atty v0.2.14 |
1175 | 2024-06-25T21:27:04.645Z | Compiling proc-macro2 v1.0.86 |
1176 | 2024-06-25T21:27:04.649Z | Compiling unicode-ident v1.0.12 |
1177 | 2024-06-25T21:27:04.649Z | Compiling libc v0.2.155 |
1178 | 2024-06-25T21:27:04.649Z | Compiling serde v1.0.203 |
1179 | 2024-06-25T21:27:04.649Z | Compiling autocfg v1.3.0 |
1180 | 2024-06-25T21:27:04.649Z | Compiling version_check v0.9.4 |
1181 | 2024-06-25T21:27:04.649Z | Compiling cfg-if v1.0.0 |
1182 | 2024-06-25T21:27:04.884Z | Compiling cc v1.0.97 |
1183 | 2024-06-25T21:27:04.923Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-06-25T21:27:04.976Z | Compiling once_cell v1.19.0 |
1185 | 2024-06-25T21:27:05.392Z | Compiling serde_json v1.0.117 |
1186 | 2024-06-25T21:27:05.447Z | Compiling libm v0.2.8 |
1187 | 2024-06-25T21:27:05.531Z | Compiling ahash v0.8.11 |
1188 | 2024-06-25T21:27:05.649Z | Compiling lock_api v0.4.12 |
1189 | 2024-06-25T21:27:05.675Z | Compiling byteorder v1.5.0 |
1190 | 2024-06-25T21:27:05.732Z | Compiling num-traits v0.2.19 |
1191 | 2024-06-25T21:27:05.837Z | Compiling memchr v2.7.2 |
1192 | 2024-06-25T21:27:05.904Z | Compiling thiserror v1.0.60 |
1193 | 2024-06-25T21:27:05.991Z | Compiling typenum v1.17.0 |
1194 | 2024-06-25T21:27:06.124Z | Compiling log v0.4.21 |
1195 | 2024-06-25T21:27:06.402Z | Compiling quote v1.0.36 |
1196 | 2024-06-25T21:27:06.529Z | Compiling itoa v1.0.11 |
1197 | 2024-06-25T21:27:06.757Z | Compiling syn v2.0.68 |
1198 | 2024-06-25T21:27:06.919Z | Compiling getrandom v0.2.14 |
1199 | 2024-06-25T21:27:06.988Z | Compiling generic-array v0.14.7 |
1200 | 2024-06-25T21:27:07.378Z | Compiling scopeguard v1.2.0 |
1201 | 2024-06-25T21:27:07.555Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-06-25T21:27:07.647Z | Compiling slab v0.4.9 |
1203 | 2024-06-25T21:27:07.933Z | Compiling ring v0.17.8 |
1204 | 2024-06-25T21:27:07.960Z | Compiling ryu v1.0.18 |
1205 | 2024-06-25T21:27:08.052Z | Compiling smallvec v1.13.2 |
1206 | 2024-06-25T21:27:08.221Z | Compiling semver v1.0.23 |
1207 | 2024-06-25T21:27:08.330Z | Compiling schemars v0.8.21 |
1208 | 2024-06-25T21:27:08.525Z | Compiling pin-project-lite v0.2.14 |
1209 | 2024-06-25T21:27:08.696Z | Compiling equivalent v1.0.1 |
1210 | 2024-06-25T21:27:08.801Z | Compiling pkg-config v0.3.30 |
1211 | 2024-06-25T21:27:08.847Z | Compiling vcpkg v0.2.15 |
1212 | 2024-06-25T21:27:09.003Z | Compiling parking_lot v0.12.2 |
1213 | 2024-06-25T21:27:09.521Z | Compiling signal-hook-registry v1.4.2 |
1214 | 2024-06-25T21:27:10.210Z | Compiling syn v1.0.109 |
1215 | 2024-06-25T21:27:10.688Z | Compiling openssl-sys v0.9.102 |
1216 | 2024-06-25T21:27:10.832Z | Compiling mio v0.8.11 |
1217 | 2024-06-25T21:27:11.575Z | Compiling rand_core v0.6.4 |
1218 | 2024-06-25T21:27:11.612Z | Compiling num_cpus v1.16.0 |
1219 | 2024-06-25T21:27:11.752Z | Compiling socket2 v0.5.7 |
1220 | 2024-06-25T21:27:11.985Z | Compiling num-conv v0.1.0 |
1221 | 2024-06-25T21:27:12.132Z | Compiling time-core v0.1.2 |
1222 | 2024-06-25T21:27:12.297Z | Compiling time-macros v0.2.18 |
1223 | 2024-06-25T21:27:12.823Z | Compiling httparse v1.8.0 |
1224 | 2024-06-25T21:27:13.192Z | Compiling futures-core v0.3.30 |
1225 | 2024-06-25T21:27:13.451Z | Compiling openssl v0.10.64 |
1226 | 2024-06-25T21:27:13.499Z | Compiling fnv v1.0.7 |
1227 | 2024-06-25T21:27:13.820Z | Compiling rustix v0.38.34 |
1228 | 2024-06-25T21:27:13.935Z | Compiling iana-time-zone v0.1.60 |
1229 | 2024-06-25T21:27:14.273Z | Compiling crossbeam-utils v0.8.19 |
1230 | 2024-06-25T21:27:14.449Z | Compiling serde_derive_internals v0.29.1 |
1231 | 2024-06-25T21:27:14.787Z | Compiling spin v0.9.8 |
1232 | 2024-06-25T21:27:14.873Z | Compiling rustls v0.21.12 |
1233 | 2024-06-25T21:27:14.903Z | Compiling tinyvec_macros v0.1.1 |
1234 | 2024-06-25T21:27:15.002Z | Compiling native-tls v0.2.11 |
1235 | 2024-06-25T21:27:15.150Z | Compiling tinyvec v1.6.0 |
1236 | 2024-06-25T21:27:15.692Z | Compiling ucd-trie v0.1.6 |
1237 | 2024-06-25T21:27:15.778Z | Compiling subtle v2.5.0 |
1238 | 2024-06-25T21:27:16.047Z | Compiling futures-sink v0.3.30 |
1239 | 2024-06-25T21:27:16.141Z | Compiling const-oid v0.9.6 |
1240 | 2024-06-25T21:27:16.360Z | Compiling backtrace v0.3.71 |
1241 | 2024-06-25T21:27:16.551Z | Compiling unicode-normalization v0.1.23 |
1242 | 2024-06-25T21:27:16.711Z | Compiling cookie v0.17.0 |
1243 | 2024-06-25T21:27:16.771Z | Compiling heck v0.4.1 |
1244 | 2024-06-25T21:27:16.951Z | Compiling heck v0.5.0 |
1245 | 2024-06-25T21:27:17.145Z | Compiling slog v2.7.0 |
1246 | 2024-06-25T21:27:17.452Z | Compiling dyn-clone v1.0.17 |
1247 | 2024-06-25T21:27:17.557Z | Compiling unicode-bidi v0.3.15 |
1248 | 2024-06-25T21:27:17.760Z | Compiling futures-channel v0.3.30 |
1249 | 2024-06-25T21:27:17.977Z | Compiling futures-task v0.3.30 |
1250 | 2024-06-25T21:27:18.213Z | Compiling pin-utils v0.1.0 |
1251 | 2024-06-25T21:27:18.312Z | Compiling futures-io v0.3.30 |
1252 | 2024-06-25T21:27:18.813Z | Compiling aho-corasick v1.1.3 |
1253 | 2024-06-25T21:27:18.854Z | Compiling untrusted v0.9.0 |
1254 | 2024-06-25T21:27:19.050Z | Compiling winnow v0.5.40 |
1255 | 2024-06-25T21:27:19.333Z | Compiling regex-syntax v0.8.3 |
1256 | 2024-06-25T21:27:20.027Z | Compiling serde_derive v1.0.203 |
1257 | 2024-06-25T21:27:20.951Z | Compiling zerocopy-derive v0.7.34 |
1258 | 2024-06-25T21:27:21.563Z | Compiling zeroize_derive v1.4.2 |
1259 | 2024-06-25T21:27:22.909Z | Compiling thiserror-impl v1.0.60 |
1260 | 2024-06-25T21:27:22.927Z | Compiling zerocopy v0.7.34 |
1261 | 2024-06-25T21:27:22.955Z | Compiling tokio-macros v2.2.0 |
1262 | 2024-06-25T21:27:23.227Z | Compiling futures-macro v0.3.30 |
1263 | 2024-06-25T21:27:23.912Z | Compiling schemars_derive v0.8.21 |
1264 | 2024-06-25T21:27:25.085Z | Compiling hashbrown v0.14.5 |
1265 | 2024-06-25T21:27:25.088Z | Compiling tracing-attributes v0.1.27 |
1266 | 2024-06-25T21:27:25.120Z | Compiling zeroize v1.7.0 |
1267 | 2024-06-25T21:27:25.955Z | Compiling openssl-macros v0.1.1 |
1268 | 2024-06-25T21:27:26.624Z | Compiling scroll_derive v0.12.0 |
1269 | 2024-06-25T21:27:26.709Z | Compiling pest v2.7.10 |
1270 | 2024-06-25T21:27:27.092Z | Compiling crypto-common v0.1.6 |
1271 | 2024-06-25T21:27:27.293Z | Compiling futures-util v0.3.30 |
1272 | 2024-06-25T21:27:28.073Z | Compiling der_derive v0.7.2 |
1273 | 2024-06-25T21:27:28.532Z | Compiling anyhow v1.0.86 |
1274 | 2024-06-25T21:27:29.006Z | Compiling block-buffer v0.10.4 |
1275 | 2024-06-25T21:27:29.084Z | Compiling pest_meta v2.7.10 |
1276 | 2024-06-25T21:27:29.478Z | Compiling regex-automata v0.4.6 |
1277 | 2024-06-25T21:27:30.520Z | Compiling pest_generator v2.7.10 |
1278 | 2024-06-25T21:27:32.404Z | Compiling tracing-core v0.1.32 |
1279 | 2024-06-25T21:27:33.434Z | Compiling bytes v1.6.0 |
1280 | 2024-06-25T21:27:34.691Z | Compiling indexmap v2.2.6 |
1281 | 2024-06-25T21:27:34.749Z | Compiling bitflags v2.5.0 |
1282 | 2024-06-25T21:27:35.330Z | Compiling tokio v1.37.0 |
1283 | 2024-06-25T21:27:35.402Z | Compiling uuid v1.8.0 |
1284 | 2024-06-25T21:27:36.151Z | Compiling chrono v0.4.38 |
1285 | 2024-06-25T21:27:36.699Z | Compiling serde_tokenstream v0.2.0 |
1286 | 2024-06-25T21:27:37.650Z | Compiling serde_spanned v0.6.6 |
1287 | 2024-06-25T21:27:37.864Z | Compiling toml_datetime v0.6.6 |
1288 | 2024-06-25T21:27:38.295Z | Compiling http v0.2.12 |
1289 | 2024-06-25T21:27:40.639Z | Compiling toml_edit v0.19.15 |
1290 | 2024-06-25T21:27:40.748Z | Compiling rustc_version v0.4.0 |
1291 | 2024-06-25T21:27:41.387Z | Compiling pest_derive v2.7.10 |
1292 | 2024-06-25T21:27:41.808Z | Compiling usdt-impl v0.5.0 |
1293 | 2024-06-25T21:27:42.134Z | Compiling rustversion v1.0.17 |
1294 | 2024-06-25T21:27:42.137Z | Compiling powerfmt v0.2.0 |
1295 | 2024-06-25T21:27:42.652Z | Compiling deranged v0.3.11 |
1296 | 2024-06-25T21:27:42.829Z | Compiling heapless v0.7.17 |
1297 | 2024-06-25T21:27:43.229Z | Compiling tracing v0.1.40 |
1298 | 2024-06-25T21:27:43.511Z | Compiling digest v0.10.7 |
1299 | 2024-06-25T21:27:43.986Z | Compiling scroll v0.12.0 |
1300 | 2024-06-25T21:27:44.703Z | Compiling percent-encoding v2.3.1 |
1301 | 2024-06-25T21:27:44.879Z | Compiling num_threads v0.1.7 |
1302 | 2024-06-25T21:27:45.044Z | Compiling plain v0.2.3 |
1303 | 2024-06-25T21:27:45.196Z | Compiling signal-hook v0.3.17 |
1304 | 2024-06-25T21:27:45.217Z | Compiling ppv-lite86 v0.2.17 |
1305 | 2024-06-25T21:27:45.264Z | Compiling time v0.3.36 |
1306 | 2024-06-25T21:27:45.452Z | Compiling goblin v0.8.2 |
1307 | 2024-06-25T21:27:46.024Z | Compiling rand_chacha v0.3.1 |
1308 | 2024-06-25T21:27:47.711Z | Compiling regex v1.10.4 |
1309 | 2024-06-25T21:27:48.746Z | Compiling crc32fast v1.4.0 |
1310 | 2024-06-25T21:27:49.398Z | Compiling pretty-hex v0.4.1 |
1311 | 2024-06-25T21:27:49.600Z | Compiling strsim v0.11.1 |
1312 | 2024-06-25T21:27:50.351Z | Compiling rand v0.8.5 |
1313 | 2024-06-25T21:27:50.416Z | Compiling tokio-util v0.7.11 |
1314 | 2024-06-25T21:27:51.739Z | Compiling dof v0.3.0 |
1315 | 2024-06-25T21:27:51.904Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-06-25T21:27:52.347Z | Compiling async-trait v0.1.80 |
1317 | 2024-06-25T21:27:52.760Z | Compiling thread-id v4.2.1 |
1318 | 2024-06-25T21:27:53.043Z | Compiling foreign-types-shared v0.1.1 |
1319 | 2024-06-25T21:27:53.153Z | Compiling base64ct v1.6.0 |
1320 | 2024-06-25T21:27:53.504Z | Compiling smoltcp v0.9.1 |
1321 | 2024-06-25T21:27:53.747Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1322 | 2024-06-25T21:27:53.898Z | Compiling unicode-width v0.1.12 |
1323 | 2024-06-25T21:27:54.133Z | Compiling pem-rfc7468 v0.7.0 |
1324 | 2024-06-25T21:27:54.434Z | Compiling foreign-types v0.3.2 |
1325 | 2024-06-25T21:27:55.309Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-06-25T21:27:55.922Z | Compiling hmac v0.12.1 |
1327 | 2024-06-25T21:27:56.130Z | Compiling siphasher v0.3.11 |
1328 | 2024-06-25T21:27:56.279Z | Compiling base64 v0.21.7 |
1329 | 2024-06-25T21:27:56.299Z | Compiling try-lock v0.2.5 |
1330 | 2024-06-25T21:27:56.441Z | Compiling flagset v0.4.5 |
1331 | 2024-06-25T21:27:56.474Z | Compiling adler v1.0.2 |
1332 | 2024-06-25T21:27:56.643Z | Compiling want v0.3.1 |
1333 | 2024-06-25T21:27:56.674Z | Compiling miniz_oxide v0.7.2 |
1334 | 2024-06-25T21:27:56.793Z | Compiling der v0.7.9 |
1335 | 2024-06-25T21:27:58.929Z | Compiling rustls-webpki v0.101.7 |
1336 | 2024-06-25T21:27:59.092Z | Compiling sct v0.7.1 |
1337 | 2024-06-25T21:27:59.381Z | Compiling h2 v0.3.26 |
1338 | 2024-06-25T21:28:00.063Z | Compiling http-body v0.4.6 |
1339 | 2024-06-25T21:28:00.669Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-06-25T21:28:01.100Z | Compiling hubpack_derive v0.1.1 |
1341 | 2024-06-25T21:28:01.864Z | Compiling zerocopy-derive v0.6.6 |
1342 | 2024-06-25T21:28:01.907Z | Compiling idna v0.5.0 |
1343 | 2024-06-25T21:28:02.147Z | Compiling errno v0.3.9 |
1344 | 2024-06-25T21:28:02.406Z | Compiling fs-err v2.11.0 |
1345 | 2024-06-25T21:28:02.423Z | Compiling spin v0.5.2 |
1346 | 2024-06-25T21:28:02.680Z | Compiling finl_unicode v1.2.0 |
1347 | 2024-06-25T21:28:03.267Z | Compiling utf8parse v0.2.1 |
1348 | 2024-06-25T21:28:03.283Z | Compiling cpufeatures v0.2.12 |
1349 | 2024-06-25T21:28:03.377Z | Compiling httpdate v1.0.3 |
1350 | 2024-06-25T21:28:03.431Z | Compiling stable_deref_trait v1.2.0 |
1351 | 2024-06-25T21:28:03.540Z | Compiling openssl-probe v0.1.5 |
1352 | 2024-06-25T21:28:03.781Z | Compiling gimli v0.28.1 |
1353 | 2024-06-25T21:28:03.833Z | Compiling anstyle v1.0.7 |
1354 | 2024-06-25T21:28:04.500Z | Compiling tower-service v0.3.2 |
1355 | 2024-06-25T21:28:05.050Z | Compiling anstyle-parse v0.2.4 |
1356 | 2024-06-25T21:28:05.205Z | Compiling sha2 v0.10.8 |
1357 | 2024-06-25T21:28:05.369Z | Compiling stringprep v0.1.4 |
1358 | 2024-06-25T21:28:05.466Z | Compiling url v2.5.0 |
1359 | 2024-06-25T21:28:07.108Z | Compiling hyper v0.14.28 |
1360 | 2024-06-25T21:28:08.928Z | Compiling addr2line v0.21.0 |
1361 | 2024-06-25T21:28:09.778Z | Compiling spki v0.7.3 |
1362 | 2024-06-25T21:28:10.647Z | Compiling usdt-attr-macro v0.5.0 |
1363 | 2024-06-25T21:28:10.805Z | Compiling usdt-macro v0.5.0 |
1364 | 2024-06-25T21:28:12.153Z | Compiling md-5 v0.10.6 |
1365 | 2024-06-25T21:28:16.146Z | Compiling idna v0.3.0 |
1366 | 2024-06-25T21:28:16.519Z | Compiling diesel_table_macro_syntax v0.1.0 |
1367 | 2024-06-25T21:28:16.895Z | Compiling num-integer v0.1.46 |
1368 | 2024-06-25T21:28:17.545Z | Compiling object v0.32.2 |
1369 | 2024-06-25T21:28:17.625Z | Compiling hash32 v0.2.1 |
1370 | 2024-06-25T21:28:17.712Z | Compiling is_terminal_polyfill v1.70.0 |
1371 | 2024-06-25T21:28:17.842Z | Compiling rustc-demangle v0.1.24 |
1372 | 2024-06-25T21:28:18.011Z | Compiling psl-types v2.0.11 |
1373 | 2024-06-25T21:28:18.725Z | Compiling anstyle-query v1.0.3 |
1374 | 2024-06-25T21:28:18.988Z | Compiling colorchoice v1.0.1 |
1375 | 2024-06-25T21:28:20.058Z | Compiling fallible-iterator v0.2.0 |
1376 | 2024-06-25T21:28:20.813Z | Compiling postgres-protocol v0.6.6 |
1377 | 2024-06-25T21:28:22.053Z | Compiling lazy_static v1.4.0 |
1378 | 2024-06-25T21:28:22.175Z | Compiling anstream v0.6.14 |
1379 | 2024-06-25T21:28:25.849Z | Compiling publicsuffix v2.2.3 |
1380 | 2024-06-25T21:28:26.114Z | Compiling diesel_derives v2.1.4 |
1381 | 2024-06-25T21:28:27.615Z | Compiling tokio-rustls v0.24.1 |
1382 | 2024-06-25T21:28:32.140Z | Compiling pkcs8 v0.10.2 |
1383 | 2024-06-25T21:28:32.670Z | Compiling terminal_size v0.3.0 |
1384 | 2024-06-25T21:28:32.904Z | Compiling tokio-native-tls v0.3.1 |
1385 | 2024-06-25T21:28:33.197Z | Compiling phf_shared v0.11.2 |
1386 | 2024-06-25T21:28:34.158Z | Compiling strum_macros v0.25.3 |
1387 | 2024-06-25T21:28:34.983Z | Compiling block-padding v0.3.3 |
1388 | 2024-06-25T21:28:35.220Z | Compiling regress v0.9.1 |
1389 | 2024-06-25T21:28:35.432Z | Compiling enum-as-inner v0.5.1 |
1390 | 2024-06-25T21:28:35.565Z | Compiling serde_repr v0.1.19 |
1391 | 2024-06-25T21:28:36.415Z | Compiling clap_derive v4.5.4 |
1392 | 2024-06-25T21:28:37.937Z | Compiling ff v0.13.0 |
1393 | 2024-06-25T21:28:38.019Z | Compiling scheduled-thread-pool v0.2.7 |
1394 | 2024-06-25T21:28:38.555Z | Compiling encoding_rs v0.8.34 |
1395 | 2024-06-25T21:28:39.987Z | Compiling either v1.12.0 |
1396 | 2024-06-25T21:28:40.023Z | Compiling base16ct v0.2.0 |
1397 | 2024-06-25T21:28:40.395Z | Compiling managed v0.8.0 |
1398 | 2024-06-25T21:28:40.906Z | Compiling bitflags v1.3.2 |
1399 | 2024-06-25T21:28:41.010Z | Compiling mime v0.3.17 |
1400 | 2024-06-25T21:28:41.074Z | Compiling ipnet v2.9.0 |
1401 | 2024-06-25T21:28:41.580Z | Compiling bit-vec v0.6.3 |
1402 | 2024-06-25T21:28:42.113Z | Compiling clap_lex v0.7.0 |
1403 | 2024-06-25T21:28:42.139Z | Compiling matches v0.1.10 |
1404 | 2024-06-25T21:28:42.444Z | Compiling clap_builder v4.5.2 |
1405 | 2024-06-25T21:28:42.595Z | Compiling idna v0.2.3 |
1406 | 2024-06-25T21:28:44.470Z | Compiling sec1 v0.7.3 |
1407 | 2024-06-25T21:28:44.755Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1408 | 2024-06-25T21:28:45.463Z | Compiling r2d2 v0.8.10 |
1409 | 2024-06-25T21:28:45.836Z | Compiling group v0.13.0 |
1410 | 2024-06-25T21:28:47.977Z | Compiling inout v0.1.3 |
1411 | 2024-06-25T21:28:49.786Z | Compiling phf v0.11.2 |
1412 | 2024-06-25T21:28:49.803Z | Compiling hyper-tls v0.5.0 |
1413 | 2024-06-25T21:28:50.115Z | Compiling signal-hook-mio v0.2.3 |
1414 | 2024-06-25T21:28:50.132Z | Compiling hyper-rustls v0.24.2 |
1415 | 2024-06-25T21:28:50.203Z | Compiling cookie_store v0.20.0 |
1416 | 2024-06-25T21:28:50.457Z | Compiling postgres-types v0.2.6 |
1417 | 2024-06-25T21:28:50.505Z | Compiling num-bigint v0.4.5 |
1418 | 2024-06-25T21:28:50.555Z | Compiling zerocopy v0.6.6 |
1419 | 2024-06-25T21:28:51.570Z | Compiling hubpack v0.1.2 |
1420 | 2024-06-25T21:28:51.672Z | Compiling rustls-pemfile v1.0.4 |
1421 | 2024-06-25T21:28:51.869Z | Compiling phf_shared v0.10.0 |
1422 | 2024-06-25T21:28:52.005Z | Compiling hkdf v0.12.4 |
1423 | 2024-06-25T21:28:52.051Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2024-06-25T21:28:52.243Z | Compiling crossbeam-epoch v0.9.18 |
1425 | 2024-06-25T21:28:52.594Z | Compiling ipnetwork v0.20.0 |
1426 | 2024-06-25T21:28:53.385Z | Compiling futures-executor v0.3.30 |
1427 | 2024-06-25T21:28:54.072Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-06-25T21:28:54.157Z | Compiling float-cmp v0.9.0 |
1429 | 2024-06-25T21:28:54.370Z | Compiling memmap v0.7.0 |
1430 | 2024-06-25T21:28:54.635Z | Compiling minimal-lexical v0.2.1 |
1431 | 2024-06-25T21:28:55.353Z | Compiling fixedbitset v0.4.2 |
1432 | 2024-06-25T21:28:55.765Z | Compiling data-encoding v2.6.0 |
1433 | 2024-06-25T21:28:56.728Z | Compiling winnow v0.6.8 |
1434 | 2024-06-25T21:28:57.416Z | Compiling normalize-line-endings v0.3.0 |
1435 | 2024-06-25T21:28:57.485Z | Compiling sync_wrapper v0.1.2 |
1436 | 2024-06-25T21:28:57.549Z | Compiling difflib v0.4.0 |
1437 | 2024-06-25T21:28:57.598Z | Compiling new_debug_unreachable v1.0.6 |
1438 | 2024-06-25T21:28:57.614Z | Compiling webpki-roots v0.25.4 |
1439 | 2024-06-25T21:28:57.778Z | Compiling whoami v1.5.1 |
1440 | 2024-06-25T21:28:57.796Z | Compiling predicates-core v1.0.6 |
1441 | 2024-06-25T21:28:58.009Z | Compiling precomputed-hash v0.1.1 |
1442 | 2024-06-25T21:28:58.113Z | Compiling static_assertions v1.1.0 |
1443 | 2024-06-25T21:28:58.130Z | Compiling unicode-segmentation v1.11.0 |
1444 | 2024-06-25T21:28:58.207Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1445 | 2024-06-25T21:28:58.222Z | Compiling string_cache v0.8.7 |
1446 | 2024-06-25T21:28:58.346Z | Compiling tokio-postgres v0.7.10 |
1447 | 2024-06-25T21:28:58.659Z | Compiling reqwest v0.11.27 |
1448 | 2024-06-25T21:28:58.834Z | Compiling similar v2.5.0 |
1449 | 2024-06-25T21:28:58.901Z | Compiling predicates v3.1.0 |
1450 | 2024-06-25T21:29:00.502Z | Compiling toml_edit v0.22.13 |
1451 | 2024-06-25T21:29:00.505Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1452 | 2024-06-25T21:29:00.882Z | Compiling elliptic-curve v0.13.8 |
1453 | 2024-06-25T21:29:01.640Z | Compiling trust-dns-proto v0.22.0 |
1454 | 2024-06-25T21:29:03.004Z | Compiling petgraph v0.6.5 |
1455 | 2024-06-25T21:29:04.576Z | Compiling nom v7.1.3 |
1456 | 2024-06-25T21:29:05.619Z | Compiling usdt v0.5.0 |
1457 | 2024-06-25T21:29:06.739Z | Compiling futures v0.3.30 |
1458 | 2024-06-25T21:29:06.863Z | Compiling yasna v0.5.2 |
1459 | 2024-06-25T21:29:06.882Z | Compiling diesel v2.1.6 |
1460 | 2024-06-25T21:29:08.093Z | Compiling crossterm v0.27.0 |
1461 | 2024-06-25T21:29:08.117Z | Compiling flate2 v1.0.30 |
1462 | 2024-06-25T21:29:08.285Z | Compiling cipher v0.4.4 |
1463 | 2024-06-25T21:29:08.735Z | Compiling clap v4.5.4 |
1464 | 2024-06-25T21:29:08.860Z | Compiling bit-set v0.5.3 |
1465 | 2024-06-25T21:29:08.996Z | Compiling itertools v0.12.1 |
1466 | 2024-06-25T21:29:09.175Z | Compiling itertools v0.10.5 |
1467 | 2024-06-25T21:29:09.219Z | Compiling console v0.15.8 |
1468 | 2024-06-25T21:29:10.551Z | Compiling num-iter v0.1.45 |
1469 | 2024-06-25T21:29:11.470Z | Compiling tokio-stream v0.1.15 |
1470 | 2024-06-25T21:29:11.470Z | Compiling toml v0.7.8 |
1471 | 2024-06-25T21:29:11.693Z | Compiling bstr v1.9.1 |
1472 | 2024-06-25T21:29:12.032Z | Compiling hex v0.4.3 |
1473 | 2024-06-25T21:29:12.384Z | Compiling lalrpop-util v0.19.12 |
1474 | 2024-06-25T21:29:12.435Z | Compiling peg-runtime v0.8.3 |
1475 | 2024-06-25T21:29:12.656Z | Compiling camino v1.1.7 |
1476 | 2024-06-25T21:29:12.719Z | Compiling unicode-xid v0.2.4 |
1477 | 2024-06-25T21:29:13.268Z | Compiling proc-macro-crate v1.3.1 |
1478 | 2024-06-25T21:29:14.133Z | Compiling heapless v0.8.0 |
1479 | 2024-06-25T21:29:16.564Z | Compiling num_enum_derive v0.5.11 |
1480 | 2024-06-25T21:29:22.406Z | Compiling hash32 v0.3.1 |
1481 | 2024-06-25T21:29:22.974Z | Compiling rustls-pki-types v1.7.0 |
1482 | 2024-06-25T21:29:24.415Z | Compiling smoltcp v0.11.0 |
1483 | 2024-06-25T21:29:25.050Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1484 | 2024-06-25T21:29:25.522Z | Compiling ident_case v1.0.1 |
1485 | 2024-06-25T21:29:26.372Z | Compiling darling_core v0.20.9 |
1486 | 2024-06-25T21:29:37.291Z | Compiling num_enum v0.5.11 |
1487 | 2024-06-25T21:29:38.520Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1488 | 2024-06-25T21:29:38.981Z | Compiling getopts v0.2.21 |
1489 | 2024-06-25T21:29:40.291Z | Compiling dirs-sys-next v0.1.2 |
1490 | 2024-06-25T21:29:41.437Z | Compiling proc-macro-error-attr v1.0.4 |
1491 | 2024-06-25T21:29:41.733Z | Compiling paste v1.0.15 |
1492 | 2024-06-25T21:29:42.192Z | Compiling unsafe-libyaml v0.2.11 |
1493 | 2024-06-25T21:29:43.389Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1494 | 2024-06-25T21:29:43.611Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1495 | 2024-06-25T21:29:43.665Z | Compiling cobs v0.2.3 |
1496 | 2024-06-25T21:29:43.892Z | Compiling rustls v0.22.4 |
1497 | 2024-06-25T21:29:43.918Z | Compiling embedded-io v0.4.0 |
1498 | 2024-06-25T21:29:44.158Z | Compiling postcard v1.0.8 |
1499 | 2024-06-25T21:29:44.179Z | Compiling serde_yaml v0.9.34+deprecated |
1500 | 2024-06-25T21:29:47.838Z | Compiling dirs-next v2.0.0 |
1501 | 2024-06-25T21:29:48.498Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1502 | 2024-06-25T21:29:50.779Z | Compiling darling_macro v0.20.9 |
1503 | 2024-06-25T21:29:51.923Z | Compiling rustls-webpki v0.102.4 |
1504 | 2024-06-25T21:29:59.389Z | Compiling strum_macros v0.26.2 |
1505 | 2024-06-25T21:30:00.328Z | Compiling structmeta-derive v0.3.0 |
1506 | 2024-06-25T21:30:00.614Z | Compiling foreign-types-macros v0.2.3 |
1507 | 2024-06-25T21:30:01.858Z | Compiling thread_local v1.1.8 |
1508 | 2024-06-25T21:30:02.060Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1509 | 2024-06-25T21:30:02.360Z | Compiling proc-macro-error v1.0.4 |
1510 | 2024-06-25T21:30:02.569Z | Compiling multer v3.1.0 |
1511 | 2024-06-25T21:30:02.860Z | Compiling slog-async v2.8.0 |
1512 | 2024-06-25T21:30:03.325Z | Compiling foreign-types-shared v0.3.1 |
1513 | 2024-06-25T21:30:03.913Z | Compiling match_cfg v0.1.0 |
1514 | 2024-06-25T21:30:04.159Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1515 | 2024-06-25T21:30:04.731Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1516 | 2024-06-25T21:30:09.966Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1517 | 2024-06-25T21:30:10.859Z | Compiling strum v0.26.2 |
1518 | 2024-06-25T21:30:10.949Z | Compiling hostname v0.3.1 |
1519 | 2024-06-25T21:30:11.065Z | Compiling foreign-types v0.5.0 |
1520 | 2024-06-25T21:30:13.376Z | Compiling structmeta v0.3.0 |
1521 | 2024-06-25T21:30:15.961Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1522 | 2024-06-25T21:30:17.792Z | Compiling darling v0.20.9 |
1523 | 2024-06-25T21:30:18.837Z | Compiling term v0.7.0 |
1524 | 2024-06-25T21:30:26.019Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1525 | 2024-06-25T21:30:27.646Z | Compiling slog-json v2.6.1 |
1526 | 2024-06-25T21:30:28.197Z | Compiling tabwriter v1.4.0 |
1527 | 2024-06-25T21:30:28.992Z | Compiling crossbeam-channel v0.5.12 |
1528 | 2024-06-25T21:30:30.336Z | Compiling http v1.1.0 |
1529 | 2024-06-25T21:30:30.711Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1530 | 2024-06-25T21:30:31.451Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1531 | 2024-06-25T21:30:31.526Z | Compiling async-stream-impl v0.3.5 |
1532 | 2024-06-25T21:30:31.752Z | Compiling cstr-argument v0.1.2 |
1533 | 2024-06-25T21:30:32.009Z | Compiling is-terminal v0.4.12 |
1534 | 2024-06-25T21:30:32.151Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1535 | 2024-06-25T21:30:32.273Z | Compiling atomic-waker v1.1.2 |
1536 | 2024-06-25T21:30:32.437Z | Compiling fastrand v2.1.0 |
1537 | 2024-06-25T21:30:32.468Z | Compiling crucible-workspace-hack v0.1.0 |
1538 | 2024-06-25T21:30:32.667Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1539 | 2024-06-25T21:30:32.719Z | Compiling base64 v0.22.1 |
1540 | 2024-06-25T21:30:32.924Z | Compiling rayon-core v1.12.1 |
1541 | 2024-06-25T21:30:33.101Z | Compiling take_mut v0.2.2 |
1542 | 2024-06-25T21:30:33.264Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1543 | 2024-06-25T21:30:33.538Z | Compiling pretty-hex v0.2.1 |
1544 | 2024-06-25T21:30:33.599Z | Compiling rustls-pemfile v2.1.2 |
1545 | 2024-06-25T21:30:33.754Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1546 | 2024-06-25T21:30:33.923Z | Compiling async-stream v0.3.5 |
1547 | 2024-06-25T21:30:34.192Z | Compiling tempfile v3.10.1 |
1548 | 2024-06-25T21:30:34.362Z | Compiling waitgroup v0.1.2 |
1549 | 2024-06-25T21:30:34.614Z | Compiling slog-term v2.9.1 |
1550 | 2024-06-25T21:30:34.955Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1551 | 2024-06-25T21:30:35.915Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1552 | 2024-06-25T21:30:36.155Z | Compiling slog-bunyan v2.5.0 |
1553 | 2024-06-25T21:30:36.445Z | Compiling tokio-rustls v0.25.0 |
1554 | 2024-06-25T21:30:36.910Z | Compiling serde_with_macros v3.8.1 |
1555 | 2024-06-25T21:30:36.940Z | Compiling parse-display-derive v0.9.0 |
1556 | 2024-06-25T21:30:36.940Z | Compiling toml v0.8.13 |
1557 | 2024-06-25T21:30:37.388Z | Compiling sha1 v0.10.6 |
1558 | 2024-06-25T21:30:37.405Z | Compiling crossbeam-deque v0.8.5 |
1559 | 2024-06-25T21:30:37.796Z | Compiling colored v2.1.0 |
1560 | 2024-06-25T21:30:38.202Z | Compiling newtype-uuid v1.1.0 |
1561 | 2024-06-25T21:30:38.558Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1562 | 2024-06-25T21:30:39.161Z | Compiling serde_path_to_error v0.1.16 |
1563 | 2024-06-25T21:30:39.651Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1564 | 2024-06-25T21:30:40.205Z | Compiling socket2 v0.4.10 |
1565 | 2024-06-25T21:30:40.393Z | Compiling hostname v0.4.0 |
1566 | 2024-06-25T21:30:40.618Z | Compiling instant v0.1.12 |
1567 | 2024-06-25T21:30:40.665Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1568 | 2024-06-25T21:30:40.799Z | Compiling debug-ignore v1.0.5 |
1569 | 2024-06-25T21:30:41.016Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1570 | 2024-06-25T21:30:41.074Z | Compiling parse-display v0.9.0 |
1571 | 2024-06-25T21:30:41.721Z | Compiling backoff v0.4.0 |
1572 | 2024-06-25T21:30:43.009Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1573 | 2024-06-25T21:30:43.230Z | Compiling serde_with v3.8.1 |
1574 | 2024-06-25T21:30:43.830Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1575 | 2024-06-25T21:30:44.361Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1576 | 2024-06-25T21:30:45.767Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1577 | 2024-06-25T21:30:46.483Z | Compiling camino-tempfile v1.1.1 |
1578 | 2024-06-25T21:30:47.411Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1579 | 2024-06-25T21:30:47.653Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1580 | 2024-06-25T21:30:47.775Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1581 | 2024-06-25T21:30:47.844Z | Compiling macaddr v1.0.1 |
1582 | 2024-06-25T21:30:47.893Z | Compiling num-derive v0.4.2 |
1583 | 2024-06-25T21:30:48.465Z | Compiling sigpipe v0.1.3 |
1584 | 2024-06-25T21:30:48.607Z | Compiling libefi-sys v0.1.0 |
1585 | 2024-06-25T21:30:48.916Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1586 | 2024-06-25T21:30:49.506Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1587 | 2024-06-25T21:30:50.336Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1588 | 2024-06-25T21:30:50.796Z | Compiling rayon v1.10.0 |
1589 | 2024-06-25T21:30:51.505Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1590 | 2024-06-25T21:30:51.931Z | Compiling smf v0.2.3 |
1591 | 2024-06-25T21:30:52.677Z | Compiling blake3 v1.5.1 |
1592 | 2024-06-25T21:30:52.822Z | Compiling ring v0.16.20 |
1593 | 2024-06-25T21:30:53.219Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1594 | 2024-06-25T21:30:53.582Z | Compiling portable-atomic v1.6.0 |
1595 | 2024-06-25T21:30:54.969Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1596 | 2024-06-25T21:30:55.133Z | Compiling xattr v1.3.1 |
1597 | 2024-06-25T21:30:55.133Z | Compiling filetime v0.2.23 |
1598 | 2024-06-25T21:30:55.483Z | Compiling memmap2 v0.9.4 |
1599 | 2024-06-25T21:30:55.573Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1600 | 2024-06-25T21:30:56.056Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1601 | 2024-06-25T21:30:56.163Z | Compiling constant_time_eq v0.3.0 |
1602 | 2024-06-25T21:30:56.383Z | Compiling untrusted v0.7.1 |
1603 | 2024-06-25T21:30:56.583Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1604 | 2024-06-25T21:30:56.606Z | Compiling arrayvec v0.7.4 |
1605 | 2024-06-25T21:30:56.748Z | Compiling same-file v1.0.6 |
1606 | 2024-06-25T21:30:57.019Z | Compiling arrayref v0.3.7 |
1607 | 2024-06-25T21:30:57.058Z | Compiling walkdir v2.5.0 |
1608 | 2024-06-25T21:30:58.580Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1609 | 2024-06-25T21:30:59.515Z | Compiling tar v0.4.40 |
1610 | 2024-06-25T21:30:59.905Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1611 | 2024-06-25T21:31:00.848Z | Compiling cargo-platform v0.1.8 |
1612 | 2024-06-25T21:31:01.998Z | Compiling gethostname v0.4.3 |
1613 | 2024-06-25T21:31:02.283Z | Compiling topological-sort v0.2.2 |
1614 | 2024-06-25T21:31:02.302Z | Compiling number_prefix v0.4.0 |
1615 | 2024-06-25T21:31:02.552Z | Compiling omicron-zone-package v0.11.0 |
1616 | 2024-06-25T21:31:02.573Z | Compiling indicatif v0.17.8 |
1617 | 2024-06-25T21:31:03.283Z | Compiling cargo_metadata v0.18.1 |
1618 | 2024-06-25T21:31:06.790Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1619 | 2024-06-25T21:31:10.803Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1620 | 2024-06-25T21:31:11.706Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1621 | 2024-06-25T21:31:13.237Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1622 | 2024-06-25T21:31:32.714Z | Finished `release` profile [optimized] target(s) in 4m 30s |
1623 | 2024-06-25T21:31:32.832Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1624 | 2024-06-25T21:31:32.877Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1625 | 2024-06-25T21:31:32.879Z | Created new build target 'test' and set it as active |
1626 | 2024-06-25T21:31:32.879Z | |
1627 | 2024-06-25T21:31:32.879Z | real 4:30.643884027 |
1628 | 2024-06-25T21:31:32.880Z | user 30:18.235705551 |
1629 | 2024-06-25T21:31:32.880Z | sys 3:58.659960770 |
1630 | 2024-06-25T21:31:32.880Z | trap 0.899246031 |
1631 | 2024-06-25T21:31:32.880Z | tflt 3.589655939 |
1632 | 2024-06-25T21:31:32.880Z | dflt 1.777147512 |
1633 | 2024-06-25T21:31:32.880Z | kflt 0.013379051 |
1634 | 2024-06-25T21:31:32.880Z | lock 1:03:46.900763186 |
1635 | 2024-06-25T21:31:32.880Z | slp 1:25:46.555731331 |
1636 | 2024-06-25T21:31:32.880Z | lat 2:01.130476869 |
1637 | 2024-06-25T21:31:32.880Z | stop 3:12.496679084 |
1638 | 2024-06-25T21:31:32.880Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1639 | 2024-06-25T21:31:33.763Z | Finished `release` profile [optimized] target(s) in 0.83s |
1640 | 2024-06-25T21:31:33.803Z | Running `target/release/omicron-package -t test package` |
1641 | 2024-06-25T21:31:33.838Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1642 | 2024-06-25T21:31:34.868Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1643 | 2024-06-25T21:31:34.966Z | Compiling humantime v2.1.0 |
1644 | 2024-06-25T21:31:34.969Z | Compiling newline-converter v0.3.0 |
1645 | 2024-06-25T21:31:34.969Z | Compiling derive-where v1.2.7 |
1646 | 2024-06-25T21:31:34.983Z | Compiling dirs-sys-next v0.1.2 |
1647 | 2024-06-25T21:31:34.994Z | Compiling prettyplease v0.2.20 |
1648 | 2024-06-25T21:31:34.998Z | Compiling convert_case v0.4.0 |
1649 | 2024-06-25T21:31:34.998Z | Compiling camino v1.1.7 |
1650 | 2024-06-25T21:31:35.136Z | Compiling expectorate v1.1.0 |
1651 | 2024-06-25T21:31:35.177Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1652 | 2024-06-25T21:31:35.308Z | Compiling dirs-next v2.0.0 |
1653 | 2024-06-25T21:31:35.323Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1654 | 2024-06-25T21:31:35.488Z | Compiling term v0.7.0 |
1655 | 2024-06-25T21:31:35.514Z | Compiling password-hash v0.5.0 |
1656 | 2024-06-25T21:31:35.796Z | Compiling blake2 v0.10.6 |
1657 | 2024-06-25T21:31:35.842Z | Compiling derive_more v0.99.17 |
1658 | 2024-06-25T21:31:35.933Z | Compiling is-terminal v0.4.12 |
1659 | 2024-06-25T21:31:36.064Z | Compiling toml v0.8.13 |
1660 | 2024-06-25T21:31:36.798Z | Compiling argon2 v0.5.3 |
1661 | 2024-06-25T21:31:37.018Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1662 | 2024-06-25T21:31:37.446Z | Compiling semver v0.1.20 |
1663 | 2024-06-25T21:31:37.597Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1664 | 2024-06-25T21:31:37.766Z | Compiling rustc_version v0.1.7 |
1665 | 2024-06-25T21:31:38.020Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1666 | 2024-06-25T21:31:38.174Z | Compiling linked-hash-map v0.5.6 |
1667 | 2024-06-25T21:31:38.193Z | Compiling rustls-pki-types v1.7.0 |
1668 | 2024-06-25T21:31:38.206Z | Compiling newtype_derive v0.1.6 |
1669 | 2024-06-25T21:31:38.557Z | Compiling lru-cache v0.1.2 |
1670 | 2024-06-25T21:31:38.689Z | Compiling rustls-webpki v0.102.4 |
1671 | 2024-06-25T21:31:38.779Z | Compiling rustls v0.22.4 |
1672 | 2024-06-25T21:31:38.830Z | Compiling thread_local v1.1.8 |
1673 | 2024-06-25T21:31:38.947Z | Compiling match_cfg v0.1.0 |
1674 | 2024-06-25T21:31:39.057Z | Compiling home v0.5.9 |
1675 | 2024-06-25T21:31:39.293Z | Compiling hostname v0.3.1 |
1676 | 2024-06-25T21:31:39.304Z | Compiling steno v0.4.0 |
1677 | 2024-06-25T21:31:39.371Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1678 | 2024-06-25T21:31:39.508Z | Compiling multer v3.1.0 |
1679 | 2024-06-25T21:31:40.582Z | Compiling slog-async v2.8.0 |
1680 | 2024-06-25T21:31:40.653Z | Compiling slog-json v2.6.1 |
1681 | 2024-06-25T21:31:40.989Z | Compiling crossbeam-channel v0.5.12 |
1682 | 2024-06-25T21:31:41.021Z | Compiling http v1.1.0 |
1683 | 2024-06-25T21:31:41.810Z | Compiling slog-dtrace v0.3.0 |
1684 | 2024-06-25T21:31:41.999Z | Compiling termcolor v1.4.1 |
1685 | 2024-06-25T21:31:42.109Z | Compiling atomic-waker v1.1.2 |
1686 | 2024-06-25T21:31:42.293Z | Compiling take_mut v0.2.2 |
1687 | 2024-06-25T21:31:42.447Z | Compiling base64 v0.22.1 |
1688 | 2024-06-25T21:31:43.088Z | Compiling rustls-pemfile v2.1.2 |
1689 | 2024-06-25T21:31:43.341Z | Compiling waitgroup v0.1.2 |
1690 | 2024-06-25T21:31:43.557Z | Compiling slog-bunyan v2.5.0 |
1691 | 2024-06-25T21:31:43.580Z | Compiling slog-term v2.9.1 |
1692 | 2024-06-25T21:31:43.762Z | Compiling tokio-rustls v0.25.0 |
1693 | 2024-06-25T21:31:44.053Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1694 | 2024-06-25T21:31:44.078Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1695 | 2024-06-25T21:31:44.146Z | Compiling async-stream v0.3.5 |
1696 | 2024-06-25T21:31:44.208Z | Compiling sha1 v0.10.6 |
1697 | 2024-06-25T21:31:44.251Z | Compiling newtype-uuid v1.1.0 |
1698 | 2024-06-25T21:31:44.436Z | Compiling serde_path_to_error v0.1.16 |
1699 | 2024-06-25T21:31:44.541Z | Compiling hostname v0.4.0 |
1700 | 2024-06-25T21:31:44.616Z | Compiling instant v0.1.12 |
1701 | 2024-06-25T21:31:44.726Z | Compiling debug-ignore v1.0.5 |
1702 | 2024-06-25T21:31:44.767Z | Compiling backoff v0.4.0 |
1703 | 2024-06-25T21:31:44.770Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1704 | 2024-06-25T21:31:45.097Z | Compiling parse-display v0.9.0 |
1705 | 2024-06-25T21:31:45.639Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1706 | 2024-06-25T21:31:45.819Z | Compiling serde_with v3.8.1 |
1707 | 2024-06-25T21:31:46.619Z | Compiling strum v0.26.2 |
1708 | 2024-06-25T21:31:46.802Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1709 | 2024-06-25T21:31:47.865Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1710 | 2024-06-25T21:31:48.429Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1711 | 2024-06-25T21:31:48.524Z | Compiling num-rational v0.4.2 |
1712 | 2024-06-25T21:31:48.595Z | Compiling num-complex v0.4.6 |
1713 | 2024-06-25T21:31:49.332Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1714 | 2024-06-25T21:31:49.679Z | Compiling macaddr v1.0.1 |
1715 | 2024-06-25T21:31:49.902Z | Compiling quick-error v1.2.3 |
1716 | 2024-06-25T21:31:50.064Z | Compiling resolv-conf v0.7.0 |
1717 | 2024-06-25T21:31:50.114Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1718 | 2024-06-25T21:31:50.116Z | Compiling num v0.4.3 |
1719 | 2024-06-25T21:31:52.312Z | Compiling swrite v0.1.0 |
1720 | 2024-06-25T21:31:52.454Z | Compiling radium v0.7.0 |
1721 | 2024-06-25T21:31:52.784Z | Compiling utf-8 v0.7.6 |
1722 | 2024-06-25T21:31:52.896Z | Compiling float-ord v0.3.2 |
1723 | 2024-06-25T21:31:53.057Z | Compiling trust-dns-resolver v0.22.0 |
1724 | 2024-06-25T21:31:53.093Z | Compiling tap v1.0.1 |
1725 | 2024-06-25T21:31:53.282Z | Compiling maybe-uninit v2.0.0 |
1726 | 2024-06-25T21:31:53.316Z | Compiling wyz v0.5.1 |
1727 | 2024-06-25T21:31:53.851Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1728 | 2024-06-25T21:31:54.376Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1729 | 2024-06-25T21:31:54.831Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1730 | 2024-06-25T21:31:59.828Z | Compiling crc-catalog v2.4.0 |
1731 | 2024-06-25T21:31:59.989Z | Compiling num-bigint-dig v0.8.4 |
1732 | 2024-06-25T21:32:01.932Z | Compiling funty v2.0.0 |
1733 | 2024-06-25T21:32:04.506Z | Compiling packed_struct v0.10.1 |
1734 | 2024-06-25T21:32:04.927Z | Compiling display-error-chain v0.2.0 |
1735 | 2024-06-25T21:32:04.968Z | Compiling bitvec v1.0.1 |
1736 | 2024-06-25T21:32:05.145Z | Compiling crc v3.2.1 |
1737 | 2024-06-25T21:32:09.562Z | Compiling packed_struct_codegen v0.10.1 |
1738 | 2024-06-25T21:32:11.296Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1739 | 2024-06-25T21:32:12.235Z | Compiling indexmap v1.9.3 |
1740 | 2024-06-25T21:32:12.289Z | Compiling nodrop v0.1.14 |
1741 | 2024-06-25T21:32:12.418Z | Compiling glob v0.3.1 |
1742 | 2024-06-25T21:32:12.515Z | Compiling crunchy v0.2.2 |
1743 | 2024-06-25T21:32:13.029Z | Compiling array-init v0.0.4 |
1744 | 2024-06-25T21:32:13.227Z | Compiling clang-sys v1.7.0 |
1745 | 2024-06-25T21:32:14.416Z | Compiling smallvec v0.6.14 |
1746 | 2024-06-25T21:32:14.908Z | Compiling pkcs1 v0.7.5 |
1747 | 2024-06-25T21:32:15.869Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1748 | 2024-06-25T21:32:16.311Z | Compiling signature v2.2.0 |
1749 | 2024-06-25T21:32:16.409Z | Compiling nibble_vec v0.1.0 |
1750 | 2024-06-25T21:32:16.593Z | Compiling tiny-keccak v2.0.2 |
1751 | 2024-06-25T21:32:16.638Z | Compiling maplit v1.0.2 |
1752 | 2024-06-25T21:32:16.765Z | Compiling endian-type v0.1.2 |
1753 | 2024-06-25T21:32:16.866Z | Compiling hashbrown v0.12.3 |
1754 | 2024-06-25T21:32:17.023Z | Compiling cancel-safe-futures v0.1.5 |
1755 | 2024-06-25T21:32:17.363Z | Compiling bitfield v0.14.0 |
1756 | 2024-06-25T21:32:17.679Z | Compiling rsa v0.9.6 |
1757 | 2024-06-25T21:32:18.196Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1758 | 2024-06-25T21:32:18.793Z | Compiling radix_trie v0.2.1 |
1759 | 2024-06-25T21:32:19.258Z | Compiling serde-hex v0.1.0 |
1760 | 2024-06-25T21:32:19.761Z | Compiling bzip2 v0.4.4 |
1761 | 2024-06-25T21:32:20.376Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1762 | 2024-06-25T21:32:20.705Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1763 | 2024-06-25T21:32:21.050Z | Compiling env_logger v0.10.2 |
1764 | 2024-06-25T21:32:23.189Z | Compiling x509-cert v0.2.5 |
1765 | 2024-06-25T21:32:24.228Z | Compiling ron v0.8.1 |
1766 | 2024-06-25T21:32:24.360Z | Compiling hashbrown v0.13.2 |
1767 | 2024-06-25T21:32:24.555Z | Compiling crc-any v2.5.0 |
1768 | 2024-06-25T21:32:25.718Z | Compiling object v0.30.4 |
1769 | 2024-06-25T21:32:25.960Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1770 | 2024-06-25T21:32:27.737Z | Compiling zip v0.6.6 |
1771 | 2024-06-25T21:32:30.572Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1772 | 2024-06-25T21:32:31.139Z | Compiling rayon-core v1.12.1 |
1773 | 2024-06-25T21:32:31.166Z | Compiling ascii-canvas v3.0.0 |
1774 | 2024-06-25T21:32:31.686Z | Compiling crossbeam-deque v0.8.5 |
1775 | 2024-06-25T21:32:32.058Z | Compiling ena v0.14.3 |
1776 | 2024-06-25T21:32:32.491Z | Compiling libloading v0.8.3 |
1777 | 2024-06-25T21:32:32.902Z | Compiling half v2.4.1 |
1778 | 2024-06-25T21:32:33.637Z | Compiling regex-syntax v0.6.29 |
1779 | 2024-06-25T21:32:35.383Z | Compiling arc-swap v1.7.1 |
1780 | 2024-06-25T21:32:35.618Z | Compiling ciborium-io v0.2.2 |
1781 | 2024-06-25T21:32:35.813Z | Compiling bindgen v0.69.4 |
1782 | 2024-06-25T21:32:36.137Z | Compiling fastrand v2.1.0 |
1783 | 2024-06-25T21:32:36.268Z | Compiling same-file v1.0.6 |
1784 | 2024-06-25T21:32:36.503Z | Compiling diff v0.1.13 |
1785 | 2024-06-25T21:32:36.646Z | Compiling path-slash v0.1.5 |
1786 | 2024-06-25T21:32:36.904Z | Compiling lalrpop v0.19.12 |
1787 | 2024-06-25T21:32:37.061Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1788 | 2024-06-25T21:32:38.997Z | Compiling tempfile v3.10.1 |
1789 | 2024-06-25T21:32:39.009Z | Compiling walkdir v2.5.0 |
1790 | 2024-06-25T21:32:39.717Z | Compiling slog-scope v4.4.0 |
1791 | 2024-06-25T21:32:39.764Z | Compiling ciborium-ll v0.2.2 |
1792 | 2024-06-25T21:32:41.667Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1793 | 2024-06-25T21:32:42.314Z | Compiling which v4.4.2 |
1794 | 2024-06-25T21:32:42.805Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1795 | 2024-06-25T21:32:42.894Z | Compiling cexpr v0.6.0 |
1796 | 2024-06-25T21:32:43.033Z | Compiling fxhash v0.2.1 |
1797 | 2024-06-25T21:32:43.277Z | Compiling ref-cast v1.0.23 |
1798 | 2024-06-25T21:32:43.754Z | Compiling shlex v1.3.0 |
1799 | 2024-06-25T21:32:44.178Z | Compiling rustc-hash v1.1.0 |
1800 | 2024-06-25T21:32:44.343Z | Compiling lazycell v1.3.0 |
1801 | 2024-06-25T21:32:44.600Z | Compiling blake3 v1.5.1 |
1802 | 2024-06-25T21:32:45.007Z | Compiling ring v0.16.20 |
1803 | 2024-06-25T21:32:47.695Z | Compiling rayon v1.10.0 |
1804 | 2024-06-25T21:32:48.467Z | Compiling ciborium v0.2.2 |
1805 | 2024-06-25T21:32:50.723Z | Compiling slog-stdlog v4.1.1 |
1806 | 2024-06-25T21:32:51.211Z | Compiling tungstenite v0.21.0 |
1807 | 2024-06-25T21:32:51.640Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1808 | 2024-06-25T21:32:51.914Z | Compiling derive_builder_core v0.20.0 |
1809 | 2024-06-25T21:32:52.574Z | Compiling headers-core v0.2.0 |
1810 | 2024-06-25T21:32:52.757Z | Compiling xattr v1.3.1 |
1811 | 2024-06-25T21:32:53.042Z | Compiling libxml v0.3.3 |
1812 | 2024-06-25T21:32:53.159Z | Compiling ref-cast-impl v1.0.23 |
1813 | 2024-06-25T21:32:53.405Z | Compiling atty v0.2.14 |
1814 | 2024-06-25T21:32:53.569Z | Compiling filetime v0.2.23 |
1815 | 2024-06-25T21:32:53.904Z | Compiling memmap2 v0.9.4 |
1816 | 2024-06-25T21:32:54.256Z | Compiling constant_time_eq v0.3.0 |
1817 | 2024-06-25T21:32:54.289Z | Compiling untrusted v0.7.1 |
1818 | 2024-06-25T21:32:54.357Z | Compiling arrayvec v0.7.4 |
1819 | 2024-06-25T21:32:54.422Z | Compiling arrayref v0.3.7 |
1820 | 2024-06-25T21:32:54.684Z | Compiling derive_builder_macro v0.20.0 |
1821 | 2024-06-25T21:32:55.538Z | Compiling tar v0.4.40 |
1822 | 2024-06-25T21:32:56.268Z | Compiling headers v0.3.9 |
1823 | 2024-06-25T21:32:56.491Z | Compiling tokio-tungstenite v0.21.0 |
1824 | 2024-06-25T21:32:57.104Z | Compiling slog-envlogger v2.2.0 |
1825 | 2024-06-25T21:32:57.368Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1826 | 2024-06-25T21:32:57.915Z | Compiling camino-tempfile v1.1.1 |
1827 | 2024-06-25T21:32:58.103Z | Compiling toolchain_find v0.4.0 |
1828 | 2024-06-25T21:32:58.352Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1829 | 2024-06-25T21:32:58.627Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1830 | 2024-06-25T21:32:58.687Z | Compiling pem v3.0.4 |
1831 | 2024-06-25T21:32:58.829Z | Compiling samael v0.0.15 |
1832 | 2024-06-25T21:32:59.552Z | Compiling libsw v3.3.1 |
1833 | 2024-06-25T21:32:59.904Z | Compiling strum_macros v0.24.3 |
1834 | 2024-06-25T21:33:00.146Z | Compiling async-recursion v1.1.1 |
1835 | 2024-06-25T21:33:00.287Z | Compiling cookie v0.18.1 |
1836 | 2024-06-25T21:33:00.467Z | Compiling owo-colors v4.0.0 |
1837 | 2024-06-25T21:33:00.555Z | Compiling linear-map v1.2.0 |
1838 | 2024-06-25T21:33:00.879Z | Compiling topological-sort v0.2.2 |
1839 | 2024-06-25T21:33:00.983Z | Compiling indoc v1.0.9 |
1840 | 2024-06-25T21:33:01.103Z | Compiling omicron-zone-package v0.11.0 |
1841 | 2024-06-25T21:33:01.877Z | Compiling rustfmt-wrapper v0.2.1 |
1842 | 2024-06-25T21:33:03.316Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1843 | 2024-06-25T21:33:03.348Z | Compiling derive_builder v0.20.0 |
1844 | 2024-06-25T21:33:03.554Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1845 | 2024-06-25T21:33:03.734Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1846 | 2024-06-25T21:33:04.029Z | Compiling quick-xml v0.31.0 |
1847 | 2024-06-25T21:33:04.283Z | Compiling polar-core v0.27.3 |
1848 | 2024-06-25T21:33:06.264Z | Compiling impl-trait-for-tuples v0.2.2 |
1849 | 2024-06-25T21:33:06.692Z | Compiling oso-derive v0.27.3 |
1850 | 2024-06-25T21:33:07.506Z | Compiling vte_generate_state_changes v0.1.1 |
1851 | 2024-06-25T21:33:07.667Z | Compiling unicase v2.7.0 |
1852 | 2024-06-25T21:33:07.951Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1853 | 2024-06-25T21:33:08.113Z | Compiling buf-list v1.0.3 |
1854 | 2024-06-25T21:33:08.242Z | Compiling cfg_aliases v0.1.1 |
1855 | 2024-06-25T21:33:08.359Z | Compiling nix v0.28.0 |
1856 | 2024-06-25T21:33:08.825Z | Compiling vte v0.11.1 |
1857 | 2024-06-25T21:33:09.146Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1858 | 2024-06-25T21:33:10.942Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1859 | 2024-06-25T21:33:12.522Z | Compiling tungstenite v0.20.1 |
1860 | 2024-06-25T21:33:12.891Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1861 | 2024-06-25T21:33:13.186Z | Compiling fd-lock v4.0.2 |
1862 | 2024-06-25T21:33:13.415Z | Compiling bb8 v0.8.3 |
1863 | 2024-06-25T21:33:13.963Z | Compiling const_format_proc_macros v0.2.32 |
1864 | 2024-06-25T21:33:15.515Z | Compiling pin-project-internal v1.1.5 |
1865 | 2024-06-25T21:33:16.028Z | Compiling memoffset v0.9.1 |
1866 | 2024-06-25T21:33:16.348Z | Compiling parking_lot_core v0.8.6 |
1867 | 2024-06-25T21:33:16.783Z | Compiling bytecount v0.6.8 |
1868 | 2024-06-25T21:33:17.113Z | Compiling papergrid v0.11.0 |
1869 | 2024-06-25T21:33:18.100Z | Compiling const_format v0.2.32 |
1870 | 2024-06-25T21:33:18.288Z | Compiling pin-project v1.1.5 |
1871 | 2024-06-25T21:33:18.426Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1872 | 2024-06-25T21:33:19.098Z | Compiling tokio-tungstenite v0.20.1 |
1873 | 2024-06-25T21:33:19.379Z | Compiling strip-ansi-escapes v0.2.0 |
1874 | 2024-06-25T21:33:20.164Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1875 | 2024-06-25T21:33:21.048Z | Compiling tabled_derive v0.7.0 |
1876 | 2024-06-25T21:33:21.683Z | Compiling snafu-derive v0.8.2 |
1877 | 2024-06-25T21:33:23.419Z | Compiling nu-ansi-term v0.50.0 |
1878 | 2024-06-25T21:33:24.768Z | Compiling reedline v0.31.0 |
1879 | 2024-06-25T21:33:26.245Z | Compiling tabled v0.15.0 |
1880 | 2024-06-25T21:33:26.947Z | Compiling snafu v0.8.2 |
1881 | 2024-06-25T21:33:29.711Z | Compiling oso v0.27.3 |
1882 | 2024-06-25T21:33:48.317Z | Compiling env_logger v0.9.3 |
1883 | 2024-06-25T21:33:49.010Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1884 | 2024-06-25T21:33:52.882Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-06-25T21:33:53.390Z | Compiling globset v0.4.14 |
1886 | 2024-06-25T21:33:53.520Z | Compiling olpc-cjson v0.1.3 |
1887 | 2024-06-25T21:33:53.859Z | Compiling peg-macros v0.8.3 |
1888 | 2024-06-25T21:33:55.317Z | Compiling bitstruct_derive v0.1.0 |
1889 | 2024-06-25T21:33:56.625Z | Compiling serde_plain v1.0.2 |
1890 | 2024-06-25T21:33:57.176Z | Compiling sqlparser_derive v0.2.2 |
1891 | 2024-06-25T21:33:57.332Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-06-25T21:33:57.389Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1893 | 2024-06-25T21:33:57.495Z | Compiling unicode_categories v0.1.1 |
1894 | 2024-06-25T21:33:57.662Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1895 | 2024-06-25T21:33:57.677Z | Compiling ascii v1.1.0 |
1896 | 2024-06-25T21:33:57.947Z | Compiling typed-path v0.7.1 |
1897 | 2024-06-25T21:33:58.169Z | Compiling signature v1.6.4 |
1898 | 2024-06-25T21:33:58.172Z | Compiling platforms v3.4.0 |
1899 | 2024-06-25T21:33:58.329Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1900 | 2024-06-25T21:33:58.417Z | Compiling salty v0.2.0 |
1901 | 2024-06-25T21:33:58.637Z | Compiling ed25519 v1.5.3 |
1902 | 2024-06-25T21:33:58.752Z | Compiling curve25519-dalek v4.1.2 |
1903 | 2024-06-25T21:33:58.837Z | Compiling sqlparser v0.45.0 |
1904 | 2024-06-25T21:33:58.944Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1905 | 2024-06-25T21:33:59.185Z | Compiling rustyline v14.0.0 |
1906 | 2024-06-25T21:34:01.153Z | Compiling tough v0.17.1 |
1907 | 2024-06-25T21:34:01.499Z | Compiling sqlformat v0.2.3 |
1908 | 2024-06-25T21:34:04.906Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-06-25T21:34:04.932Z | Compiling peg v0.8.3 |
1910 | 2024-06-25T21:34:05.056Z | Compiling bitstruct v0.1.1 |
1911 | 2024-06-25T21:34:05.180Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-06-25T21:34:05.195Z | Compiling parking_lot v0.11.2 |
1913 | 2024-06-25T21:34:06.092Z | Compiling nix v0.27.1 |
1914 | 2024-06-25T21:34:07.272Z | Compiling trust-dns-client v0.22.0 |
1915 | 2024-06-25T21:34:09.133Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1916 | 2024-06-25T21:34:09.464Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1917 | 2024-06-25T21:34:11.355Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-06-25T21:34:12.543Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1919 | 2024-06-25T21:34:12.546Z | Compiling bcs v0.1.6 |
1920 | 2024-06-25T21:34:13.464Z | Compiling kstat-rs v0.2.4 |
1921 | 2024-06-25T21:34:14.451Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1922 | 2024-06-25T21:34:14.603Z | Compiling toml v0.5.11 |
1923 | 2024-06-25T21:34:14.729Z | Compiling serde_arrays v0.1.0 |
1924 | 2024-06-25T21:34:14.928Z | Compiling serde-big-array v0.5.1 |
1925 | 2024-06-25T21:34:15.286Z | Compiling erased-serde v0.3.31 |
1926 | 2024-06-25T21:34:17.092Z | Compiling parse-size v1.0.0 |
1927 | 2024-06-25T21:34:17.390Z | Compiling highway v1.1.0 |
1928 | 2024-06-25T21:34:18.043Z | Compiling keccak v0.1.5 |
1929 | 2024-06-25T21:34:18.799Z | Compiling sha3 v0.10.8 |
1930 | 2024-06-25T21:34:19.073Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1931 | 2024-06-25T21:34:19.701Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1932 | 2024-06-25T21:34:36.909Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1933 | 2024-06-25T21:34:36.931Z | Compiling trust-dns-server v0.22.1 |
1934 | 2024-06-25T21:34:46.400Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1935 | 2024-06-25T21:34:50.583Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1936 | 2024-06-25T21:34:57.866Z | Compiling mime_guess v2.0.4 |
1937 | 2024-06-25T21:34:59.037Z | Compiling sled v0.34.7 |
1938 | 2024-06-25T21:35:04.558Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1939 | 2024-06-25T21:35:05.819Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1940 | 2024-06-25T21:35:06.406Z | Compiling signal-hook-tokio v0.3.1 |
1941 | 2024-06-25T21:35:06.621Z | Compiling universal-hash v0.5.1 |
1942 | 2024-06-25T21:35:06.864Z | Compiling heck v0.3.3 |
1943 | 2024-06-25T21:35:07.260Z | Compiling secrecy v0.8.0 |
1944 | 2024-06-25T21:35:07.541Z | Compiling castaway v0.2.2 |
1945 | 2024-06-25T21:35:07.751Z | Compiling rand_seeder v0.2.3 |
1946 | 2024-06-25T21:35:08.141Z | Compiling thiserror-impl-no-std v2.0.2 |
1947 | 2024-06-25T21:35:10.950Z | Compiling serde-big-array v0.4.1 |
1948 | 2024-06-25T21:35:11.164Z | Compiling nanorand v0.7.0 |
1949 | 2024-06-25T21:35:11.930Z | Compiling curve25519-dalek-derive v0.1.1 |
1950 | 2024-06-25T21:35:13.345Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1951 | 2024-06-25T21:35:13.629Z | Compiling opaque-debug v0.3.1 |
1952 | 2024-06-25T21:35:13.741Z | Compiling poly1305 v0.8.0 |
1953 | 2024-06-25T21:35:17.644Z | Compiling flume v0.11.0 |
1954 | 2024-06-25T21:35:18.494Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1955 | 2024-06-25T21:35:19.880Z | Compiling thiserror-no-std v2.0.2 |
1956 | 2024-06-25T21:35:20.012Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1957 | 2024-06-25T21:35:20.242Z | Compiling compact_str v0.7.1 |
1958 | 2024-06-25T21:35:21.779Z | Compiling zone_cfg_derive v0.1.2 |
1959 | 2024-06-25T21:35:23.139Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1960 | 2024-06-25T21:35:24.191Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1961 | 2024-06-25T21:35:24.529Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1962 | 2024-06-25T21:35:33.252Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-06-25T21:35:33.897Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1964 | 2024-06-25T21:35:34.050Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1965 | 2024-06-25T21:35:40.266Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1966 | 2024-06-25T21:35:44.443Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1967 | 2024-06-25T21:35:44.730Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1968 | 2024-06-25T21:35:45.013Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1969 | 2024-06-25T21:35:45.308Z | Compiling chacha20 v0.9.1 |
1970 | 2024-06-25T21:35:45.788Z | Compiling aead v0.5.2 |
1971 | 2024-06-25T21:35:46.155Z | Compiling lru v0.12.3 |
1972 | 2024-06-25T21:35:46.339Z | Compiling stability v0.2.0 |
1973 | 2024-06-25T21:35:46.514Z | Compiling cassowary v0.3.0 |
1974 | 2024-06-25T21:35:47.301Z | Compiling corncobs v0.1.3 |
1975 | 2024-06-25T21:35:47.691Z | Compiling indoc v2.0.5 |
1976 | 2024-06-25T21:35:48.647Z | Compiling base64 v0.13.1 |
1977 | 2024-06-25T21:35:48.684Z | Compiling ratatui v0.26.2 |
1978 | 2024-06-25T21:35:49.453Z | Compiling ron v0.7.1 |
1979 | 2024-06-25T21:35:50.277Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1980 | 2024-06-25T21:35:50.446Z | Compiling chacha20poly1305 v0.10.1 |
1981 | 2024-06-25T21:35:50.768Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1982 | 2024-06-25T21:35:51.013Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1983 | 2024-06-25T21:35:53.234Z | Compiling zone v0.1.8 |
1984 | 2024-06-25T21:35:54.926Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1985 | 2024-06-25T21:35:56.515Z | Compiling vsss-rs v3.3.4 |
1986 | 2024-06-25T21:36:01.038Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1987 | 2024-06-25T21:36:01.762Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1988 | 2024-06-25T21:36:03.258Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1989 | 2024-06-25T21:36:04.869Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1990 | 2024-06-25T21:36:06.128Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1991 | 2024-06-25T21:36:06.428Z | Compiling portpicker v0.1.1 |
1992 | 2024-06-25T21:36:06.957Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1993 | 2024-06-25T21:36:09.165Z | Compiling csv-core v0.1.11 |
1994 | 2024-06-25T21:36:09.680Z | Compiling http-range v0.1.5 |
1995 | 2024-06-25T21:36:10.258Z | Compiling smawk v0.3.2 |
1996 | 2024-06-25T21:36:10.521Z | Compiling unicode-linebreak v0.1.5 |
1997 | 2024-06-25T21:36:11.069Z | Compiling textwrap v0.16.1 |
1998 | 2024-06-25T21:36:11.439Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1999 | 2024-06-25T21:36:11.925Z | Compiling hyper-staticfile v0.9.5 |
2000 | 2024-06-25T21:36:13.490Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2001 | 2024-06-25T21:36:14.825Z | Compiling csv v1.3.0 |
2002 | 2024-06-25T21:36:15.055Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2003 | 2024-06-25T21:36:22.167Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2004 | 2024-06-25T21:36:24.429Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2005 | 2024-06-25T21:36:25.015Z | Compiling rcgen v0.12.1 |
2006 | 2024-06-25T21:36:26.934Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2007 | 2024-06-25T21:36:27.413Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2008 | 2024-06-25T21:36:27.692Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2009 | 2024-06-25T21:36:34.634Z | Compiling atomicwrites v0.4.3 |
2010 | 2024-06-25T21:36:35.155Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2011 | 2024-06-25T21:36:35.312Z | Compiling fatfs v0.3.6 |
2012 | 2024-06-25T21:36:36.450Z | Compiling rtoolbox v0.0.2 |
2013 | 2024-06-25T21:36:36.897Z | Compiling subprocess v0.2.9 |
2014 | 2024-06-25T21:36:37.888Z | Compiling assert_matches v1.5.0 |
2015 | 2024-06-25T21:36:37.995Z | Compiling is_ci v1.2.0 |
2016 | 2024-06-25T21:36:38.151Z | Compiling supports-color v3.0.0 |
2017 | 2024-06-25T21:36:38.822Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2018 | 2024-06-25T21:36:39.194Z | Compiling rpassword v7.3.1 |
2019 | 2024-06-25T21:36:39.570Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2020 | 2024-06-25T21:36:39.639Z | Compiling tui-tree-widget v0.19.0 |
2021 | 2024-06-25T21:36:40.066Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2022 | 2024-06-25T21:36:42.082Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2023 | 2024-06-25T21:36:46.150Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2024 | 2024-06-25T21:36:46.442Z | Compiling shell-words v1.1.0 |
2025 | 2024-06-25T21:36:46.890Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2026 | 2024-06-25T21:36:47.305Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2027 | 2024-06-25T21:36:58.624Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2028 | 2024-06-25T21:37:15.817Z | Compiling multimap v0.10.0 |
2029 | 2024-06-25T21:37:16.231Z | Compiling uzers v0.11.3 |
2030 | 2024-06-25T21:37:19.143Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2031 | 2024-06-25T21:39:29.547Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2032 | 2024-06-25T21:39:46.641Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2033 | 2024-06-25T21:45:46.768Z | Finished `release` profile [optimized] target(s) in 14m 12s |
2034 | 2024-06-25T21:46:33.577Z | |
2035 | 2024-06-25T21:46:33.580Z | real 15:00.474148446 |
2036 | 2024-06-25T21:46:33.580Z | user 1:43:54.345362117 |
2037 | 2024-06-25T21:46:33.580Z | sys 5:47.665190060 |
2038 | 2024-06-25T21:46:33.580Z | trap 2.429932709 |
2039 | 2024-06-25T21:46:33.580Z | tflt 2.493272794 |
2040 | 2024-06-25T21:46:33.580Z | dflt 3.194039538 |
2041 | 2024-06-25T21:46:33.580Z | kflt 0.057404766 |
2042 | 2024-06-25T21:46:33.581Z | lock 6:19:23.566646611 |
2043 | 2024-06-25T21:46:33.581Z | slp 4:08:57.291693179 |
2044 | 2024-06-25T21:46:33.581Z | lat 2:31.814567955 |
2045 | 2024-06-25T21:46:33.581Z | stop 2:00.937967967 |
2046 | 2024-06-25T21:46:33.581Z | + mapfile -t packages |
2047 | 2024-06-25T21:46:33.581Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2048 | 2024-06-25T21:46:34.488Z | Finished `release` profile [optimized] target(s) in 0.86s |
2049 | 2024-06-25T21:46:34.532Z | Running `target/release/omicron-package -t test list-outputs` |
2050 | 2024-06-25T21:46:34.572Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2051 | 2024-06-25T21:46:34.575Z | + ptime -m cargo build --locked --release -p xtask |
2052 | 2024-06-25T21:46:35.195Z | Compiling serde v1.0.203 |
2053 | 2024-06-25T21:46:35.198Z | Compiling bitflags v2.5.0 |
2054 | 2024-06-25T21:46:35.198Z | Compiling syn v2.0.68 |
2055 | 2024-06-25T21:46:35.289Z | Compiling bytes v1.6.0 |
2056 | 2024-06-25T21:46:35.289Z | Compiling scopeguard v1.2.0 |
2057 | 2024-06-25T21:46:35.295Z | Compiling smallvec v1.13.2 |
2058 | 2024-06-25T21:46:35.323Z | Compiling serde_json v1.0.117 |
2059 | 2024-06-25T21:46:35.410Z | Compiling lock_api v0.4.12 |
2060 | 2024-06-25T21:46:35.640Z | Compiling log v0.4.21 |
2061 | 2024-06-25T21:46:35.788Z | Compiling parking_lot_core v0.9.10 |
2062 | 2024-06-25T21:46:35.800Z | Compiling hashbrown v0.14.5 |
2063 | 2024-06-25T21:46:35.837Z | Compiling mio v0.8.11 |
2064 | 2024-06-25T21:46:35.865Z | Compiling libc v0.2.155 |
2065 | 2024-06-25T21:46:36.120Z | Compiling generic-array v0.14.7 |
2066 | 2024-06-25T21:46:36.226Z | Compiling parking_lot v0.12.2 |
2067 | 2024-06-25T21:46:36.421Z | Compiling slog v2.7.0 |
2068 | 2024-06-25T21:46:36.756Z | Compiling http v0.2.12 |
2069 | 2024-06-25T21:46:36.951Z | Compiling rustix v0.38.34 |
2070 | 2024-06-25T21:46:37.108Z | Compiling usdt-impl v0.5.0 |
2071 | 2024-06-25T21:46:37.364Z | Compiling indexmap v2.2.6 |
2072 | 2024-06-25T21:46:37.384Z | Compiling syn v1.0.109 |
2073 | 2024-06-25T21:46:37.440Z | Compiling time-macros v0.2.18 |
2074 | 2024-06-25T21:46:37.977Z | Compiling thread-id v4.2.1 |
2075 | 2024-06-25T21:46:37.997Z | Compiling tracing v0.1.40 |
2076 | 2024-06-25T21:46:38.730Z | Compiling crossbeam-utils v0.8.19 |
2077 | 2024-06-25T21:46:38.942Z | Compiling http-body v0.4.6 |
2078 | 2024-06-25T21:46:39.323Z | Compiling unicode-normalization v0.1.23 |
2079 | 2024-06-25T21:46:39.493Z | Compiling unicode-bidi v0.3.15 |
2080 | 2024-06-25T21:46:40.472Z | Compiling time v0.3.36 |
2081 | 2024-06-25T21:46:40.603Z | Compiling idna v0.5.0 |
2082 | 2024-06-25T21:46:41.523Z | Compiling block-buffer v0.10.4 |
2083 | 2024-06-25T21:46:41.551Z | Compiling crypto-common v0.1.6 |
2084 | 2024-06-25T21:46:41.796Z | Compiling terminal_size v0.3.0 |
2085 | 2024-06-25T21:46:42.017Z | Compiling fs-err v2.11.0 |
2086 | 2024-06-25T21:46:42.322Z | Compiling anyhow v1.0.86 |
2087 | 2024-06-25T21:46:42.613Z | Compiling proc-macro-error v1.0.4 |
2088 | 2024-06-25T21:46:42.875Z | Compiling clap_builder v4.5.2 |
2089 | 2024-06-25T21:46:43.445Z | Compiling crossbeam-channel v0.5.12 |
2090 | 2024-06-25T21:46:43.687Z | Compiling digest v0.10.7 |
2091 | 2024-06-25T21:46:43.915Z | Compiling url v2.5.0 |
2092 | 2024-06-25T21:46:44.127Z | Compiling xattr v1.3.1 |
2093 | 2024-06-25T21:46:44.489Z | Compiling sha2 v0.10.8 |
2094 | 2024-06-25T21:46:45.160Z | Compiling slog-async v2.8.0 |
2095 | 2024-06-25T21:46:45.585Z | Compiling tabled_derive v0.7.0 |
2096 | 2024-06-25T21:46:47.282Z | Compiling serde_derive v1.0.203 |
2097 | 2024-06-25T21:46:47.546Z | Compiling thiserror-impl v1.0.60 |
2098 | 2024-06-25T21:46:47.746Z | Compiling zerocopy-derive v0.7.34 |
2099 | 2024-06-25T21:46:48.281Z | Compiling futures-macro v0.3.30 |
2100 | 2024-06-25T21:46:49.413Z | Compiling tokio-macros v2.2.0 |
2101 | 2024-06-25T21:46:49.707Z | Compiling scroll_derive v0.12.0 |
2102 | 2024-06-25T21:46:49.873Z | Compiling zerocopy v0.7.34 |
2103 | 2024-06-25T21:46:50.257Z | Compiling futures-util v0.3.30 |
2104 | 2024-06-25T21:46:50.463Z | Compiling thiserror v1.0.60 |
2105 | 2024-06-25T21:46:50.608Z | Compiling pest v2.7.10 |
2106 | 2024-06-25T21:46:51.013Z | Compiling tokio v1.37.0 |
2107 | 2024-06-25T21:46:51.331Z | Compiling openssl-macros v0.1.1 |
2108 | 2024-06-25T21:46:51.462Z | Compiling scroll v0.12.0 |
2109 | 2024-06-25T21:46:52.085Z | Compiling openssl v0.10.64 |
2110 | 2024-06-25T21:46:52.099Z | Compiling goblin v0.8.2 |
2111 | 2024-06-25T21:46:53.566Z | Compiling pest_meta v2.7.10 |
2112 | 2024-06-25T21:46:57.558Z | Compiling pest_generator v2.7.10 |
2113 | 2024-06-25T21:46:59.479Z | Compiling pest_derive v2.7.10 |
2114 | 2024-06-25T21:47:00.252Z | Compiling dtrace-parser v0.2.0 |
2115 | 2024-06-25T21:47:02.300Z | Compiling tokio-util v0.7.11 |
2116 | 2024-06-25T21:47:04.645Z | Compiling serde_tokenstream v0.2.0 |
2117 | 2024-06-25T21:47:05.170Z | Compiling h2 v0.3.26 |
2118 | 2024-06-25T21:47:07.095Z | Compiling dof v0.3.0 |
2119 | 2024-06-25T21:47:08.430Z | Compiling toml_datetime v0.6.6 |
2120 | 2024-06-25T21:47:08.462Z | Compiling serde_spanned v0.6.6 |
2121 | 2024-06-25T21:47:08.731Z | Compiling native-tls v0.2.11 |
2122 | 2024-06-25T21:47:09.538Z | Compiling tokio-native-tls v0.3.1 |
2123 | 2024-06-25T21:47:09.856Z | Compiling toml_edit v0.22.13 |
2124 | 2024-06-25T21:47:09.870Z | Compiling usdt-attr-macro v0.5.0 |
2125 | 2024-06-25T21:47:11.302Z | Compiling hyper v0.14.28 |
2126 | 2024-06-25T21:47:16.145Z | Compiling hyper-tls v0.5.0 |
2127 | 2024-06-25T21:47:16.586Z | Compiling toml v0.8.13 |
2128 | 2024-06-25T21:47:17.564Z | Compiling usdt-macro v0.5.0 |
2129 | 2024-06-25T21:47:18.501Z | Compiling slog-json v2.6.1 |
2130 | 2024-06-25T21:47:18.818Z | Compiling serde_urlencoded v0.7.1 |
2131 | 2024-06-25T21:47:19.056Z | Compiling cargo-platform v0.1.8 |
2132 | 2024-06-25T21:47:19.472Z | Compiling camino v1.1.7 |
2133 | 2024-06-25T21:47:20.053Z | Compiling semver v1.0.23 |
2134 | 2024-06-25T21:47:20.192Z | Compiling futures-executor v0.3.30 |
2135 | 2024-06-25T21:47:20.893Z | Compiling strum_macros v0.26.2 |
2136 | 2024-06-25T21:47:21.313Z | Compiling clap_derive v4.5.4 |
2137 | 2024-06-25T21:47:21.694Z | Compiling cargo_metadata v0.18.1 |
2138 | 2024-06-25T21:47:23.630Z | Compiling futures v0.3.30 |
2139 | 2024-06-25T21:47:23.765Z | Compiling reqwest v0.11.27 |
2140 | 2024-06-25T21:47:23.960Z | Compiling usdt v0.5.0 |
2141 | 2024-06-25T21:47:25.512Z | Compiling slog-bunyan v2.5.0 |
2142 | 2024-06-25T21:47:25.646Z | Compiling strum v0.26.2 |
2143 | 2024-06-25T21:47:25.798Z | Compiling cargo_toml v0.20.2 |
2144 | 2024-06-25T21:47:25.852Z | Compiling macaddr v1.0.1 |
2145 | 2024-06-25T21:47:26.015Z | Compiling clap v4.5.4 |
2146 | 2024-06-25T21:47:26.145Z | Compiling tabled v0.15.0 |
2147 | 2024-06-25T21:47:26.471Z | Compiling slog-term v2.9.1 |
2148 | 2024-06-25T21:47:26.663Z | Compiling tar v0.4.40 |
2149 | 2024-06-25T21:47:31.635Z | Compiling md5 v0.7.0 |
2150 | 2024-06-25T21:47:42.870Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2151 | 2024-06-25T21:47:56.821Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2152 | 2024-06-25T21:47:56.919Z | |
2153 | 2024-06-25T21:47:56.924Z | real 1:22.301431470 |
2154 | 2024-06-25T21:47:56.924Z | user 8:59.538893433 |
2155 | 2024-06-25T21:47:56.924Z | sys 51.941284805 |
2156 | 2024-06-25T21:47:56.924Z | trap 0.253559091 |
2157 | 2024-06-25T21:47:56.924Z | tflt 0.443062686 |
2158 | 2024-06-25T21:47:56.924Z | dflt 0.202722747 |
2159 | 2024-06-25T21:47:56.924Z | kflt 0.000003759 |
2160 | 2024-06-25T21:47:56.924Z | lock 20:09.150457255 |
2161 | 2024-06-25T21:47:56.924Z | slp 22:37.324891931 |
2162 | 2024-06-25T21:47:56.924Z | lat 25.533975134 |
2163 | 2024-06-25T21:47:56.924Z | stop 25.588114873 |
2164 | 2024-06-25T21:47:56.924Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2165 | 2024-06-25T21:47:56.924Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2166 | 2024-06-25T21:47:56.924Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2167 | 2024-06-25T21:47:56.924Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2168 | 2024-06-25T21:47:56.924Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2169 | 2024-06-25T21:47:57.469Z | Downloading crates ... |
2170 | 2024-06-25T21:47:57.677Z | Downloaded ecdsa v0.16.9 |
2171 | 2024-06-25T21:47:57.684Z | Downloaded cbc v0.1.2 |
2172 | 2024-06-25T21:47:57.687Z | Downloaded bcrypt-pbkdf v0.10.0 |
2173 | 2024-06-25T21:47:57.693Z | Downloaded dhcproto-macros v0.1.0 |
2174 | 2024-06-25T21:47:57.696Z | Downloaded option-ext v0.2.0 |
2175 | 2024-06-25T21:47:57.705Z | Downloaded russh-cryptovec v0.7.2 |
2176 | 2024-06-25T21:47:57.712Z | Downloaded pbkdf2 v0.12.2 |
2177 | 2024-06-25T21:47:57.715Z | Downloaded pbkdf2 v0.11.0 |
2178 | 2024-06-25T21:47:57.718Z | Downloaded ghash v0.5.1 |
2179 | 2024-06-25T21:47:57.718Z | Downloaded rand_core v0.5.1 |
2180 | 2024-06-25T21:47:57.721Z | Downloaded internet-checksum v0.2.1 |
2181 | 2024-06-25T21:47:57.721Z | Downloaded hex-literal v0.4.1 |
2182 | 2024-06-25T21:47:57.721Z | Downloaded ctr v0.9.2 |
2183 | 2024-06-25T21:47:57.724Z | Downloaded primeorder v0.13.6 |
2184 | 2024-06-25T21:47:57.724Z | Downloaded ed25519 v2.2.3 |
2185 | 2024-06-25T21:47:57.727Z | Downloaded dirs-sys v0.4.1 |
2186 | 2024-06-25T21:47:57.727Z | Downloaded rand_chacha v0.2.2 |
2187 | 2024-06-25T21:47:57.729Z | Downloaded dirs v5.0.1 |
2188 | 2024-06-25T21:47:57.732Z | Downloaded rfc6979 v0.4.0 |
2189 | 2024-06-25T21:47:57.732Z | Downloaded polyval v0.6.2 |
2190 | 2024-06-25T21:47:57.735Z | Downloaded blowfish v0.9.1 |
2191 | 2024-06-25T21:47:57.735Z | Downloaded russh-keys v0.43.0 |
2192 | 2024-06-25T21:47:57.738Z | Downloaded ed25519-dalek v2.1.1 |
2193 | 2024-06-25T21:47:57.741Z | Downloaded dhcproto v0.11.0 |
2194 | 2024-06-25T21:47:57.744Z | Downloaded password-hash v0.4.2 |
2195 | 2024-06-25T21:47:57.747Z | Downloaded getrandom v0.1.16 |
2196 | 2024-06-25T21:47:57.753Z | Downloaded p256 v0.13.2 |
2197 | 2024-06-25T21:47:57.764Z | Downloaded russh v0.43.0 |
2198 | 2024-06-25T21:47:57.770Z | Downloaded aes v0.8.4 |
2199 | 2024-06-25T21:47:57.774Z | Downloaded rand v0.7.3 |
2200 | 2024-06-25T21:47:57.778Z | Downloaded p521 v0.13.3 |
2201 | 2024-06-25T21:47:57.782Z | Downloaded aes-gcm v0.10.3 |
2202 | 2024-06-25T21:47:57.922Z | Compiling serde v1.0.203 |
2203 | 2024-06-25T21:47:57.925Z | Compiling log v0.4.21 |
2204 | 2024-06-25T21:47:58.032Z | Compiling scopeguard v1.2.0 |
2205 | 2024-06-25T21:47:58.032Z | Compiling smallvec v1.13.2 |
2206 | 2024-06-25T21:47:58.035Z | Compiling syn v2.0.68 |
2207 | 2024-06-25T21:47:58.035Z | Compiling getrandom v0.2.14 |
2208 | 2024-06-25T21:47:58.045Z | Compiling generic-array v0.14.7 |
2209 | 2024-06-25T21:47:58.050Z | Compiling libm v0.2.8 |
2210 | 2024-06-25T21:47:58.192Z | Compiling lock_api v0.4.12 |
2211 | 2024-06-25T21:47:58.336Z | Compiling rand_core v0.6.4 |
2212 | 2024-06-25T21:47:58.464Z | Compiling parking_lot_core v0.9.10 |
2213 | 2024-06-25T21:47:58.483Z | Compiling num-traits v0.2.19 |
2214 | 2024-06-25T21:47:58.515Z | Compiling subtle v2.5.0 |
2215 | 2024-06-25T21:47:58.582Z | Compiling mio v0.8.11 |
2216 | 2024-06-25T21:47:58.685Z | Compiling ahash v0.8.11 |
2217 | 2024-06-25T21:47:58.857Z | Compiling parking_lot v0.12.2 |
2218 | 2024-06-25T21:47:58.882Z | Compiling serde_json v1.0.117 |
2219 | 2024-06-25T21:47:58.971Z | Compiling allocator-api2 v0.2.18 |
2220 | 2024-06-25T21:47:59.089Z | Compiling const-oid v0.9.6 |
2221 | 2024-06-25T21:47:59.131Z | Compiling iana-time-zone v0.1.60 |
2222 | 2024-06-25T21:47:59.244Z | Compiling syn v1.0.109 |
2223 | 2024-06-25T21:47:59.829Z | Compiling unicode-normalization v0.1.23 |
2224 | 2024-06-25T21:47:59.903Z | Compiling schemars v0.8.21 |
2225 | 2024-06-25T21:47:59.923Z | Compiling unicode-bidi v0.3.15 |
2226 | 2024-06-25T21:47:59.987Z | Compiling dyn-clone v1.0.17 |
2227 | 2024-06-25T21:48:00.206Z | Compiling spin v0.9.8 |
2228 | 2024-06-25T21:48:00.274Z | Compiling ppv-lite86 v0.2.17 |
2229 | 2024-06-25T21:48:00.624Z | Compiling time-macros v0.2.18 |
2230 | 2024-06-25T21:48:00.982Z | Compiling ring v0.17.8 |
2231 | 2024-06-25T21:48:01.053Z | Compiling rand_chacha v0.3.1 |
2232 | 2024-06-25T21:48:01.068Z | Compiling aho-corasick v1.1.3 |
2233 | 2024-06-25T21:48:01.551Z | Compiling regex-syntax v0.8.3 |
2234 | 2024-06-25T21:48:01.738Z | Compiling rand v0.8.5 |
2235 | 2024-06-25T21:48:03.559Z | Compiling idna v0.5.0 |
2236 | 2024-06-25T21:48:03.945Z | Compiling slog v2.7.0 |
2237 | 2024-06-25T21:48:04.052Z | Compiling time v0.3.36 |
2238 | 2024-06-25T21:48:04.563Z | Compiling url v2.5.0 |
2239 | 2024-06-25T21:48:05.194Z | Compiling regex-automata v0.4.6 |
2240 | 2024-06-25T21:48:05.245Z | Compiling spin v0.5.2 |
2241 | 2024-06-25T21:48:05.496Z | Compiling untrusted v0.9.0 |
2242 | 2024-06-25T21:48:05.689Z | Compiling serde_derive_internals v0.29.1 |
2243 | 2024-06-25T21:48:07.933Z | Compiling lazy_static v1.4.0 |
2244 | 2024-06-25T21:48:08.063Z | Compiling backtrace v0.3.71 |
2245 | 2024-06-25T21:48:08.521Z | Compiling gimli v0.28.1 |
2246 | 2024-06-25T21:48:08.565Z | Compiling object v0.32.2 |
2247 | 2024-06-25T21:48:08.671Z | Compiling rustc-demangle v0.1.24 |
2248 | 2024-06-25T21:48:09.659Z | Compiling anyhow v1.0.86 |
2249 | 2024-06-25T21:48:09.683Z | Compiling rustls v0.21.12 |
2250 | 2024-06-25T21:48:09.963Z | Compiling winnow v0.5.40 |
2251 | 2024-06-25T21:48:10.457Z | Compiling crossbeam-utils v0.8.19 |
2252 | 2024-06-25T21:48:10.511Z | Compiling regex v1.10.4 |
2253 | 2024-06-25T21:48:11.110Z | Compiling base64ct v1.6.0 |
2254 | 2024-06-25T21:48:11.721Z | Compiling rustls-webpki v0.101.7 |
2255 | 2024-06-25T21:48:11.757Z | Compiling sct v0.7.1 |
2256 | 2024-06-25T21:48:12.084Z | Compiling cookie v0.17.0 |
2257 | 2024-06-25T21:48:13.526Z | Compiling serde_derive v1.0.203 |
2258 | 2024-06-25T21:48:13.547Z | Compiling zeroize_derive v1.4.2 |
2259 | 2024-06-25T21:48:13.717Z | Compiling zerocopy-derive v0.7.34 |
2260 | 2024-06-25T21:48:13.813Z | Compiling thiserror-impl v1.0.60 |
2261 | 2024-06-25T21:48:13.978Z | Compiling tokio-macros v2.2.0 |
2262 | 2024-06-25T21:48:15.226Z | Compiling futures-macro v0.3.30 |
2263 | 2024-06-25T21:48:15.320Z | Compiling zeroize v1.7.0 |
2264 | 2024-06-25T21:48:15.764Z | Compiling schemars_derive v0.8.21 |
2265 | 2024-06-25T21:48:16.123Z | Compiling tracing-attributes v0.1.27 |
2266 | 2024-06-25T21:48:16.212Z | Compiling zerocopy v0.7.34 |
2267 | 2024-06-25T21:48:17.257Z | Compiling crypto-common v0.1.6 |
2268 | 2024-06-25T21:48:17.340Z | Compiling thiserror v1.0.60 |
2269 | 2024-06-25T21:48:17.434Z | Compiling futures-util v0.3.30 |
2270 | 2024-06-25T21:48:17.486Z | Compiling block-buffer v0.10.4 |
2271 | 2024-06-25T21:48:17.508Z | Compiling async-trait v0.1.80 |
2272 | 2024-06-25T21:48:17.758Z | Compiling digest v0.10.7 |
2273 | 2024-06-25T21:48:18.282Z | Compiling addr2line v0.21.0 |
2274 | 2024-06-25T21:48:18.554Z | Compiling hashbrown v0.14.5 |
2275 | 2024-06-25T21:48:18.964Z | Compiling openssl-macros v0.1.1 |
2276 | 2024-06-25T21:48:19.336Z | Compiling pest v2.7.10 |
2277 | 2024-06-25T21:48:20.273Z | Compiling tracing v0.1.40 |
2278 | 2024-06-25T21:48:20.549Z | Compiling idna v0.3.0 |
2279 | 2024-06-25T21:48:20.792Z | Compiling psl-types v2.0.11 |
2280 | 2024-06-25T21:48:20.807Z | Compiling data-encoding v2.6.0 |
2281 | 2024-06-25T21:48:20.989Z | Compiling hmac v0.12.1 |
2282 | 2024-06-25T21:48:21.260Z | Compiling scroll_derive v0.12.0 |
2283 | 2024-06-25T21:48:22.201Z | Compiling pest_meta v2.7.10 |
2284 | 2024-06-25T21:48:22.401Z | Compiling publicsuffix v2.2.3 |
2285 | 2024-06-25T21:48:22.656Z | Compiling bitflags v1.3.2 |
2286 | 2024-06-25T21:48:22.769Z | Compiling webpki-roots v0.25.4 |
2287 | 2024-06-25T21:48:22.852Z | Compiling scroll v0.12.0 |
2288 | 2024-06-25T21:48:22.932Z | Compiling block-padding v0.3.3 |
2289 | 2024-06-25T21:48:23.199Z | Compiling der_derive v0.7.2 |
2290 | 2024-06-25T21:48:23.339Z | Compiling futures-executor v0.3.30 |
2291 | 2024-06-25T21:48:23.420Z | Compiling pest_generator v2.7.10 |
2292 | 2024-06-25T21:48:23.779Z | Compiling futures v0.3.30 |
2293 | 2024-06-25T21:48:23.847Z | Compiling goblin v0.8.2 |
2294 | 2024-06-25T21:48:23.904Z | Compiling pem-rfc7468 v0.7.0 |
2295 | 2024-06-25T21:48:23.947Z | Compiling flagset v0.4.5 |
2296 | 2024-06-25T21:48:24.159Z | Compiling inout v0.1.3 |
2297 | 2024-06-25T21:48:24.489Z | Compiling cipher v0.4.4 |
2298 | 2024-06-25T21:48:24.741Z | Compiling sha2 v0.10.8 |
2299 | 2024-06-25T21:48:25.064Z | Compiling either v1.12.0 |
2300 | 2024-06-25T21:48:25.498Z | Compiling ff v0.13.0 |
2301 | 2024-06-25T21:48:25.589Z | Compiling base16ct v0.2.0 |
2302 | 2024-06-25T21:48:25.726Z | Compiling stable_deref_trait v1.2.0 |
2303 | 2024-06-25T21:48:25.845Z | Compiling group v0.13.0 |
2304 | 2024-06-25T21:48:25.899Z | Compiling hkdf v0.12.4 |
2305 | 2024-06-25T21:48:25.947Z | Compiling der v0.7.9 |
2306 | 2024-06-25T21:48:26.169Z | Compiling crypto-bigint v0.5.5 |
2307 | 2024-06-25T21:48:26.172Z | Compiling crossbeam-epoch v0.9.18 |
2308 | 2024-06-25T21:48:27.038Z | Compiling num-integer v0.1.46 |
2309 | 2024-06-25T21:48:27.666Z | Compiling pest_derive v2.7.10 |
2310 | 2024-06-25T21:48:27.846Z | Compiling managed v0.8.0 |
2311 | 2024-06-25T21:48:28.303Z | Compiling spki v0.7.3 |
2312 | 2024-06-25T21:48:28.318Z | Compiling unicode-segmentation v1.11.0 |
2313 | 2024-06-25T21:48:28.468Z | Compiling dtrace-parser v0.2.0 |
2314 | 2024-06-25T21:48:28.679Z | Compiling bytes v1.6.0 |
2315 | 2024-06-25T21:48:29.147Z | Compiling indexmap v2.2.6 |
2316 | 2024-06-25T21:48:29.520Z | Compiling uuid v1.8.0 |
2317 | 2024-06-25T21:48:29.610Z | Compiling tokio v1.37.0 |
2318 | 2024-06-25T21:48:30.095Z | Compiling chrono v0.4.38 |
2319 | 2024-06-25T21:48:30.636Z | Compiling bitflags v2.5.0 |
2320 | 2024-06-25T21:48:30.813Z | Compiling semver v1.0.23 |
2321 | 2024-06-25T21:48:30.990Z | Compiling http v0.2.12 |
2322 | 2024-06-25T21:48:31.111Z | Compiling serde_tokenstream v0.2.0 |
2323 | 2024-06-25T21:48:31.612Z | Compiling serde_spanned v0.6.6 |
2324 | 2024-06-25T21:48:31.666Z | Compiling toml_datetime v0.6.6 |
2325 | 2024-06-25T21:48:31.850Z | Compiling openssl v0.10.64 |
2326 | 2024-06-25T21:48:32.179Z | Compiling toml_edit v0.19.15 |
2327 | 2024-06-25T21:48:32.182Z | Compiling rustix v0.38.34 |
2328 | 2024-06-25T21:48:32.321Z | Compiling serde_urlencoded v0.7.1 |
2329 | 2024-06-25T21:48:33.585Z | Compiling http-body v0.4.6 |
2330 | 2024-06-25T21:48:33.968Z | Compiling cookie_store v0.20.0 |
2331 | 2024-06-25T21:48:34.073Z | Compiling openapiv3 v2.0.0 |
2332 | 2024-06-25T21:48:34.769Z | Compiling rustc_version v0.4.0 |
2333 | 2024-06-25T21:48:35.311Z | Compiling dof v0.3.0 |
2334 | 2024-06-25T21:48:35.537Z | Compiling pkcs8 v0.10.2 |
2335 | 2024-06-25T21:48:35.579Z | Compiling toml_edit v0.22.13 |
2336 | 2024-06-25T21:48:36.164Z | Compiling usdt-impl v0.5.0 |
2337 | 2024-06-25T21:48:36.977Z | Compiling sec1 v0.7.3 |
2338 | 2024-06-25T21:48:37.575Z | Compiling tokio-util v0.7.11 |
2339 | 2024-06-25T21:48:37.681Z | Compiling tokio-rustls v0.24.1 |
2340 | 2024-06-25T21:48:37.856Z | Compiling native-tls v0.2.11 |
2341 | 2024-06-25T21:48:38.091Z | Compiling usdt-macro v0.5.0 |
2342 | 2024-06-25T21:48:38.500Z | Compiling tokio-native-tls v0.3.1 |
2343 | 2024-06-25T21:48:38.675Z | Compiling h2 v0.3.26 |
2344 | 2024-06-25T21:48:38.774Z | Compiling usdt-attr-macro v0.5.0 |
2345 | 2024-06-25T21:48:38.980Z | Compiling elliptic-curve v0.13.8 |
2346 | 2024-06-25T21:48:39.638Z | Compiling toml v0.7.8 |
2347 | 2024-06-25T21:48:39.875Z | Compiling ipnetwork v0.20.0 |
2348 | 2024-06-25T21:48:40.471Z | Compiling usdt v0.5.0 |
2349 | 2024-06-25T21:48:40.637Z | Compiling hex v0.4.3 |
2350 | 2024-06-25T21:48:40.661Z | Compiling matches v0.1.10 |
2351 | 2024-06-25T21:48:40.767Z | Compiling idna v0.2.3 |
2352 | 2024-06-25T21:48:40.840Z | Compiling enum-as-inner v0.5.1 |
2353 | 2024-06-25T21:48:41.007Z | Compiling bit-vec v0.6.3 |
2354 | 2024-06-25T21:48:41.238Z | Compiling siphasher v0.3.11 |
2355 | 2024-06-25T21:48:41.356Z | Compiling heapless v0.7.17 |
2356 | 2024-06-25T21:48:41.482Z | Compiling terminal_size v0.3.0 |
2357 | 2024-06-25T21:48:41.628Z | Compiling num-bigint v0.4.5 |
2358 | 2024-06-25T21:48:41.701Z | Compiling regress v0.9.1 |
2359 | 2024-06-25T21:48:41.800Z | Compiling signal-hook v0.3.17 |
2360 | 2024-06-25T21:48:41.904Z | Compiling trust-dns-proto v0.22.0 |
2361 | 2024-06-25T21:48:42.046Z | Compiling finl_unicode v1.2.0 |
2362 | 2024-06-25T21:48:42.482Z | Compiling clap_builder v4.5.2 |
2363 | 2024-06-25T21:48:42.642Z | Compiling stringprep v0.1.4 |
2364 | 2024-06-25T21:48:43.990Z | Compiling itertools v0.10.5 |
2365 | 2024-06-25T21:48:44.555Z | Compiling md-5 v0.10.6 |
2366 | 2024-06-25T21:48:44.843Z | Compiling yasna v0.5.2 |
2367 | 2024-06-25T21:48:44.978Z | Compiling clap_derive v4.5.4 |
2368 | 2024-06-25T21:48:46.841Z | Compiling hyper v0.14.28 |
2369 | 2024-06-25T21:48:46.977Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2370 | 2024-06-25T21:48:47.061Z | Compiling hash32 v0.2.1 |
2371 | 2024-06-25T21:48:47.468Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2372 | 2024-06-25T21:48:48.248Z | Compiling smoltcp v0.9.1 |
2373 | 2024-06-25T21:48:49.020Z | Compiling fallible-iterator v0.2.0 |
2374 | 2024-06-25T21:48:49.796Z | Compiling postgres-protocol v0.6.6 |
2375 | 2024-06-25T21:48:50.240Z | Compiling clap v4.5.4 |
2376 | 2024-06-25T21:48:50.484Z | Compiling phf_shared v0.11.2 |
2377 | 2024-06-25T21:48:50.740Z | Compiling tokio-stream v0.1.15 |
2378 | 2024-06-25T21:48:50.875Z | Compiling hubpack_derive v0.1.1 |
2379 | 2024-06-25T21:48:51.164Z | Compiling zerocopy-derive v0.6.6 |
2380 | 2024-06-25T21:48:51.403Z | Compiling diesel_table_macro_syntax v0.1.0 |
2381 | 2024-06-25T21:48:51.735Z | Compiling scheduled-thread-pool v0.2.7 |
2382 | 2024-06-25T21:48:51.812Z | Compiling fs-err v2.11.0 |
2383 | 2024-06-25T21:48:51.833Z | Compiling fixedbitset v0.4.2 |
2384 | 2024-06-25T21:48:52.240Z | Compiling petgraph v0.6.5 |
2385 | 2024-06-25T21:48:52.299Z | Compiling r2d2 v0.8.10 |
2386 | 2024-06-25T21:48:52.379Z | Compiling diesel_derives v2.1.4 |
2387 | 2024-06-25T21:48:52.397Z | Compiling hubpack v0.1.2 |
2388 | 2024-06-25T21:48:52.416Z | Compiling phf v0.11.2 |
2389 | 2024-06-25T21:48:52.658Z | Compiling signal-hook-mio v0.2.3 |
2390 | 2024-06-25T21:48:52.822Z | Compiling postgres-types v0.2.6 |
2391 | 2024-06-25T21:48:53.125Z | Compiling phf_shared v0.10.0 |
2392 | 2024-06-25T21:48:53.468Z | Compiling hyper-tls v0.5.0 |
2393 | 2024-06-25T21:48:53.552Z | Compiling hyper-rustls v0.24.2 |
2394 | 2024-06-25T21:48:53.839Z | Compiling zerocopy v0.6.6 |
2395 | 2024-06-25T21:48:53.924Z | Compiling reqwest v0.11.27 |
2396 | 2024-06-25T21:48:54.334Z | Compiling similar v2.5.0 |
2397 | 2024-06-25T21:48:54.783Z | Compiling num-iter v0.1.45 |
2398 | 2024-06-25T21:48:54.930Z | Compiling strum_macros v0.25.3 |
2399 | 2024-06-25T21:48:54.984Z | Compiling serde_repr v0.1.19 |
2400 | 2024-06-25T21:48:56.179Z | Compiling getopts v0.2.21 |
2401 | 2024-06-25T21:48:56.213Z | Compiling console v0.15.8 |
2402 | 2024-06-25T21:48:56.657Z | Compiling float-cmp v0.9.0 |
2403 | 2024-06-25T21:48:56.893Z | Compiling difflib v0.4.0 |
2404 | 2024-06-25T21:48:56.893Z | Compiling normalize-line-endings v0.3.0 |
2405 | 2024-06-25T21:48:57.043Z | Compiling static_assertions v1.1.0 |
2406 | 2024-06-25T21:48:57.155Z | Compiling precomputed-hash v0.1.1 |
2407 | 2024-06-25T21:48:57.208Z | Compiling minimal-lexical v0.2.1 |
2408 | 2024-06-25T21:48:57.285Z | Compiling predicates-core v1.0.6 |
2409 | 2024-06-25T21:48:57.674Z | Compiling unsafe-libyaml v0.2.11 |
2410 | 2024-06-25T21:48:57.737Z | Compiling new_debug_unreachable v1.0.6 |
2411 | 2024-06-25T21:48:57.762Z | Compiling whoami v1.5.1 |
2412 | 2024-06-25T21:48:57.838Z | Compiling string_cache v0.8.7 |
2413 | 2024-06-25T21:48:58.352Z | Compiling tokio-postgres v0.7.10 |
2414 | 2024-06-25T21:48:58.432Z | Compiling nom v7.1.3 |
2415 | 2024-06-25T21:48:58.549Z | Compiling predicates v3.1.0 |
2416 | 2024-06-25T21:48:59.234Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2417 | 2024-06-25T21:48:59.669Z | Compiling serde_yaml v0.9.34+deprecated |
2418 | 2024-06-25T21:49:00.430Z | Compiling crossterm v0.27.0 |
2419 | 2024-06-25T21:49:03.068Z | Compiling bit-set v0.5.3 |
2420 | 2024-06-25T21:49:03.359Z | Compiling itertools v0.12.1 |
2421 | 2024-06-25T21:49:03.405Z | Compiling bstr v1.9.1 |
2422 | 2024-06-25T21:49:04.039Z | Compiling unicode-xid v0.2.4 |
2423 | 2024-06-25T21:49:04.223Z | Compiling peg-runtime v0.8.3 |
2424 | 2024-06-25T21:49:04.226Z | Compiling lalrpop-util v0.19.12 |
2425 | 2024-06-25T21:49:04.628Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2426 | 2024-06-25T21:49:04.909Z | Compiling sha1 v0.10.6 |
2427 | 2024-06-25T21:49:05.093Z | Compiling camino v1.1.7 |
2428 | 2024-06-25T21:49:05.319Z | Compiling strum_macros v0.26.2 |
2429 | 2024-06-25T21:49:05.367Z | Compiling http v1.1.0 |
2430 | 2024-06-25T21:49:05.798Z | Compiling base64 v0.22.1 |
2431 | 2024-06-25T21:49:05.918Z | Compiling diesel v2.1.6 |
2432 | 2024-06-25T21:49:06.094Z | Compiling toml v0.8.13 |
2433 | 2024-06-25T21:49:06.542Z | Compiling ident_case v1.0.1 |
2434 | 2024-06-25T21:49:06.627Z | Compiling rustls-pki-types v1.7.0 |
2435 | 2024-06-25T21:49:06.725Z | Compiling darling_core v0.20.9 |
2436 | 2024-06-25T21:49:06.882Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2437 | 2024-06-25T21:49:07.484Z | Compiling crossbeam-channel v0.5.12 |
2438 | 2024-06-25T21:49:07.831Z | Compiling paste v1.0.15 |
2439 | 2024-06-25T21:49:07.933Z | Compiling rustls v0.22.4 |
2440 | 2024-06-25T21:49:08.230Z | Compiling slog-term v2.9.1 |
2441 | 2024-06-25T21:49:08.411Z | Compiling slog-async v2.8.0 |
2442 | 2024-06-25T21:49:08.570Z | Compiling rustls-webpki v0.102.4 |
2443 | 2024-06-25T21:49:09.507Z | Compiling multer v3.1.0 |
2444 | 2024-06-25T21:49:09.724Z | Compiling instant v0.1.12 |
2445 | 2024-06-25T21:49:10.029Z | Compiling slog-json v2.6.1 |
2446 | 2024-06-25T21:49:10.411Z | Compiling async-stream-impl v0.3.5 |
2447 | 2024-06-25T21:49:10.615Z | Compiling strum v0.26.2 |
2448 | 2024-06-25T21:49:10.758Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2449 | 2024-06-25T21:49:10.815Z | Compiling atomic-waker v1.1.2 |
2450 | 2024-06-25T21:49:11.019Z | Compiling debug-ignore v1.0.5 |
2451 | 2024-06-25T21:49:11.085Z | Compiling waitgroup v0.1.2 |
2452 | 2024-06-25T21:49:11.120Z | Compiling slog-bunyan v2.5.0 |
2453 | 2024-06-25T21:49:11.316Z | Compiling rustls-pemfile v2.1.2 |
2454 | 2024-06-25T21:49:11.333Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2455 | 2024-06-25T21:49:11.450Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2456 | 2024-06-25T21:49:11.597Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2457 | 2024-06-25T21:49:11.767Z | Compiling async-stream v0.3.5 |
2458 | 2024-06-25T21:49:11.791Z | Compiling serde_path_to_error v0.1.16 |
2459 | 2024-06-25T21:49:12.111Z | Compiling structmeta-derive v0.3.0 |
2460 | 2024-06-25T21:49:12.195Z | Compiling hostname v0.4.0 |
2461 | 2024-06-25T21:49:12.474Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2462 | 2024-06-25T21:49:12.658Z | Compiling newtype-uuid v1.1.0 |
2463 | 2024-06-25T21:49:12.772Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2464 | 2024-06-25T21:49:12.970Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2465 | 2024-06-25T21:49:13.282Z | Compiling backoff v0.4.0 |
2466 | 2024-06-25T21:49:13.547Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2467 | 2024-06-25T21:49:13.550Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2468 | 2024-06-25T21:49:13.677Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2469 | 2024-06-25T21:49:13.732Z | Compiling macaddr v1.0.1 |
2470 | 2024-06-25T21:49:13.735Z | Compiling proc-macro-crate v1.3.1 |
2471 | 2024-06-25T21:49:14.108Z | Compiling darling_macro v0.20.9 |
2472 | 2024-06-25T21:49:14.174Z | Compiling tokio-rustls v0.25.0 |
2473 | 2024-06-25T21:49:14.398Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2474 | 2024-06-25T21:49:14.740Z | Compiling fastrand v2.1.0 |
2475 | 2024-06-25T21:49:14.923Z | Compiling num_enum_derive v0.5.11 |
2476 | 2024-06-25T21:49:15.212Z | Compiling darling v0.20.9 |
2477 | 2024-06-25T21:49:15.253Z | Compiling structmeta v0.3.0 |
2478 | 2024-06-25T21:49:15.333Z | Compiling serde_with_macros v3.8.1 |
2479 | 2024-06-25T21:49:15.350Z | Compiling tempfile v3.10.1 |
2480 | 2024-06-25T21:49:15.705Z | Compiling parse-display-derive v0.9.0 |
2481 | 2024-06-25T21:49:16.279Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2482 | 2024-06-25T21:49:16.586Z | Compiling foreign-types-macros v0.2.3 |
2483 | 2024-06-25T21:49:17.704Z | Compiling num_enum v0.5.11 |
2484 | 2024-06-25T21:49:17.873Z | Compiling foreign-types-shared v0.3.1 |
2485 | 2024-06-25T21:49:17.909Z | Compiling heapless v0.8.0 |
2486 | 2024-06-25T21:49:17.998Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2487 | 2024-06-25T21:49:18.302Z | Compiling foreign-types v0.5.0 |
2488 | 2024-06-25T21:49:18.415Z | Compiling proc-macro-error v1.0.4 |
2489 | 2024-06-25T21:49:18.513Z | Compiling serde_with v3.8.1 |
2490 | 2024-06-25T21:49:19.135Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2491 | 2024-06-25T21:49:19.152Z | Compiling cstr-argument v0.1.2 |
2492 | 2024-06-25T21:49:19.456Z | Compiling hash32 v0.3.1 |
2493 | 2024-06-25T21:49:19.715Z | Compiling smoltcp v0.11.0 |
2494 | 2024-06-25T21:49:19.990Z | Compiling pretty-hex v0.2.1 |
2495 | 2024-06-25T21:49:20.176Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2496 | 2024-06-25T21:49:20.238Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2497 | 2024-06-25T21:49:20.531Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2498 | 2024-06-25T21:49:20.549Z | Compiling camino-tempfile v1.1.1 |
2499 | 2024-06-25T21:49:20.680Z | Compiling parse-display v0.9.0 |
2500 | 2024-06-25T21:49:21.015Z | Compiling tabwriter v1.4.0 |
2501 | 2024-06-25T21:49:21.122Z | Compiling colored v2.1.0 |
2502 | 2024-06-25T21:49:21.400Z | Compiling socket2 v0.4.10 |
2503 | 2024-06-25T21:49:21.556Z | Compiling embedded-io v0.4.0 |
2504 | 2024-06-25T21:49:21.609Z | Compiling cobs v0.2.3 |
2505 | 2024-06-25T21:49:21.918Z | Compiling postcard v1.0.8 |
2506 | 2024-06-25T21:49:21.935Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2507 | 2024-06-25T21:49:22.226Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2508 | 2024-06-25T21:49:22.293Z | Compiling crucible-workspace-hack v0.1.0 |
2509 | 2024-06-25T21:49:22.473Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2510 | 2024-06-25T21:49:22.580Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2511 | 2024-06-25T21:49:22.740Z | Compiling smf v0.2.3 |
2512 | 2024-06-25T21:49:22.743Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2513 | 2024-06-25T21:49:22.879Z | Compiling humantime v2.1.0 |
2514 | 2024-06-25T21:49:23.401Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2515 | 2024-06-25T21:49:23.419Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2516 | 2024-06-25T21:49:23.434Z | Compiling num-derive v0.4.2 |
2517 | 2024-06-25T21:49:23.912Z | Compiling sigpipe v0.1.3 |
2518 | 2024-06-25T21:49:24.044Z | Compiling utf-8 v0.7.6 |
2519 | 2024-06-25T21:49:24.181Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2520 | 2024-06-25T21:49:24.405Z | Compiling atty v0.2.14 |
2521 | 2024-06-25T21:49:24.554Z | Compiling same-file v1.0.6 |
2522 | 2024-06-25T21:49:24.664Z | Compiling semver v0.1.20 |
2523 | 2024-06-25T21:49:24.785Z | Compiling rayon-core v1.12.1 |
2524 | 2024-06-25T21:49:24.983Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2525 | 2024-06-25T21:49:25.039Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2526 | 2024-06-25T21:49:25.359Z | Compiling platforms v3.4.0 |
2527 | 2024-06-25T21:49:26.035Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2528 | 2024-06-25T21:49:26.062Z | Compiling curve25519-dalek v4.1.2 |
2529 | 2024-06-25T21:49:26.723Z | Compiling rustc_version v0.1.7 |
2530 | 2024-06-25T21:49:26.745Z | Compiling walkdir v2.5.0 |
2531 | 2024-06-25T21:49:26.884Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2532 | 2024-06-25T21:49:26.903Z | Compiling newline-converter v0.3.0 |
2533 | 2024-06-25T21:49:26.961Z | Compiling crossbeam-deque v0.8.5 |
2534 | 2024-06-25T21:49:27.117Z | Compiling universal-hash v0.5.1 |
2535 | 2024-06-25T21:49:27.142Z | Compiling opaque-debug v0.3.1 |
2536 | 2024-06-25T21:49:27.240Z | Compiling prettyplease v0.2.20 |
2537 | 2024-06-25T21:49:27.255Z | Compiling newtype_derive v0.1.6 |
2538 | 2024-06-25T21:49:27.298Z | Compiling expectorate v1.1.0 |
2539 | 2024-06-25T21:49:27.522Z | Compiling xattr v1.3.1 |
2540 | 2024-06-25T21:49:27.540Z | Compiling num-rational v0.4.2 |
2541 | 2024-06-25T21:49:27.543Z | Compiling signature v2.2.0 |
2542 | 2024-06-25T21:49:27.572Z | Compiling curve25519-dalek-derive v0.1.1 |
2543 | 2024-06-25T21:49:27.804Z | Compiling num-complex v0.4.6 |
2544 | 2024-06-25T21:49:27.857Z | Compiling blake3 v1.5.1 |
2545 | 2024-06-25T21:49:28.472Z | Compiling ring v0.16.20 |
2546 | 2024-06-25T21:49:28.879Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2547 | 2024-06-25T21:49:28.966Z | Compiling unicase v2.7.0 |
2548 | 2024-06-25T21:49:29.155Z | Compiling getrandom v0.1.16 |
2549 | 2024-06-25T21:49:29.186Z | Compiling convert_case v0.4.0 |
2550 | 2024-06-25T21:49:29.248Z | Compiling linked-hash-map v0.5.6 |
2551 | 2024-06-25T21:49:29.357Z | Compiling termcolor v1.4.1 |
2552 | 2024-06-25T21:49:29.551Z | Compiling arc-swap v1.7.1 |
2553 | 2024-06-25T21:49:29.658Z | Compiling quick-error v1.2.3 |
2554 | 2024-06-25T21:49:29.817Z | Compiling resolv-conf v0.7.0 |
2555 | 2024-06-25T21:49:30.001Z | Compiling env_logger v0.9.3 |
2556 | 2024-06-25T21:49:30.206Z | Compiling slog-scope v4.4.0 |
2557 | 2024-06-25T21:49:30.247Z | Compiling derive_more v0.99.17 |
2558 | 2024-06-25T21:49:30.247Z | Compiling lru-cache v0.1.2 |
2559 | 2024-06-25T21:49:30.664Z | Compiling tar v0.4.40 |
2560 | 2024-06-25T21:49:30.759Z | Compiling num v0.4.3 |
2561 | 2024-06-25T21:49:31.267Z | Compiling rayon v1.10.0 |
2562 | 2024-06-25T21:49:32.870Z | Compiling tungstenite v0.21.0 |
2563 | 2024-06-25T21:49:32.888Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2564 | 2024-06-25T21:49:33.404Z | Compiling blake2 v0.10.6 |
2565 | 2024-06-25T21:49:34.626Z | Compiling bitstruct_derive v0.1.0 |
2566 | 2024-06-25T21:49:34.774Z | Compiling derive-where v1.2.7 |
2567 | 2024-06-25T21:49:35.094Z | Compiling password-hash v0.5.0 |
2568 | 2024-06-25T21:49:36.047Z | Compiling memmap2 v0.9.4 |
2569 | 2024-06-25T21:49:36.173Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2570 | 2024-06-25T21:49:36.297Z | Compiling home v0.5.9 |
2571 | 2024-06-25T21:49:36.319Z | Compiling arrayvec v0.7.4 |
2572 | 2024-06-25T21:49:36.520Z | Compiling libefi-sys v0.1.0 |
2573 | 2024-06-25T21:49:36.579Z | Compiling constant_time_eq v0.3.0 |
2574 | 2024-06-25T21:49:36.722Z | Compiling ascii v1.1.0 |
2575 | 2024-06-25T21:49:36.761Z | Compiling arrayref v0.3.7 |
2576 | 2024-06-25T21:49:36.788Z | Compiling float-ord v0.3.2 |
2577 | 2024-06-25T21:49:36.867Z | Compiling parking_lot_core v0.8.6 |
2578 | 2024-06-25T21:49:36.960Z | Compiling untrusted v0.7.1 |
2579 | 2024-06-25T21:49:37.151Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2580 | 2024-06-25T21:49:38.437Z | Compiling toolchain_find v0.4.0 |
2581 | 2024-06-25T21:49:38.668Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2582 | 2024-06-25T21:49:38.819Z | Compiling bitstruct v0.1.1 |
2583 | 2024-06-25T21:49:38.930Z | Compiling argon2 v0.5.3 |
2584 | 2024-06-25T21:49:38.943Z | Compiling tokio-tungstenite v0.21.0 |
2585 | 2024-06-25T21:49:39.089Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2586 | 2024-06-25T21:49:39.259Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2587 | 2024-06-25T21:49:39.324Z | Compiling slog-stdlog v4.1.1 |
2588 | 2024-06-25T21:49:39.504Z | Compiling trust-dns-resolver v0.22.0 |
2589 | 2024-06-25T21:49:39.671Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2590 | 2024-06-25T21:49:39.718Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2591 | 2024-06-25T21:49:40.094Z | Compiling serde_arrays v0.1.0 |
2592 | 2024-06-25T21:49:40.114Z | Compiling erased-serde v0.3.31 |
2593 | 2024-06-25T21:49:40.261Z | Compiling rfc6979 v0.4.0 |
2594 | 2024-06-25T21:49:40.437Z | Compiling aead v0.5.2 |
2595 | 2024-06-25T21:49:40.463Z | Compiling nibble_vec v0.1.0 |
2596 | 2024-06-25T21:49:40.675Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2597 | 2024-06-25T21:49:40.837Z | Compiling slog-dtrace v0.3.0 |
2598 | 2024-06-25T21:49:41.054Z | Compiling keccak v0.1.5 |
2599 | 2024-06-25T21:49:41.112Z | Compiling endian-type v0.1.2 |
2600 | 2024-06-25T21:49:41.129Z | Compiling cancel-safe-futures v0.1.5 |
2601 | 2024-06-25T21:49:41.351Z | Compiling topological-sort v0.2.2 |
2602 | 2024-06-25T21:49:41.494Z | Compiling sha3 v0.10.8 |
2603 | 2024-06-25T21:49:41.559Z | Compiling omicron-zone-package v0.11.0 |
2604 | 2024-06-25T21:49:41.576Z | Compiling radix_trie v0.2.1 |
2605 | 2024-06-25T21:49:41.833Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2606 | 2024-06-25T21:49:42.221Z | Compiling ecdsa v0.16.9 |
2607 | 2024-06-25T21:49:42.291Z | Compiling rand_core v0.5.1 |
2608 | 2024-06-25T21:49:42.507Z | Compiling mime_guess v2.0.4 |
2609 | 2024-06-25T21:49:42.541Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2610 | 2024-06-25T21:49:42.795Z | Compiling slog-envlogger v2.2.0 |
2611 | 2024-06-25T21:49:42.953Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2612 | 2024-06-25T21:49:43.077Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2613 | 2024-06-25T21:49:43.581Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2614 | 2024-06-25T21:49:43.717Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2615 | 2024-06-25T21:49:43.892Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2616 | 2024-06-25T21:49:44.232Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2617 | 2024-06-25T21:49:44.302Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2618 | 2024-06-25T21:49:44.714Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2619 | 2024-06-25T21:49:44.780Z | Compiling steno v0.4.0 |
2620 | 2024-06-25T21:49:45.882Z | Compiling rustfmt-wrapper v0.2.1 |
2621 | 2024-06-25T21:49:46.488Z | Compiling poly1305 v0.8.0 |
2622 | 2024-06-25T21:49:47.071Z | Compiling tungstenite v0.20.1 |
2623 | 2024-06-25T21:49:47.565Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2624 | 2024-06-25T21:49:48.220Z | Compiling primeorder v0.13.6 |
2625 | 2024-06-25T21:49:48.328Z | Compiling heck v0.3.3 |
2626 | 2024-06-25T21:49:48.405Z | Compiling chacha20 v0.9.1 |
2627 | 2024-06-25T21:49:48.742Z | Compiling secrecy v0.8.0 |
2628 | 2024-06-25T21:49:48.784Z | Compiling thiserror-impl-no-std v2.0.2 |
2629 | 2024-06-25T21:49:48.846Z | Compiling half v2.4.1 |
2630 | 2024-06-25T21:49:49.019Z | Compiling option-ext v0.2.0 |
2631 | 2024-06-25T21:49:49.160Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2632 | 2024-06-25T21:49:49.226Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2633 | 2024-06-25T21:49:49.440Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2634 | 2024-06-25T21:49:49.440Z | Compiling ciborium-io v0.2.2 |
2635 | 2024-06-25T21:49:49.578Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2636 | 2024-06-25T21:49:49.595Z | Compiling ciborium-ll v0.2.2 |
2637 | 2024-06-25T21:49:49.610Z | Compiling dirs-sys v0.4.1 |
2638 | 2024-06-25T21:49:50.009Z | Compiling zone_cfg_derive v0.1.2 |
2639 | 2024-06-25T21:49:50.212Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2640 | 2024-06-25T21:49:50.264Z | Compiling tokio-tungstenite v0.20.1 |
2641 | 2024-06-25T21:49:50.798Z | Compiling parking_lot v0.11.2 |
2642 | 2024-06-25T21:49:51.321Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2643 | 2024-06-25T21:49:51.536Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2644 | 2024-06-25T21:49:51.758Z | Compiling rand_chacha v0.2.2 |
2645 | 2024-06-25T21:49:51.825Z | Compiling trust-dns-client v0.22.0 |
2646 | 2024-06-25T21:49:52.199Z | Compiling thiserror-no-std v2.0.2 |
2647 | 2024-06-25T21:49:52.407Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2648 | 2024-06-25T21:49:52.828Z | Compiling ed25519 v2.2.3 |
2649 | 2024-06-25T21:49:52.912Z | Compiling polyval v0.6.2 |
2650 | 2024-06-25T21:49:52.945Z | Compiling libsw v3.3.1 |
2651 | 2024-06-25T21:49:53.264Z | Compiling toml v0.5.11 |
2652 | 2024-06-25T21:49:53.328Z | Compiling blowfish v0.9.1 |
2653 | 2024-06-25T21:49:53.367Z | Compiling aes v0.8.4 |
2654 | 2024-06-25T21:49:53.746Z | Compiling ctr v0.9.2 |
2655 | 2024-06-25T21:49:53.780Z | Compiling pbkdf2 v0.12.2 |
2656 | 2024-06-25T21:49:53.962Z | Compiling password-hash v0.4.2 |
2657 | 2024-06-25T21:49:54.102Z | Compiling gethostname v0.4.3 |
2658 | 2024-06-25T21:49:54.425Z | Compiling fxhash v0.2.1 |
2659 | 2024-06-25T21:49:54.645Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2660 | 2024-06-25T21:49:54.930Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2661 | 2024-06-25T21:49:55.050Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2662 | 2024-06-25T21:49:56.272Z | Compiling owo-colors v4.0.0 |
2663 | 2024-06-25T21:49:56.998Z | Compiling linear-map v1.2.0 |
2664 | 2024-06-25T21:49:57.333Z | Compiling base64 v0.13.1 |
2665 | 2024-06-25T21:49:57.967Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2666 | 2024-06-25T21:49:58.603Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2667 | 2024-06-25T21:49:58.943Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2668 | 2024-06-25T21:49:59.759Z | Compiling ron v0.7.1 |
2669 | 2024-06-25T21:50:02.201Z | Compiling trust-dns-server v0.22.1 |
2670 | 2024-06-25T21:50:02.453Z | Compiling sled v0.34.7 |
2671 | 2024-06-25T21:50:02.470Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2672 | 2024-06-25T21:50:02.816Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2673 | 2024-06-25T21:50:04.760Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2674 | 2024-06-25T21:50:06.029Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2675 | 2024-06-25T21:50:06.045Z | Compiling pbkdf2 v0.11.0 |
2676 | 2024-06-25T21:50:06.414Z | Compiling bcrypt-pbkdf v0.10.0 |
2677 | 2024-06-25T21:50:06.858Z | Compiling ghash v0.5.1 |
2678 | 2024-06-25T21:50:07.046Z | Compiling ed25519-dalek v2.1.1 |
2679 | 2024-06-25T21:50:07.062Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2680 | 2024-06-25T21:50:07.334Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2681 | 2024-06-25T21:50:07.793Z | Compiling vsss-rs v3.3.4 |
2682 | 2024-06-25T21:50:08.224Z | Compiling rand v0.7.3 |
2683 | 2024-06-25T21:50:09.368Z | Compiling zone v0.1.8 |
2684 | 2024-06-25T21:50:10.246Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2685 | 2024-06-25T21:50:10.881Z | Compiling ciborium v0.2.2 |
2686 | 2024-06-25T21:50:11.021Z | Compiling dirs v5.0.1 |
2687 | 2024-06-25T21:50:12.158Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2688 | 2024-06-25T21:50:12.425Z | Compiling chacha20poly1305 v0.10.1 |
2689 | 2024-06-25T21:50:12.559Z | Compiling p256 v0.13.2 |
2690 | 2024-06-25T21:50:12.675Z | Compiling p521 v0.13.3 |
2691 | 2024-06-25T21:50:12.768Z | Compiling pem v3.0.4 |
2692 | 2024-06-25T21:50:13.423Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2693 | 2024-06-25T21:50:13.646Z | Compiling headers-core v0.2.0 |
2694 | 2024-06-25T21:50:13.812Z | Compiling cbc v0.1.2 |
2695 | 2024-06-25T21:50:13.816Z | Compiling kstat-rs v0.2.4 |
2696 | 2024-06-25T21:50:14.064Z | Compiling portpicker v0.1.1 |
2697 | 2024-06-25T21:50:14.267Z | Compiling nanorand v0.7.0 |
2698 | 2024-06-25T21:50:14.462Z | Compiling russh-cryptovec v0.7.2 |
2699 | 2024-06-25T21:50:14.567Z | Compiling glob v0.3.1 |
2700 | 2024-06-25T21:50:14.800Z | Compiling http-range v0.1.5 |
2701 | 2024-06-25T21:50:14.900Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2702 | 2024-06-25T21:50:15.182Z | Compiling hyper-staticfile v0.9.5 |
2703 | 2024-06-25T21:50:15.220Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2704 | 2024-06-25T21:50:15.585Z | Compiling flume v0.11.0 |
2705 | 2024-06-25T21:50:16.174Z | Compiling russh-keys v0.43.0 |
2706 | 2024-06-25T21:50:16.238Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2707 | 2024-06-25T21:50:16.317Z | Compiling headers v0.3.9 |
2708 | 2024-06-25T21:50:17.419Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2709 | 2024-06-25T21:50:18.317Z | Compiling rcgen v0.12.1 |
2710 | 2024-06-25T21:50:19.718Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2711 | 2024-06-25T21:50:20.758Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2712 | 2024-06-25T21:50:20.948Z | Compiling aes-gcm v0.10.3 |
2713 | 2024-06-25T21:50:21.896Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2714 | 2024-06-25T21:50:22.026Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2715 | 2024-06-25T21:50:22.487Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2716 | 2024-06-25T21:50:23.913Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2717 | 2024-06-25T21:50:27.573Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2718 | 2024-06-25T21:50:28.807Z | Compiling atomicwrites v0.4.3 |
2719 | 2024-06-25T21:50:29.182Z | Compiling subprocess v0.2.9 |
2720 | 2024-06-25T21:50:29.274Z | Compiling dhcproto-macros v0.1.0 |
2721 | 2024-06-25T21:50:30.291Z | Compiling display-error-chain v0.2.0 |
2722 | 2024-06-25T21:50:30.470Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2723 | 2024-06-25T21:50:31.281Z | Compiling hex-literal v0.4.1 |
2724 | 2024-06-25T21:50:31.299Z | Compiling dhcproto v0.11.0 |
2725 | 2024-06-25T21:50:31.302Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2726 | 2024-06-25T21:50:31.447Z | Compiling russh v0.43.0 |
2727 | 2024-06-25T21:50:31.786Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2728 | 2024-06-25T21:50:34.116Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2729 | 2024-06-25T21:50:34.822Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2730 | 2024-06-25T21:50:35.295Z | Compiling internet-checksum v0.2.1 |
2731 | 2024-06-25T21:50:55.989Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2732 | 2024-06-25T21:51:40.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 43s |
2733 | 2024-06-25T21:51:40.217Z | |
2734 | 2024-06-25T21:51:40.217Z | real 3:43.206302861 |
2735 | 2024-06-25T21:51:40.218Z | user 19:50.011640650 |
2736 | 2024-06-25T21:51:40.218Z | sys 4:16.473973895 |
2737 | 2024-06-25T21:51:40.223Z | trap 0.580667555 |
2738 | 2024-06-25T21:51:40.223Z | tflt 0.549096610 |
2739 | 2024-06-25T21:51:40.223Z | dflt 1.895719582 |
2740 | 2024-06-25T21:51:40.223Z | kflt 0.000035139 |
2741 | 2024-06-25T21:51:40.223Z | lock 42:32.253070505 |
2742 | 2024-06-25T21:51:40.223Z | slp 57:08.693234159 |
2743 | 2024-06-25T21:51:40.223Z | lat 1:06.099518182 |
2744 | 2024-06-25T21:51:40.223Z | stop 2:32.605379941 |
2745 | 2024-06-25T21:51:40.223Z | + mkdir tests |
2746 | 2024-06-25T21:51:40.227Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2747 | 2024-06-25T21:51:40.227Z | + xargs -I '{}' -t cp '{}' tests/ |
2748 | 2024-06-25T21:51:41.385Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f6f94cb4a9a9a169 tests/ |
2749 | 2024-06-25T21:51:41.406Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2625c62b883bf1bd tests/ |
2750 | 2024-06-25T21:51:41.426Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-546279d9981cb332 tests/ |
2751 | 2024-06-25T21:51:41.446Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ae47c0da00098b1e tests/ |
2752 | 2024-06-25T21:51:41.739Z | + 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/*) |
2753 | 2024-06-25T21:51:41.742Z | + 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-2625c62b883bf1bd tests/commtest-546279d9981cb332 tests/dhcp_server-f6f94cb4a9a9a169 tests/end_to_end_tests-ae47c0da00098b1e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz 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 |
2754 | 2024-06-25T21:52:45.977Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2755 | 2024-06-25T21:52:45.977Z | a out/target/test 1K |
2756 | 2024-06-25T21:52:45.977Z | a out/npuzone/npuzone 23144K |
2757 | 2024-06-25T21:52:45.977Z | a package-manifest.toml 28K |
2758 | 2024-06-25T21:52:45.977Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2759 | 2024-06-25T21:52:45.978Z | a target/release/omicron-package 32281K |
2760 | 2024-06-25T21:52:45.978Z | a target/release/xtask 18121K |
2761 | 2024-06-25T21:52:45.978Z | a target/debug/bootstrap 354586K |
2762 | 2024-06-25T21:52:45.978Z | a tests/bootstrap-2625c62b883bf1bd 23982K |
2763 | 2024-06-25T21:52:45.978Z | a tests/commtest-546279d9981cb332 23983K |
2764 | 2024-06-25T21:52:45.978Z | a tests/dhcp_server-f6f94cb4a9a9a169 23982K |
2765 | 2024-06-25T21:52:45.978Z | a tests/end_to_end_tests-ae47c0da00098b1e 365976K |
2766 | 2024-06-25T21:52:45.978Z | a out/clickhouse.tar.gz 223004K |
2767 | 2024-06-25T21:52:45.978Z | a out/clickhouse_keeper.tar.gz 222994K |
2768 | 2024-06-25T21:52:45.978Z | a out/cockroachdb.tar.gz 131715K |
2769 | 2024-06-25T21:52:45.978Z | a out/crucible-pantry-zone.tar.gz 27302K |
2770 | 2024-06-25T21:52:45.978Z | a out/crucible-zone.tar.gz 38060K |
2771 | 2024-06-25T21:52:45.978Z | a out/external-dns.tar.gz 25085K |
2772 | 2024-06-25T21:52:45.978Z | a out/internal-dns.tar.gz 25085K |
2773 | 2024-06-25T21:52:45.978Z | a out/mg-ddm-gz.tar 60673K |
2774 | 2024-06-25T21:52:45.978Z | a out/nexus.tar.gz 83729K |
2775 | 2024-06-25T21:52:45.978Z | a out/ntp.tar.gz 8850K |
2776 | 2024-06-25T21:52:45.978Z | a out/omicron-gateway-softnpu.tar.gz 13747K |
2777 | 2024-06-25T21:52:45.978Z | a out/omicron-sled-agent.tar 93841K |
2778 | 2024-06-25T21:52:45.978Z | a out/overlay.tar.gz 3K |
2779 | 2024-06-25T21:52:45.978Z | a out/oximeter.tar.gz 41394K |
2780 | 2024-06-25T21:52:45.978Z | a out/oxlog.tar 2955K |
2781 | 2024-06-25T21:52:45.978Z | a out/probe.tar.gz 2764K |
2782 | 2024-06-25T21:52:45.978Z | a out/propolis-server.tar.gz 64643K |
2783 | 2024-06-25T21:52:45.978Z | a out/pumpkind-gz.tar 26665K |
2784 | 2024-06-25T21:52:45.978Z | a out/switch-softnpu.tar.gz 195949K |
2785 | 2024-06-25T21:52:45.982Z | |
2786 | 2024-06-25T21:52:45.983Z | real 1:04.221644071 |
2787 | 2024-06-25T21:52:45.983Z | user 1:01.456467393 |
2788 | 2024-06-25T21:52:45.983Z | sys 3.802271036 |
2789 | 2024-06-25T21:52:45.983Z | trap 0.015854351 |
2790 | 2024-06-25T21:52:45.983Z | tflt 0.000000000 |
2791 | 2024-06-25T21:52:45.983Z | dflt 0.000000000 |
2792 | 2024-06-25T21:52:45.983Z | kflt 0.000000000 |
2793 | 2024-06-25T21:52:45.983Z | lock 0.000000000 |
2794 | 2024-06-25T21:52:45.983Z | slp 1:01.388709898 |
2795 | 2024-06-25T21:52:45.983Z | lat 1.775633607 |
2796 | 2024-06-25T21:52:45.983Z | stop 0.000196397 |
2797 | 2024-06-25T21:52:45.983Z | process exited: duration 1712749 ms, exit code 0 |
|
2798 | 2024-06-25T21:52:45.999Z | found 1 output files |
2799 | 2024-06-25T21:52:45.999Z | uploading: /work/package.tar.gz (1401096244 bytes) |
2800 | 2024-06-25T21:53:17.794Z | uploaded: /work/package.tar.gz |