|
|
|
1 | 2025-03-25T21:31:29.471Z | job assigned to worker 01JQ7KEN2WK5PD9E1FBXV31T0G [factory gimlet-EVT22200007-propolis, EVT22200007/22982] (queued for 25 s) |
|
2 | 2025-03-25T21:31:38.845Z | starting task 0: "setup" |
3 | 2025-03-25T21:31:39.457Z | ++ uname -s |
4 | 2025-03-25T21:31:39.457Z | + kern=SunOS |
5 | 2025-03-25T21:31:39.458Z | + build_user=build |
6 | 2025-03-25T21:31:39.458Z | + build_uid=12345 |
7 | 2025-03-25T21:31:39.458Z | + work_dir=/work |
8 | 2025-03-25T21:31:39.458Z | + input_dir=/input |
9 | 2025-03-25T21:31:39.458Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T21:31:39.458Z | + case "$kern" in |
11 | 2025-03-25T21:31:39.459Z | + groupadd -g 12345 build |
12 | 2025-03-25T21:31:39.459Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T21:31:40.725Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T21:31:41.574Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T21:31:41.574Z | + home_fs=zfs |
16 | 2025-03-25T21:31:41.574Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T21:31:41.574Z | + mkdir -p /home/build |
18 | 2025-03-25T21:31:41.574Z | + chown build:build /home/build /work |
19 | 2025-03-25T21:31:42.625Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T21:31:43.112Z | process exited: duration 4084 ms, exit code 0 |
|
21 | 2025-03-25T21:31:43.805Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T21:31:44.678Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T21:31:44.678Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-25T21:31:44.678Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-25T21:31:44.678Z | * rust toolchain profile = "default" |
26 | 2025-03-25T21:31:44.678Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T21:31:44.678Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T21:31:44.678Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T21:31:44.678Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T21:31:44.679Z | info: downloading installer |
31 | 2025-03-25T21:31:44.679Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T21:31:44.679Z | warn: /opt/ooce/bin |
33 | 2025-03-25T21:31:44.679Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T21:31:44.679Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T21:31:44.679Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T21:31:44.679Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T21:31:44.679Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T21:31:44.679Z | error: cannot install while Rust is installed |
39 | 2025-03-25T21:31:44.679Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T21:31:44.679Z | info: profile set to 'default' |
41 | 2025-03-25T21:31:44.679Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T21:31:44.679Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T21:31:44.679Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T21:31:44.679Z | info: downloading component 'cargo' |
45 | 2025-03-25T21:31:44.950Z | info: downloading component 'clippy' |
46 | 2025-03-25T21:31:44.950Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T21:31:44.951Z | info: downloading component 'rust-std' |
48 | 2025-03-25T21:31:45.471Z | info: downloading component 'rustc' |
49 | 2025-03-25T21:31:46.317Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T21:31:46.631Z | info: installing component 'cargo' |
51 | 2025-03-25T21:31:47.421Z | info: installing component 'clippy' |
52 | 2025-03-25T21:31:47.792Z | info: installing component 'rust-docs' |
53 | 2025-03-25T21:31:50.740Z | info: installing component 'rust-std' |
54 | 2025-03-25T21:31:52.876Z | info: installing component 'rustc' |
55 | 2025-03-25T21:31:59.992Z | info: installing component 'rustfmt' |
56 | 2025-03-25T21:32:00.502Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T21:32:00.502Z | |
58 | 2025-03-25T21:32:00.857Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T21:32:00.857Z | |
60 | 2025-03-25T21:32:00.858Z | |
61 | 2025-03-25T21:32:00.858Z | Rust is installed now. Great! |
62 | 2025-03-25T21:32:00.858Z | |
63 | 2025-03-25T21:32:00.858Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T21:32:00.858Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T21:32:00.858Z | |
66 | 2025-03-25T21:32:00.858Z | To configure your current shell, you need to source |
67 | 2025-03-25T21:32:00.858Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T21:32:00.858Z | |
69 | 2025-03-25T21:32:00.858Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T21:32:00.858Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T21:32:00.858Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T21:32:00.858Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T21:32:00.858Z | + rustup --version |
74 | 2025-03-25T21:32:00.858Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T21:32:00.858Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T21:32:00.859Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T21:32:00.859Z | + cargo --version |
78 | 2025-03-25T21:32:00.859Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T21:32:00.859Z | + rustc --version |
80 | 2025-03-25T21:32:00.859Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T21:32:00.859Z | process exited: duration 17045 ms, exit code 0 |
|
82 | 2025-03-25T21:32:01.642Z | starting task 2: "authentication" |
83 | 2025-03-25T21:32:02.133Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
84 | 2025-03-25T21:32:07.958Z | process exited: duration 6612 ms, exit code 0 |
|
85 | 2025-03-25T21:32:08.014Z | starting task 3: "clone repository" |
86 | 2025-03-25T21:32:08.075Z | + mkdir -p /work/oxidecomputer/omicron |
87 | 2025-03-25T21:32:08.076Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
88 | 2025-03-25T21:32:08.102Z | Cloning into '/work/oxidecomputer/omicron'... |
89 | 2025-03-25T21:32:15.230Z | + cd /work/oxidecomputer/omicron |
90 | 2025-03-25T21:32:15.230Z | + git fetch origin f4aea8cc86ef1a36efaf82a11415f86d265df337 |
91 | 2025-03-25T21:32:15.682Z | From https://github.com/oxidecomputer/omicron |
92 | 2025-03-25T21:32:15.682Z | * branch f4aea8cc86ef1a36efaf82a11415f86d265df337 -> FETCH_HEAD |
93 | 2025-03-25T21:32:15.709Z | + [[ -n groups-for-instance ]] |
94 | 2025-03-25T21:32:15.709Z | ++ git branch --show-current |
95 | 2025-03-25T21:32:15.709Z | + current=main |
96 | 2025-03-25T21:32:15.709Z | + [[ main != groups-for-instance ]] |
97 | 2025-03-25T21:32:15.709Z | + git branch -f groups-for-instance f4aea8cc86ef1a36efaf82a11415f86d265df337 |
98 | 2025-03-25T21:32:15.709Z | + git checkout -f groups-for-instance |
99 | 2025-03-25T21:32:15.930Z | Switched to branch 'groups-for-instance' |
100 | 2025-03-25T21:32:15.956Z | + git reset --hard f4aea8cc86ef1a36efaf82a11415f86d265df337 |
101 | 2025-03-25T21:32:15.982Z | HEAD is now at f4aea8cc8 Merge branch 'affinity-query-commentary' into groups-for-instance |
102 | 2025-03-25T21:32:15.982Z | process exited: duration 7948 ms, exit code 0 |
|
103 | 2025-03-25T21:32:16.034Z | starting task 4: "build" |
104 | 2025-03-25T21:32:16.059Z | + source ./env.sh |
105 | 2025-03-25T21:32:16.059Z | ++ OLD_SHELL_OPTS=ehxB |
106 | 2025-03-25T21:32:16.059Z | ++ set -o xtrace |
107 | 2025-03-25T21:32:16.060Z | ++++ dirname ./env.sh |
108 | 2025-03-25T21:32:16.060Z | +++ readlink -f . |
109 | 2025-03-25T21:32:16.060Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
110 | 2025-03-25T21:32:16.060Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-03-25T21:32:16.060Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-03-25T21:32:16.060Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2025-03-25T21:32:16.060Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2025-03-25T21:32:16.060Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2025-03-25T21:32:16.060Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-03-25T21:32:16.060Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-03-25T21:32:16.060Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2025-03-25T21:32:16.060Z | ++ case $OLD_SHELL_OPTS in |
119 | 2025-03-25T21:32:16.060Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
120 | 2025-03-25T21:32:16.060Z | + source .github/buildomat/ci-env.sh |
121 | 2025-03-25T21:32:16.060Z | ++ export CARGO_TERM_COLOR=always |
122 | 2025-03-25T21:32:16.060Z | ++ CARGO_TERM_COLOR=always |
123 | 2025-03-25T21:32:16.060Z | + target_os=illumos |
124 | 2025-03-25T21:32:16.060Z | + NEXTEST_VERSION=0.9.91 |
125 | 2025-03-25T21:32:16.060Z | + cargo --version |
126 | 2025-03-25T21:32:16.123Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
127 | 2025-03-25T21:32:16.149Z | + rustc --version |
128 | 2025-03-25T21:32:16.210Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
129 | 2025-03-25T21:32:16.236Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.91/illumos |
130 | 2025-03-25T21:32:16.236Z | + gunzip |
131 | 2025-03-25T21:32:16.236Z | + tar -xvf - -C /home/build/.cargo/bin |
132 | 2025-03-25T21:32:17.157Z | x cargo-nextest, 18384984 bytes, 35909 tape blocks |
133 | 2025-03-25T21:32:17.185Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
134 | 2025-03-25T21:32:17.185Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
135 | 2025-03-25T21:32:17.185Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
136 | 2025-03-25T21:32:17.185Z | + mkdir /var/tmp/omicron_tmp |
137 | 2025-03-25T21:32:17.185Z | + OUTPUT_DIR=/work |
138 | 2025-03-25T21:32:17.185Z | + echo 'tests will store non-ephemeral output in /work' |
139 | 2025-03-25T21:32:17.185Z | tests will store non-ephemeral output in /work |
140 | 2025-03-25T21:32:17.185Z | + mkdir -p /work |
141 | 2025-03-25T21:32:17.185Z | + banner prerequisites |
142 | 2025-03-25T21:32:17.185Z | |
143 | 2025-03-25T21:32:17.185Z | ##### ##### ###### ##### ###### #### # # # #### # |
144 | 2025-03-25T21:32:17.185Z | # # # # # # # # # # # # # # # |
145 | 2025-03-25T21:32:17.185Z | # # # # ##### # # ##### # # # # # #### # |
146 | 2025-03-25T21:32:17.185Z | ##### ##### # ##### # # # # # # # # # |
147 | 2025-03-25T21:32:17.185Z | # # # # # # # # # # # # # # # |
148 | 2025-03-25T21:32:17.185Z | # # # ###### # # ###### ### # #### # #### # |
149 | 2025-03-25T21:32:17.185Z | |
150 | 2025-03-25T21:32:17.185Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
151 | 2025-03-25T21:32:18.594Z | pkg list: illegal option -- F |
152 | 2025-03-25T21:32:18.594Z | Usage: |
153 | 2025-03-25T21:32:18.594Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
154 | 2025-03-25T21:32:18.594Z | [pkg_fmri_pattern ...] |
155 | 2025-03-25T21:32:19.684Z | pkg list: illegal option -- F |
156 | 2025-03-25T21:32:19.684Z | Usage: |
157 | 2025-03-25T21:32:19.684Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
158 | 2025-03-25T21:32:19.684Z | [pkg_fmri_pattern ...] |
159 | 2025-03-25T21:32:35.012Z | Startup: Refreshing catalog 'helios-dev' ... Done |
160 | 2025-03-25T21:32:40.770Z | Startup: Caching catalogs ... Done |
161 | 2025-03-25T21:33:00.065Z | Planning: Solver setup ... Done (17.894s) |
162 | 2025-03-25T21:33:00.303Z | Planning: Running solver ... Done (0.238s) |
163 | 2025-03-25T21:33:00.442Z | Planning: Finding local manifests ... Done (0.004s) |
164 | 2025-03-25T21:33:00.525Z | Planning: Fetching manifests: 0/7 0% complete |
165 | 2025-03-25T21:33:02.806Z | Planning: Fetching manifests: 7/7 100% complete |
166 | 2025-03-25T21:33:02.950Z | Planning: Package planning ... Done (0.143s) |
167 | 2025-03-25T21:33:03.020Z | Planning: Merging actions ... Done (0.067s) |
168 | 2025-03-25T21:33:03.249Z | Planning: Checking for conflicting actions ... Done (0.230s) |
169 | 2025-03-25T21:33:04.594Z | Planning: Consolidating action changes ... Done (1.346s) |
170 | 2025-03-25T21:33:05.029Z | Planning: Evaluating mediators ... Done (0.435s) |
171 | 2025-03-25T21:33:05.135Z | Planning: Planning completed in 24.27 seconds |
172 | 2025-03-25T21:33:05.163Z | Packages to install: 4 |
173 | 2025-03-25T21:33:05.163Z | Packages to update: 3 |
174 | 2025-03-25T21:33:05.163Z | Mediators to change: 2 |
175 | 2025-03-25T21:33:05.163Z | Services to change: 1 |
176 | 2025-03-25T21:33:05.163Z | Estimated space available: 155.11 GB |
177 | 2025-03-25T21:33:05.163Z | Estimated space to be consumed: 1.67 GB |
178 | 2025-03-25T21:33:05.163Z | Create boot environment: No |
179 | 2025-03-25T21:33:05.163Z | Create backup boot environment: Yes |
180 | 2025-03-25T21:33:05.163Z | Rebuild boot archive: No |
181 | 2025-03-25T21:33:05.163Z | |
182 | 2025-03-25T21:33:05.163Z | Changed mediators: |
183 | 2025-03-25T21:33:05.163Z | mediator clang: |
184 | 2025-03-25T21:33:05.163Z | version: None -> 15 (system default) |
185 | 2025-03-25T21:33:05.163Z | |
186 | 2025-03-25T21:33:05.163Z | mediator llvm: |
187 | 2025-03-25T21:33:05.163Z | version: 14 (system default) -> 15 (system default) |
188 | 2025-03-25T21:33:05.163Z | |
189 | 2025-03-25T21:33:05.164Z | Changed packages: |
190 | 2025-03-25T21:33:05.164Z | helios-dev |
191 | 2025-03-25T21:33:05.164Z | developer/build-essential |
192 | 2025-03-25T21:33:05.164Z | None -> 11-2.0 |
193 | 2025-03-25T21:33:05.164Z | library/libxmlsec1 |
194 | 2025-03-25T21:33:05.164Z | None -> 1.2.35-2.0 |
195 | 2025-03-25T21:33:05.164Z | ooce/developer/clang-15 |
196 | 2025-03-25T21:33:05.164Z | None -> 15.0.7-2.0 |
197 | 2025-03-25T21:33:05.164Z | ooce/developer/llvm-15 |
198 | 2025-03-25T21:33:05.164Z | None -> 15.0.7-2.0 |
199 | 2025-03-25T21:33:05.164Z | package/pkg |
200 | 2025-03-25T21:33:05.164Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
201 | 2025-03-25T21:33:05.164Z | system/library/g++-runtime |
202 | 2025-03-25T21:33:05.164Z | 13-2.0 -> 14-2.0 |
203 | 2025-03-25T21:33:05.164Z | system/library/gcc-runtime |
204 | 2025-03-25T21:33:05.164Z | 13-2.0 -> 14-2.0 |
205 | 2025-03-25T21:33:05.164Z | |
206 | 2025-03-25T21:33:05.164Z | Services: |
207 | 2025-03-25T21:33:05.164Z | restart_fmri: |
208 | 2025-03-25T21:33:05.164Z | svc:/system/update-man-index:default |
209 | 2025-03-25T21:33:05.164Z | |
210 | 2025-03-25T21:33:05.164Z | Editable files to change: |
211 | 2025-03-25T21:33:05.164Z | Update: |
212 | 2025-03-25T21:33:05.164Z | usr/share/lib/pkg/web/config.shtml |
213 | 2025-03-25T21:33:05.230Z | |
214 | 2025-03-25T21:33:05.231Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
215 | 2025-03-25T21:33:10.238Z | Download: 1191/4301 items 36.2/225.4MB 16% complete (7.2M/s) |
216 | 2025-03-25T21:33:15.244Z | Download: 1197/4301 items 56.1/225.4MB 24% complete (5.7M/s) |
217 | 2025-03-25T21:33:20.246Z | Download: 1604/4301 items 103.5/225.4MB 45% complete (6.8M/s) |
218 | 2025-03-25T21:33:25.262Z | Download: 2224/4301 items 116.1/225.4MB 51% complete (6.4M/s) |
219 | 2025-03-25T21:33:30.280Z | Download: 2651/4301 items 120.6/225.4MB 53% complete (1.8M/s) |
220 | 2025-03-25T21:33:35.589Z | Download: 3246/4301 items 188.2/225.4MB 83% complete (7.2M/s) |
221 | 2025-03-25T21:33:47.041Z | Download: 3248/4301 items 200.4/225.4MB 88% complete (7.8M/s) |
222 | 2025-03-25T21:33:52.692Z | Download: 3281/4301 items 209.7/225.4MB 93% complete (2.4M/s) |
223 | 2025-03-25T21:34:02.306Z | Download: 3286/4301 items 211.6/225.4MB 93% complete (1.6M/s) |
224 | 2025-03-25T21:34:07.343Z | Download: 3578/4301 items 215.8/225.4MB 95% complete (890k/s) |
225 | 2025-03-25T21:34:12.373Z | Download: 3842/4301 items 217.3/225.4MB 96% complete (601k/s) |
226 | 2025-03-25T21:34:17.385Z | Download: 4043/4301 items 219.0/225.4MB 97% complete (319k/s) |
227 | 2025-03-25T21:34:23.501Z | Download: 4202/4301 items 220.5/225.4MB 97% complete (337k/s) |
228 | 2025-03-25T21:34:28.583Z | Download: 4205/4301 items 220.5/225.4MB 97% complete (322k/s) |
229 | 2025-03-25T21:34:36.634Z | Download: 4206/4301 items 220.6/225.4MB 97% complete |
230 | 2025-03-25T21:34:44.272Z | Download: 4207/4301 items 220.6/225.4MB 97% complete |
231 | 2025-03-25T21:35:10.135Z | Download: 4296/4301 items 225.0/225.4MB 99% complete |
232 | 2025-03-25T21:35:14.862Z | Download: Completed 225.42 MB in 129.63 seconds (1.7M/s) |
233 | 2025-03-25T21:35:16.373Z | Actions: 1/5122 actions (Removing old actions) |
234 | 2025-03-25T21:35:16.399Z | Actions: 194/5122 actions (Installing new actions) |
235 | 2025-03-25T21:35:21.423Z | Actions: 3213/5122 actions (Installing new actions) |
236 | 2025-03-25T21:35:22.340Z | Actions: 4267/5122 actions (Updating modified actions) |
237 | 2025-03-25T21:35:22.759Z | Actions: Completed 5122 actions in 6.39 seconds. |
238 | 2025-03-25T21:35:23.115Z | Done (0.346s) |
239 | 2025-03-25T21:35:23.140Z | Done (0.001s) |
240 | 2025-03-25T21:35:23.896Z | Done (0.780s) |
241 | 2025-03-25T21:35:29.031Z | Done (4.948s) |
242 | 2025-03-25T21:35:29.125Z | Done (0.019s) |
243 | 2025-03-25T21:35:29.150Z | Done (0.000s) |
244 | 2025-03-25T21:35:29.294Z | Done (0.000s) |
245 | 2025-03-25T21:35:30.165Z | Planning: Evaluating mediator changes ... Done |
246 | 2025-03-25T21:35:30.368Z | Planning: Checking for conflicting actions ... Done |
247 | 2025-03-25T21:35:30.395Z | Planning: Consolidating action changes ... Done |
248 | 2025-03-25T21:35:30.698Z | Planning: Evaluating mediators ... Done |
249 | 2025-03-25T21:35:30.727Z | Planning: Planning completed in 0.53 seconds |
250 | 2025-03-25T21:35:30.754Z | Mediators to change: 2 |
251 | 2025-03-25T21:35:30.754Z | Create boot environment: No |
252 | 2025-03-25T21:35:30.754Z | Create backup boot environment: No |
253 | 2025-03-25T21:35:30.818Z | Done |
254 | 2025-03-25T21:35:30.818Z | Done |
255 | 2025-03-25T21:35:31.339Z | Done |
256 | 2025-03-25T21:35:35.884Z | Done |
257 | 2025-03-25T21:35:35.981Z | Done |
258 | 2025-03-25T21:35:35.981Z | Done |
259 | 2025-03-25T21:35:36.031Z | Done |
260 | 2025-03-25T21:35:36.773Z | Planning: Evaluating mediator changes ... Done |
261 | 2025-03-25T21:35:36.798Z | Planning: Merging actions ... Done |
262 | 2025-03-25T21:35:37.015Z | Planning: Checking for conflicting actions ... Done |
263 | 2025-03-25T21:35:37.040Z | Planning: Consolidating action changes ... Done |
264 | 2025-03-25T21:35:37.349Z | Planning: Evaluating mediators ... Done |
265 | 2025-03-25T21:35:37.424Z | Planning: Planning completed in 0.95 seconds |
266 | 2025-03-25T21:35:37.472Z | Packages to change: 1 |
267 | 2025-03-25T21:35:37.472Z | Mediators to change: 1 |
268 | 2025-03-25T21:35:37.472Z | Services to change: 1 |
269 | 2025-03-25T21:35:37.472Z | Create boot environment: No |
270 | 2025-03-25T21:35:37.472Z | Create backup boot environment: Yes |
271 | 2025-03-25T21:35:39.201Z | Actions: 1/6 actions (Updating modified actions) |
272 | 2025-03-25T21:35:39.226Z | Actions: Completed 6 actions in 0.00 seconds. |
273 | 2025-03-25T21:35:39.226Z | Done |
274 | 2025-03-25T21:35:39.226Z | Done |
275 | 2025-03-25T21:35:39.368Z | Done |
276 | 2025-03-25T21:35:43.981Z | Done |
277 | 2025-03-25T21:35:44.087Z | Done |
278 | 2025-03-25T21:35:44.087Z | Done |
279 | 2025-03-25T21:35:44.185Z | Done |
280 | 2025-03-25T21:35:44.758Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
281 | 2025-03-25T21:35:44.758Z | clang system 15 system |
282 | 2025-03-25T21:35:44.758Z | csh system system illumos |
283 | 2025-03-25T21:35:44.758Z | ctags system system illumos |
284 | 2025-03-25T21:35:44.758Z | gcc vendor 12 vendor |
285 | 2025-03-25T21:35:44.758Z | gcc system 10 system |
286 | 2025-03-25T21:35:44.758Z | gcc system 7 system |
287 | 2025-03-25T21:35:44.758Z | go system 1.20 system |
288 | 2025-03-25T21:35:44.758Z | go system 1.19 system |
289 | 2025-03-25T21:35:44.758Z | llvm system 15 system |
290 | 2025-03-25T21:35:44.758Z | llvm system 14 system |
291 | 2025-03-25T21:35:44.758Z | mariadb system 10.6 system |
292 | 2025-03-25T21:35:44.758Z | mta vendor vendor dma |
293 | 2025-03-25T21:35:44.758Z | openjdk system 17 system |
294 | 2025-03-25T21:35:44.758Z | openjdk system 11 system |
295 | 2025-03-25T21:35:44.758Z | openjdk system 1.8 system |
296 | 2025-03-25T21:35:44.758Z | openssl vendor 3 vendor |
297 | 2025-03-25T21:35:44.758Z | perl system 5.36 system |
298 | 2025-03-25T21:35:44.758Z | postgresql system 15 system |
299 | 2025-03-25T21:35:44.758Z | postgresql system 13 system |
300 | 2025-03-25T21:35:44.759Z | python vendor 3 vendor |
301 | 2025-03-25T21:35:44.759Z | python system 2 system |
302 | 2025-03-25T21:35:44.759Z | python3 system 3.11 system |
303 | 2025-03-25T21:35:44.759Z | ruby system 3.0 system |
304 | 2025-03-25T21:35:44.759Z | words vendor vendor american-english |
305 | 2025-03-25T21:35:44.759Z | words system system australian-english |
306 | 2025-03-25T21:35:44.759Z | words system system british-english |
307 | 2025-03-25T21:35:44.759Z | words system system canadian-english |
308 | 2025-03-25T21:35:44.759Z | words system system french |
309 | 2025-03-25T21:35:44.759Z | words system system italian |
310 | 2025-03-25T21:35:44.759Z | words system system ngerman |
311 | 2025-03-25T21:35:44.759Z | words system system ogerman |
312 | 2025-03-25T21:35:44.759Z | words system system spanish |
313 | 2025-03-25T21:35:45.175Z | PUBLISHER TYPE STATUS P LOCATION |
314 | 2025-03-25T21:35:45.175Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
315 | 2025-03-25T21:35:49.219Z | FMRI IFO |
316 | 2025-03-25T21:35:49.219Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
317 | 2025-03-25T21:35:49.219Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
318 | 2025-03-25T21:35:49.219Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
319 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
320 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
321 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
322 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
323 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
324 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
325 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
326 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
327 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
328 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
329 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
330 | 2025-03-25T21:35:49.220Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
331 | 2025-03-25T21:35:50.200Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
332 | 2025-03-25T21:35:50.636Z | Updating crates.io index |
333 | 2025-03-25T21:35:50.661Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
334 | 2025-03-25T21:35:51.387Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
335 | 2025-03-25T21:35:51.802Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
336 | 2025-03-25T21:35:52.143Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
337 | 2025-03-25T21:35:52.612Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
338 | 2025-03-25T21:35:53.796Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
339 | 2025-03-25T21:35:55.847Z | Updating git repository `https://github.com/oxidecomputer/opte` |
340 | 2025-03-25T21:35:56.641Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
341 | 2025-03-25T21:35:57.422Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
342 | 2025-03-25T21:35:57.912Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
343 | 2025-03-25T21:35:58.319Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
344 | 2025-03-25T21:35:59.167Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
345 | 2025-03-25T21:35:59.829Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
346 | 2025-03-25T21:36:00.267Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
347 | 2025-03-25T21:36:00.820Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
348 | 2025-03-25T21:36:01.193Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
349 | 2025-03-25T21:36:01.577Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
350 | 2025-03-25T21:36:01.934Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
351 | 2025-03-25T21:36:02.356Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
352 | 2025-03-25T21:36:02.869Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
353 | 2025-03-25T21:36:03.426Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
354 | 2025-03-25T21:36:03.870Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
355 | 2025-03-25T21:36:04.392Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
356 | 2025-03-25T21:36:04.819Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
357 | 2025-03-25T21:36:05.592Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
358 | 2025-03-25T21:36:05.962Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
359 | 2025-03-25T21:36:06.449Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
360 | 2025-03-25T21:36:06.958Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
361 | 2025-03-25T21:36:08.083Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
362 | 2025-03-25T21:36:08.410Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
363 | 2025-03-25T21:36:08.784Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
364 | 2025-03-25T21:36:10.534Z | Downloading crates ... |
365 | 2025-03-25T21:36:10.617Z | Downloaded block-buffer v0.10.4 |
366 | 2025-03-25T21:36:10.642Z | Downloaded camino v1.1.9 |
367 | 2025-03-25T21:36:10.642Z | Downloaded zerocopy v0.7.35 |
368 | 2025-03-25T21:36:10.671Z | Downloaded clap_builder v4.5.32 |
369 | 2025-03-25T21:36:10.671Z | Downloaded swrite v0.1.0 |
370 | 2025-03-25T21:36:10.671Z | Downloaded anstyle-query v1.1.1 |
371 | 2025-03-25T21:36:10.671Z | Downloaded proc-macro-error-attr v1.0.4 |
372 | 2025-03-25T21:36:10.671Z | Downloaded cpufeatures v0.2.14 |
373 | 2025-03-25T21:36:10.671Z | Downloaded dof v0.3.0 |
374 | 2025-03-25T21:36:10.671Z | Downloaded thiserror-impl v1.0.69 |
375 | 2025-03-25T21:36:10.671Z | Downloaded thiserror-impl v2.0.12 |
376 | 2025-03-25T21:36:10.671Z | Downloaded usdt v0.5.0 |
377 | 2025-03-25T21:36:10.671Z | Downloaded zerocopy-derive v0.7.35 |
378 | 2025-03-25T21:36:10.697Z | Downloaded typenum v1.17.0 |
379 | 2025-03-25T21:36:10.697Z | Downloaded terminal_size v0.2.6 |
380 | 2025-03-25T21:36:10.697Z | Downloaded thread-id v4.2.2 |
381 | 2025-03-25T21:36:10.697Z | Downloaded utf8parse v0.2.2 |
382 | 2025-03-25T21:36:10.697Z | Downloaded smawk v0.3.2 |
383 | 2025-03-25T21:36:10.697Z | Downloaded anyhow v1.0.97 |
384 | 2025-03-25T21:36:10.697Z | Downloaded fastrand v2.1.1 |
385 | 2025-03-25T21:36:10.697Z | Downloaded sha2 v0.10.8 |
386 | 2025-03-25T21:36:10.697Z | Downloaded winnow v0.7.3 |
387 | 2025-03-25T21:36:10.725Z | Downloaded usdt-attr-macro v0.5.0 |
388 | 2025-03-25T21:36:10.725Z | Downloaded pest_derive v2.7.14 |
389 | 2025-03-25T21:36:10.725Z | Downloaded serde_derive v1.0.218 |
390 | 2025-03-25T21:36:10.725Z | Downloaded ucd-trie v0.1.7 |
391 | 2025-03-25T21:36:10.725Z | Downloaded toml v0.8.20 |
392 | 2025-03-25T21:36:10.725Z | Downloaded goblin v0.8.2 |
393 | 2025-03-25T21:36:10.762Z | Downloaded toml_datetime v0.6.8 |
394 | 2025-03-25T21:36:10.762Z | Downloaded serde_tokenstream v0.2.2 |
395 | 2025-03-25T21:36:10.762Z | Downloaded rustix v0.37.28 |
396 | 2025-03-25T21:36:10.763Z | Downloaded syn v2.0.98 |
397 | 2025-03-25T21:36:10.791Z | Downloaded io-lifetimes v1.0.11 |
398 | 2025-03-25T21:36:10.791Z | Downloaded unicode-width v0.1.14 |
399 | 2025-03-25T21:36:10.791Z | Downloaded autocfg v1.4.0 |
400 | 2025-03-25T21:36:10.791Z | Downloaded thiserror v2.0.12 |
401 | 2025-03-25T21:36:10.791Z | Downloaded strsim v0.11.1 |
402 | 2025-03-25T21:36:10.791Z | Downloaded semver v1.0.25 |
403 | 2025-03-25T21:36:10.817Z | Downloaded scroll v0.12.0 |
404 | 2025-03-25T21:36:10.817Z | Downloaded proc-macro-error v1.0.4 |
405 | 2025-03-25T21:36:10.817Z | Downloaded heck v0.5.0 |
406 | 2025-03-25T21:36:10.817Z | Downloaded dtrace-parser v0.2.0 |
407 | 2025-03-25T21:36:10.817Z | Downloaded bytecount v0.6.8 |
408 | 2025-03-25T21:36:10.817Z | Downloaded version_check v0.9.5 |
409 | 2025-03-25T21:36:10.817Z | Downloaded toml_edit v0.22.24 |
410 | 2025-03-25T21:36:10.842Z | Downloaded textwrap v0.16.1 |
411 | 2025-03-25T21:36:10.842Z | Downloaded pest_generator v2.7.14 |
412 | 2025-03-25T21:36:10.842Z | Downloaded fs-err v2.11.0 |
413 | 2025-03-25T21:36:10.842Z | Downloaded macaddr v1.0.1 |
414 | 2025-03-25T21:36:10.842Z | Downloaded usdt-impl v0.5.0 |
415 | 2025-03-25T21:36:10.842Z | Downloaded unicode-ident v1.0.14 |
416 | 2025-03-25T21:36:10.842Z | Downloaded syn v1.0.109 |
417 | 2025-03-25T21:36:10.870Z | Downloaded scroll_derive v0.12.0 |
418 | 2025-03-25T21:36:10.870Z | Downloaded hashbrown v0.15.1 |
419 | 2025-03-25T21:36:10.870Z | Downloaded memchr v2.7.4 |
420 | 2025-03-25T21:36:10.870Z | Downloaded terminal_size v0.4.0 |
421 | 2025-03-25T21:36:10.870Z | Downloaded tabled_derive v0.7.0 |
422 | 2025-03-25T21:36:10.870Z | Downloaded log v0.4.22 |
423 | 2025-03-25T21:36:10.870Z | Downloaded fnv v1.0.7 |
424 | 2025-03-25T21:36:10.870Z | Downloaded digest v0.10.7 |
425 | 2025-03-25T21:36:10.895Z | Downloaded libc v0.2.170 |
426 | 2025-03-25T21:36:10.920Z | Downloaded colorchoice v1.0.2 |
427 | 2025-03-25T21:36:10.920Z | Downloaded clap_lex v0.7.4 |
428 | 2025-03-25T21:36:10.920Z | Downloaded cargo_metadata v0.19.2 |
429 | 2025-03-25T21:36:10.920Z | Downloaded ryu v1.0.18 |
430 | 2025-03-25T21:36:10.920Z | Downloaded rustix v0.38.37 |
431 | 2025-03-25T21:36:10.946Z | Downloaded proc-macro2 v1.0.94 |
432 | 2025-03-25T21:36:10.946Z | Downloaded indexmap v2.7.1 |
433 | 2025-03-25T21:36:10.946Z | Downloaded cfg-if v1.0.0 |
434 | 2025-03-25T21:36:10.946Z | Downloaded tabled v0.15.0 |
435 | 2025-03-25T21:36:10.971Z | Downloaded serde_spanned v0.6.8 |
436 | 2025-03-25T21:36:10.971Z | Downloaded serde v1.0.218 |
437 | 2025-03-25T21:36:10.971Z | Downloaded pest v2.7.14 |
438 | 2025-03-25T21:36:10.971Z | Downloaded memmap v0.7.0 |
439 | 2025-03-25T21:36:10.971Z | Downloaded generic-array v0.14.7 |
440 | 2025-03-25T21:36:10.971Z | Downloaded usdt-macro v0.5.0 |
441 | 2025-03-25T21:36:10.971Z | Downloaded itoa v1.0.11 |
442 | 2025-03-25T21:36:10.997Z | Downloaded heck v0.4.1 |
443 | 2025-03-25T21:36:10.997Z | Downloaded unicode-linebreak v0.1.5 |
444 | 2025-03-25T21:36:10.997Z | Downloaded plain v0.2.3 |
445 | 2025-03-25T21:36:10.997Z | Downloaded pest_meta v2.7.14 |
446 | 2025-03-25T21:36:10.997Z | Downloaded once_cell v1.20.3 |
447 | 2025-03-25T21:36:10.997Z | Downloaded errno v0.3.9 |
448 | 2025-03-25T21:36:10.997Z | Downloaded equivalent v1.0.1 |
449 | 2025-03-25T21:36:10.997Z | Downloaded byteorder v1.5.0 |
450 | 2025-03-25T21:36:10.997Z | Downloaded anstyle-parse v0.2.5 |
451 | 2025-03-25T21:36:10.997Z | Downloaded tempfile v3.13.0 |
452 | 2025-03-25T21:36:10.997Z | Downloaded quote v1.0.39 |
453 | 2025-03-25T21:36:10.997Z | Downloaded is_terminal_polyfill v1.70.1 |
454 | 2025-03-25T21:36:10.997Z | Downloaded bitflags v1.3.2 |
455 | 2025-03-25T21:36:10.997Z | Downloaded anstyle v1.0.10 |
456 | 2025-03-25T21:36:11.023Z | Downloaded thiserror v1.0.69 |
457 | 2025-03-25T21:36:11.023Z | Downloaded serde_json v1.0.139 |
458 | 2025-03-25T21:36:11.023Z | Downloaded pretty-hex v0.4.1 |
459 | 2025-03-25T21:36:11.023Z | Downloaded bitflags v2.6.0 |
460 | 2025-03-25T21:36:11.023Z | Downloaded papergrid v0.11.0 |
461 | 2025-03-25T21:36:11.023Z | Downloaded crypto-common v0.1.6 |
462 | 2025-03-25T21:36:11.023Z | Downloaded clap_derive v4.5.32 |
463 | 2025-03-25T21:36:11.048Z | Downloaded cargo_toml v0.21.0 |
464 | 2025-03-25T21:36:11.048Z | Downloaded camino-tempfile v1.1.1 |
465 | 2025-03-25T21:36:11.048Z | Downloaded anstream v0.6.15 |
466 | 2025-03-25T21:36:11.048Z | Downloaded clap v4.5.32 |
467 | 2025-03-25T21:36:11.048Z | Downloaded cargo-platform v0.1.8 |
468 | 2025-03-25T21:36:11.154Z | Compiling proc-macro2 v1.0.94 |
469 | 2025-03-25T21:36:11.154Z | Compiling unicode-ident v1.0.14 |
470 | 2025-03-25T21:36:11.154Z | Compiling libc v0.2.170 |
471 | 2025-03-25T21:36:11.154Z | Compiling version_check v0.9.5 |
472 | 2025-03-25T21:36:11.179Z | Compiling serde v1.0.218 |
473 | 2025-03-25T21:36:11.180Z | Compiling memchr v2.7.4 |
474 | 2025-03-25T21:36:11.180Z | Compiling thiserror v1.0.69 |
475 | 2025-03-25T21:36:11.180Z | Compiling itoa v1.0.11 |
476 | 2025-03-25T21:36:11.435Z | Compiling ucd-trie v0.1.7 |
477 | 2025-03-25T21:36:11.524Z | Compiling ryu v1.0.18 |
478 | 2025-03-25T21:36:11.855Z | Compiling once_cell v1.20.3 |
479 | 2025-03-25T21:36:11.914Z | Compiling byteorder v1.5.0 |
480 | 2025-03-25T21:36:12.186Z | Compiling rustix v0.38.37 |
481 | 2025-03-25T21:36:12.232Z | Compiling serde_json v1.0.139 |
482 | 2025-03-25T21:36:12.395Z | Compiling bitflags v2.6.0 |
483 | 2025-03-25T21:36:12.579Z | Compiling usdt-impl v0.5.0 |
484 | 2025-03-25T21:36:12.633Z | Compiling proc-macro-error-attr v1.0.4 |
485 | 2025-03-25T21:36:12.772Z | Compiling io-lifetimes v1.0.11 |
486 | 2025-03-25T21:36:12.872Z | Compiling syn v1.0.109 |
487 | 2025-03-25T21:36:12.958Z | Compiling proc-macro-error v1.0.4 |
488 | 2025-03-25T21:36:13.013Z | Compiling quote v1.0.39 |
489 | 2025-03-25T21:36:13.072Z | Compiling errno v0.3.9 |
490 | 2025-03-25T21:36:13.287Z | Compiling thread-id v4.2.2 |
491 | 2025-03-25T21:36:13.287Z | Compiling rustix v0.37.28 |
492 | 2025-03-25T21:36:13.364Z | Compiling syn v2.0.98 |
493 | 2025-03-25T21:36:13.446Z | Compiling utf8parse v0.2.2 |
494 | 2025-03-25T21:36:13.471Z | Compiling plain v0.2.3 |
495 | 2025-03-25T21:36:13.591Z | Compiling equivalent v1.0.1 |
496 | 2025-03-25T21:36:13.618Z | Compiling log v0.4.22 |
497 | 2025-03-25T21:36:13.644Z | Compiling camino v1.1.9 |
498 | 2025-03-25T21:36:13.673Z | Compiling hashbrown v0.15.1 |
499 | 2025-03-25T21:36:13.927Z | Compiling anstyle-parse v0.2.5 |
500 | 2025-03-25T21:36:14.369Z | Compiling anstyle-query v1.1.1 |
501 | 2025-03-25T21:36:14.395Z | Compiling winnow v0.7.3 |
502 | 2025-03-25T21:36:14.545Z | Compiling anstyle v1.0.10 |
503 | 2025-03-25T21:36:14.576Z | Compiling autocfg v1.4.0 |
504 | 2025-03-25T21:36:14.672Z | Compiling thiserror v2.0.12 |
505 | 2025-03-25T21:36:14.809Z | Compiling indexmap v2.7.1 |
506 | 2025-03-25T21:36:14.939Z | Compiling bitflags v1.3.2 |
507 | 2025-03-25T21:36:15.047Z | Compiling colorchoice v1.0.2 |
508 | 2025-03-25T21:36:15.214Z | Compiling pretty-hex v0.4.1 |
509 | 2025-03-25T21:36:15.246Z | Compiling is_terminal_polyfill v1.70.1 |
510 | 2025-03-25T21:36:15.388Z | Compiling semver v1.0.25 |
511 | 2025-03-25T21:36:15.413Z | Compiling unicode-width v0.1.14 |
512 | 2025-03-25T21:36:15.453Z | Compiling fs-err v2.11.0 |
513 | 2025-03-25T21:36:15.575Z | Compiling anstream v0.6.15 |
514 | 2025-03-25T21:36:15.907Z | Compiling terminal_size v0.4.0 |
515 | 2025-03-25T21:36:16.113Z | Compiling strsim v0.11.1 |
516 | 2025-03-25T21:36:16.144Z | Compiling cfg-if v1.0.0 |
517 | 2025-03-25T21:36:16.206Z | Compiling bytecount v0.6.8 |
518 | 2025-03-25T21:36:16.279Z | Compiling fnv v1.0.7 |
519 | 2025-03-25T21:36:16.433Z | Compiling clap_lex v0.7.4 |
520 | 2025-03-25T21:36:16.508Z | Compiling heck v0.4.1 |
521 | 2025-03-25T21:36:16.746Z | Compiling heck v0.5.0 |
522 | 2025-03-25T21:36:16.843Z | Compiling anyhow v1.0.97 |
523 | 2025-03-25T21:36:16.897Z | Compiling fastrand v2.1.1 |
524 | 2025-03-25T21:36:16.977Z | Compiling terminal_size v0.2.6 |
525 | 2025-03-25T21:36:17.003Z | Compiling clap_builder v4.5.32 |
526 | 2025-03-25T21:36:17.144Z | Compiling papergrid v0.11.0 |
527 | 2025-03-25T21:36:17.322Z | Compiling tempfile v3.13.0 |
528 | 2025-03-25T21:36:17.351Z | Compiling memmap v0.7.0 |
529 | 2025-03-25T21:36:17.398Z | Compiling smawk v0.3.2 |
530 | 2025-03-25T21:36:17.610Z | Compiling unicode-linebreak v0.1.5 |
531 | 2025-03-25T21:36:18.007Z | Compiling textwrap v0.16.1 |
532 | 2025-03-25T21:36:18.032Z | Compiling swrite v0.1.0 |
533 | 2025-03-25T21:36:18.391Z | Compiling tabled_derive v0.7.0 |
534 | 2025-03-25T21:36:19.793Z | Compiling tabled v0.15.0 |
535 | 2025-03-25T21:36:19.859Z | Compiling serde_derive v1.0.218 |
536 | 2025-03-25T21:36:19.859Z | Compiling thiserror-impl v1.0.69 |
537 | 2025-03-25T21:36:19.884Z | Compiling zerocopy-derive v0.7.35 |
538 | 2025-03-25T21:36:19.884Z | Compiling scroll_derive v0.12.0 |
539 | 2025-03-25T21:36:19.884Z | Compiling thiserror-impl v2.0.12 |
540 | 2025-03-25T21:36:19.884Z | Compiling clap_derive v4.5.32 |
541 | 2025-03-25T21:36:21.180Z | Compiling scroll v0.12.0 |
542 | 2025-03-25T21:36:21.658Z | Compiling goblin v0.8.2 |
543 | 2025-03-25T21:36:21.717Z | Compiling zerocopy v0.7.35 |
544 | 2025-03-25T21:36:22.768Z | Compiling pest v2.7.14 |
545 | 2025-03-25T21:36:23.625Z | Compiling clap v4.5.32 |
546 | 2025-03-25T21:36:25.326Z | Compiling pest_meta v2.7.14 |
547 | 2025-03-25T21:36:26.431Z | Compiling pest_generator v2.7.14 |
548 | 2025-03-25T21:36:27.603Z | Compiling pest_derive v2.7.14 |
549 | 2025-03-25T21:36:28.211Z | Compiling dtrace-parser v0.2.0 |
550 | 2025-03-25T21:36:28.918Z | Compiling toml_datetime v0.6.8 |
551 | 2025-03-25T21:36:29.106Z | Compiling serde_tokenstream v0.2.2 |
552 | 2025-03-25T21:36:29.158Z | Compiling serde_spanned v0.6.8 |
553 | 2025-03-25T21:36:29.316Z | Compiling cargo-platform v0.1.8 |
554 | 2025-03-25T21:36:29.432Z | Compiling toml_edit v0.22.24 |
555 | 2025-03-25T21:36:29.461Z | Compiling macaddr v1.0.1 |
556 | 2025-03-25T21:36:29.775Z | Compiling camino-tempfile v1.1.1 |
557 | 2025-03-25T21:36:30.413Z | Compiling dof v0.3.0 |
558 | 2025-03-25T21:36:30.413Z | Compiling cargo_metadata v0.19.2 |
559 | 2025-03-25T21:36:32.009Z | Compiling usdt-macro v0.5.0 |
560 | 2025-03-25T21:36:32.010Z | Compiling usdt-attr-macro v0.5.0 |
561 | 2025-03-25T21:36:32.414Z | Compiling toml v0.8.20 |
562 | 2025-03-25T21:36:33.071Z | Compiling usdt v0.5.0 |
563 | 2025-03-25T21:36:33.131Z | Compiling cargo_toml v0.21.0 |
564 | 2025-03-25T21:36:36.408Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
565 | 2025-03-25T21:36:40.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.64s |
566 | 2025-03-25T21:36:40.742Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
567 | 2025-03-25T21:36:41.510Z | Downloading crates ... |
568 | 2025-03-25T21:36:41.671Z | Downloaded addr2line v0.24.2 |
569 | 2025-03-25T21:36:41.704Z | Downloaded arrayref v0.3.9 |
570 | 2025-03-25T21:36:41.704Z | Downloaded http-body v1.0.1 |
571 | 2025-03-25T21:36:41.742Z | Downloaded mime v0.3.17 |
572 | 2025-03-25T21:36:41.772Z | Downloaded mime_guess v2.0.5 |
573 | 2025-03-25T21:36:41.772Z | Downloaded rand_core v0.9.2 |
574 | 2025-03-25T21:36:41.801Z | Downloaded rand_core v0.6.4 |
575 | 2025-03-25T21:36:41.801Z | Downloaded slog-bunyan v2.5.0 |
576 | 2025-03-25T21:36:41.828Z | Downloaded ghash v0.5.1 |
577 | 2025-03-25T21:36:41.868Z | Downloaded getrandom v0.3.1 |
578 | 2025-03-25T21:36:41.897Z | Downloaded serde-big-array v0.5.1 |
579 | 2025-03-25T21:36:41.923Z | Downloaded darling_macro v0.20.10 |
580 | 2025-03-25T21:36:41.951Z | Downloaded darling v0.20.10 |
581 | 2025-03-25T21:36:41.979Z | Downloaded sync_wrapper v1.0.1 |
582 | 2025-03-25T21:36:42.007Z | Downloaded num-conv v0.1.0 |
583 | 2025-03-25T21:36:42.037Z | Downloaded olpc-cjson v0.1.4 |
584 | 2025-03-25T21:36:42.065Z | Downloaded env_logger v0.10.2 |
585 | 2025-03-25T21:36:42.103Z | Downloaded termcolor v1.4.1 |
586 | 2025-03-25T21:36:42.166Z | Downloaded thiserror-no-std v2.0.2 |
587 | 2025-03-25T21:36:42.166Z | Downloaded whoami v1.5.2 |
588 | 2025-03-25T21:36:42.166Z | Downloaded derive_builder_macro v0.20.2 |
589 | 2025-03-25T21:36:42.166Z | Downloaded diff v0.1.13 |
590 | 2025-03-25T21:36:42.198Z | Downloaded primeorder v0.13.6 |
591 | 2025-03-25T21:36:42.198Z | Downloaded phf_generator v0.11.2 |
592 | 2025-03-25T21:36:42.198Z | Downloaded password-hash v0.5.0 |
593 | 2025-03-25T21:36:42.198Z | Downloaded omicron-zone-package v0.12.0 |
594 | 2025-03-25T21:36:42.230Z | Downloaded peg-macros v0.8.5 |
595 | 2025-03-25T21:36:42.230Z | Downloaded winnow v0.6.20 |
596 | 2025-03-25T21:36:42.258Z | Downloaded rfc6979 v0.4.0 |
597 | 2025-03-25T21:36:42.258Z | Downloaded rustls v0.21.12 |
598 | 2025-03-25T21:36:42.289Z | Downloaded rayon v1.10.0 |
599 | 2025-03-25T21:36:42.340Z | Downloaded webpki-roots v0.26.6 |
600 | 2025-03-25T21:36:42.340Z | Downloaded petname v2.0.2 |
601 | 2025-03-25T21:36:42.340Z | Downloaded vcpkg v0.2.15 |
602 | 2025-03-25T21:36:42.371Z | Downloaded dsl_auto_type v0.1.2 |
603 | 2025-03-25T21:36:42.400Z | Downloaded proc-macro-error2 v2.0.1 |
604 | 2025-03-25T21:36:42.400Z | Downloaded regress v0.10.3 |
605 | 2025-03-25T21:36:42.401Z | Downloaded tower-service v0.3.3 |
606 | 2025-03-25T21:36:42.429Z | Downloaded openapiv3 v2.0.0 |
607 | 2025-03-25T21:36:42.429Z | Downloaded progenitor-client v0.8.0 |
608 | 2025-03-25T21:36:42.429Z | Downloaded pin-project-internal v1.1.6 |
609 | 2025-03-25T21:36:42.459Z | Downloaded pin-project v1.1.6 |
610 | 2025-03-25T21:36:42.459Z | Downloaded tokio-tungstenite v0.23.1 |
611 | 2025-03-25T21:36:42.459Z | Downloaded time-macros v0.2.18 |
612 | 2025-03-25T21:36:42.460Z | Downloaded percent-encoding v2.3.1 |
613 | 2025-03-25T21:36:42.489Z | Downloaded diesel-dtrace v0.4.2 |
614 | 2025-03-25T21:36:42.490Z | Downloaded reedline v0.38.0 |
615 | 2025-03-25T21:36:42.490Z | Downloaded ratatui v0.29.0 |
616 | 2025-03-25T21:36:42.519Z | Downloaded des v0.8.1 |
617 | 2025-03-25T21:36:42.519Z | Downloaded regex v1.11.1 |
618 | 2025-03-25T21:36:42.551Z | Downloaded rustc-hash v2.1.1 |
619 | 2025-03-25T21:36:42.551Z | Downloaded tokio v1.43.0 |
620 | 2025-03-25T21:36:42.578Z | Downloaded prettyplease v0.2.30 |
621 | 2025-03-25T21:36:42.606Z | Downloaded regex-syntax v0.8.5 |
622 | 2025-03-25T21:36:42.607Z | Downloaded dropshot v0.12.0 |
623 | 2025-03-25T21:36:42.633Z | Downloaded difflib v0.4.0 |
624 | 2025-03-25T21:36:42.633Z | Downloaded petgraph v0.6.5 |
625 | 2025-03-25T21:36:42.659Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
626 | 2025-03-25T21:36:42.721Z | Downloaded petgraph v0.7.1 |
627 | 2025-03-25T21:36:42.746Z | Downloaded nix v0.27.1 |
628 | 2025-03-25T21:36:42.770Z | Downloaded progenitor-macro v0.8.0 |
629 | 2025-03-25T21:36:42.771Z | Downloaded progenitor v0.9.1 |
630 | 2025-03-25T21:36:42.771Z | Downloaded zip v2.1.3 |
631 | 2025-03-25T21:36:42.771Z | Downloaded diesel v2.2.8 |
632 | 2025-03-25T21:36:42.796Z | Downloaded progenitor-impl v0.9.1 |
633 | 2025-03-25T21:36:42.796Z | Downloaded progenitor-impl v0.8.0 |
634 | 2025-03-25T21:36:42.821Z | Downloaded regex-automata v0.4.8 |
635 | 2025-03-25T21:36:42.821Z | Downloaded tinyvec v1.8.0 |
636 | 2025-03-25T21:36:42.846Z | Downloaded thread_local v1.1.8 |
637 | 2025-03-25T21:36:42.846Z | Downloaded ssh-encoding v0.2.0 |
638 | 2025-03-25T21:36:42.846Z | Downloaded sqlparser v0.45.0 |
639 | 2025-03-25T21:36:42.846Z | Downloaded time v0.3.36 |
640 | 2025-03-25T21:36:42.846Z | Downloaded new_debug_unreachable v1.0.6 |
641 | 2025-03-25T21:36:42.846Z | Downloaded vergen v8.3.2 |
642 | 2025-03-25T21:36:42.872Z | Downloaded rustls v0.23.19 |
643 | 2025-03-25T21:36:42.872Z | Downloaded document-features v0.2.10 |
644 | 2025-03-25T21:36:42.872Z | Downloaded resolv-conf v0.7.0 |
645 | 2025-03-25T21:36:42.872Z | Downloaded ref-cast v1.0.23 |
646 | 2025-03-25T21:36:42.872Z | Downloaded encoding_rs v0.8.34 |
647 | 2025-03-25T21:36:42.897Z | Downloaded tiny-keccak v2.0.2 |
648 | 2025-03-25T21:36:42.922Z | Downloaded rustls v0.22.4 |
649 | 2025-03-25T21:36:42.922Z | Downloaded display-error-chain v0.2.2 |
650 | 2025-03-25T21:36:42.922Z | Downloaded fatfs v0.3.6 |
651 | 2025-03-25T21:36:42.922Z | Downloaded rustls-webpki v0.102.8 |
652 | 2025-03-25T21:36:42.947Z | Downloaded dirs-sys-next v0.1.2 |
653 | 2025-03-25T21:36:42.947Z | Downloaded ff v0.13.0 |
654 | 2025-03-25T21:36:42.947Z | Downloaded salty v0.3.0 |
655 | 2025-03-25T21:36:42.972Z | Downloaded dropshot_endpoint v0.16.0 |
656 | 2025-03-25T21:36:42.972Z | Downloaded filetime v0.2.25 |
657 | 2025-03-25T21:36:42.972Z | Downloaded write16 v1.0.0 |
658 | 2025-03-25T21:36:42.972Z | Downloaded multer v3.1.0 |
659 | 2025-03-25T21:36:42.972Z | Downloaded hashbrown v0.13.2 |
660 | 2025-03-25T21:36:42.972Z | Downloaded hash32 v0.3.1 |
661 | 2025-03-25T21:36:42.972Z | Downloaded ring v0.17.11 |
662 | 2025-03-25T21:36:43.024Z | Downloaded glob v0.3.2 |
663 | 2025-03-25T21:36:43.049Z | Downloaded rustversion v1.0.17 |
664 | 2025-03-25T21:36:43.049Z | Downloaded owo-colors v4.2.0 |
665 | 2025-03-25T21:36:43.050Z | Downloaded openssl-probe v0.1.5 |
666 | 2025-03-25T21:36:43.050Z | Downloaded xz2 v0.1.7 |
667 | 2025-03-25T21:36:43.050Z | Downloaded x509-cert v0.2.5 |
668 | 2025-03-25T21:36:43.050Z | Downloaded foreign-types v0.3.2 |
669 | 2025-03-25T21:36:43.050Z | Downloaded displaydoc v0.2.5 |
670 | 2025-03-25T21:36:43.050Z | Downloaded fd-lock v4.0.2 |
671 | 2025-03-25T21:36:43.078Z | Downloaded fallible-iterator v0.2.0 |
672 | 2025-03-25T21:36:43.078Z | Downloaded scopeguard v1.2.0 |
673 | 2025-03-25T21:36:43.078Z | Downloaded schemars v0.8.22 |
674 | 2025-03-25T21:36:43.078Z | Downloaded same-file v1.0.6 |
675 | 2025-03-25T21:36:43.078Z | Downloaded parking_lot_core v0.9.10 |
676 | 2025-03-25T21:36:43.078Z | Downloaded zerocopy-derive v0.6.6 |
677 | 2025-03-25T21:36:43.103Z | Downloaded winnow v0.5.40 |
678 | 2025-03-25T21:36:43.104Z | Downloaded termtree v0.5.1 |
679 | 2025-03-25T21:36:43.104Z | Downloaded ssh-key v0.6.6 |
680 | 2025-03-25T21:36:43.129Z | Downloaded scheduled-thread-pool v0.2.7 |
681 | 2025-03-25T21:36:43.129Z | Downloaded oxnet v0.1.1 |
682 | 2025-03-25T21:36:43.129Z | Downloaded openssl-sys v0.9.106 |
683 | 2025-03-25T21:36:43.129Z | Downloaded zopfli v0.8.1 |
684 | 2025-03-25T21:36:43.129Z | Downloaded yansi v1.0.1 |
685 | 2025-03-25T21:36:43.129Z | Downloaded foreign-types-macros v0.2.3 |
686 | 2025-03-25T21:36:43.130Z | Downloaded foldhash v0.1.3 |
687 | 2025-03-25T21:36:43.130Z | Downloaded flagset v0.4.6 |
688 | 2025-03-25T21:36:43.130Z | Downloaded peg v0.8.5 |
689 | 2025-03-25T21:36:43.130Z | Downloaded der v0.7.9 |
690 | 2025-03-25T21:36:43.156Z | Downloaded tar v0.4.44 |
691 | 2025-03-25T21:36:43.156Z | Downloaded num-bigint-dig v0.8.4 |
692 | 2025-03-25T21:36:43.156Z | Downloaded mio v1.0.2 |
693 | 2025-03-25T21:36:43.156Z | Downloaded globset v0.4.15 |
694 | 2025-03-25T21:36:43.156Z | Downloaded diesel_derives v2.2.3 |
695 | 2025-03-25T21:36:43.181Z | Downloaded object v0.36.5 |
696 | 2025-03-25T21:36:43.181Z | Downloaded diesel_table_macro_syntax v0.2.0 |
697 | 2025-03-25T21:36:43.181Z | Downloaded defmt-macros v0.3.9 |
698 | 2025-03-25T21:36:43.181Z | Downloaded rayon-core v1.12.1 |
699 | 2025-03-25T21:36:43.206Z | Downloaded hash32 v0.2.1 |
700 | 2025-03-25T21:36:43.206Z | Downloaded half v2.4.1 |
701 | 2025-03-25T21:36:43.206Z | Downloaded rusty-fork v0.3.0 |
702 | 2025-03-25T21:36:43.206Z | Downloaded openssl-macros v0.1.1 |
703 | 2025-03-25T21:36:43.206Z | Downloaded futures-task v0.3.31 |
704 | 2025-03-25T21:36:43.206Z | Downloaded fixedbitset v0.4.2 |
705 | 2025-03-25T21:36:43.206Z | Downloaded utf8_iter v1.0.4 |
706 | 2025-03-25T21:36:43.206Z | Downloaded aws-lc-sys v0.26.0 |
707 | 2025-03-25T21:36:43.472Z | Downloaded phf_codegen v0.11.2 |
708 | 2025-03-25T21:36:43.497Z | Downloaded phf v0.11.2 |
709 | 2025-03-25T21:36:43.497Z | Downloaded pem-rfc7468 v0.7.0 |
710 | 2025-03-25T21:36:43.497Z | Downloaded pem v3.0.5 |
711 | 2025-03-25T21:36:43.497Z | Downloaded pbkdf2 v0.11.0 |
712 | 2025-03-25T21:36:43.497Z | Downloaded opaque-debug v0.3.1 |
713 | 2025-03-25T21:36:43.497Z | Downloaded dirs-next v2.0.0 |
714 | 2025-03-25T21:36:43.497Z | Downloaded which v4.4.2 |
715 | 2025-03-25T21:36:43.497Z | Downloaded tower v0.5.2 |
716 | 2025-03-25T21:36:43.497Z | Downloaded rustls-webpki v0.101.7 |
717 | 2025-03-25T21:36:43.523Z | Downloaded object v0.30.4 |
718 | 2025-03-25T21:36:43.548Z | Downloaded nix v0.29.0 |
719 | 2025-03-25T21:36:43.548Z | Downloaded nix v0.28.0 |
720 | 2025-03-25T21:36:43.573Z | Downloaded native-tls v0.2.12 |
721 | 2025-03-25T21:36:43.573Z | Downloaded env_logger v0.11.5 |
722 | 2025-03-25T21:36:43.573Z | Downloaded fragile v2.0.0 |
723 | 2025-03-25T21:36:43.573Z | Downloaded foreign-types-shared v0.1.1 |
724 | 2025-03-25T21:36:43.573Z | Downloaded float-cmp v0.10.0 |
725 | 2025-03-25T21:36:43.573Z | Downloaded flate2 v1.1.0 |
726 | 2025-03-25T21:36:43.573Z | Downloaded uuid v1.15.1 |
727 | 2025-03-25T21:36:43.599Z | Downloaded tracing-core v0.1.32 |
728 | 2025-03-25T21:36:43.599Z | Downloaded sha3 v0.10.8 |
729 | 2025-03-25T21:36:43.599Z | Downloaded phf_shared v0.11.2 |
730 | 2025-03-25T21:36:43.599Z | Downloaded phf_shared v0.10.0 |
731 | 2025-03-25T21:36:43.599Z | Downloaded peg-runtime v0.8.5 |
732 | 2025-03-25T21:36:43.599Z | Downloaded pbkdf2 v0.12.2 |
733 | 2025-03-25T21:36:43.599Z | Downloaded path-slash v0.1.5 |
734 | 2025-03-25T21:36:43.599Z | Downloaded paste v1.0.15 |
735 | 2025-03-25T21:36:43.599Z | Downloaded derive_more v0.99.19 |
736 | 2025-03-25T21:36:43.599Z | Downloaded derive_builder_core v0.20.2 |
737 | 2025-03-25T21:36:43.624Z | Downloaded derive_builder v0.20.2 |
738 | 2025-03-25T21:36:43.624Z | Downloaded derive-where v1.2.7 |
739 | 2025-03-25T21:36:43.624Z | Downloaded deranged v0.3.11 |
740 | 2025-03-25T21:36:43.624Z | Downloaded defmt-parser v0.3.4 |
741 | 2025-03-25T21:36:43.624Z | Downloaded rand_xorshift v0.3.0 |
742 | 2025-03-25T21:36:43.624Z | Downloaded russh v0.45.0 |
743 | 2025-03-25T21:36:43.624Z | Downloaded regex-syntax v0.6.29 |
744 | 2025-03-25T21:36:43.650Z | Downloaded xattr v1.3.1 |
745 | 2025-03-25T21:36:43.650Z | Downloaded form_urlencoded v1.2.1 |
746 | 2025-03-25T21:36:43.650Z | Downloaded foreign-types v0.5.0 |
747 | 2025-03-25T21:36:43.650Z | Downloaded try-lock v0.2.5 |
748 | 2025-03-25T21:36:43.650Z | Downloaded der_derive v0.7.3 |
749 | 2025-03-25T21:36:43.650Z | Downloaded defmt v0.3.8 |
750 | 2025-03-25T21:36:43.650Z | Downloaded debug-ignore v1.0.5 |
751 | 2025-03-25T21:36:43.650Z | Downloaded data-encoding v2.6.0 |
752 | 2025-03-25T21:36:43.650Z | Downloaded rand_seeder v0.3.0 |
753 | 2025-03-25T21:36:43.650Z | Downloaded progenitor v0.8.0 |
754 | 2025-03-25T21:36:43.650Z | Downloaded proc-macro-error-attr2 v2.0.0 |
755 | 2025-03-25T21:36:43.650Z | Downloaded want v0.3.1 |
756 | 2025-03-25T21:36:43.650Z | Downloaded walkdir v2.5.0 |
757 | 2025-03-25T21:36:43.675Z | Downloaded vte v0.11.1 |
758 | 2025-03-25T21:36:43.676Z | Downloaded vsss-rs v3.3.4 |
759 | 2025-03-25T21:36:43.676Z | Downloaded value-bag v1.9.0 |
760 | 2025-03-25T21:36:43.676Z | Downloaded uzers v0.12.1 |
761 | 2025-03-25T21:36:43.676Z | Downloaded tower-layer v0.3.3 |
762 | 2025-03-25T21:36:43.676Z | Downloaded test-strategy v0.4.0 |
763 | 2025-03-25T21:36:43.676Z | Downloaded rsa v0.9.6 |
764 | 2025-03-25T21:36:43.676Z | Downloaded reqwest v0.12.12 |
765 | 2025-03-25T21:36:43.701Z | Downloaded tough v0.19.0 |
766 | 2025-03-25T21:36:43.701Z | Downloaded tokio-util v0.7.13 |
767 | 2025-03-25T21:36:43.726Z | Downloaded typed-path v0.9.3 |
768 | 2025-03-25T21:36:43.726Z | Downloaded tungstenite v0.23.0 |
769 | 2025-03-25T21:36:43.726Z | Downloaded tracing-attributes v0.1.27 |
770 | 2025-03-25T21:36:43.726Z | Downloaded siphasher v0.3.11 |
771 | 2025-03-25T21:36:43.727Z | Downloaded serde_path_to_error v0.1.16 |
772 | 2025-03-25T21:36:43.727Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
773 | 2025-03-25T21:36:43.753Z | Downloaded waitgroup v0.1.2 |
774 | 2025-03-25T21:36:43.753Z | Downloaded wait-timeout v0.2.0 |
775 | 2025-03-25T21:36:43.753Z | Downloaded vte_generate_state_changes v0.1.2 |
776 | 2025-03-25T21:36:43.753Z | Downloaded termios v0.3.3 |
777 | 2025-03-25T21:36:43.753Z | Downloaded tap v1.0.1 |
778 | 2025-03-25T21:36:43.753Z | Downloaded russh-keys v0.45.0 |
779 | 2025-03-25T21:36:43.753Z | Downloaded ron v0.8.1 |
780 | 2025-03-25T21:36:43.753Z | Downloaded ron v0.7.1 |
781 | 2025-03-25T21:36:43.778Z | Downloaded ref-cast-impl v1.0.23 |
782 | 2025-03-25T21:36:43.778Z | Downloaded rcgen v0.12.1 |
783 | 2025-03-25T21:36:43.779Z | Downloaded tokio-postgres v0.7.13 |
784 | 2025-03-25T21:36:43.779Z | Downloaded tinystr v0.7.6 |
785 | 2025-03-25T21:36:43.779Z | Downloaded time-core v0.1.2 |
786 | 2025-03-25T21:36:43.779Z | Downloaded dropshot_endpoint v0.12.0 |
787 | 2025-03-25T21:36:43.779Z | Downloaded dropshot v0.16.0 |
788 | 2025-03-25T21:36:43.804Z | Downloaded num_threads v0.1.7 |
789 | 2025-03-25T21:36:43.804Z | Downloaded typify v0.3.0 |
790 | 2025-03-25T21:36:43.829Z | Downloaded tungstenite v0.21.0 |
791 | 2025-03-25T21:36:43.829Z | Downloaded slog v2.7.0 |
792 | 2025-03-25T21:36:43.829Z | Downloaded serde_derive_internals v0.29.1 |
793 | 2025-03-25T21:36:43.829Z | Downloaded thiserror-impl-no-std v2.0.2 |
794 | 2025-03-25T21:36:43.829Z | Downloaded termtree v0.4.1 |
795 | 2025-03-25T21:36:43.829Z | Downloaded term v0.7.0 |
796 | 2025-03-25T21:36:43.829Z | Downloaded rustls-pki-types v1.10.0 |
797 | 2025-03-25T21:36:43.829Z | Downloaded rustls-pemfile v2.2.0 |
798 | 2025-03-25T21:36:43.829Z | Downloaded rustls-pemfile v1.0.4 |
799 | 2025-03-25T21:36:43.829Z | Downloaded rustfmt-wrapper v0.2.1 |
800 | 2025-03-25T21:36:43.855Z | Downloaded rustc_version v0.4.1 |
801 | 2025-03-25T21:36:43.855Z | Downloaded rustc_version v0.1.7 |
802 | 2025-03-25T21:36:43.855Z | Downloaded rustc-hash v1.1.0 |
803 | 2025-03-25T21:36:43.855Z | Downloaded rustc-demangle v0.1.24 |
804 | 2025-03-25T21:36:43.855Z | Downloaded russh-cryptovec v0.7.3 |
805 | 2025-03-25T21:36:43.855Z | Downloaded rtoolbox v0.0.2 |
806 | 2025-03-25T21:36:43.855Z | Downloaded rpassword v7.3.1 |
807 | 2025-03-25T21:36:43.855Z | Downloaded toml_edit v0.19.15 |
808 | 2025-03-25T21:36:43.880Z | Downloaded tokio-rustls v0.25.0 |
809 | 2025-03-25T21:36:43.880Z | Downloaded dunce v1.0.5 |
810 | 2025-03-25T21:36:43.880Z | Downloaded downcast v0.11.0 |
811 | 2025-03-25T21:36:43.880Z | Downloaded gimli v0.31.1 |
812 | 2025-03-25T21:36:43.880Z | Downloaded tabled v0.18.0 |
813 | 2025-03-25T21:36:43.906Z | Downloaded strum_macros v0.26.4 |
814 | 2025-03-25T21:36:43.906Z | Downloaded unicode-width v0.2.0 |
815 | 2025-03-25T21:36:43.931Z | Downloaded take_mut v0.2.2 |
816 | 2025-03-25T21:36:43.931Z | Downloaded tabwriter v1.4.0 |
817 | 2025-03-25T21:36:43.931Z | Downloaded topological-sort v0.2.2 |
818 | 2025-03-25T21:36:43.931Z | Downloaded toolchain_find v0.4.0 |
819 | 2025-03-25T21:36:43.931Z | Downloaded toml v0.7.8 |
820 | 2025-03-25T21:36:43.931Z | Downloaded tokio-tungstenite v0.21.0 |
821 | 2025-03-25T21:36:43.931Z | Downloaded tokio-stream v0.1.17 |
822 | 2025-03-25T21:36:43.931Z | Downloaded tokio-rustls v0.26.0 |
823 | 2025-03-25T21:36:43.931Z | Downloaded tokio-rustls v0.24.1 |
824 | 2025-03-25T21:36:43.931Z | Downloaded tokio-native-tls v0.3.1 |
825 | 2025-03-25T21:36:43.956Z | Downloaded tokio-macros v2.5.0 |
826 | 2025-03-25T21:36:43.957Z | Downloaded tls_codec_derive v0.4.1 |
827 | 2025-03-25T21:36:43.957Z | Downloaded tls_codec v0.4.1 |
828 | 2025-03-25T21:36:43.957Z | Downloaded tinyvec_macros v0.1.1 |
829 | 2025-03-25T21:36:43.957Z | Downloaded ed25519-dalek v2.1.1 |
830 | 2025-03-25T21:36:43.957Z | Downloaded nom v7.1.3 |
831 | 2025-03-25T21:36:43.957Z | Downloaded mockall_derive v0.13.1 |
832 | 2025-03-25T21:36:43.957Z | Downloaded mockall v0.13.1 |
833 | 2025-03-25T21:36:43.957Z | Downloaded hashbrown v0.12.3 |
834 | 2025-03-25T21:36:43.957Z | Downloaded h2 v0.4.6 |
835 | 2025-03-25T21:36:43.982Z | Downloaded group v0.13.0 |
836 | 2025-03-25T21:36:43.982Z | Downloaded git2 v0.19.0 |
837 | 2025-03-25T21:36:43.982Z | Downloaded expectorate v1.1.0 |
838 | 2025-03-25T21:36:43.982Z | Downloaded schemars_derive v0.8.22 |
839 | 2025-03-25T21:36:43.982Z | Downloaded parking_lot v0.12.3 |
840 | 2025-03-25T21:36:44.008Z | Downloaded p384 v0.13.0 |
841 | 2025-03-25T21:36:44.008Z | Downloaded curve25519-dalek v4.1.3 |
842 | 2025-03-25T21:36:44.008Z | Downloaded zerocopy v0.8.10 |
843 | 2025-03-25T21:36:44.033Z | Downloaded smoltcp v0.11.0 |
844 | 2025-03-25T21:36:44.058Z | Downloaded smoltcp v0.9.1 |
845 | 2025-03-25T21:36:44.084Z | Downloaded typify-impl v0.2.0 |
846 | 2025-03-25T21:36:44.084Z | Downloaded libz-sys v1.1.20 |
847 | 2025-03-25T21:36:44.109Z | Downloaded enum-as-inner v0.6.1 |
848 | 2025-03-25T21:36:44.109Z | Downloaded elliptic-curve v0.13.8 |
849 | 2025-03-25T21:36:44.134Z | Downloaded ed25519 v2.2.3 |
850 | 2025-03-25T21:36:44.134Z | Downloaded ecdsa v0.16.9 |
851 | 2025-03-25T21:36:44.134Z | Downloaded num-complex v0.4.6 |
852 | 2025-03-25T21:36:44.134Z | Downloaded num-bigint v0.4.6 |
853 | 2025-03-25T21:36:44.134Z | Downloaded steno v0.4.1 |
854 | 2025-03-25T21:36:44.175Z | Downloaded samael v0.0.18 |
855 | 2025-03-25T21:36:44.175Z | Downloaded salsa20 v0.10.2 |
856 | 2025-03-25T21:36:44.175Z | Downloaded rustyline v14.0.0 |
857 | 2025-03-25T21:36:44.175Z | Downloaded p521 v0.13.3 |
858 | 2025-03-25T21:36:44.175Z | Downloaded openssl v0.10.71 |
859 | 2025-03-25T21:36:44.175Z | Downloaded zerovec v0.10.4 |
860 | 2025-03-25T21:36:44.200Z | Downloaded foreign-types-shared v0.3.1 |
861 | 2025-03-25T21:36:44.200Z | Downloaded csv v1.3.1 |
862 | 2025-03-25T21:36:44.229Z | Downloaded env_filter v0.1.2 |
863 | 2025-03-25T21:36:44.229Z | Downloaded endian-type v0.1.2 |
864 | 2025-03-25T21:36:44.229Z | Downloaded ena v0.14.3 |
865 | 2025-03-25T21:36:44.229Z | Downloaded embedded-io v0.6.1 |
866 | 2025-03-25T21:36:44.229Z | Downloaded embedded-io v0.4.0 |
867 | 2025-03-25T21:36:44.256Z | Downloaded either v1.14.0 |
868 | 2025-03-25T21:36:44.256Z | Downloaded dyn-clone v1.0.19 |
869 | 2025-03-25T21:36:44.256Z | Downloaded number_prefix v0.4.0 |
870 | 2025-03-25T21:36:44.256Z | Downloaded num_enum_derive v0.5.11 |
871 | 2025-03-25T21:36:44.256Z | Downloaded num_enum v0.5.11 |
872 | 2025-03-25T21:36:44.256Z | Downloaded num-traits v0.2.19 |
873 | 2025-03-25T21:36:44.256Z | Downloaded num-rational v0.4.2 |
874 | 2025-03-25T21:36:44.256Z | Downloaded num-iter v0.1.45 |
875 | 2025-03-25T21:36:44.256Z | Downloaded num-integer v0.1.46 |
876 | 2025-03-25T21:36:44.256Z | Downloaded num-derive v0.4.2 |
877 | 2025-03-25T21:36:44.256Z | Downloaded num v0.4.3 |
878 | 2025-03-25T21:36:44.256Z | Downloaded nu-ansi-term v0.50.1 |
879 | 2025-03-25T21:36:44.282Z | Downloaded normalize-line-endings v0.3.0 |
880 | 2025-03-25T21:36:44.282Z | Downloaded nodrop v0.1.14 |
881 | 2025-03-25T21:36:44.282Z | Downloaded nibble_vec v0.1.0 |
882 | 2025-03-25T21:36:44.282Z | Downloaded newline-converter v0.3.0 |
883 | 2025-03-25T21:36:44.282Z | Downloaded nanorand v0.7.0 |
884 | 2025-03-25T21:36:44.282Z | Downloaded multimap v0.10.0 |
885 | 2025-03-25T21:36:44.282Z | Downloaded subprocess v0.2.9 |
886 | 2025-03-25T21:36:44.282Z | Downloaded strum_macros v0.25.3 |
887 | 2025-03-25T21:36:44.282Z | Downloaded structmeta v0.3.0 |
888 | 2025-03-25T21:36:44.282Z | Downloaded parse-zoneinfo v0.3.1 |
889 | 2025-03-25T21:36:44.283Z | Downloaded parse-size v1.1.0 |
890 | 2025-03-25T21:36:44.309Z | Downloaded oso-derive v0.27.3 |
891 | 2025-03-25T21:36:44.309Z | Downloaded oso v0.27.3 |
892 | 2025-03-25T21:36:44.310Z | Downloaded wyz v0.5.1 |
893 | 2025-03-25T21:36:44.310Z | Downloaded writeable v0.5.5 |
894 | 2025-03-25T21:36:44.310Z | Downloaded ssh-cipher v0.2.0 |
895 | 2025-03-25T21:36:44.310Z | Downloaded sqlparser_derive v0.2.2 |
896 | 2025-03-25T21:36:44.310Z | Downloaded polar-core v0.27.3 |
897 | 2025-03-25T21:36:44.341Z | Downloaded fs_extra v1.3.0 |
898 | 2025-03-25T21:36:44.341Z | Downloaded flume v0.11.1 |
899 | 2025-03-25T21:36:44.341Z | Downloaded float-ord v0.3.2 |
900 | 2025-03-25T21:36:44.341Z | Downloaded fixedbitset v0.5.7 |
901 | 2025-03-25T21:36:44.341Z | Downloaded typify-impl v0.3.0 |
902 | 2025-03-25T21:36:44.367Z | Downloaded sled v0.34.7 |
903 | 2025-03-25T21:36:44.367Z | Downloaded itertools v0.13.0 |
904 | 2025-03-25T21:36:44.393Z | Downloaded crc-any v2.5.0 |
905 | 2025-03-25T21:36:44.393Z | Downloaded chrono v0.4.40 |
906 | 2025-03-25T21:36:44.393Z | Downloaded cc v1.2.15 |
907 | 2025-03-25T21:36:44.419Z | Downloaded bindgen v0.71.1 |
908 | 2025-03-25T21:36:44.419Z | Downloaded newtype_derive v0.1.6 |
909 | 2025-03-25T21:36:44.419Z | Downloaded newtype-uuid v1.2.1 |
910 | 2025-03-25T21:36:44.419Z | Downloaded tabled_derive v0.10.0 |
911 | 2025-03-25T21:36:44.419Z | Downloaded synstructure v0.13.1 |
912 | 2025-03-25T21:36:44.445Z | Downloaded sync-ptr v0.1.1 |
913 | 2025-03-25T21:36:44.445Z | Downloaded subtle v2.6.1 |
914 | 2025-03-25T21:36:44.445Z | Downloaded strum_macros v0.24.3 |
915 | 2025-03-25T21:36:44.445Z | Downloaded structmeta-derive v0.3.0 |
916 | 2025-03-25T21:36:44.445Z | Downloaded strip-ansi-escapes v0.2.0 |
917 | 2025-03-25T21:36:44.445Z | Downloaded stringprep v0.1.5 |
918 | 2025-03-25T21:36:44.445Z | Downloaded string_cache v0.8.7 |
919 | 2025-03-25T21:36:44.472Z | Downloaded stable_deref_trait v1.2.0 |
920 | 2025-03-25T21:36:44.472Z | Downloaded papergrid v0.14.0 |
921 | 2025-03-25T21:36:44.472Z | Downloaded p256 v0.13.2 |
922 | 2025-03-25T21:36:44.472Z | Downloaded darling_core v0.20.10 |
923 | 2025-03-25T21:36:44.472Z | Downloaded zerocopy-derive v0.8.10 |
924 | 2025-03-25T21:36:44.498Z | Downloaded twox-hash v2.1.0 |
925 | 2025-03-25T21:36:44.498Z | Downloaded proptest v1.6.0 |
926 | 2025-03-25T21:36:44.498Z | Downloaded lzma-sys v0.1.20 |
927 | 2025-03-25T21:36:44.523Z | Downloaded crossbeam-epoch v0.9.18 |
928 | 2025-03-25T21:36:44.549Z | Downloaded chacha20 v0.9.1 |
929 | 2025-03-25T21:36:44.549Z | Downloaded buf-list v1.0.3 |
930 | 2025-03-25T21:36:44.549Z | Downloaded bitvec v1.0.1 |
931 | 2025-03-25T21:36:44.576Z | Downloaded base64ct v1.6.0 |
932 | 2025-03-25T21:36:44.576Z | Downloaded backtrace v0.3.74 |
933 | 2025-03-25T21:36:44.576Z | Downloaded supports-color v3.0.2 |
934 | 2025-03-25T21:36:44.576Z | Downloaded strum v0.26.3 |
935 | 2025-03-25T21:36:44.576Z | Downloaded static_assertions v1.1.0 |
936 | 2025-03-25T21:36:44.576Z | Downloaded password-hash v0.4.2 |
937 | 2025-03-25T21:36:44.576Z | Downloaded parse-display-derive v0.10.0 |
938 | 2025-03-25T21:36:44.601Z | Downloaded parse-display v0.10.0 |
939 | 2025-03-25T21:36:44.601Z | Downloaded parking_lot_core v0.8.6 |
940 | 2025-03-25T21:36:44.601Z | Downloaded parking_lot v0.11.2 |
941 | 2025-03-25T21:36:44.601Z | Downloaded packed_struct_codegen v0.10.1 |
942 | 2025-03-25T21:36:44.601Z | Downloaded packed_struct v0.10.1 |
943 | 2025-03-25T21:36:44.601Z | Downloaded zip v0.6.6 |
944 | 2025-03-25T21:36:44.601Z | Downloaded zerofrom v0.1.4 |
945 | 2025-03-25T21:36:44.601Z | Downloaded zerocopy v0.6.6 |
946 | 2025-03-25T21:36:44.601Z | Downloaded yoke v0.7.4 |
947 | 2025-03-25T21:36:44.602Z | Downloaded smf v0.2.3 |
948 | 2025-03-25T21:36:44.602Z | Downloaded pkcs1 v0.7.5 |
949 | 2025-03-25T21:36:44.602Z | Downloaded typify v0.2.0 |
950 | 2025-03-25T21:36:44.602Z | Downloaded tui-tree-widget v0.23.0 |
951 | 2025-03-25T21:36:44.627Z | Downloaded tracing v0.1.40 |
952 | 2025-03-25T21:36:44.627Z | Downloaded headers v0.4.0 |
953 | 2025-03-25T21:36:44.627Z | Downloaded cookie v0.18.1 |
954 | 2025-03-25T21:36:44.627Z | Downloaded cobs v0.2.3 |
955 | 2025-03-25T21:36:44.627Z | Downloaded cipher v0.4.4 |
956 | 2025-03-25T21:36:44.627Z | Downloaded castaway v0.2.3 |
957 | 2025-03-25T21:36:44.627Z | Downloaded bitfield v0.14.0 |
958 | 2025-03-25T21:36:44.627Z | Downloaded bb8 v0.8.5 |
959 | 2025-03-25T21:36:44.627Z | Downloaded async-stream-impl v0.3.6 |
960 | 2025-03-25T21:36:44.627Z | Downloaded daft-derive v0.1.2 |
961 | 2025-03-25T21:36:44.652Z | Downloaded daft v0.1.2 |
962 | 2025-03-25T21:36:44.652Z | Downloaded curve25519-dalek-derive v0.1.1 |
963 | 2025-03-25T21:36:44.652Z | Downloaded zone v0.3.0 |
964 | 2025-03-25T21:36:44.652Z | Downloaded zone v0.1.8 |
965 | 2025-03-25T21:36:44.653Z | Downloaded zerovec-derive v0.10.3 |
966 | 2025-03-25T21:36:44.653Z | Downloaded zeroize_derive v1.4.2 |
967 | 2025-03-25T21:36:44.653Z | Downloaded zeroize v1.8.1 |
968 | 2025-03-25T21:36:44.653Z | Downloaded zerofrom-derive v0.1.4 |
969 | 2025-03-25T21:36:44.653Z | Downloaded yoke-derive v0.7.4 |
970 | 2025-03-25T21:36:44.653Z | Downloaded yasna v0.5.2 |
971 | 2025-03-25T21:36:44.653Z | Downloaded sqlformat v0.2.6 |
972 | 2025-03-25T21:36:44.653Z | Downloaded spin v0.9.8 |
973 | 2025-03-25T21:36:44.653Z | Downloaded socket2 v0.5.8 |
974 | 2025-03-25T21:36:44.653Z | Downloaded snafu v0.8.5 |
975 | 2025-03-25T21:36:44.678Z | Downloaded slog-term v2.9.1 |
976 | 2025-03-25T21:36:44.678Z | Downloaded slog-scope v4.4.0 |
977 | 2025-03-25T21:36:44.678Z | Downloaded serde-hex v0.1.0 |
978 | 2025-03-25T21:36:44.678Z | Downloaded sec1 v0.7.3 |
979 | 2025-03-25T21:36:44.678Z | Downloaded sct v0.7.1 |
980 | 2025-03-25T21:36:44.678Z | Downloaded predicates-core v1.0.8 |
981 | 2025-03-25T21:36:44.678Z | Downloaded predicates v3.1.3 |
982 | 2025-03-25T21:36:44.678Z | Downloaded portable-atomic v1.9.0 |
983 | 2025-03-25T21:36:44.678Z | Downloaded pkcs8 v0.10.2 |
984 | 2025-03-25T21:36:44.704Z | Downloaded pin-utils v0.1.0 |
985 | 2025-03-25T21:36:44.704Z | Downloaded futures-sink v0.3.31 |
986 | 2025-03-25T21:36:44.704Z | Downloaded utf-8 v0.7.6 |
987 | 2025-03-25T21:36:44.704Z | Downloaded unicode-xid v0.2.6 |
988 | 2025-03-25T21:36:44.704Z | Downloaded csv-core v0.1.11 |
989 | 2025-03-25T21:36:44.704Z | Downloaded cstr-argument v0.1.2 |
990 | 2025-03-25T21:36:44.704Z | Downloaded crunchy v0.2.2 |
991 | 2025-03-25T21:36:44.704Z | Downloaded crucible-workspace-hack v0.1.0 |
992 | 2025-03-25T21:36:44.704Z | Downloaded crc-catalog v2.4.0 |
993 | 2025-03-25T21:36:44.704Z | Downloaded cookie_store v0.21.1 |
994 | 2025-03-25T21:36:44.704Z | Downloaded constant_time_eq v0.3.1 |
995 | 2025-03-25T21:36:44.704Z | Downloaded const_format_proc_macros v0.2.34 |
996 | 2025-03-25T21:36:44.704Z | Downloaded console v0.15.10 |
997 | 2025-03-25T21:36:44.704Z | Downloaded colored v2.2.0 |
998 | 2025-03-25T21:36:44.704Z | Downloaded cexpr v0.6.0 |
999 | 2025-03-25T21:36:44.704Z | Downloaded cassowary v0.3.0 |
1000 | 2025-03-25T21:36:44.732Z | Downloaded bzip2 v0.4.4 |
1001 | 2025-03-25T21:36:44.732Z | Downloaded bstr v1.10.0 |
1002 | 2025-03-25T21:36:44.732Z | Downloaded blake3 v1.5.4 |
1003 | 2025-03-25T21:36:44.732Z | Downloaded bit-vec v0.8.0 |
1004 | 2025-03-25T21:36:44.732Z | Downloaded aws-lc-rs v1.12.4 |
1005 | 2025-03-25T21:36:44.757Z | Downloaded async-bb8-diesel v0.2.1 |
1006 | 2025-03-25T21:36:44.757Z | Downloaded arrayvec v0.7.6 |
1007 | 2025-03-25T21:36:44.757Z | Downloaded allocator-api2 v0.2.18 |
1008 | 2025-03-25T21:36:44.757Z | Downloaded aes v0.8.4 |
1009 | 2025-03-25T21:36:44.758Z | Downloaded aead v0.5.2 |
1010 | 2025-03-25T21:36:44.758Z | Downloaded zone_cfg_derive v0.3.0 |
1011 | 2025-03-25T21:36:44.758Z | Downloaded zone_cfg_derive v0.1.2 |
1012 | 2025-03-25T21:36:44.758Z | Downloaded spki v0.7.3 |
1013 | 2025-03-25T21:36:44.758Z | Downloaded snafu-derive v0.8.5 |
1014 | 2025-03-25T21:36:44.783Z | Downloaded smallvec v1.14.0 |
1015 | 2025-03-25T21:36:44.783Z | Downloaded smallvec v0.6.14 |
1016 | 2025-03-25T21:36:44.783Z | Downloaded slog-stdlog v4.1.1 |
1017 | 2025-03-25T21:36:44.783Z | Downloaded slog-json v2.6.1 |
1018 | 2025-03-25T21:36:44.783Z | Downloaded slog-envlogger v2.2.0 |
1019 | 2025-03-25T21:36:44.783Z | Downloaded semver v0.1.20 |
1020 | 2025-03-25T21:36:44.783Z | Downloaded secrecy v0.8.0 |
1021 | 2025-03-25T21:36:44.783Z | Downloaded scrypt v0.11.0 |
1022 | 2025-03-25T21:36:44.783Z | Downloaded pretty_assertions v1.4.1 |
1023 | 2025-03-25T21:36:44.783Z | Downloaded predicates-tree v1.0.11 |
1024 | 2025-03-25T21:36:44.783Z | Downloaded precomputed-hash v0.1.1 |
1025 | 2025-03-25T21:36:44.783Z | Downloaded pkg-config v0.3.31 |
1026 | 2025-03-25T21:36:44.783Z | Downloaded pin-project-lite v0.2.14 |
1027 | 2025-03-25T21:36:44.783Z | Downloaded futures-util v0.3.31 |
1028 | 2025-03-25T21:36:44.809Z | Downloaded qorb v0.2.1 |
1029 | 2025-03-25T21:36:44.809Z | Downloaded pretty-hex v0.2.1 |
1030 | 2025-03-25T21:36:44.809Z | Downloaded crc32fast v1.4.2 |
1031 | 2025-03-25T21:36:44.809Z | Downloaded const-oid v0.9.6 |
1032 | 2025-03-25T21:36:44.809Z | Downloaded ciborium-io v0.2.2 |
1033 | 2025-03-25T21:36:44.809Z | Downloaded chrono-tz v0.10.1 |
1034 | 2025-03-25T21:36:44.834Z | Downloaded block-padding v0.3.3 |
1035 | 2025-03-25T21:36:44.834Z | Downloaded base64 v0.21.7 |
1036 | 2025-03-25T21:36:44.834Z | Downloaded backoff v0.4.0 |
1037 | 2025-03-25T21:36:44.834Z | Downloaded atomic-waker v1.1.2 |
1038 | 2025-03-25T21:36:44.834Z | Downloaded async-trait v0.1.87 |
1039 | 2025-03-25T21:36:44.834Z | Downloaded async-recursion v1.1.1 |
1040 | 2025-03-25T21:36:44.834Z | Downloaded ascii-canvas v3.0.0 |
1041 | 2025-03-25T21:36:44.834Z | Downloaded argon2 v0.5.3 |
1042 | 2025-03-25T21:36:44.834Z | Downloaded ahash v0.8.11 |
1043 | 2025-03-25T21:36:44.861Z | Downloaded ppv-lite86 v0.2.20 |
1044 | 2025-03-25T21:36:44.861Z | Downloaded powerfmt v0.2.0 |
1045 | 2025-03-25T21:36:44.861Z | Downloaded postgres-types v0.2.9 |
1046 | 2025-03-25T21:36:44.861Z | Downloaded postgres-protocol v0.6.8 |
1047 | 2025-03-25T21:36:44.861Z | Downloaded postcard v1.0.10 |
1048 | 2025-03-25T21:36:44.861Z | Downloaded polyval v0.6.2 |
1049 | 2025-03-25T21:36:44.861Z | Downloaded poly1305 v0.8.0 |
1050 | 2025-03-25T21:36:44.861Z | Downloaded pkcs5 v0.7.1 |
1051 | 2025-03-25T21:36:44.861Z | Downloaded getrandom v0.2.15 |
1052 | 2025-03-25T21:36:44.861Z | Downloaded untrusted v0.9.0 |
1053 | 2025-03-25T21:36:44.886Z | Downloaded unicode-normalization v0.1.24 |
1054 | 2025-03-25T21:36:44.887Z | Downloaded progenitor-macro v0.9.1 |
1055 | 2025-03-25T21:36:44.887Z | Downloaded http v1.2.0 |
1056 | 2025-03-25T21:36:44.887Z | Downloaded home v0.5.9 |
1057 | 2025-03-25T21:36:44.887Z | Downloaded ciborium v0.2.2 |
1058 | 2025-03-25T21:36:44.887Z | Downloaded cancel-safe-futures v0.1.5 |
1059 | 2025-03-25T21:36:44.887Z | Downloaded bitfield-struct v0.6.2 |
1060 | 2025-03-25T21:36:44.887Z | Downloaded bit-vec v0.6.3 |
1061 | 2025-03-25T21:36:44.887Z | Downloaded atty v0.2.14 |
1062 | 2025-03-25T21:36:44.887Z | Downloaded array-init v0.0.4 |
1063 | 2025-03-25T21:36:44.887Z | Downloaded aho-corasick v1.1.3 |
1064 | 2025-03-25T21:36:44.913Z | Downloaded adler2 v2.0.0 |
1065 | 2025-03-25T21:36:44.913Z | Downloaded fxhash v0.2.1 |
1066 | 2025-03-25T21:36:44.913Z | Downloaded futures-io v0.3.31 |
1067 | 2025-03-25T21:36:44.913Z | Downloaded futures-channel v0.3.31 |
1068 | 2025-03-25T21:36:44.913Z | Downloaded futures v0.3.31 |
1069 | 2025-03-25T21:36:44.913Z | Downloaded funty v2.0.0 |
1070 | 2025-03-25T21:36:44.913Z | Downloaded url v2.5.3 |
1071 | 2025-03-25T21:36:44.913Z | Downloaded unsafe-libyaml v0.2.11 |
1072 | 2025-03-25T21:36:44.913Z | Downloaded unicode_categories v0.1.1 |
1073 | 2025-03-25T21:36:44.913Z | Downloaded unicode-truncate v1.1.0 |
1074 | 2025-03-25T21:36:44.913Z | Downloaded unicode-segmentation v1.12.0 |
1075 | 2025-03-25T21:36:44.939Z | Downloaded unicode-bidi v0.3.17 |
1076 | 2025-03-25T21:36:44.939Z | Downloaded unarray v0.1.4 |
1077 | 2025-03-25T21:36:44.939Z | Downloaded serde_with v3.12.0 |
1078 | 2025-03-25T21:36:44.939Z | Downloaded radix_trie v0.2.1 |
1079 | 2025-03-25T21:36:44.939Z | Downloaded quinn-proto v0.11.8 |
1080 | 2025-03-25T21:36:44.965Z | Downloaded proc-macro-crate v1.3.1 |
1081 | 2025-03-25T21:36:44.965Z | Downloaded lalrpop-util v0.19.12 |
1082 | 2025-03-25T21:36:44.965Z | Downloaded jobserver v0.1.32 |
1083 | 2025-03-25T21:36:44.965Z | Downloaded ipnet v2.11.0 |
1084 | 2025-03-25T21:36:44.965Z | Downloaded indexmap v1.9.3 |
1085 | 2025-03-25T21:36:44.965Z | Downloaded icu_locid v1.5.0 |
1086 | 2025-03-25T21:36:44.965Z | Downloaded hyper-util v0.1.10 |
1087 | 2025-03-25T21:36:44.965Z | Downloaded hyper-tls v0.6.0 |
1088 | 2025-03-25T21:36:44.965Z | Downloaded hyper-staticfile v0.10.1 |
1089 | 2025-03-25T21:36:44.992Z | Downloaded httpdate v1.0.3 |
1090 | 2025-03-25T21:36:44.992Z | Downloaded heapless v0.7.17 |
1091 | 2025-03-25T21:36:44.992Z | Downloaded headers-core v0.3.0 |
1092 | 2025-03-25T21:36:44.992Z | Downloaded crossbeam-deque v0.8.5 |
1093 | 2025-03-25T21:36:44.992Z | Downloaded clang-sys v1.8.1 |
1094 | 2025-03-25T21:36:44.992Z | Downloaded cfg_aliases v0.2.1 |
1095 | 2025-03-25T21:36:44.992Z | Downloaded bit-set v0.8.0 |
1096 | 2025-03-25T21:36:44.992Z | Downloaded bcs v0.1.6 |
1097 | 2025-03-25T21:36:44.992Z | Downloaded bcrypt-pbkdf v0.10.0 |
1098 | 2025-03-25T21:36:44.992Z | Downloaded gethostname v0.5.0 |
1099 | 2025-03-25T21:36:44.992Z | Downloaded futures-macro v0.3.31 |
1100 | 2025-03-25T21:36:44.992Z | Downloaded futures-executor v0.3.31 |
1101 | 2025-03-25T21:36:44.992Z | Downloaded futures-core v0.3.31 |
1102 | 2025-03-25T21:36:44.992Z | Downloaded utf16_iter v1.0.5 |
1103 | 2025-03-25T21:36:44.992Z | Downloaded untrusted v0.7.1 |
1104 | 2025-03-25T21:36:44.992Z | Downloaded universal-hash v0.5.1 |
1105 | 2025-03-25T21:36:44.992Z | Downloaded unicode-properties v0.1.3 |
1106 | 2025-03-25T21:36:45.019Z | Downloaded unicase v2.7.0 |
1107 | 2025-03-25T21:36:45.019Z | Downloaded typify-macro v0.3.0 |
1108 | 2025-03-25T21:36:45.019Z | Downloaded typify-macro v0.2.0 |
1109 | 2025-03-25T21:36:45.019Z | Downloaded slog-dtrace v0.3.0 |
1110 | 2025-03-25T21:36:45.019Z | Downloaded slab v0.4.9 |
1111 | 2025-03-25T21:36:45.019Z | Downloaded similar v2.7.0 |
1112 | 2025-03-25T21:36:45.019Z | Downloaded serde_yaml v0.9.34+deprecated |
1113 | 2025-03-25T21:36:45.019Z | Downloaded serde_repr v0.1.19 |
1114 | 2025-03-25T21:36:45.019Z | Downloaded rand v0.9.0 |
1115 | 2025-03-25T21:36:45.019Z | Downloaded radium v0.7.0 |
1116 | 2025-03-25T21:36:45.019Z | Downloaded quick-xml v0.37.2 |
1117 | 2025-03-25T21:36:45.045Z | Downloaded publicsuffix v2.3.0 |
1118 | 2025-03-25T21:36:45.046Z | Downloaded progenitor-client v0.9.1 |
1119 | 2025-03-25T21:36:45.046Z | Downloaded lalrpop v0.19.12 |
1120 | 2025-03-25T21:36:45.046Z | Downloaded itertools v0.12.1 |
1121 | 2025-03-25T21:36:45.071Z | Downloaded icu_properties_data v1.5.0 |
1122 | 2025-03-25T21:36:45.071Z | Downloaded hickory-proto v0.24.4 |
1123 | 2025-03-25T21:36:45.096Z | Downloaded slog-async v2.8.0 |
1124 | 2025-03-25T21:36:45.096Z | Downloaded simd-adler32 v0.3.7 |
1125 | 2025-03-25T21:36:45.096Z | Downloaded sigpipe v0.1.3 |
1126 | 2025-03-25T21:36:45.096Z | Downloaded signature v2.2.0 |
1127 | 2025-03-25T21:36:45.096Z | Downloaded signal-hook-tokio v0.3.1 |
1128 | 2025-03-25T21:36:45.096Z | Downloaded signal-hook-registry v1.4.2 |
1129 | 2025-03-25T21:36:45.096Z | Downloaded signal-hook-mio v0.2.4 |
1130 | 2025-03-25T21:36:45.096Z | Downloaded signal-hook v0.3.17 |
1131 | 2025-03-25T21:36:45.097Z | Downloaded shlex v1.3.0 |
1132 | 2025-03-25T21:36:45.097Z | Downloaded shell-words v1.1.0 |
1133 | 2025-03-25T21:36:45.097Z | Downloaded sha1 v0.10.6 |
1134 | 2025-03-25T21:36:45.097Z | Downloaded serde_with_macros v3.12.0 |
1135 | 2025-03-25T21:36:45.123Z | Downloaded serde_urlencoded v0.7.1 |
1136 | 2025-03-25T21:36:45.124Z | Downloaded serde_plain v1.0.2 |
1137 | 2025-03-25T21:36:45.124Z | Downloaded psl-types v2.0.11 |
1138 | 2025-03-25T21:36:45.124Z | Downloaded minimal-lexical v0.2.1 |
1139 | 2025-03-25T21:36:45.124Z | Downloaded lockfree-object-pool v0.1.6 |
1140 | 2025-03-25T21:36:45.124Z | Downloaded libsw v3.4.0 |
1141 | 2025-03-25T21:36:45.124Z | Downloaded indoc v2.0.6 |
1142 | 2025-03-25T21:36:45.124Z | Downloaded rand_chacha v0.9.0 |
1143 | 2025-03-25T21:36:45.124Z | Downloaded rand_chacha v0.3.1 |
1144 | 2025-03-25T21:36:45.124Z | Downloaded rand v0.8.5 |
1145 | 2025-03-25T21:36:45.124Z | Downloaded quinn-udp v0.5.5 |
1146 | 2025-03-25T21:36:45.124Z | Downloaded quinn v0.11.5 |
1147 | 2025-03-25T21:36:45.151Z | Downloaded libsw-core v0.3.1 |
1148 | 2025-03-25T21:36:45.151Z | Downloaded libm v0.2.8 |
1149 | 2025-03-25T21:36:45.151Z | Downloaded itertools v0.10.5 |
1150 | 2025-03-25T21:36:45.151Z | Downloaded internet-checksum v0.2.1 |
1151 | 2025-03-25T21:36:45.151Z | Downloaded indicatif v0.17.11 |
1152 | 2025-03-25T21:36:45.151Z | Downloaded icu_collections v1.5.0 |
1153 | 2025-03-25T21:36:45.180Z | Downloaded hyper-rustls v0.27.3 |
1154 | 2025-03-25T21:36:45.180Z | Downloaded hyper v1.6.0 |
1155 | 2025-03-25T21:36:45.180Z | Downloaded highway v1.3.0 |
1156 | 2025-03-25T21:36:45.180Z | Downloaded crypto-bigint v0.5.5 |
1157 | 2025-03-25T21:36:45.180Z | Downloaded crossterm v0.28.1 |
1158 | 2025-03-25T21:36:45.206Z | Downloaded crossbeam-channel v0.5.13 |
1159 | 2025-03-25T21:36:45.206Z | Downloaded crc v3.2.1 |
1160 | 2025-03-25T21:36:45.206Z | Downloaded convert_case v0.4.0 |
1161 | 2025-03-25T21:36:45.206Z | Downloaded const_format v0.2.34 |
1162 | 2025-03-25T21:36:45.206Z | Downloaded compact_str v0.8.0 |
1163 | 2025-03-25T21:36:45.232Z | Downloaded cmake v0.1.51 |
1164 | 2025-03-25T21:36:45.232Z | Downloaded ciborium-ll v0.2.2 |
1165 | 2025-03-25T21:36:45.232Z | Downloaded chrono-tz-build v0.4.0 |
1166 | 2025-03-25T21:36:45.232Z | Downloaded chacha20poly1305 v0.10.1 |
1167 | 2025-03-25T21:36:45.232Z | Downloaded cfg_aliases v0.1.1 |
1168 | 2025-03-25T21:36:45.232Z | Downloaded cbc v0.1.2 |
1169 | 2025-03-25T21:36:45.232Z | Downloaded bytes v1.10.1 |
1170 | 2025-03-25T21:36:45.232Z | Downloaded bumpalo v3.16.0 |
1171 | 2025-03-25T21:36:45.232Z | Downloaded aes-gcm v0.10.3 |
1172 | 2025-03-25T21:36:45.232Z | Downloaded r2d2 v0.8.10 |
1173 | 2025-03-25T21:36:45.232Z | Downloaded quick-error v1.2.3 |
1174 | 2025-03-25T21:36:45.257Z | Downloaded miniz_oxide v0.8.5 |
1175 | 2025-03-25T21:36:45.257Z | Downloaded match_cfg v0.1.0 |
1176 | 2025-03-25T21:36:45.257Z | Downloaded managed v0.8.0 |
1177 | 2025-03-25T21:36:45.257Z | Downloaded litemap v0.7.3 |
1178 | 2025-03-25T21:36:45.257Z | Downloaded libxml v0.3.3 |
1179 | 2025-03-25T21:36:45.257Z | Downloaded libloading v0.8.5 |
1180 | 2025-03-25T21:36:45.258Z | Downloaded itertools v0.14.0 |
1181 | 2025-03-25T21:36:45.283Z | Downloaded instant v0.1.13 |
1182 | 2025-03-25T21:36:45.283Z | Downloaded idna_adapter v1.2.0 |
1183 | 2025-03-25T21:36:45.283Z | Downloaded idna v1.0.3 |
1184 | 2025-03-25T21:36:45.283Z | Downloaded icu_provider v1.5.0 |
1185 | 2025-03-25T21:36:45.283Z | Downloaded icu_properties v1.5.1 |
1186 | 2025-03-25T21:36:45.283Z | Downloaded hubpack_derive v0.1.1 |
1187 | 2025-03-25T21:36:45.283Z | Downloaded hmac v0.12.1 |
1188 | 2025-03-25T21:36:45.283Z | Downloaded hkdf v0.12.4 |
1189 | 2025-03-25T21:36:45.283Z | Downloaded hickory-server v0.24.4 |
1190 | 2025-03-25T21:36:45.283Z | Downloaded hickory-resolver v0.24.4 |
1191 | 2025-03-25T21:36:45.308Z | Downloaded hickory-client v0.24.4 |
1192 | 2025-03-25T21:36:45.308Z | Downloaded heapless v0.8.0 |
1193 | 2025-03-25T21:36:45.308Z | Downloaded ctr v0.9.2 |
1194 | 2025-03-25T21:36:45.309Z | Downloaded crossbeam-utils v0.8.20 |
1195 | 2025-03-25T21:36:45.309Z | Downloaded cargo_metadata v0.18.1 |
1196 | 2025-03-25T21:36:45.309Z | Downloaded blowfish v0.9.1 |
1197 | 2025-03-25T21:36:45.309Z | Downloaded blake2 v0.10.6 |
1198 | 2025-03-25T21:36:45.309Z | Downloaded bit-set v0.5.3 |
1199 | 2025-03-25T21:36:45.309Z | Downloaded bindgen v0.69.5 |
1200 | 2025-03-25T21:36:45.334Z | Downloaded base64 v0.22.1 |
1201 | 2025-03-25T21:36:45.334Z | Downloaded base64 v0.13.1 |
1202 | 2025-03-25T21:36:45.334Z | Downloaded base16ct v0.2.0 |
1203 | 2025-03-25T21:36:45.334Z | Downloaded atomicwrites v0.4.4 |
1204 | 2025-03-25T21:36:45.334Z | Downloaded async-stream v0.3.6 |
1205 | 2025-03-25T21:36:45.334Z | Downloaded memoffset v0.9.1 |
1206 | 2025-03-25T21:36:45.334Z | Downloaded memmap2 v0.9.5 |
1207 | 2025-03-25T21:36:45.334Z | Downloaded md-5 v0.10.6 |
1208 | 2025-03-25T21:36:45.334Z | Downloaded maplit v1.0.2 |
1209 | 2025-03-25T21:36:45.334Z | Downloaded lock_api v0.4.12 |
1210 | 2025-03-25T21:36:45.361Z | Downloaded litrs v0.4.1 |
1211 | 2025-03-25T21:36:45.361Z | Downloaded linked-hash-map v0.5.6 |
1212 | 2025-03-25T21:36:45.361Z | Downloaded linear-map v1.2.0 |
1213 | 2025-03-25T21:36:45.361Z | Downloaded libefi-sys v0.1.0 |
1214 | 2025-03-25T21:36:45.361Z | Downloaded kstat-rs v0.2.4 |
1215 | 2025-03-25T21:36:45.361Z | Downloaded ident_case v1.0.1 |
1216 | 2025-03-25T21:36:45.361Z | Downloaded icu_normalizer_data v1.5.0 |
1217 | 2025-03-25T21:36:45.361Z | Downloaded icu_normalizer v1.5.0 |
1218 | 2025-03-25T21:36:45.361Z | Downloaded icu_locid_transform_data v1.5.0 |
1219 | 2025-03-25T21:36:45.361Z | Downloaded icu_locid_transform v1.5.0 |
1220 | 2025-03-25T21:36:45.361Z | Downloaded iana-time-zone v0.1.61 |
1221 | 2025-03-25T21:36:45.361Z | Downloaded humantime v2.1.0 |
1222 | 2025-03-25T21:36:45.361Z | Downloaded httparse v1.9.5 |
1223 | 2025-03-25T21:36:45.387Z | Downloaded http-body-util v0.1.2 |
1224 | 2025-03-25T21:36:45.387Z | Downloaded hostname v0.4.0 |
1225 | 2025-03-25T21:36:45.387Z | Downloaded hostname v0.3.1 |
1226 | 2025-03-25T21:36:45.387Z | Downloaded hex-literal v0.4.1 |
1227 | 2025-03-25T21:36:45.387Z | Downloaded hex v0.4.3 |
1228 | 2025-03-25T21:36:45.387Z | Downloaded heck v0.3.3 |
1229 | 2025-03-25T21:36:45.387Z | Downloaded assert_matches v1.5.0 |
1230 | 2025-03-25T21:36:45.387Z | Downloaded arc-swap v1.7.1 |
1231 | 2025-03-25T21:36:45.387Z | Downloaded md5 v0.7.0 |
1232 | 2025-03-25T21:36:45.387Z | Downloaded maybe-uninit v2.0.0 |
1233 | 2025-03-25T21:36:45.387Z | Downloaded lru-cache v0.1.2 |
1234 | 2025-03-25T21:36:45.387Z | Downloaded lru v0.12.5 |
1235 | 2025-03-25T21:36:45.387Z | Downloaded lazycell v1.3.0 |
1236 | 2025-03-25T21:36:45.387Z | Downloaded lazy_static v1.5.0 |
1237 | 2025-03-25T21:36:45.387Z | Downloaded keccak v0.1.5 |
1238 | 2025-03-25T21:36:45.387Z | Downloaded is_ci v1.2.0 |
1239 | 2025-03-25T21:36:45.387Z | Downloaded is-terminal v0.4.13 |
1240 | 2025-03-25T21:36:45.387Z | Downloaded ipnetwork v0.21.1 |
1241 | 2025-03-25T21:36:45.413Z | Downloaded instability v0.3.2 |
1242 | 2025-03-25T21:36:45.413Z | Downloaded inout v0.1.3 |
1243 | 2025-03-25T21:36:45.413Z | Downloaded indoc v1.0.9 |
1244 | 2025-03-25T21:36:45.413Z | Downloaded indent_write v2.2.0 |
1245 | 2025-03-25T21:36:45.413Z | Downloaded impl-trait-for-tuples v0.2.2 |
1246 | 2025-03-25T21:36:45.413Z | Downloaded icu_provider_macros v1.5.0 |
1247 | 2025-03-25T21:36:45.413Z | Downloaded hubpack v0.1.2 |
1248 | 2025-03-25T21:36:45.413Z | Downloaded http-range v0.1.5 |
1249 | 2025-03-25T21:36:45.588Z | Compiling serde v1.0.218 |
1250 | 2025-03-25T21:36:45.613Z | Compiling value-bag v1.9.0 |
1251 | 2025-03-25T21:36:45.613Z | Compiling lock_api v0.4.12 |
1252 | 2025-03-25T21:36:45.613Z | Compiling scopeguard v1.2.0 |
1253 | 2025-03-25T21:36:45.613Z | Compiling shlex v1.3.0 |
1254 | 2025-03-25T21:36:45.613Z | Compiling typenum v1.17.0 |
1255 | 2025-03-25T21:36:45.684Z | Compiling syn v2.0.98 |
1256 | 2025-03-25T21:36:45.710Z | Compiling getrandom v0.2.15 |
1257 | 2025-03-25T21:36:45.867Z | Compiling jobserver v0.1.32 |
1258 | 2025-03-25T21:36:45.985Z | Compiling rand_core v0.6.4 |
1259 | 2025-03-25T21:36:46.108Z | Compiling log v0.4.22 |
1260 | 2025-03-25T21:36:46.158Z | Compiling generic-array v0.14.7 |
1261 | 2025-03-25T21:36:46.185Z | Compiling subtle v2.6.1 |
1262 | 2025-03-25T21:36:46.482Z | Compiling cc v1.2.15 |
1263 | 2025-03-25T21:36:46.508Z | Compiling smallvec v1.14.0 |
1264 | 2025-03-25T21:36:46.535Z | Compiling const-oid v0.9.6 |
1265 | 2025-03-25T21:36:46.560Z | Compiling pin-project-lite v0.2.14 |
1266 | 2025-03-25T21:36:46.620Z | Compiling rustix v0.38.37 |
1267 | 2025-03-25T21:36:46.731Z | Compiling parking_lot_core v0.9.10 |
1268 | 2025-03-25T21:36:46.801Z | Compiling spin v0.9.8 |
1269 | 2025-03-25T21:36:46.865Z | Compiling signal-hook-registry v1.4.2 |
1270 | 2025-03-25T21:36:47.180Z | Compiling futures-core v0.3.31 |
1271 | 2025-03-25T21:36:47.318Z | Compiling mio v1.0.2 |
1272 | 2025-03-25T21:36:47.413Z | Compiling aho-corasick v1.1.3 |
1273 | 2025-03-25T21:36:47.505Z | Compiling parking_lot v0.12.3 |
1274 | 2025-03-25T21:36:47.650Z | Compiling serde_json v1.0.139 |
1275 | 2025-03-25T21:36:47.675Z | Compiling either v1.14.0 |
1276 | 2025-03-25T21:36:47.933Z | Compiling regex-syntax v0.8.5 |
1277 | 2025-03-25T21:36:48.058Z | Compiling glob v0.3.2 |
1278 | 2025-03-25T21:36:48.126Z | Compiling stable_deref_trait v1.2.0 |
1279 | 2025-03-25T21:36:48.214Z | Compiling socket2 v0.5.8 |
1280 | 2025-03-25T21:36:48.245Z | Compiling futures-sink v0.3.31 |
1281 | 2025-03-25T21:36:48.296Z | Compiling libm v0.2.8 |
1282 | 2025-03-25T21:36:48.396Z | Compiling prettyplease v0.2.30 |
1283 | 2025-03-25T21:36:48.548Z | Compiling cpufeatures v0.2.14 |
1284 | 2025-03-25T21:36:48.710Z | Compiling lazy_static v1.5.0 |
1285 | 2025-03-25T21:36:48.735Z | Compiling slab v0.4.9 |
1286 | 2025-03-25T21:36:48.814Z | Compiling clang-sys v1.8.1 |
1287 | 2025-03-25T21:36:48.855Z | Compiling num-traits v0.2.19 |
1288 | 2025-03-25T21:36:49.028Z | Compiling minimal-lexical v0.2.1 |
1289 | 2025-03-25T21:36:49.574Z | Compiling libloading v0.8.5 |
1290 | 2025-03-25T21:36:49.686Z | Compiling nom v7.1.3 |
1291 | 2025-03-25T21:36:49.712Z | Compiling allocator-api2 v0.2.18 |
1292 | 2025-03-25T21:36:49.935Z | Compiling pkg-config v0.3.31 |
1293 | 2025-03-25T21:36:50.095Z | Compiling getrandom v0.3.1 |
1294 | 2025-03-25T21:36:50.434Z | Compiling bindgen v0.69.5 |
1295 | 2025-03-25T21:36:50.467Z | Compiling home v0.5.9 |
1296 | 2025-03-25T21:36:50.675Z | Compiling foldhash v0.1.3 |
1297 | 2025-03-25T21:36:50.944Z | Compiling hashbrown v0.15.1 |
1298 | 2025-03-25T21:36:51.427Z | Compiling regex-automata v0.4.8 |
1299 | 2025-03-25T21:36:51.531Z | Compiling itertools v0.12.1 |
1300 | 2025-03-25T21:36:51.968Z | Compiling lazycell v1.3.0 |
1301 | 2025-03-25T21:36:52.124Z | Compiling synstructure v0.13.1 |
1302 | 2025-03-25T21:36:52.448Z | Compiling cexpr v0.6.0 |
1303 | 2025-03-25T21:36:53.294Z | Compiling rustc-hash v1.1.0 |
1304 | 2025-03-25T21:36:53.472Z | Compiling futures-channel v0.3.31 |
1305 | 2025-03-25T21:36:53.750Z | Compiling cmake v0.1.51 |
1306 | 2025-03-25T21:36:53.836Z | Compiling futures-io v0.3.31 |
1307 | 2025-03-25T21:36:53.871Z | Compiling fs_extra v1.3.0 |
1308 | 2025-03-25T21:36:54.031Z | Compiling pin-utils v0.1.0 |
1309 | 2025-03-25T21:36:54.127Z | Compiling dunce v1.0.5 |
1310 | 2025-03-25T21:36:54.196Z | Compiling futures-task v0.3.31 |
1311 | 2025-03-25T21:36:54.338Z | Compiling base64ct v1.6.0 |
1312 | 2025-03-25T21:36:54.515Z | Compiling paste v1.0.15 |
1313 | 2025-03-25T21:36:54.546Z | Compiling ring v0.17.11 |
1314 | 2025-03-25T21:36:54.649Z | Compiling litemap v0.7.3 |
1315 | 2025-03-25T21:36:54.718Z | Compiling flagset v0.4.6 |
1316 | 2025-03-25T21:36:54.913Z | Compiling pem-rfc7468 v0.7.0 |
1317 | 2025-03-25T21:36:54.963Z | Compiling writeable v0.5.5 |
1318 | 2025-03-25T21:36:55.056Z | Compiling aws-lc-rs v1.12.4 |
1319 | 2025-03-25T21:36:55.450Z | Compiling rustls-pki-types v1.10.0 |
1320 | 2025-03-25T21:36:55.486Z | Compiling crossbeam-utils v0.8.20 |
1321 | 2025-03-25T21:36:55.516Z | Compiling vcpkg v0.2.15 |
1322 | 2025-03-25T21:36:55.928Z | Compiling regex v1.11.1 |
1323 | 2025-03-25T21:36:56.043Z | Compiling icu_locid_transform_data v1.5.0 |
1324 | 2025-03-25T21:36:56.188Z | Compiling tracing-core v0.1.32 |
1325 | 2025-03-25T21:36:56.329Z | Compiling percent-encoding v2.3.1 |
1326 | 2025-03-25T21:36:56.581Z | Compiling serde_derive v1.0.218 |
1327 | 2025-03-25T21:36:56.652Z | Compiling zeroize_derive v1.4.2 |
1328 | 2025-03-25T21:36:56.792Z | Compiling zerocopy-derive v0.7.35 |
1329 | 2025-03-25T21:36:57.126Z | Compiling tokio-macros v2.5.0 |
1330 | 2025-03-25T21:36:57.298Z | Compiling zerofrom-derive v0.1.4 |
1331 | 2025-03-25T21:36:57.920Z | Compiling zeroize v1.8.1 |
1332 | 2025-03-25T21:36:58.456Z | Compiling yoke-derive v0.7.4 |
1333 | 2025-03-25T21:36:58.554Z | Compiling zerocopy v0.7.35 |
1334 | 2025-03-25T21:36:59.130Z | Compiling zerovec-derive v0.10.3 |
1335 | 2025-03-25T21:36:59.546Z | Compiling crypto-common v0.1.6 |
1336 | 2025-03-25T21:36:59.798Z | Compiling block-buffer v0.10.4 |
1337 | 2025-03-25T21:36:59.994Z | Compiling block-padding v0.3.3 |
1338 | 2025-03-25T21:37:00.093Z | Compiling digest v0.10.7 |
1339 | 2025-03-25T21:37:00.303Z | Compiling displaydoc v0.2.5 |
1340 | 2025-03-25T21:37:00.491Z | Compiling zerofrom v0.1.4 |
1341 | 2025-03-25T21:37:00.551Z | Compiling inout v0.1.3 |
1342 | 2025-03-25T21:37:00.614Z | Compiling hmac v0.12.1 |
1343 | 2025-03-25T21:37:00.648Z | Compiling thiserror-impl v1.0.69 |
1344 | 2025-03-25T21:37:00.708Z | Compiling futures-macro v0.3.31 |
1345 | 2025-03-25T21:37:00.791Z | Compiling cipher v0.4.4 |
1346 | 2025-03-25T21:37:00.876Z | Compiling sha2 v0.10.8 |
1347 | 2025-03-25T21:37:00.943Z | Compiling yoke v0.7.4 |
1348 | 2025-03-25T21:37:01.309Z | Compiling der_derive v0.7.3 |
1349 | 2025-03-25T21:37:01.343Z | Compiling icu_provider_macros v1.5.0 |
1350 | 2025-03-25T21:37:01.446Z | Compiling zerovec v0.10.4 |
1351 | 2025-03-25T21:37:01.731Z | Compiling salsa20 v0.10.2 |
1352 | 2025-03-25T21:37:01.970Z | Compiling pbkdf2 v0.12.2 |
1353 | 2025-03-25T21:37:02.157Z | Compiling ppv-lite86 v0.2.20 |
1354 | 2025-03-25T21:37:02.342Z | Compiling scrypt v0.11.0 |
1355 | 2025-03-25T21:37:02.371Z | Compiling futures-util v0.3.31 |
1356 | 2025-03-25T21:37:02.824Z | Compiling aes v0.8.4 |
1357 | 2025-03-25T21:37:02.907Z | Compiling cbc v0.1.2 |
1358 | 2025-03-25T21:37:03.162Z | Compiling openssl-sys v0.9.106 |
1359 | 2025-03-25T21:37:03.380Z | Compiling tinystr v0.7.6 |
1360 | 2025-03-25T21:37:03.602Z | Compiling der v0.7.9 |
1361 | 2025-03-25T21:37:03.781Z | Compiling thiserror v1.0.69 |
1362 | 2025-03-25T21:37:03.815Z | Compiling icu_locid v1.5.0 |
1363 | 2025-03-25T21:37:03.951Z | Compiling pest v2.7.14 |
1364 | 2025-03-25T21:37:04.111Z | Compiling icu_collections v1.5.0 |
1365 | 2025-03-25T21:37:04.228Z | Compiling tracing-attributes v0.1.27 |
1366 | 2025-03-25T21:37:05.269Z | Compiling icu_provider v1.5.0 |
1367 | 2025-03-25T21:37:05.400Z | Compiling iana-time-zone v0.1.61 |
1368 | 2025-03-25T21:37:05.751Z | Compiling spki v0.7.3 |
1369 | 2025-03-25T21:37:05.797Z | Compiling httparse v1.9.5 |
1370 | 2025-03-25T21:37:06.127Z | Compiling icu_locid_transform v1.5.0 |
1371 | 2025-03-25T21:37:06.225Z | Compiling untrusted v0.7.1 |
1372 | 2025-03-25T21:37:06.431Z | Compiling powerfmt v0.2.0 |
1373 | 2025-03-25T21:37:06.459Z | Compiling num-conv v0.1.0 |
1374 | 2025-03-25T21:37:06.580Z | Compiling time-core v0.1.2 |
1375 | 2025-03-25T21:37:06.744Z | Compiling icu_properties_data v1.5.0 |
1376 | 2025-03-25T21:37:06.769Z | Compiling untrusted v0.9.0 |
1377 | 2025-03-25T21:37:06.821Z | Compiling time-macros v0.2.18 |
1378 | 2025-03-25T21:37:06.974Z | Compiling deranged v0.3.11 |
1379 | 2025-03-25T21:37:06.999Z | Compiling pest_meta v2.7.14 |
1380 | 2025-03-25T21:37:07.174Z | Compiling tracing v0.1.40 |
1381 | 2025-03-25T21:37:07.642Z | Compiling icu_properties v1.5.1 |
1382 | 2025-03-25T21:37:07.989Z | Compiling pkcs5 v0.7.1 |
1383 | 2025-03-25T21:37:08.254Z | Compiling bitflags v2.6.0 |
1384 | 2025-03-25T21:37:08.311Z | Compiling bytes v1.10.1 |
1385 | 2025-03-25T21:37:09.005Z | Compiling semver v1.0.25 |
1386 | 2025-03-25T21:37:09.520Z | Compiling tokio v1.43.0 |
1387 | 2025-03-25T21:37:09.751Z | Compiling indexmap v2.7.1 |
1388 | 2025-03-25T21:37:09.775Z | Compiling http v1.2.0 |
1389 | 2025-03-25T21:37:10.802Z | Compiling rustc_version v0.4.1 |
1390 | 2025-03-25T21:37:10.983Z | Compiling uuid v1.15.1 |
1391 | 2025-03-25T21:37:11.016Z | Compiling chrono v0.4.40 |
1392 | 2025-03-25T21:37:11.204Z | Compiling scroll_derive v0.12.0 |
1393 | 2025-03-25T21:37:11.774Z | Compiling icu_normalizer_data v1.5.0 |
1394 | 2025-03-25T21:37:11.849Z | Compiling utf16_iter v1.0.5 |
1395 | 2025-03-25T21:37:11.892Z | Compiling atomic-waker v1.1.2 |
1396 | 2025-03-25T21:37:12.066Z | Compiling which v4.4.2 |
1397 | 2025-03-25T21:37:12.095Z | Compiling write16 v1.0.0 |
1398 | 2025-03-25T21:37:12.250Z | Compiling zerocopy v0.8.10 |
1399 | 2025-03-25T21:37:12.348Z | Compiling num_threads v0.1.7 |
1400 | 2025-03-25T21:37:12.507Z | Compiling utf8_iter v1.0.4 |
1401 | 2025-03-25T21:37:12.532Z | Compiling time v0.3.36 |
1402 | 2025-03-25T21:37:12.583Z | Compiling scroll v0.12.0 |
1403 | 2025-03-25T21:37:12.778Z | Compiling icu_normalizer v1.5.0 |
1404 | 2025-03-25T21:37:12.944Z | Compiling http-body v1.0.1 |
1405 | 2025-03-25T21:37:13.051Z | Compiling pkcs8 v0.10.2 |
1406 | 2025-03-25T21:37:13.085Z | Compiling pest_generator v2.7.14 |
1407 | 2025-03-25T21:37:13.666Z | Compiling zerocopy-derive v0.8.10 |
1408 | 2025-03-25T21:37:13.891Z | Compiling serde_derive_internals v0.29.1 |
1409 | 2025-03-25T21:37:14.068Z | Compiling try-lock v0.2.5 |
1410 | 2025-03-25T21:37:14.297Z | Compiling schemars v0.8.22 |
1411 | 2025-03-25T21:37:14.494Z | Compiling slog v2.7.0 |
1412 | 2025-03-25T21:37:14.616Z | Compiling tinyvec_macros v0.1.1 |
1413 | 2025-03-25T21:37:14.714Z | Compiling pest_derive v2.7.14 |
1414 | 2025-03-25T21:37:14.739Z | Compiling tinyvec v1.8.0 |
1415 | 2025-03-25T21:37:15.013Z | Compiling goblin v0.8.2 |
1416 | 2025-03-25T21:37:15.446Z | Compiling want v0.3.1 |
1417 | 2025-03-25T21:37:15.722Z | Compiling idna_adapter v1.2.0 |
1418 | 2025-03-25T21:37:15.954Z | Compiling form_urlencoded v1.2.1 |
1419 | 2025-03-25T21:37:16.000Z | Compiling schemars_derive v0.8.22 |
1420 | 2025-03-25T21:37:16.081Z | Compiling openssl v0.10.71 |
1421 | 2025-03-25T21:37:16.286Z | Compiling dyn-clone v1.0.19 |
1422 | 2025-03-25T21:37:16.498Z | Compiling httpdate v1.0.3 |
1423 | 2025-03-25T21:37:16.523Z | Compiling adler2 v2.0.0 |
1424 | 2025-03-25T21:37:16.742Z | Compiling rustversion v1.0.17 |
1425 | 2025-03-25T21:37:16.809Z | Compiling tower-service v0.3.3 |
1426 | 2025-03-25T21:37:16.925Z | Compiling foreign-types-shared v0.1.1 |
1427 | 2025-03-25T21:37:16.953Z | Compiling miniz_oxide v0.8.5 |
1428 | 2025-03-25T21:37:17.068Z | Compiling foreign-types v0.3.2 |
1429 | 2025-03-25T21:37:17.205Z | Compiling idna v1.0.3 |
1430 | 2025-03-25T21:37:17.388Z | Compiling tokio-util v0.7.13 |
1431 | 2025-03-25T21:37:18.290Z | Compiling h2 v0.4.6 |
1432 | 2025-03-25T21:37:18.570Z | Compiling dtrace-parser v0.2.0 |
1433 | 2025-03-25T21:37:18.827Z | Compiling rand_core v0.9.2 |
1434 | 2025-03-25T21:37:19.402Z | Compiling toml_datetime v0.6.8 |
1435 | 2025-03-25T21:37:19.858Z | Compiling serde_spanned v0.6.8 |
1436 | 2025-03-25T21:37:20.116Z | Compiling serde_tokenstream v0.2.2 |
1437 | 2025-03-25T21:37:20.255Z | Compiling openssl-macros v0.1.1 |
1438 | 2025-03-25T21:37:20.503Z | Compiling dof v0.3.0 |
1439 | 2025-03-25T21:37:20.729Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1440 | 2025-03-25T21:37:21.049Z | Compiling native-tls v0.2.12 |
1441 | 2025-03-25T21:37:21.262Z | Compiling syn v1.0.109 |
1442 | 2025-03-25T21:37:21.425Z | Compiling siphasher v0.3.11 |
1443 | 2025-03-25T21:37:21.756Z | Compiling base64 v0.22.1 |
1444 | 2025-03-25T21:37:21.808Z | Compiling rustls v0.23.19 |
1445 | 2025-03-25T21:37:21.991Z | Compiling usdt-impl v0.5.0 |
1446 | 2025-03-25T21:37:22.254Z | Compiling rand_chacha v0.9.0 |
1447 | 2025-03-25T21:37:23.252Z | Compiling unicode-normalization v0.1.24 |
1448 | 2025-03-25T21:37:23.455Z | Compiling crossbeam-epoch v0.9.18 |
1449 | 2025-03-25T21:37:23.564Z | Compiling heapless v0.7.17 |
1450 | 2025-03-25T21:37:23.598Z | Compiling rand_chacha v0.3.1 |
1451 | 2025-03-25T21:37:23.992Z | Compiling signature v2.2.0 |
1452 | 2025-03-25T21:37:24.026Z | Compiling dirs-sys-next v0.1.2 |
1453 | 2025-03-25T21:37:24.262Z | Compiling crc32fast v1.4.2 |
1454 | 2025-03-25T21:37:24.339Z | Compiling cookie v0.18.1 |
1455 | 2025-03-25T21:37:24.364Z | Compiling rayon-core v1.12.1 |
1456 | 2025-03-25T21:37:24.593Z | Compiling unicode-properties v0.1.3 |
1457 | 2025-03-25T21:37:24.619Z | Compiling rustls v0.22.4 |
1458 | 2025-03-25T21:37:24.644Z | Compiling openssl-probe v0.1.5 |
1459 | 2025-03-25T21:37:24.670Z | Compiling signal-hook v0.3.17 |
1460 | 2025-03-25T21:37:24.884Z | Compiling unicode-bidi v0.3.17 |
1461 | 2025-03-25T21:37:24.982Z | Compiling dirs-next v2.0.0 |
1462 | 2025-03-25T21:37:25.038Z | Compiling hyper v1.6.0 |
1463 | 2025-03-25T21:37:25.074Z | Compiling rand v0.8.5 |
1464 | 2025-03-25T21:37:25.277Z | Compiling crossbeam-deque v0.8.5 |
1465 | 2025-03-25T21:37:25.601Z | Compiling stringprep v0.1.5 |
1466 | 2025-03-25T21:37:25.781Z | Compiling rand v0.9.0 |
1467 | 2025-03-25T21:37:26.516Z | Compiling url v2.5.3 |
1468 | 2025-03-25T21:37:26.935Z | Compiling http-body-util v0.1.2 |
1469 | 2025-03-25T21:37:27.357Z | Compiling hyper-util v0.1.10 |
1470 | 2025-03-25T21:37:27.386Z | Compiling curve25519-dalek v4.1.3 |
1471 | 2025-03-25T21:37:27.981Z | Compiling md-5 v0.10.6 |
1472 | 2025-03-25T21:37:28.026Z | Compiling async-trait v0.1.87 |
1473 | 2025-03-25T21:37:28.051Z | Compiling num-integer v0.1.46 |
1474 | 2025-03-25T21:37:28.355Z | Compiling hash32 v0.2.1 |
1475 | 2025-03-25T21:37:28.417Z | Compiling thread_local v1.1.8 |
1476 | 2025-03-25T21:37:28.577Z | Compiling ff v0.13.0 |
1477 | 2025-03-25T21:37:28.716Z | Compiling multer v3.1.0 |
1478 | 2025-03-25T21:37:28.805Z | Compiling memoffset v0.9.1 |
1479 | 2025-03-25T21:37:28.923Z | Compiling encoding_rs v0.8.34 |
1480 | 2025-03-25T21:37:29.005Z | Compiling cfg_aliases v0.2.1 |
1481 | 2025-03-25T21:37:29.114Z | Compiling num-bigint-dig v0.8.4 |
1482 | 2025-03-25T21:37:29.163Z | Compiling slog-async v2.8.0 |
1483 | 2025-03-25T21:37:29.312Z | Compiling psl-types v2.0.11 |
1484 | 2025-03-25T21:37:29.458Z | Compiling mime v0.3.17 |
1485 | 2025-03-25T21:37:29.520Z | Compiling litrs v0.4.1 |
1486 | 2025-03-25T21:37:29.609Z | Compiling fallible-iterator v0.2.0 |
1487 | 2025-03-25T21:37:29.939Z | Compiling base16ct v0.2.0 |
1488 | 2025-03-25T21:37:30.151Z | Compiling portable-atomic v1.9.0 |
1489 | 2025-03-25T21:37:30.231Z | Compiling smoltcp v0.9.1 |
1490 | 2025-03-25T21:37:30.257Z | Compiling gimli v0.31.1 |
1491 | 2025-03-25T21:37:30.282Z | Compiling newtype-uuid v1.2.1 |
1492 | 2025-03-25T21:37:30.551Z | Compiling match_cfg v0.1.0 |
1493 | 2025-03-25T21:37:30.576Z | Compiling document-features v0.2.10 |
1494 | 2025-03-25T21:37:30.660Z | Compiling hostname v0.3.1 |
1495 | 2025-03-25T21:37:30.893Z | Compiling sec1 v0.7.3 |
1496 | 2025-03-25T21:37:30.893Z | Compiling postgres-protocol v0.6.8 |
1497 | 2025-03-25T21:37:31.176Z | Compiling toml_edit v0.22.24 |
1498 | 2025-03-25T21:37:31.402Z | Compiling publicsuffix v2.3.0 |
1499 | 2025-03-25T21:37:31.638Z | Compiling nix v0.29.0 |
1500 | 2025-03-25T21:37:31.915Z | Compiling group v0.13.0 |
1501 | 2025-03-25T21:37:32.004Z | Compiling num-iter v0.1.45 |
1502 | 2025-03-25T21:37:32.362Z | Compiling tokio-native-tls v0.3.1 |
1503 | 2025-03-25T21:37:32.410Z | Compiling bzip2 v0.4.4 |
1504 | 2025-03-25T21:37:32.645Z | Compiling term v0.7.0 |
1505 | 2025-03-25T21:37:33.661Z | Compiling flate2 v1.1.0 |
1506 | 2025-03-25T21:37:33.874Z | Compiling usdt-attr-macro v0.5.0 |
1507 | 2025-03-25T21:37:33.900Z | Compiling usdt-macro v0.5.0 |
1508 | 2025-03-25T21:37:33.945Z | Compiling addr2line v0.24.2 |
1509 | 2025-03-25T21:37:34.529Z | Compiling phf_shared v0.11.2 |
1510 | 2025-03-25T21:37:34.554Z | Compiling ipnetwork v0.21.1 |
1511 | 2025-03-25T21:37:34.635Z | Compiling slog-json v2.6.1 |
1512 | 2025-03-25T21:37:34.878Z | Compiling serde_urlencoded v0.7.1 |
1513 | 2025-03-25T21:37:34.986Z | Compiling crossbeam-channel v0.5.13 |
1514 | 2025-03-25T21:37:35.212Z | Compiling terminal_size v0.4.0 |
1515 | 2025-03-25T21:37:35.305Z | Compiling futures-executor v0.3.31 |
1516 | 2025-03-25T21:37:35.345Z | Compiling hkdf v0.12.4 |
1517 | 2025-03-25T21:37:35.371Z | Compiling crypto-bigint v0.5.5 |
1518 | 2025-03-25T21:37:35.440Z | Compiling async-stream-impl v0.3.6 |
1519 | 2025-03-25T21:37:35.609Z | Compiling curve25519-dalek-derive v0.1.1 |
1520 | 2025-03-25T21:37:35.773Z | Compiling zerocopy-derive v0.6.6 |
1521 | 2025-03-25T21:37:35.897Z | Compiling rustls-pemfile v2.2.0 |
1522 | 2025-03-25T21:37:36.228Z | Compiling webpki-roots v0.26.6 |
1523 | 2025-03-25T21:37:36.438Z | Compiling sync_wrapper v1.0.1 |
1524 | 2025-03-25T21:37:36.582Z | Compiling is-terminal v0.4.13 |
1525 | 2025-03-25T21:37:36.607Z | Compiling ahash v0.8.11 |
1526 | 2025-03-25T21:37:36.721Z | Compiling object v0.36.5 |
1527 | 2025-03-25T21:37:36.852Z | Compiling fs-err v2.11.0 |
1528 | 2025-03-25T21:37:36.878Z | Compiling hubpack_derive v0.1.1 |
1529 | 2025-03-25T21:37:36.935Z | Compiling dropshot v0.12.0 |
1530 | 2025-03-25T21:37:37.148Z | Compiling managed v0.8.0 |
1531 | 2025-03-25T21:37:37.202Z | Compiling take_mut v0.2.2 |
1532 | 2025-03-25T21:37:37.367Z | Compiling simd-adler32 v0.3.7 |
1533 | 2025-03-25T21:37:37.455Z | Compiling unicode-width v0.2.0 |
1534 | 2025-03-25T21:37:37.558Z | Compiling tower-layer v0.3.3 |
1535 | 2025-03-25T21:37:37.669Z | Compiling rustc-demangle v0.1.24 |
1536 | 2025-03-25T21:37:37.695Z | Compiling lockfree-object-pool v0.1.6 |
1537 | 2025-03-25T21:37:37.829Z | Compiling zip v2.1.3 |
1538 | 2025-03-25T21:37:37.881Z | Compiling bumpalo v3.16.0 |
1539 | 2025-03-25T21:37:37.942Z | Compiling anyhow v1.0.97 |
1540 | 2025-03-25T21:37:37.967Z | Compiling buf-list v1.0.3 |
1541 | 2025-03-25T21:37:38.129Z | Compiling ipnet v2.11.0 |
1542 | 2025-03-25T21:37:38.314Z | Compiling winnow v0.5.40 |
1543 | 2025-03-25T21:37:38.484Z | Compiling zopfli v0.8.1 |
1544 | 2025-03-25T21:37:38.625Z | Compiling elliptic-curve v0.13.8 |
1545 | 2025-03-25T21:37:38.860Z | Compiling console v0.15.10 |
1546 | 2025-03-25T21:37:39.161Z | Compiling tower v0.5.2 |
1547 | 2025-03-25T21:37:39.994Z | Compiling clap_builder v4.5.32 |
1548 | 2025-03-25T21:37:40.019Z | Compiling hubpack v0.1.2 |
1549 | 2025-03-25T21:37:40.145Z | Compiling zerocopy v0.6.6 |
1550 | 2025-03-25T21:37:40.649Z | Compiling strum_macros v0.25.3 |
1551 | 2025-03-25T21:37:41.273Z | Compiling toml_edit v0.19.15 |
1552 | 2025-03-25T21:37:41.336Z | Compiling slog-term v2.9.1 |
1553 | 2025-03-25T21:37:41.531Z | Compiling usdt v0.5.0 |
1554 | 2025-03-25T21:37:41.968Z | Compiling async-stream v0.3.6 |
1555 | 2025-03-25T21:37:42.249Z | Compiling futures v0.3.31 |
1556 | 2025-03-25T21:37:42.336Z | Compiling oxnet v0.1.1 |
1557 | 2025-03-25T21:37:42.369Z | Compiling slog-bunyan v2.5.0 |
1558 | 2025-03-25T21:37:42.589Z | Compiling phf v0.11.2 |
1559 | 2025-03-25T21:37:42.859Z | Compiling backtrace v0.3.74 |
1560 | 2025-03-25T21:37:42.991Z | Compiling toml v0.8.20 |
1561 | 2025-03-25T21:37:43.152Z | Compiling signal-hook-mio v0.2.4 |
1562 | 2025-03-25T21:37:43.325Z | Compiling cookie_store v0.21.1 |
1563 | 2025-03-25T21:37:43.789Z | Compiling rayon v1.10.0 |
1564 | 2025-03-25T21:37:44.426Z | Compiling hyper-tls v0.6.0 |
1565 | 2025-03-25T21:37:45.740Z | Compiling postgres-types v0.2.9 |
1566 | 2025-03-25T21:37:45.765Z | Compiling camino v1.1.9 |
1567 | 2025-03-25T21:37:47.336Z | Compiling ed25519 v2.2.3 |
1568 | 2025-03-25T21:37:47.361Z | Compiling phf_shared v0.10.0 |
1569 | 2025-03-25T21:37:47.713Z | Compiling dropshot_endpoint v0.12.0 |
1570 | 2025-03-25T21:37:47.739Z | Compiling pkcs1 v0.7.5 |
1571 | 2025-03-25T21:37:47.793Z | Compiling clap_derive v4.5.32 |
1572 | 2025-03-25T21:37:47.900Z | Compiling enum-as-inner v0.6.1 |
1573 | 2025-03-25T21:37:47.967Z | Compiling waitgroup v0.1.2 |
1574 | 2025-03-25T21:37:48.198Z | Compiling openapiv3 v2.0.0 |
1575 | 2025-03-25T21:37:48.617Z | Compiling serde-big-array v0.5.1 |
1576 | 2025-03-25T21:37:48.880Z | Compiling serde_path_to_error v0.1.16 |
1577 | 2025-03-25T21:37:48.910Z | Compiling rfc6979 v0.4.0 |
1578 | 2025-03-25T21:37:49.094Z | Compiling sha1 v0.10.6 |
1579 | 2025-03-25T21:37:49.164Z | Compiling serde_repr v0.1.19 |
1580 | 2025-03-25T21:37:49.601Z | Compiling daft-derive v0.1.2 |
1581 | 2025-03-25T21:37:49.711Z | Compiling bstr v1.10.0 |
1582 | 2025-03-25T21:37:50.171Z | Compiling float-cmp v0.10.0 |
1583 | 2025-03-25T21:37:50.414Z | Compiling hostname v0.4.0 |
1584 | 2025-03-25T21:37:50.636Z | Compiling number_prefix v0.4.0 |
1585 | 2025-03-25T21:37:50.880Z | Compiling normalize-line-endings v0.3.0 |
1586 | 2025-03-25T21:37:51.036Z | Compiling static_assertions v1.1.0 |
1587 | 2025-03-25T21:37:51.062Z | Compiling fixedbitset v0.4.2 |
1588 | 2025-03-25T21:37:51.153Z | Compiling precomputed-hash v0.1.1 |
1589 | 2025-03-25T21:37:51.242Z | Compiling new_debug_unreachable v1.0.6 |
1590 | 2025-03-25T21:37:51.305Z | Compiling whoami v1.5.2 |
1591 | 2025-03-25T21:37:51.359Z | Compiling debug-ignore v1.0.5 |
1592 | 2025-03-25T21:37:51.508Z | Compiling predicates-core v1.0.8 |
1593 | 2025-03-25T21:37:51.534Z | Compiling difflib v0.4.0 |
1594 | 2025-03-25T21:37:51.594Z | Compiling unicode-segmentation v1.12.0 |
1595 | 2025-03-25T21:37:51.821Z | Compiling data-encoding v2.6.0 |
1596 | 2025-03-25T21:37:51.845Z | Compiling clap v4.5.32 |
1597 | 2025-03-25T21:37:51.870Z | Compiling tokio-postgres v0.7.13 |
1598 | 2025-03-25T21:37:51.971Z | Compiling predicates v3.1.3 |
1599 | 2025-03-25T21:37:51.996Z | Compiling petgraph v0.6.5 |
1600 | 2025-03-25T21:37:52.417Z | Compiling hickory-proto v0.24.4 |
1601 | 2025-03-25T21:37:52.784Z | Compiling similar v2.7.0 |
1602 | 2025-03-25T21:37:53.433Z | Compiling string_cache v0.8.7 |
1603 | 2025-03-25T21:37:53.572Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1604 | 2025-03-25T21:37:53.880Z | Compiling daft v0.1.2 |
1605 | 2025-03-25T21:37:54.404Z | Compiling indicatif v0.17.11 |
1606 | 2025-03-25T21:37:54.797Z | Compiling ecdsa v0.16.9 |
1607 | 2025-03-25T21:37:55.589Z | Compiling rsa v0.9.6 |
1608 | 2025-03-25T21:37:55.614Z | Compiling ed25519-dalek v2.1.1 |
1609 | 2025-03-25T21:37:56.888Z | Compiling toml v0.7.8 |
1610 | 2025-03-25T21:37:57.606Z | Compiling crossterm v0.28.1 |
1611 | 2025-03-25T21:37:58.845Z | Compiling zip v0.6.6 |
1612 | 2025-03-25T21:37:58.950Z | Compiling tokio-stream v0.1.17 |
1613 | 2025-03-25T21:37:59.365Z | Compiling hex v0.4.3 |
1614 | 2025-03-25T21:37:59.947Z | Compiling x509-cert v0.2.5 |
1615 | 2025-03-25T21:37:59.973Z | Compiling itertools v0.10.5 |
1616 | 2025-03-25T21:38:00.074Z | Compiling peg-runtime v0.8.5 |
1617 | 2025-03-25T21:38:00.119Z | Compiling lalrpop-util v0.19.12 |
1618 | 2025-03-25T21:38:00.476Z | Compiling unicode-xid v0.2.6 |
1619 | 2025-03-25T21:38:00.651Z | Compiling strum_macros v0.26.4 |
1620 | 2025-03-25T21:38:00.680Z | Compiling xattr v1.3.1 |
1621 | 2025-03-25T21:38:00.708Z | Compiling filetime v0.2.25 |
1622 | 2025-03-25T21:38:00.948Z | Compiling tar v0.4.44 |
1623 | 2025-03-25T21:38:04.675Z | Compiling strum v0.26.3 |
1624 | 2025-03-25T21:38:08.565Z | Compiling aws-lc-sys v0.26.0 |
1625 | 2025-03-25T21:38:45.057Z | Compiling rustls-webpki v0.102.8 |
1626 | 2025-03-25T21:38:49.984Z | Compiling tokio-rustls v0.25.0 |
1627 | 2025-03-25T21:38:51.869Z | Compiling tokio-rustls v0.26.0 |
1628 | 2025-03-25T21:38:52.239Z | Compiling hyper-rustls v0.27.3 |
1629 | 2025-03-25T21:38:52.603Z | Compiling reqwest v0.12.12 |
1630 | 2025-03-25T21:38:57.354Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1631 | 2025-03-25T21:38:57.792Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1632 | 2025-03-25T21:39:04.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
1633 | 2025-03-25T21:39:04.304Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1634 | 2025-03-25T21:39:04.385Z | Mar 25 21:39:04.141 INFO Starting download, target: Clickhouse |
1635 | 2025-03-25T21:39:04.385Z | Mar 25 21:39:04.141 INFO Starting download, target: Cockroach |
1636 | 2025-03-25T21:39:04.385Z | Mar 25 21:39:04.141 INFO Starting download, target: Console |
1637 | 2025-03-25T21:39:04.385Z | Mar 25 21:39:04.141 INFO Starting download, target: DendriteOpenapi |
1638 | 2025-03-25T21:39:04.385Z | Mar 25 21:39:04.141 INFO Starting download, target: DendriteStub |
1639 | 2025-03-25T21:39:04.385Z | Mar 25 21:39:04.141 INFO Starting download, target: MaghemiteMgd |
1640 | 2025-03-25T21:39:04.411Z | Mar 25 21:39:04.141 INFO Starting download, target: TransceiverControl |
1641 | 2025-03-25T21:39:04.411Z | Mar 25 21:39:04.143 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1642 | 2025-03-25T21:39:04.411Z | Mar 25 21:39:04.143 INFO Downloading out/downloads/dpd-58f63f5721d40d1954524879d1ede6b9084c7b3b.json (attempt 1/3), target: DendriteOpenapi |
1643 | 2025-03-25T21:39:04.411Z | Mar 25 21:39:04.143 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1644 | 2025-03-25T21:39:04.411Z | Mar 25 21:39:04.143 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1645 | 2025-03-25T21:39:04.411Z | Mar 25 21:39:04.144 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1646 | 2025-03-25T21:39:04.411Z | Mar 25 21:39:04.144 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1647 | 2025-03-25T21:39:04.411Z | Mar 25 21:39:04.144 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1648 | 2025-03-25T21:39:04.704Z | Mar 25 21:39:04.443 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1649 | 2025-03-25T21:39:04.855Z | Mar 25 21:39:04.600 INFO Download complete, target: DendriteOpenapi |
1650 | 2025-03-25T21:39:05.171Z | Mar 25 21:39:04.925 INFO Download complete, target: Console |
1651 | 2025-03-25T21:39:05.371Z | Mar 25 21:39:05.125 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1652 | 2025-03-25T21:39:06.171Z | Mar 25 21:39:05.923 INFO Download complete, target: TransceiverControl |
1653 | 2025-03-25T21:39:06.697Z | Mar 25 21:39:06.452 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1654 | 2025-03-25T21:39:06.834Z | Mar 25 21:39:06.590 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1655 | 2025-03-25T21:39:09.335Z | Mar 25 21:39:09.091 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1656 | 2025-03-25T21:39:09.335Z | Mar 25 21:39:09.091 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1657 | 2025-03-25T21:39:10.799Z | Mar 25 21:39:10.555 INFO Download complete, target: MaghemiteMgd |
1658 | 2025-03-25T21:39:11.017Z | Mar 25 21:39:10.773 INFO Download complete, target: DendriteStub |
1659 | 2025-03-25T21:39:19.477Z | Mar 25 21:39:19.232 INFO Checking that binary works, target: Cockroach |
1660 | 2025-03-25T21:39:19.789Z | Mar 25 21:39:19.545 INFO Download complete, target: Cockroach |
1661 | 2025-03-25T21:39:21.903Z | Mar 25 21:39:21.659 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1662 | 2025-03-25T21:39:36.810Z | Mar 25 21:39:36.565 INFO Checking that binary works, target: Clickhouse |
1663 | 2025-03-25T21:39:37.035Z | Mar 25 21:39:36.789 INFO Download complete, target: Clickhouse |
1664 | 2025-03-25T21:39:37.072Z | All builder prerequisites installed successfully, and PATH looks valid |
1665 | 2025-03-25T21:39:37.097Z | |
1666 | 2025-03-25T21:39:37.097Z | real 7:19.904349199 |
1667 | 2025-03-25T21:39:37.098Z | user 15:18.076699022 |
1668 | 2025-03-25T21:39:37.098Z | sys 2:28.058199463 |
1669 | 2025-03-25T21:39:37.098Z | trap 0.597717944 |
1670 | 2025-03-25T21:39:37.098Z | tflt 0.451887930 |
1671 | 2025-03-25T21:39:37.098Z | dflt 1.304589834 |
1672 | 2025-03-25T21:39:37.098Z | kflt 0.009463776 |
1673 | 2025-03-25T21:39:37.098Z | lock 27:46.415812254 |
1674 | 2025-03-25T21:39:37.098Z | slp 58:11.475946399 |
1675 | 2025-03-25T21:39:37.098Z | lat 1:06.125806809 |
1676 | 2025-03-25T21:39:37.098Z | stop 2:27.327294276 |
1677 | 2025-03-25T21:39:37.098Z | ++ bmat factory name |
1678 | 2025-03-25T21:39:37.098Z | ++ bmat factory private |
1679 | 2025-03-25T21:39:37.123Z | + jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/22982 '{ |
1680 | 2025-03-25T21:39:37.123Z | buildomat: { |
1681 | 2025-03-25T21:39:37.123Z | factory: { |
1682 | 2025-03-25T21:39:37.123Z | name: $bmat_factory_name, |
1683 | 2025-03-25T21:39:37.123Z | private: $bmat_factory_private, |
1684 | 2025-03-25T21:39:37.123Z | }, |
1685 | 2025-03-25T21:39:37.123Z | }, |
1686 | 2025-03-25T21:39:37.123Z | }' |
1687 | 2025-03-25T21:39:37.162Z | + banner ls-apis |
1688 | 2025-03-25T21:39:37.188Z | |
1689 | 2025-03-25T21:39:37.189Z | # #### ## ##### # #### |
1690 | 2025-03-25T21:39:37.189Z | # # # # # # # # |
1691 | 2025-03-25T21:39:37.189Z | # #### ##### # # # # # #### |
1692 | 2025-03-25T21:39:37.189Z | # # ###### ##### # # |
1693 | 2025-03-25T21:39:37.189Z | # # # # # # # # # |
1694 | 2025-03-25T21:39:37.189Z | ###### #### # # # # #### |
1695 | 2025-03-25T21:39:37.189Z | |
1696 | 2025-03-25T21:39:37.189Z | + source ./tools/include/force-git-over-https.sh |
1697 | 2025-03-25T21:39:37.189Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1698 | 2025-03-25T21:39:37.189Z | ++ (( i = 0 )) |
1699 | 2025-03-25T21:39:37.189Z | ++ (( i < 5 )) |
1700 | 2025-03-25T21:39:37.189Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1701 | 2025-03-25T21:39:37.189Z | ++ (( i++ )) |
1702 | 2025-03-25T21:39:37.189Z | ++ (( i < 5 )) |
1703 | 2025-03-25T21:39:37.189Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1704 | 2025-03-25T21:39:37.189Z | ++ (( i++ )) |
1705 | 2025-03-25T21:39:37.189Z | ++ (( i < 5 )) |
1706 | 2025-03-25T21:39:37.189Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1707 | 2025-03-25T21:39:37.189Z | ++ (( i++ )) |
1708 | 2025-03-25T21:39:37.189Z | ++ (( i < 5 )) |
1709 | 2025-03-25T21:39:37.189Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1710 | 2025-03-25T21:39:37.189Z | ++ (( i++ )) |
1711 | 2025-03-25T21:39:37.189Z | ++ (( i < 5 )) |
1712 | 2025-03-25T21:39:37.189Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1713 | 2025-03-25T21:39:37.215Z | ++ (( i++ )) |
1714 | 2025-03-25T21:39:37.215Z | ++ (( i < 5 )) |
1715 | 2025-03-25T21:39:37.215Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1716 | 2025-03-25T21:39:37.215Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1717 | 2025-03-25T21:39:37.215Z | + ptime -m cargo xtask ls-apis apis |
1718 | 2025-03-25T21:39:38.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
1719 | 2025-03-25T21:39:38.197Z | Running `target/debug/xtask ls-apis apis` |
1720 | 2025-03-25T21:39:39.475Z | Compiling semver v0.1.20 |
1721 | 2025-03-25T21:39:39.500Z | Compiling structmeta-derive v0.3.0 |
1722 | 2025-03-25T21:39:39.500Z | Compiling thiserror-impl v2.0.12 |
1723 | 2025-03-25T21:39:39.500Z | Compiling cargo-platform v0.1.8 |
1724 | 2025-03-25T21:39:39.500Z | Compiling fixedbitset v0.5.7 |
1725 | 2025-03-25T21:39:39.867Z | Compiling rustc_version v0.1.7 |
1726 | 2025-03-25T21:39:39.968Z | Compiling petgraph v0.7.1 |
1727 | 2025-03-25T21:39:40.271Z | Compiling newtype_derive v0.1.6 |
1728 | 2025-03-25T21:39:41.268Z | Compiling structmeta v0.3.0 |
1729 | 2025-03-25T21:39:41.538Z | Compiling thiserror v2.0.12 |
1730 | 2025-03-25T21:39:41.654Z | Compiling parse-display-derive v0.10.0 |
1731 | 2025-03-25T21:39:41.679Z | Compiling cargo_metadata v0.19.2 |
1732 | 2025-03-25T21:39:44.277Z | Compiling parse-display v0.10.0 |
1733 | 2025-03-25T21:39:44.526Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
1734 | 2025-03-25T21:39:50.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s |
1735 | 2025-03-25T21:39:50.042Z | Running `target/debug/ls-apis apis` |
1736 | 2025-03-25T21:39:50.097Z | loading metadata for workspace omicron from current workspace |
1737 | 2025-03-25T21:39:54.381Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml |
1738 | 2025-03-25T21:39:54.407Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml |
1739 | 2025-03-25T21:39:54.432Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/caafd88/Cargo.toml |
1740 | 2025-03-25T21:39:54.432Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/Cargo.toml |
1741 | 2025-03-25T21:40:17.649Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/a66561e/Cargo.toml |
1742 | 2025-03-25T21:40:21.283Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1743 | 2025-03-25T21:40:21.308Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1744 | 2025-03-25T21:40:21.524Z | Bootstrap Agent (client: bootstrap-agent-client) |
1745 | 2025-03-25T21:40:21.524Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1746 | 2025-03-25T21:40:21.524Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1747 | 2025-03-25T21:40:21.524Z | |
1748 | 2025-03-25T21:40:21.524Z | Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client) |
1749 | 2025-03-25T21:40:21.524Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1750 | 2025-03-25T21:40:21.524Z | |
1751 | 2025-03-25T21:40:21.524Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) |
1752 | 2025-03-25T21:40:21.524Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1753 | 2025-03-25T21:40:21.524Z | |
1754 | 2025-03-25T21:40:21.524Z | Clickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client) |
1755 | 2025-03-25T21:40:21.524Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1756 | 2025-03-25T21:40:21.525Z | |
1757 | 2025-03-25T21:40:21.525Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
1758 | 2025-03-25T21:40:21.525Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1759 | 2025-03-25T21:40:21.525Z | |
1760 | 2025-03-25T21:40:21.525Z | Crucible Agent (client: crucible-agent-client) |
1761 | 2025-03-25T21:40:21.550Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1762 | 2025-03-25T21:40:21.550Z | |
1763 | 2025-03-25T21:40:21.550Z | Crucible Control (for testing only) (client: crucible-control-client) |
1764 | 2025-03-25T21:40:21.550Z | |
1765 | 2025-03-25T21:40:21.550Z | Crucible Pantry (client: crucible-pantry-client) |
1766 | 2025-03-25T21:40:21.550Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1767 | 2025-03-25T21:40:21.550Z | |
1768 | 2025-03-25T21:40:21.550Z | Maghemite DDM Admin (client: ddm-admin-client) |
1769 | 2025-03-25T21:40:21.550Z | consumed by: installinator (omicron/installinator) via 1 path |
1770 | 2025-03-25T21:40:21.550Z | consumed by: mgd (maghemite/mgd) via 1 path |
1771 | 2025-03-25T21:40:21.550Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1772 | 2025-03-25T21:40:21.550Z | consumed by: wicketd (omicron/wicketd) via 1 path |
1773 | 2025-03-25T21:40:21.550Z | |
1774 | 2025-03-25T21:40:21.550Z | DNS Server (client: dns-service-client) |
1775 | 2025-03-25T21:40:21.550Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1776 | 2025-03-25T21:40:21.550Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1777 | 2025-03-25T21:40:21.550Z | |
1778 | 2025-03-25T21:40:21.550Z | Dendrite DPD (client: dpd-client) |
1779 | 2025-03-25T21:40:21.550Z | consumed by: ddmd (maghemite/ddmd) via 2 paths |
1780 | 2025-03-25T21:40:21.550Z | consumed by: mgd (maghemite/mgd) via 1 path |
1781 | 2025-03-25T21:40:21.551Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1782 | 2025-03-25T21:40:21.551Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1783 | 2025-03-25T21:40:21.551Z | consumed by: tfportd (dendrite/tfportd) via 1 path |
1784 | 2025-03-25T21:40:21.551Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1785 | 2025-03-25T21:40:21.551Z | |
1786 | 2025-03-25T21:40:21.551Z | Downstairs Controller (debugging only) (client: dsc-client) |
1787 | 2025-03-25T21:40:21.551Z | |
1788 | 2025-03-25T21:40:21.551Z | Management Gateway Service (client: gateway-client) |
1789 | 2025-03-25T21:40:21.551Z | consumed by: dpd (dendrite/dpd) via 1 path |
1790 | 2025-03-25T21:40:21.551Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1791 | 2025-03-25T21:40:21.551Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1792 | 2025-03-25T21:40:21.551Z | consumed by: wicketd (omicron/wicketd) via 3 paths |
1793 | 2025-03-25T21:40:21.551Z | |
1794 | 2025-03-25T21:40:21.551Z | Wicketd Installinator (client: installinator-client) |
1795 | 2025-03-25T21:40:21.551Z | consumed by: installinator (omicron/installinator) via 1 path |
1796 | 2025-03-25T21:40:21.551Z | |
1797 | 2025-03-25T21:40:21.551Z | LLDP daemon (client: lldpd-client) |
1798 | 2025-03-25T21:40:21.551Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1799 | 2025-03-25T21:40:21.551Z | consumed by: tfportd (dendrite/tfportd) via 1 path |
1800 | 2025-03-25T21:40:21.551Z | |
1801 | 2025-03-25T21:40:21.551Z | Maghemite MG Admin (client: mg-admin-client) |
1802 | 2025-03-25T21:40:21.551Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1803 | 2025-03-25T21:40:21.551Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1804 | 2025-03-25T21:40:21.551Z | |
1805 | 2025-03-25T21:40:21.551Z | Nexus Internal API (client: nexus-client) |
1806 | 2025-03-25T21:40:21.576Z | consumed by: crucible-pantry (crucible/pantry) via 1 path |
1807 | 2025-03-25T21:40:21.576Z | consumed by: dpd (dendrite/dpd) via 1 path |
1808 | 2025-03-25T21:40:21.576Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1809 | 2025-03-25T21:40:21.576Z | consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path |
1810 | 2025-03-25T21:40:21.576Z | consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths |
1811 | 2025-03-25T21:40:21.576Z | |
1812 | 2025-03-25T21:40:21.576Z | External API (client: oxide-client) |
1813 | 2025-03-25T21:40:21.577Z | |
1814 | 2025-03-25T21:40:21.577Z | Oximeter (client: oximeter-client) |
1815 | 2025-03-25T21:40:21.577Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1816 | 2025-03-25T21:40:21.577Z | |
1817 | 2025-03-25T21:40:21.577Z | Propolis (client: propolis-client) |
1818 | 2025-03-25T21:40:21.577Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1819 | 2025-03-25T21:40:21.577Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths |
1820 | 2025-03-25T21:40:21.577Z | |
1821 | 2025-03-25T21:40:21.577Z | Crucible Repair (client: repair-client) |
1822 | 2025-03-25T21:40:21.577Z | consumed by: crucible-downstairs (crucible/downstairs) via 1 path |
1823 | 2025-03-25T21:40:21.577Z | |
1824 | 2025-03-25T21:40:21.577Z | Repo Depot API (client: repo-depot-client) |
1825 | 2025-03-25T21:40:21.577Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1826 | 2025-03-25T21:40:21.577Z | |
1827 | 2025-03-25T21:40:21.577Z | Sled Agent (client: sled-agent-client) |
1828 | 2025-03-25T21:40:21.577Z | consumed by: omicron-nexus (omicron/nexus) via 7 paths |
1829 | 2025-03-25T21:40:21.577Z | |
1830 | 2025-03-25T21:40:21.577Z | Wicketd (client: wicketd-client) |
1831 | 2025-03-25T21:40:21.577Z | |
1832 | 2025-03-25T21:40:21.688Z | |
1833 | 2025-03-25T21:40:21.713Z | real 44.476459217 |
1834 | 2025-03-25T21:40:21.713Z | user 49.267880786 |
1835 | 2025-03-25T21:40:21.713Z | sys 15.761060442 |
1836 | 2025-03-25T21:40:21.713Z | trap 0.026531462 |
1837 | 2025-03-25T21:40:21.713Z | tflt 0.046860587 |
1838 | 2025-03-25T21:40:21.713Z | dflt 0.262456701 |
1839 | 2025-03-25T21:40:21.713Z | kflt 0.000061529 |
1840 | 2025-03-25T21:40:21.713Z | lock 48.710857819 |
1841 | 2025-03-25T21:40:21.713Z | slp 4:50.395248386 |
1842 | 2025-03-25T21:40:21.713Z | lat 1.536940753 |
1843 | 2025-03-25T21:40:21.713Z | stop 1.800052020 |
1844 | 2025-03-25T21:40:21.713Z | + ptime -m cargo xtask ls-apis deployment-units |
1845 | 2025-03-25T21:40:22.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
1846 | 2025-03-25T21:40:22.778Z | Running `target/debug/xtask ls-apis deployment-units` |
1847 | 2025-03-25T21:40:24.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
1848 | 2025-03-25T21:40:24.324Z | Running `target/debug/ls-apis deployment-units` |
1849 | 2025-03-25T21:40:24.382Z | loading metadata for workspace omicron from current workspace |
1850 | 2025-03-25T21:40:26.369Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml |
1851 | 2025-03-25T21:40:26.395Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/caafd88/Cargo.toml |
1852 | 2025-03-25T21:40:26.395Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml |
1853 | 2025-03-25T21:40:26.395Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/Cargo.toml |
|
1854 | 2025-03-25T21:50:52.581Z | worker agent experienced a fatal error; aborting job |
1855 | 2025-03-25T21:50:52.581Z | task 4 was incomplete, marked failed |