|
|
|
1 | 2024-07-03T17:41:01.917Z | job assigned to worker 01J1WTX43YPJ96F66KQPD45XJH (queued for 1 m 9 s) |
|
2 | 2024-07-03T17:41:09.056Z | starting task 0: "setup" |
3 | 2024-07-03T17:41:09.109Z | ++ uname -s |
4 | 2024-07-03T17:41:09.112Z | + kern=SunOS |
5 | 2024-07-03T17:41:09.112Z | + case "$kern" in |
6 | 2024-07-03T17:41:09.112Z | + groupadd -g 12345 build |
7 | 2024-07-03T17:41:09.115Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-03T17:41:11.136Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-03T17:41:11.256Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-03T17:41:11.259Z | + home_fs=zfs |
11 | 2024-07-03T17:41:11.259Z | + [[ zfs == autofs ]] |
12 | 2024-07-03T17:41:11.259Z | + mkdir -p /home/build |
13 | 2024-07-03T17:41:11.263Z | + chown build:build /home/build /work |
14 | 2024-07-03T17:41:13.262Z | + chmod 0700 /home/build /work |
15 | 2024-07-03T17:41:13.265Z | process exited: duration 4208 ms, exit code 0 |
|
16 | 2024-07-03T17:41:13.276Z | starting task 1: "rust-toolchain" |
17 | 2024-07-03T17:41:13.281Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-03T17:41:13.281Z | ' 1.78.0 |
19 | 2024-07-03T17:41:13.281Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-03T17:41:13.281Z | ' default |
21 | 2024-07-03T17:41:13.285Z | * toolchain channel = "1.78.0" |
22 | 2024-07-03T17:41:13.285Z | * toolchain profile = "default" |
23 | 2024-07-03T17:41:13.285Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-03T17:41:13.285Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-03T17:41:13.396Z | info: downloading installer |
26 | 2024-07-03T17:41:14.620Z | info: profile set to 'default' |
27 | 2024-07-03T17:41:14.620Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-03T17:41:14.625Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-03T17:41:14.723Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-03T17:41:14.723Z | info: downloading component 'cargo' |
31 | 2024-07-03T17:41:15.346Z | info: downloading component 'clippy' |
32 | 2024-07-03T17:41:15.558Z | info: downloading component 'rust-docs' |
33 | 2024-07-03T17:41:16.390Z | info: downloading component 'rust-std' |
34 | 2024-07-03T17:41:17.720Z | info: downloading component 'rustc' |
35 | 2024-07-03T17:41:21.024Z | info: downloading component 'rustfmt' |
36 | 2024-07-03T17:41:21.207Z | info: installing component 'cargo' |
37 | 2024-07-03T17:41:22.051Z | info: installing component 'clippy' |
38 | 2024-07-03T17:41:22.408Z | info: installing component 'rust-docs' |
39 | 2024-07-03T17:41:23.967Z | info: installing component 'rust-std' |
40 | 2024-07-03T17:41:25.729Z | info: installing component 'rustc' |
41 | 2024-07-03T17:41:29.882Z | info: installing component 'rustfmt' |
42 | 2024-07-03T17:41:30.219Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-03T17:41:30.219Z | |
44 | 2024-07-03T17:41:30.486Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-03T17:41:30.486Z | |
46 | 2024-07-03T17:41:30.486Z | |
47 | 2024-07-03T17:41:30.486Z | Rust is installed now. Great! |
48 | 2024-07-03T17:41:30.486Z | |
49 | 2024-07-03T17:41:30.486Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-03T17:41:30.490Z | environment variable. This has not been done automatically. |
51 | 2024-07-03T17:41:30.490Z | |
52 | 2024-07-03T17:41:30.490Z | To configure your current shell, you need to source |
53 | 2024-07-03T17:41:30.490Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-03T17:41:30.490Z | |
55 | 2024-07-03T17:41:30.490Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-03T17:41:30.490Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-03T17:41:30.490Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-03T17:41:30.553Z | + rustc --version |
59 | 2024-07-03T17:41:30.613Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-03T17:41:30.616Z | process exited: duration 17338 ms, exit code 0 |
|
61 | 2024-07-03T17:41:30.623Z | starting task 2: "authentication" |
62 | 2024-07-03T17:41:30.644Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-03T17:41:30.650Z | starting task 3: "clone repository" |
64 | 2024-07-03T17:41:30.655Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-03T17:41:30.658Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-03T17:41:30.797Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-03T17:41:36.762Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-03T17:41:36.762Z | + git fetch origin 5f03e3728e2f7ff3faa93d6a412a1363879f187f |
69 | 2024-07-03T17:41:37.107Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-03T17:41:37.108Z | * branch 5f03e3728e2f7ff3faa93d6a412a1363879f187f -> FETCH_HEAD |
71 | 2024-07-03T17:41:37.117Z | + [[ -n bump-console-00b76026 ]] |
72 | 2024-07-03T17:41:37.120Z | ++ git branch --show-current |
73 | 2024-07-03T17:41:37.123Z | + current=main |
74 | 2024-07-03T17:41:37.123Z | + [[ main != bump-console-00b76026 ]] |
75 | 2024-07-03T17:41:37.123Z | + git branch -f bump-console-00b76026 5f03e3728e2f7ff3faa93d6a412a1363879f187f |
76 | 2024-07-03T17:41:37.125Z | + git checkout -f bump-console-00b76026 |
77 | 2024-07-03T17:41:37.259Z | Switched to branch 'bump-console-00b76026' |
78 | 2024-07-03T17:41:37.262Z | + git reset --hard 5f03e3728e2f7ff3faa93d6a412a1363879f187f |
79 | 2024-07-03T17:41:37.271Z | HEAD is now at 5f03e3728 Bump web console |
80 | 2024-07-03T17:41:37.273Z | process exited: duration 6621 ms, exit code 0 |
|
81 | 2024-07-03T17:41:37.279Z | starting task 4: "build" |
82 | 2024-07-03T17:41:37.284Z | + cargo --version |
83 | 2024-07-03T17:41:37.337Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-03T17:41:37.341Z | + rustc --version |
85 | 2024-07-03T17:41:37.394Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-03T17:41:37.398Z | + WORK=/work |
87 | 2024-07-03T17:41:37.398Z | + pfexec mkdir -p /work |
88 | 2024-07-03T17:41:37.400Z | + pfexec chown build /work |
89 | 2024-07-03T17:41:37.403Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-03T17:41:55.858Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-03T17:41:58.106Z | Startup: Caching catalogs ... Done |
92 | 2024-07-03T17:42:00.695Z | Planning: Solver setup ... Done (2.127s) |
93 | 2024-07-03T17:42:00.740Z | Planning: Running solver ... Done (0.045s) |
94 | 2024-07-03T17:42:00.780Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-07-03T17:42:00.792Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-03T17:42:01.173Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-03T17:42:01.315Z | Planning: Package planning ... Done (0.142s) |
98 | 2024-07-03T17:42:01.372Z | Planning: Merging actions ... Done (0.057s) |
99 | 2024-07-03T17:42:02.912Z | Planning: Checking for conflicting actions ... Done (1.540s) |
100 | 2024-07-03T17:42:02.924Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-03T17:42:11.731Z | Planning: Evaluating mediators ... Done (8.805s) |
102 | 2024-07-03T17:42:11.739Z | Planning: Planning completed in 13.57 seconds |
103 | 2024-07-03T17:42:11.909Z | Packages to install: 4 |
104 | 2024-07-03T17:42:11.909Z | Mediators to change: 2 |
105 | 2024-07-03T17:42:11.909Z | Services to change: 1 |
106 | 2024-07-03T17:42:11.913Z | Estimated space available: 155.77 GB |
107 | 2024-07-03T17:42:11.913Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-03T17:42:11.913Z | Create boot environment: No |
109 | 2024-07-03T17:42:11.913Z | Create backup boot environment: No |
110 | 2024-07-03T17:42:11.913Z | Rebuild boot archive: No |
111 | 2024-07-03T17:42:11.913Z | |
112 | 2024-07-03T17:42:11.913Z | Changed mediators: |
113 | 2024-07-03T17:42:11.913Z | mediator clang: |
114 | 2024-07-03T17:42:11.913Z | version: None -> 15 (system default) |
115 | 2024-07-03T17:42:11.913Z | |
116 | 2024-07-03T17:42:11.913Z | mediator llvm: |
117 | 2024-07-03T17:42:11.913Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-03T17:42:11.913Z | |
119 | 2024-07-03T17:42:11.913Z | Changed packages: |
120 | 2024-07-03T17:42:11.913Z | helios-dev |
121 | 2024-07-03T17:42:11.913Z | developer/build-essential |
122 | 2024-07-03T17:42:11.913Z | None -> 11-2.0 |
123 | 2024-07-03T17:42:11.913Z | library/libxmlsec1 |
124 | 2024-07-03T17:42:11.913Z | None -> 1.2.35-2.0 |
125 | 2024-07-03T17:42:11.913Z | ooce/developer/clang-15 |
126 | 2024-07-03T17:42:11.913Z | None -> 15.0.7-2.0 |
127 | 2024-07-03T17:42:11.913Z | ooce/developer/llvm-15 |
128 | 2024-07-03T17:42:11.913Z | None -> 15.0.7-2.0 |
129 | 2024-07-03T17:42:11.913Z | |
130 | 2024-07-03T17:42:11.913Z | Services: |
131 | 2024-07-03T17:42:11.913Z | restart_fmri: |
132 | 2024-07-03T17:42:11.913Z | svc:/system/update-man-index:default |
133 | 2024-07-03T17:42:12.131Z | |
134 | 2024-07-03T17:42:12.131Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-03T17:42:17.131Z | Download: 1330/3290 items 110.7/212.6MB 52% complete (22.1M/s) |
136 | 2024-07-03T17:42:22.138Z | Download: 3234/3290 items 167.4/212.6MB 78% complete (16.8M/s) |
137 | 2024-07-03T17:42:23.834Z | Download: Completed 212.60 MB in 11.70 seconds (18.2M/s) |
138 | 2024-07-03T17:42:24.828Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-07-03T17:42:30.068Z | Actions: 3544/3689 actions (Installing new actions) |
140 | 2024-07-03T17:42:31.043Z | Actions: Completed 3689 actions in 6.21 seconds. |
141 | 2024-07-03T17:42:31.287Z | Done (0.238s) |
142 | 2024-07-03T17:42:31.287Z | Done (0.000s) |
143 | 2024-07-03T17:42:31.613Z | Done (0.326s) |
144 | 2024-07-03T17:42:39.914Z | Done (8.143s) |
145 | 2024-07-03T17:42:40.259Z | Done (0.275s) |
146 | 2024-07-03T17:42:40.263Z | Done (0.000s) |
147 | 2024-07-03T17:42:40.414Z | Done (0.000s) |
148 | 2024-07-03T17:42:40.972Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-07-03T17:42:41.131Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-07-03T17:42:41.133Z | Planning: Consolidating action changes ... Done |
151 | 2024-07-03T17:42:41.392Z | Planning: Evaluating mediators ... Done |
152 | 2024-07-03T17:42:41.394Z | Planning: Planning completed in 0.42 seconds |
153 | 2024-07-03T17:42:41.425Z | Mediators to change: 2 |
154 | 2024-07-03T17:42:41.425Z | Create boot environment: No |
155 | 2024-07-03T17:42:41.425Z | Create backup boot environment: No |
156 | 2024-07-03T17:42:41.498Z | Done |
157 | 2024-07-03T17:42:41.498Z | Done |
158 | 2024-07-03T17:42:41.698Z | Done |
159 | 2024-07-03T17:42:45.162Z | Done |
160 | 2024-07-03T17:42:45.248Z | Done |
161 | 2024-07-03T17:42:45.248Z | Done |
162 | 2024-07-03T17:42:45.365Z | Done |
163 | 2024-07-03T17:42:45.971Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-07-03T17:42:45.974Z | Planning: Merging actions ... Done |
165 | 2024-07-03T17:42:46.163Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-07-03T17:42:46.167Z | Planning: Consolidating action changes ... Done |
167 | 2024-07-03T17:42:46.423Z | Planning: Evaluating mediators ... Done |
168 | 2024-07-03T17:42:46.479Z | Planning: Planning completed in 0.75 seconds |
169 | 2024-07-03T17:42:46.513Z | Packages to change: 1 |
170 | 2024-07-03T17:42:46.513Z | Mediators to change: 1 |
171 | 2024-07-03T17:42:46.513Z | Services to change: 1 |
172 | 2024-07-03T17:42:46.517Z | Create boot environment: No |
173 | 2024-07-03T17:42:46.517Z | Create backup boot environment: Yes |
174 | 2024-07-03T17:42:48.442Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-07-03T17:42:48.571Z | Actions: Completed 6 actions in 0.13 seconds. |
176 | 2024-07-03T17:42:48.573Z | Done |
177 | 2024-07-03T17:42:48.574Z | Done |
178 | 2024-07-03T17:42:48.638Z | Done |
179 | 2024-07-03T17:42:52.074Z | Done |
180 | 2024-07-03T17:42:52.162Z | Done |
181 | 2024-07-03T17:42:52.165Z | Done |
182 | 2024-07-03T17:42:52.268Z | Done |
183 | 2024-07-03T17:42:52.699Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-07-03T17:42:52.699Z | clang system 15 system |
185 | 2024-07-03T17:42:52.699Z | csh system system illumos |
186 | 2024-07-03T17:42:52.699Z | ctags system system illumos |
187 | 2024-07-03T17:42:52.699Z | gcc vendor 12 vendor |
188 | 2024-07-03T17:42:52.700Z | gcc system 10 system |
189 | 2024-07-03T17:42:52.700Z | gcc system 7 system |
190 | 2024-07-03T17:42:52.700Z | go system 1.20 system |
191 | 2024-07-03T17:42:52.700Z | go system 1.19 system |
192 | 2024-07-03T17:42:52.700Z | llvm system 15 system |
193 | 2024-07-03T17:42:52.700Z | llvm system 14 system |
194 | 2024-07-03T17:42:52.700Z | mariadb system 10.6 system |
195 | 2024-07-03T17:42:52.700Z | mta vendor vendor dma |
196 | 2024-07-03T17:42:52.700Z | openjdk system 17 system |
197 | 2024-07-03T17:42:52.700Z | openjdk system 11 system |
198 | 2024-07-03T17:42:52.700Z | openjdk system 1.8 system |
199 | 2024-07-03T17:42:52.700Z | openssl vendor 3 vendor |
200 | 2024-07-03T17:42:52.700Z | perl system 5.36 system |
201 | 2024-07-03T17:42:52.700Z | postgresql system 15 system |
202 | 2024-07-03T17:42:52.700Z | postgresql system 13 system |
203 | 2024-07-03T17:42:52.700Z | python vendor 3 vendor |
204 | 2024-07-03T17:42:52.700Z | python system 2 system |
205 | 2024-07-03T17:42:52.700Z | python3 system 3.11 system |
206 | 2024-07-03T17:42:52.700Z | ruby system 3.0 system |
207 | 2024-07-03T17:42:52.700Z | words vendor vendor american-english |
208 | 2024-07-03T17:42:52.700Z | words system system australian-english |
209 | 2024-07-03T17:42:52.700Z | words system system british-english |
210 | 2024-07-03T17:42:52.700Z | words system system canadian-english |
211 | 2024-07-03T17:42:52.700Z | words system system french |
212 | 2024-07-03T17:42:52.700Z | words system system italian |
213 | 2024-07-03T17:42:52.700Z | words system system ngerman |
214 | 2024-07-03T17:42:52.700Z | words system system ogerman |
215 | 2024-07-03T17:42:52.700Z | words system system spanish |
216 | 2024-07-03T17:42:53.026Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-07-03T17:42:53.026Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-07-03T17:42:54.541Z | FMRI IFO |
219 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-07-03T17:42:54.541Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-07-03T17:42:55.035Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-07-03T17:42:55.435Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-07-03T17:42:55.839Z | Updating crates.io index |
234 | 2024-07-03T17:42:55.897Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-07-03T17:42:56.575Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-07-03T17:42:57.392Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-07-03T17:42:57.815Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-07-03T17:43:00.004Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-07-03T17:43:00.408Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-07-03T17:43:00.785Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-07-03T17:43:01.930Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-07-03T17:43:03.850Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-07-03T17:43:04.968Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-07-03T17:43:05.793Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-07-03T17:43:06.430Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
246 | 2024-07-03T17:43:06.795Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
247 | 2024-07-03T17:43:07.206Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
248 | 2024-07-03T17:43:07.566Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
249 | 2024-07-03T17:43:07.981Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
250 | 2024-07-03T17:43:08.405Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
251 | 2024-07-03T17:43:08.796Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
252 | 2024-07-03T17:43:09.130Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
253 | 2024-07-03T17:43:09.545Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-07-03T17:43:10.157Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-07-03T17:43:10.548Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-07-03T17:43:10.962Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-07-03T17:43:11.622Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-07-03T17:43:11.972Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
259 | 2024-07-03T17:43:12.383Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
260 | 2024-07-03T17:43:12.881Z | Updating git repository `https://github.com/oxidecomputer/typify` |
261 | 2024-07-03T17:43:14.829Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
262 | 2024-07-03T17:43:15.153Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
263 | 2024-07-03T17:43:15.529Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
264 | 2024-07-03T17:43:16.151Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
265 | 2024-07-03T17:43:17.529Z | Downloading crates ... |
266 | 2024-07-03T17:43:17.604Z | Downloaded byteorder v1.5.0 |
267 | 2024-07-03T17:43:17.608Z | Downloaded block-buffer v0.10.4 |
268 | 2024-07-03T17:43:17.611Z | Downloaded adler v1.0.2 |
269 | 2024-07-03T17:43:17.615Z | Downloaded is-terminal v0.4.12 |
270 | 2024-07-03T17:43:17.618Z | Downloaded num_threads v0.1.7 |
271 | 2024-07-03T17:43:17.621Z | Downloaded foreign-types v0.3.2 |
272 | 2024-07-03T17:43:17.624Z | Downloaded openssl-probe v0.1.5 |
273 | 2024-07-03T17:43:17.627Z | Downloaded openssl-macros v0.1.1 |
274 | 2024-07-03T17:43:17.630Z | Downloaded futures-core v0.3.30 |
275 | 2024-07-03T17:43:17.630Z | Downloaded camino v1.1.7 |
276 | 2024-07-03T17:43:17.633Z | Downloaded autocfg v1.3.0 |
277 | 2024-07-03T17:43:17.636Z | Downloaded anstyle-query v1.0.3 |
278 | 2024-07-03T17:43:17.636Z | Downloaded anstyle v1.0.7 |
279 | 2024-07-03T17:43:17.638Z | Downloaded slog-json v2.6.1 |
280 | 2024-07-03T17:43:17.641Z | Downloaded pkg-config v0.3.30 |
281 | 2024-07-03T17:43:17.641Z | Downloaded equivalent v1.0.1 |
282 | 2024-07-03T17:43:17.645Z | Downloaded anstyle-parse v0.2.4 |
283 | 2024-07-03T17:43:17.645Z | Downloaded itoa v1.0.11 |
284 | 2024-07-03T17:43:17.648Z | Downloaded try-lock v0.2.5 |
285 | 2024-07-03T17:43:17.648Z | Downloaded sync_wrapper v0.1.2 |
286 | 2024-07-03T17:43:17.648Z | Downloaded scroll_derive v0.12.0 |
287 | 2024-07-03T17:43:17.650Z | Downloaded http-body v0.4.6 |
288 | 2024-07-03T17:43:17.651Z | Downloaded errno v0.3.9 |
289 | 2024-07-03T17:43:17.653Z | Downloaded macaddr v1.0.1 |
290 | 2024-07-03T17:43:17.653Z | Downloaded futures-task v0.3.30 |
291 | 2024-07-03T17:43:17.656Z | Downloaded usdt-attr-macro v0.5.0 |
292 | 2024-07-03T17:43:17.656Z | Downloaded time-core v0.1.2 |
293 | 2024-07-03T17:43:17.656Z | Downloaded is_terminal_polyfill v1.70.0 |
294 | 2024-07-03T17:43:17.659Z | Downloaded cpufeatures v0.2.12 |
295 | 2024-07-03T17:43:17.659Z | Downloaded num-conv v0.1.0 |
296 | 2024-07-03T17:43:17.662Z | Downloaded foreign-types-shared v0.1.1 |
297 | 2024-07-03T17:43:17.662Z | Downloaded clap_lex v0.7.0 |
298 | 2024-07-03T17:43:17.662Z | Downloaded hostname v0.3.1 |
299 | 2024-07-03T17:43:17.665Z | Downloaded heck v0.5.0 |
300 | 2024-07-03T17:43:17.665Z | Downloaded anyhow v1.0.86 |
301 | 2024-07-03T17:43:17.668Z | Downloaded memmap v0.7.0 |
302 | 2024-07-03T17:43:17.671Z | Downloaded rustversion v1.0.17 |
303 | 2024-07-03T17:43:17.674Z | Downloaded proc-macro-error-attr v1.0.4 |
304 | 2024-07-03T17:43:17.674Z | Downloaded slog-async v2.8.0 |
305 | 2024-07-03T17:43:17.677Z | Downloaded serde_tokenstream v0.2.0 |
306 | 2024-07-03T17:43:17.680Z | Downloaded match_cfg v0.1.0 |
307 | 2024-07-03T17:43:17.680Z | Downloaded tinyvec_macros v0.1.1 |
308 | 2024-07-03T17:43:17.680Z | Downloaded swrite v0.1.0 |
309 | 2024-07-03T17:43:17.683Z | Downloaded strum v0.26.2 |
310 | 2024-07-03T17:43:17.683Z | Downloaded lock_api v0.4.12 |
311 | 2024-07-03T17:43:17.683Z | Downloaded want v0.3.1 |
312 | 2024-07-03T17:43:17.686Z | Downloaded tower-service v0.3.2 |
313 | 2024-07-03T17:43:17.686Z | Downloaded take_mut v0.2.2 |
314 | 2024-07-03T17:43:17.686Z | Downloaded native-tls v0.2.11 |
315 | 2024-07-03T17:43:17.689Z | Downloaded cargo_metadata v0.18.1 |
316 | 2024-07-03T17:43:17.691Z | Downloaded ipnet v2.9.0 |
317 | 2024-07-03T17:43:17.691Z | Downloaded futures-macro v0.3.30 |
318 | 2024-07-03T17:43:17.696Z | Downloaded usdt-macro v0.5.0 |
319 | 2024-07-03T17:43:17.696Z | Downloaded hyper-tls v0.5.0 |
320 | 2024-07-03T17:43:17.696Z | Downloaded filetime v0.2.23 |
321 | 2024-07-03T17:43:17.699Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-07-03T17:43:17.699Z | Downloaded slog-bunyan v2.5.0 |
323 | 2024-07-03T17:43:17.699Z | Downloaded fs-err v2.11.0 |
324 | 2024-07-03T17:43:17.699Z | Downloaded dtrace-parser v0.2.0 |
325 | 2024-07-03T17:43:17.702Z | Downloaded serde_urlencoded v0.7.1 |
326 | 2024-07-03T17:43:17.702Z | Downloaded digest v0.10.7 |
327 | 2024-07-03T17:43:17.705Z | Downloaded colorchoice v1.0.1 |
328 | 2024-07-03T17:43:17.705Z | Downloaded thiserror-impl v1.0.60 |
329 | 2024-07-03T17:43:17.710Z | Downloaded strsim v0.11.1 |
330 | 2024-07-03T17:43:17.710Z | Downloaded parking_lot_core v0.9.10 |
331 | 2024-07-03T17:43:17.714Z | Downloaded futures-executor v0.3.30 |
332 | 2024-07-03T17:43:17.714Z | Downloaded version_check v0.9.4 |
333 | 2024-07-03T17:43:17.714Z | Downloaded httpdate v1.0.3 |
334 | 2024-07-03T17:43:17.714Z | Downloaded usdt-impl v0.5.0 |
335 | 2024-07-03T17:43:17.717Z | Downloaded mime v0.3.17 |
336 | 2024-07-03T17:43:17.717Z | Downloaded futures-io v0.3.30 |
337 | 2024-07-03T17:43:17.717Z | Downloaded thread_local v1.1.8 |
338 | 2024-07-03T17:43:17.720Z | Downloaded percent-encoding v2.3.1 |
339 | 2024-07-03T17:43:17.720Z | Downloaded num_cpus v1.16.0 |
340 | 2024-07-03T17:43:17.723Z | Downloaded futures v0.3.30 |
341 | 2024-07-03T17:43:17.726Z | Downloaded smallvec v1.13.2 |
342 | 2024-07-03T17:43:17.729Z | Downloaded crc32fast v1.4.0 |
343 | 2024-07-03T17:43:17.732Z | Downloaded tokio-macros v2.2.0 |
344 | 2024-07-03T17:43:17.732Z | Downloaded scroll v0.12.0 |
345 | 2024-07-03T17:43:17.736Z | Downloaded xattr v1.3.1 |
346 | 2024-07-03T17:43:17.736Z | Downloaded cargo_toml v0.20.3 |
347 | 2024-07-03T17:43:17.738Z | Downloaded quote v1.0.36 |
348 | 2024-07-03T17:43:17.739Z | Downloaded terminal_size v0.3.0 |
349 | 2024-07-03T17:43:17.741Z | Downloaded semver v1.0.23 |
350 | 2024-07-03T17:43:17.744Z | Downloaded parking_lot v0.12.2 |
351 | 2024-07-03T17:43:17.747Z | Downloaded thiserror v1.0.60 |
352 | 2024-07-03T17:43:17.750Z | Downloaded usdt v0.5.0 |
353 | 2024-07-03T17:43:17.752Z | Downloaded tokio-native-tls v0.3.1 |
354 | 2024-07-03T17:43:17.752Z | Downloaded once_cell v1.19.0 |
355 | 2024-07-03T17:43:17.755Z | Downloaded crossbeam-utils v0.8.19 |
356 | 2024-07-03T17:43:17.759Z | Downloaded futures-channel v0.3.30 |
357 | 2024-07-03T17:43:17.762Z | Downloaded proc-macro2 v1.0.86 |
358 | 2024-07-03T17:43:17.762Z | Downloaded log v0.4.21 |
359 | 2024-07-03T17:43:17.765Z | Downloaded papergrid v0.11.0 |
360 | 2024-07-03T17:43:17.769Z | Downloaded pest_meta v2.7.10 |
361 | 2024-07-03T17:43:17.773Z | Downloaded term v0.7.0 |
362 | 2024-07-03T17:43:17.776Z | Downloaded pest_derive v2.7.10 |
363 | 2024-07-03T17:43:17.776Z | Downloaded unicode-width v0.1.12 |
364 | 2024-07-03T17:43:17.779Z | Downloaded cc v1.0.97 |
365 | 2024-07-03T17:43:17.782Z | Downloaded ryu v1.0.18 |
366 | 2024-07-03T17:43:17.785Z | Downloaded proc-macro-error v1.0.4 |
367 | 2024-07-03T17:43:17.788Z | Downloaded time-macros v0.2.18 |
368 | 2024-07-03T17:43:17.791Z | Downloaded toml v0.8.13 |
369 | 2024-07-03T17:43:17.793Z | Downloaded tar v0.4.40 |
370 | 2024-07-03T17:43:17.796Z | Downloaded strum_macros v0.26.2 |
371 | 2024-07-03T17:43:17.799Z | Downloaded openssl-sys v0.9.102 |
372 | 2024-07-03T17:43:17.803Z | Downloaded serde_derive v1.0.203 |
373 | 2024-07-03T17:43:17.806Z | Downloaded unicode-ident v1.0.12 |
374 | 2024-07-03T17:43:17.809Z | Downloaded zerocopy-derive v0.7.34 |
375 | 2024-07-03T17:43:17.813Z | Downloaded memchr v2.7.2 |
376 | 2024-07-03T17:43:17.818Z | Downloaded unicode-bidi v0.3.15 |
377 | 2024-07-03T17:43:17.821Z | Downloaded tinyvec v1.6.0 |
378 | 2024-07-03T17:43:17.824Z | Downloaded indexmap v2.2.6 |
379 | 2024-07-03T17:43:17.827Z | Downloaded typenum v1.17.0 |
380 | 2024-07-03T17:43:17.830Z | Downloaded serde v1.0.203 |
381 | 2024-07-03T17:43:17.834Z | Downloaded ucd-trie v0.1.6 |
382 | 2024-07-03T17:43:17.836Z | Downloaded url v2.5.0 |
383 | 2024-07-03T17:43:17.839Z | Downloaded clap_builder v4.5.2 |
384 | 2024-07-03T17:43:17.845Z | Downloaded tracing v0.1.40 |
385 | 2024-07-03T17:43:17.849Z | Downloaded tracing-core v0.1.32 |
386 | 2024-07-03T17:43:17.852Z | Downloaded socket2 v0.5.7 |
387 | 2024-07-03T17:43:17.857Z | Downloaded goblin v0.8.2 |
388 | 2024-07-03T17:43:17.861Z | Downloaded futures-util v0.3.30 |
389 | 2024-07-03T17:43:17.873Z | Downloaded toml_edit v0.22.13 |
390 | 2024-07-03T17:43:17.895Z | Downloaded openssl v0.10.64 |
391 | 2024-07-03T17:43:17.903Z | Downloaded zerocopy v0.7.34 |
392 | 2024-07-03T17:43:17.920Z | Downloaded unicode-normalization v0.1.23 |
393 | 2024-07-03T17:43:17.923Z | Downloaded winnow v0.6.8 |
394 | 2024-07-03T17:43:17.932Z | Downloaded tokio-util v0.7.11 |
395 | 2024-07-03T17:43:17.937Z | Downloaded reqwest v0.11.27 |
396 | 2024-07-03T17:43:17.945Z | Downloaded time v0.3.36 |
397 | 2024-07-03T17:43:17.952Z | Downloaded tabled v0.15.0 |
398 | 2024-07-03T17:43:17.968Z | Downloaded libc v0.2.155 |
399 | 2024-07-03T17:43:17.994Z | Downloaded vcpkg v0.2.15 |
400 | 2024-07-03T17:43:18.029Z | Downloaded syn v2.0.68 |
401 | 2024-07-03T17:43:18.039Z | Downloaded syn v1.0.109 |
402 | 2024-07-03T17:43:18.048Z | Downloaded tokio v1.37.0 |
403 | 2024-07-03T17:43:18.081Z | Downloaded encoding_rs v0.8.34 |
404 | 2024-07-03T17:43:18.100Z | Downloaded rustix v0.38.34 |
405 | 2024-07-03T17:43:18.119Z | Downloaded serde_json v1.0.118 |
406 | 2024-07-03T17:43:18.125Z | Downloaded idna v0.5.0 |
407 | 2024-07-03T17:43:18.131Z | Downloaded hyper v0.14.28 |
408 | 2024-07-03T17:43:18.138Z | Downloaded h2 v0.3.26 |
409 | 2024-07-03T17:43:18.144Z | Downloaded pest v2.7.10 |
410 | 2024-07-03T17:43:18.150Z | Downloaded hashbrown v0.14.5 |
411 | 2024-07-03T17:43:18.153Z | Downloaded mio v0.8.11 |
412 | 2024-07-03T17:43:18.157Z | Downloaded http v0.2.12 |
413 | 2024-07-03T17:43:18.161Z | Downloaded slog v2.7.0 |
414 | 2024-07-03T17:43:18.163Z | Downloaded slog-term v2.9.1 |
415 | 2024-07-03T17:43:18.166Z | Downloaded crossbeam-channel v0.5.12 |
416 | 2024-07-03T17:43:18.169Z | Downloaded flate2 v1.0.30 |
417 | 2024-07-03T17:43:18.173Z | Downloaded sha2 v0.10.8 |
418 | 2024-07-03T17:43:18.176Z | Downloaded base64 v0.21.7 |
419 | 2024-07-03T17:43:18.179Z | Downloaded clap v4.5.4 |
420 | 2024-07-03T17:43:18.185Z | Downloaded thread-id v4.2.1 |
421 | 2024-07-03T17:43:18.188Z | Downloaded miniz_oxide v0.7.2 |
422 | 2024-07-03T17:43:18.188Z | Downloaded bytes v1.6.0 |
423 | 2024-07-03T17:43:18.191Z | Downloaded signal-hook-registry v1.4.2 |
424 | 2024-07-03T17:43:18.194Z | Downloaded httparse v1.8.0 |
425 | 2024-07-03T17:43:18.194Z | Downloaded heck v0.4.1 |
426 | 2024-07-03T17:43:18.197Z | Downloaded dirs-sys-next v0.1.2 |
427 | 2024-07-03T17:43:18.197Z | Downloaded utf8parse v0.2.1 |
428 | 2024-07-03T17:43:18.197Z | Downloaded clap_derive v4.5.4 |
429 | 2024-07-03T17:43:18.200Z | Downloaded bitflags v2.5.0 |
430 | 2024-07-03T17:43:18.203Z | Downloaded toml_datetime v0.6.6 |
431 | 2024-07-03T17:43:18.203Z | Downloaded serde_spanned v0.6.6 |
432 | 2024-07-03T17:43:18.206Z | Downloaded rustls-pemfile v1.0.4 |
433 | 2024-07-03T17:43:18.206Z | Downloaded pin-utils v0.1.0 |
434 | 2024-07-03T17:43:18.209Z | Downloaded slab v0.4.9 |
435 | 2024-07-03T17:43:18.209Z | Downloaded scopeguard v1.2.0 |
436 | 2024-07-03T17:43:18.209Z | Downloaded pin-project-lite v0.2.14 |
437 | 2024-07-03T17:43:18.213Z | Downloaded futures-sink v0.3.30 |
438 | 2024-07-03T17:43:18.218Z | Downloaded fnv v1.0.7 |
439 | 2024-07-03T17:43:18.218Z | Downloaded powerfmt v0.2.0 |
440 | 2024-07-03T17:43:18.218Z | Downloaded plain v0.2.3 |
441 | 2024-07-03T17:43:18.218Z | Downloaded pest_generator v2.7.10 |
442 | 2024-07-03T17:43:18.221Z | Downloaded anstream v0.6.14 |
443 | 2024-07-03T17:43:18.221Z | Downloaded dof v0.3.0 |
444 | 2024-07-03T17:43:18.221Z | Downloaded dirs-next v2.0.0 |
445 | 2024-07-03T17:43:18.221Z | Downloaded deranged v0.3.11 |
446 | 2024-07-03T17:43:18.224Z | Downloaded crypto-common v0.1.6 |
447 | 2024-07-03T17:43:18.224Z | Downloaded cfg-if v1.0.0 |
448 | 2024-07-03T17:43:18.224Z | Downloaded generic-array v0.14.7 |
449 | 2024-07-03T17:43:18.224Z | Downloaded form_urlencoded v1.2.1 |
450 | 2024-07-03T17:43:18.227Z | Downloaded pretty-hex v0.4.1 |
451 | 2024-07-03T17:43:18.227Z | Downloaded cargo-platform v0.1.8 |
452 | 2024-07-03T17:43:18.227Z | Downloaded bytecount v0.6.8 |
453 | 2024-07-03T17:43:18.516Z | Compiling proc-macro2 v1.0.86 |
454 | 2024-07-03T17:43:18.516Z | Compiling unicode-ident v1.0.12 |
455 | 2024-07-03T17:43:18.519Z | Compiling libc v0.2.155 |
456 | 2024-07-03T17:43:18.519Z | Compiling version_check v0.9.4 |
457 | 2024-07-03T17:43:18.519Z | Compiling cfg-if v1.0.0 |
458 | 2024-07-03T17:43:18.551Z | Compiling itoa v1.0.11 |
459 | 2024-07-03T17:43:18.554Z | Compiling once_cell v1.19.0 |
460 | 2024-07-03T17:43:18.554Z | Compiling serde v1.0.203 |
461 | 2024-07-03T17:43:18.749Z | Compiling autocfg v1.3.0 |
462 | 2024-07-03T17:43:18.753Z | Compiling memchr v2.7.2 |
463 | 2024-07-03T17:43:18.819Z | Compiling thiserror v1.0.60 |
464 | 2024-07-03T17:43:18.988Z | Compiling ryu v1.0.18 |
465 | 2024-07-03T17:43:19.290Z | Compiling pin-project-lite v0.2.14 |
466 | 2024-07-03T17:43:19.302Z | Compiling bitflags v2.5.0 |
467 | 2024-07-03T17:43:19.385Z | Compiling pkg-config v0.3.30 |
468 | 2024-07-03T17:43:19.539Z | Compiling lock_api v0.4.12 |
469 | 2024-07-03T17:43:19.602Z | Compiling parking_lot_core v0.9.10 |
470 | 2024-07-03T17:43:20.061Z | Compiling vcpkg v0.2.15 |
471 | 2024-07-03T17:43:20.406Z | Compiling ucd-trie v0.1.6 |
472 | 2024-07-03T17:43:20.807Z | Compiling cc v1.0.97 |
473 | 2024-07-03T17:43:21.438Z | Compiling slab v0.4.9 |
474 | 2024-07-03T17:43:22.159Z | Compiling futures-sink v0.3.30 |
475 | 2024-07-03T17:43:22.301Z | Compiling bytes v1.6.0 |
476 | 2024-07-03T17:43:22.345Z | Compiling smallvec v1.13.2 |
477 | 2024-07-03T17:43:22.349Z | Compiling futures-core v0.3.30 |
478 | 2024-07-03T17:43:22.414Z | Compiling scopeguard v1.2.0 |
479 | 2024-07-03T17:43:22.774Z | Compiling serde_json v1.0.118 |
480 | 2024-07-03T17:43:22.797Z | Compiling equivalent v1.0.1 |
481 | 2024-07-03T17:43:22.914Z | Compiling byteorder v1.5.0 |
482 | 2024-07-03T17:43:23.001Z | Compiling hashbrown v0.14.5 |
483 | 2024-07-03T17:43:23.024Z | Compiling fnv v1.0.7 |
484 | 2024-07-03T17:43:23.075Z | Compiling log v0.4.21 |
485 | 2024-07-03T17:43:23.372Z | Compiling quote v1.0.36 |
486 | 2024-07-03T17:43:23.484Z | Compiling futures-channel v0.3.30 |
487 | 2024-07-03T17:43:23.622Z | Compiling num_cpus v1.16.0 |
488 | 2024-07-03T17:43:23.625Z | Compiling openssl-sys v0.9.102 |
489 | 2024-07-03T17:43:23.812Z | Compiling syn v2.0.68 |
490 | 2024-07-03T17:43:23.921Z | Compiling socket2 v0.5.7 |
491 | 2024-07-03T17:43:23.953Z | Compiling mio v0.8.11 |
492 | 2024-07-03T17:43:24.217Z | Compiling parking_lot v0.12.2 |
493 | 2024-07-03T17:43:24.301Z | Compiling signal-hook-registry v1.4.2 |
494 | 2024-07-03T17:43:24.326Z | Compiling indexmap v2.2.6 |
495 | 2024-07-03T17:43:24.887Z | Compiling typenum v1.17.0 |
496 | 2024-07-03T17:43:25.103Z | Compiling pin-utils v0.1.0 |
497 | 2024-07-03T17:43:25.180Z | Compiling futures-task v0.3.30 |
498 | 2024-07-03T17:43:25.180Z | Compiling futures-io v0.3.30 |
499 | 2024-07-03T17:43:25.224Z | Compiling rustix v0.38.34 |
500 | 2024-07-03T17:43:25.510Z | Compiling errno v0.3.9 |
501 | 2024-07-03T17:43:25.532Z | Compiling generic-array v0.14.7 |
502 | 2024-07-03T17:43:25.535Z | Compiling foreign-types-shared v0.1.1 |
503 | 2024-07-03T17:43:25.577Z | Compiling slog v2.7.0 |
504 | 2024-07-03T17:43:25.652Z | Compiling openssl v0.10.64 |
505 | 2024-07-03T17:43:25.715Z | Compiling foreign-types v0.3.2 |
506 | 2024-07-03T17:43:25.916Z | Compiling http v0.2.12 |
507 | 2024-07-03T17:43:26.007Z | Compiling proc-macro-error-attr v1.0.4 |
508 | 2024-07-03T17:43:26.094Z | Compiling usdt-impl v0.5.0 |
509 | 2024-07-03T17:43:26.269Z | Compiling tracing-core v0.1.32 |
510 | 2024-07-03T17:43:26.397Z | Compiling num-conv v0.1.0 |
511 | 2024-07-03T17:43:26.476Z | Compiling native-tls v0.2.11 |
512 | 2024-07-03T17:43:26.684Z | Compiling time-core v0.1.2 |
513 | 2024-07-03T17:43:26.707Z | Compiling tinyvec_macros v0.1.1 |
514 | 2024-07-03T17:43:26.798Z | Compiling httparse v1.8.0 |
515 | 2024-07-03T17:43:26.825Z | Compiling syn v1.0.109 |
516 | 2024-07-03T17:43:27.233Z | Compiling powerfmt v0.2.0 |
517 | 2024-07-03T17:43:27.495Z | Compiling deranged v0.3.11 |
518 | 2024-07-03T17:43:27.631Z | Compiling tracing v0.1.40 |
519 | 2024-07-03T17:43:27.654Z | Compiling time-macros v0.2.18 |
520 | 2024-07-03T17:43:28.036Z | Compiling tinyvec v1.6.0 |
521 | 2024-07-03T17:43:28.538Z | Compiling thread-id v4.2.1 |
522 | 2024-07-03T17:43:28.678Z | Compiling proc-macro-error v1.0.4 |
523 | 2024-07-03T17:43:28.805Z | Compiling try-lock v0.2.5 |
524 | 2024-07-03T17:43:28.896Z | Compiling percent-encoding v2.3.1 |
525 | 2024-07-03T17:43:28.940Z | Compiling utf8parse v0.2.1 |
526 | 2024-07-03T17:43:29.101Z | Compiling openssl-probe v0.1.5 |
527 | 2024-07-03T17:43:29.219Z | Compiling plain v0.2.3 |
528 | 2024-07-03T17:43:29.222Z | Compiling heck v0.4.1 |
529 | 2024-07-03T17:43:29.311Z | Compiling rustversion v1.0.17 |
530 | 2024-07-03T17:43:29.346Z | Compiling num_threads v0.1.7 |
531 | 2024-07-03T17:43:29.371Z | Compiling crossbeam-utils v0.8.19 |
532 | 2024-07-03T17:43:29.429Z | Compiling unicode-normalization v0.1.23 |
533 | 2024-07-03T17:43:29.467Z | Compiling anstyle-parse v0.2.4 |
534 | 2024-07-03T17:43:29.704Z | Compiling form_urlencoded v1.2.1 |
535 | 2024-07-03T17:43:29.777Z | Compiling want v0.3.1 |
536 | 2024-07-03T17:43:30.038Z | Compiling http-body v0.4.6 |
537 | 2024-07-03T17:43:30.381Z | Compiling dirs-sys-next v0.1.2 |
538 | 2024-07-03T17:43:30.697Z | Compiling pretty-hex v0.4.1 |
539 | 2024-07-03T17:43:30.734Z | Compiling httpdate v1.0.3 |
540 | 2024-07-03T17:43:30.927Z | Compiling colorchoice v1.0.1 |
541 | 2024-07-03T17:43:30.951Z | Compiling unicode-bidi v0.3.15 |
542 | 2024-07-03T17:43:31.060Z | Compiling is_terminal_polyfill v1.70.0 |
543 | 2024-07-03T17:43:31.085Z | Compiling time v0.3.36 |
544 | 2024-07-03T17:43:31.110Z | Compiling winnow v0.6.8 |
545 | 2024-07-03T17:43:31.193Z | Compiling semver v1.0.23 |
546 | 2024-07-03T17:43:31.193Z | Compiling crc32fast v1.4.0 |
547 | 2024-07-03T17:43:31.645Z | Compiling anstyle v1.0.7 |
548 | 2024-07-03T17:43:31.737Z | Compiling tower-service v0.3.2 |
549 | 2024-07-03T17:43:31.867Z | Compiling camino v1.1.7 |
550 | 2024-07-03T17:43:32.114Z | Compiling anstyle-query v1.0.3 |
551 | 2024-07-03T17:43:32.287Z | Compiling anstream v0.6.14 |
552 | 2024-07-03T17:43:32.380Z | Compiling idna v0.5.0 |
553 | 2024-07-03T17:43:32.578Z | Compiling dirs-next v2.0.0 |
554 | 2024-07-03T17:43:33.497Z | Compiling crypto-common v0.1.6 |
555 | 2024-07-03T17:43:33.720Z | Compiling block-buffer v0.10.4 |
556 | 2024-07-03T17:43:33.954Z | Compiling terminal_size v0.3.0 |
557 | 2024-07-03T17:43:34.094Z | Compiling fs-err v2.11.0 |
558 | 2024-07-03T17:43:34.157Z | Compiling thread_local v1.1.8 |
559 | 2024-07-03T17:43:34.188Z | Compiling heck v0.5.0 |
560 | 2024-07-03T17:43:34.287Z | Compiling base64 v0.21.7 |
561 | 2024-07-03T17:43:34.363Z | Compiling match_cfg v0.1.0 |
562 | 2024-07-03T17:43:34.460Z | Compiling strsim v0.11.1 |
563 | 2024-07-03T17:43:34.690Z | Compiling anyhow v1.0.86 |
564 | 2024-07-03T17:43:34.714Z | Compiling slog-async v2.8.0 |
565 | 2024-07-03T17:43:34.870Z | Compiling unicode-width v0.1.12 |
566 | 2024-07-03T17:43:34.942Z | Compiling clap_lex v0.7.0 |
567 | 2024-07-03T17:43:35.061Z | Compiling bytecount v0.6.8 |
568 | 2024-07-03T17:43:35.085Z | Compiling adler v1.0.2 |
569 | 2024-07-03T17:43:35.273Z | Compiling miniz_oxide v0.7.2 |
570 | 2024-07-03T17:43:35.295Z | Compiling papergrid v0.11.0 |
571 | 2024-07-03T17:43:35.318Z | Compiling clap_builder v4.5.2 |
572 | 2024-07-03T17:43:35.364Z | Compiling rustls-pemfile v1.0.4 |
573 | 2024-07-03T17:43:35.398Z | Compiling hostname v0.3.1 |
574 | 2024-07-03T17:43:35.602Z | Compiling digest v0.10.7 |
575 | 2024-07-03T17:43:35.650Z | Compiling crossbeam-channel v0.5.12 |
576 | 2024-07-03T17:43:35.800Z | Compiling url v2.5.0 |
577 | 2024-07-03T17:43:36.016Z | Compiling term v0.7.0 |
578 | 2024-07-03T17:43:36.329Z | Compiling serde_derive v1.0.203 |
579 | 2024-07-03T17:43:36.709Z | Compiling thiserror-impl v1.0.60 |
580 | 2024-07-03T17:43:36.744Z | Compiling zerocopy-derive v0.7.34 |
581 | 2024-07-03T17:43:36.838Z | Compiling tokio-macros v2.2.0 |
582 | 2024-07-03T17:43:37.637Z | Compiling futures-macro v0.3.30 |
583 | 2024-07-03T17:43:37.670Z | Compiling scroll_derive v0.12.0 |
584 | 2024-07-03T17:43:38.573Z | Compiling tokio v1.37.0 |
585 | 2024-07-03T17:43:39.117Z | Compiling zerocopy v0.7.34 |
586 | 2024-07-03T17:43:39.202Z | Compiling openssl-macros v0.1.1 |
587 | 2024-07-03T17:43:39.637Z | Compiling scroll v0.12.0 |
588 | 2024-07-03T17:43:39.743Z | Compiling futures-util v0.3.30 |
589 | 2024-07-03T17:43:40.211Z | Compiling goblin v0.8.2 |
590 | 2024-07-03T17:43:40.271Z | Compiling pest v2.7.10 |
591 | 2024-07-03T17:43:40.696Z | Compiling tabled_derive v0.7.0 |
592 | 2024-07-03T17:43:43.233Z | Compiling pest_meta v2.7.10 |
593 | 2024-07-03T17:43:43.262Z | Compiling clap_derive v4.5.4 |
594 | 2024-07-03T17:43:45.028Z | Compiling pest_generator v2.7.10 |
595 | 2024-07-03T17:43:47.050Z | Compiling tokio-util v0.7.11 |
596 | 2024-07-03T17:43:48.406Z | Compiling h2 v0.3.26 |
597 | 2024-07-03T17:43:48.614Z | Compiling pest_derive v2.7.10 |
598 | 2024-07-03T17:43:48.648Z | Compiling futures-executor v0.3.30 |
599 | 2024-07-03T17:43:49.086Z | Compiling tokio-native-tls v0.3.1 |
600 | 2024-07-03T17:43:49.261Z | Compiling strum_macros v0.26.2 |
601 | 2024-07-03T17:43:49.413Z | Compiling dtrace-parser v0.2.0 |
602 | 2024-07-03T17:43:49.713Z | Compiling xattr v1.3.1 |
603 | 2024-07-03T17:43:50.000Z | Compiling memmap v0.7.0 |
604 | 2024-07-03T17:43:50.364Z | Compiling is-terminal v0.4.12 |
605 | 2024-07-03T17:43:50.493Z | Compiling filetime v0.2.23 |
606 | 2024-07-03T17:43:50.840Z | Compiling encoding_rs v0.8.34 |
607 | 2024-07-03T17:43:50.980Z | Compiling sync_wrapper v0.1.2 |
608 | 2024-07-03T17:43:51.508Z | Compiling toml_datetime v0.6.6 |
609 | 2024-07-03T17:43:51.594Z | Compiling serde_spanned v0.6.6 |
610 | 2024-07-03T17:43:51.824Z | Compiling toml_edit v0.22.13 |
611 | 2024-07-03T17:43:52.366Z | Compiling serde_tokenstream v0.2.0 |
612 | 2024-07-03T17:43:52.921Z | Compiling dof v0.3.0 |
613 | 2024-07-03T17:43:53.290Z | Compiling hyper v0.14.28 |
614 | 2024-07-03T17:43:55.053Z | Compiling toml v0.8.13 |
615 | 2024-07-03T17:43:55.157Z | Compiling slog-json v2.6.1 |
616 | 2024-07-03T17:43:55.400Z | Compiling serde_urlencoded v0.7.1 |
617 | 2024-07-03T17:43:55.949Z | Compiling cargo-platform v0.1.8 |
618 | 2024-07-03T17:43:56.121Z | Compiling take_mut v0.2.2 |
619 | 2024-07-03T17:43:56.288Z | Compiling cpufeatures v0.2.12 |
620 | 2024-07-03T17:43:56.338Z | Compiling mime v0.3.17 |
621 | 2024-07-03T17:43:56.391Z | Compiling ipnet v2.9.0 |
622 | 2024-07-03T17:43:56.529Z | Compiling cargo_metadata v0.18.1 |
623 | 2024-07-03T17:43:56.625Z | Compiling usdt-macro v0.5.0 |
624 | 2024-07-03T17:43:56.793Z | Compiling usdt-attr-macro v0.5.0 |
625 | 2024-07-03T17:43:56.859Z | Compiling sha2 v0.10.8 |
626 | 2024-07-03T17:43:57.707Z | Compiling hyper-tls v0.5.0 |
627 | 2024-07-03T17:43:57.922Z | Compiling cargo_toml v0.20.3 |
628 | 2024-07-03T17:43:58.046Z | Compiling reqwest v0.11.27 |
629 | 2024-07-03T17:43:58.173Z | Compiling slog-bunyan v2.5.0 |
630 | 2024-07-03T17:43:58.292Z | Compiling usdt v0.5.0 |
631 | 2024-07-03T17:43:58.370Z | Compiling strum v0.26.2 |
632 | 2024-07-03T17:43:58.546Z | Compiling macaddr v1.0.1 |
633 | 2024-07-03T17:43:58.787Z | Compiling tar v0.4.40 |
634 | 2024-07-03T17:43:58.988Z | Compiling slog-term v2.9.1 |
635 | 2024-07-03T17:43:59.524Z | Compiling flate2 v1.0.30 |
636 | 2024-07-03T17:44:00.240Z | Compiling futures v0.3.30 |
637 | 2024-07-03T17:44:00.323Z | Compiling clap v4.5.4 |
638 | 2024-07-03T17:44:00.360Z | Compiling tabled v0.15.0 |
639 | 2024-07-03T17:44:00.439Z | Compiling swrite v0.1.0 |
640 | 2024-07-03T17:44:05.172Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
641 | 2024-07-03T17:44:12.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
642 | 2024-07-03T17:44:12.542Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
643 | 2024-07-03T17:44:12.604Z | Jul 03 17:44:11.470 INFO Starting download, target: Cockroach |
644 | 2024-07-03T17:44:12.604Z | Jul 03 17:44:11.470 INFO Starting download, target: Clickhouse |
645 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.470 INFO Starting download, target: Console |
646 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.470 INFO Starting download, target: DendriteOpenapi |
647 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.470 INFO Starting download, target: DendriteStub |
648 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.470 INFO Starting download, target: MaghemiteMgd |
649 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.470 INFO Starting download, target: TransceiverControl |
650 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.471 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
651 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.471 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
652 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.471 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
653 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.471 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
654 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.471 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
655 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.471 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
656 | 2024-07-03T17:44:12.608Z | Jul 03 17:44:11.471 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
657 | 2024-07-03T17:44:12.778Z | Jul 03 17:44:11.643 INFO Download complete, target: DendriteOpenapi |
658 | 2024-07-03T17:44:12.942Z | Jul 03 17:44:11.801 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
659 | 2024-07-03T17:44:13.173Z | Jul 03 17:44:12.035 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
660 | 2024-07-03T17:44:13.520Z | Jul 03 17:44:12.386 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
661 | 2024-07-03T17:44:13.571Z | Jul 03 17:44:12.437 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
662 | 2024-07-03T17:44:13.597Z | Jul 03 17:44:12.463 INFO Download complete, target: Console |
663 | 2024-07-03T17:44:13.743Z | Jul 03 17:44:12.608 INFO Download complete, target: TransceiverControl |
664 | 2024-07-03T17:44:14.677Z | Jul 03 17:44:13.543 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
665 | 2024-07-03T17:44:15.753Z | Jul 03 17:44:14.618 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
666 | 2024-07-03T17:44:15.753Z | Jul 03 17:44:14.618 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
667 | 2024-07-03T17:44:16.613Z | Jul 03 17:44:15.478 INFO Download complete, target: DendriteStub |
668 | 2024-07-03T17:44:16.743Z | Jul 03 17:44:15.608 INFO Download complete, target: MaghemiteMgd |
669 | 2024-07-03T17:44:24.554Z | Jul 03 17:44:23.415 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
670 | 2024-07-03T17:44:24.884Z | Jul 03 17:44:23.748 INFO Checking that binary works, target: Cockroach |
671 | 2024-07-03T17:44:25.163Z | Jul 03 17:44:24.028 INFO Download complete, target: Cockroach |
672 | 2024-07-03T17:44:29.451Z | Jul 03 17:44:28.315 INFO Checking that binary works, target: Clickhouse |
673 | 2024-07-03T17:44:30.065Z | Jul 03 17:44:28.929 INFO Download complete, target: Clickhouse |
674 | 2024-07-03T17:44:30.072Z | All prerequisites installed successfully |
675 | 2024-07-03T17:44:30.075Z | |
676 | 2024-07-03T17:44:30.075Z | real 2:52.570282200 |
677 | 2024-07-03T17:44:30.075Z | user 5:42.216699296 |
678 | 2024-07-03T17:44:30.075Z | sys 1:18.037770381 |
679 | 2024-07-03T17:44:30.075Z | trap 0.217416595 |
680 | 2024-07-03T17:44:30.075Z | tflt 5.374381193 |
681 | 2024-07-03T17:44:30.075Z | dflt 8.706765788 |
682 | 2024-07-03T17:44:30.075Z | kflt 0.256669282 |
683 | 2024-07-03T17:44:30.075Z | lock 12:42.151271308 |
684 | 2024-07-03T17:44:30.075Z | slp 18:37.484980992 |
685 | 2024-07-03T17:44:30.075Z | lat 17.279396845 |
686 | 2024-07-03T17:44:30.075Z | stop 1:02.383317649 |
687 | 2024-07-03T17:44:30.076Z | + ptime -m cargo xtask download softnpu |
688 | 2024-07-03T17:44:30.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
689 | 2024-07-03T17:44:30.635Z | Running `target/debug/xtask download softnpu` |
690 | 2024-07-03T17:44:30.658Z | Jul 03 17:44:29.522 INFO Starting download, target: Softnpu |
691 | 2024-07-03T17:44:30.661Z | Jul 03 17:44:29.523 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
692 | 2024-07-03T17:44:31.448Z | Jul 03 17:44:30.312 INFO Download complete, target: Softnpu |
693 | 2024-07-03T17:44:31.452Z | |
694 | 2024-07-03T17:44:31.455Z | real 1.373149388 |
695 | 2024-07-03T17:44:31.455Z | user 0.588524412 |
696 | 2024-07-03T17:44:31.455Z | sys 0.291124692 |
697 | 2024-07-03T17:44:31.455Z | trap 0.000666031 |
698 | 2024-07-03T17:44:31.455Z | tflt 0.000115478 |
699 | 2024-07-03T17:44:31.455Z | dflt 0.000154385 |
700 | 2024-07-03T17:44:31.455Z | kflt 0.000000000 |
701 | 2024-07-03T17:44:31.455Z | lock 8.273221010 |
702 | 2024-07-03T17:44:31.455Z | slp 0.740413984 |
703 | 2024-07-03T17:44:31.455Z | lat 0.076676413 |
704 | 2024-07-03T17:44:31.455Z | stop 0.000260439 |
705 | 2024-07-03T17:44:31.455Z | + export CARGO_INCREMENTAL=0 |
706 | 2024-07-03T17:44:31.455Z | + CARGO_INCREMENTAL=0 |
707 | 2024-07-03T17:44:31.455Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
708 | 2024-07-03T17:44:31.970Z | Downloading crates ... |
709 | 2024-07-03T17:44:32.112Z | Downloaded arrayref v0.3.7 |
710 | 2024-07-03T17:44:32.121Z | Downloaded argon2 v0.5.3 |
711 | 2024-07-03T17:44:32.123Z | Downloaded aead v0.5.2 |
712 | 2024-07-03T17:44:32.126Z | Downloaded bitstruct_derive v0.1.0 |
713 | 2024-07-03T17:44:32.129Z | Downloaded cfg_aliases v0.1.1 |
714 | 2024-07-03T17:44:32.132Z | Downloaded parse-size v1.0.0 |
715 | 2024-07-03T17:44:32.136Z | Downloaded oso-derive v0.27.3 |
716 | 2024-07-03T17:44:32.139Z | Downloaded crunchy v0.2.2 |
717 | 2024-07-03T17:44:32.146Z | Downloaded cstr-argument v0.1.2 |
718 | 2024-07-03T17:44:32.149Z | Downloaded addr2line v0.21.0 |
719 | 2024-07-03T17:44:32.153Z | Downloaded paste v1.0.15 |
720 | 2024-07-03T17:44:32.156Z | Downloaded derive_more v0.99.17 |
721 | 2024-07-03T17:44:32.161Z | Downloaded peg-runtime v0.8.3 |
722 | 2024-07-03T17:44:32.164Z | Downloaded number_prefix v0.4.0 |
723 | 2024-07-03T17:44:32.164Z | Downloaded ciborium-io v0.2.2 |
724 | 2024-07-03T17:44:32.167Z | Downloaded new_debug_unreachable v1.0.6 |
725 | 2024-07-03T17:44:32.167Z | Downloaded atty v0.2.14 |
726 | 2024-07-03T17:44:32.167Z | Downloaded assert_matches v1.5.0 |
727 | 2024-07-03T17:44:32.170Z | Downloaded ciborium-ll v0.2.2 |
728 | 2024-07-03T17:44:32.170Z | Downloaded atomicwrites v0.4.3 |
729 | 2024-07-03T17:44:32.170Z | Downloaded precomputed-hash v0.1.1 |
730 | 2024-07-03T17:44:32.173Z | Downloaded base16ct v0.2.0 |
731 | 2024-07-03T17:44:32.173Z | Downloaded crucible-workspace-hack v0.1.0 |
732 | 2024-07-03T17:44:32.173Z | Downloaded pretty-hex v0.2.1 |
733 | 2024-07-03T17:44:32.176Z | Downloaded newline-converter v0.3.0 |
734 | 2024-07-03T17:44:32.176Z | Downloaded derive_builder_macro v0.20.0 |
735 | 2024-07-03T17:44:32.179Z | Downloaded darling_macro v0.20.9 |
736 | 2024-07-03T17:44:32.179Z | Downloaded atomic-waker v1.1.2 |
737 | 2024-07-03T17:44:32.179Z | Downloaded phf_shared v0.11.2 |
738 | 2024-07-03T17:44:32.182Z | Downloaded mockall v0.12.1 |
739 | 2024-07-03T17:44:32.182Z | Downloaded buf-list v1.0.3 |
740 | 2024-07-03T17:44:32.185Z | Downloaded packed_struct v0.10.1 |
741 | 2024-07-03T17:44:32.192Z | Downloaded newtype_derive v0.1.6 |
742 | 2024-07-03T17:44:32.192Z | Downloaded bitfield v0.14.0 |
743 | 2024-07-03T17:44:32.192Z | Downloaded async-recursion v1.1.1 |
744 | 2024-07-03T17:44:32.192Z | Downloaded path-slash v0.1.5 |
745 | 2024-07-03T17:44:32.197Z | Downloaded parse-display v0.9.0 |
746 | 2024-07-03T17:44:32.197Z | Downloaded array-init v0.0.4 |
747 | 2024-07-03T17:44:32.198Z | Downloaded normalize-line-endings v0.3.0 |
748 | 2024-07-03T17:44:32.198Z | Downloaded bitflags v1.3.2 |
749 | 2024-07-03T17:44:32.200Z | Downloaded bit-set v0.5.3 |
750 | 2024-07-03T17:44:32.200Z | Downloaded peg v0.8.3 |
751 | 2024-07-03T17:44:32.203Z | Downloaded num-iter v0.1.45 |
752 | 2024-07-03T17:44:32.208Z | Downloaded phf v0.11.2 |
753 | 2024-07-03T17:44:32.210Z | Downloaded num-derive v0.4.2 |
754 | 2024-07-03T17:44:32.210Z | Downloaded quick-error v1.2.3 |
755 | 2024-07-03T17:44:32.210Z | Downloaded proc-macro-crate v1.3.1 |
756 | 2024-07-03T17:44:32.213Z | Downloaded ref-cast v1.0.23 |
757 | 2024-07-03T17:44:32.215Z | Downloaded rand_xorshift v0.3.0 |
758 | 2024-07-03T17:44:32.215Z | Downloaded r2d2 v0.8.10 |
759 | 2024-07-03T17:44:32.218Z | Downloaded cexpr v0.6.0 |
760 | 2024-07-03T17:44:32.218Z | Downloaded rand_chacha v0.3.1 |
761 | 2024-07-03T17:44:32.221Z | Downloaded bb8 v0.8.3 |
762 | 2024-07-03T17:44:32.221Z | Downloaded parking_lot v0.11.2 |
763 | 2024-07-03T17:44:32.224Z | Downloaded cobs v0.2.3 |
764 | 2024-07-03T17:44:32.224Z | Downloaded phf_shared v0.10.0 |
765 | 2024-07-03T17:44:32.227Z | Downloaded crc v3.2.1 |
766 | 2024-07-03T17:44:32.231Z | Downloaded camino-tempfile v1.1.1 |
767 | 2024-07-03T17:44:32.231Z | Downloaded chacha20 v0.9.1 |
768 | 2024-07-03T17:44:32.234Z | Downloaded opaque-debug v0.3.1 |
769 | 2024-07-03T17:44:32.234Z | Downloaded bit-vec v0.6.3 |
770 | 2024-07-03T17:44:32.234Z | Downloaded async-stream v0.3.5 |
771 | 2024-07-03T17:44:32.238Z | Downloaded crc-catalog v2.4.0 |
772 | 2024-07-03T17:44:32.238Z | Downloaded memoffset v0.9.1 |
773 | 2024-07-03T17:44:32.240Z | Downloaded defmt-parser v0.3.4 |
774 | 2024-07-03T17:44:32.240Z | Downloaded parse-display-derive v0.9.0 |
775 | 2024-07-03T17:44:32.241Z | Downloaded num v0.4.3 |
776 | 2024-07-03T17:44:32.243Z | Downloaded nodrop v0.1.14 |
777 | 2024-07-03T17:44:32.243Z | Downloaded constant_time_eq v0.3.0 |
778 | 2024-07-03T17:44:32.243Z | Downloaded cipher v0.4.4 |
779 | 2024-07-03T17:44:32.246Z | Downloaded bitfield-struct v0.6.1 |
780 | 2024-07-03T17:44:32.249Z | Downloaded portpicker v0.1.1 |
781 | 2024-07-03T17:44:32.249Z | Downloaded ascii-canvas v3.0.0 |
782 | 2024-07-03T17:44:32.249Z | Downloaded psl-types v2.0.11 |
783 | 2024-07-03T17:44:32.252Z | Downloaded allocator-api2 v0.2.18 |
784 | 2024-07-03T17:44:32.255Z | Downloaded num_enum v0.5.11 |
785 | 2024-07-03T17:44:32.257Z | Downloaded pkcs8 v0.10.2 |
786 | 2024-07-03T17:44:32.260Z | Downloaded num-integer v0.1.46 |
787 | 2024-07-03T17:44:32.263Z | Downloaded cookie v0.18.1 |
788 | 2024-07-03T17:44:32.266Z | Downloaded pem-rfc7468 v0.7.0 |
789 | 2024-07-03T17:44:32.268Z | Downloaded derive_builder_core v0.20.0 |
790 | 2024-07-03T17:44:32.273Z | Downloaded fxhash v0.2.1 |
791 | 2024-07-03T17:44:32.273Z | Downloaded predicates-core v1.0.6 |
792 | 2024-07-03T17:44:32.273Z | Downloaded csv-core v0.1.11 |
793 | 2024-07-03T17:44:32.276Z | Downloaded omicron-zone-package v0.11.0 |
794 | 2024-07-03T17:44:32.276Z | Downloaded matches v0.1.10 |
795 | 2024-07-03T17:44:32.276Z | Downloaded postgres-types v0.2.6 |
796 | 2024-07-03T17:44:32.278Z | Downloaded nanorand v0.7.0 |
797 | 2024-07-03T17:44:32.281Z | Downloaded topological-sort v0.2.2 |
798 | 2024-07-03T17:44:32.284Z | Downloaded parking_lot_core v0.8.6 |
799 | 2024-07-03T17:44:32.287Z | Downloaded num-traits v0.2.19 |
800 | 2024-07-03T17:44:32.287Z | Downloaded bzip2 v0.4.4 |
801 | 2024-07-03T17:44:32.290Z | Downloaded async-trait v0.1.80 |
802 | 2024-07-03T17:44:32.293Z | Downloaded sigpipe v0.1.3 |
803 | 2024-07-03T17:44:32.296Z | Downloaded darling v0.20.9 |
804 | 2024-07-03T17:44:32.298Z | Downloaded pem v3.0.4 |
805 | 2024-07-03T17:44:32.299Z | Downloaded password-hash v0.5.0 |
806 | 2024-07-03T17:44:32.301Z | Downloaded rand_seeder v0.2.3 |
807 | 2024-07-03T17:44:32.304Z | Downloaded der_derive v0.7.2 |
808 | 2024-07-03T17:44:32.304Z | Downloaded defmt v0.3.8 |
809 | 2024-07-03T17:44:32.307Z | Downloaded ref-cast-impl v1.0.23 |
810 | 2024-07-03T17:44:32.310Z | Downloaded predicates-tree v1.0.9 |
811 | 2024-07-03T17:44:32.310Z | Downloaded untrusted v0.9.0 |
812 | 2024-07-03T17:44:32.310Z | Downloaded console v0.15.8 |
813 | 2024-07-03T17:44:32.313Z | Downloaded predicates v3.1.0 |
814 | 2024-07-03T17:44:32.316Z | Downloaded toolchain_find v0.4.0 |
815 | 2024-07-03T17:44:32.319Z | Downloaded zeroize_derive v1.4.2 |
816 | 2024-07-03T17:44:32.319Z | Downloaded crc-any v2.5.0 |
817 | 2024-07-03T17:44:32.321Z | Downloaded zeroize v1.7.0 |
818 | 2024-07-03T17:44:32.324Z | Downloaded poly1305 v0.8.0 |
819 | 2024-07-03T17:44:32.324Z | Downloaded wyz v0.5.1 |
820 | 2024-07-03T17:44:32.327Z | Downloaded ed25519 v1.5.3 |
821 | 2024-07-03T17:44:32.327Z | Downloaded instant v0.1.12 |
822 | 2024-07-03T17:44:32.330Z | Downloaded pin-project-internal v1.1.5 |
823 | 2024-07-03T17:44:32.333Z | Downloaded http-range v0.1.5 |
824 | 2024-07-03T17:44:32.333Z | Downloaded postcard v1.0.8 |
825 | 2024-07-03T17:44:32.336Z | Downloaded globset v0.4.14 |
826 | 2024-07-03T17:44:32.341Z | Downloaded rpassword v7.3.1 |
827 | 2024-07-03T17:44:32.341Z | Downloaded pkcs1 v0.7.5 |
828 | 2024-07-03T17:44:32.343Z | Downloaded maybe-uninit v2.0.0 |
829 | 2024-07-03T17:44:32.343Z | Downloaded humantime v2.1.0 |
830 | 2024-07-03T17:44:32.343Z | Downloaded indoc v2.0.5 |
831 | 2024-07-03T17:44:32.346Z | Downloaded indoc v1.0.9 |
832 | 2024-07-03T17:44:32.349Z | Downloaded linked-hash-map v0.5.6 |
833 | 2024-07-03T17:44:32.352Z | Downloaded float-ord v0.3.2 |
834 | 2024-07-03T17:44:32.352Z | Downloaded resolv-conf v0.7.0 |
835 | 2024-07-03T17:44:32.355Z | Downloaded derive_builder v0.20.0 |
836 | 2024-07-03T17:44:32.358Z | Downloaded cookie_store v0.20.0 |
837 | 2024-07-03T17:44:32.361Z | Downloaded signature v1.6.4 |
838 | 2024-07-03T17:44:32.361Z | Downloaded oso v0.27.3 |
839 | 2024-07-03T17:44:32.364Z | Downloaded strip-ansi-escapes v0.2.0 |
840 | 2024-07-03T17:44:32.367Z | Downloaded signature v2.2.0 |
841 | 2024-07-03T17:44:32.367Z | Downloaded chacha20poly1305 v0.10.1 |
842 | 2024-07-03T17:44:32.369Z | Downloaded peg-macros v0.8.3 |
843 | 2024-07-03T17:44:32.372Z | Downloaded stringprep v0.1.4 |
844 | 2024-07-03T17:44:32.372Z | Downloaded string_cache v0.8.7 |
845 | 2024-07-03T17:44:32.375Z | Downloaded signal-hook-tokio v0.3.1 |
846 | 2024-07-03T17:44:32.375Z | Downloaded tokio-tungstenite v0.21.0 |
847 | 2024-07-03T17:44:32.378Z | Downloaded postgres-protocol v0.6.6 |
848 | 2024-07-03T17:44:32.381Z | Downloaded structmeta v0.3.0 |
849 | 2024-07-03T17:44:32.381Z | Downloaded vte_generate_state_changes v0.1.1 |
850 | 2024-07-03T17:44:32.381Z | Downloaded structmeta v0.2.0 |
851 | 2024-07-03T17:44:32.384Z | Downloaded num-rational v0.4.2 |
852 | 2024-07-03T17:44:32.384Z | Downloaded diesel_table_macro_syntax v0.1.0 |
853 | 2024-07-03T17:44:32.384Z | Downloaded untrusted v0.7.1 |
854 | 2024-07-03T17:44:32.387Z | Downloaded signal-hook-mio v0.2.3 |
855 | 2024-07-03T17:44:32.387Z | Downloaded serde_arrays v0.1.0 |
856 | 2024-07-03T17:44:32.387Z | Downloaded serde-hex v0.1.0 |
857 | 2024-07-03T17:44:32.390Z | Downloaded hubpack_derive v0.1.1 |
858 | 2024-07-03T17:44:32.390Z | Downloaded const-oid v0.9.6 |
859 | 2024-07-03T17:44:32.393Z | Downloaded highway v1.1.0 |
860 | 2024-07-03T17:44:32.396Z | Downloaded rustc-hash v1.1.0 |
861 | 2024-07-03T17:44:32.396Z | Downloaded rtoolbox v0.0.2 |
862 | 2024-07-03T17:44:32.399Z | Downloaded libsw v3.3.1 |
863 | 2024-07-03T17:44:32.399Z | Downloaded linear-map v1.2.0 |
864 | 2024-07-03T17:44:32.402Z | Downloaded rustls-pemfile v2.1.2 |
865 | 2024-07-03T17:44:32.402Z | Downloaded hostname v0.4.0 |
866 | 2024-07-03T17:44:32.405Z | Downloaded rcgen v0.12.1 |
867 | 2024-07-03T17:44:32.409Z | Downloaded hash32 v0.2.1 |
868 | 2024-07-03T17:44:32.409Z | Downloaded serde-big-array v0.5.1 |
869 | 2024-07-03T17:44:32.412Z | Downloaded serde-big-array v0.4.1 |
870 | 2024-07-03T17:44:32.412Z | Downloaded mockall_derive v0.12.1 |
871 | 2024-07-03T17:44:32.414Z | Downloaded compact_str v0.7.1 |
872 | 2024-07-03T17:44:32.417Z | Downloaded crossbeam-epoch v0.9.18 |
873 | 2024-07-03T17:44:32.422Z | Downloaded hash32 v0.3.1 |
874 | 2024-07-03T17:44:32.422Z | Downloaded float-cmp v0.9.0 |
875 | 2024-07-03T17:44:32.422Z | Downloaded keccak v0.1.5 |
876 | 2024-07-03T17:44:32.425Z | Downloaded smawk v0.3.2 |
877 | 2024-07-03T17:44:32.425Z | Downloaded either v1.12.0 |
878 | 2024-07-03T17:44:32.425Z | Downloaded tabwriter v1.4.0 |
879 | 2024-07-03T17:44:32.428Z | Downloaded supports-color v3.0.0 |
880 | 2024-07-03T17:44:32.428Z | Downloaded walkdir v2.5.0 |
881 | 2024-07-03T17:44:32.431Z | Downloaded vte v0.11.1 |
882 | 2024-07-03T17:44:32.431Z | Downloaded const_format v0.2.32 |
883 | 2024-07-03T17:44:32.435Z | Downloaded tokio-stream v0.1.15 |
884 | 2024-07-03T17:44:32.439Z | Downloaded shell-words v1.1.0 |
885 | 2024-07-03T17:44:32.442Z | Downloaded tap v1.0.1 |
886 | 2024-07-03T17:44:32.442Z | Downloaded hubpack v0.1.2 |
887 | 2024-07-03T17:44:32.445Z | Downloaded lazy_static v1.5.0 |
888 | 2024-07-03T17:44:32.445Z | Downloaded pin-project v1.1.5 |
889 | 2024-07-03T17:44:32.455Z | Downloaded lazycell v1.3.0 |
890 | 2024-07-03T17:44:32.458Z | Downloaded waitgroup v0.1.2 |
891 | 2024-07-03T17:44:32.458Z | Downloaded sqlparser_derive v0.2.2 |
892 | 2024-07-03T17:44:32.461Z | Downloaded strum_macros v0.24.3 |
893 | 2024-07-03T17:44:32.461Z | Downloaded strum_macros v0.25.3 |
894 | 2024-07-03T17:44:32.464Z | Downloaded kstat-rs v0.2.4 |
895 | 2024-07-03T17:44:32.464Z | Downloaded libefi-sys v0.1.0 |
896 | 2024-07-03T17:44:32.467Z | Downloaded base64 v0.13.1 |
897 | 2024-07-03T17:44:32.469Z | Downloaded fixedbitset v0.4.2 |
898 | 2024-07-03T17:44:32.469Z | Downloaded crypto-bigint v0.5.5 |
899 | 2024-07-03T17:44:32.475Z | Downloaded lru v0.12.3 |
900 | 2024-07-03T17:44:32.478Z | Downloaded fragile v2.0.0 |
901 | 2024-07-03T17:44:32.481Z | Downloaded is_ci v1.2.0 |
902 | 2024-07-03T17:44:32.481Z | Downloaded signal-hook v0.3.17 |
903 | 2024-07-03T17:44:32.484Z | Downloaded foreign-types-shared v0.3.1 |
904 | 2024-07-03T17:44:32.484Z | Downloaded sha1 v0.10.6 |
905 | 2024-07-03T17:44:32.487Z | Downloaded same-file v1.0.6 |
906 | 2024-07-03T17:44:32.487Z | Downloaded secrecy v0.8.0 |
907 | 2024-07-03T17:44:32.490Z | Downloaded difflib v0.4.0 |
908 | 2024-07-03T17:44:32.490Z | Downloaded semver v0.1.20 |
909 | 2024-07-03T17:44:32.490Z | Downloaded libloading v0.8.3 |
910 | 2024-07-03T17:44:32.493Z | Downloaded fatfs v0.3.6 |
911 | 2024-07-03T17:44:32.496Z | Downloaded whoami v1.5.1 |
912 | 2024-07-03T17:44:32.499Z | Downloaded which v4.4.2 |
913 | 2024-07-03T17:44:32.508Z | Downloaded enum-as-inner v0.5.1 |
914 | 2024-07-03T17:44:32.511Z | Downloaded stability v0.2.0 |
915 | 2024-07-03T17:44:32.511Z | Downloaded headers-core v0.2.0 |
916 | 2024-07-03T17:44:32.511Z | Downloaded glob v0.3.1 |
917 | 2024-07-03T17:44:32.514Z | Downloaded sqlformat v0.2.3 |
918 | 2024-07-03T17:44:32.514Z | Downloaded spki v0.7.3 |
919 | 2024-07-03T17:44:32.517Z | Downloaded tls_codec_derive v0.4.1 |
920 | 2024-07-03T17:44:32.517Z | Downloaded tls_codec v0.4.1 |
921 | 2024-07-03T17:44:32.520Z | Downloaded sct v0.7.1 |
922 | 2024-07-03T17:44:32.523Z | Downloaded tiny-keccak v2.0.2 |
923 | 2024-07-03T17:44:32.526Z | Downloaded tempfile v3.10.1 |
924 | 2024-07-03T17:44:32.528Z | Downloaded similar v2.5.0 |
925 | 2024-07-03T17:44:32.533Z | Downloaded tokio-postgres v0.7.10 |
926 | 2024-07-03T17:44:32.536Z | Downloaded env_logger v0.9.3 |
927 | 2024-07-03T17:44:32.539Z | Downloaded foreign-types v0.5.0 |
928 | 2024-07-03T17:44:32.539Z | Downloaded downcast v0.11.0 |
929 | 2024-07-03T17:44:32.542Z | Downloaded embedded-io v0.4.0 |
930 | 2024-07-03T17:44:32.542Z | Downloaded zone v0.1.8 |
931 | 2024-07-03T17:44:32.545Z | Downloaded structmeta-derive v0.3.0 |
932 | 2024-07-03T17:44:32.545Z | Downloaded group v0.13.0 |
933 | 2024-07-03T17:44:32.546Z | Downloaded serde_with_macros v3.8.1 |
934 | 2024-07-03T17:44:32.549Z | Downloaded trust-dns-resolver v0.22.0 |
935 | 2024-07-03T17:44:32.551Z | Downloaded display-error-chain v0.2.0 |
936 | 2024-07-03T17:44:32.554Z | Downloaded elliptic-curve v0.13.8 |
937 | 2024-07-03T17:44:32.557Z | Downloaded tungstenite v0.20.1 |
938 | 2024-07-03T17:44:32.560Z | Downloaded der v0.7.9 |
939 | 2024-07-03T17:44:32.564Z | Downloaded termios v0.3.3 |
940 | 2024-07-03T17:44:32.567Z | Downloaded zone_cfg_derive v0.1.2 |
941 | 2024-07-03T17:44:32.567Z | Downloaded spin v0.5.2 |
942 | 2024-07-03T17:44:32.569Z | Downloaded tokio-rustls v0.25.0 |
943 | 2024-07-03T17:44:32.569Z | Downloaded getopts v0.2.21 |
944 | 2024-07-03T17:44:32.572Z | Downloaded nom v7.1.3 |
945 | 2024-07-03T17:44:32.575Z | Downloaded unicode-linebreak v0.1.5 |
946 | 2024-07-03T17:44:32.578Z | Downloaded termtree v0.4.1 |
947 | 2024-07-03T17:44:32.578Z | Downloaded managed v0.8.0 |
948 | 2024-07-03T17:44:32.582Z | Downloaded spin v0.9.8 |
949 | 2024-07-03T17:44:32.582Z | Downloaded rustc_version v0.4.0 |
950 | 2024-07-03T17:44:32.584Z | Downloaded num-bigint v0.4.5 |
951 | 2024-07-03T17:44:32.587Z | Downloaded minimal-lexical v0.2.1 |
952 | 2024-07-03T17:44:32.590Z | Downloaded lalrpop-util v0.19.12 |
953 | 2024-07-03T17:44:32.593Z | Downloaded hmac v0.12.1 |
954 | 2024-07-03T17:44:32.593Z | Downloaded heck v0.3.3 |
955 | 2024-07-03T17:44:32.596Z | Downloaded hex v0.4.3 |
956 | 2024-07-03T17:44:32.596Z | Downloaded dyn-clone v1.0.17 |
957 | 2024-07-03T17:44:32.599Z | Downloaded utf-8 v0.7.6 |
958 | 2024-07-03T17:44:32.599Z | Downloaded tungstenite v0.21.0 |
959 | 2024-07-03T17:44:32.602Z | Downloaded unicase v2.7.0 |
960 | 2024-07-03T17:44:32.605Z | Downloaded slog-envlogger v2.2.0 |
961 | 2024-07-03T17:44:32.605Z | Downloaded rayon-core v1.12.1 |
962 | 2024-07-03T17:44:32.608Z | Downloaded unarray v0.1.4 |
963 | 2024-07-03T17:44:32.610Z | Downloaded ident_case v1.0.1 |
964 | 2024-07-03T17:44:32.610Z | Downloaded publicsuffix v2.2.3 |
965 | 2024-07-03T17:44:32.613Z | Downloaded lru-cache v0.1.2 |
966 | 2024-07-03T17:44:32.614Z | Downloaded zip v0.6.6 |
967 | 2024-07-03T17:44:32.617Z | Downloaded uzers v0.11.3 |
968 | 2024-07-03T17:44:32.620Z | Downloaded slog-stdlog v4.1.1 |
969 | 2024-07-03T17:44:32.620Z | Downloaded ron v0.7.1 |
970 | 2024-07-03T17:44:32.624Z | Downloaded rustfmt-wrapper v0.2.1 |
971 | 2024-07-03T17:44:32.627Z | Downloaded flume v0.11.0 |
972 | 2024-07-03T17:44:32.630Z | Downloaded fd-lock v4.0.2 |
973 | 2024-07-03T17:44:32.633Z | Downloaded snafu-derive v0.8.2 |
974 | 2024-07-03T17:44:32.633Z | Downloaded rsa v0.9.6 |
975 | 2024-07-03T17:44:32.639Z | Downloaded md-5 v0.10.6 |
976 | 2024-07-03T17:44:32.642Z | Downloaded home v0.5.9 |
977 | 2024-07-03T17:44:32.642Z | Downloaded rusty-fork v0.3.0 |
978 | 2024-07-03T17:44:32.642Z | Downloaded subprocess v0.2.9 |
979 | 2024-07-03T17:44:32.645Z | Downloaded rustc_version v0.1.7 |
980 | 2024-07-03T17:44:32.645Z | Downloaded shlex v1.3.0 |
981 | 2024-07-03T17:44:32.645Z | Downloaded fastrand v2.1.0 |
982 | 2024-07-03T17:44:32.648Z | Downloaded slog-scope v4.4.0 |
983 | 2024-07-03T17:44:32.648Z | Downloaded indicatif v0.17.8 |
984 | 2024-07-03T17:44:32.651Z | Downloaded ena v0.14.3 |
985 | 2024-07-03T17:44:32.654Z | Downloaded serde_path_to_error v0.1.16 |
986 | 2024-07-03T17:44:32.654Z | Downloaded gethostname v0.4.3 |
987 | 2024-07-03T17:44:32.657Z | Downloaded vsss-rs v3.3.4 |
988 | 2024-07-03T17:44:32.657Z | Downloaded memmap2 v0.9.4 |
989 | 2024-07-03T17:44:32.660Z | Downloaded crossterm v0.27.0 |
990 | 2024-07-03T17:44:32.665Z | Downloaded foreign-types-macros v0.2.3 |
991 | 2024-07-03T17:44:32.668Z | Downloaded yasna v0.5.2 |
992 | 2024-07-03T17:44:32.668Z | Downloaded rand v0.8.5 |
993 | 2024-07-03T17:44:32.671Z | Downloaded universal-hash v0.5.1 |
994 | 2024-07-03T17:44:32.673Z | Downloaded half v2.4.1 |
995 | 2024-07-03T17:44:32.676Z | Downloaded typed-path v0.7.1 |
996 | 2024-07-03T17:44:32.680Z | Downloaded impl-trait-for-tuples v0.2.2 |
997 | 2024-07-03T17:44:32.682Z | Downloaded iana-time-zone v0.1.60 |
998 | 2024-07-03T17:44:32.685Z | Downloaded diesel_derives v2.1.4 |
999 | 2024-07-03T17:44:32.688Z | Downloaded http v1.1.0 |
1000 | 2024-07-03T17:44:32.691Z | Downloaded serde_yaml v0.9.34+deprecated |
1001 | 2024-07-03T17:44:32.694Z | Downloaded steno v0.4.1 |
1002 | 2024-07-03T17:44:32.698Z | Downloaded uuid v1.8.0 |
1003 | 2024-07-03T17:44:32.701Z | Downloaded salty v0.2.0 |
1004 | 2024-07-03T17:44:32.705Z | Downloaded zerocopy v0.6.6 |
1005 | 2024-07-03T17:44:32.708Z | Downloaded smallvec v0.6.14 |
1006 | 2024-07-03T17:44:32.711Z | Downloaded socket2 v0.4.10 |
1007 | 2024-07-03T17:44:32.711Z | Downloaded snafu v0.8.2 |
1008 | 2024-07-03T17:44:32.716Z | Downloaded schemars v0.8.21 |
1009 | 2024-07-03T17:44:32.727Z | Downloaded rustyline v14.0.0 |
1010 | 2024-07-03T17:44:32.731Z | Downloaded tracing-attributes v0.1.27 |
1011 | 2024-07-03T17:44:32.734Z | Downloaded x509-cert v0.2.5 |
1012 | 2024-07-03T17:44:32.739Z | Downloaded maplit v1.0.2 |
1013 | 2024-07-03T17:44:32.750Z | Downloaded samael v0.0.15 |
1014 | 2024-07-03T17:44:32.750Z | Downloaded libxml v0.3.3 |
1015 | 2024-07-03T17:44:32.753Z | Downloaded textwrap v0.16.1 |
1016 | 2024-07-03T17:44:32.753Z | Downloaded trust-dns-client v0.22.0 |
1017 | 2024-07-03T17:44:32.757Z | Downloaded heapless v0.8.0 |
1018 | 2024-07-03T17:44:32.763Z | Downloaded aho-corasick v1.1.3 |
1019 | 2024-07-03T17:44:32.766Z | Downloaded unicode_categories v0.1.1 |
1020 | 2024-07-03T17:44:32.769Z | Downloaded unsafe-libyaml v0.2.11 |
1021 | 2024-07-03T17:44:32.772Z | Downloaded test-strategy v0.3.1 |
1022 | 2024-07-03T17:44:32.775Z | Downloaded ron v0.8.1 |
1023 | 2024-07-03T17:44:32.779Z | Downloaded portable-atomic v1.6.0 |
1024 | 2024-07-03T17:44:32.785Z | Downloaded num-bigint-dig v0.8.4 |
1025 | 2024-07-03T17:44:32.789Z | Downloaded serde_repr v0.1.19 |
1026 | 2024-07-03T17:44:32.792Z | Downloaded serde_plain v1.0.2 |
1027 | 2024-07-03T17:44:32.796Z | Downloaded toml_edit v0.19.15 |
1028 | 2024-07-03T17:44:32.808Z | Downloaded slog-dtrace v0.3.0 |
1029 | 2024-07-03T17:44:32.811Z | Downloaded hashbrown v0.13.2 |
1030 | 2024-07-03T17:44:32.813Z | Downloaded itertools v0.12.1 |
1031 | 2024-07-03T17:44:32.820Z | Downloaded unicode-segmentation v1.11.0 |
1032 | 2024-07-03T17:44:32.823Z | Downloaded tough v0.17.1 |
1033 | 2024-07-03T17:44:32.830Z | Downloaded heapless v0.7.17 |
1034 | 2024-07-03T17:44:32.833Z | Downloaded reedline v0.31.0 |
1035 | 2024-07-03T17:44:32.840Z | Downloaded trust-dns-server v0.22.1 |
1036 | 2024-07-03T17:44:32.845Z | Downloaded itertools v0.10.5 |
1037 | 2024-07-03T17:44:32.850Z | Downloaded serde_with v3.8.1 |
1038 | 2024-07-03T17:44:32.858Z | Downloaded expectorate v1.1.0 |
1039 | 2024-07-03T17:44:32.861Z | Downloaded sqlparser v0.45.0 |
1040 | 2024-07-03T17:44:32.864Z | Downloaded chrono v0.4.38 |
1041 | 2024-07-03T17:44:32.871Z | Downloaded bitvec v1.0.1 |
1042 | 2024-07-03T17:44:32.885Z | Downloaded lalrpop v0.19.12 |
1043 | 2024-07-03T17:44:32.897Z | Downloaded regex-automata v0.1.10 |
1044 | 2024-07-03T17:44:32.900Z | Downloaded winnow v0.5.40 |
1045 | 2024-07-03T17:44:32.908Z | Downloaded webpki-roots v0.25.4 |
1046 | 2024-07-03T17:44:32.911Z | Downloaded quick-xml v0.31.0 |
1047 | 2024-07-03T17:44:32.917Z | Downloaded libm v0.2.8 |
1048 | 2024-07-03T17:44:32.924Z | Downloaded rustls-webpki v0.102.4 |
1049 | 2024-07-03T17:44:32.941Z | Downloaded proptest v1.4.0 |
1050 | 2024-07-03T17:44:32.949Z | Downloaded bstr v0.2.17 |
1051 | 2024-07-03T17:44:32.957Z | Downloaded curve25519-dalek v4.1.3 |
1052 | 2024-07-03T17:44:32.965Z | Downloaded hashbrown v0.12.3 |
1053 | 2024-07-03T17:44:32.969Z | Downloaded idna v0.3.0 |
1054 | 2024-07-03T17:44:32.975Z | Downloaded gimli v0.28.1 |
1055 | 2024-07-03T17:44:32.982Z | Downloaded regex-syntax v0.6.29 |
1056 | 2024-07-03T17:44:32.989Z | Downloaded rustls-webpki v0.101.7 |
1057 | 2024-07-03T17:44:33.003Z | Downloaded regex-syntax v0.8.3 |
1058 | 2024-07-03T17:44:33.010Z | Downloaded diesel v2.1.6 |
1059 | 2024-07-03T17:44:33.026Z | Downloaded regex v1.10.4 |
1060 | 2024-07-03T17:44:33.038Z | Downloaded object v0.30.4 |
1061 | 2024-07-03T17:44:33.046Z | Downloaded polar-core v0.27.3 |
1062 | 2024-07-03T17:44:33.054Z | Downloaded nix v0.28.0 |
1063 | 2024-07-03T17:44:33.064Z | Downloaded object v0.32.2 |
1064 | 2024-07-03T17:44:33.073Z | Downloaded smoltcp v0.9.1 |
1065 | 2024-07-03T17:44:33.084Z | Downloaded regex-automata v0.4.6 |
1066 | 2024-07-03T17:44:33.099Z | Downloaded idna v0.2.3 |
1067 | 2024-07-03T17:44:33.105Z | Downloaded csv v1.3.0 |
1068 | 2024-07-03T17:44:33.123Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1069 | 2024-07-03T17:44:33.134Z | Downloaded rustls v0.21.12 |
1070 | 2024-07-03T17:44:33.144Z | Downloaded openapiv3 v2.0.0 |
1071 | 2024-07-03T17:44:33.154Z | Downloaded smoltcp v0.11.0 |
1072 | 2024-07-03T17:44:33.165Z | Downloaded regress v0.9.1 |
1073 | 2024-07-03T17:44:33.172Z | Downloaded rustls v0.22.4 |
1074 | 2024-07-03T17:44:33.184Z | Downloaded sha3 v0.10.8 |
1075 | 2024-07-03T17:44:33.188Z | Downloaded trust-dns-proto v0.22.0 |
1076 | 2024-07-03T17:44:33.198Z | Downloaded nix v0.27.1 |
1077 | 2024-07-03T17:44:33.212Z | Downloaded ratatui v0.26.2 |
1078 | 2024-07-03T17:44:33.223Z | Downloaded radix_trie v0.2.1 |
1079 | 2024-07-03T17:44:33.228Z | Downloaded bstr v1.9.1 |
1080 | 2024-07-03T17:44:33.237Z | Downloaded rayon v1.10.0 |
1081 | 2024-07-03T17:44:33.244Z | Downloaded sled v0.34.7 |
1082 | 2024-07-03T17:44:33.255Z | Downloaded bindgen v0.69.4 |
1083 | 2024-07-03T17:44:33.259Z | Downloaded hkdf v0.12.4 |
1084 | 2024-07-03T17:44:33.262Z | Downloaded blake3 v1.5.1 |
1085 | 2024-07-03T17:44:33.268Z | Downloaded indexmap v1.9.3 |
1086 | 2024-07-03T17:44:33.271Z | Downloaded zerocopy-derive v0.6.6 |
1087 | 2024-07-03T17:44:33.279Z | Downloaded diff v0.1.13 |
1088 | 2024-07-03T17:44:33.282Z | Downloaded termcolor v1.4.1 |
1089 | 2024-07-03T17:44:33.285Z | Downloaded petgraph v0.6.5 |
1090 | 2024-07-03T17:44:33.298Z | Downloaded structmeta-derive v0.2.0 |
1091 | 2024-07-03T17:44:33.300Z | Downloaded finl_unicode v1.2.0 |
1092 | 2024-07-03T17:44:33.310Z | Downloaded static_assertions v1.1.0 |
1093 | 2024-07-03T17:44:33.313Z | Downloaded stable_deref_trait v1.2.0 |
1094 | 2024-07-03T17:44:33.313Z | Downloaded siphasher v0.3.11 |
1095 | 2024-07-03T17:44:33.313Z | Downloaded serde_derive_internals v0.29.1 |
1096 | 2024-07-03T17:44:33.316Z | Downloaded headers v0.3.9 |
1097 | 2024-07-03T17:44:33.319Z | Downloaded backtrace v0.3.71 |
1098 | 2024-07-03T17:44:33.323Z | Downloaded toml v0.7.8 |
1099 | 2024-07-03T17:44:33.325Z | Downloaded toml v0.5.11 |
1100 | 2024-07-03T17:44:33.328Z | Downloaded prettyplease v0.2.20 |
1101 | 2024-07-03T17:44:33.331Z | Downloaded thiserror-no-std v2.0.2 |
1102 | 2024-07-03T17:44:33.334Z | Downloaded ipnetwork v0.20.0 |
1103 | 2024-07-03T17:44:33.338Z | Downloaded inout v0.1.3 |
1104 | 2024-07-03T17:44:33.338Z | Downloaded funty v2.0.0 |
1105 | 2024-07-03T17:44:33.338Z | Downloaded fallible-iterator v0.2.0 |
1106 | 2024-07-03T17:44:33.338Z | Downloaded tui-tree-widget v0.19.0 |
1107 | 2024-07-03T17:44:33.341Z | Downloaded sec1 v0.7.3 |
1108 | 2024-07-03T17:44:33.341Z | Downloaded endian-type v0.1.2 |
1109 | 2024-07-03T17:44:33.341Z | Downloaded rustls-pki-types v1.7.0 |
1110 | 2024-07-03T17:44:33.344Z | Downloaded hyper-rustls v0.24.2 |
1111 | 2024-07-03T17:44:33.344Z | Downloaded getrandom v0.2.14 |
1112 | 2024-07-03T17:44:33.347Z | Downloaded rustc-demangle v0.1.24 |
1113 | 2024-07-03T17:44:33.350Z | Downloaded hyper-staticfile v0.9.5 |
1114 | 2024-07-03T17:44:33.350Z | Downloaded ff v0.13.0 |
1115 | 2024-07-03T17:44:33.353Z | Downloaded wait-timeout v0.2.0 |
1116 | 2024-07-03T17:44:33.353Z | Downloaded erased-serde v0.3.31 |
1117 | 2024-07-03T17:44:33.355Z | Downloaded env_logger v0.10.2 |
1118 | 2024-07-03T17:44:33.356Z | Downloaded schemars_derive v0.8.21 |
1119 | 2024-07-03T17:44:33.358Z | Downloaded scheduled-thread-pool v0.2.7 |
1120 | 2024-07-03T17:44:33.358Z | Downloaded darling_core v0.20.9 |
1121 | 2024-07-03T17:44:33.361Z | Downloaded base64 v0.22.1 |
1122 | 2024-07-03T17:44:33.365Z | Downloaded subtle v2.5.0 |
1123 | 2024-07-03T17:44:33.369Z | Downloaded smf v0.2.3 |
1124 | 2024-07-03T17:44:33.369Z | Downloaded tokio-tungstenite v0.20.1 |
1125 | 2024-07-03T17:44:33.372Z | Downloaded tokio-rustls v0.24.1 |
1126 | 2024-07-03T17:44:33.372Z | Downloaded flagset v0.4.5 |
1127 | 2024-07-03T17:44:33.372Z | Downloaded unicode-xid v0.2.4 |
1128 | 2024-07-03T17:44:33.375Z | Downloaded derive-where v1.2.7 |
1129 | 2024-07-03T17:44:33.378Z | Downloaded num_enum_derive v0.5.11 |
1130 | 2024-07-03T17:44:33.378Z | Downloaded clang-sys v1.7.0 |
1131 | 2024-07-03T17:44:33.381Z | Downloaded blake2 v0.10.6 |
1132 | 2024-07-03T17:44:33.381Z | Downloaded rand_core v0.6.4 |
1133 | 2024-07-03T17:44:33.384Z | Downloaded radium v0.7.0 |
1134 | 2024-07-03T17:44:33.384Z | Downloaded ppv-lite86 v0.2.17 |
1135 | 2024-07-03T17:44:33.384Z | Downloaded owo-colors v4.0.0 |
1136 | 2024-07-03T17:44:33.387Z | Downloaded num-complex v0.4.6 |
1137 | 2024-07-03T17:44:33.387Z | Downloaded cookie v0.17.0 |
1138 | 2024-07-03T17:44:33.390Z | Downloaded const_format_proc_macros v0.2.32 |
1139 | 2024-07-03T17:44:33.390Z | Downloaded base64ct v1.6.0 |
1140 | 2024-07-03T17:44:33.394Z | Downloaded arrayvec v0.7.4 |
1141 | 2024-07-03T17:44:33.397Z | Downloaded thiserror-impl-no-std v2.0.2 |
1142 | 2024-07-03T17:44:33.397Z | Downloaded cassowary v0.3.0 |
1143 | 2024-07-03T17:44:33.397Z | Downloaded arc-swap v1.7.1 |
1144 | 2024-07-03T17:44:33.400Z | Downloaded packed_struct_codegen v0.10.1 |
1145 | 2024-07-03T17:44:33.403Z | Downloaded olpc-cjson v0.1.3 |
1146 | 2024-07-03T17:44:33.403Z | Downloaded bcs v0.1.6 |
1147 | 2024-07-03T17:44:33.403Z | Downloaded mime_guess v2.0.4 |
1148 | 2024-07-03T17:44:33.405Z | Downloaded curve25519-dalek-derive v0.1.1 |
1149 | 2024-07-03T17:44:33.406Z | Downloaded cancel-safe-futures v0.1.5 |
1150 | 2024-07-03T17:44:33.408Z | Downloaded ascii v1.1.0 |
1151 | 2024-07-03T17:44:33.412Z | Downloaded nu-ansi-term v0.50.0 |
1152 | 2024-07-03T17:44:33.412Z | Downloaded multer v3.1.0 |
1153 | 2024-07-03T17:44:33.414Z | Downloaded ciborium v0.2.2 |
1154 | 2024-07-03T17:44:33.417Z | Downloaded backoff v0.4.0 |
1155 | 2024-07-03T17:44:33.417Z | Downloaded newtype-uuid v1.1.0 |
1156 | 2024-07-03T17:44:33.417Z | Downloaded multimap v0.10.0 |
1157 | 2024-07-03T17:44:33.420Z | Downloaded data-encoding v2.6.0 |
1158 | 2024-07-03T17:44:33.420Z | Downloaded corncobs v0.1.3 |
1159 | 2024-07-03T17:44:33.423Z | Downloaded debug-ignore v1.0.5 |
1160 | 2024-07-03T17:44:33.423Z | Downloaded crossbeam-deque v0.8.5 |
1161 | 2024-07-03T17:44:33.423Z | Downloaded convert_case v0.4.0 |
1162 | 2024-07-03T17:44:33.425Z | Downloaded colored v2.1.0 |
1163 | 2024-07-03T17:44:33.425Z | Downloaded nibble_vec v0.1.0 |
1164 | 2024-07-03T17:44:33.428Z | Downloaded defmt-macros v0.3.9 |
1165 | 2024-07-03T17:44:33.431Z | Downloaded castaway v0.2.2 |
1166 | 2024-07-03T17:44:33.431Z | Downloaded block-padding v0.3.3 |
1167 | 2024-07-03T17:44:33.431Z | Downloaded async-stream-impl v0.3.5 |
1168 | 2024-07-03T17:44:33.434Z | Downloaded bitstruct v0.1.1 |
1169 | 2024-07-03T17:44:33.434Z | Downloaded ahash v0.8.11 |
1170 | 2024-07-03T17:44:33.804Z | Downloaded ring v0.17.8 |
1171 | 2024-07-03T17:44:33.913Z | Downloaded ring v0.16.20 |
1172 | 2024-07-03T17:44:34.113Z | Compiling proc-macro2 v1.0.86 |
1173 | 2024-07-03T17:44:34.113Z | Compiling unicode-ident v1.0.12 |
1174 | 2024-07-03T17:44:34.116Z | Compiling libc v0.2.155 |
1175 | 2024-07-03T17:44:34.116Z | Compiling serde v1.0.203 |
1176 | 2024-07-03T17:44:34.116Z | Compiling autocfg v1.3.0 |
1177 | 2024-07-03T17:44:34.116Z | Compiling version_check v0.9.4 |
1178 | 2024-07-03T17:44:34.116Z | Compiling cfg-if v1.0.0 |
1179 | 2024-07-03T17:44:34.358Z | Compiling cc v1.0.97 |
1180 | 2024-07-03T17:44:34.374Z | Compiling parking_lot_core v0.9.10 |
1181 | 2024-07-03T17:44:34.387Z | Compiling once_cell v1.19.0 |
1182 | 2024-07-03T17:44:34.734Z | Compiling serde_json v1.0.118 |
1183 | 2024-07-03T17:44:34.763Z | Compiling libm v0.2.8 |
1184 | 2024-07-03T17:44:35.018Z | Compiling lock_api v0.4.12 |
1185 | 2024-07-03T17:44:35.034Z | Compiling ahash v0.8.11 |
1186 | 2024-07-03T17:44:35.117Z | Compiling byteorder v1.5.0 |
1187 | 2024-07-03T17:44:35.133Z | Compiling num-traits v0.2.19 |
1188 | 2024-07-03T17:44:35.275Z | Compiling memchr v2.7.2 |
1189 | 2024-07-03T17:44:35.332Z | Compiling thiserror v1.0.60 |
1190 | 2024-07-03T17:44:35.541Z | Compiling scopeguard v1.2.0 |
1191 | 2024-07-03T17:44:35.590Z | Compiling typenum v1.17.0 |
1192 | 2024-07-03T17:44:35.830Z | Compiling quote v1.0.36 |
1193 | 2024-07-03T17:44:36.293Z | Compiling getrandom v0.2.14 |
1194 | 2024-07-03T17:44:36.586Z | Compiling syn v2.0.68 |
1195 | 2024-07-03T17:44:36.640Z | Compiling itoa v1.0.11 |
1196 | 2024-07-03T17:44:36.681Z | Compiling log v0.4.21 |
1197 | 2024-07-03T17:44:36.716Z | Compiling generic-array v0.14.7 |
1198 | 2024-07-03T17:44:37.082Z | Compiling allocator-api2 v0.2.18 |
1199 | 2024-07-03T17:44:37.242Z | Compiling slab v0.4.9 |
1200 | 2024-07-03T17:44:37.385Z | Compiling ring v0.17.8 |
1201 | 2024-07-03T17:44:37.450Z | Compiling ryu v1.0.18 |
1202 | 2024-07-03T17:44:37.507Z | Compiling pin-project-lite v0.2.14 |
1203 | 2024-07-03T17:44:37.525Z | Compiling schemars v0.8.21 |
1204 | 2024-07-03T17:44:37.625Z | Compiling smallvec v1.13.2 |
1205 | 2024-07-03T17:44:37.720Z | Compiling semver v1.0.23 |
1206 | 2024-07-03T17:44:38.006Z | Compiling equivalent v1.0.1 |
1207 | 2024-07-03T17:44:38.166Z | Compiling vcpkg v0.2.15 |
1208 | 2024-07-03T17:44:38.330Z | Compiling parking_lot v0.12.2 |
1209 | 2024-07-03T17:44:38.348Z | Compiling pkg-config v0.3.30 |
1210 | 2024-07-03T17:44:38.851Z | Compiling signal-hook-registry v1.4.2 |
1211 | 2024-07-03T17:44:39.612Z | Compiling syn v1.0.109 |
1212 | 2024-07-03T17:44:39.895Z | Compiling openssl-sys v0.9.102 |
1213 | 2024-07-03T17:44:40.219Z | Compiling mio v0.8.11 |
1214 | 2024-07-03T17:44:40.417Z | Compiling spin v0.9.8 |
1215 | 2024-07-03T17:44:40.843Z | Compiling rand_core v0.6.4 |
1216 | 2024-07-03T17:44:40.848Z | Compiling socket2 v0.5.7 |
1217 | 2024-07-03T17:44:41.276Z | Compiling num_cpus v1.16.0 |
1218 | 2024-07-03T17:44:41.405Z | Compiling num-conv v0.1.0 |
1219 | 2024-07-03T17:44:41.666Z | Compiling time-core v0.1.2 |
1220 | 2024-07-03T17:44:41.840Z | Compiling time-macros v0.2.18 |
1221 | 2024-07-03T17:44:42.196Z | Compiling httparse v1.8.0 |
1222 | 2024-07-03T17:44:42.466Z | Compiling futures-core v0.3.30 |
1223 | 2024-07-03T17:44:42.700Z | Compiling fnv v1.0.7 |
1224 | 2024-07-03T17:44:42.824Z | Compiling openssl v0.10.64 |
1225 | 2024-07-03T17:44:43.232Z | Compiling iana-time-zone v0.1.60 |
1226 | 2024-07-03T17:44:43.391Z | Compiling rustix v0.38.34 |
1227 | 2024-07-03T17:44:43.420Z | Compiling crossbeam-utils v0.8.19 |
1228 | 2024-07-03T17:44:43.916Z | Compiling serde_derive_internals v0.29.1 |
1229 | 2024-07-03T17:44:44.003Z | Compiling tinyvec_macros v0.1.1 |
1230 | 2024-07-03T17:44:44.019Z | Compiling native-tls v0.2.11 |
1231 | 2024-07-03T17:44:44.089Z | Compiling rustls v0.21.12 |
1232 | 2024-07-03T17:44:44.325Z | Compiling tinyvec v1.6.0 |
1233 | 2024-07-03T17:44:44.939Z | Compiling subtle v2.5.0 |
1234 | 2024-07-03T17:44:45.010Z | Compiling ucd-trie v0.1.6 |
1235 | 2024-07-03T17:44:45.296Z | Compiling futures-sink v0.3.30 |
1236 | 2024-07-03T17:44:45.451Z | Compiling const-oid v0.9.6 |
1237 | 2024-07-03T17:44:45.725Z | Compiling unicode-normalization v0.1.23 |
1238 | 2024-07-03T17:44:45.878Z | Compiling backtrace v0.3.71 |
1239 | 2024-07-03T17:44:46.122Z | Compiling cookie v0.17.0 |
1240 | 2024-07-03T17:44:46.244Z | Compiling heck v0.5.0 |
1241 | 2024-07-03T17:44:46.384Z | Compiling heck v0.4.1 |
1242 | 2024-07-03T17:44:46.650Z | Compiling unicode-bidi v0.3.15 |
1243 | 2024-07-03T17:44:46.653Z | Compiling dyn-clone v1.0.17 |
1244 | 2024-07-03T17:44:46.995Z | Compiling slog v2.7.0 |
1245 | 2024-07-03T17:44:47.250Z | Compiling futures-channel v0.3.30 |
1246 | 2024-07-03T17:44:47.713Z | Compiling futures-io v0.3.30 |
1247 | 2024-07-03T17:44:47.731Z | Compiling pin-utils v0.1.0 |
1248 | 2024-07-03T17:44:47.817Z | Compiling futures-task v0.3.30 |
1249 | 2024-07-03T17:44:48.116Z | Compiling aho-corasick v1.1.3 |
1250 | 2024-07-03T17:44:48.352Z | Compiling regex-syntax v0.8.3 |
1251 | 2024-07-03T17:44:48.470Z | Compiling winnow v0.5.40 |
1252 | 2024-07-03T17:44:49.577Z | Compiling serde_derive v1.0.203 |
1253 | 2024-07-03T17:44:50.385Z | Compiling zerocopy-derive v0.7.34 |
1254 | 2024-07-03T17:44:50.959Z | Compiling zeroize_derive v1.4.2 |
1255 | 2024-07-03T17:44:52.282Z | Compiling thiserror-impl v1.0.60 |
1256 | 2024-07-03T17:44:52.303Z | Compiling tokio-macros v2.2.0 |
1257 | 2024-07-03T17:44:52.338Z | Compiling zerocopy v0.7.34 |
1258 | 2024-07-03T17:44:52.578Z | Compiling futures-macro v0.3.30 |
1259 | 2024-07-03T17:44:53.273Z | Compiling schemars_derive v0.8.21 |
1260 | 2024-07-03T17:44:54.162Z | Compiling tracing-attributes v0.1.27 |
1261 | 2024-07-03T17:44:54.406Z | Compiling zeroize v1.7.0 |
1262 | 2024-07-03T17:44:54.561Z | Compiling hashbrown v0.14.5 |
1263 | 2024-07-03T17:44:55.235Z | Compiling openssl-macros v0.1.1 |
1264 | 2024-07-03T17:44:55.976Z | Compiling scroll_derive v0.12.0 |
1265 | 2024-07-03T17:44:56.199Z | Compiling pest v2.7.10 |
1266 | 2024-07-03T17:44:56.451Z | Compiling crypto-common v0.1.6 |
1267 | 2024-07-03T17:44:56.645Z | Compiling futures-util v0.3.30 |
1268 | 2024-07-03T17:44:57.332Z | Compiling der_derive v0.7.2 |
1269 | 2024-07-03T17:44:57.473Z | Compiling anyhow v1.0.86 |
1270 | 2024-07-03T17:44:57.633Z | Compiling untrusted v0.9.0 |
1271 | 2024-07-03T17:44:57.811Z | Compiling block-buffer v0.10.4 |
1272 | 2024-07-03T17:44:58.040Z | Compiling regex-automata v0.4.6 |
1273 | 2024-07-03T17:44:58.965Z | Compiling pest_meta v2.7.10 |
1274 | 2024-07-03T17:44:59.589Z | Compiling tracing-core v0.1.32 |
1275 | 2024-07-03T17:45:02.045Z | Compiling pest_generator v2.7.10 |
1276 | 2024-07-03T17:45:03.190Z | Compiling bytes v1.6.0 |
1277 | 2024-07-03T17:45:03.363Z | Compiling indexmap v2.2.6 |
1278 | 2024-07-03T17:45:04.369Z | Compiling uuid v1.8.0 |
1279 | 2024-07-03T17:45:04.791Z | Compiling tokio v1.37.0 |
1280 | 2024-07-03T17:45:04.917Z | Compiling bitflags v2.5.0 |
1281 | 2024-07-03T17:45:05.647Z | Compiling chrono v0.4.38 |
1282 | 2024-07-03T17:45:06.055Z | Compiling serde_tokenstream v0.2.0 |
1283 | 2024-07-03T17:45:06.963Z | Compiling toml_datetime v0.6.6 |
1284 | 2024-07-03T17:45:07.404Z | Compiling serde_spanned v0.6.6 |
1285 | 2024-07-03T17:45:07.596Z | Compiling http v0.2.12 |
1286 | 2024-07-03T17:45:07.855Z | Compiling toml_edit v0.19.15 |
1287 | 2024-07-03T17:45:09.953Z | Compiling rustc_version v0.4.0 |
1288 | 2024-07-03T17:45:10.600Z | Compiling pest_derive v2.7.10 |
1289 | 2024-07-03T17:45:11.338Z | Compiling usdt-impl v0.5.0 |
1290 | 2024-07-03T17:45:11.512Z | Compiling rustversion v1.0.17 |
1291 | 2024-07-03T17:45:11.658Z | Compiling powerfmt v0.2.0 |
1292 | 2024-07-03T17:45:12.155Z | Compiling deranged v0.3.11 |
1293 | 2024-07-03T17:45:12.181Z | Compiling heapless v0.7.17 |
1294 | 2024-07-03T17:45:12.576Z | Compiling tracing v0.1.40 |
1295 | 2024-07-03T17:45:12.617Z | Compiling digest v0.10.7 |
1296 | 2024-07-03T17:45:13.055Z | Compiling scroll v0.12.0 |
1297 | 2024-07-03T17:45:13.637Z | Compiling ppv-lite86 v0.2.17 |
1298 | 2024-07-03T17:45:14.321Z | Compiling plain v0.2.3 |
1299 | 2024-07-03T17:45:14.385Z | Compiling percent-encoding v2.3.1 |
1300 | 2024-07-03T17:45:14.437Z | Compiling num_threads v0.1.7 |
1301 | 2024-07-03T17:45:14.901Z | Compiling signal-hook v0.3.17 |
1302 | 2024-07-03T17:45:14.948Z | Compiling time v0.3.36 |
1303 | 2024-07-03T17:45:14.966Z | Compiling goblin v0.8.2 |
1304 | 2024-07-03T17:45:15.110Z | Compiling rand_chacha v0.3.1 |
1305 | 2024-07-03T17:45:16.461Z | Compiling regex v1.10.4 |
1306 | 2024-07-03T17:45:17.476Z | Compiling strsim v0.11.1 |
1307 | 2024-07-03T17:45:18.233Z | Compiling pretty-hex v0.4.1 |
1308 | 2024-07-03T17:45:18.373Z | Compiling crc32fast v1.4.0 |
1309 | 2024-07-03T17:45:19.321Z | Compiling rand v0.8.5 |
1310 | 2024-07-03T17:45:19.944Z | Compiling tokio-util v0.7.11 |
1311 | 2024-07-03T17:45:20.805Z | Compiling dof v0.3.0 |
1312 | 2024-07-03T17:45:21.272Z | Compiling dtrace-parser v0.2.0 |
1313 | 2024-07-03T17:45:21.602Z | Compiling async-trait v0.1.80 |
1314 | 2024-07-03T17:45:22.044Z | Compiling thread-id v4.2.1 |
1315 | 2024-07-03T17:45:22.309Z | Compiling base64ct v1.6.0 |
1316 | 2024-07-03T17:45:22.678Z | Compiling foreign-types-shared v0.1.1 |
1317 | 2024-07-03T17:45:22.896Z | Compiling unicode-width v0.1.12 |
1318 | 2024-07-03T17:45:22.986Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1319 | 2024-07-03T17:45:23.100Z | Compiling smoltcp v0.9.1 |
1320 | 2024-07-03T17:45:23.650Z | Compiling pem-rfc7468 v0.7.0 |
1321 | 2024-07-03T17:45:23.717Z | Compiling foreign-types v0.3.2 |
1322 | 2024-07-03T17:45:25.017Z | Compiling form_urlencoded v1.2.1 |
1323 | 2024-07-03T17:45:25.351Z | Compiling hmac v0.12.1 |
1324 | 2024-07-03T17:45:25.459Z | Compiling adler v1.0.2 |
1325 | 2024-07-03T17:45:25.553Z | Compiling flagset v0.4.5 |
1326 | 2024-07-03T17:45:25.612Z | Compiling try-lock v0.2.5 |
1327 | 2024-07-03T17:45:25.749Z | Compiling siphasher v0.3.11 |
1328 | 2024-07-03T17:45:25.780Z | Compiling base64 v0.21.7 |
1329 | 2024-07-03T17:45:26.140Z | Compiling want v0.3.1 |
1330 | 2024-07-03T17:45:26.380Z | Compiling der v0.7.9 |
1331 | 2024-07-03T17:45:26.461Z | Compiling miniz_oxide v0.7.2 |
1332 | 2024-07-03T17:45:28.117Z | Compiling h2 v0.3.26 |
1333 | 2024-07-03T17:45:29.550Z | Compiling rustls-webpki v0.101.7 |
1334 | 2024-07-03T17:45:29.674Z | Compiling sct v0.7.1 |
1335 | 2024-07-03T17:45:29.692Z | Compiling http-body v0.4.6 |
1336 | 2024-07-03T17:45:30.807Z | Compiling openapiv3 v2.0.0 |
1337 | 2024-07-03T17:45:30.974Z | Compiling hubpack_derive v0.1.1 |
1338 | 2024-07-03T17:45:31.255Z | Compiling zerocopy-derive v0.6.6 |
1339 | 2024-07-03T17:45:31.528Z | Compiling idna v0.5.0 |
1340 | 2024-07-03T17:45:32.031Z | Compiling errno v0.3.9 |
1341 | 2024-07-03T17:45:32.240Z | Compiling fs-err v2.11.0 |
1342 | 2024-07-03T17:45:32.310Z | Compiling finl_unicode v1.2.0 |
1343 | 2024-07-03T17:45:32.507Z | Compiling anstyle v1.0.7 |
1344 | 2024-07-03T17:45:32.872Z | Compiling httpdate v1.0.3 |
1345 | 2024-07-03T17:45:32.903Z | Compiling gimli v0.28.1 |
1346 | 2024-07-03T17:45:32.919Z | Compiling tower-service v0.3.2 |
1347 | 2024-07-03T17:45:33.036Z | Compiling utf8parse v0.2.1 |
1348 | 2024-07-03T17:45:33.187Z | Compiling openssl-probe v0.1.5 |
1349 | 2024-07-03T17:45:34.167Z | Compiling stable_deref_trait v1.2.0 |
1350 | 2024-07-03T17:45:34.272Z | Compiling cpufeatures v0.2.12 |
1351 | 2024-07-03T17:45:34.369Z | Compiling sha2 v0.10.8 |
1352 | 2024-07-03T17:45:34.914Z | Compiling anstyle-parse v0.2.4 |
1353 | 2024-07-03T17:45:35.156Z | Compiling stringprep v0.1.4 |
1354 | 2024-07-03T17:45:35.228Z | Compiling url v2.5.0 |
1355 | 2024-07-03T17:45:35.245Z | Compiling hyper v0.14.28 |
1356 | 2024-07-03T17:45:37.954Z | Compiling addr2line v0.21.0 |
1357 | 2024-07-03T17:45:39.110Z | Compiling spki v0.7.3 |
1358 | 2024-07-03T17:45:39.469Z | Compiling usdt-macro v0.5.0 |
1359 | 2024-07-03T17:45:40.814Z | Compiling usdt-attr-macro v0.5.0 |
1360 | 2024-07-03T17:45:40.906Z | Compiling md-5 v0.10.6 |
1361 | 2024-07-03T17:45:44.687Z | Compiling idna v0.3.0 |
1362 | 2024-07-03T17:45:45.522Z | Compiling diesel_table_macro_syntax v0.1.0 |
1363 | 2024-07-03T17:45:45.897Z | Compiling num-integer v0.1.46 |
1364 | 2024-07-03T17:45:46.168Z | Compiling object v0.32.2 |
1365 | 2024-07-03T17:45:46.599Z | Compiling hash32 v0.2.1 |
1366 | 2024-07-03T17:45:46.655Z | Compiling psl-types v2.0.11 |
1367 | 2024-07-03T17:45:46.961Z | Compiling anstyle-query v1.0.3 |
1368 | 2024-07-03T17:45:48.592Z | Compiling colorchoice v1.0.1 |
1369 | 2024-07-03T17:45:48.742Z | Compiling fallible-iterator v0.2.0 |
1370 | 2024-07-03T17:45:49.447Z | Compiling rustc-demangle v0.1.24 |
1371 | 2024-07-03T17:45:51.751Z | Compiling is_terminal_polyfill v1.70.0 |
1372 | 2024-07-03T17:45:51.878Z | Compiling anstream v0.6.14 |
1373 | 2024-07-03T17:45:52.647Z | Compiling postgres-protocol v0.6.6 |
1374 | 2024-07-03T17:45:55.610Z | Compiling publicsuffix v2.2.3 |
1375 | 2024-07-03T17:45:55.868Z | Compiling diesel_derives v2.1.4 |
1376 | 2024-07-03T17:46:00.443Z | Compiling tokio-rustls v0.24.1 |
1377 | 2024-07-03T17:46:01.672Z | Compiling pkcs8 v0.10.2 |
1378 | 2024-07-03T17:46:02.213Z | Compiling terminal_size v0.3.0 |
1379 | 2024-07-03T17:46:02.419Z | Compiling tokio-native-tls v0.3.1 |
1380 | 2024-07-03T17:46:02.723Z | Compiling phf_shared v0.11.2 |
1381 | 2024-07-03T17:46:03.799Z | Compiling strum_macros v0.25.3 |
1382 | 2024-07-03T17:46:04.209Z | Compiling block-padding v0.3.3 |
1383 | 2024-07-03T17:46:04.392Z | Compiling regress v0.9.1 |
1384 | 2024-07-03T17:46:04.430Z | Compiling enum-as-inner v0.5.1 |
1385 | 2024-07-03T17:46:04.451Z | Compiling clap_derive v4.5.4 |
1386 | 2024-07-03T17:46:05.401Z | Compiling serde_repr v0.1.19 |
1387 | 2024-07-03T17:46:07.687Z | Compiling ff v0.13.0 |
1388 | 2024-07-03T17:46:07.712Z | Compiling lazy_static v1.5.0 |
1389 | 2024-07-03T17:46:07.860Z | Compiling scheduled-thread-pool v0.2.7 |
1390 | 2024-07-03T17:46:08.365Z | Compiling encoding_rs v0.8.34 |
1391 | 2024-07-03T17:46:08.970Z | Compiling bit-vec v0.6.3 |
1392 | 2024-07-03T17:46:09.003Z | Compiling ipnet v2.9.0 |
1393 | 2024-07-03T17:46:09.363Z | Compiling bitflags v1.3.2 |
1394 | 2024-07-03T17:46:09.466Z | Compiling clap_lex v0.7.0 |
1395 | 2024-07-03T17:46:09.714Z | Compiling mime v0.3.17 |
1396 | 2024-07-03T17:46:09.916Z | Compiling either v1.12.0 |
1397 | 2024-07-03T17:46:10.476Z | Compiling base16ct v0.2.0 |
1398 | 2024-07-03T17:46:10.548Z | Compiling managed v0.8.0 |
1399 | 2024-07-03T17:46:10.871Z | Compiling matches v0.1.10 |
1400 | 2024-07-03T17:46:11.354Z | Compiling idna v0.2.3 |
1401 | 2024-07-03T17:46:11.810Z | Compiling sec1 v0.7.3 |
1402 | 2024-07-03T17:46:12.395Z | Compiling clap_builder v4.5.2 |
1403 | 2024-07-03T17:46:12.759Z | Compiling r2d2 v0.8.10 |
1404 | 2024-07-03T17:46:13.101Z | Compiling group v0.13.0 |
1405 | 2024-07-03T17:46:13.469Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1406 | 2024-07-03T17:46:17.496Z | Compiling inout v0.1.3 |
1407 | 2024-07-03T17:46:18.607Z | Compiling phf v0.11.2 |
1408 | 2024-07-03T17:46:18.910Z | Compiling hyper-tls v0.5.0 |
1409 | 2024-07-03T17:46:19.240Z | Compiling signal-hook-mio v0.2.3 |
1410 | 2024-07-03T17:46:19.264Z | Compiling hyper-rustls v0.24.2 |
1411 | 2024-07-03T17:46:19.393Z | Compiling cookie_store v0.20.0 |
1412 | 2024-07-03T17:46:19.611Z | Compiling postgres-types v0.2.6 |
1413 | 2024-07-03T17:46:19.835Z | Compiling num-bigint v0.4.5 |
1414 | 2024-07-03T17:46:19.882Z | Compiling zerocopy v0.6.6 |
1415 | 2024-07-03T17:46:20.760Z | Compiling hubpack v0.1.2 |
1416 | 2024-07-03T17:46:20.871Z | Compiling rustls-pemfile v1.0.4 |
1417 | 2024-07-03T17:46:21.039Z | Compiling phf_shared v0.10.0 |
1418 | 2024-07-03T17:46:21.199Z | Compiling hkdf v0.12.4 |
1419 | 2024-07-03T17:46:21.263Z | Compiling serde_urlencoded v0.7.1 |
1420 | 2024-07-03T17:46:21.438Z | Compiling crossbeam-epoch v0.9.18 |
1421 | 2024-07-03T17:46:21.870Z | Compiling ipnetwork v0.20.0 |
1422 | 2024-07-03T17:46:22.683Z | Compiling futures-executor v0.3.30 |
1423 | 2024-07-03T17:46:23.348Z | Compiling crypto-bigint v0.5.5 |
1424 | 2024-07-03T17:46:23.464Z | Compiling float-cmp v0.9.0 |
1425 | 2024-07-03T17:46:23.680Z | Compiling memmap v0.7.0 |
1426 | 2024-07-03T17:46:23.839Z | Compiling sync_wrapper v0.1.2 |
1427 | 2024-07-03T17:46:23.994Z | Compiling fixedbitset v0.4.2 |
1428 | 2024-07-03T17:46:24.402Z | Compiling static_assertions v1.1.0 |
1429 | 2024-07-03T17:46:24.603Z | Compiling minimal-lexical v0.2.1 |
1430 | 2024-07-03T17:46:25.081Z | Compiling normalize-line-endings v0.3.0 |
1431 | 2024-07-03T17:46:25.207Z | Compiling whoami v1.5.1 |
1432 | 2024-07-03T17:46:25.793Z | Compiling winnow v0.6.8 |
1433 | 2024-07-03T17:46:26.262Z | Compiling new_debug_unreachable v1.0.6 |
1434 | 2024-07-03T17:46:26.360Z | Compiling unicode-segmentation v1.11.0 |
1435 | 2024-07-03T17:46:26.436Z | Compiling precomputed-hash v0.1.1 |
1436 | 2024-07-03T17:46:26.550Z | Compiling predicates-core v1.0.6 |
1437 | 2024-07-03T17:46:26.629Z | Compiling difflib v0.4.0 |
1438 | 2024-07-03T17:46:26.740Z | Compiling data-encoding v2.6.0 |
1439 | 2024-07-03T17:46:27.126Z | Compiling webpki-roots v0.25.4 |
1440 | 2024-07-03T17:46:27.282Z | Compiling reqwest v0.11.27 |
1441 | 2024-07-03T17:46:27.355Z | Compiling trust-dns-proto v0.22.0 |
1442 | 2024-07-03T17:46:27.910Z | Compiling predicates v3.1.0 |
1443 | 2024-07-03T17:46:28.400Z | Compiling similar v2.5.0 |
1444 | 2024-07-03T17:46:29.110Z | Compiling string_cache v0.8.7 |
1445 | 2024-07-03T17:46:29.428Z | Compiling toml_edit v0.22.13 |
1446 | 2024-07-03T17:46:29.526Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1447 | 2024-07-03T17:46:29.604Z | Compiling elliptic-curve v0.13.8 |
1448 | 2024-07-03T17:46:30.376Z | Compiling tokio-postgres v0.7.10 |
1449 | 2024-07-03T17:46:30.442Z | Compiling nom v7.1.3 |
1450 | 2024-07-03T17:46:33.504Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1451 | 2024-07-03T17:46:34.180Z | Compiling petgraph v0.6.5 |
1452 | 2024-07-03T17:46:34.943Z | Compiling usdt v0.5.0 |
1453 | 2024-07-03T17:46:35.455Z | Compiling futures v0.3.30 |
1454 | 2024-07-03T17:46:35.574Z | Compiling yasna v0.5.2 |
1455 | 2024-07-03T17:46:35.733Z | Compiling diesel v2.1.6 |
1456 | 2024-07-03T17:46:37.221Z | Compiling crossterm v0.27.0 |
1457 | 2024-07-03T17:46:37.347Z | Compiling flate2 v1.0.30 |
1458 | 2024-07-03T17:46:37.371Z | Compiling cipher v0.4.4 |
1459 | 2024-07-03T17:46:37.815Z | Compiling clap v4.5.4 |
1460 | 2024-07-03T17:46:38.248Z | Compiling itertools v0.12.1 |
1461 | 2024-07-03T17:46:38.277Z | Compiling itertools v0.10.5 |
1462 | 2024-07-03T17:46:38.776Z | Compiling bit-set v0.5.3 |
1463 | 2024-07-03T17:46:39.035Z | Compiling console v0.15.8 |
1464 | 2024-07-03T17:46:40.209Z | Compiling num-iter v0.1.45 |
1465 | 2024-07-03T17:46:40.609Z | Compiling tokio-stream v0.1.15 |
1466 | 2024-07-03T17:46:40.625Z | Compiling toml v0.7.8 |
1467 | 2024-07-03T17:46:41.061Z | Compiling bstr v1.9.1 |
1468 | 2024-07-03T17:46:41.095Z | Compiling hex v0.4.3 |
1469 | 2024-07-03T17:46:41.538Z | Compiling unicode-xid v0.2.4 |
1470 | 2024-07-03T17:46:41.734Z | Compiling lalrpop-util v0.19.12 |
1471 | 2024-07-03T17:46:42.015Z | Compiling camino v1.1.7 |
1472 | 2024-07-03T17:46:42.130Z | Compiling peg-runtime v0.8.3 |
1473 | 2024-07-03T17:46:42.669Z | Compiling proc-macro-crate v1.3.1 |
1474 | 2024-07-03T17:46:43.714Z | Compiling heapless v0.8.0 |
1475 | 2024-07-03T17:46:46.110Z | Compiling num_enum_derive v0.5.11 |
1476 | 2024-07-03T17:46:51.635Z | Compiling hash32 v0.3.1 |
1477 | 2024-07-03T17:46:52.215Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1478 | 2024-07-03T17:46:52.540Z | Compiling smoltcp v0.11.0 |
1479 | 2024-07-03T17:46:52.794Z | Compiling ident_case v1.0.1 |
1480 | 2024-07-03T17:46:54.262Z | Compiling rustls-pki-types v1.7.0 |
1481 | 2024-07-03T17:46:55.702Z | Compiling darling_core v0.20.9 |
1482 | 2024-07-03T17:47:07.159Z | Compiling num_enum v0.5.11 |
1483 | 2024-07-03T17:47:08.933Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1484 | 2024-07-03T17:47:09.179Z | Compiling getopts v0.2.21 |
1485 | 2024-07-03T17:47:10.289Z | Compiling dirs-sys-next v0.1.2 |
1486 | 2024-07-03T17:47:11.571Z | Compiling proc-macro-error-attr v1.0.4 |
1487 | 2024-07-03T17:47:11.758Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1488 | 2024-07-03T17:47:11.854Z | Compiling rustls v0.22.4 |
1489 | 2024-07-03T17:47:12.111Z | Compiling cobs v0.2.3 |
1490 | 2024-07-03T17:47:12.386Z | Compiling paste v1.0.15 |
1491 | 2024-07-03T17:47:12.625Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1492 | 2024-07-03T17:47:12.825Z | Compiling unsafe-libyaml v0.2.11 |
1493 | 2024-07-03T17:47:12.882Z | Compiling embedded-io v0.4.0 |
1494 | 2024-07-03T17:47:13.116Z | Compiling postcard v1.0.8 |
1495 | 2024-07-03T17:47:14.061Z | Compiling serde_yaml v0.9.34+deprecated |
1496 | 2024-07-03T17:47:17.197Z | Compiling dirs-next v2.0.0 |
1497 | 2024-07-03T17:47:18.087Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1498 | 2024-07-03T17:47:20.411Z | Compiling darling_macro v0.20.9 |
1499 | 2024-07-03T17:47:21.522Z | Compiling rustls-webpki v0.102.4 |
1500 | 2024-07-03T17:47:28.881Z | Compiling strum_macros v0.26.2 |
1501 | 2024-07-03T17:47:29.975Z | Compiling structmeta-derive v0.3.0 |
1502 | 2024-07-03T17:47:30.341Z | Compiling foreign-types-macros v0.2.3 |
1503 | 2024-07-03T17:47:31.534Z | Compiling thread_local v1.1.8 |
1504 | 2024-07-03T17:47:31.565Z | Compiling proc-macro-error v1.0.4 |
1505 | 2024-07-03T17:47:31.846Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1506 | 2024-07-03T17:47:32.127Z | Compiling multer v3.1.0 |
1507 | 2024-07-03T17:47:32.326Z | Compiling match_cfg v0.1.0 |
1508 | 2024-07-03T17:47:33.418Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1509 | 2024-07-03T17:47:33.448Z | Compiling slog-async v2.8.0 |
1510 | 2024-07-03T17:47:33.579Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1511 | 2024-07-03T17:47:33.877Z | Compiling foreign-types-shared v0.3.1 |
1512 | 2024-07-03T17:47:37.403Z | Compiling foreign-types v0.5.0 |
1513 | 2024-07-03T17:47:37.588Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1514 | 2024-07-03T17:47:39.692Z | Compiling strum v0.26.2 |
1515 | 2024-07-03T17:47:40.782Z | Compiling structmeta v0.3.0 |
1516 | 2024-07-03T17:47:41.191Z | Compiling hostname v0.3.1 |
1517 | 2024-07-03T17:47:43.299Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1518 | 2024-07-03T17:47:45.907Z | Compiling darling v0.20.9 |
1519 | 2024-07-03T17:47:53.375Z | Compiling term v0.7.0 |
1520 | 2024-07-03T17:47:56.515Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1521 | 2024-07-03T17:47:58.055Z | Compiling slog-json v2.6.1 |
1522 | 2024-07-03T17:47:58.576Z | Compiling tabwriter v1.4.0 |
1523 | 2024-07-03T17:47:59.119Z | Compiling crossbeam-channel v0.5.12 |
1524 | 2024-07-03T17:48:00.464Z | Compiling http v1.1.0 |
1525 | 2024-07-03T17:48:00.627Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1526 | 2024-07-03T17:48:00.793Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1527 | 2024-07-03T17:48:01.228Z | Compiling async-stream-impl v0.3.5 |
1528 | 2024-07-03T17:48:01.413Z | Compiling cstr-argument v0.1.2 |
1529 | 2024-07-03T17:48:01.620Z | Compiling is-terminal v0.4.12 |
1530 | 2024-07-03T17:48:01.638Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1531 | 2024-07-03T17:48:01.662Z | Compiling base64 v0.22.1 |
1532 | 2024-07-03T17:48:01.749Z | Compiling atomic-waker v1.1.2 |
1533 | 2024-07-03T17:48:01.918Z | Compiling fastrand v2.1.0 |
1534 | 2024-07-03T17:48:02.464Z | Compiling pretty-hex v0.2.1 |
1535 | 2024-07-03T17:48:02.603Z | Compiling take_mut v0.2.2 |
1536 | 2024-07-03T17:48:02.675Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1537 | 2024-07-03T17:48:02.710Z | Compiling crucible-workspace-hack v0.1.0 |
1538 | 2024-07-03T17:48:02.766Z | Compiling rayon-core v1.12.1 |
1539 | 2024-07-03T17:48:03.020Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1540 | 2024-07-03T17:48:03.069Z | Compiling async-stream v0.3.5 |
1541 | 2024-07-03T17:48:03.327Z | Compiling tempfile v3.10.1 |
1542 | 2024-07-03T17:48:03.389Z | Compiling rustls-pemfile v2.1.2 |
1543 | 2024-07-03T17:48:04.200Z | Compiling waitgroup v0.1.2 |
1544 | 2024-07-03T17:48:04.439Z | Compiling slog-term v2.9.1 |
1545 | 2024-07-03T17:48:05.177Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1546 | 2024-07-03T17:48:05.557Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1547 | 2024-07-03T17:48:05.787Z | Compiling slog-bunyan v2.5.0 |
1548 | 2024-07-03T17:48:06.108Z | Compiling tokio-rustls v0.25.0 |
1549 | 2024-07-03T17:48:06.171Z | Compiling serde_with_macros v3.8.1 |
1550 | 2024-07-03T17:48:06.246Z | Compiling parse-display-derive v0.9.0 |
1551 | 2024-07-03T17:48:06.538Z | Compiling toml v0.8.13 |
1552 | 2024-07-03T17:48:06.689Z | Compiling sha1 v0.10.6 |
1553 | 2024-07-03T17:48:07.198Z | Compiling colored v2.1.0 |
1554 | 2024-07-03T17:48:07.506Z | Compiling crossbeam-deque v0.8.5 |
1555 | 2024-07-03T17:48:07.888Z | Compiling newtype-uuid v1.1.0 |
1556 | 2024-07-03T17:48:08.222Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1557 | 2024-07-03T17:48:08.497Z | Compiling serde_path_to_error v0.1.16 |
1558 | 2024-07-03T17:48:08.908Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1559 | 2024-07-03T17:48:09.540Z | Compiling socket2 v0.4.10 |
1560 | 2024-07-03T17:48:09.624Z | Compiling hostname v0.4.0 |
1561 | 2024-07-03T17:48:09.900Z | Compiling instant v0.1.12 |
1562 | 2024-07-03T17:48:10.058Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1563 | 2024-07-03T17:48:10.263Z | Compiling debug-ignore v1.0.5 |
1564 | 2024-07-03T17:48:10.388Z | Compiling parse-display v0.9.0 |
1565 | 2024-07-03T17:48:10.451Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1566 | 2024-07-03T17:48:12.307Z | Compiling backoff v0.4.0 |
1567 | 2024-07-03T17:48:12.659Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1568 | 2024-07-03T17:48:12.874Z | Compiling serde_with v3.8.1 |
1569 | 2024-07-03T17:48:13.404Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1570 | 2024-07-03T17:48:13.901Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1571 | 2024-07-03T17:48:14.862Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1572 | 2024-07-03T17:48:15.281Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1573 | 2024-07-03T17:48:15.566Z | Compiling camino-tempfile v1.1.1 |
1574 | 2024-07-03T17:48:16.474Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1575 | 2024-07-03T17:48:16.977Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1576 | 2024-07-03T17:48:17.162Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1577 | 2024-07-03T17:48:17.376Z | Compiling macaddr v1.0.1 |
1578 | 2024-07-03T17:48:17.393Z | Compiling num-derive v0.4.2 |
1579 | 2024-07-03T17:48:18.014Z | Compiling sigpipe v0.1.3 |
1580 | 2024-07-03T17:48:18.153Z | Compiling libefi-sys v0.1.0 |
1581 | 2024-07-03T17:48:18.460Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1582 | 2024-07-03T17:48:19.009Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1583 | 2024-07-03T17:48:19.784Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1584 | 2024-07-03T17:48:19.855Z | Compiling rayon v1.10.0 |
1585 | 2024-07-03T17:48:20.704Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1586 | 2024-07-03T17:48:20.952Z | Compiling smf v0.2.3 |
1587 | 2024-07-03T17:48:21.413Z | Compiling bitfield-struct v0.6.1 |
1588 | 2024-07-03T17:48:22.327Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1589 | 2024-07-03T17:48:22.674Z | Compiling blake3 v1.5.1 |
1590 | 2024-07-03T17:48:22.751Z | Compiling ring v0.16.20 |
1591 | 2024-07-03T17:48:23.213Z | Compiling portable-atomic v1.6.0 |
1592 | 2024-07-03T17:48:23.967Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1593 | 2024-07-03T17:48:24.666Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1594 | 2024-07-03T17:48:24.712Z | Compiling xattr v1.3.1 |
1595 | 2024-07-03T17:48:24.797Z | Compiling memmap2 v0.9.4 |
1596 | 2024-07-03T17:48:25.019Z | Compiling filetime v0.2.23 |
1597 | 2024-07-03T17:48:25.386Z | Compiling arrayref v0.3.7 |
1598 | 2024-07-03T17:48:25.417Z | Compiling untrusted v0.7.1 |
1599 | 2024-07-03T17:48:25.490Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1600 | 2024-07-03T17:48:25.585Z | Compiling same-file v1.0.6 |
1601 | 2024-07-03T17:48:25.613Z | Compiling constant_time_eq v0.3.0 |
1602 | 2024-07-03T17:48:25.705Z | Compiling arrayvec v0.7.4 |
1603 | 2024-07-03T17:48:25.777Z | Compiling spin v0.5.2 |
1604 | 2024-07-03T17:48:25.830Z | Compiling walkdir v2.5.0 |
1605 | 2024-07-03T17:48:25.844Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1606 | 2024-07-03T17:48:26.015Z | Compiling tar v0.4.40 |
1607 | 2024-07-03T17:48:27.438Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1608 | 2024-07-03T17:48:27.484Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1609 | 2024-07-03T17:48:30.016Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1610 | 2024-07-03T17:48:30.889Z | Compiling cargo-platform v0.1.8 |
1611 | 2024-07-03T17:48:31.380Z | Compiling gethostname v0.4.3 |
1612 | 2024-07-03T17:48:31.663Z | Compiling topological-sort v0.2.2 |
1613 | 2024-07-03T17:48:31.943Z | Compiling number_prefix v0.4.0 |
1614 | 2024-07-03T17:48:32.021Z | Compiling omicron-zone-package v0.11.0 |
1615 | 2024-07-03T17:48:32.179Z | Compiling indicatif v0.17.8 |
1616 | 2024-07-03T17:48:32.387Z | Compiling cargo_metadata v0.18.1 |
1617 | 2024-07-03T17:48:38.494Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1618 | 2024-07-03T17:48:41.657Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1619 | 2024-07-03T17:48:42.250Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1620 | 2024-07-03T17:48:46.484Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1621 | 2024-07-03T17:49:03.756Z | Finished `release` profile [optimized] target(s) in 4m 32s |
1622 | 2024-07-03T17:49:03.873Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1623 | 2024-07-03T17:49:03.915Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1624 | 2024-07-03T17:49:03.918Z | Created new build target 'test' and set it as active |
1625 | 2024-07-03T17:49:03.918Z | |
1626 | 2024-07-03T17:49:03.918Z | real 4:32.435631784 |
1627 | 2024-07-03T17:49:03.918Z | user 30:31.804773639 |
1628 | 2024-07-03T17:49:03.919Z | sys 3:56.274894495 |
1629 | 2024-07-03T17:49:03.919Z | trap 0.901724881 |
1630 | 2024-07-03T17:49:03.919Z | tflt 2.559255580 |
1631 | 2024-07-03T17:49:03.919Z | dflt 2.052760275 |
1632 | 2024-07-03T17:49:03.919Z | kflt 0.002048713 |
1633 | 2024-07-03T17:49:03.919Z | lock 1:04:02.220808555 |
1634 | 2024-07-03T17:49:03.919Z | slp 1:25:48.053023965 |
1635 | 2024-07-03T17:49:03.919Z | lat 1:59.844822518 |
1636 | 2024-07-03T17:49:03.919Z | stop 3:07.058704782 |
1637 | 2024-07-03T17:49:03.919Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1638 | 2024-07-03T17:49:04.757Z | Finished `release` profile [optimized] target(s) in 0.79s |
1639 | 2024-07-03T17:49:04.795Z | Running `target/release/omicron-package -t test package` |
1640 | 2024-07-03T17:49:04.829Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1641 | 2024-07-03T17:49:05.820Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1642 | 2024-07-03T17:49:05.919Z | Compiling humantime v2.1.0 |
1643 | 2024-07-03T17:49:05.922Z | Compiling newline-converter v0.3.0 |
1644 | 2024-07-03T17:49:05.926Z | Compiling derive-where v1.2.7 |
1645 | 2024-07-03T17:49:05.929Z | Compiling dirs-sys-next v0.1.2 |
1646 | 2024-07-03T17:49:05.956Z | Compiling prettyplease v0.2.20 |
1647 | 2024-07-03T17:49:05.959Z | Compiling convert_case v0.4.0 |
1648 | 2024-07-03T17:49:05.976Z | Compiling camino v1.1.7 |
1649 | 2024-07-03T17:49:06.064Z | Compiling expectorate v1.1.0 |
1650 | 2024-07-03T17:49:06.149Z | Compiling dirs-next v2.0.0 |
1651 | 2024-07-03T17:49:06.211Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1652 | 2024-07-03T17:49:06.226Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1653 | 2024-07-03T17:49:06.309Z | Compiling term v0.7.0 |
1654 | 2024-07-03T17:49:06.427Z | Compiling password-hash v0.5.0 |
1655 | 2024-07-03T17:49:06.729Z | Compiling blake2 v0.10.6 |
1656 | 2024-07-03T17:49:06.758Z | Compiling derive_more v0.99.17 |
1657 | 2024-07-03T17:49:06.935Z | Compiling is-terminal v0.4.12 |
1658 | 2024-07-03T17:49:07.064Z | Compiling toml v0.8.13 |
1659 | 2024-07-03T17:49:07.608Z | Compiling argon2 v0.5.3 |
1660 | 2024-07-03T17:49:07.958Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1661 | 2024-07-03T17:49:08.379Z | Compiling semver v0.1.20 |
1662 | 2024-07-03T17:49:08.662Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1663 | 2024-07-03T17:49:08.721Z | Compiling rustc_version v0.1.7 |
1664 | 2024-07-03T17:49:08.873Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1665 | 2024-07-03T17:49:08.982Z | Compiling linked-hash-map v0.5.6 |
1666 | 2024-07-03T17:49:09.110Z | Compiling rustls-pki-types v1.7.0 |
1667 | 2024-07-03T17:49:09.142Z | Compiling newtype_derive v0.1.6 |
1668 | 2024-07-03T17:49:09.360Z | Compiling lru-cache v0.1.2 |
1669 | 2024-07-03T17:49:09.570Z | Compiling rustls-webpki v0.102.4 |
1670 | 2024-07-03T17:49:09.609Z | Compiling rustls v0.22.4 |
1671 | 2024-07-03T17:49:09.640Z | Compiling thread_local v1.1.8 |
1672 | 2024-07-03T17:49:09.881Z | Compiling match_cfg v0.1.0 |
1673 | 2024-07-03T17:49:09.981Z | Compiling home v0.5.9 |
1674 | 2024-07-03T17:49:10.089Z | Compiling hostname v0.3.1 |
1675 | 2024-07-03T17:49:10.161Z | Compiling steno v0.4.1 |
1676 | 2024-07-03T17:49:10.228Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1677 | 2024-07-03T17:49:10.308Z | Compiling multer v3.1.0 |
1678 | 2024-07-03T17:49:10.373Z | Compiling slog-async v2.8.0 |
1679 | 2024-07-03T17:49:11.426Z | Compiling slog-json v2.6.1 |
1680 | 2024-07-03T17:49:11.810Z | Compiling crossbeam-channel v0.5.12 |
1681 | 2024-07-03T17:49:12.244Z | Compiling http v1.1.0 |
1682 | 2024-07-03T17:49:12.758Z | Compiling slog-dtrace v0.3.0 |
1683 | 2024-07-03T17:49:12.879Z | Compiling base64 v0.22.1 |
1684 | 2024-07-03T17:49:13.052Z | Compiling take_mut v0.2.2 |
1685 | 2024-07-03T17:49:13.214Z | Compiling atomic-waker v1.1.2 |
1686 | 2024-07-03T17:49:13.392Z | Compiling termcolor v1.4.1 |
1687 | 2024-07-03T17:49:13.564Z | Compiling rustls-pemfile v2.1.2 |
1688 | 2024-07-03T17:49:14.129Z | Compiling waitgroup v0.1.2 |
1689 | 2024-07-03T17:49:14.559Z | Compiling slog-bunyan v2.5.0 |
1690 | 2024-07-03T17:49:14.581Z | Compiling slog-term v2.9.1 |
1691 | 2024-07-03T17:49:15.750Z | Compiling tokio-rustls v0.25.0 |
1692 | 2024-07-03T17:49:15.753Z | Compiling async-stream v0.3.5 |
1693 | 2024-07-03T17:49:15.753Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1694 | 2024-07-03T17:49:15.753Z | Compiling sha1 v0.10.6 |
1695 | 2024-07-03T17:49:15.753Z | Compiling newtype-uuid v1.1.0 |
1696 | 2024-07-03T17:49:15.753Z | Compiling serde_path_to_error v0.1.16 |
1697 | 2024-07-03T17:49:15.753Z | Compiling hostname v0.4.0 |
1698 | 2024-07-03T17:49:15.753Z | Compiling instant v0.1.12 |
1699 | 2024-07-03T17:49:15.753Z | Compiling debug-ignore v1.0.5 |
1700 | 2024-07-03T17:49:15.795Z | Compiling backoff v0.4.0 |
1701 | 2024-07-03T17:49:15.798Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1702 | 2024-07-03T17:49:16.140Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1703 | 2024-07-03T17:49:16.219Z | Compiling parse-display v0.9.0 |
1704 | 2024-07-03T17:49:16.765Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1705 | 2024-07-03T17:49:16.942Z | Compiling serde_with v3.8.1 |
1706 | 2024-07-03T17:49:17.399Z | Compiling strum v0.26.2 |
1707 | 2024-07-03T17:49:17.578Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1708 | 2024-07-03T17:49:18.650Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1709 | 2024-07-03T17:49:19.324Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1710 | 2024-07-03T17:49:19.485Z | Compiling num-rational v0.4.2 |
1711 | 2024-07-03T17:49:19.541Z | Compiling num-complex v0.4.6 |
1712 | 2024-07-03T17:49:20.592Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1713 | 2024-07-03T17:49:20.758Z | Compiling macaddr v1.0.1 |
1714 | 2024-07-03T17:49:21.063Z | Compiling quick-error v1.2.3 |
1715 | 2024-07-03T17:49:21.138Z | Compiling num v0.4.3 |
1716 | 2024-07-03T17:49:21.190Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1717 | 2024-07-03T17:49:21.218Z | Compiling resolv-conf v0.7.0 |
1718 | 2024-07-03T17:49:23.540Z | Compiling utf-8 v0.7.6 |
1719 | 2024-07-03T17:49:23.734Z | Compiling radium v0.7.0 |
1720 | 2024-07-03T17:49:23.851Z | Compiling swrite v0.1.0 |
1721 | 2024-07-03T17:49:23.890Z | Compiling float-ord v0.3.2 |
1722 | 2024-07-03T17:49:24.053Z | Compiling trust-dns-resolver v0.22.0 |
1723 | 2024-07-03T17:49:24.132Z | Compiling tap v1.0.1 |
1724 | 2024-07-03T17:49:24.304Z | Compiling maybe-uninit v2.0.0 |
1725 | 2024-07-03T17:49:24.335Z | Compiling wyz v0.5.1 |
1726 | 2024-07-03T17:49:24.824Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1727 | 2024-07-03T17:49:25.387Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1728 | 2024-07-03T17:49:25.822Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1729 | 2024-07-03T17:49:30.739Z | Compiling display-error-chain v0.2.0 |
1730 | 2024-07-03T17:49:30.929Z | Compiling packed_struct v0.10.1 |
1731 | 2024-07-03T17:49:31.347Z | Compiling funty v2.0.0 |
1732 | 2024-07-03T17:49:33.917Z | Compiling num-bigint-dig v0.8.4 |
1733 | 2024-07-03T17:49:34.194Z | Compiling crc-catalog v2.4.0 |
1734 | 2024-07-03T17:49:34.351Z | Compiling crc v3.2.1 |
1735 | 2024-07-03T17:49:36.373Z | Compiling bitvec v1.0.1 |
1736 | 2024-07-03T17:49:40.959Z | Compiling packed_struct_codegen v0.10.1 |
1737 | 2024-07-03T17:49:41.553Z | Compiling indexmap v1.9.3 |
1738 | 2024-07-03T17:49:41.845Z | Compiling glob v0.3.1 |
1739 | 2024-07-03T17:49:42.683Z | Compiling nodrop v0.1.14 |
1740 | 2024-07-03T17:49:42.818Z | Compiling crunchy v0.2.2 |
1741 | 2024-07-03T17:49:43.299Z | Compiling array-init v0.0.4 |
1742 | 2024-07-03T17:49:44.050Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1743 | 2024-07-03T17:49:44.546Z | Compiling clang-sys v1.7.0 |
1744 | 2024-07-03T17:49:45.438Z | Compiling smallvec v0.6.14 |
1745 | 2024-07-03T17:49:45.935Z | Compiling pkcs1 v0.7.5 |
1746 | 2024-07-03T17:49:47.505Z | Compiling signature v2.2.0 |
1747 | 2024-07-03T17:49:47.814Z | Compiling nibble_vec v0.1.0 |
1748 | 2024-07-03T17:49:47.921Z | Compiling endian-type v0.1.2 |
1749 | 2024-07-03T17:49:48.021Z | Compiling tiny-keccak v2.0.2 |
1750 | 2024-07-03T17:49:48.155Z | Compiling cancel-safe-futures v0.1.5 |
1751 | 2024-07-03T17:49:48.280Z | Compiling bitfield v0.14.0 |
1752 | 2024-07-03T17:49:48.480Z | Compiling maplit v1.0.2 |
1753 | 2024-07-03T17:49:48.552Z | Compiling hashbrown v0.12.3 |
1754 | 2024-07-03T17:49:48.599Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1755 | 2024-07-03T17:49:48.653Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1756 | 2024-07-03T17:49:49.133Z | Compiling rsa v0.9.6 |
1757 | 2024-07-03T17:49:49.984Z | Compiling radix_trie v0.2.1 |
1758 | 2024-07-03T17:49:50.896Z | Compiling serde-hex v0.1.0 |
1759 | 2024-07-03T17:49:50.971Z | Compiling bzip2 v0.4.4 |
1760 | 2024-07-03T17:49:51.565Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1761 | 2024-07-03T17:49:51.890Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1762 | 2024-07-03T17:49:53.103Z | Compiling env_logger v0.10.2 |
1763 | 2024-07-03T17:49:54.733Z | Compiling x509-cert v0.2.5 |
1764 | 2024-07-03T17:49:55.655Z | Compiling ron v0.8.1 |
1765 | 2024-07-03T17:49:56.157Z | Compiling hashbrown v0.13.2 |
1766 | 2024-07-03T17:49:56.271Z | Compiling crc-any v2.5.0 |
1767 | 2024-07-03T17:49:57.460Z | Compiling object v0.30.4 |
1768 | 2024-07-03T17:49:57.693Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1769 | 2024-07-03T17:49:59.424Z | Compiling zip v0.6.6 |
1770 | 2024-07-03T17:50:01.886Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1771 | 2024-07-03T17:50:03.042Z | Compiling rayon-core v1.12.1 |
1772 | 2024-07-03T17:50:03.068Z | Compiling ascii-canvas v3.0.0 |
1773 | 2024-07-03T17:50:03.597Z | Compiling crossbeam-deque v0.8.5 |
1774 | 2024-07-03T17:50:03.937Z | Compiling ena v0.14.3 |
1775 | 2024-07-03T17:50:04.362Z | Compiling libloading v0.8.3 |
1776 | 2024-07-03T17:50:04.763Z | Compiling half v2.4.1 |
1777 | 2024-07-03T17:50:05.491Z | Compiling regex-syntax v0.6.29 |
1778 | 2024-07-03T17:50:06.870Z | Compiling path-slash v0.1.5 |
1779 | 2024-07-03T17:50:07.031Z | Compiling same-file v1.0.6 |
1780 | 2024-07-03T17:50:07.100Z | Compiling arc-swap v1.7.1 |
1781 | 2024-07-03T17:50:07.239Z | Compiling diff v0.1.13 |
1782 | 2024-07-03T17:50:07.779Z | Compiling ciborium-io v0.2.2 |
1783 | 2024-07-03T17:50:07.844Z | Compiling fastrand v2.1.0 |
1784 | 2024-07-03T17:50:07.908Z | Compiling bindgen v0.69.4 |
1785 | 2024-07-03T17:50:08.319Z | Compiling tempfile v3.10.1 |
1786 | 2024-07-03T17:50:08.368Z | Compiling ciborium-ll v0.2.2 |
1787 | 2024-07-03T17:50:08.825Z | Compiling lalrpop v0.19.12 |
1788 | 2024-07-03T17:50:09.087Z | Compiling slog-scope v4.4.0 |
1789 | 2024-07-03T17:50:10.000Z | Compiling walkdir v2.5.0 |
1790 | 2024-07-03T17:50:10.696Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1791 | 2024-07-03T17:50:12.500Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1792 | 2024-07-03T17:50:13.005Z | Compiling which v4.4.2 |
1793 | 2024-07-03T17:50:13.524Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1794 | 2024-07-03T17:50:13.664Z | Compiling cexpr v0.6.0 |
1795 | 2024-07-03T17:50:13.735Z | Compiling fxhash v0.2.1 |
1796 | 2024-07-03T17:50:13.956Z | Compiling shlex v1.3.0 |
1797 | 2024-07-03T17:50:14.348Z | Compiling ref-cast v1.0.23 |
1798 | 2024-07-03T17:50:14.812Z | Compiling rustc-hash v1.1.0 |
1799 | 2024-07-03T17:50:14.964Z | Compiling lazycell v1.3.0 |
1800 | 2024-07-03T17:50:15.312Z | Compiling ring v0.16.20 |
1801 | 2024-07-03T17:50:18.008Z | Compiling blake3 v1.5.1 |
1802 | 2024-07-03T17:50:18.389Z | Compiling rayon v1.10.0 |
1803 | 2024-07-03T17:50:19.968Z | Compiling slog-stdlog v4.1.1 |
1804 | 2024-07-03T17:50:20.893Z | Compiling ciborium v0.2.2 |
1805 | 2024-07-03T17:50:21.975Z | Compiling tungstenite v0.21.0 |
1806 | 2024-07-03T17:50:23.146Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1807 | 2024-07-03T17:50:23.270Z | Compiling derive_builder_core v0.20.0 |
1808 | 2024-07-03T17:50:23.421Z | Compiling headers-core v0.2.0 |
1809 | 2024-07-03T17:50:23.577Z | Compiling xattr v1.3.1 |
1810 | 2024-07-03T17:50:23.850Z | Compiling libxml v0.3.3 |
1811 | 2024-07-03T17:50:24.195Z | Compiling ref-cast-impl v1.0.23 |
1812 | 2024-07-03T17:50:25.392Z | Compiling memmap2 v0.9.4 |
1813 | 2024-07-03T17:50:25.593Z | Compiling filetime v0.2.23 |
1814 | 2024-07-03T17:50:25.797Z | Compiling atty v0.2.14 |
1815 | 2024-07-03T17:50:25.908Z | Compiling constant_time_eq v0.3.0 |
1816 | 2024-07-03T17:50:25.946Z | Compiling arrayref v0.3.7 |
1817 | 2024-07-03T17:50:26.045Z | Compiling untrusted v0.7.1 |
1818 | 2024-07-03T17:50:26.059Z | Compiling spin v0.5.2 |
1819 | 2024-07-03T17:50:26.243Z | Compiling arrayvec v0.7.4 |
1820 | 2024-07-03T17:50:26.709Z | Compiling tar v0.4.40 |
1821 | 2024-07-03T17:50:27.255Z | Compiling derive_builder_macro v0.20.0 |
1822 | 2024-07-03T17:50:28.176Z | Compiling headers v0.3.9 |
1823 | 2024-07-03T17:50:28.245Z | Compiling tokio-tungstenite v0.21.0 |
1824 | 2024-07-03T17:50:28.617Z | Compiling slog-envlogger v2.2.0 |
1825 | 2024-07-03T17:50:28.802Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1826 | 2024-07-03T17:50:29.247Z | Compiling samael v0.0.15 |
1827 | 2024-07-03T17:50:29.682Z | Compiling toolchain_find v0.4.0 |
1828 | 2024-07-03T17:50:30.304Z | Compiling camino-tempfile v1.1.1 |
1829 | 2024-07-03T17:50:30.617Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1830 | 2024-07-03T17:50:30.721Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1831 | 2024-07-03T17:50:30.881Z | Compiling pem v3.0.4 |
1832 | 2024-07-03T17:50:30.907Z | Compiling libsw v3.3.1 |
1833 | 2024-07-03T17:50:31.102Z | Compiling strum_macros v0.24.3 |
1834 | 2024-07-03T17:50:31.220Z | Compiling async-recursion v1.1.1 |
1835 | 2024-07-03T17:50:31.536Z | Compiling cookie v0.18.1 |
1836 | 2024-07-03T17:50:31.827Z | Compiling indoc v1.0.9 |
1837 | 2024-07-03T17:50:32.069Z | Compiling linear-map v1.2.0 |
1838 | 2024-07-03T17:50:32.180Z | Compiling topological-sort v0.2.2 |
1839 | 2024-07-03T17:50:32.396Z | Compiling owo-colors v4.0.0 |
1840 | 2024-07-03T17:50:32.476Z | Compiling omicron-zone-package v0.11.0 |
1841 | 2024-07-03T17:50:32.766Z | Compiling rustfmt-wrapper v0.2.1 |
1842 | 2024-07-03T17:50:34.601Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1843 | 2024-07-03T17:50:35.080Z | Compiling derive_builder v0.20.0 |
1844 | 2024-07-03T17:50:35.276Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1845 | 2024-07-03T17:50:35.886Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1846 | 2024-07-03T17:50:35.927Z | Compiling polar-core v0.27.3 |
1847 | 2024-07-03T17:50:36.153Z | Compiling quick-xml v0.31.0 |
1848 | 2024-07-03T17:50:37.444Z | Compiling impl-trait-for-tuples v0.2.2 |
1849 | 2024-07-03T17:50:38.020Z | Compiling oso-derive v0.27.3 |
1850 | 2024-07-03T17:50:38.559Z | Compiling vte_generate_state_changes v0.1.1 |
1851 | 2024-07-03T17:50:39.026Z | Compiling unicase v2.7.0 |
1852 | 2024-07-03T17:50:39.172Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1853 | 2024-07-03T17:50:39.328Z | Compiling buf-list v1.0.3 |
1854 | 2024-07-03T17:50:39.469Z | Compiling cfg_aliases v0.1.1 |
1855 | 2024-07-03T17:50:39.580Z | Compiling nix v0.28.0 |
1856 | 2024-07-03T17:50:40.055Z | Compiling vte v0.11.1 |
1857 | 2024-07-03T17:50:40.436Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1858 | 2024-07-03T17:50:42.325Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1859 | 2024-07-03T17:50:43.934Z | Compiling tungstenite v0.20.1 |
1860 | 2024-07-03T17:50:44.295Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1861 | 2024-07-03T17:50:44.584Z | Compiling fd-lock v4.0.2 |
1862 | 2024-07-03T17:50:44.808Z | Compiling bb8 v0.8.3 |
1863 | 2024-07-03T17:50:45.380Z | Compiling const_format_proc_macros v0.2.32 |
1864 | 2024-07-03T17:50:47.240Z | Compiling pin-project-internal v1.1.5 |
1865 | 2024-07-03T17:50:47.479Z | Compiling memoffset v0.9.1 |
1866 | 2024-07-03T17:50:47.801Z | Compiling bytecount v0.6.8 |
1867 | 2024-07-03T17:50:48.127Z | Compiling parking_lot_core v0.8.6 |
1868 | 2024-07-03T17:50:48.602Z | Compiling papergrid v0.11.0 |
1869 | 2024-07-03T17:50:49.620Z | Compiling const_format v0.2.32 |
1870 | 2024-07-03T17:50:50.279Z | Compiling pin-project v1.1.5 |
1871 | 2024-07-03T17:50:50.424Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1872 | 2024-07-03T17:50:50.919Z | Compiling tokio-tungstenite v0.20.1 |
1873 | 2024-07-03T17:50:51.151Z | Compiling strip-ansi-escapes v0.2.0 |
1874 | 2024-07-03T17:50:51.972Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1875 | 2024-07-03T17:50:52.843Z | Compiling tabled_derive v0.7.0 |
1876 | 2024-07-03T17:50:53.607Z | Compiling snafu-derive v0.8.2 |
1877 | 2024-07-03T17:50:55.379Z | Compiling nu-ansi-term v0.50.0 |
1878 | 2024-07-03T17:50:56.764Z | Compiling reedline v0.31.0 |
1879 | 2024-07-03T17:50:58.130Z | Compiling tabled v0.15.0 |
1880 | 2024-07-03T17:50:59.244Z | Compiling snafu v0.8.2 |
1881 | 2024-07-03T17:51:01.510Z | Compiling oso v0.27.3 |
1882 | 2024-07-03T17:51:21.273Z | Compiling env_logger v0.9.3 |
1883 | 2024-07-03T17:51:21.710Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1884 | 2024-07-03T17:51:25.969Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-07-03T17:51:26.466Z | Compiling globset v0.4.14 |
1886 | 2024-07-03T17:51:26.795Z | Compiling olpc-cjson v0.1.3 |
1887 | 2024-07-03T17:51:27.148Z | Compiling peg-macros v0.8.3 |
1888 | 2024-07-03T17:51:30.306Z | Compiling bitstruct_derive v0.1.0 |
1889 | 2024-07-03T17:51:30.518Z | Compiling serde_plain v1.0.2 |
1890 | 2024-07-03T17:51:30.651Z | Compiling sqlparser_derive v0.2.2 |
1891 | 2024-07-03T17:51:31.061Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-07-03T17:51:31.204Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1893 | 2024-07-03T17:51:31.481Z | Compiling typed-path v0.7.1 |
1894 | 2024-07-03T17:51:31.564Z | Compiling salty v0.2.0 |
1895 | 2024-07-03T17:51:31.712Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1896 | 2024-07-03T17:51:31.971Z | Compiling signature v1.6.4 |
1897 | 2024-07-03T17:51:32.020Z | Compiling ascii v1.1.0 |
1898 | 2024-07-03T17:51:32.452Z | Compiling unicode_categories v0.1.1 |
1899 | 2024-07-03T17:51:32.811Z | Compiling sqlformat v0.2.3 |
1900 | 2024-07-03T17:51:32.814Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1901 | 2024-07-03T17:51:32.970Z | Compiling rustyline v14.0.0 |
1902 | 2024-07-03T17:51:34.433Z | Compiling tough v0.17.1 |
1903 | 2024-07-03T17:51:35.360Z | Compiling ed25519 v1.5.3 |
1904 | 2024-07-03T17:51:35.728Z | Compiling sqlparser v0.45.0 |
1905 | 2024-07-03T17:51:38.487Z | Compiling bitstruct v0.1.1 |
1906 | 2024-07-03T17:51:38.699Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-07-03T17:51:38.999Z | Compiling peg v0.8.3 |
1908 | 2024-07-03T17:51:39.124Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-07-03T17:51:39.650Z | Compiling parking_lot v0.11.2 |
1910 | 2024-07-03T17:51:39.689Z | Compiling nix v0.27.1 |
1911 | 2024-07-03T17:51:41.857Z | Compiling trust-dns-client v0.22.0 |
1912 | 2024-07-03T17:51:42.865Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1913 | 2024-07-03T17:51:43.193Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1914 | 2024-07-03T17:51:44.527Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-07-03T17:51:45.641Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-07-03T17:51:45.772Z | Compiling curve25519-dalek v4.1.3 |
1917 | 2024-07-03T17:51:46.205Z | Compiling kstat-rs v0.2.4 |
1918 | 2024-07-03T17:51:47.172Z | Compiling bcs v0.1.6 |
1919 | 2024-07-03T17:51:47.853Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1920 | 2024-07-03T17:51:48.074Z | Compiling erased-serde v0.3.31 |
1921 | 2024-07-03T17:51:48.417Z | Compiling toml v0.5.11 |
1922 | 2024-07-03T17:51:48.728Z | Compiling serde_arrays v0.1.0 |
1923 | 2024-07-03T17:51:48.932Z | Compiling serde-big-array v0.5.1 |
1924 | 2024-07-03T17:51:49.205Z | Compiling highway v1.1.0 |
1925 | 2024-07-03T17:51:49.815Z | Compiling keccak v0.1.5 |
1926 | 2024-07-03T17:51:50.859Z | Compiling parse-size v1.0.0 |
1927 | 2024-07-03T17:51:52.170Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1928 | 2024-07-03T17:51:53.205Z | Compiling trust-dns-server v0.22.1 |
1929 | 2024-07-03T17:52:13.032Z | Compiling sha3 v0.10.8 |
1930 | 2024-07-03T17:52:13.049Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1931 | 2024-07-03T17:52:13.999Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1932 | 2024-07-03T17:52:23.447Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1933 | 2024-07-03T17:52:23.968Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1934 | 2024-07-03T17:52:26.291Z | Compiling sled v0.34.7 |
1935 | 2024-07-03T17:52:35.742Z | Compiling mime_guess v2.0.4 |
1936 | 2024-07-03T17:52:39.192Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1937 | 2024-07-03T17:52:41.347Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1938 | 2024-07-03T17:52:41.813Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1939 | 2024-07-03T17:52:43.462Z | Compiling signal-hook-tokio v0.3.1 |
1940 | 2024-07-03T17:52:43.698Z | Compiling universal-hash v0.5.1 |
1941 | 2024-07-03T17:52:43.925Z | Compiling heck v0.3.3 |
1942 | 2024-07-03T17:52:44.352Z | Compiling secrecy v0.8.0 |
1943 | 2024-07-03T17:52:44.643Z | Compiling castaway v0.2.2 |
1944 | 2024-07-03T17:52:44.853Z | Compiling rand_seeder v0.2.3 |
1945 | 2024-07-03T17:52:45.305Z | Compiling thiserror-impl-no-std v2.0.2 |
1946 | 2024-07-03T17:52:48.309Z | Compiling serde-big-array v0.4.1 |
1947 | 2024-07-03T17:52:48.544Z | Compiling nanorand v0.7.0 |
1948 | 2024-07-03T17:52:49.401Z | Compiling curve25519-dalek-derive v0.1.1 |
1949 | 2024-07-03T17:52:50.948Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1950 | 2024-07-03T17:52:51.244Z | Compiling opaque-debug v0.3.1 |
1951 | 2024-07-03T17:52:51.362Z | Compiling poly1305 v0.8.0 |
1952 | 2024-07-03T17:53:01.063Z | Compiling flume v0.11.0 |
1953 | 2024-07-03T17:53:01.603Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1954 | 2024-07-03T17:53:01.819Z | Compiling thiserror-no-std v2.0.2 |
1955 | 2024-07-03T17:53:01.954Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1956 | 2024-07-03T17:53:02.186Z | Compiling compact_str v0.7.1 |
1957 | 2024-07-03T17:53:02.847Z | Compiling zone_cfg_derive v0.1.2 |
1958 | 2024-07-03T17:53:03.154Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1959 | 2024-07-03T17:53:03.264Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1960 | 2024-07-03T17:53:04.361Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1961 | 2024-07-03T17:53:04.463Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-07-03T17:53:05.129Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1963 | 2024-07-03T17:53:11.643Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1964 | 2024-07-03T17:53:13.560Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1965 | 2024-07-03T17:53:26.669Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1966 | 2024-07-03T17:53:26.942Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1967 | 2024-07-03T17:53:27.227Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1968 | 2024-07-03T17:53:27.497Z | Compiling chacha20 v0.9.1 |
1969 | 2024-07-03T17:53:27.895Z | Compiling aead v0.5.2 |
1970 | 2024-07-03T17:53:27.960Z | Compiling lru v0.12.3 |
1971 | 2024-07-03T17:53:28.244Z | Compiling stability v0.2.0 |
1972 | 2024-07-03T17:53:28.325Z | Compiling base64 v0.13.1 |
1973 | 2024-07-03T17:53:29.101Z | Compiling cassowary v0.3.0 |
1974 | 2024-07-03T17:53:29.210Z | Compiling indoc v2.0.5 |
1975 | 2024-07-03T17:53:30.182Z | Compiling corncobs v0.1.3 |
1976 | 2024-07-03T17:53:30.558Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1977 | 2024-07-03T17:53:31.152Z | Compiling ratatui v0.26.2 |
1978 | 2024-07-03T17:53:31.272Z | Compiling ron v0.7.1 |
1979 | 2024-07-03T17:53:32.958Z | Compiling chacha20poly1305 v0.10.1 |
1980 | 2024-07-03T17:53:33.270Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1981 | 2024-07-03T17:53:34.657Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-07-03T17:53:36.743Z | Compiling zone v0.1.8 |
1983 | 2024-07-03T17:53:36.884Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1984 | 2024-07-03T17:53:40.030Z | Compiling vsss-rs v3.3.4 |
1985 | 2024-07-03T17:53:45.403Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1986 | 2024-07-03T17:53:46.143Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1987 | 2024-07-03T17:53:47.652Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1988 | 2024-07-03T17:53:47.691Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1989 | 2024-07-03T17:53:49.273Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1990 | 2024-07-03T17:53:49.593Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1991 | 2024-07-03T17:53:50.562Z | Compiling portpicker v0.1.1 |
1992 | 2024-07-03T17:53:51.064Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1993 | 2024-07-03T17:53:53.280Z | Compiling csv-core v0.1.11 |
1994 | 2024-07-03T17:53:54.154Z | Compiling http-range v0.1.5 |
1995 | 2024-07-03T17:53:54.723Z | Compiling unicode-linebreak v0.1.5 |
1996 | 2024-07-03T17:53:54.803Z | Compiling smawk v0.3.2 |
1997 | 2024-07-03T17:53:55.040Z | Compiling hyper-staticfile v0.9.5 |
1998 | 2024-07-03T17:53:55.227Z | Compiling textwrap v0.16.1 |
1999 | 2024-07-03T17:53:55.247Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2000 | 2024-07-03T17:53:56.078Z | Compiling csv v1.3.0 |
2001 | 2024-07-03T17:53:58.080Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2002 | 2024-07-03T17:53:58.217Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2003 | 2024-07-03T17:54:05.747Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2004 | 2024-07-03T17:54:06.543Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2005 | 2024-07-03T17:54:07.165Z | Compiling rcgen v0.12.1 |
2006 | 2024-07-03T17:54:09.818Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2007 | 2024-07-03T17:54:10.324Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2008 | 2024-07-03T17:54:10.600Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2009 | 2024-07-03T17:54:17.474Z | Compiling atomicwrites v0.4.3 |
2010 | 2024-07-03T17:54:17.536Z | Compiling fatfs v0.3.6 |
2011 | 2024-07-03T17:54:18.013Z | Compiling rtoolbox v0.0.2 |
2012 | 2024-07-03T17:54:18.449Z | Compiling subprocess v0.2.9 |
2013 | 2024-07-03T17:54:18.743Z | Compiling is_ci v1.2.0 |
2014 | 2024-07-03T17:54:19.024Z | Compiling assert_matches v1.5.0 |
2015 | 2024-07-03T17:54:19.131Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2016 | 2024-07-03T17:54:20.388Z | Compiling supports-color v3.0.0 |
2017 | 2024-07-03T17:54:21.025Z | Compiling rpassword v7.3.1 |
2018 | 2024-07-03T17:54:21.502Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2019 | 2024-07-03T17:54:23.532Z | Compiling tui-tree-widget v0.19.0 |
2020 | 2024-07-03T17:54:23.974Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2021 | 2024-07-03T17:54:24.001Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2022 | 2024-07-03T17:54:26.506Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2023 | 2024-07-03T17:54:26.787Z | Compiling shell-words v1.1.0 |
2024 | 2024-07-03T17:54:27.228Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2025 | 2024-07-03T17:54:31.433Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2026 | 2024-07-03T17:54:57.302Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2027 | 2024-07-03T17:55:07.243Z | Compiling uzers v0.11.3 |
2028 | 2024-07-03T17:55:10.145Z | Compiling multimap v0.10.0 |
2029 | 2024-07-03T17:55:51.274Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2030 | 2024-07-03T17:57:20.456Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2031 | 2024-07-03T17:57:29.059Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2032 | 2024-07-03T18:03:46.425Z | Finished `release` profile [optimized] target(s) in 14m 41s |
2033 | 2024-07-03T18:04:34.001Z | |
2034 | 2024-07-03T18:04:34.004Z | real 15:29.983156602 |
2035 | 2024-07-03T18:04:34.005Z | user 1:47:11.816945061 |
2036 | 2024-07-03T18:04:34.005Z | sys 5:59.773102357 |
2037 | 2024-07-03T18:04:34.005Z | trap 2.578901998 |
2038 | 2024-07-03T18:04:34.005Z | tflt 2.145390577 |
2039 | 2024-07-03T18:04:34.005Z | dflt 3.514560748 |
2040 | 2024-07-03T18:04:34.005Z | kflt 0.001953502 |
2041 | 2024-07-03T18:04:34.005Z | lock 6:35:22.551799740 |
2042 | 2024-07-03T18:04:34.005Z | slp 4:09:57.143973578 |
2043 | 2024-07-03T18:04:34.005Z | lat 2:32.601491856 |
2044 | 2024-07-03T18:04:34.005Z | stop 1:45.692894018 |
2045 | 2024-07-03T18:04:34.005Z | + mapfile -t packages |
2046 | 2024-07-03T18:04:34.005Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2047 | 2024-07-03T18:04:34.857Z | Finished `release` profile [optimized] target(s) in 0.80s |
2048 | 2024-07-03T18:04:34.897Z | Running `target/release/omicron-package -t test list-outputs` |
2049 | 2024-07-03T18:04:34.936Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2050 | 2024-07-03T18:04:34.939Z | + ptime -m cargo build --locked --release -p xtask |
2051 | 2024-07-03T18:04:35.533Z | Compiling serde v1.0.203 |
2052 | 2024-07-03T18:04:35.536Z | Compiling bitflags v2.5.0 |
2053 | 2024-07-03T18:04:35.536Z | Compiling syn v2.0.68 |
2054 | 2024-07-03T18:04:35.633Z | Compiling scopeguard v1.2.0 |
2055 | 2024-07-03T18:04:35.636Z | Compiling bytes v1.6.0 |
2056 | 2024-07-03T18:04:35.636Z | Compiling smallvec v1.13.2 |
2057 | 2024-07-03T18:04:35.655Z | Compiling log v0.4.21 |
2058 | 2024-07-03T18:04:35.774Z | Compiling lock_api v0.4.12 |
2059 | 2024-07-03T18:04:36.127Z | Compiling parking_lot_core v0.9.10 |
2060 | 2024-07-03T18:04:36.140Z | Compiling serde_json v1.0.118 |
2061 | 2024-07-03T18:04:36.155Z | Compiling hashbrown v0.14.5 |
2062 | 2024-07-03T18:04:36.169Z | Compiling mio v0.8.11 |
2063 | 2024-07-03T18:04:36.267Z | Compiling libc v0.2.155 |
2064 | 2024-07-03T18:04:36.486Z | Compiling parking_lot v0.12.2 |
2065 | 2024-07-03T18:04:36.525Z | Compiling generic-array v0.14.7 |
2066 | 2024-07-03T18:04:36.814Z | Compiling slog v2.7.0 |
2067 | 2024-07-03T18:04:37.089Z | Compiling http v0.2.12 |
2068 | 2024-07-03T18:04:37.330Z | Compiling rustix v0.38.34 |
2069 | 2024-07-03T18:04:37.446Z | Compiling usdt-impl v0.5.0 |
2070 | 2024-07-03T18:04:37.697Z | Compiling indexmap v2.2.6 |
2071 | 2024-07-03T18:04:37.708Z | Compiling syn v1.0.109 |
2072 | 2024-07-03T18:04:37.784Z | Compiling time-macros v0.2.18 |
2073 | 2024-07-03T18:04:38.291Z | Compiling thread-id v4.2.1 |
2074 | 2024-07-03T18:04:38.317Z | Compiling tracing v0.1.40 |
2075 | 2024-07-03T18:04:39.052Z | Compiling crossbeam-utils v0.8.19 |
2076 | 2024-07-03T18:04:39.252Z | Compiling http-body v0.4.6 |
2077 | 2024-07-03T18:04:39.744Z | Compiling unicode-normalization v0.1.23 |
2078 | 2024-07-03T18:04:39.759Z | Compiling unicode-bidi v0.3.15 |
2079 | 2024-07-03T18:04:39.839Z | Compiling block-buffer v0.10.4 |
2080 | 2024-07-03T18:04:40.086Z | Compiling crypto-common v0.1.6 |
2081 | 2024-07-03T18:04:41.000Z | Compiling time v0.3.36 |
2082 | 2024-07-03T18:04:41.020Z | Compiling idna v0.5.0 |
2083 | 2024-07-03T18:04:41.853Z | Compiling terminal_size v0.3.0 |
2084 | 2024-07-03T18:04:42.083Z | Compiling fs-err v2.11.0 |
2085 | 2024-07-03T18:04:42.381Z | Compiling anyhow v1.0.86 |
2086 | 2024-07-03T18:04:42.750Z | Compiling proc-macro-error v1.0.4 |
2087 | 2024-07-03T18:04:42.907Z | Compiling clap_builder v4.5.2 |
2088 | 2024-07-03T18:04:43.564Z | Compiling crossbeam-channel v0.5.12 |
2089 | 2024-07-03T18:04:43.875Z | Compiling url v2.5.0 |
2090 | 2024-07-03T18:04:44.367Z | Compiling digest v0.10.7 |
2091 | 2024-07-03T18:04:44.798Z | Compiling xattr v1.3.1 |
2092 | 2024-07-03T18:04:45.147Z | Compiling sha2 v0.10.8 |
2093 | 2024-07-03T18:04:45.337Z | Compiling slog-async v2.8.0 |
2094 | 2024-07-03T18:04:45.731Z | Compiling tabled_derive v0.7.0 |
2095 | 2024-07-03T18:04:47.477Z | Compiling serde_derive v1.0.203 |
2096 | 2024-07-03T18:04:47.873Z | Compiling thiserror-impl v1.0.60 |
2097 | 2024-07-03T18:04:48.131Z | Compiling zerocopy-derive v0.7.34 |
2098 | 2024-07-03T18:04:48.466Z | Compiling tokio-macros v2.2.0 |
2099 | 2024-07-03T18:04:49.487Z | Compiling futures-macro v0.3.30 |
2100 | 2024-07-03T18:04:50.079Z | Compiling tokio v1.37.0 |
2101 | 2024-07-03T18:04:50.193Z | Compiling zerocopy v0.7.34 |
2102 | 2024-07-03T18:04:50.222Z | Compiling scroll_derive v0.12.0 |
2103 | 2024-07-03T18:04:50.751Z | Compiling thiserror v1.0.60 |
2104 | 2024-07-03T18:04:50.906Z | Compiling pest v2.7.10 |
2105 | 2024-07-03T18:04:51.511Z | Compiling futures-util v0.3.30 |
2106 | 2024-07-03T18:04:51.758Z | Compiling openssl-macros v0.1.1 |
2107 | 2024-07-03T18:04:51.802Z | Compiling scroll v0.12.0 |
2108 | 2024-07-03T18:04:52.465Z | Compiling goblin v0.8.2 |
2109 | 2024-07-03T18:04:52.480Z | Compiling openssl v0.10.64 |
2110 | 2024-07-03T18:04:53.727Z | Compiling pest_meta v2.7.10 |
2111 | 2024-07-03T18:04:58.164Z | Compiling pest_generator v2.7.10 |
2112 | 2024-07-03T18:05:00.020Z | Compiling pest_derive v2.7.10 |
2113 | 2024-07-03T18:05:00.807Z | Compiling dtrace-parser v0.2.0 |
2114 | 2024-07-03T18:05:02.678Z | Compiling tokio-util v0.7.11 |
2115 | 2024-07-03T18:05:05.145Z | Compiling serde_tokenstream v0.2.0 |
2116 | 2024-07-03T18:05:05.679Z | Compiling h2 v0.3.26 |
2117 | 2024-07-03T18:05:07.530Z | Compiling dof v0.3.0 |
2118 | 2024-07-03T18:05:08.647Z | Compiling serde_spanned v0.6.6 |
2119 | 2024-07-03T18:05:08.727Z | Compiling toml_datetime v0.6.6 |
2120 | 2024-07-03T18:05:08.855Z | Compiling native-tls v0.2.11 |
2121 | 2024-07-03T18:05:09.969Z | Compiling tokio-native-tls v0.3.1 |
2122 | 2024-07-03T18:05:09.983Z | Compiling toml_edit v0.22.13 |
2123 | 2024-07-03T18:05:10.284Z | Compiling usdt-attr-macro v0.5.0 |
2124 | 2024-07-03T18:05:12.558Z | Compiling hyper v0.14.28 |
2125 | 2024-07-03T18:05:16.445Z | Compiling toml v0.8.13 |
2126 | 2024-07-03T18:05:17.009Z | Compiling hyper-tls v0.5.0 |
2127 | 2024-07-03T18:05:17.422Z | Compiling usdt-macro v0.5.0 |
2128 | 2024-07-03T18:05:17.545Z | Compiling slog-json v2.6.1 |
2129 | 2024-07-03T18:05:18.079Z | Compiling semver v1.0.23 |
2130 | 2024-07-03T18:05:18.690Z | Compiling serde_urlencoded v0.7.1 |
2131 | 2024-07-03T18:05:19.313Z | Compiling cargo-platform v0.1.8 |
2132 | 2024-07-03T18:05:19.658Z | Compiling camino v1.1.7 |
2133 | 2024-07-03T18:05:20.448Z | Compiling futures-executor v0.3.30 |
2134 | 2024-07-03T18:05:20.696Z | Compiling strum_macros v0.26.2 |
2135 | 2024-07-03T18:05:21.033Z | Compiling clap_derive v4.5.4 |
2136 | 2024-07-03T18:05:21.537Z | Compiling futures v0.3.30 |
2137 | 2024-07-03T18:05:21.670Z | Compiling cargo_metadata v0.18.1 |
2138 | 2024-07-03T18:05:23.499Z | Compiling reqwest v0.11.27 |
2139 | 2024-07-03T18:05:25.365Z | Compiling strum v0.26.2 |
2140 | 2024-07-03T18:05:25.392Z | Compiling usdt v0.5.0 |
2141 | 2024-07-03T18:05:25.553Z | Compiling slog-bunyan v2.5.0 |
2142 | 2024-07-03T18:05:25.826Z | Compiling clap v4.5.4 |
2143 | 2024-07-03T18:05:25.841Z | Compiling cargo_toml v0.20.3 |
2144 | 2024-07-03T18:05:25.958Z | Compiling macaddr v1.0.1 |
2145 | 2024-07-03T18:05:26.303Z | Compiling tabled v0.15.0 |
2146 | 2024-07-03T18:05:26.600Z | Compiling slog-term v2.9.1 |
2147 | 2024-07-03T18:05:26.877Z | Compiling tar v0.4.40 |
2148 | 2024-07-03T18:05:42.758Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2149 | 2024-07-03T18:05:57.232Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2150 | 2024-07-03T18:05:57.328Z | |
2151 | 2024-07-03T18:05:57.328Z | real 1:22.358187056 |
2152 | 2024-07-03T18:05:57.328Z | user 8:57.064420647 |
2153 | 2024-07-03T18:05:57.328Z | sys 51.627302885 |
2154 | 2024-07-03T18:05:57.328Z | trap 0.250001506 |
2155 | 2024-07-03T18:05:57.329Z | tflt 0.559275921 |
2156 | 2024-07-03T18:05:57.329Z | dflt 0.226810196 |
2157 | 2024-07-03T18:05:57.329Z | kflt 0.000145727 |
2158 | 2024-07-03T18:05:57.329Z | lock 20:06.463410865 |
2159 | 2024-07-03T18:05:57.329Z | slp 22:32.362741249 |
2160 | 2024-07-03T18:05:57.329Z | lat 24.300101304 |
2161 | 2024-07-03T18:05:57.329Z | stop 25.604354960 |
2162 | 2024-07-03T18:05:57.332Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2163 | 2024-07-03T18:05:57.332Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2164 | 2024-07-03T18:05:57.332Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2165 | 2024-07-03T18:05:57.332Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2166 | 2024-07-03T18:05:57.332Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2167 | 2024-07-03T18:05:57.850Z | Downloading crates ... |
2168 | 2024-07-03T18:05:58.070Z | Downloaded ghash v0.5.1 |
2169 | 2024-07-03T18:05:58.073Z | Downloaded dirs-sys v0.4.1 |
2170 | 2024-07-03T18:05:58.073Z | Downloaded password-hash v0.4.2 |
2171 | 2024-07-03T18:05:58.077Z | Downloaded option-ext v0.2.0 |
2172 | 2024-07-03T18:05:58.080Z | Downloaded dhcproto-macros v0.1.0 |
2173 | 2024-07-03T18:05:58.085Z | Downloaded md5 v0.7.0 |
2174 | 2024-07-03T18:05:58.088Z | Downloaded russh-cryptovec v0.7.2 |
2175 | 2024-07-03T18:05:58.092Z | Downloaded rand_core v0.5.1 |
2176 | 2024-07-03T18:05:58.095Z | Downloaded ctr v0.9.2 |
2177 | 2024-07-03T18:05:58.098Z | Downloaded rfc6979 v0.4.0 |
2178 | 2024-07-03T18:05:58.098Z | Downloaded pbkdf2 v0.12.2 |
2179 | 2024-07-03T18:05:58.098Z | Downloaded internet-checksum v0.2.1 |
2180 | 2024-07-03T18:05:58.098Z | Downloaded polyval v0.6.2 |
2181 | 2024-07-03T18:05:58.101Z | Downloaded pbkdf2 v0.11.0 |
2182 | 2024-07-03T18:05:58.104Z | Downloaded dirs v5.0.1 |
2183 | 2024-07-03T18:05:58.104Z | Downloaded russh-keys v0.43.0 |
2184 | 2024-07-03T18:05:58.107Z | Downloaded ed25519 v2.2.3 |
2185 | 2024-07-03T18:05:58.107Z | Downloaded cbc v0.1.2 |
2186 | 2024-07-03T18:05:58.110Z | Downloaded rand_chacha v0.2.2 |
2187 | 2024-07-03T18:05:58.110Z | Downloaded bcrypt-pbkdf v0.10.0 |
2188 | 2024-07-03T18:05:58.110Z | Downloaded primeorder v0.13.6 |
2189 | 2024-07-03T18:05:58.116Z | Downloaded hex-literal v0.4.1 |
2190 | 2024-07-03T18:05:58.116Z | Downloaded blowfish v0.9.1 |
2191 | 2024-07-03T18:05:58.116Z | Downloaded rand v0.7.3 |
2192 | 2024-07-03T18:05:58.119Z | Downloaded getrandom v0.1.16 |
2193 | 2024-07-03T18:05:58.119Z | Downloaded ecdsa v0.16.9 |
2194 | 2024-07-03T18:05:58.122Z | Downloaded dhcproto v0.11.0 |
2195 | 2024-07-03T18:05:58.125Z | Downloaded p256 v0.13.2 |
2196 | 2024-07-03T18:05:58.133Z | Downloaded russh v0.43.0 |
2197 | 2024-07-03T18:05:58.140Z | Downloaded ed25519-dalek v2.1.1 |
2198 | 2024-07-03T18:05:58.143Z | Downloaded p521 v0.13.3 |
2199 | 2024-07-03T18:05:58.149Z | Downloaded aes-gcm v0.10.3 |
2200 | 2024-07-03T18:05:58.153Z | Downloaded aes v0.8.4 |
2201 | 2024-07-03T18:05:58.277Z | Compiling serde v1.0.203 |
2202 | 2024-07-03T18:05:58.375Z | Compiling scopeguard v1.2.0 |
2203 | 2024-07-03T18:05:58.375Z | Compiling log v0.4.21 |
2204 | 2024-07-03T18:05:58.389Z | Compiling smallvec v1.13.2 |
2205 | 2024-07-03T18:05:58.392Z | Compiling syn v2.0.68 |
2206 | 2024-07-03T18:05:58.395Z | Compiling getrandom v0.2.14 |
2207 | 2024-07-03T18:05:58.395Z | Compiling generic-array v0.14.7 |
2208 | 2024-07-03T18:05:58.404Z | Compiling libm v0.2.8 |
2209 | 2024-07-03T18:05:58.496Z | Compiling lock_api v0.4.12 |
2210 | 2024-07-03T18:05:58.710Z | Compiling rand_core v0.6.4 |
2211 | 2024-07-03T18:05:58.766Z | Compiling parking_lot_core v0.9.10 |
2212 | 2024-07-03T18:05:58.818Z | Compiling num-traits v0.2.19 |
2213 | 2024-07-03T18:05:58.832Z | Compiling subtle v2.5.0 |
2214 | 2024-07-03T18:05:58.929Z | Compiling mio v0.8.11 |
2215 | 2024-07-03T18:05:58.956Z | Compiling ahash v0.8.11 |
2216 | 2024-07-03T18:05:59.172Z | Compiling parking_lot v0.12.2 |
2217 | 2024-07-03T18:05:59.219Z | Compiling serde_json v1.0.118 |
2218 | 2024-07-03T18:05:59.299Z | Compiling spin v0.9.8 |
2219 | 2024-07-03T18:05:59.346Z | Compiling allocator-api2 v0.2.18 |
2220 | 2024-07-03T18:05:59.417Z | Compiling const-oid v0.9.6 |
2221 | 2024-07-03T18:05:59.552Z | Compiling iana-time-zone v0.1.60 |
2222 | 2024-07-03T18:05:59.730Z | Compiling syn v1.0.109 |
2223 | 2024-07-03T18:06:00.161Z | Compiling unicode-normalization v0.1.23 |
2224 | 2024-07-03T18:06:00.177Z | Compiling schemars v0.8.21 |
2225 | 2024-07-03T18:06:00.227Z | Compiling unicode-bidi v0.3.15 |
2226 | 2024-07-03T18:06:00.417Z | Compiling dyn-clone v1.0.17 |
2227 | 2024-07-03T18:06:00.538Z | Compiling ppv-lite86 v0.2.17 |
2228 | 2024-07-03T18:06:00.596Z | Compiling time-macros v0.2.18 |
2229 | 2024-07-03T18:06:01.293Z | Compiling ring v0.17.8 |
2230 | 2024-07-03T18:06:01.321Z | Compiling rand_chacha v0.3.1 |
2231 | 2024-07-03T18:06:01.360Z | Compiling aho-corasick v1.1.3 |
2232 | 2024-07-03T18:06:01.766Z | Compiling regex-syntax v0.8.3 |
2233 | 2024-07-03T18:06:02.208Z | Compiling rand v0.8.5 |
2234 | 2024-07-03T18:06:03.699Z | Compiling idna v0.5.0 |
2235 | 2024-07-03T18:06:04.183Z | Compiling time v0.3.36 |
2236 | 2024-07-03T18:06:04.352Z | Compiling slog v2.7.0 |
2237 | 2024-07-03T18:06:04.957Z | Compiling url v2.5.0 |
2238 | 2024-07-03T18:06:05.309Z | Compiling regex-automata v0.4.6 |
2239 | 2024-07-03T18:06:05.383Z | Compiling untrusted v0.9.0 |
2240 | 2024-07-03T18:06:06.861Z | Compiling serde_derive_internals v0.29.1 |
2241 | 2024-07-03T18:06:07.989Z | Compiling lazy_static v1.5.0 |
2242 | 2024-07-03T18:06:08.125Z | Compiling backtrace v0.3.71 |
2243 | 2024-07-03T18:06:08.570Z | Compiling gimli v0.28.1 |
2244 | 2024-07-03T18:06:08.663Z | Compiling object v0.32.2 |
2245 | 2024-07-03T18:06:09.486Z | Compiling anyhow v1.0.86 |
2246 | 2024-07-03T18:06:09.651Z | Compiling rustc-demangle v0.1.24 |
2247 | 2024-07-03T18:06:09.793Z | Compiling base64ct v1.6.0 |
2248 | 2024-07-03T18:06:10.273Z | Compiling crossbeam-utils v0.8.19 |
2249 | 2024-07-03T18:06:10.452Z | Compiling rustls v0.21.12 |
2250 | 2024-07-03T18:06:10.686Z | Compiling regex v1.10.4 |
2251 | 2024-07-03T18:06:10.710Z | Compiling winnow v0.5.40 |
2252 | 2024-07-03T18:06:10.987Z | Compiling rustls-webpki v0.101.7 |
2253 | 2024-07-03T18:06:11.796Z | Compiling sct v0.7.1 |
2254 | 2024-07-03T18:06:12.104Z | Compiling cookie v0.17.0 |
2255 | 2024-07-03T18:06:12.987Z | Compiling addr2line v0.21.0 |
2256 | 2024-07-03T18:06:13.670Z | Compiling idna v0.3.0 |
2257 | 2024-07-03T18:06:13.689Z | Compiling serde_derive v1.0.203 |
2258 | 2024-07-03T18:06:14.636Z | Compiling zeroize_derive v1.4.2 |
2259 | 2024-07-03T18:06:14.916Z | Compiling thiserror-impl v1.0.60 |
2260 | 2024-07-03T18:06:15.296Z | Compiling zerocopy-derive v0.7.34 |
2261 | 2024-07-03T18:06:15.505Z | Compiling tokio-macros v2.2.0 |
2262 | 2024-07-03T18:06:16.103Z | Compiling futures-macro v0.3.30 |
2263 | 2024-07-03T18:06:16.288Z | Compiling zeroize v1.7.0 |
2264 | 2024-07-03T18:06:17.273Z | Compiling schemars_derive v0.8.21 |
2265 | 2024-07-03T18:06:17.685Z | Compiling zerocopy v0.7.34 |
2266 | 2024-07-03T18:06:18.153Z | Compiling crypto-common v0.1.6 |
2267 | 2024-07-03T18:06:18.263Z | Compiling futures-util v0.3.30 |
2268 | 2024-07-03T18:06:18.403Z | Compiling block-buffer v0.10.4 |
2269 | 2024-07-03T18:06:18.424Z | Compiling thiserror v1.0.60 |
2270 | 2024-07-03T18:06:18.570Z | Compiling tracing-attributes v0.1.27 |
2271 | 2024-07-03T18:06:18.678Z | Compiling digest v0.10.7 |
2272 | 2024-07-03T18:06:18.786Z | Compiling async-trait v0.1.80 |
2273 | 2024-07-03T18:06:20.057Z | Compiling hashbrown v0.14.5 |
2274 | 2024-07-03T18:06:20.825Z | Compiling openssl-macros v0.1.1 |
2275 | 2024-07-03T18:06:21.607Z | Compiling pest v2.7.10 |
2276 | 2024-07-03T18:06:21.661Z | Compiling data-encoding v2.6.0 |
2277 | 2024-07-03T18:06:21.744Z | Compiling psl-types v2.0.11 |
2278 | 2024-07-03T18:06:21.941Z | Compiling publicsuffix v2.2.3 |
2279 | 2024-07-03T18:06:22.189Z | Compiling hmac v0.12.1 |
2280 | 2024-07-03T18:06:22.387Z | Compiling scroll_derive v0.12.0 |
2281 | 2024-07-03T18:06:22.632Z | Compiling tracing v0.1.40 |
2282 | 2024-07-03T18:06:22.944Z | Compiling bitflags v1.3.2 |
2283 | 2024-07-03T18:06:23.052Z | Compiling webpki-roots v0.25.4 |
2284 | 2024-07-03T18:06:23.161Z | Compiling block-padding v0.3.3 |
2285 | 2024-07-03T18:06:23.213Z | Compiling der_derive v0.7.2 |
2286 | 2024-07-03T18:06:23.416Z | Compiling pem-rfc7468 v0.7.0 |
2287 | 2024-07-03T18:06:23.557Z | Compiling flagset v0.4.5 |
2288 | 2024-07-03T18:06:23.778Z | Compiling inout v0.1.3 |
2289 | 2024-07-03T18:06:23.917Z | Compiling scroll v0.12.0 |
2290 | 2024-07-03T18:06:24.058Z | Compiling futures-executor v0.3.30 |
2291 | 2024-07-03T18:06:24.074Z | Compiling pest_meta v2.7.10 |
2292 | 2024-07-03T18:06:24.177Z | Compiling cipher v0.4.4 |
2293 | 2024-07-03T18:06:24.473Z | Compiling futures v0.3.30 |
2294 | 2024-07-03T18:06:24.533Z | Compiling goblin v0.8.2 |
2295 | 2024-07-03T18:06:24.551Z | Compiling sha2 v0.10.8 |
2296 | 2024-07-03T18:06:24.596Z | Compiling either v1.12.0 |
2297 | 2024-07-03T18:06:24.663Z | Compiling ff v0.13.0 |
2298 | 2024-07-03T18:06:24.703Z | Compiling stable_deref_trait v1.2.0 |
2299 | 2024-07-03T18:06:24.812Z | Compiling base16ct v0.2.0 |
2300 | 2024-07-03T18:06:24.886Z | Compiling group v0.13.0 |
2301 | 2024-07-03T18:06:25.042Z | Compiling hkdf v0.12.4 |
2302 | 2024-07-03T18:06:25.192Z | Compiling crypto-bigint v0.5.5 |
2303 | 2024-07-03T18:06:25.256Z | Compiling crossbeam-epoch v0.9.18 |
2304 | 2024-07-03T18:06:25.321Z | Compiling pest_generator v2.7.10 |
2305 | 2024-07-03T18:06:25.854Z | Compiling der v0.7.9 |
2306 | 2024-07-03T18:06:26.113Z | Compiling num-integer v0.1.46 |
2307 | 2024-07-03T18:06:26.947Z | Compiling unicode-segmentation v1.11.0 |
2308 | 2024-07-03T18:06:27.460Z | Compiling managed v0.8.0 |
2309 | 2024-07-03T18:06:27.769Z | Compiling matches v0.1.10 |
2310 | 2024-07-03T18:06:27.869Z | Compiling idna v0.2.3 |
2311 | 2024-07-03T18:06:27.894Z | Compiling enum-as-inner v0.5.1 |
2312 | 2024-07-03T18:06:28.101Z | Compiling spki v0.7.3 |
2313 | 2024-07-03T18:06:28.495Z | Compiling bytes v1.6.0 |
2314 | 2024-07-03T18:06:28.947Z | Compiling indexmap v2.2.6 |
2315 | 2024-07-03T18:06:29.316Z | Compiling chrono v0.4.38 |
2316 | 2024-07-03T18:06:29.469Z | Compiling tokio v1.37.0 |
2317 | 2024-07-03T18:06:29.485Z | Compiling uuid v1.8.0 |
2318 | 2024-07-03T18:06:29.797Z | Compiling bitflags v2.5.0 |
2319 | 2024-07-03T18:06:30.312Z | Compiling semver v1.0.23 |
2320 | 2024-07-03T18:06:30.456Z | Compiling http v0.2.12 |
2321 | 2024-07-03T18:06:30.957Z | Compiling serde_tokenstream v0.2.0 |
2322 | 2024-07-03T18:06:31.096Z | Compiling serde_spanned v0.6.6 |
2323 | 2024-07-03T18:06:31.231Z | Compiling toml_datetime v0.6.6 |
2324 | 2024-07-03T18:06:31.330Z | Compiling openssl v0.10.64 |
2325 | 2024-07-03T18:06:31.517Z | Compiling toml_edit v0.19.15 |
2326 | 2024-07-03T18:06:32.011Z | Compiling http-body v0.4.6 |
2327 | 2024-07-03T18:06:32.492Z | Compiling rustix v0.38.34 |
2328 | 2024-07-03T18:06:33.091Z | Compiling serde_urlencoded v0.7.1 |
2329 | 2024-07-03T18:06:33.190Z | Compiling cookie_store v0.20.0 |
2330 | 2024-07-03T18:06:33.643Z | Compiling openapiv3 v2.0.0 |
2331 | 2024-07-03T18:06:34.832Z | Compiling rustc_version v0.4.0 |
2332 | 2024-07-03T18:06:35.334Z | Compiling pest_derive v2.7.10 |
2333 | 2024-07-03T18:06:35.635Z | Compiling dof v0.3.0 |
2334 | 2024-07-03T18:06:35.653Z | Compiling pkcs8 v0.10.2 |
2335 | 2024-07-03T18:06:35.765Z | Compiling ipnetwork v0.20.0 |
2336 | 2024-07-03T18:06:36.159Z | Compiling dtrace-parser v0.2.0 |
2337 | 2024-07-03T18:06:36.229Z | Compiling sec1 v0.7.3 |
2338 | 2024-07-03T18:06:36.721Z | Compiling elliptic-curve v0.13.8 |
2339 | 2024-07-03T18:06:36.801Z | Compiling usdt-impl v0.5.0 |
2340 | 2024-07-03T18:06:37.537Z | Compiling tokio-util v0.7.11 |
2341 | 2024-07-03T18:06:37.957Z | Compiling native-tls v0.2.11 |
2342 | 2024-07-03T18:06:38.292Z | Compiling tokio-rustls v0.24.1 |
2343 | 2024-07-03T18:06:38.421Z | Compiling tokio-native-tls v0.3.1 |
2344 | 2024-07-03T18:06:38.480Z | Compiling usdt-attr-macro v0.5.0 |
2345 | 2024-07-03T18:06:38.585Z | Compiling h2 v0.3.26 |
2346 | 2024-07-03T18:06:38.693Z | Compiling usdt-macro v0.5.0 |
2347 | 2024-07-03T18:06:38.718Z | Compiling toml v0.7.8 |
2348 | 2024-07-03T18:06:38.946Z | Compiling toml_edit v0.22.13 |
2349 | 2024-07-03T18:06:39.910Z | Compiling hex v0.4.3 |
2350 | 2024-07-03T18:06:40.184Z | Compiling siphasher v0.3.11 |
2351 | 2024-07-03T18:06:40.218Z | Compiling usdt v0.5.0 |
2352 | 2024-07-03T18:06:40.247Z | Compiling bit-vec v0.6.3 |
2353 | 2024-07-03T18:06:40.481Z | Compiling trust-dns-proto v0.22.0 |
2354 | 2024-07-03T18:06:40.566Z | Compiling heapless v0.7.17 |
2355 | 2024-07-03T18:06:40.583Z | Compiling terminal_size v0.3.0 |
2356 | 2024-07-03T18:06:40.704Z | Compiling num-bigint v0.4.5 |
2357 | 2024-07-03T18:06:40.722Z | Compiling regress v0.9.1 |
2358 | 2024-07-03T18:06:40.788Z | Compiling signal-hook v0.3.17 |
2359 | 2024-07-03T18:06:40.990Z | Compiling finl_unicode v1.2.0 |
2360 | 2024-07-03T18:06:41.037Z | Compiling clap_builder v4.5.2 |
2361 | 2024-07-03T18:06:41.578Z | Compiling stringprep v0.1.4 |
2362 | 2024-07-03T18:06:42.975Z | Compiling itertools v0.10.5 |
2363 | 2024-07-03T18:06:44.787Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2364 | 2024-07-03T18:06:45.930Z | Compiling hyper v0.14.28 |
2365 | 2024-07-03T18:06:45.955Z | Compiling yasna v0.5.2 |
2366 | 2024-07-03T18:06:47.902Z | Compiling md-5 v0.10.6 |
2367 | 2024-07-03T18:06:47.942Z | Compiling clap_derive v4.5.4 |
2368 | 2024-07-03T18:06:48.189Z | Compiling hash32 v0.2.1 |
2369 | 2024-07-03T18:06:48.599Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2370 | 2024-07-03T18:06:49.183Z | Compiling smoltcp v0.9.1 |
2371 | 2024-07-03T18:06:49.207Z | Compiling fallible-iterator v0.2.0 |
2372 | 2024-07-03T18:06:49.934Z | Compiling postgres-protocol v0.6.6 |
2373 | 2024-07-03T18:06:50.722Z | Compiling phf_shared v0.11.2 |
2374 | 2024-07-03T18:06:50.762Z | Compiling tokio-stream v0.1.15 |
2375 | 2024-07-03T18:06:51.056Z | Compiling hubpack_derive v0.1.1 |
2376 | 2024-07-03T18:06:51.135Z | Compiling zerocopy-derive v0.6.6 |
2377 | 2024-07-03T18:06:51.352Z | Compiling diesel_table_macro_syntax v0.1.0 |
2378 | 2024-07-03T18:06:51.437Z | Compiling scheduled-thread-pool v0.2.7 |
2379 | 2024-07-03T18:06:51.736Z | Compiling fs-err v2.11.0 |
2380 | 2024-07-03T18:06:51.758Z | Compiling fixedbitset v0.4.2 |
2381 | 2024-07-03T18:06:51.949Z | Compiling hubpack v0.1.2 |
2382 | 2024-07-03T18:06:52.042Z | Compiling petgraph v0.6.5 |
2383 | 2024-07-03T18:06:52.165Z | Compiling diesel_derives v2.1.4 |
2384 | 2024-07-03T18:06:52.206Z | Compiling r2d2 v0.8.10 |
2385 | 2024-07-03T18:06:52.428Z | Compiling phf v0.11.2 |
2386 | 2024-07-03T18:06:52.589Z | Compiling hyper-tls v0.5.0 |
2387 | 2024-07-03T18:06:52.720Z | Compiling hyper-rustls v0.24.2 |
2388 | 2024-07-03T18:06:52.970Z | Compiling postgres-types v0.2.6 |
2389 | 2024-07-03T18:06:53.087Z | Compiling reqwest v0.11.27 |
2390 | 2024-07-03T18:06:53.103Z | Compiling clap v4.5.4 |
2391 | 2024-07-03T18:06:53.458Z | Compiling zerocopy v0.6.6 |
2392 | 2024-07-03T18:06:54.330Z | Compiling signal-hook-mio v0.2.3 |
2393 | 2024-07-03T18:06:54.543Z | Compiling phf_shared v0.10.0 |
2394 | 2024-07-03T18:06:54.799Z | Compiling similar v2.5.0 |
2395 | 2024-07-03T18:06:54.947Z | Compiling num-iter v0.1.45 |
2396 | 2024-07-03T18:06:55.147Z | Compiling strum_macros v0.25.3 |
2397 | 2024-07-03T18:06:55.430Z | Compiling serde_repr v0.1.19 |
2398 | 2024-07-03T18:06:55.808Z | Compiling getopts v0.2.21 |
2399 | 2024-07-03T18:06:56.033Z | Compiling console v0.15.8 |
2400 | 2024-07-03T18:06:56.604Z | Compiling float-cmp v0.9.0 |
2401 | 2024-07-03T18:06:56.842Z | Compiling new_debug_unreachable v1.0.6 |
2402 | 2024-07-03T18:06:56.845Z | Compiling predicates-core v1.0.6 |
2403 | 2024-07-03T18:06:56.946Z | Compiling minimal-lexical v0.2.1 |
2404 | 2024-07-03T18:06:57.240Z | Compiling unsafe-libyaml v0.2.11 |
2405 | 2024-07-03T18:06:57.336Z | Compiling difflib v0.4.0 |
2406 | 2024-07-03T18:06:57.483Z | Compiling normalize-line-endings v0.3.0 |
2407 | 2024-07-03T18:06:57.584Z | Compiling whoami v1.5.1 |
2408 | 2024-07-03T18:06:57.610Z | Compiling precomputed-hash v0.1.1 |
2409 | 2024-07-03T18:06:57.733Z | Compiling static_assertions v1.1.0 |
2410 | 2024-07-03T18:06:57.844Z | Compiling predicates v3.1.0 |
2411 | 2024-07-03T18:06:58.249Z | Compiling tokio-postgres v0.7.10 |
2412 | 2024-07-03T18:06:59.016Z | Compiling serde_yaml v0.9.34+deprecated |
2413 | 2024-07-03T18:06:59.247Z | Compiling string_cache v0.8.7 |
2414 | 2024-07-03T18:06:59.532Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2415 | 2024-07-03T18:06:59.596Z | Compiling nom v7.1.3 |
2416 | 2024-07-03T18:06:59.736Z | Compiling crossterm v0.27.0 |
2417 | 2024-07-03T18:07:03.457Z | Compiling bit-set v0.5.3 |
2418 | 2024-07-03T18:07:03.472Z | Compiling itertools v0.12.1 |
2419 | 2024-07-03T18:07:03.538Z | Compiling bstr v1.9.1 |
2420 | 2024-07-03T18:07:03.730Z | Compiling unicode-xid v0.2.4 |
2421 | 2024-07-03T18:07:03.920Z | Compiling peg-runtime v0.8.3 |
2422 | 2024-07-03T18:07:04.279Z | Compiling lalrpop-util v0.19.12 |
2423 | 2024-07-03T18:07:04.614Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2424 | 2024-07-03T18:07:04.652Z | Compiling sha1 v0.10.6 |
2425 | 2024-07-03T18:07:04.861Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2426 | 2024-07-03T18:07:05.072Z | Compiling camino v1.1.7 |
2427 | 2024-07-03T18:07:05.092Z | Compiling strum_macros v0.26.2 |
2428 | 2024-07-03T18:07:05.404Z | Compiling http v1.1.0 |
2429 | 2024-07-03T18:07:05.613Z | Compiling diesel v2.1.6 |
2430 | 2024-07-03T18:07:06.042Z | Compiling base64 v0.22.1 |
2431 | 2024-07-03T18:07:06.059Z | Compiling toml v0.8.13 |
2432 | 2024-07-03T18:07:06.702Z | Compiling rustls-pki-types v1.7.0 |
2433 | 2024-07-03T18:07:06.843Z | Compiling ident_case v1.0.1 |
2434 | 2024-07-03T18:07:07.029Z | Compiling darling_core v0.20.9 |
2435 | 2024-07-03T18:07:07.549Z | Compiling crossbeam-channel v0.5.12 |
2436 | 2024-07-03T18:07:07.770Z | Compiling paste v1.0.15 |
2437 | 2024-07-03T18:07:07.937Z | Compiling rustls v0.22.4 |
2438 | 2024-07-03T18:07:08.233Z | Compiling slog-term v2.9.1 |
2439 | 2024-07-03T18:07:08.390Z | Compiling slog-async v2.8.0 |
2440 | 2024-07-03T18:07:08.611Z | Compiling rustls-webpki v0.102.4 |
2441 | 2024-07-03T18:07:08.958Z | Compiling instant v0.1.12 |
2442 | 2024-07-03T18:07:09.111Z | Compiling multer v3.1.0 |
2443 | 2024-07-03T18:07:09.410Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2444 | 2024-07-03T18:07:09.554Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2445 | 2024-07-03T18:07:09.624Z | Compiling slog-json v2.6.1 |
2446 | 2024-07-03T18:07:10.037Z | Compiling async-stream-impl v0.3.5 |
2447 | 2024-07-03T18:07:10.420Z | Compiling strum v0.26.2 |
2448 | 2024-07-03T18:07:10.610Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2449 | 2024-07-03T18:07:10.756Z | Compiling atomic-waker v1.1.2 |
2450 | 2024-07-03T18:07:10.808Z | Compiling debug-ignore v1.0.5 |
2451 | 2024-07-03T18:07:10.952Z | Compiling waitgroup v0.1.2 |
2452 | 2024-07-03T18:07:10.970Z | Compiling slog-bunyan v2.5.0 |
2453 | 2024-07-03T18:07:11.173Z | Compiling rustls-pemfile v2.1.2 |
2454 | 2024-07-03T18:07:11.189Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2455 | 2024-07-03T18:07:11.531Z | Compiling async-stream v0.3.5 |
2456 | 2024-07-03T18:07:11.634Z | Compiling serde_path_to_error v0.1.16 |
2457 | 2024-07-03T18:07:11.874Z | Compiling structmeta-derive v0.3.0 |
2458 | 2024-07-03T18:07:12.035Z | Compiling hostname v0.4.0 |
2459 | 2024-07-03T18:07:12.308Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2460 | 2024-07-03T18:07:12.505Z | Compiling newtype-uuid v1.1.0 |
2461 | 2024-07-03T18:07:12.811Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2462 | 2024-07-03T18:07:13.075Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2463 | 2024-07-03T18:07:13.389Z | Compiling backoff v0.4.0 |
2464 | 2024-07-03T18:07:13.436Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2465 | 2024-07-03T18:07:13.578Z | Compiling tokio-rustls v0.25.0 |
2466 | 2024-07-03T18:07:13.604Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2467 | 2024-07-03T18:07:13.719Z | Compiling macaddr v1.0.1 |
2468 | 2024-07-03T18:07:13.784Z | Compiling proc-macro-crate v1.3.1 |
2469 | 2024-07-03T18:07:14.188Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2470 | 2024-07-03T18:07:14.504Z | Compiling darling_macro v0.20.9 |
2471 | 2024-07-03T18:07:14.535Z | Compiling fastrand v2.1.0 |
2472 | 2024-07-03T18:07:14.908Z | Compiling num_enum_derive v0.5.11 |
2473 | 2024-07-03T18:07:14.998Z | Compiling structmeta v0.3.0 |
2474 | 2024-07-03T18:07:15.164Z | Compiling tempfile v3.10.1 |
2475 | 2024-07-03T18:07:15.486Z | Compiling parse-display-derive v0.9.0 |
2476 | 2024-07-03T18:07:15.553Z | Compiling darling v0.20.9 |
2477 | 2024-07-03T18:07:15.682Z | Compiling serde_with_macros v3.8.1 |
2478 | 2024-07-03T18:07:16.141Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2479 | 2024-07-03T18:07:16.442Z | Compiling foreign-types-macros v0.2.3 |
2480 | 2024-07-03T18:07:17.809Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2481 | 2024-07-03T18:07:17.849Z | Compiling num_enum v0.5.11 |
2482 | 2024-07-03T18:07:18.019Z | Compiling heapless v0.8.0 |
2483 | 2024-07-03T18:07:18.072Z | Compiling foreign-types-shared v0.3.1 |
2484 | 2024-07-03T18:07:18.199Z | Compiling foreign-types v0.5.0 |
2485 | 2024-07-03T18:07:18.261Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2486 | 2024-07-03T18:07:18.347Z | Compiling proc-macro-error v1.0.4 |
2487 | 2024-07-03T18:07:18.920Z | Compiling serde_with v3.8.1 |
2488 | 2024-07-03T18:07:19.101Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2489 | 2024-07-03T18:07:19.217Z | Compiling cstr-argument v0.1.2 |
2490 | 2024-07-03T18:07:19.487Z | Compiling hash32 v0.3.1 |
2491 | 2024-07-03T18:07:19.748Z | Compiling smoltcp v0.11.0 |
2492 | 2024-07-03T18:07:19.886Z | Compiling pretty-hex v0.2.1 |
2493 | 2024-07-03T18:07:20.117Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2494 | 2024-07-03T18:07:20.474Z | Compiling parse-display v0.9.0 |
2495 | 2024-07-03T18:07:20.522Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2496 | 2024-07-03T18:07:20.544Z | Compiling camino-tempfile v1.1.1 |
2497 | 2024-07-03T18:07:21.022Z | Compiling tabwriter v1.4.0 |
2498 | 2024-07-03T18:07:21.137Z | Compiling colored v2.1.0 |
2499 | 2024-07-03T18:07:21.184Z | Compiling socket2 v0.4.10 |
2500 | 2024-07-03T18:07:21.272Z | Compiling cobs v0.2.3 |
2501 | 2024-07-03T18:07:21.568Z | Compiling embedded-io v0.4.0 |
2502 | 2024-07-03T18:07:21.806Z | Compiling postcard v1.0.8 |
2503 | 2024-07-03T18:07:21.943Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2504 | 2024-07-03T18:07:22.131Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2505 | 2024-07-03T18:07:22.235Z | Compiling crucible-workspace-hack v0.1.0 |
2506 | 2024-07-03T18:07:22.384Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2507 | 2024-07-03T18:07:22.519Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2508 | 2024-07-03T18:07:22.733Z | Compiling smf v0.2.3 |
2509 | 2024-07-03T18:07:22.797Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2510 | 2024-07-03T18:07:22.823Z | Compiling humantime v2.1.0 |
2511 | 2024-07-03T18:07:23.150Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2512 | 2024-07-03T18:07:23.246Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2513 | 2024-07-03T18:07:23.385Z | Compiling num-derive v0.4.2 |
2514 | 2024-07-03T18:07:23.740Z | Compiling sigpipe v0.1.3 |
2515 | 2024-07-03T18:07:23.869Z | Compiling utf-8 v0.7.6 |
2516 | 2024-07-03T18:07:24.151Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2517 | 2024-07-03T18:07:24.223Z | Compiling atty v0.2.14 |
2518 | 2024-07-03T18:07:24.360Z | Compiling same-file v1.0.6 |
2519 | 2024-07-03T18:07:24.595Z | Compiling semver v0.1.20 |
2520 | 2024-07-03T18:07:24.595Z | Compiling rayon-core v1.12.1 |
2521 | 2024-07-03T18:07:24.691Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2522 | 2024-07-03T18:07:24.877Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2523 | 2024-07-03T18:07:25.353Z | Compiling rustc_version v0.1.7 |
2524 | 2024-07-03T18:07:25.886Z | Compiling walkdir v2.5.0 |
2525 | 2024-07-03T18:07:25.915Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2526 | 2024-07-03T18:07:26.604Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2527 | 2024-07-03T18:07:26.621Z | Compiling curve25519-dalek v4.1.3 |
2528 | 2024-07-03T18:07:26.670Z | Compiling newline-converter v0.3.0 |
2529 | 2024-07-03T18:07:26.884Z | Compiling crossbeam-deque v0.8.5 |
2530 | 2024-07-03T18:07:26.901Z | Compiling universal-hash v0.5.1 |
2531 | 2024-07-03T18:07:26.905Z | Compiling prettyplease v0.2.20 |
2532 | 2024-07-03T18:07:27.000Z | Compiling opaque-debug v0.3.1 |
2533 | 2024-07-03T18:07:27.101Z | Compiling expectorate v1.1.0 |
2534 | 2024-07-03T18:07:27.118Z | Compiling newtype_derive v0.1.6 |
2535 | 2024-07-03T18:07:27.217Z | Compiling xattr v1.3.1 |
2536 | 2024-07-03T18:07:27.265Z | Compiling num-rational v0.4.2 |
2537 | 2024-07-03T18:07:27.367Z | Compiling signature v2.2.0 |
2538 | 2024-07-03T18:07:27.387Z | Compiling curve25519-dalek-derive v0.1.1 |
2539 | 2024-07-03T18:07:27.507Z | Compiling num-complex v0.4.6 |
2540 | 2024-07-03T18:07:27.684Z | Compiling ring v0.16.20 |
2541 | 2024-07-03T18:07:28.626Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2542 | 2024-07-03T18:07:28.804Z | Compiling blake3 v1.5.1 |
2543 | 2024-07-03T18:07:28.842Z | Compiling unicase v2.7.0 |
2544 | 2024-07-03T18:07:28.991Z | Compiling linked-hash-map v0.5.6 |
2545 | 2024-07-03T18:07:29.010Z | Compiling termcolor v1.4.1 |
2546 | 2024-07-03T18:07:29.115Z | Compiling quick-error v1.2.3 |
2547 | 2024-07-03T18:07:29.134Z | Compiling convert_case v0.4.0 |
2548 | 2024-07-03T18:07:29.276Z | Compiling arc-swap v1.7.1 |
2549 | 2024-07-03T18:07:29.361Z | Compiling getrandom v0.1.16 |
2550 | 2024-07-03T18:07:29.788Z | Compiling slog-scope v4.4.0 |
2551 | 2024-07-03T18:07:29.893Z | Compiling env_logger v0.9.3 |
2552 | 2024-07-03T18:07:29.941Z | Compiling lru-cache v0.1.2 |
2553 | 2024-07-03T18:07:30.041Z | Compiling resolv-conf v0.7.0 |
2554 | 2024-07-03T18:07:30.156Z | Compiling derive_more v0.99.17 |
2555 | 2024-07-03T18:07:30.338Z | Compiling tar v0.4.40 |
2556 | 2024-07-03T18:07:30.855Z | Compiling num v0.4.3 |
2557 | 2024-07-03T18:07:30.970Z | Compiling rayon v1.10.0 |
2558 | 2024-07-03T18:07:32.515Z | Compiling tungstenite v0.21.0 |
2559 | 2024-07-03T18:07:33.083Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2560 | 2024-07-03T18:07:33.568Z | Compiling blake2 v0.10.6 |
2561 | 2024-07-03T18:07:34.599Z | Compiling bitstruct_derive v0.1.0 |
2562 | 2024-07-03T18:07:34.718Z | Compiling derive-where v1.2.7 |
2563 | 2024-07-03T18:07:34.924Z | Compiling password-hash v0.5.0 |
2564 | 2024-07-03T18:07:35.913Z | Compiling memmap2 v0.9.4 |
2565 | 2024-07-03T18:07:35.995Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2566 | 2024-07-03T18:07:36.018Z | Compiling home v0.5.9 |
2567 | 2024-07-03T18:07:36.127Z | Compiling float-ord v0.3.2 |
2568 | 2024-07-03T18:07:36.288Z | Compiling arrayvec v0.7.4 |
2569 | 2024-07-03T18:07:36.304Z | Compiling arrayref v0.3.7 |
2570 | 2024-07-03T18:07:36.369Z | Compiling libefi-sys v0.1.0 |
2571 | 2024-07-03T18:07:36.405Z | Compiling constant_time_eq v0.3.0 |
2572 | 2024-07-03T18:07:36.601Z | Compiling parking_lot_core v0.8.6 |
2573 | 2024-07-03T18:07:36.619Z | Compiling untrusted v0.7.1 |
2574 | 2024-07-03T18:07:36.677Z | Compiling spin v0.5.2 |
2575 | 2024-07-03T18:07:36.797Z | Compiling ascii v1.1.0 |
2576 | 2024-07-03T18:07:37.309Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2577 | 2024-07-03T18:07:37.385Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2578 | 2024-07-03T18:07:37.536Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2579 | 2024-07-03T18:07:38.402Z | Compiling toolchain_find v0.4.0 |
2580 | 2024-07-03T18:07:38.781Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2581 | 2024-07-03T18:07:38.805Z | Compiling bitstruct v0.1.1 |
2582 | 2024-07-03T18:07:38.830Z | Compiling argon2 v0.5.3 |
2583 | 2024-07-03T18:07:38.875Z | Compiling tokio-tungstenite v0.21.0 |
2584 | 2024-07-03T18:07:38.924Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-07-03T18:07:39.082Z | Compiling trust-dns-resolver v0.22.0 |
2586 | 2024-07-03T18:07:39.382Z | Compiling slog-stdlog v4.1.1 |
2587 | 2024-07-03T18:07:39.572Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2588 | 2024-07-03T18:07:39.769Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-07-03T18:07:39.898Z | Compiling serde_arrays v0.1.0 |
2590 | 2024-07-03T18:07:40.093Z | Compiling erased-serde v0.3.31 |
2591 | 2024-07-03T18:07:40.174Z | Compiling rfc6979 v0.4.0 |
2592 | 2024-07-03T18:07:40.382Z | Compiling aead v0.5.2 |
2593 | 2024-07-03T18:07:40.385Z | Compiling bitfield-struct v0.6.1 |
2594 | 2024-07-03T18:07:40.752Z | Compiling nibble_vec v0.1.0 |
2595 | 2024-07-03T18:07:40.804Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2596 | 2024-07-03T18:07:40.968Z | Compiling slog-dtrace v0.3.0 |
2597 | 2024-07-03T18:07:41.178Z | Compiling keccak v0.1.5 |
2598 | 2024-07-03T18:07:41.242Z | Compiling topological-sort v0.2.2 |
2599 | 2024-07-03T18:07:41.471Z | Compiling endian-type v0.1.2 |
2600 | 2024-07-03T18:07:41.569Z | Compiling cancel-safe-futures v0.1.5 |
2601 | 2024-07-03T18:07:41.702Z | Compiling radix_trie v0.2.1 |
2602 | 2024-07-03T18:07:41.761Z | Compiling sha3 v0.10.8 |
2603 | 2024-07-03T18:07:41.861Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2604 | 2024-07-03T18:07:41.922Z | Compiling omicron-zone-package v0.11.0 |
2605 | 2024-07-03T18:07:42.231Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2606 | 2024-07-03T18:07:42.350Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2607 | 2024-07-03T18:07:42.548Z | Compiling ecdsa v0.16.9 |
2608 | 2024-07-03T18:07:42.636Z | Compiling mime_guess v2.0.4 |
2609 | 2024-07-03T18:07:42.771Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2610 | 2024-07-03T18:07:42.809Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2611 | 2024-07-03T18:07:43.383Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2612 | 2024-07-03T18:07:43.526Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2613 | 2024-07-03T18:07:43.895Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2614 | 2024-07-03T18:07:44.061Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2615 | 2024-07-03T18:07:44.569Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2616 | 2024-07-03T18:07:44.935Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2617 | 2024-07-03T18:07:45.367Z | Compiling rand_core v0.5.1 |
2618 | 2024-07-03T18:07:45.456Z | Compiling slog-envlogger v2.2.0 |
2619 | 2024-07-03T18:07:45.675Z | Compiling steno v0.4.1 |
2620 | 2024-07-03T18:07:45.890Z | Compiling rustfmt-wrapper v0.2.1 |
2621 | 2024-07-03T18:07:46.385Z | Compiling poly1305 v0.8.0 |
2622 | 2024-07-03T18:07:46.471Z | Compiling tungstenite v0.20.1 |
2623 | 2024-07-03T18:07:46.996Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2624 | 2024-07-03T18:07:47.746Z | Compiling primeorder v0.13.6 |
2625 | 2024-07-03T18:07:48.134Z | Compiling heck v0.3.3 |
2626 | 2024-07-03T18:07:48.277Z | Compiling chacha20 v0.9.1 |
2627 | 2024-07-03T18:07:48.581Z | Compiling secrecy v0.8.0 |
2628 | 2024-07-03T18:07:48.646Z | Compiling thiserror-impl-no-std v2.0.2 |
2629 | 2024-07-03T18:07:48.717Z | Compiling half v2.4.1 |
2630 | 2024-07-03T18:07:48.739Z | Compiling ciborium-io v0.2.2 |
2631 | 2024-07-03T18:07:48.838Z | Compiling option-ext v0.2.0 |
2632 | 2024-07-03T18:07:48.870Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2633 | 2024-07-03T18:07:48.971Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2634 | 2024-07-03T18:07:48.999Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2635 | 2024-07-03T18:07:49.278Z | Compiling ciborium-ll v0.2.2 |
2636 | 2024-07-03T18:07:49.296Z | Compiling dirs-sys v0.4.1 |
2637 | 2024-07-03T18:07:49.720Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2638 | 2024-07-03T18:07:49.966Z | Compiling zone_cfg_derive v0.1.2 |
2639 | 2024-07-03T18:07:49.999Z | Compiling tokio-tungstenite v0.20.1 |
2640 | 2024-07-03T18:07:50.606Z | Compiling parking_lot v0.11.2 |
2641 | 2024-07-03T18:07:51.098Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2642 | 2024-07-03T18:07:51.461Z | Compiling rand_chacha v0.2.2 |
2643 | 2024-07-03T18:07:51.489Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2644 | 2024-07-03T18:07:51.773Z | Compiling trust-dns-client v0.22.0 |
2645 | 2024-07-03T18:07:51.988Z | Compiling thiserror-no-std v2.0.2 |
2646 | 2024-07-03T18:07:52.228Z | Compiling ed25519 v2.2.3 |
2647 | 2024-07-03T18:07:52.684Z | Compiling polyval v0.6.2 |
2648 | 2024-07-03T18:07:52.725Z | Compiling libsw v3.3.1 |
2649 | 2024-07-03T18:07:53.056Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2650 | 2024-07-03T18:07:53.131Z | Compiling toml v0.5.11 |
2651 | 2024-07-03T18:07:53.459Z | Compiling aes v0.8.4 |
2652 | 2024-07-03T18:07:53.489Z | Compiling ctr v0.9.2 |
2653 | 2024-07-03T18:07:53.749Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2654 | 2024-07-03T18:07:53.863Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2655 | 2024-07-03T18:07:55.025Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2656 | 2024-07-03T18:07:56.391Z | Compiling blowfish v0.9.1 |
2657 | 2024-07-03T18:07:56.863Z | Compiling pbkdf2 v0.12.2 |
2658 | 2024-07-03T18:07:56.934Z | Compiling password-hash v0.4.2 |
2659 | 2024-07-03T18:07:57.037Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2660 | 2024-07-03T18:07:57.939Z | Compiling gethostname v0.4.3 |
2661 | 2024-07-03T18:07:58.030Z | Compiling fxhash v0.2.1 |
2662 | 2024-07-03T18:07:58.233Z | Compiling base64 v0.13.1 |
2663 | 2024-07-03T18:07:58.236Z | Compiling owo-colors v4.0.0 |
2664 | 2024-07-03T18:07:58.878Z | Compiling linear-map v1.2.0 |
2665 | 2024-07-03T18:07:59.259Z | Compiling ron v0.7.1 |
2666 | 2024-07-03T18:07:59.573Z | Compiling sled v0.34.7 |
2667 | 2024-07-03T18:08:00.613Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2668 | 2024-07-03T18:08:01.754Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2669 | 2024-07-03T18:08:02.235Z | Compiling pbkdf2 v0.11.0 |
2670 | 2024-07-03T18:08:02.610Z | Compiling bcrypt-pbkdf v0.10.0 |
2671 | 2024-07-03T18:08:03.259Z | Compiling trust-dns-server v0.22.1 |
2672 | 2024-07-03T18:08:04.387Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2673 | 2024-07-03T18:08:05.011Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2674 | 2024-07-03T18:08:05.842Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2675 | 2024-07-03T18:08:06.631Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2676 | 2024-07-03T18:08:06.658Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2677 | 2024-07-03T18:08:07.839Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2678 | 2024-07-03T18:08:08.568Z | Compiling ghash v0.5.1 |
2679 | 2024-07-03T18:08:08.774Z | Compiling ed25519-dalek v2.1.1 |
2680 | 2024-07-03T18:08:09.716Z | Compiling vsss-rs v3.3.4 |
2681 | 2024-07-03T18:08:09.813Z | Compiling rand v0.7.3 |
2682 | 2024-07-03T18:08:10.544Z | Compiling zone v0.1.8 |
2683 | 2024-07-03T18:08:10.932Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2684 | 2024-07-03T18:08:11.363Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2685 | 2024-07-03T18:08:11.602Z | Compiling ciborium v0.2.2 |
2686 | 2024-07-03T18:08:11.785Z | Compiling dirs v5.0.1 |
2687 | 2024-07-03T18:08:12.115Z | Compiling chacha20poly1305 v0.10.1 |
2688 | 2024-07-03T18:08:12.355Z | Compiling p256 v0.13.2 |
2689 | 2024-07-03T18:08:12.440Z | Compiling p521 v0.13.3 |
2690 | 2024-07-03T18:08:13.142Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2691 | 2024-07-03T18:08:13.286Z | Compiling pem v3.0.4 |
2692 | 2024-07-03T18:08:14.128Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2693 | 2024-07-03T18:08:14.372Z | Compiling headers-core v0.2.0 |
2694 | 2024-07-03T18:08:14.485Z | Compiling cbc v0.1.2 |
2695 | 2024-07-03T18:08:14.535Z | Compiling kstat-rs v0.2.4 |
2696 | 2024-07-03T18:08:14.541Z | Compiling portpicker v0.1.1 |
2697 | 2024-07-03T18:08:14.734Z | Compiling nanorand v0.7.0 |
2698 | 2024-07-03T18:08:14.865Z | Compiling russh-cryptovec v0.7.2 |
2699 | 2024-07-03T18:08:14.949Z | Compiling http-range v0.1.5 |
2700 | 2024-07-03T18:08:15.234Z | Compiling glob v0.3.1 |
2701 | 2024-07-03T18:08:15.263Z | Compiling md5 v0.7.0 |
2702 | 2024-07-03T18:08:15.370Z | Compiling hyper-staticfile v0.9.5 |
2703 | 2024-07-03T18:08:15.407Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2704 | 2024-07-03T18:08:15.778Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2705 | 2024-07-03T18:08:15.971Z | Compiling russh-keys v0.43.0 |
2706 | 2024-07-03T18:08:16.248Z | Compiling flume v0.11.0 |
2707 | 2024-07-03T18:08:16.383Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2708 | 2024-07-03T18:08:16.963Z | Compiling headers v0.3.9 |
2709 | 2024-07-03T18:08:17.970Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2710 | 2024-07-03T18:08:19.009Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2711 | 2024-07-03T18:08:19.708Z | Compiling rcgen v0.12.1 |
2712 | 2024-07-03T18:08:21.185Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2713 | 2024-07-03T18:08:21.777Z | Compiling aes-gcm v0.10.3 |
2714 | 2024-07-03T18:08:22.090Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2715 | 2024-07-03T18:08:22.279Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2716 | 2024-07-03T18:08:22.434Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2717 | 2024-07-03T18:08:24.200Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2718 | 2024-07-03T18:08:27.464Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2719 | 2024-07-03T18:08:28.907Z | Compiling atomicwrites v0.4.3 |
2720 | 2024-07-03T18:08:29.235Z | Compiling subprocess v0.2.9 |
2721 | 2024-07-03T18:08:29.265Z | Compiling hex-literal v0.4.1 |
2722 | 2024-07-03T18:08:29.426Z | Compiling dhcproto-macros v0.1.0 |
2723 | 2024-07-03T18:08:30.460Z | Compiling display-error-chain v0.2.0 |
2724 | 2024-07-03T18:08:30.643Z | Compiling dhcproto v0.11.0 |
2725 | 2024-07-03T18:08:31.376Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2726 | 2024-07-03T18:08:31.514Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2727 | 2024-07-03T18:08:31.573Z | Compiling russh v0.43.0 |
2728 | 2024-07-03T18:08:32.408Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2729 | 2024-07-03T18:08:34.151Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2730 | 2024-07-03T18:08:34.376Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2731 | 2024-07-03T18:08:34.866Z | Compiling internet-checksum v0.2.1 |
2732 | 2024-07-03T18:08:56.986Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2733 | 2024-07-03T18:09:41.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 44s |
2734 | 2024-07-03T18:09:41.591Z | |
2735 | 2024-07-03T18:09:41.597Z | real 3:44.205638350 |
2736 | 2024-07-03T18:09:41.597Z | user 19:54.040509985 |
2737 | 2024-07-03T18:09:41.597Z | sys 4:17.491687203 |
2738 | 2024-07-03T18:09:41.597Z | trap 0.576457978 |
2739 | 2024-07-03T18:09:41.597Z | tflt 0.561840763 |
2740 | 2024-07-03T18:09:41.597Z | dflt 2.083984341 |
2741 | 2024-07-03T18:09:41.597Z | kflt 0.000023257 |
2742 | 2024-07-03T18:09:41.597Z | lock 42:43.348782000 |
2743 | 2024-07-03T18:09:41.597Z | slp 57:19.335952215 |
2744 | 2024-07-03T18:09:41.597Z | lat 1:04.353003006 |
2745 | 2024-07-03T18:09:41.597Z | stop 2:24.671694439 |
2746 | 2024-07-03T18:09:41.597Z | + mkdir tests |
2747 | 2024-07-03T18:09:41.600Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2748 | 2024-07-03T18:09:41.600Z | + xargs -I '{}' -t cp '{}' tests/ |
2749 | 2024-07-03T18:09:42.960Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-147e4a2b0c12705f tests/ |
2750 | 2024-07-03T18:09:42.987Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5456c7bb22a4aff2 tests/ |
2751 | 2024-07-03T18:09:43.012Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-2a5847386a86d55b tests/ |
2752 | 2024-07-03T18:09:43.040Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1832c21e673c9e6b tests/ |
2753 | 2024-07-03T18:09:43.387Z | + 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/*) |
2754 | 2024-07-03T18:09:43.390Z | + 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-5456c7bb22a4aff2 tests/commtest-2a5847386a86d55b tests/dhcp_server-147e4a2b0c12705f tests/end_to_end_tests-1832c21e673c9e6b 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 |
2755 | 2024-07-03T18:10:47.836Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2756 | 2024-07-03T18:10:47.836Z | a out/target/test 1K |
2757 | 2024-07-03T18:10:47.836Z | a out/npuzone/npuzone 23144K |
2758 | 2024-07-03T18:10:47.836Z | a package-manifest.toml 29K |
2759 | 2024-07-03T18:10:47.836Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2760 | 2024-07-03T18:10:47.836Z | a target/release/omicron-package 32438K |
2761 | 2024-07-03T18:10:47.836Z | a target/release/xtask 18131K |
2762 | 2024-07-03T18:10:47.836Z | a target/debug/bootstrap 357014K |
2763 | 2024-07-03T18:10:47.836Z | a tests/bootstrap-5456c7bb22a4aff2 23982K |
2764 | 2024-07-03T18:10:47.836Z | a tests/commtest-2a5847386a86d55b 23983K |
2765 | 2024-07-03T18:10:47.836Z | a tests/dhcp_server-147e4a2b0c12705f 23982K |
2766 | 2024-07-03T18:10:47.836Z | a tests/end_to_end_tests-1832c21e673c9e6b 368400K |
2767 | 2024-07-03T18:10:47.837Z | a out/clickhouse.tar.gz 223064K |
2768 | 2024-07-03T18:10:47.837Z | a out/clickhouse_keeper.tar.gz 223045K |
2769 | 2024-07-03T18:10:47.837Z | a out/cockroachdb.tar.gz 131893K |
2770 | 2024-07-03T18:10:47.837Z | a out/crucible-dtrace.tar 85K |
2771 | 2024-07-03T18:10:47.837Z | a out/crucible-pantry-zone.tar.gz 27020K |
2772 | 2024-07-03T18:10:47.837Z | a out/crucible-zone.tar.gz 37397K |
2773 | 2024-07-03T18:10:47.837Z | a out/external-dns.tar.gz 25095K |
2774 | 2024-07-03T18:10:47.837Z | a out/internal-dns.tar.gz 25095K |
2775 | 2024-07-03T18:10:47.837Z | a out/mg-ddm-gz.tar 60616K |
2776 | 2024-07-03T18:10:47.837Z | a out/nexus.tar.gz 84434K |
2777 | 2024-07-03T18:10:47.837Z | a out/ntp.tar.gz 8899K |
2778 | 2024-07-03T18:10:47.837Z | a out/omicron-gateway-softnpu.tar.gz 13796K |
2779 | 2024-07-03T18:10:47.837Z | a out/omicron-sled-agent.tar 94591K |
2780 | 2024-07-03T18:10:47.837Z | a out/overlay.tar.gz 3K |
2781 | 2024-07-03T18:10:47.837Z | a out/oximeter.tar.gz 41481K |
2782 | 2024-07-03T18:10:47.837Z | a out/oxlog.tar 2955K |
2783 | 2024-07-03T18:10:47.837Z | a out/probe.tar.gz 2764K |
2784 | 2024-07-03T18:10:47.837Z | a out/propolis-server.tar.gz 64642K |
2785 | 2024-07-03T18:10:47.837Z | a out/pumpkind-gz.tar 26665K |
2786 | 2024-07-03T18:10:47.837Z | a out/switch-softnpu.tar.gz 196019K |
2787 | 2024-07-03T18:10:47.840Z | |
2788 | 2024-07-03T18:10:47.840Z | real 1:04.440761832 |
2789 | 2024-07-03T18:10:47.840Z | user 1:01.747896557 |
2790 | 2024-07-03T18:10:47.841Z | sys 3.711084172 |
2791 | 2024-07-03T18:10:47.841Z | trap 0.014145316 |
2792 | 2024-07-03T18:10:47.841Z | tflt 0.000000000 |
2793 | 2024-07-03T18:10:47.841Z | dflt 0.000000000 |
2794 | 2024-07-03T18:10:47.841Z | kflt 0.000000000 |
2795 | 2024-07-03T18:10:47.841Z | lock 0.000000000 |
2796 | 2024-07-03T18:10:47.841Z | slp 1:01.653673782 |
2797 | 2024-07-03T18:10:47.841Z | lat 1.748756898 |
2798 | 2024-07-03T18:10:47.841Z | stop 0.000533757 |
2799 | 2024-07-03T18:10:47.841Z | process exited: duration 1750393 ms, exit code 0 |
|
2800 | 2024-07-03T18:10:47.856Z | found 1 output files |
2801 | 2024-07-03T18:10:47.856Z | uploading: /work/package.tar.gz (1402625802 bytes) |
2802 | 2024-07-03T18:11:16.254Z | uploaded: /work/package.tar.gz |