|
|
|
1 | 2024-11-14T03:16:41.932Z | job assigned to worker 01JCMAPN3KPDD9X57271HFD37W (queued for 1 m 6 s) |
|
2 | 2024-11-14T03:16:50.010Z | starting task 0: "setup" |
3 | 2024-11-14T03:16:50.021Z | ++ uname -s |
4 | 2024-11-14T03:16:50.023Z | + kern=SunOS |
5 | 2024-11-14T03:16:50.023Z | + case "$kern" in |
6 | 2024-11-14T03:16:50.023Z | + groupadd -g 12345 build |
7 | 2024-11-14T03:16:50.026Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-14T03:16:52.036Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-14T03:16:52.221Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-14T03:16:52.224Z | + home_fs=zfs |
11 | 2024-11-14T03:16:52.224Z | + [[ zfs == autofs ]] |
12 | 2024-11-14T03:16:52.224Z | + mkdir -p /home/build |
13 | 2024-11-14T03:16:52.227Z | + chown build:build /home/build /work |
14 | 2024-11-14T03:16:54.228Z | + chmod 0700 /home/build /work |
15 | 2024-11-14T03:16:54.231Z | process exited: duration 4220 ms, exit code 0 |
|
16 | 2024-11-14T03:16:54.238Z | starting task 1: "rust-toolchain" |
17 | 2024-11-14T03:16:54.242Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-14T03:16:54.242Z | ' 1.81.0 |
19 | 2024-11-14T03:16:54.242Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-14T03:16:54.242Z | ' default |
21 | 2024-11-14T03:16:54.242Z | * toolchain channel = "1.81.0" |
22 | 2024-11-14T03:16:54.242Z | * toolchain profile = "default" |
23 | 2024-11-14T03:16:54.245Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-14T03:16:54.245Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-14T03:16:54.364Z | info: downloading installer |
26 | 2024-11-14T03:16:55.875Z | info: profile set to 'default' |
27 | 2024-11-14T03:16:55.875Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-14T03:16:55.878Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-14T03:16:56.034Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-14T03:16:56.034Z | info: downloading component 'cargo' |
31 | 2024-11-14T03:16:56.894Z | info: downloading component 'clippy' |
32 | 2024-11-14T03:16:57.212Z | info: downloading component 'rust-docs' |
33 | 2024-11-14T03:16:58.395Z | info: downloading component 'rust-std' |
34 | 2024-11-14T03:17:00.233Z | info: downloading component 'rustc' |
35 | 2024-11-14T03:17:06.861Z | info: downloading component 'rustfmt' |
36 | 2024-11-14T03:17:07.117Z | info: installing component 'cargo' |
37 | 2024-11-14T03:17:08.005Z | info: installing component 'clippy' |
38 | 2024-11-14T03:17:08.426Z | info: installing component 'rust-docs' |
39 | 2024-11-14T03:17:10.058Z | info: installing component 'rust-std' |
40 | 2024-11-14T03:17:11.975Z | info: installing component 'rustc' |
41 | 2024-11-14T03:17:18.526Z | info: installing component 'rustfmt' |
42 | 2024-11-14T03:17:18.887Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-14T03:17:18.887Z | |
44 | 2024-11-14T03:17:19.265Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-14T03:17:19.265Z | |
46 | 2024-11-14T03:17:19.268Z | |
47 | 2024-11-14T03:17:19.268Z | Rust is installed now. Great! |
48 | 2024-11-14T03:17:19.268Z | |
49 | 2024-11-14T03:17:19.268Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-14T03:17:19.268Z | environment variable. This has not been done automatically. |
51 | 2024-11-14T03:17:19.268Z | |
52 | 2024-11-14T03:17:19.268Z | To configure your current shell, you need to source |
53 | 2024-11-14T03:17:19.268Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-14T03:17:19.268Z | |
55 | 2024-11-14T03:17:19.268Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-14T03:17:19.268Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-14T03:17:19.268Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-14T03:17:19.339Z | + rustc --version |
59 | 2024-11-14T03:17:19.405Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-14T03:17:19.408Z | process exited: duration 25169 ms, exit code 0 |
|
61 | 2024-11-14T03:17:19.414Z | starting task 2: "authentication" |
62 | 2024-11-14T03:17:19.435Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-14T03:17:19.441Z | starting task 3: "clone repository" |
64 | 2024-11-14T03:17:19.447Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-14T03:17:19.449Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-14T03:17:20.231Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-14T03:17:56.781Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-14T03:17:56.781Z | + git fetch origin 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
69 | 2024-11-14T03:17:57.517Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-14T03:17:57.517Z | * branch 77a407bfb80c6d17b7675a17ecabd4f2f145e731 -> FETCH_HEAD |
71 | 2024-11-14T03:17:57.528Z | + [[ -n iliana/relock ]] |
72 | 2024-11-14T03:17:57.530Z | ++ git branch --show-current |
73 | 2024-11-14T03:17:57.533Z | + current=main |
74 | 2024-11-14T03:17:57.533Z | + [[ main != iliana/relock ]] |
75 | 2024-11-14T03:17:57.533Z | + git branch -f iliana/relock 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
76 | 2024-11-14T03:17:57.536Z | + git checkout -f iliana/relock |
77 | 2024-11-14T03:17:57.710Z | Switched to branch 'iliana/relock' |
78 | 2024-11-14T03:17:57.713Z | + git reset --hard 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
79 | 2024-11-14T03:17:57.724Z | HEAD is now at 77a407bfb fix Cargo.lock merge |
80 | 2024-11-14T03:17:57.727Z | process exited: duration 38281 ms, exit code 0 |
|
81 | 2024-11-14T03:17:57.733Z | starting task 4: "build" |
82 | 2024-11-14T03:17:57.738Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-14T03:17:57.742Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-14T03:17:57.742Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-14T03:17:57.742Z | + cargo --version |
86 | 2024-11-14T03:17:57.796Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-14T03:17:57.799Z | + rustc --version |
88 | 2024-11-14T03:17:57.860Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-14T03:17:57.863Z | + WORK=/work |
90 | 2024-11-14T03:17:57.863Z | + pfexec mkdir -p /work |
91 | 2024-11-14T03:17:57.867Z | + pfexec chown build /work |
92 | 2024-11-14T03:17:57.870Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-14T03:18:12.989Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-14T03:18:16.683Z | Startup: Caching catalogs ... Done |
95 | 2024-11-14T03:18:25.036Z | Planning: Solver setup ... Done (7.622s) |
96 | 2024-11-14T03:18:25.140Z | Planning: Running solver ... Done (0.104s) |
97 | 2024-11-14T03:18:25.283Z | Planning: Finding local manifests ... Done (0.051s) |
98 | 2024-11-14T03:18:25.297Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-14T03:18:25.514Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-14T03:18:25.713Z | Planning: Package planning ... Done (0.198s) |
101 | 2024-11-14T03:18:25.769Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-11-14T03:18:26.961Z | Planning: Checking for conflicting actions ... Done (1.191s) |
103 | 2024-11-14T03:18:34.163Z | Planning: Consolidating action changes ... Done (7.200s) |
104 | 2024-11-14T03:18:34.556Z | Planning: Evaluating mediators ... Done (0.394s) |
105 | 2024-11-14T03:18:34.713Z | Planning: Planning completed in 17.94 seconds |
106 | 2024-11-14T03:18:35.276Z | Packages to install: 4 |
107 | 2024-11-14T03:18:35.276Z | Packages to update: 1 |
108 | 2024-11-14T03:18:35.279Z | Mediators to change: 2 |
109 | 2024-11-14T03:18:35.279Z | Services to change: 1 |
110 | 2024-11-14T03:18:35.279Z | Estimated space available: 155.64 GB |
111 | 2024-11-14T03:18:35.279Z | Estimated space to be consumed: 1.59 GB |
112 | 2024-11-14T03:18:35.279Z | Create boot environment: No |
113 | 2024-11-14T03:18:35.279Z | Create backup boot environment: Yes |
114 | 2024-11-14T03:18:35.279Z | Rebuild boot archive: No |
115 | 2024-11-14T03:18:35.279Z | |
116 | 2024-11-14T03:18:35.279Z | Changed mediators: |
117 | 2024-11-14T03:18:35.279Z | mediator clang: |
118 | 2024-11-14T03:18:35.279Z | version: None -> 15 (system default) |
119 | 2024-11-14T03:18:35.279Z | |
120 | 2024-11-14T03:18:35.279Z | mediator llvm: |
121 | 2024-11-14T03:18:35.279Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-14T03:18:35.279Z | |
123 | 2024-11-14T03:18:35.279Z | Changed packages: |
124 | 2024-11-14T03:18:35.279Z | helios-dev |
125 | 2024-11-14T03:18:35.279Z | developer/build-essential |
126 | 2024-11-14T03:18:35.279Z | None -> 11-2.0 |
127 | 2024-11-14T03:18:35.279Z | library/libxmlsec1 |
128 | 2024-11-14T03:18:35.279Z | None -> 1.2.35-2.0 |
129 | 2024-11-14T03:18:35.280Z | ooce/developer/clang-15 |
130 | 2024-11-14T03:18:35.280Z | None -> 15.0.7-2.0 |
131 | 2024-11-14T03:18:35.280Z | ooce/developer/llvm-15 |
132 | 2024-11-14T03:18:35.280Z | None -> 15.0.7-2.0 |
133 | 2024-11-14T03:18:35.280Z | package/pkg |
134 | 2024-11-14T03:18:35.280Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-14T03:18:35.280Z | |
136 | 2024-11-14T03:18:35.280Z | Services: |
137 | 2024-11-14T03:18:35.280Z | restart_fmri: |
138 | 2024-11-14T03:18:35.280Z | svc:/system/update-man-index:default |
139 | 2024-11-14T03:18:35.280Z | |
140 | 2024-11-14T03:18:35.280Z | Editable files to change: |
141 | 2024-11-14T03:18:35.280Z | Update: |
142 | 2024-11-14T03:18:35.280Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-14T03:18:35.794Z | |
144 | 2024-11-14T03:18:35.794Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-14T03:18:40.796Z | Download: 874/4281 items 18.8/220.6MB 8% complete (3.9M/s) |
146 | 2024-11-14T03:18:45.955Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (10.8M/s) |
147 | 2024-11-14T03:18:50.957Z | Download: 1221/4281 items 92.4/220.6MB 41% complete (7.3M/s) |
148 | 2024-11-14T03:18:55.956Z | Download: 2263/4281 items 119.4/220.6MB 54% complete (3.7M/s) |
149 | 2024-11-14T03:19:01.779Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (11.6M/s) |
150 | 2024-11-14T03:19:06.852Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (10.2M/s) |
151 | 2024-11-14T03:19:10.173Z | Download: Completed 220.60 MB in 34.38 seconds (6.4M/s) |
152 | 2024-11-14T03:19:12.211Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-11-14T03:19:12.227Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-11-14T03:19:17.258Z | Actions: 4133/5063 actions (Installing new actions) |
155 | 2024-11-14T03:19:17.552Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-11-14T03:19:17.933Z | Actions: Completed 5063 actions in 5.72 seconds. |
157 | 2024-11-14T03:19:18.307Z | Done (0.366s) |
158 | 2024-11-14T03:19:18.309Z | Done (0.000s) |
159 | 2024-11-14T03:19:18.835Z | Done (0.527s) |
160 | 2024-11-14T03:19:24.477Z | Done (5.429s) |
161 | 2024-11-14T03:19:24.727Z | Done (0.176s) |
162 | 2024-11-14T03:19:24.730Z | Done (0.000s) |
163 | 2024-11-14T03:19:25.048Z | Done (0.000s) |
164 | 2024-11-14T03:19:25.728Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-11-14T03:19:25.892Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-11-14T03:19:25.894Z | Planning: Consolidating action changes ... Done |
167 | 2024-11-14T03:19:26.164Z | Planning: Evaluating mediators ... Done |
168 | 2024-11-14T03:19:26.166Z | Planning: Planning completed in 0.44 seconds |
169 | 2024-11-14T03:19:26.203Z | Mediators to change: 2 |
170 | 2024-11-14T03:19:26.203Z | Create boot environment: No |
171 | 2024-11-14T03:19:26.206Z | Create backup boot environment: No |
172 | 2024-11-14T03:19:26.290Z | Done |
173 | 2024-11-14T03:19:26.291Z | Done |
174 | 2024-11-14T03:19:26.636Z | Done |
175 | 2024-11-14T03:19:30.205Z | Done |
176 | 2024-11-14T03:19:30.297Z | Done |
177 | 2024-11-14T03:19:30.300Z | Done |
178 | 2024-11-14T03:19:30.858Z | Done |
179 | 2024-11-14T03:19:31.473Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-11-14T03:19:31.477Z | Planning: Merging actions ... Done |
181 | 2024-11-14T03:19:31.670Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-11-14T03:19:31.673Z | Planning: Consolidating action changes ... Done |
183 | 2024-11-14T03:19:31.939Z | Planning: Evaluating mediators ... Done |
184 | 2024-11-14T03:19:31.995Z | Planning: Planning completed in 0.77 seconds |
185 | 2024-11-14T03:19:32.035Z | Packages to change: 1 |
186 | 2024-11-14T03:19:32.035Z | Mediators to change: 1 |
187 | 2024-11-14T03:19:32.035Z | Services to change: 1 |
188 | 2024-11-14T03:19:32.035Z | Create boot environment: No |
189 | 2024-11-14T03:19:32.038Z | Create backup boot environment: Yes |
190 | 2024-11-14T03:19:34.194Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-11-14T03:19:34.232Z | Actions: Completed 6 actions in 0.04 seconds. |
192 | 2024-11-14T03:19:34.235Z | Done |
193 | 2024-11-14T03:19:34.235Z | Done |
194 | 2024-11-14T03:19:34.340Z | Done |
195 | 2024-11-14T03:19:38.092Z | Done |
196 | 2024-11-14T03:19:38.184Z | Done |
197 | 2024-11-14T03:19:38.187Z | Done |
198 | 2024-11-14T03:19:38.492Z | Done |
199 | 2024-11-14T03:19:38.922Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-11-14T03:19:38.922Z | clang system 15 system |
201 | 2024-11-14T03:19:38.922Z | csh system system illumos |
202 | 2024-11-14T03:19:38.922Z | ctags system system illumos |
203 | 2024-11-14T03:19:38.923Z | gcc vendor 12 vendor |
204 | 2024-11-14T03:19:38.923Z | gcc system 10 system |
205 | 2024-11-14T03:19:38.923Z | gcc system 7 system |
206 | 2024-11-14T03:19:38.923Z | go system 1.20 system |
207 | 2024-11-14T03:19:38.923Z | go system 1.19 system |
208 | 2024-11-14T03:19:38.923Z | llvm system 15 system |
209 | 2024-11-14T03:19:38.923Z | llvm system 14 system |
210 | 2024-11-14T03:19:38.923Z | mariadb system 10.6 system |
211 | 2024-11-14T03:19:38.923Z | mta vendor vendor dma |
212 | 2024-11-14T03:19:38.923Z | openjdk system 17 system |
213 | 2024-11-14T03:19:38.923Z | openjdk system 11 system |
214 | 2024-11-14T03:19:38.923Z | openjdk system 1.8 system |
215 | 2024-11-14T03:19:38.923Z | openssl vendor 3 vendor |
216 | 2024-11-14T03:19:38.923Z | perl system 5.36 system |
217 | 2024-11-14T03:19:38.923Z | postgresql system 15 system |
218 | 2024-11-14T03:19:38.923Z | postgresql system 13 system |
219 | 2024-11-14T03:19:38.923Z | python vendor 3 vendor |
220 | 2024-11-14T03:19:38.923Z | python system 2 system |
221 | 2024-11-14T03:19:38.923Z | python3 system 3.11 system |
222 | 2024-11-14T03:19:38.923Z | ruby system 3.0 system |
223 | 2024-11-14T03:19:38.924Z | words vendor vendor american-english |
224 | 2024-11-14T03:19:38.924Z | words system system australian-english |
225 | 2024-11-14T03:19:38.924Z | words system system british-english |
226 | 2024-11-14T03:19:38.924Z | words system system canadian-english |
227 | 2024-11-14T03:19:38.924Z | words system system french |
228 | 2024-11-14T03:19:38.924Z | words system system italian |
229 | 2024-11-14T03:19:38.924Z | words system system ngerman |
230 | 2024-11-14T03:19:38.924Z | words system system ogerman |
231 | 2024-11-14T03:19:38.924Z | words system system spanish |
232 | 2024-11-14T03:19:39.254Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-11-14T03:19:39.254Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-11-14T03:19:41.761Z | FMRI IFO |
235 | 2024-11-14T03:19:41.761Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-11-14T03:19:41.761Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-11-14T03:19:41.762Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-11-14T03:19:42.495Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-11-14T03:19:43.213Z | Updating crates.io index |
252 | 2024-11-14T03:19:43.216Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-11-14T03:19:45.278Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-11-14T03:19:45.980Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-11-14T03:19:46.563Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-11-14T03:19:47.161Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-11-14T03:19:50.695Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-11-14T03:19:56.012Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-11-14T03:19:58.591Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-11-14T03:20:02.661Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-11-14T03:20:03.388Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-11-14T03:20:04.019Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-11-14T03:20:05.566Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-11-14T03:20:06.161Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-11-14T03:20:07.005Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-11-14T03:20:07.717Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-11-14T03:20:08.303Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-11-14T03:20:08.820Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-11-14T03:20:09.521Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-11-14T03:20:10.336Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-11-14T03:20:11.179Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-11-14T03:20:11.782Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-11-14T03:20:12.844Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-11-14T03:20:13.434Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-11-14T03:20:14.410Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-11-14T03:20:15.417Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
277 | 2024-11-14T03:20:16.163Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
278 | 2024-11-14T03:20:16.953Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
279 | 2024-11-14T03:20:18.633Z | Downloading crates ... |
280 | 2024-11-14T03:20:18.749Z | Downloaded cpufeatures v0.2.14 |
281 | 2024-11-14T03:20:18.757Z | Downloaded dtrace-parser v0.2.0 |
282 | 2024-11-14T03:20:18.769Z | Downloaded pretty-hex v0.4.1 |
283 | 2024-11-14T03:20:18.771Z | Downloaded pest_generator v2.7.14 |
284 | 2024-11-14T03:20:18.774Z | Downloaded toml_datetime v0.6.8 |
285 | 2024-11-14T03:20:18.774Z | Downloaded plain v0.2.3 |
286 | 2024-11-14T03:20:18.774Z | Downloaded generic-array v0.14.7 |
287 | 2024-11-14T03:20:18.777Z | Downloaded errno v0.3.9 |
288 | 2024-11-14T03:20:18.780Z | Downloaded anstyle-query v1.1.1 |
289 | 2024-11-14T03:20:18.780Z | Downloaded byteorder v1.5.0 |
290 | 2024-11-14T03:20:18.782Z | Downloaded fnv v1.0.7 |
291 | 2024-11-14T03:20:18.785Z | Downloaded memmap v0.7.0 |
292 | 2024-11-14T03:20:18.785Z | Downloaded thiserror-impl v1.0.69 |
293 | 2024-11-14T03:20:18.787Z | Downloaded sha2 v0.10.8 |
294 | 2024-11-14T03:20:18.790Z | Downloaded dof v0.3.0 |
295 | 2024-11-14T03:20:18.796Z | Downloaded usdt-macro v0.5.0 |
296 | 2024-11-14T03:20:18.799Z | Downloaded tempfile v3.13.0 |
297 | 2024-11-14T03:20:18.802Z | Downloaded version_check v0.9.5 |
298 | 2024-11-14T03:20:18.802Z | Downloaded proc-macro-error-attr v1.0.4 |
299 | 2024-11-14T03:20:18.804Z | Downloaded bitflags v2.6.0 |
300 | 2024-11-14T03:20:18.807Z | Downloaded semver v1.0.23 |
301 | 2024-11-14T03:20:18.810Z | Downloaded pest v2.7.14 |
302 | 2024-11-14T03:20:18.814Z | Downloaded ryu v1.0.18 |
303 | 2024-11-14T03:20:18.817Z | Downloaded clap_derive v4.5.18 |
304 | 2024-11-14T03:20:18.820Z | Downloaded ucd-trie v0.1.7 |
305 | 2024-11-14T03:20:18.822Z | Downloaded indexmap v2.6.0 |
306 | 2024-11-14T03:20:18.825Z | Downloaded clap v4.5.20 |
307 | 2024-11-14T03:20:18.836Z | Downloaded memchr v2.7.4 |
308 | 2024-11-14T03:20:18.840Z | Downloaded hashbrown v0.15.0 |
309 | 2024-11-14T03:20:18.845Z | Downloaded serde_json v1.0.132 |
310 | 2024-11-14T03:20:18.853Z | Downloaded cargo_toml v0.20.5 |
311 | 2024-11-14T03:20:18.856Z | Downloaded anstream v0.6.15 |
312 | 2024-11-14T03:20:18.858Z | Downloaded scroll_derive v0.12.0 |
313 | 2024-11-14T03:20:18.858Z | Downloaded fastrand v2.1.1 |
314 | 2024-11-14T03:20:18.860Z | Downloaded zerocopy v0.7.35 |
315 | 2024-11-14T03:20:18.876Z | Downloaded swrite v0.1.0 |
316 | 2024-11-14T03:20:18.878Z | Downloaded cfg-if v1.0.0 |
317 | 2024-11-14T03:20:18.878Z | Downloaded cargo-platform v0.1.8 |
318 | 2024-11-14T03:20:18.882Z | Downloaded is_terminal_polyfill v1.70.1 |
319 | 2024-11-14T03:20:18.882Z | Downloaded heck v0.4.1 |
320 | 2024-11-14T03:20:18.882Z | Downloaded fs-err v2.11.0 |
321 | 2024-11-14T03:20:18.884Z | Downloaded equivalent v1.0.1 |
322 | 2024-11-14T03:20:18.884Z | Downloaded heck v0.5.0 |
323 | 2024-11-14T03:20:18.887Z | Downloaded camino-tempfile v1.1.1 |
324 | 2024-11-14T03:20:18.890Z | Downloaded usdt-attr-macro v0.5.0 |
325 | 2024-11-14T03:20:18.893Z | Downloaded tabled_derive v0.7.0 |
326 | 2024-11-14T03:20:18.893Z | Downloaded crypto-common v0.1.6 |
327 | 2024-11-14T03:20:18.896Z | Downloaded clap_lex v0.7.2 |
328 | 2024-11-14T03:20:18.900Z | Downloaded thread-id v4.2.2 |
329 | 2024-11-14T03:20:18.900Z | Downloaded digest v0.10.7 |
330 | 2024-11-14T03:20:18.902Z | Downloaded colorchoice v1.0.2 |
331 | 2024-11-14T03:20:18.905Z | Downloaded serde_spanned v0.6.8 |
332 | 2024-11-14T03:20:18.905Z | Downloaded scroll v0.12.0 |
333 | 2024-11-14T03:20:18.907Z | Downloaded quote v1.0.37 |
334 | 2024-11-14T03:20:18.910Z | Downloaded cargo_metadata v0.18.1 |
335 | 2024-11-14T03:20:18.912Z | Downloaded utf8parse v0.2.2 |
336 | 2024-11-14T03:20:18.913Z | Downloaded strsim v0.11.1 |
337 | 2024-11-14T03:20:18.913Z | Downloaded anstyle-parse v0.2.5 |
338 | 2024-11-14T03:20:18.915Z | Downloaded tabled v0.15.0 |
339 | 2024-11-14T03:20:18.930Z | Downloaded usdt-impl v0.5.0 |
340 | 2024-11-14T03:20:18.932Z | Downloaded pest_derive v2.7.14 |
341 | 2024-11-14T03:20:18.935Z | Downloaded macaddr v1.0.1 |
342 | 2024-11-14T03:20:18.935Z | Downloaded usdt v0.5.0 |
343 | 2024-11-14T03:20:18.935Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2024-11-14T03:20:18.938Z | Downloaded thiserror v1.0.69 |
345 | 2024-11-14T03:20:18.942Z | Downloaded toml v0.8.19 |
346 | 2024-11-14T03:20:18.945Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2024-11-14T03:20:18.948Z | Downloaded proc-macro2 v1.0.89 |
348 | 2024-11-14T03:20:18.951Z | Downloaded unicode-ident v1.0.13 |
349 | 2024-11-14T03:20:18.954Z | Downloaded log v0.4.22 |
350 | 2024-11-14T03:20:18.956Z | Downloaded camino v1.1.9 |
351 | 2024-11-14T03:20:18.959Z | Downloaded pest_meta v2.7.14 |
352 | 2024-11-14T03:20:18.961Z | Downloaded textwrap v0.16.1 |
353 | 2024-11-14T03:20:18.964Z | Downloaded anyhow v1.0.93 |
354 | 2024-11-14T03:20:18.970Z | Downloaded typenum v1.17.0 |
355 | 2024-11-14T03:20:18.970Z | Downloaded papergrid v0.11.0 |
356 | 2024-11-14T03:20:18.974Z | Downloaded unicode-width v0.1.14 |
357 | 2024-11-14T03:20:18.980Z | Downloaded serde v1.0.215 |
358 | 2024-11-14T03:20:18.983Z | Downloaded serde_derive v1.0.215 |
359 | 2024-11-14T03:20:18.986Z | Downloaded terminal_size v0.4.0 |
360 | 2024-11-14T03:20:18.989Z | Downloaded toml_edit v0.22.22 |
361 | 2024-11-14T03:20:19.009Z | Downloaded smawk v0.3.2 |
362 | 2024-11-14T03:20:19.011Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2024-11-14T03:20:19.011Z | Downloaded proc-macro-error v1.0.4 |
364 | 2024-11-14T03:20:19.014Z | Downloaded once_cell v1.20.2 |
365 | 2024-11-14T03:20:19.017Z | Downloaded block-buffer v0.10.4 |
366 | 2024-11-14T03:20:19.019Z | Downloaded itoa v1.0.11 |
367 | 2024-11-14T03:20:19.019Z | Downloaded winnow v0.6.20 |
368 | 2024-11-14T03:20:19.028Z | Downloaded bytecount v0.6.8 |
369 | 2024-11-14T03:20:19.030Z | Downloaded clap_builder v4.5.20 |
370 | 2024-11-14T03:20:19.036Z | Downloaded autocfg v1.4.0 |
371 | 2024-11-14T03:20:19.039Z | Downloaded goblin v0.8.2 |
372 | 2024-11-14T03:20:19.044Z | Downloaded syn v1.0.109 |
373 | 2024-11-14T03:20:19.054Z | Downloaded anstyle v1.0.10 |
374 | 2024-11-14T03:20:19.056Z | Downloaded syn v2.0.87 |
375 | 2024-11-14T03:20:19.066Z | Downloaded rustix v0.38.37 |
376 | 2024-11-14T03:20:19.103Z | Downloaded libc v0.2.162 |
377 | 2024-11-14T03:20:19.407Z | Compiling proc-macro2 v1.0.89 |
378 | 2024-11-14T03:20:19.407Z | Compiling unicode-ident v1.0.13 |
379 | 2024-11-14T03:20:19.407Z | Compiling serde v1.0.215 |
380 | 2024-11-14T03:20:19.410Z | Compiling version_check v0.9.5 |
381 | 2024-11-14T03:20:19.410Z | Compiling memchr v2.7.4 |
382 | 2024-11-14T03:20:19.410Z | Compiling thiserror v1.0.69 |
383 | 2024-11-14T03:20:19.410Z | Compiling libc v0.2.162 |
384 | 2024-11-14T03:20:19.410Z | Compiling ryu v1.0.18 |
385 | 2024-11-14T03:20:19.659Z | Compiling itoa v1.0.11 |
386 | 2024-11-14T03:20:19.893Z | Compiling ucd-trie v0.1.7 |
387 | 2024-11-14T03:20:20.233Z | Compiling once_cell v1.20.2 |
388 | 2024-11-14T03:20:20.445Z | Compiling byteorder v1.5.0 |
389 | 2024-11-14T03:20:20.860Z | Compiling serde_json v1.0.132 |
390 | 2024-11-14T03:20:20.904Z | Compiling rustix v0.38.37 |
391 | 2024-11-14T03:20:20.907Z | Compiling bitflags v2.6.0 |
392 | 2024-11-14T03:20:21.080Z | Compiling usdt-impl v0.5.0 |
393 | 2024-11-14T03:20:21.206Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-11-14T03:20:21.287Z | Compiling syn v1.0.109 |
395 | 2024-11-14T03:20:21.343Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-11-14T03:20:21.532Z | Compiling log v0.4.22 |
397 | 2024-11-14T03:20:21.554Z | Compiling plain v0.2.3 |
398 | 2024-11-14T03:20:21.610Z | Compiling camino v1.1.9 |
399 | 2024-11-14T03:20:21.743Z | Compiling equivalent v1.0.1 |
400 | 2024-11-14T03:20:21.767Z | Compiling utf8parse v0.2.2 |
401 | 2024-11-14T03:20:21.866Z | Compiling hashbrown v0.15.0 |
402 | 2024-11-14T03:20:21.940Z | Compiling quote v1.0.37 |
403 | 2024-11-14T03:20:21.960Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-11-14T03:20:22.030Z | Compiling thread-id v4.2.2 |
405 | 2024-11-14T03:20:22.221Z | Compiling errno v0.3.9 |
406 | 2024-11-14T03:20:22.316Z | Compiling syn v2.0.87 |
407 | 2024-11-14T03:20:22.473Z | Compiling winnow v0.6.20 |
408 | 2024-11-14T03:20:22.553Z | Compiling is_terminal_polyfill v1.70.1 |
409 | 2024-11-14T03:20:22.656Z | Compiling colorchoice v1.0.2 |
410 | 2024-11-14T03:20:22.688Z | Compiling pretty-hex v0.4.1 |
411 | 2024-11-14T03:20:22.827Z | Compiling unicode-width v0.1.14 |
412 | 2024-11-14T03:20:22.908Z | Compiling semver v1.0.23 |
413 | 2024-11-14T03:20:23.118Z | Compiling indexmap v2.6.0 |
414 | 2024-11-14T03:20:23.340Z | Compiling anstyle v1.0.10 |
415 | 2024-11-14T03:20:23.469Z | Compiling anstyle-query v1.1.1 |
416 | 2024-11-14T03:20:23.600Z | Compiling autocfg v1.4.0 |
417 | 2024-11-14T03:20:23.836Z | Compiling anstream v0.6.15 |
418 | 2024-11-14T03:20:24.283Z | Compiling cfg-if v1.0.0 |
419 | 2024-11-14T03:20:24.386Z | Compiling clap_lex v0.7.2 |
420 | 2024-11-14T03:20:24.600Z | Compiling bytecount v0.6.8 |
421 | 2024-11-14T03:20:24.603Z | Compiling fastrand v2.1.1 |
422 | 2024-11-14T03:20:24.801Z | Compiling fs-err v2.11.0 |
423 | 2024-11-14T03:20:24.833Z | Compiling terminal_size v0.4.0 |
424 | 2024-11-14T03:20:25.055Z | Compiling fnv v1.0.7 |
425 | 2024-11-14T03:20:25.091Z | Compiling anyhow v1.0.93 |
426 | 2024-11-14T03:20:25.192Z | Compiling strsim v0.11.1 |
427 | 2024-11-14T03:20:25.396Z | Compiling heck v0.5.0 |
428 | 2024-11-14T03:20:25.423Z | Compiling heck v0.4.1 |
429 | 2024-11-14T03:20:25.933Z | Compiling clap_builder v4.5.20 |
430 | 2024-11-14T03:20:25.935Z | Compiling tempfile v3.13.0 |
431 | 2024-11-14T03:20:25.979Z | Compiling papergrid v0.11.0 |
432 | 2024-11-14T03:20:26.120Z | Compiling memmap v0.7.0 |
433 | 2024-11-14T03:20:26.242Z | Compiling smawk v0.3.2 |
434 | 2024-11-14T03:20:26.327Z | Compiling unicode-linebreak v0.1.5 |
435 | 2024-11-14T03:20:26.819Z | Compiling textwrap v0.16.1 |
436 | 2024-11-14T03:20:26.841Z | Compiling swrite v0.1.0 |
437 | 2024-11-14T03:20:27.973Z | Compiling tabled_derive v0.7.0 |
438 | 2024-11-14T03:20:29.592Z | Compiling tabled v0.15.0 |
439 | 2024-11-14T03:20:31.387Z | Compiling serde_derive v1.0.215 |
440 | 2024-11-14T03:20:31.393Z | Compiling thiserror-impl v1.0.69 |
441 | 2024-11-14T03:20:31.393Z | Compiling zerocopy-derive v0.7.35 |
442 | 2024-11-14T03:20:31.393Z | Compiling scroll_derive v0.12.0 |
443 | 2024-11-14T03:20:31.637Z | Compiling clap_derive v4.5.18 |
444 | 2024-11-14T03:20:32.713Z | Compiling scroll v0.12.0 |
445 | 2024-11-14T03:20:33.282Z | Compiling goblin v0.8.2 |
446 | 2024-11-14T03:20:33.395Z | Compiling zerocopy v0.7.35 |
447 | 2024-11-14T03:20:34.165Z | Compiling pest v2.7.14 |
448 | 2024-11-14T03:20:35.594Z | Compiling clap v4.5.20 |
449 | 2024-11-14T03:20:36.393Z | Compiling pest_meta v2.7.14 |
450 | 2024-11-14T03:20:37.239Z | Compiling pest_generator v2.7.14 |
451 | 2024-11-14T03:20:39.209Z | Compiling pest_derive v2.7.14 |
452 | 2024-11-14T03:20:39.905Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-11-14T03:20:41.647Z | Compiling serde_tokenstream v0.2.2 |
454 | 2024-11-14T03:20:41.759Z | Compiling toml_datetime v0.6.8 |
455 | 2024-11-14T03:20:41.759Z | Compiling serde_spanned v0.6.8 |
456 | 2024-11-14T03:20:41.905Z | Compiling cargo-platform v0.1.8 |
457 | 2024-11-14T03:20:42.173Z | Compiling toml_edit v0.22.22 |
458 | 2024-11-14T03:20:42.228Z | Compiling macaddr v1.0.1 |
459 | 2024-11-14T03:20:42.432Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-11-14T03:20:43.189Z | Compiling dof v0.3.0 |
461 | 2024-11-14T03:20:43.279Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-11-14T03:20:45.020Z | Compiling usdt-macro v0.5.0 |
463 | 2024-11-14T03:20:45.020Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-11-14T03:20:45.099Z | Compiling toml v0.8.19 |
465 | 2024-11-14T03:20:45.969Z | Compiling cargo_toml v0.20.5 |
466 | 2024-11-14T03:20:46.433Z | Compiling usdt v0.5.0 |
467 | 2024-11-14T03:20:49.540Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-11-14T03:20:53.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
469 | 2024-11-14T03:20:54.071Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-11-14T03:20:54.592Z | Downloading crates ... |
471 | 2024-11-14T03:20:54.720Z | Downloaded atty v0.2.14 |
472 | 2024-11-14T03:20:54.722Z | Downloaded adler2 v2.0.0 |
473 | 2024-11-14T03:20:54.725Z | Downloaded base16ct v0.2.0 |
474 | 2024-11-14T03:20:54.727Z | Downloaded async-trait v0.1.83 |
475 | 2024-11-14T03:20:54.735Z | Downloaded hex v0.4.3 |
476 | 2024-11-14T03:20:54.738Z | Downloaded ciborium-io v0.2.2 |
477 | 2024-11-14T03:20:54.738Z | Downloaded cfg_aliases v0.1.1 |
478 | 2024-11-14T03:20:54.742Z | Downloaded home v0.5.9 |
479 | 2024-11-14T03:20:54.745Z | Downloaded headers-core v0.3.0 |
480 | 2024-11-14T03:20:54.745Z | Downloaded lru-cache v0.1.2 |
481 | 2024-11-14T03:20:54.748Z | Downloaded httpdate v1.0.3 |
482 | 2024-11-14T03:20:54.748Z | Downloaded cstr-argument v0.1.2 |
483 | 2024-11-14T03:20:54.750Z | Downloaded crucible-workspace-hack v0.1.0 |
484 | 2024-11-14T03:20:54.750Z | Downloaded ident_case v1.0.1 |
485 | 2024-11-14T03:20:54.750Z | Downloaded icu_provider v1.5.0 |
486 | 2024-11-14T03:20:54.755Z | Downloaded is_ci v1.2.0 |
487 | 2024-11-14T03:20:54.758Z | Downloaded hubpack_derive v0.1.1 |
488 | 2024-11-14T03:20:54.758Z | Downloaded cassowary v0.3.0 |
489 | 2024-11-14T03:20:54.760Z | Downloaded icu_normalizer_data v1.5.0 |
490 | 2024-11-14T03:20:54.763Z | Downloaded heck v0.3.3 |
491 | 2024-11-14T03:20:54.766Z | Downloaded buf-list v1.0.3 |
492 | 2024-11-14T03:20:54.768Z | Downloaded linked-hash-map v0.5.6 |
493 | 2024-11-14T03:20:54.771Z | Downloaded maplit v1.0.2 |
494 | 2024-11-14T03:20:54.771Z | Downloaded keccak v0.1.5 |
495 | 2024-11-14T03:20:54.774Z | Downloaded memoffset v0.9.1 |
496 | 2024-11-14T03:20:54.776Z | Downloaded libefi-sys v0.1.0 |
497 | 2024-11-14T03:20:54.779Z | Downloaded lalrpop-util v0.19.12 |
498 | 2024-11-14T03:20:54.779Z | Downloaded blake2 v0.10.6 |
499 | 2024-11-14T03:20:54.782Z | Downloaded mime_guess v2.0.5 |
500 | 2024-11-14T03:20:54.784Z | Downloaded icu_locid_transform_data v1.5.0 |
501 | 2024-11-14T03:20:54.787Z | Downloaded libsw v3.3.1 |
502 | 2024-11-14T03:20:54.789Z | Downloaded const-oid v0.9.6 |
503 | 2024-11-14T03:20:54.793Z | Downloaded bb8 v0.8.5 |
504 | 2024-11-14T03:20:54.795Z | Downloaded icu_collections v1.5.0 |
505 | 2024-11-14T03:20:54.801Z | Downloaded http-body-util v0.1.2 |
506 | 2024-11-14T03:20:54.803Z | Downloaded rustc_version v0.1.7 |
507 | 2024-11-14T03:20:54.806Z | Downloaded cookie_store v0.21.0 |
508 | 2024-11-14T03:20:54.809Z | Downloaded crossbeam-utils v0.8.20 |
509 | 2024-11-14T03:20:54.811Z | Downloaded clang-sys v1.8.1 |
510 | 2024-11-14T03:20:54.815Z | Downloaded libm v0.2.8 |
511 | 2024-11-14T03:20:54.825Z | Downloaded shell-words v1.1.0 |
512 | 2024-11-14T03:20:54.827Z | Downloaded atomic-waker v1.1.2 |
513 | 2024-11-14T03:20:54.830Z | Downloaded primeorder v0.13.6 |
514 | 2024-11-14T03:20:54.830Z | Downloaded argon2 v0.5.3 |
515 | 2024-11-14T03:20:54.833Z | Downloaded itertools v0.13.0 |
516 | 2024-11-14T03:20:54.841Z | Downloaded stringprep v0.1.5 |
517 | 2024-11-14T03:20:54.844Z | Downloaded arrayvec v0.7.6 |
518 | 2024-11-14T03:20:54.847Z | Downloaded ron v0.8.1 |
519 | 2024-11-14T03:20:54.853Z | Downloaded xattr v1.3.1 |
520 | 2024-11-14T03:20:54.856Z | Downloaded tokio-rustls v0.25.0 |
521 | 2024-11-14T03:20:54.858Z | Downloaded r2d2 v0.8.10 |
522 | 2024-11-14T03:20:54.862Z | Downloaded assert_matches v1.5.0 |
523 | 2024-11-14T03:20:54.872Z | Downloaded cfg_aliases v0.2.1 |
524 | 2024-11-14T03:20:54.872Z | Downloaded uzers v0.12.1 |
525 | 2024-11-14T03:20:54.872Z | Downloaded zeroize v1.8.1 |
526 | 2024-11-14T03:20:54.872Z | Downloaded crunchy v0.2.2 |
527 | 2024-11-14T03:20:54.872Z | Downloaded tap v1.0.1 |
528 | 2024-11-14T03:20:54.872Z | Downloaded addr2line v0.24.2 |
529 | 2024-11-14T03:20:54.874Z | Downloaded base64 v0.22.1 |
530 | 2024-11-14T03:20:54.878Z | Downloaded quick-error v1.2.3 |
531 | 2024-11-14T03:20:54.880Z | Downloaded hyper v1.5.0 |
532 | 2024-11-14T03:20:54.889Z | Downloaded sha1 v0.10.6 |
533 | 2024-11-14T03:20:54.891Z | Downloaded der v0.7.9 |
534 | 2024-11-14T03:20:54.897Z | Downloaded zerofrom v0.1.4 |
535 | 2024-11-14T03:20:54.900Z | Downloaded waitgroup v0.1.2 |
536 | 2024-11-14T03:20:54.902Z | Downloaded hickory-client v0.24.1 |
537 | 2024-11-14T03:20:54.906Z | Downloaded hex-literal v0.4.1 |
538 | 2024-11-14T03:20:54.906Z | Downloaded convert_case v0.4.0 |
539 | 2024-11-14T03:20:54.909Z | Downloaded filetime v0.2.25 |
540 | 2024-11-14T03:20:54.909Z | Downloaded ciborium-ll v0.2.2 |
541 | 2024-11-14T03:20:54.912Z | Downloaded cbc v0.1.2 |
542 | 2024-11-14T03:20:54.912Z | Downloaded chacha20 v0.9.1 |
543 | 2024-11-14T03:20:54.915Z | Downloaded colored v2.1.0 |
544 | 2024-11-14T03:20:54.918Z | Downloaded futures-core v0.3.31 |
545 | 2024-11-14T03:20:54.920Z | Downloaded crossbeam-deque v0.8.5 |
546 | 2024-11-14T03:20:54.923Z | Downloaded crc v3.2.1 |
547 | 2024-11-14T03:20:54.925Z | Downloaded crc-catalog v2.4.0 |
548 | 2024-11-14T03:20:54.929Z | Downloaded curve25519-dalek-derive v0.1.1 |
549 | 2024-11-14T03:20:54.932Z | Downloaded regress v0.10.1 |
550 | 2024-11-14T03:20:54.939Z | Downloaded hickory-proto v0.24.1 |
551 | 2024-11-14T03:20:54.959Z | Downloaded foreign-types-shared v0.1.1 |
552 | 2024-11-14T03:20:54.962Z | Downloaded http-body v1.0.1 |
553 | 2024-11-14T03:20:54.962Z | Downloaded hostname v0.4.0 |
554 | 2024-11-14T03:20:54.965Z | Downloaded hostname v0.3.1 |
555 | 2024-11-14T03:20:54.965Z | Downloaded allocator-api2 v0.2.18 |
556 | 2024-11-14T03:20:54.969Z | Downloaded salsa20 v0.10.2 |
557 | 2024-11-14T03:20:54.971Z | Downloaded rusty-fork v0.3.0 |
558 | 2024-11-14T03:20:54.974Z | Downloaded rustversion v1.0.17 |
559 | 2024-11-14T03:20:54.977Z | Downloaded synstructure v0.13.1 |
560 | 2024-11-14T03:20:54.977Z | Downloaded md5 v0.7.0 |
561 | 2024-11-14T03:20:54.980Z | Downloaded crc32fast v1.4.2 |
562 | 2024-11-14T03:20:54.982Z | Downloaded hubpack v0.1.2 |
563 | 2024-11-14T03:20:54.985Z | Downloaded console v0.15.8 |
564 | 2024-11-14T03:20:54.987Z | Downloaded newtype-uuid v1.1.3 |
565 | 2024-11-14T03:20:54.989Z | Downloaded num_enum v0.5.11 |
566 | 2024-11-14T03:20:54.995Z | Downloaded num-conv v0.1.0 |
567 | 2024-11-14T03:20:54.999Z | Downloaded httparse v1.9.5 |
568 | 2024-11-14T03:20:55.002Z | Downloaded is-terminal v0.4.13 |
569 | 2024-11-14T03:20:55.002Z | Downloaded num-derive v0.4.2 |
570 | 2024-11-14T03:20:55.008Z | Downloaded mime v0.3.17 |
571 | 2024-11-14T03:20:55.008Z | Downloaded lockfree-object-pool v0.1.6 |
572 | 2024-11-14T03:20:55.011Z | Downloaded precomputed-hash v0.1.1 |
573 | 2024-11-14T03:20:55.011Z | Downloaded zerofrom-derive v0.1.4 |
574 | 2024-11-14T03:20:55.014Z | Downloaded maybe-uninit v2.0.0 |
575 | 2024-11-14T03:20:55.014Z | Downloaded managed v0.8.0 |
576 | 2024-11-14T03:20:55.014Z | Downloaded lazy_static v1.5.0 |
577 | 2024-11-14T03:20:55.017Z | Downloaded psl-types v2.0.11 |
578 | 2024-11-14T03:20:55.019Z | Downloaded enum-as-inner v0.5.1 |
579 | 2024-11-14T03:20:55.022Z | Downloaded dirs-next v2.0.0 |
580 | 2024-11-14T03:20:55.025Z | Downloaded cipher v0.4.4 |
581 | 2024-11-14T03:20:55.025Z | Downloaded arc-swap v1.7.1 |
582 | 2024-11-14T03:20:55.030Z | Downloaded sigpipe v0.1.3 |
583 | 2024-11-14T03:20:55.032Z | Downloaded dirs-sys-next v0.1.2 |
584 | 2024-11-14T03:20:55.032Z | Downloaded slog-stdlog v4.1.1 |
585 | 2024-11-14T03:20:55.035Z | Downloaded crossbeam-epoch v0.9.18 |
586 | 2024-11-14T03:20:55.038Z | Downloaded newtype_derive v0.1.6 |
587 | 2024-11-14T03:20:55.040Z | Downloaded ipnet v2.10.1 |
588 | 2024-11-14T03:20:55.043Z | Downloaded crc-any v2.5.0 |
589 | 2024-11-14T03:20:55.046Z | Downloaded num-iter v0.1.45 |
590 | 2024-11-14T03:20:55.046Z | Downloaded num-integer v0.1.46 |
591 | 2024-11-14T03:20:55.049Z | Downloaded slog-bunyan v2.5.0 |
592 | 2024-11-14T03:20:55.051Z | Downloaded memmap2 v0.9.5 |
593 | 2024-11-14T03:20:55.054Z | Downloaded fd-lock v4.0.2 |
594 | 2024-11-14T03:20:55.056Z | Downloaded progenitor-impl v0.8.0 |
595 | 2024-11-14T03:20:55.059Z | Downloaded rustc-hash v2.0.0 |
596 | 2024-11-14T03:20:55.061Z | Downloaded parse-display-derive v0.10.0 |
597 | 2024-11-14T03:20:55.064Z | Downloaded icu_locid_transform v1.5.0 |
598 | 2024-11-14T03:20:55.066Z | Downloaded icu_locid v1.5.0 |
599 | 2024-11-14T03:20:55.072Z | Downloaded structmeta-derive v0.2.0 |
600 | 2024-11-14T03:20:55.074Z | Downloaded stable_deref_trait v1.2.0 |
601 | 2024-11-14T03:20:55.076Z | Downloaded parse-size v1.1.0 |
602 | 2024-11-14T03:20:55.076Z | Downloaded predicates v3.1.2 |
603 | 2024-11-14T03:20:55.079Z | Downloaded strum v0.26.3 |
604 | 2024-11-14T03:20:55.082Z | Downloaded ff v0.13.0 |
605 | 2024-11-14T03:20:55.085Z | Downloaded display-error-chain v0.2.2 |
606 | 2024-11-14T03:20:55.087Z | Downloaded tokio-native-tls v0.3.1 |
607 | 2024-11-14T03:20:55.087Z | Downloaded futures-sink v0.3.31 |
608 | 2024-11-14T03:20:55.090Z | Downloaded strip-ansi-escapes v0.2.0 |
609 | 2024-11-14T03:20:55.090Z | Downloaded scheduled-thread-pool v0.2.7 |
610 | 2024-11-14T03:20:55.092Z | Downloaded rustc_version v0.4.1 |
611 | 2024-11-14T03:20:55.095Z | Downloaded paste v1.0.15 |
612 | 2024-11-14T03:20:55.098Z | Downloaded smallvec v0.6.14 |
613 | 2024-11-14T03:20:55.100Z | Downloaded opaque-debug v0.3.1 |
614 | 2024-11-14T03:20:55.103Z | Downloaded downcast v0.11.0 |
615 | 2024-11-14T03:20:55.103Z | Downloaded yoke-derive v0.7.4 |
616 | 2024-11-14T03:20:55.106Z | Downloaded num-rational v0.4.2 |
617 | 2024-11-14T03:20:55.108Z | Downloaded uuid v1.11.0 |
618 | 2024-11-14T03:20:55.110Z | Downloaded tokio-rustls v0.26.0 |
619 | 2024-11-14T03:20:55.113Z | Downloaded pkcs5 v0.7.1 |
620 | 2024-11-14T03:20:55.119Z | Downloaded fallible-iterator v0.3.0 |
621 | 2024-11-14T03:20:55.121Z | Downloaded tokio-macros v2.4.0 |
622 | 2024-11-14T03:20:55.123Z | Downloaded slog-json v2.6.1 |
623 | 2024-11-14T03:20:55.126Z | Downloaded zerocopy v0.6.6 |
624 | 2024-11-14T03:20:55.129Z | Downloaded mirai-annotations v1.12.0 |
625 | 2024-11-14T03:20:55.129Z | Downloaded diesel_table_macro_syntax v0.2.0 |
626 | 2024-11-14T03:20:55.142Z | Downloaded unicase v2.7.0 |
627 | 2024-11-14T03:20:55.144Z | Downloaded progenitor-client v0.8.0 |
628 | 2024-11-14T03:20:55.147Z | Downloaded darling v0.20.10 |
629 | 2024-11-14T03:20:55.150Z | Downloaded futures v0.3.31 |
630 | 2024-11-14T03:20:55.156Z | Downloaded vte_generate_state_changes v0.1.2 |
631 | 2024-11-14T03:20:55.159Z | Downloaded phf_codegen v0.11.2 |
632 | 2024-11-14T03:20:55.161Z | Downloaded crypto-bigint v0.5.5 |
633 | 2024-11-14T03:20:55.167Z | Downloaded zerovec-derive v0.10.3 |
634 | 2024-11-14T03:20:55.170Z | Downloaded num-traits v0.2.19 |
635 | 2024-11-14T03:20:55.173Z | Downloaded serde-big-array v0.5.1 |
636 | 2024-11-14T03:20:55.175Z | Downloaded rfc6979 v0.4.0 |
637 | 2024-11-14T03:20:55.178Z | Downloaded funty v2.0.0 |
638 | 2024-11-14T03:20:55.181Z | Downloaded endian-type v0.1.2 |
639 | 2024-11-14T03:20:55.181Z | Downloaded signature v2.2.0 |
640 | 2024-11-14T03:20:55.181Z | Downloaded zeroize_derive v1.4.2 |
641 | 2024-11-14T03:20:55.183Z | Downloaded tower-service v0.3.3 |
642 | 2024-11-14T03:20:55.186Z | Downloaded env_logger v0.11.5 |
643 | 2024-11-14T03:20:55.189Z | Downloaded hickory-resolver v0.24.1 |
644 | 2024-11-14T03:20:55.193Z | Downloaded hash32 v0.3.1 |
645 | 2024-11-14T03:20:55.196Z | Downloaded futures-io v0.3.31 |
646 | 2024-11-14T03:20:55.198Z | Downloaded hickory-server v0.24.1 |
647 | 2024-11-14T03:20:55.204Z | Downloaded spin v0.5.2 |
648 | 2024-11-14T03:20:55.206Z | Downloaded oso-derive v0.27.3 |
649 | 2024-11-14T03:20:55.209Z | Downloaded signal-hook-tokio v0.3.1 |
650 | 2024-11-14T03:20:55.209Z | Downloaded resolv-conf v0.7.0 |
651 | 2024-11-14T03:20:55.212Z | Downloaded elliptic-curve v0.13.8 |
652 | 2024-11-14T03:20:55.216Z | Downloaded thiserror-impl-no-std v2.0.2 |
653 | 2024-11-14T03:20:55.219Z | Downloaded packed_struct_codegen v0.10.1 |
654 | 2024-11-14T03:20:55.221Z | Downloaded fxhash v0.2.1 |
655 | 2024-11-14T03:20:55.221Z | Downloaded pkcs1 v0.7.5 |
656 | 2024-11-14T03:20:55.224Z | Downloaded futures-macro v0.3.31 |
657 | 2024-11-14T03:20:55.226Z | Downloaded xz2 v0.1.7 |
658 | 2024-11-14T03:20:55.229Z | Downloaded serde-hex v0.1.0 |
659 | 2024-11-14T03:20:55.231Z | Downloaded progenitor v0.8.0 |
660 | 2024-11-14T03:20:55.234Z | Downloaded proc-macro-crate v1.3.1 |
661 | 2024-11-14T03:20:55.234Z | Downloaded sync_wrapper v1.0.1 |
662 | 2024-11-14T03:20:55.236Z | Downloaded peg-runtime v0.8.3 |
663 | 2024-11-14T03:20:55.236Z | Downloaded smf v0.2.3 |
664 | 2024-11-14T03:20:55.239Z | Downloaded displaydoc v0.2.5 |
665 | 2024-11-14T03:20:55.242Z | Downloaded packed_struct v0.10.1 |
666 | 2024-11-14T03:20:55.244Z | Downloaded utf16_iter v1.0.5 |
667 | 2024-11-14T03:20:55.247Z | Downloaded glob v0.3.1 |
668 | 2024-11-14T03:20:55.249Z | Downloaded mockall_derive v0.13.0 |
669 | 2024-11-14T03:20:55.252Z | Downloaded rayon-core v1.12.1 |
670 | 2024-11-14T03:20:55.255Z | Downloaded tls_codec v0.4.1 |
671 | 2024-11-14T03:20:55.258Z | Downloaded wyz v0.5.1 |
672 | 2024-11-14T03:20:55.261Z | Downloaded writeable v0.5.5 |
673 | 2024-11-14T03:20:55.264Z | Downloaded dsl_auto_type v0.1.2 |
674 | 2024-11-14T03:20:55.267Z | Downloaded steno v0.4.1 |
675 | 2024-11-14T03:20:55.270Z | Downloaded vte v0.11.1 |
676 | 2024-11-14T03:20:55.272Z | Downloaded zip v0.6.6 |
677 | 2024-11-14T03:20:55.279Z | Downloaded new_debug_unreachable v1.0.6 |
678 | 2024-11-14T03:20:55.282Z | Downloaded rustls-pemfile v1.0.4 |
679 | 2024-11-14T03:20:55.284Z | Downloaded getrandom v0.2.15 |
680 | 2024-11-14T03:20:55.287Z | Downloaded yoke v0.7.4 |
681 | 2024-11-14T03:20:55.290Z | Downloaded yasna v0.5.2 |
682 | 2024-11-14T03:20:55.293Z | Downloaded semver v0.1.20 |
683 | 2024-11-14T03:20:55.293Z | Downloaded form_urlencoded v1.2.1 |
684 | 2024-11-14T03:20:55.295Z | Downloaded supports-color v3.0.1 |
685 | 2024-11-14T03:20:55.298Z | Downloaded tinyvec v1.8.0 |
686 | 2024-11-14T03:20:55.300Z | Downloaded subtle v2.6.1 |
687 | 2024-11-14T03:20:55.303Z | Downloaded postgres-types v0.2.8 |
688 | 2024-11-14T03:20:55.305Z | Downloaded tungstenite v0.23.0 |
689 | 2024-11-14T03:20:55.310Z | Downloaded try-lock v0.2.5 |
690 | 2024-11-14T03:20:55.312Z | Downloaded debug-ignore v1.0.5 |
691 | 2024-11-14T03:20:55.315Z | Downloaded rustyline v14.0.0 |
692 | 2024-11-14T03:20:55.320Z | Downloaded sqlparser_derive v0.2.2 |
693 | 2024-11-14T03:20:55.323Z | Downloaded float-cmp v0.9.0 |
694 | 2024-11-14T03:20:55.325Z | Downloaded pkg-config v0.3.31 |
695 | 2024-11-14T03:20:55.325Z | Downloaded tungstenite v0.24.0 |
696 | 2024-11-14T03:20:55.330Z | Downloaded flagset v0.4.6 |
697 | 2024-11-14T03:20:55.332Z | Downloaded rustls-pemfile v2.2.0 |
698 | 2024-11-14T03:20:55.334Z | Downloaded postgres-protocol v0.6.7 |
699 | 2024-11-14T03:20:55.337Z | Downloaded pin-utils v0.1.0 |
700 | 2024-11-14T03:20:55.340Z | Downloaded utf-8 v0.7.6 |
701 | 2024-11-14T03:20:55.344Z | Downloaded untrusted v0.7.1 |
702 | 2024-11-14T03:20:55.344Z | Downloaded itertools v0.10.5 |
703 | 2024-11-14T03:20:55.350Z | Downloaded unicode-truncate v1.1.0 |
704 | 2024-11-14T03:20:55.353Z | Downloaded diff v0.1.13 |
705 | 2024-11-14T03:20:55.356Z | Downloaded ssh-cipher v0.2.0 |
706 | 2024-11-14T03:20:55.360Z | Downloaded foreign-types-shared v0.3.1 |
707 | 2024-11-14T03:20:55.362Z | Downloaded peg-macros v0.8.4 |
708 | 2024-11-14T03:20:55.362Z | Downloaded aes-gcm v0.10.3 |
709 | 2024-11-14T03:20:55.367Z | Downloaded fixedbitset v0.4.2 |
710 | 2024-11-14T03:20:55.369Z | Downloaded tui-tree-widget v0.22.0 |
711 | 2024-11-14T03:20:55.372Z | Downloaded ssh-encoding v0.2.0 |
712 | 2024-11-14T03:20:55.374Z | Downloaded ecdsa v0.16.9 |
713 | 2024-11-14T03:20:55.377Z | Downloaded termtree v0.4.1 |
714 | 2024-11-14T03:20:55.377Z | Downloaded tungstenite v0.21.0 |
715 | 2024-11-14T03:20:55.381Z | Downloaded dhcproto-macros v0.1.0 |
716 | 2024-11-14T03:20:55.384Z | Downloaded num v0.4.3 |
717 | 2024-11-14T03:20:55.384Z | Downloaded scrypt v0.11.0 |
718 | 2024-11-14T03:20:55.386Z | Downloaded mio v1.0.2 |
719 | 2024-11-14T03:20:55.393Z | Downloaded write16 v1.0.0 |
720 | 2024-11-14T03:20:55.396Z | Downloaded polyval v0.6.2 |
721 | 2024-11-14T03:20:55.399Z | Downloaded spki v0.7.3 |
722 | 2024-11-14T03:20:55.401Z | Downloaded serde_urlencoded v0.7.1 |
723 | 2024-11-14T03:20:55.404Z | Downloaded crossterm v0.28.1 |
724 | 2024-11-14T03:20:55.410Z | Downloaded foreign-types v0.5.0 |
725 | 2024-11-14T03:20:55.413Z | Downloaded hkdf v0.12.4 |
726 | 2024-11-14T03:20:55.416Z | Downloaded powerfmt v0.2.0 |
727 | 2024-11-14T03:20:55.418Z | Downloaded globset v0.4.15 |
728 | 2024-11-14T03:20:55.421Z | Downloaded serde_repr v0.1.19 |
729 | 2024-11-14T03:20:55.424Z | Downloaded which v4.4.2 |
730 | 2024-11-14T03:20:55.424Z | Downloaded zip v2.1.3 |
731 | 2024-11-14T03:20:55.429Z | Downloaded openssl-macros v0.1.1 |
732 | 2024-11-14T03:20:55.431Z | Downloaded number_prefix v0.4.0 |
733 | 2024-11-14T03:20:55.431Z | Downloaded nibble_vec v0.1.0 |
734 | 2024-11-14T03:20:55.434Z | Downloaded futures-task v0.3.31 |
735 | 2024-11-14T03:20:55.437Z | Downloaded fragile v2.0.0 |
736 | 2024-11-14T03:20:55.440Z | Downloaded diesel-dtrace v0.3.0 |
737 | 2024-11-14T03:20:55.440Z | Downloaded time-core v0.1.2 |
738 | 2024-11-14T03:20:55.443Z | Downloaded pin-project-lite v0.2.14 |
739 | 2024-11-14T03:20:55.447Z | Downloaded russh-cryptovec v0.7.3 |
740 | 2024-11-14T03:20:55.451Z | Downloaded parse-display v0.10.0 |
741 | 2024-11-14T03:20:55.451Z | Downloaded simd-adler32 v0.3.7 |
742 | 2024-11-14T03:20:55.453Z | Downloaded scopeguard v1.2.0 |
743 | 2024-11-14T03:20:55.456Z | Downloaded signal-hook-registry v1.4.2 |
744 | 2024-11-14T03:20:55.456Z | Downloaded normalize-line-endings v0.3.0 |
745 | 2024-11-14T03:20:55.458Z | Downloaded pin-project-internal v1.1.6 |
746 | 2024-11-14T03:20:55.461Z | Downloaded aws-lc-rs v1.10.0 |
747 | 2024-11-14T03:20:55.470Z | Downloaded foldhash v0.1.3 |
748 | 2024-11-14T03:20:55.472Z | Downloaded foreign-types-macros v0.2.3 |
749 | 2024-11-14T03:20:55.472Z | Downloaded foreign-types v0.3.2 |
750 | 2024-11-14T03:20:55.476Z | Downloaded tokio-tungstenite v0.21.0 |
751 | 2024-11-14T03:20:55.476Z | Downloaded dhcproto v0.12.0 |
752 | 2024-11-14T03:20:55.480Z | Downloaded serde_path_to_error v0.1.16 |
753 | 2024-11-14T03:20:55.482Z | Downloaded owo-colors v4.1.0 |
754 | 2024-11-14T03:20:55.485Z | Downloaded miniz_oxide v0.8.0 |
755 | 2024-11-14T03:20:55.488Z | Downloaded time-macros v0.2.18 |
756 | 2024-11-14T03:20:55.490Z | Downloaded progenitor-macro v0.8.0 |
757 | 2024-11-14T03:20:55.493Z | Downloaded serde_derive_internals v0.29.1 |
758 | 2024-11-14T03:20:55.495Z | Downloaded rtoolbox v0.0.2 |
759 | 2024-11-14T03:20:55.498Z | Downloaded tiny-keccak v2.0.2 |
760 | 2024-11-14T03:20:55.501Z | Downloaded darling_macro v0.20.10 |
761 | 2024-11-14T03:20:55.501Z | Downloaded itertools v0.12.1 |
762 | 2024-11-14T03:20:55.509Z | Downloaded float-ord v0.3.2 |
763 | 2024-11-14T03:20:55.512Z | Downloaded dyn-clone v1.0.17 |
764 | 2024-11-14T03:20:55.515Z | Downloaded whoami v1.5.2 |
765 | 2024-11-14T03:20:55.519Z | Downloaded openssl-probe v0.1.5 |
766 | 2024-11-14T03:20:55.519Z | Downloaded wait-timeout v0.2.0 |
767 | 2024-11-14T03:20:55.521Z | Downloaded parking_lot_core v0.8.6 |
768 | 2024-11-14T03:20:55.521Z | Downloaded zone_cfg_derive v0.1.2 |
769 | 2024-11-14T03:20:55.524Z | Downloaded rpassword v7.3.1 |
770 | 2024-11-14T03:20:55.524Z | Downloaded hash32 v0.2.1 |
771 | 2024-11-14T03:20:55.527Z | Downloaded path-slash v0.1.5 |
772 | 2024-11-14T03:20:55.527Z | Downloaded unicode-normalization v0.1.24 |
773 | 2024-11-14T03:20:55.531Z | Downloaded deranged v0.3.11 |
774 | 2024-11-14T03:20:55.533Z | Downloaded der_derive v0.7.3 |
775 | 2024-11-14T03:20:55.537Z | Downloaded pretty-hex v0.2.1 |
776 | 2024-11-14T03:20:55.537Z | Downloaded reedline v0.35.0 |
777 | 2024-11-14T03:20:55.545Z | Downloaded newline-converter v0.3.0 |
778 | 2024-11-14T03:20:55.548Z | Downloaded secrecy v0.8.0 |
779 | 2024-11-14T03:20:55.550Z | Downloaded quinn-udp v0.5.5 |
780 | 2024-11-14T03:20:55.550Z | Downloaded zone_cfg_derive v0.3.0 |
781 | 2024-11-14T03:20:55.553Z | Downloaded vsss-rs v3.3.4 |
782 | 2024-11-14T03:20:55.557Z | Downloaded utf8_iter v1.0.4 |
783 | 2024-11-14T03:20:55.557Z | Downloaded phf_shared v0.10.0 |
784 | 2024-11-14T03:20:55.557Z | Downloaded group v0.13.0 |
785 | 2024-11-14T03:20:55.559Z | Downloaded enum-as-inner v0.6.1 |
786 | 2024-11-14T03:20:55.562Z | Downloaded blake3 v1.5.4 |
787 | 2024-11-14T03:20:55.569Z | Downloaded either v1.13.0 |
788 | 2024-11-14T03:20:55.572Z | Downloaded parking_lot v0.12.3 |
789 | 2024-11-14T03:20:55.574Z | Downloaded diesel v2.2.4 |
790 | 2024-11-14T03:20:55.596Z | Downloaded predicates-tree v1.0.11 |
791 | 2024-11-14T03:20:55.598Z | Downloaded rusqlite v0.32.1 |
792 | 2024-11-14T03:20:55.604Z | Downloaded radium v0.7.0 |
793 | 2024-11-14T03:20:55.607Z | Downloaded url v2.5.3 |
794 | 2024-11-14T03:20:55.612Z | Downloaded bindgen v0.69.5 |
795 | 2024-11-14T03:20:55.618Z | Downloaded thiserror-no-std v2.0.2 |
796 | 2024-11-14T03:20:55.622Z | Downloaded nodrop v0.1.14 |
797 | 2024-11-14T03:20:55.625Z | Downloaded hashlink v0.9.1 |
798 | 2024-11-14T03:20:55.627Z | Downloaded serde_with_macros v3.11.0 |
799 | 2024-11-14T03:20:55.630Z | Downloaded fatfs v0.3.6 |
800 | 2024-11-14T03:20:55.634Z | Downloaded siphasher v0.3.11 |
801 | 2024-11-14T03:20:55.634Z | Downloaded tinystr v0.7.6 |
802 | 2024-11-14T03:20:55.636Z | Downloaded dunce v1.0.5 |
803 | 2024-11-14T03:20:55.636Z | Downloaded slog-dtrace v0.3.0 |
804 | 2024-11-14T03:20:55.639Z | Downloaded unicode_categories v0.1.1 |
805 | 2024-11-14T03:20:55.642Z | Downloaded vergen v8.3.2 |
806 | 2024-11-14T03:20:55.645Z | Downloaded pbkdf2 v0.12.2 |
807 | 2024-11-14T03:20:55.645Z | Downloaded tokio-tungstenite v0.24.0 |
808 | 2024-11-14T03:20:55.647Z | Downloaded tracing v0.1.40 |
809 | 2024-11-14T03:20:55.653Z | Downloaded russh-keys v0.45.0 |
810 | 2024-11-14T03:20:55.655Z | Downloaded pem v3.0.4 |
811 | 2024-11-14T03:20:55.658Z | Downloaded qorb v0.2.0 |
812 | 2024-11-14T03:20:55.662Z | Downloaded num-bigint v0.4.6 |
813 | 2024-11-14T03:20:55.667Z | Downloaded tokio-stream v0.1.16 |
814 | 2024-11-14T03:20:55.673Z | Downloaded tough v0.19.0 |
815 | 2024-11-14T03:20:55.682Z | Downloaded similar v2.6.0 |
816 | 2024-11-14T03:20:55.689Z | Downloaded quinn v0.11.5 |
817 | 2024-11-14T03:20:55.693Z | Downloaded rustls-webpki v0.101.7 |
818 | 2024-11-14T03:20:55.710Z | Downloaded dropshot_endpoint v0.12.0 |
819 | 2024-11-14T03:20:55.712Z | Downloaded icu_properties_data v1.5.0 |
820 | 2024-11-14T03:20:55.725Z | Downloaded headers v0.4.0 |
821 | 2024-11-14T03:20:55.733Z | Downloaded rayon v1.10.0 |
822 | 2024-11-14T03:20:55.742Z | Downloaded darling_core v0.20.10 |
823 | 2024-11-14T03:20:55.748Z | Downloaded rand v0.8.5 |
824 | 2024-11-14T03:20:55.752Z | Downloaded ed25519-dalek v2.1.1 |
825 | 2024-11-14T03:20:55.756Z | Downloaded rustls-webpki v0.102.8 |
826 | 2024-11-14T03:20:55.778Z | Downloaded russh v0.45.0 |
827 | 2024-11-14T03:20:55.783Z | Downloaded lalrpop v0.19.12 |
828 | 2024-11-14T03:20:55.797Z | Downloaded openssl-sys v0.9.104 |
829 | 2024-11-14T03:20:55.842Z | Downloaded reqwest v0.12.9 |
830 | 2024-11-14T03:20:55.846Z | Downloaded toml_edit v0.19.15 |
831 | 2024-11-14T03:20:55.846Z | Downloaded time v0.3.36 |
832 | 2024-11-14T03:20:55.846Z | Downloaded idna v0.3.0 |
833 | 2024-11-14T03:20:55.849Z | Downloaded futures-util v0.3.31 |
834 | 2024-11-14T03:20:55.861Z | Downloaded hashbrown v0.14.5 |
835 | 2024-11-14T03:20:55.867Z | Downloaded tokio-util v0.7.12 |
836 | 2024-11-14T03:20:55.874Z | Downloaded quick-xml v0.33.0 |
837 | 2024-11-14T03:20:55.882Z | Downloaded winnow v0.5.40 |
838 | 2024-11-14T03:20:55.893Z | Downloaded serde_with v3.11.0 |
839 | 2024-11-14T03:20:55.903Z | Downloaded curve25519-dalek v4.1.3 |
840 | 2024-11-14T03:20:55.915Z | Downloaded git2 v0.19.0 |
841 | 2024-11-14T03:20:55.925Z | Downloaded nom v7.1.3 |
842 | 2024-11-14T03:20:55.935Z | Downloaded sqlparser v0.45.0 |
843 | 2024-11-14T03:20:55.949Z | Downloaded openssl v0.10.68 |
844 | 2024-11-14T03:20:55.957Z | Downloaded idna v0.5.0 |
845 | 2024-11-14T03:20:55.967Z | Downloaded smoltcp v0.9.1 |
846 | 2024-11-14T03:20:55.973Z | Downloaded quinn-proto v0.11.8 |
847 | 2024-11-14T03:20:55.980Z | Downloaded gimli v0.31.1 |
848 | 2024-11-14T03:20:56.016Z | Downloaded chrono-tz v0.10.0 |
849 | 2024-11-14T03:20:56.046Z | Downloaded dropshot v0.12.0 |
850 | 2024-11-14T03:20:56.047Z | Downloaded vcpkg v0.2.15 |
851 | 2024-11-14T03:20:56.065Z | Downloaded polar-core v0.27.3 |
852 | 2024-11-14T03:20:56.070Z | Downloaded radix_trie v0.2.1 |
853 | 2024-11-14T03:20:56.075Z | Downloaded object v0.30.4 |
854 | 2024-11-14T03:20:56.086Z | Downloaded nix v0.27.1 |
855 | 2024-11-14T03:20:56.099Z | Downloaded dropshot v0.13.0 |
856 | 2024-11-14T03:20:56.149Z | Downloaded nix v0.29.0 |
857 | 2024-11-14T03:20:56.163Z | Downloaded openapiv3 v2.0.0 |
858 | 2024-11-14T03:20:56.163Z | Downloaded nix v0.28.0 |
859 | 2024-11-14T03:20:56.184Z | Downloaded libz-sys v1.1.20 |
860 | 2024-11-14T03:20:56.203Z | Downloaded rustls v0.22.4 |
861 | 2024-11-14T03:20:56.215Z | Downloaded sled v0.34.7 |
862 | 2024-11-14T03:20:56.216Z | Downloaded rustls v0.23.14 |
863 | 2024-11-14T03:20:56.231Z | Downloaded regex v1.11.1 |
864 | 2024-11-14T03:20:56.266Z | Downloaded zerocopy-derive v0.6.6 |
865 | 2024-11-14T03:20:56.280Z | Downloaded trust-dns-proto v0.22.0 |
866 | 2024-11-14T03:20:56.280Z | Downloaded ratatui v0.28.1 |
867 | 2024-11-14T03:20:56.306Z | Downloaded regex-syntax v0.6.29 |
868 | 2024-11-14T03:20:56.307Z | Downloaded regex-syntax v0.8.5 |
869 | 2024-11-14T03:20:56.316Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
870 | 2024-11-14T03:20:56.316Z | Downloaded object v0.36.5 |
871 | 2024-11-14T03:20:56.323Z | Downloaded bstr v1.10.0 |
872 | 2024-11-14T03:20:56.341Z | Downloaded rustls v0.21.12 |
873 | 2024-11-14T03:20:56.348Z | Downloaded regex-automata v0.4.8 |
874 | 2024-11-14T03:20:56.365Z | Downloaded lzma-sys v0.1.20 |
875 | 2024-11-14T03:20:56.398Z | Downloaded petgraph v0.6.5 |
876 | 2024-11-14T03:20:56.419Z | Downloaded regress v0.9.1 |
877 | 2024-11-14T03:20:56.434Z | Downloaded webpki-roots v0.26.6 |
878 | 2024-11-14T03:20:56.435Z | Downloaded p384 v0.13.0 |
879 | 2024-11-14T03:20:56.445Z | Downloaded smoltcp v0.11.0 |
880 | 2024-11-14T03:20:56.457Z | Downloaded idna v0.2.3 |
881 | 2024-11-14T03:20:56.457Z | Downloaded tokio v1.40.0 |
882 | 2024-11-14T03:20:56.490Z | Downloaded proptest v1.5.0 |
883 | 2024-11-14T03:20:56.498Z | Downloaded portable-atomic v1.9.0 |
884 | 2024-11-14T03:20:56.505Z | Downloaded sha3 v0.10.8 |
885 | 2024-11-14T03:20:56.514Z | Downloaded p521 v0.13.3 |
886 | 2024-11-14T03:20:56.525Z | Downloaded rsa v0.9.6 |
887 | 2024-11-14T03:20:56.540Z | Downloaded csv v1.3.0 |
888 | 2024-11-14T03:20:56.549Z | Downloaded typify-impl v0.2.0 |
889 | 2024-11-14T03:20:56.565Z | Downloaded slog v2.7.0 |
890 | 2024-11-14T03:20:56.592Z | Downloaded flume v0.11.1 |
891 | 2024-11-14T03:20:56.592Z | Downloaded ssh-key v0.6.6 |
892 | 2024-11-14T03:20:56.592Z | Downloaded chrono v0.4.38 |
893 | 2024-11-14T03:20:56.613Z | Downloaded bitvec v1.0.1 |
894 | 2024-11-14T03:20:56.613Z | Downloaded zopfli v0.8.1 |
895 | 2024-11-14T03:20:56.613Z | Downloaded toml v0.7.8 |
896 | 2024-11-14T03:20:56.634Z | Downloaded oso v0.27.3 |
897 | 2024-11-14T03:20:56.634Z | Downloaded tokio-postgres v0.7.12 |
898 | 2024-11-14T03:20:56.634Z | Downloaded ref-cast-impl v1.0.23 |
899 | 2024-11-14T03:20:56.634Z | Downloaded half v2.4.1 |
900 | 2024-11-14T03:20:56.634Z | Downloaded zerovec v0.10.4 |
901 | 2024-11-14T03:20:56.634Z | Downloaded flate2 v1.0.34 |
902 | 2024-11-14T03:20:56.640Z | Downloaded derive-where v1.2.7 |
903 | 2024-11-14T03:20:56.640Z | Downloaded hashbrown v0.12.3 |
904 | 2024-11-14T03:20:56.640Z | Downloaded schemars v0.8.21 |
905 | 2024-11-14T03:20:56.643Z | Downloaded h2 v0.4.6 |
906 | 2024-11-14T03:20:56.648Z | Downloaded termios v0.3.3 |
907 | 2024-11-14T03:20:56.652Z | Downloaded slab v0.4.9 |
908 | 2024-11-14T03:20:56.652Z | Downloaded embedded-io v0.4.0 |
909 | 2024-11-14T03:20:56.656Z | Downloaded predicates-core v1.0.8 |
910 | 2024-11-14T03:20:56.656Z | Downloaded toolchain_find v0.4.0 |
911 | 2024-11-14T03:20:56.656Z | Downloaded derive_builder v0.20.2 |
912 | 2024-11-14T03:20:56.662Z | Downloaded num-bigint-dig v0.8.4 |
913 | 2024-11-14T03:20:56.668Z | Downloaded pbkdf2 v0.11.0 |
914 | 2024-11-14T03:20:56.671Z | Downloaded zone v0.1.8 |
915 | 2024-11-14T03:20:56.671Z | Downloaded unicode-xid v0.2.6 |
916 | 2024-11-14T03:20:56.671Z | Downloaded schemars_derive v0.8.21 |
917 | 2024-11-14T03:20:56.674Z | Downloaded derive_builder_core v0.20.2 |
918 | 2024-11-14T03:20:56.674Z | Downloaded slog-envlogger v2.2.0 |
919 | 2024-11-14T03:20:56.676Z | Downloaded sct v0.7.1 |
920 | 2024-11-14T03:20:56.679Z | Downloaded serde_yaml v0.9.34+deprecated |
921 | 2024-11-14T03:20:56.685Z | Downloaded x509-cert v0.2.5 |
922 | 2024-11-14T03:20:56.691Z | Downloaded slog-async v2.8.0 |
923 | 2024-11-14T03:20:56.694Z | Downloaded ppv-lite86 v0.2.20 |
924 | 2024-11-14T03:20:56.697Z | Downloaded encoding_rs v0.8.34 |
925 | 2024-11-14T03:20:56.721Z | Downloaded phf_shared v0.11.2 |
926 | 2024-11-14T03:20:56.725Z | Downloaded zone v0.3.0 |
927 | 2024-11-14T03:20:56.726Z | Downloaded termcolor v1.4.1 |
928 | 2024-11-14T03:20:56.726Z | Downloaded sec1 v0.7.3 |
929 | 2024-11-14T03:20:56.726Z | Downloaded value-bag v1.9.0 |
930 | 2024-11-14T03:20:56.731Z | Downloaded tokio-tungstenite v0.23.1 |
931 | 2024-11-14T03:20:56.732Z | Downloaded diesel_derives v2.2.3 |
932 | 2024-11-14T03:20:56.736Z | Downloaded pin-project v1.1.6 |
933 | 2024-11-14T03:20:56.744Z | Downloaded parking_lot v0.11.2 |
934 | 2024-11-14T03:20:56.750Z | Downloaded nu-ansi-term v0.50.1 |
935 | 2024-11-14T03:20:56.751Z | Downloaded p256 v0.13.2 |
936 | 2024-11-14T03:20:56.756Z | Downloaded thread_local v1.1.8 |
937 | 2024-11-14T03:20:56.756Z | Downloaded parking_lot_core v0.9.10 |
938 | 2024-11-14T03:20:56.763Z | Downloaded fs_extra v1.3.0 |
939 | 2024-11-14T03:20:56.763Z | Downloaded poly1305 v0.8.0 |
940 | 2024-11-14T03:20:56.764Z | Downloaded smallvec v1.13.2 |
941 | 2024-11-14T03:20:56.768Z | Downloaded subprocess v0.2.9 |
942 | 2024-11-14T03:20:56.769Z | Downloaded num_threads v0.1.7 |
943 | 2024-11-14T03:20:56.769Z | Downloaded socket2 v0.5.7 |
944 | 2024-11-14T03:20:56.775Z | Downloaded unicode-segmentation v1.12.0 |
945 | 2024-11-14T03:20:56.775Z | Downloaded native-tls v0.2.12 |
946 | 2024-11-14T03:20:56.775Z | Downloaded des v0.8.1 |
947 | 2024-11-14T03:20:56.780Z | Downloaded libxml v0.3.3 |
948 | 2024-11-14T03:20:56.788Z | Downloaded derive_builder_macro v0.20.2 |
949 | 2024-11-14T03:20:56.788Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
950 | 2024-11-14T03:20:56.851Z | Downloaded want v0.3.1 |
951 | 2024-11-14T03:20:56.855Z | Downloaded fallible-streaming-iterator v0.1.9 |
952 | 2024-11-14T03:20:56.857Z | Downloaded defmt-macros v0.3.9 |
953 | 2024-11-14T03:20:56.857Z | Downloaded defmt v0.3.8 |
954 | 2024-11-14T03:20:56.857Z | Downloaded topological-sort v0.2.2 |
955 | 2024-11-14T03:20:56.857Z | Downloaded parse-zoneinfo v0.3.1 |
956 | 2024-11-14T03:20:56.857Z | Downloaded hashbrown v0.13.2 |
957 | 2024-11-14T03:20:56.861Z | Downloaded idna v1.0.3 |
958 | 2024-11-14T03:20:56.864Z | Downloaded strum_macros v0.26.4 |
959 | 2024-11-14T03:20:56.868Z | Downloaded dropshot_endpoint v0.13.0 |
960 | 2024-11-14T03:20:56.875Z | Downloaded rustc-demangle v0.1.24 |
961 | 2024-11-14T03:20:56.875Z | Downloaded prettyplease v0.2.25 |
962 | 2024-11-14T03:20:56.878Z | Downloaded rustc-hash v1.1.0 |
963 | 2024-11-14T03:20:56.878Z | Downloaded unsafe-libyaml v0.2.11 |
964 | 2024-11-14T03:20:56.882Z | Downloaded serde_plain v1.0.2 |
965 | 2024-11-14T03:20:56.882Z | Downloaded signal-hook-mio v0.2.4 |
966 | 2024-11-14T03:20:56.882Z | Downloaded num_enum_derive v0.5.11 |
967 | 2024-11-14T03:20:56.886Z | Downloaded data-encoding v2.6.0 |
968 | 2024-11-14T03:20:56.886Z | Downloaded untrusted v0.9.0 |
969 | 2024-11-14T03:20:56.886Z | Downloaded universal-hash v0.5.1 |
970 | 2024-11-14T03:20:56.889Z | Downloaded typed-path v0.9.3 |
971 | 2024-11-14T03:20:56.893Z | Downloaded postcard v1.0.10 |
972 | 2024-11-14T03:20:56.896Z | Downloaded ed25519 v2.2.3 |
973 | 2024-11-14T03:20:56.905Z | Downloaded strum_macros v0.24.3 |
974 | 2024-11-14T03:20:56.905Z | Downloaded sqlformat v0.2.6 |
975 | 2024-11-14T03:20:56.910Z | Downloaded expectorate v1.1.0 |
976 | 2024-11-14T03:20:56.910Z | Downloaded test-strategy v0.3.1 |
977 | 2024-11-14T03:20:56.910Z | Downloaded spin v0.9.8 |
978 | 2024-11-14T03:20:56.910Z | Downloaded rcgen v0.12.1 |
979 | 2024-11-14T03:20:56.915Z | Downloaded strum_macros v0.25.3 |
980 | 2024-11-14T03:20:56.915Z | Downloaded rustfmt-wrapper v0.2.1 |
981 | 2024-11-14T03:20:56.918Z | Downloaded peg v0.8.4 |
982 | 2024-11-14T03:20:56.922Z | Downloaded omicron-zone-package v0.11.1 |
983 | 2024-11-14T03:20:56.940Z | Downloaded unicode-bidi v0.3.17 |
984 | 2024-11-14T03:20:56.940Z | Downloaded publicsuffix v2.2.3 |
985 | 2024-11-14T03:20:56.940Z | Downloaded ref-cast v1.0.23 |
986 | 2024-11-14T03:20:56.947Z | Downloaded rand_chacha v0.3.1 |
987 | 2024-11-14T03:20:56.947Z | Downloaded gethostname v0.5.0 |
988 | 2024-11-14T03:20:56.947Z | Downloaded signal-hook v0.3.17 |
989 | 2024-11-14T03:20:56.947Z | Downloaded rustls-pki-types v1.9.0 |
990 | 2024-11-14T03:20:56.947Z | Downloaded minimal-lexical v0.2.1 |
991 | 2024-11-14T03:20:56.948Z | Downloaded http v1.1.0 |
992 | 2024-11-14T03:20:56.953Z | Downloaded pem-rfc7468 v0.7.0 |
993 | 2024-11-14T03:20:56.957Z | Downloaded derive_more v0.99.18 |
994 | 2024-11-14T03:20:56.965Z | Downloaded unicode-properties v0.1.3 |
995 | 2024-11-14T03:20:56.965Z | Downloaded samael v0.0.17 |
996 | 2024-11-14T03:20:56.969Z | Downloaded ghash v0.5.1 |
997 | 2024-11-14T03:20:56.969Z | Downloaded ena v0.14.3 |
998 | 2024-11-14T03:20:56.969Z | Downloaded embedded-io v0.6.1 |
999 | 2024-11-14T03:20:56.969Z | Downloaded nanorand v0.7.0 |
1000 | 2024-11-14T03:20:56.973Z | Downloaded env_logger v0.10.2 |
1001 | 2024-11-14T03:20:56.977Z | Downloaded tar v0.4.43 |
1002 | 2024-11-14T03:20:56.982Z | Downloaded phf_generator v0.11.2 |
1003 | 2024-11-14T03:20:56.982Z | Downloaded phf v0.11.2 |
1004 | 2024-11-14T03:20:56.982Z | Downloaded percent-encoding v2.3.1 |
1005 | 2024-11-14T03:20:56.982Z | Downloaded olpc-cjson v0.1.4 |
1006 | 2024-11-14T03:20:56.988Z | Downloaded multer v3.1.0 |
1007 | 2024-11-14T03:20:56.988Z | Downloaded fallible-iterator v0.2.0 |
1008 | 2024-11-14T03:20:56.988Z | Downloaded env_filter v0.1.2 |
1009 | 2024-11-14T03:20:56.992Z | Downloaded hyper-util v0.1.10 |
1010 | 2024-11-14T03:20:56.997Z | Downloaded aes v0.8.4 |
1011 | 2024-11-14T03:20:57.004Z | Downloaded walkdir v2.5.0 |
1012 | 2024-11-14T03:20:57.004Z | Downloaded tracing-core v0.1.32 |
1013 | 2024-11-14T03:20:57.009Z | Downloaded const_format v0.2.33 |
1014 | 2024-11-14T03:20:57.013Z | Downloaded mockall v0.13.0 |
1015 | 2024-11-14T03:20:57.013Z | Downloaded slog-term v2.9.1 |
1016 | 2024-11-14T03:20:57.013Z | Downloaded tinyvec_macros v0.1.1 |
1017 | 2024-11-14T03:20:57.013Z | Downloaded snafu v0.8.5 |
1018 | 2024-11-14T03:20:57.018Z | Downloaded twox-hash v1.6.3 |
1019 | 2024-11-14T03:20:57.023Z | Downloaded structmeta-derive v0.3.0 |
1020 | 2024-11-14T03:20:57.026Z | Downloaded structmeta v0.3.0 |
1021 | 2024-11-14T03:20:57.027Z | Downloaded same-file v1.0.6 |
1022 | 2024-11-14T03:20:57.027Z | Downloaded bumpalo v3.16.0 |
1023 | 2024-11-14T03:20:57.030Z | Downloaded tls_codec_derive v0.4.1 |
1024 | 2024-11-14T03:20:57.030Z | Downloaded structmeta v0.2.0 |
1025 | 2024-11-14T03:20:57.034Z | Downloaded slog-scope v4.4.0 |
1026 | 2024-11-14T03:20:57.034Z | Downloaded pkcs8 v0.10.2 |
1027 | 2024-11-14T03:20:57.038Z | Downloaded password-hash v0.5.0 |
1028 | 2024-11-14T03:20:57.038Z | Downloaded futures-channel v0.3.31 |
1029 | 2024-11-14T03:20:57.051Z | Downloaded password-hash v0.4.2 |
1030 | 2024-11-14T03:20:57.058Z | Downloaded typify v0.2.0 |
1031 | 2024-11-14T03:20:57.058Z | Downloaded indicatif v0.17.8 |
1032 | 2024-11-14T03:20:57.058Z | Downloaded icu_properties v1.5.1 |
1033 | 2024-11-14T03:20:57.058Z | Downloaded bytes v1.7.2 |
1034 | 2024-11-14T03:20:57.063Z | Downloaded tokio-rustls v0.24.1 |
1035 | 2024-11-14T03:20:57.063Z | Downloaded libloading v0.8.5 |
1036 | 2024-11-14T03:20:57.063Z | Downloaded term v0.7.0 |
1037 | 2024-11-14T03:20:57.066Z | Downloaded snafu-derive v0.8.5 |
1038 | 2024-11-14T03:20:57.069Z | Downloaded num-complex v0.4.6 |
1039 | 2024-11-14T03:20:57.069Z | Downloaded multimap v0.10.0 |
1040 | 2024-11-14T03:20:57.073Z | Downloaded futures-executor v0.3.31 |
1041 | 2024-11-14T03:20:57.073Z | Downloaded typify-macro v0.2.0 |
1042 | 2024-11-14T03:20:57.075Z | Downloaded string_cache v0.8.7 |
1043 | 2024-11-14T03:20:57.081Z | Downloaded difflib v0.4.0 |
1044 | 2024-11-14T03:20:57.081Z | Downloaded unarray v0.1.4 |
1045 | 2024-11-14T03:20:57.082Z | Downloaded tabwriter v1.4.0 |
1046 | 2024-11-14T03:20:57.082Z | Downloaded indexmap v1.9.3 |
1047 | 2024-11-14T03:20:57.082Z | Downloaded icu_normalizer v1.5.0 |
1048 | 2024-11-14T03:20:57.086Z | Downloaded hyper-staticfile v0.10.1 |
1049 | 2024-11-14T03:20:57.092Z | Downloaded backtrace v0.3.74 |
1050 | 2024-11-14T03:20:57.096Z | Downloaded shlex v1.3.0 |
1051 | 2024-11-14T03:20:57.096Z | Downloaded tracing-attributes v0.1.27 |
1052 | 2024-11-14T03:20:57.097Z | Downloaded litemap v0.7.3 |
1053 | 2024-11-14T03:20:57.101Z | Downloaded jobserver v0.1.32 |
1054 | 2024-11-14T03:20:57.101Z | Downloaded cookie v0.18.1 |
1055 | 2024-11-14T03:20:57.105Z | Downloaded linear-map v1.2.0 |
1056 | 2024-11-14T03:20:57.108Z | Downloaded iana-time-zone v0.1.61 |
1057 | 2024-11-14T03:20:57.108Z | Downloaded base64 v0.21.7 |
1058 | 2024-11-14T03:20:57.115Z | Downloaded defmt-parser v0.3.4 |
1059 | 2024-11-14T03:20:57.119Z | Downloaded take_mut v0.2.2 |
1060 | 2024-11-14T03:20:57.119Z | Downloaded rand_xorshift v0.3.0 |
1061 | 2024-11-14T03:20:57.119Z | Downloaded hyper-rustls v0.27.3 |
1062 | 2024-11-14T03:20:57.119Z | Downloaded aho-corasick v1.1.3 |
1063 | 2024-11-14T03:20:57.123Z | Downloaded idna_adapter v1.2.0 |
1064 | 2024-11-14T03:20:57.127Z | Downloaded lazycell v1.3.0 |
1065 | 2024-11-14T03:20:57.127Z | Downloaded kstat-rs v0.2.4 |
1066 | 2024-11-14T03:20:57.133Z | Downloaded internet-checksum v0.2.1 |
1067 | 2024-11-14T03:20:57.133Z | Downloaded base64 v0.13.1 |
1068 | 2024-11-14T03:20:57.133Z | Downloaded lru v0.12.5 |
1069 | 2024-11-14T03:20:57.137Z | Downloaded inout v0.1.3 |
1070 | 2024-11-14T03:20:57.137Z | Downloaded icu_provider_macros v1.5.0 |
1071 | 2024-11-14T03:20:57.137Z | Downloaded hmac v0.12.1 |
1072 | 2024-11-14T03:20:57.137Z | Downloaded static_assertions v1.1.0 |
1073 | 2024-11-14T03:20:57.140Z | Downloaded instability v0.3.2 |
1074 | 2024-11-14T03:20:57.140Z | Downloaded humantime v2.1.0 |
1075 | 2024-11-14T03:20:57.144Z | Downloaded csv-core v0.1.11 |
1076 | 2024-11-14T03:20:57.144Z | Downloaded cancel-safe-futures v0.1.5 |
1077 | 2024-11-14T03:20:57.147Z | Downloaded ron v0.7.1 |
1078 | 2024-11-14T03:20:57.151Z | Downloaded matches v0.1.10 |
1079 | 2024-11-14T03:20:57.157Z | Downloaded match_cfg v0.1.0 |
1080 | 2024-11-14T03:20:57.157Z | Downloaded impl-trait-for-tuples v0.2.2 |
1081 | 2024-11-14T03:20:57.160Z | Downloaded http-range v0.1.5 |
1082 | 2024-11-14T03:20:57.160Z | Downloaded compact_str v0.8.0 |
1083 | 2024-11-14T03:20:57.160Z | Downloaded rand_seeder v0.3.0 |
1084 | 2024-11-14T03:20:57.162Z | Downloaded rand_core v0.6.4 |
1085 | 2024-11-14T03:20:57.165Z | Downloaded heapless v0.7.17 |
1086 | 2024-11-14T03:20:57.168Z | Downloaded ciborium v0.2.2 |
1087 | 2024-11-14T03:20:57.174Z | Downloaded castaway v0.2.3 |
1088 | 2024-11-14T03:20:57.174Z | Downloaded bcs v0.1.6 |
1089 | 2024-11-14T03:20:57.176Z | Downloaded heapless v0.8.0 |
1090 | 2024-11-14T03:20:57.178Z | Downloaded base64ct v1.6.0 |
1091 | 2024-11-14T03:20:57.181Z | Downloaded ahash v0.8.11 |
1092 | 2024-11-14T03:20:57.185Z | Downloaded const_format_proc_macros v0.2.33 |
1093 | 2024-11-14T03:20:57.188Z | Downloaded cmake v0.1.51 |
1094 | 2024-11-14T03:20:57.188Z | Downloaded cexpr v0.6.0 |
1095 | 2024-11-14T03:20:57.191Z | Downloaded idna v0.4.0 |
1096 | 2024-11-14T03:20:57.196Z | Downloaded bitflags v1.3.2 |
1097 | 2024-11-14T03:20:57.199Z | Downloaded salty v0.3.0 |
1098 | 2024-11-14T03:20:57.207Z | Downloaded block-padding v0.3.3 |
1099 | 2024-11-14T03:20:57.216Z | Downloaded bitfield-struct v0.6.2 |
1100 | 2024-11-14T03:20:57.216Z | Downloaded bit-vec v0.6.3 |
1101 | 2024-11-14T03:20:57.216Z | Downloaded async-bb8-diesel v0.2.1 |
1102 | 2024-11-14T03:20:57.219Z | Downloaded crossbeam-channel v0.5.13 |
1103 | 2024-11-14T03:20:57.219Z | Downloaded ring v0.17.8 |
1104 | 2024-11-14T03:20:57.290Z | Downloaded chacha20poly1305 v0.10.1 |
1105 | 2024-11-14T03:20:57.295Z | Downloaded cc v1.1.30 |
1106 | 2024-11-14T03:20:57.295Z | Downloaded bit-set v0.5.3 |
1107 | 2024-11-14T03:20:57.299Z | Downloaded bcrypt-pbkdf v0.10.0 |
1108 | 2024-11-14T03:20:57.299Z | Downloaded backoff v0.4.0 |
1109 | 2024-11-14T03:20:57.299Z | Downloaded async-stream v0.3.6 |
1110 | 2024-11-14T03:20:57.303Z | Downloaded arrayref v0.3.9 |
1111 | 2024-11-14T03:20:57.303Z | Downloaded async-stream-impl v0.3.6 |
1112 | 2024-11-14T03:20:57.303Z | Downloaded aead v0.5.2 |
1113 | 2024-11-14T03:20:57.306Z | Downloaded md-5 v0.10.6 |
1114 | 2024-11-14T03:20:57.306Z | Downloaded lock_api v0.4.12 |
1115 | 2024-11-14T03:20:57.307Z | Downloaded indoc v1.0.9 |
1116 | 2024-11-14T03:20:57.311Z | Downloaded highway v1.2.0 |
1117 | 2024-11-14T03:20:57.311Z | Downloaded atomicwrites v0.4.4 |
1118 | 2024-11-14T03:20:57.315Z | Downloaded ipnetwork v0.20.0 |
1119 | 2024-11-14T03:20:57.315Z | Downloaded indent_write v2.2.0 |
1120 | 2024-11-14T03:20:57.315Z | Downloaded hyper-tls v0.6.0 |
1121 | 2024-11-14T03:20:57.318Z | Downloaded bzip2 v0.4.4 |
1122 | 2024-11-14T03:20:57.318Z | Downloaded instant v0.1.13 |
1123 | 2024-11-14T03:20:57.322Z | Downloaded ctr v0.9.2 |
1124 | 2024-11-14T03:20:57.327Z | Downloaded bitfield v0.14.0 |
1125 | 2024-11-14T03:20:57.327Z | Downloaded array-init v0.0.4 |
1126 | 2024-11-14T03:20:57.328Z | Downloaded blowfish v0.9.1 |
1127 | 2024-11-14T03:20:57.328Z | Downloaded ascii-canvas v3.0.0 |
1128 | 2024-11-14T03:20:57.328Z | Downloaded constant_time_eq v0.3.1 |
1129 | 2024-11-14T03:20:57.331Z | Downloaded cobs v0.2.3 |
1130 | 2024-11-14T03:20:57.331Z | Downloaded chrono-tz-build v0.4.0 |
1131 | 2024-11-14T03:20:57.331Z | Downloaded async-recursion v1.1.1 |
1132 | 2024-11-14T03:20:57.385Z | Downloaded libsqlite3-sys v0.30.1 |
1133 | 2024-11-14T03:20:57.454Z | Downloaded ring v0.16.20 |
1134 | 2024-11-14T03:20:57.692Z | Downloaded aws-lc-sys v0.22.0 |
1135 | 2024-11-14T03:20:58.026Z | Compiling serde v1.0.215 |
1136 | 2024-11-14T03:20:58.029Z | Compiling lock_api v0.4.12 |
1137 | 2024-11-14T03:20:58.030Z | Compiling scopeguard v1.2.0 |
1138 | 2024-11-14T03:20:58.030Z | Compiling value-bag v1.9.0 |
1139 | 2024-11-14T03:20:58.030Z | Compiling typenum v1.17.0 |
1140 | 2024-11-14T03:20:58.184Z | Compiling generic-array v0.14.7 |
1141 | 2024-11-14T03:20:58.426Z | Compiling syn v2.0.87 |
1142 | 2024-11-14T03:20:58.430Z | Compiling getrandom v0.2.15 |
1143 | 2024-11-14T03:20:58.566Z | Compiling shlex v1.3.0 |
1144 | 2024-11-14T03:20:58.705Z | Compiling log v0.4.22 |
1145 | 2024-11-14T03:20:58.820Z | Compiling rand_core v0.6.4 |
1146 | 2024-11-14T03:20:58.906Z | Compiling subtle v2.6.1 |
1147 | 2024-11-14T03:20:58.926Z | Compiling jobserver v0.1.32 |
1148 | 2024-11-14T03:20:58.995Z | Compiling const-oid v0.9.6 |
1149 | 2024-11-14T03:20:59.166Z | Compiling smallvec v1.13.2 |
1150 | 2024-11-14T03:20:59.280Z | Compiling spin v0.9.8 |
1151 | 2024-11-14T03:21:00.349Z | Compiling cc v1.1.30 |
1152 | 2024-11-14T03:21:00.352Z | Compiling pin-project-lite v0.2.14 |
1153 | 2024-11-14T03:21:00.352Z | Compiling rustix v0.38.37 |
1154 | 2024-11-14T03:21:00.352Z | Compiling parking_lot_core v0.9.10 |
1155 | 2024-11-14T03:21:00.352Z | Compiling futures-core v0.3.31 |
1156 | 2024-11-14T03:21:00.352Z | Compiling signal-hook-registry v1.4.2 |
1157 | 2024-11-14T03:21:00.352Z | Compiling mio v1.0.2 |
1158 | 2024-11-14T03:21:00.538Z | Compiling aho-corasick v1.1.3 |
1159 | 2024-11-14T03:21:00.815Z | Compiling parking_lot v0.12.3 |
1160 | 2024-11-14T03:21:00.916Z | Compiling regex-syntax v0.8.5 |
1161 | 2024-11-14T03:21:01.193Z | Compiling either v1.13.0 |
1162 | 2024-11-14T03:21:01.196Z | Compiling cpufeatures v0.2.14 |
1163 | 2024-11-14T03:21:01.283Z | Compiling lazy_static v1.5.0 |
1164 | 2024-11-14T03:21:01.392Z | Compiling futures-sink v0.3.31 |
1165 | 2024-11-14T03:21:01.421Z | Compiling glob v0.3.1 |
1166 | 2024-11-14T03:21:01.547Z | Compiling stable_deref_trait v1.2.0 |
1167 | 2024-11-14T03:21:01.587Z | Compiling socket2 v0.5.7 |
1168 | 2024-11-14T03:21:01.663Z | Compiling slab v0.4.9 |
1169 | 2024-11-14T03:21:01.783Z | Compiling prettyplease v0.2.25 |
1170 | 2024-11-14T03:21:02.120Z | Compiling minimal-lexical v0.2.1 |
1171 | 2024-11-14T03:21:02.472Z | Compiling libloading v0.8.5 |
1172 | 2024-11-14T03:21:02.535Z | Compiling clang-sys v1.8.1 |
1173 | 2024-11-14T03:21:02.616Z | Compiling nom v7.1.3 |
1174 | 2024-11-14T03:21:02.643Z | Compiling home v0.5.9 |
1175 | 2024-11-14T03:21:02.897Z | Compiling bindgen v0.69.5 |
1176 | 2024-11-14T03:21:02.917Z | Compiling serde_json v1.0.132 |
1177 | 2024-11-14T03:21:03.311Z | Compiling itertools v0.12.1 |
1178 | 2024-11-14T03:21:03.707Z | Compiling futures-channel v0.3.31 |
1179 | 2024-11-14T03:21:03.933Z | Compiling rustc-hash v1.1.0 |
1180 | 2024-11-14T03:21:04.089Z | Compiling pin-utils v0.1.0 |
1181 | 2024-11-14T03:21:04.115Z | Compiling futures-io v0.3.31 |
1182 | 2024-11-14T03:21:04.192Z | Compiling foldhash v0.1.3 |
1183 | 2024-11-14T03:21:04.448Z | Compiling futures-task v0.3.31 |
1184 | 2024-11-14T03:21:04.488Z | Compiling lazycell v1.3.0 |
1185 | 2024-11-14T03:21:04.677Z | Compiling regex-automata v0.4.8 |
1186 | 2024-11-14T03:21:04.773Z | Compiling allocator-api2 v0.2.18 |
1187 | 2024-11-14T03:21:05.575Z | Compiling hashbrown v0.15.0 |
1188 | 2024-11-14T03:21:06.260Z | Compiling synstructure v0.13.1 |
1189 | 2024-11-14T03:21:06.472Z | Compiling cexpr v0.6.0 |
1190 | 2024-11-14T03:21:06.917Z | Compiling cmake v0.1.51 |
1191 | 2024-11-14T03:21:07.976Z | Compiling dunce v1.0.5 |
1192 | 2024-11-14T03:21:07.996Z | Compiling pkg-config v0.3.31 |
1193 | 2024-11-14T03:21:08.033Z | Compiling fs_extra v1.3.0 |
1194 | 2024-11-14T03:21:08.106Z | Compiling libm v0.2.8 |
1195 | 2024-11-14T03:21:08.307Z | Compiling tinyvec_macros v0.1.1 |
1196 | 2024-11-14T03:21:08.406Z | Compiling tinyvec v1.8.0 |
1197 | 2024-11-14T03:21:08.475Z | Compiling num-traits v0.2.19 |
1198 | 2024-11-14T03:21:09.017Z | Compiling ring v0.17.8 |
1199 | 2024-11-14T03:21:09.611Z | Compiling writeable v0.5.5 |
1200 | 2024-11-14T03:21:09.666Z | Compiling paste v1.0.15 |
1201 | 2024-11-14T03:21:09.941Z | Compiling unicode-normalization v0.1.24 |
1202 | 2024-11-14T03:21:10.047Z | Compiling litemap v0.7.3 |
1203 | 2024-11-14T03:21:10.170Z | Compiling base64ct v1.6.0 |
1204 | 2024-11-14T03:21:10.174Z | Compiling unicode-bidi v0.3.17 |
1205 | 2024-11-14T03:21:10.281Z | Compiling regex v1.11.1 |
1206 | 2024-11-14T03:21:10.745Z | Compiling pem-rfc7468 v0.7.0 |
1207 | 2024-11-14T03:21:11.423Z | Compiling aws-lc-rs v1.10.0 |
1208 | 2024-11-14T03:21:11.438Z | Compiling httparse v1.9.5 |
1209 | 2024-11-14T03:21:11.583Z | Compiling flagset v0.4.6 |
1210 | 2024-11-14T03:21:11.829Z | Compiling tracing-core v0.1.32 |
1211 | 2024-11-14T03:21:12.210Z | Compiling rustls-pki-types v1.9.0 |
1212 | 2024-11-14T03:21:12.895Z | Compiling crossbeam-utils v0.8.20 |
1213 | 2024-11-14T03:21:12.916Z | Compiling icu_locid_transform_data v1.5.0 |
1214 | 2024-11-14T03:21:13.012Z | Compiling percent-encoding v2.3.1 |
1215 | 2024-11-14T03:21:13.254Z | Compiling serde_derive v1.0.215 |
1216 | 2024-11-14T03:21:13.292Z | Compiling zeroize_derive v1.4.2 |
1217 | 2024-11-14T03:21:13.373Z | Compiling zerocopy-derive v0.7.35 |
1218 | 2024-11-14T03:21:13.456Z | Compiling tokio-macros v2.4.0 |
1219 | 2024-11-14T03:21:13.922Z | Compiling zerofrom-derive v0.1.4 |
1220 | 2024-11-14T03:21:14.883Z | Compiling zeroize v1.8.1 |
1221 | 2024-11-14T03:21:15.057Z | Compiling yoke-derive v0.7.4 |
1222 | 2024-11-14T03:21:15.314Z | Compiling thiserror-impl v1.0.69 |
1223 | 2024-11-14T03:21:15.729Z | Compiling zerocopy v0.7.35 |
1224 | 2024-11-14T03:21:16.702Z | Compiling crypto-common v0.1.6 |
1225 | 2024-11-14T03:21:16.922Z | Compiling block-buffer v0.10.4 |
1226 | 2024-11-14T03:21:17.189Z | Compiling digest v0.10.7 |
1227 | 2024-11-14T03:21:17.303Z | Compiling futures-macro v0.3.31 |
1228 | 2024-11-14T03:21:17.518Z | Compiling zerovec-derive v0.10.3 |
1229 | 2024-11-14T03:21:17.657Z | Compiling hmac v0.12.1 |
1230 | 2024-11-14T03:21:17.895Z | Compiling block-padding v0.3.3 |
1231 | 2024-11-14T03:21:18.099Z | Compiling zerofrom v0.1.4 |
1232 | 2024-11-14T03:21:18.134Z | Compiling displaydoc v0.2.5 |
1233 | 2024-11-14T03:21:18.154Z | Compiling inout v0.1.3 |
1234 | 2024-11-14T03:21:18.370Z | Compiling yoke v0.7.4 |
1235 | 2024-11-14T03:21:18.432Z | Compiling cipher v0.4.4 |
1236 | 2024-11-14T03:21:18.709Z | Compiling thiserror v1.0.69 |
1237 | 2024-11-14T03:21:18.739Z | Compiling sha2 v0.10.8 |
1238 | 2024-11-14T03:21:18.856Z | Compiling ppv-lite86 v0.2.20 |
1239 | 2024-11-14T03:21:18.981Z | Compiling icu_provider_macros v1.5.0 |
1240 | 2024-11-14T03:21:19.304Z | Compiling futures-util v0.3.31 |
1241 | 2024-11-14T03:21:19.703Z | Compiling der_derive v0.7.3 |
1242 | 2024-11-14T03:21:19.844Z | Compiling rand_chacha v0.3.1 |
1243 | 2024-11-14T03:21:20.163Z | Compiling tracing-attributes v0.1.27 |
1244 | 2024-11-14T03:21:20.218Z | Compiling zerovec v0.10.4 |
1245 | 2024-11-14T03:21:20.697Z | Compiling rand v0.8.5 |
1246 | 2024-11-14T03:21:22.167Z | Compiling tinystr v0.7.6 |
1247 | 2024-11-14T03:21:22.196Z | Compiling icu_collections v1.5.0 |
1248 | 2024-11-14T03:21:22.262Z | Compiling der v0.7.9 |
1249 | 2024-11-14T03:21:22.418Z | Compiling salsa20 v0.10.2 |
1250 | 2024-11-14T03:21:22.637Z | Compiling icu_locid v1.5.0 |
1251 | 2024-11-14T03:21:22.662Z | Compiling pest v2.7.14 |
1252 | 2024-11-14T03:21:22.840Z | Compiling pbkdf2 v0.12.2 |
1253 | 2024-11-14T03:21:23.049Z | Compiling powerfmt v0.2.0 |
1254 | 2024-11-14T03:21:23.509Z | Compiling mirai-annotations v1.12.0 |
1255 | 2024-11-14T03:21:23.701Z | Compiling untrusted v0.7.1 |
1256 | 2024-11-14T03:21:23.776Z | Compiling icu_provider v1.5.0 |
1257 | 2024-11-14T03:21:23.884Z | Compiling untrusted v0.9.0 |
1258 | 2024-11-14T03:21:24.049Z | Compiling tracing v0.1.40 |
1259 | 2024-11-14T03:21:24.068Z | Compiling time-core v0.1.2 |
1260 | 2024-11-14T03:21:24.252Z | Compiling icu_properties_data v1.5.0 |
1261 | 2024-11-14T03:21:24.517Z | Compiling icu_locid_transform v1.5.0 |
1262 | 2024-11-14T03:21:24.581Z | Compiling spki v0.7.3 |
1263 | 2024-11-14T03:21:24.894Z | Compiling num-conv v0.1.0 |
1264 | 2024-11-14T03:21:24.967Z | Compiling vcpkg v0.2.15 |
1265 | 2024-11-14T03:21:25.184Z | Compiling time-macros v0.2.18 |
1266 | 2024-11-14T03:21:25.521Z | Compiling pest_meta v2.7.14 |
1267 | 2024-11-14T03:21:25.673Z | Compiling icu_properties v1.5.1 |
1268 | 2024-11-14T03:21:25.730Z | Compiling deranged v0.3.11 |
1269 | 2024-11-14T03:21:27.239Z | Compiling bitflags v2.6.0 |
1270 | 2024-11-14T03:21:27.259Z | Compiling bytes v1.7.2 |
1271 | 2024-11-14T03:21:27.761Z | Compiling indexmap v2.6.0 |
1272 | 2024-11-14T03:21:28.491Z | Compiling tokio v1.40.0 |
1273 | 2024-11-14T03:21:28.606Z | Compiling http v1.1.0 |
1274 | 2024-11-14T03:21:28.895Z | Compiling semver v1.0.23 |
1275 | 2024-11-14T03:21:29.280Z | Compiling openssl-sys v0.9.104 |
1276 | 2024-11-14T03:21:29.643Z | Compiling rustc_version v0.4.1 |
1277 | 2024-11-14T03:21:30.439Z | Compiling scrypt v0.11.0 |
1278 | 2024-11-14T03:21:30.719Z | Compiling aes v0.8.4 |
1279 | 2024-11-14T03:21:30.806Z | Compiling cbc v0.1.2 |
1280 | 2024-11-14T03:21:31.053Z | Compiling scroll_derive v0.12.0 |
1281 | 2024-11-14T03:21:31.074Z | Compiling atomic-waker v1.1.2 |
1282 | 2024-11-14T03:21:31.093Z | Compiling write16 v1.0.0 |
1283 | 2024-11-14T03:21:31.118Z | Compiling icu_normalizer_data v1.5.0 |
1284 | 2024-11-14T03:21:31.223Z | Compiling utf16_iter v1.0.5 |
1285 | 2024-11-14T03:21:31.244Z | Compiling utf8_iter v1.0.4 |
1286 | 2024-11-14T03:21:31.262Z | Compiling num_threads v0.1.7 |
1287 | 2024-11-14T03:21:31.391Z | Compiling time v0.3.36 |
1288 | 2024-11-14T03:21:31.478Z | Compiling icu_normalizer v1.5.0 |
1289 | 2024-11-14T03:21:31.693Z | Compiling which v4.4.2 |
1290 | 2024-11-14T03:21:31.712Z | Compiling pkcs5 v0.7.1 |
1291 | 2024-11-14T03:21:32.567Z | Compiling scroll v0.12.0 |
1292 | 2024-11-14T03:21:32.971Z | Compiling http-body v1.0.1 |
1293 | 2024-11-14T03:21:33.134Z | Compiling pest_generator v2.7.14 |
1294 | 2024-11-14T03:21:33.272Z | Compiling form_urlencoded v1.2.1 |
1295 | 2024-11-14T03:21:33.275Z | Compiling slog v2.7.0 |
1296 | 2024-11-14T03:21:33.499Z | Compiling try-lock v0.2.5 |
1297 | 2024-11-14T03:21:33.578Z | Compiling goblin v0.8.2 |
1298 | 2024-11-14T03:21:33.646Z | Compiling want v0.3.1 |
1299 | 2024-11-14T03:21:33.666Z | Compiling idna_adapter v1.2.0 |
1300 | 2024-11-14T03:21:33.849Z | Compiling pkcs8 v0.10.2 |
1301 | 2024-11-14T03:21:33.891Z | Compiling httpdate v1.0.3 |
1302 | 2024-11-14T03:21:34.382Z | Compiling idna v1.0.3 |
1303 | 2024-11-14T03:21:34.609Z | Compiling uuid v1.11.0 |
1304 | 2024-11-14T03:21:34.739Z | Compiling serde_spanned v0.6.8 |
1305 | 2024-11-14T03:21:34.981Z | Compiling toml_datetime v0.6.8 |
1306 | 2024-11-14T03:21:35.227Z | Compiling pest_derive v2.7.14 |
1307 | 2024-11-14T03:21:35.493Z | Compiling serde_tokenstream v0.2.2 |
1308 | 2024-11-14T03:21:36.044Z | Compiling dtrace-parser v0.2.0 |
1309 | 2024-11-14T03:21:36.062Z | Compiling openssl v0.10.68 |
1310 | 2024-11-14T03:21:36.109Z | Compiling tower-service v0.3.3 |
1311 | 2024-11-14T03:21:36.241Z | Compiling match_cfg v0.1.0 |
1312 | 2024-11-14T03:21:36.243Z | Compiling rustversion v1.0.17 |
1313 | 2024-11-14T03:21:36.343Z | Compiling adler2 v2.0.0 |
1314 | 2024-11-14T03:21:36.484Z | Compiling base64 v0.22.1 |
1315 | 2024-11-14T03:21:36.556Z | Compiling foreign-types-shared v0.1.1 |
1316 | 2024-11-14T03:21:36.672Z | Compiling iana-time-zone v0.1.61 |
1317 | 2024-11-14T03:21:36.874Z | Compiling tokio-util v0.7.12 |
1318 | 2024-11-14T03:21:37.057Z | Compiling chrono v0.4.38 |
1319 | 2024-11-14T03:21:37.153Z | Compiling foreign-types v0.3.2 |
1320 | 2024-11-14T03:21:37.267Z | Compiling miniz_oxide v0.8.0 |
1321 | 2024-11-14T03:21:37.293Z | Compiling hostname v0.3.1 |
1322 | 2024-11-14T03:21:37.548Z | Compiling url v2.5.3 |
1323 | 2024-11-14T03:21:38.251Z | Compiling h2 v0.4.6 |
1324 | 2024-11-14T03:21:38.909Z | Compiling async-trait v0.1.83 |
1325 | 2024-11-14T03:21:39.631Z | Compiling dof v0.3.0 |
1326 | 2024-11-14T03:21:39.763Z | Compiling openssl-macros v0.1.1 |
1327 | 2024-11-14T03:21:40.557Z | Compiling usdt-impl v0.5.0 |
1328 | 2024-11-14T03:21:41.044Z | Compiling dirs-sys-next v0.1.2 |
1329 | 2024-11-14T03:21:41.680Z | Compiling native-tls v0.2.12 |
1330 | 2024-11-14T03:21:41.701Z | Compiling data-encoding v2.6.0 |
1331 | 2024-11-14T03:21:41.880Z | Compiling rustls v0.23.14 |
1332 | 2024-11-14T03:21:42.006Z | Compiling siphasher v0.3.11 |
1333 | 2024-11-14T03:21:42.154Z | Compiling rustls v0.22.4 |
1334 | 2024-11-14T03:21:42.175Z | Compiling syn v1.0.109 |
1335 | 2024-11-14T03:21:42.441Z | Compiling dirs-next v2.0.0 |
1336 | 2024-11-14T03:21:42.882Z | Compiling http-body-util v0.1.2 |
1337 | 2024-11-14T03:21:43.441Z | Compiling crossbeam-epoch v0.9.18 |
1338 | 2024-11-14T03:21:44.098Z | Compiling heapless v0.7.17 |
1339 | 2024-11-14T03:21:44.120Z | Compiling signature v2.2.0 |
1340 | 2024-11-14T03:21:44.160Z | Compiling sha1 v0.10.6 |
1341 | 2024-11-14T03:21:44.216Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1342 | 2024-11-14T03:21:44.267Z | Compiling serde_derive_internals v0.29.1 |
1343 | 2024-11-14T03:21:44.405Z | Compiling thread_local v1.1.8 |
1344 | 2024-11-14T03:21:44.534Z | Compiling cookie v0.18.1 |
1345 | 2024-11-14T03:21:44.594Z | Compiling multer v3.1.0 |
1346 | 2024-11-14T03:21:44.705Z | Compiling encoding_rs v0.8.34 |
1347 | 2024-11-14T03:21:44.813Z | Compiling ipnet v2.10.1 |
1348 | 2024-11-14T03:21:44.872Z | Compiling signal-hook v0.3.17 |
1349 | 2024-11-14T03:21:44.937Z | Compiling rayon-core v1.12.1 |
1350 | 2024-11-14T03:21:45.140Z | Compiling unicode-properties v0.1.3 |
1351 | 2024-11-14T03:21:45.203Z | Compiling hyper v1.5.0 |
1352 | 2024-11-14T03:21:45.543Z | Compiling schemars v0.8.21 |
1353 | 2024-11-14T03:21:45.877Z | Compiling slog-async v2.8.0 |
1354 | 2024-11-14T03:21:46.047Z | Compiling mime v0.3.17 |
1355 | 2024-11-14T03:21:46.423Z | Compiling openssl-probe v0.1.5 |
1356 | 2024-11-14T03:21:46.673Z | Compiling gimli v0.31.1 |
1357 | 2024-11-14T03:21:46.904Z | Compiling stringprep v0.1.5 |
1358 | 2024-11-14T03:21:47.010Z | Compiling schemars_derive v0.8.21 |
1359 | 2024-11-14T03:21:48.335Z | Compiling hyper-util v0.1.10 |
1360 | 2024-11-14T03:21:49.247Z | Compiling toml_edit v0.22.22 |
1361 | 2024-11-14T03:21:49.725Z | Compiling usdt-attr-macro v0.5.0 |
1362 | 2024-11-14T03:21:50.552Z | Compiling usdt-macro v0.5.0 |
1363 | 2024-11-14T03:21:51.279Z | Compiling addr2line v0.24.2 |
1364 | 2024-11-14T03:21:51.322Z | Compiling crossbeam-deque v0.8.5 |
1365 | 2024-11-14T03:21:51.364Z | Compiling term v0.7.0 |
1366 | 2024-11-14T03:21:51.639Z | Compiling slog-json v2.6.1 |
1367 | 2024-11-14T03:21:51.971Z | Compiling serde_urlencoded v0.7.1 |
1368 | 2024-11-14T03:21:52.026Z | Compiling crossbeam-channel v0.5.13 |
1369 | 2024-11-14T03:21:52.047Z | Compiling curve25519-dalek v4.1.3 |
1370 | 2024-11-14T03:21:52.051Z | Compiling futures-executor v0.3.31 |
1371 | 2024-11-14T03:21:52.511Z | Compiling enum-as-inner v0.6.1 |
1372 | 2024-11-14T03:21:52.639Z | Compiling md-5 v0.10.6 |
1373 | 2024-11-14T03:21:52.671Z | Compiling async-stream-impl v0.3.6 |
1374 | 2024-11-14T03:21:52.867Z | Compiling rustls-pemfile v2.2.0 |
1375 | 2024-11-14T03:21:52.907Z | Compiling num-integer v0.1.46 |
1376 | 2024-11-14T03:21:53.133Z | Compiling idna v0.3.0 |
1377 | 2024-11-14T03:21:53.201Z | Compiling idna v0.4.0 |
1378 | 2024-11-14T03:21:53.676Z | Compiling hash32 v0.2.1 |
1379 | 2024-11-14T03:21:53.748Z | Compiling ff v0.13.0 |
1380 | 2024-11-14T03:21:53.973Z | Compiling is-terminal v0.4.13 |
1381 | 2024-11-14T03:21:54.068Z | Compiling dropshot v0.12.0 |
1382 | 2024-11-14T03:21:54.099Z | Compiling object v0.36.5 |
1383 | 2024-11-14T03:21:54.119Z | Compiling num-bigint-dig v0.8.4 |
1384 | 2024-11-14T03:21:54.353Z | Compiling utf-8 v0.7.6 |
1385 | 2024-11-14T03:21:54.401Z | Compiling anyhow v1.0.93 |
1386 | 2024-11-14T03:21:54.697Z | Compiling rustc-demangle v0.1.24 |
1387 | 2024-11-14T03:21:54.860Z | Compiling quick-error v1.2.3 |
1388 | 2024-11-14T03:21:54.909Z | Compiling smoltcp v0.9.1 |
1389 | 2024-11-14T03:21:55.001Z | Compiling take_mut v0.2.2 |
1390 | 2024-11-14T03:21:55.059Z | Compiling fallible-iterator v0.2.0 |
1391 | 2024-11-14T03:21:55.167Z | Compiling dyn-clone v1.0.17 |
1392 | 2024-11-14T03:21:55.395Z | Compiling linked-hash-map v0.5.6 |
1393 | 2024-11-14T03:21:55.644Z | Compiling portable-atomic v1.9.0 |
1394 | 2024-11-14T03:21:55.665Z | Compiling psl-types v2.0.11 |
1395 | 2024-11-14T03:21:55.764Z | Compiling base16ct v0.2.0 |
1396 | 2024-11-14T03:21:55.804Z | Compiling postgres-protocol v0.6.7 |
1397 | 2024-11-14T03:21:55.874Z | Compiling publicsuffix v2.2.3 |
1398 | 2024-11-14T03:21:56.105Z | Compiling sec1 v0.7.3 |
1399 | 2024-11-14T03:21:56.142Z | Compiling lru-cache v0.1.2 |
1400 | 2024-11-14T03:21:57.138Z | Compiling resolv-conf v0.7.0 |
1401 | 2024-11-14T03:21:57.159Z | Compiling tungstenite v0.24.0 |
1402 | 2024-11-14T03:21:57.933Z | Compiling async-stream v0.3.6 |
1403 | 2024-11-14T03:21:57.965Z | Compiling hickory-proto v0.24.1 |
1404 | 2024-11-14T03:21:57.996Z | Compiling slog-term v2.9.1 |
1405 | 2024-11-14T03:21:59.298Z | Compiling usdt v0.5.0 |
1406 | 2024-11-14T03:21:59.547Z | Compiling group v0.13.0 |
1407 | 2024-11-14T03:21:59.568Z | Compiling num-iter v0.1.45 |
1408 | 2024-11-14T03:21:59.835Z | Compiling toml v0.8.19 |
1409 | 2024-11-14T03:21:59.873Z | Compiling futures v0.3.31 |
1410 | 2024-11-14T03:21:59.893Z | Compiling slog-bunyan v2.5.0 |
1411 | 2024-11-14T03:22:01.394Z | Compiling tokio-native-tls v0.3.1 |
1412 | 2024-11-14T03:22:01.672Z | Compiling backtrace v0.3.74 |
1413 | 2024-11-14T03:22:01.702Z | Compiling camino v1.1.9 |
1414 | 2024-11-14T03:22:01.862Z | Compiling phf_shared v0.11.2 |
1415 | 2024-11-14T03:22:02.252Z | Compiling dropshot_endpoint v0.12.0 |
1416 | 2024-11-14T03:22:02.278Z | Compiling terminal_size v0.4.0 |
1417 | 2024-11-14T03:22:02.450Z | Compiling waitgroup v0.1.2 |
1418 | 2024-11-14T03:22:02.511Z | Compiling openapiv3 v2.0.0 |
1419 | 2024-11-14T03:22:02.643Z | Compiling serde_path_to_error v0.1.16 |
1420 | 2024-11-14T03:22:02.672Z | Compiling hkdf v0.12.4 |
1421 | 2024-11-14T03:22:02.934Z | Compiling crypto-bigint v0.5.5 |
1422 | 2024-11-14T03:22:03.528Z | Compiling curve25519-dalek-derive v0.1.1 |
1423 | 2024-11-14T03:22:05.111Z | Compiling zerocopy-derive v0.6.6 |
1424 | 2024-11-14T03:22:05.512Z | Compiling webpki-roots v0.26.6 |
1425 | 2024-11-14T03:22:05.728Z | Compiling idna v0.5.0 |
1426 | 2024-11-14T03:22:05.882Z | Compiling hubpack_derive v0.1.1 |
1427 | 2024-11-14T03:22:06.794Z | Compiling hostname v0.4.0 |
1428 | 2024-11-14T03:22:07.021Z | Compiling ahash v0.8.11 |
1429 | 2024-11-14T03:22:07.047Z | Compiling fs-err v2.11.0 |
1430 | 2024-11-14T03:22:07.067Z | Compiling crc32fast v1.4.2 |
1431 | 2024-11-14T03:22:07.330Z | Compiling winnow v0.5.40 |
1432 | 2024-11-14T03:22:07.356Z | Compiling bitflags v1.3.2 |
1433 | 2024-11-14T03:22:07.418Z | Compiling managed v0.8.0 |
1434 | 2024-11-14T03:22:07.440Z | Compiling debug-ignore v1.0.5 |
1435 | 2024-11-14T03:22:07.442Z | Compiling clap_builder v4.5.20 |
1436 | 2024-11-14T03:22:07.479Z | Compiling zerocopy v0.6.6 |
1437 | 2024-11-14T03:22:07.589Z | Compiling console v0.15.8 |
1438 | 2024-11-14T03:22:08.401Z | Compiling strum_macros v0.25.3 |
1439 | 2024-11-14T03:22:08.792Z | Compiling flate2 v1.0.34 |
1440 | 2024-11-14T03:22:09.239Z | Compiling hubpack v0.1.2 |
1441 | 2024-11-14T03:22:09.285Z | Compiling cookie_store v0.21.0 |
1442 | 2024-11-14T03:22:09.700Z | Compiling elliptic-curve v0.13.8 |
1443 | 2024-11-14T03:22:10.126Z | Compiling hickory-resolver v0.24.1 |
1444 | 2024-11-14T03:22:10.994Z | Compiling toml_edit v0.19.15 |
1445 | 2024-11-14T03:22:11.278Z | Compiling phf v0.11.2 |
1446 | 2024-11-14T03:22:11.480Z | Compiling signal-hook-mio v0.2.4 |
1447 | 2024-11-14T03:22:11.584Z | Compiling hyper-tls v0.6.0 |
1448 | 2024-11-14T03:22:11.653Z | Compiling rayon v1.10.0 |
1449 | 2024-11-14T03:22:12.029Z | Compiling bzip2 v0.4.4 |
1450 | 2024-11-14T03:22:12.634Z | Compiling tokio-tungstenite v0.24.0 |
1451 | 2024-11-14T03:22:14.611Z | Compiling postgres-types v0.2.8 |
1452 | 2024-11-14T03:22:16.159Z | Compiling ed25519 v2.2.3 |
1453 | 2024-11-14T03:22:16.601Z | Compiling phf_shared v0.10.0 |
1454 | 2024-11-14T03:22:17.022Z | Compiling tokio-stream v0.1.16 |
1455 | 2024-11-14T03:22:17.136Z | Compiling pkcs1 v0.7.5 |
1456 | 2024-11-14T03:22:17.170Z | Compiling serde-big-array v0.5.1 |
1457 | 2024-11-14T03:22:17.415Z | Compiling clap_derive v4.5.18 |
1458 | 2024-11-14T03:22:17.878Z | Compiling rfc6979 v0.4.0 |
1459 | 2024-11-14T03:22:18.081Z | Compiling serde_repr v0.1.19 |
1460 | 2024-11-14T03:22:18.103Z | Compiling derive-where v1.2.7 |
1461 | 2024-11-14T03:22:18.140Z | Compiling float-cmp v0.9.0 |
1462 | 2024-11-14T03:22:18.192Z | Compiling bstr v1.10.0 |
1463 | 2024-11-14T03:22:18.401Z | Compiling sync_wrapper v1.0.1 |
1464 | 2024-11-14T03:22:18.558Z | Compiling normalize-line-endings v0.3.0 |
1465 | 2024-11-14T03:22:18.693Z | Compiling precomputed-hash v0.1.1 |
1466 | 2024-11-14T03:22:18.820Z | Compiling unicode-segmentation v1.12.0 |
1467 | 2024-11-14T03:22:19.237Z | Compiling bit-vec v0.6.3 |
1468 | 2024-11-14T03:22:19.321Z | Compiling whoami v1.5.2 |
1469 | 2024-11-14T03:22:19.705Z | Compiling number_prefix v0.4.0 |
1470 | 2024-11-14T03:22:19.708Z | Compiling static_assertions v1.1.0 |
1471 | 2024-11-14T03:22:19.831Z | Compiling difflib v0.4.0 |
1472 | 2024-11-14T03:22:19.933Z | Compiling fixedbitset v0.4.2 |
1473 | 2024-11-14T03:22:19.993Z | Compiling new_debug_unreachable v1.0.6 |
1474 | 2024-11-14T03:22:20.032Z | Compiling predicates-core v1.0.8 |
1475 | 2024-11-14T03:22:20.098Z | Compiling string_cache v0.8.7 |
1476 | 2024-11-14T03:22:20.411Z | Compiling predicates v3.1.2 |
1477 | 2024-11-14T03:22:20.411Z | Compiling petgraph v0.6.5 |
1478 | 2024-11-14T03:22:20.579Z | Compiling indicatif v0.17.8 |
1479 | 2024-11-14T03:22:21.495Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1480 | 2024-11-14T03:22:21.825Z | Compiling tokio-postgres v0.7.12 |
1481 | 2024-11-14T03:22:22.243Z | Compiling bit-set v0.5.3 |
1482 | 2024-11-14T03:22:22.533Z | Compiling similar v2.6.0 |
1483 | 2024-11-14T03:22:22.612Z | Compiling clap v4.5.20 |
1484 | 2024-11-14T03:22:22.738Z | Compiling ecdsa v0.16.9 |
1485 | 2024-11-14T03:22:22.873Z | Compiling rsa v0.9.6 |
1486 | 2024-11-14T03:22:23.657Z | Compiling ed25519-dalek v2.1.1 |
1487 | 2024-11-14T03:22:24.685Z | Compiling toml v0.7.8 |
1488 | 2024-11-14T03:22:25.030Z | Compiling zip v0.6.6 |
1489 | 2024-11-14T03:22:25.117Z | Compiling crossterm v0.28.1 |
1490 | 2024-11-14T03:22:27.214Z | Compiling hex v0.4.3 |
1491 | 2024-11-14T03:22:27.251Z | Compiling x509-cert v0.2.5 |
1492 | 2024-11-14T03:22:27.334Z | Compiling itertools v0.10.5 |
1493 | 2024-11-14T03:22:27.743Z | Compiling unicode-xid v0.2.6 |
1494 | 2024-11-14T03:22:27.846Z | Compiling lalrpop-util v0.19.12 |
1495 | 2024-11-14T03:22:27.928Z | Compiling peg-runtime v0.8.3 |
1496 | 2024-11-14T03:22:28.218Z | Compiling strum_macros v0.26.4 |
1497 | 2024-11-14T03:22:28.468Z | Compiling xattr v1.3.1 |
1498 | 2024-11-14T03:22:28.627Z | Compiling filetime v0.2.25 |
1499 | 2024-11-14T03:22:28.962Z | Compiling tar v0.4.43 |
1500 | 2024-11-14T03:22:33.517Z | Compiling strum v0.26.3 |
1501 | 2024-11-14T03:22:35.747Z | Compiling aws-lc-sys v0.22.0 |
1502 | 2024-11-14T03:23:08.396Z | Compiling rustls-webpki v0.102.8 |
1503 | 2024-11-14T03:23:11.859Z | Compiling tokio-rustls v0.25.0 |
1504 | 2024-11-14T03:23:13.383Z | Compiling tokio-rustls v0.26.0 |
1505 | 2024-11-14T03:23:13.801Z | Compiling hyper-rustls v0.27.3 |
1506 | 2024-11-14T03:23:14.263Z | Compiling reqwest v0.12.9 |
1507 | 2024-11-14T03:23:15.448Z | Compiling qorb v0.2.0 |
1508 | 2024-11-14T03:23:20.399Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1509 | 2024-11-14T03:23:20.638Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1510 | 2024-11-14T03:23:26.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1511 | 2024-11-14T03:23:26.737Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1512 | 2024-11-14T03:23:26.790Z | Nov 14 03:23:25.877 INFO Starting download, target: Clickhouse |
1513 | 2024-11-14T03:23:26.790Z | Nov 14 03:23:25.877 INFO Starting download, target: Cockroach |
1514 | 2024-11-14T03:23:26.790Z | Nov 14 03:23:25.877 INFO Starting download, target: Console |
1515 | 2024-11-14T03:23:26.793Z | Nov 14 03:23:25.877 INFO Starting download, target: DendriteOpenapi |
1516 | 2024-11-14T03:23:26.793Z | Nov 14 03:23:25.877 INFO Starting download, target: DendriteStub |
1517 | 2024-11-14T03:23:26.793Z | Nov 14 03:23:25.877 INFO Starting download, target: MaghemiteMgd |
1518 | 2024-11-14T03:23:26.793Z | Nov 14 03:23:25.877 INFO Starting download, target: TransceiverControl |
1519 | 2024-11-14T03:23:26.793Z | Nov 14 03:23:25.878 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1520 | 2024-11-14T03:23:26.793Z | Nov 14 03:23:25.878 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1521 | 2024-11-14T03:23:26.793Z | Nov 14 03:23:25.878 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1522 | 2024-11-14T03:23:26.793Z | Nov 14 03:23:25.878 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1523 | 2024-11-14T03:23:26.793Z | Nov 14 03:23:25.879 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1524 | 2024-11-14T03:23:26.793Z | Nov 14 03:23:25.879 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1525 | 2024-11-14T03:23:26.793Z | Nov 14 03:23:25.879 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1526 | 2024-11-14T03:23:26.947Z | Nov 14 03:23:26.026 INFO Download complete, target: DendriteOpenapi |
1527 | 2024-11-14T03:23:27.204Z | Nov 14 03:23:26.286 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1528 | 2024-11-14T03:23:27.452Z | Nov 14 03:23:26.534 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1529 | 2024-11-14T03:23:27.720Z | Nov 14 03:23:26.803 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1530 | 2024-11-14T03:23:27.793Z | Nov 14 03:23:26.879 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1531 | 2024-11-14T03:23:27.838Z | Nov 14 03:23:26.921 INFO Download complete, target: Console |
1532 | 2024-11-14T03:23:27.899Z | Nov 14 03:23:26.983 INFO Download complete, target: TransceiverControl |
1533 | 2024-11-14T03:23:28.483Z | Nov 14 03:23:27.570 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1534 | 2024-11-14T03:23:28.483Z | Nov 14 03:23:27.570 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1535 | 2024-11-14T03:23:28.867Z | Nov 14 03:23:27.954 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1536 | 2024-11-14T03:23:30.673Z | Nov 14 03:23:29.759 INFO Download complete, target: DendriteStub |
1537 | 2024-11-14T03:23:30.979Z | Nov 14 03:23:30.066 INFO Download complete, target: MaghemiteMgd |
1538 | 2024-11-14T03:23:36.481Z | Nov 14 03:23:35.568 INFO Checking that binary works, target: Cockroach |
1539 | 2024-11-14T03:23:36.743Z | Nov 14 03:23:35.830 INFO Download complete, target: Cockroach |
1540 | 2024-11-14T03:23:42.232Z | Nov 14 03:23:41.319 INFO Checking that binary works, target: Clickhouse |
1541 | 2024-11-14T03:23:42.903Z | Nov 14 03:23:41.989 INFO Download complete, target: Clickhouse |
1542 | 2024-11-14T03:23:42.910Z | All prerequisites installed successfully |
1543 | 2024-11-14T03:23:42.913Z | |
1544 | 2024-11-14T03:23:42.913Z | real 5:45.013885798 |
1545 | 2024-11-14T03:23:42.913Z | user 16:43.541449191 |
1546 | 2024-11-14T03:23:42.913Z | sys 3:16.741603076 |
1547 | 2024-11-14T03:23:42.913Z | trap 0.588181425 |
1548 | 2024-11-14T03:23:42.913Z | tflt 5.502940266 |
1549 | 2024-11-14T03:23:42.914Z | dflt 5.460246040 |
1550 | 2024-11-14T03:23:42.914Z | kflt 0.220396019 |
1551 | 2024-11-14T03:23:42.914Z | lock 30:17.996142014 |
1552 | 2024-11-14T03:23:42.914Z | slp 1:04:31.016813870 |
1553 | 2024-11-14T03:23:42.914Z | lat 56.226471495 |
1554 | 2024-11-14T03:23:42.914Z | stop 2:16.057396733 |
1555 | 2024-11-14T03:23:42.914Z | + ptime -m cargo xtask download softnpu |
1556 | 2024-11-14T03:23:43.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1557 | 2024-11-14T03:23:43.613Z | Running `target/debug/xtask download softnpu` |
1558 | 2024-11-14T03:23:44.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1559 | 2024-11-14T03:23:44.357Z | Running `target/debug/xtask-downloader softnpu` |
1560 | 2024-11-14T03:23:44.395Z | Nov 14 03:23:43.481 INFO Starting download, target: Softnpu |
1561 | 2024-11-14T03:23:44.398Z | Nov 14 03:23:43.482 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1562 | 2024-11-14T03:23:45.167Z | Nov 14 03:23:44.253 INFO Download complete, target: Softnpu |
1563 | 2024-11-14T03:23:45.171Z | |
1564 | 2024-11-14T03:23:45.174Z | real 2.252618242 |
1565 | 2024-11-14T03:23:45.174Z | user 1.273331789 |
1566 | 2024-11-14T03:23:45.174Z | sys 0.550081299 |
1567 | 2024-11-14T03:23:45.174Z | trap 0.000330616 |
1568 | 2024-11-14T03:23:45.174Z | tflt 0.000014268 |
1569 | 2024-11-14T03:23:45.174Z | dflt 0.000075583 |
1570 | 2024-11-14T03:23:45.174Z | kflt 0.000000000 |
1571 | 2024-11-14T03:23:45.174Z | lock 7.746965259 |
1572 | 2024-11-14T03:23:45.174Z | slp 0.777241968 |
1573 | 2024-11-14T03:23:45.174Z | lat 0.065192131 |
1574 | 2024-11-14T03:23:45.174Z | stop 0.000236770 |
1575 | 2024-11-14T03:23:45.174Z | + export CARGO_INCREMENTAL=0 |
1576 | 2024-11-14T03:23:45.174Z | + CARGO_INCREMENTAL=0 |
1577 | 2024-11-14T03:23:45.174Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1578 | 2024-11-14T03:23:46.150Z | Compiling proc-macro2 v1.0.89 |
1579 | 2024-11-14T03:23:46.150Z | Compiling unicode-ident v1.0.13 |
1580 | 2024-11-14T03:23:46.152Z | Compiling libc v0.2.162 |
1581 | 2024-11-14T03:23:46.152Z | Compiling serde v1.0.215 |
1582 | 2024-11-14T03:23:46.153Z | Compiling autocfg v1.4.0 |
1583 | 2024-11-14T03:23:46.153Z | Compiling version_check v0.9.5 |
1584 | 2024-11-14T03:23:46.153Z | Compiling cfg-if v1.0.0 |
1585 | 2024-11-14T03:23:46.384Z | Compiling memchr v2.7.4 |
1586 | 2024-11-14T03:23:46.410Z | Compiling shlex v1.3.0 |
1587 | 2024-11-14T03:23:46.509Z | Compiling typenum v1.17.0 |
1588 | 2024-11-14T03:23:46.820Z | Compiling value-bag v1.9.0 |
1589 | 2024-11-14T03:23:46.840Z | Compiling scopeguard v1.2.0 |
1590 | 2024-11-14T03:23:47.000Z | Compiling generic-array v0.14.7 |
1591 | 2024-11-14T03:23:47.174Z | Compiling lock_api v0.4.12 |
1592 | 2024-11-14T03:23:47.273Z | Compiling log v0.4.22 |
1593 | 2024-11-14T03:23:47.423Z | Compiling parking_lot_core v0.9.10 |
1594 | 2024-11-14T03:23:47.810Z | Compiling once_cell v1.20.2 |
1595 | 2024-11-14T03:23:47.826Z | Compiling serde_json v1.0.132 |
1596 | 2024-11-14T03:23:48.075Z | Compiling rustix v0.38.37 |
1597 | 2024-11-14T03:23:48.115Z | Compiling quote v1.0.37 |
1598 | 2024-11-14T03:23:48.118Z | Compiling libm v0.2.8 |
1599 | 2024-11-14T03:23:48.215Z | Compiling jobserver v0.1.32 |
1600 | 2024-11-14T03:23:48.425Z | Compiling getrandom v0.2.15 |
1601 | 2024-11-14T03:23:48.712Z | Compiling syn v2.0.87 |
1602 | 2024-11-14T03:23:48.734Z | Compiling cc v1.1.30 |
1603 | 2024-11-14T03:23:48.769Z | Compiling thiserror v1.0.69 |
1604 | 2024-11-14T03:23:48.793Z | Compiling num-traits v0.2.19 |
1605 | 2024-11-14T03:23:48.794Z | Compiling itoa v1.0.11 |
1606 | 2024-11-14T03:23:48.913Z | Compiling spin v0.9.8 |
1607 | 2024-11-14T03:23:48.957Z | Compiling aho-corasick v1.1.3 |
1608 | 2024-11-14T03:23:49.016Z | Compiling regex-syntax v0.8.5 |
1609 | 2024-11-14T03:23:49.202Z | Compiling slab v0.4.9 |
1610 | 2024-11-14T03:23:49.505Z | Compiling byteorder v1.5.0 |
1611 | 2024-11-14T03:23:49.661Z | Compiling errno v0.3.9 |
1612 | 2024-11-14T03:23:49.988Z | Compiling rand_core v0.6.4 |
1613 | 2024-11-14T03:23:50.008Z | Compiling either v1.13.0 |
1614 | 2024-11-14T03:23:50.070Z | Compiling lazy_static v1.5.0 |
1615 | 2024-11-14T03:23:50.442Z | Compiling glob v0.3.1 |
1616 | 2024-11-14T03:23:50.707Z | Compiling prettyplease v0.2.25 |
1617 | 2024-11-14T03:23:51.271Z | Compiling clang-sys v1.8.1 |
1618 | 2024-11-14T03:23:51.458Z | Compiling minimal-lexical v0.2.1 |
1619 | 2024-11-14T03:23:51.486Z | Compiling libloading v0.8.5 |
1620 | 2024-11-14T03:23:51.902Z | Compiling nom v7.1.3 |
1621 | 2024-11-14T03:23:51.955Z | Compiling subtle v2.6.1 |
1622 | 2024-11-14T03:23:52.189Z | Compiling bindgen v0.69.5 |
1623 | 2024-11-14T03:23:52.242Z | Compiling home v0.5.9 |
1624 | 2024-11-14T03:23:52.310Z | Compiling allocator-api2 v0.2.18 |
1625 | 2024-11-14T03:23:52.465Z | Compiling itertools v0.12.1 |
1626 | 2024-11-14T03:23:52.614Z | Compiling regex-automata v0.4.8 |
1627 | 2024-11-14T03:23:53.132Z | Compiling lazycell v1.3.0 |
1628 | 2024-11-14T03:23:53.297Z | Compiling rustc-hash v1.1.0 |
1629 | 2024-11-14T03:23:53.380Z | Compiling semver v1.0.23 |
1630 | 2024-11-14T03:23:53.455Z | Compiling smallvec v1.13.2 |
1631 | 2024-11-14T03:23:53.843Z | Compiling cmake v0.1.51 |
1632 | 2024-11-14T03:23:54.146Z | Compiling fs_extra v1.3.0 |
1633 | 2024-11-14T03:23:54.681Z | Compiling dunce v1.0.5 |
1634 | 2024-11-14T03:23:55.275Z | Compiling cexpr v0.6.0 |
1635 | 2024-11-14T03:23:55.349Z | Compiling pkg-config v0.3.31 |
1636 | 2024-11-14T03:23:55.487Z | Compiling ring v0.17.8 |
1637 | 2024-11-14T03:23:55.688Z | Compiling pin-project-lite v0.2.14 |
1638 | 2024-11-14T03:23:55.824Z | Compiling ryu v1.0.18 |
1639 | 2024-11-14T03:23:56.115Z | Compiling const-oid v0.9.6 |
1640 | 2024-11-14T03:23:56.132Z | Compiling paste v1.0.15 |
1641 | 2024-11-14T03:23:56.552Z | Compiling synstructure v0.13.1 |
1642 | 2024-11-14T03:23:56.975Z | Compiling equivalent v1.0.1 |
1643 | 2024-11-14T03:23:56.998Z | Compiling httparse v1.9.5 |
1644 | 2024-11-14T03:23:57.091Z | Compiling aws-lc-rs v1.10.0 |
1645 | 2024-11-14T03:23:57.505Z | Compiling foldhash v0.1.3 |
1646 | 2024-11-14T03:23:57.786Z | Compiling hashbrown v0.15.0 |
1647 | 2024-11-14T03:23:58.013Z | Compiling schemars v0.8.21 |
1648 | 2024-11-14T03:23:58.045Z | Compiling heck v0.5.0 |
1649 | 2024-11-14T03:23:58.347Z | Compiling regex v1.11.1 |
1650 | 2024-11-14T03:23:59.020Z | Compiling serde_derive_internals v0.29.1 |
1651 | 2024-11-14T03:23:59.236Z | Compiling signal-hook-registry v1.4.2 |
1652 | 2024-11-14T03:23:59.399Z | Compiling parking_lot v0.12.3 |
1653 | 2024-11-14T03:23:59.418Z | Compiling mio v1.0.2 |
1654 | 2024-11-14T03:24:01.256Z | Compiling crossbeam-utils v0.8.20 |
1655 | 2024-11-14T03:24:01.300Z | Compiling stable_deref_trait v1.2.0 |
1656 | 2024-11-14T03:24:01.423Z | Compiling socket2 v0.5.7 |
1657 | 2024-11-14T03:24:01.505Z | Compiling futures-core v0.3.31 |
1658 | 2024-11-14T03:24:01.773Z | Compiling num-conv v0.1.0 |
1659 | 2024-11-14T03:24:01.792Z | Compiling time-core v0.1.2 |
1660 | 2024-11-14T03:24:02.080Z | Compiling time-macros v0.2.18 |
1661 | 2024-11-14T03:24:02.183Z | Compiling serde_derive v1.0.215 |
1662 | 2024-11-14T03:24:02.291Z | Compiling zeroize_derive v1.4.2 |
1663 | 2024-11-14T03:24:02.716Z | Compiling zerocopy-derive v0.7.35 |
1664 | 2024-11-14T03:24:03.095Z | Compiling thiserror-impl v1.0.69 |
1665 | 2024-11-14T03:24:03.551Z | Compiling tokio-macros v2.4.0 |
1666 | 2024-11-14T03:24:03.578Z | Compiling zerofrom-derive v0.1.4 |
1667 | 2024-11-14T03:24:03.742Z | Compiling zeroize v1.8.1 |
1668 | 2024-11-14T03:24:04.208Z | Compiling yoke-derive v0.7.4 |
1669 | 2024-11-14T03:24:04.569Z | Compiling futures-macro v0.3.31 |
1670 | 2024-11-14T03:24:04.986Z | Compiling zerovec-derive v0.10.3 |
1671 | 2024-11-14T03:24:05.016Z | Compiling zerocopy v0.7.35 |
1672 | 2024-11-14T03:24:05.888Z | Compiling displaydoc v0.2.5 |
1673 | 2024-11-14T03:24:06.351Z | Compiling crypto-common v0.1.6 |
1674 | 2024-11-14T03:24:06.681Z | Compiling tracing-attributes v0.1.27 |
1675 | 2024-11-14T03:24:06.731Z | Compiling icu_provider_macros v1.5.0 |
1676 | 2024-11-14T03:24:06.815Z | Compiling block-buffer v0.10.4 |
1677 | 2024-11-14T03:24:07.062Z | Compiling digest v0.10.7 |
1678 | 2024-11-14T03:24:07.407Z | Compiling schemars_derive v0.8.21 |
1679 | 2024-11-14T03:24:07.431Z | Compiling der_derive v0.7.3 |
1680 | 2024-11-14T03:24:07.552Z | Compiling fnv v1.0.7 |
1681 | 2024-11-14T03:24:07.795Z | Compiling vcpkg v0.2.15 |
1682 | 2024-11-14T03:24:09.383Z | Compiling openssl-sys v0.9.104 |
1683 | 2024-11-14T03:24:10.035Z | Compiling cpufeatures v0.2.14 |
1684 | 2024-11-14T03:24:10.135Z | Compiling futures-sink v0.3.31 |
1685 | 2024-11-14T03:24:10.282Z | Compiling slog v2.7.0 |
1686 | 2024-11-14T03:24:10.474Z | Compiling ahash v0.8.11 |
1687 | 2024-11-14T03:24:10.534Z | Compiling syn v1.0.109 |
1688 | 2024-11-14T03:24:10.862Z | Compiling zerofrom v0.1.4 |
1689 | 2024-11-14T03:24:11.097Z | Compiling scroll_derive v0.12.0 |
1690 | 2024-11-14T03:24:11.191Z | Compiling iana-time-zone v0.1.61 |
1691 | 2024-11-14T03:24:11.439Z | Compiling ucd-trie v0.1.7 |
1692 | 2024-11-14T03:24:11.688Z | Compiling pest v2.7.14 |
1693 | 2024-11-14T03:24:11.931Z | Compiling yoke v0.7.4 |
1694 | 2024-11-14T03:24:11.969Z | Compiling futures-channel v0.3.31 |
1695 | 2024-11-14T03:24:12.473Z | Compiling hmac v0.12.1 |
1696 | 2024-11-14T03:24:12.706Z | Compiling futures-task v0.3.31 |
1697 | 2024-11-14T03:24:12.732Z | Compiling futures-io v0.3.31 |
1698 | 2024-11-14T03:24:13.005Z | Compiling pin-utils v0.1.0 |
1699 | 2024-11-14T03:24:13.028Z | Compiling openssl v0.10.68 |
1700 | 2024-11-14T03:24:13.159Z | Compiling futures-util v0.3.31 |
1701 | 2024-11-14T03:24:13.422Z | Compiling zerovec v0.10.4 |
1702 | 2024-11-14T03:24:13.684Z | Compiling block-padding v0.3.3 |
1703 | 2024-11-14T03:24:14.064Z | Compiling tinyvec_macros v0.1.1 |
1704 | 2024-11-14T03:24:14.541Z | Compiling pest_meta v2.7.14 |
1705 | 2024-11-14T03:24:14.602Z | Compiling tinyvec v1.8.0 |
1706 | 2024-11-14T03:24:15.531Z | Compiling inout v0.1.3 |
1707 | 2024-11-14T03:24:15.783Z | Compiling bitflags v2.6.0 |
1708 | 2024-11-14T03:24:16.107Z | Compiling bytes v1.7.2 |
1709 | 2024-11-14T03:24:17.434Z | Compiling indexmap v2.6.0 |
1710 | 2024-11-14T03:24:18.703Z | Compiling tokio v1.40.0 |
1711 | 2024-11-14T03:24:18.922Z | Compiling serde_tokenstream v0.2.2 |
1712 | 2024-11-14T03:24:19.469Z | Compiling http v1.1.0 |
1713 | 2024-11-14T03:24:20.178Z | Compiling which v4.4.2 |
1714 | 2024-11-14T03:24:20.332Z | Compiling uuid v1.11.0 |
1715 | 2024-11-14T03:24:21.257Z | Compiling rustc_version v0.4.1 |
1716 | 2024-11-14T03:24:21.649Z | Compiling chrono v0.4.38 |
1717 | 2024-11-14T03:24:23.744Z | Compiling pest_generator v2.7.14 |
1718 | 2024-11-14T03:24:24.127Z | Compiling serde_spanned v0.6.8 |
1719 | 2024-11-14T03:24:24.869Z | Compiling toml_datetime v0.6.8 |
1720 | 2024-11-14T03:24:25.545Z | Compiling openssl-macros v0.1.1 |
1721 | 2024-11-14T03:24:26.270Z | Compiling rustls v0.23.14 |
1722 | 2024-11-14T03:24:26.553Z | Compiling native-tls v0.2.12 |
1723 | 2024-11-14T03:24:27.785Z | Compiling pest_derive v2.7.14 |
1724 | 2024-11-14T03:24:27.919Z | Compiling unicode-normalization v0.1.24 |
1725 | 2024-11-14T03:24:28.420Z | Compiling cipher v0.4.4 |
1726 | 2024-11-14T03:24:28.538Z | Compiling tinystr v0.7.6 |
1727 | 2024-11-14T03:24:28.741Z | Compiling sha2 v0.10.8 |
1728 | 2024-11-14T03:24:28.901Z | Compiling tracing-core v0.1.32 |
1729 | 2024-11-14T03:24:28.985Z | Compiling usdt-impl v0.5.0 |
1730 | 2024-11-14T03:24:29.022Z | Compiling litemap v0.7.3 |
1731 | 2024-11-14T03:24:29.320Z | Compiling dyn-clone v1.0.17 |
1732 | 2024-11-14T03:24:29.418Z | Compiling unicode-bidi v0.3.17 |
1733 | 2024-11-14T03:24:29.538Z | Compiling writeable v0.5.5 |
1734 | 2024-11-14T03:24:29.576Z | Compiling base64ct v1.6.0 |
1735 | 2024-11-14T03:24:30.073Z | Compiling pem-rfc7468 v0.7.0 |
1736 | 2024-11-14T03:24:30.130Z | Compiling icu_locid v1.5.0 |
1737 | 2024-11-14T03:24:30.155Z | Compiling tracing v0.1.40 |
1738 | 2024-11-14T03:24:31.231Z | Compiling scroll v0.12.0 |
1739 | 2024-11-14T03:24:31.530Z | Compiling ppv-lite86 v0.2.20 |
1740 | 2024-11-14T03:24:31.853Z | Compiling async-trait v0.1.83 |
1741 | 2024-11-14T03:24:32.396Z | Compiling cookie v0.18.1 |
1742 | 2024-11-14T03:24:32.431Z | Compiling anyhow v1.0.93 |
1743 | 2024-11-14T03:24:33.425Z | Compiling camino v1.1.9 |
1744 | 2024-11-14T03:24:33.935Z | Compiling plain v0.2.3 |
1745 | 2024-11-14T03:24:34.079Z | Compiling flagset v0.4.6 |
1746 | 2024-11-14T03:24:34.108Z | Compiling goblin v0.8.2 |
1747 | 2024-11-14T03:24:34.295Z | Compiling der v0.7.9 |
1748 | 2024-11-14T03:24:34.391Z | Compiling aws-lc-sys v0.22.0 |
1749 | 2024-11-14T03:24:39.900Z | Compiling rand_chacha v0.3.1 |
1750 | 2024-11-14T03:24:40.855Z | Compiling icu_provider v1.5.0 |
1751 | 2024-11-14T03:24:41.912Z | Compiling rustls-pki-types v1.9.0 |
1752 | 2024-11-14T03:24:43.085Z | Compiling untrusted v0.7.1 |
1753 | 2024-11-14T03:24:43.140Z | Compiling icu_locid_transform_data v1.5.0 |
1754 | 2024-11-14T03:24:43.250Z | Compiling rayon-core v1.12.1 |
1755 | 2024-11-14T03:24:43.277Z | Compiling percent-encoding v2.3.1 |
1756 | 2024-11-14T03:24:43.726Z | Compiling pretty-hex v0.4.1 |
1757 | 2024-11-14T03:24:43.915Z | Compiling rustls v0.22.4 |
1758 | 2024-11-14T03:24:43.943Z | Compiling dof v0.3.0 |
1759 | 2024-11-14T03:24:44.186Z | Compiling icu_locid_transform v1.5.0 |
1760 | 2024-11-14T03:24:44.992Z | Compiling rand v0.8.5 |
1761 | 2024-11-14T03:24:45.441Z | Compiling spki v0.7.3 |
1762 | 2024-11-14T03:24:45.658Z | Compiling salsa20 v0.10.2 |
1763 | 2024-11-14T03:24:45.783Z | Compiling dtrace-parser v0.2.0 |
1764 | 2024-11-14T03:24:45.801Z | Compiling tokio-util v0.7.12 |
1765 | 2024-11-14T03:24:46.525Z | Compiling icu_collections v1.5.0 |
1766 | 2024-11-14T03:24:46.689Z | Compiling pbkdf2 v0.12.2 |
1767 | 2024-11-14T03:24:47.347Z | Compiling thread-id v4.2.2 |
1768 | 2024-11-14T03:24:47.463Z | Compiling untrusted v0.9.0 |
1769 | 2024-11-14T03:24:47.553Z | Compiling mirai-annotations v1.12.0 |
1770 | 2024-11-14T03:24:47.572Z | Compiling powerfmt v0.2.0 |
1771 | 2024-11-14T03:24:47.808Z | Compiling icu_properties_data v1.5.0 |
1772 | 2024-11-14T03:24:47.878Z | Compiling winnow v0.5.40 |
1773 | 2024-11-14T03:24:48.014Z | Compiling deranged v0.3.11 |
1774 | 2024-11-14T03:24:48.066Z | Compiling icu_properties v1.5.1 |
1775 | 2024-11-14T03:24:51.857Z | Compiling toml_edit v0.19.15 |
1776 | 2024-11-14T03:24:53.562Z | Compiling scrypt v0.11.0 |
1777 | 2024-11-14T03:24:53.595Z | Compiling cbc v0.1.2 |
1778 | 2024-11-14T03:24:53.814Z | Compiling aes v0.8.4 |
1779 | 2024-11-14T03:24:53.974Z | Compiling multer v3.1.0 |
1780 | 2024-11-14T03:24:54.259Z | Compiling utf8_iter v1.0.4 |
1781 | 2024-11-14T03:24:54.327Z | Compiling atomic-waker v1.1.2 |
1782 | 2024-11-14T03:24:54.520Z | Compiling slog-async v2.8.0 |
1783 | 2024-11-14T03:24:54.778Z | Compiling write16 v1.0.0 |
1784 | 2024-11-14T03:24:54.917Z | Compiling num_threads v0.1.7 |
1785 | 2024-11-14T03:24:55.051Z | Compiling utf16_iter v1.0.5 |
1786 | 2024-11-14T03:24:55.054Z | Compiling rustversion v1.0.17 |
1787 | 2024-11-14T03:24:55.298Z | Compiling icu_normalizer_data v1.5.0 |
1788 | 2024-11-14T03:24:55.406Z | Compiling time v0.3.36 |
1789 | 2024-11-14T03:24:55.455Z | Compiling icu_normalizer v1.5.0 |
1790 | 2024-11-14T03:24:56.494Z | Compiling pkcs5 v0.7.1 |
1791 | 2024-11-14T03:24:57.697Z | Compiling form_urlencoded v1.2.1 |
1792 | 2024-11-14T03:24:58.511Z | Compiling http-body v1.0.1 |
1793 | 2024-11-14T03:24:58.776Z | Compiling heapless v0.7.17 |
1794 | 2024-11-14T03:24:59.339Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1795 | 2024-11-14T03:24:59.801Z | Compiling signal-hook v0.3.17 |
1796 | 2024-11-14T03:25:00.221Z | Compiling try-lock v0.2.5 |
1797 | 2024-11-14T03:25:00.650Z | Compiling want v0.3.1 |
1798 | 2024-11-14T03:25:02.239Z | Compiling pkcs8 v0.10.2 |
1799 | 2024-11-14T03:25:02.389Z | Compiling idna_adapter v1.2.0 |
1800 | 2024-11-14T03:25:02.885Z | Compiling h2 v0.4.6 |
1801 | 2024-11-14T03:25:03.907Z | Compiling usdt-attr-macro v0.5.0 |
1802 | 2024-11-14T03:25:05.384Z | Compiling usdt-macro v0.5.0 |
1803 | 2024-11-14T03:25:05.993Z | Compiling async-stream-impl v0.3.6 |
1804 | 2024-11-14T03:25:06.295Z | Compiling adler2 v2.0.0 |
1805 | 2024-11-14T03:25:06.559Z | Compiling strsim v0.11.1 |
1806 | 2024-11-14T03:25:06.769Z | Compiling httpdate v1.0.3 |
1807 | 2024-11-14T03:25:07.336Z | Compiling miniz_oxide v0.8.0 |
1808 | 2024-11-14T03:25:08.172Z | Compiling idna v1.0.3 |
1809 | 2024-11-14T03:25:09.651Z | Compiling curve25519-dalek v4.1.3 |
1810 | 2024-11-14T03:25:10.062Z | Compiling openapiv3 v2.0.0 |
1811 | 2024-11-14T03:25:10.616Z | Compiling enum-as-inner v0.6.1 |
1812 | 2024-11-14T03:25:11.047Z | Compiling hyper v1.5.0 |
1813 | 2024-11-14T03:25:14.126Z | Compiling dropshot v0.12.0 |
1814 | 2024-11-14T03:25:14.405Z | Compiling match_cfg v0.1.0 |
1815 | 2024-11-14T03:25:14.425Z | Compiling portable-atomic v1.9.0 |
1816 | 2024-11-14T03:25:14.499Z | Compiling base64 v0.22.1 |
1817 | 2024-11-14T03:25:15.121Z | Compiling foreign-types-shared v0.1.1 |
1818 | 2024-11-14T03:25:15.202Z | Compiling tower-service v0.3.3 |
1819 | 2024-11-14T03:25:15.231Z | Compiling num-bigint-dig v0.8.4 |
1820 | 2024-11-14T03:25:15.323Z | Compiling smoltcp v0.9.1 |
1821 | 2024-11-14T03:25:15.476Z | Compiling hyper-util v0.1.10 |
1822 | 2024-11-14T03:25:15.909Z | Compiling foreign-types v0.3.2 |
1823 | 2024-11-14T03:25:16.008Z | Compiling hostname v0.3.1 |
1824 | 2024-11-14T03:25:18.900Z | Compiling url v2.5.3 |
1825 | 2024-11-14T03:25:22.809Z | Compiling dirs-sys-next v0.1.2 |
1826 | 2024-11-14T03:25:23.129Z | Compiling siphasher v0.3.11 |
1827 | 2024-11-14T03:25:23.286Z | Compiling data-encoding v2.6.0 |
1828 | 2024-11-14T03:25:23.305Z | Compiling gimli v0.31.1 |
1829 | 2024-11-14T03:25:23.506Z | Compiling heck v0.4.1 |
1830 | 2024-11-14T03:25:24.033Z | Compiling dirs-next v2.0.0 |
1831 | 2024-11-14T03:25:26.480Z | Compiling http-body-util v0.1.2 |
1832 | 2024-11-14T03:25:27.656Z | Compiling crossbeam-epoch v0.9.18 |
1833 | 2024-11-14T03:25:28.385Z | Compiling addr2line v0.24.2 |
1834 | 2024-11-14T03:25:29.312Z | Compiling hubpack_derive v0.1.1 |
1835 | 2024-11-14T03:25:29.559Z | Compiling dropshot_endpoint v0.12.0 |
1836 | 2024-11-14T03:25:30.220Z | Compiling sha1 v0.10.6 |
1837 | 2024-11-14T03:25:30.291Z | Compiling signature v2.2.0 |
1838 | 2024-11-14T03:25:30.517Z | Compiling curve25519-dalek-derive v0.1.1 |
1839 | 2024-11-14T03:25:30.585Z | Compiling zerocopy-derive v0.6.6 |
1840 | 2024-11-14T03:25:30.823Z | Compiling object v0.36.5 |
1841 | 2024-11-14T03:25:32.521Z | Compiling thread_local v1.1.8 |
1842 | 2024-11-14T03:25:32.643Z | Compiling fs-err v2.11.0 |
1843 | 2024-11-14T03:25:32.946Z | Compiling encoding_rs v0.8.34 |
1844 | 2024-11-14T03:25:33.739Z | Compiling anstyle v1.0.10 |
1845 | 2024-11-14T03:25:34.189Z | Compiling ipnet v2.10.1 |
1846 | 2024-11-14T03:25:36.374Z | Compiling winnow v0.6.20 |
1847 | 2024-11-14T03:25:40.183Z | Compiling utf8parse v0.2.2 |
1848 | 2024-11-14T03:25:40.202Z | Compiling unicode-properties v0.1.3 |
1849 | 2024-11-14T03:25:40.354Z | Compiling mime v0.3.17 |
1850 | 2024-11-14T03:25:42.015Z | Compiling rustc-demangle v0.1.24 |
1851 | 2024-11-14T03:25:44.087Z | Compiling openssl-probe v0.1.5 |
1852 | 2024-11-14T03:25:44.379Z | Compiling backtrace v0.3.74 |
1853 | 2024-11-14T03:25:44.832Z | Compiling stringprep v0.1.5 |
1854 | 2024-11-14T03:25:45.843Z | Compiling anstyle-parse v0.2.5 |
1855 | 2024-11-14T03:25:46.176Z | Compiling toml_edit v0.22.22 |
1856 | 2024-11-14T03:25:48.686Z | Compiling crossbeam-deque v0.8.5 |
1857 | 2024-11-14T03:25:49.044Z | Compiling rustls-webpki v0.102.8 |
1858 | 2024-11-14T03:25:55.480Z | Compiling term v0.7.0 |
1859 | 2024-11-14T03:25:55.541Z | Compiling slog-json v2.6.1 |
1860 | 2024-11-14T03:25:56.819Z | Compiling serde_urlencoded v0.7.1 |
1861 | 2024-11-14T03:25:57.654Z | Compiling crossbeam-channel v0.5.13 |
1862 | 2024-11-14T03:25:57.955Z | Compiling rustls-pemfile v2.2.0 |
1863 | 2024-11-14T03:25:58.712Z | Compiling hashbrown v0.14.5 |
1864 | 2024-11-14T03:25:59.232Z | Compiling idna v0.4.0 |
1865 | 2024-11-14T03:25:59.252Z | Compiling idna v0.3.0 |
1866 | 2024-11-14T03:26:00.035Z | Compiling futures-executor v0.3.31 |
1867 | 2024-11-14T03:26:00.711Z | Compiling num-integer v0.1.46 |
1868 | 2024-11-14T03:26:00.949Z | Compiling md-5 v0.10.6 |
1869 | 2024-11-14T03:26:01.192Z | Compiling ff v0.13.0 |
1870 | 2024-11-14T03:26:01.214Z | Compiling hash32 v0.2.1 |
1871 | 2024-11-14T03:26:01.436Z | Compiling memmap v0.7.0 |
1872 | 2024-11-14T03:26:01.454Z | Compiling is-terminal v0.4.13 |
1873 | 2024-11-14T03:26:01.594Z | Compiling anstyle-query v1.1.1 |
1874 | 2024-11-14T03:26:01.776Z | Compiling linked-hash-map v0.5.6 |
1875 | 2024-11-14T03:26:01.796Z | Compiling quick-error v1.2.3 |
1876 | 2024-11-14T03:26:01.954Z | Compiling psl-types v2.0.11 |
1877 | 2024-11-14T03:26:02.159Z | Compiling base16ct v0.2.0 |
1878 | 2024-11-14T03:26:02.453Z | Compiling fallible-iterator v0.2.0 |
1879 | 2024-11-14T03:26:03.091Z | Compiling utf-8 v0.7.6 |
1880 | 2024-11-14T03:26:03.217Z | Compiling colorchoice v1.0.2 |
1881 | 2024-11-14T03:26:03.423Z | Compiling take_mut v0.2.2 |
1882 | 2024-11-14T03:26:03.595Z | Compiling is_terminal_polyfill v1.70.1 |
1883 | 2024-11-14T03:26:04.815Z | Compiling anstream v0.6.15 |
1884 | 2024-11-14T03:26:05.507Z | Compiling tungstenite v0.24.0 |
1885 | 2024-11-14T03:26:06.361Z | Compiling postgres-protocol v0.6.7 |
1886 | 2024-11-14T03:26:06.473Z | Compiling sec1 v0.7.3 |
1887 | 2024-11-14T03:26:07.062Z | Compiling lru-cache v0.1.2 |
1888 | 2024-11-14T03:26:07.278Z | Compiling publicsuffix v2.2.3 |
1889 | 2024-11-14T03:26:07.566Z | Compiling resolv-conf v0.7.0 |
1890 | 2024-11-14T03:26:07.568Z | Compiling usdt v0.5.0 |
1891 | 2024-11-14T03:26:07.604Z | Compiling slog-term v2.9.1 |
1892 | 2024-11-14T03:26:08.269Z | Compiling group v0.13.0 |
1893 | 2024-11-14T03:26:08.594Z | Compiling num-iter v0.1.45 |
1894 | 2024-11-14T03:26:08.713Z | Compiling futures v0.3.31 |
1895 | 2024-11-14T03:26:08.785Z | Compiling hickory-proto v0.24.1 |
1896 | 2024-11-14T03:26:08.832Z | Compiling regress v0.10.1 |
1897 | 2024-11-14T03:26:11.496Z | Compiling tokio-rustls v0.26.0 |
1898 | 2024-11-14T03:26:12.741Z | Compiling slog-bunyan v2.5.0 |
1899 | 2024-11-14T03:26:12.922Z | Compiling tokio-rustls v0.25.0 |
1900 | 2024-11-14T03:26:13.214Z | Compiling toml v0.8.19 |
1901 | 2024-11-14T03:26:13.370Z | Compiling tokio-native-tls v0.3.1 |
1902 | 2024-11-14T03:26:13.594Z | Compiling strum_macros v0.25.3 |
1903 | 2024-11-14T03:26:13.659Z | Compiling phf_shared v0.11.2 |
1904 | 2024-11-14T03:26:14.140Z | Compiling async-stream v0.3.6 |
1905 | 2024-11-14T03:26:14.227Z | Compiling waitgroup v0.1.2 |
1906 | 2024-11-14T03:26:14.416Z | Compiling webpki-roots v0.26.6 |
1907 | 2024-11-14T03:26:14.785Z | Compiling idna v0.5.0 |
1908 | 2024-11-14T03:26:15.062Z | Compiling terminal_size v0.4.0 |
1909 | 2024-11-14T03:26:15.276Z | Compiling serde_path_to_error v0.1.16 |
1910 | 2024-11-14T03:26:15.370Z | Compiling hkdf v0.12.4 |
1911 | 2024-11-14T03:26:16.233Z | Compiling crypto-bigint v0.5.5 |
1912 | 2024-11-14T03:26:16.253Z | Compiling derive-where v1.2.7 |
1913 | 2024-11-14T03:26:16.276Z | Compiling serde_repr v0.1.19 |
1914 | 2024-11-14T03:26:17.279Z | Compiling clap_derive v4.5.18 |
1915 | 2024-11-14T03:26:17.343Z | Compiling hostname v0.4.0 |
1916 | 2024-11-14T03:26:17.571Z | Compiling crc32fast v1.4.2 |
1917 | 2024-11-14T03:26:17.924Z | Compiling clap_lex v0.7.2 |
1918 | 2024-11-14T03:26:18.122Z | Compiling debug-ignore v1.0.5 |
1919 | 2024-11-14T03:26:18.274Z | Compiling managed v0.8.0 |
1920 | 2024-11-14T03:26:18.727Z | Compiling bitflags v1.3.2 |
1921 | 2024-11-14T03:26:18.991Z | Compiling unicode-width v0.1.14 |
1922 | 2024-11-14T03:26:19.416Z | Compiling elliptic-curve v0.13.8 |
1923 | 2024-11-14T03:26:19.522Z | Compiling console v0.15.8 |
1924 | 2024-11-14T03:26:21.867Z | Compiling clap_builder v4.5.20 |
1925 | 2024-11-14T03:26:22.364Z | Compiling flate2 v1.0.34 |
1926 | 2024-11-14T03:26:23.215Z | Compiling cookie_store v0.21.0 |
1927 | 2024-11-14T03:26:24.645Z | Compiling hyper-rustls v0.27.3 |
1928 | 2024-11-14T03:26:25.251Z | Compiling hickory-resolver v0.24.1 |
1929 | 2024-11-14T03:26:29.157Z | Compiling phf v0.11.2 |
1930 | 2024-11-14T03:26:29.457Z | Compiling hyper-tls v0.6.0 |
1931 | 2024-11-14T03:26:29.761Z | Compiling signal-hook-mio v0.2.4 |
1932 | 2024-11-14T03:26:29.855Z | Compiling typify-impl v0.2.0 |
1933 | 2024-11-14T03:26:29.932Z | Compiling bzip2 v0.4.4 |
1934 | 2024-11-14T03:26:30.031Z | Compiling rayon v1.10.0 |
1935 | 2024-11-14T03:26:30.315Z | Compiling postgres-types v0.2.8 |
1936 | 2024-11-14T03:26:30.369Z | Compiling tokio-tungstenite v0.24.0 |
1937 | 2024-11-14T03:26:31.019Z | Compiling zerocopy v0.6.6 |
1938 | 2024-11-14T03:26:31.069Z | Compiling ed25519 v2.2.3 |
1939 | 2024-11-14T03:26:31.546Z | Compiling hubpack v0.1.2 |
1940 | 2024-11-14T03:26:31.720Z | Compiling phf_shared v0.10.0 |
1941 | 2024-11-14T03:26:32.029Z | Compiling pkcs1 v0.7.5 |
1942 | 2024-11-14T03:26:32.127Z | Compiling tokio-stream v0.1.16 |
1943 | 2024-11-14T03:26:33.114Z | Compiling serde-big-array v0.5.1 |
1944 | 2024-11-14T03:26:33.175Z | Compiling rfc6979 v0.4.0 |
1945 | 2024-11-14T03:26:33.345Z | Compiling float-cmp v0.9.0 |
1946 | 2024-11-14T03:26:33.371Z | Compiling sync_wrapper v1.0.1 |
1947 | 2024-11-14T03:26:33.529Z | Compiling bstr v1.10.0 |
1948 | 2024-11-14T03:26:34.659Z | Compiling fixedbitset v0.4.2 |
1949 | 2024-11-14T03:26:35.083Z | Compiling normalize-line-endings v0.3.0 |
1950 | 2024-11-14T03:26:35.118Z | Compiling precomputed-hash v0.1.1 |
1951 | 2024-11-14T03:26:35.142Z | Compiling bit-vec v0.6.3 |
1952 | 2024-11-14T03:26:35.214Z | Compiling difflib v0.4.0 |
1953 | 2024-11-14T03:26:35.246Z | Compiling static_assertions v1.1.0 |
1954 | 2024-11-14T03:26:35.357Z | Compiling new_debug_unreachable v1.0.6 |
1955 | 2024-11-14T03:26:35.555Z | Compiling predicates-core v1.0.8 |
1956 | 2024-11-14T03:26:35.697Z | Compiling number_prefix v0.4.0 |
1957 | 2024-11-14T03:26:36.436Z | Compiling whoami v1.5.2 |
1958 | 2024-11-14T03:26:36.456Z | Compiling unicode-segmentation v1.12.0 |
1959 | 2024-11-14T03:26:36.630Z | Compiling indicatif v0.17.8 |
1960 | 2024-11-14T03:26:37.034Z | Compiling tokio-postgres v0.7.12 |
1961 | 2024-11-14T03:26:37.305Z | Compiling similar v2.6.0 |
1962 | 2024-11-14T03:26:37.896Z | Compiling predicates v3.1.2 |
1963 | 2024-11-14T03:26:39.100Z | Compiling bit-set v0.5.3 |
1964 | 2024-11-14T03:26:39.376Z | Compiling string_cache v0.8.7 |
1965 | 2024-11-14T03:26:39.401Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1966 | 2024-11-14T03:26:39.442Z | Compiling petgraph v0.6.5 |
1967 | 2024-11-14T03:26:45.454Z | Compiling typify-macro v0.2.0 |
1968 | 2024-11-14T03:26:45.498Z | Compiling reqwest v0.12.9 |
1969 | 2024-11-14T03:26:45.498Z | Compiling ecdsa v0.16.9 |
1970 | 2024-11-14T03:26:45.498Z | Compiling qorb v0.2.0 |
1971 | 2024-11-14T03:26:45.498Z | Compiling rsa v0.9.6 |
1972 | 2024-11-14T03:26:45.499Z | Compiling ed25519-dalek v2.1.1 |
1973 | 2024-11-14T03:26:45.688Z | Compiling zip v0.6.6 |
1974 | 2024-11-14T03:26:45.813Z | Compiling crossterm v0.28.1 |
1975 | 2024-11-14T03:26:45.981Z | Compiling clap v4.5.20 |
1976 | 2024-11-14T03:26:46.933Z | Compiling toml v0.7.8 |
1977 | 2024-11-14T03:26:48.008Z | Compiling x509-cert v0.2.5 |
1978 | 2024-11-14T03:26:48.978Z | Compiling hex v0.4.3 |
1979 | 2024-11-14T03:26:49.794Z | Compiling itertools v0.10.5 |
1980 | 2024-11-14T03:26:49.979Z | Compiling lalrpop-util v0.19.12 |
1981 | 2024-11-14T03:26:50.339Z | Compiling unicode-xid v0.2.6 |
1982 | 2024-11-14T03:26:50.535Z | Compiling peg-runtime v0.8.3 |
1983 | 2024-11-14T03:26:52.975Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1984 | 2024-11-14T03:26:57.204Z | Compiling proc-macro-crate v1.3.1 |
1985 | 2024-11-14T03:26:57.451Z | Compiling ipnetwork v0.20.0 |
1986 | 2024-11-14T03:26:58.526Z | Compiling heapless v0.8.0 |
1987 | 2024-11-14T03:27:02.737Z | Compiling num_enum_derive v0.5.11 |
1988 | 2024-11-14T03:27:11.227Z | Compiling hash32 v0.3.1 |
1989 | 2024-11-14T03:27:12.020Z | Compiling ident_case v1.0.1 |
1990 | 2024-11-14T03:27:12.476Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1991 | 2024-11-14T03:27:13.139Z | Compiling smoltcp v0.11.0 |
1992 | 2024-11-14T03:27:16.456Z | Compiling darling_core v0.20.10 |
1993 | 2024-11-14T03:27:20.065Z | Compiling num_enum v0.5.11 |
1994 | 2024-11-14T03:27:20.771Z | Compiling typify v0.2.0 |
1995 | 2024-11-14T03:27:22.361Z | Compiling proc-macro-error-attr v1.0.4 |
1996 | 2024-11-14T03:27:22.670Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1997 | 2024-11-14T03:27:22.856Z | Compiling cobs v0.2.3 |
1998 | 2024-11-14T03:27:22.965Z | Compiling unsafe-libyaml v0.2.11 |
1999 | 2024-11-14T03:27:24.412Z | Compiling serde_yaml v0.9.34+deprecated |
2000 | 2024-11-14T03:27:24.749Z | Compiling postcard v1.0.10 |
2001 | 2024-11-14T03:27:27.931Z | Compiling darling_macro v0.20.10 |
2002 | 2024-11-14T03:27:39.671Z | Compiling progenitor-impl v0.8.0 |
2003 | 2024-11-14T03:27:52.761Z | Compiling strum_macros v0.26.4 |
2004 | 2024-11-14T03:27:53.957Z | Compiling structmeta-derive v0.3.0 |
2005 | 2024-11-14T03:27:53.995Z | Compiling foreign-types-macros v0.2.3 |
2006 | 2024-11-14T03:27:54.174Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2007 | 2024-11-14T03:27:54.431Z | Compiling proc-macro-error v1.0.4 |
2008 | 2024-11-14T03:27:55.218Z | Compiling foreign-types-shared v0.3.1 |
2009 | 2024-11-14T03:27:55.371Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2010 | 2024-11-14T03:27:55.868Z | Compiling newtype-uuid v1.1.3 |
2011 | 2024-11-14T03:27:56.584Z | Compiling structmeta v0.3.0 |
2012 | 2024-11-14T03:27:57.330Z | Compiling strum v0.26.3 |
2013 | 2024-11-14T03:27:59.119Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2014 | 2024-11-14T03:28:01.418Z | Compiling foreign-types v0.5.0 |
2015 | 2024-11-14T03:28:08.154Z | Compiling progenitor-macro v0.8.0 |
2016 | 2024-11-14T03:28:09.141Z | Compiling darling v0.20.10 |
2017 | 2024-11-14T03:28:09.697Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2018 | 2024-11-14T03:28:10.018Z | Compiling progenitor-client v0.8.0 |
2019 | 2024-11-14T03:28:11.673Z | Compiling tabwriter v1.4.0 |
2020 | 2024-11-14T03:28:13.376Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2021 | 2024-11-14T03:28:14.214Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2022 | 2024-11-14T03:28:15.017Z | Compiling cstr-argument v0.1.2 |
2023 | 2024-11-14T03:28:15.046Z | Compiling dropshot v0.13.0 |
2024 | 2024-11-14T03:28:15.261Z | Compiling pretty-hex v0.2.1 |
2025 | 2024-11-14T03:28:15.338Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2026 | 2024-11-14T03:28:15.636Z | Compiling crucible-workspace-hack v0.1.0 |
2027 | 2024-11-14T03:28:15.921Z | Compiling fastrand v2.1.1 |
2028 | 2024-11-14T03:28:16.770Z | Compiling tempfile v3.13.0 |
2029 | 2024-11-14T03:28:17.258Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2030 | 2024-11-14T03:28:17.594Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2031 | 2024-11-14T03:28:17.910Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2032 | 2024-11-14T03:28:18.499Z | Compiling serde_with_macros v3.11.0 |
2033 | 2024-11-14T03:28:18.519Z | Compiling parse-display-derive v0.10.0 |
2034 | 2024-11-14T03:28:19.238Z | Compiling colored v2.1.0 |
2035 | 2024-11-14T03:28:20.082Z | Compiling dropshot_endpoint v0.13.0 |
2036 | 2024-11-14T03:28:20.475Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2037 | 2024-11-14T03:28:21.060Z | Compiling instant v0.1.13 |
2038 | 2024-11-14T03:28:21.196Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2039 | 2024-11-14T03:28:21.215Z | Compiling progenitor v0.8.0 |
2040 | 2024-11-14T03:28:21.232Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-11-14T03:28:21.452Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2042 | 2024-11-14T03:28:21.492Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2043 | 2024-11-14T03:28:21.593Z | Compiling backoff v0.4.0 |
2044 | 2024-11-14T03:28:21.998Z | Compiling serde_with v3.11.0 |
2045 | 2024-11-14T03:28:22.410Z | Compiling parse-display v0.10.0 |
2046 | 2024-11-14T03:28:24.395Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2047 | 2024-11-14T03:28:24.485Z | Compiling zone_cfg_derive v0.3.0 |
2048 | 2024-11-14T03:28:24.988Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2049 | 2024-11-14T03:28:25.839Z | Compiling camino-tempfile v1.1.1 |
2050 | 2024-11-14T03:28:25.873Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2051 | 2024-11-14T03:28:26.367Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2052 | 2024-11-14T03:28:26.393Z | Compiling regress v0.9.1 |
2053 | 2024-11-14T03:28:26.564Z | Compiling macaddr v1.0.1 |
2054 | 2024-11-14T03:28:26.603Z | Compiling num-derive v0.4.2 |
2055 | 2024-11-14T03:28:27.266Z | Compiling sigpipe v0.1.3 |
2056 | 2024-11-14T03:28:27.409Z | Compiling libefi-sys v0.1.0 |
2057 | 2024-11-14T03:28:27.704Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2058 | 2024-11-14T03:28:28.069Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2059 | 2024-11-14T03:28:28.773Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2060 | 2024-11-14T03:28:30.371Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2061 | 2024-11-14T03:28:31.328Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2062 | 2024-11-14T03:28:31.922Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2063 | 2024-11-14T03:28:33.534Z | Compiling zone v0.3.0 |
2064 | 2024-11-14T03:28:34.914Z | Compiling smf v0.2.3 |
2065 | 2024-11-14T03:28:35.094Z | Compiling bitfield-struct v0.6.2 |
2066 | 2024-11-14T03:28:36.203Z | Compiling ring v0.16.20 |
2067 | 2024-11-14T03:28:36.505Z | Compiling blake3 v1.5.4 |
2068 | 2024-11-14T03:28:36.917Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2069 | 2024-11-14T03:28:37.460Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2070 | 2024-11-14T03:28:37.831Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2071 | 2024-11-14T03:28:38.005Z | Compiling xattr v1.3.1 |
2072 | 2024-11-14T03:28:38.257Z | Compiling memmap2 v0.9.5 |
2073 | 2024-11-14T03:28:38.345Z | Compiling filetime v0.2.25 |
2074 | 2024-11-14T03:28:38.688Z | Compiling spin v0.5.2 |
2075 | 2024-11-14T03:28:38.854Z | Compiling same-file v1.0.6 |
2076 | 2024-11-14T03:28:38.963Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2077 | 2024-11-14T03:28:38.985Z | Compiling arrayvec v0.7.6 |
2078 | 2024-11-14T03:28:39.096Z | Compiling arrayref v0.3.9 |
2079 | 2024-11-14T03:28:39.154Z | Compiling constant_time_eq v0.3.1 |
2080 | 2024-11-14T03:28:39.214Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2081 | 2024-11-14T03:28:39.341Z | Compiling walkdir v2.5.0 |
2082 | 2024-11-14T03:28:39.916Z | Compiling tar v0.4.43 |
2083 | 2024-11-14T03:28:40.996Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2084 | 2024-11-14T03:28:41.443Z | Compiling gethostname v0.5.0 |
2085 | 2024-11-14T03:28:41.666Z | Compiling cargo-platform v0.1.8 |
2086 | 2024-11-14T03:28:41.895Z | Compiling topological-sort v0.2.2 |
2087 | 2024-11-14T03:28:42.120Z | Compiling cargo_metadata v0.18.1 |
2088 | 2024-11-14T03:28:46.705Z | Compiling omicron-zone-package v0.11.1 |
2089 | 2024-11-14T03:28:49.675Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2090 | 2024-11-14T03:28:51.123Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2091 | 2024-11-14T03:28:55.696Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2092 | 2024-11-14T03:29:12.156Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2093 | 2024-11-14T03:29:12.316Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2094 | 2024-11-14T03:29:12.365Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2095 | 2024-11-14T03:29:12.368Z | Created new build target 'test' and set it as active |
2096 | 2024-11-14T03:29:12.368Z | |
2097 | 2024-11-14T03:29:12.368Z | real 5:27.169060328 |
2098 | 2024-11-14T03:29:12.368Z | user 36:54.367362084 |
2099 | 2024-11-14T03:29:12.368Z | sys 4:53.281411735 |
2100 | 2024-11-14T03:29:12.368Z | trap 1.107463534 |
2101 | 2024-11-14T03:29:12.368Z | tflt 2.909576369 |
2102 | 2024-11-14T03:29:12.368Z | dflt 0.622418170 |
2103 | 2024-11-14T03:29:12.368Z | kflt 0.000204717 |
2104 | 2024-11-14T03:29:12.368Z | lock 1:17:55.058353563 |
2105 | 2024-11-14T03:29:12.368Z | slp 2:34:20.679206422 |
2106 | 2024-11-14T03:29:12.368Z | lat 2:33.235462000 |
2107 | 2024-11-14T03:29:12.368Z | stop 4:32.042374993 |
2108 | 2024-11-14T03:29:12.371Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2109 | 2024-11-14T03:29:13.345Z | Finished `release` profile [optimized] target(s) in 0.92s |
2110 | 2024-11-14T03:29:13.405Z | Running `target/release/omicron-package -t test package` |
2111 | 2024-11-14T03:29:13.450Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2112 | 2024-11-14T03:29:14.615Z | Compiling convert_case v0.4.0 |
2113 | 2024-11-14T03:29:14.617Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2114 | 2024-11-14T03:29:14.617Z | Compiling itertools v0.13.0 |
2115 | 2024-11-14T03:29:14.617Z | Compiling password-hash v0.5.0 |
2116 | 2024-11-14T03:29:14.617Z | Compiling blake2 v0.10.6 |
2117 | 2024-11-14T03:29:14.617Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2118 | 2024-11-14T03:29:14.617Z | Compiling newline-converter v0.3.0 |
2119 | 2024-11-14T03:29:14.617Z | Compiling cancel-safe-futures v0.1.5 |
2120 | 2024-11-14T03:29:14.935Z | Compiling owo-colors v4.1.0 |
2121 | 2024-11-14T03:29:15.084Z | Compiling expectorate v1.1.0 |
2122 | 2024-11-14T03:29:15.284Z | Compiling libsw v3.3.1 |
2123 | 2024-11-14T03:29:15.482Z | Compiling derive_more v0.99.18 |
2124 | 2024-11-14T03:29:15.612Z | Compiling argon2 v0.5.3 |
2125 | 2024-11-14T03:29:15.759Z | Compiling indent_write v2.2.0 |
2126 | 2024-11-14T03:29:15.910Z | Compiling swrite v0.1.0 |
2127 | 2024-11-14T03:29:15.996Z | Compiling linear-map v1.2.0 |
2128 | 2024-11-14T03:29:16.048Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2129 | 2024-11-14T03:29:16.100Z | Compiling progenitor-client v0.8.0 |
2130 | 2024-11-14T03:29:16.420Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2131 | 2024-11-14T03:29:16.593Z | Compiling base64 v0.21.7 |
2132 | 2024-11-14T03:29:16.900Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2133 | 2024-11-14T03:29:17.011Z | Compiling progenitor v0.8.0 |
2134 | 2024-11-14T03:29:17.283Z | Compiling atomicwrites v0.4.4 |
2135 | 2024-11-14T03:29:17.733Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2136 | 2024-11-14T03:29:17.816Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2137 | 2024-11-14T03:29:18.046Z | Compiling num-rational v0.4.2 |
2138 | 2024-11-14T03:29:18.064Z | Compiling num-complex v0.4.6 |
2139 | 2024-11-14T03:29:18.431Z | Compiling float-ord v0.3.2 |
2140 | 2024-11-14T03:29:18.616Z | Compiling semver v0.1.20 |
2141 | 2024-11-14T03:29:19.202Z | Compiling num v0.4.3 |
2142 | 2024-11-14T03:29:19.332Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2143 | 2024-11-14T03:29:19.386Z | Compiling rustc_version v0.1.7 |
2144 | 2024-11-14T03:29:19.838Z | Compiling newtype_derive v0.1.6 |
2145 | 2024-11-14T03:29:20.242Z | Compiling humantime v2.1.0 |
2146 | 2024-11-14T03:29:20.515Z | Compiling highway v1.2.0 |
2147 | 2024-11-14T03:29:21.245Z | Compiling steno v0.4.1 |
2148 | 2024-11-14T03:29:22.269Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2149 | 2024-11-14T03:29:22.289Z | Compiling newtype-uuid v1.1.3 |
2150 | 2024-11-14T03:29:22.641Z | Compiling dropshot v0.13.0 |
2151 | 2024-11-14T03:29:22.718Z | Compiling tungstenite v0.21.0 |
2152 | 2024-11-14T03:29:24.811Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2153 | 2024-11-14T03:29:25.520Z | Compiling ipnetwork v0.20.0 |
2154 | 2024-11-14T03:29:25.523Z | Compiling instant v0.1.13 |
2155 | 2024-11-14T03:29:25.682Z | Compiling slog-dtrace v0.3.0 |
2156 | 2024-11-14T03:29:26.089Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2157 | 2024-11-14T03:29:26.335Z | Compiling backoff v0.4.0 |
2158 | 2024-11-14T03:29:26.706Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2159 | 2024-11-14T03:29:26.817Z | Compiling tokio-tungstenite v0.21.0 |
2160 | 2024-11-14T03:29:27.875Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2161 | 2024-11-14T03:29:28.236Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2162 | 2024-11-14T03:29:32.150Z | Compiling parse-display v0.10.0 |
2163 | 2024-11-14T03:29:32.727Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2164 | 2024-11-14T03:29:32.921Z | Compiling strum v0.26.3 |
2165 | 2024-11-14T03:29:33.120Z | Compiling serde_with v3.11.0 |
2166 | 2024-11-14T03:29:36.089Z | Compiling regress v0.9.1 |
2167 | 2024-11-14T03:29:36.174Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2168 | 2024-11-14T03:29:37.267Z | Compiling macaddr v1.0.1 |
2169 | 2024-11-14T03:29:37.876Z | Compiling prettyplease v0.2.25 |
2170 | 2024-11-14T03:29:37.932Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2171 | 2024-11-14T03:29:39.111Z | Compiling display-error-chain v0.2.2 |
2172 | 2024-11-14T03:29:39.349Z | Compiling arc-swap v1.7.1 |
2173 | 2024-11-14T03:29:40.031Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2174 | 2024-11-14T03:29:40.055Z | Compiling slog-scope v4.4.0 |
2175 | 2024-11-14T03:29:40.828Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2176 | 2024-11-14T03:29:40.884Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2177 | 2024-11-14T03:29:41.990Z | Compiling half v2.4.1 |
2178 | 2024-11-14T03:29:42.683Z | Compiling ciborium-io v0.2.2 |
2179 | 2024-11-14T03:29:42.839Z | Compiling ciborium-ll v0.2.2 |
2180 | 2024-11-14T03:29:43.354Z | Compiling slog-stdlog v4.1.1 |
2181 | 2024-11-14T03:29:43.435Z | Compiling ciborium v0.2.2 |
2182 | 2024-11-14T03:29:44.194Z | Compiling slog-envlogger v2.2.0 |
2183 | 2024-11-14T03:29:44.654Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2184 | 2024-11-14T03:29:45.630Z | Compiling same-file v1.0.6 |
2185 | 2024-11-14T03:29:45.876Z | Compiling fastrand v2.1.1 |
2186 | 2024-11-14T03:29:46.394Z | Compiling tempfile v3.13.0 |
2187 | 2024-11-14T03:29:46.910Z | Compiling walkdir v2.5.0 |
2188 | 2024-11-14T03:29:47.208Z | Compiling ring v0.16.20 |
2189 | 2024-11-14T03:29:47.607Z | Compiling blake3 v1.5.4 |
2190 | 2024-11-14T03:29:48.306Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2191 | 2024-11-14T03:29:50.090Z | Compiling xattr v1.3.1 |
2192 | 2024-11-14T03:29:50.360Z | Compiling filetime v0.2.25 |
2193 | 2024-11-14T03:29:50.674Z | Compiling memmap2 v0.9.5 |
2194 | 2024-11-14T03:29:50.827Z | Compiling keccak v0.1.5 |
2195 | 2024-11-14T03:29:51.109Z | Compiling arrayvec v0.7.6 |
2196 | 2024-11-14T03:29:51.540Z | Compiling spin v0.5.2 |
2197 | 2024-11-14T03:29:51.794Z | Compiling arrayref v0.3.9 |
2198 | 2024-11-14T03:29:51.834Z | Compiling constant_time_eq v0.3.1 |
2199 | 2024-11-14T03:29:55.316Z | Compiling sha3 v0.10.8 |
2200 | 2024-11-14T03:29:55.906Z | Compiling tar v0.4.43 |
2201 | 2024-11-14T03:29:56.234Z | Compiling toolchain_find v0.4.0 |
2202 | 2024-11-14T03:29:56.287Z | Compiling camino-tempfile v1.1.1 |
2203 | 2024-11-14T03:29:56.755Z | Compiling nibble_vec v0.1.0 |
2204 | 2024-11-14T03:29:56.835Z | Compiling endian-type v0.1.2 |
2205 | 2024-11-14T03:29:56.998Z | Compiling maplit v1.0.2 |
2206 | 2024-11-14T03:29:57.101Z | Compiling crunchy v0.2.2 |
2207 | 2024-11-14T03:29:57.133Z | Compiling radium v0.7.0 |
2208 | 2024-11-14T03:29:57.589Z | Compiling topological-sort v0.2.2 |
2209 | 2024-11-14T03:29:57.825Z | Compiling omicron-zone-package v0.11.1 |
2210 | 2024-11-14T03:29:58.024Z | Compiling radix_trie v0.2.1 |
2211 | 2024-11-14T03:29:58.806Z | Compiling rustfmt-wrapper v0.2.1 |
2212 | 2024-11-14T03:29:58.955Z | Compiling pem v3.0.4 |
2213 | 2024-11-14T03:29:59.389Z | Compiling maybe-uninit v2.0.0 |
2214 | 2024-11-14T03:29:59.867Z | Compiling tap v1.0.1 |
2215 | 2024-11-14T03:30:00.083Z | Compiling tiny-keccak v2.0.2 |
2216 | 2024-11-14T03:30:00.398Z | Compiling wyz v0.5.1 |
2217 | 2024-11-14T03:30:00.618Z | Compiling dsl_auto_type v0.1.2 |
2218 | 2024-11-14T03:30:00.891Z | Compiling scheduled-thread-pool v0.2.7 |
2219 | 2024-11-14T03:30:01.116Z | Compiling secrecy v0.8.0 |
2220 | 2024-11-14T03:30:01.137Z | Compiling diesel_table_macro_syntax v0.2.0 |
2221 | 2024-11-14T03:30:01.179Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2222 | 2024-11-14T03:30:01.395Z | Compiling crc-catalog v2.4.0 |
2223 | 2024-11-14T03:30:01.540Z | Compiling packed_struct v0.10.1 |
2224 | 2024-11-14T03:30:01.574Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2225 | 2024-11-14T03:30:01.908Z | Compiling funty v2.0.0 |
2226 | 2024-11-14T03:30:02.059Z | Compiling diesel_derives v2.2.3 |
2227 | 2024-11-14T03:30:02.075Z | Compiling crc v3.2.1 |
2228 | 2024-11-14T03:30:02.121Z | Compiling r2d2 v0.8.10 |
2229 | 2024-11-14T03:30:03.056Z | Compiling bitvec v1.0.1 |
2230 | 2024-11-14T03:30:03.221Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2231 | 2024-11-14T03:30:04.159Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2232 | 2024-11-14T03:30:04.331Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2233 | 2024-11-14T03:30:06.082Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2234 | 2024-11-14T03:30:06.561Z | Compiling ascii-canvas v3.0.0 |
2235 | 2024-11-14T03:30:07.089Z | Compiling universal-hash v0.5.1 |
2236 | 2024-11-14T03:30:07.353Z | Compiling thiserror-impl-no-std v2.0.2 |
2237 | 2024-11-14T03:30:07.851Z | Compiling packed_struct_codegen v0.10.1 |
2238 | 2024-11-14T03:30:10.145Z | Compiling lzma-sys v0.1.20 |
2239 | 2024-11-14T03:30:10.451Z | Compiling ena v0.14.3 |
2240 | 2024-11-14T03:30:10.850Z | Compiling indexmap v1.9.3 |
2241 | 2024-11-14T03:30:10.868Z | Compiling nodrop v0.1.14 |
2242 | 2024-11-14T03:30:11.009Z | Compiling regex-syntax v0.6.29 |
2243 | 2024-11-14T03:30:11.162Z | Compiling diff v0.1.13 |
2244 | 2024-11-14T03:30:11.703Z | Compiling opaque-debug v0.3.1 |
2245 | 2024-11-14T03:30:11.823Z | Compiling poly1305 v0.8.0 |
2246 | 2024-11-14T03:30:13.454Z | Compiling array-init v0.0.4 |
2247 | 2024-11-14T03:30:13.553Z | Compiling diesel v2.2.4 |
2248 | 2024-11-14T03:30:14.774Z | Compiling lalrpop v0.19.12 |
2249 | 2024-11-14T03:30:20.921Z | Compiling thiserror-no-std v2.0.2 |
2250 | 2024-11-14T03:30:21.054Z | Compiling smallvec v0.6.14 |
2251 | 2024-11-14T03:30:21.601Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2252 | 2024-11-14T03:30:22.095Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2253 | 2024-11-14T03:30:22.392Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2254 | 2024-11-14T03:30:22.631Z | Compiling chacha20 v0.9.1 |
2255 | 2024-11-14T03:30:22.713Z | Compiling heck v0.3.3 |
2256 | 2024-11-14T03:30:23.090Z | Compiling const_format_proc_macros v0.2.33 |
2257 | 2024-11-14T03:30:23.124Z | Compiling aead v0.5.2 |
2258 | 2024-11-14T03:30:23.468Z | Compiling ref-cast v1.0.23 |
2259 | 2024-11-14T03:30:23.939Z | Compiling termcolor v1.4.1 |
2260 | 2024-11-14T03:30:24.946Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2261 | 2024-11-14T03:30:25.012Z | Compiling bitfield v0.14.0 |
2262 | 2024-11-14T03:30:25.246Z | Compiling hashbrown v0.12.3 |
2263 | 2024-11-14T03:30:25.344Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2264 | 2024-11-14T03:30:27.839Z | Compiling const_format v0.2.33 |
2265 | 2024-11-14T03:30:29.161Z | Compiling env_logger v0.10.2 |
2266 | 2024-11-14T03:30:31.618Z | Compiling chacha20poly1305 v0.10.1 |
2267 | 2024-11-14T03:30:31.880Z | Compiling zone_cfg_derive v0.1.2 |
2268 | 2024-11-14T03:30:32.329Z | Compiling serde-hex v0.1.0 |
2269 | 2024-11-14T03:30:33.321Z | Compiling vsss-rs v3.3.4 |
2270 | 2024-11-14T03:30:37.844Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2271 | 2024-11-14T03:30:38.010Z | Compiling ron v0.8.1 |
2272 | 2024-11-14T03:30:38.198Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2273 | 2024-11-14T03:30:38.504Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2274 | 2024-11-14T03:30:39.100Z | Compiling derive_builder_core v0.20.2 |
2275 | 2024-11-14T03:30:41.158Z | Compiling polar-core v0.27.3 |
2276 | 2024-11-14T03:30:41.355Z | Compiling hashbrown v0.13.2 |
2277 | 2024-11-14T03:30:42.423Z | Compiling headers-core v0.3.0 |
2278 | 2024-11-14T03:30:42.598Z | Compiling fxhash v0.2.1 |
2279 | 2024-11-14T03:30:42.735Z | Compiling libxml v0.3.3 |
2280 | 2024-11-14T03:30:42.836Z | Compiling ref-cast-impl v1.0.23 |
2281 | 2024-11-14T03:30:43.097Z | Compiling base64 v0.13.1 |
2282 | 2024-11-14T03:30:43.880Z | Compiling crc-any v2.5.0 |
2283 | 2024-11-14T03:30:43.952Z | Compiling ron v0.7.1 |
2284 | 2024-11-14T03:30:44.197Z | Compiling object v0.30.4 |
2285 | 2024-11-14T03:30:44.878Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2286 | 2024-11-14T03:30:49.267Z | Compiling headers v0.4.0 |
2287 | 2024-11-14T03:30:52.919Z | Compiling derive_builder_macro v0.20.2 |
2288 | 2024-11-14T03:30:53.727Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2289 | 2024-11-14T03:30:55.269Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2290 | 2024-11-14T03:30:55.982Z | Compiling xz2 v0.1.7 |
2291 | 2024-11-14T03:30:57.252Z | Compiling zone v0.1.8 |
2292 | 2024-11-14T03:30:59.484Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2293 | 2024-11-14T03:30:59.980Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2294 | 2024-11-14T03:31:00.394Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2295 | 2024-11-14T03:31:00.539Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2296 | 2024-11-14T03:31:00.700Z | Compiling yasna v0.5.2 |
2297 | 2024-11-14T03:31:02.141Z | Compiling phf_generator v0.11.2 |
2298 | 2024-11-14T03:31:02.351Z | Compiling strum_macros v0.24.3 |
2299 | 2024-11-14T03:31:02.773Z | Compiling kstat-rs v0.2.4 |
2300 | 2024-11-14T03:31:03.793Z | Compiling samael v0.0.17 |
2301 | 2024-11-14T03:31:04.098Z | Compiling async-recursion v1.1.1 |
2302 | 2024-11-14T03:31:05.416Z | Compiling unicase v2.7.0 |
2303 | 2024-11-14T03:31:05.507Z | Compiling indoc v1.0.9 |
2304 | 2024-11-14T03:31:05.681Z | Compiling path-slash v0.1.5 |
2305 | 2024-11-14T03:31:05.749Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2306 | 2024-11-14T03:31:05.920Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2307 | 2024-11-14T03:31:06.825Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2308 | 2024-11-14T03:31:09.614Z | Compiling phf_codegen v0.11.2 |
2309 | 2024-11-14T03:31:09.855Z | Compiling rcgen v0.12.1 |
2310 | 2024-11-14T03:31:12.713Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2311 | 2024-11-14T03:31:18.561Z | Compiling derive_builder v0.20.2 |
2312 | 2024-11-14T03:31:20.116Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2313 | 2024-11-14T03:31:21.787Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2314 | 2024-11-14T03:31:22.105Z | Compiling impl-trait-for-tuples v0.2.2 |
2315 | 2024-11-14T03:31:23.864Z | Compiling oso-derive v0.27.3 |
2316 | 2024-11-14T03:31:24.855Z | Compiling libz-sys v1.1.20 |
2317 | 2024-11-14T03:31:25.524Z | Compiling parse-zoneinfo v0.3.1 |
2318 | 2024-11-14T03:31:26.612Z | Compiling quick-xml v0.33.0 |
2319 | 2024-11-14T03:31:27.126Z | Compiling subprocess v0.2.9 |
2320 | 2024-11-14T03:31:27.188Z | Compiling diesel-dtrace v0.3.0 |
2321 | 2024-11-14T03:31:27.497Z | Compiling parking_lot_core v0.8.6 |
2322 | 2024-11-14T03:31:27.928Z | Compiling cfg_aliases v0.1.1 |
2323 | 2024-11-14T03:31:28.048Z | Compiling nix v0.28.0 |
2324 | 2024-11-14T03:31:28.844Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2325 | 2024-11-14T03:31:29.013Z | Compiling oso v0.27.3 |
2326 | 2024-11-14T03:31:31.929Z | Compiling chrono-tz-build v0.4.0 |
2327 | 2024-11-14T03:31:33.298Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2328 | 2024-11-14T03:31:34.907Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2329 | 2024-11-14T03:31:36.750Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2330 | 2024-11-14T03:31:40.106Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2331 | 2024-11-14T03:31:40.396Z | Compiling bb8 v0.8.5 |
2332 | 2024-11-14T03:31:40.416Z | Compiling vte_generate_state_changes v0.1.2 |
2333 | 2024-11-14T03:31:41.021Z | Compiling buf-list v1.0.3 |
2334 | 2024-11-14T03:31:41.041Z | Compiling vte v0.11.1 |
2335 | 2024-11-14T03:31:41.652Z | Compiling async-bb8-diesel v0.2.1 |
2336 | 2024-11-14T03:31:42.585Z | Compiling chrono-tz v0.10.0 |
2337 | 2024-11-14T03:31:43.502Z | Compiling fd-lock v4.0.2 |
2338 | 2024-11-14T03:31:43.753Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2339 | 2024-11-14T03:31:43.882Z | Compiling pin-project-internal v1.1.6 |
2340 | 2024-11-14T03:31:44.601Z | Compiling atty v0.2.14 |
2341 | 2024-11-14T03:31:44.775Z | Compiling bytecount v0.6.8 |
2342 | 2024-11-14T03:31:45.107Z | Compiling salty v0.3.0 |
2343 | 2024-11-14T03:31:45.565Z | Compiling papergrid v0.11.0 |
2344 | 2024-11-14T03:31:46.688Z | Compiling pin-project v1.1.6 |
2345 | 2024-11-14T03:31:47.227Z | Compiling parking_lot v0.11.2 |
2346 | 2024-11-14T03:31:55.955Z | Compiling strip-ansi-escapes v0.2.0 |
2347 | 2024-11-14T03:31:57.761Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2348 | 2024-11-14T03:31:58.690Z | Compiling tabled_derive v0.7.0 |
2349 | 2024-11-14T03:32:00.814Z | Compiling peg-macros v0.8.4 |
2350 | 2024-11-14T03:32:02.482Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2351 | 2024-11-14T03:32:03.502Z | Compiling snafu-derive v0.8.5 |
2352 | 2024-11-14T03:32:04.114Z | Compiling sqlparser_derive v0.2.2 |
2353 | 2024-11-14T03:32:05.162Z | Compiling bumpalo v3.16.0 |
2354 | 2024-11-14T03:32:05.773Z | Compiling home v0.5.9 |
2355 | 2024-11-14T03:32:06.088Z | Compiling unicode_categories v0.1.1 |
2356 | 2024-11-14T03:32:06.440Z | Compiling simd-adler32 v0.3.7 |
2357 | 2024-11-14T03:32:07.538Z | Compiling lockfree-object-pool v0.1.6 |
2358 | 2024-11-14T03:32:07.874Z | Compiling nu-ansi-term v0.50.1 |
2359 | 2024-11-14T03:32:08.327Z | Compiling zip v2.1.3 |
2360 | 2024-11-14T03:32:08.690Z | Compiling reedline v0.35.0 |
2361 | 2024-11-14T03:32:09.097Z | Compiling snafu v0.8.5 |
2362 | 2024-11-14T03:32:10.345Z | Compiling zopfli v0.8.1 |
2363 | 2024-11-14T03:32:14.584Z | Compiling sqlformat v0.2.6 |
2364 | 2024-11-14T03:32:15.209Z | Compiling rustyline v14.0.0 |
2365 | 2024-11-14T03:32:21.402Z | Compiling sqlparser v0.45.0 |
2366 | 2024-11-14T03:32:22.683Z | Compiling peg v0.8.4 |
2367 | 2024-11-14T03:32:22.845Z | Compiling tabled v0.15.0 |
2368 | 2024-11-14T03:32:25.719Z | Compiling sled v0.34.7 |
2369 | 2024-11-14T03:32:27.462Z | Compiling mime_guess v2.0.5 |
2370 | 2024-11-14T03:32:30.834Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2371 | 2024-11-14T03:32:31.791Z | Compiling hickory-client v0.24.1 |
2372 | 2024-11-14T03:32:33.115Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2373 | 2024-11-14T03:32:36.876Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2374 | 2024-11-14T03:32:37.124Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2375 | 2024-11-14T03:32:37.280Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2376 | 2024-11-14T03:32:42.973Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2377 | 2024-11-14T03:32:44.298Z | Compiling globset v0.4.15 |
2378 | 2024-11-14T03:32:44.545Z | Compiling hickory-server v0.24.1 |
2379 | 2024-11-14T03:32:45.950Z | Compiling primeorder v0.13.6 |
2380 | 2024-11-14T03:32:46.569Z | Compiling olpc-cjson v0.1.4 |
2381 | 2024-11-14T03:32:46.935Z | Compiling vergen v8.3.2 |
2382 | 2024-11-14T03:32:47.280Z | Compiling bcs v0.1.6 |
2383 | 2024-11-14T03:32:48.203Z | Compiling env_filter v0.1.2 |
2384 | 2024-11-14T03:32:51.910Z | Compiling cargo-platform v0.1.8 |
2385 | 2024-11-14T03:32:52.437Z | Compiling serde_plain v1.0.2 |
2386 | 2024-11-14T03:32:52.996Z | Compiling nanorand v0.7.0 |
2387 | 2024-11-14T03:32:53.711Z | Compiling memoffset v0.9.1 |
2388 | 2024-11-14T03:32:54.050Z | Compiling typed-path v0.9.3 |
2389 | 2024-11-14T03:32:56.961Z | Compiling tough v0.19.0 |
2390 | 2024-11-14T03:32:58.634Z | Compiling flume v0.11.1 |
2391 | 2024-11-14T03:32:59.472Z | Compiling cargo_metadata v0.18.1 |
2392 | 2024-11-14T03:33:00.913Z | Compiling env_logger v0.11.5 |
2393 | 2024-11-14T03:33:02.364Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2394 | 2024-11-14T03:33:03.068Z | Compiling p384 v0.13.0 |
2395 | 2024-11-14T03:33:09.238Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2396 | 2024-11-14T03:33:12.772Z | Compiling git2 v0.19.0 |
2397 | 2024-11-14T03:33:19.208Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2398 | 2024-11-14T03:33:22.729Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2399 | 2024-11-14T03:33:26.450Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2400 | 2024-11-14T03:33:27.988Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2401 | 2024-11-14T03:33:29.255Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2402 | 2024-11-14T03:33:30.888Z | Compiling rand_seeder v0.3.0 |
2403 | 2024-11-14T03:33:31.300Z | Compiling libsqlite3-sys v0.30.1 |
2404 | 2024-11-14T03:33:31.847Z | Compiling parse-size v1.1.0 |
2405 | 2024-11-14T03:33:32.065Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2406 | 2024-11-14T03:33:32.084Z | Compiling rustls v0.21.12 |
2407 | 2024-11-14T03:33:32.192Z | Compiling cfg_aliases v0.2.1 |
2408 | 2024-11-14T03:33:32.307Z | Compiling nix v0.29.0 |
2409 | 2024-11-14T03:33:36.683Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2410 | 2024-11-14T03:33:36.683Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2411 | 2024-11-14T03:33:36.683Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2412 | 2024-11-14T03:33:36.683Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2413 | 2024-11-14T03:33:36.683Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2414 | 2024-11-14T03:33:36.957Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2415 | 2024-11-14T03:33:36.957Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2416 | 2024-11-14T03:33:36.957Z | Compiling sct v0.7.1 |
2417 | 2024-11-14T03:33:36.958Z | Compiling rustls-webpki v0.101.7 |
2418 | 2024-11-14T03:33:38.981Z | Compiling castaway v0.2.3 |
2419 | 2024-11-14T03:33:39.183Z | Compiling csv-core v0.1.11 |
2420 | 2024-11-14T03:33:39.647Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2421 | 2024-11-14T03:33:39.847Z | Compiling http-range v0.1.5 |
2422 | 2024-11-14T03:33:39.968Z | Compiling glob v0.3.1 |
2423 | 2024-11-14T03:33:40.082Z | Compiling hyper-staticfile v0.10.1 |
2424 | 2024-11-14T03:33:40.441Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2425 | 2024-11-14T03:33:42.085Z | Compiling csv v1.3.0 |
2426 | 2024-11-14T03:33:43.124Z | Compiling compact_str v0.8.0 |
2427 | 2024-11-14T03:33:45.832Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2428 | 2024-11-14T03:33:47.608Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2429 | 2024-11-14T03:33:48.065Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2430 | 2024-11-14T03:33:48.950Z | Compiling nix v0.27.1 |
2431 | 2024-11-14T03:33:52.076Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2432 | 2024-11-14T03:33:55.252Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2433 | 2024-11-14T03:34:01.460Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2434 | 2024-11-14T03:34:02.623Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2435 | 2024-11-14T03:34:06.144Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2436 | 2024-11-14T03:34:06.499Z | Compiling unicode-truncate v1.1.0 |
2437 | 2024-11-14T03:34:06.812Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2438 | 2024-11-14T03:34:07.126Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-11-14T03:34:07.447Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2440 | 2024-11-14T03:34:09.115Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2441 | 2024-11-14T03:34:10.357Z | Compiling hashlink v0.9.1 |
2442 | 2024-11-14T03:34:10.500Z | Compiling tungstenite v0.23.0 |
2443 | 2024-11-14T03:34:11.176Z | Compiling lru v0.12.5 |
2444 | 2024-11-14T03:34:11.563Z | Compiling instability v0.3.2 |
2445 | 2024-11-14T03:34:12.085Z | Compiling fallible-iterator v0.3.0 |
2446 | 2024-11-14T03:34:12.591Z | Compiling cassowary v0.3.0 |
2447 | 2024-11-14T03:34:12.956Z | Compiling fallible-streaming-iterator v0.1.9 |
2448 | 2024-11-14T03:34:13.256Z | Compiling rusqlite v0.32.1 |
2449 | 2024-11-14T03:34:14.707Z | Compiling ratatui v0.28.1 |
2450 | 2024-11-14T03:34:16.236Z | Compiling tokio-tungstenite v0.23.1 |
2451 | 2024-11-14T03:34:16.262Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2452 | 2024-11-14T03:34:19.719Z | Compiling tokio-rustls v0.24.1 |
2453 | 2024-11-14T03:34:25.792Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2454 | 2024-11-14T03:34:33.174Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2455 | 2024-11-14T03:34:34.569Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2456 | 2024-11-14T03:34:35.494Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2457 | 2024-11-14T03:34:36.162Z | Compiling rustls-pemfile v1.0.4 |
2458 | 2024-11-14T03:34:36.857Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2459 | 2024-11-14T03:34:37.151Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2460 | 2024-11-14T03:34:37.154Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2461 | 2024-11-14T03:34:37.339Z | Compiling signal-hook-tokio v0.3.1 |
2462 | 2024-11-14T03:34:37.550Z | Compiling twox-hash v1.6.3 |
2463 | 2024-11-14T03:34:38.454Z | Compiling unicode-linebreak v0.1.5 |
2464 | 2024-11-14T03:34:38.965Z | Compiling smawk v0.3.2 |
2465 | 2024-11-14T03:34:39.239Z | Compiling is_ci v1.2.0 |
2466 | 2024-11-14T03:34:39.543Z | Compiling supports-color v3.0.1 |
2467 | 2024-11-14T03:34:39.931Z | Compiling textwrap v0.16.1 |
2468 | 2024-11-14T03:34:43.330Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2469 | 2024-11-14T03:34:48.437Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2470 | 2024-11-14T03:35:00.387Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2471 | 2024-11-14T03:35:01.304Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2472 | 2024-11-14T03:35:03.427Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2473 | 2024-11-14T03:35:06.157Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2474 | 2024-11-14T03:35:06.767Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2475 | 2024-11-14T03:35:07.293Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2476 | 2024-11-14T03:35:14.543Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2477 | 2024-11-14T03:35:14.865Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2478 | 2024-11-14T03:35:17.127Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2479 | 2024-11-14T03:35:21.858Z | Compiling fatfs v0.3.6 |
2480 | 2024-11-14T03:35:24.857Z | Compiling rtoolbox v0.0.2 |
2481 | 2024-11-14T03:35:25.318Z | Compiling assert_matches v1.5.0 |
2482 | 2024-11-14T03:35:26.081Z | Compiling rpassword v7.3.1 |
2483 | 2024-11-14T03:35:26.259Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2484 | 2024-11-14T03:35:26.572Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2485 | 2024-11-14T03:35:47.435Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2486 | 2024-11-14T03:35:48.662Z | Compiling tui-tree-widget v0.22.0 |
2487 | 2024-11-14T03:35:49.152Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2488 | 2024-11-14T03:35:53.437Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2489 | 2024-11-14T03:35:54.377Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2490 | 2024-11-14T03:35:54.695Z | Compiling uzers v0.12.1 |
2491 | 2024-11-14T03:35:57.833Z | Compiling shell-words v1.1.0 |
2492 | 2024-11-14T03:35:58.365Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2493 | 2024-11-14T03:36:07.153Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2494 | 2024-11-14T03:36:09.199Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2495 | 2024-11-14T03:36:30.334Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2496 | 2024-11-14T03:36:39.426Z | Compiling multimap v0.10.0 |
2497 | 2024-11-14T03:38:35.722Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2498 | 2024-11-14T03:38:52.321Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2499 | 2024-11-14T03:45:40.646Z | Finished `release` profile [optimized] target(s) in 16m 26s |
2500 | 2024-11-14T03:46:42.297Z | |
2501 | 2024-11-14T03:46:42.300Z | real 17:29.844754988 |
2502 | 2024-11-14T03:46:42.300Z | user 1:58:26.278278615 |
2503 | 2024-11-14T03:46:42.300Z | sys 5:57.452980025 |
2504 | 2024-11-14T03:46:42.300Z | trap 2.942308309 |
2505 | 2024-11-14T03:46:42.300Z | tflt 3.061353993 |
2506 | 2024-11-14T03:46:42.300Z | dflt 4.921365934 |
2507 | 2024-11-14T03:46:42.300Z | kflt 0.001437585 |
2508 | 2024-11-14T03:46:42.300Z | lock 7:18:16.452240140 |
2509 | 2024-11-14T03:46:42.300Z | slp 6:17:02.624421951 |
2510 | 2024-11-14T03:46:42.300Z | lat 2:55.262641445 |
2511 | 2024-11-14T03:46:42.300Z | stop 2:30.965842389 |
2512 | 2024-11-14T03:46:42.300Z | + mapfile -t packages |
2513 | 2024-11-14T03:46:42.300Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2514 | 2024-11-14T03:46:43.319Z | Finished `release` profile [optimized] target(s) in 0.96s |
2515 | 2024-11-14T03:46:43.379Z | Running `target/release/omicron-package -t test list-outputs` |
2516 | 2024-11-14T03:46:43.429Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2517 | 2024-11-14T03:46:43.431Z | + ptime -m cargo build --locked --release -p xtask |
2518 | 2024-11-14T03:46:43.997Z | Compiling serde v1.0.215 |
2519 | 2024-11-14T03:46:44.001Z | Compiling libc v0.2.162 |
2520 | 2024-11-14T03:46:44.001Z | Compiling serde_json v1.0.132 |
2521 | 2024-11-14T03:46:44.001Z | Compiling rustix v0.38.37 |
2522 | 2024-11-14T03:46:44.001Z | Compiling syn v2.0.87 |
2523 | 2024-11-14T03:46:44.102Z | Compiling bitflags v2.6.0 |
2524 | 2024-11-14T03:46:44.442Z | Compiling usdt-impl v0.5.0 |
2525 | 2024-11-14T03:46:44.497Z | Compiling syn v1.0.109 |
2526 | 2024-11-14T03:46:44.616Z | Compiling log v0.4.22 |
2527 | 2024-11-14T03:46:44.633Z | Compiling hashbrown v0.15.0 |
2528 | 2024-11-14T03:46:44.657Z | Compiling fs-err v2.11.0 |
2529 | 2024-11-14T03:46:44.969Z | Compiling once_cell v1.20.2 |
2530 | 2024-11-14T03:46:45.071Z | Compiling anyhow v1.0.93 |
2531 | 2024-11-14T03:46:45.626Z | Compiling thread-id v4.2.2 |
2532 | 2024-11-14T03:46:45.981Z | Compiling indexmap v2.6.0 |
2533 | 2024-11-14T03:46:47.163Z | Compiling terminal_size v0.4.0 |
2534 | 2024-11-14T03:46:47.163Z | Compiling tempfile v3.13.0 |
2535 | 2024-11-14T03:46:47.399Z | Compiling clap_builder v4.5.20 |
2536 | 2024-11-14T03:46:47.904Z | Compiling proc-macro-error v1.0.4 |
2537 | 2024-11-14T03:46:49.304Z | Compiling tabled_derive v0.7.0 |
2538 | 2024-11-14T03:46:50.668Z | Compiling tabled v0.15.0 |
2539 | 2024-11-14T03:46:52.332Z | Compiling serde_derive v1.0.215 |
2540 | 2024-11-14T03:46:53.653Z | Compiling thiserror-impl v1.0.69 |
2541 | 2024-11-14T03:46:53.865Z | Compiling zerocopy-derive v0.7.35 |
2542 | 2024-11-14T03:46:55.967Z | Compiling zerocopy v0.7.35 |
2543 | 2024-11-14T03:46:56.689Z | Compiling thiserror v1.0.69 |
2544 | 2024-11-14T03:46:56.861Z | Compiling pest v2.7.14 |
2545 | 2024-11-14T03:46:57.780Z | Compiling scroll_derive v0.12.0 |
2546 | 2024-11-14T03:46:59.194Z | Compiling scroll v0.12.0 |
2547 | 2024-11-14T03:46:59.864Z | Compiling pest_meta v2.7.14 |
2548 | 2024-11-14T03:47:00.372Z | Compiling goblin v0.8.2 |
2549 | 2024-11-14T03:47:04.137Z | Compiling pest_generator v2.7.14 |
2550 | 2024-11-14T03:47:05.990Z | Compiling pest_derive v2.7.14 |
2551 | 2024-11-14T03:47:06.465Z | Compiling serde_tokenstream v0.2.2 |
2552 | 2024-11-14T03:47:06.792Z | Compiling dtrace-parser v0.2.0 |
2553 | 2024-11-14T03:47:07.087Z | Compiling serde_spanned v0.6.8 |
2554 | 2024-11-14T03:47:07.363Z | Compiling toml_datetime v0.6.8 |
2555 | 2024-11-14T03:47:08.110Z | Compiling dof v0.3.0 |
2556 | 2024-11-14T03:47:09.144Z | Compiling toml_edit v0.22.22 |
2557 | 2024-11-14T03:47:11.059Z | Compiling camino v1.1.9 |
2558 | 2024-11-14T03:47:12.185Z | Compiling usdt-attr-macro v0.5.0 |
2559 | 2024-11-14T03:47:12.494Z | Compiling usdt-macro v0.5.0 |
2560 | 2024-11-14T03:47:13.602Z | Compiling toml v0.8.19 |
2561 | 2024-11-14T03:47:14.076Z | Compiling semver v1.0.23 |
2562 | 2024-11-14T03:47:15.582Z | Compiling cargo-platform v0.1.8 |
2563 | 2024-11-14T03:47:15.706Z | Compiling clap_derive v4.5.18 |
2564 | 2024-11-14T03:47:16.171Z | Compiling cargo_metadata v0.18.1 |
2565 | 2024-11-14T03:47:16.474Z | Compiling cargo_toml v0.20.5 |
2566 | 2024-11-14T03:47:16.755Z | Compiling usdt v0.5.0 |
2567 | 2024-11-14T03:47:18.251Z | Compiling camino-tempfile v1.1.1 |
2568 | 2024-11-14T03:47:19.055Z | Compiling macaddr v1.0.1 |
2569 | 2024-11-14T03:47:20.397Z | Compiling clap v4.5.20 |
2570 | 2024-11-14T03:47:29.470Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2571 | 2024-11-14T03:47:40.864Z | Finished `release` profile [optimized] target(s) in 57.37s |
2572 | 2024-11-14T03:47:40.972Z | |
2573 | 2024-11-14T03:47:40.975Z | real 57.509283145 |
2574 | 2024-11-14T03:47:40.975Z | user 5:50.266759763 |
2575 | 2024-11-14T03:47:40.975Z | sys 32.132177428 |
2576 | 2024-11-14T03:47:40.975Z | trap 0.161773044 |
2577 | 2024-11-14T03:47:40.975Z | tflt 0.321673253 |
2578 | 2024-11-14T03:47:40.975Z | dflt 0.399526794 |
2579 | 2024-11-14T03:47:40.975Z | kflt 0.000000000 |
2580 | 2024-11-14T03:47:40.975Z | lock 10:48.804593345 |
2581 | 2024-11-14T03:47:40.975Z | slp 16:02.272119330 |
2582 | 2024-11-14T03:47:40.975Z | lat 14.064159572 |
2583 | 2024-11-14T03:47:40.975Z | stop 18.889623780 |
2584 | 2024-11-14T03:47:40.975Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2585 | 2024-11-14T03:47:40.975Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2586 | 2024-11-14T03:47:40.975Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2587 | 2024-11-14T03:47:40.975Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2588 | 2024-11-14T03:47:40.976Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2589 | 2024-11-14T03:47:41.845Z | Compiling hashbrown v0.14.5 |
2590 | 2024-11-14T03:47:41.973Z | Compiling unsafe-libyaml v0.2.11 |
2591 | 2024-11-14T03:47:41.986Z | Compiling progenitor-client v0.8.0 |
2592 | 2024-11-14T03:47:41.989Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2593 | 2024-11-14T03:47:41.989Z | Compiling ident_case v1.0.1 |
2594 | 2024-11-14T03:47:41.989Z | Compiling ipnetwork v0.20.0 |
2595 | 2024-11-14T03:47:41.989Z | Compiling instant v0.1.13 |
2596 | 2024-11-14T03:47:41.989Z | Compiling structmeta-derive v0.3.0 |
2597 | 2024-11-14T03:47:42.120Z | Compiling newtype-uuid v1.1.3 |
2598 | 2024-11-14T03:47:42.238Z | Compiling darling_core v0.20.10 |
2599 | 2024-11-14T03:47:42.386Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2600 | 2024-11-14T03:47:42.470Z | Compiling dropshot v0.13.0 |
2601 | 2024-11-14T03:47:42.838Z | Compiling dropshot_endpoint v0.13.0 |
2602 | 2024-11-14T03:47:42.858Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2603 | 2024-11-14T03:47:42.929Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2604 | 2024-11-14T03:47:43.183Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2605 | 2024-11-14T03:47:43.294Z | Compiling regress v0.10.1 |
2606 | 2024-11-14T03:47:43.315Z | Compiling serde_yaml v0.9.34+deprecated |
2607 | 2024-11-14T03:47:43.658Z | Compiling regress v0.9.1 |
2608 | 2024-11-14T03:47:43.901Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2609 | 2024-11-14T03:47:43.961Z | Compiling backoff v0.4.0 |
2610 | 2024-11-14T03:47:44.103Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2611 | 2024-11-14T03:47:44.278Z | Compiling macaddr v1.0.1 |
2612 | 2024-11-14T03:47:44.351Z | Compiling tempfile v3.13.0 |
2613 | 2024-11-14T03:47:44.756Z | Compiling proc-macro-crate v1.3.1 |
2614 | 2024-11-14T03:47:45.126Z | Compiling structmeta v0.3.0 |
2615 | 2024-11-14T03:47:45.270Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2616 | 2024-11-14T03:47:45.650Z | Compiling parse-display-derive v0.10.0 |
2617 | 2024-11-14T03:47:45.684Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2618 | 2024-11-14T03:47:45.902Z | Compiling num_enum_derive v0.5.11 |
2619 | 2024-11-14T03:47:46.022Z | Compiling foreign-types-macros v0.2.3 |
2620 | 2024-11-14T03:47:47.393Z | Compiling typify-impl v0.2.0 |
2621 | 2024-11-14T03:47:47.584Z | Compiling heapless v0.8.0 |
2622 | 2024-11-14T03:47:48.176Z | Compiling foreign-types-shared v0.3.1 |
2623 | 2024-11-14T03:47:48.317Z | Compiling foreign-types v0.5.0 |
2624 | 2024-11-14T03:47:48.495Z | Compiling proc-macro-error v1.0.4 |
2625 | 2024-11-14T03:47:48.617Z | Compiling num_enum v0.5.11 |
2626 | 2024-11-14T03:47:48.936Z | Compiling camino-tempfile v1.1.1 |
2627 | 2024-11-14T03:47:48.969Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2628 | 2024-11-14T03:47:48.992Z | Compiling hash32 v0.3.1 |
2629 | 2024-11-14T03:47:49.236Z | Compiling cstr-argument v0.1.2 |
2630 | 2024-11-14T03:47:49.257Z | Compiling crucible-workspace-hack v0.1.0 |
2631 | 2024-11-14T03:47:49.416Z | Compiling smoltcp v0.11.0 |
2632 | 2024-11-14T03:47:49.456Z | Compiling darling_macro v0.20.10 |
2633 | 2024-11-14T03:47:49.506Z | Compiling pretty-hex v0.2.1 |
2634 | 2024-11-14T03:47:49.562Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2635 | 2024-11-14T03:47:49.694Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2636 | 2024-11-14T03:47:49.828Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2637 | 2024-11-14T03:47:50.124Z | Compiling tabwriter v1.4.0 |
2638 | 2024-11-14T03:47:50.193Z | Compiling colored v2.1.0 |
2639 | 2024-11-14T03:47:50.224Z | Compiling cobs v0.2.3 |
2640 | 2024-11-14T03:47:50.255Z | Compiling parse-display v0.10.0 |
2641 | 2024-11-14T03:47:50.407Z | Compiling darling v0.20.10 |
2642 | 2024-11-14T03:47:50.520Z | Compiling postcard v1.0.10 |
2643 | 2024-11-14T03:47:50.546Z | Compiling serde_with_macros v3.11.0 |
2644 | 2024-11-14T03:47:50.813Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2645 | 2024-11-14T03:47:51.048Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2646 | 2024-11-14T03:47:51.051Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2647 | 2024-11-14T03:47:51.253Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2648 | 2024-11-14T03:47:51.276Z | Compiling smf v0.2.3 |
2649 | 2024-11-14T03:47:51.279Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2650 | 2024-11-14T03:47:51.637Z | Compiling zone_cfg_derive v0.3.0 |
2651 | 2024-11-14T03:47:51.978Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2652 | 2024-11-14T03:47:52.478Z | Compiling num-derive v0.4.2 |
2653 | 2024-11-14T03:47:52.758Z | Compiling sigpipe v0.1.3 |
2654 | 2024-11-14T03:47:52.902Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2655 | 2024-11-14T03:47:53.156Z | Compiling zone v0.3.0 |
2656 | 2024-11-14T03:47:53.224Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2657 | 2024-11-14T03:47:53.534Z | Compiling serde_with v3.11.0 |
2658 | 2024-11-14T03:47:54.426Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2659 | 2024-11-14T03:47:54.884Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2660 | 2024-11-14T03:47:54.917Z | Compiling universal-hash v0.5.1 |
2661 | 2024-11-14T03:47:54.939Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2662 | 2024-11-14T03:47:55.129Z | Compiling opaque-debug v0.3.1 |
2663 | 2024-11-14T03:47:55.248Z | Compiling num-rational v0.4.2 |
2664 | 2024-11-14T03:47:55.929Z | Compiling password-hash v0.5.0 |
2665 | 2024-11-14T03:47:55.951Z | Compiling num-complex v0.4.6 |
2666 | 2024-11-14T03:47:56.664Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2667 | 2024-11-14T03:47:57.016Z | Compiling blake2 v0.10.6 |
2668 | 2024-11-14T03:47:57.068Z | Compiling aead v0.5.2 |
2669 | 2024-11-14T03:47:57.109Z | Compiling keccak v0.1.5 |
2670 | 2024-11-14T03:47:57.129Z | Compiling convert_case v0.4.0 |
2671 | 2024-11-14T03:47:57.394Z | Compiling num v0.4.3 |
2672 | 2024-11-14T03:47:57.417Z | Compiling sha3 v0.10.8 |
2673 | 2024-11-14T03:47:57.509Z | Compiling argon2 v0.5.3 |
2674 | 2024-11-14T03:47:57.556Z | Compiling poly1305 v0.8.0 |
2675 | 2024-11-14T03:47:58.158Z | Compiling tungstenite v0.21.0 |
2676 | 2024-11-14T03:47:58.199Z | Compiling derive_more v0.99.18 |
2677 | 2024-11-14T03:47:58.392Z | Compiling chacha20 v0.9.1 |
2678 | 2024-11-14T03:47:58.482Z | Compiling base64 v0.21.7 |
2679 | 2024-11-14T03:47:58.887Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2680 | 2024-11-14T03:47:58.970Z | Compiling float-ord v0.3.2 |
2681 | 2024-11-14T03:47:59.172Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2682 | 2024-11-14T03:47:59.284Z | Compiling tokio-tungstenite v0.21.0 |
2683 | 2024-11-14T03:47:59.304Z | Compiling same-file v1.0.6 |
2684 | 2024-11-14T03:47:59.612Z | Compiling semver v0.1.20 |
2685 | 2024-11-14T03:47:59.615Z | Compiling walkdir v2.5.0 |
2686 | 2024-11-14T03:47:59.899Z | Compiling newline-converter v0.3.0 |
2687 | 2024-11-14T03:48:00.088Z | Compiling rustc_version v0.1.7 |
2688 | 2024-11-14T03:48:00.321Z | Compiling primeorder v0.13.6 |
2689 | 2024-11-14T03:48:00.408Z | Compiling secrecy v0.8.0 |
2690 | 2024-11-14T03:48:00.426Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2691 | 2024-11-14T03:48:00.428Z | Compiling owo-colors v4.1.0 |
2692 | 2024-11-14T03:48:00.467Z | Compiling cancel-safe-futures v0.1.5 |
2693 | 2024-11-14T03:48:00.638Z | Compiling newtype_derive v0.1.6 |
2694 | 2024-11-14T03:48:00.687Z | Compiling expectorate v1.1.0 |
2695 | 2024-11-14T03:48:00.781Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2696 | 2024-11-14T03:48:00.841Z | Compiling thiserror-impl-no-std v2.0.2 |
2697 | 2024-11-14T03:48:00.861Z | Compiling ring v0.16.20 |
2698 | 2024-11-14T03:48:00.881Z | Compiling blake3 v1.5.4 |
2699 | 2024-11-14T03:48:00.935Z | Compiling unicase v2.7.0 |
2700 | 2024-11-14T03:48:01.126Z | Compiling half v2.4.1 |
2701 | 2024-11-14T03:48:01.238Z | Compiling arc-swap v1.7.1 |
2702 | 2024-11-14T03:48:01.348Z | Compiling ciborium-io v0.2.2 |
2703 | 2024-11-14T03:48:01.693Z | Compiling ciborium-ll v0.2.2 |
2704 | 2024-11-14T03:48:01.714Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2705 | 2024-11-14T03:48:01.895Z | Compiling slog-scope v4.4.0 |
2706 | 2024-11-14T03:48:02.220Z | Compiling polyval v0.6.2 |
2707 | 2024-11-14T03:48:02.454Z | Compiling atomicwrites v0.4.4 |
2708 | 2024-11-14T03:48:02.700Z | Compiling libsw v3.3.1 |
2709 | 2024-11-14T03:48:02.703Z | Compiling memmap2 v0.9.5 |
2710 | 2024-11-14T03:48:02.849Z | Compiling libefi-sys v0.1.0 |
2711 | 2024-11-14T03:48:03.012Z | Compiling constant_time_eq v0.3.1 |
2712 | 2024-11-14T03:48:03.128Z | Compiling arrayvec v0.7.6 |
2713 | 2024-11-14T03:48:03.188Z | Compiling spin v0.5.2 |
2714 | 2024-11-14T03:48:03.220Z | Compiling linear-map v1.2.0 |
2715 | 2024-11-14T03:48:03.443Z | Compiling parking_lot_core v0.8.6 |
2716 | 2024-11-14T03:48:03.566Z | Compiling salty v0.3.0 |
2717 | 2024-11-14T03:48:03.626Z | Compiling arrayref v0.3.9 |
2718 | 2024-11-14T03:48:03.740Z | Compiling indent_write v2.2.0 |
2719 | 2024-11-14T03:48:04.040Z | Compiling ghash v0.5.1 |
2720 | 2024-11-14T03:48:04.061Z | Compiling slog-stdlog v4.1.1 |
2721 | 2024-11-14T03:48:04.157Z | Compiling thiserror-no-std v2.0.2 |
2722 | 2024-11-14T03:48:04.249Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2723 | 2024-11-14T03:48:04.286Z | Compiling vsss-rs v3.3.4 |
2724 | 2024-11-14T03:48:04.509Z | Compiling ciborium v0.2.2 |
2725 | 2024-11-14T03:48:05.199Z | Compiling p384 v0.13.0 |
2726 | 2024-11-14T03:48:05.299Z | Compiling toolchain_find v0.4.0 |
2727 | 2024-11-14T03:48:06.092Z | Compiling chacha20poly1305 v0.10.1 |
2728 | 2024-11-14T03:48:06.114Z | Compiling lzma-sys v0.1.20 |
2729 | 2024-11-14T03:48:06.159Z | Compiling ctr v0.9.2 |
2730 | 2024-11-14T03:48:06.351Z | Compiling itertools v0.13.0 |
2731 | 2024-11-14T03:48:06.500Z | Compiling typify-macro v0.2.0 |
2732 | 2024-11-14T03:48:06.535Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2733 | 2024-11-14T03:48:06.753Z | Compiling bitfield-struct v0.6.2 |
2734 | 2024-11-14T03:48:06.914Z | Compiling slog-dtrace v0.3.0 |
2735 | 2024-11-14T03:48:06.953Z | Compiling highway v1.2.0 |
2736 | 2024-11-14T03:48:07.218Z | Compiling topological-sort v0.2.2 |
2737 | 2024-11-14T03:48:07.461Z | Compiling omicron-zone-package v0.11.1 |
2738 | 2024-11-14T03:48:08.093Z | Compiling aes-gcm v0.10.3 |
2739 | 2024-11-14T03:48:08.289Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2740 | 2024-11-14T03:48:08.293Z | Compiling rustfmt-wrapper v0.2.1 |
2741 | 2024-11-14T03:48:08.428Z | Compiling mime_guess v2.0.5 |
2742 | 2024-11-14T03:48:08.450Z | Compiling steno v0.4.1 |
2743 | 2024-11-14T03:48:08.922Z | Compiling slog-envlogger v2.2.0 |
2744 | 2024-11-14T03:48:09.701Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2745 | 2024-11-14T03:48:09.751Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2746 | 2024-11-14T03:48:09.804Z | Compiling heck v0.3.3 |
2747 | 2024-11-14T03:48:10.003Z | Compiling ssh-encoding v0.2.0 |
2748 | 2024-11-14T03:48:10.239Z | Compiling blowfish v0.9.1 |
2749 | 2024-11-14T03:48:10.260Z | Compiling nibble_vec v0.1.0 |
2750 | 2024-11-14T03:48:10.424Z | Compiling env_filter v0.1.2 |
2751 | 2024-11-14T03:48:10.484Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2752 | 2024-11-14T03:48:10.553Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2753 | 2024-11-14T03:48:10.617Z | Compiling endian-type v0.1.2 |
2754 | 2024-11-14T03:48:10.759Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2755 | 2024-11-14T03:48:10.877Z | Compiling humantime v2.1.0 |
2756 | 2024-11-14T03:48:10.917Z | Compiling typify v0.2.0 |
2757 | 2024-11-14T03:48:10.946Z | Compiling radix_trie v0.2.1 |
2758 | 2024-11-14T03:48:10.966Z | Compiling env_logger v0.11.5 |
2759 | 2024-11-14T03:48:11.081Z | Compiling progenitor-impl v0.8.0 |
2760 | 2024-11-14T03:48:11.112Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2761 | 2024-11-14T03:48:11.196Z | Compiling bcrypt-pbkdf v0.10.0 |
2762 | 2024-11-14T03:48:11.440Z | Compiling ssh-cipher v0.2.0 |
2763 | 2024-11-14T03:48:11.688Z | Compiling zone_cfg_derive v0.1.2 |
2764 | 2024-11-14T03:48:11.855Z | Compiling parking_lot v0.11.2 |
2765 | 2024-11-14T03:48:12.209Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2766 | 2024-11-14T03:48:12.283Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2767 | 2024-11-14T03:48:12.921Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2768 | 2024-11-14T03:48:13.182Z | Compiling password-hash v0.4.2 |
2769 | 2024-11-14T03:48:13.209Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2770 | 2024-11-14T03:48:13.249Z | Compiling gethostname v0.5.0 |
2771 | 2024-11-14T03:48:13.338Z | Compiling fxhash v0.2.1 |
2772 | 2024-11-14T03:48:13.465Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2773 | 2024-11-14T03:48:13.485Z | Compiling matches v0.1.10 |
2774 | 2024-11-14T03:48:13.571Z | Compiling base64 v0.13.1 |
2775 | 2024-11-14T03:48:13.599Z | Compiling idna v0.2.3 |
2776 | 2024-11-14T03:48:13.811Z | Compiling pbkdf2 v0.11.0 |
2777 | 2024-11-14T03:48:13.833Z | Compiling sled v0.34.7 |
2778 | 2024-11-14T03:48:14.094Z | Compiling ron v0.7.1 |
2779 | 2024-11-14T03:48:14.118Z | Compiling zone v0.1.8 |
2780 | 2024-11-14T03:48:14.185Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2781 | 2024-11-14T03:48:14.208Z | Compiling xz2 v0.1.7 |
2782 | 2024-11-14T03:48:14.719Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2783 | 2024-11-14T03:48:15.332Z | Compiling ssh-key v0.6.6 |
2784 | 2024-11-14T03:48:15.806Z | Compiling hickory-client v0.24.1 |
2785 | 2024-11-14T03:48:16.245Z | Compiling p256 v0.13.2 |
2786 | 2024-11-14T03:48:16.426Z | Compiling p521 v0.13.3 |
2787 | 2024-11-14T03:48:16.568Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2788 | 2024-11-14T03:48:17.135Z | Compiling hickory-server v0.24.1 |
2789 | 2024-11-14T03:48:17.361Z | Compiling enum-as-inner v0.5.1 |
2790 | 2024-11-14T03:48:17.773Z | Compiling pem v3.0.4 |
2791 | 2024-11-14T03:48:18.424Z | Compiling yasna v0.5.2 |
2792 | 2024-11-14T03:48:18.605Z | Compiling headers-core v0.3.0 |
2793 | 2024-11-14T03:48:18.792Z | Compiling kstat-rs v0.2.4 |
2794 | 2024-11-14T03:48:18.902Z | Compiling nanorand v0.7.0 |
2795 | 2024-11-14T03:48:19.483Z | Compiling atty v0.2.14 |
2796 | 2024-11-14T03:48:19.505Z | Compiling russh-cryptovec v0.7.3 |
2797 | 2024-11-14T03:48:19.539Z | Compiling progenitor-macro v0.8.0 |
2798 | 2024-11-14T03:48:19.644Z | Compiling http-range v0.1.5 |
2799 | 2024-11-14T03:48:19.858Z | Compiling md5 v0.7.0 |
2800 | 2024-11-14T03:48:20.045Z | Compiling hyper-staticfile v0.10.1 |
2801 | 2024-11-14T03:48:20.217Z | Compiling russh-keys v0.45.0 |
2802 | 2024-11-14T03:48:20.364Z | Compiling rcgen v0.12.1 |
2803 | 2024-11-14T03:48:20.395Z | Compiling flume v0.11.1 |
2804 | 2024-11-14T03:48:20.415Z | Compiling headers v0.4.0 |
2805 | 2024-11-14T03:48:21.181Z | Compiling trust-dns-proto v0.22.0 |
2806 | 2024-11-14T03:48:21.286Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2807 | 2024-11-14T03:48:22.479Z | Compiling num-bigint v0.4.6 |
2808 | 2024-11-14T03:48:22.998Z | Compiling des v0.8.1 |
2809 | 2024-11-14T03:48:23.385Z | Compiling subprocess v0.2.9 |
2810 | 2024-11-14T03:48:24.571Z | Compiling dhcproto-macros v0.1.0 |
2811 | 2024-11-14T03:48:24.606Z | Compiling hex-literal v0.4.1 |
2812 | 2024-11-14T03:48:24.775Z | Compiling display-error-chain v0.2.2 |
2813 | 2024-11-14T03:48:25.004Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2814 | 2024-11-14T03:48:25.401Z | Compiling internet-checksum v0.2.1 |
2815 | 2024-11-14T03:48:25.573Z | Compiling russh v0.45.0 |
2816 | 2024-11-14T03:48:25.855Z | Compiling dhcproto v0.12.0 |
2817 | 2024-11-14T03:48:30.701Z | Compiling progenitor v0.8.0 |
2818 | 2024-11-14T03:48:30.867Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2819 | 2024-11-14T03:48:30.870Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2820 | 2024-11-14T03:48:30.870Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2821 | 2024-11-14T03:48:30.920Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2822 | 2024-11-14T03:48:30.924Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2823 | 2024-11-14T03:48:30.962Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2824 | 2024-11-14T03:48:31.208Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2825 | 2024-11-14T03:48:31.527Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2826 | 2024-11-14T03:48:32.462Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2827 | 2024-11-14T03:48:33.302Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2828 | 2024-11-14T03:48:37.016Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2829 | 2024-11-14T03:48:37.578Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2830 | 2024-11-14T03:48:47.024Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2831 | 2024-11-14T03:48:47.027Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2832 | 2024-11-14T03:48:47.027Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2833 | 2024-11-14T03:48:47.027Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2834 | 2024-11-14T03:48:50.287Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2835 | 2024-11-14T03:48:50.522Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2836 | 2024-11-14T03:48:51.383Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2837 | 2024-11-14T03:48:52.096Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2838 | 2024-11-14T03:48:52.188Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2839 | 2024-11-14T03:48:55.228Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2840 | 2024-11-14T03:48:56.098Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2841 | 2024-11-14T03:48:56.303Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2842 | 2024-11-14T03:48:57.064Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2843 | 2024-11-14T03:48:57.806Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2844 | 2024-11-14T03:48:58.001Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2845 | 2024-11-14T03:48:59.030Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2846 | 2024-11-14T03:48:59.092Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2847 | 2024-11-14T03:48:59.973Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2848 | 2024-11-14T03:49:00.121Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2849 | 2024-11-14T03:49:03.178Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2850 | 2024-11-14T03:49:03.694Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2851 | 2024-11-14T03:49:03.956Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2852 | 2024-11-14T03:49:05.064Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2853 | 2024-11-14T03:49:06.224Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2854 | 2024-11-14T03:49:09.176Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2855 | 2024-11-14T03:49:09.606Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2856 | 2024-11-14T03:49:10.850Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2857 | 2024-11-14T03:49:11.661Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2858 | 2024-11-14T03:49:15.363Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2859 | 2024-11-14T03:49:24.679Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2860 | 2024-11-14T03:49:26.031Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2861 | 2024-11-14T03:49:44.645Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2862 | 2024-11-14T03:50:17.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
2863 | 2024-11-14T03:50:17.452Z | |
2864 | 2024-11-14T03:50:17.452Z | real 2:36.425928270 |
2865 | 2024-11-14T03:50:17.454Z | user 12:12.210102892 |
2866 | 2024-11-14T03:50:17.454Z | sys 2:37.170469943 |
2867 | 2024-11-14T03:50:17.454Z | trap 0.326972957 |
2868 | 2024-11-14T03:50:17.454Z | tflt 0.804869468 |
2869 | 2024-11-14T03:50:17.454Z | dflt 2.046318165 |
2870 | 2024-11-14T03:50:17.455Z | kflt 0.000030205 |
2871 | 2024-11-14T03:50:17.455Z | lock 25:11.139716160 |
2872 | 2024-11-14T03:50:17.455Z | slp 43:31.625945853 |
2873 | 2024-11-14T03:50:17.455Z | lat 35.265328866 |
2874 | 2024-11-14T03:50:17.455Z | stop 1:30.507447450 |
2875 | 2024-11-14T03:50:17.455Z | + mkdir tests |
2876 | 2024-11-14T03:50:17.458Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2877 | 2024-11-14T03:50:17.458Z | + xargs -I '{}' -t cp '{}' tests/ |
2878 | 2024-11-14T03:50:18.546Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-94afc65291af686c tests/ |
2879 | 2024-11-14T03:50:18.573Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a6bae732be9c0da3 tests/ |
2880 | 2024-11-14T03:50:18.599Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-eaf43580ef60c1d4 tests/ |
2881 | 2024-11-14T03:50:18.626Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a08399dfed877718 tests/ |
2882 | 2024-11-14T03:50:18.841Z | + files=(.github/buildomat/ci-env.sh 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/*) |
2883 | 2024-11-14T03:50:18.846Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh 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-a6bae732be9c0da3 tests/commtest-eaf43580ef60c1d4 tests/dhcp_server-94afc65291af686c tests/end_to_end_tests-a08399dfed877718 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2884 | 2024-11-14T03:51:27.245Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2885 | 2024-11-14T03:51:27.245Z | a .github/buildomat/ci-env.sh 1K |
2886 | 2024-11-14T03:51:27.245Z | a out/target/test 1K |
2887 | 2024-11-14T03:51:27.245Z | a out/npuzone/npuzone 23144K |
2888 | 2024-11-14T03:51:27.245Z | a package-manifest.toml 32K |
2889 | 2024-11-14T03:51:27.245Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2890 | 2024-11-14T03:51:27.245Z | a target/release/omicron-package 36287K |
2891 | 2024-11-14T03:51:27.245Z | a target/release/xtask 11749K |
2892 | 2024-11-14T03:51:27.245Z | a target/debug/bootstrap 209643K |
2893 | 2024-11-14T03:51:27.245Z | a tests/bootstrap-a6bae732be9c0da3 24246K |
2894 | 2024-11-14T03:51:27.245Z | a tests/commtest-eaf43580ef60c1d4 25022K |
2895 | 2024-11-14T03:51:27.245Z | a tests/dhcp_server-94afc65291af686c 24246K |
2896 | 2024-11-14T03:51:27.245Z | a tests/end_to_end_tests-a08399dfed877718 222584K |
2897 | 2024-11-14T03:51:27.245Z | a out/clickhouse.tar.gz 250303K |
2898 | 2024-11-14T03:51:27.245Z | a out/clickhouse_keeper.tar.gz 250295K |
2899 | 2024-11-14T03:51:27.245Z | a out/clickhouse_server.tar.gz 250294K |
2900 | 2024-11-14T03:51:27.245Z | a out/cockroachdb.tar.gz 134539K |
2901 | 2024-11-14T03:51:27.245Z | a out/crucible-dtrace.tar 83K |
2902 | 2024-11-14T03:51:27.245Z | a out/crucible-pantry-zone.tar.gz 28154K |
2903 | 2024-11-14T03:51:27.245Z | a out/crucible-zone.tar.gz 36365K |
2904 | 2024-11-14T03:51:27.245Z | a out/external-dns.tar.gz 35258K |
2905 | 2024-11-14T03:51:27.246Z | a out/internal-dns.tar.gz 35257K |
2906 | 2024-11-14T03:51:27.246Z | a out/mg-ddm-gz.tar 62661K |
2907 | 2024-11-14T03:51:27.246Z | a out/nexus.tar.gz 100463K |
2908 | 2024-11-14T03:51:27.247Z | a out/ntp.tar.gz 10341K |
2909 | 2024-11-14T03:51:27.247Z | a out/omicron-gateway-softnpu.tar.gz 23867K |
2910 | 2024-11-14T03:51:27.247Z | a out/omicron-sled-agent.tar 112440K |
2911 | 2024-11-14T03:51:27.247Z | a out/overlay.tar.gz 3K |
2912 | 2024-11-14T03:51:27.247Z | a out/oximeter.tar.gz 51649K |
2913 | 2024-11-14T03:51:27.247Z | a out/oxlog.tar 3091K |
2914 | 2024-11-14T03:51:27.247Z | a out/probe.tar.gz 2764K |
2915 | 2024-11-14T03:51:27.247Z | a out/propolis-server.tar.gz 66584K |
2916 | 2024-11-14T03:51:27.247Z | a out/pumpkind-gz.tar 26665K |
2917 | 2024-11-14T03:51:27.247Z | a out/switch-softnpu.tar.gz 234438K |
2918 | 2024-11-14T03:51:27.250Z | |
2919 | 2024-11-14T03:51:27.250Z | real 1:08.397982257 |
2920 | 2024-11-14T03:51:27.250Z | user 1:05.274302773 |
2921 | 2024-11-14T03:51:27.250Z | sys 4.427993037 |
2922 | 2024-11-14T03:51:27.250Z | trap 0.017032613 |
2923 | 2024-11-14T03:51:27.250Z | tflt 0.000000000 |
2924 | 2024-11-14T03:51:27.250Z | dflt 0.000000000 |
2925 | 2024-11-14T03:51:27.250Z | kflt 0.000000000 |
2926 | 2024-11-14T03:51:27.250Z | lock 0.000000000 |
2927 | 2024-11-14T03:51:27.250Z | slp 1:05.073326386 |
2928 | 2024-11-14T03:51:27.250Z | lat 1.998773642 |
2929 | 2024-11-14T03:51:27.250Z | stop 0.000199987 |
2930 | 2024-11-14T03:51:27.250Z | process exited: duration 2009374 ms, exit code 0 |
|
2931 | 2024-11-14T03:51:27.264Z | found 1 output files |
2932 | 2024-11-14T03:51:27.264Z | uploading: /work/package.tar.gz (1765138802 bytes) |
2933 | 2024-11-14T03:51:55.943Z | uploaded: /work/package.tar.gz |