|
|
|
1 | 2024-06-20T20:47:15.029Z | job assigned to worker 01J0VPCSQQ2P613S1DA5ZY08PN (queued for 1 m 5 s) |
|
2 | 2024-06-20T20:47:22.916Z | starting task 0: "setup" |
3 | 2024-06-20T20:47:22.981Z | ++ uname -s |
4 | 2024-06-20T20:47:22.983Z | + kern=SunOS |
5 | 2024-06-20T20:47:22.984Z | + case "$kern" in |
6 | 2024-06-20T20:47:22.984Z | + groupadd -g 12345 build |
7 | 2024-06-20T20:47:22.984Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-20T20:47:24.995Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-20T20:47:25.153Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-20T20:47:25.156Z | + home_fs=zfs |
11 | 2024-06-20T20:47:25.156Z | + [[ zfs == autofs ]] |
12 | 2024-06-20T20:47:25.156Z | + mkdir -p /home/build |
13 | 2024-06-20T20:47:25.159Z | + chown build:build /home/build /work |
14 | 2024-06-20T20:47:27.160Z | + chmod 0700 /home/build /work |
15 | 2024-06-20T20:47:27.163Z | process exited: duration 4245 ms, exit code 0 |
|
16 | 2024-06-20T20:47:27.169Z | starting task 1: "rust-toolchain" |
17 | 2024-06-20T20:47:27.174Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-20T20:47:27.174Z | ' 1.78.0 |
19 | 2024-06-20T20:47:27.175Z | * toolchain channel = "1.78.0" |
20 | 2024-06-20T20:47:27.175Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-20T20:47:27.175Z | ' default |
22 | 2024-06-20T20:47:27.175Z | * toolchain profile = "default" |
23 | 2024-06-20T20:47:27.177Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-20T20:47:27.177Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-20T20:47:27.272Z | info: downloading installer |
26 | 2024-06-20T20:47:28.679Z | info: profile set to 'default' |
27 | 2024-06-20T20:47:28.679Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-20T20:47:28.679Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-20T20:47:28.815Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-20T20:47:28.815Z | info: downloading component 'cargo' |
31 | 2024-06-20T20:47:29.540Z | info: downloading component 'clippy' |
32 | 2024-06-20T20:47:29.783Z | info: downloading component 'rust-docs' |
33 | 2024-06-20T20:47:30.769Z | info: downloading component 'rust-std' |
34 | 2024-06-20T20:47:32.333Z | info: downloading component 'rustc' |
35 | 2024-06-20T20:47:36.275Z | info: downloading component 'rustfmt' |
36 | 2024-06-20T20:47:36.492Z | info: installing component 'cargo' |
37 | 2024-06-20T20:47:37.390Z | info: installing component 'clippy' |
38 | 2024-06-20T20:47:37.780Z | info: installing component 'rust-docs' |
39 | 2024-06-20T20:47:39.325Z | info: installing component 'rust-std' |
40 | 2024-06-20T20:47:41.147Z | info: installing component 'rustc' |
41 | 2024-06-20T20:47:45.708Z | info: installing component 'rustfmt' |
42 | 2024-06-20T20:47:46.054Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-20T20:47:46.054Z | |
44 | 2024-06-20T20:47:46.319Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-20T20:47:46.319Z | |
46 | 2024-06-20T20:47:46.320Z | |
47 | 2024-06-20T20:47:46.320Z | Rust is installed now. Great! |
48 | 2024-06-20T20:47:46.320Z | |
49 | 2024-06-20T20:47:46.320Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-20T20:47:46.320Z | environment variable. This has not been done automatically. |
51 | 2024-06-20T20:47:46.320Z | |
52 | 2024-06-20T20:47:46.320Z | To configure your current shell, you need to source |
53 | 2024-06-20T20:47:46.320Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-20T20:47:46.320Z | |
55 | 2024-06-20T20:47:46.320Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-20T20:47:46.320Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-20T20:47:46.320Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-20T20:47:46.395Z | + rustc --version |
59 | 2024-06-20T20:47:46.457Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-20T20:47:46.460Z | process exited: duration 19289 ms, exit code 0 |
|
61 | 2024-06-20T20:47:46.467Z | starting task 2: "authentication" |
62 | 2024-06-20T20:47:46.488Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-20T20:47:46.493Z | starting task 3: "clone repository" |
64 | 2024-06-20T20:47:46.499Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-20T20:47:46.501Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-20T20:47:46.669Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-20T20:47:51.744Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-20T20:47:51.744Z | + git fetch origin 88e6c18915c287f4c703517fb2e21983ec2950db |
69 | 2024-06-20T20:47:52.059Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-20T20:47:52.059Z | * branch 88e6c18915c287f4c703517fb2e21983ec2950db -> FETCH_HEAD |
71 | 2024-06-20T20:47:52.070Z | + [[ -n stage0 ]] |
72 | 2024-06-20T20:47:52.072Z | ++ git branch --show-current |
73 | 2024-06-20T20:47:52.075Z | + current=main |
74 | 2024-06-20T20:47:52.075Z | + [[ main != stage0 ]] |
75 | 2024-06-20T20:47:52.075Z | + git branch -f stage0 88e6c18915c287f4c703517fb2e21983ec2950db |
76 | 2024-06-20T20:47:52.078Z | + git checkout -f stage0 |
77 | 2024-06-20T20:47:52.220Z | Switched to branch 'stage0' |
78 | 2024-06-20T20:47:52.223Z | + git reset --hard 88e6c18915c287f4c703517fb2e21983ec2950db |
79 | 2024-06-20T20:47:52.234Z | HEAD is now at 88e6c1891 Support updating the RoT bootloader (stage0) |
80 | 2024-06-20T20:47:52.237Z | process exited: duration 5741 ms, exit code 0 |
|
81 | 2024-06-20T20:47:52.243Z | starting task 4: "build" |
82 | 2024-06-20T20:47:52.248Z | + cargo --version |
83 | 2024-06-20T20:47:52.305Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-20T20:47:52.308Z | + rustc --version |
85 | 2024-06-20T20:47:52.367Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-20T20:47:52.370Z | + WORK=/work |
87 | 2024-06-20T20:47:52.370Z | + pfexec mkdir -p /work |
88 | 2024-06-20T20:47:52.373Z | + pfexec chown build /work |
89 | 2024-06-20T20:47:52.376Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-20T20:48:05.841Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-20T20:48:07.811Z | Startup: Caching catalogs ... Done |
92 | 2024-06-20T20:48:10.179Z | Planning: Solver setup ... Done (1.897s) |
93 | 2024-06-20T20:48:10.218Z | Planning: Running solver ... Done (0.038s) |
94 | 2024-06-20T20:48:10.260Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-06-20T20:48:10.273Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-20T20:48:10.525Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-20T20:48:10.674Z | Planning: Package planning ... Done (0.149s) |
98 | 2024-06-20T20:48:10.725Z | Planning: Merging actions ... Done (0.051s) |
99 | 2024-06-20T20:48:11.673Z | Planning: Checking for conflicting actions ... Done (0.947s) |
100 | 2024-06-20T20:48:11.687Z | Planning: Consolidating action changes ... Done (0.012s) |
101 | 2024-06-20T20:48:16.295Z | Planning: Evaluating mediators ... Done (4.609s) |
102 | 2024-06-20T20:48:16.305Z | Planning: Planning completed in 8.43 seconds |
103 | 2024-06-20T20:48:16.860Z | Packages to install: 4 |
104 | 2024-06-20T20:48:16.861Z | Mediators to change: 2 |
105 | 2024-06-20T20:48:16.861Z | Services to change: 1 |
106 | 2024-06-20T20:48:16.861Z | Estimated space available: 155.77 GB |
107 | 2024-06-20T20:48:16.861Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-20T20:48:16.861Z | Create boot environment: No |
109 | 2024-06-20T20:48:16.864Z | Create backup boot environment: No |
110 | 2024-06-20T20:48:16.864Z | Rebuild boot archive: No |
111 | 2024-06-20T20:48:16.864Z | |
112 | 2024-06-20T20:48:16.864Z | Changed mediators: |
113 | 2024-06-20T20:48:16.864Z | mediator clang: |
114 | 2024-06-20T20:48:16.864Z | version: None -> 15 (system default) |
115 | 2024-06-20T20:48:16.864Z | |
116 | 2024-06-20T20:48:16.864Z | mediator llvm: |
117 | 2024-06-20T20:48:16.864Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-20T20:48:16.864Z | |
119 | 2024-06-20T20:48:16.864Z | Changed packages: |
120 | 2024-06-20T20:48:16.864Z | helios-dev |
121 | 2024-06-20T20:48:16.864Z | developer/build-essential |
122 | 2024-06-20T20:48:16.864Z | None -> 11-2.0 |
123 | 2024-06-20T20:48:16.864Z | library/libxmlsec1 |
124 | 2024-06-20T20:48:16.865Z | None -> 1.2.35-2.0 |
125 | 2024-06-20T20:48:16.865Z | ooce/developer/clang-15 |
126 | 2024-06-20T20:48:16.865Z | None -> 15.0.7-2.0 |
127 | 2024-06-20T20:48:16.865Z | ooce/developer/llvm-15 |
128 | 2024-06-20T20:48:16.865Z | None -> 15.0.7-2.0 |
129 | 2024-06-20T20:48:16.865Z | |
130 | 2024-06-20T20:48:16.865Z | Services: |
131 | 2024-06-20T20:48:16.865Z | restart_fmri: |
132 | 2024-06-20T20:48:16.865Z | svc:/system/update-man-index:default |
133 | 2024-06-20T20:48:17.070Z | |
134 | 2024-06-20T20:48:17.070Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-20T20:48:22.072Z | Download: 494/3290 items 17.2/212.6MB 8% complete (3.5M/s) |
136 | 2024-06-20T20:48:27.726Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (8.7M/s) |
137 | 2024-06-20T20:48:32.728Z | Download: 1706/3290 items 118.1/212.6MB 55% complete (10.0M/s) |
138 | 2024-06-20T20:48:37.733Z | Download: 2439/3290 items 120.1/212.6MB 56% complete (3.7M/s) |
139 | 2024-06-20T20:48:50.344Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
140 | 2024-06-20T20:48:51.534Z | Download: Completed 212.60 MB in 34.46 seconds (6.2M/s) |
141 | 2024-06-20T20:48:51.680Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-06-20T20:48:56.714Z | Actions: 3580/3689 actions (Installing new actions) |
143 | 2024-06-20T20:48:57.168Z | Actions: Completed 3689 actions in 5.49 seconds. |
144 | 2024-06-20T20:48:57.423Z | Done (0.249s) |
145 | 2024-06-20T20:48:57.423Z | Done (0.000s) |
146 | 2024-06-20T20:48:57.745Z | Done (0.323s) |
147 | 2024-06-20T20:49:03.160Z | Done (5.242s) |
148 | 2024-06-20T20:49:03.331Z | Done (0.113s) |
149 | 2024-06-20T20:49:03.334Z | Done (0.000s) |
150 | 2024-06-20T20:49:03.833Z | Done (0.000s) |
151 | 2024-06-20T20:49:04.408Z | Planning: Evaluating mediator changes ... Done |
152 | 2024-06-20T20:49:04.571Z | Planning: Checking for conflicting actions ... Done |
153 | 2024-06-20T20:49:04.574Z | Planning: Consolidating action changes ... Done |
154 | 2024-06-20T20:49:04.843Z | Planning: Evaluating mediators ... Done |
155 | 2024-06-20T20:49:04.846Z | Planning: Planning completed in 0.44 seconds |
156 | 2024-06-20T20:49:04.877Z | Mediators to change: 2 |
157 | 2024-06-20T20:49:04.877Z | Create boot environment: No |
158 | 2024-06-20T20:49:04.877Z | Create backup boot environment: No |
159 | 2024-06-20T20:49:05.058Z | Done |
160 | 2024-06-20T20:49:05.058Z | Done |
161 | 2024-06-20T20:49:05.269Z | Done |
162 | 2024-06-20T20:49:09.023Z | Done |
163 | 2024-06-20T20:49:09.111Z | Done |
164 | 2024-06-20T20:49:09.114Z | Done |
165 | 2024-06-20T20:49:09.818Z | Done |
166 | 2024-06-20T20:49:10.441Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-06-20T20:49:10.446Z | Planning: Merging actions ... Done |
168 | 2024-06-20T20:49:10.634Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-06-20T20:49:10.638Z | Planning: Consolidating action changes ... Done |
170 | 2024-06-20T20:49:10.909Z | Planning: Evaluating mediators ... Done |
171 | 2024-06-20T20:49:10.967Z | Planning: Planning completed in 0.77 seconds |
172 | 2024-06-20T20:49:11.004Z | Packages to change: 1 |
173 | 2024-06-20T20:49:11.004Z | Mediators to change: 1 |
174 | 2024-06-20T20:49:11.004Z | Services to change: 1 |
175 | 2024-06-20T20:49:11.004Z | Create boot environment: No |
176 | 2024-06-20T20:49:11.004Z | Create backup boot environment: Yes |
177 | 2024-06-20T20:49:11.967Z | Actions: 1/6 actions (Updating modified actions) |
178 | 2024-06-20T20:49:12.002Z | Actions: Completed 6 actions in 0.03 seconds. |
179 | 2024-06-20T20:49:12.006Z | Done |
180 | 2024-06-20T20:49:12.006Z | Done |
181 | 2024-06-20T20:49:12.071Z | Done |
182 | 2024-06-20T20:49:15.788Z | Done |
183 | 2024-06-20T20:49:15.872Z | Done |
184 | 2024-06-20T20:49:15.877Z | Done |
185 | 2024-06-20T20:49:16.154Z | Done |
186 | 2024-06-20T20:49:16.623Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
187 | 2024-06-20T20:49:16.623Z | clang system 15 system |
188 | 2024-06-20T20:49:16.623Z | csh system system illumos |
189 | 2024-06-20T20:49:16.623Z | ctags system system illumos |
190 | 2024-06-20T20:49:16.623Z | gcc vendor 12 vendor |
191 | 2024-06-20T20:49:16.623Z | gcc system 10 system |
192 | 2024-06-20T20:49:16.623Z | gcc system 7 system |
193 | 2024-06-20T20:49:16.624Z | go system 1.20 system |
194 | 2024-06-20T20:49:16.624Z | go system 1.19 system |
195 | 2024-06-20T20:49:16.624Z | llvm system 15 system |
196 | 2024-06-20T20:49:16.624Z | llvm system 14 system |
197 | 2024-06-20T20:49:16.624Z | mariadb system 10.6 system |
198 | 2024-06-20T20:49:16.624Z | mta vendor vendor dma |
199 | 2024-06-20T20:49:16.624Z | openjdk system 17 system |
200 | 2024-06-20T20:49:16.624Z | openjdk system 11 system |
201 | 2024-06-20T20:49:16.624Z | openjdk system 1.8 system |
202 | 2024-06-20T20:49:16.624Z | openssl vendor 3 vendor |
203 | 2024-06-20T20:49:16.624Z | perl system 5.36 system |
204 | 2024-06-20T20:49:16.624Z | postgresql system 15 system |
205 | 2024-06-20T20:49:16.624Z | postgresql system 13 system |
206 | 2024-06-20T20:49:16.624Z | python vendor 3 vendor |
207 | 2024-06-20T20:49:16.624Z | python system 2 system |
208 | 2024-06-20T20:49:16.624Z | python3 system 3.11 system |
209 | 2024-06-20T20:49:16.624Z | ruby system 3.0 system |
210 | 2024-06-20T20:49:16.624Z | words vendor vendor american-english |
211 | 2024-06-20T20:49:16.624Z | words system system australian-english |
212 | 2024-06-20T20:49:16.624Z | words system system british-english |
213 | 2024-06-20T20:49:16.624Z | words system system canadian-english |
214 | 2024-06-20T20:49:16.624Z | words system system french |
215 | 2024-06-20T20:49:16.625Z | words system system italian |
216 | 2024-06-20T20:49:16.625Z | words system system ngerman |
217 | 2024-06-20T20:49:16.625Z | words system system ogerman |
218 | 2024-06-20T20:49:16.625Z | words system system spanish |
219 | 2024-06-20T20:49:16.973Z | PUBLISHER TYPE STATUS P LOCATION |
220 | 2024-06-20T20:49:16.973Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
221 | 2024-06-20T20:49:18.520Z | FMRI IFO |
222 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
223 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
224 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
225 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
226 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
227 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
229 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
230 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
231 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
232 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-06-20T20:49:18.520Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
234 | 2024-06-20T20:49:19.050Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
235 | 2024-06-20T20:49:19.371Z | Updating git repository `https://github.com/oxidecomputer/zone` |
236 | 2024-06-20T20:49:19.668Z | Updating crates.io index |
237 | 2024-06-20T20:49:19.671Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
238 | 2024-06-20T20:49:20.560Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
239 | 2024-06-20T20:49:21.381Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
240 | 2024-06-20T20:49:21.724Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
241 | 2024-06-20T20:49:23.961Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
242 | 2024-06-20T20:49:24.574Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
243 | 2024-06-20T20:49:24.855Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
244 | 2024-06-20T20:49:25.943Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
245 | 2024-06-20T20:49:27.993Z | Updating git repository `https://github.com/oxidecomputer/opte` |
246 | 2024-06-20T20:49:29.110Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
247 | 2024-06-20T20:49:29.878Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
248 | 2024-06-20T20:49:30.434Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
249 | 2024-06-20T20:49:30.750Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
250 | 2024-06-20T20:49:31.096Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
251 | 2024-06-20T20:49:31.434Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
252 | 2024-06-20T20:49:31.712Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
253 | 2024-06-20T20:49:32.052Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
254 | 2024-06-20T20:49:32.374Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
255 | 2024-06-20T20:49:32.643Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
256 | 2024-06-20T20:49:32.967Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
257 | 2024-06-20T20:49:33.300Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
258 | 2024-06-20T20:49:33.749Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
259 | 2024-06-20T20:49:34.014Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
260 | 2024-06-20T20:49:34.675Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
261 | 2024-06-20T20:49:34.968Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
262 | 2024-06-20T20:49:35.283Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
263 | 2024-06-20T20:49:35.699Z | Updating git repository `https://github.com/oxidecomputer/typify` |
264 | 2024-06-20T20:49:37.691Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
265 | 2024-06-20T20:49:38.090Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
266 | 2024-06-20T20:49:38.357Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
267 | 2024-06-20T20:49:38.916Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
268 | 2024-06-20T20:49:39.934Z | Downloading crates ... |
269 | 2024-06-20T20:49:39.989Z | Downloaded anstyle-query v1.0.3 |
270 | 2024-06-20T20:49:39.998Z | Downloaded autocfg v1.3.0 |
271 | 2024-06-20T20:49:40.003Z | Downloaded anstream v0.6.14 |
272 | 2024-06-20T20:49:40.007Z | Downloaded foreign-types-shared v0.1.1 |
273 | 2024-06-20T20:49:40.009Z | Downloaded dtrace-parser v0.2.0 |
274 | 2024-06-20T20:49:40.009Z | Downloaded colorchoice v1.0.1 |
275 | 2024-06-20T20:49:40.009Z | Downloaded match_cfg v0.1.0 |
276 | 2024-06-20T20:49:40.012Z | Downloaded equivalent v1.0.1 |
277 | 2024-06-20T20:49:40.016Z | Downloaded is_terminal_polyfill v1.70.0 |
278 | 2024-06-20T20:49:40.019Z | Downloaded num-conv v0.1.0 |
279 | 2024-06-20T20:49:40.019Z | Downloaded openssl-probe v0.1.5 |
280 | 2024-06-20T20:49:40.023Z | Downloaded deranged v0.3.11 |
281 | 2024-06-20T20:49:40.029Z | Downloaded fs-err v2.11.0 |
282 | 2024-06-20T20:49:40.029Z | Downloaded cpufeatures v0.2.12 |
283 | 2024-06-20T20:49:40.029Z | Downloaded fnv v1.0.7 |
284 | 2024-06-20T20:49:40.032Z | Downloaded filetime v0.2.23 |
285 | 2024-06-20T20:49:40.032Z | Downloaded dof v0.3.0 |
286 | 2024-06-20T20:49:40.036Z | Downloaded dirs-next v2.0.0 |
287 | 2024-06-20T20:49:40.036Z | Downloaded num_cpus v1.16.0 |
288 | 2024-06-20T20:49:40.041Z | Downloaded futures-macro v0.3.30 |
289 | 2024-06-20T20:49:40.041Z | Downloaded scroll_derive v0.12.0 |
290 | 2024-06-20T20:49:40.041Z | Downloaded sync_wrapper v0.1.2 |
291 | 2024-06-20T20:49:40.044Z | Downloaded signal-hook-registry v1.4.2 |
292 | 2024-06-20T20:49:40.044Z | Downloaded hostname v0.3.1 |
293 | 2024-06-20T20:49:40.044Z | Downloaded serde_urlencoded v0.7.1 |
294 | 2024-06-20T20:49:40.047Z | Downloaded strum v0.26.2 |
295 | 2024-06-20T20:49:40.047Z | Downloaded heck v0.4.1 |
296 | 2024-06-20T20:49:40.047Z | Downloaded pest_generator v2.7.10 |
297 | 2024-06-20T20:49:40.052Z | Downloaded usdt-macro v0.5.0 |
298 | 2024-06-20T20:49:40.052Z | Downloaded tinyvec_macros v0.1.1 |
299 | 2024-06-20T20:49:40.052Z | Downloaded block-buffer v0.10.4 |
300 | 2024-06-20T20:49:40.055Z | Downloaded pretty-hex v0.4.1 |
301 | 2024-06-20T20:49:40.055Z | Downloaded futures-executor v0.3.30 |
302 | 2024-06-20T20:49:40.055Z | Downloaded cargo_metadata v0.18.1 |
303 | 2024-06-20T20:49:40.058Z | Downloaded try-lock v0.2.5 |
304 | 2024-06-20T20:49:40.058Z | Downloaded byteorder v1.5.0 |
305 | 2024-06-20T20:49:40.061Z | Downloaded native-tls v0.2.11 |
306 | 2024-06-20T20:49:40.065Z | Downloaded anstyle-parse v0.2.4 |
307 | 2024-06-20T20:49:40.065Z | Downloaded serde_spanned v0.6.6 |
308 | 2024-06-20T20:49:40.068Z | Downloaded rustversion v1.0.17 |
309 | 2024-06-20T20:49:40.068Z | Downloaded ipnet v2.9.0 |
310 | 2024-06-20T20:49:40.075Z | Downloaded mime v0.3.17 |
311 | 2024-06-20T20:49:40.075Z | Downloaded anstyle v1.0.7 |
312 | 2024-06-20T20:49:40.078Z | Downloaded futures-task v0.3.30 |
313 | 2024-06-20T20:49:40.078Z | Downloaded parking_lot_core v0.9.10 |
314 | 2024-06-20T20:49:40.078Z | Downloaded rustls-pemfile v1.0.4 |
315 | 2024-06-20T20:49:40.078Z | Downloaded thread-id v4.2.1 |
316 | 2024-06-20T20:49:40.081Z | Downloaded xattr v1.3.1 |
317 | 2024-06-20T20:49:40.081Z | Downloaded md5 v0.7.0 |
318 | 2024-06-20T20:49:40.081Z | Downloaded thiserror v1.0.60 |
319 | 2024-06-20T20:49:40.086Z | Downloaded is-terminal v0.4.12 |
320 | 2024-06-20T20:49:40.089Z | Downloaded pkg-config v0.3.30 |
321 | 2024-06-20T20:49:40.089Z | Downloaded usdt v0.5.0 |
322 | 2024-06-20T20:49:40.093Z | Downloaded clap v4.5.4 |
323 | 2024-06-20T20:49:40.102Z | Downloaded camino v1.1.7 |
324 | 2024-06-20T20:49:40.106Z | Downloaded proc-macro-error-attr v1.0.4 |
325 | 2024-06-20T20:49:40.106Z | Downloaded pin-project-lite v0.2.14 |
326 | 2024-06-20T20:49:40.109Z | Downloaded plain v0.2.3 |
327 | 2024-06-20T20:49:40.109Z | Downloaded term v0.7.0 |
328 | 2024-06-20T20:49:40.115Z | Downloaded errno v0.3.9 |
329 | 2024-06-20T20:49:40.118Z | Downloaded memmap v0.7.0 |
330 | 2024-06-20T20:49:40.118Z | Downloaded swrite v0.1.0 |
331 | 2024-06-20T20:49:40.118Z | Downloaded itoa v1.0.11 |
332 | 2024-06-20T20:49:40.118Z | Downloaded percent-encoding v2.3.1 |
333 | 2024-06-20T20:49:40.118Z | Downloaded macaddr v1.0.1 |
334 | 2024-06-20T20:49:40.121Z | Downloaded httpdate v1.0.3 |
335 | 2024-06-20T20:49:40.121Z | Downloaded http-body v0.4.6 |
336 | 2024-06-20T20:49:40.124Z | Downloaded heck v0.5.0 |
337 | 2024-06-20T20:49:40.124Z | Downloaded quote v1.0.36 |
338 | 2024-06-20T20:49:40.130Z | Downloaded zerocopy-derive v0.7.34 |
339 | 2024-06-20T20:49:40.132Z | Downloaded take_mut v0.2.2 |
340 | 2024-06-20T20:49:40.132Z | Downloaded pest_meta v2.7.10 |
341 | 2024-06-20T20:49:40.135Z | Downloaded anyhow v1.0.86 |
342 | 2024-06-20T20:49:40.138Z | Downloaded unicode-width v0.1.12 |
343 | 2024-06-20T20:49:40.141Z | Downloaded unicode-ident v1.0.12 |
344 | 2024-06-20T20:49:40.144Z | Downloaded digest v0.10.7 |
345 | 2024-06-20T20:49:40.144Z | Downloaded strsim v0.11.1 |
346 | 2024-06-20T20:49:40.146Z | Downloaded cargo_toml v0.20.2 |
347 | 2024-06-20T20:49:40.146Z | Downloaded usdt-attr-macro v0.5.0 |
348 | 2024-06-20T20:49:40.146Z | Downloaded tower-service v0.3.2 |
349 | 2024-06-20T20:49:40.149Z | Downloaded time-core v0.1.2 |
350 | 2024-06-20T20:49:40.149Z | Downloaded papergrid v0.11.0 |
351 | 2024-06-20T20:49:40.153Z | Downloaded cc v1.0.97 |
352 | 2024-06-20T20:49:40.155Z | Downloaded want v0.3.1 |
353 | 2024-06-20T20:49:40.158Z | Downloaded ucd-trie v0.1.6 |
354 | 2024-06-20T20:49:40.158Z | Downloaded tabled_derive v0.7.0 |
355 | 2024-06-20T20:49:40.161Z | Downloaded parking_lot v0.12.2 |
356 | 2024-06-20T20:49:40.164Z | Downloaded futures v0.3.30 |
357 | 2024-06-20T20:49:40.167Z | Downloaded crc32fast v1.4.0 |
358 | 2024-06-20T20:49:40.173Z | Downloaded socket2 v0.5.7 |
359 | 2024-06-20T20:49:40.173Z | Downloaded sha2 v0.10.8 |
360 | 2024-06-20T20:49:40.176Z | Downloaded tokio-native-tls v0.3.1 |
361 | 2024-06-20T20:49:40.176Z | Downloaded slog-async v2.8.0 |
362 | 2024-06-20T20:49:40.179Z | Downloaded tar v0.4.40 |
363 | 2024-06-20T20:49:40.179Z | Downloaded serde_tokenstream v0.2.0 |
364 | 2024-06-20T20:49:40.182Z | Downloaded mio v0.8.11 |
365 | 2024-06-20T20:49:40.188Z | Downloaded miniz_oxide v0.7.2 |
366 | 2024-06-20T20:49:40.191Z | Downloaded powerfmt v0.2.0 |
367 | 2024-06-20T20:49:40.191Z | Downloaded version_check v0.9.4 |
368 | 2024-06-20T20:49:40.194Z | Downloaded usdt-impl v0.5.0 |
369 | 2024-06-20T20:49:40.194Z | Downloaded pin-utils v0.1.0 |
370 | 2024-06-20T20:49:40.197Z | Downloaded thread_local v1.1.8 |
371 | 2024-06-20T20:49:40.197Z | Downloaded thiserror-impl v1.0.60 |
372 | 2024-06-20T20:49:40.201Z | Downloaded indexmap v2.2.6 |
373 | 2024-06-20T20:49:40.204Z | Downloaded terminal_size v0.3.0 |
374 | 2024-06-20T20:49:40.204Z | Downloaded pest v2.7.10 |
375 | 2024-06-20T20:49:40.208Z | Downloaded strum_macros v0.26.2 |
376 | 2024-06-20T20:49:40.211Z | Downloaded scroll v0.12.0 |
377 | 2024-06-20T20:49:40.214Z | Downloaded semver v1.0.23 |
378 | 2024-06-20T20:49:40.218Z | Downloaded http v0.2.12 |
379 | 2024-06-20T20:49:40.221Z | Downloaded serde_derive v1.0.203 |
380 | 2024-06-20T20:49:40.221Z | Downloaded utf8parse v0.2.1 |
381 | 2024-06-20T20:49:40.224Z | Downloaded h2 v0.3.26 |
382 | 2024-06-20T20:49:40.230Z | Downloaded openssl-sys v0.9.102 |
383 | 2024-06-20T20:49:40.233Z | Downloaded serde v1.0.203 |
384 | 2024-06-20T20:49:40.237Z | Downloaded hyper v0.14.28 |
385 | 2024-06-20T20:49:40.245Z | Downloaded ryu v1.0.18 |
386 | 2024-06-20T20:49:40.248Z | Downloaded toml v0.8.13 |
387 | 2024-06-20T20:49:40.252Z | Downloaded proc-macro2 v1.0.82 |
388 | 2024-06-20T20:49:40.254Z | Downloaded typenum v1.17.0 |
389 | 2024-06-20T20:49:40.257Z | Downloaded tinyvec v1.6.0 |
390 | 2024-06-20T20:49:40.260Z | Downloaded unicode-bidi v0.3.15 |
391 | 2024-06-20T20:49:40.263Z | Downloaded tracing v0.1.40 |
392 | 2024-06-20T20:49:40.267Z | Downloaded openssl v0.10.64 |
393 | 2024-06-20T20:49:40.276Z | Downloaded tracing-core v0.1.32 |
394 | 2024-06-20T20:49:40.279Z | Downloaded url v2.5.0 |
395 | 2024-06-20T20:49:40.282Z | Downloaded time v0.3.36 |
396 | 2024-06-20T20:49:40.289Z | Downloaded idna v0.5.0 |
397 | 2024-06-20T20:49:40.296Z | Downloaded tokio-util v0.7.11 |
398 | 2024-06-20T20:49:40.303Z | Downloaded goblin v0.8.2 |
399 | 2024-06-20T20:49:40.309Z | Downloaded serde_json v1.0.117 |
400 | 2024-06-20T20:49:40.316Z | Downloaded toml_edit v0.22.13 |
401 | 2024-06-20T20:49:40.338Z | Downloaded winnow v0.6.8 |
402 | 2024-06-20T20:49:40.347Z | Downloaded unicode-normalization v0.1.23 |
403 | 2024-06-20T20:49:40.350Z | Downloaded libc v0.2.155 |
404 | 2024-06-20T20:49:40.376Z | Downloaded reqwest v0.11.27 |
405 | 2024-06-20T20:49:40.385Z | Downloaded vcpkg v0.2.15 |
406 | 2024-06-20T20:49:40.423Z | Downloaded syn v1.0.109 |
407 | 2024-06-20T20:49:40.431Z | Downloaded rustix v0.38.34 |
408 | 2024-06-20T20:49:40.455Z | Downloaded syn v2.0.64 |
409 | 2024-06-20T20:49:40.463Z | Downloaded encoding_rs v0.8.34 |
410 | 2024-06-20T20:49:40.483Z | Downloaded tokio v1.37.0 |
411 | 2024-06-20T20:49:40.519Z | Downloaded zerocopy v0.7.34 |
412 | 2024-06-20T20:49:40.534Z | Downloaded tabled v0.15.0 |
413 | 2024-06-20T20:49:40.547Z | Downloaded hashbrown v0.14.5 |
414 | 2024-06-20T20:49:40.553Z | Downloaded futures-util v0.3.30 |
415 | 2024-06-20T20:49:40.564Z | Downloaded clap_builder v4.5.2 |
416 | 2024-06-20T20:49:40.570Z | Downloaded flate2 v1.0.30 |
417 | 2024-06-20T20:49:40.575Z | Downloaded memchr v2.7.2 |
418 | 2024-06-20T20:49:40.578Z | Downloaded bytes v1.6.0 |
419 | 2024-06-20T20:49:40.582Z | Downloaded pest_derive v2.7.10 |
420 | 2024-06-20T20:49:40.585Z | Downloaded lock_api v0.4.12 |
421 | 2024-06-20T20:49:40.589Z | Downloaded crossbeam-channel v0.5.12 |
422 | 2024-06-20T20:49:40.594Z | Downloaded smallvec v1.13.2 |
423 | 2024-06-20T20:49:40.594Z | Downloaded slog-json v2.6.1 |
424 | 2024-06-20T20:49:40.597Z | Downloaded proc-macro-error v1.0.4 |
425 | 2024-06-20T20:49:40.597Z | Downloaded bitflags v2.5.0 |
426 | 2024-06-20T20:49:40.600Z | Downloaded time-macros v0.2.18 |
427 | 2024-06-20T20:49:40.603Z | Downloaded slog v2.7.0 |
428 | 2024-06-20T20:49:40.606Z | Downloaded futures-io v0.3.30 |
429 | 2024-06-20T20:49:40.606Z | Downloaded hyper-tls v0.5.0 |
430 | 2024-06-20T20:49:40.606Z | Downloaded futures-sink v0.3.30 |
431 | 2024-06-20T20:49:40.608Z | Downloaded futures-core v0.3.30 |
432 | 2024-06-20T20:49:40.609Z | Downloaded form_urlencoded v1.2.1 |
433 | 2024-06-20T20:49:40.609Z | Downloaded slab v0.4.9 |
434 | 2024-06-20T20:49:40.611Z | Downloaded crypto-common v0.1.6 |
435 | 2024-06-20T20:49:40.611Z | Downloaded cfg-if v1.0.0 |
436 | 2024-06-20T20:49:40.611Z | Downloaded cargo-platform v0.1.8 |
437 | 2024-06-20T20:49:40.614Z | Downloaded clap_lex v0.7.0 |
438 | 2024-06-20T20:49:40.614Z | Downloaded toml_datetime v0.6.6 |
439 | 2024-06-20T20:49:40.614Z | Downloaded log v0.4.21 |
440 | 2024-06-20T20:49:40.617Z | Downloaded generic-array v0.14.7 |
441 | 2024-06-20T20:49:40.617Z | Downloaded dirs-sys-next v0.1.2 |
442 | 2024-06-20T20:49:40.620Z | Downloaded crossbeam-utils v0.8.19 |
443 | 2024-06-20T20:49:40.620Z | Downloaded bytecount v0.6.8 |
444 | 2024-06-20T20:49:40.623Z | Downloaded base64 v0.21.7 |
445 | 2024-06-20T20:49:40.627Z | Downloaded tokio-macros v2.2.0 |
446 | 2024-06-20T20:49:40.627Z | Downloaded slog-term v2.9.1 |
447 | 2024-06-20T20:49:40.630Z | Downloaded openssl-macros v0.1.1 |
448 | 2024-06-20T20:49:40.630Z | Downloaded num_threads v0.1.7 |
449 | 2024-06-20T20:49:40.630Z | Downloaded foreign-types v0.3.2 |
450 | 2024-06-20T20:49:40.630Z | Downloaded once_cell v1.19.0 |
451 | 2024-06-20T20:49:40.641Z | Downloaded slog-bunyan v2.5.0 |
452 | 2024-06-20T20:49:40.645Z | Downloaded scopeguard v1.2.0 |
453 | 2024-06-20T20:49:40.645Z | Downloaded httparse v1.8.0 |
454 | 2024-06-20T20:49:40.645Z | Downloaded adler v1.0.2 |
455 | 2024-06-20T20:49:40.645Z | Downloaded futures-channel v0.3.30 |
456 | 2024-06-20T20:49:40.645Z | Downloaded clap_derive v4.5.4 |
457 | 2024-06-20T20:49:40.946Z | Compiling proc-macro2 v1.0.82 |
458 | 2024-06-20T20:49:40.946Z | Compiling unicode-ident v1.0.12 |
459 | 2024-06-20T20:49:40.946Z | Compiling libc v0.2.155 |
460 | 2024-06-20T20:49:40.947Z | Compiling version_check v0.9.4 |
461 | 2024-06-20T20:49:40.947Z | Compiling cfg-if v1.0.0 |
462 | 2024-06-20T20:49:40.947Z | Compiling once_cell v1.19.0 |
463 | 2024-06-20T20:49:40.947Z | Compiling itoa v1.0.11 |
464 | 2024-06-20T20:49:40.947Z | Compiling serde v1.0.203 |
465 | 2024-06-20T20:49:41.144Z | Compiling autocfg v1.3.0 |
466 | 2024-06-20T20:49:41.181Z | Compiling memchr v2.7.2 |
467 | 2024-06-20T20:49:41.336Z | Compiling thiserror v1.0.60 |
468 | 2024-06-20T20:49:41.446Z | Compiling ryu v1.0.18 |
469 | 2024-06-20T20:49:41.780Z | Compiling pin-project-lite v0.2.14 |
470 | 2024-06-20T20:49:41.868Z | Compiling bitflags v2.5.0 |
471 | 2024-06-20T20:49:41.886Z | Compiling vcpkg v0.2.15 |
472 | 2024-06-20T20:49:42.036Z | Compiling lock_api v0.4.12 |
473 | 2024-06-20T20:49:42.184Z | Compiling pkg-config v0.3.30 |
474 | 2024-06-20T20:49:42.550Z | Compiling cc v1.0.97 |
475 | 2024-06-20T20:49:42.799Z | Compiling parking_lot_core v0.9.10 |
476 | 2024-06-20T20:49:42.987Z | Compiling ucd-trie v0.1.6 |
477 | 2024-06-20T20:49:43.193Z | Compiling slab v0.4.9 |
478 | 2024-06-20T20:49:43.265Z | Compiling futures-core v0.3.30 |
479 | 2024-06-20T20:49:43.484Z | Compiling futures-sink v0.3.30 |
480 | 2024-06-20T20:49:43.523Z | Compiling smallvec v1.13.2 |
481 | 2024-06-20T20:49:43.547Z | Compiling scopeguard v1.2.0 |
482 | 2024-06-20T20:49:43.664Z | Compiling bytes v1.6.0 |
483 | 2024-06-20T20:49:43.911Z | Compiling quote v1.0.36 |
484 | 2024-06-20T20:49:43.978Z | Compiling equivalent v1.0.1 |
485 | 2024-06-20T20:49:44.104Z | Compiling hashbrown v0.14.5 |
486 | 2024-06-20T20:49:44.141Z | Compiling log v0.4.21 |
487 | 2024-06-20T20:49:44.557Z | Compiling syn v2.0.64 |
488 | 2024-06-20T20:49:44.583Z | Compiling serde_json v1.0.117 |
489 | 2024-06-20T20:49:44.641Z | Compiling byteorder v1.5.0 |
490 | 2024-06-20T20:49:44.908Z | Compiling fnv v1.0.7 |
491 | 2024-06-20T20:49:44.934Z | Compiling parking_lot v0.12.2 |
492 | 2024-06-20T20:49:44.958Z | Compiling signal-hook-registry v1.4.2 |
493 | 2024-06-20T20:49:44.998Z | Compiling mio v0.8.11 |
494 | 2024-06-20T20:49:45.034Z | Compiling num_cpus v1.16.0 |
495 | 2024-06-20T20:49:45.105Z | Compiling socket2 v0.5.7 |
496 | 2024-06-20T20:49:45.471Z | Compiling indexmap v2.2.6 |
497 | 2024-06-20T20:49:45.474Z | Compiling futures-channel v0.3.30 |
498 | 2024-06-20T20:49:45.927Z | Compiling futures-task v0.3.30 |
499 | 2024-06-20T20:49:45.990Z | Compiling futures-io v0.3.30 |
500 | 2024-06-20T20:49:46.179Z | Compiling pin-utils v0.1.0 |
501 | 2024-06-20T20:49:46.205Z | Compiling openssl-sys v0.9.102 |
502 | 2024-06-20T20:49:46.264Z | Compiling typenum v1.17.0 |
503 | 2024-06-20T20:49:46.290Z | Compiling rustix v0.38.34 |
504 | 2024-06-20T20:49:46.358Z | Compiling errno v0.3.9 |
505 | 2024-06-20T20:49:46.382Z | Compiling generic-array v0.14.7 |
506 | 2024-06-20T20:49:46.606Z | Compiling openssl v0.10.64 |
507 | 2024-06-20T20:49:46.700Z | Compiling slog v2.7.0 |
508 | 2024-06-20T20:49:46.918Z | Compiling foreign-types-shared v0.1.1 |
509 | 2024-06-20T20:49:47.105Z | Compiling foreign-types v0.3.2 |
510 | 2024-06-20T20:49:47.163Z | Compiling http v0.2.12 |
511 | 2024-06-20T20:49:47.213Z | Compiling proc-macro-error-attr v1.0.4 |
512 | 2024-06-20T20:49:47.315Z | Compiling usdt-impl v0.5.0 |
513 | 2024-06-20T20:49:47.456Z | Compiling tracing-core v0.1.32 |
514 | 2024-06-20T20:49:47.634Z | Compiling num-conv v0.1.0 |
515 | 2024-06-20T20:49:47.699Z | Compiling tinyvec_macros v0.1.1 |
516 | 2024-06-20T20:49:47.801Z | Compiling syn v1.0.109 |
517 | 2024-06-20T20:49:47.881Z | Compiling powerfmt v0.2.0 |
518 | 2024-06-20T20:49:48.263Z | Compiling time-core v0.1.2 |
519 | 2024-06-20T20:49:48.444Z | Compiling native-tls v0.2.11 |
520 | 2024-06-20T20:49:48.468Z | Compiling httparse v1.8.0 |
521 | 2024-06-20T20:49:48.813Z | Compiling time-macros v0.2.18 |
522 | 2024-06-20T20:49:48.903Z | Compiling tracing v0.1.40 |
523 | 2024-06-20T20:49:48.928Z | Compiling deranged v0.3.11 |
524 | 2024-06-20T20:49:49.304Z | Compiling tinyvec v1.6.0 |
525 | 2024-06-20T20:49:49.643Z | Compiling thread-id v4.2.1 |
526 | 2024-06-20T20:49:49.896Z | Compiling proc-macro-error v1.0.4 |
527 | 2024-06-20T20:49:50.213Z | Compiling percent-encoding v2.3.1 |
528 | 2024-06-20T20:49:50.481Z | Compiling num_threads v0.1.7 |
529 | 2024-06-20T20:49:50.599Z | Compiling heck v0.4.1 |
530 | 2024-06-20T20:49:50.628Z | Compiling openssl-probe v0.1.5 |
531 | 2024-06-20T20:49:50.694Z | Compiling crossbeam-utils v0.8.19 |
532 | 2024-06-20T20:49:50.730Z | Compiling try-lock v0.2.5 |
533 | 2024-06-20T20:49:50.774Z | Compiling rustversion v1.0.17 |
534 | 2024-06-20T20:49:50.892Z | Compiling utf8parse v0.2.1 |
535 | 2024-06-20T20:49:51.044Z | Compiling plain v0.2.3 |
536 | 2024-06-20T20:49:51.086Z | Compiling anstyle-parse v0.2.4 |
537 | 2024-06-20T20:49:51.137Z | Compiling want v0.3.1 |
538 | 2024-06-20T20:49:51.220Z | Compiling unicode-normalization v0.1.23 |
539 | 2024-06-20T20:49:51.427Z | Compiling form_urlencoded v1.2.1 |
540 | 2024-06-20T20:49:51.636Z | Compiling http-body v0.4.6 |
541 | 2024-06-20T20:49:51.769Z | Compiling dirs-sys-next v0.1.2 |
542 | 2024-06-20T20:49:52.193Z | Compiling tower-service v0.3.2 |
543 | 2024-06-20T20:49:52.317Z | Compiling semver v1.0.23 |
544 | 2024-06-20T20:49:52.339Z | Compiling unicode-bidi v0.3.15 |
545 | 2024-06-20T20:49:52.374Z | Compiling colorchoice v1.0.1 |
546 | 2024-06-20T20:49:52.399Z | Compiling time v0.3.36 |
547 | 2024-06-20T20:49:52.431Z | Compiling crc32fast v1.4.0 |
548 | 2024-06-20T20:49:52.455Z | Compiling is_terminal_polyfill v1.70.0 |
549 | 2024-06-20T20:49:52.532Z | Compiling pretty-hex v0.4.1 |
550 | 2024-06-20T20:49:52.583Z | Compiling anstyle-query v1.0.3 |
551 | 2024-06-20T20:49:52.738Z | Compiling anstyle v1.0.7 |
552 | 2024-06-20T20:49:52.765Z | Compiling httpdate v1.0.3 |
553 | 2024-06-20T20:49:52.830Z | Compiling camino v1.1.7 |
554 | 2024-06-20T20:49:52.914Z | Compiling winnow v0.6.8 |
555 | 2024-06-20T20:49:53.211Z | Compiling anstream v0.6.14 |
556 | 2024-06-20T20:49:53.306Z | Compiling idna v0.5.0 |
557 | 2024-06-20T20:49:53.851Z | Compiling dirs-next v2.0.0 |
558 | 2024-06-20T20:49:54.057Z | Compiling crypto-common v0.1.6 |
559 | 2024-06-20T20:49:54.280Z | Compiling block-buffer v0.10.4 |
560 | 2024-06-20T20:49:54.985Z | Compiling terminal_size v0.3.0 |
561 | 2024-06-20T20:49:55.285Z | Compiling fs-err v2.11.0 |
562 | 2024-06-20T20:49:55.329Z | Compiling thread_local v1.1.8 |
563 | 2024-06-20T20:49:55.377Z | Compiling match_cfg v0.1.0 |
564 | 2024-06-20T20:49:55.479Z | Compiling adler v1.0.2 |
565 | 2024-06-20T20:49:55.559Z | Compiling heck v0.5.0 |
566 | 2024-06-20T20:49:55.614Z | Compiling bytecount v0.6.8 |
567 | 2024-06-20T20:49:55.736Z | Compiling slog-async v2.8.0 |
568 | 2024-06-20T20:49:55.836Z | Compiling anyhow v1.0.86 |
569 | 2024-06-20T20:49:55.907Z | Compiling unicode-width v0.1.12 |
570 | 2024-06-20T20:49:56.146Z | Compiling clap_lex v0.7.0 |
571 | 2024-06-20T20:49:56.171Z | Compiling base64 v0.21.7 |
572 | 2024-06-20T20:49:56.287Z | Compiling strsim v0.11.1 |
573 | 2024-06-20T20:49:56.477Z | Compiling papergrid v0.11.0 |
574 | 2024-06-20T20:49:56.698Z | Compiling rustls-pemfile v1.0.4 |
575 | 2024-06-20T20:49:56.722Z | Compiling clap_builder v4.5.2 |
576 | 2024-06-20T20:49:56.981Z | Compiling miniz_oxide v0.7.2 |
577 | 2024-06-20T20:49:57.162Z | Compiling hostname v0.3.1 |
578 | 2024-06-20T20:49:57.188Z | Compiling crossbeam-channel v0.5.12 |
579 | 2024-06-20T20:49:57.258Z | Compiling digest v0.10.7 |
580 | 2024-06-20T20:49:57.432Z | Compiling url v2.5.0 |
581 | 2024-06-20T20:49:57.701Z | Compiling term v0.7.0 |
582 | 2024-06-20T20:49:58.146Z | Compiling serde_derive v1.0.203 |
583 | 2024-06-20T20:49:58.388Z | Compiling thiserror-impl v1.0.60 |
584 | 2024-06-20T20:49:58.552Z | Compiling zerocopy-derive v0.7.34 |
585 | 2024-06-20T20:49:58.658Z | Compiling tokio-macros v2.2.0 |
586 | 2024-06-20T20:49:59.406Z | Compiling futures-macro v0.3.30 |
587 | 2024-06-20T20:49:59.432Z | Compiling openssl-macros v0.1.1 |
588 | 2024-06-20T20:50:00.228Z | Compiling scroll_derive v0.12.0 |
589 | 2024-06-20T20:50:00.436Z | Compiling tokio v1.37.0 |
590 | 2024-06-20T20:50:01.054Z | Compiling zerocopy v0.7.34 |
591 | 2024-06-20T20:50:01.627Z | Compiling futures-util v0.3.30 |
592 | 2024-06-20T20:50:01.806Z | Compiling scroll v0.12.0 |
593 | 2024-06-20T20:50:02.128Z | Compiling pest v2.7.10 |
594 | 2024-06-20T20:50:02.390Z | Compiling goblin v0.8.2 |
595 | 2024-06-20T20:50:02.750Z | Compiling tabled_derive v0.7.0 |
596 | 2024-06-20T20:50:05.177Z | Compiling pest_meta v2.7.10 |
597 | 2024-06-20T20:50:05.488Z | Compiling clap_derive v4.5.4 |
598 | 2024-06-20T20:50:07.096Z | Compiling pest_generator v2.7.10 |
599 | 2024-06-20T20:50:09.205Z | Compiling tokio-util v0.7.11 |
600 | 2024-06-20T20:50:10.627Z | Compiling h2 v0.3.26 |
601 | 2024-06-20T20:50:10.678Z | Compiling pest_derive v2.7.10 |
602 | 2024-06-20T20:50:10.717Z | Compiling tokio-native-tls v0.3.1 |
603 | 2024-06-20T20:50:10.862Z | Compiling futures-executor v0.3.30 |
604 | 2024-06-20T20:50:11.029Z | Compiling strum_macros v0.26.2 |
605 | 2024-06-20T20:50:11.508Z | Compiling dtrace-parser v0.2.0 |
606 | 2024-06-20T20:50:11.895Z | Compiling xattr v1.3.1 |
607 | 2024-06-20T20:50:12.193Z | Compiling filetime v0.2.23 |
608 | 2024-06-20T20:50:12.557Z | Compiling memmap v0.7.0 |
609 | 2024-06-20T20:50:12.951Z | Compiling is-terminal v0.4.12 |
610 | 2024-06-20T20:50:13.091Z | Compiling encoding_rs v0.8.34 |
611 | 2024-06-20T20:50:13.793Z | Compiling serde_spanned v0.6.6 |
612 | 2024-06-20T20:50:13.944Z | Compiling toml_datetime v0.6.6 |
613 | 2024-06-20T20:50:14.774Z | Compiling serde_tokenstream v0.2.0 |
614 | 2024-06-20T20:50:14.825Z | Compiling toml_edit v0.22.13 |
615 | 2024-06-20T20:50:15.341Z | Compiling dof v0.3.0 |
616 | 2024-06-20T20:50:15.917Z | Compiling hyper v0.14.28 |
617 | 2024-06-20T20:50:17.538Z | Compiling slog-json v2.6.1 |
618 | 2024-06-20T20:50:17.941Z | Compiling cargo-platform v0.1.8 |
619 | 2024-06-20T20:50:17.986Z | Compiling serde_urlencoded v0.7.1 |
620 | 2024-06-20T20:50:18.221Z | Compiling toml v0.8.13 |
621 | 2024-06-20T20:50:18.417Z | Compiling sync_wrapper v0.1.2 |
622 | 2024-06-20T20:50:18.546Z | Compiling ipnet v2.9.0 |
623 | 2024-06-20T20:50:18.572Z | Compiling take_mut v0.2.2 |
624 | 2024-06-20T20:50:18.594Z | Compiling cpufeatures v0.2.12 |
625 | 2024-06-20T20:50:18.662Z | Compiling mime v0.3.17 |
626 | 2024-06-20T20:50:18.740Z | Compiling sha2 v0.10.8 |
627 | 2024-06-20T20:50:19.293Z | Compiling cargo_toml v0.20.2 |
628 | 2024-06-20T20:50:19.318Z | Compiling usdt-attr-macro v0.5.0 |
629 | 2024-06-20T20:50:19.874Z | Compiling hyper-tls v0.5.0 |
630 | 2024-06-20T20:50:19.996Z | Compiling usdt-macro v0.5.0 |
631 | 2024-06-20T20:50:20.064Z | Compiling cargo_metadata v0.18.1 |
632 | 2024-06-20T20:50:20.237Z | Compiling reqwest v0.11.27 |
633 | 2024-06-20T20:50:20.855Z | Compiling slog-bunyan v2.5.0 |
634 | 2024-06-20T20:50:21.093Z | Compiling strum v0.26.2 |
635 | 2024-06-20T20:50:21.285Z | Compiling macaddr v1.0.1 |
636 | 2024-06-20T20:50:21.402Z | Compiling usdt v0.5.0 |
637 | 2024-06-20T20:50:21.757Z | Compiling slog-term v2.9.1 |
638 | 2024-06-20T20:50:21.920Z | Compiling tar v0.4.40 |
639 | 2024-06-20T20:50:22.209Z | Compiling flate2 v1.0.30 |
640 | 2024-06-20T20:50:22.509Z | Compiling futures v0.3.30 |
641 | 2024-06-20T20:50:22.646Z | Compiling clap v4.5.4 |
642 | 2024-06-20T20:50:22.780Z | Compiling tabled v0.15.0 |
643 | 2024-06-20T20:50:23.713Z | Compiling swrite v0.1.0 |
644 | 2024-06-20T20:50:23.849Z | Compiling md5 v0.7.0 |
645 | 2024-06-20T20:50:27.736Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
646 | 2024-06-20T20:50:35.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
647 | 2024-06-20T20:50:36.212Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
648 | 2024-06-20T20:50:36.276Z | Jun 20 20:50:35.090 INFO Starting download, target: Clickhouse |
649 | 2024-06-20T20:50:36.276Z | Jun 20 20:50:35.091 INFO Starting download, target: Cockroach |
650 | 2024-06-20T20:50:36.276Z | Jun 20 20:50:35.091 INFO Starting download, target: Console |
651 | 2024-06-20T20:50:36.279Z | Jun 20 20:50:35.091 INFO Starting download, target: DendriteOpenapi |
652 | 2024-06-20T20:50:36.280Z | Jun 20 20:50:35.091 INFO Starting download, target: DendriteStub |
653 | 2024-06-20T20:50:36.280Z | Jun 20 20:50:35.091 INFO Starting download, target: MaghemiteMgd |
654 | 2024-06-20T20:50:36.280Z | Jun 20 20:50:35.091 INFO Starting download, target: TransceiverControl |
655 | 2024-06-20T20:50:36.280Z | Jun 20 20:50:35.091 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi |
656 | 2024-06-20T20:50:36.280Z | Jun 20 20:50:35.092 INFO Downloading out/downloads/console.tar.gz, target: Console |
657 | 2024-06-20T20:50:36.280Z | Jun 20 20:50:35.092 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
658 | 2024-06-20T20:50:36.280Z | Jun 20 20:50:35.092 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
659 | 2024-06-20T20:50:36.280Z | Jun 20 20:50:35.092 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
660 | 2024-06-20T20:50:36.280Z | Jun 20 20:50:35.092 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
661 | 2024-06-20T20:50:36.280Z | Jun 20 20:50:35.092 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
662 | 2024-06-20T20:50:36.674Z | Jun 20 20:50:35.477 INFO Download complete, target: DendriteOpenapi |
663 | 2024-06-20T20:50:36.873Z | Jun 20 20:50:35.684 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
664 | 2024-06-20T20:50:37.067Z | Jun 20 20:50:35.880 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
665 | 2024-06-20T20:50:37.189Z | Jun 20 20:50:36.000 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
666 | 2024-06-20T20:50:37.326Z | Jun 20 20:50:36.139 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
667 | 2024-06-20T20:50:37.475Z | Jun 20 20:50:36.289 INFO Download complete, target: Console |
668 | 2024-06-20T20:50:37.718Z | Jun 20 20:50:36.532 INFO Download complete, target: TransceiverControl |
669 | 2024-06-20T20:50:38.800Z | Jun 20 20:50:37.614 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
670 | 2024-06-20T20:50:39.993Z | Jun 20 20:50:38.807 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
671 | 2024-06-20T20:50:39.993Z | Jun 20 20:50:38.807 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
672 | 2024-06-20T20:50:40.410Z | Jun 20 20:50:39.224 INFO Download complete, target: DendriteStub |
673 | 2024-06-20T20:50:40.676Z | Jun 20 20:50:39.490 INFO Download complete, target: MaghemiteMgd |
674 | 2024-06-20T20:50:48.496Z | Jun 20 20:50:47.309 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
675 | 2024-06-20T20:50:48.865Z | Jun 20 20:50:47.678 INFO Checking that binary works, target: Cockroach |
676 | 2024-06-20T20:50:49.121Z | Jun 20 20:50:47.934 INFO Download complete, target: Cockroach |
677 | 2024-06-20T20:50:53.496Z | Jun 20 20:50:52.309 INFO Checking that binary works, target: Clickhouse |
678 | 2024-06-20T20:50:53.880Z | Jun 20 20:50:52.693 INFO Download complete, target: Clickhouse |
679 | 2024-06-20T20:50:53.891Z | All prerequisites installed successfully |
680 | 2024-06-20T20:50:53.894Z | |
681 | 2024-06-20T20:50:53.894Z | real 3:01.410651665 |
682 | 2024-06-20T20:50:53.894Z | user 6:02.886774479 |
683 | 2024-06-20T20:50:53.894Z | sys 1:21.142023913 |
684 | 2024-06-20T20:50:53.894Z | trap 0.222631154 |
685 | 2024-06-20T20:50:53.894Z | tflt 2.488618302 |
686 | 2024-06-20T20:50:53.894Z | dflt 3.247387972 |
687 | 2024-06-20T20:50:53.894Z | kflt 0.177893906 |
688 | 2024-06-20T20:50:53.894Z | lock 14:36.999341223 |
689 | 2024-06-20T20:50:53.895Z | slp 18:39.291812510 |
690 | 2024-06-20T20:50:53.895Z | lat 20.084123695 |
691 | 2024-06-20T20:50:53.895Z | stop 1:06.370736391 |
692 | 2024-06-20T20:50:53.895Z | + ptime -m cargo xtask download softnpu |
693 | 2024-06-20T20:50:54.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
694 | 2024-06-20T20:50:54.483Z | Running `target/debug/xtask download softnpu` |
695 | 2024-06-20T20:50:54.508Z | Jun 20 20:50:53.321 INFO Starting download, target: Softnpu |
696 | 2024-06-20T20:50:54.614Z | Jun 20 20:50:53.427 INFO Downloading out/npuzone/npuzone, target: Softnpu |
697 | 2024-06-20T20:50:55.210Z | Jun 20 20:50:54.023 INFO Download complete, target: Softnpu |
698 | 2024-06-20T20:50:55.215Z | |
699 | 2024-06-20T20:50:55.217Z | real 1.316184266 |
700 | 2024-06-20T20:50:55.218Z | user 0.660256713 |
701 | 2024-06-20T20:50:55.218Z | sys 0.303237462 |
702 | 2024-06-20T20:50:55.218Z | trap 0.000564494 |
703 | 2024-06-20T20:50:55.218Z | tflt 0.000054816 |
704 | 2024-06-20T20:50:55.218Z | dflt 0.000095603 |
705 | 2024-06-20T20:50:55.218Z | kflt 0.000000000 |
706 | 2024-06-20T20:50:55.218Z | lock 7.229263358 |
707 | 2024-06-20T20:50:55.218Z | slp 0.608003268 |
708 | 2024-06-20T20:50:55.218Z | lat 0.075436331 |
709 | 2024-06-20T20:50:55.218Z | stop 0.000279415 |
710 | 2024-06-20T20:50:55.218Z | + export CARGO_INCREMENTAL=0 |
711 | 2024-06-20T20:50:55.218Z | + CARGO_INCREMENTAL=0 |
712 | 2024-06-20T20:50:55.218Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
713 | 2024-06-20T20:50:55.765Z | Downloading crates ... |
714 | 2024-06-20T20:50:55.910Z | Downloaded atomicwrites v0.4.3 |
715 | 2024-06-20T20:50:55.918Z | Downloaded async-stream v0.3.5 |
716 | 2024-06-20T20:50:55.921Z | Downloaded assert_matches v1.5.0 |
717 | 2024-06-20T20:50:55.924Z | Downloaded ahash v0.8.11 |
718 | 2024-06-20T20:50:55.926Z | Downloaded cfg_aliases v0.1.1 |
719 | 2024-06-20T20:50:55.929Z | Downloaded newline-converter v0.3.0 |
720 | 2024-06-20T20:50:55.932Z | Downloaded async-stream-impl v0.3.5 |
721 | 2024-06-20T20:50:55.935Z | Downloaded bitstruct_derive v0.1.0 |
722 | 2024-06-20T20:50:55.935Z | Downloaded new_debug_unreachable v1.0.6 |
723 | 2024-06-20T20:50:55.937Z | Downloaded nanorand v0.7.0 |
724 | 2024-06-20T20:50:55.940Z | Downloaded darling_macro v0.20.9 |
725 | 2024-06-20T20:50:55.940Z | Downloaded mockall v0.12.1 |
726 | 2024-06-20T20:50:55.943Z | Downloaded crucible-workspace-hack v0.1.0 |
727 | 2024-06-20T20:50:55.946Z | Downloaded atty v0.2.14 |
728 | 2024-06-20T20:50:55.946Z | Downloaded nu-ansi-term v0.50.0 |
729 | 2024-06-20T20:50:55.949Z | Downloaded derive_builder_macro v0.20.0 |
730 | 2024-06-20T20:50:55.949Z | Downloaded precomputed-hash v0.1.1 |
731 | 2024-06-20T20:50:55.949Z | Downloaded ascii-canvas v3.0.0 |
732 | 2024-06-20T20:50:55.952Z | Downloaded predicates-core v1.0.6 |
733 | 2024-06-20T20:50:55.952Z | Downloaded array-init v0.0.4 |
734 | 2024-06-20T20:50:55.955Z | Downloaded allocator-api2 v0.2.18 |
735 | 2024-06-20T20:50:55.959Z | Downloaded aead v0.5.2 |
736 | 2024-06-20T20:50:55.959Z | Downloaded path-slash v0.1.5 |
737 | 2024-06-20T20:50:55.959Z | Downloaded opaque-debug v0.3.1 |
738 | 2024-06-20T20:50:55.963Z | Downloaded data-encoding v2.6.0 |
739 | 2024-06-20T20:50:55.963Z | Downloaded convert_case v0.4.0 |
740 | 2024-06-20T20:50:55.963Z | Downloaded number_prefix v0.4.0 |
741 | 2024-06-20T20:50:55.966Z | Downloaded psl-types v2.0.11 |
742 | 2024-06-20T20:50:55.966Z | Downloaded crc v3.2.1 |
743 | 2024-06-20T20:50:55.969Z | Downloaded normalize-line-endings v0.3.0 |
744 | 2024-06-20T20:50:55.969Z | Downloaded bit-vec v0.6.3 |
745 | 2024-06-20T20:50:55.972Z | Downloaded pretty-hex v0.2.1 |
746 | 2024-06-20T20:50:55.972Z | Downloaded nibble_vec v0.1.0 |
747 | 2024-06-20T20:50:55.972Z | Downloaded bb8 v0.8.3 |
748 | 2024-06-20T20:50:55.975Z | Downloaded atomic-waker v1.1.2 |
749 | 2024-06-20T20:50:55.975Z | Downloaded paste v1.0.15 |
750 | 2024-06-20T20:50:55.978Z | Downloaded pem v3.0.4 |
751 | 2024-06-20T20:50:55.980Z | Downloaded phf v0.11.2 |
752 | 2024-06-20T20:50:55.983Z | Downloaded async-recursion v1.1.1 |
753 | 2024-06-20T20:50:55.988Z | Downloaded num-iter v0.1.45 |
754 | 2024-06-20T20:50:55.988Z | Downloaded r2d2 v0.8.10 |
755 | 2024-06-20T20:50:55.991Z | Downloaded parse-display-derive v0.9.0 |
756 | 2024-06-20T20:50:55.991Z | Downloaded newtype_derive v0.1.6 |
757 | 2024-06-20T20:50:55.991Z | Downloaded arrayvec v0.7.4 |
758 | 2024-06-20T20:50:55.994Z | Downloaded ref-cast-impl v1.0.23 |
759 | 2024-06-20T20:50:55.994Z | Downloaded ciborium-io v0.2.2 |
760 | 2024-06-20T20:50:55.996Z | Downloaded rand_seeder v0.2.3 |
761 | 2024-06-20T20:50:55.997Z | Downloaded defmt-parser v0.3.4 |
762 | 2024-06-20T20:50:55.999Z | Downloaded multimap v0.10.0 |
763 | 2024-06-20T20:50:55.999Z | Downloaded bzip2 v0.4.4 |
764 | 2024-06-20T20:50:56.002Z | Downloaded bitflags v1.3.2 |
765 | 2024-06-20T20:50:56.005Z | Downloaded darling v0.20.9 |
766 | 2024-06-20T20:50:56.008Z | Downloaded cookie v0.17.0 |
767 | 2024-06-20T20:50:56.011Z | Downloaded rand_chacha v0.3.1 |
768 | 2024-06-20T20:50:56.014Z | Downloaded const_format_proc_macros v0.2.32 |
769 | 2024-06-20T20:50:56.016Z | Downloaded portpicker v0.1.1 |
770 | 2024-06-20T20:50:56.016Z | Downloaded cookie_store v0.20.0 |
771 | 2024-06-20T20:50:56.019Z | Downloaded ascii v1.1.0 |
772 | 2024-06-20T20:50:56.019Z | Downloaded parse-size v1.0.0 |
773 | 2024-06-20T20:50:56.022Z | Downloaded zone_cfg_derive v0.1.2 |
774 | 2024-06-20T20:50:56.022Z | Downloaded vte_generate_state_changes v0.1.1 |
775 | 2024-06-20T20:50:56.022Z | Downloaded phf_shared v0.10.0 |
776 | 2024-06-20T20:50:56.025Z | Downloaded bitstruct v0.1.1 |
777 | 2024-06-20T20:50:56.025Z | Downloaded num-complex v0.4.6 |
778 | 2024-06-20T20:50:56.028Z | Downloaded proc-macro-crate v1.3.1 |
779 | 2024-06-20T20:50:56.028Z | Downloaded poly1305 v0.8.0 |
780 | 2024-06-20T20:50:56.031Z | Downloaded cstr-argument v0.1.2 |
781 | 2024-06-20T20:50:56.031Z | Downloaded pem-rfc7468 v0.7.0 |
782 | 2024-06-20T20:50:56.034Z | Downloaded owo-colors v4.0.0 |
783 | 2024-06-20T20:50:56.036Z | Downloaded hubpack_derive v0.1.1 |
784 | 2024-06-20T20:50:56.036Z | Downloaded platforms v3.4.0 |
785 | 2024-06-20T20:50:56.039Z | Downloaded pkcs8 v0.10.2 |
786 | 2024-06-20T20:50:56.042Z | Downloaded peg-macros v0.8.3 |
787 | 2024-06-20T20:50:56.045Z | Downloaded topological-sort v0.2.2 |
788 | 2024-06-20T20:50:56.045Z | Downloaded thiserror-no-std v2.0.2 |
789 | 2024-06-20T20:50:56.048Z | Downloaded bit-set v0.5.3 |
790 | 2024-06-20T20:50:56.051Z | Downloaded which v4.4.2 |
791 | 2024-06-20T20:50:56.054Z | Downloaded ident_case v1.0.1 |
792 | 2024-06-20T20:50:56.054Z | Downloaded foreign-types v0.5.0 |
793 | 2024-06-20T20:50:56.054Z | Downloaded predicates v3.1.0 |
794 | 2024-06-20T20:50:56.057Z | Downloaded peg v0.8.3 |
795 | 2024-06-20T20:50:56.061Z | Downloaded rand_xorshift v0.3.0 |
796 | 2024-06-20T20:50:56.064Z | Downloaded clang-sys v1.7.0 |
797 | 2024-06-20T20:50:56.064Z | Downloaded sigpipe v0.1.3 |
798 | 2024-06-20T20:50:56.066Z | Downloaded signal-hook-tokio v0.3.1 |
799 | 2024-06-20T20:50:56.066Z | Downloaded serde-big-array v0.4.1 |
800 | 2024-06-20T20:50:56.069Z | Downloaded cassowary v0.3.0 |
801 | 2024-06-20T20:50:56.069Z | Downloaded parse-display v0.9.0 |
802 | 2024-06-20T20:50:56.072Z | Downloaded ref-cast v1.0.23 |
803 | 2024-06-20T20:50:56.075Z | Downloaded ciborium-ll v0.2.2 |
804 | 2024-06-20T20:50:56.075Z | Downloaded hash32 v0.3.1 |
805 | 2024-06-20T20:50:56.077Z | Downloaded parking_lot_core v0.8.6 |
806 | 2024-06-20T20:50:56.080Z | Downloaded postcard v1.0.8 |
807 | 2024-06-20T20:50:56.083Z | Downloaded num-bigint v0.4.5 |
808 | 2024-06-20T20:50:56.086Z | Downloaded stability v0.2.0 |
809 | 2024-06-20T20:50:56.089Z | Downloaded utf-8 v0.7.6 |
810 | 2024-06-20T20:50:56.092Z | Downloaded endian-type v0.1.2 |
811 | 2024-06-20T20:50:56.092Z | Downloaded lru v0.12.3 |
812 | 2024-06-20T20:50:56.092Z | Downloaded defmt-macros v0.3.9 |
813 | 2024-06-20T20:50:56.095Z | Downloaded crossbeam-deque v0.8.5 |
814 | 2024-06-20T20:50:56.098Z | Downloaded rustc_version v0.4.0 |
815 | 2024-06-20T20:50:56.098Z | Downloaded termtree v0.4.1 |
816 | 2024-06-20T20:50:56.102Z | Downloaded tokio-rustls v0.25.0 |
817 | 2024-06-20T20:50:56.106Z | Downloaded postgres-protocol v0.6.6 |
818 | 2024-06-20T20:50:56.106Z | Downloaded zone v0.1.8 |
819 | 2024-06-20T20:50:56.107Z | Downloaded ppv-lite86 v0.2.17 |
820 | 2024-06-20T20:50:56.109Z | Downloaded chacha20 v0.9.1 |
821 | 2024-06-20T20:50:56.109Z | Downloaded pin-project-internal v1.1.5 |
822 | 2024-06-20T20:50:56.109Z | Downloaded downcast v0.11.0 |
823 | 2024-06-20T20:50:56.112Z | Downloaded serde-big-array v0.5.1 |
824 | 2024-06-20T20:50:56.112Z | Downloaded http-range v0.1.5 |
825 | 2024-06-20T20:50:56.116Z | Downloaded foreign-types-macros v0.2.3 |
826 | 2024-06-20T20:50:56.116Z | Downloaded stable_deref_trait v1.2.0 |
827 | 2024-06-20T20:50:56.119Z | Downloaded signature v2.2.0 |
828 | 2024-06-20T20:50:56.119Z | Downloaded signature v1.6.4 |
829 | 2024-06-20T20:50:56.122Z | Downloaded rayon-core v1.12.1 |
830 | 2024-06-20T20:50:56.125Z | Downloaded impl-trait-for-tuples v0.2.2 |
831 | 2024-06-20T20:50:56.127Z | Downloaded static_assertions v1.1.0 |
832 | 2024-06-20T20:50:56.127Z | Downloaded csv-core v0.1.11 |
833 | 2024-06-20T20:50:56.130Z | Downloaded toolchain_find v0.4.0 |
834 | 2024-06-20T20:50:56.130Z | Downloaded display-error-chain v0.2.0 |
835 | 2024-06-20T20:50:56.133Z | Downloaded ciborium v0.2.2 |
836 | 2024-06-20T20:50:56.136Z | Downloaded cancel-safe-futures v0.1.5 |
837 | 2024-06-20T20:50:56.139Z | Downloaded embedded-io v0.4.0 |
838 | 2024-06-20T20:50:56.141Z | Downloaded getopts v0.2.21 |
839 | 2024-06-20T20:50:56.141Z | Downloaded omicron-zone-package v0.11.0 |
840 | 2024-06-20T20:50:56.146Z | Downloaded num-rational v0.4.2 |
841 | 2024-06-20T20:50:56.149Z | Downloaded derive_builder_core v0.20.0 |
842 | 2024-06-20T20:50:56.149Z | Downloaded cobs v0.2.3 |
843 | 2024-06-20T20:50:56.149Z | Downloaded humantime v2.1.0 |
844 | 2024-06-20T20:50:56.153Z | Downloaded backoff v0.4.0 |
845 | 2024-06-20T20:50:56.156Z | Downloaded maplit v1.0.2 |
846 | 2024-06-20T20:50:56.156Z | Downloaded serde-hex v0.1.0 |
847 | 2024-06-20T20:50:56.156Z | Downloaded managed v0.8.0 |
848 | 2024-06-20T20:50:56.159Z | Downloaded linked-hash-map v0.5.6 |
849 | 2024-06-20T20:50:56.159Z | Downloaded serde_with_macros v3.8.1 |
850 | 2024-06-20T20:50:56.162Z | Downloaded serde_plain v1.0.2 |
851 | 2024-06-20T20:50:56.164Z | Downloaded lru-cache v0.1.2 |
852 | 2024-06-20T20:50:56.164Z | Downloaded lazycell v1.3.0 |
853 | 2024-06-20T20:50:56.164Z | Downloaded hubpack v0.1.2 |
854 | 2024-06-20T20:50:56.169Z | Downloaded termios v0.3.3 |
855 | 2024-06-20T20:50:56.169Z | Downloaded tokio-rustls v0.24.1 |
856 | 2024-06-20T20:50:56.172Z | Downloaded uzers v0.11.3 |
857 | 2024-06-20T20:50:56.172Z | Downloaded hex v0.4.3 |
858 | 2024-06-20T20:50:56.174Z | Downloaded float-cmp v0.9.0 |
859 | 2024-06-20T20:50:56.174Z | Downloaded serde_repr v0.1.19 |
860 | 2024-06-20T20:50:56.177Z | Downloaded serde_arrays v0.1.0 |
861 | 2024-06-20T20:50:56.177Z | Downloaded ff v0.13.0 |
862 | 2024-06-20T20:50:56.180Z | Downloaded semver v0.1.20 |
863 | 2024-06-20T20:50:56.180Z | Downloaded fallible-iterator v0.2.0 |
864 | 2024-06-20T20:50:56.183Z | Downloaded difflib v0.4.0 |
865 | 2024-06-20T20:50:56.183Z | Downloaded fastrand v2.1.0 |
866 | 2024-06-20T20:50:56.185Z | Downloaded base64 v0.22.1 |
867 | 2024-06-20T20:50:56.188Z | Downloaded ena v0.14.3 |
868 | 2024-06-20T20:50:56.191Z | Downloaded strip-ansi-escapes v0.2.0 |
869 | 2024-06-20T20:50:56.194Z | Downloaded rustfmt-wrapper v0.2.1 |
870 | 2024-06-20T20:50:56.194Z | Downloaded linear-map v1.2.0 |
871 | 2024-06-20T20:50:56.194Z | Downloaded group v0.13.0 |
872 | 2024-06-20T20:50:56.197Z | Downloaded hostname v0.4.0 |
873 | 2024-06-20T20:50:56.199Z | Downloaded home v0.5.9 |
874 | 2024-06-20T20:50:56.199Z | Downloaded maybe-uninit v2.0.0 |
875 | 2024-06-20T20:50:56.202Z | Downloaded rcgen v0.12.1 |
876 | 2024-06-20T20:50:56.205Z | Downloaded crypto-bigint v0.5.5 |
877 | 2024-06-20T20:50:56.211Z | Downloaded prettyplease v0.2.20 |
878 | 2024-06-20T20:50:56.214Z | Downloaded is_ci v1.2.0 |
879 | 2024-06-20T20:50:56.214Z | Downloaded lalrpop-util v0.19.12 |
880 | 2024-06-20T20:50:56.217Z | Downloaded backtrace v0.3.71 |
881 | 2024-06-20T20:50:56.220Z | Downloaded arc-swap v1.7.1 |
882 | 2024-06-20T20:50:56.224Z | Downloaded slog-envlogger v2.2.0 |
883 | 2024-06-20T20:50:56.227Z | Downloaded fxhash v0.2.1 |
884 | 2024-06-20T20:50:56.227Z | Downloaded shell-words v1.1.0 |
885 | 2024-06-20T20:50:56.229Z | Downloaded termcolor v1.4.1 |
886 | 2024-06-20T20:50:56.230Z | Downloaded subtle v2.5.0 |
887 | 2024-06-20T20:50:56.233Z | Downloaded spki v0.7.3 |
888 | 2024-06-20T20:50:56.233Z | Downloaded tap v1.0.1 |
889 | 2024-06-20T20:50:56.235Z | Downloaded wyz v0.5.1 |
890 | 2024-06-20T20:50:56.235Z | Downloaded erased-serde v0.3.31 |
891 | 2024-06-20T20:50:56.238Z | Downloaded walkdir v2.5.0 |
892 | 2024-06-20T20:50:56.241Z | Downloaded nom v7.1.3 |
893 | 2024-06-20T20:50:56.244Z | Downloaded tabwriter v1.4.0 |
894 | 2024-06-20T20:50:56.247Z | Downloaded stringprep v0.1.4 |
895 | 2024-06-20T20:50:56.247Z | Downloaded rustc-hash v1.1.0 |
896 | 2024-06-20T20:50:56.249Z | Downloaded rpassword v7.3.1 |
897 | 2024-06-20T20:50:56.250Z | Downloaded unicase v2.7.0 |
898 | 2024-06-20T20:50:56.255Z | Downloaded keccak v0.1.5 |
899 | 2024-06-20T20:50:56.255Z | Downloaded indexmap v1.9.3 |
900 | 2024-06-20T20:50:56.258Z | Downloaded scheduled-thread-pool v0.2.7 |
901 | 2024-06-20T20:50:56.258Z | Downloaded same-file v1.0.6 |
902 | 2024-06-20T20:50:56.258Z | Downloaded hash32 v0.2.1 |
903 | 2024-06-20T20:50:56.260Z | Downloaded tracing-attributes v0.1.27 |
904 | 2024-06-20T20:50:56.263Z | Downloaded supports-color v3.0.0 |
905 | 2024-06-20T20:50:56.271Z | Downloaded diesel_table_macro_syntax v0.1.0 |
906 | 2024-06-20T20:50:56.274Z | Downloaded hyper-staticfile v0.9.5 |
907 | 2024-06-20T20:50:56.277Z | Downloaded wait-timeout v0.2.0 |
908 | 2024-06-20T20:50:56.277Z | Downloaded sqlformat v0.2.3 |
909 | 2024-06-20T20:50:56.280Z | Downloaded spin v0.9.8 |
910 | 2024-06-20T20:50:56.283Z | Downloaded derive_more v0.99.17 |
911 | 2024-06-20T20:50:56.286Z | Downloaded smawk v0.3.2 |
912 | 2024-06-20T20:50:56.289Z | Downloaded strum_macros v0.25.3 |
913 | 2024-06-20T20:50:56.289Z | Downloaded heck v0.3.3 |
914 | 2024-06-20T20:50:56.292Z | Downloaded funty v2.0.0 |
915 | 2024-06-20T20:50:56.292Z | Downloaded iana-time-zone v0.1.60 |
916 | 2024-06-20T20:50:56.294Z | Downloaded sha1 v0.10.6 |
917 | 2024-06-20T20:50:56.295Z | Downloaded gethostname v0.4.3 |
918 | 2024-06-20T20:50:56.297Z | Downloaded globset v0.4.14 |
919 | 2024-06-20T20:50:56.297Z | Downloaded instant v0.1.12 |
920 | 2024-06-20T20:50:56.300Z | Downloaded whoami v1.5.1 |
921 | 2024-06-20T20:50:56.303Z | Downloaded foreign-types-shared v0.3.1 |
922 | 2024-06-20T20:50:56.303Z | Downloaded toml v0.7.8 |
923 | 2024-06-20T20:50:56.306Z | Downloaded flume v0.11.0 |
924 | 2024-06-20T20:50:56.311Z | Downloaded string_cache v0.8.7 |
925 | 2024-06-20T20:50:56.314Z | Downloaded fragile v2.0.0 |
926 | 2024-06-20T20:50:56.314Z | Downloaded hmac v0.12.1 |
927 | 2024-06-20T20:50:56.314Z | Downloaded siphasher v0.3.11 |
928 | 2024-06-20T20:50:56.317Z | Downloaded publicsuffix v2.2.3 |
929 | 2024-06-20T20:50:56.320Z | Downloaded zeroize_derive v1.4.2 |
930 | 2024-06-20T20:50:56.320Z | Downloaded headers-core v0.2.0 |
931 | 2024-06-20T20:50:56.320Z | Downloaded matches v0.1.10 |
932 | 2024-06-20T20:50:56.320Z | Downloaded structmeta v0.2.0 |
933 | 2024-06-20T20:50:56.323Z | Downloaded zeroize v1.7.0 |
934 | 2024-06-20T20:50:56.323Z | Downloaded samael v0.0.15 |
935 | 2024-06-20T20:50:56.327Z | Downloaded env_logger v0.10.2 |
936 | 2024-06-20T20:50:56.329Z | Downloaded unicode-xid v0.2.4 |
937 | 2024-06-20T20:50:56.332Z | Downloaded trust-dns-client v0.22.0 |
938 | 2024-06-20T20:50:56.336Z | Downloaded tempfile v3.10.1 |
939 | 2024-06-20T20:50:56.338Z | Downloaded waitgroup v0.1.2 |
940 | 2024-06-20T20:50:56.341Z | Downloaded inout v0.1.3 |
941 | 2024-06-20T20:50:56.341Z | Downloaded tokio-tungstenite v0.21.0 |
942 | 2024-06-20T20:50:56.344Z | Downloaded unicode-linebreak v0.1.5 |
943 | 2024-06-20T20:50:56.344Z | Downloaded shlex v1.3.0 |
944 | 2024-06-20T20:50:56.347Z | Downloaded regex-automata v0.1.10 |
945 | 2024-06-20T20:50:56.350Z | Downloaded indoc v2.0.5 |
946 | 2024-06-20T20:50:56.353Z | Downloaded tui-tree-widget v0.19.0 |
947 | 2024-06-20T20:50:56.356Z | Downloaded slog-scope v4.4.0 |
948 | 2024-06-20T20:50:56.356Z | Downloaded structmeta-derive v0.2.0 |
949 | 2024-06-20T20:50:56.356Z | Downloaded libsw v3.3.1 |
950 | 2024-06-20T20:50:56.359Z | Downloaded zip v0.6.6 |
951 | 2024-06-20T20:50:56.362Z | Downloaded universal-hash v0.5.1 |
952 | 2024-06-20T20:50:56.364Z | Downloaded zerocopy v0.6.6 |
953 | 2024-06-20T20:50:56.364Z | Downloaded mime_guess v2.0.4 |
954 | 2024-06-20T20:50:56.367Z | Downloaded memoffset v0.9.1 |
955 | 2024-06-20T20:50:56.367Z | Downloaded vte v0.11.1 |
956 | 2024-06-20T20:50:56.370Z | Downloaded tls_codec v0.4.1 |
957 | 2024-06-20T20:50:56.372Z | Downloaded structmeta v0.3.0 |
958 | 2024-06-20T20:50:56.372Z | Downloaded fixedbitset v0.4.2 |
959 | 2024-06-20T20:50:56.375Z | Downloaded tls_codec_derive v0.4.1 |
960 | 2024-06-20T20:50:56.375Z | Downloaded ed25519 v1.5.3 |
961 | 2024-06-20T20:50:56.378Z | Downloaded ron v0.7.1 |
962 | 2024-06-20T20:50:56.381Z | Downloaded strum_macros v0.24.3 |
963 | 2024-06-20T20:50:56.388Z | Downloaded glob v0.3.1 |
964 | 2024-06-20T20:50:56.391Z | Downloaded lazy_static v1.4.0 |
965 | 2024-06-20T20:50:56.391Z | Downloaded trust-dns-resolver v0.22.0 |
966 | 2024-06-20T20:50:56.391Z | Downloaded unicode_categories v0.1.1 |
967 | 2024-06-20T20:50:56.394Z | Downloaded ipnetwork v0.20.0 |
968 | 2024-06-20T20:50:56.394Z | Downloaded getrandom v0.2.14 |
969 | 2024-06-20T20:50:56.396Z | Downloaded slog-stdlog v4.1.1 |
970 | 2024-06-20T20:50:56.401Z | Downloaded structmeta-derive v0.3.0 |
971 | 2024-06-20T20:50:56.401Z | Downloaded uuid v1.8.0 |
972 | 2024-06-20T20:50:56.404Z | Downloaded dyn-clone v1.0.17 |
973 | 2024-06-20T20:50:56.404Z | Downloaded untrusted v0.7.1 |
974 | 2024-06-20T20:50:56.404Z | Downloaded rusty-fork v0.3.0 |
975 | 2024-06-20T20:50:56.407Z | Downloaded num-bigint-dig v0.8.4 |
976 | 2024-06-20T20:50:56.410Z | Downloaded smallvec v0.6.14 |
977 | 2024-06-20T20:50:56.413Z | Downloaded tiny-keccak v2.0.2 |
978 | 2024-06-20T20:50:56.416Z | Downloaded half v2.4.1 |
979 | 2024-06-20T20:50:56.416Z | Downloaded memmap2 v0.9.4 |
980 | 2024-06-20T20:50:56.419Z | Downloaded indicatif v0.17.8 |
981 | 2024-06-20T20:50:56.422Z | Downloaded socket2 v0.4.10 |
982 | 2024-06-20T20:50:56.425Z | Downloaded enum-as-inner v0.5.1 |
983 | 2024-06-20T20:50:56.427Z | Downloaded toml v0.5.11 |
984 | 2024-06-20T20:50:56.427Z | Downloaded salty v0.2.0 |
985 | 2024-06-20T20:50:56.434Z | Downloaded either v1.12.0 |
986 | 2024-06-20T20:50:56.437Z | Downloaded signal-hook v0.3.17 |
987 | 2024-06-20T20:50:56.437Z | Downloaded ron v0.8.1 |
988 | 2024-06-20T20:50:56.442Z | Downloaded reedline v0.31.0 |
989 | 2024-06-20T20:50:56.449Z | Downloaded signal-hook-mio v0.2.3 |
990 | 2024-06-20T20:50:56.451Z | Downloaded tokio-stream v0.1.15 |
991 | 2024-06-20T20:50:56.454Z | Downloaded textwrap v0.16.1 |
992 | 2024-06-20T20:50:56.457Z | Downloaded rustls-pki-types v1.7.0 |
993 | 2024-06-20T20:50:56.460Z | Downloaded snafu v0.8.2 |
994 | 2024-06-20T20:50:56.464Z | Downloaded x509-cert v0.2.5 |
995 | 2024-06-20T20:50:56.470Z | Downloaded unicode-segmentation v1.11.0 |
996 | 2024-06-20T20:50:56.473Z | Downloaded diff v0.1.13 |
997 | 2024-06-20T20:50:56.476Z | Downloaded headers v0.3.9 |
998 | 2024-06-20T20:50:56.481Z | Downloaded portable-atomic v1.6.0 |
999 | 2024-06-20T20:50:56.486Z | Downloaded http v1.1.0 |
1000 | 2024-06-20T20:50:56.490Z | Downloaded tokio-postgres v0.7.10 |
1001 | 2024-06-20T20:50:56.495Z | Downloaded unsafe-libyaml v0.2.11 |
1002 | 2024-06-20T20:50:56.498Z | Downloaded elliptic-curve v0.13.8 |
1003 | 2024-06-20T20:50:56.502Z | Downloaded hashbrown v0.12.3 |
1004 | 2024-06-20T20:50:56.506Z | Downloaded heapless v0.7.17 |
1005 | 2024-06-20T20:50:56.509Z | Downloaded quick-xml v0.31.0 |
1006 | 2024-06-20T20:50:56.515Z | Downloaded typed-path v0.7.1 |
1007 | 2024-06-20T20:50:56.521Z | Downloaded schemars v0.8.20 |
1008 | 2024-06-20T20:50:56.532Z | Downloaded steno v0.4.0 |
1009 | 2024-06-20T20:50:56.536Z | Downloaded expectorate v1.1.0 |
1010 | 2024-06-20T20:50:56.540Z | Downloaded itertools v0.12.1 |
1011 | 2024-06-20T20:50:56.546Z | Downloaded similar v2.5.0 |
1012 | 2024-06-20T20:50:56.550Z | Downloaded serde_yaml v0.9.34+deprecated |
1013 | 2024-06-20T20:50:56.556Z | Downloaded libxml v0.3.3 |
1014 | 2024-06-20T20:50:56.560Z | Downloaded rayon v1.10.0 |
1015 | 2024-06-20T20:50:56.569Z | Downloaded heapless v0.8.0 |
1016 | 2024-06-20T20:50:56.572Z | Downloaded hkdf v0.12.4 |
1017 | 2024-06-20T20:50:56.575Z | Downloaded winnow v0.5.40 |
1018 | 2024-06-20T20:50:56.583Z | Downloaded serde_with v3.8.1 |
1019 | 2024-06-20T20:50:56.592Z | Downloaded itertools v0.10.5 |
1020 | 2024-06-20T20:50:56.597Z | Downloaded blake3 v1.5.1 |
1021 | 2024-06-20T20:50:56.605Z | Downloaded radix_trie v0.2.1 |
1022 | 2024-06-20T20:50:56.610Z | Downloaded regex v1.10.4 |
1023 | 2024-06-20T20:50:56.623Z | Downloaded chrono v0.4.38 |
1024 | 2024-06-20T20:50:56.629Z | Downloaded sqlparser v0.45.0 |
1025 | 2024-06-20T20:50:56.635Z | Downloaded rustls-webpki v0.101.7 |
1026 | 2024-06-20T20:50:56.651Z | Downloaded nix v0.27.1 |
1027 | 2024-06-20T20:50:56.660Z | Downloaded object v0.32.2 |
1028 | 2024-06-20T20:50:56.670Z | Downloaded rustls-webpki v0.102.4 |
1029 | 2024-06-20T20:50:56.686Z | Downloaded rustls v0.21.12 |
1030 | 2024-06-20T20:50:56.699Z | Downloaded lalrpop v0.19.12 |
1031 | 2024-06-20T20:50:56.707Z | Downloaded regex-syntax v0.6.29 |
1032 | 2024-06-20T20:50:56.714Z | Downloaded gimli v0.28.1 |
1033 | 2024-06-20T20:50:56.722Z | Downloaded regress v0.9.1 |
1034 | 2024-06-20T20:50:56.730Z | Downloaded regex-syntax v0.8.3 |
1035 | 2024-06-20T20:50:56.738Z | Downloaded rustls v0.22.4 |
1036 | 2024-06-20T20:50:56.752Z | Downloaded ratatui v0.26.2 |
1037 | 2024-06-20T20:50:56.769Z | Downloaded sled v0.34.7 |
1038 | 2024-06-20T20:50:56.777Z | Downloaded smoltcp v0.9.1 |
1039 | 2024-06-20T20:50:56.787Z | Downloaded regex-automata v0.4.6 |
1040 | 2024-06-20T20:50:56.803Z | Downloaded petgraph v0.6.5 |
1041 | 2024-06-20T20:50:56.819Z | Downloaded bstr v1.9.1 |
1042 | 2024-06-20T20:50:56.828Z | Downloaded bstr v0.2.17 |
1043 | 2024-06-20T20:50:56.836Z | Downloaded smoltcp v0.11.0 |
1044 | 2024-06-20T20:50:56.848Z | Downloaded openapiv3 v2.0.0 |
1045 | 2024-06-20T20:50:56.861Z | Downloaded webpki-roots v0.25.4 |
1046 | 2024-06-20T20:50:56.864Z | Downloaded idna v0.3.0 |
1047 | 2024-06-20T20:50:56.867Z | Downloaded trust-dns-proto v0.22.0 |
1048 | 2024-06-20T20:50:56.879Z | Downloaded curve25519-dalek v4.1.2 |
1049 | 2024-06-20T20:50:56.887Z | Downloaded idna v0.2.3 |
1050 | 2024-06-20T20:50:56.893Z | Downloaded zerocopy-derive v0.6.6 |
1051 | 2024-06-20T20:50:56.902Z | Downloaded bitvec v1.0.1 |
1052 | 2024-06-20T20:50:56.915Z | Downloaded polar-core v0.27.3 |
1053 | 2024-06-20T20:50:56.922Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1054 | 2024-06-20T20:50:56.933Z | Downloaded diesel v2.1.6 |
1055 | 2024-06-20T20:50:56.952Z | Downloaded finl_unicode v1.2.0 |
1056 | 2024-06-20T20:50:56.960Z | Downloaded bindgen v0.69.4 |
1057 | 2024-06-20T20:50:56.967Z | Downloaded object v0.30.4 |
1058 | 2024-06-20T20:50:56.975Z | Downloaded nix v0.28.0 |
1059 | 2024-06-20T20:50:56.986Z | Downloaded sha3 v0.10.8 |
1060 | 2024-06-20T20:50:56.990Z | Downloaded csv v1.3.0 |
1061 | 2024-06-20T20:50:57.008Z | Downloaded rustyline v14.0.0 |
1062 | 2024-06-20T20:50:57.013Z | Downloaded proptest v1.4.0 |
1063 | 2024-06-20T20:50:57.021Z | Downloaded aho-corasick v1.1.3 |
1064 | 2024-06-20T20:50:57.027Z | Downloaded crossterm v0.27.0 |
1065 | 2024-06-20T20:50:57.031Z | Downloaded tough v0.17.1 |
1066 | 2024-06-20T20:50:57.040Z | Downloaded tungstenite v0.20.1 |
1067 | 2024-06-20T20:50:57.044Z | Downloaded hashbrown v0.13.2 |
1068 | 2024-06-20T20:50:57.049Z | Downloaded rsa v0.9.6 |
1069 | 2024-06-20T20:50:57.053Z | Downloaded diesel_derives v2.1.4 |
1070 | 2024-06-20T20:50:57.058Z | Downloaded toml_edit v0.19.15 |
1071 | 2024-06-20T20:50:57.067Z | Downloaded tokio-tungstenite v0.20.1 |
1072 | 2024-06-20T20:50:57.070Z | Downloaded trust-dns-server v0.22.1 |
1073 | 2024-06-20T20:50:57.074Z | Downloaded tungstenite v0.21.0 |
1074 | 2024-06-20T20:50:57.077Z | Downloaded indoc v1.0.9 |
1075 | 2024-06-20T20:50:57.080Z | Downloaded rustc-demangle v0.1.24 |
1076 | 2024-06-20T20:50:57.083Z | Downloaded libm v0.2.8 |
1077 | 2024-06-20T20:50:57.090Z | Downloaded md-5 v0.10.6 |
1078 | 2024-06-20T20:50:57.093Z | Downloaded libefi-sys v0.1.0 |
1079 | 2024-06-20T20:50:57.093Z | Downloaded subprocess v0.2.9 |
1080 | 2024-06-20T20:50:57.093Z | Downloaded libloading v0.8.3 |
1081 | 2024-06-20T20:50:57.096Z | Downloaded rustls-pemfile v2.1.2 |
1082 | 2024-06-20T20:50:57.096Z | Downloaded flagset v0.4.5 |
1083 | 2024-06-20T20:50:57.099Z | Downloaded fatfs v0.3.6 |
1084 | 2024-06-20T20:50:57.103Z | Downloaded der v0.7.9 |
1085 | 2024-06-20T20:50:57.106Z | Downloaded darling_core v0.20.9 |
1086 | 2024-06-20T20:50:57.111Z | Downloaded env_logger v0.9.3 |
1087 | 2024-06-20T20:50:57.115Z | Downloaded kstat-rs v0.2.3 |
1088 | 2024-06-20T20:50:57.115Z | Downloaded untrusted v0.9.0 |
1089 | 2024-06-20T20:50:57.115Z | Downloaded spin v0.5.2 |
1090 | 2024-06-20T20:50:57.115Z | Downloaded thiserror-impl-no-std v2.0.2 |
1091 | 2024-06-20T20:50:57.118Z | Downloaded smf v0.2.3 |
1092 | 2024-06-20T20:50:57.118Z | Downloaded rtoolbox v0.0.2 |
1093 | 2024-06-20T20:50:57.118Z | Downloaded sct v0.7.1 |
1094 | 2024-06-20T20:50:57.121Z | Downloaded crc-any v2.5.0 |
1095 | 2024-06-20T20:50:57.123Z | Downloaded compact_str v0.7.1 |
1096 | 2024-06-20T20:50:57.126Z | Downloaded chacha20poly1305 v0.10.1 |
1097 | 2024-06-20T20:50:57.126Z | Downloaded rand v0.8.5 |
1098 | 2024-06-20T20:50:57.129Z | Downloaded vsss-rs v3.3.4 |
1099 | 2024-06-20T20:50:57.132Z | Downloaded hyper-rustls v0.24.2 |
1100 | 2024-06-20T20:50:57.135Z | Downloaded snafu-derive v0.8.2 |
1101 | 2024-06-20T20:50:57.135Z | Downloaded yasna v0.5.2 |
1102 | 2024-06-20T20:50:57.138Z | Downloaded base64 v0.13.1 |
1103 | 2024-06-20T20:50:57.140Z | Downloaded slog-dtrace v0.3.0 |
1104 | 2024-06-20T20:50:57.140Z | Downloaded resolv-conf v0.7.0 |
1105 | 2024-06-20T20:50:57.144Z | Downloaded secrecy v0.8.0 |
1106 | 2024-06-20T20:50:57.144Z | Downloaded sec1 v0.7.3 |
1107 | 2024-06-20T20:50:57.144Z | Downloaded schemars_derive v0.8.20 |
1108 | 2024-06-20T20:50:57.147Z | Downloaded test-strategy v0.3.1 |
1109 | 2024-06-20T20:50:57.151Z | Downloaded minimal-lexical v0.2.1 |
1110 | 2024-06-20T20:50:57.153Z | Downloaded serde_path_to_error v0.1.16 |
1111 | 2024-06-20T20:50:57.153Z | Downloaded serde_derive_internals v0.29.1 |
1112 | 2024-06-20T20:50:57.156Z | Downloaded derive-where v1.2.7 |
1113 | 2024-06-20T20:50:57.159Z | Downloaded cookie v0.18.1 |
1114 | 2024-06-20T20:50:57.159Z | Downloaded const-oid v0.9.6 |
1115 | 2024-06-20T20:50:57.162Z | Downloaded base64ct v1.6.0 |
1116 | 2024-06-20T20:50:57.165Z | Downloaded const_format v0.2.32 |
1117 | 2024-06-20T20:50:57.168Z | Downloaded parking_lot v0.11.2 |
1118 | 2024-06-20T20:50:57.170Z | Downloaded num-traits v0.2.19 |
1119 | 2024-06-20T20:50:57.177Z | Downloaded bcs v0.1.6 |
1120 | 2024-06-20T20:50:57.177Z | Downloaded packed_struct v0.10.1 |
1121 | 2024-06-20T20:50:57.180Z | Downloaded bitfield v0.14.0 |
1122 | 2024-06-20T20:50:57.180Z | Downloaded rustc_version v0.1.7 |
1123 | 2024-06-20T20:50:57.180Z | Downloaded debug-ignore v1.0.5 |
1124 | 2024-06-20T20:50:57.180Z | Downloaded blake2 v0.10.6 |
1125 | 2024-06-20T20:50:57.180Z | Downloaded corncobs v0.1.3 |
1126 | 2024-06-20T20:50:57.180Z | Downloaded sqlparser_derive v0.2.2 |
1127 | 2024-06-20T20:50:57.183Z | Downloaded highway v1.1.0 |
1128 | 2024-06-20T20:50:57.183Z | Downloaded curve25519-dalek-derive v0.1.1 |
1129 | 2024-06-20T20:50:57.183Z | Downloaded constant_time_eq v0.3.0 |
1130 | 2024-06-20T20:50:57.186Z | Downloaded pkcs1 v0.7.5 |
1131 | 2024-06-20T20:50:57.186Z | Downloaded pin-project v1.1.5 |
1132 | 2024-06-20T20:50:57.197Z | Downloaded cipher v0.4.4 |
1133 | 2024-06-20T20:50:57.200Z | Downloaded oso v0.27.3 |
1134 | 2024-06-20T20:50:57.200Z | Downloaded mockall_derive v0.12.1 |
1135 | 2024-06-20T20:50:57.204Z | Downloaded fd-lock v4.0.2 |
1136 | 2024-06-20T20:50:57.207Z | Downloaded postgres-types v0.2.6 |
1137 | 2024-06-20T20:50:57.207Z | Downloaded castaway v0.2.2 |
1138 | 2024-06-20T20:50:57.207Z | Downloaded buf-list v1.0.3 |
1139 | 2024-06-20T20:50:57.210Z | Downloaded rand_core v0.6.4 |
1140 | 2024-06-20T20:50:57.210Z | Downloaded radium v0.7.0 |
1141 | 2024-06-20T20:50:57.213Z | Downloaded phf_shared v0.11.2 |
1142 | 2024-06-20T20:50:57.213Z | Downloaded crossbeam-epoch v0.9.18 |
1143 | 2024-06-20T20:50:57.213Z | Downloaded addr2line v0.21.0 |
1144 | 2024-06-20T20:50:57.216Z | Downloaded olpc-cjson v0.1.3 |
1145 | 2024-06-20T20:50:57.216Z | Downloaded num_enum_derive v0.5.11 |
1146 | 2024-06-20T20:50:57.220Z | Downloaded unarray v0.1.4 |
1147 | 2024-06-20T20:50:57.220Z | Downloaded predicates-tree v1.0.9 |
1148 | 2024-06-20T20:50:57.220Z | Downloaded peg-runtime v0.8.3 |
1149 | 2024-06-20T20:50:57.220Z | Downloaded num-derive v0.4.2 |
1150 | 2024-06-20T20:50:57.223Z | Downloaded password-hash v0.5.0 |
1151 | 2024-06-20T20:50:57.223Z | Downloaded oso-derive v0.27.3 |
1152 | 2024-06-20T20:50:57.223Z | Downloaded num-integer v0.1.46 |
1153 | 2024-06-20T20:50:57.226Z | Downloaded derive_builder v0.20.0 |
1154 | 2024-06-20T20:50:57.229Z | Downloaded der_derive v0.7.2 |
1155 | 2024-06-20T20:50:57.229Z | Downloaded console v0.15.8 |
1156 | 2024-06-20T20:50:57.234Z | Downloaded argon2 v0.5.3 |
1157 | 2024-06-20T20:50:57.234Z | Downloaded multer v3.1.0 |
1158 | 2024-06-20T20:50:57.237Z | Downloaded crunchy v0.2.2 |
1159 | 2024-06-20T20:50:57.237Z | Downloaded camino-tempfile v1.1.1 |
1160 | 2024-06-20T20:50:57.240Z | Downloaded quick-error v1.2.3 |
1161 | 2024-06-20T20:50:57.240Z | Downloaded crc-catalog v2.4.0 |
1162 | 2024-06-20T20:50:57.240Z | Downloaded packed_struct_codegen v0.10.1 |
1163 | 2024-06-20T20:50:57.243Z | Downloaded num_enum v0.5.11 |
1164 | 2024-06-20T20:50:57.247Z | Downloaded defmt v0.3.8 |
1165 | 2024-06-20T20:50:57.251Z | Downloaded num v0.4.3 |
1166 | 2024-06-20T20:50:57.251Z | Downloaded nodrop v0.1.14 |
1167 | 2024-06-20T20:50:57.251Z | Downloaded async-trait v0.1.80 |
1168 | 2024-06-20T20:50:57.254Z | Downloaded newtype-uuid v1.1.0 |
1169 | 2024-06-20T20:50:57.255Z | Downloaded arrayref v0.3.7 |
1170 | 2024-06-20T20:50:57.261Z | Downloaded colored v2.1.0 |
1171 | 2024-06-20T20:50:57.261Z | Downloaded cexpr v0.6.0 |
1172 | 2024-06-20T20:50:57.261Z | Downloaded base16ct v0.2.0 |
1173 | 2024-06-20T20:50:57.265Z | Downloaded block-padding v0.3.3 |
1174 | 2024-06-20T20:50:57.439Z | Downloaded ring v0.17.8 |
1175 | 2024-06-20T20:50:57.676Z | Downloaded ring v0.16.20 |
1176 | 2024-06-20T20:50:57.771Z | Compiling proc-macro2 v1.0.82 |
1177 | 2024-06-20T20:50:57.771Z | Compiling unicode-ident v1.0.12 |
1178 | 2024-06-20T20:50:57.771Z | Compiling libc v0.2.155 |
1179 | 2024-06-20T20:50:57.777Z | Compiling serde v1.0.203 |
1180 | 2024-06-20T20:50:57.777Z | Compiling autocfg v1.3.0 |
1181 | 2024-06-20T20:50:57.777Z | Compiling version_check v0.9.4 |
1182 | 2024-06-20T20:50:57.777Z | Compiling cfg-if v1.0.0 |
1183 | 2024-06-20T20:50:57.994Z | Compiling cc v1.0.97 |
1184 | 2024-06-20T20:50:58.022Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-06-20T20:50:58.039Z | Compiling once_cell v1.19.0 |
1186 | 2024-06-20T20:50:58.435Z | Compiling serde_json v1.0.117 |
1187 | 2024-06-20T20:50:58.451Z | Compiling libm v0.2.8 |
1188 | 2024-06-20T20:50:58.483Z | Compiling byteorder v1.5.0 |
1189 | 2024-06-20T20:50:58.577Z | Compiling ahash v0.8.11 |
1190 | 2024-06-20T20:50:58.723Z | Compiling lock_api v0.4.12 |
1191 | 2024-06-20T20:50:58.751Z | Compiling num-traits v0.2.19 |
1192 | 2024-06-20T20:50:58.960Z | Compiling memchr v2.7.2 |
1193 | 2024-06-20T20:50:59.017Z | Compiling thiserror v1.0.60 |
1194 | 2024-06-20T20:50:59.062Z | Compiling typenum v1.17.0 |
1195 | 2024-06-20T20:50:59.079Z | Compiling log v0.4.21 |
1196 | 2024-06-20T20:50:59.529Z | Compiling quote v1.0.36 |
1197 | 2024-06-20T20:50:59.566Z | Compiling generic-array v0.14.7 |
1198 | 2024-06-20T20:50:59.841Z | Compiling itoa v1.0.11 |
1199 | 2024-06-20T20:51:00.075Z | Compiling syn v2.0.64 |
1200 | 2024-06-20T20:51:00.091Z | Compiling getrandom v0.2.14 |
1201 | 2024-06-20T20:51:00.550Z | Compiling scopeguard v1.2.0 |
1202 | 2024-06-20T20:51:00.802Z | Compiling allocator-api2 v0.2.18 |
1203 | 2024-06-20T20:51:00.898Z | Compiling slab v0.4.9 |
1204 | 2024-06-20T20:51:01.208Z | Compiling ring v0.17.8 |
1205 | 2024-06-20T20:51:01.278Z | Compiling ryu v1.0.18 |
1206 | 2024-06-20T20:51:01.291Z | Compiling smallvec v1.13.2 |
1207 | 2024-06-20T20:51:01.341Z | Compiling schemars v0.8.20 |
1208 | 2024-06-20T20:51:01.553Z | Compiling pin-project-lite v0.2.14 |
1209 | 2024-06-20T20:51:01.701Z | Compiling semver v1.0.23 |
1210 | 2024-06-20T20:51:01.830Z | Compiling equivalent v1.0.1 |
1211 | 2024-06-20T20:51:02.145Z | Compiling parking_lot v0.12.2 |
1212 | 2024-06-20T20:51:02.175Z | Compiling vcpkg v0.2.15 |
1213 | 2024-06-20T20:51:02.196Z | Compiling pkg-config v0.3.30 |
1214 | 2024-06-20T20:51:02.683Z | Compiling signal-hook-registry v1.4.2 |
1215 | 2024-06-20T20:51:03.532Z | Compiling syn v1.0.109 |
1216 | 2024-06-20T20:51:03.963Z | Compiling openssl-sys v0.9.102 |
1217 | 2024-06-20T20:51:04.173Z | Compiling mio v0.8.11 |
1218 | 2024-06-20T20:51:04.828Z | Compiling rand_core v0.6.4 |
1219 | 2024-06-20T20:51:04.876Z | Compiling socket2 v0.5.7 |
1220 | 2024-06-20T20:51:05.257Z | Compiling num_cpus v1.16.0 |
1221 | 2024-06-20T20:51:05.387Z | Compiling num-conv v0.1.0 |
1222 | 2024-06-20T20:51:05.404Z | Compiling time-core v0.1.2 |
1223 | 2024-06-20T20:51:05.676Z | Compiling time-macros v0.2.18 |
1224 | 2024-06-20T20:51:06.066Z | Compiling httparse v1.8.0 |
1225 | 2024-06-20T20:51:06.591Z | Compiling futures-core v0.3.30 |
1226 | 2024-06-20T20:51:06.688Z | Compiling fnv v1.0.7 |
1227 | 2024-06-20T20:51:06.810Z | Compiling openssl v0.10.64 |
1228 | 2024-06-20T20:51:07.316Z | Compiling rustix v0.38.34 |
1229 | 2024-06-20T20:51:07.363Z | Compiling iana-time-zone v0.1.60 |
1230 | 2024-06-20T20:51:07.384Z | Compiling crossbeam-utils v0.8.19 |
1231 | 2024-06-20T20:51:07.713Z | Compiling serde_derive_internals v0.29.1 |
1232 | 2024-06-20T20:51:07.968Z | Compiling spin v0.9.8 |
1233 | 2024-06-20T20:51:08.056Z | Compiling tinyvec_macros v0.1.1 |
1234 | 2024-06-20T20:51:08.150Z | Compiling rustls v0.21.12 |
1235 | 2024-06-20T20:51:08.357Z | Compiling native-tls v0.2.11 |
1236 | 2024-06-20T20:51:08.429Z | Compiling tinyvec v1.6.0 |
1237 | 2024-06-20T20:51:08.795Z | Compiling ucd-trie v0.1.6 |
1238 | 2024-06-20T20:51:09.313Z | Compiling const-oid v0.9.6 |
1239 | 2024-06-20T20:51:09.589Z | Compiling subtle v2.5.0 |
1240 | 2024-06-20T20:51:09.715Z | Compiling futures-sink v0.3.30 |
1241 | 2024-06-20T20:51:09.887Z | Compiling unicode-normalization v0.1.23 |
1242 | 2024-06-20T20:51:09.973Z | Compiling backtrace v0.3.71 |
1243 | 2024-06-20T20:51:10.111Z | Compiling cookie v0.17.0 |
1244 | 2024-06-20T20:51:10.347Z | Compiling heck v0.4.1 |
1245 | 2024-06-20T20:51:10.768Z | Compiling dyn-clone v1.0.17 |
1246 | 2024-06-20T20:51:10.802Z | Compiling heck v0.5.0 |
1247 | 2024-06-20T20:51:10.879Z | Compiling unicode-bidi v0.3.15 |
1248 | 2024-06-20T20:51:10.951Z | Compiling slog v2.7.0 |
1249 | 2024-06-20T20:51:11.229Z | Compiling futures-channel v0.3.30 |
1250 | 2024-06-20T20:51:11.577Z | Compiling futures-io v0.3.30 |
1251 | 2024-06-20T20:51:11.699Z | Compiling pin-utils v0.1.0 |
1252 | 2024-06-20T20:51:11.919Z | Compiling futures-task v0.3.30 |
1253 | 2024-06-20T20:51:12.307Z | Compiling aho-corasick v1.1.3 |
1254 | 2024-06-20T20:51:12.761Z | Compiling regex-syntax v0.8.3 |
1255 | 2024-06-20T20:51:12.784Z | Compiling untrusted v0.9.0 |
1256 | 2024-06-20T20:51:12.980Z | Compiling winnow v0.5.40 |
1257 | 2024-06-20T20:51:13.674Z | Compiling serde_derive v1.0.203 |
1258 | 2024-06-20T20:51:14.600Z | Compiling zerocopy-derive v0.7.34 |
1259 | 2024-06-20T20:51:14.741Z | Compiling zeroize_derive v1.4.2 |
1260 | 2024-06-20T20:51:16.147Z | Compiling thiserror-impl v1.0.60 |
1261 | 2024-06-20T20:51:16.655Z | Compiling zerocopy v0.7.34 |
1262 | 2024-06-20T20:51:16.864Z | Compiling tokio-macros v2.2.0 |
1263 | 2024-06-20T20:51:16.907Z | Compiling futures-macro v0.3.30 |
1264 | 2024-06-20T20:51:17.245Z | Compiling schemars_derive v0.8.20 |
1265 | 2024-06-20T20:51:18.668Z | Compiling tracing-attributes v0.1.27 |
1266 | 2024-06-20T20:51:18.916Z | Compiling hashbrown v0.14.5 |
1267 | 2024-06-20T20:51:18.933Z | Compiling zeroize v1.7.0 |
1268 | 2024-06-20T20:51:19.739Z | Compiling openssl-macros v0.1.1 |
1269 | 2024-06-20T20:51:20.392Z | Compiling scroll_derive v0.12.0 |
1270 | 2024-06-20T20:51:20.429Z | Compiling pest v2.7.10 |
1271 | 2024-06-20T20:51:20.580Z | Compiling crypto-common v0.1.6 |
1272 | 2024-06-20T20:51:20.786Z | Compiling futures-util v0.3.30 |
1273 | 2024-06-20T20:51:21.011Z | Compiling der_derive v0.7.2 |
1274 | 2024-06-20T20:51:22.179Z | Compiling anyhow v1.0.86 |
1275 | 2024-06-20T20:51:22.694Z | Compiling block-buffer v0.10.4 |
1276 | 2024-06-20T20:51:22.941Z | Compiling pest_meta v2.7.10 |
1277 | 2024-06-20T20:51:23.243Z | Compiling regex-automata v0.4.6 |
1278 | 2024-06-20T20:51:23.348Z | Compiling tracing-core v0.1.32 |
1279 | 2024-06-20T20:51:25.926Z | Compiling pest_generator v2.7.10 |
1280 | 2024-06-20T20:51:27.472Z | Compiling usdt-impl v0.5.0 |
1281 | 2024-06-20T20:51:27.807Z | Compiling bytes v1.6.0 |
1282 | 2024-06-20T20:51:27.881Z | Compiling indexmap v2.2.6 |
1283 | 2024-06-20T20:51:28.895Z | Compiling uuid v1.8.0 |
1284 | 2024-06-20T20:51:29.061Z | Compiling bitflags v2.5.0 |
1285 | 2024-06-20T20:51:29.670Z | Compiling tokio v1.37.0 |
1286 | 2024-06-20T20:51:30.172Z | Compiling chrono v0.4.38 |
1287 | 2024-06-20T20:51:30.249Z | Compiling serde_tokenstream v0.2.0 |
1288 | 2024-06-20T20:51:31.198Z | Compiling toml_datetime v0.6.6 |
1289 | 2024-06-20T20:51:31.638Z | Compiling serde_spanned v0.6.6 |
1290 | 2024-06-20T20:51:31.868Z | Compiling http v0.2.12 |
1291 | 2024-06-20T20:51:32.503Z | Compiling toml_edit v0.19.15 |
1292 | 2024-06-20T20:51:35.008Z | Compiling rustc_version v0.4.0 |
1293 | 2024-06-20T20:51:35.671Z | Compiling pest_derive v2.7.10 |
1294 | 2024-06-20T20:51:36.288Z | Compiling powerfmt v0.2.0 |
1295 | 2024-06-20T20:51:36.435Z | Compiling rustversion v1.0.17 |
1296 | 2024-06-20T20:51:36.791Z | Compiling deranged v0.3.11 |
1297 | 2024-06-20T20:51:37.141Z | Compiling heapless v0.7.17 |
1298 | 2024-06-20T20:51:37.564Z | Compiling tracing v0.1.40 |
1299 | 2024-06-20T20:51:37.599Z | Compiling digest v0.10.7 |
1300 | 2024-06-20T20:51:38.038Z | Compiling scroll v0.12.0 |
1301 | 2024-06-20T20:51:38.610Z | Compiling num_threads v0.1.7 |
1302 | 2024-06-20T20:51:38.740Z | Compiling plain v0.2.3 |
1303 | 2024-06-20T20:51:38.923Z | Compiling ppv-lite86 v0.2.17 |
1304 | 2024-06-20T20:51:39.142Z | Compiling percent-encoding v2.3.1 |
1305 | 2024-06-20T20:51:39.468Z | Compiling signal-hook v0.3.17 |
1306 | 2024-06-20T20:51:39.711Z | Compiling rand_chacha v0.3.1 |
1307 | 2024-06-20T20:51:39.739Z | Compiling time v0.3.36 |
1308 | 2024-06-20T20:51:39.862Z | Compiling goblin v0.8.2 |
1309 | 2024-06-20T20:51:41.308Z | Compiling regex v1.10.4 |
1310 | 2024-06-20T20:51:42.346Z | Compiling pretty-hex v0.4.1 |
1311 | 2024-06-20T20:51:42.569Z | Compiling crc32fast v1.4.0 |
1312 | 2024-06-20T20:51:43.210Z | Compiling strsim v0.11.1 |
1313 | 2024-06-20T20:51:44.523Z | Compiling rand v0.8.5 |
1314 | 2024-06-20T20:51:44.883Z | Compiling tokio-util v0.7.11 |
1315 | 2024-06-20T20:51:45.669Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-06-20T20:51:46.124Z | Compiling dof v0.3.0 |
1317 | 2024-06-20T20:51:46.666Z | Compiling async-trait v0.1.80 |
1318 | 2024-06-20T20:51:46.919Z | Compiling thread-id v4.2.1 |
1319 | 2024-06-20T20:51:47.436Z | Compiling unicode-width v0.1.12 |
1320 | 2024-06-20T20:51:47.555Z | Compiling base64ct v1.6.0 |
1321 | 2024-06-20T20:51:47.641Z | Compiling foreign-types-shared v0.1.1 |
1322 | 2024-06-20T20:51:47.821Z | Compiling smoltcp v0.9.1 |
1323 | 2024-06-20T20:51:48.040Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1324 | 2024-06-20T20:51:48.132Z | Compiling pem-rfc7468 v0.7.0 |
1325 | 2024-06-20T20:51:48.452Z | Compiling foreign-types v0.3.2 |
1326 | 2024-06-20T20:51:49.871Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-06-20T20:51:50.233Z | Compiling hmac v0.12.1 |
1328 | 2024-06-20T20:51:50.408Z | Compiling siphasher v0.3.11 |
1329 | 2024-06-20T20:51:50.530Z | Compiling flagset v0.4.5 |
1330 | 2024-06-20T20:51:50.737Z | Compiling try-lock v0.2.5 |
1331 | 2024-06-20T20:51:50.755Z | Compiling adler v1.0.2 |
1332 | 2024-06-20T20:51:50.902Z | Compiling base64 v0.21.7 |
1333 | 2024-06-20T20:51:51.023Z | Compiling want v0.3.1 |
1334 | 2024-06-20T20:51:51.038Z | Compiling miniz_oxide v0.7.2 |
1335 | 2024-06-20T20:51:51.605Z | Compiling der v0.7.9 |
1336 | 2024-06-20T20:51:53.625Z | Compiling h2 v0.3.26 |
1337 | 2024-06-20T20:51:54.412Z | Compiling sct v0.7.1 |
1338 | 2024-06-20T20:51:54.718Z | Compiling rustls-webpki v0.101.7 |
1339 | 2024-06-20T20:51:54.909Z | Compiling http-body v0.4.6 |
1340 | 2024-06-20T20:51:55.954Z | Compiling openapiv3 v2.0.0 |
1341 | 2024-06-20T20:51:56.093Z | Compiling hubpack_derive v0.1.1 |
1342 | 2024-06-20T20:51:56.459Z | Compiling zerocopy-derive v0.6.6 |
1343 | 2024-06-20T20:51:56.680Z | Compiling idna v0.5.0 |
1344 | 2024-06-20T20:51:57.220Z | Compiling errno v0.3.9 |
1345 | 2024-06-20T20:51:57.443Z | Compiling fs-err v2.11.0 |
1346 | 2024-06-20T20:51:57.545Z | Compiling anstyle v1.0.7 |
1347 | 2024-06-20T20:51:57.727Z | Compiling cpufeatures v0.2.12 |
1348 | 2024-06-20T20:51:57.826Z | Compiling spin v0.5.2 |
1349 | 2024-06-20T20:51:58.022Z | Compiling tower-service v0.3.2 |
1350 | 2024-06-20T20:51:58.081Z | Compiling finl_unicode v1.2.0 |
1351 | 2024-06-20T20:51:58.279Z | Compiling utf8parse v0.2.1 |
1352 | 2024-06-20T20:51:58.481Z | Compiling gimli v0.28.1 |
1353 | 2024-06-20T20:51:58.645Z | Compiling stable_deref_trait v1.2.0 |
1354 | 2024-06-20T20:51:58.663Z | Compiling openssl-probe v0.1.5 |
1355 | 2024-06-20T20:51:58.980Z | Compiling httpdate v1.0.3 |
1356 | 2024-06-20T20:51:59.989Z | Compiling stringprep v0.1.4 |
1357 | 2024-06-20T20:52:00.077Z | Compiling anstyle-parse v0.2.4 |
1358 | 2024-06-20T20:52:00.387Z | Compiling sha2 v0.10.8 |
1359 | 2024-06-20T20:52:00.415Z | Compiling url v2.5.0 |
1360 | 2024-06-20T20:52:00.998Z | Compiling hyper v0.14.28 |
1361 | 2024-06-20T20:52:03.306Z | Compiling addr2line v0.21.0 |
1362 | 2024-06-20T20:52:04.385Z | Compiling spki v0.7.3 |
1363 | 2024-06-20T20:52:05.330Z | Compiling usdt-attr-macro v0.5.0 |
1364 | 2024-06-20T20:52:05.950Z | Compiling usdt-macro v0.5.0 |
1365 | 2024-06-20T20:52:06.961Z | Compiling md-5 v0.10.6 |
1366 | 2024-06-20T20:52:10.742Z | Compiling idna v0.3.0 |
1367 | 2024-06-20T20:52:11.226Z | Compiling diesel_table_macro_syntax v0.1.0 |
1368 | 2024-06-20T20:52:11.614Z | Compiling num-integer v0.1.46 |
1369 | 2024-06-20T20:52:11.667Z | Compiling object v0.32.2 |
1370 | 2024-06-20T20:52:12.347Z | Compiling hash32 v0.2.1 |
1371 | 2024-06-20T20:52:12.400Z | Compiling colorchoice v1.0.1 |
1372 | 2024-06-20T20:52:12.937Z | Compiling is_terminal_polyfill v1.70.0 |
1373 | 2024-06-20T20:52:13.068Z | Compiling rustc-demangle v0.1.24 |
1374 | 2024-06-20T20:52:15.486Z | Compiling psl-types v2.0.11 |
1375 | 2024-06-20T20:52:15.541Z | Compiling anstyle-query v1.0.3 |
1376 | 2024-06-20T20:52:15.814Z | Compiling fallible-iterator v0.2.0 |
1377 | 2024-06-20T20:52:16.534Z | Compiling postgres-protocol v0.6.6 |
1378 | 2024-06-20T20:52:18.338Z | Compiling anstream v0.6.14 |
1379 | 2024-06-20T20:52:18.985Z | Compiling publicsuffix v2.2.3 |
1380 | 2024-06-20T20:52:19.230Z | Compiling lazy_static v1.4.0 |
1381 | 2024-06-20T20:52:20.551Z | Compiling diesel_derives v2.1.4 |
1382 | 2024-06-20T20:52:27.016Z | Compiling tokio-rustls v0.24.1 |
1383 | 2024-06-20T20:52:27.443Z | Compiling pkcs8 v0.10.2 |
1384 | 2024-06-20T20:52:27.921Z | Compiling terminal_size v0.3.0 |
1385 | 2024-06-20T20:52:28.119Z | Compiling tokio-native-tls v0.3.1 |
1386 | 2024-06-20T20:52:28.416Z | Compiling phf_shared v0.11.2 |
1387 | 2024-06-20T20:52:29.513Z | Compiling strum_macros v0.25.3 |
1388 | 2024-06-20T20:52:30.099Z | Compiling block-padding v0.3.3 |
1389 | 2024-06-20T20:52:30.312Z | Compiling regress v0.9.1 |
1390 | 2024-06-20T20:52:30.329Z | Compiling enum-as-inner v0.5.1 |
1391 | 2024-06-20T20:52:31.339Z | Compiling serde_repr v0.1.19 |
1392 | 2024-06-20T20:52:32.472Z | Compiling clap_derive v4.5.4 |
1393 | 2024-06-20T20:52:33.591Z | Compiling ff v0.13.0 |
1394 | 2024-06-20T20:52:33.907Z | Compiling scheduled-thread-pool v0.2.7 |
1395 | 2024-06-20T20:52:34.821Z | Compiling encoding_rs v0.8.34 |
1396 | 2024-06-20T20:52:35.247Z | Compiling matches v0.1.10 |
1397 | 2024-06-20T20:52:35.347Z | Compiling managed v0.8.0 |
1398 | 2024-06-20T20:52:35.809Z | Compiling base16ct v0.2.0 |
1399 | 2024-06-20T20:52:36.143Z | Compiling mime v0.3.17 |
1400 | 2024-06-20T20:52:36.697Z | Compiling either v1.12.0 |
1401 | 2024-06-20T20:52:37.103Z | Compiling bitflags v1.3.2 |
1402 | 2024-06-20T20:52:37.203Z | Compiling bit-vec v0.6.3 |
1403 | 2024-06-20T20:52:37.263Z | Compiling clap_lex v0.7.0 |
1404 | 2024-06-20T20:52:37.838Z | Compiling ipnet v2.9.0 |
1405 | 2024-06-20T20:52:38.449Z | Compiling clap_builder v4.5.2 |
1406 | 2024-06-20T20:52:38.946Z | Compiling sec1 v0.7.3 |
1407 | 2024-06-20T20:52:39.539Z | Compiling idna v0.2.3 |
1408 | 2024-06-20T20:52:40.991Z | Compiling r2d2 v0.8.10 |
1409 | 2024-06-20T20:52:41.591Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1410 | 2024-06-20T20:52:43.154Z | Compiling group v0.13.0 |
1411 | 2024-06-20T20:52:44.387Z | Compiling inout v0.1.3 |
1412 | 2024-06-20T20:52:46.207Z | Compiling phf v0.11.2 |
1413 | 2024-06-20T20:52:46.210Z | Compiling hyper-tls v0.5.0 |
1414 | 2024-06-20T20:52:46.394Z | Compiling signal-hook-mio v0.2.3 |
1415 | 2024-06-20T20:52:46.397Z | Compiling hyper-rustls v0.24.2 |
1416 | 2024-06-20T20:52:46.558Z | Compiling cookie_store v0.20.0 |
1417 | 2024-06-20T20:52:46.754Z | Compiling postgres-types v0.2.6 |
1418 | 2024-06-20T20:52:46.889Z | Compiling num-bigint v0.4.5 |
1419 | 2024-06-20T20:52:46.971Z | Compiling zerocopy v0.6.6 |
1420 | 2024-06-20T20:52:47.996Z | Compiling hubpack v0.1.2 |
1421 | 2024-06-20T20:52:48.090Z | Compiling rustls-pemfile v1.0.4 |
1422 | 2024-06-20T20:52:48.216Z | Compiling phf_shared v0.10.0 |
1423 | 2024-06-20T20:52:48.404Z | Compiling hkdf v0.12.4 |
1424 | 2024-06-20T20:52:48.477Z | Compiling serde_urlencoded v0.7.1 |
1425 | 2024-06-20T20:52:48.601Z | Compiling crossbeam-epoch v0.9.18 |
1426 | 2024-06-20T20:52:49.033Z | Compiling ipnetwork v0.20.0 |
1427 | 2024-06-20T20:52:49.896Z | Compiling futures-executor v0.3.30 |
1428 | 2024-06-20T20:52:50.100Z | Compiling crypto-bigint v0.5.5 |
1429 | 2024-06-20T20:52:50.316Z | Compiling float-cmp v0.9.0 |
1430 | 2024-06-20T20:52:50.420Z | Compiling memmap v0.7.0 |
1431 | 2024-06-20T20:52:50.546Z | Compiling whoami v1.5.1 |
1432 | 2024-06-20T20:52:50.774Z | Compiling sync_wrapper v0.1.2 |
1433 | 2024-06-20T20:52:50.910Z | Compiling fixedbitset v0.4.2 |
1434 | 2024-06-20T20:52:51.144Z | Compiling normalize-line-endings v0.3.0 |
1435 | 2024-06-20T20:52:51.272Z | Compiling unicode-segmentation v1.11.0 |
1436 | 2024-06-20T20:52:51.305Z | Compiling winnow v0.6.8 |
1437 | 2024-06-20T20:52:52.055Z | Compiling data-encoding v2.6.0 |
1438 | 2024-06-20T20:52:53.619Z | Compiling difflib v0.4.0 |
1439 | 2024-06-20T20:52:53.649Z | Compiling webpki-roots v0.25.4 |
1440 | 2024-06-20T20:52:53.770Z | Compiling minimal-lexical v0.2.1 |
1441 | 2024-06-20T20:52:54.285Z | Compiling precomputed-hash v0.1.1 |
1442 | 2024-06-20T20:52:54.403Z | Compiling static_assertions v1.1.0 |
1443 | 2024-06-20T20:52:54.505Z | Compiling predicates-core v1.0.6 |
1444 | 2024-06-20T20:52:54.549Z | Compiling new_debug_unreachable v1.0.6 |
1445 | 2024-06-20T20:52:54.648Z | Compiling string_cache v0.8.7 |
1446 | 2024-06-20T20:52:54.840Z | Compiling toml_edit v0.22.13 |
1447 | 2024-06-20T20:52:54.970Z | Compiling predicates v3.1.0 |
1448 | 2024-06-20T20:52:54.986Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1449 | 2024-06-20T20:52:55.078Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1450 | 2024-06-20T20:52:56.535Z | Compiling nom v7.1.3 |
1451 | 2024-06-20T20:52:56.691Z | Compiling reqwest v0.11.27 |
1452 | 2024-06-20T20:52:57.021Z | Compiling elliptic-curve v0.13.8 |
1453 | 2024-06-20T20:52:57.789Z | Compiling trust-dns-proto v0.22.0 |
1454 | 2024-06-20T20:52:59.028Z | Compiling similar v2.5.0 |
1455 | 2024-06-20T20:53:00.384Z | Compiling petgraph v0.6.5 |
1456 | 2024-06-20T20:53:01.146Z | Compiling tokio-postgres v0.7.10 |
1457 | 2024-06-20T20:53:01.598Z | Compiling usdt v0.5.0 |
1458 | 2024-06-20T20:53:02.708Z | Compiling futures v0.3.30 |
1459 | 2024-06-20T20:53:02.899Z | Compiling yasna v0.5.2 |
1460 | 2024-06-20T20:53:03.691Z | Compiling diesel v2.1.6 |
1461 | 2024-06-20T20:53:04.928Z | Compiling crossterm v0.27.0 |
1462 | 2024-06-20T20:53:05.019Z | Compiling flate2 v1.0.30 |
1463 | 2024-06-20T20:53:05.049Z | Compiling cipher v0.4.4 |
1464 | 2024-06-20T20:53:05.886Z | Compiling clap v4.5.4 |
1465 | 2024-06-20T20:53:05.987Z | Compiling itertools v0.12.1 |
1466 | 2024-06-20T20:53:06.017Z | Compiling itertools v0.10.5 |
1467 | 2024-06-20T20:53:06.299Z | Compiling bit-set v0.5.3 |
1468 | 2024-06-20T20:53:06.590Z | Compiling console v0.15.8 |
1469 | 2024-06-20T20:53:07.973Z | Compiling num-iter v0.1.45 |
1470 | 2024-06-20T20:53:08.581Z | Compiling tokio-stream v0.1.15 |
1471 | 2024-06-20T20:53:08.896Z | Compiling toml v0.7.8 |
1472 | 2024-06-20T20:53:08.967Z | Compiling bstr v1.9.1 |
1473 | 2024-06-20T20:53:09.236Z | Compiling hex v0.4.3 |
1474 | 2024-06-20T20:53:09.864Z | Compiling peg-runtime v0.8.3 |
1475 | 2024-06-20T20:53:09.934Z | Compiling lalrpop-util v0.19.12 |
1476 | 2024-06-20T20:53:10.146Z | Compiling unicode-xid v0.2.4 |
1477 | 2024-06-20T20:53:10.620Z | Compiling proc-macro-crate v1.3.1 |
1478 | 2024-06-20T20:53:11.526Z | Compiling camino v1.1.7 |
1479 | 2024-06-20T20:53:12.253Z | Compiling heapless v0.8.0 |
1480 | 2024-06-20T20:53:15.178Z | Compiling num_enum_derive v0.5.11 |
1481 | 2024-06-20T20:53:19.421Z | Compiling hash32 v0.3.1 |
1482 | 2024-06-20T20:53:20.239Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1483 | 2024-06-20T20:53:20.497Z | Compiling rustls-pki-types v1.7.0 |
1484 | 2024-06-20T20:53:21.879Z | Compiling smoltcp v0.11.0 |
1485 | 2024-06-20T20:53:22.050Z | Compiling ident_case v1.0.1 |
1486 | 2024-06-20T20:53:22.724Z | Compiling darling_core v0.20.9 |
1487 | 2024-06-20T20:53:35.079Z | Compiling num_enum v0.5.11 |
1488 | 2024-06-20T20:53:37.398Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1489 | 2024-06-20T20:53:37.861Z | Compiling getopts v0.2.21 |
1490 | 2024-06-20T20:53:39.300Z | Compiling dirs-sys-next v0.1.2 |
1491 | 2024-06-20T20:53:39.780Z | Compiling proc-macro-error-attr v1.0.4 |
1492 | 2024-06-20T20:53:40.081Z | Compiling unsafe-libyaml v0.2.11 |
1493 | 2024-06-20T20:53:40.417Z | Compiling cobs v0.2.3 |
1494 | 2024-06-20T20:53:40.500Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1495 | 2024-06-20T20:53:40.787Z | Compiling embedded-io v0.4.0 |
1496 | 2024-06-20T20:53:40.874Z | Compiling rustls v0.22.4 |
1497 | 2024-06-20T20:53:41.332Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1498 | 2024-06-20T20:53:41.609Z | Compiling paste v1.0.15 |
1499 | 2024-06-20T20:53:42.422Z | Compiling serde_yaml v0.9.34+deprecated |
1500 | 2024-06-20T20:53:43.071Z | Compiling postcard v1.0.8 |
1501 | 2024-06-20T20:53:45.719Z | Compiling dirs-next v2.0.0 |
1502 | 2024-06-20T20:53:46.821Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1503 | 2024-06-20T20:53:50.169Z | Compiling darling_macro v0.20.9 |
1504 | 2024-06-20T20:53:51.307Z | Compiling rustls-webpki v0.102.4 |
1505 | 2024-06-20T20:53:58.545Z | Compiling strum_macros v0.26.2 |
1506 | 2024-06-20T20:53:59.445Z | Compiling structmeta-derive v0.3.0 |
1507 | 2024-06-20T20:54:00.020Z | Compiling foreign-types-macros v0.2.3 |
1508 | 2024-06-20T20:54:00.863Z | Compiling thread_local v1.1.8 |
1509 | 2024-06-20T20:54:01.274Z | Compiling proc-macro-error v1.0.4 |
1510 | 2024-06-20T20:54:01.568Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1511 | 2024-06-20T20:54:01.620Z | Compiling multer v3.1.0 |
1512 | 2024-06-20T20:54:02.155Z | Compiling foreign-types-shared v0.3.1 |
1513 | 2024-06-20T20:54:02.287Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1514 | 2024-06-20T20:54:03.290Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1515 | 2024-06-20T20:54:03.474Z | Compiling match_cfg v0.1.0 |
1516 | 2024-06-20T20:54:03.513Z | Compiling slog-async v2.8.0 |
1517 | 2024-06-20T20:54:09.040Z | Compiling hostname v0.3.1 |
1518 | 2024-06-20T20:54:09.132Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1519 | 2024-06-20T20:54:09.157Z | Compiling strum v0.26.2 |
1520 | 2024-06-20T20:54:09.903Z | Compiling structmeta v0.3.0 |
1521 | 2024-06-20T20:54:10.319Z | Compiling foreign-types v0.5.0 |
1522 | 2024-06-20T20:54:12.655Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1523 | 2024-06-20T20:54:16.166Z | Compiling darling v0.20.9 |
1524 | 2024-06-20T20:54:22.551Z | Compiling term v0.7.0 |
1525 | 2024-06-20T20:54:27.619Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1526 | 2024-06-20T20:54:31.876Z | Compiling slog-json v2.6.1 |
1527 | 2024-06-20T20:54:31.924Z | Compiling tabwriter v1.4.0 |
1528 | 2024-06-20T20:54:31.924Z | Compiling crossbeam-channel v0.5.12 |
1529 | 2024-06-20T20:54:31.924Z | Compiling http v1.1.0 |
1530 | 2024-06-20T20:54:31.924Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1531 | 2024-06-20T20:54:31.924Z | Compiling async-stream-impl v0.3.5 |
1532 | 2024-06-20T20:54:31.924Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1533 | 2024-06-20T20:54:32.301Z | Compiling cstr-argument v0.1.2 |
1534 | 2024-06-20T20:54:32.564Z | Compiling is-terminal v0.4.12 |
1535 | 2024-06-20T20:54:32.585Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1536 | 2024-06-20T20:54:32.703Z | Compiling rayon-core v1.12.1 |
1537 | 2024-06-20T20:54:32.846Z | Compiling base64 v0.22.1 |
1538 | 2024-06-20T20:54:32.874Z | Compiling pretty-hex v0.2.1 |
1539 | 2024-06-20T20:54:32.983Z | Compiling atomic-waker v1.1.2 |
1540 | 2024-06-20T20:54:33.048Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1541 | 2024-06-20T20:54:33.078Z | Compiling crucible-workspace-hack v0.1.0 |
1542 | 2024-06-20T20:54:33.325Z | Compiling fastrand v2.1.0 |
1543 | 2024-06-20T20:54:33.344Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1544 | 2024-06-20T20:54:33.628Z | Compiling take_mut v0.2.2 |
1545 | 2024-06-20T20:54:34.092Z | Compiling tempfile v3.10.1 |
1546 | 2024-06-20T20:54:34.280Z | Compiling rustls-pemfile v2.1.2 |
1547 | 2024-06-20T20:54:34.375Z | Compiling waitgroup v0.1.2 |
1548 | 2024-06-20T20:54:34.625Z | Compiling async-stream v0.3.5 |
1549 | 2024-06-20T20:54:34.968Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1550 | 2024-06-20T20:54:35.134Z | Compiling slog-term v2.9.1 |
1551 | 2024-06-20T20:54:35.378Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1552 | 2024-06-20T20:54:35.910Z | Compiling slog-bunyan v2.5.0 |
1553 | 2024-06-20T20:54:36.197Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1554 | 2024-06-20T20:54:36.441Z | Compiling tokio-rustls v0.25.0 |
1555 | 2024-06-20T20:54:36.935Z | Compiling serde_with_macros v3.8.1 |
1556 | 2024-06-20T20:54:37.048Z | Compiling parse-display-derive v0.9.0 |
1557 | 2024-06-20T20:54:37.233Z | Compiling toml v0.8.13 |
1558 | 2024-06-20T20:54:38.018Z | Compiling sha1 v0.10.6 |
1559 | 2024-06-20T20:54:38.623Z | Compiling crossbeam-deque v0.8.5 |
1560 | 2024-06-20T20:54:38.845Z | Compiling colored v2.1.0 |
1561 | 2024-06-20T20:54:39.036Z | Compiling newtype-uuid v1.1.0 |
1562 | 2024-06-20T20:54:39.394Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1563 | 2024-06-20T20:54:39.826Z | Compiling serde_path_to_error v0.1.16 |
1564 | 2024-06-20T20:54:40.235Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1565 | 2024-06-20T20:54:40.851Z | Compiling socket2 v0.4.10 |
1566 | 2024-06-20T20:54:40.981Z | Compiling hostname v0.4.0 |
1567 | 2024-06-20T20:54:41.236Z | Compiling instant v0.1.12 |
1568 | 2024-06-20T20:54:41.253Z | Compiling debug-ignore v1.0.5 |
1569 | 2024-06-20T20:54:41.396Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1570 | 2024-06-20T20:54:41.788Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1571 | 2024-06-20T20:54:42.468Z | Compiling backoff v0.4.0 |
1572 | 2024-06-20T20:54:42.840Z | Compiling parse-display v0.9.0 |
1573 | 2024-06-20T20:54:44.541Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1574 | 2024-06-20T20:54:44.715Z | Compiling serde_with v3.8.1 |
1575 | 2024-06-20T20:54:44.770Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1576 | 2024-06-20T20:54:44.871Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1577 | 2024-06-20T20:54:45.288Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1578 | 2024-06-20T20:54:46.240Z | Compiling camino-tempfile v1.1.1 |
1579 | 2024-06-20T20:54:47.104Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1580 | 2024-06-20T20:54:47.627Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1581 | 2024-06-20T20:54:47.829Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1582 | 2024-06-20T20:54:48.657Z | Compiling macaddr v1.0.1 |
1583 | 2024-06-20T20:54:49.369Z | Compiling num-derive v0.4.2 |
1584 | 2024-06-20T20:54:49.473Z | Compiling sigpipe v0.1.3 |
1585 | 2024-06-20T20:54:49.616Z | Compiling libefi-sys v0.1.0 |
1586 | 2024-06-20T20:54:49.939Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1587 | 2024-06-20T20:54:50.443Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1588 | 2024-06-20T20:54:50.511Z | Compiling rayon v1.10.0 |
1589 | 2024-06-20T20:54:50.526Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1590 | 2024-06-20T20:54:51.752Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1591 | 2024-06-20T20:54:51.795Z | Compiling smf v0.2.3 |
1592 | 2024-06-20T20:54:53.374Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1593 | 2024-06-20T20:54:53.724Z | Compiling blake3 v1.5.1 |
1594 | 2024-06-20T20:54:53.789Z | Compiling ring v0.16.20 |
1595 | 2024-06-20T20:54:54.230Z | Compiling portable-atomic v1.6.0 |
1596 | 2024-06-20T20:54:54.705Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1597 | 2024-06-20T20:54:55.126Z | Compiling xattr v1.3.1 |
1598 | 2024-06-20T20:54:55.155Z | Compiling memmap2 v0.9.4 |
1599 | 2024-06-20T20:54:55.431Z | Compiling filetime v0.2.23 |
1600 | 2024-06-20T20:54:55.798Z | Compiling arrayvec v0.7.4 |
1601 | 2024-06-20T20:54:55.858Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1602 | 2024-06-20T20:54:55.882Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1603 | 2024-06-20T20:54:56.294Z | Compiling untrusted v0.7.1 |
1604 | 2024-06-20T20:54:56.459Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1605 | 2024-06-20T20:54:56.483Z | Compiling constant_time_eq v0.3.0 |
1606 | 2024-06-20T20:54:56.618Z | Compiling same-file v1.0.6 |
1607 | 2024-06-20T20:54:56.669Z | Compiling arrayref v0.3.7 |
1608 | 2024-06-20T20:54:56.895Z | Compiling walkdir v2.5.0 |
1609 | 2024-06-20T20:54:58.424Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1610 | 2024-06-20T20:54:59.416Z | Compiling tar v0.4.40 |
1611 | 2024-06-20T20:54:59.639Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1612 | 2024-06-20T20:55:01.327Z | Compiling gethostname v0.4.3 |
1613 | 2024-06-20T20:55:01.507Z | Compiling topological-sort v0.2.2 |
1614 | 2024-06-20T20:55:01.620Z | Compiling number_prefix v0.4.0 |
1615 | 2024-06-20T20:55:01.800Z | Compiling swrite v0.1.0 |
1616 | 2024-06-20T20:55:01.884Z | Compiling indicatif v0.17.8 |
1617 | 2024-06-20T20:55:03.323Z | Compiling omicron-zone-package v0.11.0 |
1618 | 2024-06-20T20:55:06.822Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1619 | 2024-06-20T20:55:11.060Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1620 | 2024-06-20T20:55:13.658Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1621 | 2024-06-20T20:55:15.034Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1622 | 2024-06-20T20:55:31.649Z | Finished `release` profile [optimized] target(s) in 4m 36s |
1623 | 2024-06-20T20:55:31.770Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1624 | 2024-06-20T20:55:31.820Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1625 | 2024-06-20T20:55:31.824Z | Created new build target 'test' and set it as active |
1626 | 2024-06-20T20:55:31.824Z | |
1627 | 2024-06-20T20:55:31.824Z | real 4:36.580570697 |
1628 | 2024-06-20T20:55:31.824Z | user 31:05.542942230 |
1629 | 2024-06-20T20:55:31.824Z | sys 3:59.543137524 |
1630 | 2024-06-20T20:55:31.824Z | trap 0.978051548 |
1631 | 2024-06-20T20:55:31.824Z | tflt 2.694883980 |
1632 | 2024-06-20T20:55:31.824Z | dflt 1.512294067 |
1633 | 2024-06-20T20:55:31.824Z | kflt 0.012822633 |
1634 | 2024-06-20T20:55:31.824Z | lock 1:05:05.735788144 |
1635 | 2024-06-20T20:55:31.824Z | slp 1:27:15.977507352 |
1636 | 2024-06-20T20:55:31.824Z | lat 2:05.019718504 |
1637 | 2024-06-20T20:55:31.824Z | stop 3:08.366616948 |
1638 | 2024-06-20T20:55:31.824Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1639 | 2024-06-20T20:55:32.699Z | Finished `release` profile [optimized] target(s) in 0.83s |
1640 | 2024-06-20T20:55:32.741Z | Running `target/release/omicron-package -t test package` |
1641 | 2024-06-20T20:55:32.777Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1642 | 2024-06-20T20:55:33.714Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1643 | 2024-06-20T20:55:33.815Z | Compiling newline-converter v0.3.0 |
1644 | 2024-06-20T20:55:33.825Z | Compiling humantime v2.1.0 |
1645 | 2024-06-20T20:55:33.834Z | Compiling derive-where v1.2.7 |
1646 | 2024-06-20T20:55:33.838Z | Compiling convert_case v0.4.0 |
1647 | 2024-06-20T20:55:33.838Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1648 | 2024-06-20T20:55:33.838Z | Compiling password-hash v0.5.0 |
1649 | 2024-06-20T20:55:33.838Z | Compiling blake2 v0.10.6 |
1650 | 2024-06-20T20:55:33.964Z | Compiling expectorate v1.1.0 |
1651 | 2024-06-20T20:55:34.037Z | Compiling linked-hash-map v0.5.6 |
1652 | 2024-06-20T20:55:34.151Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1653 | 2024-06-20T20:55:34.445Z | Compiling lru-cache v0.1.2 |
1654 | 2024-06-20T20:55:34.657Z | Compiling argon2 v0.5.3 |
1655 | 2024-06-20T20:55:34.673Z | Compiling semver v0.1.20 |
1656 | 2024-06-20T20:55:34.688Z | Compiling derive_more v0.99.17 |
1657 | 2024-06-20T20:55:35.099Z | Compiling rustc_version v0.1.7 |
1658 | 2024-06-20T20:55:35.250Z | Compiling home v0.5.9 |
1659 | 2024-06-20T20:55:35.491Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1660 | 2024-06-20T20:55:35.540Z | Compiling newtype_derive v0.1.6 |
1661 | 2024-06-20T20:55:36.017Z | Compiling steno v0.4.0 |
1662 | 2024-06-20T20:55:36.092Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1663 | 2024-06-20T20:55:36.196Z | Compiling slog-dtrace v0.3.0 |
1664 | 2024-06-20T20:55:36.473Z | Compiling quick-error v1.2.3 |
1665 | 2024-06-20T20:55:36.627Z | Compiling resolv-conf v0.7.0 |
1666 | 2024-06-20T20:55:37.197Z | Compiling trust-dns-resolver v0.22.0 |
1667 | 2024-06-20T20:55:38.249Z | Compiling termcolor v1.4.1 |
1668 | 2024-06-20T20:55:38.801Z | Compiling utf-8 v0.7.6 |
1669 | 2024-06-20T20:55:39.176Z | Compiling num-rational v0.4.2 |
1670 | 2024-06-20T20:55:39.398Z | Compiling num-complex v0.4.6 |
1671 | 2024-06-20T20:55:40.827Z | Compiling num v0.4.3 |
1672 | 2024-06-20T20:55:40.839Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1673 | 2024-06-20T20:55:40.877Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1674 | 2024-06-20T20:55:41.746Z | Compiling nibble_vec v0.1.0 |
1675 | 2024-06-20T20:55:41.986Z | Compiling endian-type v0.1.2 |
1676 | 2024-06-20T20:55:42.003Z | Compiling radium v0.7.0 |
1677 | 2024-06-20T20:55:42.233Z | Compiling display-error-chain v0.2.0 |
1678 | 2024-06-20T20:55:42.287Z | Compiling radix_trie v0.2.1 |
1679 | 2024-06-20T20:55:42.421Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1680 | 2024-06-20T20:55:42.519Z | Compiling maybe-uninit v2.0.0 |
1681 | 2024-06-20T20:55:42.994Z | Compiling tap v1.0.1 |
1682 | 2024-06-20T20:55:43.192Z | Compiling wyz v0.5.1 |
1683 | 2024-06-20T20:55:43.683Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1684 | 2024-06-20T20:55:43.860Z | Compiling crc-catalog v2.4.0 |
1685 | 2024-06-20T20:55:44.025Z | Compiling cancel-safe-futures v0.1.5 |
1686 | 2024-06-20T20:55:44.161Z | Compiling num-bigint-dig v0.8.4 |
1687 | 2024-06-20T20:55:44.370Z | Compiling arc-swap v1.7.1 |
1688 | 2024-06-20T20:55:44.442Z | Compiling funty v2.0.0 |
1689 | 2024-06-20T20:55:45.140Z | Compiling packed_struct v0.10.1 |
1690 | 2024-06-20T20:55:45.586Z | Compiling slog-scope v4.4.0 |
1691 | 2024-06-20T20:55:46.480Z | Compiling bitvec v1.0.1 |
1692 | 2024-06-20T20:55:46.808Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1693 | 2024-06-20T20:55:48.624Z | Compiling crc v3.2.1 |
1694 | 2024-06-20T20:55:52.937Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1695 | 2024-06-20T20:55:52.965Z | Compiling packed_struct_codegen v0.10.1 |
1696 | 2024-06-20T20:55:52.965Z | Compiling fxhash v0.2.1 |
1697 | 2024-06-20T20:55:52.965Z | Compiling dirs-sys-next v0.1.2 |
1698 | 2024-06-20T20:55:53.318Z | Compiling indexmap v1.9.3 |
1699 | 2024-06-20T20:55:53.623Z | Compiling nodrop v0.1.14 |
1700 | 2024-06-20T20:55:53.757Z | Compiling glob v0.3.1 |
1701 | 2024-06-20T20:55:53.935Z | Compiling crunchy v0.2.2 |
1702 | 2024-06-20T20:55:54.614Z | Compiling clang-sys v1.7.0 |
1703 | 2024-06-20T20:55:55.282Z | Compiling array-init v0.0.4 |
1704 | 2024-06-20T20:55:56.570Z | Compiling dirs-next v2.0.0 |
1705 | 2024-06-20T20:55:56.937Z | Compiling smallvec v0.6.14 |
1706 | 2024-06-20T20:55:58.733Z | Compiling slog-stdlog v4.1.1 |
1707 | 2024-06-20T20:55:59.082Z | Compiling rayon-core v1.12.1 |
1708 | 2024-06-20T20:55:59.109Z | Compiling pkcs1 v0.7.5 |
1709 | 2024-06-20T20:55:59.486Z | Compiling signature v2.2.0 |
1710 | 2024-06-20T20:55:59.678Z | Compiling crossbeam-deque v0.8.5 |
1711 | 2024-06-20T20:55:59.774Z | Compiling half v2.4.1 |
1712 | 2024-06-20T20:56:00.049Z | Compiling ciborium-io v0.2.2 |
1713 | 2024-06-20T20:56:00.192Z | Compiling bitfield v0.14.0 |
1714 | 2024-06-20T20:56:00.501Z | Compiling maplit v1.0.2 |
1715 | 2024-06-20T20:56:00.530Z | Compiling tiny-keccak v2.0.2 |
1716 | 2024-06-20T20:56:00.626Z | Compiling fastrand v2.1.0 |
1717 | 2024-06-20T20:56:00.807Z | Compiling hashbrown v0.12.3 |
1718 | 2024-06-20T20:56:01.158Z | Compiling same-file v1.0.6 |
1719 | 2024-06-20T20:56:01.398Z | Compiling prettyplease v0.2.20 |
1720 | 2024-06-20T20:56:01.723Z | Compiling walkdir v2.5.0 |
1721 | 2024-06-20T20:56:02.404Z | Compiling tempfile v3.10.1 |
1722 | 2024-06-20T20:56:03.219Z | Compiling rsa v0.9.6 |
1723 | 2024-06-20T20:56:03.260Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1724 | 2024-06-20T20:56:03.336Z | Compiling ciborium-ll v0.2.2 |
1725 | 2024-06-20T20:56:05.482Z | Compiling slog-envlogger v2.2.0 |
1726 | 2024-06-20T20:56:07.124Z | Compiling serde-hex v0.1.0 |
1727 | 2024-06-20T20:56:08.056Z | Compiling bzip2 v0.4.4 |
1728 | 2024-06-20T20:56:08.464Z | Compiling term v0.7.0 |
1729 | 2024-06-20T20:56:08.708Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1730 | 2024-06-20T20:56:08.735Z | Compiling env_logger v0.10.2 |
1731 | 2024-06-20T20:56:09.061Z | Compiling camino v1.1.7 |
1732 | 2024-06-20T20:56:09.131Z | Compiling x509-cert v0.2.5 |
1733 | 2024-06-20T20:56:09.850Z | Compiling ron v0.8.1 |
1734 | 2024-06-20T20:56:11.968Z | Compiling hashbrown v0.13.2 |
1735 | 2024-06-20T20:56:12.340Z | Compiling crc-any v2.5.0 |
1736 | 2024-06-20T20:56:12.421Z | Compiling blake3 v1.5.1 |
1737 | 2024-06-20T20:56:12.837Z | Compiling ring v0.16.20 |
1738 | 2024-06-20T20:56:13.258Z | Compiling object v0.30.4 |
1739 | 2024-06-20T20:56:13.324Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1740 | 2024-06-20T20:56:15.676Z | Compiling ascii-canvas v3.0.0 |
1741 | 2024-06-20T20:56:16.181Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1742 | 2024-06-20T20:56:16.196Z | Compiling zip v0.6.6 |
1743 | 2024-06-20T20:56:16.447Z | Compiling rayon v1.10.0 |
1744 | 2024-06-20T20:56:19.110Z | Compiling ciborium v0.2.2 |
1745 | 2024-06-20T20:56:19.691Z | Compiling tungstenite v0.21.0 |
1746 | 2024-06-20T20:56:21.223Z | Compiling xattr v1.3.1 |
1747 | 2024-06-20T20:56:21.337Z | Compiling ena v0.14.3 |
1748 | 2024-06-20T20:56:21.495Z | Compiling filetime v0.2.23 |
1749 | 2024-06-20T20:56:21.561Z | Compiling memmap2 v0.9.4 |
1750 | 2024-06-20T20:56:21.751Z | Compiling atty v0.2.14 |
1751 | 2024-06-20T20:56:21.803Z | Compiling is-terminal v0.4.12 |
1752 | 2024-06-20T20:56:21.908Z | Compiling libloading v0.8.3 |
1753 | 2024-06-20T20:56:21.938Z | Compiling arrayref v0.3.7 |
1754 | 2024-06-20T20:56:21.984Z | Compiling arrayvec v0.7.4 |
1755 | 2024-06-20T20:56:22.040Z | Compiling bindgen v0.69.4 |
1756 | 2024-06-20T20:56:22.303Z | Compiling constant_time_eq v0.3.0 |
1757 | 2024-06-20T20:56:22.438Z | Compiling untrusted v0.7.1 |
1758 | 2024-06-20T20:56:22.464Z | Compiling path-slash v0.1.5 |
1759 | 2024-06-20T20:56:22.477Z | Compiling regex-syntax v0.6.29 |
1760 | 2024-06-20T20:56:22.626Z | Compiling diff v0.1.13 |
1761 | 2024-06-20T20:56:22.698Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1762 | 2024-06-20T20:56:26.565Z | Compiling lalrpop v0.19.12 |
1763 | 2024-06-20T20:56:26.671Z | Compiling tar v0.4.40 |
1764 | 2024-06-20T20:56:28.084Z | Compiling tokio-tungstenite v0.21.0 |
1765 | 2024-06-20T20:56:28.580Z | Compiling camino-tempfile v1.1.1 |
1766 | 2024-06-20T20:56:28.633Z | Compiling toolchain_find v0.4.0 |
1767 | 2024-06-20T20:56:29.274Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1768 | 2024-06-20T20:56:30.470Z | Compiling which v4.4.2 |
1769 | 2024-06-20T20:56:31.048Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1770 | 2024-06-20T20:56:31.273Z | Compiling toml v0.8.13 |
1771 | 2024-06-20T20:56:31.770Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1772 | 2024-06-20T20:56:32.245Z | Compiling cexpr v0.6.0 |
1773 | 2024-06-20T20:56:32.930Z | Compiling libsw v3.3.1 |
1774 | 2024-06-20T20:56:33.294Z | Compiling lazycell v1.3.0 |
1775 | 2024-06-20T20:56:33.476Z | Compiling topological-sort v0.2.2 |
1776 | 2024-06-20T20:56:33.709Z | Compiling shlex v1.3.0 |
1777 | 2024-06-20T20:56:33.971Z | Compiling ref-cast v1.0.23 |
1778 | 2024-06-20T20:56:34.103Z | Compiling parking_lot_core v0.8.6 |
1779 | 2024-06-20T20:56:34.202Z | Compiling owo-colors v4.0.0 |
1780 | 2024-06-20T20:56:34.436Z | Compiling rustc-hash v1.1.0 |
1781 | 2024-06-20T20:56:34.503Z | Compiling linear-map v1.2.0 |
1782 | 2024-06-20T20:56:35.039Z | Compiling omicron-zone-package v0.11.0 |
1783 | 2024-06-20T20:56:37.097Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1784 | 2024-06-20T20:56:38.093Z | Compiling rustfmt-wrapper v0.2.1 |
1785 | 2024-06-20T20:56:38.664Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1786 | 2024-06-20T20:56:38.918Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1787 | 2024-06-20T20:56:39.384Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1788 | 2024-06-20T20:56:39.673Z | Compiling derive_builder_core v0.20.0 |
1789 | 2024-06-20T20:56:40.967Z | Compiling headers-core v0.2.0 |
1790 | 2024-06-20T20:56:41.155Z | Compiling libxml v0.3.3 |
1791 | 2024-06-20T20:56:41.496Z | Compiling ref-cast-impl v1.0.23 |
1792 | 2024-06-20T20:56:41.931Z | Compiling unicase v2.7.0 |
1793 | 2024-06-20T20:56:42.246Z | Compiling derive_builder_macro v0.20.0 |
1794 | 2024-06-20T20:56:42.890Z | Compiling headers v0.3.9 |
1795 | 2024-06-20T20:56:43.075Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1796 | 2024-06-20T20:56:45.686Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1797 | 2024-06-20T20:56:46.795Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1798 | 2024-06-20T20:56:47.070Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1799 | 2024-06-20T20:56:48.544Z | Compiling pem v3.0.4 |
1800 | 2024-06-20T20:56:49.161Z | Compiling samael v0.0.15 |
1801 | 2024-06-20T20:56:49.172Z | Compiling strum_macros v0.24.3 |
1802 | 2024-06-20T20:56:50.128Z | Compiling async-recursion v1.1.1 |
1803 | 2024-06-20T20:56:50.785Z | Compiling cookie v0.18.1 |
1804 | 2024-06-20T20:56:51.075Z | Compiling indoc v1.0.9 |
1805 | 2024-06-20T20:56:52.288Z | Compiling parking_lot v0.11.2 |
1806 | 2024-06-20T20:56:52.656Z | Compiling derive_builder v0.20.0 |
1807 | 2024-06-20T20:56:53.768Z | Compiling polar-core v0.27.3 |
1808 | 2024-06-20T20:56:54.429Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1809 | 2024-06-20T20:56:56.176Z | Compiling trust-dns-client v0.22.0 |
1810 | 2024-06-20T20:56:56.192Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1811 | 2024-06-20T20:56:56.466Z | Compiling impl-trait-for-tuples v0.2.2 |
1812 | 2024-06-20T20:56:57.587Z | Compiling oso-derive v0.27.3 |
1813 | 2024-06-20T20:56:58.263Z | Compiling quick-xml v0.31.0 |
1814 | 2024-06-20T20:56:58.581Z | Compiling toml v0.5.11 |
1815 | 2024-06-20T20:57:00.303Z | Compiling vte_generate_state_changes v0.1.1 |
1816 | 2024-06-20T20:57:00.897Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1817 | 2024-06-20T20:57:01.192Z | Compiling cfg_aliases v0.1.1 |
1818 | 2024-06-20T20:57:01.301Z | Compiling buf-list v1.0.3 |
1819 | 2024-06-20T20:57:01.933Z | Compiling nix v0.28.0 |
1820 | 2024-06-20T20:57:02.760Z | Compiling vte v0.11.1 |
1821 | 2024-06-20T20:57:04.186Z | Compiling trust-dns-server v0.22.1 |
1822 | 2024-06-20T20:57:07.447Z | Compiling sled v0.34.7 |
1823 | 2024-06-20T20:57:10.852Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1824 | 2024-06-20T20:57:12.422Z | Compiling tungstenite v0.20.1 |
1825 | 2024-06-20T20:57:17.961Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1826 | 2024-06-20T20:57:18.241Z | Compiling oso v0.27.3 |
1827 | 2024-06-20T20:57:25.977Z | Compiling fd-lock v4.0.2 |
1828 | 2024-06-20T20:57:26.210Z | Compiling const_format_proc_macros v0.2.32 |
1829 | 2024-06-20T20:57:28.338Z | Compiling bb8 v0.8.3 |
1830 | 2024-06-20T20:57:28.925Z | Compiling pin-project-internal v1.1.5 |
1831 | 2024-06-20T20:57:31.832Z | Compiling memoffset v0.9.1 |
1832 | 2024-06-20T20:57:32.148Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1833 | 2024-06-20T20:57:32.434Z | Compiling bytecount v0.6.8 |
1834 | 2024-06-20T20:57:32.754Z | Compiling platforms v3.4.0 |
1835 | 2024-06-20T20:57:33.354Z | Compiling curve25519-dalek v4.1.2 |
1836 | 2024-06-20T20:57:33.767Z | Compiling papergrid v0.11.0 |
1837 | 2024-06-20T20:57:34.694Z | Compiling pin-project v1.1.5 |
1838 | 2024-06-20T20:57:34.834Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1839 | 2024-06-20T20:57:35.522Z | Compiling const_format v0.2.32 |
1840 | 2024-06-20T20:57:36.723Z | Compiling tokio-tungstenite v0.20.1 |
1841 | 2024-06-20T20:57:36.789Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1842 | 2024-06-20T20:57:37.686Z | Compiling strip-ansi-escapes v0.2.0 |
1843 | 2024-06-20T20:57:39.861Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1844 | 2024-06-20T20:57:42.664Z | Compiling tabled_derive v0.7.0 |
1845 | 2024-06-20T20:57:45.001Z | Compiling kstat-rs v0.2.3 |
1846 | 2024-06-20T20:57:45.340Z | Compiling snafu-derive v0.8.2 |
1847 | 2024-06-20T20:57:45.843Z | Compiling nu-ansi-term v0.50.0 |
1848 | 2024-06-20T20:57:45.968Z | Compiling keccak v0.1.5 |
1849 | 2024-06-20T20:57:46.236Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1850 | 2024-06-20T20:57:46.993Z | Compiling reedline v0.31.0 |
1851 | 2024-06-20T20:57:47.138Z | Compiling sha3 v0.10.8 |
1852 | 2024-06-20T20:57:47.989Z | Compiling tabled v0.15.0 |
1853 | 2024-06-20T20:57:50.506Z | Compiling snafu v0.8.2 |
1854 | 2024-06-20T20:57:51.840Z | Compiling mime_guess v2.0.4 |
1855 | 2024-06-20T20:57:54.994Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1856 | 2024-06-20T20:57:57.015Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1857 | 2024-06-20T20:58:01.675Z | Compiling env_logger v0.9.3 |
1858 | 2024-06-20T20:58:03.321Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1859 | 2024-06-20T20:58:09.568Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-06-20T20:58:10.069Z | Compiling globset v0.4.14 |
1861 | 2024-06-20T20:58:10.614Z | Compiling peg-macros v0.8.3 |
1862 | 2024-06-20T20:58:12.036Z | Compiling olpc-cjson v0.1.3 |
1863 | 2024-06-20T20:58:12.394Z | Compiling universal-hash v0.5.1 |
1864 | 2024-06-20T20:58:14.117Z | Compiling secrecy v0.8.0 |
1865 | 2024-06-20T20:58:14.398Z | Compiling bitstruct_derive v0.1.0 |
1866 | 2024-06-20T20:58:15.725Z | Compiling thiserror-impl-no-std v2.0.2 |
1867 | 2024-06-20T20:58:16.246Z | Compiling serde_plain v1.0.2 |
1868 | 2024-06-20T20:58:16.790Z | Compiling sqlparser_derive v0.2.2 |
1869 | 2024-06-20T20:58:17.888Z | Compiling nanorand v0.7.0 |
1870 | 2024-06-20T20:58:18.024Z | Compiling curve25519-dalek-derive v0.1.1 |
1871 | 2024-06-20T20:58:18.559Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1872 | 2024-06-20T20:58:18.659Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1873 | 2024-06-20T20:58:18.702Z | Compiling opaque-debug v0.3.1 |
1874 | 2024-06-20T20:58:18.812Z | Compiling signature v1.6.4 |
1875 | 2024-06-20T20:58:18.988Z | Compiling ascii v1.1.0 |
1876 | 2024-06-20T20:58:19.311Z | Compiling typed-path v0.7.1 |
1877 | 2024-06-20T20:58:19.420Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1878 | 2024-06-20T20:58:19.734Z | Compiling unicode_categories v0.1.1 |
1879 | 2024-06-20T20:58:19.778Z | Compiling salty v0.2.0 |
1880 | 2024-06-20T20:58:20.118Z | Compiling sqlformat v0.2.3 |
1881 | 2024-06-20T20:58:20.265Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1882 | 2024-06-20T20:58:22.933Z | Compiling tough v0.17.1 |
1883 | 2024-06-20T20:58:28.573Z | Compiling rustyline v14.0.0 |
1884 | 2024-06-20T20:58:31.574Z | Compiling ed25519 v1.5.3 |
1885 | 2024-06-20T20:58:31.888Z | Compiling poly1305 v0.8.0 |
1886 | 2024-06-20T20:58:33.444Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-06-20T20:58:33.744Z | Compiling thiserror-no-std v2.0.2 |
1888 | 2024-06-20T20:58:33.884Z | Compiling flume v0.11.0 |
1889 | 2024-06-20T20:58:34.625Z | Compiling sqlparser v0.45.0 |
1890 | 2024-06-20T20:58:34.670Z | Compiling bitstruct v0.1.1 |
1891 | 2024-06-20T20:58:34.794Z | Compiling peg v0.8.3 |
1892 | 2024-06-20T20:58:34.912Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-06-20T20:58:36.020Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1894 | 2024-06-20T20:58:38.178Z | Compiling nix v0.27.1 |
1895 | 2024-06-20T20:58:40.944Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1896 | 2024-06-20T20:58:41.439Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1897 | 2024-06-20T20:58:41.826Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1898 | 2024-06-20T20:58:42.115Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1899 | 2024-06-20T20:58:43.362Z | Compiling chacha20 v0.9.1 |
1900 | 2024-06-20T20:58:43.840Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-06-20T20:58:45.936Z | Compiling aead v0.5.2 |
1902 | 2024-06-20T20:58:46.076Z | Compiling bcs v0.1.6 |
1903 | 2024-06-20T20:58:46.278Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1904 | 2024-06-20T20:58:46.975Z | Compiling serde-big-array v0.5.1 |
1905 | 2024-06-20T20:58:47.096Z | Compiling erased-serde v0.3.31 |
1906 | 2024-06-20T20:58:47.268Z | Compiling serde_arrays v0.1.0 |
1907 | 2024-06-20T20:58:47.470Z | Compiling highway v1.1.0 |
1908 | 2024-06-20T20:58:48.193Z | Compiling parse-size v1.0.0 |
1909 | 2024-06-20T20:58:48.493Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-06-20T20:58:48.772Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1911 | 2024-06-20T20:58:48.886Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1912 | 2024-06-20T20:59:02.009Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1913 | 2024-06-20T20:59:02.522Z | Compiling chacha20poly1305 v0.10.1 |
1914 | 2024-06-20T20:59:03.698Z | Compiling vsss-rs v3.3.4 |
1915 | 2024-06-20T20:59:08.243Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1916 | 2024-06-20T20:59:08.975Z | Compiling signal-hook-tokio v0.3.1 |
1917 | 2024-06-20T20:59:09.212Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1918 | 2024-06-20T20:59:09.275Z | Compiling heck v0.3.3 |
1919 | 2024-06-20T20:59:09.691Z | Compiling castaway v0.2.2 |
1920 | 2024-06-20T20:59:09.890Z | Compiling rand_seeder v0.2.3 |
1921 | 2024-06-20T20:59:10.304Z | Compiling serde-big-array v0.4.1 |
1922 | 2024-06-20T20:59:11.452Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1923 | 2024-06-20T20:59:11.746Z | Compiling http-range v0.1.5 |
1924 | 2024-06-20T20:59:12.392Z | Compiling hyper-staticfile v0.9.5 |
1925 | 2024-06-20T20:59:12.503Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1926 | 2024-06-20T20:59:15.523Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1927 | 2024-06-20T20:59:16.948Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1928 | 2024-06-20T20:59:17.177Z | Compiling compact_str v0.7.1 |
1929 | 2024-06-20T20:59:18.596Z | Compiling zone_cfg_derive v0.1.2 |
1930 | 2024-06-20T20:59:18.767Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1931 | 2024-06-20T20:59:19.976Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1932 | 2024-06-20T20:59:23.504Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1933 | 2024-06-20T20:59:24.151Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1934 | 2024-06-20T20:59:30.624Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1935 | 2024-06-20T20:59:35.658Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1936 | 2024-06-20T20:59:35.946Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1937 | 2024-06-20T20:59:36.240Z | Compiling lru v0.12.3 |
1938 | 2024-06-20T20:59:36.465Z | Compiling stability v0.2.0 |
1939 | 2024-06-20T20:59:36.617Z | Compiling corncobs v0.1.3 |
1940 | 2024-06-20T20:59:37.005Z | Compiling indoc v2.0.5 |
1941 | 2024-06-20T20:59:37.404Z | Compiling base64 v0.13.1 |
1942 | 2024-06-20T20:59:38.076Z | Compiling cassowary v0.3.0 |
1943 | 2024-06-20T20:59:38.213Z | Compiling ron v0.7.1 |
1944 | 2024-06-20T20:59:42.006Z | Compiling ratatui v0.26.2 |
1945 | 2024-06-20T20:59:43.765Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1946 | 2024-06-20T20:59:44.594Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1947 | 2024-06-20T20:59:45.508Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-06-20T20:59:46.194Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1949 | 2024-06-20T20:59:55.166Z | Compiling zone v0.1.8 |
1950 | 2024-06-20T20:59:58.466Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1951 | 2024-06-20T21:00:03.684Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1952 | 2024-06-20T21:00:05.214Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1953 | 2024-06-20T21:00:07.644Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1954 | 2024-06-20T21:00:08.261Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1955 | 2024-06-20T21:00:08.540Z | Compiling portpicker v0.1.1 |
1956 | 2024-06-20T21:00:09.073Z | Compiling csv-core v0.1.11 |
1957 | 2024-06-20T21:00:09.916Z | Compiling smawk v0.3.2 |
1958 | 2024-06-20T21:00:10.192Z | Compiling unicode-linebreak v0.1.5 |
1959 | 2024-06-20T21:00:10.717Z | Compiling textwrap v0.16.1 |
1960 | 2024-06-20T21:00:14.540Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1961 | 2024-06-20T21:00:15.558Z | Compiling csv v1.3.0 |
1962 | 2024-06-20T21:00:17.825Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1963 | 2024-06-20T21:00:21.827Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1964 | 2024-06-20T21:00:22.650Z | Compiling rcgen v0.12.1 |
1965 | 2024-06-20T21:00:26.640Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1966 | 2024-06-20T21:00:27.151Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1967 | 2024-06-20T21:00:27.444Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1968 | 2024-06-20T21:00:33.086Z | Compiling atomicwrites v0.4.3 |
1969 | 2024-06-20T21:00:33.649Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1970 | 2024-06-20T21:00:34.712Z | Compiling fatfs v0.3.6 |
1971 | 2024-06-20T21:00:35.651Z | Compiling rtoolbox v0.0.2 |
1972 | 2024-06-20T21:00:36.118Z | Compiling subprocess v0.2.9 |
1973 | 2024-06-20T21:00:37.577Z | Compiling is_ci v1.2.0 |
1974 | 2024-06-20T21:00:37.893Z | Compiling assert_matches v1.5.0 |
1975 | 2024-06-20T21:00:38.030Z | Compiling supports-color v3.0.0 |
1976 | 2024-06-20T21:00:38.689Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1977 | 2024-06-20T21:00:39.192Z | Compiling rpassword v7.3.1 |
1978 | 2024-06-20T21:00:39.689Z | Compiling tui-tree-widget v0.19.0 |
1979 | 2024-06-20T21:00:40.128Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1980 | 2024-06-20T21:00:40.894Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
1981 | 2024-06-20T21:00:41.352Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
1982 | 2024-06-20T21:00:41.651Z | Compiling shell-words v1.1.0 |
1983 | 2024-06-20T21:00:42.098Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
1984 | 2024-06-20T21:00:43.347Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
1985 | 2024-06-20T21:00:46.048Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1986 | 2024-06-20T21:01:14.788Z | Compiling multimap v0.10.0 |
1987 | 2024-06-20T21:01:15.200Z | Compiling uzers v0.11.3 |
1988 | 2024-06-20T21:01:18.142Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
1989 | 2024-06-20T21:03:44.924Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
1990 | 2024-06-20T21:03:46.467Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1991 | 2024-06-20T21:10:13.017Z | Finished `release` profile [optimized] target(s) in 14m 40s |
1992 | 2024-06-20T21:11:00.303Z | |
1993 | 2024-06-20T21:11:00.306Z | real 15:28.401509778 |
1994 | 2024-06-20T21:11:00.306Z | user 1:46:13.019581960 |
1995 | 2024-06-20T21:11:00.306Z | sys 5:34.265178139 |
1996 | 2024-06-20T21:11:00.306Z | trap 2.596138942 |
1997 | 2024-06-20T21:11:00.306Z | tflt 2.361641410 |
1998 | 2024-06-20T21:11:00.307Z | dflt 3.523874658 |
1999 | 2024-06-20T21:11:00.307Z | kflt 0.001583528 |
2000 | 2024-06-20T21:11:00.307Z | lock 6:30:14.707557075 |
2001 | 2024-06-20T21:11:00.307Z | slp 4:11:06.189358910 |
2002 | 2024-06-20T21:11:00.307Z | lat 2:30.397419432 |
2003 | 2024-06-20T21:11:00.307Z | stop 1:54.208597544 |
2004 | 2024-06-20T21:11:00.307Z | + mapfile -t packages |
2005 | 2024-06-20T21:11:00.307Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2006 | 2024-06-20T21:11:01.213Z | Finished `release` profile [optimized] target(s) in 0.85s |
2007 | 2024-06-20T21:11:01.256Z | Running `target/release/omicron-package -t test list-outputs` |
2008 | 2024-06-20T21:11:01.294Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2009 | 2024-06-20T21:11:01.296Z | + ptime -m cargo build --locked --release -p xtask |
2010 | 2024-06-20T21:11:01.896Z | Compiling serde v1.0.203 |
2011 | 2024-06-20T21:11:01.899Z | Compiling bitflags v2.5.0 |
2012 | 2024-06-20T21:11:01.899Z | Compiling syn v2.0.64 |
2013 | 2024-06-20T21:11:01.991Z | Compiling scopeguard v1.2.0 |
2014 | 2024-06-20T21:11:01.991Z | Compiling smallvec v1.13.2 |
2015 | 2024-06-20T21:11:01.994Z | Compiling bytes v1.6.0 |
2016 | 2024-06-20T21:11:02.000Z | Compiling hashbrown v0.14.5 |
2017 | 2024-06-20T21:11:02.117Z | Compiling lock_api v0.4.12 |
2018 | 2024-06-20T21:11:02.482Z | Compiling parking_lot_core v0.9.10 |
2019 | 2024-06-20T21:11:02.508Z | Compiling serde_json v1.0.117 |
2020 | 2024-06-20T21:11:02.511Z | Compiling log v0.4.21 |
2021 | 2024-06-20T21:11:02.557Z | Compiling mio v0.8.11 |
2022 | 2024-06-20T21:11:02.855Z | Compiling parking_lot v0.12.2 |
2023 | 2024-06-20T21:11:02.928Z | Compiling libc v0.2.155 |
2024 | 2024-06-20T21:11:02.999Z | Compiling generic-array v0.14.7 |
2025 | 2024-06-20T21:11:03.293Z | Compiling slog v2.7.0 |
2026 | 2024-06-20T21:11:03.437Z | Compiling rustix v0.38.34 |
2027 | 2024-06-20T21:11:03.580Z | Compiling indexmap v2.2.6 |
2028 | 2024-06-20T21:11:03.822Z | Compiling http v0.2.12 |
2029 | 2024-06-20T21:11:03.930Z | Compiling usdt-impl v0.5.0 |
2030 | 2024-06-20T21:11:04.297Z | Compiling syn v1.0.109 |
2031 | 2024-06-20T21:11:04.507Z | Compiling time-macros v0.2.18 |
2032 | 2024-06-20T21:11:04.587Z | Compiling thread-id v4.2.1 |
2033 | 2024-06-20T21:11:04.870Z | Compiling tracing v0.1.40 |
2034 | 2024-06-20T21:11:05.211Z | Compiling crossbeam-utils v0.8.19 |
2035 | 2024-06-20T21:11:05.618Z | Compiling http-body v0.4.6 |
2036 | 2024-06-20T21:11:06.142Z | Compiling unicode-normalization v0.1.23 |
2037 | 2024-06-20T21:11:06.278Z | Compiling unicode-bidi v0.3.15 |
2038 | 2024-06-20T21:11:06.464Z | Compiling block-buffer v0.10.4 |
2039 | 2024-06-20T21:11:06.703Z | Compiling crypto-common v0.1.6 |
2040 | 2024-06-20T21:11:07.467Z | Compiling idna v0.5.0 |
2041 | 2024-06-20T21:11:07.722Z | Compiling time v0.3.36 |
2042 | 2024-06-20T21:11:08.215Z | Compiling terminal_size v0.3.0 |
2043 | 2024-06-20T21:11:08.747Z | Compiling fs-err v2.11.0 |
2044 | 2024-06-20T21:11:09.069Z | Compiling proc-macro-error v1.0.4 |
2045 | 2024-06-20T21:11:09.374Z | Compiling anyhow v1.0.86 |
2046 | 2024-06-20T21:11:09.728Z | Compiling clap_builder v4.5.2 |
2047 | 2024-06-20T21:11:10.148Z | Compiling crossbeam-channel v0.5.12 |
2048 | 2024-06-20T21:11:10.491Z | Compiling url v2.5.0 |
2049 | 2024-06-20T21:11:10.851Z | Compiling digest v0.10.7 |
2050 | 2024-06-20T21:11:11.294Z | Compiling xattr v1.3.1 |
2051 | 2024-06-20T21:11:11.609Z | Compiling sha2 v0.10.8 |
2052 | 2024-06-20T21:11:11.924Z | Compiling slog-async v2.8.0 |
2053 | 2024-06-20T21:11:12.015Z | Compiling tabled_derive v0.7.0 |
2054 | 2024-06-20T21:11:14.271Z | Compiling tabled v0.15.0 |
2055 | 2024-06-20T21:11:14.301Z | Compiling serde_derive v1.0.203 |
2056 | 2024-06-20T21:11:14.737Z | Compiling thiserror-impl v1.0.60 |
2057 | 2024-06-20T21:11:15.023Z | Compiling zerocopy-derive v0.7.34 |
2058 | 2024-06-20T21:11:16.274Z | Compiling tokio-macros v2.2.0 |
2059 | 2024-06-20T21:11:17.106Z | Compiling futures-macro v0.3.30 |
2060 | 2024-06-20T21:11:17.231Z | Compiling zerocopy v0.7.34 |
2061 | 2024-06-20T21:11:17.667Z | Compiling thiserror v1.0.60 |
2062 | 2024-06-20T21:11:17.830Z | Compiling pest v2.7.10 |
2063 | 2024-06-20T21:11:17.845Z | Compiling tokio v1.37.0 |
2064 | 2024-06-20T21:11:19.063Z | Compiling scroll_derive v0.12.0 |
2065 | 2024-06-20T21:11:19.152Z | Compiling futures-util v0.3.30 |
2066 | 2024-06-20T21:11:20.541Z | Compiling pest_meta v2.7.10 |
2067 | 2024-06-20T21:11:20.790Z | Compiling openssl-macros v0.1.1 |
2068 | 2024-06-20T21:11:21.573Z | Compiling openssl v0.10.64 |
2069 | 2024-06-20T21:11:25.091Z | Compiling pest_generator v2.7.10 |
2070 | 2024-06-20T21:11:27.024Z | Compiling pest_derive v2.7.10 |
2071 | 2024-06-20T21:11:27.831Z | Compiling dtrace-parser v0.2.0 |
2072 | 2024-06-20T21:11:29.806Z | Compiling tokio-util v0.7.11 |
2073 | 2024-06-20T21:11:31.948Z | Compiling scroll v0.12.0 |
2074 | 2024-06-20T21:11:32.664Z | Compiling goblin v0.8.2 |
2075 | 2024-06-20T21:11:35.875Z | Compiling dof v0.3.0 |
2076 | 2024-06-20T21:11:36.034Z | Compiling serde_tokenstream v0.2.0 |
2077 | 2024-06-20T21:11:36.319Z | Compiling h2 v0.3.26 |
2078 | 2024-06-20T21:11:36.593Z | Compiling toml_datetime v0.6.6 |
2079 | 2024-06-20T21:11:36.834Z | Compiling serde_spanned v0.6.6 |
2080 | 2024-06-20T21:11:37.111Z | Compiling native-tls v0.2.11 |
2081 | 2024-06-20T21:11:38.232Z | Compiling tokio-native-tls v0.3.1 |
2082 | 2024-06-20T21:11:38.287Z | Compiling toml_edit v0.22.13 |
2083 | 2024-06-20T21:11:38.543Z | Compiling usdt-attr-macro v0.5.0 |
2084 | 2024-06-20T21:11:45.161Z | Compiling hyper v0.14.28 |
2085 | 2024-06-20T21:11:45.714Z | Compiling toml v0.8.13 |
2086 | 2024-06-20T21:11:45.908Z | Compiling usdt-macro v0.5.0 |
2087 | 2024-06-20T21:11:47.147Z | Compiling slog-json v2.6.1 |
2088 | 2024-06-20T21:11:47.719Z | Compiling serde_urlencoded v0.7.1 |
2089 | 2024-06-20T21:11:48.365Z | Compiling cargo-platform v0.1.8 |
2090 | 2024-06-20T21:11:49.525Z | Compiling camino v1.1.7 |
2091 | 2024-06-20T21:11:50.964Z | Compiling hyper-tls v0.5.0 |
2092 | 2024-06-20T21:11:51.414Z | Compiling semver v1.0.23 |
2093 | 2024-06-20T21:11:51.759Z | Compiling futures-executor v0.3.30 |
2094 | 2024-06-20T21:11:52.839Z | Compiling strum_macros v0.26.2 |
2095 | 2024-06-20T21:11:52.873Z | Compiling clap_derive v4.5.4 |
2096 | 2024-06-20T21:11:53.014Z | Compiling futures v0.3.30 |
2097 | 2024-06-20T21:11:53.148Z | Compiling cargo_metadata v0.18.1 |
2098 | 2024-06-20T21:11:53.216Z | Compiling reqwest v0.11.27 |
2099 | 2024-06-20T21:11:57.460Z | Compiling slog-bunyan v2.5.0 |
2100 | 2024-06-20T21:11:57.635Z | Compiling clap v4.5.4 |
2101 | 2024-06-20T21:11:57.695Z | Compiling strum v0.26.2 |
2102 | 2024-06-20T21:11:57.758Z | Compiling usdt v0.5.0 |
2103 | 2024-06-20T21:11:57.770Z | Compiling cargo_toml v0.20.2 |
2104 | 2024-06-20T21:11:57.899Z | Compiling macaddr v1.0.1 |
2105 | 2024-06-20T21:11:58.127Z | Compiling tar v0.4.40 |
2106 | 2024-06-20T21:11:58.565Z | Compiling slog-term v2.9.1 |
2107 | 2024-06-20T21:12:01.458Z | Compiling md5 v0.7.0 |
2108 | 2024-06-20T21:12:11.651Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2109 | 2024-06-20T21:12:26.400Z | Finished `release` profile [optimized] target(s) in 1m 25s |
2110 | 2024-06-20T21:12:26.497Z | |
2111 | 2024-06-20T21:12:26.497Z | real 1:25.170213909 |
2112 | 2024-06-20T21:12:26.497Z | user 9:08.670608123 |
2113 | 2024-06-20T21:12:26.497Z | sys 52.190848598 |
2114 | 2024-06-20T21:12:26.497Z | trap 0.266492469 |
2115 | 2024-06-20T21:12:26.497Z | tflt 0.492289671 |
2116 | 2024-06-20T21:12:26.500Z | dflt 0.284856344 |
2117 | 2024-06-20T21:12:26.500Z | kflt 0.000021758 |
2118 | 2024-06-20T21:12:26.500Z | lock 20:37.450011541 |
2119 | 2024-06-20T21:12:26.500Z | slp 23:13.202095518 |
2120 | 2024-06-20T21:12:26.500Z | lat 25.702085037 |
2121 | 2024-06-20T21:12:26.500Z | stop 25.604650068 |
2122 | 2024-06-20T21:12:26.500Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2123 | 2024-06-20T21:12:26.500Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2124 | 2024-06-20T21:12:26.500Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2125 | 2024-06-20T21:12:26.500Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2126 | 2024-06-20T21:12:26.500Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2127 | 2024-06-20T21:12:27.040Z | Downloading crates ... |
2128 | 2024-06-20T21:12:27.283Z | Downloaded dhcproto-macros v0.1.0 |
2129 | 2024-06-20T21:12:27.285Z | Downloaded russh-cryptovec v0.7.2 |
2130 | 2024-06-20T21:12:27.294Z | Downloaded option-ext v0.2.0 |
2131 | 2024-06-20T21:12:27.297Z | Downloaded aes v0.8.4 |
2132 | 2024-06-20T21:12:27.301Z | Downloaded ctr v0.9.2 |
2133 | 2024-06-20T21:12:27.304Z | Downloaded rfc6979 v0.4.0 |
2134 | 2024-06-20T21:12:27.306Z | Downloaded blowfish v0.9.1 |
2135 | 2024-06-20T21:12:27.306Z | Downloaded pbkdf2 v0.12.2 |
2136 | 2024-06-20T21:12:27.306Z | Downloaded rand_chacha v0.2.2 |
2137 | 2024-06-20T21:12:27.309Z | Downloaded primeorder v0.13.6 |
2138 | 2024-06-20T21:12:27.309Z | Downloaded internet-checksum v0.2.1 |
2139 | 2024-06-20T21:12:27.311Z | Downloaded ghash v0.5.1 |
2140 | 2024-06-20T21:12:27.311Z | Downloaded ed25519 v2.2.3 |
2141 | 2024-06-20T21:12:27.314Z | Downloaded cbc v0.1.2 |
2142 | 2024-06-20T21:12:27.314Z | Downloaded rand_core v0.5.1 |
2143 | 2024-06-20T21:12:27.317Z | Downloaded dirs v5.0.1 |
2144 | 2024-06-20T21:12:27.317Z | Downloaded dirs-sys v0.4.1 |
2145 | 2024-06-20T21:12:27.319Z | Downloaded bcrypt-pbkdf v0.10.0 |
2146 | 2024-06-20T21:12:27.320Z | Downloaded polyval v0.6.2 |
2147 | 2024-06-20T21:12:27.322Z | Downloaded pbkdf2 v0.11.0 |
2148 | 2024-06-20T21:12:27.325Z | Downloaded hex-literal v0.4.1 |
2149 | 2024-06-20T21:12:27.330Z | Downloaded russh-keys v0.43.0 |
2150 | 2024-06-20T21:12:27.333Z | Downloaded getrandom v0.1.16 |
2151 | 2024-06-20T21:12:27.336Z | Downloaded ecdsa v0.16.9 |
2152 | 2024-06-20T21:12:27.338Z | Downloaded password-hash v0.4.2 |
2153 | 2024-06-20T21:12:27.341Z | Downloaded dhcproto v0.11.0 |
2154 | 2024-06-20T21:12:27.347Z | Downloaded p256 v0.13.2 |
2155 | 2024-06-20T21:12:27.351Z | Downloaded ed25519-dalek v2.1.1 |
2156 | 2024-06-20T21:12:27.361Z | Downloaded russh v0.43.0 |
2157 | 2024-06-20T21:12:27.366Z | Downloaded rand v0.7.3 |
2158 | 2024-06-20T21:12:27.371Z | Downloaded p521 v0.13.3 |
2159 | 2024-06-20T21:12:27.375Z | Downloaded aes-gcm v0.10.3 |
2160 | 2024-06-20T21:12:27.516Z | Compiling serde v1.0.203 |
2161 | 2024-06-20T21:12:27.519Z | Compiling log v0.4.21 |
2162 | 2024-06-20T21:12:27.623Z | Compiling scopeguard v1.2.0 |
2163 | 2024-06-20T21:12:27.623Z | Compiling smallvec v1.13.2 |
2164 | 2024-06-20T21:12:27.645Z | Compiling syn v2.0.64 |
2165 | 2024-06-20T21:12:27.648Z | Compiling getrandom v0.2.14 |
2166 | 2024-06-20T21:12:27.648Z | Compiling generic-array v0.14.7 |
2167 | 2024-06-20T21:12:27.686Z | Compiling libm v0.2.8 |
2168 | 2024-06-20T21:12:27.756Z | Compiling lock_api v0.4.12 |
2169 | 2024-06-20T21:12:27.949Z | Compiling rand_core v0.6.4 |
2170 | 2024-06-20T21:12:28.019Z | Compiling parking_lot_core v0.9.10 |
2171 | 2024-06-20T21:12:28.091Z | Compiling num-traits v0.2.19 |
2172 | 2024-06-20T21:12:28.115Z | Compiling subtle v2.5.0 |
2173 | 2024-06-20T21:12:28.204Z | Compiling mio v0.8.11 |
2174 | 2024-06-20T21:12:28.247Z | Compiling ahash v0.8.11 |
2175 | 2024-06-20T21:12:28.474Z | Compiling parking_lot v0.12.2 |
2176 | 2024-06-20T21:12:28.491Z | Compiling serde_json v1.0.117 |
2177 | 2024-06-20T21:12:28.584Z | Compiling allocator-api2 v0.2.18 |
2178 | 2024-06-20T21:12:28.620Z | Compiling const-oid v0.9.6 |
2179 | 2024-06-20T21:12:28.696Z | Compiling iana-time-zone v0.1.60 |
2180 | 2024-06-20T21:12:28.832Z | Compiling syn v1.0.109 |
2181 | 2024-06-20T21:12:29.496Z | Compiling unicode-normalization v0.1.23 |
2182 | 2024-06-20T21:12:29.531Z | Compiling unicode-bidi v0.3.15 |
2183 | 2024-06-20T21:12:29.551Z | Compiling schemars v0.8.20 |
2184 | 2024-06-20T21:12:29.599Z | Compiling dyn-clone v1.0.17 |
2185 | 2024-06-20T21:12:29.815Z | Compiling spin v0.9.8 |
2186 | 2024-06-20T21:12:29.910Z | Compiling ppv-lite86 v0.2.17 |
2187 | 2024-06-20T21:12:30.226Z | Compiling time-macros v0.2.18 |
2188 | 2024-06-20T21:12:30.594Z | Compiling ring v0.17.8 |
2189 | 2024-06-20T21:12:30.629Z | Compiling rand_chacha v0.3.1 |
2190 | 2024-06-20T21:12:30.646Z | Compiling aho-corasick v1.1.3 |
2191 | 2024-06-20T21:12:31.154Z | Compiling regex-syntax v0.8.3 |
2192 | 2024-06-20T21:12:31.408Z | Compiling rand v0.8.5 |
2193 | 2024-06-20T21:12:33.165Z | Compiling idna v0.5.0 |
2194 | 2024-06-20T21:12:33.537Z | Compiling slog v2.7.0 |
2195 | 2024-06-20T21:12:33.869Z | Compiling time v0.3.36 |
2196 | 2024-06-20T21:12:34.150Z | Compiling url v2.5.0 |
2197 | 2024-06-20T21:12:34.797Z | Compiling regex-automata v0.4.6 |
2198 | 2024-06-20T21:12:34.890Z | Compiling untrusted v0.9.0 |
2199 | 2024-06-20T21:12:35.077Z | Compiling spin v0.5.2 |
2200 | 2024-06-20T21:12:35.318Z | Compiling serde_derive_internals v0.29.1 |
2201 | 2024-06-20T21:12:37.477Z | Compiling lazy_static v1.4.0 |
2202 | 2024-06-20T21:12:37.605Z | Compiling backtrace v0.3.71 |
2203 | 2024-06-20T21:12:38.039Z | Compiling gimli v0.28.1 |
2204 | 2024-06-20T21:12:38.090Z | Compiling object v0.32.2 |
2205 | 2024-06-20T21:12:38.344Z | Compiling anyhow v1.0.86 |
2206 | 2024-06-20T21:12:38.969Z | Compiling rustc-demangle v0.1.24 |
2207 | 2024-06-20T21:12:39.780Z | Compiling rustls v0.21.12 |
2208 | 2024-06-20T21:12:39.985Z | Compiling crossbeam-utils v0.8.19 |
2209 | 2024-06-20T21:12:40.043Z | Compiling base64ct v1.6.0 |
2210 | 2024-06-20T21:12:40.313Z | Compiling regex v1.10.4 |
2211 | 2024-06-20T21:12:40.637Z | Compiling winnow v0.5.40 |
2212 | 2024-06-20T21:12:40.813Z | Compiling sct v0.7.1 |
2213 | 2024-06-20T21:12:41.140Z | Compiling rustls-webpki v0.101.7 |
2214 | 2024-06-20T21:12:41.449Z | Compiling cookie v0.17.0 |
2215 | 2024-06-20T21:12:42.990Z | Compiling serde_derive v1.0.203 |
2216 | 2024-06-20T21:12:43.169Z | Compiling zeroize_derive v1.4.2 |
2217 | 2024-06-20T21:12:43.187Z | Compiling thiserror-impl v1.0.60 |
2218 | 2024-06-20T21:12:43.205Z | Compiling zerocopy-derive v0.7.34 |
2219 | 2024-06-20T21:12:44.778Z | Compiling tokio-macros v2.2.0 |
2220 | 2024-06-20T21:12:44.863Z | Compiling zeroize v1.7.0 |
2221 | 2024-06-20T21:12:45.076Z | Compiling futures-macro v0.3.30 |
2222 | 2024-06-20T21:12:45.624Z | Compiling schemars_derive v0.8.20 |
2223 | 2024-06-20T21:12:45.641Z | Compiling zerocopy v0.7.34 |
2224 | 2024-06-20T21:12:46.558Z | Compiling tracing-attributes v0.1.27 |
2225 | 2024-06-20T21:12:46.766Z | Compiling thiserror v1.0.60 |
2226 | 2024-06-20T21:12:46.783Z | Compiling crypto-common v0.1.6 |
2227 | 2024-06-20T21:12:46.903Z | Compiling block-buffer v0.10.4 |
2228 | 2024-06-20T21:12:47.010Z | Compiling async-trait v0.1.80 |
2229 | 2024-06-20T21:12:47.163Z | Compiling digest v0.10.7 |
2230 | 2024-06-20T21:12:47.349Z | Compiling futures-util v0.3.30 |
2231 | 2024-06-20T21:12:47.709Z | Compiling addr2line v0.21.0 |
2232 | 2024-06-20T21:12:47.946Z | Compiling hashbrown v0.14.5 |
2233 | 2024-06-20T21:12:48.557Z | Compiling openssl-macros v0.1.1 |
2234 | 2024-06-20T21:12:49.412Z | Compiling pest v2.7.10 |
2235 | 2024-06-20T21:12:50.137Z | Compiling idna v0.3.0 |
2236 | 2024-06-20T21:12:50.220Z | Compiling psl-types v2.0.11 |
2237 | 2024-06-20T21:12:50.411Z | Compiling data-encoding v2.6.0 |
2238 | 2024-06-20T21:12:50.802Z | Compiling tracing v0.1.40 |
2239 | 2024-06-20T21:12:51.361Z | Compiling publicsuffix v2.2.3 |
2240 | 2024-06-20T21:12:51.632Z | Compiling hmac v0.12.1 |
2241 | 2024-06-20T21:12:51.880Z | Compiling pest_meta v2.7.10 |
2242 | 2024-06-20T21:12:51.899Z | Compiling scroll_derive v0.12.0 |
2243 | 2024-06-20T21:12:52.347Z | Compiling webpki-roots v0.25.4 |
2244 | 2024-06-20T21:12:52.508Z | Compiling bitflags v1.3.2 |
2245 | 2024-06-20T21:12:52.617Z | Compiling block-padding v0.3.3 |
2246 | 2024-06-20T21:12:52.860Z | Compiling der_derive v0.7.2 |
2247 | 2024-06-20T21:12:52.876Z | Compiling pem-rfc7468 v0.7.0 |
2248 | 2024-06-20T21:12:53.456Z | Compiling futures-executor v0.3.30 |
2249 | 2024-06-20T21:12:53.473Z | Compiling scroll v0.12.0 |
2250 | 2024-06-20T21:12:53.694Z | Compiling pest_generator v2.7.10 |
2251 | 2024-06-20T21:12:53.747Z | Compiling futures v0.3.30 |
2252 | 2024-06-20T21:12:53.870Z | Compiling flagset v0.4.5 |
2253 | 2024-06-20T21:12:54.084Z | Compiling goblin v0.8.2 |
2254 | 2024-06-20T21:12:54.131Z | Compiling inout v0.1.3 |
2255 | 2024-06-20T21:12:54.173Z | Compiling sha2 v0.10.8 |
2256 | 2024-06-20T21:12:54.430Z | Compiling cipher v0.4.4 |
2257 | 2024-06-20T21:12:54.979Z | Compiling either v1.12.0 |
2258 | 2024-06-20T21:12:55.397Z | Compiling ff v0.13.0 |
2259 | 2024-06-20T21:12:55.625Z | Compiling der v0.7.9 |
2260 | 2024-06-20T21:12:55.641Z | Compiling base16ct v0.2.0 |
2261 | 2024-06-20T21:12:55.893Z | Compiling stable_deref_trait v1.2.0 |
2262 | 2024-06-20T21:12:55.982Z | Compiling group v0.13.0 |
2263 | 2024-06-20T21:12:56.003Z | Compiling hkdf v0.12.4 |
2264 | 2024-06-20T21:12:56.283Z | Compiling crypto-bigint v0.5.5 |
2265 | 2024-06-20T21:12:56.327Z | Compiling crossbeam-epoch v0.9.18 |
2266 | 2024-06-20T21:12:57.123Z | Compiling num-integer v0.1.46 |
2267 | 2024-06-20T21:12:57.186Z | Compiling pest_derive v2.7.10 |
2268 | 2024-06-20T21:12:57.735Z | Compiling managed v0.8.0 |
2269 | 2024-06-20T21:12:57.964Z | Compiling spki v0.7.3 |
2270 | 2024-06-20T21:12:57.996Z | Compiling dtrace-parser v0.2.0 |
2271 | 2024-06-20T21:12:58.166Z | Compiling unicode-segmentation v1.11.0 |
2272 | 2024-06-20T21:12:58.365Z | Compiling bytes v1.6.0 |
2273 | 2024-06-20T21:12:59.034Z | Compiling indexmap v2.2.6 |
2274 | 2024-06-20T21:12:59.112Z | Compiling uuid v1.8.0 |
2275 | 2024-06-20T21:12:59.129Z | Compiling chrono v0.4.38 |
2276 | 2024-06-20T21:12:59.703Z | Compiling tokio v1.37.0 |
2277 | 2024-06-20T21:13:00.397Z | Compiling bitflags v2.5.0 |
2278 | 2024-06-20T21:13:00.534Z | Compiling semver v1.0.23 |
2279 | 2024-06-20T21:13:00.614Z | Compiling http v0.2.12 |
2280 | 2024-06-20T21:13:00.881Z | Compiling serde_tokenstream v0.2.0 |
2281 | 2024-06-20T21:13:01.343Z | Compiling toml_datetime v0.6.6 |
2282 | 2024-06-20T21:13:01.424Z | Compiling serde_spanned v0.6.6 |
2283 | 2024-06-20T21:13:01.883Z | Compiling toml_edit v0.19.15 |
2284 | 2024-06-20T21:13:02.071Z | Compiling openssl v0.10.64 |
2285 | 2024-06-20T21:13:02.523Z | Compiling http-body v0.4.6 |
2286 | 2024-06-20T21:13:03.028Z | Compiling rustix v0.38.34 |
2287 | 2024-06-20T21:13:03.148Z | Compiling serde_urlencoded v0.7.1 |
2288 | 2024-06-20T21:13:03.277Z | Compiling cookie_store v0.20.0 |
2289 | 2024-06-20T21:13:03.743Z | Compiling openapiv3 v2.0.0 |
2290 | 2024-06-20T21:13:04.910Z | Compiling rustc_version v0.4.0 |
2291 | 2024-06-20T21:13:05.130Z | Compiling dof v0.3.0 |
2292 | 2024-06-20T21:13:05.745Z | Compiling pkcs8 v0.10.2 |
2293 | 2024-06-20T21:13:05.773Z | Compiling toml v0.7.8 |
2294 | 2024-06-20T21:13:06.274Z | Compiling usdt-impl v0.5.0 |
2295 | 2024-06-20T21:13:06.334Z | Compiling sec1 v0.7.3 |
2296 | 2024-06-20T21:13:06.925Z | Compiling elliptic-curve v0.13.8 |
2297 | 2024-06-20T21:13:07.489Z | Compiling ipnetwork v0.20.0 |
2298 | 2024-06-20T21:13:07.518Z | Compiling toml_edit v0.22.13 |
2299 | 2024-06-20T21:13:07.763Z | Compiling tokio-util v0.7.11 |
2300 | 2024-06-20T21:13:08.017Z | Compiling tokio-rustls v0.24.1 |
2301 | 2024-06-20T21:13:08.297Z | Compiling native-tls v0.2.11 |
2302 | 2024-06-20T21:13:08.444Z | Compiling usdt-attr-macro v0.5.0 |
2303 | 2024-06-20T21:13:08.465Z | Compiling usdt-macro v0.5.0 |
2304 | 2024-06-20T21:13:08.949Z | Compiling h2 v0.3.26 |
2305 | 2024-06-20T21:13:09.255Z | Compiling tokio-native-tls v0.3.1 |
2306 | 2024-06-20T21:13:09.566Z | Compiling hex v0.4.3 |
2307 | 2024-06-20T21:13:10.063Z | Compiling matches v0.1.10 |
2308 | 2024-06-20T21:13:10.166Z | Compiling idna v0.2.3 |
2309 | 2024-06-20T21:13:10.190Z | Compiling usdt v0.5.0 |
2310 | 2024-06-20T21:13:10.207Z | Compiling enum-as-inner v0.5.1 |
2311 | 2024-06-20T21:13:10.574Z | Compiling bit-vec v0.6.3 |
2312 | 2024-06-20T21:13:10.694Z | Compiling siphasher v0.3.11 |
2313 | 2024-06-20T21:13:11.029Z | Compiling heapless v0.7.17 |
2314 | 2024-06-20T21:13:11.098Z | Compiling terminal_size v0.3.0 |
2315 | 2024-06-20T21:13:11.223Z | Compiling num-bigint v0.4.5 |
2316 | 2024-06-20T21:13:11.254Z | Compiling trust-dns-proto v0.22.0 |
2317 | 2024-06-20T21:13:11.297Z | Compiling regress v0.9.1 |
2318 | 2024-06-20T21:13:11.481Z | Compiling finl_unicode v1.2.0 |
2319 | 2024-06-20T21:13:11.791Z | Compiling signal-hook v0.3.17 |
2320 | 2024-06-20T21:13:12.094Z | Compiling stringprep v0.1.4 |
2321 | 2024-06-20T21:13:12.111Z | Compiling clap_builder v4.5.2 |
2322 | 2024-06-20T21:13:13.439Z | Compiling itertools v0.10.5 |
2323 | 2024-06-20T21:13:15.639Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2324 | 2024-06-20T21:13:16.408Z | Compiling hyper v0.14.28 |
2325 | 2024-06-20T21:13:16.499Z | Compiling yasna v0.5.2 |
2326 | 2024-06-20T21:13:16.666Z | Compiling md-5 v0.10.6 |
2327 | 2024-06-20T21:13:16.945Z | Compiling clap_derive v4.5.4 |
2328 | 2024-06-20T21:13:18.532Z | Compiling hash32 v0.2.1 |
2329 | 2024-06-20T21:13:18.955Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2330 | 2024-06-20T21:13:19.811Z | Compiling fallible-iterator v0.2.0 |
2331 | 2024-06-20T21:13:19.875Z | Compiling smoltcp v0.9.1 |
2332 | 2024-06-20T21:13:20.521Z | Compiling postgres-protocol v0.6.6 |
2333 | 2024-06-20T21:13:21.494Z | Compiling phf_shared v0.11.2 |
2334 | 2024-06-20T21:13:21.739Z | Compiling tokio-stream v0.1.15 |
2335 | 2024-06-20T21:13:21.917Z | Compiling hubpack_derive v0.1.1 |
2336 | 2024-06-20T21:13:21.965Z | Compiling zerocopy-derive v0.6.6 |
2337 | 2024-06-20T21:13:22.101Z | Compiling diesel_table_macro_syntax v0.1.0 |
2338 | 2024-06-20T21:13:22.208Z | Compiling scheduled-thread-pool v0.2.7 |
2339 | 2024-06-20T21:13:22.363Z | Compiling clap v4.5.4 |
2340 | 2024-06-20T21:13:22.493Z | Compiling fs-err v2.11.0 |
2341 | 2024-06-20T21:13:22.521Z | Compiling fixedbitset v0.4.2 |
2342 | 2024-06-20T21:13:22.692Z | Compiling diesel_derives v2.1.4 |
2343 | 2024-06-20T21:13:22.817Z | Compiling r2d2 v0.8.10 |
2344 | 2024-06-20T21:13:22.839Z | Compiling hubpack v0.1.2 |
2345 | 2024-06-20T21:13:22.932Z | Compiling petgraph v0.6.5 |
2346 | 2024-06-20T21:13:22.982Z | Compiling phf v0.11.2 |
2347 | 2024-06-20T21:13:23.291Z | Compiling hyper-rustls v0.24.2 |
2348 | 2024-06-20T21:13:23.308Z | Compiling hyper-tls v0.5.0 |
2349 | 2024-06-20T21:13:23.660Z | Compiling reqwest v0.11.27 |
2350 | 2024-06-20T21:13:23.684Z | Compiling postgres-types v0.2.6 |
2351 | 2024-06-20T21:13:24.329Z | Compiling zerocopy v0.6.6 |
2352 | 2024-06-20T21:13:25.214Z | Compiling signal-hook-mio v0.2.3 |
2353 | 2024-06-20T21:13:25.383Z | Compiling phf_shared v0.10.0 |
2354 | 2024-06-20T21:13:25.509Z | Compiling similar v2.5.0 |
2355 | 2024-06-20T21:13:25.634Z | Compiling num-iter v0.1.45 |
2356 | 2024-06-20T21:13:25.801Z | Compiling strum_macros v0.25.3 |
2357 | 2024-06-20T21:13:25.836Z | Compiling serde_repr v0.1.19 |
2358 | 2024-06-20T21:13:26.705Z | Compiling getopts v0.2.21 |
2359 | 2024-06-20T21:13:26.976Z | Compiling console v0.15.8 |
2360 | 2024-06-20T21:13:27.067Z | Compiling float-cmp v0.9.0 |
2361 | 2024-06-20T21:13:27.311Z | Compiling whoami v1.5.1 |
2362 | 2024-06-20T21:13:27.775Z | Compiling minimal-lexical v0.2.1 |
2363 | 2024-06-20T21:13:28.002Z | Compiling predicates-core v1.0.6 |
2364 | 2024-06-20T21:13:28.067Z | Compiling precomputed-hash v0.1.1 |
2365 | 2024-06-20T21:13:28.193Z | Compiling static_assertions v1.1.0 |
2366 | 2024-06-20T21:13:28.303Z | Compiling normalize-line-endings v0.3.0 |
2367 | 2024-06-20T21:13:28.336Z | Compiling unsafe-libyaml v0.2.11 |
2368 | 2024-06-20T21:13:28.396Z | Compiling new_debug_unreachable v1.0.6 |
2369 | 2024-06-20T21:13:28.439Z | Compiling difflib v0.4.0 |
2370 | 2024-06-20T21:13:28.500Z | Compiling string_cache v0.8.7 |
2371 | 2024-06-20T21:13:28.566Z | Compiling nom v7.1.3 |
2372 | 2024-06-20T21:13:29.032Z | Compiling predicates v3.1.0 |
2373 | 2024-06-20T21:13:30.135Z | Compiling serde_yaml v0.9.34+deprecated |
2374 | 2024-06-20T21:13:30.299Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2375 | 2024-06-20T21:13:30.389Z | Compiling tokio-postgres v0.7.10 |
2376 | 2024-06-20T21:13:30.878Z | Compiling crossterm v0.27.0 |
2377 | 2024-06-20T21:13:33.389Z | Compiling bit-set v0.5.3 |
2378 | 2024-06-20T21:13:33.697Z | Compiling itertools v0.12.1 |
2379 | 2024-06-20T21:13:34.691Z | Compiling bstr v1.9.1 |
2380 | 2024-06-20T21:13:34.830Z | Compiling lalrpop-util v0.19.12 |
2381 | 2024-06-20T21:13:35.213Z | Compiling peg-runtime v0.8.3 |
2382 | 2024-06-20T21:13:35.656Z | Compiling unicode-xid v0.2.4 |
2383 | 2024-06-20T21:13:35.834Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2384 | 2024-06-20T21:13:35.939Z | Compiling sha1 v0.10.6 |
2385 | 2024-06-20T21:13:35.983Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2386 | 2024-06-20T21:13:36.289Z | Compiling camino v1.1.7 |
2387 | 2024-06-20T21:13:36.398Z | Compiling strum_macros v0.26.2 |
2388 | 2024-06-20T21:13:36.563Z | Compiling http v1.1.0 |
2389 | 2024-06-20T21:13:36.832Z | Compiling base64 v0.22.1 |
2390 | 2024-06-20T21:13:37.065Z | Compiling toml v0.8.13 |
2391 | 2024-06-20T21:13:37.308Z | Compiling rustls-pki-types v1.7.0 |
2392 | 2024-06-20T21:13:37.652Z | Compiling ident_case v1.0.1 |
2393 | 2024-06-20T21:13:37.846Z | Compiling darling_core v0.20.9 |
2394 | 2024-06-20T21:13:38.218Z | Compiling crossbeam-channel v0.5.12 |
2395 | 2024-06-20T21:13:38.939Z | Compiling paste v1.0.15 |
2396 | 2024-06-20T21:13:39.176Z | Compiling rustls v0.22.4 |
2397 | 2024-06-20T21:13:39.179Z | Compiling diesel v2.1.6 |
2398 | 2024-06-20T21:13:39.425Z | Compiling slog-async v2.8.0 |
2399 | 2024-06-20T21:13:39.471Z | Compiling slog-term v2.9.1 |
2400 | 2024-06-20T21:13:39.557Z | Compiling rustls-webpki v0.102.4 |
2401 | 2024-06-20T21:13:40.057Z | Compiling instant v0.1.12 |
2402 | 2024-06-20T21:13:40.225Z | Compiling multer v3.1.0 |
2403 | 2024-06-20T21:13:40.714Z | Compiling slog-json v2.6.1 |
2404 | 2024-06-20T21:13:40.753Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2405 | 2024-06-20T21:13:40.900Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2406 | 2024-06-20T21:13:41.103Z | Compiling async-stream-impl v0.3.5 |
2407 | 2024-06-20T21:13:41.739Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2408 | 2024-06-20T21:13:41.760Z | Compiling strum v0.26.2 |
2409 | 2024-06-20T21:13:41.937Z | Compiling atomic-waker v1.1.2 |
2410 | 2024-06-20T21:13:41.956Z | Compiling debug-ignore v1.0.5 |
2411 | 2024-06-20T21:13:42.082Z | Compiling waitgroup v0.1.2 |
2412 | 2024-06-20T21:13:42.111Z | Compiling slog-bunyan v2.5.0 |
2413 | 2024-06-20T21:13:42.308Z | Compiling rustls-pemfile v2.1.2 |
2414 | 2024-06-20T21:13:42.322Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2415 | 2024-06-20T21:13:42.564Z | Compiling async-stream v0.3.5 |
2416 | 2024-06-20T21:13:42.765Z | Compiling serde_path_to_error v0.1.16 |
2417 | 2024-06-20T21:13:42.918Z | Compiling structmeta-derive v0.3.0 |
2418 | 2024-06-20T21:13:43.262Z | Compiling hostname v0.4.0 |
2419 | 2024-06-20T21:13:43.550Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2420 | 2024-06-20T21:13:43.663Z | Compiling newtype-uuid v1.1.0 |
2421 | 2024-06-20T21:13:43.851Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2422 | 2024-06-20T21:13:44.039Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2423 | 2024-06-20T21:13:44.349Z | Compiling backoff v0.4.0 |
2424 | 2024-06-20T21:13:44.620Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2425 | 2024-06-20T21:13:44.795Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2426 | 2024-06-20T21:13:44.799Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2427 | 2024-06-20T21:13:44.800Z | Compiling tokio-rustls v0.25.0 |
2428 | 2024-06-20T21:13:44.908Z | Compiling macaddr v1.0.1 |
2429 | 2024-06-20T21:13:45.161Z | Compiling darling_macro v0.20.9 |
2430 | 2024-06-20T21:13:45.371Z | Compiling proc-macro-crate v1.3.1 |
2431 | 2024-06-20T21:13:45.461Z | Compiling fastrand v2.1.0 |
2432 | 2024-06-20T21:13:46.039Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2433 | 2024-06-20T21:13:46.225Z | Compiling structmeta v0.3.0 |
2434 | 2024-06-20T21:13:46.241Z | Compiling darling v0.20.9 |
2435 | 2024-06-20T21:13:46.370Z | Compiling serde_with_macros v3.8.1 |
2436 | 2024-06-20T21:13:46.415Z | Compiling tempfile v3.10.1 |
2437 | 2024-06-20T21:13:46.516Z | Compiling num_enum_derive v0.5.11 |
2438 | 2024-06-20T21:13:46.679Z | Compiling parse-display-derive v0.9.0 |
2439 | 2024-06-20T21:13:47.361Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2440 | 2024-06-20T21:13:47.678Z | Compiling foreign-types-macros v0.2.3 |
2441 | 2024-06-20T21:13:49.057Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2442 | 2024-06-20T21:13:49.351Z | Compiling foreign-types-shared v0.3.1 |
2443 | 2024-06-20T21:13:49.483Z | Compiling heapless v0.8.0 |
2444 | 2024-06-20T21:13:49.529Z | Compiling num_enum v0.5.11 |
2445 | 2024-06-20T21:13:49.678Z | Compiling serde_with v3.8.1 |
2446 | 2024-06-20T21:13:49.700Z | Compiling foreign-types v0.5.0 |
2447 | 2024-06-20T21:13:49.846Z | Compiling proc-macro-error v1.0.4 |
2448 | 2024-06-20T21:13:49.887Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2449 | 2024-06-20T21:13:50.571Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2450 | 2024-06-20T21:13:50.749Z | Compiling cstr-argument v0.1.2 |
2451 | 2024-06-20T21:13:51.040Z | Compiling hash32 v0.3.1 |
2452 | 2024-06-20T21:13:51.268Z | Compiling pretty-hex v0.2.1 |
2453 | 2024-06-20T21:13:51.284Z | Compiling smoltcp v0.11.0 |
2454 | 2024-06-20T21:13:51.460Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2455 | 2024-06-20T21:13:51.790Z | Compiling parse-display v0.9.0 |
2456 | 2024-06-20T21:13:51.853Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2457 | 2024-06-20T21:13:52.095Z | Compiling camino-tempfile v1.1.1 |
2458 | 2024-06-20T21:13:52.503Z | Compiling tabwriter v1.4.0 |
2459 | 2024-06-20T21:13:52.534Z | Compiling colored v2.1.0 |
2460 | 2024-06-20T21:13:52.554Z | Compiling socket2 v0.4.10 |
2461 | 2024-06-20T21:13:52.738Z | Compiling embedded-io v0.4.0 |
2462 | 2024-06-20T21:13:52.974Z | Compiling cobs v0.2.3 |
2463 | 2024-06-20T21:13:53.298Z | Compiling postcard v1.0.8 |
2464 | 2024-06-20T21:13:53.343Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2465 | 2024-06-20T21:13:53.473Z | Compiling crucible-workspace-hack v0.1.0 |
2466 | 2024-06-20T21:13:53.641Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2467 | 2024-06-20T21:13:53.830Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2468 | 2024-06-20T21:13:53.848Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2469 | 2024-06-20T21:13:54.005Z | Compiling smf v0.2.3 |
2470 | 2024-06-20T21:13:54.151Z | Compiling humantime v2.1.0 |
2471 | 2024-06-20T21:13:54.171Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2472 | 2024-06-20T21:13:54.544Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2473 | 2024-06-20T21:13:54.711Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2474 | 2024-06-20T21:13:54.740Z | Compiling num-derive v0.4.2 |
2475 | 2024-06-20T21:13:55.220Z | Compiling sigpipe v0.1.3 |
2476 | 2024-06-20T21:13:55.352Z | Compiling utf-8 v0.7.6 |
2477 | 2024-06-20T21:13:55.539Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2478 | 2024-06-20T21:13:55.723Z | Compiling atty v0.2.14 |
2479 | 2024-06-20T21:13:55.878Z | Compiling platforms v3.4.0 |
2480 | 2024-06-20T21:13:55.980Z | Compiling rayon-core v1.12.1 |
2481 | 2024-06-20T21:13:56.096Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2482 | 2024-06-20T21:13:56.254Z | Compiling same-file v1.0.6 |
2483 | 2024-06-20T21:13:56.494Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2484 | 2024-06-20T21:13:56.543Z | Compiling semver v0.1.20 |
2485 | 2024-06-20T21:13:57.288Z | Compiling rustc_version v0.1.7 |
2486 | 2024-06-20T21:13:57.291Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2487 | 2024-06-20T21:13:57.838Z | Compiling curve25519-dalek v4.1.2 |
2488 | 2024-06-20T21:13:57.855Z | Compiling walkdir v2.5.0 |
2489 | 2024-06-20T21:13:58.252Z | Compiling newline-converter v0.3.0 |
2490 | 2024-06-20T21:13:58.277Z | Compiling crossbeam-deque v0.8.5 |
2491 | 2024-06-20T21:13:58.356Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2492 | 2024-06-20T21:13:58.418Z | Compiling universal-hash v0.5.1 |
2493 | 2024-06-20T21:13:58.473Z | Compiling opaque-debug v0.3.1 |
2494 | 2024-06-20T21:13:58.648Z | Compiling expectorate v1.1.0 |
2495 | 2024-06-20T21:13:58.662Z | Compiling newtype_derive v0.1.6 |
2496 | 2024-06-20T21:13:58.687Z | Compiling xattr v1.3.1 |
2497 | 2024-06-20T21:13:58.704Z | Compiling signature v2.2.0 |
2498 | 2024-06-20T21:13:58.807Z | Compiling curve25519-dalek-derive v0.1.1 |
2499 | 2024-06-20T21:13:58.942Z | Compiling ring v0.16.20 |
2500 | 2024-06-20T21:13:58.977Z | Compiling blake3 v1.5.1 |
2501 | 2024-06-20T21:13:59.016Z | Compiling unicase v2.7.0 |
2502 | 2024-06-20T21:13:59.316Z | Compiling linked-hash-map v0.5.6 |
2503 | 2024-06-20T21:13:59.605Z | Compiling quick-error v1.2.3 |
2504 | 2024-06-20T21:13:59.704Z | Compiling arc-swap v1.7.1 |
2505 | 2024-06-20T21:13:59.762Z | Compiling convert_case v0.4.0 |
2506 | 2024-06-20T21:14:00.061Z | Compiling termcolor v1.4.1 |
2507 | 2024-06-20T21:14:00.423Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2508 | 2024-06-20T21:14:00.493Z | Compiling getrandom v0.1.16 |
2509 | 2024-06-20T21:14:00.567Z | Compiling env_logger v0.9.3 |
2510 | 2024-06-20T21:14:00.767Z | Compiling derive_more v0.99.17 |
2511 | 2024-06-20T21:14:00.995Z | Compiling slog-scope v4.4.0 |
2512 | 2024-06-20T21:14:01.578Z | Compiling resolv-conf v0.7.0 |
2513 | 2024-06-20T21:14:01.776Z | Compiling lru-cache v0.1.2 |
2514 | 2024-06-20T21:14:02.024Z | Compiling rayon v1.10.0 |
2515 | 2024-06-20T21:14:02.430Z | Compiling tar v0.4.40 |
2516 | 2024-06-20T21:14:02.694Z | Compiling tungstenite v0.21.0 |
2517 | 2024-06-20T21:14:04.052Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2518 | 2024-06-20T21:14:04.576Z | Compiling blake2 v0.10.6 |
2519 | 2024-06-20T21:14:04.661Z | Compiling bitstruct_derive v0.1.0 |
2520 | 2024-06-20T21:14:05.124Z | Compiling derive-where v1.2.7 |
2521 | 2024-06-20T21:14:05.945Z | Compiling password-hash v0.5.0 |
2522 | 2024-06-20T21:14:06.123Z | Compiling memmap2 v0.9.4 |
2523 | 2024-06-20T21:14:06.625Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2524 | 2024-06-20T21:14:06.770Z | Compiling untrusted v0.7.1 |
2525 | 2024-06-20T21:14:06.974Z | Compiling arrayref v0.3.7 |
2526 | 2024-06-20T21:14:07.065Z | Compiling libefi-sys v0.1.0 |
2527 | 2024-06-20T21:14:07.084Z | Compiling constant_time_eq v0.3.0 |
2528 | 2024-06-20T21:14:07.100Z | Compiling home v0.5.9 |
2529 | 2024-06-20T21:14:07.279Z | Compiling ascii v1.1.0 |
2530 | 2024-06-20T21:14:07.344Z | Compiling arrayvec v0.7.4 |
2531 | 2024-06-20T21:14:07.378Z | Compiling parking_lot_core v0.8.6 |
2532 | 2024-06-20T21:14:07.877Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2533 | 2024-06-20T21:14:07.925Z | Compiling toolchain_find v0.4.0 |
2534 | 2024-06-20T21:14:08.829Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2535 | 2024-06-20T21:14:09.163Z | Compiling argon2 v0.5.3 |
2536 | 2024-06-20T21:14:09.381Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2537 | 2024-06-20T21:14:09.444Z | Compiling bitstruct v0.1.1 |
2538 | 2024-06-20T21:14:09.461Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2539 | 2024-06-20T21:14:09.586Z | Compiling tokio-tungstenite v0.21.0 |
2540 | 2024-06-20T21:14:09.743Z | Compiling trust-dns-resolver v0.22.0 |
2541 | 2024-06-20T21:14:10.108Z | Compiling slog-stdlog v4.1.1 |
2542 | 2024-06-20T21:14:10.121Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2543 | 2024-06-20T21:14:10.439Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2544 | 2024-06-20T21:14:10.507Z | Compiling erased-serde v0.3.31 |
2545 | 2024-06-20T21:14:10.826Z | Compiling serde_arrays v0.1.0 |
2546 | 2024-06-20T21:14:10.880Z | Compiling num-rational v0.4.2 |
2547 | 2024-06-20T21:14:11.005Z | Compiling rfc6979 v0.4.0 |
2548 | 2024-06-20T21:14:11.202Z | Compiling aead v0.5.2 |
2549 | 2024-06-20T21:14:11.591Z | Compiling num-complex v0.4.6 |
2550 | 2024-06-20T21:14:11.938Z | Compiling nibble_vec v0.1.0 |
2551 | 2024-06-20T21:14:12.098Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2552 | 2024-06-20T21:14:12.156Z | Compiling slog-dtrace v0.3.0 |
2553 | 2024-06-20T21:14:12.457Z | Compiling endian-type v0.1.2 |
2554 | 2024-06-20T21:14:12.460Z | Compiling cancel-safe-futures v0.1.5 |
2555 | 2024-06-20T21:14:12.489Z | Compiling topological-sort v0.2.2 |
2556 | 2024-06-20T21:14:12.670Z | Compiling keccak v0.1.5 |
2557 | 2024-06-20T21:14:12.692Z | Compiling omicron-zone-package v0.11.0 |
2558 | 2024-06-20T21:14:12.708Z | Compiling radix_trie v0.2.1 |
2559 | 2024-06-20T21:14:12.756Z | Compiling num v0.4.3 |
2560 | 2024-06-20T21:14:12.937Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2561 | 2024-06-20T21:14:12.954Z | Compiling sha3 v0.10.8 |
2562 | 2024-06-20T21:14:13.417Z | Compiling ecdsa v0.16.9 |
2563 | 2024-06-20T21:14:13.730Z | Compiling slog-envlogger v2.2.0 |
2564 | 2024-06-20T21:14:14.085Z | Compiling rand_core v0.5.1 |
2565 | 2024-06-20T21:14:14.304Z | Compiling mime_guess v2.0.4 |
2566 | 2024-06-20T21:14:14.564Z | Compiling steno v0.4.0 |
2567 | 2024-06-20T21:14:14.611Z | Compiling rustfmt-wrapper v0.2.1 |
2568 | 2024-06-20T21:14:15.727Z | Compiling poly1305 v0.8.0 |
2569 | 2024-06-20T21:14:16.415Z | Compiling tungstenite v0.20.1 |
2570 | 2024-06-20T21:14:16.553Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2571 | 2024-06-20T21:14:16.925Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2572 | 2024-06-20T21:14:17.276Z | Compiling primeorder v0.13.6 |
2573 | 2024-06-20T21:14:17.359Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2574 | 2024-06-20T21:14:17.484Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2575 | 2024-06-20T21:14:17.729Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2576 | 2024-06-20T21:14:17.805Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2577 | 2024-06-20T21:14:18.152Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2578 | 2024-06-20T21:14:18.673Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2579 | 2024-06-20T21:14:18.746Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2580 | 2024-06-20T21:14:19.043Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2581 | 2024-06-20T21:14:19.138Z | Compiling heck v0.3.3 |
2582 | 2024-06-20T21:14:19.153Z | Compiling chacha20 v0.9.1 |
2583 | 2024-06-20T21:14:19.612Z | Compiling secrecy v0.8.0 |
2584 | 2024-06-20T21:14:19.629Z | Compiling thiserror-impl-no-std v2.0.2 |
2585 | 2024-06-20T21:14:19.632Z | Compiling half v2.4.1 |
2586 | 2024-06-20T21:14:19.847Z | Compiling option-ext v0.2.0 |
2587 | 2024-06-20T21:14:19.898Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2588 | 2024-06-20T21:14:19.989Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2589 | 2024-06-20T21:14:20.062Z | Compiling ciborium-io v0.2.2 |
2590 | 2024-06-20T21:14:20.204Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2591 | 2024-06-20T21:14:20.223Z | Compiling ciborium-ll v0.2.2 |
2592 | 2024-06-20T21:14:20.293Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2593 | 2024-06-20T21:14:20.516Z | Compiling dirs-sys v0.4.1 |
2594 | 2024-06-20T21:14:20.652Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2595 | 2024-06-20T21:14:20.938Z | Compiling zone_cfg_derive v0.1.2 |
2596 | 2024-06-20T21:14:21.198Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2597 | 2024-06-20T21:14:21.488Z | Compiling tokio-tungstenite v0.20.1 |
2598 | 2024-06-20T21:14:22.517Z | Compiling parking_lot v0.11.2 |
2599 | 2024-06-20T21:14:22.651Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2600 | 2024-06-20T21:14:22.819Z | Compiling rand_chacha v0.2.2 |
2601 | 2024-06-20T21:14:23.037Z | Compiling trust-dns-client v0.22.0 |
2602 | 2024-06-20T21:14:23.090Z | Compiling thiserror-no-std v2.0.2 |
2603 | 2024-06-20T21:14:23.817Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2604 | 2024-06-20T21:14:24.186Z | Compiling ed25519 v2.2.3 |
2605 | 2024-06-20T21:14:24.314Z | Compiling polyval v0.6.2 |
2606 | 2024-06-20T21:14:24.716Z | Compiling libsw v3.3.1 |
2607 | 2024-06-20T21:14:24.787Z | Compiling toml v0.5.11 |
2608 | 2024-06-20T21:14:25.058Z | Compiling aes v0.8.4 |
2609 | 2024-06-20T21:14:25.081Z | Compiling blowfish v0.9.1 |
2610 | 2024-06-20T21:14:25.536Z | Compiling ctr v0.9.2 |
2611 | 2024-06-20T21:14:25.779Z | Compiling pbkdf2 v0.12.2 |
2612 | 2024-06-20T21:14:25.902Z | Compiling password-hash v0.4.2 |
2613 | 2024-06-20T21:14:25.945Z | Compiling gethostname v0.4.3 |
2614 | 2024-06-20T21:14:26.242Z | Compiling fxhash v0.2.1 |
2615 | 2024-06-20T21:14:26.292Z | Compiling linear-map v1.2.0 |
2616 | 2024-06-20T21:14:26.455Z | Compiling owo-colors v4.0.0 |
2617 | 2024-06-20T21:14:26.650Z | Compiling base64 v0.13.1 |
2618 | 2024-06-20T21:14:26.915Z | Compiling trust-dns-server v0.22.1 |
2619 | 2024-06-20T21:14:27.289Z | Compiling ron v0.7.1 |
2620 | 2024-06-20T21:14:27.915Z | Compiling sled v0.34.7 |
2621 | 2024-06-20T21:14:28.660Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2622 | 2024-06-20T21:14:28.793Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2623 | 2024-06-20T21:14:29.687Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2624 | 2024-06-20T21:14:33.629Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2625 | 2024-06-20T21:14:34.217Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2626 | 2024-06-20T21:14:34.627Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2627 | 2024-06-20T21:14:36.203Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2628 | 2024-06-20T21:14:36.625Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2629 | 2024-06-20T21:14:37.000Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2630 | 2024-06-20T21:14:37.428Z | Compiling pbkdf2 v0.11.0 |
2631 | 2024-06-20T21:14:37.821Z | Compiling bcrypt-pbkdf v0.10.0 |
2632 | 2024-06-20T21:14:38.094Z | Compiling ghash v0.5.1 |
2633 | 2024-06-20T21:14:38.294Z | Compiling ed25519-dalek v2.1.1 |
2634 | 2024-06-20T21:14:38.470Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2635 | 2024-06-20T21:14:38.581Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2636 | 2024-06-20T21:14:39.273Z | Compiling vsss-rs v3.3.4 |
2637 | 2024-06-20T21:14:39.518Z | Compiling rand v0.7.3 |
2638 | 2024-06-20T21:14:39.904Z | Compiling zone v0.1.8 |
2639 | 2024-06-20T21:14:40.117Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2640 | 2024-06-20T21:14:40.854Z | Compiling dirs v5.0.1 |
2641 | 2024-06-20T21:14:41.536Z | Compiling ciborium v0.2.2 |
2642 | 2024-06-20T21:14:43.167Z | Compiling chacha20poly1305 v0.10.1 |
2643 | 2024-06-20T21:14:43.402Z | Compiling p256 v0.13.2 |
2644 | 2024-06-20T21:14:43.636Z | Compiling p521 v0.13.3 |
2645 | 2024-06-20T21:14:43.915Z | Compiling pem v3.0.4 |
2646 | 2024-06-20T21:14:44.066Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2647 | 2024-06-20T21:14:44.372Z | Compiling headers-core v0.2.0 |
2648 | 2024-06-20T21:14:44.465Z | Compiling cbc v0.1.2 |
2649 | 2024-06-20T21:14:44.542Z | Compiling kstat-rs v0.2.3 |
2650 | 2024-06-20T21:14:44.723Z | Compiling portpicker v0.1.1 |
2651 | 2024-06-20T21:14:44.758Z | Compiling nanorand v0.7.0 |
2652 | 2024-06-20T21:14:45.032Z | Compiling russh-cryptovec v0.7.2 |
2653 | 2024-06-20T21:14:45.059Z | Compiling http-range v0.1.5 |
2654 | 2024-06-20T21:14:45.190Z | Compiling glob v0.3.1 |
2655 | 2024-06-20T21:14:45.348Z | Compiling hyper-staticfile v0.9.5 |
2656 | 2024-06-20T21:14:45.365Z | Compiling russh-keys v0.43.0 |
2657 | 2024-06-20T21:14:45.448Z | Compiling flume v0.11.0 |
2658 | 2024-06-20T21:14:46.164Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2659 | 2024-06-20T21:14:46.197Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2660 | 2024-06-20T21:14:46.217Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2661 | 2024-06-20T21:14:46.375Z | Compiling headers v0.3.9 |
2662 | 2024-06-20T21:14:47.424Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2663 | 2024-06-20T21:14:48.450Z | Compiling rcgen v0.12.1 |
2664 | 2024-06-20T21:14:48.997Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2665 | 2024-06-20T21:14:51.126Z | Compiling aes-gcm v0.10.3 |
2666 | 2024-06-20T21:14:51.450Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2667 | 2024-06-20T21:14:51.915Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2668 | 2024-06-20T21:14:52.668Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2669 | 2024-06-20T21:14:53.381Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2670 | 2024-06-20T21:14:53.458Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2671 | 2024-06-20T21:14:55.228Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2672 | 2024-06-20T21:14:56.881Z | Compiling atomicwrites v0.4.3 |
2673 | 2024-06-20T21:14:57.270Z | Compiling subprocess v0.2.9 |
2674 | 2024-06-20T21:14:59.510Z | Compiling hex-literal v0.4.1 |
2675 | 2024-06-20T21:14:59.673Z | Compiling display-error-chain v0.2.0 |
2676 | 2024-06-20T21:14:59.695Z | Compiling dhcproto-macros v0.1.0 |
2677 | 2024-06-20T21:14:59.861Z | Compiling russh v0.43.0 |
2678 | 2024-06-20T21:15:00.717Z | Compiling dhcproto v0.11.0 |
2679 | 2024-06-20T21:15:01.014Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2680 | 2024-06-20T21:15:02.616Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2681 | 2024-06-20T21:15:03.917Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2682 | 2024-06-20T21:15:04.336Z | Compiling internet-checksum v0.2.1 |
2683 | 2024-06-20T21:15:05.224Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2684 | 2024-06-20T21:15:07.422Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2685 | 2024-06-20T21:15:29.159Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2686 | 2024-06-20T21:16:12.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 45s |
2687 | 2024-06-20T21:16:12.701Z | |
2688 | 2024-06-20T21:16:12.701Z | real 3:46.151255809 |
2689 | 2024-06-20T21:16:12.701Z | user 20:06.148556529 |
2690 | 2024-06-20T21:16:12.704Z | sys 4:14.870976746 |
2691 | 2024-06-20T21:16:12.704Z | trap 0.602291417 |
2692 | 2024-06-20T21:16:12.705Z | tflt 0.582233736 |
2693 | 2024-06-20T21:16:12.705Z | dflt 2.268135154 |
2694 | 2024-06-20T21:16:12.705Z | kflt 0.000461142 |
2695 | 2024-06-20T21:16:12.705Z | lock 42:52.701398542 |
2696 | 2024-06-20T21:16:12.705Z | slp 57:14.459418193 |
2697 | 2024-06-20T21:16:12.705Z | lat 1:06.230335747 |
2698 | 2024-06-20T21:16:12.705Z | stop 2:29.580878987 |
2699 | 2024-06-20T21:16:12.705Z | + mkdir tests |
2700 | 2024-06-20T21:16:12.708Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2701 | 2024-06-20T21:16:12.708Z | + xargs -I '{}' -t cp '{}' tests/ |
2702 | 2024-06-20T21:16:13.923Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-79471f99d6d06b4b tests/ |
2703 | 2024-06-20T21:16:13.944Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7f0882e2eceae0aa tests/ |
2704 | 2024-06-20T21:16:13.964Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-2db5bbecd2538da9 tests/ |
2705 | 2024-06-20T21:16:13.985Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-19ed268c7da5f0b8 tests/ |
2706 | 2024-06-20T21:16:14.282Z | + 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/*) |
2707 | 2024-06-20T21:16:14.285Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-7f0882e2eceae0aa tests/commtest-2db5bbecd2538da9 tests/dhcp_server-79471f99d6d06b4b tests/end_to_end_tests-19ed268c7da5f0b8 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2708 | 2024-06-20T21:17:18.435Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2709 | 2024-06-20T21:17:18.435Z | a out/target/test 1K |
2710 | 2024-06-20T21:17:18.435Z | a out/npuzone/npuzone 23144K |
2711 | 2024-06-20T21:17:18.435Z | a package-manifest.toml 28K |
2712 | 2024-06-20T21:17:18.435Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2713 | 2024-06-20T21:17:18.435Z | a target/release/omicron-package 31848K |
2714 | 2024-06-20T21:17:18.435Z | a target/release/xtask 18490K |
2715 | 2024-06-20T21:17:18.435Z | a target/debug/bootstrap 353166K |
2716 | 2024-06-20T21:17:18.435Z | a tests/bootstrap-7f0882e2eceae0aa 23989K |
2717 | 2024-06-20T21:17:18.435Z | a tests/commtest-2db5bbecd2538da9 23990K |
2718 | 2024-06-20T21:17:18.435Z | a tests/dhcp_server-79471f99d6d06b4b 23989K |
2719 | 2024-06-20T21:17:18.435Z | a tests/end_to_end_tests-19ed268c7da5f0b8 362759K |
2720 | 2024-06-20T21:17:18.435Z | a out/clickhouse.tar.gz 223016K |
2721 | 2024-06-20T21:17:18.435Z | a out/clickhouse_keeper.tar.gz 223000K |
2722 | 2024-06-20T21:17:18.435Z | a out/cockroachdb.tar.gz 131730K |
2723 | 2024-06-20T21:17:18.435Z | a out/crucible-pantry-zone.tar.gz 27309K |
2724 | 2024-06-20T21:17:18.435Z | a out/crucible-zone.tar.gz 38062K |
2725 | 2024-06-20T21:17:18.435Z | a out/external-dns.tar.gz 25096K |
2726 | 2024-06-20T21:17:18.435Z | a out/internal-dns.tar.gz 25096K |
2727 | 2024-06-20T21:17:18.435Z | a out/mg-ddm-gz.tar 60673K |
2728 | 2024-06-20T21:17:18.435Z | a out/nexus.tar.gz 83185K |
2729 | 2024-06-20T21:17:18.435Z | a out/ntp.tar.gz 8858K |
2730 | 2024-06-20T21:17:18.435Z | a out/omicron-gateway-softnpu.tar.gz 13763K |
2731 | 2024-06-20T21:17:18.435Z | a out/omicron-sled-agent.tar 93693K |
2732 | 2024-06-20T21:17:18.435Z | a out/overlay.tar.gz 3K |
2733 | 2024-06-20T21:17:18.435Z | a out/oximeter.tar.gz 40427K |
2734 | 2024-06-20T21:17:18.435Z | a out/oxlog.tar 2954K |
2735 | 2024-06-20T21:17:18.435Z | a out/probe.tar.gz 2764K |
2736 | 2024-06-20T21:17:18.435Z | a out/propolis-server.tar.gz 64643K |
2737 | 2024-06-20T21:17:18.435Z | a out/pumpkind-gz.tar 26665K |
2738 | 2024-06-20T21:17:18.435Z | a out/switch-softnpu.tar.gz 195848K |
2739 | 2024-06-20T21:17:18.439Z | |
2740 | 2024-06-20T21:17:18.439Z | real 1:04.145661925 |
2741 | 2024-06-20T21:17:18.439Z | user 1:01.436108315 |
2742 | 2024-06-20T21:17:18.439Z | sys 3.680546833 |
2743 | 2024-06-20T21:17:18.439Z | trap 0.013703439 |
2744 | 2024-06-20T21:17:18.439Z | tflt 0.000000000 |
2745 | 2024-06-20T21:17:18.439Z | dflt 0.000000000 |
2746 | 2024-06-20T21:17:18.439Z | kflt 0.000000000 |
2747 | 2024-06-20T21:17:18.439Z | lock 0.000000000 |
2748 | 2024-06-20T21:17:18.439Z | slp 1:01.445902734 |
2749 | 2024-06-20T21:17:18.439Z | lat 1.710530643 |
2750 | 2024-06-20T21:17:18.439Z | stop 0.000206768 |
2751 | 2024-06-20T21:17:18.439Z | process exited: duration 1766064 ms, exit code 0 |
|
2752 | 2024-06-20T21:17:18.455Z | found 1 output files |
2753 | 2024-06-20T21:17:18.455Z | uploading: /work/package.tar.gz (1398609230 bytes) |
2754 | 2024-06-20T21:17:51.497Z | uploaded: /work/package.tar.gz |