|
|
|
1 | 2024-06-26T04:31:00.194Z | job assigned to worker 01J19CXDFQQ7N3EVNFJTZ1TAJY (queued for 1 m 9 s) |
|
2 | 2024-06-26T04:31:08.141Z | starting task 0: "setup" |
3 | 2024-06-26T04:31:08.196Z | ++ uname -s |
4 | 2024-06-26T04:31:08.198Z | + kern=SunOS |
5 | 2024-06-26T04:31:08.199Z | + case "$kern" in |
6 | 2024-06-26T04:31:08.199Z | + groupadd -g 12345 build |
7 | 2024-06-26T04:31:08.199Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-26T04:31:10.211Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-26T04:31:10.293Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-26T04:31:10.296Z | + home_fs=zfs |
11 | 2024-06-26T04:31:10.296Z | + [[ zfs == autofs ]] |
12 | 2024-06-26T04:31:10.296Z | + mkdir -p /home/build |
13 | 2024-06-26T04:31:10.299Z | + chown build:build /home/build /work |
14 | 2024-06-26T04:31:12.300Z | + chmod 0700 /home/build /work |
15 | 2024-06-26T04:31:12.303Z | process exited: duration 4161 ms, exit code 0 |
|
16 | 2024-06-26T04:31:12.309Z | starting task 1: "rust-toolchain" |
17 | 2024-06-26T04:31:12.321Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-26T04:31:12.321Z | ' 1.78.0 |
19 | 2024-06-26T04:31:12.321Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-26T04:31:12.321Z | ' default |
21 | 2024-06-26T04:31:12.321Z | * toolchain channel = "1.78.0" |
22 | 2024-06-26T04:31:12.321Z | * toolchain profile = "default" |
23 | 2024-06-26T04:31:12.324Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-26T04:31:12.324Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-26T04:31:12.490Z | info: downloading installer |
26 | 2024-06-26T04:31:13.694Z | info: profile set to 'default' |
27 | 2024-06-26T04:31:13.694Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-26T04:31:13.697Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-26T04:31:13.814Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-26T04:31:13.814Z | info: downloading component 'cargo' |
31 | 2024-06-26T04:31:14.415Z | info: downloading component 'clippy' |
32 | 2024-06-26T04:31:14.617Z | info: downloading component 'rust-docs' |
33 | 2024-06-26T04:31:15.412Z | info: downloading component 'rust-std' |
34 | 2024-06-26T04:31:16.677Z | info: downloading component 'rustc' |
35 | 2024-06-26T04:31:19.839Z | info: downloading component 'rustfmt' |
36 | 2024-06-26T04:31:20.013Z | info: installing component 'cargo' |
37 | 2024-06-26T04:31:20.876Z | info: installing component 'clippy' |
38 | 2024-06-26T04:31:21.233Z | info: installing component 'rust-docs' |
39 | 2024-06-26T04:31:22.788Z | info: installing component 'rust-std' |
40 | 2024-06-26T04:31:24.578Z | info: installing component 'rustc' |
41 | 2024-06-26T04:31:28.926Z | info: installing component 'rustfmt' |
42 | 2024-06-26T04:31:29.271Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-26T04:31:29.271Z | |
44 | 2024-06-26T04:31:29.548Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-26T04:31:29.548Z | |
46 | 2024-06-26T04:31:29.551Z | |
47 | 2024-06-26T04:31:29.551Z | Rust is installed now. Great! |
48 | 2024-06-26T04:31:29.551Z | |
49 | 2024-06-26T04:31:29.551Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-26T04:31:29.551Z | environment variable. This has not been done automatically. |
51 | 2024-06-26T04:31:29.551Z | |
52 | 2024-06-26T04:31:29.551Z | To configure your current shell, you need to source |
53 | 2024-06-26T04:31:29.551Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-26T04:31:29.551Z | |
55 | 2024-06-26T04:31:29.551Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-26T04:31:29.551Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-26T04:31:29.551Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-26T04:31:29.731Z | + rustc --version |
59 | 2024-06-26T04:31:29.799Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-26T04:31:29.803Z | process exited: duration 17491 ms, exit code 0 |
|
61 | 2024-06-26T04:31:29.809Z | starting task 2: "authentication" |
62 | 2024-06-26T04:31:29.832Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-06-26T04:31:29.838Z | starting task 3: "clone repository" |
64 | 2024-06-26T04:31:29.844Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-26T04:31:29.847Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-26T04:31:30.575Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-26T04:31:42.116Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-26T04:31:42.116Z | + git fetch origin b27601fdd9e45aa2900df4d598ff323ff5bf9aca |
69 | 2024-06-26T04:31:42.415Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-26T04:31:42.415Z | * branch b27601fdd9e45aa2900df4d598ff323ff5bf9aca -> FETCH_HEAD |
71 | 2024-06-26T04:31:42.426Z | + [[ -n renovate/cargo_toml-0.x-lockfile ]] |
72 | 2024-06-26T04:31:42.429Z | ++ git branch --show-current |
73 | 2024-06-26T04:31:42.431Z | + current=main |
74 | 2024-06-26T04:31:42.431Z | + [[ main != renovate/cargo_toml-0.x-lockfile ]] |
75 | 2024-06-26T04:31:42.432Z | + git branch -f renovate/cargo_toml-0.x-lockfile b27601fdd9e45aa2900df4d598ff323ff5bf9aca |
76 | 2024-06-26T04:31:42.434Z | + git checkout -f renovate/cargo_toml-0.x-lockfile |
77 | 2024-06-26T04:31:42.569Z | Switched to branch 'renovate/cargo_toml-0.x-lockfile' |
78 | 2024-06-26T04:31:42.573Z | + git reset --hard b27601fdd9e45aa2900df4d598ff323ff5bf9aca |
79 | 2024-06-26T04:31:42.705Z | HEAD is now at b27601fdd Update Rust crate cargo_toml to v0.20.3 |
80 | 2024-06-26T04:31:42.708Z | process exited: duration 12866 ms, exit code 0 |
|
81 | 2024-06-26T04:31:42.713Z | starting task 4: "build" |
82 | 2024-06-26T04:31:42.719Z | + cargo --version |
83 | 2024-06-26T04:31:42.775Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-26T04:31:42.778Z | + rustc --version |
85 | 2024-06-26T04:31:42.835Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-26T04:31:42.838Z | + WORK=/work |
87 | 2024-06-26T04:31:42.838Z | + pfexec mkdir -p /work |
88 | 2024-06-26T04:31:42.841Z | + pfexec chown build /work |
89 | 2024-06-26T04:31:42.844Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-26T04:31:53.925Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-26T04:31:56.454Z | Startup: Caching catalogs ... Done |
92 | 2024-06-26T04:31:59.125Z | Planning: Solver setup ... Done (2.198s) |
93 | 2024-06-26T04:31:59.173Z | Planning: Running solver ... Done (0.047s) |
94 | 2024-06-26T04:31:59.219Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-06-26T04:31:59.231Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-26T04:31:59.479Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-26T04:31:59.532Z | Planning: Package planning ... Done (0.054s) |
98 | 2024-06-26T04:31:59.584Z | Planning: Merging actions ... Done (0.052s) |
99 | 2024-06-26T04:32:00.379Z | Planning: Checking for conflicting actions ... Done (0.794s) |
100 | 2024-06-26T04:32:00.392Z | Planning: Consolidating action changes ... Done (0.012s) |
101 | 2024-06-26T04:32:04.805Z | Planning: Evaluating mediators ... Done (4.413s) |
102 | 2024-06-26T04:32:04.816Z | Planning: Planning completed in 8.30 seconds |
103 | 2024-06-26T04:32:05.432Z | Packages to install: 4 |
104 | 2024-06-26T04:32:05.433Z | Mediators to change: 2 |
105 | 2024-06-26T04:32:05.433Z | Services to change: 1 |
106 | 2024-06-26T04:32:05.433Z | Estimated space available: 155.77 GB |
107 | 2024-06-26T04:32:05.438Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-26T04:32:05.438Z | Create boot environment: No |
109 | 2024-06-26T04:32:05.438Z | Create backup boot environment: No |
110 | 2024-06-26T04:32:05.438Z | Rebuild boot archive: No |
111 | 2024-06-26T04:32:05.438Z | |
112 | 2024-06-26T04:32:05.439Z | Changed mediators: |
113 | 2024-06-26T04:32:05.439Z | mediator clang: |
114 | 2024-06-26T04:32:05.439Z | version: None -> 15 (system default) |
115 | 2024-06-26T04:32:05.439Z | |
116 | 2024-06-26T04:32:05.439Z | mediator llvm: |
117 | 2024-06-26T04:32:05.439Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-26T04:32:05.439Z | |
119 | 2024-06-26T04:32:05.439Z | Changed packages: |
120 | 2024-06-26T04:32:05.440Z | helios-dev |
121 | 2024-06-26T04:32:05.440Z | developer/build-essential |
122 | 2024-06-26T04:32:05.440Z | None -> 11-2.0 |
123 | 2024-06-26T04:32:05.440Z | library/libxmlsec1 |
124 | 2024-06-26T04:32:05.440Z | None -> 1.2.35-2.0 |
125 | 2024-06-26T04:32:05.440Z | ooce/developer/clang-15 |
126 | 2024-06-26T04:32:05.440Z | None -> 15.0.7-2.0 |
127 | 2024-06-26T04:32:05.440Z | ooce/developer/llvm-15 |
128 | 2024-06-26T04:32:05.441Z | None -> 15.0.7-2.0 |
129 | 2024-06-26T04:32:05.441Z | |
130 | 2024-06-26T04:32:05.441Z | Services: |
131 | 2024-06-26T04:32:05.441Z | restart_fmri: |
132 | 2024-06-26T04:32:05.441Z | svc:/system/update-man-index:default |
133 | 2024-06-26T04:32:05.564Z | |
134 | 2024-06-26T04:32:05.564Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-26T04:32:10.565Z | Download: 1158/3290 items 55.1/212.6MB 25% complete (11.0M/s) |
136 | 2024-06-26T04:32:20.951Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (12.2M/s) |
137 | 2024-06-26T04:32:26.409Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (5.1M/s) |
138 | 2024-06-26T04:32:31.409Z | Download: 3208/3290 items 153.7/212.6MB 72% complete (6.3M/s) |
139 | 2024-06-26T04:32:33.376Z | Download: Completed 212.60 MB in 27.81 seconds (7.7M/s) |
140 | 2024-06-26T04:32:33.702Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-06-26T04:32:38.802Z | Actions: 3580/3689 actions (Installing new actions) |
142 | 2024-06-26T04:32:39.024Z | Actions: Completed 3689 actions in 5.32 seconds. |
143 | 2024-06-26T04:32:39.157Z | Done (0.128s) |
144 | 2024-06-26T04:32:39.157Z | Done (0.000s) |
145 | 2024-06-26T04:32:39.471Z | Done (0.314s) |
146 | 2024-06-26T04:32:44.925Z | Done (5.289s) |
147 | 2024-06-26T04:32:45.112Z | Done (0.115s) |
148 | 2024-06-26T04:32:45.115Z | Done (0.000s) |
149 | 2024-06-26T04:32:45.288Z | Done (0.000s) |
150 | 2024-06-26T04:32:45.897Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-06-26T04:32:46.059Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-06-26T04:32:46.062Z | Planning: Consolidating action changes ... Done |
153 | 2024-06-26T04:32:46.334Z | Planning: Evaluating mediators ... Done |
154 | 2024-06-26T04:32:46.337Z | Planning: Planning completed in 0.44 seconds |
155 | 2024-06-26T04:32:46.368Z | Mediators to change: 2 |
156 | 2024-06-26T04:32:46.368Z | Create boot environment: No |
157 | 2024-06-26T04:32:46.371Z | Create backup boot environment: No |
158 | 2024-06-26T04:32:46.442Z | Done |
159 | 2024-06-26T04:32:46.442Z | Done |
160 | 2024-06-26T04:32:46.650Z | Done |
161 | 2024-06-26T04:32:50.417Z | Done |
162 | 2024-06-26T04:32:50.504Z | Done |
163 | 2024-06-26T04:32:50.507Z | Done |
164 | 2024-06-26T04:32:50.606Z | Done |
165 | 2024-06-26T04:32:51.229Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-06-26T04:32:51.233Z | Planning: Merging actions ... Done |
167 | 2024-06-26T04:32:51.424Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-06-26T04:32:51.428Z | Planning: Consolidating action changes ... Done |
169 | 2024-06-26T04:32:51.692Z | Planning: Evaluating mediators ... Done |
170 | 2024-06-26T04:32:51.751Z | Planning: Planning completed in 0.77 seconds |
171 | 2024-06-26T04:32:51.787Z | Packages to change: 1 |
172 | 2024-06-26T04:32:51.787Z | Mediators to change: 1 |
173 | 2024-06-26T04:32:51.787Z | Services to change: 1 |
174 | 2024-06-26T04:32:51.787Z | Create boot environment: No |
175 | 2024-06-26T04:32:51.790Z | Create backup boot environment: Yes |
176 | 2024-06-26T04:32:53.582Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-06-26T04:32:53.611Z | Actions: Completed 6 actions in 0.03 seconds. |
178 | 2024-06-26T04:32:53.613Z | Done |
179 | 2024-06-26T04:32:53.613Z | Done |
180 | 2024-06-26T04:32:53.680Z | Done |
181 | 2024-06-26T04:32:57.494Z | Done |
182 | 2024-06-26T04:32:57.589Z | Done |
183 | 2024-06-26T04:32:57.594Z | Done |
184 | 2024-06-26T04:32:57.713Z | Done |
185 | 2024-06-26T04:32:58.177Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-06-26T04:32:58.177Z | clang system 15 system |
187 | 2024-06-26T04:32:58.177Z | csh system system illumos |
188 | 2024-06-26T04:32:58.177Z | ctags system system illumos |
189 | 2024-06-26T04:32:58.177Z | gcc vendor 12 vendor |
190 | 2024-06-26T04:32:58.177Z | gcc system 10 system |
191 | 2024-06-26T04:32:58.177Z | gcc system 7 system |
192 | 2024-06-26T04:32:58.177Z | go system 1.20 system |
193 | 2024-06-26T04:32:58.177Z | go system 1.19 system |
194 | 2024-06-26T04:32:58.177Z | llvm system 15 system |
195 | 2024-06-26T04:32:58.177Z | llvm system 14 system |
196 | 2024-06-26T04:32:58.177Z | mariadb system 10.6 system |
197 | 2024-06-26T04:32:58.177Z | mta vendor vendor dma |
198 | 2024-06-26T04:32:58.177Z | openjdk system 17 system |
199 | 2024-06-26T04:32:58.177Z | openjdk system 11 system |
200 | 2024-06-26T04:32:58.177Z | openjdk system 1.8 system |
201 | 2024-06-26T04:32:58.177Z | openssl vendor 3 vendor |
202 | 2024-06-26T04:32:58.177Z | perl system 5.36 system |
203 | 2024-06-26T04:32:58.177Z | postgresql system 15 system |
204 | 2024-06-26T04:32:58.177Z | postgresql system 13 system |
205 | 2024-06-26T04:32:58.177Z | python vendor 3 vendor |
206 | 2024-06-26T04:32:58.177Z | python system 2 system |
207 | 2024-06-26T04:32:58.177Z | python3 system 3.11 system |
208 | 2024-06-26T04:32:58.177Z | ruby system 3.0 system |
209 | 2024-06-26T04:32:58.177Z | words vendor vendor american-english |
210 | 2024-06-26T04:32:58.177Z | words system system australian-english |
211 | 2024-06-26T04:32:58.177Z | words system system british-english |
212 | 2024-06-26T04:32:58.177Z | words system system canadian-english |
213 | 2024-06-26T04:32:58.177Z | words system system french |
214 | 2024-06-26T04:32:58.177Z | words system system italian |
215 | 2024-06-26T04:32:58.177Z | words system system ngerman |
216 | 2024-06-26T04:32:58.177Z | words system system ogerman |
217 | 2024-06-26T04:32:58.177Z | words system system spanish |
218 | 2024-06-26T04:32:58.534Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-06-26T04:32:58.534Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-06-26T04:33:00.086Z | FMRI IFO |
221 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-06-26T04:33:00.086Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-06-26T04:33:00.626Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-06-26T04:33:00.901Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-06-26T04:33:01.129Z | Updating crates.io index |
236 | 2024-06-26T04:33:01.209Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-06-26T04:33:01.959Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-06-26T04:33:02.688Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-06-26T04:33:02.930Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-06-26T04:33:05.069Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-06-26T04:33:05.550Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-06-26T04:33:05.786Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-06-26T04:33:06.934Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-06-26T04:33:09.026Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-06-26T04:33:10.076Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-06-26T04:33:10.766Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-06-26T04:33:11.254Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-06-26T04:33:11.558Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
249 | 2024-06-26T04:33:11.882Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-06-26T04:33:12.164Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-06-26T04:33:12.445Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
252 | 2024-06-26T04:33:12.703Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-06-26T04:33:12.927Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-06-26T04:33:13.173Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-06-26T04:33:13.494Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-06-26T04:33:13.756Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-06-26T04:33:14.105Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-06-26T04:33:14.371Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-06-26T04:33:15.015Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-06-26T04:33:15.261Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
261 | 2024-06-26T04:33:15.580Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-06-26T04:33:15.982Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-06-26T04:33:17.832Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-06-26T04:33:18.128Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-06-26T04:33:18.374Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-06-26T04:33:18.799Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-06-26T04:33:19.829Z | Downloading crates ... |
268 | 2024-06-26T04:33:19.916Z | Downloaded anstyle v1.0.7 |
269 | 2024-06-26T04:33:19.918Z | Downloaded adler v1.0.2 |
270 | 2024-06-26T04:33:19.923Z | Downloaded cargo-platform v0.1.8 |
271 | 2024-06-26T04:33:19.926Z | Downloaded bytecount v0.6.8 |
272 | 2024-06-26T04:33:19.929Z | Downloaded autocfg v1.3.0 |
273 | 2024-06-26T04:33:19.931Z | Downloaded anstyle-parse v0.2.4 |
274 | 2024-06-26T04:33:19.939Z | Downloaded match_cfg v0.1.0 |
275 | 2024-06-26T04:33:19.945Z | Downloaded take_mut v0.2.2 |
276 | 2024-06-26T04:33:19.948Z | Downloaded sync_wrapper v0.1.2 |
277 | 2024-06-26T04:33:19.948Z | Downloaded foreign-types-shared v0.1.1 |
278 | 2024-06-26T04:33:19.950Z | Downloaded dtrace-parser v0.2.0 |
279 | 2024-06-26T04:33:19.950Z | Downloaded pin-utils v0.1.0 |
280 | 2024-06-26T04:33:19.953Z | Downloaded tinyvec_macros v0.1.1 |
281 | 2024-06-26T04:33:19.956Z | Downloaded plain v0.2.3 |
282 | 2024-06-26T04:33:19.956Z | Downloaded is-terminal v0.4.12 |
283 | 2024-06-26T04:33:19.959Z | Downloaded pkg-config v0.3.30 |
284 | 2024-06-26T04:33:19.959Z | Downloaded openssl-macros v0.1.1 |
285 | 2024-06-26T04:33:19.962Z | Downloaded swrite v0.1.0 |
286 | 2024-06-26T04:33:19.962Z | Downloaded strum v0.26.2 |
287 | 2024-06-26T04:33:19.962Z | Downloaded scroll_derive v0.12.0 |
288 | 2024-06-26T04:33:19.965Z | Downloaded try-lock v0.2.5 |
289 | 2024-06-26T04:33:19.965Z | Downloaded tower-service v0.3.2 |
290 | 2024-06-26T04:33:19.965Z | Downloaded block-buffer v0.10.4 |
291 | 2024-06-26T04:33:19.968Z | Downloaded anstyle-query v1.0.3 |
292 | 2024-06-26T04:33:19.971Z | Downloaded byteorder v1.5.0 |
293 | 2024-06-26T04:33:19.973Z | Downloaded pretty-hex v0.4.1 |
294 | 2024-06-26T04:33:19.973Z | Downloaded serde_urlencoded v0.7.1 |
295 | 2024-06-26T04:33:19.976Z | Downloaded serde_spanned v0.6.6 |
296 | 2024-06-26T04:33:19.976Z | Downloaded md5 v0.7.0 |
297 | 2024-06-26T04:33:19.979Z | Downloaded pin-project-lite v0.2.14 |
298 | 2024-06-26T04:33:19.982Z | Downloaded tabled_derive v0.7.0 |
299 | 2024-06-26T04:33:19.985Z | Downloaded powerfmt v0.2.0 |
300 | 2024-06-26T04:33:19.985Z | Downloaded signal-hook-registry v1.4.2 |
301 | 2024-06-26T04:33:19.988Z | Downloaded num_threads v0.1.7 |
302 | 2024-06-26T04:33:19.988Z | Downloaded num-conv v0.1.0 |
303 | 2024-06-26T04:33:19.991Z | Downloaded openssl-probe v0.1.5 |
304 | 2024-06-26T04:33:19.994Z | Downloaded is_terminal_polyfill v1.70.0 |
305 | 2024-06-26T04:33:19.996Z | Downloaded cfg-if v1.0.0 |
306 | 2024-06-26T04:33:19.999Z | Downloaded time-core v0.1.2 |
307 | 2024-06-26T04:33:19.999Z | Downloaded usdt-macro v0.5.0 |
308 | 2024-06-26T04:33:20.004Z | Downloaded slog-bunyan v2.5.0 |
309 | 2024-06-26T04:33:20.007Z | Downloaded futures-sink v0.3.30 |
310 | 2024-06-26T04:33:20.007Z | Downloaded futures-executor v0.3.30 |
311 | 2024-06-26T04:33:20.009Z | Downloaded itoa v1.0.11 |
312 | 2024-06-26T04:33:20.009Z | Downloaded rustls-pemfile v1.0.4 |
313 | 2024-06-26T04:33:20.012Z | Downloaded fs-err v2.11.0 |
314 | 2024-06-26T04:33:20.015Z | Downloaded clap_lex v0.7.0 |
315 | 2024-06-26T04:33:20.015Z | Downloaded version_check v0.9.4 |
316 | 2024-06-26T04:33:20.015Z | Downloaded equivalent v1.0.1 |
317 | 2024-06-26T04:33:20.018Z | Downloaded dirs-sys-next v0.1.2 |
318 | 2024-06-26T04:33:20.018Z | Downloaded utf8parse v0.2.1 |
319 | 2024-06-26T04:33:20.020Z | Downloaded unicode-width v0.1.12 |
320 | 2024-06-26T04:33:20.020Z | Downloaded thread-id v4.2.1 |
321 | 2024-06-26T04:33:20.023Z | Downloaded cpufeatures v0.2.12 |
322 | 2024-06-26T04:33:20.023Z | Downloaded usdt v0.5.0 |
323 | 2024-06-26T04:33:20.023Z | Downloaded want v0.3.1 |
324 | 2024-06-26T04:33:20.026Z | Downloaded usdt-impl v0.5.0 |
325 | 2024-06-26T04:33:20.026Z | Downloaded tokio-macros v2.2.0 |
326 | 2024-06-26T04:33:20.029Z | Downloaded semver v1.0.23 |
327 | 2024-06-26T04:33:20.029Z | Downloaded pest_generator v2.7.10 |
328 | 2024-06-26T04:33:20.031Z | Downloaded thiserror v1.0.60 |
329 | 2024-06-26T04:33:20.035Z | Downloaded bytes v1.6.0 |
330 | 2024-06-26T04:33:20.038Z | Downloaded rustversion v1.0.17 |
331 | 2024-06-26T04:33:20.041Z | Downloaded foreign-types v0.3.2 |
332 | 2024-06-26T04:33:20.044Z | Downloaded slog-async v2.8.0 |
333 | 2024-06-26T04:33:20.044Z | Downloaded serde_tokenstream v0.2.0 |
334 | 2024-06-26T04:33:20.047Z | Downloaded thiserror-impl v1.0.60 |
335 | 2024-06-26T04:33:20.050Z | Downloaded slab v0.4.9 |
336 | 2024-06-26T04:33:20.050Z | Downloaded memmap v0.7.0 |
337 | 2024-06-26T04:33:20.052Z | Downloaded strsim v0.11.1 |
338 | 2024-06-26T04:33:20.052Z | Downloaded futures-core v0.3.30 |
339 | 2024-06-26T04:33:20.055Z | Downloaded tokio-native-tls v0.3.1 |
340 | 2024-06-26T04:33:20.055Z | Downloaded slog-term v2.9.1 |
341 | 2024-06-26T04:33:20.058Z | Downloaded scopeguard v1.2.0 |
342 | 2024-06-26T04:33:20.061Z | Downloaded time-macros v0.2.18 |
343 | 2024-06-26T04:33:20.061Z | Downloaded xattr v1.3.1 |
344 | 2024-06-26T04:33:20.066Z | Downloaded terminal_size v0.3.0 |
345 | 2024-06-26T04:33:20.066Z | Downloaded toml_datetime v0.6.6 |
346 | 2024-06-26T04:33:20.068Z | Downloaded cargo_toml v0.20.3 |
347 | 2024-06-26T04:33:20.068Z | Downloaded futures-channel v0.3.30 |
348 | 2024-06-26T04:33:20.069Z | Downloaded cargo_metadata v0.18.1 |
349 | 2024-06-26T04:33:20.071Z | Downloaded slog-json v2.6.1 |
350 | 2024-06-26T04:33:20.072Z | Downloaded num_cpus v1.16.0 |
351 | 2024-06-26T04:33:20.075Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2024-06-26T04:33:20.075Z | Downloaded term v0.7.0 |
353 | 2024-06-26T04:33:20.078Z | Downloaded sha2 v0.10.8 |
354 | 2024-06-26T04:33:20.080Z | Downloaded strum_macros v0.26.2 |
355 | 2024-06-26T04:33:20.083Z | Downloaded smallvec v1.13.2 |
356 | 2024-06-26T04:33:20.085Z | Downloaded heck v0.5.0 |
357 | 2024-06-26T04:33:20.085Z | Downloaded thread_local v1.1.8 |
358 | 2024-06-26T04:33:20.088Z | Downloaded colorchoice v1.0.1 |
359 | 2024-06-26T04:33:20.088Z | Downloaded bitflags v2.5.0 |
360 | 2024-06-26T04:33:20.091Z | Downloaded ucd-trie v0.1.6 |
361 | 2024-06-26T04:33:20.094Z | Downloaded crc32fast v1.4.0 |
362 | 2024-06-26T04:33:20.097Z | Downloaded ipnet v2.9.0 |
363 | 2024-06-26T04:33:20.097Z | Downloaded httparse v1.8.0 |
364 | 2024-06-26T04:33:20.100Z | Downloaded clap_derive v4.5.4 |
365 | 2024-06-26T04:33:20.103Z | Downloaded anyhow v1.0.86 |
366 | 2024-06-26T04:33:20.105Z | Downloaded unicode-ident v1.0.12 |
367 | 2024-06-26T04:33:20.108Z | Downloaded tar v0.4.40 |
368 | 2024-06-26T04:33:20.111Z | Downloaded log v0.4.21 |
369 | 2024-06-26T04:33:20.112Z | Downloaded slog v2.7.0 |
370 | 2024-06-26T04:33:20.114Z | Downloaded zerocopy-derive v0.7.34 |
371 | 2024-06-26T04:33:20.118Z | Downloaded clap v4.5.4 |
372 | 2024-06-26T04:33:20.127Z | Downloaded typenum v1.17.0 |
373 | 2024-06-26T04:33:20.130Z | Downloaded toml v0.8.13 |
374 | 2024-06-26T04:33:20.133Z | Downloaded serde_derive v1.0.203 |
375 | 2024-06-26T04:33:20.136Z | Downloaded parking_lot v0.12.2 |
376 | 2024-06-26T04:33:20.139Z | Downloaded tracing-core v0.1.32 |
377 | 2024-06-26T04:33:20.141Z | Downloaded unicode-bidi v0.3.15 |
378 | 2024-06-26T04:33:20.144Z | Downloaded papergrid v0.11.0 |
379 | 2024-06-26T04:33:20.148Z | Downloaded tinyvec v1.6.0 |
380 | 2024-06-26T04:33:20.151Z | Downloaded miniz_oxide v0.7.2 |
381 | 2024-06-26T04:33:20.153Z | Downloaded serde v1.0.203 |
382 | 2024-06-26T04:33:20.156Z | Downloaded openssl-sys v0.9.102 |
383 | 2024-06-26T04:33:20.161Z | Downloaded tracing v0.1.40 |
384 | 2024-06-26T04:33:20.166Z | Downloaded base64 v0.21.7 |
385 | 2024-06-26T04:33:20.170Z | Downloaded futures v0.3.30 |
386 | 2024-06-26T04:33:20.175Z | Downloaded url v2.5.0 |
387 | 2024-06-26T04:33:20.178Z | Downloaded flate2 v1.0.30 |
388 | 2024-06-26T04:33:20.183Z | Downloaded crossbeam-utils v0.8.19 |
389 | 2024-06-26T04:33:20.185Z | Downloaded tokio-util v0.7.11 |
390 | 2024-06-26T04:33:20.192Z | Downloaded indexmap v2.2.6 |
391 | 2024-06-26T04:33:20.198Z | Downloaded toml_edit v0.22.13 |
392 | 2024-06-26T04:33:20.218Z | Downloaded mio v0.8.11 |
393 | 2024-06-26T04:33:20.223Z | Downloaded zerocopy v0.7.34 |
394 | 2024-06-26T04:33:20.240Z | Downloaded pest v2.7.10 |
395 | 2024-06-26T04:33:20.245Z | Downloaded tabled v0.15.0 |
396 | 2024-06-26T04:33:20.260Z | Downloaded futures-util v0.3.30 |
397 | 2024-06-26T04:33:20.272Z | Downloaded vcpkg v0.2.15 |
398 | 2024-06-26T04:33:20.311Z | Downloaded hyper v0.14.28 |
399 | 2024-06-26T04:33:20.318Z | Downloaded rustix v0.38.34 |
400 | 2024-06-26T04:33:20.342Z | Downloaded openssl v0.10.64 |
401 | 2024-06-26T04:33:20.349Z | Downloaded idna v0.5.0 |
402 | 2024-06-26T04:33:20.358Z | Downloaded tokio v1.37.0 |
403 | 2024-06-26T04:33:20.394Z | Downloaded syn v2.0.68 |
404 | 2024-06-26T04:33:20.404Z | Downloaded syn v1.0.109 |
405 | 2024-06-26T04:33:20.414Z | Downloaded h2 v0.3.26 |
406 | 2024-06-26T04:33:20.421Z | Downloaded goblin v0.8.2 |
407 | 2024-06-26T04:33:20.426Z | Downloaded clap_builder v4.5.2 |
408 | 2024-06-26T04:33:20.433Z | Downloaded libc v0.2.155 |
409 | 2024-06-26T04:33:20.461Z | Downloaded winnow v0.6.8 |
410 | 2024-06-26T04:33:20.467Z | Downloaded unicode-normalization v0.1.23 |
411 | 2024-06-26T04:33:20.471Z | Downloaded serde_json v1.0.117 |
412 | 2024-06-26T04:33:20.477Z | Downloaded reqwest v0.11.27 |
413 | 2024-06-26T04:33:20.485Z | Downloaded hashbrown v0.14.5 |
414 | 2024-06-26T04:33:20.490Z | Downloaded memchr v2.7.2 |
415 | 2024-06-26T04:33:20.495Z | Downloaded encoding_rs v0.8.34 |
416 | 2024-06-26T04:33:20.514Z | Downloaded http v0.2.12 |
417 | 2024-06-26T04:33:20.518Z | Downloaded time v0.3.36 |
418 | 2024-06-26T04:33:20.524Z | Downloaded crossbeam-channel v0.5.12 |
419 | 2024-06-26T04:33:20.528Z | Downloaded proc-macro2 v1.0.86 |
420 | 2024-06-26T04:33:20.531Z | Downloaded pest_derive v2.7.10 |
421 | 2024-06-26T04:33:20.534Z | Downloaded ryu v1.0.18 |
422 | 2024-06-26T04:33:20.536Z | Downloaded quote v1.0.36 |
423 | 2024-06-26T04:33:20.539Z | Downloaded cc v1.0.97 |
424 | 2024-06-26T04:33:20.542Z | Downloaded socket2 v0.5.7 |
425 | 2024-06-26T04:33:20.542Z | Downloaded parking_lot_core v0.9.10 |
426 | 2024-06-26T04:33:20.545Z | Downloaded once_cell v1.19.0 |
427 | 2024-06-26T04:33:20.548Z | Downloaded lock_api v0.4.12 |
428 | 2024-06-26T04:33:20.548Z | Downloaded native-tls v0.2.11 |
429 | 2024-06-26T04:33:20.550Z | Downloaded heck v0.4.1 |
430 | 2024-06-26T04:33:20.550Z | Downloaded camino v1.1.7 |
431 | 2024-06-26T04:33:20.553Z | Downloaded percent-encoding v2.3.1 |
432 | 2024-06-26T04:33:20.553Z | Downloaded form_urlencoded v1.2.1 |
433 | 2024-06-26T04:33:20.556Z | Downloaded deranged v0.3.11 |
434 | 2024-06-26T04:33:20.556Z | Downloaded macaddr v1.0.1 |
435 | 2024-06-26T04:33:20.556Z | Downloaded generic-array v0.14.7 |
436 | 2024-06-26T04:33:20.559Z | Downloaded futures-task v0.3.30 |
437 | 2024-06-26T04:33:20.559Z | Downloaded futures-io v0.3.30 |
438 | 2024-06-26T04:33:20.559Z | Downloaded dof v0.3.0 |
439 | 2024-06-26T04:33:20.562Z | Downloaded scroll v0.12.0 |
440 | 2024-06-26T04:33:20.562Z | Downloaded dirs-next v2.0.0 |
441 | 2024-06-26T04:33:20.562Z | Downloaded errno v0.3.9 |
442 | 2024-06-26T04:33:20.565Z | Downloaded proc-macro-error v1.0.4 |
443 | 2024-06-26T04:33:20.567Z | Downloaded pest_meta v2.7.10 |
444 | 2024-06-26T04:33:20.570Z | Downloaded anstream v0.6.14 |
445 | 2024-06-26T04:33:20.570Z | Downloaded proc-macro-error-attr v1.0.4 |
446 | 2024-06-26T04:33:20.573Z | Downloaded mime v0.3.17 |
447 | 2024-06-26T04:33:20.573Z | Downloaded hyper-tls v0.5.0 |
448 | 2024-06-26T04:33:20.573Z | Downloaded httpdate v1.0.3 |
449 | 2024-06-26T04:33:20.576Z | Downloaded http-body v0.4.6 |
450 | 2024-06-26T04:33:20.576Z | Downloaded hostname v0.3.1 |
451 | 2024-06-26T04:33:20.579Z | Downloaded futures-macro v0.3.30 |
452 | 2024-06-26T04:33:20.579Z | Downloaded filetime v0.2.23 |
453 | 2024-06-26T04:33:20.579Z | Downloaded digest v0.10.7 |
454 | 2024-06-26T04:33:20.582Z | Downloaded fnv v1.0.7 |
455 | 2024-06-26T04:33:20.582Z | Downloaded crypto-common v0.1.6 |
456 | 2024-06-26T04:33:20.881Z | Compiling proc-macro2 v1.0.86 |
457 | 2024-06-26T04:33:20.881Z | Compiling unicode-ident v1.0.12 |
458 | 2024-06-26T04:33:20.885Z | Compiling libc v0.2.155 |
459 | 2024-06-26T04:33:20.885Z | Compiling version_check v0.9.4 |
460 | 2024-06-26T04:33:20.885Z | Compiling cfg-if v1.0.0 |
461 | 2024-06-26T04:33:20.885Z | Compiling once_cell v1.19.0 |
462 | 2024-06-26T04:33:20.885Z | Compiling itoa v1.0.11 |
463 | 2024-06-26T04:33:20.916Z | Compiling serde v1.0.203 |
464 | 2024-06-26T04:33:21.052Z | Compiling autocfg v1.3.0 |
465 | 2024-06-26T04:33:21.112Z | Compiling memchr v2.7.2 |
466 | 2024-06-26T04:33:21.235Z | Compiling thiserror v1.0.60 |
467 | 2024-06-26T04:33:21.405Z | Compiling ryu v1.0.18 |
468 | 2024-06-26T04:33:21.696Z | Compiling pin-project-lite v0.2.14 |
469 | 2024-06-26T04:33:21.716Z | Compiling bitflags v2.5.0 |
470 | 2024-06-26T04:33:21.804Z | Compiling pkg-config v0.3.30 |
471 | 2024-06-26T04:33:21.940Z | Compiling lock_api v0.4.12 |
472 | 2024-06-26T04:33:22.075Z | Compiling ucd-trie v0.1.6 |
473 | 2024-06-26T04:33:22.537Z | Compiling vcpkg v0.2.15 |
474 | 2024-06-26T04:33:22.557Z | Compiling parking_lot_core v0.9.10 |
475 | 2024-06-26T04:33:22.772Z | Compiling cc v1.0.97 |
476 | 2024-06-26T04:33:22.939Z | Compiling slab v0.4.9 |
477 | 2024-06-26T04:33:23.045Z | Compiling bytes v1.6.0 |
478 | 2024-06-26T04:33:23.069Z | Compiling futures-sink v0.3.30 |
479 | 2024-06-26T04:33:23.231Z | Compiling scopeguard v1.2.0 |
480 | 2024-06-26T04:33:23.235Z | Compiling smallvec v1.13.2 |
481 | 2024-06-26T04:33:23.372Z | Compiling futures-core v0.3.30 |
482 | 2024-06-26T04:33:23.812Z | Compiling quote v1.0.36 |
483 | 2024-06-26T04:33:23.857Z | Compiling serde_json v1.0.117 |
484 | 2024-06-26T04:33:24.110Z | Compiling hashbrown v0.14.5 |
485 | 2024-06-26T04:33:24.377Z | Compiling syn v2.0.68 |
486 | 2024-06-26T04:33:24.483Z | Compiling log v0.4.21 |
487 | 2024-06-26T04:33:24.573Z | Compiling fnv v1.0.7 |
488 | 2024-06-26T04:33:24.721Z | Compiling byteorder v1.5.0 |
489 | 2024-06-26T04:33:24.851Z | Compiling equivalent v1.0.1 |
490 | 2024-06-26T04:33:24.897Z | Compiling parking_lot v0.12.2 |
491 | 2024-06-26T04:33:24.945Z | Compiling socket2 v0.5.7 |
492 | 2024-06-26T04:33:24.975Z | Compiling signal-hook-registry v1.4.2 |
493 | 2024-06-26T04:33:24.997Z | Compiling num_cpus v1.16.0 |
494 | 2024-06-26T04:33:25.138Z | Compiling mio v0.8.11 |
495 | 2024-06-26T04:33:25.442Z | Compiling indexmap v2.2.6 |
496 | 2024-06-26T04:33:25.493Z | Compiling futures-channel v0.3.30 |
497 | 2024-06-26T04:33:25.832Z | Compiling futures-io v0.3.30 |
498 | 2024-06-26T04:33:25.905Z | Compiling futures-task v0.3.30 |
499 | 2024-06-26T04:33:25.933Z | Compiling pin-utils v0.1.0 |
500 | 2024-06-26T04:33:26.035Z | Compiling rustix v0.38.34 |
501 | 2024-06-26T04:33:26.187Z | Compiling typenum v1.17.0 |
502 | 2024-06-26T04:33:26.442Z | Compiling errno v0.3.9 |
503 | 2024-06-26T04:33:26.475Z | Compiling openssl-sys v0.9.102 |
504 | 2024-06-26T04:33:26.584Z | Compiling generic-array v0.14.7 |
505 | 2024-06-26T04:33:26.672Z | Compiling openssl v0.10.64 |
506 | 2024-06-26T04:33:26.825Z | Compiling foreign-types-shared v0.1.1 |
507 | 2024-06-26T04:33:26.845Z | Compiling slog v2.7.0 |
508 | 2024-06-26T04:33:26.924Z | Compiling foreign-types v0.3.2 |
509 | 2024-06-26T04:33:27.043Z | Compiling http v0.2.12 |
510 | 2024-06-26T04:33:27.077Z | Compiling proc-macro-error-attr v1.0.4 |
511 | 2024-06-26T04:33:27.358Z | Compiling usdt-impl v0.5.0 |
512 | 2024-06-26T04:33:27.407Z | Compiling tracing-core v0.1.32 |
513 | 2024-06-26T04:33:27.703Z | Compiling httparse v1.8.0 |
514 | 2024-06-26T04:33:27.779Z | Compiling native-tls v0.2.11 |
515 | 2024-06-26T04:33:28.114Z | Compiling num-conv v0.1.0 |
516 | 2024-06-26T04:33:28.138Z | Compiling tinyvec_macros v0.1.1 |
517 | 2024-06-26T04:33:28.225Z | Compiling powerfmt v0.2.0 |
518 | 2024-06-26T04:33:28.409Z | Compiling time-core v0.1.2 |
519 | 2024-06-26T04:33:28.552Z | Compiling syn v1.0.109 |
520 | 2024-06-26T04:33:28.641Z | Compiling time-macros v0.2.18 |
521 | 2024-06-26T04:33:28.746Z | Compiling deranged v0.3.11 |
522 | 2024-06-26T04:33:29.171Z | Compiling tinyvec v1.6.0 |
523 | 2024-06-26T04:33:29.553Z | Compiling tracing v0.1.40 |
524 | 2024-06-26T04:33:29.899Z | Compiling thread-id v4.2.1 |
525 | 2024-06-26T04:33:30.085Z | Compiling proc-macro-error v1.0.4 |
526 | 2024-06-26T04:33:30.389Z | Compiling num_threads v0.1.7 |
527 | 2024-06-26T04:33:30.480Z | Compiling percent-encoding v2.3.1 |
528 | 2024-06-26T04:33:30.529Z | Compiling openssl-probe v0.1.5 |
529 | 2024-06-26T04:33:30.600Z | Compiling plain v0.2.3 |
530 | 2024-06-26T04:33:30.685Z | Compiling crossbeam-utils v0.8.19 |
531 | 2024-06-26T04:33:30.752Z | Compiling rustversion v1.0.17 |
532 | 2024-06-26T04:33:30.780Z | Compiling try-lock v0.2.5 |
533 | 2024-06-26T04:33:30.888Z | Compiling utf8parse v0.2.1 |
534 | 2024-06-26T04:33:30.891Z | Compiling heck v0.4.1 |
535 | 2024-06-26T04:33:30.943Z | Compiling want v0.3.1 |
536 | 2024-06-26T04:33:31.053Z | Compiling anstyle-parse v0.2.4 |
537 | 2024-06-26T04:33:31.261Z | Compiling form_urlencoded v1.2.1 |
538 | 2024-06-26T04:33:31.360Z | Compiling unicode-normalization v0.1.23 |
539 | 2024-06-26T04:33:31.601Z | Compiling http-body v0.4.6 |
540 | 2024-06-26T04:33:31.742Z | Compiling dirs-sys-next v0.1.2 |
541 | 2024-06-26T04:33:32.048Z | Compiling time v0.3.36 |
542 | 2024-06-26T04:33:32.262Z | Compiling pretty-hex v0.4.1 |
543 | 2024-06-26T04:33:32.287Z | Compiling winnow v0.6.8 |
544 | 2024-06-26T04:33:32.395Z | Compiling camino v1.1.7 |
545 | 2024-06-26T04:33:32.425Z | Compiling anstyle v1.0.7 |
546 | 2024-06-26T04:33:32.479Z | Compiling tower-service v0.3.2 |
547 | 2024-06-26T04:33:32.501Z | Compiling colorchoice v1.0.1 |
548 | 2024-06-26T04:33:32.621Z | Compiling unicode-bidi v0.3.15 |
549 | 2024-06-26T04:33:32.691Z | Compiling crc32fast v1.4.0 |
550 | 2024-06-26T04:33:32.953Z | Compiling is_terminal_polyfill v1.70.0 |
551 | 2024-06-26T04:33:33.109Z | Compiling semver v1.0.23 |
552 | 2024-06-26T04:33:33.112Z | Compiling httpdate v1.0.3 |
553 | 2024-06-26T04:33:33.226Z | Compiling anstyle-query v1.0.3 |
554 | 2024-06-26T04:33:33.386Z | Compiling idna v0.5.0 |
555 | 2024-06-26T04:33:33.656Z | Compiling anstream v0.6.14 |
556 | 2024-06-26T04:33:34.089Z | Compiling dirs-next v2.0.0 |
557 | 2024-06-26T04:33:35.133Z | Compiling block-buffer v0.10.4 |
558 | 2024-06-26T04:33:35.196Z | Compiling crypto-common v0.1.6 |
559 | 2024-06-26T04:33:35.413Z | Compiling terminal_size v0.3.0 |
560 | 2024-06-26T04:33:35.568Z | Compiling fs-err v2.11.0 |
561 | 2024-06-26T04:33:35.620Z | Compiling thread_local v1.1.8 |
562 | 2024-06-26T04:33:35.681Z | Compiling anyhow v1.0.86 |
563 | 2024-06-26T04:33:35.843Z | Compiling adler v1.0.2 |
564 | 2024-06-26T04:33:35.878Z | Compiling unicode-width v0.1.12 |
565 | 2024-06-26T04:33:36.086Z | Compiling base64 v0.21.7 |
566 | 2024-06-26T04:33:36.118Z | Compiling heck v0.5.0 |
567 | 2024-06-26T04:33:36.192Z | Compiling clap_lex v0.7.0 |
568 | 2024-06-26T04:33:36.215Z | Compiling match_cfg v0.1.0 |
569 | 2024-06-26T04:33:36.298Z | Compiling slog-async v2.8.0 |
570 | 2024-06-26T04:33:36.323Z | Compiling bytecount v0.6.8 |
571 | 2024-06-26T04:33:36.326Z | Compiling strsim v0.11.1 |
572 | 2024-06-26T04:33:36.568Z | Compiling papergrid v0.11.0 |
573 | 2024-06-26T04:33:36.655Z | Compiling rustls-pemfile v1.0.4 |
574 | 2024-06-26T04:33:36.728Z | Compiling clap_builder v4.5.2 |
575 | 2024-06-26T04:33:36.904Z | Compiling hostname v0.3.1 |
576 | 2024-06-26T04:33:37.081Z | Compiling miniz_oxide v0.7.2 |
577 | 2024-06-26T04:33:37.168Z | Compiling digest v0.10.7 |
578 | 2024-06-26T04:33:37.296Z | Compiling crossbeam-channel v0.5.12 |
579 | 2024-06-26T04:33:37.399Z | Compiling url v2.5.0 |
580 | 2024-06-26T04:33:37.620Z | Compiling term v0.7.0 |
581 | 2024-06-26T04:33:38.188Z | Compiling serde_derive v1.0.203 |
582 | 2024-06-26T04:33:38.517Z | Compiling thiserror-impl v1.0.60 |
583 | 2024-06-26T04:33:38.711Z | Compiling zerocopy-derive v0.7.34 |
584 | 2024-06-26T04:33:38.789Z | Compiling futures-macro v0.3.30 |
585 | 2024-06-26T04:33:39.335Z | Compiling tokio-macros v2.2.0 |
586 | 2024-06-26T04:33:39.476Z | Compiling scroll_derive v0.12.0 |
587 | 2024-06-26T04:33:41.127Z | Compiling futures-util v0.3.30 |
588 | 2024-06-26T04:33:41.155Z | Compiling openssl-macros v0.1.1 |
589 | 2024-06-26T04:33:41.177Z | Compiling tokio v1.37.0 |
590 | 2024-06-26T04:33:41.202Z | Compiling scroll v0.12.0 |
591 | 2024-06-26T04:33:41.227Z | Compiling zerocopy v0.7.34 |
592 | 2024-06-26T04:33:41.835Z | Compiling goblin v0.8.2 |
593 | 2024-06-26T04:33:42.358Z | Compiling pest v2.7.10 |
594 | 2024-06-26T04:33:42.920Z | Compiling tabled_derive v0.7.0 |
595 | 2024-06-26T04:33:45.478Z | Compiling pest_meta v2.7.10 |
596 | 2024-06-26T04:33:45.769Z | Compiling clap_derive v4.5.4 |
597 | 2024-06-26T04:33:47.222Z | Compiling pest_generator v2.7.10 |
598 | 2024-06-26T04:33:49.451Z | Compiling tokio-util v0.7.11 |
599 | 2024-06-26T04:33:50.888Z | Compiling h2 v0.3.26 |
600 | 2024-06-26T04:33:51.061Z | Compiling pest_derive v2.7.10 |
601 | 2024-06-26T04:33:51.442Z | Compiling futures-executor v0.3.30 |
602 | 2024-06-26T04:33:51.858Z | Compiling tokio-native-tls v0.3.1 |
603 | 2024-06-26T04:33:51.885Z | Compiling dtrace-parser v0.2.0 |
604 | 2024-06-26T04:33:52.074Z | Compiling strum_macros v0.26.2 |
605 | 2024-06-26T04:33:52.493Z | Compiling xattr v1.3.1 |
606 | 2024-06-26T04:33:52.811Z | Compiling filetime v0.2.23 |
607 | 2024-06-26T04:33:52.999Z | Compiling memmap v0.7.0 |
608 | 2024-06-26T04:33:53.203Z | Compiling is-terminal v0.4.12 |
609 | 2024-06-26T04:33:53.341Z | Compiling encoding_rs v0.8.34 |
610 | 2024-06-26T04:33:53.392Z | Compiling ipnet v2.9.0 |
611 | 2024-06-26T04:33:54.593Z | Compiling serde_tokenstream v0.2.0 |
612 | 2024-06-26T04:33:54.690Z | Compiling serde_spanned v0.6.6 |
613 | 2024-06-26T04:33:54.942Z | Compiling toml_datetime v0.6.6 |
614 | 2024-06-26T04:33:55.129Z | Compiling serde_urlencoded v0.7.1 |
615 | 2024-06-26T04:33:55.490Z | Compiling toml_edit v0.22.13 |
616 | 2024-06-26T04:33:55.706Z | Compiling hyper v0.14.28 |
617 | 2024-06-26T04:33:57.043Z | Compiling dof v0.3.0 |
618 | 2024-06-26T04:33:57.168Z | Compiling slog-json v2.6.1 |
619 | 2024-06-26T04:33:58.390Z | Compiling cargo-platform v0.1.8 |
620 | 2024-06-26T04:33:58.809Z | Compiling take_mut v0.2.2 |
621 | 2024-06-26T04:33:58.988Z | Compiling toml v0.8.13 |
622 | 2024-06-26T04:33:59.021Z | Compiling sync_wrapper v0.1.2 |
623 | 2024-06-26T04:33:59.172Z | Compiling cpufeatures v0.2.12 |
624 | 2024-06-26T04:33:59.293Z | Compiling mime v0.3.17 |
625 | 2024-06-26T04:33:59.361Z | Compiling sha2 v0.10.8 |
626 | 2024-06-26T04:33:59.490Z | Compiling usdt-attr-macro v0.5.0 |
627 | 2024-06-26T04:33:59.607Z | Compiling usdt-macro v0.5.0 |
628 | 2024-06-26T04:33:59.957Z | Compiling hyper-tls v0.5.0 |
629 | 2024-06-26T04:33:59.991Z | Compiling cargo_toml v0.20.3 |
630 | 2024-06-26T04:34:00.354Z | Compiling reqwest v0.11.27 |
631 | 2024-06-26T04:34:00.871Z | Compiling cargo_metadata v0.18.1 |
632 | 2024-06-26T04:34:01.043Z | Compiling usdt v0.5.0 |
633 | 2024-06-26T04:34:01.583Z | Compiling strum v0.26.2 |
634 | 2024-06-26T04:34:01.793Z | Compiling slog-bunyan v2.5.0 |
635 | 2024-06-26T04:34:02.020Z | Compiling macaddr v1.0.1 |
636 | 2024-06-26T04:34:02.342Z | Compiling slog-term v2.9.1 |
637 | 2024-06-26T04:34:02.517Z | Compiling tar v0.4.40 |
638 | 2024-06-26T04:34:02.543Z | Compiling flate2 v1.0.30 |
639 | 2024-06-26T04:34:02.933Z | Compiling futures v0.3.30 |
640 | 2024-06-26T04:34:03.072Z | Compiling clap v4.5.4 |
641 | 2024-06-26T04:34:03.202Z | Compiling tabled v0.15.0 |
642 | 2024-06-26T04:34:04.284Z | Compiling swrite v0.1.0 |
643 | 2024-06-26T04:34:04.439Z | Compiling md5 v0.7.0 |
644 | 2024-06-26T04:34:08.525Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
645 | 2024-06-26T04:34:16.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
646 | 2024-06-26T04:34:16.742Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
647 | 2024-06-26T04:34:16.811Z | Jun 26 04:34:15.179 INFO Starting download, target: DendriteOpenapi |
648 | 2024-06-26T04:34:16.811Z | Jun 26 04:34:15.179 INFO Starting download, target: Console |
649 | 2024-06-26T04:34:16.811Z | Jun 26 04:34:15.179 INFO Starting download, target: Cockroach |
650 | 2024-06-26T04:34:16.811Z | Jun 26 04:34:15.179 INFO Starting download, target: Clickhouse |
651 | 2024-06-26T04:34:16.811Z | Jun 26 04:34:15.179 INFO Starting download, target: DendriteStub |
652 | 2024-06-26T04:34:16.812Z | Jun 26 04:34:15.179 INFO Starting download, target: MaghemiteMgd |
653 | 2024-06-26T04:34:16.812Z | Jun 26 04:34:15.179 INFO Starting download, target: TransceiverControl |
654 | 2024-06-26T04:34:16.814Z | Jun 26 04:34:15.180 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
655 | 2024-06-26T04:34:16.815Z | Jun 26 04:34:15.180 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
656 | 2024-06-26T04:34:16.815Z | Jun 26 04:34:15.180 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
657 | 2024-06-26T04:34:16.815Z | Jun 26 04:34:15.180 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
658 | 2024-06-26T04:34:16.815Z | Jun 26 04:34:15.180 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
659 | 2024-06-26T04:34:16.815Z | Jun 26 04:34:15.180 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
660 | 2024-06-26T04:34:16.815Z | Jun 26 04:34:15.181 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
661 | 2024-06-26T04:34:17.097Z | Jun 26 04:34:15.463 INFO Download complete, target: DendriteOpenapi |
662 | 2024-06-26T04:34:17.211Z | Jun 26 04:34:15.578 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
663 | 2024-06-26T04:34:17.345Z | Jun 26 04:34:15.710 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
664 | 2024-06-26T04:34:17.720Z | Jun 26 04:34:16.088 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
665 | 2024-06-26T04:34:17.763Z | Jun 26 04:34:16.130 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
666 | 2024-06-26T04:34:17.765Z | Jun 26 04:34:16.132 INFO Download complete, target: Console |
667 | 2024-06-26T04:34:18.044Z | Jun 26 04:34:16.412 INFO Download complete, target: TransceiverControl |
668 | 2024-06-26T04:34:19.400Z | Jun 26 04:34:17.768 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
669 | 2024-06-26T04:34:20.407Z | Jun 26 04:34:18.774 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
670 | 2024-06-26T04:34:20.407Z | Jun 26 04:34:18.774 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
671 | 2024-06-26T04:34:21.015Z | Jun 26 04:34:19.382 INFO Download complete, target: DendriteStub |
672 | 2024-06-26T04:34:21.203Z | Jun 26 04:34:19.570 INFO Download complete, target: MaghemiteMgd |
673 | 2024-06-26T04:34:28.966Z | Jun 26 04:34:27.333 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
674 | 2024-06-26T04:34:29.292Z | Jun 26 04:34:27.657 INFO Checking that binary works, target: Cockroach |
675 | 2024-06-26T04:34:29.499Z | Jun 26 04:34:27.865 INFO Download complete, target: Cockroach |
676 | 2024-06-26T04:34:33.967Z | Jun 26 04:34:32.332 INFO Checking that binary works, target: Clickhouse |
677 | 2024-06-26T04:34:34.325Z | Jun 26 04:34:32.691 INFO Download complete, target: Clickhouse |
678 | 2024-06-26T04:34:34.333Z | All prerequisites installed successfully |
679 | 2024-06-26T04:34:34.335Z | |
680 | 2024-06-26T04:34:34.336Z | real 2:51.411929130 |
681 | 2024-06-26T04:34:34.336Z | user 6:08.435710499 |
682 | 2024-06-26T04:34:34.336Z | sys 1:22.107604407 |
683 | 2024-06-26T04:34:34.336Z | trap 0.258297557 |
684 | 2024-06-26T04:34:34.336Z | tflt 2.319266165 |
685 | 2024-06-26T04:34:34.336Z | dflt 3.352423029 |
686 | 2024-06-26T04:34:34.336Z | kflt 0.173318718 |
687 | 2024-06-26T04:34:34.336Z | lock 13:39.990317255 |
688 | 2024-06-26T04:34:34.336Z | slp 18:30.086448569 |
689 | 2024-06-26T04:34:34.336Z | lat 21.366621515 |
690 | 2024-06-26T04:34:34.336Z | stop 1:08.458199496 |
691 | 2024-06-26T04:34:34.336Z | + ptime -m cargo xtask download softnpu |
692 | 2024-06-26T04:34:34.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
693 | 2024-06-26T04:34:34.921Z | Running `target/debug/xtask download softnpu` |
694 | 2024-06-26T04:34:34.948Z | Jun 26 04:34:33.314 INFO Starting download, target: Softnpu |
695 | 2024-06-26T04:34:34.951Z | Jun 26 04:34:33.315 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
696 | 2024-06-26T04:34:35.623Z | Jun 26 04:34:33.989 INFO Download complete, target: Softnpu |
697 | 2024-06-26T04:34:35.627Z | |
698 | 2024-06-26T04:34:35.630Z | real 1.287004347 |
699 | 2024-06-26T04:34:35.630Z | user 0.635950467 |
700 | 2024-06-26T04:34:35.630Z | sys 0.316162924 |
701 | 2024-06-26T04:34:35.630Z | trap 0.000645490 |
702 | 2024-06-26T04:34:35.630Z | tflt 0.000099650 |
703 | 2024-06-26T04:34:35.630Z | dflt 0.000225407 |
704 | 2024-06-26T04:34:35.630Z | kflt 0.000000000 |
705 | 2024-06-26T04:34:35.630Z | lock 7.298676751 |
706 | 2024-06-26T04:34:35.630Z | slp 0.582716508 |
707 | 2024-06-26T04:34:35.630Z | lat 0.075335945 |
708 | 2024-06-26T04:34:35.630Z | stop 0.000268387 |
709 | 2024-06-26T04:34:35.630Z | + export CARGO_INCREMENTAL=0 |
710 | 2024-06-26T04:34:35.630Z | + CARGO_INCREMENTAL=0 |
711 | 2024-06-26T04:34:35.630Z | + 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-26T04:34:36.201Z | Downloading crates ... |
713 | 2024-06-26T04:34:36.375Z | Downloaded async-stream-impl v0.3.5 |
714 | 2024-06-26T04:34:36.381Z | Downloaded atomicwrites v0.4.3 |
715 | 2024-06-26T04:34:36.384Z | Downloaded base16ct v0.2.0 |
716 | 2024-06-26T04:34:36.384Z | Downloaded assert_matches v1.5.0 |
717 | 2024-06-26T04:34:36.388Z | Downloaded atty v0.2.14 |
718 | 2024-06-26T04:34:36.390Z | Downloaded aead v0.5.2 |
719 | 2024-06-26T04:34:36.394Z | Downloaded newline-converter v0.3.0 |
720 | 2024-06-26T04:34:36.397Z | Downloaded nanorand v0.7.0 |
721 | 2024-06-26T04:34:36.401Z | Downloaded crucible-workspace-hack v0.1.0 |
722 | 2024-06-26T04:34:36.404Z | Downloaded bitstruct_derive v0.1.0 |
723 | 2024-06-26T04:34:36.404Z | Downloaded mockall v0.12.1 |
724 | 2024-06-26T04:34:36.407Z | Downloaded multer v3.1.0 |
725 | 2024-06-26T04:34:36.410Z | Downloaded mime_guess v2.0.4 |
726 | 2024-06-26T04:34:36.413Z | Downloaded normalize-line-endings v0.3.0 |
727 | 2024-06-26T04:34:36.416Z | Downloaded derive_builder_macro v0.20.0 |
728 | 2024-06-26T04:34:36.416Z | Downloaded argon2 v0.5.3 |
729 | 2024-06-26T04:34:36.421Z | Downloaded ciborium-io v0.2.2 |
730 | 2024-06-26T04:34:36.421Z | Downloaded precomputed-hash v0.1.1 |
731 | 2024-06-26T04:34:36.421Z | Downloaded addr2line v0.21.0 |
732 | 2024-06-26T04:34:36.424Z | Downloaded async-stream v0.3.5 |
733 | 2024-06-26T04:34:36.424Z | Downloaded peg-runtime v0.8.3 |
734 | 2024-06-26T04:34:36.424Z | Downloaded pretty-hex v0.2.1 |
735 | 2024-06-26T04:34:36.427Z | Downloaded portpicker v0.1.1 |
736 | 2024-06-26T04:34:36.427Z | Downloaded cassowary v0.3.0 |
737 | 2024-06-26T04:34:36.430Z | Downloaded cobs v0.2.3 |
738 | 2024-06-26T04:34:36.430Z | Downloaded array-init v0.0.4 |
739 | 2024-06-26T04:34:36.433Z | Downloaded bitflags v1.3.2 |
740 | 2024-06-26T04:34:36.436Z | Downloaded psl-types v2.0.11 |
741 | 2024-06-26T04:34:36.436Z | Downloaded oso-derive v0.27.3 |
742 | 2024-06-26T04:34:36.440Z | Downloaded block-padding v0.3.3 |
743 | 2024-06-26T04:34:36.443Z | Downloaded chacha20 v0.9.1 |
744 | 2024-06-26T04:34:36.443Z | Downloaded crc v3.2.1 |
745 | 2024-06-26T04:34:36.445Z | Downloaded ascii-canvas v3.0.0 |
746 | 2024-06-26T04:34:36.455Z | Downloaded packed_struct_codegen v0.10.1 |
747 | 2024-06-26T04:34:36.455Z | Downloaded convert_case v0.4.0 |
748 | 2024-06-26T04:34:36.455Z | Downloaded atomic-waker v1.1.2 |
749 | 2024-06-26T04:34:36.455Z | Downloaded newtype-uuid v1.1.0 |
750 | 2024-06-26T04:34:36.455Z | Downloaded num_enum_derive v0.5.11 |
751 | 2024-06-26T04:34:36.455Z | Downloaded quick-error v1.2.3 |
752 | 2024-06-26T04:34:36.459Z | Downloaded async-recursion v1.1.1 |
753 | 2024-06-26T04:34:36.459Z | Downloaded defmt v0.3.8 |
754 | 2024-06-26T04:34:36.464Z | Downloaded r2d2 v0.8.10 |
755 | 2024-06-26T04:34:36.466Z | Downloaded predicates-core v1.0.6 |
756 | 2024-06-26T04:34:36.466Z | Downloaded bitstruct v0.1.1 |
757 | 2024-06-26T04:34:36.469Z | Downloaded rand_xorshift v0.3.0 |
758 | 2024-06-26T04:34:36.469Z | Downloaded cfg_aliases v0.1.1 |
759 | 2024-06-26T04:34:36.472Z | Downloaded rand_core v0.6.4 |
760 | 2024-06-26T04:34:36.472Z | Downloaded num v0.4.3 |
761 | 2024-06-26T04:34:36.475Z | Downloaded backoff v0.4.0 |
762 | 2024-06-26T04:34:36.475Z | Downloaded async-trait v0.1.80 |
763 | 2024-06-26T04:34:36.479Z | Downloaded ref-cast v1.0.23 |
764 | 2024-06-26T04:34:36.482Z | Downloaded path-slash v0.1.5 |
765 | 2024-06-26T04:34:36.485Z | Downloaded darling_macro v0.20.9 |
766 | 2024-06-26T04:34:36.485Z | Downloaded parking_lot_core v0.8.6 |
767 | 2024-06-26T04:34:36.488Z | Downloaded data-encoding v2.6.0 |
768 | 2024-06-26T04:34:36.491Z | Downloaded nibble_vec v0.1.0 |
769 | 2024-06-26T04:34:36.491Z | Downloaded csv-core v0.1.11 |
770 | 2024-06-26T04:34:36.495Z | Downloaded cexpr v0.6.0 |
771 | 2024-06-26T04:34:36.500Z | Downloaded bzip2 v0.4.4 |
772 | 2024-06-26T04:34:36.500Z | Downloaded cipher v0.4.4 |
773 | 2024-06-26T04:34:36.500Z | Downloaded password-hash v0.5.0 |
774 | 2024-06-26T04:34:36.503Z | Downloaded base64ct v1.6.0 |
775 | 2024-06-26T04:34:36.503Z | Downloaded postgres-types v0.2.6 |
776 | 2024-06-26T04:34:36.506Z | Downloaded vte_generate_state_changes v0.1.1 |
777 | 2024-06-26T04:34:36.509Z | Downloaded diesel_table_macro_syntax v0.1.0 |
778 | 2024-06-26T04:34:36.509Z | Downloaded cstr-argument v0.1.2 |
779 | 2024-06-26T04:34:36.509Z | Downloaded der_derive v0.7.2 |
780 | 2024-06-26T04:34:36.511Z | Downloaded derive_builder v0.20.0 |
781 | 2024-06-26T04:34:36.515Z | Downloaded ahash v0.8.11 |
782 | 2024-06-26T04:34:36.519Z | Downloaded foreign-types v0.5.0 |
783 | 2024-06-26T04:34:36.521Z | Downloaded http-range v0.1.5 |
784 | 2024-06-26T04:34:36.521Z | Downloaded thiserror-no-std v2.0.2 |
785 | 2024-06-26T04:34:36.527Z | Downloaded poly1305 v0.8.0 |
786 | 2024-06-26T04:34:36.530Z | Downloaded ref-cast-impl v1.0.23 |
787 | 2024-06-26T04:34:36.530Z | Downloaded pkcs8 v0.10.2 |
788 | 2024-06-26T04:34:36.533Z | Downloaded colored v2.1.0 |
789 | 2024-06-26T04:34:36.535Z | Downloaded predicates-tree v1.0.9 |
790 | 2024-06-26T04:34:36.538Z | Downloaded predicates v3.1.0 |
791 | 2024-06-26T04:34:36.541Z | Downloaded num-traits v0.2.19 |
792 | 2024-06-26T04:34:36.545Z | Downloaded kstat-rs v0.2.4 |
793 | 2024-06-26T04:34:36.548Z | Downloaded num-integer v0.1.46 |
794 | 2024-06-26T04:34:36.548Z | Downloaded crossbeam-epoch v0.9.18 |
795 | 2024-06-26T04:34:36.551Z | Downloaded parking_lot v0.11.2 |
796 | 2024-06-26T04:34:36.554Z | Downloaded omicron-zone-package v0.11.0 |
797 | 2024-06-26T04:34:36.557Z | Downloaded defmt-macros v0.3.9 |
798 | 2024-06-26T04:34:36.560Z | Downloaded pem v3.0.4 |
799 | 2024-06-26T04:34:36.563Z | Downloaded rand_seeder v0.2.3 |
800 | 2024-06-26T04:34:36.563Z | Downloaded ppv-lite86 v0.2.17 |
801 | 2024-06-26T04:34:36.565Z | Downloaded corncobs v0.1.3 |
802 | 2024-06-26T04:34:36.569Z | Downloaded radium v0.7.0 |
803 | 2024-06-26T04:34:36.569Z | Downloaded wait-timeout v0.2.0 |
804 | 2024-06-26T04:34:36.574Z | Downloaded tui-tree-widget v0.19.0 |
805 | 2024-06-26T04:34:36.574Z | Downloaded cookie v0.18.1 |
806 | 2024-06-26T04:34:36.577Z | Downloaded oso v0.27.3 |
807 | 2024-06-26T04:34:36.577Z | Downloaded num-rational v0.4.2 |
808 | 2024-06-26T04:34:36.580Z | Downloaded foreign-types-shared v0.3.1 |
809 | 2024-06-26T04:34:36.580Z | Downloaded erased-serde v0.3.31 |
810 | 2024-06-26T04:34:36.583Z | Downloaded hostname v0.4.0 |
811 | 2024-06-26T04:34:36.586Z | Downloaded float-ord v0.3.2 |
812 | 2024-06-26T04:34:36.586Z | Downloaded instant v0.1.12 |
813 | 2024-06-26T04:34:36.589Z | Downloaded zone_cfg_derive v0.1.2 |
814 | 2024-06-26T04:34:36.589Z | Downloaded packed_struct v0.10.1 |
815 | 2024-06-26T04:34:36.592Z | Downloaded matches v0.1.10 |
816 | 2024-06-26T04:34:36.592Z | Downloaded pkcs1 v0.7.5 |
817 | 2024-06-26T04:34:36.595Z | Downloaded cancel-safe-futures v0.1.5 |
818 | 2024-06-26T04:34:36.598Z | Downloaded ciborium-ll v0.2.2 |
819 | 2024-06-26T04:34:36.601Z | Downloaded bcs v0.1.6 |
820 | 2024-06-26T04:34:36.601Z | Downloaded memoffset v0.9.1 |
821 | 2024-06-26T04:34:36.604Z | Downloaded peg-macros v0.8.3 |
822 | 2024-06-26T04:34:36.607Z | Downloaded same-file v1.0.6 |
823 | 2024-06-26T04:34:36.607Z | Downloaded console v0.15.8 |
824 | 2024-06-26T04:34:36.610Z | Downloaded managed v0.8.0 |
825 | 2024-06-26T04:34:36.612Z | Downloaded rustc-hash v1.1.0 |
826 | 2024-06-26T04:34:36.612Z | Downloaded serde_repr v0.1.19 |
827 | 2024-06-26T04:34:36.615Z | Downloaded derive_builder_core v0.20.0 |
828 | 2024-06-26T04:34:36.618Z | Downloaded compact_str v0.7.1 |
829 | 2024-06-26T04:34:36.621Z | Downloaded darling_core v0.20.9 |
830 | 2024-06-26T04:34:36.625Z | Downloaded slog-dtrace v0.3.0 |
831 | 2024-06-26T04:34:36.628Z | Downloaded toolchain_find v0.4.0 |
832 | 2024-06-26T04:34:36.630Z | Downloaded supports-color v3.0.0 |
833 | 2024-06-26T04:34:36.630Z | Downloaded strum_macros v0.25.3 |
834 | 2024-06-26T04:34:36.633Z | Downloaded blake2 v0.10.6 |
835 | 2024-06-26T04:34:36.636Z | Downloaded strum_macros v0.24.3 |
836 | 2024-06-26T04:34:36.639Z | Downloaded env_logger v0.10.2 |
837 | 2024-06-26T04:34:36.642Z | Downloaded unicode-xid v0.2.4 |
838 | 2024-06-26T04:34:36.642Z | Downloaded unicode-linebreak v0.1.5 |
839 | 2024-06-26T04:34:36.645Z | Downloaded unicase v2.7.0 |
840 | 2024-06-26T04:34:36.645Z | Downloaded flagset v0.4.5 |
841 | 2024-06-26T04:34:36.648Z | Downloaded fixedbitset v0.4.2 |
842 | 2024-06-26T04:34:36.654Z | Downloaded unarray v0.1.4 |
843 | 2024-06-26T04:34:36.654Z | Downloaded toml v0.7.8 |
844 | 2024-06-26T04:34:36.657Z | Downloaded rcgen v0.12.1 |
845 | 2024-06-26T04:34:36.657Z | Downloaded md-5 v0.10.6 |
846 | 2024-06-26T04:34:36.660Z | Downloaded ident_case v1.0.1 |
847 | 2024-06-26T04:34:36.660Z | Downloaded ciborium v0.2.2 |
848 | 2024-06-26T04:34:36.663Z | Downloaded maybe-uninit v2.0.0 |
849 | 2024-06-26T04:34:36.666Z | Downloaded clang-sys v1.7.0 |
850 | 2024-06-26T04:34:36.668Z | Downloaded libsw v3.3.1 |
851 | 2024-06-26T04:34:36.671Z | Downloaded cookie v0.17.0 |
852 | 2024-06-26T04:34:36.671Z | Downloaded memmap2 v0.9.4 |
853 | 2024-06-26T04:34:36.674Z | Downloaded ipnetwork v0.20.0 |
854 | 2024-06-26T04:34:36.677Z | Downloaded serde_plain v1.0.2 |
855 | 2024-06-26T04:34:36.686Z | Downloaded derive-where v1.2.7 |
856 | 2024-06-26T04:34:36.690Z | Downloaded untrusted v0.9.0 |
857 | 2024-06-26T04:34:36.693Z | Downloaded termios v0.3.3 |
858 | 2024-06-26T04:34:36.695Z | Downloaded rpassword v7.3.1 |
859 | 2024-06-26T04:34:36.696Z | Downloaded is_ci v1.2.0 |
860 | 2024-06-26T04:34:36.698Z | Downloaded postgres-protocol v0.6.6 |
861 | 2024-06-26T04:34:36.701Z | Downloaded termcolor v1.4.1 |
862 | 2024-06-26T04:34:36.701Z | Downloaded waitgroup v0.1.2 |
863 | 2024-06-26T04:34:36.705Z | Downloaded wyz v0.5.1 |
864 | 2024-06-26T04:34:36.705Z | Downloaded fxhash v0.2.1 |
865 | 2024-06-26T04:34:36.705Z | Downloaded serde-big-array v0.5.1 |
866 | 2024-06-26T04:34:36.708Z | Downloaded toml v0.5.11 |
867 | 2024-06-26T04:34:36.711Z | Downloaded topological-sort v0.2.2 |
868 | 2024-06-26T04:34:36.711Z | Downloaded lazycell v1.3.0 |
869 | 2024-06-26T04:34:36.714Z | Downloaded rusty-fork v0.3.0 |
870 | 2024-06-26T04:34:36.714Z | Downloaded lazy_static v1.4.0 |
871 | 2024-06-26T04:34:36.719Z | Downloaded humantime v2.1.0 |
872 | 2024-06-26T04:34:36.719Z | Downloaded getopts v0.2.21 |
873 | 2024-06-26T04:34:36.722Z | Downloaded indexmap v1.9.3 |
874 | 2024-06-26T04:34:36.722Z | Downloaded zeroize_derive v1.4.2 |
875 | 2024-06-26T04:34:36.725Z | Downloaded rand v0.8.5 |
876 | 2024-06-26T04:34:36.728Z | Downloaded tap v1.0.1 |
877 | 2024-06-26T04:34:36.733Z | Downloaded postcard v1.0.8 |
878 | 2024-06-26T04:34:36.735Z | Downloaded serde-big-array v0.4.1 |
879 | 2024-06-26T04:34:36.735Z | Downloaded scheduled-thread-pool v0.2.7 |
880 | 2024-06-26T04:34:36.735Z | Downloaded hubpack_derive v0.1.1 |
881 | 2024-06-26T04:34:36.735Z | Downloaded resolv-conf v0.7.0 |
882 | 2024-06-26T04:34:36.738Z | Downloaded rustc-demangle v0.1.24 |
883 | 2024-06-26T04:34:36.741Z | Downloaded secrecy v0.8.0 |
884 | 2024-06-26T04:34:36.744Z | Downloaded rustfmt-wrapper v0.2.1 |
885 | 2024-06-26T04:34:36.744Z | Downloaded sct v0.7.1 |
886 | 2024-06-26T04:34:36.746Z | Downloaded rustls-pemfile v2.1.2 |
887 | 2024-06-26T04:34:36.749Z | Downloaded socket2 v0.4.10 |
888 | 2024-06-26T04:34:36.752Z | Downloaded hyper-staticfile v0.9.5 |
889 | 2024-06-26T04:34:36.755Z | Downloaded spin v0.5.2 |
890 | 2024-06-26T04:34:36.759Z | Downloaded hyper-rustls v0.24.2 |
891 | 2024-06-26T04:34:36.759Z | Downloaded libefi-sys v0.1.0 |
892 | 2024-06-26T04:34:36.762Z | Downloaded tempfile v3.10.1 |
893 | 2024-06-26T04:34:36.765Z | Downloaded crypto-bigint v0.5.5 |
894 | 2024-06-26T04:34:36.769Z | Downloaded rayon-core v1.12.1 |
895 | 2024-06-26T04:34:36.773Z | Downloaded difflib v0.4.0 |
896 | 2024-06-26T04:34:36.776Z | Downloaded termtree v0.4.1 |
897 | 2024-06-26T04:34:36.776Z | Downloaded fastrand v2.1.0 |
898 | 2024-06-26T04:34:36.779Z | Downloaded fallible-iterator v0.2.0 |
899 | 2024-06-26T04:34:36.779Z | Downloaded getrandom v0.2.14 |
900 | 2024-06-26T04:34:36.782Z | Downloaded lru-cache v0.1.2 |
901 | 2024-06-26T04:34:36.785Z | Downloaded group v0.13.0 |
902 | 2024-06-26T04:34:36.785Z | Downloaded hmac v0.12.1 |
903 | 2024-06-26T04:34:36.787Z | Downloaded diff v0.1.13 |
904 | 2024-06-26T04:34:36.790Z | Downloaded strip-ansi-escapes v0.2.0 |
905 | 2024-06-26T04:34:36.795Z | Downloaded ron v0.8.1 |
906 | 2024-06-26T04:34:36.798Z | Downloaded der v0.7.9 |
907 | 2024-06-26T04:34:36.803Z | Downloaded stability v0.2.0 |
908 | 2024-06-26T04:34:36.809Z | Downloaded tabwriter v1.4.0 |
909 | 2024-06-26T04:34:36.809Z | Downloaded tracing-attributes v0.1.27 |
910 | 2024-06-26T04:34:36.812Z | Downloaded sqlformat v0.2.3 |
911 | 2024-06-26T04:34:36.812Z | Downloaded serde_arrays v0.1.0 |
912 | 2024-06-26T04:34:36.812Z | Downloaded env_logger v0.9.3 |
913 | 2024-06-26T04:34:36.815Z | Downloaded vsss-rs v3.3.4 |
914 | 2024-06-26T04:34:36.818Z | Downloaded samael v0.0.15 |
915 | 2024-06-26T04:34:36.822Z | Downloaded uuid v1.8.0 |
916 | 2024-06-26T04:34:36.825Z | Downloaded walkdir v2.5.0 |
917 | 2024-06-26T04:34:36.828Z | Downloaded gethostname v0.4.3 |
918 | 2024-06-26T04:34:36.830Z | Downloaded funty v2.0.0 |
919 | 2024-06-26T04:34:36.830Z | Downloaded fragile v2.0.0 |
920 | 2024-06-26T04:34:36.833Z | Downloaded dyn-clone v1.0.17 |
921 | 2024-06-26T04:34:36.833Z | Downloaded which v4.4.2 |
922 | 2024-06-26T04:34:36.836Z | Downloaded stringprep v0.1.4 |
923 | 2024-06-26T04:34:36.836Z | Downloaded spin v0.9.8 |
924 | 2024-06-26T04:34:36.839Z | Downloaded tokio-rustls v0.25.0 |
925 | 2024-06-26T04:34:36.842Z | Downloaded headers-core v0.2.0 |
926 | 2024-06-26T04:34:36.842Z | Downloaded slog-envlogger v2.2.0 |
927 | 2024-06-26T04:34:36.845Z | Downloaded enum-as-inner v0.5.1 |
928 | 2024-06-26T04:34:36.845Z | Downloaded tls_codec_derive v0.4.1 |
929 | 2024-06-26T04:34:36.848Z | Downloaded vte v0.11.1 |
930 | 2024-06-26T04:34:36.851Z | Downloaded lalrpop-util v0.19.12 |
931 | 2024-06-26T04:34:36.851Z | Downloaded impl-trait-for-tuples v0.2.2 |
932 | 2024-06-26T04:34:36.854Z | Downloaded ena v0.14.3 |
933 | 2024-06-26T04:34:36.859Z | Downloaded num-bigint v0.4.5 |
934 | 2024-06-26T04:34:36.862Z | Downloaded thiserror-impl-no-std v2.0.2 |
935 | 2024-06-26T04:34:36.862Z | Downloaded display-error-chain v0.2.0 |
936 | 2024-06-26T04:34:36.862Z | Downloaded downcast v0.11.0 |
937 | 2024-06-26T04:34:36.865Z | Downloaded semver v0.1.20 |
938 | 2024-06-26T04:34:36.865Z | Downloaded rtoolbox v0.0.2 |
939 | 2024-06-26T04:34:36.868Z | Downloaded uzers v0.11.3 |
940 | 2024-06-26T04:34:36.868Z | Downloaded textwrap v0.16.1 |
941 | 2024-06-26T04:34:36.871Z | Downloaded signal-hook v0.3.17 |
942 | 2024-06-26T04:34:36.875Z | Downloaded num-bigint-dig v0.8.4 |
943 | 2024-06-26T04:34:36.880Z | Downloaded sigpipe v0.1.3 |
944 | 2024-06-26T04:34:36.883Z | Downloaded heck v0.3.3 |
945 | 2024-06-26T04:34:36.883Z | Downloaded smawk v0.3.2 |
946 | 2024-06-26T04:34:36.883Z | Downloaded indoc v2.0.5 |
947 | 2024-06-26T04:34:36.886Z | Downloaded rustc_version v0.4.0 |
948 | 2024-06-26T04:34:36.889Z | Downloaded string_cache v0.8.7 |
949 | 2024-06-26T04:34:36.889Z | Downloaded glob v0.3.1 |
950 | 2024-06-26T04:34:36.892Z | Downloaded static_assertions v1.1.0 |
951 | 2024-06-26T04:34:36.892Z | Downloaded indoc v1.0.9 |
952 | 2024-06-26T04:34:36.895Z | Downloaded zone v0.1.8 |
953 | 2024-06-26T04:34:36.895Z | Downloaded sha1 v0.10.6 |
954 | 2024-06-26T04:34:36.899Z | Downloaded serde_path_to_error v0.1.16 |
955 | 2024-06-26T04:34:36.902Z | Downloaded http v1.1.0 |
956 | 2024-06-26T04:34:36.906Z | Downloaded rustc_version v0.1.7 |
957 | 2024-06-26T04:34:36.906Z | Downloaded hash32 v0.3.1 |
958 | 2024-06-26T04:34:36.906Z | Downloaded hash32 v0.2.1 |
959 | 2024-06-26T04:34:36.910Z | Downloaded rustls-pki-types v1.7.0 |
960 | 2024-06-26T04:34:36.910Z | Downloaded highway v1.1.0 |
961 | 2024-06-26T04:34:36.913Z | Downloaded either v1.12.0 |
962 | 2024-06-26T04:34:36.913Z | Downloaded stable_deref_trait v1.2.0 |
963 | 2024-06-26T04:34:36.913Z | Downloaded whoami v1.5.1 |
964 | 2024-06-26T04:34:36.916Z | Downloaded libloading v0.8.3 |
965 | 2024-06-26T04:34:36.920Z | Downloaded zip v0.6.6 |
966 | 2024-06-26T04:34:36.925Z | Downloaded heapless v0.7.17 |
967 | 2024-06-26T04:34:36.929Z | Downloaded tokio-tungstenite v0.20.1 |
968 | 2024-06-26T04:34:36.932Z | Downloaded smf v0.2.3 |
969 | 2024-06-26T04:34:36.932Z | Downloaded tokio-stream v0.1.15 |
970 | 2024-06-26T04:34:36.935Z | Downloaded ron v0.7.1 |
971 | 2024-06-26T04:34:36.938Z | Downloaded serde_derive_internals v0.29.1 |
972 | 2024-06-26T04:34:36.942Z | Downloaded regex-automata v0.1.10 |
973 | 2024-06-26T04:34:36.945Z | Downloaded tokio-tungstenite v0.21.0 |
974 | 2024-06-26T04:34:36.948Z | Downloaded keccak v0.1.5 |
975 | 2024-06-26T04:34:36.951Z | Downloaded ed25519 v1.5.3 |
976 | 2024-06-26T04:34:36.951Z | Downloaded tungstenite v0.20.1 |
977 | 2024-06-26T04:34:36.955Z | Downloaded tokio-postgres v0.7.10 |
978 | 2024-06-26T04:34:36.960Z | Downloaded test-strategy v0.3.1 |
979 | 2024-06-26T04:34:36.963Z | Downloaded similar v2.5.0 |
980 | 2024-06-26T04:34:36.968Z | Downloaded half v2.4.1 |
981 | 2024-06-26T04:34:36.971Z | Downloaded elliptic-curve v0.13.8 |
982 | 2024-06-26T04:34:36.975Z | Downloaded nom v7.1.3 |
983 | 2024-06-26T04:34:36.980Z | Downloaded hashbrown v0.12.3 |
984 | 2024-06-26T04:34:36.985Z | Downloaded steno v0.4.0 |
985 | 2024-06-26T04:34:36.988Z | Downloaded rsa v0.9.6 |
986 | 2024-06-26T04:34:36.994Z | Downloaded snafu v0.8.2 |
987 | 2024-06-26T04:34:37.002Z | Downloaded maplit v1.0.2 |
988 | 2024-06-26T04:34:37.013Z | Downloaded unsafe-libyaml v0.2.11 |
989 | 2024-06-26T04:34:37.013Z | Downloaded serde_yaml v0.9.34+deprecated |
990 | 2024-06-26T04:34:37.013Z | Downloaded toml_edit v0.19.15 |
991 | 2024-06-26T04:34:37.026Z | Downloaded expectorate v1.1.0 |
992 | 2024-06-26T04:34:37.029Z | Downloaded trust-dns-resolver v0.22.0 |
993 | 2024-06-26T04:34:37.034Z | Downloaded tough v0.17.1 |
994 | 2024-06-26T04:34:37.040Z | Downloaded unicode-segmentation v1.11.0 |
995 | 2024-06-26T04:34:37.043Z | Downloaded hashbrown v0.13.2 |
996 | 2024-06-26T04:34:37.047Z | Downloaded rustyline v14.0.0 |
997 | 2024-06-26T04:34:37.053Z | Downloaded tungstenite v0.21.0 |
998 | 2024-06-26T04:34:37.055Z | Downloaded heapless v0.8.0 |
999 | 2024-06-26T04:34:37.059Z | Downloaded portable-atomic v1.6.0 |
1000 | 2024-06-26T04:34:37.065Z | Downloaded crossterm v0.27.0 |
1001 | 2024-06-26T04:34:37.073Z | Downloaded rayon v1.10.0 |
1002 | 2024-06-26T04:34:37.081Z | Downloaded libm v0.2.8 |
1003 | 2024-06-26T04:34:37.090Z | Downloaded trust-dns-client v0.22.0 |
1004 | 2024-06-26T04:34:37.095Z | Downloaded typed-path v0.7.1 |
1005 | 2024-06-26T04:34:37.101Z | Downloaded aho-corasick v1.1.3 |
1006 | 2024-06-26T04:34:37.107Z | Downloaded quick-xml v0.31.0 |
1007 | 2024-06-26T04:34:37.114Z | Downloaded itertools v0.10.5 |
1008 | 2024-06-26T04:34:37.119Z | Downloaded blake3 v1.5.1 |
1009 | 2024-06-26T04:34:37.127Z | Downloaded libxml v0.3.3 |
1010 | 2024-06-26T04:34:37.135Z | Downloaded sqlparser v0.45.0 |
1011 | 2024-06-26T04:34:37.139Z | Downloaded serde_with v3.8.1 |
1012 | 2024-06-26T04:34:37.147Z | Downloaded proptest v1.4.0 |
1013 | 2024-06-26T04:34:37.157Z | Downloaded chrono v0.4.38 |
1014 | 2024-06-26T04:34:37.164Z | Downloaded itertools v0.12.1 |
1015 | 2024-06-26T04:34:37.171Z | Downloaded bindgen v0.69.4 |
1016 | 2024-06-26T04:34:37.179Z | Downloaded object v0.30.4 |
1017 | 2024-06-26T04:34:37.189Z | Downloaded radix_trie v0.2.1 |
1018 | 2024-06-26T04:34:37.194Z | Downloaded hkdf v0.12.4 |
1019 | 2024-06-26T04:34:37.198Z | Downloaded rustls-webpki v0.101.7 |
1020 | 2024-06-26T04:34:37.211Z | Downloaded lalrpop v0.19.12 |
1021 | 2024-06-26T04:34:37.222Z | Downloaded regex v1.10.4 |
1022 | 2024-06-26T04:34:37.235Z | Downloaded object v0.32.2 |
1023 | 2024-06-26T04:34:37.246Z | Downloaded rustls-webpki v0.102.4 |
1024 | 2024-06-26T04:34:37.263Z | Downloaded nix v0.28.0 |
1025 | 2024-06-26T04:34:37.278Z | Downloaded webpki-roots v0.25.4 |
1026 | 2024-06-26T04:34:37.285Z | Downloaded smoltcp v0.9.1 |
1027 | 2024-06-26T04:34:37.288Z | Downloaded polar-core v0.27.3 |
1028 | 2024-06-26T04:34:37.297Z | Downloaded idna v0.2.3 |
1029 | 2024-06-26T04:34:37.303Z | Downloaded gimli v0.28.1 |
1030 | 2024-06-26T04:34:37.312Z | Downloaded openapiv3 v2.0.0 |
1031 | 2024-06-26T04:34:37.323Z | Downloaded idna v0.3.0 |
1032 | 2024-06-26T04:34:37.330Z | Downloaded trust-dns-proto v0.22.0 |
1033 | 2024-06-26T04:34:37.342Z | Downloaded regex-syntax v0.6.29 |
1034 | 2024-06-26T04:34:37.349Z | Downloaded regress v0.9.1 |
1035 | 2024-06-26T04:34:37.359Z | Downloaded regex-syntax v0.8.3 |
1036 | 2024-06-26T04:34:37.365Z | Downloaded ratatui v0.26.2 |
1037 | 2024-06-26T04:34:37.383Z | Downloaded smoltcp v0.11.0 |
1038 | 2024-06-26T04:34:37.396Z | Downloaded sled v0.34.7 |
1039 | 2024-06-26T04:34:37.406Z | Downloaded zerocopy-derive v0.6.6 |
1040 | 2024-06-26T04:34:37.414Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1041 | 2024-06-26T04:34:37.426Z | Downloaded finl_unicode v1.2.0 |
1042 | 2024-06-26T04:34:37.438Z | Downloaded petgraph v0.6.5 |
1043 | 2024-06-26T04:34:37.456Z | Downloaded regex-automata v0.4.6 |
1044 | 2024-06-26T04:34:37.473Z | Downloaded rustls v0.22.4 |
1045 | 2024-06-26T04:34:37.484Z | Downloaded sha3 v0.10.8 |
1046 | 2024-06-26T04:34:37.489Z | Downloaded csv v1.3.0 |
1047 | 2024-06-26T04:34:37.507Z | Downloaded rustls v0.21.12 |
1048 | 2024-06-26T04:34:37.519Z | Downloaded bstr v1.9.1 |
1049 | 2024-06-26T04:34:37.528Z | Downloaded bstr v0.2.17 |
1050 | 2024-06-26T04:34:37.537Z | Downloaded curve25519-dalek v4.1.3 |
1051 | 2024-06-26T04:34:37.545Z | Downloaded nix v0.27.1 |
1052 | 2024-06-26T04:34:37.556Z | Downloaded diesel v2.1.6 |
1053 | 2024-06-26T04:34:37.574Z | Downloaded bitvec v1.0.1 |
1054 | 2024-06-26T04:34:37.588Z | Downloaded winnow v0.5.40 |
1055 | 2024-06-26T04:34:37.597Z | Downloaded reedline v0.31.0 |
1056 | 2024-06-26T04:34:37.603Z | Downloaded serde_with_macros v3.8.1 |
1057 | 2024-06-26T04:34:37.607Z | Downloaded fatfs v0.3.6 |
1058 | 2024-06-26T04:34:37.610Z | Downloaded smallvec v0.6.14 |
1059 | 2024-06-26T04:34:37.610Z | Downloaded slog-stdlog v4.1.1 |
1060 | 2024-06-26T04:34:37.610Z | Downloaded home v0.5.9 |
1061 | 2024-06-26T04:34:37.614Z | Downloaded globset v0.4.14 |
1062 | 2024-06-26T04:34:37.614Z | Downloaded tls_codec v0.4.1 |
1063 | 2024-06-26T04:34:37.618Z | Downloaded universal-hash v0.5.1 |
1064 | 2024-06-26T04:34:37.618Z | Downloaded salty v0.2.0 |
1065 | 2024-06-26T04:34:37.621Z | Downloaded x509-cert v0.2.5 |
1066 | 2024-06-26T04:34:37.626Z | Downloaded publicsuffix v2.2.3 |
1067 | 2024-06-26T04:34:37.628Z | Downloaded flume v0.11.0 |
1068 | 2024-06-26T04:34:37.631Z | Downloaded zerocopy v0.6.6 |
1069 | 2024-06-26T04:34:37.634Z | Downloaded tiny-keccak v2.0.2 |
1070 | 2024-06-26T04:34:37.637Z | Downloaded snafu-derive v0.8.2 |
1071 | 2024-06-26T04:34:37.639Z | Downloaded signal-hook-tokio v0.3.1 |
1072 | 2024-06-26T04:34:37.639Z | Downloaded schemars v0.8.21 |
1073 | 2024-06-26T04:34:37.649Z | Downloaded headers v0.3.9 |
1074 | 2024-06-26T04:34:37.656Z | Downloaded minimal-lexical v0.2.1 |
1075 | 2024-06-26T04:34:37.660Z | Downloaded linked-hash-map v0.5.6 |
1076 | 2024-06-26T04:34:37.663Z | Downloaded linear-map v1.2.0 |
1077 | 2024-06-26T04:34:37.663Z | Downloaded untrusted v0.7.1 |
1078 | 2024-06-26T04:34:37.663Z | Downloaded hubpack v0.1.2 |
1079 | 2024-06-26T04:34:37.663Z | Downloaded pin-project v1.1.5 |
1080 | 2024-06-26T04:34:37.674Z | Downloaded backtrace v0.3.71 |
1081 | 2024-06-26T04:34:37.679Z | Downloaded indicatif v0.17.8 |
1082 | 2024-06-26T04:34:37.682Z | Downloaded trust-dns-server v0.22.1 |
1083 | 2024-06-26T04:34:37.691Z | Downloaded signature v2.2.0 |
1084 | 2024-06-26T04:34:37.694Z | Downloaded iana-time-zone v0.1.60 |
1085 | 2024-06-26T04:34:37.694Z | Downloaded const_format v0.2.32 |
1086 | 2024-06-26T04:34:37.697Z | Downloaded chacha20poly1305 v0.10.1 |
1087 | 2024-06-26T04:34:37.697Z | Downloaded lru v0.12.3 |
1088 | 2024-06-26T04:34:37.700Z | Downloaded fd-lock v4.0.2 |
1089 | 2024-06-26T04:34:37.700Z | Downloaded zeroize v1.7.0 |
1090 | 2024-06-26T04:34:37.703Z | Downloaded signature v1.6.4 |
1091 | 2024-06-26T04:34:37.703Z | Downloaded serde-hex v0.1.0 |
1092 | 2024-06-26T04:34:37.703Z | Downloaded subprocess v0.2.9 |
1093 | 2024-06-26T04:34:37.706Z | Downloaded diesel_derives v2.1.4 |
1094 | 2024-06-26T04:34:37.709Z | Downloaded ring v0.17.8 |
1095 | 2024-06-26T04:34:37.775Z | Downloaded unicode_categories v0.1.1 |
1096 | 2024-06-26T04:34:37.778Z | Downloaded prettyplease v0.2.20 |
1097 | 2024-06-26T04:34:37.781Z | Downloaded spki v0.7.3 |
1098 | 2024-06-26T04:34:37.782Z | Downloaded slog-scope v4.4.0 |
1099 | 2024-06-26T04:34:37.784Z | Downloaded shlex v1.3.0 |
1100 | 2024-06-26T04:34:37.785Z | Downloaded shell-words v1.1.0 |
1101 | 2024-06-26T04:34:37.785Z | Downloaded sec1 v0.7.3 |
1102 | 2024-06-26T04:34:37.788Z | Downloaded schemars_derive v0.8.21 |
1103 | 2024-06-26T04:34:37.788Z | Downloaded tokio-rustls v0.24.1 |
1104 | 2024-06-26T04:34:37.791Z | Downloaded crc-any v2.5.0 |
1105 | 2024-06-26T04:34:37.791Z | Downloaded inout v0.1.3 |
1106 | 2024-06-26T04:34:37.794Z | Downloaded ff v0.13.0 |
1107 | 2024-06-26T04:34:37.794Z | Downloaded structmeta-derive v0.3.0 |
1108 | 2024-06-26T04:34:37.795Z | Downloaded structmeta-derive v0.2.0 |
1109 | 2024-06-26T04:34:37.797Z | Downloaded structmeta v0.3.0 |
1110 | 2024-06-26T04:34:37.797Z | Downloaded structmeta v0.2.0 |
1111 | 2024-06-26T04:34:37.797Z | Downloaded subtle v2.5.0 |
1112 | 2024-06-26T04:34:37.801Z | Downloaded yasna v0.5.2 |
1113 | 2024-06-26T04:34:37.801Z | Downloaded base64 v0.22.1 |
1114 | 2024-06-26T04:34:37.804Z | Downloaded base64 v0.13.1 |
1115 | 2024-06-26T04:34:37.808Z | Downloaded siphasher v0.3.11 |
1116 | 2024-06-26T04:34:37.808Z | Downloaded signal-hook-mio v0.2.3 |
1117 | 2024-06-26T04:34:37.811Z | Downloaded utf-8 v0.7.6 |
1118 | 2024-06-26T04:34:37.811Z | Downloaded arc-swap v1.7.1 |
1119 | 2024-06-26T04:34:37.816Z | Downloaded darling v0.20.9 |
1120 | 2024-06-26T04:34:37.819Z | Downloaded cookie_store v0.20.0 |
1121 | 2024-06-26T04:34:37.819Z | Downloaded hex v0.4.3 |
1122 | 2024-06-26T04:34:37.819Z | Downloaded endian-type v0.1.2 |
1123 | 2024-06-26T04:34:37.822Z | Downloaded sqlparser_derive v0.2.2 |
1124 | 2024-06-26T04:34:37.822Z | Downloaded float-cmp v0.9.0 |
1125 | 2024-06-26T04:34:37.822Z | Downloaded embedded-io v0.4.0 |
1126 | 2024-06-26T04:34:37.825Z | Downloaded parse-display v0.9.0 |
1127 | 2024-06-26T04:34:37.825Z | Downloaded num-complex v0.4.6 |
1128 | 2024-06-26T04:34:37.825Z | Downloaded nu-ansi-term v0.50.0 |
1129 | 2024-06-26T04:34:37.828Z | Downloaded derive_more v0.99.17 |
1130 | 2024-06-26T04:34:37.832Z | Downloaded debug-ignore v1.0.5 |
1131 | 2024-06-26T04:34:37.836Z | Downloaded const-oid v0.9.6 |
1132 | 2024-06-26T04:34:37.836Z | Downloaded arrayvec v0.7.4 |
1133 | 2024-06-26T04:34:37.839Z | Downloaded castaway v0.2.2 |
1134 | 2024-06-26T04:34:37.839Z | Downloaded mockall_derive v0.12.1 |
1135 | 2024-06-26T04:34:37.842Z | Downloaded crossbeam-deque v0.8.5 |
1136 | 2024-06-26T04:34:37.842Z | Downloaded buf-list v1.0.3 |
1137 | 2024-06-26T04:34:37.845Z | Downloaded ring v0.16.20 |
1138 | 2024-06-26T04:34:37.919Z | Downloaded pin-project-internal v1.1.5 |
1139 | 2024-06-26T04:34:37.922Z | Downloaded num_enum v0.5.11 |
1140 | 2024-06-26T04:34:37.925Z | Downloaded constant_time_eq v0.3.0 |
1141 | 2024-06-26T04:34:37.928Z | Downloaded bitfield v0.14.0 |
1142 | 2024-06-26T04:34:37.928Z | Downloaded foreign-types-macros v0.2.3 |
1143 | 2024-06-26T04:34:37.928Z | Downloaded bit-set v0.5.3 |
1144 | 2024-06-26T04:34:37.930Z | Downloaded rand_chacha v0.3.1 |
1145 | 2024-06-26T04:34:37.931Z | Downloaded paste v1.0.15 |
1146 | 2024-06-26T04:34:37.933Z | Downloaded allocator-api2 v0.2.18 |
1147 | 2024-06-26T04:34:37.936Z | Downloaded pem-rfc7468 v0.7.0 |
1148 | 2024-06-26T04:34:37.936Z | Downloaded olpc-cjson v0.1.3 |
1149 | 2024-06-26T04:34:37.939Z | Downloaded num-iter v0.1.45 |
1150 | 2024-06-26T04:34:37.939Z | Downloaded const_format_proc_macros v0.2.32 |
1151 | 2024-06-26T04:34:37.944Z | Downloaded owo-colors v4.0.0 |
1152 | 2024-06-26T04:34:37.945Z | Downloaded phf_shared v0.10.0 |
1153 | 2024-06-26T04:34:37.947Z | Downloaded phf v0.11.2 |
1154 | 2024-06-26T04:34:37.947Z | Downloaded parse-size v1.0.0 |
1155 | 2024-06-26T04:34:37.947Z | Downloaded crunchy v0.2.2 |
1156 | 2024-06-26T04:34:37.947Z | Downloaded ascii v1.1.0 |
1157 | 2024-06-26T04:34:37.947Z | Downloaded proc-macro-crate v1.3.1 |
1158 | 2024-06-26T04:34:37.947Z | Downloaded parse-display-derive v0.9.0 |
1159 | 2024-06-26T04:34:37.950Z | Downloaded opaque-debug v0.3.1 |
1160 | 2024-06-26T04:34:37.950Z | Downloaded num-derive v0.4.2 |
1161 | 2024-06-26T04:34:37.950Z | Downloaded defmt-parser v0.3.4 |
1162 | 2024-06-26T04:34:37.953Z | Downloaded crc-catalog v2.4.0 |
1163 | 2024-06-26T04:34:37.953Z | Downloaded camino-tempfile v1.1.1 |
1164 | 2024-06-26T04:34:37.956Z | Downloaded bb8 v0.8.3 |
1165 | 2024-06-26T04:34:37.956Z | Downloaded curve25519-dalek-derive v0.1.1 |
1166 | 2024-06-26T04:34:37.956Z | Downloaded phf_shared v0.11.2 |
1167 | 2024-06-26T04:34:37.956Z | Downloaded peg v0.8.3 |
1168 | 2024-06-26T04:34:37.959Z | Downloaded multimap v0.10.0 |
1169 | 2024-06-26T04:34:37.962Z | Downloaded bit-vec v0.6.3 |
1170 | 2024-06-26T04:34:37.962Z | Downloaded arrayref v0.3.7 |
1171 | 2024-06-26T04:34:37.965Z | Downloaded number_prefix v0.4.0 |
1172 | 2024-06-26T04:34:37.965Z | Downloaded nodrop v0.1.14 |
1173 | 2024-06-26T04:34:37.965Z | Downloaded newtype_derive v0.1.6 |
1174 | 2024-06-26T04:34:37.965Z | Downloaded new_debug_unreachable v1.0.6 |
1175 | 2024-06-26T04:34:38.101Z | Compiling proc-macro2 v1.0.86 |
1176 | 2024-06-26T04:34:38.101Z | Compiling unicode-ident v1.0.12 |
1177 | 2024-06-26T04:34:38.103Z | Compiling libc v0.2.155 |
1178 | 2024-06-26T04:34:38.103Z | Compiling serde v1.0.203 |
1179 | 2024-06-26T04:34:38.103Z | Compiling autocfg v1.3.0 |
1180 | 2024-06-26T04:34:38.104Z | Compiling version_check v0.9.4 |
1181 | 2024-06-26T04:34:38.104Z | Compiling cfg-if v1.0.0 |
1182 | 2024-06-26T04:34:38.321Z | Compiling cc v1.0.97 |
1183 | 2024-06-26T04:34:38.365Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-06-26T04:34:38.381Z | Compiling serde_json v1.0.117 |
1185 | 2024-06-26T04:34:38.758Z | Compiling once_cell v1.19.0 |
1186 | 2024-06-26T04:34:38.836Z | Compiling libm v0.2.8 |
1187 | 2024-06-26T04:34:38.854Z | Compiling byteorder v1.5.0 |
1188 | 2024-06-26T04:34:39.018Z | Compiling lock_api v0.4.12 |
1189 | 2024-06-26T04:34:39.118Z | Compiling ahash v0.8.11 |
1190 | 2024-06-26T04:34:39.134Z | Compiling num-traits v0.2.19 |
1191 | 2024-06-26T04:34:39.282Z | Compiling memchr v2.7.2 |
1192 | 2024-06-26T04:34:39.300Z | Compiling thiserror v1.0.60 |
1193 | 2024-06-26T04:34:39.408Z | Compiling typenum v1.17.0 |
1194 | 2024-06-26T04:34:39.427Z | Compiling log v0.4.21 |
1195 | 2024-06-26T04:34:39.800Z | Compiling quote v1.0.36 |
1196 | 2024-06-26T04:34:39.827Z | Compiling itoa v1.0.11 |
1197 | 2024-06-26T04:34:40.057Z | Compiling generic-array v0.14.7 |
1198 | 2024-06-26T04:34:40.409Z | Compiling syn v2.0.68 |
1199 | 2024-06-26T04:34:40.446Z | Compiling getrandom v0.2.14 |
1200 | 2024-06-26T04:34:40.832Z | Compiling scopeguard v1.2.0 |
1201 | 2024-06-26T04:34:41.072Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-06-26T04:34:41.142Z | Compiling slab v0.4.9 |
1203 | 2024-06-26T04:34:41.498Z | Compiling ring v0.17.8 |
1204 | 2024-06-26T04:34:41.520Z | Compiling ryu v1.0.18 |
1205 | 2024-06-26T04:34:41.695Z | Compiling pin-project-lite v0.2.14 |
1206 | 2024-06-26T04:34:41.844Z | Compiling schemars v0.8.21 |
1207 | 2024-06-26T04:34:41.883Z | Compiling smallvec v1.13.2 |
1208 | 2024-06-26T04:34:41.923Z | Compiling semver v1.0.23 |
1209 | 2024-06-26T04:34:42.268Z | Compiling equivalent v1.0.1 |
1210 | 2024-06-26T04:34:42.417Z | Compiling vcpkg v0.2.15 |
1211 | 2024-06-26T04:34:42.437Z | Compiling pkg-config v0.3.30 |
1212 | 2024-06-26T04:34:42.605Z | Compiling signal-hook-registry v1.4.2 |
1213 | 2024-06-26T04:34:43.223Z | Compiling parking_lot v0.12.2 |
1214 | 2024-06-26T04:34:43.817Z | Compiling syn v1.0.109 |
1215 | 2024-06-26T04:34:44.170Z | Compiling openssl-sys v0.9.102 |
1216 | 2024-06-26T04:34:44.204Z | Compiling mio v0.8.11 |
1217 | 2024-06-26T04:34:45.189Z | Compiling rand_core v0.6.4 |
1218 | 2024-06-26T04:34:45.393Z | Compiling num_cpus v1.16.0 |
1219 | 2024-06-26T04:34:45.580Z | Compiling socket2 v0.5.7 |
1220 | 2024-06-26T04:34:45.643Z | Compiling time-core v0.1.2 |
1221 | 2024-06-26T04:34:45.814Z | Compiling num-conv v0.1.0 |
1222 | 2024-06-26T04:34:46.105Z | Compiling time-macros v0.2.18 |
1223 | 2024-06-26T04:34:46.456Z | Compiling httparse v1.8.0 |
1224 | 2024-06-26T04:34:46.971Z | Compiling futures-core v0.3.30 |
1225 | 2024-06-26T04:34:47.238Z | Compiling fnv v1.0.7 |
1226 | 2024-06-26T04:34:47.320Z | Compiling openssl v0.10.64 |
1227 | 2024-06-26T04:34:47.748Z | Compiling iana-time-zone v0.1.60 |
1228 | 2024-06-26T04:34:47.791Z | Compiling crossbeam-utils v0.8.19 |
1229 | 2024-06-26T04:34:47.863Z | Compiling rustix v0.38.34 |
1230 | 2024-06-26T04:34:48.317Z | Compiling serde_derive_internals v0.29.1 |
1231 | 2024-06-26T04:34:48.518Z | Compiling spin v0.9.8 |
1232 | 2024-06-26T04:34:48.613Z | Compiling rustls v0.21.12 |
1233 | 2024-06-26T04:34:48.873Z | Compiling native-tls v0.2.11 |
1234 | 2024-06-26T04:34:48.985Z | Compiling tinyvec_macros v0.1.1 |
1235 | 2024-06-26T04:34:49.084Z | Compiling tinyvec v1.6.0 |
1236 | 2024-06-26T04:34:49.525Z | Compiling ucd-trie v0.1.6 |
1237 | 2024-06-26T04:34:49.820Z | Compiling subtle v2.5.0 |
1238 | 2024-06-26T04:34:50.142Z | Compiling futures-sink v0.3.30 |
1239 | 2024-06-26T04:34:50.159Z | Compiling const-oid v0.9.6 |
1240 | 2024-06-26T04:34:50.324Z | Compiling backtrace v0.3.71 |
1241 | 2024-06-26T04:34:50.693Z | Compiling unicode-normalization v0.1.23 |
1242 | 2024-06-26T04:34:50.748Z | Compiling cookie v0.17.0 |
1243 | 2024-06-26T04:34:50.828Z | Compiling heck v0.5.0 |
1244 | 2024-06-26T04:34:51.011Z | Compiling dyn-clone v1.0.17 |
1245 | 2024-06-26T04:34:51.211Z | Compiling unicode-bidi v0.3.15 |
1246 | 2024-06-26T04:34:51.279Z | Compiling slog v2.7.0 |
1247 | 2024-06-26T04:34:51.782Z | Compiling heck v0.4.1 |
1248 | 2024-06-26T04:34:52.081Z | Compiling futures-channel v0.3.30 |
1249 | 2024-06-26T04:34:52.292Z | Compiling futures-io v0.3.30 |
1250 | 2024-06-26T04:34:52.593Z | Compiling pin-utils v0.1.0 |
1251 | 2024-06-26T04:34:52.645Z | Compiling futures-task v0.3.30 |
1252 | 2024-06-26T04:34:53.020Z | Compiling aho-corasick v1.1.3 |
1253 | 2024-06-26T04:34:53.249Z | Compiling untrusted v0.9.0 |
1254 | 2024-06-26T04:34:53.493Z | Compiling regex-syntax v0.8.3 |
1255 | 2024-06-26T04:34:53.592Z | Compiling anyhow v1.0.86 |
1256 | 2024-06-26T04:34:54.120Z | Compiling winnow v0.5.40 |
1257 | 2024-06-26T04:34:54.430Z | Compiling serde_derive v1.0.203 |
1258 | 2024-06-26T04:34:55.446Z | Compiling zerocopy-derive v0.7.34 |
1259 | 2024-06-26T04:34:56.003Z | Compiling zeroize_derive v1.4.2 |
1260 | 2024-06-26T04:34:57.513Z | Compiling thiserror-impl v1.0.60 |
1261 | 2024-06-26T04:34:57.560Z | Compiling zerocopy v0.7.34 |
1262 | 2024-06-26T04:34:57.718Z | Compiling tokio-macros v2.2.0 |
1263 | 2024-06-26T04:34:58.130Z | Compiling futures-macro v0.3.30 |
1264 | 2024-06-26T04:34:58.155Z | Compiling schemars_derive v0.8.21 |
1265 | 2024-06-26T04:34:59.677Z | Compiling tracing-attributes v0.1.27 |
1266 | 2024-06-26T04:34:59.910Z | Compiling hashbrown v0.14.5 |
1267 | 2024-06-26T04:35:00.104Z | Compiling zeroize v1.7.0 |
1268 | 2024-06-26T04:35:00.954Z | Compiling openssl-macros v0.1.1 |
1269 | 2024-06-26T04:35:01.410Z | Compiling scroll_derive v0.12.0 |
1270 | 2024-06-26T04:35:01.705Z | Compiling pest v2.7.10 |
1271 | 2024-06-26T04:35:01.828Z | Compiling futures-util v0.3.30 |
1272 | 2024-06-26T04:35:02.018Z | Compiling crypto-common v0.1.6 |
1273 | 2024-06-26T04:35:02.247Z | Compiling der_derive v0.7.2 |
1274 | 2024-06-26T04:35:02.885Z | Compiling block-buffer v0.10.4 |
1275 | 2024-06-26T04:35:03.431Z | Compiling regex-automata v0.4.6 |
1276 | 2024-06-26T04:35:04.641Z | Compiling pest_meta v2.7.10 |
1277 | 2024-06-26T04:35:04.877Z | Compiling tracing-core v0.1.32 |
1278 | 2024-06-26T04:35:07.534Z | Compiling pest_generator v2.7.10 |
1279 | 2024-06-26T04:35:09.358Z | Compiling bytes v1.6.0 |
1280 | 2024-06-26T04:35:09.862Z | Compiling indexmap v2.2.6 |
1281 | 2024-06-26T04:35:10.676Z | Compiling tokio v1.37.0 |
1282 | 2024-06-26T04:35:10.730Z | Compiling uuid v1.8.0 |
1283 | 2024-06-26T04:35:11.433Z | Compiling bitflags v2.5.0 |
1284 | 2024-06-26T04:35:11.866Z | Compiling chrono v0.4.38 |
1285 | 2024-06-26T04:35:12.124Z | Compiling serde_tokenstream v0.2.0 |
1286 | 2024-06-26T04:35:13.195Z | Compiling serde_spanned v0.6.6 |
1287 | 2024-06-26T04:35:13.440Z | Compiling toml_datetime v0.6.6 |
1288 | 2024-06-26T04:35:13.887Z | Compiling http v0.2.12 |
1289 | 2024-06-26T04:35:15.838Z | Compiling toml_edit v0.19.15 |
1290 | 2024-06-26T04:35:16.408Z | Compiling rustc_version v0.4.0 |
1291 | 2024-06-26T04:35:17.095Z | Compiling pest_derive v2.7.10 |
1292 | 2024-06-26T04:35:17.305Z | Compiling usdt-impl v0.5.0 |
1293 | 2024-06-26T04:35:17.653Z | Compiling powerfmt v0.2.0 |
1294 | 2024-06-26T04:35:17.927Z | Compiling rustversion v1.0.17 |
1295 | 2024-06-26T04:35:18.185Z | Compiling deranged v0.3.11 |
1296 | 2024-06-26T04:35:18.280Z | Compiling heapless v0.7.17 |
1297 | 2024-06-26T04:35:18.634Z | Compiling tracing v0.1.40 |
1298 | 2024-06-26T04:35:18.714Z | Compiling digest v0.10.7 |
1299 | 2024-06-26T04:35:19.198Z | Compiling scroll v0.12.0 |
1300 | 2024-06-26T04:35:20.088Z | Compiling ppv-lite86 v0.2.17 |
1301 | 2024-06-26T04:35:20.521Z | Compiling num_threads v0.1.7 |
1302 | 2024-06-26T04:35:20.652Z | Compiling percent-encoding v2.3.1 |
1303 | 2024-06-26T04:35:20.921Z | Compiling plain v0.2.3 |
1304 | 2024-06-26T04:35:21.019Z | Compiling signal-hook v0.3.17 |
1305 | 2024-06-26T04:35:21.289Z | Compiling time v0.3.36 |
1306 | 2024-06-26T04:35:21.301Z | Compiling goblin v0.8.2 |
1307 | 2024-06-26T04:35:21.491Z | Compiling rand_chacha v0.3.1 |
1308 | 2024-06-26T04:35:23.316Z | Compiling regex v1.10.4 |
1309 | 2024-06-26T04:35:24.330Z | Compiling strsim v0.11.1 |
1310 | 2024-06-26T04:35:25.302Z | Compiling crc32fast v1.4.0 |
1311 | 2024-06-26T04:35:25.668Z | Compiling pretty-hex v0.4.1 |
1312 | 2024-06-26T04:35:26.411Z | Compiling rand v0.8.5 |
1313 | 2024-06-26T04:35:26.794Z | Compiling tokio-util v0.7.11 |
1314 | 2024-06-26T04:35:27.400Z | Compiling dof v0.3.0 |
1315 | 2024-06-26T04:35:28.010Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-06-26T04:35:28.629Z | Compiling async-trait v0.1.80 |
1317 | 2024-06-26T04:35:29.461Z | Compiling thread-id v4.2.1 |
1318 | 2024-06-26T04:35:29.578Z | Compiling base64ct v1.6.0 |
1319 | 2024-06-26T04:35:29.653Z | Compiling smoltcp v0.9.1 |
1320 | 2024-06-26T04:35:29.966Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1321 | 2024-06-26T04:35:30.071Z | Compiling unicode-width v0.1.12 |
1322 | 2024-06-26T04:35:30.189Z | Compiling foreign-types-shared v0.1.1 |
1323 | 2024-06-26T04:35:30.303Z | Compiling foreign-types v0.3.2 |
1324 | 2024-06-26T04:35:30.320Z | Compiling pem-rfc7468 v0.7.0 |
1325 | 2024-06-26T04:35:31.718Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-06-26T04:35:32.189Z | Compiling hmac v0.12.1 |
1327 | 2024-06-26T04:35:32.711Z | Compiling base64 v0.21.7 |
1328 | 2024-06-26T04:35:32.729Z | Compiling siphasher v0.3.11 |
1329 | 2024-06-26T04:35:32.833Z | Compiling try-lock v0.2.5 |
1330 | 2024-06-26T04:35:32.984Z | Compiling flagset v0.4.5 |
1331 | 2024-06-26T04:35:33.020Z | Compiling adler v1.0.2 |
1332 | 2024-06-26T04:35:33.107Z | Compiling want v0.3.1 |
1333 | 2024-06-26T04:35:33.189Z | Compiling miniz_oxide v0.7.2 |
1334 | 2024-06-26T04:35:33.320Z | Compiling der v0.7.9 |
1335 | 2024-06-26T04:35:35.433Z | Compiling h2 v0.3.26 |
1336 | 2024-06-26T04:35:35.578Z | Compiling sct v0.7.1 |
1337 | 2024-06-26T04:35:35.877Z | Compiling rustls-webpki v0.101.7 |
1338 | 2024-06-26T04:35:36.740Z | Compiling http-body v0.4.6 |
1339 | 2024-06-26T04:35:37.677Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-06-26T04:35:37.922Z | Compiling hubpack_derive v0.1.1 |
1341 | 2024-06-26T04:35:38.350Z | Compiling zerocopy-derive v0.6.6 |
1342 | 2024-06-26T04:35:38.713Z | Compiling idna v0.5.0 |
1343 | 2024-06-26T04:35:38.927Z | Compiling errno v0.3.9 |
1344 | 2024-06-26T04:35:39.160Z | Compiling fs-err v2.11.0 |
1345 | 2024-06-26T04:35:39.193Z | Compiling anstyle v1.0.7 |
1346 | 2024-06-26T04:35:39.451Z | Compiling httpdate v1.0.3 |
1347 | 2024-06-26T04:35:40.204Z | Compiling finl_unicode v1.2.0 |
1348 | 2024-06-26T04:35:40.418Z | Compiling tower-service v0.3.2 |
1349 | 2024-06-26T04:35:40.441Z | Compiling utf8parse v0.2.1 |
1350 | 2024-06-26T04:35:40.551Z | Compiling openssl-probe v0.1.5 |
1351 | 2024-06-26T04:35:40.592Z | Compiling cpufeatures v0.2.12 |
1352 | 2024-06-26T04:35:40.694Z | Compiling stable_deref_trait v1.2.0 |
1353 | 2024-06-26T04:35:40.736Z | Compiling gimli v0.28.1 |
1354 | 2024-06-26T04:35:40.828Z | Compiling spin v0.5.2 |
1355 | 2024-06-26T04:35:41.189Z | Compiling stringprep v0.1.4 |
1356 | 2024-06-26T04:35:42.100Z | Compiling sha2 v0.10.8 |
1357 | 2024-06-26T04:35:42.198Z | Compiling anstyle-parse v0.2.4 |
1358 | 2024-06-26T04:35:42.429Z | Compiling url v2.5.0 |
1359 | 2024-06-26T04:35:43.784Z | Compiling hyper v0.14.28 |
1360 | 2024-06-26T04:35:46.701Z | Compiling addr2line v0.21.0 |
1361 | 2024-06-26T04:35:47.381Z | Compiling spki v0.7.3 |
1362 | 2024-06-26T04:35:47.648Z | Compiling usdt-attr-macro v0.5.0 |
1363 | 2024-06-26T04:35:47.767Z | Compiling usdt-macro v0.5.0 |
1364 | 2024-06-26T04:35:49.245Z | Compiling md-5 v0.10.6 |
1365 | 2024-06-26T04:35:53.331Z | Compiling idna v0.3.0 |
1366 | 2024-06-26T04:35:53.442Z | Compiling diesel_table_macro_syntax v0.1.0 |
1367 | 2024-06-26T04:35:53.663Z | Compiling num-integer v0.1.46 |
1368 | 2024-06-26T04:35:53.812Z | Compiling object v0.32.2 |
1369 | 2024-06-26T04:35:54.393Z | Compiling hash32 v0.2.1 |
1370 | 2024-06-26T04:35:54.810Z | Compiling colorchoice v1.0.1 |
1371 | 2024-06-26T04:35:54.829Z | Compiling is_terminal_polyfill v1.70.0 |
1372 | 2024-06-26T04:35:54.971Z | Compiling anstyle-query v1.0.3 |
1373 | 2024-06-26T04:35:55.984Z | Compiling rustc-demangle v0.1.24 |
1374 | 2024-06-26T04:35:56.746Z | Compiling fallible-iterator v0.2.0 |
1375 | 2024-06-26T04:35:58.362Z | Compiling psl-types v2.0.11 |
1376 | 2024-06-26T04:35:58.561Z | Compiling publicsuffix v2.2.3 |
1377 | 2024-06-26T04:35:58.836Z | Compiling postgres-protocol v0.6.6 |
1378 | 2024-06-26T04:36:00.337Z | Compiling lazy_static v1.4.0 |
1379 | 2024-06-26T04:36:00.824Z | Compiling anstream v0.6.14 |
1380 | 2024-06-26T04:36:02.438Z | Compiling diesel_derives v2.1.4 |
1381 | 2024-06-26T04:36:08.870Z | Compiling tokio-rustls v0.24.1 |
1382 | 2024-06-26T04:36:10.231Z | Compiling pkcs8 v0.10.2 |
1383 | 2024-06-26T04:36:10.462Z | Compiling terminal_size v0.3.0 |
1384 | 2024-06-26T04:36:10.769Z | Compiling tokio-native-tls v0.3.1 |
1385 | 2024-06-26T04:36:11.086Z | Compiling phf_shared v0.11.2 |
1386 | 2024-06-26T04:36:12.251Z | Compiling strum_macros v0.25.3 |
1387 | 2024-06-26T04:36:12.530Z | Compiling block-padding v0.3.3 |
1388 | 2024-06-26T04:36:12.785Z | Compiling regress v0.9.1 |
1389 | 2024-06-26T04:36:12.872Z | Compiling enum-as-inner v0.5.1 |
1390 | 2024-06-26T04:36:13.895Z | Compiling serde_repr v0.1.19 |
1391 | 2024-06-26T04:36:14.808Z | Compiling clap_derive v4.5.4 |
1392 | 2024-06-26T04:36:15.412Z | Compiling ff v0.13.0 |
1393 | 2024-06-26T04:36:15.693Z | Compiling scheduled-thread-pool v0.2.7 |
1394 | 2024-06-26T04:36:16.354Z | Compiling encoding_rs v0.8.34 |
1395 | 2024-06-26T04:36:17.900Z | Compiling bit-vec v0.6.3 |
1396 | 2024-06-26T04:36:18.370Z | Compiling matches v0.1.10 |
1397 | 2024-06-26T04:36:18.471Z | Compiling managed v0.8.0 |
1398 | 2024-06-26T04:36:18.951Z | Compiling base16ct v0.2.0 |
1399 | 2024-06-26T04:36:19.477Z | Compiling either v1.12.0 |
1400 | 2024-06-26T04:36:19.906Z | Compiling bitflags v1.3.2 |
1401 | 2024-06-26T04:36:20.019Z | Compiling clap_lex v0.7.0 |
1402 | 2024-06-26T04:36:20.359Z | Compiling ipnet v2.9.0 |
1403 | 2024-06-26T04:36:20.423Z | Compiling mime v0.3.17 |
1404 | 2024-06-26T04:36:20.532Z | Compiling clap_builder v4.5.2 |
1405 | 2024-06-26T04:36:21.941Z | Compiling sec1 v0.7.3 |
1406 | 2024-06-26T04:36:22.562Z | Compiling idna v0.2.3 |
1407 | 2024-06-26T04:36:24.000Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1408 | 2024-06-26T04:36:24.066Z | Compiling r2d2 v0.8.10 |
1409 | 2024-06-26T04:36:25.727Z | Compiling group v0.13.0 |
1410 | 2024-06-26T04:36:27.743Z | Compiling inout v0.1.3 |
1411 | 2024-06-26T04:36:28.373Z | Compiling phf v0.11.2 |
1412 | 2024-06-26T04:36:28.579Z | Compiling hyper-tls v0.5.0 |
1413 | 2024-06-26T04:36:28.701Z | Compiling signal-hook-mio v0.2.3 |
1414 | 2024-06-26T04:36:28.863Z | Compiling hyper-rustls v0.24.2 |
1415 | 2024-06-26T04:36:28.951Z | Compiling cookie_store v0.20.0 |
1416 | 2024-06-26T04:36:29.172Z | Compiling postgres-types v0.2.6 |
1417 | 2024-06-26T04:36:29.247Z | Compiling num-bigint v0.4.5 |
1418 | 2024-06-26T04:36:29.555Z | Compiling zerocopy v0.6.6 |
1419 | 2024-06-26T04:36:30.492Z | Compiling hubpack v0.1.2 |
1420 | 2024-06-26T04:36:30.570Z | Compiling rustls-pemfile v1.0.4 |
1421 | 2024-06-26T04:36:30.697Z | Compiling phf_shared v0.10.0 |
1422 | 2024-06-26T04:36:30.944Z | Compiling hkdf v0.12.4 |
1423 | 2024-06-26T04:36:30.982Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2024-06-26T04:36:31.197Z | Compiling crossbeam-epoch v0.9.18 |
1425 | 2024-06-26T04:36:31.625Z | Compiling ipnetwork v0.20.0 |
1426 | 2024-06-26T04:36:32.516Z | Compiling futures-executor v0.3.30 |
1427 | 2024-06-26T04:36:33.008Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-06-26T04:36:33.317Z | Compiling float-cmp v0.9.0 |
1429 | 2024-06-26T04:36:33.558Z | Compiling memmap v0.7.0 |
1430 | 2024-06-26T04:36:34.243Z | Compiling static_assertions v1.1.0 |
1431 | 2024-06-26T04:36:34.497Z | Compiling normalize-line-endings v0.3.0 |
1432 | 2024-06-26T04:36:34.639Z | Compiling unicode-segmentation v1.11.0 |
1433 | 2024-06-26T04:36:35.688Z | Compiling precomputed-hash v0.1.1 |
1434 | 2024-06-26T04:36:35.816Z | Compiling new_debug_unreachable v1.0.6 |
1435 | 2024-06-26T04:36:35.919Z | Compiling sync_wrapper v0.1.2 |
1436 | 2024-06-26T04:36:36.052Z | Compiling webpki-roots v0.25.4 |
1437 | 2024-06-26T04:36:36.220Z | Compiling minimal-lexical v0.2.1 |
1438 | 2024-06-26T04:36:36.248Z | Compiling fixedbitset v0.4.2 |
1439 | 2024-06-26T04:36:36.675Z | Compiling predicates-core v1.0.6 |
1440 | 2024-06-26T04:36:36.801Z | Compiling winnow v0.6.8 |
1441 | 2024-06-26T04:36:36.862Z | Compiling data-encoding v2.6.0 |
1442 | 2024-06-26T04:36:37.026Z | Compiling difflib v0.4.0 |
1443 | 2024-06-26T04:36:37.103Z | Compiling whoami v1.5.1 |
1444 | 2024-06-26T04:36:37.425Z | Compiling predicates v3.1.0 |
1445 | 2024-06-26T04:36:37.691Z | Compiling trust-dns-proto v0.22.0 |
1446 | 2024-06-26T04:36:37.783Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1447 | 2024-06-26T04:36:38.371Z | Compiling tokio-postgres v0.7.10 |
1448 | 2024-06-26T04:36:38.666Z | Compiling nom v7.1.3 |
1449 | 2024-06-26T04:36:39.048Z | Compiling petgraph v0.6.5 |
1450 | 2024-06-26T04:36:40.907Z | Compiling toml_edit v0.22.13 |
1451 | 2024-06-26T04:36:42.070Z | Compiling reqwest v0.11.27 |
1452 | 2024-06-26T04:36:42.506Z | Compiling elliptic-curve v0.13.8 |
1453 | 2024-06-26T04:36:43.324Z | Compiling string_cache v0.8.7 |
1454 | 2024-06-26T04:36:43.343Z | Compiling similar v2.5.0 |
1455 | 2024-06-26T04:36:43.794Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1456 | 2024-06-26T04:36:44.925Z | Compiling usdt v0.5.0 |
1457 | 2024-06-26T04:36:45.865Z | Compiling futures v0.3.30 |
1458 | 2024-06-26T04:36:45.988Z | Compiling diesel v2.1.6 |
1459 | 2024-06-26T04:36:46.263Z | Compiling yasna v0.5.2 |
1460 | 2024-06-26T04:36:47.950Z | Compiling crossterm v0.27.0 |
1461 | 2024-06-26T04:36:48.091Z | Compiling flate2 v1.0.30 |
1462 | 2024-06-26T04:36:48.139Z | Compiling cipher v0.4.4 |
1463 | 2024-06-26T04:36:49.111Z | Compiling clap v4.5.4 |
1464 | 2024-06-26T04:36:49.245Z | Compiling itertools v0.12.1 |
1465 | 2024-06-26T04:36:49.626Z | Compiling itertools v0.10.5 |
1466 | 2024-06-26T04:36:50.648Z | Compiling bit-set v0.5.3 |
1467 | 2024-06-26T04:36:50.958Z | Compiling console v0.15.8 |
1468 | 2024-06-26T04:36:51.501Z | Compiling num-iter v0.1.45 |
1469 | 2024-06-26T04:36:52.463Z | Compiling tokio-stream v0.1.15 |
1470 | 2024-06-26T04:36:52.561Z | Compiling toml v0.7.8 |
1471 | 2024-06-26T04:36:52.604Z | Compiling hex v0.4.3 |
1472 | 2024-06-26T04:36:52.623Z | Compiling bstr v1.9.1 |
1473 | 2024-06-26T04:36:53.570Z | Compiling lalrpop-util v0.19.12 |
1474 | 2024-06-26T04:36:53.755Z | Compiling camino v1.1.7 |
1475 | 2024-06-26T04:36:53.842Z | Compiling unicode-xid v0.2.4 |
1476 | 2024-06-26T04:36:53.919Z | Compiling peg-runtime v0.8.3 |
1477 | 2024-06-26T04:36:54.470Z | Compiling proc-macro-crate v1.3.1 |
1478 | 2024-06-26T04:36:55.735Z | Compiling heapless v0.8.0 |
1479 | 2024-06-26T04:36:58.602Z | Compiling num_enum_derive v0.5.11 |
1480 | 2024-06-26T04:37:03.746Z | Compiling hash32 v0.3.1 |
1481 | 2024-06-26T04:37:04.146Z | Compiling rustls-pki-types v1.7.0 |
1482 | 2024-06-26T04:37:04.943Z | Compiling ident_case v1.0.1 |
1483 | 2024-06-26T04:37:05.143Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1484 | 2024-06-26T04:37:06.524Z | Compiling smoltcp v0.11.0 |
1485 | 2024-06-26T04:37:12.107Z | Compiling darling_core v0.20.9 |
1486 | 2024-06-26T04:37:20.056Z | Compiling num_enum v0.5.11 |
1487 | 2024-06-26T04:37:22.145Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1488 | 2024-06-26T04:37:22.592Z | Compiling getopts v0.2.21 |
1489 | 2024-06-26T04:37:23.487Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1490 | 2024-06-26T04:37:23.756Z | Compiling dirs-sys-next v0.1.2 |
1491 | 2024-06-26T04:37:24.228Z | Compiling proc-macro-error-attr v1.0.4 |
1492 | 2024-06-26T04:37:24.532Z | Compiling rustls v0.22.4 |
1493 | 2024-06-26T04:37:24.796Z | Compiling unsafe-libyaml v0.2.11 |
1494 | 2024-06-26T04:37:24.847Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1495 | 2024-06-26T04:37:24.985Z | Compiling paste v1.0.15 |
1496 | 2024-06-26T04:37:25.458Z | Compiling cobs v0.2.3 |
1497 | 2024-06-26T04:37:25.740Z | Compiling embedded-io v0.4.0 |
1498 | 2024-06-26T04:37:25.984Z | Compiling postcard v1.0.8 |
1499 | 2024-06-26T04:37:26.696Z | Compiling serde_yaml v0.9.34+deprecated |
1500 | 2024-06-26T04:37:30.349Z | Compiling dirs-next v2.0.0 |
1501 | 2024-06-26T04:37:31.085Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1502 | 2024-06-26T04:37:33.417Z | Compiling darling_macro v0.20.9 |
1503 | 2024-06-26T04:37:34.854Z | Compiling rustls-webpki v0.102.4 |
1504 | 2024-06-26T04:37:41.514Z | Compiling strum_macros v0.26.2 |
1505 | 2024-06-26T04:37:43.302Z | Compiling structmeta-derive v0.3.0 |
1506 | 2024-06-26T04:37:43.742Z | Compiling foreign-types-macros v0.2.3 |
1507 | 2024-06-26T04:37:45.360Z | Compiling thread_local v1.1.8 |
1508 | 2024-06-26T04:37:45.408Z | Compiling proc-macro-error v1.0.4 |
1509 | 2024-06-26T04:37:45.712Z | Compiling multer v3.1.0 |
1510 | 2024-06-26T04:37:46.015Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1511 | 2024-06-26T04:37:46.908Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1512 | 2024-06-26T04:37:47.078Z | Compiling match_cfg v0.1.0 |
1513 | 2024-06-26T04:37:47.226Z | Compiling slog-async v2.8.0 |
1514 | 2024-06-26T04:37:48.207Z | Compiling foreign-types-shared v0.3.1 |
1515 | 2024-06-26T04:37:48.254Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1516 | 2024-06-26T04:37:48.571Z | Compiling foreign-types v0.5.0 |
1517 | 2024-06-26T04:37:53.095Z | Compiling hostname v0.3.1 |
1518 | 2024-06-26T04:37:53.365Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1519 | 2024-06-26T04:37:54.501Z | Compiling strum v0.26.2 |
1520 | 2024-06-26T04:37:56.733Z | Compiling structmeta v0.3.0 |
1521 | 2024-06-26T04:37:58.917Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1522 | 2024-06-26T04:38:00.746Z | Compiling darling v0.20.9 |
1523 | 2024-06-26T04:38:03.923Z | Compiling term v0.7.0 |
1524 | 2024-06-26T04:38:10.859Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1525 | 2024-06-26T04:38:15.095Z | Compiling slog-json v2.6.1 |
1526 | 2024-06-26T04:38:15.697Z | Compiling tabwriter v1.4.0 |
1527 | 2024-06-26T04:38:15.999Z | Compiling crossbeam-channel v0.5.12 |
1528 | 2024-06-26T04:38:16.465Z | Compiling http v1.1.0 |
1529 | 2024-06-26T04:38:16.468Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1530 | 2024-06-26T04:38:17.085Z | Compiling async-stream-impl v0.3.5 |
1531 | 2024-06-26T04:38:17.313Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1532 | 2024-06-26T04:38:17.438Z | Compiling cstr-argument v0.1.2 |
1533 | 2024-06-26T04:38:17.733Z | Compiling is-terminal v0.4.12 |
1534 | 2024-06-26T04:38:17.818Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1535 | 2024-06-26T04:38:17.872Z | Compiling fastrand v2.1.0 |
1536 | 2024-06-26T04:38:18.178Z | Compiling crucible-workspace-hack v0.1.0 |
1537 | 2024-06-26T04:38:18.465Z | Compiling base64 v0.22.1 |
1538 | 2024-06-26T04:38:18.501Z | Compiling rayon-core v1.12.1 |
1539 | 2024-06-26T04:38:18.565Z | Compiling atomic-waker v1.1.2 |
1540 | 2024-06-26T04:38:18.783Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1541 | 2024-06-26T04:38:18.800Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1542 | 2024-06-26T04:38:19.099Z | Compiling take_mut v0.2.2 |
1543 | 2024-06-26T04:38:19.253Z | Compiling pretty-hex v0.2.1 |
1544 | 2024-06-26T04:38:19.489Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1545 | 2024-06-26T04:38:19.571Z | Compiling rustls-pemfile v2.1.2 |
1546 | 2024-06-26T04:38:19.694Z | Compiling waitgroup v0.1.2 |
1547 | 2024-06-26T04:38:19.935Z | Compiling async-stream v0.3.5 |
1548 | 2024-06-26T04:38:20.329Z | Compiling tempfile v3.10.1 |
1549 | 2024-06-26T04:38:20.761Z | Compiling slog-term v2.9.1 |
1550 | 2024-06-26T04:38:21.603Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1551 | 2024-06-26T04:38:22.478Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1552 | 2024-06-26T04:38:22.578Z | Compiling slog-bunyan v2.5.0 |
1553 | 2024-06-26T04:38:22.759Z | Compiling tokio-rustls v0.25.0 |
1554 | 2024-06-26T04:38:22.868Z | Compiling serde_with_macros v3.8.1 |
1555 | 2024-06-26T04:38:23.036Z | Compiling parse-display-derive v0.9.0 |
1556 | 2024-06-26T04:38:23.253Z | Compiling toml v0.8.13 |
1557 | 2024-06-26T04:38:23.356Z | Compiling sha1 v0.10.6 |
1558 | 2024-06-26T04:38:23.727Z | Compiling crossbeam-deque v0.8.5 |
1559 | 2024-06-26T04:38:24.134Z | Compiling colored v2.1.0 |
1560 | 2024-06-26T04:38:24.208Z | Compiling newtype-uuid v1.1.0 |
1561 | 2024-06-26T04:38:24.570Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1562 | 2024-06-26T04:38:25.518Z | Compiling serde_path_to_error v0.1.16 |
1563 | 2024-06-26T04:38:25.751Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1564 | 2024-06-26T04:38:26.500Z | Compiling hostname v0.4.0 |
1565 | 2024-06-26T04:38:26.524Z | Compiling socket2 v0.4.10 |
1566 | 2024-06-26T04:38:26.700Z | Compiling instant v0.1.12 |
1567 | 2024-06-26T04:38:26.765Z | Compiling debug-ignore v1.0.5 |
1568 | 2024-06-26T04:38:26.873Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1569 | 2024-06-26T04:38:27.269Z | Compiling parse-display v0.9.0 |
1570 | 2024-06-26T04:38:27.287Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1571 | 2024-06-26T04:38:29.220Z | Compiling backoff v0.4.0 |
1572 | 2024-06-26T04:38:29.593Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1573 | 2024-06-26T04:38:29.843Z | Compiling serde_with v3.8.1 |
1574 | 2024-06-26T04:38:30.250Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1575 | 2024-06-26T04:38:30.785Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1576 | 2024-06-26T04:38:32.098Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1577 | 2024-06-26T04:38:32.830Z | Compiling camino-tempfile v1.1.1 |
1578 | 2024-06-26T04:38:33.754Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1579 | 2024-06-26T04:38:34.235Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1580 | 2024-06-26T04:38:34.414Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1581 | 2024-06-26T04:38:34.431Z | Compiling macaddr v1.0.1 |
1582 | 2024-06-26T04:38:34.642Z | Compiling num-derive v0.4.2 |
1583 | 2024-06-26T04:38:35.054Z | Compiling sigpipe v0.1.3 |
1584 | 2024-06-26T04:38:35.223Z | Compiling libefi-sys v0.1.0 |
1585 | 2024-06-26T04:38:35.551Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1586 | 2024-06-26T04:38:36.113Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1587 | 2024-06-26T04:38:37.069Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1588 | 2024-06-26T04:38:37.240Z | Compiling rayon v1.10.0 |
1589 | 2024-06-26T04:38:38.181Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1590 | 2024-06-26T04:38:38.721Z | Compiling smf v0.2.3 |
1591 | 2024-06-26T04:38:38.980Z | Compiling ring v0.16.20 |
1592 | 2024-06-26T04:38:39.489Z | Compiling blake3 v1.5.1 |
1593 | 2024-06-26T04:38:39.992Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1594 | 2024-06-26T04:38:40.069Z | Compiling portable-atomic v1.6.0 |
1595 | 2024-06-26T04:38:41.509Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1596 | 2024-06-26T04:38:41.580Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1597 | 2024-06-26T04:38:41.888Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1598 | 2024-06-26T04:38:42.723Z | Compiling xattr v1.3.1 |
1599 | 2024-06-26T04:38:43.075Z | Compiling memmap2 v0.9.4 |
1600 | 2024-06-26T04:38:43.332Z | Compiling filetime v0.2.23 |
1601 | 2024-06-26T04:38:43.635Z | Compiling arrayvec v0.7.4 |
1602 | 2024-06-26T04:38:43.682Z | Compiling same-file v1.0.6 |
1603 | 2024-06-26T04:38:43.954Z | Compiling untrusted v0.7.1 |
1604 | 2024-06-26T04:38:44.121Z | Compiling arrayref v0.3.7 |
1605 | 2024-06-26T04:38:44.160Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1606 | 2024-06-26T04:38:44.230Z | Compiling constant_time_eq v0.3.0 |
1607 | 2024-06-26T04:38:44.410Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1608 | 2024-06-26T04:38:45.392Z | Compiling walkdir v2.5.0 |
1609 | 2024-06-26T04:38:45.508Z | Compiling tar v0.4.40 |
1610 | 2024-06-26T04:38:47.117Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1611 | 2024-06-26T04:38:48.203Z | Compiling cargo-platform v0.1.8 |
1612 | 2024-06-26T04:38:49.332Z | Compiling gethostname v0.4.3 |
1613 | 2024-06-26T04:38:49.423Z | Compiling number_prefix v0.4.0 |
1614 | 2024-06-26T04:38:49.485Z | Compiling topological-sort v0.2.2 |
1615 | 2024-06-26T04:38:49.615Z | Compiling cargo_metadata v0.18.1 |
1616 | 2024-06-26T04:38:49.677Z | Compiling indicatif v0.17.8 |
1617 | 2024-06-26T04:38:49.753Z | Compiling omicron-zone-package v0.11.0 |
1618 | 2024-06-26T04:38:53.813Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1619 | 2024-06-26T04:38:57.690Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1620 | 2024-06-26T04:38:59.644Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1621 | 2024-06-26T04:39:03.200Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1622 | 2024-06-26T04:39:21.796Z | Finished `release` profile [optimized] target(s) in 4m 46s |
1623 | 2024-06-26T04:39:21.927Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1624 | 2024-06-26T04:39:21.983Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1625 | 2024-06-26T04:39:21.987Z | Created new build target 'test' and set it as active |
1626 | 2024-06-26T04:39:21.987Z | |
1627 | 2024-06-26T04:39:21.987Z | real 4:46.323300807 |
1628 | 2024-06-26T04:39:21.987Z | user 32:08.529197547 |
1629 | 2024-06-26T04:39:21.987Z | sys 4:04.869321165 |
1630 | 2024-06-26T04:39:21.987Z | trap 1.036944824 |
1631 | 2024-06-26T04:39:21.987Z | tflt 3.312592728 |
1632 | 2024-06-26T04:39:21.987Z | dflt 1.536618305 |
1633 | 2024-06-26T04:39:21.987Z | kflt 0.001765001 |
1634 | 2024-06-26T04:39:21.987Z | lock 1:07:32.266429391 |
1635 | 2024-06-26T04:39:21.987Z | slp 1:30:16.681070402 |
1636 | 2024-06-26T04:39:21.987Z | lat 2:07.260367778 |
1637 | 2024-06-26T04:39:21.987Z | stop 3:16.388263282 |
1638 | 2024-06-26T04:39:21.990Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1639 | 2024-06-26T04:39:22.969Z | Finished `release` profile [optimized] target(s) in 0.92s |
1640 | 2024-06-26T04:39:23.016Z | Running `target/release/omicron-package -t test package` |
1641 | 2024-06-26T04:39:23.056Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1642 | 2024-06-26T04:39:24.203Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1643 | 2024-06-26T04:39:24.304Z | Compiling humantime v2.1.0 |
1644 | 2024-06-26T04:39:24.309Z | Compiling newline-converter v0.3.0 |
1645 | 2024-06-26T04:39:24.309Z | Compiling derive-where v1.2.7 |
1646 | 2024-06-26T04:39:24.309Z | Compiling dirs-sys-next v0.1.2 |
1647 | 2024-06-26T04:39:24.330Z | Compiling prettyplease v0.2.20 |
1648 | 2024-06-26T04:39:24.333Z | Compiling convert_case v0.4.0 |
1649 | 2024-06-26T04:39:24.334Z | Compiling camino v1.1.7 |
1650 | 2024-06-26T04:39:24.444Z | Compiling expectorate v1.1.0 |
1651 | 2024-06-26T04:39:24.524Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1652 | 2024-06-26T04:39:24.625Z | Compiling dirs-next v2.0.0 |
1653 | 2024-06-26T04:39:24.693Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1654 | 2024-06-26T04:39:24.813Z | Compiling term v0.7.0 |
1655 | 2024-06-26T04:39:24.863Z | Compiling password-hash v0.5.0 |
1656 | 2024-06-26T04:39:25.146Z | Compiling blake2 v0.10.6 |
1657 | 2024-06-26T04:39:25.212Z | Compiling derive_more v0.99.17 |
1658 | 2024-06-26T04:39:25.430Z | Compiling is-terminal v0.4.12 |
1659 | 2024-06-26T04:39:25.565Z | Compiling toml v0.8.13 |
1660 | 2024-06-26T04:39:26.211Z | Compiling argon2 v0.5.3 |
1661 | 2024-06-26T04:39:26.432Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1662 | 2024-06-26T04:39:30.507Z | Compiling semver v0.1.20 |
1663 | 2024-06-26T04:39:30.522Z | Compiling rustc_version v0.1.7 |
1664 | 2024-06-26T04:39:30.522Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1665 | 2024-06-26T04:39:30.522Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1666 | 2024-06-26T04:39:30.522Z | Compiling linked-hash-map v0.5.6 |
1667 | 2024-06-26T04:39:30.522Z | Compiling newtype_derive v0.1.6 |
1668 | 2024-06-26T04:39:30.522Z | Compiling rustls-pki-types v1.7.0 |
1669 | 2024-06-26T04:39:30.523Z | Compiling lru-cache v0.1.2 |
1670 | 2024-06-26T04:39:30.523Z | Compiling rustls-webpki v0.102.4 |
1671 | 2024-06-26T04:39:30.523Z | Compiling rustls v0.22.4 |
1672 | 2024-06-26T04:39:30.523Z | Compiling thread_local v1.1.8 |
1673 | 2024-06-26T04:39:30.523Z | Compiling home v0.5.9 |
1674 | 2024-06-26T04:39:30.523Z | Compiling match_cfg v0.1.0 |
1675 | 2024-06-26T04:39:30.523Z | Compiling steno v0.4.0 |
1676 | 2024-06-26T04:39:30.523Z | Compiling hostname v0.3.1 |
1677 | 2024-06-26T04:39:30.523Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1678 | 2024-06-26T04:39:30.523Z | Compiling multer v3.1.0 |
1679 | 2024-06-26T04:39:30.523Z | Compiling slog-async v2.8.0 |
1680 | 2024-06-26T04:39:30.523Z | Compiling slog-json v2.6.1 |
1681 | 2024-06-26T04:39:30.697Z | Compiling crossbeam-channel v0.5.12 |
1682 | 2024-06-26T04:39:30.911Z | Compiling http v1.1.0 |
1683 | 2024-06-26T04:39:31.565Z | Compiling slog-dtrace v0.3.0 |
1684 | 2024-06-26T04:39:31.734Z | Compiling base64 v0.22.1 |
1685 | 2024-06-26T04:39:31.870Z | Compiling termcolor v1.4.1 |
1686 | 2024-06-26T04:39:32.481Z | Compiling atomic-waker v1.1.2 |
1687 | 2024-06-26T04:39:32.683Z | Compiling take_mut v0.2.2 |
1688 | 2024-06-26T04:39:33.023Z | Compiling waitgroup v0.1.2 |
1689 | 2024-06-26T04:39:33.239Z | Compiling rustls-pemfile v2.1.2 |
1690 | 2024-06-26T04:39:33.362Z | Compiling slog-bunyan v2.5.0 |
1691 | 2024-06-26T04:39:33.578Z | Compiling slog-term v2.9.1 |
1692 | 2024-06-26T04:39:33.664Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1693 | 2024-06-26T04:39:33.693Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1694 | 2024-06-26T04:39:33.764Z | Compiling async-stream v0.3.5 |
1695 | 2024-06-26T04:39:33.989Z | Compiling tokio-rustls v0.25.0 |
1696 | 2024-06-26T04:39:34.071Z | Compiling sha1 v0.10.6 |
1697 | 2024-06-26T04:39:34.141Z | Compiling newtype-uuid v1.1.0 |
1698 | 2024-06-26T04:39:34.387Z | Compiling serde_path_to_error v0.1.16 |
1699 | 2024-06-26T04:39:34.461Z | Compiling hostname v0.4.0 |
1700 | 2024-06-26T04:39:34.477Z | Compiling instant v0.1.12 |
1701 | 2024-06-26T04:39:34.634Z | Compiling debug-ignore v1.0.5 |
1702 | 2024-06-26T04:39:34.692Z | Compiling backoff v0.4.0 |
1703 | 2024-06-26T04:39:34.746Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1704 | 2024-06-26T04:39:35.069Z | Compiling parse-display v0.9.0 |
1705 | 2024-06-26T04:39:35.653Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1706 | 2024-06-26T04:39:35.848Z | Compiling serde_with v3.8.1 |
1707 | 2024-06-26T04:39:36.687Z | Compiling strum v0.26.2 |
1708 | 2024-06-26T04:39:36.879Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1709 | 2024-06-26T04:39:37.996Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1710 | 2024-06-26T04:39:38.732Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1711 | 2024-06-26T04:39:38.896Z | Compiling num-rational v0.4.2 |
1712 | 2024-06-26T04:39:38.990Z | Compiling num-complex v0.4.6 |
1713 | 2024-06-26T04:39:39.693Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1714 | 2024-06-26T04:39:40.043Z | Compiling macaddr v1.0.1 |
1715 | 2024-06-26T04:39:40.102Z | Compiling quick-error v1.2.3 |
1716 | 2024-06-26T04:39:40.259Z | Compiling resolv-conf v0.7.0 |
1717 | 2024-06-26T04:39:40.495Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1718 | 2024-06-26T04:39:40.520Z | Compiling num v0.4.3 |
1719 | 2024-06-26T04:39:42.634Z | Compiling utf-8 v0.7.6 |
1720 | 2024-06-26T04:39:43.003Z | Compiling swrite v0.1.0 |
1721 | 2024-06-26T04:39:43.141Z | Compiling radium v0.7.0 |
1722 | 2024-06-26T04:39:43.182Z | Compiling float-ord v0.3.2 |
1723 | 2024-06-26T04:39:43.331Z | Compiling trust-dns-resolver v0.22.0 |
1724 | 2024-06-26T04:39:43.354Z | Compiling maybe-uninit v2.0.0 |
1725 | 2024-06-26T04:39:43.594Z | Compiling tap v1.0.1 |
1726 | 2024-06-26T04:39:43.901Z | Compiling wyz v0.5.1 |
1727 | 2024-06-26T04:39:44.413Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1728 | 2024-06-26T04:39:44.529Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1729 | 2024-06-26T04:39:44.974Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1730 | 2024-06-26T04:39:50.465Z | Compiling display-error-chain v0.2.0 |
1731 | 2024-06-26T04:39:50.646Z | Compiling funty v2.0.0 |
1732 | 2024-06-26T04:39:53.311Z | Compiling crc-catalog v2.4.0 |
1733 | 2024-06-26T04:39:53.471Z | Compiling num-bigint-dig v0.8.4 |
1734 | 2024-06-26T04:39:53.773Z | Compiling packed_struct v0.10.1 |
1735 | 2024-06-26T04:39:54.248Z | Compiling crc v3.2.1 |
1736 | 2024-06-26T04:39:55.554Z | Compiling bitvec v1.0.1 |
1737 | 2024-06-26T04:40:00.330Z | Compiling packed_struct_codegen v0.10.1 |
1738 | 2024-06-26T04:40:01.655Z | Compiling indexmap v1.9.3 |
1739 | 2024-06-26T04:40:01.975Z | Compiling glob v0.3.1 |
1740 | 2024-06-26T04:40:02.852Z | Compiling nodrop v0.1.14 |
1741 | 2024-06-26T04:40:02.995Z | Compiling crunchy v0.2.2 |
1742 | 2024-06-26T04:40:03.260Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1743 | 2024-06-26T04:40:03.501Z | Compiling array-init v0.0.4 |
1744 | 2024-06-26T04:40:04.850Z | Compiling clang-sys v1.7.0 |
1745 | 2024-06-26T04:40:05.574Z | Compiling smallvec v0.6.14 |
1746 | 2024-06-26T04:40:06.096Z | Compiling pkcs1 v0.7.5 |
1747 | 2024-06-26T04:40:07.335Z | Compiling signature v2.2.0 |
1748 | 2024-06-26T04:40:07.611Z | Compiling nibble_vec v0.1.0 |
1749 | 2024-06-26T04:40:07.650Z | Compiling endian-type v0.1.2 |
1750 | 2024-06-26T04:40:07.856Z | Compiling cancel-safe-futures v0.1.5 |
1751 | 2024-06-26T04:40:07.916Z | Compiling maplit v1.0.2 |
1752 | 2024-06-26T04:40:08.043Z | Compiling hashbrown v0.12.3 |
1753 | 2024-06-26T04:40:08.211Z | Compiling tiny-keccak v2.0.2 |
1754 | 2024-06-26T04:40:08.228Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1755 | 2024-06-26T04:40:08.491Z | Compiling bitfield v0.14.0 |
1756 | 2024-06-26T04:40:08.719Z | Compiling rsa v0.9.6 |
1757 | 2024-06-26T04:40:08.817Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1758 | 2024-06-26T04:40:10.278Z | Compiling radix_trie v0.2.1 |
1759 | 2024-06-26T04:40:10.635Z | Compiling serde-hex v0.1.0 |
1760 | 2024-06-26T04:40:11.257Z | Compiling bzip2 v0.4.4 |
1761 | 2024-06-26T04:40:11.882Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1762 | 2024-06-26T04:40:12.257Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1763 | 2024-06-26T04:40:12.360Z | Compiling env_logger v0.10.2 |
1764 | 2024-06-26T04:40:14.395Z | Compiling x509-cert v0.2.5 |
1765 | 2024-06-26T04:40:15.630Z | Compiling ron v0.8.1 |
1766 | 2024-06-26T04:40:15.814Z | Compiling hashbrown v0.13.2 |
1767 | 2024-06-26T04:40:15.917Z | Compiling crc-any v2.5.0 |
1768 | 2024-06-26T04:40:17.307Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1769 | 2024-06-26T04:40:17.392Z | Compiling object v0.30.4 |
1770 | 2024-06-26T04:40:19.130Z | Compiling zip v0.6.6 |
1771 | 2024-06-26T04:40:22.077Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1772 | 2024-06-26T04:40:23.049Z | Compiling rayon-core v1.12.1 |
1773 | 2024-06-26T04:40:23.079Z | Compiling ascii-canvas v3.0.0 |
1774 | 2024-06-26T04:40:23.660Z | Compiling crossbeam-deque v0.8.5 |
1775 | 2024-06-26T04:40:24.043Z | Compiling ena v0.14.3 |
1776 | 2024-06-26T04:40:24.439Z | Compiling libloading v0.8.3 |
1777 | 2024-06-26T04:40:24.844Z | Compiling half v2.4.1 |
1778 | 2024-06-26T04:40:25.661Z | Compiling same-file v1.0.6 |
1779 | 2024-06-26T04:40:25.913Z | Compiling diff v0.1.13 |
1780 | 2024-06-26T04:40:26.538Z | Compiling ciborium-io v0.2.2 |
1781 | 2024-06-26T04:40:26.690Z | Compiling bindgen v0.69.4 |
1782 | 2024-06-26T04:40:26.999Z | Compiling fastrand v2.1.0 |
1783 | 2024-06-26T04:40:27.169Z | Compiling path-slash v0.1.5 |
1784 | 2024-06-26T04:40:27.442Z | Compiling regex-syntax v0.6.29 |
1785 | 2024-06-26T04:40:27.549Z | Compiling arc-swap v1.7.1 |
1786 | 2024-06-26T04:40:27.796Z | Compiling tempfile v3.10.1 |
1787 | 2024-06-26T04:40:28.251Z | Compiling slog-scope v4.4.0 |
1788 | 2024-06-26T04:40:28.661Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1789 | 2024-06-26T04:40:29.234Z | Compiling ciborium-ll v0.2.2 |
1790 | 2024-06-26T04:40:29.784Z | Compiling walkdir v2.5.0 |
1791 | 2024-06-26T04:40:31.822Z | Compiling lalrpop v0.19.12 |
1792 | 2024-06-26T04:40:34.652Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1793 | 2024-06-26T04:40:34.840Z | Compiling which v4.4.2 |
1794 | 2024-06-26T04:40:35.404Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1795 | 2024-06-26T04:40:35.638Z | Compiling cexpr v0.6.0 |
1796 | 2024-06-26T04:40:35.839Z | Compiling fxhash v0.2.1 |
1797 | 2024-06-26T04:40:36.067Z | Compiling rustc-hash v1.1.0 |
1798 | 2024-06-26T04:40:36.232Z | Compiling lazycell v1.3.0 |
1799 | 2024-06-26T04:40:36.440Z | Compiling ref-cast v1.0.23 |
1800 | 2024-06-26T04:40:36.895Z | Compiling shlex v1.3.0 |
1801 | 2024-06-26T04:40:37.389Z | Compiling ring v0.16.20 |
1802 | 2024-06-26T04:40:40.241Z | Compiling blake3 v1.5.1 |
1803 | 2024-06-26T04:40:40.674Z | Compiling rayon v1.10.0 |
1804 | 2024-06-26T04:40:41.366Z | Compiling ciborium v0.2.2 |
1805 | 2024-06-26T04:40:42.073Z | Compiling slog-stdlog v4.1.1 |
1806 | 2024-06-26T04:40:42.983Z | Compiling tungstenite v0.21.0 |
1807 | 2024-06-26T04:40:43.729Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1808 | 2024-06-26T04:40:44.041Z | Compiling derive_builder_core v0.20.0 |
1809 | 2024-06-26T04:40:45.645Z | Compiling headers-core v0.2.0 |
1810 | 2024-06-26T04:40:45.802Z | Compiling xattr v1.3.1 |
1811 | 2024-06-26T04:40:45.824Z | Compiling libxml v0.3.3 |
1812 | 2024-06-26T04:40:46.060Z | Compiling ref-cast-impl v1.0.23 |
1813 | 2024-06-26T04:40:46.178Z | Compiling filetime v0.2.23 |
1814 | 2024-06-26T04:40:46.452Z | Compiling memmap2 v0.9.4 |
1815 | 2024-06-26T04:40:46.497Z | Compiling atty v0.2.14 |
1816 | 2024-06-26T04:40:46.659Z | Compiling untrusted v0.7.1 |
1817 | 2024-06-26T04:40:46.853Z | Compiling arrayref v0.3.7 |
1818 | 2024-06-26T04:40:46.868Z | Compiling constant_time_eq v0.3.0 |
1819 | 2024-06-26T04:40:46.956Z | Compiling arrayvec v0.7.4 |
1820 | 2024-06-26T04:40:47.432Z | Compiling derive_builder_macro v0.20.0 |
1821 | 2024-06-26T04:40:48.313Z | Compiling tar v0.4.40 |
1822 | 2024-06-26T04:40:48.369Z | Compiling headers v0.3.9 |
1823 | 2024-06-26T04:40:48.850Z | Compiling tokio-tungstenite v0.21.0 |
1824 | 2024-06-26T04:40:49.461Z | Compiling slog-envlogger v2.2.0 |
1825 | 2024-06-26T04:40:50.345Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1826 | 2024-06-26T04:40:50.505Z | Compiling toolchain_find v0.4.0 |
1827 | 2024-06-26T04:40:51.202Z | Compiling camino-tempfile v1.1.1 |
1828 | 2024-06-26T04:40:51.378Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1829 | 2024-06-26T04:40:51.660Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1830 | 2024-06-26T04:40:51.680Z | Compiling pem v3.0.4 |
1831 | 2024-06-26T04:40:52.034Z | Compiling libsw v3.3.1 |
1832 | 2024-06-26T04:40:52.350Z | Compiling strum_macros v0.24.3 |
1833 | 2024-06-26T04:40:52.388Z | Compiling async-recursion v1.1.1 |
1834 | 2024-06-26T04:40:52.452Z | Compiling samael v0.0.15 |
1835 | 2024-06-26T04:40:53.200Z | Compiling cookie v0.18.1 |
1836 | 2024-06-26T04:40:53.472Z | Compiling owo-colors v4.0.0 |
1837 | 2024-06-26T04:40:53.782Z | Compiling indoc v1.0.9 |
1838 | 2024-06-26T04:40:54.098Z | Compiling linear-map v1.2.0 |
1839 | 2024-06-26T04:40:54.316Z | Compiling topological-sort v0.2.2 |
1840 | 2024-06-26T04:40:54.493Z | Compiling omicron-zone-package v0.11.0 |
1841 | 2024-06-26T04:40:55.835Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1842 | 2024-06-26T04:40:56.602Z | Compiling rustfmt-wrapper v0.2.1 |
1843 | 2024-06-26T04:40:56.862Z | Compiling derive_builder v0.20.0 |
1844 | 2024-06-26T04:40:57.047Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1845 | 2024-06-26T04:40:57.183Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1846 | 2024-06-26T04:40:57.454Z | Compiling quick-xml v0.31.0 |
1847 | 2024-06-26T04:40:59.215Z | Compiling oso-derive v0.27.3 |
1848 | 2024-06-26T04:41:00.194Z | Compiling impl-trait-for-tuples v0.2.2 |
1849 | 2024-06-26T04:41:00.254Z | Compiling vte_generate_state_changes v0.1.1 |
1850 | 2024-06-26T04:41:00.387Z | Compiling polar-core v0.27.3 |
1851 | 2024-06-26T04:41:00.869Z | Compiling unicase v2.7.0 |
1852 | 2024-06-26T04:41:01.172Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1853 | 2024-06-26T04:41:01.475Z | Compiling buf-list v1.0.3 |
1854 | 2024-06-26T04:41:01.926Z | Compiling cfg_aliases v0.1.1 |
1855 | 2024-06-26T04:41:02.041Z | Compiling nix v0.28.0 |
1856 | 2024-06-26T04:41:02.193Z | Compiling vte v0.11.1 |
1857 | 2024-06-26T04:41:02.801Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1858 | 2024-06-26T04:41:03.590Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1859 | 2024-06-26T04:41:05.159Z | Compiling tungstenite v0.20.1 |
1860 | 2024-06-26T04:41:06.253Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1861 | 2024-06-26T04:41:06.526Z | Compiling fd-lock v4.0.2 |
1862 | 2024-06-26T04:41:06.739Z | Compiling bb8 v0.8.3 |
1863 | 2024-06-26T04:41:07.246Z | Compiling const_format_proc_macros v0.2.32 |
1864 | 2024-06-26T04:41:09.278Z | Compiling pin-project-internal v1.1.5 |
1865 | 2024-06-26T04:41:09.544Z | Compiling memoffset v0.9.1 |
1866 | 2024-06-26T04:41:09.842Z | Compiling bytecount v0.6.8 |
1867 | 2024-06-26T04:41:10.168Z | Compiling parking_lot_core v0.8.6 |
1868 | 2024-06-26T04:41:10.413Z | Compiling papergrid v0.11.0 |
1869 | 2024-06-26T04:41:10.767Z | Compiling const_format v0.2.32 |
1870 | 2024-06-26T04:41:12.056Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1871 | 2024-06-26T04:41:12.097Z | Compiling pin-project v1.1.5 |
1872 | 2024-06-26T04:41:12.254Z | Compiling tokio-tungstenite v0.20.1 |
1873 | 2024-06-26T04:41:12.692Z | Compiling strip-ansi-escapes v0.2.0 |
1874 | 2024-06-26T04:41:13.496Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1875 | 2024-06-26T04:41:14.134Z | Compiling tabled_derive v0.7.0 |
1876 | 2024-06-26T04:41:15.948Z | Compiling snafu-derive v0.8.2 |
1877 | 2024-06-26T04:41:16.478Z | Compiling nu-ansi-term v0.50.0 |
1878 | 2024-06-26T04:41:17.829Z | Compiling reedline v0.31.0 |
1879 | 2024-06-26T04:41:19.639Z | Compiling tabled v0.15.0 |
1880 | 2024-06-26T04:41:21.474Z | Compiling snafu v0.8.2 |
1881 | 2024-06-26T04:41:29.591Z | Compiling oso v0.27.3 |
1882 | 2024-06-26T04:41:42.893Z | Compiling env_logger v0.9.3 |
1883 | 2024-06-26T04:41:43.491Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1884 | 2024-06-26T04:41:47.676Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-06-26T04:41:48.191Z | Compiling globset v0.4.14 |
1886 | 2024-06-26T04:41:49.070Z | Compiling olpc-cjson v0.1.3 |
1887 | 2024-06-26T04:41:49.449Z | Compiling peg-macros v0.8.3 |
1888 | 2024-06-26T04:41:51.537Z | Compiling bitstruct_derive v0.1.0 |
1889 | 2024-06-26T04:41:52.550Z | Compiling serde_plain v1.0.2 |
1890 | 2024-06-26T04:41:52.921Z | Compiling sqlparser_derive v0.2.2 |
1891 | 2024-06-26T04:41:53.117Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-06-26T04:41:53.135Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1893 | 2024-06-26T04:41:53.270Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1894 | 2024-06-26T04:41:53.430Z | Compiling typed-path v0.7.1 |
1895 | 2024-06-26T04:41:53.570Z | Compiling salty v0.2.0 |
1896 | 2024-06-26T04:41:54.013Z | Compiling signature v1.6.4 |
1897 | 2024-06-26T04:41:54.195Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1898 | 2024-06-26T04:41:54.299Z | Compiling unicode_categories v0.1.1 |
1899 | 2024-06-26T04:41:54.504Z | Compiling ascii v1.1.0 |
1900 | 2024-06-26T04:41:54.694Z | Compiling sqlformat v0.2.3 |
1901 | 2024-06-26T04:41:54.970Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1902 | 2024-06-26T04:41:55.360Z | Compiling ed25519 v1.5.3 |
1903 | 2024-06-26T04:41:55.713Z | Compiling rustyline v14.0.0 |
1904 | 2024-06-26T04:41:56.586Z | Compiling tough v0.17.1 |
1905 | 2024-06-26T04:41:57.598Z | Compiling sqlparser v0.45.0 |
1906 | 2024-06-26T04:42:00.802Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-06-26T04:42:01.078Z | Compiling peg v0.8.3 |
1908 | 2024-06-26T04:42:01.204Z | Compiling bitstruct v0.1.1 |
1909 | 2024-06-26T04:42:01.347Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-06-26T04:42:01.927Z | Compiling parking_lot v0.11.2 |
1911 | 2024-06-26T04:42:02.951Z | Compiling nix v0.27.1 |
1912 | 2024-06-26T04:42:04.206Z | Compiling trust-dns-client v0.22.0 |
1913 | 2024-06-26T04:42:06.288Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1914 | 2024-06-26T04:42:06.648Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1915 | 2024-06-26T04:42:07.378Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-06-26T04:42:08.658Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-06-26T04:42:08.844Z | Compiling curve25519-dalek v4.1.3 |
1918 | 2024-06-26T04:42:09.287Z | Compiling kstat-rs v0.2.4 |
1919 | 2024-06-26T04:42:10.361Z | Compiling bcs v0.1.6 |
1920 | 2024-06-26T04:42:11.008Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1921 | 2024-06-26T04:42:11.387Z | Compiling toml v0.5.11 |
1922 | 2024-06-26T04:42:11.923Z | Compiling serde_arrays v0.1.0 |
1923 | 2024-06-26T04:42:12.024Z | Compiling erased-serde v0.3.31 |
1924 | 2024-06-26T04:42:12.128Z | Compiling serde-big-array v0.5.1 |
1925 | 2024-06-26T04:42:12.410Z | Compiling parse-size v1.0.0 |
1926 | 2024-06-26T04:42:12.710Z | Compiling highway v1.1.0 |
1927 | 2024-06-26T04:42:13.829Z | Compiling keccak v0.1.5 |
1928 | 2024-06-26T04:42:14.176Z | Compiling sha3 v0.10.8 |
1929 | 2024-06-26T04:42:14.858Z | Compiling trust-dns-server v0.22.1 |
1930 | 2024-06-26T04:42:15.092Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1931 | 2024-06-26T04:42:21.408Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1932 | 2024-06-26T04:42:36.914Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1933 | 2024-06-26T04:42:48.193Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1934 | 2024-06-26T04:42:48.716Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1935 | 2024-06-26T04:42:57.805Z | Compiling mime_guess v2.0.4 |
1936 | 2024-06-26T04:42:59.013Z | Compiling sled v0.34.7 |
1937 | 2024-06-26T04:43:06.097Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1938 | 2024-06-26T04:43:08.359Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1939 | 2024-06-26T04:43:08.879Z | Compiling signal-hook-tokio v0.3.1 |
1940 | 2024-06-26T04:43:09.103Z | Compiling universal-hash v0.5.1 |
1941 | 2024-06-26T04:43:09.347Z | Compiling heck v0.3.3 |
1942 | 2024-06-26T04:43:09.754Z | Compiling castaway v0.2.2 |
1943 | 2024-06-26T04:43:09.947Z | Compiling secrecy v0.8.0 |
1944 | 2024-06-26T04:43:10.236Z | Compiling rand_seeder v0.2.3 |
1945 | 2024-06-26T04:43:10.663Z | Compiling thiserror-impl-no-std v2.0.2 |
1946 | 2024-06-26T04:43:13.602Z | Compiling serde-big-array v0.4.1 |
1947 | 2024-06-26T04:43:13.823Z | Compiling curve25519-dalek-derive v0.1.1 |
1948 | 2024-06-26T04:43:15.297Z | Compiling nanorand v0.7.0 |
1949 | 2024-06-26T04:43:16.141Z | Compiling opaque-debug v0.3.1 |
1950 | 2024-06-26T04:43:16.261Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1951 | 2024-06-26T04:43:16.603Z | Compiling poly1305 v0.8.0 |
1952 | 2024-06-26T04:43:18.227Z | Compiling flume v0.11.0 |
1953 | 2024-06-26T04:43:21.790Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1954 | 2024-06-26T04:43:23.276Z | Compiling thiserror-no-std v2.0.2 |
1955 | 2024-06-26T04:43:23.416Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1956 | 2024-06-26T04:43:23.641Z | Compiling compact_str v0.7.1 |
1957 | 2024-06-26T04:43:25.368Z | Compiling zone_cfg_derive v0.1.2 |
1958 | 2024-06-26T04:43:26.815Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1959 | 2024-06-26T04:43:27.749Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1960 | 2024-06-26T04:43:28.214Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1961 | 2024-06-26T04:43:35.457Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1962 | 2024-06-26T04:43:37.691Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-06-26T04:43:38.421Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1964 | 2024-06-26T04:43:42.207Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1965 | 2024-06-26T04:43:53.753Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1966 | 2024-06-26T04:43:54.063Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1967 | 2024-06-26T04:43:54.352Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1968 | 2024-06-26T04:43:54.435Z | Compiling chacha20 v0.9.1 |
1969 | 2024-06-26T04:43:54.634Z | Compiling aead v0.5.2 |
1970 | 2024-06-26T04:43:54.935Z | Compiling lru v0.12.3 |
1971 | 2024-06-26T04:43:54.982Z | Compiling stability v0.2.0 |
1972 | 2024-06-26T04:43:55.329Z | Compiling base64 v0.13.1 |
1973 | 2024-06-26T04:43:55.783Z | Compiling indoc v2.0.5 |
1974 | 2024-06-26T04:43:56.053Z | Compiling corncobs v0.1.3 |
1975 | 2024-06-26T04:43:56.105Z | Compiling cassowary v0.3.0 |
1976 | 2024-06-26T04:43:56.402Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1977 | 2024-06-26T04:43:56.772Z | Compiling ratatui v0.26.2 |
1978 | 2024-06-26T04:43:57.169Z | Compiling ron v0.7.1 |
1979 | 2024-06-26T04:44:01.082Z | Compiling chacha20poly1305 v0.10.1 |
1980 | 2024-06-26T04:44:01.082Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1981 | 2024-06-26T04:44:01.967Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-06-26T04:44:02.801Z | Compiling zone v0.1.8 |
1983 | 2024-06-26T04:44:03.834Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1984 | 2024-06-26T04:44:04.296Z | Compiling vsss-rs v3.3.4 |
1985 | 2024-06-26T04:44:07.138Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1986 | 2024-06-26T04:44:08.797Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1987 | 2024-06-26T04:44:10.089Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1988 | 2024-06-26T04:44:10.395Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1989 | 2024-06-26T04:44:10.909Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1990 | 2024-06-26T04:44:11.206Z | Compiling portpicker v0.1.1 |
1991 | 2024-06-26T04:44:11.736Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1992 | 2024-06-26T04:44:13.898Z | Compiling csv-core v0.1.11 |
1993 | 2024-06-26T04:44:14.095Z | Compiling unicode-linebreak v0.1.5 |
1994 | 2024-06-26T04:44:14.822Z | Compiling smawk v0.3.2 |
1995 | 2024-06-26T04:44:15.107Z | Compiling http-range v0.1.5 |
1996 | 2024-06-26T04:44:15.540Z | Compiling hyper-staticfile v0.9.5 |
1997 | 2024-06-26T04:44:15.720Z | Compiling textwrap v0.16.1 |
1998 | 2024-06-26T04:44:16.698Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1999 | 2024-06-26T04:44:17.678Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2000 | 2024-06-26T04:44:18.812Z | Compiling csv v1.3.0 |
2001 | 2024-06-26T04:44:19.656Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2002 | 2024-06-26T04:44:25.552Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2003 | 2024-06-26T04:44:30.139Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2004 | 2024-06-26T04:44:30.342Z | Compiling rcgen v0.12.1 |
2005 | 2024-06-26T04:44:38.836Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2006 | 2024-06-26T04:44:39.353Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2007 | 2024-06-26T04:44:39.648Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2008 | 2024-06-26T04:44:39.850Z | Compiling atomicwrites v0.4.3 |
2009 | 2024-06-26T04:44:40.415Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2010 | 2024-06-26T04:44:40.921Z | Compiling fatfs v0.3.6 |
2011 | 2024-06-26T04:44:43.872Z | Compiling subprocess v0.2.9 |
2012 | 2024-06-26T04:44:44.419Z | Compiling rtoolbox v0.0.2 |
2013 | 2024-06-26T04:44:44.436Z | Compiling is_ci v1.2.0 |
2014 | 2024-06-26T04:44:44.694Z | Compiling assert_matches v1.5.0 |
2015 | 2024-06-26T04:44:44.737Z | Compiling rpassword v7.3.1 |
2016 | 2024-06-26T04:44:44.867Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2017 | 2024-06-26T04:44:45.190Z | Compiling supports-color v3.0.0 |
2018 | 2024-06-26T04:44:45.893Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2019 | 2024-06-26T04:44:46.866Z | Compiling tui-tree-widget v0.19.0 |
2020 | 2024-06-26T04:44:47.304Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2021 | 2024-06-26T04:44:51.751Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2022 | 2024-06-26T04:44:51.971Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2023 | 2024-06-26T04:44:52.271Z | Compiling shell-words v1.1.0 |
2024 | 2024-06-26T04:44:52.389Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2025 | 2024-06-26T04:44:52.704Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2026 | 2024-06-26T04:45:05.303Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2027 | 2024-06-26T04:45:26.375Z | Compiling uzers v0.11.3 |
2028 | 2024-06-26T04:45:29.459Z | Compiling multimap v0.10.0 |
2029 | 2024-06-26T04:46:19.118Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2030 | 2024-06-26T04:47:59.061Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2031 | 2024-06-26T04:48:07.741Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2032 | 2024-06-26T04:54:28.312Z | Finished `release` profile [optimized] target(s) in 15m 05s |
2033 | 2024-06-26T04:55:15.532Z | |
2034 | 2024-06-26T04:55:15.535Z | real 15:53.433142265 |
2035 | 2024-06-26T04:55:15.535Z | user 1:51:20.575135461 |
2036 | 2024-06-26T04:55:15.535Z | sys 6:00.397878531 |
2037 | 2024-06-26T04:55:15.535Z | trap 2.884960891 |
2038 | 2024-06-26T04:55:15.535Z | tflt 2.272428733 |
2039 | 2024-06-26T04:55:15.535Z | dflt 3.691646687 |
2040 | 2024-06-26T04:55:15.535Z | kflt 0.002206123 |
2041 | 2024-06-26T04:55:15.535Z | lock 6:43:57.050243173 |
2042 | 2024-06-26T04:55:15.535Z | slp 4:17:45.574181553 |
2043 | 2024-06-26T04:55:15.535Z | lat 2:39.520333670 |
2044 | 2024-06-26T04:55:15.535Z | stop 2:11.263399621 |
2045 | 2024-06-26T04:55:15.535Z | + mapfile -t packages |
2046 | 2024-06-26T04:55:15.535Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2047 | 2024-06-26T04:55:16.490Z | Finished `release` profile [optimized] target(s) in 0.90s |
2048 | 2024-06-26T04:55:16.539Z | Running `target/release/omicron-package -t test list-outputs` |
2049 | 2024-06-26T04:55:16.582Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2050 | 2024-06-26T04:55:16.585Z | + ptime -m cargo build --locked --release -p xtask |
2051 | 2024-06-26T04:55:17.225Z | Compiling serde v1.0.203 |
2052 | 2024-06-26T04:55:17.228Z | Compiling bitflags v2.5.0 |
2053 | 2024-06-26T04:55:17.228Z | Compiling syn v2.0.68 |
2054 | 2024-06-26T04:55:17.303Z | Compiling smallvec v1.13.2 |
2055 | 2024-06-26T04:55:17.306Z | Compiling scopeguard v1.2.0 |
2056 | 2024-06-26T04:55:17.313Z | Compiling bytes v1.6.0 |
2057 | 2024-06-26T04:55:17.352Z | Compiling serde_json v1.0.117 |
2058 | 2024-06-26T04:55:17.672Z | Compiling lock_api v0.4.12 |
2059 | 2024-06-26T04:55:17.770Z | Compiling parking_lot_core v0.9.10 |
2060 | 2024-06-26T04:55:17.793Z | Compiling hashbrown v0.14.5 |
2061 | 2024-06-26T04:55:17.821Z | Compiling log v0.4.21 |
2062 | 2024-06-26T04:55:17.870Z | Compiling mio v0.8.11 |
2063 | 2024-06-26T04:55:17.885Z | Compiling libc v0.2.155 |
2064 | 2024-06-26T04:55:18.165Z | Compiling parking_lot v0.12.2 |
2065 | 2024-06-26T04:55:18.653Z | Compiling generic-array v0.14.7 |
2066 | 2024-06-26T04:55:18.695Z | Compiling slog v2.7.0 |
2067 | 2024-06-26T04:55:18.710Z | Compiling rustix v0.38.34 |
2068 | 2024-06-26T04:55:19.228Z | Compiling indexmap v2.2.6 |
2069 | 2024-06-26T04:55:19.246Z | Compiling http v0.2.12 |
2070 | 2024-06-26T04:55:19.342Z | Compiling usdt-impl v0.5.0 |
2071 | 2024-06-26T04:55:19.696Z | Compiling syn v1.0.109 |
2072 | 2024-06-26T04:55:19.858Z | Compiling time-macros v0.2.18 |
2073 | 2024-06-26T04:55:19.896Z | Compiling thread-id v4.2.1 |
2074 | 2024-06-26T04:55:20.177Z | Compiling tracing v0.1.40 |
2075 | 2024-06-26T04:55:20.893Z | Compiling crossbeam-utils v0.8.19 |
2076 | 2024-06-26T04:55:21.470Z | Compiling http-body v0.4.6 |
2077 | 2024-06-26T04:55:21.560Z | Compiling unicode-normalization v0.1.23 |
2078 | 2024-06-26T04:55:21.919Z | Compiling unicode-bidi v0.3.15 |
2079 | 2024-06-26T04:55:22.892Z | Compiling idna v0.5.0 |
2080 | 2024-06-26T04:55:23.080Z | Compiling time v0.3.36 |
2081 | 2024-06-26T04:55:23.393Z | Compiling block-buffer v0.10.4 |
2082 | 2024-06-26T04:55:23.654Z | Compiling crypto-common v0.1.6 |
2083 | 2024-06-26T04:55:23.903Z | Compiling proc-macro-error v1.0.4 |
2084 | 2024-06-26T04:55:24.579Z | Compiling terminal_size v0.3.0 |
2085 | 2024-06-26T04:55:24.830Z | Compiling fs-err v2.11.0 |
2086 | 2024-06-26T04:55:25.051Z | Compiling anyhow v1.0.86 |
2087 | 2024-06-26T04:55:25.138Z | Compiling clap_builder v4.5.2 |
2088 | 2024-06-26T04:55:26.016Z | Compiling crossbeam-channel v0.5.12 |
2089 | 2024-06-26T04:55:26.079Z | Compiling digest v0.10.7 |
2090 | 2024-06-26T04:55:26.341Z | Compiling url v2.5.0 |
2091 | 2024-06-26T04:55:26.546Z | Compiling xattr v1.3.1 |
2092 | 2024-06-26T04:55:26.889Z | Compiling sha2 v0.10.8 |
2093 | 2024-06-26T04:55:27.178Z | Compiling tabled_derive v0.7.0 |
2094 | 2024-06-26T04:55:27.782Z | Compiling slog-async v2.8.0 |
2095 | 2024-06-26T04:55:29.427Z | Compiling tabled v0.15.0 |
2096 | 2024-06-26T04:55:29.468Z | Compiling serde_derive v1.0.203 |
2097 | 2024-06-26T04:55:30.037Z | Compiling thiserror-impl v1.0.60 |
2098 | 2024-06-26T04:55:31.028Z | Compiling zerocopy-derive v0.7.34 |
2099 | 2024-06-26T04:55:32.063Z | Compiling tokio-macros v2.2.0 |
2100 | 2024-06-26T04:55:32.630Z | Compiling futures-macro v0.3.30 |
2101 | 2024-06-26T04:55:33.106Z | Compiling thiserror v1.0.60 |
2102 | 2024-06-26T04:55:33.272Z | Compiling pest v2.7.10 |
2103 | 2024-06-26T04:55:33.337Z | Compiling zerocopy v0.7.34 |
2104 | 2024-06-26T04:55:33.686Z | Compiling tokio v1.37.0 |
2105 | 2024-06-26T04:55:34.569Z | Compiling futures-util v0.3.30 |
2106 | 2024-06-26T04:55:35.072Z | Compiling openssl-macros v0.1.1 |
2107 | 2024-06-26T04:55:35.860Z | Compiling pest_meta v2.7.10 |
2108 | 2024-06-26T04:55:36.246Z | Compiling scroll_derive v0.12.0 |
2109 | 2024-06-26T04:55:37.829Z | Compiling pest_generator v2.7.10 |
2110 | 2024-06-26T04:55:40.574Z | Compiling pest_derive v2.7.10 |
2111 | 2024-06-26T04:55:41.448Z | Compiling dtrace-parser v0.2.0 |
2112 | 2024-06-26T04:55:42.099Z | Compiling scroll v0.12.0 |
2113 | 2024-06-26T04:55:42.848Z | Compiling tokio-util v0.7.11 |
2114 | 2024-06-26T04:55:43.416Z | Compiling openssl v0.10.64 |
2115 | 2024-06-26T04:55:45.322Z | Compiling serde_spanned v0.6.6 |
2116 | 2024-06-26T04:55:45.626Z | Compiling toml_datetime v0.6.6 |
2117 | 2024-06-26T04:55:46.426Z | Compiling h2 v0.3.26 |
2118 | 2024-06-26T04:55:53.431Z | Compiling dof v0.3.0 |
2119 | 2024-06-26T04:55:53.438Z | Compiling native-tls v0.2.11 |
2120 | 2024-06-26T04:55:53.438Z | Compiling serde_tokenstream v0.2.0 |
2121 | 2024-06-26T04:55:53.438Z | Compiling goblin v0.8.2 |
2122 | 2024-06-26T04:55:53.444Z | Compiling hyper v0.14.28 |
2123 | 2024-06-26T04:55:54.695Z | Compiling tokio-native-tls v0.3.1 |
2124 | 2024-06-26T04:55:55.057Z | Compiling toml_edit v0.22.13 |
2125 | 2024-06-26T04:56:02.982Z | Compiling toml v0.8.13 |
2126 | 2024-06-26T04:56:03.022Z | Compiling hyper-tls v0.5.0 |
2127 | 2024-06-26T04:56:03.496Z | Compiling usdt-attr-macro v0.5.0 |
2128 | 2024-06-26T04:56:05.044Z | Compiling usdt-macro v0.5.0 |
2129 | 2024-06-26T04:56:06.426Z | Compiling slog-json v2.6.1 |
2130 | 2024-06-26T04:56:07.003Z | Compiling cargo-platform v0.1.8 |
2131 | 2024-06-26T04:56:07.197Z | Compiling semver v1.0.23 |
2132 | 2024-06-26T04:56:07.258Z | Compiling camino v1.1.7 |
2133 | 2024-06-26T04:56:08.242Z | Compiling serde_urlencoded v0.7.1 |
2134 | 2024-06-26T04:56:08.713Z | Compiling futures-executor v0.3.30 |
2135 | 2024-06-26T04:56:08.857Z | Compiling clap_derive v4.5.4 |
2136 | 2024-06-26T04:56:08.934Z | Compiling strum_macros v0.26.2 |
2137 | 2024-06-26T04:56:09.838Z | Compiling futures v0.3.30 |
2138 | 2024-06-26T04:56:09.979Z | Compiling reqwest v0.11.27 |
2139 | 2024-06-26T04:56:10.355Z | Compiling cargo_metadata v0.18.1 |
2140 | 2024-06-26T04:56:12.867Z | Compiling slog-bunyan v2.5.0 |
2141 | 2024-06-26T04:56:13.191Z | Compiling usdt v0.5.0 |
2142 | 2024-06-26T04:56:13.839Z | Compiling clap v4.5.4 |
2143 | 2024-06-26T04:56:13.940Z | Compiling strum v0.26.2 |
2144 | 2024-06-26T04:56:13.978Z | Compiling cargo_toml v0.20.3 |
2145 | 2024-06-26T04:56:14.157Z | Compiling macaddr v1.0.1 |
2146 | 2024-06-26T04:56:14.775Z | Compiling tar v0.4.40 |
2147 | 2024-06-26T04:56:14.824Z | Compiling slog-term v2.9.1 |
2148 | 2024-06-26T04:56:18.543Z | Compiling md5 v0.7.0 |
2149 | 2024-06-26T04:56:29.132Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2150 | 2024-06-26T04:56:43.487Z | Finished `release` profile [optimized] target(s) in 1m 26s |
2151 | 2024-06-26T04:56:43.597Z | |
2152 | 2024-06-26T04:56:43.597Z | real 1:26.973639615 |
2153 | 2024-06-26T04:56:43.597Z | user 9:27.337930711 |
2154 | 2024-06-26T04:56:43.597Z | sys 53.725855527 |
2155 | 2024-06-26T04:56:43.597Z | trap 0.285800086 |
2156 | 2024-06-26T04:56:43.597Z | tflt 0.544553985 |
2157 | 2024-06-26T04:56:43.601Z | dflt 0.350057524 |
2158 | 2024-06-26T04:56:43.601Z | kflt 0.000032766 |
2159 | 2024-06-26T04:56:43.601Z | lock 21:34.143634002 |
2160 | 2024-06-26T04:56:43.602Z | slp 24:08.287417234 |
2161 | 2024-06-26T04:56:43.602Z | lat 27.043193884 |
2162 | 2024-06-26T04:56:43.602Z | stop 28.619963257 |
2163 | 2024-06-26T04:56:43.602Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2164 | 2024-06-26T04:56:43.602Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2165 | 2024-06-26T04:56:43.602Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2166 | 2024-06-26T04:56:43.602Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2167 | 2024-06-26T04:56:43.602Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2168 | 2024-06-26T04:56:44.207Z | Downloading crates ... |
2169 | 2024-06-26T04:56:44.456Z | Downloaded option-ext v0.2.0 |
2170 | 2024-06-26T04:56:44.460Z | Downloaded ed25519 v2.2.3 |
2171 | 2024-06-26T04:56:44.463Z | Downloaded pbkdf2 v0.11.0 |
2172 | 2024-06-26T04:56:44.481Z | Downloaded dhcproto-macros v0.1.0 |
2173 | 2024-06-26T04:56:44.485Z | Downloaded russh-cryptovec v0.7.2 |
2174 | 2024-06-26T04:56:44.488Z | Downloaded hex-literal v0.4.1 |
2175 | 2024-06-26T04:56:44.492Z | Downloaded dirs-sys v0.4.1 |
2176 | 2024-06-26T04:56:44.492Z | Downloaded rand_core v0.5.1 |
2177 | 2024-06-26T04:56:44.495Z | Downloaded blowfish v0.9.1 |
2178 | 2024-06-26T04:56:44.495Z | Downloaded pbkdf2 v0.12.2 |
2179 | 2024-06-26T04:56:44.495Z | Downloaded ctr v0.9.2 |
2180 | 2024-06-26T04:56:44.498Z | Downloaded rand_chacha v0.2.2 |
2181 | 2024-06-26T04:56:44.498Z | Downloaded polyval v0.6.2 |
2182 | 2024-06-26T04:56:44.502Z | Downloaded ghash v0.5.1 |
2183 | 2024-06-26T04:56:44.502Z | Downloaded dirs v5.0.1 |
2184 | 2024-06-26T04:56:44.505Z | Downloaded getrandom v0.1.16 |
2185 | 2024-06-26T04:56:44.508Z | Downloaded rfc6979 v0.4.0 |
2186 | 2024-06-26T04:56:44.511Z | Downloaded russh-keys v0.43.0 |
2187 | 2024-06-26T04:56:44.512Z | Downloaded primeorder v0.13.6 |
2188 | 2024-06-26T04:56:44.512Z | Downloaded internet-checksum v0.2.1 |
2189 | 2024-06-26T04:56:44.515Z | Downloaded cbc v0.1.2 |
2190 | 2024-06-26T04:56:44.515Z | Downloaded bcrypt-pbkdf v0.10.0 |
2191 | 2024-06-26T04:56:44.518Z | Downloaded password-hash v0.4.2 |
2192 | 2024-06-26T04:56:44.518Z | Downloaded aes-gcm v0.10.3 |
2193 | 2024-06-26T04:56:44.522Z | Downloaded p256 v0.13.2 |
2194 | 2024-06-26T04:56:44.525Z | Downloaded dhcproto v0.11.0 |
2195 | 2024-06-26T04:56:44.528Z | Downloaded ecdsa v0.16.9 |
2196 | 2024-06-26T04:56:44.532Z | Downloaded ed25519-dalek v2.1.1 |
2197 | 2024-06-26T04:56:44.537Z | Downloaded russh v0.43.0 |
2198 | 2024-06-26T04:56:44.543Z | Downloaded rand v0.7.3 |
2199 | 2024-06-26T04:56:44.548Z | Downloaded p521 v0.13.3 |
2200 | 2024-06-26T04:56:44.552Z | Downloaded aes v0.8.4 |
2201 | 2024-06-26T04:56:44.720Z | Compiling serde v1.0.203 |
2202 | 2024-06-26T04:56:44.724Z | Compiling log v0.4.21 |
2203 | 2024-06-26T04:56:44.832Z | Compiling scopeguard v1.2.0 |
2204 | 2024-06-26T04:56:44.832Z | Compiling smallvec v1.13.2 |
2205 | 2024-06-26T04:56:44.857Z | Compiling syn v2.0.68 |
2206 | 2024-06-26T04:56:44.861Z | Compiling getrandom v0.2.14 |
2207 | 2024-06-26T04:56:44.861Z | Compiling generic-array v0.14.7 |
2208 | 2024-06-26T04:56:44.901Z | Compiling libm v0.2.8 |
2209 | 2024-06-26T04:56:45.002Z | Compiling lock_api v0.4.12 |
2210 | 2024-06-26T04:56:45.203Z | Compiling rand_core v0.6.4 |
2211 | 2024-06-26T04:56:45.245Z | Compiling parking_lot_core v0.9.10 |
2212 | 2024-06-26T04:56:45.303Z | Compiling num-traits v0.2.19 |
2213 | 2024-06-26T04:56:45.357Z | Compiling subtle v2.5.0 |
2214 | 2024-06-26T04:56:45.431Z | Compiling mio v0.8.11 |
2215 | 2024-06-26T04:56:45.580Z | Compiling ahash v0.8.11 |
2216 | 2024-06-26T04:56:45.609Z | Compiling parking_lot v0.12.2 |
2217 | 2024-06-26T04:56:45.796Z | Compiling serde_json v1.0.117 |
2218 | 2024-06-26T04:56:45.957Z | Compiling allocator-api2 v0.2.18 |
2219 | 2024-06-26T04:56:45.978Z | Compiling const-oid v0.9.6 |
2220 | 2024-06-26T04:56:46.004Z | Compiling iana-time-zone v0.1.60 |
2221 | 2024-06-26T04:56:46.190Z | Compiling syn v1.0.109 |
2222 | 2024-06-26T04:56:46.634Z | Compiling unicode-normalization v0.1.23 |
2223 | 2024-06-26T04:56:46.799Z | Compiling schemars v0.8.21 |
2224 | 2024-06-26T04:56:46.897Z | Compiling unicode-bidi v0.3.15 |
2225 | 2024-06-26T04:56:46.933Z | Compiling dyn-clone v1.0.17 |
2226 | 2024-06-26T04:56:47.163Z | Compiling spin v0.9.8 |
2227 | 2024-06-26T04:56:47.203Z | Compiling ppv-lite86 v0.2.17 |
2228 | 2024-06-26T04:56:47.645Z | Compiling time-macros v0.2.18 |
2229 | 2024-06-26T04:56:47.812Z | Compiling ring v0.17.8 |
2230 | 2024-06-26T04:56:47.901Z | Compiling aho-corasick v1.1.3 |
2231 | 2024-06-26T04:56:47.979Z | Compiling rand_chacha v0.3.1 |
2232 | 2024-06-26T04:56:48.630Z | Compiling regex-syntax v0.8.3 |
2233 | 2024-06-26T04:56:48.692Z | Compiling rand v0.8.5 |
2234 | 2024-06-26T04:56:50.681Z | Compiling idna v0.5.0 |
2235 | 2024-06-26T04:56:50.971Z | Compiling slog v2.7.0 |
2236 | 2024-06-26T04:56:51.391Z | Compiling time v0.3.36 |
2237 | 2024-06-26T04:56:51.589Z | Compiling url v2.5.0 |
2238 | 2024-06-26T04:56:52.209Z | Compiling untrusted v0.9.0 |
2239 | 2024-06-26T04:56:52.416Z | Compiling regex-automata v0.4.6 |
2240 | 2024-06-26T04:56:52.419Z | Compiling spin v0.5.2 |
2241 | 2024-06-26T04:56:52.676Z | Compiling serde_derive_internals v0.29.1 |
2242 | 2024-06-26T04:56:55.051Z | Compiling lazy_static v1.4.0 |
2243 | 2024-06-26T04:56:55.182Z | Compiling backtrace v0.3.71 |
2244 | 2024-06-26T04:56:55.696Z | Compiling gimli v0.28.1 |
2245 | 2024-06-26T04:56:55.797Z | Compiling object v0.32.2 |
2246 | 2024-06-26T04:56:55.845Z | Compiling anyhow v1.0.86 |
2247 | 2024-06-26T04:56:56.480Z | Compiling rustc-demangle v0.1.24 |
2248 | 2024-06-26T04:56:57.405Z | Compiling rustls v0.21.12 |
2249 | 2024-06-26T04:56:57.530Z | Compiling base64ct v1.6.0 |
2250 | 2024-06-26T04:56:57.676Z | Compiling winnow v0.5.40 |
2251 | 2024-06-26T04:56:57.891Z | Compiling crossbeam-utils v0.8.19 |
2252 | 2024-06-26T04:56:58.212Z | Compiling regex v1.10.4 |
2253 | 2024-06-26T04:56:58.607Z | Compiling sct v0.7.1 |
2254 | 2024-06-26T04:56:58.938Z | Compiling rustls-webpki v0.101.7 |
2255 | 2024-06-26T04:56:59.336Z | Compiling cookie v0.17.0 |
2256 | 2024-06-26T04:57:00.611Z | Compiling serde_derive v1.0.203 |
2257 | 2024-06-26T04:57:00.884Z | Compiling zeroize_derive v1.4.2 |
2258 | 2024-06-26T04:57:01.053Z | Compiling thiserror-impl v1.0.60 |
2259 | 2024-06-26T04:57:01.170Z | Compiling zerocopy-derive v0.7.34 |
2260 | 2024-06-26T04:57:01.874Z | Compiling tokio-macros v2.2.0 |
2261 | 2024-06-26T04:57:02.650Z | Compiling zeroize v1.7.0 |
2262 | 2024-06-26T04:57:02.676Z | Compiling futures-macro v0.3.30 |
2263 | 2024-06-26T04:57:03.629Z | Compiling schemars_derive v0.8.21 |
2264 | 2024-06-26T04:57:03.633Z | Compiling tracing-attributes v0.1.27 |
2265 | 2024-06-26T04:57:03.667Z | Compiling zerocopy v0.7.34 |
2266 | 2024-06-26T04:57:04.615Z | Compiling crypto-common v0.1.6 |
2267 | 2024-06-26T04:57:04.666Z | Compiling thiserror v1.0.60 |
2268 | 2024-06-26T04:57:04.832Z | Compiling block-buffer v0.10.4 |
2269 | 2024-06-26T04:57:04.851Z | Compiling async-trait v0.1.80 |
2270 | 2024-06-26T04:57:04.951Z | Compiling futures-util v0.3.30 |
2271 | 2024-06-26T04:57:05.111Z | Compiling digest v0.10.7 |
2272 | 2024-06-26T04:57:05.670Z | Compiling addr2line v0.21.0 |
2273 | 2024-06-26T04:57:06.154Z | Compiling hashbrown v0.14.5 |
2274 | 2024-06-26T04:57:06.800Z | Compiling openssl-macros v0.1.1 |
2275 | 2024-06-26T04:57:07.604Z | Compiling pest v2.7.10 |
2276 | 2024-06-26T04:57:07.913Z | Compiling tracing v0.1.40 |
2277 | 2024-06-26T04:57:08.025Z | Compiling idna v0.3.0 |
2278 | 2024-06-26T04:57:08.279Z | Compiling psl-types v2.0.11 |
2279 | 2024-06-26T04:57:08.477Z | Compiling data-encoding v2.6.0 |
2280 | 2024-06-26T04:57:08.497Z | Compiling hmac v0.12.1 |
2281 | 2024-06-26T04:57:08.789Z | Compiling scroll_derive v0.12.0 |
2282 | 2024-06-26T04:57:09.782Z | Compiling publicsuffix v2.2.3 |
2283 | 2024-06-26T04:57:10.251Z | Compiling pest_meta v2.7.10 |
2284 | 2024-06-26T04:57:10.450Z | Compiling scroll v0.12.0 |
2285 | 2024-06-26T04:57:10.771Z | Compiling bitflags v1.3.2 |
2286 | 2024-06-26T04:57:10.888Z | Compiling webpki-roots v0.25.4 |
2287 | 2024-06-26T04:57:11.053Z | Compiling futures-executor v0.3.30 |
2288 | 2024-06-26T04:57:11.072Z | Compiling goblin v0.8.2 |
2289 | 2024-06-26T04:57:11.076Z | Compiling block-padding v0.3.3 |
2290 | 2024-06-26T04:57:11.294Z | Compiling der_derive v0.7.2 |
2291 | 2024-06-26T04:57:11.652Z | Compiling futures v0.3.30 |
2292 | 2024-06-26T04:57:11.713Z | Compiling pest_generator v2.7.10 |
2293 | 2024-06-26T04:57:11.785Z | Compiling pem-rfc7468 v0.7.0 |
2294 | 2024-06-26T04:57:12.657Z | Compiling flagset v0.4.5 |
2295 | 2024-06-26T04:57:12.834Z | Compiling sha2 v0.10.8 |
2296 | 2024-06-26T04:57:13.826Z | Compiling either v1.12.0 |
2297 | 2024-06-26T04:57:13.952Z | Compiling der v0.7.9 |
2298 | 2024-06-26T04:57:14.274Z | Compiling ff v0.13.0 |
2299 | 2024-06-26T04:57:14.535Z | Compiling base16ct v0.2.0 |
2300 | 2024-06-26T04:57:14.888Z | Compiling stable_deref_trait v1.2.0 |
2301 | 2024-06-26T04:57:15.008Z | Compiling group v0.13.0 |
2302 | 2024-06-26T04:57:15.414Z | Compiling hkdf v0.12.4 |
2303 | 2024-06-26T04:57:15.440Z | Compiling pest_derive v2.7.10 |
2304 | 2024-06-26T04:57:15.694Z | Compiling crypto-bigint v0.5.5 |
2305 | 2024-06-26T04:57:16.237Z | Compiling spki v0.7.3 |
2306 | 2024-06-26T04:57:16.258Z | Compiling dtrace-parser v0.2.0 |
2307 | 2024-06-26T04:57:16.659Z | Compiling bytes v1.6.0 |
2308 | 2024-06-26T04:57:17.263Z | Compiling indexmap v2.2.6 |
2309 | 2024-06-26T04:57:17.475Z | Compiling chrono v0.4.38 |
2310 | 2024-06-26T04:57:18.064Z | Compiling tokio v1.37.0 |
2311 | 2024-06-26T04:57:18.590Z | Compiling uuid v1.8.0 |
2312 | 2024-06-26T04:57:18.683Z | Compiling bitflags v2.5.0 |
2313 | 2024-06-26T04:57:19.190Z | Compiling semver v1.0.23 |
2314 | 2024-06-26T04:57:19.979Z | Compiling http v0.2.12 |
2315 | 2024-06-26T04:57:20.038Z | Compiling serde_tokenstream v0.2.0 |
2316 | 2024-06-26T04:57:20.653Z | Compiling serde_spanned v0.6.6 |
2317 | 2024-06-26T04:57:20.922Z | Compiling toml_datetime v0.6.6 |
2318 | 2024-06-26T04:57:21.275Z | Compiling toml_edit v0.19.15 |
2319 | 2024-06-26T04:57:21.471Z | Compiling openssl v0.10.64 |
2320 | 2024-06-26T04:57:21.916Z | Compiling http-body v0.4.6 |
2321 | 2024-06-26T04:57:22.305Z | Compiling rustix v0.38.34 |
2322 | 2024-06-26T04:57:22.349Z | Compiling serde_urlencoded v0.7.1 |
2323 | 2024-06-26T04:57:22.395Z | Compiling openapiv3 v2.0.0 |
2324 | 2024-06-26T04:57:22.649Z | Compiling cookie_store v0.20.0 |
2325 | 2024-06-26T04:57:22.915Z | Compiling rustc_version v0.4.0 |
2326 | 2024-06-26T04:57:23.730Z | Compiling inout v0.1.3 |
2327 | 2024-06-26T04:57:24.050Z | Compiling dof v0.3.0 |
2328 | 2024-06-26T04:57:24.086Z | Compiling cipher v0.4.4 |
2329 | 2024-06-26T04:57:24.317Z | Compiling pkcs8 v0.10.2 |
2330 | 2024-06-26T04:57:24.643Z | Compiling sec1 v0.7.3 |
2331 | 2024-06-26T04:57:24.931Z | Compiling usdt-impl v0.5.0 |
2332 | 2024-06-26T04:57:25.282Z | Compiling crossbeam-epoch v0.9.18 |
2333 | 2024-06-26T04:57:25.548Z | Compiling num-integer v0.1.46 |
2334 | 2024-06-26T04:57:26.162Z | Compiling elliptic-curve v0.13.8 |
2335 | 2024-06-26T04:57:26.376Z | Compiling tokio-util v0.7.11 |
2336 | 2024-06-26T04:57:26.521Z | Compiling tokio-rustls v0.24.1 |
2337 | 2024-06-26T04:57:26.670Z | Compiling usdt-attr-macro v0.5.0 |
2338 | 2024-06-26T04:57:26.934Z | Compiling usdt-macro v0.5.0 |
2339 | 2024-06-26T04:57:26.999Z | Compiling managed v0.8.0 |
2340 | 2024-06-26T04:57:27.087Z | Compiling unicode-segmentation v1.11.0 |
2341 | 2024-06-26T04:57:27.461Z | Compiling h2 v0.3.26 |
2342 | 2024-06-26T04:57:27.857Z | Compiling native-tls v0.2.11 |
2343 | 2024-06-26T04:57:27.968Z | Compiling toml_edit v0.22.13 |
2344 | 2024-06-26T04:57:28.402Z | Compiling tokio-native-tls v0.3.1 |
2345 | 2024-06-26T04:57:28.486Z | Compiling toml v0.7.8 |
2346 | 2024-06-26T04:57:28.506Z | Compiling usdt v0.5.0 |
2347 | 2024-06-26T04:57:28.665Z | Compiling ipnetwork v0.20.0 |
2348 | 2024-06-26T04:57:29.046Z | Compiling hex v0.4.3 |
2349 | 2024-06-26T04:57:29.653Z | Compiling matches v0.1.10 |
2350 | 2024-06-26T04:57:29.717Z | Compiling enum-as-inner v0.5.1 |
2351 | 2024-06-26T04:57:29.763Z | Compiling idna v0.2.3 |
2352 | 2024-06-26T04:57:29.932Z | Compiling siphasher v0.3.11 |
2353 | 2024-06-26T04:57:30.256Z | Compiling bit-vec v0.6.3 |
2354 | 2024-06-26T04:57:30.353Z | Compiling num-bigint v0.4.5 |
2355 | 2024-06-26T04:57:30.494Z | Compiling terminal_size v0.3.0 |
2356 | 2024-06-26T04:57:30.719Z | Compiling heapless v0.7.17 |
2357 | 2024-06-26T04:57:30.759Z | Compiling regress v0.9.1 |
2358 | 2024-06-26T04:57:30.796Z | Compiling trust-dns-proto v0.22.0 |
2359 | 2024-06-26T04:57:31.175Z | Compiling signal-hook v0.3.17 |
2360 | 2024-06-26T04:57:31.439Z | Compiling finl_unicode v1.2.0 |
2361 | 2024-06-26T04:57:31.484Z | Compiling clap_builder v4.5.2 |
2362 | 2024-06-26T04:57:32.081Z | Compiling stringprep v0.1.4 |
2363 | 2024-06-26T04:57:33.464Z | Compiling itertools v0.10.5 |
2364 | 2024-06-26T04:57:34.220Z | Compiling yasna v0.5.2 |
2365 | 2024-06-26T04:57:36.252Z | Compiling hyper v0.14.28 |
2366 | 2024-06-26T04:57:36.269Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2367 | 2024-06-26T04:57:36.554Z | Compiling md-5 v0.10.6 |
2368 | 2024-06-26T04:57:36.866Z | Compiling clap_derive v4.5.4 |
2369 | 2024-06-26T04:57:37.578Z | Compiling hash32 v0.2.1 |
2370 | 2024-06-26T04:57:37.584Z | Compiling fallible-iterator v0.2.0 |
2371 | 2024-06-26T04:57:38.318Z | Compiling smoltcp v0.9.1 |
2372 | 2024-06-26T04:57:38.418Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2373 | 2024-06-26T04:57:39.123Z | Compiling postgres-protocol v0.6.6 |
2374 | 2024-06-26T04:57:40.686Z | Compiling phf_shared v0.11.2 |
2375 | 2024-06-26T04:57:40.690Z | Compiling tokio-stream v0.1.15 |
2376 | 2024-06-26T04:57:40.939Z | Compiling hubpack_derive v0.1.1 |
2377 | 2024-06-26T04:57:41.051Z | Compiling zerocopy-derive v0.6.6 |
2378 | 2024-06-26T04:57:41.595Z | Compiling diesel_table_macro_syntax v0.1.0 |
2379 | 2024-06-26T04:57:41.681Z | Compiling scheduled-thread-pool v0.2.7 |
2380 | 2024-06-26T04:57:41.715Z | Compiling fs-err v2.11.0 |
2381 | 2024-06-26T04:57:41.854Z | Compiling fixedbitset v0.4.2 |
2382 | 2024-06-26T04:57:42.035Z | Compiling diesel_derives v2.1.4 |
2383 | 2024-06-26T04:57:42.158Z | Compiling petgraph v0.6.5 |
2384 | 2024-06-26T04:57:42.302Z | Compiling r2d2 v0.8.10 |
2385 | 2024-06-26T04:57:42.307Z | Compiling clap v4.5.4 |
2386 | 2024-06-26T04:57:42.339Z | Compiling hubpack v0.1.2 |
2387 | 2024-06-26T04:57:42.447Z | Compiling phf v0.11.2 |
2388 | 2024-06-26T04:57:42.764Z | Compiling signal-hook-mio v0.2.3 |
2389 | 2024-06-26T04:57:42.806Z | Compiling postgres-types v0.2.6 |
2390 | 2024-06-26T04:57:43.289Z | Compiling hyper-rustls v0.24.2 |
2391 | 2024-06-26T04:57:43.434Z | Compiling hyper-tls v0.5.0 |
2392 | 2024-06-26T04:57:43.726Z | Compiling zerocopy v0.6.6 |
2393 | 2024-06-26T04:57:43.858Z | Compiling reqwest v0.11.27 |
2394 | 2024-06-26T04:57:44.536Z | Compiling phf_shared v0.10.0 |
2395 | 2024-06-26T04:57:44.685Z | Compiling similar v2.5.0 |
2396 | 2024-06-26T04:57:44.993Z | Compiling num-iter v0.1.45 |
2397 | 2024-06-26T04:57:45.071Z | Compiling strum_macros v0.25.3 |
2398 | 2024-06-26T04:57:45.199Z | Compiling serde_repr v0.1.19 |
2399 | 2024-06-26T04:57:46.410Z | Compiling getopts v0.2.21 |
2400 | 2024-06-26T04:57:46.569Z | Compiling console v0.15.8 |
2401 | 2024-06-26T04:57:46.780Z | Compiling float-cmp v0.9.0 |
2402 | 2024-06-26T04:57:47.030Z | Compiling minimal-lexical v0.2.1 |
2403 | 2024-06-26T04:57:47.451Z | Compiling unsafe-libyaml v0.2.11 |
2404 | 2024-06-26T04:57:47.562Z | Compiling normalize-line-endings v0.3.0 |
2405 | 2024-06-26T04:57:47.609Z | Compiling difflib v0.4.0 |
2406 | 2024-06-26T04:57:47.718Z | Compiling predicates-core v1.0.6 |
2407 | 2024-06-26T04:57:48.147Z | Compiling new_debug_unreachable v1.0.6 |
2408 | 2024-06-26T04:57:48.217Z | Compiling whoami v1.5.1 |
2409 | 2024-06-26T04:57:48.265Z | Compiling precomputed-hash v0.1.1 |
2410 | 2024-06-26T04:57:48.410Z | Compiling static_assertions v1.1.0 |
2411 | 2024-06-26T04:57:48.534Z | Compiling string_cache v0.8.7 |
2412 | 2024-06-26T04:57:48.971Z | Compiling serde_yaml v0.9.34+deprecated |
2413 | 2024-06-26T04:57:49.077Z | Compiling tokio-postgres v0.7.10 |
2414 | 2024-06-26T04:57:49.374Z | Compiling predicates v3.1.0 |
2415 | 2024-06-26T04:57:49.544Z | Compiling nom v7.1.3 |
2416 | 2024-06-26T04:57:49.714Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2417 | 2024-06-26T04:57:51.358Z | Compiling crossterm v0.27.0 |
2418 | 2024-06-26T04:57:53.719Z | Compiling bit-set v0.5.3 |
2419 | 2024-06-26T04:57:54.047Z | Compiling itertools v0.12.1 |
2420 | 2024-06-26T04:57:54.586Z | Compiling bstr v1.9.1 |
2421 | 2024-06-26T04:57:54.683Z | Compiling lalrpop-util v0.19.12 |
2422 | 2024-06-26T04:57:55.095Z | Compiling peg-runtime v0.8.3 |
2423 | 2024-06-26T04:57:55.595Z | Compiling unicode-xid v0.2.4 |
2424 | 2024-06-26T04:57:55.787Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2425 | 2024-06-26T04:57:55.862Z | Compiling sha1 v0.10.6 |
2426 | 2024-06-26T04:57:56.292Z | Compiling camino v1.1.7 |
2427 | 2024-06-26T04:57:56.346Z | Compiling strum_macros v0.26.2 |
2428 | 2024-06-26T04:57:56.585Z | Compiling diesel v2.1.6 |
2429 | 2024-06-26T04:57:56.589Z | Compiling http v1.1.0 |
2430 | 2024-06-26T04:57:56.786Z | Compiling base64 v0.22.1 |
2431 | 2024-06-26T04:57:57.387Z | Compiling toml v0.8.13 |
2432 | 2024-06-26T04:57:57.507Z | Compiling ident_case v1.0.1 |
2433 | 2024-06-26T04:57:57.615Z | Compiling rustls-pki-types v1.7.0 |
2434 | 2024-06-26T04:57:57.725Z | Compiling darling_core v0.20.9 |
2435 | 2024-06-26T04:57:57.955Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2436 | 2024-06-26T04:57:58.575Z | Compiling crossbeam-channel v0.5.12 |
2437 | 2024-06-26T04:57:59.255Z | Compiling rustls v0.22.4 |
2438 | 2024-06-26T04:57:59.299Z | Compiling paste v1.0.15 |
2439 | 2024-06-26T04:57:59.573Z | Compiling slog-async v2.8.0 |
2440 | 2024-06-26T04:57:59.806Z | Compiling slog-term v2.9.1 |
2441 | 2024-06-26T04:57:59.921Z | Compiling rustls-webpki v0.102.4 |
2442 | 2024-06-26T04:58:00.918Z | Compiling instant v0.1.12 |
2443 | 2024-06-26T04:58:00.939Z | Compiling multer v3.1.0 |
2444 | 2024-06-26T04:58:01.323Z | Compiling slog-json v2.6.1 |
2445 | 2024-06-26T04:58:01.763Z | Compiling async-stream-impl v0.3.5 |
2446 | 2024-06-26T04:58:02.020Z | Compiling strum v0.26.2 |
2447 | 2024-06-26T04:58:02.213Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2448 | 2024-06-26T04:58:02.301Z | Compiling atomic-waker v1.1.2 |
2449 | 2024-06-26T04:58:02.508Z | Compiling debug-ignore v1.0.5 |
2450 | 2024-06-26T04:58:02.527Z | Compiling waitgroup v0.1.2 |
2451 | 2024-06-26T04:58:02.624Z | Compiling slog-bunyan v2.5.0 |
2452 | 2024-06-26T04:58:02.741Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2453 | 2024-06-26T04:58:02.778Z | Compiling rustls-pemfile v2.1.2 |
2454 | 2024-06-26T04:58:02.847Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2455 | 2024-06-26T04:58:02.908Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2456 | 2024-06-26T04:58:03.270Z | Compiling serde_path_to_error v0.1.16 |
2457 | 2024-06-26T04:58:03.312Z | Compiling async-stream v0.3.5 |
2458 | 2024-06-26T04:58:07.755Z | Compiling structmeta-derive v0.3.0 |
2459 | 2024-06-26T04:58:07.794Z | Compiling hostname v0.4.0 |
2460 | 2024-06-26T04:58:07.794Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2461 | 2024-06-26T04:58:07.794Z | Compiling newtype-uuid v1.1.0 |
2462 | 2024-06-26T04:58:07.794Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2463 | 2024-06-26T04:58:07.794Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2464 | 2024-06-26T04:58:07.794Z | Compiling backoff v0.4.0 |
2465 | 2024-06-26T04:58:07.794Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2466 | 2024-06-26T04:58:07.794Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2467 | 2024-06-26T04:58:07.794Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2468 | 2024-06-26T04:58:07.794Z | Compiling macaddr v1.0.1 |
2469 | 2024-06-26T04:58:07.795Z | Compiling proc-macro-crate v1.3.1 |
2470 | 2024-06-26T04:58:07.795Z | Compiling darling_macro v0.20.9 |
2471 | 2024-06-26T04:58:07.795Z | Compiling tokio-rustls v0.25.0 |
2472 | 2024-06-26T04:58:07.795Z | Compiling fastrand v2.1.0 |
2473 | 2024-06-26T04:58:07.795Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2474 | 2024-06-26T04:58:07.795Z | Compiling num_enum_derive v0.5.11 |
2475 | 2024-06-26T04:58:07.795Z | Compiling darling v0.20.9 |
2476 | 2024-06-26T04:58:07.795Z | Compiling serde_with_macros v3.8.1 |
2477 | 2024-06-26T04:58:07.795Z | Compiling structmeta v0.3.0 |
2478 | 2024-06-26T04:58:07.795Z | Compiling tempfile v3.10.1 |
2479 | 2024-06-26T04:58:07.795Z | Compiling parse-display-derive v0.9.0 |
2480 | 2024-06-26T04:58:08.225Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2481 | 2024-06-26T04:58:08.561Z | Compiling foreign-types-macros v0.2.3 |
2482 | 2024-06-26T04:58:09.940Z | Compiling num_enum v0.5.11 |
2483 | 2024-06-26T04:58:09.977Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2484 | 2024-06-26T04:58:10.124Z | Compiling foreign-types-shared v0.3.1 |
2485 | 2024-06-26T04:58:10.255Z | Compiling heapless v0.8.0 |
2486 | 2024-06-26T04:58:10.313Z | Compiling foreign-types v0.5.0 |
2487 | 2024-06-26T04:58:10.452Z | Compiling proc-macro-error v1.0.4 |
2488 | 2024-06-26T04:58:10.614Z | Compiling serde_with v3.8.1 |
2489 | 2024-06-26T04:58:11.427Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2490 | 2024-06-26T04:58:11.472Z | Compiling cstr-argument v0.1.2 |
2491 | 2024-06-26T04:58:11.779Z | Compiling hash32 v0.3.1 |
2492 | 2024-06-26T04:58:12.060Z | Compiling smoltcp v0.11.0 |
2493 | 2024-06-26T04:58:12.367Z | Compiling pretty-hex v0.2.1 |
2494 | 2024-06-26T04:58:12.481Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2495 | 2024-06-26T04:58:12.563Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2496 | 2024-06-26T04:58:12.909Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2497 | 2024-06-26T04:58:12.965Z | Compiling camino-tempfile v1.1.1 |
2498 | 2024-06-26T04:58:13.058Z | Compiling parse-display v0.9.0 |
2499 | 2024-06-26T04:58:13.473Z | Compiling tabwriter v1.4.0 |
2500 | 2024-06-26T04:58:13.570Z | Compiling colored v2.1.0 |
2501 | 2024-06-26T04:58:13.856Z | Compiling socket2 v0.4.10 |
2502 | 2024-06-26T04:58:13.897Z | Compiling embedded-io v0.4.0 |
2503 | 2024-06-26T04:58:14.057Z | Compiling cobs v0.2.3 |
2504 | 2024-06-26T04:58:14.409Z | Compiling postcard v1.0.8 |
2505 | 2024-06-26T04:58:14.431Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2506 | 2024-06-26T04:58:14.753Z | Compiling crucible-workspace-hack v0.1.0 |
2507 | 2024-06-26T04:58:14.807Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2508 | 2024-06-26T04:58:15.006Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2509 | 2024-06-26T04:58:15.063Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2510 | 2024-06-26T04:58:15.203Z | Compiling smf v0.2.3 |
2511 | 2024-06-26T04:58:15.294Z | Compiling humantime v2.1.0 |
2512 | 2024-06-26T04:58:15.426Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2513 | 2024-06-26T04:58:15.950Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2514 | 2024-06-26T04:58:16.035Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2515 | 2024-06-26T04:58:16.307Z | Compiling num-derive v0.4.2 |
2516 | 2024-06-26T04:58:16.554Z | Compiling sigpipe v0.1.3 |
2517 | 2024-06-26T04:58:16.702Z | Compiling utf-8 v0.7.6 |
2518 | 2024-06-26T04:58:16.809Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2519 | 2024-06-26T04:58:17.083Z | Compiling atty v0.2.14 |
2520 | 2024-06-26T04:58:17.235Z | Compiling same-file v1.0.6 |
2521 | 2024-06-26T04:58:17.312Z | Compiling semver v0.1.20 |
2522 | 2024-06-26T04:58:17.493Z | Compiling rayon-core v1.12.1 |
2523 | 2024-06-26T04:58:17.583Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2524 | 2024-06-26T04:58:17.797Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2525 | 2024-06-26T04:58:18.077Z | Compiling rustc_version v0.1.7 |
2526 | 2024-06-26T04:58:18.692Z | Compiling walkdir v2.5.0 |
2527 | 2024-06-26T04:58:19.084Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2528 | 2024-06-26T04:58:19.518Z | Compiling newline-converter v0.3.0 |
2529 | 2024-06-26T04:58:19.609Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2530 | 2024-06-26T04:58:19.628Z | Compiling crossbeam-deque v0.8.5 |
2531 | 2024-06-26T04:58:19.698Z | Compiling curve25519-dalek v4.1.3 |
2532 | 2024-06-26T04:58:19.978Z | Compiling universal-hash v0.5.1 |
2533 | 2024-06-26T04:58:20.025Z | Compiling opaque-debug v0.3.1 |
2534 | 2024-06-26T04:58:20.062Z | Compiling prettyplease v0.2.20 |
2535 | 2024-06-26T04:58:20.135Z | Compiling expectorate v1.1.0 |
2536 | 2024-06-26T04:58:20.192Z | Compiling newtype_derive v0.1.6 |
2537 | 2024-06-26T04:58:20.324Z | Compiling num-rational v0.4.2 |
2538 | 2024-06-26T04:58:20.412Z | Compiling xattr v1.3.1 |
2539 | 2024-06-26T04:58:20.512Z | Compiling signature v2.2.0 |
2540 | 2024-06-26T04:58:20.515Z | Compiling curve25519-dalek-derive v0.1.1 |
2541 | 2024-06-26T04:58:20.737Z | Compiling num-complex v0.4.6 |
2542 | 2024-06-26T04:58:20.842Z | Compiling blake3 v1.5.1 |
2543 | 2024-06-26T04:58:21.505Z | Compiling ring v0.16.20 |
2544 | 2024-06-26T04:58:21.873Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2545 | 2024-06-26T04:58:21.940Z | Compiling unicase v2.7.0 |
2546 | 2024-06-26T04:58:22.126Z | Compiling linked-hash-map v0.5.6 |
2547 | 2024-06-26T04:58:22.172Z | Compiling convert_case v0.4.0 |
2548 | 2024-06-26T04:58:22.244Z | Compiling quick-error v1.2.3 |
2549 | 2024-06-26T04:58:22.284Z | Compiling arc-swap v1.7.1 |
2550 | 2024-06-26T04:58:22.417Z | Compiling termcolor v1.4.1 |
2551 | 2024-06-26T04:58:22.501Z | Compiling getrandom v0.1.16 |
2552 | 2024-06-26T04:58:22.996Z | Compiling env_logger v0.9.3 |
2553 | 2024-06-26T04:58:23.246Z | Compiling derive_more v0.99.17 |
2554 | 2024-06-26T04:58:23.300Z | Compiling slog-scope v4.4.0 |
2555 | 2024-06-26T04:58:23.351Z | Compiling lru-cache v0.1.2 |
2556 | 2024-06-26T04:58:23.375Z | Compiling resolv-conf v0.7.0 |
2557 | 2024-06-26T04:58:23.881Z | Compiling tar v0.4.40 |
2558 | 2024-06-26T04:58:24.231Z | Compiling num v0.4.3 |
2559 | 2024-06-26T04:58:24.579Z | Compiling rayon v1.10.0 |
2560 | 2024-06-26T04:58:25.582Z | Compiling tungstenite v0.21.0 |
2561 | 2024-06-26T04:58:26.245Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2562 | 2024-06-26T04:58:26.792Z | Compiling blake2 v0.10.6 |
2563 | 2024-06-26T04:58:28.015Z | Compiling bitstruct_derive v0.1.0 |
2564 | 2024-06-26T04:58:28.279Z | Compiling derive-where v1.2.7 |
2565 | 2024-06-26T04:58:28.474Z | Compiling password-hash v0.5.0 |
2566 | 2024-06-26T04:58:29.489Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2567 | 2024-06-26T04:58:29.614Z | Compiling memmap2 v0.9.4 |
2568 | 2024-06-26T04:58:29.648Z | Compiling libefi-sys v0.1.0 |
2569 | 2024-06-26T04:58:29.950Z | Compiling float-ord v0.3.2 |
2570 | 2024-06-26T04:58:30.025Z | Compiling constant_time_eq v0.3.0 |
2571 | 2024-06-26T04:58:30.086Z | Compiling ascii v1.1.0 |
2572 | 2024-06-26T04:58:30.123Z | Compiling untrusted v0.7.1 |
2573 | 2024-06-26T04:58:30.218Z | Compiling parking_lot_core v0.8.6 |
2574 | 2024-06-26T04:58:30.317Z | Compiling arrayref v0.3.7 |
2575 | 2024-06-26T04:58:30.445Z | Compiling arrayvec v0.7.4 |
2576 | 2024-06-26T04:58:30.743Z | Compiling home v0.5.9 |
2577 | 2024-06-26T04:58:30.802Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2578 | 2024-06-26T04:58:31.045Z | Compiling toolchain_find v0.4.0 |
2579 | 2024-06-26T04:58:32.245Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2580 | 2024-06-26T04:58:32.417Z | Compiling bitstruct v0.1.1 |
2581 | 2024-06-26T04:58:32.529Z | Compiling argon2 v0.5.3 |
2582 | 2024-06-26T04:58:32.548Z | Compiling tokio-tungstenite v0.21.0 |
2583 | 2024-06-26T04:58:32.579Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2584 | 2024-06-26T04:58:32.757Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2585 | 2024-06-26T04:58:33.032Z | Compiling trust-dns-resolver v0.22.0 |
2586 | 2024-06-26T04:58:33.049Z | Compiling slog-stdlog v4.1.1 |
2587 | 2024-06-26T04:58:33.245Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2588 | 2024-06-26T04:58:33.444Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-06-26T04:58:33.644Z | Compiling erased-serde v0.3.31 |
2590 | 2024-06-26T04:58:33.861Z | Compiling serde_arrays v0.1.0 |
2591 | 2024-06-26T04:58:34.042Z | Compiling rfc6979 v0.4.0 |
2592 | 2024-06-26T04:58:34.065Z | Compiling aead v0.5.2 |
2593 | 2024-06-26T04:58:34.268Z | Compiling nibble_vec v0.1.0 |
2594 | 2024-06-26T04:58:34.453Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2595 | 2024-06-26T04:58:34.481Z | Compiling slog-dtrace v0.3.0 |
2596 | 2024-06-26T04:58:34.786Z | Compiling topological-sort v0.2.2 |
2597 | 2024-06-26T04:58:34.831Z | Compiling cancel-safe-futures v0.1.5 |
2598 | 2024-06-26T04:58:35.029Z | Compiling endian-type v0.1.2 |
2599 | 2024-06-26T04:58:35.153Z | Compiling keccak v0.1.5 |
2600 | 2024-06-26T04:58:35.234Z | Compiling omicron-zone-package v0.11.0 |
2601 | 2024-06-26T04:58:35.286Z | Compiling radix_trie v0.2.1 |
2602 | 2024-06-26T04:58:35.588Z | Compiling sha3 v0.10.8 |
2603 | 2024-06-26T04:58:35.764Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2604 | 2024-06-26T04:58:36.241Z | Compiling ecdsa v0.16.9 |
2605 | 2024-06-26T04:58:36.293Z | Compiling rand_core v0.5.1 |
2606 | 2024-06-26T04:58:36.428Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2607 | 2024-06-26T04:58:36.736Z | Compiling mime_guess v2.0.4 |
2608 | 2024-06-26T04:58:36.848Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2609 | 2024-06-26T04:58:36.879Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2610 | 2024-06-26T04:58:37.097Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2611 | 2024-06-26T04:58:37.677Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2612 | 2024-06-26T04:58:38.074Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2613 | 2024-06-26T04:58:38.138Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2614 | 2024-06-26T04:58:38.274Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2615 | 2024-06-26T04:58:38.503Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2616 | 2024-06-26T04:58:38.521Z | Compiling slog-envlogger v2.2.0 |
2617 | 2024-06-26T04:58:39.357Z | Compiling steno v0.4.0 |
2618 | 2024-06-26T04:58:39.993Z | Compiling rustfmt-wrapper v0.2.1 |
2619 | 2024-06-26T04:58:40.671Z | Compiling poly1305 v0.8.0 |
2620 | 2024-06-26T04:58:41.129Z | Compiling tungstenite v0.20.1 |
2621 | 2024-06-26T04:58:41.293Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2622 | 2024-06-26T04:58:42.052Z | Compiling heck v0.3.3 |
2623 | 2024-06-26T04:58:42.219Z | Compiling primeorder v0.13.6 |
2624 | 2024-06-26T04:58:42.480Z | Compiling chacha20 v0.9.1 |
2625 | 2024-06-26T04:58:42.495Z | Compiling secrecy v0.8.0 |
2626 | 2024-06-26T04:58:42.752Z | Compiling thiserror-impl-no-std v2.0.2 |
2627 | 2024-06-26T04:58:42.777Z | Compiling half v2.4.1 |
2628 | 2024-06-26T04:58:42.951Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2629 | 2024-06-26T04:58:43.122Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2630 | 2024-06-26T04:58:43.359Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2631 | 2024-06-26T04:58:43.407Z | Compiling ciborium-io v0.2.2 |
2632 | 2024-06-26T04:58:43.481Z | Compiling option-ext v0.2.0 |
2633 | 2024-06-26T04:58:43.556Z | Compiling ciborium-ll v0.2.2 |
2634 | 2024-06-26T04:58:43.615Z | Compiling dirs-sys v0.4.1 |
2635 | 2024-06-26T04:58:43.701Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2636 | 2024-06-26T04:58:43.969Z | Compiling zone_cfg_derive v0.1.2 |
2637 | 2024-06-26T04:58:44.292Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2638 | 2024-06-26T04:58:44.371Z | Compiling tokio-tungstenite v0.20.1 |
2639 | 2024-06-26T04:58:45.226Z | Compiling parking_lot v0.11.2 |
2640 | 2024-06-26T04:58:45.488Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2641 | 2024-06-26T04:58:45.556Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2642 | 2024-06-26T04:58:45.902Z | Compiling rand_chacha v0.2.2 |
2643 | 2024-06-26T04:58:46.209Z | Compiling thiserror-no-std v2.0.2 |
2644 | 2024-06-26T04:58:46.226Z | Compiling trust-dns-client v0.22.0 |
2645 | 2024-06-26T04:58:46.563Z | Compiling ed25519 v2.2.3 |
2646 | 2024-06-26T04:58:47.005Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2647 | 2024-06-26T04:58:47.087Z | Compiling polyval v0.6.2 |
2648 | 2024-06-26T04:58:47.445Z | Compiling libsw v3.3.1 |
2649 | 2024-06-26T04:58:47.538Z | Compiling blowfish v0.9.1 |
2650 | 2024-06-26T04:58:47.774Z | Compiling ctr v0.9.2 |
2651 | 2024-06-26T04:58:47.797Z | Compiling aes v0.8.4 |
2652 | 2024-06-26T04:58:48.008Z | Compiling toml v0.5.11 |
2653 | 2024-06-26T04:58:48.022Z | Compiling pbkdf2 v0.12.2 |
2654 | 2024-06-26T04:58:48.148Z | Compiling password-hash v0.4.2 |
2655 | 2024-06-26T04:58:48.198Z | Compiling gethostname v0.4.3 |
2656 | 2024-06-26T04:58:48.509Z | Compiling fxhash v0.2.1 |
2657 | 2024-06-26T04:58:48.724Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2658 | 2024-06-26T04:58:49.224Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2659 | 2024-06-26T04:58:49.533Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2660 | 2024-06-26T04:58:50.706Z | Compiling linear-map v1.2.0 |
2661 | 2024-06-26T04:58:51.109Z | Compiling owo-colors v4.0.0 |
2662 | 2024-06-26T04:58:51.966Z | Compiling base64 v0.13.1 |
2663 | 2024-06-26T04:58:52.645Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2664 | 2024-06-26T04:58:53.526Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2665 | 2024-06-26T04:58:53.684Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2666 | 2024-06-26T04:58:54.331Z | Compiling ron v0.7.1 |
2667 | 2024-06-26T04:58:56.770Z | Compiling trust-dns-server v0.22.1 |
2668 | 2024-06-26T04:58:56.907Z | Compiling sled v0.34.7 |
2669 | 2024-06-26T04:58:57.653Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2670 | 2024-06-26T04:58:57.727Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2671 | 2024-06-26T04:58:58.538Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2672 | 2024-06-26T04:58:59.191Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2673 | 2024-06-26T04:59:01.494Z | Compiling pbkdf2 v0.11.0 |
2674 | 2024-06-26T04:59:01.634Z | Compiling bcrypt-pbkdf v0.10.0 |
2675 | 2024-06-26T04:59:01.884Z | Compiling ghash v0.5.1 |
2676 | 2024-06-26T04:59:02.107Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2677 | 2024-06-26T04:59:02.305Z | Compiling ed25519-dalek v2.1.1 |
2678 | 2024-06-26T04:59:02.333Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2679 | 2024-06-26T04:59:02.863Z | Compiling vsss-rs v3.3.4 |
2680 | 2024-06-26T04:59:03.557Z | Compiling rand v0.7.3 |
2681 | 2024-06-26T04:59:04.802Z | Compiling zone v0.1.8 |
2682 | 2024-06-26T04:59:05.190Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2683 | 2024-06-26T04:59:06.177Z | Compiling ciborium v0.2.2 |
2684 | 2024-06-26T04:59:06.464Z | Compiling dirs v5.0.1 |
2685 | 2024-06-26T04:59:07.332Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2686 | 2024-06-26T04:59:07.776Z | Compiling chacha20poly1305 v0.10.1 |
2687 | 2024-06-26T04:59:07.825Z | Compiling p256 v0.13.2 |
2688 | 2024-06-26T04:59:08.014Z | Compiling p521 v0.13.3 |
2689 | 2024-06-26T04:59:08.754Z | Compiling pem v3.0.4 |
2690 | 2024-06-26T04:59:09.121Z | Compiling cbc v0.1.2 |
2691 | 2024-06-26T04:59:09.208Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2692 | 2024-06-26T04:59:09.369Z | Compiling headers-core v0.2.0 |
2693 | 2024-06-26T04:59:09.556Z | Compiling kstat-rs v0.2.4 |
2694 | 2024-06-26T04:59:09.592Z | Compiling portpicker v0.1.1 |
2695 | 2024-06-26T04:59:09.618Z | Compiling nanorand v0.7.0 |
2696 | 2024-06-26T04:59:09.951Z | Compiling russh-cryptovec v0.7.2 |
2697 | 2024-06-26T04:59:10.236Z | Compiling http-range v0.1.5 |
2698 | 2024-06-26T04:59:10.274Z | Compiling glob v0.3.1 |
2699 | 2024-06-26T04:59:10.314Z | Compiling russh-keys v0.43.0 |
2700 | 2024-06-26T04:59:10.595Z | Compiling hyper-staticfile v0.9.5 |
2701 | 2024-06-26T04:59:10.687Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2702 | 2024-06-26T04:59:10.719Z | Compiling flume v0.11.0 |
2703 | 2024-06-26T04:59:11.396Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2704 | 2024-06-26T04:59:11.452Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2705 | 2024-06-26T04:59:11.636Z | Compiling headers v0.3.9 |
2706 | 2024-06-26T04:59:12.602Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2707 | 2024-06-26T04:59:13.654Z | Compiling rcgen v0.12.1 |
2708 | 2024-06-26T04:59:13.984Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2709 | 2024-06-26T04:59:16.060Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2710 | 2024-06-26T04:59:16.386Z | Compiling aes-gcm v0.10.3 |
2711 | 2024-06-26T04:59:16.919Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2712 | 2024-06-26T04:59:17.409Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2713 | 2024-06-26T04:59:18.828Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2714 | 2024-06-26T04:59:19.533Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2715 | 2024-06-26T04:59:24.122Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2716 | 2024-06-26T04:59:24.252Z | Compiling atomicwrites v0.4.3 |
2717 | 2024-06-26T04:59:24.648Z | Compiling subprocess v0.2.9 |
2718 | 2024-06-26T04:59:25.893Z | Compiling dhcproto-macros v0.1.0 |
2719 | 2024-06-26T04:59:26.852Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2720 | 2024-06-26T04:59:26.956Z | Compiling display-error-chain v0.2.0 |
2721 | 2024-06-26T04:59:27.150Z | Compiling hex-literal v0.4.1 |
2722 | 2024-06-26T04:59:27.336Z | Compiling russh v0.43.0 |
2723 | 2024-06-26T04:59:27.375Z | Compiling dhcproto v0.11.0 |
2724 | 2024-06-26T04:59:27.378Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2725 | 2024-06-26T04:59:27.817Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2726 | 2024-06-26T04:59:30.482Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2727 | 2024-06-26T04:59:31.141Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2728 | 2024-06-26T04:59:31.668Z | Compiling internet-checksum v0.2.1 |
2729 | 2024-06-26T04:59:56.212Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2730 | 2024-06-26T05:00:43.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 59s |
2731 | 2024-06-26T05:00:43.165Z | |
2732 | 2024-06-26T05:00:43.168Z | real 3:59.505114341 |
2733 | 2024-06-26T05:00:43.168Z | user 21:00.881370289 |
2734 | 2024-06-26T05:00:43.168Z | sys 4:25.357397162 |
2735 | 2024-06-26T05:00:43.168Z | trap 0.646206109 |
2736 | 2024-06-26T05:00:43.168Z | tflt 0.640667632 |
2737 | 2024-06-26T05:00:43.168Z | dflt 2.121403203 |
2738 | 2024-06-26T05:00:43.168Z | kflt 0.000117417 |
2739 | 2024-06-26T05:00:43.168Z | lock 44:49.175363600 |
2740 | 2024-06-26T05:00:43.168Z | slp 1:00:30.968110231 |
2741 | 2024-06-26T05:00:43.168Z | lat 1:03.369544912 |
2742 | 2024-06-26T05:00:43.168Z | stop 2:34.255345810 |
2743 | 2024-06-26T05:00:43.168Z | + mkdir tests |
2744 | 2024-06-26T05:00:43.171Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2745 | 2024-06-26T05:00:43.171Z | + xargs -I '{}' -t cp '{}' tests/ |
2746 | 2024-06-26T05:00:44.244Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f7362bb750090d2c tests/ |
2747 | 2024-06-26T05:00:44.271Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9f8d9bd4bda2076c tests/ |
2748 | 2024-06-26T05:00:44.299Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4b8b3d9ac84fe13c tests/ |
2749 | 2024-06-26T05:00:44.326Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0e2a2a886fed4c21 tests/ |
2750 | 2024-06-26T05:00:44.687Z | + 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/*) |
2751 | 2024-06-26T05:00:44.690Z | + 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-f7362bb750090d2c tests/commtest-4b8b3d9ac84fe13c tests/dhcp_server-9f8d9bd4bda2076c tests/end_to_end_tests-0e2a2a886fed4c21 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2752 | 2024-06-26T05:01:49.433Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2753 | 2024-06-26T05:01:49.433Z | a out/target/test 1K |
2754 | 2024-06-26T05:01:49.433Z | a out/npuzone/npuzone 23144K |
2755 | 2024-06-26T05:01:49.433Z | a package-manifest.toml 29K |
2756 | 2024-06-26T05:01:49.433Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2757 | 2024-06-26T05:01:49.433Z | a target/release/omicron-package 32281K |
2758 | 2024-06-26T05:01:49.433Z | a target/release/xtask 18126K |
2759 | 2024-06-26T05:01:49.433Z | a target/debug/bootstrap 355815K |
2760 | 2024-06-26T05:01:49.433Z | a tests/bootstrap-f7362bb750090d2c 23982K |
2761 | 2024-06-26T05:01:49.433Z | a tests/commtest-4b8b3d9ac84fe13c 23983K |
2762 | 2024-06-26T05:01:49.433Z | a tests/dhcp_server-9f8d9bd4bda2076c 23982K |
2763 | 2024-06-26T05:01:49.433Z | a tests/end_to_end_tests-0e2a2a886fed4c21 365975K |
2764 | 2024-06-26T05:01:49.433Z | a out/clickhouse.tar.gz 223006K |
2765 | 2024-06-26T05:01:49.433Z | a out/clickhouse_keeper.tar.gz 222996K |
2766 | 2024-06-26T05:01:49.433Z | a out/cockroachdb.tar.gz 131713K |
2767 | 2024-06-26T05:01:49.433Z | a out/crucible-dtrace.tar 84K |
2768 | 2024-06-26T05:01:49.433Z | a out/crucible-pantry-zone.tar.gz 27018K |
2769 | 2024-06-26T05:01:49.433Z | a out/crucible-zone.tar.gz 37294K |
2770 | 2024-06-26T05:01:49.433Z | a out/external-dns.tar.gz 25087K |
2771 | 2024-06-26T05:01:49.433Z | a out/internal-dns.tar.gz 25085K |
2772 | 2024-06-26T05:01:49.433Z | a out/mg-ddm-gz.tar 60673K |
2773 | 2024-06-26T05:01:49.433Z | a out/nexus.tar.gz 84085K |
2774 | 2024-06-26T05:01:49.433Z | a out/ntp.tar.gz 8854K |
2775 | 2024-06-26T05:01:49.434Z | a out/omicron-gateway-softnpu.tar.gz 13754K |
2776 | 2024-06-26T05:01:49.434Z | a out/omicron-sled-agent.tar 93850K |
2777 | 2024-06-26T05:01:49.434Z | a out/overlay.tar.gz 3K |
2778 | 2024-06-26T05:01:49.434Z | a out/oximeter.tar.gz 41398K |
2779 | 2024-06-26T05:01:49.434Z | a out/oxlog.tar 2955K |
2780 | 2024-06-26T05:01:49.434Z | a out/probe.tar.gz 2764K |
2781 | 2024-06-26T05:01:49.434Z | a out/propolis-server.tar.gz 64653K |
2782 | 2024-06-26T05:01:49.434Z | a out/pumpkind-gz.tar 26665K |
2783 | 2024-06-26T05:01:49.434Z | a out/switch-softnpu.tar.gz 196109K |
2784 | 2024-06-26T05:01:49.437Z | |
2785 | 2024-06-26T05:01:49.437Z | real 1:04.737789439 |
2786 | 2024-06-26T05:01:49.437Z | user 1:01.720562499 |
2787 | 2024-06-26T05:01:49.437Z | sys 4.305343002 |
2788 | 2024-06-26T05:01:49.437Z | trap 0.015119539 |
2789 | 2024-06-26T05:01:49.437Z | tflt 0.000000000 |
2790 | 2024-06-26T05:01:49.437Z | dflt 0.000000000 |
2791 | 2024-06-26T05:01:49.437Z | kflt 0.000000000 |
2792 | 2024-06-26T05:01:49.437Z | lock 0.000000000 |
2793 | 2024-06-26T05:01:49.437Z | slp 1:01.559464000 |
2794 | 2024-06-26T05:01:49.437Z | lat 1.870382507 |
2795 | 2024-06-26T05:01:49.437Z | stop 0.000219079 |
2796 | 2024-06-26T05:01:49.440Z | process exited: duration 1806531 ms, exit code 0 |
|
2797 | 2024-06-26T05:01:49.456Z | found 1 output files |
2798 | 2024-06-26T05:01:49.456Z | uploading: /work/package.tar.gz (1400971666 bytes) |
2799 | 2024-06-26T05:02:18.062Z | uploaded: /work/package.tar.gz |