|
|
|
1 | 2024-10-29T18:00:40.553Z | job assigned to worker 01JBCPXVW5F1J1KG7SD2D40DZV (queued for 1 m 5 s) |
|
2 | 2024-10-29T18:00:48.544Z | starting task 0: "setup" |
3 | 2024-10-29T18:00:48.552Z | ++ uname -s |
4 | 2024-10-29T18:00:48.554Z | + kern=SunOS |
5 | 2024-10-29T18:00:48.554Z | + case "$kern" in |
6 | 2024-10-29T18:00:48.555Z | + [[ 0 == 12345 ]] |
7 | 2024-10-29T18:00:48.555Z | + groupadd -g 12345 build |
8 | 2024-10-29T18:00:48.558Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-29T18:00:50.565Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-29T18:00:50.746Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-29T18:00:50.748Z | + home_fs=zfs |
12 | 2024-10-29T18:00:50.749Z | + [[ zfs == autofs ]] |
13 | 2024-10-29T18:00:50.749Z | + mkdir -p /home/build |
14 | 2024-10-29T18:00:50.751Z | + chown build:build /home/build /work |
15 | 2024-10-29T18:00:52.753Z | + chmod 0700 /home/build /work |
16 | 2024-10-29T18:00:52.756Z | process exited: duration 4213 ms, exit code 0 |
|
17 | 2024-10-29T18:00:52.760Z | starting task 1: "rust-toolchain" |
18 | 2024-10-29T18:00:52.766Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-29T18:00:52.766Z | ' 1.80.1 |
20 | 2024-10-29T18:00:52.766Z | * toolchain channel = "1.80.1" |
21 | 2024-10-29T18:00:52.766Z | * toolchain profile = "default" |
22 | 2024-10-29T18:00:52.766Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-29T18:00:52.766Z | ' default |
24 | 2024-10-29T18:00:52.769Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-29T18:00:52.769Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-29T18:00:52.883Z | info: downloading installer |
27 | 2024-10-29T18:00:54.362Z | info: profile set to 'default' |
28 | 2024-10-29T18:00:54.362Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-29T18:00:54.364Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-29T18:00:54.512Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-29T18:00:54.512Z | info: downloading component 'cargo' |
32 | 2024-10-29T18:00:55.340Z | info: downloading component 'clippy' |
33 | 2024-10-29T18:00:55.635Z | info: downloading component 'rust-docs' |
34 | 2024-10-29T18:00:56.790Z | info: downloading component 'rust-std' |
35 | 2024-10-29T18:00:58.406Z | info: downloading component 'rustc' |
36 | 2024-10-29T18:01:02.912Z | info: downloading component 'rustfmt' |
37 | 2024-10-29T18:01:03.155Z | info: installing component 'cargo' |
38 | 2024-10-29T18:01:03.980Z | info: installing component 'clippy' |
39 | 2024-10-29T18:01:04.356Z | info: installing component 'rust-docs' |
40 | 2024-10-29T18:01:05.980Z | info: installing component 'rust-std' |
41 | 2024-10-29T18:01:07.631Z | info: installing component 'rustc' |
42 | 2024-10-29T18:01:11.921Z | info: installing component 'rustfmt' |
43 | 2024-10-29T18:01:12.262Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-29T18:01:12.262Z | |
45 | 2024-10-29T18:01:12.520Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-29T18:01:12.520Z | |
47 | 2024-10-29T18:01:12.522Z | |
48 | 2024-10-29T18:01:12.522Z | Rust is installed now. Great! |
49 | 2024-10-29T18:01:12.522Z | |
50 | 2024-10-29T18:01:12.522Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-29T18:01:12.522Z | environment variable. This has not been done automatically. |
52 | 2024-10-29T18:01:12.522Z | |
53 | 2024-10-29T18:01:12.522Z | To configure your current shell, you need to source |
54 | 2024-10-29T18:01:12.522Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-29T18:01:12.522Z | |
56 | 2024-10-29T18:01:12.522Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-29T18:01:12.522Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-29T18:01:12.522Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-29T18:01:12.576Z | + rustc --version |
60 | 2024-10-29T18:01:12.641Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-29T18:01:12.643Z | process exited: duration 19881 ms, exit code 0 |
|
62 | 2024-10-29T18:01:12.648Z | starting task 2: "authentication" |
63 | 2024-10-29T18:01:12.669Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-10-29T18:01:12.675Z | starting task 3: "clone repository" |
65 | 2024-10-29T18:01:12.680Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-29T18:01:12.683Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-29T18:01:15.125Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-29T18:01:23.420Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-29T18:01:23.420Z | + git fetch origin 608b3362ecb217718074d7f6eb615b798bdb5a55 |
70 | 2024-10-29T18:01:23.749Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-29T18:01:23.749Z | * branch 608b3362ecb217718074d7f6eb615b798bdb5a55 -> FETCH_HEAD |
72 | 2024-10-29T18:01:23.759Z | + [[ -n eliza/give-instance-manager-a-gun ]] |
73 | 2024-10-29T18:01:23.761Z | ++ git branch --show-current |
74 | 2024-10-29T18:01:23.763Z | + current=main |
75 | 2024-10-29T18:01:23.763Z | + [[ main != eliza/give-instance-manager-a-gun ]] |
76 | 2024-10-29T18:01:23.764Z | + git branch -f eliza/give-instance-manager-a-gun 608b3362ecb217718074d7f6eb615b798bdb5a55 |
77 | 2024-10-29T18:01:23.766Z | + git checkout -f eliza/give-instance-manager-a-gun |
78 | 2024-10-29T18:01:23.936Z | Switched to branch 'eliza/give-instance-manager-a-gun' |
79 | 2024-10-29T18:01:23.938Z | + git reset --hard 608b3362ecb217718074d7f6eb615b798bdb5a55 |
80 | 2024-10-29T18:01:24.102Z | HEAD is now at 608b3362e factor out termination channel handling |
81 | 2024-10-29T18:01:24.105Z | process exited: duration 11427 ms, exit code 0 |
|
82 | 2024-10-29T18:01:24.109Z | starting task 4: "build" |
83 | 2024-10-29T18:01:24.115Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-29T18:01:24.115Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-29T18:01:24.115Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-29T18:01:24.115Z | + cargo --version |
87 | 2024-10-29T18:01:24.170Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-29T18:01:24.173Z | + rustc --version |
89 | 2024-10-29T18:01:24.230Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-29T18:01:24.233Z | + WORK=/work |
91 | 2024-10-29T18:01:24.233Z | + pfexec mkdir -p /work |
92 | 2024-10-29T18:01:24.237Z | + pfexec chown build /work |
93 | 2024-10-29T18:01:24.240Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-10-29T18:01:52.945Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-10-29T18:01:57.328Z | Startup: Caching catalogs ... Done |
96 | 2024-10-29T18:02:04.630Z | Planning: Solver setup ... Done (6.524s) |
97 | 2024-10-29T18:02:04.714Z | Planning: Running solver ... Done (0.093s) |
98 | 2024-10-29T18:02:04.874Z | Planning: Finding local manifests ... Done (0.081s) |
99 | 2024-10-29T18:02:04.904Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-10-29T18:02:05.167Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-10-29T18:02:05.493Z | Planning: Package planning ... Done (0.326s) |
102 | 2024-10-29T18:02:05.549Z | Planning: Merging actions ... Done (0.055s) |
103 | 2024-10-29T18:02:06.778Z | Planning: Checking for conflicting actions ... Done (1.229s) |
104 | 2024-10-29T18:02:16.339Z | Planning: Consolidating action changes ... Done (9.559s) |
105 | 2024-10-29T18:02:16.717Z | Planning: Evaluating mediators ... Done (0.379s) |
106 | 2024-10-29T18:02:16.796Z | Planning: Planning completed in 19.38 seconds |
107 | 2024-10-29T18:02:17.588Z | Packages to install: 4 |
108 | 2024-10-29T18:02:17.588Z | Packages to update: 1 |
109 | 2024-10-29T18:02:17.588Z | Mediators to change: 2 |
110 | 2024-10-29T18:02:17.602Z | Services to change: 1 |
111 | 2024-10-29T18:02:17.602Z | Estimated space available: 155.71 GB |
112 | 2024-10-29T18:02:17.602Z | Estimated space to be consumed: 1.58 GB |
113 | 2024-10-29T18:02:17.602Z | Create boot environment: No |
114 | 2024-10-29T18:02:17.602Z | Create backup boot environment: Yes |
115 | 2024-10-29T18:02:17.603Z | Rebuild boot archive: No |
116 | 2024-10-29T18:02:17.603Z | |
117 | 2024-10-29T18:02:17.604Z | Changed mediators: |
118 | 2024-10-29T18:02:17.604Z | mediator clang: |
119 | 2024-10-29T18:02:17.604Z | version: None -> 15 (system default) |
120 | 2024-10-29T18:02:17.605Z | |
121 | 2024-10-29T18:02:17.605Z | mediator llvm: |
122 | 2024-10-29T18:02:17.605Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-10-29T18:02:17.607Z | |
124 | 2024-10-29T18:02:17.607Z | Changed packages: |
125 | 2024-10-29T18:02:17.607Z | helios-dev |
126 | 2024-10-29T18:02:17.607Z | developer/build-essential |
127 | 2024-10-29T18:02:17.607Z | None -> 11-2.0 |
128 | 2024-10-29T18:02:17.607Z | library/libxmlsec1 |
129 | 2024-10-29T18:02:17.612Z | None -> 1.2.35-2.0 |
130 | 2024-10-29T18:02:17.612Z | ooce/developer/clang-15 |
131 | 2024-10-29T18:02:17.612Z | None -> 15.0.7-2.0 |
132 | 2024-10-29T18:02:17.612Z | ooce/developer/llvm-15 |
133 | 2024-10-29T18:02:17.612Z | None -> 15.0.7-2.0 |
134 | 2024-10-29T18:02:17.612Z | package/pkg |
135 | 2024-10-29T18:02:17.612Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-10-29T18:02:17.612Z | |
137 | 2024-10-29T18:02:17.612Z | Services: |
138 | 2024-10-29T18:02:17.612Z | restart_fmri: |
139 | 2024-10-29T18:02:17.612Z | svc:/system/update-man-index:default |
140 | 2024-10-29T18:02:17.613Z | |
141 | 2024-10-29T18:02:17.613Z | Editable files to change: |
142 | 2024-10-29T18:02:17.613Z | Update: |
143 | 2024-10-29T18:02:17.613Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-10-29T18:02:18.062Z | |
145 | 2024-10-29T18:02:18.062Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-10-29T18:02:23.059Z | Download: 705/4281 items 18.1/220.6MB 8% complete (3.7M/s) |
147 | 2024-10-29T18:02:28.344Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (9.5M/s) |
148 | 2024-10-29T18:02:33.345Z | Download: 2817/4281 items 120.8/220.6MB 54% complete (10.2M/s) |
149 | 2024-10-29T18:02:38.346Z | Download: 3413/4281 items 215.1/220.6MB 97% complete (13.2M/s) |
150 | 2024-10-29T18:02:41.011Z | Download: Completed 220.60 MB in 22.95 seconds (9.6M/s) |
151 | 2024-10-29T18:02:42.161Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-10-29T18:02:42.182Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-10-29T18:02:47.256Z | Actions: 4082/5063 actions (Installing new actions) |
154 | 2024-10-29T18:02:48.103Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-10-29T18:02:48.557Z | Actions: Completed 5063 actions in 6.39 seconds. |
156 | 2024-10-29T18:02:48.924Z | Done (0.359s) |
157 | 2024-10-29T18:02:48.926Z | Done (0.000s) |
158 | 2024-10-29T18:02:49.416Z | Done (0.491s) |
159 | 2024-10-29T18:02:56.837Z | Done (7.214s) |
160 | 2024-10-29T18:02:57.297Z | Done (0.393s) |
161 | 2024-10-29T18:02:57.299Z | Done (0.000s) |
162 | 2024-10-29T18:02:57.467Z | Done (0.000s) |
163 | 2024-10-29T18:02:58.115Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-10-29T18:02:58.277Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-10-29T18:02:58.280Z | Planning: Consolidating action changes ... Done |
166 | 2024-10-29T18:02:58.543Z | Planning: Evaluating mediators ... Done |
167 | 2024-10-29T18:02:58.545Z | Planning: Planning completed in 0.43 seconds |
168 | 2024-10-29T18:02:58.581Z | Mediators to change: 2 |
169 | 2024-10-29T18:02:58.581Z | Create boot environment: No |
170 | 2024-10-29T18:02:58.584Z | Create backup boot environment: No |
171 | 2024-10-29T18:02:58.671Z | Done |
172 | 2024-10-29T18:02:58.671Z | Done |
173 | 2024-10-29T18:02:58.991Z | Done |
174 | 2024-10-29T18:03:02.484Z | Done |
175 | 2024-10-29T18:03:02.571Z | Done |
176 | 2024-10-29T18:03:02.574Z | Done |
177 | 2024-10-29T18:03:02.684Z | Done |
178 | 2024-10-29T18:03:03.285Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-10-29T18:03:03.288Z | Planning: Merging actions ... Done |
180 | 2024-10-29T18:03:03.476Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-10-29T18:03:03.479Z | Planning: Consolidating action changes ... Done |
182 | 2024-10-29T18:03:03.734Z | Planning: Evaluating mediators ... Done |
183 | 2024-10-29T18:03:03.789Z | Planning: Planning completed in 0.74 seconds |
184 | 2024-10-29T18:03:03.829Z | Packages to change: 1 |
185 | 2024-10-29T18:03:03.829Z | Mediators to change: 1 |
186 | 2024-10-29T18:03:03.831Z | Services to change: 1 |
187 | 2024-10-29T18:03:03.831Z | Create boot environment: No |
188 | 2024-10-29T18:03:03.831Z | Create backup boot environment: Yes |
189 | 2024-10-29T18:03:05.824Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-10-29T18:03:06.050Z | Actions: Completed 6 actions in 0.23 seconds. |
191 | 2024-10-29T18:03:06.053Z | Done |
192 | 2024-10-29T18:03:06.053Z | Done |
193 | 2024-10-29T18:03:06.151Z | Done |
194 | 2024-10-29T18:03:09.626Z | Done |
195 | 2024-10-29T18:03:09.715Z | Done |
196 | 2024-10-29T18:03:09.718Z | Done |
197 | 2024-10-29T18:03:09.832Z | Done |
198 | 2024-10-29T18:03:10.265Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-10-29T18:03:10.266Z | clang system 15 system |
200 | 2024-10-29T18:03:10.266Z | csh system system illumos |
201 | 2024-10-29T18:03:10.266Z | ctags system system illumos |
202 | 2024-10-29T18:03:10.266Z | gcc vendor 12 vendor |
203 | 2024-10-29T18:03:10.266Z | gcc system 10 system |
204 | 2024-10-29T18:03:10.266Z | gcc system 7 system |
205 | 2024-10-29T18:03:10.266Z | go system 1.20 system |
206 | 2024-10-29T18:03:10.266Z | go system 1.19 system |
207 | 2024-10-29T18:03:10.266Z | llvm system 15 system |
208 | 2024-10-29T18:03:10.266Z | llvm system 14 system |
209 | 2024-10-29T18:03:10.266Z | mariadb system 10.6 system |
210 | 2024-10-29T18:03:10.266Z | mta vendor vendor dma |
211 | 2024-10-29T18:03:10.266Z | openjdk system 17 system |
212 | 2024-10-29T18:03:10.266Z | openjdk system 11 system |
213 | 2024-10-29T18:03:10.266Z | openjdk system 1.8 system |
214 | 2024-10-29T18:03:10.266Z | openssl vendor 3 vendor |
215 | 2024-10-29T18:03:10.266Z | perl system 5.36 system |
216 | 2024-10-29T18:03:10.266Z | postgresql system 15 system |
217 | 2024-10-29T18:03:10.266Z | postgresql system 13 system |
218 | 2024-10-29T18:03:10.266Z | python vendor 3 vendor |
219 | 2024-10-29T18:03:10.266Z | python system 2 system |
220 | 2024-10-29T18:03:10.266Z | python3 system 3.11 system |
221 | 2024-10-29T18:03:10.266Z | ruby system 3.0 system |
222 | 2024-10-29T18:03:10.266Z | words vendor vendor american-english |
223 | 2024-10-29T18:03:10.266Z | words system system australian-english |
224 | 2024-10-29T18:03:10.266Z | words system system british-english |
225 | 2024-10-29T18:03:10.266Z | words system system canadian-english |
226 | 2024-10-29T18:03:10.266Z | words system system french |
227 | 2024-10-29T18:03:10.266Z | words system system italian |
228 | 2024-10-29T18:03:10.268Z | words system system ngerman |
229 | 2024-10-29T18:03:10.268Z | words system system ogerman |
230 | 2024-10-29T18:03:10.268Z | words system system spanish |
231 | 2024-10-29T18:03:10.593Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-10-29T18:03:10.593Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-10-29T18:03:12.977Z | FMRI IFO |
234 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
244 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
247 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-10-29T18:03:12.977Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-10-29T18:03:13.667Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-10-29T18:03:13.954Z | Updating crates.io index |
251 | 2024-10-29T18:03:13.957Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
252 | 2024-10-29T18:03:14.848Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
253 | 2024-10-29T18:03:15.153Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-10-29T18:03:15.439Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-10-29T18:03:15.709Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-10-29T18:03:16.544Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-10-29T18:03:18.944Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-10-29T18:03:19.909Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-10-29T18:03:20.571Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-10-29T18:03:20.897Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-10-29T18:03:21.150Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-10-29T18:03:21.771Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-10-29T18:03:22.071Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-10-29T18:03:22.431Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-10-29T18:03:22.724Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-10-29T18:03:22.971Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-10-29T18:03:23.349Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-10-29T18:03:23.684Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-10-29T18:03:24.033Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-10-29T18:03:24.542Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-10-29T18:03:24.836Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-10-29T18:03:25.298Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-10-29T18:03:25.641Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
274 | 2024-10-29T18:03:26.030Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
275 | 2024-10-29T18:03:26.523Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-10-29T18:03:26.903Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-10-29T18:03:27.167Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-10-29T18:03:28.348Z | Downloading crates ... |
279 | 2024-10-29T18:03:28.415Z | Downloaded camino v1.1.9 |
280 | 2024-10-29T18:03:28.418Z | Downloaded anyhow v1.0.89 |
281 | 2024-10-29T18:03:28.422Z | Downloaded scroll_derive v0.12.0 |
282 | 2024-10-29T18:03:28.433Z | Downloaded usdt-attr-macro v0.5.0 |
283 | 2024-10-29T18:03:28.436Z | Downloaded cpufeatures v0.2.14 |
284 | 2024-10-29T18:03:28.438Z | Downloaded pretty-hex v0.4.1 |
285 | 2024-10-29T18:03:28.441Z | Downloaded anstyle v1.0.8 |
286 | 2024-10-29T18:03:28.441Z | Downloaded digest v0.10.7 |
287 | 2024-10-29T18:03:28.445Z | Downloaded serde_tokenstream v0.2.2 |
288 | 2024-10-29T18:03:28.448Z | Downloaded proc-macro-error-attr v1.0.4 |
289 | 2024-10-29T18:03:28.450Z | Downloaded cfg-if v1.0.0 |
290 | 2024-10-29T18:03:28.453Z | Downloaded cargo_metadata v0.18.1 |
291 | 2024-10-29T18:03:28.456Z | Downloaded thiserror-impl v1.0.64 |
292 | 2024-10-29T18:03:28.458Z | Downloaded fastrand v2.1.1 |
293 | 2024-10-29T18:03:28.458Z | Downloaded toml_datetime v0.6.8 |
294 | 2024-10-29T18:03:28.460Z | Downloaded terminal_size v0.4.0 |
295 | 2024-10-29T18:03:28.461Z | Downloaded strsim v0.11.1 |
296 | 2024-10-29T18:03:28.463Z | Downloaded clap_derive v4.5.18 |
297 | 2024-10-29T18:03:28.463Z | Downloaded pest_generator v2.7.14 |
298 | 2024-10-29T18:03:28.465Z | Downloaded block-buffer v0.10.4 |
299 | 2024-10-29T18:03:28.465Z | Downloaded generic-array v0.14.7 |
300 | 2024-10-29T18:03:28.470Z | Downloaded utf8parse v0.2.2 |
301 | 2024-10-29T18:03:28.473Z | Downloaded ucd-trie v0.1.7 |
302 | 2024-10-29T18:03:28.476Z | Downloaded serde_derive v1.0.210 |
303 | 2024-10-29T18:03:28.486Z | Downloaded papergrid v0.11.0 |
304 | 2024-10-29T18:03:28.497Z | Downloaded cargo-platform v0.1.8 |
305 | 2024-10-29T18:03:28.500Z | Downloaded byteorder v1.5.0 |
306 | 2024-10-29T18:03:28.502Z | Downloaded bytecount v0.6.8 |
307 | 2024-10-29T18:03:28.504Z | Downloaded anstyle-query v1.1.1 |
308 | 2024-10-29T18:03:28.504Z | Downloaded anstyle-parse v0.2.5 |
309 | 2024-10-29T18:03:28.508Z | Downloaded indexmap v2.6.0 |
310 | 2024-10-29T18:03:28.510Z | Downloaded colorchoice v1.0.2 |
311 | 2024-10-29T18:03:28.512Z | Downloaded clap_lex v0.7.2 |
312 | 2024-10-29T18:03:28.515Z | Downloaded anstream v0.6.15 |
313 | 2024-10-29T18:03:28.517Z | Downloaded equivalent v1.0.1 |
314 | 2024-10-29T18:03:28.519Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-10-29T18:03:28.530Z | Downloaded autocfg v1.4.0 |
316 | 2024-10-29T18:03:28.533Z | Downloaded heck v0.4.1 |
317 | 2024-10-29T18:03:28.538Z | Downloaded swrite v0.1.0 |
318 | 2024-10-29T18:03:28.541Z | Downloaded usdt-macro v0.5.0 |
319 | 2024-10-29T18:03:28.547Z | Downloaded camino-tempfile v1.1.1 |
320 | 2024-10-29T18:03:28.549Z | Downloaded itoa v1.0.11 |
321 | 2024-10-29T18:03:28.551Z | Downloaded heck v0.5.0 |
322 | 2024-10-29T18:03:28.551Z | Downloaded scroll v0.12.0 |
323 | 2024-10-29T18:03:28.554Z | Downloaded memmap v0.7.0 |
324 | 2024-10-29T18:03:28.557Z | Downloaded fnv v1.0.7 |
325 | 2024-10-29T18:03:28.562Z | Downloaded is_terminal_polyfill v1.70.1 |
326 | 2024-10-29T18:03:28.567Z | Downloaded smawk v0.3.2 |
327 | 2024-10-29T18:03:28.567Z | Downloaded plain v0.2.3 |
328 | 2024-10-29T18:03:28.567Z | Downloaded fs-err v2.11.0 |
329 | 2024-10-29T18:03:28.567Z | Downloaded macaddr v1.0.1 |
330 | 2024-10-29T18:03:28.567Z | Downloaded dof v0.3.0 |
331 | 2024-10-29T18:03:28.567Z | Downloaded unicode-linebreak v0.1.5 |
332 | 2024-10-29T18:03:28.570Z | Downloaded serde_spanned v0.6.8 |
333 | 2024-10-29T18:03:28.571Z | Downloaded clap v4.5.20 |
334 | 2024-10-29T18:03:28.577Z | Downloaded cargo_toml v0.20.5 |
335 | 2024-10-29T18:03:28.579Z | Downloaded version_check v0.9.5 |
336 | 2024-10-29T18:03:28.582Z | Downloaded usdt v0.5.0 |
337 | 2024-10-29T18:03:28.582Z | Downloaded thread-id v4.2.2 |
338 | 2024-10-29T18:03:28.582Z | Downloaded thiserror v1.0.64 |
339 | 2024-10-29T18:03:28.586Z | Downloaded tabled_derive v0.7.0 |
340 | 2024-10-29T18:03:28.589Z | Downloaded memchr v2.7.4 |
341 | 2024-10-29T18:03:28.593Z | Downloaded errno v0.3.9 |
342 | 2024-10-29T18:03:28.595Z | Downloaded sha2 v0.10.8 |
343 | 2024-10-29T18:03:28.597Z | Downloaded semver v1.0.23 |
344 | 2024-10-29T18:03:28.600Z | Downloaded tempfile v3.13.0 |
345 | 2024-10-29T18:03:28.602Z | Downloaded proc-macro-error v1.0.4 |
346 | 2024-10-29T18:03:28.605Z | Downloaded once_cell v1.20.2 |
347 | 2024-10-29T18:03:28.608Z | Downloaded usdt-impl v0.5.0 |
348 | 2024-10-29T18:03:28.610Z | Downloaded pest_derive v2.7.14 |
349 | 2024-10-29T18:03:28.612Z | Downloaded bitflags v2.6.0 |
350 | 2024-10-29T18:03:28.615Z | Downloaded crypto-common v0.1.6 |
351 | 2024-10-29T18:03:28.618Z | Downloaded proc-macro2 v1.0.87 |
352 | 2024-10-29T18:03:28.620Z | Downloaded log v0.4.22 |
353 | 2024-10-29T18:03:28.623Z | Downloaded zerocopy-derive v0.7.35 |
354 | 2024-10-29T18:03:28.628Z | Downloaded quote v1.0.37 |
355 | 2024-10-29T18:03:28.630Z | Downloaded toml v0.8.19 |
356 | 2024-10-29T18:03:28.634Z | Downloaded ryu v1.0.18 |
357 | 2024-10-29T18:03:28.637Z | Downloaded unicode-ident v1.0.13 |
358 | 2024-10-29T18:03:28.639Z | Downloaded hashbrown v0.15.0 |
359 | 2024-10-29T18:03:28.645Z | Downloaded textwrap v0.16.1 |
360 | 2024-10-29T18:03:28.647Z | Downloaded serde v1.0.210 |
361 | 2024-10-29T18:03:28.650Z | Downloaded pest_meta v2.7.14 |
362 | 2024-10-29T18:03:28.653Z | Downloaded typenum v1.17.0 |
363 | 2024-10-29T18:03:28.655Z | Downloaded zerocopy v0.7.35 |
364 | 2024-10-29T18:03:28.680Z | Downloaded toml_edit v0.22.22 |
365 | 2024-10-29T18:03:28.701Z | Downloaded tabled v0.15.0 |
366 | 2024-10-29T18:03:28.716Z | Downloaded clap_builder v4.5.20 |
367 | 2024-10-29T18:03:28.723Z | Downloaded serde_json v1.0.128 |
368 | 2024-10-29T18:03:28.730Z | Downloaded pest v2.7.14 |
369 | 2024-10-29T18:03:28.735Z | Downloaded winnow v0.6.20 |
370 | 2024-10-29T18:03:28.744Z | Downloaded goblin v0.8.2 |
371 | 2024-10-29T18:03:28.750Z | Downloaded unicode-width v0.1.14 |
372 | 2024-10-29T18:03:28.756Z | Downloaded syn v2.0.79 |
373 | 2024-10-29T18:03:28.767Z | Downloaded rustix v0.38.37 |
374 | 2024-10-29T18:03:28.789Z | Downloaded syn v1.0.109 |
375 | 2024-10-29T18:03:28.798Z | Downloaded libc v0.2.161 |
376 | 2024-10-29T18:03:29.105Z | Compiling proc-macro2 v1.0.87 |
377 | 2024-10-29T18:03:29.107Z | Compiling unicode-ident v1.0.13 |
378 | 2024-10-29T18:03:29.108Z | Compiling version_check v0.9.5 |
379 | 2024-10-29T18:03:29.108Z | Compiling serde v1.0.210 |
380 | 2024-10-29T18:03:29.108Z | Compiling memchr v2.7.4 |
381 | 2024-10-29T18:03:29.108Z | Compiling thiserror v1.0.64 |
382 | 2024-10-29T18:03:29.108Z | Compiling libc v0.2.161 |
383 | 2024-10-29T18:03:29.140Z | Compiling ucd-trie v0.1.7 |
384 | 2024-10-29T18:03:29.351Z | Compiling itoa v1.0.11 |
385 | 2024-10-29T18:03:29.585Z | Compiling ryu v1.0.18 |
386 | 2024-10-29T18:03:29.888Z | Compiling once_cell v1.20.2 |
387 | 2024-10-29T18:03:29.971Z | Compiling byteorder v1.5.0 |
388 | 2024-10-29T18:03:30.344Z | Compiling serde_json v1.0.128 |
389 | 2024-10-29T18:03:30.562Z | Compiling rustix v0.38.37 |
390 | 2024-10-29T18:03:31.250Z | Compiling bitflags v2.6.0 |
391 | 2024-10-29T18:03:31.303Z | Compiling usdt-impl v0.5.0 |
392 | 2024-10-29T18:03:31.306Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-10-29T18:03:31.413Z | Compiling syn v1.0.109 |
394 | 2024-10-29T18:03:31.598Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-10-29T18:03:31.652Z | Compiling plain v0.2.3 |
396 | 2024-10-29T18:03:31.665Z | Compiling log v0.4.22 |
397 | 2024-10-29T18:03:31.755Z | Compiling hashbrown v0.15.0 |
398 | 2024-10-29T18:03:31.796Z | Compiling utf8parse v0.2.2 |
399 | 2024-10-29T18:03:31.877Z | Compiling camino v1.1.9 |
400 | 2024-10-29T18:03:31.944Z | Compiling equivalent v1.0.1 |
401 | 2024-10-29T18:03:32.029Z | Compiling thread-id v4.2.2 |
402 | 2024-10-29T18:03:32.055Z | Compiling anstyle-parse v0.2.5 |
403 | 2024-10-29T18:03:32.146Z | Compiling quote v1.0.37 |
404 | 2024-10-29T18:03:32.266Z | Compiling anstyle-query v1.1.1 |
405 | 2024-10-29T18:03:32.408Z | Compiling autocfg v1.4.0 |
406 | 2024-10-29T18:03:32.440Z | Compiling winnow v0.6.20 |
407 | 2024-10-29T18:03:32.494Z | Compiling semver v1.0.23 |
408 | 2024-10-29T18:03:32.540Z | Compiling errno v0.3.9 |
409 | 2024-10-29T18:03:32.772Z | Compiling syn v2.0.79 |
410 | 2024-10-29T18:03:32.967Z | Compiling indexmap v2.6.0 |
411 | 2024-10-29T18:03:33.122Z | Compiling pretty-hex v0.4.1 |
412 | 2024-10-29T18:03:33.337Z | Compiling anstyle v1.0.8 |
413 | 2024-10-29T18:03:33.563Z | Compiling unicode-width v0.1.14 |
414 | 2024-10-29T18:03:33.823Z | Compiling colorchoice v1.0.2 |
415 | 2024-10-29T18:03:33.981Z | Compiling is_terminal_polyfill v1.70.1 |
416 | 2024-10-29T18:03:34.056Z | Compiling fs-err v2.11.0 |
417 | 2024-10-29T18:03:34.100Z | Compiling anstream v0.6.15 |
418 | 2024-10-29T18:03:34.361Z | Compiling clap_lex v0.7.2 |
419 | 2024-10-29T18:03:34.390Z | Compiling cfg-if v1.0.0 |
420 | 2024-10-29T18:03:34.486Z | Compiling anyhow v1.0.89 |
421 | 2024-10-29T18:03:34.843Z | Compiling fnv v1.0.7 |
422 | 2024-10-29T18:03:34.904Z | Compiling heck v0.4.1 |
423 | 2024-10-29T18:03:34.985Z | Compiling terminal_size v0.4.0 |
424 | 2024-10-29T18:03:34.989Z | Compiling strsim v0.11.1 |
425 | 2024-10-29T18:03:35.146Z | Compiling heck v0.5.0 |
426 | 2024-10-29T18:03:35.202Z | Compiling bytecount v0.6.8 |
427 | 2024-10-29T18:03:35.411Z | Compiling fastrand v2.1.1 |
428 | 2024-10-29T18:03:35.433Z | Compiling clap_builder v4.5.20 |
429 | 2024-10-29T18:03:35.776Z | Compiling tempfile v3.13.0 |
430 | 2024-10-29T18:03:35.944Z | Compiling papergrid v0.11.0 |
431 | 2024-10-29T18:03:36.267Z | Compiling memmap v0.7.0 |
432 | 2024-10-29T18:03:36.294Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-10-29T18:03:36.359Z | Compiling smawk v0.3.2 |
434 | 2024-10-29T18:03:36.643Z | Compiling swrite v0.1.0 |
435 | 2024-10-29T18:03:36.767Z | Compiling textwrap v0.16.1 |
436 | 2024-10-29T18:03:38.172Z | Compiling tabled_derive v0.7.0 |
437 | 2024-10-29T18:03:39.809Z | Compiling tabled v0.15.0 |
438 | 2024-10-29T18:03:41.538Z | Compiling serde_derive v1.0.210 |
439 | 2024-10-29T18:03:41.538Z | Compiling thiserror-impl v1.0.64 |
440 | 2024-10-29T18:03:41.541Z | Compiling zerocopy-derive v0.7.35 |
441 | 2024-10-29T18:03:41.541Z | Compiling scroll_derive v0.12.0 |
442 | 2024-10-29T18:03:41.541Z | Compiling clap_derive v4.5.18 |
443 | 2024-10-29T18:03:42.935Z | Compiling scroll v0.12.0 |
444 | 2024-10-29T18:03:43.284Z | Compiling zerocopy v0.7.35 |
445 | 2024-10-29T18:03:43.472Z | Compiling goblin v0.8.2 |
446 | 2024-10-29T18:03:43.919Z | Compiling pest v2.7.14 |
447 | 2024-10-29T18:03:45.277Z | Compiling clap v4.5.20 |
448 | 2024-10-29T18:03:46.180Z | Compiling pest_meta v2.7.14 |
449 | 2024-10-29T18:03:46.997Z | Compiling pest_generator v2.7.14 |
450 | 2024-10-29T18:03:48.917Z | Compiling pest_derive v2.7.14 |
451 | 2024-10-29T18:03:49.435Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-10-29T18:03:51.572Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-10-29T18:03:51.574Z | Compiling serde_spanned v0.6.8 |
454 | 2024-10-29T18:03:51.574Z | Compiling toml_datetime v0.6.8 |
455 | 2024-10-29T18:03:51.851Z | Compiling cargo-platform v0.1.8 |
456 | 2024-10-29T18:03:51.951Z | Compiling toml_edit v0.22.22 |
457 | 2024-10-29T18:03:52.123Z | Compiling macaddr v1.0.1 |
458 | 2024-10-29T18:03:52.336Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-10-29T18:03:53.024Z | Compiling dof v0.3.0 |
460 | 2024-10-29T18:03:53.063Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-10-29T18:03:54.672Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-10-29T18:03:54.672Z | Compiling usdt-macro v0.5.0 |
463 | 2024-10-29T18:03:54.719Z | Compiling toml v0.8.19 |
464 | 2024-10-29T18:03:55.591Z | Compiling cargo_toml v0.20.5 |
465 | 2024-10-29T18:03:56.121Z | Compiling usdt v0.5.0 |
466 | 2024-10-29T18:03:59.078Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-10-29T18:04:03.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.61s |
468 | 2024-10-29T18:04:03.307Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-10-29T18:04:03.884Z | Downloading crates ... |
470 | 2024-10-29T18:04:04.006Z | Downloaded arc-swap v1.7.1 |
471 | 2024-10-29T18:04:04.011Z | Downloaded assert_matches v1.5.0 |
472 | 2024-10-29T18:04:04.015Z | Downloaded arrayref v0.3.9 |
473 | 2024-10-29T18:04:04.017Z | Downloaded aead v0.5.2 |
474 | 2024-10-29T18:04:04.020Z | Downloaded crucible-workspace-hack v0.1.0 |
475 | 2024-10-29T18:04:04.022Z | Downloaded darling_macro v0.20.10 |
476 | 2024-10-29T18:04:04.031Z | Downloaded cfg_aliases v0.1.1 |
477 | 2024-10-29T18:04:04.033Z | Downloaded http-body v0.4.6 |
478 | 2024-10-29T18:04:04.036Z | Downloaded debug-ignore v1.0.5 |
479 | 2024-10-29T18:04:04.038Z | Downloaded http-body-util v0.1.2 |
480 | 2024-10-29T18:04:04.040Z | Downloaded colored v2.1.0 |
481 | 2024-10-29T18:04:04.043Z | Downloaded bitfield-struct v0.6.2 |
482 | 2024-10-29T18:04:04.045Z | Downloaded chrono-tz-build v0.4.0 |
483 | 2024-10-29T18:04:04.045Z | Downloaded hmac v0.12.1 |
484 | 2024-10-29T18:04:04.048Z | Downloaded blowfish v0.9.1 |
485 | 2024-10-29T18:04:04.050Z | Downloaded ciborium-ll v0.2.2 |
486 | 2024-10-29T18:04:04.050Z | Downloaded async-recursion v1.1.1 |
487 | 2024-10-29T18:04:04.054Z | Downloaded matches v0.1.10 |
488 | 2024-10-29T18:04:04.056Z | Downloaded instant v0.1.13 |
489 | 2024-10-29T18:04:04.058Z | Downloaded cassowary v0.3.0 |
490 | 2024-10-29T18:04:04.058Z | Downloaded async-trait v0.1.83 |
491 | 2024-10-29T18:04:04.061Z | Downloaded backoff v0.4.0 |
492 | 2024-10-29T18:04:04.064Z | Downloaded bcs v0.1.6 |
493 | 2024-10-29T18:04:04.066Z | Downloaded http-range v0.1.5 |
494 | 2024-10-29T18:04:04.070Z | Downloaded const-oid v0.9.6 |
495 | 2024-10-29T18:04:04.072Z | Downloaded managed v0.8.0 |
496 | 2024-10-29T18:04:04.072Z | Downloaded crossbeam-utils v0.8.20 |
497 | 2024-10-29T18:04:04.075Z | Downloaded lazy_static v1.5.0 |
498 | 2024-10-29T18:04:04.077Z | Downloaded atty v0.2.14 |
499 | 2024-10-29T18:04:04.079Z | Downloaded md-5 v0.10.6 |
500 | 2024-10-29T18:04:04.082Z | Downloaded ipnetwork v0.20.0 |
501 | 2024-10-29T18:04:04.082Z | Downloaded memoffset v0.9.1 |
502 | 2024-10-29T18:04:04.084Z | Downloaded cookie v0.18.1 |
503 | 2024-10-29T18:04:04.086Z | Downloaded base16ct v0.2.0 |
504 | 2024-10-29T18:04:04.089Z | Downloaded indoc v1.0.9 |
505 | 2024-10-29T18:04:04.091Z | Downloaded highway v1.2.0 |
506 | 2024-10-29T18:04:04.093Z | Downloaded indent_write v2.2.0 |
507 | 2024-10-29T18:04:04.096Z | Downloaded nibble_vec v0.1.0 |
508 | 2024-10-29T18:04:04.096Z | Downloaded lru v0.12.5 |
509 | 2024-10-29T18:04:04.100Z | Downloaded adler2 v2.0.0 |
510 | 2024-10-29T18:04:04.102Z | Downloaded httparse v1.9.5 |
511 | 2024-10-29T18:04:04.102Z | Downloaded async-stream v0.3.6 |
512 | 2024-10-29T18:04:04.105Z | Downloaded nanorand v0.7.0 |
513 | 2024-10-29T18:04:04.108Z | Downloaded jobserver v0.1.32 |
514 | 2024-10-29T18:04:04.110Z | Downloaded lock_api v0.4.12 |
515 | 2024-10-29T18:04:04.113Z | Downloaded ciborium-io v0.2.2 |
516 | 2024-10-29T18:04:04.113Z | Downloaded cfg_aliases v0.2.1 |
517 | 2024-10-29T18:04:04.115Z | Downloaded atomic-waker v1.1.2 |
518 | 2024-10-29T18:04:04.115Z | Downloaded hostname v0.3.1 |
519 | 2024-10-29T18:04:04.118Z | Downloaded cstr-argument v0.1.2 |
520 | 2024-10-29T18:04:04.118Z | Downloaded crunchy v0.2.2 |
521 | 2024-10-29T18:04:04.120Z | Downloaded is_ci v1.2.0 |
522 | 2024-10-29T18:04:04.120Z | Downloaded hubpack_derive v0.1.1 |
523 | 2024-10-29T18:04:04.122Z | Downloaded chacha20poly1305 v0.10.1 |
524 | 2024-10-29T18:04:04.123Z | Downloaded kstat-rs v0.2.4 |
525 | 2024-10-29T18:04:04.125Z | Downloaded ident_case v1.0.1 |
526 | 2024-10-29T18:04:04.125Z | Downloaded new_debug_unreachable v1.0.6 |
527 | 2024-10-29T18:04:04.127Z | Downloaded ascii-canvas v3.0.0 |
528 | 2024-10-29T18:04:04.130Z | Downloaded array-init v0.0.4 |
529 | 2024-10-29T18:04:04.130Z | Downloaded md5 v0.7.0 |
530 | 2024-10-29T18:04:04.130Z | Downloaded crc-any v2.5.0 |
531 | 2024-10-29T18:04:04.132Z | Downloaded match_cfg v0.1.0 |
532 | 2024-10-29T18:04:04.134Z | Downloaded atomicwrites v0.4.4 |
533 | 2024-10-29T18:04:04.134Z | Downloaded async-stream-impl v0.3.6 |
534 | 2024-10-29T18:04:04.137Z | Downloaded bitflags v1.3.2 |
535 | 2024-10-29T18:04:04.139Z | Downloaded normalize-line-endings v0.3.0 |
536 | 2024-10-29T18:04:04.139Z | Downloaded block-padding v0.3.3 |
537 | 2024-10-29T18:04:04.141Z | Downloaded serde-big-array v0.5.1 |
538 | 2024-10-29T18:04:04.143Z | Downloaded hyper-rustls v0.27.3 |
539 | 2024-10-29T18:04:04.146Z | Downloaded bcrypt-pbkdf v0.10.0 |
540 | 2024-10-29T18:04:04.148Z | Downloaded mockall_derive v0.13.0 |
541 | 2024-10-29T18:04:04.148Z | Downloaded blake2 v0.10.6 |
542 | 2024-10-29T18:04:04.151Z | Downloaded hubpack v0.1.2 |
543 | 2024-10-29T18:04:04.153Z | Downloaded bitfield v0.14.0 |
544 | 2024-10-29T18:04:04.156Z | Downloaded newline-converter v0.3.0 |
545 | 2024-10-29T18:04:04.156Z | Downloaded nodrop v0.1.14 |
546 | 2024-10-29T18:04:04.158Z | Downloaded newtype_derive v0.1.6 |
547 | 2024-10-29T18:04:04.158Z | Downloaded maybe-uninit v2.0.0 |
548 | 2024-10-29T18:04:04.158Z | Downloaded cobs v0.2.3 |
549 | 2024-10-29T18:04:04.161Z | Downloaded cipher v0.4.4 |
550 | 2024-10-29T18:04:04.163Z | Downloaded constant_time_eq v0.3.1 |
551 | 2024-10-29T18:04:04.165Z | Downloaded castaway v0.2.3 |
552 | 2024-10-29T18:04:04.165Z | Downloaded buf-list v1.0.3 |
553 | 2024-10-29T18:04:04.167Z | Downloaded signal-hook-mio v0.2.4 |
554 | 2024-10-29T18:04:04.170Z | Downloaded hyper-tls v0.6.0 |
555 | 2024-10-29T18:04:04.172Z | Downloaded lazycell v1.3.0 |
556 | 2024-10-29T18:04:04.172Z | Downloaded keccak v0.1.5 |
557 | 2024-10-29T18:04:04.174Z | Downloaded crypto-bigint v0.5.5 |
558 | 2024-10-29T18:04:04.179Z | Downloaded libefi-sys v0.1.0 |
559 | 2024-10-29T18:04:04.182Z | Downloaded instability v0.3.2 |
560 | 2024-10-29T18:04:04.184Z | Downloaded multimap v0.10.0 |
561 | 2024-10-29T18:04:04.184Z | Downloaded cc v1.1.30 |
562 | 2024-10-29T18:04:04.188Z | Downloaded arrayvec v0.7.6 |
563 | 2024-10-29T18:04:04.190Z | Downloaded derive_builder_macro v0.20.2 |
564 | 2024-10-29T18:04:04.192Z | Downloaded ssh-encoding v0.2.0 |
565 | 2024-10-29T18:04:04.195Z | Downloaded async-bb8-diesel v0.2.1 |
566 | 2024-10-29T18:04:04.197Z | Downloaded mockall v0.13.0 |
567 | 2024-10-29T18:04:04.197Z | Downloaded addr2line v0.24.2 |
568 | 2024-10-29T18:04:04.200Z | Downloaded libsw v3.3.1 |
569 | 2024-10-29T18:04:04.202Z | Downloaded sync_wrapper v1.0.1 |
570 | 2024-10-29T18:04:04.204Z | Downloaded lalrpop-util v0.19.12 |
571 | 2024-10-29T18:04:04.204Z | Downloaded secrecy v0.8.0 |
572 | 2024-10-29T18:04:04.206Z | Downloaded rand_core v0.6.4 |
573 | 2024-10-29T18:04:04.208Z | Downloaded hyper-util v0.1.9 |
574 | 2024-10-29T18:04:04.211Z | Downloaded bit-vec v0.6.3 |
575 | 2024-10-29T18:04:04.214Z | Downloaded foreign-types v0.3.2 |
576 | 2024-10-29T18:04:04.216Z | Downloaded stringprep v0.1.5 |
577 | 2024-10-29T18:04:04.216Z | Downloaded string_cache v0.8.7 |
578 | 2024-10-29T18:04:04.218Z | Downloaded rustc_version v0.4.1 |
579 | 2024-10-29T18:04:04.221Z | Downloaded slog-stdlog v4.1.1 |
580 | 2024-10-29T18:04:04.221Z | Downloaded rustls-pemfile v1.0.4 |
581 | 2024-10-29T18:04:04.223Z | Downloaded chacha20 v0.9.1 |
582 | 2024-10-29T18:04:04.225Z | Downloaded cancel-safe-futures v0.1.5 |
583 | 2024-10-29T18:04:04.229Z | Downloaded console v0.15.8 |
584 | 2024-10-29T18:04:04.231Z | Downloaded thiserror-no-std v2.0.2 |
585 | 2024-10-29T18:04:04.235Z | Downloaded thiserror-impl-no-std v2.0.2 |
586 | 2024-10-29T18:04:04.237Z | Downloaded number_prefix v0.4.0 |
587 | 2024-10-29T18:04:04.240Z | Downloaded tokio-native-tls v0.3.1 |
588 | 2024-10-29T18:04:04.242Z | Downloaded cookie_store v0.21.0 |
589 | 2024-10-29T18:04:04.244Z | Downloaded wyz v0.5.1 |
590 | 2024-10-29T18:04:04.244Z | Downloaded darling v0.20.10 |
591 | 2024-10-29T18:04:04.248Z | Downloaded ipnet v2.10.1 |
592 | 2024-10-29T18:04:04.250Z | Downloaded mime_guess v2.0.5 |
593 | 2024-10-29T18:04:04.253Z | Downloaded defmt-macros v0.3.9 |
594 | 2024-10-29T18:04:04.255Z | Downloaded defmt v0.3.8 |
595 | 2024-10-29T18:04:04.259Z | Downloaded pretty-hex v0.2.1 |
596 | 2024-10-29T18:04:04.261Z | Downloaded psl-types v2.0.11 |
597 | 2024-10-29T18:04:04.264Z | Downloaded diesel-dtrace v0.3.0 |
598 | 2024-10-29T18:04:04.264Z | Downloaded which v4.4.2 |
599 | 2024-10-29T18:04:04.266Z | Downloaded fd-lock v4.0.2 |
600 | 2024-10-29T18:04:04.268Z | Downloaded ena v0.14.3 |
601 | 2024-10-29T18:04:04.270Z | Downloaded embedded-io v0.6.1 |
602 | 2024-10-29T18:04:04.273Z | Downloaded universal-hash v0.5.1 |
603 | 2024-10-29T18:04:04.273Z | Downloaded strum_macros v0.26.4 |
604 | 2024-10-29T18:04:04.275Z | Downloaded slog-term v2.9.1 |
605 | 2024-10-29T18:04:04.278Z | Downloaded multer v3.1.0 |
606 | 2024-10-29T18:04:04.281Z | Downloaded futures-sink v0.3.31 |
607 | 2024-10-29T18:04:04.281Z | Downloaded foreign-types-macros v0.2.3 |
608 | 2024-10-29T18:04:04.284Z | Downloaded foreign-types v0.5.0 |
609 | 2024-10-29T18:04:04.284Z | Downloaded smallvec v0.6.14 |
610 | 2024-10-29T18:04:04.286Z | Downloaded const_format_proc_macros v0.2.33 |
611 | 2024-10-29T18:04:04.289Z | Downloaded sqlparser_derive v0.2.2 |
612 | 2024-10-29T18:04:04.289Z | Downloaded try-lock v0.2.5 |
613 | 2024-10-29T18:04:04.289Z | Downloaded termtree v0.4.1 |
614 | 2024-10-29T18:04:04.291Z | Downloaded bzip2 v0.4.4 |
615 | 2024-10-29T18:04:04.293Z | Downloaded memmap2 v0.9.5 |
616 | 2024-10-29T18:04:04.296Z | Downloaded linear-map v1.2.0 |
617 | 2024-10-29T18:04:04.296Z | Downloaded libloading v0.8.5 |
618 | 2024-10-29T18:04:04.298Z | Downloaded hex-literal v0.4.1 |
619 | 2024-10-29T18:04:04.301Z | Downloaded crossbeam-epoch v0.9.18 |
620 | 2024-10-29T18:04:04.303Z | Downloaded pin-utils v0.1.0 |
621 | 2024-10-29T18:04:04.303Z | Downloaded peg-runtime v0.8.3 |
622 | 2024-10-29T18:04:04.305Z | Downloaded tokio-tungstenite v0.24.0 |
623 | 2024-10-29T18:04:04.308Z | Downloaded peg v0.8.4 |
624 | 2024-10-29T18:04:04.310Z | Downloaded humantime v2.1.0 |
625 | 2024-10-29T18:04:04.312Z | Downloaded embedded-io v0.4.0 |
626 | 2024-10-29T18:04:04.315Z | Downloaded native-tls v0.2.12 |
627 | 2024-10-29T18:04:04.317Z | Downloaded indicatif v0.17.8 |
628 | 2024-10-29T18:04:04.320Z | Downloaded indexmap v1.9.3 |
629 | 2024-10-29T18:04:04.324Z | Downloaded predicates-tree v1.0.11 |
630 | 2024-10-29T18:04:04.327Z | Downloaded http v1.1.0 |
631 | 2024-10-29T18:04:04.329Z | Downloaded russh-keys v0.45.0 |
632 | 2024-10-29T18:04:04.333Z | Downloaded rand_seeder v0.3.0 |
633 | 2024-10-29T18:04:04.335Z | Downloaded num_threads v0.1.7 |
634 | 2024-10-29T18:04:04.337Z | Downloaded hickory-resolver v0.24.1 |
635 | 2024-10-29T18:04:04.341Z | Downloaded futures-task v0.3.31 |
636 | 2024-10-29T18:04:04.343Z | Downloaded oso-derive v0.27.3 |
637 | 2024-10-29T18:04:04.343Z | Downloaded serde_path_to_error v0.1.16 |
638 | 2024-10-29T18:04:04.345Z | Downloaded sha1 v0.10.6 |
639 | 2024-10-29T18:04:04.348Z | Downloaded backtrace v0.3.74 |
640 | 2024-10-29T18:04:04.351Z | Downloaded thread_local v1.1.8 |
641 | 2024-10-29T18:04:04.353Z | Downloaded tui-tree-widget v0.22.0 |
642 | 2024-10-29T18:04:04.356Z | Downloaded path-slash v0.1.5 |
643 | 2024-10-29T18:04:04.356Z | Downloaded deranged v0.3.11 |
644 | 2024-10-29T18:04:04.358Z | Downloaded ssh-cipher v0.2.0 |
645 | 2024-10-29T18:04:04.358Z | Downloaded spki v0.7.3 |
646 | 2024-10-29T18:04:04.361Z | Downloaded compact_str v0.8.0 |
647 | 2024-10-29T18:04:04.373Z | Downloaded unicode-properties v0.1.3 |
648 | 2024-10-29T18:04:04.376Z | Downloaded sigpipe v0.1.3 |
649 | 2024-10-29T18:04:04.379Z | Downloaded toml v0.7.8 |
650 | 2024-10-29T18:04:04.381Z | Downloaded fallible-iterator v0.2.0 |
651 | 2024-10-29T18:04:04.383Z | Downloaded take_mut v0.2.2 |
652 | 2024-10-29T18:04:04.386Z | Downloaded toolchain_find v0.4.0 |
653 | 2024-10-29T18:04:04.386Z | Downloaded http v0.2.12 |
654 | 2024-10-29T18:04:04.389Z | Downloaded dsl_auto_type v0.1.2 |
655 | 2024-10-29T18:04:04.392Z | Downloaded rsa v0.9.6 |
656 | 2024-10-29T18:04:04.395Z | Downloaded miniz_oxide v0.8.0 |
657 | 2024-10-29T18:04:04.398Z | Downloaded downcast v0.11.0 |
658 | 2024-10-29T18:04:04.400Z | Downloaded ff v0.13.0 |
659 | 2024-10-29T18:04:04.403Z | Downloaded rayon-core v1.12.1 |
660 | 2024-10-29T18:04:04.406Z | Downloaded zone_cfg_derive v0.3.0 |
661 | 2024-10-29T18:04:04.408Z | Downloaded pbkdf2 v0.12.2 |
662 | 2024-10-29T18:04:04.408Z | Downloaded num_enum_derive v0.5.11 |
663 | 2024-10-29T18:04:04.411Z | Downloaded num v0.4.3 |
664 | 2024-10-29T18:04:04.411Z | Downloaded dirs-next v2.0.0 |
665 | 2024-10-29T18:04:04.413Z | Downloaded paste v1.0.15 |
666 | 2024-10-29T18:04:04.415Z | Downloaded serde_with_macros v3.11.0 |
667 | 2024-10-29T18:04:04.418Z | Downloaded resolv-conf v0.7.0 |
668 | 2024-10-29T18:04:04.420Z | Downloaded fxhash v0.2.1 |
669 | 2024-10-29T18:04:04.423Z | Downloaded foreign-types-shared v0.3.1 |
670 | 2024-10-29T18:04:04.423Z | Downloaded radium v0.7.0 |
671 | 2024-10-29T18:04:04.423Z | Downloaded r2d2 v0.8.10 |
672 | 2024-10-29T18:04:04.425Z | Downloaded const_format v0.2.33 |
673 | 2024-10-29T18:04:04.428Z | Downloaded pbkdf2 v0.11.0 |
674 | 2024-10-29T18:04:04.431Z | Downloaded stable_deref_trait v1.2.0 |
675 | 2024-10-29T18:04:04.433Z | Downloaded static_assertions v1.1.0 |
676 | 2024-10-29T18:04:04.436Z | Downloaded slog-scope v4.4.0 |
677 | 2024-10-29T18:04:04.436Z | Downloaded tokio-tungstenite v0.21.0 |
678 | 2024-10-29T18:04:04.440Z | Downloaded tokio-stream v0.1.16 |
679 | 2024-10-29T18:04:04.443Z | Downloaded peg-macros v0.8.4 |
680 | 2024-10-29T18:04:04.445Z | Downloaded openssl-probe v0.1.5 |
681 | 2024-10-29T18:04:04.448Z | Downloaded env_logger v0.10.2 |
682 | 2024-10-29T18:04:04.451Z | Downloaded phf_shared v0.10.0 |
683 | 2024-10-29T18:04:04.451Z | Downloaded topological-sort v0.2.2 |
684 | 2024-10-29T18:04:04.460Z | Downloaded hashlink v0.9.1 |
685 | 2024-10-29T18:04:04.460Z | Downloaded mio v1.0.2 |
686 | 2024-10-29T18:04:04.460Z | Downloaded fallible-streaming-iterator v0.1.9 |
687 | 2024-10-29T18:04:04.463Z | Downloaded strum v0.26.3 |
688 | 2024-10-29T18:04:04.464Z | Downloaded russh-cryptovec v0.7.3 |
689 | 2024-10-29T18:04:04.464Z | Downloaded precomputed-hash v0.1.1 |
690 | 2024-10-29T18:04:04.464Z | Downloaded samael v0.0.17 |
691 | 2024-10-29T18:04:04.469Z | Downloaded tls_codec_derive v0.4.1 |
692 | 2024-10-29T18:04:04.471Z | Downloaded fallible-iterator v0.3.0 |
693 | 2024-10-29T18:04:04.473Z | Downloaded untrusted v0.7.1 |
694 | 2024-10-29T18:04:04.476Z | Downloaded nu-ansi-term v0.50.1 |
695 | 2024-10-29T18:04:04.478Z | Downloaded libxml v0.3.3 |
696 | 2024-10-29T18:04:04.483Z | Downloaded libm v0.2.8 |
697 | 2024-10-29T18:04:04.491Z | Downloaded rfc6979 v0.4.0 |
698 | 2024-10-29T18:04:04.493Z | Downloaded tower-service v0.3.3 |
699 | 2024-10-29T18:04:04.493Z | Downloaded gethostname v0.5.0 |
700 | 2024-10-29T18:04:04.495Z | Downloaded postgres-types v0.2.8 |
701 | 2024-10-29T18:04:04.497Z | Downloaded endian-type v0.1.2 |
702 | 2024-10-29T18:04:04.500Z | Downloaded tinyvec_macros v0.1.1 |
703 | 2024-10-29T18:04:04.500Z | Downloaded postcard v1.0.10 |
704 | 2024-10-29T18:04:04.502Z | Downloaded password-hash v0.4.2 |
705 | 2024-10-29T18:04:04.505Z | Downloaded olpc-cjson v0.1.4 |
706 | 2024-10-29T18:04:04.505Z | Downloaded env_logger v0.11.5 |
707 | 2024-10-29T18:04:04.507Z | Downloaded minimal-lexical v0.2.1 |
708 | 2024-10-29T18:04:04.512Z | Downloaded itertools v0.10.5 |
709 | 2024-10-29T18:04:04.519Z | Downloaded num-derive v0.4.2 |
710 | 2024-10-29T18:04:04.522Z | Downloaded quinn-udp v0.5.5 |
711 | 2024-10-29T18:04:04.524Z | Downloaded phf_generator v0.11.2 |
712 | 2024-10-29T18:04:04.524Z | Downloaded tokio-rustls v0.26.0 |
713 | 2024-10-29T18:04:04.527Z | Downloaded predicates v3.1.2 |
714 | 2024-10-29T18:04:04.529Z | Downloaded signal-hook-registry v1.4.2 |
715 | 2024-10-29T18:04:04.531Z | Downloaded ppv-lite86 v0.2.20 |
716 | 2024-10-29T18:04:04.533Z | Downloaded rtoolbox v0.0.2 |
717 | 2024-10-29T18:04:04.535Z | Downloaded parse-display v0.10.0 |
718 | 2024-10-29T18:04:04.535Z | Downloaded strip-ansi-escapes v0.2.0 |
719 | 2024-10-29T18:04:04.538Z | Downloaded walkdir v2.5.0 |
720 | 2024-10-29T18:04:04.540Z | Downloaded oso v0.27.3 |
721 | 2024-10-29T18:04:04.542Z | Downloaded serde_yaml v0.9.34+deprecated |
722 | 2024-10-29T18:04:04.546Z | Downloaded time-core v0.1.2 |
723 | 2024-10-29T18:04:04.548Z | Downloaded ecdsa v0.16.9 |
724 | 2024-10-29T18:04:04.550Z | Downloaded display-error-chain v0.2.1 |
725 | 2024-10-29T18:04:04.550Z | Downloaded uuid v1.10.0 |
726 | 2024-10-29T18:04:04.553Z | Downloaded futures-channel v0.3.31 |
727 | 2024-10-29T18:04:04.556Z | Downloaded float-cmp v0.9.0 |
728 | 2024-10-29T18:04:04.558Z | Downloaded difflib v0.4.0 |
729 | 2024-10-29T18:04:04.558Z | Downloaded progenitor-impl v0.8.0 |
730 | 2024-10-29T18:04:04.560Z | Downloaded tungstenite v0.23.0 |
731 | 2024-10-29T18:04:04.564Z | Downloaded diesel_table_macro_syntax v0.2.0 |
732 | 2024-10-29T18:04:04.566Z | Downloaded parking_lot_core v0.9.10 |
733 | 2024-10-29T18:04:04.569Z | Downloaded spin v0.9.8 |
734 | 2024-10-29T18:04:04.571Z | Downloaded foldhash v0.1.3 |
735 | 2024-10-29T18:04:04.573Z | Downloaded enum-as-inner v0.5.1 |
736 | 2024-10-29T18:04:04.573Z | Downloaded tls_codec v0.4.1 |
737 | 2024-10-29T18:04:04.576Z | Downloaded rustls-pki-types v1.9.0 |
738 | 2024-10-29T18:04:04.579Z | Downloaded dropshot_endpoint v0.12.0 |
739 | 2024-10-29T18:04:04.582Z | Downloaded hex v0.4.3 |
740 | 2024-10-29T18:04:04.584Z | Downloaded polyval v0.6.2 |
741 | 2024-10-29T18:04:04.586Z | Downloaded parse-display-derive v0.10.0 |
742 | 2024-10-29T18:04:04.589Z | Downloaded sec1 v0.7.3 |
743 | 2024-10-29T18:04:04.589Z | Downloaded quick-error v1.2.3 |
744 | 2024-10-29T18:04:04.591Z | Downloaded heck v0.3.3 |
745 | 2024-10-29T18:04:04.591Z | Downloaded slog-envlogger v2.2.0 |
746 | 2024-10-29T18:04:04.593Z | Downloaded headers v0.4.0 |
747 | 2024-10-29T18:04:04.598Z | Downloaded slog-dtrace v0.3.0 |
748 | 2024-10-29T18:04:04.601Z | Downloaded rustc-demangle v0.1.24 |
749 | 2024-10-29T18:04:04.603Z | Downloaded slog-bunyan v2.5.0 |
750 | 2024-10-29T18:04:04.606Z | Downloaded similar v2.6.0 |
751 | 2024-10-29T18:04:04.608Z | Downloaded derive_more v0.99.18 |
752 | 2024-10-29T18:04:04.613Z | Downloaded ron v0.7.1 |
753 | 2024-10-29T18:04:04.619Z | Downloaded group v0.13.0 |
754 | 2024-10-29T18:04:04.621Z | Downloaded phf_codegen v0.11.2 |
755 | 2024-10-29T18:04:04.623Z | Downloaded hash32 v0.3.1 |
756 | 2024-10-29T18:04:04.623Z | Downloaded futures-core v0.3.31 |
757 | 2024-10-29T18:04:04.626Z | Downloaded num-bigint v0.4.6 |
758 | 2024-10-29T18:04:04.631Z | Downloaded hash32 v0.2.1 |
759 | 2024-10-29T18:04:04.633Z | Downloaded enum-as-inner v0.6.1 |
760 | 2024-10-29T18:04:04.633Z | Downloaded futures-io v0.3.31 |
761 | 2024-10-29T18:04:04.636Z | Downloaded zeroize v1.8.1 |
762 | 2024-10-29T18:04:04.638Z | Downloaded typed-path v0.7.1 |
763 | 2024-10-29T18:04:04.642Z | Downloaded glob v0.3.1 |
764 | 2024-10-29T18:04:04.644Z | Downloaded proc-macro-crate v1.3.1 |
765 | 2024-10-29T18:04:04.646Z | Downloaded poly1305 v0.8.0 |
766 | 2024-10-29T18:04:04.649Z | Downloaded pin-project-internal v1.1.6 |
767 | 2024-10-29T18:04:04.651Z | Downloaded primeorder v0.13.6 |
768 | 2024-10-29T18:04:04.653Z | Downloaded rustc-hash v1.1.0 |
769 | 2024-10-29T18:04:04.653Z | Downloaded smf v0.2.3 |
770 | 2024-10-29T18:04:04.656Z | Downloaded headers-core v0.3.0 |
771 | 2024-10-29T18:04:04.656Z | Downloaded foreign-types-shared v0.1.1 |
772 | 2024-10-29T18:04:04.656Z | Downloaded aes-gcm v0.10.3 |
773 | 2024-10-29T18:04:04.659Z | Downloaded serde_repr v0.1.19 |
774 | 2024-10-29T18:04:04.661Z | Downloaded unicode-xid v0.2.6 |
775 | 2024-10-29T18:04:04.663Z | Downloaded untrusted v0.9.0 |
776 | 2024-10-29T18:04:04.665Z | Downloaded opaque-debug v0.3.1 |
777 | 2024-10-29T18:04:04.665Z | Downloaded serde_derive_internals v0.29.1 |
778 | 2024-10-29T18:04:04.668Z | Downloaded signal-hook v0.3.17 |
779 | 2024-10-29T18:04:04.670Z | Downloaded flate2 v1.0.34 |
780 | 2024-10-29T18:04:04.676Z | Downloaded pkg-config v0.3.31 |
781 | 2024-10-29T18:04:04.678Z | Downloaded subtle v2.6.1 |
782 | 2024-10-29T18:04:04.680Z | Downloaded sync_wrapper v0.1.2 |
783 | 2024-10-29T18:04:04.680Z | Downloaded hashbrown v0.13.2 |
784 | 2024-10-29T18:04:04.684Z | Downloaded tiny-keccak v2.0.2 |
785 | 2024-10-29T18:04:04.687Z | Downloaded zone v0.1.8 |
786 | 2024-10-29T18:04:04.690Z | Downloaded time-macros v0.2.18 |
787 | 2024-10-29T18:04:04.692Z | Downloaded hashbrown v0.12.3 |
788 | 2024-10-29T18:04:04.695Z | Downloaded fragile v2.0.0 |
789 | 2024-10-29T18:04:04.697Z | Downloaded tokio-rustls v0.25.0 |
790 | 2024-10-29T18:04:04.700Z | Downloaded tokio-util v0.7.12 |
791 | 2024-10-29T18:04:04.706Z | Downloaded num-conv v0.1.0 |
792 | 2024-10-29T18:04:04.708Z | Downloaded form_urlencoded v1.2.1 |
793 | 2024-10-29T18:04:04.708Z | Downloaded globset v0.4.15 |
794 | 2024-10-29T18:04:04.711Z | Downloaded hickory-client v0.24.1 |
795 | 2024-10-29T18:04:04.713Z | Downloaded futures-executor v0.3.31 |
796 | 2024-10-29T18:04:04.715Z | Downloaded parse-size v1.0.0 |
797 | 2024-10-29T18:04:04.715Z | Downloaded der v0.7.9 |
798 | 2024-10-29T18:04:04.721Z | Downloaded serde_plain v1.0.2 |
799 | 2024-10-29T18:04:04.723Z | Downloaded xattr v1.3.1 |
800 | 2024-10-29T18:04:04.725Z | Downloaded parking_lot v0.12.3 |
801 | 2024-10-29T18:04:04.727Z | Downloaded unicode_categories v0.1.1 |
802 | 2024-10-29T18:04:04.729Z | Downloaded reedline v0.35.0 |
803 | 2024-10-29T18:04:04.736Z | Downloaded num_enum v0.5.11 |
804 | 2024-10-29T18:04:04.741Z | Downloaded hkdf v0.12.4 |
805 | 2024-10-29T18:04:04.744Z | Downloaded half v2.4.1 |
806 | 2024-10-29T18:04:04.746Z | Downloaded vte_generate_state_changes v0.1.2 |
807 | 2024-10-29T18:04:04.749Z | Downloaded zone v0.3.0 |
808 | 2024-10-29T18:04:04.749Z | Downloaded strum_macros v0.24.3 |
809 | 2024-10-29T18:04:04.754Z | Downloaded ref-cast v1.0.23 |
810 | 2024-10-29T18:04:04.758Z | Downloaded dhcproto v0.12.0 |
811 | 2024-10-29T18:04:04.761Z | Downloaded funty v2.0.0 |
812 | 2024-10-29T18:04:04.763Z | Downloaded tinyvec v1.8.0 |
813 | 2024-10-29T18:04:04.766Z | Downloaded phf v0.11.2 |
814 | 2024-10-29T18:04:04.768Z | Downloaded progenitor v0.8.0 |
815 | 2024-10-29T18:04:04.771Z | Downloaded env_filter v0.1.2 |
816 | 2024-10-29T18:04:04.773Z | Downloaded owo-colors v4.1.0 |
817 | 2024-10-29T18:04:04.776Z | Downloaded filetime v0.2.25 |
818 | 2024-10-29T18:04:04.778Z | Downloaded snafu-derive v0.8.5 |
819 | 2024-10-29T18:04:04.781Z | Downloaded heapless v0.8.0 |
820 | 2024-10-29T18:04:04.785Z | Downloaded flagset v0.4.6 |
821 | 2024-10-29T18:04:04.788Z | Downloaded zone_cfg_derive v0.1.2 |
822 | 2024-10-29T18:04:04.790Z | Downloaded float-ord v0.3.2 |
823 | 2024-10-29T18:04:04.790Z | Downloaded packed_struct_codegen v0.10.1 |
824 | 2024-10-29T18:04:04.792Z | Downloaded yasna v0.5.2 |
825 | 2024-10-29T18:04:04.795Z | Downloaded vsss-rs v3.3.4 |
826 | 2024-10-29T18:04:04.797Z | Downloaded want v0.3.1 |
827 | 2024-10-29T18:04:04.800Z | Downloaded num-integer v0.1.46 |
828 | 2024-10-29T18:04:04.802Z | Downloaded defmt-parser v0.3.4 |
829 | 2024-10-29T18:04:04.802Z | Downloaded pkcs1 v0.7.5 |
830 | 2024-10-29T18:04:04.805Z | Downloaded aho-corasick v1.1.3 |
831 | 2024-10-29T18:04:04.811Z | Downloaded ssh-key v0.6.6 |
832 | 2024-10-29T18:04:04.819Z | Downloaded pem v3.0.4 |
833 | 2024-10-29T18:04:04.821Z | Downloaded phf_shared v0.11.2 |
834 | 2024-10-29T18:04:04.824Z | Downloaded structmeta-derive v0.3.0 |
835 | 2024-10-29T18:04:04.824Z | Downloaded spin v0.5.2 |
836 | 2024-10-29T18:04:04.824Z | Downloaded structmeta-derive v0.2.0 |
837 | 2024-10-29T18:04:04.826Z | Downloaded structmeta v0.3.0 |
838 | 2024-10-29T18:04:04.829Z | Downloaded progenitor-macro v0.8.0 |
839 | 2024-10-29T18:04:04.829Z | Downloaded tokio-postgres v0.7.12 |
840 | 2024-10-29T18:04:04.834Z | Downloaded itertools v0.13.0 |
841 | 2024-10-29T18:04:04.842Z | Downloaded typify-macro v0.2.0 |
842 | 2024-10-29T18:04:04.845Z | Downloaded rustc_version v0.1.7 |
843 | 2024-10-29T18:04:04.845Z | Downloaded typify v0.2.0 |
844 | 2024-10-29T18:04:04.848Z | Downloaded slog-json v2.6.1 |
845 | 2024-10-29T18:04:04.851Z | Downloaded zerocopy v0.6.6 |
846 | 2024-10-29T18:04:04.854Z | Downloaded qorb v0.1.2 |
847 | 2024-10-29T18:04:04.858Z | Downloaded salty v0.3.0 |
848 | 2024-10-29T18:04:04.865Z | Downloaded rpassword v7.3.1 |
849 | 2024-10-29T18:04:04.868Z | Downloaded unicase v2.7.0 |
850 | 2024-10-29T18:04:04.870Z | Downloaded parking_lot v0.11.2 |
851 | 2024-10-29T18:04:04.872Z | Downloaded omicron-zone-package v0.11.1 |
852 | 2024-10-29T18:04:04.874Z | Downloaded percent-encoding v2.3.1 |
853 | 2024-10-29T18:04:04.877Z | Downloaded rustyline v14.0.0 |
854 | 2024-10-29T18:04:04.881Z | Downloaded utf-8 v0.7.6 |
855 | 2024-10-29T18:04:04.884Z | Downloaded pem-rfc7468 v0.7.0 |
856 | 2024-10-29T18:04:04.886Z | Downloaded p256 v0.13.2 |
857 | 2024-10-29T18:04:04.889Z | Downloaded unarray v0.1.4 |
858 | 2024-10-29T18:04:04.891Z | Downloaded either v1.13.0 |
859 | 2024-10-29T18:04:04.893Z | Downloaded signature v2.2.0 |
860 | 2024-10-29T18:04:04.893Z | Downloaded derive_builder_core v0.20.2 |
861 | 2024-10-29T18:04:04.895Z | Downloaded vte v0.11.1 |
862 | 2024-10-29T18:04:04.898Z | Downloaded prettyplease v0.2.22 |
863 | 2024-10-29T18:04:04.901Z | Downloaded futures-macro v0.3.31 |
864 | 2024-10-29T18:04:04.903Z | Downloaded num-traits v0.2.19 |
865 | 2024-10-29T18:04:04.906Z | Downloaded derive-where v1.2.7 |
866 | 2024-10-29T18:04:04.910Z | Downloaded salsa20 v0.10.2 |
867 | 2024-10-29T18:04:04.912Z | Downloaded slog-async v2.8.0 |
868 | 2024-10-29T18:04:04.914Z | Downloaded rand_xorshift v0.3.0 |
869 | 2024-10-29T18:04:04.914Z | Downloaded num-complex v0.4.6 |
870 | 2024-10-29T18:04:04.916Z | Downloaded fixedbitset v0.4.2 |
871 | 2024-10-29T18:04:04.919Z | Downloaded rustls-pemfile v2.2.0 |
872 | 2024-10-29T18:04:04.921Z | Downloaded sct v0.7.1 |
873 | 2024-10-29T18:04:04.924Z | Downloaded derive_builder v0.20.2 |
874 | 2024-10-29T18:04:04.928Z | Downloaded tracing v0.1.40 |
875 | 2024-10-29T18:04:04.932Z | Downloaded winnow v0.5.40 |
876 | 2024-10-29T18:04:04.942Z | Downloaded tar v0.4.42 |
877 | 2024-10-29T18:04:04.945Z | Downloaded socket2 v0.5.7 |
878 | 2024-10-29T18:04:04.948Z | Downloaded hyper v0.14.30 |
879 | 2024-10-29T18:04:04.957Z | Downloaded rand v0.8.5 |
880 | 2024-10-29T18:04:04.960Z | Downloaded flume v0.11.0 |
881 | 2024-10-29T18:04:04.965Z | Downloaded pin-project v1.1.6 |
882 | 2024-10-29T18:04:04.977Z | Downloaded unicode-bidi v0.3.17 |
883 | 2024-10-29T18:04:04.980Z | Downloaded reqwest v0.11.27 |
884 | 2024-10-29T18:04:04.989Z | Downloaded rustls-webpki v0.102.8 |
885 | 2024-10-29T18:04:05.011Z | Downloaded pkcs8 v0.10.2 |
886 | 2024-10-29T18:04:05.015Z | Downloaded quinn v0.11.5 |
887 | 2024-10-29T18:04:05.017Z | Downloaded steno v0.4.1 |
888 | 2024-10-29T18:04:05.022Z | Downloaded rusqlite v0.32.1 |
889 | 2024-10-29T18:04:05.029Z | Downloaded x509-cert v0.2.5 |
890 | 2024-10-29T18:04:05.036Z | Downloaded unicode-segmentation v1.12.0 |
891 | 2024-10-29T18:04:05.039Z | Downloaded sqlparser v0.45.0 |
892 | 2024-10-29T18:04:05.045Z | Downloaded p521 v0.13.3 |
893 | 2024-10-29T18:04:05.049Z | Downloaded tough v0.17.1 |
894 | 2024-10-29T18:04:05.057Z | Downloaded vcpkg v0.2.15 |
895 | 2024-10-29T18:04:05.098Z | Downloaded url v2.5.2 |
896 | 2024-10-29T18:04:05.101Z | Downloaded time v0.3.36 |
897 | 2024-10-29T18:04:05.109Z | Downloaded serde_with v3.11.0 |
898 | 2024-10-29T18:04:05.118Z | Downloaded p384 v0.13.0 |
899 | 2024-10-29T18:04:05.125Z | Downloaded proptest v1.5.0 |
900 | 2024-10-29T18:04:05.135Z | Downloaded ed25519-dalek v2.1.1 |
901 | 2024-10-29T18:04:05.138Z | Downloaded quick-xml v0.33.0 |
902 | 2024-10-29T18:04:05.145Z | Downloaded rustls-webpki v0.101.7 |
903 | 2024-10-29T18:04:05.161Z | Downloaded h2 v0.4.6 |
904 | 2024-10-29T18:04:05.167Z | Downloaded unicode-normalization v0.1.24 |
905 | 2024-10-29T18:04:05.176Z | Downloaded radix_trie v0.2.1 |
906 | 2024-10-29T18:04:05.184Z | Downloaded nix v0.29.0 |
907 | 2024-10-29T18:04:05.189Z | Downloaded nix v0.27.1 |
908 | 2024-10-29T18:04:05.199Z | Downloaded portable-atomic v1.9.0 |
909 | 2024-10-29T18:04:05.206Z | Downloaded idna v0.5.0 |
910 | 2024-10-29T18:04:05.212Z | Downloaded hashbrown v0.14.5 |
911 | 2024-10-29T18:04:05.218Z | Downloaded diesel v2.2.4 |
912 | 2024-10-29T18:04:05.236Z | Downloaded quinn-proto v0.11.8 |
913 | 2024-10-29T18:04:05.242Z | Downloaded polar-core v0.27.3 |
914 | 2024-10-29T18:04:05.251Z | Downloaded object v0.36.5 |
915 | 2024-10-29T18:04:05.266Z | Downloaded rayon v1.10.0 |
916 | 2024-10-29T18:04:05.275Z | Downloaded curve25519-dalek v4.1.3 |
917 | 2024-10-29T18:04:05.284Z | Downloaded dropshot v0.12.0 |
918 | 2024-10-29T18:04:05.307Z | Downloaded rustls v0.21.12 |
919 | 2024-10-29T18:04:05.319Z | Downloaded git2 v0.19.0 |
920 | 2024-10-29T18:04:05.329Z | Downloaded object v0.30.4 |
921 | 2024-10-29T18:04:05.338Z | Downloaded hickory-proto v0.24.1 |
922 | 2024-10-29T18:04:05.355Z | Downloaded nix v0.28.0 |
923 | 2024-10-29T18:04:05.367Z | Downloaded regex-syntax v0.8.5 |
924 | 2024-10-29T18:04:05.377Z | Downloaded trust-dns-proto v0.22.0 |
925 | 2024-10-29T18:04:05.392Z | Downloaded regress v0.9.1 |
926 | 2024-10-29T18:04:05.402Z | Downloaded chrono-tz v0.10.0 |
927 | 2024-10-29T18:04:05.411Z | Downloaded bstr v1.10.0 |
928 | 2024-10-29T18:04:05.423Z | Downloaded typify-impl v0.2.0 |
929 | 2024-10-29T18:04:05.441Z | Downloaded webpki-roots v0.26.6 |
930 | 2024-10-29T18:04:05.445Z | Downloaded regex v1.11.0 |
931 | 2024-10-29T18:04:05.459Z | Downloaded openssl v0.10.66 |
932 | 2024-10-29T18:04:05.470Z | Downloaded regex-syntax v0.6.29 |
933 | 2024-10-29T18:04:05.478Z | Downloaded gimli v0.31.1 |
934 | 2024-10-29T18:04:05.488Z | Downloaded smoltcp v0.11.0 |
935 | 2024-10-29T18:04:05.503Z | Downloaded openapiv3 v2.0.0 |
936 | 2024-10-29T18:04:05.516Z | Downloaded lzma-sys v0.1.20 |
937 | 2024-10-29T18:04:05.551Z | Downloaded zerocopy-derive v0.6.6 |
938 | 2024-10-29T18:04:05.562Z | Downloaded rustls v0.23.14 |
939 | 2024-10-29T18:04:05.576Z | Downloaded petgraph v0.6.5 |
940 | 2024-10-29T18:04:05.595Z | Downloaded sha3 v0.10.8 |
941 | 2024-10-29T18:04:05.600Z | Downloaded sled v0.34.7 |
942 | 2024-10-29T18:04:05.610Z | Downloaded ratatui v0.28.1 |
943 | 2024-10-29T18:04:05.630Z | Downloaded libz-sys v1.1.20 |
944 | 2024-10-29T18:04:05.651Z | Downloaded regex-automata v0.4.8 |
945 | 2024-10-29T18:04:05.668Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
946 | 2024-10-29T18:04:05.681Z | Downloaded rustls v0.22.4 |
947 | 2024-10-29T18:04:05.694Z | Downloaded smoltcp v0.9.1 |
948 | 2024-10-29T18:04:05.705Z | Downloaded tokio v1.40.0 |
949 | 2024-10-29T18:04:05.746Z | Downloaded csv v1.3.0 |
950 | 2024-10-29T18:04:05.767Z | Downloaded regress v0.10.1 |
951 | 2024-10-29T18:04:05.776Z | Downloaded idna v0.3.0 |
952 | 2024-10-29T18:04:05.783Z | Downloaded bitvec v1.0.1 |
953 | 2024-10-29T18:04:05.798Z | Downloaded chrono v0.4.38 |
954 | 2024-10-29T18:04:05.805Z | Downloaded reqwest v0.12.8 |
955 | 2024-10-29T18:04:05.814Z | Downloaded idna v0.4.0 |
956 | 2024-10-29T18:04:05.821Z | Downloaded encoding_rs v0.8.34 |
957 | 2024-10-29T18:04:05.843Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
958 | 2024-10-29T18:04:05.903Z | Downloaded idna v0.2.3 |
959 | 2024-10-29T18:04:05.910Z | Downloaded bindgen v0.69.5 |
960 | 2024-10-29T18:04:05.917Z | Downloaded schemars v0.8.21 |
961 | 2024-10-29T18:04:05.929Z | Downloaded elliptic-curve v0.13.8 |
962 | 2024-10-29T18:04:05.933Z | Downloaded lalrpop v0.19.12 |
963 | 2024-10-29T18:04:05.945Z | Downloaded num-bigint-dig v0.8.4 |
964 | 2024-10-29T18:04:05.949Z | Downloaded slog v2.7.0 |
965 | 2024-10-29T18:04:05.952Z | Downloaded h2 v0.3.26 |
966 | 2024-10-29T18:04:05.959Z | Downloaded pkcs5 v0.7.1 |
967 | 2024-10-29T18:04:05.962Z | Downloaded russh v0.45.0 |
968 | 2024-10-29T18:04:05.970Z | Downloaded futures-util v0.3.31 |
969 | 2024-10-29T18:04:05.983Z | Downloaded blake3 v1.5.4 |
970 | 2024-10-29T18:04:05.991Z | Downloaded itertools v0.12.1 |
971 | 2024-10-29T18:04:05.999Z | Downloaded packed_struct v0.10.1 |
972 | 2024-10-29T18:04:06.001Z | Downloaded num-iter v0.1.45 |
973 | 2024-10-29T18:04:06.002Z | Downloaded ed25519 v2.2.3 |
974 | 2024-10-29T18:04:06.004Z | Downloaded tungstenite v0.24.0 |
975 | 2024-10-29T18:04:06.006Z | Downloaded ron v0.8.1 |
976 | 2024-10-29T18:04:06.011Z | Downloaded structmeta v0.2.0 |
977 | 2024-10-29T18:04:06.014Z | Downloaded scopeguard v1.2.0 |
978 | 2024-10-29T18:04:06.014Z | Downloaded ghash v0.5.1 |
979 | 2024-10-29T18:04:06.016Z | Downloaded schemars_derive v0.8.21 |
980 | 2024-10-29T18:04:06.016Z | Downloaded heapless v0.7.17 |
981 | 2024-10-29T18:04:06.020Z | Downloaded parse-zoneinfo v0.3.1 |
982 | 2024-10-29T18:04:06.023Z | Downloaded subprocess v0.2.9 |
983 | 2024-10-29T18:04:06.025Z | Downloaded crossterm v0.28.1 |
984 | 2024-10-29T18:04:06.032Z | Downloaded hyper v1.4.1 |
985 | 2024-10-29T18:04:06.039Z | Downloaded signal-hook-tokio v0.3.1 |
986 | 2024-10-29T18:04:06.041Z | Downloaded scrypt v0.11.0 |
987 | 2024-10-29T18:04:06.041Z | Downloaded diff v0.1.13 |
988 | 2024-10-29T18:04:06.044Z | Downloaded tracing-core v0.1.32 |
989 | 2024-10-29T18:04:06.047Z | Downloaded expectorate v1.1.0 |
990 | 2024-10-29T18:04:06.051Z | Downloaded rustc-hash v2.0.0 |
991 | 2024-10-29T18:04:06.053Z | Downloaded ref-cast-impl v1.0.23 |
992 | 2024-10-29T18:04:06.056Z | Downloaded unicode-truncate v1.1.0 |
993 | 2024-10-29T18:04:06.056Z | Downloaded supports-color v3.0.1 |
994 | 2024-10-29T18:04:06.058Z | Downloaded strum_macros v0.25.3 |
995 | 2024-10-29T18:04:06.058Z | Downloaded futures v0.3.31 |
996 | 2024-10-29T18:04:06.063Z | Downloaded openssl-sys v0.9.103 |
997 | 2024-10-29T18:04:06.068Z | Downloaded predicates-core v1.0.8 |
998 | 2024-10-29T18:04:06.071Z | Downloaded powerfmt v0.2.0 |
999 | 2024-10-29T18:04:06.073Z | Downloaded zip v0.6.6 |
1000 | 2024-10-29T18:04:06.075Z | Downloaded publicsuffix v2.2.3 |
1001 | 2024-10-29T18:04:06.078Z | Downloaded tokio-rustls v0.24.1 |
1002 | 2024-10-29T18:04:06.080Z | Downloaded dirs-sys-next v0.1.2 |
1003 | 2024-10-29T18:04:06.082Z | Downloaded zeroize_derive v1.4.2 |
1004 | 2024-10-29T18:04:06.082Z | Downloaded tracing-attributes v0.1.27 |
1005 | 2024-10-29T18:04:06.084Z | Downloaded term v0.7.0 |
1006 | 2024-10-29T18:04:06.088Z | Downloaded getrandom v0.2.15 |
1007 | 2024-10-29T18:04:06.090Z | Downloaded des v0.8.1 |
1008 | 2024-10-29T18:04:06.093Z | Downloaded wait-timeout v0.2.0 |
1009 | 2024-10-29T18:04:06.095Z | Downloaded aes v0.8.4 |
1010 | 2024-10-29T18:04:06.098Z | Downloaded dhcproto-macros v0.1.0 |
1011 | 2024-10-29T18:04:06.100Z | Downloaded toml_edit v0.19.15 |
1012 | 2024-10-29T18:04:06.118Z | Downloaded tungstenite v0.21.0 |
1013 | 2024-10-29T18:04:06.121Z | Downloaded ring v0.16.20 |
1014 | 2024-10-29T18:04:06.203Z | Downloaded snafu v0.8.5 |
1015 | 2024-10-29T18:04:06.209Z | Downloaded shlex v1.3.0 |
1016 | 2024-10-29T18:04:06.211Z | Downloaded serde_urlencoded v0.7.1 |
1017 | 2024-10-29T18:04:06.213Z | Downloaded tap v1.0.1 |
1018 | 2024-10-29T18:04:06.213Z | Downloaded nom v7.1.3 |
1019 | 2024-10-29T18:04:06.217Z | Downloaded tokio-tungstenite v0.23.1 |
1020 | 2024-10-29T18:04:06.220Z | Downloaded fatfs v0.3.6 |
1021 | 2024-10-29T18:04:06.224Z | Downloaded diesel_derives v2.2.3 |
1022 | 2024-10-29T18:04:06.226Z | Downloaded openssl-macros v0.1.1 |
1023 | 2024-10-29T18:04:06.229Z | Downloaded rusty-fork v0.3.0 |
1024 | 2024-10-29T18:04:06.229Z | Downloaded rustversion v1.0.17 |
1025 | 2024-10-29T18:04:06.231Z | Downloaded der_derive v0.7.3 |
1026 | 2024-10-29T18:04:06.233Z | Downloaded unsafe-libyaml v0.2.11 |
1027 | 2024-10-29T18:04:06.236Z | Downloaded sqlformat v0.2.6 |
1028 | 2024-10-29T18:04:06.238Z | Downloaded value-bag v1.9.0 |
1029 | 2024-10-29T18:04:06.240Z | Downloaded uzers v0.12.1 |
1030 | 2024-10-29T18:04:06.243Z | Downloaded waitgroup v0.1.2 |
1031 | 2024-10-29T18:04:06.245Z | Downloaded base64 v0.22.1 |
1032 | 2024-10-29T18:04:06.247Z | Downloaded base64 v0.21.7 |
1033 | 2024-10-29T18:04:06.250Z | Downloaded progenitor-client v0.8.0 |
1034 | 2024-10-29T18:04:06.252Z | Downloaded xz2 v0.1.7 |
1035 | 2024-10-29T18:04:06.255Z | Downloaded postgres-protocol v0.6.7 |
1036 | 2024-10-29T18:04:06.255Z | Downloaded pin-project-lite v0.2.14 |
1037 | 2024-10-29T18:04:06.259Z | Downloaded password-hash v0.5.0 |
1038 | 2024-10-29T18:04:06.261Z | Downloaded parking_lot_core v0.8.6 |
1039 | 2024-10-29T18:04:06.264Z | Downloaded num-rational v0.4.2 |
1040 | 2024-10-29T18:04:06.266Z | Downloaded whoami v1.5.2 |
1041 | 2024-10-29T18:04:06.268Z | Downloaded vergen v8.3.2 |
1042 | 2024-10-29T18:04:06.271Z | Downloaded test-strategy v0.3.1 |
1043 | 2024-10-29T18:04:06.273Z | Downloaded darling_core v0.20.10 |
1044 | 2024-10-29T18:04:06.277Z | Downloaded bytes v1.7.2 |
1045 | 2024-10-29T18:04:06.281Z | Downloaded ring v0.17.8 |
1046 | 2024-10-29T18:04:06.353Z | Downloaded termios v0.3.3 |
1047 | 2024-10-29T18:04:06.356Z | Downloaded termcolor v1.4.1 |
1048 | 2024-10-29T18:04:06.356Z | Downloaded shell-words v1.1.0 |
1049 | 2024-10-29T18:04:06.359Z | Downloaded smallvec v1.13.2 |
1050 | 2024-10-29T18:04:06.359Z | Downloaded rustfmt-wrapper v0.2.1 |
1051 | 2024-10-29T18:04:06.361Z | Downloaded scheduled-thread-pool v0.2.7 |
1052 | 2024-10-29T18:04:06.361Z | Downloaded same-file v1.0.6 |
1053 | 2024-10-29T18:04:06.364Z | Downloaded rcgen v0.12.1 |
1054 | 2024-10-29T18:04:06.367Z | Downloaded rand_chacha v0.3.1 |
1055 | 2024-10-29T18:04:06.367Z | Downloaded dyn-clone v1.0.17 |
1056 | 2024-10-29T18:04:06.367Z | Downloaded allocator-api2 v0.2.18 |
1057 | 2024-10-29T18:04:06.369Z | Downloaded iana-time-zone v0.1.61 |
1058 | 2024-10-29T18:04:06.372Z | Downloaded hyper-staticfile v0.10.1 |
1059 | 2024-10-29T18:04:06.374Z | Downloaded crc32fast v1.4.2 |
1060 | 2024-10-29T18:04:06.377Z | Downloaded twox-hash v1.6.3 |
1061 | 2024-10-29T18:04:06.377Z | Downloaded tokio-macros v2.4.0 |
1062 | 2024-10-29T18:04:06.380Z | Downloaded tabwriter v1.4.0 |
1063 | 2024-10-29T18:04:06.380Z | Downloaded crossbeam-channel v0.5.13 |
1064 | 2024-10-29T18:04:06.383Z | Downloaded crc-catalog v2.4.0 |
1065 | 2024-10-29T18:04:06.385Z | Downloaded ciborium v0.2.2 |
1066 | 2024-10-29T18:04:06.388Z | Downloaded newtype-uuid v1.1.2 |
1067 | 2024-10-29T18:04:06.388Z | Downloaded slab v0.4.9 |
1068 | 2024-10-29T18:04:06.390Z | Downloaded libsqlite3-sys v0.30.1 |
1069 | 2024-10-29T18:04:06.467Z | Downloaded siphasher v0.3.11 |
1070 | 2024-10-29T18:04:06.470Z | Downloaded serde-hex v0.1.0 |
1071 | 2024-10-29T18:04:06.470Z | Downloaded semver v0.1.20 |
1072 | 2024-10-29T18:04:06.473Z | Downloaded lru-cache v0.1.2 |
1073 | 2024-10-29T18:04:06.473Z | Downloaded linked-hash-map v0.5.6 |
1074 | 2024-10-29T18:04:06.473Z | Downloaded internet-checksum v0.2.1 |
1075 | 2024-10-29T18:04:06.475Z | Downloaded inout v0.1.3 |
1076 | 2024-10-29T18:04:06.475Z | Downloaded mime v0.3.17 |
1077 | 2024-10-29T18:04:06.475Z | Downloaded maplit v1.0.2 |
1078 | 2024-10-29T18:04:06.477Z | Downloaded is-terminal v0.4.13 |
1079 | 2024-10-29T18:04:06.477Z | Downloaded impl-trait-for-tuples v0.2.2 |
1080 | 2024-10-29T18:04:06.480Z | Downloaded data-encoding v2.6.0 |
1081 | 2024-10-29T18:04:06.482Z | Downloaded ctr v0.9.2 |
1082 | 2024-10-29T18:04:06.482Z | Downloaded crossbeam-deque v0.8.5 |
1083 | 2024-10-29T18:04:06.484Z | Downloaded crc v3.2.1 |
1084 | 2024-10-29T18:04:06.486Z | Downloaded convert_case v0.4.0 |
1085 | 2024-10-29T18:04:06.486Z | Downloaded cbc v0.1.2 |
1086 | 2024-10-29T18:04:06.489Z | Downloaded httpdate v1.0.3 |
1087 | 2024-10-29T18:04:06.489Z | Downloaded bb8 v0.8.5 |
1088 | 2024-10-29T18:04:06.491Z | Downloaded cexpr v0.6.0 |
1089 | 2024-10-29T18:04:06.491Z | Downloaded argon2 v0.5.3 |
1090 | 2024-10-29T18:04:06.493Z | Downloaded hostname v0.4.0 |
1091 | 2024-10-29T18:04:06.496Z | Downloaded home v0.5.9 |
1092 | 2024-10-29T18:04:06.496Z | Downloaded clang-sys v1.8.1 |
1093 | 2024-10-29T18:04:06.498Z | Downloaded hickory-server v0.24.1 |
1094 | 2024-10-29T18:04:06.502Z | Downloaded csv-core v0.1.11 |
1095 | 2024-10-29T18:04:06.504Z | Downloaded ahash v0.8.11 |
1096 | 2024-10-29T18:04:06.507Z | Downloaded http-body v1.0.1 |
1097 | 2024-10-29T18:04:06.507Z | Downloaded curve25519-dalek-derive v0.1.1 |
1098 | 2024-10-29T18:04:06.509Z | Downloaded bit-set v0.5.3 |
1099 | 2024-10-29T18:04:06.509Z | Downloaded base64ct v1.6.0 |
1100 | 2024-10-29T18:04:06.512Z | Downloaded base64 v0.13.1 |
1101 | 2024-10-29T18:04:06.610Z | Compiling serde v1.0.210 |
1102 | 2024-10-29T18:04:06.612Z | Compiling typenum v1.17.0 |
1103 | 2024-10-29T18:04:06.612Z | Compiling lock_api v0.4.12 |
1104 | 2024-10-29T18:04:06.612Z | Compiling generic-array v0.14.7 |
1105 | 2024-10-29T18:04:06.612Z | Compiling scopeguard v1.2.0 |
1106 | 2024-10-29T18:04:06.764Z | Compiling subtle v2.6.1 |
1107 | 2024-10-29T18:04:06.805Z | Compiling syn v2.0.79 |
1108 | 2024-10-29T18:04:06.818Z | Compiling getrandom v0.2.15 |
1109 | 2024-10-29T18:04:06.914Z | Compiling value-bag v1.9.0 |
1110 | 2024-10-29T18:04:07.122Z | Compiling rand_core v0.6.4 |
1111 | 2024-10-29T18:04:07.125Z | Compiling const-oid v0.9.6 |
1112 | 2024-10-29T18:04:07.236Z | Compiling pin-project-lite v0.2.14 |
1113 | 2024-10-29T18:04:07.328Z | Compiling log v0.4.22 |
1114 | 2024-10-29T18:04:07.353Z | Compiling smallvec v1.13.2 |
1115 | 2024-10-29T18:04:07.500Z | Compiling jobserver v0.1.32 |
1116 | 2024-10-29T18:04:07.627Z | Compiling parking_lot_core v0.9.10 |
1117 | 2024-10-29T18:04:07.650Z | Compiling shlex v1.3.0 |
1118 | 2024-10-29T18:04:07.736Z | Compiling futures-core v0.3.31 |
1119 | 2024-10-29T18:04:07.984Z | Compiling cc v1.1.30 |
1120 | 2024-10-29T18:04:08.051Z | Compiling signal-hook-registry v1.4.2 |
1121 | 2024-10-29T18:04:08.153Z | Compiling mio v1.0.2 |
1122 | 2024-10-29T18:04:08.401Z | Compiling cpufeatures v0.2.14 |
1123 | 2024-10-29T18:04:08.502Z | Compiling parking_lot v0.12.3 |
1124 | 2024-10-29T18:04:08.778Z | Compiling futures-sink v0.3.31 |
1125 | 2024-10-29T18:04:08.873Z | Compiling spin v0.9.8 |
1126 | 2024-10-29T18:04:08.934Z | Compiling socket2 v0.5.7 |
1127 | 2024-10-29T18:04:09.089Z | Compiling slab v0.4.9 |
1128 | 2024-10-29T18:04:09.260Z | Compiling serde_json v1.0.128 |
1129 | 2024-10-29T18:04:09.361Z | Compiling futures-channel v0.3.31 |
1130 | 2024-10-29T18:04:09.469Z | Compiling pin-utils v0.1.0 |
1131 | 2024-10-29T18:04:09.488Z | Compiling futures-task v0.3.31 |
1132 | 2024-10-29T18:04:09.566Z | Compiling tinyvec_macros v0.1.1 |
1133 | 2024-10-29T18:04:09.612Z | Compiling foldhash v0.1.3 |
1134 | 2024-10-29T18:04:09.657Z | Compiling futures-io v0.3.31 |
1135 | 2024-10-29T18:04:09.736Z | Compiling allocator-api2 v0.2.18 |
1136 | 2024-10-29T18:04:09.773Z | Compiling tinyvec v1.8.0 |
1137 | 2024-10-29T18:04:09.894Z | Compiling libm v0.2.8 |
1138 | 2024-10-29T18:04:09.999Z | Compiling num-traits v0.2.19 |
1139 | 2024-10-29T18:04:10.034Z | Compiling unicode-bidi v0.3.17 |
1140 | 2024-10-29T18:04:10.081Z | Compiling base64ct v1.6.0 |
1141 | 2024-10-29T18:04:10.549Z | Compiling hashbrown v0.15.0 |
1142 | 2024-10-29T18:04:10.667Z | Compiling pem-rfc7468 v0.7.0 |
1143 | 2024-10-29T18:04:10.730Z | Compiling httparse v1.9.5 |
1144 | 2024-10-29T18:04:11.414Z | Compiling unicode-normalization v0.1.24 |
1145 | 2024-10-29T18:04:11.542Z | Compiling flagset v0.4.6 |
1146 | 2024-10-29T18:04:11.637Z | Compiling tracing-core v0.1.32 |
1147 | 2024-10-29T18:04:11.750Z | Compiling crossbeam-utils v0.8.20 |
1148 | 2024-10-29T18:04:11.778Z | Compiling rustls-pki-types v1.9.0 |
1149 | 2024-10-29T18:04:11.967Z | Compiling percent-encoding v2.3.1 |
1150 | 2024-10-29T18:04:12.431Z | Compiling ring v0.17.8 |
1151 | 2024-10-29T18:04:12.480Z | Compiling pkg-config v0.3.31 |
1152 | 2024-10-29T18:04:12.555Z | Compiling powerfmt v0.2.0 |
1153 | 2024-10-29T18:04:12.936Z | Compiling untrusted v0.9.0 |
1154 | 2024-10-29T18:04:12.964Z | Compiling time-core v0.1.2 |
1155 | 2024-10-29T18:04:13.041Z | Compiling num-conv v0.1.0 |
1156 | 2024-10-29T18:04:13.062Z | Compiling vcpkg v0.2.15 |
1157 | 2024-10-29T18:04:13.104Z | Compiling deranged v0.3.11 |
1158 | 2024-10-29T18:04:13.326Z | Compiling time-macros v0.2.18 |
1159 | 2024-10-29T18:04:13.506Z | Compiling num_threads v0.1.7 |
1160 | 2024-10-29T18:04:13.642Z | Compiling atomic-waker v1.1.2 |
1161 | 2024-10-29T18:04:13.858Z | Compiling form_urlencoded v1.2.1 |
1162 | 2024-10-29T18:04:14.029Z | Compiling rustix v0.38.37 |
1163 | 2024-10-29T18:04:14.154Z | Compiling slog v2.7.0 |
1164 | 2024-10-29T18:04:14.432Z | Compiling try-lock v0.2.5 |
1165 | 2024-10-29T18:04:14.562Z | Compiling want v0.3.1 |
1166 | 2024-10-29T18:04:14.735Z | Compiling httpdate v1.0.3 |
1167 | 2024-10-29T18:04:14.896Z | Compiling idna v0.5.0 |
1168 | 2024-10-29T18:04:14.968Z | Compiling iana-time-zone v0.1.61 |
1169 | 2024-10-29T18:04:15.176Z | Compiling tower-service v0.3.3 |
1170 | 2024-10-29T18:04:15.205Z | Compiling openssl-sys v0.9.103 |
1171 | 2024-10-29T18:04:15.304Z | Compiling base64 v0.22.1 |
1172 | 2024-10-29T18:04:15.408Z | Compiling match_cfg v0.1.0 |
1173 | 2024-10-29T18:04:15.481Z | Compiling rustversion v1.0.17 |
1174 | 2024-10-29T18:04:15.623Z | Compiling openssl v0.10.66 |
1175 | 2024-10-29T18:04:16.005Z | Compiling foreign-types-shared v0.1.1 |
1176 | 2024-10-29T18:04:16.023Z | Compiling url v2.5.2 |
1177 | 2024-10-29T18:04:16.112Z | Compiling foreign-types v0.3.2 |
1178 | 2024-10-29T18:04:16.206Z | Compiling hostname v0.3.1 |
1179 | 2024-10-29T18:04:16.231Z | Compiling dirs-sys-next v0.1.2 |
1180 | 2024-10-29T18:04:16.351Z | Compiling aho-corasick v1.1.3 |
1181 | 2024-10-29T18:04:16.454Z | Compiling data-encoding v2.6.0 |
1182 | 2024-10-29T18:04:16.478Z | Compiling time v0.3.36 |
1183 | 2024-10-29T18:04:16.727Z | Compiling syn v1.0.109 |
1184 | 2024-10-29T18:04:17.308Z | Compiling rustls v0.23.14 |
1185 | 2024-10-29T18:04:17.594Z | Compiling rustls v0.22.4 |
1186 | 2024-10-29T18:04:17.656Z | Compiling siphasher v0.3.11 |
1187 | 2024-10-29T18:04:17.822Z | Compiling regex-syntax v0.8.5 |
1188 | 2024-10-29T18:04:17.979Z | Compiling native-tls v0.2.12 |
1189 | 2024-10-29T18:04:18.293Z | Compiling adler2 v2.0.0 |
1190 | 2024-10-29T18:04:18.527Z | Compiling miniz_oxide v0.8.0 |
1191 | 2024-10-29T18:04:18.674Z | Compiling dirs-next v2.0.0 |
1192 | 2024-10-29T18:04:19.679Z | Compiling serde_derive_internals v0.29.1 |
1193 | 2024-10-29T18:04:19.989Z | Compiling crossbeam-epoch v0.9.18 |
1194 | 2024-10-29T18:04:20.225Z | Compiling lazy_static v1.5.0 |
1195 | 2024-10-29T18:04:20.322Z | Compiling thread_local v1.1.8 |
1196 | 2024-10-29T18:04:20.682Z | Compiling encoding_rs v0.8.34 |
1197 | 2024-10-29T18:04:20.703Z | Compiling serde_derive v1.0.210 |
1198 | 2024-10-29T18:04:20.825Z | Compiling zeroize_derive v1.4.2 |
1199 | 2024-10-29T18:04:20.995Z | Compiling zerocopy-derive v0.7.35 |
1200 | 2024-10-29T18:04:21.337Z | Compiling tokio-macros v2.4.0 |
1201 | 2024-10-29T18:04:22.333Z | Compiling thiserror-impl v1.0.64 |
1202 | 2024-10-29T18:04:22.396Z | Compiling zeroize v1.8.1 |
1203 | 2024-10-29T18:04:22.958Z | Compiling futures-macro v0.3.31 |
1204 | 2024-10-29T18:04:23.081Z | Compiling zerocopy v0.7.35 |
1205 | 2024-10-29T18:04:23.870Z | Compiling der_derive v0.7.3 |
1206 | 2024-10-29T18:04:24.002Z | Compiling crypto-common v0.1.6 |
1207 | 2024-10-29T18:04:24.204Z | Compiling block-buffer v0.10.4 |
1208 | 2024-10-29T18:04:24.472Z | Compiling digest v0.10.7 |
1209 | 2024-10-29T18:04:24.566Z | Compiling block-padding v0.3.3 |
1210 | 2024-10-29T18:04:24.772Z | Compiling inout v0.1.3 |
1211 | 2024-10-29T18:04:24.828Z | Compiling ppv-lite86 v0.2.20 |
1212 | 2024-10-29T18:04:24.849Z | Compiling futures-util v0.3.31 |
1213 | 2024-10-29T18:04:24.943Z | Compiling hmac v0.12.1 |
1214 | 2024-10-29T18:04:25.049Z | Compiling cipher v0.4.4 |
1215 | 2024-10-29T18:04:25.190Z | Compiling sha2 v0.10.8 |
1216 | 2024-10-29T18:04:25.548Z | Compiling tracing-attributes v0.1.27 |
1217 | 2024-10-29T18:04:25.578Z | Compiling thiserror v1.0.64 |
1218 | 2024-10-29T18:04:25.669Z | Compiling rand_chacha v0.3.1 |
1219 | 2024-10-29T18:04:25.701Z | Compiling pest v2.7.14 |
1220 | 2024-10-29T18:04:26.335Z | Compiling der v0.7.9 |
1221 | 2024-10-29T18:04:27.837Z | Compiling rand v0.8.5 |
1222 | 2024-10-29T18:04:28.490Z | Compiling spki v0.7.3 |
1223 | 2024-10-29T18:04:28.742Z | Compiling salsa20 v0.10.2 |
1224 | 2024-10-29T18:04:28.836Z | Compiling pbkdf2 v0.12.2 |
1225 | 2024-10-29T18:04:28.948Z | Compiling pest_meta v2.7.14 |
1226 | 2024-10-29T18:04:29.010Z | Compiling scrypt v0.11.0 |
1227 | 2024-10-29T18:04:29.178Z | Compiling tracing v0.1.40 |
1228 | 2024-10-29T18:04:29.501Z | Compiling cbc v0.1.2 |
1229 | 2024-10-29T18:04:29.526Z | Compiling aes v0.8.4 |
1230 | 2024-10-29T18:04:29.683Z | Compiling scroll_derive v0.12.0 |
1231 | 2024-10-29T18:04:29.722Z | Compiling openssl-macros v0.1.1 |
1232 | 2024-10-29T18:04:29.845Z | Compiling async-trait v0.1.83 |
1233 | 2024-10-29T18:04:30.538Z | Compiling pkcs5 v0.7.1 |
1234 | 2024-10-29T18:04:30.762Z | Compiling pest_generator v2.7.14 |
1235 | 2024-10-29T18:04:31.199Z | Compiling scroll v0.12.0 |
1236 | 2024-10-29T18:04:31.704Z | Compiling rustls-webpki v0.102.8 |
1237 | 2024-10-29T18:04:31.783Z | Compiling goblin v0.8.2 |
1238 | 2024-10-29T18:04:32.416Z | Compiling pkcs8 v0.10.2 |
1239 | 2024-10-29T18:04:32.741Z | Compiling signature v2.2.0 |
1240 | 2024-10-29T18:04:32.783Z | Compiling sha1 v0.10.6 |
1241 | 2024-10-29T18:04:33.037Z | Compiling regex-automata v0.4.8 |
1242 | 2024-10-29T18:04:33.149Z | Compiling cookie v0.18.1 |
1243 | 2024-10-29T18:04:33.232Z | Compiling multer v3.1.0 |
1244 | 2024-10-29T18:04:33.313Z | Compiling mime v0.3.17 |
1245 | 2024-10-29T18:04:33.440Z | Compiling either v1.13.0 |
1246 | 2024-10-29T18:04:33.529Z | Compiling gimli v0.31.1 |
1247 | 2024-10-29T18:04:33.795Z | Compiling slog-async v2.8.0 |
1248 | 2024-10-29T18:04:33.844Z | Compiling ipnet v2.10.1 |
1249 | 2024-10-29T18:04:33.882Z | Compiling paste v1.0.15 |
1250 | 2024-10-29T18:04:33.945Z | Compiling pest_derive v2.7.14 |
1251 | 2024-10-29T18:04:34.312Z | Compiling bytes v1.7.2 |
1252 | 2024-10-29T18:04:34.709Z | Compiling indexmap v2.6.0 |
1253 | 2024-10-29T18:04:34.759Z | Compiling bitflags v2.6.0 |
1254 | 2024-10-29T18:04:35.027Z | Compiling semver v1.0.23 |
1255 | 2024-10-29T18:04:35.274Z | Compiling tokio v1.40.0 |
1256 | 2024-10-29T18:04:35.629Z | Compiling http v1.1.0 |
1257 | 2024-10-29T18:04:35.821Z | Compiling rustc_version v0.4.1 |
1258 | 2024-10-29T18:04:36.640Z | Compiling dtrace-parser v0.2.0 |
1259 | 2024-10-29T18:04:37.641Z | Compiling http-body v1.0.1 |
1260 | 2024-10-29T18:04:37.879Z | Compiling dof v0.3.0 |
1261 | 2024-10-29T18:04:38.080Z | Compiling uuid v1.10.0 |
1262 | 2024-10-29T18:04:38.793Z | Compiling toml_datetime v0.6.8 |
1263 | 2024-10-29T18:04:38.835Z | Compiling serde_tokenstream v0.2.2 |
1264 | 2024-10-29T18:04:39.321Z | Compiling serde_spanned v0.6.8 |
1265 | 2024-10-29T18:04:39.448Z | Compiling usdt-impl v0.5.0 |
1266 | 2024-10-29T18:04:39.520Z | Compiling chrono v0.4.38 |
1267 | 2024-10-29T18:04:39.559Z | Compiling http-body-util v0.1.2 |
1268 | 2024-10-29T18:04:40.073Z | Compiling heapless v0.7.17 |
1269 | 2024-10-29T18:04:40.522Z | Compiling signal-hook v0.3.17 |
1270 | 2024-10-29T18:04:40.807Z | Compiling rayon-core v1.12.1 |
1271 | 2024-10-29T18:04:40.999Z | Compiling unicode-properties v0.1.3 |
1272 | 2024-10-29T18:04:41.096Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-10-29T18:04:41.406Z | Compiling schemars v0.8.21 |
1274 | 2024-10-29T18:04:41.438Z | Compiling stringprep v0.1.5 |
1275 | 2024-10-29T18:04:41.716Z | Compiling toml_edit v0.22.22 |
1276 | 2024-10-29T18:04:41.778Z | Compiling addr2line v0.24.2 |
1277 | 2024-10-29T18:04:42.105Z | Compiling usdt-attr-macro v0.5.0 |
1278 | 2024-10-29T18:04:42.478Z | Compiling usdt-macro v0.5.0 |
1279 | 2024-10-29T18:04:42.590Z | Compiling curve25519-dalek v4.1.3 |
1280 | 2024-10-29T18:04:43.204Z | Compiling slog-json v2.6.1 |
1281 | 2024-10-29T18:04:43.412Z | Compiling serde_urlencoded v0.7.1 |
1282 | 2024-10-29T18:04:43.563Z | Compiling tokio-util v0.7.12 |
1283 | 2024-10-29T18:04:43.942Z | Compiling futures-executor v0.3.31 |
1284 | 2024-10-29T18:04:44.500Z | Compiling md-5 v0.10.6 |
1285 | 2024-10-29T18:04:44.764Z | Compiling h2 v0.4.6 |
1286 | 2024-10-29T18:04:45.027Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-10-29T18:04:45.897Z | Compiling enum-as-inner v0.6.1 |
1288 | 2024-10-29T18:04:47.650Z | Compiling async-stream-impl v0.3.6 |
1289 | 2024-10-29T18:04:48.373Z | Compiling crossbeam-deque v0.8.5 |
1290 | 2024-10-29T18:04:48.722Z | Compiling term v0.7.0 |
1291 | 2024-10-29T18:04:49.041Z | Compiling crossbeam-channel v0.5.13 |
1292 | 2024-10-29T18:04:50.013Z | Compiling num-integer v0.1.46 |
1293 | 2024-10-29T18:04:50.207Z | Compiling rustls-pemfile v2.2.0 |
1294 | 2024-10-29T18:04:50.258Z | Compiling idna v0.4.0 |
1295 | 2024-10-29T18:04:50.546Z | Compiling idna v0.3.0 |
1296 | 2024-10-29T18:04:50.762Z | Compiling ff v0.13.0 |
1297 | 2024-10-29T18:04:50.801Z | Compiling hash32 v0.2.1 |
1298 | 2024-10-29T18:04:50.995Z | Compiling is-terminal v0.4.13 |
1299 | 2024-10-29T18:04:51.126Z | Compiling object v0.36.5 |
1300 | 2024-10-29T18:04:51.164Z | Compiling dropshot v0.12.0 |
1301 | 2024-10-29T18:04:51.478Z | Compiling utf-8 v0.7.6 |
1302 | 2024-10-29T18:04:51.778Z | Compiling hyper v1.4.1 |
1303 | 2024-10-29T18:04:51.798Z | Compiling num-bigint-dig v0.8.4 |
1304 | 2024-10-29T18:04:52.077Z | Compiling linked-hash-map v0.5.6 |
1305 | 2024-10-29T18:04:52.099Z | Compiling anyhow v1.0.89 |
1306 | 2024-10-29T18:04:52.436Z | Compiling portable-atomic v1.9.0 |
1307 | 2024-10-29T18:04:52.722Z | Compiling psl-types v2.0.11 |
1308 | 2024-10-29T18:04:52.923Z | Compiling base16ct v0.2.0 |
1309 | 2024-10-29T18:04:53.255Z | Compiling rustc-demangle v0.1.24 |
1310 | 2024-10-29T18:04:53.536Z | Compiling smoltcp v0.9.1 |
1311 | 2024-10-29T18:04:54.194Z | Compiling hyper-util v0.1.9 |
1312 | 2024-10-29T18:04:54.247Z | Compiling take_mut v0.2.2 |
1313 | 2024-10-29T18:04:54.284Z | Compiling stable_deref_trait v1.2.0 |
1314 | 2024-10-29T18:04:54.396Z | Compiling fallible-iterator v0.2.0 |
1315 | 2024-10-29T18:04:54.413Z | Compiling dyn-clone v1.0.17 |
1316 | 2024-10-29T18:04:54.617Z | Compiling quick-error v1.2.3 |
1317 | 2024-10-29T18:04:54.807Z | Compiling resolv-conf v0.7.0 |
1318 | 2024-10-29T18:04:55.146Z | Compiling postgres-protocol v0.6.7 |
1319 | 2024-10-29T18:04:56.572Z | Compiling sec1 v0.7.3 |
1320 | 2024-10-29T18:04:56.766Z | Compiling publicsuffix v2.2.3 |
1321 | 2024-10-29T18:04:57.155Z | Compiling lru-cache v0.1.2 |
1322 | 2024-10-29T18:04:57.203Z | Compiling tungstenite v0.24.0 |
1323 | 2024-10-29T18:04:57.291Z | Compiling slog-term v2.9.1 |
1324 | 2024-10-29T18:04:57.338Z | Compiling hickory-proto v0.24.1 |
1325 | 2024-10-29T18:04:57.361Z | Compiling usdt v0.5.0 |
1326 | 2024-10-29T18:04:57.835Z | Compiling group v0.13.0 |
1327 | 2024-10-29T18:04:58.155Z | Compiling num-iter v0.1.45 |
1328 | 2024-10-29T18:04:58.201Z | Compiling backtrace v0.3.74 |
1329 | 2024-10-29T18:04:58.367Z | Compiling tokio-rustls v0.26.0 |
1330 | 2024-10-29T18:04:58.483Z | Compiling async-stream v0.3.6 |
1331 | 2024-10-29T18:04:58.816Z | Compiling tokio-rustls v0.25.0 |
1332 | 2024-10-29T18:04:58.995Z | Compiling tokio-native-tls v0.3.1 |
1333 | 2024-10-29T18:04:59.143Z | Compiling toml v0.8.19 |
1334 | 2024-10-29T18:04:59.230Z | Compiling futures v0.3.31 |
1335 | 2024-10-29T18:05:03.320Z | Compiling camino v1.1.9 |
1336 | 2024-10-29T18:05:03.320Z | Compiling slog-bunyan v2.5.0 |
1337 | 2024-10-29T18:05:03.320Z | Compiling terminal_size v0.4.0 |
1338 | 2024-10-29T18:05:03.320Z | Compiling dropshot_endpoint v0.12.0 |
1339 | 2024-10-29T18:05:03.320Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-10-29T18:05:03.320Z | Compiling serde_path_to_error v0.1.16 |
1341 | 2024-10-29T18:05:03.320Z | Compiling hkdf v0.12.4 |
1342 | 2024-10-29T18:05:03.320Z | Compiling crypto-bigint v0.5.5 |
1343 | 2024-10-29T18:05:03.320Z | Compiling zerocopy-derive v0.6.6 |
1344 | 2024-10-29T18:05:03.320Z | Compiling curve25519-dalek-derive v0.1.1 |
1345 | 2024-10-29T18:05:03.320Z | Compiling phf_shared v0.11.2 |
1346 | 2024-10-29T18:05:03.320Z | Compiling waitgroup v0.1.2 |
1347 | 2024-10-29T18:05:03.320Z | Compiling webpki-roots v0.26.6 |
1348 | 2024-10-29T18:05:03.320Z | Compiling hostname v0.4.0 |
1349 | 2024-10-29T18:05:03.321Z | Compiling ahash v0.8.11 |
1350 | 2024-10-29T18:05:03.321Z | Compiling hubpack_derive v0.1.1 |
1351 | 2024-10-29T18:05:03.440Z | Compiling fs-err v2.11.0 |
1352 | 2024-10-29T18:05:03.504Z | Compiling managed v0.8.0 |
1353 | 2024-10-29T18:05:03.548Z | Compiling winnow v0.5.40 |
1354 | 2024-10-29T18:05:03.856Z | Compiling bitflags v1.3.2 |
1355 | 2024-10-29T18:05:03.936Z | Compiling debug-ignore v1.0.5 |
1356 | 2024-10-29T18:05:04.103Z | Compiling zerocopy v0.6.6 |
1357 | 2024-10-29T18:05:04.289Z | Compiling hubpack v0.1.2 |
1358 | 2024-10-29T18:05:04.589Z | Compiling clap_builder v4.5.20 |
1359 | 2024-10-29T18:05:04.833Z | Compiling elliptic-curve v0.13.8 |
1360 | 2024-10-29T18:05:05.134Z | Compiling strum_macros v0.25.3 |
1361 | 2024-10-29T18:05:05.793Z | Compiling console v0.15.8 |
1362 | 2024-10-29T18:05:07.394Z | Compiling toml_edit v0.19.15 |
1363 | 2024-10-29T18:05:07.530Z | Compiling hickory-resolver v0.24.1 |
1364 | 2024-10-29T18:05:07.690Z | Compiling hyper-rustls v0.27.3 |
1365 | 2024-10-29T18:05:07.796Z | Compiling phf v0.11.2 |
1366 | 2024-10-29T18:05:08.100Z | Compiling signal-hook-mio v0.2.4 |
1367 | 2024-10-29T18:05:08.254Z | Compiling cookie_store v0.21.0 |
1368 | 2024-10-29T18:05:08.274Z | Compiling rayon v1.10.0 |
1369 | 2024-10-29T18:05:09.312Z | Compiling hyper-tls v0.6.0 |
1370 | 2024-10-29T18:05:10.639Z | Compiling tokio-tungstenite v0.24.0 |
1371 | 2024-10-29T18:05:12.533Z | Compiling postgres-types v0.2.8 |
1372 | 2024-10-29T18:05:13.145Z | Compiling tokio-stream v0.1.16 |
1373 | 2024-10-29T18:05:13.843Z | Compiling bstr v1.10.0 |
1374 | 2024-10-29T18:05:14.062Z | Compiling regex v1.11.0 |
1375 | 2024-10-29T18:05:14.202Z | Compiling serde-big-array v0.5.1 |
1376 | 2024-10-29T18:05:14.234Z | Compiling ed25519 v2.2.3 |
1377 | 2024-10-29T18:05:14.423Z | Compiling pkcs1 v0.7.5 |
1378 | 2024-10-29T18:05:15.441Z | Compiling rfc6979 v0.4.0 |
1379 | 2024-10-29T18:05:15.446Z | Compiling serde_repr v0.1.19 |
1380 | 2024-10-29T18:05:15.446Z | Compiling clap_derive v4.5.18 |
1381 | 2024-10-29T18:05:15.446Z | Compiling derive-where v1.2.7 |
1382 | 2024-10-29T18:05:15.446Z | Compiling phf_shared v0.10.0 |
1383 | 2024-10-29T18:05:15.468Z | Compiling float-cmp v0.9.0 |
1384 | 2024-10-29T18:05:15.613Z | Compiling sync_wrapper v1.0.1 |
1385 | 2024-10-29T18:05:15.687Z | Compiling crc32fast v1.4.2 |
1386 | 2024-10-29T18:05:15.729Z | Compiling unicode-segmentation v1.12.0 |
1387 | 2024-10-29T18:05:15.777Z | Compiling predicates-core v1.0.8 |
1388 | 2024-10-29T18:05:15.822Z | Compiling static_assertions v1.1.0 |
1389 | 2024-10-29T18:05:15.930Z | Compiling whoami v1.5.2 |
1390 | 2024-10-29T18:05:16.016Z | Compiling difflib v0.4.0 |
1391 | 2024-10-29T18:05:16.136Z | Compiling bit-vec v0.6.3 |
1392 | 2024-10-29T18:05:16.370Z | Compiling number_prefix v0.4.0 |
1393 | 2024-10-29T18:05:16.623Z | Compiling normalize-line-endings v0.3.0 |
1394 | 2024-10-29T18:05:16.806Z | Compiling fixedbitset v0.4.2 |
1395 | 2024-10-29T18:05:16.807Z | Compiling minimal-lexical v0.2.1 |
1396 | 2024-10-29T18:05:16.807Z | Compiling precomputed-hash v0.1.1 |
1397 | 2024-10-29T18:05:16.807Z | Compiling new_debug_unreachable v1.0.6 |
1398 | 2024-10-29T18:05:16.936Z | Compiling string_cache v0.8.7 |
1399 | 2024-10-29T18:05:16.936Z | Compiling predicates v3.1.2 |
1400 | 2024-10-29T18:05:17.078Z | Compiling nom v7.1.3 |
1401 | 2024-10-29T18:05:17.169Z | Compiling petgraph v0.6.5 |
1402 | 2024-10-29T18:05:17.243Z | Compiling indicatif v0.17.8 |
1403 | 2024-10-29T18:05:17.582Z | Compiling bit-set v0.5.3 |
1404 | 2024-10-29T18:05:17.876Z | Compiling similar v2.6.0 |
1405 | 2024-10-29T18:05:18.541Z | Compiling tokio-postgres v0.7.12 |
1406 | 2024-10-29T18:05:18.715Z | Compiling qorb v0.1.2 |
1407 | 2024-10-29T18:05:19.475Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1408 | 2024-10-29T18:05:19.902Z | Compiling clap v4.5.20 |
1409 | 2024-10-29T18:05:20.033Z | Compiling flate2 v1.0.34 |
1410 | 2024-10-29T18:05:20.306Z | Compiling reqwest v0.12.8 |
1411 | 2024-10-29T18:05:20.721Z | Compiling rsa v0.9.6 |
1412 | 2024-10-29T18:05:20.959Z | Compiling ecdsa v0.16.9 |
1413 | 2024-10-29T18:05:21.114Z | Compiling ed25519-dalek v2.1.1 |
1414 | 2024-10-29T18:05:21.790Z | Compiling toml v0.7.8 |
1415 | 2024-10-29T18:05:22.396Z | Compiling crossterm v0.28.1 |
1416 | 2024-10-29T18:05:24.297Z | Compiling hex v0.4.3 |
1417 | 2024-10-29T18:05:24.444Z | Compiling itertools v0.12.1 |
1418 | 2024-10-29T18:05:24.932Z | Compiling itertools v0.10.5 |
1419 | 2024-10-29T18:05:25.077Z | Compiling x509-cert v0.2.5 |
1420 | 2024-10-29T18:05:25.195Z | Compiling unicode-xid v0.2.6 |
1421 | 2024-10-29T18:05:25.370Z | Compiling peg-runtime v0.8.3 |
1422 | 2024-10-29T18:05:26.040Z | Compiling lalrpop-util v0.19.12 |
1423 | 2024-10-29T18:05:26.187Z | Compiling xattr v1.3.1 |
1424 | 2024-10-29T18:05:26.399Z | Compiling strum_macros v0.26.4 |
1425 | 2024-10-29T18:05:26.467Z | Compiling filetime v0.2.25 |
1426 | 2024-10-29T18:05:26.768Z | Compiling tar v0.4.42 |
1427 | 2024-10-29T18:05:29.549Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1428 | 2024-10-29T18:05:29.789Z | Compiling strum v0.26.3 |
1429 | 2024-10-29T18:05:29.868Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1430 | 2024-10-29T18:05:35.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1431 | 2024-10-29T18:05:35.423Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1432 | 2024-10-29T18:05:35.472Z | Oct 29 18:05:35.270 INFO Starting download, target: Clickhouse |
1433 | 2024-10-29T18:05:35.472Z | Oct 29 18:05:35.270 INFO Starting download, target: Cockroach |
1434 | 2024-10-29T18:05:35.472Z | Oct 29 18:05:35.270 INFO Starting download, target: Console |
1435 | 2024-10-29T18:05:35.472Z | Oct 29 18:05:35.271 INFO Starting download, target: DendriteOpenapi |
1436 | 2024-10-29T18:05:35.472Z | Oct 29 18:05:35.271 INFO Starting download, target: DendriteStub |
1437 | 2024-10-29T18:05:35.472Z | Oct 29 18:05:35.271 INFO Starting download, target: MaghemiteMgd |
1438 | 2024-10-29T18:05:35.472Z | Oct 29 18:05:35.271 INFO Starting download, target: TransceiverControl |
1439 | 2024-10-29T18:05:35.475Z | Oct 29 18:05:35.271 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1440 | 2024-10-29T18:05:35.475Z | Oct 29 18:05:35.271 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1441 | 2024-10-29T18:05:35.475Z | Oct 29 18:05:35.271 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1442 | 2024-10-29T18:05:35.475Z | Oct 29 18:05:35.271 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1443 | 2024-10-29T18:05:35.475Z | Oct 29 18:05:35.271 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1444 | 2024-10-29T18:05:35.475Z | Oct 29 18:05:35.271 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1445 | 2024-10-29T18:05:35.475Z | Oct 29 18:05:35.272 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1446 | 2024-10-29T18:05:35.767Z | Oct 29 18:05:35.566 INFO Download complete, target: DendriteOpenapi |
1447 | 2024-10-29T18:05:35.999Z | Oct 29 18:05:35.793 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1448 | 2024-10-29T18:05:36.063Z | Oct 29 18:05:35.853 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1449 | 2024-10-29T18:05:36.433Z | Oct 29 18:05:36.201 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1450 | 2024-10-29T18:05:36.469Z | Oct 29 18:05:36.214 INFO Download complete, target: Console |
1451 | 2024-10-29T18:05:36.626Z | Oct 29 18:05:36.421 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1452 | 2024-10-29T18:05:36.739Z | Oct 29 18:05:36.536 INFO Download complete, target: TransceiverControl |
1453 | 2024-10-29T18:05:37.324Z | Oct 29 18:05:37.122 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1454 | 2024-10-29T18:05:37.324Z | Oct 29 18:05:37.122 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1455 | 2024-10-29T18:05:37.855Z | Oct 29 18:05:37.653 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1456 | 2024-10-29T18:05:39.495Z | Oct 29 18:05:39.293 INFO Download complete, target: DendriteStub |
1457 | 2024-10-29T18:05:39.914Z | Oct 29 18:05:39.713 INFO Download complete, target: MaghemiteMgd |
1458 | 2024-10-29T18:05:45.554Z | Oct 29 18:05:45.352 INFO Checking that binary works, target: Cockroach |
1459 | 2024-10-29T18:05:45.716Z | Oct 29 18:05:45.514 INFO Download complete, target: Cockroach |
1460 | 2024-10-29T18:05:51.815Z | Oct 29 18:05:51.612 INFO Checking that binary works, target: Clickhouse |
1461 | 2024-10-29T18:05:52.719Z | Oct 29 18:05:52.514 INFO Download complete, target: Clickhouse |
1462 | 2024-10-29T18:05:52.725Z | All prerequisites installed successfully |
1463 | 2024-10-29T18:05:52.728Z | |
1464 | 2024-10-29T18:05:52.728Z | real 4:28.457347222 |
1465 | 2024-10-29T18:05:52.728Z | user 12:41.175554624 |
1466 | 2024-10-29T18:05:52.728Z | sys 2:41.440827858 |
1467 | 2024-10-29T18:05:52.728Z | trap 0.426043724 |
1468 | 2024-10-29T18:05:52.728Z | tflt 8.370773854 |
1469 | 2024-10-29T18:05:52.728Z | dflt 6.351744151 |
1470 | 2024-10-29T18:05:52.728Z | kflt 0.631451482 |
1471 | 2024-10-29T18:05:52.728Z | lock 24:14.318620025 |
1472 | 2024-10-29T18:05:52.728Z | slp 50:53.213931987 |
1473 | 2024-10-29T18:05:52.728Z | lat 42.478540562 |
1474 | 2024-10-29T18:05:52.728Z | stop 2:01.072263719 |
1475 | 2024-10-29T18:05:52.728Z | + ptime -m cargo xtask download softnpu |
1476 | 2024-10-29T18:05:53.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1477 | 2024-10-29T18:05:53.318Z | Running `target/debug/xtask download softnpu` |
1478 | 2024-10-29T18:05:54.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1479 | 2024-10-29T18:05:54.227Z | Running `target/debug/xtask-downloader softnpu` |
1480 | 2024-10-29T18:05:54.262Z | Oct 29 18:05:54.058 INFO Starting download, target: Softnpu |
1481 | 2024-10-29T18:05:54.264Z | Oct 29 18:05:54.059 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1482 | 2024-10-29T18:05:55.240Z | Oct 29 18:05:55.037 INFO Download complete, target: Softnpu |
1483 | 2024-10-29T18:05:56.247Z | |
1484 | 2024-10-29T18:05:56.249Z | real 2.512352894 |
1485 | 2024-10-29T18:05:56.249Z | user 1.290679779 |
1486 | 2024-10-29T18:05:56.249Z | sys 0.558632132 |
1487 | 2024-10-29T18:05:56.249Z | trap 0.000470638 |
1488 | 2024-10-29T18:05:56.249Z | tflt 0.000031626 |
1489 | 2024-10-29T18:05:56.249Z | dflt 0.000030257 |
1490 | 2024-10-29T18:05:56.249Z | kflt 0.000000000 |
1491 | 2024-10-29T18:05:56.249Z | lock 10.273247088 |
1492 | 2024-10-29T18:05:56.249Z | slp 0.965398994 |
1493 | 2024-10-29T18:05:56.249Z | lat 0.073674991 |
1494 | 2024-10-29T18:05:56.249Z | stop 0.000347438 |
1495 | 2024-10-29T18:05:56.249Z | + export CARGO_INCREMENTAL=0 |
1496 | 2024-10-29T18:05:56.249Z | + CARGO_INCREMENTAL=0 |
1497 | 2024-10-29T18:05:56.249Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1498 | 2024-10-29T18:05:56.249Z | Compiling proc-macro2 v1.0.87 |
1499 | 2024-10-29T18:05:56.249Z | Compiling unicode-ident v1.0.13 |
1500 | 2024-10-29T18:05:56.249Z | Compiling libc v0.2.161 |
1501 | 2024-10-29T18:05:56.249Z | Compiling serde v1.0.210 |
1502 | 2024-10-29T18:05:56.249Z | Compiling version_check v0.9.5 |
1503 | 2024-10-29T18:05:56.250Z | Compiling autocfg v1.4.0 |
1504 | 2024-10-29T18:05:56.250Z | Compiling cfg-if v1.0.0 |
1505 | 2024-10-29T18:05:56.439Z | Compiling typenum v1.17.0 |
1506 | 2024-10-29T18:05:56.458Z | Compiling memchr v2.7.4 |
1507 | 2024-10-29T18:05:56.521Z | Compiling shlex v1.3.0 |
1508 | 2024-10-29T18:05:56.943Z | Compiling parking_lot_core v0.9.10 |
1509 | 2024-10-29T18:05:57.256Z | Compiling lock_api v0.4.12 |
1510 | 2024-10-29T18:05:57.335Z | Compiling generic-array v0.14.7 |
1511 | 2024-10-29T18:05:57.394Z | Compiling once_cell v1.20.2 |
1512 | 2024-10-29T18:05:57.548Z | Compiling serde_json v1.0.128 |
1513 | 2024-10-29T18:05:57.613Z | Compiling libm v0.2.8 |
1514 | 2024-10-29T18:05:57.794Z | Compiling quote v1.0.37 |
1515 | 2024-10-29T18:05:57.819Z | Compiling thiserror v1.0.64 |
1516 | 2024-10-29T18:05:57.882Z | Compiling num-traits v0.2.19 |
1517 | 2024-10-29T18:05:57.939Z | Compiling value-bag v1.9.0 |
1518 | 2024-10-29T18:05:58.183Z | Compiling syn v2.0.79 |
1519 | 2024-10-29T18:05:58.362Z | Compiling getrandom v0.2.15 |
1520 | 2024-10-29T18:05:58.450Z | Compiling jobserver v0.1.32 |
1521 | 2024-10-29T18:05:58.553Z | Compiling log v0.4.22 |
1522 | 2024-10-29T18:05:58.571Z | Compiling itoa v1.0.11 |
1523 | 2024-10-29T18:05:58.732Z | Compiling slab v0.4.9 |
1524 | 2024-10-29T18:05:58.790Z | Compiling scopeguard v1.2.0 |
1525 | 2024-10-29T18:05:58.848Z | Compiling cc v1.1.30 |
1526 | 2024-10-29T18:05:59.052Z | Compiling rand_core v0.6.4 |
1527 | 2024-10-29T18:05:59.196Z | Compiling byteorder v1.5.0 |
1528 | 2024-10-29T18:05:59.728Z | Compiling subtle v2.6.1 |
1529 | 2024-10-29T18:05:59.954Z | Compiling allocator-api2 v0.2.18 |
1530 | 2024-10-29T18:06:00.350Z | Compiling semver v1.0.23 |
1531 | 2024-10-29T18:06:00.759Z | Compiling const-oid v0.9.6 |
1532 | 2024-10-29T18:06:00.817Z | Compiling ryu v1.0.18 |
1533 | 2024-10-29T18:06:00.843Z | Compiling pin-project-lite v0.2.14 |
1534 | 2024-10-29T18:06:00.873Z | Compiling smallvec v1.13.2 |
1535 | 2024-10-29T18:06:00.968Z | Compiling equivalent v1.0.1 |
1536 | 2024-10-29T18:06:01.052Z | Compiling foldhash v0.1.3 |
1537 | 2024-10-29T18:06:01.101Z | Compiling httparse v1.9.5 |
1538 | 2024-10-29T18:06:01.320Z | Compiling hashbrown v0.15.0 |
1539 | 2024-10-29T18:06:01.337Z | Compiling schemars v0.8.21 |
1540 | 2024-10-29T18:06:01.750Z | Compiling signal-hook-registry v1.4.2 |
1541 | 2024-10-29T18:06:01.879Z | Compiling heck v0.5.0 |
1542 | 2024-10-29T18:06:01.935Z | Compiling mio v1.0.2 |
1543 | 2024-10-29T18:06:02.287Z | Compiling parking_lot v0.12.3 |
1544 | 2024-10-29T18:06:02.310Z | Compiling ring v0.17.8 |
1545 | 2024-10-29T18:06:03.079Z | Compiling crossbeam-utils v0.8.20 |
1546 | 2024-10-29T18:06:03.169Z | Compiling socket2 v0.5.7 |
1547 | 2024-10-29T18:06:03.415Z | Compiling fnv v1.0.7 |
1548 | 2024-10-29T18:06:03.556Z | Compiling vcpkg v0.2.15 |
1549 | 2024-10-29T18:06:03.580Z | Compiling pkg-config v0.3.31 |
1550 | 2024-10-29T18:06:03.626Z | Compiling time-core v0.1.2 |
1551 | 2024-10-29T18:06:04.286Z | Compiling futures-core v0.3.31 |
1552 | 2024-10-29T18:06:04.527Z | Compiling num-conv v0.1.0 |
1553 | 2024-10-29T18:06:04.834Z | Compiling time-macros v0.2.18 |
1554 | 2024-10-29T18:06:05.225Z | Compiling openssl-sys v0.9.103 |
1555 | 2024-10-29T18:06:05.596Z | Compiling spin v0.9.8 |
1556 | 2024-10-29T18:06:05.785Z | Compiling serde_derive_internals v0.29.1 |
1557 | 2024-10-29T18:06:06.199Z | Compiling cpufeatures v0.2.14 |
1558 | 2024-10-29T18:06:06.234Z | Compiling futures-sink v0.3.31 |
1559 | 2024-10-29T18:06:06.722Z | Compiling ahash v0.8.11 |
1560 | 2024-10-29T18:06:07.042Z | Compiling slog v2.7.0 |
1561 | 2024-10-29T18:06:07.080Z | Compiling syn v1.0.109 |
1562 | 2024-10-29T18:06:07.207Z | Compiling rustix v0.38.37 |
1563 | 2024-10-29T18:06:07.618Z | Compiling futures-channel v0.3.31 |
1564 | 2024-10-29T18:06:07.693Z | Compiling futures-task v0.3.31 |
1565 | 2024-10-29T18:06:07.874Z | Compiling openssl v0.10.66 |
1566 | 2024-10-29T18:06:07.987Z | Compiling pin-utils v0.1.0 |
1567 | 2024-10-29T18:06:08.018Z | Compiling ucd-trie v0.1.7 |
1568 | 2024-10-29T18:06:08.036Z | Compiling iana-time-zone v0.1.61 |
1569 | 2024-10-29T18:06:08.075Z | Compiling futures-io v0.3.31 |
1570 | 2024-10-29T18:06:08.108Z | Compiling tinyvec_macros v0.1.1 |
1571 | 2024-10-29T18:06:08.307Z | Compiling tinyvec v1.8.0 |
1572 | 2024-10-29T18:06:08.816Z | Compiling native-tls v0.2.12 |
1573 | 2024-10-29T18:06:08.832Z | Compiling rustls v0.23.14 |
1574 | 2024-10-29T18:06:09.064Z | Compiling unicode-bidi v0.3.17 |
1575 | 2024-10-29T18:06:09.166Z | Compiling base64ct v1.6.0 |
1576 | 2024-10-29T18:06:09.711Z | Compiling pem-rfc7468 v0.7.0 |
1577 | 2024-10-29T18:06:09.829Z | Compiling unicode-normalization v0.1.24 |
1578 | 2024-10-29T18:06:10.527Z | Compiling tracing-core v0.1.32 |
1579 | 2024-10-29T18:06:10.862Z | Compiling usdt-impl v0.5.0 |
1580 | 2024-10-29T18:06:11.062Z | Compiling serde_derive v1.0.210 |
1581 | 2024-10-29T18:06:11.202Z | Compiling zeroize_derive v1.4.2 |
1582 | 2024-10-29T18:06:11.799Z | Compiling zerocopy-derive v0.7.35 |
1583 | 2024-10-29T18:06:11.907Z | Compiling thiserror-impl v1.0.64 |
1584 | 2024-10-29T18:06:12.649Z | Compiling tokio-macros v2.4.0 |
1585 | 2024-10-29T18:06:12.669Z | Compiling zeroize v1.8.1 |
1586 | 2024-10-29T18:06:13.678Z | Compiling futures-macro v0.3.31 |
1587 | 2024-10-29T18:06:14.064Z | Compiling zerocopy v0.7.35 |
1588 | 2024-10-29T18:06:14.694Z | Compiling crypto-common v0.1.6 |
1589 | 2024-10-29T18:06:15.026Z | Compiling tracing-attributes v0.1.27 |
1590 | 2024-10-29T18:06:15.410Z | Compiling block-buffer v0.10.4 |
1591 | 2024-10-29T18:06:15.547Z | Compiling schemars_derive v0.8.21 |
1592 | 2024-10-29T18:06:15.649Z | Compiling digest v0.10.7 |
1593 | 2024-10-29T18:06:16.049Z | Compiling der_derive v0.7.3 |
1594 | 2024-10-29T18:06:16.933Z | Compiling hmac v0.12.1 |
1595 | 2024-10-29T18:06:17.152Z | Compiling scroll_derive v0.12.0 |
1596 | 2024-10-29T18:06:17.190Z | Compiling futures-util v0.3.31 |
1597 | 2024-10-29T18:06:18.121Z | Compiling pest v2.7.14 |
1598 | 2024-10-29T18:06:18.414Z | Compiling block-padding v0.3.3 |
1599 | 2024-10-29T18:06:18.637Z | Compiling inout v0.1.3 |
1600 | 2024-10-29T18:06:18.909Z | Compiling openssl-macros v0.1.1 |
1601 | 2024-10-29T18:06:19.620Z | Compiling cipher v0.4.4 |
1602 | 2024-10-29T18:06:19.821Z | Compiling sha2 v0.10.8 |
1603 | 2024-10-29T18:06:20.082Z | Compiling ppv-lite86 v0.2.20 |
1604 | 2024-10-29T18:06:20.622Z | Compiling pest_meta v2.7.14 |
1605 | 2024-10-29T18:06:20.932Z | Compiling cookie v0.18.1 |
1606 | 2024-10-29T18:06:20.953Z | Compiling anyhow v1.0.89 |
1607 | 2024-10-29T18:06:21.235Z | Compiling flagset v0.4.6 |
1608 | 2024-10-29T18:06:21.427Z | Compiling dyn-clone v1.0.17 |
1609 | 2024-10-29T18:06:21.578Z | Compiling der v0.7.9 |
1610 | 2024-10-29T18:06:21.688Z | Compiling rand_chacha v0.3.1 |
1611 | 2024-10-29T18:06:22.624Z | Compiling pest_generator v2.7.14 |
1612 | 2024-10-29T18:06:22.659Z | Compiling scroll v0.12.0 |
1613 | 2024-10-29T18:06:23.032Z | Compiling tracing v0.1.40 |
1614 | 2024-10-29T18:06:23.475Z | Compiling bytes v1.7.2 |
1615 | 2024-10-29T18:06:23.781Z | Compiling indexmap v2.6.0 |
1616 | 2024-10-29T18:06:24.650Z | Compiling tokio v1.40.0 |
1617 | 2024-10-29T18:06:24.666Z | Compiling http v1.1.0 |
1618 | 2024-10-29T18:06:25.175Z | Compiling serde_tokenstream v0.2.2 |
1619 | 2024-10-29T18:06:25.200Z | Compiling rustc_version v0.4.1 |
1620 | 2024-10-29T18:06:25.240Z | Compiling uuid v1.10.0 |
1621 | 2024-10-29T18:06:25.781Z | Compiling bitflags v2.6.0 |
1622 | 2024-10-29T18:06:26.302Z | Compiling chrono v0.4.38 |
1623 | 2024-10-29T18:06:26.611Z | Compiling toml_datetime v0.6.8 |
1624 | 2024-10-29T18:06:27.036Z | Compiling serde_spanned v0.6.8 |
1625 | 2024-10-29T18:06:27.243Z | Compiling pest_derive v2.7.14 |
1626 | 2024-10-29T18:06:28.486Z | Compiling async-trait v0.1.83 |
1627 | 2024-10-29T18:06:31.551Z | Compiling aho-corasick v1.1.3 |
1628 | 2024-10-29T18:06:31.858Z | Compiling regex-syntax v0.8.5 |
1629 | 2024-10-29T18:06:32.249Z | Compiling plain v0.2.3 |
1630 | 2024-10-29T18:06:32.412Z | Compiling rustls-pki-types v1.9.0 |
1631 | 2024-10-29T18:06:33.435Z | Compiling percent-encoding v2.3.1 |
1632 | 2024-10-29T18:06:33.673Z | Compiling rayon-core v1.12.1 |
1633 | 2024-10-29T18:06:33.760Z | Compiling camino v1.1.9 |
1634 | 2024-10-29T18:06:33.963Z | Compiling tokio-util v0.7.12 |
1635 | 2024-10-29T18:06:34.330Z | Compiling goblin v0.8.2 |
1636 | 2024-10-29T18:06:35.348Z | Compiling spki v0.7.3 |
1637 | 2024-10-29T18:06:35.717Z | Compiling regex-automata v0.4.8 |
1638 | 2024-10-29T18:06:35.894Z | Compiling rand v0.8.5 |
1639 | 2024-10-29T18:06:35.961Z | Compiling salsa20 v0.10.2 |
1640 | 2024-10-29T18:06:36.186Z | Compiling pbkdf2 v0.12.2 |
1641 | 2024-10-29T18:06:37.591Z | Compiling rustls v0.22.4 |
1642 | 2024-10-29T18:06:37.620Z | Compiling pretty-hex v0.4.1 |
1643 | 2024-10-29T18:06:37.639Z | Compiling winnow v0.5.40 |
1644 | 2024-10-29T18:06:37.815Z | Compiling powerfmt v0.2.0 |
1645 | 2024-10-29T18:06:37.866Z | Compiling untrusted v0.9.0 |
1646 | 2024-10-29T18:06:38.184Z | Compiling deranged v0.3.11 |
1647 | 2024-10-29T18:06:40.275Z | Compiling dof v0.3.0 |
1648 | 2024-10-29T18:06:41.186Z | Compiling scrypt v0.11.0 |
1649 | 2024-10-29T18:06:41.533Z | Compiling toml_edit v0.19.15 |
1650 | 2024-10-29T18:06:41.950Z | Compiling dtrace-parser v0.2.0 |
1651 | 2024-10-29T18:06:42.008Z | Compiling aes v0.8.4 |
1652 | 2024-10-29T18:06:42.784Z | Compiling cbc v0.1.2 |
1653 | 2024-10-29T18:06:43.152Z | Compiling thread-id v4.2.2 |
1654 | 2024-10-29T18:06:43.291Z | Compiling rustversion v1.0.17 |
1655 | 2024-10-29T18:06:43.697Z | Compiling atomic-waker v1.1.2 |
1656 | 2024-10-29T18:06:43.715Z | Compiling num_threads v0.1.7 |
1657 | 2024-10-29T18:06:43.846Z | Compiling time v0.3.36 |
1658 | 2024-10-29T18:06:44.015Z | Compiling pkcs5 v0.7.1 |
1659 | 2024-10-29T18:06:45.706Z | Compiling rustls-webpki v0.102.8 |
1660 | 2024-10-29T18:06:46.037Z | Compiling form_urlencoded v1.2.1 |
1661 | 2024-10-29T18:06:46.329Z | Compiling http-body v1.0.1 |
1662 | 2024-10-29T18:06:46.513Z | Compiling heapless v0.7.17 |
1663 | 2024-10-29T18:06:47.076Z | Compiling multer v3.1.0 |
1664 | 2024-10-29T18:06:47.078Z | Compiling signal-hook v0.3.17 |
1665 | 2024-10-29T18:06:47.638Z | Compiling try-lock v0.2.5 |
1666 | 2024-10-29T18:06:47.852Z | Compiling slog-async v2.8.0 |
1667 | 2024-10-29T18:06:48.314Z | Compiling want v0.3.1 |
1668 | 2024-10-29T18:06:48.480Z | Compiling pkcs8 v0.10.2 |
1669 | 2024-10-29T18:06:49.129Z | Compiling h2 v0.4.6 |
1670 | 2024-10-29T18:06:49.413Z | Compiling regex v1.11.0 |
1671 | 2024-10-29T18:06:50.304Z | Compiling httpdate v1.0.3 |
1672 | 2024-10-29T18:06:50.381Z | Compiling strsim v0.11.1 |
1673 | 2024-10-29T18:06:50.410Z | Compiling paste v1.0.15 |
1674 | 2024-10-29T18:06:52.636Z | Compiling usdt-attr-macro v0.5.0 |
1675 | 2024-10-29T18:06:52.872Z | Compiling usdt-macro v0.5.0 |
1676 | 2024-10-29T18:06:52.986Z | Compiling curve25519-dalek v4.1.3 |
1677 | 2024-10-29T18:06:53.424Z | Compiling openapiv3 v2.0.0 |
1678 | 2024-10-29T18:06:54.157Z | Compiling async-stream-impl v0.3.6 |
1679 | 2024-10-29T18:06:54.247Z | Compiling enum-as-inner v0.6.1 |
1680 | 2024-10-29T18:06:55.285Z | Compiling idna v0.5.0 |
1681 | 2024-10-29T18:06:55.574Z | Compiling errno v0.3.9 |
1682 | 2024-10-29T18:06:55.825Z | Compiling dropshot v0.12.0 |
1683 | 2024-10-29T18:06:55.958Z | Compiling tower-service v0.3.3 |
1684 | 2024-10-29T18:06:56.087Z | Compiling hyper v1.4.1 |
1685 | 2024-10-29T18:06:56.158Z | Compiling portable-atomic v1.9.0 |
1686 | 2024-10-29T18:06:56.622Z | Compiling match_cfg v0.1.0 |
1687 | 2024-10-29T18:06:57.089Z | Compiling smoltcp v0.9.1 |
1688 | 2024-10-29T18:06:57.470Z | Compiling base64 v0.22.1 |
1689 | 2024-10-29T18:06:57.728Z | Compiling num-bigint-dig v0.8.4 |
1690 | 2024-10-29T18:06:57.791Z | Compiling adler2 v2.0.0 |
1691 | 2024-10-29T18:06:58.019Z | Compiling foreign-types-shared v0.1.1 |
1692 | 2024-10-29T18:06:58.036Z | Compiling miniz_oxide v0.8.0 |
1693 | 2024-10-29T18:06:58.129Z | Compiling foreign-types v0.3.2 |
1694 | 2024-10-29T18:06:58.157Z | Compiling hostname v0.3.1 |
1695 | 2024-10-29T18:06:58.229Z | Compiling url v2.5.2 |
1696 | 2024-10-29T18:06:58.654Z | Compiling hyper-util v0.1.9 |
1697 | 2024-10-29T18:07:01.490Z | Compiling dirs-sys-next v0.1.2 |
1698 | 2024-10-29T18:07:01.686Z | Compiling gimli v0.31.1 |
1699 | 2024-10-29T18:07:01.861Z | Compiling heck v0.4.1 |
1700 | 2024-10-29T18:07:01.953Z | Compiling siphasher v0.3.11 |
1701 | 2024-10-29T18:07:02.322Z | Compiling data-encoding v2.6.0 |
1702 | 2024-10-29T18:07:04.619Z | Compiling dirs-next v2.0.0 |
1703 | 2024-10-29T18:07:07.605Z | Compiling addr2line v0.24.2 |
1704 | 2024-10-29T18:07:09.420Z | Compiling http-body-util v0.1.2 |
1705 | 2024-10-29T18:07:09.931Z | Compiling crossbeam-epoch v0.9.18 |
1706 | 2024-10-29T18:07:10.080Z | Compiling dropshot_endpoint v0.12.0 |
1707 | 2024-10-29T18:07:10.314Z | Compiling hubpack_derive v0.1.1 |
1708 | 2024-10-29T18:07:10.657Z | Compiling sha1 v0.10.6 |
1709 | 2024-10-29T18:07:10.693Z | Compiling signature v2.2.0 |
1710 | 2024-10-29T18:07:10.953Z | Compiling curve25519-dalek-derive v0.1.1 |
1711 | 2024-10-29T18:07:11.055Z | Compiling zerocopy-derive v0.6.6 |
1712 | 2024-10-29T18:07:11.262Z | Compiling lazy_static v1.5.0 |
1713 | 2024-10-29T18:07:11.879Z | Compiling object v0.36.5 |
1714 | 2024-10-29T18:07:12.278Z | Compiling thread_local v1.1.8 |
1715 | 2024-10-29T18:07:12.331Z | Compiling fs-err v2.11.0 |
1716 | 2024-10-29T18:07:12.442Z | Compiling encoding_rs v0.8.34 |
1717 | 2024-10-29T18:07:12.632Z | Compiling either v1.13.0 |
1718 | 2024-10-29T18:07:12.865Z | Compiling rustc-demangle v0.1.24 |
1719 | 2024-10-29T18:07:13.053Z | Compiling ipnet v2.10.1 |
1720 | 2024-10-29T18:07:14.068Z | Compiling mime v0.3.17 |
1721 | 2024-10-29T18:07:14.131Z | Compiling stable_deref_trait v1.2.0 |
1722 | 2024-10-29T18:07:14.239Z | Compiling utf8parse v0.2.2 |
1723 | 2024-10-29T18:07:14.402Z | Compiling anstyle v1.0.8 |
1724 | 2024-10-29T18:07:14.590Z | Compiling winnow v0.6.20 |
1725 | 2024-10-29T18:07:14.871Z | Compiling unicode-properties v0.1.3 |
1726 | 2024-10-29T18:07:15.256Z | Compiling openssl-probe v0.1.5 |
1727 | 2024-10-29T18:07:15.931Z | Compiling stringprep v0.1.5 |
1728 | 2024-10-29T18:07:16.118Z | Compiling anstyle-parse v0.2.5 |
1729 | 2024-10-29T18:07:18.308Z | Compiling toml_edit v0.22.22 |
1730 | 2024-10-29T18:07:20.796Z | Compiling backtrace v0.3.74 |
1731 | 2024-10-29T18:07:25.541Z | Compiling crossbeam-deque v0.8.5 |
1732 | 2024-10-29T18:07:28.724Z | Compiling term v0.7.0 |
1733 | 2024-10-29T18:07:28.886Z | Compiling slog-json v2.6.1 |
1734 | 2024-10-29T18:07:29.476Z | Compiling serde_urlencoded v0.7.1 |
1735 | 2024-10-29T18:07:29.748Z | Compiling crossbeam-channel v0.5.13 |
1736 | 2024-10-29T18:07:30.035Z | Compiling rustls-pemfile v2.2.0 |
1737 | 2024-10-29T18:07:30.054Z | Compiling hashbrown v0.14.5 |
1738 | 2024-10-29T18:07:30.435Z | Compiling futures-executor v0.3.31 |
1739 | 2024-10-29T18:07:30.945Z | Compiling md-5 v0.10.6 |
1740 | 2024-10-29T18:07:30.963Z | Compiling idna v0.3.0 |
1741 | 2024-10-29T18:07:31.190Z | Compiling idna v0.4.0 |
1742 | 2024-10-29T18:07:31.209Z | Compiling num-integer v0.1.46 |
1743 | 2024-10-29T18:07:31.496Z | Compiling ff v0.13.0 |
1744 | 2024-10-29T18:07:31.719Z | Compiling hash32 v0.2.1 |
1745 | 2024-10-29T18:07:31.895Z | Compiling is-terminal v0.4.13 |
1746 | 2024-10-29T18:07:32.042Z | Compiling memmap v0.7.0 |
1747 | 2024-10-29T18:07:32.585Z | Compiling colorchoice v1.0.2 |
1748 | 2024-10-29T18:07:32.741Z | Compiling take_mut v0.2.2 |
1749 | 2024-10-29T18:07:32.849Z | Compiling linked-hash-map v0.5.6 |
1750 | 2024-10-29T18:07:34.099Z | Compiling is_terminal_polyfill v1.70.1 |
1751 | 2024-10-29T18:07:34.340Z | Compiling utf-8 v0.7.6 |
1752 | 2024-10-29T18:07:34.644Z | Compiling base16ct v0.2.0 |
1753 | 2024-10-29T18:07:34.754Z | Compiling quick-error v1.2.3 |
1754 | 2024-10-29T18:07:34.905Z | Compiling anstyle-query v1.1.1 |
1755 | 2024-10-29T18:07:35.059Z | Compiling psl-types v2.0.11 |
1756 | 2024-10-29T18:07:35.256Z | Compiling fallible-iterator v0.2.0 |
1757 | 2024-10-29T18:07:35.526Z | Compiling publicsuffix v2.2.3 |
1758 | 2024-10-29T18:07:35.791Z | Compiling anstream v0.6.15 |
1759 | 2024-10-29T18:07:35.915Z | Compiling postgres-protocol v0.6.7 |
1760 | 2024-10-29T18:07:36.066Z | Compiling resolv-conf v0.7.0 |
1761 | 2024-10-29T18:07:36.469Z | Compiling sec1 v0.7.3 |
1762 | 2024-10-29T18:07:36.679Z | Compiling tungstenite v0.24.0 |
1763 | 2024-10-29T18:07:37.039Z | Compiling lru-cache v0.1.2 |
1764 | 2024-10-29T18:07:37.946Z | Compiling usdt v0.5.0 |
1765 | 2024-10-29T18:07:38.074Z | Compiling hickory-proto v0.24.1 |
1766 | 2024-10-29T18:07:38.363Z | Compiling slog-term v2.9.1 |
1767 | 2024-10-29T18:07:38.403Z | Compiling num-iter v0.1.45 |
1768 | 2024-10-29T18:07:38.591Z | Compiling group v0.13.0 |
1769 | 2024-10-29T18:07:38.889Z | Compiling regress v0.10.1 |
1770 | 2024-10-29T18:07:40.538Z | Compiling futures v0.3.31 |
1771 | 2024-10-29T18:07:41.545Z | Compiling tokio-rustls v0.25.0 |
1772 | 2024-10-29T18:07:43.557Z | Compiling slog-bunyan v2.5.0 |
1773 | 2024-10-29T18:07:43.710Z | Compiling tokio-rustls v0.26.0 |
1774 | 2024-10-29T18:07:43.761Z | Compiling toml v0.8.19 |
1775 | 2024-10-29T18:07:43.950Z | Compiling tokio-native-tls v0.3.1 |
1776 | 2024-10-29T18:07:44.166Z | Compiling terminal_size v0.4.0 |
1777 | 2024-10-29T18:07:44.213Z | Compiling strum_macros v0.25.3 |
1778 | 2024-10-29T18:07:44.385Z | Compiling phf_shared v0.11.2 |
1779 | 2024-10-29T18:07:44.962Z | Compiling async-stream v0.3.6 |
1780 | 2024-10-29T18:07:45.354Z | Compiling waitgroup v0.1.2 |
1781 | 2024-10-29T18:07:45.901Z | Compiling webpki-roots v0.26.6 |
1782 | 2024-10-29T18:07:46.144Z | Compiling serde_path_to_error v0.1.16 |
1783 | 2024-10-29T18:07:46.612Z | Compiling hkdf v0.12.4 |
1784 | 2024-10-29T18:07:46.743Z | Compiling crypto-bigint v0.5.5 |
1785 | 2024-10-29T18:07:46.944Z | Compiling clap_derive v4.5.18 |
1786 | 2024-10-29T18:07:46.963Z | Compiling serde_repr v0.1.19 |
1787 | 2024-10-29T18:07:47.802Z | Compiling derive-where v1.2.7 |
1788 | 2024-10-29T18:07:48.169Z | Compiling hostname v0.4.0 |
1789 | 2024-10-29T18:07:48.422Z | Compiling bitflags v1.3.2 |
1790 | 2024-10-29T18:07:48.535Z | Compiling clap_lex v0.7.2 |
1791 | 2024-10-29T18:07:49.327Z | Compiling unicode-width v0.1.14 |
1792 | 2024-10-29T18:07:49.850Z | Compiling managed v0.8.0 |
1793 | 2024-10-29T18:07:50.144Z | Compiling debug-ignore v1.0.5 |
1794 | 2024-10-29T18:07:50.361Z | Compiling console v0.15.8 |
1795 | 2024-10-29T18:07:50.951Z | Compiling elliptic-curve v0.13.8 |
1796 | 2024-10-29T18:07:51.631Z | Compiling clap_builder v4.5.20 |
1797 | 2024-10-29T18:07:52.437Z | Compiling hyper-rustls v0.27.3 |
1798 | 2024-10-29T18:07:54.337Z | Compiling phf v0.11.2 |
1799 | 2024-10-29T18:07:54.629Z | Compiling hyper-tls v0.6.0 |
1800 | 2024-10-29T18:07:55.005Z | Compiling hickory-resolver v0.24.1 |
1801 | 2024-10-29T18:07:55.638Z | Compiling signal-hook-mio v0.2.4 |
1802 | 2024-10-29T18:07:55.803Z | Compiling rayon v1.10.0 |
1803 | 2024-10-29T18:07:57.459Z | Compiling typify-impl v0.2.0 |
1804 | 2024-10-29T18:07:58.432Z | Compiling cookie_store v0.21.0 |
1805 | 2024-10-29T18:07:58.838Z | Compiling tokio-tungstenite v0.24.0 |
1806 | 2024-10-29T18:07:59.643Z | Compiling postgres-types v0.2.8 |
1807 | 2024-10-29T18:07:59.703Z | Compiling zerocopy v0.6.6 |
1808 | 2024-10-29T18:07:59.937Z | Compiling hubpack v0.1.2 |
1809 | 2024-10-29T18:08:00.274Z | Compiling ed25519 v2.2.3 |
1810 | 2024-10-29T18:08:00.396Z | Compiling phf_shared v0.10.0 |
1811 | 2024-10-29T18:08:00.722Z | Compiling pkcs1 v0.7.5 |
1812 | 2024-10-29T18:08:00.776Z | Compiling bstr v1.10.0 |
1813 | 2024-10-29T18:08:01.001Z | Compiling tokio-stream v0.1.16 |
1814 | 2024-10-29T18:08:01.128Z | Compiling serde-big-array v0.5.1 |
1815 | 2024-10-29T18:08:01.652Z | Compiling rfc6979 v0.4.0 |
1816 | 2024-10-29T18:08:01.708Z | Compiling float-cmp v0.9.0 |
1817 | 2024-10-29T18:08:01.840Z | Compiling sync_wrapper v1.0.1 |
1818 | 2024-10-29T18:08:01.919Z | Compiling crc32fast v1.4.2 |
1819 | 2024-10-29T18:08:01.997Z | Compiling normalize-line-endings v0.3.0 |
1820 | 2024-10-29T18:08:02.041Z | Compiling new_debug_unreachable v1.0.6 |
1821 | 2024-10-29T18:08:02.120Z | Compiling precomputed-hash v0.1.1 |
1822 | 2024-10-29T18:08:02.138Z | Compiling difflib v0.4.0 |
1823 | 2024-10-29T18:08:02.140Z | Compiling static_assertions v1.1.0 |
1824 | 2024-10-29T18:08:02.219Z | Compiling bit-vec v0.6.3 |
1825 | 2024-10-29T18:08:02.334Z | Compiling minimal-lexical v0.2.1 |
1826 | 2024-10-29T18:08:02.354Z | Compiling unicode-segmentation v1.12.0 |
1827 | 2024-10-29T18:08:02.612Z | Compiling predicates-core v1.0.8 |
1828 | 2024-10-29T18:08:02.816Z | Compiling whoami v1.5.2 |
1829 | 2024-10-29T18:08:03.185Z | Compiling fixedbitset v0.4.2 |
1830 | 2024-10-29T18:08:03.364Z | Compiling number_prefix v0.4.0 |
1831 | 2024-10-29T18:08:03.605Z | Compiling indicatif v0.17.8 |
1832 | 2024-10-29T18:08:03.608Z | Compiling petgraph v0.6.5 |
1833 | 2024-10-29T18:08:04.139Z | Compiling tokio-postgres v0.7.12 |
1834 | 2024-10-29T18:08:05.434Z | Compiling similar v2.6.0 |
1835 | 2024-10-29T18:08:05.708Z | Compiling predicates v3.1.2 |
1836 | 2024-10-29T18:08:07.120Z | Compiling nom v7.1.3 |
1837 | 2024-10-29T18:08:07.187Z | Compiling bit-set v0.5.3 |
1838 | 2024-10-29T18:08:07.412Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1839 | 2024-10-29T18:08:07.458Z | Compiling string_cache v0.8.7 |
1840 | 2024-10-29T18:08:07.555Z | Compiling flate2 v1.0.34 |
1841 | 2024-10-29T18:08:07.872Z | Compiling reqwest v0.12.8 |
1842 | 2024-10-29T18:08:08.525Z | Compiling qorb v0.1.2 |
1843 | 2024-10-29T18:08:09.150Z | Compiling ecdsa v0.16.9 |
1844 | 2024-10-29T18:08:09.347Z | Compiling typify-macro v0.2.0 |
1845 | 2024-10-29T18:08:09.987Z | Compiling rsa v0.9.6 |
1846 | 2024-10-29T18:08:12.139Z | Compiling ed25519-dalek v2.1.1 |
1847 | 2024-10-29T18:08:13.368Z | Compiling crossterm v0.28.1 |
1848 | 2024-10-29T18:08:13.480Z | Compiling clap v4.5.20 |
1849 | 2024-10-29T18:08:13.959Z | Compiling itertools v0.10.5 |
1850 | 2024-10-29T18:08:15.359Z | Compiling itertools v0.12.1 |
1851 | 2024-10-29T18:08:16.395Z | Compiling toml v0.7.8 |
1852 | 2024-10-29T18:08:16.783Z | Compiling x509-cert v0.2.5 |
1853 | 2024-10-29T18:08:17.755Z | Compiling hex v0.4.3 |
1854 | 2024-10-29T18:08:18.645Z | Compiling lalrpop-util v0.19.12 |
1855 | 2024-10-29T18:08:18.647Z | Compiling peg-runtime v0.8.3 |
1856 | 2024-10-29T18:08:19.153Z | Compiling unicode-xid v0.2.6 |
1857 | 2024-10-29T18:08:21.170Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1858 | 2024-10-29T18:08:22.999Z | Compiling proc-macro-crate v1.3.1 |
1859 | 2024-10-29T18:08:23.171Z | Compiling ipnetwork v0.20.0 |
1860 | 2024-10-29T18:08:25.125Z | Compiling heapless v0.8.0 |
1861 | 2024-10-29T18:08:26.119Z | Compiling num_enum_derive v0.5.11 |
1862 | 2024-10-29T18:08:32.369Z | Compiling hash32 v0.3.1 |
1863 | 2024-10-29T18:08:33.183Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1864 | 2024-10-29T18:08:34.333Z | Compiling ident_case v1.0.1 |
1865 | 2024-10-29T18:08:35.000Z | Compiling smoltcp v0.11.0 |
1866 | 2024-10-29T18:08:37.603Z | Compiling darling_core v0.20.10 |
1867 | 2024-10-29T18:08:50.705Z | Compiling num_enum v0.5.11 |
1868 | 2024-10-29T18:08:51.061Z | Compiling typify v0.2.0 |
1869 | 2024-10-29T18:08:52.867Z | Compiling proc-macro-error-attr v1.0.4 |
1870 | 2024-10-29T18:08:53.408Z | Compiling cobs v0.2.3 |
1871 | 2024-10-29T18:08:54.785Z | Compiling unsafe-libyaml v0.2.11 |
1872 | 2024-10-29T18:08:55.200Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1873 | 2024-10-29T18:08:56.403Z | Compiling serde_yaml v0.9.34+deprecated |
1874 | 2024-10-29T18:08:58.132Z | Compiling postcard v1.0.10 |
1875 | 2024-10-29T18:09:03.525Z | Compiling progenitor-impl v0.8.0 |
1876 | 2024-10-29T18:09:09.906Z | Compiling darling_macro v0.20.10 |
1877 | 2024-10-29T18:09:20.400Z | Compiling strum_macros v0.26.4 |
1878 | 2024-10-29T18:09:21.297Z | Compiling foreign-types-macros v0.2.3 |
1879 | 2024-10-29T18:09:21.518Z | Compiling structmeta-derive v0.3.0 |
1880 | 2024-10-29T18:09:22.022Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1881 | 2024-10-29T18:09:22.074Z | Compiling proc-macro-error v1.0.4 |
1882 | 2024-10-29T18:09:22.351Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1883 | 2024-10-29T18:09:22.415Z | Compiling newtype-uuid v1.1.2 |
1884 | 2024-10-29T18:09:24.230Z | Compiling foreign-types-shared v0.3.1 |
1885 | 2024-10-29T18:09:24.344Z | Compiling foreign-types v0.5.0 |
1886 | 2024-10-29T18:09:24.569Z | Compiling structmeta v0.3.0 |
1887 | 2024-10-29T18:09:25.010Z | Compiling strum v0.26.3 |
1888 | 2024-10-29T18:09:29.385Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1889 | 2024-10-29T18:09:34.516Z | Compiling darling v0.20.10 |
1890 | 2024-10-29T18:09:34.644Z | Compiling progenitor-macro v0.8.0 |
1891 | 2024-10-29T18:09:36.644Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1892 | 2024-10-29T18:09:38.257Z | Compiling progenitor-client v0.8.0 |
1893 | 2024-10-29T18:09:39.132Z | Compiling tabwriter v1.4.0 |
1894 | 2024-10-29T18:09:40.447Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1895 | 2024-10-29T18:09:40.641Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1896 | 2024-10-29T18:09:41.275Z | Compiling cstr-argument v0.1.2 |
1897 | 2024-10-29T18:09:41.549Z | Compiling crucible-workspace-hack v0.1.0 |
1898 | 2024-10-29T18:09:41.565Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1899 | 2024-10-29T18:09:41.877Z | Compiling pretty-hex v0.2.1 |
1900 | 2024-10-29T18:09:42.518Z | Compiling fastrand v2.1.1 |
1901 | 2024-10-29T18:09:42.868Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1902 | 2024-10-29T18:09:42.924Z | Compiling tempfile v3.13.0 |
1903 | 2024-10-29T18:09:43.339Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1904 | 2024-10-29T18:09:43.552Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1905 | 2024-10-29T18:09:43.994Z | Compiling serde_with_macros v3.11.0 |
1906 | 2024-10-29T18:09:44.448Z | Compiling parse-display-derive v0.10.0 |
1907 | 2024-10-29T18:09:44.603Z | Compiling colored v2.1.0 |
1908 | 2024-10-29T18:09:44.620Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1909 | 2024-10-29T18:09:45.349Z | Compiling instant v0.1.13 |
1910 | 2024-10-29T18:09:45.522Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1911 | 2024-10-29T18:09:45.914Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1912 | 2024-10-29T18:09:45.938Z | Compiling backoff v0.4.0 |
1913 | 2024-10-29T18:09:46.301Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1914 | 2024-10-29T18:09:46.578Z | Compiling serde_with v3.11.0 |
1915 | 2024-10-29T18:09:48.315Z | Compiling parse-display v0.10.0 |
1916 | 2024-10-29T18:09:48.807Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1917 | 2024-10-29T18:09:49.337Z | Compiling zone_cfg_derive v0.3.0 |
1918 | 2024-10-29T18:09:49.739Z | Compiling progenitor v0.8.0 |
1919 | 2024-10-29T18:09:49.978Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1920 | 2024-10-29T18:09:50.279Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1921 | 2024-10-29T18:09:50.710Z | Compiling camino-tempfile v1.1.1 |
1922 | 2024-10-29T18:09:51.007Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1923 | 2024-10-29T18:09:51.046Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1924 | 2024-10-29T18:09:51.237Z | Compiling regress v0.9.1 |
1925 | 2024-10-29T18:09:51.461Z | Compiling macaddr v1.0.1 |
1926 | 2024-10-29T18:09:51.493Z | Compiling num-derive v0.4.2 |
1927 | 2024-10-29T18:09:51.699Z | Compiling sigpipe v0.1.3 |
1928 | 2024-10-29T18:09:51.835Z | Compiling libefi-sys v0.1.0 |
1929 | 2024-10-29T18:09:52.061Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1930 | 2024-10-29T18:09:52.197Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1931 | 2024-10-29T18:09:52.401Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1932 | 2024-10-29T18:09:52.979Z | Compiling zone v0.3.0 |
1933 | 2024-10-29T18:09:53.775Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1934 | 2024-10-29T18:09:55.320Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1935 | 2024-10-29T18:09:55.584Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1936 | 2024-10-29T18:09:56.223Z | Compiling smf v0.2.3 |
1937 | 2024-10-29T18:09:56.272Z | Compiling bitfield-struct v0.6.2 |
1938 | 2024-10-29T18:09:57.626Z | Compiling ring v0.16.20 |
1939 | 2024-10-29T18:09:58.680Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1940 | 2024-10-29T18:09:58.808Z | Compiling blake3 v1.5.4 |
1941 | 2024-10-29T18:09:59.525Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1942 | 2024-10-29T18:10:00.102Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1943 | 2024-10-29T18:10:00.288Z | Compiling xattr v1.3.1 |
1944 | 2024-10-29T18:10:00.317Z | Compiling filetime v0.2.25 |
1945 | 2024-10-29T18:10:00.596Z | Compiling memmap2 v0.9.5 |
1946 | 2024-10-29T18:10:00.659Z | Compiling spin v0.5.2 |
1947 | 2024-10-29T18:10:00.895Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1948 | 2024-10-29T18:10:01.033Z | Compiling constant_time_eq v0.3.1 |
1949 | 2024-10-29T18:10:01.178Z | Compiling arrayvec v0.7.6 |
1950 | 2024-10-29T18:10:01.231Z | Compiling arrayref v0.3.9 |
1951 | 2024-10-29T18:10:01.249Z | Compiling same-file v1.0.6 |
1952 | 2024-10-29T18:10:01.341Z | Compiling untrusted v0.7.1 |
1953 | 2024-10-29T18:10:01.522Z | Compiling walkdir v2.5.0 |
1954 | 2024-10-29T18:10:01.539Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1955 | 2024-10-29T18:10:02.934Z | Compiling tar v0.4.42 |
1956 | 2024-10-29T18:10:04.231Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1957 | 2024-10-29T18:10:04.309Z | Compiling gethostname v0.5.0 |
1958 | 2024-10-29T18:10:04.327Z | Compiling cargo-platform v0.1.8 |
1959 | 2024-10-29T18:10:04.521Z | Compiling topological-sort v0.2.2 |
1960 | 2024-10-29T18:10:04.650Z | Compiling cargo_metadata v0.18.1 |
1961 | 2024-10-29T18:10:07.423Z | Compiling omicron-zone-package v0.11.1 |
1962 | 2024-10-29T18:10:12.265Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1963 | 2024-10-29T18:10:14.654Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1964 | 2024-10-29T18:10:18.058Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1965 | 2024-10-29T18:10:35.101Z | Finished `release` profile [optimized] target(s) in 4m 39s |
1966 | 2024-10-29T18:10:35.255Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1967 | 2024-10-29T18:10:35.299Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1968 | 2024-10-29T18:10:35.302Z | Created new build target 'test' and set it as active |
1969 | 2024-10-29T18:10:35.302Z | |
1970 | 2024-10-29T18:10:35.302Z | real 4:40.026363917 |
1971 | 2024-10-29T18:10:35.302Z | user 31:42.569848106 |
1972 | 2024-10-29T18:10:35.302Z | sys 3:57.982193072 |
1973 | 2024-10-29T18:10:35.302Z | trap 0.900431648 |
1974 | 2024-10-29T18:10:35.302Z | tflt 3.429920969 |
1975 | 2024-10-29T18:10:35.302Z | dflt 0.926450764 |
1976 | 2024-10-29T18:10:35.302Z | kflt 0.000687906 |
1977 | 2024-10-29T18:10:35.302Z | lock 1:10:49.953619721 |
1978 | 2024-10-29T18:10:35.302Z | slp 2:01:54.984860051 |
1979 | 2024-10-29T18:10:35.302Z | lat 2:04.274544091 |
1980 | 2024-10-29T18:10:35.302Z | stop 3:54.458290527 |
1981 | 2024-10-29T18:10:35.305Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1982 | 2024-10-29T18:10:36.294Z | Finished `release` profile [optimized] target(s) in 0.94s |
1983 | 2024-10-29T18:10:36.348Z | Running `target/release/omicron-package -t test package` |
1984 | 2024-10-29T18:10:36.390Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1985 | 2024-10-29T18:10:37.542Z | Compiling convert_case v0.4.0 |
1986 | 2024-10-29T18:10:37.542Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1987 | 2024-10-29T18:10:37.544Z | Compiling itertools v0.13.0 |
1988 | 2024-10-29T18:10:37.544Z | Compiling password-hash v0.5.0 |
1989 | 2024-10-29T18:10:37.544Z | Compiling blake2 v0.10.6 |
1990 | 2024-10-29T18:10:37.544Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1991 | 2024-10-29T18:10:37.545Z | Compiling newline-converter v0.3.0 |
1992 | 2024-10-29T18:10:37.673Z | Compiling owo-colors v4.1.0 |
1993 | 2024-10-29T18:10:37.872Z | Compiling cancel-safe-futures v0.1.5 |
1994 | 2024-10-29T18:10:37.893Z | Compiling expectorate v1.1.0 |
1995 | 2024-10-29T18:10:38.012Z | Compiling base64 v0.21.7 |
1996 | 2024-10-29T18:10:38.214Z | Compiling argon2 v0.5.3 |
1997 | 2024-10-29T18:10:38.553Z | Compiling derive_more v0.99.18 |
1998 | 2024-10-29T18:10:38.913Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1999 | 2024-10-29T18:10:39.457Z | Compiling libsw v3.3.1 |
2000 | 2024-10-29T18:10:39.592Z | Compiling indent_write v2.2.0 |
2001 | 2024-10-29T18:10:39.733Z | Compiling swrite v0.1.0 |
2002 | 2024-10-29T18:10:39.766Z | Compiling linear-map v1.2.0 |
2003 | 2024-10-29T18:10:39.785Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2004 | 2024-10-29T18:10:39.820Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2005 | 2024-10-29T18:10:39.860Z | Compiling progenitor-client v0.8.0 |
2006 | 2024-10-29T18:10:40.182Z | Compiling progenitor v0.8.0 |
2007 | 2024-10-29T18:10:40.265Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2008 | 2024-10-29T18:10:40.411Z | Compiling atomicwrites v0.4.4 |
2009 | 2024-10-29T18:10:40.487Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2010 | 2024-10-29T18:10:40.907Z | Compiling num-rational v0.4.2 |
2011 | 2024-10-29T18:10:40.936Z | Compiling num-complex v0.4.6 |
2012 | 2024-10-29T18:10:41.337Z | Compiling float-ord v0.3.2 |
2013 | 2024-10-29T18:10:41.498Z | Compiling prettyplease v0.2.22 |
2014 | 2024-10-29T18:10:41.815Z | Compiling semver v0.1.20 |
2015 | 2024-10-29T18:10:42.290Z | Compiling num v0.4.3 |
2016 | 2024-10-29T18:10:42.405Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2017 | 2024-10-29T18:10:42.424Z | Compiling rustc_version v0.1.7 |
2018 | 2024-10-29T18:10:42.850Z | Compiling newtype_derive v0.1.6 |
2019 | 2024-10-29T18:10:43.289Z | Compiling humantime v2.1.0 |
2020 | 2024-10-29T18:10:43.307Z | Compiling highway v1.2.0 |
2021 | 2024-10-29T18:10:44.297Z | Compiling home v0.5.9 |
2022 | 2024-10-29T18:10:44.534Z | Compiling steno v0.4.1 |
2023 | 2024-10-29T18:10:45.091Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2024 | 2024-10-29T18:10:47.465Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2025 | 2024-10-29T18:10:47.818Z | Compiling newtype-uuid v1.1.2 |
2026 | 2024-10-29T18:10:48.163Z | Compiling ipnetwork v0.20.0 |
2027 | 2024-10-29T18:10:48.595Z | Compiling slog-dtrace v0.3.0 |
2028 | 2024-10-29T18:10:48.950Z | Compiling instant v0.1.13 |
2029 | 2024-10-29T18:10:49.007Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2030 | 2024-10-29T18:10:49.042Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2031 | 2024-10-29T18:10:49.105Z | Compiling backoff v0.4.0 |
2032 | 2024-10-29T18:10:49.374Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2033 | 2024-10-29T18:10:49.464Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2034 | 2024-10-29T18:10:49.675Z | Compiling parse-display v0.10.0 |
2035 | 2024-10-29T18:10:50.241Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2036 | 2024-10-29T18:10:50.426Z | Compiling strum v0.26.3 |
2037 | 2024-10-29T18:10:50.606Z | Compiling serde_with v3.11.0 |
2038 | 2024-10-29T18:10:54.542Z | Compiling regress v0.9.1 |
2039 | 2024-10-29T18:10:54.596Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2040 | 2024-10-29T18:10:56.359Z | Compiling macaddr v1.0.1 |
2041 | 2024-10-29T18:10:57.518Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2042 | 2024-10-29T18:10:58.291Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2043 | 2024-10-29T18:10:59.351Z | Compiling display-error-chain v0.2.1 |
2044 | 2024-10-29T18:10:59.544Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2045 | 2024-10-29T18:11:03.041Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2046 | 2024-10-29T18:11:04.117Z | Compiling half v2.4.1 |
2047 | 2024-10-29T18:11:04.843Z | Compiling ciborium-io v0.2.2 |
2048 | 2024-10-29T18:11:04.981Z | Compiling ciborium-ll v0.2.2 |
2049 | 2024-10-29T18:11:05.506Z | Compiling tungstenite v0.21.0 |
2050 | 2024-10-29T18:11:06.517Z | Compiling ciborium v0.2.2 |
2051 | 2024-10-29T18:11:07.289Z | Compiling tokio-tungstenite v0.21.0 |
2052 | 2024-10-29T18:11:07.911Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2053 | 2024-10-29T18:11:08.604Z | Compiling same-file v1.0.6 |
2054 | 2024-10-29T18:11:08.843Z | Compiling fastrand v2.1.1 |
2055 | 2024-10-29T18:11:09.347Z | Compiling tempfile v3.13.0 |
2056 | 2024-10-29T18:11:10.117Z | Compiling walkdir v2.5.0 |
2057 | 2024-10-29T18:11:10.762Z | Compiling blake3 v1.5.4 |
2058 | 2024-10-29T18:11:11.354Z | Compiling ring v0.16.20 |
2059 | 2024-10-29T18:11:14.048Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2060 | 2024-10-29T18:11:14.105Z | Compiling xattr v1.3.1 |
2061 | 2024-10-29T18:11:14.178Z | Compiling filetime v0.2.25 |
2062 | 2024-10-29T18:11:14.360Z | Compiling memmap2 v0.9.5 |
2063 | 2024-10-29T18:11:14.470Z | Compiling spin v0.5.2 |
2064 | 2024-10-29T18:11:14.773Z | Compiling arrayref v0.3.9 |
2065 | 2024-10-29T18:11:14.876Z | Compiling arrayvec v0.7.6 |
2066 | 2024-10-29T18:11:15.336Z | Compiling constant_time_eq v0.3.1 |
2067 | 2024-10-29T18:11:15.504Z | Compiling keccak v0.1.5 |
2068 | 2024-10-29T18:11:15.575Z | Compiling untrusted v0.7.1 |
2069 | 2024-10-29T18:11:16.520Z | Compiling sha3 v0.10.8 |
2070 | 2024-10-29T18:11:17.387Z | Compiling tar v0.4.42 |
2071 | 2024-10-29T18:11:17.659Z | Compiling toolchain_find v0.4.0 |
2072 | 2024-10-29T18:11:17.687Z | Compiling camino-tempfile v1.1.1 |
2073 | 2024-10-29T18:11:18.129Z | Compiling nibble_vec v0.1.0 |
2074 | 2024-10-29T18:11:18.208Z | Compiling radium v0.7.0 |
2075 | 2024-10-29T18:11:18.287Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2076 | 2024-10-29T18:11:18.366Z | Compiling topological-sort v0.2.2 |
2077 | 2024-10-29T18:11:18.583Z | Compiling maplit v1.0.2 |
2078 | 2024-10-29T18:11:18.680Z | Compiling glob v0.3.1 |
2079 | 2024-10-29T18:11:18.704Z | Compiling crunchy v0.2.2 |
2080 | 2024-10-29T18:11:18.959Z | Compiling endian-type v0.1.2 |
2081 | 2024-10-29T18:11:19.211Z | Compiling radix_trie v0.2.1 |
2082 | 2024-10-29T18:11:19.256Z | Compiling omicron-zone-package v0.11.1 |
2083 | 2024-10-29T18:11:19.316Z | Compiling rustfmt-wrapper v0.2.1 |
2084 | 2024-10-29T18:11:19.430Z | Compiling clang-sys v1.8.1 |
2085 | 2024-10-29T18:11:19.906Z | Compiling tap v1.0.1 |
2086 | 2024-10-29T18:11:20.026Z | Compiling tiny-keccak v2.0.2 |
2087 | 2024-10-29T18:11:20.094Z | Compiling maybe-uninit v2.0.0 |
2088 | 2024-10-29T18:11:20.096Z | Compiling wyz v0.5.1 |
2089 | 2024-10-29T18:11:20.481Z | Compiling dsl_auto_type v0.1.2 |
2090 | 2024-10-29T18:11:20.549Z | Compiling scheduled-thread-pool v0.2.7 |
2091 | 2024-10-29T18:11:20.663Z | Compiling secrecy v0.8.0 |
2092 | 2024-10-29T18:11:20.683Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2093 | 2024-10-29T18:11:20.940Z | Compiling diesel_table_macro_syntax v0.2.0 |
2094 | 2024-10-29T18:11:21.185Z | Compiling funty v2.0.0 |
2095 | 2024-10-29T18:11:21.342Z | Compiling arc-swap v1.7.1 |
2096 | 2024-10-29T18:11:21.800Z | Compiling crc-catalog v2.4.0 |
2097 | 2024-10-29T18:11:21.817Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2098 | 2024-10-29T18:11:21.966Z | Compiling packed_struct v0.10.1 |
2099 | 2024-10-29T18:11:21.986Z | Compiling crc v3.2.1 |
2100 | 2024-10-29T18:11:22.180Z | Compiling diesel_derives v2.2.3 |
2101 | 2024-10-29T18:11:22.416Z | Compiling bitvec v1.0.1 |
2102 | 2024-10-29T18:11:22.662Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2103 | 2024-10-29T18:11:23.081Z | Compiling slog-scope v4.4.0 |
2104 | 2024-10-29T18:11:23.966Z | Compiling r2d2 v0.8.10 |
2105 | 2024-10-29T18:11:24.403Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2106 | 2024-10-29T18:11:24.456Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2107 | 2024-10-29T18:11:24.534Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2108 | 2024-10-29T18:11:27.183Z | Compiling ascii-canvas v3.0.0 |
2109 | 2024-10-29T18:11:27.686Z | Compiling universal-hash v0.5.1 |
2110 | 2024-10-29T18:11:27.876Z | Compiling thiserror-impl-no-std v2.0.2 |
2111 | 2024-10-29T18:11:30.188Z | Compiling packed_struct_codegen v0.10.1 |
2112 | 2024-10-29T18:11:30.360Z | Compiling ena v0.14.3 |
2113 | 2024-10-29T18:11:30.807Z | Compiling libloading v0.8.5 |
2114 | 2024-10-29T18:11:31.209Z | Compiling indexmap v1.9.3 |
2115 | 2024-10-29T18:11:31.551Z | Compiling diff v0.1.13 |
2116 | 2024-10-29T18:11:32.097Z | Compiling opaque-debug v0.3.1 |
2117 | 2024-10-29T18:11:32.209Z | Compiling regex-syntax v0.6.29 |
2118 | 2024-10-29T18:11:32.725Z | Compiling nodrop v0.1.14 |
2119 | 2024-10-29T18:11:32.868Z | Compiling bindgen v0.69.5 |
2120 | 2024-10-29T18:11:33.228Z | Compiling diesel v2.2.4 |
2121 | 2024-10-29T18:11:33.350Z | Compiling array-init v0.0.4 |
2122 | 2024-10-29T18:11:37.435Z | Compiling lalrpop v0.19.12 |
2123 | 2024-10-29T18:11:38.541Z | Compiling poly1305 v0.8.0 |
2124 | 2024-10-29T18:11:43.314Z | Compiling thiserror-no-std v2.0.2 |
2125 | 2024-10-29T18:11:43.620Z | Compiling smallvec v0.6.14 |
2126 | 2024-10-29T18:11:44.126Z | Compiling slog-stdlog v4.1.1 |
2127 | 2024-10-29T18:11:45.525Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2128 | 2024-10-29T18:11:46.681Z | Compiling which v4.4.2 |
2129 | 2024-10-29T18:11:47.256Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2130 | 2024-10-29T18:11:47.580Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2131 | 2024-10-29T18:11:47.835Z | Compiling chacha20 v0.9.1 |
2132 | 2024-10-29T18:11:48.338Z | Compiling cexpr v0.6.0 |
2133 | 2024-10-29T18:11:50.017Z | Compiling aead v0.5.2 |
2134 | 2024-10-29T18:11:50.378Z | Compiling lazycell v1.3.0 |
2135 | 2024-10-29T18:11:50.568Z | Compiling termcolor v1.4.1 |
2136 | 2024-10-29T18:11:50.591Z | Compiling rustc-hash v1.1.0 |
2137 | 2024-10-29T18:11:50.761Z | Compiling ref-cast v1.0.23 |
2138 | 2024-10-29T18:11:51.270Z | Compiling hashbrown v0.12.3 |
2139 | 2024-10-29T18:11:51.660Z | Compiling bitfield v0.14.0 |
2140 | 2024-10-29T18:11:51.979Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2141 | 2024-10-29T18:11:53.866Z | Compiling env_logger v0.10.2 |
2142 | 2024-10-29T18:11:56.824Z | Compiling chacha20poly1305 v0.10.1 |
2143 | 2024-10-29T18:11:57.094Z | Compiling slog-envlogger v2.2.0 |
2144 | 2024-10-29T18:11:59.699Z | Compiling serde-hex v0.1.0 |
2145 | 2024-10-29T18:12:03.567Z | Compiling polar-core v0.27.3 |
2146 | 2024-10-29T18:12:04.678Z | Compiling bzip2 v0.4.4 |
2147 | 2024-10-29T18:12:04.851Z | Compiling vsss-rs v3.3.4 |
2148 | 2024-10-29T18:12:05.133Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2149 | 2024-10-29T18:12:05.464Z | Compiling ron v0.8.1 |
2150 | 2024-10-29T18:12:09.156Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2151 | 2024-10-29T18:12:09.347Z | Compiling derive_builder_core v0.20.2 |
2152 | 2024-10-29T18:12:09.473Z | Compiling hashbrown v0.13.2 |
2153 | 2024-10-29T18:12:09.820Z | Compiling headers-core v0.3.0 |
2154 | 2024-10-29T18:12:09.999Z | Compiling fxhash v0.2.1 |
2155 | 2024-10-29T18:12:10.236Z | Compiling libxml v0.3.3 |
2156 | 2024-10-29T18:12:10.612Z | Compiling ref-cast-impl v1.0.23 |
2157 | 2024-10-29T18:12:10.787Z | Compiling crc-any v2.5.0 |
2158 | 2024-10-29T18:12:11.429Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2159 | 2024-10-29T18:12:11.450Z | Compiling derive_builder_macro v0.20.2 |
2160 | 2024-10-29T18:12:11.713Z | Compiling object v0.30.4 |
2161 | 2024-10-29T18:12:11.974Z | Compiling headers v0.4.0 |
2162 | 2024-10-29T18:12:12.311Z | Compiling samael v0.0.17 |
2163 | 2024-10-29T18:12:13.872Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2164 | 2024-10-29T18:12:15.558Z | Compiling zip v0.6.6 |
2165 | 2024-10-29T18:12:18.249Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2166 | 2024-10-29T18:12:20.270Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2167 | 2024-10-29T18:12:20.586Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2168 | 2024-10-29T18:12:21.490Z | Compiling phf_generator v0.11.2 |
2169 | 2024-10-29T18:12:21.685Z | Compiling strum_macros v0.24.3 |
2170 | 2024-10-29T18:12:24.077Z | Compiling kstat-rs v0.2.4 |
2171 | 2024-10-29T18:12:24.569Z | Compiling async-recursion v1.1.1 |
2172 | 2024-10-29T18:12:24.811Z | Compiling unicase v2.7.0 |
2173 | 2024-10-29T18:12:25.001Z | Compiling indoc v1.0.9 |
2174 | 2024-10-29T18:12:25.141Z | Compiling path-slash v0.1.5 |
2175 | 2024-10-29T18:12:25.393Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2176 | 2024-10-29T18:12:25.526Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2177 | 2024-10-29T18:12:25.848Z | Compiling phf_codegen v0.11.2 |
2178 | 2024-10-29T18:12:26.095Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2179 | 2024-10-29T18:12:29.640Z | Compiling derive_builder v0.20.2 |
2180 | 2024-10-29T18:12:33.296Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2181 | 2024-10-29T18:12:33.661Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2182 | 2024-10-29T18:12:33.748Z | Compiling pem v3.0.4 |
2183 | 2024-10-29T18:12:33.985Z | Compiling http v0.2.12 |
2184 | 2024-10-29T18:12:35.246Z | Compiling oso-derive v0.27.3 |
2185 | 2024-10-29T18:12:36.210Z | Compiling impl-trait-for-tuples v0.2.2 |
2186 | 2024-10-29T18:12:38.627Z | Compiling parse-zoneinfo v0.3.1 |
2187 | 2024-10-29T18:12:40.199Z | Compiling libz-sys v1.1.20 |
2188 | 2024-10-29T18:12:40.741Z | Compiling quick-xml v0.33.0 |
2189 | 2024-10-29T18:12:40.882Z | Compiling diesel-dtrace v0.3.0 |
2190 | 2024-10-29T18:12:41.214Z | Compiling cfg_aliases v0.1.1 |
2191 | 2024-10-29T18:12:41.337Z | Compiling parking_lot_core v0.8.6 |
2192 | 2024-10-29T18:12:41.835Z | Compiling nix v0.28.0 |
2193 | 2024-10-29T18:12:42.834Z | Compiling chrono-tz-build v0.4.0 |
2194 | 2024-10-29T18:12:43.175Z | Compiling oso v0.27.3 |
2195 | 2024-10-29T18:12:43.332Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2196 | 2024-10-29T18:12:43.955Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2197 | 2024-10-29T18:12:44.954Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2198 | 2024-10-29T18:12:48.074Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2199 | 2024-10-29T18:12:48.415Z | Compiling bb8 v0.8.5 |
2200 | 2024-10-29T18:12:49.033Z | Compiling const_format_proc_macros v0.2.33 |
2201 | 2024-10-29T18:12:49.255Z | Compiling vte_generate_state_changes v0.1.2 |
2202 | 2024-10-29T18:12:49.900Z | Compiling buf-list v1.0.3 |
2203 | 2024-10-29T18:12:50.564Z | Compiling vte v0.11.1 |
2204 | 2024-10-29T18:12:50.954Z | Compiling const_format v0.2.33 |
2205 | 2024-10-29T18:12:52.094Z | Compiling async-bb8-diesel v0.2.1 |
2206 | 2024-10-29T18:12:52.233Z | Compiling chrono-tz v0.10.0 |
2207 | 2024-10-29T18:12:53.363Z | Compiling h2 v0.3.26 |
2208 | 2024-10-29T18:12:53.848Z | Compiling http-body v0.4.6 |
2209 | 2024-10-29T18:12:54.605Z | Compiling fd-lock v4.0.2 |
2210 | 2024-10-29T18:12:54.846Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2211 | 2024-10-29T18:12:55.673Z | Compiling pin-project-internal v1.1.6 |
2212 | 2024-10-29T18:12:58.567Z | Compiling atty v0.2.14 |
2213 | 2024-10-29T18:12:58.736Z | Compiling salty v0.3.0 |
2214 | 2024-10-29T18:12:59.167Z | Compiling bytecount v0.6.8 |
2215 | 2024-10-29T18:12:59.489Z | Compiling papergrid v0.11.0 |
2216 | 2024-10-29T18:13:00.922Z | Compiling pin-project v1.1.6 |
2217 | 2024-10-29T18:13:11.235Z | Compiling hyper v0.14.30 |
2218 | 2024-10-29T18:13:13.268Z | Compiling parking_lot v0.11.2 |
2219 | 2024-10-29T18:13:21.909Z | Compiling strip-ansi-escapes v0.2.0 |
2220 | 2024-10-29T18:13:23.727Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2221 | 2024-10-29T18:13:25.476Z | Compiling tabled_derive v0.7.0 |
2222 | 2024-10-29T18:13:27.752Z | Compiling peg-macros v0.8.4 |
2223 | 2024-10-29T18:13:27.778Z | Compiling snafu-derive v0.8.5 |
2224 | 2024-10-29T18:13:28.527Z | Compiling sqlparser_derive v0.2.2 |
2225 | 2024-10-29T18:13:29.543Z | Compiling unicode_categories v0.1.1 |
2226 | 2024-10-29T18:13:29.894Z | Compiling sync_wrapper v0.1.2 |
2227 | 2024-10-29T18:13:30.049Z | Compiling nu-ansi-term v0.50.1 |
2228 | 2024-10-29T18:13:31.098Z | Compiling rustyline v14.0.0 |
2229 | 2024-10-29T18:13:31.264Z | Compiling peg v0.8.4 |
2230 | 2024-10-29T18:13:31.392Z | Compiling reedline v0.35.0 |
2231 | 2024-10-29T18:13:32.324Z | Compiling snafu v0.8.5 |
2232 | 2024-10-29T18:13:33.528Z | Compiling reqwest v0.11.27 |
2233 | 2024-10-29T18:13:34.187Z | Compiling sqlformat v0.2.6 |
2234 | 2024-10-29T18:13:35.488Z | Compiling sqlparser v0.45.0 |
2235 | 2024-10-29T18:13:42.196Z | Compiling tabled v0.15.0 |
2236 | 2024-10-29T18:13:45.216Z | Compiling sled v0.34.7 |
2237 | 2024-10-29T18:13:50.963Z | Compiling mime_guess v2.0.5 |
2238 | 2024-10-29T18:13:54.898Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2239 | 2024-10-29T18:13:55.480Z | Compiling hickory-client v0.24.1 |
2240 | 2024-10-29T18:13:57.282Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2241 | 2024-10-29T18:14:02.591Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2242 | 2024-10-29T18:14:08.085Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2243 | 2024-10-29T18:14:08.329Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2244 | 2024-10-29T18:14:08.410Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2245 | 2024-10-29T18:14:09.974Z | Compiling globset v0.4.15 |
2246 | 2024-10-29T18:14:17.388Z | Compiling hickory-server v0.24.1 |
2247 | 2024-10-29T18:14:17.735Z | Compiling primeorder v0.13.6 |
2248 | 2024-10-29T18:14:17.918Z | Compiling olpc-cjson v0.1.4 |
2249 | 2024-10-29T18:14:18.294Z | Compiling vergen v8.3.2 |
2250 | 2024-10-29T18:14:18.319Z | Compiling bcs v0.1.6 |
2251 | 2024-10-29T18:14:18.643Z | Compiling env_filter v0.1.2 |
2252 | 2024-10-29T18:14:19.219Z | Compiling cargo-platform v0.1.8 |
2253 | 2024-10-29T18:14:19.739Z | Compiling serde_plain v1.0.2 |
2254 | 2024-10-29T18:14:19.978Z | Compiling nanorand v0.7.0 |
2255 | 2024-10-29T18:14:20.299Z | Compiling memoffset v0.9.1 |
2256 | 2024-10-29T18:14:20.650Z | Compiling typed-path v0.7.1 |
2257 | 2024-10-29T18:14:20.837Z | Compiling flume v0.11.0 |
2258 | 2024-10-29T18:14:21.576Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2259 | 2024-10-29T18:14:23.146Z | Compiling tough v0.17.1 |
2260 | 2024-10-29T18:14:27.483Z | Compiling cargo_metadata v0.18.1 |
2261 | 2024-10-29T18:14:29.011Z | Compiling env_logger v0.11.5 |
2262 | 2024-10-29T18:14:29.654Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2263 | 2024-10-29T18:14:30.490Z | Compiling p384 v0.13.0 |
2264 | 2024-10-29T18:14:30.778Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2265 | 2024-10-29T18:14:36.595Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2266 | 2024-10-29T18:14:39.575Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2267 | 2024-10-29T18:14:40.875Z | Compiling git2 v0.19.0 |
2268 | 2024-10-29T18:14:40.945Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2269 | 2024-10-29T18:14:45.334Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2270 | 2024-10-29T18:14:46.758Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2271 | 2024-10-29T18:14:47.927Z | Compiling rand_seeder v0.3.0 |
2272 | 2024-10-29T18:14:48.336Z | Compiling libsqlite3-sys v0.30.1 |
2273 | 2024-10-29T18:14:48.730Z | Compiling lzma-sys v0.1.20 |
2274 | 2024-10-29T18:14:48.887Z | Compiling parse-size v1.0.0 |
2275 | 2024-10-29T18:14:49.196Z | Compiling cfg_aliases v0.2.1 |
2276 | 2024-10-29T18:14:49.322Z | Compiling rustls v0.21.12 |
2277 | 2024-10-29T18:14:49.432Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2278 | 2024-10-29T18:14:49.719Z | Compiling nix v0.29.0 |
2279 | 2024-10-29T18:14:49.808Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2280 | 2024-10-29T18:14:50.082Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2281 | 2024-10-29T18:14:51.972Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2282 | 2024-10-29T18:14:52.117Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2283 | 2024-10-29T18:14:52.267Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2284 | 2024-10-29T18:14:52.288Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2285 | 2024-10-29T18:14:52.607Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2286 | 2024-10-29T18:14:53.025Z | Compiling rustls-webpki v0.101.7 |
2287 | 2024-10-29T18:14:56.769Z | Compiling sct v0.7.1 |
2288 | 2024-10-29T18:14:57.055Z | Compiling heck v0.3.3 |
2289 | 2024-10-29T18:14:57.233Z | Compiling castaway v0.2.3 |
2290 | 2024-10-29T18:14:57.425Z | Compiling csv-core v0.1.11 |
2291 | 2024-10-29T18:14:57.444Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2292 | 2024-10-29T18:14:57.839Z | Compiling http-range v0.1.5 |
2293 | 2024-10-29T18:14:58.295Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2294 | 2024-10-29T18:14:58.426Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2295 | 2024-10-29T18:14:58.664Z | Compiling hyper-staticfile v0.10.1 |
2296 | 2024-10-29T18:14:58.841Z | Compiling csv v1.3.0 |
2297 | 2024-10-29T18:14:59.658Z | Compiling zone_cfg_derive v0.1.2 |
2298 | 2024-10-29T18:15:01.048Z | Compiling compact_str v0.8.0 |
2299 | 2024-10-29T18:15:01.730Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2300 | 2024-10-29T18:15:05.152Z | Compiling nix v0.27.1 |
2301 | 2024-10-29T18:15:08.157Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2302 | 2024-10-29T18:15:08.267Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2303 | 2024-10-29T18:15:09.273Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2304 | 2024-10-29T18:15:15.408Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2305 | 2024-10-29T18:15:15.667Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2306 | 2024-10-29T18:15:16.995Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2307 | 2024-10-29T18:15:19.042Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2308 | 2024-10-29T18:15:19.394Z | Compiling unicode-truncate v1.1.0 |
2309 | 2024-10-29T18:15:19.682Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2310 | 2024-10-29T18:15:20.012Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2311 | 2024-10-29T18:15:20.346Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2312 | 2024-10-29T18:15:20.955Z | Compiling hashlink v0.9.1 |
2313 | 2024-10-29T18:15:21.764Z | Compiling tungstenite v0.23.0 |
2314 | 2024-10-29T18:15:23.073Z | Compiling lru v0.12.5 |
2315 | 2024-10-29T18:15:23.455Z | Compiling instability v0.3.2 |
2316 | 2024-10-29T18:15:24.489Z | Compiling fallible-iterator v0.3.0 |
2317 | 2024-10-29T18:15:25.318Z | Compiling base64 v0.13.1 |
2318 | 2024-10-29T18:15:26.174Z | Compiling cassowary v0.3.0 |
2319 | 2024-10-29T18:15:27.300Z | Compiling fallible-streaming-iterator v0.1.9 |
2320 | 2024-10-29T18:15:27.452Z | Compiling ratatui v0.28.1 |
2321 | 2024-10-29T18:15:27.598Z | Compiling rusqlite v0.32.1 |
2322 | 2024-10-29T18:15:27.635Z | Compiling ron v0.7.1 |
2323 | 2024-10-29T18:15:29.942Z | Compiling tokio-tungstenite v0.23.1 |
2324 | 2024-10-29T18:15:30.571Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2325 | 2024-10-29T18:15:31.261Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2326 | 2024-10-29T18:15:32.893Z | Compiling xz2 v0.1.7 |
2327 | 2024-10-29T18:15:34.063Z | Compiling tokio-rustls v0.24.1 |
2328 | 2024-10-29T18:15:40.299Z | Compiling zone v0.1.8 |
2329 | 2024-10-29T18:15:43.481Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2330 | 2024-10-29T18:15:46.907Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2331 | 2024-10-29T18:15:49.975Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2332 | 2024-10-29T18:15:50.907Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2333 | 2024-10-29T18:15:51.071Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2334 | 2024-10-29T18:15:51.452Z | Compiling rustls-pemfile v1.0.4 |
2335 | 2024-10-29T18:15:51.647Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2336 | 2024-10-29T18:15:51.976Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2337 | 2024-10-29T18:15:52.195Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2338 | 2024-10-29T18:15:52.380Z | Compiling signal-hook-tokio v0.3.1 |
2339 | 2024-10-29T18:15:52.617Z | Compiling twox-hash v1.6.3 |
2340 | 2024-10-29T18:15:53.685Z | Compiling yasna v0.5.2 |
2341 | 2024-10-29T18:15:57.019Z | Compiling is_ci v1.2.0 |
2342 | 2024-10-29T18:15:57.229Z | Compiling unicode-linebreak v0.1.5 |
2343 | 2024-10-29T18:15:57.329Z | Compiling smawk v0.3.2 |
2344 | 2024-10-29T18:15:57.592Z | Compiling supports-color v3.0.1 |
2345 | 2024-10-29T18:15:57.806Z | Compiling textwrap v0.16.1 |
2346 | 2024-10-29T18:15:58.003Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2347 | 2024-10-29T18:15:59.296Z | Compiling rcgen v0.12.1 |
2348 | 2024-10-29T18:16:09.121Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2349 | 2024-10-29T18:16:09.905Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2350 | 2024-10-29T18:16:13.708Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2351 | 2024-10-29T18:16:17.943Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2352 | 2024-10-29T18:16:19.314Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2353 | 2024-10-29T18:16:21.050Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2354 | 2024-10-29T18:16:21.669Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2355 | 2024-10-29T18:16:23.343Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2356 | 2024-10-29T18:16:30.270Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2357 | 2024-10-29T18:16:30.606Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2358 | 2024-10-29T18:16:33.020Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2359 | 2024-10-29T18:16:37.482Z | Compiling fatfs v0.3.6 |
2360 | 2024-10-29T18:16:40.356Z | Compiling rtoolbox v0.0.2 |
2361 | 2024-10-29T18:16:40.362Z | Compiling subprocess v0.2.9 |
2362 | 2024-10-29T18:16:40.823Z | Compiling assert_matches v1.5.0 |
2363 | 2024-10-29T18:16:45.720Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2364 | 2024-10-29T18:16:45.750Z | Compiling rpassword v7.3.1 |
2365 | 2024-10-29T18:16:45.756Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2366 | 2024-10-29T18:16:48.453Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2367 | 2024-10-29T18:16:50.293Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2368 | 2024-10-29T18:16:57.231Z | Compiling tui-tree-widget v0.22.0 |
2369 | 2024-10-29T18:16:57.711Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2370 | 2024-10-29T18:17:06.813Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2371 | 2024-10-29T18:17:13.117Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2372 | 2024-10-29T18:17:13.443Z | Compiling uzers v0.12.1 |
2373 | 2024-10-29T18:17:16.581Z | Compiling shell-words v1.1.0 |
2374 | 2024-10-29T18:17:17.027Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2375 | 2024-10-29T18:17:19.192Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2376 | 2024-10-29T18:17:20.202Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2377 | 2024-10-29T18:17:48.064Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2378 | 2024-10-29T18:17:56.097Z | Compiling multimap v0.10.0 |
2379 | 2024-10-29T18:19:57.391Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2380 | 2024-10-29T18:20:08.387Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2381 | 2024-10-29T18:26:58.271Z | Finished `release` profile [optimized] target(s) in 16m 21s |
2382 | 2024-10-29T18:28:03.245Z | |
2383 | 2024-10-29T18:28:03.248Z | real 17:27.831961882 |
2384 | 2024-10-29T18:28:03.249Z | user 1:58:39.947046208 |
2385 | 2024-10-29T18:28:03.249Z | sys 5:50.070580018 |
2386 | 2024-10-29T18:28:03.249Z | trap 2.880810735 |
2387 | 2024-10-29T18:28:03.249Z | tflt 3.057305819 |
2388 | 2024-10-29T18:28:03.249Z | dflt 4.305868141 |
2389 | 2024-10-29T18:28:03.249Z | kflt 0.005570714 |
2390 | 2024-10-29T18:28:03.249Z | lock 7:24:21.255530034 |
2391 | 2024-10-29T18:28:03.249Z | slp 6:15:47.172197159 |
2392 | 2024-10-29T18:28:03.249Z | lat 3:00.696903405 |
2393 | 2024-10-29T18:28:03.249Z | stop 2:37.843704693 |
2394 | 2024-10-29T18:28:03.249Z | + mapfile -t packages |
2395 | 2024-10-29T18:28:03.249Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2396 | 2024-10-29T18:28:04.346Z | Finished `release` profile [optimized] target(s) in 1.05s |
2397 | 2024-10-29T18:28:04.396Z | Running `target/release/omicron-package -t test list-outputs` |
2398 | 2024-10-29T18:28:04.443Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2399 | 2024-10-29T18:28:04.445Z | + ptime -m cargo build --locked --release -p xtask |
2400 | 2024-10-29T18:28:05.066Z | Compiling serde v1.0.210 |
2401 | 2024-10-29T18:28:05.069Z | Compiling serde_json v1.0.128 |
2402 | 2024-10-29T18:28:05.069Z | Compiling rustix v0.38.37 |
2403 | 2024-10-29T18:28:05.069Z | Compiling libc v0.2.161 |
2404 | 2024-10-29T18:28:05.154Z | Compiling syn v2.0.79 |
2405 | 2024-10-29T18:28:05.174Z | Compiling bitflags v2.6.0 |
2406 | 2024-10-29T18:28:05.500Z | Compiling usdt-impl v0.5.0 |
2407 | 2024-10-29T18:28:05.556Z | Compiling syn v1.0.109 |
2408 | 2024-10-29T18:28:05.669Z | Compiling hashbrown v0.15.0 |
2409 | 2024-10-29T18:28:05.704Z | Compiling log v0.4.22 |
2410 | 2024-10-29T18:28:05.719Z | Compiling fs-err v2.11.0 |
2411 | 2024-10-29T18:28:06.022Z | Compiling anyhow v1.0.89 |
2412 | 2024-10-29T18:28:06.163Z | Compiling once_cell v1.20.2 |
2413 | 2024-10-29T18:28:06.614Z | Compiling thread-id v4.2.2 |
2414 | 2024-10-29T18:28:07.008Z | Compiling indexmap v2.6.0 |
2415 | 2024-10-29T18:28:08.070Z | Compiling terminal_size v0.4.0 |
2416 | 2024-10-29T18:28:08.070Z | Compiling tempfile v3.13.0 |
2417 | 2024-10-29T18:28:08.296Z | Compiling clap_builder v4.5.20 |
2418 | 2024-10-29T18:28:08.751Z | Compiling proc-macro-error v1.0.4 |
2419 | 2024-10-29T18:28:10.330Z | Compiling tabled_derive v0.7.0 |
2420 | 2024-10-29T18:28:11.690Z | Compiling tabled v0.15.0 |
2421 | 2024-10-29T18:28:12.725Z | Compiling serde_derive v1.0.210 |
2422 | 2024-10-29T18:28:13.685Z | Compiling thiserror-impl v1.0.64 |
2423 | 2024-10-29T18:28:13.760Z | Compiling zerocopy-derive v0.7.35 |
2424 | 2024-10-29T18:28:14.373Z | Compiling scroll_derive v0.12.0 |
2425 | 2024-10-29T18:28:15.737Z | Compiling zerocopy v0.7.35 |
2426 | 2024-10-29T18:28:15.792Z | Compiling scroll v0.12.0 |
2427 | 2024-10-29T18:28:16.441Z | Compiling thiserror v1.0.64 |
2428 | 2024-10-29T18:28:16.602Z | Compiling pest v2.7.14 |
2429 | 2024-10-29T18:28:17.283Z | Compiling goblin v0.8.2 |
2430 | 2024-10-29T18:28:19.621Z | Compiling pest_meta v2.7.14 |
2431 | 2024-10-29T18:28:23.785Z | Compiling pest_generator v2.7.14 |
2432 | 2024-10-29T18:28:25.609Z | Compiling pest_derive v2.7.14 |
2433 | 2024-10-29T18:28:26.301Z | Compiling clap_derive v4.5.18 |
2434 | 2024-10-29T18:28:26.384Z | Compiling dtrace-parser v0.2.0 |
2435 | 2024-10-29T18:28:28.201Z | Compiling serde_spanned v0.6.8 |
2436 | 2024-10-29T18:28:28.494Z | Compiling toml_datetime v0.6.8 |
2437 | 2024-10-29T18:28:29.208Z | Compiling dof v0.3.0 |
2438 | 2024-10-29T18:28:29.414Z | Compiling serde_tokenstream v0.2.2 |
2439 | 2024-10-29T18:28:30.990Z | Compiling toml_edit v0.22.22 |
2440 | 2024-10-29T18:28:31.380Z | Compiling camino v1.1.9 |
2441 | 2024-10-29T18:28:32.724Z | Compiling usdt-macro v0.5.0 |
2442 | 2024-10-29T18:28:33.987Z | Compiling usdt-attr-macro v0.5.0 |
2443 | 2024-10-29T18:28:35.369Z | Compiling toml v0.8.19 |
2444 | 2024-10-29T18:28:35.935Z | Compiling cargo-platform v0.1.8 |
2445 | 2024-10-29T18:28:37.044Z | Compiling semver v1.0.23 |
2446 | 2024-10-29T18:28:38.228Z | Compiling cargo_metadata v0.18.1 |
2447 | 2024-10-29T18:28:38.534Z | Compiling cargo_toml v0.20.5 |
2448 | 2024-10-29T18:28:39.125Z | Compiling usdt v0.5.0 |
2449 | 2024-10-29T18:28:40.108Z | Compiling camino-tempfile v1.1.1 |
2450 | 2024-10-29T18:28:40.600Z | Compiling clap v4.5.20 |
2451 | 2024-10-29T18:28:40.732Z | Compiling macaddr v1.0.1 |
2452 | 2024-10-29T18:28:50.144Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2453 | 2024-10-29T18:29:01.362Z | Finished `release` profile [optimized] target(s) in 56.86s |
2454 | 2024-10-29T18:29:01.465Z | |
2455 | 2024-10-29T18:29:01.465Z | real 56.989823681 |
2456 | 2024-10-29T18:29:01.465Z | user 5:46.730640852 |
2457 | 2024-10-29T18:29:01.465Z | sys 31.865886360 |
2458 | 2024-10-29T18:29:01.465Z | trap 0.153581468 |
2459 | 2024-10-29T18:29:01.465Z | tflt 0.362399274 |
2460 | 2024-10-29T18:29:01.468Z | dflt 0.581195662 |
2461 | 2024-10-29T18:29:01.468Z | kflt 0.009212196 |
2462 | 2024-10-29T18:29:01.468Z | lock 10:56.834001158 |
2463 | 2024-10-29T18:29:01.468Z | slp 16:02.712457549 |
2464 | 2024-10-29T18:29:01.468Z | lat 13.521471111 |
2465 | 2024-10-29T18:29:01.468Z | stop 16.913883423 |
2466 | 2024-10-29T18:29:01.468Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2467 | 2024-10-29T18:29:01.468Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2468 | 2024-10-29T18:29:01.468Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2469 | 2024-10-29T18:29:01.468Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2470 | 2024-10-29T18:29:01.468Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2471 | 2024-10-29T18:29:02.357Z | Compiling hashbrown v0.14.5 |
2472 | 2024-10-29T18:29:02.479Z | Compiling unsafe-libyaml v0.2.11 |
2473 | 2024-10-29T18:29:02.491Z | Compiling progenitor-client v0.8.0 |
2474 | 2024-10-29T18:29:02.493Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2475 | 2024-10-29T18:29:02.493Z | Compiling ident_case v1.0.1 |
2476 | 2024-10-29T18:29:02.493Z | Compiling ipnetwork v0.20.0 |
2477 | 2024-10-29T18:29:02.493Z | Compiling instant v0.1.13 |
2478 | 2024-10-29T18:29:02.503Z | Compiling structmeta-derive v0.3.0 |
2479 | 2024-10-29T18:29:02.681Z | Compiling darling_core v0.20.10 |
2480 | 2024-10-29T18:29:02.712Z | Compiling newtype-uuid v1.1.2 |
2481 | 2024-10-29T18:29:02.922Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2482 | 2024-10-29T18:29:02.980Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2483 | 2024-10-29T18:29:03.358Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2484 | 2024-10-29T18:29:03.377Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2485 | 2024-10-29T18:29:03.697Z | Compiling backoff v0.4.0 |
2486 | 2024-10-29T18:29:03.730Z | Compiling regress v0.10.1 |
2487 | 2024-10-29T18:29:03.762Z | Compiling regress v0.9.1 |
2488 | 2024-10-29T18:29:03.819Z | Compiling serde_yaml v0.9.34+deprecated |
2489 | 2024-10-29T18:29:04.041Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2490 | 2024-10-29T18:29:04.158Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2491 | 2024-10-29T18:29:04.219Z | Compiling macaddr v1.0.1 |
2492 | 2024-10-29T18:29:04.322Z | Compiling tempfile v3.13.0 |
2493 | 2024-10-29T18:29:04.445Z | Compiling proc-macro-crate v1.3.1 |
2494 | 2024-10-29T18:29:04.666Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2495 | 2024-10-29T18:29:05.088Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2496 | 2024-10-29T18:29:05.194Z | Compiling foreign-types-macros v0.2.3 |
2497 | 2024-10-29T18:29:05.421Z | Compiling heapless v0.8.0 |
2498 | 2024-10-29T18:29:05.548Z | Compiling num_enum_derive v0.5.11 |
2499 | 2024-10-29T18:29:05.566Z | Compiling structmeta v0.3.0 |
2500 | 2024-10-29T18:29:06.026Z | Compiling parse-display-derive v0.10.0 |
2501 | 2024-10-29T18:29:06.045Z | Compiling foreign-types-shared v0.3.1 |
2502 | 2024-10-29T18:29:06.465Z | Compiling foreign-types v0.5.0 |
2503 | 2024-10-29T18:29:06.588Z | Compiling proc-macro-error v1.0.4 |
2504 | 2024-10-29T18:29:06.843Z | Compiling camino-tempfile v1.1.1 |
2505 | 2024-10-29T18:29:07.290Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2506 | 2024-10-29T18:29:07.293Z | Compiling hash32 v0.3.1 |
2507 | 2024-10-29T18:29:07.558Z | Compiling typify-impl v0.2.0 |
2508 | 2024-10-29T18:29:07.955Z | Compiling cstr-argument v0.1.2 |
2509 | 2024-10-29T18:29:08.153Z | Compiling num_enum v0.5.11 |
2510 | 2024-10-29T18:29:08.182Z | Compiling crucible-workspace-hack v0.1.0 |
2511 | 2024-10-29T18:29:08.228Z | Compiling pretty-hex v0.2.1 |
2512 | 2024-10-29T18:29:08.321Z | Compiling smoltcp v0.11.0 |
2513 | 2024-10-29T18:29:08.421Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2514 | 2024-10-29T18:29:08.569Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2515 | 2024-10-29T18:29:08.695Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2516 | 2024-10-29T18:29:08.849Z | Compiling tabwriter v1.4.0 |
2517 | 2024-10-29T18:29:08.869Z | Compiling colored v2.1.0 |
2518 | 2024-10-29T18:29:09.184Z | Compiling cobs v0.2.3 |
2519 | 2024-10-29T18:29:09.395Z | Compiling postcard v1.0.10 |
2520 | 2024-10-29T18:29:09.429Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2521 | 2024-10-29T18:29:09.486Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2522 | 2024-10-29T18:29:09.597Z | Compiling darling_macro v0.20.10 |
2523 | 2024-10-29T18:29:09.629Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2524 | 2024-10-29T18:29:09.660Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2525 | 2024-10-29T18:29:09.902Z | Compiling smf v0.2.3 |
2526 | 2024-10-29T18:29:09.991Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2527 | 2024-10-29T18:29:10.310Z | Compiling zone_cfg_derive v0.3.0 |
2528 | 2024-10-29T18:29:10.559Z | Compiling darling v0.20.10 |
2529 | 2024-10-29T18:29:10.578Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2530 | 2024-10-29T18:29:10.688Z | Compiling serde_with_macros v3.11.0 |
2531 | 2024-10-29T18:29:10.706Z | Compiling parse-display v0.10.0 |
2532 | 2024-10-29T18:29:11.028Z | Compiling num-derive v0.4.2 |
2533 | 2024-10-29T18:29:11.316Z | Compiling sigpipe v0.1.3 |
2534 | 2024-10-29T18:29:11.439Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2535 | 2024-10-29T18:29:11.441Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2536 | 2024-10-29T18:29:11.782Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2537 | 2024-10-29T18:29:11.820Z | Compiling zone v0.3.0 |
2538 | 2024-10-29T18:29:12.232Z | Compiling universal-hash v0.5.1 |
2539 | 2024-10-29T18:29:12.440Z | Compiling opaque-debug v0.3.1 |
2540 | 2024-10-29T18:29:12.544Z | Compiling num-rational v0.4.2 |
2541 | 2024-10-29T18:29:12.626Z | Compiling password-hash v0.5.0 |
2542 | 2024-10-29T18:29:13.421Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2543 | 2024-10-29T18:29:13.445Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2544 | 2024-10-29T18:29:13.536Z | Compiling serde_with v3.11.0 |
2545 | 2024-10-29T18:29:13.711Z | Compiling blake2 v0.10.6 |
2546 | 2024-10-29T18:29:14.262Z | Compiling num-complex v0.4.6 |
2547 | 2024-10-29T18:29:14.374Z | Compiling aead v0.5.2 |
2548 | 2024-10-29T18:29:14.473Z | Compiling convert_case v0.4.0 |
2549 | 2024-10-29T18:29:14.693Z | Compiling keccak v0.1.5 |
2550 | 2024-10-29T18:29:14.762Z | Compiling argon2 v0.5.3 |
2551 | 2024-10-29T18:29:15.350Z | Compiling num v0.4.3 |
2552 | 2024-10-29T18:29:15.470Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2553 | 2024-10-29T18:29:15.489Z | Compiling derive_more v0.99.18 |
2554 | 2024-10-29T18:29:15.506Z | Compiling sha3 v0.10.8 |
2555 | 2024-10-29T18:29:15.615Z | Compiling poly1305 v0.8.0 |
2556 | 2024-10-29T18:29:15.699Z | Compiling tungstenite v0.21.0 |
2557 | 2024-10-29T18:29:16.594Z | Compiling chacha20 v0.9.1 |
2558 | 2024-10-29T18:29:17.073Z | Compiling float-ord v0.3.2 |
2559 | 2024-10-29T18:29:17.244Z | Compiling base64 v0.21.7 |
2560 | 2024-10-29T18:29:17.342Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2561 | 2024-10-29T18:29:17.524Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2562 | 2024-10-29T18:29:17.668Z | Compiling tokio-tungstenite v0.21.0 |
2563 | 2024-10-29T18:29:17.688Z | Compiling semver v0.1.20 |
2564 | 2024-10-29T18:29:17.789Z | Compiling same-file v1.0.6 |
2565 | 2024-10-29T18:29:17.876Z | Compiling newline-converter v0.3.0 |
2566 | 2024-10-29T18:29:18.015Z | Compiling rustc_version v0.1.7 |
2567 | 2024-10-29T18:29:18.047Z | Compiling walkdir v2.5.0 |
2568 | 2024-10-29T18:29:18.104Z | Compiling primeorder v0.13.6 |
2569 | 2024-10-29T18:29:18.203Z | Compiling secrecy v0.8.0 |
2570 | 2024-10-29T18:29:18.353Z | Compiling prettyplease v0.2.22 |
2571 | 2024-10-29T18:29:18.475Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2572 | 2024-10-29T18:29:18.594Z | Compiling owo-colors v4.1.0 |
2573 | 2024-10-29T18:29:18.629Z | Compiling cancel-safe-futures v0.1.5 |
2574 | 2024-10-29T18:29:18.699Z | Compiling home v0.5.9 |
2575 | 2024-10-29T18:29:18.868Z | Compiling newtype_derive v0.1.6 |
2576 | 2024-10-29T18:29:18.944Z | Compiling expectorate v1.1.0 |
2577 | 2024-10-29T18:29:18.962Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2578 | 2024-10-29T18:29:18.985Z | Compiling thiserror-impl-no-std v2.0.2 |
2579 | 2024-10-29T18:29:19.039Z | Compiling blake3 v1.5.4 |
2580 | 2024-10-29T18:29:19.123Z | Compiling ring v0.16.20 |
2581 | 2024-10-29T18:29:19.178Z | Compiling half v2.4.1 |
2582 | 2024-10-29T18:29:19.297Z | Compiling unicase v2.7.0 |
2583 | 2024-10-29T18:29:19.392Z | Compiling ciborium-io v0.2.2 |
2584 | 2024-10-29T18:29:19.529Z | Compiling arc-swap v1.7.1 |
2585 | 2024-10-29T18:29:19.761Z | Compiling ciborium-ll v0.2.2 |
2586 | 2024-10-29T18:29:19.829Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2587 | 2024-10-29T18:29:20.151Z | Compiling slog-scope v4.4.0 |
2588 | 2024-10-29T18:29:20.697Z | Compiling polyval v0.6.2 |
2589 | 2024-10-29T18:29:20.760Z | Compiling atomicwrites v0.4.4 |
2590 | 2024-10-29T18:29:21.129Z | Compiling libsw v3.3.1 |
2591 | 2024-10-29T18:29:21.147Z | Compiling memmap2 v0.9.5 |
2592 | 2024-10-29T18:29:21.443Z | Compiling arrayref v0.3.9 |
2593 | 2024-10-29T18:29:21.557Z | Compiling libefi-sys v0.1.0 |
2594 | 2024-10-29T18:29:21.619Z | Compiling salty v0.3.0 |
2595 | 2024-10-29T18:29:21.866Z | Compiling indent_write v2.2.0 |
2596 | 2024-10-29T18:29:22.069Z | Compiling parking_lot_core v0.8.6 |
2597 | 2024-10-29T18:29:22.106Z | Compiling spin v0.5.2 |
2598 | 2024-10-29T18:29:22.212Z | Compiling thiserror-no-std v2.0.2 |
2599 | 2024-10-29T18:29:22.339Z | Compiling untrusted v0.7.1 |
2600 | 2024-10-29T18:29:22.360Z | Compiling linear-map v1.2.0 |
2601 | 2024-10-29T18:29:22.519Z | Compiling arrayvec v0.7.6 |
2602 | 2024-10-29T18:29:22.545Z | Compiling constant_time_eq v0.3.1 |
2603 | 2024-10-29T18:29:22.609Z | Compiling vsss-rs v3.3.4 |
2604 | 2024-10-29T18:29:22.726Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2605 | 2024-10-29T18:29:22.805Z | Compiling ghash v0.5.1 |
2606 | 2024-10-29T18:29:23.005Z | Compiling slog-stdlog v4.1.1 |
2607 | 2024-10-29T18:29:23.401Z | Compiling ciborium v0.2.2 |
2608 | 2024-10-29T18:29:23.793Z | Compiling toolchain_find v0.4.0 |
2609 | 2024-10-29T18:29:23.884Z | Compiling p384 v0.13.0 |
2610 | 2024-10-29T18:29:24.205Z | Compiling chacha20poly1305 v0.10.1 |
2611 | 2024-10-29T18:29:24.439Z | Compiling itertools v0.13.0 |
2612 | 2024-10-29T18:29:24.515Z | Compiling lzma-sys v0.1.20 |
2613 | 2024-10-29T18:29:24.966Z | Compiling ctr v0.9.2 |
2614 | 2024-10-29T18:29:25.296Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2615 | 2024-10-29T18:29:25.343Z | Compiling bitfield-struct v0.6.2 |
2616 | 2024-10-29T18:29:25.374Z | Compiling slog-dtrace v0.3.0 |
2617 | 2024-10-29T18:29:25.696Z | Compiling topological-sort v0.2.2 |
2618 | 2024-10-29T18:29:25.724Z | Compiling highway v1.2.0 |
2619 | 2024-10-29T18:29:25.916Z | Compiling omicron-zone-package v0.11.1 |
2620 | 2024-10-29T18:29:26.153Z | Compiling typify-macro v0.2.0 |
2621 | 2024-10-29T18:29:26.643Z | Compiling aes-gcm v0.10.3 |
2622 | 2024-10-29T18:29:26.669Z | Compiling rustfmt-wrapper v0.2.1 |
2623 | 2024-10-29T18:29:26.689Z | Compiling mime_guess v2.0.5 |
2624 | 2024-10-29T18:29:26.829Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2625 | 2024-10-29T18:29:26.944Z | Compiling steno v0.4.1 |
2626 | 2024-10-29T18:29:27.259Z | Compiling slog-envlogger v2.2.0 |
2627 | 2024-10-29T18:29:27.772Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2628 | 2024-10-29T18:29:28.024Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2629 | 2024-10-29T18:29:28.099Z | Compiling heck v0.3.3 |
2630 | 2024-10-29T18:29:28.392Z | Compiling ssh-encoding v0.2.0 |
2631 | 2024-10-29T18:29:28.483Z | Compiling blowfish v0.9.1 |
2632 | 2024-10-29T18:29:28.559Z | Compiling nibble_vec v0.1.0 |
2633 | 2024-10-29T18:29:28.651Z | Compiling env_filter v0.1.2 |
2634 | 2024-10-29T18:29:28.782Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2635 | 2024-10-29T18:29:28.941Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2636 | 2024-10-29T18:29:29.000Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2637 | 2024-10-29T18:29:29.073Z | Compiling endian-type v0.1.2 |
2638 | 2024-10-29T18:29:29.090Z | Compiling humantime v2.1.0 |
2639 | 2024-10-29T18:29:29.256Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2640 | 2024-10-29T18:29:29.318Z | Compiling radix_trie v0.2.1 |
2641 | 2024-10-29T18:29:29.365Z | Compiling env_logger v0.11.5 |
2642 | 2024-10-29T18:29:29.384Z | Compiling ssh-cipher v0.2.0 |
2643 | 2024-10-29T18:29:29.606Z | Compiling bcrypt-pbkdf v0.10.0 |
2644 | 2024-10-29T18:29:30.013Z | Compiling zone_cfg_derive v0.1.2 |
2645 | 2024-10-29T18:29:30.093Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2646 | 2024-10-29T18:29:30.239Z | Compiling parking_lot v0.11.2 |
2647 | 2024-10-29T18:29:30.660Z | Compiling typify v0.2.0 |
2648 | 2024-10-29T18:29:30.795Z | Compiling progenitor-impl v0.8.0 |
2649 | 2024-10-29T18:29:30.816Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2650 | 2024-10-29T18:29:31.157Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2651 | 2024-10-29T18:29:31.209Z | Compiling gethostname v0.5.0 |
2652 | 2024-10-29T18:29:31.228Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2653 | 2024-10-29T18:29:31.434Z | Compiling password-hash v0.4.2 |
2654 | 2024-10-29T18:29:31.551Z | Compiling fxhash v0.2.1 |
2655 | 2024-10-29T18:29:31.582Z | Compiling base64 v0.13.1 |
2656 | 2024-10-29T18:29:31.609Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2657 | 2024-10-29T18:29:31.677Z | Compiling matches v0.1.10 |
2658 | 2024-10-29T18:29:31.758Z | Compiling sled v0.34.7 |
2659 | 2024-10-29T18:29:31.780Z | Compiling idna v0.2.3 |
2660 | 2024-10-29T18:29:31.943Z | Compiling pbkdf2 v0.11.0 |
2661 | 2024-10-29T18:29:32.232Z | Compiling ron v0.7.1 |
2662 | 2024-10-29T18:29:32.314Z | Compiling zone v0.1.8 |
2663 | 2024-10-29T18:29:32.337Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2664 | 2024-10-29T18:29:32.362Z | Compiling xz2 v0.1.7 |
2665 | 2024-10-29T18:29:32.851Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2666 | 2024-10-29T18:29:33.409Z | Compiling ssh-key v0.6.6 |
2667 | 2024-10-29T18:29:33.976Z | Compiling hickory-client v0.24.1 |
2668 | 2024-10-29T18:29:34.511Z | Compiling p521 v0.13.3 |
2669 | 2024-10-29T18:29:34.677Z | Compiling p256 v0.13.2 |
2670 | 2024-10-29T18:29:34.737Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2671 | 2024-10-29T18:29:35.430Z | Compiling hickory-server v0.24.1 |
2672 | 2024-10-29T18:29:35.502Z | Compiling enum-as-inner v0.5.1 |
2673 | 2024-10-29T18:29:35.831Z | Compiling pem v3.0.4 |
2674 | 2024-10-29T18:29:36.597Z | Compiling yasna v0.5.2 |
2675 | 2024-10-29T18:29:36.694Z | Compiling headers-core v0.3.0 |
2676 | 2024-10-29T18:29:36.868Z | Compiling kstat-rs v0.2.4 |
2677 | 2024-10-29T18:29:36.889Z | Compiling nanorand v0.7.0 |
2678 | 2024-10-29T18:29:37.473Z | Compiling atty v0.2.14 |
2679 | 2024-10-29T18:29:37.548Z | Compiling russh-cryptovec v0.7.3 |
2680 | 2024-10-29T18:29:37.625Z | Compiling md5 v0.7.0 |
2681 | 2024-10-29T18:29:37.876Z | Compiling glob v0.3.1 |
2682 | 2024-10-29T18:29:38.158Z | Compiling http-range v0.1.5 |
2683 | 2024-10-29T18:29:38.321Z | Compiling russh-keys v0.45.0 |
2684 | 2024-10-29T18:29:38.340Z | Compiling hyper-staticfile v0.10.1 |
2685 | 2024-10-29T18:29:38.359Z | Compiling rcgen v0.12.1 |
2686 | 2024-10-29T18:29:38.548Z | Compiling flume v0.11.0 |
2687 | 2024-10-29T18:29:38.930Z | Compiling headers v0.4.0 |
2688 | 2024-10-29T18:29:39.008Z | Compiling progenitor-macro v0.8.0 |
2689 | 2024-10-29T18:29:39.269Z | Compiling trust-dns-proto v0.22.0 |
2690 | 2024-10-29T18:29:39.545Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2691 | 2024-10-29T18:29:40.838Z | Compiling num-bigint v0.4.6 |
2692 | 2024-10-29T18:29:40.894Z | Compiling des v0.8.1 |
2693 | 2024-10-29T18:29:41.246Z | Compiling subprocess v0.2.9 |
2694 | 2024-10-29T18:29:42.624Z | Compiling hex-literal v0.4.1 |
2695 | 2024-10-29T18:29:42.711Z | Compiling dhcproto-macros v0.1.0 |
2696 | 2024-10-29T18:29:42.793Z | Compiling display-error-chain v0.2.1 |
2697 | 2024-10-29T18:29:42.974Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2698 | 2024-10-29T18:29:43.228Z | Compiling internet-checksum v0.2.1 |
2699 | 2024-10-29T18:29:43.685Z | Compiling dhcproto v0.12.0 |
2700 | 2024-10-29T18:29:44.023Z | Compiling russh v0.45.0 |
2701 | 2024-10-29T18:29:49.663Z | Compiling progenitor v0.8.0 |
2702 | 2024-10-29T18:29:49.771Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2703 | 2024-10-29T18:29:49.774Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2704 | 2024-10-29T18:29:49.774Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2705 | 2024-10-29T18:29:49.774Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2706 | 2024-10-29T18:29:49.774Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2707 | 2024-10-29T18:29:49.774Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2708 | 2024-10-29T18:29:49.774Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2709 | 2024-10-29T18:29:49.870Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2710 | 2024-10-29T18:29:51.203Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2711 | 2024-10-29T18:29:56.355Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2712 | 2024-10-29T18:29:56.386Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2713 | 2024-10-29T18:30:05.230Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2714 | 2024-10-29T18:30:05.230Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2715 | 2024-10-29T18:30:05.233Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2716 | 2024-10-29T18:30:05.233Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2717 | 2024-10-29T18:30:06.067Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2718 | 2024-10-29T18:30:08.457Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2719 | 2024-10-29T18:30:09.380Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2720 | 2024-10-29T18:30:09.400Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2721 | 2024-10-29T18:30:11.863Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2722 | 2024-10-29T18:30:13.100Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2723 | 2024-10-29T18:30:13.699Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2724 | 2024-10-29T18:30:13.885Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2725 | 2024-10-29T18:30:15.708Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2726 | 2024-10-29T18:30:16.500Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2727 | 2024-10-29T18:30:16.998Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2728 | 2024-10-29T18:30:17.473Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2729 | 2024-10-29T18:30:17.712Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2730 | 2024-10-29T18:30:18.540Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2731 | 2024-10-29T18:30:18.978Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2732 | 2024-10-29T18:30:19.794Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2733 | 2024-10-29T18:30:20.556Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2734 | 2024-10-29T18:30:21.018Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2735 | 2024-10-29T18:30:22.881Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2736 | 2024-10-29T18:30:23.332Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2737 | 2024-10-29T18:30:24.398Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2738 | 2024-10-29T18:30:27.187Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2739 | 2024-10-29T18:30:27.771Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2740 | 2024-10-29T18:30:34.627Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2741 | 2024-10-29T18:30:42.280Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2742 | 2024-10-29T18:30:43.377Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2743 | 2024-10-29T18:31:00.839Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2744 | 2024-10-29T18:31:38.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s |
2745 | 2024-10-29T18:31:39.125Z | |
2746 | 2024-10-29T18:31:39.125Z | real 2:37.604363315 |
2747 | 2024-10-29T18:31:39.125Z | user 11:37.040677833 |
2748 | 2024-10-29T18:31:39.125Z | sys 2:35.155832176 |
2749 | 2024-10-29T18:31:39.125Z | trap 0.310719367 |
2750 | 2024-10-29T18:31:39.128Z | tflt 1.224149205 |
2751 | 2024-10-29T18:31:39.128Z | dflt 2.733084391 |
2752 | 2024-10-29T18:31:39.128Z | kflt 0.000097661 |
2753 | 2024-10-29T18:31:39.128Z | lock 24:28.750115853 |
2754 | 2024-10-29T18:31:39.128Z | slp 41:10.256176271 |
2755 | 2024-10-29T18:31:39.128Z | lat 34.945842947 |
2756 | 2024-10-29T18:31:39.128Z | stop 1:23.553548335 |
2757 | 2024-10-29T18:31:39.128Z | + mkdir tests |
2758 | 2024-10-29T18:31:39.131Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2759 | 2024-10-29T18:31:39.131Z | + xargs -I '{}' -t cp '{}' tests/ |
2760 | 2024-10-29T18:31:40.937Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0ec088441df6d399 tests/ |
2761 | 2024-10-29T18:31:40.957Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3050ae0f06ab7321 tests/ |
2762 | 2024-10-29T18:31:40.977Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-85a63916ba1131d0 tests/ |
2763 | 2024-10-29T18:31:40.997Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-414b9a7446254693 tests/ |
2764 | 2024-10-29T18:31:41.161Z | + 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/*) |
2765 | 2024-10-29T18:31:41.163Z | + 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-3050ae0f06ab7321 tests/commtest-85a63916ba1131d0 tests/dhcp_server-0ec088441df6d399 tests/end_to_end_tests-414b9a7446254693 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 |
2766 | 2024-10-29T18:32:46.664Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2767 | 2024-10-29T18:32:46.664Z | a .github/buildomat/ci-env.sh 1K |
2768 | 2024-10-29T18:32:46.664Z | a out/target/test 1K |
2769 | 2024-10-29T18:32:46.664Z | a out/npuzone/npuzone 23144K |
2770 | 2024-10-29T18:32:46.664Z | a package-manifest.toml 32K |
2771 | 2024-10-29T18:32:46.664Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2772 | 2024-10-29T18:32:46.664Z | a target/release/omicron-package 32871K |
2773 | 2024-10-29T18:32:46.664Z | a target/release/xtask 12146K |
2774 | 2024-10-29T18:32:46.664Z | a target/debug/bootstrap 197645K |
2775 | 2024-10-29T18:32:46.664Z | a tests/bootstrap-3050ae0f06ab7321 23995K |
2776 | 2024-10-29T18:32:46.664Z | a tests/commtest-85a63916ba1131d0 24420K |
2777 | 2024-10-29T18:32:46.664Z | a tests/dhcp_server-0ec088441df6d399 23995K |
2778 | 2024-10-29T18:32:46.664Z | a tests/end_to_end_tests-414b9a7446254693 210382K |
2779 | 2024-10-29T18:32:46.664Z | a out/clickhouse.tar.gz 244618K |
2780 | 2024-10-29T18:32:46.664Z | a out/clickhouse_keeper.tar.gz 244611K |
2781 | 2024-10-29T18:32:46.664Z | a out/clickhouse_server.tar.gz 244611K |
2782 | 2024-10-29T18:32:46.664Z | a out/cockroachdb.tar.gz 130222K |
2783 | 2024-10-29T18:32:46.664Z | a out/crucible-dtrace.tar 82K |
2784 | 2024-10-29T18:32:46.664Z | a out/crucible-pantry-zone.tar.gz 26981K |
2785 | 2024-10-29T18:32:46.665Z | a out/crucible-zone.tar.gz 35168K |
2786 | 2024-10-29T18:32:46.665Z | a out/external-dns.tar.gz 30851K |
2787 | 2024-10-29T18:32:46.665Z | a out/internal-dns.tar.gz 30851K |
2788 | 2024-10-29T18:32:46.665Z | a out/mg-ddm-gz.tar 62661K |
2789 | 2024-10-29T18:32:46.665Z | a out/nexus.tar.gz 94895K |
2790 | 2024-10-29T18:32:46.665Z | a out/ntp.tar.gz 9121K |
2791 | 2024-10-29T18:32:46.665Z | a out/omicron-gateway-softnpu.tar.gz 21653K |
2792 | 2024-10-29T18:32:46.665Z | a out/omicron-sled-agent.tar 103746K |
2793 | 2024-10-29T18:32:46.665Z | a out/overlay.tar.gz 3K |
2794 | 2024-10-29T18:32:46.665Z | a out/oximeter.tar.gz 46088K |
2795 | 2024-10-29T18:32:46.665Z | a out/oxlog.tar 3037K |
2796 | 2024-10-29T18:32:46.665Z | a out/probe.tar.gz 2764K |
2797 | 2024-10-29T18:32:46.665Z | a out/propolis-server.tar.gz 66490K |
2798 | 2024-10-29T18:32:46.665Z | a out/pumpkind-gz.tar 26665K |
2799 | 2024-10-29T18:32:46.665Z | a out/switch-softnpu.tar.gz 223469K |
2800 | 2024-10-29T18:32:46.668Z | |
2801 | 2024-10-29T18:32:46.668Z | real 1:05.495486237 |
2802 | 2024-10-29T18:32:46.668Z | user 1:02.439293607 |
2803 | 2024-10-29T18:32:46.668Z | sys 4.230104748 |
2804 | 2024-10-29T18:32:46.668Z | trap 0.015052567 |
2805 | 2024-10-29T18:32:46.668Z | tflt 0.000000000 |
2806 | 2024-10-29T18:32:46.669Z | dflt 0.000000000 |
2807 | 2024-10-29T18:32:46.669Z | kflt 0.000000000 |
2808 | 2024-10-29T18:32:46.669Z | lock 0.000000000 |
2809 | 2024-10-29T18:32:46.669Z | slp 1:02.425378056 |
2810 | 2024-10-29T18:32:46.669Z | lat 1.876173943 |
2811 | 2024-10-29T18:32:46.669Z | stop 0.000206012 |
2812 | 2024-10-29T18:32:46.669Z | process exited: duration 1882380 ms, exit code 0 |
|
2813 | 2024-10-29T18:32:46.684Z | found 1 output files |
2814 | 2024-10-29T18:32:46.684Z | uploading: /work/package.tar.gz (1692361169 bytes) |
2815 | 2024-10-29T18:33:23.713Z | uploaded: /work/package.tar.gz |