|
|
|
1 | 2025-03-25T21:32:05.200Z | job assigned to worker 01JQ7KF1XPZ85DW6F5N03WP18Y [factory aws, i-0b604f1bf67d2d382] (queued for 55 s) |
|
2 | 2025-03-25T21:32:13.021Z | starting task 0: "setup" |
3 | 2025-03-25T21:32:13.027Z | ++ uname -s |
4 | 2025-03-25T21:32:13.030Z | + kern=SunOS |
5 | 2025-03-25T21:32:13.030Z | + build_user=build |
6 | 2025-03-25T21:32:13.030Z | + build_uid=12345 |
7 | 2025-03-25T21:32:13.030Z | + work_dir=/work |
8 | 2025-03-25T21:32:13.030Z | + input_dir=/input |
9 | 2025-03-25T21:32:13.030Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T21:32:13.030Z | + case "$kern" in |
11 | 2025-03-25T21:32:13.030Z | + groupadd -g 12345 build |
12 | 2025-03-25T21:32:13.036Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T21:32:15.041Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T21:32:15.170Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T21:32:15.173Z | + home_fs=zfs |
16 | 2025-03-25T21:32:15.173Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T21:32:15.173Z | + mkdir -p /home/build |
18 | 2025-03-25T21:32:15.173Z | + chown build:build /home/build /work |
19 | 2025-03-25T21:32:17.176Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T21:32:17.179Z | process exited: duration 4158 ms, exit code 0 |
|
21 | 2025-03-25T21:32:17.187Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T21:32:17.192Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T21:32:17.192Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-25T21:32:17.192Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-25T21:32:17.192Z | * rust toolchain profile = "default" |
26 | 2025-03-25T21:32:17.192Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T21:32:17.192Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T21:32:17.196Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T21:32:17.196Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T21:32:17.321Z | info: downloading installer |
31 | 2025-03-25T21:32:18.708Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T21:32:18.708Z | warn: /opt/ooce/bin |
33 | 2025-03-25T21:32:18.708Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T21:32:18.708Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T21:32:18.708Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T21:32:18.708Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T21:32:18.708Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T21:32:18.708Z | error: cannot install while Rust is installed |
39 | 2025-03-25T21:32:18.708Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T21:32:18.725Z | info: profile set to 'default' |
41 | 2025-03-25T21:32:18.725Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T21:32:18.730Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T21:32:18.887Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T21:32:18.887Z | info: downloading component 'cargo' |
45 | 2025-03-25T21:32:19.655Z | info: downloading component 'clippy' |
46 | 2025-03-25T21:32:19.970Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T21:32:21.563Z | info: downloading component 'rust-std' |
48 | 2025-03-25T21:32:23.566Z | info: downloading component 'rustc' |
49 | 2025-03-25T21:32:30.380Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T21:32:30.631Z | info: installing component 'cargo' |
51 | 2025-03-25T21:32:31.463Z | info: installing component 'clippy' |
52 | 2025-03-25T21:32:31.848Z | info: installing component 'rust-docs' |
53 | 2025-03-25T21:32:33.614Z | info: installing component 'rust-std' |
54 | 2025-03-25T21:32:35.494Z | info: installing component 'rustc' |
55 | 2025-03-25T21:32:41.412Z | info: installing component 'rustfmt' |
56 | 2025-03-25T21:32:41.743Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T21:32:41.743Z | |
58 | 2025-03-25T21:32:42.110Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T21:32:42.110Z | |
60 | 2025-03-25T21:32:42.115Z | |
61 | 2025-03-25T21:32:42.115Z | Rust is installed now. Great! |
62 | 2025-03-25T21:32:42.115Z | |
63 | 2025-03-25T21:32:42.115Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T21:32:42.115Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T21:32:42.115Z | |
66 | 2025-03-25T21:32:42.115Z | To configure your current shell, you need to source |
67 | 2025-03-25T21:32:42.115Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T21:32:42.115Z | |
69 | 2025-03-25T21:32:42.115Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T21:32:42.115Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T21:32:42.115Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T21:32:42.115Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T21:32:42.183Z | + rustup --version |
74 | 2025-03-25T21:32:42.194Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T21:32:42.197Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T21:32:42.222Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T21:32:42.226Z | + cargo --version |
78 | 2025-03-25T21:32:42.243Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T21:32:42.247Z | + rustc --version |
80 | 2025-03-25T21:32:42.271Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T21:32:42.274Z | process exited: duration 25081 ms, exit code 0 |
|
82 | 2025-03-25T21:32:42.281Z | starting task 2: "authentication" |
83 | 2025-03-25T21:32:42.305Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-03-25T21:32:42.313Z | starting task 3: "clone repository" |
85 | 2025-03-25T21:32:42.317Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T21:32:42.321Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T21:32:42.364Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T21:32:50.045Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T21:32:50.048Z | + git fetch origin f4aea8cc86ef1a36efaf82a11415f86d265df337 |
90 | 2025-03-25T21:32:50.379Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T21:32:50.380Z | * branch f4aea8cc86ef1a36efaf82a11415f86d265df337 -> FETCH_HEAD |
92 | 2025-03-25T21:32:50.390Z | + [[ -n groups-for-instance ]] |
93 | 2025-03-25T21:32:50.394Z | ++ git branch --show-current |
94 | 2025-03-25T21:32:50.397Z | + current=main |
95 | 2025-03-25T21:32:50.398Z | + [[ main != groups-for-instance ]] |
96 | 2025-03-25T21:32:50.398Z | + git branch -f groups-for-instance f4aea8cc86ef1a36efaf82a11415f86d265df337 |
97 | 2025-03-25T21:32:50.401Z | + git checkout -f groups-for-instance |
98 | 2025-03-25T21:32:50.586Z | Switched to branch 'groups-for-instance' |
99 | 2025-03-25T21:32:50.590Z | + git reset --hard f4aea8cc86ef1a36efaf82a11415f86d265df337 |
100 | 2025-03-25T21:32:50.611Z | HEAD is now at f4aea8cc8 Merge branch 'affinity-query-commentary' into groups-for-instance |
101 | 2025-03-25T21:32:50.615Z | process exited: duration 8298 ms, exit code 0 |
|
102 | 2025-03-25T21:32:50.621Z | starting task 4: "build" |
103 | 2025-03-25T21:32:50.627Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-25T21:32:50.627Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-25T21:32:50.627Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-25T21:32:50.630Z | + cargo --version |
107 | 2025-03-25T21:32:50.683Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-25T21:32:50.687Z | + rustc --version |
109 | 2025-03-25T21:32:50.753Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-25T21:32:50.758Z | + WORK=/work |
111 | 2025-03-25T21:32:50.758Z | + pfexec mkdir -p /work |
112 | 2025-03-25T21:32:50.761Z | + pfexec chown build /work |
113 | 2025-03-25T21:32:50.764Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-03-25T21:32:52.509Z | pkg list: illegal option -- F |
115 | 2025-03-25T21:32:52.509Z | Usage: |
116 | 2025-03-25T21:32:52.509Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
117 | 2025-03-25T21:32:52.509Z | [pkg_fmri_pattern ...] |
118 | 2025-03-25T21:32:53.383Z | pkg list: illegal option -- F |
119 | 2025-03-25T21:32:53.383Z | Usage: |
120 | 2025-03-25T21:32:53.386Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
121 | 2025-03-25T21:32:53.386Z | [pkg_fmri_pattern ...] |
122 | 2025-03-25T21:33:10.111Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2025-03-25T21:33:14.706Z | Startup: Caching catalogs ... Done |
124 | 2025-03-25T21:33:29.959Z | Planning: Solver setup ... Done (14.160s) |
125 | 2025-03-25T21:33:30.128Z | Planning: Running solver ... Done (0.170s) |
126 | 2025-03-25T21:33:30.262Z | Planning: Finding local manifests ... Done (0.007s) |
127 | 2025-03-25T21:33:30.304Z | Planning: Fetching manifests: 0/7 0% complete |
128 | 2025-03-25T21:33:31.167Z | Planning: Fetching manifests: 7/7 100% complete |
129 | 2025-03-25T21:33:31.279Z | Planning: Package planning ... Done (0.112s) |
130 | 2025-03-25T21:33:31.335Z | Planning: Merging actions ... Done (0.056s) |
131 | 2025-03-25T21:33:31.539Z | Planning: Checking for conflicting actions ... Done (0.204s) |
132 | 2025-03-25T21:33:33.763Z | Planning: Consolidating action changes ... Done (2.223s) |
133 | 2025-03-25T21:33:34.221Z | Planning: Evaluating mediators ... Done (0.458s) |
134 | 2025-03-25T21:33:34.304Z | Planning: Planning completed in 19.49 seconds |
135 | 2025-03-25T21:33:34.321Z | Packages to install: 4 |
136 | 2025-03-25T21:33:34.321Z | Packages to update: 3 |
137 | 2025-03-25T21:33:34.321Z | Mediators to change: 2 |
138 | 2025-03-25T21:33:34.325Z | Services to change: 1 |
139 | 2025-03-25T21:33:34.325Z | Estimated space available: 155.59 GB |
140 | 2025-03-25T21:33:34.325Z | Estimated space to be consumed: 1.67 GB |
141 | 2025-03-25T21:33:34.325Z | Create boot environment: No |
142 | 2025-03-25T21:33:34.325Z | Create backup boot environment: Yes |
143 | 2025-03-25T21:33:34.325Z | Rebuild boot archive: No |
144 | 2025-03-25T21:33:34.325Z | |
145 | 2025-03-25T21:33:34.325Z | Changed mediators: |
146 | 2025-03-25T21:33:34.325Z | mediator clang: |
147 | 2025-03-25T21:33:34.325Z | version: None -> 15 (system default) |
148 | 2025-03-25T21:33:34.325Z | |
149 | 2025-03-25T21:33:34.325Z | mediator llvm: |
150 | 2025-03-25T21:33:34.325Z | version: 14 (system default) -> 15 (system default) |
151 | 2025-03-25T21:33:34.325Z | |
152 | 2025-03-25T21:33:34.325Z | Changed packages: |
153 | 2025-03-25T21:33:34.325Z | helios-dev |
154 | 2025-03-25T21:33:34.325Z | developer/build-essential |
155 | 2025-03-25T21:33:34.325Z | None -> 11-2.0 |
156 | 2025-03-25T21:33:34.325Z | library/libxmlsec1 |
157 | 2025-03-25T21:33:34.325Z | None -> 1.2.35-2.0 |
158 | 2025-03-25T21:33:34.325Z | ooce/developer/clang-15 |
159 | 2025-03-25T21:33:34.325Z | None -> 15.0.7-2.0 |
160 | 2025-03-25T21:33:34.325Z | ooce/developer/llvm-15 |
161 | 2025-03-25T21:33:34.325Z | None -> 15.0.7-2.0 |
162 | 2025-03-25T21:33:34.325Z | package/pkg |
163 | 2025-03-25T21:33:34.325Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
164 | 2025-03-25T21:33:34.325Z | system/library/g++-runtime |
165 | 2025-03-25T21:33:34.325Z | 13-2.0 -> 14-2.0 |
166 | 2025-03-25T21:33:34.325Z | system/library/gcc-runtime |
167 | 2025-03-25T21:33:34.325Z | 13-2.0 -> 14-2.0 |
168 | 2025-03-25T21:33:34.326Z | |
169 | 2025-03-25T21:33:34.326Z | Services: |
170 | 2025-03-25T21:33:34.326Z | restart_fmri: |
171 | 2025-03-25T21:33:34.326Z | svc:/system/update-man-index:default |
172 | 2025-03-25T21:33:34.326Z | |
173 | 2025-03-25T21:33:34.326Z | Editable files to change: |
174 | 2025-03-25T21:33:34.326Z | Update: |
175 | 2025-03-25T21:33:34.326Z | usr/share/lib/pkg/web/config.shtml |
176 | 2025-03-25T21:33:34.406Z | |
177 | 2025-03-25T21:33:34.406Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
178 | 2025-03-25T21:33:39.792Z | Download: 213/4301 items 1.3/225.4MB 0% complete (658k/s) |
179 | 2025-03-25T21:33:44.797Z | Download: 787/4301 items 18.6/225.4MB 8% complete (1.9M/s) |
180 | 2025-03-25T21:33:49.852Z | Download: 1195/4301 items 64.7/225.4MB 28% complete (6.3M/s) |
181 | 2025-03-25T21:33:54.889Z | Download: 1201/4301 items 83.5/225.4MB 37% complete (6.5M/s) |
182 | 2025-03-25T21:33:59.900Z | Download: 1572/4301 items 117.7/225.4MB 52% complete (5.5M/s) |
183 | 2025-03-25T21:34:04.901Z | Download: 2053/4301 items 118.7/225.4MB 52% complete (3.6M/s) |
184 | 2025-03-25T21:34:10.674Z | Download: 2219/4301 items 119.2/225.4MB 52% complete (1.1M/s) |
185 | 2025-03-25T21:34:22.970Z | Download: 2223/4301 items 119.2/225.4MB 52% complete |
186 | 2025-03-25T21:34:28.335Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (93B/s) |
187 | 2025-03-25T21:34:33.368Z | Download: 2306/4301 items 119.6/225.4MB 53% complete (38.3k/s) |
188 | 2025-03-25T21:34:38.425Z | Download: 2406/4301 items 119.8/225.4MB 53% complete (58.8k/s) |
189 | 2025-03-25T21:34:43.701Z | Download: 2514/4301 items 120.3/225.4MB 53% complete (74.2k/s) |
190 | 2025-03-25T21:34:48.706Z | Download: 2787/4301 items 121.0/225.4MB 53% complete (112k/s) |
191 | 2025-03-25T21:34:53.720Z | Download: 3069/4301 items 121.4/225.4MB 53% complete (111k/s) |
192 | 2025-03-25T21:34:58.721Z | Download: 3215/4301 items 183.8/225.4MB 81% complete (6.2M/s) |
193 | 2025-03-25T21:35:05.730Z | Download: 3245/4301 items 203.0/225.4MB 90% complete (8.1M/s) |
194 | 2025-03-25T21:35:19.117Z | Download: 3247/4301 items 203.1/225.4MB 90% complete |
195 | 2025-03-25T21:35:25.173Z | Download: 3280/4301 items 211.0/225.4MB 93% complete (1.9M/s) |
196 | 2025-03-25T21:35:47.571Z | Download: 3283/4301 items 211.9/225.4MB 94% complete |
197 | 2025-03-25T21:35:52.698Z | Download: 4287/4301 items 224.1/225.4MB 99% complete (2.5M/s) |
198 | 2025-03-25T21:35:58.329Z | Download: 4296/4301 items 224.9/225.4MB 99% complete (2.2M/s) |
199 | 2025-03-25T21:36:04.731Z | Download: 4297/4301 items 224.9/225.4MB 99% complete (2.2M/s) |
200 | 2025-03-25T21:36:04.753Z | Download: Completed 225.42 MB in 150.32 seconds (1.5M/s) |
201 | 2025-03-25T21:36:06.856Z | Actions: 1/5122 actions (Removing old actions) |
202 | 2025-03-25T21:36:06.881Z | Actions: 194/5122 actions (Installing new actions) |
203 | 2025-03-25T21:36:11.603Z | Actions: 4267/5122 actions (Updating modified actions) |
204 | 2025-03-25T21:36:11.961Z | Actions: Completed 5122 actions in 5.10 seconds. |
205 | 2025-03-25T21:36:12.206Z | Done (0.238s) |
206 | 2025-03-25T21:36:12.209Z | Done (0.002s) |
207 | 2025-03-25T21:36:12.858Z | Done (0.650s) |
208 | 2025-03-25T21:36:17.502Z | Done (4.409s) |
209 | 2025-03-25T21:36:17.596Z | Done (0.019s) |
210 | 2025-03-25T21:36:17.602Z | Done (0.000s) |
211 | 2025-03-25T21:36:17.766Z | Done (0.000s) |
212 | 2025-03-25T21:36:18.515Z | Planning: Evaluating mediator changes ... Done |
213 | 2025-03-25T21:36:18.680Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-03-25T21:36:18.684Z | Planning: Consolidating action changes ... Done |
215 | 2025-03-25T21:36:18.954Z | Planning: Evaluating mediators ... Done |
216 | 2025-03-25T21:36:18.957Z | Planning: Planning completed in 0.44 seconds |
217 | 2025-03-25T21:36:18.995Z | Mediators to change: 2 |
218 | 2025-03-25T21:36:18.995Z | Create boot environment: No |
219 | 2025-03-25T21:36:18.999Z | Create backup boot environment: No |
220 | 2025-03-25T21:36:19.088Z | Done |
221 | 2025-03-25T21:36:19.088Z | Done |
222 | 2025-03-25T21:36:19.530Z | Done |
223 | 2025-03-25T21:36:23.192Z | Done |
224 | 2025-03-25T21:36:23.287Z | Done |
225 | 2025-03-25T21:36:23.290Z | Done |
226 | 2025-03-25T21:36:23.424Z | Done |
227 | 2025-03-25T21:36:24.044Z | Planning: Evaluating mediator changes ... Done |
228 | 2025-03-25T21:36:24.047Z | Planning: Merging actions ... Done |
229 | 2025-03-25T21:36:24.239Z | Planning: Checking for conflicting actions ... Done |
230 | 2025-03-25T21:36:24.242Z | Planning: Consolidating action changes ... Done |
231 | 2025-03-25T21:36:24.506Z | Planning: Evaluating mediators ... Done |
232 | 2025-03-25T21:36:24.562Z | Planning: Planning completed in 0.76 seconds |
233 | 2025-03-25T21:36:24.601Z | Packages to change: 1 |
234 | 2025-03-25T21:36:24.601Z | Mediators to change: 1 |
235 | 2025-03-25T21:36:24.605Z | Services to change: 1 |
236 | 2025-03-25T21:36:24.605Z | Create boot environment: No |
237 | 2025-03-25T21:36:24.605Z | Create backup boot environment: Yes |
238 | 2025-03-25T21:36:26.939Z | Actions: 1/6 actions (Updating modified actions) |
239 | 2025-03-25T21:36:26.943Z | Actions: Completed 6 actions in 0.00 seconds. |
240 | 2025-03-25T21:36:26.943Z | Done |
241 | 2025-03-25T21:36:26.943Z | Done |
242 | 2025-03-25T21:36:27.073Z | Done |
243 | 2025-03-25T21:36:30.683Z | Done |
244 | 2025-03-25T21:36:30.778Z | Done |
245 | 2025-03-25T21:36:30.781Z | Done |
246 | 2025-03-25T21:36:30.930Z | Done |
247 | 2025-03-25T21:36:31.370Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
248 | 2025-03-25T21:36:31.370Z | clang system 15 system |
249 | 2025-03-25T21:36:31.370Z | csh system system illumos |
250 | 2025-03-25T21:36:31.370Z | ctags system system illumos |
251 | 2025-03-25T21:36:31.370Z | gcc vendor 12 vendor |
252 | 2025-03-25T21:36:31.370Z | gcc system 10 system |
253 | 2025-03-25T21:36:31.370Z | gcc system 7 system |
254 | 2025-03-25T21:36:31.370Z | go system 1.20 system |
255 | 2025-03-25T21:36:31.370Z | go system 1.19 system |
256 | 2025-03-25T21:36:31.370Z | llvm system 15 system |
257 | 2025-03-25T21:36:31.370Z | llvm system 14 system |
258 | 2025-03-25T21:36:31.370Z | mariadb system 10.6 system |
259 | 2025-03-25T21:36:31.370Z | mta vendor vendor dma |
260 | 2025-03-25T21:36:31.370Z | openjdk system 17 system |
261 | 2025-03-25T21:36:31.374Z | openjdk system 11 system |
262 | 2025-03-25T21:36:31.374Z | openjdk system 1.8 system |
263 | 2025-03-25T21:36:31.374Z | openssl vendor 3 vendor |
264 | 2025-03-25T21:36:31.374Z | perl system 5.36 system |
265 | 2025-03-25T21:36:31.374Z | postgresql system 15 system |
266 | 2025-03-25T21:36:31.374Z | postgresql system 13 system |
267 | 2025-03-25T21:36:31.374Z | python vendor 3 vendor |
268 | 2025-03-25T21:36:31.374Z | python system 2 system |
269 | 2025-03-25T21:36:31.374Z | python3 system 3.11 system |
270 | 2025-03-25T21:36:31.374Z | ruby system 3.0 system |
271 | 2025-03-25T21:36:31.374Z | words vendor vendor american-english |
272 | 2025-03-25T21:36:31.374Z | words system system australian-english |
273 | 2025-03-25T21:36:31.374Z | words system system british-english |
274 | 2025-03-25T21:36:31.374Z | words system system canadian-english |
275 | 2025-03-25T21:36:31.374Z | words system system french |
276 | 2025-03-25T21:36:31.374Z | words system system italian |
277 | 2025-03-25T21:36:31.374Z | words system system ngerman |
278 | 2025-03-25T21:36:31.374Z | words system system ogerman |
279 | 2025-03-25T21:36:31.374Z | words system system spanish |
280 | 2025-03-25T21:36:31.711Z | PUBLISHER TYPE STATUS P LOCATION |
281 | 2025-03-25T21:36:31.711Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
282 | 2025-03-25T21:36:34.927Z | FMRI IFO |
283 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
284 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
285 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
286 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
287 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
288 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
289 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
290 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
291 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
292 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
293 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
294 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
295 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
296 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
297 | 2025-03-25T21:36:34.927Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
298 | 2025-03-25T21:36:35.779Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
299 | 2025-03-25T21:36:36.109Z | Updating crates.io index |
300 | 2025-03-25T21:36:36.112Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
301 | 2025-03-25T21:36:36.723Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
302 | 2025-03-25T21:36:37.031Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
303 | 2025-03-25T21:36:37.312Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
304 | 2025-03-25T21:36:37.632Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
305 | 2025-03-25T21:36:38.609Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
306 | 2025-03-25T21:36:40.344Z | Updating git repository `https://github.com/oxidecomputer/opte` |
307 | 2025-03-25T21:36:41.159Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
308 | 2025-03-25T21:36:41.749Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
309 | 2025-03-25T21:36:42.138Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
310 | 2025-03-25T21:36:42.369Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
311 | 2025-03-25T21:36:42.981Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
312 | 2025-03-25T21:36:43.558Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
313 | 2025-03-25T21:36:43.882Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
314 | 2025-03-25T21:36:44.193Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
315 | 2025-03-25T21:36:44.462Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
316 | 2025-03-25T21:36:44.821Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
317 | 2025-03-25T21:36:45.090Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
318 | 2025-03-25T21:36:45.399Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
319 | 2025-03-25T21:36:45.737Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
320 | 2025-03-25T21:36:46.028Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
321 | 2025-03-25T21:36:46.368Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
322 | 2025-03-25T21:36:46.714Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
323 | 2025-03-25T21:36:47.074Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
324 | 2025-03-25T21:36:47.618Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
325 | 2025-03-25T21:36:47.971Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
326 | 2025-03-25T21:36:48.343Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
327 | 2025-03-25T21:36:48.741Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
328 | 2025-03-25T21:36:49.121Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
329 | 2025-03-25T21:36:49.394Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
330 | 2025-03-25T21:36:49.672Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
331 | 2025-03-25T21:36:51.162Z | Downloading crates ... |
332 | 2025-03-25T21:36:51.242Z | Downloaded zerocopy-derive v0.7.35 |
333 | 2025-03-25T21:36:51.252Z | Downloaded anstyle v1.0.10 |
334 | 2025-03-25T21:36:51.258Z | Downloaded zerocopy v0.7.35 |
335 | 2025-03-25T21:36:51.272Z | Downloaded autocfg v1.4.0 |
336 | 2025-03-25T21:36:51.276Z | Downloaded bitflags v1.3.2 |
337 | 2025-03-25T21:36:51.279Z | Downloaded byteorder v1.5.0 |
338 | 2025-03-25T21:36:51.279Z | Downloaded block-buffer v0.10.4 |
339 | 2025-03-25T21:36:51.282Z | Downloaded camino v1.1.9 |
340 | 2025-03-25T21:36:51.282Z | Downloaded cfg-if v1.0.0 |
341 | 2025-03-25T21:36:51.282Z | Downloaded bitflags v2.6.0 |
342 | 2025-03-25T21:36:51.286Z | Downloaded clap v4.5.32 |
343 | 2025-03-25T21:36:51.293Z | Downloaded anyhow v1.0.97 |
344 | 2025-03-25T21:36:51.297Z | Downloaded winnow v0.7.3 |
345 | 2025-03-25T21:36:51.307Z | Downloaded clap_lex v0.7.4 |
346 | 2025-03-25T21:36:51.311Z | Downloaded equivalent v1.0.1 |
347 | 2025-03-25T21:36:51.311Z | Downloaded digest v0.10.7 |
348 | 2025-03-25T21:36:51.311Z | Downloaded crypto-common v0.1.6 |
349 | 2025-03-25T21:36:51.311Z | Downloaded fnv v1.0.7 |
350 | 2025-03-25T21:36:51.314Z | Downloaded clap_derive v4.5.32 |
351 | 2025-03-25T21:36:51.314Z | Downloaded heck v0.4.1 |
352 | 2025-03-25T21:36:51.318Z | Downloaded generic-array v0.14.7 |
353 | 2025-03-25T21:36:51.318Z | Downloaded macaddr v1.0.1 |
354 | 2025-03-25T21:36:51.321Z | Downloaded is_terminal_polyfill v1.70.1 |
355 | 2025-03-25T21:36:51.321Z | Downloaded heck v0.5.0 |
356 | 2025-03-25T21:36:51.321Z | Downloaded clap_builder v4.5.32 |
357 | 2025-03-25T21:36:51.325Z | Downloaded memchr v2.7.4 |
358 | 2025-03-25T21:36:51.330Z | Downloaded proc-macro-error-attr v1.0.4 |
359 | 2025-03-25T21:36:51.333Z | Downloaded proc-macro2 v1.0.94 |
360 | 2025-03-25T21:36:51.337Z | Downloaded serde_spanned v0.6.8 |
361 | 2025-03-25T21:36:51.337Z | Downloaded sha2 v0.10.8 |
362 | 2025-03-25T21:36:51.340Z | Downloaded strsim v0.11.1 |
363 | 2025-03-25T21:36:51.340Z | Downloaded proc-macro-error v1.0.4 |
364 | 2025-03-25T21:36:51.360Z | Downloaded syn v1.0.109 |
365 | 2025-03-25T21:36:51.370Z | Downloaded thiserror-impl v2.0.12 |
366 | 2025-03-25T21:36:51.373Z | Downloaded thiserror-impl v1.0.69 |
367 | 2025-03-25T21:36:51.373Z | Downloaded toml_datetime v0.6.8 |
368 | 2025-03-25T21:36:51.376Z | Downloaded toml v0.8.20 |
369 | 2025-03-25T21:36:51.379Z | Downloaded thiserror v2.0.12 |
370 | 2025-03-25T21:36:51.383Z | Downloaded thiserror v1.0.69 |
371 | 2025-03-25T21:36:51.386Z | Downloaded plain v0.2.3 |
372 | 2025-03-25T21:36:51.389Z | Downloaded itoa v1.0.11 |
373 | 2025-03-25T21:36:51.394Z | Downloaded toml_edit v0.22.24 |
374 | 2025-03-25T21:36:51.416Z | Downloaded ucd-trie v0.1.7 |
375 | 2025-03-25T21:36:51.429Z | Downloaded unicode-width v0.1.14 |
376 | 2025-03-25T21:36:51.435Z | Downloaded utf8parse v0.2.2 |
377 | 2025-03-25T21:36:51.494Z | Downloaded version_check v0.9.5 |
378 | 2025-03-25T21:36:51.497Z | Downloaded bytecount v0.6.8 |
379 | 2025-03-25T21:36:51.497Z | Downloaded cpufeatures v0.2.14 |
380 | 2025-03-25T21:36:51.500Z | Downloaded fastrand v2.1.1 |
381 | 2025-03-25T21:36:51.503Z | Downloaded errno v0.3.9 |
382 | 2025-03-25T21:36:51.503Z | Downloaded io-lifetimes v1.0.11 |
383 | 2025-03-25T21:36:51.507Z | Downloaded log v0.4.22 |
384 | 2025-03-25T21:36:51.512Z | Downloaded indexmap v2.7.1 |
385 | 2025-03-25T21:36:51.516Z | Downloaded once_cell v1.20.3 |
386 | 2025-03-25T21:36:51.522Z | Downloaded serde v1.0.218 |
387 | 2025-03-25T21:36:51.525Z | Downloaded semver v1.0.25 |
388 | 2025-03-25T21:36:51.528Z | Downloaded anstyle-query v1.1.1 |
389 | 2025-03-25T21:36:51.533Z | Downloaded anstream v0.6.15 |
390 | 2025-03-25T21:36:51.536Z | Downloaded serde_derive v1.0.218 |
391 | 2025-03-25T21:36:51.536Z | Downloaded ryu v1.0.18 |
392 | 2025-03-25T21:36:51.541Z | Downloaded textwrap v0.16.1 |
393 | 2025-03-25T21:36:51.625Z | Downloaded cargo_toml v0.21.0 |
394 | 2025-03-25T21:36:51.628Z | Downloaded cargo_metadata v0.19.2 |
395 | 2025-03-25T21:36:51.628Z | Downloaded cargo-platform v0.1.8 |
396 | 2025-03-25T21:36:51.632Z | Downloaded camino-tempfile v1.1.1 |
397 | 2025-03-25T21:36:51.645Z | Downloaded rustix v0.38.37 |
398 | 2025-03-25T21:36:51.666Z | Downloaded unicode-linebreak v0.1.5 |
399 | 2025-03-25T21:36:51.669Z | Downloaded colorchoice v1.0.2 |
400 | 2025-03-25T21:36:51.669Z | Downloaded unicode-ident v1.0.14 |
401 | 2025-03-25T21:36:51.673Z | Downloaded typenum v1.17.0 |
402 | 2025-03-25T21:36:51.673Z | Downloaded terminal_size v0.4.0 |
403 | 2025-03-25T21:36:51.676Z | Downloaded tempfile v3.13.0 |
404 | 2025-03-25T21:36:51.676Z | Downloaded syn v2.0.98 |
405 | 2025-03-25T21:36:51.686Z | Downloaded scroll v0.12.0 |
406 | 2025-03-25T21:36:51.689Z | Downloaded quote v1.0.39 |
407 | 2025-03-25T21:36:51.702Z | Downloaded rustix v0.37.28 |
408 | 2025-03-25T21:36:51.721Z | Downloaded terminal_size v0.2.6 |
409 | 2025-03-25T21:36:51.724Z | Downloaded usdt-impl v0.5.0 |
410 | 2025-03-25T21:36:51.724Z | Downloaded usdt-attr-macro v0.5.0 |
411 | 2025-03-25T21:36:51.724Z | Downloaded pest_derive v2.7.14 |
412 | 2025-03-25T21:36:51.727Z | Downloaded pest v2.7.14 |
413 | 2025-03-25T21:36:51.730Z | Downloaded papergrid v0.11.0 |
414 | 2025-03-25T21:36:51.734Z | Downloaded memmap v0.7.0 |
415 | 2025-03-25T21:36:51.739Z | Downloaded goblin v0.8.2 |
416 | 2025-03-25T21:36:51.742Z | Downloaded fs-err v2.11.0 |
417 | 2025-03-25T21:36:51.745Z | Downloaded dtrace-parser v0.2.0 |
418 | 2025-03-25T21:36:51.745Z | Downloaded dof v0.3.0 |
419 | 2025-03-25T21:36:51.745Z | Downloaded anstyle-parse v0.2.5 |
420 | 2025-03-25T21:36:51.748Z | Downloaded tabled_derive v0.7.0 |
421 | 2025-03-25T21:36:51.748Z | Downloaded thread-id v4.2.2 |
422 | 2025-03-25T21:36:51.748Z | Downloaded pest_generator v2.7.14 |
423 | 2025-03-25T21:36:51.752Z | Downloaded hashbrown v0.15.1 |
424 | 2025-03-25T21:36:51.755Z | Downloaded swrite v0.1.0 |
425 | 2025-03-25T21:36:51.755Z | Downloaded usdt-macro v0.5.0 |
426 | 2025-03-25T21:36:51.759Z | Downloaded libc v0.2.170 |
427 | 2025-03-25T21:36:51.778Z | Downloaded usdt v0.5.0 |
428 | 2025-03-25T21:36:51.781Z | Downloaded tabled v0.15.0 |
429 | 2025-03-25T21:36:51.792Z | Downloaded smawk v0.3.2 |
430 | 2025-03-25T21:36:51.795Z | Downloaded serde_tokenstream v0.2.2 |
431 | 2025-03-25T21:36:51.795Z | Downloaded serde_json v1.0.139 |
432 | 2025-03-25T21:36:51.801Z | Downloaded scroll_derive v0.12.0 |
433 | 2025-03-25T21:36:51.804Z | Downloaded pretty-hex v0.4.1 |
434 | 2025-03-25T21:36:51.804Z | Downloaded pest_meta v2.7.14 |
435 | 2025-03-25T21:36:51.920Z | Compiling proc-macro2 v1.0.94 |
436 | 2025-03-25T21:36:51.920Z | Compiling unicode-ident v1.0.14 |
437 | 2025-03-25T21:36:51.923Z | Compiling serde v1.0.218 |
438 | 2025-03-25T21:36:51.923Z | Compiling version_check v0.9.5 |
439 | 2025-03-25T21:36:51.923Z | Compiling libc v0.2.170 |
440 | 2025-03-25T21:36:51.923Z | Compiling memchr v2.7.4 |
441 | 2025-03-25T21:36:51.956Z | Compiling thiserror v1.0.69 |
442 | 2025-03-25T21:36:51.959Z | Compiling ucd-trie v0.1.7 |
443 | 2025-03-25T21:36:52.192Z | Compiling ryu v1.0.18 |
444 | 2025-03-25T21:36:52.492Z | Compiling itoa v1.0.11 |
445 | 2025-03-25T21:36:52.645Z | Compiling once_cell v1.20.3 |
446 | 2025-03-25T21:36:52.727Z | Compiling byteorder v1.5.0 |
447 | 2025-03-25T21:36:52.760Z | Compiling rustix v0.38.37 |
448 | 2025-03-25T21:36:52.946Z | Compiling serde_json v1.0.139 |
449 | 2025-03-25T21:36:53.161Z | Compiling bitflags v2.6.0 |
450 | 2025-03-25T21:36:53.307Z | Compiling proc-macro-error-attr v1.0.4 |
451 | 2025-03-25T21:36:53.485Z | Compiling usdt-impl v0.5.0 |
452 | 2025-03-25T21:36:53.507Z | Compiling syn v1.0.109 |
453 | 2025-03-25T21:36:53.544Z | Compiling io-lifetimes v1.0.11 |
454 | 2025-03-25T21:36:53.566Z | Compiling proc-macro-error v1.0.4 |
455 | 2025-03-25T21:36:53.694Z | Compiling camino v1.1.9 |
456 | 2025-03-25T21:36:53.720Z | Compiling quote v1.0.39 |
457 | 2025-03-25T21:36:53.832Z | Compiling errno v0.3.9 |
458 | 2025-03-25T21:36:54.090Z | Compiling syn v2.0.98 |
459 | 2025-03-25T21:36:54.185Z | Compiling hashbrown v0.15.1 |
460 | 2025-03-25T21:36:54.305Z | Compiling plain v0.2.3 |
461 | 2025-03-25T21:36:54.334Z | Compiling log v0.4.22 |
462 | 2025-03-25T21:36:54.366Z | Compiling utf8parse v0.2.2 |
463 | 2025-03-25T21:36:54.450Z | Compiling rustix v0.37.28 |
464 | 2025-03-25T21:36:54.536Z | Compiling thread-id v4.2.2 |
465 | 2025-03-25T21:36:54.557Z | Compiling equivalent v1.0.1 |
466 | 2025-03-25T21:36:54.659Z | Compiling anstyle-parse v0.2.5 |
467 | 2025-03-25T21:36:54.988Z | Compiling anstyle v1.0.10 |
468 | 2025-03-25T21:36:55.215Z | Compiling indexmap v2.7.1 |
469 | 2025-03-25T21:36:55.309Z | Compiling anstyle-query v1.1.1 |
470 | 2025-03-25T21:36:55.380Z | Compiling autocfg v1.4.0 |
471 | 2025-03-25T21:36:55.407Z | Compiling winnow v0.7.3 |
472 | 2025-03-25T21:36:55.427Z | Compiling colorchoice v1.0.2 |
473 | 2025-03-25T21:36:55.465Z | Compiling pretty-hex v0.4.1 |
474 | 2025-03-25T21:36:55.604Z | Compiling bitflags v1.3.2 |
475 | 2025-03-25T21:36:55.690Z | Compiling is_terminal_polyfill v1.70.1 |
476 | 2025-03-25T21:36:55.724Z | Compiling unicode-width v0.1.14 |
477 | 2025-03-25T21:36:55.914Z | Compiling semver v1.0.25 |
478 | 2025-03-25T21:36:56.315Z | Compiling thiserror v2.0.12 |
479 | 2025-03-25T21:36:56.338Z | Compiling fs-err v2.11.0 |
480 | 2025-03-25T21:36:56.436Z | Compiling terminal_size v0.4.0 |
481 | 2025-03-25T21:36:56.545Z | Compiling anstream v0.6.15 |
482 | 2025-03-25T21:36:56.831Z | Compiling cfg-if v1.0.0 |
483 | 2025-03-25T21:36:56.854Z | Compiling anyhow v1.0.97 |
484 | 2025-03-25T21:36:57.147Z | Compiling clap_lex v0.7.4 |
485 | 2025-03-25T21:36:57.284Z | Compiling bytecount v0.6.8 |
486 | 2025-03-25T21:36:57.327Z | Compiling strsim v0.11.1 |
487 | 2025-03-25T21:36:57.472Z | Compiling fnv v1.0.7 |
488 | 2025-03-25T21:36:57.551Z | Compiling heck v0.5.0 |
489 | 2025-03-25T21:36:57.619Z | Compiling fastrand v2.1.1 |
490 | 2025-03-25T21:36:57.885Z | Compiling heck v0.4.1 |
491 | 2025-03-25T21:36:58.010Z | Compiling tempfile v3.13.0 |
492 | 2025-03-25T21:36:58.039Z | Compiling terminal_size v0.2.6 |
493 | 2025-03-25T21:36:58.101Z | Compiling clap_builder v4.5.32 |
494 | 2025-03-25T21:36:58.129Z | Compiling papergrid v0.11.0 |
495 | 2025-03-25T21:36:58.445Z | Compiling memmap v0.7.0 |
496 | 2025-03-25T21:36:58.626Z | Compiling unicode-linebreak v0.1.5 |
497 | 2025-03-25T21:36:58.754Z | Compiling smawk v0.3.2 |
498 | 2025-03-25T21:36:59.007Z | Compiling swrite v0.1.0 |
499 | 2025-03-25T21:36:59.106Z | Compiling textwrap v0.16.1 |
500 | 2025-03-25T21:36:59.666Z | Compiling tabled_derive v0.7.0 |
501 | 2025-03-25T21:37:01.142Z | Compiling tabled v0.15.0 |
502 | 2025-03-25T21:37:01.266Z | Compiling serde_derive v1.0.218 |
503 | 2025-03-25T21:37:01.269Z | Compiling thiserror-impl v1.0.69 |
504 | 2025-03-25T21:37:01.270Z | Compiling zerocopy-derive v0.7.35 |
505 | 2025-03-25T21:37:01.270Z | Compiling scroll_derive v0.12.0 |
506 | 2025-03-25T21:37:01.270Z | Compiling thiserror-impl v2.0.12 |
507 | 2025-03-25T21:37:01.270Z | Compiling clap_derive v4.5.32 |
508 | 2025-03-25T21:37:02.653Z | Compiling scroll v0.12.0 |
509 | 2025-03-25T21:37:03.172Z | Compiling goblin v0.8.2 |
510 | 2025-03-25T21:37:03.315Z | Compiling zerocopy v0.7.35 |
511 | 2025-03-25T21:37:04.449Z | Compiling pest v2.7.14 |
512 | 2025-03-25T21:37:05.575Z | Compiling clap v4.5.32 |
513 | 2025-03-25T21:37:06.678Z | Compiling pest_meta v2.7.14 |
514 | 2025-03-25T21:37:07.563Z | Compiling pest_generator v2.7.14 |
515 | 2025-03-25T21:37:08.935Z | Compiling pest_derive v2.7.14 |
516 | 2025-03-25T21:37:09.501Z | Compiling dtrace-parser v0.2.0 |
517 | 2025-03-25T21:37:10.340Z | Compiling serde_spanned v0.6.8 |
518 | 2025-03-25T21:37:10.343Z | Compiling toml_datetime v0.6.8 |
519 | 2025-03-25T21:37:10.343Z | Compiling cargo-platform v0.1.8 |
520 | 2025-03-25T21:37:10.646Z | Compiling serde_tokenstream v0.2.2 |
521 | 2025-03-25T21:37:10.734Z | Compiling toml_edit v0.22.24 |
522 | 2025-03-25T21:37:10.895Z | Compiling macaddr v1.0.1 |
523 | 2025-03-25T21:37:11.013Z | Compiling camino-tempfile v1.1.1 |
524 | 2025-03-25T21:37:11.742Z | Compiling dof v0.3.0 |
525 | 2025-03-25T21:37:11.742Z | Compiling cargo_metadata v0.19.2 |
526 | 2025-03-25T21:37:13.310Z | Compiling usdt-macro v0.5.0 |
527 | 2025-03-25T21:37:13.313Z | Compiling usdt-attr-macro v0.5.0 |
528 | 2025-03-25T21:37:13.452Z | Compiling toml v0.8.20 |
529 | 2025-03-25T21:37:14.369Z | Compiling cargo_toml v0.21.0 |
530 | 2025-03-25T21:37:14.580Z | Compiling usdt v0.5.0 |
531 | 2025-03-25T21:37:16.949Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
532 | 2025-03-25T21:37:20.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.58s |
533 | 2025-03-25T21:37:20.383Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
534 | 2025-03-25T21:37:20.966Z | Downloading crates ... |
535 | 2025-03-25T21:37:21.094Z | Downloaded addr2line v0.24.2 |
536 | 2025-03-25T21:37:21.101Z | Downloaded adler2 v2.0.0 |
537 | 2025-03-25T21:37:21.105Z | Downloaded ahash v0.8.11 |
538 | 2025-03-25T21:37:21.117Z | Downloaded aho-corasick v1.1.3 |
539 | 2025-03-25T21:37:21.121Z | Downloaded arc-swap v1.7.1 |
540 | 2025-03-25T21:37:21.125Z | Downloaded hex v0.4.3 |
541 | 2025-03-25T21:37:21.129Z | Downloaded atomic-waker v1.1.2 |
542 | 2025-03-25T21:37:21.129Z | Downloaded headers-core v0.3.0 |
543 | 2025-03-25T21:37:21.133Z | Downloaded async-stream-impl v0.3.6 |
544 | 2025-03-25T21:37:21.133Z | Downloaded async-stream v0.3.6 |
545 | 2025-03-25T21:37:21.133Z | Downloaded base64 v0.13.1 |
546 | 2025-03-25T21:37:21.137Z | Downloaded async-recursion v1.1.1 |
547 | 2025-03-25T21:37:21.140Z | Downloaded base16ct v0.2.0 |
548 | 2025-03-25T21:37:21.144Z | Downloaded backtrace v0.3.74 |
549 | 2025-03-25T21:37:21.147Z | Downloaded httpdate v1.0.3 |
550 | 2025-03-25T21:37:21.147Z | Downloaded http-body v1.0.1 |
551 | 2025-03-25T21:37:21.151Z | Downloaded base64 v0.22.1 |
552 | 2025-03-25T21:37:21.155Z | Downloaded base64ct v1.6.0 |
553 | 2025-03-25T21:37:21.158Z | Downloaded hmac v0.12.1 |
554 | 2025-03-25T21:37:21.159Z | Downloaded hkdf v0.12.4 |
555 | 2025-03-25T21:37:21.162Z | Downloaded hyper-tls v0.6.0 |
556 | 2025-03-25T21:37:21.162Z | Downloaded hyper v1.6.0 |
557 | 2025-03-25T21:37:21.169Z | Downloaded hyper-util v0.1.10 |
558 | 2025-03-25T21:37:21.174Z | Downloaded icu_collections v1.5.0 |
559 | 2025-03-25T21:37:21.181Z | Downloaded icu_locid v1.5.0 |
560 | 2025-03-25T21:37:21.185Z | Downloaded icu_locid_transform_data v1.5.0 |
561 | 2025-03-25T21:37:21.189Z | Downloaded bit-vec v0.8.0 |
562 | 2025-03-25T21:37:21.192Z | Downloaded icu_normalizer v1.5.0 |
563 | 2025-03-25T21:37:21.195Z | Downloaded icu_normalizer_data v1.5.0 |
564 | 2025-03-25T21:37:21.199Z | Downloaded icu_locid_transform v1.5.0 |
565 | 2025-03-25T21:37:21.199Z | Downloaded icu_properties v1.5.1 |
566 | 2025-03-25T21:37:21.202Z | Downloaded bitvec v1.0.1 |
567 | 2025-03-25T21:37:21.218Z | Downloaded icu_properties_data v1.5.0 |
568 | 2025-03-25T21:37:21.230Z | Downloaded ident_case v1.0.1 |
569 | 2025-03-25T21:37:21.233Z | Downloaded icu_provider_macros v1.5.0 |
570 | 2025-03-25T21:37:21.234Z | Downloaded clang-sys v1.8.1 |
571 | 2025-03-25T21:37:21.237Z | Downloaded idna_adapter v1.2.0 |
572 | 2025-03-25T21:37:21.237Z | Downloaded idna v1.0.3 |
573 | 2025-03-25T21:37:21.240Z | Downloaded indexmap v1.9.3 |
574 | 2025-03-25T21:37:21.245Z | Downloaded indoc v2.0.6 |
575 | 2025-03-25T21:37:21.248Z | Downloaded ipnet v2.11.0 |
576 | 2025-03-25T21:37:21.251Z | Downloaded instant v0.1.13 |
577 | 2025-03-25T21:37:21.251Z | Downloaded indicatif v0.17.11 |
578 | 2025-03-25T21:37:21.256Z | Downloaded itertools v0.10.5 |
579 | 2025-03-25T21:37:21.261Z | Downloaded convert_case v0.4.0 |
580 | 2025-03-25T21:37:21.266Z | Downloaded constant_time_eq v0.3.1 |
581 | 2025-03-25T21:37:21.266Z | Downloaded itertools v0.12.1 |
582 | 2025-03-25T21:37:21.271Z | Downloaded crc-catalog v2.4.0 |
583 | 2025-03-25T21:37:21.275Z | Downloaded arrayref v0.3.9 |
584 | 2025-03-25T21:37:21.275Z | Downloaded itertools v0.14.0 |
585 | 2025-03-25T21:37:21.282Z | Downloaded jobserver v0.1.32 |
586 | 2025-03-25T21:37:21.285Z | Downloaded bzip2 v0.4.4 |
587 | 2025-03-25T21:37:21.288Z | Downloaded itertools v0.13.0 |
588 | 2025-03-25T21:37:21.294Z | Downloaded lock_api v0.4.12 |
589 | 2025-03-25T21:37:21.297Z | Downloaded litrs v0.4.1 |
590 | 2025-03-25T21:37:21.300Z | Downloaded lazycell v1.3.0 |
591 | 2025-03-25T21:37:21.300Z | Downloaded lazy_static v1.5.0 |
592 | 2025-03-25T21:37:21.304Z | Downloaded blake2 v0.10.6 |
593 | 2025-03-25T21:37:21.307Z | Downloaded crc32fast v1.4.2 |
594 | 2025-03-25T21:37:21.307Z | Downloaded crunchy v0.2.2 |
595 | 2025-03-25T21:37:21.311Z | Downloaded crossbeam-epoch v0.9.18 |
596 | 2025-03-25T21:37:21.311Z | Downloaded backoff v0.4.0 |
597 | 2025-03-25T21:37:21.314Z | Downloaded crypto-bigint v0.5.5 |
598 | 2025-03-25T21:37:21.319Z | Downloaded async-trait v0.1.87 |
599 | 2025-03-25T21:37:21.323Z | Downloaded atty v0.2.14 |
600 | 2025-03-25T21:37:21.326Z | Downloaded assert_matches v1.5.0 |
601 | 2025-03-25T21:37:21.326Z | Downloaded ascii-canvas v3.0.0 |
602 | 2025-03-25T21:37:21.329Z | Downloaded allocator-api2 v0.2.18 |
603 | 2025-03-25T21:37:21.332Z | Downloaded const-oid v0.9.6 |
604 | 2025-03-25T21:37:21.332Z | Downloaded icu_provider v1.5.0 |
605 | 2025-03-25T21:37:21.336Z | Downloaded ciborium-ll v0.2.2 |
606 | 2025-03-25T21:37:21.339Z | Downloaded ciborium-io v0.2.2 |
607 | 2025-03-25T21:37:21.339Z | Downloaded ciborium v0.2.2 |
608 | 2025-03-25T21:37:21.342Z | Downloaded chrono v0.4.40 |
609 | 2025-03-25T21:37:21.348Z | Downloaded cfg_aliases v0.2.1 |
610 | 2025-03-25T21:37:21.351Z | Downloaded aead v0.5.2 |
611 | 2025-03-25T21:37:21.351Z | Downloaded cfg_aliases v0.1.1 |
612 | 2025-03-25T21:37:21.355Z | Downloaded hex-literal v0.4.1 |
613 | 2025-03-25T21:37:21.355Z | Downloaded hostname v0.3.1 |
614 | 2025-03-25T21:37:21.355Z | Downloaded is-terminal v0.4.13 |
615 | 2025-03-25T21:37:21.358Z | Downloaded maplit v1.0.2 |
616 | 2025-03-25T21:37:21.358Z | Downloaded lru-cache v0.1.2 |
617 | 2025-03-25T21:37:21.361Z | Downloaded humantime v2.1.0 |
618 | 2025-03-25T21:37:21.361Z | Downloaded blowfish v0.9.1 |
619 | 2025-03-25T21:37:21.364Z | Downloaded mime_guess v2.0.5 |
620 | 2025-03-25T21:37:21.364Z | Downloaded memoffset v0.9.1 |
621 | 2025-03-25T21:37:21.368Z | Downloaded cbc v0.1.2 |
622 | 2025-03-25T21:37:21.368Z | Downloaded castaway v0.2.3 |
623 | 2025-03-25T21:37:21.372Z | Downloaded aes-gcm v0.10.3 |
624 | 2025-03-25T21:37:21.375Z | Downloaded minimal-lexical v0.2.1 |
625 | 2025-03-25T21:37:21.378Z | Downloaded miniz_oxide v0.8.5 |
626 | 2025-03-25T21:37:21.381Z | Downloaded chacha20poly1305 v0.10.1 |
627 | 2025-03-25T21:37:21.381Z | Downloaded cipher v0.4.4 |
628 | 2025-03-25T21:37:21.384Z | Downloaded mime v0.3.17 |
629 | 2025-03-25T21:37:21.384Z | Downloaded chacha20 v0.9.1 |
630 | 2025-03-25T21:37:21.387Z | Downloaded bumpalo v3.16.0 |
631 | 2025-03-25T21:37:21.390Z | Downloaded blake3 v1.5.4 |
632 | 2025-03-25T21:37:21.397Z | Downloaded crc v3.2.1 |
633 | 2025-03-25T21:37:21.400Z | Downloaded const_format_proc_macros v0.2.34 |
634 | 2025-03-25T21:37:21.404Z | Downloaded const_format v0.2.34 |
635 | 2025-03-25T21:37:21.407Z | Downloaded console v0.15.10 |
636 | 2025-03-25T21:37:21.410Z | Downloaded atomicwrites v0.4.4 |
637 | 2025-03-25T21:37:21.413Z | Downloaded memmap2 v0.9.5 |
638 | 2025-03-25T21:37:21.417Z | Downloaded cstr-argument v0.1.2 |
639 | 2025-03-25T21:37:21.417Z | Downloaded home v0.5.9 |
640 | 2025-03-25T21:37:21.417Z | Downloaded aes v0.8.4 |
641 | 2025-03-25T21:37:21.420Z | Downloaded cexpr v0.6.0 |
642 | 2025-03-25T21:37:21.423Z | Downloaded bytes v1.10.1 |
643 | 2025-03-25T21:37:21.427Z | Downloaded bit-vec v0.6.3 |
644 | 2025-03-25T21:37:21.430Z | Downloaded bit-set v0.8.0 |
645 | 2025-03-25T21:37:21.430Z | Downloaded bit-set v0.5.3 |
646 | 2025-03-25T21:37:21.430Z | Downloaded bindgen v0.71.1 |
647 | 2025-03-25T21:37:21.437Z | Downloaded hostname v0.4.0 |
648 | 2025-03-25T21:37:21.441Z | Downloaded http-body-util v0.1.2 |
649 | 2025-03-25T21:37:21.446Z | Downloaded heapless v0.8.0 |
650 | 2025-03-25T21:37:21.456Z | Downloaded keccak v0.1.5 |
651 | 2025-03-25T21:37:21.459Z | Downloaded crossbeam-channel v0.5.13 |
652 | 2025-03-25T21:37:21.463Z | Downloaded http v1.2.0 |
653 | 2025-03-25T21:37:21.466Z | Downloaded linked-hash-map v0.5.6 |
654 | 2025-03-25T21:37:21.469Z | Downloaded crossterm v0.28.1 |
655 | 2025-03-25T21:37:21.474Z | Downloaded csv-core v0.1.11 |
656 | 2025-03-25T21:37:21.477Z | Downloaded libloading v0.8.5 |
657 | 2025-03-25T21:37:21.480Z | Downloaded async-bb8-diesel v0.2.1 |
658 | 2025-03-25T21:37:21.480Z | Downloaded array-init v0.0.4 |
659 | 2025-03-25T21:37:21.483Z | Downloaded argon2 v0.5.3 |
660 | 2025-03-25T21:37:21.483Z | Downloaded heck v0.3.3 |
661 | 2025-03-25T21:37:21.487Z | Downloaded lru v0.12.5 |
662 | 2025-03-25T21:37:21.487Z | Downloaded ctr v0.9.2 |
663 | 2025-03-25T21:37:21.490Z | Downloaded inout v0.1.3 |
664 | 2025-03-25T21:37:21.490Z | Downloaded hyper-rustls v0.27.3 |
665 | 2025-03-25T21:37:21.494Z | Downloaded httparse v1.9.5 |
666 | 2025-03-25T21:37:21.497Z | Downloaded md5 v0.7.0 |
667 | 2025-03-25T21:37:21.497Z | Downloaded match_cfg v0.1.0 |
668 | 2025-03-25T21:37:21.500Z | Downloaded libm v0.2.8 |
669 | 2025-03-25T21:37:21.505Z | Downloaded hickory-resolver v0.24.4 |
670 | 2025-03-25T21:37:21.517Z | Downloaded crossbeam-utils v0.8.20 |
671 | 2025-03-25T21:37:21.517Z | Downloaded quinn-proto v0.11.8 |
672 | 2025-03-25T21:37:21.521Z | Downloaded rand v0.8.5 |
673 | 2025-03-25T21:37:21.524Z | Downloaded rand_chacha v0.9.0 |
674 | 2025-03-25T21:37:21.529Z | Downloaded rand_core v0.6.4 |
675 | 2025-03-25T21:37:21.529Z | Downloaded rand_chacha v0.3.1 |
676 | 2025-03-25T21:37:21.532Z | Downloaded rand v0.9.0 |
677 | 2025-03-25T21:37:21.535Z | Downloaded mio v1.0.2 |
678 | 2025-03-25T21:37:21.538Z | Downloaded same-file v1.0.6 |
679 | 2025-03-25T21:37:21.541Z | Downloaded radix_trie v0.2.1 |
680 | 2025-03-25T21:37:21.545Z | Downloaded md-5 v0.10.6 |
681 | 2025-03-25T21:37:21.548Z | Downloaded aws-lc-rs v1.12.4 |
682 | 2025-03-25T21:37:21.556Z | Downloaded similar v2.7.0 |
683 | 2025-03-25T21:37:21.561Z | Downloaded snafu v0.8.5 |
684 | 2025-03-25T21:37:21.568Z | Downloaded snafu-derive v0.8.5 |
685 | 2025-03-25T21:37:21.571Z | Downloaded rustc-demangle v0.1.24 |
686 | 2025-03-25T21:37:21.571Z | Downloaded bstr v1.10.0 |
687 | 2025-03-25T21:37:21.582Z | Downloaded strum v0.26.3 |
688 | 2025-03-25T21:37:21.586Z | Downloaded highway v1.3.0 |
689 | 2025-03-25T21:37:21.586Z | Downloaded rustls v0.21.12 |
690 | 2025-03-25T21:37:21.599Z | Downloaded tokio-native-tls v0.3.1 |
691 | 2025-03-25T21:37:21.603Z | Downloaded tinyvec v1.8.0 |
692 | 2025-03-25T21:37:21.603Z | Downloaded time v0.3.36 |
693 | 2025-03-25T21:37:21.609Z | Downloaded tower v0.5.2 |
694 | 2025-03-25T21:37:21.619Z | Downloaded unicode-normalization v0.1.24 |
695 | 2025-03-25T21:37:21.623Z | Downloaded unicode-segmentation v1.12.0 |
696 | 2025-03-25T21:37:21.626Z | Downloaded wyz v0.5.1 |
697 | 2025-03-25T21:37:21.631Z | Downloaded hickory-server v0.24.4 |
698 | 2025-03-25T21:37:21.634Z | Downloaded stringprep v0.1.5 |
699 | 2025-03-25T21:37:21.637Z | Downloaded termtree v0.5.1 |
700 | 2025-03-25T21:37:21.638Z | Downloaded toolchain_find v0.4.0 |
701 | 2025-03-25T21:37:21.638Z | Downloaded tokio-stream v0.1.17 |
702 | 2025-03-25T21:37:21.642Z | Downloaded libsw v3.4.0 |
703 | 2025-03-25T21:37:21.646Z | Downloaded toml_edit v0.19.15 |
704 | 2025-03-25T21:37:21.660Z | Downloaded writeable v0.5.5 |
705 | 2025-03-25T21:37:21.663Z | Downloaded write16 v1.0.0 |
706 | 2025-03-25T21:37:21.663Z | Downloaded want v0.3.1 |
707 | 2025-03-25T21:37:21.666Z | Downloaded unicode-bidi v0.3.17 |
708 | 2025-03-25T21:37:21.667Z | Downloaded unicase v2.7.0 |
709 | 2025-03-25T21:37:21.671Z | Downloaded unarray v0.1.4 |
710 | 2025-03-25T21:37:21.671Z | Downloaded hubpack v0.1.2 |
711 | 2025-03-25T21:37:21.674Z | Downloaded libefi-sys v0.1.0 |
712 | 2025-03-25T21:37:21.674Z | Downloaded lalrpop-util v0.19.12 |
713 | 2025-03-25T21:37:21.674Z | Downloaded lalrpop v0.19.12 |
714 | 2025-03-25T21:37:21.685Z | Downloaded elliptic-curve v0.13.8 |
715 | 2025-03-25T21:37:21.688Z | Downloaded debug-ignore v1.0.5 |
716 | 2025-03-25T21:37:21.691Z | Downloaded zopfli v0.8.1 |
717 | 2025-03-25T21:37:21.695Z | Downloaded difflib v0.4.0 |
718 | 2025-03-25T21:37:21.695Z | Downloaded flate2 v1.1.0 |
719 | 2025-03-25T21:37:21.699Z | Downloaded futures-task v0.3.31 |
720 | 2025-03-25T21:37:21.702Z | Downloaded futures-core v0.3.31 |
721 | 2025-03-25T21:37:21.702Z | Downloaded float-cmp v0.10.0 |
722 | 2025-03-25T21:37:21.705Z | Downloaded embedded-io v0.4.0 |
723 | 2025-03-25T21:37:21.705Z | Downloaded crucible-workspace-hack v0.1.0 |
724 | 2025-03-25T21:37:21.708Z | Downloaded derive_more v0.99.19 |
725 | 2025-03-25T21:37:21.712Z | Downloaded ed25519-dalek v2.1.1 |
726 | 2025-03-25T21:37:21.716Z | Downloaded ed25519 v2.2.3 |
727 | 2025-03-25T21:37:21.720Z | Downloaded gimli v0.31.1 |
728 | 2025-03-25T21:37:21.724Z | Downloaded getrandom v0.3.1 |
729 | 2025-03-25T21:37:21.728Z | Downloaded downcast v0.11.0 |
730 | 2025-03-25T21:37:21.732Z | Downloaded document-features v0.2.10 |
731 | 2025-03-25T21:37:21.732Z | Downloaded curve25519-dalek v4.1.3 |
732 | 2025-03-25T21:37:21.738Z | Downloaded nix v0.29.0 |
733 | 2025-03-25T21:37:21.751Z | Downloaded winnow v0.6.20 |
734 | 2025-03-25T21:37:21.759Z | Downloaded proc-macro-crate v1.3.1 |
735 | 2025-03-25T21:37:21.762Z | Downloaded proc-macro-error-attr2 v2.0.0 |
736 | 2025-03-25T21:37:21.762Z | Downloaded parking_lot v0.11.2 |
737 | 2025-03-25T21:37:21.765Z | Downloaded parking_lot v0.12.3 |
738 | 2025-03-25T21:37:21.769Z | Downloaded quinn-udp v0.5.5 |
739 | 2025-03-25T21:37:21.769Z | Downloaded quinn v0.11.5 |
740 | 2025-03-25T21:37:21.773Z | Downloaded http-range v0.1.5 |
741 | 2025-03-25T21:37:21.776Z | Downloaded maybe-uninit v2.0.0 |
742 | 2025-03-25T21:37:21.776Z | Downloaded managed v0.8.0 |
743 | 2025-03-25T21:37:21.780Z | Downloaded p256 v0.13.2 |
744 | 2025-03-25T21:37:21.783Z | Downloaded primeorder v0.13.6 |
745 | 2025-03-25T21:37:21.783Z | Downloaded pbkdf2 v0.11.0 |
746 | 2025-03-25T21:37:21.786Z | Downloaded openssl-probe v0.1.5 |
747 | 2025-03-25T21:37:21.786Z | Downloaded num-derive v0.4.2 |
748 | 2025-03-25T21:37:21.789Z | Downloaded phf_shared v0.10.0 |
749 | 2025-03-25T21:37:21.790Z | Downloaded phf_generator v0.11.2 |
750 | 2025-03-25T21:37:21.790Z | Downloaded rtoolbox v0.0.2 |
751 | 2025-03-25T21:37:21.793Z | Downloaded polyval v0.6.2 |
752 | 2025-03-25T21:37:21.793Z | Downloaded regex-syntax v0.8.5 |
753 | 2025-03-25T21:37:21.801Z | Downloaded publicsuffix v2.3.0 |
754 | 2025-03-25T21:37:21.805Z | Downloaded radium v0.7.0 |
755 | 2025-03-25T21:37:21.811Z | Downloaded r2d2 v0.8.10 |
756 | 2025-03-25T21:37:21.811Z | Downloaded progenitor-impl v0.9.1 |
757 | 2025-03-25T21:37:21.811Z | Downloaded progenitor v0.8.0 |
758 | 2025-03-25T21:37:21.814Z | Downloaded rustls v0.23.19 |
759 | 2025-03-25T21:37:21.823Z | Downloaded rusty-fork v0.3.0 |
760 | 2025-03-25T21:37:21.826Z | Downloaded ssh-encoding v0.2.0 |
761 | 2025-03-25T21:37:21.826Z | Downloaded slog-scope v4.4.0 |
762 | 2025-03-25T21:37:21.829Z | Downloaded samael v0.0.18 |
763 | 2025-03-25T21:37:21.833Z | Downloaded signal-hook-registry v1.4.2 |
764 | 2025-03-25T21:37:21.837Z | Downloaded smallvec v1.14.0 |
765 | 2025-03-25T21:37:21.841Z | Downloaded rustls-webpki v0.102.8 |
766 | 2025-03-25T21:37:21.856Z | Downloaded tokio-rustls v0.24.1 |
767 | 2025-03-25T21:37:21.860Z | Downloaded tokio-macros v2.5.0 |
768 | 2025-03-25T21:37:21.860Z | Downloaded ron v0.7.1 |
769 | 2025-03-25T21:37:21.863Z | Downloaded smallvec v0.6.14 |
770 | 2025-03-25T21:37:21.866Z | Downloaded synstructure v0.13.1 |
771 | 2025-03-25T21:37:21.869Z | Downloaded slog-term v2.9.1 |
772 | 2025-03-25T21:37:21.869Z | Downloaded salty v0.3.0 |
773 | 2025-03-25T21:37:21.875Z | Downloaded salsa20 v0.10.2 |
774 | 2025-03-25T21:37:21.878Z | Downloaded rustversion v1.0.17 |
775 | 2025-03-25T21:37:21.882Z | Downloaded tabled v0.18.0 |
776 | 2025-03-25T21:37:21.899Z | Downloaded value-bag v1.9.0 |
777 | 2025-03-25T21:37:21.902Z | Downloaded url v2.5.3 |
778 | 2025-03-25T21:37:21.905Z | Downloaded pretty_assertions v1.4.1 |
779 | 2025-03-25T21:37:21.905Z | Downloaded libxml v0.3.3 |
780 | 2025-03-25T21:37:21.911Z | Downloaded data-encoding v2.6.0 |
781 | 2025-03-25T21:37:21.914Z | Downloaded libz-sys v1.1.20 |
782 | 2025-03-25T21:37:21.936Z | Downloaded diesel_table_macro_syntax v0.2.0 |
783 | 2025-03-25T21:37:21.941Z | Downloaded zerocopy v0.6.6 |
784 | 2025-03-25T21:37:21.941Z | Downloaded xattr v1.3.1 |
785 | 2025-03-25T21:37:21.941Z | Downloaded walkdir v2.5.0 |
786 | 2025-03-25T21:37:21.945Z | Downloaded unicode_categories v0.1.1 |
787 | 2025-03-25T21:37:21.945Z | Downloaded darling_macro v0.20.10 |
788 | 2025-03-25T21:37:21.945Z | Downloaded curve25519-dalek-derive v0.1.1 |
789 | 2025-03-25T21:37:21.945Z | Downloaded ff v0.13.0 |
790 | 2025-03-25T21:37:21.949Z | Downloaded fallible-iterator v0.2.0 |
791 | 2025-03-25T21:37:21.949Z | Downloaded tinyvec_macros v0.1.1 |
792 | 2025-03-25T21:37:21.949Z | Downloaded getrandom v0.2.15 |
793 | 2025-03-25T21:37:21.952Z | Downloaded tinystr v0.7.6 |
794 | 2025-03-25T21:37:21.952Z | Downloaded rustls v0.22.4 |
795 | 2025-03-25T21:37:21.967Z | Downloaded normalize-line-endings v0.3.0 |
796 | 2025-03-25T21:37:21.976Z | Downloaded hashbrown v0.13.2 |
797 | 2025-03-25T21:37:21.976Z | Downloaded float-ord v0.3.2 |
798 | 2025-03-25T21:37:21.979Z | Downloaded defmt v0.3.8 |
799 | 2025-03-25T21:37:21.979Z | Downloaded ena v0.14.3 |
800 | 2025-03-25T21:37:21.979Z | Downloaded chrono-tz v0.10.1 |
801 | 2025-03-25T21:37:21.986Z | Downloaded pem-rfc7468 v0.7.0 |
802 | 2025-03-25T21:37:21.989Z | Downloaded percent-encoding v2.3.1 |
803 | 2025-03-25T21:37:21.989Z | Downloaded pkcs8 v0.10.2 |
804 | 2025-03-25T21:37:21.993Z | Downloaded num_enum v0.5.11 |
805 | 2025-03-25T21:37:21.997Z | Downloaded pkg-config v0.3.31 |
806 | 2025-03-25T21:37:21.997Z | Downloaded num-complex v0.4.6 |
807 | 2025-03-25T21:37:22.000Z | Downloaded flagset v0.4.6 |
808 | 2025-03-25T21:37:22.000Z | Downloaded either v1.14.0 |
809 | 2025-03-25T21:37:22.003Z | Downloaded packed_struct_codegen v0.10.1 |
810 | 2025-03-25T21:37:22.003Z | Downloaded object v0.36.5 |
811 | 2025-03-25T21:37:22.016Z | Downloaded packed_struct v0.10.1 |
812 | 2025-03-25T21:37:22.020Z | Downloaded papergrid v0.14.0 |
813 | 2025-03-25T21:37:22.024Z | Downloaded git2 v0.19.0 |
814 | 2025-03-25T21:37:22.030Z | Downloaded scopeguard v1.2.0 |
815 | 2025-03-25T21:37:22.034Z | Downloaded sct v0.7.1 |
816 | 2025-03-25T21:37:22.038Z | Downloaded secrecy v0.8.0 |
817 | 2025-03-25T21:37:22.039Z | Downloaded subtle v2.6.1 |
818 | 2025-03-25T21:37:22.039Z | Downloaded serde-big-array v0.5.1 |
819 | 2025-03-25T21:37:22.044Z | Downloaded sec1 v0.7.3 |
820 | 2025-03-25T21:37:22.044Z | Downloaded tower-layer v0.3.3 |
821 | 2025-03-25T21:37:22.044Z | Downloaded take_mut v0.2.2 |
822 | 2025-03-25T21:37:22.048Z | Downloaded rustls-pemfile v1.0.4 |
823 | 2025-03-25T21:37:22.048Z | Downloaded twox-hash v2.1.0 |
824 | 2025-03-25T21:37:22.048Z | Downloaded static_assertions v1.1.0 |
825 | 2025-03-25T21:37:22.052Z | Downloaded serde_derive_internals v0.29.1 |
826 | 2025-03-25T21:37:22.052Z | Downloaded tower-service v0.3.3 |
827 | 2025-03-25T21:37:22.052Z | Downloaded serde_path_to_error v0.1.16 |
828 | 2025-03-25T21:37:22.055Z | Downloaded untrusted v0.9.0 |
829 | 2025-03-25T21:37:22.055Z | Downloaded dyn-clone v1.0.19 |
830 | 2025-03-25T21:37:22.059Z | Downloaded ecdsa v0.16.9 |
831 | 2025-03-25T21:37:22.059Z | Downloaded utf8_iter v1.0.4 |
832 | 2025-03-25T21:37:22.062Z | Downloaded utf16_iter v1.0.5 |
833 | 2025-03-25T21:37:22.062Z | Downloaded unsafe-libyaml v0.2.11 |
834 | 2025-03-25T21:37:22.066Z | Downloaded group v0.13.0 |
835 | 2025-03-25T21:37:22.069Z | Downloaded hash32 v0.3.1 |
836 | 2025-03-25T21:37:22.069Z | Downloaded half v2.4.1 |
837 | 2025-03-25T21:37:22.072Z | Downloaded hash32 v0.2.1 |
838 | 2025-03-25T21:37:22.072Z | Downloaded vcpkg v0.2.15 |
839 | 2025-03-25T21:37:22.110Z | Downloaded pem v3.0.5 |
840 | 2025-03-25T21:37:22.114Z | Downloaded parse-zoneinfo v0.3.1 |
841 | 2025-03-25T21:37:22.117Z | Downloaded h2 v0.4.6 |
842 | 2025-03-25T21:37:22.121Z | Downloaded vergen v8.3.2 |
843 | 2025-03-25T21:37:22.124Z | Downloaded uuid v1.15.1 |
844 | 2025-03-25T21:37:22.130Z | Downloaded utf-8 v0.7.6 |
845 | 2025-03-25T21:37:22.134Z | Downloaded untrusted v0.7.1 |
846 | 2025-03-25T21:37:22.134Z | Downloaded universal-hash v0.5.1 |
847 | 2025-03-25T21:37:22.134Z | Downloaded portable-atomic v1.9.0 |
848 | 2025-03-25T21:37:22.138Z | Downloaded poly1305 v0.8.0 |
849 | 2025-03-25T21:37:22.141Z | Downloaded num_threads v0.1.7 |
850 | 2025-03-25T21:37:22.144Z | Downloaded number_prefix v0.4.0 |
851 | 2025-03-25T21:37:22.144Z | Downloaded peg v0.8.5 |
852 | 2025-03-25T21:37:22.148Z | Downloaded phf v0.11.2 |
853 | 2025-03-25T21:37:22.151Z | Downloaded owo-colors v4.2.0 |
854 | 2025-03-25T21:37:22.154Z | Downloaded smf v0.2.3 |
855 | 2025-03-25T21:37:22.154Z | Downloaded pbkdf2 v0.12.2 |
856 | 2025-03-25T21:37:22.154Z | Downloaded dunce v1.0.5 |
857 | 2025-03-25T21:37:22.158Z | Downloaded schemars v0.8.22 |
858 | 2025-03-25T21:37:22.168Z | Downloaded regex-syntax v0.6.29 |
859 | 2025-03-25T21:37:22.175Z | Downloaded rustls-pemfile v2.2.0 |
860 | 2025-03-25T21:37:22.181Z | Downloaded rustfmt-wrapper v0.2.1 |
861 | 2025-03-25T21:37:22.184Z | Downloaded strum_macros v0.25.3 |
862 | 2025-03-25T21:37:22.184Z | Downloaded uzers v0.12.1 |
863 | 2025-03-25T21:37:22.184Z | Downloaded tokio-postgres v0.7.13 |
864 | 2025-03-25T21:37:22.188Z | Downloaded rustc_version v0.4.1 |
865 | 2025-03-25T21:37:22.191Z | Downloaded rustc-hash v2.1.1 |
866 | 2025-03-25T21:37:22.191Z | Downloaded rustc-hash v1.1.0 |
867 | 2025-03-25T21:37:22.194Z | Downloaded rpassword v7.3.1 |
868 | 2025-03-25T21:37:22.194Z | Downloaded tls_codec_derive v0.4.1 |
869 | 2025-03-25T21:37:22.198Z | Downloaded psl-types v2.0.11 |
870 | 2025-03-25T21:37:22.198Z | Downloaded tabwriter v1.4.0 |
871 | 2025-03-25T21:37:22.198Z | Downloaded tabled_derive v0.10.0 |
872 | 2025-03-25T21:37:22.201Z | Downloaded strum_macros v0.26.4 |
873 | 2025-03-25T21:37:22.204Z | Downloaded zerocopy v0.8.10 |
874 | 2025-03-25T21:37:22.225Z | Downloaded num-iter v0.1.45 |
875 | 2025-03-25T21:37:22.233Z | Downloaded num-integer v0.1.46 |
876 | 2025-03-25T21:37:22.233Z | Downloaded num-conv v0.1.0 |
877 | 2025-03-25T21:37:22.237Z | Downloaded foreign-types-shared v0.1.1 |
878 | 2025-03-25T21:37:22.237Z | Downloaded foreign-types-macros v0.2.3 |
879 | 2025-03-25T21:37:22.237Z | Downloaded fixedbitset v0.5.7 |
880 | 2025-03-25T21:37:22.237Z | Downloaded pin-utils v0.1.0 |
881 | 2025-03-25T21:37:22.237Z | Downloaded tokio-rustls v0.25.0 |
882 | 2025-03-25T21:37:22.237Z | Downloaded predicates v3.1.3 |
883 | 2025-03-25T21:37:22.240Z | Downloaded deranged v0.3.11 |
884 | 2025-03-25T21:37:22.240Z | Downloaded zerovec-derive v0.10.3 |
885 | 2025-03-25T21:37:22.244Z | Downloaded serde_urlencoded v0.7.1 |
886 | 2025-03-25T21:37:22.247Z | Downloaded tap v1.0.1 |
887 | 2025-03-25T21:37:22.247Z | Downloaded futures-macro v0.3.31 |
888 | 2025-03-25T21:37:22.247Z | Downloaded strum_macros v0.24.3 |
889 | 2025-03-25T21:37:22.250Z | Downloaded stable_deref_trait v1.2.0 |
890 | 2025-03-25T21:37:22.250Z | Downloaded futures-sink v0.3.31 |
891 | 2025-03-25T21:37:22.258Z | Downloaded globset v0.4.15 |
892 | 2025-03-25T21:37:22.258Z | Downloaded futures-io v0.3.31 |
893 | 2025-03-25T21:37:22.258Z | Downloaded serde_repr v0.1.19 |
894 | 2025-03-25T21:37:22.262Z | Downloaded futures-util v0.3.31 |
895 | 2025-03-25T21:37:22.268Z | Downloaded form_urlencoded v1.2.1 |
896 | 2025-03-25T21:37:22.272Z | Downloaded petgraph v0.7.1 |
897 | 2025-03-25T21:37:22.288Z | Downloaded precomputed-hash v0.1.1 |
898 | 2025-03-25T21:37:22.292Z | Downloaded opaque-debug v0.3.1 |
899 | 2025-03-25T21:37:22.292Z | Downloaded num-bigint-dig v0.8.4 |
900 | 2025-03-25T21:37:22.297Z | Downloaded foreign-types-shared v0.3.1 |
901 | 2025-03-25T21:37:22.297Z | Downloaded foreign-types v0.5.0 |
902 | 2025-03-25T21:37:22.300Z | Downloaded foldhash v0.1.3 |
903 | 2025-03-25T21:37:22.300Z | Downloaded prettyplease v0.2.30 |
904 | 2025-03-25T21:37:22.305Z | Downloaded slog v2.7.0 |
905 | 2025-03-25T21:37:22.308Z | Downloaded fixedbitset v0.4.2 |
906 | 2025-03-25T21:37:22.308Z | Downloaded peg-runtime v0.8.5 |
907 | 2025-03-25T21:37:22.308Z | Downloaded pkcs5 v0.7.1 |
908 | 2025-03-25T21:37:22.312Z | Downloaded typify v0.2.0 |
909 | 2025-03-25T21:37:22.315Z | Downloaded vte v0.11.1 |
910 | 2025-03-25T21:37:22.318Z | Downloaded vsss-rs v3.3.4 |
911 | 2025-03-25T21:37:22.321Z | Downloaded russh v0.45.0 |
912 | 2025-03-25T21:37:22.325Z | Downloaded progenitor-macro v0.8.0 |
913 | 2025-03-25T21:37:22.328Z | Downloaded rayon v1.10.0 |
914 | 2025-03-25T21:37:22.336Z | Downloaded zone_cfg_derive v0.3.0 |
915 | 2025-03-25T21:37:22.340Z | Downloaded progenitor-impl v0.8.0 |
916 | 2025-03-25T21:37:22.340Z | Downloaded tungstenite v0.23.0 |
917 | 2025-03-25T21:37:22.344Z | Downloaded rustc_version v0.1.7 |
918 | 2025-03-25T21:37:22.344Z | Downloaded russh-keys v0.45.0 |
919 | 2025-03-25T21:37:22.349Z | Downloaded russh-cryptovec v0.7.3 |
920 | 2025-03-25T21:37:22.349Z | Downloaded tracing-attributes v0.1.27 |
921 | 2025-03-25T21:37:22.349Z | Downloaded tracing v0.1.40 |
922 | 2025-03-25T21:37:22.352Z | Downloaded smoltcp v0.9.1 |
923 | 2025-03-25T21:37:22.363Z | Downloaded sha1 v0.10.6 |
924 | 2025-03-25T21:37:22.368Z | Downloaded serde_yaml v0.9.34+deprecated |
925 | 2025-03-25T21:37:22.371Z | Downloaded whoami v1.5.2 |
926 | 2025-03-25T21:37:22.371Z | Downloaded which v4.4.2 |
927 | 2025-03-25T21:37:22.371Z | Downloaded derive-where v1.2.7 |
928 | 2025-03-25T21:37:22.374Z | Downloaded filetime v0.2.25 |
929 | 2025-03-25T21:37:22.378Z | Downloaded env_filter v0.1.2 |
930 | 2025-03-25T21:37:22.378Z | Downloaded signal-hook-mio v0.2.4 |
931 | 2025-03-25T21:37:22.381Z | Downloaded rand_xorshift v0.3.0 |
932 | 2025-03-25T21:37:22.381Z | Downloaded socket2 v0.5.8 |
933 | 2025-03-25T21:37:22.384Z | Downloaded zerovec v0.10.4 |
934 | 2025-03-25T21:37:22.388Z | Downloaded spin v0.9.8 |
935 | 2025-03-25T21:37:22.391Z | Downloaded zip v0.6.6 |
936 | 2025-03-25T21:37:22.395Z | Downloaded vte_generate_state_changes v0.1.2 |
937 | 2025-03-25T21:37:22.402Z | Downloaded slog-stdlog v4.1.1 |
938 | 2025-03-25T21:37:22.402Z | Downloaded petname v2.0.2 |
939 | 2025-03-25T21:37:22.406Z | Downloaded darling_core v0.20.10 |
940 | 2025-03-25T21:37:22.410Z | Downloaded signal-hook v0.3.17 |
941 | 2025-03-25T21:37:22.413Z | Downloaded omicron-zone-package v0.12.0 |
942 | 2025-03-25T21:37:22.416Z | Downloaded slog-async v2.8.0 |
943 | 2025-03-25T21:37:22.416Z | Downloaded openssl v0.10.71 |
944 | 2025-03-25T21:37:22.425Z | Downloaded openssl-macros v0.1.1 |
945 | 2025-03-25T21:37:22.428Z | Downloaded predicates-tree v1.0.11 |
946 | 2025-03-25T21:37:22.428Z | Downloaded predicates-core v1.0.8 |
947 | 2025-03-25T21:37:22.428Z | Downloaded darling v0.20.10 |
948 | 2025-03-25T21:37:22.432Z | Downloaded oxnet v0.1.1 |
949 | 2025-03-25T21:37:22.435Z | Downloaded headers v0.4.0 |
950 | 2025-03-25T21:37:22.439Z | Downloaded postcard v1.0.10 |
951 | 2025-03-25T21:37:22.442Z | Downloaded time-macros v0.2.18 |
952 | 2025-03-25T21:37:22.445Z | Downloaded tungstenite v0.21.0 |
953 | 2025-03-25T21:37:22.448Z | Downloaded termcolor v1.4.1 |
954 | 2025-03-25T21:37:22.448Z | Downloaded term v0.7.0 |
955 | 2025-03-25T21:37:22.452Z | Downloaded proc-macro-error2 v2.0.1 |
956 | 2025-03-25T21:37:22.455Z | Downloaded smoltcp v0.11.0 |
957 | 2025-03-25T21:37:22.467Z | Downloaded xz2 v0.1.7 |
958 | 2025-03-25T21:37:22.470Z | Downloaded winnow v0.5.40 |
959 | 2025-03-25T21:37:22.477Z | Downloaded num v0.4.3 |
960 | 2025-03-25T21:37:22.480Z | Downloaded typify v0.3.0 |
961 | 2025-03-25T21:37:22.483Z | Downloaded p521 v0.13.3 |
962 | 2025-03-25T21:37:22.486Z | Downloaded time-core v0.1.2 |
963 | 2025-03-25T21:37:22.486Z | Downloaded ppv-lite86 v0.2.20 |
964 | 2025-03-25T21:37:22.490Z | Downloaded unicode-width v0.2.0 |
965 | 2025-03-25T21:37:22.494Z | Downloaded tokio-tungstenite v0.21.0 |
966 | 2025-03-25T21:37:22.498Z | Downloaded wait-timeout v0.2.0 |
967 | 2025-03-25T21:37:22.498Z | Downloaded tracing-core v0.1.32 |
968 | 2025-03-25T21:37:22.502Z | Downloaded rfc6979 v0.4.0 |
969 | 2025-03-25T21:37:22.502Z | Downloaded derive_builder_macro v0.20.2 |
970 | 2025-03-25T21:37:22.502Z | Downloaded der v0.7.9 |
971 | 2025-03-25T21:37:22.509Z | Downloaded funty v2.0.0 |
972 | 2025-03-25T21:37:22.512Z | Downloaded petgraph v0.6.5 |
973 | 2025-03-25T21:37:22.525Z | Downloaded glob v0.3.2 |
974 | 2025-03-25T21:37:22.529Z | Downloaded futures-channel v0.3.31 |
975 | 2025-03-25T21:37:22.532Z | Downloaded futures v0.3.31 |
976 | 2025-03-25T21:37:22.535Z | Downloaded password-hash v0.4.2 |
977 | 2025-03-25T21:37:22.535Z | Downloaded quick-xml v0.37.2 |
978 | 2025-03-25T21:37:22.541Z | Downloaded nanorand v0.7.0 |
979 | 2025-03-25T21:37:22.544Z | Downloaded multimap v0.10.0 |
980 | 2025-03-25T21:37:22.548Z | Downloaded fxhash v0.2.1 |
981 | 2025-03-25T21:37:22.548Z | Downloaded shell-words v1.1.0 |
982 | 2025-03-25T21:37:22.548Z | Downloaded unicode-xid v0.2.6 |
983 | 2025-03-25T21:37:22.548Z | Downloaded signature v2.2.0 |
984 | 2025-03-25T21:37:22.551Z | Downloaded resolv-conf v0.7.0 |
985 | 2025-03-25T21:37:22.551Z | Downloaded parking_lot_core v0.9.10 |
986 | 2025-03-25T21:37:22.554Z | Downloaded parking_lot_core v0.8.6 |
987 | 2025-03-25T21:37:22.558Z | Downloaded sqlparser_derive v0.2.2 |
988 | 2025-03-25T21:37:22.558Z | Downloaded spki v0.7.3 |
989 | 2025-03-25T21:37:22.561Z | Downloaded nix v0.27.1 |
990 | 2025-03-25T21:37:22.569Z | Downloaded num-bigint v0.4.6 |
991 | 2025-03-25T21:37:22.574Z | Downloaded num_enum_derive v0.5.11 |
992 | 2025-03-25T21:37:22.577Z | Downloaded fs_extra v1.3.0 |
993 | 2025-03-25T21:37:22.577Z | Downloaded termios v0.3.3 |
994 | 2025-03-25T21:37:22.580Z | Downloaded nibble_vec v0.1.0 |
995 | 2025-03-25T21:37:22.580Z | Downloaded new_debug_unreachable v1.0.6 |
996 | 2025-03-25T21:37:22.580Z | Downloaded webpki-roots v0.26.6 |
997 | 2025-03-25T21:37:22.583Z | Downloaded reqwest v0.12.12 |
998 | 2025-03-25T21:37:22.593Z | Downloaded pin-project v1.1.6 |
999 | 2025-03-25T21:37:22.602Z | Downloaded waitgroup v0.1.2 |
1000 | 2025-03-25T21:37:22.605Z | Downloaded defmt-macros v0.3.9 |
1001 | 2025-03-25T21:37:22.610Z | Downloaded sled v0.34.7 |
1002 | 2025-03-25T21:37:22.616Z | Downloaded proptest v1.6.0 |
1003 | 2025-03-25T21:37:22.626Z | Downloaded phf_codegen v0.11.2 |
1004 | 2025-03-25T21:37:22.629Z | Downloaded sqlformat v0.2.6 |
1005 | 2025-03-25T21:37:22.629Z | Downloaded unicode-truncate v1.1.0 |
1006 | 2025-03-25T21:37:22.629Z | Downloaded ron v0.8.1 |
1007 | 2025-03-25T21:37:22.634Z | Downloaded yoke-derive v0.7.4 |
1008 | 2025-03-25T21:37:22.637Z | Downloaded quick-error v1.2.3 |
1009 | 2025-03-25T21:37:22.637Z | Downloaded try-lock v0.2.5 |
1010 | 2025-03-25T21:37:22.637Z | Downloaded derive_builder_core v0.20.2 |
1011 | 2025-03-25T21:37:22.641Z | Downloaded regex v1.11.1 |
1012 | 2025-03-25T21:37:22.651Z | Downloaded rand_core v0.9.2 |
1013 | 2025-03-25T21:37:22.654Z | Downloaded phf_shared v0.11.2 |
1014 | 2025-03-25T21:37:22.655Z | Downloaded zeroize v1.8.1 |
1015 | 2025-03-25T21:37:22.659Z | Downloaded parse-size v1.1.0 |
1016 | 2025-03-25T21:37:22.659Z | Downloaded parse-display-derive v0.10.0 |
1017 | 2025-03-25T21:37:22.659Z | Downloaded ref-cast-impl v1.0.23 |
1018 | 2025-03-25T21:37:22.659Z | Downloaded rayon-core v1.12.1 |
1019 | 2025-03-25T21:37:22.663Z | Downloaded displaydoc v0.2.5 |
1020 | 2025-03-25T21:37:22.667Z | Downloaded num-traits v0.2.19 |
1021 | 2025-03-25T21:37:22.667Z | Downloaded num-rational v0.4.2 |
1022 | 2025-03-25T21:37:22.670Z | Downloaded ssh-key v0.6.6 |
1023 | 2025-03-25T21:37:22.676Z | Downloaded openssl-sys v0.9.106 |
1024 | 2025-03-25T21:37:22.680Z | Downloaded thread_local v1.1.8 |
1025 | 2025-03-25T21:37:22.683Z | Downloaded termtree v0.4.1 |
1026 | 2025-03-25T21:37:22.683Z | Downloaded embedded-io v0.6.1 |
1027 | 2025-03-25T21:37:22.683Z | Downloaded dirs-next v2.0.0 |
1028 | 2025-03-25T21:37:22.687Z | Downloaded diff v0.1.13 |
1029 | 2025-03-25T21:37:22.691Z | Downloaded slab v0.4.9 |
1030 | 2025-03-25T21:37:22.691Z | Downloaded siphasher v0.3.11 |
1031 | 2025-03-25T21:37:22.691Z | Downloaded paste v1.0.15 |
1032 | 2025-03-25T21:37:22.694Z | Downloaded native-tls v0.2.12 |
1033 | 2025-03-25T21:37:22.694Z | Downloaded slog-envlogger v2.2.0 |
1034 | 2025-03-25T21:37:22.698Z | Downloaded powerfmt v0.2.0 |
1035 | 2025-03-25T21:37:22.698Z | Downloaded nu-ansi-term v0.50.1 |
1036 | 2025-03-25T21:37:22.701Z | Downloaded thiserror-impl-no-std v2.0.2 |
1037 | 2025-03-25T21:37:22.701Z | Downloaded tui-tree-widget v0.23.0 |
1038 | 2025-03-25T21:37:22.704Z | Downloaded rand_seeder v0.3.0 |
1039 | 2025-03-25T21:37:22.704Z | Downloaded tokio v1.43.0 |
1040 | 2025-03-25T21:37:22.741Z | Downloaded fragile v2.0.0 |
1041 | 2025-03-25T21:37:22.745Z | Downloaded typify-macro v0.2.0 |
1042 | 2025-03-25T21:37:22.745Z | Downloaded regress v0.10.3 |
1043 | 2025-03-25T21:37:22.752Z | Downloaded toml v0.7.8 |
1044 | 2025-03-25T21:37:22.756Z | Downloaded zerocopy-derive v0.8.10 |
1045 | 2025-03-25T21:37:22.761Z | Downloaded nom v7.1.3 |
1046 | 2025-03-25T21:37:22.767Z | Downloaded progenitor-macro v0.9.1 |
1047 | 2025-03-25T21:37:22.770Z | Downloaded diesel v2.2.8 |
1048 | 2025-03-25T21:37:22.784Z | Downloaded progenitor-client v0.8.0 |
1049 | 2025-03-25T21:37:22.788Z | Downloaded signal-hook-tokio v0.3.1 |
1050 | 2025-03-25T21:37:22.788Z | Downloaded parse-display v0.10.0 |
1051 | 2025-03-25T21:37:22.788Z | Downloaded der_derive v0.7.3 |
1052 | 2025-03-25T21:37:22.791Z | Downloaded defmt-parser v0.3.4 |
1053 | 2025-03-25T21:37:22.791Z | Downloaded peg-macros v0.8.5 |
1054 | 2025-03-25T21:37:22.791Z | Downloaded path-slash v0.1.5 |
1055 | 2025-03-25T21:37:22.795Z | Downloaded newtype-uuid v1.2.1 |
1056 | 2025-03-25T21:37:22.795Z | Downloaded schemars_derive v0.8.22 |
1057 | 2025-03-25T21:37:22.795Z | Downloaded progenitor v0.9.1 |
1058 | 2025-03-25T21:37:22.798Z | Downloaded pin-project-lite v0.2.14 |
1059 | 2025-03-25T21:37:22.801Z | Downloaded pin-project-internal v1.1.6 |
1060 | 2025-03-25T21:37:22.804Z | Downloaded yasna v0.5.2 |
1061 | 2025-03-25T21:37:22.804Z | Downloaded p384 v0.13.0 |
1062 | 2025-03-25T21:37:22.811Z | Downloaded object v0.30.4 |
1063 | 2025-03-25T21:37:22.821Z | Downloaded regex-automata v0.4.8 |
1064 | 2025-03-25T21:37:22.837Z | Downloaded polar-core v0.27.3 |
1065 | 2025-03-25T21:37:22.845Z | Downloaded daft-derive v0.1.2 |
1066 | 2025-03-25T21:37:22.848Z | Downloaded yoke v0.7.4 |
1067 | 2025-03-25T21:37:22.852Z | Downloaded typify-impl v0.3.0 |
1068 | 2025-03-25T21:37:22.865Z | Downloaded typify-impl v0.2.0 |
1069 | 2025-03-25T21:37:22.883Z | Downloaded nodrop v0.1.14 |
1070 | 2025-03-25T21:37:22.886Z | Downloaded multer v3.1.0 |
1071 | 2025-03-25T21:37:22.886Z | Downloaded zerofrom-derive v0.1.4 |
1072 | 2025-03-25T21:37:22.886Z | Downloaded mockall_derive v0.13.1 |
1073 | 2025-03-25T21:37:22.890Z | Downloaded zone_cfg_derive v0.1.2 |
1074 | 2025-03-25T21:37:22.890Z | Downloaded zone v0.3.0 |
1075 | 2025-03-25T21:37:22.890Z | Downloaded zone v0.1.8 |
1076 | 2025-03-25T21:37:22.893Z | Downloaded mockall v0.13.1 |
1077 | 2025-03-25T21:37:22.893Z | Downloaded ssh-cipher v0.2.0 |
1078 | 2025-03-25T21:37:22.893Z | Downloaded sqlparser v0.45.0 |
1079 | 2025-03-25T21:37:22.899Z | Downloaded slog-dtrace v0.3.0 |
1080 | 2025-03-25T21:37:22.903Z | Downloaded slog-bunyan v2.5.0 |
1081 | 2025-03-25T21:37:22.903Z | Downloaded sigpipe v0.1.3 |
1082 | 2025-03-25T21:37:22.906Z | Downloaded postgres-protocol v0.6.8 |
1083 | 2025-03-25T21:37:22.906Z | Downloaded postgres-types v0.2.9 |
1084 | 2025-03-25T21:37:22.910Z | Downloaded openapiv3 v2.0.0 |
1085 | 2025-03-25T21:37:22.922Z | Downloaded tokio-tungstenite v0.23.1 |
1086 | 2025-03-25T21:37:22.926Z | Downloaded thiserror-no-std v2.0.2 |
1087 | 2025-03-25T21:37:22.929Z | Downloaded ratatui v0.29.0 |
1088 | 2025-03-25T21:37:22.953Z | Downloaded test-strategy v0.4.0 |
1089 | 2025-03-25T21:37:22.957Z | Downloaded tokio-util v0.7.13 |
1090 | 2025-03-25T21:37:22.960Z | Downloaded zeroize_derive v1.4.2 |
1091 | 2025-03-25T21:37:22.960Z | Downloaded flume v0.11.1 |
1092 | 2025-03-25T21:37:22.968Z | Downloaded steno v0.4.1 |
1093 | 2025-03-25T21:37:22.973Z | Downloaded serde_plain v1.0.2 |
1094 | 2025-03-25T21:37:22.973Z | Downloaded qorb v0.2.1 |
1095 | 2025-03-25T21:37:22.976Z | Downloaded oso v0.27.3 |
1096 | 2025-03-25T21:37:22.976Z | Downloaded daft v0.1.2 |
1097 | 2025-03-25T21:37:22.982Z | Downloaded dropshot v0.12.0 |
1098 | 2025-03-25T21:37:23.007Z | Downloaded sha3 v0.10.8 |
1099 | 2025-03-25T21:37:23.011Z | Downloaded dropshot v0.16.0 |
1100 | 2025-03-25T21:37:23.023Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1101 | 2025-03-25T21:37:23.086Z | Downloaded csv v1.3.1 |
1102 | 2025-03-25T21:37:23.103Z | Downloaded enum-as-inner v0.6.1 |
1103 | 2025-03-25T21:37:23.106Z | Downloaded endian-type v0.1.2 |
1104 | 2025-03-25T21:37:23.106Z | Downloaded derive_builder v0.20.2 |
1105 | 2025-03-25T21:37:23.110Z | Downloaded yansi v1.0.1 |
1106 | 2025-03-25T21:37:23.114Z | Downloaded tar v0.4.44 |
1107 | 2025-03-25T21:37:23.114Z | Downloaded serde_with v3.12.0 |
1108 | 2025-03-25T21:37:23.122Z | Downloaded foreign-types v0.3.2 |
1109 | 2025-03-25T21:37:23.128Z | Downloaded oso-derive v0.27.3 |
1110 | 2025-03-25T21:37:23.128Z | Downloaded futures-executor v0.3.31 |
1111 | 2025-03-25T21:37:23.128Z | Downloaded display-error-chain v0.2.2 |
1112 | 2025-03-25T21:37:23.131Z | Downloaded dirs-sys-next v0.1.2 |
1113 | 2025-03-25T21:37:23.131Z | Downloaded dsl_auto_type v0.1.2 |
1114 | 2025-03-25T21:37:23.131Z | Downloaded dropshot_endpoint v0.16.0 |
1115 | 2025-03-25T21:37:23.136Z | Downloaded dropshot_endpoint v0.12.0 |
1116 | 2025-03-25T21:37:23.139Z | Downloaded des v0.8.1 |
1117 | 2025-03-25T21:37:23.139Z | Downloaded typed-path v0.9.3 |
1118 | 2025-03-25T21:37:23.147Z | Downloaded sync-ptr v0.1.1 |
1119 | 2025-03-25T21:37:23.152Z | Downloaded subprocess v0.2.9 |
1120 | 2025-03-25T21:37:23.152Z | Downloaded serde-hex v0.1.0 |
1121 | 2025-03-25T21:37:23.153Z | Downloaded semver v0.1.20 |
1122 | 2025-03-25T21:37:23.153Z | Downloaded scrypt v0.11.0 |
1123 | 2025-03-25T21:37:23.153Z | Downloaded reedline v0.38.0 |
1124 | 2025-03-25T21:37:23.161Z | Downloaded rcgen v0.12.1 |
1125 | 2025-03-25T21:37:23.166Z | Downloaded pretty-hex v0.2.1 |
1126 | 2025-03-25T21:37:23.166Z | Downloaded password-hash v0.5.0 |
1127 | 2025-03-25T21:37:23.166Z | Downloaded zerofrom v0.1.4 |
1128 | 2025-03-25T21:37:23.169Z | Downloaded olpc-cjson v0.1.4 |
1129 | 2025-03-25T21:37:23.169Z | Downloaded newtype_derive v0.1.6 |
1130 | 2025-03-25T21:37:23.169Z | Downloaded fd-lock v4.0.2 |
1131 | 2025-03-25T21:37:23.174Z | Downloaded fatfs v0.3.6 |
1132 | 2025-03-25T21:37:23.177Z | Downloaded expectorate v1.1.0 |
1133 | 2025-03-25T21:37:23.177Z | Downloaded env_logger v0.11.5 |
1134 | 2025-03-25T21:37:23.182Z | Downloaded diesel_derives v2.2.3 |
1135 | 2025-03-25T21:37:23.186Z | Downloaded diesel-dtrace v0.4.2 |
1136 | 2025-03-25T21:37:23.187Z | Downloaded pkcs1 v0.7.5 |
1137 | 2025-03-25T21:37:23.192Z | Downloaded encoding_rs v0.8.34 |
1138 | 2025-03-25T21:37:23.209Z | Downloaded tokio-rustls v0.26.0 |
1139 | 2025-03-25T21:37:23.215Z | Downloaded tiny-keccak v2.0.2 |
1140 | 2025-03-25T21:37:23.215Z | Downloaded rustls-webpki v0.101.7 |
1141 | 2025-03-25T21:37:23.227Z | Downloaded rustls-pki-types v1.10.0 |
1142 | 2025-03-25T21:37:23.231Z | Downloaded gethostname v0.5.0 |
1143 | 2025-03-25T21:37:23.231Z | Downloaded zerocopy-derive v0.6.6 |
1144 | 2025-03-25T21:37:23.240Z | Downloaded tls_codec v0.4.1 |
1145 | 2025-03-25T21:37:23.245Z | Downloaded scheduled-thread-pool v0.2.7 |
1146 | 2025-03-25T21:37:23.245Z | Downloaded sync_wrapper v1.0.1 |
1147 | 2025-03-25T21:37:23.245Z | Downloaded ring v0.17.11 |
1148 | 2025-03-25T21:37:23.285Z | Downloaded supports-color v3.0.2 |
1149 | 2025-03-25T21:37:23.288Z | Downloaded ref-cast v1.0.23 |
1150 | 2025-03-25T21:37:23.292Z | Downloaded progenitor-client v0.9.1 |
1151 | 2025-03-25T21:37:23.292Z | Downloaded rsa v0.9.6 |
1152 | 2025-03-25T21:37:23.295Z | Downloaded ghash v0.5.1 |
1153 | 2025-03-25T21:37:23.298Z | Downloaded nix v0.28.0 |
1154 | 2025-03-25T21:37:23.308Z | Downloaded newline-converter v0.3.0 |
1155 | 2025-03-25T21:37:23.314Z | Downloaded hashbrown v0.12.3 |
1156 | 2025-03-25T21:37:23.318Z | Downloaded env_logger v0.10.2 |
1157 | 2025-03-25T21:37:23.318Z | Downloaded typify-macro v0.3.0 |
1158 | 2025-03-25T21:37:23.318Z | Downloaded tough v0.19.0 |
1159 | 2025-03-25T21:37:23.324Z | Downloaded topological-sort v0.2.2 |
1160 | 2025-03-25T21:37:23.328Z | Downloaded structmeta v0.3.0 |
1161 | 2025-03-25T21:37:23.328Z | Downloaded strip-ansi-escapes v0.2.0 |
1162 | 2025-03-25T21:37:23.328Z | Downloaded slog-json v2.6.1 |
1163 | 2025-03-25T21:37:23.331Z | Downloaded zip v2.1.3 |
1164 | 2025-03-25T21:37:23.334Z | Downloaded x509-cert v0.2.5 |
1165 | 2025-03-25T21:37:23.340Z | Downloaded libsw-core v0.3.1 |
1166 | 2025-03-25T21:37:23.343Z | Downloaded kstat-rs v0.2.4 |
1167 | 2025-03-25T21:37:23.343Z | Downloaded ipnetwork v0.21.1 |
1168 | 2025-03-25T21:37:23.344Z | Downloaded internet-checksum v0.2.1 |
1169 | 2025-03-25T21:37:23.344Z | Downloaded instability v0.3.2 |
1170 | 2025-03-25T21:37:23.350Z | Downloaded indoc v1.0.9 |
1171 | 2025-03-25T21:37:23.350Z | Downloaded impl-trait-for-tuples v0.2.2 |
1172 | 2025-03-25T21:37:23.354Z | Downloaded hyper-staticfile v0.10.1 |
1173 | 2025-03-25T21:37:23.354Z | Downloaded hubpack_derive v0.1.1 |
1174 | 2025-03-25T21:37:23.354Z | Downloaded hickory-proto v0.24.4 |
1175 | 2025-03-25T21:37:23.368Z | Downloaded string_cache v0.8.7 |
1176 | 2025-03-25T21:37:23.372Z | Downloaded compact_str v0.8.0 |
1177 | 2025-03-25T21:37:23.375Z | Downloaded cmake v0.1.51 |
1178 | 2025-03-25T21:37:23.375Z | Downloaded chrono-tz-build v0.4.0 |
1179 | 2025-03-25T21:37:23.375Z | Downloaded cassowary v0.3.0 |
1180 | 2025-03-25T21:37:23.378Z | Downloaded unicode-properties v0.1.3 |
1181 | 2025-03-25T21:37:23.378Z | Downloaded cargo_metadata v0.18.1 |
1182 | 2025-03-25T21:37:23.382Z | Downloaded cancel-safe-futures v0.1.5 |
1183 | 2025-03-25T21:37:23.386Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1184 | 2025-03-25T21:37:23.394Z | Downloaded buf-list v1.0.3 |
1185 | 2025-03-25T21:37:23.399Z | Downloaded bitfield-struct v0.6.2 |
1186 | 2025-03-25T21:37:23.399Z | Downloaded bitfield v0.14.0 |
1187 | 2025-03-25T21:37:23.402Z | Downloaded bcs v0.1.6 |
1188 | 2025-03-25T21:37:23.402Z | Downloaded bb8 v0.8.5 |
1189 | 2025-03-25T21:37:23.402Z | Downloaded rustyline v14.0.0 |
1190 | 2025-03-25T21:37:23.407Z | Downloaded shlex v1.3.0 |
1191 | 2025-03-25T21:37:23.410Z | Downloaded serde_with_macros v3.12.0 |
1192 | 2025-03-25T21:37:23.410Z | Downloaded hickory-client v0.24.4 |
1193 | 2025-03-25T21:37:23.414Z | Downloaded heapless v0.7.17 |
1194 | 2025-03-25T21:37:23.417Z | Downloaded structmeta-derive v0.3.0 |
1195 | 2025-03-25T21:37:23.420Z | Downloaded lzma-sys v0.1.20 |
1196 | 2025-03-25T21:37:23.450Z | Downloaded simd-adler32 v0.3.7 |
1197 | 2025-03-25T21:37:23.454Z | Downloaded lockfree-object-pool v0.1.6 |
1198 | 2025-03-25T21:37:23.454Z | Downloaded litemap v0.7.3 |
1199 | 2025-03-25T21:37:23.459Z | Downloaded linear-map v1.2.0 |
1200 | 2025-03-25T21:37:23.459Z | Downloaded is_ci v1.2.0 |
1201 | 2025-03-25T21:37:23.463Z | Downloaded indent_write v2.2.0 |
1202 | 2025-03-25T21:37:23.463Z | Downloaded crc-any v2.5.0 |
1203 | 2025-03-25T21:37:23.463Z | Downloaded cc v1.2.15 |
1204 | 2025-03-25T21:37:23.466Z | Downloaded cookie_store v0.21.1 |
1205 | 2025-03-25T21:37:23.471Z | Downloaded cookie v0.18.1 |
1206 | 2025-03-25T21:37:23.471Z | Downloaded crossbeam-deque v0.8.5 |
1207 | 2025-03-25T21:37:23.474Z | Downloaded colored v2.2.0 |
1208 | 2025-03-25T21:37:23.474Z | Downloaded cobs v0.2.3 |
1209 | 2025-03-25T21:37:23.474Z | Downloaded block-padding v0.3.3 |
1210 | 2025-03-25T21:37:23.478Z | Downloaded bcrypt-pbkdf v0.10.0 |
1211 | 2025-03-25T21:37:23.478Z | Downloaded iana-time-zone v0.1.61 |
1212 | 2025-03-25T21:37:23.485Z | Downloaded bindgen v0.69.5 |
1213 | 2025-03-25T21:37:23.490Z | Downloaded base64 v0.21.7 |
1214 | 2025-03-25T21:37:23.493Z | Downloaded arrayvec v0.7.6 |
1215 | 2025-03-25T21:37:23.716Z | Downloaded aws-lc-sys v0.26.0 |
1216 | 2025-03-25T21:37:24.038Z | Compiling serde v1.0.218 |
1217 | 2025-03-25T21:37:24.042Z | Compiling value-bag v1.9.0 |
1218 | 2025-03-25T21:37:24.042Z | Compiling lock_api v0.4.12 |
1219 | 2025-03-25T21:37:24.042Z | Compiling scopeguard v1.2.0 |
1220 | 2025-03-25T21:37:24.188Z | Compiling typenum v1.17.0 |
1221 | 2025-03-25T21:37:24.192Z | Compiling shlex v1.3.0 |
1222 | 2025-03-25T21:37:24.225Z | Compiling syn v2.0.98 |
1223 | 2025-03-25T21:37:24.239Z | Compiling getrandom v0.2.15 |
1224 | 2025-03-25T21:37:24.374Z | Compiling jobserver v0.1.32 |
1225 | 2025-03-25T21:37:24.545Z | Compiling rand_core v0.6.4 |
1226 | 2025-03-25T21:37:24.625Z | Compiling log v0.4.22 |
1227 | 2025-03-25T21:37:24.700Z | Compiling generic-array v0.14.7 |
1228 | 2025-03-25T21:37:24.719Z | Compiling subtle v2.6.1 |
1229 | 2025-03-25T21:37:25.047Z | Compiling cc v1.2.15 |
1230 | 2025-03-25T21:37:25.069Z | Compiling smallvec v1.14.0 |
1231 | 2025-03-25T21:37:25.086Z | Compiling const-oid v0.9.6 |
1232 | 2025-03-25T21:37:25.103Z | Compiling pin-project-lite v0.2.14 |
1233 | 2025-03-25T21:37:25.177Z | Compiling rustix v0.38.37 |
1234 | 2025-03-25T21:37:25.235Z | Compiling parking_lot_core v0.9.10 |
1235 | 2025-03-25T21:37:25.379Z | Compiling spin v0.9.8 |
1236 | 2025-03-25T21:37:25.437Z | Compiling signal-hook-registry v1.4.2 |
1237 | 2025-03-25T21:37:25.739Z | Compiling futures-core v0.3.31 |
1238 | 2025-03-25T21:37:26.150Z | Compiling mio v1.0.2 |
1239 | 2025-03-25T21:37:26.189Z | Compiling parking_lot v0.12.3 |
1240 | 2025-03-25T21:37:26.245Z | Compiling aho-corasick v1.1.3 |
1241 | 2025-03-25T21:37:26.358Z | Compiling regex-syntax v0.8.5 |
1242 | 2025-03-25T21:37:26.699Z | Compiling either v1.14.0 |
1243 | 2025-03-25T21:37:27.019Z | Compiling serde_json v1.0.139 |
1244 | 2025-03-25T21:37:27.091Z | Compiling stable_deref_trait v1.2.0 |
1245 | 2025-03-25T21:37:27.220Z | Compiling glob v0.3.2 |
1246 | 2025-03-25T21:37:27.263Z | Compiling socket2 v0.5.8 |
1247 | 2025-03-25T21:37:27.266Z | Compiling libm v0.2.8 |
1248 | 2025-03-25T21:37:27.399Z | Compiling cpufeatures v0.2.14 |
1249 | 2025-03-25T21:37:27.509Z | Compiling prettyplease v0.2.30 |
1250 | 2025-03-25T21:37:27.628Z | Compiling futures-sink v0.3.31 |
1251 | 2025-03-25T21:37:27.832Z | Compiling lazy_static v1.5.0 |
1252 | 2025-03-25T21:37:27.894Z | Compiling num-traits v0.2.19 |
1253 | 2025-03-25T21:37:27.969Z | Compiling slab v0.4.9 |
1254 | 2025-03-25T21:37:28.059Z | Compiling clang-sys v1.8.1 |
1255 | 2025-03-25T21:37:28.344Z | Compiling minimal-lexical v0.2.1 |
1256 | 2025-03-25T21:37:28.485Z | Compiling libloading v0.8.5 |
1257 | 2025-03-25T21:37:28.664Z | Compiling nom v7.1.3 |
1258 | 2025-03-25T21:37:28.814Z | Compiling pkg-config v0.3.31 |
1259 | 2025-03-25T21:37:28.884Z | Compiling allocator-api2 v0.2.18 |
1260 | 2025-03-25T21:37:29.145Z | Compiling bindgen v0.69.5 |
1261 | 2025-03-25T21:37:29.642Z | Compiling foldhash v0.1.3 |
1262 | 2025-03-25T21:37:29.848Z | Compiling getrandom v0.3.1 |
1263 | 2025-03-25T21:37:29.966Z | Compiling home v0.5.9 |
1264 | 2025-03-25T21:37:30.049Z | Compiling hashbrown v0.15.1 |
1265 | 2025-03-25T21:37:30.124Z | Compiling regex-automata v0.4.8 |
1266 | 2025-03-25T21:37:31.142Z | Compiling itertools v0.12.1 |
1267 | 2025-03-25T21:37:31.267Z | Compiling lazycell v1.3.0 |
1268 | 2025-03-25T21:37:31.444Z | Compiling rustc-hash v1.1.0 |
1269 | 2025-03-25T21:37:31.984Z | Compiling synstructure v0.13.1 |
1270 | 2025-03-25T21:37:32.036Z | Compiling cexpr v0.6.0 |
1271 | 2025-03-25T21:37:32.402Z | Compiling futures-channel v0.3.31 |
1272 | 2025-03-25T21:37:32.800Z | Compiling cmake v0.1.51 |
1273 | 2025-03-25T21:37:33.360Z | Compiling dunce v1.0.5 |
1274 | 2025-03-25T21:37:33.505Z | Compiling futures-io v0.3.31 |
1275 | 2025-03-25T21:37:33.601Z | Compiling pin-utils v0.1.0 |
1276 | 2025-03-25T21:37:33.623Z | Compiling futures-task v0.3.31 |
1277 | 2025-03-25T21:37:33.697Z | Compiling fs_extra v1.3.0 |
1278 | 2025-03-25T21:37:33.785Z | Compiling base64ct v1.6.0 |
1279 | 2025-03-25T21:37:33.926Z | Compiling paste v1.0.15 |
1280 | 2025-03-25T21:37:33.932Z | Compiling ring v0.17.11 |
1281 | 2025-03-25T21:37:34.216Z | Compiling flagset v0.4.6 |
1282 | 2025-03-25T21:37:34.374Z | Compiling pem-rfc7468 v0.7.0 |
1283 | 2025-03-25T21:37:34.441Z | Compiling litemap v0.7.3 |
1284 | 2025-03-25T21:37:34.528Z | Compiling writeable v0.5.5 |
1285 | 2025-03-25T21:37:34.865Z | Compiling aws-lc-rs v1.12.4 |
1286 | 2025-03-25T21:37:34.969Z | Compiling regex v1.11.1 |
1287 | 2025-03-25T21:37:35.058Z | Compiling crossbeam-utils v0.8.20 |
1288 | 2025-03-25T21:37:35.298Z | Compiling rustls-pki-types v1.10.0 |
1289 | 2025-03-25T21:37:35.586Z | Compiling vcpkg v0.2.15 |
1290 | 2025-03-25T21:37:35.868Z | Compiling icu_locid_transform_data v1.5.0 |
1291 | 2025-03-25T21:37:35.930Z | Compiling tracing-core v0.1.32 |
1292 | 2025-03-25T21:37:35.971Z | Compiling icu_properties_data v1.5.0 |
1293 | 2025-03-25T21:37:36.226Z | Compiling untrusted v0.7.1 |
1294 | 2025-03-25T21:37:36.321Z | Compiling iana-time-zone v0.1.61 |
1295 | 2025-03-25T21:37:36.421Z | Compiling time-core v0.1.2 |
1296 | 2025-03-25T21:37:36.613Z | Compiling num-conv v0.1.0 |
1297 | 2025-03-25T21:37:36.683Z | Compiling percent-encoding v2.3.1 |
1298 | 2025-03-25T21:37:36.741Z | Compiling serde_derive v1.0.218 |
1299 | 2025-03-25T21:37:36.903Z | Compiling zeroize_derive v1.4.2 |
1300 | 2025-03-25T21:37:36.986Z | Compiling zerocopy-derive v0.7.35 |
1301 | 2025-03-25T21:37:37.051Z | Compiling tokio-macros v2.5.0 |
1302 | 2025-03-25T21:37:37.203Z | Compiling zerofrom-derive v0.1.4 |
1303 | 2025-03-25T21:37:38.297Z | Compiling zeroize v1.8.1 |
1304 | 2025-03-25T21:37:38.453Z | Compiling yoke-derive v0.7.4 |
1305 | 2025-03-25T21:37:38.716Z | Compiling displaydoc v0.2.5 |
1306 | 2025-03-25T21:37:38.885Z | Compiling zerocopy v0.7.35 |
1307 | 2025-03-25T21:37:39.959Z | Compiling crypto-common v0.1.6 |
1308 | 2025-03-25T21:37:40.174Z | Compiling block-buffer v0.10.4 |
1309 | 2025-03-25T21:37:40.203Z | Compiling block-padding v0.3.3 |
1310 | 2025-03-25T21:37:40.237Z | Compiling zerovec-derive v0.10.3 |
1311 | 2025-03-25T21:37:40.441Z | Compiling digest v0.10.7 |
1312 | 2025-03-25T21:37:40.444Z | Compiling inout v0.1.3 |
1313 | 2025-03-25T21:37:40.502Z | Compiling zerofrom v0.1.4 |
1314 | 2025-03-25T21:37:40.705Z | Compiling thiserror-impl v1.0.69 |
1315 | 2025-03-25T21:37:40.730Z | Compiling futures-macro v0.3.31 |
1316 | 2025-03-25T21:37:40.733Z | Compiling cipher v0.4.4 |
1317 | 2025-03-25T21:37:40.788Z | Compiling der_derive v0.7.3 |
1318 | 2025-03-25T21:37:40.897Z | Compiling hmac v0.12.1 |
1319 | 2025-03-25T21:37:41.062Z | Compiling yoke v0.7.4 |
1320 | 2025-03-25T21:37:41.159Z | Compiling sha2 v0.10.8 |
1321 | 2025-03-25T21:37:41.280Z | Compiling icu_provider_macros v1.5.0 |
1322 | 2025-03-25T21:37:41.431Z | Compiling salsa20 v0.10.2 |
1323 | 2025-03-25T21:37:41.679Z | Compiling pbkdf2 v0.12.2 |
1324 | 2025-03-25T21:37:41.867Z | Compiling ppv-lite86 v0.2.20 |
1325 | 2025-03-25T21:37:42.359Z | Compiling scrypt v0.11.0 |
1326 | 2025-03-25T21:37:42.623Z | Compiling futures-util v0.3.31 |
1327 | 2025-03-25T21:37:42.669Z | Compiling zerovec v0.10.4 |
1328 | 2025-03-25T21:37:42.686Z | Compiling cbc v0.1.2 |
1329 | 2025-03-25T21:37:42.875Z | Compiling aes v0.8.4 |
1330 | 2025-03-25T21:37:42.915Z | Compiling openssl-sys v0.9.106 |
1331 | 2025-03-25T21:37:43.077Z | Compiling der v0.7.9 |
1332 | 2025-03-25T21:37:43.654Z | Compiling thiserror v1.0.69 |
1333 | 2025-03-25T21:37:43.821Z | Compiling pest v2.7.14 |
1334 | 2025-03-25T21:37:43.935Z | Compiling tracing-attributes v0.1.27 |
1335 | 2025-03-25T21:37:44.616Z | Compiling tinystr v0.7.6 |
1336 | 2025-03-25T21:37:44.660Z | Compiling icu_collections v1.5.0 |
1337 | 2025-03-25T21:37:45.025Z | Compiling icu_locid v1.5.0 |
1338 | 2025-03-25T21:37:45.582Z | Compiling spki v0.7.3 |
1339 | 2025-03-25T21:37:45.792Z | Compiling untrusted v0.9.0 |
1340 | 2025-03-25T21:37:45.846Z | Compiling httparse v1.9.5 |
1341 | 2025-03-25T21:37:46.000Z | Compiling powerfmt v0.2.0 |
1342 | 2025-03-25T21:37:46.385Z | Compiling icu_provider v1.5.0 |
1343 | 2025-03-25T21:37:46.670Z | Compiling pest_meta v2.7.14 |
1344 | 2025-03-25T21:37:46.835Z | Compiling deranged v0.3.11 |
1345 | 2025-03-25T21:37:47.146Z | Compiling icu_locid_transform v1.5.0 |
1346 | 2025-03-25T21:37:47.228Z | Compiling tracing v0.1.40 |
1347 | 2025-03-25T21:37:47.333Z | Compiling pkcs5 v0.7.1 |
1348 | 2025-03-25T21:37:47.838Z | Compiling time-macros v0.2.18 |
1349 | 2025-03-25T21:37:48.070Z | Compiling scroll_derive v0.12.0 |
1350 | 2025-03-25T21:37:48.368Z | Compiling zerocopy v0.8.10 |
1351 | 2025-03-25T21:37:49.151Z | Compiling icu_properties v1.5.1 |
1352 | 2025-03-25T21:37:49.403Z | Compiling bytes v1.10.1 |
1353 | 2025-03-25T21:37:49.428Z | Compiling bitflags v2.6.0 |
1354 | 2025-03-25T21:37:49.558Z | Compiling semver v1.0.25 |
1355 | 2025-03-25T21:37:50.252Z | Compiling indexmap v2.7.1 |
1356 | 2025-03-25T21:37:50.272Z | Compiling rustc_version v0.4.1 |
1357 | 2025-03-25T21:37:50.754Z | Compiling tokio v1.43.0 |
1358 | 2025-03-25T21:37:50.807Z | Compiling http v1.2.0 |
1359 | 2025-03-25T21:37:50.875Z | Compiling uuid v1.15.1 |
1360 | 2025-03-25T21:37:50.926Z | Compiling chrono v0.4.40 |
1361 | 2025-03-25T21:37:51.620Z | Compiling num_threads v0.1.7 |
1362 | 2025-03-25T21:37:51.770Z | Compiling icu_normalizer_data v1.5.0 |
1363 | 2025-03-25T21:37:51.889Z | Compiling utf16_iter v1.0.5 |
1364 | 2025-03-25T21:37:52.119Z | Compiling utf8_iter v1.0.4 |
1365 | 2025-03-25T21:37:52.220Z | Compiling write16 v1.0.0 |
1366 | 2025-03-25T21:37:52.345Z | Compiling atomic-waker v1.1.2 |
1367 | 2025-03-25T21:37:52.371Z | Compiling http-body v1.0.1 |
1368 | 2025-03-25T21:37:52.423Z | Compiling time v0.3.36 |
1369 | 2025-03-25T21:37:52.538Z | Compiling scroll v0.12.0 |
1370 | 2025-03-25T21:37:52.685Z | Compiling pest_generator v2.7.14 |
1371 | 2025-03-25T21:37:53.050Z | Compiling icu_normalizer v1.5.0 |
1372 | 2025-03-25T21:37:53.095Z | Compiling pkcs8 v0.10.2 |
1373 | 2025-03-25T21:37:53.726Z | Compiling which v4.4.2 |
1374 | 2025-03-25T21:37:54.272Z | Compiling zerocopy-derive v0.8.10 |
1375 | 2025-03-25T21:37:54.416Z | Compiling serde_derive_internals v0.29.1 |
1376 | 2025-03-25T21:37:54.445Z | Compiling schemars v0.8.22 |
1377 | 2025-03-25T21:37:54.470Z | Compiling tinyvec_macros v0.1.1 |
1378 | 2025-03-25T21:37:54.571Z | Compiling try-lock v0.2.5 |
1379 | 2025-03-25T21:37:54.738Z | Compiling slog v2.7.0 |
1380 | 2025-03-25T21:37:54.789Z | Compiling goblin v0.8.2 |
1381 | 2025-03-25T21:37:54.838Z | Compiling want v0.3.1 |
1382 | 2025-03-25T21:37:55.134Z | Compiling tinyvec v1.8.0 |
1383 | 2025-03-25T21:37:55.297Z | Compiling pest_derive v2.7.14 |
1384 | 2025-03-25T21:37:56.132Z | Compiling idna_adapter v1.2.0 |
1385 | 2025-03-25T21:37:56.371Z | Compiling form_urlencoded v1.2.1 |
1386 | 2025-03-25T21:37:56.580Z | Compiling schemars_derive v0.8.22 |
1387 | 2025-03-25T21:37:56.688Z | Compiling dyn-clone v1.0.19 |
1388 | 2025-03-25T21:37:56.709Z | Compiling rustversion v1.0.17 |
1389 | 2025-03-25T21:37:56.905Z | Compiling foreign-types-shared v0.1.1 |
1390 | 2025-03-25T21:37:56.926Z | Compiling openssl v0.10.71 |
1391 | 2025-03-25T21:37:57.042Z | Compiling adler2 v2.0.0 |
1392 | 2025-03-25T21:37:57.262Z | Compiling tower-service v0.3.3 |
1393 | 2025-03-25T21:37:57.376Z | Compiling httpdate v1.0.3 |
1394 | 2025-03-25T21:37:57.438Z | Compiling miniz_oxide v0.8.5 |
1395 | 2025-03-25T21:37:57.489Z | Compiling foreign-types v0.3.2 |
1396 | 2025-03-25T21:37:57.590Z | Compiling idna v1.0.3 |
1397 | 2025-03-25T21:37:57.790Z | Compiling dtrace-parser v0.2.0 |
1398 | 2025-03-25T21:37:58.974Z | Compiling tokio-util v0.7.13 |
1399 | 2025-03-25T21:37:59.591Z | Compiling serde_spanned v0.6.8 |
1400 | 2025-03-25T21:37:59.795Z | Compiling rand_core v0.9.2 |
1401 | 2025-03-25T21:37:59.834Z | Compiling serde_tokenstream v0.2.2 |
1402 | 2025-03-25T21:37:59.898Z | Compiling h2 v0.4.6 |
1403 | 2025-03-25T21:38:00.193Z | Compiling toml_datetime v0.6.8 |
1404 | 2025-03-25T21:38:00.386Z | Compiling openssl-macros v0.1.1 |
1405 | 2025-03-25T21:38:00.668Z | Compiling dof v0.3.0 |
1406 | 2025-03-25T21:38:01.126Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1407 | 2025-03-25T21:38:01.562Z | Compiling base64 v0.22.1 |
1408 | 2025-03-25T21:38:01.641Z | Compiling rustls v0.23.19 |
1409 | 2025-03-25T21:38:01.947Z | Compiling siphasher v0.3.11 |
1410 | 2025-03-25T21:38:02.274Z | Compiling syn v1.0.109 |
1411 | 2025-03-25T21:38:02.343Z | Compiling native-tls v0.2.12 |
1412 | 2025-03-25T21:38:02.712Z | Compiling usdt-impl v0.5.0 |
1413 | 2025-03-25T21:38:02.941Z | Compiling rand_chacha v0.9.0 |
1414 | 2025-03-25T21:38:03.716Z | Compiling unicode-normalization v0.1.24 |
1415 | 2025-03-25T21:38:04.000Z | Compiling heapless v0.7.17 |
1416 | 2025-03-25T21:38:04.024Z | Compiling crossbeam-epoch v0.9.18 |
1417 | 2025-03-25T21:38:04.432Z | Compiling rand_chacha v0.3.1 |
1418 | 2025-03-25T21:38:04.702Z | Compiling signature v2.2.0 |
1419 | 2025-03-25T21:38:04.800Z | Compiling dirs-sys-next v0.1.2 |
1420 | 2025-03-25T21:38:04.878Z | Compiling crc32fast v1.4.2 |
1421 | 2025-03-25T21:38:04.952Z | Compiling cookie v0.18.1 |
1422 | 2025-03-25T21:38:05.011Z | Compiling rayon-core v1.12.1 |
1423 | 2025-03-25T21:38:05.216Z | Compiling unicode-bidi v0.3.17 |
1424 | 2025-03-25T21:38:05.255Z | Compiling unicode-properties v0.1.3 |
1425 | 2025-03-25T21:38:05.304Z | Compiling signal-hook v0.3.17 |
1426 | 2025-03-25T21:38:05.336Z | Compiling rustls v0.22.4 |
1427 | 2025-03-25T21:38:05.590Z | Compiling openssl-probe v0.1.5 |
1428 | 2025-03-25T21:38:05.728Z | Compiling dirs-next v2.0.0 |
1429 | 2025-03-25T21:38:05.778Z | Compiling rand v0.8.5 |
1430 | 2025-03-25T21:38:05.922Z | Compiling stringprep v0.1.5 |
1431 | 2025-03-25T21:38:05.944Z | Compiling crossbeam-deque v0.8.5 |
1432 | 2025-03-25T21:38:06.443Z | Compiling rand v0.9.0 |
1433 | 2025-03-25T21:38:06.797Z | Compiling url v2.5.3 |
1434 | 2025-03-25T21:38:06.986Z | Compiling hyper v1.6.0 |
1435 | 2025-03-25T21:38:07.844Z | Compiling http-body-util v0.1.2 |
1436 | 2025-03-25T21:38:08.198Z | Compiling curve25519-dalek v4.1.3 |
1437 | 2025-03-25T21:38:08.523Z | Compiling md-5 v0.10.6 |
1438 | 2025-03-25T21:38:08.816Z | Compiling async-trait v0.1.87 |
1439 | 2025-03-25T21:38:08.914Z | Compiling num-integer v0.1.46 |
1440 | 2025-03-25T21:38:08.933Z | Compiling hash32 v0.2.1 |
1441 | 2025-03-25T21:38:09.291Z | Compiling hyper-util v0.1.10 |
1442 | 2025-03-25T21:38:09.640Z | Compiling thread_local v1.1.8 |
1443 | 2025-03-25T21:38:09.768Z | Compiling ff v0.13.0 |
1444 | 2025-03-25T21:38:10.011Z | Compiling memoffset v0.9.1 |
1445 | 2025-03-25T21:38:10.136Z | Compiling encoding_rs v0.8.34 |
1446 | 2025-03-25T21:38:10.286Z | Compiling multer v3.1.0 |
1447 | 2025-03-25T21:38:10.340Z | Compiling cfg_aliases v0.2.1 |
1448 | 2025-03-25T21:38:10.447Z | Compiling mime v0.3.17 |
1449 | 2025-03-25T21:38:10.556Z | Compiling slog-async v2.8.0 |
1450 | 2025-03-25T21:38:10.592Z | Compiling smoltcp v0.9.1 |
1451 | 2025-03-25T21:38:10.966Z | Compiling match_cfg v0.1.0 |
1452 | 2025-03-25T21:38:11.075Z | Compiling litrs v0.4.1 |
1453 | 2025-03-25T21:38:11.095Z | Compiling newtype-uuid v1.2.1 |
1454 | 2025-03-25T21:38:11.238Z | Compiling portable-atomic v1.9.0 |
1455 | 2025-03-25T21:38:11.258Z | Compiling psl-types v2.0.11 |
1456 | 2025-03-25T21:38:11.404Z | Compiling base16ct v0.2.0 |
1457 | 2025-03-25T21:38:11.476Z | Compiling num-bigint-dig v0.8.4 |
1458 | 2025-03-25T21:38:11.739Z | Compiling fallible-iterator v0.2.0 |
1459 | 2025-03-25T21:38:11.808Z | Compiling gimli v0.31.1 |
1460 | 2025-03-25T21:38:12.127Z | Compiling document-features v0.2.10 |
1461 | 2025-03-25T21:38:12.150Z | Compiling sec1 v0.7.3 |
1462 | 2025-03-25T21:38:12.240Z | Compiling publicsuffix v2.3.0 |
1463 | 2025-03-25T21:38:12.429Z | Compiling postgres-protocol v0.6.8 |
1464 | 2025-03-25T21:38:12.653Z | Compiling hostname v0.3.1 |
1465 | 2025-03-25T21:38:12.748Z | Compiling toml_edit v0.22.24 |
1466 | 2025-03-25T21:38:12.875Z | Compiling nix v0.29.0 |
1467 | 2025-03-25T21:38:13.411Z | Compiling group v0.13.0 |
1468 | 2025-03-25T21:38:13.623Z | Compiling num-iter v0.1.45 |
1469 | 2025-03-25T21:38:13.805Z | Compiling tokio-native-tls v0.3.1 |
1470 | 2025-03-25T21:38:13.872Z | Compiling bzip2 v0.4.4 |
1471 | 2025-03-25T21:38:14.203Z | Compiling term v0.7.0 |
1472 | 2025-03-25T21:38:15.231Z | Compiling flate2 v1.1.0 |
1473 | 2025-03-25T21:38:15.557Z | Compiling usdt-macro v0.5.0 |
1474 | 2025-03-25T21:38:15.586Z | Compiling usdt-attr-macro v0.5.0 |
1475 | 2025-03-25T21:38:15.595Z | Compiling phf_shared v0.11.2 |
1476 | 2025-03-25T21:38:15.999Z | Compiling addr2line v0.24.2 |
1477 | 2025-03-25T21:38:16.103Z | Compiling ipnetwork v0.21.1 |
1478 | 2025-03-25T21:38:16.505Z | Compiling slog-json v2.6.1 |
1479 | 2025-03-25T21:38:16.702Z | Compiling serde_urlencoded v0.7.1 |
1480 | 2025-03-25T21:38:16.842Z | Compiling terminal_size v0.4.0 |
1481 | 2025-03-25T21:38:16.862Z | Compiling crossbeam-channel v0.5.13 |
1482 | 2025-03-25T21:38:16.862Z | Compiling futures-executor v0.3.31 |
1483 | 2025-03-25T21:38:17.070Z | Compiling hkdf v0.12.4 |
1484 | 2025-03-25T21:38:17.140Z | Compiling crypto-bigint v0.5.5 |
1485 | 2025-03-25T21:38:17.195Z | Compiling async-stream-impl v0.3.6 |
1486 | 2025-03-25T21:38:17.336Z | Compiling zerocopy-derive v0.6.6 |
1487 | 2025-03-25T21:38:17.371Z | Compiling curve25519-dalek-derive v0.1.1 |
1488 | 2025-03-25T21:38:17.823Z | Compiling rustls-pemfile v2.2.0 |
1489 | 2025-03-25T21:38:18.163Z | Compiling webpki-roots v0.26.6 |
1490 | 2025-03-25T21:38:18.380Z | Compiling sync_wrapper v1.0.1 |
1491 | 2025-03-25T21:38:18.476Z | Compiling is-terminal v0.4.13 |
1492 | 2025-03-25T21:38:18.542Z | Compiling fs-err v2.11.0 |
1493 | 2025-03-25T21:38:18.563Z | Compiling hubpack_derive v0.1.1 |
1494 | 2025-03-25T21:38:18.617Z | Compiling dropshot v0.12.0 |
1495 | 2025-03-25T21:38:18.740Z | Compiling ahash v0.8.11 |
1496 | 2025-03-25T21:38:18.856Z | Compiling object v0.36.5 |
1497 | 2025-03-25T21:38:18.947Z | Compiling ipnet v2.11.0 |
1498 | 2025-03-25T21:38:19.093Z | Compiling anyhow v1.0.97 |
1499 | 2025-03-25T21:38:19.260Z | Compiling take_mut v0.2.2 |
1500 | 2025-03-25T21:38:19.388Z | Compiling unicode-width v0.2.0 |
1501 | 2025-03-25T21:38:19.431Z | Compiling buf-list v1.0.3 |
1502 | 2025-03-25T21:38:19.693Z | Compiling zip v2.1.3 |
1503 | 2025-03-25T21:38:19.789Z | Compiling tower-layer v0.3.3 |
1504 | 2025-03-25T21:38:19.931Z | Compiling winnow v0.5.40 |
1505 | 2025-03-25T21:38:19.957Z | Compiling lockfree-object-pool v0.1.6 |
1506 | 2025-03-25T21:38:20.007Z | Compiling simd-adler32 v0.3.7 |
1507 | 2025-03-25T21:38:20.027Z | Compiling managed v0.8.0 |
1508 | 2025-03-25T21:38:20.068Z | Compiling rustc-demangle v0.1.24 |
1509 | 2025-03-25T21:38:20.217Z | Compiling bumpalo v3.16.0 |
1510 | 2025-03-25T21:38:20.509Z | Compiling clap_builder v4.5.32 |
1511 | 2025-03-25T21:38:20.701Z | Compiling zopfli v0.8.1 |
1512 | 2025-03-25T21:38:21.033Z | Compiling strum_macros v0.25.3 |
1513 | 2025-03-25T21:38:22.475Z | Compiling tower v0.5.2 |
1514 | 2025-03-25T21:38:22.525Z | Compiling elliptic-curve v0.13.8 |
1515 | 2025-03-25T21:38:23.118Z | Compiling toml_edit v0.19.15 |
1516 | 2025-03-25T21:38:23.301Z | Compiling console v0.15.10 |
1517 | 2025-03-25T21:38:23.738Z | Compiling hubpack v0.1.2 |
1518 | 2025-03-25T21:38:24.176Z | Compiling zerocopy v0.6.6 |
1519 | 2025-03-25T21:38:24.659Z | Compiling slog-term v2.9.1 |
1520 | 2025-03-25T21:38:24.688Z | Compiling usdt v0.5.0 |
1521 | 2025-03-25T21:38:24.887Z | Compiling async-stream v0.3.6 |
1522 | 2025-03-25T21:38:25.149Z | Compiling futures v0.3.31 |
1523 | 2025-03-25T21:38:25.183Z | Compiling slog-bunyan v2.5.0 |
1524 | 2025-03-25T21:38:25.273Z | Compiling oxnet v0.1.1 |
1525 | 2025-03-25T21:38:25.412Z | Compiling backtrace v0.3.74 |
1526 | 2025-03-25T21:38:25.744Z | Compiling toml v0.8.20 |
1527 | 2025-03-25T21:38:25.881Z | Compiling phf v0.11.2 |
1528 | 2025-03-25T21:38:26.027Z | Compiling signal-hook-mio v0.2.4 |
1529 | 2025-03-25T21:38:26.150Z | Compiling rayon v1.10.0 |
1530 | 2025-03-25T21:38:26.208Z | Compiling cookie_store v0.21.1 |
1531 | 2025-03-25T21:38:27.246Z | Compiling hyper-tls v0.6.0 |
1532 | 2025-03-25T21:38:27.809Z | Compiling postgres-types v0.2.9 |
1533 | 2025-03-25T21:38:28.701Z | Compiling camino v1.1.9 |
1534 | 2025-03-25T21:38:29.279Z | Compiling ed25519 v2.2.3 |
1535 | 2025-03-25T21:38:29.537Z | Compiling phf_shared v0.10.0 |
1536 | 2025-03-25T21:38:29.930Z | Compiling dropshot_endpoint v0.12.0 |
1537 | 2025-03-25T21:38:30.037Z | Compiling pkcs1 v0.7.5 |
1538 | 2025-03-25T21:38:30.359Z | Compiling waitgroup v0.1.2 |
1539 | 2025-03-25T21:38:30.489Z | Compiling clap_derive v4.5.32 |
1540 | 2025-03-25T21:38:30.591Z | Compiling enum-as-inner v0.6.1 |
1541 | 2025-03-25T21:38:30.957Z | Compiling openapiv3 v2.0.0 |
1542 | 2025-03-25T21:38:31.061Z | Compiling serde_path_to_error v0.1.16 |
1543 | 2025-03-25T21:38:31.636Z | Compiling serde-big-array v0.5.1 |
1544 | 2025-03-25T21:38:31.843Z | Compiling rfc6979 v0.4.0 |
1545 | 2025-03-25T21:38:31.879Z | Compiling sha1 v0.10.6 |
1546 | 2025-03-25T21:38:32.033Z | Compiling serde_repr v0.1.19 |
1547 | 2025-03-25T21:38:32.297Z | Compiling daft-derive v0.1.2 |
1548 | 2025-03-25T21:38:32.438Z | Compiling bstr v1.10.0 |
1549 | 2025-03-25T21:38:33.141Z | Compiling float-cmp v0.10.0 |
1550 | 2025-03-25T21:38:33.396Z | Compiling hostname v0.4.0 |
1551 | 2025-03-25T21:38:33.623Z | Compiling debug-ignore v1.0.5 |
1552 | 2025-03-25T21:38:33.787Z | Compiling normalize-line-endings v0.3.0 |
1553 | 2025-03-25T21:38:33.877Z | Compiling number_prefix v0.4.0 |
1554 | 2025-03-25T21:38:33.924Z | Compiling difflib v0.4.0 |
1555 | 2025-03-25T21:38:33.977Z | Compiling fixedbitset v0.4.2 |
1556 | 2025-03-25T21:38:34.019Z | Compiling predicates-core v1.0.8 |
1557 | 2025-03-25T21:38:34.107Z | Compiling precomputed-hash v0.1.1 |
1558 | 2025-03-25T21:38:34.240Z | Compiling new_debug_unreachable v1.0.6 |
1559 | 2025-03-25T21:38:34.340Z | Compiling data-encoding v2.6.0 |
1560 | 2025-03-25T21:38:34.362Z | Compiling static_assertions v1.1.0 |
1561 | 2025-03-25T21:38:34.448Z | Compiling unicode-segmentation v1.12.0 |
1562 | 2025-03-25T21:38:34.470Z | Compiling whoami v1.5.2 |
1563 | 2025-03-25T21:38:35.901Z | Compiling clap v4.5.32 |
1564 | 2025-03-25T21:38:35.904Z | Compiling hickory-proto v0.24.4 |
1565 | 2025-03-25T21:38:35.904Z | Compiling tokio-postgres v0.7.13 |
1566 | 2025-03-25T21:38:35.904Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1567 | 2025-03-25T21:38:35.904Z | Compiling similar v2.7.0 |
1568 | 2025-03-25T21:38:35.904Z | Compiling predicates v3.1.3 |
1569 | 2025-03-25T21:38:36.276Z | Compiling string_cache v0.8.7 |
1570 | 2025-03-25T21:38:36.716Z | Compiling petgraph v0.6.5 |
1571 | 2025-03-25T21:38:36.782Z | Compiling indicatif v0.17.11 |
1572 | 2025-03-25T21:38:37.302Z | Compiling daft v0.1.2 |
1573 | 2025-03-25T21:38:37.779Z | Compiling ecdsa v0.16.9 |
1574 | 2025-03-25T21:38:38.590Z | Compiling rsa v0.9.6 |
1575 | 2025-03-25T21:38:38.735Z | Compiling ed25519-dalek v2.1.1 |
1576 | 2025-03-25T21:38:40.644Z | Compiling toml v0.7.8 |
1577 | 2025-03-25T21:38:41.105Z | Compiling crossterm v0.28.1 |
1578 | 2025-03-25T21:38:42.085Z | Compiling zip v0.6.6 |
1579 | 2025-03-25T21:38:42.128Z | Compiling tokio-stream v0.1.17 |
1580 | 2025-03-25T21:38:42.545Z | Compiling hex v0.4.3 |
1581 | 2025-03-25T21:38:43.088Z | Compiling x509-cert v0.2.5 |
1582 | 2025-03-25T21:38:43.110Z | Compiling itertools v0.10.5 |
1583 | 2025-03-25T21:38:43.358Z | Compiling lalrpop-util v0.19.12 |
1584 | 2025-03-25T21:38:43.707Z | Compiling peg-runtime v0.8.5 |
1585 | 2025-03-25T21:38:43.759Z | Compiling unicode-xid v0.2.6 |
1586 | 2025-03-25T21:38:43.884Z | Compiling strum_macros v0.26.4 |
1587 | 2025-03-25T21:38:43.964Z | Compiling xattr v1.3.1 |
1588 | 2025-03-25T21:38:44.243Z | Compiling filetime v0.2.25 |
1589 | 2025-03-25T21:38:44.559Z | Compiling tar v0.4.44 |
1590 | 2025-03-25T21:38:48.458Z | Compiling strum v0.26.3 |
1591 | 2025-03-25T21:38:51.519Z | Compiling aws-lc-sys v0.26.0 |
1592 | 2025-03-25T21:39:21.191Z | Compiling rustls-webpki v0.102.8 |
1593 | 2025-03-25T21:39:24.351Z | Compiling tokio-rustls v0.25.0 |
1594 | 2025-03-25T21:39:26.052Z | Compiling tokio-rustls v0.26.0 |
1595 | 2025-03-25T21:39:26.334Z | Compiling hyper-rustls v0.27.3 |
1596 | 2025-03-25T21:39:26.674Z | Compiling reqwest v0.12.12 |
1597 | 2025-03-25T21:39:30.328Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1598 | 2025-03-25T21:39:30.607Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1599 | 2025-03-25T21:39:35.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1600 | 2025-03-25T21:39:35.230Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1601 | 2025-03-25T21:39:35.279Z | Mar 25 21:39:33.843 INFO Starting download, target: Clickhouse |
1602 | 2025-03-25T21:39:35.279Z | Mar 25 21:39:33.843 INFO Starting download, target: Cockroach |
1603 | 2025-03-25T21:39:35.280Z | Mar 25 21:39:33.843 INFO Starting download, target: Console |
1604 | 2025-03-25T21:39:35.280Z | Mar 25 21:39:33.843 INFO Starting download, target: DendriteOpenapi |
1605 | 2025-03-25T21:39:35.280Z | Mar 25 21:39:33.843 INFO Starting download, target: DendriteStub |
1606 | 2025-03-25T21:39:35.280Z | Mar 25 21:39:33.843 INFO Starting download, target: MaghemiteMgd |
1607 | 2025-03-25T21:39:35.280Z | Mar 25 21:39:33.843 INFO Starting download, target: TransceiverControl |
1608 | 2025-03-25T21:39:35.306Z | Mar 25 21:39:33.844 INFO Downloading out/downloads/dpd-58f63f5721d40d1954524879d1ede6b9084c7b3b.json (attempt 1/3), target: DendriteOpenapi |
1609 | 2025-03-25T21:39:35.306Z | Mar 25 21:39:33.844 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1610 | 2025-03-25T21:39:35.306Z | Mar 25 21:39:33.844 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1611 | 2025-03-25T21:39:35.306Z | Mar 25 21:39:33.844 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1612 | 2025-03-25T21:39:35.306Z | Mar 25 21:39:33.844 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1613 | 2025-03-25T21:39:35.307Z | Mar 25 21:39:33.844 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1614 | 2025-03-25T21:39:35.307Z | Mar 25 21:39:33.844 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1615 | 2025-03-25T21:39:35.471Z | Mar 25 21:39:34.030 INFO Download complete, target: DendriteOpenapi |
1616 | 2025-03-25T21:39:35.724Z | Mar 25 21:39:34.257 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1617 | 2025-03-25T21:39:35.909Z | Mar 25 21:39:34.432 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1618 | 2025-03-25T21:39:36.132Z | Mar 25 21:39:34.687 INFO Download complete, target: TransceiverControl |
1619 | 2025-03-25T21:39:36.300Z | Mar 25 21:39:34.839 INFO Download complete, target: Console |
1620 | 2025-03-25T21:39:36.367Z | Mar 25 21:39:34.930 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1621 | 2025-03-25T21:39:36.417Z | Mar 25 21:39:34.983 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1622 | 2025-03-25T21:39:37.001Z | Mar 25 21:39:35.568 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1623 | 2025-03-25T21:39:37.001Z | Mar 25 21:39:35.568 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1624 | 2025-03-25T21:39:37.198Z | Mar 25 21:39:35.765 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1625 | 2025-03-25T21:39:38.957Z | Mar 25 21:39:37.524 INFO Download complete, target: MaghemiteMgd |
1626 | 2025-03-25T21:39:39.366Z | Mar 25 21:39:37.933 INFO Download complete, target: DendriteStub |
1627 | 2025-03-25T21:39:43.410Z | Mar 25 21:39:41.943 INFO Checking that binary works, target: Cockroach |
1628 | 2025-03-25T21:39:43.712Z | Mar 25 21:39:42.212 INFO Download complete, target: Cockroach |
1629 | 2025-03-25T21:39:47.998Z | Mar 25 21:39:46.563 INFO Checking that binary works, target: Clickhouse |
1630 | 2025-03-25T21:39:48.122Z | Mar 25 21:39:46.688 INFO Download complete, target: Clickhouse |
1631 | 2025-03-25T21:39:48.131Z | All prerequisites installed successfully |
1632 | 2025-03-25T21:39:48.135Z | |
1633 | 2025-03-25T21:39:48.135Z | real 6:57.276522445 |
1634 | 2025-03-25T21:39:48.135Z | user 15:36.564352375 |
1635 | 2025-03-25T21:39:48.135Z | sys 2:09.482348657 |
1636 | 2025-03-25T21:39:48.135Z | trap 0.605427564 |
1637 | 2025-03-25T21:39:48.135Z | tflt 0.938451303 |
1638 | 2025-03-25T21:39:48.135Z | dflt 1.186222382 |
1639 | 2025-03-25T21:39:48.136Z | kflt 0.029266146 |
1640 | 2025-03-25T21:39:48.136Z | lock 23:58.516753560 |
1641 | 2025-03-25T21:39:48.136Z | slp 59:53.286869521 |
1642 | 2025-03-25T21:39:48.136Z | lat 1:03.246730266 |
1643 | 2025-03-25T21:39:48.136Z | stop 2:24.577239436 |
1644 | 2025-03-25T21:39:48.136Z | + ptime -m cargo xtask download softnpu |
1645 | 2025-03-25T21:39:48.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1646 | 2025-03-25T21:39:48.763Z | Running `target/debug/xtask download softnpu` |
1647 | 2025-03-25T21:39:49.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1648 | 2025-03-25T21:39:49.701Z | Running `target/debug/xtask-downloader softnpu` |
1649 | 2025-03-25T21:39:49.744Z | Mar 25 21:39:48.308 INFO Starting download, target: Softnpu |
1650 | 2025-03-25T21:39:49.747Z | Mar 25 21:39:48.309 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1651 | 2025-03-25T21:39:50.540Z | Mar 25 21:39:49.104 INFO Download complete, target: Softnpu |
1652 | 2025-03-25T21:39:50.544Z | |
1653 | 2025-03-25T21:39:50.547Z | real 2.405293827 |
1654 | 2025-03-25T21:39:50.547Z | user 1.396175007 |
1655 | 2025-03-25T21:39:50.547Z | sys 0.574348225 |
1656 | 2025-03-25T21:39:50.547Z | trap 0.000953988 |
1657 | 2025-03-25T21:39:50.547Z | tflt 0.000021054 |
1658 | 2025-03-25T21:39:50.547Z | dflt 0.000105839 |
1659 | 2025-03-25T21:39:50.547Z | kflt 0.000000000 |
1660 | 2025-03-25T21:39:50.547Z | lock 8.430853337 |
1661 | 2025-03-25T21:39:50.547Z | slp 0.636025006 |
1662 | 2025-03-25T21:39:50.548Z | lat 0.070873258 |
1663 | 2025-03-25T21:39:50.548Z | stop 0.000191711 |
1664 | 2025-03-25T21:39:50.548Z | + export CARGO_INCREMENTAL=0 |
1665 | 2025-03-25T21:39:50.548Z | + CARGO_INCREMENTAL=0 |
1666 | 2025-03-25T21:39:50.548Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1667 | 2025-03-25T21:39:51.560Z | Compiling proc-macro2 v1.0.94 |
1668 | 2025-03-25T21:39:51.560Z | Compiling unicode-ident v1.0.14 |
1669 | 2025-03-25T21:39:51.563Z | Compiling libc v0.2.170 |
1670 | 2025-03-25T21:39:51.563Z | Compiling serde v1.0.218 |
1671 | 2025-03-25T21:39:51.563Z | Compiling autocfg v1.4.0 |
1672 | 2025-03-25T21:39:51.563Z | Compiling cfg-if v1.0.0 |
1673 | 2025-03-25T21:39:51.563Z | Compiling version_check v0.9.5 |
1674 | 2025-03-25T21:39:51.850Z | Compiling memchr v2.7.4 |
1675 | 2025-03-25T21:39:51.871Z | Compiling shlex v1.3.0 |
1676 | 2025-03-25T21:39:51.888Z | Compiling typenum v1.17.0 |
1677 | 2025-03-25T21:39:52.212Z | Compiling value-bag v1.9.0 |
1678 | 2025-03-25T21:39:52.345Z | Compiling generic-array v0.14.7 |
1679 | 2025-03-25T21:39:52.396Z | Compiling lock_api v0.4.12 |
1680 | 2025-03-25T21:39:52.662Z | Compiling log v0.4.22 |
1681 | 2025-03-25T21:39:52.736Z | Compiling serde_json v1.0.139 |
1682 | 2025-03-25T21:39:52.904Z | Compiling scopeguard v1.2.0 |
1683 | 2025-03-25T21:39:53.079Z | Compiling parking_lot_core v0.9.10 |
1684 | 2025-03-25T21:39:53.097Z | Compiling libm v0.2.8 |
1685 | 2025-03-25T21:39:53.368Z | Compiling quote v1.0.39 |
1686 | 2025-03-25T21:39:53.457Z | Compiling jobserver v0.1.32 |
1687 | 2025-03-25T21:39:53.478Z | Compiling num-traits v0.2.19 |
1688 | 2025-03-25T21:39:53.499Z | Compiling rustix v0.38.37 |
1689 | 2025-03-25T21:39:53.609Z | Compiling semver v1.0.25 |
1690 | 2025-03-25T21:39:53.817Z | Compiling syn v2.0.98 |
1691 | 2025-03-25T21:39:53.868Z | Compiling cc v1.2.15 |
1692 | 2025-03-25T21:39:53.958Z | Compiling getrandom v0.2.15 |
1693 | 2025-03-25T21:39:54.004Z | Compiling aho-corasick v1.1.3 |
1694 | 2025-03-25T21:39:54.091Z | Compiling getrandom v0.3.1 |
1695 | 2025-03-25T21:39:54.154Z | Compiling regex-syntax v0.8.5 |
1696 | 2025-03-25T21:39:54.172Z | Compiling either v1.14.0 |
1697 | 2025-03-25T21:39:54.492Z | Compiling itoa v1.0.11 |
1698 | 2025-03-25T21:39:54.580Z | Compiling once_cell v1.20.3 |
1699 | 2025-03-25T21:39:54.612Z | Compiling thiserror v1.0.69 |
1700 | 2025-03-25T21:39:54.989Z | Compiling spin v0.9.8 |
1701 | 2025-03-25T21:39:55.259Z | Compiling errno v0.3.9 |
1702 | 2025-03-25T21:39:55.363Z | Compiling slab v0.4.9 |
1703 | 2025-03-25T21:39:55.507Z | Compiling rand_core v0.6.4 |
1704 | 2025-03-25T21:39:55.872Z | Compiling glob v0.3.2 |
1705 | 2025-03-25T21:39:55.987Z | Compiling prettyplease v0.2.30 |
1706 | 2025-03-25T21:39:56.325Z | Compiling lazy_static v1.5.0 |
1707 | 2025-03-25T21:39:56.401Z | Compiling smallvec v1.14.0 |
1708 | 2025-03-25T21:39:56.463Z | Compiling minimal-lexical v0.2.1 |
1709 | 2025-03-25T21:39:56.570Z | Compiling clang-sys v1.8.1 |
1710 | 2025-03-25T21:39:56.871Z | Compiling nom v7.1.3 |
1711 | 2025-03-25T21:39:56.936Z | Compiling libloading v0.8.5 |
1712 | 2025-03-25T21:39:57.026Z | Compiling equivalent v1.0.1 |
1713 | 2025-03-25T21:39:57.075Z | Compiling foldhash v0.1.3 |
1714 | 2025-03-25T21:39:57.148Z | Compiling allocator-api2 v0.2.18 |
1715 | 2025-03-25T21:39:57.275Z | Compiling pkg-config v0.3.31 |
1716 | 2025-03-25T21:39:57.299Z | Compiling home v0.5.9 |
1717 | 2025-03-25T21:39:57.358Z | Compiling bindgen v0.69.5 |
1718 | 2025-03-25T21:39:57.814Z | Compiling regex-automata v0.4.8 |
1719 | 2025-03-25T21:39:57.904Z | Compiling hashbrown v0.15.1 |
1720 | 2025-03-25T21:39:58.296Z | Compiling itertools v0.12.1 |
1721 | 2025-03-25T21:39:58.757Z | Compiling lazycell v1.3.0 |
1722 | 2025-03-25T21:39:58.955Z | Compiling subtle v2.6.1 |
1723 | 2025-03-25T21:39:59.098Z | Compiling rustc-hash v1.1.0 |
1724 | 2025-03-25T21:39:59.266Z | Compiling cmake v0.1.51 |
1725 | 2025-03-25T21:39:59.286Z | Compiling dunce v1.0.5 |
1726 | 2025-03-25T21:39:59.415Z | Compiling fs_extra v1.3.0 |
1727 | 2025-03-25T21:39:59.435Z | Compiling ryu v1.0.18 |
1728 | 2025-03-25T21:39:59.906Z | Compiling cexpr v0.6.0 |
1729 | 2025-03-25T21:40:00.020Z | Compiling schemars v0.8.22 |
1730 | 2025-03-25T21:40:00.042Z | Compiling paste v1.0.15 |
1731 | 2025-03-25T21:40:00.647Z | Compiling pin-project-lite v0.2.14 |
1732 | 2025-03-25T21:40:00.800Z | Compiling ring v0.17.11 |
1733 | 2025-03-25T21:40:01.140Z | Compiling synstructure v0.13.1 |
1734 | 2025-03-25T21:40:01.555Z | Compiling serde_derive_internals v0.29.1 |
1735 | 2025-03-25T21:40:02.182Z | Compiling byteorder v1.5.0 |
1736 | 2025-03-25T21:40:02.392Z | Compiling aws-lc-rs v1.12.4 |
1737 | 2025-03-25T21:40:02.661Z | Compiling regex v1.11.1 |
1738 | 2025-03-25T21:40:03.558Z | Compiling signal-hook-registry v1.4.2 |
1739 | 2025-03-25T21:40:03.640Z | Compiling const-oid v0.9.6 |
1740 | 2025-03-25T21:40:03.766Z | Compiling fnv v1.0.7 |
1741 | 2025-03-25T21:40:03.970Z | Compiling parking_lot v0.12.3 |
1742 | 2025-03-25T21:40:04.767Z | Compiling serde_derive v1.0.218 |
1743 | 2025-03-25T21:40:04.974Z | Compiling zeroize_derive v1.4.2 |
1744 | 2025-03-25T21:40:05.421Z | Compiling tokio-macros v2.5.0 |
1745 | 2025-03-25T21:40:05.609Z | Compiling thiserror-impl v1.0.69 |
1746 | 2025-03-25T21:40:05.629Z | Compiling zerocopy-derive v0.7.35 |
1747 | 2025-03-25T21:40:06.015Z | Compiling zerofrom-derive v0.1.4 |
1748 | 2025-03-25T21:40:06.047Z | Compiling yoke-derive v0.7.4 |
1749 | 2025-03-25T21:40:06.270Z | Compiling zeroize v1.8.1 |
1750 | 2025-03-25T21:40:06.725Z | Compiling displaydoc v0.2.5 |
1751 | 2025-03-25T21:40:06.779Z | Compiling zerovec-derive v0.10.3 |
1752 | 2025-03-25T21:40:06.833Z | Compiling futures-macro v0.3.31 |
1753 | 2025-03-25T21:40:08.141Z | Compiling schemars_derive v0.8.22 |
1754 | 2025-03-25T21:40:08.471Z | Compiling crypto-common v0.1.6 |
1755 | 2025-03-25T21:40:08.494Z | Compiling icu_provider_macros v1.5.0 |
1756 | 2025-03-25T21:40:08.535Z | Compiling tracing-attributes v0.1.27 |
1757 | 2025-03-25T21:40:08.715Z | Compiling mio v1.0.2 |
1758 | 2025-03-25T21:40:09.273Z | Compiling stable_deref_trait v1.2.0 |
1759 | 2025-03-25T21:40:09.406Z | Compiling heck v0.5.0 |
1760 | 2025-03-25T21:40:09.644Z | Compiling block-buffer v0.10.4 |
1761 | 2025-03-25T21:40:09.672Z | Compiling der_derive v0.7.3 |
1762 | 2025-03-25T21:40:09.925Z | Compiling socket2 v0.5.8 |
1763 | 2025-03-25T21:40:10.057Z | Compiling httparse v1.9.5 |
1764 | 2025-03-25T21:40:10.675Z | Compiling vcpkg v0.2.15 |
1765 | 2025-03-25T21:40:11.323Z | Compiling digest v0.10.7 |
1766 | 2025-03-25T21:40:11.539Z | Compiling futures-core v0.3.31 |
1767 | 2025-03-25T21:40:11.560Z | Compiling time-core v0.1.2 |
1768 | 2025-03-25T21:40:11.731Z | Compiling num-conv v0.1.0 |
1769 | 2025-03-25T21:40:11.753Z | Compiling crossbeam-utils v0.8.20 |
1770 | 2025-03-25T21:40:11.796Z | Compiling zerocopy v0.8.10 |
1771 | 2025-03-25T21:40:11.935Z | Compiling openssl-sys v0.9.106 |
1772 | 2025-03-25T21:40:12.013Z | Compiling time-macros v0.2.18 |
1773 | 2025-03-25T21:40:12.559Z | Compiling zerocopy v0.7.35 |
1774 | 2025-03-25T21:40:13.288Z | Compiling zerocopy-derive v0.8.10 |
1775 | 2025-03-25T21:40:13.923Z | Compiling futures-sink v0.3.31 |
1776 | 2025-03-25T21:40:14.189Z | Compiling syn v1.0.109 |
1777 | 2025-03-25T21:40:14.380Z | Compiling iana-time-zone v0.1.61 |
1778 | 2025-03-25T21:40:14.703Z | Compiling slog v2.7.0 |
1779 | 2025-03-25T21:40:14.783Z | Compiling cpufeatures v0.2.14 |
1780 | 2025-03-25T21:40:15.147Z | Compiling openssl v0.10.71 |
1781 | 2025-03-25T21:40:15.177Z | Compiling hmac v0.12.1 |
1782 | 2025-03-25T21:40:15.409Z | Compiling zerofrom v0.1.4 |
1783 | 2025-03-25T21:40:15.659Z | Compiling yoke v0.7.4 |
1784 | 2025-03-25T21:40:15.812Z | Compiling futures-channel v0.3.31 |
1785 | 2025-03-25T21:40:16.030Z | Compiling block-padding v0.3.3 |
1786 | 2025-03-25T21:40:16.047Z | Compiling scroll_derive v0.12.0 |
1787 | 2025-03-25T21:40:16.140Z | Compiling openssl-macros v0.1.1 |
1788 | 2025-03-25T21:40:16.271Z | Compiling futures-task v0.3.31 |
1789 | 2025-03-25T21:40:16.300Z | Compiling rustls v0.23.19 |
1790 | 2025-03-25T21:40:16.327Z | Compiling pin-utils v0.1.0 |
1791 | 2025-03-25T21:40:16.447Z | Compiling futures-io v0.3.31 |
1792 | 2025-03-25T21:40:16.572Z | Compiling bitflags v2.6.0 |
1793 | 2025-03-25T21:40:16.614Z | Compiling bytes v1.10.1 |
1794 | 2025-03-25T21:40:17.322Z | Compiling indexmap v2.7.1 |
1795 | 2025-03-25T21:40:17.878Z | Compiling uuid v1.15.1 |
1796 | 2025-03-25T21:40:18.152Z | Compiling tokio v1.43.0 |
1797 | 2025-03-25T21:40:19.269Z | Compiling chrono v0.4.40 |
1798 | 2025-03-25T21:40:21.043Z | Compiling which v4.4.2 |
1799 | 2025-03-25T21:40:21.530Z | Compiling serde_tokenstream v0.2.2 |
1800 | 2025-03-25T21:40:22.094Z | Compiling rustc_version v0.4.1 |
1801 | 2025-03-25T21:40:22.766Z | Compiling ucd-trie v0.1.7 |
1802 | 2025-03-25T21:40:23.223Z | Compiling native-tls v0.2.12 |
1803 | 2025-03-25T21:40:23.615Z | Compiling dyn-clone v1.0.19 |
1804 | 2025-03-25T21:40:23.864Z | Compiling pest v2.7.14 |
1805 | 2025-03-25T21:40:23.918Z | Compiling http v1.2.0 |
1806 | 2025-03-25T21:40:25.688Z | Compiling futures-util v0.3.31 |
1807 | 2025-03-25T21:40:25.902Z | Compiling inout v0.1.3 |
1808 | 2025-03-25T21:40:26.165Z | Compiling zerovec v0.10.4 |
1809 | 2025-03-25T21:40:27.598Z | Compiling strsim v0.11.1 |
1810 | 2025-03-25T21:40:28.241Z | Compiling pest_meta v2.7.14 |
1811 | 2025-03-25T21:40:29.906Z | Compiling cipher v0.4.4 |
1812 | 2025-03-25T21:40:30.381Z | Compiling serde_spanned v0.6.8 |
1813 | 2025-03-25T21:40:30.630Z | Compiling toml_datetime v0.6.8 |
1814 | 2025-03-25T21:40:30.967Z | Compiling sha2 v0.10.8 |
1815 | 2025-03-25T21:40:31.053Z | Compiling cookie v0.18.1 |
1816 | 2025-03-25T21:40:31.393Z | Compiling base64ct v1.6.0 |
1817 | 2025-03-25T21:40:31.749Z | Compiling pest_generator v2.7.14 |
1818 | 2025-03-25T21:40:31.768Z | Compiling tinystr v0.7.6 |
1819 | 2025-03-25T21:40:31.941Z | Compiling pem-rfc7468 v0.7.0 |
1820 | 2025-03-25T21:40:32.477Z | Compiling tracing-core v0.1.32 |
1821 | 2025-03-25T21:40:33.204Z | Compiling aws-lc-sys v0.26.0 |
1822 | 2025-03-25T21:40:33.404Z | Compiling litemap v0.7.3 |
1823 | 2025-03-25T21:40:33.798Z | Compiling writeable v0.5.5 |
1824 | 2025-03-25T21:40:34.408Z | Compiling flagset v0.4.6 |
1825 | 2025-03-25T21:40:34.614Z | Compiling der v0.7.9 |
1826 | 2025-03-25T21:40:34.634Z | Compiling icu_locid v1.5.0 |
1827 | 2025-03-25T21:40:36.695Z | Compiling pest_derive v2.7.14 |
1828 | 2025-03-25T21:40:37.470Z | Compiling tracing v0.1.40 |
1829 | 2025-03-25T21:40:38.282Z | Compiling usdt-impl v0.5.0 |
1830 | 2025-03-25T21:40:38.400Z | Compiling rayon-core v1.12.1 |
1831 | 2025-03-25T21:40:38.616Z | Compiling rustls-pki-types v1.10.0 |
1832 | 2025-03-25T21:40:38.721Z | Compiling spki v0.7.3 |
1833 | 2025-03-25T21:40:39.062Z | Compiling icu_provider v1.5.0 |
1834 | 2025-03-25T21:40:41.001Z | Compiling salsa20 v0.10.2 |
1835 | 2025-03-25T21:40:41.052Z | Compiling tokio-util v0.7.13 |
1836 | 2025-03-25T21:40:41.228Z | Compiling scroll v0.12.0 |
1837 | 2025-03-25T21:40:41.728Z | Compiling ppv-lite86 v0.2.20 |
1838 | 2025-03-25T21:40:41.732Z | Compiling pbkdf2 v0.12.2 |
1839 | 2025-03-25T21:40:42.573Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1840 | 2025-03-25T21:40:42.694Z | Compiling plain v0.2.3 |
1841 | 2025-03-25T21:40:42.849Z | Compiling powerfmt v0.2.0 |
1842 | 2025-03-25T21:40:42.911Z | Compiling camino v1.1.9 |
1843 | 2025-03-25T21:40:43.049Z | Compiling percent-encoding v2.3.1 |
1844 | 2025-03-25T21:40:43.303Z | Compiling untrusted v0.7.1 |
1845 | 2025-03-25T21:40:43.455Z | Compiling litrs v0.4.1 |
1846 | 2025-03-25T21:40:43.489Z | Compiling winnow v0.5.40 |
1847 | 2025-03-25T21:40:43.509Z | Compiling anyhow v1.0.97 |
1848 | 2025-03-25T21:40:43.652Z | Compiling icu_locid_transform_data v1.5.0 |
1849 | 2025-03-25T21:40:43.771Z | Compiling rustversion v1.0.17 |
1850 | 2025-03-25T21:40:44.042Z | Compiling untrusted v0.9.0 |
1851 | 2025-03-25T21:40:44.350Z | Compiling document-features v0.2.10 |
1852 | 2025-03-25T21:40:44.384Z | Compiling icu_locid_transform v1.5.0 |
1853 | 2025-03-25T21:40:44.959Z | Compiling deranged v0.3.11 |
1854 | 2025-03-25T21:40:45.284Z | Compiling goblin v0.8.2 |
1855 | 2025-03-25T21:40:46.647Z | Compiling toml_edit v0.19.15 |
1856 | 2025-03-25T21:40:46.678Z | Compiling scrypt v0.11.0 |
1857 | 2025-03-25T21:40:46.761Z | Compiling aes v0.8.4 |
1858 | 2025-03-25T21:40:47.143Z | Compiling cbc v0.1.2 |
1859 | 2025-03-25T21:40:47.371Z | Compiling icu_collections v1.5.0 |
1860 | 2025-03-25T21:40:51.251Z | Compiling pretty-hex v0.4.1 |
1861 | 2025-03-25T21:40:51.499Z | Compiling rustls v0.22.4 |
1862 | 2025-03-25T21:40:52.161Z | Compiling icu_properties_data v1.5.0 |
1863 | 2025-03-25T21:40:52.182Z | Compiling num_threads v0.1.7 |
1864 | 2025-03-25T21:40:52.330Z | Compiling atomic-waker v1.1.2 |
1865 | 2025-03-25T21:40:52.715Z | Compiling icu_properties v1.5.1 |
1866 | 2025-03-25T21:40:52.779Z | Compiling time v0.3.36 |
1867 | 2025-03-25T21:40:53.501Z | Compiling dof v0.3.0 |
1868 | 2025-03-25T21:40:57.231Z | Compiling pkcs5 v0.7.1 |
1869 | 2025-03-25T21:40:58.453Z | Compiling dtrace-parser v0.2.0 |
1870 | 2025-03-25T21:40:59.562Z | Compiling http-body v1.0.1 |
1871 | 2025-03-25T21:40:59.565Z | Compiling heapless v0.7.17 |
1872 | 2025-03-25T21:40:59.565Z | Compiling async-trait v0.1.87 |
1873 | 2025-03-25T21:40:59.565Z | Compiling thread-id v4.2.2 |
1874 | 2025-03-25T21:40:59.565Z | Compiling icu_normalizer_data v1.5.0 |
1875 | 2025-03-25T21:40:59.662Z | Compiling utf16_iter v1.0.5 |
1876 | 2025-03-25T21:40:59.887Z | Compiling utf8_iter v1.0.4 |
1877 | 2025-03-25T21:40:59.979Z | Compiling newtype-uuid v1.2.1 |
1878 | 2025-03-25T21:41:00.236Z | Compiling signal-hook v0.3.17 |
1879 | 2025-03-25T21:41:00.305Z | Compiling try-lock v0.2.5 |
1880 | 2025-03-25T21:41:00.495Z | Compiling write16 v1.0.0 |
1881 | 2025-03-25T21:41:00.646Z | Compiling want v0.3.1 |
1882 | 2025-03-25T21:41:00.746Z | Compiling icu_normalizer v1.5.0 |
1883 | 2025-03-25T21:41:03.073Z | Compiling pkcs8 v0.10.2 |
1884 | 2025-03-25T21:41:03.411Z | Compiling h2 v0.4.6 |
1885 | 2025-03-25T21:41:03.684Z | Compiling form_urlencoded v1.2.1 |
1886 | 2025-03-25T21:41:04.586Z | Compiling multer v3.1.0 |
1887 | 2025-03-25T21:41:05.302Z | Compiling tinyvec_macros v0.1.1 |
1888 | 2025-03-25T21:41:05.408Z | Compiling adler2 v2.0.0 |
1889 | 2025-03-25T21:41:05.508Z | Compiling tower-service v0.3.3 |
1890 | 2025-03-25T21:41:05.591Z | Compiling slog-async v2.8.0 |
1891 | 2025-03-25T21:41:05.666Z | Compiling httpdate v1.0.3 |
1892 | 2025-03-25T21:41:06.071Z | Compiling miniz_oxide v0.8.5 |
1893 | 2025-03-25T21:41:06.335Z | Compiling tinyvec v1.8.0 |
1894 | 2025-03-25T21:41:08.195Z | Compiling idna_adapter v1.2.0 |
1895 | 2025-03-25T21:41:09.799Z | Compiling curve25519-dalek v4.1.3 |
1896 | 2025-03-25T21:41:10.309Z | Compiling memoffset v0.9.1 |
1897 | 2025-03-25T21:41:10.663Z | Compiling num-bigint-dig v0.8.4 |
1898 | 2025-03-25T21:41:11.339Z | Compiling foreign-types-shared v0.1.1 |
1899 | 2025-03-25T21:41:11.387Z | Compiling smoltcp v0.9.1 |
1900 | 2025-03-25T21:41:11.615Z | Compiling hyper v1.6.0 |
1901 | 2025-03-25T21:41:11.983Z | Compiling portable-atomic v1.9.0 |
1902 | 2025-03-25T21:41:12.885Z | Compiling base64 v0.22.1 |
1903 | 2025-03-25T21:41:13.347Z | Compiling foreign-types v0.3.2 |
1904 | 2025-03-25T21:41:14.045Z | Compiling rand_core v0.9.2 |
1905 | 2025-03-25T21:41:14.859Z | Compiling hyper-util v0.1.10 |
1906 | 2025-03-25T21:41:15.068Z | Compiling idna v1.0.3 |
1907 | 2025-03-25T21:41:19.785Z | Compiling usdt-macro v0.5.0 |
1908 | 2025-03-25T21:41:21.106Z | Compiling usdt-attr-macro v0.5.0 |
1909 | 2025-03-25T21:41:22.741Z | Compiling openapiv3 v2.0.0 |
1910 | 2025-03-25T21:41:22.864Z | Compiling async-stream-impl v0.3.6 |
1911 | 2025-03-25T21:41:23.765Z | Compiling heck v0.4.1 |
1912 | 2025-03-25T21:41:23.823Z | Compiling cfg_aliases v0.2.1 |
1913 | 2025-03-25T21:41:23.934Z | Compiling siphasher v0.3.11 |
1914 | 2025-03-25T21:41:24.057Z | Compiling ident_case v1.0.1 |
1915 | 2025-03-25T21:41:24.144Z | Compiling nix v0.29.0 |
1916 | 2025-03-25T21:41:24.499Z | Compiling darling_core v0.20.10 |
1917 | 2025-03-25T21:41:31.637Z | Compiling rand_chacha v0.9.0 |
1918 | 2025-03-25T21:41:32.296Z | Compiling unicode-normalization v0.1.24 |
1919 | 2025-03-25T21:41:32.570Z | Compiling http-body-util v0.1.2 |
1920 | 2025-03-25T21:41:33.626Z | Compiling crossbeam-epoch v0.9.18 |
1921 | 2025-03-25T21:41:35.463Z | Compiling rand_chacha v0.3.1 |
1922 | 2025-03-25T21:41:36.363Z | Compiling ipnetwork v0.21.1 |
1923 | 2025-03-25T21:41:36.818Z | Compiling hubpack_derive v0.1.1 |
1924 | 2025-03-25T21:41:37.486Z | Compiling signature v2.2.0 |
1925 | 2025-03-25T21:41:37.655Z | Compiling zerocopy-derive v0.6.6 |
1926 | 2025-03-25T21:41:37.722Z | Compiling daft-derive v0.1.2 |
1927 | 2025-03-25T21:41:39.232Z | Compiling curve25519-dalek-derive v0.1.1 |
1928 | 2025-03-25T21:41:39.403Z | Compiling dirs-sys-next v0.1.2 |
1929 | 2025-03-25T21:41:39.848Z | Compiling fs-err v2.11.0 |
1930 | 2025-03-25T21:41:39.935Z | Compiling ahash v0.8.11 |
1931 | 2025-03-25T21:41:40.191Z | Compiling dropshot v0.12.0 |
1932 | 2025-03-25T21:41:40.287Z | Compiling crc32fast v1.4.2 |
1933 | 2025-03-25T21:41:40.515Z | Compiling encoding_rs v0.8.34 |
1934 | 2025-03-25T21:41:40.540Z | Compiling openssl-probe v0.1.5 |
1935 | 2025-03-25T21:41:40.601Z | Compiling gimli v0.31.1 |
1936 | 2025-03-25T21:41:41.031Z | Compiling unicode-bidi v0.3.17 |
1937 | 2025-03-25T21:41:42.130Z | Compiling mime v0.3.17 |
1938 | 2025-03-25T21:41:42.171Z | Compiling unicode-properties v0.1.3 |
1939 | 2025-03-25T21:41:42.582Z | Compiling utf8parse v0.2.2 |
1940 | 2025-03-25T21:41:43.052Z | Compiling buf-list v1.0.3 |
1941 | 2025-03-25T21:41:43.146Z | Compiling anstyle v1.0.10 |
1942 | 2025-03-25T21:41:43.544Z | Compiling zip v2.1.3 |
1943 | 2025-03-25T21:41:43.896Z | Compiling anstyle-parse v0.2.5 |
1944 | 2025-03-25T21:41:44.115Z | Compiling stringprep v0.1.5 |
1945 | 2025-03-25T21:41:44.942Z | Compiling dirs-next v2.0.0 |
1946 | 2025-03-25T21:41:45.207Z | Compiling addr2line v0.24.2 |
1947 | 2025-03-25T21:41:45.248Z | Compiling rand v0.8.5 |
1948 | 2025-03-25T21:41:47.127Z | Compiling crossbeam-deque v0.8.5 |
1949 | 2025-03-25T21:41:47.504Z | Compiling rand v0.9.0 |
1950 | 2025-03-25T21:41:47.701Z | Compiling darling_macro v0.20.10 |
1951 | 2025-03-25T21:41:48.662Z | Compiling url v2.5.3 |
1952 | 2025-03-25T21:41:50.277Z | Compiling rustls-webpki v0.102.8 |
1953 | 2025-03-25T21:41:50.395Z | Compiling serde_urlencoded v0.7.1 |
1954 | 2025-03-25T21:41:50.944Z | Compiling rustls-pemfile v2.2.0 |
1955 | 2025-03-25T21:41:51.153Z | Compiling md-5 v0.10.6 |
1956 | 2025-03-25T21:41:51.438Z | Compiling num-integer v0.1.46 |
1957 | 2025-03-25T21:41:51.728Z | Compiling hash32 v0.2.1 |
1958 | 2025-03-25T21:41:51.922Z | Compiling ff v0.13.0 |
1959 | 2025-03-25T21:41:52.099Z | Compiling thread_local v1.1.8 |
1960 | 2025-03-25T21:41:52.102Z | Compiling object v0.36.5 |
1961 | 2025-03-25T21:41:52.496Z | Compiling psl-types v2.0.11 |
1962 | 2025-03-25T21:41:52.692Z | Compiling winnow v0.7.3 |
1963 | 2025-03-25T21:41:54.634Z | Compiling anstyle-query v1.1.1 |
1964 | 2025-03-25T21:41:54.810Z | Compiling fallible-iterator v0.2.0 |
1965 | 2025-03-25T21:41:55.440Z | Compiling rustc-demangle v0.1.24 |
1966 | 2025-03-25T21:41:56.095Z | Compiling is_terminal_polyfill v1.70.1 |
1967 | 2025-03-25T21:41:56.695Z | Compiling colorchoice v1.0.2 |
1968 | 2025-03-25T21:41:56.733Z | Compiling base16ct v0.2.0 |
1969 | 2025-03-25T21:41:56.870Z | Compiling match_cfg v0.1.0 |
1970 | 2025-03-25T21:41:56.977Z | Compiling hostname v0.3.1 |
1971 | 2025-03-25T21:41:57.019Z | Compiling sec1 v0.7.3 |
1972 | 2025-03-25T21:41:57.190Z | Compiling anstream v0.6.15 |
1973 | 2025-03-25T21:41:57.557Z | Compiling toml_edit v0.22.24 |
1974 | 2025-03-25T21:41:57.722Z | Compiling postgres-protocol v0.6.8 |
1975 | 2025-03-25T21:41:57.757Z | Compiling publicsuffix v2.3.0 |
1976 | 2025-03-25T21:41:58.099Z | Compiling tokio-rustls v0.26.0 |
1977 | 2025-03-25T21:41:58.848Z | Compiling group v0.13.0 |
1978 | 2025-03-25T21:41:59.174Z | Compiling num-iter v0.1.45 |
1979 | 2025-03-25T21:42:00.090Z | Compiling backtrace v0.3.74 |
1980 | 2025-03-25T21:42:02.933Z | Compiling darling v0.20.10 |
1981 | 2025-03-25T21:42:03.099Z | Compiling bzip2 v0.4.4 |
1982 | 2025-03-25T21:42:03.475Z | Compiling term v0.7.0 |
1983 | 2025-03-25T21:42:03.634Z | Compiling tokio-native-tls v0.3.1 |
1984 | 2025-03-25T21:42:03.962Z | Compiling flate2 v1.1.0 |
1985 | 2025-03-25T21:42:04.154Z | Compiling phf_shared v0.11.2 |
1986 | 2025-03-25T21:42:04.516Z | Compiling strum_macros v0.25.3 |
1987 | 2025-03-25T21:42:04.568Z | Compiling slog-json v2.6.1 |
1988 | 2025-03-25T21:42:05.271Z | Compiling crossbeam-channel v0.5.13 |
1989 | 2025-03-25T21:42:05.669Z | Compiling webpki-roots v0.26.6 |
1990 | 2025-03-25T21:42:06.162Z | Compiling futures-executor v0.3.31 |
1991 | 2025-03-25T21:42:06.218Z | Compiling dropshot_endpoint v0.12.0 |
1992 | 2025-03-25T21:42:06.624Z | Compiling terminal_size v0.4.0 |
1993 | 2025-03-25T21:42:06.907Z | Compiling hkdf v0.12.4 |
1994 | 2025-03-25T21:42:07.114Z | Compiling sync_wrapper v1.0.1 |
1995 | 2025-03-25T21:42:07.286Z | Compiling clap_derive v4.5.32 |
1996 | 2025-03-25T21:42:07.318Z | Compiling enum-as-inner v0.6.1 |
1997 | 2025-03-25T21:42:07.561Z | Compiling crypto-bigint v0.5.5 |
1998 | 2025-03-25T21:42:07.717Z | Compiling serde_repr v0.1.19 |
1999 | 2025-03-25T21:42:08.358Z | Compiling regress v0.10.3 |
2000 | 2025-03-25T21:42:08.759Z | Compiling memmap v0.7.0 |
2001 | 2025-03-25T21:42:09.077Z | Compiling is-terminal v0.4.13 |
2002 | 2025-03-25T21:42:09.842Z | Compiling managed v0.8.0 |
2003 | 2025-03-25T21:42:10.267Z | Compiling take_mut v0.2.2 |
2004 | 2025-03-25T21:42:10.450Z | Compiling ipnet v2.11.0 |
2005 | 2025-03-25T21:42:10.574Z | Compiling bitflags v1.3.2 |
2006 | 2025-03-25T21:42:10.699Z | Compiling bumpalo v3.16.0 |
2007 | 2025-03-25T21:42:11.248Z | Compiling tower-layer v0.3.3 |
2008 | 2025-03-25T21:42:11.267Z | Compiling clap_lex v0.7.4 |
2009 | 2025-03-25T21:42:11.337Z | Compiling lockfree-object-pool v0.1.6 |
2010 | 2025-03-25T21:42:11.750Z | Compiling simd-adler32 v0.3.7 |
2011 | 2025-03-25T21:42:11.757Z | Compiling unicode-width v0.2.0 |
2012 | 2025-03-25T21:42:12.005Z | Compiling tower v0.5.2 |
2013 | 2025-03-25T21:42:12.196Z | Compiling console v0.15.10 |
2014 | 2025-03-25T21:42:12.414Z | Compiling typify-impl v0.2.0 |
2015 | 2025-03-25T21:42:12.778Z | Compiling zopfli v0.8.1 |
2016 | 2025-03-25T21:42:13.357Z | Compiling clap_builder v4.5.32 |
2017 | 2025-03-25T21:42:15.493Z | Compiling elliptic-curve v0.13.8 |
2018 | 2025-03-25T21:42:15.904Z | Compiling slog-term v2.9.1 |
2019 | 2025-03-25T21:42:16.120Z | Compiling usdt v0.5.0 |
2020 | 2025-03-25T21:42:16.154Z | Compiling oxnet v0.1.1 |
2021 | 2025-03-25T21:42:16.553Z | Compiling futures v0.3.31 |
2022 | 2025-03-25T21:42:16.798Z | Compiling hyper-rustls v0.27.3 |
2023 | 2025-03-25T21:42:18.465Z | Compiling slog-bunyan v2.5.0 |
2024 | 2025-03-25T21:42:18.692Z | Compiling phf v0.11.2 |
2025 | 2025-03-25T21:42:19.004Z | Compiling hyper-tls v0.6.0 |
2026 | 2025-03-25T21:42:19.407Z | Compiling tokio-rustls v0.25.0 |
2027 | 2025-03-25T21:42:19.410Z | Compiling signal-hook-mio v0.2.4 |
2028 | 2025-03-25T21:42:19.616Z | Compiling rayon v1.10.0 |
2029 | 2025-03-25T21:42:19.813Z | Compiling cookie_store v0.21.1 |
2030 | 2025-03-25T21:42:20.158Z | Compiling toml v0.8.20 |
2031 | 2025-03-25T21:42:20.179Z | Compiling postgres-types v0.2.9 |
2032 | 2025-03-25T21:42:21.105Z | Compiling zerocopy v0.6.6 |
2033 | 2025-03-25T21:42:21.214Z | Compiling ed25519 v2.2.3 |
2034 | 2025-03-25T21:42:21.344Z | Compiling hubpack v0.1.2 |
2035 | 2025-03-25T21:42:21.658Z | Compiling phf_shared v0.10.0 |
2036 | 2025-03-25T21:42:21.761Z | Compiling async-stream v0.3.6 |
2037 | 2025-03-25T21:42:22.016Z | Compiling pkcs1 v0.7.5 |
2038 | 2025-03-25T21:42:22.035Z | Compiling waitgroup v0.1.2 |
2039 | 2025-03-25T21:42:22.544Z | Compiling serde_path_to_error v0.1.16 |
2040 | 2025-03-25T21:42:22.828Z | Compiling serde-big-array v0.5.1 |
2041 | 2025-03-25T21:42:22.903Z | Compiling rfc6979 v0.4.0 |
2042 | 2025-03-25T21:42:22.968Z | Compiling sha1 v0.10.6 |
2043 | 2025-03-25T21:42:23.069Z | Compiling float-cmp v0.10.0 |
2044 | 2025-03-25T21:42:23.107Z | Compiling bstr v1.10.0 |
2045 | 2025-03-25T21:42:23.308Z | Compiling hostname v0.4.0 |
2046 | 2025-03-25T21:42:23.328Z | Compiling debug-ignore v1.0.5 |
2047 | 2025-03-25T21:42:23.364Z | Compiling predicates-core v1.0.8 |
2048 | 2025-03-25T21:42:23.498Z | Compiling unicode-segmentation v1.12.0 |
2049 | 2025-03-25T21:42:23.517Z | Compiling difflib v0.4.0 |
2050 | 2025-03-25T21:42:23.670Z | Compiling static_assertions v1.1.0 |
2051 | 2025-03-25T21:42:23.795Z | Compiling number_prefix v0.4.0 |
2052 | 2025-03-25T21:42:23.888Z | Compiling whoami v1.5.2 |
2053 | 2025-03-25T21:42:23.984Z | Compiling new_debug_unreachable v1.0.6 |
2054 | 2025-03-25T21:42:24.095Z | Compiling normalize-line-endings v0.3.0 |
2055 | 2025-03-25T21:42:24.210Z | Compiling precomputed-hash v0.1.1 |
2056 | 2025-03-25T21:42:24.237Z | Compiling data-encoding v2.6.0 |
2057 | 2025-03-25T21:42:24.314Z | Compiling fixedbitset v0.4.2 |
2058 | 2025-03-25T21:42:24.357Z | Compiling string_cache v0.8.7 |
2059 | 2025-03-25T21:42:24.357Z | Compiling predicates v3.1.3 |
2060 | 2025-03-25T21:42:24.485Z | Compiling tokio-postgres v0.7.13 |
2061 | 2025-03-25T21:42:24.556Z | Compiling similar v2.7.0 |
2062 | 2025-03-25T21:42:24.732Z | Compiling petgraph v0.6.5 |
2063 | 2025-03-25T21:42:25.561Z | Compiling hickory-proto v0.24.4 |
2064 | 2025-03-25T21:42:25.636Z | Compiling indicatif v0.17.11 |
2065 | 2025-03-25T21:42:26.286Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2066 | 2025-03-25T21:42:28.096Z | Compiling ecdsa v0.16.9 |
2067 | 2025-03-25T21:42:28.957Z | Compiling rsa v0.9.6 |
2068 | 2025-03-25T21:42:30.425Z | Compiling typify-macro v0.2.0 |
2069 | 2025-03-25T21:42:32.653Z | Compiling ed25519-dalek v2.1.1 |
2070 | 2025-03-25T21:42:33.727Z | Compiling reqwest v0.12.12 |
2071 | 2025-03-25T21:42:33.765Z | Compiling crossterm v0.28.1 |
2072 | 2025-03-25T21:42:33.935Z | Compiling daft v0.1.2 |
2073 | 2025-03-25T21:42:34.183Z | Compiling clap v4.5.32 |
2074 | 2025-03-25T21:42:34.316Z | Compiling zip v0.6.6 |
2075 | 2025-03-25T21:42:35.279Z | Compiling tokio-stream v0.1.17 |
2076 | 2025-03-25T21:42:35.334Z | Compiling toml v0.7.8 |
2077 | 2025-03-25T21:42:35.479Z | Compiling x509-cert v0.2.5 |
2078 | 2025-03-25T21:42:36.627Z | Compiling hex v0.4.3 |
2079 | 2025-03-25T21:42:36.673Z | Compiling itertools v0.10.5 |
2080 | 2025-03-25T21:42:38.273Z | Compiling unicode-xid v0.2.6 |
2081 | 2025-03-25T21:42:38.477Z | Compiling peg-runtime v0.8.5 |
2082 | 2025-03-25T21:42:38.705Z | Compiling lalrpop-util v0.19.12 |
2083 | 2025-03-25T21:42:42.741Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2084 | 2025-03-25T21:42:42.926Z | Compiling proc-macro-crate v1.3.1 |
2085 | 2025-03-25T21:42:43.667Z | Compiling macaddr v1.0.1 |
2086 | 2025-03-25T21:42:44.561Z | Compiling itertools v0.13.0 |
2087 | 2025-03-25T21:42:45.123Z | Compiling heapless v0.8.0 |
2088 | 2025-03-25T21:42:45.311Z | Compiling fastrand v2.1.1 |
2089 | 2025-03-25T21:42:46.810Z | Compiling thiserror v2.0.12 |
2090 | 2025-03-25T21:42:47.321Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2091 | 2025-03-25T21:42:49.019Z | Compiling tempfile v3.13.0 |
2092 | 2025-03-25T21:42:50.142Z | Compiling num_enum_derive v0.5.11 |
2093 | 2025-03-25T21:42:56.983Z | Compiling thiserror-impl v2.0.12 |
2094 | 2025-03-25T21:42:57.340Z | Compiling structmeta-derive v0.3.0 |
2095 | 2025-03-25T21:42:59.104Z | Compiling hash32 v0.3.1 |
2096 | 2025-03-25T21:43:00.088Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2097 | 2025-03-25T21:43:00.138Z | Compiling smoltcp v0.11.0 |
2098 | 2025-03-25T21:43:07.489Z | Compiling structmeta v0.3.0 |
2099 | 2025-03-25T21:43:12.082Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2100 | 2025-03-25T21:43:12.971Z | Compiling num_enum v0.5.11 |
2101 | 2025-03-25T21:43:13.561Z | Compiling typify v0.2.0 |
2102 | 2025-03-25T21:43:14.116Z | Compiling strum_macros v0.26.4 |
2103 | 2025-03-25T21:43:17.316Z | Compiling proc-macro-error-attr v1.0.4 |
2104 | 2025-03-25T21:43:18.326Z | Compiling cobs v0.2.3 |
2105 | 2025-03-25T21:43:19.546Z | Compiling unsafe-libyaml v0.2.11 |
2106 | 2025-03-25T21:43:19.571Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2107 | 2025-03-25T21:43:20.853Z | Compiling serde_yaml v0.9.34+deprecated |
2108 | 2025-03-25T21:43:22.201Z | Compiling postcard v1.0.10 |
2109 | 2025-03-25T21:43:22.611Z | Compiling strum v0.26.3 |
2110 | 2025-03-25T21:43:25.210Z | Compiling progenitor-impl v0.8.0 |
2111 | 2025-03-25T21:43:25.827Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2112 | 2025-03-25T21:43:34.944Z | Compiling foreign-types-macros v0.2.3 |
2113 | 2025-03-25T21:43:35.103Z | Compiling wait-timeout v0.2.0 |
2114 | 2025-03-25T21:43:35.129Z | Compiling proc-macro-error v1.0.4 |
2115 | 2025-03-25T21:43:35.485Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2116 | 2025-03-25T21:43:35.747Z | Compiling bit-vec v0.8.0 |
2117 | 2025-03-25T21:43:36.411Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2118 | 2025-03-25T21:43:36.475Z | Compiling unicode-width v0.1.14 |
2119 | 2025-03-25T21:43:36.609Z | Compiling foreign-types-shared v0.3.1 |
2120 | 2025-03-25T21:43:36.697Z | Compiling quick-error v1.2.3 |
2121 | 2025-03-25T21:43:42.578Z | Compiling tabwriter v1.4.0 |
2122 | 2025-03-25T21:43:42.753Z | Compiling rusty-fork v0.3.0 |
2123 | 2025-03-25T21:43:43.147Z | Compiling foreign-types v0.5.0 |
2124 | 2025-03-25T21:43:43.342Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2125 | 2025-03-25T21:43:45.080Z | Compiling bit-set v0.8.0 |
2126 | 2025-03-25T21:43:50.642Z | Compiling progenitor-macro v0.8.0 |
2127 | 2025-03-25T21:43:55.580Z | Compiling parse-display-derive v0.10.0 |
2128 | 2025-03-25T21:43:57.891Z | Compiling progenitor-client v0.8.0 |
2129 | 2025-03-25T21:44:01.999Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2130 | 2025-03-25T21:44:05.583Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2131 | 2025-03-25T21:44:05.619Z | Compiling rand_xorshift v0.3.0 |
2132 | 2025-03-25T21:44:05.619Z | Compiling cstr-argument v0.1.2 |
2133 | 2025-03-25T21:44:05.619Z | Compiling dropshot v0.16.0 |
2134 | 2025-03-25T21:44:05.619Z | Compiling pretty-hex v0.2.1 |
2135 | 2025-03-25T21:44:05.619Z | Compiling unarray v0.1.4 |
2136 | 2025-03-25T21:44:05.633Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2137 | 2025-03-25T21:44:05.633Z | Compiling crucible-workspace-hack v0.1.0 |
2138 | 2025-03-25T21:44:05.633Z | Compiling proptest v1.6.0 |
2139 | 2025-03-25T21:44:05.633Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2140 | 2025-03-25T21:44:05.633Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2141 | 2025-03-25T21:44:05.633Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2142 | 2025-03-25T21:44:05.633Z | Compiling progenitor v0.8.0 |
2143 | 2025-03-25T21:44:05.633Z | Compiling parse-display v0.10.0 |
2144 | 2025-03-25T21:44:06.171Z | Compiling test-strategy v0.4.0 |
2145 | 2025-03-25T21:44:06.407Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2146 | 2025-03-25T21:44:06.618Z | Compiling colored v2.2.0 |
2147 | 2025-03-25T21:44:07.444Z | Compiling serde_with_macros v3.12.0 |
2148 | 2025-03-25T21:44:07.992Z | Compiling dropshot_endpoint v0.16.0 |
2149 | 2025-03-25T21:44:09.142Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2150 | 2025-03-25T21:44:09.269Z | Compiling instant v0.1.13 |
2151 | 2025-03-25T21:44:09.453Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2152 | 2025-03-25T21:44:09.775Z | Compiling winnow v0.6.20 |
2153 | 2025-03-25T21:44:09.857Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2154 | 2025-03-25T21:44:09.885Z | Compiling serde_with v3.12.0 |
2155 | 2025-03-25T21:44:10.097Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2156 | 2025-03-25T21:44:10.187Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2157 | 2025-03-25T21:44:12.659Z | Compiling backoff v0.4.0 |
2158 | 2025-03-25T21:44:13.052Z | Compiling zone_cfg_derive v0.3.0 |
2159 | 2025-03-25T21:44:13.966Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2160 | 2025-03-25T21:44:14.192Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2161 | 2025-03-25T21:44:14.568Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2162 | 2025-03-25T21:44:14.718Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2163 | 2025-03-25T21:44:14.998Z | Compiling camino-tempfile v1.1.1 |
2164 | 2025-03-25T21:44:15.469Z | Compiling progenitor-client v0.9.1 |
2165 | 2025-03-25T21:44:15.743Z | Compiling num-derive v0.4.2 |
2166 | 2025-03-25T21:44:16.453Z | Compiling sigpipe v0.1.3 |
2167 | 2025-03-25T21:44:16.610Z | Compiling libefi-sys v0.1.0 |
2168 | 2025-03-25T21:44:16.954Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2169 | 2025-03-25T21:44:17.364Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2170 | 2025-03-25T21:44:17.979Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2171 | 2025-03-25T21:44:18.616Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2172 | 2025-03-25T21:44:19.527Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2173 | 2025-03-25T21:44:20.106Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2174 | 2025-03-25T21:44:20.530Z | Compiling zone v0.3.0 |
2175 | 2025-03-25T21:44:22.603Z | Compiling itertools v0.14.0 |
2176 | 2025-03-25T21:44:22.646Z | Compiling smf v0.2.3 |
2177 | 2025-03-25T21:44:23.854Z | Compiling bitfield-struct v0.6.2 |
2178 | 2025-03-25T21:44:24.118Z | Compiling blake3 v1.5.4 |
2179 | 2025-03-25T21:44:24.770Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2180 | 2025-03-25T21:44:25.191Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2181 | 2025-03-25T21:44:25.814Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2182 | 2025-03-25T21:44:25.830Z | Compiling xattr v1.3.1 |
2183 | 2025-03-25T21:44:25.949Z | Compiling filetime v0.2.25 |
2184 | 2025-03-25T21:44:26.112Z | Compiling memmap2 v0.9.5 |
2185 | 2025-03-25T21:44:26.179Z | Compiling same-file v1.0.6 |
2186 | 2025-03-25T21:44:26.327Z | Compiling arrayvec v0.7.6 |
2187 | 2025-03-25T21:44:26.490Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2188 | 2025-03-25T21:44:26.636Z | Compiling arrayref v0.3.9 |
2189 | 2025-03-25T21:44:26.685Z | Compiling constant_time_eq v0.3.1 |
2190 | 2025-03-25T21:44:26.761Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2191 | 2025-03-25T21:44:26.794Z | Compiling walkdir v2.5.0 |
2192 | 2025-03-25T21:44:26.888Z | Compiling tar v0.4.44 |
2193 | 2025-03-25T21:44:28.352Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2194 | 2025-03-25T21:44:28.792Z | Compiling gethostname v0.5.0 |
2195 | 2025-03-25T21:44:29.024Z | Compiling cargo-platform v0.1.8 |
2196 | 2025-03-25T21:44:29.336Z | Compiling topological-sort v0.2.2 |
2197 | 2025-03-25T21:44:29.477Z | Compiling fixedbitset v0.5.7 |
2198 | 2025-03-25T21:44:29.618Z | Compiling omicron-zone-package v0.12.0 |
2199 | 2025-03-25T21:44:30.095Z | Compiling petgraph v0.7.1 |
2200 | 2025-03-25T21:44:30.609Z | Compiling cargo_metadata v0.19.2 |
2201 | 2025-03-25T21:44:31.434Z | Compiling shell-words v1.1.0 |
2202 | 2025-03-25T21:44:31.966Z | Compiling indent_write v2.2.0 |
2203 | 2025-03-25T21:44:39.443Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2204 | 2025-03-25T21:44:41.735Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2205 | 2025-03-25T21:44:45.253Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2206 | 2025-03-25T21:44:59.685Z | Finished `release` profile [optimized] target(s) in 5m 09s |
2207 | 2025-03-25T21:44:59.860Z | Running `target/release/omicron-package -t test target create -p dev` |
2208 | 2025-03-25T21:44:59.913Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2209 | 2025-03-25T21:44:59.916Z | Created new build target 'test' and set it as active |
2210 | 2025-03-25T21:44:59.916Z | |
2211 | 2025-03-25T21:44:59.916Z | real 5:09.301614999 |
2212 | 2025-03-25T21:44:59.916Z | user 35:51.589165228 |
2213 | 2025-03-25T21:44:59.916Z | sys 3:30.613234767 |
2214 | 2025-03-25T21:44:59.916Z | trap 1.161589784 |
2215 | 2025-03-25T21:44:59.916Z | tflt 1.758990607 |
2216 | 2025-03-25T21:44:59.916Z | dflt 0.917417891 |
2217 | 2025-03-25T21:44:59.916Z | kflt 0.000189562 |
2218 | 2025-03-25T21:44:59.916Z | lock 1:09:42.468042120 |
2219 | 2025-03-25T21:44:59.916Z | slp 2:24:09.469193403 |
2220 | 2025-03-25T21:44:59.916Z | lat 2:48.789506418 |
2221 | 2025-03-25T21:44:59.916Z | stop 5:04.488080223 |
2222 | 2025-03-25T21:44:59.916Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2223 | 2025-03-25T21:45:00.948Z | Finished `release` profile [optimized] target(s) in 0.97s |
2224 | 2025-03-25T21:45:01.023Z | Running `target/release/omicron-package -t test package` |
2225 | 2025-03-25T21:45:01.071Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2226 | 2025-03-25T21:45:02.273Z | Compiling ring v0.17.11 |
2227 | 2025-03-25T21:45:02.455Z | Compiling thiserror v2.0.12 |
2228 | 2025-03-25T21:45:02.474Z | Compiling typify-impl v0.3.0 |
2229 | 2025-03-25T21:45:02.489Z | Compiling convert_case v0.4.0 |
2230 | 2025-03-25T21:45:02.492Z | Compiling derive-where v1.2.7 |
2231 | 2025-03-25T21:45:02.492Z | Compiling fastrand v2.1.1 |
2232 | 2025-03-25T21:45:02.492Z | Compiling newline-converter v0.3.0 |
2233 | 2025-03-25T21:45:02.710Z | Compiling expectorate v1.1.0 |
2234 | 2025-03-25T21:45:02.984Z | Compiling tempfile v3.13.0 |
2235 | 2025-03-25T21:45:02.988Z | Compiling password-hash v0.5.0 |
2236 | 2025-03-25T21:45:03.095Z | Compiling derive_more v0.99.19 |
2237 | 2025-03-25T21:45:03.665Z | Compiling blake2 v0.10.6 |
2238 | 2025-03-25T21:45:04.900Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2239 | 2025-03-25T21:45:05.077Z | Compiling base64 v0.21.7 |
2240 | 2025-03-25T21:45:05.198Z | Compiling argon2 v0.5.3 |
2241 | 2025-03-25T21:45:05.588Z | Compiling atomicwrites v0.4.4 |
2242 | 2025-03-25T21:45:06.083Z | Compiling owo-colors v4.2.0 |
2243 | 2025-03-25T21:45:06.102Z | Compiling cancel-safe-futures v0.1.5 |
2244 | 2025-03-25T21:45:06.504Z | Compiling num-rational v0.4.2 |
2245 | 2025-03-25T21:45:06.662Z | Compiling libsw-core v0.3.1 |
2246 | 2025-03-25T21:45:06.960Z | Compiling num-complex v0.4.6 |
2247 | 2025-03-25T21:45:07.442Z | Compiling rustls v0.23.19 |
2248 | 2025-03-25T21:45:07.473Z | Compiling rustls v0.22.4 |
2249 | 2025-03-25T21:45:07.497Z | Compiling libsw v3.4.0 |
2250 | 2025-03-25T21:45:08.002Z | Compiling num v0.4.3 |
2251 | 2025-03-25T21:45:08.450Z | Compiling linear-map v1.2.0 |
2252 | 2025-03-25T21:45:08.825Z | Compiling swrite v0.1.0 |
2253 | 2025-03-25T21:45:08.855Z | Compiling float-ord v0.3.2 |
2254 | 2025-03-25T21:45:08.886Z | Compiling utf-8 v0.7.6 |
2255 | 2025-03-25T21:45:08.976Z | Compiling highway v1.3.0 |
2256 | 2025-03-25T21:45:09.051Z | Compiling linked-hash-map v0.5.6 |
2257 | 2025-03-25T21:45:09.260Z | Compiling tungstenite v0.21.0 |
2258 | 2025-03-25T21:45:09.432Z | Compiling lru-cache v0.1.2 |
2259 | 2025-03-25T21:45:09.666Z | Compiling semver v0.1.20 |
2260 | 2025-03-25T21:45:10.189Z | Compiling rustls-webpki v0.102.8 |
2261 | 2025-03-25T21:45:10.310Z | Compiling rustc_version v0.1.7 |
2262 | 2025-03-25T21:45:10.543Z | Compiling tokio-tungstenite v0.21.0 |
2263 | 2025-03-25T21:45:10.681Z | Compiling resolv-conf v0.7.0 |
2264 | 2025-03-25T21:45:11.780Z | Compiling hickory-resolver v0.24.4 |
2265 | 2025-03-25T21:45:12.231Z | Compiling newtype_derive v0.1.6 |
2266 | 2025-03-25T21:45:12.540Z | Compiling typify-macro v0.3.0 |
2267 | 2025-03-25T21:45:12.572Z | Compiling wait-timeout v0.2.0 |
2268 | 2025-03-25T21:45:12.977Z | Compiling quick-error v1.2.3 |
2269 | 2025-03-25T21:45:13.150Z | Compiling bit-vec v0.8.0 |
2270 | 2025-03-25T21:45:13.615Z | Compiling bit-set v0.8.0 |
2271 | 2025-03-25T21:45:13.943Z | Compiling rusty-fork v0.3.0 |
2272 | 2025-03-25T21:45:14.189Z | Compiling rand_xorshift v0.3.0 |
2273 | 2025-03-25T21:45:14.421Z | Compiling unarray v0.1.4 |
2274 | 2025-03-25T21:45:14.486Z | Compiling humantime v2.1.0 |
2275 | 2025-03-25T21:45:14.607Z | Compiling proptest v1.6.0 |
2276 | 2025-03-25T21:45:15.275Z | Compiling tokio-rustls v0.25.0 |
2277 | 2025-03-25T21:45:15.683Z | Compiling dropshot v0.12.0 |
2278 | 2025-03-25T21:45:15.765Z | Compiling typify v0.3.0 |
2279 | 2025-03-25T21:45:15.920Z | Compiling progenitor-impl v0.9.1 |
2280 | 2025-03-25T21:45:18.615Z | Compiling tokio-rustls v0.26.0 |
2281 | 2025-03-25T21:45:19.073Z | Compiling hyper-rustls v0.27.3 |
2282 | 2025-03-25T21:45:19.644Z | Compiling reqwest v0.12.12 |
2283 | 2025-03-25T21:45:22.180Z | Compiling progenitor-macro v0.9.1 |
2284 | 2025-03-25T21:45:26.317Z | Compiling progenitor-client v0.9.1 |
2285 | 2025-03-25T21:45:26.877Z | Compiling progenitor-client v0.8.0 |
2286 | 2025-03-25T21:45:27.391Z | Compiling progenitor v0.8.0 |
2287 | 2025-03-25T21:45:28.056Z | Compiling parse-display v0.10.0 |
2288 | 2025-03-25T21:45:28.574Z | Compiling dropshot v0.16.0 |
2289 | 2025-03-25T21:45:28.596Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2290 | 2025-03-25T21:45:28.652Z | Compiling strum v0.26.3 |
2291 | 2025-03-25T21:45:28.859Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2292 | 2025-03-25T21:45:29.075Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2293 | 2025-03-25T21:45:29.137Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2294 | 2025-03-25T21:45:29.357Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2295 | 2025-03-25T21:45:32.835Z | Compiling instant v0.1.13 |
2296 | 2025-03-25T21:45:33.763Z | Compiling backoff v0.4.0 |
2297 | 2025-03-25T21:45:34.142Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2298 | 2025-03-25T21:45:45.403Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2299 | 2025-03-25T21:45:54.199Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2300 | 2025-03-25T21:45:59.857Z | Compiling progenitor v0.9.1 |
2301 | 2025-03-25T21:46:00.102Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2302 | 2025-03-25T21:46:00.695Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2303 | 2025-03-25T21:46:01.326Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2304 | 2025-03-25T21:46:02.715Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2305 | 2025-03-25T21:46:02.995Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2306 | 2025-03-25T21:46:03.270Z | Compiling steno v0.4.1 |
2307 | 2025-03-25T21:46:06.993Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2308 | 2025-03-25T21:46:08.733Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2309 | 2025-03-25T21:46:08.822Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2310 | 2025-03-25T21:46:10.360Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2311 | 2025-03-25T21:46:10.956Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2312 | 2025-03-25T21:46:15.814Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2313 | 2025-03-25T21:46:15.846Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2314 | 2025-03-25T21:46:18.142Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2315 | 2025-03-25T21:46:20.200Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2316 | 2025-03-25T21:46:20.430Z | Compiling serde_with v3.12.0 |
2317 | 2025-03-25T21:46:24.092Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2318 | 2025-03-25T21:46:24.611Z | Compiling macaddr v1.0.1 |
2319 | 2025-03-25T21:46:25.709Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2320 | 2025-03-25T21:46:25.850Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2321 | 2025-03-25T21:46:27.245Z | Compiling qorb v0.2.1 |
2322 | 2025-03-25T21:46:30.716Z | Compiling slog-dtrace v0.3.0 |
2323 | 2025-03-25T21:46:31.349Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2324 | 2025-03-25T21:46:34.917Z | Compiling prettyplease v0.2.30 |
2325 | 2025-03-25T21:46:36.407Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2326 | 2025-03-25T21:46:41.051Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2327 | 2025-03-25T21:46:41.317Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2328 | 2025-03-25T21:46:43.865Z | Compiling half v2.4.1 |
2329 | 2025-03-25T21:46:44.183Z | Compiling ciborium-io v0.2.2 |
2330 | 2025-03-25T21:46:44.348Z | Compiling bytecount v0.6.8 |
2331 | 2025-03-25T21:46:44.534Z | Compiling ciborium-ll v0.2.2 |
2332 | 2025-03-25T21:46:44.699Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2333 | 2025-03-25T21:46:45.064Z | Compiling ciborium v0.2.2 |
2334 | 2025-03-25T21:46:46.287Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2335 | 2025-03-25T21:46:47.081Z | Compiling display-error-chain v0.2.2 |
2336 | 2025-03-25T21:46:47.341Z | Compiling const_format_proc_macros v0.2.34 |
2337 | 2025-03-25T21:46:49.057Z | Compiling crunchy v0.2.2 |
2338 | 2025-03-25T21:46:49.133Z | Compiling same-file v1.0.6 |
2339 | 2025-03-25T21:46:49.396Z | Compiling keccak v0.1.5 |
2340 | 2025-03-25T21:46:49.503Z | Compiling maplit v1.0.2 |
2341 | 2025-03-25T21:46:49.726Z | Compiling sha3 v0.10.8 |
2342 | 2025-03-25T21:46:50.507Z | Compiling walkdir v2.5.0 |
2343 | 2025-03-25T21:46:50.529Z | Compiling const_format v0.2.34 |
2344 | 2025-03-25T21:46:50.550Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2345 | 2025-03-25T21:46:51.096Z | Compiling radium v0.7.0 |
2346 | 2025-03-25T21:46:51.242Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2347 | 2025-03-25T21:46:51.580Z | Compiling tiny-keccak v2.0.2 |
2348 | 2025-03-25T21:46:51.707Z | Compiling blake3 v1.5.4 |
2349 | 2025-03-25T21:46:51.930Z | Compiling dsl_auto_type v0.1.2 |
2350 | 2025-03-25T21:46:51.956Z | Compiling scheduled-thread-pool v0.2.7 |
2351 | 2025-03-25T21:46:52.377Z | Compiling xattr v1.3.1 |
2352 | 2025-03-25T21:46:52.670Z | Compiling diesel_table_macro_syntax v0.2.0 |
2353 | 2025-03-25T21:46:53.054Z | Compiling memmap2 v0.9.5 |
2354 | 2025-03-25T21:46:53.076Z | Compiling filetime v0.2.25 |
2355 | 2025-03-25T21:46:53.177Z | Compiling constant_time_eq v0.3.1 |
2356 | 2025-03-25T21:46:53.358Z | Compiling arrayref v0.3.9 |
2357 | 2025-03-25T21:46:53.384Z | Compiling maybe-uninit v2.0.0 |
2358 | 2025-03-25T21:46:53.421Z | Compiling tap v1.0.1 |
2359 | 2025-03-25T21:46:53.475Z | Compiling arrayvec v0.7.6 |
2360 | 2025-03-25T21:46:53.634Z | Compiling bit-vec v0.6.3 |
2361 | 2025-03-25T21:46:53.986Z | Compiling wyz v0.5.1 |
2362 | 2025-03-25T21:46:54.093Z | Compiling bit-set v0.5.3 |
2363 | 2025-03-25T21:46:54.394Z | Compiling tar v0.4.44 |
2364 | 2025-03-25T21:46:54.445Z | Compiling diesel_derives v2.2.3 |
2365 | 2025-03-25T21:46:54.571Z | Compiling r2d2 v0.8.10 |
2366 | 2025-03-25T21:46:55.329Z | Compiling toolchain_find v0.4.0 |
2367 | 2025-03-25T21:46:55.569Z | Compiling camino-tempfile v1.1.1 |
2368 | 2025-03-25T21:46:56.029Z | Compiling phf_generator v0.11.2 |
2369 | 2025-03-25T21:46:56.034Z | Compiling ascii-canvas v3.0.0 |
2370 | 2025-03-25T21:46:56.044Z | Compiling secrecy v0.8.0 |
2371 | 2025-03-25T21:46:56.188Z | Compiling async-recursion v1.1.1 |
2372 | 2025-03-25T21:46:56.326Z | Compiling ena v0.14.3 |
2373 | 2025-03-25T21:46:56.434Z | Compiling crc-catalog v2.4.0 |
2374 | 2025-03-25T21:46:56.619Z | Compiling regex-syntax v0.6.29 |
2375 | 2025-03-25T21:46:56.747Z | Compiling bindgen v0.71.1 |
2376 | 2025-03-25T21:46:56.791Z | Compiling topological-sort v0.2.2 |
2377 | 2025-03-25T21:46:56.901Z | Compiling funty v2.0.0 |
2378 | 2025-03-25T21:46:57.026Z | Compiling diff v0.1.13 |
2379 | 2025-03-25T21:46:57.201Z | Compiling packed_struct v0.10.1 |
2380 | 2025-03-25T21:46:57.493Z | Compiling omicron-zone-package v0.12.0 |
2381 | 2025-03-25T21:46:57.513Z | Compiling crc v3.2.1 |
2382 | 2025-03-25T21:46:57.666Z | Compiling phf_codegen v0.11.2 |
2383 | 2025-03-25T21:46:57.899Z | Compiling bitvec v1.0.1 |
2384 | 2025-03-25T21:46:59.529Z | Compiling rustfmt-wrapper v0.2.1 |
2385 | 2025-03-25T21:46:59.788Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2386 | 2025-03-25T21:47:00.077Z | Compiling lalrpop v0.19.12 |
2387 | 2025-03-25T21:47:01.122Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2388 | 2025-03-25T21:47:01.369Z | Compiling universal-hash v0.5.1 |
2389 | 2025-03-25T21:47:01.496Z | Compiling thiserror-impl-no-std v2.0.2 |
2390 | 2025-03-25T21:47:01.617Z | Compiling packed_struct_codegen v0.10.1 |
2391 | 2025-03-25T21:47:02.287Z | Compiling parse-zoneinfo v0.3.1 |
2392 | 2025-03-25T21:47:02.343Z | Compiling indexmap v1.9.3 |
2393 | 2025-03-25T21:47:02.704Z | Compiling rustc-hash v2.1.1 |
2394 | 2025-03-25T21:47:02.926Z | Compiling opaque-debug v0.3.1 |
2395 | 2025-03-25T21:47:03.053Z | Compiling ref-cast v1.0.23 |
2396 | 2025-03-25T21:47:03.547Z | Compiling nodrop v0.1.14 |
2397 | 2025-03-25T21:47:03.701Z | Compiling array-init v0.0.4 |
2398 | 2025-03-25T21:47:03.802Z | Compiling poly1305 v0.8.0 |
2399 | 2025-03-25T21:47:03.879Z | Compiling thiserror-no-std v2.0.2 |
2400 | 2025-03-25T21:47:04.039Z | Compiling chrono-tz-build v0.4.0 |
2401 | 2025-03-25T21:47:04.657Z | Compiling diesel v2.2.8 |
2402 | 2025-03-25T21:47:05.043Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2403 | 2025-03-25T21:47:05.297Z | Compiling smallvec v0.6.14 |
2404 | 2025-03-25T21:47:05.754Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2405 | 2025-03-25T21:47:06.100Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2406 | 2025-03-25T21:47:06.451Z | Compiling itertools v0.13.0 |
2407 | 2025-03-25T21:47:07.915Z | Compiling derive_builder_core v0.20.2 |
2408 | 2025-03-25T21:47:09.937Z | Compiling chacha20 v0.9.1 |
2409 | 2025-03-25T21:47:09.958Z | Compiling headers-core v0.3.0 |
2410 | 2025-03-25T21:47:10.157Z | Compiling aead v0.5.2 |
2411 | 2025-03-25T21:47:10.460Z | Compiling libxml v0.3.3 |
2412 | 2025-03-25T21:47:10.594Z | Compiling ref-cast-impl v1.0.23 |
2413 | 2025-03-25T21:47:10.847Z | Compiling vte_generate_state_changes v0.1.2 |
2414 | 2025-03-25T21:47:11.483Z | Compiling termcolor v1.4.1 |
2415 | 2025-03-25T21:47:11.691Z | Compiling bitfield v0.14.0 |
2416 | 2025-03-25T21:47:11.975Z | Compiling hashbrown v0.12.3 |
2417 | 2025-03-25T21:47:12.649Z | Compiling arc-swap v1.7.1 |
2418 | 2025-03-25T21:47:13.185Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2419 | 2025-03-25T21:47:13.346Z | Compiling slog-scope v4.4.0 |
2420 | 2025-03-25T21:47:14.148Z | Compiling env_logger v0.10.2 |
2421 | 2025-03-25T21:47:14.640Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2422 | 2025-03-25T21:47:16.311Z | Compiling vte v0.11.1 |
2423 | 2025-03-25T21:47:17.122Z | Compiling chacha20poly1305 v0.10.1 |
2424 | 2025-03-25T21:47:17.292Z | Compiling samael v0.0.18 |
2425 | 2025-03-25T21:47:17.352Z | Compiling headers v0.4.0 |
2426 | 2025-03-25T21:47:17.784Z | Compiling derive_builder_macro v0.20.2 |
2427 | 2025-03-25T21:47:18.774Z | Compiling serde-hex v0.1.0 |
2428 | 2025-03-25T21:47:18.935Z | Compiling chrono-tz v0.10.1 |
2429 | 2025-03-25T21:47:19.583Z | Compiling vsss-rs v3.3.4 |
2430 | 2025-03-25T21:47:21.041Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2431 | 2025-03-25T21:47:21.656Z | Compiling polar-core v0.27.3 |
2432 | 2025-03-25T21:47:23.547Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2433 | 2025-03-25T21:47:23.764Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2434 | 2025-03-25T21:47:23.909Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2435 | 2025-03-25T21:47:23.930Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2436 | 2025-03-25T21:47:24.251Z | Compiling ron v0.8.1 |
2437 | 2025-03-25T21:47:27.118Z | Compiling hashbrown v0.13.2 |
2438 | 2025-03-25T21:47:28.255Z | Compiling strum_macros v0.24.3 |
2439 | 2025-03-25T21:47:28.333Z | Compiling unicase v2.7.0 |
2440 | 2025-03-25T21:47:28.717Z | Compiling indoc v1.0.9 |
2441 | 2025-03-25T21:47:29.558Z | Compiling crc-any v2.5.0 |
2442 | 2025-03-25T21:47:29.998Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2443 | 2025-03-25T21:47:30.535Z | Compiling object v0.30.4 |
2444 | 2025-03-25T21:47:31.189Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2445 | 2025-03-25T21:47:47.313Z | Compiling derive_builder v0.20.2 |
2446 | 2025-03-25T21:47:47.543Z | Compiling strip-ansi-escapes v0.2.0 |
2447 | 2025-03-25T21:47:48.720Z | Compiling slog-stdlog v4.1.1 |
2448 | 2025-03-25T21:47:49.577Z | Compiling papergrid v0.11.0 |
2449 | 2025-03-25T21:47:50.081Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2450 | 2025-03-25T21:47:50.430Z | Compiling tabled_derive v0.7.0 |
2451 | 2025-03-25T21:47:52.379Z | Compiling fd-lock v4.0.2 |
2452 | 2025-03-25T21:47:52.455Z | Compiling peg-macros v0.8.5 |
2453 | 2025-03-25T21:47:52.633Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2454 | 2025-03-25T21:47:53.612Z | Compiling impl-trait-for-tuples v0.2.2 |
2455 | 2025-03-25T21:47:55.507Z | Compiling oso-derive v0.27.3 |
2456 | 2025-03-25T21:47:56.489Z | Compiling quick-xml v0.37.2 |
2457 | 2025-03-25T21:47:58.524Z | Compiling diesel-dtrace v0.4.2 |
2458 | 2025-03-25T21:47:58.903Z | Compiling nu-ansi-term v0.50.1 |
2459 | 2025-03-25T21:47:59.325Z | Compiling path-slash v0.1.5 |
2460 | 2025-03-25T21:47:59.616Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2461 | 2025-03-25T21:48:00.106Z | Compiling reedline v0.38.0 |
2462 | 2025-03-25T21:48:03.049Z | Compiling oso v0.27.3 |
2463 | 2025-03-25T21:48:14.905Z | Compiling peg v0.8.5 |
2464 | 2025-03-25T21:48:15.086Z | Compiling tabled v0.15.0 |
2465 | 2025-03-25T21:48:15.330Z | Compiling slog-envlogger v2.2.0 |
2466 | 2025-03-25T21:48:19.827Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2467 | 2025-03-25T21:48:21.467Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2468 | 2025-03-25T21:48:22.950Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2469 | 2025-03-25T21:48:23.301Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2470 | 2025-03-25T21:48:24.289Z | Compiling pem v3.0.5 |
2471 | 2025-03-25T21:48:25.773Z | Compiling bb8 v0.8.5 |
2472 | 2025-03-25T21:48:26.387Z | Compiling bcs v0.1.6 |
2473 | 2025-03-25T21:48:27.256Z | Compiling fxhash v0.2.1 |
2474 | 2025-03-25T21:48:27.514Z | Compiling libz-sys v1.1.20 |
2475 | 2025-03-25T21:48:28.205Z | Compiling termtree v0.5.1 |
2476 | 2025-03-25T21:48:28.645Z | Compiling async-bb8-diesel v0.2.1 |
2477 | 2025-03-25T21:48:31.327Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2478 | 2025-03-25T21:48:32.315Z | Compiling kstat-rs v0.2.4 |
2479 | 2025-03-25T21:48:33.238Z | Compiling proc-macro-error-attr2 v2.0.0 |
2480 | 2025-03-25T21:48:33.566Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2481 | 2025-03-25T21:48:34.026Z | Compiling proc-macro-error2 v2.0.1 |
2482 | 2025-03-25T21:48:34.654Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2483 | 2025-03-25T21:48:35.020Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2484 | 2025-03-25T21:48:35.509Z | Compiling nanorand v0.7.0 |
2485 | 2025-03-25T21:48:36.195Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2486 | 2025-03-25T21:48:36.970Z | Compiling pin-project-internal v1.1.6 |
2487 | 2025-03-25T21:48:39.522Z | Compiling parking_lot_core v0.8.6 |
2488 | 2025-03-25T21:48:40.010Z | Compiling pin-project v1.1.6 |
2489 | 2025-03-25T21:48:50.286Z | Compiling flume v0.11.1 |
2490 | 2025-03-25T21:48:50.410Z | Compiling mime_guess v2.0.5 |
2491 | 2025-03-25T21:48:51.029Z | Compiling tabled_derive v0.10.0 |
2492 | 2025-03-25T21:48:51.862Z | Compiling papergrid v0.14.0 |
2493 | 2025-03-25T21:48:53.160Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2494 | 2025-03-25T21:48:53.210Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2495 | 2025-03-25T21:48:56.291Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2496 | 2025-03-25T21:48:57.652Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2497 | 2025-03-25T21:49:00.784Z | Compiling snafu-derive v0.8.5 |
2498 | 2025-03-25T21:49:03.411Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2499 | 2025-03-25T21:49:03.860Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2500 | 2025-03-25T21:49:04.708Z | Compiling tabled v0.18.0 |
2501 | 2025-03-25T21:49:04.853Z | Compiling snafu v0.8.5 |
2502 | 2025-03-25T21:49:07.576Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2503 | 2025-03-25T21:49:14.589Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2504 | 2025-03-25T21:49:20.548Z | Compiling globset v0.4.15 |
2505 | 2025-03-25T21:49:24.546Z | Compiling olpc-cjson v0.1.4 |
2506 | 2025-03-25T21:49:24.892Z | Compiling castaway v0.2.3 |
2507 | 2025-03-25T21:49:25.112Z | Compiling vergen v8.3.2 |
2508 | 2025-03-25T21:49:25.457Z | Compiling nibble_vec v0.1.0 |
2509 | 2025-03-25T21:49:25.716Z | Compiling cargo-platform v0.1.8 |
2510 | 2025-03-25T21:49:26.161Z | Compiling serde_plain v1.0.2 |
2511 | 2025-03-25T21:49:26.455Z | Compiling atty v0.2.14 |
2512 | 2025-03-25T21:49:26.647Z | Compiling salty v0.3.0 |
2513 | 2025-03-25T21:49:26.698Z | Compiling io-lifetimes v1.0.11 |
2514 | 2025-03-25T21:49:27.082Z | Compiling endian-type v0.1.2 |
2515 | 2025-03-25T21:49:27.202Z | Compiling typed-path v0.9.3 |
2516 | 2025-03-25T21:49:27.316Z | Compiling http-range v0.1.5 |
2517 | 2025-03-25T21:49:27.917Z | Compiling radix_trie v0.2.1 |
2518 | 2025-03-25T21:49:29.403Z | Compiling cargo_metadata v0.18.1 |
2519 | 2025-03-25T21:49:29.998Z | Compiling git2 v0.19.0 |
2520 | 2025-03-25T21:49:30.387Z | Compiling tough v0.19.0 |
2521 | 2025-03-25T21:49:32.339Z | Compiling compact_str v0.8.0 |
2522 | 2025-03-25T21:49:34.926Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2523 | 2025-03-25T21:49:37.506Z | Compiling parking_lot v0.11.2 |
2524 | 2025-03-25T21:49:39.500Z | Compiling unicode-truncate v1.1.0 |
2525 | 2025-03-25T21:49:39.820Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2526 | 2025-03-25T21:49:39.840Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2527 | 2025-03-25T21:49:39.926Z | Compiling lru v0.12.5 |
2528 | 2025-03-25T21:49:40.280Z | Compiling rand_seeder v0.3.0 |
2529 | 2025-03-25T21:49:40.733Z | Compiling lzma-sys v0.1.20 |
2530 | 2025-03-25T21:49:41.453Z | Compiling instability v0.3.2 |
2531 | 2025-03-25T21:49:42.446Z | Compiling cassowary v0.3.0 |
2532 | 2025-03-25T21:49:44.375Z | Compiling indoc v2.0.6 |
2533 | 2025-03-25T21:49:45.254Z | Compiling parse-size v1.1.0 |
2534 | 2025-03-25T21:49:45.599Z | Compiling rustix v0.37.28 |
2535 | 2025-03-25T21:49:45.921Z | Compiling rustls v0.21.12 |
2536 | 2025-03-25T21:49:46.028Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2537 | 2025-03-25T21:49:46.297Z | Compiling ratatui v0.29.0 |
2538 | 2025-03-25T21:49:46.620Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2539 | 2025-03-25T21:49:46.856Z | Compiling hyper-staticfile v0.10.1 |
2540 | 2025-03-25T21:49:47.743Z | Compiling sled v0.34.7 |
2541 | 2025-03-25T21:49:49.379Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2542 | 2025-03-25T21:49:53.830Z | Compiling hickory-client v0.24.4 |
2543 | 2025-03-25T21:49:53.880Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2544 | 2025-03-25T21:49:55.100Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2545 | 2025-03-25T21:49:58.506Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2546 | 2025-03-25T21:50:00.673Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2547 | 2025-03-25T21:50:02.134Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2548 | 2025-03-25T21:50:02.395Z | Compiling rustls-webpki v0.101.7 |
2549 | 2025-03-25T21:50:02.477Z | Compiling sct v0.7.1 |
2550 | 2025-03-25T21:50:02.943Z | Compiling hickory-server v0.24.4 |
2551 | 2025-03-25T21:50:05.995Z | Compiling primeorder v0.13.6 |
2552 | 2025-03-25T21:50:06.285Z | Compiling heck v0.3.3 |
2553 | 2025-03-25T21:50:06.588Z | Compiling env_filter v0.1.2 |
2554 | 2025-03-25T21:50:06.613Z | Compiling csv-core v0.1.11 |
2555 | 2025-03-25T21:50:07.487Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2556 | 2025-03-25T21:50:07.589Z | Compiling csv v1.3.1 |
2557 | 2025-03-25T21:50:07.934Z | Compiling env_logger v0.11.5 |
2558 | 2025-03-25T21:50:08.170Z | Compiling zone_cfg_derive v0.1.2 |
2559 | 2025-03-25T21:50:09.386Z | Compiling p384 v0.13.0 |
2560 | 2025-03-25T21:50:09.535Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2561 | 2025-03-25T21:50:14.208Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2562 | 2025-03-25T21:50:16.325Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2563 | 2025-03-25T21:50:16.715Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2564 | 2025-03-25T21:50:17.551Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2565 | 2025-03-25T21:50:17.883Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2566 | 2025-03-25T21:50:18.114Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2567 | 2025-03-25T21:50:18.201Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2568 | 2025-03-25T21:50:18.466Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2569 | 2025-03-25T21:50:18.551Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2570 | 2025-03-25T21:50:18.801Z | Compiling tungstenite v0.23.0 |
2571 | 2025-03-25T21:50:18.912Z | Compiling nix v0.27.1 |
2572 | 2025-03-25T21:50:21.639Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2573 | 2025-03-25T21:50:22.345Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2574 | 2025-03-25T21:50:22.501Z | Compiling base64 v0.13.1 |
2575 | 2025-03-25T21:50:22.738Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2576 | 2025-03-25T21:50:23.285Z | Compiling ron v0.7.1 |
2577 | 2025-03-25T21:50:24.335Z | Compiling tokio-tungstenite v0.23.1 |
2578 | 2025-03-25T21:50:24.459Z | Compiling xz2 v0.1.7 |
2579 | 2025-03-25T21:50:25.067Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2580 | 2025-03-25T21:50:28.370Z | Compiling terminal_size v0.2.6 |
2581 | 2025-03-25T21:50:28.629Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2582 | 2025-03-25T21:50:31.820Z | Compiling tokio-rustls v0.24.1 |
2583 | 2025-03-25T21:50:32.308Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2584 | 2025-03-25T21:50:35.019Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2585 | 2025-03-25T21:50:35.067Z | Compiling zone v0.1.8 |
2586 | 2025-03-25T21:50:35.287Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2587 | 2025-03-25T21:50:36.722Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2588 | 2025-03-25T21:50:37.003Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2589 | 2025-03-25T21:50:37.380Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2590 | 2025-03-25T21:50:37.791Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2591 | 2025-03-25T21:50:38.491Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2592 | 2025-03-25T21:50:41.234Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2593 | 2025-03-25T21:50:41.671Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2594 | 2025-03-25T21:50:44.088Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2595 | 2025-03-25T21:50:45.915Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2596 | 2025-03-25T21:50:46.272Z | Compiling rustls-pemfile v1.0.4 |
2597 | 2025-03-25T21:50:47.044Z | Compiling signal-hook-tokio v0.3.1 |
2598 | 2025-03-25T21:50:47.264Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2599 | 2025-03-25T21:50:47.283Z | Compiling twox-hash v2.1.0 |
2600 | 2025-03-25T21:50:47.686Z | Compiling yasna v0.5.2 |
2601 | 2025-03-25T21:50:48.315Z | Compiling unicode-linebreak v0.1.5 |
2602 | 2025-03-25T21:50:48.903Z | Compiling smawk v0.3.2 |
2603 | 2025-03-25T21:50:49.238Z | Compiling is_ci v1.2.0 |
2604 | 2025-03-25T21:50:49.572Z | Compiling glob v0.3.2 |
2605 | 2025-03-25T21:50:50.382Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2606 | 2025-03-25T21:50:50.486Z | Compiling supports-color v3.0.2 |
2607 | 2025-03-25T21:50:50.955Z | Compiling textwrap v0.16.1 |
2608 | 2025-03-25T21:50:51.192Z | Compiling rcgen v0.12.1 |
2609 | 2025-03-25T21:50:54.554Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2610 | 2025-03-25T21:50:56.332Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2611 | 2025-03-25T21:50:57.053Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2612 | 2025-03-25T21:50:57.632Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2613 | 2025-03-25T21:51:02.724Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2614 | 2025-03-25T21:51:04.465Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2615 | 2025-03-25T21:51:17.541Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2616 | 2025-03-25T21:51:17.797Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2617 | 2025-03-25T21:51:18.383Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2618 | 2025-03-25T21:51:19.870Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2619 | 2025-03-25T21:51:22.315Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2620 | 2025-03-25T21:51:27.894Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2621 | 2025-03-25T21:51:28.480Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2622 | 2025-03-25T21:51:29.616Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2623 | 2025-03-25T21:51:37.020Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2624 | 2025-03-25T21:51:40.357Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2625 | 2025-03-25T21:51:45.341Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2626 | 2025-03-25T21:51:46.531Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2627 | 2025-03-25T21:51:46.885Z | Compiling fatfs v0.3.6 |
2628 | 2025-03-25T21:51:46.922Z | Compiling subprocess v0.2.9 |
2629 | 2025-03-25T21:51:47.270Z | Compiling rtoolbox v0.0.2 |
2630 | 2025-03-25T21:51:47.691Z | Compiling assert_matches v1.5.0 |
2631 | 2025-03-25T21:51:47.856Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2632 | 2025-03-25T21:51:48.016Z | Compiling rpassword v7.3.1 |
2633 | 2025-03-25T21:51:49.641Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2634 | 2025-03-25T21:51:51.575Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2635 | 2025-03-25T21:51:55.534Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2636 | 2025-03-25T21:52:02.680Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2637 | 2025-03-25T21:52:24.217Z | Compiling tui-tree-widget v0.23.0 |
2638 | 2025-03-25T21:52:24.665Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2639 | 2025-03-25T21:52:25.408Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2640 | 2025-03-25T21:52:25.758Z | Compiling uzers v0.12.1 |
2641 | 2025-03-25T21:52:28.881Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2642 | 2025-03-25T21:52:36.264Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2643 | 2025-03-25T21:52:37.835Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2644 | 2025-03-25T21:52:42.253Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2645 | 2025-03-25T21:52:52.993Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2646 | 2025-03-25T21:52:57.572Z | Compiling multimap v0.10.0 |
2647 | 2025-03-25T21:55:23.052Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2648 | 2025-03-25T22:02:36.352Z | Finished `release` profile [optimized] target(s) in 17m 34s |
2649 | 2025-03-25T22:03:44.351Z | |
2650 | 2025-03-25T22:03:44.355Z | real 18:44.181871310 |
2651 | 2025-03-25T22:03:44.355Z | user 2:12:59.337122985 |
2652 | 2025-03-25T22:03:44.355Z | sys 3:37.842209742 |
2653 | 2025-03-25T22:03:44.355Z | trap 3.389398195 |
2654 | 2025-03-25T22:03:44.355Z | tflt 1.879028792 |
2655 | 2025-03-25T22:03:44.355Z | dflt 5.050707162 |
2656 | 2025-03-25T22:03:44.355Z | kflt 0.001373656 |
2657 | 2025-03-25T22:03:44.355Z | lock 7:54:57.942078747 |
2658 | 2025-03-25T22:03:44.355Z | slp 6:49:30.585207492 |
2659 | 2025-03-25T22:03:44.355Z | lat 3:38.527722380 |
2660 | 2025-03-25T22:03:44.355Z | stop 2:54.819931586 |
2661 | 2025-03-25T22:03:44.355Z | + mapfile -t packages |
2662 | 2025-03-25T22:03:44.355Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2663 | 2025-03-25T22:03:45.476Z | Compiling ring v0.17.11 |
2664 | 2025-03-25T22:03:49.007Z | Compiling rustls-webpki v0.102.8 |
2665 | 2025-03-25T22:03:49.011Z | Compiling rustls v0.23.19 |
2666 | 2025-03-25T22:03:49.011Z | Compiling rustls v0.22.4 |
2667 | 2025-03-25T22:03:53.392Z | Compiling tokio-rustls v0.25.0 |
2668 | 2025-03-25T22:03:53.791Z | Compiling dropshot v0.12.0 |
2669 | 2025-03-25T22:03:54.963Z | Compiling tokio-rustls v0.26.0 |
2670 | 2025-03-25T22:03:55.433Z | Compiling hyper-rustls v0.27.3 |
2671 | 2025-03-25T22:03:56.029Z | Compiling reqwest v0.12.12 |
2672 | 2025-03-25T22:03:58.027Z | Compiling dropshot v0.16.0 |
2673 | 2025-03-25T22:04:02.024Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2674 | 2025-03-25T22:04:02.599Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2675 | 2025-03-25T22:04:06.128Z | Compiling progenitor-client v0.8.0 |
2676 | 2025-03-25T22:04:07.082Z | Compiling progenitor v0.8.0 |
2677 | 2025-03-25T22:04:07.494Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2678 | 2025-03-25T22:04:12.592Z | Compiling progenitor-client v0.9.1 |
2679 | 2025-03-25T22:04:13.586Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2680 | 2025-03-25T22:04:16.500Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2681 | 2025-03-25T22:04:17.510Z | Compiling omicron-zone-package v0.12.0 |
2682 | 2025-03-25T22:04:26.696Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2683 | 2025-03-25T22:04:31.001Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2684 | 2025-03-25T22:04:31.850Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2685 | 2025-03-25T22:04:35.286Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2686 | 2025-03-25T22:04:49.796Z | Finished `release` profile [optimized] target(s) in 1m 05s |
2687 | 2025-03-25T22:04:49.970Z | Running `target/release/omicron-package -t test list-outputs` |
2688 | 2025-03-25T22:04:50.024Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2689 | 2025-03-25T22:04:50.027Z | + ptime -m cargo build --locked --release -p xtask |
2690 | 2025-03-25T22:04:50.625Z | Compiling serde v1.0.218 |
2691 | 2025-03-25T22:04:50.628Z | Compiling serde_json v1.0.139 |
2692 | 2025-03-25T22:04:50.628Z | Compiling rustix v0.38.37 |
2693 | 2025-03-25T22:04:50.628Z | Compiling libc v0.2.170 |
2694 | 2025-03-25T22:04:50.731Z | Compiling syn v2.0.98 |
2695 | 2025-03-25T22:04:50.774Z | Compiling bitflags v2.6.0 |
2696 | 2025-03-25T22:04:51.090Z | Compiling usdt-impl v0.5.0 |
2697 | 2025-03-25T22:04:51.154Z | Compiling syn v1.0.109 |
2698 | 2025-03-25T22:04:51.243Z | Compiling log v0.4.22 |
2699 | 2025-03-25T22:04:51.261Z | Compiling hashbrown v0.15.1 |
2700 | 2025-03-25T22:04:51.524Z | Compiling fs-err v2.11.0 |
2701 | 2025-03-25T22:04:51.680Z | Compiling once_cell v1.20.3 |
2702 | 2025-03-25T22:04:51.865Z | Compiling anyhow v1.0.97 |
2703 | 2025-03-25T22:04:52.058Z | Compiling thread-id v4.2.2 |
2704 | 2025-03-25T22:04:52.487Z | Compiling indexmap v2.7.1 |
2705 | 2025-03-25T22:04:53.631Z | Compiling terminal_size v0.4.0 |
2706 | 2025-03-25T22:04:53.631Z | Compiling tempfile v3.13.0 |
2707 | 2025-03-25T22:04:53.906Z | Compiling clap_builder v4.5.32 |
2708 | 2025-03-25T22:04:54.388Z | Compiling proc-macro-error v1.0.4 |
2709 | 2025-03-25T22:04:55.285Z | Compiling tabled_derive v0.7.0 |
2710 | 2025-03-25T22:04:56.445Z | Compiling tabled v0.15.0 |
2711 | 2025-03-25T22:04:57.004Z | Compiling serde_derive v1.0.218 |
2712 | 2025-03-25T22:04:57.004Z | Compiling thiserror-impl v1.0.69 |
2713 | 2025-03-25T22:04:57.008Z | Compiling zerocopy-derive v0.7.35 |
2714 | 2025-03-25T22:04:57.008Z | Compiling scroll_derive v0.12.0 |
2715 | 2025-03-25T22:04:57.008Z | Compiling thiserror-impl v2.0.12 |
2716 | 2025-03-25T22:04:58.410Z | Compiling scroll v0.12.0 |
2717 | 2025-03-25T22:04:58.781Z | Compiling zerocopy v0.7.35 |
2718 | 2025-03-25T22:04:59.072Z | Compiling goblin v0.8.2 |
2719 | 2025-03-25T22:04:59.633Z | Compiling thiserror v1.0.69 |
2720 | 2025-03-25T22:04:59.786Z | Compiling pest v2.7.14 |
2721 | 2025-03-25T22:05:01.456Z | Compiling thiserror v2.0.12 |
2722 | 2025-03-25T22:05:01.650Z | Compiling clap_derive v4.5.32 |
2723 | 2025-03-25T22:05:02.783Z | Compiling pest_meta v2.7.14 |
2724 | 2025-03-25T22:05:05.836Z | Compiling pest_generator v2.7.14 |
2725 | 2025-03-25T22:05:07.556Z | Compiling pest_derive v2.7.14 |
2726 | 2025-03-25T22:05:08.473Z | Compiling dtrace-parser v0.2.0 |
2727 | 2025-03-25T22:05:10.077Z | Compiling toml_datetime v0.6.8 |
2728 | 2025-03-25T22:05:10.806Z | Compiling serde_spanned v0.6.8 |
2729 | 2025-03-25T22:05:11.101Z | Compiling toml_edit v0.22.24 |
2730 | 2025-03-25T22:05:13.597Z | Compiling serde_tokenstream v0.2.2 |
2731 | 2025-03-25T22:05:13.942Z | Compiling dof v0.3.0 |
2732 | 2025-03-25T22:05:14.168Z | Compiling camino v1.1.9 |
2733 | 2025-03-25T22:05:15.806Z | Compiling toml v0.8.20 |
2734 | 2025-03-25T22:05:15.992Z | Compiling usdt-attr-macro v0.5.0 |
2735 | 2025-03-25T22:05:17.341Z | Compiling usdt-macro v0.5.0 |
2736 | 2025-03-25T22:05:18.576Z | Compiling semver v1.0.25 |
2737 | 2025-03-25T22:05:20.013Z | Compiling cargo-platform v0.1.8 |
2738 | 2025-03-25T22:05:20.031Z | Compiling usdt v0.5.0 |
2739 | 2025-03-25T22:05:20.411Z | Compiling cargo_toml v0.21.0 |
2740 | 2025-03-25T22:05:21.147Z | Compiling cargo_metadata v0.19.2 |
2741 | 2025-03-25T22:05:21.433Z | Compiling camino-tempfile v1.1.1 |
2742 | 2025-03-25T22:05:22.045Z | Compiling macaddr v1.0.1 |
2743 | 2025-03-25T22:05:22.205Z | Compiling clap v4.5.32 |
2744 | 2025-03-25T22:05:33.641Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2745 | 2025-03-25T22:05:39.426Z | Finished `release` profile [optimized] target(s) in 49.33s |
2746 | 2025-03-25T22:05:39.547Z | |
2747 | 2025-03-25T22:05:39.547Z | real 49.479075907 |
2748 | 2025-03-25T22:05:39.547Z | user 5:20.180779722 |
2749 | 2025-03-25T22:05:39.547Z | sys 19.498988652 |
2750 | 2025-03-25T22:05:39.547Z | trap 0.152093278 |
2751 | 2025-03-25T22:05:39.551Z | tflt 0.170524819 |
2752 | 2025-03-25T22:05:39.551Z | dflt 0.406708860 |
2753 | 2025-03-25T22:05:39.551Z | kflt 0.000025345 |
2754 | 2025-03-25T22:05:39.552Z | lock 10:27.138387823 |
2755 | 2025-03-25T22:05:39.552Z | slp 16:06.527683011 |
2756 | 2025-03-25T22:05:39.552Z | lat 14.133700570 |
2757 | 2025-03-25T22:05:39.552Z | stop 20.192970971 |
2758 | 2025-03-25T22:05:39.552Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2759 | 2025-03-25T22:05:39.552Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2760 | 2025-03-25T22:05:39.552Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2761 | 2025-03-25T22:05:39.552Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2762 | 2025-03-25T22:05:39.552Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2763 | 2025-03-25T22:05:40.490Z | Compiling regress v0.10.3 |
2764 | 2025-03-25T22:05:40.628Z | Compiling thiserror-impl v2.0.12 |
2765 | 2025-03-25T22:05:40.632Z | Compiling ident_case v1.0.1 |
2766 | 2025-03-25T22:05:40.632Z | Compiling unsafe-libyaml v0.2.11 |
2767 | 2025-03-25T22:05:40.632Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2768 | 2025-03-25T22:05:40.632Z | Compiling tempfile v3.13.0 |
2769 | 2025-03-25T22:05:40.632Z | Compiling progenitor-client v0.9.1 |
2770 | 2025-03-25T22:05:40.632Z | Compiling quick-error v1.2.3 |
2771 | 2025-03-25T22:05:40.874Z | Compiling macaddr v1.0.1 |
2772 | 2025-03-25T22:05:40.938Z | Compiling darling_core v0.20.10 |
2773 | 2025-03-25T22:05:41.140Z | Compiling progenitor-client v0.8.0 |
2774 | 2025-03-25T22:05:41.204Z | Compiling structmeta-derive v0.3.0 |
2775 | 2025-03-25T22:05:41.304Z | Compiling instant v0.1.13 |
2776 | 2025-03-25T22:05:41.409Z | Compiling wait-timeout v0.2.0 |
2777 | 2025-03-25T22:05:41.475Z | Compiling dropshot v0.16.0 |
2778 | 2025-03-25T22:05:41.629Z | Compiling bit-vec v0.8.0 |
2779 | 2025-03-25T22:05:41.915Z | Compiling rusty-fork v0.3.0 |
2780 | 2025-03-25T22:05:41.941Z | Compiling dropshot_endpoint v0.16.0 |
2781 | 2025-03-25T22:05:42.095Z | Compiling serde_yaml v0.9.34+deprecated |
2782 | 2025-03-25T22:05:42.523Z | Compiling bit-set v0.8.0 |
2783 | 2025-03-25T22:05:42.604Z | Compiling rand_xorshift v0.3.0 |
2784 | 2025-03-25T22:05:42.838Z | Compiling unarray v0.1.4 |
2785 | 2025-03-25T22:05:42.960Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2786 | 2025-03-25T22:05:43.033Z | Compiling proptest v1.6.0 |
2787 | 2025-03-25T22:05:43.157Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2788 | 2025-03-25T22:05:43.833Z | Compiling thiserror v2.0.12 |
2789 | 2025-03-25T22:05:43.846Z | Compiling structmeta v0.3.0 |
2790 | 2025-03-25T22:05:43.984Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2791 | 2025-03-25T22:05:44.023Z | Compiling backoff v0.4.0 |
2792 | 2025-03-25T22:05:44.202Z | Compiling typify-impl v0.2.0 |
2793 | 2025-03-25T22:05:44.285Z | Compiling parse-display-derive v0.10.0 |
2794 | 2025-03-25T22:05:44.397Z | Compiling test-strategy v0.4.0 |
2795 | 2025-03-25T22:05:45.212Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2796 | 2025-03-25T22:05:49.447Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2797 | 2025-03-25T22:05:49.497Z | Compiling proc-macro-crate v1.3.1 |
2798 | 2025-03-25T22:05:49.497Z | Compiling typify-impl v0.3.0 |
2799 | 2025-03-25T22:05:49.497Z | Compiling darling_macro v0.20.10 |
2800 | 2025-03-25T22:05:49.497Z | Compiling num_enum_derive v0.5.11 |
2801 | 2025-03-25T22:05:49.497Z | Compiling darling v0.20.10 |
2802 | 2025-03-25T22:05:49.497Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2803 | 2025-03-25T22:05:49.498Z | Compiling serde_with_macros v3.12.0 |
2804 | 2025-03-25T22:05:49.498Z | Compiling parse-display v0.10.0 |
2805 | 2025-03-25T22:05:49.498Z | Compiling itertools v0.13.0 |
2806 | 2025-03-25T22:05:49.528Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2807 | 2025-03-25T22:05:49.528Z | Compiling num_enum v0.5.11 |
2808 | 2025-03-25T22:05:49.528Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2809 | 2025-03-25T22:05:49.758Z | Compiling crucible-workspace-hack v0.1.0 |
2810 | 2025-03-25T22:05:49.845Z | Compiling heapless v0.8.0 |
2811 | 2025-03-25T22:05:50.162Z | Compiling proc-macro-error v1.0.4 |
2812 | 2025-03-25T22:05:50.556Z | Compiling serde_with v3.12.0 |
2813 | 2025-03-25T22:05:50.751Z | Compiling camino-tempfile v1.1.1 |
2814 | 2025-03-25T22:05:50.782Z | Compiling hash32 v0.3.1 |
2815 | 2025-03-25T22:05:51.054Z | Compiling foreign-types-macros v0.2.3 |
2816 | 2025-03-25T22:05:51.216Z | Compiling foreign-types-shared v0.3.1 |
2817 | 2025-03-25T22:05:52.359Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2818 | 2025-03-25T22:05:52.391Z | Compiling smoltcp v0.11.0 |
2819 | 2025-03-25T22:05:52.391Z | Compiling foreign-types v0.5.0 |
2820 | 2025-03-25T22:05:52.816Z | Compiling tabwriter v1.4.0 |
2821 | 2025-03-25T22:05:53.237Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2822 | 2025-03-25T22:05:53.321Z | Compiling cstr-argument v0.1.2 |
2823 | 2025-03-25T22:05:53.626Z | Compiling cobs v0.2.3 |
2824 | 2025-03-25T22:05:53.943Z | Compiling pretty-hex v0.2.1 |
2825 | 2025-03-25T22:05:54.100Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2826 | 2025-03-25T22:05:54.154Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2827 | 2025-03-25T22:05:54.336Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2828 | 2025-03-25T22:05:54.464Z | Compiling postcard v1.0.10 |
2829 | 2025-03-25T22:05:54.530Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2830 | 2025-03-25T22:05:55.034Z | Compiling colored v2.2.0 |
2831 | 2025-03-25T22:05:55.063Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2832 | 2025-03-25T22:05:55.126Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2833 | 2025-03-25T22:05:55.328Z | Compiling winnow v0.6.20 |
2834 | 2025-03-25T22:05:55.513Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2835 | 2025-03-25T22:05:55.837Z | Compiling smf v0.2.3 |
2836 | 2025-03-25T22:05:56.396Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2837 | 2025-03-25T22:05:56.762Z | Compiling zone_cfg_derive v0.3.0 |
2838 | 2025-03-25T22:05:57.075Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2839 | 2025-03-25T22:05:57.483Z | Compiling itertools v0.14.0 |
2840 | 2025-03-25T22:05:58.007Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2841 | 2025-03-25T22:05:58.139Z | Compiling num-derive v0.4.2 |
2842 | 2025-03-25T22:05:58.734Z | Compiling typify-macro v0.2.0 |
2843 | 2025-03-25T22:05:58.847Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2844 | 2025-03-25T22:05:58.975Z | Compiling sigpipe v0.1.3 |
2845 | 2025-03-25T22:05:59.136Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2846 | 2025-03-25T22:05:59.531Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2847 | 2025-03-25T22:06:00.451Z | Compiling zone v0.3.0 |
2848 | 2025-03-25T22:06:00.476Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2849 | 2025-03-25T22:06:00.480Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2850 | 2025-03-25T22:06:00.949Z | Compiling universal-hash v0.5.1 |
2851 | 2025-03-25T22:06:00.957Z | Compiling typify-macro v0.3.0 |
2852 | 2025-03-25T22:06:01.207Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2853 | 2025-03-25T22:06:01.286Z | Compiling opaque-debug v0.3.1 |
2854 | 2025-03-25T22:06:01.380Z | Compiling utf-8 v0.7.6 |
2855 | 2025-03-25T22:06:01.407Z | Compiling num-rational v0.4.2 |
2856 | 2025-03-25T22:06:01.734Z | Compiling tungstenite v0.21.0 |
2857 | 2025-03-25T22:06:01.857Z | Compiling password-hash v0.5.0 |
2858 | 2025-03-25T22:06:02.407Z | Compiling typify v0.2.0 |
2859 | 2025-03-25T22:06:02.574Z | Compiling progenitor-impl v0.8.0 |
2860 | 2025-03-25T22:06:02.772Z | Compiling blake2 v0.10.6 |
2861 | 2025-03-25T22:06:02.842Z | Compiling aead v0.5.2 |
2862 | 2025-03-25T22:06:02.911Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2863 | 2025-03-25T22:06:03.102Z | Compiling num-complex v0.4.6 |
2864 | 2025-03-25T22:06:03.231Z | Compiling base64 v0.21.7 |
2865 | 2025-03-25T22:06:03.696Z | Compiling convert_case v0.4.0 |
2866 | 2025-03-25T22:06:03.987Z | Compiling keccak v0.1.5 |
2867 | 2025-03-25T22:06:04.125Z | Compiling num v0.4.3 |
2868 | 2025-03-25T22:06:04.129Z | Compiling argon2 v0.5.3 |
2869 | 2025-03-25T22:06:04.284Z | Compiling tokio-tungstenite v0.21.0 |
2870 | 2025-03-25T22:06:04.522Z | Compiling derive_more v0.99.19 |
2871 | 2025-03-25T22:06:04.720Z | Compiling typify v0.3.0 |
2872 | 2025-03-25T22:06:04.869Z | Compiling progenitor-impl v0.9.1 |
2873 | 2025-03-25T22:06:04.890Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2874 | 2025-03-25T22:06:05.081Z | Compiling sha3 v0.10.8 |
2875 | 2025-03-25T22:06:05.113Z | Compiling poly1305 v0.8.0 |
2876 | 2025-03-25T22:06:06.116Z | Compiling chacha20 v0.9.1 |
2877 | 2025-03-25T22:06:06.134Z | Compiling float-ord v0.3.2 |
2878 | 2025-03-25T22:06:06.335Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2879 | 2025-03-25T22:06:06.619Z | Compiling derive-where v1.2.7 |
2880 | 2025-03-25T22:06:06.787Z | Compiling same-file v1.0.6 |
2881 | 2025-03-25T22:06:06.816Z | Compiling semver v0.1.20 |
2882 | 2025-03-25T22:06:06.945Z | Compiling newline-converter v0.3.0 |
2883 | 2025-03-25T22:06:07.089Z | Compiling walkdir v2.5.0 |
2884 | 2025-03-25T22:06:07.145Z | Compiling primeorder v0.13.6 |
2885 | 2025-03-25T22:06:07.417Z | Compiling rustc_version v0.1.7 |
2886 | 2025-03-25T22:06:07.685Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2887 | 2025-03-25T22:06:07.779Z | Compiling secrecy v0.8.0 |
2888 | 2025-03-25T22:06:07.868Z | Compiling linked-hash-map v0.5.6 |
2889 | 2025-03-25T22:06:08.058Z | Compiling owo-colors v4.2.0 |
2890 | 2025-03-25T22:06:08.250Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2891 | 2025-03-25T22:06:08.295Z | Compiling cancel-safe-futures v0.1.5 |
2892 | 2025-03-25T22:06:08.730Z | Compiling lru-cache v0.1.2 |
2893 | 2025-03-25T22:06:08.826Z | Compiling newtype_derive v0.1.6 |
2894 | 2025-03-25T22:06:08.967Z | Compiling expectorate v1.1.0 |
2895 | 2025-03-25T22:06:09.070Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2896 | 2025-03-25T22:06:09.173Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2897 | 2025-03-25T22:06:09.178Z | Compiling resolv-conf v0.7.0 |
2898 | 2025-03-25T22:06:09.392Z | Compiling progenitor-macro v0.8.0 |
2899 | 2025-03-25T22:06:09.471Z | Compiling thiserror-impl-no-std v2.0.2 |
2900 | 2025-03-25T22:06:09.671Z | Compiling libsw-core v0.3.1 |
2901 | 2025-03-25T22:06:09.748Z | Compiling blake3 v1.5.4 |
2902 | 2025-03-25T22:06:09.892Z | Compiling half v2.4.1 |
2903 | 2025-03-25T22:06:09.964Z | Compiling unicase v2.7.0 |
2904 | 2025-03-25T22:06:10.144Z | Compiling ciborium-io v0.2.2 |
2905 | 2025-03-25T22:06:10.321Z | Compiling arc-swap v1.7.1 |
2906 | 2025-03-25T22:06:10.340Z | Compiling fixedbitset v0.5.7 |
2907 | 2025-03-25T22:06:10.450Z | Compiling ciborium-ll v0.2.2 |
2908 | 2025-03-25T22:06:10.868Z | Compiling slog-scope v4.4.0 |
2909 | 2025-03-25T22:06:10.938Z | Compiling petgraph v0.7.1 |
2910 | 2025-03-25T22:06:10.982Z | Compiling libsw v3.4.0 |
2911 | 2025-03-25T22:06:11.077Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2912 | 2025-03-25T22:06:11.189Z | Compiling hickory-resolver v0.24.4 |
2913 | 2025-03-25T22:06:11.291Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2914 | 2025-03-25T22:06:11.674Z | Compiling progenitor-macro v0.9.1 |
2915 | 2025-03-25T22:06:12.198Z | Compiling thiserror-no-std v2.0.2 |
2916 | 2025-03-25T22:06:12.257Z | Compiling polyval v0.6.2 |
2917 | 2025-03-25T22:06:12.355Z | Compiling atomicwrites v0.4.4 |
2918 | 2025-03-25T22:06:12.715Z | Compiling memmap2 v0.9.5 |
2919 | 2025-03-25T22:06:12.747Z | Compiling indent_write v2.2.0 |
2920 | 2025-03-25T22:06:13.010Z | Compiling arrayvec v0.7.6 |
2921 | 2025-03-25T22:06:13.139Z | Compiling linear-map v1.2.0 |
2922 | 2025-03-25T22:06:13.454Z | Compiling constant_time_eq v0.3.1 |
2923 | 2025-03-25T22:06:13.454Z | Compiling libefi-sys v0.1.0 |
2924 | 2025-03-25T22:06:13.551Z | Compiling parking_lot_core v0.8.6 |
2925 | 2025-03-25T22:06:13.694Z | Compiling arrayref v0.3.9 |
2926 | 2025-03-25T22:06:13.801Z | Compiling salty v0.3.0 |
2927 | 2025-03-25T22:06:14.073Z | Compiling ghash v0.5.1 |
2928 | 2025-03-25T22:06:14.301Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2929 | 2025-03-25T22:06:14.322Z | Compiling vsss-rs v3.3.4 |
2930 | 2025-03-25T22:06:14.977Z | Compiling slog-stdlog v4.1.1 |
2931 | 2025-03-25T22:06:15.273Z | Compiling ciborium v0.2.2 |
2932 | 2025-03-25T22:06:15.561Z | Compiling p384 v0.13.0 |
2933 | 2025-03-25T22:06:15.647Z | Compiling toolchain_find v0.4.0 |
2934 | 2025-03-25T22:06:16.281Z | Compiling chacha20poly1305 v0.10.1 |
2935 | 2025-03-25T22:06:16.551Z | Compiling ctr v0.9.2 |
2936 | 2025-03-25T22:06:16.596Z | Compiling lzma-sys v0.1.20 |
2937 | 2025-03-25T22:06:16.646Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2938 | 2025-03-25T22:06:16.961Z | Compiling bitfield-struct v0.6.2 |
2939 | 2025-03-25T22:06:17.060Z | Compiling slog-dtrace v0.3.0 |
2940 | 2025-03-25T22:06:17.094Z | Compiling topological-sort v0.2.2 |
2941 | 2025-03-25T22:06:17.355Z | Compiling highway v1.3.0 |
2942 | 2025-03-25T22:06:17.432Z | Compiling omicron-zone-package v0.12.0 |
2943 | 2025-03-25T22:06:17.610Z | Compiling aes-gcm v0.10.3 |
2944 | 2025-03-25T22:06:17.944Z | Compiling rustfmt-wrapper v0.2.1 |
2945 | 2025-03-25T22:06:17.968Z | Compiling mime_guess v2.0.5 |
2946 | 2025-03-25T22:06:18.161Z | Compiling slog-envlogger v2.2.0 |
2947 | 2025-03-25T22:06:18.307Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2948 | 2025-03-25T22:06:18.584Z | Compiling steno v0.4.1 |
2949 | 2025-03-25T22:06:19.186Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2950 | 2025-03-25T22:06:19.437Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2951 | 2025-03-25T22:06:19.508Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2952 | 2025-03-25T22:06:19.530Z | Compiling heck v0.3.3 |
2953 | 2025-03-25T22:06:19.594Z | Compiling ssh-encoding v0.2.0 |
2954 | 2025-03-25T22:06:19.967Z | Compiling blowfish v0.9.1 |
2955 | 2025-03-25T22:06:20.075Z | Compiling nibble_vec v0.1.0 |
2956 | 2025-03-25T22:06:20.106Z | Compiling env_filter v0.1.2 |
2957 | 2025-03-25T22:06:20.317Z | Compiling endian-type v0.1.2 |
2958 | 2025-03-25T22:06:20.440Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2959 | 2025-03-25T22:06:20.582Z | Compiling humantime v2.1.0 |
2960 | 2025-03-25T22:06:20.585Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2961 | 2025-03-25T22:06:20.684Z | Compiling radix_trie v0.2.1 |
2962 | 2025-03-25T22:06:20.750Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2963 | 2025-03-25T22:06:20.855Z | Compiling env_logger v0.11.5 |
2964 | 2025-03-25T22:06:21.083Z | Compiling bcrypt-pbkdf v0.10.0 |
2965 | 2025-03-25T22:06:21.325Z | Compiling progenitor v0.8.0 |
2966 | 2025-03-25T22:06:21.370Z | Compiling zone_cfg_derive v0.1.2 |
2967 | 2025-03-25T22:06:21.544Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2968 | 2025-03-25T22:06:21.583Z | Compiling ssh-cipher v0.2.0 |
2969 | 2025-03-25T22:06:21.681Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2970 | 2025-03-25T22:06:22.077Z | Compiling parking_lot v0.11.2 |
2971 | 2025-03-25T22:06:22.097Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2972 | 2025-03-25T22:06:22.938Z | Compiling qorb v0.2.1 |
2973 | 2025-03-25T22:06:22.986Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2974 | 2025-03-25T22:06:23.045Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2975 | 2025-03-25T22:06:23.067Z | Compiling password-hash v0.4.2 |
2976 | 2025-03-25T22:06:23.457Z | Compiling gethostname v0.5.0 |
2977 | 2025-03-25T22:06:23.500Z | Compiling fxhash v0.2.1 |
2978 | 2025-03-25T22:06:23.542Z | Compiling http-range v0.1.5 |
2979 | 2025-03-25T22:06:23.661Z | Compiling base64 v0.13.1 |
2980 | 2025-03-25T22:06:23.683Z | Compiling progenitor v0.9.1 |
2981 | 2025-03-25T22:06:23.737Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2982 | 2025-03-25T22:06:23.873Z | Compiling sled v0.34.7 |
2983 | 2025-03-25T22:06:23.927Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2984 | 2025-03-25T22:06:23.959Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2985 | 2025-03-25T22:06:24.086Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2986 | 2025-03-25T22:06:24.265Z | Compiling ron v0.7.1 |
2987 | 2025-03-25T22:06:24.963Z | Compiling pbkdf2 v0.11.0 |
2988 | 2025-03-25T22:06:25.366Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2989 | 2025-03-25T22:06:26.054Z | Compiling xz2 v0.1.7 |
2990 | 2025-03-25T22:06:26.534Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2991 | 2025-03-25T22:06:27.229Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2992 | 2025-03-25T22:06:27.408Z | Compiling zone v0.1.8 |
2993 | 2025-03-25T22:06:27.569Z | Compiling ssh-key v0.6.6 |
2994 | 2025-03-25T22:06:28.871Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2995 | 2025-03-25T22:06:28.982Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2996 | 2025-03-25T22:06:29.580Z | Compiling hickory-client v0.24.4 |
2997 | 2025-03-25T22:06:30.298Z | Compiling p521 v0.13.3 |
2998 | 2025-03-25T22:06:30.606Z | Compiling p256 v0.13.2 |
2999 | 2025-03-25T22:06:30.896Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3000 | 2025-03-25T22:06:31.458Z | Compiling hickory-server v0.24.4 |
3001 | 2025-03-25T22:06:31.706Z | Compiling pem v3.0.5 |
3002 | 2025-03-25T22:06:31.909Z | Compiling yasna v0.5.2 |
3003 | 2025-03-25T22:06:32.474Z | Compiling headers-core v0.3.0 |
3004 | 2025-03-25T22:06:32.574Z | Compiling kstat-rs v0.2.4 |
3005 | 2025-03-25T22:06:32.681Z | Compiling nanorand v0.7.0 |
3006 | 2025-03-25T22:06:33.167Z | Compiling russh-cryptovec v0.7.3 |
3007 | 2025-03-25T22:06:33.227Z | Compiling atty v0.2.14 |
3008 | 2025-03-25T22:06:33.255Z | Compiling md5 v0.7.0 |
3009 | 2025-03-25T22:06:33.406Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3010 | 2025-03-25T22:06:33.426Z | Compiling flume v0.11.1 |
3011 | 2025-03-25T22:06:33.515Z | Compiling rcgen v0.12.1 |
3012 | 2025-03-25T22:06:33.762Z | Compiling russh-keys v0.45.0 |
3013 | 2025-03-25T22:06:34.075Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3014 | 2025-03-25T22:06:35.575Z | Compiling headers v0.4.0 |
3015 | 2025-03-25T22:06:35.711Z | Compiling hyper-staticfile v0.10.1 |
3016 | 2025-03-25T22:06:36.714Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3017 | 2025-03-25T22:06:37.240Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3018 | 2025-03-25T22:06:37.301Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3019 | 2025-03-25T22:06:37.612Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3020 | 2025-03-25T22:06:37.897Z | Compiling num-bigint v0.4.6 |
3021 | 2025-03-25T22:06:38.011Z | Compiling des v0.8.1 |
3022 | 2025-03-25T22:06:38.014Z | Compiling subprocess v0.2.9 |
3023 | 2025-03-25T22:06:38.386Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3024 | 2025-03-25T22:06:38.438Z | Compiling display-error-chain v0.2.2 |
3025 | 2025-03-25T22:06:38.688Z | Compiling hex-literal v0.4.1 |
3026 | 2025-03-25T22:06:39.326Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3027 | 2025-03-25T22:06:39.781Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3028 | 2025-03-25T22:06:39.800Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3029 | 2025-03-25T22:06:42.222Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3030 | 2025-03-25T22:06:43.637Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3031 | 2025-03-25T22:06:44.072Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3032 | 2025-03-25T22:06:44.557Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3033 | 2025-03-25T22:06:46.351Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3034 | 2025-03-25T22:06:46.390Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3035 | 2025-03-25T22:06:47.181Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3036 | 2025-03-25T22:06:47.687Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3037 | 2025-03-25T22:06:48.306Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3038 | 2025-03-25T22:06:48.390Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3039 | 2025-03-25T22:06:49.739Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3040 | 2025-03-25T22:06:50.314Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3041 | 2025-03-25T22:06:51.171Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3042 | 2025-03-25T22:06:51.250Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3043 | 2025-03-25T22:06:51.365Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3044 | 2025-03-25T22:06:53.094Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3045 | 2025-03-25T22:06:53.599Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3046 | 2025-03-25T22:06:54.222Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3047 | 2025-03-25T22:06:54.674Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3048 | 2025-03-25T22:06:54.864Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3049 | 2025-03-25T22:06:55.977Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3050 | 2025-03-25T22:06:56.205Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3051 | 2025-03-25T22:06:56.981Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3052 | 2025-03-25T22:06:58.862Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3053 | 2025-03-25T22:06:59.069Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3054 | 2025-03-25T22:06:59.149Z | Compiling russh v0.45.0 |
3055 | 2025-03-25T22:07:00.440Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3056 | 2025-03-25T22:07:01.235Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3057 | 2025-03-25T22:07:01.693Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3058 | 2025-03-25T22:07:01.843Z | Compiling internet-checksum v0.2.1 |
3059 | 2025-03-25T22:07:07.570Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3060 | 2025-03-25T22:07:14.572Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3061 | 2025-03-25T22:07:16.165Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3062 | 2025-03-25T22:07:40.408Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3063 | 2025-03-25T22:08:03.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
3064 | 2025-03-25T22:08:03.349Z | |
3065 | 2025-03-25T22:08:03.349Z | real 2:23.711013819 |
3066 | 2025-03-25T22:08:03.349Z | user 12:10.935451819 |
3067 | 2025-03-25T22:08:03.349Z | sys 1:38.245157191 |
3068 | 2025-03-25T22:08:03.349Z | trap 0.361993346 |
3069 | 2025-03-25T22:08:03.350Z | tflt 0.263593975 |
3070 | 2025-03-25T22:08:03.350Z | dflt 0.724574780 |
3071 | 2025-03-25T22:08:03.350Z | kflt 0.000027594 |
3072 | 2025-03-25T22:08:03.350Z | lock 22:58.229378420 |
3073 | 2025-03-25T22:08:03.350Z | slp 42:57.195287954 |
3074 | 2025-03-25T22:08:03.350Z | lat 39.639905043 |
3075 | 2025-03-25T22:08:03.350Z | stop 1:46.676502235 |
3076 | 2025-03-25T22:08:03.354Z | + mkdir tests |
3077 | 2025-03-25T22:08:03.354Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3078 | 2025-03-25T22:08:03.388Z | + xargs -I '{}' -t cp '{}' tests/ |
3079 | 2025-03-25T22:08:03.413Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-85a52c52ac369810 tests/ |
3080 | 2025-03-25T22:08:03.428Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0ce3b2f09d354b4b tests/ |
3081 | 2025-03-25T22:08:03.451Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8157ae39450efb9d tests/ |
3082 | 2025-03-25T22:08:03.468Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-72010e6fc5b9e64b tests/ |
3083 | 2025-03-25T22:08:03.677Z | + 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/*) |
3084 | 2025-03-25T22:08:03.681Z | + 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-0ce3b2f09d354b4b tests/commtest-8157ae39450efb9d tests/dhcp_server-85a52c52ac369810 tests/end_to_end_tests-72010e6fc5b9e64b 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 |
3085 | 2025-03-25T22:09:21.987Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3086 | 2025-03-25T22:09:21.987Z | a .github/buildomat/ci-env.sh 1K |
3087 | 2025-03-25T22:09:21.987Z | a out/target/test 1K |
3088 | 2025-03-25T22:09:21.988Z | a out/npuzone/npuzone 23144K |
3089 | 2025-03-25T22:09:21.988Z | a package-manifest.toml 33K |
3090 | 2025-03-25T22:09:21.988Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3091 | 2025-03-25T22:09:21.988Z | a target/release/omicron-package 39604K |
3092 | 2025-03-25T22:09:21.988Z | a target/release/xtask 10810K |
3093 | 2025-03-25T22:09:21.988Z | a target/debug/bootstrap 219397K |
3094 | 2025-03-25T22:09:21.988Z | a tests/bootstrap-0ce3b2f09d354b4b 24084K |
3095 | 2025-03-25T22:09:21.988Z | a tests/commtest-8157ae39450efb9d 24339K |
3096 | 2025-03-25T22:09:21.988Z | a tests/dhcp_server-85a52c52ac369810 24084K |
3097 | 2025-03-25T22:09:21.988Z | a tests/end_to_end_tests-72010e6fc5b9e64b 274003K |
3098 | 2025-03-25T22:09:21.988Z | a out/clickhouse.tar.gz 304240K |
3099 | 2025-03-25T22:09:21.988Z | a out/clickhouse_keeper.tar.gz 289736K |
3100 | 2025-03-25T22:09:21.988Z | a out/clickhouse_server.tar.gz 304189K |
3101 | 2025-03-25T22:09:21.988Z | a out/cockroachdb.tar.gz 144202K |
3102 | 2025-03-25T22:09:21.988Z | a out/crucible-dtrace.tar 98K |
3103 | 2025-03-25T22:09:21.988Z | a out/crucible-pantry-zone.tar.gz 32788K |
3104 | 2025-03-25T22:09:21.988Z | a out/crucible-zone.tar.gz 41175K |
3105 | 2025-03-25T22:09:21.989Z | a out/external-dns.tar.gz 45249K |
3106 | 2025-03-25T22:09:21.989Z | a out/internal-dns.tar.gz 45252K |
3107 | 2025-03-25T22:09:21.989Z | a out/mg-ddm-gz.tar 65544K |
3108 | 2025-03-25T22:09:21.989Z | a out/nexus.tar.gz 110417K |
3109 | 2025-03-25T22:09:21.989Z | a out/ntp.tar.gz 14738K |
3110 | 2025-03-25T22:09:21.989Z | a out/omicron-gateway-softnpu.tar.gz 24801K |
3111 | 2025-03-25T22:09:21.989Z | a out/omicron-sled-agent.tar 125150K |
3112 | 2025-03-25T22:09:21.989Z | a out/overlay.tar.gz 3K |
3113 | 2025-03-25T22:09:21.989Z | a out/oximeter.tar.gz 54294K |
3114 | 2025-03-25T22:09:21.989Z | a out/oxlog.tar 3144K |
3115 | 2025-03-25T22:09:21.989Z | a out/probe.tar.gz 2764K |
3116 | 2025-03-25T22:09:21.989Z | a out/propolis-server.tar.gz 67599K |
3117 | 2025-03-25T22:09:21.989Z | a out/pumpkind-gz.tar 26648K |
3118 | 2025-03-25T22:09:21.989Z | a out/switch-softnpu.tar.gz 269346K |
3119 | 2025-03-25T22:09:21.997Z | |
3120 | 2025-03-25T22:09:21.997Z | real 1:18.292217812 |
3121 | 2025-03-25T22:09:21.997Z | user 1:14.646817265 |
3122 | 2025-03-25T22:09:21.997Z | sys 5.181250608 |
3123 | 2025-03-25T22:09:21.997Z | trap 0.019565846 |
3124 | 2025-03-25T22:09:21.997Z | tflt 0.000000000 |
3125 | 2025-03-25T22:09:21.997Z | dflt 0.000000000 |
3126 | 2025-03-25T22:09:21.997Z | kflt 0.000000000 |
3127 | 2025-03-25T22:09:21.997Z | lock 0.000000000 |
3128 | 2025-03-25T22:09:21.997Z | slp 1:14.478356851 |
3129 | 2025-03-25T22:09:21.997Z | lat 2.253761633 |
3130 | 2025-03-25T22:09:21.997Z | stop 0.000206181 |
3131 | 2025-03-25T22:09:21.998Z | process exited: duration 2190908 ms, exit code 0 |
|
3132 | 2025-03-25T22:09:22.010Z | found 1 output files |
3133 | 2025-03-25T22:09:22.011Z | uploading: /work/package.tar.gz (2029036574 bytes) |
3134 | 2025-03-25T22:10:18.986Z | uploaded: /work/package.tar.gz |