|
|
|
1 | 2024-06-22T00:49:23.271Z | job assigned to worker 01J0YPMY9WTXQKCB3ZTCAEXM6K (queued for 1 m 3 s) |
|
2 | 2024-06-22T00:49:31.420Z | starting task 0: "setup" |
3 | 2024-06-22T00:49:31.489Z | ++ uname -s |
4 | 2024-06-22T00:49:31.493Z | + kern=SunOS |
5 | 2024-06-22T00:49:31.493Z | + case "$kern" in |
6 | 2024-06-22T00:49:31.493Z | + groupadd -g 12345 build |
7 | 2024-06-22T00:49:31.497Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-22T00:49:33.521Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-22T00:49:33.651Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-22T00:49:33.654Z | + home_fs=zfs |
11 | 2024-06-22T00:49:33.654Z | + [[ zfs == autofs ]] |
12 | 2024-06-22T00:49:33.654Z | + mkdir -p /home/build |
13 | 2024-06-22T00:49:33.657Z | + chown build:build /home/build /work |
14 | 2024-06-22T00:49:35.659Z | + chmod 0700 /home/build /work |
15 | 2024-06-22T00:49:35.661Z | process exited: duration 4241 ms, exit code 0 |
|
16 | 2024-06-22T00:49:35.668Z | starting task 1: "rust-toolchain" |
17 | 2024-06-22T00:49:35.674Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-22T00:49:35.674Z | ' 1.78.0 |
19 | 2024-06-22T00:49:35.674Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-22T00:49:35.674Z | * toolchain channel = "1.78.0" |
21 | 2024-06-22T00:49:35.674Z | ' default |
22 | 2024-06-22T00:49:35.674Z | * toolchain profile = "default" |
23 | 2024-06-22T00:49:35.677Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-22T00:49:35.677Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-22T00:49:35.789Z | info: downloading installer |
26 | 2024-06-22T00:49:37.292Z | info: profile set to 'default' |
27 | 2024-06-22T00:49:37.292Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-22T00:49:37.295Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-22T00:49:37.439Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-22T00:49:37.439Z | info: downloading component 'cargo' |
31 | 2024-06-22T00:49:38.273Z | info: downloading component 'clippy' |
32 | 2024-06-22T00:49:38.555Z | info: downloading component 'rust-docs' |
33 | 2024-06-22T00:49:39.660Z | info: downloading component 'rust-std' |
34 | 2024-06-22T00:49:41.421Z | info: downloading component 'rustc' |
35 | 2024-06-22T00:49:46.006Z | info: downloading component 'rustfmt' |
36 | 2024-06-22T00:49:46.254Z | info: installing component 'cargo' |
37 | 2024-06-22T00:49:47.144Z | info: installing component 'clippy' |
38 | 2024-06-22T00:49:47.541Z | info: installing component 'rust-docs' |
39 | 2024-06-22T00:49:49.076Z | info: installing component 'rust-std' |
40 | 2024-06-22T00:49:50.922Z | info: installing component 'rustc' |
41 | 2024-06-22T00:49:55.535Z | info: installing component 'rustfmt' |
42 | 2024-06-22T00:49:55.885Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-22T00:49:55.885Z | |
44 | 2024-06-22T00:49:56.144Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-22T00:49:56.144Z | |
46 | 2024-06-22T00:49:56.147Z | |
47 | 2024-06-22T00:49:56.147Z | Rust is installed now. Great! |
48 | 2024-06-22T00:49:56.147Z | |
49 | 2024-06-22T00:49:56.147Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-22T00:49:56.147Z | environment variable. This has not been done automatically. |
51 | 2024-06-22T00:49:56.147Z | |
52 | 2024-06-22T00:49:56.147Z | To configure your current shell, you need to source |
53 | 2024-06-22T00:49:56.147Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-22T00:49:56.147Z | |
55 | 2024-06-22T00:49:56.147Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-22T00:49:56.147Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-22T00:49:56.147Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-22T00:49:56.217Z | + rustc --version |
59 | 2024-06-22T00:49:56.279Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-22T00:49:56.282Z | process exited: duration 20609 ms, exit code 0 |
|
61 | 2024-06-22T00:49:56.291Z | starting task 2: "authentication" |
62 | 2024-06-22T00:49:56.310Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-22T00:49:56.316Z | starting task 3: "clone repository" |
64 | 2024-06-22T00:49:56.321Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-22T00:49:56.325Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-22T00:49:56.492Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-22T00:50:02.056Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-22T00:50:02.056Z | + git fetch origin 8734762713b48dfb1415f7b6805fdb9822e0319a |
69 | 2024-06-22T00:50:02.378Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-22T00:50:02.378Z | * branch 8734762713b48dfb1415f7b6805fdb9822e0319a -> FETCH_HEAD |
71 | 2024-06-22T00:50:02.388Z | + [[ -n add-clickhouse-schema-upgrade-tests ]] |
72 | 2024-06-22T00:50:02.391Z | ++ git branch --show-current |
73 | 2024-06-22T00:50:02.394Z | + current=main |
74 | 2024-06-22T00:50:02.394Z | + [[ main != add-clickhouse-schema-upgrade-tests ]] |
75 | 2024-06-22T00:50:02.394Z | + git branch -f add-clickhouse-schema-upgrade-tests 8734762713b48dfb1415f7b6805fdb9822e0319a |
76 | 2024-06-22T00:50:02.397Z | + git checkout -f add-clickhouse-schema-upgrade-tests |
77 | 2024-06-22T00:50:02.526Z | Switched to branch 'add-clickhouse-schema-upgrade-tests' |
78 | 2024-06-22T00:50:02.529Z | + git reset --hard 8734762713b48dfb1415f7b6805fdb9822e0319a |
79 | 2024-06-22T00:50:02.539Z | HEAD is now at 873476271 feed clippy |
80 | 2024-06-22T00:50:02.542Z | process exited: duration 6222 ms, exit code 0 |
|
81 | 2024-06-22T00:50:02.550Z | starting task 4: "build" |
82 | 2024-06-22T00:50:02.554Z | + cargo --version |
83 | 2024-06-22T00:50:02.609Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-22T00:50:02.612Z | + rustc --version |
85 | 2024-06-22T00:50:02.669Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-22T00:50:02.672Z | + WORK=/work |
87 | 2024-06-22T00:50:02.672Z | + pfexec mkdir -p /work |
88 | 2024-06-22T00:50:02.675Z | + pfexec chown build /work |
89 | 2024-06-22T00:50:02.678Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-22T00:50:18.541Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-22T00:50:20.641Z | Startup: Caching catalogs ... Done |
92 | 2024-06-22T00:50:23.011Z | Planning: Solver setup ... Done (1.899s) |
93 | 2024-06-22T00:50:23.047Z | Planning: Running solver ... Done (0.037s) |
94 | 2024-06-22T00:50:23.086Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-06-22T00:50:23.099Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-22T00:50:23.479Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-22T00:50:23.627Z | Planning: Package planning ... Done (0.147s) |
98 | 2024-06-22T00:50:23.677Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-06-22T00:50:24.958Z | Planning: Checking for conflicting actions ... Done (1.281s) |
100 | 2024-06-22T00:50:24.969Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-06-22T00:50:30.756Z | Planning: Evaluating mediators ... Done (5.785s) |
102 | 2024-06-22T00:50:30.766Z | Planning: Planning completed in 10.06 seconds |
103 | 2024-06-22T00:50:31.529Z | Packages to install: 4 |
104 | 2024-06-22T00:50:31.529Z | Mediators to change: 2 |
105 | 2024-06-22T00:50:31.529Z | Services to change: 1 |
106 | 2024-06-22T00:50:31.532Z | Estimated space available: 155.77 GB |
107 | 2024-06-22T00:50:31.532Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-22T00:50:31.532Z | Create boot environment: No |
109 | 2024-06-22T00:50:31.532Z | Create backup boot environment: No |
110 | 2024-06-22T00:50:31.532Z | Rebuild boot archive: No |
111 | 2024-06-22T00:50:31.532Z | |
112 | 2024-06-22T00:50:31.532Z | Changed mediators: |
113 | 2024-06-22T00:50:31.532Z | mediator clang: |
114 | 2024-06-22T00:50:31.532Z | version: None -> 15 (system default) |
115 | 2024-06-22T00:50:31.532Z | |
116 | 2024-06-22T00:50:31.532Z | mediator llvm: |
117 | 2024-06-22T00:50:31.532Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-22T00:50:31.532Z | |
119 | 2024-06-22T00:50:31.532Z | Changed packages: |
120 | 2024-06-22T00:50:31.532Z | helios-dev |
121 | 2024-06-22T00:50:31.532Z | developer/build-essential |
122 | 2024-06-22T00:50:31.532Z | None -> 11-2.0 |
123 | 2024-06-22T00:50:31.532Z | library/libxmlsec1 |
124 | 2024-06-22T00:50:31.532Z | None -> 1.2.35-2.0 |
125 | 2024-06-22T00:50:31.532Z | ooce/developer/clang-15 |
126 | 2024-06-22T00:50:31.532Z | None -> 15.0.7-2.0 |
127 | 2024-06-22T00:50:31.533Z | ooce/developer/llvm-15 |
128 | 2024-06-22T00:50:31.533Z | None -> 15.0.7-2.0 |
129 | 2024-06-22T00:50:31.533Z | |
130 | 2024-06-22T00:50:31.533Z | Services: |
131 | 2024-06-22T00:50:31.533Z | restart_fmri: |
132 | 2024-06-22T00:50:31.533Z | svc:/system/update-man-index:default |
133 | 2024-06-22T00:50:31.785Z | |
134 | 2024-06-22T00:50:31.785Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-22T00:50:36.786Z | Download: 1112/3290 items 21.7/212.6MB 10% complete (4.2M/s) |
136 | 2024-06-22T00:50:41.787Z | Download: 1215/3290 items 86.2/212.6MB 40% complete (8.6M/s) |
137 | 2024-06-22T00:50:46.960Z | Download: 2211/3290 items 118.5/212.6MB 55% complete (9.8M/s) |
138 | 2024-06-22T00:50:51.983Z | Download: 2943/3290 items 121.2/212.6MB 57% complete (3.2M/s) |
139 | 2024-06-22T00:51:00.278Z | Download: 3278/3290 items 209.6/212.6MB 98% complete (9.1M/s) |
140 | 2024-06-22T00:51:00.278Z | Download: Completed 212.60 MB in 27.06 seconds (7.9M/s) |
141 | 2024-06-22T00:51:00.278Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-06-22T00:51:04.387Z | Actions: 3554/3689 actions (Installing new actions) |
143 | 2024-06-22T00:51:04.716Z | Actions: Completed 3689 actions in 5.67 seconds. |
144 | 2024-06-22T00:51:04.956Z | Done (0.235s) |
145 | 2024-06-22T00:51:04.956Z | Done (0.000s) |
146 | 2024-06-22T00:51:05.272Z | Done (0.315s) |
147 | 2024-06-22T00:51:11.498Z | Done (6.066s) |
148 | 2024-06-22T00:51:11.710Z | Done (0.139s) |
149 | 2024-06-22T00:51:11.713Z | Done (0.000s) |
150 | 2024-06-22T00:51:12.012Z | Done (0.000s) |
151 | 2024-06-22T00:51:12.578Z | Planning: Evaluating mediator changes ... Done |
152 | 2024-06-22T00:51:12.742Z | Planning: Checking for conflicting actions ... Done |
153 | 2024-06-22T00:51:12.745Z | Planning: Consolidating action changes ... Done |
154 | 2024-06-22T00:51:13.014Z | Planning: Evaluating mediators ... Done |
155 | 2024-06-22T00:51:13.018Z | Planning: Planning completed in 0.44 seconds |
156 | 2024-06-22T00:51:13.048Z | Mediators to change: 2 |
157 | 2024-06-22T00:51:13.048Z | Create boot environment: No |
158 | 2024-06-22T00:51:13.051Z | Create backup boot environment: No |
159 | 2024-06-22T00:51:13.172Z | Done |
160 | 2024-06-22T00:51:13.172Z | Done |
161 | 2024-06-22T00:51:13.377Z | Done |
162 | 2024-06-22T00:51:16.920Z | Done |
163 | 2024-06-22T00:51:17.004Z | Done |
164 | 2024-06-22T00:51:17.007Z | Done |
165 | 2024-06-22T00:51:17.200Z | Done |
166 | 2024-06-22T00:51:17.810Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-06-22T00:51:17.814Z | Planning: Merging actions ... Done |
168 | 2024-06-22T00:51:18.000Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-06-22T00:51:18.004Z | Planning: Consolidating action changes ... Done |
170 | 2024-06-22T00:51:18.266Z | Planning: Evaluating mediators ... Done |
171 | 2024-06-22T00:51:18.319Z | Planning: Planning completed in 0.75 seconds |
172 | 2024-06-22T00:51:18.354Z | Packages to change: 1 |
173 | 2024-06-22T00:51:18.357Z | Mediators to change: 1 |
174 | 2024-06-22T00:51:18.358Z | Services to change: 1 |
175 | 2024-06-22T00:51:18.358Z | Create boot environment: No |
176 | 2024-06-22T00:51:18.358Z | Create backup boot environment: Yes |
177 | 2024-06-22T00:51:20.522Z | Actions: 1/6 actions (Updating modified actions) |
178 | 2024-06-22T00:51:20.560Z | Actions: Completed 6 actions in 0.04 seconds. |
179 | 2024-06-22T00:51:20.564Z | Done |
180 | 2024-06-22T00:51:20.564Z | Done |
181 | 2024-06-22T00:51:20.627Z | Done |
182 | 2024-06-22T00:51:24.257Z | Done |
183 | 2024-06-22T00:51:24.351Z | Done |
184 | 2024-06-22T00:51:24.354Z | Done |
185 | 2024-06-22T00:51:24.734Z | Done |
186 | 2024-06-22T00:51:25.177Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
187 | 2024-06-22T00:51:25.177Z | clang system 15 system |
188 | 2024-06-22T00:51:25.177Z | csh system system illumos |
189 | 2024-06-22T00:51:25.177Z | ctags system system illumos |
190 | 2024-06-22T00:51:25.177Z | gcc vendor 12 vendor |
191 | 2024-06-22T00:51:25.177Z | gcc system 10 system |
192 | 2024-06-22T00:51:25.177Z | gcc system 7 system |
193 | 2024-06-22T00:51:25.177Z | go system 1.20 system |
194 | 2024-06-22T00:51:25.177Z | go system 1.19 system |
195 | 2024-06-22T00:51:25.177Z | llvm system 15 system |
196 | 2024-06-22T00:51:25.177Z | llvm system 14 system |
197 | 2024-06-22T00:51:25.177Z | mariadb system 10.6 system |
198 | 2024-06-22T00:51:25.177Z | mta vendor vendor dma |
199 | 2024-06-22T00:51:25.177Z | openjdk system 17 system |
200 | 2024-06-22T00:51:25.177Z | openjdk system 11 system |
201 | 2024-06-22T00:51:25.177Z | openjdk system 1.8 system |
202 | 2024-06-22T00:51:25.177Z | openssl vendor 3 vendor |
203 | 2024-06-22T00:51:25.177Z | perl system 5.36 system |
204 | 2024-06-22T00:51:25.177Z | postgresql system 15 system |
205 | 2024-06-22T00:51:25.177Z | postgresql system 13 system |
206 | 2024-06-22T00:51:25.177Z | python vendor 3 vendor |
207 | 2024-06-22T00:51:25.177Z | python system 2 system |
208 | 2024-06-22T00:51:25.177Z | python3 system 3.11 system |
209 | 2024-06-22T00:51:25.177Z | ruby system 3.0 system |
210 | 2024-06-22T00:51:25.177Z | words vendor vendor american-english |
211 | 2024-06-22T00:51:25.177Z | words system system australian-english |
212 | 2024-06-22T00:51:25.177Z | words system system british-english |
213 | 2024-06-22T00:51:25.177Z | words system system canadian-english |
214 | 2024-06-22T00:51:25.178Z | words system system french |
215 | 2024-06-22T00:51:25.178Z | words system system italian |
216 | 2024-06-22T00:51:25.178Z | words system system ngerman |
217 | 2024-06-22T00:51:25.178Z | words system system ogerman |
218 | 2024-06-22T00:51:25.178Z | words system system spanish |
219 | 2024-06-22T00:51:25.509Z | PUBLISHER TYPE STATUS P LOCATION |
220 | 2024-06-22T00:51:25.509Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
221 | 2024-06-22T00:51:27.005Z | FMRI IFO |
222 | 2024-06-22T00:51:27.006Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
223 | 2024-06-22T00:51:27.006Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
224 | 2024-06-22T00:51:27.006Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
225 | 2024-06-22T00:51:27.006Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
226 | 2024-06-22T00:51:27.006Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
227 | 2024-06-22T00:51:27.006Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2024-06-22T00:51:27.006Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
229 | 2024-06-22T00:51:27.006Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
230 | 2024-06-22T00:51:27.006Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
231 | 2024-06-22T00:51:27.007Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
232 | 2024-06-22T00:51:27.007Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-06-22T00:51:27.007Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
234 | 2024-06-22T00:51:27.509Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
235 | 2024-06-22T00:51:27.829Z | Updating git repository `https://github.com/oxidecomputer/zone` |
236 | 2024-06-22T00:51:28.111Z | Updating crates.io index |
237 | 2024-06-22T00:51:28.114Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
238 | 2024-06-22T00:51:28.709Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
239 | 2024-06-22T00:51:29.502Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
240 | 2024-06-22T00:51:29.786Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
241 | 2024-06-22T00:51:31.579Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
242 | 2024-06-22T00:51:31.845Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
243 | 2024-06-22T00:51:32.257Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
244 | 2024-06-22T00:51:33.501Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
245 | 2024-06-22T00:51:35.501Z | Updating git repository `https://github.com/oxidecomputer/opte` |
246 | 2024-06-22T00:51:36.581Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
247 | 2024-06-22T00:51:37.426Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
248 | 2024-06-22T00:51:37.952Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
249 | 2024-06-22T00:51:38.255Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
250 | 2024-06-22T00:51:38.629Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
251 | 2024-06-22T00:51:38.876Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
252 | 2024-06-22T00:51:39.128Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
253 | 2024-06-22T00:51:39.572Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
254 | 2024-06-22T00:51:39.941Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
255 | 2024-06-22T00:51:40.184Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
256 | 2024-06-22T00:51:40.523Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
257 | 2024-06-22T00:51:40.824Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
258 | 2024-06-22T00:51:41.098Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
259 | 2024-06-22T00:51:41.516Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
260 | 2024-06-22T00:51:42.129Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
261 | 2024-06-22T00:51:42.518Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
262 | 2024-06-22T00:51:42.805Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
263 | 2024-06-22T00:51:43.203Z | Updating git repository `https://github.com/oxidecomputer/typify` |
264 | 2024-06-22T00:51:45.235Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
265 | 2024-06-22T00:51:45.596Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
266 | 2024-06-22T00:51:45.850Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
267 | 2024-06-22T00:51:46.302Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
268 | 2024-06-22T00:51:47.520Z | Downloading crates ... |
269 | 2024-06-22T00:51:47.588Z | Downloaded foreign-types-shared v0.1.1 |
270 | 2024-06-22T00:51:47.591Z | Downloaded anstyle v1.0.7 |
271 | 2024-06-22T00:51:47.594Z | Downloaded anstream v0.6.14 |
272 | 2024-06-22T00:51:47.604Z | Downloaded is_terminal_polyfill v1.70.0 |
273 | 2024-06-22T00:51:47.607Z | Downloaded match_cfg v0.1.0 |
274 | 2024-06-22T00:51:47.638Z | Downloaded pretty-hex v0.4.1 |
275 | 2024-06-22T00:51:47.642Z | Downloaded errno v0.3.9 |
276 | 2024-06-22T00:51:47.642Z | Downloaded futures-executor v0.3.30 |
277 | 2024-06-22T00:51:47.642Z | Downloaded is-terminal v0.4.12 |
278 | 2024-06-22T00:51:47.642Z | Downloaded dof v0.3.0 |
279 | 2024-06-22T00:51:47.642Z | Downloaded cfg-if v1.0.0 |
280 | 2024-06-22T00:51:47.642Z | Downloaded foreign-types v0.3.2 |
281 | 2024-06-22T00:51:47.642Z | Downloaded openssl-probe v0.1.5 |
282 | 2024-06-22T00:51:47.642Z | Downloaded equivalent v1.0.1 |
283 | 2024-06-22T00:51:47.642Z | Downloaded futures-io v0.3.30 |
284 | 2024-06-22T00:51:47.642Z | Downloaded fnv v1.0.7 |
285 | 2024-06-22T00:51:47.642Z | Downloaded dtrace-parser v0.2.0 |
286 | 2024-06-22T00:51:47.642Z | Downloaded deranged v0.3.11 |
287 | 2024-06-22T00:51:47.642Z | Downloaded colorchoice v1.0.1 |
288 | 2024-06-22T00:51:47.642Z | Downloaded try-lock v0.2.5 |
289 | 2024-06-22T00:51:47.642Z | Downloaded cargo-platform v0.1.8 |
290 | 2024-06-22T00:51:47.642Z | Downloaded bytecount v0.6.8 |
291 | 2024-06-22T00:51:47.642Z | Downloaded tower-service v0.3.2 |
292 | 2024-06-22T00:51:47.642Z | Downloaded fs-err v2.11.0 |
293 | 2024-06-22T00:51:47.642Z | Downloaded autocfg v1.3.0 |
294 | 2024-06-22T00:51:47.646Z | Downloaded usdt-attr-macro v0.5.0 |
295 | 2024-06-22T00:51:47.646Z | Downloaded swrite v0.1.0 |
296 | 2024-06-22T00:51:47.649Z | Downloaded mime v0.3.17 |
297 | 2024-06-22T00:51:47.649Z | Downloaded usdt-macro v0.5.0 |
298 | 2024-06-22T00:51:47.649Z | Downloaded adler v1.0.2 |
299 | 2024-06-22T00:51:47.652Z | Downloaded time-core v0.1.2 |
300 | 2024-06-22T00:51:47.652Z | Downloaded num_cpus v1.16.0 |
301 | 2024-06-22T00:51:47.655Z | Downloaded heck v0.5.0 |
302 | 2024-06-22T00:51:47.659Z | Downloaded futures-sink v0.3.30 |
303 | 2024-06-22T00:51:47.659Z | Downloaded scroll_derive v0.12.0 |
304 | 2024-06-22T00:51:47.659Z | Downloaded proc-macro-error-attr v1.0.4 |
305 | 2024-06-22T00:51:47.659Z | Downloaded plain v0.2.3 |
306 | 2024-06-22T00:51:47.663Z | Downloaded pin-utils v0.1.0 |
307 | 2024-06-22T00:51:47.663Z | Downloaded powerfmt v0.2.0 |
308 | 2024-06-22T00:51:47.663Z | Downloaded crc32fast v1.4.0 |
309 | 2024-06-22T00:51:47.670Z | Downloaded dirs-next v2.0.0 |
310 | 2024-06-22T00:51:47.688Z | Downloaded tinyvec_macros v0.1.1 |
311 | 2024-06-22T00:51:47.688Z | Downloaded num-conv v0.1.0 |
312 | 2024-06-22T00:51:47.688Z | Downloaded openssl-macros v0.1.1 |
313 | 2024-06-22T00:51:47.703Z | Downloaded futures-task v0.3.30 |
314 | 2024-06-22T00:51:47.703Z | Downloaded want v0.3.1 |
315 | 2024-06-22T00:51:47.703Z | Downloaded md5 v0.7.0 |
316 | 2024-06-22T00:51:47.703Z | Downloaded sync_wrapper v0.1.2 |
317 | 2024-06-22T00:51:47.704Z | Downloaded take_mut v0.2.2 |
318 | 2024-06-22T00:51:47.704Z | Downloaded strum v0.26.2 |
319 | 2024-06-22T00:51:47.704Z | Downloaded num_threads v0.1.7 |
320 | 2024-06-22T00:51:47.704Z | Downloaded xattr v1.3.1 |
321 | 2024-06-22T00:51:47.704Z | Downloaded utf8parse v0.2.1 |
322 | 2024-06-22T00:51:47.704Z | Downloaded futures-core v0.3.30 |
323 | 2024-06-22T00:51:47.704Z | Downloaded filetime v0.2.23 |
324 | 2024-06-22T00:51:47.747Z | Downloaded terminal_size v0.3.0 |
325 | 2024-06-22T00:51:47.747Z | Downloaded digest v0.10.7 |
326 | 2024-06-22T00:51:47.747Z | Downloaded anstyle-query v1.0.3 |
327 | 2024-06-22T00:51:47.747Z | Downloaded signal-hook-registry v1.4.2 |
328 | 2024-06-22T00:51:47.748Z | Downloaded strsim v0.11.1 |
329 | 2024-06-22T00:51:47.748Z | Downloaded slog-async v2.8.0 |
330 | 2024-06-22T00:51:47.748Z | Downloaded serde_spanned v0.6.6 |
331 | 2024-06-22T00:51:47.748Z | Downloaded toml_datetime v0.6.6 |
332 | 2024-06-22T00:51:47.748Z | Downloaded serde_urlencoded v0.7.1 |
333 | 2024-06-22T00:51:47.748Z | Downloaded native-tls v0.2.11 |
334 | 2024-06-22T00:51:47.748Z | Downloaded httparse v1.8.0 |
335 | 2024-06-22T00:51:47.748Z | Downloaded cargo_toml v0.20.2 |
336 | 2024-06-22T00:51:47.748Z | Downloaded tokio-native-tls v0.3.1 |
337 | 2024-06-22T00:51:47.748Z | Downloaded crypto-common v0.1.6 |
338 | 2024-06-22T00:51:47.749Z | Downloaded proc-macro-error v1.0.4 |
339 | 2024-06-22T00:51:47.749Z | Downloaded slog-json v2.6.1 |
340 | 2024-06-22T00:51:47.769Z | Downloaded once_cell v1.19.0 |
341 | 2024-06-22T00:51:47.769Z | Downloaded parking_lot_core v0.9.10 |
342 | 2024-06-22T00:51:47.769Z | Downloaded pkg-config v0.3.30 |
343 | 2024-06-22T00:51:47.769Z | Downloaded pin-project-lite v0.2.14 |
344 | 2024-06-22T00:51:47.770Z | Downloaded ipnet v2.9.0 |
345 | 2024-06-22T00:51:47.770Z | Downloaded slab v0.4.9 |
346 | 2024-06-22T00:51:47.770Z | Downloaded serde_tokenstream v0.2.0 |
347 | 2024-06-22T00:51:47.770Z | Downloaded usdt v0.5.0 |
348 | 2024-06-22T00:51:47.770Z | Downloaded memmap v0.7.0 |
349 | 2024-06-22T00:51:47.770Z | Downloaded pest_generator v2.7.10 |
350 | 2024-06-22T00:51:47.771Z | Downloaded percent-encoding v2.3.1 |
351 | 2024-06-22T00:51:47.771Z | Downloaded tokio-macros v2.2.0 |
352 | 2024-06-22T00:51:47.771Z | Downloaded bitflags v2.5.0 |
353 | 2024-06-22T00:51:47.771Z | Downloaded hyper-tls v0.5.0 |
354 | 2024-06-22T00:51:47.771Z | Downloaded time-macros v0.2.18 |
355 | 2024-06-22T00:51:47.771Z | Downloaded thread-id v4.2.1 |
356 | 2024-06-22T00:51:47.772Z | Downloaded log v0.4.21 |
357 | 2024-06-22T00:51:47.772Z | Downloaded slog-bunyan v2.5.0 |
358 | 2024-06-22T00:51:47.772Z | Downloaded quote v1.0.36 |
359 | 2024-06-22T00:51:47.772Z | Downloaded thiserror v1.0.60 |
360 | 2024-06-22T00:51:47.790Z | Downloaded thread_local v1.1.8 |
361 | 2024-06-22T00:51:47.790Z | Downloaded papergrid v0.11.0 |
362 | 2024-06-22T00:51:47.790Z | Downloaded anyhow v1.0.86 |
363 | 2024-06-22T00:51:47.790Z | Downloaded version_check v0.9.4 |
364 | 2024-06-22T00:51:47.790Z | Downloaded proc-macro2 v1.0.82 |
365 | 2024-06-22T00:51:47.799Z | Downloaded pest_meta v2.7.10 |
366 | 2024-06-22T00:51:47.799Z | Downloaded zerocopy-derive v0.7.34 |
367 | 2024-06-22T00:51:47.799Z | Downloaded sha2 v0.10.8 |
368 | 2024-06-22T00:51:47.800Z | Downloaded futures v0.3.30 |
369 | 2024-06-22T00:51:47.800Z | Downloaded camino v1.1.7 |
370 | 2024-06-22T00:51:47.800Z | Downloaded usdt-impl v0.5.0 |
371 | 2024-06-22T00:51:47.807Z | Downloaded slog-term v2.9.1 |
372 | 2024-06-22T00:51:47.807Z | Downloaded unicode-width v0.1.12 |
373 | 2024-06-22T00:51:47.807Z | Downloaded ucd-trie v0.1.6 |
374 | 2024-06-22T00:51:47.807Z | Downloaded tinyvec v1.6.0 |
375 | 2024-06-22T00:51:47.807Z | Downloaded flate2 v1.0.30 |
376 | 2024-06-22T00:51:47.812Z | Downloaded term v0.7.0 |
377 | 2024-06-22T00:51:47.816Z | Downloaded tar v0.4.40 |
378 | 2024-06-22T00:51:47.816Z | Downloaded smallvec v1.13.2 |
379 | 2024-06-22T00:51:47.821Z | Downloaded semver v1.0.23 |
380 | 2024-06-22T00:51:47.822Z | Downloaded toml v0.8.13 |
381 | 2024-06-22T00:51:47.830Z | Downloaded openssl-sys v0.9.102 |
382 | 2024-06-22T00:51:47.834Z | Downloaded unicode-ident v1.0.12 |
383 | 2024-06-22T00:51:47.834Z | Downloaded typenum v1.17.0 |
384 | 2024-06-22T00:51:47.834Z | Downloaded slog v2.7.0 |
385 | 2024-06-22T00:51:47.839Z | Downloaded indexmap v2.2.6 |
386 | 2024-06-22T00:51:47.845Z | Downloaded tracing-core v0.1.32 |
387 | 2024-06-22T00:51:47.848Z | Downloaded base64 v0.21.7 |
388 | 2024-06-22T00:51:47.848Z | Downloaded http v0.2.12 |
389 | 2024-06-22T00:51:47.854Z | Downloaded unicode-bidi v0.3.15 |
390 | 2024-06-22T00:51:47.882Z | Downloaded strum_macros v0.26.2 |
391 | 2024-06-22T00:51:47.882Z | Downloaded socket2 v0.5.7 |
392 | 2024-06-22T00:51:47.882Z | Downloaded mio v0.8.11 |
393 | 2024-06-22T00:51:47.906Z | Downloaded serde v1.0.203 |
394 | 2024-06-22T00:51:47.906Z | Downloaded cc v1.0.97 |
395 | 2024-06-22T00:51:47.906Z | Downloaded serde_derive v1.0.203 |
396 | 2024-06-22T00:51:47.906Z | Downloaded pest v2.7.10 |
397 | 2024-06-22T00:51:47.907Z | Downloaded tracing v0.1.40 |
398 | 2024-06-22T00:51:47.908Z | Downloaded url v2.5.0 |
399 | 2024-06-22T00:51:47.927Z | Downloaded hashbrown v0.14.5 |
400 | 2024-06-22T00:51:47.928Z | Downloaded futures-util v0.3.30 |
401 | 2024-06-22T00:51:47.928Z | Downloaded clap_builder v4.5.2 |
402 | 2024-06-22T00:51:47.928Z | Downloaded hyper v0.14.28 |
403 | 2024-06-22T00:51:47.948Z | Downloaded h2 v0.3.26 |
404 | 2024-06-22T00:51:47.948Z | Downloaded unicode-normalization v0.1.23 |
405 | 2024-06-22T00:51:47.948Z | Downloaded tokio-util v0.7.11 |
406 | 2024-06-22T00:51:47.954Z | Downloaded idna v0.5.0 |
407 | 2024-06-22T00:51:47.954Z | Downloaded toml_edit v0.22.13 |
408 | 2024-06-22T00:51:47.969Z | Downloaded zerocopy v0.7.34 |
409 | 2024-06-22T00:51:47.987Z | Downloaded winnow v0.6.8 |
410 | 2024-06-22T00:51:48.006Z | Downloaded tabled v0.15.0 |
411 | 2024-06-22T00:51:48.014Z | Downloaded vcpkg v0.2.15 |
412 | 2024-06-22T00:51:48.048Z | Downloaded syn v2.0.64 |
413 | 2024-06-22T00:51:48.058Z | Downloaded rustix v0.38.34 |
414 | 2024-06-22T00:51:48.080Z | Downloaded syn v1.0.109 |
415 | 2024-06-22T00:51:48.089Z | Downloaded tokio v1.37.0 |
416 | 2024-06-22T00:51:48.134Z | Downloaded encoding_rs v0.8.34 |
417 | 2024-06-22T00:51:48.144Z | Downloaded libc v0.2.155 |
418 | 2024-06-22T00:51:48.169Z | Downloaded serde_json v1.0.117 |
419 | 2024-06-22T00:51:48.177Z | Downloaded time v0.3.36 |
420 | 2024-06-22T00:51:48.184Z | Downloaded reqwest v0.11.27 |
421 | 2024-06-22T00:51:48.189Z | Downloaded openssl v0.10.64 |
422 | 2024-06-22T00:51:48.199Z | Downloaded goblin v0.8.2 |
423 | 2024-06-22T00:51:48.211Z | Downloaded memchr v2.7.2 |
424 | 2024-06-22T00:51:48.211Z | Downloaded crossbeam-channel v0.5.12 |
425 | 2024-06-22T00:51:48.215Z | Downloaded ryu v1.0.18 |
426 | 2024-06-22T00:51:48.215Z | Downloaded parking_lot v0.12.2 |
427 | 2024-06-22T00:51:48.219Z | Downloaded miniz_oxide v0.7.2 |
428 | 2024-06-22T00:51:48.222Z | Downloaded scroll v0.12.0 |
429 | 2024-06-22T00:51:48.222Z | Downloaded bytes v1.6.0 |
430 | 2024-06-22T00:51:48.225Z | Downloaded lock_api v0.4.12 |
431 | 2024-06-22T00:51:48.225Z | Downloaded form_urlencoded v1.2.1 |
432 | 2024-06-22T00:51:48.225Z | Downloaded futures-channel v0.3.30 |
433 | 2024-06-22T00:51:48.228Z | Downloaded crossbeam-utils v0.8.19 |
434 | 2024-06-22T00:51:48.231Z | Downloaded clap v4.5.4 |
435 | 2024-06-22T00:51:48.237Z | Downloaded http-body v0.4.6 |
436 | 2024-06-22T00:51:48.239Z | Downloaded cargo_metadata v0.18.1 |
437 | 2024-06-22T00:51:48.242Z | Downloaded heck v0.4.1 |
438 | 2024-06-22T00:51:48.242Z | Downloaded anstyle-parse v0.2.4 |
439 | 2024-06-22T00:51:48.245Z | Downloaded rustls-pemfile v1.0.4 |
440 | 2024-06-22T00:51:48.245Z | Downloaded macaddr v1.0.1 |
441 | 2024-06-22T00:51:48.248Z | Downloaded itoa v1.0.11 |
442 | 2024-06-22T00:51:48.248Z | Downloaded httpdate v1.0.3 |
443 | 2024-06-22T00:51:48.248Z | Downloaded futures-macro v0.3.30 |
444 | 2024-06-22T00:51:48.251Z | Downloaded clap_derive v4.5.4 |
445 | 2024-06-22T00:51:48.254Z | Downloaded generic-array v0.14.7 |
446 | 2024-06-22T00:51:48.256Z | Downloaded hostname v0.3.1 |
447 | 2024-06-22T00:51:48.256Z | Downloaded pest_derive v2.7.10 |
448 | 2024-06-22T00:51:48.259Z | Downloaded dirs-sys-next v0.1.2 |
449 | 2024-06-22T00:51:48.259Z | Downloaded cpufeatures v0.2.12 |
450 | 2024-06-22T00:51:48.262Z | Downloaded clap_lex v0.7.0 |
451 | 2024-06-22T00:51:48.262Z | Downloaded byteorder v1.5.0 |
452 | 2024-06-22T00:51:48.265Z | Downloaded block-buffer v0.10.4 |
453 | 2024-06-22T00:51:48.265Z | Downloaded thiserror-impl v1.0.60 |
454 | 2024-06-22T00:51:48.265Z | Downloaded tabled_derive v0.7.0 |
455 | 2024-06-22T00:51:48.267Z | Downloaded scopeguard v1.2.0 |
456 | 2024-06-22T00:51:48.268Z | Downloaded rustversion v1.0.17 |
457 | 2024-06-22T00:51:48.558Z | Compiling proc-macro2 v1.0.82 |
458 | 2024-06-22T00:51:48.558Z | Compiling unicode-ident v1.0.12 |
459 | 2024-06-22T00:51:48.561Z | Compiling libc v0.2.155 |
460 | 2024-06-22T00:51:48.561Z | Compiling version_check v0.9.4 |
461 | 2024-06-22T00:51:48.561Z | Compiling cfg-if v1.0.0 |
462 | 2024-06-22T00:51:48.561Z | Compiling itoa v1.0.11 |
463 | 2024-06-22T00:51:48.592Z | Compiling once_cell v1.19.0 |
464 | 2024-06-22T00:51:48.595Z | Compiling serde v1.0.203 |
465 | 2024-06-22T00:51:48.727Z | Compiling autocfg v1.3.0 |
466 | 2024-06-22T00:51:48.780Z | Compiling memchr v2.7.2 |
467 | 2024-06-22T00:51:48.916Z | Compiling thiserror v1.0.60 |
468 | 2024-06-22T00:51:49.068Z | Compiling ryu v1.0.18 |
469 | 2024-06-22T00:51:49.349Z | Compiling pin-project-lite v0.2.14 |
470 | 2024-06-22T00:51:49.371Z | Compiling bitflags v2.5.0 |
471 | 2024-06-22T00:51:49.482Z | Compiling vcpkg v0.2.15 |
472 | 2024-06-22T00:51:49.609Z | Compiling lock_api v0.4.12 |
473 | 2024-06-22T00:51:49.733Z | Compiling parking_lot_core v0.9.10 |
474 | 2024-06-22T00:51:50.127Z | Compiling ucd-trie v0.1.6 |
475 | 2024-06-22T00:51:50.560Z | Compiling pkg-config v0.3.30 |
476 | 2024-06-22T00:51:51.080Z | Compiling cc v1.0.97 |
477 | 2024-06-22T00:51:51.738Z | Compiling slab v0.4.9 |
478 | 2024-06-22T00:51:51.790Z | Compiling futures-core v0.3.30 |
479 | 2024-06-22T00:51:51.793Z | Compiling scopeguard v1.2.0 |
480 | 2024-06-22T00:51:51.793Z | Compiling smallvec v1.13.2 |
481 | 2024-06-22T00:51:51.853Z | Compiling bytes v1.6.0 |
482 | 2024-06-22T00:51:51.954Z | Compiling futures-sink v0.3.30 |
483 | 2024-06-22T00:51:52.170Z | Compiling log v0.4.21 |
484 | 2024-06-22T00:51:52.228Z | Compiling equivalent v1.0.1 |
485 | 2024-06-22T00:51:52.348Z | Compiling serde_json v1.0.117 |
486 | 2024-06-22T00:51:52.548Z | Compiling fnv v1.0.7 |
487 | 2024-06-22T00:51:52.548Z | Compiling byteorder v1.5.0 |
488 | 2024-06-22T00:51:52.645Z | Compiling quote v1.0.36 |
489 | 2024-06-22T00:51:52.672Z | Compiling hashbrown v0.14.5 |
490 | 2024-06-22T00:51:53.019Z | Compiling syn v2.0.64 |
491 | 2024-06-22T00:51:53.100Z | Compiling mio v0.8.11 |
492 | 2024-06-22T00:51:53.327Z | Compiling num_cpus v1.16.0 |
493 | 2024-06-22T00:51:53.406Z | Compiling parking_lot v0.12.2 |
494 | 2024-06-22T00:51:53.456Z | Compiling socket2 v0.5.7 |
495 | 2024-06-22T00:51:53.660Z | Compiling signal-hook-registry v1.4.2 |
496 | 2024-06-22T00:51:53.751Z | Compiling futures-channel v0.3.30 |
497 | 2024-06-22T00:51:54.038Z | Compiling indexmap v2.2.6 |
498 | 2024-06-22T00:51:54.298Z | Compiling openssl-sys v0.9.102 |
499 | 2024-06-22T00:51:54.387Z | Compiling pin-utils v0.1.0 |
500 | 2024-06-22T00:51:54.420Z | Compiling rustix v0.38.34 |
501 | 2024-06-22T00:51:54.510Z | Compiling futures-task v0.3.30 |
502 | 2024-06-22T00:51:54.513Z | Compiling futures-io v0.3.30 |
503 | 2024-06-22T00:51:54.546Z | Compiling typenum v1.17.0 |
504 | 2024-06-22T00:51:54.839Z | Compiling errno v0.3.9 |
505 | 2024-06-22T00:51:54.861Z | Compiling generic-array v0.14.7 |
506 | 2024-06-22T00:51:55.070Z | Compiling foreign-types-shared v0.1.1 |
507 | 2024-06-22T00:51:55.173Z | Compiling slog v2.7.0 |
508 | 2024-06-22T00:51:55.217Z | Compiling openssl v0.10.64 |
509 | 2024-06-22T00:51:55.425Z | Compiling foreign-types v0.3.2 |
510 | 2024-06-22T00:51:55.520Z | Compiling http v0.2.12 |
511 | 2024-06-22T00:51:55.596Z | Compiling usdt-impl v0.5.0 |
512 | 2024-06-22T00:51:55.696Z | Compiling proc-macro-error-attr v1.0.4 |
513 | 2024-06-22T00:51:55.915Z | Compiling tracing-core v0.1.32 |
514 | 2024-06-22T00:51:55.962Z | Compiling powerfmt v0.2.0 |
515 | 2024-06-22T00:51:56.055Z | Compiling syn v1.0.109 |
516 | 2024-06-22T00:51:56.377Z | Compiling httparse v1.8.0 |
517 | 2024-06-22T00:51:56.656Z | Compiling num-conv v0.1.0 |
518 | 2024-06-22T00:51:56.776Z | Compiling time-core v0.1.2 |
519 | 2024-06-22T00:51:56.931Z | Compiling native-tls v0.2.11 |
520 | 2024-06-22T00:51:56.949Z | Compiling tinyvec_macros v0.1.1 |
521 | 2024-06-22T00:51:57.035Z | Compiling tinyvec v1.6.0 |
522 | 2024-06-22T00:51:57.181Z | Compiling time-macros v0.2.18 |
523 | 2024-06-22T00:51:57.334Z | Compiling tracing v0.1.40 |
524 | 2024-06-22T00:51:57.714Z | Compiling deranged v0.3.11 |
525 | 2024-06-22T00:51:57.772Z | Compiling thread-id v4.2.1 |
526 | 2024-06-22T00:51:58.159Z | Compiling proc-macro-error v1.0.4 |
527 | 2024-06-22T00:51:58.322Z | Compiling percent-encoding v2.3.1 |
528 | 2024-06-22T00:51:58.437Z | Compiling rustversion v1.0.17 |
529 | 2024-06-22T00:51:58.455Z | Compiling crossbeam-utils v0.8.19 |
530 | 2024-06-22T00:51:58.669Z | Compiling num_threads v0.1.7 |
531 | 2024-06-22T00:51:58.794Z | Compiling openssl-probe v0.1.5 |
532 | 2024-06-22T00:51:58.876Z | Compiling heck v0.4.1 |
533 | 2024-06-22T00:51:59.019Z | Compiling try-lock v0.2.5 |
534 | 2024-06-22T00:51:59.149Z | Compiling utf8parse v0.2.1 |
535 | 2024-06-22T00:51:59.170Z | Compiling plain v0.2.3 |
536 | 2024-06-22T00:51:59.188Z | Compiling want v0.3.1 |
537 | 2024-06-22T00:51:59.303Z | Compiling anstyle-parse v0.2.4 |
538 | 2024-06-22T00:51:59.384Z | Compiling form_urlencoded v1.2.1 |
539 | 2024-06-22T00:51:59.464Z | Compiling unicode-normalization v0.1.23 |
540 | 2024-06-22T00:51:59.701Z | Compiling http-body v0.4.6 |
541 | 2024-06-22T00:52:00.146Z | Compiling dirs-sys-next v0.1.2 |
542 | 2024-06-22T00:52:00.424Z | Compiling tower-service v0.3.2 |
543 | 2024-06-22T00:52:00.525Z | Compiling time v0.3.36 |
544 | 2024-06-22T00:52:00.546Z | Compiling anstyle-query v1.0.3 |
545 | 2024-06-22T00:52:00.550Z | Compiling is_terminal_polyfill v1.70.0 |
546 | 2024-06-22T00:52:00.590Z | Compiling crc32fast v1.4.0 |
547 | 2024-06-22T00:52:00.673Z | Compiling anstyle v1.0.7 |
548 | 2024-06-22T00:52:00.676Z | Compiling pretty-hex v0.4.1 |
549 | 2024-06-22T00:52:00.719Z | Compiling camino v1.1.7 |
550 | 2024-06-22T00:52:00.838Z | Compiling winnow v0.6.8 |
551 | 2024-06-22T00:52:00.906Z | Compiling unicode-bidi v0.3.15 |
552 | 2024-06-22T00:52:01.089Z | Compiling colorchoice v1.0.1 |
553 | 2024-06-22T00:52:01.139Z | Compiling httpdate v1.0.3 |
554 | 2024-06-22T00:52:01.269Z | Compiling semver v1.0.23 |
555 | 2024-06-22T00:52:01.402Z | Compiling anstream v0.6.14 |
556 | 2024-06-22T00:52:01.644Z | Compiling idna v0.5.0 |
557 | 2024-06-22T00:52:02.097Z | Compiling dirs-next v2.0.0 |
558 | 2024-06-22T00:52:03.181Z | Compiling block-buffer v0.10.4 |
559 | 2024-06-22T00:52:03.305Z | Compiling crypto-common v0.1.6 |
560 | 2024-06-22T00:52:03.432Z | Compiling terminal_size v0.3.0 |
561 | 2024-06-22T00:52:03.618Z | Compiling fs-err v2.11.0 |
562 | 2024-06-22T00:52:03.642Z | Compiling thread_local v1.1.8 |
563 | 2024-06-22T00:52:03.664Z | Compiling base64 v0.21.7 |
564 | 2024-06-22T00:52:03.775Z | Compiling bytecount v0.6.8 |
565 | 2024-06-22T00:52:03.870Z | Compiling adler v1.0.2 |
566 | 2024-06-22T00:52:03.991Z | Compiling slog-async v2.8.0 |
567 | 2024-06-22T00:52:04.098Z | Compiling heck v0.5.0 |
568 | 2024-06-22T00:52:04.218Z | Compiling strsim v0.11.1 |
569 | 2024-06-22T00:52:04.424Z | Compiling clap_lex v0.7.0 |
570 | 2024-06-22T00:52:04.489Z | Compiling unicode-width v0.1.12 |
571 | 2024-06-22T00:52:04.512Z | Compiling match_cfg v0.1.0 |
572 | 2024-06-22T00:52:04.615Z | Compiling anyhow v1.0.86 |
573 | 2024-06-22T00:52:04.638Z | Compiling hostname v0.3.1 |
574 | 2024-06-22T00:52:04.657Z | Compiling papergrid v0.11.0 |
575 | 2024-06-22T00:52:04.713Z | Compiling clap_builder v4.5.2 |
576 | 2024-06-22T00:52:04.928Z | Compiling rustls-pemfile v1.0.4 |
577 | 2024-06-22T00:52:04.969Z | Compiling miniz_oxide v0.7.2 |
578 | 2024-06-22T00:52:05.374Z | Compiling digest v0.10.7 |
579 | 2024-06-22T00:52:05.399Z | Compiling crossbeam-channel v0.5.12 |
580 | 2024-06-22T00:52:05.402Z | Compiling url v2.5.0 |
581 | 2024-06-22T00:52:05.810Z | Compiling term v0.7.0 |
582 | 2024-06-22T00:52:06.205Z | Compiling serde_derive v1.0.203 |
583 | 2024-06-22T00:52:06.407Z | Compiling thiserror-impl v1.0.60 |
584 | 2024-06-22T00:52:06.521Z | Compiling zerocopy-derive v0.7.34 |
585 | 2024-06-22T00:52:06.584Z | Compiling tokio-macros v2.2.0 |
586 | 2024-06-22T00:52:07.367Z | Compiling futures-macro v0.3.30 |
587 | 2024-06-22T00:52:07.424Z | Compiling openssl-macros v0.1.1 |
588 | 2024-06-22T00:52:08.194Z | Compiling scroll_derive v0.12.0 |
589 | 2024-06-22T00:52:08.326Z | Compiling tokio v1.37.0 |
590 | 2024-06-22T00:52:08.877Z | Compiling zerocopy v0.7.34 |
591 | 2024-06-22T00:52:09.518Z | Compiling futures-util v0.3.30 |
592 | 2024-06-22T00:52:09.819Z | Compiling scroll v0.12.0 |
593 | 2024-06-22T00:52:10.032Z | Compiling pest v2.7.10 |
594 | 2024-06-22T00:52:10.373Z | Compiling goblin v0.8.2 |
595 | 2024-06-22T00:52:10.501Z | Compiling tabled_derive v0.7.0 |
596 | 2024-06-22T00:52:13.037Z | Compiling pest_meta v2.7.10 |
597 | 2024-06-22T00:52:13.110Z | Compiling clap_derive v4.5.4 |
598 | 2024-06-22T00:52:14.695Z | Compiling pest_generator v2.7.10 |
599 | 2024-06-22T00:52:16.725Z | Compiling tokio-util v0.7.11 |
600 | 2024-06-22T00:52:17.688Z | Compiling h2 v0.3.26 |
601 | 2024-06-22T00:52:18.321Z | Compiling futures-executor v0.3.30 |
602 | 2024-06-22T00:52:18.376Z | Compiling pest_derive v2.7.10 |
603 | 2024-06-22T00:52:18.734Z | Compiling tokio-native-tls v0.3.1 |
604 | 2024-06-22T00:52:18.903Z | Compiling strum_macros v0.26.2 |
605 | 2024-06-22T00:52:19.187Z | Compiling dtrace-parser v0.2.0 |
606 | 2024-06-22T00:52:19.356Z | Compiling xattr v1.3.1 |
607 | 2024-06-22T00:52:19.660Z | Compiling filetime v0.2.23 |
608 | 2024-06-22T00:52:20.046Z | Compiling memmap v0.7.0 |
609 | 2024-06-22T00:52:20.408Z | Compiling is-terminal v0.4.12 |
610 | 2024-06-22T00:52:20.537Z | Compiling encoding_rs v0.8.34 |
611 | 2024-06-22T00:52:21.168Z | Compiling ipnet v2.9.0 |
612 | 2024-06-22T00:52:21.628Z | Compiling serde_spanned v0.6.6 |
613 | 2024-06-22T00:52:22.243Z | Compiling serde_tokenstream v0.2.0 |
614 | 2024-06-22T00:52:22.476Z | Compiling toml_datetime v0.6.6 |
615 | 2024-06-22T00:52:22.792Z | Compiling toml_edit v0.22.13 |
616 | 2024-06-22T00:52:23.015Z | Compiling hyper v0.14.28 |
617 | 2024-06-22T00:52:23.370Z | Compiling dof v0.3.0 |
618 | 2024-06-22T00:52:24.706Z | Compiling slog-json v2.6.1 |
619 | 2024-06-22T00:52:25.269Z | Compiling cargo-platform v0.1.8 |
620 | 2024-06-22T00:52:25.295Z | Compiling serde_urlencoded v0.7.1 |
621 | 2024-06-22T00:52:25.827Z | Compiling cpufeatures v0.2.12 |
622 | 2024-06-22T00:52:25.858Z | Compiling sync_wrapper v0.1.2 |
623 | 2024-06-22T00:52:25.935Z | Compiling toml v0.8.13 |
624 | 2024-06-22T00:52:25.999Z | Compiling mime v0.3.17 |
625 | 2024-06-22T00:52:26.167Z | Compiling take_mut v0.2.2 |
626 | 2024-06-22T00:52:26.467Z | Compiling cargo_metadata v0.18.1 |
627 | 2024-06-22T00:52:26.508Z | Compiling sha2 v0.10.8 |
628 | 2024-06-22T00:52:26.620Z | Compiling slog-bunyan v2.5.0 |
629 | 2024-06-22T00:52:26.824Z | Compiling hyper-tls v0.5.0 |
630 | 2024-06-22T00:52:26.876Z | Compiling usdt-macro v0.5.0 |
631 | 2024-06-22T00:52:27.172Z | Compiling usdt-attr-macro v0.5.0 |
632 | 2024-06-22T00:52:27.589Z | Compiling reqwest v0.11.27 |
633 | 2024-06-22T00:52:27.674Z | Compiling cargo_toml v0.20.2 |
634 | 2024-06-22T00:52:28.195Z | Compiling strum v0.26.2 |
635 | 2024-06-22T00:52:28.383Z | Compiling macaddr v1.0.1 |
636 | 2024-06-22T00:52:28.714Z | Compiling usdt v0.5.0 |
637 | 2024-06-22T00:52:28.850Z | Compiling slog-term v2.9.1 |
638 | 2024-06-22T00:52:29.214Z | Compiling tar v0.4.40 |
639 | 2024-06-22T00:52:29.294Z | Compiling flate2 v1.0.30 |
640 | 2024-06-22T00:52:30.033Z | Compiling futures v0.3.30 |
641 | 2024-06-22T00:52:30.155Z | Compiling clap v4.5.4 |
642 | 2024-06-22T00:52:30.155Z | Compiling tabled v0.15.0 |
643 | 2024-06-22T00:52:30.371Z | Compiling md5 v0.7.0 |
644 | 2024-06-22T00:52:30.880Z | Compiling swrite v0.1.0 |
645 | 2024-06-22T00:52:35.065Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
646 | 2024-06-22T00:52:42.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
647 | 2024-06-22T00:52:42.613Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
648 | 2024-06-22T00:52:42.672Z | Jun 22 00:52:41.509 INFO Starting download, target: Clickhouse |
649 | 2024-06-22T00:52:42.672Z | Jun 22 00:52:41.509 INFO Starting download, target: Cockroach |
650 | 2024-06-22T00:52:42.678Z | Jun 22 00:52:41.509 INFO Starting download, target: Console |
651 | 2024-06-22T00:52:42.678Z | Jun 22 00:52:41.509 INFO Starting download, target: DendriteOpenapi |
652 | 2024-06-22T00:52:42.678Z | Jun 22 00:52:41.509 INFO Starting download, target: DendriteStub |
653 | 2024-06-22T00:52:42.678Z | Jun 22 00:52:41.509 INFO Starting download, target: MaghemiteMgd |
654 | 2024-06-22T00:52:42.678Z | Jun 22 00:52:41.509 INFO Starting download, target: TransceiverControl |
655 | 2024-06-22T00:52:42.678Z | Jun 22 00:52:41.510 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json (attempt 1/3), target: DendriteOpenapi |
656 | 2024-06-22T00:52:42.678Z | Jun 22 00:52:41.510 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
657 | 2024-06-22T00:52:42.678Z | Jun 22 00:52:41.510 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
658 | 2024-06-22T00:52:42.678Z | Jun 22 00:52:41.510 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
659 | 2024-06-22T00:52:42.679Z | Jun 22 00:52:41.510 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
660 | 2024-06-22T00:52:42.679Z | Jun 22 00:52:41.511 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
661 | 2024-06-22T00:52:42.679Z | Jun 22 00:52:41.511 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
662 | 2024-06-22T00:52:42.974Z | Jun 22 00:52:41.802 INFO Download complete, target: DendriteOpenapi |
663 | 2024-06-22T00:52:43.108Z | Jun 22 00:52:41.944 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
664 | 2024-06-22T00:52:43.340Z | Jun 22 00:52:42.177 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
665 | 2024-06-22T00:52:43.617Z | Jun 22 00:52:42.455 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
666 | 2024-06-22T00:52:43.646Z | Jun 22 00:52:42.483 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
667 | 2024-06-22T00:52:43.772Z | Jun 22 00:52:42.610 INFO Download complete, target: Console |
668 | 2024-06-22T00:52:43.923Z | Jun 22 00:52:42.761 INFO Download complete, target: TransceiverControl |
669 | 2024-06-22T00:52:45.020Z | Jun 22 00:52:43.858 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
670 | 2024-06-22T00:52:46.851Z | Jun 22 00:52:45.688 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
671 | 2024-06-22T00:52:46.851Z | Jun 22 00:52:45.688 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
672 | 2024-06-22T00:52:46.999Z | Jun 22 00:52:45.835 INFO Download complete, target: DendriteStub |
673 | 2024-06-22T00:52:47.139Z | Jun 22 00:52:45.975 INFO Download complete, target: MaghemiteMgd |
674 | 2024-06-22T00:52:55.353Z | Jun 22 00:52:54.188 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
675 | 2024-06-22T00:52:55.684Z | Jun 22 00:52:54.519 INFO Checking that binary works, target: Cockroach |
676 | 2024-06-22T00:52:55.886Z | Jun 22 00:52:54.721 INFO Download complete, target: Cockroach |
677 | 2024-06-22T00:52:59.907Z | Jun 22 00:52:58.742 INFO Checking that binary works, target: Clickhouse |
678 | 2024-06-22T00:53:00.249Z | Jun 22 00:52:59.083 INFO Download complete, target: Clickhouse |
679 | 2024-06-22T00:53:00.257Z | All prerequisites installed successfully |
680 | 2024-06-22T00:53:00.260Z | |
681 | 2024-06-22T00:53:00.260Z | real 2:57.414508154 |
682 | 2024-06-22T00:53:00.260Z | user 5:50.930300364 |
683 | 2024-06-22T00:53:00.260Z | sys 1:19.337381929 |
684 | 2024-06-22T00:53:00.260Z | trap 0.222603264 |
685 | 2024-06-22T00:53:00.260Z | tflt 3.809189540 |
686 | 2024-06-22T00:53:00.260Z | dflt 6.531563566 |
687 | 2024-06-22T00:53:00.260Z | kflt 0.275684563 |
688 | 2024-06-22T00:53:00.260Z | lock 12:57.571759736 |
689 | 2024-06-22T00:53:00.260Z | slp 18:40.478819841 |
690 | 2024-06-22T00:53:00.260Z | lat 19.443677619 |
691 | 2024-06-22T00:53:00.260Z | stop 1:01.893022974 |
692 | 2024-06-22T00:53:00.260Z | + ptime -m cargo xtask download softnpu |
693 | 2024-06-22T00:53:00.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
694 | 2024-06-22T00:53:00.843Z | Running `target/debug/xtask download softnpu` |
695 | 2024-06-22T00:53:00.867Z | Jun 22 00:52:59.701 INFO Starting download, target: Softnpu |
696 | 2024-06-22T00:53:00.870Z | Jun 22 00:52:59.702 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
697 | 2024-06-22T00:53:01.392Z | Jun 22 00:53:00.226 INFO Download complete, target: Softnpu |
698 | 2024-06-22T00:53:01.396Z | |
699 | 2024-06-22T00:53:01.399Z | real 1.132555373 |
700 | 2024-06-22T00:53:01.399Z | user 0.617606660 |
701 | 2024-06-22T00:53:01.399Z | sys 0.309960759 |
702 | 2024-06-22T00:53:01.399Z | trap 0.000179960 |
703 | 2024-06-22T00:53:01.399Z | tflt 0.000044328 |
704 | 2024-06-22T00:53:01.399Z | dflt 0.000070372 |
705 | 2024-06-22T00:53:01.399Z | kflt 0.000000000 |
706 | 2024-06-22T00:53:01.399Z | lock 5.410477739 |
707 | 2024-06-22T00:53:01.399Z | slp 0.436865081 |
708 | 2024-06-22T00:53:01.399Z | lat 0.071497329 |
709 | 2024-06-22T00:53:01.399Z | stop 0.000263238 |
710 | 2024-06-22T00:53:01.399Z | + export CARGO_INCREMENTAL=0 |
711 | 2024-06-22T00:53:01.399Z | + CARGO_INCREMENTAL=0 |
712 | 2024-06-22T00:53:01.399Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
713 | 2024-06-22T00:53:01.979Z | Downloading crates ... |
714 | 2024-06-22T00:53:02.153Z | Downloaded bitflags v1.3.2 |
715 | 2024-06-22T00:53:02.158Z | Downloaded async-stream v0.3.5 |
716 | 2024-06-22T00:53:02.161Z | Downloaded ciborium-io v0.2.2 |
717 | 2024-06-22T00:53:02.164Z | Downloaded arrayref v0.3.7 |
718 | 2024-06-22T00:53:02.164Z | Downloaded atomicwrites v0.4.3 |
719 | 2024-06-22T00:53:02.167Z | Downloaded crunchy v0.2.2 |
720 | 2024-06-22T00:53:02.170Z | Downloaded darling_macro v0.20.9 |
721 | 2024-06-22T00:53:02.173Z | Downloaded convert_case v0.4.0 |
722 | 2024-06-22T00:53:02.178Z | Downloaded bit-vec v0.6.3 |
723 | 2024-06-22T00:53:02.178Z | Downloaded cassowary v0.3.0 |
724 | 2024-06-22T00:53:02.178Z | Downloaded newline-converter v0.3.0 |
725 | 2024-06-22T00:53:02.181Z | Downloaded chacha20 v0.9.1 |
726 | 2024-06-22T00:53:02.184Z | Downloaded assert_matches v1.5.0 |
727 | 2024-06-22T00:53:02.184Z | Downloaded buf-list v1.0.3 |
728 | 2024-06-22T00:53:02.189Z | Downloaded number_prefix v0.4.0 |
729 | 2024-06-22T00:53:02.192Z | Downloaded nodrop v0.1.14 |
730 | 2024-06-22T00:53:02.192Z | Downloaded normalize-line-endings v0.3.0 |
731 | 2024-06-22T00:53:02.195Z | Downloaded bb8 v0.8.3 |
732 | 2024-06-22T00:53:02.199Z | Downloaded defmt v0.3.8 |
733 | 2024-06-22T00:53:02.202Z | Downloaded nanorand v0.7.0 |
734 | 2024-06-22T00:53:02.206Z | Downloaded multimap v0.10.0 |
735 | 2024-06-22T00:53:02.206Z | Downloaded precomputed-hash v0.1.1 |
736 | 2024-06-22T00:53:02.206Z | Downloaded peg-runtime v0.8.3 |
737 | 2024-06-22T00:53:02.210Z | Downloaded cfg_aliases v0.1.1 |
738 | 2024-06-22T00:53:02.210Z | Downloaded atty v0.2.14 |
739 | 2024-06-22T00:53:02.210Z | Downloaded bitstruct_derive v0.1.0 |
740 | 2024-06-22T00:53:02.213Z | Downloaded pretty-hex v0.2.1 |
741 | 2024-06-22T00:53:02.213Z | Downloaded ascii v1.1.0 |
742 | 2024-06-22T00:53:02.213Z | Downloaded oso-derive v0.27.3 |
743 | 2024-06-22T00:53:02.216Z | Downloaded async-stream-impl v0.3.5 |
744 | 2024-06-22T00:53:02.216Z | Downloaded newtype_derive v0.1.6 |
745 | 2024-06-22T00:53:02.219Z | Downloaded multer v3.1.0 |
746 | 2024-06-22T00:53:02.222Z | Downloaded argon2 v0.5.3 |
747 | 2024-06-22T00:53:02.225Z | Downloaded phf_shared v0.11.2 |
748 | 2024-06-22T00:53:02.225Z | Downloaded phf v0.11.2 |
749 | 2024-06-22T00:53:02.228Z | Downloaded peg v0.8.3 |
750 | 2024-06-22T00:53:02.231Z | Downloaded phf_shared v0.10.0 |
751 | 2024-06-22T00:53:02.231Z | Downloaded derive_builder_macro v0.20.0 |
752 | 2024-06-22T00:53:02.235Z | Downloaded darling v0.20.9 |
753 | 2024-06-22T00:53:02.238Z | Downloaded derive_builder_core v0.20.0 |
754 | 2024-06-22T00:53:02.241Z | Downloaded parse-display v0.9.0 |
755 | 2024-06-22T00:53:02.247Z | Downloaded packed_struct v0.10.1 |
756 | 2024-06-22T00:53:02.247Z | Downloaded predicates-core v1.0.6 |
757 | 2024-06-22T00:53:02.253Z | Downloaded bitfield v0.14.0 |
758 | 2024-06-22T00:53:02.253Z | Downloaded ref-cast v1.0.23 |
759 | 2024-06-22T00:53:02.253Z | Downloaded crucible-workspace-hack v0.1.0 |
760 | 2024-06-22T00:53:02.253Z | Downloaded atomic-waker v1.1.2 |
761 | 2024-06-22T00:53:02.253Z | Downloaded rand_seeder v0.2.3 |
762 | 2024-06-22T00:53:02.256Z | Downloaded async-recursion v1.1.1 |
763 | 2024-06-22T00:53:02.259Z | Downloaded pem-rfc7468 v0.7.0 |
764 | 2024-06-22T00:53:02.262Z | Downloaded block-padding v0.3.3 |
765 | 2024-06-22T00:53:02.262Z | Downloaded nibble_vec v0.1.0 |
766 | 2024-06-22T00:53:02.265Z | Downloaded path-slash v0.1.5 |
767 | 2024-06-22T00:53:02.265Z | Downloaded async-trait v0.1.80 |
768 | 2024-06-22T00:53:02.268Z | Downloaded thiserror-no-std v2.0.2 |
769 | 2024-06-22T00:53:02.272Z | Downloaded castaway v0.2.2 |
770 | 2024-06-22T00:53:02.275Z | Downloaded portpicker v0.1.1 |
771 | 2024-06-22T00:53:02.275Z | Downloaded parse-size v1.0.0 |
772 | 2024-06-22T00:53:02.278Z | Downloaded endian-type v0.1.2 |
773 | 2024-06-22T00:53:02.278Z | Downloaded data-encoding v2.6.0 |
774 | 2024-06-22T00:53:02.278Z | Downloaded crc v3.2.1 |
775 | 2024-06-22T00:53:02.281Z | Downloaded ciborium-ll v0.2.2 |
776 | 2024-06-22T00:53:02.284Z | Downloaded enum-as-inner v0.5.1 |
777 | 2024-06-22T00:53:02.286Z | Downloaded paste v1.0.15 |
778 | 2024-06-22T00:53:02.289Z | Downloaded parse-display-derive v0.9.0 |
779 | 2024-06-22T00:53:02.292Z | Downloaded radium v0.7.0 |
780 | 2024-06-22T00:53:02.292Z | Downloaded pin-project-internal v1.1.5 |
781 | 2024-06-22T00:53:02.295Z | Downloaded password-hash v0.5.0 |
782 | 2024-06-22T00:53:02.297Z | Downloaded tiny-keccak v2.0.2 |
783 | 2024-06-22T00:53:02.300Z | Downloaded postgres-types v0.2.6 |
784 | 2024-06-22T00:53:02.303Z | Downloaded parking_lot v0.11.2 |
785 | 2024-06-22T00:53:02.306Z | Downloaded utf-8 v0.7.6 |
786 | 2024-06-22T00:53:02.306Z | Downloaded omicron-zone-package v0.11.0 |
787 | 2024-06-22T00:53:02.309Z | Downloaded num_enum v0.5.11 |
788 | 2024-06-22T00:53:02.314Z | Downloaded newtype-uuid v1.1.0 |
789 | 2024-06-22T00:53:02.317Z | Downloaded lazycell v1.3.0 |
790 | 2024-06-22T00:53:02.320Z | Downloaded ed25519 v1.5.3 |
791 | 2024-06-22T00:53:02.320Z | Downloaded console v0.15.8 |
792 | 2024-06-22T00:53:02.322Z | Downloaded num-complex v0.4.6 |
793 | 2024-06-22T00:53:02.325Z | Downloaded pem v3.0.4 |
794 | 2024-06-22T00:53:02.328Z | Downloaded cookie_store v0.20.0 |
795 | 2024-06-22T00:53:02.331Z | Downloaded predicates-tree v1.0.9 |
796 | 2024-06-22T00:53:02.331Z | Downloaded erased-serde v0.3.31 |
797 | 2024-06-22T00:53:02.333Z | Downloaded hubpack v0.1.2 |
798 | 2024-06-22T00:53:02.336Z | Downloaded curve25519-dalek-derive v0.1.1 |
799 | 2024-06-22T00:53:02.336Z | Downloaded lalrpop-util v0.19.12 |
800 | 2024-06-22T00:53:02.339Z | Downloaded r2d2 v0.8.10 |
801 | 2024-06-22T00:53:02.339Z | Downloaded psl-types v2.0.11 |
802 | 2024-06-22T00:53:02.339Z | Downloaded predicates v3.1.0 |
803 | 2024-06-22T00:53:02.342Z | Downloaded rand_chacha v0.3.1 |
804 | 2024-06-22T00:53:02.345Z | Downloaded fxhash v0.2.1 |
805 | 2024-06-22T00:53:02.345Z | Downloaded scheduled-thread-pool v0.2.7 |
806 | 2024-06-22T00:53:02.348Z | Downloaded rand_xorshift v0.3.0 |
807 | 2024-06-22T00:53:02.348Z | Downloaded rustfmt-wrapper v0.2.1 |
808 | 2024-06-22T00:53:02.351Z | Downloaded bcs v0.1.6 |
809 | 2024-06-22T00:53:02.354Z | Downloaded clang-sys v1.7.0 |
810 | 2024-06-22T00:53:02.357Z | Downloaded owo-colors v4.0.0 |
811 | 2024-06-22T00:53:02.360Z | Downloaded postcard v1.0.8 |
812 | 2024-06-22T00:53:02.362Z | Downloaded addr2line v0.21.0 |
813 | 2024-06-22T00:53:02.365Z | Downloaded subtle v2.5.0 |
814 | 2024-06-22T00:53:02.368Z | Downloaded lazy_static v1.4.0 |
815 | 2024-06-22T00:53:02.368Z | Downloaded group v0.13.0 |
816 | 2024-06-22T00:53:02.371Z | Downloaded libefi-sys v0.1.0 |
817 | 2024-06-22T00:53:02.371Z | Downloaded crossbeam-epoch v0.9.18 |
818 | 2024-06-22T00:53:02.375Z | Downloaded glob v0.3.1 |
819 | 2024-06-22T00:53:02.378Z | Downloaded env_logger v0.9.3 |
820 | 2024-06-22T00:53:02.378Z | Downloaded signal-hook-mio v0.2.3 |
821 | 2024-06-22T00:53:02.381Z | Downloaded sha1 v0.10.6 |
822 | 2024-06-22T00:53:02.384Z | Downloaded globset v0.4.14 |
823 | 2024-06-22T00:53:02.384Z | Downloaded shell-words v1.1.0 |
824 | 2024-06-22T00:53:02.387Z | Downloaded rand_core v0.6.4 |
825 | 2024-06-22T00:53:02.387Z | Downloaded pkcs1 v0.7.5 |
826 | 2024-06-22T00:53:02.390Z | Downloaded postgres-protocol v0.6.6 |
827 | 2024-06-22T00:53:02.392Z | Downloaded whoami v1.5.1 |
828 | 2024-06-22T00:53:02.395Z | Downloaded downcast v0.11.0 |
829 | 2024-06-22T00:53:02.397Z | Downloaded tokio-tungstenite v0.20.1 |
830 | 2024-06-22T00:53:02.400Z | Downloaded hash32 v0.2.1 |
831 | 2024-06-22T00:53:02.400Z | Downloaded keccak v0.1.5 |
832 | 2024-06-22T00:53:02.403Z | Downloaded parking_lot_core v0.8.6 |
833 | 2024-06-22T00:53:02.406Z | Downloaded kstat-rs v0.2.3 |
834 | 2024-06-22T00:53:02.406Z | Downloaded instant v0.1.12 |
835 | 2024-06-22T00:53:02.409Z | Downloaded signal-hook-tokio v0.3.1 |
836 | 2024-06-22T00:53:02.409Z | Downloaded serde_with_macros v3.8.1 |
837 | 2024-06-22T00:53:02.411Z | Downloaded serde_derive_internals v0.29.1 |
838 | 2024-06-22T00:53:02.415Z | Downloaded serde_arrays v0.1.0 |
839 | 2024-06-22T00:53:02.415Z | Downloaded serde_plain v1.0.2 |
840 | 2024-06-22T00:53:02.418Z | Downloaded serde_path_to_error v0.1.16 |
841 | 2024-06-22T00:53:02.418Z | Downloaded env_logger v0.10.2 |
842 | 2024-06-22T00:53:02.421Z | Downloaded diff v0.1.13 |
843 | 2024-06-22T00:53:02.424Z | Downloaded termtree v0.4.1 |
844 | 2024-06-22T00:53:02.427Z | Downloaded tokio-rustls v0.25.0 |
845 | 2024-06-22T00:53:02.429Z | Downloaded diesel_table_macro_syntax v0.1.0 |
846 | 2024-06-22T00:53:02.429Z | Downloaded waitgroup v0.1.2 |
847 | 2024-06-22T00:53:02.432Z | Downloaded is_ci v1.2.0 |
848 | 2024-06-22T00:53:02.432Z | Downloaded hex v0.4.3 |
849 | 2024-06-22T00:53:02.435Z | Downloaded universal-hash v0.5.1 |
850 | 2024-06-22T00:53:02.435Z | Downloaded unicode-linebreak v0.1.5 |
851 | 2024-06-22T00:53:02.438Z | Downloaded highway v1.1.0 |
852 | 2024-06-22T00:53:02.440Z | Downloaded fallible-iterator v0.2.0 |
853 | 2024-06-22T00:53:02.441Z | Downloaded shlex v1.3.0 |
854 | 2024-06-22T00:53:02.443Z | Downloaded float-cmp v0.9.0 |
855 | 2024-06-22T00:53:02.443Z | Downloaded flagset v0.4.5 |
856 | 2024-06-22T00:53:02.454Z | Downloaded platforms v3.4.0 |
857 | 2024-06-22T00:53:02.457Z | Downloaded zone_cfg_derive v0.1.2 |
858 | 2024-06-22T00:53:02.459Z | Downloaded zip v0.6.6 |
859 | 2024-06-22T00:53:02.462Z | Downloaded darling_core v0.20.9 |
860 | 2024-06-22T00:53:02.467Z | Downloaded structmeta v0.3.0 |
861 | 2024-06-22T00:53:02.470Z | Downloaded vsss-rs v3.3.4 |
862 | 2024-06-22T00:53:02.473Z | Downloaded either v1.12.0 |
863 | 2024-06-22T00:53:02.476Z | Downloaded dyn-clone v1.0.17 |
864 | 2024-06-22T00:53:02.476Z | Downloaded wait-timeout v0.2.0 |
865 | 2024-06-22T00:53:02.479Z | Downloaded unicode-xid v0.2.4 |
866 | 2024-06-22T00:53:02.479Z | Downloaded md-5 v0.10.6 |
867 | 2024-06-22T00:53:02.481Z | Downloaded libsw v3.3.1 |
868 | 2024-06-22T00:53:02.484Z | Downloaded rand v0.8.5 |
869 | 2024-06-22T00:53:02.487Z | Downloaded trust-dns-client v0.22.0 |
870 | 2024-06-22T00:53:02.492Z | Downloaded serde-big-array v0.4.1 |
871 | 2024-06-22T00:53:02.495Z | Downloaded rpassword v7.3.1 |
872 | 2024-06-22T00:53:02.495Z | Downloaded unicase v2.7.0 |
873 | 2024-06-22T00:53:02.498Z | Downloaded zone v0.1.8 |
874 | 2024-06-22T00:53:02.498Z | Downloaded siphasher v0.3.11 |
875 | 2024-06-22T00:53:02.501Z | Downloaded rustc_version v0.1.7 |
876 | 2024-06-22T00:53:02.501Z | Downloaded rustc-demangle v0.1.24 |
877 | 2024-06-22T00:53:02.503Z | Downloaded secrecy v0.8.0 |
878 | 2024-06-22T00:53:02.506Z | Downloaded sigpipe v0.1.3 |
879 | 2024-06-22T00:53:02.506Z | Downloaded serde-big-array v0.5.1 |
880 | 2024-06-22T00:53:02.506Z | Downloaded prettyplease v0.2.20 |
881 | 2024-06-22T00:53:02.510Z | Downloaded getopts v0.2.21 |
882 | 2024-06-22T00:53:02.513Z | Downloaded ff v0.13.0 |
883 | 2024-06-22T00:53:02.517Z | Downloaded crossterm v0.27.0 |
884 | 2024-06-22T00:53:02.520Z | Downloaded spin v0.9.8 |
885 | 2024-06-22T00:53:02.523Z | Downloaded matches v0.1.10 |
886 | 2024-06-22T00:53:02.525Z | Downloaded uzers v0.11.3 |
887 | 2024-06-22T00:53:02.526Z | Downloaded untrusted v0.9.0 |
888 | 2024-06-22T00:53:02.528Z | Downloaded rusty-fork v0.3.0 |
889 | 2024-06-22T00:53:02.531Z | Downloaded tls_codec v0.4.1 |
890 | 2024-06-22T00:53:02.531Z | Downloaded termcolor v1.4.1 |
891 | 2024-06-22T00:53:02.534Z | Downloaded tabwriter v1.4.0 |
892 | 2024-06-22T00:53:02.534Z | Downloaded same-file v1.0.6 |
893 | 2024-06-22T00:53:02.537Z | Downloaded termios v0.3.3 |
894 | 2024-06-22T00:53:02.537Z | Downloaded sct v0.7.1 |
895 | 2024-06-22T00:53:02.540Z | Downloaded schemars_derive v0.8.20 |
896 | 2024-06-22T00:53:02.543Z | Downloaded headers-core v0.2.0 |
897 | 2024-06-22T00:53:02.543Z | Downloaded stability v0.2.0 |
898 | 2024-06-22T00:53:02.548Z | Downloaded http-range v0.1.5 |
899 | 2024-06-22T00:53:02.548Z | Downloaded supports-color v3.0.0 |
900 | 2024-06-22T00:53:02.551Z | Downloaded slog-envlogger v2.2.0 |
901 | 2024-06-22T00:53:02.551Z | Downloaded gethostname v0.4.3 |
902 | 2024-06-22T00:53:02.551Z | Downloaded funty v2.0.0 |
903 | 2024-06-22T00:53:02.551Z | Downloaded foreign-types-shared v0.3.1 |
904 | 2024-06-22T00:53:02.554Z | Downloaded maplit v1.0.2 |
905 | 2024-06-22T00:53:02.554Z | Downloaded slog-dtrace v0.3.0 |
906 | 2024-06-22T00:53:02.556Z | Downloaded managed v0.8.0 |
907 | 2024-06-22T00:53:02.556Z | Downloaded toolchain_find v0.4.0 |
908 | 2024-06-22T00:53:02.559Z | Downloaded fragile v2.0.0 |
909 | 2024-06-22T00:53:02.559Z | Downloaded zeroize v1.7.0 |
910 | 2024-06-22T00:53:02.562Z | Downloaded tui-tree-widget v0.19.0 |
911 | 2024-06-22T00:53:02.562Z | Downloaded hyper-rustls v0.24.2 |
912 | 2024-06-22T00:53:02.565Z | Downloaded rustc-hash v1.1.0 |
913 | 2024-06-22T00:53:02.568Z | Downloaded linear-map v1.2.0 |
914 | 2024-06-22T00:53:02.568Z | Downloaded stable_deref_trait v1.2.0 |
915 | 2024-06-22T00:53:02.568Z | Downloaded unicode_categories v0.1.1 |
916 | 2024-06-22T00:53:02.571Z | Downloaded smf v0.2.3 |
917 | 2024-06-22T00:53:02.574Z | Downloaded strip-ansi-escapes v0.2.0 |
918 | 2024-06-22T00:53:02.574Z | Downloaded hubpack_derive v0.1.1 |
919 | 2024-06-22T00:53:02.574Z | Downloaded structmeta-derive v0.2.0 |
920 | 2024-06-22T00:53:02.576Z | Downloaded zeroize_derive v1.4.2 |
921 | 2024-06-22T00:53:02.576Z | Downloaded stringprep v0.1.4 |
922 | 2024-06-22T00:53:02.579Z | Downloaded slog-scope v4.4.0 |
923 | 2024-06-22T00:53:02.579Z | Downloaded serde_yaml v0.9.34+deprecated |
924 | 2024-06-22T00:53:02.582Z | Downloaded lru v0.12.3 |
925 | 2024-06-22T00:53:02.585Z | Downloaded lru-cache v0.1.2 |
926 | 2024-06-22T00:53:02.585Z | Downloaded home v0.5.9 |
927 | 2024-06-22T00:53:02.588Z | Downloaded heck v0.3.3 |
928 | 2024-06-22T00:53:02.588Z | Downloaded linked-hash-map v0.5.6 |
929 | 2024-06-22T00:53:02.591Z | Downloaded hostname v0.4.0 |
930 | 2024-06-22T00:53:02.591Z | Downloaded num-bigint v0.4.5 |
931 | 2024-06-22T00:53:02.595Z | Downloaded tap v1.0.1 |
932 | 2024-06-22T00:53:02.598Z | Downloaded rustc_version v0.4.0 |
933 | 2024-06-22T00:53:02.598Z | Downloaded wyz v0.5.1 |
934 | 2024-06-22T00:53:02.600Z | Downloaded vte v0.11.1 |
935 | 2024-06-22T00:53:02.603Z | Downloaded tracing-attributes v0.1.27 |
936 | 2024-06-22T00:53:02.603Z | Downloaded elliptic-curve v0.13.8 |
937 | 2024-06-22T00:53:02.607Z | Downloaded tls_codec_derive v0.4.1 |
938 | 2024-06-22T00:53:02.610Z | Downloaded string_cache v0.8.7 |
939 | 2024-06-22T00:53:02.613Z | Downloaded structmeta-derive v0.3.0 |
940 | 2024-06-22T00:53:02.613Z | Downloaded schemars v0.8.20 |
941 | 2024-06-22T00:53:02.625Z | Downloaded tungstenite v0.21.0 |
942 | 2024-06-22T00:53:02.628Z | Downloaded tokio-rustls v0.24.1 |
943 | 2024-06-22T00:53:02.631Z | Downloaded tempfile v3.10.1 |
944 | 2024-06-22T00:53:02.634Z | Downloaded hyper-staticfile v0.9.5 |
945 | 2024-06-22T00:53:02.637Z | Downloaded diesel_derives v2.1.4 |
946 | 2024-06-22T00:53:02.640Z | Downloaded indoc v2.0.5 |
947 | 2024-06-22T00:53:02.643Z | Downloaded signature v2.2.0 |
948 | 2024-06-22T00:53:02.645Z | Downloaded blake3 v1.5.1 |
949 | 2024-06-22T00:53:02.651Z | Downloaded fatfs v0.3.6 |
950 | 2024-06-22T00:53:02.655Z | Downloaded topological-sort v0.2.2 |
951 | 2024-06-22T00:53:02.658Z | Downloaded yasna v0.5.2 |
952 | 2024-06-22T00:53:02.658Z | Downloaded walkdir v2.5.0 |
953 | 2024-06-22T00:53:02.662Z | Downloaded test-strategy v0.3.1 |
954 | 2024-06-22T00:53:02.665Z | Downloaded tokio-postgres v0.7.10 |
955 | 2024-06-22T00:53:02.668Z | Downloaded flume v0.11.0 |
956 | 2024-06-22T00:53:02.672Z | Downloaded typed-path v0.7.1 |
957 | 2024-06-22T00:53:02.678Z | Downloaded num-bigint-dig v0.8.4 |
958 | 2024-06-22T00:53:02.684Z | Downloaded expectorate v1.1.0 |
959 | 2024-06-22T00:53:02.687Z | Downloaded http v1.1.0 |
960 | 2024-06-22T00:53:02.690Z | Downloaded half v2.4.1 |
961 | 2024-06-22T00:53:02.692Z | Downloaded serde-hex v0.1.0 |
962 | 2024-06-22T00:53:02.695Z | Downloaded mime_guess v2.0.4 |
963 | 2024-06-22T00:53:02.699Z | Downloaded headers v0.3.9 |
964 | 2024-06-22T00:53:02.702Z | Downloaded unsafe-libyaml v0.2.11 |
965 | 2024-06-22T00:53:02.705Z | Downloaded rustls-pki-types v1.7.0 |
966 | 2024-06-22T00:53:02.708Z | Downloaded snafu v0.8.2 |
967 | 2024-06-22T00:53:02.714Z | Downloaded libxml v0.3.3 |
968 | 2024-06-22T00:53:02.720Z | Downloaded x509-cert v0.2.5 |
969 | 2024-06-22T00:53:02.726Z | Downloaded portable-atomic v1.6.0 |
970 | 2024-06-22T00:53:02.732Z | Downloaded bitvec v1.0.1 |
971 | 2024-06-22T00:53:02.748Z | Downloaded samael v0.0.15 |
972 | 2024-06-22T00:53:02.752Z | Downloaded zerocopy v0.6.6 |
973 | 2024-06-22T00:53:02.755Z | Downloaded itertools v0.10.5 |
974 | 2024-06-22T00:53:02.761Z | Downloaded tough v0.17.1 |
975 | 2024-06-22T00:53:02.770Z | Downloaded heapless v0.7.17 |
976 | 2024-06-22T00:53:02.773Z | Downloaded toml_edit v0.19.15 |
977 | 2024-06-22T00:53:02.790Z | Downloaded heapless v0.8.0 |
978 | 2024-06-22T00:53:02.794Z | Downloaded regex-automata v0.1.10 |
979 | 2024-06-22T00:53:02.799Z | Downloaded reedline v0.31.0 |
980 | 2024-06-22T00:53:02.806Z | Downloaded quick-xml v0.31.0 |
981 | 2024-06-22T00:53:02.812Z | Downloaded salty v0.2.0 |
982 | 2024-06-22T00:53:02.818Z | Downloaded lalrpop v0.19.12 |
983 | 2024-06-22T00:53:02.829Z | Downloaded webpki-roots v0.25.4 |
984 | 2024-06-22T00:53:02.833Z | Downloaded hashbrown v0.12.3 |
985 | 2024-06-22T00:53:02.837Z | Downloaded hashbrown v0.13.2 |
986 | 2024-06-22T00:53:02.841Z | Downloaded serde_with v3.8.1 |
987 | 2024-06-22T00:53:02.850Z | Downloaded gimli v0.28.1 |
988 | 2024-06-22T00:53:02.858Z | Downloaded proptest v1.4.0 |
989 | 2024-06-22T00:53:02.867Z | Downloaded libm v0.2.8 |
990 | 2024-06-22T00:53:02.876Z | Downloaded idna v0.3.0 |
991 | 2024-06-22T00:53:02.883Z | Downloaded rustyline v14.0.0 |
992 | 2024-06-22T00:53:02.888Z | Downloaded smoltcp v0.9.1 |
993 | 2024-06-22T00:53:02.899Z | Downloaded smoltcp v0.11.0 |
994 | 2024-06-22T00:53:02.911Z | Downloaded itertools v0.12.1 |
995 | 2024-06-22T00:53:02.918Z | Downloaded rustls-webpki v0.101.7 |
996 | 2024-06-22T00:53:02.933Z | Downloaded object v0.30.4 |
997 | 2024-06-22T00:53:02.943Z | Downloaded rustls-webpki v0.102.4 |
998 | 2024-06-22T00:53:02.961Z | Downloaded sqlparser v0.45.0 |
999 | 2024-06-22T00:53:02.968Z | Downloaded regex v1.10.4 |
1000 | 2024-06-22T00:53:02.980Z | Downloaded radix_trie v0.2.1 |
1001 | 2024-06-22T00:53:02.984Z | Downloaded sled v0.34.7 |
1002 | 2024-06-22T00:53:02.995Z | Downloaded object v0.32.2 |
1003 | 2024-06-22T00:53:03.007Z | Downloaded zerocopy-derive v0.6.6 |
1004 | 2024-06-22T00:53:03.015Z | Downloaded regex-syntax v0.6.29 |
1005 | 2024-06-22T00:53:03.023Z | Downloaded nix v0.28.0 |
1006 | 2024-06-22T00:53:03.034Z | Downloaded regex-automata v0.4.6 |
1007 | 2024-06-22T00:53:03.051Z | Downloaded idna v0.2.3 |
1008 | 2024-06-22T00:53:03.058Z | Downloaded csv v1.3.0 |
1009 | 2024-06-22T00:53:03.077Z | Downloaded finl_unicode v1.2.0 |
1010 | 2024-06-22T00:53:03.089Z | Downloaded ratatui v0.26.2 |
1011 | 2024-06-22T00:53:03.108Z | Downloaded rustls v0.21.12 |
1012 | 2024-06-22T00:53:03.119Z | Downloaded openapiv3 v2.0.0 |
1013 | 2024-06-22T00:53:03.130Z | Downloaded trust-dns-proto v0.22.0 |
1014 | 2024-06-22T00:53:03.142Z | Downloaded petgraph v0.6.5 |
1015 | 2024-06-22T00:53:03.158Z | Downloaded diesel v2.1.6 |
1016 | 2024-06-22T00:53:03.175Z | Downloaded sha3 v0.10.8 |
1017 | 2024-06-22T00:53:03.179Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1018 | 2024-06-22T00:53:03.191Z | Downloaded polar-core v0.27.3 |
1019 | 2024-06-22T00:53:03.199Z | Downloaded nix v0.27.1 |
1020 | 2024-06-22T00:53:03.212Z | Downloaded rustls v0.22.4 |
1021 | 2024-06-22T00:53:03.225Z | Downloaded regress v0.9.1 |
1022 | 2024-06-22T00:53:03.233Z | Downloaded bstr v1.9.1 |
1023 | 2024-06-22T00:53:03.243Z | Downloaded hkdf v0.12.4 |
1024 | 2024-06-22T00:53:03.247Z | Downloaded regex-syntax v0.8.3 |
1025 | 2024-06-22T00:53:03.254Z | Downloaded rayon v1.10.0 |
1026 | 2024-06-22T00:53:03.263Z | Downloaded bstr v0.2.17 |
1027 | 2024-06-22T00:53:03.272Z | Downloaded curve25519-dalek v4.1.2 |
1028 | 2024-06-22T00:53:03.281Z | Downloaded ring v0.17.8 |
1029 | 2024-06-22T00:53:03.352Z | Downloaded trust-dns-resolver v0.22.0 |
1030 | 2024-06-22T00:53:03.358Z | Downloaded chrono v0.4.38 |
1031 | 2024-06-22T00:53:03.377Z | Downloaded ron v0.8.1 |
1032 | 2024-06-22T00:53:03.377Z | Downloaded ron v0.7.1 |
1033 | 2024-06-22T00:53:03.383Z | Downloaded winnow v0.5.40 |
1034 | 2024-06-22T00:53:03.383Z | Downloaded steno v0.4.0 |
1035 | 2024-06-22T00:53:03.383Z | Downloaded nom v7.1.3 |
1036 | 2024-06-22T00:53:03.390Z | Downloaded bindgen v0.69.4 |
1037 | 2024-06-22T00:53:03.394Z | Downloaded textwrap v0.16.1 |
1038 | 2024-06-22T00:53:03.395Z | Downloaded memmap2 v0.9.4 |
1039 | 2024-06-22T00:53:03.395Z | Downloaded trust-dns-server v0.22.1 |
1040 | 2024-06-22T00:53:03.399Z | Downloaded aho-corasick v1.1.3 |
1041 | 2024-06-22T00:53:03.404Z | Downloaded signature v1.6.4 |
1042 | 2024-06-22T00:53:03.410Z | Downloaded humantime v2.1.0 |
1043 | 2024-06-22T00:53:03.410Z | Downloaded tungstenite v0.20.1 |
1044 | 2024-06-22T00:53:03.414Z | Downloaded unicode-segmentation v1.11.0 |
1045 | 2024-06-22T00:53:03.414Z | Downloaded foreign-types-macros v0.2.3 |
1046 | 2024-06-22T00:53:03.414Z | Downloaded foreign-types v0.5.0 |
1047 | 2024-06-22T00:53:03.420Z | Downloaded similar v2.5.0 |
1048 | 2024-06-22T00:53:03.426Z | Downloaded getrandom v0.2.14 |
1049 | 2024-06-22T00:53:03.427Z | Downloaded indicatif v0.17.8 |
1050 | 2024-06-22T00:53:03.427Z | Downloaded rsa v0.9.6 |
1051 | 2024-06-22T00:53:03.433Z | Downloaded toml v0.7.8 |
1052 | 2024-06-22T00:53:03.433Z | Downloaded toml v0.5.11 |
1053 | 2024-06-22T00:53:03.438Z | Downloaded crypto-bigint v0.5.5 |
1054 | 2024-06-22T00:53:03.442Z | Downloaded fd-lock v4.0.2 |
1055 | 2024-06-22T00:53:03.442Z | Downloaded thiserror-impl-no-std v2.0.2 |
1056 | 2024-06-22T00:53:03.447Z | Downloaded signal-hook v0.3.17 |
1057 | 2024-06-22T00:53:03.449Z | Downloaded smawk v0.3.2 |
1058 | 2024-06-22T00:53:03.450Z | Downloaded smallvec v0.6.14 |
1059 | 2024-06-22T00:53:03.450Z | Downloaded slog-stdlog v4.1.1 |
1060 | 2024-06-22T00:53:03.450Z | Downloaded socket2 v0.4.10 |
1061 | 2024-06-22T00:53:03.453Z | Downloaded ipnetwork v0.20.0 |
1062 | 2024-06-22T00:53:03.453Z | Downloaded rustls-pemfile v2.1.2 |
1063 | 2024-06-22T00:53:03.457Z | Downloaded subprocess v0.2.9 |
1064 | 2024-06-22T00:53:03.461Z | Downloaded publicsuffix v2.2.3 |
1065 | 2024-06-22T00:53:03.461Z | Downloaded structmeta v0.2.0 |
1066 | 2024-06-22T00:53:03.461Z | Downloaded snafu-derive v0.8.2 |
1067 | 2024-06-22T00:53:03.461Z | Downloaded backtrace v0.3.71 |
1068 | 2024-06-22T00:53:03.466Z | Downloaded sqlparser_derive v0.2.2 |
1069 | 2024-06-22T00:53:03.469Z | Downloaded ident_case v1.0.1 |
1070 | 2024-06-22T00:53:03.469Z | Downloaded rtoolbox v0.0.2 |
1071 | 2024-06-22T00:53:03.469Z | Downloaded memoffset v0.9.1 |
1072 | 2024-06-22T00:53:03.469Z | Downloaded inout v0.1.3 |
1073 | 2024-06-22T00:53:03.474Z | Downloaded untrusted v0.7.1 |
1074 | 2024-06-22T00:53:03.474Z | Downloaded sqlformat v0.2.3 |
1075 | 2024-06-22T00:53:03.474Z | Downloaded spki v0.7.3 |
1076 | 2024-06-22T00:53:03.475Z | Downloaded spin v0.5.2 |
1077 | 2024-06-22T00:53:03.478Z | Downloaded serde_repr v0.1.19 |
1078 | 2024-06-22T00:53:03.478Z | Downloaded pin-project v1.1.5 |
1079 | 2024-06-22T00:53:03.488Z | Downloaded oso v0.27.3 |
1080 | 2024-06-22T00:53:03.492Z | Downloaded arc-swap v1.7.1 |
1081 | 2024-06-22T00:53:03.495Z | Downloaded ring v0.16.20 |
1082 | 2024-06-22T00:53:03.567Z | Downloaded fixedbitset v0.4.2 |
1083 | 2024-06-22T00:53:03.570Z | Downloaded display-error-chain v0.2.0 |
1084 | 2024-06-22T00:53:03.570Z | Downloaded ena v0.14.3 |
1085 | 2024-06-22T00:53:03.577Z | Downloaded which v4.4.2 |
1086 | 2024-06-22T00:53:03.577Z | Downloaded rcgen v0.12.1 |
1087 | 2024-06-22T00:53:03.577Z | Downloaded minimal-lexical v0.2.1 |
1088 | 2024-06-22T00:53:03.579Z | Downloaded vte_generate_state_changes v0.1.1 |
1089 | 2024-06-22T00:53:03.579Z | Downloaded hash32 v0.3.1 |
1090 | 2024-06-22T00:53:03.579Z | Downloaded fastrand v2.1.0 |
1091 | 2024-06-22T00:53:03.582Z | Downloaded libloading v0.8.3 |
1092 | 2024-06-22T00:53:03.582Z | Downloaded indexmap v1.9.3 |
1093 | 2024-06-22T00:53:03.585Z | Downloaded hmac v0.12.1 |
1094 | 2024-06-22T00:53:03.588Z | Downloaded der v0.7.9 |
1095 | 2024-06-22T00:53:03.591Z | Downloaded rayon-core v1.12.1 |
1096 | 2024-06-22T00:53:03.594Z | Downloaded const_format v0.2.32 |
1097 | 2024-06-22T00:53:03.598Z | Downloaded chacha20poly1305 v0.10.1 |
1098 | 2024-06-22T00:53:03.602Z | Downloaded tokio-stream v0.1.15 |
1099 | 2024-06-22T00:53:03.605Z | Downloaded sec1 v0.7.3 |
1100 | 2024-06-22T00:53:03.605Z | Downloaded iana-time-zone v0.1.60 |
1101 | 2024-06-22T00:53:03.608Z | Downloaded maybe-uninit v2.0.0 |
1102 | 2024-06-22T00:53:03.608Z | Downloaded difflib v0.4.0 |
1103 | 2024-06-22T00:53:03.610Z | Downloaded impl-trait-for-tuples v0.2.2 |
1104 | 2024-06-22T00:53:03.610Z | Downloaded uuid v1.8.0 |
1105 | 2024-06-22T00:53:03.613Z | Downloaded embedded-io v0.4.0 |
1106 | 2024-06-22T00:53:03.616Z | Downloaded poly1305 v0.8.0 |
1107 | 2024-06-22T00:53:03.618Z | Downloaded olpc-cjson v0.1.3 |
1108 | 2024-06-22T00:53:03.619Z | Downloaded peg-macros v0.8.3 |
1109 | 2024-06-22T00:53:03.619Z | Downloaded num-rational v0.4.2 |
1110 | 2024-06-22T00:53:03.621Z | Downloaded semver v0.1.20 |
1111 | 2024-06-22T00:53:03.621Z | Downloaded base64 v0.13.1 |
1112 | 2024-06-22T00:53:03.624Z | Downloaded blake2 v0.10.6 |
1113 | 2024-06-22T00:53:03.627Z | Downloaded arrayvec v0.7.4 |
1114 | 2024-06-22T00:53:03.627Z | Downloaded indoc v1.0.9 |
1115 | 2024-06-22T00:53:03.629Z | Downloaded nu-ansi-term v0.50.0 |
1116 | 2024-06-22T00:53:03.632Z | Downloaded base64 v0.22.1 |
1117 | 2024-06-22T00:53:03.635Z | Downloaded strum_macros v0.25.3 |
1118 | 2024-06-22T00:53:03.638Z | Downloaded strum_macros v0.24.3 |
1119 | 2024-06-22T00:53:03.638Z | Downloaded static_assertions v1.1.0 |
1120 | 2024-06-22T00:53:03.640Z | Downloaded resolv-conf v0.7.0 |
1121 | 2024-06-22T00:53:03.640Z | Downloaded tokio-tungstenite v0.21.0 |
1122 | 2024-06-22T00:53:03.644Z | Downloaded ref-cast-impl v1.0.23 |
1123 | 2024-06-22T00:53:03.644Z | Downloaded proc-macro-crate v1.3.1 |
1124 | 2024-06-22T00:53:03.647Z | Downloaded ppv-lite86 v0.2.17 |
1125 | 2024-06-22T00:53:03.647Z | Downloaded der_derive v0.7.2 |
1126 | 2024-06-22T00:53:03.647Z | Downloaded cookie v0.17.0 |
1127 | 2024-06-22T00:53:03.649Z | Downloaded quick-error v1.2.3 |
1128 | 2024-06-22T00:53:03.649Z | Downloaded derive_builder v0.20.0 |
1129 | 2024-06-22T00:53:03.653Z | Downloaded defmt-parser v0.3.4 |
1130 | 2024-06-22T00:53:03.657Z | Downloaded csv-core v0.1.11 |
1131 | 2024-06-22T00:53:03.657Z | Downloaded cancel-safe-futures v0.1.5 |
1132 | 2024-06-22T00:53:03.660Z | Downloaded allocator-api2 v0.2.18 |
1133 | 2024-06-22T00:53:03.660Z | Downloaded num-traits v0.2.19 |
1134 | 2024-06-22T00:53:03.666Z | Downloaded ciborium v0.2.2 |
1135 | 2024-06-22T00:53:03.669Z | Downloaded bzip2 v0.4.4 |
1136 | 2024-06-22T00:53:03.669Z | Downloaded base64ct v1.6.0 |
1137 | 2024-06-22T00:53:03.669Z | Downloaded unarray v0.1.4 |
1138 | 2024-06-22T00:53:03.670Z | Downloaded debug-ignore v1.0.5 |
1139 | 2024-06-22T00:53:03.672Z | Downloaded crc-catalog v2.4.0 |
1140 | 2024-06-22T00:53:03.672Z | Downloaded camino-tempfile v1.1.1 |
1141 | 2024-06-22T00:53:03.672Z | Downloaded pkcs8 v0.10.2 |
1142 | 2024-06-22T00:53:03.675Z | Downloaded compact_str v0.7.1 |
1143 | 2024-06-22T00:53:03.678Z | Downloaded packed_struct_codegen v0.10.1 |
1144 | 2024-06-22T00:53:03.678Z | Downloaded num-integer v0.1.46 |
1145 | 2024-06-22T00:53:03.681Z | Downloaded derive-where v1.2.7 |
1146 | 2024-06-22T00:53:03.683Z | Downloaded cookie v0.18.1 |
1147 | 2024-06-22T00:53:03.690Z | Downloaded derive_more v0.99.17 |
1148 | 2024-06-22T00:53:03.693Z | Downloaded defmt-macros v0.3.9 |
1149 | 2024-06-22T00:53:03.693Z | Downloaded crc-any v2.5.0 |
1150 | 2024-06-22T00:53:03.694Z | Downloaded bit-set v0.5.3 |
1151 | 2024-06-22T00:53:03.694Z | Downloaded ahash v0.8.11 |
1152 | 2024-06-22T00:53:03.697Z | Downloaded opaque-debug v0.3.1 |
1153 | 2024-06-22T00:53:03.697Z | Downloaded mockall_derive v0.12.1 |
1154 | 2024-06-22T00:53:03.700Z | Downloaded const-oid v0.9.6 |
1155 | 2024-06-22T00:53:03.700Z | Downloaded constant_time_eq v0.3.0 |
1156 | 2024-06-22T00:53:03.703Z | Downloaded colored v2.1.0 |
1157 | 2024-06-22T00:53:03.703Z | Downloaded cexpr v0.6.0 |
1158 | 2024-06-22T00:53:03.706Z | Downloaded array-init v0.0.4 |
1159 | 2024-06-22T00:53:03.706Z | Downloaded ascii-canvas v3.0.0 |
1160 | 2024-06-22T00:53:03.706Z | Downloaded cstr-argument v0.1.2 |
1161 | 2024-06-22T00:53:03.709Z | Downloaded num_enum_derive v0.5.11 |
1162 | 2024-06-22T00:53:03.709Z | Downloaded num-iter v0.1.45 |
1163 | 2024-06-22T00:53:03.709Z | Downloaded num-derive v0.4.2 |
1164 | 2024-06-22T00:53:03.712Z | Downloaded num v0.4.3 |
1165 | 2024-06-22T00:53:03.712Z | Downloaded bitstruct v0.1.1 |
1166 | 2024-06-22T00:53:03.712Z | Downloaded const_format_proc_macros v0.2.32 |
1167 | 2024-06-22T00:53:03.715Z | Downloaded mockall v0.12.1 |
1168 | 2024-06-22T00:53:03.715Z | Downloaded crossbeam-deque v0.8.5 |
1169 | 2024-06-22T00:53:03.718Z | Downloaded new_debug_unreachable v1.0.6 |
1170 | 2024-06-22T00:53:03.718Z | Downloaded corncobs v0.1.3 |
1171 | 2024-06-22T00:53:03.718Z | Downloaded cipher v0.4.4 |
1172 | 2024-06-22T00:53:03.721Z | Downloaded cobs v0.2.3 |
1173 | 2024-06-22T00:53:03.721Z | Downloaded base16ct v0.2.0 |
1174 | 2024-06-22T00:53:03.721Z | Downloaded backoff v0.4.0 |
1175 | 2024-06-22T00:53:03.724Z | Downloaded aead v0.5.2 |
1176 | 2024-06-22T00:53:03.854Z | Compiling proc-macro2 v1.0.82 |
1177 | 2024-06-22T00:53:03.854Z | Compiling unicode-ident v1.0.12 |
1178 | 2024-06-22T00:53:03.857Z | Compiling libc v0.2.155 |
1179 | 2024-06-22T00:53:03.857Z | Compiling serde v1.0.203 |
1180 | 2024-06-22T00:53:03.857Z | Compiling autocfg v1.3.0 |
1181 | 2024-06-22T00:53:03.858Z | Compiling version_check v0.9.4 |
1182 | 2024-06-22T00:53:03.858Z | Compiling cfg-if v1.0.0 |
1183 | 2024-06-22T00:53:04.096Z | Compiling cc v1.0.97 |
1184 | 2024-06-22T00:53:04.113Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-06-22T00:53:04.134Z | Compiling once_cell v1.19.0 |
1186 | 2024-06-22T00:53:04.473Z | Compiling libm v0.2.8 |
1187 | 2024-06-22T00:53:04.497Z | Compiling serde_json v1.0.117 |
1188 | 2024-06-22T00:53:04.720Z | Compiling ahash v0.8.11 |
1189 | 2024-06-22T00:53:04.737Z | Compiling lock_api v0.4.12 |
1190 | 2024-06-22T00:53:04.756Z | Compiling byteorder v1.5.0 |
1191 | 2024-06-22T00:53:04.790Z | Compiling num-traits v0.2.19 |
1192 | 2024-06-22T00:53:05.009Z | Compiling memchr v2.7.2 |
1193 | 2024-06-22T00:53:05.012Z | Compiling thiserror v1.0.60 |
1194 | 2024-06-22T00:53:05.044Z | Compiling typenum v1.17.0 |
1195 | 2024-06-22T00:53:05.186Z | Compiling log v0.4.21 |
1196 | 2024-06-22T00:53:05.517Z | Compiling quote v1.0.36 |
1197 | 2024-06-22T00:53:05.586Z | Compiling generic-array v0.14.7 |
1198 | 2024-06-22T00:53:05.840Z | Compiling getrandom v0.2.14 |
1199 | 2024-06-22T00:53:05.938Z | Compiling syn v2.0.64 |
1200 | 2024-06-22T00:53:06.186Z | Compiling itoa v1.0.11 |
1201 | 2024-06-22T00:53:06.392Z | Compiling scopeguard v1.2.0 |
1202 | 2024-06-22T00:53:06.676Z | Compiling allocator-api2 v0.2.18 |
1203 | 2024-06-22T00:53:06.795Z | Compiling slab v0.4.9 |
1204 | 2024-06-22T00:53:07.111Z | Compiling ring v0.17.8 |
1205 | 2024-06-22T00:53:07.135Z | Compiling ryu v1.0.18 |
1206 | 2024-06-22T00:53:07.212Z | Compiling schemars v0.8.20 |
1207 | 2024-06-22T00:53:07.227Z | Compiling pin-project-lite v0.2.14 |
1208 | 2024-06-22T00:53:07.350Z | Compiling smallvec v1.13.2 |
1209 | 2024-06-22T00:53:07.530Z | Compiling semver v1.0.23 |
1210 | 2024-06-22T00:53:07.604Z | Compiling equivalent v1.0.1 |
1211 | 2024-06-22T00:53:07.992Z | Compiling pkg-config v0.3.30 |
1212 | 2024-06-22T00:53:08.030Z | Compiling vcpkg v0.2.15 |
1213 | 2024-06-22T00:53:08.130Z | Compiling signal-hook-registry v1.4.2 |
1214 | 2024-06-22T00:53:08.808Z | Compiling parking_lot v0.12.2 |
1215 | 2024-06-22T00:53:09.331Z | Compiling syn v1.0.109 |
1216 | 2024-06-22T00:53:09.734Z | Compiling mio v0.8.11 |
1217 | 2024-06-22T00:53:09.825Z | Compiling openssl-sys v0.9.102 |
1218 | 2024-06-22T00:53:10.760Z | Compiling rand_core v0.6.4 |
1219 | 2024-06-22T00:53:10.860Z | Compiling num_cpus v1.16.0 |
1220 | 2024-06-22T00:53:11.004Z | Compiling socket2 v0.5.7 |
1221 | 2024-06-22T00:53:11.146Z | Compiling num-conv v0.1.0 |
1222 | 2024-06-22T00:53:11.424Z | Compiling time-core v0.1.2 |
1223 | 2024-06-22T00:53:11.615Z | Compiling time-macros v0.2.18 |
1224 | 2024-06-22T00:53:11.800Z | Compiling httparse v1.8.0 |
1225 | 2024-06-22T00:53:12.372Z | Compiling futures-core v0.3.30 |
1226 | 2024-06-22T00:53:12.628Z | Compiling fnv v1.0.7 |
1227 | 2024-06-22T00:53:12.693Z | Compiling openssl v0.10.64 |
1228 | 2024-06-22T00:53:13.058Z | Compiling iana-time-zone v0.1.60 |
1229 | 2024-06-22T00:53:13.113Z | Compiling crossbeam-utils v0.8.19 |
1230 | 2024-06-22T00:53:13.299Z | Compiling rustix v0.38.34 |
1231 | 2024-06-22T00:53:13.639Z | Compiling spin v0.9.8 |
1232 | 2024-06-22T00:53:13.803Z | Compiling serde_derive_internals v0.29.1 |
1233 | 2024-06-22T00:53:14.068Z | Compiling tinyvec_macros v0.1.1 |
1234 | 2024-06-22T00:53:14.094Z | Compiling native-tls v0.2.11 |
1235 | 2024-06-22T00:53:14.161Z | Compiling rustls v0.21.12 |
1236 | 2024-06-22T00:53:14.247Z | Compiling tinyvec v1.6.0 |
1237 | 2024-06-22T00:53:14.692Z | Compiling subtle v2.5.0 |
1238 | 2024-06-22T00:53:14.975Z | Compiling futures-sink v0.3.30 |
1239 | 2024-06-22T00:53:15.123Z | Compiling ucd-trie v0.1.6 |
1240 | 2024-06-22T00:53:15.148Z | Compiling const-oid v0.9.6 |
1241 | 2024-06-22T00:53:15.567Z | Compiling unicode-normalization v0.1.23 |
1242 | 2024-06-22T00:53:15.756Z | Compiling backtrace v0.3.71 |
1243 | 2024-06-22T00:53:16.088Z | Compiling cookie v0.17.0 |
1244 | 2024-06-22T00:53:16.109Z | Compiling unicode-bidi v0.3.15 |
1245 | 2024-06-22T00:53:16.348Z | Compiling heck v0.5.0 |
1246 | 2024-06-22T00:53:16.590Z | Compiling slog v2.7.0 |
1247 | 2024-06-22T00:53:16.744Z | Compiling dyn-clone v1.0.17 |
1248 | 2024-06-22T00:53:16.792Z | Compiling heck v0.4.1 |
1249 | 2024-06-22T00:53:17.192Z | Compiling futures-channel v0.3.30 |
1250 | 2024-06-22T00:53:17.328Z | Compiling pin-utils v0.1.0 |
1251 | 2024-06-22T00:53:17.421Z | Compiling futures-io v0.3.30 |
1252 | 2024-06-22T00:53:17.609Z | Compiling futures-task v0.3.30 |
1253 | 2024-06-22T00:53:17.932Z | Compiling aho-corasick v1.1.3 |
1254 | 2024-06-22T00:53:18.185Z | Compiling winnow v0.5.40 |
1255 | 2024-06-22T00:53:18.799Z | Compiling anyhow v1.0.86 |
1256 | 2024-06-22T00:53:19.334Z | Compiling untrusted v0.9.0 |
1257 | 2024-06-22T00:53:19.481Z | Compiling serde_derive v1.0.203 |
1258 | 2024-06-22T00:53:19.510Z | Compiling zerocopy-derive v0.7.34 |
1259 | 2024-06-22T00:53:20.296Z | Compiling zeroize_derive v1.4.2 |
1260 | 2024-06-22T00:53:20.502Z | Compiling thiserror-impl v1.0.60 |
1261 | 2024-06-22T00:53:21.553Z | Compiling zerocopy v0.7.34 |
1262 | 2024-06-22T00:53:21.728Z | Compiling tokio-macros v2.2.0 |
1263 | 2024-06-22T00:53:22.014Z | Compiling futures-macro v0.3.30 |
1264 | 2024-06-22T00:53:22.528Z | Compiling schemars_derive v0.8.20 |
1265 | 2024-06-22T00:53:23.251Z | Compiling tracing-attributes v0.1.27 |
1266 | 2024-06-22T00:53:23.373Z | Compiling zeroize v1.7.0 |
1267 | 2024-06-22T00:53:23.725Z | Compiling hashbrown v0.14.5 |
1268 | 2024-06-22T00:53:24.372Z | Compiling openssl-macros v0.1.1 |
1269 | 2024-06-22T00:53:25.035Z | Compiling scroll_derive v0.12.0 |
1270 | 2024-06-22T00:53:25.071Z | Compiling pest v2.7.10 |
1271 | 2024-06-22T00:53:25.393Z | Compiling crypto-common v0.1.6 |
1272 | 2024-06-22T00:53:25.584Z | Compiling futures-util v0.3.30 |
1273 | 2024-06-22T00:53:26.371Z | Compiling der_derive v0.7.2 |
1274 | 2024-06-22T00:53:26.402Z | Compiling regex-syntax v0.8.3 |
1275 | 2024-06-22T00:53:27.923Z | Compiling pest_meta v2.7.10 |
1276 | 2024-06-22T00:53:28.704Z | Compiling block-buffer v0.10.4 |
1277 | 2024-06-22T00:53:28.929Z | Compiling tracing-core v0.1.32 |
1278 | 2024-06-22T00:53:31.353Z | Compiling pest_generator v2.7.10 |
1279 | 2024-06-22T00:53:32.351Z | Compiling regex-automata v0.4.6 |
1280 | 2024-06-22T00:53:32.415Z | Compiling usdt-impl v0.5.0 |
1281 | 2024-06-22T00:53:32.566Z | Compiling rustversion v1.0.17 |
1282 | 2024-06-22T00:53:32.719Z | Compiling powerfmt v0.2.0 |
1283 | 2024-06-22T00:53:32.735Z | Compiling bytes v1.6.0 |
1284 | 2024-06-22T00:53:33.130Z | Compiling indexmap v2.2.6 |
1285 | 2024-06-22T00:53:33.193Z | Compiling uuid v1.8.0 |
1286 | 2024-06-22T00:53:33.914Z | Compiling bitflags v2.5.0 |
1287 | 2024-06-22T00:53:34.488Z | Compiling chrono v0.4.38 |
1288 | 2024-06-22T00:53:34.573Z | Compiling serde_tokenstream v0.2.0 |
1289 | 2024-06-22T00:53:35.068Z | Compiling tokio v1.37.0 |
1290 | 2024-06-22T00:53:36.490Z | Compiling serde_spanned v0.6.6 |
1291 | 2024-06-22T00:53:36.723Z | Compiling toml_datetime v0.6.6 |
1292 | 2024-06-22T00:53:38.799Z | Compiling http v0.2.12 |
1293 | 2024-06-22T00:53:41.116Z | Compiling toml_edit v0.19.15 |
1294 | 2024-06-22T00:53:41.162Z | Compiling rustc_version v0.4.0 |
1295 | 2024-06-22T00:53:41.220Z | Compiling pest_derive v2.7.10 |
1296 | 2024-06-22T00:53:41.813Z | Compiling heapless v0.7.17 |
1297 | 2024-06-22T00:53:42.042Z | Compiling deranged v0.3.11 |
1298 | 2024-06-22T00:53:42.204Z | Compiling tracing v0.1.40 |
1299 | 2024-06-22T00:53:43.051Z | Compiling digest v0.10.7 |
1300 | 2024-06-22T00:53:43.078Z | Compiling scroll v0.12.0 |
1301 | 2024-06-22T00:53:43.573Z | Compiling num_threads v0.1.7 |
1302 | 2024-06-22T00:53:43.640Z | Compiling plain v0.2.3 |
1303 | 2024-06-22T00:53:43.790Z | Compiling ppv-lite86 v0.2.17 |
1304 | 2024-06-22T00:53:43.880Z | Compiling percent-encoding v2.3.1 |
1305 | 2024-06-22T00:53:44.457Z | Compiling signal-hook v0.3.17 |
1306 | 2024-06-22T00:53:44.532Z | Compiling rand_chacha v0.3.1 |
1307 | 2024-06-22T00:53:44.709Z | Compiling time v0.3.36 |
1308 | 2024-06-22T00:53:44.714Z | Compiling goblin v0.8.2 |
1309 | 2024-06-22T00:53:46.482Z | Compiling regex v1.10.4 |
1310 | 2024-06-22T00:53:48.242Z | Compiling strsim v0.11.1 |
1311 | 2024-06-22T00:53:48.298Z | Compiling crc32fast v1.4.0 |
1312 | 2024-06-22T00:53:48.922Z | Compiling pretty-hex v0.4.1 |
1313 | 2024-06-22T00:53:49.145Z | Compiling rand v0.8.5 |
1314 | 2024-06-22T00:53:49.411Z | Compiling tokio-util v0.7.11 |
1315 | 2024-06-22T00:53:50.668Z | Compiling dof v0.3.0 |
1316 | 2024-06-22T00:53:50.944Z | Compiling dtrace-parser v0.2.0 |
1317 | 2024-06-22T00:53:51.675Z | Compiling async-trait v0.1.80 |
1318 | 2024-06-22T00:53:51.915Z | Compiling thread-id v4.2.1 |
1319 | 2024-06-22T00:53:52.436Z | Compiling base64ct v1.6.0 |
1320 | 2024-06-22T00:53:52.522Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-06-22T00:53:52.629Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1322 | 2024-06-22T00:53:52.817Z | Compiling smoltcp v0.9.1 |
1323 | 2024-06-22T00:53:52.936Z | Compiling unicode-width v0.1.12 |
1324 | 2024-06-22T00:53:53.020Z | Compiling pem-rfc7468 v0.7.0 |
1325 | 2024-06-22T00:53:53.315Z | Compiling foreign-types v0.3.2 |
1326 | 2024-06-22T00:53:54.670Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-06-22T00:53:55.007Z | Compiling hmac v0.12.1 |
1328 | 2024-06-22T00:53:55.226Z | Compiling try-lock v0.2.5 |
1329 | 2024-06-22T00:53:55.265Z | Compiling adler v1.0.2 |
1330 | 2024-06-22T00:53:55.532Z | Compiling flagset v0.4.5 |
1331 | 2024-06-22T00:53:55.532Z | Compiling base64 v0.21.7 |
1332 | 2024-06-22T00:53:55.576Z | Compiling siphasher v0.3.11 |
1333 | 2024-06-22T00:53:55.733Z | Compiling der v0.7.9 |
1334 | 2024-06-22T00:53:55.955Z | Compiling want v0.3.1 |
1335 | 2024-06-22T00:53:56.260Z | Compiling miniz_oxide v0.7.2 |
1336 | 2024-06-22T00:53:58.413Z | Compiling sct v0.7.1 |
1337 | 2024-06-22T00:53:58.442Z | Compiling rustls-webpki v0.101.7 |
1338 | 2024-06-22T00:53:58.703Z | Compiling h2 v0.3.26 |
1339 | 2024-06-22T00:53:59.554Z | Compiling http-body v0.4.6 |
1340 | 2024-06-22T00:54:00.135Z | Compiling openapiv3 v2.0.0 |
1341 | 2024-06-22T00:54:00.587Z | Compiling hubpack_derive v0.1.1 |
1342 | 2024-06-22T00:54:00.750Z | Compiling zerocopy-derive v0.6.6 |
1343 | 2024-06-22T00:54:01.291Z | Compiling idna v0.5.0 |
1344 | 2024-06-22T00:54:01.712Z | Compiling errno v0.3.9 |
1345 | 2024-06-22T00:54:01.941Z | Compiling fs-err v2.11.0 |
1346 | 2024-06-22T00:54:02.165Z | Compiling httpdate v1.0.3 |
1347 | 2024-06-22T00:54:02.238Z | Compiling utf8parse v0.2.1 |
1348 | 2024-06-22T00:54:02.406Z | Compiling openssl-probe v0.1.5 |
1349 | 2024-06-22T00:54:02.589Z | Compiling anstyle v1.0.7 |
1350 | 2024-06-22T00:54:02.685Z | Compiling spin v0.5.2 |
1351 | 2024-06-22T00:54:02.735Z | Compiling tower-service v0.3.2 |
1352 | 2024-06-22T00:54:03.019Z | Compiling stable_deref_trait v1.2.0 |
1353 | 2024-06-22T00:54:03.126Z | Compiling gimli v0.28.1 |
1354 | 2024-06-22T00:54:03.445Z | Compiling cpufeatures v0.2.12 |
1355 | 2024-06-22T00:54:03.539Z | Compiling finl_unicode v1.2.0 |
1356 | 2024-06-22T00:54:03.600Z | Compiling sha2 v0.10.8 |
1357 | 2024-06-22T00:54:04.103Z | Compiling stringprep v0.1.4 |
1358 | 2024-06-22T00:54:04.658Z | Compiling anstyle-parse v0.2.4 |
1359 | 2024-06-22T00:54:04.959Z | Compiling url v2.5.0 |
1360 | 2024-06-22T00:54:05.688Z | Compiling hyper v0.14.28 |
1361 | 2024-06-22T00:54:08.083Z | Compiling addr2line v0.21.0 |
1362 | 2024-06-22T00:54:08.949Z | Compiling spki v0.7.3 |
1363 | 2024-06-22T00:54:09.681Z | Compiling usdt-attr-macro v0.5.0 |
1364 | 2024-06-22T00:54:09.699Z | Compiling usdt-macro v0.5.0 |
1365 | 2024-06-22T00:54:11.078Z | Compiling md-5 v0.10.6 |
1366 | 2024-06-22T00:54:15.071Z | Compiling idna v0.3.0 |
1367 | 2024-06-22T00:54:15.216Z | Compiling diesel_table_macro_syntax v0.1.0 |
1368 | 2024-06-22T00:54:15.520Z | Compiling num-integer v0.1.46 |
1369 | 2024-06-22T00:54:16.222Z | Compiling object v0.32.2 |
1370 | 2024-06-22T00:54:16.449Z | Compiling hash32 v0.2.1 |
1371 | 2024-06-22T00:54:16.978Z | Compiling is_terminal_polyfill v1.70.0 |
1372 | 2024-06-22T00:54:17.623Z | Compiling anstyle-query v1.0.3 |
1373 | 2024-06-22T00:54:19.218Z | Compiling rustc-demangle v0.1.24 |
1374 | 2024-06-22T00:54:21.483Z | Compiling psl-types v2.0.11 |
1375 | 2024-06-22T00:54:21.540Z | Compiling colorchoice v1.0.1 |
1376 | 2024-06-22T00:54:21.693Z | Compiling fallible-iterator v0.2.0 |
1377 | 2024-06-22T00:54:21.713Z | Compiling publicsuffix v2.2.3 |
1378 | 2024-06-22T00:54:21.955Z | Compiling anstream v0.6.14 |
1379 | 2024-06-22T00:54:22.394Z | Compiling postgres-protocol v0.6.6 |
1380 | 2024-06-22T00:54:24.243Z | Compiling lazy_static v1.4.0 |
1381 | 2024-06-22T00:54:25.493Z | Compiling diesel_derives v2.1.4 |
1382 | 2024-06-22T00:54:26.810Z | Compiling tokio-rustls v0.24.1 |
1383 | 2024-06-22T00:54:30.798Z | Compiling pkcs8 v0.10.2 |
1384 | 2024-06-22T00:54:31.327Z | Compiling terminal_size v0.3.0 |
1385 | 2024-06-22T00:54:31.533Z | Compiling tokio-native-tls v0.3.1 |
1386 | 2024-06-22T00:54:31.811Z | Compiling phf_shared v0.11.2 |
1387 | 2024-06-22T00:54:33.054Z | Compiling strum_macros v0.25.3 |
1388 | 2024-06-22T00:54:33.149Z | Compiling block-padding v0.3.3 |
1389 | 2024-06-22T00:54:33.371Z | Compiling regress v0.9.1 |
1390 | 2024-06-22T00:54:34.228Z | Compiling enum-as-inner v0.5.1 |
1391 | 2024-06-22T00:54:34.569Z | Compiling clap_derive v4.5.4 |
1392 | 2024-06-22T00:54:35.208Z | Compiling serde_repr v0.1.19 |
1393 | 2024-06-22T00:54:37.028Z | Compiling ff v0.13.0 |
1394 | 2024-06-22T00:54:37.267Z | Compiling scheduled-thread-pool v0.2.7 |
1395 | 2024-06-22T00:54:38.130Z | Compiling encoding_rs v0.8.34 |
1396 | 2024-06-22T00:54:39.237Z | Compiling mime v0.3.17 |
1397 | 2024-06-22T00:54:39.657Z | Compiling bit-vec v0.6.3 |
1398 | 2024-06-22T00:54:39.835Z | Compiling either v1.12.0 |
1399 | 2024-06-22T00:54:40.286Z | Compiling base16ct v0.2.0 |
1400 | 2024-06-22T00:54:40.303Z | Compiling clap_lex v0.7.0 |
1401 | 2024-06-22T00:54:40.339Z | Compiling matches v0.1.10 |
1402 | 2024-06-22T00:54:40.565Z | Compiling managed v0.8.0 |
1403 | 2024-06-22T00:54:41.007Z | Compiling ipnet v2.9.0 |
1404 | 2024-06-22T00:54:41.255Z | Compiling bitflags v1.3.2 |
1405 | 2024-06-22T00:54:41.774Z | Compiling clap_builder v4.5.2 |
1406 | 2024-06-22T00:54:42.136Z | Compiling sec1 v0.7.3 |
1407 | 2024-06-22T00:54:42.706Z | Compiling idna v0.2.3 |
1408 | 2024-06-22T00:54:44.147Z | Compiling r2d2 v0.8.10 |
1409 | 2024-06-22T00:54:45.364Z | Compiling group v0.13.0 |
1410 | 2024-06-22T00:54:46.191Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1411 | 2024-06-22T00:54:48.587Z | Compiling inout v0.1.3 |
1412 | 2024-06-22T00:54:49.041Z | Compiling phf v0.11.2 |
1413 | 2024-06-22T00:54:49.090Z | Compiling hyper-tls v0.5.0 |
1414 | 2024-06-22T00:54:49.347Z | Compiling signal-hook-mio v0.2.3 |
1415 | 2024-06-22T00:54:49.375Z | Compiling hyper-rustls v0.24.2 |
1416 | 2024-06-22T00:54:49.439Z | Compiling cookie_store v0.20.0 |
1417 | 2024-06-22T00:54:49.543Z | Compiling postgres-types v0.2.6 |
1418 | 2024-06-22T00:54:49.718Z | Compiling num-bigint v0.4.5 |
1419 | 2024-06-22T00:54:49.915Z | Compiling zerocopy v0.6.6 |
1420 | 2024-06-22T00:54:50.801Z | Compiling hubpack v0.1.2 |
1421 | 2024-06-22T00:54:50.891Z | Compiling rustls-pemfile v1.0.4 |
1422 | 2024-06-22T00:54:50.936Z | Compiling phf_shared v0.10.0 |
1423 | 2024-06-22T00:54:51.225Z | Compiling hkdf v0.12.4 |
1424 | 2024-06-22T00:54:51.271Z | Compiling crossbeam-epoch v0.9.18 |
1425 | 2024-06-22T00:54:51.338Z | Compiling serde_urlencoded v0.7.1 |
1426 | 2024-06-22T00:54:51.898Z | Compiling ipnetwork v0.20.0 |
1427 | 2024-06-22T00:54:52.755Z | Compiling futures-executor v0.3.30 |
1428 | 2024-06-22T00:54:53.253Z | Compiling crypto-bigint v0.5.5 |
1429 | 2024-06-22T00:54:53.459Z | Compiling float-cmp v0.9.0 |
1430 | 2024-06-22T00:54:53.495Z | Compiling memmap v0.7.0 |
1431 | 2024-06-22T00:54:53.820Z | Compiling sync_wrapper v0.1.2 |
1432 | 2024-06-22T00:54:53.837Z | Compiling minimal-lexical v0.2.1 |
1433 | 2024-06-22T00:54:53.947Z | Compiling whoami v1.5.1 |
1434 | 2024-06-22T00:54:54.558Z | Compiling static_assertions v1.1.0 |
1435 | 2024-06-22T00:54:54.666Z | Compiling normalize-line-endings v0.3.0 |
1436 | 2024-06-22T00:54:54.789Z | Compiling data-encoding v2.6.0 |
1437 | 2024-06-22T00:54:55.997Z | Compiling precomputed-hash v0.1.1 |
1438 | 2024-06-22T00:54:56.118Z | Compiling unicode-segmentation v1.11.0 |
1439 | 2024-06-22T00:54:56.471Z | Compiling webpki-roots v0.25.4 |
1440 | 2024-06-22T00:54:56.704Z | Compiling difflib v0.4.0 |
1441 | 2024-06-22T00:54:56.952Z | Compiling predicates-core v1.0.6 |
1442 | 2024-06-22T00:54:57.278Z | Compiling new_debug_unreachable v1.0.6 |
1443 | 2024-06-22T00:54:57.281Z | Compiling winnow v0.6.8 |
1444 | 2024-06-22T00:54:57.319Z | Compiling fixedbitset v0.4.2 |
1445 | 2024-06-22T00:54:57.487Z | Compiling string_cache v0.8.7 |
1446 | 2024-06-22T00:54:57.538Z | Compiling predicates v3.1.0 |
1447 | 2024-06-22T00:54:57.716Z | Compiling petgraph v0.6.5 |
1448 | 2024-06-22T00:54:57.993Z | Compiling similar v2.5.0 |
1449 | 2024-06-22T00:54:59.064Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1450 | 2024-06-22T00:54:59.080Z | Compiling reqwest v0.11.27 |
1451 | 2024-06-22T00:54:59.492Z | Compiling elliptic-curve v0.13.8 |
1452 | 2024-06-22T00:55:00.142Z | Compiling trust-dns-proto v0.22.0 |
1453 | 2024-06-22T00:55:00.244Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1454 | 2024-06-22T00:55:01.044Z | Compiling toml_edit v0.22.13 |
1455 | 2024-06-22T00:55:01.673Z | Compiling tokio-postgres v0.7.10 |
1456 | 2024-06-22T00:55:03.074Z | Compiling nom v7.1.3 |
1457 | 2024-06-22T00:55:05.687Z | Compiling usdt v0.5.0 |
1458 | 2024-06-22T00:55:06.474Z | Compiling futures v0.3.30 |
1459 | 2024-06-22T00:55:06.593Z | Compiling yasna v0.5.2 |
1460 | 2024-06-22T00:55:06.793Z | Compiling diesel v2.1.6 |
1461 | 2024-06-22T00:55:07.780Z | Compiling crossterm v0.27.0 |
1462 | 2024-06-22T00:55:07.814Z | Compiling flate2 v1.0.30 |
1463 | 2024-06-22T00:55:07.877Z | Compiling cipher v0.4.4 |
1464 | 2024-06-22T00:55:08.459Z | Compiling clap v4.5.4 |
1465 | 2024-06-22T00:55:08.585Z | Compiling itertools v0.12.1 |
1466 | 2024-06-22T00:55:08.785Z | Compiling itertools v0.10.5 |
1467 | 2024-06-22T00:55:09.038Z | Compiling bit-set v0.5.3 |
1468 | 2024-06-22T00:55:09.318Z | Compiling console v0.15.8 |
1469 | 2024-06-22T00:55:10.667Z | Compiling num-iter v0.1.45 |
1470 | 2024-06-22T00:55:11.359Z | Compiling toml v0.7.8 |
1471 | 2024-06-22T00:55:11.569Z | Compiling tokio-stream v0.1.15 |
1472 | 2024-06-22T00:55:11.612Z | Compiling bstr v1.9.1 |
1473 | 2024-06-22T00:55:11.631Z | Compiling hex v0.4.3 |
1474 | 2024-06-22T00:55:12.446Z | Compiling lalrpop-util v0.19.12 |
1475 | 2024-06-22T00:55:12.552Z | Compiling peg-runtime v0.8.3 |
1476 | 2024-06-22T00:55:12.617Z | Compiling unicode-xid v0.2.4 |
1477 | 2024-06-22T00:55:13.090Z | Compiling proc-macro-crate v1.3.1 |
1478 | 2024-06-22T00:55:14.610Z | Compiling camino v1.1.7 |
1479 | 2024-06-22T00:55:14.674Z | Compiling heapless v0.8.0 |
1480 | 2024-06-22T00:55:16.425Z | Compiling num_enum_derive v0.5.11 |
1481 | 2024-06-22T00:55:22.069Z | Compiling hash32 v0.3.1 |
1482 | 2024-06-22T00:55:22.451Z | Compiling ident_case v1.0.1 |
1483 | 2024-06-22T00:55:22.560Z | Compiling rustls-pki-types v1.7.0 |
1484 | 2024-06-22T00:55:23.952Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1485 | 2024-06-22T00:55:24.907Z | Compiling smoltcp v0.11.0 |
1486 | 2024-06-22T00:55:29.515Z | Compiling darling_core v0.20.9 |
1487 | 2024-06-22T00:55:38.733Z | Compiling num_enum v0.5.11 |
1488 | 2024-06-22T00:55:40.394Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1489 | 2024-06-22T00:55:40.785Z | Compiling getopts v0.2.21 |
1490 | 2024-06-22T00:55:41.544Z | Compiling dirs-sys-next v0.1.2 |
1491 | 2024-06-22T00:55:42.096Z | Compiling proc-macro-error-attr v1.0.4 |
1492 | 2024-06-22T00:55:42.814Z | Compiling embedded-io v0.4.0 |
1493 | 2024-06-22T00:55:43.045Z | Compiling rustls v0.22.4 |
1494 | 2024-06-22T00:55:43.299Z | Compiling cobs v0.2.3 |
1495 | 2024-06-22T00:55:43.569Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1496 | 2024-06-22T00:55:43.750Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1497 | 2024-06-22T00:55:43.841Z | Compiling unsafe-libyaml v0.2.11 |
1498 | 2024-06-22T00:55:43.940Z | Compiling paste v1.0.15 |
1499 | 2024-06-22T00:55:44.038Z | Compiling postcard v1.0.8 |
1500 | 2024-06-22T00:55:45.630Z | Compiling serde_yaml v0.9.34+deprecated |
1501 | 2024-06-22T00:55:48.190Z | Compiling dirs-next v2.0.0 |
1502 | 2024-06-22T00:55:48.912Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1503 | 2024-06-22T00:55:51.019Z | Compiling darling_macro v0.20.9 |
1504 | 2024-06-22T00:55:52.324Z | Compiling rustls-webpki v0.102.4 |
1505 | 2024-06-22T00:55:59.263Z | Compiling strum_macros v0.26.2 |
1506 | 2024-06-22T00:56:00.750Z | Compiling structmeta-derive v0.3.0 |
1507 | 2024-06-22T00:56:00.915Z | Compiling foreign-types-macros v0.2.3 |
1508 | 2024-06-22T00:56:02.100Z | Compiling thread_local v1.1.8 |
1509 | 2024-06-22T00:56:02.156Z | Compiling proc-macro-error v1.0.4 |
1510 | 2024-06-22T00:56:02.450Z | Compiling multer v3.1.0 |
1511 | 2024-06-22T00:56:02.732Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1512 | 2024-06-22T00:56:02.999Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1513 | 2024-06-22T00:56:03.457Z | Compiling foreign-types-shared v0.3.1 |
1514 | 2024-06-22T00:56:03.581Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1515 | 2024-06-22T00:56:04.899Z | Compiling slog-async v2.8.0 |
1516 | 2024-06-22T00:56:05.082Z | Compiling match_cfg v0.1.0 |
1517 | 2024-06-22T00:56:05.194Z | Compiling hostname v0.3.1 |
1518 | 2024-06-22T00:56:10.941Z | Compiling strum v0.26.2 |
1519 | 2024-06-22T00:56:11.010Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1520 | 2024-06-22T00:56:11.138Z | Compiling foreign-types v0.5.0 |
1521 | 2024-06-22T00:56:11.267Z | Compiling structmeta v0.3.0 |
1522 | 2024-06-22T00:56:14.453Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1523 | 2024-06-22T00:56:16.168Z | Compiling darling v0.20.9 |
1524 | 2024-06-22T00:56:25.183Z | Compiling term v0.7.0 |
1525 | 2024-06-22T00:56:27.353Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1526 | 2024-06-22T00:56:29.775Z | Compiling slog-json v2.6.1 |
1527 | 2024-06-22T00:56:30.332Z | Compiling tabwriter v1.4.0 |
1528 | 2024-06-22T00:56:30.711Z | Compiling crossbeam-channel v0.5.12 |
1529 | 2024-06-22T00:56:31.095Z | Compiling http v1.1.0 |
1530 | 2024-06-22T00:56:31.414Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1531 | 2024-06-22T00:56:32.262Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1532 | 2024-06-22T00:56:32.324Z | Compiling async-stream-impl v0.3.5 |
1533 | 2024-06-22T00:56:32.450Z | Compiling cstr-argument v0.1.2 |
1534 | 2024-06-22T00:56:32.702Z | Compiling is-terminal v0.4.12 |
1535 | 2024-06-22T00:56:32.717Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1536 | 2024-06-22T00:56:32.981Z | Compiling atomic-waker v1.1.2 |
1537 | 2024-06-22T00:56:33.082Z | Compiling rayon-core v1.12.1 |
1538 | 2024-06-22T00:56:33.171Z | Compiling pretty-hex v0.2.1 |
1539 | 2024-06-22T00:56:33.362Z | Compiling fastrand v2.1.0 |
1540 | 2024-06-22T00:56:33.401Z | Compiling crucible-workspace-hack v0.1.0 |
1541 | 2024-06-22T00:56:33.572Z | Compiling take_mut v0.2.2 |
1542 | 2024-06-22T00:56:33.744Z | Compiling base64 v0.22.1 |
1543 | 2024-06-22T00:56:33.863Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1544 | 2024-06-22T00:56:34.019Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1545 | 2024-06-22T00:56:34.048Z | Compiling tempfile v3.10.1 |
1546 | 2024-06-22T00:56:34.330Z | Compiling rustls-pemfile v2.1.2 |
1547 | 2024-06-22T00:56:34.887Z | Compiling async-stream v0.3.5 |
1548 | 2024-06-22T00:56:35.090Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1549 | 2024-06-22T00:56:35.221Z | Compiling waitgroup v0.1.2 |
1550 | 2024-06-22T00:56:35.688Z | Compiling slog-term v2.9.1 |
1551 | 2024-06-22T00:56:35.835Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1552 | 2024-06-22T00:56:36.050Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1553 | 2024-06-22T00:56:36.280Z | Compiling slog-bunyan v2.5.0 |
1554 | 2024-06-22T00:56:36.805Z | Compiling tokio-rustls v0.25.0 |
1555 | 2024-06-22T00:56:37.280Z | Compiling serde_with_macros v3.8.1 |
1556 | 2024-06-22T00:56:37.303Z | Compiling parse-display-derive v0.9.0 |
1557 | 2024-06-22T00:56:37.335Z | Compiling toml v0.8.13 |
1558 | 2024-06-22T00:56:38.354Z | Compiling sha1 v0.10.6 |
1559 | 2024-06-22T00:56:38.500Z | Compiling crossbeam-deque v0.8.5 |
1560 | 2024-06-22T00:56:38.879Z | Compiling colored v2.1.0 |
1561 | 2024-06-22T00:56:39.177Z | Compiling newtype-uuid v1.1.0 |
1562 | 2024-06-22T00:56:39.529Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1563 | 2024-06-22T00:56:40.024Z | Compiling serde_path_to_error v0.1.16 |
1564 | 2024-06-22T00:56:40.191Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1565 | 2024-06-22T00:56:40.917Z | Compiling hostname v0.4.0 |
1566 | 2024-06-22T00:56:41.034Z | Compiling socket2 v0.4.10 |
1567 | 2024-06-22T00:56:41.167Z | Compiling instant v0.1.12 |
1568 | 2024-06-22T00:56:41.342Z | Compiling debug-ignore v1.0.5 |
1569 | 2024-06-22T00:56:41.433Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1570 | 2024-06-22T00:56:41.853Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1571 | 2024-06-22T00:56:42.606Z | Compiling parse-display v0.9.0 |
1572 | 2024-06-22T00:56:44.477Z | Compiling backoff v0.4.0 |
1573 | 2024-06-22T00:56:44.572Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1574 | 2024-06-22T00:56:44.673Z | Compiling serde_with v3.8.1 |
1575 | 2024-06-22T00:56:44.774Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1576 | 2024-06-22T00:56:45.265Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1577 | 2024-06-22T00:56:45.942Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1578 | 2024-06-22T00:56:46.808Z | Compiling camino-tempfile v1.1.1 |
1579 | 2024-06-22T00:56:47.569Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1580 | 2024-06-22T00:56:48.063Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1581 | 2024-06-22T00:56:48.250Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1582 | 2024-06-22T00:56:48.645Z | Compiling macaddr v1.0.1 |
1583 | 2024-06-22T00:56:49.271Z | Compiling num-derive v0.4.2 |
1584 | 2024-06-22T00:56:49.274Z | Compiling sigpipe v0.1.3 |
1585 | 2024-06-22T00:56:49.412Z | Compiling libefi-sys v0.1.0 |
1586 | 2024-06-22T00:56:49.705Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1587 | 2024-06-22T00:56:50.251Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1588 | 2024-06-22T00:56:50.280Z | Compiling rayon v1.10.0 |
1589 | 2024-06-22T00:56:51.336Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1590 | 2024-06-22T00:56:51.571Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1591 | 2024-06-22T00:56:52.153Z | Compiling smf v0.2.3 |
1592 | 2024-06-22T00:56:53.219Z | Compiling blake3 v1.5.1 |
1593 | 2024-06-22T00:56:53.662Z | Compiling ring v0.16.20 |
1594 | 2024-06-22T00:56:53.761Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1595 | 2024-06-22T00:56:54.113Z | Compiling portable-atomic v1.6.0 |
1596 | 2024-06-22T00:56:55.057Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1597 | 2024-06-22T00:56:55.312Z | Compiling xattr v1.3.1 |
1598 | 2024-06-22T00:56:55.548Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1599 | 2024-06-22T00:56:55.602Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1600 | 2024-06-22T00:56:56.116Z | Compiling filetime v0.2.23 |
1601 | 2024-06-22T00:56:56.261Z | Compiling memmap2 v0.9.4 |
1602 | 2024-06-22T00:56:56.462Z | Compiling same-file v1.0.6 |
1603 | 2024-06-22T00:56:56.759Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1604 | 2024-06-22T00:56:56.859Z | Compiling constant_time_eq v0.3.0 |
1605 | 2024-06-22T00:56:56.925Z | Compiling arrayref v0.3.7 |
1606 | 2024-06-22T00:56:57.027Z | Compiling untrusted v0.7.1 |
1607 | 2024-06-22T00:56:57.043Z | Compiling arrayvec v0.7.4 |
1608 | 2024-06-22T00:56:57.217Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1609 | 2024-06-22T00:56:58.216Z | Compiling walkdir v2.5.0 |
1610 | 2024-06-22T00:56:58.982Z | Compiling tar v0.4.40 |
1611 | 2024-06-22T00:56:59.818Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1612 | 2024-06-22T00:57:01.387Z | Compiling gethostname v0.4.3 |
1613 | 2024-06-22T00:57:01.689Z | Compiling topological-sort v0.2.2 |
1614 | 2024-06-22T00:57:01.959Z | Compiling number_prefix v0.4.0 |
1615 | 2024-06-22T00:57:02.149Z | Compiling swrite v0.1.0 |
1616 | 2024-06-22T00:57:02.218Z | Compiling indicatif v0.17.8 |
1617 | 2024-06-22T00:57:03.316Z | Compiling omicron-zone-package v0.11.0 |
1618 | 2024-06-22T00:57:06.564Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1619 | 2024-06-22T00:57:09.555Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1620 | 2024-06-22T00:57:11.209Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1621 | 2024-06-22T00:57:14.773Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1622 | 2024-06-22T00:57:31.143Z | Finished `release` profile [optimized] target(s) in 4m 29s |
1623 | 2024-06-22T00:57:31.259Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1624 | 2024-06-22T00:57:31.302Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1625 | 2024-06-22T00:57:31.305Z | Created new build target 'test' and set it as active |
1626 | 2024-06-22T00:57:31.305Z | |
1627 | 2024-06-22T00:57:31.305Z | real 4:29.842266628 |
1628 | 2024-06-22T00:57:31.306Z | user 30:15.358651991 |
1629 | 2024-06-22T00:57:31.306Z | sys 3:56.410329537 |
1630 | 2024-06-22T00:57:31.306Z | trap 0.903614909 |
1631 | 2024-06-22T00:57:31.306Z | tflt 3.544574684 |
1632 | 2024-06-22T00:57:31.306Z | dflt 1.671493810 |
1633 | 2024-06-22T00:57:31.306Z | kflt 0.011480448 |
1634 | 2024-06-22T00:57:31.306Z | lock 1:03:29.856144672 |
1635 | 2024-06-22T00:57:31.306Z | slp 1:25:19.984204195 |
1636 | 2024-06-22T00:57:31.306Z | lat 1:59.719464392 |
1637 | 2024-06-22T00:57:31.306Z | stop 3:00.581188645 |
1638 | 2024-06-22T00:57:31.306Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1639 | 2024-06-22T00:57:32.193Z | Finished `release` profile [optimized] target(s) in 0.84s |
1640 | 2024-06-22T00:57:32.233Z | Running `target/release/omicron-package -t test package` |
1641 | 2024-06-22T00:57:32.268Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1642 | 2024-06-22T00:57:33.202Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1643 | 2024-06-22T00:57:33.298Z | Compiling newline-converter v0.3.0 |
1644 | 2024-06-22T00:57:33.308Z | Compiling humantime v2.1.0 |
1645 | 2024-06-22T00:57:33.311Z | Compiling derive-where v1.2.7 |
1646 | 2024-06-22T00:57:33.327Z | Compiling convert_case v0.4.0 |
1647 | 2024-06-22T00:57:33.336Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1648 | 2024-06-22T00:57:33.340Z | Compiling password-hash v0.5.0 |
1649 | 2024-06-22T00:57:33.340Z | Compiling blake2 v0.10.6 |
1650 | 2024-06-22T00:57:33.455Z | Compiling expectorate v1.1.0 |
1651 | 2024-06-22T00:57:33.511Z | Compiling linked-hash-map v0.5.6 |
1652 | 2024-06-22T00:57:33.616Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1653 | 2024-06-22T00:57:33.892Z | Compiling argon2 v0.5.3 |
1654 | 2024-06-22T00:57:34.083Z | Compiling derive_more v0.99.17 |
1655 | 2024-06-22T00:57:34.133Z | Compiling lru-cache v0.1.2 |
1656 | 2024-06-22T00:57:34.349Z | Compiling semver v0.1.20 |
1657 | 2024-06-22T00:57:34.593Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1658 | 2024-06-22T00:57:34.909Z | Compiling rustc_version v0.1.7 |
1659 | 2024-06-22T00:57:35.194Z | Compiling home v0.5.9 |
1660 | 2024-06-22T00:57:35.345Z | Compiling newtype_derive v0.1.6 |
1661 | 2024-06-22T00:57:35.446Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1662 | 2024-06-22T00:57:35.678Z | Compiling slog-dtrace v0.3.0 |
1663 | 2024-06-22T00:57:35.811Z | Compiling steno v0.4.0 |
1664 | 2024-06-22T00:57:35.963Z | Compiling quick-error v1.2.3 |
1665 | 2024-06-22T00:57:36.101Z | Compiling resolv-conf v0.7.0 |
1666 | 2024-06-22T00:57:36.358Z | Compiling termcolor v1.4.1 |
1667 | 2024-06-22T00:57:36.535Z | Compiling trust-dns-resolver v0.22.0 |
1668 | 2024-06-22T00:57:37.728Z | Compiling utf-8 v0.7.6 |
1669 | 2024-06-22T00:57:38.082Z | Compiling num-rational v0.4.2 |
1670 | 2024-06-22T00:57:39.076Z | Compiling num-complex v0.4.6 |
1671 | 2024-06-22T00:57:40.019Z | Compiling radium v0.7.0 |
1672 | 2024-06-22T00:57:40.381Z | Compiling num v0.4.3 |
1673 | 2024-06-22T00:57:40.475Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1674 | 2024-06-22T00:57:40.494Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1675 | 2024-06-22T00:57:40.508Z | Compiling nibble_vec v0.1.0 |
1676 | 2024-06-22T00:57:40.737Z | Compiling display-error-chain v0.2.0 |
1677 | 2024-06-22T00:57:40.916Z | Compiling endian-type v0.1.2 |
1678 | 2024-06-22T00:57:41.158Z | Compiling tap v1.0.1 |
1679 | 2024-06-22T00:57:41.346Z | Compiling maybe-uninit v2.0.0 |
1680 | 2024-06-22T00:57:41.520Z | Compiling wyz v0.5.1 |
1681 | 2024-06-22T00:57:41.560Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1682 | 2024-06-22T00:57:41.897Z | Compiling radix_trie v0.2.1 |
1683 | 2024-06-22T00:57:42.574Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1684 | 2024-06-22T00:57:42.827Z | Compiling num-bigint-dig v0.8.4 |
1685 | 2024-06-22T00:57:42.995Z | Compiling funty v2.0.0 |
1686 | 2024-06-22T00:57:43.089Z | Compiling crc-catalog v2.4.0 |
1687 | 2024-06-22T00:57:43.232Z | Compiling packed_struct v0.10.1 |
1688 | 2024-06-22T00:57:43.675Z | Compiling crc v3.2.1 |
1689 | 2024-06-22T00:57:45.551Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1690 | 2024-06-22T00:57:45.645Z | Compiling bitvec v1.0.1 |
1691 | 2024-06-22T00:57:47.797Z | Compiling packed_struct_codegen v0.10.1 |
1692 | 2024-06-22T00:57:50.277Z | Compiling dirs-sys-next v0.1.2 |
1693 | 2024-06-22T00:57:50.357Z | Compiling indexmap v1.9.3 |
1694 | 2024-06-22T00:57:50.649Z | Compiling nodrop v0.1.14 |
1695 | 2024-06-22T00:57:50.781Z | Compiling cancel-safe-futures v0.1.5 |
1696 | 2024-06-22T00:57:50.805Z | Compiling crunchy v0.2.2 |
1697 | 2024-06-22T00:57:51.110Z | Compiling glob v0.3.1 |
1698 | 2024-06-22T00:57:51.247Z | Compiling arc-swap v1.7.1 |
1699 | 2024-06-22T00:57:51.744Z | Compiling slog-scope v4.4.0 |
1700 | 2024-06-22T00:57:51.973Z | Compiling array-init v0.0.4 |
1701 | 2024-06-22T00:57:51.989Z | Compiling clang-sys v1.7.0 |
1702 | 2024-06-22T00:57:52.680Z | Compiling dirs-next v2.0.0 |
1703 | 2024-06-22T00:57:52.863Z | Compiling smallvec v0.6.14 |
1704 | 2024-06-22T00:57:53.352Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1705 | 2024-06-22T00:57:56.848Z | Compiling pkcs1 v0.7.5 |
1706 | 2024-06-22T00:57:58.291Z | Compiling signature v2.2.0 |
1707 | 2024-06-22T00:57:58.517Z | Compiling fxhash v0.2.1 |
1708 | 2024-06-22T00:57:58.571Z | Compiling prettyplease v0.2.20 |
1709 | 2024-06-22T00:57:58.722Z | Compiling maplit v1.0.2 |
1710 | 2024-06-22T00:57:58.838Z | Compiling tiny-keccak v2.0.2 |
1711 | 2024-06-22T00:57:58.848Z | Compiling hashbrown v0.12.3 |
1712 | 2024-06-22T00:57:59.104Z | Compiling bitfield v0.14.0 |
1713 | 2024-06-22T00:57:59.400Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1714 | 2024-06-22T00:58:00.928Z | Compiling rsa v0.9.6 |
1715 | 2024-06-22T00:58:01.295Z | Compiling serde-hex v0.1.0 |
1716 | 2024-06-22T00:58:03.104Z | Compiling term v0.7.0 |
1717 | 2024-06-22T00:58:05.297Z | Compiling slog-stdlog v4.1.1 |
1718 | 2024-06-22T00:58:05.909Z | Compiling bzip2 v0.4.4 |
1719 | 2024-06-22T00:58:06.182Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1720 | 2024-06-22T00:58:06.388Z | Compiling env_logger v0.10.2 |
1721 | 2024-06-22T00:58:06.408Z | Compiling rayon-core v1.12.1 |
1722 | 2024-06-22T00:58:06.431Z | Compiling x509-cert v0.2.5 |
1723 | 2024-06-22T00:58:06.461Z | Compiling ron v0.8.1 |
1724 | 2024-06-22T00:58:06.494Z | Compiling crossbeam-deque v0.8.5 |
1725 | 2024-06-22T00:58:06.845Z | Compiling hashbrown v0.13.2 |
1726 | 2024-06-22T00:58:08.216Z | Compiling half v2.4.1 |
1727 | 2024-06-22T00:58:08.942Z | Compiling same-file v1.0.6 |
1728 | 2024-06-22T00:58:09.154Z | Compiling crc-any v2.5.0 |
1729 | 2024-06-22T00:58:09.586Z | Compiling fastrand v2.1.0 |
1730 | 2024-06-22T00:58:10.096Z | Compiling ciborium-io v0.2.2 |
1731 | 2024-06-22T00:58:10.110Z | Compiling tempfile v3.10.1 |
1732 | 2024-06-22T00:58:10.216Z | Compiling ciborium-ll v0.2.2 |
1733 | 2024-06-22T00:58:10.707Z | Compiling walkdir v2.5.0 |
1734 | 2024-06-22T00:58:10.911Z | Compiling object v0.30.4 |
1735 | 2024-06-22T00:58:11.388Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1736 | 2024-06-22T00:58:12.695Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1737 | 2024-06-22T00:58:14.579Z | Compiling zip v0.6.6 |
1738 | 2024-06-22T00:58:15.288Z | Compiling slog-envlogger v2.2.0 |
1739 | 2024-06-22T00:58:17.399Z | Compiling ascii-canvas v3.0.0 |
1740 | 2024-06-22T00:58:17.826Z | Compiling camino v1.1.7 |
1741 | 2024-06-22T00:58:17.841Z | Compiling ena v0.14.3 |
1742 | 2024-06-22T00:58:17.886Z | Compiling is-terminal v0.4.12 |
1743 | 2024-06-22T00:58:17.902Z | Compiling libloading v0.8.3 |
1744 | 2024-06-22T00:58:18.010Z | Compiling regex-syntax v0.6.29 |
1745 | 2024-06-22T00:58:18.235Z | Compiling bindgen v0.69.4 |
1746 | 2024-06-22T00:58:18.272Z | Compiling diff v0.1.13 |
1747 | 2024-06-22T00:58:18.436Z | Compiling path-slash v0.1.5 |
1748 | 2024-06-22T00:58:18.669Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1749 | 2024-06-22T00:58:18.829Z | Compiling ring v0.16.20 |
1750 | 2024-06-22T00:58:21.486Z | Compiling lalrpop v0.19.12 |
1751 | 2024-06-22T00:58:23.360Z | Compiling blake3 v1.5.1 |
1752 | 2024-06-22T00:58:24.050Z | Compiling rayon v1.10.0 |
1753 | 2024-06-22T00:58:24.653Z | Compiling ciborium v0.2.2 |
1754 | 2024-06-22T00:58:28.859Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1755 | 2024-06-22T00:58:29.547Z | Compiling tungstenite v0.21.0 |
1756 | 2024-06-22T00:58:30.010Z | Compiling which v4.4.2 |
1757 | 2024-06-22T00:58:30.073Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1758 | 2024-06-22T00:58:30.285Z | Compiling cexpr v0.6.0 |
1759 | 2024-06-22T00:58:30.446Z | Compiling xattr v1.3.1 |
1760 | 2024-06-22T00:58:30.563Z | Compiling memmap2 v0.9.4 |
1761 | 2024-06-22T00:58:30.719Z | Compiling filetime v0.2.23 |
1762 | 2024-06-22T00:58:30.983Z | Compiling atty v0.2.14 |
1763 | 2024-06-22T00:58:31.022Z | Compiling lazycell v1.3.0 |
1764 | 2024-06-22T00:58:31.133Z | Compiling rustc-hash v1.1.0 |
1765 | 2024-06-22T00:58:31.191Z | Compiling arrayvec v0.7.4 |
1766 | 2024-06-22T00:58:31.291Z | Compiling arrayref v0.3.7 |
1767 | 2024-06-22T00:58:31.393Z | Compiling ref-cast v1.0.23 |
1768 | 2024-06-22T00:58:31.608Z | Compiling constant_time_eq v0.3.0 |
1769 | 2024-06-22T00:58:31.765Z | Compiling untrusted v0.7.1 |
1770 | 2024-06-22T00:58:31.873Z | Compiling shlex v1.3.0 |
1771 | 2024-06-22T00:58:33.462Z | Compiling tar v0.4.40 |
1772 | 2024-06-22T00:58:34.618Z | Compiling tokio-tungstenite v0.21.0 |
1773 | 2024-06-22T00:58:34.735Z | Compiling camino-tempfile v1.1.1 |
1774 | 2024-06-22T00:58:35.172Z | Compiling toolchain_find v0.4.0 |
1775 | 2024-06-22T00:58:35.192Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1776 | 2024-06-22T00:58:35.284Z | Compiling derive_builder_core v0.20.0 |
1777 | 2024-06-22T00:58:35.305Z | Compiling headers-core v0.2.0 |
1778 | 2024-06-22T00:58:35.463Z | Compiling toml v0.8.13 |
1779 | 2024-06-22T00:58:35.478Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1780 | 2024-06-22T00:58:35.725Z | Compiling libsw v3.3.1 |
1781 | 2024-06-22T00:58:35.905Z | Compiling libxml v0.3.3 |
1782 | 2024-06-22T00:58:36.055Z | Compiling ref-cast-impl v1.0.23 |
1783 | 2024-06-22T00:58:36.246Z | Compiling parking_lot_core v0.8.6 |
1784 | 2024-06-22T00:58:40.419Z | Compiling owo-colors v4.0.0 |
1785 | 2024-06-22T00:58:40.419Z | Compiling topological-sort v0.2.2 |
1786 | 2024-06-22T00:58:40.419Z | Compiling linear-map v1.2.0 |
1787 | 2024-06-22T00:58:40.419Z | Compiling omicron-zone-package v0.11.0 |
1788 | 2024-06-22T00:58:40.419Z | Compiling derive_builder_macro v0.20.0 |
1789 | 2024-06-22T00:58:40.419Z | Compiling rustfmt-wrapper v0.2.1 |
1790 | 2024-06-22T00:58:40.419Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1791 | 2024-06-22T00:58:40.419Z | Compiling headers v0.3.9 |
1792 | 2024-06-22T00:58:40.419Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1793 | 2024-06-22T00:58:40.420Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1794 | 2024-06-22T00:58:41.958Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1795 | 2024-06-22T00:58:42.274Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1796 | 2024-06-22T00:58:42.289Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1797 | 2024-06-22T00:58:42.534Z | Compiling pem v3.0.4 |
1798 | 2024-06-22T00:58:42.647Z | Compiling strum_macros v0.24.3 |
1799 | 2024-06-22T00:58:44.083Z | Compiling async-recursion v1.1.1 |
1800 | 2024-06-22T00:58:45.597Z | Compiling unicase v2.7.0 |
1801 | 2024-06-22T00:58:45.890Z | Compiling cookie v0.18.1 |
1802 | 2024-06-22T00:58:46.100Z | Compiling indoc v1.0.9 |
1803 | 2024-06-22T00:58:46.252Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1804 | 2024-06-22T00:58:46.760Z | Compiling samael v0.0.15 |
1805 | 2024-06-22T00:58:47.431Z | Compiling derive_builder v0.20.0 |
1806 | 2024-06-22T00:58:48.569Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1807 | 2024-06-22T00:58:48.828Z | Compiling oso-derive v0.27.3 |
1808 | 2024-06-22T00:58:48.843Z | Compiling polar-core v0.27.3 |
1809 | 2024-06-22T00:58:49.812Z | Compiling impl-trait-for-tuples v0.2.2 |
1810 | 2024-06-22T00:58:52.260Z | Compiling quick-xml v0.31.0 |
1811 | 2024-06-22T00:58:52.825Z | Compiling vte_generate_state_changes v0.1.1 |
1812 | 2024-06-22T00:58:53.402Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1813 | 2024-06-22T00:58:53.695Z | Compiling cfg_aliases v0.1.1 |
1814 | 2024-06-22T00:58:53.797Z | Compiling buf-list v1.0.3 |
1815 | 2024-06-22T00:58:54.423Z | Compiling nix v0.28.0 |
1816 | 2024-06-22T00:58:54.595Z | Compiling vte v0.11.1 |
1817 | 2024-06-22T00:58:55.126Z | Compiling parking_lot v0.11.2 |
1818 | 2024-06-22T00:58:57.225Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1819 | 2024-06-22T00:58:58.483Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1820 | 2024-06-22T00:58:58.986Z | Compiling trust-dns-client v0.22.0 |
1821 | 2024-06-22T00:58:59.182Z | Compiling tungstenite v0.20.1 |
1822 | 2024-06-22T00:59:00.023Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1823 | 2024-06-22T00:59:00.346Z | Compiling fd-lock v4.0.2 |
1824 | 2024-06-22T00:59:00.548Z | Compiling bb8 v0.8.3 |
1825 | 2024-06-22T00:59:01.052Z | Compiling const_format_proc_macros v0.2.32 |
1826 | 2024-06-22T00:59:02.692Z | Compiling toml v0.5.11 |
1827 | 2024-06-22T00:59:03.167Z | Compiling pin-project-internal v1.1.5 |
1828 | 2024-06-22T00:59:04.484Z | Compiling memoffset v0.9.1 |
1829 | 2024-06-22T00:59:04.781Z | Compiling bytecount v0.6.8 |
1830 | 2024-06-22T00:59:05.090Z | Compiling papergrid v0.11.0 |
1831 | 2024-06-22T00:59:06.025Z | Compiling pin-project v1.1.5 |
1832 | 2024-06-22T00:59:06.315Z | Compiling trust-dns-server v0.22.1 |
1833 | 2024-06-22T00:59:10.002Z | Compiling const_format v0.2.32 |
1834 | 2024-06-22T00:59:11.251Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1835 | 2024-06-22T00:59:11.982Z | Compiling tokio-tungstenite v0.20.1 |
1836 | 2024-06-22T00:59:12.581Z | Compiling strip-ansi-escapes v0.2.0 |
1837 | 2024-06-22T00:59:13.355Z | Compiling oso v0.27.3 |
1838 | 2024-06-22T00:59:17.550Z | Compiling sled v0.34.7 |
1839 | 2024-06-22T00:59:29.220Z | Compiling tabled_derive v0.7.0 |
1840 | 2024-06-22T00:59:31.504Z | Compiling snafu-derive v0.8.2 |
1841 | 2024-06-22T00:59:31.877Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1842 | 2024-06-22T00:59:32.161Z | Compiling nu-ansi-term v0.50.0 |
1843 | 2024-06-22T00:59:33.448Z | Compiling platforms v3.4.0 |
1844 | 2024-06-22T00:59:34.062Z | Compiling curve25519-dalek v4.1.2 |
1845 | 2024-06-22T00:59:34.470Z | Compiling reedline v0.31.0 |
1846 | 2024-06-22T00:59:36.579Z | Compiling tabled v0.15.0 |
1847 | 2024-06-22T00:59:36.707Z | Compiling snafu v0.8.2 |
1848 | 2024-06-22T00:59:43.480Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1849 | 2024-06-22T00:59:44.774Z | Compiling env_logger v0.9.3 |
1850 | 2024-06-22T00:59:49.338Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1851 | 2024-06-22T00:59:51.182Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1852 | 2024-06-22T00:59:52.261Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1853 | 2024-06-22T00:59:52.779Z | Compiling globset v0.4.14 |
1854 | 2024-06-22T00:59:54.661Z | Compiling peg-macros v0.8.3 |
1855 | 2024-06-22T00:59:57.815Z | Compiling olpc-cjson v0.1.3 |
1856 | 2024-06-22T00:59:58.092Z | Compiling kstat-rs v0.2.3 |
1857 | 2024-06-22T00:59:58.149Z | Compiling bitstruct_derive v0.1.0 |
1858 | 2024-06-22T00:59:59.280Z | Compiling serde_plain v1.0.2 |
1859 | 2024-06-22T00:59:59.427Z | Compiling sqlparser_derive v0.2.2 |
1860 | 2024-06-22T00:59:59.672Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1861 | 2024-06-22T00:59:59.789Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1862 | 2024-06-22T00:59:59.812Z | Compiling keccak v0.1.5 |
1863 | 2024-06-22T01:00:00.377Z | Compiling signature v1.6.4 |
1864 | 2024-06-22T01:00:00.464Z | Compiling typed-path v0.7.1 |
1865 | 2024-06-22T01:00:00.539Z | Compiling ascii v1.1.0 |
1866 | 2024-06-22T01:00:00.642Z | Compiling salty v0.2.0 |
1867 | 2024-06-22T01:00:00.764Z | Compiling unicode_categories v0.1.1 |
1868 | 2024-06-22T01:00:01.029Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1869 | 2024-06-22T01:00:01.129Z | Compiling sqlformat v0.2.3 |
1870 | 2024-06-22T01:00:01.334Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1871 | 2024-06-22T01:00:01.349Z | Compiling ed25519 v1.5.3 |
1872 | 2024-06-22T01:00:01.672Z | Compiling sqlparser v0.45.0 |
1873 | 2024-06-22T01:00:07.442Z | Compiling tough v0.17.1 |
1874 | 2024-06-22T01:00:09.727Z | Compiling rustyline v14.0.0 |
1875 | 2024-06-22T01:00:12.367Z | Compiling sha3 v0.10.8 |
1876 | 2024-06-22T01:00:13.319Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1877 | 2024-06-22T01:00:13.612Z | Compiling bitstruct v0.1.1 |
1878 | 2024-06-22T01:00:13.741Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1879 | 2024-06-22T01:00:21.976Z | Compiling peg v0.8.3 |
1880 | 2024-06-22T01:00:22.101Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-06-22T01:00:22.666Z | Compiling nix v0.27.1 |
1882 | 2024-06-22T01:00:23.009Z | Compiling mime_guess v2.0.4 |
1883 | 2024-06-22T01:00:25.742Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1884 | 2024-06-22T01:00:26.000Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1885 | 2024-06-22T01:00:29.053Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1886 | 2024-06-22T01:00:29.161Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-06-22T01:00:29.381Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-06-22T01:00:30.375Z | Compiling universal-hash v0.5.1 |
1889 | 2024-06-22T01:00:30.612Z | Compiling bcs v0.1.6 |
1890 | 2024-06-22T01:00:31.520Z | Compiling secrecy v0.8.0 |
1891 | 2024-06-22T01:00:31.611Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1892 | 2024-06-22T01:00:31.796Z | Compiling thiserror-impl-no-std v2.0.2 |
1893 | 2024-06-22T01:00:32.432Z | Compiling erased-serde v0.3.31 |
1894 | 2024-06-22T01:00:34.230Z | Compiling serde_arrays v0.1.0 |
1895 | 2024-06-22T01:00:34.423Z | Compiling serde-big-array v0.5.1 |
1896 | 2024-06-22T01:00:34.680Z | Compiling curve25519-dalek-derive v0.1.1 |
1897 | 2024-06-22T01:00:34.697Z | Compiling nanorand v0.7.0 |
1898 | 2024-06-22T01:00:35.455Z | Compiling highway v1.1.0 |
1899 | 2024-06-22T01:00:36.088Z | Compiling opaque-debug v0.3.1 |
1900 | 2024-06-22T01:00:36.194Z | Compiling parse-size v1.0.0 |
1901 | 2024-06-22T01:00:36.491Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1902 | 2024-06-22T01:00:36.833Z | Compiling poly1305 v0.8.0 |
1903 | 2024-06-22T01:00:41.561Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1904 | 2024-06-22T01:00:43.644Z | Compiling flume v0.11.0 |
1905 | 2024-06-22T01:00:44.410Z | Compiling thiserror-no-std v2.0.2 |
1906 | 2024-06-22T01:00:44.820Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-06-22T01:00:46.705Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1908 | 2024-06-22T01:00:47.767Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1909 | 2024-06-22T01:01:02.358Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1910 | 2024-06-22T01:01:02.408Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1911 | 2024-06-22T01:01:02.686Z | Compiling chacha20 v0.9.1 |
1912 | 2024-06-22T01:01:03.145Z | Compiling signal-hook-tokio v0.3.1 |
1913 | 2024-06-22T01:01:03.357Z | Compiling heck v0.3.3 |
1914 | 2024-06-22T01:01:03.745Z | Compiling aead v0.5.2 |
1915 | 2024-06-22T01:01:04.098Z | Compiling castaway v0.2.2 |
1916 | 2024-06-22T01:01:04.286Z | Compiling rand_seeder v0.2.3 |
1917 | 2024-06-22T01:01:04.686Z | Compiling serde-big-array v0.4.1 |
1918 | 2024-06-22T01:01:04.897Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1919 | 2024-06-22T01:01:05.198Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1920 | 2024-06-22T01:01:06.576Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1921 | 2024-06-22T01:01:06.797Z | Compiling compact_str v0.7.1 |
1922 | 2024-06-22T01:01:07.533Z | Compiling chacha20poly1305 v0.10.1 |
1923 | 2024-06-22T01:01:07.771Z | Compiling zone_cfg_derive v0.1.2 |
1924 | 2024-06-22T01:01:08.375Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1925 | 2024-06-22T01:01:10.785Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1926 | 2024-06-22T01:01:11.469Z | Compiling vsss-rs v3.3.4 |
1927 | 2024-06-22T01:01:15.941Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1928 | 2024-06-22T01:01:21.427Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1929 | 2024-06-22T01:01:22.202Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1930 | 2024-06-22T01:01:22.383Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1931 | 2024-06-22T01:01:22.676Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1932 | 2024-06-22T01:01:22.966Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1933 | 2024-06-22T01:01:23.005Z | Compiling lru v0.12.3 |
1934 | 2024-06-22T01:01:23.382Z | Compiling stability v0.2.0 |
1935 | 2024-06-22T01:01:24.362Z | Compiling indoc v2.0.5 |
1936 | 2024-06-22T01:01:25.166Z | Compiling http-range v0.1.5 |
1937 | 2024-06-22T01:01:25.246Z | Compiling corncobs v0.1.3 |
1938 | 2024-06-22T01:01:25.308Z | Compiling cassowary v0.3.0 |
1939 | 2024-06-22T01:01:25.737Z | Compiling base64 v0.13.1 |
1940 | 2024-06-22T01:01:26.474Z | Compiling ron v0.7.1 |
1941 | 2024-06-22T01:01:27.560Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1942 | 2024-06-22T01:01:29.114Z | Compiling ratatui v0.26.2 |
1943 | 2024-06-22T01:01:31.938Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1944 | 2024-06-22T01:01:32.663Z | Compiling hyper-staticfile v0.9.5 |
1945 | 2024-06-22T01:01:32.800Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1946 | 2024-06-22T01:01:35.780Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1947 | 2024-06-22T01:01:38.383Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-06-22T01:01:39.071Z | Compiling zone v0.1.8 |
1949 | 2024-06-22T01:01:42.300Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1950 | 2024-06-22T01:01:52.565Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1951 | 2024-06-22T01:01:54.561Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1952 | 2024-06-22T01:01:55.447Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1953 | 2024-06-22T01:01:56.020Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1954 | 2024-06-22T01:01:56.313Z | Compiling portpicker v0.1.1 |
1955 | 2024-06-22T01:01:56.805Z | Compiling csv-core v0.1.11 |
1956 | 2024-06-22T01:01:57.743Z | Compiling unicode-linebreak v0.1.5 |
1957 | 2024-06-22T01:01:58.287Z | Compiling smawk v0.3.2 |
1958 | 2024-06-22T01:01:58.551Z | Compiling textwrap v0.16.1 |
1959 | 2024-06-22T01:02:01.082Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1960 | 2024-06-22T01:02:02.331Z | Compiling csv v1.3.0 |
1961 | 2024-06-22T01:02:07.053Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1962 | 2024-06-22T01:02:08.566Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1963 | 2024-06-22T01:02:10.020Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1964 | 2024-06-22T01:02:13.964Z | Compiling rcgen v0.12.1 |
1965 | 2024-06-22T01:02:20.095Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1966 | 2024-06-22T01:02:20.584Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1967 | 2024-06-22T01:02:20.862Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1968 | 2024-06-22T01:02:23.787Z | Compiling atomicwrites v0.4.3 |
1969 | 2024-06-22T01:02:24.329Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1970 | 2024-06-22T01:02:24.378Z | Compiling fatfs v0.3.6 |
1971 | 2024-06-22T01:02:27.141Z | Compiling subprocess v0.2.9 |
1972 | 2024-06-22T01:02:27.216Z | Compiling rtoolbox v0.0.2 |
1973 | 2024-06-22T01:02:27.666Z | Compiling assert_matches v1.5.0 |
1974 | 2024-06-22T01:02:27.774Z | Compiling is_ci v1.2.0 |
1975 | 2024-06-22T01:02:28.007Z | Compiling supports-color v3.0.0 |
1976 | 2024-06-22T01:02:28.062Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1977 | 2024-06-22T01:02:28.639Z | Compiling rpassword v7.3.1 |
1978 | 2024-06-22T01:02:29.110Z | Compiling tui-tree-widget v0.19.0 |
1979 | 2024-06-22T01:02:29.513Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1980 | 2024-06-22T01:02:32.141Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
1981 | 2024-06-22T01:02:32.269Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
1982 | 2024-06-22T01:02:32.569Z | Compiling shell-words v1.1.0 |
1983 | 2024-06-22T01:02:33.056Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
1984 | 2024-06-22T01:02:33.202Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
1985 | 2024-06-22T01:02:35.160Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1986 | 2024-06-22T01:03:01.285Z | Compiling multimap v0.10.0 |
1987 | 2024-06-22T01:03:01.706Z | Compiling uzers v0.11.3 |
1988 | 2024-06-22T01:03:04.678Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
1989 | 2024-06-22T01:05:23.010Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
1990 | 2024-06-22T01:05:35.504Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1991 | 2024-06-22T01:11:42.408Z | Finished `release` profile [optimized] target(s) in 14m 09s |
1992 | 2024-06-22T01:12:29.754Z | |
1993 | 2024-06-22T01:12:29.758Z | real 14:58.233098755 |
1994 | 2024-06-22T01:12:29.758Z | user 1:44:30.836230319 |
1995 | 2024-06-22T01:12:29.758Z | sys 5:30.771095686 |
1996 | 2024-06-22T01:12:29.758Z | trap 2.398936928 |
1997 | 2024-06-22T01:12:29.758Z | tflt 2.167249210 |
1998 | 2024-06-22T01:12:29.758Z | dflt 3.304231095 |
1999 | 2024-06-22T01:12:29.758Z | kflt 0.033427212 |
2000 | 2024-06-22T01:12:29.758Z | lock 6:20:55.748777678 |
2001 | 2024-06-22T01:12:29.758Z | slp 4:03:07.162757965 |
2002 | 2024-06-22T01:12:29.758Z | lat 2:29.157384447 |
2003 | 2024-06-22T01:12:29.758Z | stop 1:46.029628033 |
2004 | 2024-06-22T01:12:29.758Z | + mapfile -t packages |
2005 | 2024-06-22T01:12:29.758Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2006 | 2024-06-22T01:12:30.636Z | Finished `release` profile [optimized] target(s) in 0.83s |
2007 | 2024-06-22T01:12:30.675Z | Running `target/release/omicron-package -t test list-outputs` |
2008 | 2024-06-22T01:12:30.711Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2009 | 2024-06-22T01:12:30.714Z | + ptime -m cargo build --locked --release -p xtask |
2010 | 2024-06-22T01:12:31.312Z | Compiling serde v1.0.203 |
2011 | 2024-06-22T01:12:31.315Z | Compiling bitflags v2.5.0 |
2012 | 2024-06-22T01:12:31.315Z | Compiling syn v2.0.64 |
2013 | 2024-06-22T01:12:31.399Z | Compiling scopeguard v1.2.0 |
2014 | 2024-06-22T01:12:31.402Z | Compiling bytes v1.6.0 |
2015 | 2024-06-22T01:12:31.402Z | Compiling smallvec v1.13.2 |
2016 | 2024-06-22T01:12:31.422Z | Compiling log v0.4.21 |
2017 | 2024-06-22T01:12:31.522Z | Compiling lock_api v0.4.12 |
2018 | 2024-06-22T01:12:31.892Z | Compiling parking_lot_core v0.9.10 |
2019 | 2024-06-22T01:12:31.903Z | Compiling serde_json v1.0.117 |
2020 | 2024-06-22T01:12:31.914Z | Compiling hashbrown v0.14.5 |
2021 | 2024-06-22T01:12:31.926Z | Compiling mio v0.8.11 |
2022 | 2024-06-22T01:12:31.936Z | Compiling libc v0.2.155 |
2023 | 2024-06-22T01:12:32.246Z | Compiling parking_lot v0.12.2 |
2024 | 2024-06-22T01:12:32.323Z | Compiling generic-array v0.14.7 |
2025 | 2024-06-22T01:12:32.597Z | Compiling slog v2.7.0 |
2026 | 2024-06-22T01:12:32.895Z | Compiling rustix v0.38.34 |
2027 | 2024-06-22T01:12:33.114Z | Compiling http v0.2.12 |
2028 | 2024-06-22T01:12:33.245Z | Compiling usdt-impl v0.5.0 |
2029 | 2024-06-22T01:12:33.438Z | Compiling indexmap v2.2.6 |
2030 | 2024-06-22T01:12:33.483Z | Compiling syn v1.0.109 |
2031 | 2024-06-22T01:12:33.584Z | Compiling time-macros v0.2.18 |
2032 | 2024-06-22T01:12:34.066Z | Compiling thread-id v4.2.1 |
2033 | 2024-06-22T01:12:34.137Z | Compiling tracing v0.1.40 |
2034 | 2024-06-22T01:12:34.850Z | Compiling crossbeam-utils v0.8.19 |
2035 | 2024-06-22T01:12:35.088Z | Compiling http-body v0.4.6 |
2036 | 2024-06-22T01:12:35.430Z | Compiling unicode-normalization v0.1.23 |
2037 | 2024-06-22T01:12:35.625Z | Compiling unicode-bidi v0.3.15 |
2038 | 2024-06-22T01:12:35.640Z | Compiling crypto-common v0.1.6 |
2039 | 2024-06-22T01:12:35.846Z | Compiling block-buffer v0.10.4 |
2040 | 2024-06-22T01:12:36.615Z | Compiling time v0.3.36 |
2041 | 2024-06-22T01:12:36.697Z | Compiling idna v0.5.0 |
2042 | 2024-06-22T01:12:37.766Z | Compiling terminal_size v0.3.0 |
2043 | 2024-06-22T01:12:37.989Z | Compiling fs-err v2.11.0 |
2044 | 2024-06-22T01:12:38.280Z | Compiling anyhow v1.0.86 |
2045 | 2024-06-22T01:12:38.673Z | Compiling proc-macro-error v1.0.4 |
2046 | 2024-06-22T01:12:38.813Z | Compiling clap_builder v4.5.2 |
2047 | 2024-06-22T01:12:39.355Z | Compiling crossbeam-channel v0.5.12 |
2048 | 2024-06-22T01:12:39.622Z | Compiling url v2.5.0 |
2049 | 2024-06-22T01:12:40.007Z | Compiling digest v0.10.7 |
2050 | 2024-06-22T01:12:40.456Z | Compiling xattr v1.3.1 |
2051 | 2024-06-22T01:12:40.776Z | Compiling slog-async v2.8.0 |
2052 | 2024-06-22T01:12:41.050Z | Compiling sha2 v0.10.8 |
2053 | 2024-06-22T01:12:41.513Z | Compiling tabled_derive v0.7.0 |
2054 | 2024-06-22T01:12:43.495Z | Compiling serde_derive v1.0.203 |
2055 | 2024-06-22T01:12:43.719Z | Compiling thiserror-impl v1.0.60 |
2056 | 2024-06-22T01:12:43.883Z | Compiling zerocopy-derive v0.7.34 |
2057 | 2024-06-22T01:12:44.166Z | Compiling futures-macro v0.3.30 |
2058 | 2024-06-22T01:12:45.230Z | Compiling tokio-macros v2.2.0 |
2059 | 2024-06-22T01:12:45.906Z | Compiling scroll_derive v0.12.0 |
2060 | 2024-06-22T01:12:45.948Z | Compiling zerocopy v0.7.34 |
2061 | 2024-06-22T01:12:46.130Z | Compiling futures-util v0.3.30 |
2062 | 2024-06-22T01:12:46.596Z | Compiling thiserror v1.0.60 |
2063 | 2024-06-22T01:12:46.700Z | Compiling tokio v1.37.0 |
2064 | 2024-06-22T01:12:46.767Z | Compiling pest v2.7.10 |
2065 | 2024-06-22T01:12:47.560Z | Compiling openssl-macros v0.1.1 |
2066 | 2024-06-22T01:12:47.660Z | Compiling scroll v0.12.0 |
2067 | 2024-06-22T01:12:48.251Z | Compiling openssl v0.10.64 |
2068 | 2024-06-22T01:12:48.309Z | Compiling goblin v0.8.2 |
2069 | 2024-06-22T01:12:49.617Z | Compiling pest_meta v2.7.10 |
2070 | 2024-06-22T01:12:53.272Z | Compiling pest_generator v2.7.10 |
2071 | 2024-06-22T01:12:55.099Z | Compiling pest_derive v2.7.10 |
2072 | 2024-06-22T01:12:55.888Z | Compiling dtrace-parser v0.2.0 |
2073 | 2024-06-22T01:12:57.853Z | Compiling tokio-util v0.7.11 |
2074 | 2024-06-22T01:12:59.972Z | Compiling h2 v0.3.26 |
2075 | 2024-06-22T01:13:03.430Z | Compiling dof v0.3.0 |
2076 | 2024-06-22T01:13:04.700Z | Compiling serde_tokenstream v0.2.0 |
2077 | 2024-06-22T01:13:04.713Z | Compiling serde_spanned v0.6.6 |
2078 | 2024-06-22T01:13:04.926Z | Compiling toml_datetime v0.6.6 |
2079 | 2024-06-22T01:13:04.970Z | Compiling native-tls v0.2.11 |
2080 | 2024-06-22T01:13:05.882Z | Compiling tokio-native-tls v0.3.1 |
2081 | 2024-06-22T01:13:06.071Z | Compiling toml_edit v0.22.13 |
2082 | 2024-06-22T01:13:06.201Z | Compiling hyper v0.14.28 |
2083 | 2024-06-22T01:13:12.346Z | Compiling hyper-tls v0.5.0 |
2084 | 2024-06-22T01:13:13.050Z | Compiling toml v0.8.13 |
2085 | 2024-06-22T01:13:13.214Z | Compiling usdt-attr-macro v0.5.0 |
2086 | 2024-06-22T01:13:14.598Z | Compiling usdt-macro v0.5.0 |
2087 | 2024-06-22T01:13:14.936Z | Compiling slog-json v2.6.1 |
2088 | 2024-06-22T01:13:15.048Z | Compiling cargo-platform v0.1.8 |
2089 | 2024-06-22T01:13:15.474Z | Compiling semver v1.0.23 |
2090 | 2024-06-22T01:13:15.864Z | Compiling serde_urlencoded v0.7.1 |
2091 | 2024-06-22T01:13:16.183Z | Compiling camino v1.1.7 |
2092 | 2024-06-22T01:13:16.519Z | Compiling futures-executor v0.3.30 |
2093 | 2024-06-22T01:13:17.102Z | Compiling clap_derive v4.5.4 |
2094 | 2024-06-22T01:13:17.601Z | Compiling strum_macros v0.26.2 |
2095 | 2024-06-22T01:13:17.641Z | Compiling cargo_metadata v0.18.1 |
2096 | 2024-06-22T01:13:18.957Z | Compiling futures v0.3.30 |
2097 | 2024-06-22T01:13:19.085Z | Compiling reqwest v0.11.27 |
2098 | 2024-06-22T01:13:20.103Z | Compiling usdt v0.5.0 |
2099 | 2024-06-22T01:13:21.673Z | Compiling slog-bunyan v2.5.0 |
2100 | 2024-06-22T01:13:21.784Z | Compiling clap v4.5.4 |
2101 | 2024-06-22T01:13:21.908Z | Compiling cargo_toml v0.20.2 |
2102 | 2024-06-22T01:13:21.964Z | Compiling macaddr v1.0.1 |
2103 | 2024-06-22T01:13:22.294Z | Compiling strum v0.26.2 |
2104 | 2024-06-22T01:13:22.502Z | Compiling tabled v0.15.0 |
2105 | 2024-06-22T01:13:22.574Z | Compiling slog-term v2.9.1 |
2106 | 2024-06-22T01:13:24.441Z | Compiling tar v0.4.40 |
2107 | 2024-06-22T01:13:27.747Z | Compiling md5 v0.7.0 |
2108 | 2024-06-22T01:13:38.950Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2109 | 2024-06-22T01:13:53.462Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2110 | 2024-06-22T01:13:53.556Z | |
2111 | 2024-06-22T01:13:53.559Z | real 1:22.801743212 |
2112 | 2024-06-22T01:13:53.559Z | user 8:58.781910622 |
2113 | 2024-06-22T01:13:53.559Z | sys 50.871538274 |
2114 | 2024-06-22T01:13:53.559Z | trap 0.252781853 |
2115 | 2024-06-22T01:13:53.559Z | tflt 0.524090408 |
2116 | 2024-06-22T01:13:53.559Z | dflt 0.240945674 |
2117 | 2024-06-22T01:13:53.559Z | kflt 0.000095008 |
2118 | 2024-06-22T01:13:53.559Z | lock 19:58.342389058 |
2119 | 2024-06-22T01:13:53.559Z | slp 22:49.759439074 |
2120 | 2024-06-22T01:13:53.559Z | lat 25.334685722 |
2121 | 2024-06-22T01:13:53.559Z | stop 21.115134321 |
2122 | 2024-06-22T01:13:53.559Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2123 | 2024-06-22T01:13:53.559Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2124 | 2024-06-22T01:13:53.559Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2125 | 2024-06-22T01:13:53.559Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2126 | 2024-06-22T01:13:53.559Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2127 | 2024-06-22T01:13:54.090Z | Downloading crates ... |
2128 | 2024-06-22T01:13:54.328Z | Downloaded cbc v0.1.2 |
2129 | 2024-06-22T01:13:54.337Z | Downloaded bcrypt-pbkdf v0.10.0 |
2130 | 2024-06-22T01:13:54.346Z | Downloaded russh-cryptovec v0.7.2 |
2131 | 2024-06-22T01:13:54.349Z | Downloaded dhcproto-macros v0.1.0 |
2132 | 2024-06-22T01:13:54.357Z | Downloaded option-ext v0.2.0 |
2133 | 2024-06-22T01:13:54.365Z | Downloaded rfc6979 v0.4.0 |
2134 | 2024-06-22T01:13:54.368Z | Downloaded rand_chacha v0.2.2 |
2135 | 2024-06-22T01:13:54.368Z | Downloaded ghash v0.5.1 |
2136 | 2024-06-22T01:13:54.371Z | Downloaded blowfish v0.9.1 |
2137 | 2024-06-22T01:13:54.371Z | Downloaded pbkdf2 v0.12.2 |
2138 | 2024-06-22T01:13:54.371Z | Downloaded internet-checksum v0.2.1 |
2139 | 2024-06-22T01:13:54.374Z | Downloaded ctr v0.9.2 |
2140 | 2024-06-22T01:13:54.374Z | Downloaded rand_core v0.5.1 |
2141 | 2024-06-22T01:13:54.377Z | Downloaded dirs-sys v0.4.1 |
2142 | 2024-06-22T01:13:54.377Z | Downloaded pbkdf2 v0.11.0 |
2143 | 2024-06-22T01:13:54.380Z | Downloaded hex-literal v0.4.1 |
2144 | 2024-06-22T01:13:54.380Z | Downloaded ed25519 v2.2.3 |
2145 | 2024-06-22T01:13:54.383Z | Downloaded dirs v5.0.1 |
2146 | 2024-06-22T01:13:54.383Z | Downloaded polyval v0.6.2 |
2147 | 2024-06-22T01:13:54.386Z | Downloaded password-hash v0.4.2 |
2148 | 2024-06-22T01:13:54.388Z | Downloaded ecdsa v0.16.9 |
2149 | 2024-06-22T01:13:54.391Z | Downloaded primeorder v0.13.6 |
2150 | 2024-06-22T01:13:54.391Z | Downloaded getrandom v0.1.16 |
2151 | 2024-06-22T01:13:54.394Z | Downloaded aes-gcm v0.10.3 |
2152 | 2024-06-22T01:13:54.397Z | Downloaded russh-keys v0.43.0 |
2153 | 2024-06-22T01:13:54.400Z | Downloaded dhcproto v0.11.0 |
2154 | 2024-06-22T01:13:54.402Z | Downloaded p256 v0.13.2 |
2155 | 2024-06-22T01:13:54.410Z | Downloaded ed25519-dalek v2.1.1 |
2156 | 2024-06-22T01:13:54.418Z | Downloaded russh v0.43.0 |
2157 | 2024-06-22T01:13:54.424Z | Downloaded rand v0.7.3 |
2158 | 2024-06-22T01:13:54.429Z | Downloaded p521 v0.13.3 |
2159 | 2024-06-22T01:13:54.433Z | Downloaded aes v0.8.4 |
2160 | 2024-06-22T01:13:54.563Z | Compiling serde v1.0.203 |
2161 | 2024-06-22T01:13:54.566Z | Compiling log v0.4.21 |
2162 | 2024-06-22T01:13:54.667Z | Compiling scopeguard v1.2.0 |
2163 | 2024-06-22T01:13:54.667Z | Compiling smallvec v1.13.2 |
2164 | 2024-06-22T01:13:54.681Z | Compiling syn v2.0.64 |
2165 | 2024-06-22T01:13:54.684Z | Compiling getrandom v0.2.14 |
2166 | 2024-06-22T01:13:54.685Z | Compiling generic-array v0.14.7 |
2167 | 2024-06-22T01:13:54.687Z | Compiling libm v0.2.8 |
2168 | 2024-06-22T01:13:54.793Z | Compiling lock_api v0.4.12 |
2169 | 2024-06-22T01:13:55.012Z | Compiling rand_core v0.6.4 |
2170 | 2024-06-22T01:13:55.049Z | Compiling parking_lot_core v0.9.10 |
2171 | 2024-06-22T01:13:55.085Z | Compiling num-traits v0.2.19 |
2172 | 2024-06-22T01:13:55.101Z | Compiling subtle v2.5.0 |
2173 | 2024-06-22T01:13:55.238Z | Compiling mio v0.8.11 |
2174 | 2024-06-22T01:13:55.255Z | Compiling ahash v0.8.11 |
2175 | 2024-06-22T01:13:55.442Z | Compiling parking_lot v0.12.2 |
2176 | 2024-06-22T01:13:55.530Z | Compiling serde_json v1.0.117 |
2177 | 2024-06-22T01:13:55.584Z | Compiling allocator-api2 v0.2.18 |
2178 | 2024-06-22T01:13:55.633Z | Compiling const-oid v0.9.6 |
2179 | 2024-06-22T01:13:55.728Z | Compiling iana-time-zone v0.1.60 |
2180 | 2024-06-22T01:13:55.876Z | Compiling syn v1.0.109 |
2181 | 2024-06-22T01:13:56.374Z | Compiling unicode-normalization v0.1.23 |
2182 | 2024-06-22T01:13:56.401Z | Compiling unicode-bidi v0.3.15 |
2183 | 2024-06-22T01:13:56.582Z | Compiling schemars v0.8.20 |
2184 | 2024-06-22T01:13:56.621Z | Compiling dyn-clone v1.0.17 |
2185 | 2024-06-22T01:13:56.869Z | Compiling spin v0.9.8 |
2186 | 2024-06-22T01:13:56.952Z | Compiling ppv-lite86 v0.2.17 |
2187 | 2024-06-22T01:13:57.304Z | Compiling time-macros v0.2.18 |
2188 | 2024-06-22T01:13:57.553Z | Compiling ring v0.17.8 |
2189 | 2024-06-22T01:13:57.646Z | Compiling aho-corasick v1.1.3 |
2190 | 2024-06-22T01:13:57.708Z | Compiling rand_chacha v0.3.1 |
2191 | 2024-06-22T01:13:58.028Z | Compiling regex-syntax v0.8.3 |
2192 | 2024-06-22T01:13:58.634Z | Compiling rand v0.8.5 |
2193 | 2024-06-22T01:14:00.230Z | Compiling idna v0.5.0 |
2194 | 2024-06-22T01:14:00.711Z | Compiling slog v2.7.0 |
2195 | 2024-06-22T01:14:00.930Z | Compiling time v0.3.36 |
2196 | 2024-06-22T01:14:01.289Z | Compiling url v2.5.0 |
2197 | 2024-06-22T01:14:01.711Z | Compiling regex-automata v0.4.6 |
2198 | 2024-06-22T01:14:01.851Z | Compiling untrusted v0.9.0 |
2199 | 2024-06-22T01:14:02.038Z | Compiling spin v0.5.2 |
2200 | 2024-06-22T01:14:02.278Z | Compiling serde_derive_internals v0.29.1 |
2201 | 2024-06-22T01:14:04.395Z | Compiling lazy_static v1.4.0 |
2202 | 2024-06-22T01:14:04.516Z | Compiling backtrace v0.3.71 |
2203 | 2024-06-22T01:14:04.875Z | Compiling gimli v0.28.1 |
2204 | 2024-06-22T01:14:04.990Z | Compiling object v0.32.2 |
2205 | 2024-06-22T01:14:05.116Z | Compiling rustc-demangle v0.1.24 |
2206 | 2024-06-22T01:14:06.081Z | Compiling anyhow v1.0.86 |
2207 | 2024-06-22T01:14:06.516Z | Compiling crossbeam-utils v0.8.19 |
2208 | 2024-06-22T01:14:06.885Z | Compiling rustls v0.21.12 |
2209 | 2024-06-22T01:14:07.149Z | Compiling regex v1.10.4 |
2210 | 2024-06-22T01:14:07.200Z | Compiling winnow v0.5.40 |
2211 | 2024-06-22T01:14:07.365Z | Compiling base64ct v1.6.0 |
2212 | 2024-06-22T01:14:08.048Z | Compiling sct v0.7.1 |
2213 | 2024-06-22T01:14:08.228Z | Compiling rustls-webpki v0.101.7 |
2214 | 2024-06-22T01:14:08.358Z | Compiling cookie v0.17.0 |
2215 | 2024-06-22T01:14:09.930Z | Compiling addr2line v0.21.0 |
2216 | 2024-06-22T01:14:10.191Z | Compiling serde_derive v1.0.203 |
2217 | 2024-06-22T01:14:10.258Z | Compiling zeroize_derive v1.4.2 |
2218 | 2024-06-22T01:14:10.569Z | Compiling thiserror-impl v1.0.60 |
2219 | 2024-06-22T01:14:11.165Z | Compiling zerocopy-derive v0.7.34 |
2220 | 2024-06-22T01:14:11.768Z | Compiling tokio-macros v2.2.0 |
2221 | 2024-06-22T01:14:11.939Z | Compiling zeroize v1.7.0 |
2222 | 2024-06-22T01:14:12.597Z | Compiling futures-macro v0.3.30 |
2223 | 2024-06-22T01:14:13.617Z | Compiling schemars_derive v0.8.20 |
2224 | 2024-06-22T01:14:13.666Z | Compiling zerocopy v0.7.34 |
2225 | 2024-06-22T01:14:13.877Z | Compiling crypto-common v0.1.6 |
2226 | 2024-06-22T01:14:14.102Z | Compiling thiserror v1.0.60 |
2227 | 2024-06-22T01:14:14.127Z | Compiling block-buffer v0.10.4 |
2228 | 2024-06-22T01:14:14.256Z | Compiling tracing-attributes v0.1.27 |
2229 | 2024-06-22T01:14:14.411Z | Compiling digest v0.10.7 |
2230 | 2024-06-22T01:14:14.743Z | Compiling futures-util v0.3.30 |
2231 | 2024-06-22T01:14:14.945Z | Compiling async-trait v0.1.80 |
2232 | 2024-06-22T01:14:16.028Z | Compiling hashbrown v0.14.5 |
2233 | 2024-06-22T01:14:17.164Z | Compiling openssl-macros v0.1.1 |
2234 | 2024-06-22T01:14:17.974Z | Compiling pest v2.7.10 |
2235 | 2024-06-22T01:14:17.991Z | Compiling idna v0.3.0 |
2236 | 2024-06-22T01:14:18.399Z | Compiling tracing v0.1.40 |
2237 | 2024-06-22T01:14:18.436Z | Compiling data-encoding v2.6.0 |
2238 | 2024-06-22T01:14:18.938Z | Compiling psl-types v2.0.11 |
2239 | 2024-06-22T01:14:18.961Z | Compiling hmac v0.12.1 |
2240 | 2024-06-22T01:14:19.143Z | Compiling publicsuffix v2.2.3 |
2241 | 2024-06-22T01:14:19.221Z | Compiling scroll_derive v0.12.0 |
2242 | 2024-06-22T01:14:19.468Z | Compiling bitflags v1.3.2 |
2243 | 2024-06-22T01:14:19.524Z | Compiling webpki-roots v0.25.4 |
2244 | 2024-06-22T01:14:19.576Z | Compiling block-padding v0.3.3 |
2245 | 2024-06-22T01:14:19.686Z | Compiling der_derive v0.7.2 |
2246 | 2024-06-22T01:14:19.831Z | Compiling pem-rfc7468 v0.7.0 |
2247 | 2024-06-22T01:14:20.539Z | Compiling futures-executor v0.3.30 |
2248 | 2024-06-22T01:14:20.627Z | Compiling pest_meta v2.7.10 |
2249 | 2024-06-22T01:14:20.772Z | Compiling futures v0.3.30 |
2250 | 2024-06-22T01:14:20.881Z | Compiling scroll v0.12.0 |
2251 | 2024-06-22T01:14:20.884Z | Compiling flagset v0.4.5 |
2252 | 2024-06-22T01:14:20.910Z | Compiling inout v0.1.3 |
2253 | 2024-06-22T01:14:21.072Z | Compiling sha2 v0.10.8 |
2254 | 2024-06-22T01:14:21.110Z | Compiling either v1.12.0 |
2255 | 2024-06-22T01:14:21.128Z | Compiling cipher v0.4.4 |
2256 | 2024-06-22T01:14:21.185Z | Compiling ff v0.13.0 |
2257 | 2024-06-22T01:14:21.416Z | Compiling goblin v0.8.2 |
2258 | 2024-06-22T01:14:21.475Z | Compiling base16ct v0.2.0 |
2259 | 2024-06-22T01:14:21.531Z | Compiling stable_deref_trait v1.2.0 |
2260 | 2024-06-22T01:14:21.629Z | Compiling group v0.13.0 |
2261 | 2024-06-22T01:14:21.647Z | Compiling hkdf v0.12.4 |
2262 | 2024-06-22T01:14:21.857Z | Compiling pest_generator v2.7.10 |
2263 | 2024-06-22T01:14:21.958Z | Compiling crypto-bigint v0.5.5 |
2264 | 2024-06-22T01:14:22.001Z | Compiling crossbeam-epoch v0.9.18 |
2265 | 2024-06-22T01:14:22.638Z | Compiling der v0.7.9 |
2266 | 2024-06-22T01:14:23.106Z | Compiling num-integer v0.1.46 |
2267 | 2024-06-22T01:14:23.922Z | Compiling managed v0.8.0 |
2268 | 2024-06-22T01:14:24.278Z | Compiling unicode-segmentation v1.11.0 |
2269 | 2024-06-22T01:14:24.392Z | Compiling matches v0.1.10 |
2270 | 2024-06-22T01:14:24.490Z | Compiling idna v0.2.3 |
2271 | 2024-06-22T01:14:24.770Z | Compiling enum-as-inner v0.5.1 |
2272 | 2024-06-22T01:14:25.143Z | Compiling spki v0.7.3 |
2273 | 2024-06-22T01:14:25.539Z | Compiling bytes v1.6.0 |
2274 | 2024-06-22T01:14:25.843Z | Compiling indexmap v2.2.6 |
2275 | 2024-06-22T01:14:26.058Z | Compiling chrono v0.4.38 |
2276 | 2024-06-22T01:14:26.210Z | Compiling uuid v1.8.0 |
2277 | 2024-06-22T01:14:26.324Z | Compiling bitflags v2.5.0 |
2278 | 2024-06-22T01:14:26.843Z | Compiling tokio v1.37.0 |
2279 | 2024-06-22T01:14:26.895Z | Compiling semver v1.0.23 |
2280 | 2024-06-22T01:14:27.279Z | Compiling http v0.2.12 |
2281 | 2024-06-22T01:14:27.674Z | Compiling serde_tokenstream v0.2.0 |
2282 | 2024-06-22T01:14:27.694Z | Compiling toml_datetime v0.6.6 |
2283 | 2024-06-22T01:14:28.126Z | Compiling serde_spanned v0.6.6 |
2284 | 2024-06-22T01:14:28.227Z | Compiling openssl v0.10.64 |
2285 | 2024-06-22T01:14:28.230Z | Compiling rustix v0.38.34 |
2286 | 2024-06-22T01:14:28.342Z | Compiling toml_edit v0.19.15 |
2287 | 2024-06-22T01:14:29.854Z | Compiling http-body v0.4.6 |
2288 | 2024-06-22T01:14:30.087Z | Compiling serde_urlencoded v0.7.1 |
2289 | 2024-06-22T01:14:30.327Z | Compiling openapiv3 v2.0.0 |
2290 | 2024-06-22T01:14:30.664Z | Compiling cookie_store v0.20.0 |
2291 | 2024-06-22T01:14:31.371Z | Compiling rustc_version v0.4.0 |
2292 | 2024-06-22T01:14:32.202Z | Compiling pest_derive v2.7.10 |
2293 | 2024-06-22T01:14:32.257Z | Compiling dof v0.3.0 |
2294 | 2024-06-22T01:14:32.382Z | Compiling pkcs8 v0.10.2 |
2295 | 2024-06-22T01:14:32.906Z | Compiling sec1 v0.7.3 |
2296 | 2024-06-22T01:14:32.982Z | Compiling toml v0.7.8 |
2297 | 2024-06-22T01:14:33.020Z | Compiling dtrace-parser v0.2.0 |
2298 | 2024-06-22T01:14:33.522Z | Compiling elliptic-curve v0.13.8 |
2299 | 2024-06-22T01:14:34.363Z | Compiling native-tls v0.2.11 |
2300 | 2024-06-22T01:14:34.605Z | Compiling usdt-impl v0.5.0 |
2301 | 2024-06-22T01:14:34.722Z | Compiling tokio-util v0.7.11 |
2302 | 2024-06-22T01:14:34.845Z | Compiling tokio-native-tls v0.3.1 |
2303 | 2024-06-22T01:14:35.019Z | Compiling tokio-rustls v0.24.1 |
2304 | 2024-06-22T01:14:35.139Z | Compiling ipnetwork v0.20.0 |
2305 | 2024-06-22T01:14:35.322Z | Compiling toml_edit v0.22.13 |
2306 | 2024-06-22T01:14:35.425Z | Compiling hex v0.4.3 |
2307 | 2024-06-22T01:14:36.052Z | Compiling h2 v0.3.26 |
2308 | 2024-06-22T01:14:36.103Z | Compiling bit-vec v0.6.3 |
2309 | 2024-06-22T01:14:36.155Z | Compiling siphasher v0.3.11 |
2310 | 2024-06-22T01:14:36.264Z | Compiling usdt-attr-macro v0.5.0 |
2311 | 2024-06-22T01:14:36.557Z | Compiling usdt-macro v0.5.0 |
2312 | 2024-06-22T01:14:36.560Z | Compiling trust-dns-proto v0.22.0 |
2313 | 2024-06-22T01:14:36.945Z | Compiling heapless v0.7.17 |
2314 | 2024-06-22T01:14:37.120Z | Compiling terminal_size v0.3.0 |
2315 | 2024-06-22T01:14:37.335Z | Compiling num-bigint v0.4.5 |
2316 | 2024-06-22T01:14:37.354Z | Compiling regress v0.9.1 |
2317 | 2024-06-22T01:14:37.998Z | Compiling signal-hook v0.3.17 |
2318 | 2024-06-22T01:14:38.111Z | Compiling usdt v0.5.0 |
2319 | 2024-06-22T01:14:38.255Z | Compiling finl_unicode v1.2.0 |
2320 | 2024-06-22T01:14:38.613Z | Compiling clap_builder v4.5.2 |
2321 | 2024-06-22T01:14:38.832Z | Compiling stringprep v0.1.4 |
2322 | 2024-06-22T01:14:40.247Z | Compiling itertools v0.10.5 |
2323 | 2024-06-22T01:14:42.574Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2324 | 2024-06-22T01:14:42.645Z | Compiling yasna v0.5.2 |
2325 | 2024-06-22T01:14:43.268Z | Compiling hyper v0.14.28 |
2326 | 2024-06-22T01:14:44.208Z | Compiling md-5 v0.10.6 |
2327 | 2024-06-22T01:14:44.478Z | Compiling clap_derive v4.5.4 |
2328 | 2024-06-22T01:14:44.661Z | Compiling hash32 v0.2.1 |
2329 | 2024-06-22T01:14:45.072Z | Compiling fallible-iterator v0.2.0 |
2330 | 2024-06-22T01:14:45.243Z | Compiling smoltcp v0.9.1 |
2331 | 2024-06-22T01:14:45.780Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2332 | 2024-06-22T01:14:46.042Z | Compiling postgres-protocol v0.6.6 |
2333 | 2024-06-22T01:14:47.502Z | Compiling phf_shared v0.11.2 |
2334 | 2024-06-22T01:14:47.881Z | Compiling tokio-stream v0.1.15 |
2335 | 2024-06-22T01:14:47.897Z | Compiling hubpack_derive v0.1.1 |
2336 | 2024-06-22T01:14:47.972Z | Compiling zerocopy-derive v0.6.6 |
2337 | 2024-06-22T01:14:48.144Z | Compiling diesel_table_macro_syntax v0.1.0 |
2338 | 2024-06-22T01:14:48.467Z | Compiling scheduled-thread-pool v0.2.7 |
2339 | 2024-06-22T01:14:48.574Z | Compiling fs-err v2.11.0 |
2340 | 2024-06-22T01:14:48.787Z | Compiling fixedbitset v0.4.2 |
2341 | 2024-06-22T01:14:48.849Z | Compiling hubpack v0.1.2 |
2342 | 2024-06-22T01:14:48.984Z | Compiling r2d2 v0.8.10 |
2343 | 2024-06-22T01:14:49.098Z | Compiling petgraph v0.6.5 |
2344 | 2024-06-22T01:14:49.212Z | Compiling diesel_derives v2.1.4 |
2345 | 2024-06-22T01:14:49.350Z | Compiling phf v0.11.2 |
2346 | 2024-06-22T01:14:49.643Z | Compiling signal-hook-mio v0.2.3 |
2347 | 2024-06-22T01:14:49.725Z | Compiling clap v4.5.4 |
2348 | 2024-06-22T01:14:49.811Z | Compiling postgres-types v0.2.6 |
2349 | 2024-06-22T01:14:50.130Z | Compiling hyper-rustls v0.24.2 |
2350 | 2024-06-22T01:14:50.285Z | Compiling hyper-tls v0.5.0 |
2351 | 2024-06-22T01:14:50.485Z | Compiling zerocopy v0.6.6 |
2352 | 2024-06-22T01:14:50.652Z | Compiling reqwest v0.11.27 |
2353 | 2024-06-22T01:14:51.302Z | Compiling phf_shared v0.10.0 |
2354 | 2024-06-22T01:14:51.361Z | Compiling similar v2.5.0 |
2355 | 2024-06-22T01:14:51.565Z | Compiling num-iter v0.1.45 |
2356 | 2024-06-22T01:14:51.744Z | Compiling strum_macros v0.25.3 |
2357 | 2024-06-22T01:14:51.760Z | Compiling serde_repr v0.1.19 |
2358 | 2024-06-22T01:14:53.028Z | Compiling getopts v0.2.21 |
2359 | 2024-06-22T01:14:53.185Z | Compiling console v0.15.8 |
2360 | 2024-06-22T01:14:53.412Z | Compiling float-cmp v0.9.0 |
2361 | 2024-06-22T01:14:53.645Z | Compiling new_debug_unreachable v1.0.6 |
2362 | 2024-06-22T01:14:53.750Z | Compiling whoami v1.5.1 |
2363 | 2024-06-22T01:14:53.945Z | Compiling precomputed-hash v0.1.1 |
2364 | 2024-06-22T01:14:54.067Z | Compiling static_assertions v1.1.0 |
2365 | 2024-06-22T01:14:54.088Z | Compiling normalize-line-endings v0.3.0 |
2366 | 2024-06-22T01:14:54.175Z | Compiling difflib v0.4.0 |
2367 | 2024-06-22T01:14:54.217Z | Compiling unsafe-libyaml v0.2.11 |
2368 | 2024-06-22T01:14:54.427Z | Compiling minimal-lexical v0.2.1 |
2369 | 2024-06-22T01:14:54.732Z | Compiling predicates-core v1.0.6 |
2370 | 2024-06-22T01:14:54.946Z | Compiling predicates v3.1.0 |
2371 | 2024-06-22T01:14:55.122Z | Compiling nom v7.1.3 |
2372 | 2024-06-22T01:14:55.867Z | Compiling serde_yaml v0.9.34+deprecated |
2373 | 2024-06-22T01:14:56.133Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2374 | 2024-06-22T01:14:56.177Z | Compiling tokio-postgres v0.7.10 |
2375 | 2024-06-22T01:14:56.756Z | Compiling string_cache v0.8.7 |
2376 | 2024-06-22T01:14:57.306Z | Compiling crossterm v0.27.0 |
2377 | 2024-06-22T01:14:59.726Z | Compiling bit-set v0.5.3 |
2378 | 2024-06-22T01:15:00.035Z | Compiling itertools v0.12.1 |
2379 | 2024-06-22T01:15:00.380Z | Compiling bstr v1.9.1 |
2380 | 2024-06-22T01:15:01.224Z | Compiling peg-runtime v0.8.3 |
2381 | 2024-06-22T01:15:01.391Z | Compiling unicode-xid v0.2.4 |
2382 | 2024-06-22T01:15:01.572Z | Compiling lalrpop-util v0.19.12 |
2383 | 2024-06-22T01:15:01.906Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2384 | 2024-06-22T01:15:01.966Z | Compiling sha1 v0.10.6 |
2385 | 2024-06-22T01:15:02.264Z | Compiling camino v1.1.7 |
2386 | 2024-06-22T01:15:02.374Z | Compiling strum_macros v0.26.2 |
2387 | 2024-06-22T01:15:02.406Z | Compiling http v1.1.0 |
2388 | 2024-06-22T01:15:02.684Z | Compiling base64 v0.22.1 |
2389 | 2024-06-22T01:15:03.133Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2390 | 2024-06-22T01:15:03.267Z | Compiling toml v0.8.13 |
2391 | 2024-06-22T01:15:03.376Z | Compiling rustls-pki-types v1.7.0 |
2392 | 2024-06-22T01:15:03.467Z | Compiling ident_case v1.0.1 |
2393 | 2024-06-22T01:15:03.667Z | Compiling darling_core v0.20.9 |
2394 | 2024-06-22T01:15:04.241Z | Compiling crossbeam-channel v0.5.12 |
2395 | 2024-06-22T01:15:04.974Z | Compiling rustls v0.22.4 |
2396 | 2024-06-22T01:15:05.138Z | Compiling paste v1.0.15 |
2397 | 2024-06-22T01:15:05.240Z | Compiling slog-async v2.8.0 |
2398 | 2024-06-22T01:15:05.408Z | Compiling slog-term v2.9.1 |
2399 | 2024-06-22T01:15:05.425Z | Compiling diesel v2.1.6 |
2400 | 2024-06-22T01:15:05.731Z | Compiling rustls-webpki v0.102.4 |
2401 | 2024-06-22T01:15:06.462Z | Compiling multer v3.1.0 |
2402 | 2024-06-22T01:15:06.680Z | Compiling instant v0.1.12 |
2403 | 2024-06-22T01:15:06.843Z | Compiling slog-json v2.6.1 |
2404 | 2024-06-22T01:15:07.239Z | Compiling async-stream-impl v0.3.5 |
2405 | 2024-06-22T01:15:07.694Z | Compiling strum v0.26.2 |
2406 | 2024-06-22T01:15:07.763Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2407 | 2024-06-22T01:15:07.875Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2408 | 2024-06-22T01:15:07.903Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2409 | 2024-06-22T01:15:07.962Z | Compiling atomic-waker v1.1.2 |
2410 | 2024-06-22T01:15:08.049Z | Compiling debug-ignore v1.0.5 |
2411 | 2024-06-22T01:15:08.141Z | Compiling waitgroup v0.1.2 |
2412 | 2024-06-22T01:15:08.200Z | Compiling slog-bunyan v2.5.0 |
2413 | 2024-06-22T01:15:08.373Z | Compiling rustls-pemfile v2.1.2 |
2414 | 2024-06-22T01:15:08.401Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2415 | 2024-06-22T01:15:08.714Z | Compiling async-stream v0.3.5 |
2416 | 2024-06-22T01:15:08.854Z | Compiling serde_path_to_error v0.1.16 |
2417 | 2024-06-22T01:15:09.069Z | Compiling structmeta-derive v0.3.0 |
2418 | 2024-06-22T01:15:09.379Z | Compiling hostname v0.4.0 |
2419 | 2024-06-22T01:15:09.654Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2420 | 2024-06-22T01:15:09.681Z | Compiling newtype-uuid v1.1.0 |
2421 | 2024-06-22T01:15:09.955Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2422 | 2024-06-22T01:15:09.998Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2423 | 2024-06-22T01:15:10.309Z | Compiling backoff v0.4.0 |
2424 | 2024-06-22T01:15:10.675Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2425 | 2024-06-22T01:15:10.734Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2426 | 2024-06-22T01:15:10.745Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2427 | 2024-06-22T01:15:10.841Z | Compiling tokio-rustls v0.25.0 |
2428 | 2024-06-22T01:15:10.917Z | Compiling macaddr v1.0.1 |
2429 | 2024-06-22T01:15:11.142Z | Compiling darling_macro v0.20.9 |
2430 | 2024-06-22T01:15:11.448Z | Compiling proc-macro-crate v1.3.1 |
2431 | 2024-06-22T01:15:11.545Z | Compiling fastrand v2.1.0 |
2432 | 2024-06-22T01:15:12.095Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2433 | 2024-06-22T01:15:12.272Z | Compiling darling v0.20.9 |
2434 | 2024-06-22T01:15:12.290Z | Compiling structmeta v0.3.0 |
2435 | 2024-06-22T01:15:12.379Z | Compiling serde_with_macros v3.8.1 |
2436 | 2024-06-22T01:15:12.467Z | Compiling tempfile v3.10.1 |
2437 | 2024-06-22T01:15:12.606Z | Compiling num_enum_derive v0.5.11 |
2438 | 2024-06-22T01:15:12.730Z | Compiling parse-display-derive v0.9.0 |
2439 | 2024-06-22T01:15:13.402Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2440 | 2024-06-22T01:15:13.696Z | Compiling foreign-types-macros v0.2.3 |
2441 | 2024-06-22T01:15:15.034Z | Compiling heapless v0.8.0 |
2442 | 2024-06-22T01:15:15.475Z | Compiling num_enum v0.5.11 |
2443 | 2024-06-22T01:15:15.580Z | Compiling serde_with v3.8.1 |
2444 | 2024-06-22T01:15:15.612Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2445 | 2024-06-22T01:15:15.632Z | Compiling foreign-types-shared v0.3.1 |
2446 | 2024-06-22T01:15:15.760Z | Compiling foreign-types v0.5.0 |
2447 | 2024-06-22T01:15:15.912Z | Compiling proc-macro-error v1.0.4 |
2448 | 2024-06-22T01:15:16.465Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2449 | 2024-06-22T01:15:16.530Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2450 | 2024-06-22T01:15:16.632Z | Compiling cstr-argument v0.1.2 |
2451 | 2024-06-22T01:15:16.950Z | Compiling hash32 v0.3.1 |
2452 | 2024-06-22T01:15:17.214Z | Compiling pretty-hex v0.2.1 |
2453 | 2024-06-22T01:15:17.296Z | Compiling smoltcp v0.11.0 |
2454 | 2024-06-22T01:15:17.401Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2455 | 2024-06-22T01:15:17.751Z | Compiling parse-display v0.9.0 |
2456 | 2024-06-22T01:15:17.767Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2457 | 2024-06-22T01:15:18.085Z | Compiling camino-tempfile v1.1.1 |
2458 | 2024-06-22T01:15:18.387Z | Compiling tabwriter v1.4.0 |
2459 | 2024-06-22T01:15:18.477Z | Compiling colored v2.1.0 |
2460 | 2024-06-22T01:15:18.547Z | Compiling socket2 v0.4.10 |
2461 | 2024-06-22T01:15:18.706Z | Compiling cobs v0.2.3 |
2462 | 2024-06-22T01:15:18.920Z | Compiling embedded-io v0.4.0 |
2463 | 2024-06-22T01:15:19.156Z | Compiling postcard v1.0.8 |
2464 | 2024-06-22T01:15:19.277Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2465 | 2024-06-22T01:15:19.433Z | Compiling crucible-workspace-hack v0.1.0 |
2466 | 2024-06-22T01:15:19.554Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2467 | 2024-06-22T01:15:19.731Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2468 | 2024-06-22T01:15:19.782Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2469 | 2024-06-22T01:15:19.898Z | Compiling smf v0.2.3 |
2470 | 2024-06-22T01:15:20.023Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2471 | 2024-06-22T01:15:20.077Z | Compiling humantime v2.1.0 |
2472 | 2024-06-22T01:15:20.344Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2473 | 2024-06-22T01:15:20.631Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2474 | 2024-06-22T01:15:20.653Z | Compiling num-derive v0.4.2 |
2475 | 2024-06-22T01:15:21.122Z | Compiling sigpipe v0.1.3 |
2476 | 2024-06-22T01:15:21.254Z | Compiling utf-8 v0.7.6 |
2477 | 2024-06-22T01:15:21.362Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2478 | 2024-06-22T01:15:21.588Z | Compiling atty v0.2.14 |
2479 | 2024-06-22T01:15:21.723Z | Compiling same-file v1.0.6 |
2480 | 2024-06-22T01:15:21.797Z | Compiling platforms v3.4.0 |
2481 | 2024-06-22T01:15:21.923Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2482 | 2024-06-22T01:15:21.993Z | Compiling rayon-core v1.12.1 |
2483 | 2024-06-22T01:15:22.274Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2484 | 2024-06-22T01:15:22.555Z | Compiling semver v0.1.20 |
2485 | 2024-06-22T01:15:23.209Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2486 | 2024-06-22T01:15:23.229Z | Compiling rustc_version v0.1.7 |
2487 | 2024-06-22T01:15:23.769Z | Compiling curve25519-dalek v4.1.2 |
2488 | 2024-06-22T01:15:23.873Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2489 | 2024-06-22T01:15:23.955Z | Compiling walkdir v2.5.0 |
2490 | 2024-06-22T01:15:24.035Z | Compiling newline-converter v0.3.0 |
2491 | 2024-06-22T01:15:24.170Z | Compiling crossbeam-deque v0.8.5 |
2492 | 2024-06-22T01:15:24.208Z | Compiling universal-hash v0.5.1 |
2493 | 2024-06-22T01:15:24.394Z | Compiling opaque-debug v0.3.1 |
2494 | 2024-06-22T01:15:24.422Z | Compiling expectorate v1.1.0 |
2495 | 2024-06-22T01:15:24.520Z | Compiling newtype_derive v0.1.6 |
2496 | 2024-06-22T01:15:24.535Z | Compiling xattr v1.3.1 |
2497 | 2024-06-22T01:15:24.588Z | Compiling signature v2.2.0 |
2498 | 2024-06-22T01:15:24.754Z | Compiling curve25519-dalek-derive v0.1.1 |
2499 | 2024-06-22T01:15:24.799Z | Compiling blake3 v1.5.1 |
2500 | 2024-06-22T01:15:24.802Z | Compiling ring v0.16.20 |
2501 | 2024-06-22T01:15:24.897Z | Compiling unicase v2.7.0 |
2502 | 2024-06-22T01:15:25.188Z | Compiling linked-hash-map v0.5.6 |
2503 | 2024-06-22T01:15:25.365Z | Compiling getrandom v0.1.16 |
2504 | 2024-06-22T01:15:25.557Z | Compiling quick-error v1.2.3 |
2505 | 2024-06-22T01:15:25.716Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2506 | 2024-06-22T01:15:25.926Z | Compiling termcolor v1.4.1 |
2507 | 2024-06-22T01:15:25.979Z | Compiling convert_case v0.4.0 |
2508 | 2024-06-22T01:15:26.093Z | Compiling arc-swap v1.7.1 |
2509 | 2024-06-22T01:15:26.366Z | Compiling env_logger v0.9.3 |
2510 | 2024-06-22T01:15:26.790Z | Compiling slog-scope v4.4.0 |
2511 | 2024-06-22T01:15:27.043Z | Compiling derive_more v0.99.17 |
2512 | 2024-06-22T01:15:27.078Z | Compiling resolv-conf v0.7.0 |
2513 | 2024-06-22T01:15:27.360Z | Compiling lru-cache v0.1.2 |
2514 | 2024-06-22T01:15:27.885Z | Compiling rayon v1.10.0 |
2515 | 2024-06-22T01:15:27.965Z | Compiling tar v0.4.40 |
2516 | 2024-06-22T01:15:28.198Z | Compiling tungstenite v0.21.0 |
2517 | 2024-06-22T01:15:29.612Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2518 | 2024-06-22T01:15:30.113Z | Compiling blake2 v0.10.6 |
2519 | 2024-06-22T01:15:30.173Z | Compiling bitstruct_derive v0.1.0 |
2520 | 2024-06-22T01:15:30.441Z | Compiling derive-where v1.2.7 |
2521 | 2024-06-22T01:15:31.524Z | Compiling password-hash v0.5.0 |
2522 | 2024-06-22T01:15:31.624Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2523 | 2024-06-22T01:15:31.771Z | Compiling memmap2 v0.9.4 |
2524 | 2024-06-22T01:15:32.272Z | Compiling arrayvec v0.7.4 |
2525 | 2024-06-22T01:15:32.614Z | Compiling untrusted v0.7.1 |
2526 | 2024-06-22T01:15:32.696Z | Compiling libefi-sys v0.1.0 |
2527 | 2024-06-22T01:15:32.809Z | Compiling home v0.5.9 |
2528 | 2024-06-22T01:15:32.973Z | Compiling ascii v1.1.0 |
2529 | 2024-06-22T01:15:33.012Z | Compiling parking_lot_core v0.8.6 |
2530 | 2024-06-22T01:15:33.070Z | Compiling constant_time_eq v0.3.0 |
2531 | 2024-06-22T01:15:33.264Z | Compiling arrayref v0.3.7 |
2532 | 2024-06-22T01:15:33.373Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2533 | 2024-06-22T01:15:33.616Z | Compiling toolchain_find v0.4.0 |
2534 | 2024-06-22T01:15:34.267Z | Compiling argon2 v0.5.3 |
2535 | 2024-06-22T01:15:34.918Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2536 | 2024-06-22T01:15:35.161Z | Compiling bitstruct v0.1.1 |
2537 | 2024-06-22T01:15:35.202Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2538 | 2024-06-22T01:15:35.218Z | Compiling tokio-tungstenite v0.21.0 |
2539 | 2024-06-22T01:15:35.612Z | Compiling trust-dns-resolver v0.22.0 |
2540 | 2024-06-22T01:15:35.765Z | Compiling slog-stdlog v4.1.1 |
2541 | 2024-06-22T01:15:35.797Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2542 | 2024-06-22T01:15:35.800Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2543 | 2024-06-22T01:15:36.108Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2544 | 2024-06-22T01:15:36.322Z | Compiling serde_arrays v0.1.0 |
2545 | 2024-06-22T01:15:36.476Z | Compiling erased-serde v0.3.31 |
2546 | 2024-06-22T01:15:36.495Z | Compiling num-rational v0.4.2 |
2547 | 2024-06-22T01:15:36.553Z | Compiling rfc6979 v0.4.0 |
2548 | 2024-06-22T01:15:36.753Z | Compiling aead v0.5.2 |
2549 | 2024-06-22T01:15:37.190Z | Compiling num-complex v0.4.6 |
2550 | 2024-06-22T01:15:37.212Z | Compiling nibble_vec v0.1.0 |
2551 | 2024-06-22T01:15:37.424Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2552 | 2024-06-22T01:15:37.779Z | Compiling slog-dtrace v0.3.0 |
2553 | 2024-06-22T01:15:37.940Z | Compiling topological-sort v0.2.2 |
2554 | 2024-06-22T01:15:37.967Z | Compiling endian-type v0.1.2 |
2555 | 2024-06-22T01:15:38.056Z | Compiling keccak v0.1.5 |
2556 | 2024-06-22T01:15:38.146Z | Compiling cancel-safe-futures v0.1.5 |
2557 | 2024-06-22T01:15:38.185Z | Compiling radix_trie v0.2.1 |
2558 | 2024-06-22T01:15:38.205Z | Compiling omicron-zone-package v0.11.0 |
2559 | 2024-06-22T01:15:38.424Z | Compiling sha3 v0.10.8 |
2560 | 2024-06-22T01:15:38.499Z | Compiling num v0.4.3 |
2561 | 2024-06-22T01:15:38.791Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2562 | 2024-06-22T01:15:38.898Z | Compiling ecdsa v0.16.9 |
2563 | 2024-06-22T01:15:39.071Z | Compiling rand_core v0.5.1 |
2564 | 2024-06-22T01:15:39.463Z | Compiling slog-envlogger v2.2.0 |
2565 | 2024-06-22T01:15:39.578Z | Compiling mime_guess v2.0.4 |
2566 | 2024-06-22T01:15:39.775Z | Compiling steno v0.4.0 |
2567 | 2024-06-22T01:15:40.250Z | Compiling rustfmt-wrapper v0.2.1 |
2568 | 2024-06-22T01:15:41.275Z | Compiling poly1305 v0.8.0 |
2569 | 2024-06-22T01:15:41.673Z | Compiling tungstenite v0.20.1 |
2570 | 2024-06-22T01:15:42.192Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2571 | 2024-06-22T01:15:42.699Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2572 | 2024-06-22T01:15:42.952Z | Compiling primeorder v0.13.6 |
2573 | 2024-06-22T01:15:43.044Z | Compiling heck v0.3.3 |
2574 | 2024-06-22T01:15:43.111Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2575 | 2024-06-22T01:15:43.489Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2576 | 2024-06-22T01:15:43.505Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2577 | 2024-06-22T01:15:43.794Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2578 | 2024-06-22T01:15:43.904Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2579 | 2024-06-22T01:15:44.071Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2580 | 2024-06-22T01:15:44.716Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2581 | 2024-06-22T01:15:44.954Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2582 | 2024-06-22T01:15:45.028Z | Compiling chacha20 v0.9.1 |
2583 | 2024-06-22T01:15:45.133Z | Compiling secrecy v0.8.0 |
2584 | 2024-06-22T01:15:45.302Z | Compiling thiserror-impl-no-std v2.0.2 |
2585 | 2024-06-22T01:15:45.418Z | Compiling half v2.4.1 |
2586 | 2024-06-22T01:15:45.492Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2587 | 2024-06-22T01:15:45.611Z | Compiling option-ext v0.2.0 |
2588 | 2024-06-22T01:15:45.646Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2589 | 2024-06-22T01:15:45.753Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2590 | 2024-06-22T01:15:45.923Z | Compiling ciborium-io v0.2.2 |
2591 | 2024-06-22T01:15:46.022Z | Compiling dirs-sys v0.4.1 |
2592 | 2024-06-22T01:15:46.063Z | Compiling ciborium-ll v0.2.2 |
2593 | 2024-06-22T01:15:46.067Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2594 | 2024-06-22T01:15:46.507Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2595 | 2024-06-22T01:15:46.706Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2596 | 2024-06-22T01:15:46.758Z | Compiling zone_cfg_derive v0.1.2 |
2597 | 2024-06-22T01:15:46.792Z | Compiling tokio-tungstenite v0.20.1 |
2598 | 2024-06-22T01:15:47.914Z | Compiling parking_lot v0.11.2 |
2599 | 2024-06-22T01:15:48.025Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2600 | 2024-06-22T01:15:48.385Z | Compiling rand_chacha v0.2.2 |
2601 | 2024-06-22T01:15:48.782Z | Compiling thiserror-no-std v2.0.2 |
2602 | 2024-06-22T01:15:48.906Z | Compiling trust-dns-client v0.22.0 |
2603 | 2024-06-22T01:15:49.030Z | Compiling ed25519 v2.2.3 |
2604 | 2024-06-22T01:15:49.545Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2605 | 2024-06-22T01:15:49.568Z | Compiling polyval v0.6.2 |
2606 | 2024-06-22T01:15:49.990Z | Compiling libsw v3.3.1 |
2607 | 2024-06-22T01:15:50.006Z | Compiling toml v0.5.11 |
2608 | 2024-06-22T01:15:50.323Z | Compiling aes v0.8.4 |
2609 | 2024-06-22T01:15:50.379Z | Compiling ctr v0.9.2 |
2610 | 2024-06-22T01:15:50.660Z | Compiling blowfish v0.9.1 |
2611 | 2024-06-22T01:15:50.748Z | Compiling pbkdf2 v0.12.2 |
2612 | 2024-06-22T01:15:50.925Z | Compiling password-hash v0.4.2 |
2613 | 2024-06-22T01:15:51.119Z | Compiling gethostname v0.4.3 |
2614 | 2024-06-22T01:15:51.419Z | Compiling fxhash v0.2.1 |
2615 | 2024-06-22T01:15:51.634Z | Compiling linear-map v1.2.0 |
2616 | 2024-06-22T01:15:51.929Z | Compiling owo-colors v4.0.0 |
2617 | 2024-06-22T01:15:52.048Z | Compiling base64 v0.13.1 |
2618 | 2024-06-22T01:15:52.145Z | Compiling trust-dns-server v0.22.1 |
2619 | 2024-06-22T01:15:52.681Z | Compiling ron v0.7.1 |
2620 | 2024-06-22T01:15:53.218Z | Compiling sled v0.34.7 |
2621 | 2024-06-22T01:15:53.846Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2622 | 2024-06-22T01:15:54.242Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2623 | 2024-06-22T01:15:55.111Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2624 | 2024-06-22T01:15:59.039Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2625 | 2024-06-22T01:15:59.224Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2626 | 2024-06-22T01:16:00.004Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2627 | 2024-06-22T01:16:01.748Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2628 | 2024-06-22T01:16:02.121Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2629 | 2024-06-22T01:16:02.645Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2630 | 2024-06-22T01:16:03.096Z | Compiling pbkdf2 v0.11.0 |
2631 | 2024-06-22T01:16:03.458Z | Compiling bcrypt-pbkdf v0.10.0 |
2632 | 2024-06-22T01:16:03.482Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2633 | 2024-06-22T01:16:03.982Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2634 | 2024-06-22T01:16:04.083Z | Compiling ghash v0.5.1 |
2635 | 2024-06-22T01:16:04.203Z | Compiling ed25519-dalek v2.1.1 |
2636 | 2024-06-22T01:16:04.272Z | Compiling vsss-rs v3.3.4 |
2637 | 2024-06-22T01:16:04.829Z | Compiling rand v0.7.3 |
2638 | 2024-06-22T01:16:05.201Z | Compiling zone v0.1.8 |
2639 | 2024-06-22T01:16:05.327Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2640 | 2024-06-22T01:16:05.939Z | Compiling ciborium v0.2.2 |
2641 | 2024-06-22T01:16:06.904Z | Compiling dirs v5.0.1 |
2642 | 2024-06-22T01:16:07.519Z | Compiling chacha20poly1305 v0.10.1 |
2643 | 2024-06-22T01:16:07.759Z | Compiling p256 v0.13.2 |
2644 | 2024-06-22T01:16:08.607Z | Compiling p521 v0.13.3 |
2645 | 2024-06-22T01:16:08.680Z | Compiling pem v3.0.4 |
2646 | 2024-06-22T01:16:08.860Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2647 | 2024-06-22T01:16:08.998Z | Compiling headers-core v0.2.0 |
2648 | 2024-06-22T01:16:09.160Z | Compiling cbc v0.1.2 |
2649 | 2024-06-22T01:16:09.254Z | Compiling kstat-rs v0.2.3 |
2650 | 2024-06-22T01:16:09.417Z | Compiling portpicker v0.1.1 |
2651 | 2024-06-22T01:16:09.519Z | Compiling nanorand v0.7.0 |
2652 | 2024-06-22T01:16:09.771Z | Compiling russh-cryptovec v0.7.2 |
2653 | 2024-06-22T01:16:09.961Z | Compiling http-range v0.1.5 |
2654 | 2024-06-22T01:16:10.088Z | Compiling glob v0.3.1 |
2655 | 2024-06-22T01:16:10.139Z | Compiling hyper-staticfile v0.9.5 |
2656 | 2024-06-22T01:16:10.361Z | Compiling russh-keys v0.43.0 |
2657 | 2024-06-22T01:16:11.077Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2658 | 2024-06-22T01:16:11.107Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2659 | 2024-06-22T01:16:11.212Z | Compiling flume v0.11.0 |
2660 | 2024-06-22T01:16:11.298Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2661 | 2024-06-22T01:16:11.927Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2662 | 2024-06-22T01:16:12.543Z | Compiling headers v0.3.9 |
2663 | 2024-06-22T01:16:13.971Z | Compiling rcgen v0.12.1 |
2664 | 2024-06-22T01:16:14.596Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2665 | 2024-06-22T01:16:16.598Z | Compiling aes-gcm v0.10.3 |
2666 | 2024-06-22T01:16:16.942Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2667 | 2024-06-22T01:16:17.392Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2668 | 2024-06-22T01:16:18.091Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2669 | 2024-06-22T01:16:18.304Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2670 | 2024-06-22T01:16:18.846Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2671 | 2024-06-22T01:16:20.650Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2672 | 2024-06-22T01:16:22.248Z | Compiling atomicwrites v0.4.3 |
2673 | 2024-06-22T01:16:22.629Z | Compiling subprocess v0.2.9 |
2674 | 2024-06-22T01:16:24.759Z | Compiling dhcproto-macros v0.1.0 |
2675 | 2024-06-22T01:16:24.915Z | Compiling display-error-chain v0.2.0 |
2676 | 2024-06-22T01:16:25.116Z | Compiling hex-literal v0.4.1 |
2677 | 2024-06-22T01:16:25.279Z | Compiling russh v0.43.0 |
2678 | 2024-06-22T01:16:25.734Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2679 | 2024-06-22T01:16:25.805Z | Compiling dhcproto v0.11.0 |
2680 | 2024-06-22T01:16:26.772Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2681 | 2024-06-22T01:16:28.611Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2682 | 2024-06-22T01:16:29.089Z | Compiling internet-checksum v0.2.1 |
2683 | 2024-06-22T01:16:30.110Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2684 | 2024-06-22T01:16:32.049Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2685 | 2024-06-22T01:16:52.918Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2686 | 2024-06-22T01:17:37.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 44s |
2687 | 2024-06-22T01:17:37.834Z | |
2688 | 2024-06-22T01:17:37.837Z | real 3:44.191505804 |
2689 | 2024-06-22T01:17:37.837Z | user 19:49.251192756 |
2690 | 2024-06-22T01:17:37.837Z | sys 4:13.795396960 |
2691 | 2024-06-22T01:17:37.837Z | trap 0.570391626 |
2692 | 2024-06-22T01:17:37.837Z | tflt 0.515285343 |
2693 | 2024-06-22T01:17:37.837Z | dflt 2.202378903 |
2694 | 2024-06-22T01:17:37.837Z | kflt 0.000218639 |
2695 | 2024-06-22T01:17:37.837Z | lock 42:28.361202916 |
2696 | 2024-06-22T01:17:37.837Z | slp 56:44.611088846 |
2697 | 2024-06-22T01:17:37.837Z | lat 1:05.022584073 |
2698 | 2024-06-22T01:17:37.837Z | stop 2:15.073943525 |
2699 | 2024-06-22T01:17:37.837Z | + mkdir tests |
2700 | 2024-06-22T01:17:37.840Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2701 | 2024-06-22T01:17:37.840Z | + xargs -I '{}' -t cp '{}' tests/ |
2702 | 2024-06-22T01:17:39.150Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-79471f99d6d06b4b tests/ |
2703 | 2024-06-22T01:17:39.171Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7f0882e2eceae0aa tests/ |
2704 | 2024-06-22T01:17:39.191Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-2db5bbecd2538da9 tests/ |
2705 | 2024-06-22T01:17:39.211Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-19ed268c7da5f0b8 tests/ |
2706 | 2024-06-22T01:17:39.501Z | + 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/*) |
2707 | 2024-06-22T01:17:39.504Z | + 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-7f0882e2eceae0aa tests/commtest-2db5bbecd2538da9 tests/dhcp_server-79471f99d6d06b4b tests/end_to_end_tests-19ed268c7da5f0b8 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 |
2708 | 2024-06-22T01:18:43.675Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2709 | 2024-06-22T01:18:43.675Z | a out/target/test 1K |
2710 | 2024-06-22T01:18:43.675Z | a out/npuzone/npuzone 23144K |
2711 | 2024-06-22T01:18:43.675Z | a package-manifest.toml 28K |
2712 | 2024-06-22T01:18:43.675Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2713 | 2024-06-22T01:18:43.675Z | a target/release/omicron-package 31892K |
2714 | 2024-06-22T01:18:43.675Z | a target/release/xtask 18153K |
2715 | 2024-06-22T01:18:43.675Z | a target/debug/bootstrap 352839K |
2716 | 2024-06-22T01:18:43.675Z | a tests/bootstrap-7f0882e2eceae0aa 23989K |
2717 | 2024-06-22T01:18:43.675Z | a tests/commtest-2db5bbecd2538da9 23990K |
2718 | 2024-06-22T01:18:43.675Z | a tests/dhcp_server-79471f99d6d06b4b 23989K |
2719 | 2024-06-22T01:18:43.675Z | a tests/end_to_end_tests-19ed268c7da5f0b8 362400K |
2720 | 2024-06-22T01:18:43.675Z | a out/clickhouse.tar.gz 223016K |
2721 | 2024-06-22T01:18:43.675Z | a out/clickhouse_keeper.tar.gz 223000K |
2722 | 2024-06-22T01:18:43.675Z | a out/cockroachdb.tar.gz 131730K |
2723 | 2024-06-22T01:18:43.675Z | a out/crucible-pantry-zone.tar.gz 27309K |
2724 | 2024-06-22T01:18:43.676Z | a out/crucible-zone.tar.gz 38062K |
2725 | 2024-06-22T01:18:43.676Z | a out/external-dns.tar.gz 25096K |
2726 | 2024-06-22T01:18:43.676Z | a out/internal-dns.tar.gz 25096K |
2727 | 2024-06-22T01:18:43.676Z | a out/mg-ddm-gz.tar 60673K |
2728 | 2024-06-22T01:18:43.676Z | a out/nexus.tar.gz 83188K |
2729 | 2024-06-22T01:18:43.676Z | a out/ntp.tar.gz 8858K |
2730 | 2024-06-22T01:18:43.676Z | a out/omicron-gateway-softnpu.tar.gz 13763K |
2731 | 2024-06-22T01:18:43.676Z | a out/omicron-sled-agent.tar 93406K |
2732 | 2024-06-22T01:18:43.676Z | a out/overlay.tar.gz 3K |
2733 | 2024-06-22T01:18:43.676Z | a out/oximeter.tar.gz 40425K |
2734 | 2024-06-22T01:18:43.676Z | a out/oxlog.tar 2954K |
2735 | 2024-06-22T01:18:43.676Z | a out/probe.tar.gz 2764K |
2736 | 2024-06-22T01:18:43.676Z | a out/propolis-server.tar.gz 64643K |
2737 | 2024-06-22T01:18:43.676Z | a out/pumpkind-gz.tar 26665K |
2738 | 2024-06-22T01:18:43.676Z | a out/switch-softnpu.tar.gz 195847K |
2739 | 2024-06-22T01:18:43.679Z | |
2740 | 2024-06-22T01:18:43.679Z | real 1:04.157960252 |
2741 | 2024-06-22T01:18:43.679Z | user 1:01.392213660 |
2742 | 2024-06-22T01:18:43.679Z | sys 3.796412699 |
2743 | 2024-06-22T01:18:43.679Z | trap 0.015441986 |
2744 | 2024-06-22T01:18:43.679Z | tflt 0.000000000 |
2745 | 2024-06-22T01:18:43.679Z | dflt 0.000000000 |
2746 | 2024-06-22T01:18:43.679Z | kflt 0.000000000 |
2747 | 2024-06-22T01:18:43.679Z | lock 0.000000000 |
2748 | 2024-06-22T01:18:43.679Z | slp 1:01.317377034 |
2749 | 2024-06-22T01:18:43.679Z | lat 1.789588721 |
2750 | 2024-06-22T01:18:43.679Z | stop 0.000280631 |
2751 | 2024-06-22T01:18:43.679Z | process exited: duration 1720736 ms, exit code 0 |
|
2752 | 2024-06-22T01:18:43.694Z | found 1 output files |
2753 | 2024-06-22T01:18:43.694Z | uploading: /work/package.tar.gz (1398145261 bytes) |
2754 | 2024-06-22T01:19:12.754Z | uploaded: /work/package.tar.gz |