|
|
|
1 | 2024-08-12T20:33:49.872Z | job assigned to worker 01J544PCNGSD0MW3CEYYCNNZTF (queued for 1 m 4 s) |
|
2 | 2024-08-12T20:33:57.311Z | starting task 0: "setup" |
3 | 2024-08-12T20:33:57.379Z | ++ uname -s |
4 | 2024-08-12T20:33:57.403Z | + kern=SunOS |
5 | 2024-08-12T20:33:57.403Z | + case "$kern" in |
6 | 2024-08-12T20:33:57.404Z | + groupadd -g 12345 build |
7 | 2024-08-12T20:33:57.404Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-12T20:33:59.380Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-12T20:33:59.476Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-12T20:33:59.479Z | + home_fs=zfs |
11 | 2024-08-12T20:33:59.479Z | + [[ zfs == autofs ]] |
12 | 2024-08-12T20:33:59.480Z | + mkdir -p /home/build |
13 | 2024-08-12T20:33:59.483Z | + chown build:build /home/build /work |
14 | 2024-08-12T20:34:01.483Z | + chmod 0700 /home/build /work |
15 | 2024-08-12T20:34:01.493Z | process exited: duration 4174 ms, exit code 0 |
|
16 | 2024-08-12T20:34:01.499Z | starting task 1: "rust-toolchain" |
17 | 2024-08-12T20:34:01.504Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-12T20:34:01.504Z | ' 1.80.1 |
19 | 2024-08-12T20:34:01.504Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-12T20:34:01.504Z | ' default |
21 | 2024-08-12T20:34:01.507Z | * toolchain channel = "1.80.1" |
22 | 2024-08-12T20:34:01.507Z | * toolchain profile = "default" |
23 | 2024-08-12T20:34:01.507Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-12T20:34:01.507Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-12T20:34:01.629Z | info: downloading installer |
26 | 2024-08-12T20:34:03.131Z | info: profile set to 'default' |
27 | 2024-08-12T20:34:03.131Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-12T20:34:03.134Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-12T20:34:03.273Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-12T20:34:03.273Z | info: downloading component 'cargo' |
31 | 2024-08-12T20:34:04.034Z | info: downloading component 'clippy' |
32 | 2024-08-12T20:34:04.303Z | info: downloading component 'rust-docs' |
33 | 2024-08-12T20:34:05.368Z | info: downloading component 'rust-std' |
34 | 2024-08-12T20:34:06.861Z | info: downloading component 'rustc' |
35 | 2024-08-12T20:34:10.909Z | info: downloading component 'rustfmt' |
36 | 2024-08-12T20:34:11.138Z | info: installing component 'cargo' |
37 | 2024-08-12T20:34:11.972Z | info: installing component 'clippy' |
38 | 2024-08-12T20:34:12.344Z | info: installing component 'rust-docs' |
39 | 2024-08-12T20:34:13.995Z | info: installing component 'rust-std' |
40 | 2024-08-12T20:34:15.608Z | info: installing component 'rustc' |
41 | 2024-08-12T20:34:19.878Z | info: installing component 'rustfmt' |
42 | 2024-08-12T20:34:20.217Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-12T20:34:20.217Z | |
44 | 2024-08-12T20:34:20.469Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-12T20:34:20.469Z | |
46 | 2024-08-12T20:34:20.473Z | |
47 | 2024-08-12T20:34:20.473Z | Rust is installed now. Great! |
48 | 2024-08-12T20:34:20.473Z | |
49 | 2024-08-12T20:34:20.473Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-12T20:34:20.473Z | environment variable. This has not been done automatically. |
51 | 2024-08-12T20:34:20.473Z | |
52 | 2024-08-12T20:34:20.473Z | To configure your current shell, you need to source |
53 | 2024-08-12T20:34:20.473Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-12T20:34:20.473Z | |
55 | 2024-08-12T20:34:20.473Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-12T20:34:20.473Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-12T20:34:20.473Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-12T20:34:20.534Z | + rustc --version |
59 | 2024-08-12T20:34:20.598Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-12T20:34:20.601Z | process exited: duration 19100 ms, exit code 0 |
|
61 | 2024-08-12T20:34:20.607Z | starting task 2: "authentication" |
62 | 2024-08-12T20:34:20.628Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-12T20:34:20.636Z | starting task 3: "clone repository" |
64 | 2024-08-12T20:34:20.640Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-12T20:34:20.642Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-12T20:34:20.800Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-12T20:34:26.335Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-12T20:34:26.335Z | + git fetch origin de786b11949be660e03a5d56f2c01dfd7005c455 |
69 | 2024-08-12T20:34:26.723Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-12T20:34:26.723Z | * branch de786b11949be660e03a5d56f2c01dfd7005c455 -> FETCH_HEAD |
71 | 2024-08-12T20:34:26.820Z | + [[ -n dap/demo-saga ]] |
72 | 2024-08-12T20:34:26.820Z | ++ git branch --show-current |
73 | 2024-08-12T20:34:26.820Z | + current=main |
74 | 2024-08-12T20:34:26.820Z | + [[ main != dap/demo-saga ]] |
75 | 2024-08-12T20:34:26.821Z | + git branch -f dap/demo-saga de786b11949be660e03a5d56f2c01dfd7005c455 |
76 | 2024-08-12T20:34:26.821Z | + git checkout -f dap/demo-saga |
77 | 2024-08-12T20:34:26.887Z | Switched to branch 'dap/demo-saga' |
78 | 2024-08-12T20:34:26.887Z | + git reset --hard de786b11949be660e03a5d56f2c01dfd7005c455 |
79 | 2024-08-12T20:34:26.990Z | HEAD is now at de786b119 more doc nits |
80 | 2024-08-12T20:34:27.035Z | process exited: duration 6334 ms, exit code 0 |
|
81 | 2024-08-12T20:34:27.076Z | starting task 4: "build" |
82 | 2024-08-12T20:34:27.082Z | + cargo --version |
83 | 2024-08-12T20:34:27.147Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-12T20:34:27.151Z | + rustc --version |
85 | 2024-08-12T20:34:27.201Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-12T20:34:27.212Z | + WORK=/work |
87 | 2024-08-12T20:34:27.212Z | + pfexec mkdir -p /work |
88 | 2024-08-12T20:34:27.212Z | + pfexec chown build /work |
89 | 2024-08-12T20:34:27.213Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-12T20:34:41.077Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-12T20:34:43.484Z | Startup: Caching catalogs ... Done |
92 | 2024-08-12T20:34:47.765Z | Planning: Solver setup ... Done (3.717s) |
93 | 2024-08-12T20:34:47.832Z | Planning: Running solver ... Done (0.066s) |
94 | 2024-08-12T20:34:47.891Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-08-12T20:34:47.903Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-12T20:34:48.188Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-12T20:34:48.239Z | Planning: Package planning ... Done (0.050s) |
98 | 2024-08-12T20:34:48.289Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-08-12T20:34:49.779Z | Planning: Checking for conflicting actions ... Done (1.487s) |
100 | 2024-08-12T20:34:49.787Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-12T20:34:55.660Z | Planning: Evaluating mediators ... Done (5.872s) |
102 | 2024-08-12T20:34:55.669Z | Planning: Planning completed in 12.14 seconds |
103 | 2024-08-12T20:34:56.392Z | Packages to install: 4 |
104 | 2024-08-12T20:34:56.392Z | Mediators to change: 2 |
105 | 2024-08-12T20:34:56.392Z | Services to change: 1 |
106 | 2024-08-12T20:34:56.394Z | Estimated space available: 155.75 GB |
107 | 2024-08-12T20:34:56.395Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-12T20:34:56.395Z | Create boot environment: No |
109 | 2024-08-12T20:34:56.395Z | Create backup boot environment: No |
110 | 2024-08-12T20:34:56.395Z | Rebuild boot archive: No |
111 | 2024-08-12T20:34:56.395Z | |
112 | 2024-08-12T20:34:56.395Z | Changed mediators: |
113 | 2024-08-12T20:34:56.395Z | mediator clang: |
114 | 2024-08-12T20:34:56.395Z | version: None -> 15 (system default) |
115 | 2024-08-12T20:34:56.395Z | |
116 | 2024-08-12T20:34:56.395Z | mediator llvm: |
117 | 2024-08-12T20:34:56.395Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-12T20:34:56.395Z | |
119 | 2024-08-12T20:34:56.395Z | Changed packages: |
120 | 2024-08-12T20:34:56.395Z | helios-dev |
121 | 2024-08-12T20:34:56.395Z | developer/build-essential |
122 | 2024-08-12T20:34:56.395Z | None -> 11-2.0 |
123 | 2024-08-12T20:34:56.395Z | library/libxmlsec1 |
124 | 2024-08-12T20:34:56.395Z | None -> 1.2.35-2.0 |
125 | 2024-08-12T20:34:56.395Z | ooce/developer/clang-15 |
126 | 2024-08-12T20:34:56.395Z | None -> 15.0.7-2.0 |
127 | 2024-08-12T20:34:56.395Z | ooce/developer/llvm-15 |
128 | 2024-08-12T20:34:56.395Z | None -> 15.0.7-2.0 |
129 | 2024-08-12T20:34:56.395Z | |
130 | 2024-08-12T20:34:56.395Z | Services: |
131 | 2024-08-12T20:34:56.395Z | restart_fmri: |
132 | 2024-08-12T20:34:56.395Z | svc:/system/update-man-index:default |
133 | 2024-08-12T20:34:56.672Z | |
134 | 2024-08-12T20:34:56.672Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-12T20:35:09.215Z | Download: 212/3290 items 1.3/212.6MB 0% complete |
136 | 2024-08-12T20:35:22.024Z | Download: 213/3290 items 1.3/212.6MB 0% complete |
137 | 2024-08-12T20:35:27.327Z | Download: 1196/3290 items 68.6/212.6MB 32% complete (13.7M/s) |
138 | 2024-08-12T20:35:32.329Z | Download: 2504/3290 items 120.3/212.6MB 56% complete (10.7M/s) |
139 | 2024-08-12T20:35:36.918Z | Download: Completed 212.60 MB in 40.24 seconds (5.3M/s) |
140 | 2024-08-12T20:35:37.074Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-08-12T20:35:42.286Z | Actions: 3687/3689 actions (Installing new actions) |
142 | 2024-08-12T20:35:42.349Z | Actions: Completed 3689 actions in 5.27 seconds. |
143 | 2024-08-12T20:35:42.630Z | Done (0.276s) |
144 | 2024-08-12T20:35:42.630Z | Done (0.000s) |
145 | 2024-08-12T20:35:42.995Z | Done (0.362s) |
146 | 2024-08-12T20:35:48.321Z | Done (5.160s) |
147 | 2024-08-12T20:35:48.484Z | Done (0.092s) |
148 | 2024-08-12T20:35:48.486Z | Done (0.000s) |
149 | 2024-08-12T20:35:48.649Z | Done (0.000s) |
150 | 2024-08-12T20:35:49.253Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-08-12T20:35:49.417Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-08-12T20:35:49.419Z | Planning: Consolidating action changes ... Done |
153 | 2024-08-12T20:35:49.682Z | Planning: Evaluating mediators ... Done |
154 | 2024-08-12T20:35:49.685Z | Planning: Planning completed in 0.43 seconds |
155 | 2024-08-12T20:35:49.716Z | Mediators to change: 2 |
156 | 2024-08-12T20:35:49.716Z | Create boot environment: No |
157 | 2024-08-12T20:35:49.718Z | Create backup boot environment: No |
158 | 2024-08-12T20:35:49.786Z | Done |
159 | 2024-08-12T20:35:49.786Z | Done |
160 | 2024-08-12T20:35:50.015Z | Done |
161 | 2024-08-12T20:35:53.591Z | Done |
162 | 2024-08-12T20:35:53.675Z | Done |
163 | 2024-08-12T20:35:53.678Z | Done |
164 | 2024-08-12T20:35:53.826Z | Done |
165 | 2024-08-12T20:35:54.444Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-08-12T20:35:54.447Z | Planning: Merging actions ... Done |
167 | 2024-08-12T20:35:54.639Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-08-12T20:35:54.641Z | Planning: Consolidating action changes ... Done |
169 | 2024-08-12T20:35:54.907Z | Planning: Evaluating mediators ... Done |
170 | 2024-08-12T20:35:54.964Z | Planning: Planning completed in 0.77 seconds |
171 | 2024-08-12T20:35:54.999Z | Packages to change: 1 |
172 | 2024-08-12T20:35:54.999Z | Mediators to change: 1 |
173 | 2024-08-12T20:35:55.003Z | Services to change: 1 |
174 | 2024-08-12T20:35:55.003Z | Create boot environment: No |
175 | 2024-08-12T20:35:55.004Z | Create backup boot environment: Yes |
176 | 2024-08-12T20:35:56.860Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-08-12T20:35:56.903Z | Actions: Completed 6 actions in 0.04 seconds. |
178 | 2024-08-12T20:35:56.906Z | Done |
179 | 2024-08-12T20:35:56.906Z | Done |
180 | 2024-08-12T20:35:56.980Z | Done |
181 | 2024-08-12T20:36:00.736Z | Done |
182 | 2024-08-12T20:36:00.824Z | Done |
183 | 2024-08-12T20:36:00.827Z | Done |
184 | 2024-08-12T20:36:00.932Z | Done |
185 | 2024-08-12T20:36:01.373Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-08-12T20:36:01.373Z | clang system 15 system |
187 | 2024-08-12T20:36:01.373Z | csh system system illumos |
188 | 2024-08-12T20:36:01.373Z | ctags system system illumos |
189 | 2024-08-12T20:36:01.373Z | gcc vendor 12 vendor |
190 | 2024-08-12T20:36:01.373Z | gcc system 10 system |
191 | 2024-08-12T20:36:01.373Z | gcc system 7 system |
192 | 2024-08-12T20:36:01.373Z | go system 1.20 system |
193 | 2024-08-12T20:36:01.373Z | go system 1.19 system |
194 | 2024-08-12T20:36:01.373Z | llvm system 15 system |
195 | 2024-08-12T20:36:01.373Z | llvm system 14 system |
196 | 2024-08-12T20:36:01.373Z | mariadb system 10.6 system |
197 | 2024-08-12T20:36:01.373Z | mta vendor vendor dma |
198 | 2024-08-12T20:36:01.373Z | openjdk system 17 system |
199 | 2024-08-12T20:36:01.373Z | openjdk system 11 system |
200 | 2024-08-12T20:36:01.374Z | openjdk system 1.8 system |
201 | 2024-08-12T20:36:01.374Z | openssl vendor 3 vendor |
202 | 2024-08-12T20:36:01.374Z | perl system 5.36 system |
203 | 2024-08-12T20:36:01.374Z | postgresql system 15 system |
204 | 2024-08-12T20:36:01.374Z | postgresql system 13 system |
205 | 2024-08-12T20:36:01.374Z | python vendor 3 vendor |
206 | 2024-08-12T20:36:01.374Z | python system 2 system |
207 | 2024-08-12T20:36:01.374Z | python3 system 3.11 system |
208 | 2024-08-12T20:36:01.374Z | ruby system 3.0 system |
209 | 2024-08-12T20:36:01.374Z | words vendor vendor american-english |
210 | 2024-08-12T20:36:01.374Z | words system system australian-english |
211 | 2024-08-12T20:36:01.374Z | words system system british-english |
212 | 2024-08-12T20:36:01.374Z | words system system canadian-english |
213 | 2024-08-12T20:36:01.374Z | words system system french |
214 | 2024-08-12T20:36:01.374Z | words system system italian |
215 | 2024-08-12T20:36:01.374Z | words system system ngerman |
216 | 2024-08-12T20:36:01.374Z | words system system ogerman |
217 | 2024-08-12T20:36:01.374Z | words system system spanish |
218 | 2024-08-12T20:36:01.719Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-08-12T20:36:01.719Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-08-12T20:36:03.410Z | FMRI IFO |
221 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-08-12T20:36:03.410Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-08-12T20:36:04.017Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-08-12T20:36:04.299Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-08-12T20:36:04.552Z | Updating crates.io index |
236 | 2024-08-12T20:36:04.555Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-08-12T20:36:05.343Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-08-12T20:36:06.113Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-08-12T20:36:06.404Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-08-12T20:36:07.953Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-08-12T20:36:08.242Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-08-12T20:36:08.476Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-08-12T20:36:09.602Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-08-12T20:36:11.516Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-08-12T20:36:12.518Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-08-12T20:36:13.260Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-08-12T20:36:13.767Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-08-12T20:36:14.159Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
249 | 2024-08-12T20:36:14.416Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
250 | 2024-08-12T20:36:14.704Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
251 | 2024-08-12T20:36:14.994Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
252 | 2024-08-12T20:36:15.248Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
253 | 2024-08-12T20:36:15.507Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
254 | 2024-08-12T20:36:15.743Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
255 | 2024-08-12T20:36:16.030Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-08-12T20:36:16.329Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-08-12T20:36:16.911Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-08-12T20:36:17.173Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-08-12T20:36:17.602Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-08-12T20:36:17.937Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
261 | 2024-08-12T20:36:18.332Z | Updating git repository `https://github.com/oxidecomputer/typify` |
262 | 2024-08-12T20:36:20.323Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
263 | 2024-08-12T20:36:20.614Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
264 | 2024-08-12T20:36:20.903Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
265 | 2024-08-12T20:36:21.215Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
266 | 2024-08-12T20:36:22.411Z | Downloading crates ... |
267 | 2024-08-12T20:36:22.471Z | Downloaded dtrace-parser v0.2.0 |
268 | 2024-08-12T20:36:22.475Z | Downloaded anstyle-query v1.0.3 |
269 | 2024-08-12T20:36:22.478Z | Downloaded anstyle-parse v0.2.4 |
270 | 2024-08-12T20:36:22.492Z | Downloaded pretty-hex v0.4.1 |
271 | 2024-08-12T20:36:22.495Z | Downloaded scroll_derive v0.12.0 |
272 | 2024-08-12T20:36:22.499Z | Downloaded swrite v0.1.0 |
273 | 2024-08-12T20:36:22.502Z | Downloaded crypto-common v0.1.6 |
274 | 2024-08-12T20:36:22.502Z | Downloaded anyhow v1.0.86 |
275 | 2024-08-12T20:36:22.505Z | Downloaded clap_lex v0.7.0 |
276 | 2024-08-12T20:36:22.508Z | Downloaded cfg-if v1.0.0 |
277 | 2024-08-12T20:36:22.508Z | Downloaded dof v0.3.0 |
278 | 2024-08-12T20:36:22.511Z | Downloaded byteorder v1.5.0 |
279 | 2024-08-12T20:36:22.511Z | Downloaded digest v0.10.7 |
280 | 2024-08-12T20:36:22.514Z | Downloaded itoa v1.0.11 |
281 | 2024-08-12T20:36:22.514Z | Downloaded heck v0.4.1 |
282 | 2024-08-12T20:36:22.517Z | Downloaded cargo-platform v0.1.8 |
283 | 2024-08-12T20:36:22.517Z | Downloaded colorchoice v1.0.1 |
284 | 2024-08-12T20:36:22.517Z | Downloaded block-buffer v0.10.4 |
285 | 2024-08-12T20:36:22.520Z | Downloaded cargo_metadata v0.18.1 |
286 | 2024-08-12T20:36:22.520Z | Downloaded bytecount v0.6.8 |
287 | 2024-08-12T20:36:22.522Z | Downloaded anstyle v1.0.8 |
288 | 2024-08-12T20:36:22.525Z | Downloaded proc-macro-error-attr v1.0.4 |
289 | 2024-08-12T20:36:22.525Z | Downloaded errno v0.3.9 |
290 | 2024-08-12T20:36:22.527Z | Downloaded is_terminal_polyfill v1.70.0 |
291 | 2024-08-12T20:36:22.527Z | Downloaded clap_derive v4.5.13 |
292 | 2024-08-12T20:36:22.530Z | Downloaded autocfg v1.3.0 |
293 | 2024-08-12T20:36:22.530Z | Downloaded utf8parse v0.2.1 |
294 | 2024-08-12T20:36:22.533Z | Downloaded usdt-impl v0.5.0 |
295 | 2024-08-12T20:36:22.533Z | Downloaded usdt v0.5.0 |
296 | 2024-08-12T20:36:22.535Z | Downloaded generic-array v0.14.7 |
297 | 2024-08-12T20:36:22.535Z | Downloaded toml_datetime v0.6.8 |
298 | 2024-08-12T20:36:22.539Z | Downloaded equivalent v1.0.1 |
299 | 2024-08-12T20:36:22.539Z | Downloaded tabled_derive v0.7.0 |
300 | 2024-08-12T20:36:22.539Z | Downloaded serde_spanned v0.6.7 |
301 | 2024-08-12T20:36:22.542Z | Downloaded anstream v0.6.14 |
302 | 2024-08-12T20:36:22.542Z | Downloaded usdt-macro v0.5.0 |
303 | 2024-08-12T20:36:22.545Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-08-12T20:36:22.545Z | Downloaded cpufeatures v0.2.12 |
305 | 2024-08-12T20:36:22.548Z | Downloaded camino v1.1.7 |
306 | 2024-08-12T20:36:22.551Z | Downloaded thread-id v4.2.1 |
307 | 2024-08-12T20:36:22.554Z | Downloaded fs-err v2.11.0 |
308 | 2024-08-12T20:36:22.559Z | Downloaded sha2 v0.10.8 |
309 | 2024-08-12T20:36:22.562Z | Downloaded zerocopy-derive v0.7.34 |
310 | 2024-08-12T20:36:22.566Z | Downloaded fnv v1.0.7 |
311 | 2024-08-12T20:36:22.569Z | Downloaded scroll v0.12.0 |
312 | 2024-08-12T20:36:22.569Z | Downloaded thiserror-impl v1.0.63 |
313 | 2024-08-12T20:36:22.572Z | Downloaded macaddr v1.0.1 |
314 | 2024-08-12T20:36:22.572Z | Downloaded cargo_toml v0.20.4 |
315 | 2024-08-12T20:36:22.574Z | Downloaded strsim v0.11.1 |
316 | 2024-08-12T20:36:22.574Z | Downloaded serde_tokenstream v0.2.1 |
317 | 2024-08-12T20:36:22.577Z | Downloaded memmap v0.7.0 |
318 | 2024-08-12T20:36:22.580Z | Downloaded version_check v0.9.5 |
319 | 2024-08-12T20:36:22.580Z | Downloaded terminal_size v0.3.0 |
320 | 2024-08-12T20:36:22.583Z | Downloaded quote v1.0.36 |
321 | 2024-08-12T20:36:22.585Z | Downloaded clap v4.5.13 |
322 | 2024-08-12T20:36:22.591Z | Downloaded unicode-ident v1.0.12 |
323 | 2024-08-12T20:36:22.594Z | Downloaded typenum v1.17.0 |
324 | 2024-08-12T20:36:22.596Z | Downloaded semver v1.0.23 |
325 | 2024-08-12T20:36:22.599Z | Downloaded proc-macro-error v1.0.4 |
326 | 2024-08-12T20:36:22.602Z | Downloaded thiserror v1.0.63 |
327 | 2024-08-12T20:36:22.606Z | Downloaded ryu v1.0.18 |
328 | 2024-08-12T20:36:22.609Z | Downloaded pest_meta v2.7.10 |
329 | 2024-08-12T20:36:22.612Z | Downloaded papergrid v0.11.0 |
330 | 2024-08-12T20:36:22.615Z | Downloaded pest_derive v2.7.10 |
331 | 2024-08-12T20:36:22.617Z | Downloaded serde_derive v1.0.205 |
332 | 2024-08-12T20:36:22.620Z | Downloaded once_cell v1.19.0 |
333 | 2024-08-12T20:36:22.622Z | Downloaded toml v0.8.19 |
334 | 2024-08-12T20:36:22.625Z | Downloaded serde v1.0.205 |
335 | 2024-08-12T20:36:22.628Z | Downloaded log v0.4.21 |
336 | 2024-08-12T20:36:22.631Z | Downloaded ucd-trie v0.1.6 |
337 | 2024-08-12T20:36:22.634Z | Downloaded heck v0.5.0 |
338 | 2024-08-12T20:36:22.634Z | Downloaded bitflags v2.6.0 |
339 | 2024-08-12T20:36:22.637Z | Downloaded plain v0.2.3 |
340 | 2024-08-12T20:36:22.640Z | Downloaded memchr v2.7.2 |
341 | 2024-08-12T20:36:22.642Z | Downloaded indexmap v2.3.0 |
342 | 2024-08-12T20:36:22.646Z | Downloaded proc-macro2 v1.0.86 |
343 | 2024-08-12T20:36:22.649Z | Downloaded pest_generator v2.7.10 |
344 | 2024-08-12T20:36:22.660Z | Downloaded toml_edit v0.22.20 |
345 | 2024-08-12T20:36:22.682Z | Downloaded pest v2.7.10 |
346 | 2024-08-12T20:36:22.689Z | Downloaded hashbrown v0.14.5 |
347 | 2024-08-12T20:36:22.696Z | Downloaded clap_builder v4.5.13 |
348 | 2024-08-12T20:36:22.704Z | Downloaded winnow v0.6.18 |
349 | 2024-08-12T20:36:22.711Z | Downloaded zerocopy v0.7.34 |
350 | 2024-08-12T20:36:22.726Z | Downloaded serde_json v1.0.122 |
351 | 2024-08-12T20:36:22.735Z | Downloaded tabled v0.15.0 |
352 | 2024-08-12T20:36:22.748Z | Downloaded goblin v0.8.2 |
353 | 2024-08-12T20:36:22.753Z | Downloaded syn v2.0.72 |
354 | 2024-08-12T20:36:22.764Z | Downloaded syn v1.0.109 |
355 | 2024-08-12T20:36:22.774Z | Downloaded rustix v0.38.34 |
356 | 2024-08-12T20:36:22.796Z | Downloaded unicode-width v0.1.13 |
357 | 2024-08-12T20:36:22.803Z | Downloaded libc v0.2.155 |
358 | 2024-08-12T20:36:23.098Z | Compiling proc-macro2 v1.0.86 |
359 | 2024-08-12T20:36:23.101Z | Compiling unicode-ident v1.0.12 |
360 | 2024-08-12T20:36:23.101Z | Compiling version_check v0.9.5 |
361 | 2024-08-12T20:36:23.101Z | Compiling serde v1.0.205 |
362 | 2024-08-12T20:36:23.101Z | Compiling memchr v2.7.2 |
363 | 2024-08-12T20:36:23.101Z | Compiling thiserror v1.0.63 |
364 | 2024-08-12T20:36:23.101Z | Compiling libc v0.2.155 |
365 | 2024-08-12T20:36:23.132Z | Compiling ryu v1.0.18 |
366 | 2024-08-12T20:36:23.358Z | Compiling ucd-trie v0.1.6 |
367 | 2024-08-12T20:36:23.564Z | Compiling itoa v1.0.11 |
368 | 2024-08-12T20:36:23.760Z | Compiling once_cell v1.19.0 |
369 | 2024-08-12T20:36:23.933Z | Compiling byteorder v1.5.0 |
370 | 2024-08-12T20:36:24.091Z | Compiling serde_json v1.0.122 |
371 | 2024-08-12T20:36:25.091Z | Compiling usdt-impl v0.5.0 |
372 | 2024-08-12T20:36:25.111Z | Compiling proc-macro-error-attr v1.0.4 |
373 | 2024-08-12T20:36:25.113Z | Compiling syn v1.0.109 |
374 | 2024-08-12T20:36:25.194Z | Compiling rustix v0.38.34 |
375 | 2024-08-12T20:36:25.217Z | Compiling proc-macro-error v1.0.4 |
376 | 2024-08-12T20:36:25.475Z | Compiling utf8parse v0.2.1 |
377 | 2024-08-12T20:36:25.552Z | Compiling log v0.4.21 |
378 | 2024-08-12T20:36:25.578Z | Compiling hashbrown v0.14.5 |
379 | 2024-08-12T20:36:25.636Z | Compiling bitflags v2.6.0 |
380 | 2024-08-12T20:36:25.828Z | Compiling plain v0.2.3 |
381 | 2024-08-12T20:36:25.935Z | Compiling thread-id v4.2.1 |
382 | 2024-08-12T20:36:26.009Z | Compiling equivalent v1.0.1 |
383 | 2024-08-12T20:36:26.036Z | Compiling quote v1.0.36 |
384 | 2024-08-12T20:36:26.076Z | Compiling anstyle-parse v0.2.4 |
385 | 2024-08-12T20:36:26.180Z | Compiling semver v1.0.23 |
386 | 2024-08-12T20:36:26.269Z | Compiling winnow v0.6.18 |
387 | 2024-08-12T20:36:26.423Z | Compiling syn v2.0.72 |
388 | 2024-08-12T20:36:26.495Z | Compiling errno v0.3.9 |
389 | 2024-08-12T20:36:26.746Z | Compiling anstyle-query v1.0.3 |
390 | 2024-08-12T20:36:26.773Z | Compiling camino v1.1.7 |
391 | 2024-08-12T20:36:26.882Z | Compiling indexmap v2.3.0 |
392 | 2024-08-12T20:36:26.984Z | Compiling is_terminal_polyfill v1.70.0 |
393 | 2024-08-12T20:36:27.124Z | Compiling anstyle v1.0.8 |
394 | 2024-08-12T20:36:27.446Z | Compiling autocfg v1.3.0 |
395 | 2024-08-12T20:36:27.619Z | Compiling colorchoice v1.0.1 |
396 | 2024-08-12T20:36:27.784Z | Compiling pretty-hex v0.4.1 |
397 | 2024-08-12T20:36:27.994Z | Compiling terminal_size v0.3.0 |
398 | 2024-08-12T20:36:28.018Z | Compiling anstream v0.6.14 |
399 | 2024-08-12T20:36:28.336Z | Compiling fnv v1.0.7 |
400 | 2024-08-12T20:36:28.404Z | Compiling heck v0.4.1 |
401 | 2024-08-12T20:36:28.441Z | Compiling fs-err v2.11.0 |
402 | 2024-08-12T20:36:28.464Z | Compiling anyhow v1.0.86 |
403 | 2024-08-12T20:36:28.486Z | Compiling unicode-width v0.1.13 |
404 | 2024-08-12T20:36:28.729Z | Compiling bytecount v0.6.8 |
405 | 2024-08-12T20:36:28.756Z | Compiling strsim v0.11.1 |
406 | 2024-08-12T20:36:28.779Z | Compiling heck v0.5.0 |
407 | 2024-08-12T20:36:28.920Z | Compiling clap_lex v0.7.0 |
408 | 2024-08-12T20:36:28.950Z | Compiling papergrid v0.11.0 |
409 | 2024-08-12T20:36:29.280Z | Compiling clap_builder v4.5.13 |
410 | 2024-08-12T20:36:29.433Z | Compiling memmap v0.7.0 |
411 | 2024-08-12T20:36:30.173Z | Compiling swrite v0.1.0 |
412 | 2024-08-12T20:36:31.748Z | Compiling tabled_derive v0.7.0 |
413 | 2024-08-12T20:36:33.241Z | Compiling tabled v0.15.0 |
414 | 2024-08-12T20:36:35.110Z | Compiling serde_derive v1.0.205 |
415 | 2024-08-12T20:36:35.110Z | Compiling thiserror-impl v1.0.63 |
416 | 2024-08-12T20:36:35.127Z | Compiling zerocopy-derive v0.7.34 |
417 | 2024-08-12T20:36:35.127Z | Compiling scroll_derive v0.12.0 |
418 | 2024-08-12T20:36:35.127Z | Compiling clap_derive v4.5.13 |
419 | 2024-08-12T20:36:36.250Z | Compiling scroll v0.12.0 |
420 | 2024-08-12T20:36:36.803Z | Compiling goblin v0.8.2 |
421 | 2024-08-12T20:36:36.918Z | Compiling zerocopy v0.7.34 |
422 | 2024-08-12T20:36:37.724Z | Compiling pest v2.7.10 |
423 | 2024-08-12T20:36:38.757Z | Compiling clap v4.5.13 |
424 | 2024-08-12T20:36:39.901Z | Compiling pest_meta v2.7.10 |
425 | 2024-08-12T20:36:40.784Z | Compiling pest_generator v2.7.10 |
426 | 2024-08-12T20:36:42.566Z | Compiling pest_derive v2.7.10 |
427 | 2024-08-12T20:36:43.329Z | Compiling dtrace-parser v0.2.0 |
428 | 2024-08-12T20:36:45.174Z | Compiling serde_tokenstream v0.2.1 |
429 | 2024-08-12T20:36:45.292Z | Compiling toml_datetime v0.6.8 |
430 | 2024-08-12T20:36:45.292Z | Compiling serde_spanned v0.6.7 |
431 | 2024-08-12T20:36:45.445Z | Compiling cargo-platform v0.1.8 |
432 | 2024-08-12T20:36:45.609Z | Compiling macaddr v1.0.1 |
433 | 2024-08-12T20:36:45.672Z | Compiling toml_edit v0.22.20 |
434 | 2024-08-12T20:36:46.562Z | Compiling dof v0.3.0 |
435 | 2024-08-12T20:36:46.807Z | Compiling cargo_metadata v0.18.1 |
436 | 2024-08-12T20:36:48.145Z | Compiling usdt-attr-macro v0.5.0 |
437 | 2024-08-12T20:36:48.149Z | Compiling usdt-macro v0.5.0 |
438 | 2024-08-12T20:36:48.449Z | Compiling toml v0.8.19 |
439 | 2024-08-12T20:36:49.323Z | Compiling cargo_toml v0.20.4 |
440 | 2024-08-12T20:36:49.500Z | Compiling usdt v0.5.0 |
441 | 2024-08-12T20:36:53.137Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
442 | 2024-08-12T20:36:56.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.18s |
443 | 2024-08-12T20:36:57.211Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
444 | 2024-08-12T20:36:57.766Z | Downloading crates ... |
445 | 2024-08-12T20:36:57.897Z | Downloaded async-stream v0.3.5 |
446 | 2024-08-12T20:36:57.903Z | Downloaded async-trait v0.1.81 |
447 | 2024-08-12T20:36:57.908Z | Downloaded arc-swap v1.7.1 |
448 | 2024-08-12T20:36:57.913Z | Downloaded atty v0.2.14 |
449 | 2024-08-12T20:36:57.915Z | Downloaded cstr-argument v0.1.2 |
450 | 2024-08-12T20:36:57.915Z | Downloaded crunchy v0.2.2 |
451 | 2024-08-12T20:36:57.918Z | Downloaded bitstruct_derive v0.1.0 |
452 | 2024-08-12T20:36:57.918Z | Downloaded async-stream-impl v0.3.5 |
453 | 2024-08-12T20:36:57.924Z | Downloaded is_ci v1.2.0 |
454 | 2024-08-12T20:36:57.927Z | Downloaded array-init v0.0.4 |
455 | 2024-08-12T20:36:57.931Z | Downloaded assert_matches v1.5.0 |
456 | 2024-08-12T20:36:57.931Z | Downloaded is-terminal v0.4.12 |
457 | 2024-08-12T20:36:57.933Z | Downloaded constant_time_eq v0.3.0 |
458 | 2024-08-12T20:36:57.933Z | Downloaded adler v1.0.2 |
459 | 2024-08-12T20:36:57.936Z | Downloaded lazycell v1.3.0 |
460 | 2024-08-12T20:36:57.938Z | Downloaded crc v3.2.1 |
461 | 2024-08-12T20:36:57.941Z | Downloaded bit-set v0.5.3 |
462 | 2024-08-12T20:36:57.944Z | Downloaded colored v2.1.0 |
463 | 2024-08-12T20:36:57.946Z | Downloaded darling_macro v0.20.9 |
464 | 2024-08-12T20:36:57.949Z | Downloaded openssl-probe v0.1.5 |
465 | 2024-08-12T20:36:57.949Z | Downloaded instant v0.1.12 |
466 | 2024-08-12T20:36:57.952Z | Downloaded matches v0.1.10 |
467 | 2024-08-12T20:36:57.954Z | Downloaded opaque-debug v0.3.1 |
468 | 2024-08-12T20:36:57.954Z | Downloaded newline-converter v0.3.0 |
469 | 2024-08-12T20:36:57.957Z | Downloaded normalize-line-endings v0.3.0 |
470 | 2024-08-12T20:36:57.957Z | Downloaded defmt-parser v0.3.4 |
471 | 2024-08-12T20:36:57.959Z | Downloaded num-conv v0.1.0 |
472 | 2024-08-12T20:36:57.960Z | Downloaded num_threads v0.1.7 |
473 | 2024-08-12T20:36:57.962Z | Downloaded arrayvec v0.7.4 |
474 | 2024-08-12T20:36:57.965Z | Downloaded newtype_derive v0.1.6 |
475 | 2024-08-12T20:36:57.965Z | Downloaded cexpr v0.6.0 |
476 | 2024-08-12T20:36:57.968Z | Downloaded oso-derive v0.27.3 |
477 | 2024-08-12T20:36:57.971Z | Downloaded parse-size v1.0.0 |
478 | 2024-08-12T20:36:57.971Z | Downloaded lalrpop-util v0.19.12 |
479 | 2024-08-12T20:36:57.974Z | Downloaded convert_case v0.4.0 |
480 | 2024-08-12T20:36:57.974Z | Downloaded base64ct v1.6.0 |
481 | 2024-08-12T20:36:57.977Z | Downloaded ciborium-io v0.2.2 |
482 | 2024-08-12T20:36:57.977Z | Downloaded libsw v3.3.1 |
483 | 2024-08-12T20:36:57.980Z | Downloaded cfg_aliases v0.1.1 |
484 | 2024-08-12T20:36:57.983Z | Downloaded kstat-rs v0.2.4 |
485 | 2024-08-12T20:36:57.983Z | Downloaded inout v0.1.3 |
486 | 2024-08-12T20:36:57.985Z | Downloaded packed_struct v0.10.1 |
487 | 2024-08-12T20:36:57.988Z | Downloaded num-integer v0.1.46 |
488 | 2024-08-12T20:36:57.991Z | Downloaded num_enum v0.5.11 |
489 | 2024-08-12T20:36:57.995Z | Downloaded argon2 v0.5.3 |
490 | 2024-08-12T20:36:57.998Z | Downloaded path-slash v0.1.5 |
491 | 2024-08-12T20:36:58.001Z | Downloaded olpc-cjson v0.1.3 |
492 | 2024-08-12T20:36:58.001Z | Downloaded paste v1.0.15 |
493 | 2024-08-12T20:36:58.006Z | Downloaded num_cpus v1.16.0 |
494 | 2024-08-12T20:36:58.009Z | Downloaded libefi-sys v0.1.0 |
495 | 2024-08-12T20:36:58.011Z | Downloaded crossbeam-epoch v0.9.18 |
496 | 2024-08-12T20:36:58.014Z | Downloaded number_prefix v0.4.0 |
497 | 2024-08-12T20:36:58.017Z | Downloaded match_cfg v0.1.0 |
498 | 2024-08-12T20:36:58.017Z | Downloaded openssl-macros v0.1.1 |
499 | 2024-08-12T20:36:58.019Z | Downloaded new_debug_unreachable v1.0.6 |
500 | 2024-08-12T20:36:58.019Z | Downloaded lazy_static v1.5.0 |
501 | 2024-08-12T20:36:58.022Z | Downloaded der v0.7.9 |
502 | 2024-08-12T20:36:58.027Z | Downloaded signal-hook-mio v0.2.3 |
503 | 2024-08-12T20:36:58.030Z | Downloaded sqlformat v0.2.4 |
504 | 2024-08-12T20:36:58.032Z | Downloaded num v0.4.3 |
505 | 2024-08-12T20:36:58.035Z | Downloaded num-rational v0.4.2 |
506 | 2024-08-12T20:36:58.035Z | Downloaded lock_api v0.4.12 |
507 | 2024-08-12T20:36:58.038Z | Downloaded multer v3.1.0 |
508 | 2024-08-12T20:36:58.040Z | Downloaded peg-macros v0.8.4 |
509 | 2024-08-12T20:36:58.043Z | Downloaded crossbeam-deque v0.8.5 |
510 | 2024-08-12T20:36:58.046Z | Downloaded parking_lot v0.11.2 |
511 | 2024-08-12T20:36:58.049Z | Downloaded camino-tempfile v1.1.1 |
512 | 2024-08-12T20:36:58.052Z | Downloaded linked-hash-map v0.5.6 |
513 | 2024-08-12T20:36:58.052Z | Downloaded bb8 v0.8.5 |
514 | 2024-08-12T20:36:58.055Z | Downloaded num-iter v0.1.45 |
515 | 2024-08-12T20:36:58.055Z | Downloaded slog-async v2.8.0 |
516 | 2024-08-12T20:36:58.058Z | Downloaded multimap v0.10.0 |
517 | 2024-08-12T20:36:58.060Z | Downloaded chacha20poly1305 v0.10.1 |
518 | 2024-08-12T20:36:58.063Z | Downloaded num-derive v0.4.2 |
519 | 2024-08-12T20:36:58.066Z | Downloaded fxhash v0.2.1 |
520 | 2024-08-12T20:36:58.066Z | Downloaded foreign-types-shared v0.1.1 |
521 | 2024-08-12T20:36:58.066Z | Downloaded foreign-types-macros v0.2.3 |
522 | 2024-08-12T20:36:58.070Z | Downloaded newtype-uuid v1.1.0 |
523 | 2024-08-12T20:36:58.070Z | Downloaded structmeta v0.2.0 |
524 | 2024-08-12T20:36:58.074Z | Downloaded strum_macros v0.25.3 |
525 | 2024-08-12T20:36:58.074Z | Downloaded mime v0.3.17 |
526 | 2024-08-12T20:36:58.076Z | Downloaded thread_local v1.1.8 |
527 | 2024-08-12T20:36:58.076Z | Downloaded bzip2 v0.4.4 |
528 | 2024-08-12T20:36:58.079Z | Downloaded backoff v0.4.0 |
529 | 2024-08-12T20:36:58.083Z | Downloaded psl-types v2.0.11 |
530 | 2024-08-12T20:36:58.085Z | Downloaded tokio-macros v2.3.0 |
531 | 2024-08-12T20:36:58.085Z | Downloaded tokio-native-tls v0.3.1 |
532 | 2024-08-12T20:36:58.089Z | Downloaded parking_lot_core v0.8.6 |
533 | 2024-08-12T20:36:58.092Z | Downloaded unicase v2.7.0 |
534 | 2024-08-12T20:36:58.092Z | Downloaded phf_shared v0.10.0 |
535 | 2024-08-12T20:36:58.095Z | Downloaded deranged v0.3.11 |
536 | 2024-08-12T20:36:58.095Z | Downloaded crc32fast v1.4.0 |
537 | 2024-08-12T20:36:58.098Z | Downloaded cancel-safe-futures v0.1.5 |
538 | 2024-08-12T20:36:58.101Z | Downloaded wyz v0.5.1 |
539 | 2024-08-12T20:36:58.104Z | Downloaded enum-as-inner v0.5.1 |
540 | 2024-08-12T20:36:58.106Z | Downloaded backtrace v0.3.71 |
541 | 2024-08-12T20:36:58.111Z | Downloaded ff v0.13.0 |
542 | 2024-08-12T20:36:58.114Z | Downloaded num-complex v0.4.6 |
543 | 2024-08-12T20:36:58.116Z | Downloaded nu-ansi-term v0.50.0 |
544 | 2024-08-12T20:36:58.119Z | Downloaded tinyvec_macros v0.1.1 |
545 | 2024-08-12T20:36:58.122Z | Downloaded percent-encoding v2.3.1 |
546 | 2024-08-12T20:36:58.122Z | Downloaded httpdate v1.0.3 |
547 | 2024-08-12T20:36:58.124Z | Downloaded sync_wrapper v0.1.2 |
548 | 2024-08-12T20:36:58.124Z | Downloaded try-lock v0.2.5 |
549 | 2024-08-12T20:36:58.127Z | Downloaded getopts v0.2.21 |
550 | 2024-08-12T20:36:58.127Z | Downloaded time-core v0.1.2 |
551 | 2024-08-12T20:36:58.130Z | Downloaded gethostname v0.5.0 |
552 | 2024-08-12T20:36:58.130Z | Downloaded futures-executor v0.3.30 |
553 | 2024-08-12T20:36:58.133Z | Downloaded phf_shared v0.11.2 |
554 | 2024-08-12T20:36:58.136Z | Downloaded ref-cast-impl v1.0.23 |
555 | 2024-08-12T20:36:58.138Z | Downloaded der_derive v0.7.2 |
556 | 2024-08-12T20:36:58.138Z | Downloaded whoami v1.5.1 |
557 | 2024-08-12T20:36:58.142Z | Downloaded tokio-rustls v0.25.0 |
558 | 2024-08-12T20:36:58.145Z | Downloaded serde_repr v0.1.19 |
559 | 2024-08-12T20:36:58.148Z | Downloaded resolv-conf v0.7.0 |
560 | 2024-08-12T20:36:58.150Z | Downloaded miniz_oxide v0.7.2 |
561 | 2024-08-12T20:36:58.153Z | Downloaded serde_plain v1.0.2 |
562 | 2024-08-12T20:36:58.155Z | Downloaded similar v2.5.0 |
563 | 2024-08-12T20:36:58.159Z | Downloaded portpicker v0.1.1 |
564 | 2024-08-12T20:36:58.162Z | Downloaded rpassword v7.3.1 |
565 | 2024-08-12T20:36:58.165Z | Downloaded const-oid v0.9.6 |
566 | 2024-08-12T20:36:58.165Z | Downloaded quick-error v1.2.3 |
567 | 2024-08-12T20:36:58.167Z | Downloaded float-cmp v0.9.0 |
568 | 2024-08-12T20:36:58.170Z | Downloaded headers-core v0.2.0 |
569 | 2024-08-12T20:36:58.170Z | Downloaded sigpipe v0.1.3 |
570 | 2024-08-12T20:36:58.170Z | Downloaded serde_urlencoded v0.7.1 |
571 | 2024-08-12T20:36:58.173Z | Downloaded serde-big-array v0.5.1 |
572 | 2024-08-12T20:36:58.176Z | Downloaded tiny-keccak v2.0.2 |
573 | 2024-08-12T20:36:58.179Z | Downloaded foreign-types v0.5.0 |
574 | 2024-08-12T20:36:58.182Z | Downloaded structmeta-derive v0.3.0 |
575 | 2024-08-12T20:36:58.182Z | Downloaded string_cache v0.8.7 |
576 | 2024-08-12T20:36:58.185Z | Downloaded sct v0.7.1 |
577 | 2024-08-12T20:36:58.189Z | Downloaded termtree v0.4.1 |
578 | 2024-08-12T20:36:58.191Z | Downloaded zeroize v1.7.0 |
579 | 2024-08-12T20:36:58.192Z | Downloaded futures-core v0.3.30 |
580 | 2024-08-12T20:36:58.194Z | Downloaded zeroize_derive v1.4.2 |
581 | 2024-08-12T20:36:58.197Z | Downloaded phf v0.11.2 |
582 | 2024-08-12T20:36:58.197Z | Downloaded snafu v0.8.2 |
583 | 2024-08-12T20:36:58.204Z | Downloaded float-ord v0.3.2 |
584 | 2024-08-12T20:36:58.207Z | Downloaded hyper-tls v0.5.0 |
585 | 2024-08-12T20:36:58.207Z | Downloaded hmac v0.12.1 |
586 | 2024-08-12T20:36:58.210Z | Downloaded omicron-zone-package v0.11.0 |
587 | 2024-08-12T20:36:58.214Z | Downloaded oso v0.27.3 |
588 | 2024-08-12T20:36:58.218Z | Downloaded tower-service v0.3.2 |
589 | 2024-08-12T20:36:58.221Z | Downloaded http-range v0.1.5 |
590 | 2024-08-12T20:36:58.221Z | Downloaded signature v2.2.0 |
591 | 2024-08-12T20:36:58.224Z | Downloaded diesel_table_macro_syntax v0.2.0 |
592 | 2024-08-12T20:36:58.224Z | Downloaded smawk v0.3.2 |
593 | 2024-08-12T20:36:58.227Z | Downloaded unicode-bidi v0.3.15 |
594 | 2024-08-12T20:36:58.230Z | Downloaded foreign-types-shared v0.3.1 |
595 | 2024-08-12T20:36:58.233Z | Downloaded serde_with_macros v3.8.3 |
596 | 2024-08-12T20:36:58.242Z | Downloaded num-traits v0.2.19 |
597 | 2024-08-12T20:36:58.245Z | Downloaded topological-sort v0.2.2 |
598 | 2024-08-12T20:36:58.245Z | Downloaded tempfile v3.10.1 |
599 | 2024-08-12T20:36:58.245Z | Downloaded unicode-xid v0.2.4 |
600 | 2024-08-12T20:36:58.245Z | Downloaded take_mut v0.2.2 |
601 | 2024-08-12T20:36:58.248Z | Downloaded indicatif v0.17.8 |
602 | 2024-08-12T20:36:58.251Z | Downloaded toolchain_find v0.4.0 |
603 | 2024-08-12T20:36:58.253Z | Downloaded serde-hex v0.1.0 |
604 | 2024-08-12T20:36:58.256Z | Downloaded which v4.4.2 |
605 | 2024-08-12T20:36:58.256Z | Downloaded http-body v0.4.6 |
606 | 2024-08-12T20:36:58.259Z | Downloaded poly1305 v0.8.0 |
607 | 2024-08-12T20:36:58.262Z | Downloaded pin-project-lite v0.2.14 |
608 | 2024-08-12T20:36:58.271Z | Downloaded rustls-pemfile v2.1.3 |
609 | 2024-08-12T20:36:58.280Z | Downloaded tinyvec v1.6.0 |
610 | 2024-08-12T20:36:58.285Z | Downloaded strum v0.26.3 |
611 | 2024-08-12T20:36:58.288Z | Downloaded funty v2.0.0 |
612 | 2024-08-12T20:36:58.288Z | Downloaded slog-envlogger v2.2.0 |
613 | 2024-08-12T20:36:58.291Z | Downloaded rustversion v1.0.17 |
614 | 2024-08-12T20:36:58.293Z | Downloaded postgres-types v0.2.7 |
615 | 2024-08-12T20:36:58.296Z | Downloaded hubpack v0.1.2 |
616 | 2024-08-12T20:36:58.299Z | Downloaded tabwriter v1.4.0 |
617 | 2024-08-12T20:36:58.299Z | Downloaded subtle v2.5.0 |
618 | 2024-08-12T20:36:58.301Z | Downloaded slog-dtrace v0.3.0 |
619 | 2024-08-12T20:36:58.304Z | Downloaded httparse v1.8.0 |
620 | 2024-08-12T20:36:58.306Z | Downloaded xattr v1.3.1 |
621 | 2024-08-12T20:36:58.307Z | Downloaded derive_builder_core v0.20.0 |
622 | 2024-08-12T20:36:58.310Z | Downloaded crossterm v0.27.0 |
623 | 2024-08-12T20:36:58.317Z | Downloaded display-error-chain v0.2.0 |
624 | 2024-08-12T20:36:58.320Z | Downloaded humantime v2.1.0 |
625 | 2024-08-12T20:36:58.323Z | Downloaded openssl-sys v0.9.103 |
626 | 2024-08-12T20:36:58.327Z | Downloaded erased-serde v0.3.31 |
627 | 2024-08-12T20:36:58.330Z | Downloaded vte_generate_state_changes v0.1.1 |
628 | 2024-08-12T20:36:58.333Z | Downloaded precomputed-hash v0.1.1 |
629 | 2024-08-12T20:36:58.333Z | Downloaded pkg-config v0.3.30 |
630 | 2024-08-12T20:36:58.335Z | Downloaded rustls-pemfile v1.0.4 |
631 | 2024-08-12T20:36:58.338Z | Downloaded slog-json v2.6.1 |
632 | 2024-08-12T20:36:58.341Z | Downloaded sha1 v0.10.6 |
633 | 2024-08-12T20:36:58.341Z | Downloaded test-strategy v0.3.1 |
634 | 2024-08-12T20:36:58.344Z | Downloaded snafu-derive v0.8.2 |
635 | 2024-08-12T20:36:58.350Z | Downloaded fragile v2.0.0 |
636 | 2024-08-12T20:36:58.354Z | Downloaded form_urlencoded v1.2.1 |
637 | 2024-08-12T20:36:58.354Z | Downloaded flagset v0.4.5 |
638 | 2024-08-12T20:36:58.354Z | Downloaded minimal-lexical v0.2.1 |
639 | 2024-08-12T20:36:58.358Z | Downloaded rand_xorshift v0.3.0 |
640 | 2024-08-12T20:36:58.361Z | Downloaded hash32 v0.3.1 |
641 | 2024-08-12T20:36:58.364Z | Downloaded futures-io v0.3.30 |
642 | 2024-08-12T20:36:58.364Z | Downloaded peg-runtime v0.8.3 |
643 | 2024-08-12T20:36:58.364Z | Downloaded serde_path_to_error v0.1.16 |
644 | 2024-08-12T20:36:58.367Z | Downloaded tungstenite v0.20.1 |
645 | 2024-08-12T20:36:58.370Z | Downloaded rsa v0.9.6 |
646 | 2024-08-12T20:36:58.376Z | Downloaded downcast v0.11.0 |
647 | 2024-08-12T20:36:58.385Z | Downloaded pin-utils v0.1.0 |
648 | 2024-08-12T20:36:58.388Z | Downloaded postcard v1.0.8 |
649 | 2024-08-12T20:36:58.388Z | Downloaded mio v0.8.11 |
650 | 2024-08-12T20:36:58.391Z | Downloaded publicsuffix v2.2.3 |
651 | 2024-08-12T20:36:58.394Z | Downloaded slog-scope v4.4.0 |
652 | 2024-08-12T20:36:58.394Z | Downloaded rand_seeder v0.3.0 |
653 | 2024-08-12T20:36:58.397Z | Downloaded heck v0.3.3 |
654 | 2024-08-12T20:36:58.401Z | Downloaded slog v2.7.0 |
655 | 2024-08-12T20:36:58.401Z | Downloaded textwrap v0.16.1 |
656 | 2024-08-12T20:36:58.404Z | Downloaded glob v0.3.1 |
657 | 2024-08-12T20:36:58.406Z | Downloaded signal-hook-registry v1.4.2 |
658 | 2024-08-12T20:36:58.406Z | Downloaded rand_core v0.6.4 |
659 | 2024-08-12T20:36:58.409Z | Downloaded rand_chacha v0.3.1 |
660 | 2024-08-12T20:36:58.409Z | Downloaded radium v0.7.0 |
661 | 2024-08-12T20:36:58.412Z | Downloaded num-bigint-dig v0.8.4 |
662 | 2024-08-12T20:36:58.415Z | Downloaded libxml v0.3.3 |
663 | 2024-08-12T20:36:58.422Z | Downloaded tracing-attributes v0.1.27 |
664 | 2024-08-12T20:36:58.425Z | Downloaded fd-lock v4.0.2 |
665 | 2024-08-12T20:36:58.428Z | Downloaded hubpack_derive v0.1.1 |
666 | 2024-08-12T20:36:58.431Z | Downloaded termcolor v1.4.1 |
667 | 2024-08-12T20:36:58.431Z | Downloaded stable_deref_trait v1.2.0 |
668 | 2024-08-12T20:36:58.431Z | Downloaded serde_derive_internals v0.29.1 |
669 | 2024-08-12T20:36:58.434Z | Downloaded rtoolbox v0.0.2 |
670 | 2024-08-12T20:36:58.437Z | Downloaded proc-macro-crate v1.3.1 |
671 | 2024-08-12T20:36:58.437Z | Downloaded hyper-staticfile v0.9.5 |
672 | 2024-08-12T20:36:58.439Z | Downloaded impl-trait-for-tuples v0.2.2 |
673 | 2024-08-12T20:36:58.442Z | Downloaded fastrand v2.1.0 |
674 | 2024-08-12T20:36:58.445Z | Downloaded futures-task v0.3.30 |
675 | 2024-08-12T20:36:58.445Z | Downloaded spin v0.5.2 |
676 | 2024-08-12T20:36:58.445Z | Downloaded slab v0.4.9 |
677 | 2024-08-12T20:36:58.448Z | Downloaded siphasher v0.3.11 |
678 | 2024-08-12T20:36:58.448Z | Downloaded ident_case v1.0.1 |
679 | 2024-08-12T20:36:58.451Z | Downloaded term v0.7.0 |
680 | 2024-08-12T20:36:58.454Z | Downloaded r2d2 v0.8.10 |
681 | 2024-08-12T20:36:58.454Z | Downloaded secrecy v0.8.0 |
682 | 2024-08-12T20:36:58.457Z | Downloaded serde_yaml v0.9.34+deprecated |
683 | 2024-08-12T20:36:58.460Z | Downloaded headers v0.3.9 |
684 | 2024-08-12T20:36:58.465Z | Downloaded globset v0.4.14 |
685 | 2024-08-12T20:36:58.468Z | Downloaded zone_cfg_derive v0.1.2 |
686 | 2024-08-12T20:36:58.468Z | Downloaded futures v0.3.30 |
687 | 2024-08-12T20:36:58.473Z | Downloaded rustfmt-wrapper v0.2.1 |
688 | 2024-08-12T20:36:58.476Z | Downloaded zone v0.1.8 |
689 | 2024-08-12T20:36:58.476Z | Downloaded nom v7.1.3 |
690 | 2024-08-12T20:36:58.481Z | Downloaded rustc-hash v1.1.0 |
691 | 2024-08-12T20:36:58.484Z | Downloaded rustc-demangle v0.1.24 |
692 | 2024-08-12T20:36:58.486Z | Downloaded predicates v3.1.2 |
693 | 2024-08-12T20:36:58.489Z | Downloaded filetime v0.2.23 |
694 | 2024-08-12T20:36:58.489Z | Downloaded predicates-tree v1.0.9 |
695 | 2024-08-12T20:36:58.492Z | Downloaded pkcs1 v0.7.5 |
696 | 2024-08-12T20:36:58.495Z | Downloaded tar v0.4.41 |
697 | 2024-08-12T20:36:58.497Z | Downloaded subprocess v0.2.9 |
698 | 2024-08-12T20:36:58.500Z | Downloaded samael v0.0.15 |
699 | 2024-08-12T20:36:58.504Z | Downloaded endian-type v0.1.2 |
700 | 2024-08-12T20:36:58.506Z | Downloaded hostname v0.4.0 |
701 | 2024-08-12T20:36:58.506Z | Downloaded hostname v0.3.1 |
702 | 2024-08-12T20:36:58.509Z | Downloaded home v0.5.9 |
703 | 2024-08-12T20:36:58.509Z | Downloaded waitgroup v0.1.2 |
704 | 2024-08-12T20:36:58.512Z | Downloaded pem v3.0.4 |
705 | 2024-08-12T20:36:58.512Z | Downloaded futures-macro v0.3.30 |
706 | 2024-08-12T20:36:58.515Z | Downloaded socket2 v0.5.7 |
707 | 2024-08-12T20:36:58.517Z | Downloaded hex v0.4.3 |
708 | 2024-08-12T20:36:58.517Z | Downloaded pretty-hex v0.2.1 |
709 | 2024-08-12T20:36:58.520Z | Downloaded toml v0.7.8 |
710 | 2024-08-12T20:36:58.523Z | Downloaded wait-timeout v0.2.0 |
711 | 2024-08-12T20:36:58.523Z | Downloaded rustls-pki-types v1.7.0 |
712 | 2024-08-12T20:36:58.525Z | Downloaded universal-hash v0.5.1 |
713 | 2024-08-12T20:36:58.529Z | Downloaded dsl_auto_type v0.1.2 |
714 | 2024-08-12T20:36:58.529Z | Downloaded predicates-core v1.0.6 |
715 | 2024-08-12T20:36:58.532Z | Downloaded blake3 v1.5.1 |
716 | 2024-08-12T20:36:58.537Z | Downloaded stringprep v0.1.4 |
717 | 2024-08-12T20:36:58.539Z | Downloaded thiserror-impl-no-std v2.0.2 |
718 | 2024-08-12T20:36:58.542Z | Downloaded structmeta-derive v0.2.0 |
719 | 2024-08-12T20:36:58.542Z | Downloaded iana-time-zone v0.1.60 |
720 | 2024-08-12T20:36:58.545Z | Downloaded socket2 v0.4.10 |
721 | 2024-08-12T20:36:58.547Z | Downloaded tungstenite v0.21.0 |
722 | 2024-08-12T20:36:58.550Z | Downloaded signal-hook v0.3.17 |
723 | 2024-08-12T20:36:58.553Z | Downloaded tls_codec v0.4.1 |
724 | 2024-08-12T20:36:58.556Z | Downloaded structmeta v0.3.0 |
725 | 2024-08-12T20:36:58.559Z | Downloaded unicode-segmentation v1.11.0 |
726 | 2024-08-12T20:36:58.563Z | Downloaded same-file v1.0.6 |
727 | 2024-08-12T20:36:58.563Z | Downloaded walkdir v2.5.0 |
728 | 2024-08-12T20:36:58.565Z | Downloaded zip v0.6.6 |
729 | 2024-08-12T20:36:58.568Z | Downloaded toml_edit v0.19.15 |
730 | 2024-08-12T20:36:58.584Z | Downloaded http v1.1.0 |
731 | 2024-08-12T20:36:58.588Z | Downloaded strip-ansi-escapes v0.2.0 |
732 | 2024-08-12T20:36:58.590Z | Downloaded pin-project-internal v1.1.5 |
733 | 2024-08-12T20:36:58.593Z | Downloaded scheduled-thread-pool v0.2.7 |
734 | 2024-08-12T20:36:58.593Z | Downloaded steno v0.4.1 |
735 | 2024-08-12T20:36:58.597Z | Downloaded fatfs v0.3.6 |
736 | 2024-08-12T20:36:58.600Z | Downloaded prettyplease v0.2.20 |
737 | 2024-08-12T20:36:58.603Z | Downloaded diff v0.1.13 |
738 | 2024-08-12T20:36:58.606Z | Downloaded tracing-core v0.1.32 |
739 | 2024-08-12T20:36:58.609Z | Downloaded hkdf v0.12.4 |
740 | 2024-08-12T20:36:58.612Z | Downloaded time v0.3.36 |
741 | 2024-08-12T20:36:58.619Z | Downloaded tracing v0.1.40 |
742 | 2024-08-12T20:36:58.623Z | Downloaded schemars v0.8.21 |
743 | 2024-08-12T20:36:58.635Z | Downloaded portable-atomic v1.6.0 |
744 | 2024-08-12T20:36:58.641Z | Downloaded trust-dns-server v0.22.1 |
745 | 2024-08-12T20:36:58.647Z | Downloaded trust-dns-client v0.22.0 |
746 | 2024-08-12T20:36:58.652Z | Downloaded tough v0.17.1 |
747 | 2024-08-12T20:36:58.661Z | Downloaded futures-util v0.3.30 |
748 | 2024-08-12T20:36:58.674Z | Downloaded typed-path v0.7.1 |
749 | 2024-08-12T20:36:58.679Z | Downloaded expectorate v1.1.0 |
750 | 2024-08-12T20:36:58.682Z | Downloaded unicode_categories v0.1.1 |
751 | 2024-08-12T20:36:58.684Z | Downloaded bindgen v0.69.4 |
752 | 2024-08-12T20:36:58.691Z | Downloaded x509-cert v0.2.5 |
753 | 2024-08-12T20:36:58.697Z | Downloaded sqlparser v0.45.0 |
754 | 2024-08-12T20:36:58.703Z | Downloaded trust-dns-resolver v0.22.0 |
755 | 2024-08-12T20:36:58.707Z | Downloaded http v0.2.12 |
756 | 2024-08-12T20:36:58.712Z | Downloaded regex-automata v0.1.10 |
757 | 2024-08-12T20:36:58.716Z | Downloaded chrono v0.4.38 |
758 | 2024-08-12T20:36:58.724Z | Downloaded rayon v1.10.0 |
759 | 2024-08-12T20:36:58.733Z | Downloaded flate2 v1.0.31 |
760 | 2024-08-12T20:36:58.739Z | Downloaded tokio-util v0.7.11 |
761 | 2024-08-12T20:36:58.745Z | Downloaded reqwest v0.11.27 |
762 | 2024-08-12T20:36:58.754Z | Downloaded curve25519-dalek v4.1.3 |
763 | 2024-08-12T20:36:58.763Z | Downloaded openssl v0.10.66 |
764 | 2024-08-12T20:36:58.774Z | Downloaded unicode-normalization v0.1.23 |
765 | 2024-08-12T20:36:58.777Z | Downloaded h2 v0.3.26 |
766 | 2024-08-12T20:36:58.784Z | Downloaded nix v0.27.1 |
767 | 2024-08-12T20:36:58.794Z | Downloaded rustls-webpki v0.101.7 |
768 | 2024-08-12T20:36:58.811Z | Downloaded idna v0.2.3 |
769 | 2024-08-12T20:36:58.816Z | Downloaded radix_trie v0.2.1 |
770 | 2024-08-12T20:36:58.821Z | Downloaded vcpkg v0.2.15 |
771 | 2024-08-12T20:36:58.860Z | Downloaded proptest v1.5.0 |
772 | 2024-08-12T20:36:58.869Z | Downloaded nix v0.28.0 |
773 | 2024-08-12T20:36:58.881Z | Downloaded webpki-roots v0.25.4 |
774 | 2024-08-12T20:36:58.885Z | Downloaded rustls-webpki v0.102.4 |
775 | 2024-08-12T20:36:58.903Z | Downloaded hyper v0.14.30 |
776 | 2024-08-12T20:36:58.911Z | Downloaded idna v0.3.0 |
777 | 2024-08-12T20:36:58.918Z | Downloaded rustls v0.21.12 |
778 | 2024-08-12T20:36:58.930Z | Downloaded polar-core v0.27.3 |
779 | 2024-08-12T20:36:58.939Z | Downloaded gimli v0.28.1 |
780 | 2024-08-12T20:36:58.947Z | Downloaded trust-dns-proto v0.22.0 |
781 | 2024-08-12T20:36:58.962Z | Downloaded diesel v2.2.2 |
782 | 2024-08-12T20:36:58.978Z | Downloaded regex-syntax v0.8.3 |
783 | 2024-08-12T20:36:58.986Z | Downloaded regex-syntax v0.6.29 |
784 | 2024-08-12T20:36:58.994Z | Downloaded rustls v0.22.4 |
785 | 2024-08-12T20:36:59.010Z | Downloaded smoltcp v0.11.0 |
786 | 2024-08-12T20:36:59.021Z | Downloaded sled v0.34.7 |
787 | 2024-08-12T20:36:59.032Z | Downloaded ratatui v0.27.0 |
788 | 2024-08-12T20:36:59.051Z | Downloaded zerocopy-derive v0.6.6 |
789 | 2024-08-12T20:36:59.061Z | Downloaded regex-automata v0.4.6 |
790 | 2024-08-12T20:36:59.080Z | Downloaded petgraph v0.6.5 |
791 | 2024-08-12T20:36:59.098Z | Downloaded finl_unicode v1.2.0 |
792 | 2024-08-12T20:36:59.111Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
793 | 2024-08-12T20:36:59.124Z | Downloaded regress v0.9.1 |
794 | 2024-08-12T20:36:59.133Z | Downloaded encoding_rs v0.8.34 |
795 | 2024-08-12T20:36:59.154Z | Downloaded openapiv3 v2.0.0 |
796 | 2024-08-12T20:36:59.166Z | Downloaded tokio v1.38.1 |
797 | 2024-08-12T20:36:59.203Z | Downloaded sha3 v0.10.8 |
798 | 2024-08-12T20:36:59.207Z | Downloaded csv v1.3.0 |
799 | 2024-08-12T20:36:59.228Z | Downloaded regex v1.10.6 |
800 | 2024-08-12T20:36:59.244Z | Downloaded bstr v1.9.1 |
801 | 2024-08-12T20:36:59.251Z | Downloaded object v0.32.2 |
802 | 2024-08-12T20:36:59.261Z | Downloaded bstr v0.2.17 |
803 | 2024-08-12T20:36:59.271Z | Downloaded smoltcp v0.9.1 |
804 | 2024-08-12T20:36:59.282Z | Downloaded object v0.30.4 |
805 | 2024-08-12T20:36:59.292Z | Downloaded idna v0.5.0 |
806 | 2024-08-12T20:36:59.299Z | Downloaded lalrpop v0.19.12 |
807 | 2024-08-12T20:36:59.310Z | Downloaded bitvec v1.0.1 |
808 | 2024-08-12T20:36:59.325Z | Downloaded hashbrown v0.12.3 |
809 | 2024-08-12T20:36:59.329Z | Downloaded reedline v0.31.0 |
810 | 2024-08-12T20:36:59.336Z | Downloaded quick-xml v0.31.0 |
811 | 2024-08-12T20:36:59.342Z | Downloaded rustyline v14.0.0 |
812 | 2024-08-12T20:36:59.347Z | Downloaded serde_with v3.8.3 |
813 | 2024-08-12T20:36:59.356Z | Downloaded futures-sink v0.3.30 |
814 | 2024-08-12T20:36:59.359Z | Downloaded toml v0.5.11 |
815 | 2024-08-12T20:36:59.364Z | Downloaded winnow v0.5.40 |
816 | 2024-08-12T20:36:59.368Z | Downloaded aho-corasick v1.1.3 |
817 | 2024-08-12T20:36:59.373Z | Downloaded scopeguard v1.2.0 |
818 | 2024-08-12T20:36:59.376Z | Downloaded schemars_derive v0.8.21 |
819 | 2024-08-12T20:36:59.376Z | Downloaded vte v0.11.1 |
820 | 2024-08-12T20:36:59.379Z | Downloaded half v2.4.1 |
821 | 2024-08-12T20:36:59.382Z | Downloaded hashbrown v0.13.2 |
822 | 2024-08-12T20:36:59.385Z | Downloaded tls_codec_derive v0.4.1 |
823 | 2024-08-12T20:36:59.388Z | Downloaded spin v0.9.8 |
824 | 2024-08-12T20:36:59.390Z | Downloaded serde_arrays v0.1.0 |
825 | 2024-08-12T20:36:59.390Z | Downloaded itertools v0.12.1 |
826 | 2024-08-12T20:36:59.397Z | Downloaded rand v0.8.5 |
827 | 2024-08-12T20:36:59.400Z | Downloaded tokio-tungstenite v0.21.0 |
828 | 2024-08-12T20:36:59.403Z | Downloaded indexmap v1.9.3 |
829 | 2024-08-12T20:36:59.406Z | Downloaded unsafe-libyaml v0.2.11 |
830 | 2024-08-12T20:36:59.409Z | Downloaded diesel_derives v2.2.2 |
831 | 2024-08-12T20:36:59.413Z | Downloaded spki v0.7.3 |
832 | 2024-08-12T20:36:59.417Z | Downloaded want v0.3.1 |
833 | 2024-08-12T20:36:59.417Z | Downloaded stability v0.2.0 |
834 | 2024-08-12T20:36:59.419Z | Downloaded sqlparser_derive v0.2.2 |
835 | 2024-08-12T20:36:59.419Z | Downloaded signal-hook-tokio v0.3.1 |
836 | 2024-08-12T20:36:59.419Z | Downloaded fallible-iterator v0.2.0 |
837 | 2024-08-12T20:36:59.422Z | Downloaded zerocopy v0.6.6 |
838 | 2024-08-12T20:36:59.422Z | Downloaded heapless v0.7.17 |
839 | 2024-08-12T20:36:59.425Z | Downloaded heapless v0.8.0 |
840 | 2024-08-12T20:36:59.429Z | Downloaded shell-words v1.1.0 |
841 | 2024-08-12T20:36:59.432Z | Downloaded yasna v0.5.2 |
842 | 2024-08-12T20:36:59.435Z | Downloaded flume v0.11.0 |
843 | 2024-08-12T20:36:59.437Z | Downloaded rcgen v0.12.1 |
844 | 2024-08-12T20:36:59.440Z | Downloaded num-bigint v0.4.5 |
845 | 2024-08-12T20:36:59.443Z | Downloaded derive_more v0.99.18 |
846 | 2024-08-12T20:36:59.448Z | Downloaded libm v0.2.8 |
847 | 2024-08-12T20:36:59.456Z | Downloaded unicode-linebreak v0.1.5 |
848 | 2024-08-12T20:36:59.463Z | Downloaded tap v1.0.1 |
849 | 2024-08-12T20:36:59.463Z | Downloaded shlex v1.3.0 |
850 | 2024-08-12T20:36:59.466Z | Downloaded pkcs8 v0.10.2 |
851 | 2024-08-12T20:36:59.466Z | Downloaded env_logger v0.10.2 |
852 | 2024-08-12T20:36:59.466Z | Downloaded rayon-core v1.12.1 |
853 | 2024-08-12T20:36:59.471Z | Downloaded dirs-sys-next v0.1.2 |
854 | 2024-08-12T20:36:59.474Z | Downloaded difflib v0.4.0 |
855 | 2024-08-12T20:36:59.474Z | Downloaded vsss-rs v3.3.4 |
856 | 2024-08-12T20:36:59.474Z | Downloaded ron v0.8.1 |
857 | 2024-08-12T20:36:59.478Z | Downloaded highway v1.2.0 |
858 | 2024-08-12T20:36:59.481Z | Downloaded fixedbitset v0.4.2 |
859 | 2024-08-12T20:36:59.485Z | Downloaded elliptic-curve v0.13.8 |
860 | 2024-08-12T20:36:59.488Z | Downloaded rustc_version v0.4.0 |
861 | 2024-08-12T20:36:59.488Z | Downloaded rustc_version v0.1.7 |
862 | 2024-08-12T20:36:59.488Z | Downloaded ppv-lite86 v0.2.17 |
863 | 2024-08-12T20:36:59.490Z | Downloaded powerfmt v0.2.0 |
864 | 2024-08-12T20:36:59.490Z | Downloaded postgres-protocol v0.6.7 |
865 | 2024-08-12T20:36:59.493Z | Downloaded itertools v0.10.5 |
866 | 2024-08-12T20:36:59.497Z | Downloaded group v0.13.0 |
867 | 2024-08-12T20:36:59.500Z | Downloaded ron v0.7.1 |
868 | 2024-08-12T20:36:59.503Z | Downloaded url v2.5.2 |
869 | 2024-08-12T20:36:59.506Z | Downloaded tokio-postgres v0.7.11 |
870 | 2024-08-12T20:36:59.511Z | Downloaded itertools v0.13.0 |
871 | 2024-08-12T20:36:59.518Z | Downloaded cc v1.0.97 |
872 | 2024-08-12T20:36:59.521Z | Downloaded base64 v0.21.7 |
873 | 2024-08-12T20:36:59.524Z | Downloaded hash32 v0.2.1 |
874 | 2024-08-12T20:36:59.527Z | Downloaded pin-project v1.1.5 |
875 | 2024-08-12T20:36:59.537Z | Downloaded rusty-fork v0.3.0 |
876 | 2024-08-12T20:36:59.541Z | Downloaded indent_write v2.2.0 |
877 | 2024-08-12T20:36:59.541Z | Downloaded uzers v0.11.3 |
878 | 2024-08-12T20:36:59.544Z | Downloaded futures-channel v0.3.30 |
879 | 2024-08-12T20:36:59.544Z | Downloaded unicode-truncate v1.0.0 |
880 | 2024-08-12T20:36:59.546Z | Downloaded untrusted v0.9.0 |
881 | 2024-08-12T20:36:59.546Z | Downloaded tui-tree-widget v0.21.0 |
882 | 2024-08-12T20:36:59.549Z | Downloaded slog-term v2.9.1 |
883 | 2024-08-12T20:36:59.551Z | Downloaded slog-stdlog v4.1.1 |
884 | 2024-08-12T20:36:59.551Z | Downloaded supports-color v3.0.0 |
885 | 2024-08-12T20:36:59.554Z | Downloaded smf v0.2.3 |
886 | 2024-08-12T20:36:59.554Z | Downloaded foreign-types v0.3.2 |
887 | 2024-08-12T20:36:59.554Z | Downloaded semver v0.1.20 |
888 | 2024-08-12T20:36:59.557Z | Downloaded ena v0.14.3 |
889 | 2024-08-12T20:36:59.557Z | Downloaded time-macros v0.2.18 |
890 | 2024-08-12T20:36:59.560Z | Downloaded dirs-next v2.0.0 |
891 | 2024-08-12T20:36:59.560Z | Downloaded derive-where v1.2.7 |
892 | 2024-08-12T20:36:59.563Z | Downloaded uuid v1.10.0 |
893 | 2024-08-12T20:36:59.565Z | Downloaded parking_lot_core v0.9.10 |
894 | 2024-08-12T20:36:59.568Z | Downloaded parking_lot v0.12.2 |
895 | 2024-08-12T20:36:59.571Z | Downloaded base64 v0.22.1 |
896 | 2024-08-12T20:36:59.573Z | Downloaded crypto-bigint v0.5.5 |
897 | 2024-08-12T20:36:59.579Z | Downloaded darling_core v0.20.9 |
898 | 2024-08-12T20:36:59.584Z | Downloaded derive_builder_macro v0.20.0 |
899 | 2024-08-12T20:36:59.586Z | Downloaded ring v0.17.8 |
900 | 2024-08-12T20:36:59.656Z | Downloaded mockall_derive v0.13.0 |
901 | 2024-08-12T20:36:59.659Z | Downloaded crc-any v2.5.0 |
902 | 2024-08-12T20:36:59.662Z | Downloaded hyper-rustls v0.24.2 |
903 | 2024-08-12T20:36:59.665Z | Downloaded getrandom v0.2.14 |
904 | 2024-08-12T20:36:59.667Z | Downloaded untrusted v0.7.1 |
905 | 2024-08-12T20:36:59.667Z | Downloaded smallvec v0.6.14 |
906 | 2024-08-12T20:36:59.670Z | Downloaded sec1 v0.7.3 |
907 | 2024-08-12T20:36:59.670Z | Downloaded embedded-io v0.4.0 |
908 | 2024-08-12T20:36:59.673Z | Downloaded dyn-clone v1.0.17 |
909 | 2024-08-12T20:36:59.673Z | Downloaded tokio-rustls v0.24.1 |
910 | 2024-08-12T20:36:59.676Z | Downloaded memmap2 v0.9.4 |
911 | 2024-08-12T20:36:59.678Z | Downloaded env_logger v0.9.3 |
912 | 2024-08-12T20:36:59.678Z | Downloaded derive_builder v0.20.0 |
913 | 2024-08-12T20:36:59.683Z | Downloaded strum_macros v0.26.4 |
914 | 2024-08-12T20:36:59.685Z | Downloaded compact_str v0.7.1 |
915 | 2024-08-12T20:36:59.688Z | Downloaded password-hash v0.5.0 |
916 | 2024-08-12T20:36:59.691Z | Downloaded crossbeam-channel v0.5.12 |
917 | 2024-08-12T20:36:59.694Z | Downloaded smallvec v1.13.2 |
918 | 2024-08-12T20:36:59.696Z | Downloaded ref-cast v1.0.23 |
919 | 2024-08-12T20:36:59.699Z | Downloaded pem-rfc7468 v0.7.0 |
920 | 2024-08-12T20:36:59.702Z | Downloaded tokio-tungstenite v0.20.1 |
921 | 2024-08-12T20:36:59.702Z | Downloaded ring v0.16.20 |
922 | 2024-08-12T20:36:59.786Z | Downloaded owo-colors v4.0.0 |
923 | 2024-08-12T20:36:59.789Z | Downloaded tokio-stream v0.1.15 |
924 | 2024-08-12T20:36:59.792Z | Downloaded strum_macros v0.24.3 |
925 | 2024-08-12T20:36:59.795Z | Downloaded defmt v0.3.8 |
926 | 2024-08-12T20:36:59.798Z | Downloaded crossbeam-utils v0.8.19 |
927 | 2024-08-12T20:36:59.800Z | Downloaded const_format v0.2.32 |
928 | 2024-08-12T20:36:59.804Z | Downloaded either v1.13.0 |
929 | 2024-08-12T20:36:59.807Z | Downloaded utf-8 v0.7.6 |
930 | 2024-08-12T20:36:59.807Z | Downloaded base64 v0.13.1 |
931 | 2024-08-12T20:36:59.809Z | Downloaded termios v0.3.3 |
932 | 2024-08-12T20:36:59.812Z | Downloaded peg v0.8.4 |
933 | 2024-08-12T20:36:59.815Z | Downloaded parse-display-derive v0.9.1 |
934 | 2024-08-12T20:36:59.823Z | Downloaded csv-core v0.1.11 |
935 | 2024-08-12T20:36:59.823Z | Downloaded cookie v0.17.0 |
936 | 2024-08-12T20:36:59.827Z | Downloaded allocator-api2 v0.2.18 |
937 | 2024-08-12T20:36:59.827Z | Downloaded cookie_store v0.20.0 |
938 | 2024-08-12T20:36:59.827Z | Downloaded blake2 v0.10.6 |
939 | 2024-08-12T20:36:59.827Z | Downloaded bytes v1.7.1 |
940 | 2024-08-12T20:36:59.829Z | Downloaded unarray v0.1.4 |
941 | 2024-08-12T20:36:59.832Z | Downloaded mime_guess v2.0.4 |
942 | 2024-08-12T20:36:59.832Z | Downloaded packed_struct_codegen v0.10.1 |
943 | 2024-08-12T20:36:59.835Z | Downloaded ascii v1.1.0 |
944 | 2024-08-12T20:36:59.835Z | Downloaded thiserror-no-std v2.0.2 |
945 | 2024-08-12T20:36:59.838Z | Downloaded num_enum_derive v0.5.11 |
946 | 2024-08-12T20:36:59.841Z | Downloaded maybe-uninit v2.0.0 |
947 | 2024-08-12T20:36:59.841Z | Downloaded static_assertions v1.1.0 |
948 | 2024-08-12T20:36:59.844Z | Downloaded slog-bunyan v2.5.0 |
949 | 2024-08-12T20:36:59.844Z | Downloaded const_format_proc_macros v0.2.32 |
950 | 2024-08-12T20:36:59.846Z | Downloaded buf-list v1.0.3 |
951 | 2024-08-12T20:36:59.849Z | Downloaded defmt-macros v0.3.9 |
952 | 2024-08-12T20:36:59.852Z | Downloaded nibble_vec v0.1.0 |
953 | 2024-08-12T20:36:59.852Z | Downloaded managed v0.8.0 |
954 | 2024-08-12T20:36:59.852Z | Downloaded lru v0.12.3 |
955 | 2024-08-12T20:36:59.855Z | Downloaded data-encoding v2.6.0 |
956 | 2024-08-12T20:36:59.855Z | Downloaded curve25519-dalek-derive v0.1.1 |
957 | 2024-08-12T20:36:59.855Z | Downloaded bit-vec v0.6.3 |
958 | 2024-08-12T20:36:59.857Z | Downloaded ciborium v0.2.2 |
959 | 2024-08-12T20:36:59.861Z | Downloaded native-tls v0.2.11 |
960 | 2024-08-12T20:36:59.861Z | Downloaded ipnetwork v0.20.0 |
961 | 2024-08-12T20:36:59.863Z | Downloaded ipnet v2.9.0 |
962 | 2024-08-12T20:36:59.863Z | Downloaded parse-display v0.9.1 |
963 | 2024-08-12T20:36:59.866Z | Downloaded lru-cache v0.1.2 |
964 | 2024-08-12T20:36:59.866Z | Downloaded libloading v0.8.3 |
965 | 2024-08-12T20:36:59.869Z | Downloaded cobs v0.2.3 |
966 | 2024-08-12T20:36:59.869Z | Downloaded cipher v0.4.4 |
967 | 2024-08-12T20:36:59.871Z | Downloaded cassowary v0.3.0 |
968 | 2024-08-12T20:36:59.871Z | Downloaded base16ct v0.2.0 |
969 | 2024-08-12T20:36:59.874Z | Downloaded nanorand v0.7.0 |
970 | 2024-08-12T20:36:59.874Z | Downloaded cookie v0.18.1 |
971 | 2024-08-12T20:36:59.877Z | Downloaded clang-sys v1.7.0 |
972 | 2024-08-12T20:36:59.879Z | Downloaded ahash v0.8.11 |
973 | 2024-08-12T20:36:59.882Z | Downloaded mockall v0.13.0 |
974 | 2024-08-12T20:36:59.882Z | Downloaded linear-map v1.2.0 |
975 | 2024-08-12T20:36:59.885Z | Downloaded crucible-workspace-hack v0.1.0 |
976 | 2024-08-12T20:36:59.885Z | Downloaded bitstruct v0.1.1 |
977 | 2024-08-12T20:36:59.888Z | Downloaded bitfield-struct v0.6.1 |
978 | 2024-08-12T20:36:59.888Z | Downloaded atomicwrites v0.4.3 |
979 | 2024-08-12T20:36:59.888Z | Downloaded addr2line v0.21.0 |
980 | 2024-08-12T20:36:59.890Z | Downloaded nodrop v0.1.14 |
981 | 2024-08-12T20:36:59.891Z | Downloaded memoffset v0.9.1 |
982 | 2024-08-12T20:36:59.893Z | Downloaded darling v0.20.9 |
983 | 2024-08-12T20:36:59.898Z | Downloaded md-5 v0.10.6 |
984 | 2024-08-12T20:36:59.901Z | Downloaded maplit v1.0.2 |
985 | 2024-08-12T20:36:59.901Z | Downloaded keccak v0.1.5 |
986 | 2024-08-12T20:36:59.901Z | Downloaded console v0.15.8 |
987 | 2024-08-12T20:36:59.901Z | Downloaded bcs v0.1.6 |
988 | 2024-08-12T20:36:59.904Z | Downloaded indoc v1.0.9 |
989 | 2024-08-12T20:36:59.907Z | Downloaded async-recursion v1.1.1 |
990 | 2024-08-12T20:36:59.909Z | Downloaded castaway v0.2.2 |
991 | 2024-08-12T20:36:59.909Z | Downloaded debug-ignore v1.0.5 |
992 | 2024-08-12T20:36:59.912Z | Downloaded ascii-canvas v3.0.0 |
993 | 2024-08-12T20:36:59.912Z | Downloaded chacha20 v0.9.1 |
994 | 2024-08-12T20:36:59.915Z | Downloaded crc-catalog v2.4.0 |
995 | 2024-08-12T20:36:59.915Z | Downloaded block-padding v0.3.3 |
996 | 2024-08-12T20:36:59.917Z | Downloaded ciborium-ll v0.2.2 |
997 | 2024-08-12T20:36:59.917Z | Downloaded bitflags v1.3.2 |
998 | 2024-08-12T20:36:59.920Z | Downloaded bitfield v0.14.0 |
999 | 2024-08-12T20:36:59.920Z | Downloaded atomic-waker v1.1.2 |
1000 | 2024-08-12T20:36:59.923Z | Downloaded arrayref v0.3.7 |
1001 | 2024-08-12T20:36:59.923Z | Downloaded aead v0.5.2 |
1002 | 2024-08-12T20:37:00.005Z | Compiling cfg-if v1.0.0 |
1003 | 2024-08-12T20:37:00.005Z | Compiling serde v1.0.205 |
1004 | 2024-08-12T20:37:00.008Z | Compiling lock_api v0.4.12 |
1005 | 2024-08-12T20:37:00.008Z | Compiling scopeguard v1.2.0 |
1006 | 2024-08-12T20:37:00.008Z | Compiling log v0.4.21 |
1007 | 2024-08-12T20:37:00.132Z | Compiling cc v1.0.97 |
1008 | 2024-08-12T20:37:00.144Z | Compiling syn v2.0.72 |
1009 | 2024-08-12T20:37:00.164Z | Compiling typenum v1.17.0 |
1010 | 2024-08-12T20:37:00.220Z | Compiling getrandom v0.2.14 |
1011 | 2024-08-12T20:37:00.316Z | Compiling generic-array v0.14.7 |
1012 | 2024-08-12T20:37:00.614Z | Compiling rand_core v0.6.4 |
1013 | 2024-08-12T20:37:00.666Z | Compiling pin-project-lite v0.2.14 |
1014 | 2024-08-12T20:37:00.687Z | Compiling parking_lot_core v0.9.10 |
1015 | 2024-08-12T20:37:00.769Z | Compiling smallvec v1.13.2 |
1016 | 2024-08-12T20:37:00.789Z | Compiling signal-hook-registry v1.4.2 |
1017 | 2024-08-12T20:37:01.054Z | Compiling spin v0.9.8 |
1018 | 2024-08-12T20:37:01.256Z | Compiling mio v0.8.11 |
1019 | 2024-08-12T20:37:01.342Z | Compiling ahash v0.8.11 |
1020 | 2024-08-12T20:37:01.471Z | Compiling tinyvec_macros v0.1.1 |
1021 | 2024-08-12T20:37:01.565Z | Compiling futures-core v0.3.30 |
1022 | 2024-08-12T20:37:01.702Z | Compiling parking_lot v0.12.2 |
1023 | 2024-08-12T20:37:01.795Z | Compiling tinyvec v1.6.0 |
1024 | 2024-08-12T20:37:01.819Z | Compiling socket2 v0.5.7 |
1025 | 2024-08-12T20:37:01.995Z | Compiling num_cpus v1.16.0 |
1026 | 2024-08-12T20:37:02.130Z | Compiling const-oid v0.9.6 |
1027 | 2024-08-12T20:37:02.599Z | Compiling libm v0.2.8 |
1028 | 2024-08-12T20:37:02.714Z | Compiling subtle v2.5.0 |
1029 | 2024-08-12T20:37:02.906Z | Compiling serde_json v1.0.122 |
1030 | 2024-08-12T20:37:02.984Z | Compiling num-traits v0.2.19 |
1031 | 2024-08-12T20:37:03.060Z | Compiling slab v0.4.9 |
1032 | 2024-08-12T20:37:03.137Z | Compiling futures-sink v0.3.30 |
1033 | 2024-08-12T20:37:03.289Z | Compiling allocator-api2 v0.2.18 |
1034 | 2024-08-12T20:37:03.323Z | Compiling unicode-bidi v0.3.15 |
1035 | 2024-08-12T20:37:03.326Z | Compiling unicode-normalization v0.1.23 |
1036 | 2024-08-12T20:37:03.832Z | Compiling futures-channel v0.3.30 |
1037 | 2024-08-12T20:37:03.886Z | Compiling pkg-config v0.3.30 |
1038 | 2024-08-12T20:37:04.094Z | Compiling futures-io v0.3.30 |
1039 | 2024-08-12T20:37:04.157Z | Compiling vcpkg v0.2.15 |
1040 | 2024-08-12T20:37:04.237Z | Compiling pin-utils v0.1.0 |
1041 | 2024-08-12T20:37:04.328Z | Compiling futures-task v0.3.30 |
1042 | 2024-08-12T20:37:04.406Z | Compiling ring v0.17.8 |
1043 | 2024-08-12T20:37:04.410Z | Compiling ppv-lite86 v0.2.17 |
1044 | 2024-08-12T20:37:04.818Z | Compiling percent-encoding v2.3.1 |
1045 | 2024-08-12T20:37:04.926Z | Compiling tracing-core v0.1.32 |
1046 | 2024-08-12T20:37:05.189Z | Compiling rand_chacha v0.3.1 |
1047 | 2024-08-12T20:37:05.217Z | Compiling rustix v0.38.34 |
1048 | 2024-08-12T20:37:05.437Z | Compiling powerfmt v0.2.0 |
1049 | 2024-08-12T20:37:05.818Z | Compiling syn v1.0.109 |
1050 | 2024-08-12T20:37:06.026Z | Compiling untrusted v0.9.0 |
1051 | 2024-08-12T20:37:06.200Z | Compiling num-conv v0.1.0 |
1052 | 2024-08-12T20:37:06.273Z | Compiling openssl-sys v0.9.103 |
1053 | 2024-08-12T20:37:06.275Z | Compiling time-core v0.1.2 |
1054 | 2024-08-12T20:37:06.458Z | Compiling time-macros v0.2.18 |
1055 | 2024-08-12T20:37:06.511Z | Compiling deranged v0.3.11 |
1056 | 2024-08-12T20:37:06.554Z | Compiling rand v0.8.5 |
1057 | 2024-08-12T20:37:06.612Z | Compiling base64ct v1.6.0 |
1058 | 2024-08-12T20:37:07.111Z | Compiling rustversion v1.0.17 |
1059 | 2024-08-12T20:37:07.525Z | Compiling num_threads v0.1.7 |
1060 | 2024-08-12T20:37:07.647Z | Compiling openssl v0.10.66 |
1061 | 2024-08-12T20:37:07.788Z | Compiling foreign-types-shared v0.1.1 |
1062 | 2024-08-12T20:37:07.897Z | Compiling httparse v1.8.0 |
1063 | 2024-08-12T20:37:08.046Z | Compiling foreign-types v0.3.2 |
1064 | 2024-08-12T20:37:08.185Z | Compiling pem-rfc7468 v0.7.0 |
1065 | 2024-08-12T20:37:08.317Z | Compiling form_urlencoded v1.2.1 |
1066 | 2024-08-12T20:37:08.336Z | Compiling siphasher v0.3.11 |
1067 | 2024-08-12T20:37:08.564Z | Compiling crossbeam-utils v0.8.19 |
1068 | 2024-08-12T20:37:08.711Z | Compiling try-lock v0.2.5 |
1069 | 2024-08-12T20:37:08.838Z | Compiling native-tls v0.2.11 |
1070 | 2024-08-12T20:37:08.860Z | Compiling rustls v0.21.12 |
1071 | 2024-08-12T20:37:09.120Z | Compiling flagset v0.4.5 |
1072 | 2024-08-12T20:37:09.177Z | Compiling want v0.3.1 |
1073 | 2024-08-12T20:37:09.376Z | Compiling time v0.3.36 |
1074 | 2024-08-12T20:37:09.460Z | Compiling idna v0.5.0 |
1075 | 2024-08-12T20:37:09.858Z | Compiling lazy_static v1.5.0 |
1076 | 2024-08-12T20:37:09.953Z | Compiling aho-corasick v1.1.3 |
1077 | 2024-08-12T20:37:09.986Z | Compiling cookie v0.17.0 |
1078 | 2024-08-12T20:37:10.292Z | Compiling httpdate v1.0.3 |
1079 | 2024-08-12T20:37:10.619Z | Compiling cpufeatures v0.2.12 |
1080 | 2024-08-12T20:37:10.724Z | Compiling signal-hook v0.3.17 |
1081 | 2024-08-12T20:37:10.775Z | Compiling iana-time-zone v0.1.60 |
1082 | 2024-08-12T20:37:11.008Z | Compiling finl_unicode v1.2.0 |
1083 | 2024-08-12T20:37:11.048Z | Compiling regex-syntax v0.8.3 |
1084 | 2024-08-12T20:37:11.287Z | Compiling openssl-probe v0.1.5 |
1085 | 2024-08-12T20:37:11.583Z | Compiling adler v1.0.2 |
1086 | 2024-08-12T20:37:11.621Z | Compiling slog v2.7.0 |
1087 | 2024-08-12T20:37:11.796Z | Compiling tower-service v0.3.2 |
1088 | 2024-08-12T20:37:11.917Z | Compiling miniz_oxide v0.7.2 |
1089 | 2024-08-12T20:37:12.200Z | Compiling stringprep v0.1.4 |
1090 | 2024-08-12T20:37:13.451Z | Compiling url v2.5.2 |
1091 | 2024-08-12T20:37:14.473Z | Compiling serde_derive v1.0.205 |
1092 | 2024-08-12T20:37:14.599Z | Compiling zeroize_derive v1.4.2 |
1093 | 2024-08-12T20:37:14.739Z | Compiling zerocopy-derive v0.7.34 |
1094 | 2024-08-12T20:37:15.341Z | Compiling tokio-macros v2.3.0 |
1095 | 2024-08-12T20:37:15.526Z | Compiling thiserror-impl v1.0.63 |
1096 | 2024-08-12T20:37:16.220Z | Compiling zeroize v1.7.0 |
1097 | 2024-08-12T20:37:16.996Z | Compiling futures-macro v0.3.30 |
1098 | 2024-08-12T20:37:17.085Z | Compiling zerocopy v0.7.34 |
1099 | 2024-08-12T20:37:17.553Z | Compiling tracing-attributes v0.1.27 |
1100 | 2024-08-12T20:37:17.580Z | Compiling scroll_derive v0.12.0 |
1101 | 2024-08-12T20:37:18.106Z | Compiling crypto-common v0.1.6 |
1102 | 2024-08-12T20:37:18.340Z | Compiling block-buffer v0.10.4 |
1103 | 2024-08-12T20:37:18.748Z | Compiling digest v0.10.7 |
1104 | 2024-08-12T20:37:18.928Z | Compiling thiserror v1.0.63 |
1105 | 2024-08-12T20:37:19.011Z | Compiling futures-util v0.3.30 |
1106 | 2024-08-12T20:37:19.057Z | Compiling pest v2.7.10 |
1107 | 2024-08-12T20:37:19.060Z | Compiling scroll v0.12.0 |
1108 | 2024-08-12T20:37:19.221Z | Compiling hashbrown v0.14.5 |
1109 | 2024-08-12T20:37:19.239Z | Compiling hmac v0.12.1 |
1110 | 2024-08-12T20:37:19.491Z | Compiling openssl-macros v0.1.1 |
1111 | 2024-08-12T20:37:19.596Z | Compiling goblin v0.8.2 |
1112 | 2024-08-12T20:37:20.287Z | Compiling der_derive v0.7.2 |
1113 | 2024-08-12T20:37:20.636Z | Compiling rustls-webpki v0.101.7 |
1114 | 2024-08-12T20:37:21.491Z | Compiling tracing v0.1.40 |
1115 | 2024-08-12T20:37:22.014Z | Compiling pest_meta v2.7.10 |
1116 | 2024-08-12T20:37:22.416Z | Compiling sct v0.7.1 |
1117 | 2024-08-12T20:37:22.507Z | Compiling sha2 v0.10.8 |
1118 | 2024-08-12T20:37:22.690Z | Compiling md-5 v0.10.6 |
1119 | 2024-08-12T20:37:22.961Z | Compiling regex-automata v0.4.6 |
1120 | 2024-08-12T20:37:22.980Z | Compiling der v0.7.9 |
1121 | 2024-08-12T20:37:25.231Z | Compiling pest_generator v2.7.10 |
1122 | 2024-08-12T20:37:26.225Z | Compiling spki v0.7.3 |
1123 | 2024-08-12T20:37:26.374Z | Compiling num-integer v0.1.46 |
1124 | 2024-08-12T20:37:26.593Z | Compiling idna v0.3.0 |
1125 | 2024-08-12T20:37:27.145Z | Compiling backtrace v0.3.71 |
1126 | 2024-08-12T20:37:27.185Z | Compiling hash32 v0.2.1 |
1127 | 2024-08-12T20:37:27.319Z | Compiling pest_derive v2.7.10 |
1128 | 2024-08-12T20:37:27.570Z | Compiling fallible-iterator v0.2.0 |
1129 | 2024-08-12T20:37:27.600Z | Compiling stable_deref_trait v1.2.0 |
1130 | 2024-08-12T20:37:27.703Z | Compiling gimli v0.28.1 |
1131 | 2024-08-12T20:37:28.150Z | Compiling dtrace-parser v0.2.0 |
1132 | 2024-08-12T20:37:28.211Z | Compiling smoltcp v0.9.1 |
1133 | 2024-08-12T20:37:28.245Z | Compiling base64 v0.22.1 |
1134 | 2024-08-12T20:37:28.966Z | Compiling psl-types v2.0.11 |
1135 | 2024-08-12T20:37:29.025Z | Compiling crc32fast v1.4.0 |
1136 | 2024-08-12T20:37:29.150Z | Compiling bytes v1.7.1 |
1137 | 2024-08-12T20:37:29.538Z | Compiling bitflags v2.6.0 |
1138 | 2024-08-12T20:37:30.001Z | Compiling indexmap v2.3.0 |
1139 | 2024-08-12T20:37:30.063Z | Compiling tokio v1.38.1 |
1140 | 2024-08-12T20:37:30.323Z | Compiling http v0.2.12 |
1141 | 2024-08-12T20:37:30.486Z | Compiling semver v1.0.23 |
1142 | 2024-08-12T20:37:31.275Z | Compiling rustc_version v0.4.0 |
1143 | 2024-08-12T20:37:31.652Z | Compiling dof v0.3.0 |
1144 | 2024-08-12T20:37:32.046Z | Compiling heapless v0.7.17 |
1145 | 2024-08-12T20:37:32.507Z | Compiling http-body v0.4.6 |
1146 | 2024-08-12T20:37:32.844Z | Compiling uuid v1.10.0 |
1147 | 2024-08-12T20:37:32.933Z | Compiling usdt-impl v0.5.0 |
1148 | 2024-08-12T20:37:32.969Z | Compiling serde_spanned v0.6.7 |
1149 | 2024-08-12T20:37:33.211Z | Compiling serde_tokenstream v0.2.1 |
1150 | 2024-08-12T20:37:33.767Z | Compiling chrono v0.4.38 |
1151 | 2024-08-12T20:37:33.899Z | Compiling toml_datetime v0.6.8 |
1152 | 2024-08-12T20:37:34.297Z | Compiling terminal_size v0.3.0 |
1153 | 2024-08-12T20:37:34.498Z | Compiling addr2line v0.21.0 |
1154 | 2024-08-12T20:37:34.547Z | Compiling postgres-protocol v0.6.7 |
1155 | 2024-08-12T20:37:34.676Z | Compiling publicsuffix v2.2.3 |
1156 | 2024-08-12T20:37:34.995Z | Compiling pkcs8 v0.10.2 |
1157 | 2024-08-12T20:37:35.174Z | Compiling hubpack_derive v0.1.1 |
1158 | 2024-08-12T20:37:35.578Z | Compiling block-padding v0.3.3 |
1159 | 2024-08-12T20:37:35.594Z | Compiling async-trait v0.1.81 |
1160 | 2024-08-12T20:37:35.836Z | Compiling zerocopy-derive v0.6.6 |
1161 | 2024-08-12T20:37:37.047Z | Compiling phf_shared v0.11.2 |
1162 | 2024-08-12T20:37:37.064Z | Compiling serde_derive_internals v0.29.1 |
1163 | 2024-08-12T20:37:37.183Z | Compiling ff v0.13.0 |
1164 | 2024-08-12T20:37:37.408Z | Compiling object v0.32.2 |
1165 | 2024-08-12T20:37:37.434Z | Compiling fs-err v2.11.0 |
1166 | 2024-08-12T20:37:37.554Z | Compiling regex-automata v0.1.10 |
1167 | 2024-08-12T20:37:37.734Z | Compiling base64 v0.21.7 |
1168 | 2024-08-12T20:37:38.033Z | Compiling ipnet v2.9.0 |
1169 | 2024-08-12T20:37:38.075Z | Compiling base16ct v0.2.0 |
1170 | 2024-08-12T20:37:38.416Z | Compiling tokio-util v0.7.11 |
1171 | 2024-08-12T20:37:38.472Z | Compiling tokio-rustls v0.24.1 |
1172 | 2024-08-12T20:37:38.491Z | Compiling managed v0.8.0 |
1173 | 2024-08-12T20:37:38.952Z | Compiling either v1.13.0 |
1174 | 2024-08-12T20:37:39.214Z | Compiling bitflags v1.3.2 |
1175 | 2024-08-12T20:37:39.320Z | Compiling tokio-native-tls v0.3.1 |
1176 | 2024-08-12T20:37:39.370Z | Compiling winnow v0.5.40 |
1177 | 2024-08-12T20:37:39.526Z | Compiling h2 v0.3.26 |
1178 | 2024-08-12T20:37:39.603Z | Compiling schemars v0.8.21 |
1179 | 2024-08-12T20:37:39.844Z | Compiling anyhow v1.0.86 |
1180 | 2024-08-12T20:37:39.860Z | Compiling rustc-demangle v0.1.24 |
1181 | 2024-08-12T20:37:39.963Z | Compiling bit-vec v0.6.3 |
1182 | 2024-08-12T20:37:40.438Z | Compiling matches v0.1.10 |
1183 | 2024-08-12T20:37:40.531Z | Compiling idna v0.2.3 |
1184 | 2024-08-12T20:37:40.679Z | Compiling clap_builder v4.5.13 |
1185 | 2024-08-12T20:37:40.869Z | Compiling schemars_derive v0.8.21 |
1186 | 2024-08-12T20:37:42.247Z | Compiling sec1 v0.7.3 |
1187 | 2024-08-12T20:37:42.834Z | Compiling rustls-pemfile v1.0.4 |
1188 | 2024-08-12T20:37:43.287Z | Compiling toml_edit v0.19.15 |
1189 | 2024-08-12T20:37:43.346Z | Compiling zerocopy v0.6.6 |
1190 | 2024-08-12T20:37:43.803Z | Compiling bstr v0.2.17 |
1191 | 2024-08-12T20:37:44.489Z | Compiling group v0.13.0 |
1192 | 2024-08-12T20:37:44.780Z | Compiling phf v0.11.2 |
1193 | 2024-08-12T20:37:44.829Z | Compiling signal-hook-mio v0.2.3 |
1194 | 2024-08-12T20:37:44.994Z | Compiling cookie_store v0.20.0 |
1195 | 2024-08-12T20:37:45.073Z | Compiling hubpack v0.1.2 |
1196 | 2024-08-12T20:37:45.289Z | Compiling postgres-types v0.2.7 |
1197 | 2024-08-12T20:37:45.527Z | Compiling inout v0.1.3 |
1198 | 2024-08-12T20:37:45.824Z | Compiling usdt-attr-macro v0.5.0 |
1199 | 2024-08-12T20:37:45.970Z | Compiling usdt-macro v0.5.0 |
1200 | 2024-08-12T20:37:46.593Z | Compiling hyper v0.14.30 |
1201 | 2024-08-12T20:37:46.877Z | Compiling serde_urlencoded v0.7.1 |
1202 | 2024-08-12T20:37:47.379Z | Compiling regex v1.10.6 |
1203 | 2024-08-12T20:37:47.488Z | Compiling num-bigint v0.4.5 |
1204 | 2024-08-12T20:37:47.544Z | Compiling futures-executor v0.3.30 |
1205 | 2024-08-12T20:37:47.735Z | Compiling enum-as-inner v0.5.1 |
1206 | 2024-08-12T20:37:48.116Z | Compiling hkdf v0.12.4 |
1207 | 2024-08-12T20:37:48.374Z | Compiling crypto-bigint v0.5.5 |
1208 | 2024-08-12T20:37:48.454Z | Compiling clap_derive v4.5.13 |
1209 | 2024-08-12T20:37:48.813Z | Compiling strum_macros v0.25.3 |
1210 | 2024-08-12T20:37:50.255Z | Compiling serde_repr v0.1.19 |
1211 | 2024-08-12T20:37:50.328Z | Compiling phf_shared v0.10.0 |
1212 | 2024-08-12T20:37:50.715Z | Compiling float-cmp v0.9.0 |
1213 | 2024-08-12T20:37:50.960Z | Compiling encoding_rs v0.8.34 |
1214 | 2024-08-12T20:37:51.339Z | Compiling new_debug_unreachable v1.0.6 |
1215 | 2024-08-12T20:37:51.432Z | Compiling mime v0.3.17 |
1216 | 2024-08-12T20:37:51.490Z | Compiling static_assertions v1.1.0 |
1217 | 2024-08-12T20:37:51.592Z | Compiling difflib v0.4.0 |
1218 | 2024-08-12T20:37:52.057Z | Compiling sync_wrapper v0.1.2 |
1219 | 2024-08-12T20:37:52.188Z | Compiling normalize-line-endings v0.3.0 |
1220 | 2024-08-12T20:37:52.322Z | Compiling minimal-lexical v0.2.1 |
1221 | 2024-08-12T20:37:52.816Z | Compiling whoami v1.5.1 |
1222 | 2024-08-12T20:37:53.046Z | Compiling dyn-clone v1.0.17 |
1223 | 2024-08-12T20:37:53.177Z | Compiling predicates-core v1.0.6 |
1224 | 2024-08-12T20:37:53.275Z | Compiling precomputed-hash v0.1.1 |
1225 | 2024-08-12T20:37:53.394Z | Compiling unicode-segmentation v1.11.0 |
1226 | 2024-08-12T20:37:53.455Z | Compiling data-encoding v2.6.0 |
1227 | 2024-08-12T20:37:53.535Z | Compiling hyper-rustls v0.24.2 |
1228 | 2024-08-12T20:37:53.651Z | Compiling hyper-tls v0.5.0 |
1229 | 2024-08-12T20:37:53.892Z | Compiling webpki-roots v0.25.4 |
1230 | 2024-08-12T20:37:54.009Z | Compiling fixedbitset v0.4.2 |
1231 | 2024-08-12T20:37:54.047Z | Compiling similar v2.5.0 |
1232 | 2024-08-12T20:37:54.259Z | Compiling trust-dns-proto v0.22.0 |
1233 | 2024-08-12T20:37:54.489Z | Compiling petgraph v0.6.5 |
1234 | 2024-08-12T20:37:54.493Z | Compiling reqwest v0.11.27 |
1235 | 2024-08-12T20:37:55.500Z | Compiling clap v4.5.13 |
1236 | 2024-08-12T20:37:55.639Z | Compiling console v0.15.8 |
1237 | 2024-08-12T20:37:55.912Z | Compiling string_cache v0.8.7 |
1238 | 2024-08-12T20:37:56.397Z | Compiling predicates v3.1.2 |
1239 | 2024-08-12T20:37:56.716Z | Compiling tokio-postgres v0.7.11 |
1240 | 2024-08-12T20:37:57.278Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1241 | 2024-08-12T20:37:58.157Z | Compiling nom v7.1.3 |
1242 | 2024-08-12T20:37:58.616Z | Compiling toml_edit v0.22.20 |
1243 | 2024-08-12T20:37:58.635Z | Compiling elliptic-curve v0.13.8 |
1244 | 2024-08-12T20:37:59.499Z | Compiling usdt v0.5.0 |
1245 | 2024-08-12T20:37:59.999Z | Compiling yasna v0.5.2 |
1246 | 2024-08-12T20:38:00.657Z | Compiling futures v0.3.30 |
1247 | 2024-08-12T20:38:00.776Z | Compiling toml v0.7.8 |
1248 | 2024-08-12T20:38:01.928Z | Compiling flate2 v1.0.31 |
1249 | 2024-08-12T20:38:01.991Z | Compiling cipher v0.4.4 |
1250 | 2024-08-12T20:38:02.470Z | Compiling crossterm v0.27.0 |
1251 | 2024-08-12T20:38:02.749Z | Compiling bit-set v0.5.3 |
1252 | 2024-08-12T20:38:02.914Z | Compiling itertools v0.10.5 |
1253 | 2024-08-12T20:38:03.035Z | Compiling itertools v0.12.1 |
1254 | 2024-08-12T20:38:03.415Z | Compiling tokio-stream v0.1.15 |
1255 | 2024-08-12T20:38:03.434Z | Compiling openapiv3 v2.0.0 |
1256 | 2024-08-12T20:38:03.738Z | Compiling hex v0.4.3 |
1257 | 2024-08-12T20:38:04.372Z | Compiling bstr v1.9.1 |
1258 | 2024-08-12T20:38:04.375Z | Compiling num-iter v0.1.45 |
1259 | 2024-08-12T20:38:04.583Z | Compiling crossbeam-epoch v0.9.18 |
1260 | 2024-08-12T20:38:05.398Z | Compiling dirs-sys-next v0.1.2 |
1261 | 2024-08-12T20:38:05.708Z | Compiling peg-runtime v0.8.3 |
1262 | 2024-08-12T20:38:06.106Z | Compiling lalrpop-util v0.19.12 |
1263 | 2024-08-12T20:38:06.223Z | Compiling unicode-xid v0.2.4 |
1264 | 2024-08-12T20:38:06.260Z | Compiling dirs-next v2.0.0 |
1265 | 2024-08-12T20:38:06.278Z | Compiling thread_local v1.1.8 |
1266 | 2024-08-12T20:38:06.402Z | Compiling slog-async v2.8.0 |
1267 | 2024-08-12T20:38:06.420Z | Compiling term v0.7.0 |
1268 | 2024-08-12T20:38:06.456Z | Compiling xattr v1.3.1 |
1269 | 2024-08-12T20:38:06.459Z | Compiling strum_macros v0.26.4 |
1270 | 2024-08-12T20:38:06.736Z | Compiling crossbeam-channel v0.5.12 |
1271 | 2024-08-12T20:38:06.840Z | Compiling filetime v0.2.23 |
1272 | 2024-08-12T20:38:07.003Z | Compiling is-terminal v0.4.12 |
1273 | 2024-08-12T20:38:07.140Z | Compiling take_mut v0.2.2 |
1274 | 2024-08-12T20:38:07.156Z | Compiling slog-term v2.9.1 |
1275 | 2024-08-12T20:38:07.252Z | Compiling tar v0.4.41 |
1276 | 2024-08-12T20:38:07.302Z | Compiling camino v1.1.7 |
1277 | 2024-08-12T20:38:09.007Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1278 | 2024-08-12T20:38:09.723Z | Compiling strum v0.26.3 |
1279 | 2024-08-12T20:38:09.768Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1280 | 2024-08-12T20:38:15.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
1281 | 2024-08-12T20:38:15.313Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1282 | 2024-08-12T20:38:15.353Z | Aug 12 20:38:14.200 INFO Starting download, target: Clickhouse |
1283 | 2024-08-12T20:38:15.353Z | Aug 12 20:38:14.201 INFO Starting download, target: Cockroach |
1284 | 2024-08-12T20:38:15.353Z | Aug 12 20:38:14.201 INFO Starting download, target: Console |
1285 | 2024-08-12T20:38:15.357Z | Aug 12 20:38:14.201 INFO Starting download, target: DendriteOpenapi |
1286 | 2024-08-12T20:38:15.357Z | Aug 12 20:38:14.201 INFO Starting download, target: DendriteStub |
1287 | 2024-08-12T20:38:15.357Z | Aug 12 20:38:14.201 INFO Starting download, target: MaghemiteMgd |
1288 | 2024-08-12T20:38:15.357Z | Aug 12 20:38:14.201 INFO Starting download, target: TransceiverControl |
1289 | 2024-08-12T20:38:15.357Z | Aug 12 20:38:14.201 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1290 | 2024-08-12T20:38:15.357Z | Aug 12 20:38:14.201 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1291 | 2024-08-12T20:38:15.357Z | Aug 12 20:38:14.202 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1292 | 2024-08-12T20:38:15.357Z | Aug 12 20:38:14.202 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1293 | 2024-08-12T20:38:15.357Z | Aug 12 20:38:14.202 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1294 | 2024-08-12T20:38:15.357Z | Aug 12 20:38:14.202 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1295 | 2024-08-12T20:38:15.357Z | Aug 12 20:38:14.202 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1296 | 2024-08-12T20:38:15.566Z | Aug 12 20:38:14.398 INFO Download complete, target: DendriteOpenapi |
1297 | 2024-08-12T20:38:15.611Z | Aug 12 20:38:14.455 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1298 | 2024-08-12T20:38:15.930Z | Aug 12 20:38:14.775 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1299 | 2024-08-12T20:38:16.104Z | Aug 12 20:38:14.951 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1300 | 2024-08-12T20:38:16.136Z | Aug 12 20:38:14.983 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1301 | 2024-08-12T20:38:16.331Z | Aug 12 20:38:15.178 INFO Download complete, target: Console |
1302 | 2024-08-12T20:38:16.429Z | Aug 12 20:38:15.275 INFO Download complete, target: TransceiverControl |
1303 | 2024-08-12T20:38:17.399Z | Aug 12 20:38:16.246 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1304 | 2024-08-12T20:38:17.399Z | Aug 12 20:38:16.246 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1305 | 2024-08-12T20:38:17.629Z | Aug 12 20:38:16.476 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1306 | 2024-08-12T20:38:19.121Z | Aug 12 20:38:17.967 INFO Download complete, target: DendriteStub |
1307 | 2024-08-12T20:38:19.331Z | Aug 12 20:38:18.177 INFO Download complete, target: MaghemiteMgd |
1308 | 2024-08-12T20:38:25.417Z | Aug 12 20:38:24.263 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1309 | 2024-08-12T20:38:25.749Z | Aug 12 20:38:24.595 INFO Checking that binary works, target: Cockroach |
1310 | 2024-08-12T20:38:25.911Z | Aug 12 20:38:24.757 INFO Download complete, target: Cockroach |
1311 | 2024-08-12T20:38:31.247Z | Aug 12 20:38:30.091 INFO Checking that binary works, target: Clickhouse |
1312 | 2024-08-12T20:38:31.538Z | Aug 12 20:38:30.384 INFO Download complete, target: Clickhouse |
1313 | 2024-08-12T20:38:31.545Z | All prerequisites installed successfully |
1314 | 2024-08-12T20:38:31.548Z | |
1315 | 2024-08-12T20:38:31.548Z | real 4:04.257039212 |
1316 | 2024-08-12T20:38:31.548Z | user 11:08.990789481 |
1317 | 2024-08-12T20:38:31.548Z | sys 2:22.420996386 |
1318 | 2024-08-12T20:38:31.548Z | trap 0.449302235 |
1319 | 2024-08-12T20:38:31.548Z | tflt 5.360703077 |
1320 | 2024-08-12T20:38:31.548Z | dflt 5.395273847 |
1321 | 2024-08-12T20:38:31.548Z | kflt 0.185943315 |
1322 | 2024-08-12T20:38:31.548Z | lock 21:10.810052626 |
1323 | 2024-08-12T20:38:31.548Z | slp 44:09.450729046 |
1324 | 2024-08-12T20:38:31.548Z | lat 39.570667147 |
1325 | 2024-08-12T20:38:31.548Z | stop 1:36.817143826 |
1326 | 2024-08-12T20:38:31.548Z | + ptime -m cargo xtask download softnpu |
1327 | 2024-08-12T20:38:32.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1328 | 2024-08-12T20:38:32.126Z | Running `target/debug/xtask download softnpu` |
1329 | 2024-08-12T20:38:32.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1330 | 2024-08-12T20:38:32.953Z | Running `target/debug/xtask-downloader softnpu` |
1331 | 2024-08-12T20:38:32.989Z | Aug 12 20:38:31.831 INFO Starting download, target: Softnpu |
1332 | 2024-08-12T20:38:32.997Z | Aug 12 20:38:31.831 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1333 | 2024-08-12T20:38:34.025Z | Aug 12 20:38:32.871 INFO Download complete, target: Softnpu |
1334 | 2024-08-12T20:38:34.051Z | |
1335 | 2024-08-12T20:38:34.051Z | real 2.476855000 |
1336 | 2024-08-12T20:38:34.051Z | user 1.210529459 |
1337 | 2024-08-12T20:38:34.051Z | sys 0.556412037 |
1338 | 2024-08-12T20:38:34.051Z | trap 0.000667253 |
1339 | 2024-08-12T20:38:34.051Z | tflt 0.000019978 |
1340 | 2024-08-12T20:38:34.051Z | dflt 0.000025147 |
1341 | 2024-08-12T20:38:34.051Z | kflt 0.000000000 |
1342 | 2024-08-12T20:38:34.051Z | lock 10.997119787 |
1343 | 2024-08-12T20:38:34.051Z | slp 1.036419975 |
1344 | 2024-08-12T20:38:34.051Z | lat 0.074339443 |
1345 | 2024-08-12T20:38:34.051Z | stop 0.000413311 |
1346 | 2024-08-12T20:38:34.052Z | + export CARGO_INCREMENTAL=0 |
1347 | 2024-08-12T20:38:34.052Z | + CARGO_INCREMENTAL=0 |
1348 | 2024-08-12T20:38:34.052Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1349 | 2024-08-12T20:38:34.973Z | Compiling proc-macro2 v1.0.86 |
1350 | 2024-08-12T20:38:34.973Z | Compiling unicode-ident v1.0.12 |
1351 | 2024-08-12T20:38:34.973Z | Compiling libc v0.2.155 |
1352 | 2024-08-12T20:38:34.973Z | Compiling serde v1.0.205 |
1353 | 2024-08-12T20:38:34.987Z | Compiling autocfg v1.3.0 |
1354 | 2024-08-12T20:38:34.987Z | Compiling version_check v0.9.5 |
1355 | 2024-08-12T20:38:34.987Z | Compiling cfg-if v1.0.0 |
1356 | 2024-08-12T20:38:35.182Z | Compiling cc v1.0.97 |
1357 | 2024-08-12T20:38:35.224Z | Compiling memchr v2.7.2 |
1358 | 2024-08-12T20:38:35.699Z | Compiling ahash v0.8.11 |
1359 | 2024-08-12T20:38:35.739Z | Compiling once_cell v1.19.0 |
1360 | 2024-08-12T20:38:35.755Z | Compiling lock_api v0.4.12 |
1361 | 2024-08-12T20:38:39.917Z | Compiling serde_json v1.0.122 |
1362 | 2024-08-12T20:38:40.019Z | Compiling byteorder v1.5.0 |
1363 | 2024-08-12T20:38:40.019Z | Compiling parking_lot_core v0.9.10 |
1364 | 2024-08-12T20:38:40.019Z | Compiling quote v1.0.36 |
1365 | 2024-08-12T20:38:40.019Z | Compiling libm v0.2.8 |
1366 | 2024-08-12T20:38:40.019Z | Compiling num-traits v0.2.19 |
1367 | 2024-08-12T20:38:40.019Z | Compiling syn v2.0.72 |
1368 | 2024-08-12T20:38:40.019Z | Compiling getrandom v0.2.14 |
1369 | 2024-08-12T20:38:40.019Z | Compiling thiserror v1.0.63 |
1370 | 2024-08-12T20:38:40.048Z | Compiling typenum v1.17.0 |
1371 | 2024-08-12T20:38:40.048Z | Compiling scopeguard v1.2.0 |
1372 | 2024-08-12T20:38:40.048Z | Compiling generic-array v0.14.7 |
1373 | 2024-08-12T20:38:40.048Z | Compiling itoa v1.0.11 |
1374 | 2024-08-12T20:38:40.048Z | Compiling log v0.4.21 |
1375 | 2024-08-12T20:38:40.048Z | Compiling allocator-api2 v0.2.18 |
1376 | 2024-08-12T20:38:40.048Z | Compiling slab v0.4.9 |
1377 | 2024-08-12T20:38:40.049Z | Compiling ring v0.17.8 |
1378 | 2024-08-12T20:38:40.049Z | Compiling pin-project-lite v0.2.14 |
1379 | 2024-08-12T20:38:40.049Z | Compiling semver v1.0.23 |
1380 | 2024-08-12T20:38:40.049Z | Compiling ryu v1.0.18 |
1381 | 2024-08-12T20:38:40.049Z | Compiling equivalent v1.0.1 |
1382 | 2024-08-12T20:38:40.049Z | Compiling spin v0.9.8 |
1383 | 2024-08-12T20:38:40.049Z | Compiling smallvec v1.13.2 |
1384 | 2024-08-12T20:38:40.049Z | Compiling pkg-config v0.3.30 |
1385 | 2024-08-12T20:38:40.049Z | Compiling schemars v0.8.21 |
1386 | 2024-08-12T20:38:40.049Z | Compiling vcpkg v0.2.15 |
1387 | 2024-08-12T20:38:40.049Z | Compiling signal-hook-registry v1.4.2 |
1388 | 2024-08-12T20:38:40.049Z | Compiling syn v1.0.109 |
1389 | 2024-08-12T20:38:40.049Z | Compiling mio v0.8.11 |
1390 | 2024-08-12T20:38:40.067Z | Compiling parking_lot v0.12.2 |
1391 | 2024-08-12T20:38:40.716Z | Compiling openssl-sys v0.9.103 |
1392 | 2024-08-12T20:38:41.510Z | Compiling rand_core v0.6.4 |
1393 | 2024-08-12T20:38:41.681Z | Compiling num_cpus v1.16.0 |
1394 | 2024-08-12T20:38:41.844Z | Compiling socket2 v0.5.7 |
1395 | 2024-08-12T20:38:41.887Z | Compiling num-conv v0.1.0 |
1396 | 2024-08-12T20:38:41.927Z | Compiling time-core v0.1.2 |
1397 | 2024-08-12T20:38:42.160Z | Compiling time-macros v0.2.18 |
1398 | 2024-08-12T20:38:42.247Z | Compiling heck v0.5.0 |
1399 | 2024-08-12T20:38:42.435Z | Compiling httparse v1.8.0 |
1400 | 2024-08-12T20:38:43.292Z | Compiling futures-core v0.3.30 |
1401 | 2024-08-12T20:38:43.763Z | Compiling fnv v1.0.7 |
1402 | 2024-08-12T20:38:43.895Z | Compiling rustix v0.38.34 |
1403 | 2024-08-12T20:38:43.951Z | Compiling openssl v0.10.66 |
1404 | 2024-08-12T20:38:44.371Z | Compiling crossbeam-utils v0.8.19 |
1405 | 2024-08-12T20:38:44.616Z | Compiling serde_derive_internals v0.29.1 |
1406 | 2024-08-12T20:38:44.824Z | Compiling rustls v0.21.12 |
1407 | 2024-08-12T20:38:44.924Z | Compiling native-tls v0.2.11 |
1408 | 2024-08-12T20:38:45.107Z | Compiling iana-time-zone v0.1.60 |
1409 | 2024-08-12T20:38:45.256Z | Compiling tinyvec_macros v0.1.1 |
1410 | 2024-08-12T20:38:45.353Z | Compiling tinyvec v1.6.0 |
1411 | 2024-08-12T20:38:45.891Z | Compiling subtle v2.5.0 |
1412 | 2024-08-12T20:38:46.019Z | Compiling const-oid v0.9.6 |
1413 | 2024-08-12T20:38:46.258Z | Compiling ucd-trie v0.1.6 |
1414 | 2024-08-12T20:38:46.557Z | Compiling futures-sink v0.3.30 |
1415 | 2024-08-12T20:38:46.844Z | Compiling unicode-normalization v0.1.23 |
1416 | 2024-08-12T20:38:46.891Z | Compiling backtrace v0.3.71 |
1417 | 2024-08-12T20:38:46.908Z | Compiling cookie v0.17.0 |
1418 | 2024-08-12T20:38:47.465Z | Compiling unicode-bidi v0.3.15 |
1419 | 2024-08-12T20:38:47.515Z | Compiling slog v2.7.0 |
1420 | 2024-08-12T20:38:47.900Z | Compiling futures-channel v0.3.30 |
1421 | 2024-08-12T20:38:48.122Z | Compiling futures-io v0.3.30 |
1422 | 2024-08-12T20:38:48.387Z | Compiling pin-utils v0.1.0 |
1423 | 2024-08-12T20:38:48.474Z | Compiling futures-task v0.3.30 |
1424 | 2024-08-12T20:38:48.797Z | Compiling aho-corasick v1.1.3 |
1425 | 2024-08-12T20:38:48.845Z | Compiling anyhow v1.0.86 |
1426 | 2024-08-12T20:38:49.596Z | Compiling winnow v0.5.40 |
1427 | 2024-08-12T20:38:49.963Z | Compiling regex-syntax v0.8.3 |
1428 | 2024-08-12T20:38:50.122Z | Compiling serde_derive v1.0.205 |
1429 | 2024-08-12T20:38:51.100Z | Compiling zerocopy-derive v0.7.34 |
1430 | 2024-08-12T20:38:51.369Z | Compiling zeroize_derive v1.4.2 |
1431 | 2024-08-12T20:38:52.841Z | Compiling thiserror-impl v1.0.63 |
1432 | 2024-08-12T20:38:53.090Z | Compiling zerocopy v0.7.34 |
1433 | 2024-08-12T20:38:53.187Z | Compiling tokio-macros v2.3.0 |
1434 | 2024-08-12T20:38:53.603Z | Compiling futures-macro v0.3.30 |
1435 | 2024-08-12T20:38:54.750Z | Compiling schemars_derive v0.8.21 |
1436 | 2024-08-12T20:38:55.257Z | Compiling hashbrown v0.14.5 |
1437 | 2024-08-12T20:38:55.414Z | Compiling tracing-attributes v0.1.27 |
1438 | 2024-08-12T20:38:55.431Z | Compiling zeroize v1.7.0 |
1439 | 2024-08-12T20:38:55.820Z | Compiling openssl-macros v0.1.1 |
1440 | 2024-08-12T20:38:56.542Z | Compiling scroll_derive v0.12.0 |
1441 | 2024-08-12T20:38:56.614Z | Compiling pest v2.7.10 |
1442 | 2024-08-12T20:38:57.186Z | Compiling crypto-common v0.1.6 |
1443 | 2024-08-12T20:38:57.386Z | Compiling futures-util v0.3.30 |
1444 | 2024-08-12T20:38:57.485Z | Compiling der_derive v0.7.2 |
1445 | 2024-08-12T20:38:57.970Z | Compiling dyn-clone v1.0.17 |
1446 | 2024-08-12T20:38:58.152Z | Compiling untrusted v0.9.0 |
1447 | 2024-08-12T20:38:58.638Z | Compiling block-buffer v0.10.4 |
1448 | 2024-08-12T20:38:58.888Z | Compiling regex-automata v0.4.6 |
1449 | 2024-08-12T20:38:59.563Z | Compiling pest_meta v2.7.10 |
1450 | 2024-08-12T20:38:59.798Z | Compiling tracing-core v0.1.32 |
1451 | 2024-08-12T20:39:02.218Z | Compiling pest_generator v2.7.10 |
1452 | 2024-08-12T20:39:03.872Z | Compiling bytes v1.7.1 |
1453 | 2024-08-12T20:39:04.251Z | Compiling indexmap v2.3.0 |
1454 | 2024-08-12T20:39:05.018Z | Compiling tokio v1.38.1 |
1455 | 2024-08-12T20:39:05.679Z | Compiling bitflags v2.6.0 |
1456 | 2024-08-12T20:39:05.758Z | Compiling uuid v1.10.0 |
1457 | 2024-08-12T20:39:05.835Z | Compiling serde_tokenstream v0.2.1 |
1458 | 2024-08-12T20:39:06.181Z | Compiling chrono v0.4.38 |
1459 | 2024-08-12T20:39:07.747Z | Compiling toml_datetime v0.6.8 |
1460 | 2024-08-12T20:39:08.221Z | Compiling serde_spanned v0.6.7 |
1461 | 2024-08-12T20:39:08.442Z | Compiling http v0.2.12 |
1462 | 2024-08-12T20:39:10.476Z | Compiling toml_edit v0.19.15 |
1463 | 2024-08-12T20:39:10.780Z | Compiling rustc_version v0.4.0 |
1464 | 2024-08-12T20:39:10.862Z | Compiling pest_derive v2.7.10 |
1465 | 2024-08-12T20:39:11.448Z | Compiling usdt-impl v0.5.0 |
1466 | 2024-08-12T20:39:11.679Z | Compiling powerfmt v0.2.0 |
1467 | 2024-08-12T20:39:11.812Z | Compiling rustversion v1.0.17 |
1468 | 2024-08-12T20:39:12.180Z | Compiling deranged v0.3.11 |
1469 | 2024-08-12T20:39:12.531Z | Compiling heapless v0.7.17 |
1470 | 2024-08-12T20:39:12.972Z | Compiling tracing v0.1.40 |
1471 | 2024-08-12T20:39:13.577Z | Compiling digest v0.10.7 |
1472 | 2024-08-12T20:39:13.823Z | Compiling scroll v0.12.0 |
1473 | 2024-08-12T20:39:14.427Z | Compiling plain v0.2.3 |
1474 | 2024-08-12T20:39:14.503Z | Compiling ppv-lite86 v0.2.17 |
1475 | 2024-08-12T20:39:14.600Z | Compiling percent-encoding v2.3.1 |
1476 | 2024-08-12T20:39:14.704Z | Compiling heck v0.4.1 |
1477 | 2024-08-12T20:39:15.065Z | Compiling num_threads v0.1.7 |
1478 | 2024-08-12T20:39:15.319Z | Compiling signal-hook v0.3.17 |
1479 | 2024-08-12T20:39:15.512Z | Compiling rand_chacha v0.3.1 |
1480 | 2024-08-12T20:39:15.572Z | Compiling time v0.3.36 |
1481 | 2024-08-12T20:39:15.616Z | Compiling goblin v0.8.2 |
1482 | 2024-08-12T20:39:17.467Z | Compiling regex v1.10.6 |
1483 | 2024-08-12T20:39:18.421Z | Compiling pretty-hex v0.4.1 |
1484 | 2024-08-12T20:39:18.639Z | Compiling crc32fast v1.4.0 |
1485 | 2024-08-12T20:39:19.109Z | Compiling strsim v0.11.1 |
1486 | 2024-08-12T20:39:19.862Z | Compiling rand v0.8.5 |
1487 | 2024-08-12T20:39:20.030Z | Compiling tokio-util v0.7.11 |
1488 | 2024-08-12T20:39:21.413Z | Compiling dtrace-parser v0.2.0 |
1489 | 2024-08-12T20:39:21.451Z | Compiling dof v0.3.0 |
1490 | 2024-08-12T20:39:22.190Z | Compiling async-trait v0.1.81 |
1491 | 2024-08-12T20:39:22.357Z | Compiling thread-id v4.2.1 |
1492 | 2024-08-12T20:39:23.011Z | Compiling unicode-width v0.1.13 |
1493 | 2024-08-12T20:39:23.058Z | Compiling smoltcp v0.9.1 |
1494 | 2024-08-12T20:39:23.248Z | Compiling base64ct v1.6.0 |
1495 | 2024-08-12T20:39:23.271Z | Compiling foreign-types-shared v0.1.1 |
1496 | 2024-08-12T20:39:23.447Z | Compiling foreign-types v0.3.2 |
1497 | 2024-08-12T20:39:23.702Z | Compiling pem-rfc7468 v0.7.0 |
1498 | 2024-08-12T20:39:25.144Z | Compiling form_urlencoded v1.2.1 |
1499 | 2024-08-12T20:39:25.517Z | Compiling hmac v0.12.1 |
1500 | 2024-08-12T20:39:25.681Z | Compiling errno v0.3.9 |
1501 | 2024-08-12T20:39:25.747Z | Compiling try-lock v0.2.5 |
1502 | 2024-08-12T20:39:25.926Z | Compiling siphasher v0.3.11 |
1503 | 2024-08-12T20:39:25.949Z | Compiling adler v1.0.2 |
1504 | 2024-08-12T20:39:26.225Z | Compiling flagset v0.4.5 |
1505 | 2024-08-12T20:39:26.398Z | Compiling miniz_oxide v0.7.2 |
1506 | 2024-08-12T20:39:26.427Z | Compiling der v0.7.9 |
1507 | 2024-08-12T20:39:26.470Z | Compiling want v0.3.1 |
1508 | 2024-08-12T20:39:28.876Z | Compiling sct v0.7.1 |
1509 | 2024-08-12T20:39:29.175Z | Compiling rustls-webpki v0.101.7 |
1510 | 2024-08-12T20:39:29.609Z | Compiling h2 v0.3.26 |
1511 | 2024-08-12T20:39:30.512Z | Compiling http-body v0.4.6 |
1512 | 2024-08-12T20:39:31.115Z | Compiling openapiv3 v2.0.0 |
1513 | 2024-08-12T20:39:31.561Z | Compiling hubpack_derive v0.1.1 |
1514 | 2024-08-12T20:39:31.761Z | Compiling zerocopy-derive v0.6.6 |
1515 | 2024-08-12T20:39:32.307Z | Compiling idna v0.5.0 |
1516 | 2024-08-12T20:39:32.649Z | Compiling lazy_static v1.5.0 |
1517 | 2024-08-12T20:39:32.781Z | Compiling fs-err v2.11.0 |
1518 | 2024-08-12T20:39:33.102Z | Compiling tower-service v0.3.2 |
1519 | 2024-08-12T20:39:33.234Z | Compiling httpdate v1.0.3 |
1520 | 2024-08-12T20:39:33.756Z | Compiling anstyle v1.0.8 |
1521 | 2024-08-12T20:39:34.003Z | Compiling utf8parse v0.2.1 |
1522 | 2024-08-12T20:39:34.020Z | Compiling cpufeatures v0.2.12 |
1523 | 2024-08-12T20:39:34.076Z | Compiling gimli v0.28.1 |
1524 | 2024-08-12T20:39:34.112Z | Compiling stable_deref_trait v1.2.0 |
1525 | 2024-08-12T20:39:34.152Z | Compiling openssl-probe v0.1.5 |
1526 | 2024-08-12T20:39:34.214Z | Compiling finl_unicode v1.2.0 |
1527 | 2024-08-12T20:39:34.230Z | Compiling anstyle-parse v0.2.4 |
1528 | 2024-08-12T20:39:34.541Z | Compiling sha2 v0.10.8 |
1529 | 2024-08-12T20:39:34.804Z | Compiling stringprep v0.1.4 |
1530 | 2024-08-12T20:39:35.319Z | Compiling url v2.5.2 |
1531 | 2024-08-12T20:39:36.906Z | Compiling hyper v0.14.30 |
1532 | 2024-08-12T20:39:39.297Z | Compiling addr2line v0.21.0 |
1533 | 2024-08-12T20:39:40.157Z | Compiling spki v0.7.3 |
1534 | 2024-08-12T20:39:40.541Z | Compiling usdt-attr-macro v0.5.0 |
1535 | 2024-08-12T20:39:40.758Z | Compiling usdt-macro v0.5.0 |
1536 | 2024-08-12T20:39:42.134Z | Compiling md-5 v0.10.6 |
1537 | 2024-08-12T20:39:44.821Z | Compiling idna v0.3.0 |
1538 | 2024-08-12T20:39:46.082Z | Compiling num-integer v0.1.46 |
1539 | 2024-08-12T20:39:46.330Z | Compiling hash32 v0.2.1 |
1540 | 2024-08-12T20:39:46.397Z | Compiling object v0.32.2 |
1541 | 2024-08-12T20:39:46.725Z | Compiling colorchoice v1.0.1 |
1542 | 2024-08-12T20:39:46.809Z | Compiling rustc-demangle v0.1.24 |
1543 | 2024-08-12T20:39:46.905Z | Compiling fallible-iterator v0.2.0 |
1544 | 2024-08-12T20:39:49.865Z | Compiling base64 v0.22.1 |
1545 | 2024-08-12T20:39:49.989Z | Compiling anstyle-query v1.0.3 |
1546 | 2024-08-12T20:39:50.137Z | Compiling is_terminal_polyfill v1.70.0 |
1547 | 2024-08-12T20:39:50.268Z | Compiling psl-types v2.0.11 |
1548 | 2024-08-12T20:39:50.561Z | Compiling publicsuffix v2.2.3 |
1549 | 2024-08-12T20:39:50.813Z | Compiling postgres-protocol v0.6.7 |
1550 | 2024-08-12T20:39:52.500Z | Compiling anstream v0.6.14 |
1551 | 2024-08-12T20:39:58.502Z | Compiling tokio-rustls v0.24.1 |
1552 | 2024-08-12T20:39:58.903Z | Compiling pkcs8 v0.10.2 |
1553 | 2024-08-12T20:39:59.455Z | Compiling terminal_size v0.3.0 |
1554 | 2024-08-12T20:40:00.687Z | Compiling tokio-native-tls v0.3.1 |
1555 | 2024-08-12T20:40:00.967Z | Compiling phf_shared v0.11.2 |
1556 | 2024-08-12T20:40:01.452Z | Compiling strum_macros v0.25.3 |
1557 | 2024-08-12T20:40:01.527Z | Compiling enum-as-inner v0.5.1 |
1558 | 2024-08-12T20:40:02.537Z | Compiling block-padding v0.3.3 |
1559 | 2024-08-12T20:40:02.619Z | Compiling regress v0.9.1 |
1560 | 2024-08-12T20:40:02.778Z | Compiling clap_derive v4.5.13 |
1561 | 2024-08-12T20:40:03.684Z | Compiling serde_repr v0.1.19 |
1562 | 2024-08-12T20:40:04.879Z | Compiling ff v0.13.0 |
1563 | 2024-08-12T20:40:05.104Z | Compiling encoding_rs v0.8.34 |
1564 | 2024-08-12T20:40:07.391Z | Compiling either v1.13.0 |
1565 | 2024-08-12T20:40:07.482Z | Compiling bit-vec v0.6.3 |
1566 | 2024-08-12T20:40:07.838Z | Compiling managed v0.8.0 |
1567 | 2024-08-12T20:40:07.927Z | Compiling mime v0.3.17 |
1568 | 2024-08-12T20:40:08.304Z | Compiling bitflags v1.3.2 |
1569 | 2024-08-12T20:40:08.365Z | Compiling regex-automata v0.1.10 |
1570 | 2024-08-12T20:40:08.424Z | Compiling base64 v0.21.7 |
1571 | 2024-08-12T20:40:08.985Z | Compiling base16ct v0.2.0 |
1572 | 2024-08-12T20:40:09.117Z | Compiling clap_lex v0.7.0 |
1573 | 2024-08-12T20:40:09.270Z | Compiling matches v0.1.10 |
1574 | 2024-08-12T20:40:09.512Z | Compiling ipnet v2.9.0 |
1575 | 2024-08-12T20:40:10.385Z | Compiling idna v0.2.3 |
1576 | 2024-08-12T20:40:10.496Z | Compiling clap_builder v4.5.13 |
1577 | 2024-08-12T20:40:11.758Z | Compiling sec1 v0.7.3 |
1578 | 2024-08-12T20:40:11.848Z | Compiling rustls-pemfile v1.0.4 |
1579 | 2024-08-12T20:40:12.351Z | Compiling bstr v0.2.17 |
1580 | 2024-08-12T20:40:12.772Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1581 | 2024-08-12T20:40:14.878Z | Compiling group v0.13.0 |
1582 | 2024-08-12T20:40:15.821Z | Compiling inout v0.1.3 |
1583 | 2024-08-12T20:40:16.670Z | Compiling phf v0.11.2 |
1584 | 2024-08-12T20:40:16.859Z | Compiling hyper-tls v0.5.0 |
1585 | 2024-08-12T20:40:16.972Z | Compiling hyper-rustls v0.24.2 |
1586 | 2024-08-12T20:40:17.210Z | Compiling signal-hook-mio v0.2.3 |
1587 | 2024-08-12T20:40:17.336Z | Compiling cookie_store v0.20.0 |
1588 | 2024-08-12T20:40:17.692Z | Compiling postgres-types v0.2.7 |
1589 | 2024-08-12T20:40:17.851Z | Compiling num-bigint v0.4.5 |
1590 | 2024-08-12T20:40:17.955Z | Compiling zerocopy v0.6.6 |
1591 | 2024-08-12T20:40:18.819Z | Compiling hubpack v0.1.2 |
1592 | 2024-08-12T20:40:18.853Z | Compiling phf_shared v0.10.0 |
1593 | 2024-08-12T20:40:19.060Z | Compiling hkdf v0.12.4 |
1594 | 2024-08-12T20:40:19.214Z | Compiling serde_urlencoded v0.7.1 |
1595 | 2024-08-12T20:40:19.249Z | Compiling crossbeam-epoch v0.9.18 |
1596 | 2024-08-12T20:40:19.822Z | Compiling futures-executor v0.3.30 |
1597 | 2024-08-12T20:40:20.283Z | Compiling crypto-bigint v0.5.5 |
1598 | 2024-08-12T20:40:20.642Z | Compiling float-cmp v0.9.0 |
1599 | 2024-08-12T20:40:20.756Z | Compiling memmap v0.7.0 |
1600 | 2024-08-12T20:40:21.082Z | Compiling minimal-lexical v0.2.1 |
1601 | 2024-08-12T20:40:21.393Z | Compiling sync_wrapper v0.1.2 |
1602 | 2024-08-12T20:40:21.525Z | Compiling static_assertions v1.1.0 |
1603 | 2024-08-12T20:40:21.561Z | Compiling precomputed-hash v0.1.1 |
1604 | 2024-08-12T20:40:21.628Z | Compiling normalize-line-endings v0.3.0 |
1605 | 2024-08-12T20:40:21.679Z | Compiling predicates-core v1.0.6 |
1606 | 2024-08-12T20:40:22.131Z | Compiling fixedbitset v0.4.2 |
1607 | 2024-08-12T20:40:22.465Z | Compiling winnow v0.6.18 |
1608 | 2024-08-12T20:40:22.549Z | Compiling unicode-segmentation v1.11.0 |
1609 | 2024-08-12T20:40:23.869Z | Compiling difflib v0.4.0 |
1610 | 2024-08-12T20:40:24.152Z | Compiling whoami v1.5.1 |
1611 | 2024-08-12T20:40:24.720Z | Compiling new_debug_unreachable v1.0.6 |
1612 | 2024-08-12T20:40:24.819Z | Compiling data-encoding v2.6.0 |
1613 | 2024-08-12T20:40:24.983Z | Compiling webpki-roots v0.25.4 |
1614 | 2024-08-12T20:40:25.133Z | Compiling reqwest v0.11.27 |
1615 | 2024-08-12T20:40:25.624Z | Compiling trust-dns-proto v0.22.0 |
1616 | 2024-08-12T20:40:25.904Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1617 | 2024-08-12T20:40:26.307Z | Compiling toml_edit v0.22.20 |
1618 | 2024-08-12T20:40:26.476Z | Compiling string_cache v0.8.7 |
1619 | 2024-08-12T20:40:26.573Z | Compiling tokio-postgres v0.7.11 |
1620 | 2024-08-12T20:40:26.904Z | Compiling predicates v3.1.2 |
1621 | 2024-08-12T20:40:28.415Z | Compiling similar v2.5.0 |
1622 | 2024-08-12T20:40:29.880Z | Compiling elliptic-curve v0.13.8 |
1623 | 2024-08-12T20:40:30.528Z | Compiling petgraph v0.6.5 |
1624 | 2024-08-12T20:40:31.645Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1625 | 2024-08-12T20:40:31.695Z | Compiling nom v7.1.3 |
1626 | 2024-08-12T20:40:32.180Z | Compiling usdt v0.5.0 |
1627 | 2024-08-12T20:40:33.402Z | Compiling yasna v0.5.2 |
1628 | 2024-08-12T20:40:33.738Z | Compiling futures v0.3.30 |
1629 | 2024-08-12T20:40:34.258Z | Compiling crossterm v0.27.0 |
1630 | 2024-08-12T20:40:34.622Z | Compiling flate2 v1.0.31 |
1631 | 2024-08-12T20:40:34.983Z | Compiling cipher v0.4.4 |
1632 | 2024-08-12T20:40:35.456Z | Compiling clap v4.5.13 |
1633 | 2024-08-12T20:40:35.459Z | Compiling bit-set v0.5.3 |
1634 | 2024-08-12T20:40:35.495Z | Compiling itertools v0.10.5 |
1635 | 2024-08-12T20:40:35.595Z | Compiling itertools v0.12.1 |
1636 | 2024-08-12T20:40:36.156Z | Compiling num-iter v0.1.45 |
1637 | 2024-08-12T20:40:36.347Z | Compiling console v0.15.8 |
1638 | 2024-08-12T20:40:36.748Z | Compiling tokio-stream v0.1.15 |
1639 | 2024-08-12T20:40:37.544Z | Compiling toml v0.7.8 |
1640 | 2024-08-12T20:40:37.712Z | Compiling bstr v1.9.1 |
1641 | 2024-08-12T20:40:37.730Z | Compiling hex v0.4.3 |
1642 | 2024-08-12T20:40:38.466Z | Compiling unicode-xid v0.2.4 |
1643 | 2024-08-12T20:40:38.630Z | Compiling camino v1.1.7 |
1644 | 2024-08-12T20:40:38.825Z | Compiling peg-runtime v0.8.3 |
1645 | 2024-08-12T20:40:39.106Z | Compiling lalrpop-util v0.19.12 |
1646 | 2024-08-12T20:40:39.323Z | Compiling proc-macro-crate v1.3.1 |
1647 | 2024-08-12T20:40:39.430Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1648 | 2024-08-12T20:40:40.116Z | Compiling heapless v0.8.0 |
1649 | 2024-08-12T20:40:40.703Z | Compiling num_enum_derive v0.5.11 |
1650 | 2024-08-12T20:40:44.176Z | Compiling ipnetwork v0.20.0 |
1651 | 2024-08-12T20:40:47.037Z | Compiling hash32 v0.3.1 |
1652 | 2024-08-12T20:40:47.520Z | Compiling rustls-pki-types v1.7.0 |
1653 | 2024-08-12T20:40:48.227Z | Compiling smoltcp v0.11.0 |
1654 | 2024-08-12T20:40:48.570Z | Compiling ident_case v1.0.1 |
1655 | 2024-08-12T20:40:49.046Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1656 | 2024-08-12T20:40:50.595Z | Compiling darling_core v0.20.9 |
1657 | 2024-08-12T20:40:59.459Z | Compiling num_enum v0.5.11 |
1658 | 2024-08-12T20:40:59.837Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1659 | 2024-08-12T20:41:00.181Z | Compiling getopts v0.2.21 |
1660 | 2024-08-12T20:41:01.237Z | Compiling dirs-sys-next v0.1.2 |
1661 | 2024-08-12T20:41:01.629Z | Compiling proc-macro-error-attr v1.0.4 |
1662 | 2024-08-12T20:41:01.969Z | Compiling embedded-io v0.4.0 |
1663 | 2024-08-12T20:41:02.217Z | Compiling rustls v0.22.4 |
1664 | 2024-08-12T20:41:02.315Z | Compiling paste v1.0.15 |
1665 | 2024-08-12T20:41:02.787Z | Compiling cobs v0.2.3 |
1666 | 2024-08-12T20:41:02.997Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1667 | 2024-08-12T20:41:03.920Z | Compiling unsafe-libyaml v0.2.11 |
1668 | 2024-08-12T20:41:05.694Z | Compiling serde_yaml v0.9.34+deprecated |
1669 | 2024-08-12T20:41:07.270Z | Compiling postcard v1.0.8 |
1670 | 2024-08-12T20:41:07.767Z | Compiling dirs-next v2.0.0 |
1671 | 2024-08-12T20:41:08.875Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1672 | 2024-08-12T20:41:11.512Z | Compiling darling_macro v0.20.9 |
1673 | 2024-08-12T20:41:15.453Z | Compiling rustls-webpki v0.102.4 |
1674 | 2024-08-12T20:41:21.461Z | Compiling strum_macros v0.26.4 |
1675 | 2024-08-12T20:41:22.674Z | Compiling foreign-types-macros v0.2.3 |
1676 | 2024-08-12T20:41:23.416Z | Compiling structmeta-derive v0.3.0 |
1677 | 2024-08-12T20:41:24.128Z | Compiling thread_local v1.1.8 |
1678 | 2024-08-12T20:41:24.821Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1679 | 2024-08-12T20:41:24.838Z | Compiling proc-macro-error v1.0.4 |
1680 | 2024-08-12T20:41:25.153Z | Compiling multer v3.1.0 |
1681 | 2024-08-12T20:41:26.036Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1682 | 2024-08-12T20:41:26.433Z | Compiling foreign-types-shared v0.3.1 |
1683 | 2024-08-12T20:41:26.463Z | Compiling slog-async v2.8.0 |
1684 | 2024-08-12T20:41:26.918Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1685 | 2024-08-12T20:41:27.227Z | Compiling match_cfg v0.1.0 |
1686 | 2024-08-12T20:41:27.369Z | Compiling hostname v0.3.1 |
1687 | 2024-08-12T20:41:28.098Z | Compiling foreign-types v0.5.0 |
1688 | 2024-08-12T20:41:31.669Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1689 | 2024-08-12T20:41:33.101Z | Compiling structmeta v0.3.0 |
1690 | 2024-08-12T20:41:33.503Z | Compiling strum v0.26.3 |
1691 | 2024-08-12T20:41:38.453Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1692 | 2024-08-12T20:41:39.483Z | Compiling darling v0.20.9 |
1693 | 2024-08-12T20:41:40.603Z | Compiling term v0.7.0 |
1694 | 2024-08-12T20:41:46.765Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1695 | 2024-08-12T20:41:48.296Z | Compiling slog-json v2.6.1 |
1696 | 2024-08-12T20:41:48.367Z | Compiling tabwriter v1.4.0 |
1697 | 2024-08-12T20:41:48.757Z | Compiling crossbeam-channel v0.5.12 |
1698 | 2024-08-12T20:41:50.385Z | Compiling http v1.1.0 |
1699 | 2024-08-12T20:41:50.402Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1700 | 2024-08-12T20:41:50.771Z | Compiling async-stream-impl v0.3.5 |
1701 | 2024-08-12T20:41:51.220Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1702 | 2024-08-12T20:41:51.721Z | Compiling is-terminal v0.4.12 |
1703 | 2024-08-12T20:41:51.872Z | Compiling cstr-argument v0.1.2 |
1704 | 2024-08-12T20:41:52.073Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1705 | 2024-08-12T20:41:52.096Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1706 | 2024-08-12T20:41:52.112Z | Compiling pretty-hex v0.2.1 |
1707 | 2024-08-12T20:41:52.327Z | Compiling crucible-workspace-hack v0.1.0 |
1708 | 2024-08-12T20:41:52.369Z | Compiling atomic-waker v1.1.2 |
1709 | 2024-08-12T20:41:52.610Z | Compiling fastrand v2.1.0 |
1710 | 2024-08-12T20:41:52.999Z | Compiling take_mut v0.2.2 |
1711 | 2024-08-12T20:41:53.170Z | Compiling rayon-core v1.12.1 |
1712 | 2024-08-12T20:41:53.457Z | Compiling tempfile v3.10.1 |
1713 | 2024-08-12T20:41:53.637Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1714 | 2024-08-12T20:41:53.676Z | Compiling waitgroup v0.1.2 |
1715 | 2024-08-12T20:41:53.914Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1716 | 2024-08-12T20:41:54.542Z | Compiling async-stream v0.3.5 |
1717 | 2024-08-12T20:41:54.871Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1718 | 2024-08-12T20:41:55.043Z | Compiling slog-term v2.9.1 |
1719 | 2024-08-12T20:41:55.241Z | Compiling slog-bunyan v2.5.0 |
1720 | 2024-08-12T20:41:55.681Z | Compiling tokio-rustls v0.25.0 |
1721 | 2024-08-12T20:41:55.794Z | Compiling serde_with_macros v3.8.3 |
1722 | 2024-08-12T20:41:56.174Z | Compiling parse-display-derive v0.9.1 |
1723 | 2024-08-12T20:41:56.177Z | Compiling toml v0.8.19 |
1724 | 2024-08-12T20:41:56.254Z | Compiling rustls-pemfile v2.1.3 |
1725 | 2024-08-12T20:41:56.637Z | Compiling sha1 v0.10.6 |
1726 | 2024-08-12T20:41:57.017Z | Compiling crossbeam-deque v0.8.5 |
1727 | 2024-08-12T20:41:57.426Z | Compiling colored v2.1.0 |
1728 | 2024-08-12T20:41:57.491Z | Compiling newtype-uuid v1.1.0 |
1729 | 2024-08-12T20:41:57.719Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1730 | 2024-08-12T20:41:57.836Z | Compiling serde_path_to_error v0.1.16 |
1731 | 2024-08-12T20:41:58.431Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1732 | 2024-08-12T20:41:58.721Z | Compiling hostname v0.4.0 |
1733 | 2024-08-12T20:41:58.816Z | Compiling socket2 v0.4.10 |
1734 | 2024-08-12T20:41:58.976Z | Compiling instant v0.1.12 |
1735 | 2024-08-12T20:41:59.154Z | Compiling debug-ignore v1.0.5 |
1736 | 2024-08-12T20:41:59.172Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1737 | 2024-08-12T20:41:59.557Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1738 | 2024-08-12T20:42:00.221Z | Compiling parse-display v0.9.1 |
1739 | 2024-08-12T20:42:00.318Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1740 | 2024-08-12T20:42:00.532Z | Compiling backoff v0.4.0 |
1741 | 2024-08-12T20:42:00.905Z | Compiling serde_with v3.8.3 |
1742 | 2024-08-12T20:42:02.010Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1743 | 2024-08-12T20:42:02.631Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1744 | 2024-08-12T20:42:03.213Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1745 | 2024-08-12T20:42:03.904Z | Compiling camino-tempfile v1.1.1 |
1746 | 2024-08-12T20:42:03.986Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1747 | 2024-08-12T20:42:04.790Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1748 | 2024-08-12T20:42:05.255Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1749 | 2024-08-12T20:42:05.407Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1750 | 2024-08-12T20:42:05.436Z | Compiling macaddr v1.0.1 |
1751 | 2024-08-12T20:42:06.079Z | Compiling num-derive v0.4.2 |
1752 | 2024-08-12T20:42:06.104Z | Compiling sigpipe v0.1.3 |
1753 | 2024-08-12T20:42:06.233Z | Compiling libefi-sys v0.1.0 |
1754 | 2024-08-12T20:42:06.548Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1755 | 2024-08-12T20:42:06.924Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1756 | 2024-08-12T20:42:07.109Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1757 | 2024-08-12T20:42:07.665Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1758 | 2024-08-12T20:42:08.305Z | Compiling rayon v1.10.0 |
1759 | 2024-08-12T20:42:08.353Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1760 | 2024-08-12T20:42:09.217Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1761 | 2024-08-12T20:42:09.965Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1762 | 2024-08-12T20:42:10.256Z | Compiling smf v0.2.3 |
1763 | 2024-08-12T20:42:11.071Z | Compiling bitfield-struct v0.6.1 |
1764 | 2024-08-12T20:42:12.451Z | Compiling blake3 v1.5.1 |
1765 | 2024-08-12T20:42:12.886Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1766 | 2024-08-12T20:42:13.043Z | Compiling ring v0.16.20 |
1767 | 2024-08-12T20:42:13.161Z | Compiling portable-atomic v1.6.0 |
1768 | 2024-08-12T20:42:13.788Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1769 | 2024-08-12T20:42:14.159Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1770 | 2024-08-12T20:42:14.317Z | Compiling xattr v1.3.1 |
1771 | 2024-08-12T20:42:14.417Z | Compiling memmap2 v0.9.4 |
1772 | 2024-08-12T20:42:14.575Z | Compiling filetime v0.2.23 |
1773 | 2024-08-12T20:42:14.626Z | Compiling constant_time_eq v0.3.0 |
1774 | 2024-08-12T20:42:14.799Z | Compiling spin v0.5.2 |
1775 | 2024-08-12T20:42:14.924Z | Compiling arrayref v0.3.7 |
1776 | 2024-08-12T20:42:14.992Z | Compiling same-file v1.0.6 |
1777 | 2024-08-12T20:42:15.034Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1778 | 2024-08-12T20:42:15.060Z | Compiling untrusted v0.7.1 |
1779 | 2024-08-12T20:42:15.162Z | Compiling arrayvec v0.7.4 |
1780 | 2024-08-12T20:42:15.259Z | Compiling walkdir v2.5.0 |
1781 | 2024-08-12T20:42:15.287Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1782 | 2024-08-12T20:42:15.373Z | Compiling tar v0.4.41 |
1783 | 2024-08-12T20:42:16.874Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1784 | 2024-08-12T20:42:17.858Z | Compiling gethostname v0.5.0 |
1785 | 2024-08-12T20:42:18.060Z | Compiling cargo-platform v0.1.8 |
1786 | 2024-08-12T20:42:18.270Z | Compiling topological-sort v0.2.2 |
1787 | 2024-08-12T20:42:18.559Z | Compiling number_prefix v0.4.0 |
1788 | 2024-08-12T20:42:18.811Z | Compiling indicatif v0.17.8 |
1789 | 2024-08-12T20:42:19.137Z | Compiling cargo_metadata v0.18.1 |
1790 | 2024-08-12T20:42:23.674Z | Compiling omicron-zone-package v0.11.0 |
1791 | 2024-08-12T20:42:27.221Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1792 | 2024-08-12T20:42:29.598Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1793 | 2024-08-12T20:42:32.277Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1794 | 2024-08-12T20:42:49.502Z | Finished `release` profile [optimized] target(s) in 4m 15s |
1795 | 2024-08-12T20:42:49.636Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1796 | 2024-08-12T20:42:49.677Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1797 | 2024-08-12T20:42:49.680Z | Created new build target 'test' and set it as active |
1798 | 2024-08-12T20:42:49.680Z | |
1799 | 2024-08-12T20:42:49.680Z | real 4:15.623831792 |
1800 | 2024-08-12T20:42:49.680Z | user 29:04.726477059 |
1801 | 2024-08-12T20:42:49.680Z | sys 3:35.684154878 |
1802 | 2024-08-12T20:42:49.680Z | trap 0.880874706 |
1803 | 2024-08-12T20:42:49.681Z | tflt 2.506455502 |
1804 | 2024-08-12T20:42:49.681Z | dflt 0.837213483 |
1805 | 2024-08-12T20:42:49.681Z | kflt 0.009398001 |
1806 | 2024-08-12T20:42:49.681Z | lock 1:04:12.553016520 |
1807 | 2024-08-12T20:42:49.681Z | slp 1:50:59.708734324 |
1808 | 2024-08-12T20:42:49.681Z | lat 1:59.470685528 |
1809 | 2024-08-12T20:42:49.681Z | stop 3:30.892828029 |
1810 | 2024-08-12T20:42:49.681Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1811 | 2024-08-12T20:42:50.600Z | Finished `release` profile [optimized] target(s) in 0.87s |
1812 | 2024-08-12T20:42:50.648Z | Running `target/release/omicron-package -t test package` |
1813 | 2024-08-12T20:42:50.687Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1814 | 2024-08-12T20:42:51.763Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1815 | 2024-08-12T20:42:51.763Z | Compiling camino v1.1.7 |
1816 | 2024-08-12T20:42:51.765Z | Compiling password-hash v0.5.0 |
1817 | 2024-08-12T20:42:51.766Z | Compiling blake2 v0.10.6 |
1818 | 2024-08-12T20:42:51.766Z | Compiling derive-where v1.2.7 |
1819 | 2024-08-12T20:42:51.766Z | Compiling humantime v2.1.0 |
1820 | 2024-08-12T20:42:51.766Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1821 | 2024-08-12T20:42:51.936Z | Compiling newline-converter v0.3.0 |
1822 | 2024-08-12T20:42:52.100Z | Compiling toml v0.8.19 |
1823 | 2024-08-12T20:42:52.151Z | Compiling expectorate v1.1.0 |
1824 | 2024-08-12T20:42:52.404Z | Compiling argon2 v0.5.3 |
1825 | 2024-08-12T20:42:52.747Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1826 | 2024-08-12T20:42:52.764Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1827 | 2024-08-12T20:42:53.020Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1828 | 2024-08-12T20:42:53.341Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1829 | 2024-08-12T20:42:53.344Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1830 | 2024-08-12T20:42:53.396Z | Compiling dirs-sys-next v0.1.2 |
1831 | 2024-08-12T20:42:53.666Z | Compiling dirs-next v2.0.0 |
1832 | 2024-08-12T20:42:53.705Z | Compiling convert_case v0.4.0 |
1833 | 2024-08-12T20:42:53.847Z | Compiling prettyplease v0.2.20 |
1834 | 2024-08-12T20:42:53.907Z | Compiling term v0.7.0 |
1835 | 2024-08-12T20:42:54.017Z | Compiling semver v0.1.20 |
1836 | 2024-08-12T20:42:54.164Z | Compiling is-terminal v0.4.12 |
1837 | 2024-08-12T20:42:54.300Z | Compiling home v0.5.9 |
1838 | 2024-08-12T20:42:54.454Z | Compiling derive_more v0.99.18 |
1839 | 2024-08-12T20:42:54.529Z | Compiling rustc_version v0.1.7 |
1840 | 2024-08-12T20:42:54.611Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1841 | 2024-08-12T20:42:54.770Z | Compiling rustls-pki-types v1.7.0 |
1842 | 2024-08-12T20:42:54.928Z | Compiling newtype_derive v0.1.6 |
1843 | 2024-08-12T20:42:55.140Z | Compiling rustls v0.22.4 |
1844 | 2024-08-12T20:42:55.167Z | Compiling thread_local v1.1.8 |
1845 | 2024-08-12T20:42:55.450Z | Compiling steno v0.4.1 |
1846 | 2024-08-12T20:42:55.521Z | Compiling rustls-webpki v0.102.4 |
1847 | 2024-08-12T20:42:55.654Z | Compiling match_cfg v0.1.0 |
1848 | 2024-08-12T20:42:55.759Z | Compiling linked-hash-map v0.5.6 |
1849 | 2024-08-12T20:42:56.166Z | Compiling lru-cache v0.1.2 |
1850 | 2024-08-12T20:42:57.387Z | Compiling hostname v0.3.1 |
1851 | 2024-08-12T20:42:57.613Z | Compiling multer v3.1.0 |
1852 | 2024-08-12T20:42:57.683Z | Compiling slog-async v2.8.0 |
1853 | 2024-08-12T20:42:57.727Z | Compiling slog-json v2.6.1 |
1854 | 2024-08-12T20:42:57.752Z | Compiling crossbeam-channel v0.5.12 |
1855 | 2024-08-12T20:42:58.118Z | Compiling http v1.1.0 |
1856 | 2024-08-12T20:42:58.825Z | Compiling take_mut v0.2.2 |
1857 | 2024-08-12T20:42:58.888Z | Compiling atomic-waker v1.1.2 |
1858 | 2024-08-12T20:42:59.068Z | Compiling waitgroup v0.1.2 |
1859 | 2024-08-12T20:42:59.275Z | Compiling slog-bunyan v2.5.0 |
1860 | 2024-08-12T20:42:59.488Z | Compiling slog-term v2.9.1 |
1861 | 2024-08-12T20:43:00.411Z | Compiling rustls-pemfile v2.1.3 |
1862 | 2024-08-12T20:43:00.849Z | Compiling tokio-rustls v0.25.0 |
1863 | 2024-08-12T20:43:00.867Z | Compiling async-stream v0.3.5 |
1864 | 2024-08-12T20:43:00.924Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1865 | 2024-08-12T20:43:00.991Z | Compiling sha1 v0.10.6 |
1866 | 2024-08-12T20:43:01.170Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1867 | 2024-08-12T20:43:01.202Z | Compiling ipnetwork v0.20.0 |
1868 | 2024-08-12T20:43:01.205Z | Compiling newtype-uuid v1.1.0 |
1869 | 2024-08-12T20:43:01.268Z | Compiling serde_path_to_error v0.1.16 |
1870 | 2024-08-12T20:43:01.386Z | Compiling hostname v0.4.0 |
1871 | 2024-08-12T20:43:01.522Z | Compiling instant v0.1.12 |
1872 | 2024-08-12T20:43:01.607Z | Compiling slog-dtrace v0.3.0 |
1873 | 2024-08-12T20:43:01.664Z | Compiling debug-ignore v1.0.5 |
1874 | 2024-08-12T20:43:01.835Z | Compiling backoff v0.4.0 |
1875 | 2024-08-12T20:43:02.021Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1876 | 2024-08-12T20:43:02.084Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1877 | 2024-08-12T20:43:02.178Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1878 | 2024-08-12T20:43:02.423Z | Compiling parse-display v0.9.1 |
1879 | 2024-08-12T20:43:02.675Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1880 | 2024-08-12T20:43:02.860Z | Compiling serde_with v3.8.3 |
1881 | 2024-08-12T20:43:02.958Z | Compiling strum v0.26.3 |
1882 | 2024-08-12T20:43:03.140Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1883 | 2024-08-12T20:43:04.246Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1884 | 2024-08-12T20:43:04.428Z | Compiling num-rational v0.4.2 |
1885 | 2024-08-12T20:43:05.201Z | Compiling num-complex v0.4.6 |
1886 | 2024-08-12T20:43:06.097Z | Compiling macaddr v1.0.1 |
1887 | 2024-08-12T20:43:06.304Z | Compiling swrite v0.1.0 |
1888 | 2024-08-12T20:43:06.458Z | Compiling num v0.4.3 |
1889 | 2024-08-12T20:43:06.977Z | Compiling float-ord v0.3.2 |
1890 | 2024-08-12T20:43:07.150Z | Compiling quick-error v1.2.3 |
1891 | 2024-08-12T20:43:07.311Z | Compiling resolv-conf v0.7.0 |
1892 | 2024-08-12T20:43:08.078Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1893 | 2024-08-12T20:43:09.013Z | Compiling trust-dns-resolver v0.22.0 |
1894 | 2024-08-12T20:43:09.137Z | Compiling rayon-core v1.12.1 |
1895 | 2024-08-12T20:43:09.165Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1896 | 2024-08-12T20:43:09.779Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1897 | 2024-08-12T20:43:10.024Z | Compiling crossbeam-deque v0.8.5 |
1898 | 2024-08-12T20:43:10.358Z | Compiling termcolor v1.4.1 |
1899 | 2024-08-12T20:43:11.425Z | Compiling fastrand v2.1.0 |
1900 | 2024-08-12T20:43:11.932Z | Compiling same-file v1.0.6 |
1901 | 2024-08-12T20:43:12.186Z | Compiling display-error-chain v0.2.0 |
1902 | 2024-08-12T20:43:12.385Z | Compiling walkdir v2.5.0 |
1903 | 2024-08-12T20:43:13.027Z | Compiling tempfile v3.10.1 |
1904 | 2024-08-12T20:43:15.180Z | Compiling half v2.4.1 |
1905 | 2024-08-12T20:43:15.364Z | Compiling ciborium-io v0.2.2 |
1906 | 2024-08-12T20:43:15.511Z | Compiling utf-8 v0.7.6 |
1907 | 2024-08-12T20:43:15.883Z | Compiling ciborium-ll v0.2.2 |
1908 | 2024-08-12T20:43:15.908Z | Compiling ring v0.16.20 |
1909 | 2024-08-12T20:43:16.409Z | Compiling blake3 v1.5.1 |
1910 | 2024-08-12T20:43:16.838Z | Compiling rayon v1.10.0 |
1911 | 2024-08-12T20:43:17.841Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1912 | 2024-08-12T20:43:21.571Z | Compiling xattr v1.3.1 |
1913 | 2024-08-12T20:43:21.865Z | Compiling nibble_vec v0.1.0 |
1914 | 2024-08-12T20:43:22.114Z | Compiling filetime v0.2.23 |
1915 | 2024-08-12T20:43:22.427Z | Compiling memmap2 v0.9.4 |
1916 | 2024-08-12T20:43:22.852Z | Compiling constant_time_eq v0.3.0 |
1917 | 2024-08-12T20:43:23.011Z | Compiling arrayref v0.3.7 |
1918 | 2024-08-12T20:43:23.121Z | Compiling endian-type v0.1.2 |
1919 | 2024-08-12T20:43:23.207Z | Compiling spin v0.5.2 |
1920 | 2024-08-12T20:43:23.374Z | Compiling cancel-safe-futures v0.1.5 |
1921 | 2024-08-12T20:43:23.457Z | Compiling arrayvec v0.7.4 |
1922 | 2024-08-12T20:43:23.759Z | Compiling untrusted v0.7.1 |
1923 | 2024-08-12T20:43:24.963Z | Compiling radix_trie v0.2.1 |
1924 | 2024-08-12T20:43:25.876Z | Compiling tar v0.4.41 |
1925 | 2024-08-12T20:43:27.274Z | Compiling ciborium v0.2.2 |
1926 | 2024-08-12T20:43:27.743Z | Compiling camino-tempfile v1.1.1 |
1927 | 2024-08-12T20:43:28.183Z | Compiling toolchain_find v0.4.0 |
1928 | 2024-08-12T20:43:28.766Z | Compiling crunchy v0.2.2 |
1929 | 2024-08-12T20:43:29.250Z | Compiling topological-sort v0.2.2 |
1930 | 2024-08-12T20:43:29.289Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1931 | 2024-08-12T20:43:29.437Z | Compiling glob v0.3.1 |
1932 | 2024-08-12T20:43:29.471Z | Compiling radium v0.7.0 |
1933 | 2024-08-12T20:43:29.936Z | Compiling maplit v1.0.2 |
1934 | 2024-08-12T20:43:30.099Z | Compiling omicron-zone-package v0.11.0 |
1935 | 2024-08-12T20:43:30.226Z | Compiling clang-sys v1.7.0 |
1936 | 2024-08-12T20:43:30.562Z | Compiling rustfmt-wrapper v0.2.1 |
1937 | 2024-08-12T20:43:31.178Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1938 | 2024-08-12T20:43:31.450Z | Compiling tap v1.0.1 |
1939 | 2024-08-12T20:43:31.602Z | Compiling tiny-keccak v2.0.2 |
1940 | 2024-08-12T20:43:31.654Z | Compiling maybe-uninit v2.0.0 |
1941 | 2024-08-12T20:43:31.964Z | Compiling wyz v0.5.1 |
1942 | 2024-08-12T20:43:32.431Z | Compiling dsl_auto_type v0.1.2 |
1943 | 2024-08-12T20:43:32.921Z | Compiling itertools v0.13.0 |
1944 | 2024-08-12T20:43:33.667Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1945 | 2024-08-12T20:43:33.794Z | Compiling scheduled-thread-pool v0.2.7 |
1946 | 2024-08-12T20:43:34.109Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1947 | 2024-08-12T20:43:34.580Z | Compiling diesel_table_macro_syntax v0.2.0 |
1948 | 2024-08-12T20:43:34.981Z | Compiling arc-swap v1.7.1 |
1949 | 2024-08-12T20:43:35.151Z | Compiling num-bigint-dig v0.8.4 |
1950 | 2024-08-12T20:43:35.369Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1951 | 2024-08-12T20:43:35.471Z | Compiling funty v2.0.0 |
1952 | 2024-08-12T20:43:35.850Z | Compiling crc-catalog v2.4.0 |
1953 | 2024-08-12T20:43:36.010Z | Compiling packed_struct v0.10.1 |
1954 | 2024-08-12T20:43:36.481Z | Compiling crc v3.2.1 |
1955 | 2024-08-12T20:43:36.585Z | Compiling slog-scope v4.4.0 |
1956 | 2024-08-12T20:43:37.494Z | Compiling bitvec v1.0.1 |
1957 | 2024-08-12T20:43:38.077Z | Compiling diesel_derives v2.2.2 |
1958 | 2024-08-12T20:43:42.069Z | Compiling r2d2 v0.8.10 |
1959 | 2024-08-12T20:43:43.096Z | Compiling ascii-canvas v3.0.0 |
1960 | 2024-08-12T20:43:43.590Z | Compiling packed_struct_codegen v0.10.1 |
1961 | 2024-08-12T20:43:43.651Z | Compiling ena v0.14.3 |
1962 | 2024-08-12T20:43:44.076Z | Compiling indexmap v1.9.3 |
1963 | 2024-08-12T20:43:44.404Z | Compiling libloading v0.8.3 |
1964 | 2024-08-12T20:43:44.787Z | Compiling diff v0.1.13 |
1965 | 2024-08-12T20:43:45.342Z | Compiling bindgen v0.69.4 |
1966 | 2024-08-12T20:43:45.785Z | Compiling regex-syntax v0.6.29 |
1967 | 2024-08-12T20:43:46.149Z | Compiling nodrop v0.1.14 |
1968 | 2024-08-12T20:43:46.291Z | Compiling array-init v0.0.4 |
1969 | 2024-08-12T20:43:49.496Z | Compiling diesel v2.2.2 |
1970 | 2024-08-12T20:43:50.463Z | Compiling lalrpop v0.19.12 |
1971 | 2024-08-12T20:43:52.045Z | Compiling smallvec v0.6.14 |
1972 | 2024-08-12T20:43:52.560Z | Compiling slog-stdlog v4.1.1 |
1973 | 2024-08-12T20:43:53.405Z | Compiling tungstenite v0.21.0 |
1974 | 2024-08-12T20:43:55.867Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1975 | 2024-08-12T20:43:57.026Z | Compiling which v4.4.2 |
1976 | 2024-08-12T20:43:57.597Z | Compiling pkcs1 v0.7.5 |
1977 | 2024-08-12T20:43:58.500Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1978 | 2024-08-12T20:43:58.743Z | Compiling signature v2.2.0 |
1979 | 2024-08-12T20:43:59.013Z | Compiling cexpr v0.6.0 |
1980 | 2024-08-12T20:44:00.634Z | Compiling libsw v3.3.1 |
1981 | 2024-08-12T20:44:00.978Z | Compiling atty v0.2.14 |
1982 | 2024-08-12T20:44:01.143Z | Compiling bitfield v0.14.0 |
1983 | 2024-08-12T20:44:01.462Z | Compiling rustc-hash v1.1.0 |
1984 | 2024-08-12T20:44:01.609Z | Compiling owo-colors v4.0.0 |
1985 | 2024-08-12T20:44:01.626Z | Compiling linear-map v1.2.0 |
1986 | 2024-08-12T20:44:01.730Z | Compiling hashbrown v0.12.3 |
1987 | 2024-08-12T20:44:02.084Z | Compiling lazycell v1.3.0 |
1988 | 2024-08-12T20:44:02.274Z | Compiling shlex v1.3.0 |
1989 | 2024-08-12T20:44:02.632Z | Compiling ref-cast v1.0.23 |
1990 | 2024-08-12T20:44:03.177Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1991 | 2024-08-12T20:44:04.190Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1992 | 2024-08-12T20:44:04.445Z | Compiling rsa v0.9.6 |
1993 | 2024-08-12T20:44:09.845Z | Compiling tokio-tungstenite v0.21.0 |
1994 | 2024-08-12T20:44:10.005Z | Compiling slog-envlogger v2.2.0 |
1995 | 2024-08-12T20:44:10.520Z | Compiling serde-hex v0.1.0 |
1996 | 2024-08-12T20:44:11.621Z | Compiling bzip2 v0.4.4 |
1997 | 2024-08-12T20:44:12.103Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1998 | 2024-08-12T20:44:12.434Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1999 | 2024-08-12T20:44:12.553Z | Compiling env_logger v0.10.2 |
2000 | 2024-08-12T20:44:15.519Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2001 | 2024-08-12T20:44:15.761Z | Compiling derive_builder_core v0.20.0 |
2002 | 2024-08-12T20:44:15.858Z | Compiling x509-cert v0.2.5 |
2003 | 2024-08-12T20:44:16.486Z | Compiling polar-core v0.27.3 |
2004 | 2024-08-12T20:44:16.797Z | Compiling ron v0.8.1 |
2005 | 2024-08-12T20:44:17.843Z | Compiling headers-core v0.2.0 |
2006 | 2024-08-12T20:44:17.962Z | Compiling hashbrown v0.13.2 |
2007 | 2024-08-12T20:44:18.010Z | Compiling fxhash v0.2.1 |
2008 | 2024-08-12T20:44:18.230Z | Compiling libxml v0.3.3 |
2009 | 2024-08-12T20:44:18.622Z | Compiling ref-cast-impl v1.0.23 |
2010 | 2024-08-12T20:44:19.283Z | Compiling crc-any v2.5.0 |
2011 | 2024-08-12T20:44:19.923Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2012 | 2024-08-12T20:44:20.247Z | Compiling object v0.30.4 |
2013 | 2024-08-12T20:44:22.738Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2014 | 2024-08-12T20:44:24.429Z | Compiling headers v0.3.9 |
2015 | 2024-08-12T20:44:24.563Z | Compiling derive_builder_macro v0.20.0 |
2016 | 2024-08-12T20:44:27.868Z | Compiling samael v0.0.15 |
2017 | 2024-08-12T20:44:28.092Z | Compiling zip v0.6.6 |
2018 | 2024-08-12T20:44:29.237Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2019 | 2024-08-12T20:44:30.754Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2020 | 2024-08-12T20:44:31.059Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2021 | 2024-08-12T20:44:32.388Z | Compiling strum_macros v0.24.3 |
2022 | 2024-08-12T20:44:33.246Z | Compiling async-recursion v1.1.1 |
2023 | 2024-08-12T20:44:34.666Z | Compiling unicase v2.7.0 |
2024 | 2024-08-12T20:44:34.998Z | Compiling cookie v0.18.1 |
2025 | 2024-08-12T20:44:35.330Z | Compiling indoc v1.0.9 |
2026 | 2024-08-12T20:44:35.655Z | Compiling path-slash v0.1.5 |
2027 | 2024-08-12T20:44:35.898Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2028 | 2024-08-12T20:44:37.063Z | Compiling derive_builder v0.20.0 |
2029 | 2024-08-12T20:44:40.994Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2030 | 2024-08-12T20:44:41.232Z | Compiling pem v3.0.4 |
2031 | 2024-08-12T20:44:41.314Z | Compiling impl-trait-for-tuples v0.2.2 |
2032 | 2024-08-12T20:44:42.323Z | Compiling oso-derive v0.27.3 |
2033 | 2024-08-12T20:44:42.722Z | Compiling quick-xml v0.31.0 |
2034 | 2024-08-12T20:44:43.284Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2035 | 2024-08-12T20:44:43.664Z | Compiling cfg_aliases v0.1.1 |
2036 | 2024-08-12T20:44:43.776Z | Compiling parking_lot_core v0.8.6 |
2037 | 2024-08-12T20:44:44.291Z | Compiling nix v0.28.0 |
2038 | 2024-08-12T20:44:46.196Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2039 | 2024-08-12T20:44:47.697Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2040 | 2024-08-12T20:44:48.298Z | Compiling oso v0.27.3 |
2041 | 2024-08-12T20:44:49.247Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2042 | 2024-08-12T20:44:49.594Z | Compiling bb8 v0.8.5 |
2043 | 2024-08-12T20:44:50.187Z | Compiling const_format_proc_macros v0.2.32 |
2044 | 2024-08-12T20:44:51.355Z | Compiling curve25519-dalek v4.1.3 |
2045 | 2024-08-12T20:44:51.754Z | Compiling vte_generate_state_changes v0.1.1 |
2046 | 2024-08-12T20:44:51.804Z | Compiling keccak v0.1.5 |
2047 | 2024-08-12T20:44:52.205Z | Compiling buf-list v1.0.3 |
2048 | 2024-08-12T20:44:52.375Z | Compiling vte v0.11.1 |
2049 | 2024-08-12T20:44:52.811Z | Compiling const_format v0.2.32 |
2050 | 2024-08-12T20:44:52.858Z | Compiling sha3 v0.10.8 |
2051 | 2024-08-12T20:44:53.872Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2052 | 2024-08-12T20:44:54.547Z | Compiling fd-lock v4.0.2 |
2053 | 2024-08-12T20:44:54.563Z | Compiling universal-hash v0.5.1 |
2054 | 2024-08-12T20:44:54.786Z | Compiling secrecy v0.8.0 |
2055 | 2024-08-12T20:44:54.802Z | Compiling thiserror-impl-no-std v2.0.2 |
2056 | 2024-08-12T20:44:54.826Z | Compiling pin-project-internal v1.1.5 |
2057 | 2024-08-12T20:44:55.054Z | Compiling curve25519-dalek-derive v0.1.1 |
2058 | 2024-08-12T20:44:56.454Z | Compiling bytecount v0.6.8 |
2059 | 2024-08-12T20:44:56.787Z | Compiling opaque-debug v0.3.1 |
2060 | 2024-08-12T20:44:56.900Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2061 | 2024-08-12T20:44:57.273Z | Compiling poly1305 v0.8.0 |
2062 | 2024-08-12T20:44:57.506Z | Compiling thiserror-no-std v2.0.2 |
2063 | 2024-08-12T20:44:57.614Z | Compiling pin-project v1.1.5 |
2064 | 2024-08-12T20:44:57.644Z | Compiling papergrid v0.11.0 |
2065 | 2024-08-12T20:44:59.152Z | Compiling parking_lot v0.11.2 |
2066 | 2024-08-12T20:45:04.569Z | Compiling strip-ansi-escapes v0.2.0 |
2067 | 2024-08-12T20:45:05.309Z | Compiling trust-dns-client v0.22.0 |
2068 | 2024-08-12T20:45:05.828Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2069 | 2024-08-12T20:45:05.944Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2070 | 2024-08-12T20:45:06.147Z | Compiling tabled_derive v0.7.0 |
2071 | 2024-08-12T20:45:07.461Z | Compiling chacha20 v0.9.1 |
2072 | 2024-08-12T20:45:07.932Z | Compiling aead v0.5.2 |
2073 | 2024-08-12T20:45:08.286Z | Compiling peg-macros v0.8.4 |
2074 | 2024-08-12T20:45:08.390Z | Compiling kstat-rs v0.2.4 |
2075 | 2024-08-12T20:45:09.335Z | Compiling snafu-derive v0.8.2 |
2076 | 2024-08-12T20:45:09.782Z | Compiling toml v0.5.11 |
2077 | 2024-08-12T20:45:10.827Z | Compiling sqlparser_derive v0.2.2 |
2078 | 2024-08-12T20:45:11.769Z | Compiling nu-ansi-term v0.50.0 |
2079 | 2024-08-12T20:45:11.927Z | Compiling unicode_categories v0.1.1 |
2080 | 2024-08-12T20:45:12.593Z | Compiling rustyline v14.0.0 |
2081 | 2024-08-12T20:45:12.978Z | Compiling sqlformat v0.2.4 |
2082 | 2024-08-12T20:45:14.245Z | Compiling snafu v0.8.2 |
2083 | 2024-08-12T20:45:15.519Z | Compiling reedline v0.31.0 |
2084 | 2024-08-12T20:45:16.791Z | Compiling sqlparser v0.45.0 |
2085 | 2024-08-12T20:45:18.849Z | Compiling peg v0.8.4 |
2086 | 2024-08-12T20:45:18.983Z | Compiling trust-dns-server v0.22.1 |
2087 | 2024-08-12T20:45:23.737Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2088 | 2024-08-12T20:45:24.753Z | Compiling tabled v0.15.0 |
2089 | 2024-08-12T20:45:32.969Z | Compiling chacha20poly1305 v0.10.1 |
2090 | 2024-08-12T20:45:33.240Z | Compiling vsss-rs v3.3.4 |
2091 | 2024-08-12T20:45:37.777Z | Compiling sled v0.34.7 |
2092 | 2024-08-12T20:45:38.860Z | Compiling mime_guess v2.0.4 |
2093 | 2024-08-12T20:45:39.967Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2094 | 2024-08-12T20:45:40.205Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2095 | 2024-08-12T20:45:40.633Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2096 | 2024-08-12T20:45:42.393Z | Compiling env_logger v0.9.3 |
2097 | 2024-08-12T20:45:45.544Z | Compiling tungstenite v0.20.1 |
2098 | 2024-08-12T20:45:46.712Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2099 | 2024-08-12T20:45:50.662Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2100 | 2024-08-12T20:45:53.258Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2101 | 2024-08-12T20:45:55.205Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2102 | 2024-08-12T20:46:01.866Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2103 | 2024-08-12T20:46:02.725Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2104 | 2024-08-12T20:46:03.226Z | Compiling globset v0.4.14 |
2105 | 2024-08-12T20:46:03.340Z | Compiling olpc-cjson v0.1.3 |
2106 | 2024-08-12T20:46:03.789Z | Compiling bcs v0.1.6 |
2107 | 2024-08-12T20:46:04.623Z | Compiling bitstruct_derive v0.1.0 |
2108 | 2024-08-12T20:46:10.569Z | Compiling serde_plain v1.0.2 |
2109 | 2024-08-12T20:46:10.897Z | Compiling nanorand v0.7.0 |
2110 | 2024-08-12T20:46:11.118Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2111 | 2024-08-12T20:46:11.252Z | Compiling memoffset v0.9.1 |
2112 | 2024-08-12T20:46:11.276Z | Compiling typed-path v0.7.1 |
2113 | 2024-08-12T20:46:11.568Z | Compiling ascii v1.1.0 |
2114 | 2024-08-12T20:46:12.377Z | Compiling highway v1.2.0 |
2115 | 2024-08-12T20:46:13.549Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2116 | 2024-08-12T20:46:13.831Z | Compiling tough v0.17.1 |
2117 | 2024-08-12T20:46:18.242Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2118 | 2024-08-12T20:46:20.742Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2119 | 2024-08-12T20:46:30.290Z | Compiling flume v0.11.0 |
2120 | 2024-08-12T20:46:31.083Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2121 | 2024-08-12T20:46:31.228Z | Compiling bitstruct v0.1.1 |
2122 | 2024-08-12T20:46:31.374Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2123 | 2024-08-12T20:46:31.391Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2124 | 2024-08-12T20:46:31.968Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2125 | 2024-08-12T20:46:35.237Z | Compiling tokio-tungstenite v0.20.1 |
2126 | 2024-08-12T20:46:35.858Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2127 | 2024-08-12T20:46:43.148Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2128 | 2024-08-12T20:46:44.374Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-08-12T20:46:46.388Z | Compiling serde_arrays v0.1.0 |
2130 | 2024-08-12T20:46:46.598Z | Compiling erased-serde v0.3.31 |
2131 | 2024-08-12T20:46:47.402Z | Compiling parse-size v1.0.0 |
2132 | 2024-08-12T20:46:47.592Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2133 | 2024-08-12T20:46:47.691Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2134 | 2024-08-12T20:46:48.392Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2135 | 2024-08-12T20:46:51.712Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2136 | 2024-08-12T20:46:56.041Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2137 | 2024-08-12T20:46:56.362Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2138 | 2024-08-12T20:46:57.233Z | Compiling heck v0.3.3 |
2139 | 2024-08-12T20:46:57.619Z | Compiling rand_seeder v0.3.0 |
2140 | 2024-08-12T20:46:58.038Z | Compiling castaway v0.2.2 |
2141 | 2024-08-12T20:46:58.232Z | Compiling csv-core v0.1.11 |
2142 | 2024-08-12T20:46:58.346Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2143 | 2024-08-12T20:46:58.746Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2144 | 2024-08-12T20:46:59.070Z | Compiling http-range v0.1.5 |
2145 | 2024-08-12T20:46:59.268Z | Compiling hyper-staticfile v0.9.5 |
2146 | 2024-08-12T20:46:59.619Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2147 | 2024-08-12T20:47:00.240Z | Compiling csv v1.3.0 |
2148 | 2024-08-12T20:47:02.268Z | Compiling compact_str v0.7.1 |
2149 | 2024-08-12T20:47:02.369Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2150 | 2024-08-12T20:47:02.586Z | Compiling zone_cfg_derive v0.1.2 |
2151 | 2024-08-12T20:47:03.741Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2152 | 2024-08-12T20:47:04.013Z | Compiling nix v0.27.1 |
2153 | 2024-08-12T20:47:07.013Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2154 | 2024-08-12T20:47:08.266Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2155 | 2024-08-12T20:47:13.186Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2156 | 2024-08-12T20:47:13.546Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2157 | 2024-08-12T20:47:13.865Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2158 | 2024-08-12T20:47:14.190Z | Compiling unicode-truncate v1.0.0 |
2159 | 2024-08-12T20:47:14.474Z | Compiling lru v0.12.3 |
2160 | 2024-08-12T20:47:14.866Z | Compiling serde-big-array v0.5.1 |
2161 | 2024-08-12T20:47:15.133Z | Compiling stability v0.2.0 |
2162 | 2024-08-12T20:47:15.645Z | Compiling base64 v0.13.1 |
2163 | 2024-08-12T20:47:16.136Z | Compiling cassowary v0.3.0 |
2164 | 2024-08-12T20:47:16.430Z | Compiling ron v0.7.1 |
2165 | 2024-08-12T20:47:17.181Z | Compiling ratatui v0.27.0 |
2166 | 2024-08-12T20:47:21.774Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2167 | 2024-08-12T20:47:34.426Z | Compiling zone v0.1.8 |
2168 | 2024-08-12T20:47:37.190Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2169 | 2024-08-12T20:47:37.750Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2170 | 2024-08-12T20:47:38.058Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2171 | 2024-08-12T20:47:38.443Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2172 | 2024-08-12T20:47:40.009Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2173 | 2024-08-12T20:47:42.975Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2174 | 2024-08-12T20:47:44.795Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2175 | 2024-08-12T20:47:46.919Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2176 | 2024-08-12T20:47:46.957Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2177 | 2024-08-12T20:47:47.228Z | Compiling signal-hook-tokio v0.3.1 |
2178 | 2024-08-12T20:47:47.456Z | Compiling portpicker v0.1.1 |
2179 | 2024-08-12T20:47:47.867Z | Compiling unicode-linebreak v0.1.5 |
2180 | 2024-08-12T20:47:48.428Z | Compiling smawk v0.3.2 |
2181 | 2024-08-12T20:47:48.695Z | Compiling textwrap v0.16.1 |
2182 | 2024-08-12T20:47:51.840Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2183 | 2024-08-12T20:47:56.141Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2184 | 2024-08-12T20:47:56.333Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2185 | 2024-08-12T20:47:57.621Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2186 | 2024-08-12T20:48:02.687Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2187 | 2024-08-12T20:48:03.333Z | Compiling rcgen v0.12.1 |
2188 | 2024-08-12T20:48:11.665Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2189 | 2024-08-12T20:48:13.224Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2190 | 2024-08-12T20:48:13.749Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2191 | 2024-08-12T20:48:14.072Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2192 | 2024-08-12T20:48:15.831Z | Compiling atomicwrites v0.4.3 |
2193 | 2024-08-12T20:48:16.365Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2194 | 2024-08-12T20:48:17.281Z | Compiling fatfs v0.3.6 |
2195 | 2024-08-12T20:48:20.127Z | Compiling subprocess v0.2.9 |
2196 | 2024-08-12T20:48:20.837Z | Compiling rtoolbox v0.0.2 |
2197 | 2024-08-12T20:48:21.278Z | Compiling is_ci v1.2.0 |
2198 | 2024-08-12T20:48:21.585Z | Compiling assert_matches v1.5.0 |
2199 | 2024-08-12T20:48:23.567Z | Compiling supports-color v3.0.0 |
2200 | 2024-08-12T20:48:24.226Z | Compiling rpassword v7.3.1 |
2201 | 2024-08-12T20:48:24.635Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2202 | 2024-08-12T20:48:24.992Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2203 | 2024-08-12T20:48:25.979Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2204 | 2024-08-12T20:48:29.924Z | Compiling tui-tree-widget v0.21.0 |
2205 | 2024-08-12T20:48:30.383Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2206 | 2024-08-12T20:48:30.913Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2207 | 2024-08-12T20:48:31.851Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2208 | 2024-08-12T20:48:32.177Z | Compiling uzers v0.11.3 |
2209 | 2024-08-12T20:48:33.023Z | Compiling shell-words v1.1.0 |
2210 | 2024-08-12T20:48:33.453Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2211 | 2024-08-12T20:48:34.874Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2212 | 2024-08-12T20:48:36.916Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2213 | 2024-08-12T20:48:51.927Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2214 | 2024-08-12T20:49:01.401Z | Compiling multimap v0.10.0 |
2215 | 2024-08-12T20:50:41.660Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2216 | 2024-08-12T20:50:45.606Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2217 | 2024-08-12T20:57:38.717Z | Finished `release` profile [optimized] target(s) in 14m 47s |
2218 | 2024-08-12T20:58:25.837Z | |
2219 | 2024-08-12T20:58:25.837Z | real 15:36.062104257 |
2220 | 2024-08-12T20:58:25.837Z | user 1:48:44.286712570 |
2221 | 2024-08-12T20:58:25.837Z | sys 5:12.350932734 |
2222 | 2024-08-12T20:58:25.837Z | trap 2.654799239 |
2223 | 2024-08-12T20:58:25.837Z | tflt 2.639219899 |
2224 | 2024-08-12T20:58:25.840Z | dflt 3.313980747 |
2225 | 2024-08-12T20:58:25.840Z | kflt 0.056972538 |
2226 | 2024-08-12T20:58:25.840Z | lock 6:27:22.814044745 |
2227 | 2024-08-12T20:58:25.840Z | slp 5:34:27.558850853 |
2228 | 2024-08-12T20:58:25.840Z | lat 2:40.615286483 |
2229 | 2024-08-12T20:58:25.840Z | stop 2:24.086691168 |
2230 | 2024-08-12T20:58:25.840Z | + mapfile -t packages |
2231 | 2024-08-12T20:58:25.841Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2232 | 2024-08-12T20:58:26.785Z | Finished `release` profile [optimized] target(s) in 0.89s |
2233 | 2024-08-12T20:58:26.832Z | Running `target/release/omicron-package -t test list-outputs` |
2234 | 2024-08-12T20:58:26.878Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2235 | 2024-08-12T20:58:26.881Z | + ptime -m cargo build --locked --release -p xtask |
2236 | 2024-08-12T20:58:27.486Z | Compiling serde v1.0.205 |
2237 | 2024-08-12T20:58:27.488Z | Compiling libc v0.2.155 |
2238 | 2024-08-12T20:58:27.489Z | Compiling serde_json v1.0.122 |
2239 | 2024-08-12T20:58:27.575Z | Compiling syn v2.0.72 |
2240 | 2024-08-12T20:58:27.578Z | Compiling usdt-impl v0.5.0 |
2241 | 2024-08-12T20:58:27.596Z | Compiling syn v1.0.109 |
2242 | 2024-08-12T20:58:27.967Z | Compiling rustix v0.38.34 |
2243 | 2024-08-12T20:58:28.066Z | Compiling hashbrown v0.14.5 |
2244 | 2024-08-12T20:58:28.101Z | Compiling bitflags v2.6.0 |
2245 | 2024-08-12T20:58:28.122Z | Compiling log v0.4.21 |
2246 | 2024-08-12T20:58:28.613Z | Compiling fs-err v2.11.0 |
2247 | 2024-08-12T20:58:28.861Z | Compiling thread-id v4.2.1 |
2248 | 2024-08-12T20:58:28.942Z | Compiling anyhow v1.0.86 |
2249 | 2024-08-12T20:58:29.505Z | Compiling indexmap v2.3.0 |
2250 | 2024-08-12T20:58:29.756Z | Compiling terminal_size v0.3.0 |
2251 | 2024-08-12T20:58:29.978Z | Compiling clap_builder v4.5.13 |
2252 | 2024-08-12T20:58:30.882Z | Compiling proc-macro-error v1.0.4 |
2253 | 2024-08-12T20:58:32.300Z | Compiling tabled_derive v0.7.0 |
2254 | 2024-08-12T20:58:33.637Z | Compiling tabled v0.15.0 |
2255 | 2024-08-12T20:58:35.216Z | Compiling serde_derive v1.0.205 |
2256 | 2024-08-12T20:58:35.382Z | Compiling thiserror-impl v1.0.63 |
2257 | 2024-08-12T20:58:35.842Z | Compiling zerocopy-derive v0.7.34 |
2258 | 2024-08-12T20:58:37.003Z | Compiling scroll_derive v0.12.0 |
2259 | 2024-08-12T20:58:37.889Z | Compiling zerocopy v0.7.34 |
2260 | 2024-08-12T20:58:38.252Z | Compiling thiserror v1.0.63 |
2261 | 2024-08-12T20:58:38.395Z | Compiling pest v2.7.10 |
2262 | 2024-08-12T20:58:38.614Z | Compiling scroll v0.12.0 |
2263 | 2024-08-12T20:58:39.427Z | Compiling goblin v0.8.2 |
2264 | 2024-08-12T20:58:41.399Z | Compiling pest_meta v2.7.10 |
2265 | 2024-08-12T20:58:43.503Z | Compiling pest_generator v2.7.10 |
2266 | 2024-08-12T20:58:45.571Z | Compiling pest_derive v2.7.10 |
2267 | 2024-08-12T20:58:46.390Z | Compiling dtrace-parser v0.2.0 |
2268 | 2024-08-12T20:58:48.305Z | Compiling clap_derive v4.5.13 |
2269 | 2024-08-12T20:58:53.171Z | Compiling serde_tokenstream v0.2.1 |
2270 | 2024-08-12T20:58:53.722Z | Compiling toml_datetime v0.6.8 |
2271 | 2024-08-12T20:58:53.960Z | Compiling dof v0.3.0 |
2272 | 2024-08-12T20:58:54.063Z | Compiling serde_spanned v0.6.7 |
2273 | 2024-08-12T20:58:54.346Z | Compiling toml_edit v0.22.20 |
2274 | 2024-08-12T20:58:54.881Z | Compiling semver v1.0.23 |
2275 | 2024-08-12T20:58:56.112Z | Compiling usdt-attr-macro v0.5.0 |
2276 | 2024-08-12T20:58:56.271Z | Compiling usdt-macro v0.5.0 |
2277 | 2024-08-12T20:58:57.445Z | Compiling cargo-platform v0.1.8 |
2278 | 2024-08-12T20:58:57.568Z | Compiling camino v1.1.7 |
2279 | 2024-08-12T20:58:58.479Z | Compiling toml v0.8.19 |
2280 | 2024-08-12T20:58:58.833Z | Compiling cargo_metadata v0.18.1 |
2281 | 2024-08-12T20:58:59.919Z | Compiling cargo_toml v0.20.4 |
2282 | 2024-08-12T20:59:00.008Z | Compiling usdt v0.5.0 |
2283 | 2024-08-12T20:59:01.491Z | Compiling clap v4.5.13 |
2284 | 2024-08-12T20:59:01.637Z | Compiling macaddr v1.0.1 |
2285 | 2024-08-12T20:59:11.919Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2286 | 2024-08-12T20:59:22.971Z | Finished `release` profile [optimized] target(s) in 56.03s |
2287 | 2024-08-12T20:59:23.087Z | |
2288 | 2024-08-12T20:59:23.090Z | real 56.176798218 |
2289 | 2024-08-12T20:59:23.090Z | user 5:37.473637263 |
2290 | 2024-08-12T20:59:23.090Z | sys 31.113096807 |
2291 | 2024-08-12T20:59:23.090Z | trap 0.145773409 |
2292 | 2024-08-12T20:59:23.090Z | tflt 0.335656207 |
2293 | 2024-08-12T20:59:23.090Z | dflt 0.365769720 |
2294 | 2024-08-12T20:59:23.090Z | kflt 0.000000000 |
2295 | 2024-08-12T20:59:23.090Z | lock 10:15.104453758 |
2296 | 2024-08-12T20:59:23.091Z | slp 15:52.200063972 |
2297 | 2024-08-12T20:59:23.091Z | lat 10.612834950 |
2298 | 2024-08-12T20:59:23.091Z | stop 14.015081280 |
2299 | 2024-08-12T20:59:23.091Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2300 | 2024-08-12T20:59:23.091Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2301 | 2024-08-12T20:59:23.091Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2302 | 2024-08-12T20:59:23.091Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2303 | 2024-08-12T20:59:23.091Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2304 | 2024-08-12T20:59:23.655Z | Downloading crates ... |
2305 | 2024-08-12T20:59:23.883Z | Downloaded option-ext v0.2.0 |
2306 | 2024-08-12T20:59:23.886Z | Downloaded dhcproto-macros v0.1.0 |
2307 | 2024-08-12T20:59:23.891Z | Downloaded md5 v0.7.0 |
2308 | 2024-08-12T20:59:23.895Z | Downloaded russh-cryptovec v0.7.2 |
2309 | 2024-08-12T20:59:23.898Z | Downloaded blowfish v0.9.1 |
2310 | 2024-08-12T20:59:23.900Z | Downloaded pbkdf2 v0.12.2 |
2311 | 2024-08-12T20:59:23.903Z | Downloaded rand_chacha v0.2.2 |
2312 | 2024-08-12T20:59:23.903Z | Downloaded dirs v5.0.1 |
2313 | 2024-08-12T20:59:23.906Z | Downloaded cbc v0.1.2 |
2314 | 2024-08-12T20:59:23.906Z | Downloaded bcrypt-pbkdf v0.10.0 |
2315 | 2024-08-12T20:59:23.909Z | Downloaded ctr v0.9.2 |
2316 | 2024-08-12T20:59:23.909Z | Downloaded aes-gcm v0.10.3 |
2317 | 2024-08-12T20:59:23.912Z | Downloaded pbkdf2 v0.11.0 |
2318 | 2024-08-12T20:59:23.915Z | Downloaded rfc6979 v0.4.0 |
2319 | 2024-08-12T20:59:23.918Z | Downloaded rand_core v0.5.1 |
2320 | 2024-08-12T20:59:23.918Z | Downloaded password-hash v0.4.2 |
2321 | 2024-08-12T20:59:23.920Z | Downloaded getrandom v0.1.16 |
2322 | 2024-08-12T20:59:23.923Z | Downloaded polyval v0.6.2 |
2323 | 2024-08-12T20:59:23.926Z | Downloaded ghash v0.5.1 |
2324 | 2024-08-12T20:59:23.926Z | Downloaded russh-keys v0.43.0 |
2325 | 2024-08-12T20:59:23.929Z | Downloaded dhcproto v0.12.0 |
2326 | 2024-08-12T20:59:23.932Z | Downloaded ecdsa v0.16.9 |
2327 | 2024-08-12T20:59:23.935Z | Downloaded p256 v0.13.2 |
2328 | 2024-08-12T20:59:23.938Z | Downloaded ed25519-dalek v2.1.1 |
2329 | 2024-08-12T20:59:23.941Z | Downloaded internet-checksum v0.2.1 |
2330 | 2024-08-12T20:59:23.941Z | Downloaded russh v0.43.0 |
2331 | 2024-08-12T20:59:23.944Z | Downloaded aes v0.8.4 |
2332 | 2024-08-12T20:59:23.948Z | Downloaded rand v0.7.3 |
2333 | 2024-08-12T20:59:23.952Z | Downloaded p521 v0.13.3 |
2334 | 2024-08-12T20:59:23.956Z | Downloaded hex-literal v0.4.1 |
2335 | 2024-08-12T20:59:23.959Z | Downloaded ed25519 v2.2.3 |
2336 | 2024-08-12T20:59:23.959Z | Downloaded dirs-sys v0.4.1 |
2337 | 2024-08-12T20:59:23.962Z | Downloaded primeorder v0.13.6 |
2338 | 2024-08-12T20:59:24.091Z | Compiling regress v0.9.1 |
2339 | 2024-08-12T20:59:24.202Z | Compiling getopts v0.2.21 |
2340 | 2024-08-12T20:59:24.205Z | Compiling unsafe-libyaml v0.2.11 |
2341 | 2024-08-12T20:59:24.205Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2342 | 2024-08-12T20:59:24.205Z | Compiling sha1 v0.10.6 |
2343 | 2024-08-12T20:59:24.205Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2344 | 2024-08-12T20:59:24.217Z | Compiling http v1.1.0 |
2345 | 2024-08-12T20:59:24.220Z | Compiling match_cfg v0.1.0 |
2346 | 2024-08-12T20:59:24.345Z | Compiling hostname v0.3.1 |
2347 | 2024-08-12T20:59:24.613Z | Compiling toml v0.8.19 |
2348 | 2024-08-12T20:59:24.702Z | Compiling rustls-pki-types v1.7.0 |
2349 | 2024-08-12T20:59:24.721Z | Compiling paste v1.0.15 |
2350 | 2024-08-12T20:59:24.741Z | Compiling ident_case v1.0.1 |
2351 | 2024-08-12T20:59:24.939Z | Compiling rustls v0.22.4 |
2352 | 2024-08-12T20:59:25.117Z | Compiling darling_core v0.20.9 |
2353 | 2024-08-12T20:59:25.269Z | Compiling rustls-webpki v0.102.4 |
2354 | 2024-08-12T20:59:25.362Z | Compiling ipnetwork v0.20.0 |
2355 | 2024-08-12T20:59:25.525Z | Compiling serde_yaml v0.9.34+deprecated |
2356 | 2024-08-12T20:59:26.179Z | Compiling multer v3.1.0 |
2357 | 2024-08-12T20:59:26.751Z | Compiling slog-json v2.6.1 |
2358 | 2024-08-12T20:59:26.760Z | Compiling async-stream-impl v0.3.5 |
2359 | 2024-08-12T20:59:27.030Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2360 | 2024-08-12T20:59:27.378Z | Compiling instant v0.1.12 |
2361 | 2024-08-12T20:59:27.454Z | Compiling debug-ignore v1.0.5 |
2362 | 2024-08-12T20:59:27.532Z | Compiling atomic-waker v1.1.2 |
2363 | 2024-08-12T20:59:27.681Z | Compiling waitgroup v0.1.2 |
2364 | 2024-08-12T20:59:27.720Z | Compiling slog-bunyan v2.5.0 |
2365 | 2024-08-12T20:59:27.921Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2366 | 2024-08-12T20:59:27.940Z | Compiling rustls-pemfile v2.1.3 |
2367 | 2024-08-12T20:59:28.212Z | Compiling async-stream v0.3.5 |
2368 | 2024-08-12T20:59:28.428Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2369 | 2024-08-12T20:59:28.537Z | Compiling serde_path_to_error v0.1.16 |
2370 | 2024-08-12T20:59:28.869Z | Compiling hostname v0.4.0 |
2371 | 2024-08-12T20:59:29.152Z | Compiling structmeta-derive v0.3.0 |
2372 | 2024-08-12T20:59:29.395Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2373 | 2024-08-12T20:59:29.430Z | Compiling proc-macro-crate v1.3.1 |
2374 | 2024-08-12T20:59:29.903Z | Compiling newtype-uuid v1.1.0 |
2375 | 2024-08-12T20:59:30.184Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2376 | 2024-08-12T20:59:30.212Z | Compiling fastrand v2.1.0 |
2377 | 2024-08-12T20:59:30.558Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2378 | 2024-08-12T20:59:30.807Z | Compiling tokio-rustls v0.25.0 |
2379 | 2024-08-12T20:59:30.964Z | Compiling tempfile v3.10.1 |
2380 | 2024-08-12T20:59:30.983Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2381 | 2024-08-12T20:59:31.176Z | Compiling num_enum_derive v0.5.11 |
2382 | 2024-08-12T20:59:31.235Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2383 | 2024-08-12T20:59:31.603Z | Compiling backoff v0.4.0 |
2384 | 2024-08-12T20:59:31.853Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2385 | 2024-08-12T20:59:32.002Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2386 | 2024-08-12T20:59:32.192Z | Compiling macaddr v1.0.1 |
2387 | 2024-08-12T20:59:32.316Z | Compiling structmeta v0.3.0 |
2388 | 2024-08-12T20:59:32.319Z | Compiling darling_macro v0.20.9 |
2389 | 2024-08-12T20:59:32.650Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2390 | 2024-08-12T20:59:32.696Z | Compiling foreign-types-macros v0.2.3 |
2391 | 2024-08-12T20:59:32.770Z | Compiling parse-display-derive v0.9.1 |
2392 | 2024-08-12T20:59:32.966Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2393 | 2024-08-12T20:59:33.285Z | Compiling darling v0.20.9 |
2394 | 2024-08-12T20:59:33.288Z | Compiling foreign-types-shared v0.3.1 |
2395 | 2024-08-12T20:59:33.412Z | Compiling serde_with_macros v3.8.3 |
2396 | 2024-08-12T20:59:33.437Z | Compiling heapless v0.8.0 |
2397 | 2024-08-12T20:59:33.908Z | Compiling num_enum v0.5.11 |
2398 | 2024-08-12T20:59:34.041Z | Compiling foreign-types v0.5.0 |
2399 | 2024-08-12T20:59:34.158Z | Compiling proc-macro-error v1.0.4 |
2400 | 2024-08-12T20:59:34.340Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2401 | 2024-08-12T20:59:34.468Z | Compiling hash32 v0.3.1 |
2402 | 2024-08-12T20:59:34.727Z | Compiling cstr-argument v0.1.2 |
2403 | 2024-08-12T20:59:34.911Z | Compiling smoltcp v0.11.0 |
2404 | 2024-08-12T20:59:35.006Z | Compiling pretty-hex v0.2.1 |
2405 | 2024-08-12T20:59:35.209Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2406 | 2024-08-12T20:59:35.415Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2407 | 2024-08-12T20:59:35.746Z | Compiling camino-tempfile v1.1.1 |
2408 | 2024-08-12T20:59:36.039Z | Compiling tabwriter v1.4.0 |
2409 | 2024-08-12T20:59:36.211Z | Compiling colored v2.1.0 |
2410 | 2024-08-12T20:59:36.377Z | Compiling serde_with v3.8.3 |
2411 | 2024-08-12T20:59:36.589Z | Compiling socket2 v0.4.10 |
2412 | 2024-08-12T20:59:36.608Z | Compiling cobs v0.2.3 |
2413 | 2024-08-12T20:59:36.676Z | Compiling embedded-io v0.4.0 |
2414 | 2024-08-12T20:59:36.889Z | Compiling postcard v1.0.8 |
2415 | 2024-08-12T20:59:37.074Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2416 | 2024-08-12T20:59:37.406Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2417 | 2024-08-12T20:59:37.573Z | Compiling crucible-workspace-hack v0.1.0 |
2418 | 2024-08-12T20:59:37.654Z | Compiling parse-display v0.9.1 |
2419 | 2024-08-12T20:59:37.674Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2420 | 2024-08-12T20:59:37.723Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2421 | 2024-08-12T20:59:38.019Z | Compiling smf v0.2.3 |
2422 | 2024-08-12T20:59:38.076Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2423 | 2024-08-12T20:59:38.437Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2424 | 2024-08-12T20:59:38.627Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2425 | 2024-08-12T20:59:39.121Z | Compiling num-derive v0.4.2 |
2426 | 2024-08-12T20:59:39.474Z | Compiling sigpipe v0.1.3 |
2427 | 2024-08-12T20:59:39.614Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2428 | 2024-08-12T20:59:39.956Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2429 | 2024-08-12T20:59:40.004Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2430 | 2024-08-12T20:59:40.420Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2431 | 2024-08-12T20:59:41.146Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2432 | 2024-08-12T20:59:41.566Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2433 | 2024-08-12T20:59:41.628Z | Compiling humantime v2.1.0 |
2434 | 2024-08-12T20:59:41.651Z | Compiling curve25519-dalek v4.1.3 |
2435 | 2024-08-12T20:59:41.670Z | Compiling password-hash v0.5.0 |
2436 | 2024-08-12T20:59:42.042Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2437 | 2024-08-12T20:59:42.219Z | Compiling blake2 v0.10.6 |
2438 | 2024-08-12T20:59:42.361Z | Compiling universal-hash v0.5.1 |
2439 | 2024-08-12T20:59:42.406Z | Compiling utf-8 v0.7.6 |
2440 | 2024-08-12T20:59:42.539Z | Compiling semver v0.1.20 |
2441 | 2024-08-12T20:59:42.568Z | Compiling opaque-debug v0.3.1 |
2442 | 2024-08-12T20:59:42.678Z | Compiling newline-converter v0.3.0 |
2443 | 2024-08-12T20:59:42.707Z | Compiling argon2 v0.5.3 |
2444 | 2024-08-12T20:59:42.737Z | Compiling curve25519-dalek-derive v0.1.1 |
2445 | 2024-08-12T20:59:42.756Z | Compiling atty v0.2.14 |
2446 | 2024-08-12T20:59:42.845Z | Compiling convert_case v0.4.0 |
2447 | 2024-08-12T20:59:42.909Z | Compiling rustc_version v0.1.7 |
2448 | 2024-08-12T20:59:43.242Z | Compiling rayon-core v1.12.1 |
2449 | 2024-08-12T20:59:43.460Z | Compiling same-file v1.0.6 |
2450 | 2024-08-12T20:59:43.594Z | Compiling newtype_derive v0.1.6 |
2451 | 2024-08-12T20:59:43.763Z | Compiling walkdir v2.5.0 |
2452 | 2024-08-12T20:59:43.767Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2453 | 2024-08-12T20:59:43.874Z | Compiling derive_more v0.99.18 |
2454 | 2024-08-12T20:59:43.912Z | Compiling expectorate v1.1.0 |
2455 | 2024-08-12T20:59:44.096Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2456 | 2024-08-12T20:59:44.191Z | Compiling crossbeam-deque v0.8.5 |
2457 | 2024-08-12T20:59:44.248Z | Compiling libefi-sys v0.1.0 |
2458 | 2024-08-12T20:59:44.556Z | Compiling prettyplease v0.2.20 |
2459 | 2024-08-12T20:59:44.707Z | Compiling num-rational v0.4.2 |
2460 | 2024-08-12T20:59:44.902Z | Compiling signature v2.2.0 |
2461 | 2024-08-12T20:59:45.229Z | Compiling num-complex v0.4.6 |
2462 | 2024-08-12T20:59:45.449Z | Compiling aead v0.5.2 |
2463 | 2024-08-12T20:59:45.671Z | Compiling bitfield-struct v0.6.1 |
2464 | 2024-08-12T20:59:45.851Z | Compiling derive-where v1.2.7 |
2465 | 2024-08-12T20:59:46.321Z | Compiling ring v0.16.20 |
2466 | 2024-08-12T20:59:46.460Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2467 | 2024-08-12T20:59:46.591Z | Compiling blake3 v1.5.1 |
2468 | 2024-08-12T20:59:46.824Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2469 | 2024-08-12T20:59:46.872Z | Compiling unicase v2.7.0 |
2470 | 2024-08-12T20:59:47.172Z | Compiling quick-error v1.2.3 |
2471 | 2024-08-12T20:59:47.216Z | Compiling getrandom v0.1.16 |
2472 | 2024-08-12T20:59:47.240Z | Compiling keccak v0.1.5 |
2473 | 2024-08-12T20:59:47.335Z | Compiling termcolor v1.4.1 |
2474 | 2024-08-12T20:59:47.458Z | Compiling arc-swap v1.7.1 |
2475 | 2024-08-12T20:59:48.011Z | Compiling linked-hash-map v0.5.6 |
2476 | 2024-08-12T20:59:48.136Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2477 | 2024-08-12T20:59:48.282Z | Compiling slog-scope v4.4.0 |
2478 | 2024-08-12T20:59:48.303Z | Compiling env_logger v0.9.3 |
2479 | 2024-08-12T20:59:48.390Z | Compiling lru-cache v0.1.2 |
2480 | 2024-08-12T20:59:48.611Z | Compiling sha3 v0.10.8 |
2481 | 2024-08-12T20:59:49.036Z | Compiling resolv-conf v0.7.0 |
2482 | 2024-08-12T20:59:49.712Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2483 | 2024-08-12T20:59:49.899Z | Compiling num v0.4.3 |
2484 | 2024-08-12T20:59:49.948Z | Compiling rayon v1.10.0 |
2485 | 2024-08-12T20:59:50.530Z | Compiling poly1305 v0.8.0 |
2486 | 2024-08-12T20:59:50.607Z | Compiling tungstenite v0.21.0 |
2487 | 2024-08-12T20:59:51.433Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2488 | 2024-08-12T20:59:51.535Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2489 | 2024-08-12T20:59:51.587Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2490 | 2024-08-12T20:59:51.759Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2491 | 2024-08-12T20:59:52.258Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2492 | 2024-08-12T20:59:52.330Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2493 | 2024-08-12T20:59:52.414Z | Compiling chacha20 v0.9.1 |
2494 | 2024-08-12T20:59:52.626Z | Compiling thiserror-impl-no-std v2.0.2 |
2495 | 2024-08-12T20:59:52.815Z | Compiling bitstruct_derive v0.1.0 |
2496 | 2024-08-12T20:59:52.891Z | Compiling secrecy v0.8.0 |
2497 | 2024-08-12T20:59:52.920Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2498 | 2024-08-12T20:59:53.033Z | Compiling memmap2 v0.9.4 |
2499 | 2024-08-12T20:59:53.068Z | Compiling half v2.4.1 |
2500 | 2024-08-12T20:59:53.178Z | Compiling spin v0.5.2 |
2501 | 2024-08-12T20:59:53.230Z | Compiling ciborium-io v0.2.2 |
2502 | 2024-08-12T20:59:53.374Z | Compiling constant_time_eq v0.3.0 |
2503 | 2024-08-12T20:59:53.436Z | Compiling home v0.5.9 |
2504 | 2024-08-12T20:59:53.518Z | Compiling untrusted v0.7.1 |
2505 | 2024-08-12T20:59:53.567Z | Compiling arrayvec v0.7.4 |
2506 | 2024-08-12T20:59:53.605Z | Compiling float-ord v0.3.2 |
2507 | 2024-08-12T20:59:53.717Z | Compiling ascii v1.1.0 |
2508 | 2024-08-12T20:59:53.735Z | Compiling arrayref v0.3.7 |
2509 | 2024-08-12T20:59:53.780Z | Compiling parking_lot_core v0.8.6 |
2510 | 2024-08-12T20:59:53.842Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2511 | 2024-08-12T20:59:53.984Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2512 | 2024-08-12T20:59:54.215Z | Compiling bitstruct v0.1.1 |
2513 | 2024-08-12T20:59:54.285Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2514 | 2024-08-12T20:59:54.303Z | Compiling toolchain_find v0.4.0 |
2515 | 2024-08-12T20:59:54.330Z | Compiling ciborium-ll v0.2.2 |
2516 | 2024-08-12T20:59:54.941Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2517 | 2024-08-12T20:59:54.961Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2518 | 2024-08-12T20:59:54.998Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2519 | 2024-08-12T20:59:55.340Z | Compiling tokio-tungstenite v0.21.0 |
2520 | 2024-08-12T20:59:55.418Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2521 | 2024-08-12T20:59:55.788Z | Compiling steno v0.4.1 |
2522 | 2024-08-12T20:59:55.834Z | Compiling trust-dns-resolver v0.22.0 |
2523 | 2024-08-12T20:59:55.852Z | Compiling thiserror-no-std v2.0.2 |
2524 | 2024-08-12T20:59:55.895Z | Compiling slog-stdlog v4.1.1 |
2525 | 2024-08-12T20:59:56.030Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2526 | 2024-08-12T20:59:56.204Z | Compiling rfc6979 v0.4.0 |
2527 | 2024-08-12T20:59:56.282Z | Compiling gethostname v0.5.0 |
2528 | 2024-08-12T20:59:56.418Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2529 | 2024-08-12T20:59:56.505Z | Compiling serde_arrays v0.1.0 |
2530 | 2024-08-12T20:59:56.524Z | Compiling erased-serde v0.3.31 |
2531 | 2024-08-12T20:59:56.681Z | Compiling nibble_vec v0.1.0 |
2532 | 2024-08-12T20:59:56.797Z | Compiling slog-dtrace v0.3.0 |
2533 | 2024-08-12T20:59:56.816Z | Compiling topological-sort v0.2.2 |
2534 | 2024-08-12T20:59:56.893Z | Compiling endian-type v0.1.2 |
2535 | 2024-08-12T20:59:57.102Z | Compiling cancel-safe-futures v0.1.5 |
2536 | 2024-08-12T20:59:57.161Z | Compiling radix_trie v0.2.1 |
2537 | 2024-08-12T20:59:57.262Z | Compiling omicron-zone-package v0.11.0 |
2538 | 2024-08-12T20:59:57.505Z | Compiling ecdsa v0.16.9 |
2539 | 2024-08-12T20:59:57.659Z | Compiling rand_core v0.5.1 |
2540 | 2024-08-12T20:59:57.915Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2541 | 2024-08-12T20:59:58.025Z | Compiling mime_guess v2.0.4 |
2542 | 2024-08-12T20:59:58.200Z | Compiling slog-envlogger v2.2.0 |
2543 | 2024-08-12T20:59:58.390Z | Compiling vsss-rs v3.3.4 |
2544 | 2024-08-12T20:59:59.065Z | Compiling ciborium v0.2.2 |
2545 | 2024-08-12T20:59:59.382Z | Compiling rustfmt-wrapper v0.2.1 |
2546 | 2024-08-12T20:59:59.954Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2547 | 2024-08-12T21:00:00.585Z | Compiling chacha20poly1305 v0.10.1 |
2548 | 2024-08-12T21:00:00.815Z | Compiling tungstenite v0.20.1 |
2549 | 2024-08-12T21:00:01.003Z | Compiling primeorder v0.13.6 |
2550 | 2024-08-12T21:00:01.562Z | Compiling heck v0.3.3 |
2551 | 2024-08-12T21:00:02.075Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2552 | 2024-08-12T21:00:02.188Z | Compiling glob v0.3.1 |
2553 | 2024-08-12T21:00:02.399Z | Compiling option-ext v0.2.0 |
2554 | 2024-08-12T21:00:02.550Z | Compiling dirs-sys v0.4.1 |
2555 | 2024-08-12T21:00:03.160Z | Compiling zone_cfg_derive v0.1.2 |
2556 | 2024-08-12T21:00:03.178Z | Compiling tokio-tungstenite v0.20.1 |
2557 | 2024-08-12T21:00:03.222Z | Compiling parking_lot v0.11.2 |
2558 | 2024-08-12T21:00:03.314Z | Compiling rand_chacha v0.2.2 |
2559 | 2024-08-12T21:00:03.444Z | Compiling trust-dns-client v0.22.0 |
2560 | 2024-08-12T21:00:04.195Z | Compiling ed25519 v2.2.3 |
2561 | 2024-08-12T21:00:04.343Z | Compiling polyval v0.6.2 |
2562 | 2024-08-12T21:00:04.430Z | Compiling blowfish v0.9.1 |
2563 | 2024-08-12T21:00:04.703Z | Compiling ctr v0.9.2 |
2564 | 2024-08-12T21:00:04.722Z | Compiling aes v0.8.4 |
2565 | 2024-08-12T21:00:04.798Z | Compiling password-hash v0.4.2 |
2566 | 2024-08-12T21:00:04.894Z | Compiling pbkdf2 v0.12.2 |
2567 | 2024-08-12T21:00:05.076Z | Compiling libsw v3.3.1 |
2568 | 2024-08-12T21:00:05.079Z | Compiling toml v0.5.11 |
2569 | 2024-08-12T21:00:05.374Z | Compiling fxhash v0.2.1 |
2570 | 2024-08-12T21:00:05.434Z | Compiling base64 v0.13.1 |
2571 | 2024-08-12T21:00:05.590Z | Compiling linear-map v1.2.0 |
2572 | 2024-08-12T21:00:05.750Z | Compiling owo-colors v4.0.0 |
2573 | 2024-08-12T21:00:05.984Z | Compiling ron v0.7.1 |
2574 | 2024-08-12T21:00:06.078Z | Compiling sled v0.34.7 |
2575 | 2024-08-12T21:00:06.711Z | Compiling pbkdf2 v0.11.0 |
2576 | 2024-08-12T21:00:07.127Z | Compiling trust-dns-server v0.22.1 |
2577 | 2024-08-12T21:00:07.558Z | Compiling bcrypt-pbkdf v0.10.0 |
2578 | 2024-08-12T21:00:08.203Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2579 | 2024-08-12T21:00:08.221Z | Compiling zone v0.1.8 |
2580 | 2024-08-12T21:00:08.474Z | Compiling ghash v0.5.1 |
2581 | 2024-08-12T21:00:08.686Z | Compiling ed25519-dalek v2.1.1 |
2582 | 2024-08-12T21:00:08.957Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2583 | 2024-08-12T21:00:09.417Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2584 | 2024-08-12T21:00:09.830Z | Compiling rand v0.7.3 |
2585 | 2024-08-12T21:00:10.956Z | Compiling dirs v5.0.1 |
2586 | 2024-08-12T21:00:11.193Z | Compiling p521 v0.13.3 |
2587 | 2024-08-12T21:00:12.058Z | Compiling p256 v0.13.2 |
2588 | 2024-08-12T21:00:12.516Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2589 | 2024-08-12T21:00:12.938Z | Compiling pem v3.0.4 |
2590 | 2024-08-12T21:00:13.723Z | Compiling cbc v0.1.2 |
2591 | 2024-08-12T21:00:13.810Z | Compiling portpicker v0.1.1 |
2592 | 2024-08-12T21:00:14.036Z | Compiling headers-core v0.2.0 |
2593 | 2024-08-12T21:00:14.099Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2594 | 2024-08-12T21:00:14.099Z | Compiling kstat-rs v0.2.4 |
2595 | 2024-08-12T21:00:14.175Z | Compiling nanorand v0.7.0 |
2596 | 2024-08-12T21:00:14.178Z | Compiling russh-cryptovec v0.7.2 |
2597 | 2024-08-12T21:00:14.390Z | Compiling md5 v0.7.0 |
2598 | 2024-08-12T21:00:14.503Z | Compiling http-range v0.1.5 |
2599 | 2024-08-12T21:00:14.534Z | Compiling headers v0.3.9 |
2600 | 2024-08-12T21:00:14.718Z | Compiling flume v0.11.0 |
2601 | 2024-08-12T21:00:14.830Z | Compiling hyper-staticfile v0.9.5 |
2602 | 2024-08-12T21:00:14.889Z | Compiling russh-keys v0.43.0 |
2603 | 2024-08-12T21:00:14.916Z | Compiling rcgen v0.12.1 |
2604 | 2024-08-12T21:00:15.404Z | Compiling aes-gcm v0.10.3 |
2605 | 2024-08-12T21:00:15.721Z | Compiling atomicwrites v0.4.3 |
2606 | 2024-08-12T21:00:15.726Z | Compiling itertools v0.13.0 |
2607 | 2024-08-12T21:00:16.123Z | Compiling subprocess v0.2.9 |
2608 | 2024-08-12T21:00:16.546Z | Compiling dhcproto-macros v0.1.0 |
2609 | 2024-08-12T21:00:17.525Z | Compiling hex-literal v0.4.1 |
2610 | 2024-08-12T21:00:17.566Z | Compiling display-error-chain v0.2.0 |
2611 | 2024-08-12T21:00:17.692Z | Compiling russh v0.43.0 |
2612 | 2024-08-12T21:00:17.756Z | Compiling dhcproto v0.12.0 |
2613 | 2024-08-12T21:00:17.895Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2614 | 2024-08-12T21:00:22.145Z | Compiling internet-checksum v0.2.1 |
2615 | 2024-08-12T21:00:22.185Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2616 | 2024-08-12T21:00:22.185Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2617 | 2024-08-12T21:00:22.185Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2618 | 2024-08-12T21:00:22.185Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2619 | 2024-08-12T21:00:22.185Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2620 | 2024-08-12T21:00:22.185Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2621 | 2024-08-12T21:00:22.185Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2622 | 2024-08-12T21:00:22.185Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2623 | 2024-08-12T21:00:22.185Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2624 | 2024-08-12T21:00:25.229Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2625 | 2024-08-12T21:00:25.440Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2626 | 2024-08-12T21:00:26.657Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2627 | 2024-08-12T21:00:26.706Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2628 | 2024-08-12T21:00:27.797Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2629 | 2024-08-12T21:00:35.006Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2630 | 2024-08-12T21:00:35.009Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2631 | 2024-08-12T21:00:35.009Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2632 | 2024-08-12T21:00:35.009Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2633 | 2024-08-12T21:00:38.078Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2634 | 2024-08-12T21:00:38.388Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2635 | 2024-08-12T21:00:38.388Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2636 | 2024-08-12T21:00:39.436Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2637 | 2024-08-12T21:00:39.508Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2638 | 2024-08-12T21:00:40.849Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2639 | 2024-08-12T21:00:41.631Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2640 | 2024-08-12T21:00:42.977Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2641 | 2024-08-12T21:00:43.451Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2642 | 2024-08-12T21:00:45.772Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2643 | 2024-08-12T21:00:47.079Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2644 | 2024-08-12T21:00:47.491Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2645 | 2024-08-12T21:00:52.215Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2646 | 2024-08-12T21:00:52.668Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2647 | 2024-08-12T21:00:57.393Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2648 | 2024-08-12T21:01:03.947Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2649 | 2024-08-12T21:01:03.951Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2650 | 2024-08-12T21:01:05.824Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2651 | 2024-08-12T21:01:27.586Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2652 | 2024-08-12T21:02:03.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
2653 | 2024-08-12T21:02:04.180Z | |
2654 | 2024-08-12T21:02:04.180Z | real 2:41.038635656 |
2655 | 2024-08-12T21:02:04.180Z | user 12:33.986090940 |
2656 | 2024-08-12T21:02:04.180Z | sys 2:40.180308117 |
2657 | 2024-08-12T21:02:04.180Z | trap 0.356629921 |
2658 | 2024-08-12T21:02:04.180Z | tflt 0.806700518 |
2659 | 2024-08-12T21:02:04.183Z | dflt 1.664079098 |
2660 | 2024-08-12T21:02:04.183Z | kflt 0.000192606 |
2661 | 2024-08-12T21:02:04.183Z | lock 26:46.607669928 |
2662 | 2024-08-12T21:02:04.183Z | slp 46:03.422806579 |
2663 | 2024-08-12T21:02:04.183Z | lat 39.318188643 |
2664 | 2024-08-12T21:02:04.184Z | stop 1:34.748619970 |
2665 | 2024-08-12T21:02:04.184Z | + mkdir tests |
2666 | 2024-08-12T21:02:04.186Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2667 | 2024-08-12T21:02:04.186Z | + xargs -I '{}' -t cp '{}' tests/ |
2668 | 2024-08-12T21:02:05.435Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bd8997d5b2c58b31 tests/ |
2669 | 2024-08-12T21:02:05.462Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-23f1403185ed650d tests/ |
2670 | 2024-08-12T21:02:05.488Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a2c3a6d20e5483cd tests/ |
2671 | 2024-08-12T21:02:05.514Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7948ab6db2b1956d tests/ |
2672 | 2024-08-12T21:02:05.709Z | + 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/*) |
2673 | 2024-08-12T21:02:05.711Z | + 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-23f1403185ed650d tests/commtest-a2c3a6d20e5483cd tests/dhcp_server-bd8997d5b2c58b31 tests/end_to_end_tests-7948ab6db2b1956d 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 |
2674 | 2024-08-12T21:03:00.808Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2675 | 2024-08-12T21:03:00.808Z | a out/target/test 1K |
2676 | 2024-08-12T21:03:00.808Z | a out/npuzone/npuzone 23144K |
2677 | 2024-08-12T21:03:00.808Z | a package-manifest.toml 30K |
2678 | 2024-08-12T21:03:00.808Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2679 | 2024-08-12T21:03:00.808Z | a target/release/omicron-package 32314K |
2680 | 2024-08-12T21:03:00.808Z | a target/release/xtask 11522K |
2681 | 2024-08-12T21:03:00.808Z | a target/debug/bootstrap 186637K |
2682 | 2024-08-12T21:03:00.808Z | a tests/bootstrap-23f1403185ed650d 23517K |
2683 | 2024-08-12T21:03:00.808Z | a tests/commtest-a2c3a6d20e5483cd 24550K |
2684 | 2024-08-12T21:03:00.808Z | a tests/dhcp_server-bd8997d5b2c58b31 23517K |
2685 | 2024-08-12T21:03:00.808Z | a tests/end_to_end_tests-7948ab6db2b1956d 193359K |
2686 | 2024-08-12T21:03:00.809Z | a out/clickhouse.tar.gz 223128K |
2687 | 2024-08-12T21:03:00.809Z | a out/clickhouse_keeper.tar.gz 223103K |
2688 | 2024-08-12T21:03:00.809Z | a out/cockroachdb.tar.gz 131773K |
2689 | 2024-08-12T21:03:00.809Z | a out/crucible-dtrace.tar 84K |
2690 | 2024-08-12T21:03:00.809Z | a out/crucible-pantry-zone.tar.gz 27841K |
2691 | 2024-08-12T21:03:00.809Z | a out/crucible-zone.tar.gz 38161K |
2692 | 2024-08-12T21:03:00.809Z | a out/external-dns.tar.gz 25146K |
2693 | 2024-08-12T21:03:00.809Z | a out/internal-dns.tar.gz 25146K |
2694 | 2024-08-12T21:03:00.809Z | a out/mg-ddm-gz.tar 60627K |
2695 | 2024-08-12T21:03:00.809Z | a out/nexus.tar.gz 86796K |
2696 | 2024-08-12T21:03:00.809Z | a out/ntp.tar.gz 8990K |
2697 | 2024-08-12T21:03:00.809Z | a out/omicron-gateway-softnpu.tar.gz 13595K |
2698 | 2024-08-12T21:03:00.809Z | a out/omicron-sled-agent.tar 96596K |
2699 | 2024-08-12T21:03:00.809Z | a out/overlay.tar.gz 3K |
2700 | 2024-08-12T21:03:00.809Z | a out/oximeter.tar.gz 42500K |
2701 | 2024-08-12T21:03:00.809Z | a out/oxlog.tar 2927K |
2702 | 2024-08-12T21:03:00.809Z | a out/probe.tar.gz 2764K |
2703 | 2024-08-12T21:03:00.809Z | a out/propolis-server.tar.gz 65291K |
2704 | 2024-08-12T21:03:00.809Z | a out/pumpkind-gz.tar 26665K |
2705 | 2024-08-12T21:03:00.809Z | a out/switch-softnpu.tar.gz 204062K |
2706 | 2024-08-12T21:03:00.813Z | |
2707 | 2024-08-12T21:03:00.813Z | real 55.092474814 |
2708 | 2024-08-12T21:03:00.813Z | user 52.646168435 |
2709 | 2024-08-12T21:03:00.813Z | sys 3.525350002 |
2710 | 2024-08-12T21:03:00.813Z | trap 0.013719932 |
2711 | 2024-08-12T21:03:00.813Z | tflt 0.000000000 |
2712 | 2024-08-12T21:03:00.813Z | dflt 0.000000000 |
2713 | 2024-08-12T21:03:00.813Z | kflt 0.000000000 |
2714 | 2024-08-12T21:03:00.813Z | lock 0.000000000 |
2715 | 2024-08-12T21:03:00.813Z | slp 52.421481247 |
2716 | 2024-08-12T21:03:00.813Z | lat 1.572724636 |
2717 | 2024-08-12T21:03:00.813Z | stop 0.000186516 |
2718 | 2024-08-12T21:03:00.813Z | process exited: duration 1713582 ms, exit code 0 |
|
2719 | 2024-08-12T21:03:00.828Z | found 1 output files |
2720 | 2024-08-12T21:03:00.828Z | uploading: /work/package.tar.gz (1341450002 bytes) |
2721 | 2024-08-12T21:03:28.045Z | uploaded: /work/package.tar.gz |