|
|
|
1 | 2024-06-28T19:40:39.942Z | job assigned to worker 01J1G5SDDN7754PQGWSR9DQAWD (queued for 35 s) |
|
2 | 2024-06-28T19:40:40.846Z | starting task 0: "setup" |
3 | 2024-06-28T19:40:40.872Z | ++ uname -s |
4 | 2024-06-28T19:40:40.872Z | + kern=SunOS |
5 | 2024-06-28T19:40:40.872Z | + case "$kern" in |
6 | 2024-06-28T19:40:40.872Z | + groupadd -g 12345 build |
7 | 2024-06-28T19:40:40.872Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-28T19:40:42.876Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-28T19:40:42.924Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-28T19:40:42.949Z | + home_fs=zfs |
11 | 2024-06-28T19:40:42.949Z | + [[ zfs == autofs ]] |
12 | 2024-06-28T19:40:42.949Z | + mkdir -p /home/build |
13 | 2024-06-28T19:40:42.949Z | + chown build:build /home/build /work |
14 | 2024-06-28T19:40:44.933Z | + chmod 0700 /home/build /work |
15 | 2024-06-28T19:40:44.958Z | process exited: duration 4092 ms, exit code 0 |
|
16 | 2024-06-28T19:40:45.007Z | starting task 1: "rust-toolchain" |
17 | 2024-06-28T19:40:45.032Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-28T19:40:45.032Z | * toolchain channel = "1.78.0" |
19 | 2024-06-28T19:40:45.032Z | ' 1.78.0 |
20 | 2024-06-28T19:40:45.032Z | * toolchain profile = "default" |
21 | 2024-06-28T19:40:45.032Z | + printf ' * toolchain profile = "%s" |
22 | 2024-06-28T19:40:45.032Z | ' default |
23 | 2024-06-28T19:40:45.032Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-28T19:40:45.032Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-28T19:40:45.151Z | info: downloading installer |
26 | 2024-06-28T19:40:47.574Z | info: profile set to 'default' |
27 | 2024-06-28T19:40:47.574Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-28T19:40:47.599Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-28T19:40:47.743Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-28T19:40:47.743Z | info: downloading component 'cargo' |
31 | 2024-06-28T19:40:48.230Z | info: downloading component 'clippy' |
32 | 2024-06-28T19:40:48.379Z | info: downloading component 'rust-docs' |
33 | 2024-06-28T19:40:48.855Z | info: downloading component 'rust-std' |
34 | 2024-06-28T19:40:49.511Z | info: downloading component 'rustc' |
35 | 2024-06-28T19:40:50.621Z | info: downloading component 'rustfmt' |
36 | 2024-06-28T19:40:50.664Z | info: installing component 'cargo' |
37 | 2024-06-28T19:40:51.737Z | info: installing component 'clippy' |
38 | 2024-06-28T19:40:52.156Z | info: installing component 'rust-docs' |
39 | 2024-06-28T19:40:54.575Z | info: installing component 'rust-std' |
40 | 2024-06-28T19:40:56.712Z | info: installing component 'rustc' |
41 | 2024-06-28T19:41:01.464Z | info: installing component 'rustfmt' |
42 | 2024-06-28T19:41:01.839Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-28T19:41:01.839Z | |
44 | 2024-06-28T19:41:01.963Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-28T19:41:01.963Z | |
46 | 2024-06-28T19:41:01.988Z | |
47 | 2024-06-28T19:41:01.988Z | Rust is installed now. Great! |
48 | 2024-06-28T19:41:01.988Z | |
49 | 2024-06-28T19:41:01.988Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-28T19:41:01.988Z | environment variable. This has not been done automatically. |
51 | 2024-06-28T19:41:01.988Z | |
52 | 2024-06-28T19:41:01.988Z | To configure your current shell, you need to source |
53 | 2024-06-28T19:41:01.989Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-28T19:41:01.989Z | |
55 | 2024-06-28T19:41:01.989Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-28T19:41:01.989Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-28T19:41:01.989Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-28T19:41:02.032Z | + rustc --version |
59 | 2024-06-28T19:41:02.142Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-28T19:41:02.167Z | process exited: duration 17139 ms, exit code 0 |
|
61 | 2024-06-28T19:41:02.215Z | starting task 2: "authentication" |
62 | 2024-06-28T19:41:02.272Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-06-28T19:41:02.321Z | starting task 3: "clone repository" |
64 | 2024-06-28T19:41:02.345Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-28T19:41:02.345Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-28T19:41:02.369Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-28T19:41:09.004Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-28T19:41:09.004Z | + git fetch origin 178cbb0a223247548393cc4700825cd50a182c1f |
69 | 2024-06-28T19:41:09.375Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-28T19:41:09.375Z | * branch 178cbb0a223247548393cc4700825cd50a182c1f -> FETCH_HEAD |
71 | 2024-06-28T19:41:09.400Z | + [[ -n ddm-v3-compat ]] |
72 | 2024-06-28T19:41:09.400Z | ++ git branch --show-current |
73 | 2024-06-28T19:41:09.400Z | + current=main |
74 | 2024-06-28T19:41:09.400Z | + [[ main != ddm-v3-compat ]] |
75 | 2024-06-28T19:41:09.400Z | + git branch -f ddm-v3-compat 178cbb0a223247548393cc4700825cd50a182c1f |
76 | 2024-06-28T19:41:09.424Z | + git checkout -f ddm-v3-compat |
77 | 2024-06-28T19:41:09.579Z | Switched to branch 'ddm-v3-compat' |
78 | 2024-06-28T19:41:09.603Z | + git reset --hard 178cbb0a223247548393cc4700825cd50a182c1f |
79 | 2024-06-28T19:41:09.733Z | HEAD is now at 178cbb0a2 bump maghemite |
80 | 2024-06-28T19:41:09.757Z | process exited: duration 7414 ms, exit code 0 |
|
81 | 2024-06-28T19:41:09.809Z | starting task 4: "build" |
82 | 2024-06-28T19:41:09.834Z | + cargo --version |
83 | 2024-06-28T19:41:09.906Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-28T19:41:09.930Z | + rustc --version |
85 | 2024-06-28T19:41:10.003Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-28T19:41:10.028Z | + WORK=/work |
87 | 2024-06-28T19:41:10.028Z | + pfexec mkdir -p /work |
88 | 2024-06-28T19:41:10.028Z | + pfexec chown build /work |
89 | 2024-06-28T19:41:10.028Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-28T19:41:15.168Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-28T19:41:17.457Z | Startup: Caching catalogs ... Done |
92 | 2024-06-28T19:41:20.646Z | Planning: Solver setup ... Done (2.558s) |
93 | 2024-06-28T19:41:20.694Z | Planning: Running solver ... Done (0.048s) |
94 | 2024-06-28T19:41:20.732Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-06-28T19:41:21.272Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-28T19:41:21.706Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-28T19:41:21.765Z | Planning: Package planning ... Done (0.060s) |
98 | 2024-06-28T19:41:21.823Z | Planning: Merging actions ... Done (0.058s) |
99 | 2024-06-28T19:41:22.199Z | Planning: Checking for conflicting actions ... Done (0.375s) |
100 | 2024-06-28T19:41:22.226Z | Planning: Consolidating action changes ... Done (0.013s) |
101 | 2024-06-28T19:41:22.830Z | Planning: Evaluating mediators ... Done (0.616s) |
102 | 2024-06-28T19:41:22.854Z | Planning: Planning completed in 5.32 seconds |
103 | 2024-06-28T19:41:22.879Z | Packages to install: 4 |
104 | 2024-06-28T19:41:22.879Z | Mediators to change: 2 |
105 | 2024-06-28T19:41:22.879Z | Services to change: 1 |
106 | 2024-06-28T19:41:22.879Z | Estimated space available: 148.89 GB |
107 | 2024-06-28T19:41:22.879Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-28T19:41:22.879Z | Create boot environment: No |
109 | 2024-06-28T19:41:22.879Z | Create backup boot environment: No |
110 | 2024-06-28T19:41:22.879Z | Rebuild boot archive: No |
111 | 2024-06-28T19:41:22.879Z | |
112 | 2024-06-28T19:41:22.879Z | Changed mediators: |
113 | 2024-06-28T19:41:22.879Z | mediator clang: |
114 | 2024-06-28T19:41:22.879Z | version: None -> 15 (system default) |
115 | 2024-06-28T19:41:22.880Z | |
116 | 2024-06-28T19:41:22.880Z | mediator llvm: |
117 | 2024-06-28T19:41:22.880Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-28T19:41:22.880Z | |
119 | 2024-06-28T19:41:22.880Z | Changed packages: |
120 | 2024-06-28T19:41:22.880Z | helios-dev |
121 | 2024-06-28T19:41:22.880Z | developer/build-essential |
122 | 2024-06-28T19:41:22.880Z | None -> 11-2.0 |
123 | 2024-06-28T19:41:22.880Z | library/libxmlsec1 |
124 | 2024-06-28T19:41:22.880Z | None -> 1.2.35-2.0 |
125 | 2024-06-28T19:41:22.880Z | ooce/developer/clang-15 |
126 | 2024-06-28T19:41:22.880Z | None -> 15.0.7-2.0 |
127 | 2024-06-28T19:41:22.880Z | ooce/developer/llvm-15 |
128 | 2024-06-28T19:41:22.880Z | None -> 15.0.7-2.0 |
129 | 2024-06-28T19:41:22.880Z | |
130 | 2024-06-28T19:41:22.880Z | Services: |
131 | 2024-06-28T19:41:22.880Z | restart_fmri: |
132 | 2024-06-28T19:41:22.880Z | svc:/system/update-man-index:default |
133 | 2024-06-28T19:41:22.904Z | |
134 | 2024-06-28T19:41:22.904Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-28T19:41:27.905Z | Download: 610/3290 items 17.7/212.6MB 8% complete (3.7M/s) |
136 | 2024-06-28T19:41:32.921Z | Download: 1195/3290 items 70.9/212.6MB 33% complete (7.3M/s) |
137 | 2024-06-28T19:41:37.921Z | Download: 1382/3290 items 105.4/212.6MB 49% complete (8.7M/s) |
138 | 2024-06-28T19:41:42.921Z | Download: 2040/3290 items 118.7/212.6MB 55% complete (4.9M/s) |
139 | 2024-06-28T19:41:47.930Z | Download: 2238/3290 items 119.3/212.6MB 56% complete (1.5M/s) |
140 | 2024-06-28T19:41:52.937Z | Download: 3145/3290 items 147.7/212.6MB 69% complete (2.6M/s) |
141 | 2024-06-28T19:41:56.922Z | Download: Completed 212.60 MB in 34.02 seconds (6.2M/s) |
142 | 2024-06-28T19:41:57.122Z | Actions: 1/3689 actions (Installing new actions) |
143 | 2024-06-28T19:42:02.205Z | Actions: 2611/3689 actions (Installing new actions) |
144 | 2024-06-28T19:42:02.869Z | Actions: Completed 3689 actions in 5.75 seconds. |
145 | 2024-06-28T19:42:03.077Z | Done (0.202s) |
146 | 2024-06-28T19:42:03.077Z | Done (0.000s) |
147 | 2024-06-28T19:42:03.496Z | Done (0.420s) |
148 | 2024-06-28T19:42:08.352Z | Done (4.719s) |
149 | 2024-06-28T19:42:08.466Z | Done (0.022s) |
150 | 2024-06-28T19:42:08.490Z | Done (0.000s) |
151 | 2024-06-28T19:42:08.653Z | Done (0.000s) |
152 | 2024-06-28T19:42:09.315Z | Planning: Evaluating mediator changes ... Done |
153 | 2024-06-28T19:42:09.567Z | Planning: Checking for conflicting actions ... Done |
154 | 2024-06-28T19:42:09.592Z | Planning: Consolidating action changes ... Done |
155 | 2024-06-28T19:42:09.899Z | Planning: Evaluating mediators ... Done |
156 | 2024-06-28T19:42:09.924Z | Planning: Planning completed in 0.58 seconds |
157 | 2024-06-28T19:42:09.948Z | Mediators to change: 2 |
158 | 2024-06-28T19:42:09.948Z | Create boot environment: No |
159 | 2024-06-28T19:42:09.948Z | Create backup boot environment: No |
160 | 2024-06-28T19:42:09.999Z | Done |
161 | 2024-06-28T19:42:09.999Z | Done |
162 | 2024-06-28T19:42:10.277Z | Done |
163 | 2024-06-28T19:42:14.603Z | Done |
164 | 2024-06-28T19:42:14.689Z | Done |
165 | 2024-06-28T19:42:14.714Z | Done |
166 | 2024-06-28T19:42:14.767Z | Done |
167 | 2024-06-28T19:42:15.539Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-06-28T19:42:15.563Z | Planning: Merging actions ... Done |
169 | 2024-06-28T19:42:15.826Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-06-28T19:42:15.875Z | Planning: Consolidating action changes ... Done |
171 | 2024-06-28T19:42:16.149Z | Planning: Evaluating mediators ... Done |
172 | 2024-06-28T19:42:16.214Z | Planning: Planning completed in 0.97 seconds |
173 | 2024-06-28T19:42:16.254Z | Packages to change: 1 |
174 | 2024-06-28T19:42:16.254Z | Mediators to change: 1 |
175 | 2024-06-28T19:42:16.254Z | Services to change: 1 |
176 | 2024-06-28T19:42:16.279Z | Create boot environment: No |
177 | 2024-06-28T19:42:16.279Z | Create backup boot environment: Yes |
178 | 2024-06-28T19:42:17.815Z | Actions: 1/6 actions (Updating modified actions) |
179 | 2024-06-28T19:42:17.839Z | Actions: Completed 6 actions in 0.00 seconds. |
180 | 2024-06-28T19:42:17.839Z | Done |
181 | 2024-06-28T19:42:17.839Z | Done |
182 | 2024-06-28T19:42:17.898Z | Done |
183 | 2024-06-28T19:42:22.063Z | Done |
184 | 2024-06-28T19:42:22.157Z | Done |
185 | 2024-06-28T19:42:22.182Z | Done |
186 | 2024-06-28T19:42:22.230Z | Done |
187 | 2024-06-28T19:42:22.746Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
188 | 2024-06-28T19:42:22.746Z | clang system 15 system |
189 | 2024-06-28T19:42:22.746Z | csh system system illumos |
190 | 2024-06-28T19:42:22.746Z | ctags system system illumos |
191 | 2024-06-28T19:42:22.746Z | gcc vendor 12 vendor |
192 | 2024-06-28T19:42:22.746Z | gcc system 10 system |
193 | 2024-06-28T19:42:22.746Z | gcc system 7 system |
194 | 2024-06-28T19:42:22.746Z | go system 1.20 system |
195 | 2024-06-28T19:42:22.746Z | go system 1.19 system |
196 | 2024-06-28T19:42:22.746Z | llvm system 15 system |
197 | 2024-06-28T19:42:22.746Z | llvm system 14 system |
198 | 2024-06-28T19:42:22.746Z | mariadb system 10.6 system |
199 | 2024-06-28T19:42:22.746Z | mta vendor vendor dma |
200 | 2024-06-28T19:42:22.747Z | openjdk system 17 system |
201 | 2024-06-28T19:42:22.747Z | openjdk system 11 system |
202 | 2024-06-28T19:42:22.747Z | openjdk system 1.8 system |
203 | 2024-06-28T19:42:22.747Z | openssl vendor 3 vendor |
204 | 2024-06-28T19:42:22.747Z | perl system 5.36 system |
205 | 2024-06-28T19:42:22.747Z | postgresql system 15 system |
206 | 2024-06-28T19:42:22.747Z | postgresql system 13 system |
207 | 2024-06-28T19:42:22.747Z | python vendor 3 vendor |
208 | 2024-06-28T19:42:22.747Z | python system 2 system |
209 | 2024-06-28T19:42:22.747Z | python3 system 3.11 system |
210 | 2024-06-28T19:42:22.747Z | ruby system 3.0 system |
211 | 2024-06-28T19:42:22.747Z | words vendor vendor american-english |
212 | 2024-06-28T19:42:22.747Z | words system system australian-english |
213 | 2024-06-28T19:42:22.747Z | words system system british-english |
214 | 2024-06-28T19:42:22.747Z | words system system canadian-english |
215 | 2024-06-28T19:42:22.747Z | words system system french |
216 | 2024-06-28T19:42:22.747Z | words system system italian |
217 | 2024-06-28T19:42:22.747Z | words system system ngerman |
218 | 2024-06-28T19:42:22.747Z | words system system ogerman |
219 | 2024-06-28T19:42:22.747Z | words system system spanish |
220 | 2024-06-28T19:42:23.144Z | PUBLISHER TYPE STATUS P LOCATION |
221 | 2024-06-28T19:42:23.144Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
222 | 2024-06-28T19:42:24.995Z | FMRI IFO |
223 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
224 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
225 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
226 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
227 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
228 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
230 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
231 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
232 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
233 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
234 | 2024-06-28T19:42:24.995Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
235 | 2024-06-28T19:42:25.539Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
236 | 2024-06-28T19:42:25.961Z | Updating git repository `https://github.com/oxidecomputer/zone` |
237 | 2024-06-28T19:42:26.350Z | Updating crates.io index |
238 | 2024-06-28T19:42:26.402Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
239 | 2024-06-28T19:42:27.098Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
240 | 2024-06-28T19:42:27.913Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
241 | 2024-06-28T19:42:28.264Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
242 | 2024-06-28T19:42:30.441Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
243 | 2024-06-28T19:42:30.826Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
244 | 2024-06-28T19:42:31.172Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
245 | 2024-06-28T19:42:32.310Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
246 | 2024-06-28T19:42:34.169Z | Updating git repository `https://github.com/oxidecomputer/opte` |
247 | 2024-06-28T19:42:35.276Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
248 | 2024-06-28T19:42:36.024Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
249 | 2024-06-28T19:42:36.755Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
250 | 2024-06-28T19:42:37.114Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
251 | 2024-06-28T19:42:37.880Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
252 | 2024-06-28T19:42:38.265Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
253 | 2024-06-28T19:42:38.667Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
254 | 2024-06-28T19:42:39.054Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
255 | 2024-06-28T19:42:39.387Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
256 | 2024-06-28T19:42:39.721Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
257 | 2024-06-28T19:42:40.153Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
258 | 2024-06-28T19:42:40.552Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
259 | 2024-06-28T19:42:40.988Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
260 | 2024-06-28T19:42:41.329Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
261 | 2024-06-28T19:42:42.267Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
262 | 2024-06-28T19:42:42.645Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
263 | 2024-06-28T19:42:43.024Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
264 | 2024-06-28T19:42:43.534Z | Updating git repository `https://github.com/oxidecomputer/typify` |
265 | 2024-06-28T19:42:45.786Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
266 | 2024-06-28T19:42:46.258Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
267 | 2024-06-28T19:42:46.648Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
268 | 2024-06-28T19:42:47.208Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
269 | 2024-06-28T19:42:48.604Z | Downloading crates ... |
270 | 2024-06-28T19:42:48.680Z | Downloaded pretty-hex v0.4.1 |
271 | 2024-06-28T19:42:48.707Z | Downloaded openssl-probe v0.1.5 |
272 | 2024-06-28T19:42:48.707Z | Downloaded proc-macro-error-attr v1.0.4 |
273 | 2024-06-28T19:42:48.707Z | Downloaded form_urlencoded v1.2.1 |
274 | 2024-06-28T19:42:48.707Z | Downloaded byteorder v1.5.0 |
275 | 2024-06-28T19:42:48.707Z | Downloaded httpdate v1.0.3 |
276 | 2024-06-28T19:42:48.707Z | Downloaded swrite v0.1.0 |
277 | 2024-06-28T19:42:48.707Z | Downloaded take_mut v0.2.2 |
278 | 2024-06-28T19:42:48.707Z | Downloaded openssl-macros v0.1.1 |
279 | 2024-06-28T19:42:48.707Z | Downloaded futures-task v0.3.30 |
280 | 2024-06-28T19:42:48.707Z | Downloaded parking_lot_core v0.9.10 |
281 | 2024-06-28T19:42:48.707Z | Downloaded want v0.3.1 |
282 | 2024-06-28T19:42:48.732Z | Downloaded usdt-attr-macro v0.5.0 |
283 | 2024-06-28T19:42:48.732Z | Downloaded tinyvec_macros v0.1.1 |
284 | 2024-06-28T19:42:48.732Z | Downloaded bytes v1.6.0 |
285 | 2024-06-28T19:42:48.732Z | Downloaded usdt-macro v0.5.0 |
286 | 2024-06-28T19:42:48.732Z | Downloaded smallvec v1.13.2 |
287 | 2024-06-28T19:42:48.732Z | Downloaded slab v0.4.9 |
288 | 2024-06-28T19:42:48.732Z | Downloaded tokio-macros v2.2.0 |
289 | 2024-06-28T19:42:48.732Z | Downloaded toml_datetime v0.6.6 |
290 | 2024-06-28T19:42:48.732Z | Downloaded sync_wrapper v0.1.2 |
291 | 2024-06-28T19:42:48.732Z | Downloaded clap_builder v4.5.2 |
292 | 2024-06-28T19:42:48.757Z | Downloaded openssl v0.10.64 |
293 | 2024-06-28T19:42:48.757Z | Downloaded xattr v1.3.1 |
294 | 2024-06-28T19:42:48.757Z | Downloaded term v0.7.0 |
295 | 2024-06-28T19:42:48.782Z | Downloaded strsim v0.11.1 |
296 | 2024-06-28T19:42:48.782Z | Downloaded tabled_derive v0.7.0 |
297 | 2024-06-28T19:42:48.782Z | Downloaded thread_local v1.1.8 |
298 | 2024-06-28T19:42:48.782Z | Downloaded terminal_size v0.3.0 |
299 | 2024-06-28T19:42:48.782Z | Downloaded version_check v0.9.4 |
300 | 2024-06-28T19:42:48.782Z | Downloaded tokio-native-tls v0.3.1 |
301 | 2024-06-28T19:42:48.782Z | Downloaded rustls-pemfile v1.0.4 |
302 | 2024-06-28T19:42:48.782Z | Downloaded zerocopy-derive v0.7.34 |
303 | 2024-06-28T19:42:48.782Z | Downloaded thiserror-impl v1.0.60 |
304 | 2024-06-28T19:42:48.782Z | Downloaded typenum v1.17.0 |
305 | 2024-06-28T19:42:48.807Z | Downloaded slog-term v2.9.1 |
306 | 2024-06-28T19:42:48.808Z | Downloaded usdt v0.5.0 |
307 | 2024-06-28T19:42:48.808Z | Downloaded unicode-bidi v0.3.15 |
308 | 2024-06-28T19:42:48.808Z | Downloaded strum_macros v0.26.2 |
309 | 2024-06-28T19:42:48.808Z | Downloaded tracing-core v0.1.32 |
310 | 2024-06-28T19:42:48.808Z | Downloaded usdt-impl v0.5.0 |
311 | 2024-06-28T19:42:48.808Z | Downloaded unicode-ident v1.0.12 |
312 | 2024-06-28T19:42:48.808Z | Downloaded ucd-trie v0.1.6 |
313 | 2024-06-28T19:42:48.808Z | Downloaded utf8parse v0.2.1 |
314 | 2024-06-28T19:42:48.808Z | Downloaded tinyvec v1.6.0 |
315 | 2024-06-28T19:42:48.833Z | Downloaded proc-macro2 v1.0.86 |
316 | 2024-06-28T19:42:48.833Z | Downloaded url v2.5.0 |
317 | 2024-06-28T19:42:48.833Z | Downloaded toml v0.8.13 |
318 | 2024-06-28T19:42:48.833Z | Downloaded tracing v0.1.40 |
319 | 2024-06-28T19:42:48.833Z | Downloaded tar v0.4.40 |
320 | 2024-06-28T19:42:48.833Z | Downloaded unicode-normalization v0.1.23 |
321 | 2024-06-28T19:42:48.857Z | Downloaded time v0.3.36 |
322 | 2024-06-28T19:42:48.857Z | Downloaded tokio-util v0.7.11 |
323 | 2024-06-28T19:42:48.858Z | Downloaded winnow v0.6.8 |
324 | 2024-06-28T19:42:48.882Z | Downloaded zerocopy v0.7.34 |
325 | 2024-06-28T19:42:48.882Z | Downloaded vcpkg v0.2.15 |
326 | 2024-06-28T19:42:48.928Z | Downloaded syn v1.0.109 |
327 | 2024-06-28T19:42:48.952Z | Downloaded rustix v0.38.34 |
328 | 2024-06-28T19:42:48.976Z | Downloaded tokio v1.37.0 |
329 | 2024-06-28T19:42:49.008Z | Downloaded tabled v0.15.0 |
330 | 2024-06-28T19:42:49.032Z | Downloaded syn v2.0.68 |
331 | 2024-06-28T19:42:49.057Z | Downloaded reqwest v0.11.27 |
332 | 2024-06-28T19:42:49.057Z | Downloaded serde_json v1.0.118 |
333 | 2024-06-28T19:42:49.057Z | Downloaded toml_edit v0.22.13 |
334 | 2024-06-28T19:42:49.081Z | Downloaded socket2 v0.5.7 |
335 | 2024-06-28T19:42:49.106Z | Downloaded slog v2.7.0 |
336 | 2024-06-28T19:42:49.106Z | Downloaded serde_derive v1.0.203 |
337 | 2024-06-28T19:42:49.106Z | Downloaded serde v1.0.203 |
338 | 2024-06-28T19:42:49.106Z | Downloaded unicode-width v0.1.12 |
339 | 2024-06-28T19:42:49.106Z | Downloaded ryu v1.0.18 |
340 | 2024-06-28T19:42:49.106Z | Downloaded slog-bunyan v2.5.0 |
341 | 2024-06-28T19:42:49.106Z | Downloaded signal-hook-registry v1.4.2 |
342 | 2024-06-28T19:42:49.106Z | Downloaded semver v1.0.23 |
343 | 2024-06-28T19:42:49.106Z | Downloaded proc-macro-error v1.0.4 |
344 | 2024-06-28T19:42:49.106Z | Downloaded encoding_rs v0.8.34 |
345 | 2024-06-28T19:42:49.131Z | Downloaded serde_urlencoded v0.7.1 |
346 | 2024-06-28T19:42:49.131Z | Downloaded scroll v0.12.0 |
347 | 2024-06-28T19:42:49.155Z | Downloaded serde_spanned v0.6.6 |
348 | 2024-06-28T19:42:49.155Z | Downloaded libc v0.2.155 |
349 | 2024-06-28T19:42:49.180Z | Downloaded quote v1.0.36 |
350 | 2024-06-28T19:42:49.180Z | Downloaded pkg-config v0.3.30 |
351 | 2024-06-28T19:42:49.180Z | Downloaded try-lock v0.2.5 |
352 | 2024-06-28T19:42:49.180Z | Downloaded time-core v0.1.2 |
353 | 2024-06-28T19:42:49.180Z | Downloaded sha2 v0.10.8 |
354 | 2024-06-28T19:42:49.180Z | Downloaded powerfmt v0.2.0 |
355 | 2024-06-28T19:42:49.180Z | Downloaded idna v0.5.0 |
356 | 2024-06-28T19:42:49.204Z | Downloaded hyper v0.14.28 |
357 | 2024-06-28T19:42:49.204Z | Downloaded hashbrown v0.14.5 |
358 | 2024-06-28T19:42:49.204Z | Downloaded h2 v0.3.26 |
359 | 2024-06-28T19:42:49.204Z | Downloaded goblin v0.8.2 |
360 | 2024-06-28T19:42:49.229Z | Downloaded futures-util v0.3.30 |
361 | 2024-06-28T19:42:49.229Z | Downloaded pest v2.7.10 |
362 | 2024-06-28T19:42:49.229Z | Downloaded thread-id v4.2.1 |
363 | 2024-06-28T19:42:49.229Z | Downloaded http v0.2.12 |
364 | 2024-06-28T19:42:49.253Z | Downloaded crossbeam-channel v0.5.12 |
365 | 2024-06-28T19:42:49.253Z | Downloaded time-macros v0.2.18 |
366 | 2024-06-28T19:42:49.253Z | Downloaded thiserror v1.0.60 |
367 | 2024-06-28T19:42:49.253Z | Downloaded papergrid v0.11.0 |
368 | 2024-06-28T19:42:49.253Z | Downloaded openssl-sys v0.9.102 |
369 | 2024-06-28T19:42:49.278Z | Downloaded memchr v2.7.2 |
370 | 2024-06-28T19:42:49.278Z | Downloaded indexmap v2.2.6 |
371 | 2024-06-28T19:42:49.278Z | Downloaded cc v1.0.97 |
372 | 2024-06-28T19:42:49.278Z | Downloaded base64 v0.21.7 |
373 | 2024-06-28T19:42:49.278Z | Downloaded pest_meta v2.7.10 |
374 | 2024-06-28T19:42:49.278Z | Downloaded parking_lot v0.12.2 |
375 | 2024-06-28T19:42:49.278Z | Downloaded mio v0.8.11 |
376 | 2024-06-28T19:42:49.304Z | Downloaded log v0.4.21 |
377 | 2024-06-28T19:42:49.304Z | Downloaded flate2 v1.0.30 |
378 | 2024-06-28T19:42:49.304Z | Downloaded serde_tokenstream v0.2.0 |
379 | 2024-06-28T19:42:49.304Z | Downloaded scopeguard v1.2.0 |
380 | 2024-06-28T19:42:49.304Z | Downloaded miniz_oxide v0.7.2 |
381 | 2024-06-28T19:42:49.304Z | Downloaded httparse v1.8.0 |
382 | 2024-06-28T19:42:49.304Z | Downloaded futures v0.3.30 |
383 | 2024-06-28T19:42:49.331Z | Downloaded crossbeam-utils v0.8.19 |
384 | 2024-06-28T19:42:49.331Z | Downloaded slog-json v2.6.1 |
385 | 2024-06-28T19:42:49.331Z | Downloaded pest_derive v2.7.10 |
386 | 2024-06-28T19:42:49.331Z | Downloaded percent-encoding v2.3.1 |
387 | 2024-06-28T19:42:49.331Z | Downloaded once_cell v1.19.0 |
388 | 2024-06-28T19:42:49.331Z | Downloaded native-tls v0.2.11 |
389 | 2024-06-28T19:42:49.331Z | Downloaded ipnet v2.9.0 |
390 | 2024-06-28T19:42:49.331Z | Downloaded crc32fast v1.4.0 |
391 | 2024-06-28T19:42:49.331Z | Downloaded clap_derive v4.5.4 |
392 | 2024-06-28T19:42:49.331Z | Downloaded clap v4.5.4 |
393 | 2024-06-28T19:42:49.355Z | Downloaded bitflags v2.5.0 |
394 | 2024-06-28T19:42:49.355Z | Downloaded generic-array v0.14.7 |
395 | 2024-06-28T19:42:49.355Z | Downloaded futures-channel v0.3.30 |
396 | 2024-06-28T19:42:49.355Z | Downloaded tower-service v0.3.2 |
397 | 2024-06-28T19:42:49.355Z | Downloaded slog-async v2.8.0 |
398 | 2024-06-28T19:42:49.355Z | Downloaded memmap v0.7.0 |
399 | 2024-06-28T19:42:49.355Z | Downloaded heck v0.5.0 |
400 | 2024-06-28T19:42:49.355Z | Downloaded cargo_toml v0.20.3 |
401 | 2024-06-28T19:42:49.355Z | Downloaded camino v1.1.7 |
402 | 2024-06-28T19:42:49.355Z | Downloaded anyhow v1.0.86 |
403 | 2024-06-28T19:42:49.355Z | Downloaded num_cpus v1.16.0 |
404 | 2024-06-28T19:42:49.380Z | Downloaded futures-executor v0.3.30 |
405 | 2024-06-28T19:42:49.380Z | Downloaded crypto-common v0.1.6 |
406 | 2024-06-28T19:42:49.380Z | Downloaded cpufeatures v0.2.12 |
407 | 2024-06-28T19:42:49.380Z | Downloaded fs-err v2.11.0 |
408 | 2024-06-28T19:42:49.380Z | Downloaded filetime v0.2.23 |
409 | 2024-06-28T19:42:49.380Z | Downloaded match_cfg v0.1.0 |
410 | 2024-06-28T19:42:49.380Z | Downloaded lock_api v0.4.12 |
411 | 2024-06-28T19:42:49.380Z | Downloaded is_terminal_polyfill v1.70.0 |
412 | 2024-06-28T19:42:49.380Z | Downloaded fnv v1.0.7 |
413 | 2024-06-28T19:42:49.380Z | Downloaded strum v0.26.2 |
414 | 2024-06-28T19:42:49.380Z | Downloaded scroll_derive v0.12.0 |
415 | 2024-06-28T19:42:49.380Z | Downloaded macaddr v1.0.1 |
416 | 2024-06-28T19:42:49.380Z | Downloaded hyper-tls v0.5.0 |
417 | 2024-06-28T19:42:49.380Z | Downloaded hostname v0.3.1 |
418 | 2024-06-28T19:42:49.381Z | Downloaded heck v0.4.1 |
419 | 2024-06-28T19:42:49.381Z | Downloaded futures-io v0.3.30 |
420 | 2024-06-28T19:42:49.381Z | Downloaded futures-core v0.3.30 |
421 | 2024-06-28T19:42:49.381Z | Downloaded dof v0.3.0 |
422 | 2024-06-28T19:42:49.381Z | Downloaded dirs-sys-next v0.1.2 |
423 | 2024-06-28T19:42:49.405Z | Downloaded dirs-next v2.0.0 |
424 | 2024-06-28T19:42:49.405Z | Downloaded digest v0.10.7 |
425 | 2024-06-28T19:42:49.405Z | Downloaded clap_lex v0.7.0 |
426 | 2024-06-28T19:42:49.405Z | Downloaded cfg-if v1.0.0 |
427 | 2024-06-28T19:42:49.405Z | Downloaded cargo_metadata v0.18.1 |
428 | 2024-06-28T19:42:49.405Z | Downloaded cargo-platform v0.1.8 |
429 | 2024-06-28T19:42:49.405Z | Downloaded anstyle-query v1.0.3 |
430 | 2024-06-28T19:42:49.405Z | Downloaded anstream v0.6.14 |
431 | 2024-06-28T19:42:49.405Z | Downloaded rustversion v1.0.17 |
432 | 2024-06-28T19:42:49.405Z | Downloaded plain v0.2.3 |
433 | 2024-06-28T19:42:49.405Z | Downloaded pin-project-lite v0.2.14 |
434 | 2024-06-28T19:42:49.405Z | Downloaded pest_generator v2.7.10 |
435 | 2024-06-28T19:42:49.406Z | Downloaded mime v0.3.17 |
436 | 2024-06-28T19:42:49.406Z | Downloaded itoa v1.0.11 |
437 | 2024-06-28T19:42:49.430Z | Downloaded http-body v0.4.6 |
438 | 2024-06-28T19:42:49.430Z | Downloaded futures-macro v0.3.30 |
439 | 2024-06-28T19:42:49.430Z | Downloaded foreign-types-shared v0.1.1 |
440 | 2024-06-28T19:42:49.430Z | Downloaded dtrace-parser v0.2.0 |
441 | 2024-06-28T19:42:49.430Z | Downloaded autocfg v1.3.0 |
442 | 2024-06-28T19:42:49.430Z | Downloaded anstyle-parse v0.2.4 |
443 | 2024-06-28T19:42:49.430Z | Downloaded adler v1.0.2 |
444 | 2024-06-28T19:42:49.430Z | Downloaded block-buffer v0.10.4 |
445 | 2024-06-28T19:42:49.430Z | Downloaded anstyle v1.0.7 |
446 | 2024-06-28T19:42:49.430Z | Downloaded num_threads v0.1.7 |
447 | 2024-06-28T19:42:49.430Z | Downloaded is-terminal v0.4.12 |
448 | 2024-06-28T19:42:49.430Z | Downloaded futures-sink v0.3.30 |
449 | 2024-06-28T19:42:49.430Z | Downloaded errno v0.3.9 |
450 | 2024-06-28T19:42:49.430Z | Downloaded equivalent v1.0.1 |
451 | 2024-06-28T19:42:49.431Z | Downloaded deranged v0.3.11 |
452 | 2024-06-28T19:42:49.431Z | Downloaded colorchoice v1.0.1 |
453 | 2024-06-28T19:42:49.431Z | Downloaded bytecount v0.6.8 |
454 | 2024-06-28T19:42:49.431Z | Downloaded pin-utils v0.1.0 |
455 | 2024-06-28T19:42:49.431Z | Downloaded num-conv v0.1.0 |
456 | 2024-06-28T19:42:49.431Z | Downloaded foreign-types v0.3.2 |
457 | 2024-06-28T19:42:49.579Z | Compiling proc-macro2 v1.0.86 |
458 | 2024-06-28T19:42:49.579Z | Compiling unicode-ident v1.0.12 |
459 | 2024-06-28T19:42:49.579Z | Compiling libc v0.2.155 |
460 | 2024-06-28T19:42:49.579Z | Compiling version_check v0.9.4 |
461 | 2024-06-28T19:42:49.605Z | Compiling cfg-if v1.0.0 |
462 | 2024-06-28T19:42:49.605Z | Compiling once_cell v1.19.0 |
463 | 2024-06-28T19:42:49.605Z | Compiling itoa v1.0.11 |
464 | 2024-06-28T19:42:49.629Z | Compiling serde v1.0.203 |
465 | 2024-06-28T19:42:49.811Z | Compiling autocfg v1.3.0 |
466 | 2024-06-28T19:42:49.839Z | Compiling memchr v2.7.2 |
467 | 2024-06-28T19:42:49.885Z | Compiling thiserror v1.0.60 |
468 | 2024-06-28T19:42:50.025Z | Compiling ryu v1.0.18 |
469 | 2024-06-28T19:42:50.258Z | Compiling pin-project-lite v0.2.14 |
470 | 2024-06-28T19:42:50.346Z | Compiling bitflags v2.5.0 |
471 | 2024-06-28T19:42:50.370Z | Compiling ucd-trie v0.1.6 |
472 | 2024-06-28T19:42:50.424Z | Compiling cc v1.0.97 |
473 | 2024-06-28T19:42:50.558Z | Compiling parking_lot_core v0.9.10 |
474 | 2024-06-28T19:42:50.634Z | Compiling lock_api v0.4.12 |
475 | 2024-06-28T19:42:50.736Z | Compiling pkg-config v0.3.30 |
476 | 2024-06-28T19:42:50.871Z | Compiling vcpkg v0.2.15 |
477 | 2024-06-28T19:42:50.964Z | Compiling slab v0.4.9 |
478 | 2024-06-28T19:42:51.074Z | Compiling smallvec v1.13.2 |
479 | 2024-06-28T19:42:51.234Z | Compiling quote v1.0.36 |
480 | 2024-06-28T19:42:51.279Z | Compiling bytes v1.6.0 |
481 | 2024-06-28T19:42:51.459Z | Compiling futures-sink v0.3.30 |
482 | 2024-06-28T19:42:51.598Z | Compiling syn v2.0.68 |
483 | 2024-06-28T19:42:51.627Z | Compiling scopeguard v1.2.0 |
484 | 2024-06-28T19:42:51.841Z | Compiling futures-core v0.3.30 |
485 | 2024-06-28T19:42:52.200Z | Compiling hashbrown v0.14.5 |
486 | 2024-06-28T19:42:52.326Z | Compiling byteorder v1.5.0 |
487 | 2024-06-28T19:42:52.420Z | Compiling log v0.4.21 |
488 | 2024-06-28T19:42:52.445Z | Compiling equivalent v1.0.1 |
489 | 2024-06-28T19:42:52.562Z | Compiling fnv v1.0.7 |
490 | 2024-06-28T19:42:52.680Z | Compiling serde_json v1.0.118 |
491 | 2024-06-28T19:42:52.736Z | Compiling parking_lot v0.12.2 |
492 | 2024-06-28T19:42:52.797Z | Compiling futures-channel v0.3.30 |
493 | 2024-06-28T19:42:52.867Z | Compiling mio v0.8.11 |
494 | 2024-06-28T19:42:52.983Z | Compiling num_cpus v1.16.0 |
495 | 2024-06-28T19:42:53.023Z | Compiling signal-hook-registry v1.4.2 |
496 | 2024-06-28T19:42:53.104Z | Compiling socket2 v0.5.7 |
497 | 2024-06-28T19:42:53.538Z | Compiling indexmap v2.2.6 |
498 | 2024-06-28T19:42:53.596Z | Compiling openssl-sys v0.9.102 |
499 | 2024-06-28T19:42:53.628Z | Compiling futures-task v0.3.30 |
500 | 2024-06-28T19:42:53.830Z | Compiling pin-utils v0.1.0 |
501 | 2024-06-28T19:42:53.929Z | Compiling futures-io v0.3.30 |
502 | 2024-06-28T19:42:53.953Z | Compiling typenum v1.17.0 |
503 | 2024-06-28T19:42:54.051Z | Compiling rustix v0.38.34 |
504 | 2024-06-28T19:42:54.165Z | Compiling errno v0.3.9 |
505 | 2024-06-28T19:42:54.254Z | Compiling generic-array v0.14.7 |
506 | 2024-06-28T19:42:54.343Z | Compiling foreign-types-shared v0.1.1 |
507 | 2024-06-28T19:42:54.412Z | Compiling slog v2.7.0 |
508 | 2024-06-28T19:42:54.465Z | Compiling openssl v0.10.64 |
509 | 2024-06-28T19:42:54.663Z | Compiling foreign-types v0.3.2 |
510 | 2024-06-28T19:42:54.802Z | Compiling http v0.2.12 |
511 | 2024-06-28T19:42:54.898Z | Compiling usdt-impl v0.5.0 |
512 | 2024-06-28T19:42:55.009Z | Compiling proc-macro-error-attr v1.0.4 |
513 | 2024-06-28T19:42:55.176Z | Compiling tracing-core v0.1.32 |
514 | 2024-06-28T19:42:55.239Z | Compiling num-conv v0.1.0 |
515 | 2024-06-28T19:42:55.377Z | Compiling native-tls v0.2.11 |
516 | 2024-06-28T19:42:55.492Z | Compiling syn v1.0.109 |
517 | 2024-06-28T19:42:55.641Z | Compiling tinyvec_macros v0.1.1 |
518 | 2024-06-28T19:42:55.727Z | Compiling httparse v1.8.0 |
519 | 2024-06-28T19:42:55.997Z | Compiling powerfmt v0.2.0 |
520 | 2024-06-28T19:42:56.044Z | Compiling time-core v0.1.2 |
521 | 2024-06-28T19:42:56.197Z | Compiling time-macros v0.2.18 |
522 | 2024-06-28T19:42:56.224Z | Compiling tracing v0.1.40 |
523 | 2024-06-28T19:42:56.352Z | Compiling deranged v0.3.11 |
524 | 2024-06-28T19:42:56.429Z | Compiling tinyvec v1.6.0 |
525 | 2024-06-28T19:42:56.633Z | Compiling thread-id v4.2.1 |
526 | 2024-06-28T19:42:56.970Z | Compiling proc-macro-error v1.0.4 |
527 | 2024-06-28T19:42:57.276Z | Compiling plain v0.2.3 |
528 | 2024-06-28T19:42:57.384Z | Compiling openssl-probe v0.1.5 |
529 | 2024-06-28T19:42:57.430Z | Compiling crossbeam-utils v0.8.19 |
530 | 2024-06-28T19:42:57.466Z | Compiling num_threads v0.1.7 |
531 | 2024-06-28T19:42:57.589Z | Compiling rustversion v1.0.17 |
532 | 2024-06-28T19:42:57.689Z | Compiling try-lock v0.2.5 |
533 | 2024-06-28T19:42:57.725Z | Compiling percent-encoding v2.3.1 |
534 | 2024-06-28T19:42:57.752Z | Compiling heck v0.4.1 |
535 | 2024-06-28T19:42:57.842Z | Compiling utf8parse v0.2.1 |
536 | 2024-06-28T19:42:57.996Z | Compiling anstyle-parse v0.2.4 |
537 | 2024-06-28T19:42:58.022Z | Compiling form_urlencoded v1.2.1 |
538 | 2024-06-28T19:42:58.050Z | Compiling want v0.3.1 |
539 | 2024-06-28T19:42:58.082Z | Compiling unicode-normalization v0.1.23 |
540 | 2024-06-28T19:42:58.379Z | Compiling http-body v0.4.6 |
541 | 2024-06-28T19:42:58.441Z | Compiling dirs-sys-next v0.1.2 |
542 | 2024-06-28T19:42:59.015Z | Compiling anstyle-query v1.0.3 |
543 | 2024-06-28T19:42:59.047Z | Compiling camino v1.1.7 |
544 | 2024-06-28T19:42:59.071Z | Compiling tower-service v0.3.2 |
545 | 2024-06-28T19:42:59.071Z | Compiling crc32fast v1.4.0 |
546 | 2024-06-28T19:42:59.132Z | Compiling time v0.3.36 |
547 | 2024-06-28T19:42:59.157Z | Compiling anstyle v1.0.7 |
548 | 2024-06-28T19:42:59.188Z | Compiling unicode-bidi v0.3.15 |
549 | 2024-06-28T19:42:59.217Z | Compiling winnow v0.6.8 |
550 | 2024-06-28T19:42:59.527Z | Compiling pretty-hex v0.4.1 |
551 | 2024-06-28T19:42:59.574Z | Compiling httpdate v1.0.3 |
552 | 2024-06-28T19:42:59.600Z | Compiling is_terminal_polyfill v1.70.0 |
553 | 2024-06-28T19:42:59.725Z | Compiling semver v1.0.23 |
554 | 2024-06-28T19:42:59.750Z | Compiling colorchoice v1.0.1 |
555 | 2024-06-28T19:42:59.897Z | Compiling anstream v0.6.14 |
556 | 2024-06-28T19:42:59.998Z | Compiling idna v0.5.0 |
557 | 2024-06-28T19:43:00.502Z | Compiling dirs-next v2.0.0 |
558 | 2024-06-28T19:43:01.303Z | Compiling crypto-common v0.1.6 |
559 | 2024-06-28T19:43:01.330Z | Compiling block-buffer v0.10.4 |
560 | 2024-06-28T19:43:01.506Z | Compiling terminal_size v0.3.0 |
561 | 2024-06-28T19:43:01.648Z | Compiling fs-err v2.11.0 |
562 | 2024-06-28T19:43:01.674Z | Compiling thread_local v1.1.8 |
563 | 2024-06-28T19:43:01.701Z | Compiling bytecount v0.6.8 |
564 | 2024-06-28T19:43:01.834Z | Compiling unicode-width v0.1.12 |
565 | 2024-06-28T19:43:01.895Z | Compiling strsim v0.11.1 |
566 | 2024-06-28T19:43:01.920Z | Compiling heck v0.5.0 |
567 | 2024-06-28T19:43:02.031Z | Compiling clap_lex v0.7.0 |
568 | 2024-06-28T19:43:02.189Z | Compiling base64 v0.21.7 |
569 | 2024-06-28T19:43:02.401Z | Compiling slog-async v2.8.0 |
570 | 2024-06-28T19:43:02.428Z | Compiling match_cfg v0.1.0 |
571 | 2024-06-28T19:43:02.490Z | Compiling adler v1.0.2 |
572 | 2024-06-28T19:43:02.527Z | Compiling anyhow v1.0.86 |
573 | 2024-06-28T19:43:02.582Z | Compiling hostname v0.3.1 |
574 | 2024-06-28T19:43:02.708Z | Compiling rustls-pemfile v1.0.4 |
575 | 2024-06-28T19:43:02.735Z | Compiling serde_derive v1.0.203 |
576 | 2024-06-28T19:43:02.769Z | Compiling thiserror-impl v1.0.60 |
577 | 2024-06-28T19:43:02.820Z | Compiling zerocopy-derive v0.7.34 |
578 | 2024-06-28T19:43:02.845Z | Compiling tokio-macros v2.2.0 |
579 | 2024-06-28T19:43:02.894Z | Compiling futures-macro v0.3.30 |
580 | 2024-06-28T19:43:03.011Z | Compiling openssl-macros v0.1.1 |
581 | 2024-06-28T19:43:03.112Z | Compiling scroll_derive v0.12.0 |
582 | 2024-06-28T19:43:04.063Z | Compiling tabled_derive v0.7.0 |
583 | 2024-06-28T19:43:04.305Z | Compiling tokio v1.37.0 |
584 | 2024-06-28T19:43:04.442Z | Compiling scroll v0.12.0 |
585 | 2024-06-28T19:43:04.671Z | Compiling futures-util v0.3.30 |
586 | 2024-06-28T19:43:04.839Z | Compiling zerocopy v0.7.34 |
587 | 2024-06-28T19:43:04.912Z | Compiling goblin v0.8.2 |
588 | 2024-06-28T19:43:05.760Z | Compiling pest v2.7.10 |
589 | 2024-06-28T19:43:06.223Z | Compiling clap_derive v4.5.4 |
590 | 2024-06-28T19:43:06.306Z | Compiling strum_macros v0.26.2 |
591 | 2024-06-28T19:43:08.448Z | Compiling pest_meta v2.7.10 |
592 | 2024-06-28T19:43:10.594Z | Compiling pest_generator v2.7.10 |
593 | 2024-06-28T19:43:11.235Z | Compiling tokio-util v0.7.11 |
594 | 2024-06-28T19:43:11.297Z | Compiling tokio-native-tls v0.3.1 |
595 | 2024-06-28T19:43:11.532Z | Compiling futures-executor v0.3.30 |
596 | 2024-06-28T19:43:12.044Z | Compiling h2 v0.3.26 |
597 | 2024-06-28T19:43:12.265Z | Compiling miniz_oxide v0.7.2 |
598 | 2024-06-28T19:43:12.408Z | Compiling clap_builder v4.5.2 |
599 | 2024-06-28T19:43:12.993Z | Compiling pest_derive v2.7.10 |
600 | 2024-06-28T19:43:13.630Z | Compiling papergrid v0.11.0 |
601 | 2024-06-28T19:43:13.685Z | Compiling dtrace-parser v0.2.0 |
602 | 2024-06-28T19:43:14.129Z | Compiling digest v0.10.7 |
603 | 2024-06-28T19:43:14.501Z | Compiling crossbeam-channel v0.5.12 |
604 | 2024-06-28T19:43:15.443Z | Compiling serde_tokenstream v0.2.0 |
605 | 2024-06-28T19:43:15.523Z | Compiling serde_spanned v0.6.6 |
606 | 2024-06-28T19:43:15.722Z | Compiling toml_datetime v0.6.6 |
607 | 2024-06-28T19:43:15.924Z | Compiling hyper v0.14.28 |
608 | 2024-06-28T19:43:16.162Z | Compiling toml_edit v0.22.13 |
609 | 2024-06-28T19:43:17.232Z | Compiling dof v0.3.0 |
610 | 2024-06-28T19:43:17.401Z | Compiling slog-json v2.6.1 |
611 | 2024-06-28T19:43:17.785Z | Compiling cargo-platform v0.1.8 |
612 | 2024-06-28T19:43:18.305Z | Compiling serde_urlencoded v0.7.1 |
613 | 2024-06-28T19:43:19.112Z | Compiling toml v0.8.13 |
614 | 2024-06-28T19:43:19.240Z | Compiling hyper-tls v0.5.0 |
615 | 2024-06-28T19:43:19.332Z | Compiling usdt-macro v0.5.0 |
616 | 2024-06-28T19:43:19.546Z | Compiling usdt-attr-macro v0.5.0 |
617 | 2024-06-28T19:43:19.598Z | Compiling url v2.5.0 |
618 | 2024-06-28T19:43:19.641Z | Compiling term v0.7.0 |
619 | 2024-06-28T19:43:20.615Z | Compiling xattr v1.3.1 |
620 | 2024-06-28T19:43:20.695Z | Compiling memmap v0.7.0 |
621 | 2024-06-28T19:43:20.745Z | Compiling filetime v0.2.23 |
622 | 2024-06-28T19:43:20.802Z | Compiling is-terminal v0.4.12 |
623 | 2024-06-28T19:43:20.870Z | Compiling encoding_rs v0.8.34 |
624 | 2024-06-28T19:43:20.927Z | Compiling cpufeatures v0.2.12 |
625 | 2024-06-28T19:43:21.036Z | Compiling sync_wrapper v0.1.2 |
626 | 2024-06-28T19:43:21.064Z | Compiling take_mut v0.2.2 |
627 | 2024-06-28T19:43:21.064Z | Compiling mime v0.3.17 |
628 | 2024-06-28T19:43:21.122Z | Compiling ipnet v2.9.0 |
629 | 2024-06-28T19:43:21.174Z | Compiling sha2 v0.10.8 |
630 | 2024-06-28T19:43:21.259Z | Compiling tar v0.4.40 |
631 | 2024-06-28T19:43:21.292Z | Compiling slog-term v2.9.1 |
632 | 2024-06-28T19:43:21.640Z | Compiling usdt v0.5.0 |
633 | 2024-06-28T19:43:22.073Z | Compiling flate2 v1.0.30 |
634 | 2024-06-28T19:43:22.213Z | Compiling cargo_toml v0.20.3 |
635 | 2024-06-28T19:43:22.319Z | Compiling cargo_metadata v0.18.1 |
636 | 2024-06-28T19:43:22.408Z | Compiling slog-bunyan v2.5.0 |
637 | 2024-06-28T19:43:22.585Z | Compiling clap v4.5.4 |
638 | 2024-06-28T19:43:22.698Z | Compiling tabled v0.15.0 |
639 | 2024-06-28T19:43:22.905Z | Compiling reqwest v0.11.27 |
640 | 2024-06-28T19:43:23.107Z | Compiling macaddr v1.0.1 |
641 | 2024-06-28T19:43:23.546Z | Compiling futures v0.3.30 |
642 | 2024-06-28T19:43:23.651Z | Compiling strum v0.26.2 |
643 | 2024-06-28T19:43:23.817Z | Compiling swrite v0.1.0 |
644 | 2024-06-28T19:43:28.888Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
645 | 2024-06-28T19:43:39.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
646 | 2024-06-28T19:43:39.377Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
647 | 2024-06-28T19:43:39.461Z | Jun 28 19:43:38.884 INFO Starting download, target: Cockroach |
648 | 2024-06-28T19:43:39.461Z | Jun 28 19:43:38.884 INFO Starting download, target: Console |
649 | 2024-06-28T19:43:39.461Z | Jun 28 19:43:38.884 INFO Starting download, target: DendriteOpenapi |
650 | 2024-06-28T19:43:39.461Z | Jun 28 19:43:38.884 INFO Starting download, target: Clickhouse |
651 | 2024-06-28T19:43:39.487Z | Jun 28 19:43:38.884 INFO Starting download, target: DendriteStub |
652 | 2024-06-28T19:43:39.487Z | Jun 28 19:43:38.884 INFO Starting download, target: MaghemiteMgd |
653 | 2024-06-28T19:43:39.487Z | Jun 28 19:43:38.884 INFO Starting download, target: TransceiverControl |
654 | 2024-06-28T19:43:39.487Z | Jun 28 19:43:38.885 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
655 | 2024-06-28T19:43:39.487Z | Jun 28 19:43:38.886 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
656 | 2024-06-28T19:43:39.487Z | Jun 28 19:43:38.886 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
657 | 2024-06-28T19:43:39.487Z | Jun 28 19:43:38.886 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
658 | 2024-06-28T19:43:39.487Z | Jun 28 19:43:38.886 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
659 | 2024-06-28T19:43:39.487Z | Jun 28 19:43:38.886 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
660 | 2024-06-28T19:43:39.487Z | Jun 28 19:43:38.886 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
661 | 2024-06-28T19:43:39.842Z | Jun 28 19:43:39.264 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
662 | 2024-06-28T19:43:40.351Z | Jun 28 19:43:39.352 INFO Download complete, target: DendriteOpenapi |
663 | 2024-06-28T19:43:40.351Z | Jun 28 19:43:39.616 INFO Download complete, target: Console |
664 | 2024-06-28T19:43:41.447Z | Jun 28 19:43:40.871 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
665 | 2024-06-28T19:43:41.561Z | Jun 28 19:43:40.985 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
666 | 2024-06-28T19:43:41.689Z | Jun 28 19:43:41.112 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
667 | 2024-06-28T19:43:42.490Z | Jun 28 19:43:41.914 INFO Download complete, target: TransceiverControl |
668 | 2024-06-28T19:43:44.945Z | Jun 28 19:43:44.369 INFO Download complete, target: DendriteStub |
669 | 2024-06-28T19:43:45.111Z | Jun 28 19:43:44.535 INFO Download complete, target: MaghemiteMgd |
670 | 2024-06-28T19:43:48.012Z | Jun 28 19:43:47.436 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
671 | 2024-06-28T19:43:48.012Z | Jun 28 19:43:47.436 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
672 | 2024-06-28T19:43:58.065Z | Jun 28 19:43:57.489 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
673 | 2024-06-28T19:43:58.555Z | Jun 28 19:43:57.978 INFO Checking that binary works, target: Cockroach |
674 | 2024-06-28T19:43:58.779Z | Jun 28 19:43:58.203 INFO Download complete, target: Cockroach |
675 | 2024-06-28T19:44:00.430Z | Jun 28 19:43:59.854 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
676 | 2024-06-28T19:44:17.086Z | Jun 28 19:44:16.508 INFO Checking that binary works, target: Clickhouse |
677 | 2024-06-28T19:44:17.219Z | Jun 28 19:44:16.643 INFO Download complete, target: Clickhouse |
678 | 2024-06-28T19:44:17.244Z | All prerequisites installed successfully |
679 | 2024-06-28T19:44:17.244Z | |
680 | 2024-06-28T19:44:17.244Z | real 3:07.211951034 |
681 | 2024-06-28T19:44:17.244Z | user 5:22.933349128 |
682 | 2024-06-28T19:44:17.244Z | sys 1:20.869665457 |
683 | 2024-06-28T19:44:17.244Z | trap 0.184652296 |
684 | 2024-06-28T19:44:17.244Z | tflt 0.088597904 |
685 | 2024-06-28T19:44:17.244Z | dflt 0.679747441 |
686 | 2024-06-28T19:44:17.244Z | kflt 0.006707783 |
687 | 2024-06-28T19:44:17.244Z | lock 17:01.906176654 |
688 | 2024-06-28T19:44:17.244Z | slp 15:34.860342304 |
689 | 2024-06-28T19:44:17.244Z | lat 23.708142034 |
690 | 2024-06-28T19:44:17.244Z | stop 1:05.934030759 |
691 | 2024-06-28T19:44:17.244Z | + ptime -m cargo xtask download softnpu |
692 | 2024-06-28T19:44:17.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
693 | 2024-06-28T19:44:18.019Z | Running `target/debug/xtask download softnpu` |
694 | 2024-06-28T19:44:18.059Z | Jun 28 19:44:17.483 INFO Starting download, target: Softnpu |
695 | 2024-06-28T19:44:18.084Z | Jun 28 19:44:17.484 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
696 | 2024-06-28T19:44:19.571Z | Jun 28 19:44:18.995 INFO Download complete, target: Softnpu |
697 | 2024-06-28T19:44:19.596Z | |
698 | 2024-06-28T19:44:19.596Z | real 2.339561010 |
699 | 2024-06-28T19:44:19.596Z | user 0.844283395 |
700 | 2024-06-28T19:44:19.596Z | sys 0.537653688 |
701 | 2024-06-28T19:44:19.596Z | trap 0.000170522 |
702 | 2024-06-28T19:44:19.596Z | tflt 0.000081618 |
703 | 2024-06-28T19:44:19.596Z | dflt 0.000609896 |
704 | 2024-06-28T19:44:19.596Z | kflt 0.000000000 |
705 | 2024-06-28T19:44:19.596Z | lock 17.111127822 |
706 | 2024-06-28T19:44:19.596Z | slp 1.251956043 |
707 | 2024-06-28T19:44:19.597Z | lat 0.176901228 |
708 | 2024-06-28T19:44:19.597Z | stop 0.000890939 |
709 | 2024-06-28T19:44:19.597Z | + export CARGO_INCREMENTAL=0 |
710 | 2024-06-28T19:44:19.597Z | + CARGO_INCREMENTAL=0 |
711 | 2024-06-28T19:44:19.597Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
712 | 2024-06-28T19:44:20.264Z | Downloading crates ... |
713 | 2024-06-28T19:44:20.428Z | Downloaded derive_builder_macro v0.20.0 |
714 | 2024-06-28T19:44:20.456Z | Downloaded data-encoding v2.6.0 |
715 | 2024-06-28T19:44:20.457Z | Downloaded opaque-debug v0.3.1 |
716 | 2024-06-28T19:44:20.457Z | Downloaded rand_seeder v0.2.3 |
717 | 2024-06-28T19:44:20.482Z | Downloaded ref-cast-impl v1.0.23 |
718 | 2024-06-28T19:44:20.482Z | Downloaded predicates-core v1.0.6 |
719 | 2024-06-28T19:44:20.482Z | Downloaded parse-display-derive v0.9.0 |
720 | 2024-06-28T19:44:20.482Z | Downloaded multer v3.1.0 |
721 | 2024-06-28T19:44:20.482Z | Downloaded pkcs1 v0.7.5 |
722 | 2024-06-28T19:44:20.482Z | Downloaded postgres-types v0.2.6 |
723 | 2024-06-28T19:44:20.482Z | Downloaded num-integer v0.1.46 |
724 | 2024-06-28T19:44:20.507Z | Downloaded getopts v0.2.21 |
725 | 2024-06-28T19:44:20.507Z | Downloaded serde-big-array v0.4.1 |
726 | 2024-06-28T19:44:20.508Z | Downloaded secrecy v0.8.0 |
727 | 2024-06-28T19:44:20.533Z | Downloaded walkdir v2.5.0 |
728 | 2024-06-28T19:44:20.533Z | Downloaded zone v0.1.8 |
729 | 2024-06-28T19:44:20.533Z | Downloaded matches v0.1.10 |
730 | 2024-06-28T19:44:20.533Z | Downloaded spki v0.7.3 |
731 | 2024-06-28T19:44:20.559Z | Downloaded unicase v2.7.0 |
732 | 2024-06-28T19:44:20.559Z | Downloaded libefi-sys v0.1.0 |
733 | 2024-06-28T19:44:20.559Z | Downloaded libsw v3.3.1 |
734 | 2024-06-28T19:44:20.559Z | Downloaded sigpipe v0.1.3 |
735 | 2024-06-28T19:44:20.559Z | Downloaded slog-dtrace v0.3.0 |
736 | 2024-06-28T19:44:20.559Z | Downloaded signature v2.2.0 |
737 | 2024-06-28T19:44:20.584Z | Downloaded slog-envlogger v2.2.0 |
738 | 2024-06-28T19:44:20.584Z | Downloaded vte_generate_state_changes v0.1.1 |
739 | 2024-06-28T19:44:20.584Z | Downloaded uzers v0.11.3 |
740 | 2024-06-28T19:44:20.584Z | Downloaded rustc_version v0.1.7 |
741 | 2024-06-28T19:44:20.584Z | Downloaded http-range v0.1.5 |
742 | 2024-06-28T19:44:20.584Z | Downloaded impl-trait-for-tuples v0.2.2 |
743 | 2024-06-28T19:44:20.608Z | Downloaded vte v0.11.1 |
744 | 2024-06-28T19:44:20.609Z | Downloaded humantime v2.1.0 |
745 | 2024-06-28T19:44:20.609Z | Downloaded indexmap v1.9.3 |
746 | 2024-06-28T19:44:20.609Z | Downloaded half v2.4.1 |
747 | 2024-06-28T19:44:20.609Z | Downloaded instant v0.1.12 |
748 | 2024-06-28T19:44:20.633Z | Downloaded is_ci v1.2.0 |
749 | 2024-06-28T19:44:20.633Z | Downloaded hashbrown v0.12.3 |
750 | 2024-06-28T19:44:20.633Z | Downloaded itertools v0.12.1 |
751 | 2024-06-28T19:44:20.633Z | Downloaded ipnetwork v0.20.0 |
752 | 2024-06-28T19:44:20.659Z | Downloaded indoc v2.0.5 |
753 | 2024-06-28T19:44:20.659Z | Downloaded gimli v0.28.1 |
754 | 2024-06-28T19:44:20.683Z | Downloaded heapless v0.8.0 |
755 | 2024-06-28T19:44:20.683Z | Downloaded tough v0.17.1 |
756 | 2024-06-28T19:44:20.683Z | Downloaded hashbrown v0.13.2 |
757 | 2024-06-28T19:44:20.708Z | Downloaded regex v1.10.4 |
758 | 2024-06-28T19:44:20.708Z | Downloaded hkdf v0.12.4 |
759 | 2024-06-28T19:44:20.732Z | Downloaded idna v0.3.0 |
760 | 2024-06-28T19:44:20.732Z | Downloaded openapiv3 v2.0.0 |
761 | 2024-06-28T19:44:20.732Z | Downloaded diesel v2.1.6 |
762 | 2024-06-28T19:44:20.756Z | Downloaded idna v0.2.3 |
763 | 2024-06-28T19:44:20.781Z | Downloaded regex-syntax v0.6.29 |
764 | 2024-06-28T19:44:20.781Z | Downloaded trust-dns-proto v0.22.0 |
765 | 2024-06-28T19:44:20.805Z | Downloaded petgraph v0.6.5 |
766 | 2024-06-28T19:44:20.805Z | Downloaded regex-automata v0.4.6 |
767 | 2024-06-28T19:44:20.829Z | Downloaded sha3 v0.10.8 |
768 | 2024-06-28T19:44:20.829Z | Downloaded regress v0.9.1 |
769 | 2024-06-28T19:44:20.879Z | Downloaded regex-syntax v0.8.3 |
770 | 2024-06-28T19:44:20.903Z | Downloaded ratatui v0.26.2 |
771 | 2024-06-28T19:44:20.903Z | Downloaded object v0.32.2 |
772 | 2024-06-28T19:44:20.903Z | Downloaded sqlparser v0.45.0 |
773 | 2024-06-28T19:44:20.903Z | Downloaded radix_trie v0.2.1 |
774 | 2024-06-28T19:44:20.903Z | Downloaded csv v1.3.0 |
775 | 2024-06-28T19:44:20.930Z | Downloaded ring v0.17.8 |
776 | 2024-06-28T19:44:20.995Z | Downloaded finl_unicode v1.2.0 |
777 | 2024-06-28T19:44:21.019Z | Downloaded proptest v1.4.0 |
778 | 2024-06-28T19:44:21.044Z | Downloaded heapless v0.7.17 |
779 | 2024-06-28T19:44:21.044Z | Downloaded headers v0.3.9 |
780 | 2024-06-28T19:44:21.044Z | Downloaded diesel_derives v2.1.4 |
781 | 2024-06-28T19:44:21.044Z | Downloaded ring v0.16.20 |
782 | 2024-06-28T19:44:21.130Z | Downloaded trust-dns-resolver v0.22.0 |
783 | 2024-06-28T19:44:21.154Z | Downloaded trust-dns-client v0.22.0 |
784 | 2024-06-28T19:44:21.154Z | Downloaded smoltcp v0.11.0 |
785 | 2024-06-28T19:44:21.179Z | Downloaded rustls v0.21.12 |
786 | 2024-06-28T19:44:21.179Z | Downloaded slog-stdlog v4.1.1 |
787 | 2024-06-28T19:44:21.179Z | Downloaded sled v0.34.7 |
788 | 2024-06-28T19:44:21.203Z | Downloaded zerocopy-derive v0.6.6 |
789 | 2024-06-28T19:44:21.203Z | Downloaded nix v0.28.0 |
790 | 2024-06-28T19:44:21.227Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
791 | 2024-06-28T19:44:21.227Z | Downloaded smoltcp v0.9.1 |
792 | 2024-06-28T19:44:21.251Z | Downloaded rustls v0.22.4 |
793 | 2024-06-28T19:44:21.251Z | Downloaded hmac v0.12.1 |
794 | 2024-06-28T19:44:21.251Z | Downloaded diff v0.1.13 |
795 | 2024-06-28T19:44:21.276Z | Downloaded regex-automata v0.1.10 |
796 | 2024-06-28T19:44:21.276Z | Downloaded inout v0.1.3 |
797 | 2024-06-28T19:44:21.276Z | Downloaded indoc v1.0.9 |
798 | 2024-06-28T19:44:21.276Z | Downloaded rayon v1.10.0 |
799 | 2024-06-28T19:44:21.276Z | Downloaded rustls-webpki v0.102.4 |
800 | 2024-06-28T19:44:21.300Z | Downloaded unicode_categories v0.1.1 |
801 | 2024-06-28T19:44:21.300Z | Downloaded unicode-segmentation v1.11.0 |
802 | 2024-06-28T19:44:21.325Z | Downloaded toml_edit v0.19.15 |
803 | 2024-06-28T19:44:21.325Z | Downloaded lalrpop v0.19.12 |
804 | 2024-06-28T19:44:21.349Z | Downloaded curve25519-dalek v4.1.3 |
805 | 2024-06-28T19:44:21.349Z | Downloaded http v1.1.0 |
806 | 2024-06-28T19:44:21.349Z | Downloaded highway v1.1.0 |
807 | 2024-06-28T19:44:21.374Z | Downloaded hex v0.4.3 |
808 | 2024-06-28T19:44:21.374Z | Downloaded heck v0.3.3 |
809 | 2024-06-28T19:44:21.374Z | Downloaded ed25519 v1.5.3 |
810 | 2024-06-28T19:44:21.374Z | Downloaded dyn-clone v1.0.17 |
811 | 2024-06-28T19:44:21.374Z | Downloaded wait-timeout v0.2.0 |
812 | 2024-06-28T19:44:21.374Z | Downloaded tracing-attributes v0.1.27 |
813 | 2024-06-28T19:44:21.374Z | Downloaded itertools v0.10.5 |
814 | 2024-06-28T19:44:21.374Z | Downloaded smawk v0.3.2 |
815 | 2024-06-28T19:44:21.374Z | Downloaded slog-scope v4.4.0 |
816 | 2024-06-28T19:44:21.374Z | Downloaded rustls-webpki v0.101.7 |
817 | 2024-06-28T19:44:21.398Z | Downloaded webpki-roots v0.25.4 |
818 | 2024-06-28T19:44:21.398Z | Downloaded indicatif v0.17.8 |
819 | 2024-06-28T19:44:21.398Z | Downloaded test-strategy v0.3.1 |
820 | 2024-06-28T19:44:21.423Z | Downloaded tempfile v3.10.1 |
821 | 2024-06-28T19:44:21.423Z | Downloaded unsafe-libyaml v0.2.11 |
822 | 2024-06-28T19:44:21.423Z | Downloaded polar-core v0.27.3 |
823 | 2024-06-28T19:44:21.423Z | Downloaded nix v0.27.1 |
824 | 2024-06-28T19:44:21.447Z | Downloaded snafu v0.8.2 |
825 | 2024-06-28T19:44:21.447Z | Downloaded headers-core v0.2.0 |
826 | 2024-06-28T19:44:21.447Z | Downloaded downcast v0.11.0 |
827 | 2024-06-28T19:44:21.447Z | Downloaded display-error-chain v0.2.0 |
828 | 2024-06-28T19:44:21.447Z | Downloaded difflib v0.4.0 |
829 | 2024-06-28T19:44:21.447Z | Downloaded diesel_table_macro_syntax v0.1.0 |
830 | 2024-06-28T19:44:21.447Z | Downloaded topological-sort v0.2.2 |
831 | 2024-06-28T19:44:21.447Z | Downloaded rsa v0.9.6 |
832 | 2024-06-28T19:44:21.471Z | Downloaded smallvec v0.6.14 |
833 | 2024-06-28T19:44:21.471Z | Downloaded serde_with v3.8.1 |
834 | 2024-06-28T19:44:21.471Z | Downloaded chrono v0.4.38 |
835 | 2024-06-28T19:44:21.471Z | Downloaded hubpack v0.1.2 |
836 | 2024-06-28T19:44:21.471Z | Downloaded waitgroup v0.1.2 |
837 | 2024-06-28T19:44:21.471Z | Downloaded ron v0.8.1 |
838 | 2024-06-28T19:44:21.495Z | Downloaded libm v0.2.8 |
839 | 2024-06-28T19:44:21.496Z | Downloaded uuid v1.8.0 |
840 | 2024-06-28T19:44:21.496Z | Downloaded vsss-rs v3.3.4 |
841 | 2024-06-28T19:44:21.496Z | Downloaded textwrap v0.16.1 |
842 | 2024-06-28T19:44:21.496Z | Downloaded ron v0.7.1 |
843 | 2024-06-28T19:44:21.520Z | Downloaded termios v0.3.3 |
844 | 2024-06-28T19:44:21.520Z | Downloaded termcolor v1.4.1 |
845 | 2024-06-28T19:44:21.520Z | Downloaded hubpack_derive v0.1.1 |
846 | 2024-06-28T19:44:21.520Z | Downloaded home v0.5.9 |
847 | 2024-06-28T19:44:21.520Z | Downloaded hash32 v0.2.1 |
848 | 2024-06-28T19:44:21.520Z | Downloaded group v0.13.0 |
849 | 2024-06-28T19:44:21.520Z | Downloaded globset v0.4.14 |
850 | 2024-06-28T19:44:21.520Z | Downloaded tap v1.0.1 |
851 | 2024-06-28T19:44:21.520Z | Downloaded tabwriter v1.4.0 |
852 | 2024-06-28T19:44:21.520Z | Downloaded supports-color v3.0.0 |
853 | 2024-06-28T19:44:21.520Z | Downloaded subtle v2.5.0 |
854 | 2024-06-28T19:44:21.520Z | Downloaded steno v0.4.0 |
855 | 2024-06-28T19:44:21.520Z | Downloaded zip v0.6.6 |
856 | 2024-06-28T19:44:21.545Z | Downloaded hostname v0.4.0 |
857 | 2024-06-28T19:44:21.545Z | Downloaded hash32 v0.3.1 |
858 | 2024-06-28T19:44:21.545Z | Downloaded glob v0.3.1 |
859 | 2024-06-28T19:44:21.545Z | Downloaded either v1.12.0 |
860 | 2024-06-28T19:44:21.545Z | Downloaded toolchain_find v0.4.0 |
861 | 2024-06-28T19:44:21.545Z | Downloaded rustc-demangle v0.1.24 |
862 | 2024-06-28T19:44:21.545Z | Downloaded keccak v0.1.5 |
863 | 2024-06-28T19:44:21.545Z | Downloaded memmap2 v0.9.4 |
864 | 2024-06-28T19:44:21.545Z | Downloaded tls_codec v0.4.1 |
865 | 2024-06-28T19:44:21.545Z | Downloaded similar v2.5.0 |
866 | 2024-06-28T19:44:21.545Z | Downloaded resolv-conf v0.7.0 |
867 | 2024-06-28T19:44:21.545Z | Downloaded blake3 v1.5.1 |
868 | 2024-06-28T19:44:21.577Z | Downloaded smf v0.2.3 |
869 | 2024-06-28T19:44:21.577Z | Downloaded rustfmt-wrapper v0.2.1 |
870 | 2024-06-28T19:44:21.577Z | Downloaded rustc-hash v1.1.0 |
871 | 2024-06-28T19:44:21.577Z | Downloaded rtoolbox v0.0.2 |
872 | 2024-06-28T19:44:21.577Z | Downloaded termtree v0.4.1 |
873 | 2024-06-28T19:44:21.577Z | Downloaded unicode-xid v0.2.4 |
874 | 2024-06-28T19:44:21.577Z | Downloaded rustc_version v0.4.0 |
875 | 2024-06-28T19:44:21.577Z | Downloaded rpassword v7.3.1 |
876 | 2024-06-28T19:44:21.577Z | Downloaded subprocess v0.2.9 |
877 | 2024-06-28T19:44:21.577Z | Downloaded siphasher v0.3.11 |
878 | 2024-06-28T19:44:21.577Z | Downloaded rusty-fork v0.3.0 |
879 | 2024-06-28T19:44:21.577Z | Downloaded rustls-pki-types v1.7.0 |
880 | 2024-06-28T19:44:21.577Z | Downloaded rustls-pemfile v2.1.2 |
881 | 2024-06-28T19:44:21.577Z | Downloaded socket2 v0.4.10 |
882 | 2024-06-28T19:44:21.577Z | Downloaded utf-8 v0.7.6 |
883 | 2024-06-28T19:44:21.577Z | Downloaded untrusted v0.9.0 |
884 | 2024-06-28T19:44:21.577Z | Downloaded untrusted v0.7.1 |
885 | 2024-06-28T19:44:21.602Z | Downloaded universal-hash v0.5.1 |
886 | 2024-06-28T19:44:21.602Z | Downloaded unicode-linebreak v0.1.5 |
887 | 2024-06-28T19:44:21.602Z | Downloaded rustyline v14.0.0 |
888 | 2024-06-28T19:44:21.602Z | Downloaded rcgen v0.12.1 |
889 | 2024-06-28T19:44:21.602Z | Downloaded prettyplease v0.2.20 |
890 | 2024-06-28T19:44:21.602Z | Downloaded signal-hook-tokio v0.3.1 |
891 | 2024-06-28T19:44:21.602Z | Downloaded signal-hook-mio v0.2.3 |
892 | 2024-06-28T19:44:21.602Z | Downloaded typed-path v0.7.1 |
893 | 2024-06-28T19:44:21.602Z | Downloaded libxml v0.3.3 |
894 | 2024-06-28T19:44:21.626Z | Downloaded signal-hook v0.3.17 |
895 | 2024-06-28T19:44:21.626Z | Downloaded winnow v0.5.40 |
896 | 2024-06-28T19:44:21.627Z | Downloaded signature v1.6.4 |
897 | 2024-06-28T19:44:21.627Z | Downloaded static_assertions v1.1.0 |
898 | 2024-06-28T19:44:21.627Z | Downloaded tungstenite v0.20.1 |
899 | 2024-06-28T19:44:21.651Z | Downloaded trust-dns-server v0.22.1 |
900 | 2024-06-28T19:44:21.651Z | Downloaded strum_macros v0.25.3 |
901 | 2024-06-28T19:44:21.651Z | Downloaded strum_macros v0.24.3 |
902 | 2024-06-28T19:44:21.651Z | Downloaded structmeta-derive v0.3.0 |
903 | 2024-06-28T19:44:21.651Z | Downloaded structmeta-derive v0.2.0 |
904 | 2024-06-28T19:44:21.651Z | Downloaded structmeta v0.3.0 |
905 | 2024-06-28T19:44:21.651Z | Downloaded structmeta v0.2.0 |
906 | 2024-06-28T19:44:21.651Z | Downloaded strip-ansi-escapes v0.2.0 |
907 | 2024-06-28T19:44:21.651Z | Downloaded stringprep v0.1.4 |
908 | 2024-06-28T19:44:21.651Z | Downloaded string_cache v0.8.7 |
909 | 2024-06-28T19:44:21.651Z | Downloaded spin v0.5.2 |
910 | 2024-06-28T19:44:21.651Z | Downloaded snafu-derive v0.8.2 |
911 | 2024-06-28T19:44:21.651Z | Downloaded libloading v0.8.3 |
912 | 2024-06-28T19:44:21.651Z | Downloaded tungstenite v0.21.0 |
913 | 2024-06-28T19:44:21.676Z | Downloaded maybe-uninit v2.0.0 |
914 | 2024-06-28T19:44:21.676Z | Downloaded maplit v1.0.2 |
915 | 2024-06-28T19:44:21.676Z | Downloaded lru-cache v0.1.2 |
916 | 2024-06-28T19:44:21.676Z | Downloaded linked-hash-map v0.5.6 |
917 | 2024-06-28T19:44:21.676Z | Downloaded stable_deref_trait v1.2.0 |
918 | 2024-06-28T19:44:21.676Z | Downloaded serde_yaml v0.9.34+deprecated |
919 | 2024-06-28T19:44:21.676Z | Downloaded serde_with_macros v3.8.1 |
920 | 2024-06-28T19:44:21.676Z | Downloaded getrandom v0.2.14 |
921 | 2024-06-28T19:44:21.676Z | Downloaded publicsuffix v2.2.3 |
922 | 2024-06-28T19:44:21.676Z | Downloaded lazycell v1.3.0 |
923 | 2024-06-28T19:44:21.676Z | Downloaded lazy_static v1.4.0 |
924 | 2024-06-28T19:44:21.676Z | Downloaded lalrpop-util v0.19.12 |
925 | 2024-06-28T19:44:21.701Z | Downloaded kstat-rs v0.2.4 |
926 | 2024-06-28T19:44:21.701Z | Downloaded sqlparser_derive v0.2.2 |
927 | 2024-06-28T19:44:21.701Z | Downloaded sqlformat v0.2.3 |
928 | 2024-06-28T19:44:21.701Z | Downloaded managed v0.8.0 |
929 | 2024-06-28T19:44:21.701Z | Downloaded predicates v3.1.0 |
930 | 2024-06-28T19:44:21.701Z | Downloaded pkcs8 v0.10.2 |
931 | 2024-06-28T19:44:21.701Z | Downloaded unarray v0.1.4 |
932 | 2024-06-28T19:44:21.701Z | Downloaded tui-tree-widget v0.19.0 |
933 | 2024-06-28T19:44:21.701Z | Downloaded toml v0.7.8 |
934 | 2024-06-28T19:44:21.701Z | Downloaded stability v0.2.0 |
935 | 2024-06-28T19:44:21.701Z | Downloaded md-5 v0.10.6 |
936 | 2024-06-28T19:44:21.701Z | Downloaded lru v0.12.3 |
937 | 2024-06-28T19:44:21.701Z | Downloaded hyper-staticfile v0.9.5 |
938 | 2024-06-28T19:44:21.701Z | Downloaded shell-words v1.1.0 |
939 | 2024-06-28T19:44:21.701Z | Downloaded sha1 v0.10.6 |
940 | 2024-06-28T19:44:21.726Z | Downloaded samael v0.0.15 |
941 | 2024-06-28T19:44:21.726Z | Downloaded salty v0.2.0 |
942 | 2024-06-28T19:44:21.726Z | Downloaded flume v0.11.0 |
943 | 2024-06-28T19:44:21.726Z | Downloaded expectorate v1.1.0 |
944 | 2024-06-28T19:44:21.726Z | Downloaded x509-cert v0.2.5 |
945 | 2024-06-28T19:44:21.750Z | Downloaded object v0.30.4 |
946 | 2024-06-28T19:44:21.750Z | Downloaded der v0.7.9 |
947 | 2024-06-28T19:44:21.750Z | Downloaded spin v0.9.8 |
948 | 2024-06-28T19:44:21.750Z | Downloaded iana-time-zone v0.1.60 |
949 | 2024-06-28T19:44:21.750Z | Downloaded serde_repr v0.1.19 |
950 | 2024-06-28T19:44:21.774Z | Downloaded serde_path_to_error v0.1.16 |
951 | 2024-06-28T19:44:21.774Z | Downloaded serde_derive_internals v0.29.1 |
952 | 2024-06-28T19:44:21.775Z | Downloaded serde_arrays v0.1.0 |
953 | 2024-06-28T19:44:21.775Z | Downloaded semver v0.1.20 |
954 | 2024-06-28T19:44:21.775Z | Downloaded fatfs v0.3.6 |
955 | 2024-06-28T19:44:21.775Z | Downloaded elliptic-curve v0.13.8 |
956 | 2024-06-28T19:44:21.775Z | Downloaded zerocopy v0.6.6 |
957 | 2024-06-28T19:44:21.775Z | Downloaded tokio-postgres v0.7.10 |
958 | 2024-06-28T19:44:21.775Z | Downloaded rand_xorshift v0.3.0 |
959 | 2024-06-28T19:44:21.775Z | Downloaded r2d2 v0.8.10 |
960 | 2024-06-28T19:44:21.799Z | Downloaded pin-project-internal v1.1.5 |
961 | 2024-06-28T19:44:21.799Z | Downloaded phf_shared v0.11.2 |
962 | 2024-06-28T19:44:21.799Z | Downloaded crypto-bigint v0.5.5 |
963 | 2024-06-28T19:44:21.799Z | Downloaded const_format v0.2.32 |
964 | 2024-06-28T19:44:21.799Z | Downloaded const-oid v0.9.6 |
965 | 2024-06-28T19:44:21.799Z | Downloaded linear-map v1.2.0 |
966 | 2024-06-28T19:44:21.799Z | Downloaded ident_case v1.0.1 |
967 | 2024-06-28T19:44:21.799Z | Downloaded hyper-rustls v0.24.2 |
968 | 2024-06-28T19:44:21.799Z | Downloaded zone_cfg_derive v0.1.2 |
969 | 2024-06-28T19:44:21.799Z | Downloaded serde-big-array v0.5.1 |
970 | 2024-06-28T19:44:21.824Z | Downloaded schemars v0.8.21 |
971 | 2024-06-28T19:44:21.824Z | Downloaded fallible-iterator v0.2.0 |
972 | 2024-06-28T19:44:21.824Z | Downloaded rand_chacha v0.3.1 |
973 | 2024-06-28T19:44:21.824Z | Downloaded postgres-protocol v0.6.6 |
974 | 2024-06-28T19:44:21.824Z | Downloaded poly1305 v0.8.0 |
975 | 2024-06-28T19:44:21.824Z | Downloaded pem v3.0.4 |
976 | 2024-06-28T19:44:21.824Z | Downloaded parse-display v0.9.0 |
977 | 2024-06-28T19:44:21.824Z | Downloaded parking_lot v0.11.2 |
978 | 2024-06-28T19:44:21.849Z | Downloaded zeroize_derive v1.4.2 |
979 | 2024-06-28T19:44:21.849Z | Downloaded zeroize v1.7.0 |
980 | 2024-06-28T19:44:21.849Z | Downloaded whoami v1.5.1 |
981 | 2024-06-28T19:44:21.849Z | Downloaded which v4.4.2 |
982 | 2024-06-28T19:44:21.849Z | Downloaded shlex v1.3.0 |
983 | 2024-06-28T19:44:21.849Z | Downloaded serde-hex v0.1.0 |
984 | 2024-06-28T19:44:21.849Z | Downloaded sec1 v0.7.3 |
985 | 2024-06-28T19:44:21.849Z | Downloaded sct v0.7.1 |
986 | 2024-06-28T19:44:21.849Z | Downloaded schemars_derive v0.8.21 |
987 | 2024-06-28T19:44:21.850Z | Downloaded scheduled-thread-pool v0.2.7 |
988 | 2024-06-28T19:44:21.850Z | Downloaded same-file v1.0.6 |
989 | 2024-06-28T19:44:21.850Z | Downloaded erased-serde v0.3.31 |
990 | 2024-06-28T19:44:21.850Z | Downloaded env_logger v0.10.2 |
991 | 2024-06-28T19:44:21.874Z | Downloaded env_logger v0.9.3 |
992 | 2024-06-28T19:44:21.874Z | Downloaded embedded-io v0.4.0 |
993 | 2024-06-28T19:44:21.874Z | Downloaded yasna v0.5.2 |
994 | 2024-06-28T19:44:21.874Z | Downloaded toml v0.5.11 |
995 | 2024-06-28T19:44:21.874Z | Downloaded tokio-tungstenite v0.21.0 |
996 | 2024-06-28T19:44:21.874Z | Downloaded tokio-stream v0.1.15 |
997 | 2024-06-28T19:44:21.898Z | Downloaded tokio-rustls v0.24.1 |
998 | 2024-06-28T19:44:21.899Z | Downloaded ref-cast v1.0.23 |
999 | 2024-06-28T19:44:21.899Z | Downloaded ppv-lite86 v0.2.17 |
1000 | 2024-06-28T19:44:21.899Z | Downloaded packed_struct v0.10.1 |
1001 | 2024-06-28T19:44:21.899Z | Downloaded darling v0.20.9 |
1002 | 2024-06-28T19:44:21.899Z | Downloaded clang-sys v1.7.0 |
1003 | 2024-06-28T19:44:21.899Z | Downloaded chacha20poly1305 v0.10.1 |
1004 | 2024-06-28T19:44:21.899Z | Downloaded bstr v1.9.1 |
1005 | 2024-06-28T19:44:21.923Z | Downloaded serde_plain v1.0.2 |
1006 | 2024-06-28T19:44:21.923Z | Downloaded gethostname v0.4.3 |
1007 | 2024-06-28T19:44:21.923Z | Downloaded funty v2.0.0 |
1008 | 2024-06-28T19:44:21.923Z | Downloaded fragile v2.0.0 |
1009 | 2024-06-28T19:44:21.923Z | Downloaded foreign-types v0.5.0 |
1010 | 2024-06-28T19:44:21.923Z | Downloaded float-cmp v0.9.0 |
1011 | 2024-06-28T19:44:21.923Z | Downloaded flagset v0.4.5 |
1012 | 2024-06-28T19:44:21.923Z | Downloaded fixedbitset v0.4.2 |
1013 | 2024-06-28T19:44:21.923Z | Downloaded fastrand v2.1.0 |
1014 | 2024-06-28T19:44:21.923Z | Downloaded wyz v0.5.1 |
1015 | 2024-06-28T19:44:21.923Z | Downloaded tokio-rustls v0.25.0 |
1016 | 2024-06-28T19:44:21.923Z | Downloaded tls_codec_derive v0.4.1 |
1017 | 2024-06-28T19:44:21.948Z | Downloaded predicates-tree v1.0.9 |
1018 | 2024-06-28T19:44:21.948Z | Downloaded portpicker v0.1.1 |
1019 | 2024-06-28T19:44:21.948Z | Downloaded oso-derive v0.27.3 |
1020 | 2024-06-28T19:44:21.948Z | Downloaded crossbeam-epoch v0.9.18 |
1021 | 2024-06-28T19:44:21.948Z | Downloaded cookie_store v0.20.0 |
1022 | 2024-06-28T19:44:21.948Z | Downloaded cancel-safe-futures v0.1.5 |
1023 | 2024-06-28T19:44:21.948Z | Downloaded blake2 v0.10.6 |
1024 | 2024-06-28T19:44:21.948Z | Downloaded fxhash v0.2.1 |
1025 | 2024-06-28T19:44:21.948Z | Downloaded foreign-types-shared v0.3.1 |
1026 | 2024-06-28T19:44:21.948Z | Downloaded foreign-types-macros v0.2.3 |
1027 | 2024-06-28T19:44:21.948Z | Downloaded float-ord v0.3.2 |
1028 | 2024-06-28T19:44:21.948Z | Downloaded ff v0.13.0 |
1029 | 2024-06-28T19:44:21.948Z | Downloaded fd-lock v4.0.2 |
1030 | 2024-06-28T19:44:21.948Z | Downloaded enum-as-inner v0.5.1 |
1031 | 2024-06-28T19:44:21.973Z | Downloaded ena v0.14.3 |
1032 | 2024-06-28T19:44:21.973Z | Downloaded tokio-tungstenite v0.20.1 |
1033 | 2024-06-28T19:44:21.973Z | Downloaded thiserror-no-std v2.0.2 |
1034 | 2024-06-28T19:44:21.973Z | Downloaded quick-xml v0.31.0 |
1035 | 2024-06-28T19:44:21.973Z | Downloaded quick-error v1.2.3 |
1036 | 2024-06-28T19:44:21.973Z | Downloaded phf v0.11.2 |
1037 | 2024-06-28T19:44:21.973Z | Downloaded pem-rfc7468 v0.7.0 |
1038 | 2024-06-28T19:44:21.973Z | Downloaded peg-macros v0.8.3 |
1039 | 2024-06-28T19:44:21.973Z | Downloaded parse-size v1.0.0 |
1040 | 2024-06-28T19:44:21.998Z | Downloaded omicron-zone-package v0.11.0 |
1041 | 2024-06-28T19:44:21.998Z | Downloaded nom v7.1.3 |
1042 | 2024-06-28T19:44:21.998Z | Downloaded derive-where v1.2.7 |
1043 | 2024-06-28T19:44:21.998Z | Downloaded debug-ignore v1.0.5 |
1044 | 2024-06-28T19:44:21.998Z | Downloaded crc-catalog v2.4.0 |
1045 | 2024-06-28T19:44:21.998Z | Downloaded crc v3.2.1 |
1046 | 2024-06-28T19:44:21.998Z | Downloaded colored v2.1.0 |
1047 | 2024-06-28T19:44:21.998Z | Downloaded endian-type v0.1.2 |
1048 | 2024-06-28T19:44:21.998Z | Downloaded tiny-keccak v2.0.2 |
1049 | 2024-06-28T19:44:22.022Z | Downloaded portable-atomic v1.6.0 |
1050 | 2024-06-28T19:44:22.022Z | Downloaded path-slash v0.1.5 |
1051 | 2024-06-28T19:44:22.022Z | Downloaded defmt-macros v0.3.9 |
1052 | 2024-06-28T19:44:22.022Z | Downloaded cookie v0.17.0 |
1053 | 2024-06-28T19:44:22.022Z | Downloaded console v0.15.8 |
1054 | 2024-06-28T19:44:22.022Z | Downloaded ciborium-ll v0.2.2 |
1055 | 2024-06-28T19:44:22.022Z | Downloaded ciborium v0.2.2 |
1056 | 2024-06-28T19:44:22.046Z | Downloaded bstr v0.2.17 |
1057 | 2024-06-28T19:44:22.047Z | Downloaded block-padding v0.3.3 |
1058 | 2024-06-28T19:44:22.047Z | Downloaded thiserror-impl-no-std v2.0.2 |
1059 | 2024-06-28T19:44:22.047Z | Downloaded reedline v0.31.0 |
1060 | 2024-06-28T19:44:22.071Z | Downloaded rayon-core v1.12.1 |
1061 | 2024-06-28T19:44:22.071Z | Downloaded rand v0.8.5 |
1062 | 2024-06-28T19:44:22.071Z | Downloaded postcard v1.0.8 |
1063 | 2024-06-28T19:44:22.071Z | Downloaded num-complex v0.4.6 |
1064 | 2024-06-28T19:44:22.071Z | Downloaded num-bigint-dig v0.8.4 |
1065 | 2024-06-28T19:44:22.071Z | Downloaded num-bigint v0.4.5 |
1066 | 2024-06-28T19:44:22.095Z | Downloaded nu-ansi-term v0.50.0 |
1067 | 2024-06-28T19:44:22.095Z | Downloaded minimal-lexical v0.2.1 |
1068 | 2024-06-28T19:44:22.095Z | Downloaded derive_builder_core v0.20.0 |
1069 | 2024-06-28T19:44:22.095Z | Downloaded darling_macro v0.20.9 |
1070 | 2024-06-28T19:44:22.095Z | Downloaded crucible-workspace-hack v0.1.0 |
1071 | 2024-06-28T19:44:22.095Z | Downloaded constant_time_eq v0.3.0 |
1072 | 2024-06-28T19:44:22.095Z | Downloaded castaway v0.2.2 |
1073 | 2024-06-28T19:44:22.095Z | Downloaded buf-list v1.0.3 |
1074 | 2024-06-28T19:44:22.095Z | Downloaded cfg_aliases v0.1.1 |
1075 | 2024-06-28T19:44:22.096Z | Downloaded pin-project v1.1.5 |
1076 | 2024-06-28T19:44:22.120Z | Downloaded password-hash v0.5.0 |
1077 | 2024-06-28T19:44:22.120Z | Downloaded olpc-cjson v0.1.3 |
1078 | 2024-06-28T19:44:22.120Z | Downloaded mockall_derive v0.12.1 |
1079 | 2024-06-28T19:44:22.120Z | Downloaded crossterm v0.27.0 |
1080 | 2024-06-28T19:44:22.145Z | Downloaded bindgen v0.69.4 |
1081 | 2024-06-28T19:44:22.145Z | Downloaded parking_lot_core v0.8.6 |
1082 | 2024-06-28T19:44:22.145Z | Downloaded owo-colors v4.0.0 |
1083 | 2024-06-28T19:44:22.145Z | Downloaded oso v0.27.3 |
1084 | 2024-06-28T19:44:22.145Z | Downloaded number_prefix v0.4.0 |
1085 | 2024-06-28T19:44:22.145Z | Downloaded num_enum v0.5.11 |
1086 | 2024-06-28T19:44:22.169Z | Downloaded num-traits v0.2.19 |
1087 | 2024-06-28T19:44:22.169Z | Downloaded num-rational v0.4.2 |
1088 | 2024-06-28T19:44:22.169Z | Downloaded nibble_vec v0.1.0 |
1089 | 2024-06-28T19:44:22.169Z | Downloaded newtype-uuid v1.1.0 |
1090 | 2024-06-28T19:44:22.170Z | Downloaded new_debug_unreachable v1.0.6 |
1091 | 2024-06-28T19:44:22.170Z | Downloaded derive_more v0.99.17 |
1092 | 2024-06-28T19:44:22.170Z | Downloaded bitvec v1.0.1 |
1093 | 2024-06-28T19:44:22.196Z | Downloaded aho-corasick v1.1.3 |
1094 | 2024-06-28T19:44:22.196Z | Downloaded mime_guess v2.0.4 |
1095 | 2024-06-28T19:44:22.196Z | Downloaded memoffset v0.9.1 |
1096 | 2024-06-28T19:44:22.196Z | Downloaded base64 v0.22.1 |
1097 | 2024-06-28T19:44:22.220Z | Downloaded pretty-hex v0.2.1 |
1098 | 2024-06-28T19:44:22.220Z | Downloaded packed_struct_codegen v0.10.1 |
1099 | 2024-06-28T19:44:22.220Z | Downloaded num-iter v0.1.45 |
1100 | 2024-06-28T19:44:22.220Z | Downloaded nodrop v0.1.14 |
1101 | 2024-06-28T19:44:22.220Z | Downloaded der_derive v0.7.2 |
1102 | 2024-06-28T19:44:22.220Z | Downloaded cookie v0.18.1 |
1103 | 2024-06-28T19:44:22.220Z | Downloaded const_format_proc_macros v0.2.32 |
1104 | 2024-06-28T19:44:22.220Z | Downloaded backtrace v0.3.71 |
1105 | 2024-06-28T19:44:22.245Z | Downloaded arc-swap v1.7.1 |
1106 | 2024-06-28T19:44:22.245Z | Downloaded allocator-api2 v0.2.18 |
1107 | 2024-06-28T19:44:22.245Z | Downloaded rand_core v0.6.4 |
1108 | 2024-06-28T19:44:22.245Z | Downloaded radium v0.7.0 |
1109 | 2024-06-28T19:44:22.245Z | Downloaded psl-types v2.0.11 |
1110 | 2024-06-28T19:44:22.246Z | Downloaded proc-macro-crate v1.3.1 |
1111 | 2024-06-28T19:44:22.246Z | Downloaded precomputed-hash v0.1.1 |
1112 | 2024-06-28T19:44:22.246Z | Downloaded phf_shared v0.10.0 |
1113 | 2024-06-28T19:44:22.246Z | Downloaded peg-runtime v0.8.3 |
1114 | 2024-06-28T19:44:22.246Z | Downloaded peg v0.8.3 |
1115 | 2024-06-28T19:44:22.246Z | Downloaded paste v1.0.15 |
1116 | 2024-06-28T19:44:22.270Z | Downloaded num_enum_derive v0.5.11 |
1117 | 2024-06-28T19:44:22.270Z | Downloaded num-derive v0.4.2 |
1118 | 2024-06-28T19:44:22.270Z | Downloaded num v0.4.3 |
1119 | 2024-06-28T19:44:22.270Z | Downloaded normalize-line-endings v0.3.0 |
1120 | 2024-06-28T19:44:22.270Z | Downloaded newline-converter v0.3.0 |
1121 | 2024-06-28T19:44:22.270Z | Downloaded nanorand v0.7.0 |
1122 | 2024-06-28T19:44:22.270Z | Downloaded multimap v0.10.0 |
1123 | 2024-06-28T19:44:22.271Z | Downloaded mockall v0.12.1 |
1124 | 2024-06-28T19:44:22.271Z | Downloaded defmt v0.3.8 |
1125 | 2024-06-28T19:44:22.271Z | Downloaded darling_core v0.20.9 |
1126 | 2024-06-28T19:44:22.295Z | Downloaded curve25519-dalek-derive v0.1.1 |
1127 | 2024-06-28T19:44:22.295Z | Downloaded crossbeam-deque v0.8.5 |
1128 | 2024-06-28T19:44:22.295Z | Downloaded crc-any v2.5.0 |
1129 | 2024-06-28T19:44:22.295Z | Downloaded compact_str v0.7.1 |
1130 | 2024-06-28T19:44:22.295Z | Downloaded cobs v0.2.3 |
1131 | 2024-06-28T19:44:22.295Z | Downloaded cassowary v0.3.0 |
1132 | 2024-06-28T19:44:22.295Z | Downloaded camino-tempfile v1.1.1 |
1133 | 2024-06-28T19:44:22.295Z | Downloaded newtype_derive v0.1.6 |
1134 | 2024-06-28T19:44:22.295Z | Downloaded derive_builder v0.20.0 |
1135 | 2024-06-28T19:44:22.295Z | Downloaded defmt-parser v0.3.4 |
1136 | 2024-06-28T19:44:22.295Z | Downloaded csv-core v0.1.11 |
1137 | 2024-06-28T19:44:22.320Z | Downloaded corncobs v0.1.3 |
1138 | 2024-06-28T19:44:22.320Z | Downloaded convert_case v0.4.0 |
1139 | 2024-06-28T19:44:22.320Z | Downloaded cipher v0.4.4 |
1140 | 2024-06-28T19:44:22.320Z | Downloaded cexpr v0.6.0 |
1141 | 2024-06-28T19:44:22.320Z | Downloaded bzip2 v0.4.4 |
1142 | 2024-06-28T19:44:22.320Z | Downloaded bitstruct_derive v0.1.0 |
1143 | 2024-06-28T19:44:22.320Z | Downloaded bitflags v1.3.2 |
1144 | 2024-06-28T19:44:22.320Z | Downloaded bcs v0.1.6 |
1145 | 2024-06-28T19:44:22.320Z | Downloaded bb8 v0.8.3 |
1146 | 2024-06-28T19:44:22.320Z | Downloaded base64ct v1.6.0 |
1147 | 2024-06-28T19:44:22.320Z | Downloaded base64 v0.13.1 |
1148 | 2024-06-28T19:44:22.345Z | Downloaded base16ct v0.2.0 |
1149 | 2024-06-28T19:44:22.345Z | Downloaded backoff v0.4.0 |
1150 | 2024-06-28T19:44:22.345Z | Downloaded async-trait v0.1.80 |
1151 | 2024-06-28T19:44:22.345Z | Downloaded async-stream v0.3.5 |
1152 | 2024-06-28T19:44:22.345Z | Downloaded async-recursion v1.1.1 |
1153 | 2024-06-28T19:44:22.345Z | Downloaded assert_matches v1.5.0 |
1154 | 2024-06-28T19:44:22.345Z | Downloaded ascii-canvas v3.0.0 |
1155 | 2024-06-28T19:44:22.345Z | Downloaded ascii v1.1.0 |
1156 | 2024-06-28T19:44:22.345Z | Downloaded arrayvec v0.7.4 |
1157 | 2024-06-28T19:44:22.345Z | Downloaded arrayref v0.3.7 |
1158 | 2024-06-28T19:44:22.345Z | Downloaded argon2 v0.5.3 |
1159 | 2024-06-28T19:44:22.370Z | Downloaded ahash v0.8.11 |
1160 | 2024-06-28T19:44:22.370Z | Downloaded addr2line v0.21.0 |
1161 | 2024-06-28T19:44:22.370Z | Downloaded chacha20 v0.9.1 |
1162 | 2024-06-28T19:44:22.370Z | Downloaded bitfield-struct v0.6.1 |
1163 | 2024-06-28T19:44:22.370Z | Downloaded bit-vec v0.6.3 |
1164 | 2024-06-28T19:44:22.370Z | Downloaded array-init v0.0.4 |
1165 | 2024-06-28T19:44:22.370Z | Downloaded cstr-argument v0.1.2 |
1166 | 2024-06-28T19:44:22.370Z | Downloaded crunchy v0.2.2 |
1167 | 2024-06-28T19:44:22.370Z | Downloaded ciborium-io v0.2.2 |
1168 | 2024-06-28T19:44:22.370Z | Downloaded bitstruct v0.1.1 |
1169 | 2024-06-28T19:44:22.370Z | Downloaded bitfield v0.14.0 |
1170 | 2024-06-28T19:44:22.370Z | Downloaded bit-set v0.5.3 |
1171 | 2024-06-28T19:44:22.370Z | Downloaded atty v0.2.14 |
1172 | 2024-06-28T19:44:22.395Z | Downloaded atomicwrites v0.4.3 |
1173 | 2024-06-28T19:44:22.395Z | Downloaded atomic-waker v1.1.2 |
1174 | 2024-06-28T19:44:22.395Z | Downloaded async-stream-impl v0.3.5 |
1175 | 2024-06-28T19:44:22.395Z | Downloaded aead v0.5.2 |
1176 | 2024-06-28T19:44:22.636Z | Compiling proc-macro2 v1.0.86 |
1177 | 2024-06-28T19:44:22.660Z | Compiling unicode-ident v1.0.12 |
1178 | 2024-06-28T19:44:22.661Z | Compiling libc v0.2.155 |
1179 | 2024-06-28T19:44:22.661Z | Compiling serde v1.0.203 |
1180 | 2024-06-28T19:44:22.661Z | Compiling autocfg v1.3.0 |
1181 | 2024-06-28T19:44:22.661Z | Compiling version_check v0.9.4 |
1182 | 2024-06-28T19:44:22.661Z | Compiling cfg-if v1.0.0 |
1183 | 2024-06-28T19:44:22.803Z | Compiling cc v1.0.97 |
1184 | 2024-06-28T19:44:22.829Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-06-28T19:44:22.868Z | Compiling serde_json v1.0.118 |
1186 | 2024-06-28T19:44:23.234Z | Compiling once_cell v1.19.0 |
1187 | 2024-06-28T19:44:23.259Z | Compiling libm v0.2.8 |
1188 | 2024-06-28T19:44:23.283Z | Compiling byteorder v1.5.0 |
1189 | 2024-06-28T19:44:23.499Z | Compiling lock_api v0.4.12 |
1190 | 2024-06-28T19:44:23.574Z | Compiling ahash v0.8.11 |
1191 | 2024-06-28T19:44:23.620Z | Compiling num-traits v0.2.19 |
1192 | 2024-06-28T19:44:23.709Z | Compiling memchr v2.7.2 |
1193 | 2024-06-28T19:44:23.799Z | Compiling thiserror v1.0.60 |
1194 | 2024-06-28T19:44:23.873Z | Compiling typenum v1.17.0 |
1195 | 2024-06-28T19:44:23.898Z | Compiling log v0.4.21 |
1196 | 2024-06-28T19:44:24.187Z | Compiling quote v1.0.36 |
1197 | 2024-06-28T19:44:24.239Z | Compiling itoa v1.0.11 |
1198 | 2024-06-28T19:44:24.428Z | Compiling generic-array v0.14.7 |
1199 | 2024-06-28T19:44:24.594Z | Compiling syn v2.0.68 |
1200 | 2024-06-28T19:44:24.640Z | Compiling getrandom v0.2.14 |
1201 | 2024-06-28T19:44:24.898Z | Compiling scopeguard v1.2.0 |
1202 | 2024-06-28T19:44:25.127Z | Compiling allocator-api2 v0.2.18 |
1203 | 2024-06-28T19:44:25.265Z | Compiling slab v0.4.9 |
1204 | 2024-06-28T19:44:25.441Z | Compiling ring v0.17.8 |
1205 | 2024-06-28T19:44:25.473Z | Compiling ryu v1.0.18 |
1206 | 2024-06-28T19:44:25.526Z | Compiling pin-project-lite v0.2.14 |
1207 | 2024-06-28T19:44:25.556Z | Compiling smallvec v1.13.2 |
1208 | 2024-06-28T19:44:25.701Z | Compiling schemars v0.8.21 |
1209 | 2024-06-28T19:44:25.811Z | Compiling semver v1.0.23 |
1210 | 2024-06-28T19:44:26.019Z | Compiling equivalent v1.0.1 |
1211 | 2024-06-28T19:44:26.135Z | Compiling vcpkg v0.2.15 |
1212 | 2024-06-28T19:44:26.170Z | Compiling pkg-config v0.3.30 |
1213 | 2024-06-28T19:44:26.228Z | Compiling parking_lot v0.12.2 |
1214 | 2024-06-28T19:44:26.630Z | Compiling signal-hook-registry v1.4.2 |
1215 | 2024-06-28T19:44:27.227Z | Compiling syn v1.0.109 |
1216 | 2024-06-28T19:44:27.542Z | Compiling openssl-sys v0.9.102 |
1217 | 2024-06-28T19:44:27.745Z | Compiling mio v0.8.11 |
1218 | 2024-06-28T19:44:28.195Z | Compiling rand_core v0.6.4 |
1219 | 2024-06-28T19:44:28.266Z | Compiling socket2 v0.5.7 |
1220 | 2024-06-28T19:44:28.538Z | Compiling num_cpus v1.16.0 |
1221 | 2024-06-28T19:44:28.669Z | Compiling num-conv v0.1.0 |
1222 | 2024-06-28T19:44:28.850Z | Compiling time-core v0.1.2 |
1223 | 2024-06-28T19:44:28.997Z | Compiling time-macros v0.2.18 |
1224 | 2024-06-28T19:44:29.122Z | Compiling httparse v1.8.0 |
1225 | 2024-06-28T19:44:29.510Z | Compiling futures-core v0.3.30 |
1226 | 2024-06-28T19:44:29.722Z | Compiling openssl v0.10.64 |
1227 | 2024-06-28T19:44:29.814Z | Compiling fnv v1.0.7 |
1228 | 2024-06-28T19:44:30.096Z | Compiling rustix v0.38.34 |
1229 | 2024-06-28T19:44:30.217Z | Compiling iana-time-zone v0.1.60 |
1230 | 2024-06-28T19:44:30.335Z | Compiling crossbeam-utils v0.8.19 |
1231 | 2024-06-28T19:44:30.598Z | Compiling serde_derive_internals v0.29.1 |
1232 | 2024-06-28T19:44:30.733Z | Compiling spin v0.9.8 |
1233 | 2024-06-28T19:44:30.882Z | Compiling tinyvec_macros v0.1.1 |
1234 | 2024-06-28T19:44:30.959Z | Compiling rustls v0.21.12 |
1235 | 2024-06-28T19:44:31.084Z | Compiling native-tls v0.2.11 |
1236 | 2024-06-28T19:44:31.137Z | Compiling tinyvec v1.6.0 |
1237 | 2024-06-28T19:44:31.450Z | Compiling futures-sink v0.3.30 |
1238 | 2024-06-28T19:44:31.580Z | Compiling const-oid v0.9.6 |
1239 | 2024-06-28T19:44:31.693Z | Compiling subtle v2.5.0 |
1240 | 2024-06-28T19:44:31.959Z | Compiling ucd-trie v0.1.6 |
1241 | 2024-06-28T19:44:32.324Z | Compiling unicode-normalization v0.1.23 |
1242 | 2024-06-28T19:44:32.465Z | Compiling backtrace v0.3.71 |
1243 | 2024-06-28T19:44:32.578Z | Compiling cookie v0.17.0 |
1244 | 2024-06-28T19:44:32.796Z | Compiling heck v0.5.0 |
1245 | 2024-06-28T19:44:32.821Z | Compiling heck v0.4.1 |
1246 | 2024-06-28T19:44:33.014Z | Compiling slog v2.7.0 |
1247 | 2024-06-28T19:44:33.110Z | Compiling unicode-bidi v0.3.15 |
1248 | 2024-06-28T19:44:33.162Z | Compiling dyn-clone v1.0.17 |
1249 | 2024-06-28T19:44:33.434Z | Compiling futures-channel v0.3.30 |
1250 | 2024-06-28T19:44:33.616Z | Compiling pin-utils v0.1.0 |
1251 | 2024-06-28T19:44:33.705Z | Compiling futures-task v0.3.30 |
1252 | 2024-06-28T19:44:33.827Z | Compiling futures-io v0.3.30 |
1253 | 2024-06-28T19:44:34.246Z | Compiling aho-corasick v1.1.3 |
1254 | 2024-06-28T19:44:34.386Z | Compiling winnow v0.5.40 |
1255 | 2024-06-28T19:44:34.529Z | Compiling untrusted v0.9.0 |
1256 | 2024-06-28T19:44:34.577Z | Compiling anyhow v1.0.86 |
1257 | 2024-06-28T19:44:35.078Z | Compiling regex-syntax v0.8.3 |
1258 | 2024-06-28T19:44:35.153Z | Compiling serde_derive v1.0.203 |
1259 | 2024-06-28T19:44:36.408Z | Compiling zerocopy-derive v0.7.34 |
1260 | 2024-06-28T19:44:36.783Z | Compiling zeroize_derive v1.4.2 |
1261 | 2024-06-28T19:44:37.468Z | Compiling thiserror-impl v1.0.60 |
1262 | 2024-06-28T19:44:37.965Z | Compiling tokio-macros v2.2.0 |
1263 | 2024-06-28T19:44:38.054Z | Compiling futures-macro v0.3.30 |
1264 | 2024-06-28T19:44:38.111Z | Compiling zerocopy v0.7.34 |
1265 | 2024-06-28T19:44:38.264Z | Compiling schemars_derive v0.8.21 |
1266 | 2024-06-28T19:44:39.159Z | Compiling tracing-attributes v0.1.27 |
1267 | 2024-06-28T19:44:39.522Z | Compiling zeroize v1.7.0 |
1268 | 2024-06-28T19:44:39.815Z | Compiling hashbrown v0.14.5 |
1269 | 2024-06-28T19:44:39.990Z | Compiling openssl-macros v0.1.1 |
1270 | 2024-06-28T19:44:40.587Z | Compiling scroll_derive v0.12.0 |
1271 | 2024-06-28T19:44:40.622Z | Compiling pest v2.7.10 |
1272 | 2024-06-28T19:44:40.967Z | Compiling crypto-common v0.1.6 |
1273 | 2024-06-28T19:44:40.996Z | Compiling futures-util v0.3.30 |
1274 | 2024-06-28T19:44:41.393Z | Compiling der_derive v0.7.2 |
1275 | 2024-06-28T19:44:41.834Z | Compiling block-buffer v0.10.4 |
1276 | 2024-06-28T19:44:42.109Z | Compiling regex-automata v0.4.6 |
1277 | 2024-06-28T19:44:42.996Z | Compiling pest_meta v2.7.10 |
1278 | 2024-06-28T19:44:43.302Z | Compiling tracing-core v0.1.32 |
1279 | 2024-06-28T19:44:45.174Z | Compiling pest_generator v2.7.10 |
1280 | 2024-06-28T19:44:45.940Z | Compiling bytes v1.6.0 |
1281 | 2024-06-28T19:44:46.803Z | Compiling indexmap v2.2.6 |
1282 | 2024-06-28T19:44:47.072Z | Compiling uuid v1.8.0 |
1283 | 2024-06-28T19:44:47.486Z | Compiling tokio v1.37.0 |
1284 | 2024-06-28T19:44:47.955Z | Compiling bitflags v2.5.0 |
1285 | 2024-06-28T19:44:48.139Z | Compiling chrono v0.4.38 |
1286 | 2024-06-28T19:44:48.363Z | Compiling serde_tokenstream v0.2.0 |
1287 | 2024-06-28T19:44:49.218Z | Compiling toml_datetime v0.6.6 |
1288 | 2024-06-28T19:44:49.570Z | Compiling serde_spanned v0.6.6 |
1289 | 2024-06-28T19:44:49.742Z | Compiling http v0.2.12 |
1290 | 2024-06-28T19:44:51.123Z | Compiling toml_edit v0.19.15 |
1291 | 2024-06-28T19:44:51.535Z | Compiling rustc_version v0.4.0 |
1292 | 2024-06-28T19:44:52.034Z | Compiling pest_derive v2.7.10 |
1293 | 2024-06-28T19:44:52.147Z | Compiling usdt-impl v0.5.0 |
1294 | 2024-06-28T19:44:52.438Z | Compiling powerfmt v0.2.0 |
1295 | 2024-06-28T19:44:52.642Z | Compiling rustversion v1.0.17 |
1296 | 2024-06-28T19:44:52.860Z | Compiling deranged v0.3.11 |
1297 | 2024-06-28T19:44:53.203Z | Compiling heapless v0.7.17 |
1298 | 2024-06-28T19:44:53.521Z | Compiling tracing v0.1.40 |
1299 | 2024-06-28T19:44:53.683Z | Compiling digest v0.10.7 |
1300 | 2024-06-28T19:44:54.025Z | Compiling scroll v0.12.0 |
1301 | 2024-06-28T19:44:54.474Z | Compiling percent-encoding v2.3.1 |
1302 | 2024-06-28T19:44:54.565Z | Compiling num_threads v0.1.7 |
1303 | 2024-06-28T19:44:54.723Z | Compiling signal-hook v0.3.17 |
1304 | 2024-06-28T19:44:54.846Z | Compiling plain v0.2.3 |
1305 | 2024-06-28T19:44:54.938Z | Compiling ppv-lite86 v0.2.17 |
1306 | 2024-06-28T19:44:55.004Z | Compiling time v0.3.36 |
1307 | 2024-06-28T19:44:55.398Z | Compiling goblin v0.8.2 |
1308 | 2024-06-28T19:44:55.544Z | Compiling rand_chacha v0.3.1 |
1309 | 2024-06-28T19:44:56.687Z | Compiling regex v1.10.4 |
1310 | 2024-06-28T19:44:57.751Z | Compiling pretty-hex v0.4.1 |
1311 | 2024-06-28T19:44:57.923Z | Compiling strsim v0.11.1 |
1312 | 2024-06-28T19:44:58.548Z | Compiling crc32fast v1.4.0 |
1313 | 2024-06-28T19:44:59.058Z | Compiling rand v0.8.5 |
1314 | 2024-06-28T19:44:59.082Z | Compiling tokio-util v0.7.11 |
1315 | 2024-06-28T19:45:00.136Z | Compiling dof v0.3.0 |
1316 | 2024-06-28T19:45:00.327Z | Compiling dtrace-parser v0.2.0 |
1317 | 2024-06-28T19:45:00.954Z | Compiling async-trait v0.1.80 |
1318 | 2024-06-28T19:45:01.305Z | Compiling thread-id v4.2.1 |
1319 | 2024-06-28T19:45:01.550Z | Compiling smoltcp v0.9.1 |
1320 | 2024-06-28T19:45:01.625Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1321 | 2024-06-28T19:45:01.893Z | Compiling foreign-types-shared v0.1.1 |
1322 | 2024-06-28T19:45:01.995Z | Compiling unicode-width v0.1.12 |
1323 | 2024-06-28T19:45:02.040Z | Compiling base64ct v1.6.0 |
1324 | 2024-06-28T19:45:02.185Z | Compiling foreign-types v0.3.2 |
1325 | 2024-06-28T19:45:02.548Z | Compiling pem-rfc7468 v0.7.0 |
1326 | 2024-06-28T19:45:03.454Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-06-28T19:45:03.663Z | Compiling hmac v0.12.1 |
1328 | 2024-06-28T19:45:03.896Z | Compiling try-lock v0.2.5 |
1329 | 2024-06-28T19:45:03.975Z | Compiling flagset v0.4.5 |
1330 | 2024-06-28T19:45:04.039Z | Compiling siphasher v0.3.11 |
1331 | 2024-06-28T19:45:04.143Z | Compiling adler v1.0.2 |
1332 | 2024-06-28T19:45:04.303Z | Compiling base64 v0.21.7 |
1333 | 2024-06-28T19:45:04.365Z | Compiling miniz_oxide v0.7.2 |
1334 | 2024-06-28T19:45:04.389Z | Compiling want v0.3.1 |
1335 | 2024-06-28T19:45:04.413Z | Compiling der v0.7.9 |
1336 | 2024-06-28T19:45:05.870Z | Compiling rustls-webpki v0.101.7 |
1337 | 2024-06-28T19:45:06.146Z | Compiling sct v0.7.1 |
1338 | 2024-06-28T19:45:06.382Z | Compiling h2 v0.3.26 |
1339 | 2024-06-28T19:45:06.949Z | Compiling http-body v0.4.6 |
1340 | 2024-06-28T19:45:07.546Z | Compiling openapiv3 v2.0.0 |
1341 | 2024-06-28T19:45:07.858Z | Compiling hubpack_derive v0.1.1 |
1342 | 2024-06-28T19:45:08.433Z | Compiling zerocopy-derive v0.6.6 |
1343 | 2024-06-28T19:45:08.519Z | Compiling idna v0.5.0 |
1344 | 2024-06-28T19:45:09.051Z | Compiling errno v0.3.9 |
1345 | 2024-06-28T19:45:09.256Z | Compiling fs-err v2.11.0 |
1346 | 2024-06-28T19:45:09.496Z | Compiling httpdate v1.0.3 |
1347 | 2024-06-28T19:45:09.534Z | Compiling tower-service v0.3.2 |
1348 | 2024-06-28T19:45:09.609Z | Compiling openssl-probe v0.1.5 |
1349 | 2024-06-28T19:45:09.864Z | Compiling stable_deref_trait v1.2.0 |
1350 | 2024-06-28T19:45:09.967Z | Compiling anstyle v1.0.7 |
1351 | 2024-06-28T19:45:10.017Z | Compiling finl_unicode v1.2.0 |
1352 | 2024-06-28T19:45:10.041Z | Compiling spin v0.5.2 |
1353 | 2024-06-28T19:45:10.120Z | Compiling cpufeatures v0.2.12 |
1354 | 2024-06-28T19:45:10.271Z | Compiling utf8parse v0.2.1 |
1355 | 2024-06-28T19:45:10.356Z | Compiling gimli v0.28.1 |
1356 | 2024-06-28T19:45:10.545Z | Compiling stringprep v0.1.4 |
1357 | 2024-06-28T19:45:10.900Z | Compiling anstyle-parse v0.2.4 |
1358 | 2024-06-28T19:45:11.115Z | Compiling sha2 v0.10.8 |
1359 | 2024-06-28T19:45:11.740Z | Compiling url v2.5.0 |
1360 | 2024-06-28T19:45:12.506Z | Compiling hyper v0.14.28 |
1361 | 2024-06-28T19:45:14.029Z | Compiling addr2line v0.21.0 |
1362 | 2024-06-28T19:45:14.918Z | Compiling spki v0.7.3 |
1363 | 2024-06-28T19:45:15.272Z | Compiling usdt-attr-macro v0.5.0 |
1364 | 2024-06-28T19:45:15.525Z | Compiling usdt-macro v0.5.0 |
1365 | 2024-06-28T19:45:16.793Z | Compiling md-5 v0.10.6 |
1366 | 2024-06-28T19:45:19.948Z | Compiling idna v0.3.0 |
1367 | 2024-06-28T19:45:20.329Z | Compiling diesel_table_macro_syntax v0.1.0 |
1368 | 2024-06-28T19:45:20.642Z | Compiling num-integer v0.1.46 |
1369 | 2024-06-28T19:45:21.009Z | Compiling object v0.32.2 |
1370 | 2024-06-28T19:45:21.228Z | Compiling hash32 v0.2.1 |
1371 | 2024-06-28T19:45:21.536Z | Compiling psl-types v2.0.11 |
1372 | 2024-06-28T19:45:21.798Z | Compiling anstyle-query v1.0.3 |
1373 | 2024-06-28T19:45:21.921Z | Compiling rustc-demangle v0.1.24 |
1374 | 2024-06-28T19:45:23.747Z | Compiling colorchoice v1.0.1 |
1375 | 2024-06-28T19:45:23.885Z | Compiling fallible-iterator v0.2.0 |
1376 | 2024-06-28T19:45:24.625Z | Compiling is_terminal_polyfill v1.70.0 |
1377 | 2024-06-28T19:45:25.187Z | Compiling anstream v0.6.14 |
1378 | 2024-06-28T19:45:25.932Z | Compiling lazy_static v1.4.0 |
1379 | 2024-06-28T19:45:26.544Z | Compiling postgres-protocol v0.6.6 |
1380 | 2024-06-28T19:45:27.716Z | Compiling publicsuffix v2.2.3 |
1381 | 2024-06-28T19:45:28.058Z | Compiling diesel_derives v2.1.4 |
1382 | 2024-06-28T19:45:29.276Z | Compiling tokio-rustls v0.24.1 |
1383 | 2024-06-28T19:45:32.547Z | Compiling pkcs8 v0.10.2 |
1384 | 2024-06-28T19:45:33.078Z | Compiling terminal_size v0.3.0 |
1385 | 2024-06-28T19:45:33.251Z | Compiling tokio-native-tls v0.3.1 |
1386 | 2024-06-28T19:45:33.594Z | Compiling phf_shared v0.11.2 |
1387 | 2024-06-28T19:45:34.057Z | Compiling strum_macros v0.25.3 |
1388 | 2024-06-28T19:45:34.969Z | Compiling block-padding v0.3.3 |
1389 | 2024-06-28T19:45:35.035Z | Compiling regress v0.9.1 |
1390 | 2024-06-28T19:45:35.164Z | Compiling enum-as-inner v0.5.1 |
1391 | 2024-06-28T19:45:35.557Z | Compiling clap_derive v4.5.4 |
1392 | 2024-06-28T19:45:35.929Z | Compiling serde_repr v0.1.19 |
1393 | 2024-06-28T19:45:36.920Z | Compiling ff v0.13.0 |
1394 | 2024-06-28T19:45:37.056Z | Compiling scheduled-thread-pool v0.2.7 |
1395 | 2024-06-28T19:45:37.528Z | Compiling encoding_rs v0.8.34 |
1396 | 2024-06-28T19:45:38.706Z | Compiling mime v0.3.17 |
1397 | 2024-06-28T19:45:39.119Z | Compiling bitflags v1.3.2 |
1398 | 2024-06-28T19:45:39.219Z | Compiling clap_lex v0.7.0 |
1399 | 2024-06-28T19:45:39.427Z | Compiling bit-vec v0.6.3 |
1400 | 2024-06-28T19:45:39.575Z | Compiling either v1.12.0 |
1401 | 2024-06-28T19:45:39.609Z | Compiling matches v0.1.10 |
1402 | 2024-06-28T19:45:39.695Z | Compiling managed v0.8.0 |
1403 | 2024-06-28T19:45:39.945Z | Compiling base16ct v0.2.0 |
1404 | 2024-06-28T19:45:40.120Z | Compiling ipnet v2.9.0 |
1405 | 2024-06-28T19:45:41.025Z | Compiling sec1 v0.7.3 |
1406 | 2024-06-28T19:45:41.302Z | Compiling idna v0.2.3 |
1407 | 2024-06-28T19:45:41.469Z | Compiling clap_builder v4.5.2 |
1408 | 2024-06-28T19:45:42.276Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1409 | 2024-06-28T19:45:42.916Z | Compiling r2d2 v0.8.10 |
1410 | 2024-06-28T19:45:43.214Z | Compiling group v0.13.0 |
1411 | 2024-06-28T19:45:45.646Z | Compiling inout v0.1.3 |
1412 | 2024-06-28T19:45:46.132Z | Compiling phf v0.11.2 |
1413 | 2024-06-28T19:45:46.204Z | Compiling hyper-tls v0.5.0 |
1414 | 2024-06-28T19:45:46.500Z | Compiling signal-hook-mio v0.2.3 |
1415 | 2024-06-28T19:45:46.631Z | Compiling hyper-rustls v0.24.2 |
1416 | 2024-06-28T19:45:46.741Z | Compiling cookie_store v0.20.0 |
1417 | 2024-06-28T19:45:46.766Z | Compiling postgres-types v0.2.6 |
1418 | 2024-06-28T19:45:47.208Z | Compiling num-bigint v0.4.5 |
1419 | 2024-06-28T19:45:47.690Z | Compiling zerocopy v0.6.6 |
1420 | 2024-06-28T19:45:47.933Z | Compiling hubpack v0.1.2 |
1421 | 2024-06-28T19:45:48.022Z | Compiling rustls-pemfile v1.0.4 |
1422 | 2024-06-28T19:45:48.303Z | Compiling phf_shared v0.10.0 |
1423 | 2024-06-28T19:45:48.340Z | Compiling hkdf v0.12.4 |
1424 | 2024-06-28T19:45:48.371Z | Compiling serde_urlencoded v0.7.1 |
1425 | 2024-06-28T19:45:48.620Z | Compiling crossbeam-epoch v0.9.18 |
1426 | 2024-06-28T19:45:48.795Z | Compiling ipnetwork v0.20.0 |
1427 | 2024-06-28T19:45:49.456Z | Compiling futures-executor v0.3.30 |
1428 | 2024-06-28T19:45:49.865Z | Compiling crypto-bigint v0.5.5 |
1429 | 2024-06-28T19:45:50.184Z | Compiling float-cmp v0.9.0 |
1430 | 2024-06-28T19:45:50.361Z | Compiling memmap v0.7.0 |
1431 | 2024-06-28T19:45:50.636Z | Compiling minimal-lexical v0.2.1 |
1432 | 2024-06-28T19:45:50.796Z | Compiling fixedbitset v0.4.2 |
1433 | 2024-06-28T19:45:51.053Z | Compiling whoami v1.5.1 |
1434 | 2024-06-28T19:45:51.134Z | Compiling normalize-line-endings v0.3.0 |
1435 | 2024-06-28T19:45:51.247Z | Compiling static_assertions v1.1.0 |
1436 | 2024-06-28T19:45:51.337Z | Compiling new_debug_unreachable v1.0.6 |
1437 | 2024-06-28T19:45:51.423Z | Compiling data-encoding v2.6.0 |
1438 | 2024-06-28T19:45:51.538Z | Compiling winnow v0.6.8 |
1439 | 2024-06-28T19:45:52.394Z | Compiling predicates-core v1.0.6 |
1440 | 2024-06-28T19:45:52.812Z | Compiling sync_wrapper v0.1.2 |
1441 | 2024-06-28T19:45:52.937Z | Compiling precomputed-hash v0.1.1 |
1442 | 2024-06-28T19:45:53.143Z | Compiling webpki-roots v0.25.4 |
1443 | 2024-06-28T19:45:53.178Z | Compiling unicode-segmentation v1.11.0 |
1444 | 2024-06-28T19:45:53.203Z | Compiling difflib v0.4.0 |
1445 | 2024-06-28T19:45:53.285Z | Compiling reqwest v0.11.27 |
1446 | 2024-06-28T19:45:53.802Z | Compiling similar v2.5.0 |
1447 | 2024-06-28T19:45:54.249Z | Compiling toml_edit v0.22.13 |
1448 | 2024-06-28T19:45:54.330Z | Compiling predicates v3.1.0 |
1449 | 2024-06-28T19:45:54.463Z | Compiling string_cache v0.8.7 |
1450 | 2024-06-28T19:45:54.488Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1451 | 2024-06-28T19:45:54.829Z | Compiling elliptic-curve v0.13.8 |
1452 | 2024-06-28T19:45:55.438Z | Compiling trust-dns-proto v0.22.0 |
1453 | 2024-06-28T19:45:55.463Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1454 | 2024-06-28T19:45:55.570Z | Compiling tokio-postgres v0.7.10 |
1455 | 2024-06-28T19:45:57.608Z | Compiling petgraph v0.6.5 |
1456 | 2024-06-28T19:45:59.239Z | Compiling nom v7.1.3 |
1457 | 2024-06-28T19:45:59.264Z | Compiling usdt v0.5.0 |
1458 | 2024-06-28T19:46:00.286Z | Compiling futures v0.3.30 |
1459 | 2024-06-28T19:46:00.424Z | Compiling yasna v0.5.2 |
1460 | 2024-06-28T19:46:00.494Z | Compiling diesel v2.1.6 |
1461 | 2024-06-28T19:46:01.177Z | Compiling crossterm v0.27.0 |
1462 | 2024-06-28T19:46:01.203Z | Compiling flate2 v1.0.30 |
1463 | 2024-06-28T19:46:01.231Z | Compiling cipher v0.4.4 |
1464 | 2024-06-28T19:46:01.633Z | Compiling clap v4.5.4 |
1465 | 2024-06-28T19:46:01.759Z | Compiling itertools v0.10.5 |
1466 | 2024-06-28T19:46:01.961Z | Compiling itertools v0.12.1 |
1467 | 2024-06-28T19:46:02.135Z | Compiling bit-set v0.5.3 |
1468 | 2024-06-28T19:46:02.427Z | Compiling console v0.15.8 |
1469 | 2024-06-28T19:46:03.402Z | Compiling num-iter v0.1.45 |
1470 | 2024-06-28T19:46:03.791Z | Compiling tokio-stream v0.1.15 |
1471 | 2024-06-28T19:46:03.930Z | Compiling toml v0.7.8 |
1472 | 2024-06-28T19:46:04.057Z | Compiling bstr v1.9.1 |
1473 | 2024-06-28T19:46:04.104Z | Compiling hex v0.4.3 |
1474 | 2024-06-28T19:46:04.605Z | Compiling peg-runtime v0.8.3 |
1475 | 2024-06-28T19:46:04.940Z | Compiling lalrpop-util v0.19.12 |
1476 | 2024-06-28T19:46:05.057Z | Compiling unicode-xid v0.2.4 |
1477 | 2024-06-28T19:46:05.180Z | Compiling camino v1.1.7 |
1478 | 2024-06-28T19:46:05.409Z | Compiling proc-macro-crate v1.3.1 |
1479 | 2024-06-28T19:46:06.321Z | Compiling heapless v0.8.0 |
1480 | 2024-06-28T19:46:08.665Z | Compiling num_enum_derive v0.5.11 |
1481 | 2024-06-28T19:46:12.760Z | Compiling hash32 v0.3.1 |
1482 | 2024-06-28T19:46:13.267Z | Compiling rustls-pki-types v1.7.0 |
1483 | 2024-06-28T19:46:14.189Z | Compiling smoltcp v0.11.0 |
1484 | 2024-06-28T19:46:14.702Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1485 | 2024-06-28T19:46:14.959Z | Compiling ident_case v1.0.1 |
1486 | 2024-06-28T19:46:15.465Z | Compiling darling_core v0.20.9 |
1487 | 2024-06-28T19:46:24.298Z | Compiling num_enum v0.5.11 |
1488 | 2024-06-28T19:46:25.358Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1489 | 2024-06-28T19:46:25.717Z | Compiling getopts v0.2.21 |
1490 | 2024-06-28T19:46:26.650Z | Compiling dirs-sys-next v0.1.2 |
1491 | 2024-06-28T19:46:27.080Z | Compiling proc-macro-error-attr v1.0.4 |
1492 | 2024-06-28T19:46:27.345Z | Compiling paste v1.0.15 |
1493 | 2024-06-28T19:46:27.563Z | Compiling unsafe-libyaml v0.2.11 |
1494 | 2024-06-28T19:46:27.605Z | Compiling rustls v0.22.4 |
1495 | 2024-06-28T19:46:27.847Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1496 | 2024-06-28T19:46:28.077Z | Compiling cobs v0.2.3 |
1497 | 2024-06-28T19:46:29.389Z | Compiling embedded-io v0.4.0 |
1498 | 2024-06-28T19:46:29.500Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1499 | 2024-06-28T19:46:29.604Z | Compiling postcard v1.0.8 |
1500 | 2024-06-28T19:46:29.724Z | Compiling serde_yaml v0.9.34+deprecated |
1501 | 2024-06-28T19:46:32.278Z | Compiling dirs-next v2.0.0 |
1502 | 2024-06-28T19:46:33.001Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1503 | 2024-06-28T19:46:34.866Z | Compiling darling_macro v0.20.9 |
1504 | 2024-06-28T19:46:37.431Z | Compiling rustls-webpki v0.102.4 |
1505 | 2024-06-28T19:46:41.634Z | Compiling strum_macros v0.26.2 |
1506 | 2024-06-28T19:46:43.026Z | Compiling foreign-types-macros v0.2.3 |
1507 | 2024-06-28T19:46:43.050Z | Compiling structmeta-derive v0.3.0 |
1508 | 2024-06-28T19:46:44.151Z | Compiling thread_local v1.1.8 |
1509 | 2024-06-28T19:46:44.303Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1510 | 2024-06-28T19:46:44.545Z | Compiling proc-macro-error v1.0.4 |
1511 | 2024-06-28T19:46:44.757Z | Compiling multer v3.1.0 |
1512 | 2024-06-28T19:46:44.797Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1513 | 2024-06-28T19:46:45.181Z | Compiling match_cfg v0.1.0 |
1514 | 2024-06-28T19:46:45.638Z | Compiling foreign-types-shared v0.3.1 |
1515 | 2024-06-28T19:46:45.757Z | Compiling slog-async v2.8.0 |
1516 | 2024-06-28T19:46:46.570Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1517 | 2024-06-28T19:46:46.728Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1518 | 2024-06-28T19:46:50.127Z | Compiling foreign-types v0.5.0 |
1519 | 2024-06-28T19:46:50.524Z | Compiling hostname v0.3.1 |
1520 | 2024-06-28T19:46:50.747Z | Compiling strum v0.26.2 |
1521 | 2024-06-28T19:46:50.918Z | Compiling structmeta v0.3.0 |
1522 | 2024-06-28T19:46:53.886Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1523 | 2024-06-28T19:46:56.196Z | Compiling darling v0.20.9 |
1524 | 2024-06-28T19:46:57.734Z | Compiling term v0.7.0 |
1525 | 2024-06-28T19:47:03.384Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1526 | 2024-06-28T19:47:06.248Z | Compiling slog-json v2.6.1 |
1527 | 2024-06-28T19:47:06.442Z | Compiling tabwriter v1.4.0 |
1528 | 2024-06-28T19:47:06.541Z | Compiling crossbeam-channel v0.5.12 |
1529 | 2024-06-28T19:47:07.090Z | Compiling http v1.1.0 |
1530 | 2024-06-28T19:47:07.538Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1531 | 2024-06-28T19:47:07.708Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1532 | 2024-06-28T19:47:07.947Z | Compiling async-stream-impl v0.3.5 |
1533 | 2024-06-28T19:47:08.189Z | Compiling cstr-argument v0.1.2 |
1534 | 2024-06-28T19:47:08.384Z | Compiling is-terminal v0.4.12 |
1535 | 2024-06-28T19:47:08.418Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1536 | 2024-06-28T19:47:08.509Z | Compiling pretty-hex v0.2.1 |
1537 | 2024-06-28T19:47:08.654Z | Compiling fastrand v2.1.0 |
1538 | 2024-06-28T19:47:08.702Z | Compiling atomic-waker v1.1.2 |
1539 | 2024-06-28T19:47:08.867Z | Compiling base64 v0.22.1 |
1540 | 2024-06-28T19:47:09.227Z | Compiling crucible-workspace-hack v0.1.0 |
1541 | 2024-06-28T19:47:09.444Z | Compiling take_mut v0.2.2 |
1542 | 2024-06-28T19:47:09.597Z | Compiling rayon-core v1.12.1 |
1543 | 2024-06-28T19:47:09.746Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1544 | 2024-06-28T19:47:10.029Z | Compiling rustls-pemfile v2.1.2 |
1545 | 2024-06-28T19:47:10.160Z | Compiling tempfile v3.10.1 |
1546 | 2024-06-28T19:47:10.348Z | Compiling async-stream v0.3.5 |
1547 | 2024-06-28T19:47:10.629Z | Compiling waitgroup v0.1.2 |
1548 | 2024-06-28T19:47:10.721Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1549 | 2024-06-28T19:47:10.930Z | Compiling slog-term v2.9.1 |
1550 | 2024-06-28T19:47:11.253Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1551 | 2024-06-28T19:47:11.819Z | Compiling slog-bunyan v2.5.0 |
1552 | 2024-06-28T19:47:12.011Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1553 | 2024-06-28T19:47:12.227Z | Compiling tokio-rustls v0.25.0 |
1554 | 2024-06-28T19:47:12.409Z | Compiling serde_with_macros v3.8.1 |
1555 | 2024-06-28T19:47:12.619Z | Compiling parse-display-derive v0.9.0 |
1556 | 2024-06-28T19:47:12.677Z | Compiling toml v0.8.13 |
1557 | 2024-06-28T19:47:13.206Z | Compiling sha1 v0.10.6 |
1558 | 2024-06-28T19:47:13.231Z | Compiling crossbeam-deque v0.8.5 |
1559 | 2024-06-28T19:47:13.552Z | Compiling colored v2.1.0 |
1560 | 2024-06-28T19:47:13.824Z | Compiling newtype-uuid v1.1.0 |
1561 | 2024-06-28T19:47:14.115Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1562 | 2024-06-28T19:47:14.602Z | Compiling serde_path_to_error v0.1.16 |
1563 | 2024-06-28T19:47:14.679Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1564 | 2024-06-28T19:47:15.255Z | Compiling hostname v0.4.0 |
1565 | 2024-06-28T19:47:15.476Z | Compiling socket2 v0.4.10 |
1566 | 2024-06-28T19:47:15.510Z | Compiling instant v0.1.12 |
1567 | 2024-06-28T19:47:15.660Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1568 | 2024-06-28T19:47:15.762Z | Compiling debug-ignore v1.0.5 |
1569 | 2024-06-28T19:47:15.948Z | Compiling parse-display v0.9.0 |
1570 | 2024-06-28T19:47:16.764Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1571 | 2024-06-28T19:47:17.521Z | Compiling backoff v0.4.0 |
1572 | 2024-06-28T19:47:17.837Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1573 | 2024-06-28T19:47:18.024Z | Compiling serde_with v3.8.1 |
1574 | 2024-06-28T19:47:18.319Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1575 | 2024-06-28T19:47:18.719Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1576 | 2024-06-28T19:47:19.174Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1577 | 2024-06-28T19:47:19.770Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1578 | 2024-06-28T19:47:20.343Z | Compiling camino-tempfile v1.1.1 |
1579 | 2024-06-28T19:47:21.063Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1580 | 2024-06-28T19:47:21.395Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1581 | 2024-06-28T19:47:21.492Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1582 | 2024-06-28T19:47:21.567Z | Compiling macaddr v1.0.1 |
1583 | 2024-06-28T19:47:21.591Z | Compiling num-derive v0.4.2 |
1584 | 2024-06-28T19:47:22.076Z | Compiling sigpipe v0.1.3 |
1585 | 2024-06-28T19:47:22.225Z | Compiling libefi-sys v0.1.0 |
1586 | 2024-06-28T19:47:22.487Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1587 | 2024-06-28T19:47:22.746Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1588 | 2024-06-28T19:47:22.888Z | Compiling rayon v1.10.0 |
1589 | 2024-06-28T19:47:22.972Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1590 | 2024-06-28T19:47:23.352Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1591 | 2024-06-28T19:47:24.475Z | Compiling smf v0.2.3 |
1592 | 2024-06-28T19:47:24.664Z | Compiling bitfield-struct v0.6.1 |
1593 | 2024-06-28T19:47:25.363Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1594 | 2024-06-28T19:47:25.666Z | Compiling blake3 v1.5.1 |
1595 | 2024-06-28T19:47:25.726Z | Compiling ring v0.16.20 |
1596 | 2024-06-28T19:47:26.140Z | Compiling portable-atomic v1.6.0 |
1597 | 2024-06-28T19:47:26.224Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1598 | 2024-06-28T19:47:26.523Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1599 | 2024-06-28T19:47:27.346Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1600 | 2024-06-28T19:47:27.982Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1601 | 2024-06-28T19:47:28.064Z | Compiling xattr v1.3.1 |
1602 | 2024-06-28T19:47:28.339Z | Compiling filetime v0.2.23 |
1603 | 2024-06-28T19:47:28.695Z | Compiling memmap2 v0.9.4 |
1604 | 2024-06-28T19:47:29.019Z | Compiling constant_time_eq v0.3.0 |
1605 | 2024-06-28T19:47:29.169Z | Compiling untrusted v0.7.1 |
1606 | 2024-06-28T19:47:29.193Z | Compiling same-file v1.0.6 |
1607 | 2024-06-28T19:47:29.313Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1608 | 2024-06-28T19:47:29.341Z | Compiling arrayvec v0.7.4 |
1609 | 2024-06-28T19:47:29.420Z | Compiling arrayref v0.3.7 |
1610 | 2024-06-28T19:47:29.445Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1611 | 2024-06-28T19:47:29.537Z | Compiling walkdir v2.5.0 |
1612 | 2024-06-28T19:47:30.759Z | Compiling tar v0.4.40 |
1613 | 2024-06-28T19:47:31.751Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1614 | 2024-06-28T19:47:32.117Z | Compiling cargo-platform v0.1.8 |
1615 | 2024-06-28T19:47:32.214Z | Compiling gethostname v0.4.3 |
1616 | 2024-06-28T19:47:32.466Z | Compiling topological-sort v0.2.2 |
1617 | 2024-06-28T19:47:32.693Z | Compiling number_prefix v0.4.0 |
1618 | 2024-06-28T19:47:32.906Z | Compiling cargo_metadata v0.18.1 |
1619 | 2024-06-28T19:47:33.058Z | Compiling indicatif v0.17.8 |
1620 | 2024-06-28T19:47:33.454Z | Compiling omicron-zone-package v0.11.0 |
1621 | 2024-06-28T19:47:36.138Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1622 | 2024-06-28T19:47:39.188Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1623 | 2024-06-28T19:47:39.882Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1624 | 2024-06-28T19:47:41.160Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1625 | 2024-06-28T19:48:01.773Z | Finished `release` profile [optimized] target(s) in 3m 42s |
1626 | 2024-06-28T19:48:01.876Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1627 | 2024-06-28T19:48:01.938Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1628 | 2024-06-28T19:48:01.963Z | Created new build target 'test' and set it as active |
1629 | 2024-06-28T19:48:01.963Z | |
1630 | 2024-06-28T19:48:01.963Z | real 3:42.359575450 |
1631 | 2024-06-28T19:48:01.963Z | user 24:17.764890753 |
1632 | 2024-06-28T19:48:01.963Z | sys 3:19.902236036 |
1633 | 2024-06-28T19:48:01.963Z | trap 0.853926599 |
1634 | 2024-06-28T19:48:01.963Z | tflt 0.833145884 |
1635 | 2024-06-28T19:48:01.963Z | dflt 0.656607439 |
1636 | 2024-06-28T19:48:01.963Z | kflt 0.000784926 |
1637 | 2024-06-28T19:48:01.963Z | lock 49:59.529774753 |
1638 | 2024-06-28T19:48:01.963Z | slp 1:07:57.949739494 |
1639 | 2024-06-28T19:48:01.963Z | lat 1:46.898128947 |
1640 | 2024-06-28T19:48:01.963Z | stop 2:49.534508704 |
1641 | 2024-06-28T19:48:01.963Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1642 | 2024-06-28T19:48:03.204Z | Finished `release` profile [optimized] target(s) in 1.19s |
1643 | 2024-06-28T19:48:03.251Z | Running `target/release/omicron-package -t test package` |
1644 | 2024-06-28T19:48:03.303Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1645 | 2024-06-28T19:48:04.701Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1646 | 2024-06-28T19:48:04.728Z | Compiling humantime v2.1.0 |
1647 | 2024-06-28T19:48:04.752Z | Compiling newline-converter v0.3.0 |
1648 | 2024-06-28T19:48:04.752Z | Compiling derive-where v1.2.7 |
1649 | 2024-06-28T19:48:04.752Z | Compiling dirs-sys-next v0.1.2 |
1650 | 2024-06-28T19:48:04.790Z | Compiling convert_case v0.4.0 |
1651 | 2024-06-28T19:48:04.814Z | Compiling prettyplease v0.2.20 |
1652 | 2024-06-28T19:48:04.839Z | Compiling camino v1.1.7 |
1653 | 2024-06-28T19:48:04.938Z | Compiling expectorate v1.1.0 |
1654 | 2024-06-28T19:48:04.963Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1655 | 2024-06-28T19:48:05.060Z | Compiling dirs-next v2.0.0 |
1656 | 2024-06-28T19:48:05.107Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1657 | 2024-06-28T19:48:05.221Z | Compiling term v0.7.0 |
1658 | 2024-06-28T19:48:05.245Z | Compiling password-hash v0.5.0 |
1659 | 2024-06-28T19:48:05.460Z | Compiling blake2 v0.10.6 |
1660 | 2024-06-28T19:48:05.484Z | Compiling derive_more v0.99.17 |
1661 | 2024-06-28T19:48:05.623Z | Compiling is-terminal v0.4.12 |
1662 | 2024-06-28T19:48:05.748Z | Compiling toml v0.8.13 |
1663 | 2024-06-28T19:48:06.363Z | Compiling argon2 v0.5.3 |
1664 | 2024-06-28T19:48:06.387Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1665 | 2024-06-28T19:48:06.741Z | Compiling semver v0.1.20 |
1666 | 2024-06-28T19:48:07.068Z | Compiling rustc_version v0.1.7 |
1667 | 2024-06-28T19:48:07.094Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1668 | 2024-06-28T19:48:07.224Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1669 | 2024-06-28T19:48:07.388Z | Compiling linked-hash-map v0.5.6 |
1670 | 2024-06-28T19:48:07.423Z | Compiling rustls-pki-types v1.7.0 |
1671 | 2024-06-28T19:48:07.469Z | Compiling newtype_derive v0.1.6 |
1672 | 2024-06-28T19:48:07.719Z | Compiling lru-cache v0.1.2 |
1673 | 2024-06-28T19:48:07.917Z | Compiling rustls-webpki v0.102.4 |
1674 | 2024-06-28T19:48:07.942Z | Compiling rustls v0.22.4 |
1675 | 2024-06-28T19:48:07.966Z | Compiling thread_local v1.1.8 |
1676 | 2024-06-28T19:48:08.086Z | Compiling match_cfg v0.1.0 |
1677 | 2024-06-28T19:48:08.179Z | Compiling home v0.5.9 |
1678 | 2024-06-28T19:48:08.324Z | Compiling hostname v0.3.1 |
1679 | 2024-06-28T19:48:08.384Z | Compiling steno v0.4.0 |
1680 | 2024-06-28T19:48:08.409Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1681 | 2024-06-28T19:48:08.529Z | Compiling multer v3.1.0 |
1682 | 2024-06-28T19:48:09.404Z | Compiling slog-async v2.8.0 |
1683 | 2024-06-28T19:48:09.467Z | Compiling slog-json v2.6.1 |
1684 | 2024-06-28T19:48:09.761Z | Compiling crossbeam-channel v0.5.12 |
1685 | 2024-06-28T19:48:09.810Z | Compiling http v1.1.0 |
1686 | 2024-06-28T19:48:10.416Z | Compiling slog-dtrace v0.3.0 |
1687 | 2024-06-28T19:48:10.635Z | Compiling atomic-waker v1.1.2 |
1688 | 2024-06-28T19:48:10.662Z | Compiling base64 v0.22.1 |
1689 | 2024-06-28T19:48:10.803Z | Compiling termcolor v1.4.1 |
1690 | 2024-06-28T19:48:11.249Z | Compiling take_mut v0.2.2 |
1691 | 2024-06-28T19:48:11.276Z | Compiling rustls-pemfile v2.1.2 |
1692 | 2024-06-28T19:48:11.701Z | Compiling waitgroup v0.1.2 |
1693 | 2024-06-28T19:48:11.782Z | Compiling slog-bunyan v2.5.0 |
1694 | 2024-06-28T19:48:11.881Z | Compiling slog-term v2.9.1 |
1695 | 2024-06-28T19:48:11.964Z | Compiling async-stream v0.3.5 |
1696 | 2024-06-28T19:48:12.236Z | Compiling tokio-rustls v0.25.0 |
1697 | 2024-06-28T19:48:12.288Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1698 | 2024-06-28T19:48:12.354Z | Compiling sha1 v0.10.6 |
1699 | 2024-06-28T19:48:12.462Z | Compiling newtype-uuid v1.1.0 |
1700 | 2024-06-28T19:48:12.594Z | Compiling serde_path_to_error v0.1.16 |
1701 | 2024-06-28T19:48:12.701Z | Compiling hostname v0.4.0 |
1702 | 2024-06-28T19:48:12.738Z | Compiling instant v0.1.12 |
1703 | 2024-06-28T19:48:12.851Z | Compiling debug-ignore v1.0.5 |
1704 | 2024-06-28T19:48:12.881Z | Compiling backoff v0.4.0 |
1705 | 2024-06-28T19:48:12.906Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1706 | 2024-06-28T19:48:13.160Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1707 | 2024-06-28T19:48:13.279Z | Compiling parse-display v0.9.0 |
1708 | 2024-06-28T19:48:13.731Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1709 | 2024-06-28T19:48:13.896Z | Compiling serde_with v3.8.1 |
1710 | 2024-06-28T19:48:14.256Z | Compiling strum v0.26.2 |
1711 | 2024-06-28T19:48:14.411Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1712 | 2024-06-28T19:48:15.234Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1713 | 2024-06-28T19:48:15.801Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1714 | 2024-06-28T19:48:15.940Z | Compiling num-rational v0.4.2 |
1715 | 2024-06-28T19:48:15.965Z | Compiling num-complex v0.4.6 |
1716 | 2024-06-28T19:48:16.202Z | Compiling macaddr v1.0.1 |
1717 | 2024-06-28T19:48:16.564Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1718 | 2024-06-28T19:48:16.815Z | Compiling quick-error v1.2.3 |
1719 | 2024-06-28T19:48:16.953Z | Compiling resolv-conf v0.7.0 |
1720 | 2024-06-28T19:48:17.042Z | Compiling num v0.4.3 |
1721 | 2024-06-28T19:48:17.145Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1722 | 2024-06-28T19:48:19.017Z | Compiling swrite v0.1.0 |
1723 | 2024-06-28T19:48:19.133Z | Compiling radium v0.7.0 |
1724 | 2024-06-28T19:48:19.240Z | Compiling float-ord v0.3.2 |
1725 | 2024-06-28T19:48:19.264Z | Compiling utf-8 v0.7.6 |
1726 | 2024-06-28T19:48:19.509Z | Compiling trust-dns-resolver v0.22.0 |
1727 | 2024-06-28T19:48:19.544Z | Compiling maybe-uninit v2.0.0 |
1728 | 2024-06-28T19:48:19.713Z | Compiling tap v1.0.1 |
1729 | 2024-06-28T19:48:19.878Z | Compiling wyz v0.5.1 |
1730 | 2024-06-28T19:48:20.296Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1731 | 2024-06-28T19:48:20.432Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1732 | 2024-06-28T19:48:20.785Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1733 | 2024-06-28T19:48:24.936Z | Compiling num-bigint-dig v0.8.4 |
1734 | 2024-06-28T19:48:25.176Z | Compiling display-error-chain v0.2.0 |
1735 | 2024-06-28T19:48:25.342Z | Compiling crc-catalog v2.4.0 |
1736 | 2024-06-28T19:48:26.386Z | Compiling packed_struct v0.10.1 |
1737 | 2024-06-28T19:48:26.730Z | Compiling funty v2.0.0 |
1738 | 2024-06-28T19:48:28.748Z | Compiling bitvec v1.0.1 |
1739 | 2024-06-28T19:48:29.132Z | Compiling crc v3.2.1 |
1740 | 2024-06-28T19:48:32.607Z | Compiling packed_struct_codegen v0.10.1 |
1741 | 2024-06-28T19:48:34.267Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1742 | 2024-06-28T19:48:34.463Z | Compiling indexmap v1.9.3 |
1743 | 2024-06-28T19:48:34.753Z | Compiling crunchy v0.2.2 |
1744 | 2024-06-28T19:48:34.842Z | Compiling nodrop v0.1.14 |
1745 | 2024-06-28T19:48:34.970Z | Compiling glob v0.3.1 |
1746 | 2024-06-28T19:48:35.182Z | Compiling array-init v0.0.4 |
1747 | 2024-06-28T19:48:35.717Z | Compiling clang-sys v1.7.0 |
1748 | 2024-06-28T19:48:36.384Z | Compiling smallvec v0.6.14 |
1749 | 2024-06-28T19:48:36.783Z | Compiling pkcs1 v0.7.5 |
1750 | 2024-06-28T19:48:37.075Z | Compiling signature v2.2.0 |
1751 | 2024-06-28T19:48:37.349Z | Compiling nibble_vec v0.1.0 |
1752 | 2024-06-28T19:48:37.543Z | Compiling tiny-keccak v2.0.2 |
1753 | 2024-06-28T19:48:37.823Z | Compiling endian-type v0.1.2 |
1754 | 2024-06-28T19:48:38.041Z | Compiling maplit v1.0.2 |
1755 | 2024-06-28T19:48:38.155Z | Compiling hashbrown v0.12.3 |
1756 | 2024-06-28T19:48:38.231Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1757 | 2024-06-28T19:48:38.589Z | Compiling bitfield v0.14.0 |
1758 | 2024-06-28T19:48:38.835Z | Compiling cancel-safe-futures v0.1.5 |
1759 | 2024-06-28T19:48:39.128Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1760 | 2024-06-28T19:48:39.405Z | Compiling rsa v0.9.6 |
1761 | 2024-06-28T19:48:39.882Z | Compiling radix_trie v0.2.1 |
1762 | 2024-06-28T19:48:40.151Z | Compiling serde-hex v0.1.0 |
1763 | 2024-06-28T19:48:40.635Z | Compiling bzip2 v0.4.4 |
1764 | 2024-06-28T19:48:41.154Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1765 | 2024-06-28T19:48:41.431Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1766 | 2024-06-28T19:48:41.799Z | Compiling env_logger v0.10.2 |
1767 | 2024-06-28T19:48:43.808Z | Compiling x509-cert v0.2.5 |
1768 | 2024-06-28T19:48:44.180Z | Compiling ron v0.8.1 |
1769 | 2024-06-28T19:48:44.297Z | Compiling hashbrown v0.13.2 |
1770 | 2024-06-28T19:48:44.374Z | Compiling crc-any v2.5.0 |
1771 | 2024-06-28T19:48:45.374Z | Compiling object v0.30.4 |
1772 | 2024-06-28T19:48:45.479Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1773 | 2024-06-28T19:48:46.884Z | Compiling zip v0.6.6 |
1774 | 2024-06-28T19:48:49.077Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1775 | 2024-06-28T19:48:49.769Z | Compiling rayon-core v1.12.1 |
1776 | 2024-06-28T19:48:49.794Z | Compiling ascii-canvas v3.0.0 |
1777 | 2024-06-28T19:48:50.215Z | Compiling crossbeam-deque v0.8.5 |
1778 | 2024-06-28T19:48:50.501Z | Compiling ena v0.14.3 |
1779 | 2024-06-28T19:48:50.840Z | Compiling half v2.4.1 |
1780 | 2024-06-28T19:48:51.419Z | Compiling libloading v0.8.3 |
1781 | 2024-06-28T19:48:51.738Z | Compiling ciborium-io v0.2.2 |
1782 | 2024-06-28T19:48:51.856Z | Compiling diff v0.1.13 |
1783 | 2024-06-28T19:48:52.309Z | Compiling path-slash v0.1.5 |
1784 | 2024-06-28T19:48:52.444Z | Compiling arc-swap v1.7.1 |
1785 | 2024-06-28T19:48:52.516Z | Compiling regex-syntax v0.6.29 |
1786 | 2024-06-28T19:48:53.020Z | Compiling bindgen v0.69.4 |
1787 | 2024-06-28T19:48:53.116Z | Compiling same-file v1.0.6 |
1788 | 2024-06-28T19:48:53.318Z | Compiling fastrand v2.1.0 |
1789 | 2024-06-28T19:48:53.399Z | Compiling walkdir v2.5.0 |
1790 | 2024-06-28T19:48:53.745Z | Compiling tempfile v3.10.1 |
1791 | 2024-06-28T19:48:53.938Z | Compiling slog-scope v4.4.0 |
1792 | 2024-06-28T19:48:54.395Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1793 | 2024-06-28T19:48:54.686Z | Compiling ciborium-ll v0.2.2 |
1794 | 2024-06-28T19:48:55.080Z | Compiling lalrpop v0.19.12 |
1795 | 2024-06-28T19:48:58.011Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1796 | 2024-06-28T19:48:58.069Z | Compiling which v4.4.2 |
1797 | 2024-06-28T19:48:58.517Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1798 | 2024-06-28T19:48:58.702Z | Compiling cexpr v0.6.0 |
1799 | 2024-06-28T19:48:58.880Z | Compiling fxhash v0.2.1 |
1800 | 2024-06-28T19:48:59.071Z | Compiling rustc-hash v1.1.0 |
1801 | 2024-06-28T19:48:59.198Z | Compiling ref-cast v1.0.23 |
1802 | 2024-06-28T19:48:59.562Z | Compiling lazycell v1.3.0 |
1803 | 2024-06-28T19:48:59.707Z | Compiling shlex v1.3.0 |
1804 | 2024-06-28T19:49:00.118Z | Compiling blake3 v1.5.1 |
1805 | 2024-06-28T19:49:00.462Z | Compiling ring v0.16.20 |
1806 | 2024-06-28T19:49:01.986Z | Compiling rayon v1.10.0 |
1807 | 2024-06-28T19:49:02.616Z | Compiling ciborium v0.2.2 |
1808 | 2024-06-28T19:49:04.320Z | Compiling slog-stdlog v4.1.1 |
1809 | 2024-06-28T19:49:04.473Z | Compiling tungstenite v0.21.0 |
1810 | 2024-06-28T19:49:05.071Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1811 | 2024-06-28T19:49:05.302Z | Compiling derive_builder_core v0.20.0 |
1812 | 2024-06-28T19:49:05.708Z | Compiling headers-core v0.2.0 |
1813 | 2024-06-28T19:49:05.868Z | Compiling xattr v1.3.1 |
1814 | 2024-06-28T19:49:06.077Z | Compiling libxml v0.3.3 |
1815 | 2024-06-28T19:49:06.360Z | Compiling ref-cast-impl v1.0.23 |
1816 | 2024-06-28T19:49:06.789Z | Compiling filetime v0.2.23 |
1817 | 2024-06-28T19:49:07.039Z | Compiling atty v0.2.14 |
1818 | 2024-06-28T19:49:07.064Z | Compiling memmap2 v0.9.4 |
1819 | 2024-06-28T19:49:07.181Z | Compiling arrayref v0.3.7 |
1820 | 2024-06-28T19:49:07.293Z | Compiling constant_time_eq v0.3.0 |
1821 | 2024-06-28T19:49:07.319Z | Compiling arrayvec v0.7.4 |
1822 | 2024-06-28T19:49:07.426Z | Compiling untrusted v0.7.1 |
1823 | 2024-06-28T19:49:07.573Z | Compiling derive_builder_macro v0.20.0 |
1824 | 2024-06-28T19:49:08.228Z | Compiling tar v0.4.40 |
1825 | 2024-06-28T19:49:08.785Z | Compiling headers v0.3.9 |
1826 | 2024-06-28T19:49:08.810Z | Compiling tokio-tungstenite v0.21.0 |
1827 | 2024-06-28T19:49:09.270Z | Compiling slog-envlogger v2.2.0 |
1828 | 2024-06-28T19:49:09.737Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1829 | 2024-06-28T19:49:10.262Z | Compiling camino-tempfile v1.1.1 |
1830 | 2024-06-28T19:49:10.657Z | Compiling toolchain_find v0.4.0 |
1831 | 2024-06-28T19:49:10.722Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1832 | 2024-06-28T19:49:10.831Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1833 | 2024-06-28T19:49:10.967Z | Compiling pem v3.0.4 |
1834 | 2024-06-28T19:49:11.134Z | Compiling libsw v3.3.1 |
1835 | 2024-06-28T19:49:11.236Z | Compiling samael v0.0.15 |
1836 | 2024-06-28T19:49:11.338Z | Compiling strum_macros v0.24.3 |
1837 | 2024-06-28T19:49:11.434Z | Compiling async-recursion v1.1.1 |
1838 | 2024-06-28T19:49:11.845Z | Compiling cookie v0.18.1 |
1839 | 2024-06-28T19:49:12.083Z | Compiling indoc v1.0.9 |
1840 | 2024-06-28T19:49:12.243Z | Compiling linear-map v1.2.0 |
1841 | 2024-06-28T19:49:12.267Z | Compiling owo-colors v4.0.0 |
1842 | 2024-06-28T19:49:12.583Z | Compiling topological-sort v0.2.2 |
1843 | 2024-06-28T19:49:12.788Z | Compiling omicron-zone-package v0.11.0 |
1844 | 2024-06-28T19:49:12.993Z | Compiling rustfmt-wrapper v0.2.1 |
1845 | 2024-06-28T19:49:14.047Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1846 | 2024-06-28T19:49:14.426Z | Compiling derive_builder v0.20.0 |
1847 | 2024-06-28T19:49:14.593Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1848 | 2024-06-28T19:49:15.053Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1849 | 2024-06-28T19:49:15.284Z | Compiling quick-xml v0.31.0 |
1850 | 2024-06-28T19:49:15.684Z | Compiling impl-trait-for-tuples v0.2.2 |
1851 | 2024-06-28T19:49:16.904Z | Compiling polar-core v0.27.3 |
1852 | 2024-06-28T19:49:17.297Z | Compiling oso-derive v0.27.3 |
1853 | 2024-06-28T19:49:17.580Z | Compiling vte_generate_state_changes v0.1.1 |
1854 | 2024-06-28T19:49:18.095Z | Compiling unicase v2.7.0 |
1855 | 2024-06-28T19:49:18.147Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1856 | 2024-06-28T19:49:18.346Z | Compiling buf-list v1.0.3 |
1857 | 2024-06-28T19:49:18.395Z | Compiling cfg_aliases v0.1.1 |
1858 | 2024-06-28T19:49:18.495Z | Compiling nix v0.28.0 |
1859 | 2024-06-28T19:49:18.960Z | Compiling vte v0.11.1 |
1860 | 2024-06-28T19:49:19.074Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1861 | 2024-06-28T19:49:20.127Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1862 | 2024-06-28T19:49:21.339Z | Compiling tungstenite v0.20.1 |
1863 | 2024-06-28T19:49:22.038Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1864 | 2024-06-28T19:49:22.304Z | Compiling fd-lock v4.0.2 |
1865 | 2024-06-28T19:49:22.480Z | Compiling bb8 v0.8.3 |
1866 | 2024-06-28T19:49:22.928Z | Compiling const_format_proc_macros v0.2.32 |
1867 | 2024-06-28T19:49:23.088Z | Compiling pin-project-internal v1.1.5 |
1868 | 2024-06-28T19:49:24.453Z | Compiling memoffset v0.9.1 |
1869 | 2024-06-28T19:49:24.688Z | Compiling parking_lot_core v0.8.6 |
1870 | 2024-06-28T19:49:25.013Z | Compiling bytecount v0.6.8 |
1871 | 2024-06-28T19:49:25.269Z | Compiling papergrid v0.11.0 |
1872 | 2024-06-28T19:49:25.308Z | Compiling pin-project v1.1.5 |
1873 | 2024-06-28T19:49:25.585Z | Compiling const_format v0.2.32 |
1874 | 2024-06-28T19:49:25.659Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1875 | 2024-06-28T19:49:26.227Z | Compiling tokio-tungstenite v0.20.1 |
1876 | 2024-06-28T19:49:26.595Z | Compiling strip-ansi-escapes v0.2.0 |
1877 | 2024-06-28T19:49:27.249Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1878 | 2024-06-28T19:49:27.972Z | Compiling tabled_derive v0.7.0 |
1879 | 2024-06-28T19:49:29.387Z | Compiling snafu-derive v0.8.2 |
1880 | 2024-06-28T19:49:29.902Z | Compiling nu-ansi-term v0.50.0 |
1881 | 2024-06-28T19:49:30.932Z | Compiling reedline v0.31.0 |
1882 | 2024-06-28T19:49:32.002Z | Compiling tabled v0.15.0 |
1883 | 2024-06-28T19:49:33.336Z | Compiling snafu v0.8.2 |
1884 | 2024-06-28T19:49:39.873Z | Compiling oso v0.27.3 |
1885 | 2024-06-28T19:49:49.256Z | Compiling env_logger v0.9.3 |
1886 | 2024-06-28T19:49:49.326Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1887 | 2024-06-28T19:49:52.911Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-06-28T19:49:53.339Z | Compiling globset v0.4.14 |
1889 | 2024-06-28T19:49:54.198Z | Compiling olpc-cjson v0.1.3 |
1890 | 2024-06-28T19:49:54.498Z | Compiling peg-macros v0.8.3 |
1891 | 2024-06-28T19:49:54.537Z | Compiling bitstruct_derive v0.1.0 |
1892 | 2024-06-28T19:49:55.572Z | Compiling serde_plain v1.0.2 |
1893 | 2024-06-28T19:49:56.005Z | Compiling sqlparser_derive v0.2.2 |
1894 | 2024-06-28T19:49:56.185Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-06-28T19:49:56.314Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1896 | 2024-06-28T19:49:56.545Z | Compiling typed-path v0.7.1 |
1897 | 2024-06-28T19:49:56.871Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1898 | 2024-06-28T19:49:56.940Z | Compiling signature v1.6.4 |
1899 | 2024-06-28T19:49:57.067Z | Compiling salty v0.2.0 |
1900 | 2024-06-28T19:49:57.094Z | Compiling ascii v1.1.0 |
1901 | 2024-06-28T19:49:57.130Z | Compiling unicode_categories v0.1.1 |
1902 | 2024-06-28T19:49:57.498Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1903 | 2024-06-28T19:49:57.714Z | Compiling rustyline v14.0.0 |
1904 | 2024-06-28T19:49:57.792Z | Compiling sqlformat v0.2.3 |
1905 | 2024-06-28T19:49:59.426Z | Compiling tough v0.17.1 |
1906 | 2024-06-28T19:49:59.511Z | Compiling peg v0.8.3 |
1907 | 2024-06-28T19:49:59.619Z | Compiling ed25519 v1.5.3 |
1908 | 2024-06-28T19:49:59.886Z | Compiling sqlparser v0.45.0 |
1909 | 2024-06-28T19:50:02.069Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-06-28T19:50:02.331Z | Compiling bitstruct v0.1.1 |
1911 | 2024-06-28T19:50:02.452Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-06-28T19:50:02.948Z | Compiling parking_lot v0.11.2 |
1913 | 2024-06-28T19:50:03.189Z | Compiling nix v0.27.1 |
1914 | 2024-06-28T19:50:04.648Z | Compiling trust-dns-client v0.22.0 |
1915 | 2024-06-28T19:50:05.615Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1916 | 2024-06-28T19:50:05.884Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1917 | 2024-06-28T19:50:06.311Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-06-28T19:50:07.314Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1919 | 2024-06-28T19:50:07.338Z | Compiling curve25519-dalek v4.1.3 |
1920 | 2024-06-28T19:50:07.661Z | Compiling bcs v0.1.6 |
1921 | 2024-06-28T19:50:08.445Z | Compiling kstat-rs v0.2.4 |
1922 | 2024-06-28T19:50:09.142Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1923 | 2024-06-28T19:50:09.262Z | Compiling serde_arrays v0.1.0 |
1924 | 2024-06-28T19:50:09.435Z | Compiling serde-big-array v0.5.1 |
1925 | 2024-06-28T19:50:09.817Z | Compiling erased-serde v0.3.31 |
1926 | 2024-06-28T19:50:09.931Z | Compiling toml v0.5.11 |
1927 | 2024-06-28T19:50:11.163Z | Compiling keccak v0.1.5 |
1928 | 2024-06-28T19:50:11.902Z | Compiling parse-size v1.0.0 |
1929 | 2024-06-28T19:50:12.160Z | Compiling highway v1.1.0 |
1930 | 2024-06-28T19:50:13.205Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1931 | 2024-06-28T19:50:13.261Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1932 | 2024-06-28T19:50:27.903Z | Compiling trust-dns-server v0.22.1 |
1933 | 2024-06-28T19:50:29.539Z | Compiling sha3 v0.10.8 |
1934 | 2024-06-28T19:50:30.284Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1935 | 2024-06-28T19:50:34.298Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1936 | 2024-06-28T19:50:37.473Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1937 | 2024-06-28T19:50:44.750Z | Compiling sled v0.34.7 |
1938 | 2024-06-28T19:50:44.786Z | Compiling mime_guess v2.0.4 |
1939 | 2024-06-28T19:50:48.772Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1940 | 2024-06-28T19:50:49.474Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1941 | 2024-06-28T19:50:50.094Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1942 | 2024-06-28T19:50:51.251Z | Compiling signal-hook-tokio v0.3.1 |
1943 | 2024-06-28T19:50:51.436Z | Compiling universal-hash v0.5.1 |
1944 | 2024-06-28T19:50:51.640Z | Compiling heck v0.3.3 |
1945 | 2024-06-28T19:50:51.955Z | Compiling secrecy v0.8.0 |
1946 | 2024-06-28T19:50:52.176Z | Compiling rand_seeder v0.2.3 |
1947 | 2024-06-28T19:50:52.509Z | Compiling castaway v0.2.2 |
1948 | 2024-06-28T19:50:52.676Z | Compiling thiserror-impl-no-std v2.0.2 |
1949 | 2024-06-28T19:50:54.818Z | Compiling serde-big-array v0.4.1 |
1950 | 2024-06-28T19:50:54.987Z | Compiling curve25519-dalek-derive v0.1.1 |
1951 | 2024-06-28T19:50:56.070Z | Compiling nanorand v0.7.0 |
1952 | 2024-06-28T19:50:56.700Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1953 | 2024-06-28T19:50:56.916Z | Compiling opaque-debug v0.3.1 |
1954 | 2024-06-28T19:50:57.015Z | Compiling poly1305 v0.8.0 |
1955 | 2024-06-28T19:50:58.209Z | Compiling flume v0.11.0 |
1956 | 2024-06-28T19:51:00.489Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1957 | 2024-06-28T19:51:01.634Z | Compiling thiserror-no-std v2.0.2 |
1958 | 2024-06-28T19:51:01.748Z | Compiling compact_str v0.7.1 |
1959 | 2024-06-28T19:51:03.019Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1960 | 2024-06-28T19:51:03.216Z | Compiling zone_cfg_derive v0.1.2 |
1961 | 2024-06-28T19:51:04.276Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1962 | 2024-06-28T19:51:04.339Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1963 | 2024-06-28T19:51:05.236Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1964 | 2024-06-28T19:51:11.595Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1965 | 2024-06-28T19:51:12.108Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1966 | 2024-06-28T19:51:12.133Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1967 | 2024-06-28T19:51:17.041Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1968 | 2024-06-28T19:51:21.886Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1969 | 2024-06-28T19:51:22.130Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1970 | 2024-06-28T19:51:22.281Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1971 | 2024-06-28T19:51:22.398Z | Compiling chacha20 v0.9.1 |
1972 | 2024-06-28T19:51:22.514Z | Compiling aead v0.5.2 |
1973 | 2024-06-28T19:51:22.790Z | Compiling lru v0.12.3 |
1974 | 2024-06-28T19:51:22.829Z | Compiling stability v0.2.0 |
1975 | 2024-06-28T19:51:23.107Z | Compiling indoc v2.0.5 |
1976 | 2024-06-28T19:51:23.617Z | Compiling corncobs v0.1.3 |
1977 | 2024-06-28T19:51:23.646Z | Compiling base64 v0.13.1 |
1978 | 2024-06-28T19:51:23.904Z | Compiling cassowary v0.3.0 |
1979 | 2024-06-28T19:51:23.940Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1980 | 2024-06-28T19:51:24.279Z | Compiling ron v0.7.1 |
1981 | 2024-06-28T19:51:24.527Z | Compiling ratatui v0.26.2 |
1982 | 2024-06-28T19:51:25.815Z | Compiling chacha20poly1305 v0.10.1 |
1983 | 2024-06-28T19:51:26.077Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1984 | 2024-06-28T19:51:26.945Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1985 | 2024-06-28T19:51:28.576Z | Compiling zone v0.1.8 |
1986 | 2024-06-28T19:51:28.809Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1987 | 2024-06-28T19:51:31.179Z | Compiling vsss-rs v3.3.4 |
1988 | 2024-06-28T19:51:34.800Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1989 | 2024-06-28T19:51:35.364Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1990 | 2024-06-28T19:51:36.525Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1991 | 2024-06-28T19:51:37.557Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1992 | 2024-06-28T19:51:38.900Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1993 | 2024-06-28T19:51:39.136Z | Compiling portpicker v0.1.1 |
1994 | 2024-06-28T19:51:39.552Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1995 | 2024-06-28T19:51:39.824Z | Compiling csv-core v0.1.11 |
1996 | 2024-06-28T19:51:41.333Z | Compiling http-range v0.1.5 |
1997 | 2024-06-28T19:51:41.497Z | Compiling unicode-linebreak v0.1.5 |
1998 | 2024-06-28T19:51:41.821Z | Compiling smawk v0.3.2 |
1999 | 2024-06-28T19:51:41.915Z | Compiling hyper-staticfile v0.9.5 |
2000 | 2024-06-28T19:51:42.038Z | Compiling textwrap v0.16.1 |
2001 | 2024-06-28T19:51:42.098Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2002 | 2024-06-28T19:51:43.526Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2003 | 2024-06-28T19:51:44.414Z | Compiling csv v1.3.0 |
2004 | 2024-06-28T19:51:45.027Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2005 | 2024-06-28T19:51:52.344Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2006 | 2024-06-28T19:51:53.272Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2007 | 2024-06-28T19:51:54.069Z | Compiling rcgen v0.12.1 |
2008 | 2024-06-28T19:51:55.482Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2009 | 2024-06-28T19:51:55.869Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2010 | 2024-06-28T19:51:56.084Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2011 | 2024-06-28T19:52:01.489Z | Compiling atomicwrites v0.4.3 |
2012 | 2024-06-28T19:52:01.646Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2013 | 2024-06-28T19:52:01.934Z | Compiling fatfs v0.3.6 |
2014 | 2024-06-28T19:52:01.960Z | Compiling subprocess v0.2.9 |
2015 | 2024-06-28T19:52:02.336Z | Compiling rtoolbox v0.0.2 |
2016 | 2024-06-28T19:52:02.720Z | Compiling is_ci v1.2.0 |
2017 | 2024-06-28T19:52:03.005Z | Compiling assert_matches v1.5.0 |
2018 | 2024-06-28T19:52:04.188Z | Compiling supports-color v3.0.0 |
2019 | 2024-06-28T19:52:04.212Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2020 | 2024-06-28T19:52:04.714Z | Compiling rpassword v7.3.1 |
2021 | 2024-06-28T19:52:05.059Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2022 | 2024-06-28T19:52:05.093Z | Compiling tui-tree-widget v0.19.0 |
2023 | 2024-06-28T19:52:05.448Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2024 | 2024-06-28T19:52:06.125Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2025 | 2024-06-28T19:52:10.054Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2026 | 2024-06-28T19:52:10.284Z | Compiling shell-words v1.1.0 |
2027 | 2024-06-28T19:52:10.648Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2028 | 2024-06-28T19:52:12.396Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2029 | 2024-06-28T19:52:19.662Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2030 | 2024-06-28T19:52:32.546Z | Compiling multimap v0.10.0 |
2031 | 2024-06-28T19:52:32.911Z | Compiling uzers v0.11.3 |
2032 | 2024-06-28T19:52:35.244Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2033 | 2024-06-28T19:54:19.188Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2034 | 2024-06-28T19:54:34.009Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2035 | 2024-06-28T20:00:40.294Z | Finished `release` profile [optimized] target(s) in 12m 36s |
2036 | 2024-06-28T20:01:40.691Z | |
2037 | 2024-06-28T20:01:40.691Z | real 13:38.739480176 |
2038 | 2024-06-28T20:01:40.691Z | user 1:27:08.655190395 |
2039 | 2024-06-28T20:01:40.691Z | sys 5:14.147759653 |
2040 | 2024-06-28T20:01:40.691Z | trap 2.490369934 |
2041 | 2024-06-28T20:01:40.691Z | tflt 1.122842363 |
2042 | 2024-06-28T20:01:40.691Z | dflt 4.316334602 |
2043 | 2024-06-28T20:01:40.691Z | kflt 0.039760793 |
2044 | 2024-06-28T20:01:40.715Z | lock 5:29:38.229858436 |
2045 | 2024-06-28T20:01:40.715Z | slp 3:17:32.340610727 |
2046 | 2024-06-28T20:01:40.715Z | lat 2:11.955698856 |
2047 | 2024-06-28T20:01:40.715Z | stop 1:37.737480947 |
2048 | 2024-06-28T20:01:40.715Z | + mapfile -t packages |
2049 | 2024-06-28T20:01:40.715Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2050 | 2024-06-28T20:01:42.013Z | Finished `release` profile [optimized] target(s) in 1.24s |
2051 | 2024-06-28T20:01:42.060Z | Running `target/release/omicron-package -t test list-outputs` |
2052 | 2024-06-28T20:01:42.113Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2053 | 2024-06-28T20:01:42.137Z | + ptime -m cargo build --locked --release -p xtask |
2054 | 2024-06-28T20:01:42.987Z | Compiling serde v1.0.203 |
2055 | 2024-06-28T20:01:43.011Z | Compiling bitflags v2.5.0 |
2056 | 2024-06-28T20:01:43.011Z | Compiling syn v2.0.68 |
2057 | 2024-06-28T20:01:43.036Z | Compiling smallvec v1.13.2 |
2058 | 2024-06-28T20:01:43.060Z | Compiling bytes v1.6.0 |
2059 | 2024-06-28T20:01:43.060Z | Compiling scopeguard v1.2.0 |
2060 | 2024-06-28T20:01:43.095Z | Compiling serde_json v1.0.118 |
2061 | 2024-06-28T20:01:43.194Z | Compiling lock_api v0.4.12 |
2062 | 2024-06-28T20:01:43.382Z | Compiling hashbrown v0.14.5 |
2063 | 2024-06-28T20:01:43.494Z | Compiling parking_lot_core v0.9.10 |
2064 | 2024-06-28T20:01:43.519Z | Compiling log v0.4.21 |
2065 | 2024-06-28T20:01:43.544Z | Compiling mio v0.8.11 |
2066 | 2024-06-28T20:01:43.569Z | Compiling libc v0.2.155 |
2067 | 2024-06-28T20:01:43.914Z | Compiling parking_lot v0.12.2 |
2068 | 2024-06-28T20:01:43.956Z | Compiling generic-array v0.14.7 |
2069 | 2024-06-28T20:01:44.176Z | Compiling slog v2.7.0 |
2070 | 2024-06-28T20:01:44.291Z | Compiling rustix v0.38.34 |
2071 | 2024-06-28T20:01:44.643Z | Compiling indexmap v2.2.6 |
2072 | 2024-06-28T20:01:44.667Z | Compiling http v0.2.12 |
2073 | 2024-06-28T20:01:44.736Z | Compiling usdt-impl v0.5.0 |
2074 | 2024-06-28T20:01:44.907Z | Compiling syn v1.0.109 |
2075 | 2024-06-28T20:01:45.160Z | Compiling time-macros v0.2.18 |
2076 | 2024-06-28T20:01:45.251Z | Compiling thread-id v4.2.1 |
2077 | 2024-06-28T20:01:45.363Z | Compiling tracing v0.1.40 |
2078 | 2024-06-28T20:01:46.017Z | Compiling crossbeam-utils v0.8.19 |
2079 | 2024-06-28T20:01:46.544Z | Compiling http-body v0.4.6 |
2080 | 2024-06-28T20:01:46.666Z | Compiling unicode-normalization v0.1.23 |
2081 | 2024-06-28T20:01:46.717Z | Compiling unicode-bidi v0.3.15 |
2082 | 2024-06-28T20:01:47.683Z | Compiling time v0.3.36 |
2083 | 2024-06-28T20:01:47.753Z | Compiling idna v0.5.0 |
2084 | 2024-06-28T20:01:48.022Z | Compiling crypto-common v0.1.6 |
2085 | 2024-06-28T20:01:48.215Z | Compiling block-buffer v0.10.4 |
2086 | 2024-06-28T20:01:48.445Z | Compiling proc-macro-error v1.0.4 |
2087 | 2024-06-28T20:01:48.981Z | Compiling terminal_size v0.3.0 |
2088 | 2024-06-28T20:01:49.192Z | Compiling fs-err v2.11.0 |
2089 | 2024-06-28T20:01:49.243Z | Compiling anyhow v1.0.86 |
2090 | 2024-06-28T20:01:49.574Z | Compiling crossbeam-channel v0.5.12 |
2091 | 2024-06-28T20:01:49.869Z | Compiling clap_builder v4.5.2 |
2092 | 2024-06-28T20:01:50.141Z | Compiling digest v0.10.7 |
2093 | 2024-06-28T20:01:50.360Z | Compiling url v2.5.0 |
2094 | 2024-06-28T20:01:50.554Z | Compiling xattr v1.3.1 |
2095 | 2024-06-28T20:01:50.874Z | Compiling slog-async v2.8.0 |
2096 | 2024-06-28T20:01:51.049Z | Compiling tabled_derive v0.7.0 |
2097 | 2024-06-28T20:01:51.118Z | Compiling sha2 v0.10.8 |
2098 | 2024-06-28T20:01:52.774Z | Compiling serde_derive v1.0.203 |
2099 | 2024-06-28T20:01:53.033Z | Compiling thiserror-impl v1.0.60 |
2100 | 2024-06-28T20:01:53.449Z | Compiling zerocopy-derive v0.7.34 |
2101 | 2024-06-28T20:01:53.599Z | Compiling tokio-macros v2.2.0 |
2102 | 2024-06-28T20:01:54.938Z | Compiling futures-macro v0.3.30 |
2103 | 2024-06-28T20:01:54.967Z | Compiling tokio v1.37.0 |
2104 | 2024-06-28T20:01:55.174Z | Compiling zerocopy v0.7.34 |
2105 | 2024-06-28T20:01:55.345Z | Compiling scroll_derive v0.12.0 |
2106 | 2024-06-28T20:01:55.423Z | Compiling thiserror v1.0.60 |
2107 | 2024-06-28T20:01:55.559Z | Compiling pest v2.7.10 |
2108 | 2024-06-28T20:01:56.520Z | Compiling futures-util v0.3.30 |
2109 | 2024-06-28T20:01:56.558Z | Compiling openssl-macros v0.1.1 |
2110 | 2024-06-28T20:01:56.635Z | Compiling scroll v0.12.0 |
2111 | 2024-06-28T20:01:57.165Z | Compiling openssl v0.10.64 |
2112 | 2024-06-28T20:01:57.189Z | Compiling goblin v0.8.2 |
2113 | 2024-06-28T20:01:57.996Z | Compiling pest_meta v2.7.10 |
2114 | 2024-06-28T20:02:01.622Z | Compiling pest_generator v2.7.10 |
2115 | 2024-06-28T20:02:03.220Z | Compiling pest_derive v2.7.10 |
2116 | 2024-06-28T20:02:03.899Z | Compiling dtrace-parser v0.2.0 |
2117 | 2024-06-28T20:02:05.452Z | Compiling tokio-util v0.7.11 |
2118 | 2024-06-28T20:02:07.339Z | Compiling h2 v0.3.26 |
2119 | 2024-06-28T20:02:09.768Z | Compiling dof v0.3.0 |
2120 | 2024-06-28T20:02:09.987Z | Compiling serde_tokenstream v0.2.0 |
2121 | 2024-06-28T20:02:10.580Z | Compiling toml_datetime v0.6.6 |
2122 | 2024-06-28T20:02:10.913Z | Compiling serde_spanned v0.6.6 |
2123 | 2024-06-28T20:02:11.200Z | Compiling native-tls v0.2.11 |
2124 | 2024-06-28T20:02:11.752Z | Compiling hyper v0.14.28 |
2125 | 2024-06-28T20:02:12.171Z | Compiling tokio-native-tls v0.3.1 |
2126 | 2024-06-28T20:02:12.465Z | Compiling toml_edit v0.22.13 |
2127 | 2024-06-28T20:02:16.933Z | Compiling hyper-tls v0.5.0 |
2128 | 2024-06-28T20:02:17.295Z | Compiling toml v0.8.13 |
2129 | 2024-06-28T20:02:17.846Z | Compiling usdt-macro v0.5.0 |
2130 | 2024-06-28T20:02:18.889Z | Compiling usdt-attr-macro v0.5.0 |
2131 | 2024-06-28T20:02:19.341Z | Compiling slog-json v2.6.1 |
2132 | 2024-06-28T20:02:19.779Z | Compiling cargo-platform v0.1.8 |
2133 | 2024-06-28T20:02:19.835Z | Compiling serde_urlencoded v0.7.1 |
2134 | 2024-06-28T20:02:20.054Z | Compiling camino v1.1.7 |
2135 | 2024-06-28T20:02:20.363Z | Compiling semver v1.0.23 |
2136 | 2024-06-28T20:02:20.714Z | Compiling futures-executor v0.3.30 |
2137 | 2024-06-28T20:02:21.269Z | Compiling strum_macros v0.26.2 |
2138 | 2024-06-28T20:02:21.717Z | Compiling clap_derive v4.5.4 |
2139 | 2024-06-28T20:02:21.743Z | Compiling futures v0.3.30 |
2140 | 2024-06-28T20:02:21.857Z | Compiling cargo_metadata v0.18.1 |
2141 | 2024-06-28T20:02:22.478Z | Compiling reqwest v0.11.27 |
2142 | 2024-06-28T20:02:23.128Z | Compiling usdt v0.5.0 |
2143 | 2024-06-28T20:02:24.399Z | Compiling slog-bunyan v2.5.0 |
2144 | 2024-06-28T20:02:24.663Z | Compiling cargo_toml v0.20.3 |
2145 | 2024-06-28T20:02:25.055Z | Compiling strum v0.26.2 |
2146 | 2024-06-28T20:02:25.251Z | Compiling macaddr v1.0.1 |
2147 | 2024-06-28T20:02:25.480Z | Compiling clap v4.5.4 |
2148 | 2024-06-28T20:02:25.601Z | Compiling tabled v0.15.0 |
2149 | 2024-06-28T20:02:25.625Z | Compiling tar v0.4.40 |
2150 | 2024-06-28T20:02:25.786Z | Compiling slog-term v2.9.1 |
2151 | 2024-06-28T20:02:39.009Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2152 | 2024-06-28T20:02:57.114Z | Finished `release` profile [optimized] target(s) in 1m 14s |
2153 | 2024-06-28T20:02:57.207Z | |
2154 | 2024-06-28T20:02:57.208Z | real 1:15.058540155 |
2155 | 2024-06-28T20:02:57.208Z | user 7:35.597228840 |
2156 | 2024-06-28T20:02:57.208Z | sys 47.586333104 |
2157 | 2024-06-28T20:02:57.208Z | trap 0.264660636 |
2158 | 2024-06-28T20:02:57.208Z | tflt 0.267092643 |
2159 | 2024-06-28T20:02:57.208Z | dflt 0.342169180 |
2160 | 2024-06-28T20:02:57.208Z | kflt 0.000012442 |
2161 | 2024-06-28T20:02:57.233Z | lock 17:15.754974776 |
2162 | 2024-06-28T20:02:57.233Z | slp 19:02.192587682 |
2163 | 2024-06-28T20:02:57.233Z | lat 21.845763499 |
2164 | 2024-06-28T20:02:57.233Z | stop 22.060639528 |
2165 | 2024-06-28T20:02:57.233Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2166 | 2024-06-28T20:02:57.233Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2167 | 2024-06-28T20:02:57.233Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2168 | 2024-06-28T20:02:57.234Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2169 | 2024-06-28T20:02:57.234Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2170 | 2024-06-28T20:02:57.988Z | Downloading crates ... |
2171 | 2024-06-28T20:02:58.252Z | Downloaded cbc v0.1.2 |
2172 | 2024-06-28T20:02:58.278Z | Downloaded bcrypt-pbkdf v0.10.0 |
2173 | 2024-06-28T20:02:58.278Z | Downloaded russh-cryptovec v0.7.2 |
2174 | 2024-06-28T20:02:58.278Z | Downloaded md5 v0.7.0 |
2175 | 2024-06-28T20:02:58.278Z | Downloaded option-ext v0.2.0 |
2176 | 2024-06-28T20:02:58.278Z | Downloaded hex-literal v0.4.1 |
2177 | 2024-06-28T20:02:58.278Z | Downloaded dirs v5.0.1 |
2178 | 2024-06-28T20:02:58.278Z | Downloaded dhcproto-macros v0.1.0 |
2179 | 2024-06-28T20:02:58.278Z | Downloaded password-hash v0.4.2 |
2180 | 2024-06-28T20:02:58.278Z | Downloaded dhcproto v0.11.0 |
2181 | 2024-06-28T20:02:58.303Z | Downloaded rand_chacha v0.2.2 |
2182 | 2024-06-28T20:02:58.303Z | Downloaded rfc6979 v0.4.0 |
2183 | 2024-06-28T20:02:58.304Z | Downloaded primeorder v0.13.6 |
2184 | 2024-06-28T20:02:58.304Z | Downloaded rand_core v0.5.1 |
2185 | 2024-06-28T20:02:58.304Z | Downloaded polyval v0.6.2 |
2186 | 2024-06-28T20:02:58.304Z | Downloaded russh-keys v0.43.0 |
2187 | 2024-06-28T20:02:58.304Z | Downloaded pbkdf2 v0.11.0 |
2188 | 2024-06-28T20:02:58.328Z | Downloaded p256 v0.13.2 |
2189 | 2024-06-28T20:02:58.328Z | Downloaded internet-checksum v0.2.1 |
2190 | 2024-06-28T20:02:58.328Z | Downloaded ed25519-dalek v2.1.1 |
2191 | 2024-06-28T20:02:58.328Z | Downloaded aes-gcm v0.10.3 |
2192 | 2024-06-28T20:02:58.328Z | Downloaded russh v0.43.0 |
2193 | 2024-06-28T20:02:58.328Z | Downloaded rand v0.7.3 |
2194 | 2024-06-28T20:02:58.353Z | Downloaded p521 v0.13.3 |
2195 | 2024-06-28T20:02:58.354Z | Downloaded ghash v0.5.1 |
2196 | 2024-06-28T20:02:58.354Z | Downloaded getrandom v0.1.16 |
2197 | 2024-06-28T20:02:58.354Z | Downloaded ecdsa v0.16.9 |
2198 | 2024-06-28T20:02:58.354Z | Downloaded dirs-sys v0.4.1 |
2199 | 2024-06-28T20:02:58.354Z | Downloaded ctr v0.9.2 |
2200 | 2024-06-28T20:02:58.354Z | Downloaded aes v0.8.4 |
2201 | 2024-06-28T20:02:58.354Z | Downloaded pbkdf2 v0.12.2 |
2202 | 2024-06-28T20:02:58.354Z | Downloaded ed25519 v2.2.3 |
2203 | 2024-06-28T20:02:58.354Z | Downloaded blowfish v0.9.1 |
2204 | 2024-06-28T20:02:58.531Z | Compiling serde v1.0.203 |
2205 | 2024-06-28T20:02:58.557Z | Compiling log v0.4.21 |
2206 | 2024-06-28T20:02:58.557Z | Compiling scopeguard v1.2.0 |
2207 | 2024-06-28T20:02:58.557Z | Compiling smallvec v1.13.2 |
2208 | 2024-06-28T20:02:58.609Z | Compiling syn v2.0.68 |
2209 | 2024-06-28T20:02:58.634Z | Compiling getrandom v0.2.14 |
2210 | 2024-06-28T20:02:58.634Z | Compiling generic-array v0.14.7 |
2211 | 2024-06-28T20:02:58.664Z | Compiling libm v0.2.8 |
2212 | 2024-06-28T20:02:58.745Z | Compiling lock_api v0.4.12 |
2213 | 2024-06-28T20:02:58.910Z | Compiling rand_core v0.6.4 |
2214 | 2024-06-28T20:02:58.967Z | Compiling parking_lot_core v0.9.10 |
2215 | 2024-06-28T20:02:59.011Z | Compiling num-traits v0.2.19 |
2216 | 2024-06-28T20:02:59.036Z | Compiling subtle v2.5.0 |
2217 | 2024-06-28T20:02:59.111Z | Compiling mio v0.8.11 |
2218 | 2024-06-28T20:02:59.169Z | Compiling ahash v0.8.11 |
2219 | 2024-06-28T20:02:59.364Z | Compiling parking_lot v0.12.2 |
2220 | 2024-06-28T20:02:59.423Z | Compiling serde_json v1.0.118 |
2221 | 2024-06-28T20:02:59.512Z | Compiling allocator-api2 v0.2.18 |
2222 | 2024-06-28T20:02:59.561Z | Compiling const-oid v0.9.6 |
2223 | 2024-06-28T20:02:59.590Z | Compiling iana-time-zone v0.1.60 |
2224 | 2024-06-28T20:02:59.746Z | Compiling syn v1.0.109 |
2225 | 2024-06-28T20:03:00.198Z | Compiling unicode-normalization v0.1.23 |
2226 | 2024-06-28T20:03:00.223Z | Compiling unicode-bidi v0.3.15 |
2227 | 2024-06-28T20:03:00.261Z | Compiling schemars v0.8.21 |
2228 | 2024-06-28T20:03:00.301Z | Compiling dyn-clone v1.0.17 |
2229 | 2024-06-28T20:03:00.511Z | Compiling spin v0.9.8 |
2230 | 2024-06-28T20:03:00.601Z | Compiling ppv-lite86 v0.2.17 |
2231 | 2024-06-28T20:03:00.883Z | Compiling time-macros v0.2.18 |
2232 | 2024-06-28T20:03:01.107Z | Compiling ring v0.17.8 |
2233 | 2024-06-28T20:03:01.131Z | Compiling aho-corasick v1.1.3 |
2234 | 2024-06-28T20:03:01.272Z | Compiling rand_chacha v0.3.1 |
2235 | 2024-06-28T20:03:01.616Z | Compiling regex-syntax v0.8.3 |
2236 | 2024-06-28T20:03:01.752Z | Compiling rand v0.8.5 |
2237 | 2024-06-28T20:03:03.159Z | Compiling idna v0.5.0 |
2238 | 2024-06-28T20:03:03.626Z | Compiling slog v2.7.0 |
2239 | 2024-06-28T20:03:03.754Z | Compiling time v0.3.36 |
2240 | 2024-06-28T20:03:04.149Z | Compiling url v2.5.0 |
2241 | 2024-06-28T20:03:04.479Z | Compiling regex-automata v0.4.6 |
2242 | 2024-06-28T20:03:04.699Z | Compiling serde_derive_internals v0.29.1 |
2243 | 2024-06-28T20:03:05.749Z | Compiling spin v0.5.2 |
2244 | 2024-06-28T20:03:05.890Z | Compiling untrusted v0.9.0 |
2245 | 2024-06-28T20:03:06.771Z | Compiling lazy_static v1.4.0 |
2246 | 2024-06-28T20:03:06.882Z | Compiling backtrace v0.3.71 |
2247 | 2024-06-28T20:03:07.116Z | Compiling gimli v0.28.1 |
2248 | 2024-06-28T20:03:07.300Z | Compiling object v0.32.2 |
2249 | 2024-06-28T20:03:07.352Z | Compiling anyhow v1.0.86 |
2250 | 2024-06-28T20:03:07.852Z | Compiling rustc-demangle v0.1.24 |
2251 | 2024-06-28T20:03:08.646Z | Compiling base64ct v1.6.0 |
2252 | 2024-06-28T20:03:08.759Z | Compiling winnow v0.5.40 |
2253 | 2024-06-28T20:03:09.225Z | Compiling regex v1.10.4 |
2254 | 2024-06-28T20:03:09.491Z | Compiling crossbeam-utils v0.8.19 |
2255 | 2024-06-28T20:03:10.095Z | Compiling rustls v0.21.12 |
2256 | 2024-06-28T20:03:10.330Z | Compiling rustls-webpki v0.101.7 |
2257 | 2024-06-28T20:03:10.386Z | Compiling sct v0.7.1 |
2258 | 2024-06-28T20:03:10.688Z | Compiling cookie v0.17.0 |
2259 | 2024-06-28T20:03:10.992Z | Compiling addr2line v0.21.0 |
2260 | 2024-06-28T20:03:11.044Z | Compiling serde_derive v1.0.203 |
2261 | 2024-06-28T20:03:11.477Z | Compiling zeroize_derive v1.4.2 |
2262 | 2024-06-28T20:03:11.621Z | Compiling zerocopy-derive v0.7.34 |
2263 | 2024-06-28T20:03:12.103Z | Compiling thiserror-impl v1.0.60 |
2264 | 2024-06-28T20:03:12.188Z | Compiling tokio-macros v2.2.0 |
2265 | 2024-06-28T20:03:12.914Z | Compiling zeroize v1.7.0 |
2266 | 2024-06-28T20:03:12.962Z | Compiling futures-macro v0.3.30 |
2267 | 2024-06-28T20:03:13.659Z | Compiling schemars_derive v0.8.21 |
2268 | 2024-06-28T20:03:13.738Z | Compiling zerocopy v0.7.34 |
2269 | 2024-06-28T20:03:13.763Z | Compiling tracing-attributes v0.1.27 |
2270 | 2024-06-28T20:03:14.502Z | Compiling crypto-common v0.1.6 |
2271 | 2024-06-28T20:03:14.737Z | Compiling block-buffer v0.10.4 |
2272 | 2024-06-28T20:03:14.801Z | Compiling futures-util v0.3.30 |
2273 | 2024-06-28T20:03:15.001Z | Compiling digest v0.10.7 |
2274 | 2024-06-28T20:03:15.109Z | Compiling thiserror v1.0.60 |
2275 | 2024-06-28T20:03:15.253Z | Compiling async-trait v0.1.80 |
2276 | 2024-06-28T20:03:15.687Z | Compiling hashbrown v0.14.5 |
2277 | 2024-06-28T20:03:16.164Z | Compiling openssl-macros v0.1.1 |
2278 | 2024-06-28T20:03:16.853Z | Compiling pest v2.7.10 |
2279 | 2024-06-28T20:03:17.280Z | Compiling tracing v0.1.40 |
2280 | 2024-06-28T20:03:17.774Z | Compiling idna v0.3.0 |
2281 | 2024-06-28T20:03:17.926Z | Compiling data-encoding v2.6.0 |
2282 | 2024-06-28T20:03:18.823Z | Compiling psl-types v2.0.11 |
2283 | 2024-06-28T20:03:19.013Z | Compiling publicsuffix v2.2.3 |
2284 | 2024-06-28T20:03:19.123Z | Compiling pest_meta v2.7.10 |
2285 | 2024-06-28T20:03:19.251Z | Compiling hmac v0.12.1 |
2286 | 2024-06-28T20:03:19.483Z | Compiling scroll_derive v0.12.0 |
2287 | 2024-06-28T20:03:19.507Z | Compiling bitflags v1.3.2 |
2288 | 2024-06-28T20:03:19.614Z | Compiling webpki-roots v0.25.4 |
2289 | 2024-06-28T20:03:19.760Z | Compiling block-padding v0.3.3 |
2290 | 2024-06-28T20:03:19.889Z | Compiling der_derive v0.7.2 |
2291 | 2024-06-28T20:03:20.011Z | Compiling futures-executor v0.3.30 |
2292 | 2024-06-28T20:03:20.036Z | Compiling pem-rfc7468 v0.7.0 |
2293 | 2024-06-28T20:03:20.478Z | Compiling futures v0.3.30 |
2294 | 2024-06-28T20:03:20.590Z | Compiling pest_generator v2.7.10 |
2295 | 2024-06-28T20:03:20.615Z | Compiling flagset v0.4.5 |
2296 | 2024-06-28T20:03:20.762Z | Compiling inout v0.1.3 |
2297 | 2024-06-28T20:03:20.786Z | Compiling scroll v0.12.0 |
2298 | 2024-06-28T20:03:20.831Z | Compiling sha2 v0.10.8 |
2299 | 2024-06-28T20:03:21.085Z | Compiling cipher v0.4.4 |
2300 | 2024-06-28T20:03:21.372Z | Compiling goblin v0.8.2 |
2301 | 2024-06-28T20:03:21.633Z | Compiling either v1.12.0 |
2302 | 2024-06-28T20:03:21.997Z | Compiling ff v0.13.0 |
2303 | 2024-06-28T20:03:22.187Z | Compiling der v0.7.9 |
2304 | 2024-06-28T20:03:22.296Z | Compiling base16ct v0.2.0 |
2305 | 2024-06-28T20:03:22.484Z | Compiling stable_deref_trait v1.2.0 |
2306 | 2024-06-28T20:03:22.593Z | Compiling group v0.13.0 |
2307 | 2024-06-28T20:03:22.618Z | Compiling hkdf v0.12.4 |
2308 | 2024-06-28T20:03:22.849Z | Compiling crossbeam-epoch v0.9.18 |
2309 | 2024-06-28T20:03:22.904Z | Compiling crypto-bigint v0.5.5 |
2310 | 2024-06-28T20:03:23.592Z | Compiling bytes v1.6.0 |
2311 | 2024-06-28T20:03:23.884Z | Compiling indexmap v2.2.6 |
2312 | 2024-06-28T20:03:23.951Z | Compiling uuid v1.8.0 |
2313 | 2024-06-28T20:03:24.718Z | Compiling tokio v1.37.0 |
2314 | 2024-06-28T20:03:25.067Z | Compiling chrono v0.4.38 |
2315 | 2024-06-28T20:03:25.119Z | Compiling bitflags v2.5.0 |
2316 | 2024-06-28T20:03:25.143Z | Compiling semver v1.0.23 |
2317 | 2024-06-28T20:03:25.174Z | Compiling http v0.2.12 |
2318 | 2024-06-28T20:03:25.542Z | Compiling serde_tokenstream v0.2.0 |
2319 | 2024-06-28T20:03:25.860Z | Compiling toml_datetime v0.6.6 |
2320 | 2024-06-28T20:03:26.076Z | Compiling serde_spanned v0.6.6 |
2321 | 2024-06-28T20:03:26.329Z | Compiling toml_edit v0.19.15 |
2322 | 2024-06-28T20:03:26.357Z | Compiling openssl v0.10.64 |
2323 | 2024-06-28T20:03:26.412Z | Compiling rustix v0.38.34 |
2324 | 2024-06-28T20:03:28.038Z | Compiling http-body v0.4.6 |
2325 | 2024-06-28T20:03:28.460Z | Compiling serde_urlencoded v0.7.1 |
2326 | 2024-06-28T20:03:28.569Z | Compiling openapiv3 v2.0.0 |
2327 | 2024-06-28T20:03:28.945Z | Compiling cookie_store v0.20.0 |
2328 | 2024-06-28T20:03:28.973Z | Compiling rustc_version v0.4.0 |
2329 | 2024-06-28T20:03:29.695Z | Compiling pest_derive v2.7.10 |
2330 | 2024-06-28T20:03:30.351Z | Compiling dof v0.3.0 |
2331 | 2024-06-28T20:03:30.390Z | Compiling dtrace-parser v0.2.0 |
2332 | 2024-06-28T20:03:30.539Z | Compiling spki v0.7.3 |
2333 | 2024-06-28T20:03:30.862Z | Compiling pkcs8 v0.10.2 |
2334 | 2024-06-28T20:03:30.913Z | Compiling num-integer v0.1.46 |
2335 | 2024-06-28T20:03:31.421Z | Compiling usdt-impl v0.5.0 |
2336 | 2024-06-28T20:03:31.656Z | Compiling native-tls v0.2.11 |
2337 | 2024-06-28T20:03:32.262Z | Compiling tokio-util v0.7.11 |
2338 | 2024-06-28T20:03:32.388Z | Compiling tokio-native-tls v0.3.1 |
2339 | 2024-06-28T20:03:32.416Z | Compiling tokio-rustls v0.24.1 |
2340 | 2024-06-28T20:03:32.444Z | Compiling sec1 v0.7.3 |
2341 | 2024-06-28T20:03:32.661Z | Compiling ipnetwork v0.20.0 |
2342 | 2024-06-28T20:03:32.774Z | Compiling elliptic-curve v0.13.8 |
2343 | 2024-06-28T20:03:32.886Z | Compiling usdt-attr-macro v0.5.0 |
2344 | 2024-06-28T20:03:32.950Z | Compiling usdt-macro v0.5.0 |
2345 | 2024-06-28T20:03:33.492Z | Compiling h2 v0.3.26 |
2346 | 2024-06-28T20:03:33.516Z | Compiling unicode-segmentation v1.11.0 |
2347 | 2024-06-28T20:03:33.516Z | Compiling managed v0.8.0 |
2348 | 2024-06-28T20:03:33.552Z | Compiling toml_edit v0.22.13 |
2349 | 2024-06-28T20:03:33.928Z | Compiling toml v0.7.8 |
2350 | 2024-06-28T20:03:34.046Z | Compiling hex v0.4.3 |
2351 | 2024-06-28T20:03:34.216Z | Compiling matches v0.1.10 |
2352 | 2024-06-28T20:03:34.277Z | Compiling enum-as-inner v0.5.1 |
2353 | 2024-06-28T20:03:34.317Z | Compiling idna v0.2.3 |
2354 | 2024-06-28T20:03:34.349Z | Compiling usdt v0.5.0 |
2355 | 2024-06-28T20:03:34.601Z | Compiling bit-vec v0.6.3 |
2356 | 2024-06-28T20:03:34.802Z | Compiling siphasher v0.3.11 |
2357 | 2024-06-28T20:03:35.035Z | Compiling num-bigint v0.4.5 |
2358 | 2024-06-28T20:03:35.174Z | Compiling heapless v0.7.17 |
2359 | 2024-06-28T20:03:35.200Z | Compiling trust-dns-proto v0.22.0 |
2360 | 2024-06-28T20:03:35.470Z | Compiling terminal_size v0.3.0 |
2361 | 2024-06-28T20:03:35.575Z | Compiling regress v0.9.1 |
2362 | 2024-06-28T20:03:35.664Z | Compiling finl_unicode v1.2.0 |
2363 | 2024-06-28T20:03:35.687Z | Compiling signal-hook v0.3.17 |
2364 | 2024-06-28T20:03:36.001Z | Compiling clap_builder v4.5.2 |
2365 | 2024-06-28T20:03:36.274Z | Compiling stringprep v0.1.4 |
2366 | 2024-06-28T20:03:37.468Z | Compiling itertools v0.10.5 |
2367 | 2024-06-28T20:03:38.410Z | Compiling yasna v0.5.2 |
2368 | 2024-06-28T20:03:39.857Z | Compiling hyper v0.14.28 |
2369 | 2024-06-28T20:03:39.907Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2370 | 2024-06-28T20:03:40.070Z | Compiling md-5 v0.10.6 |
2371 | 2024-06-28T20:03:40.327Z | Compiling clap_derive v4.5.4 |
2372 | 2024-06-28T20:03:41.050Z | Compiling hash32 v0.2.1 |
2373 | 2024-06-28T20:03:41.434Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2374 | 2024-06-28T20:03:42.155Z | Compiling fallible-iterator v0.2.0 |
2375 | 2024-06-28T20:03:42.629Z | Compiling smoltcp v0.9.1 |
2376 | 2024-06-28T20:03:42.803Z | Compiling postgres-protocol v0.6.6 |
2377 | 2024-06-28T20:03:43.926Z | Compiling phf_shared v0.11.2 |
2378 | 2024-06-28T20:03:43.952Z | Compiling tokio-stream v0.1.15 |
2379 | 2024-06-28T20:03:44.006Z | Compiling hubpack_derive v0.1.1 |
2380 | 2024-06-28T20:03:44.233Z | Compiling zerocopy-derive v0.6.6 |
2381 | 2024-06-28T20:03:44.305Z | Compiling diesel_table_macro_syntax v0.1.0 |
2382 | 2024-06-28T20:03:44.382Z | Compiling scheduled-thread-pool v0.2.7 |
2383 | 2024-06-28T20:03:44.600Z | Compiling clap v4.5.4 |
2384 | 2024-06-28T20:03:44.706Z | Compiling fs-err v2.11.0 |
2385 | 2024-06-28T20:03:44.742Z | Compiling fixedbitset v0.4.2 |
2386 | 2024-06-28T20:03:44.821Z | Compiling diesel_derives v2.1.4 |
2387 | 2024-06-28T20:03:44.846Z | Compiling hubpack v0.1.2 |
2388 | 2024-06-28T20:03:44.965Z | Compiling r2d2 v0.8.10 |
2389 | 2024-06-28T20:03:45.141Z | Compiling petgraph v0.6.5 |
2390 | 2024-06-28T20:03:45.172Z | Compiling phf v0.11.2 |
2391 | 2024-06-28T20:03:45.328Z | Compiling signal-hook-mio v0.2.3 |
2392 | 2024-06-28T20:03:45.450Z | Compiling postgres-types v0.2.6 |
2393 | 2024-06-28T20:03:45.741Z | Compiling hyper-rustls v0.24.2 |
2394 | 2024-06-28T20:03:46.110Z | Compiling hyper-tls v0.5.0 |
2395 | 2024-06-28T20:03:46.286Z | Compiling zerocopy v0.6.6 |
2396 | 2024-06-28T20:03:46.472Z | Compiling reqwest v0.11.27 |
2397 | 2024-06-28T20:03:46.868Z | Compiling phf_shared v0.10.0 |
2398 | 2024-06-28T20:03:46.990Z | Compiling similar v2.5.0 |
2399 | 2024-06-28T20:03:47.185Z | Compiling num-iter v0.1.45 |
2400 | 2024-06-28T20:03:47.292Z | Compiling strum_macros v0.25.3 |
2401 | 2024-06-28T20:03:47.430Z | Compiling serde_repr v0.1.19 |
2402 | 2024-06-28T20:03:48.487Z | Compiling getopts v0.2.21 |
2403 | 2024-06-28T20:03:48.693Z | Compiling console v0.15.8 |
2404 | 2024-06-28T20:03:48.718Z | Compiling float-cmp v0.9.0 |
2405 | 2024-06-28T20:03:49.195Z | Compiling difflib v0.4.0 |
2406 | 2024-06-28T20:03:49.416Z | Compiling normalize-line-endings v0.3.0 |
2407 | 2024-06-28T20:03:49.549Z | Compiling minimal-lexical v0.2.1 |
2408 | 2024-06-28T20:03:49.983Z | Compiling whoami v1.5.1 |
2409 | 2024-06-28T20:03:50.011Z | Compiling static_assertions v1.1.0 |
2410 | 2024-06-28T20:03:50.039Z | Compiling precomputed-hash v0.1.1 |
2411 | 2024-06-28T20:03:50.116Z | Compiling unsafe-libyaml v0.2.11 |
2412 | 2024-06-28T20:03:50.162Z | Compiling new_debug_unreachable v1.0.6 |
2413 | 2024-06-28T20:03:50.263Z | Compiling predicates-core v1.0.6 |
2414 | 2024-06-28T20:03:50.586Z | Compiling predicates v3.1.0 |
2415 | 2024-06-28T20:03:50.610Z | Compiling tokio-postgres v0.7.10 |
2416 | 2024-06-28T20:03:50.658Z | Compiling string_cache v0.8.7 |
2417 | 2024-06-28T20:03:51.001Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2418 | 2024-06-28T20:03:51.159Z | Compiling nom v7.1.3 |
2419 | 2024-06-28T20:03:51.888Z | Compiling serde_yaml v0.9.34+deprecated |
2420 | 2024-06-28T20:03:52.204Z | Compiling crossterm v0.27.0 |
2421 | 2024-06-28T20:03:55.189Z | Compiling bit-set v0.5.3 |
2422 | 2024-06-28T20:03:55.266Z | Compiling itertools v0.12.1 |
2423 | 2024-06-28T20:03:55.480Z | Compiling bstr v1.9.1 |
2424 | 2024-06-28T20:03:55.653Z | Compiling lalrpop-util v0.19.12 |
2425 | 2024-06-28T20:03:55.890Z | Compiling unicode-xid v0.2.4 |
2426 | 2024-06-28T20:03:55.936Z | Compiling diesel v2.1.6 |
2427 | 2024-06-28T20:03:56.038Z | Compiling peg-runtime v0.8.3 |
2428 | 2024-06-28T20:03:56.093Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2429 | 2024-06-28T20:03:56.554Z | Compiling sha1 v0.10.6 |
2430 | 2024-06-28T20:03:56.733Z | Compiling camino v1.1.7 |
2431 | 2024-06-28T20:03:56.759Z | Compiling strum_macros v0.26.2 |
2432 | 2024-06-28T20:03:56.906Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2433 | 2024-06-28T20:03:56.955Z | Compiling http v1.1.0 |
2434 | 2024-06-28T20:03:57.205Z | Compiling base64 v0.22.1 |
2435 | 2024-06-28T20:03:57.640Z | Compiling toml v0.8.13 |
2436 | 2024-06-28T20:03:57.938Z | Compiling rustls-pki-types v1.7.0 |
2437 | 2024-06-28T20:03:58.180Z | Compiling ident_case v1.0.1 |
2438 | 2024-06-28T20:03:58.360Z | Compiling darling_core v0.20.9 |
2439 | 2024-06-28T20:03:58.694Z | Compiling crossbeam-channel v0.5.12 |
2440 | 2024-06-28T20:03:59.156Z | Compiling paste v1.0.15 |
2441 | 2024-06-28T20:03:59.180Z | Compiling rustls v0.22.4 |
2442 | 2024-06-28T20:03:59.428Z | Compiling slog-async v2.8.0 |
2443 | 2024-06-28T20:03:59.709Z | Compiling slog-term v2.9.1 |
2444 | 2024-06-28T20:03:59.733Z | Compiling rustls-webpki v0.102.4 |
2445 | 2024-06-28T20:04:00.120Z | Compiling instant v0.1.12 |
2446 | 2024-06-28T20:04:00.272Z | Compiling multer v3.1.0 |
2447 | 2024-06-28T20:04:00.859Z | Compiling slog-json v2.6.1 |
2448 | 2024-06-28T20:04:00.979Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2449 | 2024-06-28T20:04:01.135Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2450 | 2024-06-28T20:04:01.272Z | Compiling strum v0.26.2 |
2451 | 2024-06-28T20:04:01.296Z | Compiling async-stream-impl v0.3.5 |
2452 | 2024-06-28T20:04:01.479Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2453 | 2024-06-28T20:04:01.780Z | Compiling atomic-waker v1.1.2 |
2454 | 2024-06-28T20:04:01.804Z | Compiling debug-ignore v1.0.5 |
2455 | 2024-06-28T20:04:01.895Z | Compiling slog-bunyan v2.5.0 |
2456 | 2024-06-28T20:04:01.941Z | Compiling waitgroup v0.1.2 |
2457 | 2024-06-28T20:04:02.090Z | Compiling rustls-pemfile v2.1.2 |
2458 | 2024-06-28T20:04:02.178Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2459 | 2024-06-28T20:04:02.560Z | Compiling serde_path_to_error v0.1.16 |
2460 | 2024-06-28T20:04:02.599Z | Compiling async-stream v0.3.5 |
2461 | 2024-06-28T20:04:02.920Z | Compiling structmeta-derive v0.3.0 |
2462 | 2024-06-28T20:04:03.032Z | Compiling hostname v0.4.0 |
2463 | 2024-06-28T20:04:03.277Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2464 | 2024-06-28T20:04:03.301Z | Compiling newtype-uuid v1.1.0 |
2465 | 2024-06-28T20:04:03.593Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2466 | 2024-06-28T20:04:03.934Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2467 | 2024-06-28T20:04:04.139Z | Compiling backoff v0.4.0 |
2468 | 2024-06-28T20:04:04.218Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2469 | 2024-06-28T20:04:04.246Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2470 | 2024-06-28T20:04:04.406Z | Compiling tokio-rustls v0.25.0 |
2471 | 2024-06-28T20:04:04.430Z | Compiling macaddr v1.0.1 |
2472 | 2024-06-28T20:04:04.454Z | Compiling proc-macro-crate v1.3.1 |
2473 | 2024-06-28T20:04:04.693Z | Compiling darling_macro v0.20.9 |
2474 | 2024-06-28T20:04:04.852Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2475 | 2024-06-28T20:04:05.153Z | Compiling fastrand v2.1.0 |
2476 | 2024-06-28T20:04:05.456Z | Compiling num_enum_derive v0.5.11 |
2477 | 2024-06-28T20:04:05.594Z | Compiling structmeta v0.3.0 |
2478 | 2024-06-28T20:04:05.622Z | Compiling darling v0.20.9 |
2479 | 2024-06-28T20:04:05.683Z | Compiling tempfile v3.10.1 |
2480 | 2024-06-28T20:04:05.750Z | Compiling serde_with_macros v3.8.1 |
2481 | 2024-06-28T20:04:06.034Z | Compiling parse-display-derive v0.9.0 |
2482 | 2024-06-28T20:04:06.593Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2483 | 2024-06-28T20:04:06.870Z | Compiling foreign-types-macros v0.2.3 |
2484 | 2024-06-28T20:04:08.027Z | Compiling foreign-types-shared v0.3.1 |
2485 | 2024-06-28T20:04:08.052Z | Compiling num_enum v0.5.11 |
2486 | 2024-06-28T20:04:08.156Z | Compiling heapless v0.8.0 |
2487 | 2024-06-28T20:04:08.210Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2488 | 2024-06-28T20:04:08.483Z | Compiling foreign-types v0.5.0 |
2489 | 2024-06-28T20:04:08.570Z | Compiling serde_with v3.8.1 |
2490 | 2024-06-28T20:04:08.595Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2491 | 2024-06-28T20:04:08.619Z | Compiling proc-macro-error v1.0.4 |
2492 | 2024-06-28T20:04:09.231Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2493 | 2024-06-28T20:04:09.299Z | Compiling cstr-argument v0.1.2 |
2494 | 2024-06-28T20:04:09.539Z | Compiling hash32 v0.3.1 |
2495 | 2024-06-28T20:04:09.768Z | Compiling smoltcp v0.11.0 |
2496 | 2024-06-28T20:04:09.982Z | Compiling pretty-hex v0.2.1 |
2497 | 2024-06-28T20:04:10.165Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2498 | 2024-06-28T20:04:10.368Z | Compiling parse-display v0.9.0 |
2499 | 2024-06-28T20:04:10.495Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2500 | 2024-06-28T20:04:10.542Z | Compiling camino-tempfile v1.1.1 |
2501 | 2024-06-28T20:04:11.055Z | Compiling tabwriter v1.4.0 |
2502 | 2024-06-28T20:04:11.082Z | Compiling colored v2.1.0 |
2503 | 2024-06-28T20:04:11.106Z | Compiling socket2 v0.4.10 |
2504 | 2024-06-28T20:04:11.233Z | Compiling cobs v0.2.3 |
2505 | 2024-06-28T20:04:11.524Z | Compiling embedded-io v0.4.0 |
2506 | 2024-06-28T20:04:11.746Z | Compiling postcard v1.0.8 |
2507 | 2024-06-28T20:04:11.802Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2508 | 2024-06-28T20:04:11.948Z | Compiling crucible-workspace-hack v0.1.0 |
2509 | 2024-06-28T20:04:12.068Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2510 | 2024-06-28T20:04:12.165Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2511 | 2024-06-28T20:04:12.272Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2512 | 2024-06-28T20:04:12.437Z | Compiling smf v0.2.3 |
2513 | 2024-06-28T20:04:12.584Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2514 | 2024-06-28T20:04:12.608Z | Compiling humantime v2.1.0 |
2515 | 2024-06-28T20:04:12.897Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2516 | 2024-06-28T20:04:13.054Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2517 | 2024-06-28T20:04:13.106Z | Compiling num-derive v0.4.2 |
2518 | 2024-06-28T20:04:13.484Z | Compiling sigpipe v0.1.3 |
2519 | 2024-06-28T20:04:13.600Z | Compiling utf-8 v0.7.6 |
2520 | 2024-06-28T20:04:13.709Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2521 | 2024-06-28T20:04:13.919Z | Compiling atty v0.2.14 |
2522 | 2024-06-28T20:04:14.069Z | Compiling rayon-core v1.12.1 |
2523 | 2024-06-28T20:04:14.122Z | Compiling semver v0.1.20 |
2524 | 2024-06-28T20:04:14.190Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2525 | 2024-06-28T20:04:14.327Z | Compiling same-file v1.0.6 |
2526 | 2024-06-28T20:04:14.546Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2527 | 2024-06-28T20:04:14.745Z | Compiling walkdir v2.5.0 |
2528 | 2024-06-28T20:04:15.183Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2529 | 2024-06-28T20:04:15.436Z | Compiling rustc_version v0.1.7 |
2530 | 2024-06-28T20:04:15.621Z | Compiling newline-converter v0.3.0 |
2531 | 2024-06-28T20:04:15.894Z | Compiling curve25519-dalek v4.1.3 |
2532 | 2024-06-28T20:04:15.936Z | Compiling crossbeam-deque v0.8.5 |
2533 | 2024-06-28T20:04:16.032Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2534 | 2024-06-28T20:04:16.073Z | Compiling universal-hash v0.5.1 |
2535 | 2024-06-28T20:04:16.097Z | Compiling opaque-debug v0.3.1 |
2536 | 2024-06-28T20:04:16.218Z | Compiling prettyplease v0.2.20 |
2537 | 2024-06-28T20:04:16.306Z | Compiling newtype_derive v0.1.6 |
2538 | 2024-06-28T20:04:16.490Z | Compiling expectorate v1.1.0 |
2539 | 2024-06-28T20:04:16.516Z | Compiling num-rational v0.4.2 |
2540 | 2024-06-28T20:04:16.577Z | Compiling xattr v1.3.1 |
2541 | 2024-06-28T20:04:16.653Z | Compiling signature v2.2.0 |
2542 | 2024-06-28T20:04:16.687Z | Compiling curve25519-dalek-derive v0.1.1 |
2543 | 2024-06-28T20:04:16.845Z | Compiling num-complex v0.4.6 |
2544 | 2024-06-28T20:04:16.945Z | Compiling ring v0.16.20 |
2545 | 2024-06-28T20:04:17.799Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2546 | 2024-06-28T20:04:17.978Z | Compiling blake3 v1.5.1 |
2547 | 2024-06-28T20:04:18.033Z | Compiling unicase v2.7.0 |
2548 | 2024-06-28T20:04:18.078Z | Compiling arc-swap v1.7.1 |
2549 | 2024-06-28T20:04:18.121Z | Compiling termcolor v1.4.1 |
2550 | 2024-06-28T20:04:18.189Z | Compiling convert_case v0.4.0 |
2551 | 2024-06-28T20:04:18.314Z | Compiling quick-error v1.2.3 |
2552 | 2024-06-28T20:04:18.458Z | Compiling getrandom v0.1.16 |
2553 | 2024-06-28T20:04:18.521Z | Compiling linked-hash-map v0.5.6 |
2554 | 2024-06-28T20:04:18.687Z | Compiling env_logger v0.9.3 |
2555 | 2024-06-28T20:04:18.834Z | Compiling lru-cache v0.1.2 |
2556 | 2024-06-28T20:04:19.028Z | Compiling slog-scope v4.4.0 |
2557 | 2024-06-28T20:04:19.052Z | Compiling resolv-conf v0.7.0 |
2558 | 2024-06-28T20:04:19.108Z | Compiling derive_more v0.99.17 |
2559 | 2024-06-28T20:04:19.383Z | Compiling tar v0.4.40 |
2560 | 2024-06-28T20:04:19.808Z | Compiling num v0.4.3 |
2561 | 2024-06-28T20:04:19.905Z | Compiling rayon v1.10.0 |
2562 | 2024-06-28T20:04:21.325Z | Compiling tungstenite v0.21.0 |
2563 | 2024-06-28T20:04:22.151Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2564 | 2024-06-28T20:04:22.687Z | Compiling blake2 v0.10.6 |
2565 | 2024-06-28T20:04:22.788Z | Compiling bitstruct_derive v0.1.0 |
2566 | 2024-06-28T20:04:23.430Z | Compiling derive-where v1.2.7 |
2567 | 2024-06-28T20:04:23.835Z | Compiling password-hash v0.5.0 |
2568 | 2024-06-28T20:04:24.207Z | Compiling memmap2 v0.9.4 |
2569 | 2024-06-28T20:04:24.337Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2570 | 2024-06-28T20:04:24.486Z | Compiling parking_lot_core v0.8.6 |
2571 | 2024-06-28T20:04:24.673Z | Compiling constant_time_eq v0.3.0 |
2572 | 2024-06-28T20:04:24.822Z | Compiling arrayvec v0.7.4 |
2573 | 2024-06-28T20:04:24.869Z | Compiling float-ord v0.3.2 |
2574 | 2024-06-28T20:04:24.927Z | Compiling libefi-sys v0.1.0 |
2575 | 2024-06-28T20:04:25.041Z | Compiling ascii v1.1.0 |
2576 | 2024-06-28T20:04:25.203Z | Compiling home v0.5.9 |
2577 | 2024-06-28T20:04:25.229Z | Compiling arrayref v0.3.7 |
2578 | 2024-06-28T20:04:25.339Z | Compiling untrusted v0.7.1 |
2579 | 2024-06-28T20:04:25.375Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2580 | 2024-06-28T20:04:25.477Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2581 | 2024-06-28T20:04:25.591Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2582 | 2024-06-28T20:04:25.619Z | Compiling toolchain_find v0.4.0 |
2583 | 2024-06-28T20:04:26.383Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2584 | 2024-06-28T20:04:26.638Z | Compiling argon2 v0.5.3 |
2585 | 2024-06-28T20:04:26.746Z | Compiling bitstruct v0.1.1 |
2586 | 2024-06-28T20:04:26.771Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-06-28T20:04:26.866Z | Compiling tokio-tungstenite v0.21.0 |
2588 | 2024-06-28T20:04:27.002Z | Compiling trust-dns-resolver v0.22.0 |
2589 | 2024-06-28T20:04:27.382Z | Compiling slog-stdlog v4.1.1 |
2590 | 2024-06-28T20:04:27.723Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2591 | 2024-06-28T20:04:27.789Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2592 | 2024-06-28T20:04:27.965Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2593 | 2024-06-28T20:04:28.081Z | Compiling erased-serde v0.3.31 |
2594 | 2024-06-28T20:04:28.152Z | Compiling serde_arrays v0.1.0 |
2595 | 2024-06-28T20:04:28.305Z | Compiling rfc6979 v0.4.0 |
2596 | 2024-06-28T20:04:28.380Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2597 | 2024-06-28T20:04:28.404Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2598 | 2024-06-28T20:04:28.495Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2599 | 2024-06-28T20:04:28.948Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2600 | 2024-06-28T20:04:29.071Z | Compiling aead v0.5.2 |
2601 | 2024-06-28T20:04:29.095Z | Compiling bitfield-struct v0.6.1 |
2602 | 2024-06-28T20:04:29.300Z | Compiling nibble_vec v0.1.0 |
2603 | 2024-06-28T20:04:29.443Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2604 | 2024-06-28T20:04:29.467Z | Compiling slog-dtrace v0.3.0 |
2605 | 2024-06-28T20:04:29.501Z | Compiling topological-sort v0.2.2 |
2606 | 2024-06-28T20:04:29.526Z | Compiling endian-type v0.1.2 |
2607 | 2024-06-28T20:04:29.725Z | Compiling cancel-safe-futures v0.1.5 |
2608 | 2024-06-28T20:04:29.749Z | Compiling keccak v0.1.5 |
2609 | 2024-06-28T20:04:29.848Z | Compiling radix_trie v0.2.1 |
2610 | 2024-06-28T20:04:29.902Z | Compiling omicron-zone-package v0.11.0 |
2611 | 2024-06-28T20:04:30.073Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2612 | 2024-06-28T20:04:30.346Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2613 | 2024-06-28T20:04:30.513Z | Compiling sha3 v0.10.8 |
2614 | 2024-06-28T20:04:30.541Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2615 | 2024-06-28T20:04:30.782Z | Compiling ecdsa v0.16.9 |
2616 | 2024-06-28T20:04:31.036Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2617 | 2024-06-28T20:04:31.368Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2618 | 2024-06-28T20:04:31.506Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2619 | 2024-06-28T20:04:31.625Z | Compiling rand_core v0.5.1 |
2620 | 2024-06-28T20:04:31.769Z | Compiling mime_guess v2.0.4 |
2621 | 2024-06-28T20:04:32.111Z | Compiling slog-envlogger v2.2.0 |
2622 | 2024-06-28T20:04:32.635Z | Compiling steno v0.4.0 |
2623 | 2024-06-28T20:04:32.957Z | Compiling rustfmt-wrapper v0.2.1 |
2624 | 2024-06-28T20:04:33.256Z | Compiling poly1305 v0.8.0 |
2625 | 2024-06-28T20:04:33.384Z | Compiling tungstenite v0.20.1 |
2626 | 2024-06-28T20:04:33.455Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2627 | 2024-06-28T20:04:34.111Z | Compiling heck v0.3.3 |
2628 | 2024-06-28T20:04:34.491Z | Compiling primeorder v0.13.6 |
2629 | 2024-06-28T20:04:34.647Z | Compiling chacha20 v0.9.1 |
2630 | 2024-06-28T20:04:34.933Z | Compiling secrecy v0.8.0 |
2631 | 2024-06-28T20:04:35.056Z | Compiling thiserror-impl-no-std v2.0.2 |
2632 | 2024-06-28T20:04:35.192Z | Compiling half v2.4.1 |
2633 | 2024-06-28T20:04:35.257Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2634 | 2024-06-28T20:04:35.489Z | Compiling ciborium-io v0.2.2 |
2635 | 2024-06-28T20:04:35.617Z | Compiling option-ext v0.2.0 |
2636 | 2024-06-28T20:04:35.694Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2637 | 2024-06-28T20:04:35.754Z | Compiling dirs-sys v0.4.1 |
2638 | 2024-06-28T20:04:35.797Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2639 | 2024-06-28T20:04:35.827Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2640 | 2024-06-28T20:04:36.421Z | Compiling ciborium-ll v0.2.2 |
2641 | 2024-06-28T20:04:36.821Z | Compiling zone_cfg_derive v0.1.2 |
2642 | 2024-06-28T20:04:36.847Z | Compiling tokio-tungstenite v0.20.1 |
2643 | 2024-06-28T20:04:37.374Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2644 | 2024-06-28T20:04:37.577Z | Compiling parking_lot v0.11.2 |
2645 | 2024-06-28T20:04:37.771Z | Compiling rand_chacha v0.2.2 |
2646 | 2024-06-28T20:04:37.996Z | Compiling thiserror-no-std v2.0.2 |
2647 | 2024-06-28T20:04:38.121Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2648 | 2024-06-28T20:04:38.182Z | Compiling trust-dns-client v0.22.0 |
2649 | 2024-06-28T20:04:38.985Z | Compiling ed25519 v2.2.3 |
2650 | 2024-06-28T20:04:39.013Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2651 | 2024-06-28T20:04:39.451Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2652 | 2024-06-28T20:04:39.477Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2653 | 2024-06-28T20:04:39.550Z | Compiling polyval v0.6.2 |
2654 | 2024-06-28T20:04:39.969Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2655 | 2024-06-28T20:04:40.370Z | Compiling libsw v3.3.1 |
2656 | 2024-06-28T20:04:40.696Z | Compiling toml v0.5.11 |
2657 | 2024-06-28T20:04:40.932Z | Compiling blowfish v0.9.1 |
2658 | 2024-06-28T20:04:41.414Z | Compiling ctr v0.9.2 |
2659 | 2024-06-28T20:04:41.762Z | Compiling aes v0.8.4 |
2660 | 2024-06-28T20:04:43.798Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2661 | 2024-06-28T20:04:43.999Z | Compiling pbkdf2 v0.12.2 |
2662 | 2024-06-28T20:04:44.090Z | Compiling password-hash v0.4.2 |
2663 | 2024-06-28T20:04:44.180Z | Compiling gethostname v0.4.3 |
2664 | 2024-06-28T20:04:44.437Z | Compiling fxhash v0.2.1 |
2665 | 2024-06-28T20:04:44.656Z | Compiling owo-colors v4.0.0 |
2666 | 2024-06-28T20:04:44.681Z | Compiling base64 v0.13.1 |
2667 | 2024-06-28T20:04:44.923Z | Compiling linear-map v1.2.0 |
2668 | 2024-06-28T20:04:45.228Z | Compiling ron v0.7.1 |
2669 | 2024-06-28T20:04:45.270Z | Compiling sled v0.34.7 |
2670 | 2024-06-28T20:04:46.467Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2671 | 2024-06-28T20:04:46.582Z | Compiling pbkdf2 v0.11.0 |
2672 | 2024-06-28T20:04:46.947Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2673 | 2024-06-28T20:04:47.481Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2674 | 2024-06-28T20:04:49.087Z | Compiling bcrypt-pbkdf v0.10.0 |
2675 | 2024-06-28T20:04:49.675Z | Compiling trust-dns-server v0.22.1 |
2676 | 2024-06-28T20:04:49.864Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2677 | 2024-06-28T20:04:50.092Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2678 | 2024-06-28T20:04:50.528Z | Compiling ghash v0.5.1 |
2679 | 2024-06-28T20:04:50.663Z | Compiling ed25519-dalek v2.1.1 |
2680 | 2024-06-28T20:04:50.738Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2681 | 2024-06-28T20:04:51.775Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2682 | 2024-06-28T20:04:51.887Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2683 | 2024-06-28T20:04:52.723Z | Compiling zone v0.1.8 |
2684 | 2024-06-28T20:04:53.567Z | Compiling vsss-rs v3.3.4 |
2685 | 2024-06-28T20:04:54.237Z | Compiling rand v0.7.3 |
2686 | 2024-06-28T20:04:54.889Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2687 | 2024-06-28T20:04:55.141Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2688 | 2024-06-28T20:04:55.724Z | Compiling ciborium v0.2.2 |
2689 | 2024-06-28T20:04:55.944Z | Compiling dirs v5.0.1 |
2690 | 2024-06-28T20:04:56.174Z | Compiling chacha20poly1305 v0.10.1 |
2691 | 2024-06-28T20:04:56.394Z | Compiling p521 v0.13.3 |
2692 | 2024-06-28T20:04:56.536Z | Compiling p256 v0.13.2 |
2693 | 2024-06-28T20:04:57.126Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2694 | 2024-06-28T20:04:57.364Z | Compiling pem v3.0.4 |
2695 | 2024-06-28T20:04:57.731Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2696 | 2024-06-28T20:04:58.068Z | Compiling headers-core v0.2.0 |
2697 | 2024-06-28T20:04:58.119Z | Compiling cbc v0.1.2 |
2698 | 2024-06-28T20:04:58.233Z | Compiling kstat-rs v0.2.4 |
2699 | 2024-06-28T20:04:58.358Z | Compiling portpicker v0.1.1 |
2700 | 2024-06-28T20:04:58.388Z | Compiling nanorand v0.7.0 |
2701 | 2024-06-28T20:04:58.517Z | Compiling russh-cryptovec v0.7.2 |
2702 | 2024-06-28T20:04:58.656Z | Compiling md5 v0.7.0 |
2703 | 2024-06-28T20:04:58.680Z | Compiling glob v0.3.1 |
2704 | 2024-06-28T20:04:58.820Z | Compiling http-range v0.1.5 |
2705 | 2024-06-28T20:04:58.849Z | Compiling flume v0.11.0 |
2706 | 2024-06-28T20:04:58.952Z | Compiling russh-keys v0.43.0 |
2707 | 2024-06-28T20:04:59.109Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2708 | 2024-06-28T20:04:59.179Z | Compiling hyper-staticfile v0.9.5 |
2709 | 2024-06-28T20:04:59.459Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2710 | 2024-06-28T20:04:59.560Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2711 | 2024-06-28T20:05:00.066Z | Compiling headers v0.3.9 |
2712 | 2024-06-28T20:05:01.164Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2713 | 2024-06-28T20:05:01.830Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2714 | 2024-06-28T20:05:02.012Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2715 | 2024-06-28T20:05:03.046Z | Compiling rcgen v0.12.1 |
2716 | 2024-06-28T20:05:04.478Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2717 | 2024-06-28T20:05:04.621Z | Compiling aes-gcm v0.10.3 |
2718 | 2024-06-28T20:05:04.899Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2719 | 2024-06-28T20:05:05.161Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2720 | 2024-06-28T20:05:06.593Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2721 | 2024-06-28T20:05:09.324Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2722 | 2024-06-28T20:05:10.166Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2723 | 2024-06-28T20:05:10.287Z | Compiling atomicwrites v0.4.3 |
2724 | 2024-06-28T20:05:10.624Z | Compiling subprocess v0.2.9 |
2725 | 2024-06-28T20:05:11.700Z | Compiling dhcproto-macros v0.1.0 |
2726 | 2024-06-28T20:05:12.530Z | Compiling display-error-chain v0.2.0 |
2727 | 2024-06-28T20:05:12.556Z | Compiling hex-literal v0.4.1 |
2728 | 2024-06-28T20:05:12.706Z | Compiling russh v0.43.0 |
2729 | 2024-06-28T20:05:12.730Z | Compiling dhcproto v0.11.0 |
2730 | 2024-06-28T20:05:12.852Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2731 | 2024-06-28T20:05:14.170Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2732 | 2024-06-28T20:05:14.923Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2733 | 2024-06-28T20:05:15.267Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2734 | 2024-06-28T20:05:15.676Z | Compiling internet-checksum v0.2.1 |
2735 | 2024-06-28T20:05:43.639Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2736 | 2024-06-28T20:06:43.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 46s |
2737 | 2024-06-28T20:06:43.672Z | |
2738 | 2024-06-28T20:06:43.672Z | real 3:46.411995700 |
2739 | 2024-06-28T20:06:43.672Z | user 17:57.114821213 |
2740 | 2024-06-28T20:06:43.672Z | sys 4:15.011681400 |
2741 | 2024-06-28T20:06:43.672Z | trap 0.582861976 |
2742 | 2024-06-28T20:06:43.672Z | tflt 0.397163247 |
2743 | 2024-06-28T20:06:43.672Z | dflt 2.639413387 |
2744 | 2024-06-28T20:06:43.672Z | kflt 0.000248890 |
2745 | 2024-06-28T20:06:43.672Z | lock 38:54.189304337 |
2746 | 2024-06-28T20:06:43.672Z | slp 51:17.273635997 |
2747 | 2024-06-28T20:06:43.672Z | lat 1:04.355657746 |
2748 | 2024-06-28T20:06:43.672Z | stop 2:21.576158632 |
2749 | 2024-06-28T20:06:43.700Z | + mkdir tests |
2750 | 2024-06-28T20:06:43.700Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2751 | 2024-06-28T20:06:43.700Z | + xargs -I '{}' -t cp '{}' tests/ |
2752 | 2024-06-28T20:06:43.726Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58fe6f7d1c0591dd tests/ |
2753 | 2024-06-28T20:06:43.751Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2c43dc3184ff70d6 tests/ |
2754 | 2024-06-28T20:06:43.780Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3cf8c74a3ee51610 tests/ |
2755 | 2024-06-28T20:06:43.809Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2e61df446185b8f0 tests/ |
2756 | 2024-06-28T20:06:44.202Z | + 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/*) |
2757 | 2024-06-28T20:06:44.226Z | + 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-2c43dc3184ff70d6 tests/commtest-3cf8c74a3ee51610 tests/dhcp_server-58fe6f7d1c0591dd tests/end_to_end_tests-2e61df446185b8f0 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 |
2758 | 2024-06-28T20:08:03.995Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2759 | 2024-06-28T20:08:03.995Z | a out/target/test 1K |
2760 | 2024-06-28T20:08:03.995Z | a out/npuzone/npuzone 23144K |
2761 | 2024-06-28T20:08:03.995Z | a package-manifest.toml 29K |
2762 | 2024-06-28T20:08:03.996Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2763 | 2024-06-28T20:08:03.996Z | a target/release/omicron-package 32438K |
2764 | 2024-06-28T20:08:03.996Z | a target/release/xtask 18131K |
2765 | 2024-06-28T20:08:03.996Z | a target/debug/bootstrap 358654K |
2766 | 2024-06-28T20:08:03.996Z | a tests/bootstrap-2c43dc3184ff70d6 23982K |
2767 | 2024-06-28T20:08:03.996Z | a tests/commtest-3cf8c74a3ee51610 23983K |
2768 | 2024-06-28T20:08:03.996Z | a tests/dhcp_server-58fe6f7d1c0591dd 23982K |
2769 | 2024-06-28T20:08:03.996Z | a tests/end_to_end_tests-2e61df446185b8f0 368809K |
2770 | 2024-06-28T20:08:03.996Z | a out/clickhouse.tar.gz 223068K |
2771 | 2024-06-28T20:08:03.996Z | a out/clickhouse_keeper.tar.gz 223051K |
2772 | 2024-06-28T20:08:03.996Z | a out/cockroachdb.tar.gz 131816K |
2773 | 2024-06-28T20:08:03.996Z | a out/crucible-dtrace.tar 84K |
2774 | 2024-06-28T20:08:03.996Z | a out/crucible-pantry-zone.tar.gz 27068K |
2775 | 2024-06-28T20:08:03.996Z | a out/crucible-zone.tar.gz 37341K |
2776 | 2024-06-28T20:08:03.996Z | a out/external-dns.tar.gz 25132K |
2777 | 2024-06-28T20:08:03.996Z | a out/internal-dns.tar.gz 25130K |
2778 | 2024-06-28T20:08:03.996Z | a out/mg-ddm-gz.tar 60616K |
2779 | 2024-06-28T20:08:03.996Z | a out/nexus.tar.gz 84510K |
2780 | 2024-06-28T20:08:03.996Z | a out/ntp.tar.gz 8903K |
2781 | 2024-06-28T20:08:03.996Z | a out/omicron-gateway-softnpu.tar.gz 13797K |
2782 | 2024-06-28T20:08:03.996Z | a out/omicron-sled-agent.tar 94337K |
2783 | 2024-06-28T20:08:03.996Z | a out/overlay.tar.gz 3K |
2784 | 2024-06-28T20:08:03.996Z | a out/oximeter.tar.gz 41483K |
2785 | 2024-06-28T20:08:03.996Z | a out/oxlog.tar 2955K |
2786 | 2024-06-28T20:08:03.996Z | a out/probe.tar.gz 2764K |
2787 | 2024-06-28T20:08:03.996Z | a out/propolis-server.tar.gz 64653K |
2788 | 2024-06-28T20:08:03.996Z | a out/pumpkind-gz.tar 26665K |
2789 | 2024-06-28T20:08:03.996Z | a out/switch-softnpu.tar.gz 196123K |
2790 | 2024-06-28T20:08:04.021Z | |
2791 | 2024-06-28T20:08:04.021Z | real 1:19.791311624 |
2792 | 2024-06-28T20:08:04.021Z | user 1:13.634895386 |
2793 | 2024-06-28T20:08:04.021Z | sys 7.800400319 |
2794 | 2024-06-28T20:08:04.022Z | trap 0.025016593 |
2795 | 2024-06-28T20:08:04.022Z | tflt 0.000000000 |
2796 | 2024-06-28T20:08:04.022Z | dflt 0.000000000 |
2797 | 2024-06-28T20:08:04.022Z | kflt 0.000000000 |
2798 | 2024-06-28T20:08:04.022Z | lock 0.000000000 |
2799 | 2024-06-28T20:08:04.022Z | slp 1:13.376089513 |
2800 | 2024-06-28T20:08:04.022Z | lat 4.738640342 |
2801 | 2024-06-28T20:08:04.022Z | stop 0.001202298 |
2802 | 2024-06-28T20:08:04.022Z | process exited: duration 1614209 ms, exit code 0 |
|
2803 | 2024-06-28T20:08:04.107Z | found 1 output files |
2804 | 2024-06-28T20:08:04.107Z | uploading: /work/package.tar.gz (1403457563 bytes) |
2805 | 2024-06-28T20:12:44.361Z | uploaded: /work/package.tar.gz |