|
|
|
1 | 2025-03-03T04:04:40.498Z | job assigned to worker 01JND2S5QZCVKEWEFGHFTS3Q3W [factory aws, i-08487e2747d14d6fd] (queued for 56 s) |
|
2 | 2025-03-03T04:04:48.872Z | starting task 0: "setup" |
3 | 2025-03-03T04:04:48.877Z | ++ uname -s |
4 | 2025-03-03T04:04:48.880Z | + kern=SunOS |
5 | 2025-03-03T04:04:48.880Z | + build_user=build |
6 | 2025-03-03T04:04:48.881Z | + build_uid=12345 |
7 | 2025-03-03T04:04:48.881Z | + work_dir=/work |
8 | 2025-03-03T04:04:48.881Z | + input_dir=/input |
9 | 2025-03-03T04:04:48.881Z | + [[ 0 == 12345 ]] |
10 | 2025-03-03T04:04:48.881Z | + case "$kern" in |
11 | 2025-03-03T04:04:48.881Z | + groupadd -g 12345 build |
12 | 2025-03-03T04:04:48.884Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-03T04:04:50.892Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-03T04:04:51.007Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-03T04:04:51.020Z | + home_fs=zfs |
16 | 2025-03-03T04:04:51.020Z | + [[ zfs == autofs ]] |
17 | 2025-03-03T04:04:51.020Z | + mkdir -p /home/build |
18 | 2025-03-03T04:04:51.020Z | + chown build:build /home/build /work |
19 | 2025-03-03T04:04:53.014Z | + chmod 0700 /home/build /work |
20 | 2025-03-03T04:04:53.017Z | process exited: duration 4146 ms, exit code 0 |
|
21 | 2025-03-03T04:04:53.023Z | starting task 1: "rust-toolchain" |
22 | 2025-03-03T04:04:53.028Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-03T04:04:53.028Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-03T04:04:53.028Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-03T04:04:53.028Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-03-03T04:04:53.028Z | * rust toolchain profile = "default" |
27 | 2025-03-03T04:04:53.033Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-03T04:04:53.033Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-03T04:04:53.033Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-03T04:04:53.156Z | info: downloading installer |
31 | 2025-03-03T04:04:54.307Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-03-03T04:04:54.307Z | warning: /opt/ooce/bin |
33 | 2025-03-03T04:04:54.307Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-03T04:04:54.307Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-03-03T04:04:54.307Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-03T04:04:54.307Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-03T04:04:54.307Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-03T04:04:54.307Z | error: cannot install while Rust is installed |
39 | 2025-03-03T04:04:54.307Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-03T04:04:54.322Z | info: profile set to 'default' |
41 | 2025-03-03T04:04:54.323Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-03T04:04:54.326Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-03T04:04:54.526Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-03T04:04:54.527Z | info: downloading component 'cargo' |
45 | 2025-03-03T04:04:55.530Z | info: downloading component 'clippy' |
46 | 2025-03-03T04:04:55.923Z | info: downloading component 'rust-docs' |
47 | 2025-03-03T04:04:57.460Z | info: downloading component 'rust-std' |
48 | 2025-03-03T04:04:59.721Z | info: downloading component 'rustc' |
49 | 2025-03-03T04:05:07.555Z | info: downloading component 'rustfmt' |
50 | 2025-03-03T04:05:07.847Z | info: installing component 'cargo' |
51 | 2025-03-03T04:05:08.688Z | info: installing component 'clippy' |
52 | 2025-03-03T04:05:09.069Z | info: installing component 'rust-docs' |
53 | 2025-03-03T04:05:10.848Z | info: installing component 'rust-std' |
54 | 2025-03-03T04:05:12.741Z | info: installing component 'rustc' |
55 | 2025-03-03T04:05:18.711Z | info: installing component 'rustfmt' |
56 | 2025-03-03T04:05:19.045Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-03T04:05:19.045Z | |
58 | 2025-03-03T04:05:19.415Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-03T04:05:19.415Z | |
60 | 2025-03-03T04:05:19.420Z | |
61 | 2025-03-03T04:05:19.420Z | Rust is installed now. Great! |
62 | 2025-03-03T04:05:19.420Z | |
63 | 2025-03-03T04:05:19.420Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-03T04:05:19.420Z | environment variable. This has not been done automatically. |
65 | 2025-03-03T04:05:19.420Z | |
66 | 2025-03-03T04:05:19.420Z | To configure your current shell, you need to source |
67 | 2025-03-03T04:05:19.421Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-03T04:05:19.421Z | |
69 | 2025-03-03T04:05:19.421Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-03T04:05:19.421Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-03T04:05:19.421Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-03T04:05:19.500Z | + rustup --version |
73 | 2025-03-03T04:05:19.507Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-03-03T04:05:19.507Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-03-03T04:05:19.591Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-03-03T04:05:19.604Z | + cargo --version |
77 | 2025-03-03T04:05:19.648Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-03-03T04:05:19.663Z | + rustc --version |
79 | 2025-03-03T04:05:19.717Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-03-03T04:05:19.725Z | process exited: duration 26694 ms, exit code 0 |
|
81 | 2025-03-03T04:05:19.754Z | starting task 2: "authentication" |
82 | 2025-03-03T04:05:19.793Z | process exited: duration 32 ms, exit code 0 |
|
83 | 2025-03-03T04:05:19.834Z | starting task 3: "clone repository" |
84 | 2025-03-03T04:05:19.840Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-03-03T04:05:19.840Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-03-03T04:05:19.889Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-03-03T04:05:28.816Z | + cd /work/oxidecomputer/omicron |
88 | 2025-03-03T04:05:28.817Z | + git fetch origin b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 |
89 | 2025-03-03T04:05:29.139Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-03-03T04:05:29.139Z | * branch b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 -> FETCH_HEAD |
91 | 2025-03-03T04:05:29.193Z | + [[ -n renovate/hyper-rustls-0.x ]] |
92 | 2025-03-03T04:05:29.194Z | ++ git branch --show-current |
93 | 2025-03-03T04:05:29.194Z | + current=main |
94 | 2025-03-03T04:05:29.194Z | + [[ main != renovate/hyper-rustls-0.x ]] |
95 | 2025-03-03T04:05:29.194Z | + git branch -f renovate/hyper-rustls-0.x b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 |
96 | 2025-03-03T04:05:29.194Z | + git checkout -f renovate/hyper-rustls-0.x |
97 | 2025-03-03T04:05:29.320Z | Switched to branch 'renovate/hyper-rustls-0.x' |
98 | 2025-03-03T04:05:29.332Z | + git reset --hard b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 |
99 | 2025-03-03T04:05:29.507Z | HEAD is now at b6d67bab8 Update Rust crate hyper-rustls to 0.27.5 |
100 | 2025-03-03T04:05:29.574Z | process exited: duration 9676 ms, exit code 0 |
|
101 | 2025-03-03T04:05:29.624Z | starting task 4: "build" |
102 | 2025-03-03T04:05:29.642Z | + source .github/buildomat/ci-env.sh |
103 | 2025-03-03T04:05:29.642Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-03-03T04:05:29.642Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-03-03T04:05:29.642Z | + cargo --version |
106 | 2025-03-03T04:05:29.680Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-03-03T04:05:29.695Z | + rustc --version |
108 | 2025-03-03T04:05:29.771Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-03-03T04:05:29.822Z | + WORK=/work |
110 | 2025-03-03T04:05:29.823Z | + pfexec mkdir -p /work |
111 | 2025-03-03T04:05:29.823Z | + pfexec chown build /work |
112 | 2025-03-03T04:05:29.823Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
113 | 2025-03-03T04:05:31.397Z | pkg list: illegal option -- F |
114 | 2025-03-03T04:05:31.398Z | Usage: |
115 | 2025-03-03T04:05:31.398Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-03-03T04:05:31.398Z | [pkg_fmri_pattern ...] |
117 | 2025-03-03T04:05:32.262Z | pkg list: illegal option -- F |
118 | 2025-03-03T04:05:32.263Z | Usage: |
119 | 2025-03-03T04:05:32.270Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-03-03T04:05:32.270Z | [pkg_fmri_pattern ...] |
121 | 2025-03-03T04:05:41.831Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2025-03-03T04:05:46.178Z | Startup: Caching catalogs ... Done |
123 | 2025-03-03T04:05:59.530Z | Planning: Solver setup ... Done (12.398s) |
124 | 2025-03-03T04:05:59.686Z | Planning: Running solver ... Done (0.157s) |
125 | 2025-03-03T04:05:59.813Z | Planning: Finding local manifests ... Done (0.007s) |
126 | 2025-03-03T04:05:59.845Z | Planning: Fetching manifests: 0/7 0% complete |
127 | 2025-03-03T04:06:01.334Z | Planning: Fetching manifests: 7/7 100% complete |
128 | 2025-03-03T04:06:01.448Z | Planning: Package planning ... Done (0.116s) |
129 | 2025-03-03T04:06:01.506Z | Planning: Merging actions ... Done (0.058s) |
130 | 2025-03-03T04:06:01.704Z | Planning: Checking for conflicting actions ... Done (0.197s) |
131 | 2025-03-03T04:06:03.764Z | Planning: Consolidating action changes ... Done (2.047s) |
132 | 2025-03-03T04:06:04.192Z | Planning: Evaluating mediators ... Done (0.440s) |
133 | 2025-03-03T04:06:04.277Z | Planning: Planning completed in 18.00 seconds |
134 | 2025-03-03T04:06:04.294Z | Packages to install: 4 |
135 | 2025-03-03T04:06:04.294Z | Packages to update: 3 |
136 | 2025-03-03T04:06:04.294Z | Mediators to change: 2 |
137 | 2025-03-03T04:06:04.294Z | Services to change: 1 |
138 | 2025-03-03T04:06:04.298Z | Estimated space available: 155.60 GB |
139 | 2025-03-03T04:06:04.298Z | Estimated space to be consumed: 1.66 GB |
140 | 2025-03-03T04:06:04.298Z | Create boot environment: No |
141 | 2025-03-03T04:06:04.298Z | Create backup boot environment: Yes |
142 | 2025-03-03T04:06:04.298Z | Rebuild boot archive: No |
143 | 2025-03-03T04:06:04.298Z | |
144 | 2025-03-03T04:06:04.298Z | Changed mediators: |
145 | 2025-03-03T04:06:04.298Z | mediator clang: |
146 | 2025-03-03T04:06:04.298Z | version: None -> 15 (system default) |
147 | 2025-03-03T04:06:04.298Z | |
148 | 2025-03-03T04:06:04.298Z | mediator llvm: |
149 | 2025-03-03T04:06:04.298Z | version: 14 (system default) -> 15 (system default) |
150 | 2025-03-03T04:06:04.298Z | |
151 | 2025-03-03T04:06:04.298Z | Changed packages: |
152 | 2025-03-03T04:06:04.298Z | helios-dev |
153 | 2025-03-03T04:06:04.298Z | developer/build-essential |
154 | 2025-03-03T04:06:04.298Z | None -> 11-2.0 |
155 | 2025-03-03T04:06:04.298Z | library/libxmlsec1 |
156 | 2025-03-03T04:06:04.298Z | None -> 1.2.35-2.0 |
157 | 2025-03-03T04:06:04.298Z | ooce/developer/clang-15 |
158 | 2025-03-03T04:06:04.298Z | None -> 15.0.7-2.0 |
159 | 2025-03-03T04:06:04.298Z | ooce/developer/llvm-15 |
160 | 2025-03-03T04:06:04.298Z | None -> 15.0.7-2.0 |
161 | 2025-03-03T04:06:04.298Z | package/pkg |
162 | 2025-03-03T04:06:04.298Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
163 | 2025-03-03T04:06:04.298Z | system/library/g++-runtime |
164 | 2025-03-03T04:06:04.298Z | 13-2.0 -> 14-2.0 |
165 | 2025-03-03T04:06:04.298Z | system/library/gcc-runtime |
166 | 2025-03-03T04:06:04.298Z | 13-2.0 -> 14-2.0 |
167 | 2025-03-03T04:06:04.298Z | |
168 | 2025-03-03T04:06:04.299Z | Services: |
169 | 2025-03-03T04:06:04.299Z | restart_fmri: |
170 | 2025-03-03T04:06:04.299Z | svc:/system/update-man-index:default |
171 | 2025-03-03T04:06:04.299Z | |
172 | 2025-03-03T04:06:04.299Z | Editable files to change: |
173 | 2025-03-03T04:06:04.299Z | Update: |
174 | 2025-03-03T04:06:04.299Z | usr/share/lib/pkg/web/config.shtml |
175 | 2025-03-03T04:06:04.377Z | |
176 | 2025-03-03T04:06:04.377Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
177 | 2025-03-03T04:06:10.513Z | Download: 204/4301 items 1.2/225.4MB 0% complete (334k/s) |
178 | 2025-03-03T04:06:18.563Z | Download: 211/4301 items 1.3/225.4MB 0% complete (284k/s) |
179 | 2025-03-03T04:06:29.730Z | Download: 213/4301 items 1.3/225.4MB 0% complete |
180 | 2025-03-03T04:06:34.807Z | Download: 682/4301 items 18.0/225.4MB 8% complete (3.5M/s) |
181 | 2025-03-03T04:06:39.824Z | Download: 911/4301 items 18.9/225.4MB 8% complete (1.8M/s) |
182 | 2025-03-03T04:06:44.821Z | Download: 1160/4301 items 81.7/225.4MB 36% complete (6.3M/s) |
183 | 2025-03-03T04:06:51.029Z | Download: 1194/4301 items 83.5/225.4MB 37% complete (6.5M/s) |
184 | 2025-03-03T04:06:56.455Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (5.9M/s) |
185 | 2025-03-03T04:07:01.619Z | Download: 1620/4301 items 117.8/225.4MB 52% complete (4.0M/s) |
186 | 2025-03-03T04:07:06.858Z | Download: 1847/4301 items 118.5/225.4MB 52% complete (3.6M/s) |
187 | 2025-03-03T04:07:11.951Z | Download: 1906/4301 items 118.6/225.4MB 52% complete (466k/s) |
188 | 2025-03-03T04:07:16.969Z | Download: 1968/4301 items 118.7/225.4MB 52% complete (58.2k/s) |
189 | 2025-03-03T04:07:21.977Z | Download: 2069/4301 items 118.8/225.4MB 52% complete (17.6k/s) |
190 | 2025-03-03T04:07:26.994Z | Download: 2207/4301 items 119.2/225.4MB 52% complete (43.4k/s) |
191 | 2025-03-03T04:07:32.189Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (46.0k/s) |
192 | 2025-03-03T04:07:44.619Z | Download: 2223/4301 items 119.2/225.4MB 52% complete |
193 | 2025-03-03T04:07:50.266Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
194 | 2025-03-03T04:07:55.267Z | Download: 2585/4301 items 120.5/225.4MB 53% complete (251k/s) |
195 | 2025-03-03T04:08:00.268Z | Download: 2867/4301 items 121.1/225.4MB 53% complete (202k/s) |
196 | 2025-03-03T04:08:05.271Z | Download: 3230/4301 items 195.9/225.4MB 86% complete (7.5M/s) |
197 | 2025-03-03T04:08:11.254Z | Download: 3246/4301 items 200.9/225.4MB 89% complete (8.0M/s) |
198 | 2025-03-03T04:08:17.473Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (8.0M/s) |
199 | 2025-03-03T04:08:28.403Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
200 | 2025-03-03T04:08:41.134Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (3.1M/s) |
201 | 2025-03-03T04:08:46.136Z | Download: 3510/4301 items 215.5/225.4MB 95% complete (686k/s) |
202 | 2025-03-03T04:08:51.138Z | Download: 3759/4301 items 216.8/225.4MB 96% complete (441k/s) |
203 | 2025-03-03T04:08:56.147Z | Download: 3950/4301 items 218.3/225.4MB 96% complete (274k/s) |
204 | 2025-03-03T04:09:01.253Z | Download: 3994/4301 items 219.0/225.4MB 97% complete (254k/s) |
205 | 2025-03-03T04:09:06.266Z | Download: 4064/4301 items 219.7/225.4MB 97% complete (196k/s) |
206 | 2025-03-03T04:09:11.271Z | Download: 4167/4301 items 220.2/225.4MB 97% complete (123k/s) |
207 | 2025-03-03T04:09:18.041Z | Download: 4201/4301 items 220.6/225.4MB 97% complete (124k/s) |
208 | 2025-03-03T04:09:28.047Z | Download: 4205/4301 items 220.6/225.4MB 97% complete |
209 | 2025-03-03T04:09:33.302Z | Download: 4275/4301 items 220.6/225.4MB 97% complete (3.4k/s) |
210 | 2025-03-03T04:09:39.821Z | Download: 4296/4301 items 224.9/225.4MB 99% complete (586k/s) |
211 | 2025-03-03T04:09:46.262Z | Download: 4298/4301 items 225.0/225.4MB 99% complete |
212 | 2025-03-03T04:09:46.276Z | Download: Completed 225.42 MB in 221.90 seconds (1.0M/s) |
213 | 2025-03-03T04:09:48.644Z | Actions: 1/5122 actions (Removing old actions) |
214 | 2025-03-03T04:09:48.664Z | Actions: 194/5122 actions (Installing new actions) |
215 | 2025-03-03T04:09:53.435Z | Actions: 4267/5122 actions (Updating modified actions) |
216 | 2025-03-03T04:09:53.790Z | Actions: Completed 5122 actions in 5.15 seconds. |
217 | 2025-03-03T04:09:54.228Z | Done (0.429s) |
218 | 2025-03-03T04:09:54.231Z | Done (0.001s) |
219 | 2025-03-03T04:09:54.854Z | Done (0.625s) |
220 | 2025-03-03T04:09:59.265Z | Done (4.172s) |
221 | 2025-03-03T04:09:59.353Z | Done (0.017s) |
222 | 2025-03-03T04:09:59.356Z | Done (0.000s) |
223 | 2025-03-03T04:09:59.517Z | Done (0.000s) |
224 | 2025-03-03T04:10:00.251Z | Planning: Evaluating mediator changes ... Done |
225 | 2025-03-03T04:10:00.414Z | Planning: Checking for conflicting actions ... Done |
226 | 2025-03-03T04:10:00.417Z | Planning: Consolidating action changes ... Done |
227 | 2025-03-03T04:10:00.690Z | Planning: Evaluating mediators ... Done |
228 | 2025-03-03T04:10:00.694Z | Planning: Planning completed in 0.44 seconds |
229 | 2025-03-03T04:10:00.730Z | Mediators to change: 2 |
230 | 2025-03-03T04:10:00.730Z | Create boot environment: No |
231 | 2025-03-03T04:10:00.733Z | Create backup boot environment: No |
232 | 2025-03-03T04:10:00.819Z | Done |
233 | 2025-03-03T04:10:00.819Z | Done |
234 | 2025-03-03T04:10:01.253Z | Done |
235 | 2025-03-03T04:10:04.987Z | Done |
236 | 2025-03-03T04:10:05.084Z | Done |
237 | 2025-03-03T04:10:05.096Z | Done |
238 | 2025-03-03T04:10:05.222Z | Done |
239 | 2025-03-03T04:10:05.863Z | Planning: Evaluating mediator changes ... Done |
240 | 2025-03-03T04:10:05.866Z | Planning: Merging actions ... Done |
241 | 2025-03-03T04:10:06.055Z | Planning: Checking for conflicting actions ... Done |
242 | 2025-03-03T04:10:06.058Z | Planning: Consolidating action changes ... Done |
243 | 2025-03-03T04:10:06.327Z | Planning: Evaluating mediators ... Done |
244 | 2025-03-03T04:10:06.382Z | Planning: Planning completed in 0.77 seconds |
245 | 2025-03-03T04:10:06.425Z | Packages to change: 1 |
246 | 2025-03-03T04:10:06.425Z | Mediators to change: 1 |
247 | 2025-03-03T04:10:06.428Z | Services to change: 1 |
248 | 2025-03-03T04:10:06.428Z | Create boot environment: No |
249 | 2025-03-03T04:10:06.428Z | Create backup boot environment: Yes |
250 | 2025-03-03T04:10:08.869Z | Actions: 1/6 actions (Updating modified actions) |
251 | 2025-03-03T04:10:08.875Z | Actions: Completed 6 actions in 0.00 seconds. |
252 | 2025-03-03T04:10:08.878Z | Done |
253 | 2025-03-03T04:10:08.878Z | Done |
254 | 2025-03-03T04:10:08.995Z | Done |
255 | 2025-03-03T04:10:12.737Z | Done |
256 | 2025-03-03T04:10:12.838Z | Done |
257 | 2025-03-03T04:10:12.841Z | Done |
258 | 2025-03-03T04:10:12.983Z | Done |
259 | 2025-03-03T04:10:13.440Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
260 | 2025-03-03T04:10:13.440Z | clang system 15 system |
261 | 2025-03-03T04:10:13.440Z | csh system system illumos |
262 | 2025-03-03T04:10:13.440Z | ctags system system illumos |
263 | 2025-03-03T04:10:13.440Z | gcc vendor 12 vendor |
264 | 2025-03-03T04:10:13.440Z | gcc system 10 system |
265 | 2025-03-03T04:10:13.440Z | gcc system 7 system |
266 | 2025-03-03T04:10:13.440Z | go system 1.20 system |
267 | 2025-03-03T04:10:13.440Z | go system 1.19 system |
268 | 2025-03-03T04:10:13.440Z | llvm system 15 system |
269 | 2025-03-03T04:10:13.440Z | llvm system 14 system |
270 | 2025-03-03T04:10:13.440Z | mariadb system 10.6 system |
271 | 2025-03-03T04:10:13.440Z | mta vendor vendor dma |
272 | 2025-03-03T04:10:13.440Z | openjdk system 17 system |
273 | 2025-03-03T04:10:13.440Z | openjdk system 11 system |
274 | 2025-03-03T04:10:13.440Z | openjdk system 1.8 system |
275 | 2025-03-03T04:10:13.440Z | openssl vendor 3 vendor |
276 | 2025-03-03T04:10:13.440Z | perl system 5.36 system |
277 | 2025-03-03T04:10:13.440Z | postgresql system 15 system |
278 | 2025-03-03T04:10:13.441Z | postgresql system 13 system |
279 | 2025-03-03T04:10:13.441Z | python vendor 3 vendor |
280 | 2025-03-03T04:10:13.441Z | python system 2 system |
281 | 2025-03-03T04:10:13.441Z | python3 system 3.11 system |
282 | 2025-03-03T04:10:13.441Z | ruby system 3.0 system |
283 | 2025-03-03T04:10:13.441Z | words vendor vendor american-english |
284 | 2025-03-03T04:10:13.441Z | words system system australian-english |
285 | 2025-03-03T04:10:13.441Z | words system system british-english |
286 | 2025-03-03T04:10:13.441Z | words system system canadian-english |
287 | 2025-03-03T04:10:13.441Z | words system system french |
288 | 2025-03-03T04:10:13.441Z | words system system italian |
289 | 2025-03-03T04:10:13.441Z | words system system ngerman |
290 | 2025-03-03T04:10:13.441Z | words system system ogerman |
291 | 2025-03-03T04:10:13.441Z | words system system spanish |
292 | 2025-03-03T04:10:13.787Z | PUBLISHER TYPE STATUS P LOCATION |
293 | 2025-03-03T04:10:13.787Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
294 | 2025-03-03T04:10:16.917Z | FMRI IFO |
295 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
296 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
297 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
298 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
299 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
300 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
301 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
302 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
303 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
304 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
305 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
306 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
307 | 2025-03-03T04:10:16.917Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
308 | 2025-03-03T04:10:16.918Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
309 | 2025-03-03T04:10:16.918Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
310 | 2025-03-03T04:10:17.730Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
311 | 2025-03-03T04:10:18.015Z | Updating crates.io index |
312 | 2025-03-03T04:10:18.018Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
313 | 2025-03-03T04:10:18.539Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
314 | 2025-03-03T04:10:18.820Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
315 | 2025-03-03T04:10:19.077Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
316 | 2025-03-03T04:10:19.397Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
317 | 2025-03-03T04:10:20.415Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
318 | 2025-03-03T04:10:22.210Z | Updating git repository `https://github.com/oxidecomputer/opte` |
319 | 2025-03-03T04:10:22.864Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
320 | 2025-03-03T04:10:23.613Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
321 | 2025-03-03T04:10:23.912Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
322 | 2025-03-03T04:10:24.281Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
323 | 2025-03-03T04:10:24.842Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
324 | 2025-03-03T04:10:25.296Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
325 | 2025-03-03T04:10:25.685Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
326 | 2025-03-03T04:10:26.102Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
327 | 2025-03-03T04:10:26.411Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
328 | 2025-03-03T04:10:26.682Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
329 | 2025-03-03T04:10:26.933Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
330 | 2025-03-03T04:10:27.183Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
331 | 2025-03-03T04:10:27.486Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
332 | 2025-03-03T04:10:27.835Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
333 | 2025-03-03T04:10:28.107Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
334 | 2025-03-03T04:10:28.437Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
335 | 2025-03-03T04:10:28.748Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
336 | 2025-03-03T04:10:29.122Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
337 | 2025-03-03T04:10:29.718Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
338 | 2025-03-03T04:10:30.036Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
339 | 2025-03-03T04:10:30.381Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
340 | 2025-03-03T04:10:30.820Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
341 | 2025-03-03T04:10:31.235Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
342 | 2025-03-03T04:10:31.488Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
343 | 2025-03-03T04:10:31.766Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
344 | 2025-03-03T04:10:33.185Z | Downloading crates ... |
345 | 2025-03-03T04:10:33.258Z | Downloaded bytecount v0.6.8 |
346 | 2025-03-03T04:10:33.261Z | Downloaded bitflags v1.3.2 |
347 | 2025-03-03T04:10:33.264Z | Downloaded anstyle-parse v0.2.5 |
348 | 2025-03-03T04:10:33.267Z | Downloaded anstream v0.6.15 |
349 | 2025-03-03T04:10:33.270Z | Downloaded anstyle-query v1.1.1 |
350 | 2025-03-03T04:10:33.273Z | Downloaded pretty-hex v0.4.1 |
351 | 2025-03-03T04:10:33.292Z | Downloaded swrite v0.1.0 |
352 | 2025-03-03T04:10:33.296Z | Downloaded cargo-platform v0.1.8 |
353 | 2025-03-03T04:10:33.296Z | Downloaded scroll_derive v0.12.0 |
354 | 2025-03-03T04:10:33.299Z | Downloaded camino v1.1.9 |
355 | 2025-03-03T04:10:33.302Z | Downloaded dtrace-parser v0.2.0 |
356 | 2025-03-03T04:10:33.305Z | Downloaded winnow v0.7.3 |
357 | 2025-03-03T04:10:33.313Z | Downloaded usdt-attr-macro v0.5.0 |
358 | 2025-03-03T04:10:33.317Z | Downloaded usdt-macro v0.5.0 |
359 | 2025-03-03T04:10:33.317Z | Downloaded equivalent v1.0.1 |
360 | 2025-03-03T04:10:33.317Z | Downloaded cfg-if v1.0.0 |
361 | 2025-03-03T04:10:33.320Z | Downloaded anstyle v1.0.10 |
362 | 2025-03-03T04:10:33.323Z | Downloaded strsim v0.11.1 |
363 | 2025-03-03T04:10:33.326Z | Downloaded version_check v0.9.5 |
364 | 2025-03-03T04:10:33.326Z | Downloaded thiserror-impl v2.0.11 |
365 | 2025-03-03T04:10:33.326Z | Downloaded fastrand v2.1.1 |
366 | 2025-03-03T04:10:33.329Z | Downloaded byteorder v1.5.0 |
367 | 2025-03-03T04:10:33.329Z | Downloaded serde_spanned v0.6.8 |
368 | 2025-03-03T04:10:33.332Z | Downloaded thiserror v1.0.69 |
369 | 2025-03-03T04:10:33.335Z | Downloaded macaddr v1.0.1 |
370 | 2025-03-03T04:10:33.338Z | Downloaded block-buffer v0.10.4 |
371 | 2025-03-03T04:10:33.338Z | Downloaded smawk v0.3.2 |
372 | 2025-03-03T04:10:33.341Z | Downloaded autocfg v1.4.0 |
373 | 2025-03-03T04:10:33.341Z | Downloaded errno v0.3.9 |
374 | 2025-03-03T04:10:33.344Z | Downloaded camino-tempfile v1.1.1 |
375 | 2025-03-03T04:10:33.344Z | Downloaded dof v0.3.0 |
376 | 2025-03-03T04:10:33.344Z | Downloaded tabled_derive v0.7.0 |
377 | 2025-03-03T04:10:33.347Z | Downloaded plain v0.2.3 |
378 | 2025-03-03T04:10:33.347Z | Downloaded itoa v1.0.11 |
379 | 2025-03-03T04:10:33.351Z | Downloaded toml_datetime v0.6.8 |
380 | 2025-03-03T04:10:33.354Z | Downloaded usdt v0.5.0 |
381 | 2025-03-03T04:10:33.354Z | Downloaded thiserror-impl v1.0.69 |
382 | 2025-03-03T04:10:33.357Z | Downloaded terminal_size v0.2.6 |
383 | 2025-03-03T04:10:33.357Z | Downloaded proc-macro-error-attr v1.0.4 |
384 | 2025-03-03T04:10:33.360Z | Downloaded digest v0.10.7 |
385 | 2025-03-03T04:10:33.363Z | Downloaded utf8parse v0.2.2 |
386 | 2025-03-03T04:10:33.363Z | Downloaded unicode-linebreak v0.1.5 |
387 | 2025-03-03T04:10:33.366Z | Downloaded thread-id v4.2.2 |
388 | 2025-03-03T04:10:33.366Z | Downloaded cpufeatures v0.2.14 |
389 | 2025-03-03T04:10:33.369Z | Downloaded pest_generator v2.7.14 |
390 | 2025-03-03T04:10:33.369Z | Downloaded generic-array v0.14.7 |
391 | 2025-03-03T04:10:33.372Z | Downloaded fnv v1.0.7 |
392 | 2025-03-03T04:10:33.372Z | Downloaded serde_tokenstream v0.2.2 |
393 | 2025-03-03T04:10:33.375Z | Downloaded terminal_size v0.4.0 |
394 | 2025-03-03T04:10:33.378Z | Downloaded sha2 v0.10.8 |
395 | 2025-03-03T04:10:33.378Z | Downloaded is_terminal_polyfill v1.70.1 |
396 | 2025-03-03T04:10:33.383Z | Downloaded crypto-common v0.1.6 |
397 | 2025-03-03T04:10:33.383Z | Downloaded clap_lex v0.7.4 |
398 | 2025-03-03T04:10:33.383Z | Downloaded clap_derive v4.5.28 |
399 | 2025-03-03T04:10:33.386Z | Downloaded semver v1.0.25 |
400 | 2025-03-03T04:10:33.386Z | Downloaded cargo_metadata v0.19.1 |
401 | 2025-03-03T04:10:33.386Z | Downloaded cargo_toml v0.21.0 |
402 | 2025-03-03T04:10:33.389Z | Downloaded scroll v0.12.0 |
403 | 2025-03-03T04:10:33.389Z | Downloaded heck v0.5.0 |
404 | 2025-03-03T04:10:33.392Z | Downloaded quote v1.0.38 |
405 | 2025-03-03T04:10:33.398Z | Downloaded thiserror v2.0.11 |
406 | 2025-03-03T04:10:33.403Z | Downloaded memmap v0.7.0 |
407 | 2025-03-03T04:10:33.407Z | Downloaded heck v0.4.1 |
408 | 2025-03-03T04:10:33.407Z | Downloaded usdt-impl v0.5.0 |
409 | 2025-03-03T04:10:33.410Z | Downloaded fs-err v2.11.0 |
410 | 2025-03-03T04:10:33.410Z | Downloaded textwrap v0.16.1 |
411 | 2025-03-03T04:10:33.414Z | Downloaded proc-macro-error v1.0.4 |
412 | 2025-03-03T04:10:33.417Z | Downloaded ucd-trie v0.1.7 |
413 | 2025-03-03T04:10:33.417Z | Downloaded bitflags v2.6.0 |
414 | 2025-03-03T04:10:33.420Z | Downloaded unicode-ident v1.0.14 |
415 | 2025-03-03T04:10:33.423Z | Downloaded anyhow v1.0.96 |
416 | 2025-03-03T04:10:33.426Z | Downloaded proc-macro2 v1.0.93 |
417 | 2025-03-03T04:10:33.429Z | Downloaded once_cell v1.20.3 |
418 | 2025-03-03T04:10:33.435Z | Downloaded clap v4.5.31 |
419 | 2025-03-03T04:10:33.439Z | Downloaded zerocopy-derive v0.7.35 |
420 | 2025-03-03T04:10:33.444Z | Downloaded papergrid v0.11.0 |
421 | 2025-03-03T04:10:33.448Z | Downloaded serde_derive v1.0.218 |
422 | 2025-03-03T04:10:33.451Z | Downloaded serde v1.0.218 |
423 | 2025-03-03T04:10:33.454Z | Downloaded pest_meta v2.7.14 |
424 | 2025-03-03T04:10:33.457Z | Downloaded log v0.4.22 |
425 | 2025-03-03T04:10:33.460Z | Downloaded typenum v1.17.0 |
426 | 2025-03-03T04:10:33.463Z | Downloaded toml v0.8.20 |
427 | 2025-03-03T04:10:33.466Z | Downloaded indexmap v2.7.1 |
428 | 2025-03-03T04:10:33.469Z | Downloaded toml_edit v0.22.24 |
429 | 2025-03-03T04:10:33.490Z | Downloaded memchr v2.7.4 |
430 | 2025-03-03T04:10:33.494Z | Downloaded ryu v1.0.18 |
431 | 2025-03-03T04:10:33.497Z | Downloaded pest_derive v2.7.14 |
432 | 2025-03-03T04:10:33.500Z | Downloaded io-lifetimes v1.0.11 |
433 | 2025-03-03T04:10:33.503Z | Downloaded colorchoice v1.0.2 |
434 | 2025-03-03T04:10:33.503Z | Downloaded pest v2.7.14 |
435 | 2025-03-03T04:10:33.507Z | Downloaded tempfile v3.13.0 |
436 | 2025-03-03T04:10:33.516Z | Downloaded serde_json v1.0.139 |
437 | 2025-03-03T04:10:33.531Z | Downloaded zerocopy v0.7.35 |
438 | 2025-03-03T04:10:33.546Z | Downloaded hashbrown v0.15.1 |
439 | 2025-03-03T04:10:33.551Z | Downloaded goblin v0.8.2 |
440 | 2025-03-03T04:10:33.558Z | Downloaded clap_builder v4.5.31 |
441 | 2025-03-03T04:10:33.565Z | Downloaded tabled v0.15.0 |
442 | 2025-03-03T04:10:33.579Z | Downloaded syn v1.0.109 |
443 | 2025-03-03T04:10:33.600Z | Downloaded unicode-width v0.1.14 |
444 | 2025-03-03T04:10:33.603Z | Downloaded syn v2.0.98 |
445 | 2025-03-03T04:10:33.615Z | Downloaded rustix v0.37.28 |
446 | 2025-03-03T04:10:33.632Z | Downloaded rustix v0.38.37 |
447 | 2025-03-03T04:10:33.667Z | Downloaded libc v0.2.170 |
448 | 2025-03-03T04:10:33.954Z | Compiling proc-macro2 v1.0.93 |
449 | 2025-03-03T04:10:33.954Z | Compiling unicode-ident v1.0.14 |
450 | 2025-03-03T04:10:33.958Z | Compiling libc v0.2.170 |
451 | 2025-03-03T04:10:33.958Z | Compiling version_check v0.9.5 |
452 | 2025-03-03T04:10:33.958Z | Compiling serde v1.0.218 |
453 | 2025-03-03T04:10:33.958Z | Compiling memchr v2.7.4 |
454 | 2025-03-03T04:10:33.989Z | Compiling thiserror v1.0.69 |
455 | 2025-03-03T04:10:33.993Z | Compiling ryu v1.0.18 |
456 | 2025-03-03T04:10:34.255Z | Compiling itoa v1.0.11 |
457 | 2025-03-03T04:10:34.355Z | Compiling ucd-trie v0.1.7 |
458 | 2025-03-03T04:10:34.500Z | Compiling once_cell v1.20.3 |
459 | 2025-03-03T04:10:34.760Z | Compiling byteorder v1.5.0 |
460 | 2025-03-03T04:10:34.853Z | Compiling rustix v0.38.37 |
461 | 2025-03-03T04:10:34.898Z | Compiling serde_json v1.0.139 |
462 | 2025-03-03T04:10:35.292Z | Compiling bitflags v2.6.0 |
463 | 2025-03-03T04:10:35.298Z | Compiling usdt-impl v0.5.0 |
464 | 2025-03-03T04:10:35.501Z | Compiling proc-macro-error-attr v1.0.4 |
465 | 2025-03-03T04:10:35.544Z | Compiling io-lifetimes v1.0.11 |
466 | 2025-03-03T04:10:35.632Z | Compiling syn v1.0.109 |
467 | 2025-03-03T04:10:35.657Z | Compiling proc-macro-error v1.0.4 |
468 | 2025-03-03T04:10:35.816Z | Compiling quote v1.0.38 |
469 | 2025-03-03T04:10:35.910Z | Compiling camino v1.1.9 |
470 | 2025-03-03T04:10:35.979Z | Compiling errno v0.3.9 |
471 | 2025-03-03T04:10:36.128Z | Compiling hashbrown v0.15.1 |
472 | 2025-03-03T04:10:36.184Z | Compiling syn v2.0.98 |
473 | 2025-03-03T04:10:36.415Z | Compiling thread-id v4.2.2 |
474 | 2025-03-03T04:10:36.463Z | Compiling rustix v0.37.28 |
475 | 2025-03-03T04:10:36.499Z | Compiling log v0.4.22 |
476 | 2025-03-03T04:10:36.522Z | Compiling plain v0.2.3 |
477 | 2025-03-03T04:10:36.543Z | Compiling equivalent v1.0.1 |
478 | 2025-03-03T04:10:36.546Z | Compiling utf8parse v0.2.2 |
479 | 2025-03-03T04:10:36.744Z | Compiling anstyle-parse v0.2.5 |
480 | 2025-03-03T04:10:37.110Z | Compiling semver v1.0.25 |
481 | 2025-03-03T04:10:37.201Z | Compiling indexmap v2.7.1 |
482 | 2025-03-03T04:10:37.364Z | Compiling thiserror v2.0.11 |
483 | 2025-03-03T04:10:37.450Z | Compiling autocfg v1.4.0 |
484 | 2025-03-03T04:10:37.614Z | Compiling pretty-hex v0.4.1 |
485 | 2025-03-03T04:10:37.662Z | Compiling is_terminal_polyfill v1.70.1 |
486 | 2025-03-03T04:10:37.824Z | Compiling anstyle v1.0.10 |
487 | 2025-03-03T04:10:37.859Z | Compiling bitflags v1.3.2 |
488 | 2025-03-03T04:10:37.984Z | Compiling winnow v0.7.3 |
489 | 2025-03-03T04:10:38.007Z | Compiling unicode-width v0.1.14 |
490 | 2025-03-03T04:10:38.326Z | Compiling colorchoice v1.0.2 |
491 | 2025-03-03T04:10:38.480Z | Compiling anstyle-query v1.1.1 |
492 | 2025-03-03T04:10:38.506Z | Compiling fs-err v2.11.0 |
493 | 2025-03-03T04:10:38.512Z | Compiling terminal_size v0.4.0 |
494 | 2025-03-03T04:10:38.629Z | Compiling anstream v0.6.15 |
495 | 2025-03-03T04:10:38.984Z | Compiling anyhow v1.0.96 |
496 | 2025-03-03T04:10:39.006Z | Compiling fastrand v2.1.1 |
497 | 2025-03-03T04:10:39.114Z | Compiling cfg-if v1.0.0 |
498 | 2025-03-03T04:10:39.232Z | Compiling clap_lex v0.7.4 |
499 | 2025-03-03T04:10:39.283Z | Compiling strsim v0.11.1 |
500 | 2025-03-03T04:10:39.592Z | Compiling heck v0.5.0 |
501 | 2025-03-03T04:10:39.842Z | Compiling bytecount v0.6.8 |
502 | 2025-03-03T04:10:40.009Z | Compiling fnv v1.0.7 |
503 | 2025-03-03T04:10:40.055Z | Compiling heck v0.4.1 |
504 | 2025-03-03T04:10:40.079Z | Compiling tempfile v3.13.0 |
505 | 2025-03-03T04:10:40.081Z | Compiling terminal_size v0.2.6 |
506 | 2025-03-03T04:10:40.124Z | Compiling papergrid v0.11.0 |
507 | 2025-03-03T04:10:40.154Z | Compiling clap_builder v4.5.31 |
508 | 2025-03-03T04:10:40.646Z | Compiling memmap v0.7.0 |
509 | 2025-03-03T04:10:40.678Z | Compiling smawk v0.3.2 |
510 | 2025-03-03T04:10:40.817Z | Compiling unicode-linebreak v0.1.5 |
511 | 2025-03-03T04:10:41.300Z | Compiling textwrap v0.16.1 |
512 | 2025-03-03T04:10:41.432Z | Compiling swrite v0.1.0 |
513 | 2025-03-03T04:10:41.763Z | Compiling tabled_derive v0.7.0 |
514 | 2025-03-03T04:10:43.283Z | Compiling serde_derive v1.0.218 |
515 | 2025-03-03T04:10:43.283Z | Compiling thiserror-impl v1.0.69 |
516 | 2025-03-03T04:10:43.287Z | Compiling zerocopy-derive v0.7.35 |
517 | 2025-03-03T04:10:43.287Z | Compiling scroll_derive v0.12.0 |
518 | 2025-03-03T04:10:43.287Z | Compiling thiserror-impl v2.0.11 |
519 | 2025-03-03T04:10:43.287Z | Compiling clap_derive v4.5.28 |
520 | 2025-03-03T04:10:43.410Z | Compiling tabled v0.15.0 |
521 | 2025-03-03T04:10:44.711Z | Compiling scroll v0.12.0 |
522 | 2025-03-03T04:10:45.251Z | Compiling goblin v0.8.2 |
523 | 2025-03-03T04:10:45.312Z | Compiling zerocopy v0.7.35 |
524 | 2025-03-03T04:10:46.356Z | Compiling pest v2.7.14 |
525 | 2025-03-03T04:10:47.500Z | Compiling clap v4.5.31 |
526 | 2025-03-03T04:10:48.689Z | Compiling pest_meta v2.7.14 |
527 | 2025-03-03T04:10:49.596Z | Compiling pest_generator v2.7.14 |
528 | 2025-03-03T04:10:50.978Z | Compiling pest_derive v2.7.14 |
529 | 2025-03-03T04:10:51.570Z | Compiling dtrace-parser v0.2.0 |
530 | 2025-03-03T04:10:52.369Z | Compiling serde_tokenstream v0.2.2 |
531 | 2025-03-03T04:10:52.462Z | Compiling toml_datetime v0.6.8 |
532 | 2025-03-03T04:10:52.465Z | Compiling serde_spanned v0.6.8 |
533 | 2025-03-03T04:10:52.754Z | Compiling cargo-platform v0.1.8 |
534 | 2025-03-03T04:10:52.777Z | Compiling toml_edit v0.22.24 |
535 | 2025-03-03T04:10:52.930Z | Compiling macaddr v1.0.1 |
536 | 2025-03-03T04:10:53.050Z | Compiling camino-tempfile v1.1.1 |
537 | 2025-03-03T04:10:53.784Z | Compiling dof v0.3.0 |
538 | 2025-03-03T04:10:53.890Z | Compiling cargo_metadata v0.19.1 |
539 | 2025-03-03T04:10:55.127Z | Compiling usdt-macro v0.5.0 |
540 | 2025-03-03T04:10:55.127Z | Compiling usdt-attr-macro v0.5.0 |
541 | 2025-03-03T04:10:55.628Z | Compiling toml v0.8.20 |
542 | 2025-03-03T04:10:56.204Z | Compiling usdt v0.5.0 |
543 | 2025-03-03T04:10:56.482Z | Compiling cargo_toml v0.21.0 |
544 | 2025-03-03T04:10:59.057Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
545 | 2025-03-03T04:11:02.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.77s |
546 | 2025-03-03T04:11:02.512Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
547 | 2025-03-03T04:11:03.108Z | Downloading crates ... |
548 | 2025-03-03T04:11:03.283Z | Downloaded addr2line v0.24.2 |
549 | 2025-03-03T04:11:03.286Z | Downloaded allocator-api2 v0.2.18 |
550 | 2025-03-03T04:11:03.291Z | Downloaded ciborium-io v0.2.2 |
551 | 2025-03-03T04:11:03.295Z | Downloaded cfg_aliases v0.2.1 |
552 | 2025-03-03T04:11:03.299Z | Downloaded ctr v0.9.2 |
553 | 2025-03-03T04:11:03.302Z | Downloaded http-body-util v0.1.2 |
554 | 2025-03-03T04:11:03.305Z | Downloaded httpdate v1.0.3 |
555 | 2025-03-03T04:11:03.308Z | Downloaded async-stream-impl v0.3.6 |
556 | 2025-03-03T04:11:03.308Z | Downloaded assert_matches v1.5.0 |
557 | 2025-03-03T04:11:03.311Z | Downloaded ident_case v1.0.1 |
558 | 2025-03-03T04:11:03.311Z | Downloaded hubpack_derive v0.1.1 |
559 | 2025-03-03T04:11:03.316Z | Downloaded http-range v0.1.5 |
560 | 2025-03-03T04:11:03.316Z | Downloaded crucible-workspace-hack v0.1.0 |
561 | 2025-03-03T04:11:03.316Z | Downloaded cfg_aliases v0.1.1 |
562 | 2025-03-03T04:11:03.319Z | Downloaded icu_provider_macros v1.5.0 |
563 | 2025-03-03T04:11:03.319Z | Downloaded is_ci v1.2.0 |
564 | 2025-03-03T04:11:03.319Z | Downloaded heapless v0.8.0 |
565 | 2025-03-03T04:11:03.327Z | Downloaded cstr-argument v0.1.2 |
566 | 2025-03-03T04:11:03.329Z | Downloaded lazycell v1.3.0 |
567 | 2025-03-03T04:11:03.332Z | Downloaded kstat-rs v0.2.4 |
568 | 2025-03-03T04:11:03.335Z | Downloaded lru v0.12.5 |
569 | 2025-03-03T04:11:03.335Z | Downloaded adler2 v2.0.0 |
570 | 2025-03-03T04:11:03.338Z | Downloaded impl-trait-for-tuples v0.2.2 |
571 | 2025-03-03T04:11:03.341Z | Downloaded inout v0.1.3 |
572 | 2025-03-03T04:11:03.341Z | Downloaded cargo_metadata v0.18.1 |
573 | 2025-03-03T04:11:03.344Z | Downloaded cassowary v0.3.0 |
574 | 2025-03-03T04:11:03.347Z | Downloaded linear-map v1.2.0 |
575 | 2025-03-03T04:11:03.350Z | Downloaded mime v0.3.17 |
576 | 2025-03-03T04:11:03.350Z | Downloaded instant v0.1.13 |
577 | 2025-03-03T04:11:03.353Z | Downloaded lalrpop-util v0.19.12 |
578 | 2025-03-03T04:11:03.353Z | Downloaded block-padding v0.3.3 |
579 | 2025-03-03T04:11:03.356Z | Downloaded constant_time_eq v0.3.1 |
580 | 2025-03-03T04:11:03.356Z | Downloaded keccak v0.1.5 |
581 | 2025-03-03T04:11:03.359Z | Downloaded buf-list v1.0.3 |
582 | 2025-03-03T04:11:03.362Z | Downloaded linked-hash-map v0.5.6 |
583 | 2025-03-03T04:11:03.362Z | Downloaded internet-checksum v0.2.1 |
584 | 2025-03-03T04:11:03.365Z | Downloaded maybe-uninit v2.0.0 |
585 | 2025-03-03T04:11:03.365Z | Downloaded atomicwrites v0.4.4 |
586 | 2025-03-03T04:11:03.368Z | Downloaded idna_adapter v1.2.0 |
587 | 2025-03-03T04:11:03.368Z | Downloaded hostname v0.3.1 |
588 | 2025-03-03T04:11:03.371Z | Downloaded crunchy v0.2.2 |
589 | 2025-03-03T04:11:03.371Z | Downloaded convert_case v0.4.0 |
590 | 2025-03-03T04:11:03.374Z | Downloaded hyper-rustls v0.27.5 |
591 | 2025-03-03T04:11:03.374Z | Downloaded chrono-tz-build v0.4.0 |
592 | 2025-03-03T04:11:03.377Z | Downloaded heck v0.3.3 |
593 | 2025-03-03T04:11:03.377Z | Downloaded cmake v0.1.51 |
594 | 2025-03-03T04:11:03.380Z | Downloaded is-terminal v0.4.13 |
595 | 2025-03-03T04:11:03.380Z | Downloaded bitfield-struct v0.6.2 |
596 | 2025-03-03T04:11:03.383Z | Downloaded bit-vec v0.6.3 |
597 | 2025-03-03T04:11:03.383Z | Downloaded arrayref v0.3.9 |
598 | 2025-03-03T04:11:03.386Z | Downloaded cbc v0.1.2 |
599 | 2025-03-03T04:11:03.386Z | Downloaded match_cfg v0.1.0 |
600 | 2025-03-03T04:11:03.394Z | Downloaded cexpr v0.6.0 |
601 | 2025-03-03T04:11:03.394Z | Downloaded cobs v0.2.3 |
602 | 2025-03-03T04:11:03.394Z | Downloaded libloading v0.8.5 |
603 | 2025-03-03T04:11:03.394Z | Downloaded md-5 v0.10.6 |
604 | 2025-03-03T04:11:03.400Z | Downloaded lock_api v0.4.12 |
605 | 2025-03-03T04:11:03.400Z | Downloaded libsw v3.4.0 |
606 | 2025-03-03T04:11:03.403Z | Downloaded async-trait v0.1.86 |
607 | 2025-03-03T04:11:03.406Z | Downloaded md5 v0.7.0 |
608 | 2025-03-03T04:11:03.406Z | Downloaded libsw-core v0.3.1 |
609 | 2025-03-03T04:11:03.409Z | Downloaded atomic-waker v1.1.2 |
610 | 2025-03-03T04:11:03.409Z | Downloaded managed v0.8.0 |
611 | 2025-03-03T04:11:03.412Z | Downloaded colored v2.2.0 |
612 | 2025-03-03T04:11:03.414Z | Downloaded ipnetwork v0.21.1 |
613 | 2025-03-03T04:11:03.417Z | Downloaded litemap v0.7.3 |
614 | 2025-03-03T04:11:03.421Z | Downloaded highway v1.3.0 |
615 | 2025-03-03T04:11:03.421Z | Downloaded indoc v1.0.9 |
616 | 2025-03-03T04:11:03.424Z | Downloaded rand_core v0.6.4 |
617 | 2025-03-03T04:11:03.427Z | Downloaded psl-types v2.0.11 |
618 | 2025-03-03T04:11:03.427Z | Downloaded memoffset v0.9.1 |
619 | 2025-03-03T04:11:03.430Z | Downloaded sync_wrapper v1.0.1 |
620 | 2025-03-03T04:11:03.430Z | Downloaded hubpack v0.1.2 |
621 | 2025-03-03T04:11:03.433Z | Downloaded atty v0.2.14 |
622 | 2025-03-03T04:11:03.433Z | Downloaded arrayvec v0.7.6 |
623 | 2025-03-03T04:11:03.437Z | Downloaded rusty-fork v0.3.0 |
624 | 2025-03-03T04:11:03.437Z | Downloaded lru-cache v0.1.2 |
625 | 2025-03-03T04:11:03.440Z | Downloaded lockfree-object-pool v0.1.6 |
626 | 2025-03-03T04:11:03.443Z | Downloaded sync-ptr v0.1.1 |
627 | 2025-03-03T04:11:03.443Z | Downloaded hyper-util v0.1.10 |
628 | 2025-03-03T04:11:03.447Z | Downloaded cancel-safe-futures v0.1.5 |
629 | 2025-03-03T04:11:03.450Z | Downloaded icu_locid_transform v1.5.0 |
630 | 2025-03-03T04:11:03.454Z | Downloaded same-file v1.0.6 |
631 | 2025-03-03T04:11:03.456Z | Downloaded pretty-hex v0.2.1 |
632 | 2025-03-03T04:11:03.457Z | Downloaded http-body v1.0.1 |
633 | 2025-03-03T04:11:03.460Z | Downloaded cookie_store v0.21.1 |
634 | 2025-03-03T04:11:03.463Z | Downloaded serde_urlencoded v0.7.1 |
635 | 2025-03-03T04:11:03.463Z | Downloaded slab v0.4.9 |
636 | 2025-03-03T04:11:03.466Z | Downloaded ipnet v2.11.0 |
637 | 2025-03-03T04:11:03.469Z | Downloaded mime_guess v2.0.5 |
638 | 2025-03-03T04:11:03.469Z | Downloaded indexmap v1.9.3 |
639 | 2025-03-03T04:11:03.472Z | Downloaded crossbeam-deque v0.8.5 |
640 | 2025-03-03T04:11:03.476Z | Downloaded try-lock v0.2.5 |
641 | 2025-03-03T04:11:03.476Z | Downloaded backoff v0.4.0 |
642 | 2025-03-03T04:11:03.479Z | Downloaded supports-color v3.0.2 |
643 | 2025-03-03T04:11:03.481Z | Downloaded const-oid v0.9.6 |
644 | 2025-03-03T04:11:03.485Z | Downloaded headers-core v0.3.0 |
645 | 2025-03-03T04:11:03.485Z | Downloaded ciborium-ll v0.2.2 |
646 | 2025-03-03T04:11:03.485Z | Downloaded httparse v1.9.5 |
647 | 2025-03-03T04:11:03.488Z | Downloaded endian-type v0.1.2 |
648 | 2025-03-03T04:11:03.490Z | Downloaded untrusted v0.7.1 |
649 | 2025-03-03T04:11:03.490Z | Downloaded bb8 v0.8.5 |
650 | 2025-03-03T04:11:03.493Z | Downloaded async-stream v0.3.6 |
651 | 2025-03-03T04:11:03.493Z | Downloaded thiserror-impl-no-std v2.0.2 |
652 | 2025-03-03T04:11:03.496Z | Downloaded termtree v0.4.1 |
653 | 2025-03-03T04:11:03.496Z | Downloaded icu_locid_transform_data v1.5.0 |
654 | 2025-03-03T04:11:03.499Z | Downloaded hickory-client v0.24.4 |
655 | 2025-03-03T04:11:03.502Z | Downloaded icu_locid v1.5.0 |
656 | 2025-03-03T04:11:03.507Z | Downloaded proc-macro-error-attr2 v2.0.0 |
657 | 2025-03-03T04:11:03.510Z | Downloaded icu_properties v1.5.1 |
658 | 2025-03-03T04:11:03.513Z | Downloaded xz2 v0.1.7 |
659 | 2025-03-03T04:11:03.516Z | Downloaded tui-tree-widget v0.23.0 |
660 | 2025-03-03T04:11:03.516Z | Downloaded rustc-hash v2.1.1 |
661 | 2025-03-03T04:11:03.519Z | Downloaded litrs v0.4.1 |
662 | 2025-03-03T04:11:03.522Z | Downloaded path-slash v0.1.5 |
663 | 2025-03-03T04:11:03.526Z | Downloaded lazy_static v1.5.0 |
664 | 2025-03-03T04:11:03.526Z | Downloaded crossbeam-epoch v0.9.18 |
665 | 2025-03-03T04:11:03.530Z | Downloaded embedded-io v0.4.0 |
666 | 2025-03-03T04:11:03.530Z | Downloaded serde-hex v0.1.0 |
667 | 2025-03-03T04:11:03.534Z | Downloaded indent_write v2.2.0 |
668 | 2025-03-03T04:11:03.534Z | Downloaded base64 v0.13.1 |
669 | 2025-03-03T04:11:03.537Z | Downloaded termtree v0.5.1 |
670 | 2025-03-03T04:11:03.540Z | Downloaded crc-any v2.5.0 |
671 | 2025-03-03T04:11:03.543Z | Downloaded nodrop v0.1.14 |
672 | 2025-03-03T04:11:03.543Z | Downloaded env_filter v0.1.2 |
673 | 2025-03-03T04:11:03.546Z | Downloaded rustls-pki-types v1.10.0 |
674 | 2025-03-03T04:11:03.549Z | Downloaded oso-derive v0.27.3 |
675 | 2025-03-03T04:11:03.549Z | Downloaded futures-task v0.3.31 |
676 | 2025-03-03T04:11:03.552Z | Downloaded ena v0.14.3 |
677 | 2025-03-03T04:11:03.555Z | Downloaded enum-as-inner v0.6.1 |
678 | 2025-03-03T04:11:03.555Z | Downloaded defmt-macros v0.3.9 |
679 | 2025-03-03T04:11:03.558Z | Downloaded salsa20 v0.10.2 |
680 | 2025-03-03T04:11:03.561Z | Downloaded ghash v0.5.1 |
681 | 2025-03-03T04:11:03.561Z | Downloaded which v4.4.2 |
682 | 2025-03-03T04:11:03.566Z | Downloaded castaway v0.2.3 |
683 | 2025-03-03T04:11:03.569Z | Downloaded resolv-conf v0.7.0 |
684 | 2025-03-03T04:11:03.569Z | Downloaded diesel_table_macro_syntax v0.2.0 |
685 | 2025-03-03T04:11:03.569Z | Downloaded memmap2 v0.9.5 |
686 | 2025-03-03T04:11:03.572Z | Downloaded miniz_oxide v0.8.5 |
687 | 2025-03-03T04:11:03.583Z | Downloaded russh-cryptovec v0.7.3 |
688 | 2025-03-03T04:11:03.586Z | Downloaded minimal-lexical v0.2.1 |
689 | 2025-03-03T04:11:03.589Z | Downloaded icu_normalizer_data v1.5.0 |
690 | 2025-03-03T04:11:03.592Z | Downloaded test-strategy v0.4.0 |
691 | 2025-03-03T04:11:03.596Z | Downloaded smallvec v1.14.0 |
692 | 2025-03-03T04:11:03.599Z | Downloaded crossbeam-utils v0.8.20 |
693 | 2025-03-03T04:11:03.601Z | Downloaded http v1.2.0 |
694 | 2025-03-03T04:11:03.606Z | Downloaded write16 v1.0.0 |
695 | 2025-03-03T04:11:03.609Z | Downloaded cookie v0.18.1 |
696 | 2025-03-03T04:11:03.612Z | Downloaded chacha20poly1305 v0.10.1 |
697 | 2025-03-03T04:11:03.612Z | Downloaded rfc6979 v0.4.0 |
698 | 2025-03-03T04:11:03.615Z | Downloaded simd-adler32 v0.3.7 |
699 | 2025-03-03T04:11:03.618Z | Downloaded serde_plain v1.0.2 |
700 | 2025-03-03T04:11:03.618Z | Downloaded spin v0.9.8 |
701 | 2025-03-03T04:11:03.621Z | Downloaded vsss-rs v3.3.4 |
702 | 2025-03-03T04:11:03.624Z | Downloaded uuid v1.15.1 |
703 | 2025-03-03T04:11:03.627Z | Downloaded parking_lot v0.11.2 |
704 | 2025-03-03T04:11:03.630Z | Downloaded snafu-derive v0.8.5 |
705 | 2025-03-03T04:11:03.635Z | Downloaded phf_codegen v0.11.2 |
706 | 2025-03-03T04:11:03.635Z | Downloaded parse-display-derive v0.10.0 |
707 | 2025-03-03T04:11:03.638Z | Downloaded daft-derive v0.1.1 |
708 | 2025-03-03T04:11:03.641Z | Downloaded thiserror-no-std v2.0.2 |
709 | 2025-03-03T04:11:03.643Z | Downloaded tungstenite v0.21.0 |
710 | 2025-03-03T04:11:03.646Z | Downloaded parse-size v1.1.0 |
711 | 2025-03-03T04:11:03.649Z | Downloaded progenitor-impl v0.8.0 |
712 | 2025-03-03T04:11:03.652Z | Downloaded topological-sort v0.2.2 |
713 | 2025-03-03T04:11:03.652Z | Downloaded untrusted v0.9.0 |
714 | 2025-03-03T04:11:03.655Z | Downloaded rustls-native-certs v0.8.1 |
715 | 2025-03-03T04:11:03.658Z | Downloaded compact_str v0.8.0 |
716 | 2025-03-03T04:11:03.661Z | Downloaded data-encoding v2.6.0 |
717 | 2025-03-03T04:11:03.664Z | Downloaded wyz v0.5.1 |
718 | 2025-03-03T04:11:03.664Z | Downloaded bumpalo v3.16.0 |
719 | 2025-03-03T04:11:03.667Z | Downloaded foreign-types-shared v0.3.1 |
720 | 2025-03-03T04:11:03.670Z | Downloaded multimap v0.10.0 |
721 | 2025-03-03T04:11:03.670Z | Downloaded foreign-types-shared v0.1.1 |
722 | 2025-03-03T04:11:03.670Z | Downloaded tiny-keccak v2.0.2 |
723 | 2025-03-03T04:11:03.673Z | Downloaded dsl_auto_type v0.1.2 |
724 | 2025-03-03T04:11:03.677Z | Downloaded tap v1.0.1 |
725 | 2025-03-03T04:11:03.677Z | Downloaded strum_macros v0.25.3 |
726 | 2025-03-03T04:11:03.681Z | Downloaded ssh-encoding v0.2.0 |
727 | 2025-03-03T04:11:03.681Z | Downloaded slog v2.7.0 |
728 | 2025-03-03T04:11:03.685Z | Downloaded socket2 v0.5.8 |
729 | 2025-03-03T04:11:03.689Z | Downloaded r2d2 v0.8.10 |
730 | 2025-03-03T04:11:03.689Z | Downloaded progenitor-impl v0.9.1 |
731 | 2025-03-03T04:11:03.692Z | Downloaded native-tls v0.2.12 |
732 | 2025-03-03T04:11:03.692Z | Downloaded tungstenite v0.23.0 |
733 | 2025-03-03T04:11:03.695Z | Downloaded parse-display v0.10.0 |
734 | 2025-03-03T04:11:03.698Z | Downloaded tokio-rustls v0.24.1 |
735 | 2025-03-03T04:11:03.701Z | Downloaded phf_shared v0.11.2 |
736 | 2025-03-03T04:11:03.701Z | Downloaded num-conv v0.1.0 |
737 | 2025-03-03T04:11:03.706Z | Downloaded strum_macros v0.26.4 |
738 | 2025-03-03T04:11:03.706Z | Downloaded diesel-dtrace v0.4.2 |
739 | 2025-03-03T04:11:03.709Z | Downloaded radium v0.7.0 |
740 | 2025-03-03T04:11:03.709Z | Downloaded defmt-parser v0.3.4 |
741 | 2025-03-03T04:11:03.712Z | Downloaded writeable v0.5.5 |
742 | 2025-03-03T04:11:03.712Z | Downloaded postcard v1.0.10 |
743 | 2025-03-03T04:11:03.715Z | Downloaded postgres-protocol v0.6.8 |
744 | 2025-03-03T04:11:03.718Z | Downloaded sqlparser_derive v0.2.2 |
745 | 2025-03-03T04:11:03.718Z | Downloaded proc-macro-crate v1.3.1 |
746 | 2025-03-03T04:11:03.721Z | Downloaded similar v2.7.0 |
747 | 2025-03-03T04:11:03.725Z | Downloaded fragile v2.0.0 |
748 | 2025-03-03T04:11:03.728Z | Downloaded rayon-core v1.12.1 |
749 | 2025-03-03T04:11:03.732Z | Downloaded signature v2.2.0 |
750 | 2025-03-03T04:11:03.735Z | Downloaded crypto-bigint v0.5.5 |
751 | 2025-03-03T04:11:03.742Z | Downloaded fxhash v0.2.1 |
752 | 2025-03-03T04:11:03.745Z | Downloaded vte_generate_state_changes v0.1.2 |
753 | 2025-03-03T04:11:03.745Z | Downloaded static_assertions v1.1.0 |
754 | 2025-03-03T04:11:03.748Z | Downloaded hyper v1.6.0 |
755 | 2025-03-03T04:11:03.755Z | Downloaded opaque-debug v0.3.1 |
756 | 2025-03-03T04:11:03.758Z | Downloaded newtype_derive v0.1.6 |
757 | 2025-03-03T04:11:03.758Z | Downloaded num v0.4.3 |
758 | 2025-03-03T04:11:03.758Z | Downloaded itertools v0.14.0 |
759 | 2025-03-03T04:11:03.766Z | Downloaded downcast v0.11.0 |
760 | 2025-03-03T04:11:03.770Z | Downloaded termios v0.3.3 |
761 | 2025-03-03T04:11:03.773Z | Downloaded postgres-types v0.2.9 |
762 | 2025-03-03T04:11:03.773Z | Downloaded typify-macro v0.2.0 |
763 | 2025-03-03T04:11:03.776Z | Downloaded fallible-iterator v0.2.0 |
764 | 2025-03-03T04:11:03.776Z | Downloaded proc-macro-error2 v2.0.1 |
765 | 2025-03-03T04:11:03.779Z | Downloaded precomputed-hash v0.1.1 |
766 | 2025-03-03T04:11:03.782Z | Downloaded termcolor v1.4.1 |
767 | 2025-03-03T04:11:03.782Z | Downloaded quick-error v1.2.3 |
768 | 2025-03-03T04:11:03.785Z | Downloaded typify v0.2.0 |
769 | 2025-03-03T04:11:03.788Z | Downloaded ssh-cipher v0.2.0 |
770 | 2025-03-03T04:11:03.791Z | Downloaded futures-executor v0.3.31 |
771 | 2025-03-03T04:11:03.791Z | Downloaded des v0.8.1 |
772 | 2025-03-03T04:11:03.794Z | Downloaded heapless v0.7.17 |
773 | 2025-03-03T04:11:03.797Z | Downloaded hash32 v0.2.1 |
774 | 2025-03-03T04:11:03.800Z | Downloaded ff v0.13.0 |
775 | 2025-03-03T04:11:03.803Z | Downloaded fd-lock v4.0.2 |
776 | 2025-03-03T04:11:03.806Z | Downloaded sigpipe v0.1.3 |
777 | 2025-03-03T04:11:03.806Z | Downloaded icu_collections v1.5.0 |
778 | 2025-03-03T04:11:03.811Z | Downloaded zeroize v1.8.1 |
779 | 2025-03-03T04:11:03.814Z | Downloaded signal-hook-tokio v0.3.1 |
780 | 2025-03-03T04:11:03.814Z | Downloaded rustc_version v0.1.7 |
781 | 2025-03-03T04:11:03.817Z | Downloaded libm v0.2.8 |
782 | 2025-03-03T04:11:03.823Z | Downloaded zone_cfg_derive v0.1.2 |
783 | 2025-03-03T04:11:03.826Z | Downloaded hickory-resolver v0.24.4 |
784 | 2025-03-03T04:11:03.829Z | Downloaded progenitor-macro v0.8.0 |
785 | 2025-03-03T04:11:03.832Z | Downloaded pbkdf2 v0.11.0 |
786 | 2025-03-03T04:11:03.835Z | Downloaded hashbrown v0.12.3 |
787 | 2025-03-03T04:11:03.838Z | Downloaded document-features v0.2.10 |
788 | 2025-03-03T04:11:03.841Z | Downloaded aes v0.8.4 |
789 | 2025-03-03T04:11:03.843Z | Downloaded pkcs5 v0.7.1 |
790 | 2025-03-03T04:11:03.847Z | Downloaded parking_lot_core v0.8.6 |
791 | 2025-03-03T04:11:03.851Z | Downloaded slog-scope v4.4.0 |
792 | 2025-03-03T04:11:03.851Z | Downloaded cc v1.2.15 |
793 | 2025-03-03T04:11:03.854Z | Downloaded glob v0.3.2 |
794 | 2025-03-03T04:11:03.857Z | Downloaded typify-macro v0.3.0 |
795 | 2025-03-03T04:11:03.857Z | Downloaded stringprep v0.1.5 |
796 | 2025-03-03T04:11:03.860Z | Downloaded rand_chacha v0.9.0 |
797 | 2025-03-03T04:11:03.860Z | Downloaded spki v0.7.3 |
798 | 2025-03-03T04:11:03.863Z | Downloaded zeroize_derive v1.4.2 |
799 | 2025-03-03T04:11:03.863Z | Downloaded password-hash v0.5.0 |
800 | 2025-03-03T04:11:03.865Z | Downloaded rand v0.9.0 |
801 | 2025-03-03T04:11:03.876Z | Downloaded tokio-tungstenite v0.21.0 |
802 | 2025-03-03T04:11:03.881Z | Downloaded ppv-lite86 v0.2.20 |
803 | 2025-03-03T04:11:03.885Z | Downloaded tokio-stream v0.1.17 |
804 | 2025-03-03T04:11:03.885Z | Downloaded diesel_derives v2.2.3 |
805 | 2025-03-03T04:11:03.885Z | Downloaded zone v0.3.0 |
806 | 2025-03-03T04:11:03.885Z | Downloaded fs_extra v1.3.0 |
807 | 2025-03-03T04:11:03.888Z | Downloaded owo-colors v4.2.0 |
808 | 2025-03-03T04:11:03.888Z | Downloaded twox-hash v2.1.0 |
809 | 2025-03-03T04:11:03.891Z | Downloaded elliptic-curve v0.13.8 |
810 | 2025-03-03T04:11:03.894Z | Downloaded zerofrom v0.1.4 |
811 | 2025-03-03T04:11:03.898Z | Downloaded pem v3.0.5 |
812 | 2025-03-03T04:11:03.898Z | Downloaded gethostname v0.5.0 |
813 | 2025-03-03T04:11:03.901Z | Downloaded rustc-demangle v0.1.24 |
814 | 2025-03-03T04:11:03.901Z | Downloaded ref-cast-impl v1.0.23 |
815 | 2025-03-03T04:11:03.901Z | Downloaded tinyvec_macros v0.1.1 |
816 | 2025-03-03T04:11:03.904Z | Downloaded slog-json v2.6.1 |
817 | 2025-03-03T04:11:03.904Z | Downloaded rustls-pemfile v2.2.0 |
818 | 2025-03-03T04:11:03.907Z | Downloaded fatfs v0.3.6 |
819 | 2025-03-03T04:11:03.911Z | Downloaded peg-runtime v0.8.3 |
820 | 2025-03-03T04:11:03.911Z | Downloaded predicates-core v1.0.8 |
821 | 2025-03-03T04:11:03.913Z | Downloaded tls_codec_derive v0.4.1 |
822 | 2025-03-03T04:11:03.914Z | Downloaded synstructure v0.13.1 |
823 | 2025-03-03T04:11:03.916Z | Downloaded predicates-tree v1.0.11 |
824 | 2025-03-03T04:11:03.917Z | Downloaded utf8_iter v1.0.4 |
825 | 2025-03-03T04:11:03.917Z | Downloaded predicates v3.1.3 |
826 | 2025-03-03T04:11:03.919Z | Downloaded serde_derive_internals v0.29.1 |
827 | 2025-03-03T04:11:03.923Z | Downloaded subtle v2.6.1 |
828 | 2025-03-03T04:11:03.924Z | Downloaded darling_core v0.20.10 |
829 | 2025-03-03T04:11:03.927Z | Downloaded rand v0.8.5 |
830 | 2025-03-03T04:11:03.931Z | Downloaded rtoolbox v0.0.2 |
831 | 2025-03-03T04:11:03.934Z | Downloaded zone v0.1.8 |
832 | 2025-03-03T04:11:03.934Z | Downloaded password-hash v0.4.2 |
833 | 2025-03-03T04:11:03.937Z | Downloaded smf v0.2.3 |
834 | 2025-03-03T04:11:03.937Z | Downloaded difflib v0.4.0 |
835 | 2025-03-03T04:11:03.940Z | Downloaded num-rational v0.4.2 |
836 | 2025-03-03T04:11:03.940Z | Downloaded funty v2.0.0 |
837 | 2025-03-03T04:11:03.943Z | Downloaded futures-sink v0.3.31 |
838 | 2025-03-03T04:11:03.943Z | Downloaded ed25519 v2.2.3 |
839 | 2025-03-03T04:11:03.946Z | Downloaded futures-macro v0.3.31 |
840 | 2025-03-03T04:11:03.946Z | Downloaded expectorate v1.1.0 |
841 | 2025-03-03T04:11:03.949Z | Downloaded derive_more v0.99.19 |
842 | 2025-03-03T04:11:03.953Z | Downloaded tower-layer v0.3.3 |
843 | 2025-03-03T04:11:03.956Z | Downloaded globset v0.4.15 |
844 | 2025-03-03T04:11:03.956Z | Downloaded getrandom v0.2.15 |
845 | 2025-03-03T04:11:03.959Z | Downloaded toolchain_find v0.4.0 |
846 | 2025-03-03T04:11:03.963Z | Downloaded itertools v0.13.0 |
847 | 2025-03-03T04:11:03.971Z | Downloaded pkg-config v0.3.31 |
848 | 2025-03-03T04:11:03.974Z | Downloaded num_enum v0.5.11 |
849 | 2025-03-03T04:11:03.977Z | Downloaded strum v0.26.3 |
850 | 2025-03-03T04:11:03.977Z | Downloaded serde-big-array v0.5.1 |
851 | 2025-03-03T04:11:03.980Z | Downloaded strum_macros v0.24.3 |
852 | 2025-03-03T04:11:03.980Z | Downloaded pkcs8 v0.10.2 |
853 | 2025-03-03T04:11:03.983Z | Downloaded utf16_iter v1.0.5 |
854 | 2025-03-03T04:11:03.986Z | Downloaded tinystr v0.7.6 |
855 | 2025-03-03T04:11:03.986Z | Downloaded crossterm v0.28.1 |
856 | 2025-03-03T04:11:03.993Z | Downloaded tracing-attributes v0.1.27 |
857 | 2025-03-03T04:11:03.996Z | Downloaded rustyline v14.0.0 |
858 | 2025-03-03T04:11:04.002Z | Downloaded rand_core v0.9.2 |
859 | 2025-03-03T04:11:04.005Z | Downloaded parking_lot v0.12.3 |
860 | 2025-03-03T04:11:04.008Z | Downloaded papergrid v0.14.0 |
861 | 2025-03-03T04:11:04.011Z | Downloaded vte v0.11.1 |
862 | 2025-03-03T04:11:04.014Z | Downloaded num-iter v0.1.45 |
863 | 2025-03-03T04:11:04.017Z | Downloaded ecdsa v0.16.9 |
864 | 2025-03-03T04:11:04.017Z | Downloaded tar v0.4.44 |
865 | 2025-03-03T04:11:04.020Z | Downloaded rcgen v0.12.1 |
866 | 2025-03-03T04:11:04.023Z | Downloaded uzers v0.12.1 |
867 | 2025-03-03T04:11:04.025Z | Downloaded tabled_derive v0.10.0 |
868 | 2025-03-03T04:11:04.028Z | Downloaded pin-project-lite v0.2.14 |
869 | 2025-03-03T04:11:04.032Z | Downloaded foreign-types-macros v0.2.3 |
870 | 2025-03-03T04:11:04.035Z | Downloaded tough v0.19.0 |
871 | 2025-03-03T04:11:04.042Z | Downloaded derive_builder_macro v0.20.2 |
872 | 2025-03-03T04:11:04.045Z | Downloaded packed_struct v0.10.1 |
873 | 2025-03-03T04:11:04.045Z | Downloaded rpassword v7.3.1 |
874 | 2025-03-03T04:11:04.049Z | Downloaded ron v0.7.1 |
875 | 2025-03-03T04:11:04.053Z | Downloaded time-macros v0.2.18 |
876 | 2025-03-03T04:11:04.058Z | Downloaded futures-channel v0.3.31 |
877 | 2025-03-03T04:11:04.058Z | Downloaded serde_with v3.12.0 |
878 | 2025-03-03T04:11:04.064Z | Downloaded openssl-macros v0.1.1 |
879 | 2025-03-03T04:11:04.067Z | Downloaded want v0.3.1 |
880 | 2025-03-03T04:11:04.067Z | Downloaded pbkdf2 v0.12.2 |
881 | 2025-03-03T04:11:04.072Z | Downloaded string_cache v0.8.7 |
882 | 2025-03-03T04:11:04.072Z | Downloaded num-integer v0.1.46 |
883 | 2025-03-03T04:11:04.072Z | Downloaded nu-ansi-term v0.50.1 |
884 | 2025-03-03T04:11:04.075Z | Downloaded olpc-cjson v0.1.4 |
885 | 2025-03-03T04:11:04.075Z | Downloaded yoke-derive v0.7.4 |
886 | 2025-03-03T04:11:04.078Z | Downloaded openssl-probe v0.1.5 |
887 | 2025-03-03T04:11:04.078Z | Downloaded oxnet v0.1.1 |
888 | 2025-03-03T04:11:04.081Z | Downloaded progenitor-client v0.9.1 |
889 | 2025-03-03T04:11:04.081Z | Downloaded progenitor-client v0.8.0 |
890 | 2025-03-03T04:11:04.084Z | Downloaded foldhash v0.1.3 |
891 | 2025-03-03T04:11:04.084Z | Downloaded rand_chacha v0.3.1 |
892 | 2025-03-03T04:11:04.088Z | Downloaded percent-encoding v2.3.1 |
893 | 2025-03-03T04:11:04.088Z | Downloaded deranged v0.3.11 |
894 | 2025-03-03T04:11:04.088Z | Downloaded num-derive v0.4.2 |
895 | 2025-03-03T04:11:04.091Z | Downloaded slog-dtrace v0.3.0 |
896 | 2025-03-03T04:11:04.091Z | Downloaded aes-gcm v0.10.3 |
897 | 2025-03-03T04:11:04.094Z | Downloaded ref-cast v1.0.23 |
898 | 2025-03-03T04:11:04.098Z | Downloaded pin-project-internal v1.1.6 |
899 | 2025-03-03T04:11:04.101Z | Downloaded num_threads v0.1.7 |
900 | 2025-03-03T04:11:04.101Z | Downloaded waitgroup v0.1.2 |
901 | 2025-03-03T04:11:04.104Z | Downloaded unicode-xid v0.2.6 |
902 | 2025-03-03T04:11:04.104Z | Downloaded polyval v0.6.2 |
903 | 2025-03-03T04:11:04.106Z | Downloaded dirs-sys-next v0.1.2 |
904 | 2025-03-03T04:11:04.106Z | Downloaded nibble_vec v0.1.0 |
905 | 2025-03-03T04:11:04.109Z | Downloaded peg v0.8.4 |
906 | 2025-03-03T04:11:04.112Z | Downloaded progenitor v0.8.0 |
907 | 2025-03-03T04:11:04.112Z | Downloaded sec1 v0.7.3 |
908 | 2025-03-03T04:11:04.116Z | Downloaded ed25519-dalek v2.1.1 |
909 | 2025-03-03T04:11:04.120Z | Downloaded pkcs1 v0.7.5 |
910 | 2025-03-03T04:11:04.120Z | Downloaded reqwest v0.12.12 |
911 | 2025-03-03T04:11:04.129Z | Downloaded scheduled-thread-pool v0.2.7 |
912 | 2025-03-03T04:11:04.132Z | Downloaded derive_builder v0.20.2 |
913 | 2025-03-03T04:11:04.135Z | Downloaded foreign-types v0.3.2 |
914 | 2025-03-03T04:11:04.138Z | Downloaded time-core v0.1.2 |
915 | 2025-03-03T04:11:04.138Z | Downloaded number_prefix v0.4.0 |
916 | 2025-03-03T04:11:04.138Z | Downloaded newline-converter v0.3.0 |
917 | 2025-03-03T04:11:04.141Z | Downloaded new_debug_unreachable v1.0.6 |
918 | 2025-03-03T04:11:04.141Z | Downloaded wait-timeout v0.2.0 |
919 | 2025-03-03T04:11:04.146Z | Downloaded progenitor v0.9.1 |
920 | 2025-03-03T04:11:04.146Z | Downloaded peg-macros v0.8.4 |
921 | 2025-03-03T04:11:04.151Z | Downloaded shell-words v1.1.0 |
922 | 2025-03-03T04:11:04.151Z | Downloaded displaydoc v0.2.5 |
923 | 2025-03-03T04:11:04.151Z | Downloaded hashbrown v0.13.2 |
924 | 2025-03-03T04:11:04.156Z | Downloaded slog-envlogger v2.2.0 |
925 | 2025-03-03T04:11:04.159Z | Downloaded num-bigint-dig v0.8.4 |
926 | 2025-03-03T04:11:04.162Z | Downloaded phf_shared v0.10.0 |
927 | 2025-03-03T04:11:04.162Z | Downloaded take_mut v0.2.2 |
928 | 2025-03-03T04:11:04.162Z | Downloaded unicase v2.7.0 |
929 | 2025-03-03T04:11:04.165Z | Downloaded salty v0.3.0 |
930 | 2025-03-03T04:11:04.170Z | Downloaded newtype-uuid v1.2.1 |
931 | 2025-03-03T04:11:04.173Z | Downloaded schemars v0.8.22 |
932 | 2025-03-03T04:11:04.182Z | Downloaded tower-service v0.3.3 |
933 | 2025-03-03T04:11:04.185Z | Downloaded progenitor-macro v0.9.1 |
934 | 2025-03-03T04:11:04.185Z | Downloaded tokio-macros v2.5.0 |
935 | 2025-03-03T04:11:04.188Z | Downloaded thread_local v1.1.8 |
936 | 2025-03-03T04:11:04.188Z | Downloaded snafu v0.8.5 |
937 | 2025-03-03T04:11:04.193Z | Downloaded fixedbitset v0.4.2 |
938 | 2025-03-03T04:11:04.196Z | Downloaded filetime v0.2.25 |
939 | 2025-03-03T04:11:04.196Z | Downloaded parse-zoneinfo v0.3.1 |
940 | 2025-03-03T04:11:04.200Z | Downloaded tokio-util v0.7.13 |
941 | 2025-03-03T04:11:04.206Z | Downloaded foreign-types v0.5.0 |
942 | 2025-03-03T04:11:04.209Z | Downloaded smallvec v0.6.14 |
943 | 2025-03-03T04:11:04.209Z | Downloaded zerocopy v0.6.6 |
944 | 2025-03-03T04:11:04.212Z | Downloaded tabwriter v1.4.0 |
945 | 2025-03-03T04:11:04.212Z | Downloaded structmeta-derive v0.3.0 |
946 | 2025-03-03T04:11:04.215Z | Downloaded sqlformat v0.2.6 |
947 | 2025-03-03T04:11:04.215Z | Downloaded diff v0.1.13 |
948 | 2025-03-03T04:11:04.218Z | Downloaded derive_builder_core v0.20.2 |
949 | 2025-03-03T04:11:04.221Z | Downloaded reedline v0.38.0 |
950 | 2025-03-03T04:11:04.228Z | Downloaded universal-hash v0.5.1 |
951 | 2025-03-03T04:11:04.231Z | Downloaded rand_seeder v0.3.0 |
952 | 2025-03-03T04:11:04.231Z | Downloaded primeorder v0.13.6 |
953 | 2025-03-03T04:11:04.234Z | Downloaded yoke v0.7.4 |
954 | 2025-03-03T04:11:04.234Z | Downloaded zopfli v0.8.1 |
955 | 2025-03-03T04:11:04.237Z | Downloaded x509-cert v0.2.5 |
956 | 2025-03-03T04:11:04.242Z | Downloaded slog-term v2.9.1 |
957 | 2025-03-03T04:11:04.245Z | Downloaded group v0.13.0 |
958 | 2025-03-03T04:11:04.248Z | Downloaded toml v0.7.8 |
959 | 2025-03-03T04:11:04.251Z | Downloaded mockall_derive v0.13.1 |
960 | 2025-03-03T04:11:04.254Z | Downloaded rustversion v1.0.17 |
961 | 2025-03-03T04:11:04.255Z | Downloaded p521 v0.13.3 |
962 | 2025-03-03T04:11:04.257Z | Downloaded quinn-udp v0.5.5 |
963 | 2025-03-03T04:11:04.260Z | Downloaded derive-where v1.2.7 |
964 | 2025-03-03T04:11:04.263Z | Downloaded pin-project v1.1.6 |
965 | 2025-03-03T04:11:04.274Z | Downloaded darling v0.20.10 |
966 | 2025-03-03T04:11:04.278Z | Downloaded omicron-zone-package v0.12.0 |
967 | 2025-03-03T04:11:04.282Z | Downloaded zip v2.1.3 |
968 | 2025-03-03T04:11:04.286Z | Downloaded aws-lc-rs v1.12.4 |
969 | 2025-03-03T04:11:04.295Z | Downloaded fixedbitset v0.5.7 |
970 | 2025-03-03T04:11:04.298Z | Downloaded russh-keys v0.45.0 |
971 | 2025-03-03T04:11:04.301Z | Downloaded toml_edit v0.19.15 |
972 | 2025-03-03T04:11:04.317Z | Downloaded multer v3.1.0 |
973 | 2025-03-03T04:11:04.320Z | Downloaded bindgen v0.69.5 |
974 | 2025-03-03T04:11:04.326Z | Downloaded signal-hook v0.3.17 |
975 | 2025-03-03T04:11:04.329Z | Downloaded flagset v0.4.6 |
976 | 2025-03-03T04:11:04.332Z | Downloaded walkdir v2.5.0 |
977 | 2025-03-03T04:11:04.332Z | Downloaded petname v2.0.2 |
978 | 2025-03-03T04:11:04.337Z | Downloaded rayon v1.10.0 |
979 | 2025-03-03T04:11:04.347Z | Downloaded portable-atomic v1.9.0 |
980 | 2025-03-03T04:11:04.354Z | Downloaded lalrpop v0.19.12 |
981 | 2025-03-03T04:11:04.375Z | Downloaded chrono v0.4.40 |
982 | 2025-03-03T04:11:04.380Z | Downloaded typed-path v0.9.3 |
983 | 2025-03-03T04:11:04.380Z | Downloaded winnow v0.5.40 |
984 | 2025-03-03T04:11:04.388Z | Downloaded bindgen v0.71.1 |
985 | 2025-03-03T04:11:04.395Z | Downloaded unicode-bidi v0.3.17 |
986 | 2025-03-03T04:11:04.398Z | Downloaded unsafe-libyaml v0.2.11 |
987 | 2025-03-03T04:11:04.401Z | Downloaded russh v0.45.0 |
988 | 2025-03-03T04:11:04.407Z | Downloaded blake3 v1.5.4 |
989 | 2025-03-03T04:11:04.415Z | Downloaded flume v0.11.1 |
990 | 2025-03-03T04:11:04.419Z | Downloaded unicode_categories v0.1.1 |
991 | 2025-03-03T04:11:04.422Z | Downloaded unicode-normalization v0.1.24 |
992 | 2025-03-03T04:11:04.425Z | Downloaded signal-hook-mio v0.2.4 |
993 | 2025-03-03T04:11:04.430Z | Downloaded openssl-sys v0.9.106 |
994 | 2025-03-03T04:11:04.433Z | Downloaded prettyplease v0.2.29 |
995 | 2025-03-03T04:11:04.436Z | Downloaded h2 v0.4.6 |
996 | 2025-03-03T04:11:04.442Z | Downloaded tracing v0.1.40 |
997 | 2025-03-03T04:11:04.446Z | Downloaded samael v0.0.18 |
998 | 2025-03-03T04:11:04.452Z | Downloaded steno v0.4.1 |
999 | 2025-03-03T04:11:04.458Z | Downloaded tower v0.5.2 |
1000 | 2025-03-03T04:11:04.466Z | Downloaded url v2.5.3 |
1001 | 2025-03-03T04:11:04.469Z | Downloaded zerocopy v0.8.10 |
1002 | 2025-03-03T04:11:04.494Z | Downloaded futures-util v0.3.31 |
1003 | 2025-03-03T04:11:04.506Z | Downloaded regress v0.10.3 |
1004 | 2025-03-03T04:11:04.515Z | Downloaded bitvec v1.0.1 |
1005 | 2025-03-03T04:11:04.532Z | Downloaded time v0.3.36 |
1006 | 2025-03-03T04:11:04.536Z | Downloaded vcpkg v0.2.15 |
1007 | 2025-03-03T04:11:04.575Z | Downloaded webpki-roots v0.26.6 |
1008 | 2025-03-03T04:11:04.579Z | Downloaded mio v1.0.2 |
1009 | 2025-03-03T04:11:04.585Z | Downloaded object v0.36.5 |
1010 | 2025-03-03T04:11:04.598Z | Downloaded flate2 v1.1.0 |
1011 | 2025-03-03T04:11:04.603Z | Downloaded openssl v0.10.71 |
1012 | 2025-03-03T04:11:04.612Z | Downloaded rustls-webpki v0.101.7 |
1013 | 2025-03-03T04:11:04.626Z | Downloaded unicode-width v0.2.0 |
1014 | 2025-03-03T04:11:04.632Z | Downloaded tabled v0.18.0 |
1015 | 2025-03-03T04:11:04.650Z | Downloaded quick-xml v0.37.2 |
1016 | 2025-03-03T04:11:04.656Z | Downloaded sqlparser v0.45.0 |
1017 | 2025-03-03T04:11:04.662Z | Downloaded proptest v1.6.0 |
1018 | 2025-03-03T04:11:04.671Z | Downloaded regex-syntax v0.6.29 |
1019 | 2025-03-03T04:11:04.679Z | Downloaded p384 v0.13.0 |
1020 | 2025-03-03T04:11:04.686Z | Downloaded quinn-proto v0.11.8 |
1021 | 2025-03-03T04:11:04.694Z | Downloaded gimli v0.31.1 |
1022 | 2025-03-03T04:11:04.700Z | Downloaded rustls v0.23.19 |
1023 | 2025-03-03T04:11:04.711Z | Downloaded curve25519-dalek v4.1.3 |
1024 | 2025-03-03T04:11:04.720Z | Downloaded object v0.30.4 |
1025 | 2025-03-03T04:11:04.730Z | Downloaded polar-core v0.27.3 |
1026 | 2025-03-03T04:11:04.739Z | Downloaded rustls v0.22.4 |
1027 | 2025-03-03T04:11:04.752Z | Downloaded openapiv3 v2.0.0 |
1028 | 2025-03-03T04:11:04.764Z | Downloaded diesel v2.2.7 |
1029 | 2025-03-03T04:11:04.791Z | Downloaded dropshot v0.12.0 |
1030 | 2025-03-03T04:11:04.804Z | Downloaded sled v0.34.7 |
1031 | 2025-03-03T04:11:04.816Z | Downloaded smoltcp v0.11.0 |
1032 | 2025-03-03T04:11:04.828Z | Downloaded typify-impl v0.3.0 |
1033 | 2025-03-03T04:11:04.844Z | Downloaded chrono-tz v0.10.1 |
1034 | 2025-03-03T04:11:04.852Z | Downloaded dropshot v0.16.0 |
1035 | 2025-03-03T04:11:04.874Z | Downloaded typify-impl v0.2.0 |
1036 | 2025-03-03T04:11:04.889Z | Downloaded smoltcp v0.9.1 |
1037 | 2025-03-03T04:11:04.903Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1038 | 2025-03-03T04:11:04.912Z | Downloaded regex v1.11.1 |
1039 | 2025-03-03T04:11:04.925Z | Downloaded git2 v0.19.0 |
1040 | 2025-03-03T04:11:04.934Z | Downloaded regex-syntax v0.8.5 |
1041 | 2025-03-03T04:11:04.942Z | Downloaded regex-automata v0.4.8 |
1042 | 2025-03-03T04:11:04.959Z | Downloaded petgraph v0.7.1 |
1043 | 2025-03-03T04:11:04.977Z | Downloaded bstr v1.10.0 |
1044 | 2025-03-03T04:11:04.988Z | Downloaded rustls v0.21.12 |
1045 | 2025-03-03T04:11:04.999Z | Downloaded nix v0.29.0 |
1046 | 2025-03-03T04:11:05.010Z | Downloaded zerocopy-derive v0.6.6 |
1047 | 2025-03-03T04:11:05.020Z | Downloaded ratatui v0.29.0 |
1048 | 2025-03-03T04:11:05.040Z | Downloaded lzma-sys v0.1.20 |
1049 | 2025-03-03T04:11:05.070Z | Downloaded rustls-webpki v0.102.8 |
1050 | 2025-03-03T04:11:05.086Z | Downloaded libz-sys v1.1.20 |
1051 | 2025-03-03T04:11:05.107Z | Downloaded hickory-proto v0.24.4 |
1052 | 2025-03-03T04:11:05.122Z | Downloaded csv v1.3.1 |
1053 | 2025-03-03T04:11:05.141Z | Downloaded winnow v0.6.20 |
1054 | 2025-03-03T04:11:05.150Z | Downloaded petgraph v0.6.5 |
1055 | 2025-03-03T04:11:05.167Z | Downloaded nix v0.28.0 |
1056 | 2025-03-03T04:11:05.178Z | Downloaded nix v0.27.1 |
1057 | 2025-03-03T04:11:05.189Z | Downloaded dunce v1.0.5 |
1058 | 2025-03-03T04:11:05.191Z | Downloaded tokio v1.43.0 |
1059 | 2025-03-03T04:11:05.228Z | Downloaded rsa v0.9.6 |
1060 | 2025-03-03T04:11:05.232Z | Downloaded oso v0.27.3 |
1061 | 2025-03-03T04:11:05.236Z | Downloaded sha3 v0.10.8 |
1062 | 2025-03-03T04:11:05.240Z | Downloaded ron v0.8.1 |
1063 | 2025-03-03T04:11:05.245Z | Downloaded p256 v0.13.2 |
1064 | 2025-03-03T04:11:05.248Z | Downloaded radix_trie v0.2.1 |
1065 | 2025-03-03T04:11:05.253Z | Downloaded mockall v0.13.1 |
1066 | 2025-03-03T04:11:05.256Z | Downloaded zerocopy-derive v0.8.10 |
1067 | 2025-03-03T04:11:05.261Z | Downloaded phf_generator v0.11.2 |
1068 | 2025-03-03T04:11:05.265Z | Downloaded unarray v0.1.4 |
1069 | 2025-03-03T04:11:05.265Z | Downloaded zerovec v0.10.4 |
1070 | 2025-03-03T04:11:05.269Z | Downloaded dyn-clone v1.0.18 |
1071 | 2025-03-03T04:11:05.272Z | Downloaded scrypt v0.11.0 |
1072 | 2025-03-03T04:11:05.272Z | Downloaded subprocess v0.2.9 |
1073 | 2025-03-03T04:11:05.277Z | Downloaded yasna v0.5.2 |
1074 | 2025-03-03T04:11:05.281Z | Downloaded tinyvec v1.8.0 |
1075 | 2025-03-03T04:11:05.281Z | Downloaded secrecy v0.8.0 |
1076 | 2025-03-03T04:11:05.281Z | Downloaded der_derive v0.7.3 |
1077 | 2025-03-03T04:11:05.285Z | Downloaded tokio-rustls v0.25.0 |
1078 | 2025-03-03T04:11:05.285Z | Downloaded half v2.4.1 |
1079 | 2025-03-03T04:11:05.288Z | Downloaded shlex v1.3.0 |
1080 | 2025-03-03T04:11:05.289Z | Downloaded schemars_derive v0.8.22 |
1081 | 2025-03-03T04:11:05.289Z | Downloaded packed_struct_codegen v0.10.1 |
1082 | 2025-03-03T04:11:05.291Z | Downloaded rand_xorshift v0.3.0 |
1083 | 2025-03-03T04:11:05.291Z | Downloaded slog-stdlog v4.1.1 |
1084 | 2025-03-03T04:11:05.291Z | Downloaded num_enum_derive v0.5.11 |
1085 | 2025-03-03T04:11:05.295Z | Downloaded tokio-rustls v0.26.0 |
1086 | 2025-03-03T04:11:05.295Z | Downloaded unicode-properties v0.1.3 |
1087 | 2025-03-03T04:11:05.297Z | Downloaded unicode-truncate v1.1.0 |
1088 | 2025-03-03T04:11:05.297Z | Downloaded poly1305 v0.8.0 |
1089 | 2025-03-03T04:11:05.300Z | Downloaded semver v0.1.20 |
1090 | 2025-03-03T04:11:05.300Z | Downloaded aho-corasick v1.1.3 |
1091 | 2025-03-03T04:11:05.306Z | Downloaded ssh-key v0.6.6 |
1092 | 2025-03-03T04:11:05.312Z | Downloaded icu_properties_data v1.5.0 |
1093 | 2025-03-03T04:11:05.323Z | Downloaded float-ord v0.3.2 |
1094 | 2025-03-03T04:11:05.325Z | Downloaded float-cmp v0.10.0 |
1095 | 2025-03-03T04:11:05.325Z | Downloaded display-error-chain v0.2.2 |
1096 | 2025-03-03T04:11:05.326Z | Downloaded utf-8 v0.7.6 |
1097 | 2025-03-03T04:11:05.328Z | Downloaded encoding_rs v0.8.34 |
1098 | 2025-03-03T04:11:05.347Z | Downloaded publicsuffix v2.3.0 |
1099 | 2025-03-03T04:11:05.350Z | Downloaded tokio-postgres v0.7.13 |
1100 | 2025-03-03T04:11:05.354Z | Downloaded vergen v8.3.2 |
1101 | 2025-03-03T04:11:05.357Z | Downloaded tungstenite v0.24.0 |
1102 | 2025-03-03T04:11:05.360Z | Downloaded dirs-next v2.0.0 |
1103 | 2025-03-03T04:11:05.363Z | Downloaded serde_yaml v0.9.34+deprecated |
1104 | 2025-03-03T04:11:05.366Z | Downloaded num-traits v0.2.19 |
1105 | 2025-03-03T04:11:05.370Z | Downloaded der v0.7.9 |
1106 | 2025-03-03T04:11:05.373Z | Downloaded zip v0.6.6 |
1107 | 2025-03-03T04:11:05.375Z | Downloaded signal-hook-registry v1.4.2 |
1108 | 2025-03-03T04:11:05.379Z | Downloaded normalize-line-endings v0.3.0 |
1109 | 2025-03-03T04:11:05.379Z | Downloaded scopeguard v1.2.0 |
1110 | 2025-03-03T04:11:05.379Z | Downloaded unicode-segmentation v1.12.0 |
1111 | 2025-03-03T04:11:05.382Z | Downloaded ring v0.17.11 |
1112 | 2025-03-03T04:11:05.424Z | Downloaded daft v0.1.1 |
1113 | 2025-03-03T04:11:05.428Z | Downloaded zerofrom-derive v0.1.4 |
1114 | 2025-03-03T04:11:05.428Z | Downloaded pem-rfc7468 v0.7.0 |
1115 | 2025-03-03T04:11:05.432Z | Downloaded sha1 v0.10.6 |
1116 | 2025-03-03T04:11:05.432Z | Downloaded zone_cfg_derive v0.3.0 |
1117 | 2025-03-03T04:11:05.432Z | Downloaded futures-io v0.3.31 |
1118 | 2025-03-03T04:11:05.432Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1119 | 2025-03-03T04:11:05.488Z | Downloaded typify v0.3.0 |
1120 | 2025-03-03T04:11:05.491Z | Downloaded num-bigint v0.4.6 |
1121 | 2025-03-03T04:11:05.497Z | Downloaded term v0.7.0 |
1122 | 2025-03-03T04:11:05.501Z | Downloaded hkdf v0.12.4 |
1123 | 2025-03-03T04:11:05.504Z | Downloaded nom v7.1.3 |
1124 | 2025-03-03T04:11:05.509Z | Downloaded tls_codec v0.4.1 |
1125 | 2025-03-03T04:11:05.511Z | Downloaded qorb v0.2.1 |
1126 | 2025-03-03T04:11:05.514Z | Downloaded pin-utils v0.1.0 |
1127 | 2025-03-03T04:11:05.514Z | Downloaded curve25519-dalek-derive v0.1.1 |
1128 | 2025-03-03T04:11:05.514Z | Downloaded darling_macro v0.20.10 |
1129 | 2025-03-03T04:11:05.514Z | Downloaded const_format v0.2.34 |
1130 | 2025-03-03T04:11:05.519Z | Downloaded itertools v0.12.1 |
1131 | 2025-03-03T04:11:05.525Z | Downloaded xattr v1.3.1 |
1132 | 2025-03-03T04:11:05.528Z | Downloaded parking_lot_core v0.9.10 |
1133 | 2025-03-03T04:11:05.532Z | Downloaded num-complex v0.4.6 |
1134 | 2025-03-03T04:11:05.532Z | Downloaded futures v0.3.31 |
1135 | 2025-03-03T04:11:05.535Z | Downloaded env_logger v0.10.2 |
1136 | 2025-03-03T04:11:05.538Z | Downloaded slog-bunyan v2.5.0 |
1137 | 2025-03-03T04:11:05.542Z | Downloaded rustfmt-wrapper v0.2.1 |
1138 | 2025-03-03T04:11:05.542Z | Downloaded rustc_version v0.4.1 |
1139 | 2025-03-03T04:11:05.546Z | Downloaded whoami v1.5.2 |
1140 | 2025-03-03T04:11:05.546Z | Downloaded slog-async v2.8.0 |
1141 | 2025-03-03T04:11:05.546Z | Downloaded rustls-pemfile v1.0.4 |
1142 | 2025-03-03T04:11:05.550Z | Downloaded nanorand v0.7.0 |
1143 | 2025-03-03T04:11:05.550Z | Downloaded form_urlencoded v1.2.1 |
1144 | 2025-03-03T04:11:05.554Z | Downloaded either v1.14.0 |
1145 | 2025-03-03T04:11:05.554Z | Downloaded powerfmt v0.2.0 |
1146 | 2025-03-03T04:11:05.554Z | Downloaded getrandom v0.3.1 |
1147 | 2025-03-03T04:11:05.558Z | Downloaded libxml v0.3.3 |
1148 | 2025-03-03T04:11:05.564Z | Downloaded itertools v0.10.5 |
1149 | 2025-03-03T04:11:05.567Z | Downloaded backtrace v0.3.74 |
1150 | 2025-03-03T04:11:05.571Z | Downloaded base64 v0.21.7 |
1151 | 2025-03-03T04:11:05.575Z | Downloaded crossbeam-channel v0.5.13 |
1152 | 2025-03-03T04:11:05.579Z | Downloaded env_logger v0.11.5 |
1153 | 2025-03-03T04:11:05.583Z | Downloaded value-bag v1.9.0 |
1154 | 2025-03-03T04:11:05.586Z | Downloaded idna v1.0.3 |
1155 | 2025-03-03T04:11:05.589Z | Downloaded hash32 v0.3.1 |
1156 | 2025-03-03T04:11:05.592Z | Downloaded defmt v0.3.8 |
1157 | 2025-03-03T04:11:05.595Z | Downloaded sct v0.7.1 |
1158 | 2025-03-03T04:11:05.600Z | Downloaded paste v1.0.15 |
1159 | 2025-03-03T04:11:05.605Z | Downloaded dropshot_endpoint v0.16.0 |
1160 | 2025-03-03T04:11:05.605Z | Downloaded serde_path_to_error v0.1.16 |
1161 | 2025-03-03T04:11:05.605Z | Downloaded tracing-core v0.1.32 |
1162 | 2025-03-03T04:11:05.607Z | Downloaded quinn v0.11.5 |
1163 | 2025-03-03T04:11:05.610Z | Downloaded ciborium v0.2.2 |
1164 | 2025-03-03T04:11:05.613Z | Downloaded tokio-tungstenite v0.24.0 |
1165 | 2025-03-03T04:11:05.613Z | Downloaded tokio-tungstenite v0.23.1 |
1166 | 2025-03-03T04:11:05.616Z | Downloaded headers v0.4.0 |
1167 | 2025-03-03T04:11:05.620Z | Downloaded bytes v1.10.0 |
1168 | 2025-03-03T04:11:05.624Z | Downloaded base64 v0.22.1 |
1169 | 2025-03-03T04:11:05.627Z | Downloaded futures-core v0.3.31 |
1170 | 2025-03-03T04:11:05.632Z | Downloaded dropshot_endpoint v0.12.0 |
1171 | 2025-03-03T04:11:05.635Z | Downloaded ahash v0.8.11 |
1172 | 2025-03-03T04:11:05.635Z | Downloaded phf v0.11.2 |
1173 | 2025-03-03T04:11:05.635Z | Downloaded embedded-io v0.6.1 |
1174 | 2025-03-03T04:11:05.638Z | Downloaded debug-ignore v1.0.5 |
1175 | 2025-03-03T04:11:05.638Z | Downloaded rustc-hash v1.1.0 |
1176 | 2025-03-03T04:11:05.638Z | Downloaded jobserver v0.1.32 |
1177 | 2025-03-03T04:11:05.641Z | Downloaded bzip2 v0.4.4 |
1178 | 2025-03-03T04:11:05.644Z | Downloaded csv-core v0.1.11 |
1179 | 2025-03-03T04:11:05.644Z | Downloaded icu_provider v1.5.0 |
1180 | 2025-03-03T04:11:05.648Z | Downloaded zerovec-derive v0.10.3 |
1181 | 2025-03-03T04:11:05.648Z | Downloaded tokio-native-tls v0.3.1 |
1182 | 2025-03-03T04:11:05.651Z | Downloaded hickory-server v0.24.4 |
1183 | 2025-03-03T04:11:05.663Z | Downloaded arc-swap v1.7.1 |
1184 | 2025-03-03T04:11:05.663Z | Downloaded clang-sys v1.8.1 |
1185 | 2025-03-03T04:11:05.663Z | Downloaded structmeta v0.3.0 |
1186 | 2025-03-03T04:11:05.663Z | Downloaded strip-ansi-escapes v0.2.0 |
1187 | 2025-03-03T04:11:05.663Z | Downloaded stable_deref_trait v1.2.0 |
1188 | 2025-03-03T04:11:05.663Z | Downloaded serde_with_macros v3.12.0 |
1189 | 2025-03-03T04:11:05.667Z | Downloaded crc32fast v1.4.2 |
1190 | 2025-03-03T04:11:05.667Z | Downloaded bcs v0.1.6 |
1191 | 2025-03-03T04:11:05.670Z | Downloaded const_format_proc_macros v0.2.34 |
1192 | 2025-03-03T04:11:05.670Z | Downloaded hmac v0.12.1 |
1193 | 2025-03-03T04:11:05.673Z | Downloaded maplit v1.0.2 |
1194 | 2025-03-03T04:11:05.673Z | Downloaded hostname v0.4.0 |
1195 | 2025-03-03T04:11:05.674Z | Downloaded bit-vec v0.8.0 |
1196 | 2025-03-03T04:11:05.677Z | Downloaded base64ct v1.6.0 |
1197 | 2025-03-03T04:11:05.677Z | Downloaded siphasher v0.3.11 |
1198 | 2025-03-03T04:11:05.679Z | Downloaded blake2 v0.10.6 |
1199 | 2025-03-03T04:11:05.682Z | Downloaded serde_repr v0.1.19 |
1200 | 2025-03-03T04:11:05.682Z | Downloaded indicatif v0.17.11 |
1201 | 2025-03-03T04:11:05.685Z | Downloaded instability v0.3.2 |
1202 | 2025-03-03T04:11:05.688Z | Downloaded console v0.15.10 |
1203 | 2025-03-03T04:11:05.691Z | Downloaded chacha20 v0.9.1 |
1204 | 2025-03-03T04:11:05.691Z | Downloaded base16ct v0.2.0 |
1205 | 2025-03-03T04:11:05.691Z | Downloaded crc-catalog v2.4.0 |
1206 | 2025-03-03T04:11:05.694Z | Downloaded crc v3.2.1 |
1207 | 2025-03-03T04:11:05.694Z | Downloaded array-init v0.0.4 |
1208 | 2025-03-03T04:11:05.697Z | Downloaded argon2 v0.5.3 |
1209 | 2025-03-03T04:11:05.697Z | Downloaded bit-set v0.8.0 |
1210 | 2025-03-03T04:11:05.700Z | Downloaded bit-set v0.5.3 |
1211 | 2025-03-03T04:11:05.700Z | Downloaded async-bb8-diesel v0.2.1 |
1212 | 2025-03-03T04:11:05.704Z | Downloaded libefi-sys v0.1.0 |
1213 | 2025-03-03T04:11:05.704Z | Downloaded iana-time-zone v0.1.61 |
1214 | 2025-03-03T04:11:05.707Z | Downloaded hyper-staticfile v0.10.1 |
1215 | 2025-03-03T04:11:05.708Z | Downloaded cipher v0.4.4 |
1216 | 2025-03-03T04:11:05.708Z | Downloaded bcrypt-pbkdf v0.10.0 |
1217 | 2025-03-03T04:11:05.711Z | Downloaded icu_normalizer v1.5.0 |
1218 | 2025-03-03T04:11:05.714Z | Downloaded async-recursion v1.1.1 |
1219 | 2025-03-03T04:11:05.717Z | Downloaded ascii-canvas v3.0.0 |
1220 | 2025-03-03T04:11:05.717Z | Downloaded blowfish v0.9.1 |
1221 | 2025-03-03T04:11:05.717Z | Downloaded indoc v2.0.5 |
1222 | 2025-03-03T04:11:05.722Z | Downloaded hyper-tls v0.6.0 |
1223 | 2025-03-03T04:11:05.722Z | Downloaded bitfield v0.14.0 |
1224 | 2025-03-03T04:11:05.724Z | Downloaded aead v0.5.2 |
1225 | 2025-03-03T04:11:05.725Z | Downloaded humantime v2.1.0 |
1226 | 2025-03-03T04:11:05.725Z | Downloaded home v0.5.9 |
1227 | 2025-03-03T04:11:05.728Z | Downloaded hex-literal v0.4.1 |
1228 | 2025-03-03T04:11:05.728Z | Downloaded hex v0.4.3 |
1229 | 2025-03-03T04:11:06.105Z | Downloaded aws-lc-sys v0.26.0 |
1230 | 2025-03-03T04:11:06.426Z | Compiling serde v1.0.218 |
1231 | 2025-03-03T04:11:06.429Z | Compiling value-bag v1.9.0 |
1232 | 2025-03-03T04:11:06.429Z | Compiling lock_api v0.4.12 |
1233 | 2025-03-03T04:11:06.430Z | Compiling scopeguard v1.2.0 |
1234 | 2025-03-03T04:11:06.581Z | Compiling typenum v1.17.0 |
1235 | 2025-03-03T04:11:06.583Z | Compiling generic-array v0.14.7 |
1236 | 2025-03-03T04:11:06.624Z | Compiling syn v2.0.98 |
1237 | 2025-03-03T04:11:06.638Z | Compiling getrandom v0.2.15 |
1238 | 2025-03-03T04:11:06.740Z | Compiling shlex v1.3.0 |
1239 | 2025-03-03T04:11:06.959Z | Compiling rand_core v0.6.4 |
1240 | 2025-03-03T04:11:07.035Z | Compiling log v0.4.22 |
1241 | 2025-03-03T04:11:07.114Z | Compiling jobserver v0.1.32 |
1242 | 2025-03-03T04:11:07.139Z | Compiling subtle v2.6.1 |
1243 | 2025-03-03T04:11:07.160Z | Compiling smallvec v1.14.0 |
1244 | 2025-03-03T04:11:07.489Z | Compiling cc v1.2.15 |
1245 | 2025-03-03T04:11:07.489Z | Compiling const-oid v0.9.6 |
1246 | 2025-03-03T04:11:07.494Z | Compiling pin-project-lite v0.2.14 |
1247 | 2025-03-03T04:11:07.554Z | Compiling parking_lot_core v0.9.10 |
1248 | 2025-03-03T04:11:07.661Z | Compiling rustix v0.38.37 |
1249 | 2025-03-03T04:11:07.795Z | Compiling signal-hook-registry v1.4.2 |
1250 | 2025-03-03T04:11:07.868Z | Compiling futures-core v0.3.31 |
1251 | 2025-03-03T04:11:08.185Z | Compiling mio v1.0.2 |
1252 | 2025-03-03T04:11:08.626Z | Compiling parking_lot v0.12.3 |
1253 | 2025-03-03T04:11:08.647Z | Compiling spin v0.9.8 |
1254 | 2025-03-03T04:11:08.763Z | Compiling socket2 v0.5.8 |
1255 | 2025-03-03T04:11:09.010Z | Compiling aho-corasick v1.1.3 |
1256 | 2025-03-03T04:11:09.045Z | Compiling cpufeatures v0.2.14 |
1257 | 2025-03-03T04:11:09.164Z | Compiling either v1.14.0 |
1258 | 2025-03-03T04:11:09.277Z | Compiling stable_deref_trait v1.2.0 |
1259 | 2025-03-03T04:11:09.436Z | Compiling futures-sink v0.3.31 |
1260 | 2025-03-03T04:11:09.508Z | Compiling regex-syntax v0.8.5 |
1261 | 2025-03-03T04:11:09.597Z | Compiling slab v0.4.9 |
1262 | 2025-03-03T04:11:09.617Z | Compiling glob v0.3.2 |
1263 | 2025-03-03T04:11:09.694Z | Compiling prettyplease v0.2.29 |
1264 | 2025-03-03T04:11:09.758Z | Compiling lazy_static v1.5.0 |
1265 | 2025-03-03T04:11:09.892Z | Compiling serde_json v1.0.139 |
1266 | 2025-03-03T04:11:10.058Z | Compiling minimal-lexical v0.2.1 |
1267 | 2025-03-03T04:11:10.255Z | Compiling futures-channel v0.3.31 |
1268 | 2025-03-03T04:11:10.377Z | Compiling libloading v0.8.5 |
1269 | 2025-03-03T04:11:10.468Z | Compiling clang-sys v1.8.1 |
1270 | 2025-03-03T04:11:10.593Z | Compiling nom v7.1.3 |
1271 | 2025-03-03T04:11:10.691Z | Compiling futures-io v0.3.31 |
1272 | 2025-03-03T04:11:10.776Z | Compiling bindgen v0.69.5 |
1273 | 2025-03-03T04:11:10.974Z | Compiling foldhash v0.1.3 |
1274 | 2025-03-03T04:11:11.219Z | Compiling pin-utils v0.1.0 |
1275 | 2025-03-03T04:11:11.296Z | Compiling futures-task v0.3.31 |
1276 | 2025-03-03T04:11:11.320Z | Compiling home v0.5.9 |
1277 | 2025-03-03T04:11:11.558Z | Compiling allocator-api2 v0.2.18 |
1278 | 2025-03-03T04:11:11.660Z | Compiling itertools v0.12.1 |
1279 | 2025-03-03T04:11:11.685Z | Compiling pkg-config v0.3.31 |
1280 | 2025-03-03T04:11:12.317Z | Compiling hashbrown v0.15.1 |
1281 | 2025-03-03T04:11:13.006Z | Compiling libm v0.2.8 |
1282 | 2025-03-03T04:11:13.372Z | Compiling regex-automata v0.4.8 |
1283 | 2025-03-03T04:11:13.574Z | Compiling rustc-hash v1.1.0 |
1284 | 2025-03-03T04:11:13.696Z | Compiling lazycell v1.3.0 |
1285 | 2025-03-03T04:11:13.740Z | Compiling cexpr v0.6.0 |
1286 | 2025-03-03T04:11:13.914Z | Compiling cmake v0.1.51 |
1287 | 2025-03-03T04:11:13.992Z | Compiling num-traits v0.2.19 |
1288 | 2025-03-03T04:11:14.311Z | Compiling synstructure v0.13.1 |
1289 | 2025-03-03T04:11:14.736Z | Compiling dunce v1.0.5 |
1290 | 2025-03-03T04:11:15.031Z | Compiling fs_extra v1.3.0 |
1291 | 2025-03-03T04:11:15.497Z | Compiling getrandom v0.3.1 |
1292 | 2025-03-03T04:11:15.585Z | Compiling writeable v0.5.5 |
1293 | 2025-03-03T04:11:15.656Z | Compiling litemap v0.7.3 |
1294 | 2025-03-03T04:11:16.045Z | Compiling ring v0.17.11 |
1295 | 2025-03-03T04:11:16.133Z | Compiling base64ct v1.6.0 |
1296 | 2025-03-03T04:11:16.208Z | Compiling paste v1.0.15 |
1297 | 2025-03-03T04:11:16.778Z | Compiling pem-rfc7468 v0.7.0 |
1298 | 2025-03-03T04:11:17.212Z | Compiling rustls-pki-types v1.10.0 |
1299 | 2025-03-03T04:11:17.335Z | Compiling flagset v0.4.6 |
1300 | 2025-03-03T04:11:17.391Z | Compiling httparse v1.9.5 |
1301 | 2025-03-03T04:11:17.557Z | Compiling aws-lc-rs v1.12.4 |
1302 | 2025-03-03T04:11:18.016Z | Compiling icu_locid_transform_data v1.5.0 |
1303 | 2025-03-03T04:11:18.187Z | Compiling regex v1.11.1 |
1304 | 2025-03-03T04:11:18.212Z | Compiling tracing-core v0.1.32 |
1305 | 2025-03-03T04:11:18.431Z | Compiling crossbeam-utils v0.8.20 |
1306 | 2025-03-03T04:11:18.941Z | Compiling icu_properties_data v1.5.0 |
1307 | 2025-03-03T04:11:19.103Z | Compiling percent-encoding v2.3.1 |
1308 | 2025-03-03T04:11:19.206Z | Compiling serde_derive v1.0.218 |
1309 | 2025-03-03T04:11:19.223Z | Compiling zeroize_derive v1.4.2 |
1310 | 2025-03-03T04:11:19.333Z | Compiling zerocopy-derive v0.7.35 |
1311 | 2025-03-03T04:11:19.406Z | Compiling tokio-macros v2.5.0 |
1312 | 2025-03-03T04:11:19.852Z | Compiling zerofrom-derive v0.1.4 |
1313 | 2025-03-03T04:11:20.570Z | Compiling zeroize v1.8.1 |
1314 | 2025-03-03T04:11:20.815Z | Compiling yoke-derive v0.7.4 |
1315 | 2025-03-03T04:11:21.280Z | Compiling zerocopy v0.7.35 |
1316 | 2025-03-03T04:11:21.933Z | Compiling thiserror-impl v1.0.69 |
1317 | 2025-03-03T04:11:21.953Z | Compiling displaydoc v0.2.5 |
1318 | 2025-03-03T04:11:22.239Z | Compiling crypto-common v0.1.6 |
1319 | 2025-03-03T04:11:22.560Z | Compiling block-buffer v0.10.4 |
1320 | 2025-03-03T04:11:22.584Z | Compiling zerovec-derive v0.10.3 |
1321 | 2025-03-03T04:11:22.744Z | Compiling digest v0.10.7 |
1322 | 2025-03-03T04:11:22.777Z | Compiling futures-macro v0.3.31 |
1323 | 2025-03-03T04:11:23.217Z | Compiling hmac v0.12.1 |
1324 | 2025-03-03T04:11:23.238Z | Compiling zerofrom v0.1.4 |
1325 | 2025-03-03T04:11:23.382Z | Compiling block-padding v0.3.3 |
1326 | 2025-03-03T04:11:23.403Z | Compiling ppv-lite86 v0.2.20 |
1327 | 2025-03-03T04:11:23.465Z | Compiling yoke v0.7.4 |
1328 | 2025-03-03T04:11:23.469Z | Compiling sha2 v0.10.8 |
1329 | 2025-03-03T04:11:23.644Z | Compiling inout v0.1.3 |
1330 | 2025-03-03T04:11:23.861Z | Compiling icu_provider_macros v1.5.0 |
1331 | 2025-03-03T04:11:23.990Z | Compiling cipher v0.4.4 |
1332 | 2025-03-03T04:11:24.247Z | Compiling der_derive v0.7.3 |
1333 | 2025-03-03T04:11:24.456Z | Compiling tracing-attributes v0.1.27 |
1334 | 2025-03-03T04:11:24.741Z | Compiling futures-util v0.3.31 |
1335 | 2025-03-03T04:11:24.857Z | Compiling thiserror v1.0.69 |
1336 | 2025-03-03T04:11:24.897Z | Compiling salsa20 v0.10.2 |
1337 | 2025-03-03T04:11:25.002Z | Compiling pest v2.7.14 |
1338 | 2025-03-03T04:11:25.110Z | Compiling pbkdf2 v0.12.2 |
1339 | 2025-03-03T04:11:25.138Z | Compiling zerovec v0.10.4 |
1340 | 2025-03-03T04:11:25.302Z | Compiling untrusted v0.7.1 |
1341 | 2025-03-03T04:11:25.506Z | Compiling write16 v1.0.0 |
1342 | 2025-03-03T04:11:25.653Z | Compiling num-conv v0.1.0 |
1343 | 2025-03-03T04:11:25.923Z | Compiling icu_normalizer_data v1.5.0 |
1344 | 2025-03-03T04:11:26.032Z | Compiling powerfmt v0.2.0 |
1345 | 2025-03-03T04:11:26.390Z | Compiling utf8_iter v1.0.4 |
1346 | 2025-03-03T04:11:26.473Z | Compiling der v0.7.9 |
1347 | 2025-03-03T04:11:26.629Z | Compiling time-core v0.1.2 |
1348 | 2025-03-03T04:11:26.823Z | Compiling tinystr v0.7.6 |
1349 | 2025-03-03T04:11:27.047Z | Compiling icu_collections v1.5.0 |
1350 | 2025-03-03T04:11:27.134Z | Compiling vcpkg v0.2.15 |
1351 | 2025-03-03T04:11:27.197Z | Compiling icu_locid v1.5.0 |
1352 | 2025-03-03T04:11:27.571Z | Compiling tracing v0.1.40 |
1353 | 2025-03-03T04:11:27.986Z | Compiling utf16_iter v1.0.5 |
1354 | 2025-03-03T04:11:28.132Z | Compiling untrusted v0.9.0 |
1355 | 2025-03-03T04:11:28.209Z | Compiling pest_meta v2.7.14 |
1356 | 2025-03-03T04:11:28.331Z | Compiling icu_provider v1.5.0 |
1357 | 2025-03-03T04:11:28.984Z | Compiling spki v0.7.3 |
1358 | 2025-03-03T04:11:29.226Z | Compiling icu_locid_transform v1.5.0 |
1359 | 2025-03-03T04:11:29.307Z | Compiling openssl-sys v0.9.106 |
1360 | 2025-03-03T04:11:29.371Z | Compiling time-macros v0.2.18 |
1361 | 2025-03-03T04:11:29.482Z | Compiling deranged v0.3.11 |
1362 | 2025-03-03T04:11:30.151Z | Compiling scrypt v0.11.0 |
1363 | 2025-03-03T04:11:30.378Z | Compiling aes v0.8.4 |
1364 | 2025-03-03T04:11:30.665Z | Compiling icu_properties v1.5.1 |
1365 | 2025-03-03T04:11:30.965Z | Compiling cbc v0.1.2 |
1366 | 2025-03-03T04:11:31.477Z | Compiling scroll_derive v0.12.0 |
1367 | 2025-03-03T04:11:31.990Z | Compiling bytes v1.10.0 |
1368 | 2025-03-03T04:11:32.303Z | Compiling bitflags v2.6.0 |
1369 | 2025-03-03T04:11:32.371Z | Compiling indexmap v2.7.1 |
1370 | 2025-03-03T04:11:32.749Z | Compiling semver v1.0.25 |
1371 | 2025-03-03T04:11:32.862Z | Compiling tinyvec_macros v0.1.1 |
1372 | 2025-03-03T04:11:32.999Z | Compiling atomic-waker v1.1.2 |
1373 | 2025-03-03T04:11:33.137Z | Compiling tokio v1.43.0 |
1374 | 2025-03-03T04:11:33.203Z | Compiling http v1.2.0 |
1375 | 2025-03-03T04:11:33.421Z | Compiling rustc_version v0.4.1 |
1376 | 2025-03-03T04:11:33.455Z | Compiling num_threads v0.1.7 |
1377 | 2025-03-03T04:11:33.600Z | Compiling time v0.3.36 |
1378 | 2025-03-03T04:11:33.692Z | Compiling tinyvec v1.8.0 |
1379 | 2025-03-03T04:11:34.097Z | Compiling scroll v0.12.0 |
1380 | 2025-03-03T04:11:34.608Z | Compiling icu_normalizer v1.5.0 |
1381 | 2025-03-03T04:11:35.111Z | Compiling http-body v1.0.1 |
1382 | 2025-03-03T04:11:35.169Z | Compiling pkcs5 v0.7.1 |
1383 | 2025-03-03T04:11:35.309Z | Compiling pest_generator v2.7.14 |
1384 | 2025-03-03T04:11:35.341Z | Compiling rand_chacha v0.3.1 |
1385 | 2025-03-03T04:11:35.362Z | Compiling form_urlencoded v1.2.1 |
1386 | 2025-03-03T04:11:35.683Z | Compiling idna_adapter v1.2.0 |
1387 | 2025-03-03T04:11:35.929Z | Compiling try-lock v0.2.5 |
1388 | 2025-03-03T04:11:36.092Z | Compiling zerocopy v0.8.10 |
1389 | 2025-03-03T04:11:36.248Z | Compiling which v4.4.2 |
1390 | 2025-03-03T04:11:36.358Z | Compiling slog v2.7.0 |
1391 | 2025-03-03T04:11:36.931Z | Compiling want v0.3.1 |
1392 | 2025-03-03T04:11:36.959Z | Compiling goblin v0.8.2 |
1393 | 2025-03-03T04:11:37.183Z | Compiling pest_derive v2.7.14 |
1394 | 2025-03-03T04:11:37.211Z | Compiling idna v1.0.3 |
1395 | 2025-03-03T04:11:37.230Z | Compiling pkcs8 v0.10.2 |
1396 | 2025-03-03T04:11:37.664Z | Compiling rand v0.8.5 |
1397 | 2025-03-03T04:11:37.896Z | Compiling uuid v1.15.1 |
1398 | 2025-03-03T04:11:37.979Z | Compiling zerocopy-derive v0.8.10 |
1399 | 2025-03-03T04:11:38.145Z | Compiling tower-service v0.3.3 |
1400 | 2025-03-03T04:11:38.297Z | Compiling httpdate v1.0.3 |
1401 | 2025-03-03T04:11:38.745Z | Compiling adler2 v2.0.0 |
1402 | 2025-03-03T04:11:38.826Z | Compiling iana-time-zone v0.1.61 |
1403 | 2025-03-03T04:11:38.949Z | Compiling miniz_oxide v0.8.5 |
1404 | 2025-03-03T04:11:39.200Z | Compiling chrono v0.4.40 |
1405 | 2025-03-03T04:11:39.478Z | Compiling dtrace-parser v0.2.0 |
1406 | 2025-03-03T04:11:40.487Z | Compiling toml_datetime v0.6.8 |
1407 | 2025-03-03T04:11:40.523Z | Compiling serde_spanned v0.6.8 |
1408 | 2025-03-03T04:11:40.766Z | Compiling serde_tokenstream v0.2.2 |
1409 | 2025-03-03T04:11:40.972Z | Compiling foreign-types-shared v0.1.1 |
1410 | 2025-03-03T04:11:41.104Z | Compiling tokio-util v0.7.13 |
1411 | 2025-03-03T04:11:41.304Z | Compiling rustversion v1.0.17 |
1412 | 2025-03-03T04:11:41.331Z | Compiling base64 v0.22.1 |
1413 | 2025-03-03T04:11:41.985Z | Compiling openssl v0.10.71 |
1414 | 2025-03-03T04:11:42.025Z | Compiling h2 v0.4.6 |
1415 | 2025-03-03T04:11:42.361Z | Compiling match_cfg v0.1.0 |
1416 | 2025-03-03T04:11:42.426Z | Compiling openssl-probe v0.1.5 |
1417 | 2025-03-03T04:11:42.473Z | Compiling hostname v0.3.1 |
1418 | 2025-03-03T04:11:42.610Z | Compiling dof v0.3.0 |
1419 | 2025-03-03T04:11:42.697Z | Compiling foreign-types v0.3.2 |
1420 | 2025-03-03T04:11:42.742Z | Compiling url v2.5.3 |
1421 | 2025-03-03T04:11:43.745Z | Compiling rand_core v0.9.2 |
1422 | 2025-03-03T04:11:44.121Z | Compiling usdt-impl v0.5.0 |
1423 | 2025-03-03T04:11:44.188Z | Compiling openssl-macros v0.1.1 |
1424 | 2025-03-03T04:11:44.429Z | Compiling async-trait v0.1.86 |
1425 | 2025-03-03T04:11:44.521Z | Compiling serde_derive_internals v0.29.1 |
1426 | 2025-03-03T04:11:44.936Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1427 | 2025-03-03T04:11:45.436Z | Compiling dirs-sys-next v0.1.2 |
1428 | 2025-03-03T04:11:45.455Z | Compiling data-encoding v2.6.0 |
1429 | 2025-03-03T04:11:45.970Z | Compiling rustls v0.22.4 |
1430 | 2025-03-03T04:11:46.019Z | Compiling schemars v0.8.22 |
1431 | 2025-03-03T04:11:46.049Z | Compiling rustls v0.23.19 |
1432 | 2025-03-03T04:11:46.264Z | Compiling syn v1.0.109 |
1433 | 2025-03-03T04:11:46.346Z | Compiling native-tls v0.2.12 |
1434 | 2025-03-03T04:11:46.375Z | Compiling siphasher v0.3.11 |
1435 | 2025-03-03T04:11:46.727Z | Compiling schemars_derive v0.8.22 |
1436 | 2025-03-03T04:11:46.787Z | Compiling dirs-next v2.0.0 |
1437 | 2025-03-03T04:11:46.897Z | Compiling rand_chacha v0.9.0 |
1438 | 2025-03-03T04:11:47.342Z | Compiling http-body-util v0.1.2 |
1439 | 2025-03-03T04:11:47.812Z | Compiling unicode-normalization v0.1.24 |
1440 | 2025-03-03T04:11:48.160Z | Compiling heapless v0.7.17 |
1441 | 2025-03-03T04:11:48.283Z | Compiling crossbeam-epoch v0.9.18 |
1442 | 2025-03-03T04:11:48.621Z | Compiling sha1 v0.10.6 |
1443 | 2025-03-03T04:11:48.931Z | Compiling hyper v1.6.0 |
1444 | 2025-03-03T04:11:48.954Z | Compiling signature v2.2.0 |
1445 | 2025-03-03T04:11:49.002Z | Compiling thread_local v1.1.8 |
1446 | 2025-03-03T04:11:49.034Z | Compiling crc32fast v1.4.2 |
1447 | 2025-03-03T04:11:49.252Z | Compiling cookie v0.18.1 |
1448 | 2025-03-03T04:11:49.380Z | Compiling encoding_rs v0.8.34 |
1449 | 2025-03-03T04:11:49.450Z | Compiling multer v3.1.0 |
1450 | 2025-03-03T04:11:49.580Z | Compiling gimli v0.31.1 |
1451 | 2025-03-03T04:11:49.713Z | Compiling slog-async v2.8.0 |
1452 | 2025-03-03T04:11:49.760Z | Compiling unicode-properties v0.1.3 |
1453 | 2025-03-03T04:11:50.153Z | Compiling rayon-core v1.12.1 |
1454 | 2025-03-03T04:11:50.240Z | Compiling unicode-bidi v0.3.17 |
1455 | 2025-03-03T04:11:50.450Z | Compiling signal-hook v0.3.17 |
1456 | 2025-03-03T04:11:50.769Z | Compiling ipnet v2.11.0 |
1457 | 2025-03-03T04:11:51.465Z | Compiling hyper-util v0.1.10 |
1458 | 2025-03-03T04:11:51.551Z | Compiling mime v0.3.17 |
1459 | 2025-03-03T04:11:51.857Z | Compiling dyn-clone v1.0.18 |
1460 | 2025-03-03T04:11:52.060Z | Compiling toml_edit v0.22.24 |
1461 | 2025-03-03T04:11:53.161Z | Compiling stringprep v0.1.5 |
1462 | 2025-03-03T04:11:53.759Z | Compiling addr2line v0.24.2 |
1463 | 2025-03-03T04:11:54.164Z | Compiling crossbeam-deque v0.8.5 |
1464 | 2025-03-03T04:11:54.378Z | Compiling rand v0.9.0 |
1465 | 2025-03-03T04:11:54.479Z | Compiling term v0.7.0 |
1466 | 2025-03-03T04:11:54.524Z | Compiling usdt-attr-macro v0.5.0 |
1467 | 2025-03-03T04:11:54.527Z | Compiling usdt-macro v0.5.0 |
1468 | 2025-03-03T04:11:55.408Z | Compiling slog-json v2.6.1 |
1469 | 2025-03-03T04:11:55.651Z | Compiling serde_urlencoded v0.7.1 |
1470 | 2025-03-03T04:11:55.748Z | Compiling curve25519-dalek v4.1.3 |
1471 | 2025-03-03T04:11:55.996Z | Compiling crossbeam-channel v0.5.13 |
1472 | 2025-03-03T04:11:56.031Z | Compiling futures-executor v0.3.31 |
1473 | 2025-03-03T04:11:56.139Z | Compiling enum-as-inner v0.6.1 |
1474 | 2025-03-03T04:11:56.156Z | Compiling md-5 v0.10.6 |
1475 | 2025-03-03T04:11:56.447Z | Compiling async-stream-impl v0.3.6 |
1476 | 2025-03-03T04:11:56.464Z | Compiling num-integer v0.1.46 |
1477 | 2025-03-03T04:11:56.529Z | Compiling rustls-pemfile v2.2.0 |
1478 | 2025-03-03T04:11:56.867Z | Compiling hash32 v0.2.1 |
1479 | 2025-03-03T04:11:56.947Z | Compiling ff v0.13.0 |
1480 | 2025-03-03T04:11:57.163Z | Compiling is-terminal v0.4.13 |
1481 | 2025-03-03T04:11:57.184Z | Compiling memoffset v0.9.1 |
1482 | 2025-03-03T04:11:57.206Z | Compiling dropshot v0.12.0 |
1483 | 2025-03-03T04:11:57.226Z | Compiling object v0.36.5 |
1484 | 2025-03-03T04:11:57.305Z | Compiling portable-atomic v1.9.0 |
1485 | 2025-03-03T04:11:57.501Z | Compiling base16ct v0.2.0 |
1486 | 2025-03-03T04:11:57.548Z | Compiling linked-hash-map v0.5.6 |
1487 | 2025-03-03T04:11:57.734Z | Compiling fallible-iterator v0.2.0 |
1488 | 2025-03-03T04:11:57.830Z | Compiling litrs v0.4.1 |
1489 | 2025-03-03T04:11:57.893Z | Compiling take_mut v0.2.2 |
1490 | 2025-03-03T04:11:58.104Z | Compiling cfg_aliases v0.2.1 |
1491 | 2025-03-03T04:11:58.219Z | Compiling rustc-demangle v0.1.24 |
1492 | 2025-03-03T04:11:58.282Z | Compiling utf-8 v0.7.6 |
1493 | 2025-03-03T04:11:58.421Z | Compiling smoltcp v0.9.1 |
1494 | 2025-03-03T04:11:58.621Z | Compiling anyhow v1.0.96 |
1495 | 2025-03-03T04:11:58.974Z | Compiling quick-error v1.2.3 |
1496 | 2025-03-03T04:11:59.094Z | Compiling num-bigint-dig v0.8.4 |
1497 | 2025-03-03T04:11:59.114Z | Compiling psl-types v2.0.11 |
1498 | 2025-03-03T04:11:59.138Z | Compiling resolv-conf v0.7.0 |
1499 | 2025-03-03T04:11:59.304Z | Compiling publicsuffix v2.3.0 |
1500 | 2025-03-03T04:11:59.324Z | Compiling document-features v0.2.10 |
1501 | 2025-03-03T04:11:59.446Z | Compiling tungstenite v0.24.0 |
1502 | 2025-03-03T04:11:59.587Z | Compiling postgres-protocol v0.6.8 |
1503 | 2025-03-03T04:11:59.713Z | Compiling nix v0.29.0 |
1504 | 2025-03-03T04:12:00.470Z | Compiling lru-cache v0.1.2 |
1505 | 2025-03-03T04:12:00.562Z | Compiling async-stream v0.3.6 |
1506 | 2025-03-03T04:12:00.683Z | Compiling sec1 v0.7.3 |
1507 | 2025-03-03T04:12:00.863Z | Compiling slog-term v2.9.1 |
1508 | 2025-03-03T04:12:00.866Z | Compiling hickory-proto v0.24.4 |
1509 | 2025-03-03T04:12:01.209Z | Compiling usdt v0.5.0 |
1510 | 2025-03-03T04:12:01.342Z | Compiling group v0.13.0 |
1511 | 2025-03-03T04:12:01.662Z | Compiling num-iter v0.1.45 |
1512 | 2025-03-03T04:12:01.823Z | Compiling futures v0.3.31 |
1513 | 2025-03-03T04:12:01.870Z | Compiling slog-bunyan v2.5.0 |
1514 | 2025-03-03T04:12:01.939Z | Compiling toml v0.8.20 |
1515 | 2025-03-03T04:12:01.999Z | Compiling bzip2 v0.4.4 |
1516 | 2025-03-03T04:12:03.384Z | Compiling tokio-native-tls v0.3.1 |
1517 | 2025-03-03T04:12:03.406Z | Compiling camino v1.1.9 |
1518 | 2025-03-03T04:12:03.476Z | Compiling flate2 v1.1.0 |
1519 | 2025-03-03T04:12:03.661Z | Compiling backtrace v0.3.74 |
1520 | 2025-03-03T04:12:03.978Z | Compiling phf_shared v0.11.2 |
1521 | 2025-03-03T04:12:04.178Z | Compiling rustls-native-certs v0.8.1 |
1522 | 2025-03-03T04:12:04.249Z | Compiling dropshot_endpoint v0.12.0 |
1523 | 2025-03-03T04:12:04.353Z | Compiling terminal_size v0.4.0 |
1524 | 2025-03-03T04:12:04.374Z | Compiling openapiv3 v2.0.0 |
1525 | 2025-03-03T04:12:04.589Z | Compiling waitgroup v0.1.2 |
1526 | 2025-03-03T04:12:04.701Z | Compiling serde_path_to_error v0.1.16 |
1527 | 2025-03-03T04:12:04.808Z | Compiling hkdf v0.12.4 |
1528 | 2025-03-03T04:12:05.069Z | Compiling crypto-bigint v0.5.5 |
1529 | 2025-03-03T04:12:05.466Z | Compiling zerocopy-derive v0.6.6 |
1530 | 2025-03-03T04:12:06.482Z | Compiling hubpack_derive v0.1.1 |
1531 | 2025-03-03T04:12:06.578Z | Compiling curve25519-dalek-derive v0.1.1 |
1532 | 2025-03-03T04:12:07.352Z | Compiling webpki-roots v0.26.6 |
1533 | 2025-03-03T04:12:07.432Z | Compiling sync_wrapper v1.0.1 |
1534 | 2025-03-03T04:12:07.571Z | Compiling hostname v0.4.0 |
1535 | 2025-03-03T04:12:07.607Z | Compiling fs-err v2.11.0 |
1536 | 2025-03-03T04:12:07.783Z | Compiling ahash v0.8.11 |
1537 | 2025-03-03T04:12:07.963Z | Compiling zip v2.1.3 |
1538 | 2025-03-03T04:12:08.002Z | Compiling newtype-uuid v1.2.1 |
1539 | 2025-03-03T04:12:08.162Z | Compiling buf-list v1.0.3 |
1540 | 2025-03-03T04:12:08.253Z | Compiling winnow v0.5.40 |
1541 | 2025-03-03T04:12:08.285Z | Compiling bumpalo v3.16.0 |
1542 | 2025-03-03T04:12:08.287Z | Compiling managed v0.8.0 |
1543 | 2025-03-03T04:12:08.323Z | Compiling tower-layer v0.3.3 |
1544 | 2025-03-03T04:12:08.625Z | Compiling unicode-width v0.2.0 |
1545 | 2025-03-03T04:12:08.726Z | Compiling simd-adler32 v0.3.7 |
1546 | 2025-03-03T04:12:08.763Z | Compiling debug-ignore v1.0.5 |
1547 | 2025-03-03T04:12:08.782Z | Compiling lockfree-object-pool v0.1.6 |
1548 | 2025-03-03T04:12:09.046Z | Compiling tower v0.5.2 |
1549 | 2025-03-03T04:12:09.140Z | Compiling console v0.15.10 |
1550 | 2025-03-03T04:12:09.228Z | Compiling zopfli v0.8.1 |
1551 | 2025-03-03T04:12:09.849Z | Compiling strum_macros v0.25.3 |
1552 | 2025-03-03T04:12:09.931Z | Compiling clap_builder v4.5.31 |
1553 | 2025-03-03T04:12:10.531Z | Compiling elliptic-curve v0.13.8 |
1554 | 2025-03-03T04:12:11.010Z | Compiling zerocopy v0.6.6 |
1555 | 2025-03-03T04:12:11.063Z | Compiling hubpack v0.1.2 |
1556 | 2025-03-03T04:12:11.359Z | Compiling hickory-resolver v0.24.4 |
1557 | 2025-03-03T04:12:11.476Z | Compiling toml_edit v0.19.15 |
1558 | 2025-03-03T04:12:11.737Z | Compiling phf v0.11.2 |
1559 | 2025-03-03T04:12:12.021Z | Compiling hyper-tls v0.6.0 |
1560 | 2025-03-03T04:12:12.444Z | Compiling signal-hook-mio v0.2.4 |
1561 | 2025-03-03T04:12:12.470Z | Compiling rayon v1.10.0 |
1562 | 2025-03-03T04:12:12.631Z | Compiling cookie_store v0.21.1 |
1563 | 2025-03-03T04:12:14.264Z | Compiling tokio-tungstenite v0.24.0 |
1564 | 2025-03-03T04:12:14.820Z | Compiling postgres-types v0.2.9 |
1565 | 2025-03-03T04:12:16.895Z | Compiling ed25519 v2.2.3 |
1566 | 2025-03-03T04:12:17.105Z | Compiling phf_shared v0.10.0 |
1567 | 2025-03-03T04:12:17.363Z | Compiling tokio-stream v0.1.17 |
1568 | 2025-03-03T04:12:17.485Z | Compiling pkcs1 v0.7.5 |
1569 | 2025-03-03T04:12:17.816Z | Compiling serde-big-array v0.5.1 |
1570 | 2025-03-03T04:12:18.093Z | Compiling clap_derive v4.5.28 |
1571 | 2025-03-03T04:12:18.343Z | Compiling rfc6979 v0.4.0 |
1572 | 2025-03-03T04:12:18.421Z | Compiling serde_repr v0.1.19 |
1573 | 2025-03-03T04:12:18.451Z | Compiling derive-where v1.2.7 |
1574 | 2025-03-03T04:12:18.530Z | Compiling float-cmp v0.10.0 |
1575 | 2025-03-03T04:12:18.767Z | Compiling bstr v1.10.0 |
1576 | 2025-03-03T04:12:18.788Z | Compiling difflib v0.4.0 |
1577 | 2025-03-03T04:12:18.823Z | Compiling fixedbitset v0.4.2 |
1578 | 2025-03-03T04:12:19.269Z | Compiling new_debug_unreachable v1.0.6 |
1579 | 2025-03-03T04:12:19.379Z | Compiling unicode-segmentation v1.12.0 |
1580 | 2025-03-03T04:12:19.545Z | Compiling whoami v1.5.2 |
1581 | 2025-03-03T04:12:20.120Z | Compiling static_assertions v1.1.0 |
1582 | 2025-03-03T04:12:20.141Z | Compiling predicates-core v1.0.8 |
1583 | 2025-03-03T04:12:20.233Z | Compiling precomputed-hash v0.1.1 |
1584 | 2025-03-03T04:12:20.295Z | Compiling normalize-line-endings v0.3.0 |
1585 | 2025-03-03T04:12:20.349Z | Compiling number_prefix v0.4.0 |
1586 | 2025-03-03T04:12:20.373Z | Compiling string_cache v0.8.7 |
1587 | 2025-03-03T04:12:20.434Z | Compiling predicates v3.1.3 |
1588 | 2025-03-03T04:12:20.468Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1589 | 2025-03-03T04:12:20.596Z | Compiling indicatif v0.17.11 |
1590 | 2025-03-03T04:12:20.809Z | Compiling similar v2.7.0 |
1591 | 2025-03-03T04:12:21.551Z | Compiling tokio-postgres v0.7.13 |
1592 | 2025-03-03T04:12:21.893Z | Compiling petgraph v0.6.5 |
1593 | 2025-03-03T04:12:22.557Z | Compiling ecdsa v0.16.9 |
1594 | 2025-03-03T04:12:22.579Z | Compiling clap v4.5.31 |
1595 | 2025-03-03T04:12:22.716Z | Compiling rsa v0.9.6 |
1596 | 2025-03-03T04:12:22.853Z | Compiling ed25519-dalek v2.1.1 |
1597 | 2025-03-03T04:12:23.385Z | Compiling toml v0.7.8 |
1598 | 2025-03-03T04:12:24.822Z | Compiling crossterm v0.28.1 |
1599 | 2025-03-03T04:12:27.049Z | Compiling zip v0.6.6 |
1600 | 2025-03-03T04:12:27.104Z | Compiling hex v0.4.3 |
1601 | 2025-03-03T04:12:27.278Z | Compiling x509-cert v0.2.5 |
1602 | 2025-03-03T04:12:27.443Z | Compiling itertools v0.10.5 |
1603 | 2025-03-03T04:12:27.729Z | Compiling lalrpop-util v0.19.12 |
1604 | 2025-03-03T04:12:28.085Z | Compiling unicode-xid v0.2.6 |
1605 | 2025-03-03T04:12:28.089Z | Compiling peg-runtime v0.8.3 |
1606 | 2025-03-03T04:12:28.161Z | Compiling strum_macros v0.26.4 |
1607 | 2025-03-03T04:12:28.302Z | Compiling xattr v1.3.1 |
1608 | 2025-03-03T04:12:28.390Z | Compiling filetime v0.2.25 |
1609 | 2025-03-03T04:12:28.631Z | Compiling tar v0.4.44 |
1610 | 2025-03-03T04:12:32.761Z | Compiling strum v0.26.3 |
1611 | 2025-03-03T04:12:35.567Z | Compiling aws-lc-sys v0.26.0 |
1612 | 2025-03-03T04:13:05.640Z | Compiling rustls-webpki v0.102.8 |
1613 | 2025-03-03T04:13:08.868Z | Compiling tokio-rustls v0.25.0 |
1614 | 2025-03-03T04:13:10.575Z | Compiling tokio-rustls v0.26.0 |
1615 | 2025-03-03T04:13:10.836Z | Compiling hyper-rustls v0.27.5 |
1616 | 2025-03-03T04:13:11.232Z | Compiling reqwest v0.12.12 |
1617 | 2025-03-03T04:13:12.552Z | Compiling qorb v0.2.1 |
1618 | 2025-03-03T04:13:15.541Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1619 | 2025-03-03T04:13:15.835Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1620 | 2025-03-03T04:13:20.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1621 | 2025-03-03T04:13:20.586Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1622 | 2025-03-03T04:13:20.642Z | Mar 03 04:13:20.060 INFO Starting download, target: Console |
1623 | 2025-03-03T04:13:20.642Z | Mar 03 04:13:20.060 INFO Starting download, target: Clickhouse |
1624 | 2025-03-03T04:13:20.643Z | Mar 03 04:13:20.060 INFO Starting download, target: Cockroach |
1625 | 2025-03-03T04:13:20.643Z | Mar 03 04:13:20.060 INFO Starting download, target: DendriteOpenapi |
1626 | 2025-03-03T04:13:20.643Z | Mar 03 04:13:20.060 INFO Starting download, target: DendriteStub |
1627 | 2025-03-03T04:13:20.643Z | Mar 03 04:13:20.060 INFO Starting download, target: MaghemiteMgd |
1628 | 2025-03-03T04:13:20.648Z | Mar 03 04:13:20.060 INFO Starting download, target: TransceiverControl |
1629 | 2025-03-03T04:13:20.648Z | Mar 03 04:13:20.061 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1630 | 2025-03-03T04:13:20.648Z | Mar 03 04:13:20.061 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1631 | 2025-03-03T04:13:20.648Z | Mar 03 04:13:20.061 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1632 | 2025-03-03T04:13:20.648Z | Mar 03 04:13:20.061 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1633 | 2025-03-03T04:13:20.648Z | Mar 03 04:13:20.061 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1634 | 2025-03-03T04:13:20.648Z | Mar 03 04:13:20.061 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1635 | 2025-03-03T04:13:20.648Z | Mar 03 04:13:20.061 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1636 | 2025-03-03T04:13:20.809Z | Mar 03 04:13:20.224 INFO Download complete, target: DendriteOpenapi |
1637 | 2025-03-03T04:13:20.912Z | Mar 03 04:13:20.326 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1638 | 2025-03-03T04:13:21.218Z | Mar 03 04:13:20.587 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1639 | 2025-03-03T04:13:21.344Z | Mar 03 04:13:20.757 INFO Download complete, target: TransceiverControl |
1640 | 2025-03-03T04:13:21.444Z | Mar 03 04:13:20.847 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1641 | 2025-03-03T04:13:21.594Z | Mar 03 04:13:20.995 INFO Download complete, target: Console |
1642 | 2025-03-03T04:13:21.745Z | Mar 03 04:13:21.159 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1643 | 2025-03-03T04:13:22.396Z | Mar 03 04:13:21.814 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1644 | 2025-03-03T04:13:22.396Z | Mar 03 04:13:21.814 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1645 | 2025-03-03T04:13:22.816Z | Mar 03 04:13:22.232 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1646 | 2025-03-03T04:13:23.993Z | Mar 03 04:13:23.409 INFO Download complete, target: DendriteStub |
1647 | 2025-03-03T04:13:24.359Z | Mar 03 04:13:23.776 INFO Download complete, target: MaghemiteMgd |
1648 | 2025-03-03T04:13:28.998Z | Mar 03 04:13:28.415 INFO Checking that binary works, target: Cockroach |
1649 | 2025-03-03T04:13:29.163Z | Mar 03 04:13:28.581 INFO Download complete, target: Cockroach |
1650 | 2025-03-03T04:13:33.629Z | Mar 03 04:13:33.046 INFO Checking that binary works, target: Clickhouse |
1651 | 2025-03-03T04:13:33.746Z | Mar 03 04:13:33.164 INFO Download complete, target: Clickhouse |
1652 | 2025-03-03T04:13:33.755Z | All prerequisites installed successfully |
1653 | 2025-03-03T04:13:33.758Z | |
1654 | 2025-03-03T04:13:33.758Z | real 8:03.995434021 |
1655 | 2025-03-03T04:13:33.759Z | user 15:54.613140094 |
1656 | 2025-03-03T04:13:33.759Z | sys 2:11.277450166 |
1657 | 2025-03-03T04:13:33.759Z | trap 0.610240746 |
1658 | 2025-03-03T04:13:33.759Z | tflt 0.942194338 |
1659 | 2025-03-03T04:13:33.759Z | dflt 1.482851914 |
1660 | 2025-03-03T04:13:33.759Z | kflt 0.024489648 |
1661 | 2025-03-03T04:13:33.759Z | lock 24:08.488926391 |
1662 | 2025-03-03T04:13:33.759Z | slp 1:03:11.694630783 |
1663 | 2025-03-03T04:13:33.759Z | lat 1:03.072383454 |
1664 | 2025-03-03T04:13:33.759Z | stop 2:28.497837208 |
1665 | 2025-03-03T04:13:33.759Z | + ptime -m cargo xtask download softnpu |
1666 | 2025-03-03T04:13:34.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1667 | 2025-03-03T04:13:34.377Z | Running `target/debug/xtask download softnpu` |
1668 | 2025-03-03T04:13:35.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
1669 | 2025-03-03T04:13:35.347Z | Running `target/debug/xtask-downloader softnpu` |
1670 | 2025-03-03T04:13:35.385Z | Mar 03 04:13:34.803 INFO Starting download, target: Softnpu |
1671 | 2025-03-03T04:13:35.388Z | Mar 03 04:13:34.804 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1672 | 2025-03-03T04:13:35.830Z | Mar 03 04:13:35.248 INFO Download complete, target: Softnpu |
1673 | 2025-03-03T04:13:35.834Z | |
1674 | 2025-03-03T04:13:35.838Z | real 2.072178532 |
1675 | 2025-03-03T04:13:35.838Z | user 1.371852599 |
1676 | 2025-03-03T04:13:35.838Z | sys 0.584968207 |
1677 | 2025-03-03T04:13:35.838Z | trap 0.000986005 |
1678 | 2025-03-03T04:13:35.838Z | tflt 0.000027428 |
1679 | 2025-03-03T04:13:35.838Z | dflt 0.000043239 |
1680 | 2025-03-03T04:13:35.838Z | kflt 0.000000000 |
1681 | 2025-03-03T04:13:35.838Z | lock 4.463810046 |
1682 | 2025-03-03T04:13:35.838Z | slp 0.309736828 |
1683 | 2025-03-03T04:13:35.838Z | lat 0.071566831 |
1684 | 2025-03-03T04:13:35.838Z | stop 0.000160921 |
1685 | 2025-03-03T04:13:35.838Z | + export CARGO_INCREMENTAL=0 |
1686 | 2025-03-03T04:13:35.838Z | + CARGO_INCREMENTAL=0 |
1687 | 2025-03-03T04:13:35.838Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1688 | 2025-03-03T04:13:36.884Z | Compiling proc-macro2 v1.0.93 |
1689 | 2025-03-03T04:13:36.884Z | Compiling unicode-ident v1.0.14 |
1690 | 2025-03-03T04:13:36.887Z | Compiling libc v0.2.170 |
1691 | 2025-03-03T04:13:36.887Z | Compiling serde v1.0.218 |
1692 | 2025-03-03T04:13:36.887Z | Compiling autocfg v1.4.0 |
1693 | 2025-03-03T04:13:36.887Z | Compiling cfg-if v1.0.0 |
1694 | 2025-03-03T04:13:36.887Z | Compiling version_check v0.9.5 |
1695 | 2025-03-03T04:13:37.186Z | Compiling memchr v2.7.4 |
1696 | 2025-03-03T04:13:37.210Z | Compiling typenum v1.17.0 |
1697 | 2025-03-03T04:13:37.226Z | Compiling shlex v1.3.0 |
1698 | 2025-03-03T04:13:37.568Z | Compiling value-bag v1.9.0 |
1699 | 2025-03-03T04:13:37.629Z | Compiling generic-array v0.14.7 |
1700 | 2025-03-03T04:13:37.794Z | Compiling lock_api v0.4.12 |
1701 | 2025-03-03T04:13:37.966Z | Compiling scopeguard v1.2.0 |
1702 | 2025-03-03T04:13:38.095Z | Compiling log v0.4.22 |
1703 | 2025-03-03T04:13:38.132Z | Compiling parking_lot_core v0.9.10 |
1704 | 2025-03-03T04:13:38.455Z | Compiling serde_json v1.0.139 |
1705 | 2025-03-03T04:13:38.550Z | Compiling rustix v0.38.37 |
1706 | 2025-03-03T04:13:38.751Z | Compiling quote v1.0.38 |
1707 | 2025-03-03T04:13:38.802Z | Compiling jobserver v0.1.32 |
1708 | 2025-03-03T04:13:38.831Z | Compiling libm v0.2.8 |
1709 | 2025-03-03T04:13:38.951Z | Compiling getrandom v0.2.15 |
1710 | 2025-03-03T04:13:39.186Z | Compiling syn v2.0.98 |
1711 | 2025-03-03T04:13:39.190Z | Compiling num-traits v0.2.19 |
1712 | 2025-03-03T04:13:39.242Z | Compiling cc v1.2.15 |
1713 | 2025-03-03T04:13:39.328Z | Compiling aho-corasick v1.1.3 |
1714 | 2025-03-03T04:13:39.348Z | Compiling regex-syntax v0.8.5 |
1715 | 2025-03-03T04:13:39.352Z | Compiling semver v1.0.25 |
1716 | 2025-03-03T04:13:39.478Z | Compiling thiserror v1.0.69 |
1717 | 2025-03-03T04:13:39.812Z | Compiling getrandom v0.3.1 |
1718 | 2025-03-03T04:13:39.832Z | Compiling either v1.14.0 |
1719 | 2025-03-03T04:13:39.994Z | Compiling once_cell v1.20.3 |
1720 | 2025-03-03T04:13:40.211Z | Compiling itoa v1.0.11 |
1721 | 2025-03-03T04:13:40.248Z | Compiling slab v0.4.9 |
1722 | 2025-03-03T04:13:40.599Z | Compiling rand_core v0.6.4 |
1723 | 2025-03-03T04:13:40.686Z | Compiling spin v0.9.8 |
1724 | 2025-03-03T04:13:41.040Z | Compiling errno v0.3.9 |
1725 | 2025-03-03T04:13:41.284Z | Compiling glob v0.3.2 |
1726 | 2025-03-03T04:13:41.657Z | Compiling smallvec v1.14.0 |
1727 | 2025-03-03T04:13:41.880Z | Compiling prettyplease v0.2.29 |
1728 | 2025-03-03T04:13:41.899Z | Compiling lazy_static v1.5.0 |
1729 | 2025-03-03T04:13:41.990Z | Compiling clang-sys v1.8.1 |
1730 | 2025-03-03T04:13:42.140Z | Compiling minimal-lexical v0.2.1 |
1731 | 2025-03-03T04:13:42.349Z | Compiling libloading v0.8.5 |
1732 | 2025-03-03T04:13:42.470Z | Compiling bindgen v0.69.5 |
1733 | 2025-03-03T04:13:42.624Z | Compiling nom v7.1.3 |
1734 | 2025-03-03T04:13:42.668Z | Compiling home v0.5.9 |
1735 | 2025-03-03T04:13:42.700Z | Compiling subtle v2.6.1 |
1736 | 2025-03-03T04:13:42.882Z | Compiling regex-automata v0.4.8 |
1737 | 2025-03-03T04:13:42.982Z | Compiling itertools v0.12.1 |
1738 | 2025-03-03T04:13:43.042Z | Compiling foldhash v0.1.3 |
1739 | 2025-03-03T04:13:43.387Z | Compiling equivalent v1.0.1 |
1740 | 2025-03-03T04:13:43.521Z | Compiling rustc-hash v1.1.0 |
1741 | 2025-03-03T04:13:43.654Z | Compiling lazycell v1.3.0 |
1742 | 2025-03-03T04:13:43.704Z | Compiling allocator-api2 v0.2.18 |
1743 | 2025-03-03T04:13:43.843Z | Compiling cmake v0.1.51 |
1744 | 2025-03-03T04:13:44.527Z | Compiling hashbrown v0.15.1 |
1745 | 2025-03-03T04:13:44.726Z | Compiling pkg-config v0.3.31 |
1746 | 2025-03-03T04:13:44.762Z | Compiling dunce v1.0.5 |
1747 | 2025-03-03T04:13:44.907Z | Compiling fs_extra v1.3.0 |
1748 | 2025-03-03T04:13:45.616Z | Compiling cexpr v0.6.0 |
1749 | 2025-03-03T04:13:45.785Z | Compiling pin-project-lite v0.2.14 |
1750 | 2025-03-03T04:13:45.821Z | Compiling byteorder v1.5.0 |
1751 | 2025-03-03T04:13:46.186Z | Compiling synstructure v0.13.1 |
1752 | 2025-03-03T04:13:46.858Z | Compiling ring v0.17.11 |
1753 | 2025-03-03T04:13:47.021Z | Compiling paste v1.0.15 |
1754 | 2025-03-03T04:13:47.041Z | Compiling ryu v1.0.18 |
1755 | 2025-03-03T04:13:47.400Z | Compiling schemars v0.8.22 |
1756 | 2025-03-03T04:13:47.761Z | Compiling regex v1.11.1 |
1757 | 2025-03-03T04:13:48.004Z | Compiling serde_derive_internals v0.29.1 |
1758 | 2025-03-03T04:13:48.605Z | Compiling signal-hook-registry v1.4.2 |
1759 | 2025-03-03T04:13:48.708Z | Compiling fnv v1.0.7 |
1760 | 2025-03-03T04:13:48.728Z | Compiling const-oid v0.9.6 |
1761 | 2025-03-03T04:13:48.857Z | Compiling aws-lc-rs v1.12.4 |
1762 | 2025-03-03T04:13:48.880Z | Compiling httparse v1.9.5 |
1763 | 2025-03-03T04:13:49.286Z | Compiling parking_lot v0.12.3 |
1764 | 2025-03-03T04:13:49.537Z | Compiling mio v1.0.2 |
1765 | 2025-03-03T04:13:49.979Z | Compiling heck v0.5.0 |
1766 | 2025-03-03T04:13:50.161Z | Compiling serde_derive v1.0.218 |
1767 | 2025-03-03T04:13:50.396Z | Compiling zeroize_derive v1.4.2 |
1768 | 2025-03-03T04:13:50.479Z | Compiling tokio-macros v2.5.0 |
1769 | 2025-03-03T04:13:50.699Z | Compiling thiserror-impl v1.0.69 |
1770 | 2025-03-03T04:13:51.179Z | Compiling zerocopy-derive v0.7.35 |
1771 | 2025-03-03T04:13:51.297Z | Compiling zerofrom-derive v0.1.4 |
1772 | 2025-03-03T04:13:51.717Z | Compiling zeroize v1.8.1 |
1773 | 2025-03-03T04:13:51.911Z | Compiling yoke-derive v0.7.4 |
1774 | 2025-03-03T04:13:52.149Z | Compiling futures-macro v0.3.31 |
1775 | 2025-03-03T04:13:52.244Z | Compiling displaydoc v0.2.5 |
1776 | 2025-03-03T04:13:52.709Z | Compiling zerovec-derive v0.10.3 |
1777 | 2025-03-03T04:13:53.779Z | Compiling icu_provider_macros v1.5.0 |
1778 | 2025-03-03T04:13:53.867Z | Compiling tracing-attributes v0.1.27 |
1779 | 2025-03-03T04:13:54.184Z | Compiling crypto-common v0.1.6 |
1780 | 2025-03-03T04:13:54.201Z | Compiling schemars_derive v0.8.22 |
1781 | 2025-03-03T04:13:54.558Z | Compiling block-buffer v0.10.4 |
1782 | 2025-03-03T04:13:54.739Z | Compiling socket2 v0.5.8 |
1783 | 2025-03-03T04:13:54.799Z | Compiling stable_deref_trait v1.2.0 |
1784 | 2025-03-03T04:13:54.924Z | Compiling digest v0.10.7 |
1785 | 2025-03-03T04:13:54.927Z | Compiling zerocopy v0.7.35 |
1786 | 2025-03-03T04:13:55.320Z | Compiling futures-core v0.3.31 |
1787 | 2025-03-03T04:13:55.680Z | Compiling time-core v0.1.2 |
1788 | 2025-03-03T04:13:55.886Z | Compiling crossbeam-utils v0.8.20 |
1789 | 2025-03-03T04:13:56.360Z | Compiling num-conv v0.1.0 |
1790 | 2025-03-03T04:13:56.630Z | Compiling time-macros v0.2.18 |
1791 | 2025-03-03T04:13:56.682Z | Compiling der_derive v0.7.3 |
1792 | 2025-03-03T04:13:56.955Z | Compiling vcpkg v0.2.15 |
1793 | 2025-03-03T04:13:58.287Z | Compiling openssl-sys v0.9.106 |
1794 | 2025-03-03T04:13:58.926Z | Compiling zerocopy v0.8.10 |
1795 | 2025-03-03T04:13:59.062Z | Compiling futures-sink v0.3.31 |
1796 | 2025-03-03T04:13:59.631Z | Compiling cpufeatures v0.2.14 |
1797 | 2025-03-03T04:13:59.748Z | Compiling zerocopy-derive v0.8.10 |
1798 | 2025-03-03T04:13:59.935Z | Compiling slog v2.7.0 |
1799 | 2025-03-03T04:14:00.437Z | Compiling syn v1.0.109 |
1800 | 2025-03-03T04:14:00.465Z | Compiling iana-time-zone v0.1.61 |
1801 | 2025-03-03T04:14:00.574Z | Compiling futures-channel v0.3.31 |
1802 | 2025-03-03T04:14:00.650Z | Compiling zerofrom v0.1.4 |
1803 | 2025-03-03T04:14:00.981Z | Compiling futures-io v0.3.31 |
1804 | 2025-03-03T04:14:01.046Z | Compiling futures-task v0.3.31 |
1805 | 2025-03-03T04:14:01.100Z | Compiling pin-utils v0.1.0 |
1806 | 2025-03-03T04:14:01.204Z | Compiling yoke v0.7.4 |
1807 | 2025-03-03T04:14:01.330Z | Compiling futures-util v0.3.31 |
1808 | 2025-03-03T04:14:01.571Z | Compiling scroll_derive v0.12.0 |
1809 | 2025-03-03T04:14:01.857Z | Compiling openssl v0.10.71 |
1810 | 2025-03-03T04:14:02.051Z | Compiling bitflags v2.6.0 |
1811 | 2025-03-03T04:14:02.070Z | Compiling bytes v1.10.0 |
1812 | 2025-03-03T04:14:02.876Z | Compiling indexmap v2.7.1 |
1813 | 2025-03-03T04:14:04.190Z | Compiling tokio v1.43.0 |
1814 | 2025-03-03T04:14:04.655Z | Compiling uuid v1.15.1 |
1815 | 2025-03-03T04:14:04.843Z | Compiling serde_tokenstream v0.2.2 |
1816 | 2025-03-03T04:14:05.914Z | Compiling chrono v0.4.40 |
1817 | 2025-03-03T04:14:07.120Z | Compiling which v4.4.2 |
1818 | 2025-03-03T04:14:07.156Z | Compiling http v1.2.0 |
1819 | 2025-03-03T04:14:08.907Z | Compiling ucd-trie v0.1.7 |
1820 | 2025-03-03T04:14:09.184Z | Compiling pest v2.7.14 |
1821 | 2025-03-03T04:14:09.705Z | Compiling rustc_version v0.4.1 |
1822 | 2025-03-03T04:14:11.048Z | Compiling zerovec v0.10.4 |
1823 | 2025-03-03T04:14:12.238Z | Compiling hmac v0.12.1 |
1824 | 2025-03-03T04:14:14.135Z | Compiling pest_meta v2.7.14 |
1825 | 2025-03-03T04:14:14.303Z | Compiling block-padding v0.3.3 |
1826 | 2025-03-03T04:14:14.548Z | Compiling openssl-macros v0.1.1 |
1827 | 2025-03-03T04:14:14.725Z | Compiling dyn-clone v1.0.18 |
1828 | 2025-03-03T04:14:14.978Z | Compiling native-tls v0.2.12 |
1829 | 2025-03-03T04:14:15.272Z | Compiling rustls v0.23.19 |
1830 | 2025-03-03T04:14:15.599Z | Compiling pest_generator v2.7.14 |
1831 | 2025-03-03T04:14:15.924Z | Compiling inout v0.1.3 |
1832 | 2025-03-03T04:14:16.155Z | Compiling tinystr v0.7.6 |
1833 | 2025-03-03T04:14:16.556Z | Compiling toml_datetime v0.6.8 |
1834 | 2025-03-03T04:14:16.602Z | Compiling serde_spanned v0.6.8 |
1835 | 2025-03-03T04:14:16.844Z | Compiling ppv-lite86 v0.2.20 |
1836 | 2025-03-03T04:14:17.321Z | Compiling tracing-core v0.1.32 |
1837 | 2025-03-03T04:14:17.555Z | Compiling strsim v0.11.1 |
1838 | 2025-03-03T04:14:17.653Z | Compiling litemap v0.7.3 |
1839 | 2025-03-03T04:14:17.794Z | Compiling writeable v0.5.5 |
1840 | 2025-03-03T04:14:18.552Z | Compiling icu_locid v1.5.0 |
1841 | 2025-03-03T04:14:18.734Z | Compiling tracing v0.1.40 |
1842 | 2025-03-03T04:14:18.927Z | Compiling pest_derive v2.7.14 |
1843 | 2025-03-03T04:14:19.482Z | Compiling cipher v0.4.4 |
1844 | 2025-03-03T04:14:19.554Z | Compiling sha2 v0.10.8 |
1845 | 2025-03-03T04:14:19.573Z | Compiling aws-lc-sys v0.26.0 |
1846 | 2025-03-03T04:14:19.960Z | Compiling cookie v0.18.1 |
1847 | 2025-03-03T04:14:20.294Z | Compiling usdt-impl v0.5.0 |
1848 | 2025-03-03T04:14:20.314Z | Compiling base64ct v1.6.0 |
1849 | 2025-03-03T04:14:20.398Z | Compiling rustls-pki-types v1.10.0 |
1850 | 2025-03-03T04:14:20.879Z | Compiling pem-rfc7468 v0.7.0 |
1851 | 2025-03-03T04:14:21.475Z | Compiling icu_provider v1.5.0 |
1852 | 2025-03-03T04:14:23.797Z | Compiling scroll v0.12.0 |
1853 | 2025-03-03T04:14:24.340Z | Compiling async-trait v0.1.86 |
1854 | 2025-03-03T04:14:25.543Z | Compiling anyhow v1.0.96 |
1855 | 2025-03-03T04:14:25.781Z | Compiling icu_locid_transform_data v1.5.0 |
1856 | 2025-03-03T04:14:26.086Z | Compiling flagset v0.4.6 |
1857 | 2025-03-03T04:14:26.240Z | Compiling camino v1.1.9 |
1858 | 2025-03-03T04:14:26.419Z | Compiling percent-encoding v2.3.1 |
1859 | 2025-03-03T04:14:26.647Z | Compiling plain v0.2.3 |
1860 | 2025-03-03T04:14:26.755Z | Compiling icu_locid_transform v1.5.0 |
1861 | 2025-03-03T04:14:26.815Z | Compiling goblin v0.8.2 |
1862 | 2025-03-03T04:14:26.880Z | Compiling der v0.7.9 |
1863 | 2025-03-03T04:14:30.619Z | Compiling icu_collections v1.5.0 |
1864 | 2025-03-03T04:14:31.340Z | Compiling tokio-util v0.7.13 |
1865 | 2025-03-03T04:14:32.013Z | Compiling rustls v0.22.4 |
1866 | 2025-03-03T04:14:32.330Z | Compiling pretty-hex v0.4.1 |
1867 | 2025-03-03T04:14:32.561Z | Compiling untrusted v0.9.0 |
1868 | 2025-03-03T04:14:32.699Z | Compiling rayon-core v1.12.1 |
1869 | 2025-03-03T04:14:32.748Z | Compiling icu_properties_data v1.5.0 |
1870 | 2025-03-03T04:14:33.012Z | Compiling untrusted v0.7.1 |
1871 | 2025-03-03T04:14:33.032Z | Compiling powerfmt v0.2.0 |
1872 | 2025-03-03T04:14:33.052Z | Compiling icu_properties v1.5.1 |
1873 | 2025-03-03T04:14:33.497Z | Compiling deranged v0.3.11 |
1874 | 2025-03-03T04:14:33.572Z | Compiling dof v0.3.0 |
1875 | 2025-03-03T04:14:35.179Z | Compiling spki v0.7.3 |
1876 | 2025-03-03T04:14:35.387Z | Compiling salsa20 v0.10.2 |
1877 | 2025-03-03T04:14:35.538Z | Compiling dtrace-parser v0.2.0 |
1878 | 2025-03-03T04:14:35.645Z | Compiling pbkdf2 v0.12.2 |
1879 | 2025-03-03T04:14:36.132Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1880 | 2025-03-03T04:14:36.847Z | Compiling thread-id v4.2.2 |
1881 | 2025-03-03T04:14:36.994Z | Compiling litrs v0.4.1 |
1882 | 2025-03-03T04:14:37.178Z | Compiling write16 v1.0.0 |
1883 | 2025-03-03T04:14:37.341Z | Compiling rustversion v1.0.17 |
1884 | 2025-03-03T04:14:37.447Z | Compiling winnow v0.5.40 |
1885 | 2025-03-03T04:14:37.566Z | Compiling atomic-waker v1.1.2 |
1886 | 2025-03-03T04:14:37.945Z | Compiling icu_normalizer_data v1.5.0 |
1887 | 2025-03-03T04:14:38.067Z | Compiling num_threads v0.1.7 |
1888 | 2025-03-03T04:14:38.132Z | Compiling utf16_iter v1.0.5 |
1889 | 2025-03-03T04:14:38.210Z | Compiling utf8_iter v1.0.4 |
1890 | 2025-03-03T04:14:38.615Z | Compiling icu_normalizer v1.5.0 |
1891 | 2025-03-03T04:14:39.256Z | Compiling time v0.3.36 |
1892 | 2025-03-03T04:14:40.909Z | Compiling toml_edit v0.19.15 |
1893 | 2025-03-03T04:14:41.708Z | Compiling document-features v0.2.10 |
1894 | 2025-03-03T04:14:43.037Z | Compiling scrypt v0.11.0 |
1895 | 2025-03-03T04:14:43.549Z | Compiling form_urlencoded v1.2.1 |
1896 | 2025-03-03T04:14:43.648Z | Compiling aes v0.8.4 |
1897 | 2025-03-03T04:14:43.966Z | Compiling cbc v0.1.2 |
1898 | 2025-03-03T04:14:44.053Z | Compiling http-body v1.0.1 |
1899 | 2025-03-03T04:14:44.356Z | Compiling multer v3.1.0 |
1900 | 2025-03-03T04:14:44.611Z | Compiling try-lock v0.2.5 |
1901 | 2025-03-03T04:14:44.757Z | Compiling tinyvec_macros v0.1.1 |
1902 | 2025-03-03T04:14:44.865Z | Compiling slog-async v2.8.0 |
1903 | 2025-03-03T04:14:44.882Z | Compiling tinyvec v1.8.0 |
1904 | 2025-03-03T04:14:45.328Z | Compiling want v0.3.1 |
1905 | 2025-03-03T04:14:46.405Z | Compiling pkcs5 v0.7.1 |
1906 | 2025-03-03T04:14:47.381Z | Compiling idna_adapter v1.2.0 |
1907 | 2025-03-03T04:14:47.631Z | Compiling h2 v0.4.6 |
1908 | 2025-03-03T04:14:47.975Z | Compiling rand_chacha v0.3.1 |
1909 | 2025-03-03T04:14:48.867Z | Compiling heapless v0.7.17 |
1910 | 2025-03-03T04:14:49.462Z | Compiling httpdate v1.0.3 |
1911 | 2025-03-03T04:14:49.821Z | Compiling tower-service v0.3.3 |
1912 | 2025-03-03T04:14:49.979Z | Compiling adler2 v2.0.0 |
1913 | 2025-03-03T04:14:50.294Z | Compiling signal-hook v0.3.17 |
1914 | 2025-03-03T04:14:50.958Z | Compiling miniz_oxide v0.8.5 |
1915 | 2025-03-03T04:14:53.090Z | Compiling rand v0.8.5 |
1916 | 2025-03-03T04:14:54.447Z | Compiling idna v1.0.3 |
1917 | 2025-03-03T04:14:54.845Z | Compiling pkcs8 v0.10.2 |
1918 | 2025-03-03T04:14:55.539Z | Compiling usdt-attr-macro v0.5.0 |
1919 | 2025-03-03T04:14:55.877Z | Compiling hyper v1.6.0 |
1920 | 2025-03-03T04:14:56.010Z | Compiling usdt-macro v0.5.0 |
1921 | 2025-03-03T04:14:57.113Z | Compiling async-stream-impl v0.3.6 |
1922 | 2025-03-03T04:14:57.490Z | Compiling base64 v0.22.1 |
1923 | 2025-03-03T04:14:58.875Z | Compiling hyper-util v0.1.10 |
1924 | 2025-03-03T04:15:05.024Z | Compiling curve25519-dalek v4.1.3 |
1925 | 2025-03-03T04:15:05.429Z | Compiling openapiv3 v2.0.0 |
1926 | 2025-03-03T04:15:05.606Z | Compiling enum-as-inner v0.6.1 |
1927 | 2025-03-03T04:15:06.155Z | Compiling memoffset v0.9.1 |
1928 | 2025-03-03T04:15:06.504Z | Compiling dropshot v0.12.0 |
1929 | 2025-03-03T04:15:06.629Z | Compiling smoltcp v0.9.1 |
1930 | 2025-03-03T04:15:06.781Z | Compiling newtype-uuid v1.2.1 |
1931 | 2025-03-03T04:15:06.843Z | Compiling portable-atomic v1.9.0 |
1932 | 2025-03-03T04:15:07.109Z | Compiling foreign-types-shared v0.1.1 |
1933 | 2025-03-03T04:15:07.195Z | Compiling openssl-probe v0.1.5 |
1934 | 2025-03-03T04:15:07.665Z | Compiling match_cfg v0.1.0 |
1935 | 2025-03-03T04:15:07.683Z | Compiling num-bigint-dig v0.8.4 |
1936 | 2025-03-03T04:15:07.706Z | Compiling foreign-types v0.3.2 |
1937 | 2025-03-03T04:15:07.768Z | Compiling hostname v0.3.1 |
1938 | 2025-03-03T04:15:08.002Z | Compiling rand_core v0.9.2 |
1939 | 2025-03-03T04:15:08.935Z | Compiling url v2.5.3 |
1940 | 2025-03-03T04:15:10.703Z | Compiling http-body-util v0.1.2 |
1941 | 2025-03-03T04:15:11.270Z | Compiling dirs-sys-next v0.1.2 |
1942 | 2025-03-03T04:15:11.719Z | Compiling encoding_rs v0.8.34 |
1943 | 2025-03-03T04:15:11.737Z | Compiling siphasher v0.3.11 |
1944 | 2025-03-03T04:15:12.095Z | Compiling data-encoding v2.6.0 |
1945 | 2025-03-03T04:15:13.496Z | Compiling cfg_aliases v0.2.1 |
1946 | 2025-03-03T04:15:13.615Z | Compiling heck v0.4.1 |
1947 | 2025-03-03T04:15:14.002Z | Compiling gimli v0.31.1 |
1948 | 2025-03-03T04:15:14.642Z | Compiling ident_case v1.0.1 |
1949 | 2025-03-03T04:15:14.842Z | Compiling mime v0.3.17 |
1950 | 2025-03-03T04:15:15.870Z | Compiling darling_core v0.20.10 |
1951 | 2025-03-03T04:15:20.609Z | Compiling addr2line v0.24.2 |
1952 | 2025-03-03T04:15:21.181Z | Compiling nix v0.29.0 |
1953 | 2025-03-03T04:15:22.984Z | Compiling dirs-next v2.0.0 |
1954 | 2025-03-03T04:15:24.006Z | Compiling rand_chacha v0.9.0 |
1955 | 2025-03-03T04:15:25.568Z | Compiling unicode-normalization v0.1.24 |
1956 | 2025-03-03T04:15:26.534Z | Compiling crossbeam-epoch v0.9.18 |
1957 | 2025-03-03T04:15:27.216Z | Compiling serde_urlencoded v0.7.1 |
1958 | 2025-03-03T04:15:27.784Z | Compiling rustls-pemfile v2.2.0 |
1959 | 2025-03-03T04:15:28.273Z | Compiling hubpack_derive v0.1.1 |
1960 | 2025-03-03T04:15:28.971Z | Compiling dropshot_endpoint v0.12.0 |
1961 | 2025-03-03T04:15:29.197Z | Compiling sha1 v0.10.6 |
1962 | 2025-03-03T04:15:29.383Z | Compiling signature v2.2.0 |
1963 | 2025-03-03T04:15:29.605Z | Compiling curve25519-dalek-derive v0.1.1 |
1964 | 2025-03-03T04:15:29.628Z | Compiling zerocopy-derive v0.6.6 |
1965 | 2025-03-03T04:15:30.890Z | Compiling thread_local v1.1.8 |
1966 | 2025-03-03T04:15:31.321Z | Compiling object v0.36.5 |
1967 | 2025-03-03T04:15:31.346Z | Compiling fs-err v2.11.0 |
1968 | 2025-03-03T04:15:31.691Z | Compiling ahash v0.8.11 |
1969 | 2025-03-03T04:15:32.548Z | Compiling crc32fast v1.4.2 |
1970 | 2025-03-03T04:15:32.885Z | Compiling unicode-properties v0.1.3 |
1971 | 2025-03-03T04:15:33.468Z | Compiling rustc-demangle v0.1.24 |
1972 | 2025-03-03T04:15:35.434Z | Compiling rustls-webpki v0.102.8 |
1973 | 2025-03-03T04:15:35.808Z | Compiling ipnet v2.11.0 |
1974 | 2025-03-03T04:15:36.189Z | Compiling utf8parse v0.2.2 |
1975 | 2025-03-03T04:15:36.384Z | Compiling buf-list v1.0.3 |
1976 | 2025-03-03T04:15:36.937Z | Compiling zip v2.1.3 |
1977 | 2025-03-03T04:15:37.230Z | Compiling anstyle v1.0.10 |
1978 | 2025-03-03T04:15:37.657Z | Compiling unicode-bidi v0.3.17 |
1979 | 2025-03-03T04:15:38.801Z | Compiling winnow v0.7.3 |
1980 | 2025-03-03T04:15:38.991Z | Compiling backtrace v0.3.74 |
1981 | 2025-03-03T04:15:39.980Z | Compiling stringprep v0.1.5 |
1982 | 2025-03-03T04:15:42.091Z | Compiling toml_edit v0.22.24 |
1983 | 2025-03-03T04:15:42.573Z | Compiling anstyle-parse v0.2.5 |
1984 | 2025-03-03T04:15:44.702Z | Compiling crossbeam-deque v0.8.5 |
1985 | 2025-03-03T04:15:48.278Z | Compiling rand v0.9.0 |
1986 | 2025-03-03T04:15:48.372Z | Compiling term v0.7.0 |
1987 | 2025-03-03T04:15:48.479Z | Compiling darling_macro v0.20.10 |
1988 | 2025-03-03T04:15:49.363Z | Compiling slog-json v2.6.1 |
1989 | 2025-03-03T04:15:49.622Z | Compiling crossbeam-channel v0.5.13 |
1990 | 2025-03-03T04:15:50.126Z | Compiling futures-executor v0.3.31 |
1991 | 2025-03-03T04:15:50.408Z | Compiling num-integer v0.1.46 |
1992 | 2025-03-03T04:15:50.568Z | Compiling md-5 v0.10.6 |
1993 | 2025-03-03T04:15:50.588Z | Compiling hash32 v0.2.1 |
1994 | 2025-03-03T04:15:50.836Z | Compiling ff v0.13.0 |
1995 | 2025-03-03T04:15:50.865Z | Compiling is-terminal v0.4.13 |
1996 | 2025-03-03T04:15:50.957Z | Compiling memmap v0.7.0 |
1997 | 2025-03-03T04:15:51.093Z | Compiling colorchoice v1.0.2 |
1998 | 2025-03-03T04:15:51.257Z | Compiling utf-8 v0.7.6 |
1999 | 2025-03-03T04:15:51.279Z | Compiling base16ct v0.2.0 |
2000 | 2025-03-03T04:15:51.566Z | Compiling psl-types v2.0.11 |
2001 | 2025-03-03T04:15:51.792Z | Compiling linked-hash-map v0.5.6 |
2002 | 2025-03-03T04:15:51.824Z | Compiling quick-error v1.2.3 |
2003 | 2025-03-03T04:15:51.850Z | Compiling fallible-iterator v0.2.0 |
2004 | 2025-03-03T04:15:51.995Z | Compiling is_terminal_polyfill v1.70.1 |
2005 | 2025-03-03T04:15:52.137Z | Compiling take_mut v0.2.2 |
2006 | 2025-03-03T04:15:52.154Z | Compiling anstyle-query v1.1.1 |
2007 | 2025-03-03T04:15:52.321Z | Compiling anstream v0.6.15 |
2008 | 2025-03-03T04:15:52.608Z | Compiling postgres-protocol v0.6.8 |
2009 | 2025-03-03T04:15:52.666Z | Compiling lru-cache v0.1.2 |
2010 | 2025-03-03T04:15:52.888Z | Compiling resolv-conf v0.7.0 |
2011 | 2025-03-03T04:15:52.928Z | Compiling publicsuffix v2.3.0 |
2012 | 2025-03-03T04:15:53.290Z | Compiling sec1 v0.7.3 |
2013 | 2025-03-03T04:15:53.512Z | Compiling tungstenite v0.24.0 |
2014 | 2025-03-03T04:15:53.581Z | Compiling usdt v0.5.0 |
2015 | 2025-03-03T04:15:53.677Z | Compiling group v0.13.0 |
2016 | 2025-03-03T04:15:53.739Z | Compiling slog-term v2.9.1 |
2017 | 2025-03-03T04:15:53.848Z | Compiling num-iter v0.1.45 |
2018 | 2025-03-03T04:15:53.988Z | Compiling futures v0.3.31 |
2019 | 2025-03-03T04:15:55.624Z | Compiling slog-bunyan v2.5.0 |
2020 | 2025-03-03T04:15:55.846Z | Compiling darling v0.20.10 |
2021 | 2025-03-03T04:15:55.972Z | Compiling tokio-rustls v0.26.0 |
2022 | 2025-03-03T04:15:56.431Z | Compiling toml v0.8.20 |
2023 | 2025-03-03T04:15:56.530Z | Compiling tokio-rustls v0.25.0 |
2024 | 2025-03-03T04:15:56.565Z | Compiling tokio-native-tls v0.3.1 |
2025 | 2025-03-03T04:15:56.627Z | Compiling bzip2 v0.4.4 |
2026 | 2025-03-03T04:15:56.958Z | Compiling hickory-proto v0.24.4 |
2027 | 2025-03-03T04:15:56.996Z | Compiling flate2 v1.1.0 |
2028 | 2025-03-03T04:15:57.168Z | Compiling strum_macros v0.25.3 |
2029 | 2025-03-03T04:15:57.800Z | Compiling phf_shared v0.11.2 |
2030 | 2025-03-03T04:15:58.049Z | Compiling rustls-native-certs v0.8.1 |
2031 | 2025-03-03T04:15:58.806Z | Compiling async-stream v0.3.6 |
2032 | 2025-03-03T04:15:58.883Z | Compiling waitgroup v0.1.2 |
2033 | 2025-03-03T04:15:59.192Z | Compiling webpki-roots v0.26.6 |
2034 | 2025-03-03T04:15:59.654Z | Compiling hkdf v0.12.4 |
2035 | 2025-03-03T04:15:59.672Z | Compiling terminal_size v0.4.0 |
2036 | 2025-03-03T04:15:59.898Z | Compiling serde_path_to_error v0.1.16 |
2037 | 2025-03-03T04:15:59.901Z | Compiling sync_wrapper v1.0.1 |
2038 | 2025-03-03T04:16:00.090Z | Compiling crypto-bigint v0.5.5 |
2039 | 2025-03-03T04:16:00.245Z | Compiling clap_derive v4.5.28 |
2040 | 2025-03-03T04:16:00.319Z | Compiling serde_repr v0.1.19 |
2041 | 2025-03-03T04:16:00.501Z | Compiling derive-where v1.2.7 |
2042 | 2025-03-03T04:16:00.504Z | Compiling regress v0.10.3 |
2043 | 2025-03-03T04:16:00.647Z | Compiling hostname v0.4.0 |
2044 | 2025-03-03T04:16:00.872Z | Compiling lockfree-object-pool v0.1.6 |
2045 | 2025-03-03T04:16:01.341Z | Compiling tower-layer v0.3.3 |
2046 | 2025-03-03T04:16:01.761Z | Compiling managed v0.8.0 |
2047 | 2025-03-03T04:16:02.289Z | Compiling bitflags v1.3.2 |
2048 | 2025-03-03T04:16:02.320Z | Compiling debug-ignore v1.0.5 |
2049 | 2025-03-03T04:16:02.496Z | Compiling simd-adler32 v0.3.7 |
2050 | 2025-03-03T04:16:02.549Z | Compiling unicode-width v0.2.0 |
2051 | 2025-03-03T04:16:02.983Z | Compiling clap_lex v0.7.4 |
2052 | 2025-03-03T04:16:03.095Z | Compiling bumpalo v3.16.0 |
2053 | 2025-03-03T04:16:03.512Z | Compiling zopfli v0.8.1 |
2054 | 2025-03-03T04:16:03.860Z | Compiling tower v0.5.2 |
2055 | 2025-03-03T04:16:04.262Z | Compiling typify-impl v0.2.0 |
2056 | 2025-03-03T04:16:04.761Z | Compiling clap_builder v4.5.31 |
2057 | 2025-03-03T04:16:04.783Z | Compiling console v0.15.10 |
2058 | 2025-03-03T04:16:04.861Z | Compiling elliptic-curve v0.13.8 |
2059 | 2025-03-03T04:16:05.076Z | Compiling hickory-resolver v0.24.4 |
2060 | 2025-03-03T04:16:07.395Z | Compiling hyper-rustls v0.27.5 |
2061 | 2025-03-03T04:16:09.892Z | Compiling phf v0.11.2 |
2062 | 2025-03-03T04:16:10.812Z | Compiling hyper-tls v0.6.0 |
2063 | 2025-03-03T04:16:11.252Z | Compiling signal-hook-mio v0.2.4 |
2064 | 2025-03-03T04:16:11.439Z | Compiling rayon v1.10.0 |
2065 | 2025-03-03T04:16:11.576Z | Compiling cookie_store v0.21.1 |
2066 | 2025-03-03T04:16:12.864Z | Compiling tokio-tungstenite v0.24.0 |
2067 | 2025-03-03T04:16:12.905Z | Compiling postgres-types v0.2.9 |
2068 | 2025-03-03T04:16:13.361Z | Compiling zerocopy v0.6.6 |
2069 | 2025-03-03T04:16:13.446Z | Compiling ed25519 v2.2.3 |
2070 | 2025-03-03T04:16:14.040Z | Compiling hubpack v0.1.2 |
2071 | 2025-03-03T04:16:14.125Z | Compiling phf_shared v0.10.0 |
2072 | 2025-03-03T04:16:14.178Z | Compiling pkcs1 v0.7.5 |
2073 | 2025-03-03T04:16:14.488Z | Compiling tokio-stream v0.1.17 |
2074 | 2025-03-03T04:16:15.041Z | Compiling ipnetwork v0.21.1 |
2075 | 2025-03-03T04:16:15.448Z | Compiling rfc6979 v0.4.0 |
2076 | 2025-03-03T04:16:15.675Z | Compiling serde-big-array v0.5.1 |
2077 | 2025-03-03T04:16:15.785Z | Compiling float-cmp v0.10.0 |
2078 | 2025-03-03T04:16:15.894Z | Compiling bstr v1.10.0 |
2079 | 2025-03-03T04:16:16.024Z | Compiling number_prefix v0.4.0 |
2080 | 2025-03-03T04:16:16.572Z | Compiling unicode-segmentation v1.12.0 |
2081 | 2025-03-03T04:16:17.002Z | Compiling predicates-core v1.0.8 |
2082 | 2025-03-03T04:16:17.433Z | Compiling fixedbitset v0.4.2 |
2083 | 2025-03-03T04:16:17.837Z | Compiling whoami v1.5.2 |
2084 | 2025-03-03T04:16:18.118Z | Compiling precomputed-hash v0.1.1 |
2085 | 2025-03-03T04:16:18.289Z | Compiling new_debug_unreachable v1.0.6 |
2086 | 2025-03-03T04:16:18.354Z | Compiling normalize-line-endings v0.3.0 |
2087 | 2025-03-03T04:16:18.504Z | Compiling difflib v0.4.0 |
2088 | 2025-03-03T04:16:18.594Z | Compiling static_assertions v1.1.0 |
2089 | 2025-03-03T04:16:18.654Z | Compiling string_cache v0.8.7 |
2090 | 2025-03-03T04:16:18.706Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2091 | 2025-03-03T04:16:19.071Z | Compiling predicates v3.1.3 |
2092 | 2025-03-03T04:16:19.505Z | Compiling tokio-postgres v0.7.13 |
2093 | 2025-03-03T04:16:20.421Z | Compiling petgraph v0.6.5 |
2094 | 2025-03-03T04:16:20.721Z | Compiling similar v2.7.0 |
2095 | 2025-03-03T04:16:21.239Z | Compiling indicatif v0.17.11 |
2096 | 2025-03-03T04:16:22.770Z | Compiling ecdsa v0.16.9 |
2097 | 2025-03-03T04:16:22.930Z | Compiling qorb v0.2.1 |
2098 | 2025-03-03T04:16:24.007Z | Compiling rsa v0.9.6 |
2099 | 2025-03-03T04:16:24.712Z | Compiling typify-macro v0.2.0 |
2100 | 2025-03-03T04:16:24.822Z | Compiling ed25519-dalek v2.1.1 |
2101 | 2025-03-03T04:16:26.240Z | Compiling reqwest v0.12.12 |
2102 | 2025-03-03T04:16:27.370Z | Compiling crossterm v0.28.1 |
2103 | 2025-03-03T04:16:27.806Z | Compiling clap v4.5.31 |
2104 | 2025-03-03T04:16:27.927Z | Compiling zip v0.6.6 |
2105 | 2025-03-03T04:16:27.976Z | Compiling toml v0.7.8 |
2106 | 2025-03-03T04:16:28.397Z | Compiling x509-cert v0.2.5 |
2107 | 2025-03-03T04:16:29.327Z | Compiling hex v0.4.3 |
2108 | 2025-03-03T04:16:30.347Z | Compiling itertools v0.10.5 |
2109 | 2025-03-03T04:16:30.938Z | Compiling unicode-xid v0.2.6 |
2110 | 2025-03-03T04:16:31.143Z | Compiling lalrpop-util v0.19.12 |
2111 | 2025-03-03T04:16:31.926Z | Compiling peg-runtime v0.8.3 |
2112 | 2025-03-03T04:16:35.133Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2113 | 2025-03-03T04:16:39.763Z | Compiling proc-macro-crate v1.3.1 |
2114 | 2025-03-03T04:16:40.504Z | Compiling macaddr v1.0.1 |
2115 | 2025-03-03T04:16:40.886Z | Compiling itertools v0.13.0 |
2116 | 2025-03-03T04:16:42.035Z | Compiling fastrand v2.1.1 |
2117 | 2025-03-03T04:16:43.316Z | Compiling heapless v0.8.0 |
2118 | 2025-03-03T04:16:43.875Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2119 | 2025-03-03T04:16:44.481Z | Compiling tempfile v3.13.0 |
2120 | 2025-03-03T04:16:49.470Z | Compiling num_enum_derive v0.5.11 |
2121 | 2025-03-03T04:16:54.099Z | Compiling structmeta-derive v0.3.0 |
2122 | 2025-03-03T04:16:55.026Z | Compiling hash32 v0.3.1 |
2123 | 2025-03-03T04:16:55.616Z | Compiling thiserror v2.0.11 |
2124 | 2025-03-03T04:16:56.891Z | Compiling smoltcp v0.11.0 |
2125 | 2025-03-03T04:16:57.874Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2126 | 2025-03-03T04:17:01.446Z | Compiling structmeta v0.3.0 |
2127 | 2025-03-03T04:17:03.440Z | Compiling num_enum v0.5.11 |
2128 | 2025-03-03T04:17:03.661Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2129 | 2025-03-03T04:17:04.512Z | Compiling typify v0.2.0 |
2130 | 2025-03-03T04:17:04.687Z | Compiling oxnet v0.1.1 |
2131 | 2025-03-03T04:17:05.179Z | Compiling strum_macros v0.26.4 |
2132 | 2025-03-03T04:17:06.248Z | Compiling thiserror-impl v2.0.11 |
2133 | 2025-03-03T04:17:08.301Z | Compiling proc-macro-error-attr v1.0.4 |
2134 | 2025-03-03T04:17:09.069Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2135 | 2025-03-03T04:17:09.393Z | Compiling cobs v0.2.3 |
2136 | 2025-03-03T04:17:09.873Z | Compiling unsafe-libyaml v0.2.11 |
2137 | 2025-03-03T04:17:11.189Z | Compiling serde_yaml v0.9.34+deprecated |
2138 | 2025-03-03T04:17:11.565Z | Compiling postcard v1.0.10 |
2139 | 2025-03-03T04:17:12.305Z | Compiling strum v0.26.3 |
2140 | 2025-03-03T04:17:21.989Z | Compiling progenitor-impl v0.8.0 |
2141 | 2025-03-03T04:17:22.923Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2142 | 2025-03-03T04:17:36.700Z | Compiling foreign-types-macros v0.2.3 |
2143 | 2025-03-03T04:17:36.731Z | Compiling wait-timeout v0.2.0 |
2144 | 2025-03-03T04:17:36.856Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2145 | 2025-03-03T04:17:37.038Z | Compiling proc-macro-error v1.0.4 |
2146 | 2025-03-03T04:17:37.340Z | Compiling unicode-width v0.1.14 |
2147 | 2025-03-03T04:17:37.552Z | Compiling bit-vec v0.8.0 |
2148 | 2025-03-03T04:17:37.992Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2149 | 2025-03-03T04:17:38.281Z | Compiling foreign-types-shared v0.3.1 |
2150 | 2025-03-03T04:17:38.441Z | Compiling foreign-types v0.5.0 |
2151 | 2025-03-03T04:17:42.830Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2152 | 2025-03-03T04:17:43.026Z | Compiling bit-set v0.8.0 |
2153 | 2025-03-03T04:17:43.401Z | Compiling tabwriter v1.4.0 |
2154 | 2025-03-03T04:17:44.467Z | Compiling rusty-fork v0.3.0 |
2155 | 2025-03-03T04:17:50.660Z | Compiling progenitor-macro v0.8.0 |
2156 | 2025-03-03T04:17:53.106Z | Compiling parse-display-derive v0.10.0 |
2157 | 2025-03-03T04:17:55.951Z | Compiling progenitor-client v0.8.0 |
2158 | 2025-03-03T04:17:57.957Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2159 | 2025-03-03T04:17:58.283Z | Compiling daft-derive v0.1.1 |
2160 | 2025-03-03T04:17:58.790Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2161 | 2025-03-03T04:17:59.638Z | Compiling rand_xorshift v0.3.0 |
2162 | 2025-03-03T04:17:59.689Z | Compiling cstr-argument v0.1.2 |
2163 | 2025-03-03T04:17:59.938Z | Compiling dropshot v0.16.0 |
2164 | 2025-03-03T04:17:59.986Z | Compiling unarray v0.1.4 |
2165 | 2025-03-03T04:18:00.203Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2166 | 2025-03-03T04:18:00.285Z | Compiling crucible-workspace-hack v0.1.0 |
2167 | 2025-03-03T04:18:00.619Z | Compiling pretty-hex v0.2.1 |
2168 | 2025-03-03T04:18:00.882Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2169 | 2025-03-03T04:18:01.058Z | Compiling progenitor v0.8.0 |
2170 | 2025-03-03T04:18:01.275Z | Compiling proptest v1.6.0 |
2171 | 2025-03-03T04:18:01.297Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2172 | 2025-03-03T04:18:01.297Z | Compiling daft v0.1.1 |
2173 | 2025-03-03T04:18:01.598Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2174 | 2025-03-03T04:18:01.793Z | Compiling parse-display v0.10.0 |
2175 | 2025-03-03T04:18:02.146Z | Compiling test-strategy v0.4.0 |
2176 | 2025-03-03T04:18:02.528Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2025-03-03T04:18:02.741Z | Compiling colored v2.2.0 |
2178 | 2025-03-03T04:18:03.663Z | Compiling serde_with_macros v3.12.0 |
2179 | 2025-03-03T04:18:04.004Z | Compiling dropshot_endpoint v0.16.0 |
2180 | 2025-03-03T04:18:04.138Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2181 | 2025-03-03T04:18:04.909Z | Compiling instant v0.1.13 |
2182 | 2025-03-03T04:18:05.115Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2183 | 2025-03-03T04:18:05.352Z | Compiling winnow v0.6.20 |
2184 | 2025-03-03T04:18:05.548Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2185 | 2025-03-03T04:18:05.973Z | Compiling serde_with v3.12.0 |
2186 | 2025-03-03T04:18:08.054Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2187 | 2025-03-03T04:18:08.494Z | Compiling backoff v0.4.0 |
2188 | 2025-03-03T04:18:08.884Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2189 | 2025-03-03T04:18:09.253Z | Compiling zone_cfg_derive v0.3.0 |
2190 | 2025-03-03T04:18:09.683Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2191 | 2025-03-03T04:18:10.400Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2192 | 2025-03-03T04:18:10.439Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2193 | 2025-03-03T04:18:10.679Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2194 | 2025-03-03T04:18:11.110Z | Compiling camino-tempfile v1.1.1 |
2195 | 2025-03-03T04:18:11.136Z | Compiling progenitor-client v0.9.1 |
2196 | 2025-03-03T04:18:11.868Z | Compiling num-derive v0.4.2 |
2197 | 2025-03-03T04:18:12.084Z | Compiling sigpipe v0.1.3 |
2198 | 2025-03-03T04:18:12.239Z | Compiling libefi-sys v0.1.0 |
2199 | 2025-03-03T04:18:12.592Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2200 | 2025-03-03T04:18:13.005Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2201 | 2025-03-03T04:18:14.127Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2202 | 2025-03-03T04:18:15.698Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2203 | 2025-03-03T04:18:16.257Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2204 | 2025-03-03T04:18:16.804Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2205 | 2025-03-03T04:18:16.807Z | Compiling zone v0.3.0 |
2206 | 2025-03-03T04:18:18.620Z | Compiling itertools v0.14.0 |
2207 | 2025-03-03T04:18:19.740Z | Compiling smf v0.2.3 |
2208 | 2025-03-03T04:18:20.225Z | Compiling bitfield-struct v0.6.2 |
2209 | 2025-03-03T04:18:21.263Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2210 | 2025-03-03T04:18:21.564Z | Compiling blake3 v1.5.4 |
2211 | 2025-03-03T04:18:21.841Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2212 | 2025-03-03T04:18:22.348Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2213 | 2025-03-03T04:18:22.641Z | Compiling xattr v1.3.1 |
2214 | 2025-03-03T04:18:22.687Z | Compiling memmap2 v0.9.5 |
2215 | 2025-03-03T04:18:22.907Z | Compiling filetime v0.2.25 |
2216 | 2025-03-03T04:18:22.978Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2217 | 2025-03-03T04:18:23.135Z | Compiling arrayref v0.3.9 |
2218 | 2025-03-03T04:18:23.277Z | Compiling arrayvec v0.7.6 |
2219 | 2025-03-03T04:18:23.297Z | Compiling same-file v1.0.6 |
2220 | 2025-03-03T04:18:23.297Z | Compiling constant_time_eq v0.3.1 |
2221 | 2025-03-03T04:18:23.469Z | Compiling tar v0.4.44 |
2222 | 2025-03-03T04:18:23.521Z | Compiling walkdir v2.5.0 |
2223 | 2025-03-03T04:18:23.622Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2224 | 2025-03-03T04:18:25.124Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2225 | 2025-03-03T04:18:25.555Z | Compiling gethostname v0.5.0 |
2226 | 2025-03-03T04:18:25.799Z | Compiling cargo-platform v0.1.8 |
2227 | 2025-03-03T04:18:26.253Z | Compiling topological-sort v0.2.2 |
2228 | 2025-03-03T04:18:26.291Z | Compiling fixedbitset v0.5.7 |
2229 | 2025-03-03T04:18:26.547Z | Compiling omicron-zone-package v0.12.0 |
2230 | 2025-03-03T04:18:26.901Z | Compiling petgraph v0.7.1 |
2231 | 2025-03-03T04:18:27.456Z | Compiling cargo_metadata v0.19.1 |
2232 | 2025-03-03T04:18:28.918Z | Compiling shell-words v1.1.0 |
2233 | 2025-03-03T04:18:28.967Z | Compiling indent_write v2.2.0 |
2234 | 2025-03-03T04:18:35.876Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2235 | 2025-03-03T04:18:38.052Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2236 | 2025-03-03T04:18:39.951Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2237 | 2025-03-03T04:18:56.012Z | Finished `release` profile [optimized] target(s) in 5m 20s |
2238 | 2025-03-03T04:18:56.192Z | Running `target/release/omicron-package -t test target create -p dev` |
2239 | 2025-03-03T04:18:56.248Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2240 | 2025-03-03T04:18:56.253Z | Created new build target 'test' and set it as active |
2241 | 2025-03-03T04:18:56.253Z | |
2242 | 2025-03-03T04:18:56.253Z | real 5:20.411157038 |
2243 | 2025-03-03T04:18:56.253Z | user 37:15.651338134 |
2244 | 2025-03-03T04:18:56.253Z | sys 3:35.115942522 |
2245 | 2025-03-03T04:18:56.253Z | trap 1.180006645 |
2246 | 2025-03-03T04:18:56.253Z | tflt 1.720285174 |
2247 | 2025-03-03T04:18:56.253Z | dflt 0.944235343 |
2248 | 2025-03-03T04:18:56.253Z | kflt 0.000163464 |
2249 | 2025-03-03T04:18:56.253Z | lock 1:13:26.533278153 |
2250 | 2025-03-03T04:18:56.253Z | slp 2:30:17.969528464 |
2251 | 2025-03-03T04:18:56.253Z | lat 2:50.728773502 |
2252 | 2025-03-03T04:18:56.253Z | stop 5:03.786139562 |
2253 | 2025-03-03T04:18:56.257Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2254 | 2025-03-03T04:18:57.302Z | Finished `release` profile [optimized] target(s) in 0.99s |
2255 | 2025-03-03T04:18:57.375Z | Running `target/release/omicron-package -t test package` |
2256 | 2025-03-03T04:18:57.424Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2257 | 2025-03-03T04:18:58.654Z | Compiling ring v0.17.11 |
2258 | 2025-03-03T04:18:58.839Z | Compiling thiserror v2.0.11 |
2259 | 2025-03-03T04:18:58.857Z | Compiling typify-impl v0.3.0 |
2260 | 2025-03-03T04:18:58.874Z | Compiling convert_case v0.4.0 |
2261 | 2025-03-03T04:18:58.880Z | Compiling fastrand v2.1.1 |
2262 | 2025-03-03T04:18:58.880Z | Compiling newline-converter v0.3.0 |
2263 | 2025-03-03T04:18:58.880Z | Compiling password-hash v0.5.0 |
2264 | 2025-03-03T04:18:59.146Z | Compiling expectorate v1.1.0 |
2265 | 2025-03-03T04:18:59.349Z | Compiling tempfile v3.13.0 |
2266 | 2025-03-03T04:18:59.386Z | Compiling blake2 v0.10.6 |
2267 | 2025-03-03T04:18:59.498Z | Compiling derive_more v0.99.19 |
2268 | 2025-03-03T04:19:00.045Z | Compiling base64 v0.21.7 |
2269 | 2025-03-03T04:19:00.504Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2270 | 2025-03-03T04:19:01.002Z | Compiling argon2 v0.5.3 |
2271 | 2025-03-03T04:19:01.162Z | Compiling atomicwrites v0.4.4 |
2272 | 2025-03-03T04:19:01.270Z | Compiling cancel-safe-futures v0.1.5 |
2273 | 2025-03-03T04:19:01.617Z | Compiling owo-colors v4.2.0 |
2274 | 2025-03-03T04:19:01.693Z | Compiling num-rational v0.4.2 |
2275 | 2025-03-03T04:19:02.237Z | Compiling libsw-core v0.3.1 |
2276 | 2025-03-03T04:19:02.483Z | Compiling num-complex v0.4.6 |
2277 | 2025-03-03T04:19:03.362Z | Compiling libsw v3.4.0 |
2278 | 2025-03-03T04:19:03.625Z | Compiling num v0.4.3 |
2279 | 2025-03-03T04:19:04.079Z | Compiling rustls v0.23.19 |
2280 | 2025-03-03T04:19:04.103Z | Compiling rustls v0.22.4 |
2281 | 2025-03-03T04:19:04.135Z | Compiling swrite v0.1.0 |
2282 | 2025-03-03T04:19:04.294Z | Compiling float-ord v0.3.2 |
2283 | 2025-03-03T04:19:04.371Z | Compiling linear-map v1.2.0 |
2284 | 2025-03-03T04:19:04.494Z | Compiling highway v1.3.0 |
2285 | 2025-03-03T04:19:04.772Z | Compiling tungstenite v0.21.0 |
2286 | 2025-03-03T04:19:04.970Z | Compiling semver v0.1.20 |
2287 | 2025-03-03T04:19:05.492Z | Compiling rustc_version v0.1.7 |
2288 | 2025-03-03T04:19:05.873Z | Compiling tokio-tungstenite v0.21.0 |
2289 | 2025-03-03T04:19:06.069Z | Compiling newtype_derive v0.1.6 |
2290 | 2025-03-03T04:19:06.157Z | Compiling ipnetwork v0.21.1 |
2291 | 2025-03-03T04:19:06.425Z | Compiling rustls-webpki v0.102.8 |
2292 | 2025-03-03T04:19:06.479Z | Compiling wait-timeout v0.2.0 |
2293 | 2025-03-03T04:19:06.842Z | Compiling bit-vec v0.8.0 |
2294 | 2025-03-03T04:19:06.917Z | Compiling rusty-fork v0.3.0 |
2295 | 2025-03-03T04:19:07.287Z | Compiling bit-set v0.8.0 |
2296 | 2025-03-03T04:19:07.583Z | Compiling oxnet v0.1.1 |
2297 | 2025-03-03T04:19:08.125Z | Compiling rand_xorshift v0.3.0 |
2298 | 2025-03-03T04:19:08.221Z | Compiling unarray v0.1.4 |
2299 | 2025-03-03T04:19:08.430Z | Compiling humantime v2.1.0 |
2300 | 2025-03-03T04:19:08.450Z | Compiling proptest v1.6.0 |
2301 | 2025-03-03T04:19:08.986Z | Compiling typify-macro v0.3.0 |
2302 | 2025-03-03T04:19:09.420Z | Compiling daft v0.1.1 |
2303 | 2025-03-03T04:19:09.848Z | Compiling parse-display v0.10.0 |
2304 | 2025-03-03T04:19:09.866Z | Compiling dropshot v0.16.0 |
2305 | 2025-03-03T04:19:09.931Z | Compiling strum v0.26.3 |
2306 | 2025-03-03T04:19:10.142Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2307 | 2025-03-03T04:19:10.332Z | Compiling instant v0.1.13 |
2308 | 2025-03-03T04:19:10.351Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2309 | 2025-03-03T04:19:10.508Z | Compiling backoff v0.4.0 |
2310 | 2025-03-03T04:19:10.828Z | Compiling steno v0.4.1 |
2311 | 2025-03-03T04:19:10.851Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2312 | 2025-03-03T04:19:11.930Z | Compiling tokio-rustls v0.25.0 |
2313 | 2025-03-03T04:19:12.374Z | Compiling dropshot v0.12.0 |
2314 | 2025-03-03T04:19:14.813Z | Compiling tokio-rustls v0.26.0 |
2315 | 2025-03-03T04:19:15.291Z | Compiling hyper-rustls v0.27.5 |
2316 | 2025-03-03T04:19:16.382Z | Compiling reqwest v0.12.12 |
2317 | 2025-03-03T04:19:19.002Z | Compiling qorb v0.2.1 |
2318 | 2025-03-03T04:19:19.952Z | Compiling typify v0.3.0 |
2319 | 2025-03-03T04:19:20.114Z | Compiling progenitor-impl v0.9.1 |
2320 | 2025-03-03T04:19:25.050Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2321 | 2025-03-03T04:19:26.482Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2322 | 2025-03-03T04:19:31.701Z | Compiling progenitor-client v0.9.1 |
2323 | 2025-03-03T04:19:48.710Z | Compiling progenitor-client v0.8.0 |
2324 | 2025-03-03T04:19:49.622Z | Compiling progenitor v0.8.0 |
2325 | 2025-03-03T04:19:49.918Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2326 | 2025-03-03T04:19:56.037Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2327 | 2025-03-03T04:19:57.646Z | Compiling progenitor-macro v0.9.1 |
2328 | 2025-03-03T04:19:59.242Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2329 | 2025-03-03T04:20:01.619Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2330 | 2025-03-03T04:20:01.888Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2331 | 2025-03-03T04:20:02.524Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2332 | 2025-03-03T04:20:03.996Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2333 | 2025-03-03T04:20:04.670Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2334 | 2025-03-03T04:20:04.876Z | Compiling serde_with v3.12.0 |
2335 | 2025-03-03T04:20:07.903Z | Compiling progenitor v0.9.1 |
2336 | 2025-03-03T04:20:08.146Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2337 | 2025-03-03T04:20:08.302Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2338 | 2025-03-03T04:20:09.371Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2339 | 2025-03-03T04:20:09.619Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2340 | 2025-03-03T04:20:09.701Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2341 | 2025-03-03T04:20:10.849Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2342 | 2025-03-03T04:20:10.933Z | Compiling macaddr v1.0.1 |
2343 | 2025-03-03T04:20:12.680Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2344 | 2025-03-03T04:20:19.043Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2345 | 2025-03-03T04:20:21.484Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2346 | 2025-03-03T04:20:21.487Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2347 | 2025-03-03T04:20:24.631Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2348 | 2025-03-03T04:20:27.217Z | Compiling slog-dtrace v0.3.0 |
2349 | 2025-03-03T04:20:27.663Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2350 | 2025-03-03T04:20:29.495Z | Compiling prettyplease v0.2.29 |
2351 | 2025-03-03T04:20:34.089Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2352 | 2025-03-03T04:20:35.889Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2353 | 2025-03-03T04:20:36.285Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2354 | 2025-03-03T04:20:36.915Z | Compiling half v2.4.1 |
2355 | 2025-03-03T04:20:37.141Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2356 | 2025-03-03T04:20:37.574Z | Compiling ciborium-io v0.2.2 |
2357 | 2025-03-03T04:20:37.745Z | Compiling ciborium-ll v0.2.2 |
2358 | 2025-03-03T04:20:38.310Z | Compiling bytecount v0.6.8 |
2359 | 2025-03-03T04:20:38.664Z | Compiling ciborium v0.2.2 |
2360 | 2025-03-03T04:20:39.246Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2361 | 2025-03-03T04:20:40.736Z | Compiling display-error-chain v0.2.2 |
2362 | 2025-03-03T04:20:41.093Z | Compiling const_format_proc_macros v0.2.34 |
2363 | 2025-03-03T04:20:42.285Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2364 | 2025-03-03T04:20:42.709Z | Compiling same-file v1.0.6 |
2365 | 2025-03-03T04:20:42.912Z | Compiling keccak v0.1.5 |
2366 | 2025-03-03T04:20:42.962Z | Compiling crunchy v0.2.2 |
2367 | 2025-03-03T04:20:43.507Z | Compiling maplit v1.0.2 |
2368 | 2025-03-03T04:20:43.691Z | Compiling sha3 v0.10.8 |
2369 | 2025-03-03T04:20:44.066Z | Compiling const_format v0.2.34 |
2370 | 2025-03-03T04:20:44.570Z | Compiling walkdir v2.5.0 |
2371 | 2025-03-03T04:20:44.993Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2372 | 2025-03-03T04:20:45.162Z | Compiling radium v0.7.0 |
2373 | 2025-03-03T04:20:45.300Z | Compiling tiny-keccak v2.0.2 |
2374 | 2025-03-03T04:20:45.350Z | Compiling blake3 v1.5.4 |
2375 | 2025-03-03T04:20:45.685Z | Compiling dsl_auto_type v0.1.2 |
2376 | 2025-03-03T04:20:45.797Z | Compiling scheduled-thread-pool v0.2.7 |
2377 | 2025-03-03T04:20:46.030Z | Compiling xattr v1.3.1 |
2378 | 2025-03-03T04:20:46.337Z | Compiling diesel_table_macro_syntax v0.2.0 |
2379 | 2025-03-03T04:20:46.717Z | Compiling memmap2 v0.9.5 |
2380 | 2025-03-03T04:20:46.862Z | Compiling filetime v0.2.25 |
2381 | 2025-03-03T04:20:47.098Z | Compiling arrayref v0.3.9 |
2382 | 2025-03-03T04:20:47.152Z | Compiling arrayvec v0.7.6 |
2383 | 2025-03-03T04:20:47.170Z | Compiling tap v1.0.1 |
2384 | 2025-03-03T04:20:47.218Z | Compiling maybe-uninit v2.0.0 |
2385 | 2025-03-03T04:20:47.363Z | Compiling constant_time_eq v0.3.1 |
2386 | 2025-03-03T04:20:47.546Z | Compiling bit-vec v0.6.3 |
2387 | 2025-03-03T04:20:47.807Z | Compiling wyz v0.5.1 |
2388 | 2025-03-03T04:20:47.949Z | Compiling bit-set v0.5.3 |
2389 | 2025-03-03T04:20:48.253Z | Compiling tar v0.4.44 |
2390 | 2025-03-03T04:20:48.282Z | Compiling diesel_derives v2.2.3 |
2391 | 2025-03-03T04:20:48.562Z | Compiling r2d2 v0.8.10 |
2392 | 2025-03-03T04:20:49.358Z | Compiling toolchain_find v0.4.0 |
2393 | 2025-03-03T04:20:49.565Z | Compiling camino-tempfile v1.1.1 |
2394 | 2025-03-03T04:20:49.880Z | Compiling phf_generator v0.11.2 |
2395 | 2025-03-03T04:20:50.008Z | Compiling ascii-canvas v3.0.0 |
2396 | 2025-03-03T04:20:50.050Z | Compiling secrecy v0.8.0 |
2397 | 2025-03-03T04:20:50.079Z | Compiling ena v0.14.3 |
2398 | 2025-03-03T04:20:50.334Z | Compiling async-recursion v1.1.1 |
2399 | 2025-03-03T04:20:50.482Z | Compiling diff v0.1.13 |
2400 | 2025-03-03T04:20:50.506Z | Compiling crc-catalog v2.4.0 |
2401 | 2025-03-03T04:20:50.702Z | Compiling packed_struct v0.10.1 |
2402 | 2025-03-03T04:20:51.135Z | Compiling bindgen v0.71.1 |
2403 | 2025-03-03T04:20:51.316Z | Compiling regex-syntax v0.6.29 |
2404 | 2025-03-03T04:20:51.469Z | Compiling topological-sort v0.2.2 |
2405 | 2025-03-03T04:20:51.666Z | Compiling funty v2.0.0 |
2406 | 2025-03-03T04:20:51.706Z | Compiling omicron-zone-package v0.12.0 |
2407 | 2025-03-03T04:20:51.794Z | Compiling crc v3.2.1 |
2408 | 2025-03-03T04:20:52.164Z | Compiling phf_codegen v0.11.2 |
2409 | 2025-03-03T04:20:52.410Z | Compiling rustfmt-wrapper v0.2.1 |
2410 | 2025-03-03T04:20:52.968Z | Compiling bitvec v1.0.1 |
2411 | 2025-03-03T04:20:54.071Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2412 | 2025-03-03T04:20:54.634Z | Compiling lalrpop v0.19.12 |
2413 | 2025-03-03T04:20:55.149Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2414 | 2025-03-03T04:20:55.404Z | Compiling universal-hash v0.5.1 |
2415 | 2025-03-03T04:20:55.666Z | Compiling thiserror-impl-no-std v2.0.2 |
2416 | 2025-03-03T04:20:55.966Z | Compiling packed_struct_codegen v0.10.1 |
2417 | 2025-03-03T04:20:56.532Z | Compiling parse-zoneinfo v0.3.1 |
2418 | 2025-03-03T04:20:57.458Z | Compiling indexmap v1.9.3 |
2419 | 2025-03-03T04:20:57.801Z | Compiling rustc-hash v2.1.1 |
2420 | 2025-03-03T04:20:57.912Z | Compiling nodrop v0.1.14 |
2421 | 2025-03-03T04:20:58.017Z | Compiling ref-cast v1.0.23 |
2422 | 2025-03-03T04:20:58.043Z | Compiling opaque-debug v0.3.1 |
2423 | 2025-03-03T04:20:58.075Z | Compiling array-init v0.0.4 |
2424 | 2025-03-03T04:20:58.173Z | Compiling poly1305 v0.8.0 |
2425 | 2025-03-03T04:20:58.591Z | Compiling thiserror-no-std v2.0.2 |
2426 | 2025-03-03T04:20:58.737Z | Compiling diesel v2.2.7 |
2427 | 2025-03-03T04:20:59.137Z | Compiling chrono-tz-build v0.4.0 |
2428 | 2025-03-03T04:20:59.742Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2429 | 2025-03-03T04:21:00.092Z | Compiling smallvec v0.6.14 |
2430 | 2025-03-03T04:21:00.586Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2431 | 2025-03-03T04:21:00.922Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2432 | 2025-03-03T04:21:01.273Z | Compiling itertools v0.13.0 |
2433 | 2025-03-03T04:21:02.236Z | Compiling derive_builder_core v0.20.2 |
2434 | 2025-03-03T04:21:04.130Z | Compiling chacha20 v0.9.1 |
2435 | 2025-03-03T04:21:04.635Z | Compiling headers-core v0.3.0 |
2436 | 2025-03-03T04:21:04.842Z | Compiling aead v0.5.2 |
2437 | 2025-03-03T04:21:04.928Z | Compiling libxml v0.3.3 |
2438 | 2025-03-03T04:21:05.251Z | Compiling ref-cast-impl v1.0.23 |
2439 | 2025-03-03T04:21:05.307Z | Compiling vte_generate_state_changes v0.1.2 |
2440 | 2025-03-03T04:21:05.882Z | Compiling hashbrown v0.12.3 |
2441 | 2025-03-03T04:21:06.371Z | Compiling bitfield v0.14.0 |
2442 | 2025-03-03T04:21:06.702Z | Compiling termcolor v1.4.1 |
2443 | 2025-03-03T04:21:07.135Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2444 | 2025-03-03T04:21:07.513Z | Compiling arc-swap v1.7.1 |
2445 | 2025-03-03T04:21:07.761Z | Compiling env_logger v0.10.2 |
2446 | 2025-03-03T04:21:08.147Z | Compiling slog-scope v4.4.0 |
2447 | 2025-03-03T04:21:09.934Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2448 | 2025-03-03T04:21:10.886Z | Compiling vte v0.11.1 |
2449 | 2025-03-03T04:21:10.955Z | Compiling chacha20poly1305 v0.10.1 |
2450 | 2025-03-03T04:21:11.156Z | Compiling samael v0.0.18 |
2451 | 2025-03-03T04:21:11.206Z | Compiling headers v0.4.0 |
2452 | 2025-03-03T04:21:12.413Z | Compiling derive_builder_macro v0.20.2 |
2453 | 2025-03-03T04:21:12.818Z | Compiling serde-hex v0.1.0 |
2454 | 2025-03-03T04:21:13.369Z | Compiling chrono-tz v0.10.1 |
2455 | 2025-03-03T04:21:14.041Z | Compiling vsss-rs v3.3.4 |
2456 | 2025-03-03T04:21:14.685Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2457 | 2025-03-03T04:21:16.568Z | Compiling polar-core v0.27.3 |
2458 | 2025-03-03T04:21:17.582Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2459 | 2025-03-03T04:21:17.859Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2460 | 2025-03-03T04:21:18.007Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2461 | 2025-03-03T04:21:18.154Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2462 | 2025-03-03T04:21:18.507Z | Compiling ron v0.8.1 |
2463 | 2025-03-03T04:21:22.143Z | Compiling hashbrown v0.13.2 |
2464 | 2025-03-03T04:21:22.376Z | Compiling strum_macros v0.24.3 |
2465 | 2025-03-03T04:21:23.462Z | Compiling unicase v2.7.0 |
2466 | 2025-03-03T04:21:23.841Z | Compiling indoc v1.0.9 |
2467 | 2025-03-03T04:21:24.252Z | Compiling crc-any v2.5.0 |
2468 | 2025-03-03T04:21:24.671Z | Compiling object v0.30.4 |
2469 | 2025-03-03T04:21:25.219Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2470 | 2025-03-03T04:21:25.393Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2471 | 2025-03-03T04:21:40.755Z | Compiling derive_builder v0.20.2 |
2472 | 2025-03-03T04:21:42.326Z | Compiling strip-ansi-escapes v0.2.0 |
2473 | 2025-03-03T04:21:44.406Z | Compiling slog-stdlog v4.1.1 |
2474 | 2025-03-03T04:21:45.128Z | Compiling papergrid v0.11.0 |
2475 | 2025-03-03T04:21:45.315Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2476 | 2025-03-03T04:21:45.668Z | Compiling tabled_derive v0.7.0 |
2477 | 2025-03-03T04:21:47.202Z | Compiling fd-lock v4.0.2 |
2478 | 2025-03-03T04:21:47.464Z | Compiling peg-macros v0.8.4 |
2479 | 2025-03-03T04:21:47.730Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2480 | 2025-03-03T04:21:48.753Z | Compiling oso-derive v0.27.3 |
2481 | 2025-03-03T04:21:49.703Z | Compiling impl-trait-for-tuples v0.2.2 |
2482 | 2025-03-03T04:21:50.544Z | Compiling quick-xml v0.37.2 |
2483 | 2025-03-03T04:21:55.286Z | Compiling diesel-dtrace v0.4.2 |
2484 | 2025-03-03T04:21:55.666Z | Compiling nu-ansi-term v0.50.1 |
2485 | 2025-03-03T04:21:56.612Z | Compiling path-slash v0.1.5 |
2486 | 2025-03-03T04:21:56.887Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2487 | 2025-03-03T04:21:56.970Z | Compiling reedline v0.38.0 |
2488 | 2025-03-03T04:21:58.851Z | Compiling oso v0.27.3 |
2489 | 2025-03-03T04:22:10.421Z | Compiling peg v0.8.4 |
2490 | 2025-03-03T04:22:10.605Z | Compiling tabled v0.15.0 |
2491 | 2025-03-03T04:22:11.994Z | Compiling slog-envlogger v2.2.0 |
2492 | 2025-03-03T04:22:15.486Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2493 | 2025-03-03T04:22:16.550Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2494 | 2025-03-03T04:22:18.071Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2495 | 2025-03-03T04:22:18.440Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2496 | 2025-03-03T04:22:21.055Z | Compiling pem v3.0.5 |
2497 | 2025-03-03T04:22:22.530Z | Compiling bb8 v0.8.5 |
2498 | 2025-03-03T04:22:23.133Z | Compiling bcs v0.1.6 |
2499 | 2025-03-03T04:22:23.965Z | Compiling fxhash v0.2.1 |
2500 | 2025-03-03T04:22:24.229Z | Compiling libz-sys v1.1.20 |
2501 | 2025-03-03T04:22:24.921Z | Compiling termtree v0.5.1 |
2502 | 2025-03-03T04:22:25.384Z | Compiling async-bb8-diesel v0.2.1 |
2503 | 2025-03-03T04:22:28.221Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2504 | 2025-03-03T04:22:28.895Z | Compiling kstat-rs v0.2.4 |
2505 | 2025-03-03T04:22:29.260Z | Compiling proc-macro-error-attr2 v2.0.0 |
2506 | 2025-03-03T04:22:29.772Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2507 | 2025-03-03T04:22:30.047Z | Compiling proc-macro-error2 v2.0.1 |
2508 | 2025-03-03T04:22:30.636Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2509 | 2025-03-03T04:22:30.639Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2510 | 2025-03-03T04:22:31.125Z | Compiling nanorand v0.7.0 |
2511 | 2025-03-03T04:22:31.807Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2512 | 2025-03-03T04:22:32.588Z | Compiling pin-project-internal v1.1.6 |
2513 | 2025-03-03T04:22:35.201Z | Compiling parking_lot_core v0.8.6 |
2514 | 2025-03-03T04:22:35.726Z | Compiling pin-project v1.1.6 |
2515 | 2025-03-03T04:22:44.391Z | Compiling flume v0.11.1 |
2516 | 2025-03-03T04:22:45.125Z | Compiling tabled_derive v0.10.0 |
2517 | 2025-03-03T04:22:45.524Z | Compiling mime_guess v2.0.5 |
2518 | 2025-03-03T04:22:47.037Z | Compiling papergrid v0.14.0 |
2519 | 2025-03-03T04:22:47.569Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2520 | 2025-03-03T04:22:49.280Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2521 | 2025-03-03T04:22:52.103Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2522 | 2025-03-03T04:22:55.162Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2523 | 2025-03-03T04:22:56.425Z | Compiling snafu-derive v0.8.5 |
2524 | 2025-03-03T04:22:58.440Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2525 | 2025-03-03T04:22:58.892Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2526 | 2025-03-03T04:23:00.002Z | Compiling tabled v0.18.0 |
2527 | 2025-03-03T04:23:00.730Z | Compiling snafu v0.8.5 |
2528 | 2025-03-03T04:23:14.661Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2529 | 2025-03-03T04:23:16.789Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2530 | 2025-03-03T04:23:19.894Z | Compiling globset v0.4.15 |
2531 | 2025-03-03T04:23:22.885Z | Compiling olpc-cjson v0.1.4 |
2532 | 2025-03-03T04:23:23.192Z | Compiling castaway v0.2.3 |
2533 | 2025-03-03T04:23:23.391Z | Compiling vergen v8.3.2 |
2534 | 2025-03-03T04:23:23.696Z | Compiling nibble_vec v0.1.0 |
2535 | 2025-03-03T04:23:23.947Z | Compiling serde_plain v1.0.2 |
2536 | 2025-03-03T04:23:24.491Z | Compiling cargo-platform v0.1.8 |
2537 | 2025-03-03T04:23:24.991Z | Compiling atty v0.2.14 |
2538 | 2025-03-03T04:23:25.185Z | Compiling http-range v0.1.5 |
2539 | 2025-03-03T04:23:25.792Z | Compiling salty v0.3.0 |
2540 | 2025-03-03T04:23:25.856Z | Compiling typed-path v0.9.3 |
2541 | 2025-03-03T04:23:25.876Z | Compiling endian-type v0.1.2 |
2542 | 2025-03-03T04:23:26.124Z | Compiling io-lifetimes v1.0.11 |
2543 | 2025-03-03T04:23:26.241Z | Compiling radix_trie v0.2.1 |
2544 | 2025-03-03T04:23:27.087Z | Compiling git2 v0.19.0 |
2545 | 2025-03-03T04:23:27.171Z | Compiling cargo_metadata v0.18.1 |
2546 | 2025-03-03T04:23:27.245Z | Compiling compact_str v0.8.0 |
2547 | 2025-03-03T04:23:29.776Z | Compiling tough v0.19.0 |
2548 | 2025-03-03T04:23:30.071Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2549 | 2025-03-03T04:23:30.102Z | Compiling parking_lot v0.11.2 |
2550 | 2025-03-03T04:23:34.029Z | Compiling unicode-truncate v1.1.0 |
2551 | 2025-03-03T04:23:34.350Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2552 | 2025-03-03T04:23:34.965Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2553 | 2025-03-03T04:23:38.636Z | Compiling lru v0.12.5 |
2554 | 2025-03-03T04:23:39.017Z | Compiling rand_seeder v0.3.0 |
2555 | 2025-03-03T04:23:39.464Z | Compiling lzma-sys v0.1.20 |
2556 | 2025-03-03T04:23:39.585Z | Compiling instability v0.3.2 |
2557 | 2025-03-03T04:23:40.187Z | Compiling rustix v0.37.28 |
2558 | 2025-03-03T04:23:40.632Z | Compiling rustls v0.21.12 |
2559 | 2025-03-03T04:23:40.800Z | Compiling parse-size v1.1.0 |
2560 | 2025-03-03T04:23:40.968Z | Compiling indoc v2.0.5 |
2561 | 2025-03-03T04:23:40.989Z | Compiling cassowary v0.3.0 |
2562 | 2025-03-03T04:23:41.139Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2563 | 2025-03-03T04:23:41.834Z | Compiling ratatui v0.29.0 |
2564 | 2025-03-03T04:23:42.691Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2565 | 2025-03-03T04:23:42.973Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2566 | 2025-03-03T04:23:44.445Z | Compiling hyper-staticfile v0.10.1 |
2567 | 2025-03-03T04:23:45.981Z | Compiling sled v0.34.7 |
2568 | 2025-03-03T04:23:46.945Z | Compiling hickory-client v0.24.4 |
2569 | 2025-03-03T04:23:49.434Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2570 | 2025-03-03T04:23:50.627Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2571 | 2025-03-03T04:23:51.594Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2572 | 2025-03-03T04:23:56.125Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2573 | 2025-03-03T04:23:56.475Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2574 | 2025-03-03T04:24:02.856Z | Compiling rustls-webpki v0.101.7 |
2575 | 2025-03-03T04:24:02.900Z | Compiling sct v0.7.1 |
2576 | 2025-03-03T04:24:02.900Z | Compiling hickory-server v0.24.4 |
2577 | 2025-03-03T04:24:02.900Z | Compiling primeorder v0.13.6 |
2578 | 2025-03-03T04:24:02.900Z | Compiling heck v0.3.3 |
2579 | 2025-03-03T04:24:02.900Z | Compiling env_filter v0.1.2 |
2580 | 2025-03-03T04:24:02.900Z | Compiling csv-core v0.1.11 |
2581 | 2025-03-03T04:24:02.900Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2582 | 2025-03-03T04:24:02.955Z | Compiling csv v1.3.1 |
2583 | 2025-03-03T04:24:03.281Z | Compiling env_logger v0.11.5 |
2584 | 2025-03-03T04:24:03.798Z | Compiling p384 v0.13.0 |
2585 | 2025-03-03T04:24:04.698Z | Compiling zone_cfg_derive v0.1.2 |
2586 | 2025-03-03T04:24:05.065Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2587 | 2025-03-03T04:24:10.729Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2588 | 2025-03-03T04:24:11.182Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2589 | 2025-03-03T04:24:12.405Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2590 | 2025-03-03T04:24:12.652Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2591 | 2025-03-03T04:24:12.924Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2592 | 2025-03-03T04:24:13.395Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2593 | 2025-03-03T04:24:13.685Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2594 | 2025-03-03T04:24:13.761Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2595 | 2025-03-03T04:24:14.053Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2596 | 2025-03-03T04:24:14.111Z | Compiling nix v0.27.1 |
2597 | 2025-03-03T04:24:14.406Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2598 | 2025-03-03T04:24:15.111Z | Compiling tungstenite v0.23.0 |
2599 | 2025-03-03T04:24:16.860Z | Compiling base64 v0.13.1 |
2600 | 2025-03-03T04:24:17.659Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2601 | 2025-03-03T04:24:18.065Z | Compiling ron v0.7.1 |
2602 | 2025-03-03T04:24:19.443Z | Compiling tokio-tungstenite v0.23.1 |
2603 | 2025-03-03T04:24:20.691Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2604 | 2025-03-03T04:24:21.501Z | Compiling xz2 v0.1.7 |
2605 | 2025-03-03T04:24:22.131Z | Compiling terminal_size v0.2.6 |
2606 | 2025-03-03T04:24:22.394Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2607 | 2025-03-03T04:24:23.355Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2608 | 2025-03-03T04:24:29.295Z | Compiling tokio-rustls v0.24.1 |
2609 | 2025-03-03T04:24:29.779Z | Compiling zone v0.1.8 |
2610 | 2025-03-03T04:24:30.245Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2611 | 2025-03-03T04:24:30.990Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2612 | 2025-03-03T04:24:31.622Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2613 | 2025-03-03T04:24:31.824Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2614 | 2025-03-03T04:24:32.791Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2615 | 2025-03-03T04:24:33.094Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2616 | 2025-03-03T04:24:33.566Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2617 | 2025-03-03T04:24:33.731Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2618 | 2025-03-03T04:24:36.732Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2619 | 2025-03-03T04:24:37.810Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2620 | 2025-03-03T04:24:38.174Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2621 | 2025-03-03T04:24:40.583Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2622 | 2025-03-03T04:24:41.688Z | Compiling rustls-pemfile v1.0.4 |
2623 | 2025-03-03T04:24:42.484Z | Compiling signal-hook-tokio v0.3.1 |
2624 | 2025-03-03T04:24:42.741Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2625 | 2025-03-03T04:24:43.173Z | Compiling twox-hash v2.1.0 |
2626 | 2025-03-03T04:24:44.257Z | Compiling yasna v0.5.2 |
2627 | 2025-03-03T04:24:44.313Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2628 | 2025-03-03T04:24:45.257Z | Compiling smawk v0.3.2 |
2629 | 2025-03-03T04:24:45.572Z | Compiling glob v0.3.2 |
2630 | 2025-03-03T04:24:45.792Z | Compiling unicode-linebreak v0.1.5 |
2631 | 2025-03-03T04:24:46.370Z | Compiling is_ci v1.2.0 |
2632 | 2025-03-03T04:24:46.695Z | Compiling supports-color v3.0.2 |
2633 | 2025-03-03T04:24:46.888Z | Compiling textwrap v0.16.1 |
2634 | 2025-03-03T04:24:47.171Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2635 | 2025-03-03T04:24:47.677Z | Compiling rcgen v0.12.1 |
2636 | 2025-03-03T04:24:47.725Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2637 | 2025-03-03T04:24:51.678Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2638 | 2025-03-03T04:24:53.693Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2639 | 2025-03-03T04:24:54.364Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2640 | 2025-03-03T04:24:57.732Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2641 | 2025-03-03T04:25:01.370Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2642 | 2025-03-03T04:25:03.474Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2643 | 2025-03-03T04:25:15.680Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2644 | 2025-03-03T04:25:16.822Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2645 | 2025-03-03T04:25:20.356Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2646 | 2025-03-03T04:25:22.369Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2647 | 2025-03-03T04:25:26.986Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2648 | 2025-03-03T04:25:27.568Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2649 | 2025-03-03T04:25:29.704Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2650 | 2025-03-03T04:25:37.032Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2651 | 2025-03-03T04:25:41.595Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2652 | 2025-03-03T04:25:42.012Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2653 | 2025-03-03T04:25:44.626Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2654 | 2025-03-03T04:25:44.980Z | Compiling fatfs v0.3.6 |
2655 | 2025-03-03T04:25:46.398Z | Compiling rtoolbox v0.0.2 |
2656 | 2025-03-03T04:25:46.838Z | Compiling subprocess v0.2.9 |
2657 | 2025-03-03T04:25:47.020Z | Compiling assert_matches v1.5.0 |
2658 | 2025-03-03T04:25:47.734Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2659 | 2025-03-03T04:25:47.755Z | Compiling rpassword v7.3.1 |
2660 | 2025-03-03T04:25:48.265Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2661 | 2025-03-03T04:25:51.445Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2662 | 2025-03-03T04:25:55.444Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2663 | 2025-03-03T04:26:02.253Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2664 | 2025-03-03T04:26:05.653Z | Compiling tui-tree-widget v0.23.0 |
2665 | 2025-03-03T04:26:06.115Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2666 | 2025-03-03T04:26:19.359Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2667 | 2025-03-03T04:26:19.739Z | Compiling uzers v0.12.1 |
2668 | 2025-03-03T04:26:22.915Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2669 | 2025-03-03T04:26:23.979Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2670 | 2025-03-03T04:26:25.701Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2671 | 2025-03-03T04:26:39.768Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2672 | 2025-03-03T04:26:50.511Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2673 | 2025-03-03T04:26:51.856Z | Compiling multimap v0.10.0 |
2674 | 2025-03-03T04:29:13.480Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2675 | 2025-03-03T04:36:24.977Z | Finished `release` profile [optimized] target(s) in 17m 27s |
2676 | 2025-03-03T04:37:33.793Z | |
2677 | 2025-03-03T04:37:33.796Z | real 18:37.523632120 |
2678 | 2025-03-03T04:37:33.796Z | user 2:11:46.486754323 |
2679 | 2025-03-03T04:37:33.796Z | sys 3:37.797585748 |
2680 | 2025-03-03T04:37:33.796Z | trap 3.429694744 |
2681 | 2025-03-03T04:37:33.796Z | tflt 1.902220749 |
2682 | 2025-03-03T04:37:33.796Z | dflt 5.202865528 |
2683 | 2025-03-03T04:37:33.796Z | kflt 0.001441994 |
2684 | 2025-03-03T04:37:33.796Z | lock 7:59:18.158257232 |
2685 | 2025-03-03T04:37:33.797Z | slp 6:51:15.242937537 |
2686 | 2025-03-03T04:37:33.797Z | lat 3:40.629076037 |
2687 | 2025-03-03T04:37:33.797Z | stop 2:54.389652908 |
2688 | 2025-03-03T04:37:33.797Z | + mapfile -t packages |
2689 | 2025-03-03T04:37:33.797Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2690 | 2025-03-03T04:37:34.932Z | Compiling ring v0.17.11 |
2691 | 2025-03-03T04:37:36.569Z | Compiling rustls v0.22.4 |
2692 | 2025-03-03T04:37:36.599Z | Compiling rustls v0.23.19 |
2693 | 2025-03-03T04:37:38.472Z | Compiling rustls-webpki v0.102.8 |
2694 | 2025-03-03T04:37:42.840Z | Compiling tokio-rustls v0.25.0 |
2695 | 2025-03-03T04:37:43.241Z | Compiling dropshot v0.12.0 |
2696 | 2025-03-03T04:37:44.622Z | Compiling tokio-rustls v0.26.0 |
2697 | 2025-03-03T04:37:45.115Z | Compiling hyper-rustls v0.27.5 |
2698 | 2025-03-03T04:37:45.653Z | Compiling reqwest v0.12.12 |
2699 | 2025-03-03T04:37:47.588Z | Compiling qorb v0.2.1 |
2700 | 2025-03-03T04:37:48.277Z | Compiling dropshot v0.16.0 |
2701 | 2025-03-03T04:37:54.575Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2702 | 2025-03-03T04:37:55.168Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2703 | 2025-03-03T04:37:55.979Z | Compiling progenitor-client v0.8.0 |
2704 | 2025-03-03T04:37:57.070Z | Compiling progenitor v0.8.0 |
2705 | 2025-03-03T04:37:57.098Z | Compiling progenitor-client v0.9.1 |
2706 | 2025-03-03T04:37:57.338Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2707 | 2025-03-03T04:37:57.459Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2708 | 2025-03-03T04:37:58.101Z | Compiling omicron-zone-package v0.12.0 |
2709 | 2025-03-03T04:38:15.295Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2710 | 2025-03-03T04:38:24.693Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2711 | 2025-03-03T04:38:28.819Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2712 | 2025-03-03T04:38:29.691Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2713 | 2025-03-03T04:38:33.032Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2714 | 2025-03-03T04:38:47.899Z | Finished `release` profile [optimized] target(s) in 1m 14s |
2715 | 2025-03-03T04:38:48.076Z | Running `target/release/omicron-package -t test list-outputs` |
2716 | 2025-03-03T04:38:48.128Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2717 | 2025-03-03T04:38:48.131Z | + ptime -m cargo build --locked --release -p xtask |
2718 | 2025-03-03T04:38:48.762Z | Compiling serde v1.0.218 |
2719 | 2025-03-03T04:38:48.765Z | Compiling serde_json v1.0.139 |
2720 | 2025-03-03T04:38:48.765Z | Compiling libc v0.2.170 |
2721 | 2025-03-03T04:38:48.765Z | Compiling rustix v0.38.37 |
2722 | 2025-03-03T04:38:48.765Z | Compiling syn v2.0.98 |
2723 | 2025-03-03T04:38:48.879Z | Compiling bitflags v2.6.0 |
2724 | 2025-03-03T04:38:49.250Z | Compiling usdt-impl v0.5.0 |
2725 | 2025-03-03T04:38:49.310Z | Compiling syn v1.0.109 |
2726 | 2025-03-03T04:38:49.398Z | Compiling hashbrown v0.15.1 |
2727 | 2025-03-03T04:38:49.416Z | Compiling log v0.4.22 |
2728 | 2025-03-03T04:38:49.689Z | Compiling fs-err v2.11.0 |
2729 | 2025-03-03T04:38:49.883Z | Compiling once_cell v1.20.3 |
2730 | 2025-03-03T04:38:50.042Z | Compiling anyhow v1.0.96 |
2731 | 2025-03-03T04:38:50.236Z | Compiling thread-id v4.2.2 |
2732 | 2025-03-03T04:38:50.747Z | Compiling indexmap v2.7.1 |
2733 | 2025-03-03T04:38:51.828Z | Compiling terminal_size v0.4.0 |
2734 | 2025-03-03T04:38:51.897Z | Compiling tempfile v3.13.0 |
2735 | 2025-03-03T04:38:52.099Z | Compiling clap_builder v4.5.31 |
2736 | 2025-03-03T04:38:52.678Z | Compiling proc-macro-error v1.0.4 |
2737 | 2025-03-03T04:38:53.529Z | Compiling tabled_derive v0.7.0 |
2738 | 2025-03-03T04:38:54.651Z | Compiling tabled v0.15.0 |
2739 | 2025-03-03T04:38:55.256Z | Compiling serde_derive v1.0.218 |
2740 | 2025-03-03T04:38:55.259Z | Compiling thiserror-impl v1.0.69 |
2741 | 2025-03-03T04:38:55.259Z | Compiling zerocopy-derive v0.7.35 |
2742 | 2025-03-03T04:38:55.259Z | Compiling scroll_derive v0.12.0 |
2743 | 2025-03-03T04:38:55.259Z | Compiling thiserror-impl v2.0.11 |
2744 | 2025-03-03T04:38:56.697Z | Compiling scroll v0.12.0 |
2745 | 2025-03-03T04:38:57.152Z | Compiling zerocopy v0.7.35 |
2746 | 2025-03-03T04:38:57.355Z | Compiling goblin v0.8.2 |
2747 | 2025-03-03T04:38:57.929Z | Compiling thiserror v1.0.69 |
2748 | 2025-03-03T04:38:58.087Z | Compiling pest v2.7.14 |
2749 | 2025-03-03T04:39:00.021Z | Compiling thiserror v2.0.11 |
2750 | 2025-03-03T04:39:00.227Z | Compiling clap_derive v4.5.28 |
2751 | 2025-03-03T04:39:01.126Z | Compiling pest_meta v2.7.14 |
2752 | 2025-03-03T04:39:04.556Z | Compiling pest_generator v2.7.14 |
2753 | 2025-03-03T04:39:04.713Z | Compiling clap v4.5.31 |
2754 | 2025-03-03T04:39:06.314Z | Compiling pest_derive v2.7.14 |
2755 | 2025-03-03T04:39:07.155Z | Compiling dtrace-parser v0.2.0 |
2756 | 2025-03-03T04:39:08.763Z | Compiling toml_datetime v0.6.8 |
2757 | 2025-03-03T04:39:09.494Z | Compiling serde_spanned v0.6.8 |
2758 | 2025-03-03T04:39:09.802Z | Compiling dof v0.3.0 |
2759 | 2025-03-03T04:39:10.352Z | Compiling serde_tokenstream v0.2.2 |
2760 | 2025-03-03T04:39:11.053Z | Compiling toml_edit v0.22.24 |
2761 | 2025-03-03T04:39:11.945Z | Compiling camino v1.1.9 |
2762 | 2025-03-03T04:39:14.148Z | Compiling usdt-macro v0.5.0 |
2763 | 2025-03-03T04:39:15.381Z | Compiling toml v0.8.20 |
2764 | 2025-03-03T04:39:16.854Z | Compiling usdt-attr-macro v0.5.0 |
2765 | 2025-03-03T04:39:18.201Z | Compiling cargo-platform v0.1.8 |
2766 | 2025-03-03T04:39:19.326Z | Compiling semver v1.0.25 |
2767 | 2025-03-03T04:39:19.342Z | Compiling usdt v0.5.0 |
2768 | 2025-03-03T04:39:20.766Z | Compiling cargo_metadata v0.19.1 |
2769 | 2025-03-03T04:39:20.799Z | Compiling cargo_toml v0.21.0 |
2770 | 2025-03-03T04:39:21.272Z | Compiling camino-tempfile v1.1.1 |
2771 | 2025-03-03T04:39:21.553Z | Compiling macaddr v1.0.1 |
2772 | 2025-03-03T04:39:32.320Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2773 | 2025-03-03T04:39:38.205Z | Finished `release` profile [optimized] target(s) in 50.01s |
2774 | 2025-03-03T04:39:38.332Z | |
2775 | 2025-03-03T04:39:38.335Z | real 50.168724559 |
2776 | 2025-03-03T04:39:38.335Z | user 5:22.172868631 |
2777 | 2025-03-03T04:39:38.335Z | sys 20.110080058 |
2778 | 2025-03-03T04:39:38.335Z | trap 0.146873578 |
2779 | 2025-03-03T04:39:38.335Z | tflt 0.331965736 |
2780 | 2025-03-03T04:39:38.335Z | dflt 0.344187947 |
2781 | 2025-03-03T04:39:38.335Z | kflt 0.000001710 |
2782 | 2025-03-03T04:39:38.335Z | lock 10:20.058521862 |
2783 | 2025-03-03T04:39:38.335Z | slp 15:56.207671771 |
2784 | 2025-03-03T04:39:38.335Z | lat 15.719136643 |
2785 | 2025-03-03T04:39:38.335Z | stop 19.232363960 |
2786 | 2025-03-03T04:39:38.335Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2787 | 2025-03-03T04:39:38.335Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2788 | 2025-03-03T04:39:38.335Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2789 | 2025-03-03T04:39:38.335Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2790 | 2025-03-03T04:39:38.335Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2791 | 2025-03-03T04:39:39.307Z | Compiling ring v0.17.11 |
2792 | 2025-03-03T04:39:39.450Z | Compiling regress v0.10.3 |
2793 | 2025-03-03T04:39:39.473Z | Compiling thiserror-impl v2.0.11 |
2794 | 2025-03-03T04:39:39.476Z | Compiling ident_case v1.0.1 |
2795 | 2025-03-03T04:39:39.476Z | Compiling unsafe-libyaml v0.2.11 |
2796 | 2025-03-03T04:39:39.476Z | Compiling ipnetwork v0.21.1 |
2797 | 2025-03-03T04:39:39.476Z | Compiling tempfile v3.13.0 |
2798 | 2025-03-03T04:39:39.476Z | Compiling macaddr v1.0.1 |
2799 | 2025-03-03T04:39:39.799Z | Compiling darling_core v0.20.10 |
2800 | 2025-03-03T04:39:39.948Z | Compiling oxnet v0.1.1 |
2801 | 2025-03-03T04:39:40.288Z | Compiling structmeta-derive v0.3.0 |
2802 | 2025-03-03T04:39:40.329Z | Compiling instant v0.1.13 |
2803 | 2025-03-03T04:39:40.518Z | Compiling wait-timeout v0.2.0 |
2804 | 2025-03-03T04:39:40.674Z | Compiling dropshot v0.16.0 |
2805 | 2025-03-03T04:39:41.015Z | Compiling serde_yaml v0.9.34+deprecated |
2806 | 2025-03-03T04:39:41.076Z | Compiling bit-vec v0.8.0 |
2807 | 2025-03-03T04:39:41.460Z | Compiling rusty-fork v0.3.0 |
2808 | 2025-03-03T04:39:41.563Z | Compiling bit-set v0.8.0 |
2809 | 2025-03-03T04:39:41.894Z | Compiling dropshot_endpoint v0.16.0 |
2810 | 2025-03-03T04:39:42.139Z | Compiling rand_xorshift v0.3.0 |
2811 | 2025-03-03T04:39:42.516Z | Compiling daft-derive v0.1.1 |
2812 | 2025-03-03T04:39:42.601Z | Compiling thiserror v2.0.11 |
2813 | 2025-03-03T04:39:42.790Z | Compiling unarray v0.1.4 |
2814 | 2025-03-03T04:39:42.908Z | Compiling structmeta v0.3.0 |
2815 | 2025-03-03T04:39:42.984Z | Compiling proptest v1.6.0 |
2816 | 2025-03-03T04:39:43.324Z | Compiling typify-impl v0.2.0 |
2817 | 2025-03-03T04:39:44.029Z | Compiling parse-display-derive v0.10.0 |
2818 | 2025-03-03T04:39:44.072Z | Compiling daft v0.1.1 |
2819 | 2025-03-03T04:39:44.481Z | Compiling rustls v0.23.19 |
2820 | 2025-03-03T04:39:44.516Z | Compiling rustls v0.22.4 |
2821 | 2025-03-03T04:39:44.548Z | Compiling test-strategy v0.4.0 |
2822 | 2025-03-03T04:39:44.575Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2823 | 2025-03-03T04:39:44.771Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2824 | 2025-03-03T04:39:45.590Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2825 | 2025-03-03T04:39:45.643Z | Compiling darling_macro v0.20.10 |
2826 | 2025-03-03T04:39:45.809Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2827 | 2025-03-03T04:39:46.149Z | Compiling backoff v0.4.0 |
2828 | 2025-03-03T04:39:46.315Z | Compiling proc-macro-crate v1.3.1 |
2829 | 2025-03-03T04:39:46.544Z | Compiling typify-impl v0.3.0 |
2830 | 2025-03-03T04:39:46.608Z | Compiling darling v0.20.10 |
2831 | 2025-03-03T04:39:46.760Z | Compiling serde_with_macros v3.12.0 |
2832 | 2025-03-03T04:39:47.203Z | Compiling rustls-webpki v0.102.8 |
2833 | 2025-03-03T04:39:47.949Z | Compiling parse-display v0.10.0 |
2834 | 2025-03-03T04:39:48.054Z | Compiling num_enum_derive v0.5.11 |
2835 | 2025-03-03T04:39:49.117Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2836 | 2025-03-03T04:39:49.428Z | Compiling serde_with v3.12.0 |
2837 | 2025-03-03T04:39:49.789Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2838 | 2025-03-03T04:39:50.197Z | Compiling itertools v0.13.0 |
2839 | 2025-03-03T04:39:50.482Z | Compiling num_enum v0.5.11 |
2840 | 2025-03-03T04:39:50.696Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2841 | 2025-03-03T04:39:51.045Z | Compiling crucible-workspace-hack v0.1.0 |
2842 | 2025-03-03T04:39:51.391Z | Compiling heapless v0.8.0 |
2843 | 2025-03-03T04:39:52.422Z | Compiling proc-macro-error v1.0.4 |
2844 | 2025-03-03T04:39:53.080Z | Compiling tokio-rustls v0.25.0 |
2845 | 2025-03-03T04:39:53.084Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2846 | 2025-03-03T04:39:53.159Z | Compiling camino-tempfile v1.1.1 |
2847 | 2025-03-03T04:39:53.563Z | Compiling dropshot v0.12.0 |
2848 | 2025-03-03T04:39:57.359Z | Compiling tokio-rustls v0.26.0 |
2849 | 2025-03-03T04:39:57.863Z | Compiling hyper-rustls v0.27.5 |
2850 | 2025-03-03T04:39:58.020Z | Compiling typify-macro v0.2.0 |
2851 | 2025-03-03T04:39:58.605Z | Compiling reqwest v0.12.12 |
2852 | 2025-03-03T04:39:59.790Z | Compiling qorb v0.2.1 |
2853 | 2025-03-03T04:40:01.226Z | Compiling typify-macro v0.3.0 |
2854 | 2025-03-03T04:40:01.601Z | Compiling hash32 v0.3.1 |
2855 | 2025-03-03T04:40:01.849Z | Compiling foreign-types-macros v0.2.3 |
2856 | 2025-03-03T04:40:01.869Z | Compiling typify v0.2.0 |
2857 | 2025-03-03T04:40:01.906Z | Compiling smoltcp v0.11.0 |
2858 | 2025-03-03T04:40:02.039Z | Compiling progenitor-client v0.9.1 |
2859 | 2025-03-03T04:40:02.609Z | Compiling progenitor-impl v0.8.0 |
2860 | 2025-03-03T04:40:02.631Z | Compiling progenitor-client v0.8.0 |
2861 | 2025-03-03T04:40:02.659Z | Compiling foreign-types-shared v0.3.1 |
2862 | 2025-03-03T04:40:03.144Z | Compiling foreign-types v0.5.0 |
2863 | 2025-03-03T04:40:03.148Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2864 | 2025-03-03T04:40:03.697Z | Compiling tabwriter v1.4.0 |
2865 | 2025-03-03T04:40:04.031Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2866 | 2025-03-03T04:40:04.148Z | Compiling cstr-argument v0.1.2 |
2867 | 2025-03-03T04:40:04.169Z | Compiling cobs v0.2.3 |
2868 | 2025-03-03T04:40:04.444Z | Compiling pretty-hex v0.2.1 |
2869 | 2025-03-03T04:40:04.511Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2870 | 2025-03-03T04:40:04.697Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2871 | 2025-03-03T04:40:04.851Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2872 | 2025-03-03T04:40:04.907Z | Compiling postcard v1.0.10 |
2873 | 2025-03-03T04:40:05.021Z | Compiling typify v0.3.0 |
2874 | 2025-03-03T04:40:05.072Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2875 | 2025-03-03T04:40:05.092Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2876 | 2025-03-03T04:40:05.189Z | Compiling progenitor-impl v0.9.1 |
2877 | 2025-03-03T04:40:05.558Z | Compiling colored v2.2.0 |
2878 | 2025-03-03T04:40:05.592Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2879 | 2025-03-03T04:40:05.956Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2880 | 2025-03-03T04:40:06.158Z | Compiling winnow v0.6.20 |
2881 | 2025-03-03T04:40:06.447Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2882 | 2025-03-03T04:40:07.378Z | Compiling smf v0.2.3 |
2883 | 2025-03-03T04:40:07.621Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2884 | 2025-03-03T04:40:08.000Z | Compiling zone_cfg_derive v0.3.0 |
2885 | 2025-03-03T04:40:08.658Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2886 | 2025-03-03T04:40:09.105Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2887 | 2025-03-03T04:40:09.260Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2888 | 2025-03-03T04:40:09.520Z | Compiling progenitor-macro v0.8.0 |
2889 | 2025-03-03T04:40:09.539Z | Compiling itertools v0.14.0 |
2890 | 2025-03-03T04:40:09.723Z | Compiling num-derive v0.4.2 |
2891 | 2025-03-03T04:40:09.793Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2892 | 2025-03-03T04:40:10.030Z | Compiling sigpipe v0.1.3 |
2893 | 2025-03-03T04:40:10.191Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2894 | 2025-03-03T04:40:10.647Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2895 | 2025-03-03T04:40:10.840Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2896 | 2025-03-03T04:40:10.877Z | Compiling zone v0.3.0 |
2897 | 2025-03-03T04:40:11.625Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2898 | 2025-03-03T04:40:11.988Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2899 | 2025-03-03T04:40:12.120Z | Compiling universal-hash v0.5.1 |
2900 | 2025-03-03T04:40:12.151Z | Compiling progenitor-macro v0.9.1 |
2901 | 2025-03-03T04:40:12.358Z | Compiling opaque-debug v0.3.1 |
2902 | 2025-03-03T04:40:12.379Z | Compiling tungstenite v0.21.0 |
2903 | 2025-03-03T04:40:12.494Z | Compiling num-rational v0.4.2 |
2904 | 2025-03-03T04:40:12.571Z | Compiling password-hash v0.5.0 |
2905 | 2025-03-03T04:40:12.817Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2906 | 2025-03-03T04:40:13.097Z | Compiling blake2 v0.10.6 |
2907 | 2025-03-03T04:40:13.264Z | Compiling aead v0.5.2 |
2908 | 2025-03-03T04:40:13.571Z | Compiling num-complex v0.4.6 |
2909 | 2025-03-03T04:40:13.695Z | Compiling convert_case v0.4.0 |
2910 | 2025-03-03T04:40:14.087Z | Compiling keccak v0.1.5 |
2911 | 2025-03-03T04:40:14.146Z | Compiling base64 v0.21.7 |
2912 | 2025-03-03T04:40:14.290Z | Compiling argon2 v0.5.3 |
2913 | 2025-03-03T04:40:14.534Z | Compiling num v0.4.3 |
2914 | 2025-03-03T04:40:14.567Z | Compiling derive_more v0.99.19 |
2915 | 2025-03-03T04:40:14.608Z | Compiling sha3 v0.10.8 |
2916 | 2025-03-03T04:40:14.674Z | Compiling tokio-tungstenite v0.21.0 |
2917 | 2025-03-03T04:40:14.816Z | Compiling poly1305 v0.8.0 |
2918 | 2025-03-03T04:40:15.254Z | Compiling chacha20 v0.9.1 |
2919 | 2025-03-03T04:40:15.288Z | Compiling float-ord v0.3.2 |
2920 | 2025-03-03T04:40:15.508Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2921 | 2025-03-03T04:40:15.686Z | Compiling semver v0.1.20 |
2922 | 2025-03-03T04:40:15.764Z | Compiling same-file v1.0.6 |
2923 | 2025-03-03T04:40:15.951Z | Compiling newline-converter v0.3.0 |
2924 | 2025-03-03T04:40:16.090Z | Compiling rustc_version v0.1.7 |
2925 | 2025-03-03T04:40:16.180Z | Compiling walkdir v2.5.0 |
2926 | 2025-03-03T04:40:16.304Z | Compiling primeorder v0.13.6 |
2927 | 2025-03-03T04:40:16.561Z | Compiling secrecy v0.8.0 |
2928 | 2025-03-03T04:40:16.564Z | Compiling cancel-safe-futures v0.1.5 |
2929 | 2025-03-03T04:40:16.834Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2930 | 2025-03-03T04:40:16.856Z | Compiling owo-colors v4.2.0 |
2931 | 2025-03-03T04:40:16.875Z | Compiling newtype_derive v0.1.6 |
2932 | 2025-03-03T04:40:17.012Z | Compiling expectorate v1.1.0 |
2933 | 2025-03-03T04:40:17.102Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2934 | 2025-03-03T04:40:17.211Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2935 | 2025-03-03T04:40:17.232Z | Compiling thiserror-impl-no-std v2.0.2 |
2936 | 2025-03-03T04:40:17.380Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2937 | 2025-03-03T04:40:17.575Z | Compiling libsw-core v0.3.1 |
2938 | 2025-03-03T04:40:17.670Z | Compiling blake3 v1.5.4 |
2939 | 2025-03-03T04:40:17.888Z | Compiling unicase v2.7.0 |
2940 | 2025-03-03T04:40:18.012Z | Compiling half v2.4.1 |
2941 | 2025-03-03T04:40:18.210Z | Compiling arc-swap v1.7.1 |
2942 | 2025-03-03T04:40:18.263Z | Compiling fixedbitset v0.5.7 |
2943 | 2025-03-03T04:40:18.373Z | Compiling ciborium-io v0.2.2 |
2944 | 2025-03-03T04:40:18.551Z | Compiling ciborium-ll v0.2.2 |
2945 | 2025-03-03T04:40:18.864Z | Compiling slog-scope v4.4.0 |
2946 | 2025-03-03T04:40:18.920Z | Compiling petgraph v0.7.1 |
2947 | 2025-03-03T04:40:19.204Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2948 | 2025-03-03T04:40:19.303Z | Compiling libsw v3.4.0 |
2949 | 2025-03-03T04:40:19.639Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2950 | 2025-03-03T04:40:19.965Z | Compiling thiserror-no-std v2.0.2 |
2951 | 2025-03-03T04:40:20.130Z | Compiling polyval v0.6.2 |
2952 | 2025-03-03T04:40:20.555Z | Compiling atomicwrites v0.4.4 |
2953 | 2025-03-03T04:40:20.711Z | Compiling memmap2 v0.9.5 |
2954 | 2025-03-03T04:40:20.911Z | Compiling arrayref v0.3.9 |
2955 | 2025-03-03T04:40:20.989Z | Compiling arrayvec v0.7.6 |
2956 | 2025-03-03T04:40:21.043Z | Compiling linear-map v1.2.0 |
2957 | 2025-03-03T04:40:21.139Z | Compiling indent_write v2.2.0 |
2958 | 2025-03-03T04:40:21.321Z | Compiling constant_time_eq v0.3.1 |
2959 | 2025-03-03T04:40:21.392Z | Compiling progenitor v0.8.0 |
2960 | 2025-03-03T04:40:21.392Z | Compiling salty v0.3.0 |
2961 | 2025-03-03T04:40:21.427Z | Compiling libefi-sys v0.1.0 |
2962 | 2025-03-03T04:40:21.430Z | Compiling parking_lot_core v0.8.6 |
2963 | 2025-03-03T04:40:21.640Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2964 | 2025-03-03T04:40:21.813Z | Compiling ghash v0.5.1 |
2965 | 2025-03-03T04:40:21.973Z | Compiling vsss-rs v3.3.4 |
2966 | 2025-03-03T04:40:22.080Z | Compiling slog-stdlog v4.1.1 |
2967 | 2025-03-03T04:40:22.461Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2968 | 2025-03-03T04:40:22.464Z | Compiling ciborium v0.2.2 |
2969 | 2025-03-03T04:40:22.703Z | Compiling p384 v0.13.0 |
2970 | 2025-03-03T04:40:22.993Z | Compiling toolchain_find v0.4.0 |
2971 | 2025-03-03T04:40:23.365Z | Compiling chacha20poly1305 v0.10.1 |
2972 | 2025-03-03T04:40:23.667Z | Compiling ctr v0.9.2 |
2973 | 2025-03-03T04:40:23.688Z | Compiling lzma-sys v0.1.20 |
2974 | 2025-03-03T04:40:23.826Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2975 | 2025-03-03T04:40:24.083Z | Compiling bitfield-struct v0.6.2 |
2976 | 2025-03-03T04:40:24.140Z | Compiling progenitor v0.9.1 |
2977 | 2025-03-03T04:40:24.278Z | Compiling slog-dtrace v0.3.0 |
2978 | 2025-03-03T04:40:24.298Z | Compiling highway v1.3.0 |
2979 | 2025-03-03T04:40:24.405Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2980 | 2025-03-03T04:40:24.494Z | Compiling topological-sort v0.2.2 |
2981 | 2025-03-03T04:40:24.719Z | Compiling omicron-zone-package v0.12.0 |
2982 | 2025-03-03T04:40:24.821Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2983 | 2025-03-03T04:40:25.206Z | Compiling aes-gcm v0.10.3 |
2984 | 2025-03-03T04:40:25.537Z | Compiling rustfmt-wrapper v0.2.1 |
2985 | 2025-03-03T04:40:25.561Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2986 | 2025-03-03T04:40:26.096Z | Compiling mime_guess v2.0.5 |
2987 | 2025-03-03T04:40:26.177Z | Compiling slog-envlogger v2.2.0 |
2988 | 2025-03-03T04:40:26.250Z | Compiling steno v0.4.1 |
2989 | 2025-03-03T04:40:26.876Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2990 | 2025-03-03T04:40:27.699Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2991 | 2025-03-03T04:40:27.892Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2992 | 2025-03-03T04:40:28.591Z | Compiling heck v0.3.3 |
2993 | 2025-03-03T04:40:28.918Z | Compiling ssh-encoding v0.2.0 |
2994 | 2025-03-03T04:40:28.974Z | Compiling blowfish v0.9.1 |
2995 | 2025-03-03T04:40:29.102Z | Compiling env_filter v0.1.2 |
2996 | 2025-03-03T04:40:29.437Z | Compiling nibble_vec v0.1.0 |
2997 | 2025-03-03T04:40:29.501Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2998 | 2025-03-03T04:40:29.664Z | Compiling humantime v2.1.0 |
2999 | 2025-03-03T04:40:29.683Z | Compiling endian-type v0.1.2 |
3000 | 2025-03-03T04:40:29.735Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3001 | 2025-03-03T04:40:29.946Z | Compiling radix_trie v0.2.1 |
3002 | 2025-03-03T04:40:30.048Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3003 | 2025-03-03T04:40:30.120Z | Compiling env_logger v0.11.5 |
3004 | 2025-03-03T04:40:30.170Z | Compiling ssh-cipher v0.2.0 |
3005 | 2025-03-03T04:40:30.524Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3006 | 2025-03-03T04:40:30.561Z | Compiling bcrypt-pbkdf v0.10.0 |
3007 | 2025-03-03T04:40:30.822Z | Compiling zone_cfg_derive v0.1.2 |
3008 | 2025-03-03T04:40:31.141Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3009 | 2025-03-03T04:40:31.211Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3010 | 2025-03-03T04:40:31.455Z | Compiling parking_lot v0.11.2 |
3011 | 2025-03-03T04:40:31.766Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3012 | 2025-03-03T04:40:32.084Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3013 | 2025-03-03T04:40:32.188Z | Compiling password-hash v0.4.2 |
3014 | 2025-03-03T04:40:32.229Z | Compiling gethostname v0.5.0 |
3015 | 2025-03-03T04:40:32.257Z | Compiling fxhash v0.2.1 |
3016 | 2025-03-03T04:40:32.298Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3017 | 2025-03-03T04:40:32.441Z | Compiling http-range v0.1.5 |
3018 | 2025-03-03T04:40:32.487Z | Compiling base64 v0.13.1 |
3019 | 2025-03-03T04:40:32.508Z | Compiling sled v0.34.7 |
3020 | 2025-03-03T04:40:32.586Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3021 | 2025-03-03T04:40:32.674Z | Compiling pbkdf2 v0.11.0 |
3022 | 2025-03-03T04:40:32.770Z | Compiling zone v0.1.8 |
3023 | 2025-03-03T04:40:33.021Z | Compiling ron v0.7.1 |
3024 | 2025-03-03T04:40:33.061Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3025 | 2025-03-03T04:40:33.083Z | Compiling xz2 v0.1.7 |
3026 | 2025-03-03T04:40:33.608Z | Compiling ssh-key v0.6.6 |
3027 | 2025-03-03T04:40:34.122Z | Compiling hickory-client v0.24.4 |
3028 | 2025-03-03T04:40:34.352Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3029 | 2025-03-03T04:40:34.621Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3030 | 2025-03-03T04:40:35.258Z | Compiling p521 v0.13.3 |
3031 | 2025-03-03T04:40:35.502Z | Compiling p256 v0.13.2 |
3032 | 2025-03-03T04:40:36.110Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3033 | 2025-03-03T04:40:36.331Z | Compiling hickory-server v0.24.4 |
3034 | 2025-03-03T04:40:37.108Z | Compiling pem v3.0.5 |
3035 | 2025-03-03T04:40:37.623Z | Compiling yasna v0.5.2 |
3036 | 2025-03-03T04:40:37.816Z | Compiling headers-core v0.3.0 |
3037 | 2025-03-03T04:40:37.819Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3038 | 2025-03-03T04:40:38.030Z | Compiling kstat-rs v0.2.4 |
3039 | 2025-03-03T04:40:38.490Z | Compiling nanorand v0.7.0 |
3040 | 2025-03-03T04:40:39.083Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3041 | 2025-03-03T04:40:39.156Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3042 | 2025-03-03T04:40:40.460Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3043 | 2025-03-03T04:40:41.251Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3044 | 2025-03-03T04:40:41.662Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3045 | 2025-03-03T04:40:41.873Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3046 | 2025-03-03T04:40:42.361Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3047 | 2025-03-03T04:40:43.064Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3048 | 2025-03-03T04:40:43.084Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3049 | 2025-03-03T04:40:43.338Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3050 | 2025-03-03T04:40:43.529Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3051 | 2025-03-03T04:40:45.091Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3052 | 2025-03-03T04:40:45.856Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3053 | 2025-03-03T04:40:46.209Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3054 | 2025-03-03T04:40:46.287Z | Compiling russh-cryptovec v0.7.3 |
3055 | 2025-03-03T04:40:46.334Z | Compiling atty v0.2.14 |
3056 | 2025-03-03T04:40:46.528Z | Compiling md5 v0.7.0 |
3057 | 2025-03-03T04:40:46.581Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3058 | 2025-03-03T04:40:46.637Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3059 | 2025-03-03T04:40:47.078Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3060 | 2025-03-03T04:40:47.100Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3061 | 2025-03-03T04:40:47.453Z | Compiling russh-keys v0.45.0 |
3062 | 2025-03-03T04:40:48.446Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3063 | 2025-03-03T04:40:50.689Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3064 | 2025-03-03T04:40:51.089Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3065 | 2025-03-03T04:40:51.680Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3066 | 2025-03-03T04:40:51.709Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3067 | 2025-03-03T04:40:52.146Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3068 | 2025-03-03T04:40:55.795Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3069 | 2025-03-03T04:40:57.611Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3070 | 2025-03-03T04:40:57.767Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3071 | 2025-03-03T04:40:59.756Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3072 | 2025-03-03T04:41:00.573Z | Compiling flume v0.11.1 |
3073 | 2025-03-03T04:41:01.370Z | Compiling rcgen v0.12.1 |
3074 | 2025-03-03T04:41:01.545Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3075 | 2025-03-03T04:41:02.461Z | Compiling headers v0.4.0 |
3076 | 2025-03-03T04:41:03.423Z | Compiling hyper-staticfile v0.10.1 |
3077 | 2025-03-03T04:41:04.243Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3078 | 2025-03-03T04:41:04.359Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3079 | 2025-03-03T04:41:04.515Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3080 | 2025-03-03T04:41:04.747Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3081 | 2025-03-03T04:41:04.847Z | Compiling num-bigint v0.4.6 |
3082 | 2025-03-03T04:41:04.987Z | Compiling des v0.8.1 |
3083 | 2025-03-03T04:41:05.160Z | Compiling subprocess v0.2.9 |
3084 | 2025-03-03T04:41:05.199Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3085 | 2025-03-03T04:41:05.365Z | Compiling display-error-chain v0.2.2 |
3086 | 2025-03-03T04:41:05.427Z | Compiling hex-literal v0.4.1 |
3087 | 2025-03-03T04:41:05.623Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3088 | 2025-03-03T04:41:05.645Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3089 | 2025-03-03T04:41:06.122Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3090 | 2025-03-03T04:41:06.145Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3091 | 2025-03-03T04:41:06.145Z | Compiling internet-checksum v0.2.1 |
3092 | 2025-03-03T04:41:06.645Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3093 | 2025-03-03T04:41:08.885Z | Compiling russh v0.45.0 |
3094 | 2025-03-03T04:41:15.684Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3095 | 2025-03-03T04:41:17.295Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3096 | 2025-03-03T04:41:42.218Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3097 | 2025-03-03T04:42:05.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
3098 | 2025-03-03T04:42:06.137Z | |
3099 | 2025-03-03T04:42:06.144Z | real 2:27.754838506 |
3100 | 2025-03-03T04:42:06.144Z | user 13:00.056352693 |
3101 | 2025-03-03T04:42:06.144Z | sys 1:42.307879890 |
3102 | 2025-03-03T04:42:06.145Z | trap 0.406499258 |
3103 | 2025-03-03T04:42:06.145Z | tflt 0.305016471 |
3104 | 2025-03-03T04:42:06.145Z | dflt 0.592555160 |
3105 | 2025-03-03T04:42:06.145Z | kflt 0.000055989 |
3106 | 2025-03-03T04:42:06.145Z | lock 24:34.067326697 |
3107 | 2025-03-03T04:42:06.145Z | slp 46:29.674731379 |
3108 | 2025-03-03T04:42:06.145Z | lat 39.669612991 |
3109 | 2025-03-03T04:42:06.145Z | stop 1:46.902726935 |
3110 | 2025-03-03T04:42:06.145Z | + mkdir tests |
3111 | 2025-03-03T04:42:06.145Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3112 | 2025-03-03T04:42:06.145Z | + xargs -I '{}' -t cp '{}' tests/ |
3113 | 2025-03-03T04:42:06.185Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e7a140b39625522d tests/ |
3114 | 2025-03-03T04:42:06.209Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f536476d196932a7 tests/ |
3115 | 2025-03-03T04:42:06.243Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-cbe41aee9971235e tests/ |
3116 | 2025-03-03T04:42:06.263Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-aad611ab827ef26b tests/ |
3117 | 2025-03-03T04:42:06.545Z | + 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/*) |
3118 | 2025-03-03T04:42:06.562Z | + 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-f536476d196932a7 tests/commtest-cbe41aee9971235e tests/dhcp_server-e7a140b39625522d tests/end_to_end_tests-aad611ab827ef26b 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 |
3119 | 2025-03-03T04:43:23.496Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3120 | 2025-03-03T04:43:23.496Z | a .github/buildomat/ci-env.sh 1K |
3121 | 2025-03-03T04:43:23.496Z | a out/target/test 1K |
3122 | 2025-03-03T04:43:23.496Z | a out/npuzone/npuzone 23144K |
3123 | 2025-03-03T04:43:23.496Z | a package-manifest.toml 33K |
3124 | 2025-03-03T04:43:23.496Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3125 | 2025-03-03T04:43:23.496Z | a target/release/omicron-package 38741K |
3126 | 2025-03-03T04:43:23.496Z | a target/release/xtask 10838K |
3127 | 2025-03-03T04:43:23.496Z | a target/debug/bootstrap 215532K |
3128 | 2025-03-03T04:43:23.496Z | a tests/bootstrap-f536476d196932a7 24083K |
3129 | 2025-03-03T04:43:23.496Z | a tests/commtest-cbe41aee9971235e 24909K |
3130 | 2025-03-03T04:43:23.496Z | a tests/dhcp_server-e7a140b39625522d 24083K |
3131 | 2025-03-03T04:43:23.496Z | a tests/end_to_end_tests-aad611ab827ef26b 275328K |
3132 | 2025-03-03T04:43:23.496Z | a out/clickhouse.tar.gz 307560K |
3133 | 2025-03-03T04:43:23.496Z | a out/clickhouse_keeper.tar.gz 293464K |
3134 | 2025-03-03T04:43:23.497Z | a out/clickhouse_server.tar.gz 307546K |
3135 | 2025-03-03T04:43:23.497Z | a out/cockroachdb.tar.gz 145889K |
3136 | 2025-03-03T04:43:23.497Z | a out/crucible-dtrace.tar 98K |
3137 | 2025-03-03T04:43:23.497Z | a out/crucible-pantry-zone.tar.gz 32408K |
3138 | 2025-03-03T04:43:23.497Z | a out/crucible-zone.tar.gz 40795K |
3139 | 2025-03-03T04:43:23.497Z | a out/external-dns.tar.gz 43805K |
3140 | 2025-03-03T04:43:23.498Z | a out/internal-dns.tar.gz 43802K |
3141 | 2025-03-03T04:43:23.498Z | a out/mg-ddm-gz.tar 63075K |
3142 | 2025-03-03T04:43:23.498Z | a out/nexus.tar.gz 110523K |
3143 | 2025-03-03T04:43:23.498Z | a out/ntp.tar.gz 14363K |
3144 | 2025-03-03T04:43:23.498Z | a out/omicron-gateway-softnpu.tar.gz 24956K |
3145 | 2025-03-03T04:43:23.498Z | a out/omicron-sled-agent.tar 123532K |
3146 | 2025-03-03T04:43:23.498Z | a out/overlay.tar.gz 3K |
3147 | 2025-03-03T04:43:23.498Z | a out/oximeter.tar.gz 55033K |
3148 | 2025-03-03T04:43:23.498Z | a out/oxlog.tar 3144K |
3149 | 2025-03-03T04:43:23.498Z | a out/probe.tar.gz 2764K |
3150 | 2025-03-03T04:43:23.498Z | a out/propolis-server.tar.gz 66425K |
3151 | 2025-03-03T04:43:23.498Z | a out/pumpkind-gz.tar 26665K |
3152 | 2025-03-03T04:43:23.498Z | a out/switch-softnpu.tar.gz 264789K |
3153 | 2025-03-03T04:43:23.501Z | |
3154 | 2025-03-03T04:43:23.501Z | real 1:16.949471444 |
3155 | 2025-03-03T04:43:23.501Z | user 1:13.391573063 |
3156 | 2025-03-03T04:43:23.501Z | sys 5.137094762 |
3157 | 2025-03-03T04:43:23.501Z | trap 0.019277604 |
3158 | 2025-03-03T04:43:23.501Z | tflt 0.000000000 |
3159 | 2025-03-03T04:43:23.501Z | dflt 0.000000000 |
3160 | 2025-03-03T04:43:23.501Z | kflt 0.000000000 |
3161 | 2025-03-03T04:43:23.501Z | lock 0.000000000 |
3162 | 2025-03-03T04:43:23.501Z | slp 1:13.040866141 |
3163 | 2025-03-03T04:43:23.501Z | lat 2.304669655 |
3164 | 2025-03-03T04:43:23.502Z | stop 0.000204934 |
3165 | 2025-03-03T04:43:23.502Z | process exited: duration 2273882 ms, exit code 0 |
|
3166 | 2025-03-03T04:43:23.518Z | found 1 output files |
3167 | 2025-03-03T04:43:23.518Z | uploading: /work/package.tar.gz (2031037704 bytes) |
3168 | 2025-03-03T04:44:00.569Z | uploaded: /work/package.tar.gz |