|
|
|
1 | 2024-06-21T20:56:38.902Z | job assigned to worker 01J0Y9AT97QE8C6R91V0YHFRSA (queued for 57 s) |
|
2 | 2024-06-21T20:56:46.307Z | starting task 0: "setup" |
3 | 2024-06-21T20:56:46.362Z | ++ uname -s |
4 | 2024-06-21T20:56:46.380Z | + kern=SunOS |
5 | 2024-06-21T20:56:46.380Z | + case "$kern" in |
6 | 2024-06-21T20:56:46.381Z | + groupadd -g 12345 build |
7 | 2024-06-21T20:56:46.381Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-21T20:56:48.382Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-21T20:56:48.474Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-21T20:56:48.476Z | + home_fs=zfs |
11 | 2024-06-21T20:56:48.476Z | + [[ zfs == autofs ]] |
12 | 2024-06-21T20:56:48.476Z | + mkdir -p /home/build |
13 | 2024-06-21T20:56:48.476Z | + chown build:build /home/build /work |
14 | 2024-06-21T20:56:50.478Z | + chmod 0700 /home/build /work |
15 | 2024-06-21T20:56:50.481Z | process exited: duration 4177 ms, exit code 0 |
|
16 | 2024-06-21T20:56:50.487Z | starting task 1: "rust-toolchain" |
17 | 2024-06-21T20:56:50.492Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-21T20:56:50.492Z | ' 1.78.0 |
19 | 2024-06-21T20:56:50.492Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-21T20:56:50.492Z | ' default |
21 | 2024-06-21T20:56:50.495Z | * toolchain channel = "1.78.0" |
22 | 2024-06-21T20:56:50.495Z | * toolchain profile = "default" |
23 | 2024-06-21T20:56:50.495Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-21T20:56:50.495Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-21T20:56:50.608Z | info: downloading installer |
26 | 2024-06-21T20:56:52.028Z | info: profile set to 'default' |
27 | 2024-06-21T20:56:52.028Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-21T20:56:52.031Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-21T20:56:52.168Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-21T20:56:52.168Z | info: downloading component 'cargo' |
31 | 2024-06-21T20:56:52.963Z | info: downloading component 'clippy' |
32 | 2024-06-21T20:56:53.229Z | info: downloading component 'rust-docs' |
33 | 2024-06-21T20:56:54.280Z | info: downloading component 'rust-std' |
34 | 2024-06-21T20:56:55.968Z | info: downloading component 'rustc' |
35 | 2024-06-21T20:57:00.283Z | info: downloading component 'rustfmt' |
36 | 2024-06-21T20:57:00.516Z | info: installing component 'cargo' |
37 | 2024-06-21T20:57:01.339Z | info: installing component 'clippy' |
38 | 2024-06-21T20:57:01.684Z | info: installing component 'rust-docs' |
39 | 2024-06-21T20:57:03.202Z | info: installing component 'rust-std' |
40 | 2024-06-21T20:57:04.927Z | info: installing component 'rustc' |
41 | 2024-06-21T20:57:09.048Z | info: installing component 'rustfmt' |
42 | 2024-06-21T20:57:09.385Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-21T20:57:09.385Z | |
44 | 2024-06-21T20:57:09.673Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-21T20:57:09.673Z | |
46 | 2024-06-21T20:57:09.676Z | |
47 | 2024-06-21T20:57:09.676Z | Rust is installed now. Great! |
48 | 2024-06-21T20:57:09.676Z | |
49 | 2024-06-21T20:57:09.676Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-21T20:57:09.676Z | environment variable. This has not been done automatically. |
51 | 2024-06-21T20:57:09.676Z | |
52 | 2024-06-21T20:57:09.676Z | To configure your current shell, you need to source |
53 | 2024-06-21T20:57:09.676Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-21T20:57:09.676Z | |
55 | 2024-06-21T20:57:09.676Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-21T20:57:09.676Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-21T20:57:09.676Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-21T20:57:09.741Z | + rustc --version |
59 | 2024-06-21T20:57:09.805Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-21T20:57:09.808Z | process exited: duration 19321 ms, exit code 0 |
|
61 | 2024-06-21T20:57:09.814Z | starting task 2: "authentication" |
62 | 2024-06-21T20:57:09.836Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-21T20:57:09.843Z | starting task 3: "clone repository" |
64 | 2024-06-21T20:57:09.849Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-21T20:57:09.852Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-21T20:57:10.022Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-21T20:57:16.577Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-21T20:57:16.577Z | + git fetch origin 7ef3ddd09822f8d31eb6b264459d6886456b64ff |
69 | 2024-06-21T20:57:16.875Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-21T20:57:16.875Z | * branch 7ef3ddd09822f8d31eb6b264459d6886456b64ff -> FETCH_HEAD |
71 | 2024-06-21T20:57:16.885Z | + [[ -n bump_gimlet-v1.0.22 ]] |
72 | 2024-06-21T20:57:16.888Z | ++ git branch --show-current |
73 | 2024-06-21T20:57:16.890Z | + current=main |
74 | 2024-06-21T20:57:16.890Z | + [[ main != bump_gimlet-v1.0.22 ]] |
75 | 2024-06-21T20:57:16.890Z | + git branch -f bump_gimlet-v1.0.22 7ef3ddd09822f8d31eb6b264459d6886456b64ff |
76 | 2024-06-21T20:57:16.893Z | + git checkout -f bump_gimlet-v1.0.22 |
77 | 2024-06-21T20:57:17.022Z | Switched to branch 'bump_gimlet-v1.0.22' |
78 | 2024-06-21T20:57:17.025Z | + git reset --hard 7ef3ddd09822f8d31eb6b264459d6886456b64ff |
79 | 2024-06-21T20:57:17.034Z | HEAD is now at 7ef3ddd09 Automatic bump of permslip manifest to gimlet-v1.0.22 |
80 | 2024-06-21T20:57:17.037Z | process exited: duration 7192 ms, exit code 0 |
|
81 | 2024-06-21T20:57:17.043Z | starting task 4: "build" |
82 | 2024-06-21T20:57:17.048Z | + cargo --version |
83 | 2024-06-21T20:57:17.100Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-21T20:57:17.102Z | + rustc --version |
85 | 2024-06-21T20:57:17.159Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-21T20:57:17.161Z | + WORK=/work |
87 | 2024-06-21T20:57:17.161Z | + pfexec mkdir -p /work |
88 | 2024-06-21T20:57:17.164Z | + pfexec chown build /work |
89 | 2024-06-21T20:57:17.169Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-21T20:57:33.413Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-21T20:57:35.457Z | Startup: Caching catalogs ... Done |
92 | 2024-06-21T20:57:37.822Z | Planning: Solver setup ... Done (1.905s) |
93 | 2024-06-21T20:57:37.858Z | Planning: Running solver ... Done (0.037s) |
94 | 2024-06-21T20:57:37.898Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-06-21T20:57:37.915Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-21T20:57:38.190Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-21T20:57:38.239Z | Planning: Package planning ... Done (0.049s) |
98 | 2024-06-21T20:57:38.290Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-06-21T20:57:39.164Z | Planning: Checking for conflicting actions ... Done (0.874s) |
100 | 2024-06-21T20:57:39.176Z | Planning: Consolidating action changes ... Done (0.012s) |
101 | 2024-06-21T20:57:43.353Z | Planning: Evaluating mediators ... Done (4.177s) |
102 | 2024-06-21T20:57:43.363Z | Planning: Planning completed in 7.84 seconds |
103 | 2024-06-21T20:57:43.596Z | Packages to install: 4 |
104 | 2024-06-21T20:57:43.596Z | Mediators to change: 2 |
105 | 2024-06-21T20:57:43.596Z | Services to change: 1 |
106 | 2024-06-21T20:57:43.599Z | Estimated space available: 155.77 GB |
107 | 2024-06-21T20:57:43.599Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-21T20:57:43.599Z | Create boot environment: No |
109 | 2024-06-21T20:57:43.599Z | Create backup boot environment: No |
110 | 2024-06-21T20:57:43.599Z | Rebuild boot archive: No |
111 | 2024-06-21T20:57:43.599Z | |
112 | 2024-06-21T20:57:43.599Z | Changed mediators: |
113 | 2024-06-21T20:57:43.599Z | mediator clang: |
114 | 2024-06-21T20:57:43.599Z | version: None -> 15 (system default) |
115 | 2024-06-21T20:57:43.599Z | |
116 | 2024-06-21T20:57:43.599Z | mediator llvm: |
117 | 2024-06-21T20:57:43.599Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-21T20:57:43.599Z | |
119 | 2024-06-21T20:57:43.599Z | Changed packages: |
120 | 2024-06-21T20:57:43.599Z | helios-dev |
121 | 2024-06-21T20:57:43.599Z | developer/build-essential |
122 | 2024-06-21T20:57:43.599Z | None -> 11-2.0 |
123 | 2024-06-21T20:57:43.599Z | library/libxmlsec1 |
124 | 2024-06-21T20:57:43.599Z | None -> 1.2.35-2.0 |
125 | 2024-06-21T20:57:43.599Z | ooce/developer/clang-15 |
126 | 2024-06-21T20:57:43.599Z | None -> 15.0.7-2.0 |
127 | 2024-06-21T20:57:43.599Z | ooce/developer/llvm-15 |
128 | 2024-06-21T20:57:43.599Z | None -> 15.0.7-2.0 |
129 | 2024-06-21T20:57:43.599Z | |
130 | 2024-06-21T20:57:43.600Z | Services: |
131 | 2024-06-21T20:57:43.600Z | restart_fmri: |
132 | 2024-06-21T20:57:43.600Z | svc:/system/update-man-index:default |
133 | 2024-06-21T20:57:43.744Z | |
134 | 2024-06-21T20:57:43.744Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-21T20:57:49.931Z | Download: 213/3290 items 1.3/212.6MB 0% complete (593k/s) |
136 | 2024-06-21T20:57:54.931Z | Download: 1187/3290 items 66.3/212.6MB 31% complete (6.5M/s) |
137 | 2024-06-21T20:57:59.932Z | Download: 1973/3290 items 118.7/212.6MB 55% complete (11.8M/s) |
138 | 2024-06-21T20:58:04.932Z | Download: 3248/3290 items 184.8/212.6MB 86% complete (11.8M/s) |
139 | 2024-06-21T20:58:06.602Z | Download: Completed 212.60 MB in 22.86 seconds (9.3M/s) |
140 | 2024-06-21T20:58:08.024Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-06-21T20:58:13.212Z | Actions: 3650/3689 actions (Installing new actions) |
142 | 2024-06-21T20:58:13.273Z | Actions: Completed 3689 actions in 5.25 seconds. |
143 | 2024-06-21T20:58:13.516Z | Done (0.238s) |
144 | 2024-06-21T20:58:13.517Z | Done (0.000s) |
145 | 2024-06-21T20:58:13.833Z | Done (0.316s) |
146 | 2024-06-21T20:58:18.981Z | Done (4.994s) |
147 | 2024-06-21T20:58:19.166Z | Done (0.110s) |
148 | 2024-06-21T20:58:19.170Z | Done (0.000s) |
149 | 2024-06-21T20:58:19.326Z | Done (0.000s) |
150 | 2024-06-21T20:58:19.889Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-06-21T20:58:20.049Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-06-21T20:58:20.052Z | Planning: Consolidating action changes ... Done |
153 | 2024-06-21T20:58:20.319Z | Planning: Evaluating mediators ... Done |
154 | 2024-06-21T20:58:20.322Z | Planning: Planning completed in 0.43 seconds |
155 | 2024-06-21T20:58:20.352Z | Mediators to change: 2 |
156 | 2024-06-21T20:58:20.352Z | Create boot environment: No |
157 | 2024-06-21T20:58:20.355Z | Create backup boot environment: No |
158 | 2024-06-21T20:58:20.419Z | Done |
159 | 2024-06-21T20:58:20.419Z | Done |
160 | 2024-06-21T20:58:20.620Z | Done |
161 | 2024-06-21T20:58:24.185Z | Done |
162 | 2024-06-21T20:58:24.269Z | Done |
163 | 2024-06-21T20:58:24.272Z | Done |
164 | 2024-06-21T20:58:24.377Z | Done |
165 | 2024-06-21T20:58:24.986Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-06-21T20:58:24.988Z | Planning: Merging actions ... Done |
167 | 2024-06-21T20:58:25.180Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-06-21T20:58:25.183Z | Planning: Consolidating action changes ... Done |
169 | 2024-06-21T20:58:25.469Z | Planning: Evaluating mediators ... Done |
170 | 2024-06-21T20:58:25.528Z | Planning: Planning completed in 0.79 seconds |
171 | 2024-06-21T20:58:25.564Z | Packages to change: 1 |
172 | 2024-06-21T20:58:25.564Z | Mediators to change: 1 |
173 | 2024-06-21T20:58:25.567Z | Services to change: 1 |
174 | 2024-06-21T20:58:25.567Z | Create boot environment: No |
175 | 2024-06-21T20:58:25.567Z | Create backup boot environment: Yes |
176 | 2024-06-21T20:58:27.332Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-06-21T20:58:27.362Z | Actions: Completed 6 actions in 0.03 seconds. |
178 | 2024-06-21T20:58:27.370Z | Done |
179 | 2024-06-21T20:58:27.370Z | Done |
180 | 2024-06-21T20:58:27.431Z | Done |
181 | 2024-06-21T20:58:30.981Z | Done |
182 | 2024-06-21T20:58:31.061Z | Done |
183 | 2024-06-21T20:58:31.064Z | Done |
184 | 2024-06-21T20:58:31.163Z | Done |
185 | 2024-06-21T20:58:31.593Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-06-21T20:58:31.593Z | clang system 15 system |
187 | 2024-06-21T20:58:31.593Z | csh system system illumos |
188 | 2024-06-21T20:58:31.593Z | ctags system system illumos |
189 | 2024-06-21T20:58:31.593Z | gcc vendor 12 vendor |
190 | 2024-06-21T20:58:31.593Z | gcc system 10 system |
191 | 2024-06-21T20:58:31.594Z | gcc system 7 system |
192 | 2024-06-21T20:58:31.594Z | go system 1.20 system |
193 | 2024-06-21T20:58:31.594Z | go system 1.19 system |
194 | 2024-06-21T20:58:31.594Z | llvm system 15 system |
195 | 2024-06-21T20:58:31.594Z | llvm system 14 system |
196 | 2024-06-21T20:58:31.594Z | mariadb system 10.6 system |
197 | 2024-06-21T20:58:31.594Z | mta vendor vendor dma |
198 | 2024-06-21T20:58:31.594Z | openjdk system 17 system |
199 | 2024-06-21T20:58:31.594Z | openjdk system 11 system |
200 | 2024-06-21T20:58:31.594Z | openjdk system 1.8 system |
201 | 2024-06-21T20:58:31.594Z | openssl vendor 3 vendor |
202 | 2024-06-21T20:58:31.594Z | perl system 5.36 system |
203 | 2024-06-21T20:58:31.594Z | postgresql system 15 system |
204 | 2024-06-21T20:58:31.594Z | postgresql system 13 system |
205 | 2024-06-21T20:58:31.594Z | python vendor 3 vendor |
206 | 2024-06-21T20:58:31.594Z | python system 2 system |
207 | 2024-06-21T20:58:31.594Z | python3 system 3.11 system |
208 | 2024-06-21T20:58:31.594Z | ruby system 3.0 system |
209 | 2024-06-21T20:58:31.594Z | words vendor vendor american-english |
210 | 2024-06-21T20:58:31.594Z | words system system australian-english |
211 | 2024-06-21T20:58:31.594Z | words system system british-english |
212 | 2024-06-21T20:58:31.594Z | words system system canadian-english |
213 | 2024-06-21T20:58:31.594Z | words system system french |
214 | 2024-06-21T20:58:31.594Z | words system system italian |
215 | 2024-06-21T20:58:31.594Z | words system system ngerman |
216 | 2024-06-21T20:58:31.594Z | words system system ogerman |
217 | 2024-06-21T20:58:31.594Z | words system system spanish |
218 | 2024-06-21T20:58:31.929Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-06-21T20:58:31.929Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-06-21T20:58:33.425Z | FMRI IFO |
221 | 2024-06-21T20:58:33.425Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-06-21T20:58:33.425Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-06-21T20:58:33.425Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-06-21T20:58:33.425Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-06-21T20:58:33.426Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-06-21T20:58:33.426Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-06-21T20:58:33.426Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-06-21T20:58:33.426Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-06-21T20:58:33.426Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-06-21T20:58:33.426Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-06-21T20:58:33.426Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-06-21T20:58:33.426Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-06-21T20:58:33.931Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-06-21T20:58:34.248Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-06-21T20:58:34.498Z | Updating crates.io index |
236 | 2024-06-21T20:58:34.501Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-06-21T20:58:35.316Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-06-21T20:58:36.023Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-06-21T20:58:36.292Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-06-21T20:58:38.220Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-06-21T20:58:38.812Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-06-21T20:58:39.110Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-06-21T20:58:40.168Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-06-21T20:58:42.149Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-06-21T20:58:43.089Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-06-21T20:58:43.892Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-06-21T20:58:44.407Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-06-21T20:58:44.782Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
249 | 2024-06-21T20:58:45.149Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-06-21T20:58:45.421Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-06-21T20:58:45.682Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
252 | 2024-06-21T20:58:46.151Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-06-21T20:58:46.460Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-06-21T20:58:46.679Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-06-21T20:58:47.019Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-06-21T20:58:47.317Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-06-21T20:58:47.634Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-06-21T20:58:47.931Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-06-21T20:58:48.571Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-06-21T20:58:48.823Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
261 | 2024-06-21T20:58:49.129Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-06-21T20:58:49.505Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-06-21T20:58:51.345Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-06-21T20:58:51.642Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-06-21T20:58:51.913Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-06-21T20:58:52.373Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-06-21T20:58:53.309Z | Downloading crates ... |
268 | 2024-06-21T20:58:53.393Z | Downloaded anstyle-query v1.0.3 |
269 | 2024-06-21T20:58:53.396Z | Downloaded adler v1.0.2 |
270 | 2024-06-21T20:58:53.399Z | Downloaded clap_lex v0.7.0 |
271 | 2024-06-21T20:58:53.402Z | Downloaded anstyle-parse v0.2.4 |
272 | 2024-06-21T20:58:53.405Z | Downloaded anstyle v1.0.7 |
273 | 2024-06-21T20:58:53.405Z | Downloaded cargo-platform v0.1.8 |
274 | 2024-06-21T20:58:53.408Z | Downloaded autocfg v1.3.0 |
275 | 2024-06-21T20:58:53.408Z | Downloaded is_terminal_polyfill v1.70.0 |
276 | 2024-06-21T20:58:53.411Z | Downloaded match_cfg v0.1.0 |
277 | 2024-06-21T20:58:53.413Z | Downloaded foreign-types v0.3.2 |
278 | 2024-06-21T20:58:53.417Z | Downloaded num-conv v0.1.0 |
279 | 2024-06-21T20:58:53.419Z | Downloaded dtrace-parser v0.2.0 |
280 | 2024-06-21T20:58:53.419Z | Downloaded strum v0.26.2 |
281 | 2024-06-21T20:58:53.422Z | Downloaded futures-sink v0.3.30 |
282 | 2024-06-21T20:58:53.424Z | Downloaded scroll_derive v0.12.0 |
283 | 2024-06-21T20:58:53.427Z | Downloaded swrite v0.1.0 |
284 | 2024-06-21T20:58:53.430Z | Downloaded cpufeatures v0.2.12 |
285 | 2024-06-21T20:58:53.432Z | Downloaded cfg-if v1.0.0 |
286 | 2024-06-21T20:58:53.432Z | Downloaded block-buffer v0.10.4 |
287 | 2024-06-21T20:58:53.435Z | Downloaded num_threads v0.1.7 |
288 | 2024-06-21T20:58:53.435Z | Downloaded bytecount v0.6.8 |
289 | 2024-06-21T20:58:53.438Z | Downloaded slog-async v2.8.0 |
290 | 2024-06-21T20:58:53.441Z | Downloaded errno v0.3.9 |
291 | 2024-06-21T20:58:53.441Z | Downloaded heck v0.5.0 |
292 | 2024-06-21T20:58:53.444Z | Downloaded dirs-sys-next v0.1.2 |
293 | 2024-06-21T20:58:53.444Z | Downloaded crypto-common v0.1.6 |
294 | 2024-06-21T20:58:53.446Z | Downloaded digest v0.10.7 |
295 | 2024-06-21T20:58:53.449Z | Downloaded colorchoice v1.0.1 |
296 | 2024-06-21T20:58:53.449Z | Downloaded sync_wrapper v0.1.2 |
297 | 2024-06-21T20:58:53.449Z | Downloaded byteorder v1.5.0 |
298 | 2024-06-21T20:58:53.452Z | Downloaded tower-service v0.3.2 |
299 | 2024-06-21T20:58:53.455Z | Downloaded mime v0.3.17 |
300 | 2024-06-21T20:58:53.455Z | Downloaded form_urlencoded v1.2.1 |
301 | 2024-06-21T20:58:53.459Z | Downloaded time-core v0.1.2 |
302 | 2024-06-21T20:58:53.461Z | Downloaded sha2 v0.10.8 |
303 | 2024-06-21T20:58:53.464Z | Downloaded futures-executor v0.3.30 |
304 | 2024-06-21T20:58:53.464Z | Downloaded pest_generator v2.7.10 |
305 | 2024-06-21T20:58:53.467Z | Downloaded slog-json v2.6.1 |
306 | 2024-06-21T20:58:53.467Z | Downloaded serde_tokenstream v0.2.0 |
307 | 2024-06-21T20:58:53.470Z | Downloaded scopeguard v1.2.0 |
308 | 2024-06-21T20:58:53.472Z | Downloaded cargo_metadata v0.18.1 |
309 | 2024-06-21T20:58:53.472Z | Downloaded anstream v0.6.14 |
310 | 2024-06-21T20:58:53.477Z | Downloaded tinyvec_macros v0.1.1 |
311 | 2024-06-21T20:58:53.480Z | Downloaded want v0.3.1 |
312 | 2024-06-21T20:58:53.480Z | Downloaded take_mut v0.2.2 |
313 | 2024-06-21T20:58:53.480Z | Downloaded usdt-macro v0.5.0 |
314 | 2024-06-21T20:58:53.480Z | Downloaded equivalent v1.0.1 |
315 | 2024-06-21T20:58:53.480Z | Downloaded openssl-macros v0.1.1 |
316 | 2024-06-21T20:58:53.480Z | Downloaded signal-hook-registry v1.4.2 |
317 | 2024-06-21T20:58:53.482Z | Downloaded try-lock v0.2.5 |
318 | 2024-06-21T20:58:53.482Z | Downloaded serde_urlencoded v0.7.1 |
319 | 2024-06-21T20:58:53.485Z | Downloaded rustls-pemfile v1.0.4 |
320 | 2024-06-21T20:58:53.485Z | Downloaded slab v0.4.9 |
321 | 2024-06-21T20:58:53.488Z | Downloaded openssl-probe v0.1.5 |
322 | 2024-06-21T20:58:53.488Z | Downloaded percent-encoding v2.3.1 |
323 | 2024-06-21T20:58:53.491Z | Downloaded hostname v0.3.1 |
324 | 2024-06-21T20:58:53.492Z | Downloaded pkg-config v0.3.30 |
325 | 2024-06-21T20:58:53.492Z | Downloaded cargo_toml v0.20.2 |
326 | 2024-06-21T20:58:53.495Z | Downloaded toml_datetime v0.6.6 |
327 | 2024-06-21T20:58:53.495Z | Downloaded crc32fast v1.4.0 |
328 | 2024-06-21T20:58:53.497Z | Downloaded thread_local v1.1.8 |
329 | 2024-06-21T20:58:53.497Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-06-21T20:58:53.497Z | Downloaded usdt-attr-macro v0.5.0 |
331 | 2024-06-21T20:58:53.500Z | Downloaded pest_meta v2.7.10 |
332 | 2024-06-21T20:58:53.500Z | Downloaded version_check v0.9.4 |
333 | 2024-06-21T20:58:53.503Z | Downloaded powerfmt v0.2.0 |
334 | 2024-06-21T20:58:53.503Z | Downloaded once_cell v1.19.0 |
335 | 2024-06-21T20:58:53.506Z | Downloaded anyhow v1.0.86 |
336 | 2024-06-21T20:58:53.508Z | Downloaded usdt-impl v0.5.0 |
337 | 2024-06-21T20:58:53.511Z | Downloaded thiserror v1.0.60 |
338 | 2024-06-21T20:58:53.514Z | Downloaded parking_lot_core v0.9.10 |
339 | 2024-06-21T20:58:53.517Z | Downloaded pretty-hex v0.4.1 |
340 | 2024-06-21T20:58:53.519Z | Downloaded bitflags v2.5.0 |
341 | 2024-06-21T20:58:53.522Z | Downloaded pin-utils v0.1.0 |
342 | 2024-06-21T20:58:53.522Z | Downloaded thread-id v4.2.1 |
343 | 2024-06-21T20:58:53.525Z | Downloaded dof v0.3.0 |
344 | 2024-06-21T20:58:53.525Z | Downloaded memmap v0.7.0 |
345 | 2024-06-21T20:58:53.527Z | Downloaded itoa v1.0.11 |
346 | 2024-06-21T20:58:53.527Z | Downloaded plain v0.2.3 |
347 | 2024-06-21T20:58:53.527Z | Downloaded proc-macro-error-attr v1.0.4 |
348 | 2024-06-21T20:58:53.530Z | Downloaded smallvec v1.13.2 |
349 | 2024-06-21T20:58:53.533Z | Downloaded slog-term v2.9.1 |
350 | 2024-06-21T20:58:53.533Z | Downloaded scroll v0.12.0 |
351 | 2024-06-21T20:58:53.536Z | Downloaded futures v0.3.30 |
352 | 2024-06-21T20:58:53.538Z | Downloaded crossbeam-utils v0.8.19 |
353 | 2024-06-21T20:58:53.542Z | Downloaded unicode-width v0.1.12 |
354 | 2024-06-21T20:58:53.545Z | Downloaded deranged v0.3.11 |
355 | 2024-06-21T20:58:53.545Z | Downloaded proc-macro-error v1.0.4 |
356 | 2024-06-21T20:58:53.547Z | Downloaded xattr v1.3.1 |
357 | 2024-06-21T20:58:53.552Z | Downloaded parking_lot v0.12.2 |
358 | 2024-06-21T20:58:53.554Z | Downloaded native-tls v0.2.11 |
359 | 2024-06-21T20:58:53.555Z | Downloaded lock_api v0.4.12 |
360 | 2024-06-21T20:58:53.555Z | Downloaded futures-core v0.3.30 |
361 | 2024-06-21T20:58:53.555Z | Downloaded time-macros v0.2.18 |
362 | 2024-06-21T20:58:53.557Z | Downloaded pin-project-lite v0.2.14 |
363 | 2024-06-21T20:58:53.561Z | Downloaded pest_derive v2.7.10 |
364 | 2024-06-21T20:58:53.563Z | Downloaded zerocopy-derive v0.7.34 |
365 | 2024-06-21T20:58:53.567Z | Downloaded ucd-trie v0.1.6 |
366 | 2024-06-21T20:58:53.569Z | Downloaded unicode-ident v1.0.12 |
367 | 2024-06-21T20:58:53.572Z | Downloaded typenum v1.17.0 |
368 | 2024-06-21T20:58:53.575Z | Downloaded toml v0.8.13 |
369 | 2024-06-21T20:58:53.578Z | Downloaded openssl-sys v0.9.102 |
370 | 2024-06-21T20:58:53.588Z | Downloaded miniz_oxide v0.7.2 |
371 | 2024-06-21T20:58:53.592Z | Downloaded ryu v1.0.18 |
372 | 2024-06-21T20:58:53.592Z | Downloaded flate2 v1.0.30 |
373 | 2024-06-21T20:58:53.592Z | Downloaded base64 v0.21.7 |
374 | 2024-06-21T20:58:53.595Z | Downloaded papergrid v0.11.0 |
375 | 2024-06-21T20:58:53.599Z | Downloaded tracing-core v0.1.32 |
376 | 2024-06-21T20:58:53.602Z | Downloaded memchr v2.7.2 |
377 | 2024-06-21T20:58:53.607Z | Downloaded mio v0.8.11 |
378 | 2024-06-21T20:58:53.613Z | Downloaded url v2.5.0 |
379 | 2024-06-21T20:58:53.616Z | Downloaded http v0.2.12 |
380 | 2024-06-21T20:58:53.619Z | Downloaded unicode-bidi v0.3.15 |
381 | 2024-06-21T20:58:53.622Z | Downloaded tracing v0.1.40 |
382 | 2024-06-21T20:58:53.626Z | Downloaded toml_edit v0.22.13 |
383 | 2024-06-21T20:58:53.647Z | Downloaded pest v2.7.10 |
384 | 2024-06-21T20:58:53.652Z | Downloaded unicode-normalization v0.1.23 |
385 | 2024-06-21T20:58:53.658Z | Downloaded tokio-util v0.7.11 |
386 | 2024-06-21T20:58:53.662Z | Downloaded serde_json v1.0.117 |
387 | 2024-06-21T20:58:53.669Z | Downloaded hyper v0.14.28 |
388 | 2024-06-21T20:58:53.677Z | Downloaded winnow v0.6.8 |
389 | 2024-06-21T20:58:53.685Z | Downloaded idna v0.5.0 |
390 | 2024-06-21T20:58:53.691Z | Downloaded openssl v0.10.64 |
391 | 2024-06-21T20:58:53.701Z | Downloaded zerocopy v0.7.34 |
392 | 2024-06-21T20:58:53.716Z | Downloaded tabled v0.15.0 |
393 | 2024-06-21T20:58:53.730Z | Downloaded vcpkg v0.2.15 |
394 | 2024-06-21T20:58:53.766Z | Downloaded rustix v0.38.34 |
395 | 2024-06-21T20:58:53.786Z | Downloaded libc v0.2.155 |
396 | 2024-06-21T20:58:53.811Z | Downloaded tokio v1.37.0 |
397 | 2024-06-21T20:58:53.845Z | Downloaded syn v2.0.64 |
398 | 2024-06-21T20:58:53.855Z | Downloaded syn v1.0.109 |
399 | 2024-06-21T20:58:53.864Z | Downloaded encoding_rs v0.8.34 |
400 | 2024-06-21T20:58:53.883Z | Downloaded reqwest v0.11.27 |
401 | 2024-06-21T20:58:53.890Z | Downloaded h2 v0.3.26 |
402 | 2024-06-21T20:58:53.898Z | Downloaded goblin v0.8.2 |
403 | 2024-06-21T20:58:53.902Z | Downloaded time v0.3.36 |
404 | 2024-06-21T20:58:53.908Z | Downloaded futures-util v0.3.30 |
405 | 2024-06-21T20:58:53.918Z | Downloaded clap_builder v4.5.2 |
406 | 2024-06-21T20:58:53.924Z | Downloaded hashbrown v0.14.5 |
407 | 2024-06-21T20:58:53.929Z | Downloaded indexmap v2.2.6 |
408 | 2024-06-21T20:58:53.933Z | Downloaded cc v1.0.97 |
409 | 2024-06-21T20:58:53.936Z | Downloaded tinyvec v1.6.0 |
410 | 2024-06-21T20:58:53.938Z | Downloaded crossbeam-channel v0.5.12 |
411 | 2024-06-21T20:58:53.941Z | Downloaded tar v0.4.40 |
412 | 2024-06-21T20:58:53.944Z | Downloaded slog v2.7.0 |
413 | 2024-06-21T20:58:53.947Z | Downloaded serde_derive v1.0.203 |
414 | 2024-06-21T20:58:53.950Z | Downloaded serde v1.0.203 |
415 | 2024-06-21T20:58:53.952Z | Downloaded semver v1.0.23 |
416 | 2024-06-21T20:58:53.956Z | Downloaded proc-macro2 v1.0.82 |
417 | 2024-06-21T20:58:53.958Z | Downloaded term v0.7.0 |
418 | 2024-06-21T20:58:53.961Z | Downloaded futures-channel v0.3.30 |
419 | 2024-06-21T20:58:53.961Z | Downloaded futures-task v0.3.30 |
420 | 2024-06-21T20:58:53.964Z | Downloaded clap v4.5.4 |
421 | 2024-06-21T20:58:53.969Z | Downloaded bytes v1.6.0 |
422 | 2024-06-21T20:58:53.972Z | Downloaded tokio-native-tls v0.3.1 |
423 | 2024-06-21T20:58:53.975Z | Downloaded socket2 v0.5.7 |
424 | 2024-06-21T20:58:53.980Z | Downloaded log v0.4.21 |
425 | 2024-06-21T20:58:53.982Z | Downloaded fs-err v2.11.0 |
426 | 2024-06-21T20:58:53.982Z | Downloaded dirs-next v2.0.0 |
427 | 2024-06-21T20:58:53.982Z | Downloaded camino v1.1.7 |
428 | 2024-06-21T20:58:53.982Z | Downloaded hyper-tls v0.5.0 |
429 | 2024-06-21T20:58:53.985Z | Downloaded heck v0.4.1 |
430 | 2024-06-21T20:58:53.985Z | Downloaded futures-macro v0.3.30 |
431 | 2024-06-21T20:58:53.988Z | Downloaded num_cpus v1.16.0 |
432 | 2024-06-21T20:58:53.988Z | Downloaded macaddr v1.0.1 |
433 | 2024-06-21T20:58:53.990Z | Downloaded http-body v0.4.6 |
434 | 2024-06-21T20:58:53.990Z | Downloaded fnv v1.0.7 |
435 | 2024-06-21T20:58:53.993Z | Downloaded filetime v0.2.23 |
436 | 2024-06-21T20:58:53.993Z | Downloaded strum_macros v0.26.2 |
437 | 2024-06-21T20:58:53.996Z | Downloaded httpdate v1.0.3 |
438 | 2024-06-21T20:58:53.996Z | Downloaded httparse v1.8.0 |
439 | 2024-06-21T20:58:53.999Z | Downloaded futures-io v0.3.30 |
440 | 2024-06-21T20:58:53.999Z | Downloaded usdt v0.5.0 |
441 | 2024-06-21T20:58:53.999Z | Downloaded thiserror-impl v1.0.60 |
442 | 2024-06-21T20:58:54.001Z | Downloaded ipnet v2.9.0 |
443 | 2024-06-21T20:58:54.001Z | Downloaded strsim v0.11.1 |
444 | 2024-06-21T20:58:54.004Z | Downloaded utf8parse v0.2.1 |
445 | 2024-06-21T20:58:54.004Z | Downloaded tokio-macros v2.2.0 |
446 | 2024-06-21T20:58:54.004Z | Downloaded terminal_size v0.3.0 |
447 | 2024-06-21T20:58:54.007Z | Downloaded generic-array v0.14.7 |
448 | 2024-06-21T20:58:54.007Z | Downloaded clap_derive v4.5.4 |
449 | 2024-06-21T20:58:54.009Z | Downloaded slog-bunyan v2.5.0 |
450 | 2024-06-21T20:58:54.009Z | Downloaded serde_spanned v0.6.6 |
451 | 2024-06-21T20:58:54.012Z | Downloaded md5 v0.7.0 |
452 | 2024-06-21T20:58:54.012Z | Downloaded foreign-types-shared v0.1.1 |
453 | 2024-06-21T20:58:54.012Z | Downloaded is-terminal v0.4.12 |
454 | 2024-06-21T20:58:54.012Z | Downloaded quote v1.0.36 |
455 | 2024-06-21T20:58:54.015Z | Downloaded rustversion v1.0.17 |
456 | 2024-06-21T20:58:54.305Z | Compiling proc-macro2 v1.0.82 |
457 | 2024-06-21T20:58:54.306Z | Compiling unicode-ident v1.0.12 |
458 | 2024-06-21T20:58:54.308Z | Compiling libc v0.2.155 |
459 | 2024-06-21T20:58:54.308Z | Compiling version_check v0.9.4 |
460 | 2024-06-21T20:58:54.308Z | Compiling cfg-if v1.0.0 |
461 | 2024-06-21T20:58:54.308Z | Compiling once_cell v1.19.0 |
462 | 2024-06-21T20:58:54.308Z | Compiling itoa v1.0.11 |
463 | 2024-06-21T20:58:54.339Z | Compiling autocfg v1.3.0 |
464 | 2024-06-21T20:58:54.533Z | Compiling serde v1.0.203 |
465 | 2024-06-21T20:58:54.558Z | Compiling memchr v2.7.2 |
466 | 2024-06-21T20:58:54.623Z | Compiling thiserror v1.0.60 |
467 | 2024-06-21T20:58:54.877Z | Compiling ryu v1.0.18 |
468 | 2024-06-21T20:58:55.096Z | Compiling pin-project-lite v0.2.14 |
469 | 2024-06-21T20:58:55.160Z | Compiling bitflags v2.5.0 |
470 | 2024-06-21T20:58:55.196Z | Compiling cc v1.0.97 |
471 | 2024-06-21T20:58:55.220Z | Compiling lock_api v0.4.12 |
472 | 2024-06-21T20:58:55.477Z | Compiling parking_lot_core v0.9.10 |
473 | 2024-06-21T20:58:55.921Z | Compiling vcpkg v0.2.15 |
474 | 2024-06-21T20:58:56.107Z | Compiling pkg-config v0.3.30 |
475 | 2024-06-21T20:58:56.184Z | Compiling ucd-trie v0.1.6 |
476 | 2024-06-21T20:58:56.358Z | Compiling slab v0.4.9 |
477 | 2024-06-21T20:58:56.475Z | Compiling smallvec v1.13.2 |
478 | 2024-06-21T20:58:56.887Z | Compiling bytes v1.6.0 |
479 | 2024-06-21T20:58:56.941Z | Compiling futures-sink v0.3.30 |
480 | 2024-06-21T20:58:57.116Z | Compiling futures-core v0.3.30 |
481 | 2024-06-21T20:58:57.226Z | Compiling scopeguard v1.2.0 |
482 | 2024-06-21T20:58:57.372Z | Compiling quote v1.0.36 |
483 | 2024-06-21T20:58:57.851Z | Compiling syn v2.0.64 |
484 | 2024-06-21T20:58:58.196Z | Compiling serde_json v1.0.117 |
485 | 2024-06-21T20:58:58.297Z | Compiling hashbrown v0.14.5 |
486 | 2024-06-21T20:58:58.324Z | Compiling fnv v1.0.7 |
487 | 2024-06-21T20:58:58.324Z | Compiling byteorder v1.5.0 |
488 | 2024-06-21T20:58:58.401Z | Compiling log v0.4.21 |
489 | 2024-06-21T20:58:58.487Z | Compiling equivalent v1.0.1 |
490 | 2024-06-21T20:58:58.545Z | Compiling parking_lot v0.12.2 |
491 | 2024-06-21T20:58:58.626Z | Compiling openssl-sys v0.9.102 |
492 | 2024-06-21T20:58:58.653Z | Compiling num_cpus v1.16.0 |
493 | 2024-06-21T20:58:58.780Z | Compiling socket2 v0.5.7 |
494 | 2024-06-21T20:58:58.805Z | Compiling signal-hook-registry v1.4.2 |
495 | 2024-06-21T20:58:58.808Z | Compiling mio v0.8.11 |
496 | 2024-06-21T20:58:58.874Z | Compiling futures-channel v0.3.30 |
497 | 2024-06-21T20:58:59.313Z | Compiling rustix v0.38.34 |
498 | 2024-06-21T20:58:59.529Z | Compiling indexmap v2.2.6 |
499 | 2024-06-21T20:58:59.631Z | Compiling futures-task v0.3.30 |
500 | 2024-06-21T20:58:59.936Z | Compiling futures-io v0.3.30 |
501 | 2024-06-21T20:59:00.064Z | Compiling typenum v1.17.0 |
502 | 2024-06-21T20:59:00.067Z | Compiling pin-utils v0.1.0 |
503 | 2024-06-21T20:59:00.209Z | Compiling errno v0.3.9 |
504 | 2024-06-21T20:59:00.250Z | Compiling generic-array v0.14.7 |
505 | 2024-06-21T20:59:00.312Z | Compiling slog v2.7.0 |
506 | 2024-06-21T20:59:00.460Z | Compiling openssl v0.10.64 |
507 | 2024-06-21T20:59:00.483Z | Compiling foreign-types-shared v0.1.1 |
508 | 2024-06-21T20:59:00.594Z | Compiling foreign-types v0.3.2 |
509 | 2024-06-21T20:59:00.786Z | Compiling http v0.2.12 |
510 | 2024-06-21T20:59:00.812Z | Compiling usdt-impl v0.5.0 |
511 | 2024-06-21T20:59:00.833Z | Compiling proc-macro-error-attr v1.0.4 |
512 | 2024-06-21T20:59:01.115Z | Compiling tracing-core v0.1.32 |
513 | 2024-06-21T20:59:01.115Z | Compiling tinyvec_macros v0.1.1 |
514 | 2024-06-21T20:59:01.247Z | Compiling syn v1.0.109 |
515 | 2024-06-21T20:59:01.318Z | Compiling powerfmt v0.2.0 |
516 | 2024-06-21T20:59:01.736Z | Compiling num-conv v0.1.0 |
517 | 2024-06-21T20:59:01.849Z | Compiling httparse v1.8.0 |
518 | 2024-06-21T20:59:02.025Z | Compiling time-core v0.1.2 |
519 | 2024-06-21T20:59:02.243Z | Compiling native-tls v0.2.11 |
520 | 2024-06-21T20:59:02.300Z | Compiling time-macros v0.2.18 |
521 | 2024-06-21T20:59:02.580Z | Compiling tracing v0.1.40 |
522 | 2024-06-21T20:59:02.609Z | Compiling deranged v0.3.11 |
523 | 2024-06-21T20:59:03.007Z | Compiling tinyvec v1.6.0 |
524 | 2024-06-21T20:59:03.044Z | Compiling thread-id v4.2.1 |
525 | 2024-06-21T20:59:03.524Z | Compiling proc-macro-error v1.0.4 |
526 | 2024-06-21T20:59:03.585Z | Compiling crossbeam-utils v0.8.19 |
527 | 2024-06-21T20:59:03.780Z | Compiling openssl-probe v0.1.5 |
528 | 2024-06-21T20:59:04.097Z | Compiling try-lock v0.2.5 |
529 | 2024-06-21T20:59:04.146Z | Compiling utf8parse v0.2.1 |
530 | 2024-06-21T20:59:04.188Z | Compiling plain v0.2.3 |
531 | 2024-06-21T20:59:04.211Z | Compiling percent-encoding v2.3.1 |
532 | 2024-06-21T20:59:04.245Z | Compiling heck v0.4.1 |
533 | 2024-06-21T20:59:04.293Z | Compiling num_threads v0.1.7 |
534 | 2024-06-21T20:59:04.346Z | Compiling rustversion v1.0.17 |
535 | 2024-06-21T20:59:04.425Z | Compiling form_urlencoded v1.2.1 |
536 | 2024-06-21T20:59:04.450Z | Compiling unicode-normalization v0.1.23 |
537 | 2024-06-21T20:59:04.537Z | Compiling anstyle-parse v0.2.4 |
538 | 2024-06-21T20:59:04.572Z | Compiling want v0.3.1 |
539 | 2024-06-21T20:59:04.877Z | Compiling http-body v0.4.6 |
540 | 2024-06-21T20:59:05.079Z | Compiling dirs-sys-next v0.1.2 |
541 | 2024-06-21T20:59:05.496Z | Compiling httpdate v1.0.3 |
542 | 2024-06-21T20:59:05.547Z | Compiling anstyle-query v1.0.3 |
543 | 2024-06-21T20:59:05.651Z | Compiling unicode-bidi v0.3.15 |
544 | 2024-06-21T20:59:05.654Z | Compiling is_terminal_polyfill v1.70.0 |
545 | 2024-06-21T20:59:05.703Z | Compiling winnow v0.6.8 |
546 | 2024-06-21T20:59:05.722Z | Compiling colorchoice v1.0.1 |
547 | 2024-06-21T20:59:05.725Z | Compiling time v0.3.36 |
548 | 2024-06-21T20:59:05.802Z | Compiling semver v1.0.23 |
549 | 2024-06-21T20:59:05.874Z | Compiling pretty-hex v0.4.1 |
550 | 2024-06-21T20:59:05.976Z | Compiling camino v1.1.7 |
551 | 2024-06-21T20:59:06.085Z | Compiling anstyle v1.0.7 |
552 | 2024-06-21T20:59:06.333Z | Compiling tower-service v0.3.2 |
553 | 2024-06-21T20:59:06.467Z | Compiling crc32fast v1.4.0 |
554 | 2024-06-21T20:59:06.581Z | Compiling anstream v0.6.14 |
555 | 2024-06-21T20:59:06.793Z | Compiling idna v0.5.0 |
556 | 2024-06-21T20:59:07.207Z | Compiling dirs-next v2.0.0 |
557 | 2024-06-21T20:59:07.383Z | Compiling crypto-common v0.1.6 |
558 | 2024-06-21T20:59:08.289Z | Compiling block-buffer v0.10.4 |
559 | 2024-06-21T20:59:08.410Z | Compiling terminal_size v0.3.0 |
560 | 2024-06-21T20:59:08.605Z | Compiling fs-err v2.11.0 |
561 | 2024-06-21T20:59:08.649Z | Compiling thread_local v1.1.8 |
562 | 2024-06-21T20:59:08.649Z | Compiling heck v0.5.0 |
563 | 2024-06-21T20:59:08.753Z | Compiling match_cfg v0.1.0 |
564 | 2024-06-21T20:59:08.857Z | Compiling unicode-width v0.1.12 |
565 | 2024-06-21T20:59:08.882Z | Compiling base64 v0.21.7 |
566 | 2024-06-21T20:59:09.086Z | Compiling anyhow v1.0.86 |
567 | 2024-06-21T20:59:09.145Z | Compiling slog-async v2.8.0 |
568 | 2024-06-21T20:59:09.195Z | Compiling bytecount v0.6.8 |
569 | 2024-06-21T20:59:09.416Z | Compiling strsim v0.11.1 |
570 | 2024-06-21T20:59:09.534Z | Compiling clap_lex v0.7.0 |
571 | 2024-06-21T20:59:09.640Z | Compiling adler v1.0.2 |
572 | 2024-06-21T20:59:09.683Z | Compiling rustls-pemfile v1.0.4 |
573 | 2024-06-21T20:59:09.756Z | Compiling papergrid v0.11.0 |
574 | 2024-06-21T20:59:09.837Z | Compiling clap_builder v4.5.2 |
575 | 2024-06-21T20:59:09.862Z | Compiling miniz_oxide v0.7.2 |
576 | 2024-06-21T20:59:10.150Z | Compiling hostname v0.3.1 |
577 | 2024-06-21T20:59:10.192Z | Compiling digest v0.10.7 |
578 | 2024-06-21T20:59:10.339Z | Compiling crossbeam-channel v0.5.12 |
579 | 2024-06-21T20:59:10.404Z | Compiling url v2.5.0 |
580 | 2024-06-21T20:59:10.589Z | Compiling term v0.7.0 |
581 | 2024-06-21T20:59:10.922Z | Compiling serde_derive v1.0.203 |
582 | 2024-06-21T20:59:11.456Z | Compiling thiserror-impl v1.0.60 |
583 | 2024-06-21T20:59:11.527Z | Compiling zerocopy-derive v0.7.34 |
584 | 2024-06-21T20:59:11.631Z | Compiling tokio-macros v2.2.0 |
585 | 2024-06-21T20:59:12.281Z | Compiling futures-macro v0.3.30 |
586 | 2024-06-21T20:59:12.395Z | Compiling scroll_derive v0.12.0 |
587 | 2024-06-21T20:59:13.339Z | Compiling tokio v1.37.0 |
588 | 2024-06-21T20:59:13.910Z | Compiling openssl-macros v0.1.1 |
589 | 2024-06-21T20:59:13.934Z | Compiling zerocopy v0.7.34 |
590 | 2024-06-21T20:59:14.012Z | Compiling scroll v0.12.0 |
591 | 2024-06-21T20:59:14.419Z | Compiling futures-util v0.3.30 |
592 | 2024-06-21T20:59:14.601Z | Compiling goblin v0.8.2 |
593 | 2024-06-21T20:59:14.995Z | Compiling pest v2.7.10 |
594 | 2024-06-21T20:59:15.521Z | Compiling tabled_derive v0.7.0 |
595 | 2024-06-21T20:59:17.944Z | Compiling pest_meta v2.7.10 |
596 | 2024-06-21T20:59:18.134Z | Compiling clap_derive v4.5.4 |
597 | 2024-06-21T20:59:19.725Z | Compiling pest_generator v2.7.10 |
598 | 2024-06-21T20:59:21.765Z | Compiling tokio-util v0.7.11 |
599 | 2024-06-21T20:59:23.158Z | Compiling h2 v0.3.26 |
600 | 2024-06-21T20:59:23.329Z | Compiling pest_derive v2.7.10 |
601 | 2024-06-21T20:59:23.431Z | Compiling futures-executor v0.3.30 |
602 | 2024-06-21T20:59:23.905Z | Compiling tokio-native-tls v0.3.1 |
603 | 2024-06-21T20:59:24.049Z | Compiling strum_macros v0.26.2 |
604 | 2024-06-21T20:59:24.129Z | Compiling dtrace-parser v0.2.0 |
605 | 2024-06-21T20:59:24.548Z | Compiling xattr v1.3.1 |
606 | 2024-06-21T20:59:24.814Z | Compiling filetime v0.2.23 |
607 | 2024-06-21T20:59:25.178Z | Compiling is-terminal v0.4.12 |
608 | 2024-06-21T20:59:25.320Z | Compiling memmap v0.7.0 |
609 | 2024-06-21T20:59:25.368Z | Compiling encoding_rs v0.8.34 |
610 | 2024-06-21T20:59:25.689Z | Compiling take_mut v0.2.2 |
611 | 2024-06-21T20:59:26.219Z | Compiling toml_datetime v0.6.6 |
612 | 2024-06-21T20:59:26.355Z | Compiling serde_spanned v0.6.6 |
613 | 2024-06-21T20:59:26.730Z | Compiling serde_tokenstream v0.2.0 |
614 | 2024-06-21T20:59:26.968Z | Compiling toml_edit v0.22.13 |
615 | 2024-06-21T20:59:27.272Z | Compiling serde_urlencoded v0.7.1 |
616 | 2024-06-21T20:59:27.815Z | Compiling dof v0.3.0 |
617 | 2024-06-21T20:59:28.248Z | Compiling hyper v0.14.28 |
618 | 2024-06-21T20:59:29.814Z | Compiling slog-json v2.6.1 |
619 | 2024-06-21T20:59:29.915Z | Compiling cargo-platform v0.1.8 |
620 | 2024-06-21T20:59:30.046Z | Compiling toml v0.8.13 |
621 | 2024-06-21T20:59:30.656Z | Compiling cpufeatures v0.2.12 |
622 | 2024-06-21T20:59:30.767Z | Compiling mime v0.3.17 |
623 | 2024-06-21T20:59:31.008Z | Compiling ipnet v2.9.0 |
624 | 2024-06-21T20:59:31.059Z | Compiling usdt-attr-macro v0.5.0 |
625 | 2024-06-21T20:59:31.105Z | Compiling usdt-macro v0.5.0 |
626 | 2024-06-21T20:59:31.448Z | Compiling sync_wrapper v0.1.2 |
627 | 2024-06-21T20:59:31.511Z | Compiling cargo_metadata v0.18.1 |
628 | 2024-06-21T20:59:31.590Z | Compiling cargo_toml v0.20.2 |
629 | 2024-06-21T20:59:31.874Z | Compiling sha2 v0.10.8 |
630 | 2024-06-21T20:59:32.283Z | Compiling hyper-tls v0.5.0 |
631 | 2024-06-21T20:59:32.438Z | Compiling slog-bunyan v2.5.0 |
632 | 2024-06-21T20:59:32.582Z | Compiling usdt v0.5.0 |
633 | 2024-06-21T20:59:32.624Z | Compiling reqwest v0.11.27 |
634 | 2024-06-21T20:59:32.648Z | Compiling strum v0.26.2 |
635 | 2024-06-21T20:59:33.071Z | Compiling macaddr v1.0.1 |
636 | 2024-06-21T20:59:33.519Z | Compiling slog-term v2.9.1 |
637 | 2024-06-21T20:59:34.077Z | Compiling tar v0.4.40 |
638 | 2024-06-21T20:59:34.495Z | Compiling flate2 v1.0.30 |
639 | 2024-06-21T20:59:34.790Z | Compiling futures v0.3.30 |
640 | 2024-06-21T20:59:34.907Z | Compiling clap v4.5.4 |
641 | 2024-06-21T20:59:35.033Z | Compiling tabled v0.15.0 |
642 | 2024-06-21T20:59:35.479Z | Compiling md5 v0.7.0 |
643 | 2024-06-21T20:59:35.684Z | Compiling swrite v0.1.0 |
644 | 2024-06-21T20:59:39.788Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
645 | 2024-06-21T20:59:47.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
646 | 2024-06-21T20:59:47.290Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
647 | 2024-06-21T20:59:47.351Z | Jun 21 20:59:45.556 INFO Starting download, target: Clickhouse |
648 | 2024-06-21T20:59:47.351Z | Jun 21 20:59:45.556 INFO Starting download, target: Cockroach |
649 | 2024-06-21T20:59:47.351Z | Jun 21 20:59:45.556 INFO Starting download, target: Console |
650 | 2024-06-21T20:59:47.351Z | Jun 21 20:59:45.556 INFO Starting download, target: DendriteOpenapi |
651 | 2024-06-21T20:59:47.353Z | Jun 21 20:59:45.556 INFO Starting download, target: DendriteStub |
652 | 2024-06-21T20:59:47.354Z | Jun 21 20:59:45.556 INFO Starting download, target: MaghemiteMgd |
653 | 2024-06-21T20:59:47.354Z | Jun 21 20:59:45.556 INFO Starting download, target: TransceiverControl |
654 | 2024-06-21T20:59:47.354Z | Jun 21 20:59:45.557 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json (attempt 1/3), target: DendriteOpenapi |
655 | 2024-06-21T20:59:47.354Z | Jun 21 20:59:45.557 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
656 | 2024-06-21T20:59:47.354Z | Jun 21 20:59:45.557 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
657 | 2024-06-21T20:59:47.354Z | Jun 21 20:59:45.557 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
658 | 2024-06-21T20:59:47.354Z | Jun 21 20:59:45.557 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
659 | 2024-06-21T20:59:47.354Z | Jun 21 20:59:45.557 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
660 | 2024-06-21T20:59:47.354Z | Jun 21 20:59:45.557 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
661 | 2024-06-21T20:59:47.621Z | Jun 21 20:59:45.821 INFO Download complete, target: DendriteOpenapi |
662 | 2024-06-21T20:59:47.795Z | Jun 21 20:59:45.997 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
663 | 2024-06-21T20:59:47.892Z | Jun 21 20:59:46.095 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
664 | 2024-06-21T20:59:48.164Z | Jun 21 20:59:46.369 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
665 | 2024-06-21T20:59:48.277Z | Jun 21 20:59:46.482 INFO Download complete, target: Console |
666 | 2024-06-21T20:59:48.306Z | Jun 21 20:59:46.511 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
667 | 2024-06-21T20:59:48.648Z | Jun 21 20:59:46.853 INFO Download complete, target: TransceiverControl |
668 | 2024-06-21T20:59:49.963Z | Jun 21 20:59:48.167 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
669 | 2024-06-21T20:59:50.938Z | Jun 21 20:59:49.142 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
670 | 2024-06-21T20:59:50.938Z | Jun 21 20:59:49.142 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
671 | 2024-06-21T20:59:51.215Z | Jun 21 20:59:49.421 INFO Download complete, target: DendriteStub |
672 | 2024-06-21T20:59:51.588Z | Jun 21 20:59:49.793 INFO Download complete, target: MaghemiteMgd |
673 | 2024-06-21T20:59:59.438Z | Jun 21 20:59:57.644 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
674 | 2024-06-21T20:59:59.758Z | Jun 21 20:59:57.963 INFO Checking that binary works, target: Cockroach |
675 | 2024-06-21T20:59:59.999Z | Jun 21 20:59:58.204 INFO Download complete, target: Cockroach |
676 | 2024-06-21T21:00:04.486Z | Jun 21 21:00:02.692 INFO Checking that binary works, target: Clickhouse |
677 | 2024-06-21T21:00:04.814Z | Jun 21 21:00:03.020 INFO Download complete, target: Clickhouse |
678 | 2024-06-21T21:00:04.822Z | All prerequisites installed successfully |
679 | 2024-06-21T21:00:04.825Z | |
680 | 2024-06-21T21:00:04.825Z | real 2:47.584461816 |
681 | 2024-06-21T21:00:04.825Z | user 5:49.644974832 |
682 | 2024-06-21T21:00:04.825Z | sys 1:19.162901624 |
683 | 2024-06-21T21:00:04.825Z | trap 0.214846797 |
684 | 2024-06-21T21:00:04.825Z | tflt 2.305959859 |
685 | 2024-06-21T21:00:04.825Z | dflt 3.611513084 |
686 | 2024-06-21T21:00:04.825Z | kflt 0.295200603 |
687 | 2024-06-21T21:00:04.825Z | lock 12:57.636956143 |
688 | 2024-06-21T21:00:04.825Z | slp 17:40.363991430 |
689 | 2024-06-21T21:00:04.825Z | lat 20.552640645 |
690 | 2024-06-21T21:00:04.825Z | stop 1:06.835725300 |
691 | 2024-06-21T21:00:04.825Z | + ptime -m cargo xtask download softnpu |
692 | 2024-06-21T21:00:05.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
693 | 2024-06-21T21:00:05.405Z | Running `target/debug/xtask download softnpu` |
694 | 2024-06-21T21:00:05.429Z | Jun 21 21:00:03.634 INFO Starting download, target: Softnpu |
695 | 2024-06-21T21:00:05.432Z | Jun 21 21:00:03.635 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
696 | 2024-06-21T21:00:06.155Z | Jun 21 21:00:04.360 INFO Download complete, target: Softnpu |
697 | 2024-06-21T21:00:06.158Z | |
698 | 2024-06-21T21:00:06.161Z | real 1.329571383 |
699 | 2024-06-21T21:00:06.161Z | user 0.619136265 |
700 | 2024-06-21T21:00:06.161Z | sys 0.299329748 |
701 | 2024-06-21T21:00:06.161Z | trap 0.000573784 |
702 | 2024-06-21T21:00:06.161Z | tflt 0.000055051 |
703 | 2024-06-21T21:00:06.161Z | dflt 0.000138983 |
704 | 2024-06-21T21:00:06.161Z | kflt 0.000000000 |
705 | 2024-06-21T21:00:06.161Z | lock 7.567551512 |
706 | 2024-06-21T21:00:06.161Z | slp 0.644872644 |
707 | 2024-06-21T21:00:06.161Z | lat 0.074177074 |
708 | 2024-06-21T21:00:06.161Z | stop 0.000252139 |
709 | 2024-06-21T21:00:06.161Z | + export CARGO_INCREMENTAL=0 |
710 | 2024-06-21T21:00:06.161Z | + CARGO_INCREMENTAL=0 |
711 | 2024-06-21T21:00:06.161Z | + 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-21T21:00:06.704Z | Downloading crates ... |
713 | 2024-06-21T21:00:06.877Z | Downloaded atomicwrites v0.4.3 |
714 | 2024-06-21T21:00:06.880Z | Downloaded bitstruct_derive v0.1.0 |
715 | 2024-06-21T21:00:06.887Z | Downloaded assert_matches v1.5.0 |
716 | 2024-06-21T21:00:06.890Z | Downloaded ciborium-io v0.2.2 |
717 | 2024-06-21T21:00:06.896Z | Downloaded darling_macro v0.20.9 |
718 | 2024-06-21T21:00:06.899Z | Downloaded number_prefix v0.4.0 |
719 | 2024-06-21T21:00:06.899Z | Downloaded crucible-workspace-hack v0.1.0 |
720 | 2024-06-21T21:00:06.899Z | Downloaded parse-size v1.0.0 |
721 | 2024-06-21T21:00:06.902Z | Downloaded normalize-line-endings v0.3.0 |
722 | 2024-06-21T21:00:06.904Z | Downloaded derive_builder_macro v0.20.0 |
723 | 2024-06-21T21:00:06.907Z | Downloaded aead v0.5.2 |
724 | 2024-06-21T21:00:06.910Z | Downloaded nodrop v0.1.14 |
725 | 2024-06-21T21:00:06.913Z | Downloaded pretty-hex v0.2.1 |
726 | 2024-06-21T21:00:06.913Z | Downloaded phf_shared v0.10.0 |
727 | 2024-06-21T21:00:06.916Z | Downloaded base16ct v0.2.0 |
728 | 2024-06-21T21:00:06.916Z | Downloaded async-stream v0.3.5 |
729 | 2024-06-21T21:00:06.919Z | Downloaded ascii-canvas v3.0.0 |
730 | 2024-06-21T21:00:06.919Z | Downloaded precomputed-hash v0.1.1 |
731 | 2024-06-21T21:00:06.922Z | Downloaded num-derive v0.4.2 |
732 | 2024-06-21T21:00:06.922Z | Downloaded nibble_vec v0.1.0 |
733 | 2024-06-21T21:00:06.924Z | Downloaded array-init v0.0.4 |
734 | 2024-06-21T21:00:06.924Z | Downloaded block-padding v0.3.3 |
735 | 2024-06-21T21:00:06.927Z | Downloaded bit-vec v0.6.3 |
736 | 2024-06-21T21:00:06.927Z | Downloaded paste v1.0.15 |
737 | 2024-06-21T21:00:06.930Z | Downloaded num_enum v0.5.11 |
738 | 2024-06-21T21:00:06.934Z | Downloaded num-iter v0.1.45 |
739 | 2024-06-21T21:00:06.937Z | Downloaded path-slash v0.1.5 |
740 | 2024-06-21T21:00:06.940Z | Downloaded predicates-core v1.0.6 |
741 | 2024-06-21T21:00:06.940Z | Downloaded phf_shared v0.11.2 |
742 | 2024-06-21T21:00:06.943Z | Downloaded rand_xorshift v0.3.0 |
743 | 2024-06-21T21:00:06.943Z | Downloaded radium v0.7.0 |
744 | 2024-06-21T21:00:06.945Z | Downloaded ref-cast-impl v1.0.23 |
745 | 2024-06-21T21:00:06.949Z | Downloaded rand_core v0.6.4 |
746 | 2024-06-21T21:00:06.949Z | Downloaded defmt-parser v0.3.4 |
747 | 2024-06-21T21:00:06.949Z | Downloaded backoff v0.4.0 |
748 | 2024-06-21T21:00:06.952Z | Downloaded async-trait v0.1.80 |
749 | 2024-06-21T21:00:06.955Z | Downloaded oso-derive v0.27.3 |
750 | 2024-06-21T21:00:06.958Z | Downloaded portpicker v0.1.1 |
751 | 2024-06-21T21:00:06.958Z | Downloaded multer v3.1.0 |
752 | 2024-06-21T21:00:06.961Z | Downloaded bitflags v1.3.2 |
753 | 2024-06-21T21:00:06.965Z | Downloaded arrayvec v0.7.4 |
754 | 2024-06-21T21:00:06.965Z | Downloaded parking_lot_core v0.8.6 |
755 | 2024-06-21T21:00:06.968Z | Downloaded parse-display v0.9.0 |
756 | 2024-06-21T21:00:06.969Z | Downloaded multimap v0.10.0 |
757 | 2024-06-21T21:00:06.971Z | Downloaded bitstruct v0.1.1 |
758 | 2024-06-21T21:00:06.971Z | Downloaded atty v0.2.14 |
759 | 2024-06-21T21:00:06.974Z | Downloaded async-stream-impl v0.3.5 |
760 | 2024-06-21T21:00:06.974Z | Downloaded pin-project-internal v1.1.5 |
761 | 2024-06-21T21:00:06.978Z | Downloaded owo-colors v4.0.0 |
762 | 2024-06-21T21:00:06.978Z | Downloaded num-rational v0.4.2 |
763 | 2024-06-21T21:00:06.981Z | Downloaded rand_chacha v0.3.1 |
764 | 2024-06-21T21:00:06.981Z | Downloaded postgres-protocol v0.6.6 |
765 | 2024-06-21T21:00:06.984Z | Downloaded cookie_store v0.20.0 |
766 | 2024-06-21T21:00:06.987Z | Downloaded num-integer v0.1.46 |
767 | 2024-06-21T21:00:06.987Z | Downloaded foreign-types v0.5.0 |
768 | 2024-06-21T21:00:06.990Z | Downloaded oso v0.27.3 |
769 | 2024-06-21T21:00:06.993Z | Downloaded omicron-zone-package v0.11.0 |
770 | 2024-06-21T21:00:06.997Z | Downloaded cstr-argument v0.1.2 |
771 | 2024-06-21T21:00:06.997Z | Downloaded peg-macros v0.8.3 |
772 | 2024-06-21T21:00:06.999Z | Downloaded crunchy v0.2.2 |
773 | 2024-06-21T21:00:06.999Z | Downloaded crc v3.2.1 |
774 | 2024-06-21T21:00:07.004Z | Downloaded parking_lot v0.11.2 |
775 | 2024-06-21T21:00:07.004Z | Downloaded convert_case v0.4.0 |
776 | 2024-06-21T21:00:07.009Z | Downloaded unarray v0.1.4 |
777 | 2024-06-21T21:00:07.009Z | Downloaded ahash v0.8.11 |
778 | 2024-06-21T21:00:07.012Z | Downloaded utf-8 v0.7.6 |
779 | 2024-06-21T21:00:07.012Z | Downloaded predicates v3.1.0 |
780 | 2024-06-21T21:00:07.015Z | Downloaded endian-type v0.1.2 |
781 | 2024-06-21T21:00:07.015Z | Downloaded r2d2 v0.8.10 |
782 | 2024-06-21T21:00:07.025Z | Downloaded ppv-lite86 v0.2.17 |
783 | 2024-06-21T21:00:07.026Z | Downloaded phf v0.11.2 |
784 | 2024-06-21T21:00:07.026Z | Downloaded rand_seeder v0.2.3 |
785 | 2024-06-21T21:00:07.026Z | Downloaded arrayref v0.3.7 |
786 | 2024-06-21T21:00:07.026Z | Downloaded atomic-waker v1.1.2 |
787 | 2024-06-21T21:00:07.026Z | Downloaded async-recursion v1.1.1 |
788 | 2024-06-21T21:00:07.029Z | Downloaded buf-list v1.0.3 |
789 | 2024-06-21T21:00:07.029Z | Downloaded http-range v0.1.5 |
790 | 2024-06-21T21:00:07.032Z | Downloaded predicates-tree v1.0.9 |
791 | 2024-06-21T21:00:07.032Z | Downloaded pem v3.0.4 |
792 | 2024-06-21T21:00:07.035Z | Downloaded bit-set v0.5.3 |
793 | 2024-06-21T21:00:07.035Z | Downloaded olpc-cjson v0.1.3 |
794 | 2024-06-21T21:00:07.035Z | Downloaded dyn-clone v1.0.17 |
795 | 2024-06-21T21:00:07.038Z | Downloaded ciborium-ll v0.2.2 |
796 | 2024-06-21T21:00:07.038Z | Downloaded float-cmp v0.9.0 |
797 | 2024-06-21T21:00:07.041Z | Downloaded group v0.13.0 |
798 | 2024-06-21T21:00:07.041Z | Downloaded num-complex v0.4.6 |
799 | 2024-06-21T21:00:07.047Z | Downloaded password-hash v0.5.0 |
800 | 2024-06-21T21:00:07.050Z | Downloaded crossbeam-epoch v0.9.18 |
801 | 2024-06-21T21:00:07.050Z | Downloaded waitgroup v0.1.2 |
802 | 2024-06-21T21:00:07.050Z | Downloaded diesel_table_macro_syntax v0.1.0 |
803 | 2024-06-21T21:00:07.050Z | Downloaded peg v0.8.3 |
804 | 2024-06-21T21:00:07.054Z | Downloaded curve25519-dalek-derive v0.1.1 |
805 | 2024-06-21T21:00:07.056Z | Downloaded indoc v1.0.9 |
806 | 2024-06-21T21:00:07.060Z | Downloaded pkcs1 v0.7.5 |
807 | 2024-06-21T21:00:07.063Z | Downloaded ref-cast v1.0.23 |
808 | 2024-06-21T21:00:07.065Z | Downloaded quick-error v1.2.3 |
809 | 2024-06-21T21:00:07.065Z | Downloaded pkcs8 v0.10.2 |
810 | 2024-06-21T21:00:07.068Z | Downloaded allocator-api2 v0.2.18 |
811 | 2024-06-21T21:00:07.073Z | Downloaded num-traits v0.2.19 |
812 | 2024-06-21T21:00:07.073Z | Downloaded defmt-macros v0.3.9 |
813 | 2024-06-21T21:00:07.076Z | Downloaded resolv-conf v0.7.0 |
814 | 2024-06-21T21:00:07.079Z | Downloaded libsw v3.3.1 |
815 | 2024-06-21T21:00:07.083Z | Downloaded signal-hook-tokio v0.3.1 |
816 | 2024-06-21T21:00:07.083Z | Downloaded signal-hook-mio v0.2.3 |
817 | 2024-06-21T21:00:07.087Z | Downloaded toolchain_find v0.4.0 |
818 | 2024-06-21T21:00:07.087Z | Downloaded vte_generate_state_changes v0.1.1 |
819 | 2024-06-21T21:00:07.087Z | Downloaded semver v0.1.20 |
820 | 2024-06-21T21:00:07.087Z | Downloaded sec1 v0.7.3 |
821 | 2024-06-21T21:00:07.090Z | Downloaded signature v1.6.4 |
822 | 2024-06-21T21:00:07.090Z | Downloaded globset v0.4.14 |
823 | 2024-06-21T21:00:07.093Z | Downloaded same-file v1.0.6 |
824 | 2024-06-21T21:00:07.093Z | Downloaded which v4.4.2 |
825 | 2024-06-21T21:00:07.097Z | Downloaded bcs v0.1.6 |
826 | 2024-06-21T21:00:07.097Z | Downloaded tls_codec v0.4.1 |
827 | 2024-06-21T21:00:07.103Z | Downloaded base64ct v1.6.0 |
828 | 2024-06-21T21:00:07.108Z | Downloaded matches v0.1.10 |
829 | 2024-06-21T21:00:07.108Z | Downloaded difflib v0.4.0 |
830 | 2024-06-21T21:00:07.108Z | Downloaded tls_codec_derive v0.4.1 |
831 | 2024-06-21T21:00:07.108Z | Downloaded minimal-lexical v0.2.1 |
832 | 2024-06-21T21:00:07.111Z | Downloaded ff v0.13.0 |
833 | 2024-06-21T21:00:07.113Z | Downloaded csv-core v0.1.11 |
834 | 2024-06-21T21:00:07.113Z | Downloaded memoffset v0.9.1 |
835 | 2024-06-21T21:00:07.116Z | Downloaded console v0.15.8 |
836 | 2024-06-21T21:00:07.121Z | Downloaded hex v0.4.3 |
837 | 2024-06-21T21:00:07.121Z | Downloaded compact_str v0.7.1 |
838 | 2024-06-21T21:00:07.124Z | Downloaded impl-trait-for-tuples v0.2.2 |
839 | 2024-06-21T21:00:07.127Z | Downloaded linked-hash-map v0.5.6 |
840 | 2024-06-21T21:00:07.127Z | Downloaded mime_guess v2.0.4 |
841 | 2024-06-21T21:00:07.130Z | Downloaded debug-ignore v1.0.5 |
842 | 2024-06-21T21:00:07.130Z | Downloaded highway v1.1.0 |
843 | 2024-06-21T21:00:07.132Z | Downloaded heck v0.3.3 |
844 | 2024-06-21T21:00:07.136Z | Downloaded shell-words v1.1.0 |
845 | 2024-06-21T21:00:07.136Z | Downloaded base64 v0.22.1 |
846 | 2024-06-21T21:00:07.139Z | Downloaded sqlformat v0.2.3 |
847 | 2024-06-21T21:00:07.142Z | Downloaded strum_macros v0.24.3 |
848 | 2024-06-21T21:00:07.142Z | Downloaded tracing-attributes v0.1.27 |
849 | 2024-06-21T21:00:07.145Z | Downloaded tap v1.0.1 |
850 | 2024-06-21T21:00:07.148Z | Downloaded tabwriter v1.4.0 |
851 | 2024-06-21T21:00:07.148Z | Downloaded derive-where v1.2.7 |
852 | 2024-06-21T21:00:07.151Z | Downloaded is_ci v1.2.0 |
853 | 2024-06-21T21:00:07.153Z | Downloaded ident_case v1.0.1 |
854 | 2024-06-21T21:00:07.154Z | Downloaded wait-timeout v0.2.0 |
855 | 2024-06-21T21:00:07.156Z | Downloaded topological-sort v0.2.2 |
856 | 2024-06-21T21:00:07.156Z | Downloaded embedded-io v0.4.0 |
857 | 2024-06-21T21:00:07.159Z | Downloaded tokio-rustls v0.24.1 |
858 | 2024-06-21T21:00:07.162Z | Downloaded fastrand v2.1.0 |
859 | 2024-06-21T21:00:07.162Z | Downloaded rayon-core v1.12.1 |
860 | 2024-06-21T21:00:07.165Z | Downloaded hubpack v0.1.2 |
861 | 2024-06-21T21:00:07.168Z | Downloaded postcard v1.0.8 |
862 | 2024-06-21T21:00:07.170Z | Downloaded untrusted v0.7.1 |
863 | 2024-06-21T21:00:07.173Z | Downloaded publicsuffix v2.2.3 |
864 | 2024-06-21T21:00:07.176Z | Downloaded lazycell v1.3.0 |
865 | 2024-06-21T21:00:07.176Z | Downloaded rustls-pemfile v2.1.2 |
866 | 2024-06-21T21:00:07.179Z | Downloaded serde_repr v0.1.19 |
867 | 2024-06-21T21:00:07.179Z | Downloaded smallvec v0.6.14 |
868 | 2024-06-21T21:00:07.183Z | Downloaded rustfmt-wrapper v0.2.1 |
869 | 2024-06-21T21:00:07.183Z | Downloaded serde-hex v0.1.0 |
870 | 2024-06-21T21:00:07.186Z | Downloaded const_format v0.2.32 |
871 | 2024-06-21T21:00:07.188Z | Downloaded rustc_version v0.4.0 |
872 | 2024-06-21T21:00:07.191Z | Downloaded spki v0.7.3 |
873 | 2024-06-21T21:00:07.194Z | Downloaded structmeta v0.2.0 |
874 | 2024-06-21T21:00:07.194Z | Downloaded serde_arrays v0.1.0 |
875 | 2024-06-21T21:00:07.197Z | Downloaded serde-big-array v0.5.1 |
876 | 2024-06-21T21:00:07.197Z | Downloaded strum_macros v0.25.3 |
877 | 2024-06-21T21:00:07.199Z | Downloaded rustc_version v0.1.7 |
878 | 2024-06-21T21:00:07.199Z | Downloaded either v1.12.0 |
879 | 2024-06-21T21:00:07.202Z | Downloaded hash32 v0.3.1 |
880 | 2024-06-21T21:00:07.205Z | Downloaded fatfs v0.3.6 |
881 | 2024-06-21T21:00:07.213Z | Downloaded indexmap v1.9.3 |
882 | 2024-06-21T21:00:07.217Z | Downloaded serde-big-array v0.4.1 |
883 | 2024-06-21T21:00:07.220Z | Downloaded instant v0.1.12 |
884 | 2024-06-21T21:00:07.222Z | Downloaded kstat-rs v0.2.3 |
885 | 2024-06-21T21:00:07.222Z | Downloaded libefi-sys v0.1.0 |
886 | 2024-06-21T21:00:07.225Z | Downloaded hostname v0.4.0 |
887 | 2024-06-21T21:00:07.226Z | Downloaded home v0.5.9 |
888 | 2024-06-21T21:00:07.228Z | Downloaded zone_cfg_derive v0.1.2 |
889 | 2024-06-21T21:00:07.228Z | Downloaded rpassword v7.3.1 |
890 | 2024-06-21T21:00:07.228Z | Downloaded slog-envlogger v2.2.0 |
891 | 2024-06-21T21:00:07.231Z | Downloaded rustc-hash v1.1.0 |
892 | 2024-06-21T21:00:07.231Z | Downloaded foreign-types-macros v0.2.3 |
893 | 2024-06-21T21:00:07.231Z | Downloaded flagset v0.4.5 |
894 | 2024-06-21T21:00:07.235Z | Downloaded zeroize v1.7.0 |
895 | 2024-06-21T21:00:07.238Z | Downloaded termcolor v1.4.1 |
896 | 2024-06-21T21:00:07.238Z | Downloaded spin v0.5.2 |
897 | 2024-06-21T21:00:07.238Z | Downloaded spin v0.9.8 |
898 | 2024-06-21T21:00:07.241Z | Downloaded rustls-pki-types v1.7.0 |
899 | 2024-06-21T21:00:07.243Z | Downloaded fixedbitset v0.4.2 |
900 | 2024-06-21T21:00:07.243Z | Downloaded fxhash v0.2.1 |
901 | 2024-06-21T21:00:07.246Z | Downloaded foreign-types-shared v0.3.1 |
902 | 2024-06-21T21:00:07.246Z | Downloaded num-bigint v0.4.5 |
903 | 2024-06-21T21:00:07.249Z | Downloaded cookie v0.18.1 |
904 | 2024-06-21T21:00:07.252Z | Downloaded tokio-stream v0.1.15 |
905 | 2024-06-21T21:00:07.255Z | Downloaded rtoolbox v0.0.2 |
906 | 2024-06-21T21:00:07.258Z | Downloaded glob v0.3.1 |
907 | 2024-06-21T21:00:07.260Z | Downloaded erased-serde v0.3.31 |
908 | 2024-06-21T21:00:07.263Z | Downloaded signal-hook v0.3.17 |
909 | 2024-06-21T21:00:07.266Z | Downloaded tokio-rustls v0.25.0 |
910 | 2024-06-21T21:00:07.266Z | Downloaded num-bigint-dig v0.8.4 |
911 | 2024-06-21T21:00:07.270Z | Downloaded subtle v2.5.0 |
912 | 2024-06-21T21:00:07.273Z | Downloaded slog-scope v4.4.0 |
913 | 2024-06-21T21:00:07.273Z | Downloaded libloading v0.8.3 |
914 | 2024-06-21T21:00:07.275Z | Downloaded ipnetwork v0.20.0 |
915 | 2024-06-21T21:00:07.278Z | Downloaded tiny-keccak v2.0.2 |
916 | 2024-06-21T21:00:07.281Z | Downloaded thiserror-impl-no-std v2.0.2 |
917 | 2024-06-21T21:00:07.281Z | Downloaded ron v0.7.1 |
918 | 2024-06-21T21:00:07.284Z | Downloaded inout v0.1.3 |
919 | 2024-06-21T21:00:07.287Z | Downloaded hubpack_derive v0.1.1 |
920 | 2024-06-21T21:00:07.287Z | Downloaded funty v2.0.0 |
921 | 2024-06-21T21:00:07.287Z | Downloaded downcast v0.11.0 |
922 | 2024-06-21T21:00:07.290Z | Downloaded linear-map v1.2.0 |
923 | 2024-06-21T21:00:07.290Z | Downloaded stability v0.2.0 |
924 | 2024-06-21T21:00:07.293Z | Downloaded tempfile v3.10.1 |
925 | 2024-06-21T21:00:07.295Z | Downloaded display-error-chain v0.2.0 |
926 | 2024-06-21T21:00:07.295Z | Downloaded fragile v2.0.0 |
927 | 2024-06-21T21:00:07.298Z | Downloaded iana-time-zone v0.1.60 |
928 | 2024-06-21T21:00:07.301Z | Downloaded termios v0.3.3 |
929 | 2024-06-21T21:00:07.301Z | Downloaded hyper-staticfile v0.9.5 |
930 | 2024-06-21T21:00:07.304Z | Downloaded managed v0.8.0 |
931 | 2024-06-21T21:00:07.304Z | Downloaded der v0.7.9 |
932 | 2024-06-21T21:00:07.308Z | Downloaded elliptic-curve v0.13.8 |
933 | 2024-06-21T21:00:07.312Z | Downloaded sqlparser_derive v0.2.2 |
934 | 2024-06-21T21:00:07.314Z | Downloaded keccak v0.1.5 |
935 | 2024-06-21T21:00:07.315Z | Downloaded serde_derive_internals v0.29.1 |
936 | 2024-06-21T21:00:07.317Z | Downloaded backtrace v0.3.71 |
937 | 2024-06-21T21:00:07.320Z | Downloaded schemars_derive v0.8.20 |
938 | 2024-06-21T21:00:07.322Z | Downloaded slog-dtrace v0.3.0 |
939 | 2024-06-21T21:00:07.325Z | Downloaded rsa v0.9.6 |
940 | 2024-06-21T21:00:07.328Z | Downloaded trust-dns-server v0.22.1 |
941 | 2024-06-21T21:00:07.333Z | Downloaded scheduled-thread-pool v0.2.7 |
942 | 2024-06-21T21:00:07.335Z | Downloaded humantime v2.1.0 |
943 | 2024-06-21T21:00:07.336Z | Downloaded ena v0.14.3 |
944 | 2024-06-21T21:00:07.338Z | Downloaded trust-dns-client v0.22.0 |
945 | 2024-06-21T21:00:07.342Z | Downloaded ed25519 v1.5.3 |
946 | 2024-06-21T21:00:07.345Z | Downloaded serde_plain v1.0.2 |
947 | 2024-06-21T21:00:07.347Z | Downloaded uzers v0.11.3 |
948 | 2024-06-21T21:00:07.347Z | Downloaded serde_path_to_error v0.1.16 |
949 | 2024-06-21T21:00:07.350Z | Downloaded static_assertions v1.1.0 |
950 | 2024-06-21T21:00:07.350Z | Downloaded stable_deref_trait v1.2.0 |
951 | 2024-06-21T21:00:07.353Z | Downloaded test-strategy v0.3.1 |
952 | 2024-06-21T21:00:07.358Z | Downloaded socket2 v0.4.10 |
953 | 2024-06-21T21:00:07.358Z | Downloaded unicase v2.7.0 |
954 | 2024-06-21T21:00:07.360Z | Downloaded tui-tree-widget v0.19.0 |
955 | 2024-06-21T21:00:07.360Z | Downloaded signature v2.2.0 |
956 | 2024-06-21T21:00:07.360Z | Downloaded snafu-derive v0.8.2 |
957 | 2024-06-21T21:00:07.363Z | Downloaded samael v0.0.15 |
958 | 2024-06-21T21:00:07.366Z | Downloaded heapless v0.7.17 |
959 | 2024-06-21T21:00:07.369Z | Downloaded getrandom v0.2.14 |
960 | 2024-06-21T21:00:07.372Z | Downloaded memmap2 v0.9.4 |
961 | 2024-06-21T21:00:07.374Z | Downloaded maplit v1.0.2 |
962 | 2024-06-21T21:00:07.377Z | Downloaded hmac v0.12.1 |
963 | 2024-06-21T21:00:07.377Z | Downloaded md-5 v0.10.6 |
964 | 2024-06-21T21:00:07.380Z | Downloaded tokio-tungstenite v0.20.1 |
965 | 2024-06-21T21:00:07.382Z | Downloaded x509-cert v0.2.5 |
966 | 2024-06-21T21:00:07.385Z | Downloaded subprocess v0.2.9 |
967 | 2024-06-21T21:00:07.388Z | Downloaded slog-stdlog v4.1.1 |
968 | 2024-06-21T21:00:07.391Z | Downloaded zone v0.1.8 |
969 | 2024-06-21T21:00:07.391Z | Downloaded diesel_derives v2.1.4 |
970 | 2024-06-21T21:00:07.394Z | Downloaded nom v7.1.3 |
971 | 2024-06-21T21:00:07.399Z | Downloaded indoc v2.0.5 |
972 | 2024-06-21T21:00:07.401Z | Downloaded reedline v0.31.0 |
973 | 2024-06-21T21:00:07.408Z | Downloaded vsss-rs v3.3.4 |
974 | 2024-06-21T21:00:07.411Z | Downloaded walkdir v2.5.0 |
975 | 2024-06-21T21:00:07.414Z | Downloaded tokio-postgres v0.7.10 |
976 | 2024-06-21T21:00:07.417Z | Downloaded typed-path v0.7.1 |
977 | 2024-06-21T21:00:07.423Z | Downloaded salty v0.2.0 |
978 | 2024-06-21T21:00:07.428Z | Downloaded tungstenite v0.20.1 |
979 | 2024-06-21T21:00:07.431Z | Downloaded tungstenite v0.21.0 |
980 | 2024-06-21T21:00:07.434Z | Downloaded sct v0.7.1 |
981 | 2024-06-21T21:00:07.437Z | Downloaded env_logger v0.10.2 |
982 | 2024-06-21T21:00:07.440Z | Downloaded steno v0.4.0 |
983 | 2024-06-21T21:00:07.444Z | Downloaded tokio-tungstenite v0.21.0 |
984 | 2024-06-21T21:00:07.447Z | Downloaded textwrap v0.16.1 |
985 | 2024-06-21T21:00:07.449Z | Downloaded libxml v0.3.3 |
986 | 2024-06-21T21:00:07.454Z | Downloaded rayon v1.10.0 |
987 | 2024-06-21T21:00:07.463Z | Downloaded hyper-rustls v0.24.2 |
988 | 2024-06-21T21:00:07.466Z | Downloaded http v1.1.0 |
989 | 2024-06-21T21:00:07.469Z | Downloaded rustyline v14.0.0 |
990 | 2024-06-21T21:00:07.473Z | Downloaded schemars v0.8.20 |
991 | 2024-06-21T21:00:07.484Z | Downloaded hashbrown v0.13.2 |
992 | 2024-06-21T21:00:07.488Z | Downloaded proptest v1.4.0 |
993 | 2024-06-21T21:00:07.497Z | Downloaded serde_yaml v0.9.34+deprecated |
994 | 2024-06-21T21:00:07.501Z | Downloaded unicode-segmentation v1.11.0 |
995 | 2024-06-21T21:00:07.504Z | Downloaded hashbrown v0.12.3 |
996 | 2024-06-21T21:00:07.510Z | Downloaded unsafe-libyaml v0.2.11 |
997 | 2024-06-21T21:00:07.512Z | Downloaded crossterm v0.27.0 |
998 | 2024-06-21T21:00:07.517Z | Downloaded toml v0.7.8 |
999 | 2024-06-21T21:00:07.520Z | Downloaded tough v0.17.1 |
1000 | 2024-06-21T21:00:07.527Z | Downloaded toml_edit v0.19.15 |
1001 | 2024-06-21T21:00:07.544Z | Downloaded trust-dns-resolver v0.22.0 |
1002 | 2024-06-21T21:00:07.547Z | Downloaded itertools v0.12.1 |
1003 | 2024-06-21T21:00:07.553Z | Downloaded expectorate v1.1.0 |
1004 | 2024-06-21T21:00:07.556Z | Downloaded snafu v0.8.2 |
1005 | 2024-06-21T21:00:07.560Z | Downloaded object v0.30.4 |
1006 | 2024-06-21T21:00:07.570Z | Downloaded similar v2.5.0 |
1007 | 2024-06-21T21:00:07.574Z | Downloaded sqlparser v0.45.0 |
1008 | 2024-06-21T21:00:07.580Z | Downloaded regex v1.10.4 |
1009 | 2024-06-21T21:00:07.592Z | Downloaded radix_trie v0.2.1 |
1010 | 2024-06-21T21:00:07.597Z | Downloaded lalrpop v0.19.12 |
1011 | 2024-06-21T21:00:07.607Z | Downloaded winnow v0.5.40 |
1012 | 2024-06-21T21:00:07.616Z | Downloaded hkdf v0.12.4 |
1013 | 2024-06-21T21:00:07.619Z | Downloaded rustls v0.21.12 |
1014 | 2024-06-21T21:00:07.628Z | Downloaded regex-syntax v0.6.29 |
1015 | 2024-06-21T21:00:07.634Z | Downloaded itertools v0.10.5 |
1016 | 2024-06-21T21:00:07.640Z | Downloaded idna v0.2.3 |
1017 | 2024-06-21T21:00:07.646Z | Downloaded bindgen v0.69.4 |
1018 | 2024-06-21T21:00:07.653Z | Downloaded polar-core v0.27.3 |
1019 | 2024-06-21T21:00:07.664Z | Downloaded gimli v0.28.1 |
1020 | 2024-06-21T21:00:07.669Z | Downloaded rustls v0.22.4 |
1021 | 2024-06-21T21:00:07.682Z | Downloaded smoltcp v0.11.0 |
1022 | 2024-06-21T21:00:07.695Z | Downloaded ratatui v0.26.2 |
1023 | 2024-06-21T21:00:07.710Z | Downloaded regex-syntax v0.8.3 |
1024 | 2024-06-21T21:00:07.717Z | Downloaded rustls-webpki v0.101.7 |
1025 | 2024-06-21T21:00:07.732Z | Downloaded finl_unicode v1.2.0 |
1026 | 2024-06-21T21:00:07.742Z | Downloaded rustls-webpki v0.102.4 |
1027 | 2024-06-21T21:00:07.758Z | Downloaded petgraph v0.6.5 |
1028 | 2024-06-21T21:00:07.773Z | Downloaded bstr v0.2.17 |
1029 | 2024-06-21T21:00:07.782Z | Downloaded webpki-roots v0.25.4 |
1030 | 2024-06-21T21:00:07.785Z | Downloaded curve25519-dalek v4.1.2 |
1031 | 2024-06-21T21:00:07.793Z | Downloaded regex-automata v0.4.6 |
1032 | 2024-06-21T21:00:07.809Z | Downloaded smoltcp v0.9.1 |
1033 | 2024-06-21T21:00:07.818Z | Downloaded idna v0.3.0 |
1034 | 2024-06-21T21:00:07.824Z | Downloaded bstr v1.9.1 |
1035 | 2024-06-21T21:00:07.834Z | Downloaded trust-dns-proto v0.22.0 |
1036 | 2024-06-21T21:00:07.845Z | Downloaded openapiv3 v2.0.0 |
1037 | 2024-06-21T21:00:07.855Z | Downloaded bitvec v1.0.1 |
1038 | 2024-06-21T21:00:07.869Z | Downloaded regress v0.9.1 |
1039 | 2024-06-21T21:00:07.877Z | Downloaded nix v0.28.0 |
1040 | 2024-06-21T21:00:07.887Z | Downloaded chrono v0.4.38 |
1041 | 2024-06-21T21:00:07.893Z | Downloaded diesel v2.1.6 |
1042 | 2024-06-21T21:00:07.909Z | Downloaded blake3 v1.5.1 |
1043 | 2024-06-21T21:00:07.915Z | Downloaded serde_with v3.8.1 |
1044 | 2024-06-21T21:00:07.923Z | Downloaded aho-corasick v1.1.3 |
1045 | 2024-06-21T21:00:07.928Z | Downloaded sled v0.34.7 |
1046 | 2024-06-21T21:00:07.937Z | Downloaded object v0.32.2 |
1047 | 2024-06-21T21:00:07.949Z | Downloaded nix v0.27.1 |
1048 | 2024-06-21T21:00:07.956Z | Downloaded ron v0.8.1 |
1049 | 2024-06-21T21:00:07.961Z | Downloaded portable-atomic v1.6.0 |
1050 | 2024-06-21T21:00:07.966Z | Downloaded zerocopy-derive v0.6.6 |
1051 | 2024-06-21T21:00:07.974Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1052 | 2024-06-21T21:00:07.985Z | Downloaded quick-xml v0.31.0 |
1053 | 2024-06-21T21:00:07.990Z | Downloaded zerocopy v0.6.6 |
1054 | 2024-06-21T21:00:07.994Z | Downloaded libm v0.2.8 |
1055 | 2024-06-21T21:00:07.999Z | Downloaded headers v0.3.9 |
1056 | 2024-06-21T21:00:08.004Z | Downloaded lru-cache v0.1.2 |
1057 | 2024-06-21T21:00:08.007Z | Downloaded whoami v1.5.1 |
1058 | 2024-06-21T21:00:08.007Z | Downloaded indicatif v0.17.8 |
1059 | 2024-06-21T21:00:08.010Z | Downloaded smf v0.2.3 |
1060 | 2024-06-21T21:00:08.012Z | Downloaded regex-automata v0.1.10 |
1061 | 2024-06-21T21:00:08.016Z | Downloaded rusty-fork v0.3.0 |
1062 | 2024-06-21T21:00:08.019Z | Downloaded getopts v0.2.21 |
1063 | 2024-06-21T21:00:08.019Z | Downloaded sha3 v0.10.8 |
1064 | 2024-06-21T21:00:08.022Z | Downloaded rustc-demangle v0.1.24 |
1065 | 2024-06-21T21:00:08.024Z | Downloaded heapless v0.8.0 |
1066 | 2024-06-21T21:00:08.027Z | Downloaded unicode_categories v0.1.1 |
1067 | 2024-06-21T21:00:08.030Z | Downloaded csv v1.3.0 |
1068 | 2024-06-21T21:00:08.046Z | Downloaded supports-color v3.0.0 |
1069 | 2024-06-21T21:00:08.049Z | Downloaded siphasher v0.3.11 |
1070 | 2024-06-21T21:00:08.049Z | Downloaded lru v0.12.3 |
1071 | 2024-06-21T21:00:08.053Z | Downloaded fallible-iterator v0.2.0 |
1072 | 2024-06-21T21:00:08.053Z | Downloaded unicode-linebreak v0.1.5 |
1073 | 2024-06-21T21:00:08.053Z | Downloaded serde_with_macros v3.8.1 |
1074 | 2024-06-21T21:00:08.056Z | Downloaded derive_more v0.99.17 |
1075 | 2024-06-21T21:00:08.058Z | Downloaded darling_core v0.20.9 |
1076 | 2024-06-21T21:00:08.061Z | Downloaded crypto-bigint v0.5.5 |
1077 | 2024-06-21T21:00:08.067Z | Downloaded chacha20poly1305 v0.10.1 |
1078 | 2024-06-21T21:00:08.070Z | Downloaded lazy_static v1.4.0 |
1079 | 2024-06-21T21:00:08.070Z | Downloaded lalrpop-util v0.19.12 |
1080 | 2024-06-21T21:00:08.072Z | Downloaded vte v0.11.1 |
1081 | 2024-06-21T21:00:08.072Z | Downloaded rand v0.8.5 |
1082 | 2024-06-21T21:00:08.075Z | Downloaded base64 v0.13.1 |
1083 | 2024-06-21T21:00:08.078Z | Downloaded ascii v1.1.0 |
1084 | 2024-06-21T21:00:08.081Z | Downloaded arc-swap v1.7.1 |
1085 | 2024-06-21T21:00:08.083Z | Downloaded termtree v0.4.1 |
1086 | 2024-06-21T21:00:08.083Z | Downloaded sigpipe v0.1.3 |
1087 | 2024-06-21T21:00:08.086Z | Downloaded zeroize_derive v1.4.2 |
1088 | 2024-06-21T21:00:08.086Z | Downloaded untrusted v0.9.0 |
1089 | 2024-06-21T21:00:08.086Z | Downloaded toml v0.5.11 |
1090 | 2024-06-21T21:00:08.089Z | Downloaded prettyplease v0.2.20 |
1091 | 2024-06-21T21:00:08.091Z | Downloaded hash32 v0.2.1 |
1092 | 2024-06-21T21:00:08.097Z | Downloaded gethostname v0.4.3 |
1093 | 2024-06-21T21:00:08.097Z | Downloaded wyz v0.5.1 |
1094 | 2024-06-21T21:00:08.097Z | Downloaded strip-ansi-escapes v0.2.0 |
1095 | 2024-06-21T21:00:08.100Z | Downloaded string_cache v0.8.7 |
1096 | 2024-06-21T21:00:08.100Z | Downloaded half v2.4.1 |
1097 | 2024-06-21T21:00:08.100Z | Downloaded flume v0.11.0 |
1098 | 2024-06-21T21:00:08.103Z | Downloaded zip v0.6.6 |
1099 | 2024-06-21T21:00:08.107Z | Downloaded crc-any v2.5.0 |
1100 | 2024-06-21T21:00:08.110Z | Downloaded clang-sys v1.7.0 |
1101 | 2024-06-21T21:00:08.110Z | Downloaded maybe-uninit v2.0.0 |
1102 | 2024-06-21T21:00:08.112Z | Downloaded env_logger v0.9.3 |
1103 | 2024-06-21T21:00:08.112Z | Downloaded yasna v0.5.2 |
1104 | 2024-06-21T21:00:08.115Z | Downloaded universal-hash v0.5.1 |
1105 | 2024-06-21T21:00:08.115Z | Downloaded unicode-xid v0.2.4 |
1106 | 2024-06-21T21:00:08.118Z | Downloaded structmeta-derive v0.3.0 |
1107 | 2024-06-21T21:00:08.118Z | Downloaded structmeta-derive v0.2.0 |
1108 | 2024-06-21T21:00:08.118Z | Downloaded structmeta v0.3.0 |
1109 | 2024-06-21T21:00:08.120Z | Downloaded stringprep v0.1.4 |
1110 | 2024-06-21T21:00:08.120Z | Downloaded shlex v1.3.0 |
1111 | 2024-06-21T21:00:08.120Z | Downloaded sha1 v0.10.6 |
1112 | 2024-06-21T21:00:08.123Z | Downloaded diff v0.1.13 |
1113 | 2024-06-21T21:00:08.126Z | Downloaded derive_builder_core v0.20.0 |
1114 | 2024-06-21T21:00:08.126Z | Downloaded smawk v0.3.2 |
1115 | 2024-06-21T21:00:08.128Z | Downloaded secrecy v0.8.0 |
1116 | 2024-06-21T21:00:08.128Z | Downloaded ciborium v0.2.2 |
1117 | 2024-06-21T21:00:08.131Z | Downloaded cancel-safe-futures v0.1.5 |
1118 | 2024-06-21T21:00:08.134Z | Downloaded uuid v1.8.0 |
1119 | 2024-06-21T21:00:08.136Z | Downloaded pin-project v1.1.5 |
1120 | 2024-06-21T21:00:08.144Z | Downloaded const-oid v0.9.6 |
1121 | 2024-06-21T21:00:08.147Z | Downloaded fd-lock v4.0.2 |
1122 | 2024-06-21T21:00:08.150Z | Downloaded headers-core v0.2.0 |
1123 | 2024-06-21T21:00:08.150Z | Downloaded enum-as-inner v0.5.1 |
1124 | 2024-06-21T21:00:08.150Z | Downloaded argon2 v0.5.3 |
1125 | 2024-06-21T21:00:08.152Z | Downloaded rcgen v0.12.1 |
1126 | 2024-06-21T21:00:08.155Z | Downloaded poly1305 v0.8.0 |
1127 | 2024-06-21T21:00:08.158Z | Downloaded thiserror-no-std v2.0.2 |
1128 | 2024-06-21T21:00:08.160Z | Downloaded corncobs v0.1.3 |
1129 | 2024-06-21T21:00:08.160Z | Downloaded const_format_proc_macros v0.2.32 |
1130 | 2024-06-21T21:00:08.163Z | Downloaded colored v2.1.0 |
1131 | 2024-06-21T21:00:08.165Z | Downloaded bb8 v0.8.3 |
1132 | 2024-06-21T21:00:08.165Z | Downloaded nu-ansi-term v0.50.0 |
1133 | 2024-06-21T21:00:08.168Z | Downloaded mockall_derive v0.12.1 |
1134 | 2024-06-21T21:00:08.171Z | Downloaded crossbeam-deque v0.8.5 |
1135 | 2024-06-21T21:00:08.171Z | Downloaded castaway v0.2.2 |
1136 | 2024-06-21T21:00:08.171Z | Downloaded num_enum_derive v0.5.11 |
1137 | 2024-06-21T21:00:08.174Z | Downloaded der_derive v0.7.2 |
1138 | 2024-06-21T21:00:08.174Z | Downloaded blake2 v0.10.6 |
1139 | 2024-06-21T21:00:08.177Z | Downloaded derive_builder v0.20.0 |
1140 | 2024-06-21T21:00:08.180Z | Downloaded camino-tempfile v1.1.1 |
1141 | 2024-06-21T21:00:08.183Z | Downloaded cookie v0.17.0 |
1142 | 2024-06-21T21:00:08.183Z | Downloaded postgres-types v0.2.6 |
1143 | 2024-06-21T21:00:08.185Z | Downloaded platforms v3.4.0 |
1144 | 2024-06-21T21:00:08.190Z | Downloaded pem-rfc7468 v0.7.0 |
1145 | 2024-06-21T21:00:08.190Z | Downloaded packed_struct v0.10.1 |
1146 | 2024-06-21T21:00:08.193Z | Downloaded darling v0.20.9 |
1147 | 2024-06-21T21:00:08.193Z | Downloaded crc-catalog v2.4.0 |
1148 | 2024-06-21T21:00:08.196Z | Downloaded bzip2 v0.4.4 |
1149 | 2024-06-21T21:00:08.196Z | Downloaded bitfield v0.14.0 |
1150 | 2024-06-21T21:00:08.196Z | Downloaded cfg_aliases v0.1.1 |
1151 | 2024-06-21T21:00:08.199Z | Downloaded newline-converter v0.3.0 |
1152 | 2024-06-21T21:00:08.199Z | Downloaded defmt v0.3.8 |
1153 | 2024-06-21T21:00:08.201Z | Downloaded addr2line v0.21.0 |
1154 | 2024-06-21T21:00:08.204Z | Downloaded proc-macro-crate v1.3.1 |
1155 | 2024-06-21T21:00:08.204Z | Downloaded constant_time_eq v0.3.0 |
1156 | 2024-06-21T21:00:08.204Z | Downloaded cobs v0.2.3 |
1157 | 2024-06-21T21:00:08.207Z | Downloaded chacha20 v0.9.1 |
1158 | 2024-06-21T21:00:08.207Z | Downloaded cexpr v0.6.0 |
1159 | 2024-06-21T21:00:08.209Z | Downloaded cassowary v0.3.0 |
1160 | 2024-06-21T21:00:08.209Z | Downloaded psl-types v2.0.11 |
1161 | 2024-06-21T21:00:08.212Z | Downloaded parse-display-derive v0.9.0 |
1162 | 2024-06-21T21:00:08.212Z | Downloaded packed_struct_codegen v0.10.1 |
1163 | 2024-06-21T21:00:08.212Z | Downloaded num v0.4.3 |
1164 | 2024-06-21T21:00:08.215Z | Downloaded newtype-uuid v1.1.0 |
1165 | 2024-06-21T21:00:08.215Z | Downloaded nanorand v0.7.0 |
1166 | 2024-06-21T21:00:08.216Z | Downloaded cipher v0.4.4 |
1167 | 2024-06-21T21:00:08.218Z | Downloaded opaque-debug v0.3.1 |
1168 | 2024-06-21T21:00:08.218Z | Downloaded newtype_derive v0.1.6 |
1169 | 2024-06-21T21:00:08.221Z | Downloaded data-encoding v2.6.0 |
1170 | 2024-06-21T21:00:08.221Z | Downloaded mockall v0.12.1 |
1171 | 2024-06-21T21:00:08.221Z | Downloaded peg-runtime v0.8.3 |
1172 | 2024-06-21T21:00:08.221Z | Downloaded new_debug_unreachable v1.0.6 |
1173 | 2024-06-21T21:00:08.551Z | Downloaded ring v0.17.8 |
1174 | 2024-06-21T21:00:08.666Z | Downloaded ring v0.16.20 |
1175 | 2024-06-21T21:00:08.872Z | Compiling proc-macro2 v1.0.82 |
1176 | 2024-06-21T21:00:08.872Z | Compiling unicode-ident v1.0.12 |
1177 | 2024-06-21T21:00:08.875Z | Compiling libc v0.2.155 |
1178 | 2024-06-21T21:00:08.875Z | Compiling serde v1.0.203 |
1179 | 2024-06-21T21:00:08.875Z | Compiling autocfg v1.3.0 |
1180 | 2024-06-21T21:00:08.875Z | Compiling version_check v0.9.4 |
1181 | 2024-06-21T21:00:08.875Z | Compiling cfg-if v1.0.0 |
1182 | 2024-06-21T21:00:09.112Z | Compiling cc v1.0.97 |
1183 | 2024-06-21T21:00:09.129Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-06-21T21:00:09.143Z | Compiling once_cell v1.19.0 |
1185 | 2024-06-21T21:00:09.499Z | Compiling libm v0.2.8 |
1186 | 2024-06-21T21:00:09.502Z | Compiling serde_json v1.0.117 |
1187 | 2024-06-21T21:00:09.809Z | Compiling ahash v0.8.11 |
1188 | 2024-06-21T21:00:09.812Z | Compiling lock_api v0.4.12 |
1189 | 2024-06-21T21:00:09.837Z | Compiling byteorder v1.5.0 |
1190 | 2024-06-21T21:00:09.860Z | Compiling num-traits v0.2.19 |
1191 | 2024-06-21T21:00:10.094Z | Compiling memchr v2.7.2 |
1192 | 2024-06-21T21:00:10.114Z | Compiling thiserror v1.0.60 |
1193 | 2024-06-21T21:00:10.128Z | Compiling typenum v1.17.0 |
1194 | 2024-06-21T21:00:10.310Z | Compiling log v0.4.21 |
1195 | 2024-06-21T21:00:10.649Z | Compiling quote v1.0.36 |
1196 | 2024-06-21T21:00:10.744Z | Compiling generic-array v0.14.7 |
1197 | 2024-06-21T21:00:11.013Z | Compiling getrandom v0.2.14 |
1198 | 2024-06-21T21:00:11.087Z | Compiling syn v2.0.64 |
1199 | 2024-06-21T21:00:11.369Z | Compiling itoa v1.0.11 |
1200 | 2024-06-21T21:00:11.605Z | Compiling scopeguard v1.2.0 |
1201 | 2024-06-21T21:00:11.759Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-06-21T21:00:11.858Z | Compiling slab v0.4.9 |
1203 | 2024-06-21T21:00:12.216Z | Compiling ring v0.17.8 |
1204 | 2024-06-21T21:00:12.253Z | Compiling ryu v1.0.18 |
1205 | 2024-06-21T21:00:12.300Z | Compiling pin-project-lite v0.2.14 |
1206 | 2024-06-21T21:00:12.320Z | Compiling schemars v0.8.20 |
1207 | 2024-06-21T21:00:12.425Z | Compiling smallvec v1.13.2 |
1208 | 2024-06-21T21:00:12.592Z | Compiling semver v1.0.23 |
1209 | 2024-06-21T21:00:12.677Z | Compiling equivalent v1.0.1 |
1210 | 2024-06-21T21:00:13.019Z | Compiling vcpkg v0.2.15 |
1211 | 2024-06-21T21:00:13.030Z | Compiling pkg-config v0.3.30 |
1212 | 2024-06-21T21:00:13.160Z | Compiling signal-hook-registry v1.4.2 |
1213 | 2024-06-21T21:00:13.752Z | Compiling parking_lot v0.12.2 |
1214 | 2024-06-21T21:00:14.341Z | Compiling syn v1.0.109 |
1215 | 2024-06-21T21:00:14.699Z | Compiling mio v0.8.11 |
1216 | 2024-06-21T21:00:14.762Z | Compiling openssl-sys v0.9.102 |
1217 | 2024-06-21T21:00:15.709Z | Compiling rand_core v0.6.4 |
1218 | 2024-06-21T21:00:15.868Z | Compiling num_cpus v1.16.0 |
1219 | 2024-06-21T21:00:16.008Z | Compiling socket2 v0.5.7 |
1220 | 2024-06-21T21:00:16.109Z | Compiling num-conv v0.1.0 |
1221 | 2024-06-21T21:00:16.383Z | Compiling time-core v0.1.2 |
1222 | 2024-06-21T21:00:16.545Z | Compiling time-macros v0.2.18 |
1223 | 2024-06-21T21:00:16.738Z | Compiling httparse v1.8.0 |
1224 | 2024-06-21T21:00:17.346Z | Compiling futures-core v0.3.30 |
1225 | 2024-06-21T21:00:17.609Z | Compiling fnv v1.0.7 |
1226 | 2024-06-21T21:00:17.676Z | Compiling openssl v0.10.64 |
1227 | 2024-06-21T21:00:17.997Z | Compiling rustix v0.38.34 |
1228 | 2024-06-21T21:00:18.036Z | Compiling iana-time-zone v0.1.60 |
1229 | 2024-06-21T21:00:18.172Z | Compiling crossbeam-utils v0.8.19 |
1230 | 2024-06-21T21:00:18.615Z | Compiling serde_derive_internals v0.29.1 |
1231 | 2024-06-21T21:00:18.689Z | Compiling spin v0.9.8 |
1232 | 2024-06-21T21:00:18.843Z | Compiling native-tls v0.2.11 |
1233 | 2024-06-21T21:00:19.019Z | Compiling rustls v0.21.12 |
1234 | 2024-06-21T21:00:19.143Z | Compiling tinyvec_macros v0.1.1 |
1235 | 2024-06-21T21:00:19.226Z | Compiling tinyvec v1.6.0 |
1236 | 2024-06-21T21:00:19.665Z | Compiling subtle v2.5.0 |
1237 | 2024-06-21T21:00:19.955Z | Compiling futures-sink v0.3.30 |
1238 | 2024-06-21T21:00:19.969Z | Compiling const-oid v0.9.6 |
1239 | 2024-06-21T21:00:20.117Z | Compiling ucd-trie v0.1.6 |
1240 | 2024-06-21T21:00:20.603Z | Compiling unicode-normalization v0.1.23 |
1241 | 2024-06-21T21:00:20.660Z | Compiling backtrace v0.3.71 |
1242 | 2024-06-21T21:00:20.958Z | Compiling cookie v0.17.0 |
1243 | 2024-06-21T21:00:21.039Z | Compiling heck v0.4.1 |
1244 | 2024-06-21T21:00:21.223Z | Compiling slog v2.7.0 |
1245 | 2024-06-21T21:00:21.661Z | Compiling heck v0.5.0 |
1246 | 2024-06-21T21:00:21.664Z | Compiling unicode-bidi v0.3.15 |
1247 | 2024-06-21T21:00:21.736Z | Compiling dyn-clone v1.0.17 |
1248 | 2024-06-21T21:00:21.922Z | Compiling futures-channel v0.3.30 |
1249 | 2024-06-21T21:00:22.109Z | Compiling pin-utils v0.1.0 |
1250 | 2024-06-21T21:00:22.393Z | Compiling futures-io v0.3.30 |
1251 | 2024-06-21T21:00:22.443Z | Compiling futures-task v0.3.30 |
1252 | 2024-06-21T21:00:22.998Z | Compiling aho-corasick v1.1.3 |
1253 | 2024-06-21T21:00:23.482Z | Compiling winnow v0.5.40 |
1254 | 2024-06-21T21:00:23.519Z | Compiling untrusted v0.9.0 |
1255 | 2024-06-21T21:00:24.001Z | Compiling anyhow v1.0.86 |
1256 | 2024-06-21T21:00:24.414Z | Compiling serde_derive v1.0.203 |
1257 | 2024-06-21T21:00:24.528Z | Compiling zerocopy-derive v0.7.34 |
1258 | 2024-06-21T21:00:25.150Z | Compiling zeroize_derive v1.4.2 |
1259 | 2024-06-21T21:00:25.212Z | Compiling thiserror-impl v1.0.60 |
1260 | 2024-06-21T21:00:26.565Z | Compiling zerocopy v0.7.34 |
1261 | 2024-06-21T21:00:26.568Z | Compiling tokio-macros v2.2.0 |
1262 | 2024-06-21T21:00:27.319Z | Compiling futures-macro v0.3.30 |
1263 | 2024-06-21T21:00:27.556Z | Compiling schemars_derive v0.8.20 |
1264 | 2024-06-21T21:00:28.024Z | Compiling tracing-attributes v0.1.27 |
1265 | 2024-06-21T21:00:28.226Z | Compiling zeroize v1.7.0 |
1266 | 2024-06-21T21:00:28.742Z | Compiling hashbrown v0.14.5 |
1267 | 2024-06-21T21:00:29.462Z | Compiling openssl-macros v0.1.1 |
1268 | 2024-06-21T21:00:30.160Z | Compiling scroll_derive v0.12.0 |
1269 | 2024-06-21T21:00:30.342Z | Compiling pest v2.7.10 |
1270 | 2024-06-21T21:00:30.461Z | Compiling crypto-common v0.1.6 |
1271 | 2024-06-21T21:00:30.663Z | Compiling futures-util v0.3.30 |
1272 | 2024-06-21T21:00:31.268Z | Compiling der_derive v0.7.2 |
1273 | 2024-06-21T21:00:31.455Z | Compiling regex-syntax v0.8.3 |
1274 | 2024-06-21T21:00:31.619Z | Compiling block-buffer v0.10.4 |
1275 | 2024-06-21T21:00:31.835Z | Compiling tracing-core v0.1.32 |
1276 | 2024-06-21T21:00:33.555Z | Compiling pest_meta v2.7.10 |
1277 | 2024-06-21T21:00:34.348Z | Compiling usdt-impl v0.5.0 |
1278 | 2024-06-21T21:00:34.651Z | Compiling rustversion v1.0.17 |
1279 | 2024-06-21T21:00:35.320Z | Compiling pest_generator v2.7.10 |
1280 | 2024-06-21T21:00:37.133Z | Compiling regex-automata v0.4.6 |
1281 | 2024-06-21T21:00:37.335Z | Compiling powerfmt v0.2.0 |
1282 | 2024-06-21T21:00:37.647Z | Compiling deranged v0.3.11 |
1283 | 2024-06-21T21:00:37.663Z | Compiling tracing v0.1.40 |
1284 | 2024-06-21T21:00:37.805Z | Compiling pest_derive v2.7.10 |
1285 | 2024-06-21T21:00:37.834Z | Compiling digest v0.10.7 |
1286 | 2024-06-21T21:00:38.248Z | Compiling bytes v1.6.0 |
1287 | 2024-06-21T21:00:38.461Z | Compiling indexmap v2.2.6 |
1288 | 2024-06-21T21:00:39.247Z | Compiling uuid v1.8.0 |
1289 | 2024-06-21T21:00:39.393Z | Compiling chrono v0.4.38 |
1290 | 2024-06-21T21:00:39.442Z | Compiling serde_tokenstream v0.2.0 |
1291 | 2024-06-21T21:00:39.970Z | Compiling bitflags v2.5.0 |
1292 | 2024-06-21T21:00:41.172Z | Compiling tokio v1.37.0 |
1293 | 2024-06-21T21:00:42.274Z | Compiling toml_datetime v0.6.6 |
1294 | 2024-06-21T21:00:42.699Z | Compiling serde_spanned v0.6.6 |
1295 | 2024-06-21T21:00:42.902Z | Compiling http v0.2.12 |
1296 | 2024-06-21T21:00:45.248Z | Compiling toml_edit v0.19.15 |
1297 | 2024-06-21T21:00:45.581Z | Compiling rustc_version v0.4.0 |
1298 | 2024-06-21T21:00:46.201Z | Compiling heapless v0.7.17 |
1299 | 2024-06-21T21:00:46.604Z | Compiling scroll v0.12.0 |
1300 | 2024-06-21T21:00:47.221Z | Compiling ppv-lite86 v0.2.17 |
1301 | 2024-06-21T21:00:47.999Z | Compiling num_threads v0.1.7 |
1302 | 2024-06-21T21:00:48.123Z | Compiling percent-encoding v2.3.1 |
1303 | 2024-06-21T21:00:48.404Z | Compiling plain v0.2.3 |
1304 | 2024-06-21T21:00:48.556Z | Compiling signal-hook v0.3.17 |
1305 | 2024-06-21T21:00:48.863Z | Compiling goblin v0.8.2 |
1306 | 2024-06-21T21:00:48.919Z | Compiling rand_chacha v0.3.1 |
1307 | 2024-06-21T21:00:49.075Z | Compiling time v0.3.36 |
1308 | 2024-06-21T21:00:49.880Z | Compiling regex v1.10.4 |
1309 | 2024-06-21T21:00:52.497Z | Compiling crc32fast v1.4.0 |
1310 | 2024-06-21T21:00:52.951Z | Compiling pretty-hex v0.4.1 |
1311 | 2024-06-21T21:00:53.339Z | Compiling strsim v0.11.1 |
1312 | 2024-06-21T21:00:54.103Z | Compiling tokio-util v0.7.11 |
1313 | 2024-06-21T21:00:54.367Z | Compiling rand v0.8.5 |
1314 | 2024-06-21T21:00:54.826Z | Compiling dof v0.3.0 |
1315 | 2024-06-21T21:00:55.889Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-06-21T21:00:56.313Z | Compiling async-trait v0.1.80 |
1317 | 2024-06-21T21:00:56.553Z | Compiling thread-id v4.2.1 |
1318 | 2024-06-21T21:00:56.824Z | Compiling unicode-width v0.1.12 |
1319 | 2024-06-21T21:00:57.077Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2024-06-21T21:00:57.178Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1321 | 2024-06-21T21:00:57.217Z | Compiling base64ct v1.6.0 |
1322 | 2024-06-21T21:00:57.245Z | Compiling smoltcp v0.9.1 |
1323 | 2024-06-21T21:00:57.679Z | Compiling pem-rfc7468 v0.7.0 |
1324 | 2024-06-21T21:00:57.833Z | Compiling foreign-types v0.3.2 |
1325 | 2024-06-21T21:00:59.247Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-06-21T21:00:59.567Z | Compiling hmac v0.12.1 |
1327 | 2024-06-21T21:00:59.823Z | Compiling adler v1.0.2 |
1328 | 2024-06-21T21:00:59.842Z | Compiling try-lock v0.2.5 |
1329 | 2024-06-21T21:01:00.000Z | Compiling base64 v0.21.7 |
1330 | 2024-06-21T21:01:00.110Z | Compiling flagset v0.4.5 |
1331 | 2024-06-21T21:01:00.150Z | Compiling siphasher v0.3.11 |
1332 | 2024-06-21T21:01:00.316Z | Compiling der v0.7.9 |
1333 | 2024-06-21T21:01:00.363Z | Compiling want v0.3.1 |
1334 | 2024-06-21T21:01:00.831Z | Compiling miniz_oxide v0.7.2 |
1335 | 2024-06-21T21:01:02.712Z | Compiling h2 v0.3.26 |
1336 | 2024-06-21T21:01:02.791Z | Compiling rustls-webpki v0.101.7 |
1337 | 2024-06-21T21:01:03.607Z | Compiling sct v0.7.1 |
1338 | 2024-06-21T21:01:04.139Z | Compiling http-body v0.4.6 |
1339 | 2024-06-21T21:01:04.661Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-06-21T21:01:05.083Z | Compiling hubpack_derive v0.1.1 |
1341 | 2024-06-21T21:01:05.338Z | Compiling zerocopy-derive v0.6.6 |
1342 | 2024-06-21T21:01:05.582Z | Compiling idna v0.5.0 |
1343 | 2024-06-21T21:01:06.239Z | Compiling errno v0.3.9 |
1344 | 2024-06-21T21:01:06.732Z | Compiling fs-err v2.11.0 |
1345 | 2024-06-21T21:01:07.024Z | Compiling openssl-probe v0.1.5 |
1346 | 2024-06-21T21:01:07.318Z | Compiling httpdate v1.0.3 |
1347 | 2024-06-21T21:01:07.607Z | Compiling tower-service v0.3.2 |
1348 | 2024-06-21T21:01:07.733Z | Compiling utf8parse v0.2.1 |
1349 | 2024-06-21T21:01:07.750Z | Compiling cpufeatures v0.2.12 |
1350 | 2024-06-21T21:01:07.854Z | Compiling anstyle v1.0.7 |
1351 | 2024-06-21T21:01:07.900Z | Compiling spin v0.5.2 |
1352 | 2024-06-21T21:01:08.086Z | Compiling gimli v0.28.1 |
1353 | 2024-06-21T21:01:08.146Z | Compiling stable_deref_trait v1.2.0 |
1354 | 2024-06-21T21:01:08.292Z | Compiling finl_unicode v1.2.0 |
1355 | 2024-06-21T21:01:08.882Z | Compiling stringprep v0.1.4 |
1356 | 2024-06-21T21:01:08.947Z | Compiling anstyle-parse v0.2.4 |
1357 | 2024-06-21T21:01:09.009Z | Compiling sha2 v0.10.8 |
1358 | 2024-06-21T21:01:09.809Z | Compiling hyper v0.14.28 |
1359 | 2024-06-21T21:01:09.858Z | Compiling url v2.5.0 |
1360 | 2024-06-21T21:01:12.721Z | Compiling addr2line v0.21.0 |
1361 | 2024-06-21T21:01:13.565Z | Compiling spki v0.7.3 |
1362 | 2024-06-21T21:01:14.488Z | Compiling usdt-macro v0.5.0 |
1363 | 2024-06-21T21:01:14.751Z | Compiling usdt-attr-macro v0.5.0 |
1364 | 2024-06-21T21:01:15.955Z | Compiling md-5 v0.10.6 |
1365 | 2024-06-21T21:01:19.078Z | Compiling idna v0.3.0 |
1366 | 2024-06-21T21:01:20.074Z | Compiling diesel_table_macro_syntax v0.1.0 |
1367 | 2024-06-21T21:01:20.327Z | Compiling num-integer v0.1.46 |
1368 | 2024-06-21T21:01:20.446Z | Compiling object v0.32.2 |
1369 | 2024-06-21T21:01:20.529Z | Compiling hash32 v0.2.1 |
1370 | 2024-06-21T21:01:24.098Z | Compiling fallible-iterator v0.2.0 |
1371 | 2024-06-21T21:01:24.848Z | Compiling rustc-demangle v0.1.24 |
1372 | 2024-06-21T21:01:25.919Z | Compiling colorchoice v1.0.1 |
1373 | 2024-06-21T21:01:26.078Z | Compiling is_terminal_polyfill v1.70.0 |
1374 | 2024-06-21T21:01:26.201Z | Compiling psl-types v2.0.11 |
1375 | 2024-06-21T21:01:26.396Z | Compiling anstyle-query v1.0.3 |
1376 | 2024-06-21T21:01:26.538Z | Compiling anstream v0.6.14 |
1377 | 2024-06-21T21:01:27.063Z | Compiling publicsuffix v2.2.3 |
1378 | 2024-06-21T21:01:28.149Z | Compiling postgres-protocol v0.6.6 |
1379 | 2024-06-21T21:01:29.027Z | Compiling lazy_static v1.4.0 |
1380 | 2024-06-21T21:01:30.282Z | Compiling diesel_derives v2.1.4 |
1381 | 2024-06-21T21:01:34.475Z | Compiling tokio-rustls v0.24.1 |
1382 | 2024-06-21T21:01:35.696Z | Compiling pkcs8 v0.10.2 |
1383 | 2024-06-21T21:01:36.141Z | Compiling terminal_size v0.3.0 |
1384 | 2024-06-21T21:01:36.234Z | Compiling tokio-native-tls v0.3.1 |
1385 | 2024-06-21T21:01:36.502Z | Compiling phf_shared v0.11.2 |
1386 | 2024-06-21T21:01:37.381Z | Compiling strum_macros v0.25.3 |
1387 | 2024-06-21T21:01:38.003Z | Compiling block-padding v0.3.3 |
1388 | 2024-06-21T21:01:38.228Z | Compiling regress v0.9.1 |
1389 | 2024-06-21T21:01:38.231Z | Compiling enum-as-inner v0.5.1 |
1390 | 2024-06-21T21:01:38.836Z | Compiling serde_repr v0.1.19 |
1391 | 2024-06-21T21:01:39.212Z | Compiling clap_derive v4.5.4 |
1392 | 2024-06-21T21:01:41.331Z | Compiling ff v0.13.0 |
1393 | 2024-06-21T21:01:41.581Z | Compiling scheduled-thread-pool v0.2.7 |
1394 | 2024-06-21T21:01:43.046Z | Compiling encoding_rs v0.8.34 |
1395 | 2024-06-21T21:01:43.196Z | Compiling managed v0.8.0 |
1396 | 2024-06-21T21:01:43.598Z | Compiling bit-vec v0.6.3 |
1397 | 2024-06-21T21:01:44.037Z | Compiling clap_lex v0.7.0 |
1398 | 2024-06-21T21:01:44.229Z | Compiling either v1.12.0 |
1399 | 2024-06-21T21:01:44.636Z | Compiling ipnet v2.9.0 |
1400 | 2024-06-21T21:01:45.265Z | Compiling mime v0.3.17 |
1401 | 2024-06-21T21:01:45.282Z | Compiling bitflags v1.3.2 |
1402 | 2024-06-21T21:01:45.387Z | Compiling matches v0.1.10 |
1403 | 2024-06-21T21:01:45.586Z | Compiling base16ct v0.2.0 |
1404 | 2024-06-21T21:01:45.883Z | Compiling sec1 v0.7.3 |
1405 | 2024-06-21T21:01:46.370Z | Compiling idna v0.2.3 |
1406 | 2024-06-21T21:01:46.739Z | Compiling clap_builder v4.5.2 |
1407 | 2024-06-21T21:01:47.812Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1408 | 2024-06-21T21:01:49.445Z | Compiling r2d2 v0.8.10 |
1409 | 2024-06-21T21:01:50.968Z | Compiling group v0.13.0 |
1410 | 2024-06-21T21:01:53.708Z | Compiling inout v0.1.3 |
1411 | 2024-06-21T21:01:54.064Z | Compiling phf v0.11.2 |
1412 | 2024-06-21T21:01:54.198Z | Compiling hyper-tls v0.5.0 |
1413 | 2024-06-21T21:01:54.229Z | Compiling signal-hook-mio v0.2.3 |
1414 | 2024-06-21T21:01:54.356Z | Compiling hyper-rustls v0.24.2 |
1415 | 2024-06-21T21:01:54.378Z | Compiling cookie_store v0.20.0 |
1416 | 2024-06-21T21:01:54.640Z | Compiling postgres-types v0.2.6 |
1417 | 2024-06-21T21:01:54.708Z | Compiling num-bigint v0.4.5 |
1418 | 2024-06-21T21:01:54.980Z | Compiling zerocopy v0.6.6 |
1419 | 2024-06-21T21:01:55.846Z | Compiling hubpack v0.1.2 |
1420 | 2024-06-21T21:01:55.891Z | Compiling rustls-pemfile v1.0.4 |
1421 | 2024-06-21T21:01:56.044Z | Compiling phf_shared v0.10.0 |
1422 | 2024-06-21T21:01:56.258Z | Compiling hkdf v0.12.4 |
1423 | 2024-06-21T21:01:56.273Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2024-06-21T21:01:56.491Z | Compiling crossbeam-epoch v0.9.18 |
1425 | 2024-06-21T21:01:56.814Z | Compiling ipnetwork v0.20.0 |
1426 | 2024-06-21T21:01:58.101Z | Compiling futures-executor v0.3.30 |
1427 | 2024-06-21T21:01:58.286Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-06-21T21:01:58.502Z | Compiling float-cmp v0.9.0 |
1429 | 2024-06-21T21:01:58.588Z | Compiling memmap v0.7.0 |
1430 | 2024-06-21T21:01:58.711Z | Compiling fixedbitset v0.4.2 |
1431 | 2024-06-21T21:01:58.916Z | Compiling predicates-core v1.0.6 |
1432 | 2024-06-21T21:01:59.103Z | Compiling static_assertions v1.1.0 |
1433 | 2024-06-21T21:01:59.208Z | Compiling data-encoding v2.6.0 |
1434 | 2024-06-21T21:02:00.715Z | Compiling unicode-segmentation v1.11.0 |
1435 | 2024-06-21T21:02:00.729Z | Compiling normalize-line-endings v0.3.0 |
1436 | 2024-06-21T21:02:00.851Z | Compiling whoami v1.5.1 |
1437 | 2024-06-21T21:02:01.412Z | Compiling precomputed-hash v0.1.1 |
1438 | 2024-06-21T21:02:01.534Z | Compiling difflib v0.4.0 |
1439 | 2024-06-21T21:02:01.606Z | Compiling minimal-lexical v0.2.1 |
1440 | 2024-06-21T21:02:01.837Z | Compiling new_debug_unreachable v1.0.6 |
1441 | 2024-06-21T21:02:01.903Z | Compiling winnow v0.6.8 |
1442 | 2024-06-21T21:02:01.936Z | Compiling sync_wrapper v0.1.2 |
1443 | 2024-06-21T21:02:02.058Z | Compiling webpki-roots v0.25.4 |
1444 | 2024-06-21T21:02:02.114Z | Compiling nom v7.1.3 |
1445 | 2024-06-21T21:02:02.130Z | Compiling string_cache v0.8.7 |
1446 | 2024-06-21T21:02:02.133Z | Compiling predicates v3.1.0 |
1447 | 2024-06-21T21:02:02.189Z | Compiling reqwest v0.11.27 |
1448 | 2024-06-21T21:02:02.816Z | Compiling similar v2.5.0 |
1449 | 2024-06-21T21:02:03.689Z | Compiling tokio-postgres v0.7.10 |
1450 | 2024-06-21T21:02:04.124Z | Compiling elliptic-curve v0.13.8 |
1451 | 2024-06-21T21:02:04.864Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1452 | 2024-06-21T21:02:04.908Z | Compiling trust-dns-proto v0.22.0 |
1453 | 2024-06-21T21:02:05.665Z | Compiling toml_edit v0.22.13 |
1454 | 2024-06-21T21:02:05.855Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1455 | 2024-06-21T21:02:08.327Z | Compiling petgraph v0.6.5 |
1456 | 2024-06-21T21:02:08.728Z | Compiling usdt v0.5.0 |
1457 | 2024-06-21T21:02:10.238Z | Compiling futures v0.3.30 |
1458 | 2024-06-21T21:02:10.359Z | Compiling diesel v2.1.6 |
1459 | 2024-06-21T21:02:10.780Z | Compiling yasna v0.5.2 |
1460 | 2024-06-21T21:02:12.440Z | Compiling crossterm v0.27.0 |
1461 | 2024-06-21T21:02:12.695Z | Compiling flate2 v1.0.30 |
1462 | 2024-06-21T21:02:12.745Z | Compiling cipher v0.4.4 |
1463 | 2024-06-21T21:02:13.166Z | Compiling clap v4.5.4 |
1464 | 2024-06-21T21:02:13.271Z | Compiling itertools v0.10.5 |
1465 | 2024-06-21T21:02:13.287Z | Compiling itertools v0.12.1 |
1466 | 2024-06-21T21:02:13.590Z | Compiling bit-set v0.5.3 |
1467 | 2024-06-21T21:02:13.865Z | Compiling console v0.15.8 |
1468 | 2024-06-21T21:02:14.929Z | Compiling num-iter v0.1.45 |
1469 | 2024-06-21T21:02:15.438Z | Compiling tokio-stream v0.1.15 |
1470 | 2024-06-21T21:02:15.758Z | Compiling toml v0.7.8 |
1471 | 2024-06-21T21:02:15.872Z | Compiling bstr v1.9.1 |
1472 | 2024-06-21T21:02:16.094Z | Compiling hex v0.4.3 |
1473 | 2024-06-21T21:02:16.784Z | Compiling lalrpop-util v0.19.12 |
1474 | 2024-06-21T21:02:17.035Z | Compiling peg-runtime v0.8.3 |
1475 | 2024-06-21T21:02:17.241Z | Compiling unicode-xid v0.2.4 |
1476 | 2024-06-21T21:02:17.420Z | Compiling proc-macro-crate v1.3.1 |
1477 | 2024-06-21T21:02:18.329Z | Compiling heapless v0.8.0 |
1478 | 2024-06-21T21:02:18.809Z | Compiling camino v1.1.7 |
1479 | 2024-06-21T21:02:21.810Z | Compiling num_enum_derive v0.5.11 |
1480 | 2024-06-21T21:02:26.145Z | Compiling hash32 v0.3.1 |
1481 | 2024-06-21T21:02:26.843Z | Compiling smoltcp v0.11.0 |
1482 | 2024-06-21T21:02:26.908Z | Compiling ident_case v1.0.1 |
1483 | 2024-06-21T21:02:27.261Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1484 | 2024-06-21T21:02:27.572Z | Compiling rustls-pki-types v1.7.0 |
1485 | 2024-06-21T21:02:33.820Z | Compiling darling_core v0.20.9 |
1486 | 2024-06-21T21:02:42.855Z | Compiling num_enum v0.5.11 |
1487 | 2024-06-21T21:02:44.576Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1488 | 2024-06-21T21:02:44.822Z | Compiling getopts v0.2.21 |
1489 | 2024-06-21T21:02:45.555Z | Compiling dirs-sys-next v0.1.2 |
1490 | 2024-06-21T21:02:46.104Z | Compiling proc-macro-error-attr v1.0.4 |
1491 | 2024-06-21T21:02:46.397Z | Compiling rustls v0.22.4 |
1492 | 2024-06-21T21:02:46.753Z | Compiling unsafe-libyaml v0.2.11 |
1493 | 2024-06-21T21:02:46.804Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1494 | 2024-06-21T21:02:47.128Z | Compiling cobs v0.2.3 |
1495 | 2024-06-21T21:02:47.175Z | Compiling paste v1.0.15 |
1496 | 2024-06-21T21:02:47.631Z | Compiling embedded-io v0.4.0 |
1497 | 2024-06-21T21:02:47.902Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1498 | 2024-06-21T21:02:48.190Z | Compiling serde_yaml v0.9.34+deprecated |
1499 | 2024-06-21T21:02:48.269Z | Compiling postcard v1.0.8 |
1500 | 2024-06-21T21:02:52.105Z | Compiling dirs-next v2.0.0 |
1501 | 2024-06-21T21:02:52.654Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1502 | 2024-06-21T21:02:54.995Z | Compiling darling_macro v0.20.9 |
1503 | 2024-06-21T21:02:57.073Z | Compiling rustls-webpki v0.102.4 |
1504 | 2024-06-21T21:03:03.493Z | Compiling strum_macros v0.26.2 |
1505 | 2024-06-21T21:03:05.172Z | Compiling foreign-types-macros v0.2.3 |
1506 | 2024-06-21T21:03:05.300Z | Compiling structmeta-derive v0.3.0 |
1507 | 2024-06-21T21:03:06.359Z | Compiling thread_local v1.1.8 |
1508 | 2024-06-21T21:03:06.375Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1509 | 2024-06-21T21:03:06.658Z | Compiling proc-macro-error v1.0.4 |
1510 | 2024-06-21T21:03:06.947Z | Compiling multer v3.1.0 |
1511 | 2024-06-21T21:03:07.068Z | Compiling foreign-types-shared v0.3.1 |
1512 | 2024-06-21T21:03:07.237Z | Compiling match_cfg v0.1.0 |
1513 | 2024-06-21T21:03:07.465Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1514 | 2024-06-21T21:03:08.317Z | Compiling slog-async v2.8.0 |
1515 | 2024-06-21T21:03:08.719Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1516 | 2024-06-21T21:03:09.685Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1517 | 2024-06-21T21:03:14.066Z | Compiling strum v0.26.2 |
1518 | 2024-06-21T21:03:14.470Z | Compiling structmeta v0.3.0 |
1519 | 2024-06-21T21:03:15.346Z | Compiling hostname v0.3.1 |
1520 | 2024-06-21T21:03:15.673Z | Compiling foreign-types v0.5.0 |
1521 | 2024-06-21T21:03:17.829Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1522 | 2024-06-21T21:03:21.598Z | Compiling darling v0.20.9 |
1523 | 2024-06-21T21:03:27.441Z | Compiling term v0.7.0 |
1524 | 2024-06-21T21:03:31.797Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1525 | 2024-06-21T21:03:33.314Z | Compiling slog-json v2.6.1 |
1526 | 2024-06-21T21:03:33.789Z | Compiling tabwriter v1.4.0 |
1527 | 2024-06-21T21:03:33.862Z | Compiling crossbeam-channel v0.5.12 |
1528 | 2024-06-21T21:03:34.590Z | Compiling http v1.1.0 |
1529 | 2024-06-21T21:03:35.539Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1530 | 2024-06-21T21:03:35.568Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1531 | 2024-06-21T21:03:35.739Z | Compiling async-stream-impl v0.3.5 |
1532 | 2024-06-21T21:03:35.853Z | Compiling cstr-argument v0.1.2 |
1533 | 2024-06-21T21:03:36.120Z | Compiling is-terminal v0.4.12 |
1534 | 2024-06-21T21:03:36.255Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1535 | 2024-06-21T21:03:36.319Z | Compiling base64 v0.22.1 |
1536 | 2024-06-21T21:03:36.536Z | Compiling crucible-workspace-hack v0.1.0 |
1537 | 2024-06-21T21:03:36.775Z | Compiling take_mut v0.2.2 |
1538 | 2024-06-21T21:03:36.790Z | Compiling atomic-waker v1.1.2 |
1539 | 2024-06-21T21:03:36.930Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1540 | 2024-06-21T21:03:36.950Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1541 | 2024-06-21T21:03:36.990Z | Compiling rayon-core v1.12.1 |
1542 | 2024-06-21T21:03:37.202Z | Compiling fastrand v2.1.0 |
1543 | 2024-06-21T21:03:37.247Z | Compiling pretty-hex v0.2.1 |
1544 | 2024-06-21T21:03:37.437Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1545 | 2024-06-21T21:03:37.531Z | Compiling async-stream v0.3.5 |
1546 | 2024-06-21T21:03:37.834Z | Compiling tempfile v3.10.1 |
1547 | 2024-06-21T21:03:37.863Z | Compiling waitgroup v0.1.2 |
1548 | 2024-06-21T21:03:38.159Z | Compiling rustls-pemfile v2.1.2 |
1549 | 2024-06-21T21:03:38.850Z | Compiling slog-term v2.9.1 |
1550 | 2024-06-21T21:03:39.256Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1551 | 2024-06-21T21:03:39.661Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1552 | 2024-06-21T21:03:39.918Z | Compiling slog-bunyan v2.5.0 |
1553 | 2024-06-21T21:03:40.293Z | Compiling tokio-rustls v0.25.0 |
1554 | 2024-06-21T21:03:40.769Z | Compiling serde_with_macros v3.8.1 |
1555 | 2024-06-21T21:03:40.821Z | Compiling parse-display-derive v0.9.0 |
1556 | 2024-06-21T21:03:41.044Z | Compiling toml v0.8.13 |
1557 | 2024-06-21T21:03:41.588Z | Compiling sha1 v0.10.6 |
1558 | 2024-06-21T21:03:41.729Z | Compiling crossbeam-deque v0.8.5 |
1559 | 2024-06-21T21:03:42.125Z | Compiling colored v2.1.0 |
1560 | 2024-06-21T21:03:42.394Z | Compiling newtype-uuid v1.1.0 |
1561 | 2024-06-21T21:03:42.739Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1562 | 2024-06-21T21:03:43.492Z | Compiling serde_path_to_error v0.1.16 |
1563 | 2024-06-21T21:03:43.521Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1564 | 2024-06-21T21:03:44.244Z | Compiling socket2 v0.4.10 |
1565 | 2024-06-21T21:03:44.491Z | Compiling hostname v0.4.0 |
1566 | 2024-06-21T21:03:44.780Z | Compiling instant v0.1.12 |
1567 | 2024-06-21T21:03:44.783Z | Compiling debug-ignore v1.0.5 |
1568 | 2024-06-21T21:03:44.944Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1569 | 2024-06-21T21:03:44.960Z | Compiling parse-display v0.9.0 |
1570 | 2024-06-21T21:03:45.312Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1571 | 2024-06-21T21:03:45.775Z | Compiling backoff v0.4.0 |
1572 | 2024-06-21T21:03:46.889Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1573 | 2024-06-21T21:03:47.103Z | Compiling serde_with v3.8.1 |
1574 | 2024-06-21T21:03:48.072Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1575 | 2024-06-21T21:03:48.559Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1576 | 2024-06-21T21:03:49.955Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1577 | 2024-06-21T21:03:51.686Z | Compiling camino-tempfile v1.1.1 |
1578 | 2024-06-21T21:03:51.754Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1579 | 2024-06-21T21:03:51.902Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1580 | 2024-06-21T21:03:52.094Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1581 | 2024-06-21T21:03:52.228Z | Compiling macaddr v1.0.1 |
1582 | 2024-06-21T21:03:52.419Z | Compiling num-derive v0.4.2 |
1583 | 2024-06-21T21:03:52.870Z | Compiling sigpipe v0.1.3 |
1584 | 2024-06-21T21:03:53.012Z | Compiling libefi-sys v0.1.0 |
1585 | 2024-06-21T21:03:53.308Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1586 | 2024-06-21T21:03:53.868Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1587 | 2024-06-21T21:03:54.190Z | Compiling rayon v1.10.0 |
1588 | 2024-06-21T21:03:54.756Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1589 | 2024-06-21T21:03:54.815Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1590 | 2024-06-21T21:03:55.979Z | Compiling smf v0.2.3 |
1591 | 2024-06-21T21:03:56.368Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1592 | 2024-06-21T21:03:56.719Z | Compiling ring v0.16.20 |
1593 | 2024-06-21T21:03:57.139Z | Compiling blake3 v1.5.1 |
1594 | 2024-06-21T21:03:57.686Z | Compiling portable-atomic v1.6.0 |
1595 | 2024-06-21T21:03:58.778Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1596 | 2024-06-21T21:03:58.795Z | Compiling xattr v1.3.1 |
1597 | 2024-06-21T21:03:59.049Z | Compiling memmap2 v0.9.4 |
1598 | 2024-06-21T21:03:59.099Z | Compiling filetime v0.2.23 |
1599 | 2024-06-21T21:03:59.445Z | Compiling untrusted v0.7.1 |
1600 | 2024-06-21T21:03:59.634Z | Compiling constant_time_eq v0.3.0 |
1601 | 2024-06-21T21:03:59.730Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1602 | 2024-06-21T21:03:59.839Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1603 | 2024-06-21T21:03:59.952Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1604 | 2024-06-21T21:04:00.000Z | Compiling same-file v1.0.6 |
1605 | 2024-06-21T21:04:00.108Z | Compiling arrayvec v0.7.4 |
1606 | 2024-06-21T21:04:00.261Z | Compiling arrayref v0.3.7 |
1607 | 2024-06-21T21:04:00.364Z | Compiling walkdir v2.5.0 |
1608 | 2024-06-21T21:04:01.878Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1609 | 2024-06-21T21:04:02.889Z | Compiling tar v0.4.40 |
1610 | 2024-06-21T21:04:03.280Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1611 | 2024-06-21T21:04:04.433Z | Compiling gethostname v0.4.3 |
1612 | 2024-06-21T21:04:04.731Z | Compiling number_prefix v0.4.0 |
1613 | 2024-06-21T21:04:05.003Z | Compiling topological-sort v0.2.2 |
1614 | 2024-06-21T21:04:05.277Z | Compiling indicatif v0.17.8 |
1615 | 2024-06-21T21:04:05.649Z | Compiling swrite v0.1.0 |
1616 | 2024-06-21T21:04:05.788Z | Compiling omicron-zone-package v0.11.0 |
1617 | 2024-06-21T21:04:10.735Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1618 | 2024-06-21T21:04:13.789Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1619 | 2024-06-21T21:04:14.928Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1620 | 2024-06-21T21:04:16.343Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1621 | 2024-06-21T21:04:34.472Z | Finished `release` profile [optimized] target(s) in 4m 28s |
1622 | 2024-06-21T21:04:34.589Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1623 | 2024-06-21T21:04:34.633Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1624 | 2024-06-21T21:04:34.636Z | Created new build target 'test' and set it as active |
1625 | 2024-06-21T21:04:34.636Z | |
1626 | 2024-06-21T21:04:34.636Z | real 4:28.479747295 |
1627 | 2024-06-21T21:04:34.636Z | user 30:07.802575210 |
1628 | 2024-06-21T21:04:34.636Z | sys 3:55.384443786 |
1629 | 2024-06-21T21:04:34.636Z | trap 0.878175196 |
1630 | 2024-06-21T21:04:34.636Z | tflt 2.728679274 |
1631 | 2024-06-21T21:04:34.636Z | dflt 1.252926744 |
1632 | 2024-06-21T21:04:34.636Z | kflt 0.001423219 |
1633 | 2024-06-21T21:04:34.636Z | lock 1:03:21.897647349 |
1634 | 2024-06-21T21:04:34.636Z | slp 1:25:09.132250135 |
1635 | 2024-06-21T21:04:34.636Z | lat 2:01.091755677 |
1636 | 2024-06-21T21:04:34.636Z | stop 2:53.744800145 |
1637 | 2024-06-21T21:04:34.636Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1638 | 2024-06-21T21:04:35.517Z | Finished `release` profile [optimized] target(s) in 0.82s |
1639 | 2024-06-21T21:04:35.556Z | Running `target/release/omicron-package -t test package` |
1640 | 2024-06-21T21:04:35.590Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1641 | 2024-06-21T21:04:36.516Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1642 | 2024-06-21T21:04:36.612Z | Compiling newline-converter v0.3.0 |
1643 | 2024-06-21T21:04:36.621Z | Compiling humantime v2.1.0 |
1644 | 2024-06-21T21:04:36.624Z | Compiling derive-where v1.2.7 |
1645 | 2024-06-21T21:04:36.642Z | Compiling convert_case v0.4.0 |
1646 | 2024-06-21T21:04:36.654Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1647 | 2024-06-21T21:04:36.657Z | Compiling password-hash v0.5.0 |
1648 | 2024-06-21T21:04:36.657Z | Compiling blake2 v0.10.6 |
1649 | 2024-06-21T21:04:36.757Z | Compiling expectorate v1.1.0 |
1650 | 2024-06-21T21:04:36.828Z | Compiling linked-hash-map v0.5.6 |
1651 | 2024-06-21T21:04:36.926Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1652 | 2024-06-21T21:04:37.213Z | Compiling argon2 v0.5.3 |
1653 | 2024-06-21T21:04:37.421Z | Compiling derive_more v0.99.17 |
1654 | 2024-06-21T21:04:37.434Z | Compiling lru-cache v0.1.2 |
1655 | 2024-06-21T21:04:37.646Z | Compiling semver v0.1.20 |
1656 | 2024-06-21T21:04:37.852Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1657 | 2024-06-21T21:04:38.221Z | Compiling rustc_version v0.1.7 |
1658 | 2024-06-21T21:04:38.482Z | Compiling home v0.5.9 |
1659 | 2024-06-21T21:04:38.641Z | Compiling newtype_derive v0.1.6 |
1660 | 2024-06-21T21:04:38.717Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1661 | 2024-06-21T21:04:38.981Z | Compiling slog-dtrace v0.3.0 |
1662 | 2024-06-21T21:04:39.123Z | Compiling steno v0.4.0 |
1663 | 2024-06-21T21:04:39.262Z | Compiling quick-error v1.2.3 |
1664 | 2024-06-21T21:04:39.416Z | Compiling resolv-conf v0.7.0 |
1665 | 2024-06-21T21:04:39.708Z | Compiling termcolor v1.4.1 |
1666 | 2024-06-21T21:04:39.915Z | Compiling trust-dns-resolver v0.22.0 |
1667 | 2024-06-21T21:04:41.046Z | Compiling utf-8 v0.7.6 |
1668 | 2024-06-21T21:04:41.403Z | Compiling num-rational v0.4.2 |
1669 | 2024-06-21T21:04:42.336Z | Compiling num-complex v0.4.6 |
1670 | 2024-06-21T21:04:43.334Z | Compiling radium v0.7.0 |
1671 | 2024-06-21T21:04:43.662Z | Compiling num v0.4.3 |
1672 | 2024-06-21T21:04:43.775Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1673 | 2024-06-21T21:04:43.789Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1674 | 2024-06-21T21:04:43.839Z | Compiling nibble_vec v0.1.0 |
1675 | 2024-06-21T21:04:44.057Z | Compiling endian-type v0.1.2 |
1676 | 2024-06-21T21:04:44.299Z | Compiling maybe-uninit v2.0.0 |
1677 | 2024-06-21T21:04:44.763Z | Compiling display-error-chain v0.2.0 |
1678 | 2024-06-21T21:04:44.777Z | Compiling tap v1.0.1 |
1679 | 2024-06-21T21:04:44.835Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1680 | 2024-06-21T21:04:44.976Z | Compiling wyz v0.5.1 |
1681 | 2024-06-21T21:04:45.013Z | Compiling radix_trie v0.2.1 |
1682 | 2024-06-21T21:04:45.897Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1683 | 2024-06-21T21:04:45.960Z | Compiling funty v2.0.0 |
1684 | 2024-06-21T21:04:46.324Z | Compiling num-bigint-dig v0.8.4 |
1685 | 2024-06-21T21:04:46.596Z | Compiling crc-catalog v2.4.0 |
1686 | 2024-06-21T21:04:46.744Z | Compiling packed_struct v0.10.1 |
1687 | 2024-06-21T21:04:47.168Z | Compiling bitvec v1.0.1 |
1688 | 2024-06-21T21:04:48.523Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1689 | 2024-06-21T21:04:49.506Z | Compiling crc v3.2.1 |
1690 | 2024-06-21T21:04:51.587Z | Compiling packed_struct_codegen v0.10.1 |
1691 | 2024-06-21T21:04:51.726Z | Compiling dirs-sys-next v0.1.2 |
1692 | 2024-06-21T21:04:52.250Z | Compiling indexmap v1.9.3 |
1693 | 2024-06-21T21:04:52.544Z | Compiling crunchy v0.2.2 |
1694 | 2024-06-21T21:04:52.985Z | Compiling cancel-safe-futures v0.1.5 |
1695 | 2024-06-21T21:04:53.322Z | Compiling nodrop v0.1.14 |
1696 | 2024-06-21T21:04:53.451Z | Compiling arc-swap v1.7.1 |
1697 | 2024-06-21T21:04:54.154Z | Compiling glob v0.3.1 |
1698 | 2024-06-21T21:04:54.992Z | Compiling clang-sys v1.7.0 |
1699 | 2024-06-21T21:04:55.643Z | Compiling slog-scope v4.4.0 |
1700 | 2024-06-21T21:04:56.301Z | Compiling array-init v0.0.4 |
1701 | 2024-06-21T21:04:56.655Z | Compiling dirs-next v2.0.0 |
1702 | 2024-06-21T21:04:56.845Z | Compiling smallvec v0.6.14 |
1703 | 2024-06-21T21:04:57.575Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1704 | 2024-06-21T21:04:58.377Z | Compiling pkcs1 v0.7.5 |
1705 | 2024-06-21T21:05:01.340Z | Compiling signature v2.2.0 |
1706 | 2024-06-21T21:05:01.495Z | Compiling fxhash v0.2.1 |
1707 | 2024-06-21T21:05:01.610Z | Compiling hashbrown v0.12.3 |
1708 | 2024-06-21T21:05:01.712Z | Compiling prettyplease v0.2.20 |
1709 | 2024-06-21T21:05:01.996Z | Compiling maplit v1.0.2 |
1710 | 2024-06-21T21:05:02.120Z | Compiling bitfield v0.14.0 |
1711 | 2024-06-21T21:05:02.401Z | Compiling tiny-keccak v2.0.2 |
1712 | 2024-06-21T21:05:02.427Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1713 | 2024-06-21T21:05:02.720Z | Compiling rsa v0.9.6 |
1714 | 2024-06-21T21:05:04.000Z | Compiling serde-hex v0.1.0 |
1715 | 2024-06-21T21:05:07.262Z | Compiling term v0.7.0 |
1716 | 2024-06-21T21:05:08.582Z | Compiling bzip2 v0.4.4 |
1717 | 2024-06-21T21:05:08.704Z | Compiling slog-stdlog v4.1.1 |
1718 | 2024-06-21T21:05:09.064Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1719 | 2024-06-21T21:05:09.085Z | Compiling env_logger v0.10.2 |
1720 | 2024-06-21T21:05:09.096Z | Compiling rayon-core v1.12.1 |
1721 | 2024-06-21T21:05:09.124Z | Compiling x509-cert v0.2.5 |
1722 | 2024-06-21T21:05:09.389Z | Compiling ron v0.8.1 |
1723 | 2024-06-21T21:05:09.580Z | Compiling crossbeam-deque v0.8.5 |
1724 | 2024-06-21T21:05:09.938Z | Compiling hashbrown v0.13.2 |
1725 | 2024-06-21T21:05:11.319Z | Compiling half v2.4.1 |
1726 | 2024-06-21T21:05:11.981Z | Compiling ciborium-io v0.2.2 |
1727 | 2024-06-21T21:05:12.118Z | Compiling fastrand v2.1.0 |
1728 | 2024-06-21T21:05:12.247Z | Compiling same-file v1.0.6 |
1729 | 2024-06-21T21:05:12.473Z | Compiling crc-any v2.5.0 |
1730 | 2024-06-21T21:05:12.608Z | Compiling tempfile v3.10.1 |
1731 | 2024-06-21T21:05:13.393Z | Compiling walkdir v2.5.0 |
1732 | 2024-06-21T21:05:13.410Z | Compiling ciborium-ll v0.2.2 |
1733 | 2024-06-21T21:05:13.924Z | Compiling object v0.30.4 |
1734 | 2024-06-21T21:05:14.061Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1735 | 2024-06-21T21:05:15.552Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1736 | 2024-06-21T21:05:17.407Z | Compiling zip v0.6.6 |
1737 | 2024-06-21T21:05:18.409Z | Compiling slog-envlogger v2.2.0 |
1738 | 2024-06-21T21:05:20.646Z | Compiling ascii-canvas v3.0.0 |
1739 | 2024-06-21T21:05:20.666Z | Compiling camino v1.1.7 |
1740 | 2024-06-21T21:05:20.733Z | Compiling ena v0.14.3 |
1741 | 2024-06-21T21:05:20.907Z | Compiling is-terminal v0.4.12 |
1742 | 2024-06-21T21:05:21.032Z | Compiling libloading v0.8.3 |
1743 | 2024-06-21T21:05:21.124Z | Compiling path-slash v0.1.5 |
1744 | 2024-06-21T21:05:21.140Z | Compiling bindgen v0.69.4 |
1745 | 2024-06-21T21:05:21.210Z | Compiling regex-syntax v0.6.29 |
1746 | 2024-06-21T21:05:21.348Z | Compiling diff v0.1.13 |
1747 | 2024-06-21T21:05:21.391Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1748 | 2024-06-21T21:05:21.921Z | Compiling blake3 v1.5.1 |
1749 | 2024-06-21T21:05:22.328Z | Compiling ring v0.16.20 |
1750 | 2024-06-21T21:05:24.950Z | Compiling lalrpop v0.19.12 |
1751 | 2024-06-21T21:05:27.144Z | Compiling rayon v1.10.0 |
1752 | 2024-06-21T21:05:27.317Z | Compiling ciborium v0.2.2 |
1753 | 2024-06-21T21:05:31.846Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1754 | 2024-06-21T21:05:32.249Z | Compiling tungstenite v0.21.0 |
1755 | 2024-06-21T21:05:32.770Z | Compiling which v4.4.2 |
1756 | 2024-06-21T21:05:32.956Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1757 | 2024-06-21T21:05:33.168Z | Compiling cexpr v0.6.0 |
1758 | 2024-06-21T21:05:33.171Z | Compiling xattr v1.3.1 |
1759 | 2024-06-21T21:05:33.313Z | Compiling memmap2 v0.9.4 |
1760 | 2024-06-21T21:05:33.433Z | Compiling atty v0.2.14 |
1761 | 2024-06-21T21:05:33.586Z | Compiling filetime v0.2.23 |
1762 | 2024-06-21T21:05:33.705Z | Compiling arrayvec v0.7.4 |
1763 | 2024-06-21T21:05:33.900Z | Compiling arrayref v0.3.7 |
1764 | 2024-06-21T21:05:34.000Z | Compiling untrusted v0.7.1 |
1765 | 2024-06-21T21:05:34.126Z | Compiling lazycell v1.3.0 |
1766 | 2024-06-21T21:05:34.186Z | Compiling constant_time_eq v0.3.0 |
1767 | 2024-06-21T21:05:34.298Z | Compiling rustc-hash v1.1.0 |
1768 | 2024-06-21T21:05:34.341Z | Compiling shlex v1.3.0 |
1769 | 2024-06-21T21:05:34.453Z | Compiling ref-cast v1.0.23 |
1770 | 2024-06-21T21:05:36.176Z | Compiling tar v0.4.40 |
1771 | 2024-06-21T21:05:37.343Z | Compiling tokio-tungstenite v0.21.0 |
1772 | 2024-06-21T21:05:37.623Z | Compiling camino-tempfile v1.1.1 |
1773 | 2024-06-21T21:05:37.907Z | Compiling toolchain_find v0.4.0 |
1774 | 2024-06-21T21:05:37.995Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1775 | 2024-06-21T21:05:38.036Z | Compiling derive_builder_core v0.20.0 |
1776 | 2024-06-21T21:05:38.268Z | Compiling headers-core v0.2.0 |
1777 | 2024-06-21T21:05:38.359Z | Compiling toml v0.8.13 |
1778 | 2024-06-21T21:05:38.428Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1779 | 2024-06-21T21:05:38.460Z | Compiling libsw v3.3.1 |
1780 | 2024-06-21T21:05:38.804Z | Compiling libxml v0.3.3 |
1781 | 2024-06-21T21:05:38.875Z | Compiling ref-cast-impl v1.0.23 |
1782 | 2024-06-21T21:05:39.149Z | Compiling owo-colors v4.0.0 |
1783 | 2024-06-21T21:05:39.891Z | Compiling linear-map v1.2.0 |
1784 | 2024-06-21T21:05:40.050Z | Compiling topological-sort v0.2.2 |
1785 | 2024-06-21T21:05:40.276Z | Compiling parking_lot_core v0.8.6 |
1786 | 2024-06-21T21:05:40.291Z | Compiling omicron-zone-package v0.11.0 |
1787 | 2024-06-21T21:05:40.317Z | Compiling derive_builder_macro v0.20.0 |
1788 | 2024-06-21T21:05:40.896Z | Compiling rustfmt-wrapper v0.2.1 |
1789 | 2024-06-21T21:05:41.136Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1790 | 2024-06-21T21:05:41.356Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1791 | 2024-06-21T21:05:41.442Z | Compiling headers v0.3.9 |
1792 | 2024-06-21T21:05:42.062Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1793 | 2024-06-21T21:05:45.308Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1794 | 2024-06-21T21:05:45.315Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1795 | 2024-06-21T21:05:45.444Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1796 | 2024-06-21T21:05:45.582Z | Compiling pem v3.0.4 |
1797 | 2024-06-21T21:05:45.708Z | Compiling strum_macros v0.24.3 |
1798 | 2024-06-21T21:05:47.145Z | Compiling async-recursion v1.1.1 |
1799 | 2024-06-21T21:05:48.658Z | Compiling unicase v2.7.0 |
1800 | 2024-06-21T21:05:48.815Z | Compiling cookie v0.18.1 |
1801 | 2024-06-21T21:05:48.855Z | Compiling samael v0.0.15 |
1802 | 2024-06-21T21:05:48.938Z | Compiling indoc v1.0.9 |
1803 | 2024-06-21T21:05:49.176Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1804 | 2024-06-21T21:05:49.870Z | Compiling derive_builder v0.20.0 |
1805 | 2024-06-21T21:05:51.448Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1806 | 2024-06-21T21:05:51.599Z | Compiling polar-core v0.27.3 |
1807 | 2024-06-21T21:05:52.717Z | Compiling oso-derive v0.27.3 |
1808 | 2024-06-21T21:05:52.720Z | Compiling impl-trait-for-tuples v0.2.2 |
1809 | 2024-06-21T21:05:54.609Z | Compiling quick-xml v0.31.0 |
1810 | 2024-06-21T21:05:55.207Z | Compiling vte_generate_state_changes v0.1.1 |
1811 | 2024-06-21T21:05:55.797Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1812 | 2024-06-21T21:05:56.099Z | Compiling buf-list v1.0.3 |
1813 | 2024-06-21T21:05:56.675Z | Compiling cfg_aliases v0.1.1 |
1814 | 2024-06-21T21:05:56.774Z | Compiling nix v0.28.0 |
1815 | 2024-06-21T21:05:56.823Z | Compiling vte v0.11.1 |
1816 | 2024-06-21T21:05:57.520Z | Compiling parking_lot v0.11.2 |
1817 | 2024-06-21T21:05:59.581Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1818 | 2024-06-21T21:06:00.668Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1819 | 2024-06-21T21:06:01.862Z | Compiling trust-dns-client v0.22.0 |
1820 | 2024-06-21T21:06:02.046Z | Compiling tungstenite v0.20.1 |
1821 | 2024-06-21T21:06:02.111Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1822 | 2024-06-21T21:06:02.380Z | Compiling fd-lock v4.0.2 |
1823 | 2024-06-21T21:06:02.587Z | Compiling const_format_proc_macros v0.2.32 |
1824 | 2024-06-21T21:06:04.595Z | Compiling bb8 v0.8.3 |
1825 | 2024-06-21T21:06:05.177Z | Compiling toml v0.5.11 |
1826 | 2024-06-21T21:06:05.297Z | Compiling pin-project-internal v1.1.5 |
1827 | 2024-06-21T21:06:07.274Z | Compiling memoffset v0.9.1 |
1828 | 2024-06-21T21:06:07.570Z | Compiling bytecount v0.6.8 |
1829 | 2024-06-21T21:06:07.864Z | Compiling papergrid v0.11.0 |
1830 | 2024-06-21T21:06:08.059Z | Compiling pin-project v1.1.5 |
1831 | 2024-06-21T21:06:08.338Z | Compiling trust-dns-server v0.22.1 |
1832 | 2024-06-21T21:06:12.740Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1833 | 2024-06-21T21:06:13.408Z | Compiling const_format v0.2.32 |
1834 | 2024-06-21T21:06:14.722Z | Compiling tokio-tungstenite v0.20.1 |
1835 | 2024-06-21T21:06:15.304Z | Compiling strip-ansi-escapes v0.2.0 |
1836 | 2024-06-21T21:06:16.078Z | Compiling oso v0.27.3 |
1837 | 2024-06-21T21:06:20.158Z | Compiling sled v0.34.7 |
1838 | 2024-06-21T21:06:31.220Z | Compiling tabled_derive v0.7.0 |
1839 | 2024-06-21T21:06:33.559Z | Compiling snafu-derive v0.8.2 |
1840 | 2024-06-21T21:06:34.431Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1841 | 2024-06-21T21:06:34.722Z | Compiling platforms v3.4.0 |
1842 | 2024-06-21T21:06:35.335Z | Compiling nu-ansi-term v0.50.0 |
1843 | 2024-06-21T21:06:36.631Z | Compiling reedline v0.31.0 |
1844 | 2024-06-21T21:06:38.681Z | Compiling snafu v0.8.2 |
1845 | 2024-06-21T21:06:39.610Z | Compiling curve25519-dalek v4.1.2 |
1846 | 2024-06-21T21:06:40.049Z | Compiling tabled v0.15.0 |
1847 | 2024-06-21T21:06:45.764Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1848 | 2024-06-21T21:06:46.885Z | Compiling env_logger v0.9.3 |
1849 | 2024-06-21T21:06:51.398Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1850 | 2024-06-21T21:06:53.785Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1851 | 2024-06-21T21:06:54.892Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1852 | 2024-06-21T21:06:55.371Z | Compiling globset v0.4.14 |
1853 | 2024-06-21T21:06:56.646Z | Compiling peg-macros v0.8.3 |
1854 | 2024-06-21T21:07:00.051Z | Compiling olpc-cjson v0.1.3 |
1855 | 2024-06-21T21:07:01.096Z | Compiling kstat-rs v0.2.3 |
1856 | 2024-06-21T21:07:01.226Z | Compiling bitstruct_derive v0.1.0 |
1857 | 2024-06-21T21:07:02.052Z | Compiling serde_plain v1.0.2 |
1858 | 2024-06-21T21:07:02.231Z | Compiling sqlparser_derive v0.2.2 |
1859 | 2024-06-21T21:07:02.487Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-06-21T21:07:02.581Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1861 | 2024-06-21T21:07:02.870Z | Compiling ascii v1.1.0 |
1862 | 2024-06-21T21:07:02.917Z | Compiling typed-path v0.7.1 |
1863 | 2024-06-21T21:07:03.230Z | Compiling signature v1.6.4 |
1864 | 2024-06-21T21:07:03.262Z | Compiling keccak v0.1.5 |
1865 | 2024-06-21T21:07:03.392Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1866 | 2024-06-21T21:07:03.664Z | Compiling unicode_categories v0.1.1 |
1867 | 2024-06-21T21:07:03.683Z | Compiling salty v0.2.0 |
1868 | 2024-06-21T21:07:04.040Z | Compiling sqlformat v0.2.3 |
1869 | 2024-06-21T21:07:04.115Z | Compiling sha3 v0.10.8 |
1870 | 2024-06-21T21:07:04.253Z | Compiling ed25519 v1.5.3 |
1871 | 2024-06-21T21:07:04.567Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1872 | 2024-06-21T21:07:07.037Z | Compiling tough v0.17.1 |
1873 | 2024-06-21T21:07:09.677Z | Compiling sqlparser v0.45.0 |
1874 | 2024-06-21T21:07:11.930Z | Compiling rustyline v14.0.0 |
1875 | 2024-06-21T21:07:15.079Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1876 | 2024-06-21T21:07:15.369Z | Compiling bitstruct v0.1.1 |
1877 | 2024-06-21T21:07:15.505Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1878 | 2024-06-21T21:07:24.225Z | Compiling peg v0.8.3 |
1879 | 2024-06-21T21:07:24.343Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-06-21T21:07:24.909Z | Compiling nix v0.27.1 |
1881 | 2024-06-21T21:07:25.270Z | Compiling mime_guess v2.0.4 |
1882 | 2024-06-21T21:07:28.040Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1883 | 2024-06-21T21:07:28.317Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1884 | 2024-06-21T21:07:30.124Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1885 | 2024-06-21T21:07:30.446Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-06-21T21:07:30.649Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-06-21T21:07:31.620Z | Compiling universal-hash v0.5.1 |
1888 | 2024-06-21T21:07:31.859Z | Compiling bcs v0.1.6 |
1889 | 2024-06-21T21:07:32.789Z | Compiling secrecy v0.8.0 |
1890 | 2024-06-21T21:07:32.873Z | Compiling thiserror-impl-no-std v2.0.2 |
1891 | 2024-06-21T21:07:33.047Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1892 | 2024-06-21T21:07:33.911Z | Compiling serde-big-array v0.5.1 |
1893 | 2024-06-21T21:07:34.187Z | Compiling erased-serde v0.3.31 |
1894 | 2024-06-21T21:07:35.665Z | Compiling serde_arrays v0.1.0 |
1895 | 2024-06-21T21:07:35.855Z | Compiling nanorand v0.7.0 |
1896 | 2024-06-21T21:07:36.007Z | Compiling curve25519-dalek-derive v0.1.1 |
1897 | 2024-06-21T21:07:36.622Z | Compiling highway v1.1.0 |
1898 | 2024-06-21T21:07:37.419Z | Compiling parse-size v1.0.0 |
1899 | 2024-06-21T21:07:37.708Z | Compiling opaque-debug v0.3.1 |
1900 | 2024-06-21T21:07:37.823Z | Compiling poly1305 v0.8.0 |
1901 | 2024-06-21T21:07:37.960Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1902 | 2024-06-21T21:07:43.107Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1903 | 2024-06-21T21:07:43.147Z | Compiling flume v0.11.0 |
1904 | 2024-06-21T21:07:43.921Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1905 | 2024-06-21T21:07:47.248Z | Compiling thiserror-no-std v2.0.2 |
1906 | 2024-06-21T21:07:47.741Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1907 | 2024-06-21T21:07:48.784Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1908 | 2024-06-21T21:08:03.066Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1909 | 2024-06-21T21:08:05.210Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1910 | 2024-06-21T21:08:05.489Z | Compiling chacha20 v0.9.1 |
1911 | 2024-06-21T21:08:05.942Z | Compiling signal-hook-tokio v0.3.1 |
1912 | 2024-06-21T21:08:06.155Z | Compiling heck v0.3.3 |
1913 | 2024-06-21T21:08:06.538Z | Compiling aead v0.5.2 |
1914 | 2024-06-21T21:08:06.884Z | Compiling castaway v0.2.2 |
1915 | 2024-06-21T21:08:07.071Z | Compiling rand_seeder v0.2.3 |
1916 | 2024-06-21T21:08:07.474Z | Compiling serde-big-array v0.4.1 |
1917 | 2024-06-21T21:08:07.687Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1918 | 2024-06-21T21:08:07.997Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1919 | 2024-06-21T21:08:09.014Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1920 | 2024-06-21T21:08:09.219Z | Compiling compact_str v0.7.1 |
1921 | 2024-06-21T21:08:09.367Z | Compiling chacha20poly1305 v0.10.1 |
1922 | 2024-06-21T21:08:09.596Z | Compiling zone_cfg_derive v0.1.2 |
1923 | 2024-06-21T21:08:10.748Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1924 | 2024-06-21T21:08:12.690Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-06-21T21:08:13.307Z | Compiling vsss-rs v3.3.4 |
1926 | 2024-06-21T21:08:17.763Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1927 | 2024-06-21T21:08:23.630Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1928 | 2024-06-21T21:08:24.240Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1929 | 2024-06-21T21:08:24.383Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1930 | 2024-06-21T21:08:24.658Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1931 | 2024-06-21T21:08:24.928Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1932 | 2024-06-21T21:08:26.384Z | Compiling lru v0.12.3 |
1933 | 2024-06-21T21:08:26.753Z | Compiling stability v0.2.0 |
1934 | 2024-06-21T21:08:27.157Z | Compiling corncobs v0.1.3 |
1935 | 2024-06-21T21:08:27.722Z | Compiling indoc v2.0.5 |
1936 | 2024-06-21T21:08:28.690Z | Compiling http-range v0.1.5 |
1937 | 2024-06-21T21:08:28.994Z | Compiling cassowary v0.3.0 |
1938 | 2024-06-21T21:08:29.242Z | Compiling base64 v0.13.1 |
1939 | 2024-06-21T21:08:29.469Z | Compiling ratatui v0.26.2 |
1940 | 2024-06-21T21:08:30.048Z | Compiling ron v0.7.1 |
1941 | 2024-06-21T21:08:32.795Z | Compiling hyper-staticfile v0.9.5 |
1942 | 2024-06-21T21:08:34.941Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1943 | 2024-06-21T21:08:35.500Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1944 | 2024-06-21T21:08:35.972Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1945 | 2024-06-21T21:08:36.235Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1946 | 2024-06-21T21:08:45.727Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-06-21T21:08:45.985Z | Compiling zone v0.1.8 |
1948 | 2024-06-21T21:08:46.405Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1949 | 2024-06-21T21:08:54.518Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1950 | 2024-06-21T21:08:55.984Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1951 | 2024-06-21T21:08:57.849Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1952 | 2024-06-21T21:08:58.827Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1953 | 2024-06-21T21:08:59.105Z | Compiling portpicker v0.1.1 |
1954 | 2024-06-21T21:08:59.622Z | Compiling csv-core v0.1.11 |
1955 | 2024-06-21T21:09:00.508Z | Compiling unicode-linebreak v0.1.5 |
1956 | 2024-06-21T21:09:01.041Z | Compiling smawk v0.3.2 |
1957 | 2024-06-21T21:09:01.300Z | Compiling textwrap v0.16.1 |
1958 | 2024-06-21T21:09:04.769Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1959 | 2024-06-21T21:09:05.056Z | Compiling csv v1.3.0 |
1960 | 2024-06-21T21:09:07.659Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1961 | 2024-06-21T21:09:11.352Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1962 | 2024-06-21T21:09:13.155Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1963 | 2024-06-21T21:09:16.476Z | Compiling rcgen v0.12.1 |
1964 | 2024-06-21T21:09:20.516Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1965 | 2024-06-21T21:09:20.993Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1966 | 2024-06-21T21:09:21.305Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1967 | 2024-06-21T21:09:27.012Z | Compiling atomicwrites v0.4.3 |
1968 | 2024-06-21T21:09:27.160Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1969 | 2024-06-21T21:09:27.544Z | Compiling fatfs v0.3.6 |
1970 | 2024-06-21T21:09:28.582Z | Compiling subprocess v0.2.9 |
1971 | 2024-06-21T21:09:30.384Z | Compiling rtoolbox v0.0.2 |
1972 | 2024-06-21T21:09:30.833Z | Compiling assert_matches v1.5.0 |
1973 | 2024-06-21T21:09:30.945Z | Compiling is_ci v1.2.0 |
1974 | 2024-06-21T21:09:31.149Z | Compiling supports-color v3.0.0 |
1975 | 2024-06-21T21:09:31.458Z | Compiling rpassword v7.3.1 |
1976 | 2024-06-21T21:09:31.561Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1977 | 2024-06-21T21:09:31.813Z | Compiling tui-tree-widget v0.19.0 |
1978 | 2024-06-21T21:09:31.875Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1979 | 2024-06-21T21:09:32.206Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
1980 | 2024-06-21T21:09:33.282Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
1981 | 2024-06-21T21:09:33.562Z | Compiling shell-words v1.1.0 |
1982 | 2024-06-21T21:09:33.742Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
1983 | 2024-06-21T21:09:34.020Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
1984 | 2024-06-21T21:09:38.653Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1985 | 2024-06-21T21:10:03.556Z | Compiling multimap v0.10.0 |
1986 | 2024-06-21T21:10:03.960Z | Compiling uzers v0.11.3 |
1987 | 2024-06-21T21:10:06.890Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
1988 | 2024-06-21T21:12:07.758Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
1989 | 2024-06-21T21:12:32.760Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1990 | 2024-06-21T21:18:48.850Z | Finished `release` profile [optimized] target(s) in 14m 13s |
1991 | 2024-06-21T21:20:28.037Z | |
1992 | 2024-06-21T21:20:28.040Z | real 15:53.396299207 |
1993 | 2024-06-21T21:20:28.040Z | user 1:43:37.504748032 |
1994 | 2024-06-21T21:20:28.040Z | sys 5:25.051009694 |
1995 | 2024-06-21T21:20:28.040Z | trap 2.366501323 |
1996 | 2024-06-21T21:20:28.040Z | tflt 2.075114366 |
1997 | 2024-06-21T21:20:28.040Z | dflt 2.927490988 |
1998 | 2024-06-21T21:20:28.040Z | kflt 0.017099222 |
1999 | 2024-06-21T21:20:28.040Z | lock 6:35:07.573977490 |
2000 | 2024-06-21T21:20:28.040Z | slp 4:06:00.657188125 |
2001 | 2024-06-21T21:20:28.040Z | lat 2:30.714882987 |
2002 | 2024-06-21T21:20:28.040Z | stop 1:44.645629698 |
2003 | 2024-06-21T21:20:28.040Z | + mapfile -t packages |
2004 | 2024-06-21T21:20:28.041Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2005 | 2024-06-21T21:20:28.918Z | Finished `release` profile [optimized] target(s) in 0.83s |
2006 | 2024-06-21T21:20:28.957Z | Running `target/release/omicron-package -t test list-outputs` |
2007 | 2024-06-21T21:20:28.993Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2008 | 2024-06-21T21:20:29.003Z | + ptime -m cargo build --locked --release -p xtask |
2009 | 2024-06-21T21:20:29.589Z | Compiling serde v1.0.203 |
2010 | 2024-06-21T21:20:29.592Z | Compiling bitflags v2.5.0 |
2011 | 2024-06-21T21:20:29.592Z | Compiling syn v2.0.64 |
2012 | 2024-06-21T21:20:29.683Z | Compiling scopeguard v1.2.0 |
2013 | 2024-06-21T21:20:29.686Z | Compiling bytes v1.6.0 |
2014 | 2024-06-21T21:20:29.686Z | Compiling smallvec v1.13.2 |
2015 | 2024-06-21T21:20:29.703Z | Compiling log v0.4.21 |
2016 | 2024-06-21T21:20:29.811Z | Compiling lock_api v0.4.12 |
2017 | 2024-06-21T21:20:30.155Z | Compiling parking_lot_core v0.9.10 |
2018 | 2024-06-21T21:20:30.199Z | Compiling serde_json v1.0.117 |
2019 | 2024-06-21T21:20:30.215Z | Compiling hashbrown v0.14.5 |
2020 | 2024-06-21T21:20:30.228Z | Compiling mio v0.8.11 |
2021 | 2024-06-21T21:20:30.320Z | Compiling libc v0.2.155 |
2022 | 2024-06-21T21:20:30.537Z | Compiling parking_lot v0.12.2 |
2023 | 2024-06-21T21:20:30.582Z | Compiling generic-array v0.14.7 |
2024 | 2024-06-21T21:20:30.876Z | Compiling slog v2.7.0 |
2025 | 2024-06-21T21:20:31.147Z | Compiling rustix v0.38.34 |
2026 | 2024-06-21T21:20:31.431Z | Compiling http v0.2.12 |
2027 | 2024-06-21T21:20:31.488Z | Compiling usdt-impl v0.5.0 |
2028 | 2024-06-21T21:20:31.705Z | Compiling indexmap v2.2.6 |
2029 | 2024-06-21T21:20:31.827Z | Compiling syn v1.0.109 |
2030 | 2024-06-21T21:20:31.883Z | Compiling time-macros v0.2.18 |
2031 | 2024-06-21T21:20:32.336Z | Compiling thread-id v4.2.1 |
2032 | 2024-06-21T21:20:32.426Z | Compiling tracing v0.1.40 |
2033 | 2024-06-21T21:20:33.153Z | Compiling crossbeam-utils v0.8.19 |
2034 | 2024-06-21T21:20:33.304Z | Compiling http-body v0.4.6 |
2035 | 2024-06-21T21:20:33.764Z | Compiling unicode-normalization v0.1.23 |
2036 | 2024-06-21T21:20:33.824Z | Compiling unicode-bidi v0.3.15 |
2037 | 2024-06-21T21:20:35.027Z | Compiling time v0.3.36 |
2038 | 2024-06-21T21:20:35.043Z | Compiling idna v0.5.0 |
2039 | 2024-06-21T21:20:35.754Z | Compiling crypto-common v0.1.6 |
2040 | 2024-06-21T21:20:35.970Z | Compiling block-buffer v0.10.4 |
2041 | 2024-06-21T21:20:36.215Z | Compiling terminal_size v0.3.0 |
2042 | 2024-06-21T21:20:36.441Z | Compiling fs-err v2.11.0 |
2043 | 2024-06-21T21:20:36.736Z | Compiling proc-macro-error v1.0.4 |
2044 | 2024-06-21T21:20:36.878Z | Compiling anyhow v1.0.86 |
2045 | 2024-06-21T21:20:37.372Z | Compiling clap_builder v4.5.2 |
2046 | 2024-06-21T21:20:37.594Z | Compiling crossbeam-channel v0.5.12 |
2047 | 2024-06-21T21:20:38.096Z | Compiling digest v0.10.7 |
2048 | 2024-06-21T21:20:38.315Z | Compiling url v2.5.0 |
2049 | 2024-06-21T21:20:38.522Z | Compiling xattr v1.3.1 |
2050 | 2024-06-21T21:20:38.843Z | Compiling slog-async v2.8.0 |
2051 | 2024-06-21T21:20:39.317Z | Compiling sha2 v0.10.8 |
2052 | 2024-06-21T21:20:39.674Z | Compiling tabled_derive v0.7.0 |
2053 | 2024-06-21T21:20:41.375Z | Compiling serde_derive v1.0.203 |
2054 | 2024-06-21T21:20:41.905Z | Compiling thiserror-impl v1.0.60 |
2055 | 2024-06-21T21:20:42.011Z | Compiling zerocopy-derive v0.7.34 |
2056 | 2024-06-21T21:20:42.449Z | Compiling futures-macro v0.3.30 |
2057 | 2024-06-21T21:20:43.945Z | Compiling tokio-macros v2.2.0 |
2058 | 2024-06-21T21:20:44.100Z | Compiling zerocopy v0.7.34 |
2059 | 2024-06-21T21:20:44.324Z | Compiling scroll_derive v0.12.0 |
2060 | 2024-06-21T21:20:44.416Z | Compiling futures-util v0.3.30 |
2061 | 2024-06-21T21:20:44.775Z | Compiling thiserror v1.0.60 |
2062 | 2024-06-21T21:20:44.934Z | Compiling pest v2.7.10 |
2063 | 2024-06-21T21:20:45.511Z | Compiling tokio v1.37.0 |
2064 | 2024-06-21T21:20:45.766Z | Compiling openssl-macros v0.1.1 |
2065 | 2024-06-21T21:20:45.887Z | Compiling scroll v0.12.0 |
2066 | 2024-06-21T21:20:46.488Z | Compiling openssl v0.10.64 |
2067 | 2024-06-21T21:20:46.523Z | Compiling goblin v0.8.2 |
2068 | 2024-06-21T21:20:47.754Z | Compiling pest_meta v2.7.10 |
2069 | 2024-06-21T21:20:51.575Z | Compiling pest_generator v2.7.10 |
2070 | 2024-06-21T21:20:53.433Z | Compiling pest_derive v2.7.10 |
2071 | 2024-06-21T21:20:54.200Z | Compiling dtrace-parser v0.2.0 |
2072 | 2024-06-21T21:20:56.107Z | Compiling tokio-util v0.7.11 |
2073 | 2024-06-21T21:20:58.221Z | Compiling h2 v0.3.26 |
2074 | 2024-06-21T21:21:01.579Z | Compiling dof v0.3.0 |
2075 | 2024-06-21T21:21:02.522Z | Compiling serde_tokenstream v0.2.0 |
2076 | 2024-06-21T21:21:02.556Z | Compiling toml_datetime v0.6.6 |
2077 | 2024-06-21T21:21:03.020Z | Compiling serde_spanned v0.6.6 |
2078 | 2024-06-21T21:21:03.271Z | Compiling native-tls v0.2.11 |
2079 | 2024-06-21T21:21:03.828Z | Compiling tokio-native-tls v0.3.1 |
2080 | 2024-06-21T21:21:04.141Z | Compiling hyper v0.14.28 |
2081 | 2024-06-21T21:21:04.355Z | Compiling toml_edit v0.22.13 |
2082 | 2024-06-21T21:21:10.606Z | Compiling hyper-tls v0.5.0 |
2083 | 2024-06-21T21:21:11.044Z | Compiling toml v0.8.13 |
2084 | 2024-06-21T21:21:11.627Z | Compiling usdt-macro v0.5.0 |
2085 | 2024-06-21T21:21:12.881Z | Compiling usdt-attr-macro v0.5.0 |
2086 | 2024-06-21T21:21:12.899Z | Compiling slog-json v2.6.1 |
2087 | 2024-06-21T21:21:13.123Z | Compiling camino v1.1.7 |
2088 | 2024-06-21T21:21:13.427Z | Compiling cargo-platform v0.1.8 |
2089 | 2024-06-21T21:21:14.250Z | Compiling semver v1.0.23 |
2090 | 2024-06-21T21:21:14.523Z | Compiling serde_urlencoded v0.7.1 |
2091 | 2024-06-21T21:21:14.526Z | Compiling futures-executor v0.3.30 |
2092 | 2024-06-21T21:21:15.193Z | Compiling clap_derive v4.5.4 |
2093 | 2024-06-21T21:21:15.613Z | Compiling strum_macros v0.26.2 |
2094 | 2024-06-21T21:21:15.828Z | Compiling reqwest v0.11.27 |
2095 | 2024-06-21T21:21:16.915Z | Compiling futures v0.3.30 |
2096 | 2024-06-21T21:21:17.049Z | Compiling cargo_metadata v0.18.1 |
2097 | 2024-06-21T21:21:18.125Z | Compiling usdt v0.5.0 |
2098 | 2024-06-21T21:21:19.641Z | Compiling slog-bunyan v2.5.0 |
2099 | 2024-06-21T21:21:19.914Z | Compiling cargo_toml v0.20.2 |
2100 | 2024-06-21T21:21:19.934Z | Compiling clap v4.5.4 |
2101 | 2024-06-21T21:21:20.063Z | Compiling macaddr v1.0.1 |
2102 | 2024-06-21T21:21:20.327Z | Compiling strum v0.26.2 |
2103 | 2024-06-21T21:21:20.528Z | Compiling tabled v0.15.0 |
2104 | 2024-06-21T21:21:20.693Z | Compiling tar v0.4.40 |
2105 | 2024-06-21T21:21:22.915Z | Compiling slog-term v2.9.1 |
2106 | 2024-06-21T21:21:26.478Z | Compiling md5 v0.7.0 |
2107 | 2024-06-21T21:21:36.999Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2108 | 2024-06-21T21:21:51.265Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2109 | 2024-06-21T21:21:51.359Z | |
2110 | 2024-06-21T21:21:51.362Z | real 1:22.362353482 |
2111 | 2024-06-21T21:21:51.362Z | user 8:57.525997398 |
2112 | 2024-06-21T21:21:51.362Z | sys 50.725041646 |
2113 | 2024-06-21T21:21:51.362Z | trap 0.249924861 |
2114 | 2024-06-21T21:21:51.362Z | tflt 0.486287475 |
2115 | 2024-06-21T21:21:51.363Z | dflt 0.258356952 |
2116 | 2024-06-21T21:21:51.363Z | kflt 0.000010010 |
2117 | 2024-06-21T21:21:51.363Z | lock 20:15.141148611 |
2118 | 2024-06-21T21:21:51.363Z | slp 22:39.043583776 |
2119 | 2024-06-21T21:21:51.363Z | lat 24.447409213 |
2120 | 2024-06-21T21:21:51.363Z | stop 24.811800739 |
2121 | 2024-06-21T21:21:51.363Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2122 | 2024-06-21T21:21:51.363Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2123 | 2024-06-21T21:21:51.363Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2124 | 2024-06-21T21:21:51.363Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2125 | 2024-06-21T21:21:51.363Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2126 | 2024-06-21T21:21:51.892Z | Downloading crates ... |
2127 | 2024-06-21T21:21:52.115Z | Downloaded internet-checksum v0.2.1 |
2128 | 2024-06-21T21:21:52.125Z | Downloaded ed25519-dalek v2.1.1 |
2129 | 2024-06-21T21:21:52.128Z | Downloaded bcrypt-pbkdf v0.10.0 |
2130 | 2024-06-21T21:21:52.131Z | Downloaded option-ext v0.2.0 |
2131 | 2024-06-21T21:21:52.133Z | Downloaded rand_core v0.5.1 |
2132 | 2024-06-21T21:21:52.136Z | Downloaded ghash v0.5.1 |
2133 | 2024-06-21T21:21:52.136Z | Downloaded dirs v5.0.1 |
2134 | 2024-06-21T21:21:52.142Z | Downloaded russh-cryptovec v0.7.2 |
2135 | 2024-06-21T21:21:52.145Z | Downloaded dhcproto-macros v0.1.0 |
2136 | 2024-06-21T21:21:52.145Z | Downloaded primeorder v0.13.6 |
2137 | 2024-06-21T21:21:52.145Z | Downloaded rand_chacha v0.2.2 |
2138 | 2024-06-21T21:21:52.148Z | Downloaded pbkdf2 v0.12.2 |
2139 | 2024-06-21T21:21:52.148Z | Downloaded polyval v0.6.2 |
2140 | 2024-06-21T21:21:52.150Z | Downloaded blowfish v0.9.1 |
2141 | 2024-06-21T21:21:52.150Z | Downloaded pbkdf2 v0.11.0 |
2142 | 2024-06-21T21:21:52.153Z | Downloaded hex-literal v0.4.1 |
2143 | 2024-06-21T21:21:52.153Z | Downloaded ecdsa v0.16.9 |
2144 | 2024-06-21T21:21:52.155Z | Downloaded ed25519 v2.2.3 |
2145 | 2024-06-21T21:21:52.158Z | Downloaded password-hash v0.4.2 |
2146 | 2024-06-21T21:21:52.158Z | Downloaded dirs-sys v0.4.1 |
2147 | 2024-06-21T21:21:52.160Z | Downloaded rfc6979 v0.4.0 |
2148 | 2024-06-21T21:21:52.160Z | Downloaded getrandom v0.1.16 |
2149 | 2024-06-21T21:21:52.163Z | Downloaded cbc v0.1.2 |
2150 | 2024-06-21T21:21:52.163Z | Downloaded ctr v0.9.2 |
2151 | 2024-06-21T21:21:52.166Z | Downloaded russh-keys v0.43.0 |
2152 | 2024-06-21T21:21:52.169Z | Downloaded p256 v0.13.2 |
2153 | 2024-06-21T21:21:52.172Z | Downloaded dhcproto v0.11.0 |
2154 | 2024-06-21T21:21:52.180Z | Downloaded russh v0.43.0 |
2155 | 2024-06-21T21:21:52.185Z | Downloaded rand v0.7.3 |
2156 | 2024-06-21T21:21:52.190Z | Downloaded p521 v0.13.3 |
2157 | 2024-06-21T21:21:52.194Z | Downloaded aes v0.8.4 |
2158 | 2024-06-21T21:21:52.197Z | Downloaded aes-gcm v0.10.3 |
2159 | 2024-06-21T21:21:52.332Z | Compiling serde v1.0.203 |
2160 | 2024-06-21T21:21:52.335Z | Compiling log v0.4.21 |
2161 | 2024-06-21T21:21:52.440Z | Compiling scopeguard v1.2.0 |
2162 | 2024-06-21T21:21:52.440Z | Compiling smallvec v1.13.2 |
2163 | 2024-06-21T21:21:52.443Z | Compiling syn v2.0.64 |
2164 | 2024-06-21T21:21:52.443Z | Compiling getrandom v0.2.14 |
2165 | 2024-06-21T21:21:52.445Z | Compiling generic-array v0.14.7 |
2166 | 2024-06-21T21:21:52.445Z | Compiling libm v0.2.8 |
2167 | 2024-06-21T21:21:52.613Z | Compiling lock_api v0.4.12 |
2168 | 2024-06-21T21:21:52.772Z | Compiling rand_core v0.6.4 |
2169 | 2024-06-21T21:21:52.845Z | Compiling parking_lot_core v0.9.10 |
2170 | 2024-06-21T21:21:52.885Z | Compiling num-traits v0.2.19 |
2171 | 2024-06-21T21:21:52.913Z | Compiling subtle v2.5.0 |
2172 | 2024-06-21T21:21:52.982Z | Compiling mio v0.8.11 |
2173 | 2024-06-21T21:21:53.077Z | Compiling ahash v0.8.11 |
2174 | 2024-06-21T21:21:53.240Z | Compiling parking_lot v0.12.2 |
2175 | 2024-06-21T21:21:53.277Z | Compiling serde_json v1.0.117 |
2176 | 2024-06-21T21:21:53.378Z | Compiling allocator-api2 v0.2.18 |
2177 | 2024-06-21T21:21:53.462Z | Compiling const-oid v0.9.6 |
2178 | 2024-06-21T21:21:53.488Z | Compiling iana-time-zone v0.1.60 |
2179 | 2024-06-21T21:21:53.632Z | Compiling syn v1.0.109 |
2180 | 2024-06-21T21:21:54.129Z | Compiling unicode-normalization v0.1.23 |
2181 | 2024-06-21T21:21:54.235Z | Compiling schemars v0.8.20 |
2182 | 2024-06-21T21:21:54.278Z | Compiling unicode-bidi v0.3.15 |
2183 | 2024-06-21T21:21:54.345Z | Compiling dyn-clone v1.0.17 |
2184 | 2024-06-21T21:21:54.562Z | Compiling spin v0.9.8 |
2185 | 2024-06-21T21:21:54.607Z | Compiling ppv-lite86 v0.2.17 |
2186 | 2024-06-21T21:21:55.026Z | Compiling time-macros v0.2.18 |
2187 | 2024-06-21T21:21:55.245Z | Compiling ring v0.17.8 |
2188 | 2024-06-21T21:21:55.413Z | Compiling rand_chacha v0.3.1 |
2189 | 2024-06-21T21:21:55.468Z | Compiling aho-corasick v1.1.3 |
2190 | 2024-06-21T21:21:55.890Z | Compiling regex-syntax v0.8.3 |
2191 | 2024-06-21T21:21:56.130Z | Compiling rand v0.8.5 |
2192 | 2024-06-21T21:21:57.777Z | Compiling idna v0.5.0 |
2193 | 2024-06-21T21:21:58.287Z | Compiling slog v2.7.0 |
2194 | 2024-06-21T21:21:58.554Z | Compiling time v0.3.36 |
2195 | 2024-06-21T21:21:58.879Z | Compiling url v2.5.0 |
2196 | 2024-06-21T21:21:59.316Z | Compiling regex-automata v0.4.6 |
2197 | 2024-06-21T21:21:59.350Z | Compiling spin v0.5.2 |
2198 | 2024-06-21T21:21:59.583Z | Compiling untrusted v0.9.0 |
2199 | 2024-06-21T21:22:00.864Z | Compiling serde_derive_internals v0.29.1 |
2200 | 2024-06-21T21:22:02.092Z | Compiling lazy_static v1.4.0 |
2201 | 2024-06-21T21:22:02.218Z | Compiling backtrace v0.3.71 |
2202 | 2024-06-21T21:22:02.523Z | Compiling gimli v0.28.1 |
2203 | 2024-06-21T21:22:02.678Z | Compiling object v0.32.2 |
2204 | 2024-06-21T21:22:03.760Z | Compiling rustc-demangle v0.1.24 |
2205 | 2024-06-21T21:22:03.764Z | Compiling anyhow v1.0.86 |
2206 | 2024-06-21T21:22:04.124Z | Compiling rustls v0.21.12 |
2207 | 2024-06-21T21:22:04.384Z | Compiling winnow v0.5.40 |
2208 | 2024-06-21T21:22:04.552Z | Compiling regex v1.10.4 |
2209 | 2024-06-21T21:22:04.716Z | Compiling base64ct v1.6.0 |
2210 | 2024-06-21T21:22:05.347Z | Compiling crossbeam-utils v0.8.19 |
2211 | 2024-06-21T21:22:05.716Z | Compiling sct v0.7.1 |
2212 | 2024-06-21T21:22:06.015Z | Compiling rustls-webpki v0.101.7 |
2213 | 2024-06-21T21:22:06.039Z | Compiling cookie v0.17.0 |
2214 | 2024-06-21T21:22:07.463Z | Compiling serde_derive v1.0.203 |
2215 | 2024-06-21T21:22:07.518Z | Compiling zeroize_derive v1.4.2 |
2216 | 2024-06-21T21:22:07.701Z | Compiling thiserror-impl v1.0.60 |
2217 | 2024-06-21T21:22:07.999Z | Compiling zerocopy-derive v0.7.34 |
2218 | 2024-06-21T21:22:08.302Z | Compiling tokio-macros v2.2.0 |
2219 | 2024-06-21T21:22:09.148Z | Compiling futures-macro v0.3.30 |
2220 | 2024-06-21T21:22:09.164Z | Compiling zeroize v1.7.0 |
2221 | 2024-06-21T21:22:10.037Z | Compiling schemars_derive v0.8.20 |
2222 | 2024-06-21T21:22:10.158Z | Compiling tracing-attributes v0.1.27 |
2223 | 2024-06-21T21:22:10.348Z | Compiling zerocopy v0.7.34 |
2224 | 2024-06-21T21:22:11.189Z | Compiling crypto-common v0.1.6 |
2225 | 2024-06-21T21:22:11.228Z | Compiling thiserror v1.0.60 |
2226 | 2024-06-21T21:22:11.380Z | Compiling block-buffer v0.10.4 |
2227 | 2024-06-21T21:22:11.417Z | Compiling futures-util v0.3.30 |
2228 | 2024-06-21T21:22:11.435Z | Compiling async-trait v0.1.80 |
2229 | 2024-06-21T21:22:11.636Z | Compiling digest v0.10.7 |
2230 | 2024-06-21T21:22:12.152Z | Compiling addr2line v0.21.0 |
2231 | 2024-06-21T21:22:12.663Z | Compiling hashbrown v0.14.5 |
2232 | 2024-06-21T21:22:12.793Z | Compiling openssl-macros v0.1.1 |
2233 | 2024-06-21T21:22:13.583Z | Compiling pest v2.7.10 |
2234 | 2024-06-21T21:22:14.105Z | Compiling tracing v0.1.40 |
2235 | 2024-06-21T21:22:14.325Z | Compiling idna v0.3.0 |
2236 | 2024-06-21T21:22:14.407Z | Compiling data-encoding v2.6.0 |
2237 | 2024-06-21T21:22:14.632Z | Compiling psl-types v2.0.11 |
2238 | 2024-06-21T21:22:14.901Z | Compiling hmac v0.12.1 |
2239 | 2024-06-21T21:22:15.153Z | Compiling scroll_derive v0.12.0 |
2240 | 2024-06-21T21:22:16.006Z | Compiling publicsuffix v2.2.3 |
2241 | 2024-06-21T21:22:16.260Z | Compiling pest_meta v2.7.10 |
2242 | 2024-06-21T21:22:16.552Z | Compiling webpki-roots v0.25.4 |
2243 | 2024-06-21T21:22:16.716Z | Compiling bitflags v1.3.2 |
2244 | 2024-06-21T21:22:16.743Z | Compiling scroll v0.12.0 |
2245 | 2024-06-21T21:22:16.822Z | Compiling block-padding v0.3.3 |
2246 | 2024-06-21T21:22:16.965Z | Compiling der_derive v0.7.2 |
2247 | 2024-06-21T21:22:17.056Z | Compiling futures-executor v0.3.30 |
2248 | 2024-06-21T21:22:17.318Z | Compiling futures v0.3.30 |
2249 | 2024-06-21T21:22:17.445Z | Compiling pest_generator v2.7.10 |
2250 | 2024-06-21T21:22:17.515Z | Compiling goblin v0.8.2 |
2251 | 2024-06-21T21:22:17.542Z | Compiling pem-rfc7468 v0.7.0 |
2252 | 2024-06-21T21:22:17.638Z | Compiling flagset v0.4.5 |
2253 | 2024-06-21T21:22:17.852Z | Compiling inout v0.1.3 |
2254 | 2024-06-21T21:22:18.135Z | Compiling cipher v0.4.4 |
2255 | 2024-06-21T21:22:18.305Z | Compiling sha2 v0.10.8 |
2256 | 2024-06-21T21:22:18.671Z | Compiling either v1.12.0 |
2257 | 2024-06-21T21:22:19.097Z | Compiling ff v0.13.0 |
2258 | 2024-06-21T21:22:19.306Z | Compiling base16ct v0.2.0 |
2259 | 2024-06-21T21:22:19.577Z | Compiling der v0.7.9 |
2260 | 2024-06-21T21:22:19.603Z | Compiling stable_deref_trait v1.2.0 |
2261 | 2024-06-21T21:22:19.642Z | Compiling group v0.13.0 |
2262 | 2024-06-21T21:22:19.742Z | Compiling hkdf v0.12.4 |
2263 | 2024-06-21T21:22:19.990Z | Compiling crypto-bigint v0.5.5 |
2264 | 2024-06-21T21:22:20.015Z | Compiling crossbeam-epoch v0.9.18 |
2265 | 2024-06-21T21:22:20.834Z | Compiling num-integer v0.1.46 |
2266 | 2024-06-21T21:22:21.640Z | Compiling pest_derive v2.7.10 |
2267 | 2024-06-21T21:22:21.657Z | Compiling managed v0.8.0 |
2268 | 2024-06-21T21:22:21.802Z | Compiling spki v0.7.3 |
2269 | 2024-06-21T21:22:22.105Z | Compiling pkcs8 v0.10.2 |
2270 | 2024-06-21T21:22:22.191Z | Compiling unicode-segmentation v1.11.0 |
2271 | 2024-06-21T21:22:22.436Z | Compiling bytes v1.6.0 |
2272 | 2024-06-21T21:22:22.638Z | Compiling indexmap v2.2.6 |
2273 | 2024-06-21T21:22:22.992Z | Compiling chrono v0.4.38 |
2274 | 2024-06-21T21:22:23.027Z | Compiling uuid v1.8.0 |
2275 | 2024-06-21T21:22:23.579Z | Compiling tokio v1.37.0 |
2276 | 2024-06-21T21:22:23.765Z | Compiling bitflags v2.5.0 |
2277 | 2024-06-21T21:22:24.070Z | Compiling semver v1.0.23 |
2278 | 2024-06-21T21:22:24.220Z | Compiling http v0.2.12 |
2279 | 2024-06-21T21:22:24.486Z | Compiling serde_tokenstream v0.2.0 |
2280 | 2024-06-21T21:22:24.908Z | Compiling toml_datetime v0.6.6 |
2281 | 2024-06-21T21:22:25.082Z | Compiling serde_spanned v0.6.6 |
2282 | 2024-06-21T21:22:25.436Z | Compiling toml_edit v0.19.15 |
2283 | 2024-06-21T21:22:25.852Z | Compiling http-body v0.4.6 |
2284 | 2024-06-21T21:22:26.106Z | Compiling openssl v0.10.64 |
2285 | 2024-06-21T21:22:26.354Z | Compiling rustix v0.38.34 |
2286 | 2024-06-21T21:22:26.840Z | Compiling serde_urlencoded v0.7.1 |
2287 | 2024-06-21T21:22:26.894Z | Compiling cookie_store v0.20.0 |
2288 | 2024-06-21T21:22:27.381Z | Compiling openapiv3 v2.0.0 |
2289 | 2024-06-21T21:22:28.262Z | Compiling rustc_version v0.4.0 |
2290 | 2024-06-21T21:22:28.468Z | Compiling dof v0.3.0 |
2291 | 2024-06-21T21:22:29.024Z | Compiling dtrace-parser v0.2.0 |
2292 | 2024-06-21T21:22:29.327Z | Compiling sec1 v0.7.3 |
2293 | 2024-06-21T21:22:29.434Z | Compiling toml v0.7.8 |
2294 | 2024-06-21T21:22:29.929Z | Compiling usdt-impl v0.5.0 |
2295 | 2024-06-21T21:22:30.856Z | Compiling elliptic-curve v0.13.8 |
2296 | 2024-06-21T21:22:31.200Z | Compiling ipnetwork v0.20.0 |
2297 | 2024-06-21T21:22:31.337Z | Compiling toml_edit v0.22.13 |
2298 | 2024-06-21T21:22:31.609Z | Compiling tokio-util v0.7.11 |
2299 | 2024-06-21T21:22:31.670Z | Compiling tokio-rustls v0.24.1 |
2300 | 2024-06-21T21:22:31.744Z | Compiling usdt-macro v0.5.0 |
2301 | 2024-06-21T21:22:32.073Z | Compiling native-tls v0.2.11 |
2302 | 2024-06-21T21:22:32.112Z | Compiling usdt-attr-macro v0.5.0 |
2303 | 2024-06-21T21:22:32.712Z | Compiling h2 v0.3.26 |
2304 | 2024-06-21T21:22:32.992Z | Compiling tokio-native-tls v0.3.1 |
2305 | 2024-06-21T21:22:33.276Z | Compiling hex v0.4.3 |
2306 | 2024-06-21T21:22:33.279Z | Compiling matches v0.1.10 |
2307 | 2024-06-21T21:22:33.387Z | Compiling idna v0.2.3 |
2308 | 2024-06-21T21:22:33.733Z | Compiling enum-as-inner v0.5.1 |
2309 | 2024-06-21T21:22:33.812Z | Compiling usdt v0.5.0 |
2310 | 2024-06-21T21:22:33.870Z | Compiling siphasher v0.3.11 |
2311 | 2024-06-21T21:22:34.265Z | Compiling bit-vec v0.6.3 |
2312 | 2024-06-21T21:22:34.314Z | Compiling heapless v0.7.17 |
2313 | 2024-06-21T21:22:34.769Z | Compiling terminal_size v0.3.0 |
2314 | 2024-06-21T21:22:34.786Z | Compiling num-bigint v0.4.5 |
2315 | 2024-06-21T21:22:34.828Z | Compiling trust-dns-proto v0.22.0 |
2316 | 2024-06-21T21:22:34.894Z | Compiling regress v0.9.1 |
2317 | 2024-06-21T21:22:34.981Z | Compiling signal-hook v0.3.17 |
2318 | 2024-06-21T21:22:35.001Z | Compiling finl_unicode v1.2.0 |
2319 | 2024-06-21T21:22:35.263Z | Compiling clap_builder v4.5.2 |
2320 | 2024-06-21T21:22:35.561Z | Compiling stringprep v0.1.4 |
2321 | 2024-06-21T21:22:36.956Z | Compiling itertools v0.10.5 |
2322 | 2024-06-21T21:22:39.151Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2323 | 2024-06-21T21:22:39.874Z | Compiling hyper v0.14.28 |
2324 | 2024-06-21T21:22:40.176Z | Compiling yasna v0.5.2 |
2325 | 2024-06-21T21:22:40.193Z | Compiling md-5 v0.10.6 |
2326 | 2024-06-21T21:22:40.467Z | Compiling clap_derive v4.5.4 |
2327 | 2024-06-21T21:22:42.155Z | Compiling hash32 v0.2.1 |
2328 | 2024-06-21T21:22:42.547Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2329 | 2024-06-21T21:22:43.362Z | Compiling smoltcp v0.9.1 |
2330 | 2024-06-21T21:22:43.396Z | Compiling fallible-iterator v0.2.0 |
2331 | 2024-06-21T21:22:44.092Z | Compiling postgres-protocol v0.6.6 |
2332 | 2024-06-21T21:22:44.871Z | Compiling phf_shared v0.11.2 |
2333 | 2024-06-21T21:22:44.974Z | Compiling tokio-stream v0.1.15 |
2334 | 2024-06-21T21:22:45.200Z | Compiling hubpack_derive v0.1.1 |
2335 | 2024-06-21T21:22:45.276Z | Compiling zerocopy-derive v0.6.6 |
2336 | 2024-06-21T21:22:45.504Z | Compiling diesel_table_macro_syntax v0.1.0 |
2337 | 2024-06-21T21:22:45.695Z | Compiling scheduled-thread-pool v0.2.7 |
2338 | 2024-06-21T21:22:45.744Z | Compiling clap v4.5.4 |
2339 | 2024-06-21T21:22:45.859Z | Compiling fs-err v2.11.0 |
2340 | 2024-06-21T21:22:45.921Z | Compiling fixedbitset v0.4.2 |
2341 | 2024-06-21T21:22:45.982Z | Compiling diesel_derives v2.1.4 |
2342 | 2024-06-21T21:22:46.099Z | Compiling hubpack v0.1.2 |
2343 | 2024-06-21T21:22:46.272Z | Compiling petgraph v0.6.5 |
2344 | 2024-06-21T21:22:46.303Z | Compiling r2d2 v0.8.10 |
2345 | 2024-06-21T21:22:46.357Z | Compiling phf v0.11.2 |
2346 | 2024-06-21T21:22:46.562Z | Compiling hyper-rustls v0.24.2 |
2347 | 2024-06-21T21:22:46.661Z | Compiling hyper-tls v0.5.0 |
2348 | 2024-06-21T21:22:46.661Z | Compiling postgres-types v0.2.6 |
2349 | 2024-06-21T21:22:46.938Z | Compiling reqwest v0.11.27 |
2350 | 2024-06-21T21:22:47.529Z | Compiling zerocopy v0.6.6 |
2351 | 2024-06-21T21:22:48.271Z | Compiling signal-hook-mio v0.2.3 |
2352 | 2024-06-21T21:22:48.442Z | Compiling phf_shared v0.10.0 |
2353 | 2024-06-21T21:22:48.666Z | Compiling similar v2.5.0 |
2354 | 2024-06-21T21:22:48.862Z | Compiling num-iter v0.1.45 |
2355 | 2024-06-21T21:22:49.056Z | Compiling strum_macros v0.25.3 |
2356 | 2024-06-21T21:22:49.153Z | Compiling serde_repr v0.1.19 |
2357 | 2024-06-21T21:22:49.968Z | Compiling console v0.15.8 |
2358 | 2024-06-21T21:22:50.277Z | Compiling getopts v0.2.21 |
2359 | 2024-06-21T21:22:50.400Z | Compiling float-cmp v0.9.0 |
2360 | 2024-06-21T21:22:50.637Z | Compiling whoami v1.5.1 |
2361 | 2024-06-21T21:22:51.171Z | Compiling difflib v0.4.0 |
2362 | 2024-06-21T21:22:51.291Z | Compiling static_assertions v1.1.0 |
2363 | 2024-06-21T21:22:51.312Z | Compiling minimal-lexical v0.2.1 |
2364 | 2024-06-21T21:22:51.396Z | Compiling new_debug_unreachable v1.0.6 |
2365 | 2024-06-21T21:22:51.503Z | Compiling normalize-line-endings v0.3.0 |
2366 | 2024-06-21T21:22:51.551Z | Compiling precomputed-hash v0.1.1 |
2367 | 2024-06-21T21:22:51.638Z | Compiling unsafe-libyaml v0.2.11 |
2368 | 2024-06-21T21:22:51.677Z | Compiling predicates-core v1.0.6 |
2369 | 2024-06-21T21:22:51.846Z | Compiling nom v7.1.3 |
2370 | 2024-06-21T21:22:52.064Z | Compiling predicates v3.1.0 |
2371 | 2024-06-21T21:22:52.826Z | Compiling string_cache v0.8.7 |
2372 | 2024-06-21T21:22:53.333Z | Compiling serde_yaml v0.9.34+deprecated |
2373 | 2024-06-21T21:22:53.352Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2374 | 2024-06-21T21:22:53.662Z | Compiling tokio-postgres v0.7.10 |
2375 | 2024-06-21T21:22:53.823Z | Compiling crossterm v0.27.0 |
2376 | 2024-06-21T21:22:56.480Z | Compiling bit-set v0.5.3 |
2377 | 2024-06-21T21:22:56.789Z | Compiling itertools v0.12.1 |
2378 | 2024-06-21T21:22:57.622Z | Compiling bstr v1.9.1 |
2379 | 2024-06-21T21:22:57.811Z | Compiling peg-runtime v0.8.3 |
2380 | 2024-06-21T21:22:58.524Z | Compiling lalrpop-util v0.19.12 |
2381 | 2024-06-21T21:22:58.854Z | Compiling unicode-xid v0.2.4 |
2382 | 2024-06-21T21:22:58.891Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2383 | 2024-06-21T21:22:59.033Z | Compiling sha1 v0.10.6 |
2384 | 2024-06-21T21:22:59.325Z | Compiling camino v1.1.7 |
2385 | 2024-06-21T21:22:59.443Z | Compiling strum_macros v0.26.2 |
2386 | 2024-06-21T21:22:59.461Z | Compiling http v1.1.0 |
2387 | 2024-06-21T21:22:59.689Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2388 | 2024-06-21T21:22:59.902Z | Compiling base64 v0.22.1 |
2389 | 2024-06-21T21:22:59.997Z | Compiling toml v0.8.13 |
2390 | 2024-06-21T21:23:00.332Z | Compiling ident_case v1.0.1 |
2391 | 2024-06-21T21:23:00.522Z | Compiling rustls-pki-types v1.7.0 |
2392 | 2024-06-21T21:23:00.715Z | Compiling darling_core v0.20.9 |
2393 | 2024-06-21T21:23:01.379Z | Compiling crossbeam-channel v0.5.12 |
2394 | 2024-06-21T21:23:01.777Z | Compiling rustls v0.22.4 |
2395 | 2024-06-21T21:23:02.015Z | Compiling paste v1.0.15 |
2396 | 2024-06-21T21:23:02.058Z | Compiling slog-term v2.9.1 |
2397 | 2024-06-21T21:23:02.101Z | Compiling diesel v2.1.6 |
2398 | 2024-06-21T21:23:02.494Z | Compiling slog-async v2.8.0 |
2399 | 2024-06-21T21:23:02.577Z | Compiling rustls-webpki v0.102.4 |
2400 | 2024-06-21T21:23:02.744Z | Compiling multer v3.1.0 |
2401 | 2024-06-21T21:23:03.032Z | Compiling instant v0.1.12 |
2402 | 2024-06-21T21:23:03.345Z | Compiling slog-json v2.6.1 |
2403 | 2024-06-21T21:23:03.737Z | Compiling async-stream-impl v0.3.5 |
2404 | 2024-06-21T21:23:04.279Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2405 | 2024-06-21T21:23:04.417Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2406 | 2024-06-21T21:23:04.482Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2407 | 2024-06-21T21:23:04.685Z | Compiling strum v0.26.2 |
2408 | 2024-06-21T21:23:04.755Z | Compiling debug-ignore v1.0.5 |
2409 | 2024-06-21T21:23:04.801Z | Compiling atomic-waker v1.1.2 |
2410 | 2024-06-21T21:23:04.896Z | Compiling slog-bunyan v2.5.0 |
2411 | 2024-06-21T21:23:04.952Z | Compiling waitgroup v0.1.2 |
2412 | 2024-06-21T21:23:05.095Z | Compiling rustls-pemfile v2.1.2 |
2413 | 2024-06-21T21:23:05.165Z | Compiling async-stream v0.3.5 |
2414 | 2024-06-21T21:23:05.206Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2415 | 2024-06-21T21:23:05.521Z | Compiling serde_path_to_error v0.1.16 |
2416 | 2024-06-21T21:23:05.562Z | Compiling structmeta-derive v0.3.0 |
2417 | 2024-06-21T21:23:06.135Z | Compiling hostname v0.4.0 |
2418 | 2024-06-21T21:23:06.373Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2419 | 2024-06-21T21:23:06.391Z | Compiling newtype-uuid v1.1.0 |
2420 | 2024-06-21T21:23:06.668Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2421 | 2024-06-21T21:23:06.705Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2422 | 2024-06-21T21:23:07.007Z | Compiling backoff v0.4.0 |
2423 | 2024-06-21T21:23:07.365Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2424 | 2024-06-21T21:23:07.430Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2425 | 2024-06-21T21:23:07.461Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2426 | 2024-06-21T21:23:07.521Z | Compiling macaddr v1.0.1 |
2427 | 2024-06-21T21:23:07.605Z | Compiling proc-macro-crate v1.3.1 |
2428 | 2024-06-21T21:23:07.989Z | Compiling tokio-rustls v0.25.0 |
2429 | 2024-06-21T21:23:08.198Z | Compiling fastrand v2.1.0 |
2430 | 2024-06-21T21:23:08.275Z | Compiling darling_macro v0.20.9 |
2431 | 2024-06-21T21:23:08.589Z | Compiling structmeta v0.3.0 |
2432 | 2024-06-21T21:23:08.702Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2433 | 2024-06-21T21:23:08.753Z | Compiling num_enum_derive v0.5.11 |
2434 | 2024-06-21T21:23:09.053Z | Compiling parse-display-derive v0.9.0 |
2435 | 2024-06-21T21:23:09.072Z | Compiling tempfile v3.10.1 |
2436 | 2024-06-21T21:23:09.301Z | Compiling darling v0.20.9 |
2437 | 2024-06-21T21:23:09.429Z | Compiling serde_with_macros v3.8.1 |
2438 | 2024-06-21T21:23:10.013Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2439 | 2024-06-21T21:23:10.314Z | Compiling foreign-types-macros v0.2.3 |
2440 | 2024-06-21T21:23:11.619Z | Compiling num_enum v0.5.11 |
2441 | 2024-06-21T21:23:11.647Z | Compiling foreign-types-shared v0.3.1 |
2442 | 2024-06-21T21:23:11.774Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2443 | 2024-06-21T21:23:11.792Z | Compiling heapless v0.8.0 |
2444 | 2024-06-21T21:23:12.070Z | Compiling foreign-types v0.5.0 |
2445 | 2024-06-21T21:23:12.182Z | Compiling proc-macro-error v1.0.4 |
2446 | 2024-06-21T21:23:12.524Z | Compiling serde_with v3.8.1 |
2447 | 2024-06-21T21:23:12.885Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2448 | 2024-06-21T21:23:12.970Z | Compiling cstr-argument v0.1.2 |
2449 | 2024-06-21T21:23:13.035Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2450 | 2024-06-21T21:23:13.246Z | Compiling hash32 v0.3.1 |
2451 | 2024-06-21T21:23:13.505Z | Compiling smoltcp v0.11.0 |
2452 | 2024-06-21T21:23:13.725Z | Compiling pretty-hex v0.2.1 |
2453 | 2024-06-21T21:23:13.930Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2454 | 2024-06-21T21:23:14.037Z | Compiling parse-display v0.9.0 |
2455 | 2024-06-21T21:23:14.285Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2456 | 2024-06-21T21:23:14.288Z | Compiling camino-tempfile v1.1.1 |
2457 | 2024-06-21T21:23:14.761Z | Compiling tabwriter v1.4.0 |
2458 | 2024-06-21T21:23:14.823Z | Compiling colored v2.1.0 |
2459 | 2024-06-21T21:23:14.979Z | Compiling socket2 v0.4.10 |
2460 | 2024-06-21T21:23:15.326Z | Compiling cobs v0.2.3 |
2461 | 2024-06-21T21:23:15.476Z | Compiling embedded-io v0.4.0 |
2462 | 2024-06-21T21:23:15.627Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2463 | 2024-06-21T21:23:15.699Z | Compiling postcard v1.0.8 |
2464 | 2024-06-21T21:23:15.918Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2465 | 2024-06-21T21:23:15.921Z | Compiling crucible-workspace-hack v0.1.0 |
2466 | 2024-06-21T21:23:16.153Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2467 | 2024-06-21T21:23:16.211Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2468 | 2024-06-21T21:23:16.542Z | Compiling smf v0.2.3 |
2469 | 2024-06-21T21:23:16.620Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2470 | 2024-06-21T21:23:16.637Z | Compiling humantime v2.1.0 |
2471 | 2024-06-21T21:23:17.049Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2472 | 2024-06-21T21:23:17.108Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2473 | 2024-06-21T21:23:17.170Z | Compiling num-derive v0.4.2 |
2474 | 2024-06-21T21:23:17.608Z | Compiling sigpipe v0.1.3 |
2475 | 2024-06-21T21:23:17.738Z | Compiling utf-8 v0.7.6 |
2476 | 2024-06-21T21:23:17.945Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2477 | 2024-06-21T21:23:18.073Z | Compiling atty v0.2.14 |
2478 | 2024-06-21T21:23:18.217Z | Compiling semver v0.1.20 |
2479 | 2024-06-21T21:23:18.353Z | Compiling platforms v3.4.0 |
2480 | 2024-06-21T21:23:18.576Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2481 | 2024-06-21T21:23:18.923Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2482 | 2024-06-21T21:23:18.995Z | Compiling rayon-core v1.12.1 |
2483 | 2024-06-21T21:23:19.266Z | Compiling same-file v1.0.6 |
2484 | 2024-06-21T21:23:19.513Z | Compiling walkdir v2.5.0 |
2485 | 2024-06-21T21:23:19.645Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2486 | 2024-06-21T21:23:20.385Z | Compiling curve25519-dalek v4.1.2 |
2487 | 2024-06-21T21:23:20.520Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2488 | 2024-06-21T21:23:20.596Z | Compiling rustc_version v0.1.7 |
2489 | 2024-06-21T21:23:20.662Z | Compiling newline-converter v0.3.0 |
2490 | 2024-06-21T21:23:20.835Z | Compiling crossbeam-deque v0.8.5 |
2491 | 2024-06-21T21:23:20.877Z | Compiling universal-hash v0.5.1 |
2492 | 2024-06-21T21:23:21.003Z | Compiling opaque-debug v0.3.1 |
2493 | 2024-06-21T21:23:21.061Z | Compiling expectorate v1.1.0 |
2494 | 2024-06-21T21:23:21.095Z | Compiling xattr v1.3.1 |
2495 | 2024-06-21T21:23:21.111Z | Compiling newtype_derive v0.1.6 |
2496 | 2024-06-21T21:23:21.139Z | Compiling signature v2.2.0 |
2497 | 2024-06-21T21:23:21.222Z | Compiling curve25519-dalek-derive v0.1.1 |
2498 | 2024-06-21T21:23:21.362Z | Compiling blake3 v1.5.1 |
2499 | 2024-06-21T21:23:21.387Z | Compiling ring v0.16.20 |
2500 | 2024-06-21T21:23:21.437Z | Compiling unicase v2.7.0 |
2501 | 2024-06-21T21:23:21.733Z | Compiling termcolor v1.4.1 |
2502 | 2024-06-21T21:23:21.966Z | Compiling getrandom v0.1.16 |
2503 | 2024-06-21T21:23:22.455Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2504 | 2024-06-21T21:23:22.582Z | Compiling quick-error v1.2.3 |
2505 | 2024-06-21T21:23:22.610Z | Compiling convert_case v0.4.0 |
2506 | 2024-06-21T21:23:22.700Z | Compiling linked-hash-map v0.5.6 |
2507 | 2024-06-21T21:23:22.741Z | Compiling arc-swap v1.7.1 |
2508 | 2024-06-21T21:23:23.020Z | Compiling lru-cache v0.1.2 |
2509 | 2024-06-21T21:23:23.084Z | Compiling resolv-conf v0.7.0 |
2510 | 2024-06-21T21:23:23.231Z | Compiling slog-scope v4.4.0 |
2511 | 2024-06-21T21:23:23.658Z | Compiling derive_more v0.99.17 |
2512 | 2024-06-21T21:23:23.755Z | Compiling env_logger v0.9.3 |
2513 | 2024-06-21T21:23:23.975Z | Compiling rayon v1.10.0 |
2514 | 2024-06-21T21:23:24.380Z | Compiling tar v0.4.40 |
2515 | 2024-06-21T21:23:25.293Z | Compiling tungstenite v0.21.0 |
2516 | 2024-06-21T21:23:26.145Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2517 | 2024-06-21T21:23:26.570Z | Compiling blake2 v0.10.6 |
2518 | 2024-06-21T21:23:26.629Z | Compiling bitstruct_derive v0.1.0 |
2519 | 2024-06-21T21:23:27.462Z | Compiling derive-where v1.2.7 |
2520 | 2024-06-21T21:23:27.948Z | Compiling password-hash v0.5.0 |
2521 | 2024-06-21T21:23:28.020Z | Compiling memmap2 v0.9.4 |
2522 | 2024-06-21T21:23:28.487Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2523 | 2024-06-21T21:23:28.624Z | Compiling libefi-sys v0.1.0 |
2524 | 2024-06-21T21:23:28.907Z | Compiling ascii v1.1.0 |
2525 | 2024-06-21T21:23:28.941Z | Compiling parking_lot_core v0.8.6 |
2526 | 2024-06-21T21:23:29.032Z | Compiling arrayvec v0.7.4 |
2527 | 2024-06-21T21:23:29.405Z | Compiling constant_time_eq v0.3.0 |
2528 | 2024-06-21T21:23:29.451Z | Compiling untrusted v0.7.1 |
2529 | 2024-06-21T21:23:29.516Z | Compiling home v0.5.9 |
2530 | 2024-06-21T21:23:29.578Z | Compiling arrayref v0.3.7 |
2531 | 2024-06-21T21:23:29.830Z | Compiling toolchain_find v0.4.0 |
2532 | 2024-06-21T21:23:30.610Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2533 | 2024-06-21T21:23:31.171Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2534 | 2024-06-21T21:23:31.406Z | Compiling argon2 v0.5.3 |
2535 | 2024-06-21T21:23:31.460Z | Compiling bitstruct v0.1.1 |
2536 | 2024-06-21T21:23:31.588Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2537 | 2024-06-21T21:23:31.635Z | Compiling tokio-tungstenite v0.21.0 |
2538 | 2024-06-21T21:23:32.125Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2539 | 2024-06-21T21:23:32.128Z | Compiling trust-dns-resolver v0.22.0 |
2540 | 2024-06-21T21:23:32.176Z | Compiling slog-stdlog v4.1.1 |
2541 | 2024-06-21T21:23:32.470Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2542 | 2024-06-21T21:23:32.562Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2543 | 2024-06-21T21:23:32.945Z | Compiling erased-serde v0.3.31 |
2544 | 2024-06-21T21:23:32.969Z | Compiling serde_arrays v0.1.0 |
2545 | 2024-06-21T21:23:33.136Z | Compiling num-rational v0.4.2 |
2546 | 2024-06-21T21:23:33.247Z | Compiling rfc6979 v0.4.0 |
2547 | 2024-06-21T21:23:33.415Z | Compiling aead v0.5.2 |
2548 | 2024-06-21T21:23:33.439Z | Compiling num-complex v0.4.6 |
2549 | 2024-06-21T21:23:33.782Z | Compiling nibble_vec v0.1.0 |
2550 | 2024-06-21T21:23:33.994Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2551 | 2024-06-21T21:23:34.309Z | Compiling slog-dtrace v0.3.0 |
2552 | 2024-06-21T21:23:34.357Z | Compiling topological-sort v0.2.2 |
2553 | 2024-06-21T21:23:34.386Z | Compiling cancel-safe-futures v0.1.5 |
2554 | 2024-06-21T21:23:34.427Z | Compiling keccak v0.1.5 |
2555 | 2024-06-21T21:23:34.568Z | Compiling endian-type v0.1.2 |
2556 | 2024-06-21T21:23:34.668Z | Compiling omicron-zone-package v0.11.0 |
2557 | 2024-06-21T21:23:34.774Z | Compiling sha3 v0.10.8 |
2558 | 2024-06-21T21:23:34.827Z | Compiling radix_trie v0.2.1 |
2559 | 2024-06-21T21:23:35.102Z | Compiling num v0.4.3 |
2560 | 2024-06-21T21:23:35.219Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2561 | 2024-06-21T21:23:35.452Z | Compiling ecdsa v0.16.9 |
2562 | 2024-06-21T21:23:35.584Z | Compiling rand_core v0.5.1 |
2563 | 2024-06-21T21:23:35.855Z | Compiling mime_guess v2.0.4 |
2564 | 2024-06-21T21:23:36.108Z | Compiling slog-envlogger v2.2.0 |
2565 | 2024-06-21T21:23:36.302Z | Compiling steno v0.4.0 |
2566 | 2024-06-21T21:23:37.340Z | Compiling rustfmt-wrapper v0.2.1 |
2567 | 2024-06-21T21:23:37.902Z | Compiling poly1305 v0.8.0 |
2568 | 2024-06-21T21:23:37.931Z | Compiling tungstenite v0.20.1 |
2569 | 2024-06-21T21:23:38.662Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2570 | 2024-06-21T21:23:38.950Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2571 | 2024-06-21T21:23:39.372Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2572 | 2024-06-21T21:23:39.390Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2573 | 2024-06-21T21:23:39.598Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2574 | 2024-06-21T21:23:40.176Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2575 | 2024-06-21T21:23:40.214Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2576 | 2024-06-21T21:23:40.289Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2577 | 2024-06-21T21:23:40.619Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2578 | 2024-06-21T21:23:40.635Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2579 | 2024-06-21T21:23:41.058Z | Compiling primeorder v0.13.6 |
2580 | 2024-06-21T21:23:41.362Z | Compiling heck v0.3.3 |
2581 | 2024-06-21T21:23:41.499Z | Compiling chacha20 v0.9.1 |
2582 | 2024-06-21T21:23:41.591Z | Compiling secrecy v0.8.0 |
2583 | 2024-06-21T21:23:41.720Z | Compiling thiserror-impl-no-std v2.0.2 |
2584 | 2024-06-21T21:23:41.779Z | Compiling half v2.4.1 |
2585 | 2024-06-21T21:23:41.860Z | Compiling option-ext v0.2.0 |
2586 | 2024-06-21T21:23:41.919Z | Compiling ciborium-io v0.2.2 |
2587 | 2024-06-21T21:23:42.001Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2588 | 2024-06-21T21:23:42.055Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2589 | 2024-06-21T21:23:42.167Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2590 | 2024-06-21T21:23:42.341Z | Compiling ciborium-ll v0.2.2 |
2591 | 2024-06-21T21:23:42.358Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2592 | 2024-06-21T21:23:42.460Z | Compiling dirs-sys v0.4.1 |
2593 | 2024-06-21T21:23:42.766Z | Compiling zone_cfg_derive v0.1.2 |
2594 | 2024-06-21T21:23:43.033Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2595 | 2024-06-21T21:23:43.123Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2596 | 2024-06-21T21:23:43.431Z | Compiling tokio-tungstenite v0.20.1 |
2597 | 2024-06-21T21:23:44.256Z | Compiling parking_lot v0.11.2 |
2598 | 2024-06-21T21:23:44.278Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2599 | 2024-06-21T21:23:44.547Z | Compiling rand_chacha v0.2.2 |
2600 | 2024-06-21T21:23:44.649Z | Compiling trust-dns-client v0.22.0 |
2601 | 2024-06-21T21:23:45.192Z | Compiling thiserror-no-std v2.0.2 |
2602 | 2024-06-21T21:23:45.898Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2603 | 2024-06-21T21:23:45.915Z | Compiling ed25519 v2.2.3 |
2604 | 2024-06-21T21:23:46.332Z | Compiling polyval v0.6.2 |
2605 | 2024-06-21T21:23:46.420Z | Compiling libsw v3.3.1 |
2606 | 2024-06-21T21:23:46.678Z | Compiling toml v0.5.11 |
2607 | 2024-06-21T21:23:46.748Z | Compiling ctr v0.9.2 |
2608 | 2024-06-21T21:23:46.766Z | Compiling blowfish v0.9.1 |
2609 | 2024-06-21T21:23:47.102Z | Compiling aes v0.8.4 |
2610 | 2024-06-21T21:23:47.123Z | Compiling pbkdf2 v0.12.2 |
2611 | 2024-06-21T21:23:47.188Z | Compiling password-hash v0.4.2 |
2612 | 2024-06-21T21:23:47.294Z | Compiling gethostname v0.4.3 |
2613 | 2024-06-21T21:23:47.595Z | Compiling fxhash v0.2.1 |
2614 | 2024-06-21T21:23:47.811Z | Compiling base64 v0.13.1 |
2615 | 2024-06-21T21:23:47.858Z | Compiling linear-map v1.2.0 |
2616 | 2024-06-21T21:23:48.164Z | Compiling owo-colors v4.0.0 |
2617 | 2024-06-21T21:23:48.234Z | Compiling ron v0.7.1 |
2618 | 2024-06-21T21:23:48.441Z | Compiling trust-dns-server v0.22.1 |
2619 | 2024-06-21T21:23:49.850Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2620 | 2024-06-21T21:23:50.435Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2621 | 2024-06-21T21:23:50.569Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2622 | 2024-06-21T21:23:50.572Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2623 | 2024-06-21T21:23:54.421Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2624 | 2024-06-21T21:23:55.277Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2625 | 2024-06-21T21:23:55.440Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2626 | 2024-06-21T21:23:55.605Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2627 | 2024-06-21T21:23:56.277Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2628 | 2024-06-21T21:23:57.616Z | Compiling sled v0.34.7 |
2629 | 2024-06-21T21:23:58.059Z | Compiling pbkdf2 v0.11.0 |
2630 | 2024-06-21T21:23:58.144Z | Compiling bcrypt-pbkdf v0.10.0 |
2631 | 2024-06-21T21:23:58.330Z | Compiling ghash v0.5.1 |
2632 | 2024-06-21T21:23:58.444Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2633 | 2024-06-21T21:23:58.528Z | Compiling ed25519-dalek v2.1.1 |
2634 | 2024-06-21T21:23:58.752Z | Compiling vsss-rs v3.3.4 |
2635 | 2024-06-21T21:23:59.088Z | Compiling rand v0.7.3 |
2636 | 2024-06-21T21:23:59.251Z | Compiling zone v0.1.8 |
2637 | 2024-06-21T21:23:59.760Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2638 | 2024-06-21T21:24:00.185Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2639 | 2024-06-21T21:24:00.941Z | Compiling dirs v5.0.1 |
2640 | 2024-06-21T21:24:01.152Z | Compiling ciborium v0.2.2 |
2641 | 2024-06-21T21:24:03.322Z | Compiling chacha20poly1305 v0.10.1 |
2642 | 2024-06-21T21:24:03.460Z | Compiling p256 v0.13.2 |
2643 | 2024-06-21T21:24:03.549Z | Compiling p521 v0.13.3 |
2644 | 2024-06-21T21:24:04.411Z | Compiling pem v3.0.4 |
2645 | 2024-06-21T21:24:04.976Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2646 | 2024-06-21T21:24:05.280Z | Compiling headers-core v0.2.0 |
2647 | 2024-06-21T21:24:05.367Z | Compiling cbc v0.1.2 |
2648 | 2024-06-21T21:24:05.455Z | Compiling kstat-rs v0.2.3 |
2649 | 2024-06-21T21:24:05.621Z | Compiling portpicker v0.1.1 |
2650 | 2024-06-21T21:24:05.960Z | Compiling nanorand v0.7.0 |
2651 | 2024-06-21T21:24:06.078Z | Compiling russh-cryptovec v0.7.2 |
2652 | 2024-06-21T21:24:06.096Z | Compiling glob v0.3.1 |
2653 | 2024-06-21T21:24:06.390Z | Compiling http-range v0.1.5 |
2654 | 2024-06-21T21:24:06.580Z | Compiling russh-keys v0.43.0 |
2655 | 2024-06-21T21:24:06.601Z | Compiling hyper-staticfile v0.9.5 |
2656 | 2024-06-21T21:24:06.762Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2657 | 2024-06-21T21:24:07.089Z | Compiling flume v0.11.0 |
2658 | 2024-06-21T21:24:07.293Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2659 | 2024-06-21T21:24:07.631Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2660 | 2024-06-21T21:24:07.759Z | Compiling headers v0.3.9 |
2661 | 2024-06-21T21:24:09.566Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2662 | 2024-06-21T21:24:09.810Z | Compiling rcgen v0.12.1 |
2663 | 2024-06-21T21:24:10.935Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2664 | 2024-06-21T21:24:12.472Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2665 | 2024-06-21T21:24:12.869Z | Compiling aes-gcm v0.10.3 |
2666 | 2024-06-21T21:24:13.694Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2667 | 2024-06-21T21:24:14.116Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2668 | 2024-06-21T21:24:14.580Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2669 | 2024-06-21T21:24:16.054Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2670 | 2024-06-21T21:24:16.322Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2671 | 2024-06-21T21:24:18.597Z | Compiling atomicwrites v0.4.3 |
2672 | 2024-06-21T21:24:18.985Z | Compiling subprocess v0.2.9 |
2673 | 2024-06-21T21:24:19.278Z | Compiling dhcproto-macros v0.1.0 |
2674 | 2024-06-21T21:24:20.279Z | Compiling display-error-chain v0.2.0 |
2675 | 2024-06-21T21:24:20.467Z | Compiling hex-literal v0.4.1 |
2676 | 2024-06-21T21:24:20.633Z | Compiling russh v0.43.0 |
2677 | 2024-06-21T21:24:21.107Z | Compiling dhcproto v0.11.0 |
2678 | 2024-06-21T21:24:23.674Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2679 | 2024-06-21T21:24:24.057Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2680 | 2024-06-21T21:24:24.642Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2681 | 2024-06-21T21:24:25.143Z | Compiling internet-checksum v0.2.1 |
2682 | 2024-06-21T21:24:26.542Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2683 | 2024-06-21T21:24:28.316Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2684 | 2024-06-21T21:24:49.205Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2685 | 2024-06-21T21:25:33.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s |
2686 | 2024-06-21T21:25:33.784Z | |
2687 | 2024-06-21T21:25:33.787Z | real 3:42.395679752 |
2688 | 2024-06-21T21:25:33.787Z | user 19:36.566693483 |
2689 | 2024-06-21T21:25:33.787Z | sys 4:09.954650052 |
2690 | 2024-06-21T21:25:33.787Z | trap 0.559125929 |
2691 | 2024-06-21T21:25:33.787Z | tflt 0.401924285 |
2692 | 2024-06-21T21:25:33.787Z | dflt 2.272128054 |
2693 | 2024-06-21T21:25:33.787Z | kflt 0.000753255 |
2694 | 2024-06-21T21:25:33.787Z | lock 41:56.302356802 |
2695 | 2024-06-21T21:25:33.787Z | slp 55:45.625241197 |
2696 | 2024-06-21T21:25:33.787Z | lat 1:05.188475990 |
2697 | 2024-06-21T21:25:33.787Z | stop 2:28.543935244 |
2698 | 2024-06-21T21:25:33.787Z | + mkdir tests |
2699 | 2024-06-21T21:25:33.792Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2700 | 2024-06-21T21:25:33.792Z | + xargs -I '{}' -t cp '{}' tests/ |
2701 | 2024-06-21T21:25:35.204Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-79471f99d6d06b4b tests/ |
2702 | 2024-06-21T21:25:35.225Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-2db5bbecd2538da9 tests/ |
2703 | 2024-06-21T21:25:35.244Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7f0882e2eceae0aa tests/ |
2704 | 2024-06-21T21:25:35.264Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-19ed268c7da5f0b8 tests/ |
2705 | 2024-06-21T21:25:35.556Z | + 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/*) |
2706 | 2024-06-21T21:25:35.559Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-7f0882e2eceae0aa tests/commtest-2db5bbecd2538da9 tests/dhcp_server-79471f99d6d06b4b tests/end_to_end_tests-19ed268c7da5f0b8 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2707 | 2024-06-21T21:26:39.502Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2708 | 2024-06-21T21:26:39.502Z | a out/target/test 1K |
2709 | 2024-06-21T21:26:39.502Z | a out/npuzone/npuzone 23144K |
2710 | 2024-06-21T21:26:39.502Z | a package-manifest.toml 28K |
2711 | 2024-06-21T21:26:39.502Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2712 | 2024-06-21T21:26:39.502Z | a target/release/omicron-package 31892K |
2713 | 2024-06-21T21:26:39.502Z | a target/release/xtask 18153K |
2714 | 2024-06-21T21:26:39.502Z | a target/debug/bootstrap 352839K |
2715 | 2024-06-21T21:26:39.502Z | a tests/bootstrap-7f0882e2eceae0aa 23989K |
2716 | 2024-06-21T21:26:39.502Z | a tests/commtest-2db5bbecd2538da9 23990K |
2717 | 2024-06-21T21:26:39.502Z | a tests/dhcp_server-79471f99d6d06b4b 23989K |
2718 | 2024-06-21T21:26:39.502Z | a tests/end_to_end_tests-19ed268c7da5f0b8 362400K |
2719 | 2024-06-21T21:26:39.502Z | a out/clickhouse.tar.gz 223016K |
2720 | 2024-06-21T21:26:39.502Z | a out/clickhouse_keeper.tar.gz 223000K |
2721 | 2024-06-21T21:26:39.502Z | a out/cockroachdb.tar.gz 131730K |
2722 | 2024-06-21T21:26:39.502Z | a out/crucible-pantry-zone.tar.gz 27309K |
2723 | 2024-06-21T21:26:39.502Z | a out/crucible-zone.tar.gz 38062K |
2724 | 2024-06-21T21:26:39.502Z | a out/external-dns.tar.gz 25096K |
2725 | 2024-06-21T21:26:39.502Z | a out/internal-dns.tar.gz 25096K |
2726 | 2024-06-21T21:26:39.502Z | a out/mg-ddm-gz.tar 60673K |
2727 | 2024-06-21T21:26:39.502Z | a out/nexus.tar.gz 83187K |
2728 | 2024-06-21T21:26:39.502Z | a out/ntp.tar.gz 8858K |
2729 | 2024-06-21T21:26:39.502Z | a out/omicron-gateway-softnpu.tar.gz 13763K |
2730 | 2024-06-21T21:26:39.502Z | a out/omicron-sled-agent.tar 93406K |
2731 | 2024-06-21T21:26:39.502Z | a out/overlay.tar.gz 3K |
2732 | 2024-06-21T21:26:39.502Z | a out/oximeter.tar.gz 40426K |
2733 | 2024-06-21T21:26:39.502Z | a out/oxlog.tar 2954K |
2734 | 2024-06-21T21:26:39.502Z | a out/probe.tar.gz 2764K |
2735 | 2024-06-21T21:26:39.502Z | a out/propolis-server.tar.gz 64643K |
2736 | 2024-06-21T21:26:39.502Z | a out/pumpkind-gz.tar 26665K |
2737 | 2024-06-21T21:26:39.502Z | a out/switch-softnpu.tar.gz 195847K |
2738 | 2024-06-21T21:26:39.505Z | |
2739 | 2024-06-21T21:26:39.505Z | real 1:03.944808953 |
2740 | 2024-06-21T21:26:39.505Z | user 1:01.216425736 |
2741 | 2024-06-21T21:26:39.506Z | sys 3.737790448 |
2742 | 2024-06-21T21:26:39.506Z | trap 0.014483712 |
2743 | 2024-06-21T21:26:39.506Z | tflt 0.000000000 |
2744 | 2024-06-21T21:26:39.506Z | dflt 0.000000000 |
2745 | 2024-06-21T21:26:39.506Z | kflt 0.000000000 |
2746 | 2024-06-21T21:26:39.506Z | lock 0.000000000 |
2747 | 2024-06-21T21:26:39.506Z | slp 1:01.160446864 |
2748 | 2024-06-21T21:26:39.506Z | lat 1.756106011 |
2749 | 2024-06-21T21:26:39.506Z | stop 0.000184399 |
2750 | 2024-06-21T21:26:39.506Z | process exited: duration 1762508 ms, exit code 0 |
|
2751 | 2024-06-21T21:26:39.522Z | found 1 output files |
2752 | 2024-06-21T21:26:39.522Z | uploading: /work/package.tar.gz (1398151633 bytes) |
2753 | 2024-06-21T21:27:07.520Z | uploaded: /work/package.tar.gz |