|
|
|
1 | 2024-08-06T03:20:30.606Z | job assigned to worker 01J4JV5XAK1XFSVGBTP5GTKZ3P (queued for 1 m 6 s) |
|
2 | 2024-08-06T03:20:38.537Z | starting task 0: "setup" |
3 | 2024-08-06T03:20:38.599Z | ++ uname -s |
4 | 2024-08-06T03:20:38.602Z | + kern=SunOS |
5 | 2024-08-06T03:20:38.602Z | + case "$kern" in |
6 | 2024-08-06T03:20:38.602Z | + groupadd -g 12345 build |
7 | 2024-08-06T03:20:38.604Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-06T03:20:40.619Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-06T03:20:40.747Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-06T03:20:40.752Z | + home_fs=zfs |
11 | 2024-08-06T03:20:40.752Z | + [[ zfs == autofs ]] |
12 | 2024-08-06T03:20:40.752Z | + mkdir -p /home/build |
13 | 2024-08-06T03:20:40.754Z | + chown build:build /home/build /work |
14 | 2024-08-06T03:20:42.754Z | + chmod 0700 /home/build /work |
15 | 2024-08-06T03:20:42.758Z | process exited: duration 4221 ms, exit code 0 |
|
16 | 2024-08-06T03:20:42.763Z | starting task 1: "rust-toolchain" |
17 | 2024-08-06T03:20:42.769Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-06T03:20:42.769Z | ' 1.80.0 |
19 | 2024-08-06T03:20:42.769Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-06T03:20:42.769Z | ' default |
21 | 2024-08-06T03:20:42.769Z | * toolchain channel = "1.80.0" |
22 | 2024-08-06T03:20:42.769Z | * toolchain profile = "default" |
23 | 2024-08-06T03:20:42.772Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-06T03:20:42.772Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-06T03:20:42.917Z | info: downloading installer |
26 | 2024-08-06T03:20:44.445Z | info: profile set to 'default' |
27 | 2024-08-06T03:20:44.445Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-06T03:20:44.448Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-06T03:20:44.581Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-06T03:20:44.581Z | info: downloading component 'cargo' |
31 | 2024-08-06T03:20:45.296Z | info: downloading component 'clippy' |
32 | 2024-08-06T03:20:45.549Z | info: downloading component 'rust-docs' |
33 | 2024-08-06T03:20:46.538Z | info: downloading component 'rust-std' |
34 | 2024-08-06T03:20:47.932Z | info: downloading component 'rustc' |
35 | 2024-08-06T03:20:51.792Z | info: downloading component 'rustfmt' |
36 | 2024-08-06T03:20:52.003Z | info: installing component 'cargo' |
37 | 2024-08-06T03:20:52.890Z | info: installing component 'clippy' |
38 | 2024-08-06T03:20:53.284Z | info: installing component 'rust-docs' |
39 | 2024-08-06T03:20:54.918Z | info: installing component 'rust-std' |
40 | 2024-08-06T03:20:56.642Z | info: installing component 'rustc' |
41 | 2024-08-06T03:21:01.415Z | info: installing component 'rustfmt' |
42 | 2024-08-06T03:21:01.782Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-06T03:21:01.782Z | |
44 | 2024-08-06T03:21:02.080Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-06T03:21:02.080Z | |
46 | 2024-08-06T03:21:02.083Z | |
47 | 2024-08-06T03:21:02.083Z | Rust is installed now. Great! |
48 | 2024-08-06T03:21:02.083Z | |
49 | 2024-08-06T03:21:02.083Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-06T03:21:02.083Z | environment variable. This has not been done automatically. |
51 | 2024-08-06T03:21:02.083Z | |
52 | 2024-08-06T03:21:02.083Z | To configure your current shell, you need to source |
53 | 2024-08-06T03:21:02.083Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-06T03:21:02.083Z | |
55 | 2024-08-06T03:21:02.083Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-06T03:21:02.083Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-06T03:21:02.083Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-06T03:21:02.156Z | + rustc --version |
59 | 2024-08-06T03:21:02.225Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-06T03:21:02.228Z | process exited: duration 19462 ms, exit code 0 |
|
61 | 2024-08-06T03:21:02.236Z | starting task 2: "authentication" |
62 | 2024-08-06T03:21:02.256Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-06T03:21:02.261Z | starting task 3: "clone repository" |
64 | 2024-08-06T03:21:02.266Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-06T03:21:02.269Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-06T03:21:02.429Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-06T03:21:07.699Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-06T03:21:07.700Z | + git fetch origin 9490ec762348aa66a7d4f637507d6681bc09cca1 |
69 | 2024-08-06T03:21:08.003Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-06T03:21:08.004Z | * branch 9490ec762348aa66a7d4f637507d6681bc09cca1 -> FETCH_HEAD |
71 | 2024-08-06T03:21:08.015Z | + [[ -n renovate/actions-setup-node-4.x ]] |
72 | 2024-08-06T03:21:08.021Z | ++ git branch --show-current |
73 | 2024-08-06T03:21:08.021Z | + current=main |
74 | 2024-08-06T03:21:08.021Z | + [[ main != renovate/actions-setup-node-4.x ]] |
75 | 2024-08-06T03:21:08.021Z | + git branch -f renovate/actions-setup-node-4.x 9490ec762348aa66a7d4f637507d6681bc09cca1 |
76 | 2024-08-06T03:21:08.024Z | + git checkout -f renovate/actions-setup-node-4.x |
77 | 2024-08-06T03:21:08.164Z | Switched to branch 'renovate/actions-setup-node-4.x' |
78 | 2024-08-06T03:21:08.167Z | + git reset --hard 9490ec762348aa66a7d4f637507d6681bc09cca1 |
79 | 2024-08-06T03:21:08.178Z | HEAD is now at 9490ec762 Update actions/setup-node action to v4.0.3 |
80 | 2024-08-06T03:21:08.182Z | process exited: duration 5915 ms, exit code 0 |
|
81 | 2024-08-06T03:21:08.189Z | starting task 4: "build" |
82 | 2024-08-06T03:21:08.196Z | + cargo --version |
83 | 2024-08-06T03:21:08.250Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-06T03:21:08.253Z | + rustc --version |
85 | 2024-08-06T03:21:08.314Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-06T03:21:08.317Z | + WORK=/work |
87 | 2024-08-06T03:21:08.317Z | + pfexec mkdir -p /work |
88 | 2024-08-06T03:21:08.323Z | + pfexec chown build /work |
89 | 2024-08-06T03:21:08.325Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-06T03:21:25.258Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-06T03:21:27.622Z | Startup: Caching catalogs ... Done |
92 | 2024-08-06T03:21:31.490Z | Planning: Solver setup ... Done (3.264s) |
93 | 2024-08-06T03:21:31.552Z | Planning: Running solver ... Done (0.062s) |
94 | 2024-08-06T03:21:31.606Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-08-06T03:21:31.618Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-06T03:21:31.945Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-06T03:21:32.000Z | Planning: Package planning ... Done (0.052s) |
98 | 2024-08-06T03:21:32.049Z | Planning: Merging actions ... Done (0.051s) |
99 | 2024-08-06T03:21:33.296Z | Planning: Checking for conflicting actions ... Done (1.247s) |
100 | 2024-08-06T03:21:33.309Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-06T03:21:39.417Z | Planning: Evaluating mediators ... Done (6.109s) |
102 | 2024-08-06T03:21:39.427Z | Planning: Planning completed in 11.74 seconds |
103 | 2024-08-06T03:21:40.074Z | Packages to install: 4 |
104 | 2024-08-06T03:21:40.074Z | Mediators to change: 2 |
105 | 2024-08-06T03:21:40.074Z | Services to change: 1 |
106 | 2024-08-06T03:21:40.077Z | Estimated space available: 155.75 GB |
107 | 2024-08-06T03:21:40.077Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-08-06T03:21:40.077Z | Create boot environment: No |
109 | 2024-08-06T03:21:40.077Z | Create backup boot environment: No |
110 | 2024-08-06T03:21:40.077Z | Rebuild boot archive: No |
111 | 2024-08-06T03:21:40.077Z | |
112 | 2024-08-06T03:21:40.077Z | Changed mediators: |
113 | 2024-08-06T03:21:40.077Z | mediator clang: |
114 | 2024-08-06T03:21:40.077Z | version: None -> 15 (system default) |
115 | 2024-08-06T03:21:40.077Z | |
116 | 2024-08-06T03:21:40.077Z | mediator llvm: |
117 | 2024-08-06T03:21:40.077Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-06T03:21:40.077Z | |
119 | 2024-08-06T03:21:40.077Z | Changed packages: |
120 | 2024-08-06T03:21:40.077Z | helios-dev |
121 | 2024-08-06T03:21:40.077Z | developer/build-essential |
122 | 2024-08-06T03:21:40.077Z | None -> 11-2.0 |
123 | 2024-08-06T03:21:40.077Z | library/libxmlsec1 |
124 | 2024-08-06T03:21:40.077Z | None -> 1.2.35-2.0 |
125 | 2024-08-06T03:21:40.077Z | ooce/developer/clang-15 |
126 | 2024-08-06T03:21:40.077Z | None -> 15.0.7-2.0 |
127 | 2024-08-06T03:21:40.078Z | ooce/developer/llvm-15 |
128 | 2024-08-06T03:21:40.078Z | None -> 15.0.7-2.0 |
129 | 2024-08-06T03:21:40.078Z | |
130 | 2024-08-06T03:21:40.078Z | Services: |
131 | 2024-08-06T03:21:40.078Z | restart_fmri: |
132 | 2024-08-06T03:21:40.078Z | svc:/system/update-man-index:default |
133 | 2024-08-06T03:21:40.412Z | |
134 | 2024-08-06T03:21:40.412Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-06T03:21:46.543Z | Download: 213/3290 items 1.3/212.6MB 0% complete (747k/s) |
136 | 2024-08-06T03:21:51.544Z | Download: 718/3290 items 17.9/212.6MB 8% complete (1.7M/s) |
137 | 2024-08-06T03:21:56.545Z | Download: 1504/3290 items 117.2/212.6MB 55% complete (11.5M/s) |
138 | 2024-08-06T03:22:01.547Z | Download: 2972/3290 items 121.2/212.6MB 57% complete (10.3M/s) |
139 | 2024-08-06T03:22:12.126Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (12.1M/s) |
140 | 2024-08-06T03:22:12.933Z | Download: Completed 212.60 MB in 32.51 seconds (6.5M/s) |
141 | 2024-08-06T03:22:13.135Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-08-06T03:22:18.160Z | Actions: 3609/3689 actions (Installing new actions) |
143 | 2024-08-06T03:22:18.445Z | Actions: Completed 3689 actions in 5.31 seconds. |
144 | 2024-08-06T03:22:18.733Z | Done (0.264s) |
145 | 2024-08-06T03:22:18.733Z | Done (0.000s) |
146 | 2024-08-06T03:22:19.068Z | Done (0.353s) |
147 | 2024-08-06T03:22:25.014Z | Done (5.765s) |
148 | 2024-08-06T03:22:25.212Z | Done (0.134s) |
149 | 2024-08-06T03:22:25.229Z | Done (0.000s) |
150 | 2024-08-06T03:22:25.395Z | Done (0.000s) |
151 | 2024-08-06T03:22:25.999Z | Planning: Evaluating mediator changes ... Done |
152 | 2024-08-06T03:22:26.165Z | Planning: Checking for conflicting actions ... Done |
153 | 2024-08-06T03:22:26.168Z | Planning: Consolidating action changes ... Done |
154 | 2024-08-06T03:22:26.438Z | Planning: Evaluating mediators ... Done |
155 | 2024-08-06T03:22:26.441Z | Planning: Planning completed in 0.44 seconds |
156 | 2024-08-06T03:22:26.471Z | Mediators to change: 2 |
157 | 2024-08-06T03:22:26.471Z | Create boot environment: No |
158 | 2024-08-06T03:22:26.474Z | Create backup boot environment: No |
159 | 2024-08-06T03:22:26.544Z | Done |
160 | 2024-08-06T03:22:26.544Z | Done |
161 | 2024-08-06T03:22:26.771Z | Done |
162 | 2024-08-06T03:22:30.509Z | Done |
163 | 2024-08-06T03:22:30.603Z | Done |
164 | 2024-08-06T03:22:30.608Z | Done |
165 | 2024-08-06T03:22:30.734Z | Done |
166 | 2024-08-06T03:22:31.366Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-08-06T03:22:31.369Z | Planning: Merging actions ... Done |
168 | 2024-08-06T03:22:31.561Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-08-06T03:22:31.563Z | Planning: Consolidating action changes ... Done |
170 | 2024-08-06T03:22:31.831Z | Planning: Evaluating mediators ... Done |
171 | 2024-08-06T03:22:31.889Z | Planning: Planning completed in 0.77 seconds |
172 | 2024-08-06T03:22:31.925Z | Packages to change: 1 |
173 | 2024-08-06T03:22:31.926Z | Mediators to change: 1 |
174 | 2024-08-06T03:22:31.930Z | Services to change: 1 |
175 | 2024-08-06T03:22:31.930Z | Create boot environment: No |
176 | 2024-08-06T03:22:31.930Z | Create backup boot environment: Yes |
177 | 2024-08-06T03:22:33.892Z | Actions: 1/6 actions (Updating modified actions) |
178 | 2024-08-06T03:22:33.931Z | Actions: Completed 6 actions in 0.04 seconds. |
179 | 2024-08-06T03:22:33.934Z | Done |
180 | 2024-08-06T03:22:33.934Z | Done |
181 | 2024-08-06T03:22:34.007Z | Done |
182 | 2024-08-06T03:22:37.941Z | Done |
183 | 2024-08-06T03:22:38.030Z | Done |
184 | 2024-08-06T03:22:38.034Z | Done |
185 | 2024-08-06T03:22:38.179Z | Done |
186 | 2024-08-06T03:22:38.634Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
187 | 2024-08-06T03:22:38.634Z | clang system 15 system |
188 | 2024-08-06T03:22:38.634Z | csh system system illumos |
189 | 2024-08-06T03:22:38.634Z | ctags system system illumos |
190 | 2024-08-06T03:22:38.634Z | gcc vendor 12 vendor |
191 | 2024-08-06T03:22:38.634Z | gcc system 10 system |
192 | 2024-08-06T03:22:38.634Z | gcc system 7 system |
193 | 2024-08-06T03:22:38.634Z | go system 1.20 system |
194 | 2024-08-06T03:22:38.634Z | go system 1.19 system |
195 | 2024-08-06T03:22:38.634Z | llvm system 15 system |
196 | 2024-08-06T03:22:38.634Z | llvm system 14 system |
197 | 2024-08-06T03:22:38.634Z | mariadb system 10.6 system |
198 | 2024-08-06T03:22:38.634Z | mta vendor vendor dma |
199 | 2024-08-06T03:22:38.634Z | openjdk system 17 system |
200 | 2024-08-06T03:22:38.635Z | openjdk system 11 system |
201 | 2024-08-06T03:22:38.635Z | openjdk system 1.8 system |
202 | 2024-08-06T03:22:38.635Z | openssl vendor 3 vendor |
203 | 2024-08-06T03:22:38.635Z | perl system 5.36 system |
204 | 2024-08-06T03:22:38.635Z | postgresql system 15 system |
205 | 2024-08-06T03:22:38.635Z | postgresql system 13 system |
206 | 2024-08-06T03:22:38.635Z | python vendor 3 vendor |
207 | 2024-08-06T03:22:38.635Z | python system 2 system |
208 | 2024-08-06T03:22:38.635Z | python3 system 3.11 system |
209 | 2024-08-06T03:22:38.635Z | ruby system 3.0 system |
210 | 2024-08-06T03:22:38.635Z | words vendor vendor american-english |
211 | 2024-08-06T03:22:38.635Z | words system system australian-english |
212 | 2024-08-06T03:22:38.635Z | words system system british-english |
213 | 2024-08-06T03:22:38.635Z | words system system canadian-english |
214 | 2024-08-06T03:22:38.635Z | words system system french |
215 | 2024-08-06T03:22:38.635Z | words system system italian |
216 | 2024-08-06T03:22:38.635Z | words system system ngerman |
217 | 2024-08-06T03:22:38.635Z | words system system ogerman |
218 | 2024-08-06T03:22:38.635Z | words system system spanish |
219 | 2024-08-06T03:22:38.984Z | PUBLISHER TYPE STATUS P LOCATION |
220 | 2024-08-06T03:22:38.984Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
221 | 2024-08-06T03:22:40.688Z | FMRI IFO |
222 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
223 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
224 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
225 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
226 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
227 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
229 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
230 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
231 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
232 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-08-06T03:22:40.688Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
234 | 2024-08-06T03:22:41.291Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
235 | 2024-08-06T03:22:41.552Z | Updating git repository `https://github.com/oxidecomputer/zone` |
236 | 2024-08-06T03:22:41.801Z | Updating crates.io index |
237 | 2024-08-06T03:22:41.868Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
238 | 2024-08-06T03:22:42.575Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
239 | 2024-08-06T03:22:43.262Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
240 | 2024-08-06T03:22:43.578Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
241 | 2024-08-06T03:22:45.208Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
242 | 2024-08-06T03:22:45.431Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
243 | 2024-08-06T03:22:45.691Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
244 | 2024-08-06T03:22:46.725Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
245 | 2024-08-06T03:22:48.572Z | Updating git repository `https://github.com/oxidecomputer/opte` |
246 | 2024-08-06T03:22:49.625Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
247 | 2024-08-06T03:22:50.407Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
248 | 2024-08-06T03:22:50.958Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
249 | 2024-08-06T03:22:51.232Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-08-06T03:22:51.486Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-08-06T03:22:51.746Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
252 | 2024-08-06T03:22:52.173Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-08-06T03:22:52.387Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-08-06T03:22:52.605Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-08-06T03:22:52.887Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
256 | 2024-08-06T03:22:53.175Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
257 | 2024-08-06T03:22:53.472Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
258 | 2024-08-06T03:22:53.973Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
259 | 2024-08-06T03:22:54.211Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
260 | 2024-08-06T03:22:54.679Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
261 | 2024-08-06T03:22:54.981Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-08-06T03:22:55.372Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-08-06T03:22:57.572Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-08-06T03:22:57.814Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-08-06T03:22:58.085Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-08-06T03:22:58.514Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-08-06T03:22:59.610Z | Downloading crates ... |
268 | 2024-08-06T03:22:59.691Z | Downloaded colorchoice v1.0.1 |
269 | 2024-08-06T03:22:59.697Z | Downloaded anstyle-parse v0.2.4 |
270 | 2024-08-06T03:22:59.700Z | Downloaded cargo_toml v0.20.4 |
271 | 2024-08-06T03:22:59.703Z | Downloaded camino v1.1.7 |
272 | 2024-08-06T03:22:59.705Z | Downloaded equivalent v1.0.1 |
273 | 2024-08-06T03:22:59.705Z | Downloaded anstream v0.6.14 |
274 | 2024-08-06T03:22:59.708Z | Downloaded swrite v0.1.0 |
275 | 2024-08-06T03:22:59.708Z | Downloaded is_terminal_polyfill v1.70.0 |
276 | 2024-08-06T03:22:59.714Z | Downloaded usdt-attr-macro v0.5.0 |
277 | 2024-08-06T03:22:59.717Z | Downloaded scroll_derive v0.12.0 |
278 | 2024-08-06T03:22:59.719Z | Downloaded pretty-hex v0.4.1 |
279 | 2024-08-06T03:22:59.722Z | Downloaded bytecount v0.6.8 |
280 | 2024-08-06T03:22:59.724Z | Downloaded clap v4.5.13 |
281 | 2024-08-06T03:22:59.732Z | Downloaded proc-macro-error-attr v1.0.4 |
282 | 2024-08-06T03:22:59.735Z | Downloaded heck v0.5.0 |
283 | 2024-08-06T03:22:59.735Z | Downloaded memmap v0.7.0 |
284 | 2024-08-06T03:22:59.738Z | Downloaded autocfg v1.3.0 |
285 | 2024-08-06T03:22:59.738Z | Downloaded utf8parse v0.2.1 |
286 | 2024-08-06T03:22:59.740Z | Downloaded tabled_derive v0.7.0 |
287 | 2024-08-06T03:22:59.740Z | Downloaded serde_spanned v0.6.7 |
288 | 2024-08-06T03:22:59.740Z | Downloaded dof v0.3.0 |
289 | 2024-08-06T03:22:59.743Z | Downloaded byteorder v1.5.0 |
290 | 2024-08-06T03:22:59.743Z | Downloaded usdt-impl v0.5.0 |
291 | 2024-08-06T03:22:59.746Z | Downloaded clap_derive v4.5.13 |
292 | 2024-08-06T03:22:59.746Z | Downloaded thiserror-impl v1.0.63 |
293 | 2024-08-06T03:22:59.749Z | Downloaded clap_lex v0.7.0 |
294 | 2024-08-06T03:22:59.749Z | Downloaded anyhow v1.0.86 |
295 | 2024-08-06T03:22:59.752Z | Downloaded sha2 v0.10.8 |
296 | 2024-08-06T03:22:59.754Z | Downloaded macaddr v1.0.1 |
297 | 2024-08-06T03:22:59.757Z | Downloaded cfg-if v1.0.0 |
298 | 2024-08-06T03:22:59.757Z | Downloaded quote v1.0.36 |
299 | 2024-08-06T03:22:59.760Z | Downloaded cargo-platform v0.1.8 |
300 | 2024-08-06T03:22:59.760Z | Downloaded bitflags v2.6.0 |
301 | 2024-08-06T03:22:59.763Z | Downloaded anstyle v1.0.8 |
302 | 2024-08-06T03:22:59.766Z | Downloaded anstyle-query v1.0.3 |
303 | 2024-08-06T03:22:59.766Z | Downloaded cargo_metadata v0.18.1 |
304 | 2024-08-06T03:22:59.769Z | Downloaded usdt-macro v0.5.0 |
305 | 2024-08-06T03:22:59.769Z | Downloaded block-buffer v0.10.4 |
306 | 2024-08-06T03:22:59.773Z | Downloaded generic-array v0.14.7 |
307 | 2024-08-06T03:22:59.773Z | Downloaded fnv v1.0.7 |
308 | 2024-08-06T03:22:59.773Z | Downloaded crypto-common v0.1.6 |
309 | 2024-08-06T03:22:59.778Z | Downloaded pest_derive v2.7.10 |
310 | 2024-08-06T03:22:59.781Z | Downloaded toml v0.8.19 |
311 | 2024-08-06T03:22:59.784Z | Downloaded version_check v0.9.5 |
312 | 2024-08-06T03:22:59.784Z | Downloaded pest_meta v2.7.10 |
313 | 2024-08-06T03:22:59.788Z | Downloaded papergrid v0.11.0 |
314 | 2024-08-06T03:22:59.790Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-08-06T03:22:59.793Z | Downloaded ryu v1.0.18 |
316 | 2024-08-06T03:22:59.795Z | Downloaded strsim v0.11.1 |
317 | 2024-08-06T03:22:59.795Z | Downloaded digest v0.10.7 |
318 | 2024-08-06T03:22:59.798Z | Downloaded scroll v0.12.0 |
319 | 2024-08-06T03:22:59.798Z | Downloaded plain v0.2.3 |
320 | 2024-08-06T03:22:59.801Z | Downloaded errno v0.3.9 |
321 | 2024-08-06T03:22:59.801Z | Downloaded ucd-trie v0.1.6 |
322 | 2024-08-06T03:22:59.807Z | Downloaded thiserror v1.0.63 |
323 | 2024-08-06T03:22:59.811Z | Downloaded toml_datetime v0.6.8 |
324 | 2024-08-06T03:22:59.814Z | Downloaded terminal_size v0.3.0 |
325 | 2024-08-06T03:22:59.814Z | Downloaded cpufeatures v0.2.12 |
326 | 2024-08-06T03:22:59.817Z | Downloaded fs-err v2.11.0 |
327 | 2024-08-06T03:22:59.817Z | Downloaded pest_generator v2.7.10 |
328 | 2024-08-06T03:22:59.820Z | Downloaded zerocopy-derive v0.7.34 |
329 | 2024-08-06T03:22:59.822Z | Downloaded thread-id v4.2.1 |
330 | 2024-08-06T03:22:59.828Z | Downloaded serde_tokenstream v0.2.1 |
331 | 2024-08-06T03:22:59.828Z | Downloaded usdt v0.5.0 |
332 | 2024-08-06T03:22:59.828Z | Downloaded serde v1.0.204 |
333 | 2024-08-06T03:22:59.831Z | Downloaded semver v1.0.23 |
334 | 2024-08-06T03:22:59.834Z | Downloaded proc-macro-error v1.0.4 |
335 | 2024-08-06T03:22:59.837Z | Downloaded heck v0.4.1 |
336 | 2024-08-06T03:22:59.837Z | Downloaded itoa v1.0.11 |
337 | 2024-08-06T03:22:59.837Z | Downloaded once_cell v1.19.0 |
338 | 2024-08-06T03:22:59.844Z | Downloaded log v0.4.21 |
339 | 2024-08-06T03:22:59.847Z | Downloaded proc-macro2 v1.0.86 |
340 | 2024-08-06T03:22:59.849Z | Downloaded unicode-ident v1.0.12 |
341 | 2024-08-06T03:22:59.852Z | Downloaded typenum v1.17.0 |
342 | 2024-08-06T03:22:59.862Z | Downloaded serde_derive v1.0.204 |
343 | 2024-08-06T03:22:59.877Z | Downloaded toml_edit v0.22.20 |
344 | 2024-08-06T03:22:59.897Z | Downloaded indexmap v2.3.0 |
345 | 2024-08-06T03:22:59.905Z | Downloaded memchr v2.7.2 |
346 | 2024-08-06T03:22:59.909Z | Downloaded hashbrown v0.14.5 |
347 | 2024-08-06T03:22:59.914Z | Downloaded winnow v0.6.18 |
348 | 2024-08-06T03:22:59.923Z | Downloaded serde_json v1.0.122 |
349 | 2024-08-06T03:22:59.929Z | Downloaded clap_builder v4.5.13 |
350 | 2024-08-06T03:22:59.936Z | Downloaded pest v2.7.10 |
351 | 2024-08-06T03:22:59.941Z | Downloaded zerocopy v0.7.34 |
352 | 2024-08-06T03:22:59.955Z | Downloaded goblin v0.8.2 |
353 | 2024-08-06T03:22:59.962Z | Downloaded tabled v0.15.0 |
354 | 2024-08-06T03:22:59.977Z | Downloaded syn v2.0.72 |
355 | 2024-08-06T03:22:59.988Z | Downloaded syn v1.0.109 |
356 | 2024-08-06T03:22:59.997Z | Downloaded rustix v0.38.34 |
357 | 2024-08-06T03:23:00.018Z | Downloaded unicode-width v0.1.13 |
358 | 2024-08-06T03:23:00.033Z | Downloaded libc v0.2.155 |
359 | 2024-08-06T03:23:00.333Z | Compiling proc-macro2 v1.0.86 |
360 | 2024-08-06T03:23:00.333Z | Compiling unicode-ident v1.0.12 |
361 | 2024-08-06T03:23:00.335Z | Compiling version_check v0.9.5 |
362 | 2024-08-06T03:23:00.335Z | Compiling serde v1.0.204 |
363 | 2024-08-06T03:23:00.335Z | Compiling thiserror v1.0.63 |
364 | 2024-08-06T03:23:00.335Z | Compiling memchr v2.7.2 |
365 | 2024-08-06T03:23:00.335Z | Compiling libc v0.2.155 |
366 | 2024-08-06T03:23:00.336Z | Compiling ryu v1.0.18 |
367 | 2024-08-06T03:23:00.762Z | Compiling ucd-trie v0.1.6 |
368 | 2024-08-06T03:23:01.174Z | Compiling itoa v1.0.11 |
369 | 2024-08-06T03:23:01.235Z | Compiling once_cell v1.19.0 |
370 | 2024-08-06T03:23:01.558Z | Compiling byteorder v1.5.0 |
371 | 2024-08-06T03:23:01.780Z | Compiling serde_json v1.0.122 |
372 | 2024-08-06T03:23:02.630Z | Compiling proc-macro-error-attr v1.0.4 |
373 | 2024-08-06T03:23:02.653Z | Compiling usdt-impl v0.5.0 |
374 | 2024-08-06T03:23:02.696Z | Compiling rustix v0.38.34 |
375 | 2024-08-06T03:23:02.717Z | Compiling syn v1.0.109 |
376 | 2024-08-06T03:23:02.821Z | Compiling proc-macro-error v1.0.4 |
377 | 2024-08-06T03:23:02.964Z | Compiling equivalent v1.0.1 |
378 | 2024-08-06T03:23:03.082Z | Compiling utf8parse v0.2.1 |
379 | 2024-08-06T03:23:03.171Z | Compiling bitflags v2.6.0 |
380 | 2024-08-06T03:23:03.196Z | Compiling hashbrown v0.14.5 |
381 | 2024-08-06T03:23:03.294Z | Compiling log v0.4.21 |
382 | 2024-08-06T03:23:03.492Z | Compiling quote v1.0.36 |
383 | 2024-08-06T03:23:03.517Z | Compiling thread-id v4.2.1 |
384 | 2024-08-06T03:23:03.617Z | Compiling plain v0.2.3 |
385 | 2024-08-06T03:23:03.641Z | Compiling anstyle-parse v0.2.4 |
386 | 2024-08-06T03:23:03.781Z | Compiling autocfg v1.3.0 |
387 | 2024-08-06T03:23:03.820Z | Compiling anstyle v1.0.8 |
388 | 2024-08-06T03:23:03.989Z | Compiling syn v2.0.72 |
389 | 2024-08-06T03:23:04.071Z | Compiling errno v0.3.9 |
390 | 2024-08-06T03:23:04.308Z | Compiling semver v1.0.23 |
391 | 2024-08-06T03:23:04.312Z | Compiling camino v1.1.7 |
392 | 2024-08-06T03:23:04.583Z | Compiling indexmap v2.3.0 |
393 | 2024-08-06T03:23:04.724Z | Compiling colorchoice v1.0.1 |
394 | 2024-08-06T03:23:04.869Z | Compiling winnow v0.6.18 |
395 | 2024-08-06T03:23:04.895Z | Compiling is_terminal_polyfill v1.70.0 |
396 | 2024-08-06T03:23:05.002Z | Compiling anstyle-query v1.0.3 |
397 | 2024-08-06T03:23:05.031Z | Compiling pretty-hex v0.4.1 |
398 | 2024-08-06T03:23:05.150Z | Compiling anstream v0.6.14 |
399 | 2024-08-06T03:23:05.389Z | Compiling terminal_size v0.3.0 |
400 | 2024-08-06T03:23:05.533Z | Compiling fs-err v2.11.0 |
401 | 2024-08-06T03:23:05.813Z | Compiling clap_lex v0.7.0 |
402 | 2024-08-06T03:23:05.839Z | Compiling anyhow v1.0.86 |
403 | 2024-08-06T03:23:05.866Z | Compiling unicode-width v0.1.13 |
404 | 2024-08-06T03:23:05.900Z | Compiling fnv v1.0.7 |
405 | 2024-08-06T03:23:05.915Z | Compiling heck v0.5.0 |
406 | 2024-08-06T03:23:06.028Z | Compiling heck v0.4.1 |
407 | 2024-08-06T03:23:06.111Z | Compiling strsim v0.11.1 |
408 | 2024-08-06T03:23:06.308Z | Compiling bytecount v0.6.8 |
409 | 2024-08-06T03:23:06.456Z | Compiling papergrid v0.11.0 |
410 | 2024-08-06T03:23:06.530Z | Compiling clap_builder v4.5.13 |
411 | 2024-08-06T03:23:06.686Z | Compiling memmap v0.7.0 |
412 | 2024-08-06T03:23:07.327Z | Compiling swrite v0.1.0 |
413 | 2024-08-06T03:23:09.220Z | Compiling tabled_derive v0.7.0 |
414 | 2024-08-06T03:23:10.658Z | Compiling tabled v0.15.0 |
415 | 2024-08-06T03:23:12.749Z | Compiling serde_derive v1.0.204 |
416 | 2024-08-06T03:23:12.749Z | Compiling thiserror-impl v1.0.63 |
417 | 2024-08-06T03:23:12.752Z | Compiling zerocopy-derive v0.7.34 |
418 | 2024-08-06T03:23:12.752Z | Compiling scroll_derive v0.12.0 |
419 | 2024-08-06T03:23:12.752Z | Compiling clap_derive v4.5.13 |
420 | 2024-08-06T03:23:13.939Z | Compiling scroll v0.12.0 |
421 | 2024-08-06T03:23:14.490Z | Compiling goblin v0.8.2 |
422 | 2024-08-06T03:23:14.624Z | Compiling zerocopy v0.7.34 |
423 | 2024-08-06T03:23:15.502Z | Compiling pest v2.7.10 |
424 | 2024-08-06T03:23:16.754Z | Compiling clap v4.5.13 |
425 | 2024-08-06T03:23:17.584Z | Compiling pest_meta v2.7.10 |
426 | 2024-08-06T03:23:18.541Z | Compiling pest_generator v2.7.10 |
427 | 2024-08-06T03:23:20.578Z | Compiling pest_derive v2.7.10 |
428 | 2024-08-06T03:23:21.296Z | Compiling dtrace-parser v0.2.0 |
429 | 2024-08-06T03:23:22.845Z | Compiling serde_tokenstream v0.2.1 |
430 | 2024-08-06T03:23:23.025Z | Compiling toml_datetime v0.6.8 |
431 | 2024-08-06T03:23:23.025Z | Compiling serde_spanned v0.6.7 |
432 | 2024-08-06T03:23:23.353Z | Compiling cargo-platform v0.1.8 |
433 | 2024-08-06T03:23:23.393Z | Compiling toml_edit v0.22.20 |
434 | 2024-08-06T03:23:23.473Z | Compiling macaddr v1.0.1 |
435 | 2024-08-06T03:23:24.302Z | Compiling dof v0.3.0 |
436 | 2024-08-06T03:23:24.563Z | Compiling cargo_metadata v0.18.1 |
437 | 2024-08-06T03:23:26.023Z | Compiling usdt-attr-macro v0.5.0 |
438 | 2024-08-06T03:23:26.023Z | Compiling usdt-macro v0.5.0 |
439 | 2024-08-06T03:23:26.229Z | Compiling toml v0.8.19 |
440 | 2024-08-06T03:23:27.110Z | Compiling cargo_toml v0.20.4 |
441 | 2024-08-06T03:23:27.333Z | Compiling usdt v0.5.0 |
442 | 2024-08-06T03:23:30.960Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
443 | 2024-08-06T03:23:34.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.85s |
444 | 2024-08-06T03:23:35.168Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
445 | 2024-08-06T03:23:35.731Z | Downloading crates ... |
446 | 2024-08-06T03:23:35.844Z | Downloaded arrayvec v0.7.4 |
447 | 2024-08-06T03:23:35.849Z | Downloaded addr2line v0.21.0 |
448 | 2024-08-06T03:23:35.853Z | Downloaded atomicwrites v0.4.3 |
449 | 2024-08-06T03:23:35.855Z | Downloaded ciborium-io v0.2.2 |
450 | 2024-08-06T03:23:35.855Z | Downloaded assert_matches v1.5.0 |
451 | 2024-08-06T03:23:35.858Z | Downloaded cstr-argument v0.1.2 |
452 | 2024-08-06T03:23:35.861Z | Downloaded aead v0.5.2 |
453 | 2024-08-06T03:23:35.864Z | Downloaded is-terminal v0.4.12 |
454 | 2024-08-06T03:23:35.867Z | Downloaded instant v0.1.12 |
455 | 2024-08-06T03:23:35.867Z | Downloaded cfg_aliases v0.1.1 |
456 | 2024-08-06T03:23:35.870Z | Downloaded ascii-canvas v3.0.0 |
457 | 2024-08-06T03:23:35.873Z | Downloaded bitstruct v0.1.1 |
458 | 2024-08-06T03:23:35.873Z | Downloaded arrayref v0.3.7 |
459 | 2024-08-06T03:23:35.876Z | Downloaded crunchy v0.2.2 |
460 | 2024-08-06T03:23:35.876Z | Downloaded async-stream v0.3.5 |
461 | 2024-08-06T03:23:35.879Z | Downloaded array-init v0.0.4 |
462 | 2024-08-06T03:23:35.882Z | Downloaded ipnetwork v0.20.0 |
463 | 2024-08-06T03:23:35.885Z | Downloaded buf-list v1.0.3 |
464 | 2024-08-06T03:23:35.888Z | Downloaded match_cfg v0.1.0 |
465 | 2024-08-06T03:23:35.888Z | Downloaded is_ci v1.2.0 |
466 | 2024-08-06T03:23:35.891Z | Downloaded bitfield-struct v0.6.1 |
467 | 2024-08-06T03:23:35.891Z | Downloaded convert_case v0.4.0 |
468 | 2024-08-06T03:23:35.894Z | Downloaded newtype_derive v0.1.6 |
469 | 2024-08-06T03:23:35.894Z | Downloaded opaque-debug v0.3.1 |
470 | 2024-08-06T03:23:35.897Z | Downloaded parse-size v1.0.0 |
471 | 2024-08-06T03:23:35.897Z | Downloaded defmt-parser v0.3.4 |
472 | 2024-08-06T03:23:35.900Z | Downloaded cobs v0.2.3 |
473 | 2024-08-06T03:23:35.900Z | Downloaded managed v0.8.0 |
474 | 2024-08-06T03:23:35.906Z | Downloaded indexmap v1.9.3 |
475 | 2024-08-06T03:23:35.909Z | Downloaded openssl-probe v0.1.5 |
476 | 2024-08-06T03:23:35.909Z | Downloaded curve25519-dalek-derive v0.1.1 |
477 | 2024-08-06T03:23:35.909Z | Downloaded linear-map v1.2.0 |
478 | 2024-08-06T03:23:35.912Z | Downloaded num_cpus v1.16.0 |
479 | 2024-08-06T03:23:35.915Z | Downloaded keccak v0.1.5 |
480 | 2024-08-06T03:23:35.919Z | Downloaded lru-cache v0.1.2 |
481 | 2024-08-06T03:23:35.919Z | Downloaded num_enum_derive v0.5.11 |
482 | 2024-08-06T03:23:35.922Z | Downloaded libefi-sys v0.1.0 |
483 | 2024-08-06T03:23:35.922Z | Downloaded csv-core v0.1.11 |
484 | 2024-08-06T03:23:35.925Z | Downloaded parse-display v0.9.1 |
485 | 2024-08-06T03:23:35.925Z | Downloaded olpc-cjson v0.1.3 |
486 | 2024-08-06T03:23:35.928Z | Downloaded async-stream-impl v0.3.5 |
487 | 2024-08-06T03:23:35.928Z | Downloaded num-iter v0.1.45 |
488 | 2024-08-06T03:23:35.930Z | Downloaded packed_struct v0.10.1 |
489 | 2024-08-06T03:23:35.933Z | Downloaded num-derive v0.4.2 |
490 | 2024-08-06T03:23:35.936Z | Downloaded bitstruct_derive v0.1.0 |
491 | 2024-08-06T03:23:35.936Z | Downloaded num-complex v0.4.6 |
492 | 2024-08-06T03:23:35.939Z | Downloaded nu-ansi-term v0.50.0 |
493 | 2024-08-06T03:23:35.942Z | Downloaded parking_lot_core v0.8.6 |
494 | 2024-08-06T03:23:35.944Z | Downloaded owo-colors v4.0.0 |
495 | 2024-08-06T03:23:35.947Z | Downloaded crossbeam-epoch v0.9.18 |
496 | 2024-08-06T03:23:35.951Z | Downloaded structmeta v0.3.0 |
497 | 2024-08-06T03:23:35.953Z | Downloaded mockall_derive v0.12.1 |
498 | 2024-08-06T03:23:35.956Z | Downloaded crucible-workspace-hack v0.1.0 |
499 | 2024-08-06T03:23:35.956Z | Downloaded darling_macro v0.20.9 |
500 | 2024-08-06T03:23:35.959Z | Downloaded cookie v0.18.1 |
501 | 2024-08-06T03:23:35.961Z | Downloaded const-oid v0.9.6 |
502 | 2024-08-06T03:23:35.964Z | Downloaded new_debug_unreachable v1.0.6 |
503 | 2024-08-06T03:23:35.967Z | Downloaded num-conv v0.1.0 |
504 | 2024-08-06T03:23:35.967Z | Downloaded tinyvec_macros v0.1.1 |
505 | 2024-08-06T03:23:35.969Z | Downloaded der v0.7.9 |
506 | 2024-08-06T03:23:35.974Z | Downloaded castaway v0.2.2 |
507 | 2024-08-06T03:23:35.977Z | Downloaded diesel_table_macro_syntax v0.1.0 |
508 | 2024-08-06T03:23:35.979Z | Downloaded toolchain_find v0.4.0 |
509 | 2024-08-06T03:23:35.979Z | Downloaded smf v0.2.3 |
510 | 2024-08-06T03:23:35.982Z | Downloaded tls_codec_derive v0.4.1 |
511 | 2024-08-06T03:23:35.985Z | Downloaded oso v0.27.3 |
512 | 2024-08-06T03:23:35.987Z | Downloaded ciborium-ll v0.2.2 |
513 | 2024-08-06T03:23:35.990Z | Downloaded chacha20 v0.9.1 |
514 | 2024-08-06T03:23:35.993Z | Downloaded packed_struct_codegen v0.10.1 |
515 | 2024-08-06T03:23:35.993Z | Downloaded darling_core v0.20.9 |
516 | 2024-08-06T03:23:35.998Z | Downloaded http-range v0.1.5 |
517 | 2024-08-06T03:23:36.001Z | Downloaded path-slash v0.1.5 |
518 | 2024-08-06T03:23:36.004Z | Downloaded xattr v1.3.1 |
519 | 2024-08-06T03:23:36.007Z | Downloaded wait-timeout v0.2.0 |
520 | 2024-08-06T03:23:36.007Z | Downloaded debug-ignore v1.0.5 |
521 | 2024-08-06T03:23:36.010Z | Downloaded mockall v0.12.1 |
522 | 2024-08-06T03:23:36.012Z | Downloaded zone_cfg_derive v0.1.2 |
523 | 2024-08-06T03:23:36.012Z | Downloaded signature v2.2.0 |
524 | 2024-08-06T03:23:36.015Z | Downloaded md-5 v0.10.6 |
525 | 2024-08-06T03:23:36.019Z | Downloaded libloading v0.8.3 |
526 | 2024-08-06T03:23:36.022Z | Downloaded sigpipe v0.1.3 |
527 | 2024-08-06T03:23:36.022Z | Downloaded slog-async v2.8.0 |
528 | 2024-08-06T03:23:36.025Z | Downloaded signal-hook-tokio v0.3.1 |
529 | 2024-08-06T03:23:36.025Z | Downloaded colored v2.1.0 |
530 | 2024-08-06T03:23:36.028Z | Downloaded sqlformat v0.2.4 |
531 | 2024-08-06T03:23:36.030Z | Downloaded filetime v0.2.23 |
532 | 2024-08-06T03:23:36.030Z | Downloaded unicode-linebreak v0.1.5 |
533 | 2024-08-06T03:23:36.033Z | Downloaded topological-sort v0.2.2 |
534 | 2024-08-06T03:23:36.033Z | Downloaded paste v1.0.15 |
535 | 2024-08-06T03:23:36.037Z | Downloaded password-hash v0.5.0 |
536 | 2024-08-06T03:23:36.040Z | Downloaded sqlparser_derive v0.2.2 |
537 | 2024-08-06T03:23:36.043Z | Downloaded httpdate v1.0.3 |
538 | 2024-08-06T03:23:36.043Z | Downloaded heck v0.3.3 |
539 | 2024-08-06T03:23:36.046Z | Downloaded futures-sink v0.3.30 |
540 | 2024-08-06T03:23:36.046Z | Downloaded strum_macros v0.26.4 |
541 | 2024-08-06T03:23:36.049Z | Downloaded num v0.4.3 |
542 | 2024-08-06T03:23:36.051Z | Downloaded multer v3.1.0 |
543 | 2024-08-06T03:23:36.054Z | Downloaded futures-macro v0.3.30 |
544 | 2024-08-06T03:23:36.057Z | Downloaded num-rational v0.4.2 |
545 | 2024-08-06T03:23:36.057Z | Downloaded r2d2 v0.8.10 |
546 | 2024-08-06T03:23:36.060Z | Downloaded crc32fast v1.4.0 |
547 | 2024-08-06T03:23:36.063Z | Downloaded try-lock v0.2.5 |
548 | 2024-08-06T03:23:36.063Z | Downloaded derive_builder_macro v0.20.0 |
549 | 2024-08-06T03:23:36.066Z | Downloaded stability v0.2.0 |
550 | 2024-08-06T03:23:36.066Z | Downloaded mio v0.8.11 |
551 | 2024-08-06T03:23:36.072Z | Downloaded term v0.7.0 |
552 | 2024-08-06T03:23:36.076Z | Downloaded signal-hook-registry v1.4.2 |
553 | 2024-08-06T03:23:36.079Z | Downloaded minimal-lexical v0.2.1 |
554 | 2024-08-06T03:23:36.084Z | Downloaded serde_repr v0.1.19 |
555 | 2024-08-06T03:23:36.090Z | Downloaded pretty-hex v0.2.1 |
556 | 2024-08-06T03:23:36.094Z | Downloaded portpicker v0.1.1 |
557 | 2024-08-06T03:23:36.094Z | Downloaded termcolor v1.4.1 |
558 | 2024-08-06T03:23:36.094Z | Downloaded postgres-types v0.2.7 |
559 | 2024-08-06T03:23:36.097Z | Downloaded pin-project-lite v0.2.14 |
560 | 2024-08-06T03:23:36.102Z | Downloaded stable_deref_trait v1.2.0 |
561 | 2024-08-06T03:23:36.105Z | Downloaded serde-big-array v0.5.1 |
562 | 2024-08-06T03:23:36.107Z | Downloaded uzers v0.11.3 |
563 | 2024-08-06T03:23:36.110Z | Downloaded tui-tree-widget v0.21.0 |
564 | 2024-08-06T03:23:36.112Z | Downloaded pin-project-internal v1.1.5 |
565 | 2024-08-06T03:23:36.115Z | Downloaded deranged v0.3.11 |
566 | 2024-08-06T03:23:36.115Z | Downloaded tokio-rustls v0.25.0 |
567 | 2024-08-06T03:23:36.118Z | Downloaded miniz_oxide v0.7.2 |
568 | 2024-08-06T03:23:36.121Z | Downloaded zone v0.1.8 |
569 | 2024-08-06T03:23:36.124Z | Downloaded zeroize_derive v1.4.2 |
570 | 2024-08-06T03:23:36.126Z | Downloaded zeroize v1.7.0 |
571 | 2024-08-06T03:23:36.126Z | Downloaded socket2 v0.5.7 |
572 | 2024-08-06T03:23:36.130Z | Downloaded num-bigint v0.4.5 |
573 | 2024-08-06T03:23:36.135Z | Downloaded omicron-zone-package v0.11.0 |
574 | 2024-08-06T03:23:36.139Z | Downloaded hex v0.4.3 |
575 | 2024-08-06T03:23:36.141Z | Downloaded ident_case v1.0.1 |
576 | 2024-08-06T03:23:36.144Z | Downloaded psl-types v2.0.11 |
577 | 2024-08-06T03:23:36.144Z | Downloaded rustc-hash v1.1.0 |
578 | 2024-08-06T03:23:36.147Z | Downloaded highway v1.1.0 |
579 | 2024-08-06T03:23:36.150Z | Downloaded secrecy v0.8.0 |
580 | 2024-08-06T03:23:36.150Z | Downloaded tokio-rustls v0.24.1 |
581 | 2024-08-06T03:23:36.152Z | Downloaded phf_shared v0.11.2 |
582 | 2024-08-06T03:23:36.156Z | Downloaded structmeta-derive v0.3.0 |
583 | 2024-08-06T03:23:36.156Z | Downloaded spin v0.5.2 |
584 | 2024-08-06T03:23:36.159Z | Downloaded sec1 v0.7.3 |
585 | 2024-08-06T03:23:36.161Z | Downloaded rustfmt-wrapper v0.2.1 |
586 | 2024-08-06T03:23:36.162Z | Downloaded scopeguard v1.2.0 |
587 | 2024-08-06T03:23:36.165Z | Downloaded thiserror-impl-no-std v2.0.2 |
588 | 2024-08-06T03:23:36.165Z | Downloaded getopts v0.2.21 |
589 | 2024-08-06T03:23:36.168Z | Downloaded rtoolbox v0.0.2 |
590 | 2024-08-06T03:23:36.171Z | Downloaded fastrand v2.1.0 |
591 | 2024-08-06T03:23:36.171Z | Downloaded yasna v0.5.2 |
592 | 2024-08-06T03:23:36.173Z | Downloaded want v0.3.1 |
593 | 2024-08-06T03:23:36.176Z | Downloaded fxhash v0.2.1 |
594 | 2024-08-06T03:23:36.176Z | Downloaded group v0.13.0 |
595 | 2024-08-06T03:23:36.179Z | Downloaded strum v0.26.3 |
596 | 2024-08-06T03:23:36.179Z | Downloaded structmeta v0.2.0 |
597 | 2024-08-06T03:23:36.181Z | Downloaded similar v2.5.0 |
598 | 2024-08-06T03:23:36.186Z | Downloaded wyz v0.5.1 |
599 | 2024-08-06T03:23:36.188Z | Downloaded hash32 v0.3.1 |
600 | 2024-08-06T03:23:36.191Z | Downloaded hyper-rustls v0.24.2 |
601 | 2024-08-06T03:23:36.194Z | Downloaded sct v0.7.1 |
602 | 2024-08-06T03:23:36.197Z | Downloaded predicates v3.1.2 |
603 | 2024-08-06T03:23:36.202Z | Downloaded vte_generate_state_changes v0.1.1 |
604 | 2024-08-06T03:23:36.205Z | Downloaded smallvec v1.13.2 |
605 | 2024-08-06T03:23:36.207Z | Downloaded ppv-lite86 v0.2.17 |
606 | 2024-08-06T03:23:36.208Z | Downloaded derive_builder_core v0.20.0 |
607 | 2024-08-06T03:23:36.210Z | Downloaded postgres-protocol v0.6.7 |
608 | 2024-08-06T03:23:36.213Z | Downloaded foreign-types v0.3.2 |
609 | 2024-08-06T03:23:36.213Z | Downloaded tokio-native-tls v0.3.1 |
610 | 2024-08-06T03:23:36.216Z | Downloaded tokio-macros v2.3.0 |
611 | 2024-08-06T03:23:36.219Z | Downloaded tiny-keccak v2.0.2 |
612 | 2024-08-06T03:23:36.223Z | Downloaded scheduled-thread-pool v0.2.7 |
613 | 2024-08-06T03:23:36.225Z | Downloaded heapless v0.8.0 |
614 | 2024-08-06T03:23:36.228Z | Downloaded same-file v1.0.6 |
615 | 2024-08-06T03:23:36.231Z | Downloaded headers-core v0.2.0 |
616 | 2024-08-06T03:23:36.231Z | Downloaded hostname v0.4.0 |
617 | 2024-08-06T03:23:36.243Z | Downloaded which v4.4.2 |
618 | 2024-08-06T03:23:36.246Z | Downloaded take_mut v0.2.2 |
619 | 2024-08-06T03:23:36.249Z | Downloaded gethostname v0.5.0 |
620 | 2024-08-06T03:23:36.249Z | Downloaded futures-executor v0.3.30 |
621 | 2024-08-06T03:23:36.252Z | Downloaded time-macros v0.2.18 |
622 | 2024-08-06T03:23:36.254Z | Downloaded strum_macros v0.24.3 |
623 | 2024-08-06T03:23:36.257Z | Downloaded slog-envlogger v2.2.0 |
624 | 2024-08-06T03:23:36.257Z | Downloaded rustls-pemfile v1.0.4 |
625 | 2024-08-06T03:23:36.260Z | Downloaded pkg-config v0.3.30 |
626 | 2024-08-06T03:23:36.262Z | Downloaded peg-runtime v0.8.3 |
627 | 2024-08-06T03:23:36.262Z | Downloaded slog-bunyan v2.5.0 |
628 | 2024-08-06T03:23:36.266Z | Downloaded downcast v0.11.0 |
629 | 2024-08-06T03:23:36.266Z | Downloaded rand_chacha v0.3.1 |
630 | 2024-08-06T03:23:36.269Z | Downloaded slog v2.7.0 |
631 | 2024-08-06T03:23:36.272Z | Downloaded thread_local v1.1.8 |
632 | 2024-08-06T03:23:36.275Z | Downloaded slog-dtrace v0.3.0 |
633 | 2024-08-06T03:23:36.275Z | Downloaded slab v0.4.9 |
634 | 2024-08-06T03:23:36.277Z | Downloaded siphasher v0.3.11 |
635 | 2024-08-06T03:23:36.280Z | Downloaded home v0.5.9 |
636 | 2024-08-06T03:23:36.280Z | Downloaded steno v0.4.1 |
637 | 2024-08-06T03:23:36.284Z | Downloaded postcard v1.0.8 |
638 | 2024-08-06T03:23:36.288Z | Downloaded sha1 v0.10.6 |
639 | 2024-08-06T03:23:36.290Z | Downloaded foreign-types-shared v0.1.1 |
640 | 2024-08-06T03:23:36.294Z | Downloaded radium v0.7.0 |
641 | 2024-08-06T03:23:36.294Z | Downloaded globset v0.4.14 |
642 | 2024-08-06T03:23:36.297Z | Downloaded walkdir v2.5.0 |
643 | 2024-08-06T03:23:36.297Z | Downloaded heapless v0.7.17 |
644 | 2024-08-06T03:23:36.301Z | Downloaded hubpack_derive v0.1.1 |
645 | 2024-08-06T03:23:36.303Z | Downloaded rustls-pemfile v2.1.3 |
646 | 2024-08-06T03:23:36.306Z | Downloaded tabwriter v1.4.0 |
647 | 2024-08-06T03:23:36.306Z | Downloaded display-error-chain v0.2.0 |
648 | 2024-08-06T03:23:36.309Z | Downloaded dirs-next v2.0.0 |
649 | 2024-08-06T03:23:36.311Z | Downloaded foreign-types-shared v0.3.1 |
650 | 2024-08-06T03:23:36.311Z | Downloaded termtree v0.4.1 |
651 | 2024-08-06T03:23:36.311Z | Downloaded time-core v0.1.2 |
652 | 2024-08-06T03:23:36.314Z | Downloaded dirs-sys-next v0.1.2 |
653 | 2024-08-06T03:23:36.314Z | Downloaded toml v0.5.11 |
654 | 2024-08-06T03:23:36.317Z | Downloaded stringprep v0.1.4 |
655 | 2024-08-06T03:23:36.321Z | Downloaded serde_path_to_error v0.1.16 |
656 | 2024-08-06T03:23:36.324Z | Downloaded hubpack v0.1.2 |
657 | 2024-08-06T03:23:36.324Z | Downloaded termios v0.3.3 |
658 | 2024-08-06T03:23:36.326Z | Downloaded env_logger v0.10.2 |
659 | 2024-08-06T03:23:36.329Z | Downloaded url v2.5.2 |
660 | 2024-08-06T03:23:36.332Z | Downloaded trust-dns-resolver v0.22.0 |
661 | 2024-08-06T03:23:36.335Z | Downloaded hostname v0.3.1 |
662 | 2024-08-06T03:23:36.338Z | Downloaded strip-ansi-escapes v0.2.0 |
663 | 2024-08-06T03:23:36.340Z | Downloaded sync_wrapper v0.1.2 |
664 | 2024-08-06T03:23:36.341Z | Downloaded diff v0.1.13 |
665 | 2024-08-06T03:23:36.343Z | Downloaded unicode-xid v0.2.4 |
666 | 2024-08-06T03:23:36.346Z | Downloaded supports-color v3.0.0 |
667 | 2024-08-06T03:23:36.349Z | Downloaded rpassword v7.3.1 |
668 | 2024-08-06T03:23:36.349Z | Downloaded num-bigint-dig v0.8.4 |
669 | 2024-08-06T03:23:36.353Z | Downloaded libxml v0.3.3 |
670 | 2024-08-06T03:23:36.360Z | Downloaded serde-hex v0.1.0 |
671 | 2024-08-06T03:23:36.364Z | Downloaded pkcs1 v0.7.5 |
672 | 2024-08-06T03:23:36.367Z | Downloaded x509-cert v0.2.5 |
673 | 2024-08-06T03:23:36.372Z | Downloaded fd-lock v4.0.2 |
674 | 2024-08-06T03:23:36.375Z | Downloaded thiserror-no-std v2.0.2 |
675 | 2024-08-06T03:23:36.379Z | Downloaded funty v2.0.0 |
676 | 2024-08-06T03:23:36.382Z | Downloaded float-cmp v0.9.0 |
677 | 2024-08-06T03:23:36.385Z | Downloaded glob v0.3.1 |
678 | 2024-08-06T03:23:36.385Z | Downloaded snafu-derive v0.8.2 |
679 | 2024-08-06T03:23:36.387Z | Downloaded futures v0.3.30 |
680 | 2024-08-06T03:23:36.391Z | Downloaded tokio-tungstenite v0.21.0 |
681 | 2024-08-06T03:23:36.393Z | Downloaded unicase v2.7.0 |
682 | 2024-08-06T03:23:36.396Z | Downloaded string_cache v0.8.7 |
683 | 2024-08-06T03:23:36.399Z | Downloaded hyper-staticfile v0.9.5 |
684 | 2024-08-06T03:23:36.402Z | Downloaded serde_urlencoded v0.7.1 |
685 | 2024-08-06T03:23:36.402Z | Downloaded getrandom v0.2.14 |
686 | 2024-08-06T03:23:36.405Z | Downloaded pem v3.0.4 |
687 | 2024-08-06T03:23:36.408Z | Downloaded untrusted v0.9.0 |
688 | 2024-08-06T03:23:36.410Z | Downloaded pkcs8 v0.10.2 |
689 | 2024-08-06T03:23:36.413Z | Downloaded untrusted v0.7.1 |
690 | 2024-08-06T03:23:36.413Z | Downloaded resolv-conf v0.7.0 |
691 | 2024-08-06T03:23:36.416Z | Downloaded rayon-core v1.12.1 |
692 | 2024-08-06T03:23:36.420Z | Downloaded universal-hash v0.5.1 |
693 | 2024-08-06T03:23:36.422Z | Downloaded spki v0.7.3 |
694 | 2024-08-06T03:23:36.425Z | Downloaded smawk v0.3.2 |
695 | 2024-08-06T03:23:36.425Z | Downloaded slog-stdlog v4.1.1 |
696 | 2024-08-06T03:23:36.428Z | Downloaded blake3 v1.5.1 |
697 | 2024-08-06T03:23:36.434Z | Downloaded tokio-stream v0.1.15 |
698 | 2024-08-06T03:23:36.439Z | Downloaded humantime v2.1.0 |
699 | 2024-08-06T03:23:36.442Z | Downloaded half v2.4.1 |
700 | 2024-08-06T03:23:36.444Z | Downloaded derive_more v0.99.18 |
701 | 2024-08-06T03:23:36.449Z | Downloaded rand v0.8.5 |
702 | 2024-08-06T03:23:36.454Z | Downloaded rustls-pki-types v1.7.0 |
703 | 2024-08-06T03:23:36.458Z | Downloaded serde_yaml v0.9.34+deprecated |
704 | 2024-08-06T03:23:36.461Z | Downloaded itertools v0.13.0 |
705 | 2024-08-06T03:23:36.468Z | Downloaded expectorate v1.1.0 |
706 | 2024-08-06T03:23:36.471Z | Downloaded pem-rfc7468 v0.7.0 |
707 | 2024-08-06T03:23:36.474Z | Downloaded tracing v0.1.40 |
708 | 2024-08-06T03:23:36.478Z | Downloaded headers v0.3.9 |
709 | 2024-08-06T03:23:36.485Z | Downloaded vsss-rs v3.3.4 |
710 | 2024-08-06T03:23:36.488Z | Downloaded fatfs v0.3.6 |
711 | 2024-08-06T03:23:36.491Z | Downloaded http v1.1.0 |
712 | 2024-08-06T03:23:36.495Z | Downloaded ron v0.7.1 |
713 | 2024-08-06T03:23:36.501Z | Downloaded rsa v0.9.6 |
714 | 2024-08-06T03:23:36.506Z | Downloaded socket2 v0.4.10 |
715 | 2024-08-06T03:23:36.511Z | Downloaded prettyplease v0.2.20 |
716 | 2024-08-06T03:23:36.514Z | Downloaded futures-util v0.3.30 |
717 | 2024-08-06T03:23:36.525Z | Downloaded chrono v0.4.38 |
718 | 2024-08-06T03:23:36.533Z | Downloaded http v0.2.12 |
719 | 2024-08-06T03:23:36.538Z | Downloaded snafu v0.8.2 |
720 | 2024-08-06T03:23:36.546Z | Downloaded reedline v0.31.0 |
721 | 2024-08-06T03:23:36.553Z | Downloaded hkdf v0.12.4 |
722 | 2024-08-06T03:23:36.556Z | Downloaded tokio-util v0.7.11 |
723 | 2024-08-06T03:23:36.563Z | Downloaded publicsuffix v2.2.3 |
724 | 2024-08-06T03:23:36.566Z | Downloaded tokio-postgres v0.7.11 |
725 | 2024-08-06T03:23:36.572Z | Downloaded bindgen v0.69.4 |
726 | 2024-08-06T03:23:36.580Z | Downloaded winnow v0.5.40 |
727 | 2024-08-06T03:23:36.589Z | Downloaded unicode-segmentation v1.11.0 |
728 | 2024-08-06T03:23:36.593Z | Downloaded lalrpop v0.19.12 |
729 | 2024-08-06T03:23:36.606Z | Downloaded quick-xml v0.31.0 |
730 | 2024-08-06T03:23:36.612Z | Downloaded rustls-webpki v0.102.4 |
731 | 2024-08-06T03:23:36.632Z | Downloaded openssl v0.10.66 |
732 | 2024-08-06T03:23:36.641Z | Downloaded rayon v1.10.0 |
733 | 2024-08-06T03:23:36.650Z | Downloaded reqwest v0.11.27 |
734 | 2024-08-06T03:23:36.659Z | Downloaded portable-atomic v1.6.0 |
735 | 2024-08-06T03:23:36.665Z | Downloaded sqlparser v0.45.0 |
736 | 2024-08-06T03:23:36.672Z | Downloaded hyper v0.14.30 |
737 | 2024-08-06T03:23:36.680Z | Downloaded webpki-roots v0.25.4 |
738 | 2024-08-06T03:23:36.685Z | Downloaded curve25519-dalek v4.1.3 |
739 | 2024-08-06T03:23:36.694Z | Downloaded idna v0.2.3 |
740 | 2024-08-06T03:23:36.701Z | Downloaded vcpkg v0.2.15 |
741 | 2024-08-06T03:23:36.741Z | Downloaded rustls-webpki v0.101.7 |
742 | 2024-08-06T03:23:36.757Z | Downloaded polar-core v0.27.3 |
743 | 2024-08-06T03:23:36.766Z | Downloaded rustls v0.21.12 |
744 | 2024-08-06T03:23:36.780Z | Downloaded smoltcp v0.9.1 |
745 | 2024-08-06T03:23:36.789Z | Downloaded nix v0.28.0 |
746 | 2024-08-06T03:23:36.801Z | Downloaded regex v1.10.5 |
747 | 2024-08-06T03:23:36.814Z | Downloaded sled v0.34.7 |
748 | 2024-08-06T03:23:36.825Z | Downloaded smoltcp v0.11.0 |
749 | 2024-08-06T03:23:36.839Z | Downloaded gimli v0.28.1 |
750 | 2024-08-06T03:23:36.848Z | Downloaded openapiv3 v2.0.0 |
751 | 2024-08-06T03:23:36.861Z | Downloaded regex-syntax v0.6.29 |
752 | 2024-08-06T03:23:36.868Z | Downloaded diesel v2.1.6 |
753 | 2024-08-06T03:23:36.888Z | Downloaded regress v0.9.1 |
754 | 2024-08-06T03:23:36.898Z | Downloaded regex-syntax v0.8.3 |
755 | 2024-08-06T03:23:36.907Z | Downloaded rustls v0.22.4 |
756 | 2024-08-06T03:23:36.922Z | Downloaded csv v1.3.0 |
757 | 2024-08-06T03:23:36.943Z | Downloaded ratatui v0.27.0 |
758 | 2024-08-06T03:23:36.964Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
759 | 2024-08-06T03:23:36.977Z | Downloaded zerocopy-derive v0.6.6 |
760 | 2024-08-06T03:23:36.988Z | Downloaded object v0.32.2 |
761 | 2024-08-06T03:23:36.999Z | Downloaded bstr v1.9.1 |
762 | 2024-08-06T03:23:37.010Z | Downloaded radix_trie v0.2.1 |
763 | 2024-08-06T03:23:37.018Z | Downloaded finl_unicode v1.2.0 |
764 | 2024-08-06T03:23:37.032Z | Downloaded regex-automata v0.4.6 |
765 | 2024-08-06T03:23:37.051Z | Downloaded nix v0.27.1 |
766 | 2024-08-06T03:23:37.063Z | Downloaded petgraph v0.6.5 |
767 | 2024-08-06T03:23:37.082Z | Downloaded trust-dns-proto v0.22.0 |
768 | 2024-08-06T03:23:37.095Z | Downloaded tokio v1.38.1 |
769 | 2024-08-06T03:23:37.134Z | Downloaded sha3 v0.10.8 |
770 | 2024-08-06T03:23:37.139Z | Downloaded idna v0.5.0 |
771 | 2024-08-06T03:23:37.146Z | Downloaded bstr v0.2.17 |
772 | 2024-08-06T03:23:37.157Z | Downloaded idna v0.3.0 |
773 | 2024-08-06T03:23:37.163Z | Downloaded rustyline v14.0.0 |
774 | 2024-08-06T03:23:37.169Z | Downloaded flate2 v1.0.31 |
775 | 2024-08-06T03:23:37.175Z | Downloaded encoding_rs v0.8.34 |
776 | 2024-08-06T03:23:37.197Z | Downloaded regex-automata v0.1.10 |
777 | 2024-08-06T03:23:37.202Z | Downloaded proptest v1.4.0 |
778 | 2024-08-06T03:23:37.211Z | Downloaded object v0.30.4 |
779 | 2024-08-06T03:23:37.222Z | Downloaded ring v0.16.20 |
780 | 2024-08-06T03:23:37.305Z | Downloaded h2 v0.3.26 |
781 | 2024-08-06T03:23:37.310Z | Downloaded elliptic-curve v0.13.8 |
782 | 2024-08-06T03:23:37.315Z | Downloaded ron v0.8.1 |
783 | 2024-08-06T03:23:37.320Z | Downloaded unicode_categories v0.1.1 |
784 | 2024-08-06T03:23:37.323Z | Downloaded tough v0.17.1 |
785 | 2024-08-06T03:23:37.330Z | Downloaded subprocess v0.2.9 |
786 | 2024-08-06T03:23:37.334Z | Downloaded toml_edit v0.19.15 |
787 | 2024-08-06T03:23:37.350Z | Downloaded bitvec v1.0.1 |
788 | 2024-08-06T03:23:37.365Z | Downloaded hashbrown v0.13.2 |
789 | 2024-08-06T03:23:37.370Z | Downloaded hashbrown v0.12.3 |
790 | 2024-08-06T03:23:37.374Z | Downloaded time v0.3.36 |
791 | 2024-08-06T03:23:37.382Z | Downloaded serde_with v3.8.3 |
792 | 2024-08-06T03:23:37.390Z | Downloaded foreign-types v0.5.0 |
793 | 2024-08-06T03:23:37.392Z | Downloaded shlex v1.3.0 |
794 | 2024-08-06T03:23:37.392Z | Downloaded tokio-tungstenite v0.20.1 |
795 | 2024-08-06T03:23:37.395Z | Downloaded flume v0.11.0 |
796 | 2024-08-06T03:23:37.398Z | Downloaded typed-path v0.7.1 |
797 | 2024-08-06T03:23:37.404Z | Downloaded signal-hook v0.3.17 |
798 | 2024-08-06T03:23:37.406Z | Downloaded slog-json v2.6.1 |
799 | 2024-08-06T03:23:37.409Z | Downloaded futures-channel v0.3.30 |
800 | 2024-08-06T03:23:37.412Z | Downloaded poly1305 v0.8.0 |
801 | 2024-08-06T03:23:37.414Z | Downloaded aho-corasick v1.1.3 |
802 | 2024-08-06T03:23:37.419Z | Downloaded static_assertions v1.1.0 |
803 | 2024-08-06T03:23:37.421Z | Downloaded slog-scope v4.4.0 |
804 | 2024-08-06T03:23:37.424Z | Downloaded float-ord v0.3.2 |
805 | 2024-08-06T03:23:37.424Z | Downloaded either v1.12.0 |
806 | 2024-08-06T03:23:37.424Z | Downloaded dyn-clone v1.0.17 |
807 | 2024-08-06T03:23:37.427Z | Downloaded ring v0.17.8 |
808 | 2024-08-06T03:23:37.495Z | Downloaded unicode-truncate v1.0.0 |
809 | 2024-08-06T03:23:37.498Z | Downloaded http-body v0.4.6 |
810 | 2024-08-06T03:23:37.501Z | Downloaded fragile v2.0.0 |
811 | 2024-08-06T03:23:37.501Z | Downloaded foreign-types-macros v0.2.3 |
812 | 2024-08-06T03:23:37.501Z | Downloaded hmac v0.12.1 |
813 | 2024-08-06T03:23:37.504Z | Downloaded toml v0.7.8 |
814 | 2024-08-06T03:23:37.506Z | Downloaded unicode-normalization v0.1.23 |
815 | 2024-08-06T03:23:37.509Z | Downloaded unsafe-libyaml v0.2.11 |
816 | 2024-08-06T03:23:37.512Z | Downloaded samael v0.0.15 |
817 | 2024-08-06T03:23:37.516Z | Downloaded rcgen v0.12.1 |
818 | 2024-08-06T03:23:37.519Z | Downloaded form_urlencoded v1.2.1 |
819 | 2024-08-06T03:23:37.522Z | Downloaded peg-macros v0.8.4 |
820 | 2024-08-06T03:23:37.522Z | Downloaded percent-encoding v2.3.1 |
821 | 2024-08-06T03:23:37.524Z | Downloaded serde_arrays v0.1.0 |
822 | 2024-08-06T03:23:37.525Z | Downloaded serde_derive_internals v0.29.1 |
823 | 2024-08-06T03:23:37.527Z | Downloaded difflib v0.4.0 |
824 | 2024-08-06T03:23:37.527Z | Downloaded serde_with_macros v3.8.3 |
825 | 2024-08-06T03:23:37.530Z | Downloaded zip v0.6.6 |
826 | 2024-08-06T03:23:37.533Z | Downloaded vte v0.11.1 |
827 | 2024-08-06T03:23:37.535Z | Downloaded schemars v0.8.21 |
828 | 2024-08-06T03:23:37.550Z | Downloaded tungstenite v0.21.0 |
829 | 2024-08-06T03:23:37.553Z | Downloaded tungstenite v0.20.1 |
830 | 2024-08-06T03:23:37.553Z | Downloaded tracing-core v0.1.32 |
831 | 2024-08-06T03:23:37.553Z | Downloaded futures-core v0.3.30 |
832 | 2024-08-06T03:23:37.556Z | Downloaded quick-error v1.2.3 |
833 | 2024-08-06T03:23:37.556Z | Downloaded itertools v0.10.5 |
834 | 2024-08-06T03:23:37.561Z | Downloaded trust-dns-client v0.22.0 |
835 | 2024-08-06T03:23:37.566Z | Downloaded unarray v0.1.4 |
836 | 2024-08-06T03:23:37.569Z | Downloaded textwrap v0.16.1 |
837 | 2024-08-06T03:23:37.571Z | Downloaded test-strategy v0.3.1 |
838 | 2024-08-06T03:23:37.574Z | Downloaded pin-utils v0.1.0 |
839 | 2024-08-06T03:23:37.577Z | Downloaded phf v0.11.2 |
840 | 2024-08-06T03:23:37.577Z | Downloaded iana-time-zone v0.1.60 |
841 | 2024-08-06T03:23:37.579Z | Downloaded erased-serde v0.3.31 |
842 | 2024-08-06T03:23:37.582Z | Downloaded env_logger v0.9.3 |
843 | 2024-08-06T03:23:37.582Z | Downloaded proc-macro-crate v1.3.1 |
844 | 2024-08-06T03:23:37.585Z | Downloaded tracing-attributes v0.1.27 |
845 | 2024-08-06T03:23:37.587Z | Downloaded rustc-demangle v0.1.24 |
846 | 2024-08-06T03:23:37.587Z | Downloaded trust-dns-server v0.22.1 |
847 | 2024-08-06T03:23:37.591Z | Downloaded backtrace v0.3.71 |
848 | 2024-08-06T03:23:37.597Z | Downloaded zerocopy v0.6.6 |
849 | 2024-08-06T03:23:37.600Z | Downloaded crypto-bigint v0.5.5 |
850 | 2024-08-06T03:23:37.605Z | Downloaded ref-cast v1.0.23 |
851 | 2024-08-06T03:23:37.608Z | Downloaded structmeta-derive v0.2.0 |
852 | 2024-08-06T03:23:37.612Z | Downloaded openssl-sys v0.9.103 |
853 | 2024-08-06T03:23:37.615Z | Downloaded nom v7.1.3 |
854 | 2024-08-06T03:23:37.618Z | Downloaded itertools v0.12.1 |
855 | 2024-08-06T03:23:37.627Z | Downloaded cc v1.0.97 |
856 | 2024-08-06T03:23:37.630Z | Downloaded pin-project v1.1.5 |
857 | 2024-08-06T03:23:37.638Z | Downloaded tower-service v0.3.2 |
858 | 2024-08-06T03:23:37.641Z | Downloaded derive-where v1.2.7 |
859 | 2024-08-06T03:23:37.644Z | Downloaded crossterm v0.27.0 |
860 | 2024-08-06T03:23:37.648Z | Downloaded const_format v0.2.32 |
861 | 2024-08-06T03:23:37.652Z | Downloaded smallvec v0.6.14 |
862 | 2024-08-06T03:23:37.655Z | Downloaded schemars_derive v0.8.21 |
863 | 2024-08-06T03:23:37.655Z | Downloaded ref-cast-impl v1.0.23 |
864 | 2024-08-06T03:23:37.658Z | Downloaded hyper-tls v0.5.0 |
865 | 2024-08-06T03:23:37.658Z | Downloaded enum-as-inner v0.5.1 |
866 | 2024-08-06T03:23:37.661Z | Downloaded spin v0.9.8 |
867 | 2024-08-06T03:23:37.661Z | Downloaded libm v0.2.8 |
868 | 2024-08-06T03:23:37.668Z | Downloaded bytes v1.6.0 |
869 | 2024-08-06T03:23:37.671Z | Downloaded diesel_derives v2.1.4 |
870 | 2024-08-06T03:23:37.676Z | Downloaded uuid v1.10.0 |
871 | 2024-08-06T03:23:37.679Z | Downloaded hash32 v0.2.1 |
872 | 2024-08-06T03:23:37.682Z | Downloaded fallible-iterator v0.2.0 |
873 | 2024-08-06T03:23:37.682Z | Downloaded whoami v1.5.1 |
874 | 2024-08-06T03:23:37.684Z | Downloaded derive_builder v0.20.0 |
875 | 2024-08-06T03:23:37.688Z | Downloaded chacha20poly1305 v0.10.1 |
876 | 2024-08-06T03:23:37.689Z | Downloaded peg v0.8.4 |
877 | 2024-08-06T03:23:37.691Z | Downloaded predicates-core v1.0.6 |
878 | 2024-08-06T03:23:37.694Z | Downloaded endian-type v0.1.2 |
879 | 2024-08-06T03:23:37.694Z | Downloaded predicates-tree v1.0.9 |
880 | 2024-08-06T03:23:37.694Z | Downloaded semver v0.1.20 |
881 | 2024-08-06T03:23:37.697Z | Downloaded mime_guess v2.0.4 |
882 | 2024-08-06T03:23:37.697Z | Downloaded base64 v0.13.1 |
883 | 2024-08-06T03:23:37.701Z | Downloaded httparse v1.8.0 |
884 | 2024-08-06T03:23:37.704Z | Downloaded unicode-bidi v0.3.15 |
885 | 2024-08-06T03:23:37.704Z | Downloaded tinyvec v1.6.0 |
886 | 2024-08-06T03:23:37.706Z | Downloaded parking_lot v0.12.2 |
887 | 2024-08-06T03:23:37.710Z | Downloaded base64 v0.22.1 |
888 | 2024-08-06T03:23:37.713Z | Downloaded utf-8 v0.7.6 |
889 | 2024-08-06T03:23:37.715Z | Downloaded rustversion v1.0.17 |
890 | 2024-08-06T03:23:37.715Z | Downloaded tar v0.4.41 |
891 | 2024-08-06T03:23:37.718Z | Downloaded parking_lot_core v0.9.10 |
892 | 2024-08-06T03:23:37.721Z | Downloaded tap v1.0.1 |
893 | 2024-08-06T03:23:37.721Z | Downloaded subtle v2.5.0 |
894 | 2024-08-06T03:23:37.724Z | Downloaded powerfmt v0.2.0 |
895 | 2024-08-06T03:23:37.724Z | Downloaded num-traits v0.2.19 |
896 | 2024-08-06T03:23:37.727Z | Downloaded crossbeam-utils v0.8.19 |
897 | 2024-08-06T03:23:37.730Z | Downloaded crossbeam-channel v0.5.12 |
898 | 2024-08-06T03:23:37.733Z | Downloaded crc-any v2.5.0 |
899 | 2024-08-06T03:23:37.736Z | Downloaded signal-hook-mio v0.2.3 |
900 | 2024-08-06T03:23:37.736Z | Downloaded clang-sys v1.7.0 |
901 | 2024-08-06T03:23:37.739Z | Downloaded futures-task v0.3.30 |
902 | 2024-08-06T03:23:37.739Z | Downloaded blake2 v0.10.6 |
903 | 2024-08-06T03:23:37.741Z | Downloaded precomputed-hash v0.1.1 |
904 | 2024-08-06T03:23:37.741Z | Downloaded phf_shared v0.10.0 |
905 | 2024-08-06T03:23:37.741Z | Downloaded rand_xorshift v0.3.0 |
906 | 2024-08-06T03:23:37.745Z | Downloaded rand_seeder v0.3.0 |
907 | 2024-08-06T03:23:37.745Z | Downloaded rand_core v0.6.4 |
908 | 2024-08-06T03:23:37.745Z | Downloaded der_derive v0.7.2 |
909 | 2024-08-06T03:23:37.748Z | Downloaded tempfile v3.10.1 |
910 | 2024-08-06T03:23:37.751Z | Downloaded serde_plain v1.0.2 |
911 | 2024-08-06T03:23:37.751Z | Downloaded rusty-fork v0.3.0 |
912 | 2024-08-06T03:23:37.751Z | Downloaded slog-term v2.9.1 |
913 | 2024-08-06T03:23:37.755Z | Downloaded darling v0.20.9 |
914 | 2024-08-06T03:23:37.758Z | Downloaded cookie_store v0.20.0 |
915 | 2024-08-06T03:23:37.762Z | Downloaded rustc_version v0.4.0 |
916 | 2024-08-06T03:23:37.762Z | Downloaded rustc_version v0.1.7 |
917 | 2024-08-06T03:23:37.762Z | Downloaded ciborium v0.2.2 |
918 | 2024-08-06T03:23:37.765Z | Downloaded base64 v0.21.7 |
919 | 2024-08-06T03:23:37.768Z | Downloaded cookie v0.17.0 |
920 | 2024-08-06T03:23:37.772Z | Downloaded console v0.15.8 |
921 | 2024-08-06T03:23:37.775Z | Downloaded futures-io v0.3.30 |
922 | 2024-08-06T03:23:37.775Z | Downloaded flagset v0.4.5 |
923 | 2024-08-06T03:23:37.775Z | Downloaded lazycell v1.3.0 |
924 | 2024-08-06T03:23:37.775Z | Downloaded fixedbitset v0.4.2 |
925 | 2024-08-06T03:23:37.778Z | Downloaded ff v0.13.0 |
926 | 2024-08-06T03:23:37.778Z | Downloaded ena v0.14.3 |
927 | 2024-08-06T03:23:37.781Z | Downloaded embedded-io v0.4.0 |
928 | 2024-08-06T03:23:37.781Z | Downloaded tls_codec v0.4.1 |
929 | 2024-08-06T03:23:37.785Z | Downloaded compact_str v0.7.1 |
930 | 2024-08-06T03:23:37.788Z | Downloaded cancel-safe-futures v0.1.5 |
931 | 2024-08-06T03:23:37.788Z | Downloaded parse-display-derive v0.9.1 |
932 | 2024-08-06T03:23:37.788Z | Downloaded strum_macros v0.25.3 |
933 | 2024-08-06T03:23:37.791Z | Downloaded shell-words v1.1.0 |
934 | 2024-08-06T03:23:37.791Z | Downloaded num_enum v0.5.11 |
935 | 2024-08-06T03:23:37.795Z | Downloaded nibble_vec v0.1.0 |
936 | 2024-08-06T03:23:37.798Z | Downloaded nanorand v0.7.0 |
937 | 2024-08-06T03:23:37.801Z | Downloaded newtype-uuid v1.1.0 |
938 | 2024-08-06T03:23:37.801Z | Downloaded memoffset v0.9.1 |
939 | 2024-08-06T03:23:37.801Z | Downloaded lru v0.12.3 |
940 | 2024-08-06T03:23:37.804Z | Downloaded num-integer v0.1.46 |
941 | 2024-08-06T03:23:37.804Z | Downloaded maplit v1.0.2 |
942 | 2024-08-06T03:23:37.804Z | Downloaded linked-hash-map v0.5.6 |
943 | 2024-08-06T03:23:37.807Z | Downloaded lalrpop-util v0.19.12 |
944 | 2024-08-06T03:23:37.807Z | Downloaded defmt-macros v0.3.9 |
945 | 2024-08-06T03:23:37.810Z | Downloaded crossbeam-deque v0.8.5 |
946 | 2024-08-06T03:23:37.810Z | Downloaded constant_time_eq v0.3.0 |
947 | 2024-08-06T03:23:37.813Z | Downloaded bitfield v0.14.0 |
948 | 2024-08-06T03:23:37.813Z | Downloaded waitgroup v0.1.2 |
949 | 2024-08-06T03:23:37.813Z | Downloaded allocator-api2 v0.2.18 |
950 | 2024-08-06T03:23:37.815Z | Downloaded block-padding v0.3.3 |
951 | 2024-08-06T03:23:37.818Z | Downloaded ahash v0.8.11 |
952 | 2024-08-06T03:23:37.821Z | Downloaded oso-derive v0.27.3 |
953 | 2024-08-06T03:23:37.821Z | Downloaded openssl-macros v0.1.1 |
954 | 2024-08-06T03:23:37.821Z | Downloaded number_prefix v0.4.0 |
955 | 2024-08-06T03:23:37.821Z | Downloaded num_threads v0.1.7 |
956 | 2024-08-06T03:23:37.821Z | Downloaded normalize-line-endings v0.3.0 |
957 | 2024-08-06T03:23:37.824Z | Downloaded nodrop v0.1.14 |
958 | 2024-08-06T03:23:37.824Z | Downloaded kstat-rs v0.2.4 |
959 | 2024-08-06T03:23:37.824Z | Downloaded cexpr v0.6.0 |
960 | 2024-08-06T03:23:37.827Z | Downloaded bitflags v1.3.2 |
961 | 2024-08-06T03:23:37.830Z | Downloaded bb8 v0.8.5 |
962 | 2024-08-06T03:23:37.830Z | Downloaded libsw v3.3.1 |
963 | 2024-08-06T03:23:37.832Z | Downloaded atomic-waker v1.1.2 |
964 | 2024-08-06T03:23:37.832Z | Downloaded async-recursion v1.1.1 |
965 | 2024-08-06T03:23:37.835Z | Downloaded matches v0.1.10 |
966 | 2024-08-06T03:23:37.837Z | Downloaded indicatif v0.17.8 |
967 | 2024-08-06T03:23:37.840Z | Downloaded parking_lot v0.11.2 |
968 | 2024-08-06T03:23:37.843Z | Downloaded native-tls v0.2.11 |
969 | 2024-08-06T03:23:37.846Z | Downloaded const_format_proc_macros v0.2.32 |
970 | 2024-08-06T03:23:37.846Z | Downloaded memmap2 v0.9.4 |
971 | 2024-08-06T03:23:37.849Z | Downloaded lock_api v0.4.12 |
972 | 2024-08-06T03:23:37.849Z | Downloaded impl-trait-for-tuples v0.2.2 |
973 | 2024-08-06T03:23:37.852Z | Downloaded atty v0.2.14 |
974 | 2024-08-06T03:23:37.852Z | Downloaded ascii v1.1.0 |
975 | 2024-08-06T03:23:37.854Z | Downloaded arc-swap v1.7.1 |
976 | 2024-08-06T03:23:37.857Z | Downloaded defmt v0.3.8 |
977 | 2024-08-06T03:23:37.860Z | Downloaded crc-catalog v2.4.0 |
978 | 2024-08-06T03:23:37.863Z | Downloaded base16ct v0.2.0 |
979 | 2024-08-06T03:23:37.863Z | Downloaded argon2 v0.5.3 |
980 | 2024-08-06T03:23:37.869Z | Downloaded multimap v0.10.0 |
981 | 2024-08-06T03:23:37.869Z | Downloaded maybe-uninit v2.0.0 |
982 | 2024-08-06T03:23:37.869Z | Downloaded lazy_static v1.5.0 |
983 | 2024-08-06T03:23:37.873Z | Downloaded data-encoding v2.6.0 |
984 | 2024-08-06T03:23:37.873Z | Downloaded bcs v0.1.6 |
985 | 2024-08-06T03:23:37.873Z | Downloaded base64ct v1.6.0 |
986 | 2024-08-06T03:23:37.875Z | Downloaded backoff v0.4.0 |
987 | 2024-08-06T03:23:37.876Z | Downloaded async-trait v0.1.81 |
988 | 2024-08-06T03:23:37.878Z | Downloaded mime v0.3.17 |
989 | 2024-08-06T03:23:37.878Z | Downloaded indoc v1.0.9 |
990 | 2024-08-06T03:23:37.881Z | Downloaded indent_write v2.2.0 |
991 | 2024-08-06T03:23:37.884Z | Downloaded adler v1.0.2 |
992 | 2024-08-06T03:23:37.884Z | Downloaded crc v3.2.1 |
993 | 2024-08-06T03:23:37.887Z | Downloaded bzip2 v0.4.4 |
994 | 2024-08-06T03:23:37.887Z | Downloaded bit-vec v0.6.3 |
995 | 2024-08-06T03:23:37.890Z | Downloaded newline-converter v0.3.0 |
996 | 2024-08-06T03:23:37.890Z | Downloaded cipher v0.4.4 |
997 | 2024-08-06T03:23:37.892Z | Downloaded camino-tempfile v1.1.1 |
998 | 2024-08-06T03:23:37.892Z | Downloaded bit-set v0.5.3 |
999 | 2024-08-06T03:23:37.895Z | Downloaded ipnet v2.9.0 |
1000 | 2024-08-06T03:23:37.895Z | Downloaded inout v0.1.3 |
1001 | 2024-08-06T03:23:37.897Z | Downloaded cassowary v0.3.0 |
1002 | 2024-08-06T03:23:37.983Z | Compiling cfg-if v1.0.0 |
1003 | 2024-08-06T03:23:37.983Z | Compiling serde v1.0.204 |
1004 | 2024-08-06T03:23:37.986Z | Compiling lock_api v0.4.12 |
1005 | 2024-08-06T03:23:37.986Z | Compiling scopeguard v1.2.0 |
1006 | 2024-08-06T03:23:37.986Z | Compiling log v0.4.21 |
1007 | 2024-08-06T03:23:38.123Z | Compiling syn v2.0.72 |
1008 | 2024-08-06T03:23:38.123Z | Compiling cc v1.0.97 |
1009 | 2024-08-06T03:23:38.123Z | Compiling parking_lot_core v0.9.10 |
1010 | 2024-08-06T03:23:38.244Z | Compiling getrandom v0.2.14 |
1011 | 2024-08-06T03:23:38.284Z | Compiling smallvec v1.13.2 |
1012 | 2024-08-06T03:23:38.629Z | Compiling rand_core v0.6.4 |
1013 | 2024-08-06T03:23:38.719Z | Compiling typenum v1.17.0 |
1014 | 2024-08-06T03:23:38.755Z | Compiling generic-array v0.14.7 |
1015 | 2024-08-06T03:23:38.770Z | Compiling pin-project-lite v0.2.14 |
1016 | 2024-08-06T03:23:38.895Z | Compiling signal-hook-registry v1.4.2 |
1017 | 2024-08-06T03:23:39.036Z | Compiling parking_lot v0.12.2 |
1018 | 2024-08-06T03:23:39.139Z | Compiling spin v0.9.8 |
1019 | 2024-08-06T03:23:39.174Z | Compiling mio v0.8.11 |
1020 | 2024-08-06T03:23:39.342Z | Compiling serde_json v1.0.122 |
1021 | 2024-08-06T03:23:39.588Z | Compiling libm v0.2.8 |
1022 | 2024-08-06T03:23:39.743Z | Compiling num-traits v0.2.19 |
1023 | 2024-08-06T03:23:39.776Z | Compiling ahash v0.8.11 |
1024 | 2024-08-06T03:23:39.980Z | Compiling tinyvec_macros v0.1.1 |
1025 | 2024-08-06T03:23:40.049Z | Compiling futures-core v0.3.30 |
1026 | 2024-08-06T03:23:40.081Z | Compiling tinyvec v1.6.0 |
1027 | 2024-08-06T03:23:40.320Z | Compiling socket2 v0.5.7 |
1028 | 2024-08-06T03:23:40.355Z | Compiling num_cpus v1.16.0 |
1029 | 2024-08-06T03:23:40.448Z | Compiling const-oid v0.9.6 |
1030 | 2024-08-06T03:23:40.564Z | Compiling subtle v2.5.0 |
1031 | 2024-08-06T03:23:41.025Z | Compiling slab v0.4.9 |
1032 | 2024-08-06T03:23:41.358Z | Compiling unicode-bidi v0.3.15 |
1033 | 2024-08-06T03:23:41.581Z | Compiling futures-sink v0.3.30 |
1034 | 2024-08-06T03:23:41.686Z | Compiling unicode-normalization v0.1.23 |
1035 | 2024-08-06T03:23:41.736Z | Compiling allocator-api2 v0.2.18 |
1036 | 2024-08-06T03:23:41.873Z | Compiling futures-channel v0.3.30 |
1037 | 2024-08-06T03:23:42.174Z | Compiling pin-utils v0.1.0 |
1038 | 2024-08-06T03:23:42.262Z | Compiling futures-io v0.3.30 |
1039 | 2024-08-06T03:23:42.278Z | Compiling pkg-config v0.3.30 |
1040 | 2024-08-06T03:23:42.414Z | Compiling futures-task v0.3.30 |
1041 | 2024-08-06T03:23:42.545Z | Compiling vcpkg v0.2.15 |
1042 | 2024-08-06T03:23:42.600Z | Compiling ring v0.17.8 |
1043 | 2024-08-06T03:23:42.708Z | Compiling ppv-lite86 v0.2.17 |
1044 | 2024-08-06T03:23:42.785Z | Compiling percent-encoding v2.3.1 |
1045 | 2024-08-06T03:23:42.846Z | Compiling tracing-core v0.1.32 |
1046 | 2024-08-06T03:23:43.161Z | Compiling powerfmt v0.2.0 |
1047 | 2024-08-06T03:23:43.421Z | Compiling untrusted v0.9.0 |
1048 | 2024-08-06T03:23:43.530Z | Compiling rand_chacha v0.3.1 |
1049 | 2024-08-06T03:23:43.584Z | Compiling num-conv v0.1.0 |
1050 | 2024-08-06T03:23:43.602Z | Compiling time-core v0.1.2 |
1051 | 2024-08-06T03:23:43.776Z | Compiling rustix v0.38.34 |
1052 | 2024-08-06T03:23:43.853Z | Compiling syn v1.0.109 |
1053 | 2024-08-06T03:23:43.873Z | Compiling time-macros v0.2.18 |
1054 | 2024-08-06T03:23:44.209Z | Compiling rand v0.8.5 |
1055 | 2024-08-06T03:23:44.468Z | Compiling deranged v0.3.11 |
1056 | 2024-08-06T03:23:44.608Z | Compiling httparse v1.8.0 |
1057 | 2024-08-06T03:23:44.725Z | Compiling openssl-sys v0.9.103 |
1058 | 2024-08-06T03:23:45.033Z | Compiling iana-time-zone v0.1.60 |
1059 | 2024-08-06T03:23:45.466Z | Compiling num_threads v0.1.7 |
1060 | 2024-08-06T03:23:45.593Z | Compiling base64ct v1.6.0 |
1061 | 2024-08-06T03:23:45.769Z | Compiling rustversion v1.0.17 |
1062 | 2024-08-06T03:23:46.035Z | Compiling foreign-types-shared v0.1.1 |
1063 | 2024-08-06T03:23:46.136Z | Compiling openssl v0.10.66 |
1064 | 2024-08-06T03:23:46.161Z | Compiling foreign-types v0.3.2 |
1065 | 2024-08-06T03:23:46.213Z | Compiling pem-rfc7468 v0.7.0 |
1066 | 2024-08-06T03:23:46.483Z | Compiling form_urlencoded v1.2.1 |
1067 | 2024-08-06T03:23:46.521Z | Compiling crossbeam-utils v0.8.19 |
1068 | 2024-08-06T03:23:46.784Z | Compiling siphasher v0.3.11 |
1069 | 2024-08-06T03:23:46.874Z | Compiling time v0.3.36 |
1070 | 2024-08-06T03:23:46.892Z | Compiling native-tls v0.2.11 |
1071 | 2024-08-06T03:23:47.095Z | Compiling flagset v0.4.5 |
1072 | 2024-08-06T03:23:47.117Z | Compiling try-lock v0.2.5 |
1073 | 2024-08-06T03:23:47.223Z | Compiling rustls v0.21.12 |
1074 | 2024-08-06T03:23:47.282Z | Compiling want v0.3.1 |
1075 | 2024-08-06T03:23:47.548Z | Compiling serde_derive_internals v0.29.1 |
1076 | 2024-08-06T03:23:48.080Z | Compiling idna v0.5.0 |
1077 | 2024-08-06T03:23:48.168Z | Compiling lazy_static v1.5.0 |
1078 | 2024-08-06T03:23:48.282Z | Compiling aho-corasick v1.1.3 |
1079 | 2024-08-06T03:23:48.778Z | Compiling cookie v0.17.0 |
1080 | 2024-08-06T03:23:49.076Z | Compiling adler v1.0.2 |
1081 | 2024-08-06T03:23:49.280Z | Compiling regex-syntax v0.8.3 |
1082 | 2024-08-06T03:23:49.727Z | Compiling cpufeatures v0.2.12 |
1083 | 2024-08-06T03:23:49.830Z | Compiling httpdate v1.0.3 |
1084 | 2024-08-06T03:23:50.297Z | Compiling finl_unicode v1.2.0 |
1085 | 2024-08-06T03:23:50.321Z | Compiling signal-hook v0.3.17 |
1086 | 2024-08-06T03:23:50.601Z | Compiling openssl-probe v0.1.5 |
1087 | 2024-08-06T03:23:50.892Z | Compiling schemars v0.8.21 |
1088 | 2024-08-06T03:23:50.956Z | Compiling slog v2.7.0 |
1089 | 2024-08-06T03:23:51.256Z | Compiling tower-service v0.3.2 |
1090 | 2024-08-06T03:23:51.413Z | Compiling stringprep v0.1.4 |
1091 | 2024-08-06T03:23:51.548Z | Compiling miniz_oxide v0.7.2 |
1092 | 2024-08-06T03:23:52.288Z | Compiling url v2.5.2 |
1093 | 2024-08-06T03:23:52.348Z | Compiling serde_derive v1.0.204 |
1094 | 2024-08-06T03:23:52.638Z | Compiling zeroize_derive v1.4.2 |
1095 | 2024-08-06T03:23:53.170Z | Compiling zerocopy-derive v0.7.34 |
1096 | 2024-08-06T03:23:53.824Z | Compiling tokio-macros v2.3.0 |
1097 | 2024-08-06T03:23:54.175Z | Compiling thiserror-impl v1.0.63 |
1098 | 2024-08-06T03:23:54.302Z | Compiling zeroize v1.7.0 |
1099 | 2024-08-06T03:23:55.483Z | Compiling zerocopy v0.7.34 |
1100 | 2024-08-06T03:23:55.498Z | Compiling futures-macro v0.3.30 |
1101 | 2024-08-06T03:23:55.533Z | Compiling tracing-attributes v0.1.27 |
1102 | 2024-08-06T03:23:55.770Z | Compiling scroll_derive v0.12.0 |
1103 | 2024-08-06T03:23:56.196Z | Compiling crypto-common v0.1.6 |
1104 | 2024-08-06T03:23:56.431Z | Compiling block-buffer v0.10.4 |
1105 | 2024-08-06T03:23:56.705Z | Compiling digest v0.10.7 |
1106 | 2024-08-06T03:23:57.194Z | Compiling hmac v0.12.1 |
1107 | 2024-08-06T03:23:57.296Z | Compiling scroll v0.12.0 |
1108 | 2024-08-06T03:23:57.431Z | Compiling der_derive v0.7.2 |
1109 | 2024-08-06T03:23:57.516Z | Compiling futures-util v0.3.30 |
1110 | 2024-08-06T03:23:57.627Z | Compiling thiserror v1.0.63 |
1111 | 2024-08-06T03:23:57.721Z | Compiling hashbrown v0.14.5 |
1112 | 2024-08-06T03:23:57.767Z | Compiling pest v2.7.10 |
1113 | 2024-08-06T03:23:57.875Z | Compiling goblin v0.8.2 |
1114 | 2024-08-06T03:23:59.218Z | Compiling openssl-macros v0.1.1 |
1115 | 2024-08-06T03:23:59.488Z | Compiling tracing v0.1.40 |
1116 | 2024-08-06T03:24:00.025Z | Compiling rustls-webpki v0.101.7 |
1117 | 2024-08-06T03:24:00.041Z | Compiling sct v0.7.1 |
1118 | 2024-08-06T03:24:00.086Z | Compiling der v0.7.9 |
1119 | 2024-08-06T03:24:00.356Z | Compiling pest_meta v2.7.10 |
1120 | 2024-08-06T03:24:00.569Z | Compiling sha2 v0.10.8 |
1121 | 2024-08-06T03:24:02.001Z | Compiling pest_generator v2.7.10 |
1122 | 2024-08-06T03:24:03.513Z | Compiling spki v0.7.3 |
1123 | 2024-08-06T03:24:03.898Z | Compiling md-5 v0.10.6 |
1124 | 2024-08-06T03:24:03.916Z | Compiling regex-automata v0.4.6 |
1125 | 2024-08-06T03:24:04.127Z | Compiling schemars_derive v0.8.21 |
1126 | 2024-08-06T03:24:04.270Z | Compiling num-integer v0.1.46 |
1127 | 2024-08-06T03:24:05.094Z | Compiling idna v0.3.0 |
1128 | 2024-08-06T03:24:05.428Z | Compiling backtrace v0.3.71 |
1129 | 2024-08-06T03:24:05.490Z | Compiling pest_derive v2.7.10 |
1130 | 2024-08-06T03:24:05.891Z | Compiling hash32 v0.2.1 |
1131 | 2024-08-06T03:24:06.242Z | Compiling psl-types v2.0.11 |
1132 | 2024-08-06T03:24:06.291Z | Compiling dtrace-parser v0.2.0 |
1133 | 2024-08-06T03:24:06.442Z | Compiling base64 v0.22.1 |
1134 | 2024-08-06T03:24:06.719Z | Compiling gimli v0.28.1 |
1135 | 2024-08-06T03:24:07.205Z | Compiling bytes v1.6.0 |
1136 | 2024-08-06T03:24:07.430Z | Compiling bitflags v2.6.0 |
1137 | 2024-08-06T03:24:07.878Z | Compiling indexmap v2.3.0 |
1138 | 2024-08-06T03:24:08.311Z | Compiling tokio v1.38.1 |
1139 | 2024-08-06T03:24:08.511Z | Compiling http v0.2.12 |
1140 | 2024-08-06T03:24:08.588Z | Compiling uuid v1.10.0 |
1141 | 2024-08-06T03:24:09.418Z | Compiling semver v1.0.23 |
1142 | 2024-08-06T03:24:10.054Z | Compiling rustc_version v0.4.0 |
1143 | 2024-08-06T03:24:10.178Z | Compiling chrono v0.4.38 |
1144 | 2024-08-06T03:24:10.613Z | Compiling http-body v0.4.6 |
1145 | 2024-08-06T03:24:10.826Z | Compiling heapless v0.7.17 |
1146 | 2024-08-06T03:24:11.066Z | Compiling dof v0.3.0 |
1147 | 2024-08-06T03:24:11.353Z | Compiling serde_spanned v0.6.7 |
1148 | 2024-08-06T03:24:11.657Z | Compiling toml_datetime v0.6.8 |
1149 | 2024-08-06T03:24:11.828Z | Compiling usdt-impl v0.5.0 |
1150 | 2024-08-06T03:24:12.100Z | Compiling serde_tokenstream v0.2.1 |
1151 | 2024-08-06T03:24:12.640Z | Compiling dyn-clone v1.0.17 |
1152 | 2024-08-06T03:24:12.857Z | Compiling smoltcp v0.9.1 |
1153 | 2024-08-06T03:24:13.231Z | Compiling crc32fast v1.4.0 |
1154 | 2024-08-06T03:24:13.303Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1155 | 2024-08-06T03:24:13.456Z | Compiling stable_deref_trait v1.2.0 |
1156 | 2024-08-06T03:24:13.565Z | Compiling fallible-iterator v0.2.0 |
1157 | 2024-08-06T03:24:13.962Z | Compiling terminal_size v0.3.0 |
1158 | 2024-08-06T03:24:14.162Z | Compiling addr2line v0.21.0 |
1159 | 2024-08-06T03:24:14.273Z | Compiling postgres-protocol v0.6.7 |
1160 | 2024-08-06T03:24:14.574Z | Compiling publicsuffix v2.2.3 |
1161 | 2024-08-06T03:24:14.811Z | Compiling pkcs8 v0.10.2 |
1162 | 2024-08-06T03:24:14.834Z | Compiling hubpack_derive v0.1.1 |
1163 | 2024-08-06T03:24:14.850Z | Compiling block-padding v0.3.3 |
1164 | 2024-08-06T03:24:15.111Z | Compiling zerocopy-derive v0.6.6 |
1165 | 2024-08-06T03:24:15.400Z | Compiling async-trait v0.1.81 |
1166 | 2024-08-06T03:24:16.803Z | Compiling tokio-util v0.7.11 |
1167 | 2024-08-06T03:24:16.803Z | Compiling tokio-rustls v0.24.1 |
1168 | 2024-08-06T03:24:17.329Z | Compiling phf_shared v0.11.2 |
1169 | 2024-08-06T03:24:17.636Z | Compiling tokio-native-tls v0.3.1 |
1170 | 2024-08-06T03:24:17.713Z | Compiling diesel_table_macro_syntax v0.1.0 |
1171 | 2024-08-06T03:24:17.843Z | Compiling h2 v0.3.26 |
1172 | 2024-08-06T03:24:17.921Z | Compiling ff v0.13.0 |
1173 | 2024-08-06T03:24:18.083Z | Compiling scheduled-thread-pool v0.2.7 |
1174 | 2024-08-06T03:24:18.162Z | Compiling fs-err v2.11.0 |
1175 | 2024-08-06T03:24:18.164Z | Compiling object v0.32.2 |
1176 | 2024-08-06T03:24:18.195Z | Compiling managed v0.8.0 |
1177 | 2024-08-06T03:24:18.236Z | Compiling ipnet v2.9.0 |
1178 | 2024-08-06T03:24:18.458Z | Compiling regex-automata v0.1.10 |
1179 | 2024-08-06T03:24:18.664Z | Compiling either v1.12.0 |
1180 | 2024-08-06T03:24:18.783Z | Compiling matches v0.1.10 |
1181 | 2024-08-06T03:24:18.881Z | Compiling bitflags v1.3.2 |
1182 | 2024-08-06T03:24:18.964Z | Compiling rustc-demangle v0.1.24 |
1183 | 2024-08-06T03:24:18.989Z | Compiling anyhow v1.0.86 |
1184 | 2024-08-06T03:24:19.064Z | Compiling base16ct v0.2.0 |
1185 | 2024-08-06T03:24:19.395Z | Compiling winnow v0.5.40 |
1186 | 2024-08-06T03:24:19.451Z | Compiling bit-vec v0.6.3 |
1187 | 2024-08-06T03:24:19.629Z | Compiling base64 v0.21.7 |
1188 | 2024-08-06T03:24:19.907Z | Compiling clap_builder v4.5.13 |
1189 | 2024-08-06T03:24:19.971Z | Compiling sec1 v0.7.3 |
1190 | 2024-08-06T03:24:20.135Z | Compiling rustls-pemfile v1.0.4 |
1191 | 2024-08-06T03:24:20.568Z | Compiling bstr v0.2.17 |
1192 | 2024-08-06T03:24:20.571Z | Compiling idna v0.2.3 |
1193 | 2024-08-06T03:24:22.226Z | Compiling r2d2 v0.8.10 |
1194 | 2024-08-06T03:24:22.244Z | Compiling diesel_derives v2.1.4 |
1195 | 2024-08-06T03:24:22.494Z | Compiling group v0.13.0 |
1196 | 2024-08-06T03:24:22.595Z | Compiling phf v0.11.2 |
1197 | 2024-08-06T03:24:22.820Z | Compiling zerocopy v0.6.6 |
1198 | 2024-08-06T03:24:22.879Z | Compiling toml_edit v0.19.15 |
1199 | 2024-08-06T03:24:23.296Z | Compiling signal-hook-mio v0.2.3 |
1200 | 2024-08-06T03:24:23.465Z | Compiling cookie_store v0.20.0 |
1201 | 2024-08-06T03:24:23.656Z | Compiling hubpack v0.1.2 |
1202 | 2024-08-06T03:24:23.684Z | Compiling ipnetwork v0.20.0 |
1203 | 2024-08-06T03:24:24.109Z | Compiling inout v0.1.3 |
1204 | 2024-08-06T03:24:24.378Z | Compiling postgres-types v0.2.7 |
1205 | 2024-08-06T03:24:24.900Z | Compiling hyper v0.14.30 |
1206 | 2024-08-06T03:24:25.799Z | Compiling usdt-attr-macro v0.5.0 |
1207 | 2024-08-06T03:24:25.874Z | Compiling usdt-macro v0.5.0 |
1208 | 2024-08-06T03:24:27.364Z | Compiling regex v1.10.5 |
1209 | 2024-08-06T03:24:27.482Z | Compiling serde_urlencoded v0.7.1 |
1210 | 2024-08-06T03:24:28.031Z | Compiling num-bigint v0.4.5 |
1211 | 2024-08-06T03:24:28.483Z | Compiling futures-executor v0.3.30 |
1212 | 2024-08-06T03:24:28.514Z | Compiling enum-as-inner v0.5.1 |
1213 | 2024-08-06T03:24:28.537Z | Compiling hkdf v0.12.4 |
1214 | 2024-08-06T03:24:28.811Z | Compiling crypto-bigint v0.5.5 |
1215 | 2024-08-06T03:24:29.049Z | Compiling serde_repr v0.1.19 |
1216 | 2024-08-06T03:24:29.380Z | Compiling strum_macros v0.25.3 |
1217 | 2024-08-06T03:24:29.586Z | Compiling clap_derive v4.5.13 |
1218 | 2024-08-06T03:24:30.247Z | Compiling phf_shared v0.10.0 |
1219 | 2024-08-06T03:24:30.645Z | Compiling float-cmp v0.9.0 |
1220 | 2024-08-06T03:24:30.869Z | Compiling encoding_rs v0.8.34 |
1221 | 2024-08-06T03:24:31.033Z | Compiling unicode-segmentation v1.11.0 |
1222 | 2024-08-06T03:24:31.893Z | Compiling hyper-rustls v0.24.2 |
1223 | 2024-08-06T03:24:32.259Z | Compiling hyper-tls v0.5.0 |
1224 | 2024-08-06T03:24:32.624Z | Compiling difflib v0.4.0 |
1225 | 2024-08-06T03:24:33.588Z | Compiling whoami v1.5.1 |
1226 | 2024-08-06T03:24:34.294Z | Compiling mime v0.3.17 |
1227 | 2024-08-06T03:24:34.359Z | Compiling data-encoding v2.6.0 |
1228 | 2024-08-06T03:24:34.790Z | Compiling normalize-line-endings v0.3.0 |
1229 | 2024-08-06T03:24:34.891Z | Compiling fixedbitset v0.4.2 |
1230 | 2024-08-06T03:24:34.909Z | Compiling precomputed-hash v0.1.1 |
1231 | 2024-08-06T03:24:34.926Z | Compiling minimal-lexical v0.2.1 |
1232 | 2024-08-06T03:24:35.020Z | Compiling new_debug_unreachable v1.0.6 |
1233 | 2024-08-06T03:24:35.075Z | Compiling sync_wrapper v0.1.2 |
1234 | 2024-08-06T03:24:35.097Z | Compiling static_assertions v1.1.0 |
1235 | 2024-08-06T03:24:35.116Z | Compiling predicates-core v1.0.6 |
1236 | 2024-08-06T03:24:35.196Z | Compiling webpki-roots v0.25.4 |
1237 | 2024-08-06T03:24:35.214Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1238 | 2024-08-06T03:24:35.344Z | Compiling nom v7.1.3 |
1239 | 2024-08-06T03:24:35.361Z | Compiling reqwest v0.11.27 |
1240 | 2024-08-06T03:24:35.435Z | Compiling predicates v3.1.2 |
1241 | 2024-08-06T03:24:35.453Z | Compiling petgraph v0.6.5 |
1242 | 2024-08-06T03:24:35.469Z | Compiling string_cache v0.8.7 |
1243 | 2024-08-06T03:24:35.929Z | Compiling diesel v2.1.6 |
1244 | 2024-08-06T03:24:36.773Z | Compiling trust-dns-proto v0.22.0 |
1245 | 2024-08-06T03:24:37.210Z | Compiling toml_edit v0.22.20 |
1246 | 2024-08-06T03:24:39.317Z | Compiling clap v4.5.13 |
1247 | 2024-08-06T03:24:39.445Z | Compiling console v0.15.8 |
1248 | 2024-08-06T03:24:39.544Z | Compiling tokio-postgres v0.7.11 |
1249 | 2024-08-06T03:24:39.756Z | Compiling elliptic-curve v0.13.8 |
1250 | 2024-08-06T03:24:40.655Z | Compiling similar v2.5.0 |
1251 | 2024-08-06T03:24:41.080Z | Compiling yasna v0.5.2 |
1252 | 2024-08-06T03:24:41.717Z | Compiling usdt v0.5.0 |
1253 | 2024-08-06T03:24:42.261Z | Compiling futures v0.3.30 |
1254 | 2024-08-06T03:24:42.382Z | Compiling toml v0.7.8 |
1255 | 2024-08-06T03:24:43.332Z | Compiling flate2 v1.0.31 |
1256 | 2024-08-06T03:24:44.047Z | Compiling cipher v0.4.4 |
1257 | 2024-08-06T03:24:44.177Z | Compiling crossterm v0.27.0 |
1258 | 2024-08-06T03:24:44.580Z | Compiling bit-set v0.5.3 |
1259 | 2024-08-06T03:24:44.883Z | Compiling itertools v0.12.1 |
1260 | 2024-08-06T03:24:45.234Z | Compiling itertools v0.10.5 |
1261 | 2024-08-06T03:24:45.333Z | Compiling tokio-stream v0.1.15 |
1262 | 2024-08-06T03:24:45.589Z | Compiling openapiv3 v2.0.0 |
1263 | 2024-08-06T03:24:45.811Z | Compiling bstr v1.9.1 |
1264 | 2024-08-06T03:24:46.294Z | Compiling hex v0.4.3 |
1265 | 2024-08-06T03:24:46.941Z | Compiling crossbeam-epoch v0.9.18 |
1266 | 2024-08-06T03:24:47.691Z | Compiling num-iter v0.1.45 |
1267 | 2024-08-06T03:24:47.763Z | Compiling dirs-sys-next v0.1.2 |
1268 | 2024-08-06T03:24:47.891Z | Compiling peg-runtime v0.8.3 |
1269 | 2024-08-06T03:24:48.023Z | Compiling unicode-xid v0.2.4 |
1270 | 2024-08-06T03:24:48.117Z | Compiling lalrpop-util v0.19.12 |
1271 | 2024-08-06T03:24:48.170Z | Compiling dirs-next v2.0.0 |
1272 | 2024-08-06T03:24:48.206Z | Compiling thread_local v1.1.8 |
1273 | 2024-08-06T03:24:48.387Z | Compiling slog-async v2.8.0 |
1274 | 2024-08-06T03:24:48.487Z | Compiling term v0.7.0 |
1275 | 2024-08-06T03:24:48.505Z | Compiling xattr v1.3.1 |
1276 | 2024-08-06T03:24:48.573Z | Compiling crossbeam-channel v0.5.12 |
1277 | 2024-08-06T03:24:48.786Z | Compiling strum_macros v0.26.4 |
1278 | 2024-08-06T03:24:48.807Z | Compiling filetime v0.2.23 |
1279 | 2024-08-06T03:24:49.014Z | Compiling is-terminal v0.4.12 |
1280 | 2024-08-06T03:24:49.136Z | Compiling take_mut v0.2.2 |
1281 | 2024-08-06T03:24:49.154Z | Compiling slog-term v2.9.1 |
1282 | 2024-08-06T03:24:49.300Z | Compiling tar v0.4.41 |
1283 | 2024-08-06T03:24:50.084Z | Compiling camino v1.1.7 |
1284 | 2024-08-06T03:24:52.101Z | Compiling strum v0.26.3 |
1285 | 2024-08-06T03:25:03.829Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1286 | 2024-08-06T03:25:04.102Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1287 | 2024-08-06T03:25:09.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1288 | 2024-08-06T03:25:09.651Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1289 | 2024-08-06T03:25:09.696Z | Aug 06 03:25:08.600 INFO Starting download, target: DendriteOpenapi |
1290 | 2024-08-06T03:25:09.696Z | Aug 06 03:25:08.600 INFO Starting download, target: Cockroach |
1291 | 2024-08-06T03:25:09.697Z | Aug 06 03:25:08.600 INFO Starting download, target: Console |
1292 | 2024-08-06T03:25:09.697Z | Aug 06 03:25:08.600 INFO Starting download, target: DendriteStub |
1293 | 2024-08-06T03:25:09.700Z | Aug 06 03:25:08.600 INFO Starting download, target: Clickhouse |
1294 | 2024-08-06T03:25:09.700Z | Aug 06 03:25:08.600 INFO Starting download, target: MaghemiteMgd |
1295 | 2024-08-06T03:25:09.700Z | Aug 06 03:25:08.600 INFO Starting download, target: TransceiverControl |
1296 | 2024-08-06T03:25:09.700Z | Aug 06 03:25:08.601 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1297 | 2024-08-06T03:25:09.700Z | Aug 06 03:25:08.601 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1298 | 2024-08-06T03:25:09.700Z | Aug 06 03:25:08.601 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1299 | 2024-08-06T03:25:09.700Z | Aug 06 03:25:08.601 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1300 | 2024-08-06T03:25:09.700Z | Aug 06 03:25:08.601 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1301 | 2024-08-06T03:25:09.700Z | Aug 06 03:25:08.601 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1302 | 2024-08-06T03:25:09.700Z | Aug 06 03:25:08.601 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1303 | 2024-08-06T03:25:09.856Z | Aug 06 03:25:08.753 INFO Download complete, target: DendriteOpenapi |
1304 | 2024-08-06T03:25:10.014Z | Aug 06 03:25:08.915 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1305 | 2024-08-06T03:25:10.309Z | Aug 06 03:25:09.211 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1306 | 2024-08-06T03:25:10.367Z | Aug 06 03:25:09.271 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1307 | 2024-08-06T03:25:10.584Z | Aug 06 03:25:09.487 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1308 | 2024-08-06T03:25:10.793Z | Aug 06 03:25:09.697 INFO Download complete, target: TransceiverControl |
1309 | 2024-08-06T03:25:10.801Z | Aug 06 03:25:09.705 INFO Download complete, target: Console |
1310 | 2024-08-06T03:25:11.634Z | Aug 06 03:25:10.538 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1311 | 2024-08-06T03:25:11.818Z | Aug 06 03:25:10.721 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1312 | 2024-08-06T03:25:11.818Z | Aug 06 03:25:10.721 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1313 | 2024-08-06T03:25:13.425Z | Aug 06 03:25:12.328 INFO Download complete, target: DendriteStub |
1314 | 2024-08-06T03:25:13.876Z | Aug 06 03:25:12.779 INFO Download complete, target: MaghemiteMgd |
1315 | 2024-08-06T03:25:20.545Z | Aug 06 03:25:19.447 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1316 | 2024-08-06T03:25:20.880Z | Aug 06 03:25:19.783 INFO Checking that binary works, target: Cockroach |
1317 | 2024-08-06T03:25:21.108Z | Aug 06 03:25:20.010 INFO Download complete, target: Cockroach |
1318 | 2024-08-06T03:25:26.431Z | Aug 06 03:25:25.331 INFO Checking that binary works, target: Clickhouse |
1319 | 2024-08-06T03:25:26.807Z | Aug 06 03:25:25.709 INFO Download complete, target: Clickhouse |
1320 | 2024-08-06T03:25:26.815Z | All prerequisites installed successfully |
1321 | 2024-08-06T03:25:26.817Z | |
1322 | 2024-08-06T03:25:26.817Z | real 4:18.306361102 |
1323 | 2024-08-06T03:25:26.817Z | user 11:54.624294456 |
1324 | 2024-08-06T03:25:26.817Z | sys 2:28.635284368 |
1325 | 2024-08-06T03:25:26.817Z | trap 0.451850623 |
1326 | 2024-08-06T03:25:26.817Z | tflt 5.557271283 |
1327 | 2024-08-06T03:25:26.817Z | dflt 5.396611756 |
1328 | 2024-08-06T03:25:26.817Z | kflt 0.293700887 |
1329 | 2024-08-06T03:25:26.817Z | lock 23:04.730376035 |
1330 | 2024-08-06T03:25:26.817Z | slp 46:59.785148985 |
1331 | 2024-08-06T03:25:26.817Z | lat 40.419010500 |
1332 | 2024-08-06T03:25:26.817Z | stop 1:41.516900569 |
1333 | 2024-08-06T03:25:26.817Z | + ptime -m cargo xtask download softnpu |
1334 | 2024-08-06T03:25:27.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1335 | 2024-08-06T03:25:27.417Z | Running `target/debug/xtask download softnpu` |
1336 | 2024-08-06T03:25:28.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1337 | 2024-08-06T03:25:28.290Z | Running `target/debug/xtask-downloader softnpu` |
1338 | 2024-08-06T03:25:28.323Z | Aug 06 03:25:27.224 INFO Starting download, target: Softnpu |
1339 | 2024-08-06T03:25:28.326Z | Aug 06 03:25:27.225 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1340 | 2024-08-06T03:25:28.879Z | Aug 06 03:25:27.781 INFO Download complete, target: Softnpu |
1341 | 2024-08-06T03:25:28.883Z | |
1342 | 2024-08-06T03:25:28.886Z | real 2.061462395 |
1343 | 2024-08-06T03:25:28.886Z | user 1.229430657 |
1344 | 2024-08-06T03:25:28.886Z | sys 0.593035728 |
1345 | 2024-08-06T03:25:28.886Z | trap 0.000280494 |
1346 | 2024-08-06T03:25:28.886Z | tflt 0.000066861 |
1347 | 2024-08-06T03:25:28.886Z | dflt 0.000000000 |
1348 | 2024-08-06T03:25:28.886Z | kflt 0.000000000 |
1349 | 2024-08-06T03:25:28.886Z | lock 5.644196099 |
1350 | 2024-08-06T03:25:28.886Z | slp 0.568447089 |
1351 | 2024-08-06T03:25:28.886Z | lat 0.070208030 |
1352 | 2024-08-06T03:25:28.886Z | stop 0.000444832 |
1353 | 2024-08-06T03:25:28.886Z | + export CARGO_INCREMENTAL=0 |
1354 | 2024-08-06T03:25:28.886Z | + CARGO_INCREMENTAL=0 |
1355 | 2024-08-06T03:25:28.886Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1356 | 2024-08-06T03:25:29.864Z | Compiling proc-macro2 v1.0.86 |
1357 | 2024-08-06T03:25:29.864Z | Compiling unicode-ident v1.0.12 |
1358 | 2024-08-06T03:25:29.867Z | Compiling libc v0.2.155 |
1359 | 2024-08-06T03:25:29.867Z | Compiling serde v1.0.204 |
1360 | 2024-08-06T03:25:29.867Z | Compiling autocfg v1.3.0 |
1361 | 2024-08-06T03:25:29.867Z | Compiling version_check v0.9.5 |
1362 | 2024-08-06T03:25:29.867Z | Compiling cfg-if v1.0.0 |
1363 | 2024-08-06T03:25:30.078Z | Compiling cc v1.0.97 |
1364 | 2024-08-06T03:25:30.147Z | Compiling memchr v2.7.2 |
1365 | 2024-08-06T03:25:30.765Z | Compiling ahash v0.8.11 |
1366 | 2024-08-06T03:25:30.783Z | Compiling lock_api v0.4.12 |
1367 | 2024-08-06T03:25:31.143Z | Compiling parking_lot_core v0.9.10 |
1368 | 2024-08-06T03:25:31.161Z | Compiling serde_json v1.0.122 |
1369 | 2024-08-06T03:25:31.527Z | Compiling once_cell v1.19.0 |
1370 | 2024-08-06T03:25:31.595Z | Compiling libm v0.2.8 |
1371 | 2024-08-06T03:25:31.641Z | Compiling quote v1.0.36 |
1372 | 2024-08-06T03:25:31.944Z | Compiling getrandom v0.2.14 |
1373 | 2024-08-06T03:25:31.961Z | Compiling byteorder v1.5.0 |
1374 | 2024-08-06T03:25:32.281Z | Compiling syn v2.0.72 |
1375 | 2024-08-06T03:25:32.319Z | Compiling num-traits v0.2.19 |
1376 | 2024-08-06T03:25:32.439Z | Compiling scopeguard v1.2.0 |
1377 | 2024-08-06T03:25:32.521Z | Compiling thiserror v1.0.63 |
1378 | 2024-08-06T03:25:32.539Z | Compiling typenum v1.17.0 |
1379 | 2024-08-06T03:25:32.625Z | Compiling log v0.4.21 |
1380 | 2024-08-06T03:25:32.639Z | Compiling itoa v1.0.11 |
1381 | 2024-08-06T03:25:32.893Z | Compiling generic-array v0.14.7 |
1382 | 2024-08-06T03:25:33.210Z | Compiling allocator-api2 v0.2.18 |
1383 | 2024-08-06T03:25:33.273Z | Compiling slab v0.4.9 |
1384 | 2024-08-06T03:25:33.494Z | Compiling ring v0.17.8 |
1385 | 2024-08-06T03:25:33.497Z | Compiling ryu v1.0.18 |
1386 | 2024-08-06T03:25:33.599Z | Compiling smallvec v1.13.2 |
1387 | 2024-08-06T03:25:33.620Z | Compiling semver v1.0.23 |
1388 | 2024-08-06T03:25:33.704Z | Compiling schemars v0.8.21 |
1389 | 2024-08-06T03:25:33.768Z | Compiling pin-project-lite v0.2.14 |
1390 | 2024-08-06T03:25:34.079Z | Compiling equivalent v1.0.1 |
1391 | 2024-08-06T03:25:34.094Z | Compiling spin v0.9.8 |
1392 | 2024-08-06T03:25:34.201Z | Compiling pkg-config v0.3.30 |
1393 | 2024-08-06T03:25:34.327Z | Compiling vcpkg v0.2.15 |
1394 | 2024-08-06T03:25:34.389Z | Compiling parking_lot v0.12.2 |
1395 | 2024-08-06T03:25:34.776Z | Compiling signal-hook-registry v1.4.2 |
1396 | 2024-08-06T03:25:34.793Z | Compiling syn v1.0.109 |
1397 | 2024-08-06T03:25:35.784Z | Compiling mio v0.8.11 |
1398 | 2024-08-06T03:25:36.018Z | Compiling openssl-sys v0.9.103 |
1399 | 2024-08-06T03:25:36.940Z | Compiling rand_core v0.6.4 |
1400 | 2024-08-06T03:25:37.039Z | Compiling socket2 v0.5.7 |
1401 | 2024-08-06T03:25:37.333Z | Compiling num_cpus v1.16.0 |
1402 | 2024-08-06T03:25:37.480Z | Compiling num-conv v0.1.0 |
1403 | 2024-08-06T03:25:37.576Z | Compiling time-core v0.1.2 |
1404 | 2024-08-06T03:25:37.788Z | Compiling time-macros v0.2.18 |
1405 | 2024-08-06T03:25:37.987Z | Compiling heck v0.5.0 |
1406 | 2024-08-06T03:25:38.020Z | Compiling httparse v1.8.0 |
1407 | 2024-08-06T03:25:38.486Z | Compiling futures-core v0.3.30 |
1408 | 2024-08-06T03:25:38.742Z | Compiling fnv v1.0.7 |
1409 | 2024-08-06T03:25:38.873Z | Compiling rustix v0.38.34 |
1410 | 2024-08-06T03:25:38.968Z | Compiling openssl v0.10.66 |
1411 | 2024-08-06T03:25:39.539Z | Compiling crossbeam-utils v0.8.19 |
1412 | 2024-08-06T03:25:39.542Z | Compiling iana-time-zone v0.1.60 |
1413 | 2024-08-06T03:25:40.018Z | Compiling serde_derive_internals v0.29.1 |
1414 | 2024-08-06T03:25:40.104Z | Compiling tinyvec_macros v0.1.1 |
1415 | 2024-08-06T03:25:40.202Z | Compiling native-tls v0.2.11 |
1416 | 2024-08-06T03:25:40.510Z | Compiling rustls v0.21.12 |
1417 | 2024-08-06T03:25:40.543Z | Compiling tinyvec v1.6.0 |
1418 | 2024-08-06T03:25:40.935Z | Compiling subtle v2.5.0 |
1419 | 2024-08-06T03:25:41.234Z | Compiling futures-sink v0.3.30 |
1420 | 2024-08-06T03:25:41.416Z | Compiling const-oid v0.9.6 |
1421 | 2024-08-06T03:25:41.521Z | Compiling ucd-trie v0.1.6 |
1422 | 2024-08-06T03:25:42.023Z | Compiling unicode-normalization v0.1.23 |
1423 | 2024-08-06T03:25:42.263Z | Compiling backtrace v0.3.71 |
1424 | 2024-08-06T03:25:42.302Z | Compiling cookie v0.17.0 |
1425 | 2024-08-06T03:25:42.712Z | Compiling slog v2.7.0 |
1426 | 2024-08-06T03:25:42.794Z | Compiling unicode-bidi v0.3.15 |
1427 | 2024-08-06T03:25:43.197Z | Compiling dyn-clone v1.0.17 |
1428 | 2024-08-06T03:25:43.387Z | Compiling futures-channel v0.3.30 |
1429 | 2024-08-06T03:25:43.600Z | Compiling pin-utils v0.1.0 |
1430 | 2024-08-06T03:25:43.706Z | Compiling futures-io v0.3.30 |
1431 | 2024-08-06T03:25:44.050Z | Compiling futures-task v0.3.30 |
1432 | 2024-08-06T03:25:44.367Z | Compiling aho-corasick v1.1.3 |
1433 | 2024-08-06T03:25:44.369Z | Compiling regex-syntax v0.8.3 |
1434 | 2024-08-06T03:25:44.713Z | Compiling untrusted v0.9.0 |
1435 | 2024-08-06T03:25:45.500Z | Compiling serde_derive v1.0.204 |
1436 | 2024-08-06T03:25:45.530Z | Compiling zerocopy-derive v0.7.34 |
1437 | 2024-08-06T03:25:46.750Z | Compiling zeroize_derive v1.4.2 |
1438 | 2024-08-06T03:25:46.896Z | Compiling thiserror-impl v1.0.63 |
1439 | 2024-08-06T03:25:47.622Z | Compiling zerocopy v0.7.34 |
1440 | 2024-08-06T03:25:48.230Z | Compiling tokio-macros v2.3.0 |
1441 | 2024-08-06T03:25:48.952Z | Compiling futures-macro v0.3.30 |
1442 | 2024-08-06T03:25:49.359Z | Compiling schemars_derive v0.8.21 |
1443 | 2024-08-06T03:25:49.860Z | Compiling hashbrown v0.14.5 |
1444 | 2024-08-06T03:25:49.946Z | Compiling tracing-attributes v0.1.27 |
1445 | 2024-08-06T03:25:50.318Z | Compiling zeroize v1.7.0 |
1446 | 2024-08-06T03:25:51.104Z | Compiling openssl-macros v0.1.1 |
1447 | 2024-08-06T03:25:51.320Z | Compiling scroll_derive v0.12.0 |
1448 | 2024-08-06T03:25:51.859Z | Compiling pest v2.7.10 |
1449 | 2024-08-06T03:25:52.329Z | Compiling crypto-common v0.1.6 |
1450 | 2024-08-06T03:25:52.520Z | Compiling futures-util v0.3.30 |
1451 | 2024-08-06T03:25:52.547Z | Compiling der_derive v0.7.2 |
1452 | 2024-08-06T03:25:52.584Z | Compiling winnow v0.5.40 |
1453 | 2024-08-06T03:25:52.708Z | Compiling anyhow v1.0.86 |
1454 | 2024-08-06T03:25:53.237Z | Compiling block-buffer v0.10.4 |
1455 | 2024-08-06T03:25:54.774Z | Compiling pest_meta v2.7.10 |
1456 | 2024-08-06T03:25:54.820Z | Compiling regex-automata v0.4.6 |
1457 | 2024-08-06T03:25:56.717Z | Compiling pest_generator v2.7.10 |
1458 | 2024-08-06T03:25:58.574Z | Compiling tracing-core v0.1.32 |
1459 | 2024-08-06T03:25:59.110Z | Compiling pest_derive v2.7.10 |
1460 | 2024-08-06T03:25:59.512Z | Compiling bytes v1.6.0 |
1461 | 2024-08-06T03:26:00.314Z | Compiling indexmap v2.3.0 |
1462 | 2024-08-06T03:26:00.928Z | Compiling tokio v1.38.1 |
1463 | 2024-08-06T03:26:01.477Z | Compiling bitflags v2.6.0 |
1464 | 2024-08-06T03:26:01.619Z | Compiling uuid v1.10.0 |
1465 | 2024-08-06T03:26:01.881Z | Compiling chrono v0.4.38 |
1466 | 2024-08-06T03:26:02.585Z | Compiling serde_tokenstream v0.2.1 |
1467 | 2024-08-06T03:26:03.581Z | Compiling serde_spanned v0.6.7 |
1468 | 2024-08-06T03:26:03.807Z | Compiling toml_datetime v0.6.8 |
1469 | 2024-08-06T03:26:04.307Z | Compiling http v0.2.12 |
1470 | 2024-08-06T03:26:06.256Z | Compiling toml_edit v0.19.15 |
1471 | 2024-08-06T03:26:06.812Z | Compiling rustc_version v0.4.0 |
1472 | 2024-08-06T03:26:06.994Z | Compiling usdt-impl v0.5.0 |
1473 | 2024-08-06T03:26:07.361Z | Compiling powerfmt v0.2.0 |
1474 | 2024-08-06T03:26:07.399Z | Compiling rustversion v1.0.17 |
1475 | 2024-08-06T03:26:07.877Z | Compiling deranged v0.3.11 |
1476 | 2024-08-06T03:26:08.128Z | Compiling heapless v0.7.17 |
1477 | 2024-08-06T03:26:08.511Z | Compiling tracing v0.1.40 |
1478 | 2024-08-06T03:26:08.588Z | Compiling digest v0.10.7 |
1479 | 2024-08-06T03:26:09.016Z | Compiling scroll v0.12.0 |
1480 | 2024-08-06T03:26:09.598Z | Compiling percent-encoding v2.3.1 |
1481 | 2024-08-06T03:26:10.413Z | Compiling signal-hook v0.3.17 |
1482 | 2024-08-06T03:26:10.501Z | Compiling num_threads v0.1.7 |
1483 | 2024-08-06T03:26:10.638Z | Compiling heck v0.4.1 |
1484 | 2024-08-06T03:26:10.848Z | Compiling ppv-lite86 v0.2.17 |
1485 | 2024-08-06T03:26:10.941Z | Compiling plain v0.2.3 |
1486 | 2024-08-06T03:26:11.098Z | Compiling goblin v0.8.2 |
1487 | 2024-08-06T03:26:11.114Z | Compiling time v0.3.36 |
1488 | 2024-08-06T03:26:11.654Z | Compiling rand_chacha v0.3.1 |
1489 | 2024-08-06T03:26:13.425Z | Compiling regex v1.10.5 |
1490 | 2024-08-06T03:26:14.659Z | Compiling pretty-hex v0.4.1 |
1491 | 2024-08-06T03:26:14.889Z | Compiling strsim v0.11.1 |
1492 | 2024-08-06T03:26:15.527Z | Compiling crc32fast v1.4.0 |
1493 | 2024-08-06T03:26:16.209Z | Compiling rand v0.8.5 |
1494 | 2024-08-06T03:26:16.240Z | Compiling tokio-util v0.7.11 |
1495 | 2024-08-06T03:26:17.517Z | Compiling dof v0.3.0 |
1496 | 2024-08-06T03:26:17.734Z | Compiling dtrace-parser v0.2.0 |
1497 | 2024-08-06T03:26:18.099Z | Compiling async-trait v0.1.81 |
1498 | 2024-08-06T03:26:18.983Z | Compiling thread-id v4.2.1 |
1499 | 2024-08-06T03:26:19.222Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1500 | 2024-08-06T03:26:19.492Z | Compiling smoltcp v0.9.1 |
1501 | 2024-08-06T03:26:19.532Z | Compiling unicode-width v0.1.13 |
1502 | 2024-08-06T03:26:19.770Z | Compiling foreign-types-shared v0.1.1 |
1503 | 2024-08-06T03:26:19.879Z | Compiling base64ct v1.6.0 |
1504 | 2024-08-06T03:26:19.896Z | Compiling foreign-types v0.3.2 |
1505 | 2024-08-06T03:26:20.466Z | Compiling pem-rfc7468 v0.7.0 |
1506 | 2024-08-06T03:26:21.551Z | Compiling form_urlencoded v1.2.1 |
1507 | 2024-08-06T03:26:21.883Z | Compiling hmac v0.12.1 |
1508 | 2024-08-06T03:26:22.139Z | Compiling errno v0.3.9 |
1509 | 2024-08-06T03:26:22.152Z | Compiling try-lock v0.2.5 |
1510 | 2024-08-06T03:26:22.282Z | Compiling siphasher v0.3.11 |
1511 | 2024-08-06T03:26:22.317Z | Compiling adler v1.0.2 |
1512 | 2024-08-06T03:26:22.410Z | Compiling flagset v0.4.5 |
1513 | 2024-08-06T03:26:22.621Z | Compiling der v0.7.9 |
1514 | 2024-08-06T03:26:22.689Z | Compiling want v0.3.1 |
1515 | 2024-08-06T03:26:22.873Z | Compiling miniz_oxide v0.7.2 |
1516 | 2024-08-06T03:26:25.275Z | Compiling sct v0.7.1 |
1517 | 2024-08-06T03:26:25.574Z | Compiling rustls-webpki v0.101.7 |
1518 | 2024-08-06T03:26:25.753Z | Compiling h2 v0.3.26 |
1519 | 2024-08-06T03:26:26.896Z | Compiling http-body v0.4.6 |
1520 | 2024-08-06T03:26:27.531Z | Compiling openapiv3 v2.0.0 |
1521 | 2024-08-06T03:26:27.838Z | Compiling hubpack_derive v0.1.1 |
1522 | 2024-08-06T03:26:27.980Z | Compiling zerocopy-derive v0.6.6 |
1523 | 2024-08-06T03:26:28.695Z | Compiling idna v0.5.0 |
1524 | 2024-08-06T03:26:28.807Z | Compiling lazy_static v1.5.0 |
1525 | 2024-08-06T03:26:28.955Z | Compiling fs-err v2.11.0 |
1526 | 2024-08-06T03:26:29.163Z | Compiling tower-service v0.3.2 |
1527 | 2024-08-06T03:26:29.296Z | Compiling cpufeatures v0.2.12 |
1528 | 2024-08-06T03:26:29.391Z | Compiling httpdate v1.0.3 |
1529 | 2024-08-06T03:26:29.413Z | Compiling finl_unicode v1.2.0 |
1530 | 2024-08-06T03:26:29.924Z | Compiling stable_deref_trait v1.2.0 |
1531 | 2024-08-06T03:26:30.044Z | Compiling anstyle v1.0.8 |
1532 | 2024-08-06T03:26:30.066Z | Compiling openssl-probe v0.1.5 |
1533 | 2024-08-06T03:26:30.160Z | Compiling gimli v0.28.1 |
1534 | 2024-08-06T03:26:30.419Z | Compiling utf8parse v0.2.1 |
1535 | 2024-08-06T03:26:30.574Z | Compiling anstyle-parse v0.2.4 |
1536 | 2024-08-06T03:26:31.496Z | Compiling stringprep v0.1.4 |
1537 | 2024-08-06T03:26:31.515Z | Compiling url v2.5.2 |
1538 | 2024-08-06T03:26:31.755Z | Compiling sha2 v0.10.8 |
1539 | 2024-08-06T03:26:33.104Z | Compiling hyper v0.14.30 |
1540 | 2024-08-06T03:26:35.920Z | Compiling addr2line v0.21.0 |
1541 | 2024-08-06T03:26:36.811Z | Compiling spki v0.7.3 |
1542 | 2024-08-06T03:26:37.033Z | Compiling usdt-macro v0.5.0 |
1543 | 2024-08-06T03:26:37.207Z | Compiling usdt-attr-macro v0.5.0 |
1544 | 2024-08-06T03:26:38.485Z | Compiling md-5 v0.10.6 |
1545 | 2024-08-06T03:26:40.995Z | Compiling idna v0.3.0 |
1546 | 2024-08-06T03:26:42.478Z | Compiling diesel_table_macro_syntax v0.1.0 |
1547 | 2024-08-06T03:26:42.531Z | Compiling num-integer v0.1.46 |
1548 | 2024-08-06T03:26:42.793Z | Compiling hash32 v0.2.1 |
1549 | 2024-08-06T03:26:42.824Z | Compiling object v0.32.2 |
1550 | 2024-08-06T03:26:43.153Z | Compiling colorchoice v1.0.1 |
1551 | 2024-08-06T03:26:43.319Z | Compiling is_terminal_polyfill v1.70.0 |
1552 | 2024-08-06T03:26:43.840Z | Compiling psl-types v2.0.11 |
1553 | 2024-08-06T03:26:46.147Z | Compiling base64 v0.22.1 |
1554 | 2024-08-06T03:26:46.863Z | Compiling rustc-demangle v0.1.24 |
1555 | 2024-08-06T03:26:48.694Z | Compiling anstyle-query v1.0.3 |
1556 | 2024-08-06T03:26:48.846Z | Compiling fallible-iterator v0.2.0 |
1557 | 2024-08-06T03:26:49.063Z | Compiling anstream v0.6.14 |
1558 | 2024-08-06T03:26:49.552Z | Compiling postgres-protocol v0.6.7 |
1559 | 2024-08-06T03:26:49.991Z | Compiling publicsuffix v2.2.3 |
1560 | 2024-08-06T03:26:51.709Z | Compiling diesel_derives v2.1.4 |
1561 | 2024-08-06T03:26:58.074Z | Compiling pkcs8 v0.10.2 |
1562 | 2024-08-06T03:26:58.610Z | Compiling tokio-rustls v0.24.1 |
1563 | 2024-08-06T03:26:59.030Z | Compiling terminal_size v0.3.0 |
1564 | 2024-08-06T03:26:59.564Z | Compiling tokio-native-tls v0.3.1 |
1565 | 2024-08-06T03:26:59.610Z | Compiling phf_shared v0.11.2 |
1566 | 2024-08-06T03:26:59.990Z | Compiling strum_macros v0.25.3 |
1567 | 2024-08-06T03:27:00.005Z | Compiling enum-as-inner v0.5.1 |
1568 | 2024-08-06T03:27:01.106Z | Compiling block-padding v0.3.3 |
1569 | 2024-08-06T03:27:01.214Z | Compiling regress v0.9.1 |
1570 | 2024-08-06T03:27:01.275Z | Compiling serde_repr v0.1.19 |
1571 | 2024-08-06T03:27:01.333Z | Compiling clap_derive v4.5.13 |
1572 | 2024-08-06T03:27:03.221Z | Compiling ff v0.13.0 |
1573 | 2024-08-06T03:27:03.480Z | Compiling scheduled-thread-pool v0.2.7 |
1574 | 2024-08-06T03:27:04.002Z | Compiling encoding_rs v0.8.34 |
1575 | 2024-08-06T03:27:05.753Z | Compiling bitflags v1.3.2 |
1576 | 2024-08-06T03:27:05.861Z | Compiling either v1.12.0 |
1577 | 2024-08-06T03:27:05.967Z | Compiling managed v0.8.0 |
1578 | 2024-08-06T03:27:06.318Z | Compiling mime v0.3.17 |
1579 | 2024-08-06T03:27:06.926Z | Compiling clap_lex v0.7.0 |
1580 | 2024-08-06T03:27:07.207Z | Compiling matches v0.1.10 |
1581 | 2024-08-06T03:27:07.366Z | Compiling regex-automata v0.1.10 |
1582 | 2024-08-06T03:27:07.429Z | Compiling base64 v0.21.7 |
1583 | 2024-08-06T03:27:07.844Z | Compiling base16ct v0.2.0 |
1584 | 2024-08-06T03:27:07.874Z | Compiling bit-vec v0.6.3 |
1585 | 2024-08-06T03:27:08.119Z | Compiling ipnet v2.9.0 |
1586 | 2024-08-06T03:27:08.136Z | Compiling sec1 v0.7.3 |
1587 | 2024-08-06T03:27:08.298Z | Compiling rustls-pemfile v1.0.4 |
1588 | 2024-08-06T03:27:08.682Z | Compiling bstr v0.2.17 |
1589 | 2024-08-06T03:27:08.699Z | Compiling idna v0.2.3 |
1590 | 2024-08-06T03:27:09.124Z | Compiling clap_builder v4.5.13 |
1591 | 2024-08-06T03:27:10.937Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1592 | 2024-08-06T03:27:12.151Z | Compiling r2d2 v0.8.10 |
1593 | 2024-08-06T03:27:13.315Z | Compiling group v0.13.0 |
1594 | 2024-08-06T03:27:13.724Z | Compiling inout v0.1.3 |
1595 | 2024-08-06T03:27:15.505Z | Compiling phf v0.11.2 |
1596 | 2024-08-06T03:27:15.522Z | Compiling hyper-tls v0.5.0 |
1597 | 2024-08-06T03:27:15.827Z | Compiling hyper-rustls v0.24.2 |
1598 | 2024-08-06T03:27:16.223Z | Compiling signal-hook-mio v0.2.3 |
1599 | 2024-08-06T03:27:16.327Z | Compiling cookie_store v0.20.0 |
1600 | 2024-08-06T03:27:16.493Z | Compiling postgres-types v0.2.7 |
1601 | 2024-08-06T03:27:16.575Z | Compiling num-bigint v0.4.5 |
1602 | 2024-08-06T03:27:16.694Z | Compiling zerocopy v0.6.6 |
1603 | 2024-08-06T03:27:17.667Z | Compiling hubpack v0.1.2 |
1604 | 2024-08-06T03:27:17.754Z | Compiling phf_shared v0.10.0 |
1605 | 2024-08-06T03:27:17.932Z | Compiling hkdf v0.12.4 |
1606 | 2024-08-06T03:27:18.115Z | Compiling serde_urlencoded v0.7.1 |
1607 | 2024-08-06T03:27:18.172Z | Compiling crossbeam-epoch v0.9.18 |
1608 | 2024-08-06T03:27:18.702Z | Compiling ipnetwork v0.20.0 |
1609 | 2024-08-06T03:27:19.622Z | Compiling futures-executor v0.3.30 |
1610 | 2024-08-06T03:27:20.193Z | Compiling crypto-bigint v0.5.5 |
1611 | 2024-08-06T03:27:20.300Z | Compiling float-cmp v0.9.0 |
1612 | 2024-08-06T03:27:20.318Z | Compiling memmap v0.7.0 |
1613 | 2024-08-06T03:27:20.636Z | Compiling minimal-lexical v0.2.1 |
1614 | 2024-08-06T03:27:21.159Z | Compiling difflib v0.4.0 |
1615 | 2024-08-06T03:27:22.463Z | Compiling precomputed-hash v0.1.1 |
1616 | 2024-08-06T03:27:22.714Z | Compiling normalize-line-endings v0.3.0 |
1617 | 2024-08-06T03:27:22.847Z | Compiling new_debug_unreachable v1.0.6 |
1618 | 2024-08-06T03:27:22.949Z | Compiling whoami v1.5.1 |
1619 | 2024-08-06T03:27:23.122Z | Compiling data-encoding v2.6.0 |
1620 | 2024-08-06T03:27:23.486Z | Compiling webpki-roots v0.25.4 |
1621 | 2024-08-06T03:27:23.661Z | Compiling fixedbitset v0.4.2 |
1622 | 2024-08-06T03:27:23.920Z | Compiling predicates-core v1.0.6 |
1623 | 2024-08-06T03:27:24.087Z | Compiling winnow v0.6.18 |
1624 | 2024-08-06T03:27:24.177Z | Compiling static_assertions v1.1.0 |
1625 | 2024-08-06T03:27:24.211Z | Compiling unicode-segmentation v1.11.0 |
1626 | 2024-08-06T03:27:24.234Z | Compiling sync_wrapper v0.1.2 |
1627 | 2024-08-06T03:27:24.277Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1628 | 2024-08-06T03:27:24.361Z | Compiling reqwest v0.11.27 |
1629 | 2024-08-06T03:27:24.820Z | Compiling predicates v3.1.2 |
1630 | 2024-08-06T03:27:25.011Z | Compiling similar v2.5.0 |
1631 | 2024-08-06T03:27:25.867Z | Compiling petgraph v0.6.5 |
1632 | 2024-08-06T03:27:26.352Z | Compiling trust-dns-proto v0.22.0 |
1633 | 2024-08-06T03:27:27.877Z | Compiling toml_edit v0.22.20 |
1634 | 2024-08-06T03:27:27.987Z | Compiling tokio-postgres v0.7.11 |
1635 | 2024-08-06T03:27:30.010Z | Compiling elliptic-curve v0.13.8 |
1636 | 2024-08-06T03:27:30.045Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1637 | 2024-08-06T03:27:30.654Z | Compiling string_cache v0.8.7 |
1638 | 2024-08-06T03:27:30.764Z | Compiling nom v7.1.3 |
1639 | 2024-08-06T03:27:31.097Z | Compiling usdt v0.5.0 |
1640 | 2024-08-06T03:27:33.030Z | Compiling futures v0.3.30 |
1641 | 2024-08-06T03:27:33.114Z | Compiling yasna v0.5.2 |
1642 | 2024-08-06T03:27:33.147Z | Compiling diesel v2.1.6 |
1643 | 2024-08-06T03:27:33.908Z | Compiling crossterm v0.27.0 |
1644 | 2024-08-06T03:27:34.523Z | Compiling flate2 v1.0.31 |
1645 | 2024-08-06T03:27:34.667Z | Compiling cipher v0.4.4 |
1646 | 2024-08-06T03:27:35.141Z | Compiling clap v4.5.13 |
1647 | 2024-08-06T03:27:35.156Z | Compiling bit-set v0.5.3 |
1648 | 2024-08-06T03:27:35.263Z | Compiling itertools v0.12.1 |
1649 | 2024-08-06T03:27:35.410Z | Compiling itertools v0.10.5 |
1650 | 2024-08-06T03:27:35.445Z | Compiling num-iter v0.1.45 |
1651 | 2024-08-06T03:27:35.536Z | Compiling console v0.15.8 |
1652 | 2024-08-06T03:27:35.896Z | Compiling tokio-stream v0.1.15 |
1653 | 2024-08-06T03:27:36.813Z | Compiling toml v0.7.8 |
1654 | 2024-08-06T03:27:36.884Z | Compiling bstr v1.9.1 |
1655 | 2024-08-06T03:27:37.301Z | Compiling hex v0.4.3 |
1656 | 2024-08-06T03:27:38.359Z | Compiling unicode-xid v0.2.4 |
1657 | 2024-08-06T03:27:38.522Z | Compiling lalrpop-util v0.19.12 |
1658 | 2024-08-06T03:27:38.598Z | Compiling camino v1.1.7 |
1659 | 2024-08-06T03:27:38.603Z | Compiling peg-runtime v0.8.3 |
1660 | 2024-08-06T03:27:39.236Z | Compiling proc-macro-crate v1.3.1 |
1661 | 2024-08-06T03:27:40.339Z | Compiling heapless v0.8.0 |
1662 | 2024-08-06T03:27:42.813Z | Compiling num_enum_derive v0.5.11 |
1663 | 2024-08-06T03:27:48.166Z | Compiling hash32 v0.3.1 |
1664 | 2024-08-06T03:27:48.626Z | Compiling smoltcp v0.11.0 |
1665 | 2024-08-06T03:27:49.220Z | Compiling rustls-pki-types v1.7.0 |
1666 | 2024-08-06T03:27:49.750Z | Compiling ident_case v1.0.1 |
1667 | 2024-08-06T03:27:50.589Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1668 | 2024-08-06T03:27:53.087Z | Compiling darling_core v0.20.9 |
1669 | 2024-08-06T03:28:03.679Z | Compiling num_enum v0.5.11 |
1670 | 2024-08-06T03:28:04.416Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1671 | 2024-08-06T03:28:04.866Z | Compiling getopts v0.2.21 |
1672 | 2024-08-06T03:28:06.825Z | Compiling dirs-sys-next v0.1.2 |
1673 | 2024-08-06T03:28:07.581Z | Compiling proc-macro-error-attr v1.0.4 |
1674 | 2024-08-06T03:28:07.912Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1675 | 2024-08-06T03:28:07.936Z | Compiling unsafe-libyaml v0.2.11 |
1676 | 2024-08-06T03:28:09.423Z | Compiling rustls v0.22.4 |
1677 | 2024-08-06T03:28:10.002Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1678 | 2024-08-06T03:28:10.344Z | Compiling paste v1.0.15 |
1679 | 2024-08-06T03:28:10.458Z | Compiling cobs v0.2.3 |
1680 | 2024-08-06T03:28:10.705Z | Compiling embedded-io v0.4.0 |
1681 | 2024-08-06T03:28:10.919Z | Compiling postcard v1.0.8 |
1682 | 2024-08-06T03:28:12.926Z | Compiling serde_yaml v0.9.34+deprecated |
1683 | 2024-08-06T03:28:13.461Z | Compiling dirs-next v2.0.0 |
1684 | 2024-08-06T03:28:15.590Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1685 | 2024-08-06T03:28:17.774Z | Compiling darling_macro v0.20.9 |
1686 | 2024-08-06T03:28:19.236Z | Compiling rustls-webpki v0.102.4 |
1687 | 2024-08-06T03:28:25.690Z | Compiling strum_macros v0.26.4 |
1688 | 2024-08-06T03:28:27.229Z | Compiling structmeta-derive v0.3.0 |
1689 | 2024-08-06T03:28:27.550Z | Compiling foreign-types-macros v0.2.3 |
1690 | 2024-08-06T03:28:28.041Z | Compiling thread_local v1.1.8 |
1691 | 2024-08-06T03:28:28.771Z | Compiling multer v3.1.0 |
1692 | 2024-08-06T03:28:28.786Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1693 | 2024-08-06T03:28:29.085Z | Compiling proc-macro-error v1.0.4 |
1694 | 2024-08-06T03:28:29.107Z | Compiling slog-async v2.8.0 |
1695 | 2024-08-06T03:28:30.871Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1696 | 2024-08-06T03:28:31.610Z | Compiling foreign-types-shared v0.3.1 |
1697 | 2024-08-06T03:28:31.762Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1698 | 2024-08-06T03:28:31.868Z | Compiling match_cfg v0.1.0 |
1699 | 2024-08-06T03:28:31.967Z | Compiling hostname v0.3.1 |
1700 | 2024-08-06T03:28:32.187Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1701 | 2024-08-06T03:28:32.709Z | Compiling foreign-types v0.5.0 |
1702 | 2024-08-06T03:28:35.235Z | Compiling strum v0.26.3 |
1703 | 2024-08-06T03:28:36.672Z | Compiling structmeta v0.3.0 |
1704 | 2024-08-06T03:28:40.826Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1705 | 2024-08-06T03:28:42.034Z | Compiling darling v0.20.9 |
1706 | 2024-08-06T03:28:50.449Z | Compiling term v0.7.0 |
1707 | 2024-08-06T03:28:53.929Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1708 | 2024-08-06T03:28:55.685Z | Compiling slog-json v2.6.1 |
1709 | 2024-08-06T03:28:56.165Z | Compiling tabwriter v1.4.0 |
1710 | 2024-08-06T03:28:56.168Z | Compiling crossbeam-channel v0.5.12 |
1711 | 2024-08-06T03:28:57.332Z | Compiling http v1.1.0 |
1712 | 2024-08-06T03:28:57.760Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1713 | 2024-08-06T03:28:58.198Z | Compiling async-stream-impl v0.3.5 |
1714 | 2024-08-06T03:28:58.595Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1715 | 2024-08-06T03:28:58.646Z | Compiling is-terminal v0.4.12 |
1716 | 2024-08-06T03:28:58.783Z | Compiling cstr-argument v0.1.2 |
1717 | 2024-08-06T03:29:00.058Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1718 | 2024-08-06T03:29:00.061Z | Compiling take_mut v0.2.2 |
1719 | 2024-08-06T03:29:00.061Z | Compiling crucible-workspace-hack v0.1.0 |
1720 | 2024-08-06T03:29:00.061Z | Compiling pretty-hex v0.2.1 |
1721 | 2024-08-06T03:29:00.061Z | Compiling rayon-core v1.12.1 |
1722 | 2024-08-06T03:29:00.061Z | Compiling fastrand v2.1.0 |
1723 | 2024-08-06T03:29:00.061Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1724 | 2024-08-06T03:29:00.061Z | Compiling atomic-waker v1.1.2 |
1725 | 2024-08-06T03:29:00.112Z | Compiling waitgroup v0.1.2 |
1726 | 2024-08-06T03:29:00.153Z | Compiling tempfile v3.10.1 |
1727 | 2024-08-06T03:29:00.347Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1728 | 2024-08-06T03:29:00.370Z | Compiling async-stream v0.3.5 |
1729 | 2024-08-06T03:29:00.961Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1730 | 2024-08-06T03:29:01.826Z | Compiling slog-term v2.9.1 |
1731 | 2024-08-06T03:29:02.010Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1732 | 2024-08-06T03:29:02.083Z | Compiling slog-bunyan v2.5.0 |
1733 | 2024-08-06T03:29:02.377Z | Compiling tokio-rustls v0.25.0 |
1734 | 2024-08-06T03:29:02.860Z | Compiling serde_with_macros v3.8.3 |
1735 | 2024-08-06T03:29:02.957Z | Compiling parse-display-derive v0.9.1 |
1736 | 2024-08-06T03:29:03.511Z | Compiling toml v0.8.19 |
1737 | 2024-08-06T03:29:03.840Z | Compiling rustls-pemfile v2.1.3 |
1738 | 2024-08-06T03:29:04.498Z | Compiling sha1 v0.10.6 |
1739 | 2024-08-06T03:29:04.600Z | Compiling crossbeam-deque v0.8.5 |
1740 | 2024-08-06T03:29:05.001Z | Compiling colored v2.1.0 |
1741 | 2024-08-06T03:29:05.317Z | Compiling newtype-uuid v1.1.0 |
1742 | 2024-08-06T03:29:05.507Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1743 | 2024-08-06T03:29:05.666Z | Compiling serde_path_to_error v0.1.16 |
1744 | 2024-08-06T03:29:06.305Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1745 | 2024-08-06T03:29:06.694Z | Compiling socket2 v0.4.10 |
1746 | 2024-08-06T03:29:06.985Z | Compiling hostname v0.4.0 |
1747 | 2024-08-06T03:29:07.065Z | Compiling instant v0.1.12 |
1748 | 2024-08-06T03:29:07.239Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1749 | 2024-08-06T03:29:07.256Z | Compiling debug-ignore v1.0.5 |
1750 | 2024-08-06T03:29:07.655Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1751 | 2024-08-06T03:29:08.248Z | Compiling backoff v0.4.0 |
1752 | 2024-08-06T03:29:08.634Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1753 | 2024-08-06T03:29:08.859Z | Compiling parse-display v0.9.1 |
1754 | 2024-08-06T03:29:10.507Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1755 | 2024-08-06T03:29:10.690Z | Compiling serde_with v3.8.3 |
1756 | 2024-08-06T03:29:11.087Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1757 | 2024-08-06T03:29:12.522Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1758 | 2024-08-06T03:29:12.674Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1759 | 2024-08-06T03:29:13.283Z | Compiling camino-tempfile v1.1.1 |
1760 | 2024-08-06T03:29:14.189Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1761 | 2024-08-06T03:29:14.417Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1762 | 2024-08-06T03:29:14.605Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1763 | 2024-08-06T03:29:14.686Z | Compiling macaddr v1.0.1 |
1764 | 2024-08-06T03:29:15.133Z | Compiling num-derive v0.4.2 |
1765 | 2024-08-06T03:29:15.336Z | Compiling sigpipe v0.1.3 |
1766 | 2024-08-06T03:29:15.482Z | Compiling libefi-sys v0.1.0 |
1767 | 2024-08-06T03:29:15.809Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1768 | 2024-08-06T03:29:16.086Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1769 | 2024-08-06T03:29:16.179Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1770 | 2024-08-06T03:29:16.557Z | Compiling rayon v1.10.0 |
1771 | 2024-08-06T03:29:16.647Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1772 | 2024-08-06T03:29:17.448Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1773 | 2024-08-06T03:29:18.286Z | Compiling smf v0.2.3 |
1774 | 2024-08-06T03:29:19.048Z | Compiling bitfield-struct v0.6.1 |
1775 | 2024-08-06T03:29:19.601Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1776 | 2024-08-06T03:29:19.981Z | Compiling ring v0.16.20 |
1777 | 2024-08-06T03:29:20.495Z | Compiling blake3 v1.5.1 |
1778 | 2024-08-06T03:29:20.642Z | Compiling portable-atomic v1.6.0 |
1779 | 2024-08-06T03:29:20.897Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1780 | 2024-08-06T03:29:21.617Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1781 | 2024-08-06T03:29:21.674Z | Compiling xattr v1.3.1 |
1782 | 2024-08-06T03:29:21.984Z | Compiling memmap2 v0.9.4 |
1783 | 2024-08-06T03:29:22.039Z | Compiling filetime v0.2.23 |
1784 | 2024-08-06T03:29:22.317Z | Compiling arrayref v0.3.7 |
1785 | 2024-08-06T03:29:22.422Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1786 | 2024-08-06T03:29:22.439Z | Compiling spin v0.5.2 |
1787 | 2024-08-06T03:29:22.560Z | Compiling constant_time_eq v0.3.0 |
1788 | 2024-08-06T03:29:22.580Z | Compiling untrusted v0.7.1 |
1789 | 2024-08-06T03:29:22.691Z | Compiling arrayvec v0.7.4 |
1790 | 2024-08-06T03:29:22.742Z | Compiling same-file v1.0.6 |
1791 | 2024-08-06T03:29:22.786Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1792 | 2024-08-06T03:29:22.799Z | Compiling tar v0.4.41 |
1793 | 2024-08-06T03:29:23.011Z | Compiling walkdir v2.5.0 |
1794 | 2024-08-06T03:29:24.380Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1795 | 2024-08-06T03:29:24.442Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1796 | 2024-08-06T03:29:24.812Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1797 | 2024-08-06T03:29:28.132Z | Compiling gethostname v0.5.0 |
1798 | 2024-08-06T03:29:28.163Z | Compiling cargo-platform v0.1.8 |
1799 | 2024-08-06T03:29:28.344Z | Compiling number_prefix v0.4.0 |
1800 | 2024-08-06T03:29:28.630Z | Compiling topological-sort v0.2.2 |
1801 | 2024-08-06T03:29:28.916Z | Compiling indicatif v0.17.8 |
1802 | 2024-08-06T03:29:28.940Z | Compiling cargo_metadata v0.18.1 |
1803 | 2024-08-06T03:29:29.298Z | Compiling omicron-zone-package v0.11.0 |
1804 | 2024-08-06T03:29:41.480Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1805 | 2024-08-06T03:29:43.329Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1806 | 2024-08-06T03:29:45.679Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1807 | 2024-08-06T03:30:01.398Z | Finished `release` profile [optimized] target(s) in 4m 32s |
1808 | 2024-08-06T03:30:01.539Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1809 | 2024-08-06T03:30:01.588Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1810 | 2024-08-06T03:30:01.591Z | Created new build target 'test' and set it as active |
1811 | 2024-08-06T03:30:01.593Z | |
1812 | 2024-08-06T03:30:01.593Z | real 4:32.668042814 |
1813 | 2024-08-06T03:30:01.593Z | user 30:45.279799915 |
1814 | 2024-08-06T03:30:01.593Z | sys 3:54.857215612 |
1815 | 2024-08-06T03:30:01.593Z | trap 0.947675393 |
1816 | 2024-08-06T03:30:01.593Z | tflt 3.193046535 |
1817 | 2024-08-06T03:30:01.593Z | dflt 1.225407705 |
1818 | 2024-08-06T03:30:01.593Z | kflt 0.019301695 |
1819 | 2024-08-06T03:30:01.594Z | lock 1:07:08.796669756 |
1820 | 2024-08-06T03:30:01.594Z | slp 1:56:55.850424983 |
1821 | 2024-08-06T03:30:01.594Z | lat 2:05.202992816 |
1822 | 2024-08-06T03:30:01.594Z | stop 3:24.772992508 |
1823 | 2024-08-06T03:30:01.594Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1824 | 2024-08-06T03:30:02.557Z | Finished `release` profile [optimized] target(s) in 0.91s |
1825 | 2024-08-06T03:30:02.611Z | Running `target/release/omicron-package -t test package` |
1826 | 2024-08-06T03:30:02.652Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1827 | 2024-08-06T03:30:03.795Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1828 | 2024-08-06T03:30:03.795Z | Compiling camino v1.1.7 |
1829 | 2024-08-06T03:30:03.798Z | Compiling password-hash v0.5.0 |
1830 | 2024-08-06T03:30:03.798Z | Compiling blake2 v0.10.6 |
1831 | 2024-08-06T03:30:03.798Z | Compiling derive-where v1.2.7 |
1832 | 2024-08-06T03:30:03.798Z | Compiling humantime v2.1.0 |
1833 | 2024-08-06T03:30:03.798Z | Compiling newline-converter v0.3.0 |
1834 | 2024-08-06T03:30:03.798Z | Compiling toml v0.8.19 |
1835 | 2024-08-06T03:30:04.110Z | Compiling expectorate v1.1.0 |
1836 | 2024-08-06T03:30:04.133Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1837 | 2024-08-06T03:30:04.308Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1838 | 2024-08-06T03:30:04.567Z | Compiling argon2 v0.5.3 |
1839 | 2024-08-06T03:30:04.774Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1840 | 2024-08-06T03:30:04.856Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1841 | 2024-08-06T03:30:05.009Z | Compiling dirs-sys-next v0.1.2 |
1842 | 2024-08-06T03:30:05.190Z | Compiling prettyplease v0.2.20 |
1843 | 2024-08-06T03:30:05.427Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1844 | 2024-08-06T03:30:05.497Z | Compiling dirs-next v2.0.0 |
1845 | 2024-08-06T03:30:05.527Z | Compiling convert_case v0.4.0 |
1846 | 2024-08-06T03:30:05.687Z | Compiling term v0.7.0 |
1847 | 2024-08-06T03:30:06.017Z | Compiling semver v0.1.20 |
1848 | 2024-08-06T03:30:06.219Z | Compiling is-terminal v0.4.12 |
1849 | 2024-08-06T03:30:06.349Z | Compiling derive_more v0.99.18 |
1850 | 2024-08-06T03:30:06.366Z | Compiling home v0.5.9 |
1851 | 2024-08-06T03:30:06.604Z | Compiling rustc_version v0.1.7 |
1852 | 2024-08-06T03:30:06.620Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1853 | 2024-08-06T03:30:07.023Z | Compiling rustls-pki-types v1.7.0 |
1854 | 2024-08-06T03:30:07.042Z | Compiling newtype_derive v0.1.6 |
1855 | 2024-08-06T03:30:07.124Z | Compiling rustls v0.22.4 |
1856 | 2024-08-06T03:30:07.152Z | Compiling thread_local v1.1.8 |
1857 | 2024-08-06T03:30:07.566Z | Compiling steno v0.4.1 |
1858 | 2024-08-06T03:30:07.670Z | Compiling rustls-webpki v0.102.4 |
1859 | 2024-08-06T03:30:07.772Z | Compiling linked-hash-map v0.5.6 |
1860 | 2024-08-06T03:30:08.186Z | Compiling match_cfg v0.1.0 |
1861 | 2024-08-06T03:30:08.295Z | Compiling hostname v0.3.1 |
1862 | 2024-08-06T03:30:08.534Z | Compiling lru-cache v0.1.2 |
1863 | 2024-08-06T03:30:09.534Z | Compiling multer v3.1.0 |
1864 | 2024-08-06T03:30:09.608Z | Compiling slog-async v2.8.0 |
1865 | 2024-08-06T03:30:09.679Z | Compiling slog-json v2.6.1 |
1866 | 2024-08-06T03:30:09.711Z | Compiling crossbeam-channel v0.5.12 |
1867 | 2024-08-06T03:30:10.080Z | Compiling http v1.1.0 |
1868 | 2024-08-06T03:30:10.641Z | Compiling atomic-waker v1.1.2 |
1869 | 2024-08-06T03:30:10.755Z | Compiling take_mut v0.2.2 |
1870 | 2024-08-06T03:30:10.823Z | Compiling waitgroup v0.1.2 |
1871 | 2024-08-06T03:30:11.050Z | Compiling slog-bunyan v2.5.0 |
1872 | 2024-08-06T03:30:11.277Z | Compiling rustls-pemfile v2.1.3 |
1873 | 2024-08-06T03:30:11.987Z | Compiling slog-term v2.9.1 |
1874 | 2024-08-06T03:30:12.372Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1875 | 2024-08-06T03:30:12.445Z | Compiling async-stream v0.3.5 |
1876 | 2024-08-06T03:30:12.658Z | Compiling sha1 v0.10.6 |
1877 | 2024-08-06T03:30:12.727Z | Compiling newtype-uuid v1.1.0 |
1878 | 2024-08-06T03:30:13.050Z | Compiling serde_path_to_error v0.1.16 |
1879 | 2024-08-06T03:30:13.052Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1880 | 2024-08-06T03:30:13.095Z | Compiling tokio-rustls v0.25.0 |
1881 | 2024-08-06T03:30:13.098Z | Compiling hostname v0.4.0 |
1882 | 2024-08-06T03:30:13.308Z | Compiling instant v0.1.12 |
1883 | 2024-08-06T03:30:13.465Z | Compiling slog-dtrace v0.3.0 |
1884 | 2024-08-06T03:30:13.515Z | Compiling debug-ignore v1.0.5 |
1885 | 2024-08-06T03:30:13.539Z | Compiling backoff v0.4.0 |
1886 | 2024-08-06T03:30:13.673Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1887 | 2024-08-06T03:30:13.860Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1888 | 2024-08-06T03:30:13.892Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1889 | 2024-08-06T03:30:14.018Z | Compiling parse-display v0.9.1 |
1890 | 2024-08-06T03:30:14.077Z | Compiling serde_with v3.8.3 |
1891 | 2024-08-06T03:30:14.565Z | Compiling strum v0.26.3 |
1892 | 2024-08-06T03:30:14.753Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1893 | 2024-08-06T03:30:15.799Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1894 | 2024-08-06T03:30:16.500Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1895 | 2024-08-06T03:30:16.683Z | Compiling num-rational v0.4.2 |
1896 | 2024-08-06T03:30:17.620Z | Compiling num-complex v0.4.6 |
1897 | 2024-08-06T03:30:18.112Z | Compiling macaddr v1.0.1 |
1898 | 2024-08-06T03:30:18.401Z | Compiling swrite v0.1.0 |
1899 | 2024-08-06T03:30:18.720Z | Compiling num v0.4.3 |
1900 | 2024-08-06T03:30:19.011Z | Compiling float-ord v0.3.2 |
1901 | 2024-08-06T03:30:19.196Z | Compiling quick-error v1.2.3 |
1902 | 2024-08-06T03:30:19.360Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1903 | 2024-08-06T03:30:20.178Z | Compiling resolv-conf v0.7.0 |
1904 | 2024-08-06T03:30:21.343Z | Compiling trust-dns-resolver v0.22.0 |
1905 | 2024-08-06T03:30:21.506Z | Compiling rayon-core v1.12.1 |
1906 | 2024-08-06T03:30:21.532Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1907 | 2024-08-06T03:30:21.834Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1908 | 2024-08-06T03:30:21.852Z | Compiling crossbeam-deque v0.8.5 |
1909 | 2024-08-06T03:30:22.215Z | Compiling same-file v1.0.6 |
1910 | 2024-08-06T03:30:22.467Z | Compiling display-error-chain v0.2.0 |
1911 | 2024-08-06T03:30:22.668Z | Compiling termcolor v1.4.1 |
1912 | 2024-08-06T03:30:23.793Z | Compiling fastrand v2.1.0 |
1913 | 2024-08-06T03:30:24.304Z | Compiling tempfile v3.10.1 |
1914 | 2024-08-06T03:30:25.079Z | Compiling walkdir v2.5.0 |
1915 | 2024-08-06T03:30:27.368Z | Compiling half v2.4.1 |
1916 | 2024-08-06T03:30:27.519Z | Compiling utf-8 v0.7.6 |
1917 | 2024-08-06T03:30:27.907Z | Compiling ciborium-io v0.2.2 |
1918 | 2024-08-06T03:30:28.055Z | Compiling ciborium-ll v0.2.2 |
1919 | 2024-08-06T03:30:28.107Z | Compiling ring v0.16.20 |
1920 | 2024-08-06T03:30:28.606Z | Compiling blake3 v1.5.1 |
1921 | 2024-08-06T03:30:29.008Z | Compiling rayon v1.10.0 |
1922 | 2024-08-06T03:30:29.854Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1923 | 2024-08-06T03:30:33.883Z | Compiling xattr v1.3.1 |
1924 | 2024-08-06T03:30:34.162Z | Compiling nibble_vec v0.1.0 |
1925 | 2024-08-06T03:30:34.410Z | Compiling filetime v0.2.23 |
1926 | 2024-08-06T03:30:34.722Z | Compiling memmap2 v0.9.4 |
1927 | 2024-08-06T03:30:34.896Z | Compiling spin v0.5.2 |
1928 | 2024-08-06T03:30:35.146Z | Compiling cancel-safe-futures v0.1.5 |
1929 | 2024-08-06T03:30:35.161Z | Compiling arrayvec v0.7.4 |
1930 | 2024-08-06T03:30:35.513Z | Compiling arrayref v0.3.7 |
1931 | 2024-08-06T03:30:35.551Z | Compiling untrusted v0.7.1 |
1932 | 2024-08-06T03:30:35.625Z | Compiling constant_time_eq v0.3.0 |
1933 | 2024-08-06T03:30:35.761Z | Compiling endian-type v0.1.2 |
1934 | 2024-08-06T03:30:36.032Z | Compiling radix_trie v0.2.1 |
1935 | 2024-08-06T03:30:37.031Z | Compiling tar v0.4.41 |
1936 | 2024-08-06T03:30:38.908Z | Compiling ciborium v0.2.2 |
1937 | 2024-08-06T03:30:40.179Z | Compiling toolchain_find v0.4.0 |
1938 | 2024-08-06T03:30:40.766Z | Compiling camino-tempfile v1.1.1 |
1939 | 2024-08-06T03:30:41.147Z | Compiling maplit v1.0.2 |
1940 | 2024-08-06T03:30:41.230Z | Compiling crunchy v0.2.2 |
1941 | 2024-08-06T03:30:41.281Z | Compiling topological-sort v0.2.2 |
1942 | 2024-08-06T03:30:41.514Z | Compiling radium v0.7.0 |
1943 | 2024-08-06T03:30:41.558Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1944 | 2024-08-06T03:30:41.682Z | Compiling glob v0.3.1 |
1945 | 2024-08-06T03:30:42.032Z | Compiling omicron-zone-package v0.11.0 |
1946 | 2024-08-06T03:30:42.473Z | Compiling clang-sys v1.7.0 |
1947 | 2024-08-06T03:30:42.872Z | Compiling rustfmt-wrapper v0.2.1 |
1948 | 2024-08-06T03:30:43.364Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1949 | 2024-08-06T03:30:43.439Z | Compiling tap v1.0.1 |
1950 | 2024-08-06T03:30:43.636Z | Compiling maybe-uninit v2.0.0 |
1951 | 2024-08-06T03:30:43.838Z | Compiling tiny-keccak v2.0.2 |
1952 | 2024-08-06T03:30:44.191Z | Compiling wyz v0.5.1 |
1953 | 2024-08-06T03:30:44.676Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1954 | 2024-08-06T03:30:44.926Z | Compiling crc-catalog v2.4.0 |
1955 | 2024-08-06T03:30:45.098Z | Compiling num-bigint-dig v0.8.4 |
1956 | 2024-08-06T03:30:45.163Z | Compiling packed_struct v0.10.1 |
1957 | 2024-08-06T03:30:45.398Z | Compiling arc-swap v1.7.1 |
1958 | 2024-08-06T03:30:45.604Z | Compiling funty v2.0.0 |
1959 | 2024-08-06T03:30:45.933Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1960 | 2024-08-06T03:30:46.137Z | Compiling slog-scope v4.4.0 |
1961 | 2024-08-06T03:30:46.972Z | Compiling bitvec v1.0.1 |
1962 | 2024-08-06T03:30:47.424Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1963 | 2024-08-06T03:30:48.246Z | Compiling crc v3.2.1 |
1964 | 2024-08-06T03:30:50.805Z | Compiling ascii-canvas v3.0.0 |
1965 | 2024-08-06T03:30:51.348Z | Compiling packed_struct_codegen v0.10.1 |
1966 | 2024-08-06T03:30:51.688Z | Compiling ena v0.14.3 |
1967 | 2024-08-06T03:30:51.707Z | Compiling indexmap v1.9.3 |
1968 | 2024-08-06T03:30:52.050Z | Compiling libloading v0.8.3 |
1969 | 2024-08-06T03:30:52.127Z | Compiling bindgen v0.69.4 |
1970 | 2024-08-06T03:30:52.431Z | Compiling diff v0.1.13 |
1971 | 2024-08-06T03:30:52.595Z | Compiling nodrop v0.1.14 |
1972 | 2024-08-06T03:30:52.740Z | Compiling regex-syntax v0.6.29 |
1973 | 2024-08-06T03:30:52.989Z | Compiling array-init v0.0.4 |
1974 | 2024-08-06T03:30:57.991Z | Compiling lalrpop v0.19.12 |
1975 | 2024-08-06T03:30:58.410Z | Compiling smallvec v0.6.14 |
1976 | 2024-08-06T03:31:03.533Z | Compiling slog-stdlog v4.1.1 |
1977 | 2024-08-06T03:31:03.892Z | Compiling tungstenite v0.21.0 |
1978 | 2024-08-06T03:31:04.337Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1979 | 2024-08-06T03:31:05.097Z | Compiling which v4.4.2 |
1980 | 2024-08-06T03:31:05.474Z | Compiling pkcs1 v0.7.5 |
1981 | 2024-08-06T03:31:05.666Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1982 | 2024-08-06T03:31:05.905Z | Compiling signature v2.2.0 |
1983 | 2024-08-06T03:31:06.204Z | Compiling cexpr v0.6.0 |
1984 | 2024-08-06T03:31:07.894Z | Compiling libsw v3.3.1 |
1985 | 2024-08-06T03:31:08.264Z | Compiling atty v0.2.14 |
1986 | 2024-08-06T03:31:08.424Z | Compiling bitfield v0.14.0 |
1987 | 2024-08-06T03:31:08.740Z | Compiling rustc-hash v1.1.0 |
1988 | 2024-08-06T03:31:08.893Z | Compiling owo-colors v4.0.0 |
1989 | 2024-08-06T03:31:08.926Z | Compiling shlex v1.3.0 |
1990 | 2024-08-06T03:31:09.116Z | Compiling ref-cast v1.0.23 |
1991 | 2024-08-06T03:31:09.326Z | Compiling lazycell v1.3.0 |
1992 | 2024-08-06T03:31:09.446Z | Compiling linear-map v1.2.0 |
1993 | 2024-08-06T03:31:09.500Z | Compiling hashbrown v0.12.3 |
1994 | 2024-08-06T03:31:09.836Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1995 | 2024-08-06T03:31:09.875Z | Compiling rsa v0.9.6 |
1996 | 2024-08-06T03:31:11.706Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1997 | 2024-08-06T03:31:11.988Z | Compiling tokio-tungstenite v0.21.0 |
1998 | 2024-08-06T03:31:12.652Z | Compiling slog-envlogger v2.2.0 |
1999 | 2024-08-06T03:31:15.194Z | Compiling serde-hex v0.1.0 |
2000 | 2024-08-06T03:31:15.403Z | Compiling bzip2 v0.4.4 |
2001 | 2024-08-06T03:31:15.866Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2002 | 2024-08-06T03:31:16.224Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2003 | 2024-08-06T03:31:19.299Z | Compiling env_logger v0.10.2 |
2004 | 2024-08-06T03:31:20.423Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2005 | 2024-08-06T03:31:20.751Z | Compiling derive_builder_core v0.20.0 |
2006 | 2024-08-06T03:31:21.948Z | Compiling x509-cert v0.2.5 |
2007 | 2024-08-06T03:31:22.309Z | Compiling ron v0.8.1 |
2008 | 2024-08-06T03:31:23.167Z | Compiling headers-core v0.2.0 |
2009 | 2024-08-06T03:31:23.351Z | Compiling hashbrown v0.13.2 |
2010 | 2024-08-06T03:31:23.668Z | Compiling fxhash v0.2.1 |
2011 | 2024-08-06T03:31:23.910Z | Compiling libxml v0.3.3 |
2012 | 2024-08-06T03:31:24.292Z | Compiling ref-cast-impl v1.0.23 |
2013 | 2024-08-06T03:31:24.733Z | Compiling crc-any v2.5.0 |
2014 | 2024-08-06T03:31:24.843Z | Compiling polar-core v0.27.3 |
2015 | 2024-08-06T03:31:25.587Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2016 | 2024-08-06T03:31:25.626Z | Compiling object v0.30.4 |
2017 | 2024-08-06T03:31:28.418Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2018 | 2024-08-06T03:31:30.128Z | Compiling samael v0.0.15 |
2019 | 2024-08-06T03:31:31.733Z | Compiling headers v0.3.9 |
2020 | 2024-08-06T03:31:33.267Z | Compiling derive_builder_macro v0.20.0 |
2021 | 2024-08-06T03:31:34.163Z | Compiling zip v0.6.6 |
2022 | 2024-08-06T03:31:35.460Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2023 | 2024-08-06T03:31:36.750Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2024 | 2024-08-06T03:31:36.968Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2025 | 2024-08-06T03:31:37.066Z | Compiling strum_macros v0.24.3 |
2026 | 2024-08-06T03:31:37.823Z | Compiling async-recursion v1.1.1 |
2027 | 2024-08-06T03:31:38.665Z | Compiling unicase v2.7.0 |
2028 | 2024-08-06T03:31:38.720Z | Compiling cookie v0.18.1 |
2029 | 2024-08-06T03:31:39.006Z | Compiling path-slash v0.1.5 |
2030 | 2024-08-06T03:31:39.056Z | Compiling indoc v1.0.9 |
2031 | 2024-08-06T03:31:39.243Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2032 | 2024-08-06T03:31:39.938Z | Compiling derive_builder v0.20.0 |
2033 | 2024-08-06T03:31:43.147Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2034 | 2024-08-06T03:31:43.475Z | Compiling pem v3.0.4 |
2035 | 2024-08-06T03:31:44.605Z | Compiling oso-derive v0.27.3 |
2036 | 2024-08-06T03:31:45.016Z | Compiling impl-trait-for-tuples v0.2.2 |
2037 | 2024-08-06T03:31:45.571Z | Compiling quick-xml v0.31.0 |
2038 | 2024-08-06T03:31:47.017Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2039 | 2024-08-06T03:31:47.350Z | Compiling cfg_aliases v0.1.1 |
2040 | 2024-08-06T03:31:47.472Z | Compiling parking_lot_core v0.8.6 |
2041 | 2024-08-06T03:31:47.945Z | Compiling nix v0.28.0 |
2042 | 2024-08-06T03:31:51.312Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2043 | 2024-08-06T03:31:52.077Z | Compiling oso v0.27.3 |
2044 | 2024-08-06T03:31:52.865Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2045 | 2024-08-06T03:31:54.525Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2046 | 2024-08-06T03:31:54.848Z | Compiling bb8 v0.8.5 |
2047 | 2024-08-06T03:31:54.976Z | Compiling const_format_proc_macros v0.2.32 |
2048 | 2024-08-06T03:31:55.491Z | Compiling curve25519-dalek v4.1.3 |
2049 | 2024-08-06T03:31:55.955Z | Compiling vte_generate_state_changes v0.1.1 |
2050 | 2024-08-06T03:31:56.615Z | Compiling keccak v0.1.5 |
2051 | 2024-08-06T03:31:56.867Z | Compiling buf-list v1.0.3 |
2052 | 2024-08-06T03:31:56.932Z | Compiling const_format v0.2.32 |
2053 | 2024-08-06T03:31:57.534Z | Compiling sha3 v0.10.8 |
2054 | 2024-08-06T03:31:57.578Z | Compiling vte v0.11.1 |
2055 | 2024-08-06T03:31:58.315Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2056 | 2024-08-06T03:31:59.041Z | Compiling fd-lock v4.0.2 |
2057 | 2024-08-06T03:31:59.199Z | Compiling universal-hash v0.5.1 |
2058 | 2024-08-06T03:31:59.279Z | Compiling secrecy v0.8.0 |
2059 | 2024-08-06T03:31:59.451Z | Compiling thiserror-impl-no-std v2.0.2 |
2060 | 2024-08-06T03:31:59.566Z | Compiling curve25519-dalek-derive v0.1.1 |
2061 | 2024-08-06T03:31:59.686Z | Compiling pin-project-internal v1.1.5 |
2062 | 2024-08-06T03:32:01.043Z | Compiling opaque-debug v0.3.1 |
2063 | 2024-08-06T03:32:01.160Z | Compiling bytecount v0.6.8 |
2064 | 2024-08-06T03:32:01.550Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2065 | 2024-08-06T03:32:01.947Z | Compiling papergrid v0.11.0 |
2066 | 2024-08-06T03:32:02.216Z | Compiling thiserror-no-std v2.0.2 |
2067 | 2024-08-06T03:32:02.352Z | Compiling poly1305 v0.8.0 |
2068 | 2024-08-06T03:32:02.492Z | Compiling pin-project v1.1.5 |
2069 | 2024-08-06T03:32:03.908Z | Compiling parking_lot v0.11.2 |
2070 | 2024-08-06T03:32:08.638Z | Compiling strip-ansi-escapes v0.2.0 |
2071 | 2024-08-06T03:32:09.874Z | Compiling trust-dns-client v0.22.0 |
2072 | 2024-08-06T03:32:10.090Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2073 | 2024-08-06T03:32:10.302Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2074 | 2024-08-06T03:32:10.423Z | Compiling tabled_derive v0.7.0 |
2075 | 2024-08-06T03:32:12.531Z | Compiling chacha20 v0.9.1 |
2076 | 2024-08-06T03:32:12.697Z | Compiling aead v0.5.2 |
2077 | 2024-08-06T03:32:13.000Z | Compiling peg-macros v0.8.4 |
2078 | 2024-08-06T03:32:13.059Z | Compiling kstat-rs v0.2.4 |
2079 | 2024-08-06T03:32:14.042Z | Compiling snafu-derive v0.8.2 |
2080 | 2024-08-06T03:32:14.060Z | Compiling toml v0.5.11 |
2081 | 2024-08-06T03:32:15.199Z | Compiling sqlparser_derive v0.2.2 |
2082 | 2024-08-06T03:32:16.306Z | Compiling nu-ansi-term v0.50.0 |
2083 | 2024-08-06T03:32:16.496Z | Compiling unicode_categories v0.1.1 |
2084 | 2024-08-06T03:32:17.214Z | Compiling rustyline v14.0.0 |
2085 | 2024-08-06T03:32:17.579Z | Compiling sqlformat v0.2.4 |
2086 | 2024-08-06T03:32:18.939Z | Compiling snafu v0.8.2 |
2087 | 2024-08-06T03:32:20.206Z | Compiling reedline v0.31.0 |
2088 | 2024-08-06T03:32:21.305Z | Compiling peg v0.8.4 |
2089 | 2024-08-06T03:32:21.424Z | Compiling sqlparser v0.45.0 |
2090 | 2024-08-06T03:32:23.213Z | Compiling trust-dns-server v0.22.1 |
2091 | 2024-08-06T03:32:28.583Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2092 | 2024-08-06T03:32:29.476Z | Compiling chacha20poly1305 v0.10.1 |
2093 | 2024-08-06T03:32:29.731Z | Compiling tabled v0.15.0 |
2094 | 2024-08-06T03:32:36.255Z | Compiling mime_guess v2.0.4 |
2095 | 2024-08-06T03:32:37.466Z | Compiling vsss-rs v3.3.4 |
2096 | 2024-08-06T03:32:42.275Z | Compiling sled v0.34.7 |
2097 | 2024-08-06T03:32:44.484Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2098 | 2024-08-06T03:32:44.939Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2099 | 2024-08-06T03:32:45.226Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2100 | 2024-08-06T03:32:46.104Z | Compiling env_logger v0.9.3 |
2101 | 2024-08-06T03:32:50.358Z | Compiling tungstenite v0.20.1 |
2102 | 2024-08-06T03:32:50.674Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2103 | 2024-08-06T03:32:55.465Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2104 | 2024-08-06T03:32:59.063Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2105 | 2024-08-06T03:33:07.670Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2106 | 2024-08-06T03:33:15.252Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2107 | 2024-08-06T03:33:15.576Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2108 | 2024-08-06T03:33:15.731Z | Compiling globset v0.4.14 |
2109 | 2024-08-06T03:33:16.098Z | Compiling olpc-cjson v0.1.3 |
2110 | 2024-08-06T03:33:16.468Z | Compiling bcs v0.1.6 |
2111 | 2024-08-06T03:33:16.817Z | Compiling bitstruct_derive v0.1.0 |
2112 | 2024-08-06T03:33:17.479Z | Compiling serde_plain v1.0.2 |
2113 | 2024-08-06T03:33:17.986Z | Compiling nanorand v0.7.0 |
2114 | 2024-08-06T03:33:18.121Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2115 | 2024-08-06T03:33:18.283Z | Compiling memoffset v0.9.1 |
2116 | 2024-08-06T03:33:18.651Z | Compiling ascii v1.1.0 |
2117 | 2024-08-06T03:33:18.659Z | Compiling highway v1.1.0 |
2118 | 2024-08-06T03:33:20.071Z | Compiling typed-path v0.7.1 |
2119 | 2024-08-06T03:33:21.298Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2120 | 2024-08-06T03:33:23.733Z | Compiling tough v0.17.1 |
2121 | 2024-08-06T03:33:26.863Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2122 | 2024-08-06T03:33:28.318Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2123 | 2024-08-06T03:33:30.983Z | Compiling flume v0.11.0 |
2124 | 2024-08-06T03:33:31.710Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2125 | 2024-08-06T03:33:31.776Z | Compiling bitstruct v0.1.1 |
2126 | 2024-08-06T03:33:31.915Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2127 | 2024-08-06T03:33:32.010Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2128 | 2024-08-06T03:33:32.592Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2129 | 2024-08-06T03:33:39.697Z | Compiling tokio-tungstenite v0.20.1 |
2130 | 2024-08-06T03:33:40.838Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2131 | 2024-08-06T03:33:41.847Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2132 | 2024-08-06T03:33:43.040Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-08-06T03:33:45.040Z | Compiling serde_arrays v0.1.0 |
2134 | 2024-08-06T03:33:45.253Z | Compiling erased-serde v0.3.31 |
2135 | 2024-08-06T03:33:47.029Z | Compiling parse-size v1.0.0 |
2136 | 2024-08-06T03:33:47.348Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2137 | 2024-08-06T03:33:52.241Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2138 | 2024-08-06T03:33:52.555Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2139 | 2024-08-06T03:33:56.471Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2140 | 2024-08-06T03:33:58.045Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2141 | 2024-08-06T03:33:58.362Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2142 | 2024-08-06T03:34:00.048Z | Compiling heck v0.3.3 |
2143 | 2024-08-06T03:34:00.386Z | Compiling rand_seeder v0.3.0 |
2144 | 2024-08-06T03:34:00.455Z | Compiling castaway v0.2.2 |
2145 | 2024-08-06T03:34:00.645Z | Compiling csv-core v0.1.11 |
2146 | 2024-08-06T03:34:00.788Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2147 | 2024-08-06T03:34:01.181Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2148 | 2024-08-06T03:34:01.502Z | Compiling http-range v0.1.5 |
2149 | 2024-08-06T03:34:01.621Z | Compiling csv v1.3.0 |
2150 | 2024-08-06T03:34:02.105Z | Compiling hyper-staticfile v0.9.5 |
2151 | 2024-08-06T03:34:03.852Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-08-06T03:34:04.494Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2153 | 2024-08-06T03:34:04.731Z | Compiling compact_str v0.7.1 |
2154 | 2024-08-06T03:34:05.108Z | Compiling zone_cfg_derive v0.1.2 |
2155 | 2024-08-06T03:34:06.303Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2156 | 2024-08-06T03:34:06.575Z | Compiling nix v0.27.1 |
2157 | 2024-08-06T03:34:09.626Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2158 | 2024-08-06T03:34:13.491Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2159 | 2024-08-06T03:34:16.790Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2160 | 2024-08-06T03:34:17.159Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2161 | 2024-08-06T03:34:17.490Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2162 | 2024-08-06T03:34:17.678Z | Compiling unicode-truncate v1.0.0 |
2163 | 2024-08-06T03:34:17.820Z | Compiling itertools v0.13.0 |
2164 | 2024-08-06T03:34:17.978Z | Compiling lru v0.12.3 |
2165 | 2024-08-06T03:34:18.374Z | Compiling serde-big-array v0.5.1 |
2166 | 2024-08-06T03:34:18.647Z | Compiling stability v0.2.0 |
2167 | 2024-08-06T03:34:19.715Z | Compiling cassowary v0.3.0 |
2168 | 2024-08-06T03:34:19.851Z | Compiling base64 v0.13.1 |
2169 | 2024-08-06T03:34:20.666Z | Compiling ron v0.7.1 |
2170 | 2024-08-06T03:34:21.760Z | Compiling ratatui v0.27.0 |
2171 | 2024-08-06T03:34:26.161Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2172 | 2024-08-06T03:34:34.810Z | Compiling zone v0.1.8 |
2173 | 2024-08-06T03:34:38.249Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2174 | 2024-08-06T03:34:38.991Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2175 | 2024-08-06T03:34:41.694Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2176 | 2024-08-06T03:34:44.128Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2177 | 2024-08-06T03:34:48.661Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2178 | 2024-08-06T03:34:50.911Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2179 | 2024-08-06T03:34:51.659Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2180 | 2024-08-06T03:34:52.498Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2181 | 2024-08-06T03:34:52.829Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2182 | 2024-08-06T03:34:57.187Z | Compiling signal-hook-tokio v0.3.1 |
2183 | 2024-08-06T03:34:57.217Z | Compiling portpicker v0.1.1 |
2184 | 2024-08-06T03:34:57.422Z | Compiling unicode-linebreak v0.1.5 |
2185 | 2024-08-06T03:34:57.631Z | Compiling smawk v0.3.2 |
2186 | 2024-08-06T03:34:57.907Z | Compiling textwrap v0.16.1 |
2187 | 2024-08-06T03:34:57.907Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2188 | 2024-08-06T03:34:57.983Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2189 | 2024-08-06T03:35:01.668Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2190 | 2024-08-06T03:35:04.061Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2191 | 2024-08-06T03:35:09.407Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2192 | 2024-08-06T03:35:10.612Z | Compiling rcgen v0.12.1 |
2193 | 2024-08-06T03:35:15.741Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2194 | 2024-08-06T03:35:20.544Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2195 | 2024-08-06T03:35:21.082Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2196 | 2024-08-06T03:35:21.413Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2197 | 2024-08-06T03:35:22.546Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2198 | 2024-08-06T03:35:23.885Z | Compiling atomicwrites v0.4.3 |
2199 | 2024-08-06T03:35:24.442Z | Compiling fatfs v0.3.6 |
2200 | 2024-08-06T03:35:26.524Z | Compiling rtoolbox v0.0.2 |
2201 | 2024-08-06T03:35:26.975Z | Compiling subprocess v0.2.9 |
2202 | 2024-08-06T03:35:27.346Z | Compiling is_ci v1.2.0 |
2203 | 2024-08-06T03:35:27.655Z | Compiling assert_matches v1.5.0 |
2204 | 2024-08-06T03:35:28.275Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2205 | 2024-08-06T03:35:31.882Z | Compiling supports-color v3.0.0 |
2206 | 2024-08-06T03:35:32.258Z | Compiling rpassword v7.3.1 |
2207 | 2024-08-06T03:35:32.567Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2208 | 2024-08-06T03:35:32.826Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2209 | 2024-08-06T03:35:33.595Z | Compiling tui-tree-widget v0.21.0 |
2210 | 2024-08-06T03:35:34.057Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2211 | 2024-08-06T03:35:35.610Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2212 | 2024-08-06T03:35:36.680Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2213 | 2024-08-06T03:35:37.014Z | Compiling uzers v0.11.3 |
2214 | 2024-08-06T03:35:39.787Z | Compiling shell-words v1.1.0 |
2215 | 2024-08-06T03:35:40.055Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2216 | 2024-08-06T03:35:40.238Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2217 | 2024-08-06T03:35:42.273Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2218 | 2024-08-06T03:35:55.696Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2219 | 2024-08-06T03:36:05.263Z | Compiling multimap v0.10.0 |
2220 | 2024-08-06T03:37:50.327Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2221 | 2024-08-06T03:37:51.411Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2222 | 2024-08-06T03:44:37.740Z | Finished `release` profile [optimized] target(s) in 14m 34s |
2223 | 2024-08-06T03:45:25.516Z | |
2224 | 2024-08-06T03:45:25.518Z | real 15:23.794810424 |
2225 | 2024-08-06T03:45:25.518Z | user 1:47:20.866152327 |
2226 | 2024-08-06T03:45:25.518Z | sys 5:09.604945361 |
2227 | 2024-08-06T03:45:25.518Z | trap 2.702400937 |
2228 | 2024-08-06T03:45:25.518Z | tflt 2.866385544 |
2229 | 2024-08-06T03:45:25.518Z | dflt 3.439182473 |
2230 | 2024-08-06T03:45:25.519Z | kflt 0.046764810 |
2231 | 2024-08-06T03:45:25.519Z | lock 6:23:03.777919942 |
2232 | 2024-08-06T03:45:25.519Z | slp 5:27:12.977651210 |
2233 | 2024-08-06T03:45:25.519Z | lat 2:41.057755107 |
2234 | 2024-08-06T03:45:25.519Z | stop 2:24.838242017 |
2235 | 2024-08-06T03:45:25.519Z | + mapfile -t packages |
2236 | 2024-08-06T03:45:25.519Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2237 | 2024-08-06T03:45:26.488Z | Finished `release` profile [optimized] target(s) in 0.91s |
2238 | 2024-08-06T03:45:26.540Z | Running `target/release/omicron-package -t test list-outputs` |
2239 | 2024-08-06T03:45:26.585Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2240 | 2024-08-06T03:45:26.588Z | + ptime -m cargo build --locked --release -p xtask |
2241 | 2024-08-06T03:45:27.199Z | Compiling serde v1.0.204 |
2242 | 2024-08-06T03:45:27.202Z | Compiling libc v0.2.155 |
2243 | 2024-08-06T03:45:27.202Z | Compiling serde_json v1.0.122 |
2244 | 2024-08-06T03:45:27.280Z | Compiling syn v2.0.72 |
2245 | 2024-08-06T03:45:27.301Z | Compiling usdt-impl v0.5.0 |
2246 | 2024-08-06T03:45:27.312Z | Compiling rustix v0.38.34 |
2247 | 2024-08-06T03:45:27.671Z | Compiling syn v1.0.109 |
2248 | 2024-08-06T03:45:27.723Z | Compiling bitflags v2.6.0 |
2249 | 2024-08-06T03:45:27.830Z | Compiling log v0.4.21 |
2250 | 2024-08-06T03:45:27.846Z | Compiling hashbrown v0.14.5 |
2251 | 2024-08-06T03:45:27.882Z | Compiling fs-err v2.11.0 |
2252 | 2024-08-06T03:45:28.259Z | Compiling anyhow v1.0.86 |
2253 | 2024-08-06T03:45:28.773Z | Compiling thread-id v4.2.1 |
2254 | 2024-08-06T03:45:29.184Z | Compiling terminal_size v0.3.0 |
2255 | 2024-08-06T03:45:29.368Z | Compiling indexmap v2.3.0 |
2256 | 2024-08-06T03:45:29.423Z | Compiling clap_builder v4.5.13 |
2257 | 2024-08-06T03:45:30.988Z | Compiling proc-macro-error v1.0.4 |
2258 | 2024-08-06T03:45:32.293Z | Compiling tabled_derive v0.7.0 |
2259 | 2024-08-06T03:45:33.793Z | Compiling tabled v0.15.0 |
2260 | 2024-08-06T03:45:35.620Z | Compiling serde_derive v1.0.204 |
2261 | 2024-08-06T03:45:36.179Z | Compiling thiserror-impl v1.0.63 |
2262 | 2024-08-06T03:45:38.439Z | Compiling zerocopy-derive v0.7.34 |
2263 | 2024-08-06T03:45:39.059Z | Compiling thiserror v1.0.63 |
2264 | 2024-08-06T03:45:39.226Z | Compiling pest v2.7.10 |
2265 | 2024-08-06T03:45:40.743Z | Compiling zerocopy v0.7.34 |
2266 | 2024-08-06T03:45:41.822Z | Compiling scroll_derive v0.12.0 |
2267 | 2024-08-06T03:45:42.370Z | Compiling pest_meta v2.7.10 |
2268 | 2024-08-06T03:45:43.261Z | Compiling scroll v0.12.0 |
2269 | 2024-08-06T03:45:43.961Z | Compiling pest_generator v2.7.10 |
2270 | 2024-08-06T03:45:46.471Z | Compiling goblin v0.8.2 |
2271 | 2024-08-06T03:45:46.488Z | Compiling pest_derive v2.7.10 |
2272 | 2024-08-06T03:45:47.325Z | Compiling dtrace-parser v0.2.0 |
2273 | 2024-08-06T03:45:50.914Z | Compiling serde_spanned v0.6.7 |
2274 | 2024-08-06T03:45:51.201Z | Compiling toml_datetime v0.6.8 |
2275 | 2024-08-06T03:45:51.902Z | Compiling toml_edit v0.22.20 |
2276 | 2024-08-06T03:45:52.254Z | Compiling serde_tokenstream v0.2.1 |
2277 | 2024-08-06T03:45:52.558Z | Compiling camino v1.1.7 |
2278 | 2024-08-06T03:45:52.581Z | Compiling semver v1.0.23 |
2279 | 2024-08-06T03:45:52.794Z | Compiling cargo-platform v0.1.8 |
2280 | 2024-08-06T03:45:53.940Z | Compiling dof v0.3.0 |
2281 | 2024-08-06T03:45:54.080Z | Compiling clap_derive v4.5.13 |
2282 | 2024-08-06T03:45:56.181Z | Compiling usdt-macro v0.5.0 |
2283 | 2024-08-06T03:45:56.721Z | Compiling usdt-attr-macro v0.5.0 |
2284 | 2024-08-06T03:45:57.474Z | Compiling toml v0.8.19 |
2285 | 2024-08-06T03:45:58.110Z | Compiling usdt v0.5.0 |
2286 | 2024-08-06T03:45:58.508Z | Compiling cargo_toml v0.20.4 |
2287 | 2024-08-06T03:45:58.799Z | Compiling clap v4.5.13 |
2288 | 2024-08-06T03:45:58.937Z | Compiling cargo_metadata v0.18.1 |
2289 | 2024-08-06T03:45:59.604Z | Compiling macaddr v1.0.1 |
2290 | 2024-08-06T03:46:11.717Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2291 | 2024-08-06T03:46:22.982Z | Finished `release` profile [optimized] target(s) in 56.33s |
2292 | 2024-08-06T03:46:23.082Z | |
2293 | 2024-08-06T03:46:23.082Z | real 56.461541865 |
2294 | 2024-08-06T03:46:23.082Z | user 5:40.333726307 |
2295 | 2024-08-06T03:46:23.082Z | sys 32.785847323 |
2296 | 2024-08-06T03:46:23.085Z | trap 0.156021890 |
2297 | 2024-08-06T03:46:23.085Z | tflt 0.328052479 |
2298 | 2024-08-06T03:46:23.085Z | dflt 0.517650887 |
2299 | 2024-08-06T03:46:23.085Z | kflt 0.000000000 |
2300 | 2024-08-06T03:46:23.085Z | lock 10:01.179600907 |
2301 | 2024-08-06T03:46:23.085Z | slp 14:56.989737417 |
2302 | 2024-08-06T03:46:23.085Z | lat 11.996446706 |
2303 | 2024-08-06T03:46:23.085Z | stop 14.584669164 |
2304 | 2024-08-06T03:46:23.085Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2305 | 2024-08-06T03:46:23.085Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2306 | 2024-08-06T03:46:23.085Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2307 | 2024-08-06T03:46:23.085Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2308 | 2024-08-06T03:46:23.085Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2309 | 2024-08-06T03:46:23.655Z | Downloading crates ... |
2310 | 2024-08-06T03:46:23.894Z | Downloaded russh-cryptovec v0.7.2 |
2311 | 2024-08-06T03:46:23.897Z | Downloaded option-ext v0.2.0 |
2312 | 2024-08-06T03:46:23.897Z | Downloaded aes v0.8.4 |
2313 | 2024-08-06T03:46:23.900Z | Downloaded rfc6979 v0.4.0 |
2314 | 2024-08-06T03:46:23.903Z | Downloaded rand_chacha v0.2.2 |
2315 | 2024-08-06T03:46:23.903Z | Downloaded bcrypt-pbkdf v0.10.0 |
2316 | 2024-08-06T03:46:23.906Z | Downloaded internet-checksum v0.2.1 |
2317 | 2024-08-06T03:46:23.906Z | Downloaded ghash v0.5.1 |
2318 | 2024-08-06T03:46:23.906Z | Downloaded dirs v5.0.1 |
2319 | 2024-08-06T03:46:23.909Z | Downloaded cbc v0.1.2 |
2320 | 2024-08-06T03:46:23.909Z | Downloaded primeorder v0.13.6 |
2321 | 2024-08-06T03:46:23.912Z | Downloaded ecdsa v0.16.9 |
2322 | 2024-08-06T03:46:23.912Z | Downloaded password-hash v0.4.2 |
2323 | 2024-08-06T03:46:23.915Z | Downloaded dhcproto v0.11.0 |
2324 | 2024-08-06T03:46:23.919Z | Downloaded dhcproto-macros v0.1.0 |
2325 | 2024-08-06T03:46:23.919Z | Downloaded pbkdf2 v0.12.2 |
2326 | 2024-08-06T03:46:23.919Z | Downloaded md5 v0.7.0 |
2327 | 2024-08-06T03:46:23.921Z | Downloaded dirs-sys v0.4.1 |
2328 | 2024-08-06T03:46:23.924Z | Downloaded ctr v0.9.2 |
2329 | 2024-08-06T03:46:23.924Z | Downloaded ed25519-dalek v2.1.1 |
2330 | 2024-08-06T03:46:23.927Z | Downloaded polyval v0.6.2 |
2331 | 2024-08-06T03:46:23.930Z | Downloaded pbkdf2 v0.11.0 |
2332 | 2024-08-06T03:46:23.934Z | Downloaded hex-literal v0.4.1 |
2333 | 2024-08-06T03:46:23.934Z | Downloaded russh-keys v0.43.0 |
2334 | 2024-08-06T03:46:23.937Z | Downloaded getrandom v0.1.16 |
2335 | 2024-08-06T03:46:23.937Z | Downloaded rand_core v0.5.1 |
2336 | 2024-08-06T03:46:23.940Z | Downloaded ed25519 v2.2.3 |
2337 | 2024-08-06T03:46:23.940Z | Downloaded p256 v0.13.2 |
2338 | 2024-08-06T03:46:23.944Z | Downloaded blowfish v0.9.1 |
2339 | 2024-08-06T03:46:23.950Z | Downloaded p521 v0.13.3 |
2340 | 2024-08-06T03:46:23.954Z | Downloaded russh v0.43.0 |
2341 | 2024-08-06T03:46:23.959Z | Downloaded rand v0.7.3 |
2342 | 2024-08-06T03:46:23.964Z | Downloaded aes-gcm v0.10.3 |
2343 | 2024-08-06T03:46:24.095Z | Compiling regress v0.9.1 |
2344 | 2024-08-06T03:46:24.205Z | Compiling getopts v0.2.21 |
2345 | 2024-08-06T03:46:24.209Z | Compiling unsafe-libyaml v0.2.11 |
2346 | 2024-08-06T03:46:24.209Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2347 | 2024-08-06T03:46:24.209Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2348 | 2024-08-06T03:46:24.209Z | Compiling sha1 v0.10.6 |
2349 | 2024-08-06T03:46:24.230Z | Compiling http v1.1.0 |
2350 | 2024-08-06T03:46:24.233Z | Compiling match_cfg v0.1.0 |
2351 | 2024-08-06T03:46:24.353Z | Compiling hostname v0.3.1 |
2352 | 2024-08-06T03:46:24.634Z | Compiling toml v0.8.19 |
2353 | 2024-08-06T03:46:24.683Z | Compiling rustls-pki-types v1.7.0 |
2354 | 2024-08-06T03:46:24.742Z | Compiling ident_case v1.0.1 |
2355 | 2024-08-06T03:46:24.742Z | Compiling paste v1.0.15 |
2356 | 2024-08-06T03:46:24.925Z | Compiling rustls v0.22.4 |
2357 | 2024-08-06T03:46:25.164Z | Compiling rustls-webpki v0.102.4 |
2358 | 2024-08-06T03:46:25.277Z | Compiling darling_core v0.20.9 |
2359 | 2024-08-06T03:46:25.377Z | Compiling multer v3.1.0 |
2360 | 2024-08-06T03:46:25.698Z | Compiling serde_yaml v0.9.34+deprecated |
2361 | 2024-08-06T03:46:26.513Z | Compiling slog-json v2.6.1 |
2362 | 2024-08-06T03:46:26.837Z | Compiling async-stream-impl v0.3.5 |
2363 | 2024-08-06T03:46:26.868Z | Compiling instant v0.1.12 |
2364 | 2024-08-06T03:46:26.891Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2365 | 2024-08-06T03:46:27.025Z | Compiling debug-ignore v1.0.5 |
2366 | 2024-08-06T03:46:27.183Z | Compiling atomic-waker v1.1.2 |
2367 | 2024-08-06T03:46:27.287Z | Compiling slog-bunyan v2.5.0 |
2368 | 2024-08-06T03:46:27.386Z | Compiling waitgroup v0.1.2 |
2369 | 2024-08-06T03:46:27.512Z | Compiling rustls-pemfile v2.1.3 |
2370 | 2024-08-06T03:46:27.637Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2371 | 2024-08-06T03:46:27.991Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2372 | 2024-08-06T03:46:28.241Z | Compiling async-stream v0.3.5 |
2373 | 2024-08-06T03:46:28.478Z | Compiling serde_path_to_error v0.1.16 |
2374 | 2024-08-06T03:46:28.587Z | Compiling hostname v0.4.0 |
2375 | 2024-08-06T03:46:28.876Z | Compiling structmeta-derive v0.3.0 |
2376 | 2024-08-06T03:46:29.391Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2377 | 2024-08-06T03:46:29.451Z | Compiling proc-macro-crate v1.3.1 |
2378 | 2024-08-06T03:46:30.080Z | Compiling newtype-uuid v1.1.0 |
2379 | 2024-08-06T03:46:30.192Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2380 | 2024-08-06T03:46:30.416Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2381 | 2024-08-06T03:46:30.569Z | Compiling fastrand v2.1.0 |
2382 | 2024-08-06T03:46:30.799Z | Compiling tokio-rustls v0.25.0 |
2383 | 2024-08-06T03:46:30.993Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2384 | 2024-08-06T03:46:31.166Z | Compiling tempfile v3.10.1 |
2385 | 2024-08-06T03:46:31.253Z | Compiling num_enum_derive v0.5.11 |
2386 | 2024-08-06T03:46:31.270Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2387 | 2024-08-06T03:46:31.625Z | Compiling backoff v0.4.0 |
2388 | 2024-08-06T03:46:32.006Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2389 | 2024-08-06T03:46:32.009Z | Compiling structmeta v0.3.0 |
2390 | 2024-08-06T03:46:32.065Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2391 | 2024-08-06T03:46:32.246Z | Compiling macaddr v1.0.1 |
2392 | 2024-08-06T03:46:32.494Z | Compiling parse-display-derive v0.9.1 |
2393 | 2024-08-06T03:46:32.567Z | Compiling darling_macro v0.20.9 |
2394 | 2024-08-06T03:46:32.744Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2395 | 2024-08-06T03:46:32.803Z | Compiling foreign-types-macros v0.2.3 |
2396 | 2024-08-06T03:46:33.092Z | Compiling foreign-types-shared v0.3.1 |
2397 | 2024-08-06T03:46:33.232Z | Compiling heapless v0.8.0 |
2398 | 2024-08-06T03:46:33.565Z | Compiling darling v0.20.9 |
2399 | 2024-08-06T03:46:33.697Z | Compiling serde_with_macros v3.8.3 |
2400 | 2024-08-06T03:46:33.844Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2401 | 2024-08-06T03:46:33.920Z | Compiling num_enum v0.5.11 |
2402 | 2024-08-06T03:46:34.126Z | Compiling foreign-types v0.5.0 |
2403 | 2024-08-06T03:46:34.256Z | Compiling proc-macro-error v1.0.4 |
2404 | 2024-08-06T03:46:34.391Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2405 | 2024-08-06T03:46:34.570Z | Compiling hash32 v0.3.1 |
2406 | 2024-08-06T03:46:34.838Z | Compiling cstr-argument v0.1.2 |
2407 | 2024-08-06T03:46:35.005Z | Compiling pretty-hex v0.2.1 |
2408 | 2024-08-06T03:46:35.118Z | Compiling smoltcp v0.11.0 |
2409 | 2024-08-06T03:46:35.218Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2410 | 2024-08-06T03:46:35.495Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2411 | 2024-08-06T03:46:35.947Z | Compiling camino-tempfile v1.1.1 |
2412 | 2024-08-06T03:46:36.109Z | Compiling tabwriter v1.4.0 |
2413 | 2024-08-06T03:46:36.486Z | Compiling colored v2.1.0 |
2414 | 2024-08-06T03:46:36.695Z | Compiling socket2 v0.4.10 |
2415 | 2024-08-06T03:46:36.744Z | Compiling cobs v0.2.3 |
2416 | 2024-08-06T03:46:36.777Z | Compiling serde_with v3.8.3 |
2417 | 2024-08-06T03:46:36.780Z | Compiling embedded-io v0.4.0 |
2418 | 2024-08-06T03:46:37.027Z | Compiling postcard v1.0.8 |
2419 | 2024-08-06T03:46:37.292Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2420 | 2024-08-06T03:46:37.459Z | Compiling parse-display v0.9.1 |
2421 | 2024-08-06T03:46:37.588Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2422 | 2024-08-06T03:46:37.611Z | Compiling crucible-workspace-hack v0.1.0 |
2423 | 2024-08-06T03:46:37.864Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2424 | 2024-08-06T03:46:37.890Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2425 | 2024-08-06T03:46:38.059Z | Compiling smf v0.2.3 |
2426 | 2024-08-06T03:46:38.142Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2427 | 2024-08-06T03:46:38.520Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2428 | 2024-08-06T03:46:38.835Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2429 | 2024-08-06T03:46:39.338Z | Compiling num-derive v0.4.2 |
2430 | 2024-08-06T03:46:39.512Z | Compiling sigpipe v0.1.3 |
2431 | 2024-08-06T03:46:39.654Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2432 | 2024-08-06T03:46:40.007Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2433 | 2024-08-06T03:46:40.062Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2434 | 2024-08-06T03:46:40.709Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2435 | 2024-08-06T03:46:40.938Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2436 | 2024-08-06T03:46:41.254Z | Compiling humantime v2.1.0 |
2437 | 2024-08-06T03:46:41.474Z | Compiling curve25519-dalek v4.1.3 |
2438 | 2024-08-06T03:46:41.785Z | Compiling password-hash v0.5.0 |
2439 | 2024-08-06T03:46:41.833Z | Compiling blake2 v0.10.6 |
2440 | 2024-08-06T03:46:41.861Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2441 | 2024-08-06T03:46:42.175Z | Compiling universal-hash v0.5.1 |
2442 | 2024-08-06T03:46:42.194Z | Compiling semver v0.1.20 |
2443 | 2024-08-06T03:46:42.353Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2444 | 2024-08-06T03:46:42.385Z | Compiling opaque-debug v0.3.1 |
2445 | 2024-08-06T03:46:42.497Z | Compiling utf-8 v0.7.6 |
2446 | 2024-08-06T03:46:42.821Z | Compiling rustc_version v0.1.7 |
2447 | 2024-08-06T03:46:42.839Z | Compiling argon2 v0.5.3 |
2448 | 2024-08-06T03:46:42.883Z | Compiling newline-converter v0.3.0 |
2449 | 2024-08-06T03:46:42.901Z | Compiling curve25519-dalek-derive v0.1.1 |
2450 | 2024-08-06T03:46:42.984Z | Compiling atty v0.2.14 |
2451 | 2024-08-06T03:46:43.062Z | Compiling same-file v1.0.6 |
2452 | 2024-08-06T03:46:43.148Z | Compiling rayon-core v1.12.1 |
2453 | 2024-08-06T03:46:43.345Z | Compiling convert_case v0.4.0 |
2454 | 2024-08-06T03:46:43.370Z | Compiling newtype_derive v0.1.6 |
2455 | 2024-08-06T03:46:43.390Z | Compiling walkdir v2.5.0 |
2456 | 2024-08-06T03:46:43.499Z | Compiling expectorate v1.1.0 |
2457 | 2024-08-06T03:46:43.678Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2458 | 2024-08-06T03:46:43.697Z | Compiling crossbeam-deque v0.8.5 |
2459 | 2024-08-06T03:46:44.076Z | Compiling prettyplease v0.2.20 |
2460 | 2024-08-06T03:46:44.130Z | Compiling libefi-sys v0.1.0 |
2461 | 2024-08-06T03:46:44.379Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2462 | 2024-08-06T03:46:44.398Z | Compiling derive_more v0.99.18 |
2463 | 2024-08-06T03:46:44.597Z | Compiling num-rational v0.4.2 |
2464 | 2024-08-06T03:46:44.619Z | Compiling signature v2.2.0 |
2465 | 2024-08-06T03:46:44.950Z | Compiling num-complex v0.4.6 |
2466 | 2024-08-06T03:46:45.756Z | Compiling aead v0.5.2 |
2467 | 2024-08-06T03:46:45.803Z | Compiling derive-where v1.2.7 |
2468 | 2024-08-06T03:46:46.046Z | Compiling bitfield-struct v0.6.1 |
2469 | 2024-08-06T03:46:46.100Z | Compiling blake3 v1.5.1 |
2470 | 2024-08-06T03:46:46.150Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2471 | 2024-08-06T03:46:46.462Z | Compiling ring v0.16.20 |
2472 | 2024-08-06T03:46:46.601Z | Compiling unicase v2.7.0 |
2473 | 2024-08-06T03:46:46.691Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2474 | 2024-08-06T03:46:46.807Z | Compiling linked-hash-map v0.5.6 |
2475 | 2024-08-06T03:46:46.929Z | Compiling keccak v0.1.5 |
2476 | 2024-08-06T03:46:47.217Z | Compiling termcolor v1.4.1 |
2477 | 2024-08-06T03:46:47.575Z | Compiling quick-error v1.2.3 |
2478 | 2024-08-06T03:46:47.627Z | Compiling getrandom v0.1.16 |
2479 | 2024-08-06T03:46:47.730Z | Compiling arc-swap v1.7.1 |
2480 | 2024-08-06T03:46:47.996Z | Compiling env_logger v0.9.3 |
2481 | 2024-08-06T03:46:48.176Z | Compiling resolv-conf v0.7.0 |
2482 | 2024-08-06T03:46:48.407Z | Compiling slog-scope v4.4.0 |
2483 | 2024-08-06T03:46:48.998Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2484 | 2024-08-06T03:46:49.018Z | Compiling sha3 v0.10.8 |
2485 | 2024-08-06T03:46:49.397Z | Compiling lru-cache v0.1.2 |
2486 | 2024-08-06T03:46:49.807Z | Compiling num v0.4.3 |
2487 | 2024-08-06T03:46:49.854Z | Compiling rayon v1.10.0 |
2488 | 2024-08-06T03:46:50.086Z | Compiling tungstenite v0.21.0 |
2489 | 2024-08-06T03:46:50.533Z | Compiling poly1305 v0.8.0 |
2490 | 2024-08-06T03:46:51.180Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2491 | 2024-08-06T03:46:51.246Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2492 | 2024-08-06T03:46:51.362Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2493 | 2024-08-06T03:46:52.023Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2494 | 2024-08-06T03:46:52.347Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2495 | 2024-08-06T03:46:52.486Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2496 | 2024-08-06T03:46:52.539Z | Compiling chacha20 v0.9.1 |
2497 | 2024-08-06T03:46:52.691Z | Compiling thiserror-impl-no-std v2.0.2 |
2498 | 2024-08-06T03:46:52.878Z | Compiling bitstruct_derive v0.1.0 |
2499 | 2024-08-06T03:46:52.958Z | Compiling secrecy v0.8.0 |
2500 | 2024-08-06T03:46:53.043Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2501 | 2024-08-06T03:46:53.192Z | Compiling memmap2 v0.9.4 |
2502 | 2024-08-06T03:46:53.210Z | Compiling half v2.4.1 |
2503 | 2024-08-06T03:46:53.245Z | Compiling spin v0.5.2 |
2504 | 2024-08-06T03:46:53.261Z | Compiling float-ord v0.3.2 |
2505 | 2024-08-06T03:46:53.450Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2506 | 2024-08-06T03:46:53.494Z | Compiling arrayref v0.3.7 |
2507 | 2024-08-06T03:46:53.586Z | Compiling untrusted v0.7.1 |
2508 | 2024-08-06T03:46:53.613Z | Compiling parking_lot_core v0.8.6 |
2509 | 2024-08-06T03:46:53.638Z | Compiling ascii v1.1.0 |
2510 | 2024-08-06T03:46:53.796Z | Compiling ciborium-io v0.2.2 |
2511 | 2024-08-06T03:46:53.799Z | Compiling arrayvec v0.7.4 |
2512 | 2024-08-06T03:46:53.943Z | Compiling constant_time_eq v0.3.0 |
2513 | 2024-08-06T03:46:54.130Z | Compiling home v0.5.9 |
2514 | 2024-08-06T03:46:54.182Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2515 | 2024-08-06T03:46:54.245Z | Compiling ciborium-ll v0.2.2 |
2516 | 2024-08-06T03:46:54.333Z | Compiling bitstruct v0.1.1 |
2517 | 2024-08-06T03:46:54.469Z | Compiling toolchain_find v0.4.0 |
2518 | 2024-08-06T03:46:54.666Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2519 | 2024-08-06T03:46:54.882Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2520 | 2024-08-06T03:46:55.174Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2521 | 2024-08-06T03:46:55.232Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2522 | 2024-08-06T03:46:55.660Z | Compiling tokio-tungstenite v0.21.0 |
2523 | 2024-08-06T03:46:55.679Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2524 | 2024-08-06T03:46:55.695Z | Compiling steno v0.4.1 |
2525 | 2024-08-06T03:46:55.970Z | Compiling thiserror-no-std v2.0.2 |
2526 | 2024-08-06T03:46:56.073Z | Compiling trust-dns-resolver v0.22.0 |
2527 | 2024-08-06T03:46:56.094Z | Compiling slog-stdlog v4.1.1 |
2528 | 2024-08-06T03:46:56.176Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2529 | 2024-08-06T03:46:56.269Z | Compiling rfc6979 v0.4.0 |
2530 | 2024-08-06T03:46:56.479Z | Compiling gethostname v0.5.0 |
2531 | 2024-08-06T03:46:56.516Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2532 | 2024-08-06T03:46:56.695Z | Compiling erased-serde v0.3.31 |
2533 | 2024-08-06T03:46:56.731Z | Compiling serde_arrays v0.1.0 |
2534 | 2024-08-06T03:46:56.914Z | Compiling nibble_vec v0.1.0 |
2535 | 2024-08-06T03:46:56.937Z | Compiling slog-dtrace v0.3.0 |
2536 | 2024-08-06T03:46:56.963Z | Compiling endian-type v0.1.2 |
2537 | 2024-08-06T03:46:57.140Z | Compiling cancel-safe-futures v0.1.5 |
2538 | 2024-08-06T03:46:57.215Z | Compiling topological-sort v0.2.2 |
2539 | 2024-08-06T03:46:57.355Z | Compiling radix_trie v0.2.1 |
2540 | 2024-08-06T03:46:57.464Z | Compiling omicron-zone-package v0.11.0 |
2541 | 2024-08-06T03:46:57.564Z | Compiling ecdsa v0.16.9 |
2542 | 2024-08-06T03:46:58.121Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2543 | 2024-08-06T03:46:58.125Z | Compiling rand_core v0.5.1 |
2544 | 2024-08-06T03:46:58.144Z | Compiling slog-envlogger v2.2.0 |
2545 | 2024-08-06T03:46:58.450Z | Compiling mime_guess v2.0.4 |
2546 | 2024-08-06T03:46:58.666Z | Compiling vsss-rs v3.3.4 |
2547 | 2024-08-06T03:46:58.999Z | Compiling rustfmt-wrapper v0.2.1 |
2548 | 2024-08-06T03:46:59.567Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2549 | 2024-08-06T03:46:59.632Z | Compiling ciborium v0.2.2 |
2550 | 2024-08-06T03:47:00.587Z | Compiling chacha20poly1305 v0.10.1 |
2551 | 2024-08-06T03:47:00.845Z | Compiling tungstenite v0.20.1 |
2552 | 2024-08-06T03:47:01.286Z | Compiling primeorder v0.13.6 |
2553 | 2024-08-06T03:47:01.854Z | Compiling heck v0.3.3 |
2554 | 2024-08-06T03:47:02.348Z | Compiling glob v0.3.1 |
2555 | 2024-08-06T03:47:02.569Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2556 | 2024-08-06T03:47:02.901Z | Compiling option-ext v0.2.0 |
2557 | 2024-08-06T03:47:03.061Z | Compiling dirs-sys v0.4.1 |
2558 | 2024-08-06T03:47:03.219Z | Compiling zone_cfg_derive v0.1.2 |
2559 | 2024-08-06T03:47:03.391Z | Compiling tokio-tungstenite v0.20.1 |
2560 | 2024-08-06T03:47:03.494Z | Compiling parking_lot v0.11.2 |
2561 | 2024-08-06T03:47:03.658Z | Compiling rand_chacha v0.2.2 |
2562 | 2024-08-06T03:47:03.781Z | Compiling trust-dns-client v0.22.0 |
2563 | 2024-08-06T03:47:04.435Z | Compiling ed25519 v2.2.3 |
2564 | 2024-08-06T03:47:04.587Z | Compiling polyval v0.6.2 |
2565 | 2024-08-06T03:47:04.672Z | Compiling blowfish v0.9.1 |
2566 | 2024-08-06T03:47:04.813Z | Compiling aes v0.8.4 |
2567 | 2024-08-06T03:47:05.000Z | Compiling ctr v0.9.2 |
2568 | 2024-08-06T03:47:05.046Z | Compiling password-hash v0.4.2 |
2569 | 2024-08-06T03:47:05.145Z | Compiling pbkdf2 v0.12.2 |
2570 | 2024-08-06T03:47:05.343Z | Compiling libsw v3.3.1 |
2571 | 2024-08-06T03:47:05.374Z | Compiling toml v0.5.11 |
2572 | 2024-08-06T03:47:05.698Z | Compiling fxhash v0.2.1 |
2573 | 2024-08-06T03:47:05.843Z | Compiling linear-map v1.2.0 |
2574 | 2024-08-06T03:47:05.924Z | Compiling owo-colors v4.0.0 |
2575 | 2024-08-06T03:47:06.007Z | Compiling base64 v0.13.1 |
2576 | 2024-08-06T03:47:06.269Z | Compiling sled v0.34.7 |
2577 | 2024-08-06T03:47:06.704Z | Compiling ron v0.7.1 |
2578 | 2024-08-06T03:47:07.056Z | Compiling pbkdf2 v0.11.0 |
2579 | 2024-08-06T03:47:07.435Z | Compiling trust-dns-server v0.22.1 |
2580 | 2024-08-06T03:47:07.722Z | Compiling bcrypt-pbkdf v0.10.0 |
2581 | 2024-08-06T03:47:08.253Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2582 | 2024-08-06T03:47:08.351Z | Compiling ghash v0.5.1 |
2583 | 2024-08-06T03:47:08.575Z | Compiling zone v0.1.8 |
2584 | 2024-08-06T03:47:09.162Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-08-06T03:47:09.224Z | Compiling ed25519-dalek v2.1.1 |
2586 | 2024-08-06T03:47:09.625Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-08-06T03:47:10.256Z | Compiling rand v0.7.3 |
2588 | 2024-08-06T03:47:10.391Z | Compiling dirs v5.0.1 |
2589 | 2024-08-06T03:47:11.427Z | Compiling p521 v0.13.3 |
2590 | 2024-08-06T03:47:12.262Z | Compiling p256 v0.13.2 |
2591 | 2024-08-06T03:47:13.008Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2592 | 2024-08-06T03:47:13.141Z | Compiling pem v3.0.4 |
2593 | 2024-08-06T03:47:13.965Z | Compiling cbc v0.1.2 |
2594 | 2024-08-06T03:47:14.002Z | Compiling portpicker v0.1.1 |
2595 | 2024-08-06T03:47:14.243Z | Compiling headers-core v0.2.0 |
2596 | 2024-08-06T03:47:14.391Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2597 | 2024-08-06T03:47:14.412Z | Compiling kstat-rs v0.2.4 |
2598 | 2024-08-06T03:47:14.435Z | Compiling nanorand v0.7.0 |
2599 | 2024-08-06T03:47:14.709Z | Compiling russh-cryptovec v0.7.2 |
2600 | 2024-08-06T03:47:14.793Z | Compiling md5 v0.7.0 |
2601 | 2024-08-06T03:47:15.031Z | Compiling http-range v0.1.5 |
2602 | 2024-08-06T03:47:15.034Z | Compiling flume v0.11.0 |
2603 | 2024-08-06T03:47:15.035Z | Compiling headers v0.3.9 |
2604 | 2024-08-06T03:47:15.035Z | Compiling rcgen v0.12.1 |
2605 | 2024-08-06T03:47:15.329Z | Compiling hyper-staticfile v0.9.5 |
2606 | 2024-08-06T03:47:15.430Z | Compiling russh-keys v0.43.0 |
2607 | 2024-08-06T03:47:15.817Z | Compiling aes-gcm v0.10.3 |
2608 | 2024-08-06T03:47:16.155Z | Compiling atomicwrites v0.4.3 |
2609 | 2024-08-06T03:47:16.381Z | Compiling subprocess v0.2.9 |
2610 | 2024-08-06T03:47:16.585Z | Compiling dhcproto-macros v0.1.0 |
2611 | 2024-08-06T03:47:17.163Z | Compiling display-error-chain v0.2.0 |
2612 | 2024-08-06T03:47:17.360Z | Compiling hex-literal v0.4.1 |
2613 | 2024-08-06T03:47:17.536Z | Compiling russh v0.43.0 |
2614 | 2024-08-06T03:47:17.556Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2615 | 2024-08-06T03:47:17.576Z | Compiling dhcproto v0.11.0 |
2616 | 2024-08-06T03:47:17.991Z | Compiling internet-checksum v0.2.1 |
2617 | 2024-08-06T03:47:18.142Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2618 | 2024-08-06T03:47:18.352Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2619 | 2024-08-06T03:47:18.385Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2620 | 2024-08-06T03:47:18.404Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2621 | 2024-08-06T03:47:18.735Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2622 | 2024-08-06T03:47:20.507Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2623 | 2024-08-06T03:47:20.614Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2624 | 2024-08-06T03:47:21.151Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2625 | 2024-08-06T03:47:22.092Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2626 | 2024-08-06T03:47:23.852Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2627 | 2024-08-06T03:47:25.064Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2628 | 2024-08-06T03:47:25.469Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2629 | 2024-08-06T03:47:26.297Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2630 | 2024-08-06T03:47:26.847Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2631 | 2024-08-06T03:47:34.377Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2632 | 2024-08-06T03:47:34.380Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2633 | 2024-08-06T03:47:34.380Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2634 | 2024-08-06T03:47:34.437Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2635 | 2024-08-06T03:47:37.295Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2636 | 2024-08-06T03:47:37.848Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2637 | 2024-08-06T03:47:37.848Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2638 | 2024-08-06T03:47:38.610Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2639 | 2024-08-06T03:47:38.851Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2640 | 2024-08-06T03:47:40.114Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2641 | 2024-08-06T03:47:40.731Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2642 | 2024-08-06T03:47:42.661Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2643 | 2024-08-06T03:47:42.813Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2644 | 2024-08-06T03:47:45.102Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2645 | 2024-08-06T03:47:46.845Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2646 | 2024-08-06T03:47:46.905Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2647 | 2024-08-06T03:47:51.809Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2648 | 2024-08-06T03:47:52.274Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2649 | 2024-08-06T03:47:56.918Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2650 | 2024-08-06T03:48:03.491Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2651 | 2024-08-06T03:48:03.491Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2652 | 2024-08-06T03:48:05.407Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2653 | 2024-08-06T03:48:28.954Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2654 | 2024-08-06T03:48:58.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
2655 | 2024-08-06T03:48:58.565Z | |
2656 | 2024-08-06T03:48:58.565Z | real 2:35.422221191 |
2657 | 2024-08-06T03:48:58.565Z | user 12:33.800550586 |
2658 | 2024-08-06T03:48:58.565Z | sys 2:35.749814356 |
2659 | 2024-08-06T03:48:58.565Z | trap 0.361931675 |
2660 | 2024-08-06T03:48:58.565Z | tflt 1.504741690 |
2661 | 2024-08-06T03:48:58.565Z | dflt 1.546414827 |
2662 | 2024-08-06T03:48:58.565Z | kflt 0.000040184 |
2663 | 2024-08-06T03:48:58.565Z | lock 25:53.965465175 |
2664 | 2024-08-06T03:48:58.565Z | slp 45:30.131437302 |
2665 | 2024-08-06T03:48:58.565Z | lat 41.279063557 |
2666 | 2024-08-06T03:48:58.565Z | stop 1:36.226204952 |
2667 | 2024-08-06T03:48:58.568Z | + mkdir tests |
2668 | 2024-08-06T03:48:58.571Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2669 | 2024-08-06T03:48:58.571Z | + xargs -I '{}' -t cp '{}' tests/ |
2670 | 2024-08-06T03:48:59.896Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3358e7b15e906401 tests/ |
2671 | 2024-08-06T03:48:59.923Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cd21ca977b2cda16 tests/ |
2672 | 2024-08-06T03:48:59.950Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5a03558f894c5c3d tests/ |
2673 | 2024-08-06T03:48:59.977Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-54ad804a90b0de93 tests/ |
2674 | 2024-08-06T03:49:00.194Z | + 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/*) |
2675 | 2024-08-06T03:49:00.201Z | + 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-cd21ca977b2cda16 tests/commtest-5a03558f894c5c3d tests/dhcp_server-3358e7b15e906401 tests/end_to_end_tests-54ad804a90b0de93 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2676 | 2024-08-06T03:49:55.433Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2677 | 2024-08-06T03:49:55.433Z | a out/target/test 1K |
2678 | 2024-08-06T03:49:55.433Z | a out/npuzone/npuzone 23144K |
2679 | 2024-08-06T03:49:55.433Z | a package-manifest.toml 30K |
2680 | 2024-08-06T03:49:55.434Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2681 | 2024-08-06T03:49:55.434Z | a target/release/omicron-package 32328K |
2682 | 2024-08-06T03:49:55.434Z | a target/release/xtask 11519K |
2683 | 2024-08-06T03:49:55.434Z | a target/debug/bootstrap 186446K |
2684 | 2024-08-06T03:49:55.434Z | a tests/bootstrap-cd21ca977b2cda16 23514K |
2685 | 2024-08-06T03:49:55.434Z | a tests/commtest-5a03558f894c5c3d 23823K |
2686 | 2024-08-06T03:49:55.434Z | a tests/dhcp_server-3358e7b15e906401 23514K |
2687 | 2024-08-06T03:49:55.434Z | a tests/end_to_end_tests-54ad804a90b0de93 197829K |
2688 | 2024-08-06T03:49:55.434Z | a out/clickhouse.tar.gz 223102K |
2689 | 2024-08-06T03:49:55.434Z | a out/clickhouse_keeper.tar.gz 223089K |
2690 | 2024-08-06T03:49:55.434Z | a out/cockroachdb.tar.gz 131755K |
2691 | 2024-08-06T03:49:55.434Z | a out/crucible-dtrace.tar 84K |
2692 | 2024-08-06T03:49:55.434Z | a out/crucible-pantry-zone.tar.gz 27833K |
2693 | 2024-08-06T03:49:55.434Z | a out/crucible-zone.tar.gz 38158K |
2694 | 2024-08-06T03:49:55.434Z | a out/external-dns.tar.gz 25144K |
2695 | 2024-08-06T03:49:55.434Z | a out/internal-dns.tar.gz 25143K |
2696 | 2024-08-06T03:49:55.434Z | a out/mg-ddm-gz.tar 60627K |
2697 | 2024-08-06T03:49:55.434Z | a out/nexus.tar.gz 85600K |
2698 | 2024-08-06T03:49:55.434Z | a out/ntp.tar.gz 8980K |
2699 | 2024-08-06T03:49:55.434Z | a out/omicron-gateway-softnpu.tar.gz 13588K |
2700 | 2024-08-06T03:49:55.434Z | a out/omicron-sled-agent.tar 96832K |
2701 | 2024-08-06T03:49:55.434Z | a out/overlay.tar.gz 3K |
2702 | 2024-08-06T03:49:55.434Z | a out/oximeter.tar.gz 42463K |
2703 | 2024-08-06T03:49:55.434Z | a out/oxlog.tar 2926K |
2704 | 2024-08-06T03:49:55.434Z | a out/probe.tar.gz 2764K |
2705 | 2024-08-06T03:49:55.434Z | a out/propolis-server.tar.gz 65291K |
2706 | 2024-08-06T03:49:55.434Z | a out/pumpkind-gz.tar 26665K |
2707 | 2024-08-06T03:49:55.434Z | a out/switch-softnpu.tar.gz 203418K |
2708 | 2024-08-06T03:49:55.438Z | |
2709 | 2024-08-06T03:49:55.438Z | real 55.229830201 |
2710 | 2024-08-06T03:49:55.438Z | user 52.691592014 |
2711 | 2024-08-06T03:49:55.438Z | sys 3.649975404 |
2712 | 2024-08-06T03:49:55.438Z | trap 0.013928854 |
2713 | 2024-08-06T03:49:55.438Z | tflt 0.000000000 |
2714 | 2024-08-06T03:49:55.438Z | dflt 0.000000000 |
2715 | 2024-08-06T03:49:55.438Z | kflt 0.000000000 |
2716 | 2024-08-06T03:49:55.438Z | lock 0.000000000 |
2717 | 2024-08-06T03:49:55.438Z | slp 52.480455810 |
2718 | 2024-08-06T03:49:55.438Z | lat 1.616238255 |
2719 | 2024-08-06T03:49:55.438Z | stop 0.000217245 |
2720 | 2024-08-06T03:49:55.438Z | process exited: duration 1727029 ms, exit code 0 |
|
2721 | 2024-08-06T03:49:55.445Z | found 1 output files |
2722 | 2024-08-06T03:49:55.445Z | uploading: /work/package.tar.gz (1340393055 bytes) |
2723 | 2024-08-06T03:50:21.435Z | uploaded: /work/package.tar.gz |