|
|
|
1 | 2024-06-26T16:51:57.222Z | job assigned to worker 01J1AQA7HA3J1A302SC460BGC4 (queued for 1 m 1 s) |
|
2 | 2024-06-26T16:52:05.267Z | starting task 0: "setup" |
3 | 2024-06-26T16:52:05.325Z | ++ uname -s |
4 | 2024-06-26T16:52:05.328Z | + kern=SunOS |
5 | 2024-06-26T16:52:05.328Z | + case "$kern" in |
6 | 2024-06-26T16:52:05.328Z | + groupadd -g 12345 build |
7 | 2024-06-26T16:52:05.328Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-26T16:52:07.343Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-26T16:52:07.448Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-26T16:52:07.507Z | + home_fs=zfs |
11 | 2024-06-26T16:52:07.507Z | + [[ zfs == autofs ]] |
12 | 2024-06-26T16:52:07.507Z | + mkdir -p /home/build |
13 | 2024-06-26T16:52:07.507Z | + chown build:build /home/build /work |
14 | 2024-06-26T16:52:08.437Z | + chmod 0700 /home/build /work |
15 | 2024-06-26T16:52:08.443Z | process exited: duration 3169 ms, exit code 0 |
|
16 | 2024-06-26T16:52:08.449Z | starting task 1: "rust-toolchain" |
17 | 2024-06-26T16:52:08.455Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-26T16:52:08.456Z | ' 1.78.0 |
19 | 2024-06-26T16:52:08.456Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-26T16:52:08.456Z | ' default |
21 | 2024-06-26T16:52:08.459Z | * toolchain channel = "1.78.0" |
22 | 2024-06-26T16:52:08.459Z | * toolchain profile = "default" |
23 | 2024-06-26T16:52:08.459Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-26T16:52:08.459Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-26T16:52:08.568Z | info: downloading installer |
26 | 2024-06-26T16:52:10.202Z | info: profile set to 'default' |
27 | 2024-06-26T16:52:10.202Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-26T16:52:10.205Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-26T16:52:10.349Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-26T16:52:10.349Z | info: downloading component 'cargo' |
31 | 2024-06-26T16:52:11.198Z | info: downloading component 'clippy' |
32 | 2024-06-26T16:52:11.479Z | info: downloading component 'rust-docs' |
33 | 2024-06-26T16:52:12.645Z | info: downloading component 'rust-std' |
34 | 2024-06-26T16:52:14.448Z | info: downloading component 'rustc' |
35 | 2024-06-26T16:52:19.046Z | info: downloading component 'rustfmt' |
36 | 2024-06-26T16:52:19.294Z | info: installing component 'cargo' |
37 | 2024-06-26T16:52:20.119Z | info: installing component 'clippy' |
38 | 2024-06-26T16:52:20.483Z | info: installing component 'rust-docs' |
39 | 2024-06-26T16:52:21.993Z | info: installing component 'rust-std' |
40 | 2024-06-26T16:52:23.717Z | info: installing component 'rustc' |
41 | 2024-06-26T16:52:27.912Z | info: installing component 'rustfmt' |
42 | 2024-06-26T16:52:28.243Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-26T16:52:28.243Z | |
44 | 2024-06-26T16:52:28.513Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-26T16:52:28.513Z | |
46 | 2024-06-26T16:52:28.513Z | |
47 | 2024-06-26T16:52:28.513Z | Rust is installed now. Great! |
48 | 2024-06-26T16:52:28.513Z | |
49 | 2024-06-26T16:52:28.513Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-26T16:52:28.513Z | environment variable. This has not been done automatically. |
51 | 2024-06-26T16:52:28.513Z | |
52 | 2024-06-26T16:52:28.513Z | To configure your current shell, you need to source |
53 | 2024-06-26T16:52:28.513Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-26T16:52:28.513Z | |
55 | 2024-06-26T16:52:28.513Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-26T16:52:28.518Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-26T16:52:28.518Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-26T16:52:28.581Z | + rustc --version |
59 | 2024-06-26T16:52:28.640Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-26T16:52:28.643Z | process exited: duration 20191 ms, exit code 0 |
|
61 | 2024-06-26T16:52:28.649Z | starting task 2: "authentication" |
62 | 2024-06-26T16:52:28.669Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-26T16:52:28.675Z | starting task 3: "clone repository" |
64 | 2024-06-26T16:52:28.680Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-26T16:52:28.683Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-26T16:52:28.946Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-26T16:52:34.374Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-26T16:52:34.374Z | + git fetch origin fdae9ba884b8210d393d90d93b7cff2ca7dad119 |
69 | 2024-06-26T16:52:34.655Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-26T16:52:34.655Z | * branch fdae9ba884b8210d393d90d93b7cff2ca7dad119 -> FETCH_HEAD |
71 | 2024-06-26T16:52:34.664Z | + [[ -n silo-ip-pools-rename ]] |
72 | 2024-06-26T16:52:34.668Z | ++ git branch --show-current |
73 | 2024-06-26T16:52:34.670Z | + current=main |
74 | 2024-06-26T16:52:34.670Z | + [[ main != silo-ip-pools-rename ]] |
75 | 2024-06-26T16:52:34.671Z | + git branch -f silo-ip-pools-rename fdae9ba884b8210d393d90d93b7cff2ca7dad119 |
76 | 2024-06-26T16:52:34.674Z | + git checkout -f silo-ip-pools-rename |
77 | 2024-06-26T16:52:34.800Z | Switched to branch 'silo-ip-pools-rename' |
78 | 2024-06-26T16:52:34.804Z | + git reset --hard fdae9ba884b8210d393d90d93b7cff2ca7dad119 |
79 | 2024-06-26T16:52:34.816Z | HEAD is now at fdae9ba88 bump nexus api version because adam said so |
80 | 2024-06-26T16:52:34.819Z | process exited: duration 6141 ms, exit code 0 |
|
81 | 2024-06-26T16:52:34.825Z | starting task 4: "build" |
82 | 2024-06-26T16:52:34.831Z | + cargo --version |
83 | 2024-06-26T16:52:34.881Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-26T16:52:34.884Z | + rustc --version |
85 | 2024-06-26T16:52:34.938Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-26T16:52:34.943Z | + WORK=/work |
87 | 2024-06-26T16:52:34.943Z | + pfexec mkdir -p /work |
88 | 2024-06-26T16:52:34.946Z | + pfexec chown build /work |
89 | 2024-06-26T16:52:34.949Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-26T16:52:49.540Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-26T16:52:51.706Z | Startup: Caching catalogs ... Done |
92 | 2024-06-26T16:52:54.213Z | Planning: Solver setup ... Done (2.059s) |
93 | 2024-06-26T16:52:54.252Z | Planning: Running solver ... Done (0.038s) |
94 | 2024-06-26T16:52:54.294Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-06-26T16:52:54.308Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-26T16:52:54.673Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-26T16:52:54.720Z | Planning: Package planning ... Done (0.047s) |
98 | 2024-06-26T16:52:54.770Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-06-26T16:52:56.219Z | Planning: Checking for conflicting actions ... Done (1.449s) |
100 | 2024-06-26T16:52:56.230Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-06-26T16:53:02.864Z | Planning: Evaluating mediators ... Done (6.633s) |
102 | 2024-06-26T16:53:02.873Z | Planning: Planning completed in 11.11 seconds |
103 | 2024-06-26T16:53:03.272Z | Packages to install: 4 |
104 | 2024-06-26T16:53:03.272Z | Mediators to change: 2 |
105 | 2024-06-26T16:53:03.272Z | Services to change: 1 |
106 | 2024-06-26T16:53:03.275Z | Estimated space available: 155.77 GB |
107 | 2024-06-26T16:53:03.275Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-26T16:53:03.275Z | Create boot environment: No |
109 | 2024-06-26T16:53:03.275Z | Create backup boot environment: No |
110 | 2024-06-26T16:53:03.275Z | Rebuild boot archive: No |
111 | 2024-06-26T16:53:03.275Z | |
112 | 2024-06-26T16:53:03.275Z | Changed mediators: |
113 | 2024-06-26T16:53:03.275Z | mediator clang: |
114 | 2024-06-26T16:53:03.275Z | version: None -> 15 (system default) |
115 | 2024-06-26T16:53:03.275Z | |
116 | 2024-06-26T16:53:03.275Z | mediator llvm: |
117 | 2024-06-26T16:53:03.275Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-26T16:53:03.275Z | |
119 | 2024-06-26T16:53:03.275Z | Changed packages: |
120 | 2024-06-26T16:53:03.275Z | helios-dev |
121 | 2024-06-26T16:53:03.275Z | developer/build-essential |
122 | 2024-06-26T16:53:03.275Z | None -> 11-2.0 |
123 | 2024-06-26T16:53:03.275Z | library/libxmlsec1 |
124 | 2024-06-26T16:53:03.275Z | None -> 1.2.35-2.0 |
125 | 2024-06-26T16:53:03.275Z | ooce/developer/clang-15 |
126 | 2024-06-26T16:53:03.275Z | None -> 15.0.7-2.0 |
127 | 2024-06-26T16:53:03.275Z | ooce/developer/llvm-15 |
128 | 2024-06-26T16:53:03.275Z | None -> 15.0.7-2.0 |
129 | 2024-06-26T16:53:03.275Z | |
130 | 2024-06-26T16:53:03.276Z | Services: |
131 | 2024-06-26T16:53:03.276Z | restart_fmri: |
132 | 2024-06-26T16:53:03.276Z | svc:/system/update-man-index:default |
133 | 2024-06-26T16:53:03.402Z | |
134 | 2024-06-26T16:53:03.402Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-26T16:53:08.410Z | Download: 792/3290 items 18.6/212.6MB 8% complete (3.9M/s) |
136 | 2024-06-26T16:53:16.723Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.7M/s) |
137 | 2024-06-26T16:53:21.921Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (8.5M/s) |
138 | 2024-06-26T16:53:26.921Z | Download: 3218/3290 items 162.8/212.6MB 76% complete (7.8M/s) |
139 | 2024-06-26T16:53:29.478Z | Download: Completed 212.60 MB in 26.07 seconds (8.2M/s) |
140 | 2024-06-26T16:53:33.673Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-06-26T16:53:38.761Z | Actions: 3582/3689 actions (Installing new actions) |
142 | 2024-06-26T16:53:39.752Z | Actions: Completed 3689 actions in 6.08 seconds. |
143 | 2024-06-26T16:53:39.881Z | Done (0.124s) |
144 | 2024-06-26T16:53:39.881Z | Done (0.000s) |
145 | 2024-06-26T16:53:40.190Z | Done (0.308s) |
146 | 2024-06-26T16:53:46.871Z | Done (6.528s) |
147 | 2024-06-26T16:53:47.169Z | Done (0.226s) |
148 | 2024-06-26T16:53:47.172Z | Done (0.000s) |
149 | 2024-06-26T16:53:47.335Z | Done (0.000s) |
150 | 2024-06-26T16:53:47.883Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-06-26T16:53:48.041Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-06-26T16:53:48.044Z | Planning: Consolidating action changes ... Done |
153 | 2024-06-26T16:53:48.308Z | Planning: Evaluating mediators ... Done |
154 | 2024-06-26T16:53:48.310Z | Planning: Planning completed in 0.43 seconds |
155 | 2024-06-26T16:53:48.341Z | Mediators to change: 2 |
156 | 2024-06-26T16:53:48.341Z | Create boot environment: No |
157 | 2024-06-26T16:53:48.341Z | Create backup boot environment: No |
158 | 2024-06-26T16:53:48.409Z | Done |
159 | 2024-06-26T16:53:48.409Z | Done |
160 | 2024-06-26T16:53:48.608Z | Done |
161 | 2024-06-26T16:53:52.062Z | Done |
162 | 2024-06-26T16:53:52.145Z | Done |
163 | 2024-06-26T16:53:52.145Z | Done |
164 | 2024-06-26T16:53:52.326Z | Done |
165 | 2024-06-26T16:53:52.930Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-06-26T16:53:52.933Z | Planning: Merging actions ... Done |
167 | 2024-06-26T16:53:53.118Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-06-26T16:53:53.121Z | Planning: Consolidating action changes ... Done |
169 | 2024-06-26T16:53:53.377Z | Planning: Evaluating mediators ... Done |
170 | 2024-06-26T16:53:53.431Z | Planning: Planning completed in 0.74 seconds |
171 | 2024-06-26T16:53:53.466Z | Packages to change: 1 |
172 | 2024-06-26T16:53:53.466Z | Mediators to change: 1 |
173 | 2024-06-26T16:53:53.466Z | Services to change: 1 |
174 | 2024-06-26T16:53:53.466Z | Create boot environment: No |
175 | 2024-06-26T16:53:53.469Z | Create backup boot environment: Yes |
176 | 2024-06-26T16:53:55.453Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-06-26T16:53:55.573Z | Actions: Completed 6 actions in 0.12 seconds. |
178 | 2024-06-26T16:53:55.573Z | Done |
179 | 2024-06-26T16:53:55.573Z | Done |
180 | 2024-06-26T16:53:55.641Z | Done |
181 | 2024-06-26T16:53:59.076Z | Done |
182 | 2024-06-26T16:53:59.165Z | Done |
183 | 2024-06-26T16:53:59.168Z | Done |
184 | 2024-06-26T16:53:59.352Z | Done |
185 | 2024-06-26T16:53:59.771Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-06-26T16:53:59.771Z | clang system 15 system |
187 | 2024-06-26T16:53:59.771Z | csh system system illumos |
188 | 2024-06-26T16:53:59.771Z | ctags system system illumos |
189 | 2024-06-26T16:53:59.772Z | gcc vendor 12 vendor |
190 | 2024-06-26T16:53:59.772Z | gcc system 10 system |
191 | 2024-06-26T16:53:59.772Z | gcc system 7 system |
192 | 2024-06-26T16:53:59.772Z | go system 1.20 system |
193 | 2024-06-26T16:53:59.772Z | go system 1.19 system |
194 | 2024-06-26T16:53:59.772Z | llvm system 15 system |
195 | 2024-06-26T16:53:59.772Z | llvm system 14 system |
196 | 2024-06-26T16:53:59.772Z | mariadb system 10.6 system |
197 | 2024-06-26T16:53:59.772Z | mta vendor vendor dma |
198 | 2024-06-26T16:53:59.772Z | openjdk system 17 system |
199 | 2024-06-26T16:53:59.772Z | openjdk system 11 system |
200 | 2024-06-26T16:53:59.772Z | openjdk system 1.8 system |
201 | 2024-06-26T16:53:59.772Z | openssl vendor 3 vendor |
202 | 2024-06-26T16:53:59.772Z | perl system 5.36 system |
203 | 2024-06-26T16:53:59.772Z | postgresql system 15 system |
204 | 2024-06-26T16:53:59.772Z | postgresql system 13 system |
205 | 2024-06-26T16:53:59.772Z | python vendor 3 vendor |
206 | 2024-06-26T16:53:59.772Z | python system 2 system |
207 | 2024-06-26T16:53:59.772Z | python3 system 3.11 system |
208 | 2024-06-26T16:53:59.772Z | ruby system 3.0 system |
209 | 2024-06-26T16:53:59.772Z | words vendor vendor american-english |
210 | 2024-06-26T16:53:59.772Z | words system system australian-english |
211 | 2024-06-26T16:53:59.772Z | words system system british-english |
212 | 2024-06-26T16:53:59.772Z | words system system canadian-english |
213 | 2024-06-26T16:53:59.772Z | words system system french |
214 | 2024-06-26T16:53:59.772Z | words system system italian |
215 | 2024-06-26T16:53:59.772Z | words system system ngerman |
216 | 2024-06-26T16:53:59.772Z | words system system ogerman |
217 | 2024-06-26T16:53:59.772Z | words system system spanish |
218 | 2024-06-26T16:54:00.088Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-06-26T16:54:00.088Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-06-26T16:54:01.572Z | FMRI IFO |
221 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-06-26T16:54:01.572Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-06-26T16:54:02.059Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-06-26T16:54:02.351Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-06-26T16:54:02.612Z | Updating crates.io index |
236 | 2024-06-26T16:54:02.678Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-06-26T16:54:03.431Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-06-26T16:54:04.143Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-06-26T16:54:04.377Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-06-26T16:54:06.492Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-06-26T16:54:07.020Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-06-26T16:54:07.279Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-06-26T16:54:08.291Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-06-26T16:54:10.312Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-06-26T16:54:11.361Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-06-26T16:54:11.984Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-06-26T16:54:12.605Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-06-26T16:54:13.998Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
249 | 2024-06-26T16:54:14.308Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-06-26T16:54:14.659Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-06-26T16:54:14.927Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
252 | 2024-06-26T16:54:15.211Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-06-26T16:54:15.543Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-06-26T16:54:15.828Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-06-26T16:54:16.234Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-06-26T16:54:16.625Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-06-26T16:54:17.158Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-06-26T16:54:17.435Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-06-26T16:54:18.090Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-06-26T16:54:18.333Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
261 | 2024-06-26T16:54:18.614Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-06-26T16:54:19.150Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-06-26T16:54:21.306Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-06-26T16:54:21.634Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-06-26T16:54:21.918Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-06-26T16:54:22.345Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-06-26T16:54:23.536Z | Downloading crates ... |
268 | 2024-06-26T16:54:23.606Z | Downloaded autocfg v1.3.0 |
269 | 2024-06-26T16:54:23.610Z | Downloaded anstyle v1.0.7 |
270 | 2024-06-26T16:54:23.623Z | Downloaded match_cfg v0.1.0 |
271 | 2024-06-26T16:54:23.626Z | Downloaded num_threads v0.1.7 |
272 | 2024-06-26T16:54:23.629Z | Downloaded foreign-types v0.3.2 |
273 | 2024-06-26T16:54:23.632Z | Downloaded is-terminal v0.4.12 |
274 | 2024-06-26T16:54:23.635Z | Downloaded openssl-macros v0.1.1 |
275 | 2024-06-26T16:54:23.635Z | Downloaded num-conv v0.1.0 |
276 | 2024-06-26T16:54:23.639Z | Downloaded block-buffer v0.10.4 |
277 | 2024-06-26T16:54:23.644Z | Downloaded anstyle-query v1.0.3 |
278 | 2024-06-26T16:54:23.644Z | Downloaded colorchoice v1.0.1 |
279 | 2024-06-26T16:54:23.647Z | Downloaded cargo_metadata v0.18.1 |
280 | 2024-06-26T16:54:23.647Z | Downloaded byteorder v1.5.0 |
281 | 2024-06-26T16:54:23.650Z | Downloaded usdt-macro v0.5.0 |
282 | 2024-06-26T16:54:23.650Z | Downloaded futures-executor v0.3.30 |
283 | 2024-06-26T16:54:23.653Z | Downloaded mime v0.3.17 |
284 | 2024-06-26T16:54:23.653Z | Downloaded fs-err v2.11.0 |
285 | 2024-06-26T16:54:23.656Z | Downloaded pretty-hex v0.4.1 |
286 | 2024-06-26T16:54:23.656Z | Downloaded strum v0.26.2 |
287 | 2024-06-26T16:54:23.659Z | Downloaded http-body v0.4.6 |
288 | 2024-06-26T16:54:23.659Z | Downloaded take_mut v0.2.2 |
289 | 2024-06-26T16:54:23.662Z | Downloaded swrite v0.1.0 |
290 | 2024-06-26T16:54:23.662Z | Downloaded tower-service v0.3.2 |
291 | 2024-06-26T16:54:23.662Z | Downloaded httpdate v1.0.3 |
292 | 2024-06-26T16:54:23.664Z | Downloaded heck v0.5.0 |
293 | 2024-06-26T16:54:23.664Z | Downloaded tinyvec_macros v0.1.1 |
294 | 2024-06-26T16:54:23.668Z | Downloaded scroll_derive v0.12.0 |
295 | 2024-06-26T16:54:23.668Z | Downloaded md5 v0.7.0 |
296 | 2024-06-26T16:54:23.668Z | Downloaded foreign-types-shared v0.1.1 |
297 | 2024-06-26T16:54:23.671Z | Downloaded want v0.3.1 |
298 | 2024-06-26T16:54:23.671Z | Downloaded try-lock v0.2.5 |
299 | 2024-06-26T16:54:23.671Z | Downloaded equivalent v1.0.1 |
300 | 2024-06-26T16:54:23.671Z | Downloaded scroll v0.12.0 |
301 | 2024-06-26T16:54:23.674Z | Downloaded rustls-pemfile v1.0.4 |
302 | 2024-06-26T16:54:23.677Z | Downloaded plain v0.2.3 |
303 | 2024-06-26T16:54:23.677Z | Downloaded hyper-tls v0.5.0 |
304 | 2024-06-26T16:54:23.679Z | Downloaded futures-macro v0.3.30 |
305 | 2024-06-26T16:54:23.680Z | Downloaded percent-encoding v2.3.1 |
306 | 2024-06-26T16:54:23.680Z | Downloaded pin-utils v0.1.0 |
307 | 2024-06-26T16:54:23.682Z | Downloaded futures-sink v0.3.30 |
308 | 2024-06-26T16:54:23.682Z | Downloaded form_urlencoded v1.2.1 |
309 | 2024-06-26T16:54:23.682Z | Downloaded errno v0.3.9 |
310 | 2024-06-26T16:54:23.685Z | Downloaded bitflags v2.5.0 |
311 | 2024-06-26T16:54:23.688Z | Downloaded time-core v0.1.2 |
312 | 2024-06-26T16:54:23.691Z | Downloaded sync_wrapper v0.1.2 |
313 | 2024-06-26T16:54:23.691Z | Downloaded is_terminal_polyfill v1.70.0 |
314 | 2024-06-26T16:54:23.691Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-06-26T16:54:23.693Z | Downloaded thread-id v4.2.1 |
316 | 2024-06-26T16:54:23.693Z | Downloaded openssl-probe v0.1.5 |
317 | 2024-06-26T16:54:23.696Z | Downloaded slog-bunyan v2.5.0 |
318 | 2024-06-26T16:54:23.696Z | Downloaded clap_derive v4.5.4 |
319 | 2024-06-26T16:54:23.699Z | Downloaded camino v1.1.7 |
320 | 2024-06-26T16:54:23.702Z | Downloaded signal-hook-registry v1.4.2 |
321 | 2024-06-26T16:54:23.702Z | Downloaded dof v0.3.0 |
322 | 2024-06-26T16:54:23.702Z | Downloaded tokio-macros v2.2.0 |
323 | 2024-06-26T16:54:23.704Z | Downloaded powerfmt v0.2.0 |
324 | 2024-06-26T16:54:23.704Z | Downloaded anstream v0.6.14 |
325 | 2024-06-26T16:54:23.707Z | Downloaded pkg-config v0.3.30 |
326 | 2024-06-26T16:54:23.710Z | Downloaded scopeguard v1.2.0 |
327 | 2024-06-26T16:54:23.710Z | Downloaded bytecount v0.6.8 |
328 | 2024-06-26T16:54:23.712Z | Downloaded xattr v1.3.1 |
329 | 2024-06-26T16:54:23.715Z | Downloaded generic-array v0.14.7 |
330 | 2024-06-26T16:54:23.715Z | Downloaded futures-task v0.3.30 |
331 | 2024-06-26T16:54:23.718Z | Downloaded futures-io v0.3.30 |
332 | 2024-06-26T16:54:23.718Z | Downloaded hostname v0.3.1 |
333 | 2024-06-26T16:54:23.718Z | Downloaded serde_urlencoded v0.7.1 |
334 | 2024-06-26T16:54:23.721Z | Downloaded thiserror v1.0.60 |
335 | 2024-06-26T16:54:23.725Z | Downloaded slog-async v2.8.0 |
336 | 2024-06-26T16:54:23.727Z | Downloaded thread_local v1.1.8 |
337 | 2024-06-26T16:54:23.730Z | Downloaded slog-json v2.6.1 |
338 | 2024-06-26T16:54:23.730Z | Downloaded itoa v1.0.11 |
339 | 2024-06-26T16:54:23.735Z | Downloaded serde_tokenstream v0.2.0 |
340 | 2024-06-26T16:54:23.738Z | Downloaded heck v0.4.1 |
341 | 2024-06-26T16:54:23.738Z | Downloaded version_check v0.9.4 |
342 | 2024-06-26T16:54:23.738Z | Downloaded pest_generator v2.7.10 |
343 | 2024-06-26T16:54:23.738Z | Downloaded utf8parse v0.2.1 |
344 | 2024-06-26T16:54:23.741Z | Downloaded usdt-impl v0.5.0 |
345 | 2024-06-26T16:54:23.741Z | Downloaded toml_datetime v0.6.6 |
346 | 2024-06-26T16:54:23.744Z | Downloaded deranged v0.3.11 |
347 | 2024-06-26T16:54:23.744Z | Downloaded tokio-native-tls v0.3.1 |
348 | 2024-06-26T16:54:23.746Z | Downloaded time-macros v0.2.18 |
349 | 2024-06-26T16:54:23.749Z | Downloaded usdt v0.5.0 |
350 | 2024-06-26T16:54:23.749Z | Downloaded unicode-width v0.1.12 |
351 | 2024-06-26T16:54:23.752Z | Downloaded thiserror-impl v1.0.60 |
352 | 2024-06-26T16:54:23.752Z | Downloaded log v0.4.21 |
353 | 2024-06-26T16:54:23.755Z | Downloaded tabled_derive v0.7.0 |
354 | 2024-06-26T16:54:23.755Z | Downloaded ipnet v2.9.0 |
355 | 2024-06-26T16:54:23.758Z | Downloaded fnv v1.0.7 |
356 | 2024-06-26T16:54:23.758Z | Downloaded ryu v1.0.18 |
357 | 2024-06-26T16:54:23.761Z | Downloaded slog-term v2.9.1 |
358 | 2024-06-26T16:54:23.764Z | Downloaded parking_lot v0.12.2 |
359 | 2024-06-26T16:54:23.767Z | Downloaded once_cell v1.19.0 |
360 | 2024-06-26T16:54:23.770Z | Downloaded terminal_size v0.3.0 |
361 | 2024-06-26T16:54:23.770Z | Downloaded strum_macros v0.26.2 |
362 | 2024-06-26T16:54:23.772Z | Downloaded httparse v1.8.0 |
363 | 2024-06-26T16:54:23.775Z | Downloaded smallvec v1.13.2 |
364 | 2024-06-26T16:54:23.778Z | Downloaded typenum v1.17.0 |
365 | 2024-06-26T16:54:23.778Z | Downloaded sha2 v0.10.8 |
366 | 2024-06-26T16:54:23.781Z | Downloaded native-tls v0.2.11 |
367 | 2024-06-26T16:54:23.783Z | Downloaded quote v1.0.36 |
368 | 2024-06-26T16:54:23.786Z | Downloaded toml v0.8.13 |
369 | 2024-06-26T16:54:23.789Z | Downloaded socket2 v0.5.7 |
370 | 2024-06-26T16:54:23.791Z | Downloaded slog v2.7.0 |
371 | 2024-06-26T16:54:23.794Z | Downloaded serde_derive v1.0.203 |
372 | 2024-06-26T16:54:23.799Z | Downloaded indexmap v2.2.6 |
373 | 2024-06-26T16:54:23.802Z | Downloaded pest_meta v2.7.10 |
374 | 2024-06-26T16:54:23.805Z | Downloaded zerocopy-derive v0.7.34 |
375 | 2024-06-26T16:54:23.808Z | Downloaded openssl-sys v0.9.102 |
376 | 2024-06-26T16:54:23.814Z | Downloaded unicode-bidi v0.3.15 |
377 | 2024-06-26T16:54:23.817Z | Downloaded mio v0.8.11 |
378 | 2024-06-26T16:54:23.821Z | Downloaded ucd-trie v0.1.6 |
379 | 2024-06-26T16:54:23.823Z | Downloaded url v2.5.0 |
380 | 2024-06-26T16:54:23.826Z | Downloaded tinyvec v1.6.0 |
381 | 2024-06-26T16:54:23.829Z | Downloaded memchr v2.7.2 |
382 | 2024-06-26T16:54:23.834Z | Downloaded flate2 v1.0.30 |
383 | 2024-06-26T16:54:23.839Z | Downloaded tracing-core v0.1.32 |
384 | 2024-06-26T16:54:23.842Z | Downloaded crossbeam-channel v0.5.12 |
385 | 2024-06-26T16:54:23.847Z | Downloaded miniz_oxide v0.7.2 |
386 | 2024-06-26T16:54:23.849Z | Downloaded tracing v0.1.40 |
387 | 2024-06-26T16:54:23.854Z | Downloaded http v0.2.12 |
388 | 2024-06-26T16:54:23.858Z | Downloaded hashbrown v0.14.5 |
389 | 2024-06-26T16:54:23.863Z | Downloaded clap_builder v4.5.2 |
390 | 2024-06-26T16:54:23.870Z | Downloaded toml_edit v0.22.13 |
391 | 2024-06-26T16:54:23.893Z | Downloaded unicode-normalization v0.1.23 |
392 | 2024-06-26T16:54:23.897Z | Downloaded time v0.3.36 |
393 | 2024-06-26T16:54:23.904Z | Downloaded hyper v0.14.28 |
394 | 2024-06-26T16:54:23.911Z | Downloaded zerocopy v0.7.34 |
395 | 2024-06-26T16:54:23.928Z | Downloaded openssl v0.10.64 |
396 | 2024-06-26T16:54:23.937Z | Downloaded vcpkg v0.2.15 |
397 | 2024-06-26T16:54:23.975Z | Downloaded syn v2.0.68 |
398 | 2024-06-26T16:54:23.985Z | Downloaded rustix v0.38.34 |
399 | 2024-06-26T16:54:24.010Z | Downloaded syn v1.0.109 |
400 | 2024-06-26T16:54:24.017Z | Downloaded tokio v1.37.0 |
401 | 2024-06-26T16:54:24.051Z | Downloaded libc v0.2.155 |
402 | 2024-06-26T16:54:24.076Z | Downloaded idna v0.5.0 |
403 | 2024-06-26T16:54:24.082Z | Downloaded winnow v0.6.8 |
404 | 2024-06-26T16:54:24.090Z | Downloaded encoding_rs v0.8.34 |
405 | 2024-06-26T16:54:24.108Z | Downloaded tabled v0.15.0 |
406 | 2024-06-26T16:54:24.122Z | Downloaded serde_json v1.0.117 |
407 | 2024-06-26T16:54:24.128Z | Downloaded reqwest v0.11.27 |
408 | 2024-06-26T16:54:24.134Z | Downloaded h2 v0.3.26 |
409 | 2024-06-26T16:54:24.140Z | Downloaded goblin v0.8.2 |
410 | 2024-06-26T16:54:24.147Z | Downloaded futures-util v0.3.30 |
411 | 2024-06-26T16:54:24.155Z | Downloaded tokio-util v0.7.11 |
412 | 2024-06-26T16:54:24.161Z | Downloaded pest v2.7.10 |
413 | 2024-06-26T16:54:24.165Z | Downloaded serde v1.0.203 |
414 | 2024-06-26T16:54:24.168Z | Downloaded unicode-ident v1.0.12 |
415 | 2024-06-26T16:54:24.171Z | Downloaded tar v0.4.40 |
416 | 2024-06-26T16:54:24.175Z | Downloaded base64 v0.21.7 |
417 | 2024-06-26T16:54:24.179Z | Downloaded papergrid v0.11.0 |
418 | 2024-06-26T16:54:24.182Z | Downloaded proc-macro2 v1.0.86 |
419 | 2024-06-26T16:54:24.184Z | Downloaded futures v0.3.30 |
420 | 2024-06-26T16:54:24.187Z | Downloaded crossbeam-utils v0.8.19 |
421 | 2024-06-26T16:54:24.190Z | Downloaded semver v1.0.23 |
422 | 2024-06-26T16:54:24.193Z | Downloaded pin-project-lite v0.2.14 |
423 | 2024-06-26T16:54:24.203Z | Downloaded parking_lot_core v0.9.10 |
424 | 2024-06-26T16:54:24.203Z | Downloaded memmap v0.7.0 |
425 | 2024-06-26T16:54:24.206Z | Downloaded lock_api v0.4.12 |
426 | 2024-06-26T16:54:24.209Z | Downloaded cc v1.0.97 |
427 | 2024-06-26T16:54:24.212Z | Downloaded bytes v1.6.0 |
428 | 2024-06-26T16:54:24.217Z | Downloaded crc32fast v1.4.0 |
429 | 2024-06-26T16:54:24.219Z | Downloaded anyhow v1.0.86 |
430 | 2024-06-26T16:54:24.224Z | Downloaded num_cpus v1.16.0 |
431 | 2024-06-26T16:54:24.227Z | Downloaded macaddr v1.0.1 |
432 | 2024-06-26T16:54:24.229Z | Downloaded strsim v0.11.1 |
433 | 2024-06-26T16:54:24.229Z | Downloaded slab v0.4.9 |
434 | 2024-06-26T16:54:24.232Z | Downloaded pest_derive v2.7.10 |
435 | 2024-06-26T16:54:24.232Z | Downloaded futures-channel v0.3.30 |
436 | 2024-06-26T16:54:24.235Z | Downloaded dirs-sys-next v0.1.2 |
437 | 2024-06-26T16:54:24.235Z | Downloaded term v0.7.0 |
438 | 2024-06-26T16:54:24.238Z | Downloaded serde_spanned v0.6.6 |
439 | 2024-06-26T16:54:24.240Z | Downloaded proc-macro-error v1.0.4 |
440 | 2024-06-26T16:54:24.243Z | Downloaded clap v4.5.4 |
441 | 2024-06-26T16:54:24.249Z | Downloaded cargo_toml v0.20.2 |
442 | 2024-06-26T16:54:24.253Z | Downloaded futures-core v0.3.30 |
443 | 2024-06-26T16:54:24.253Z | Downloaded filetime v0.2.23 |
444 | 2024-06-26T16:54:24.256Z | Downloaded digest v0.10.7 |
445 | 2024-06-26T16:54:24.256Z | Downloaded crypto-common v0.1.6 |
446 | 2024-06-26T16:54:24.256Z | Downloaded rustversion v1.0.17 |
447 | 2024-06-26T16:54:24.258Z | Downloaded proc-macro-error-attr v1.0.4 |
448 | 2024-06-26T16:54:24.258Z | Downloaded dirs-next v2.0.0 |
449 | 2024-06-26T16:54:24.266Z | Downloaded cargo-platform v0.1.8 |
450 | 2024-06-26T16:54:24.266Z | Downloaded usdt-attr-macro v0.5.0 |
451 | 2024-06-26T16:54:24.266Z | Downloaded cpufeatures v0.2.12 |
452 | 2024-06-26T16:54:24.266Z | Downloaded clap_lex v0.7.0 |
453 | 2024-06-26T16:54:24.266Z | Downloaded cfg-if v1.0.0 |
454 | 2024-06-26T16:54:24.266Z | Downloaded anstyle-parse v0.2.4 |
455 | 2024-06-26T16:54:24.266Z | Downloaded adler v1.0.2 |
456 | 2024-06-26T16:54:24.561Z | Compiling proc-macro2 v1.0.86 |
457 | 2024-06-26T16:54:24.561Z | Compiling unicode-ident v1.0.12 |
458 | 2024-06-26T16:54:24.564Z | Compiling libc v0.2.155 |
459 | 2024-06-26T16:54:24.565Z | Compiling version_check v0.9.4 |
460 | 2024-06-26T16:54:24.565Z | Compiling cfg-if v1.0.0 |
461 | 2024-06-26T16:54:24.565Z | Compiling once_cell v1.19.0 |
462 | 2024-06-26T16:54:24.565Z | Compiling itoa v1.0.11 |
463 | 2024-06-26T16:54:24.596Z | Compiling autocfg v1.3.0 |
464 | 2024-06-26T16:54:24.729Z | Compiling serde v1.0.203 |
465 | 2024-06-26T16:54:24.805Z | Compiling memchr v2.7.2 |
466 | 2024-06-26T16:54:24.881Z | Compiling thiserror v1.0.60 |
467 | 2024-06-26T16:54:25.067Z | Compiling ryu v1.0.18 |
468 | 2024-06-26T16:54:25.418Z | Compiling pin-project-lite v0.2.14 |
469 | 2024-06-26T16:54:25.443Z | Compiling bitflags v2.5.0 |
470 | 2024-06-26T16:54:25.509Z | Compiling parking_lot_core v0.9.10 |
471 | 2024-06-26T16:54:25.593Z | Compiling lock_api v0.4.12 |
472 | 2024-06-26T16:54:25.768Z | Compiling vcpkg v0.2.15 |
473 | 2024-06-26T16:54:26.169Z | Compiling cc v1.0.97 |
474 | 2024-06-26T16:54:27.009Z | Compiling pkg-config v0.3.30 |
475 | 2024-06-26T16:54:27.027Z | Compiling ucd-trie v0.1.6 |
476 | 2024-06-26T16:54:27.245Z | Compiling slab v0.4.9 |
477 | 2024-06-26T16:54:27.318Z | Compiling bytes v1.6.0 |
478 | 2024-06-26T16:54:27.522Z | Compiling futures-core v0.3.30 |
479 | 2024-06-26T16:54:27.628Z | Compiling futures-sink v0.3.30 |
480 | 2024-06-26T16:54:27.781Z | Compiling smallvec v1.13.2 |
481 | 2024-06-26T16:54:27.807Z | Compiling scopeguard v1.2.0 |
482 | 2024-06-26T16:54:28.037Z | Compiling quote v1.0.36 |
483 | 2024-06-26T16:54:28.187Z | Compiling fnv v1.0.7 |
484 | 2024-06-26T16:54:28.405Z | Compiling serde_json v1.0.117 |
485 | 2024-06-26T16:54:28.518Z | Compiling syn v2.0.68 |
486 | 2024-06-26T16:54:28.582Z | Compiling byteorder v1.5.0 |
487 | 2024-06-26T16:54:28.611Z | Compiling equivalent v1.0.1 |
488 | 2024-06-26T16:54:28.715Z | Compiling log v0.4.21 |
489 | 2024-06-26T16:54:28.739Z | Compiling hashbrown v0.14.5 |
490 | 2024-06-26T16:54:28.815Z | Compiling parking_lot v0.12.2 |
491 | 2024-06-26T16:54:28.984Z | Compiling mio v0.8.11 |
492 | 2024-06-26T16:54:29.009Z | Compiling socket2 v0.5.7 |
493 | 2024-06-26T16:54:29.030Z | Compiling signal-hook-registry v1.4.2 |
494 | 2024-06-26T16:54:29.086Z | Compiling num_cpus v1.16.0 |
495 | 2024-06-26T16:54:29.176Z | Compiling openssl-sys v0.9.102 |
496 | 2024-06-26T16:54:29.535Z | Compiling futures-channel v0.3.30 |
497 | 2024-06-26T16:54:29.906Z | Compiling typenum v1.17.0 |
498 | 2024-06-26T16:54:29.960Z | Compiling futures-task v0.3.30 |
499 | 2024-06-26T16:54:29.992Z | Compiling indexmap v2.2.6 |
500 | 2024-06-26T16:54:30.096Z | Compiling pin-utils v0.1.0 |
501 | 2024-06-26T16:54:30.197Z | Compiling rustix v0.38.34 |
502 | 2024-06-26T16:54:30.259Z | Compiling futures-io v0.3.30 |
503 | 2024-06-26T16:54:30.316Z | Compiling errno v0.3.9 |
504 | 2024-06-26T16:54:30.522Z | Compiling generic-array v0.14.7 |
505 | 2024-06-26T16:54:30.602Z | Compiling foreign-types-shared v0.1.1 |
506 | 2024-06-26T16:54:30.719Z | Compiling openssl v0.10.64 |
507 | 2024-06-26T16:54:30.807Z | Compiling slog v2.7.0 |
508 | 2024-06-26T16:54:31.114Z | Compiling foreign-types v0.3.2 |
509 | 2024-06-26T16:54:31.190Z | Compiling http v0.2.12 |
510 | 2024-06-26T16:54:31.245Z | Compiling usdt-impl v0.5.0 |
511 | 2024-06-26T16:54:31.344Z | Compiling proc-macro-error-attr v1.0.4 |
512 | 2024-06-26T16:54:31.516Z | Compiling tracing-core v0.1.32 |
513 | 2024-06-26T16:54:31.607Z | Compiling tinyvec_macros v0.1.1 |
514 | 2024-06-26T16:54:31.631Z | Compiling syn v1.0.109 |
515 | 2024-06-26T16:54:31.705Z | Compiling powerfmt v0.2.0 |
516 | 2024-06-26T16:54:32.124Z | Compiling num-conv v0.1.0 |
517 | 2024-06-26T16:54:32.243Z | Compiling time-core v0.1.2 |
518 | 2024-06-26T16:54:32.414Z | Compiling native-tls v0.2.11 |
519 | 2024-06-26T16:54:32.416Z | Compiling httparse v1.8.0 |
520 | 2024-06-26T16:54:32.462Z | Compiling time-macros v0.2.18 |
521 | 2024-06-26T16:54:32.812Z | Compiling tracing v0.1.40 |
522 | 2024-06-26T16:54:32.870Z | Compiling deranged v0.3.11 |
523 | 2024-06-26T16:54:33.263Z | Compiling tinyvec v1.6.0 |
524 | 2024-06-26T16:54:33.442Z | Compiling thread-id v4.2.1 |
525 | 2024-06-26T16:54:33.816Z | Compiling proc-macro-error v1.0.4 |
526 | 2024-06-26T16:54:34.071Z | Compiling utf8parse v0.2.1 |
527 | 2024-06-26T16:54:34.090Z | Compiling openssl-probe v0.1.5 |
528 | 2024-06-26T16:54:34.238Z | Compiling crossbeam-utils v0.8.19 |
529 | 2024-06-26T16:54:34.494Z | Compiling rustversion v1.0.17 |
530 | 2024-06-26T16:54:34.526Z | Compiling num_threads v0.1.7 |
531 | 2024-06-26T16:54:34.635Z | Compiling plain v0.2.3 |
532 | 2024-06-26T16:54:34.668Z | Compiling heck v0.4.1 |
533 | 2024-06-26T16:54:34.730Z | Compiling percent-encoding v2.3.1 |
534 | 2024-06-26T16:54:34.797Z | Compiling try-lock v0.2.5 |
535 | 2024-06-26T16:54:34.915Z | Compiling want v0.3.1 |
536 | 2024-06-26T16:54:34.945Z | Compiling form_urlencoded v1.2.1 |
537 | 2024-06-26T16:54:35.089Z | Compiling unicode-normalization v0.1.23 |
538 | 2024-06-26T16:54:35.145Z | Compiling anstyle-parse v0.2.4 |
539 | 2024-06-26T16:54:35.479Z | Compiling http-body v0.4.6 |
540 | 2024-06-26T16:54:35.679Z | Compiling dirs-sys-next v0.1.2 |
541 | 2024-06-26T16:54:35.810Z | Compiling time v0.3.36 |
542 | 2024-06-26T16:54:35.928Z | Compiling tower-service v0.3.2 |
543 | 2024-06-26T16:54:36.046Z | Compiling anstyle-query v1.0.3 |
544 | 2024-06-26T16:54:36.069Z | Compiling colorchoice v1.0.1 |
545 | 2024-06-26T16:54:36.165Z | Compiling crc32fast v1.4.0 |
546 | 2024-06-26T16:54:36.188Z | Compiling unicode-bidi v0.3.15 |
547 | 2024-06-26T16:54:36.212Z | Compiling winnow v0.6.8 |
548 | 2024-06-26T16:54:36.234Z | Compiling camino v1.1.7 |
549 | 2024-06-26T16:54:36.315Z | Compiling anstyle v1.0.7 |
550 | 2024-06-26T16:54:36.663Z | Compiling semver v1.0.23 |
551 | 2024-06-26T16:54:36.776Z | Compiling is_terminal_polyfill v1.70.0 |
552 | 2024-06-26T16:54:36.877Z | Compiling httpdate v1.0.3 |
553 | 2024-06-26T16:54:36.908Z | Compiling pretty-hex v0.4.1 |
554 | 2024-06-26T16:54:37.127Z | Compiling anstream v0.6.14 |
555 | 2024-06-26T16:54:37.304Z | Compiling idna v0.5.0 |
556 | 2024-06-26T16:54:37.575Z | Compiling dirs-next v2.0.0 |
557 | 2024-06-26T16:54:37.845Z | Compiling crypto-common v0.1.6 |
558 | 2024-06-26T16:54:38.057Z | Compiling block-buffer v0.10.4 |
559 | 2024-06-26T16:54:38.913Z | Compiling terminal_size v0.3.0 |
560 | 2024-06-26T16:54:39.043Z | Compiling fs-err v2.11.0 |
561 | 2024-06-26T16:54:39.108Z | Compiling thread_local v1.1.8 |
562 | 2024-06-26T16:54:39.133Z | Compiling match_cfg v0.1.0 |
563 | 2024-06-26T16:54:39.268Z | Compiling heck v0.5.0 |
564 | 2024-06-26T16:54:39.319Z | Compiling slog-async v2.8.0 |
565 | 2024-06-26T16:54:39.345Z | Compiling base64 v0.21.7 |
566 | 2024-06-26T16:54:39.618Z | Compiling strsim v0.11.1 |
567 | 2024-06-26T16:54:39.720Z | Compiling anyhow v1.0.86 |
568 | 2024-06-26T16:54:39.790Z | Compiling adler v1.0.2 |
569 | 2024-06-26T16:54:39.831Z | Compiling bytecount v0.6.8 |
570 | 2024-06-26T16:54:40.017Z | Compiling clap_lex v0.7.0 |
571 | 2024-06-26T16:54:40.020Z | Compiling unicode-width v0.1.12 |
572 | 2024-06-26T16:54:40.066Z | Compiling miniz_oxide v0.7.2 |
573 | 2024-06-26T16:54:40.166Z | Compiling rustls-pemfile v1.0.4 |
574 | 2024-06-26T16:54:40.249Z | Compiling clap_builder v4.5.2 |
575 | 2024-06-26T16:54:40.486Z | Compiling papergrid v0.11.0 |
576 | 2024-06-26T16:54:40.532Z | Compiling hostname v0.3.1 |
577 | 2024-06-26T16:54:40.622Z | Compiling crossbeam-channel v0.5.12 |
578 | 2024-06-26T16:54:40.663Z | Compiling digest v0.10.7 |
579 | 2024-06-26T16:54:40.790Z | Compiling url v2.5.0 |
580 | 2024-06-26T16:54:41.081Z | Compiling term v0.7.0 |
581 | 2024-06-26T16:54:41.408Z | Compiling serde_derive v1.0.203 |
582 | 2024-06-26T16:54:41.697Z | Compiling thiserror-impl v1.0.60 |
583 | 2024-06-26T16:54:41.741Z | Compiling zerocopy-derive v0.7.34 |
584 | 2024-06-26T16:54:42.185Z | Compiling tokio-macros v2.2.0 |
585 | 2024-06-26T16:54:42.668Z | Compiling futures-macro v0.3.30 |
586 | 2024-06-26T16:54:42.699Z | Compiling scroll_derive v0.12.0 |
587 | 2024-06-26T16:54:43.911Z | Compiling tokio v1.37.0 |
588 | 2024-06-26T16:54:44.178Z | Compiling zerocopy v0.7.34 |
589 | 2024-06-26T16:54:44.290Z | Compiling openssl-macros v0.1.1 |
590 | 2024-06-26T16:54:44.800Z | Compiling futures-util v0.3.30 |
591 | 2024-06-26T16:54:44.826Z | Compiling scroll v0.12.0 |
592 | 2024-06-26T16:54:45.238Z | Compiling pest v2.7.10 |
593 | 2024-06-26T16:54:45.405Z | Compiling goblin v0.8.2 |
594 | 2024-06-26T16:54:45.889Z | Compiling tabled_derive v0.7.0 |
595 | 2024-06-26T16:54:48.154Z | Compiling pest_meta v2.7.10 |
596 | 2024-06-26T16:54:48.579Z | Compiling strum_macros v0.26.2 |
597 | 2024-06-26T16:54:50.191Z | Compiling pest_generator v2.7.10 |
598 | 2024-06-26T16:54:52.209Z | Compiling tokio-util v0.7.11 |
599 | 2024-06-26T16:54:53.577Z | Compiling h2 v0.3.26 |
600 | 2024-06-26T16:54:53.600Z | Compiling pest_derive v2.7.10 |
601 | 2024-06-26T16:54:53.815Z | Compiling futures-executor v0.3.30 |
602 | 2024-06-26T16:54:54.373Z | Compiling tokio-native-tls v0.3.1 |
603 | 2024-06-26T16:54:54.442Z | Compiling dtrace-parser v0.2.0 |
604 | 2024-06-26T16:54:54.490Z | Compiling clap_derive v4.5.4 |
605 | 2024-06-26T16:54:54.995Z | Compiling xattr v1.3.1 |
606 | 2024-06-26T16:54:55.272Z | Compiling memmap v0.7.0 |
607 | 2024-06-26T16:54:55.668Z | Compiling is-terminal v0.4.12 |
608 | 2024-06-26T16:54:55.799Z | Compiling filetime v0.2.23 |
609 | 2024-06-26T16:54:55.823Z | Compiling encoding_rs v0.8.34 |
610 | 2024-06-26T16:54:56.153Z | Compiling mime v0.3.17 |
611 | 2024-06-26T16:54:56.756Z | Compiling toml_datetime v0.6.6 |
612 | 2024-06-26T16:54:56.780Z | Compiling serde_spanned v0.6.6 |
613 | 2024-06-26T16:54:57.275Z | Compiling serde_tokenstream v0.2.0 |
614 | 2024-06-26T16:54:57.402Z | Compiling toml_edit v0.22.13 |
615 | 2024-06-26T16:54:58.763Z | Compiling dof v0.3.0 |
616 | 2024-06-26T16:54:59.660Z | Compiling hyper v0.14.28 |
617 | 2024-06-26T16:54:59.891Z | Compiling slog-json v2.6.1 |
618 | 2024-06-26T16:55:00.307Z | Compiling serde_urlencoded v0.7.1 |
619 | 2024-06-26T16:55:00.853Z | Compiling toml v0.8.13 |
620 | 2024-06-26T16:55:01.059Z | Compiling cargo-platform v0.1.8 |
621 | 2024-06-26T16:55:01.062Z | Compiling cpufeatures v0.2.12 |
622 | 2024-06-26T16:55:01.106Z | Compiling take_mut v0.2.2 |
623 | 2024-06-26T16:55:01.194Z | Compiling ipnet v2.9.0 |
624 | 2024-06-26T16:55:01.277Z | Compiling sync_wrapper v0.1.2 |
625 | 2024-06-26T16:55:01.397Z | Compiling usdt-attr-macro v0.5.0 |
626 | 2024-06-26T16:55:01.424Z | Compiling usdt-macro v0.5.0 |
627 | 2024-06-26T16:55:01.541Z | Compiling cargo_metadata v0.18.1 |
628 | 2024-06-26T16:55:01.660Z | Compiling cargo_toml v0.20.2 |
629 | 2024-06-26T16:55:02.573Z | Compiling sha2 v0.10.8 |
630 | 2024-06-26T16:55:02.746Z | Compiling slog-bunyan v2.5.0 |
631 | 2024-06-26T16:55:02.873Z | Compiling usdt v0.5.0 |
632 | 2024-06-26T16:55:02.956Z | Compiling clap v4.5.4 |
633 | 2024-06-26T16:55:03.078Z | Compiling macaddr v1.0.1 |
634 | 2024-06-26T16:55:03.365Z | Compiling hyper-tls v0.5.0 |
635 | 2024-06-26T16:55:03.524Z | Compiling tar v0.4.40 |
636 | 2024-06-26T16:55:03.698Z | Compiling reqwest v0.11.27 |
637 | 2024-06-26T16:55:03.731Z | Compiling slog-term v2.9.1 |
638 | 2024-06-26T16:55:05.034Z | Compiling flate2 v1.0.30 |
639 | 2024-06-26T16:55:05.404Z | Compiling futures v0.3.30 |
640 | 2024-06-26T16:55:05.526Z | Compiling strum v0.26.2 |
641 | 2024-06-26T16:55:05.686Z | Compiling tabled v0.15.0 |
642 | 2024-06-26T16:55:06.014Z | Compiling swrite v0.1.0 |
643 | 2024-06-26T16:55:06.038Z | Compiling md5 v0.7.0 |
644 | 2024-06-26T16:55:10.159Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
645 | 2024-06-26T16:55:17.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
646 | 2024-06-26T16:55:17.491Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
647 | 2024-06-26T16:55:17.547Z | Jun 26 16:55:16.129 INFO Starting download, target: Clickhouse |
648 | 2024-06-26T16:55:17.547Z | Jun 26 16:55:16.130 INFO Starting download, target: Cockroach |
649 | 2024-06-26T16:55:17.547Z | Jun 26 16:55:16.130 INFO Starting download, target: Console |
650 | 2024-06-26T16:55:17.547Z | Jun 26 16:55:16.130 INFO Starting download, target: DendriteOpenapi |
651 | 2024-06-26T16:55:17.547Z | Jun 26 16:55:16.130 INFO Starting download, target: DendriteStub |
652 | 2024-06-26T16:55:17.550Z | Jun 26 16:55:16.130 INFO Starting download, target: TransceiverControl |
653 | 2024-06-26T16:55:17.551Z | Jun 26 16:55:16.130 INFO Starting download, target: MaghemiteMgd |
654 | 2024-06-26T16:55:17.551Z | Jun 26 16:55:16.130 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
655 | 2024-06-26T16:55:17.551Z | Jun 26 16:55:16.130 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
656 | 2024-06-26T16:55:17.551Z | Jun 26 16:55:16.130 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
657 | 2024-06-26T16:55:17.551Z | Jun 26 16:55:16.130 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
658 | 2024-06-26T16:55:17.551Z | Jun 26 16:55:16.130 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
659 | 2024-06-26T16:55:17.551Z | Jun 26 16:55:16.131 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
660 | 2024-06-26T16:55:17.551Z | Jun 26 16:55:16.131 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
661 | 2024-06-26T16:55:17.696Z | Jun 26 16:55:16.278 INFO Download complete, target: DendriteOpenapi |
662 | 2024-06-26T16:55:17.809Z | Jun 26 16:55:16.390 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
663 | 2024-06-26T16:55:18.227Z | Jun 26 16:55:16.807 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
664 | 2024-06-26T16:55:18.335Z | Jun 26 16:55:16.916 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
665 | 2024-06-26T16:55:18.443Z | Jun 26 16:55:17.025 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
666 | 2024-06-26T16:55:18.614Z | Jun 26 16:55:17.196 INFO Download complete, target: TransceiverControl |
667 | 2024-06-26T16:55:18.663Z | Jun 26 16:55:17.245 INFO Download complete, target: Console |
668 | 2024-06-26T16:55:20.215Z | Jun 26 16:55:18.796 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
669 | 2024-06-26T16:55:21.578Z | Jun 26 16:55:20.160 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
670 | 2024-06-26T16:55:21.578Z | Jun 26 16:55:20.160 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
671 | 2024-06-26T16:55:21.755Z | Jun 26 16:55:20.336 INFO Download complete, target: DendriteStub |
672 | 2024-06-26T16:55:21.872Z | Jun 26 16:55:20.453 INFO Download complete, target: MaghemiteMgd |
673 | 2024-06-26T16:55:30.163Z | Jun 26 16:55:28.742 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
674 | 2024-06-26T16:55:30.501Z | Jun 26 16:55:29.074 INFO Checking that binary works, target: Cockroach |
675 | 2024-06-26T16:55:30.702Z | Jun 26 16:55:29.282 INFO Download complete, target: Cockroach |
676 | 2024-06-26T16:55:34.980Z | Jun 26 16:55:33.560 INFO Checking that binary works, target: Clickhouse |
677 | 2024-06-26T16:55:35.556Z | Jun 26 16:55:34.136 INFO Download complete, target: Clickhouse |
678 | 2024-06-26T16:55:35.563Z | All prerequisites installed successfully |
679 | 2024-06-26T16:55:35.567Z | |
680 | 2024-06-26T16:55:35.567Z | real 3:00.505807311 |
681 | 2024-06-26T16:55:35.567Z | user 5:45.851562056 |
682 | 2024-06-26T16:55:35.567Z | sys 1:17.511230030 |
683 | 2024-06-26T16:55:35.567Z | trap 0.209840281 |
684 | 2024-06-26T16:55:35.567Z | tflt 3.746653972 |
685 | 2024-06-26T16:55:35.567Z | dflt 5.487479092 |
686 | 2024-06-26T16:55:35.567Z | kflt 0.266107286 |
687 | 2024-06-26T16:55:35.567Z | lock 13:23.342120999 |
688 | 2024-06-26T16:55:35.567Z | slp 18:20.111544357 |
689 | 2024-06-26T16:55:35.567Z | lat 19.045426245 |
690 | 2024-06-26T16:55:35.567Z | stop 1:04.238396555 |
691 | 2024-06-26T16:55:35.567Z | + ptime -m cargo xtask download softnpu |
692 | 2024-06-26T16:55:36.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
693 | 2024-06-26T16:55:36.115Z | Running `target/debug/xtask download softnpu` |
694 | 2024-06-26T16:55:36.140Z | Jun 26 16:55:34.720 INFO Starting download, target: Softnpu |
695 | 2024-06-26T16:55:36.143Z | Jun 26 16:55:34.720 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
696 | 2024-06-26T16:55:36.938Z | Jun 26 16:55:35.517 INFO Download complete, target: Softnpu |
697 | 2024-06-26T16:55:36.941Z | |
698 | 2024-06-26T16:55:36.944Z | real 1.371234381 |
699 | 2024-06-26T16:55:36.944Z | user 0.584726730 |
700 | 2024-06-26T16:55:36.944Z | sys 0.285803466 |
701 | 2024-06-26T16:55:36.944Z | trap 0.000446602 |
702 | 2024-06-26T16:55:36.944Z | tflt 0.000012977 |
703 | 2024-06-26T16:55:36.944Z | dflt 0.000030184 |
704 | 2024-06-26T16:55:36.944Z | kflt 0.000000000 |
705 | 2024-06-26T16:55:36.944Z | lock 8.325394440 |
706 | 2024-06-26T16:55:36.944Z | slp 0.724265468 |
707 | 2024-06-26T16:55:36.944Z | lat 0.080121508 |
708 | 2024-06-26T16:55:36.944Z | stop 0.000245921 |
709 | 2024-06-26T16:55:36.944Z | + export CARGO_INCREMENTAL=0 |
710 | 2024-06-26T16:55:36.944Z | + CARGO_INCREMENTAL=0 |
711 | 2024-06-26T16:55:36.944Z | + 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-26T16:55:37.473Z | Downloading crates ... |
713 | 2024-06-26T16:55:37.619Z | Downloaded async-stream-impl v0.3.5 |
714 | 2024-06-26T16:55:37.627Z | Downloaded assert_matches v1.5.0 |
715 | 2024-06-26T16:55:37.636Z | Downloaded cfg_aliases v0.1.1 |
716 | 2024-06-26T16:55:37.639Z | Downloaded atty v0.2.14 |
717 | 2024-06-26T16:55:37.642Z | Downloaded newtype_derive v0.1.6 |
718 | 2024-06-26T16:55:37.645Z | Downloaded nodrop v0.1.14 |
719 | 2024-06-26T16:55:37.647Z | Downloaded normalize-line-endings v0.3.0 |
720 | 2024-06-26T16:55:37.647Z | Downloaded multimap v0.10.0 |
721 | 2024-06-26T16:55:37.650Z | Downloaded crucible-workspace-hack v0.1.0 |
722 | 2024-06-26T16:55:37.650Z | Downloaded bitstruct_derive v0.1.0 |
723 | 2024-06-26T16:55:37.650Z | Downloaded new_debug_unreachable v1.0.6 |
724 | 2024-06-26T16:55:37.652Z | Downloaded async-recursion v1.1.1 |
725 | 2024-06-26T16:55:37.655Z | Downloaded ascii-canvas v3.0.0 |
726 | 2024-06-26T16:55:37.658Z | Downloaded async-stream v0.3.5 |
727 | 2024-06-26T16:55:37.661Z | Downloaded parse-size v1.0.0 |
728 | 2024-06-26T16:55:37.661Z | Downloaded portpicker v0.1.1 |
729 | 2024-06-26T16:55:37.664Z | Downloaded constant_time_eq v0.3.0 |
730 | 2024-06-26T16:55:37.664Z | Downloaded cipher v0.4.4 |
731 | 2024-06-26T16:55:37.666Z | Downloaded block-padding v0.3.3 |
732 | 2024-06-26T16:55:37.667Z | Downloaded castaway v0.2.2 |
733 | 2024-06-26T16:55:37.669Z | Downloaded bitflags v1.3.2 |
734 | 2024-06-26T16:55:37.672Z | Downloaded atomic-waker v1.1.2 |
735 | 2024-06-26T16:55:37.675Z | Downloaded data-encoding v2.6.0 |
736 | 2024-06-26T16:55:37.675Z | Downloaded mime_guess v2.0.4 |
737 | 2024-06-26T16:55:37.678Z | Downloaded bit-vec v0.6.3 |
738 | 2024-06-26T16:55:37.678Z | Downloaded num v0.4.3 |
739 | 2024-06-26T16:55:37.681Z | Downloaded pem v3.0.4 |
740 | 2024-06-26T16:55:37.683Z | Downloaded phf v0.11.2 |
741 | 2024-06-26T16:55:37.683Z | Downloaded rand_chacha v0.3.1 |
742 | 2024-06-26T16:55:37.686Z | Downloaded nibble_vec v0.1.0 |
743 | 2024-06-26T16:55:37.689Z | Downloaded debug-ignore v1.0.5 |
744 | 2024-06-26T16:55:37.689Z | Downloaded ppv-lite86 v0.2.17 |
745 | 2024-06-26T16:55:37.691Z | Downloaded paste v1.0.15 |
746 | 2024-06-26T16:55:37.694Z | Downloaded packed_struct v0.10.1 |
747 | 2024-06-26T16:55:37.696Z | Downloaded darling_macro v0.20.9 |
748 | 2024-06-26T16:55:37.699Z | Downloaded cstr-argument v0.1.2 |
749 | 2024-06-26T16:55:37.699Z | Downloaded crossbeam-deque v0.8.5 |
750 | 2024-06-26T16:55:37.701Z | Downloaded defmt-macros v0.3.9 |
751 | 2024-06-26T16:55:37.704Z | Downloaded ref-cast-impl v1.0.23 |
752 | 2024-06-26T16:55:37.707Z | Downloaded rand_xorshift v0.3.0 |
753 | 2024-06-26T16:55:37.707Z | Downloaded cookie_store v0.20.0 |
754 | 2024-06-26T16:55:37.710Z | Downloaded waitgroup v0.1.2 |
755 | 2024-06-26T16:55:37.712Z | Downloaded darling v0.20.9 |
756 | 2024-06-26T16:55:37.715Z | Downloaded cookie v0.17.0 |
757 | 2024-06-26T16:55:37.718Z | Downloaded postgres-protocol v0.6.6 |
758 | 2024-06-26T16:55:37.720Z | Downloaded addr2line v0.21.0 |
759 | 2024-06-26T16:55:37.725Z | Downloaded console v0.15.8 |
760 | 2024-06-26T16:55:37.728Z | Downloaded phf_shared v0.10.0 |
761 | 2024-06-26T16:55:37.728Z | Downloaded peg-runtime v0.8.3 |
762 | 2024-06-26T16:55:37.728Z | Downloaded poly1305 v0.8.0 |
763 | 2024-06-26T16:55:37.730Z | Downloaded precomputed-hash v0.1.1 |
764 | 2024-06-26T16:55:37.734Z | Downloaded pretty-hex v0.2.1 |
765 | 2024-06-26T16:55:37.734Z | Downloaded number_prefix v0.4.0 |
766 | 2024-06-26T16:55:37.734Z | Downloaded opaque-debug v0.3.1 |
767 | 2024-06-26T16:55:37.738Z | Downloaded parse-display v0.9.0 |
768 | 2024-06-26T16:55:37.738Z | Downloaded derive_builder_macro v0.20.0 |
769 | 2024-06-26T16:55:37.738Z | Downloaded convert_case v0.4.0 |
770 | 2024-06-26T16:55:37.741Z | Downloaded crunchy v0.2.2 |
771 | 2024-06-26T16:55:37.741Z | Downloaded ciborium v0.2.2 |
772 | 2024-06-26T16:55:37.751Z | Downloaded ahash v0.8.11 |
773 | 2024-06-26T16:55:37.751Z | Downloaded crc-catalog v2.4.0 |
774 | 2024-06-26T16:55:37.751Z | Downloaded corncobs v0.1.3 |
775 | 2024-06-26T16:55:37.751Z | Downloaded ciborium-ll v0.2.2 |
776 | 2024-06-26T16:55:37.751Z | Downloaded instant v0.1.12 |
777 | 2024-06-26T16:55:37.751Z | Downloaded derive_builder_core v0.20.0 |
778 | 2024-06-26T16:55:37.754Z | Downloaded cexpr v0.6.0 |
779 | 2024-06-26T16:55:37.757Z | Downloaded untrusted v0.9.0 |
780 | 2024-06-26T16:55:37.757Z | Downloaded curve25519-dalek-derive v0.1.1 |
781 | 2024-06-26T16:55:37.759Z | Downloaded num-traits v0.2.19 |
782 | 2024-06-26T16:55:37.762Z | Downloaded parking_lot v0.11.2 |
783 | 2024-06-26T16:55:37.764Z | Downloaded crc-any v2.5.0 |
784 | 2024-06-26T16:55:37.767Z | Downloaded chacha20 v0.9.1 |
785 | 2024-06-26T16:55:37.770Z | Downloaded rand_seeder v0.2.3 |
786 | 2024-06-26T16:55:37.770Z | Downloaded quick-error v1.2.3 |
787 | 2024-06-26T16:55:37.773Z | Downloaded proc-macro-crate v1.3.1 |
788 | 2024-06-26T16:55:37.775Z | Downloaded r2d2 v0.8.10 |
789 | 2024-06-26T16:55:37.775Z | Downloaded parse-display-derive v0.9.0 |
790 | 2024-06-26T16:55:37.778Z | Downloaded camino-tempfile v1.1.1 |
791 | 2024-06-26T16:55:37.781Z | Downloaded defmt v0.3.8 |
792 | 2024-06-26T16:55:37.783Z | Downloaded zone_cfg_derive v0.1.2 |
793 | 2024-06-26T16:55:37.783Z | Downloaded untrusted v0.7.1 |
794 | 2024-06-26T16:55:37.786Z | Downloaded thiserror-no-std v2.0.2 |
795 | 2024-06-26T16:55:37.788Z | Downloaded ff v0.13.0 |
796 | 2024-06-26T16:55:37.791Z | Downloaded mockall_derive v0.12.1 |
797 | 2024-06-26T16:55:37.794Z | Downloaded zone v0.1.8 |
798 | 2024-06-26T16:55:37.794Z | Downloaded lru v0.12.3 |
799 | 2024-06-26T16:55:37.796Z | Downloaded linked-hash-map v0.5.6 |
800 | 2024-06-26T16:55:37.796Z | Downloaded linear-map v1.2.0 |
801 | 2024-06-26T16:55:37.799Z | Downloaded fxhash v0.2.1 |
802 | 2024-06-26T16:55:37.801Z | Downloaded endian-type v0.1.2 |
803 | 2024-06-26T16:55:37.801Z | Downloaded prettyplease v0.2.20 |
804 | 2024-06-26T16:55:37.804Z | Downloaded derive_more v0.99.17 |
805 | 2024-06-26T16:55:37.809Z | Downloaded blake2 v0.10.6 |
806 | 2024-06-26T16:55:37.812Z | Downloaded sqlformat v0.2.3 |
807 | 2024-06-26T16:55:37.815Z | Downloaded hubpack_derive v0.1.1 |
808 | 2024-06-26T16:55:37.817Z | Downloaded http-range v0.1.5 |
809 | 2024-06-26T16:55:37.817Z | Downloaded pkcs1 v0.7.5 |
810 | 2024-06-26T16:55:37.820Z | Downloaded defmt-parser v0.3.4 |
811 | 2024-06-26T16:55:37.823Z | Downloaded rusty-fork v0.3.0 |
812 | 2024-06-26T16:55:37.823Z | Downloaded num-complex v0.4.6 |
813 | 2024-06-26T16:55:37.825Z | Downloaded peg-macros v0.8.3 |
814 | 2024-06-26T16:55:37.828Z | Downloaded derive_builder v0.20.0 |
815 | 2024-06-26T16:55:37.833Z | Downloaded spin v0.5.2 |
816 | 2024-06-26T16:55:37.835Z | Downloaded sha1 v0.10.6 |
817 | 2024-06-26T16:55:37.835Z | Downloaded rayon-core v1.12.1 |
818 | 2024-06-26T16:55:37.839Z | Downloaded postgres-types v0.2.6 |
819 | 2024-06-26T16:55:37.841Z | Downloaded toolchain_find v0.4.0 |
820 | 2024-06-26T16:55:37.844Z | Downloaded supports-color v3.0.0 |
821 | 2024-06-26T16:55:37.847Z | Downloaded headers-core v0.2.0 |
822 | 2024-06-26T16:55:37.847Z | Downloaded wyz v0.5.1 |
823 | 2024-06-26T16:55:37.850Z | Downloaded hash32 v0.2.1 |
824 | 2024-06-26T16:55:37.850Z | Downloaded lazycell v1.3.0 |
825 | 2024-06-26T16:55:37.853Z | Downloaded getrandom v0.2.14 |
826 | 2024-06-26T16:55:37.855Z | Downloaded crypto-bigint v0.5.5 |
827 | 2024-06-26T16:55:37.861Z | Downloaded enum-as-inner v0.5.1 |
828 | 2024-06-26T16:55:37.863Z | Downloaded shell-words v1.1.0 |
829 | 2024-06-26T16:55:37.866Z | Downloaded sec1 v0.7.3 |
830 | 2024-06-26T16:55:37.866Z | Downloaded toml v0.5.11 |
831 | 2024-06-26T16:55:37.869Z | Downloaded spin v0.9.8 |
832 | 2024-06-26T16:55:37.871Z | Downloaded oso v0.27.3 |
833 | 2024-06-26T16:55:37.875Z | Downloaded resolv-conf v0.7.0 |
834 | 2024-06-26T16:55:37.878Z | Downloaded smawk v0.3.2 |
835 | 2024-06-26T16:55:37.881Z | Downloaded sqlparser_derive v0.2.2 |
836 | 2024-06-26T16:55:37.881Z | Downloaded tokio-tungstenite v0.20.1 |
837 | 2024-06-26T16:55:37.884Z | Downloaded tap v1.0.1 |
838 | 2024-06-26T16:55:37.887Z | Downloaded stability v0.2.0 |
839 | 2024-06-26T16:55:37.887Z | Downloaded zeroize_derive v1.4.2 |
840 | 2024-06-26T16:55:37.890Z | Downloaded zeroize v1.7.0 |
841 | 2024-06-26T16:55:37.890Z | Downloaded home v0.5.9 |
842 | 2024-06-26T16:55:37.890Z | Downloaded matches v0.1.10 |
843 | 2024-06-26T16:55:37.893Z | Downloaded vte_generate_state_changes v0.1.1 |
844 | 2024-06-26T16:55:37.893Z | Downloaded darling_core v0.20.9 |
845 | 2024-06-26T16:55:37.896Z | Downloaded slog-scope v4.4.0 |
846 | 2024-06-26T16:55:37.899Z | Downloaded fatfs v0.3.6 |
847 | 2024-06-26T16:55:37.901Z | Downloaded same-file v1.0.6 |
848 | 2024-06-26T16:55:37.904Z | Downloaded rustc_version v0.4.0 |
849 | 2024-06-26T16:55:37.907Z | Downloaded whoami v1.5.1 |
850 | 2024-06-26T16:55:37.907Z | Downloaded serde-big-array v0.5.1 |
851 | 2024-06-26T16:55:37.910Z | Downloaded serde-big-array v0.4.1 |
852 | 2024-06-26T16:55:37.910Z | Downloaded serde_arrays v0.1.0 |
853 | 2024-06-26T16:55:37.913Z | Downloaded ident_case v1.0.1 |
854 | 2024-06-26T16:55:37.913Z | Downloaded tls_codec_derive v0.4.1 |
855 | 2024-06-26T16:55:37.915Z | Downloaded impl-trait-for-tuples v0.2.2 |
856 | 2024-06-26T16:55:37.918Z | Downloaded float-ord v0.3.2 |
857 | 2024-06-26T16:55:37.921Z | Downloaded serde_repr v0.1.19 |
858 | 2024-06-26T16:55:37.921Z | Downloaded tiny-keccak v2.0.2 |
859 | 2024-06-26T16:55:37.924Z | Downloaded sct v0.7.1 |
860 | 2024-06-26T16:55:37.927Z | Downloaded backtrace v0.3.71 |
861 | 2024-06-26T16:55:37.933Z | Downloaded lru-cache v0.1.2 |
862 | 2024-06-26T16:55:37.935Z | Downloaded maplit v1.0.2 |
863 | 2024-06-26T16:55:37.935Z | Downloaded is_ci v1.2.0 |
864 | 2024-06-26T16:55:37.938Z | Downloaded heck v0.3.3 |
865 | 2024-06-26T16:55:37.938Z | Downloaded rcgen v0.12.1 |
866 | 2024-06-26T16:55:37.941Z | Downloaded termcolor v1.4.1 |
867 | 2024-06-26T16:55:37.943Z | Downloaded diesel_table_macro_syntax v0.1.0 |
868 | 2024-06-26T16:55:37.943Z | Downloaded schemars_derive v0.8.21 |
869 | 2024-06-26T16:55:37.948Z | Downloaded serde_derive_internals v0.29.1 |
870 | 2024-06-26T16:55:37.951Z | Downloaded strum_macros v0.24.3 |
871 | 2024-06-26T16:55:37.951Z | Downloaded walkdir v2.5.0 |
872 | 2024-06-26T16:55:37.951Z | Downloaded wait-timeout v0.2.0 |
873 | 2024-06-26T16:55:37.954Z | Downloaded tokio-stream v0.1.15 |
874 | 2024-06-26T16:55:37.957Z | Downloaded vsss-rs v3.3.4 |
875 | 2024-06-26T16:55:37.959Z | Downloaded tokio-tungstenite v0.21.0 |
876 | 2024-06-26T16:55:37.962Z | Downloaded tokio-rustls v0.25.0 |
877 | 2024-06-26T16:55:37.965Z | Downloaded uzers v0.11.3 |
878 | 2024-06-26T16:55:37.967Z | Downloaded maybe-uninit v2.0.0 |
879 | 2024-06-26T16:55:37.970Z | Downloaded foreign-types-shared v0.3.1 |
880 | 2024-06-26T16:55:37.970Z | Downloaded foreign-types-macros v0.2.3 |
881 | 2024-06-26T16:55:37.970Z | Downloaded memoffset v0.9.1 |
882 | 2024-06-26T16:55:37.973Z | Downloaded fallible-iterator v0.2.0 |
883 | 2024-06-26T16:55:37.973Z | Downloaded termtree v0.4.1 |
884 | 2024-06-26T16:55:37.976Z | Downloaded hex v0.4.3 |
885 | 2024-06-26T16:55:37.976Z | Downloaded libloading v0.8.3 |
886 | 2024-06-26T16:55:37.978Z | Downloaded stringprep v0.1.4 |
887 | 2024-06-26T16:55:37.981Z | Downloaded md-5 v0.10.6 |
888 | 2024-06-26T16:55:37.981Z | Downloaded string_cache v0.8.7 |
889 | 2024-06-26T16:55:37.984Z | Downloaded serde-hex v0.1.0 |
890 | 2024-06-26T16:55:37.984Z | Downloaded ipnetwork v0.20.0 |
891 | 2024-06-26T16:55:37.987Z | Downloaded inout v0.1.3 |
892 | 2024-06-26T16:55:37.994Z | Downloaded indoc v2.0.5 |
893 | 2024-06-26T16:55:37.997Z | Downloaded erased-serde v0.3.31 |
894 | 2024-06-26T16:55:38.000Z | Downloaded universal-hash v0.5.1 |
895 | 2024-06-26T16:55:38.002Z | Downloaded which v4.4.2 |
896 | 2024-06-26T16:55:38.002Z | Downloaded display-error-chain v0.2.0 |
897 | 2024-06-26T16:55:38.005Z | Downloaded sigpipe v0.1.3 |
898 | 2024-06-26T16:55:38.005Z | Downloaded headers v0.3.9 |
899 | 2024-06-26T16:55:38.009Z | Downloaded unicode-linebreak v0.1.5 |
900 | 2024-06-26T16:55:38.011Z | Downloaded structmeta v0.3.0 |
901 | 2024-06-26T16:55:38.011Z | Downloaded hash32 v0.3.1 |
902 | 2024-06-26T16:55:38.014Z | Downloaded signal-hook-mio v0.2.3 |
903 | 2024-06-26T16:55:38.014Z | Downloaded foreign-types v0.5.0 |
904 | 2024-06-26T16:55:38.014Z | Downloaded float-cmp v0.9.0 |
905 | 2024-06-26T16:55:38.017Z | Downloaded rpassword v7.3.1 |
906 | 2024-06-26T16:55:38.017Z | Downloaded flagset v0.4.5 |
907 | 2024-06-26T16:55:38.020Z | Downloaded rustfmt-wrapper v0.2.1 |
908 | 2024-06-26T16:55:38.020Z | Downloaded trust-dns-server v0.22.1 |
909 | 2024-06-26T16:55:38.023Z | Downloaded fragile v2.0.0 |
910 | 2024-06-26T16:55:38.026Z | Downloaded signal-hook-tokio v0.3.1 |
911 | 2024-06-26T16:55:38.026Z | Downloaded shlex v1.3.0 |
912 | 2024-06-26T16:55:38.029Z | Downloaded serde_yaml v0.9.34+deprecated |
913 | 2024-06-26T16:55:38.031Z | Downloaded num-bigint-dig v0.8.4 |
914 | 2024-06-26T16:55:38.035Z | Downloaded tabwriter v1.4.0 |
915 | 2024-06-26T16:55:38.038Z | Downloaded nom v7.1.3 |
916 | 2024-06-26T16:55:38.041Z | Downloaded lazy_static v1.4.0 |
917 | 2024-06-26T16:55:38.044Z | Downloaded snafu-derive v0.8.2 |
918 | 2024-06-26T16:55:38.044Z | Downloaded publicsuffix v2.2.3 |
919 | 2024-06-26T16:55:38.046Z | Downloaded rustls-pki-types v1.7.0 |
920 | 2024-06-26T16:55:38.049Z | Downloaded lalrpop-util v0.19.12 |
921 | 2024-06-26T16:55:38.049Z | Downloaded fixedbitset v0.4.2 |
922 | 2024-06-26T16:55:38.052Z | Downloaded termios v0.3.3 |
923 | 2024-06-26T16:55:38.052Z | Downloaded http v1.1.0 |
924 | 2024-06-26T16:55:38.055Z | Downloaded rtoolbox v0.0.2 |
925 | 2024-06-26T16:55:38.058Z | Downloaded serde_with_macros v3.8.1 |
926 | 2024-06-26T16:55:38.061Z | Downloaded tungstenite v0.21.0 |
927 | 2024-06-26T16:55:38.063Z | Downloaded rustc_version v0.1.7 |
928 | 2024-06-26T16:55:38.063Z | Downloaded textwrap v0.16.1 |
929 | 2024-06-26T16:55:38.066Z | Downloaded hostname v0.4.0 |
930 | 2024-06-26T16:55:38.066Z | Downloaded trust-dns-client v0.22.0 |
931 | 2024-06-26T16:55:38.071Z | Downloaded kstat-rs v0.2.4 |
932 | 2024-06-26T16:55:38.076Z | Downloaded iana-time-zone v0.1.60 |
933 | 2024-06-26T16:55:38.078Z | Downloaded indicatif v0.17.8 |
934 | 2024-06-26T16:55:38.078Z | Downloaded ron v0.8.1 |
935 | 2024-06-26T16:55:38.084Z | Downloaded diesel_derives v2.1.4 |
936 | 2024-06-26T16:55:38.087Z | Downloaded tungstenite v0.20.1 |
937 | 2024-06-26T16:55:38.090Z | Downloaded num-bigint v0.4.5 |
938 | 2024-06-26T16:55:38.098Z | Downloaded tough v0.17.1 |
939 | 2024-06-26T16:55:38.102Z | Downloaded tempfile v3.10.1 |
940 | 2024-06-26T16:55:38.104Z | Downloaded trust-dns-resolver v0.22.0 |
941 | 2024-06-26T16:55:38.108Z | Downloaded expectorate v1.1.0 |
942 | 2024-06-26T16:55:38.110Z | Downloaded salty v0.2.0 |
943 | 2024-06-26T16:55:38.114Z | Downloaded aho-corasick v1.1.3 |
944 | 2024-06-26T16:55:38.120Z | Downloaded unicode_categories v0.1.1 |
945 | 2024-06-26T16:55:38.122Z | Downloaded blake3 v1.5.1 |
946 | 2024-06-26T16:55:38.128Z | Downloaded winnow v0.5.40 |
947 | 2024-06-26T16:55:38.136Z | Downloaded unicode-segmentation v1.11.0 |
948 | 2024-06-26T16:55:38.139Z | Downloaded signal-hook v0.3.17 |
949 | 2024-06-26T16:55:38.142Z | Downloaded toml_edit v0.19.15 |
950 | 2024-06-26T16:55:38.157Z | Downloaded flume v0.11.0 |
951 | 2024-06-26T16:55:38.160Z | Downloaded hashbrown v0.13.2 |
952 | 2024-06-26T16:55:38.164Z | Downloaded x509-cert v0.2.5 |
953 | 2024-06-26T16:55:38.169Z | Downloaded itertools v0.10.5 |
954 | 2024-06-26T16:55:38.176Z | Downloaded itertools v0.12.1 |
955 | 2024-06-26T16:55:38.182Z | Downloaded snafu v0.8.2 |
956 | 2024-06-26T16:55:38.187Z | Downloaded schemars v0.8.21 |
957 | 2024-06-26T16:55:38.198Z | Downloaded heapless v0.8.0 |
958 | 2024-06-26T16:55:38.201Z | Downloaded hkdf v0.12.4 |
959 | 2024-06-26T16:55:38.204Z | Downloaded quick-xml v0.31.0 |
960 | 2024-06-26T16:55:38.209Z | Downloaded bitvec v1.0.1 |
961 | 2024-06-26T16:55:38.223Z | Downloaded heapless v0.7.17 |
962 | 2024-06-26T16:55:38.226Z | Downloaded libm v0.2.8 |
963 | 2024-06-26T16:55:38.233Z | Downloaded gimli v0.28.1 |
964 | 2024-06-26T16:55:38.241Z | Downloaded rsa v0.9.6 |
965 | 2024-06-26T16:55:38.245Z | Downloaded idna v0.3.0 |
966 | 2024-06-26T16:55:38.252Z | Downloaded curve25519-dalek v4.1.3 |
967 | 2024-06-26T16:55:38.260Z | Downloaded serde_with v3.8.1 |
968 | 2024-06-26T16:55:38.269Z | Downloaded proptest v1.4.0 |
969 | 2024-06-26T16:55:38.275Z | Downloaded rayon v1.10.0 |
970 | 2024-06-26T16:55:38.284Z | Downloaded lalrpop v0.19.12 |
971 | 2024-06-26T16:55:38.294Z | Downloaded bstr v1.9.1 |
972 | 2024-06-26T16:55:38.304Z | Downloaded bstr v0.2.17 |
973 | 2024-06-26T16:55:38.312Z | Downloaded regex-syntax v0.8.3 |
974 | 2024-06-26T16:55:38.320Z | Downloaded sqlparser v0.45.0 |
975 | 2024-06-26T16:55:38.325Z | Downloaded radix_trie v0.2.1 |
976 | 2024-06-26T16:55:38.330Z | Downloaded rustls-webpki v0.101.7 |
977 | 2024-06-26T16:55:38.343Z | Downloaded nix v0.27.1 |
978 | 2024-06-26T16:55:38.353Z | Downloaded object v0.30.4 |
979 | 2024-06-26T16:55:38.362Z | Downloaded hashbrown v0.12.3 |
980 | 2024-06-26T16:55:38.365Z | Downloaded typed-path v0.7.1 |
981 | 2024-06-26T16:55:38.371Z | Downloaded rustls-webpki v0.102.4 |
982 | 2024-06-26T16:55:38.387Z | Downloaded nix v0.28.0 |
983 | 2024-06-26T16:55:38.398Z | Downloaded diesel v2.1.6 |
984 | 2024-06-26T16:55:38.415Z | Downloaded polar-core v0.27.3 |
985 | 2024-06-26T16:55:38.423Z | Downloaded finl_unicode v1.2.0 |
986 | 2024-06-26T16:55:38.435Z | Downloaded sha3 v0.10.8 |
987 | 2024-06-26T16:55:38.438Z | Downloaded smoltcp v0.9.1 |
988 | 2024-06-26T16:55:38.448Z | Downloaded rustls v0.21.12 |
989 | 2024-06-26T16:55:38.459Z | Downloaded regex-syntax v0.6.29 |
990 | 2024-06-26T16:55:38.466Z | Downloaded idna v0.2.3 |
991 | 2024-06-26T16:55:38.472Z | Downloaded regress v0.9.1 |
992 | 2024-06-26T16:55:38.479Z | Downloaded smoltcp v0.11.0 |
993 | 2024-06-26T16:55:38.491Z | Downloaded ratatui v0.26.2 |
994 | 2024-06-26T16:55:38.507Z | Downloaded rustls v0.22.4 |
995 | 2024-06-26T16:55:38.519Z | Downloaded sled v0.34.7 |
996 | 2024-06-26T16:55:38.528Z | Downloaded regex-automata v0.4.6 |
997 | 2024-06-26T16:55:38.546Z | Downloaded petgraph v0.6.5 |
998 | 2024-06-26T16:55:38.559Z | Downloaded openapiv3 v2.0.0 |
999 | 2024-06-26T16:55:38.570Z | Downloaded trust-dns-proto v0.22.0 |
1000 | 2024-06-26T16:55:38.582Z | Downloaded csv v1.3.0 |
1001 | 2024-06-26T16:55:38.600Z | Downloaded webpki-roots v0.25.4 |
1002 | 2024-06-26T16:55:38.604Z | Downloaded zerocopy-derive v0.6.6 |
1003 | 2024-06-26T16:55:38.613Z | Downloaded regex v1.10.4 |
1004 | 2024-06-26T16:55:38.624Z | Downloaded object v0.32.2 |
1005 | 2024-06-26T16:55:38.633Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1006 | 2024-06-26T16:55:38.644Z | Downloaded portable-atomic v1.6.0 |
1007 | 2024-06-26T16:55:38.649Z | Downloaded chrono v0.4.38 |
1008 | 2024-06-26T16:55:38.655Z | Downloaded bindgen v0.69.4 |
1009 | 2024-06-26T16:55:38.662Z | Downloaded rustyline v14.0.0 |
1010 | 2024-06-26T16:55:38.666Z | Downloaded unsafe-libyaml v0.2.11 |
1011 | 2024-06-26T16:55:38.669Z | Downloaded diff v0.1.13 |
1012 | 2024-06-26T16:55:38.672Z | Downloaded steno v0.4.0 |
1013 | 2024-06-26T16:55:38.676Z | Downloaded tokio-postgres v0.7.10 |
1014 | 2024-06-26T16:55:38.679Z | Downloaded reedline v0.31.0 |
1015 | 2024-06-26T16:55:38.686Z | Downloaded regex-automata v0.1.10 |
1016 | 2024-06-26T16:55:38.691Z | Downloaded libxml v0.3.3 |
1017 | 2024-06-26T16:55:38.696Z | Downloaded smf v0.2.3 |
1018 | 2024-06-26T16:55:38.698Z | Downloaded ring v0.16.20 |
1019 | 2024-06-26T16:55:38.771Z | Downloaded signature v1.6.4 |
1020 | 2024-06-26T16:55:38.774Z | Downloaded rustc-demangle v0.1.24 |
1021 | 2024-06-26T16:55:38.774Z | Downloaded elliptic-curve v0.13.8 |
1022 | 2024-06-26T16:55:38.777Z | Downloaded unicode-xid v0.2.4 |
1023 | 2024-06-26T16:55:38.780Z | Downloaded structmeta-derive v0.2.0 |
1024 | 2024-06-26T16:55:38.780Z | Downloaded static_assertions v1.1.0 |
1025 | 2024-06-26T16:55:38.780Z | Downloaded dyn-clone v1.0.17 |
1026 | 2024-06-26T16:55:38.783Z | Downloaded zerocopy v0.6.6 |
1027 | 2024-06-26T16:55:38.785Z | Downloaded indexmap v1.9.3 |
1028 | 2024-06-26T16:55:38.788Z | Downloaded thiserror-impl-no-std v2.0.2 |
1029 | 2024-06-26T16:55:38.788Z | Downloaded hmac v0.12.1 |
1030 | 2024-06-26T16:55:38.788Z | Downloaded toml v0.7.8 |
1031 | 2024-06-26T16:55:38.792Z | Downloaded crossterm v0.27.0 |
1032 | 2024-06-26T16:55:38.796Z | Downloaded utf-8 v0.7.6 |
1033 | 2024-06-26T16:55:38.799Z | Downloaded stable_deref_trait v1.2.0 |
1034 | 2024-06-26T16:55:38.799Z | Downloaded signature v2.2.0 |
1035 | 2024-06-26T16:55:38.801Z | Downloaded difflib v0.4.0 |
1036 | 2024-06-26T16:55:38.801Z | Downloaded structmeta v0.2.0 |
1037 | 2024-06-26T16:55:38.801Z | Downloaded rustc-hash v1.1.0 |
1038 | 2024-06-26T16:55:38.801Z | Downloaded vte v0.11.1 |
1039 | 2024-06-26T16:55:38.804Z | Downloaded uuid v1.8.0 |
1040 | 2024-06-26T16:55:38.809Z | Downloaded ed25519 v1.5.3 |
1041 | 2024-06-26T16:55:38.809Z | Downloaded yasna v0.5.2 |
1042 | 2024-06-26T16:55:38.812Z | Downloaded structmeta-derive v0.3.0 |
1043 | 2024-06-26T16:55:38.812Z | Downloaded socket2 v0.4.10 |
1044 | 2024-06-26T16:55:38.812Z | Downloaded test-strategy v0.3.1 |
1045 | 2024-06-26T16:55:38.814Z | Downloaded rand v0.8.5 |
1046 | 2024-06-26T16:55:38.817Z | Downloaded ring v0.17.8 |
1047 | 2024-06-26T16:55:38.880Z | Downloaded indoc v1.0.9 |
1048 | 2024-06-26T16:55:38.883Z | Downloaded strip-ansi-escapes v0.2.0 |
1049 | 2024-06-26T16:55:38.883Z | Downloaded semver v0.1.20 |
1050 | 2024-06-26T16:55:38.885Z | Downloaded secrecy v0.8.0 |
1051 | 2024-06-26T16:55:38.885Z | Downloaded libsw v3.3.1 |
1052 | 2024-06-26T16:55:38.888Z | Downloaded subprocess v0.2.9 |
1053 | 2024-06-26T16:55:38.888Z | Downloaded samael v0.0.15 |
1054 | 2024-06-26T16:55:38.892Z | Downloaded similar v2.5.0 |
1055 | 2024-06-26T16:55:38.896Z | Downloaded half v2.4.1 |
1056 | 2024-06-26T16:55:38.898Z | Downloaded highway v1.1.0 |
1057 | 2024-06-26T16:55:38.901Z | Downloaded tls_codec v0.4.1 |
1058 | 2024-06-26T16:55:38.901Z | Downloaded rustls-pemfile v2.1.2 |
1059 | 2024-06-26T16:55:38.904Z | Downloaded hyper-rustls v0.24.2 |
1060 | 2024-06-26T16:55:38.906Z | Downloaded env_logger v0.9.3 |
1061 | 2024-06-26T16:55:38.906Z | Downloaded const-oid v0.9.6 |
1062 | 2024-06-26T16:55:38.911Z | Downloaded serde_plain v1.0.2 |
1063 | 2024-06-26T16:55:38.913Z | Downloaded env_logger v0.10.2 |
1064 | 2024-06-26T16:55:38.913Z | Downloaded scheduled-thread-pool v0.2.7 |
1065 | 2024-06-26T16:55:38.913Z | Downloaded memmap2 v0.9.4 |
1066 | 2024-06-26T16:55:38.916Z | Downloaded zip v0.6.6 |
1067 | 2024-06-26T16:55:38.919Z | Downloaded tracing-attributes v0.1.27 |
1068 | 2024-06-26T16:55:38.921Z | Downloaded libefi-sys v0.1.0 |
1069 | 2024-06-26T16:55:38.921Z | Downloaded either v1.12.0 |
1070 | 2024-06-26T16:55:38.921Z | Downloaded ron v0.7.1 |
1071 | 2024-06-26T16:55:38.925Z | Downloaded postcard v1.0.8 |
1072 | 2024-06-26T16:55:38.928Z | Downloaded pin-project v1.1.5 |
1073 | 2024-06-26T16:55:38.937Z | Downloaded pem-rfc7468 v0.7.0 |
1074 | 2024-06-26T16:55:38.939Z | Downloaded clang-sys v1.7.0 |
1075 | 2024-06-26T16:55:38.942Z | Downloaded smallvec v0.6.14 |
1076 | 2024-06-26T16:55:38.942Z | Downloaded slog-stdlog v4.1.1 |
1077 | 2024-06-26T16:55:38.945Z | Downloaded siphasher v0.3.11 |
1078 | 2024-06-26T16:55:38.945Z | Downloaded parking_lot_core v0.8.6 |
1079 | 2024-06-26T16:55:38.947Z | Downloaded managed v0.8.0 |
1080 | 2024-06-26T16:55:38.947Z | Downloaded hyper-staticfile v0.9.5 |
1081 | 2024-06-26T16:55:38.950Z | Downloaded humantime v2.1.0 |
1082 | 2024-06-26T16:55:38.950Z | Downloaded hubpack v0.1.2 |
1083 | 2024-06-26T16:55:38.950Z | Downloaded gethostname v0.4.3 |
1084 | 2024-06-26T16:55:38.953Z | Downloaded funty v2.0.0 |
1085 | 2024-06-26T16:55:38.953Z | Downloaded derive-where v1.2.7 |
1086 | 2024-06-26T16:55:38.956Z | Downloaded der v0.7.9 |
1087 | 2024-06-26T16:55:38.959Z | Downloaded base64 v0.13.1 |
1088 | 2024-06-26T16:55:38.961Z | Downloaded const_format v0.2.32 |
1089 | 2024-06-26T16:55:38.964Z | Downloaded crossbeam-epoch v0.9.18 |
1090 | 2024-06-26T16:55:38.967Z | Downloaded cookie v0.18.1 |
1091 | 2024-06-26T16:55:38.970Z | Downloaded base64 v0.22.1 |
1092 | 2024-06-26T16:55:38.972Z | Downloaded tui-tree-widget v0.19.0 |
1093 | 2024-06-26T16:55:38.972Z | Downloaded topological-sort v0.2.2 |
1094 | 2024-06-26T16:55:38.976Z | Downloaded chacha20poly1305 v0.10.1 |
1095 | 2024-06-26T16:55:38.976Z | Downloaded subtle v2.5.0 |
1096 | 2024-06-26T16:55:38.980Z | Downloaded strum_macros v0.25.3 |
1097 | 2024-06-26T16:55:38.980Z | Downloaded globset v0.4.14 |
1098 | 2024-06-26T16:55:38.980Z | Downloaded num-rational v0.4.2 |
1099 | 2024-06-26T16:55:38.982Z | Downloaded nu-ansi-term v0.50.0 |
1100 | 2024-06-26T16:55:38.983Z | Downloaded arc-swap v1.7.1 |
1101 | 2024-06-26T16:55:38.985Z | Downloaded password-hash v0.5.0 |
1102 | 2024-06-26T16:55:38.988Z | Downloaded der_derive v0.7.2 |
1103 | 2024-06-26T16:55:38.988Z | Downloaded bzip2 v0.4.4 |
1104 | 2024-06-26T16:55:38.991Z | Downloaded allocator-api2 v0.2.18 |
1105 | 2024-06-26T16:55:38.993Z | Downloaded bcs v0.1.6 |
1106 | 2024-06-26T16:55:38.993Z | Downloaded spki v0.7.3 |
1107 | 2024-06-26T16:55:38.996Z | Downloaded slog-envlogger v2.2.0 |
1108 | 2024-06-26T16:55:38.996Z | Downloaded slog-dtrace v0.3.0 |
1109 | 2024-06-26T16:55:38.999Z | Downloaded serde_path_to_error v0.1.16 |
1110 | 2024-06-26T16:55:38.999Z | Downloaded num-integer v0.1.46 |
1111 | 2024-06-26T16:55:38.999Z | Downloaded compact_str v0.7.1 |
1112 | 2024-06-26T16:55:39.002Z | Downloaded downcast v0.11.0 |
1113 | 2024-06-26T16:55:39.004Z | Downloaded group v0.13.0 |
1114 | 2024-06-26T16:55:39.004Z | Downloaded glob v0.3.1 |
1115 | 2024-06-26T16:55:39.004Z | Downloaded fastrand v2.1.0 |
1116 | 2024-06-26T16:55:39.007Z | Downloaded keccak v0.1.5 |
1117 | 2024-06-26T16:55:39.007Z | Downloaded getopts v0.2.21 |
1118 | 2024-06-26T16:55:39.007Z | Downloaded ena v0.14.3 |
1119 | 2024-06-26T16:55:39.010Z | Downloaded embedded-io v0.4.0 |
1120 | 2024-06-26T16:55:39.010Z | Downloaded const_format_proc_macros v0.2.32 |
1121 | 2024-06-26T16:55:39.013Z | Downloaded tokio-rustls v0.24.1 |
1122 | 2024-06-26T16:55:39.015Z | Downloaded colored v2.1.0 |
1123 | 2024-06-26T16:55:39.015Z | Downloaded fd-lock v4.0.2 |
1124 | 2024-06-26T16:55:39.018Z | Downloaded unarray v0.1.4 |
1125 | 2024-06-26T16:55:39.021Z | Downloaded base64ct v1.6.0 |
1126 | 2024-06-26T16:55:39.021Z | Downloaded owo-colors v4.0.0 |
1127 | 2024-06-26T16:55:39.024Z | Downloaded minimal-lexical v0.2.1 |
1128 | 2024-06-26T16:55:39.027Z | Downloaded buf-list v1.0.3 |
1129 | 2024-06-26T16:55:39.030Z | Downloaded num_enum v0.5.11 |
1130 | 2024-06-26T16:55:39.032Z | Downloaded backoff v0.4.0 |
1131 | 2024-06-26T16:55:39.035Z | Downloaded omicron-zone-package v0.11.0 |
1132 | 2024-06-26T16:55:39.038Z | Downloaded multer v3.1.0 |
1133 | 2024-06-26T16:55:39.038Z | Downloaded cassowary v0.3.0 |
1134 | 2024-06-26T16:55:39.041Z | Downloaded unicase v2.7.0 |
1135 | 2024-06-26T16:55:39.041Z | Downloaded ref-cast v1.0.23 |
1136 | 2024-06-26T16:55:39.045Z | Downloaded psl-types v2.0.11 |
1137 | 2024-06-26T16:55:39.046Z | Downloaded predicates-core v1.0.6 |
1138 | 2024-06-26T16:55:39.048Z | Downloaded packed_struct_codegen v0.10.1 |
1139 | 2024-06-26T16:55:39.048Z | Downloaded olpc-cjson v0.1.3 |
1140 | 2024-06-26T16:55:39.048Z | Downloaded bitfield v0.14.0 |
1141 | 2024-06-26T16:55:39.048Z | Downloaded bit-set v0.5.3 |
1142 | 2024-06-26T16:55:39.048Z | Downloaded cancel-safe-futures v0.1.5 |
1143 | 2024-06-26T16:55:39.051Z | Downloaded base16ct v0.2.0 |
1144 | 2024-06-26T16:55:39.051Z | Downloaded pkcs8 v0.10.2 |
1145 | 2024-06-26T16:55:39.054Z | Downloaded pin-project-internal v1.1.5 |
1146 | 2024-06-26T16:55:39.057Z | Downloaded path-slash v0.1.5 |
1147 | 2024-06-26T16:55:39.057Z | Downloaded rand_core v0.6.4 |
1148 | 2024-06-26T16:55:39.057Z | Downloaded nanorand v0.7.0 |
1149 | 2024-06-26T16:55:39.060Z | Downloaded predicates-tree v1.0.9 |
1150 | 2024-06-26T16:55:39.060Z | Downloaded phf_shared v0.11.2 |
1151 | 2024-06-26T16:55:39.060Z | Downloaded num_enum_derive v0.5.11 |
1152 | 2024-06-26T16:55:39.063Z | Downloaded num-derive v0.4.2 |
1153 | 2024-06-26T16:55:39.063Z | Downloaded csv-core v0.1.11 |
1154 | 2024-06-26T16:55:39.065Z | Downloaded bitstruct v0.1.1 |
1155 | 2024-06-26T16:55:39.065Z | Downloaded ciborium-io v0.2.2 |
1156 | 2024-06-26T16:55:39.065Z | Downloaded atomicwrites v0.4.3 |
1157 | 2024-06-26T16:55:39.068Z | Downloaded peg v0.8.3 |
1158 | 2024-06-26T16:55:39.071Z | Downloaded newtype-uuid v1.1.0 |
1159 | 2024-06-26T16:55:39.071Z | Downloaded async-trait v0.1.80 |
1160 | 2024-06-26T16:55:39.074Z | Downloaded ascii v1.1.0 |
1161 | 2024-06-26T16:55:39.074Z | Downloaded radium v0.7.0 |
1162 | 2024-06-26T16:55:39.077Z | Downloaded predicates v3.1.0 |
1163 | 2024-06-26T16:55:39.077Z | Downloaded bb8 v0.8.3 |
1164 | 2024-06-26T16:55:39.079Z | Downloaded num-iter v0.1.45 |
1165 | 2024-06-26T16:55:39.079Z | Downloaded arrayvec v0.7.4 |
1166 | 2024-06-26T16:55:39.082Z | Downloaded newline-converter v0.3.0 |
1167 | 2024-06-26T16:55:39.082Z | Downloaded mockall v0.12.1 |
1168 | 2024-06-26T16:55:39.082Z | Downloaded argon2 v0.5.3 |
1169 | 2024-06-26T16:55:39.085Z | Downloaded array-init v0.0.4 |
1170 | 2024-06-26T16:55:39.085Z | Downloaded oso-derive v0.27.3 |
1171 | 2024-06-26T16:55:39.085Z | Downloaded crc v3.2.1 |
1172 | 2024-06-26T16:55:39.087Z | Downloaded cobs v0.2.3 |
1173 | 2024-06-26T16:55:39.087Z | Downloaded aead v0.5.2 |
1174 | 2024-06-26T16:55:39.090Z | Downloaded arrayref v0.3.7 |
1175 | 2024-06-26T16:55:39.216Z | Compiling proc-macro2 v1.0.86 |
1176 | 2024-06-26T16:55:39.216Z | Compiling unicode-ident v1.0.12 |
1177 | 2024-06-26T16:55:39.219Z | Compiling libc v0.2.155 |
1178 | 2024-06-26T16:55:39.219Z | Compiling serde v1.0.203 |
1179 | 2024-06-26T16:55:39.219Z | Compiling autocfg v1.3.0 |
1180 | 2024-06-26T16:55:39.219Z | Compiling version_check v0.9.4 |
1181 | 2024-06-26T16:55:39.219Z | Compiling cfg-if v1.0.0 |
1182 | 2024-06-26T16:55:39.434Z | Compiling cc v1.0.97 |
1183 | 2024-06-26T16:55:39.457Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-06-26T16:55:39.483Z | Compiling once_cell v1.19.0 |
1185 | 2024-06-26T16:55:39.868Z | Compiling serde_json v1.0.117 |
1186 | 2024-06-26T16:55:39.885Z | Compiling libm v0.2.8 |
1187 | 2024-06-26T16:55:40.048Z | Compiling ahash v0.8.11 |
1188 | 2024-06-26T16:55:40.105Z | Compiling lock_api v0.4.12 |
1189 | 2024-06-26T16:55:40.160Z | Compiling byteorder v1.5.0 |
1190 | 2024-06-26T16:55:40.175Z | Compiling num-traits v0.2.19 |
1191 | 2024-06-26T16:55:40.337Z | Compiling memchr v2.7.2 |
1192 | 2024-06-26T16:55:40.368Z | Compiling thiserror v1.0.60 |
1193 | 2024-06-26T16:55:40.424Z | Compiling typenum v1.17.0 |
1194 | 2024-06-26T16:55:40.666Z | Compiling log v0.4.21 |
1195 | 2024-06-26T16:55:40.905Z | Compiling quote v1.0.36 |
1196 | 2024-06-26T16:55:41.065Z | Compiling itoa v1.0.11 |
1197 | 2024-06-26T16:55:41.289Z | Compiling syn v2.0.68 |
1198 | 2024-06-26T16:55:41.475Z | Compiling getrandom v0.2.14 |
1199 | 2024-06-26T16:55:41.519Z | Compiling generic-array v0.14.7 |
1200 | 2024-06-26T16:55:41.930Z | Compiling scopeguard v1.2.0 |
1201 | 2024-06-26T16:55:42.146Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-06-26T16:55:42.246Z | Compiling slab v0.4.9 |
1203 | 2024-06-26T16:55:42.544Z | Compiling ring v0.17.8 |
1204 | 2024-06-26T16:55:42.561Z | Compiling ryu v1.0.18 |
1205 | 2024-06-26T16:55:42.644Z | Compiling smallvec v1.13.2 |
1206 | 2024-06-26T16:55:42.872Z | Compiling semver v1.0.23 |
1207 | 2024-06-26T16:55:42.968Z | Compiling schemars v0.8.21 |
1208 | 2024-06-26T16:55:43.105Z | Compiling pin-project-lite v0.2.14 |
1209 | 2024-06-26T16:55:43.295Z | Compiling equivalent v1.0.1 |
1210 | 2024-06-26T16:55:43.385Z | Compiling pkg-config v0.3.30 |
1211 | 2024-06-26T16:55:43.414Z | Compiling vcpkg v0.2.15 |
1212 | 2024-06-26T16:55:43.578Z | Compiling parking_lot v0.12.2 |
1213 | 2024-06-26T16:55:44.070Z | Compiling signal-hook-registry v1.4.2 |
1214 | 2024-06-26T16:55:44.815Z | Compiling syn v1.0.109 |
1215 | 2024-06-26T16:55:45.196Z | Compiling openssl-sys v0.9.102 |
1216 | 2024-06-26T16:55:45.397Z | Compiling mio v0.8.11 |
1217 | 2024-06-26T16:55:46.130Z | Compiling rand_core v0.6.4 |
1218 | 2024-06-26T16:55:46.149Z | Compiling num_cpus v1.16.0 |
1219 | 2024-06-26T16:55:46.275Z | Compiling socket2 v0.5.7 |
1220 | 2024-06-26T16:55:46.504Z | Compiling time-core v0.1.2 |
1221 | 2024-06-26T16:55:46.674Z | Compiling num-conv v0.1.0 |
1222 | 2024-06-26T16:55:46.979Z | Compiling time-macros v0.2.18 |
1223 | 2024-06-26T16:55:47.295Z | Compiling httparse v1.8.0 |
1224 | 2024-06-26T16:55:47.664Z | Compiling futures-core v0.3.30 |
1225 | 2024-06-26T16:55:47.964Z | Compiling openssl v0.10.64 |
1226 | 2024-06-26T16:55:47.980Z | Compiling fnv v1.0.7 |
1227 | 2024-06-26T16:55:48.332Z | Compiling crossbeam-utils v0.8.19 |
1228 | 2024-06-26T16:55:48.357Z | Compiling iana-time-zone v0.1.60 |
1229 | 2024-06-26T16:55:48.547Z | Compiling rustix v0.38.34 |
1230 | 2024-06-26T16:55:48.730Z | Compiling serde_derive_internals v0.29.1 |
1231 | 2024-06-26T16:55:49.213Z | Compiling spin v0.9.8 |
1232 | 2024-06-26T16:55:49.486Z | Compiling native-tls v0.2.11 |
1233 | 2024-06-26T16:55:49.648Z | Compiling tinyvec_macros v0.1.1 |
1234 | 2024-06-26T16:55:49.738Z | Compiling rustls v0.21.12 |
1235 | 2024-06-26T16:55:49.788Z | Compiling tinyvec v1.6.0 |
1236 | 2024-06-26T16:55:50.106Z | Compiling subtle v2.5.0 |
1237 | 2024-06-26T16:55:50.219Z | Compiling ucd-trie v0.1.6 |
1238 | 2024-06-26T16:55:50.348Z | Compiling futures-sink v0.3.30 |
1239 | 2024-06-26T16:55:50.510Z | Compiling const-oid v0.9.6 |
1240 | 2024-06-26T16:55:50.960Z | Compiling backtrace v0.3.71 |
1241 | 2024-06-26T16:55:50.999Z | Compiling cookie v0.17.0 |
1242 | 2024-06-26T16:55:51.124Z | Compiling unicode-normalization v0.1.23 |
1243 | 2024-06-26T16:55:51.263Z | Compiling heck v0.5.0 |
1244 | 2024-06-26T16:55:51.334Z | Compiling heck v0.4.1 |
1245 | 2024-06-26T16:55:51.701Z | Compiling unicode-bidi v0.3.15 |
1246 | 2024-06-26T16:55:51.747Z | Compiling dyn-clone v1.0.17 |
1247 | 2024-06-26T16:55:52.173Z | Compiling slog v2.7.0 |
1248 | 2024-06-26T16:55:52.425Z | Compiling futures-channel v0.3.30 |
1249 | 2024-06-26T16:55:52.652Z | Compiling pin-utils v0.1.0 |
1250 | 2024-06-26T16:55:52.748Z | Compiling futures-io v0.3.30 |
1251 | 2024-06-26T16:55:52.997Z | Compiling futures-task v0.3.30 |
1252 | 2024-06-26T16:55:53.383Z | Compiling aho-corasick v1.1.3 |
1253 | 2024-06-26T16:55:53.552Z | Compiling regex-syntax v0.8.3 |
1254 | 2024-06-26T16:55:53.595Z | Compiling anyhow v1.0.86 |
1255 | 2024-06-26T16:55:54.243Z | Compiling winnow v0.5.40 |
1256 | 2024-06-26T16:55:54.455Z | Compiling serde_derive v1.0.203 |
1257 | 2024-06-26T16:55:55.531Z | Compiling zerocopy-derive v0.7.34 |
1258 | 2024-06-26T16:55:56.452Z | Compiling zeroize_derive v1.4.2 |
1259 | 2024-06-26T16:55:57.572Z | Compiling thiserror-impl v1.0.60 |
1260 | 2024-06-26T16:55:57.812Z | Compiling zerocopy v0.7.34 |
1261 | 2024-06-26T16:55:57.876Z | Compiling tokio-macros v2.2.0 |
1262 | 2024-06-26T16:55:57.894Z | Compiling futures-macro v0.3.30 |
1263 | 2024-06-26T16:55:58.316Z | Compiling schemars_derive v0.8.21 |
1264 | 2024-06-26T16:55:59.404Z | Compiling tracing-attributes v0.1.27 |
1265 | 2024-06-26T16:55:59.780Z | Compiling zeroize v1.7.0 |
1266 | 2024-06-26T16:55:59.963Z | Compiling hashbrown v0.14.5 |
1267 | 2024-06-26T16:56:00.578Z | Compiling openssl-macros v0.1.1 |
1268 | 2024-06-26T16:56:01.291Z | Compiling scroll_derive v0.12.0 |
1269 | 2024-06-26T16:56:01.317Z | Compiling pest v2.7.10 |
1270 | 2024-06-26T16:56:01.820Z | Compiling crypto-common v0.1.6 |
1271 | 2024-06-26T16:56:01.836Z | Compiling futures-util v0.3.30 |
1272 | 2024-06-26T16:56:02.665Z | Compiling der_derive v0.7.2 |
1273 | 2024-06-26T16:56:02.692Z | Compiling untrusted v0.9.0 |
1274 | 2024-06-26T16:56:02.764Z | Compiling block-buffer v0.10.4 |
1275 | 2024-06-26T16:56:03.367Z | Compiling regex-automata v0.4.6 |
1276 | 2024-06-26T16:56:04.072Z | Compiling pest_meta v2.7.10 |
1277 | 2024-06-26T16:56:04.988Z | Compiling tracing-core v0.1.32 |
1278 | 2024-06-26T16:56:07.397Z | Compiling pest_generator v2.7.10 |
1279 | 2024-06-26T16:56:08.295Z | Compiling bytes v1.6.0 |
1280 | 2024-06-26T16:56:08.999Z | Compiling indexmap v2.2.6 |
1281 | 2024-06-26T16:56:09.631Z | Compiling tokio v1.37.0 |
1282 | 2024-06-26T16:56:09.899Z | Compiling bitflags v2.5.0 |
1283 | 2024-06-26T16:56:10.212Z | Compiling uuid v1.8.0 |
1284 | 2024-06-26T16:56:10.494Z | Compiling chrono v0.4.38 |
1285 | 2024-06-26T16:56:10.748Z | Compiling serde_tokenstream v0.2.0 |
1286 | 2024-06-26T16:56:11.996Z | Compiling toml_datetime v0.6.6 |
1287 | 2024-06-26T16:56:12.456Z | Compiling serde_spanned v0.6.6 |
1288 | 2024-06-26T16:56:12.646Z | Compiling http v0.2.12 |
1289 | 2024-06-26T16:56:14.830Z | Compiling toml_edit v0.19.15 |
1290 | 2024-06-26T16:56:14.961Z | Compiling rustc_version v0.4.0 |
1291 | 2024-06-26T16:56:15.603Z | Compiling pest_derive v2.7.10 |
1292 | 2024-06-26T16:56:15.798Z | Compiling usdt-impl v0.5.0 |
1293 | 2024-06-26T16:56:16.125Z | Compiling powerfmt v0.2.0 |
1294 | 2024-06-26T16:56:16.380Z | Compiling rustversion v1.0.17 |
1295 | 2024-06-26T16:56:16.636Z | Compiling deranged v0.3.11 |
1296 | 2024-06-26T16:56:17.097Z | Compiling heapless v0.7.17 |
1297 | 2024-06-26T16:56:17.487Z | Compiling tracing v0.1.40 |
1298 | 2024-06-26T16:56:17.914Z | Compiling digest v0.10.7 |
1299 | 2024-06-26T16:56:18.293Z | Compiling scroll v0.12.0 |
1300 | 2024-06-26T16:56:18.860Z | Compiling signal-hook v0.3.17 |
1301 | 2024-06-26T16:56:19.124Z | Compiling percent-encoding v2.3.1 |
1302 | 2024-06-26T16:56:19.172Z | Compiling ppv-lite86 v0.2.17 |
1303 | 2024-06-26T16:56:19.605Z | Compiling num_threads v0.1.7 |
1304 | 2024-06-26T16:56:19.633Z | Compiling plain v0.2.3 |
1305 | 2024-06-26T16:56:19.734Z | Compiling time v0.3.36 |
1306 | 2024-06-26T16:56:19.805Z | Compiling goblin v0.8.2 |
1307 | 2024-06-26T16:56:19.945Z | Compiling rand_chacha v0.3.1 |
1308 | 2024-06-26T16:56:22.217Z | Compiling regex v1.10.4 |
1309 | 2024-06-26T16:56:23.328Z | Compiling strsim v0.11.1 |
1310 | 2024-06-26T16:56:23.900Z | Compiling pretty-hex v0.4.1 |
1311 | 2024-06-26T16:56:24.122Z | Compiling crc32fast v1.4.0 |
1312 | 2024-06-26T16:56:24.626Z | Compiling rand v0.8.5 |
1313 | 2024-06-26T16:56:24.823Z | Compiling tokio-util v0.7.11 |
1314 | 2024-06-26T16:56:26.123Z | Compiling dof v0.3.0 |
1315 | 2024-06-26T16:56:26.140Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-06-26T16:56:26.587Z | Compiling async-trait v0.1.80 |
1317 | 2024-06-26T16:56:27.231Z | Compiling thread-id v4.2.1 |
1318 | 2024-06-26T16:56:27.515Z | Compiling smoltcp v0.9.1 |
1319 | 2024-06-26T16:56:27.611Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1320 | 2024-06-26T16:56:27.999Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-06-26T16:56:28.003Z | Compiling base64ct v1.6.0 |
1322 | 2024-06-26T16:56:28.105Z | Compiling unicode-width v0.1.12 |
1323 | 2024-06-26T16:56:28.303Z | Compiling foreign-types v0.3.2 |
1324 | 2024-06-26T16:56:28.481Z | Compiling pem-rfc7468 v0.7.0 |
1325 | 2024-06-26T16:56:29.716Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-06-26T16:56:30.077Z | Compiling hmac v0.12.1 |
1327 | 2024-06-26T16:56:30.276Z | Compiling flagset v0.4.5 |
1328 | 2024-06-26T16:56:30.307Z | Compiling base64 v0.21.7 |
1329 | 2024-06-26T16:56:30.502Z | Compiling try-lock v0.2.5 |
1330 | 2024-06-26T16:56:30.666Z | Compiling adler v1.0.2 |
1331 | 2024-06-26T16:56:30.912Z | Compiling siphasher v0.3.11 |
1332 | 2024-06-26T16:56:30.980Z | Compiling want v0.3.1 |
1333 | 2024-06-26T16:56:31.191Z | Compiling miniz_oxide v0.7.2 |
1334 | 2024-06-26T16:56:31.237Z | Compiling der v0.7.9 |
1335 | 2024-06-26T16:56:33.415Z | Compiling sct v0.7.1 |
1336 | 2024-06-26T16:56:33.451Z | Compiling rustls-webpki v0.101.7 |
1337 | 2024-06-26T16:56:33.714Z | Compiling h2 v0.3.26 |
1338 | 2024-06-26T16:56:34.503Z | Compiling http-body v0.4.6 |
1339 | 2024-06-26T16:56:35.142Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-06-26T16:56:35.522Z | Compiling hubpack_derive v0.1.1 |
1341 | 2024-06-26T16:56:35.821Z | Compiling zerocopy-derive v0.6.6 |
1342 | 2024-06-26T16:56:36.259Z | Compiling idna v0.5.0 |
1343 | 2024-06-26T16:56:36.444Z | Compiling errno v0.3.9 |
1344 | 2024-06-26T16:56:36.689Z | Compiling fs-err v2.11.0 |
1345 | 2024-06-26T16:56:36.763Z | Compiling httpdate v1.0.3 |
1346 | 2024-06-26T16:56:36.967Z | Compiling finl_unicode v1.2.0 |
1347 | 2024-06-26T16:56:37.544Z | Compiling tower-service v0.3.2 |
1348 | 2024-06-26T16:56:37.676Z | Compiling openssl-probe v0.1.5 |
1349 | 2024-06-26T16:56:37.693Z | Compiling gimli v0.28.1 |
1350 | 2024-06-26T16:56:37.961Z | Compiling spin v0.5.2 |
1351 | 2024-06-26T16:56:38.208Z | Compiling stable_deref_trait v1.2.0 |
1352 | 2024-06-26T16:56:38.485Z | Compiling cpufeatures v0.2.12 |
1353 | 2024-06-26T16:56:38.584Z | Compiling anstyle v1.0.7 |
1354 | 2024-06-26T16:56:38.650Z | Compiling utf8parse v0.2.1 |
1355 | 2024-06-26T16:56:38.809Z | Compiling anstyle-parse v0.2.4 |
1356 | 2024-06-26T16:56:39.012Z | Compiling sha2 v0.10.8 |
1357 | 2024-06-26T16:56:39.582Z | Compiling stringprep v0.1.4 |
1358 | 2024-06-26T16:56:39.759Z | Compiling url v2.5.0 |
1359 | 2024-06-26T16:56:41.373Z | Compiling hyper v0.14.28 |
1360 | 2024-06-26T16:56:43.365Z | Compiling addr2line v0.21.0 |
1361 | 2024-06-26T16:56:44.170Z | Compiling spki v0.7.3 |
1362 | 2024-06-26T16:56:44.516Z | Compiling usdt-attr-macro v0.5.0 |
1363 | 2024-06-26T16:56:44.748Z | Compiling usdt-macro v0.5.0 |
1364 | 2024-06-26T16:56:46.075Z | Compiling md-5 v0.10.6 |
1365 | 2024-06-26T16:56:50.037Z | Compiling idna v0.3.0 |
1366 | 2024-06-26T16:56:50.422Z | Compiling diesel_table_macro_syntax v0.1.0 |
1367 | 2024-06-26T16:56:50.776Z | Compiling num-integer v0.1.46 |
1368 | 2024-06-26T16:56:51.419Z | Compiling object v0.32.2 |
1369 | 2024-06-26T16:56:51.486Z | Compiling hash32 v0.2.1 |
1370 | 2024-06-26T16:56:51.891Z | Compiling anstyle-query v1.0.3 |
1371 | 2024-06-26T16:56:54.087Z | Compiling psl-types v2.0.11 |
1372 | 2024-06-26T16:56:54.521Z | Compiling is_terminal_polyfill v1.70.0 |
1373 | 2024-06-26T16:56:54.650Z | Compiling rustc-demangle v0.1.24 |
1374 | 2024-06-26T16:56:56.923Z | Compiling colorchoice v1.0.1 |
1375 | 2024-06-26T16:56:57.184Z | Compiling fallible-iterator v0.2.0 |
1376 | 2024-06-26T16:56:57.347Z | Compiling anstream v0.6.14 |
1377 | 2024-06-26T16:56:57.876Z | Compiling postgres-protocol v0.6.6 |
1378 | 2024-06-26T16:56:59.123Z | Compiling lazy_static v1.4.0 |
1379 | 2024-06-26T16:56:59.289Z | Compiling publicsuffix v2.2.3 |
1380 | 2024-06-26T16:56:59.871Z | Compiling diesel_derives v2.1.4 |
1381 | 2024-06-26T16:57:01.611Z | Compiling tokio-rustls v0.24.1 |
1382 | 2024-06-26T16:57:06.045Z | Compiling pkcs8 v0.10.2 |
1383 | 2024-06-26T16:57:06.582Z | Compiling terminal_size v0.3.0 |
1384 | 2024-06-26T16:57:06.632Z | Compiling tokio-native-tls v0.3.1 |
1385 | 2024-06-26T16:57:06.909Z | Compiling phf_shared v0.11.2 |
1386 | 2024-06-26T16:57:07.968Z | Compiling strum_macros v0.25.3 |
1387 | 2024-06-26T16:57:08.092Z | Compiling block-padding v0.3.3 |
1388 | 2024-06-26T16:57:08.311Z | Compiling regress v0.9.1 |
1389 | 2024-06-26T16:57:08.623Z | Compiling enum-as-inner v0.5.1 |
1390 | 2024-06-26T16:57:09.618Z | Compiling serde_repr v0.1.19 |
1391 | 2024-06-26T16:57:09.674Z | Compiling clap_derive v4.5.4 |
1392 | 2024-06-26T16:57:11.859Z | Compiling ff v0.13.0 |
1393 | 2024-06-26T16:57:11.938Z | Compiling scheduled-thread-pool v0.2.7 |
1394 | 2024-06-26T16:57:12.452Z | Compiling encoding_rs v0.8.34 |
1395 | 2024-06-26T16:57:13.252Z | Compiling matches v0.1.10 |
1396 | 2024-06-26T16:57:13.349Z | Compiling managed v0.8.0 |
1397 | 2024-06-26T16:57:14.140Z | Compiling bitflags v1.3.2 |
1398 | 2024-06-26T16:57:14.221Z | Compiling ipnet v2.9.0 |
1399 | 2024-06-26T16:57:14.431Z | Compiling mime v0.3.17 |
1400 | 2024-06-26T16:57:15.084Z | Compiling bit-vec v0.6.3 |
1401 | 2024-06-26T16:57:15.275Z | Compiling clap_lex v0.7.0 |
1402 | 2024-06-26T16:57:15.493Z | Compiling either v1.12.0 |
1403 | 2024-06-26T16:57:15.511Z | Compiling base16ct v0.2.0 |
1404 | 2024-06-26T16:57:15.796Z | Compiling sec1 v0.7.3 |
1405 | 2024-06-26T16:57:15.929Z | Compiling clap_builder v4.5.2 |
1406 | 2024-06-26T16:57:16.360Z | Compiling idna v0.2.3 |
1407 | 2024-06-26T16:57:18.104Z | Compiling r2d2 v0.8.10 |
1408 | 2024-06-26T16:57:18.219Z | Compiling group v0.13.0 |
1409 | 2024-06-26T16:57:19.631Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1410 | 2024-06-26T16:57:22.327Z | Compiling inout v0.1.3 |
1411 | 2024-06-26T16:57:22.972Z | Compiling phf v0.11.2 |
1412 | 2024-06-26T16:57:23.034Z | Compiling hyper-tls v0.5.0 |
1413 | 2024-06-26T16:57:23.269Z | Compiling signal-hook-mio v0.2.3 |
1414 | 2024-06-26T16:57:23.376Z | Compiling hyper-rustls v0.24.2 |
1415 | 2024-06-26T16:57:23.418Z | Compiling cookie_store v0.20.0 |
1416 | 2024-06-26T16:57:23.435Z | Compiling postgres-types v0.2.6 |
1417 | 2024-06-26T16:57:23.722Z | Compiling num-bigint v0.4.5 |
1418 | 2024-06-26T16:57:24.035Z | Compiling zerocopy v0.6.6 |
1419 | 2024-06-26T16:57:24.842Z | Compiling hubpack v0.1.2 |
1420 | 2024-06-26T16:57:24.916Z | Compiling phf_shared v0.10.0 |
1421 | 2024-06-26T16:57:24.930Z | Compiling rustls-pemfile v1.0.4 |
1422 | 2024-06-26T16:57:25.263Z | Compiling hkdf v0.12.4 |
1423 | 2024-06-26T16:57:25.307Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2024-06-26T16:57:25.332Z | Compiling crossbeam-epoch v0.9.18 |
1425 | 2024-06-26T16:57:25.918Z | Compiling ipnetwork v0.20.0 |
1426 | 2024-06-26T16:57:26.560Z | Compiling futures-executor v0.3.30 |
1427 | 2024-06-26T16:57:27.073Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-06-26T16:57:27.587Z | Compiling float-cmp v0.9.0 |
1429 | 2024-06-26T16:57:27.679Z | Compiling memmap v0.7.0 |
1430 | 2024-06-26T16:57:28.004Z | Compiling predicates-core v1.0.6 |
1431 | 2024-06-26T16:57:28.236Z | Compiling static_assertions v1.1.0 |
1432 | 2024-06-26T16:57:28.339Z | Compiling precomputed-hash v0.1.1 |
1433 | 2024-06-26T16:57:28.355Z | Compiling winnow v0.6.8 |
1434 | 2024-06-26T16:57:29.110Z | Compiling minimal-lexical v0.2.1 |
1435 | 2024-06-26T16:57:29.609Z | Compiling fixedbitset v0.4.2 |
1436 | 2024-06-26T16:57:29.890Z | Compiling new_debug_unreachable v1.0.6 |
1437 | 2024-06-26T16:57:29.990Z | Compiling webpki-roots v0.25.4 |
1438 | 2024-06-26T16:57:30.150Z | Compiling whoami v1.5.1 |
1439 | 2024-06-26T16:57:30.509Z | Compiling difflib v0.4.0 |
1440 | 2024-06-26T16:57:30.544Z | Compiling sync_wrapper v0.1.2 |
1441 | 2024-06-26T16:57:30.735Z | Compiling data-encoding v2.6.0 |
1442 | 2024-06-26T16:57:30.780Z | Compiling normalize-line-endings v0.3.0 |
1443 | 2024-06-26T16:57:30.905Z | Compiling unicode-segmentation v1.11.0 |
1444 | 2024-06-26T16:57:31.705Z | Compiling similar v2.5.0 |
1445 | 2024-06-26T16:57:31.798Z | Compiling toml_edit v0.22.13 |
1446 | 2024-06-26T16:57:32.113Z | Compiling trust-dns-proto v0.22.0 |
1447 | 2024-06-26T16:57:32.391Z | Compiling predicates v3.1.0 |
1448 | 2024-06-26T16:57:32.556Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1449 | 2024-06-26T16:57:33.771Z | Compiling reqwest v0.11.27 |
1450 | 2024-06-26T16:57:33.960Z | Compiling tokio-postgres v0.7.10 |
1451 | 2024-06-26T16:57:34.047Z | Compiling string_cache v0.8.7 |
1452 | 2024-06-26T16:57:34.488Z | Compiling petgraph v0.6.5 |
1453 | 2024-06-26T16:57:36.530Z | Compiling elliptic-curve v0.13.8 |
1454 | 2024-06-26T16:57:37.316Z | Compiling nom v7.1.3 |
1455 | 2024-06-26T16:57:38.543Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1456 | 2024-06-26T16:57:39.410Z | Compiling usdt v0.5.0 |
1457 | 2024-06-26T16:57:40.040Z | Compiling futures v0.3.30 |
1458 | 2024-06-26T16:57:40.163Z | Compiling yasna v0.5.2 |
1459 | 2024-06-26T16:57:40.331Z | Compiling diesel v2.1.6 |
1460 | 2024-06-26T16:57:41.494Z | Compiling crossterm v0.27.0 |
1461 | 2024-06-26T16:57:41.600Z | Compiling flate2 v1.0.30 |
1462 | 2024-06-26T16:57:41.798Z | Compiling cipher v0.4.4 |
1463 | 2024-06-26T16:57:41.815Z | Compiling clap v4.5.4 |
1464 | 2024-06-26T16:57:42.512Z | Compiling itertools v0.12.1 |
1465 | 2024-06-26T16:57:42.631Z | Compiling itertools v0.10.5 |
1466 | 2024-06-26T16:57:42.667Z | Compiling bit-set v0.5.3 |
1467 | 2024-06-26T16:57:44.697Z | Compiling console v0.15.8 |
1468 | 2024-06-26T16:57:44.873Z | Compiling num-iter v0.1.45 |
1469 | 2024-06-26T16:57:45.601Z | Compiling tokio-stream v0.1.15 |
1470 | 2024-06-26T16:57:45.629Z | Compiling toml v0.7.8 |
1471 | 2024-06-26T16:57:45.816Z | Compiling bstr v1.9.1 |
1472 | 2024-06-26T16:57:45.853Z | Compiling hex v0.4.3 |
1473 | 2024-06-26T16:57:46.480Z | Compiling lalrpop-util v0.19.12 |
1474 | 2024-06-26T16:57:46.663Z | Compiling unicode-xid v0.2.4 |
1475 | 2024-06-26T16:57:46.827Z | Compiling peg-runtime v0.8.3 |
1476 | 2024-06-26T16:57:46.922Z | Compiling camino v1.1.7 |
1477 | 2024-06-26T16:57:47.444Z | Compiling proc-macro-crate v1.3.1 |
1478 | 2024-06-26T16:57:48.602Z | Compiling heapless v0.8.0 |
1479 | 2024-06-26T16:57:49.524Z | Compiling num_enum_derive v0.5.11 |
1480 | 2024-06-26T16:57:56.772Z | Compiling hash32 v0.3.1 |
1481 | 2024-06-26T16:57:57.053Z | Compiling smoltcp v0.11.0 |
1482 | 2024-06-26T16:57:57.683Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1483 | 2024-06-26T16:57:57.942Z | Compiling ident_case v1.0.1 |
1484 | 2024-06-26T16:57:59.400Z | Compiling rustls-pki-types v1.7.0 |
1485 | 2024-06-26T16:58:01.823Z | Compiling darling_core v0.20.9 |
1486 | 2024-06-26T16:58:11.861Z | Compiling num_enum v0.5.11 |
1487 | 2024-06-26T16:58:12.560Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1488 | 2024-06-26T16:58:12.970Z | Compiling getopts v0.2.21 |
1489 | 2024-06-26T16:58:14.269Z | Compiling dirs-sys-next v0.1.2 |
1490 | 2024-06-26T16:58:15.375Z | Compiling proc-macro-error-attr v1.0.4 |
1491 | 2024-06-26T16:58:15.651Z | Compiling embedded-io v0.4.0 |
1492 | 2024-06-26T16:58:15.768Z | Compiling paste v1.0.15 |
1493 | 2024-06-26T16:58:16.683Z | Compiling rustls v0.22.4 |
1494 | 2024-06-26T16:58:16.787Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1495 | 2024-06-26T16:58:16.946Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1496 | 2024-06-26T16:58:17.563Z | Compiling cobs v0.2.3 |
1497 | 2024-06-26T16:58:17.895Z | Compiling unsafe-libyaml v0.2.11 |
1498 | 2024-06-26T16:58:18.014Z | Compiling postcard v1.0.8 |
1499 | 2024-06-26T16:58:19.671Z | Compiling serde_yaml v0.9.34+deprecated |
1500 | 2024-06-26T16:58:21.689Z | Compiling dirs-next v2.0.0 |
1501 | 2024-06-26T16:58:22.805Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1502 | 2024-06-26T16:58:25.454Z | Compiling darling_macro v0.20.9 |
1503 | 2024-06-26T16:58:26.534Z | Compiling rustls-webpki v0.102.4 |
1504 | 2024-06-26T16:58:33.896Z | Compiling strum_macros v0.26.2 |
1505 | 2024-06-26T16:58:34.607Z | Compiling structmeta-derive v0.3.0 |
1506 | 2024-06-26T16:58:34.896Z | Compiling foreign-types-macros v0.2.3 |
1507 | 2024-06-26T16:58:36.002Z | Compiling thread_local v1.1.8 |
1508 | 2024-06-26T16:58:36.132Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1509 | 2024-06-26T16:58:36.423Z | Compiling proc-macro-error v1.0.4 |
1510 | 2024-06-26T16:58:36.710Z | Compiling multer v3.1.0 |
1511 | 2024-06-26T16:58:38.142Z | Compiling match_cfg v0.1.0 |
1512 | 2024-06-26T16:58:38.260Z | Compiling foreign-types-shared v0.3.1 |
1513 | 2024-06-26T16:58:38.972Z | Compiling slog-async v2.8.0 |
1514 | 2024-06-26T16:58:39.050Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1515 | 2024-06-26T16:58:39.327Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1516 | 2024-06-26T16:58:39.568Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1517 | 2024-06-26T16:58:43.056Z | Compiling strum v0.26.2 |
1518 | 2024-06-26T16:58:43.255Z | Compiling foreign-types v0.5.0 |
1519 | 2024-06-26T16:58:43.271Z | Compiling hostname v0.3.1 |
1520 | 2024-06-26T16:58:44.344Z | Compiling structmeta v0.3.0 |
1521 | 2024-06-26T16:58:49.863Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1522 | 2024-06-26T16:58:50.258Z | Compiling darling v0.20.9 |
1523 | 2024-06-26T16:58:53.103Z | Compiling term v0.7.0 |
1524 | 2024-06-26T16:58:59.656Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1525 | 2024-06-26T16:59:03.663Z | Compiling slog-json v2.6.1 |
1526 | 2024-06-26T16:59:04.749Z | Compiling tabwriter v1.4.0 |
1527 | 2024-06-26T16:59:04.752Z | Compiling crossbeam-channel v0.5.12 |
1528 | 2024-06-26T16:59:04.752Z | Compiling http v1.1.0 |
1529 | 2024-06-26T16:59:04.929Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1530 | 2024-06-26T16:59:05.660Z | Compiling async-stream-impl v0.3.5 |
1531 | 2024-06-26T16:59:05.677Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1532 | 2024-06-26T16:59:05.729Z | Compiling cstr-argument v0.1.2 |
1533 | 2024-06-26T16:59:05.854Z | Compiling is-terminal v0.4.12 |
1534 | 2024-06-26T16:59:05.986Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1535 | 2024-06-26T16:59:05.989Z | Compiling take_mut v0.2.2 |
1536 | 2024-06-26T16:59:06.146Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1537 | 2024-06-26T16:59:06.270Z | Compiling pretty-hex v0.2.1 |
1538 | 2024-06-26T16:59:06.415Z | Compiling atomic-waker v1.1.2 |
1539 | 2024-06-26T16:59:06.473Z | Compiling fastrand v2.1.0 |
1540 | 2024-06-26T16:59:06.511Z | Compiling crucible-workspace-hack v0.1.0 |
1541 | 2024-06-26T16:59:06.599Z | Compiling rayon-core v1.12.1 |
1542 | 2024-06-26T16:59:06.815Z | Compiling base64 v0.22.1 |
1543 | 2024-06-26T16:59:06.880Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1544 | 2024-06-26T16:59:07.200Z | Compiling async-stream v0.3.5 |
1545 | 2024-06-26T16:59:07.359Z | Compiling rustls-pemfile v2.1.2 |
1546 | 2024-06-26T16:59:07.547Z | Compiling tempfile v3.10.1 |
1547 | 2024-06-26T16:59:07.970Z | Compiling waitgroup v0.1.2 |
1548 | 2024-06-26T16:59:08.243Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1549 | 2024-06-26T16:59:08.645Z | Compiling slog-term v2.9.1 |
1550 | 2024-06-26T16:59:09.337Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1551 | 2024-06-26T16:59:09.407Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1552 | 2024-06-26T16:59:09.832Z | Compiling slog-bunyan v2.5.0 |
1553 | 2024-06-26T16:59:10.268Z | Compiling tokio-rustls v0.25.0 |
1554 | 2024-06-26T16:59:10.733Z | Compiling serde_with_macros v3.8.1 |
1555 | 2024-06-26T16:59:10.858Z | Compiling parse-display-derive v0.9.0 |
1556 | 2024-06-26T16:59:11.006Z | Compiling toml v0.8.13 |
1557 | 2024-06-26T16:59:11.429Z | Compiling sha1 v0.10.6 |
1558 | 2024-06-26T16:59:11.445Z | Compiling crossbeam-deque v0.8.5 |
1559 | 2024-06-26T16:59:11.847Z | Compiling colored v2.1.0 |
1560 | 2024-06-26T16:59:12.259Z | Compiling newtype-uuid v1.1.0 |
1561 | 2024-06-26T16:59:12.611Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1562 | 2024-06-26T16:59:13.189Z | Compiling serde_path_to_error v0.1.16 |
1563 | 2024-06-26T16:59:13.476Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1564 | 2024-06-26T16:59:14.203Z | Compiling hostname v0.4.0 |
1565 | 2024-06-26T16:59:14.239Z | Compiling socket2 v0.4.10 |
1566 | 2024-06-26T16:59:14.461Z | Compiling instant v0.1.12 |
1567 | 2024-06-26T16:59:14.643Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1568 | 2024-06-26T16:59:14.660Z | Compiling debug-ignore v1.0.5 |
1569 | 2024-06-26T16:59:14.936Z | Compiling parse-display v0.9.0 |
1570 | 2024-06-26T16:59:15.028Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1571 | 2024-06-26T16:59:16.845Z | Compiling backoff v0.4.0 |
1572 | 2024-06-26T16:59:17.221Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1573 | 2024-06-26T16:59:17.443Z | Compiling serde_with v3.8.1 |
1574 | 2024-06-26T16:59:17.792Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1575 | 2024-06-26T16:59:18.301Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1576 | 2024-06-26T16:59:19.686Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1577 | 2024-06-26T16:59:20.517Z | Compiling camino-tempfile v1.1.1 |
1578 | 2024-06-26T16:59:21.287Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1579 | 2024-06-26T16:59:21.710Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1580 | 2024-06-26T16:59:21.768Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1581 | 2024-06-26T16:59:21.906Z | Compiling macaddr v1.0.1 |
1582 | 2024-06-26T16:59:22.040Z | Compiling num-derive v0.4.2 |
1583 | 2024-06-26T16:59:22.537Z | Compiling sigpipe v0.1.3 |
1584 | 2024-06-26T16:59:22.679Z | Compiling libefi-sys v0.1.0 |
1585 | 2024-06-26T16:59:22.978Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1586 | 2024-06-26T16:59:23.542Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1587 | 2024-06-26T16:59:24.428Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1588 | 2024-06-26T16:59:24.507Z | Compiling rayon v1.10.0 |
1589 | 2024-06-26T16:59:24.597Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1590 | 2024-06-26T16:59:25.523Z | Compiling smf v0.2.3 |
1591 | 2024-06-26T16:59:25.983Z | Compiling blake3 v1.5.1 |
1592 | 2024-06-26T16:59:26.567Z | Compiling ring v0.16.20 |
1593 | 2024-06-26T16:59:26.883Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1594 | 2024-06-26T16:59:27.245Z | Compiling portable-atomic v1.6.0 |
1595 | 2024-06-26T16:59:28.348Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1596 | 2024-06-26T16:59:28.552Z | Compiling xattr v1.3.1 |
1597 | 2024-06-26T16:59:28.601Z | Compiling memmap2 v0.9.4 |
1598 | 2024-06-26T16:59:28.865Z | Compiling filetime v0.2.23 |
1599 | 2024-06-26T16:59:29.177Z | Compiling same-file v1.0.6 |
1600 | 2024-06-26T16:59:29.323Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1601 | 2024-06-26T16:59:29.443Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1602 | 2024-06-26T16:59:29.492Z | Compiling untrusted v0.7.1 |
1603 | 2024-06-26T16:59:29.681Z | Compiling arrayvec v0.7.4 |
1604 | 2024-06-26T16:59:30.173Z | Compiling arrayref v0.3.7 |
1605 | 2024-06-26T16:59:30.280Z | Compiling constant_time_eq v0.3.0 |
1606 | 2024-06-26T16:59:30.384Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1607 | 2024-06-26T16:59:30.549Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1608 | 2024-06-26T16:59:31.551Z | Compiling walkdir v2.5.0 |
1609 | 2024-06-26T16:59:32.789Z | Compiling tar v0.4.40 |
1610 | 2024-06-26T16:59:33.129Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1611 | 2024-06-26T16:59:34.318Z | Compiling cargo-platform v0.1.8 |
1612 | 2024-06-26T16:59:35.420Z | Compiling gethostname v0.4.3 |
1613 | 2024-06-26T16:59:35.436Z | Compiling topological-sort v0.2.2 |
1614 | 2024-06-26T16:59:35.692Z | Compiling number_prefix v0.4.0 |
1615 | 2024-06-26T16:59:35.707Z | Compiling omicron-zone-package v0.11.0 |
1616 | 2024-06-26T16:59:35.935Z | Compiling indicatif v0.17.8 |
1617 | 2024-06-26T16:59:36.994Z | Compiling cargo_metadata v0.18.1 |
1618 | 2024-06-26T16:59:40.642Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1619 | 2024-06-26T16:59:43.844Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1620 | 2024-06-26T16:59:44.684Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1621 | 2024-06-26T16:59:46.160Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1622 | 2024-06-26T17:00:06.029Z | Finished `release` profile [optimized] target(s) in 4m 29s |
1623 | 2024-06-26T17:00:06.146Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1624 | 2024-06-26T17:00:06.188Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1625 | 2024-06-26T17:00:06.191Z | Created new build target 'test' and set it as active |
1626 | 2024-06-26T17:00:06.191Z | |
1627 | 2024-06-26T17:00:06.191Z | real 4:29.208354243 |
1628 | 2024-06-26T17:00:06.191Z | user 30:15.810260291 |
1629 | 2024-06-26T17:00:06.191Z | sys 3:55.605129941 |
1630 | 2024-06-26T17:00:06.191Z | trap 0.887045980 |
1631 | 2024-06-26T17:00:06.191Z | tflt 2.865731716 |
1632 | 2024-06-26T17:00:06.191Z | dflt 1.383594250 |
1633 | 2024-06-26T17:00:06.191Z | kflt 0.012869161 |
1634 | 2024-06-26T17:00:06.191Z | lock 1:03:57.132523388 |
1635 | 2024-06-26T17:00:06.191Z | slp 1:25:34.512467299 |
1636 | 2024-06-26T17:00:06.191Z | lat 2:04.265978462 |
1637 | 2024-06-26T17:00:06.191Z | stop 2:59.826779778 |
1638 | 2024-06-26T17:00:06.192Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1639 | 2024-06-26T17:00:07.057Z | Finished `release` profile [optimized] target(s) in 0.82s |
1640 | 2024-06-26T17:00:07.096Z | Running `target/release/omicron-package -t test package` |
1641 | 2024-06-26T17:00:07.130Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1642 | 2024-06-26T17:00:08.117Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1643 | 2024-06-26T17:00:08.217Z | Compiling humantime v2.1.0 |
1644 | 2024-06-26T17:00:08.220Z | Compiling newline-converter v0.3.0 |
1645 | 2024-06-26T17:00:08.224Z | Compiling derive-where v1.2.7 |
1646 | 2024-06-26T17:00:08.226Z | Compiling dirs-sys-next v0.1.2 |
1647 | 2024-06-26T17:00:08.248Z | Compiling prettyplease v0.2.20 |
1648 | 2024-06-26T17:00:08.251Z | Compiling convert_case v0.4.0 |
1649 | 2024-06-26T17:00:08.270Z | Compiling camino v1.1.7 |
1650 | 2024-06-26T17:00:08.380Z | Compiling expectorate v1.1.0 |
1651 | 2024-06-26T17:00:08.434Z | Compiling dirs-next v2.0.0 |
1652 | 2024-06-26T17:00:08.517Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1653 | 2024-06-26T17:00:08.564Z | Compiling term v0.7.0 |
1654 | 2024-06-26T17:00:08.611Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1655 | 2024-06-26T17:00:08.702Z | Compiling password-hash v0.5.0 |
1656 | 2024-06-26T17:00:09.011Z | Compiling blake2 v0.10.6 |
1657 | 2024-06-26T17:00:09.050Z | Compiling derive_more v0.99.17 |
1658 | 2024-06-26T17:00:09.199Z | Compiling is-terminal v0.4.12 |
1659 | 2024-06-26T17:00:09.326Z | Compiling toml v0.8.13 |
1660 | 2024-06-26T17:00:09.852Z | Compiling argon2 v0.5.3 |
1661 | 2024-06-26T17:00:10.182Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1662 | 2024-06-26T17:00:10.615Z | Compiling semver v0.1.20 |
1663 | 2024-06-26T17:00:10.908Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1664 | 2024-06-26T17:00:10.961Z | Compiling rustc_version v0.1.7 |
1665 | 2024-06-26T17:00:11.196Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1666 | 2024-06-26T17:00:11.391Z | Compiling linked-hash-map v0.5.6 |
1667 | 2024-06-26T17:00:11.406Z | Compiling newtype_derive v0.1.6 |
1668 | 2024-06-26T17:00:11.420Z | Compiling rustls-pki-types v1.7.0 |
1669 | 2024-06-26T17:00:11.764Z | Compiling lru-cache v0.1.2 |
1670 | 2024-06-26T17:00:11.898Z | Compiling rustls-webpki v0.102.4 |
1671 | 2024-06-26T17:00:11.984Z | Compiling rustls v0.22.4 |
1672 | 2024-06-26T17:00:12.007Z | Compiling thread_local v1.1.8 |
1673 | 2024-06-26T17:00:12.203Z | Compiling home v0.5.9 |
1674 | 2024-06-26T17:00:12.390Z | Compiling match_cfg v0.1.0 |
1675 | 2024-06-26T17:00:12.445Z | Compiling steno v0.4.0 |
1676 | 2024-06-26T17:00:12.485Z | Compiling hostname v0.3.1 |
1677 | 2024-06-26T17:00:12.500Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1678 | 2024-06-26T17:00:12.700Z | Compiling multer v3.1.0 |
1679 | 2024-06-26T17:00:13.757Z | Compiling slog-async v2.8.0 |
1680 | 2024-06-26T17:00:13.828Z | Compiling slog-json v2.6.1 |
1681 | 2024-06-26T17:00:14.185Z | Compiling crossbeam-channel v0.5.12 |
1682 | 2024-06-26T17:00:14.245Z | Compiling http v1.1.0 |
1683 | 2024-06-26T17:00:15.075Z | Compiling slog-dtrace v0.3.0 |
1684 | 2024-06-26T17:00:15.241Z | Compiling base64 v0.22.1 |
1685 | 2024-06-26T17:00:16.371Z | Compiling take_mut v0.2.2 |
1686 | 2024-06-26T17:00:16.374Z | Compiling termcolor v1.4.1 |
1687 | 2024-06-26T17:00:16.374Z | Compiling atomic-waker v1.1.2 |
1688 | 2024-06-26T17:00:16.374Z | Compiling waitgroup v0.1.2 |
1689 | 2024-06-26T17:00:16.374Z | Compiling rustls-pemfile v2.1.2 |
1690 | 2024-06-26T17:00:16.648Z | Compiling slog-bunyan v2.5.0 |
1691 | 2024-06-26T17:00:16.753Z | Compiling slog-term v2.9.1 |
1692 | 2024-06-26T17:00:16.863Z | Compiling tokio-rustls v0.25.0 |
1693 | 2024-06-26T17:00:17.225Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1694 | 2024-06-26T17:00:17.248Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1695 | 2024-06-26T17:00:17.310Z | Compiling async-stream v0.3.5 |
1696 | 2024-06-26T17:00:17.313Z | Compiling sha1 v0.10.6 |
1697 | 2024-06-26T17:00:17.565Z | Compiling newtype-uuid v1.1.0 |
1698 | 2024-06-26T17:00:17.609Z | Compiling serde_path_to_error v0.1.16 |
1699 | 2024-06-26T17:00:17.735Z | Compiling hostname v0.4.0 |
1700 | 2024-06-26T17:00:17.865Z | Compiling instant v0.1.12 |
1701 | 2024-06-26T17:00:17.880Z | Compiling debug-ignore v1.0.5 |
1702 | 2024-06-26T17:00:17.959Z | Compiling backoff v0.4.0 |
1703 | 2024-06-26T17:00:18.010Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1704 | 2024-06-26T17:00:18.414Z | Compiling parse-display v0.9.0 |
1705 | 2024-06-26T17:00:18.953Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1706 | 2024-06-26T17:00:19.133Z | Compiling serde_with v3.8.1 |
1707 | 2024-06-26T17:00:19.855Z | Compiling strum v0.26.2 |
1708 | 2024-06-26T17:00:20.037Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1709 | 2024-06-26T17:00:21.098Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1710 | 2024-06-26T17:00:21.755Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1711 | 2024-06-26T17:00:21.775Z | Compiling num-rational v0.4.2 |
1712 | 2024-06-26T17:00:21.914Z | Compiling num-complex v0.4.6 |
1713 | 2024-06-26T17:00:22.846Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1714 | 2024-06-26T17:00:22.961Z | Compiling macaddr v1.0.1 |
1715 | 2024-06-26T17:00:23.130Z | Compiling quick-error v1.2.3 |
1716 | 2024-06-26T17:00:23.285Z | Compiling resolv-conf v0.7.0 |
1717 | 2024-06-26T17:00:23.393Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1718 | 2024-06-26T17:00:23.396Z | Compiling num v0.4.3 |
1719 | 2024-06-26T17:00:25.322Z | Compiling float-ord v0.3.2 |
1720 | 2024-06-26T17:00:25.495Z | Compiling radium v0.7.0 |
1721 | 2024-06-26T17:00:25.878Z | Compiling swrite v0.1.0 |
1722 | 2024-06-26T17:00:25.917Z | Compiling utf-8 v0.7.6 |
1723 | 2024-06-26T17:00:26.032Z | Compiling trust-dns-resolver v0.22.0 |
1724 | 2024-06-26T17:00:26.260Z | Compiling maybe-uninit v2.0.0 |
1725 | 2024-06-26T17:00:26.311Z | Compiling tap v1.0.1 |
1726 | 2024-06-26T17:00:26.491Z | Compiling wyz v0.5.1 |
1727 | 2024-06-26T17:00:26.993Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1728 | 2024-06-26T17:00:27.331Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1729 | 2024-06-26T17:00:27.752Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1730 | 2024-06-26T17:00:32.874Z | Compiling display-error-chain v0.2.0 |
1731 | 2024-06-26T17:00:33.059Z | Compiling funty v2.0.0 |
1732 | 2024-06-26T17:00:35.667Z | Compiling packed_struct v0.10.1 |
1733 | 2024-06-26T17:00:36.084Z | Compiling num-bigint-dig v0.8.4 |
1734 | 2024-06-26T17:00:36.365Z | Compiling crc-catalog v2.4.0 |
1735 | 2024-06-26T17:00:36.522Z | Compiling crc v3.2.1 |
1736 | 2024-06-26T17:00:38.012Z | Compiling bitvec v1.0.1 |
1737 | 2024-06-26T17:00:42.425Z | Compiling packed_struct_codegen v0.10.1 |
1738 | 2024-06-26T17:00:43.663Z | Compiling indexmap v1.9.3 |
1739 | 2024-06-26T17:00:43.952Z | Compiling crunchy v0.2.2 |
1740 | 2024-06-26T17:00:44.396Z | Compiling nodrop v0.1.14 |
1741 | 2024-06-26T17:00:44.531Z | Compiling glob v0.3.1 |
1742 | 2024-06-26T17:00:45.358Z | Compiling clang-sys v1.7.0 |
1743 | 2024-06-26T17:00:45.490Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1744 | 2024-06-26T17:00:46.034Z | Compiling array-init v0.0.4 |
1745 | 2024-06-26T17:00:47.528Z | Compiling smallvec v0.6.14 |
1746 | 2024-06-26T17:00:47.959Z | Compiling pkcs1 v0.7.5 |
1747 | 2024-06-26T17:00:49.124Z | Compiling signature v2.2.0 |
1748 | 2024-06-26T17:00:49.179Z | Compiling nibble_vec v0.1.0 |
1749 | 2024-06-26T17:00:49.381Z | Compiling cancel-safe-futures v0.1.5 |
1750 | 2024-06-26T17:00:49.406Z | Compiling bitfield v0.14.0 |
1751 | 2024-06-26T17:00:49.681Z | Compiling tiny-keccak v2.0.2 |
1752 | 2024-06-26T17:00:49.702Z | Compiling maplit v1.0.2 |
1753 | 2024-06-26T17:00:49.815Z | Compiling endian-type v0.1.2 |
1754 | 2024-06-26T17:00:49.943Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1755 | 2024-06-26T17:00:49.946Z | Compiling hashbrown v0.12.3 |
1756 | 2024-06-26T17:00:50.081Z | Compiling radix_trie v0.2.1 |
1757 | 2024-06-26T17:00:50.357Z | Compiling rsa v0.9.6 |
1758 | 2024-06-26T17:00:51.033Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1759 | 2024-06-26T17:00:51.921Z | Compiling serde-hex v0.1.0 |
1760 | 2024-06-26T17:00:52.389Z | Compiling bzip2 v0.4.4 |
1761 | 2024-06-26T17:00:52.991Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1762 | 2024-06-26T17:00:53.323Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1763 | 2024-06-26T17:00:54.389Z | Compiling env_logger v0.10.2 |
1764 | 2024-06-26T17:00:55.965Z | Compiling x509-cert v0.2.5 |
1765 | 2024-06-26T17:00:57.118Z | Compiling ron v0.8.1 |
1766 | 2024-06-26T17:00:57.399Z | Compiling hashbrown v0.13.2 |
1767 | 2024-06-26T17:00:57.588Z | Compiling crc-any v2.5.0 |
1768 | 2024-06-26T17:00:58.752Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1769 | 2024-06-26T17:00:58.990Z | Compiling object v0.30.4 |
1770 | 2024-06-26T17:01:00.507Z | Compiling zip v0.6.6 |
1771 | 2024-06-26T17:01:03.353Z | Compiling rayon-core v1.12.1 |
1772 | 2024-06-26T17:01:03.378Z | Compiling ascii-canvas v3.0.0 |
1773 | 2024-06-26T17:01:03.886Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1774 | 2024-06-26T17:01:04.080Z | Compiling crossbeam-deque v0.8.5 |
1775 | 2024-06-26T17:01:04.423Z | Compiling ena v0.14.3 |
1776 | 2024-06-26T17:01:04.835Z | Compiling libloading v0.8.3 |
1777 | 2024-06-26T17:01:05.230Z | Compiling half v2.4.1 |
1778 | 2024-06-26T17:01:05.894Z | Compiling arc-swap v1.7.1 |
1779 | 2024-06-26T17:01:06.567Z | Compiling path-slash v0.1.5 |
1780 | 2024-06-26T17:01:06.813Z | Compiling regex-syntax v0.6.29 |
1781 | 2024-06-26T17:01:07.930Z | Compiling bindgen v0.69.4 |
1782 | 2024-06-26T17:01:08.027Z | Compiling same-file v1.0.6 |
1783 | 2024-06-26T17:01:08.251Z | Compiling fastrand v2.1.0 |
1784 | 2024-06-26T17:01:08.364Z | Compiling ciborium-io v0.2.2 |
1785 | 2024-06-26T17:01:08.503Z | Compiling diff v0.1.13 |
1786 | 2024-06-26T17:01:08.754Z | Compiling tempfile v3.10.1 |
1787 | 2024-06-26T17:01:09.067Z | Compiling ciborium-ll v0.2.2 |
1788 | 2024-06-26T17:01:09.553Z | Compiling walkdir v2.5.0 |
1789 | 2024-06-26T17:01:09.570Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1790 | 2024-06-26T17:01:10.229Z | Compiling lalrpop v0.19.12 |
1791 | 2024-06-26T17:01:12.039Z | Compiling slog-scope v4.4.0 |
1792 | 2024-06-26T17:01:14.473Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1793 | 2024-06-26T17:01:14.517Z | Compiling which v4.4.2 |
1794 | 2024-06-26T17:01:15.075Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1795 | 2024-06-26T17:01:15.291Z | Compiling cexpr v0.6.0 |
1796 | 2024-06-26T17:01:15.585Z | Compiling fxhash v0.2.1 |
1797 | 2024-06-26T17:01:15.809Z | Compiling lazycell v1.3.0 |
1798 | 2024-06-26T17:01:15.981Z | Compiling ref-cast v1.0.23 |
1799 | 2024-06-26T17:01:16.442Z | Compiling rustc-hash v1.1.0 |
1800 | 2024-06-26T17:01:16.615Z | Compiling shlex v1.3.0 |
1801 | 2024-06-26T17:01:17.105Z | Compiling ring v0.16.20 |
1802 | 2024-06-26T17:01:19.742Z | Compiling blake3 v1.5.1 |
1803 | 2024-06-26T17:01:20.129Z | Compiling rayon v1.10.0 |
1804 | 2024-06-26T17:01:21.406Z | Compiling slog-stdlog v4.1.1 |
1805 | 2024-06-26T17:01:22.328Z | Compiling ciborium v0.2.2 |
1806 | 2024-06-26T17:01:23.336Z | Compiling tungstenite v0.21.0 |
1807 | 2024-06-26T17:01:24.496Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1808 | 2024-06-26T17:01:24.774Z | Compiling derive_builder_core v0.20.0 |
1809 | 2024-06-26T17:01:24.885Z | Compiling headers-core v0.2.0 |
1810 | 2024-06-26T17:01:25.055Z | Compiling xattr v1.3.1 |
1811 | 2024-06-26T17:01:25.325Z | Compiling libxml v0.3.3 |
1812 | 2024-06-26T17:01:25.656Z | Compiling ref-cast-impl v1.0.23 |
1813 | 2024-06-26T17:01:25.672Z | Compiling memmap2 v0.9.4 |
1814 | 2024-06-26T17:01:26.089Z | Compiling filetime v0.2.23 |
1815 | 2024-06-26T17:01:26.414Z | Compiling atty v0.2.14 |
1816 | 2024-06-26T17:01:26.567Z | Compiling arrayvec v0.7.4 |
1817 | 2024-06-26T17:01:26.824Z | Compiling constant_time_eq v0.3.0 |
1818 | 2024-06-26T17:01:26.971Z | Compiling arrayref v0.3.7 |
1819 | 2024-06-26T17:01:26.986Z | Compiling untrusted v0.7.1 |
1820 | 2024-06-26T17:01:27.013Z | Compiling derive_builder_macro v0.20.0 |
1821 | 2024-06-26T17:01:27.990Z | Compiling tar v0.4.40 |
1822 | 2024-06-26T17:01:28.547Z | Compiling headers v0.3.9 |
1823 | 2024-06-26T17:01:28.597Z | Compiling tokio-tungstenite v0.21.0 |
1824 | 2024-06-26T17:01:29.179Z | Compiling slog-envlogger v2.2.0 |
1825 | 2024-06-26T17:01:29.800Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1826 | 2024-06-26T17:01:30.526Z | Compiling toolchain_find v0.4.0 |
1827 | 2024-06-26T17:01:30.885Z | Compiling samael v0.0.15 |
1828 | 2024-06-26T17:01:31.074Z | Compiling camino-tempfile v1.1.1 |
1829 | 2024-06-26T17:01:31.102Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1830 | 2024-06-26T17:01:31.380Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1831 | 2024-06-26T17:01:31.488Z | Compiling pem v3.0.4 |
1832 | 2024-06-26T17:01:31.646Z | Compiling libsw v3.3.1 |
1833 | 2024-06-26T17:01:32.023Z | Compiling strum_macros v0.24.3 |
1834 | 2024-06-26T17:01:32.383Z | Compiling async-recursion v1.1.1 |
1835 | 2024-06-26T17:01:32.488Z | Compiling cookie v0.18.1 |
1836 | 2024-06-26T17:01:32.786Z | Compiling topological-sort v0.2.2 |
1837 | 2024-06-26T17:01:33.010Z | Compiling owo-colors v4.0.0 |
1838 | 2024-06-26T17:01:33.028Z | Compiling linear-map v1.2.0 |
1839 | 2024-06-26T17:01:33.055Z | Compiling indoc v1.0.9 |
1840 | 2024-06-26T17:01:33.433Z | Compiling omicron-zone-package v0.11.0 |
1841 | 2024-06-26T17:01:33.977Z | Compiling rustfmt-wrapper v0.2.1 |
1842 | 2024-06-26T17:01:35.431Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1843 | 2024-06-26T17:01:35.917Z | Compiling derive_builder v0.20.0 |
1844 | 2024-06-26T17:01:36.109Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1845 | 2024-06-26T17:01:36.389Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1846 | 2024-06-26T17:01:36.666Z | Compiling quick-xml v0.31.0 |
1847 | 2024-06-26T17:01:37.160Z | Compiling polar-core v0.27.3 |
1848 | 2024-06-26T17:01:38.452Z | Compiling impl-trait-for-tuples v0.2.2 |
1849 | 2024-06-26T17:01:38.971Z | Compiling oso-derive v0.27.3 |
1850 | 2024-06-26T17:01:39.768Z | Compiling vte_generate_state_changes v0.1.1 |
1851 | 2024-06-26T17:01:39.950Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1852 | 2024-06-26T17:01:40.230Z | Compiling unicase v2.7.0 |
1853 | 2024-06-26T17:01:40.334Z | Compiling cfg_aliases v0.1.1 |
1854 | 2024-06-26T17:01:40.441Z | Compiling buf-list v1.0.3 |
1855 | 2024-06-26T17:01:40.529Z | Compiling nix v0.28.0 |
1856 | 2024-06-26T17:01:41.053Z | Compiling vte v0.11.1 |
1857 | 2024-06-26T17:01:41.336Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1858 | 2024-06-26T17:01:42.888Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1859 | 2024-06-26T17:01:44.397Z | Compiling tungstenite v0.20.1 |
1860 | 2024-06-26T17:01:45.005Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1861 | 2024-06-26T17:01:45.281Z | Compiling fd-lock v4.0.2 |
1862 | 2024-06-26T17:01:45.509Z | Compiling bb8 v0.8.3 |
1863 | 2024-06-26T17:01:46.010Z | Compiling const_format_proc_macros v0.2.32 |
1864 | 2024-06-26T17:01:47.759Z | Compiling pin-project-internal v1.1.5 |
1865 | 2024-06-26T17:01:48.017Z | Compiling memoffset v0.9.1 |
1866 | 2024-06-26T17:01:48.317Z | Compiling parking_lot_core v0.8.6 |
1867 | 2024-06-26T17:01:48.721Z | Compiling bytecount v0.6.8 |
1868 | 2024-06-26T17:01:49.015Z | Compiling papergrid v0.11.0 |
1869 | 2024-06-26T17:01:49.766Z | Compiling const_format v0.2.32 |
1870 | 2024-06-26T17:01:50.484Z | Compiling pin-project v1.1.5 |
1871 | 2024-06-26T17:01:50.629Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1872 | 2024-06-26T17:01:50.943Z | Compiling tokio-tungstenite v0.20.1 |
1873 | 2024-06-26T17:01:51.325Z | Compiling strip-ansi-escapes v0.2.0 |
1874 | 2024-06-26T17:01:52.085Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1875 | 2024-06-26T17:01:52.865Z | Compiling tabled_derive v0.7.0 |
1876 | 2024-06-26T17:01:54.166Z | Compiling snafu-derive v0.8.2 |
1877 | 2024-06-26T17:01:55.216Z | Compiling nu-ansi-term v0.50.0 |
1878 | 2024-06-26T17:01:56.562Z | Compiling reedline v0.31.0 |
1879 | 2024-06-26T17:01:57.938Z | Compiling tabled v0.15.0 |
1880 | 2024-06-26T17:01:59.333Z | Compiling snafu v0.8.2 |
1881 | 2024-06-26T17:02:07.339Z | Compiling oso v0.27.3 |
1882 | 2024-06-26T17:02:20.087Z | Compiling env_logger v0.9.3 |
1883 | 2024-06-26T17:02:20.219Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1884 | 2024-06-26T17:02:24.622Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-06-26T17:02:25.132Z | Compiling globset v0.4.14 |
1886 | 2024-06-26T17:02:25.480Z | Compiling olpc-cjson v0.1.3 |
1887 | 2024-06-26T17:02:25.812Z | Compiling peg-macros v0.8.3 |
1888 | 2024-06-26T17:02:27.303Z | Compiling bitstruct_derive v0.1.0 |
1889 | 2024-06-26T17:02:28.583Z | Compiling serde_plain v1.0.2 |
1890 | 2024-06-26T17:02:28.676Z | Compiling sqlparser_derive v0.2.2 |
1891 | 2024-06-26T17:02:29.092Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-06-26T17:02:29.234Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1893 | 2024-06-26T17:02:29.258Z | Compiling unicode_categories v0.1.1 |
1894 | 2024-06-26T17:02:29.542Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1895 | 2024-06-26T17:02:29.614Z | Compiling signature v1.6.4 |
1896 | 2024-06-26T17:02:29.739Z | Compiling ascii v1.1.0 |
1897 | 2024-06-26T17:02:29.790Z | Compiling typed-path v0.7.1 |
1898 | 2024-06-26T17:02:29.878Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1899 | 2024-06-26T17:02:30.163Z | Compiling salty v0.2.0 |
1900 | 2024-06-26T17:02:30.226Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1901 | 2024-06-26T17:02:30.442Z | Compiling rustyline v14.0.0 |
1902 | 2024-06-26T17:02:30.597Z | Compiling ed25519 v1.5.3 |
1903 | 2024-06-26T17:02:30.912Z | Compiling sqlparser v0.45.0 |
1904 | 2024-06-26T17:02:32.710Z | Compiling tough v0.17.1 |
1905 | 2024-06-26T17:02:33.097Z | Compiling sqlformat v0.2.3 |
1906 | 2024-06-26T17:02:36.608Z | Compiling peg v0.8.3 |
1907 | 2024-06-26T17:02:36.742Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-06-26T17:02:37.039Z | Compiling bitstruct v0.1.1 |
1909 | 2024-06-26T17:02:37.065Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-06-26T17:02:37.510Z | Compiling parking_lot v0.11.2 |
1911 | 2024-06-26T17:02:37.582Z | Compiling nix v0.27.1 |
1912 | 2024-06-26T17:02:39.586Z | Compiling trust-dns-client v0.22.0 |
1913 | 2024-06-26T17:02:40.605Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1914 | 2024-06-26T17:02:40.925Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1915 | 2024-06-26T17:02:42.784Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-06-26T17:02:43.986Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-06-26T17:02:44.220Z | Compiling curve25519-dalek v4.1.3 |
1918 | 2024-06-26T17:02:44.621Z | Compiling bcs v0.1.6 |
1919 | 2024-06-26T17:02:45.524Z | Compiling kstat-rs v0.2.4 |
1920 | 2024-06-26T17:02:45.900Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1921 | 2024-06-26T17:02:46.231Z | Compiling toml v0.5.11 |
1922 | 2024-06-26T17:02:46.745Z | Compiling serde_arrays v0.1.0 |
1923 | 2024-06-26T17:02:46.956Z | Compiling serde-big-array v0.5.1 |
1924 | 2024-06-26T17:02:48.076Z | Compiling erased-serde v0.3.31 |
1925 | 2024-06-26T17:02:49.871Z | Compiling highway v1.1.0 |
1926 | 2024-06-26T17:02:50.343Z | Compiling keccak v0.1.5 |
1927 | 2024-06-26T17:02:51.248Z | Compiling parse-size v1.0.0 |
1928 | 2024-06-26T17:02:51.347Z | Compiling sha3 v0.10.8 |
1929 | 2024-06-26T17:02:51.556Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1930 | 2024-06-26T17:02:55.503Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1931 | 2024-06-26T17:03:08.790Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1932 | 2024-06-26T17:03:10.416Z | Compiling trust-dns-server v0.22.1 |
1933 | 2024-06-26T17:03:22.657Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1934 | 2024-06-26T17:03:23.183Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1935 | 2024-06-26T17:03:30.849Z | Compiling sled v0.34.7 |
1936 | 2024-06-26T17:03:31.443Z | Compiling mime_guess v2.0.4 |
1937 | 2024-06-26T17:03:36.384Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1938 | 2024-06-26T17:03:37.436Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1939 | 2024-06-26T17:03:38.951Z | Compiling signal-hook-tokio v0.3.1 |
1940 | 2024-06-26T17:03:39.178Z | Compiling universal-hash v0.5.1 |
1941 | 2024-06-26T17:03:39.424Z | Compiling heck v0.3.3 |
1942 | 2024-06-26T17:03:39.911Z | Compiling secrecy v0.8.0 |
1943 | 2024-06-26T17:03:40.194Z | Compiling rand_seeder v0.2.3 |
1944 | 2024-06-26T17:03:40.590Z | Compiling castaway v0.2.2 |
1945 | 2024-06-26T17:03:40.787Z | Compiling thiserror-impl-no-std v2.0.2 |
1946 | 2024-06-26T17:03:43.620Z | Compiling serde-big-array v0.4.1 |
1947 | 2024-06-26T17:03:43.833Z | Compiling nanorand v0.7.0 |
1948 | 2024-06-26T17:03:44.602Z | Compiling curve25519-dalek-derive v0.1.1 |
1949 | 2024-06-26T17:03:46.034Z | Compiling opaque-debug v0.3.1 |
1950 | 2024-06-26T17:03:46.147Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1951 | 2024-06-26T17:03:46.463Z | Compiling poly1305 v0.8.0 |
1952 | 2024-06-26T17:03:49.566Z | Compiling flume v0.11.0 |
1953 | 2024-06-26T17:03:50.330Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1954 | 2024-06-26T17:03:51.722Z | Compiling thiserror-no-std v2.0.2 |
1955 | 2024-06-26T17:03:51.857Z | Compiling compact_str v0.7.1 |
1956 | 2024-06-26T17:03:53.443Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1957 | 2024-06-26T17:03:53.673Z | Compiling zone_cfg_derive v0.1.2 |
1958 | 2024-06-26T17:03:55.092Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1959 | 2024-06-26T17:03:56.392Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1960 | 2024-06-26T17:03:56.748Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1961 | 2024-06-26T17:04:05.396Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-06-26T17:04:06.041Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1963 | 2024-06-26T17:04:06.101Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1964 | 2024-06-26T17:04:12.471Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1965 | 2024-06-26T17:04:13.464Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1966 | 2024-06-26T17:04:13.777Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1967 | 2024-06-26T17:04:14.055Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1968 | 2024-06-26T17:04:14.329Z | Compiling chacha20 v0.9.1 |
1969 | 2024-06-26T17:04:14.796Z | Compiling aead v0.5.2 |
1970 | 2024-06-26T17:04:15.149Z | Compiling lru v0.12.3 |
1971 | 2024-06-26T17:04:15.509Z | Compiling stability v0.2.0 |
1972 | 2024-06-26T17:04:16.506Z | Compiling cassowary v0.3.0 |
1973 | 2024-06-26T17:04:20.277Z | Compiling corncobs v0.1.3 |
1974 | 2024-06-26T17:04:20.629Z | Compiling base64 v0.13.1 |
1975 | 2024-06-26T17:04:20.642Z | Compiling indoc v2.0.5 |
1976 | 2024-06-26T17:04:21.368Z | Compiling ron v0.7.1 |
1977 | 2024-06-26T17:04:21.618Z | Compiling ratatui v0.26.2 |
1978 | 2024-06-26T17:04:22.539Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1979 | 2024-06-26T17:04:23.144Z | Compiling chacha20poly1305 v0.10.1 |
1980 | 2024-06-26T17:04:23.342Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1981 | 2024-06-26T17:04:23.375Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-06-26T17:04:25.622Z | Compiling zone v0.1.8 |
1983 | 2024-06-26T17:04:26.730Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1984 | 2024-06-26T17:04:28.833Z | Compiling vsss-rs v3.3.4 |
1985 | 2024-06-26T17:04:33.503Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1986 | 2024-06-26T17:04:34.251Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1987 | 2024-06-26T17:04:35.730Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1988 | 2024-06-26T17:04:38.101Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1989 | 2024-06-26T17:04:38.565Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1990 | 2024-06-26T17:04:38.853Z | Compiling portpicker v0.1.1 |
1991 | 2024-06-26T17:04:39.389Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1992 | 2024-06-26T17:04:41.625Z | Compiling csv-core v0.1.11 |
1993 | 2024-06-26T17:04:41.757Z | Compiling smawk v0.3.2 |
1994 | 2024-06-26T17:04:42.011Z | Compiling http-range v0.1.5 |
1995 | 2024-06-26T17:04:42.580Z | Compiling unicode-linebreak v0.1.5 |
1996 | 2024-06-26T17:04:43.118Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1997 | 2024-06-26T17:04:43.246Z | Compiling textwrap v0.16.1 |
1998 | 2024-06-26T17:04:44.389Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1999 | 2024-06-26T17:04:45.302Z | Compiling hyper-staticfile v0.9.5 |
2000 | 2024-06-26T17:04:46.968Z | Compiling csv v1.3.0 |
2001 | 2024-06-26T17:04:48.428Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2002 | 2024-06-26T17:04:55.126Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2003 | 2024-06-26T17:04:56.650Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2004 | 2024-06-26T17:04:56.676Z | Compiling rcgen v0.12.1 |
2005 | 2024-06-26T17:04:59.706Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2006 | 2024-06-26T17:05:00.168Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2007 | 2024-06-26T17:05:00.445Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2008 | 2024-06-26T17:05:07.024Z | Compiling atomicwrites v0.4.3 |
2009 | 2024-06-26T17:05:07.373Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2010 | 2024-06-26T17:05:07.551Z | Compiling fatfs v0.3.6 |
2011 | 2024-06-26T17:05:08.910Z | Compiling subprocess v0.2.9 |
2012 | 2024-06-26T17:05:09.206Z | Compiling rtoolbox v0.0.2 |
2013 | 2024-06-26T17:05:09.658Z | Compiling assert_matches v1.5.0 |
2014 | 2024-06-26T17:05:09.783Z | Compiling is_ci v1.2.0 |
2015 | 2024-06-26T17:05:10.085Z | Compiling supports-color v3.0.0 |
2016 | 2024-06-26T17:05:10.369Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2017 | 2024-06-26T17:05:10.730Z | Compiling rpassword v7.3.1 |
2018 | 2024-06-26T17:05:11.201Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2019 | 2024-06-26T17:05:11.531Z | Compiling tui-tree-widget v0.19.0 |
2020 | 2024-06-26T17:05:11.949Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2021 | 2024-06-26T17:05:13.978Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2022 | 2024-06-26T17:05:17.659Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2023 | 2024-06-26T17:05:17.948Z | Compiling shell-words v1.1.0 |
2024 | 2024-06-26T17:05:18.406Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2025 | 2024-06-26T17:05:20.253Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2026 | 2024-06-26T17:05:32.291Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2027 | 2024-06-26T17:05:47.323Z | Compiling multimap v0.10.0 |
2028 | 2024-06-26T17:05:47.720Z | Compiling uzers v0.11.3 |
2029 | 2024-06-26T17:05:50.628Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2030 | 2024-06-26T17:07:48.555Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2031 | 2024-06-26T17:08:13.754Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2032 | 2024-06-26T17:14:18.163Z | Finished `release` profile [optimized] target(s) in 14m 10s |
2033 | 2024-06-26T17:15:05.295Z | |
2034 | 2024-06-26T17:15:05.298Z | real 14:58.971476327 |
2035 | 2024-06-26T17:15:05.298Z | user 1:43:38.743575687 |
2036 | 2024-06-26T17:15:05.298Z | sys 5:41.012217660 |
2037 | 2024-06-26T17:15:05.298Z | trap 2.344218005 |
2038 | 2024-06-26T17:15:05.299Z | tflt 2.176883573 |
2039 | 2024-06-26T17:15:05.299Z | dflt 3.293750436 |
2040 | 2024-06-26T17:15:05.299Z | kflt 0.052087115 |
2041 | 2024-06-26T17:15:05.299Z | lock 6:15:00.730824278 |
2042 | 2024-06-26T17:15:05.299Z | slp 4:03:01.376312979 |
2043 | 2024-06-26T17:15:05.299Z | lat 2:33.283089374 |
2044 | 2024-06-26T17:15:05.299Z | stop 1:58.110348019 |
2045 | 2024-06-26T17:15:05.299Z | + mapfile -t packages |
2046 | 2024-06-26T17:15:05.299Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2047 | 2024-06-26T17:15:06.152Z | Finished `release` profile [optimized] target(s) in 0.81s |
2048 | 2024-06-26T17:15:06.192Z | Running `target/release/omicron-package -t test list-outputs` |
2049 | 2024-06-26T17:15:06.229Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2050 | 2024-06-26T17:15:06.232Z | + ptime -m cargo build --locked --release -p xtask |
2051 | 2024-06-26T17:15:06.811Z | Compiling serde v1.0.203 |
2052 | 2024-06-26T17:15:06.814Z | Compiling bitflags v2.5.0 |
2053 | 2024-06-26T17:15:06.814Z | Compiling syn v2.0.68 |
2054 | 2024-06-26T17:15:06.906Z | Compiling bytes v1.6.0 |
2055 | 2024-06-26T17:15:06.913Z | Compiling smallvec v1.13.2 |
2056 | 2024-06-26T17:15:06.916Z | Compiling scopeguard v1.2.0 |
2057 | 2024-06-26T17:15:06.944Z | Compiling serde_json v1.0.117 |
2058 | 2024-06-26T17:15:07.062Z | Compiling lock_api v0.4.12 |
2059 | 2024-06-26T17:15:07.257Z | Compiling log v0.4.21 |
2060 | 2024-06-26T17:15:07.372Z | Compiling parking_lot_core v0.9.10 |
2061 | 2024-06-26T17:15:07.395Z | Compiling hashbrown v0.14.5 |
2062 | 2024-06-26T17:15:07.439Z | Compiling mio v0.8.11 |
2063 | 2024-06-26T17:15:07.537Z | Compiling libc v0.2.155 |
2064 | 2024-06-26T17:15:07.730Z | Compiling generic-array v0.14.7 |
2065 | 2024-06-26T17:15:07.778Z | Compiling parking_lot v0.12.2 |
2066 | 2024-06-26T17:15:08.049Z | Compiling slog v2.7.0 |
2067 | 2024-06-26T17:15:08.356Z | Compiling http v0.2.12 |
2068 | 2024-06-26T17:15:08.592Z | Compiling rustix v0.38.34 |
2069 | 2024-06-26T17:15:08.779Z | Compiling indexmap v2.2.6 |
2070 | 2024-06-26T17:15:08.851Z | Compiling usdt-impl v0.5.0 |
2071 | 2024-06-26T17:15:09.021Z | Compiling syn v1.0.109 |
2072 | 2024-06-26T17:15:09.177Z | Compiling time-macros v0.2.18 |
2073 | 2024-06-26T17:15:09.602Z | Compiling thread-id v4.2.1 |
2074 | 2024-06-26T17:15:09.613Z | Compiling tracing v0.1.40 |
2075 | 2024-06-26T17:15:10.359Z | Compiling crossbeam-utils v0.8.19 |
2076 | 2024-06-26T17:15:10.377Z | Compiling http-body v0.4.6 |
2077 | 2024-06-26T17:15:10.935Z | Compiling unicode-normalization v0.1.23 |
2078 | 2024-06-26T17:15:11.045Z | Compiling unicode-bidi v0.3.15 |
2079 | 2024-06-26T17:15:11.180Z | Compiling block-buffer v0.10.4 |
2080 | 2024-06-26T17:15:11.418Z | Compiling crypto-common v0.1.6 |
2081 | 2024-06-26T17:15:12.229Z | Compiling idna v0.5.0 |
2082 | 2024-06-26T17:15:12.269Z | Compiling time v0.3.36 |
2083 | 2024-06-26T17:15:13.154Z | Compiling terminal_size v0.3.0 |
2084 | 2024-06-26T17:15:13.374Z | Compiling fs-err v2.11.0 |
2085 | 2024-06-26T17:15:13.667Z | Compiling anyhow v1.0.86 |
2086 | 2024-06-26T17:15:14.061Z | Compiling proc-macro-error v1.0.4 |
2087 | 2024-06-26T17:15:14.204Z | Compiling clap_builder v4.5.2 |
2088 | 2024-06-26T17:15:14.866Z | Compiling crossbeam-channel v0.5.12 |
2089 | 2024-06-26T17:15:15.155Z | Compiling url v2.5.0 |
2090 | 2024-06-26T17:15:15.526Z | Compiling digest v0.10.7 |
2091 | 2024-06-26T17:15:15.966Z | Compiling xattr v1.3.1 |
2092 | 2024-06-26T17:15:16.286Z | Compiling slog-async v2.8.0 |
2093 | 2024-06-26T17:15:16.547Z | Compiling sha2 v0.10.8 |
2094 | 2024-06-26T17:15:16.873Z | Compiling tabled_derive v0.7.0 |
2095 | 2024-06-26T17:15:18.774Z | Compiling serde_derive v1.0.203 |
2096 | 2024-06-26T17:15:19.049Z | Compiling thiserror-impl v1.0.60 |
2097 | 2024-06-26T17:15:19.453Z | Compiling zerocopy-derive v0.7.34 |
2098 | 2024-06-26T17:15:19.601Z | Compiling tokio-macros v2.2.0 |
2099 | 2024-06-26T17:15:20.728Z | Compiling futures-macro v0.3.30 |
2100 | 2024-06-26T17:15:21.187Z | Compiling tokio v1.37.0 |
2101 | 2024-06-26T17:15:21.513Z | Compiling zerocopy v0.7.34 |
2102 | 2024-06-26T17:15:21.530Z | Compiling openssl-macros v0.1.1 |
2103 | 2024-06-26T17:15:21.984Z | Compiling thiserror v1.0.60 |
2104 | 2024-06-26T17:15:22.126Z | Compiling pest v2.7.10 |
2105 | 2024-06-26T17:15:22.444Z | Compiling scroll_derive v0.12.0 |
2106 | 2024-06-26T17:15:22.710Z | Compiling futures-util v0.3.30 |
2107 | 2024-06-26T17:15:23.174Z | Compiling openssl v0.10.64 |
2108 | 2024-06-26T17:15:23.875Z | Compiling scroll v0.12.0 |
2109 | 2024-06-26T17:15:24.563Z | Compiling pest_meta v2.7.10 |
2110 | 2024-06-26T17:15:24.992Z | Compiling goblin v0.8.2 |
2111 | 2024-06-26T17:15:29.094Z | Compiling pest_generator v2.7.10 |
2112 | 2024-06-26T17:15:30.980Z | Compiling pest_derive v2.7.10 |
2113 | 2024-06-26T17:15:31.744Z | Compiling dtrace-parser v0.2.0 |
2114 | 2024-06-26T17:15:33.646Z | Compiling tokio-util v0.7.11 |
2115 | 2024-06-26T17:15:35.738Z | Compiling h2 v0.3.26 |
2116 | 2024-06-26T17:15:39.074Z | Compiling dof v0.3.0 |
2117 | 2024-06-26T17:15:39.514Z | Compiling serde_tokenstream v0.2.0 |
2118 | 2024-06-26T17:15:40.014Z | Compiling serde_spanned v0.6.6 |
2119 | 2024-06-26T17:15:40.039Z | Compiling toml_datetime v0.6.6 |
2120 | 2024-06-26T17:15:40.264Z | Compiling native-tls v0.2.11 |
2121 | 2024-06-26T17:15:41.173Z | Compiling hyper v0.14.28 |
2122 | 2024-06-26T17:15:41.381Z | Compiling tokio-native-tls v0.3.1 |
2123 | 2024-06-26T17:15:41.694Z | Compiling toml_edit v0.22.13 |
2124 | 2024-06-26T17:15:47.279Z | Compiling hyper-tls v0.5.0 |
2125 | 2024-06-26T17:15:47.697Z | Compiling toml v0.8.13 |
2126 | 2024-06-26T17:15:48.823Z | Compiling usdt-macro v0.5.0 |
2127 | 2024-06-26T17:15:49.880Z | Compiling usdt-attr-macro v0.5.0 |
2128 | 2024-06-26T17:15:50.066Z | Compiling slog-json v2.6.1 |
2129 | 2024-06-26T17:15:50.592Z | Compiling serde_urlencoded v0.7.1 |
2130 | 2024-06-26T17:15:50.720Z | Compiling camino v1.1.7 |
2131 | 2024-06-26T17:15:51.227Z | Compiling semver v1.0.23 |
2132 | 2024-06-26T17:15:51.246Z | Compiling cargo-platform v0.1.8 |
2133 | 2024-06-26T17:15:52.095Z | Compiling futures-executor v0.3.30 |
2134 | 2024-06-26T17:15:52.380Z | Compiling strum_macros v0.26.2 |
2135 | 2024-06-26T17:15:52.843Z | Compiling clap_derive v4.5.4 |
2136 | 2024-06-26T17:15:53.178Z | Compiling futures v0.3.30 |
2137 | 2024-06-26T17:15:53.309Z | Compiling cargo_metadata v0.18.1 |
2138 | 2024-06-26T17:15:53.674Z | Compiling usdt v0.5.0 |
2139 | 2024-06-26T17:15:54.684Z | Compiling reqwest v0.11.27 |
2140 | 2024-06-26T17:15:55.178Z | Compiling slog-bunyan v2.5.0 |
2141 | 2024-06-26T17:15:55.477Z | Compiling cargo_toml v0.20.2 |
2142 | 2024-06-26T17:15:57.098Z | Compiling strum v0.26.2 |
2143 | 2024-06-26T17:15:57.319Z | Compiling macaddr v1.0.1 |
2144 | 2024-06-26T17:15:57.491Z | Compiling clap v4.5.4 |
2145 | 2024-06-26T17:15:57.627Z | Compiling tabled v0.15.0 |
2146 | 2024-06-26T17:15:57.952Z | Compiling tar v0.4.40 |
2147 | 2024-06-26T17:15:58.299Z | Compiling slog-term v2.9.1 |
2148 | 2024-06-26T17:16:03.265Z | Compiling md5 v0.7.0 |
2149 | 2024-06-26T17:16:13.287Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2150 | 2024-06-26T17:16:26.622Z | Finished `release` profile [optimized] target(s) in 1m 20s |
2151 | 2024-06-26T17:16:26.715Z | |
2152 | 2024-06-26T17:16:26.715Z | real 1:20.450257225 |
2153 | 2024-06-26T17:16:26.716Z | user 8:56.363507335 |
2154 | 2024-06-26T17:16:26.716Z | sys 50.797082515 |
2155 | 2024-06-26T17:16:26.716Z | trap 0.252898495 |
2156 | 2024-06-26T17:16:26.716Z | tflt 0.541063682 |
2157 | 2024-06-26T17:16:26.716Z | dflt 0.283123262 |
2158 | 2024-06-26T17:16:26.716Z | kflt 0.000006809 |
2159 | 2024-06-26T17:16:26.716Z | lock 20:08.308653944 |
2160 | 2024-06-26T17:16:26.716Z | slp 22:42.464071714 |
2161 | 2024-06-26T17:16:26.716Z | lat 25.483827558 |
2162 | 2024-06-26T17:16:26.716Z | stop 22.976970380 |
2163 | 2024-06-26T17:16:26.719Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2164 | 2024-06-26T17:16:26.719Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2165 | 2024-06-26T17:16:26.719Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2166 | 2024-06-26T17:16:26.719Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2167 | 2024-06-26T17:16:26.719Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2168 | 2024-06-26T17:16:27.239Z | Downloading crates ... |
2169 | 2024-06-26T17:16:27.447Z | Downloaded russh-cryptovec v0.7.2 |
2170 | 2024-06-26T17:16:27.450Z | Downloaded dhcproto-macros v0.1.0 |
2171 | 2024-06-26T17:16:27.455Z | Downloaded option-ext v0.2.0 |
2172 | 2024-06-26T17:16:27.458Z | Downloaded blowfish v0.9.1 |
2173 | 2024-06-26T17:16:27.458Z | Downloaded bcrypt-pbkdf v0.10.0 |
2174 | 2024-06-26T17:16:27.461Z | Downloaded rfc6979 v0.4.0 |
2175 | 2024-06-26T17:16:27.461Z | Downloaded pbkdf2 v0.11.0 |
2176 | 2024-06-26T17:16:27.463Z | Downloaded dirs v5.0.1 |
2177 | 2024-06-26T17:16:27.463Z | Downloaded polyval v0.6.2 |
2178 | 2024-06-26T17:16:27.466Z | Downloaded cbc v0.1.2 |
2179 | 2024-06-26T17:16:27.469Z | Downloaded ed25519 v2.2.3 |
2180 | 2024-06-26T17:16:27.469Z | Downloaded dirs-sys v0.4.1 |
2181 | 2024-06-26T17:16:27.469Z | Downloaded internet-checksum v0.2.1 |
2182 | 2024-06-26T17:16:27.472Z | Downloaded rand_core v0.5.1 |
2183 | 2024-06-26T17:16:27.472Z | Downloaded ghash v0.5.1 |
2184 | 2024-06-26T17:16:27.475Z | Downloaded rand_chacha v0.2.2 |
2185 | 2024-06-26T17:16:27.475Z | Downloaded aes v0.8.4 |
2186 | 2024-06-26T17:16:27.478Z | Downloaded pbkdf2 v0.12.2 |
2187 | 2024-06-26T17:16:27.480Z | Downloaded hex-literal v0.4.1 |
2188 | 2024-06-26T17:16:27.481Z | Downloaded ecdsa v0.16.9 |
2189 | 2024-06-26T17:16:27.481Z | Downloaded russh-keys v0.43.0 |
2190 | 2024-06-26T17:16:27.483Z | Downloaded primeorder v0.13.6 |
2191 | 2024-06-26T17:16:27.486Z | Downloaded password-hash v0.4.2 |
2192 | 2024-06-26T17:16:27.486Z | Downloaded getrandom v0.1.16 |
2193 | 2024-06-26T17:16:27.489Z | Downloaded p256 v0.13.2 |
2194 | 2024-06-26T17:16:27.492Z | Downloaded ctr v0.9.2 |
2195 | 2024-06-26T17:16:27.495Z | Downloaded dhcproto v0.11.0 |
2196 | 2024-06-26T17:16:27.498Z | Downloaded ed25519-dalek v2.1.1 |
2197 | 2024-06-26T17:16:27.501Z | Downloaded russh v0.43.0 |
2198 | 2024-06-26T17:16:27.504Z | Downloaded rand v0.7.3 |
2199 | 2024-06-26T17:16:27.509Z | Downloaded p521 v0.13.3 |
2200 | 2024-06-26T17:16:27.512Z | Downloaded aes-gcm v0.10.3 |
2201 | 2024-06-26T17:16:27.642Z | Compiling serde v1.0.203 |
2202 | 2024-06-26T17:16:27.646Z | Compiling log v0.4.21 |
2203 | 2024-06-26T17:16:27.749Z | Compiling scopeguard v1.2.0 |
2204 | 2024-06-26T17:16:27.749Z | Compiling smallvec v1.13.2 |
2205 | 2024-06-26T17:16:27.765Z | Compiling syn v2.0.68 |
2206 | 2024-06-26T17:16:27.768Z | Compiling getrandom v0.2.14 |
2207 | 2024-06-26T17:16:27.768Z | Compiling generic-array v0.14.7 |
2208 | 2024-06-26T17:16:27.771Z | Compiling libm v0.2.8 |
2209 | 2024-06-26T17:16:27.863Z | Compiling lock_api v0.4.12 |
2210 | 2024-06-26T17:16:28.096Z | Compiling rand_core v0.6.4 |
2211 | 2024-06-26T17:16:28.125Z | Compiling parking_lot_core v0.9.10 |
2212 | 2024-06-26T17:16:28.166Z | Compiling num-traits v0.2.19 |
2213 | 2024-06-26T17:16:28.181Z | Compiling subtle v2.5.0 |
2214 | 2024-06-26T17:16:28.305Z | Compiling mio v0.8.11 |
2215 | 2024-06-26T17:16:28.350Z | Compiling ahash v0.8.11 |
2216 | 2024-06-26T17:16:28.519Z | Compiling parking_lot v0.12.2 |
2217 | 2024-06-26T17:16:28.607Z | Compiling serde_json v1.0.117 |
2218 | 2024-06-26T17:16:28.661Z | Compiling allocator-api2 v0.2.18 |
2219 | 2024-06-26T17:16:28.746Z | Compiling const-oid v0.9.6 |
2220 | 2024-06-26T17:16:28.765Z | Compiling iana-time-zone v0.1.60 |
2221 | 2024-06-26T17:16:28.939Z | Compiling syn v1.0.109 |
2222 | 2024-06-26T17:16:29.477Z | Compiling unicode-normalization v0.1.23 |
2223 | 2024-06-26T17:16:29.495Z | Compiling schemars v0.8.21 |
2224 | 2024-06-26T17:16:29.586Z | Compiling unicode-bidi v0.3.15 |
2225 | 2024-06-26T17:16:29.671Z | Compiling dyn-clone v1.0.17 |
2226 | 2024-06-26T17:16:29.835Z | Compiling spin v0.9.8 |
2227 | 2024-06-26T17:16:29.878Z | Compiling ppv-lite86 v0.2.17 |
2228 | 2024-06-26T17:16:30.270Z | Compiling time-macros v0.2.18 |
2229 | 2024-06-26T17:16:30.518Z | Compiling ring v0.17.8 |
2230 | 2024-06-26T17:16:30.632Z | Compiling rand_chacha v0.3.1 |
2231 | 2024-06-26T17:16:30.681Z | Compiling aho-corasick v1.1.3 |
2232 | 2024-06-26T17:16:31.109Z | Compiling regex-syntax v0.8.3 |
2233 | 2024-06-26T17:16:31.412Z | Compiling rand v0.8.5 |
2234 | 2024-06-26T17:16:32.985Z | Compiling idna v0.5.0 |
2235 | 2024-06-26T17:16:33.591Z | Compiling slog v2.7.0 |
2236 | 2024-06-26T17:16:33.765Z | Compiling time v0.3.36 |
2237 | 2024-06-26T17:16:34.171Z | Compiling url v2.5.0 |
2238 | 2024-06-26T17:16:34.567Z | Compiling regex-automata v0.4.6 |
2239 | 2024-06-26T17:16:34.627Z | Compiling untrusted v0.9.0 |
2240 | 2024-06-26T17:16:34.820Z | Compiling spin v0.5.2 |
2241 | 2024-06-26T17:16:36.090Z | Compiling serde_derive_internals v0.29.1 |
2242 | 2024-06-26T17:16:37.384Z | Compiling lazy_static v1.4.0 |
2243 | 2024-06-26T17:16:37.504Z | Compiling backtrace v0.3.71 |
2244 | 2024-06-26T17:16:37.791Z | Compiling gimli v0.28.1 |
2245 | 2024-06-26T17:16:37.960Z | Compiling object v0.32.2 |
2246 | 2024-06-26T17:16:38.979Z | Compiling anyhow v1.0.86 |
2247 | 2024-06-26T17:16:39.038Z | Compiling rustc-demangle v0.1.24 |
2248 | 2024-06-26T17:16:39.270Z | Compiling rustls v0.21.12 |
2249 | 2024-06-26T17:16:39.528Z | Compiling crossbeam-utils v0.8.19 |
2250 | 2024-06-26T17:16:39.754Z | Compiling winnow v0.5.40 |
2251 | 2024-06-26T17:16:40.012Z | Compiling regex v1.10.4 |
2252 | 2024-06-26T17:16:40.171Z | Compiling base64ct v1.6.0 |
2253 | 2024-06-26T17:16:40.865Z | Compiling sct v0.7.1 |
2254 | 2024-06-26T17:16:41.130Z | Compiling rustls-webpki v0.101.7 |
2255 | 2024-06-26T17:16:41.194Z | Compiling cookie v0.17.0 |
2256 | 2024-06-26T17:16:42.825Z | Compiling addr2line v0.21.0 |
2257 | 2024-06-26T17:16:43.061Z | Compiling serde_derive v1.0.203 |
2258 | 2024-06-26T17:16:43.179Z | Compiling zeroize_derive v1.4.2 |
2259 | 2024-06-26T17:16:43.439Z | Compiling zerocopy-derive v0.7.34 |
2260 | 2024-06-26T17:16:43.728Z | Compiling thiserror-impl v1.0.60 |
2261 | 2024-06-26T17:16:44.551Z | Compiling tokio-macros v2.2.0 |
2262 | 2024-06-26T17:16:44.861Z | Compiling zeroize v1.7.0 |
2263 | 2024-06-26T17:16:45.306Z | Compiling futures-macro v0.3.30 |
2264 | 2024-06-26T17:16:45.815Z | Compiling zerocopy v0.7.34 |
2265 | 2024-06-26T17:16:46.262Z | Compiling schemars_derive v0.8.21 |
2266 | 2024-06-26T17:16:46.785Z | Compiling crypto-common v0.1.6 |
2267 | 2024-06-26T17:16:47.085Z | Compiling block-buffer v0.10.4 |
2268 | 2024-06-26T17:16:47.249Z | Compiling thiserror v1.0.60 |
2269 | 2024-06-26T17:16:47.362Z | Compiling digest v0.10.7 |
2270 | 2024-06-26T17:16:47.517Z | Compiling tracing-attributes v0.1.27 |
2271 | 2024-06-26T17:16:47.546Z | Compiling futures-util v0.3.30 |
2272 | 2024-06-26T17:16:47.861Z | Compiling async-trait v0.1.80 |
2273 | 2024-06-26T17:16:48.003Z | Compiling hashbrown v0.14.5 |
2274 | 2024-06-26T17:16:49.390Z | Compiling openssl-macros v0.1.1 |
2275 | 2024-06-26T17:16:50.178Z | Compiling pest v2.7.10 |
2276 | 2024-06-26T17:16:50.729Z | Compiling idna v0.3.0 |
2277 | 2024-06-26T17:16:50.809Z | Compiling data-encoding v2.6.0 |
2278 | 2024-06-26T17:16:51.567Z | Compiling tracing v0.1.40 |
2279 | 2024-06-26T17:16:51.813Z | Compiling psl-types v2.0.11 |
2280 | 2024-06-26T17:16:52.062Z | Compiling publicsuffix v2.2.3 |
2281 | 2024-06-26T17:16:52.128Z | Compiling hmac v0.12.1 |
2282 | 2024-06-26T17:16:52.199Z | Compiling scroll_derive v0.12.0 |
2283 | 2024-06-26T17:16:52.373Z | Compiling webpki-roots v0.25.4 |
2284 | 2024-06-26T17:16:52.430Z | Compiling bitflags v1.3.2 |
2285 | 2024-06-26T17:16:52.540Z | Compiling block-padding v0.3.3 |
2286 | 2024-06-26T17:16:52.540Z | Compiling der_derive v0.7.2 |
2287 | 2024-06-26T17:16:52.798Z | Compiling pest_meta v2.7.10 |
2288 | 2024-06-26T17:16:53.133Z | Compiling pem-rfc7468 v0.7.0 |
2289 | 2024-06-26T17:16:53.277Z | Compiling futures-executor v0.3.30 |
2290 | 2024-06-26T17:16:53.471Z | Compiling flagset v0.4.5 |
2291 | 2024-06-26T17:16:53.700Z | Compiling futures v0.3.30 |
2292 | 2024-06-26T17:16:53.757Z | Compiling inout v0.1.3 |
2293 | 2024-06-26T17:16:53.774Z | Compiling scroll v0.12.0 |
2294 | 2024-06-26T17:16:53.823Z | Compiling sha2 v0.10.8 |
2295 | 2024-06-26T17:16:53.850Z | Compiling either v1.12.0 |
2296 | 2024-06-26T17:16:53.921Z | Compiling ff v0.13.0 |
2297 | 2024-06-26T17:16:54.033Z | Compiling pest_generator v2.7.10 |
2298 | 2024-06-26T17:16:54.158Z | Compiling cipher v0.4.4 |
2299 | 2024-06-26T17:16:54.274Z | Compiling goblin v0.8.2 |
2300 | 2024-06-26T17:16:54.329Z | Compiling stable_deref_trait v1.2.0 |
2301 | 2024-06-26T17:16:54.439Z | Compiling base16ct v0.2.0 |
2302 | 2024-06-26T17:16:54.665Z | Compiling group v0.13.0 |
2303 | 2024-06-26T17:16:54.770Z | Compiling hkdf v0.12.4 |
2304 | 2024-06-26T17:16:54.991Z | Compiling crypto-bigint v0.5.5 |
2305 | 2024-06-26T17:16:55.033Z | Compiling crossbeam-epoch v0.9.18 |
2306 | 2024-06-26T17:16:55.242Z | Compiling der v0.7.9 |
2307 | 2024-06-26T17:16:55.866Z | Compiling num-integer v0.1.46 |
2308 | 2024-06-26T17:16:56.037Z | Compiling managed v0.8.0 |
2309 | 2024-06-26T17:16:56.497Z | Compiling unicode-segmentation v1.11.0 |
2310 | 2024-06-26T17:16:56.652Z | Compiling matches v0.1.10 |
2311 | 2024-06-26T17:16:56.754Z | Compiling idna v0.2.3 |
2312 | 2024-06-26T17:16:57.290Z | Compiling enum-as-inner v0.5.1 |
2313 | 2024-06-26T17:16:57.361Z | Compiling bit-vec v0.6.3 |
2314 | 2024-06-26T17:16:57.813Z | Compiling spki v0.7.3 |
2315 | 2024-06-26T17:16:58.202Z | Compiling bytes v1.6.0 |
2316 | 2024-06-26T17:16:58.287Z | Compiling indexmap v2.2.6 |
2317 | 2024-06-26T17:16:58.337Z | Compiling uuid v1.8.0 |
2318 | 2024-06-26T17:16:58.414Z | Compiling chrono v0.4.38 |
2319 | 2024-06-26T17:16:58.831Z | Compiling bitflags v2.5.0 |
2320 | 2024-06-26T17:16:59.318Z | Compiling tokio v1.37.0 |
2321 | 2024-06-26T17:16:59.529Z | Compiling semver v1.0.23 |
2322 | 2024-06-26T17:16:59.769Z | Compiling http v0.2.12 |
2323 | 2024-06-26T17:16:59.815Z | Compiling serde_tokenstream v0.2.0 |
2324 | 2024-06-26T17:17:00.344Z | Compiling serde_spanned v0.6.6 |
2325 | 2024-06-26T17:17:00.349Z | Compiling toml_datetime v0.6.6 |
2326 | 2024-06-26T17:17:00.569Z | Compiling openssl v0.10.64 |
2327 | 2024-06-26T17:17:01.069Z | Compiling toml_edit v0.19.15 |
2328 | 2024-06-26T17:17:01.361Z | Compiling http-body v0.4.6 |
2329 | 2024-06-26T17:17:01.835Z | Compiling rustix v0.38.34 |
2330 | 2024-06-26T17:17:02.348Z | Compiling serde_urlencoded v0.7.1 |
2331 | 2024-06-26T17:17:02.370Z | Compiling cookie_store v0.20.0 |
2332 | 2024-06-26T17:17:02.922Z | Compiling openapiv3 v2.0.0 |
2333 | 2024-06-26T17:17:03.949Z | Compiling rustc_version v0.4.0 |
2334 | 2024-06-26T17:17:04.733Z | Compiling pest_derive v2.7.10 |
2335 | 2024-06-26T17:17:04.899Z | Compiling dof v0.3.0 |
2336 | 2024-06-26T17:17:04.928Z | Compiling pkcs8 v0.10.2 |
2337 | 2024-06-26T17:17:04.945Z | Compiling toml v0.7.8 |
2338 | 2024-06-26T17:17:05.528Z | Compiling sec1 v0.7.3 |
2339 | 2024-06-26T17:17:05.544Z | Compiling dtrace-parser v0.2.0 |
2340 | 2024-06-26T17:17:06.099Z | Compiling elliptic-curve v0.13.8 |
2341 | 2024-06-26T17:17:06.691Z | Compiling native-tls v0.2.11 |
2342 | 2024-06-26T17:17:06.953Z | Compiling usdt-impl v0.5.0 |
2343 | 2024-06-26T17:17:07.274Z | Compiling tokio-util v0.7.11 |
2344 | 2024-06-26T17:17:07.378Z | Compiling tokio-native-tls v0.3.1 |
2345 | 2024-06-26T17:17:07.576Z | Compiling tokio-rustls v0.24.1 |
2346 | 2024-06-26T17:17:07.678Z | Compiling ipnetwork v0.20.0 |
2347 | 2024-06-26T17:17:07.803Z | Compiling toml_edit v0.22.13 |
2348 | 2024-06-26T17:17:07.995Z | Compiling hex v0.4.3 |
2349 | 2024-06-26T17:17:08.624Z | Compiling h2 v0.3.26 |
2350 | 2024-06-26T17:17:08.641Z | Compiling usdt-attr-macro v0.5.0 |
2351 | 2024-06-26T17:17:08.645Z | Compiling usdt-macro v0.5.0 |
2352 | 2024-06-26T17:17:08.698Z | Compiling siphasher v0.3.11 |
2353 | 2024-06-26T17:17:09.099Z | Compiling trust-dns-proto v0.22.0 |
2354 | 2024-06-26T17:17:09.441Z | Compiling heapless v0.7.17 |
2355 | 2024-06-26T17:17:09.567Z | Compiling terminal_size v0.3.0 |
2356 | 2024-06-26T17:17:09.767Z | Compiling num-bigint v0.4.5 |
2357 | 2024-06-26T17:17:09.847Z | Compiling regress v0.9.1 |
2358 | 2024-06-26T17:17:10.125Z | Compiling finl_unicode v1.2.0 |
2359 | 2024-06-26T17:17:10.298Z | Compiling usdt v0.5.0 |
2360 | 2024-06-26T17:17:10.710Z | Compiling signal-hook v0.3.17 |
2361 | 2024-06-26T17:17:10.790Z | Compiling clap_builder v4.5.2 |
2362 | 2024-06-26T17:17:11.011Z | Compiling stringprep v0.1.4 |
2363 | 2024-06-26T17:17:12.389Z | Compiling itertools v0.10.5 |
2364 | 2024-06-26T17:17:14.886Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2365 | 2024-06-26T17:17:15.091Z | Compiling yasna v0.5.2 |
2366 | 2024-06-26T17:17:15.309Z | Compiling md-5 v0.10.6 |
2367 | 2024-06-26T17:17:15.592Z | Compiling hyper v0.14.28 |
2368 | 2024-06-26T17:17:16.816Z | Compiling clap_derive v4.5.4 |
2369 | 2024-06-26T17:17:17.044Z | Compiling hash32 v0.2.1 |
2370 | 2024-06-26T17:17:17.433Z | Compiling smoltcp v0.9.1 |
2371 | 2024-06-26T17:17:17.751Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2372 | 2024-06-26T17:17:18.194Z | Compiling fallible-iterator v0.2.0 |
2373 | 2024-06-26T17:17:18.906Z | Compiling postgres-protocol v0.6.6 |
2374 | 2024-06-26T17:17:19.857Z | Compiling phf_shared v0.11.2 |
2375 | 2024-06-26T17:17:20.279Z | Compiling tokio-stream v0.1.15 |
2376 | 2024-06-26T17:17:20.300Z | Compiling hubpack_derive v0.1.1 |
2377 | 2024-06-26T17:17:20.432Z | Compiling zerocopy-derive v0.6.6 |
2378 | 2024-06-26T17:17:20.624Z | Compiling diesel_table_macro_syntax v0.1.0 |
2379 | 2024-06-26T17:17:20.732Z | Compiling scheduled-thread-pool v0.2.7 |
2380 | 2024-06-26T17:17:21.050Z | Compiling fs-err v2.11.0 |
2381 | 2024-06-26T17:17:21.214Z | Compiling fixedbitset v0.4.2 |
2382 | 2024-06-26T17:17:21.232Z | Compiling hubpack v0.1.2 |
2383 | 2024-06-26T17:17:21.363Z | Compiling diesel_derives v2.1.4 |
2384 | 2024-06-26T17:17:21.463Z | Compiling r2d2 v0.8.10 |
2385 | 2024-06-26T17:17:21.678Z | Compiling petgraph v0.6.5 |
2386 | 2024-06-26T17:17:21.695Z | Compiling phf v0.11.2 |
2387 | 2024-06-26T17:17:22.006Z | Compiling signal-hook-mio v0.2.3 |
2388 | 2024-06-26T17:17:22.085Z | Compiling clap v4.5.4 |
2389 | 2024-06-26T17:17:22.173Z | Compiling postgres-types v0.2.6 |
2390 | 2024-06-26T17:17:22.496Z | Compiling hyper-rustls v0.24.2 |
2391 | 2024-06-26T17:17:22.749Z | Compiling hyper-tls v0.5.0 |
2392 | 2024-06-26T17:17:22.867Z | Compiling zerocopy v0.6.6 |
2393 | 2024-06-26T17:17:23.096Z | Compiling reqwest v0.11.27 |
2394 | 2024-06-26T17:17:23.737Z | Compiling phf_shared v0.10.0 |
2395 | 2024-06-26T17:17:23.751Z | Compiling similar v2.5.0 |
2396 | 2024-06-26T17:17:24.072Z | Compiling num-iter v0.1.45 |
2397 | 2024-06-26T17:17:24.158Z | Compiling strum_macros v0.25.3 |
2398 | 2024-06-26T17:17:24.261Z | Compiling serde_repr v0.1.19 |
2399 | 2024-06-26T17:17:25.448Z | Compiling getopts v0.2.21 |
2400 | 2024-06-26T17:17:25.540Z | Compiling console v0.15.8 |
2401 | 2024-06-26T17:17:25.861Z | Compiling float-cmp v0.9.0 |
2402 | 2024-06-26T17:17:26.095Z | Compiling difflib v0.4.0 |
2403 | 2024-06-26T17:17:26.271Z | Compiling unsafe-libyaml v0.2.11 |
2404 | 2024-06-26T17:17:26.437Z | Compiling whoami v1.5.1 |
2405 | 2024-06-26T17:17:27.132Z | Compiling normalize-line-endings v0.3.0 |
2406 | 2024-06-26T17:17:27.180Z | Compiling new_debug_unreachable v1.0.6 |
2407 | 2024-06-26T17:17:27.266Z | Compiling static_assertions v1.1.0 |
2408 | 2024-06-26T17:17:27.282Z | Compiling predicates-core v1.0.6 |
2409 | 2024-06-26T17:17:27.369Z | Compiling precomputed-hash v0.1.1 |
2410 | 2024-06-26T17:17:27.494Z | Compiling minimal-lexical v0.2.1 |
2411 | 2024-06-26T17:17:27.674Z | Compiling serde_yaml v0.9.34+deprecated |
2412 | 2024-06-26T17:17:27.805Z | Compiling predicates v3.1.0 |
2413 | 2024-06-26T17:17:28.017Z | Compiling nom v7.1.3 |
2414 | 2024-06-26T17:17:28.278Z | Compiling string_cache v0.8.7 |
2415 | 2024-06-26T17:17:28.520Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2416 | 2024-06-26T17:17:28.782Z | Compiling tokio-postgres v0.7.10 |
2417 | 2024-06-26T17:17:29.633Z | Compiling crossterm v0.27.0 |
2418 | 2024-06-26T17:17:32.032Z | Compiling bit-set v0.5.3 |
2419 | 2024-06-26T17:17:32.374Z | Compiling itertools v0.12.1 |
2420 | 2024-06-26T17:17:32.745Z | Compiling bstr v1.9.1 |
2421 | 2024-06-26T17:17:33.379Z | Compiling lalrpop-util v0.19.12 |
2422 | 2024-06-26T17:17:33.740Z | Compiling unicode-xid v0.2.4 |
2423 | 2024-06-26T17:17:33.923Z | Compiling peg-runtime v0.8.3 |
2424 | 2024-06-26T17:17:33.926Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2425 | 2024-06-26T17:17:34.386Z | Compiling sha1 v0.10.6 |
2426 | 2024-06-26T17:17:34.593Z | Compiling camino v1.1.7 |
2427 | 2024-06-26T17:17:34.629Z | Compiling strum_macros v0.26.2 |
2428 | 2024-06-26T17:17:34.814Z | Compiling http v1.1.0 |
2429 | 2024-06-26T17:17:34.837Z | Compiling diesel v2.1.6 |
2430 | 2024-06-26T17:17:34.961Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2431 | 2024-06-26T17:17:35.020Z | Compiling base64 v0.22.1 |
2432 | 2024-06-26T17:17:35.381Z | Compiling toml v0.8.13 |
2433 | 2024-06-26T17:17:35.606Z | Compiling ident_case v1.0.1 |
2434 | 2024-06-26T17:17:35.789Z | Compiling rustls-pki-types v1.7.0 |
2435 | 2024-06-26T17:17:35.806Z | Compiling darling_core v0.20.9 |
2436 | 2024-06-26T17:17:36.660Z | Compiling crossbeam-channel v0.5.12 |
2437 | 2024-06-26T17:17:37.240Z | Compiling paste v1.0.15 |
2438 | 2024-06-26T17:17:37.340Z | Compiling rustls v0.22.4 |
2439 | 2024-06-26T17:17:37.635Z | Compiling slog-async v2.8.0 |
2440 | 2024-06-26T17:17:37.794Z | Compiling slog-term v2.9.1 |
2441 | 2024-06-26T17:17:37.850Z | Compiling rustls-webpki v0.102.4 |
2442 | 2024-06-26T17:17:38.908Z | Compiling instant v0.1.12 |
2443 | 2024-06-26T17:17:38.992Z | Compiling multer v3.1.0 |
2444 | 2024-06-26T17:17:39.339Z | Compiling slog-json v2.6.1 |
2445 | 2024-06-26T17:17:39.541Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2446 | 2024-06-26T17:17:39.681Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2447 | 2024-06-26T17:17:39.708Z | Compiling async-stream-impl v0.3.5 |
2448 | 2024-06-26T17:17:39.987Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2449 | 2024-06-26T17:17:39.999Z | Compiling strum v0.26.2 |
2450 | 2024-06-26T17:17:40.177Z | Compiling debug-ignore v1.0.5 |
2451 | 2024-06-26T17:17:40.262Z | Compiling atomic-waker v1.1.2 |
2452 | 2024-06-26T17:17:40.327Z | Compiling slog-bunyan v2.5.0 |
2453 | 2024-06-26T17:17:40.449Z | Compiling waitgroup v0.1.2 |
2454 | 2024-06-26T17:17:40.535Z | Compiling rustls-pemfile v2.1.2 |
2455 | 2024-06-26T17:17:40.696Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2456 | 2024-06-26T17:17:41.023Z | Compiling serde_path_to_error v0.1.16 |
2457 | 2024-06-26T17:17:41.127Z | Compiling async-stream v0.3.5 |
2458 | 2024-06-26T17:17:41.404Z | Compiling structmeta-derive v0.3.0 |
2459 | 2024-06-26T17:17:41.461Z | Compiling hostname v0.4.0 |
2460 | 2024-06-26T17:17:41.731Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2461 | 2024-06-26T17:17:41.971Z | Compiling newtype-uuid v1.1.0 |
2462 | 2024-06-26T17:17:42.086Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2463 | 2024-06-26T17:17:42.303Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2464 | 2024-06-26T17:17:42.618Z | Compiling backoff v0.4.0 |
2465 | 2024-06-26T17:17:42.873Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2466 | 2024-06-26T17:17:42.965Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2467 | 2024-06-26T17:17:43.019Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2468 | 2024-06-26T17:17:43.054Z | Compiling macaddr v1.0.1 |
2469 | 2024-06-26T17:17:43.120Z | Compiling tokio-rustls v0.25.0 |
2470 | 2024-06-26T17:17:43.184Z | Compiling darling_macro v0.20.9 |
2471 | 2024-06-26T17:17:43.530Z | Compiling proc-macro-crate v1.3.1 |
2472 | 2024-06-26T17:17:43.783Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2473 | 2024-06-26T17:17:44.107Z | Compiling fastrand v2.1.0 |
2474 | 2024-06-26T17:17:44.196Z | Compiling darling v0.20.9 |
2475 | 2024-06-26T17:17:44.319Z | Compiling serde_with_macros v3.8.1 |
2476 | 2024-06-26T17:17:44.588Z | Compiling structmeta v0.3.0 |
2477 | 2024-06-26T17:17:44.671Z | Compiling num_enum_derive v0.5.11 |
2478 | 2024-06-26T17:17:44.688Z | Compiling tempfile v3.10.1 |
2479 | 2024-06-26T17:17:45.043Z | Compiling parse-display-derive v0.9.0 |
2480 | 2024-06-26T17:17:45.659Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2481 | 2024-06-26T17:17:45.966Z | Compiling foreign-types-macros v0.2.3 |
2482 | 2024-06-26T17:17:47.339Z | Compiling heapless v0.8.0 |
2483 | 2024-06-26T17:17:47.542Z | Compiling num_enum v0.5.11 |
2484 | 2024-06-26T17:17:47.559Z | Compiling serde_with v3.8.1 |
2485 | 2024-06-26T17:17:47.710Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2486 | 2024-06-26T17:17:47.917Z | Compiling foreign-types-shared v0.3.1 |
2487 | 2024-06-26T17:17:48.017Z | Compiling foreign-types v0.5.0 |
2488 | 2024-06-26T17:17:48.131Z | Compiling proc-macro-error v1.0.4 |
2489 | 2024-06-26T17:17:48.491Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2490 | 2024-06-26T17:17:48.687Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2491 | 2024-06-26T17:17:48.869Z | Compiling cstr-argument v0.1.2 |
2492 | 2024-06-26T17:17:49.144Z | Compiling hash32 v0.3.1 |
2493 | 2024-06-26T17:17:49.386Z | Compiling smoltcp v0.11.0 |
2494 | 2024-06-26T17:17:49.404Z | Compiling pretty-hex v0.2.1 |
2495 | 2024-06-26T17:17:49.583Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2496 | 2024-06-26T17:17:49.968Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2497 | 2024-06-26T17:17:50.068Z | Compiling parse-display v0.9.0 |
2498 | 2024-06-26T17:17:50.147Z | Compiling camino-tempfile v1.1.1 |
2499 | 2024-06-26T17:17:50.583Z | Compiling tabwriter v1.4.0 |
2500 | 2024-06-26T17:17:50.622Z | Compiling colored v2.1.0 |
2501 | 2024-06-26T17:17:50.770Z | Compiling socket2 v0.4.10 |
2502 | 2024-06-26T17:17:50.821Z | Compiling cobs v0.2.3 |
2503 | 2024-06-26T17:17:51.129Z | Compiling embedded-io v0.4.0 |
2504 | 2024-06-26T17:17:51.364Z | Compiling postcard v1.0.8 |
2505 | 2024-06-26T17:17:51.413Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2506 | 2024-06-26T17:17:51.650Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2507 | 2024-06-26T17:17:51.691Z | Compiling crucible-workspace-hack v0.1.0 |
2508 | 2024-06-26T17:17:51.772Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2509 | 2024-06-26T17:17:51.813Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2510 | 2024-06-26T17:17:52.130Z | Compiling smf v0.2.3 |
2511 | 2024-06-26T17:17:52.170Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2512 | 2024-06-26T17:17:52.211Z | Compiling humantime v2.1.0 |
2513 | 2024-06-26T17:17:52.523Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2514 | 2024-06-26T17:17:52.770Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2515 | 2024-06-26T17:17:52.770Z | Compiling num-derive v0.4.2 |
2516 | 2024-06-26T17:17:53.270Z | Compiling sigpipe v0.1.3 |
2517 | 2024-06-26T17:17:53.400Z | Compiling utf-8 v0.7.6 |
2518 | 2024-06-26T17:17:53.604Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2519 | 2024-06-26T17:17:53.741Z | Compiling atty v0.2.14 |
2520 | 2024-06-26T17:17:53.889Z | Compiling semver v0.1.20 |
2521 | 2024-06-26T17:17:54.031Z | Compiling rayon-core v1.12.1 |
2522 | 2024-06-26T17:17:54.049Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2523 | 2024-06-26T17:17:54.287Z | Compiling same-file v1.0.6 |
2524 | 2024-06-26T17:17:54.534Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2525 | 2024-06-26T17:17:54.608Z | Compiling walkdir v2.5.0 |
2526 | 2024-06-26T17:17:55.224Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2527 | 2024-06-26T17:17:55.420Z | Compiling rustc_version v0.1.7 |
2528 | 2024-06-26T17:17:55.723Z | Compiling curve25519-dalek v4.1.3 |
2529 | 2024-06-26T17:17:56.129Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2530 | 2024-06-26T17:17:56.182Z | Compiling newline-converter v0.3.0 |
2531 | 2024-06-26T17:17:56.199Z | Compiling crossbeam-deque v0.8.5 |
2532 | 2024-06-26T17:17:56.219Z | Compiling universal-hash v0.5.1 |
2533 | 2024-06-26T17:17:56.347Z | Compiling opaque-debug v0.3.1 |
2534 | 2024-06-26T17:17:56.403Z | Compiling prettyplease v0.2.20 |
2535 | 2024-06-26T17:17:56.444Z | Compiling expectorate v1.1.0 |
2536 | 2024-06-26T17:17:56.541Z | Compiling newtype_derive v0.1.6 |
2537 | 2024-06-26T17:17:56.617Z | Compiling xattr v1.3.1 |
2538 | 2024-06-26T17:17:56.696Z | Compiling num-rational v0.4.2 |
2539 | 2024-06-26T17:17:56.715Z | Compiling signature v2.2.0 |
2540 | 2024-06-26T17:17:56.830Z | Compiling curve25519-dalek-derive v0.1.1 |
2541 | 2024-06-26T17:17:56.893Z | Compiling num-complex v0.4.6 |
2542 | 2024-06-26T17:17:57.054Z | Compiling blake3 v1.5.1 |
2543 | 2024-06-26T17:17:57.663Z | Compiling ring v0.16.20 |
2544 | 2024-06-26T17:17:57.981Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2545 | 2024-06-26T17:17:58.251Z | Compiling unicase v2.7.0 |
2546 | 2024-06-26T17:17:58.447Z | Compiling linked-hash-map v0.5.6 |
2547 | 2024-06-26T17:17:58.464Z | Compiling getrandom v0.1.16 |
2548 | 2024-06-26T17:17:58.535Z | Compiling termcolor v1.4.1 |
2549 | 2024-06-26T17:17:58.551Z | Compiling convert_case v0.4.0 |
2550 | 2024-06-26T17:17:58.736Z | Compiling quick-error v1.2.3 |
2551 | 2024-06-26T17:17:58.778Z | Compiling arc-swap v1.7.1 |
2552 | 2024-06-26T17:17:58.888Z | Compiling resolv-conf v0.7.0 |
2553 | 2024-06-26T17:17:59.221Z | Compiling env_logger v0.9.3 |
2554 | 2024-06-26T17:17:59.315Z | Compiling slog-scope v4.4.0 |
2555 | 2024-06-26T17:17:59.451Z | Compiling lru-cache v0.1.2 |
2556 | 2024-06-26T17:17:59.588Z | Compiling derive_more v0.99.17 |
2557 | 2024-06-26T17:17:59.830Z | Compiling tar v0.4.40 |
2558 | 2024-06-26T17:17:59.870Z | Compiling num v0.4.3 |
2559 | 2024-06-26T17:18:00.407Z | Compiling rayon v1.10.0 |
2560 | 2024-06-26T17:18:02.030Z | Compiling tungstenite v0.21.0 |
2561 | 2024-06-26T17:18:02.110Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2562 | 2024-06-26T17:18:02.621Z | Compiling blake2 v0.10.6 |
2563 | 2024-06-26T17:18:03.903Z | Compiling bitstruct_derive v0.1.0 |
2564 | 2024-06-26T17:18:03.963Z | Compiling derive-where v1.2.7 |
2565 | 2024-06-26T17:18:04.222Z | Compiling password-hash v0.5.0 |
2566 | 2024-06-26T17:18:05.288Z | Compiling memmap2 v0.9.4 |
2567 | 2024-06-26T17:18:05.307Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-06-26T17:18:05.399Z | Compiling float-ord v0.3.2 |
2569 | 2024-06-26T17:18:05.551Z | Compiling constant_time_eq v0.3.0 |
2570 | 2024-06-26T17:18:05.578Z | Compiling arrayvec v0.7.4 |
2571 | 2024-06-26T17:18:05.614Z | Compiling ascii v1.1.0 |
2572 | 2024-06-26T17:18:05.745Z | Compiling arrayref v0.3.7 |
2573 | 2024-06-26T17:18:05.853Z | Compiling libefi-sys v0.1.0 |
2574 | 2024-06-26T17:18:05.990Z | Compiling parking_lot_core v0.8.6 |
2575 | 2024-06-26T17:18:06.126Z | Compiling untrusted v0.7.1 |
2576 | 2024-06-26T17:18:06.224Z | Compiling home v0.5.9 |
2577 | 2024-06-26T17:18:06.466Z | Compiling toolchain_find v0.4.0 |
2578 | 2024-06-26T17:18:06.522Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2579 | 2024-06-26T17:18:10.672Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2580 | 2024-06-26T17:18:10.684Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2581 | 2024-06-26T17:18:10.684Z | Compiling bitstruct v0.1.1 |
2582 | 2024-06-26T17:18:10.684Z | Compiling argon2 v0.5.3 |
2583 | 2024-06-26T17:18:10.685Z | Compiling tokio-tungstenite v0.21.0 |
2584 | 2024-06-26T17:18:10.685Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-06-26T17:18:10.685Z | Compiling trust-dns-resolver v0.22.0 |
2586 | 2024-06-26T17:18:10.685Z | Compiling slog-stdlog v4.1.1 |
2587 | 2024-06-26T17:18:10.685Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2588 | 2024-06-26T17:18:10.685Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-06-26T17:18:10.685Z | Compiling serde_arrays v0.1.0 |
2590 | 2024-06-26T17:18:10.685Z | Compiling erased-serde v0.3.31 |
2591 | 2024-06-26T17:18:10.685Z | Compiling rfc6979 v0.4.0 |
2592 | 2024-06-26T17:18:10.685Z | Compiling aead v0.5.2 |
2593 | 2024-06-26T17:18:10.685Z | Compiling nibble_vec v0.1.0 |
2594 | 2024-06-26T17:18:10.685Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2595 | 2024-06-26T17:18:10.685Z | Compiling slog-dtrace v0.3.0 |
2596 | 2024-06-26T17:18:10.685Z | Compiling topological-sort v0.2.2 |
2597 | 2024-06-26T17:18:10.685Z | Compiling endian-type v0.1.2 |
2598 | 2024-06-26T17:18:10.685Z | Compiling keccak v0.1.5 |
2599 | 2024-06-26T17:18:10.685Z | Compiling cancel-safe-futures v0.1.5 |
2600 | 2024-06-26T17:18:10.685Z | Compiling radix_trie v0.2.1 |
2601 | 2024-06-26T17:18:10.734Z | Compiling sha3 v0.10.8 |
2602 | 2024-06-26T17:18:10.816Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2603 | 2024-06-26T17:18:11.166Z | Compiling omicron-zone-package v0.11.0 |
2604 | 2024-06-26T17:18:11.321Z | Compiling ecdsa v0.16.9 |
2605 | 2024-06-26T17:18:11.378Z | Compiling rand_core v0.5.1 |
2606 | 2024-06-26T17:18:11.432Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2607 | 2024-06-26T17:18:11.768Z | Compiling slog-envlogger v2.2.0 |
2608 | 2024-06-26T17:18:11.861Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2609 | 2024-06-26T17:18:11.968Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2610 | 2024-06-26T17:18:12.217Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2611 | 2024-06-26T17:18:12.648Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2612 | 2024-06-26T17:18:12.681Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2613 | 2024-06-26T17:18:13.023Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2614 | 2024-06-26T17:18:13.182Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2615 | 2024-06-26T17:18:13.393Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2616 | 2024-06-26T17:18:13.809Z | Compiling mime_guess v2.0.4 |
2617 | 2024-06-26T17:18:14.729Z | Compiling steno v0.4.0 |
2618 | 2024-06-26T17:18:15.114Z | Compiling rustfmt-wrapper v0.2.1 |
2619 | 2024-06-26T17:18:15.713Z | Compiling poly1305 v0.8.0 |
2620 | 2024-06-26T17:18:15.789Z | Compiling tungstenite v0.20.1 |
2621 | 2024-06-26T17:18:16.373Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2622 | 2024-06-26T17:18:17.147Z | Compiling primeorder v0.13.6 |
2623 | 2024-06-26T17:18:17.571Z | Compiling heck v0.3.3 |
2624 | 2024-06-26T17:18:17.659Z | Compiling chacha20 v0.9.1 |
2625 | 2024-06-26T17:18:17.833Z | Compiling secrecy v0.8.0 |
2626 | 2024-06-26T17:18:18.001Z | Compiling thiserror-impl-no-std v2.0.2 |
2627 | 2024-06-26T17:18:18.056Z | Compiling half v2.4.1 |
2628 | 2024-06-26T17:18:18.097Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2629 | 2024-06-26T17:18:18.113Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2630 | 2024-06-26T17:18:18.367Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2631 | 2024-06-26T17:18:18.389Z | Compiling ciborium-io v0.2.2 |
2632 | 2024-06-26T17:18:18.527Z | Compiling option-ext v0.2.0 |
2633 | 2024-06-26T17:18:18.530Z | Compiling ciborium-ll v0.2.2 |
2634 | 2024-06-26T17:18:18.620Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2635 | 2024-06-26T17:18:18.669Z | Compiling dirs-sys v0.4.1 |
2636 | 2024-06-26T17:18:19.036Z | Compiling zone_cfg_derive v0.1.2 |
2637 | 2024-06-26T17:18:19.285Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2638 | 2024-06-26T17:18:19.336Z | Compiling tokio-tungstenite v0.20.1 |
2639 | 2024-06-26T17:18:19.858Z | Compiling parking_lot v0.11.2 |
2640 | 2024-06-26T17:18:20.208Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2641 | 2024-06-26T17:18:20.569Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2642 | 2024-06-26T17:18:20.600Z | Compiling rand_chacha v0.2.2 |
2643 | 2024-06-26T17:18:20.872Z | Compiling trust-dns-client v0.22.0 |
2644 | 2024-06-26T17:18:21.392Z | Compiling thiserror-no-std v2.0.2 |
2645 | 2024-06-26T17:18:21.438Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2646 | 2024-06-26T17:18:21.870Z | Compiling ed25519 v2.2.3 |
2647 | 2024-06-26T17:18:22.143Z | Compiling polyval v0.6.2 |
2648 | 2024-06-26T17:18:22.414Z | Compiling libsw v3.3.1 |
2649 | 2024-06-26T17:18:22.600Z | Compiling toml v0.5.11 |
2650 | 2024-06-26T17:18:22.623Z | Compiling ctr v0.9.2 |
2651 | 2024-06-26T17:18:22.720Z | Compiling blowfish v0.9.1 |
2652 | 2024-06-26T17:18:22.737Z | Compiling aes v0.8.4 |
2653 | 2024-06-26T17:18:22.975Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2654 | 2024-06-26T17:18:23.170Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2655 | 2024-06-26T17:18:24.116Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2656 | 2024-06-26T17:18:25.525Z | Compiling pbkdf2 v0.12.2 |
2657 | 2024-06-26T17:18:25.708Z | Compiling password-hash v0.4.2 |
2658 | 2024-06-26T17:18:26.496Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2659 | 2024-06-26T17:18:26.654Z | Compiling gethostname v0.4.3 |
2660 | 2024-06-26T17:18:26.950Z | Compiling fxhash v0.2.1 |
2661 | 2024-06-26T17:18:27.162Z | Compiling linear-map v1.2.0 |
2662 | 2024-06-26T17:18:27.469Z | Compiling base64 v0.13.1 |
2663 | 2024-06-26T17:18:27.549Z | Compiling owo-colors v4.0.0 |
2664 | 2024-06-26T17:18:28.117Z | Compiling ron v0.7.1 |
2665 | 2024-06-26T17:18:28.448Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2666 | 2024-06-26T17:18:29.979Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2667 | 2024-06-26T17:18:30.585Z | Compiling sled v0.34.7 |
2668 | 2024-06-26T17:18:30.931Z | Compiling pbkdf2 v0.11.0 |
2669 | 2024-06-26T17:18:31.299Z | Compiling bcrypt-pbkdf v0.10.0 |
2670 | 2024-06-26T17:18:31.954Z | Compiling trust-dns-server v0.22.1 |
2671 | 2024-06-26T17:18:32.291Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2672 | 2024-06-26T17:18:33.784Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2673 | 2024-06-26T17:18:34.655Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2674 | 2024-06-26T17:18:35.200Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2675 | 2024-06-26T17:18:35.352Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2676 | 2024-06-26T17:18:35.992Z | Compiling ghash v0.5.1 |
2677 | 2024-06-26T17:18:36.179Z | Compiling ed25519-dalek v2.1.1 |
2678 | 2024-06-26T17:18:37.340Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2679 | 2024-06-26T17:18:37.723Z | Compiling vsss-rs v3.3.4 |
2680 | 2024-06-26T17:18:38.085Z | Compiling rand v0.7.3 |
2681 | 2024-06-26T17:18:39.235Z | Compiling zone v0.1.8 |
2682 | 2024-06-26T17:18:39.608Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2683 | 2024-06-26T17:18:40.116Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2684 | 2024-06-26T17:18:40.749Z | Compiling dirs v5.0.1 |
2685 | 2024-06-26T17:18:40.968Z | Compiling ciborium v0.2.2 |
2686 | 2024-06-26T17:18:42.059Z | Compiling chacha20poly1305 v0.10.1 |
2687 | 2024-06-26T17:18:42.309Z | Compiling p521 v0.13.3 |
2688 | 2024-06-26T17:18:42.532Z | Compiling p256 v0.13.2 |
2689 | 2024-06-26T17:18:42.564Z | Compiling pem v3.0.4 |
2690 | 2024-06-26T17:18:42.739Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2691 | 2024-06-26T17:18:43.134Z | Compiling headers-core v0.2.0 |
2692 | 2024-06-26T17:18:43.305Z | Compiling cbc v0.1.2 |
2693 | 2024-06-26T17:18:43.431Z | Compiling kstat-rs v0.2.4 |
2694 | 2024-06-26T17:18:43.448Z | Compiling portpicker v0.1.1 |
2695 | 2024-06-26T17:18:43.548Z | Compiling nanorand v0.7.0 |
2696 | 2024-06-26T17:18:43.780Z | Compiling russh-cryptovec v0.7.2 |
2697 | 2024-06-26T17:18:44.083Z | Compiling glob v0.3.1 |
2698 | 2024-06-26T17:18:44.101Z | Compiling http-range v0.1.5 |
2699 | 2024-06-26T17:18:44.151Z | Compiling russh-keys v0.43.0 |
2700 | 2024-06-26T17:18:44.476Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2701 | 2024-06-26T17:18:44.740Z | Compiling hyper-staticfile v0.9.5 |
2702 | 2024-06-26T17:18:44.811Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2703 | 2024-06-26T17:18:45.100Z | Compiling flume v0.11.0 |
2704 | 2024-06-26T17:18:45.741Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2705 | 2024-06-26T17:18:45.790Z | Compiling headers v0.3.9 |
2706 | 2024-06-26T17:18:46.828Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2707 | 2024-06-26T17:18:47.663Z | Compiling rcgen v0.12.1 |
2708 | 2024-06-26T17:18:48.686Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2709 | 2024-06-26T17:18:49.769Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2710 | 2024-06-26T17:18:50.217Z | Compiling aes-gcm v0.10.3 |
2711 | 2024-06-26T17:18:50.522Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2712 | 2024-06-26T17:18:51.674Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2713 | 2024-06-26T17:18:51.778Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2714 | 2024-06-26T17:18:53.500Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
2715 | 2024-06-26T17:18:56.791Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2716 | 2024-06-26T17:18:57.475Z | Compiling atomicwrites v0.4.3 |
2717 | 2024-06-26T17:18:57.856Z | Compiling subprocess v0.2.9 |
2718 | 2024-06-26T17:18:58.517Z | Compiling hex-literal v0.4.1 |
2719 | 2024-06-26T17:18:58.705Z | Compiling dhcproto-macros v0.1.0 |
2720 | 2024-06-26T17:18:59.719Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2721 | 2024-06-26T17:18:59.956Z | Compiling display-error-chain v0.2.0 |
2722 | 2024-06-26T17:19:00.142Z | Compiling dhcproto v0.11.0 |
2723 | 2024-06-26T17:19:00.833Z | Compiling russh v0.43.0 |
2724 | 2024-06-26T17:19:00.851Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2725 | 2024-06-26T17:19:01.283Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2726 | 2024-06-26T17:19:03.725Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2727 | 2024-06-26T17:19:03.740Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2728 | 2024-06-26T17:19:04.185Z | Compiling internet-checksum v0.2.1 |
2729 | 2024-06-26T17:19:24.401Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2730 | 2024-06-26T17:20:06.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 39s |
2731 | 2024-06-26T17:20:06.662Z | |
2732 | 2024-06-26T17:20:06.665Z | real 3:39.882253367 |
2733 | 2024-06-26T17:20:06.665Z | user 19:45.264395581 |
2734 | 2024-06-26T17:20:06.665Z | sys 4:13.271077217 |
2735 | 2024-06-26T17:20:06.665Z | trap 0.584792684 |
2736 | 2024-06-26T17:20:06.665Z | tflt 0.614113803 |
2737 | 2024-06-26T17:20:06.665Z | dflt 2.092869778 |
2738 | 2024-06-26T17:20:06.665Z | kflt 0.000066838 |
2739 | 2024-06-26T17:20:06.665Z | lock 42:15.874603627 |
2740 | 2024-06-26T17:20:06.665Z | slp 56:58.477374533 |
2741 | 2024-06-26T17:20:06.665Z | lat 1:05.292063345 |
2742 | 2024-06-26T17:20:06.665Z | stop 2:25.019271263 |
2743 | 2024-06-26T17:20:06.665Z | + mkdir tests |
2744 | 2024-06-26T17:20:06.668Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2745 | 2024-06-26T17:20:06.668Z | + xargs -I '{}' -t cp '{}' tests/ |
2746 | 2024-06-26T17:20:08.020Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f7362bb750090d2c tests/ |
2747 | 2024-06-26T17:20:08.040Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9f8d9bd4bda2076c tests/ |
2748 | 2024-06-26T17:20:08.059Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4b8b3d9ac84fe13c tests/ |
2749 | 2024-06-26T17:20:08.079Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0e2a2a886fed4c21 tests/ |
2750 | 2024-06-26T17:20:08.379Z | + 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-26T17:20:08.382Z | + 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-26T17:21:12.687Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2753 | 2024-06-26T17:21:12.687Z | a out/target/test 1K |
2754 | 2024-06-26T17:21:12.687Z | a out/npuzone/npuzone 23144K |
2755 | 2024-06-26T17:21:12.687Z | a package-manifest.toml 29K |
2756 | 2024-06-26T17:21:12.687Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2757 | 2024-06-26T17:21:12.687Z | a target/release/omicron-package 32281K |
2758 | 2024-06-26T17:21:12.687Z | a target/release/xtask 18121K |
2759 | 2024-06-26T17:21:12.687Z | a target/debug/bootstrap 355816K |
2760 | 2024-06-26T17:21:12.687Z | a tests/bootstrap-f7362bb750090d2c 23982K |
2761 | 2024-06-26T17:21:12.687Z | a tests/commtest-4b8b3d9ac84fe13c 23983K |
2762 | 2024-06-26T17:21:12.687Z | a tests/dhcp_server-9f8d9bd4bda2076c 23982K |
2763 | 2024-06-26T17:21:12.687Z | a tests/end_to_end_tests-0e2a2a886fed4c21 365976K |
2764 | 2024-06-26T17:21:12.687Z | a out/clickhouse.tar.gz 223006K |
2765 | 2024-06-26T17:21:12.687Z | a out/clickhouse_keeper.tar.gz 222996K |
2766 | 2024-06-26T17:21:12.687Z | a out/cockroachdb.tar.gz 131713K |
2767 | 2024-06-26T17:21:12.687Z | a out/crucible-dtrace.tar 84K |
2768 | 2024-06-26T17:21:12.687Z | a out/crucible-pantry-zone.tar.gz 27018K |
2769 | 2024-06-26T17:21:12.687Z | a out/crucible-zone.tar.gz 37294K |
2770 | 2024-06-26T17:21:12.688Z | a out/external-dns.tar.gz 25087K |
2771 | 2024-06-26T17:21:12.688Z | a out/internal-dns.tar.gz 25085K |
2772 | 2024-06-26T17:21:12.688Z | a out/mg-ddm-gz.tar 60673K |
2773 | 2024-06-26T17:21:12.688Z | a out/nexus.tar.gz 84070K |
2774 | 2024-06-26T17:21:12.688Z | a out/ntp.tar.gz 8854K |
2775 | 2024-06-26T17:21:12.688Z | a out/omicron-gateway-softnpu.tar.gz 13754K |
2776 | 2024-06-26T17:21:12.688Z | a out/omicron-sled-agent.tar 93850K |
2777 | 2024-06-26T17:21:12.688Z | a out/overlay.tar.gz 3K |
2778 | 2024-06-26T17:21:12.688Z | a out/oximeter.tar.gz 41398K |
2779 | 2024-06-26T17:21:12.688Z | a out/oxlog.tar 2955K |
2780 | 2024-06-26T17:21:12.688Z | a out/probe.tar.gz 2764K |
2781 | 2024-06-26T17:21:12.688Z | a out/propolis-server.tar.gz 64653K |
2782 | 2024-06-26T17:21:12.688Z | a out/pumpkind-gz.tar 26665K |
2783 | 2024-06-26T17:21:12.688Z | a out/switch-softnpu.tar.gz 196109K |
2784 | 2024-06-26T17:21:12.691Z | |
2785 | 2024-06-26T17:21:12.691Z | real 1:04.297976527 |
2786 | 2024-06-26T17:21:12.691Z | user 1:01.674580672 |
2787 | 2024-06-26T17:21:12.691Z | sys 3.539956014 |
2788 | 2024-06-26T17:21:12.691Z | trap 0.014520245 |
2789 | 2024-06-26T17:21:12.691Z | tflt 0.000000000 |
2790 | 2024-06-26T17:21:12.691Z | dflt 0.000000000 |
2791 | 2024-06-26T17:21:12.691Z | kflt 0.000000000 |
2792 | 2024-06-26T17:21:12.691Z | lock 0.000000000 |
2793 | 2024-06-26T17:21:12.691Z | slp 1:01.609992933 |
2794 | 2024-06-26T17:21:12.691Z | lat 1.752090807 |
2795 | 2024-06-26T17:21:12.691Z | stop 0.000186267 |
2796 | 2024-06-26T17:21:12.691Z | process exited: duration 1717630 ms, exit code 0 |
|
2797 | 2024-06-26T17:21:12.705Z | found 1 output files |
2798 | 2024-06-26T17:21:12.705Z | uploading: /work/package.tar.gz (1400956392 bytes) |
2799 | 2024-06-26T17:21:41.651Z | uploaded: /work/package.tar.gz |