|
|
|
1 | 2025-03-03T04:04:38.484Z | job assigned to worker 01JND2S4PZ717AF4FSTBEK83RD [factory aws, i-0d9e0b21b17059e8d] (queued for 57 s) |
|
2 | 2025-03-03T04:04:46.793Z | starting task 0: "setup" |
3 | 2025-03-03T04:04:46.801Z | ++ uname -s |
4 | 2025-03-03T04:04:46.801Z | + kern=SunOS |
5 | 2025-03-03T04:04:46.801Z | + build_user=build |
6 | 2025-03-03T04:04:46.801Z | + build_uid=12345 |
7 | 2025-03-03T04:04:46.802Z | + work_dir=/work |
8 | 2025-03-03T04:04:46.802Z | + input_dir=/input |
9 | 2025-03-03T04:04:46.802Z | + [[ 0 == 12345 ]] |
10 | 2025-03-03T04:04:46.802Z | + case "$kern" in |
11 | 2025-03-03T04:04:46.802Z | + groupadd -g 12345 build |
12 | 2025-03-03T04:04:46.802Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-03T04:04:48.807Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-03T04:04:48.929Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-03T04:04:48.946Z | + home_fs=zfs |
16 | 2025-03-03T04:04:48.946Z | + [[ zfs == autofs ]] |
17 | 2025-03-03T04:04:48.946Z | + mkdir -p /home/build |
18 | 2025-03-03T04:04:48.949Z | + chown build:build /home/build /work |
19 | 2025-03-03T04:04:50.937Z | + chmod 0700 /home/build /work |
20 | 2025-03-03T04:04:50.942Z | process exited: duration 4153 ms, exit code 0 |
|
21 | 2025-03-03T04:04:50.951Z | starting task 1: "rust-toolchain" |
22 | 2025-03-03T04:04:50.958Z | * rust toolchain channel = "1.85.0" |
23 | 2025-03-03T04:04:50.958Z | * rust toolchain profile = "default" |
24 | 2025-03-03T04:04:50.958Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
25 | 2025-03-03T04:04:50.958Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-03T04:04:50.958Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-03T04:04:50.958Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-03T04:04:50.962Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-03T04:04:50.962Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-03T04:04:51.078Z | info: downloading installer |
31 | 2025-03-03T04:04:52.380Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-03-03T04:04:52.380Z | warning: /opt/ooce/bin |
33 | 2025-03-03T04:04:52.381Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-03T04:04:52.381Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-03-03T04:04:52.381Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-03T04:04:52.381Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-03T04:04:52.381Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-03T04:04:52.381Z | error: cannot install while Rust is installed |
39 | 2025-03-03T04:04:52.381Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-03T04:04:52.396Z | info: profile set to 'default' |
41 | 2025-03-03T04:04:52.396Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-03T04:04:52.399Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-03T04:04:52.559Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-03T04:04:52.559Z | info: downloading component 'cargo' |
45 | 2025-03-03T04:04:53.298Z | info: downloading component 'clippy' |
46 | 2025-03-03T04:04:53.585Z | info: downloading component 'rust-docs' |
47 | 2025-03-03T04:04:54.696Z | info: downloading component 'rust-std' |
48 | 2025-03-03T04:04:56.268Z | info: downloading component 'rustc' |
49 | 2025-03-03T04:05:01.755Z | info: downloading component 'rustfmt' |
50 | 2025-03-03T04:05:01.964Z | info: installing component 'cargo' |
51 | 2025-03-03T04:05:02.769Z | info: installing component 'clippy' |
52 | 2025-03-03T04:05:03.150Z | info: installing component 'rust-docs' |
53 | 2025-03-03T04:05:04.897Z | info: installing component 'rust-std' |
54 | 2025-03-03T04:05:06.771Z | info: installing component 'rustc' |
55 | 2025-03-03T04:05:12.549Z | info: installing component 'rustfmt' |
56 | 2025-03-03T04:05:12.922Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-03T04:05:12.922Z | |
58 | 2025-03-03T04:05:13.295Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-03T04:05:13.295Z | |
60 | 2025-03-03T04:05:13.304Z | |
61 | 2025-03-03T04:05:13.304Z | Rust is installed now. Great! |
62 | 2025-03-03T04:05:13.304Z | |
63 | 2025-03-03T04:05:13.304Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-03T04:05:13.304Z | environment variable. This has not been done automatically. |
65 | 2025-03-03T04:05:13.304Z | |
66 | 2025-03-03T04:05:13.305Z | To configure your current shell, you need to source |
67 | 2025-03-03T04:05:13.305Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-03T04:05:13.305Z | |
69 | 2025-03-03T04:05:13.305Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-03T04:05:13.305Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-03T04:05:13.305Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-03T04:05:13.378Z | + rustup --version |
73 | 2025-03-03T04:05:13.391Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-03-03T04:05:13.392Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-03-03T04:05:13.478Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-03-03T04:05:13.496Z | + cargo --version |
77 | 2025-03-03T04:05:13.536Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-03-03T04:05:13.542Z | + rustc --version |
79 | 2025-03-03T04:05:13.599Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-03-03T04:05:13.617Z | process exited: duration 22640 ms, exit code 0 |
|
81 | 2025-03-03T04:05:13.648Z | starting task 2: "authentication" |
82 | 2025-03-03T04:05:13.686Z | process exited: duration 28 ms, exit code 0 |
|
83 | 2025-03-03T04:05:13.733Z | starting task 3: "clone repository" |
84 | 2025-03-03T04:05:13.741Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-03-03T04:05:13.742Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-03-03T04:05:13.771Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-03-03T04:05:21.158Z | + cd /work/oxidecomputer/omicron |
88 | 2025-03-03T04:05:21.158Z | + git fetch origin b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 |
89 | 2025-03-03T04:05:21.426Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-03-03T04:05:21.426Z | * branch b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 -> FETCH_HEAD |
91 | 2025-03-03T04:05:21.439Z | + [[ -n renovate/hyper-rustls-0.x ]] |
92 | 2025-03-03T04:05:21.439Z | ++ git branch --show-current |
93 | 2025-03-03T04:05:21.439Z | + current=main |
94 | 2025-03-03T04:05:21.439Z | + [[ main != renovate/hyper-rustls-0.x ]] |
95 | 2025-03-03T04:05:21.439Z | + git branch -f renovate/hyper-rustls-0.x b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 |
96 | 2025-03-03T04:05:21.445Z | + git checkout -f renovate/hyper-rustls-0.x |
97 | 2025-03-03T04:05:21.627Z | Switched to branch 'renovate/hyper-rustls-0.x' |
98 | 2025-03-03T04:05:21.634Z | + git reset --hard b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 |
99 | 2025-03-03T04:05:21.641Z | HEAD is now at b6d67bab8 Update Rust crate hyper-rustls to 0.27.5 |
100 | 2025-03-03T04:05:21.646Z | process exited: duration 7915 ms, exit code 0 |
|
101 | 2025-03-03T04:05:21.660Z | starting task 4: "build" |
102 | 2025-03-03T04:05:21.674Z | + source ./env.sh |
103 | 2025-03-03T04:05:21.674Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-03-03T04:05:21.674Z | ++ set -o xtrace |
105 | 2025-03-03T04:05:21.680Z | ++++ dirname ./env.sh |
106 | 2025-03-03T04:05:21.680Z | +++ readlink -f . |
107 | 2025-03-03T04:05:21.680Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-03-03T04:05:21.681Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2025-03-03T04:05:21.681Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-03-03T04:05:21.681Z | ++ 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 |
111 | 2025-03-03T04:05:21.681Z | ++ 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 |
112 | 2025-03-03T04:05:21.681Z | ++ 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 |
113 | 2025-03-03T04:05:21.681Z | ++ 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 |
114 | 2025-03-03T04:05:21.682Z | ++ 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 |
115 | 2025-03-03T04:05:21.682Z | ++ 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 |
116 | 2025-03-03T04:05:21.682Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-03-03T04:05:21.682Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-03-03T04:05:21.682Z | + source .github/buildomat/ci-env.sh |
119 | 2025-03-03T04:05:21.682Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-03-03T04:05:21.682Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-03-03T04:05:21.682Z | + cargo --version |
122 | 2025-03-03T04:05:21.725Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
123 | 2025-03-03T04:05:21.731Z | + rustc --version |
124 | 2025-03-03T04:05:21.800Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
125 | 2025-03-03T04:05:21.800Z | + banner prerequisites |
126 | 2025-03-03T04:05:21.800Z | |
127 | 2025-03-03T04:05:21.800Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-03-03T04:05:21.800Z | # # # # # # # # # # # # # # # |
129 | 2025-03-03T04:05:21.800Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-03-03T04:05:21.800Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-03-03T04:05:21.800Z | # # # # # # # # # # # # # # # |
132 | 2025-03-03T04:05:21.802Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-03-03T04:05:21.802Z | |
134 | 2025-03-03T04:05:21.802Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-03-03T04:05:23.488Z | pkg list: illegal option -- F |
136 | 2025-03-03T04:05:23.488Z | Usage: |
137 | 2025-03-03T04:05:23.508Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-03-03T04:05:23.508Z | [pkg_fmri_pattern ...] |
139 | 2025-03-03T04:05:24.328Z | pkg list: illegal option -- F |
140 | 2025-03-03T04:05:24.329Z | Usage: |
141 | 2025-03-03T04:05:24.379Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-03-03T04:05:24.379Z | [pkg_fmri_pattern ...] |
143 | 2025-03-03T04:05:32.067Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-03-03T04:05:36.466Z | Startup: Caching catalogs ... Done |
145 | 2025-03-03T04:05:49.627Z | Planning: Solver setup ... Done (12.220s) |
146 | 2025-03-03T04:05:49.782Z | Planning: Running solver ... Done (0.155s) |
147 | 2025-03-03T04:05:49.905Z | Planning: Finding local manifests ... Done (0.007s) |
148 | 2025-03-03T04:05:49.938Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-03-03T04:05:51.408Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-03-03T04:05:51.520Z | Planning: Package planning ... Done (0.109s) |
151 | 2025-03-03T04:05:51.574Z | Planning: Merging actions ... Done (0.057s) |
152 | 2025-03-03T04:05:51.780Z | Planning: Checking for conflicting actions ... Done (0.197s) |
153 | 2025-03-03T04:05:53.959Z | Planning: Consolidating action changes ... Done (2.194s) |
154 | 2025-03-03T04:05:54.398Z | Planning: Evaluating mediators ... Done (0.440s) |
155 | 2025-03-03T04:05:54.479Z | Planning: Planning completed in 17.91 seconds |
156 | 2025-03-03T04:05:54.494Z | Packages to install: 4 |
157 | 2025-03-03T04:05:54.494Z | Packages to update: 3 |
158 | 2025-03-03T04:05:54.500Z | Mediators to change: 2 |
159 | 2025-03-03T04:05:54.500Z | Services to change: 1 |
160 | 2025-03-03T04:05:54.500Z | Estimated space available: 155.60 GB |
161 | 2025-03-03T04:05:54.500Z | Estimated space to be consumed: 1.66 GB |
162 | 2025-03-03T04:05:54.500Z | Create boot environment: No |
163 | 2025-03-03T04:05:54.500Z | Create backup boot environment: Yes |
164 | 2025-03-03T04:05:54.500Z | Rebuild boot archive: No |
165 | 2025-03-03T04:05:54.500Z | |
166 | 2025-03-03T04:05:54.501Z | Changed mediators: |
167 | 2025-03-03T04:05:54.501Z | mediator clang: |
168 | 2025-03-03T04:05:54.501Z | version: None -> 15 (system default) |
169 | 2025-03-03T04:05:54.501Z | |
170 | 2025-03-03T04:05:54.501Z | mediator llvm: |
171 | 2025-03-03T04:05:54.501Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-03-03T04:05:54.501Z | |
173 | 2025-03-03T04:05:54.502Z | Changed packages: |
174 | 2025-03-03T04:05:54.502Z | helios-dev |
175 | 2025-03-03T04:05:54.503Z | developer/build-essential |
176 | 2025-03-03T04:05:54.503Z | None -> 11-2.0 |
177 | 2025-03-03T04:05:54.503Z | library/libxmlsec1 |
178 | 2025-03-03T04:05:54.503Z | None -> 1.2.35-2.0 |
179 | 2025-03-03T04:05:54.503Z | ooce/developer/clang-15 |
180 | 2025-03-03T04:05:54.503Z | None -> 15.0.7-2.0 |
181 | 2025-03-03T04:05:54.503Z | ooce/developer/llvm-15 |
182 | 2025-03-03T04:05:54.503Z | None -> 15.0.7-2.0 |
183 | 2025-03-03T04:05:54.503Z | package/pkg |
184 | 2025-03-03T04:05:54.503Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-03-03T04:05:54.503Z | system/library/g++-runtime |
186 | 2025-03-03T04:05:54.503Z | 13-2.0 -> 14-2.0 |
187 | 2025-03-03T04:05:54.503Z | system/library/gcc-runtime |
188 | 2025-03-03T04:05:54.503Z | 13-2.0 -> 14-2.0 |
189 | 2025-03-03T04:05:54.503Z | |
190 | 2025-03-03T04:05:54.503Z | Services: |
191 | 2025-03-03T04:05:54.503Z | restart_fmri: |
192 | 2025-03-03T04:05:54.503Z | svc:/system/update-man-index:default |
193 | 2025-03-03T04:05:54.503Z | |
194 | 2025-03-03T04:05:54.503Z | Editable files to change: |
195 | 2025-03-03T04:05:54.503Z | Update: |
196 | 2025-03-03T04:05:54.503Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-03-03T04:05:54.580Z | |
198 | 2025-03-03T04:05:54.580Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-03-03T04:06:20.430Z | Download: 213/4301 items 1.3/225.4MB 0% complete |
200 | 2025-03-03T04:06:25.436Z | Download: 458/4301 items 16.7/225.4MB 7% complete (3.5M/s) |
201 | 2025-03-03T04:06:30.559Z | Download: 725/4301 items 18.0/225.4MB 7% complete (1.8M/s) |
202 | 2025-03-03T04:06:35.588Z | Download: 1025/4301 items 19.6/225.4MB 8% complete (289k/s) |
203 | 2025-03-03T04:06:40.569Z | Download: 1179/4301 items 71.5/225.4MB 31% complete (5.3M/s) |
204 | 2025-03-03T04:06:45.708Z | Download: 1196/4301 items 83.5/225.4MB 37% complete (6.3M/s) |
205 | 2025-03-03T04:06:50.784Z | Download: 1339/4301 items 112.5/225.4MB 49% complete (4.4M/s) |
206 | 2025-03-03T04:06:55.785Z | Download: 1871/4301 items 118.5/225.4MB 52% complete (3.7M/s) |
207 | 2025-03-03T04:07:02.204Z | Download: 2220/4301 items 119.2/225.4MB 52% complete (3.3M/s) |
208 | 2025-03-03T04:07:11.042Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
209 | 2025-03-03T04:07:16.309Z | Download: 2276/4301 items 119.7/225.4MB 53% complete (51.7k/s) |
210 | 2025-03-03T04:07:21.347Z | Download: 2364/4301 items 120.0/225.4MB 53% complete (85.8k/s) |
211 | 2025-03-03T04:07:26.457Z | Download: 2527/4301 items 120.3/225.4MB 53% complete (56.0k/s) |
212 | 2025-03-03T04:07:31.464Z | Download: 2801/4301 items 121.0/225.4MB 53% complete (100k/s) |
213 | 2025-03-03T04:07:36.488Z | Download: 3038/4301 items 121.4/225.4MB 53% complete (108k/s) |
214 | 2025-03-03T04:07:41.499Z | Download: 3171/4301 items 180.3/225.4MB 79% complete (5.9M/s) |
215 | 2025-03-03T04:07:46.700Z | Download: 3245/4301 items 203.0/225.4MB 90% complete (8.1M/s) |
216 | 2025-03-03T04:08:00.308Z | Download: 3247/4301 items 203.1/225.4MB 90% complete |
217 | 2025-03-03T04:08:07.855Z | Download: 3285/4301 items 211.7/225.4MB 93% complete (3.1M/s) |
218 | 2025-03-03T04:08:13.050Z | Download: 3342/4301 items 212.7/225.4MB 94% complete (905k/s) |
219 | 2025-03-03T04:08:18.086Z | Download: 3400/4301 items 213.0/225.4MB 94% complete (235k/s) |
220 | 2025-03-03T04:08:23.313Z | Download: 3483/4301 items 215.4/225.4MB 95% complete (254k/s) |
221 | 2025-03-03T04:08:28.584Z | Download: 3531/4301 items 215.5/225.4MB 95% complete (263k/s) |
222 | 2025-03-03T04:08:33.968Z | Download: 3654/4301 items 216.2/225.4MB 95% complete (113k/s) |
223 | 2025-03-03T04:08:39.078Z | Download: 3813/4301 items 217.1/225.4MB 96% complete (151k/s) |
224 | 2025-03-03T04:08:44.089Z | Download: 3913/4301 items 218.2/225.4MB 96% complete (191k/s) |
225 | 2025-03-03T04:08:49.094Z | Download: 3981/4301 items 219.0/225.4MB 97% complete (197k/s) |
226 | 2025-03-03T04:08:54.374Z | Download: 4129/4301 items 220.0/225.4MB 97% complete (183k/s) |
227 | 2025-03-03T04:09:00.843Z | Download: 4193/4301 items 220.4/225.4MB 97% complete (171k/s) |
228 | 2025-03-03T04:09:09.223Z | Download: 4198/4301 items 220.4/225.4MB 97% complete (151k/s) |
229 | 2025-03-03T04:09:14.223Z | Download: 4263/4301 items 220.4/225.4MB 97% complete (3.9k/s) |
230 | 2025-03-03T04:09:20.381Z | Download: 4279/4301 items 220.6/225.4MB 97% complete (7.4k/s) |
231 | 2025-03-03T04:09:26.470Z | Download: 4284/4301 items 222.9/225.4MB 98% complete (191k/s) |
232 | 2025-03-03T04:09:32.581Z | Download: 4295/4301 items 224.8/225.4MB 99% complete (386k/s) |
233 | 2025-03-03T04:09:33.021Z | Download: Completed 225.42 MB in 218.43 seconds (1.0M/s) |
234 | 2025-03-03T04:09:35.161Z | Actions: 1/5122 actions (Removing old actions) |
235 | 2025-03-03T04:09:35.183Z | Actions: 194/5122 actions (Installing new actions) |
236 | 2025-03-03T04:09:39.901Z | Actions: 4267/5122 actions (Updating modified actions) |
237 | 2025-03-03T04:09:40.258Z | Actions: Completed 5122 actions in 5.10 seconds. |
238 | 2025-03-03T04:09:40.693Z | Done (0.426s) |
239 | 2025-03-03T04:09:40.696Z | Done (0.001s) |
240 | 2025-03-03T04:09:41.323Z | Done (0.628s) |
241 | 2025-03-03T04:09:45.713Z | Done (4.142s) |
242 | 2025-03-03T04:09:45.799Z | Done (0.018s) |
243 | 2025-03-03T04:09:45.802Z | Done (0.000s) |
244 | 2025-03-03T04:09:45.965Z | Done (0.000s) |
245 | 2025-03-03T04:09:46.692Z | Planning: Evaluating mediator changes ... Done |
246 | 2025-03-03T04:09:46.855Z | Planning: Checking for conflicting actions ... Done |
247 | 2025-03-03T04:09:46.861Z | Planning: Consolidating action changes ... Done |
248 | 2025-03-03T04:09:47.125Z | Planning: Evaluating mediators ... Done |
249 | 2025-03-03T04:09:47.129Z | Planning: Planning completed in 0.43 seconds |
250 | 2025-03-03T04:09:47.165Z | Mediators to change: 2 |
251 | 2025-03-03T04:09:47.165Z | Create boot environment: No |
252 | 2025-03-03T04:09:47.168Z | Create backup boot environment: No |
253 | 2025-03-03T04:09:47.249Z | Done |
254 | 2025-03-03T04:09:47.249Z | Done |
255 | 2025-03-03T04:09:47.668Z | Done |
256 | 2025-03-03T04:09:51.314Z | Done |
257 | 2025-03-03T04:09:51.407Z | Done |
258 | 2025-03-03T04:09:51.411Z | Done |
259 | 2025-03-03T04:09:51.616Z | Done |
260 | 2025-03-03T04:09:52.227Z | Planning: Evaluating mediator changes ... Done |
261 | 2025-03-03T04:09:52.233Z | Planning: Merging actions ... Done |
262 | 2025-03-03T04:09:52.414Z | Planning: Checking for conflicting actions ... Done |
263 | 2025-03-03T04:09:52.417Z | Planning: Consolidating action changes ... Done |
264 | 2025-03-03T04:09:52.679Z | Planning: Evaluating mediators ... Done |
265 | 2025-03-03T04:09:52.733Z | Planning: Planning completed in 0.75 seconds |
266 | 2025-03-03T04:09:52.775Z | Packages to change: 1 |
267 | 2025-03-03T04:09:52.779Z | Mediators to change: 1 |
268 | 2025-03-03T04:09:52.779Z | Services to change: 1 |
269 | 2025-03-03T04:09:52.779Z | Create boot environment: No |
270 | 2025-03-03T04:09:52.779Z | Create backup boot environment: Yes |
271 | 2025-03-03T04:09:54.979Z | Actions: 1/6 actions (Updating modified actions) |
272 | 2025-03-03T04:09:54.982Z | Actions: Completed 6 actions in 0.00 seconds. |
273 | 2025-03-03T04:09:54.982Z | Done |
274 | 2025-03-03T04:09:54.982Z | Done |
275 | 2025-03-03T04:09:55.109Z | Done |
276 | 2025-03-03T04:09:58.700Z | Done |
277 | 2025-03-03T04:09:58.795Z | Done |
278 | 2025-03-03T04:09:58.798Z | Done |
279 | 2025-03-03T04:09:58.937Z | Done |
280 | 2025-03-03T04:09:59.369Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
281 | 2025-03-03T04:09:59.369Z | clang system 15 system |
282 | 2025-03-03T04:09:59.369Z | csh system system illumos |
283 | 2025-03-03T04:09:59.369Z | ctags system system illumos |
284 | 2025-03-03T04:09:59.369Z | gcc vendor 12 vendor |
285 | 2025-03-03T04:09:59.369Z | gcc system 10 system |
286 | 2025-03-03T04:09:59.369Z | gcc system 7 system |
287 | 2025-03-03T04:09:59.369Z | go system 1.20 system |
288 | 2025-03-03T04:09:59.369Z | go system 1.19 system |
289 | 2025-03-03T04:09:59.369Z | llvm system 15 system |
290 | 2025-03-03T04:09:59.369Z | llvm system 14 system |
291 | 2025-03-03T04:09:59.369Z | mariadb system 10.6 system |
292 | 2025-03-03T04:09:59.369Z | mta vendor vendor dma |
293 | 2025-03-03T04:09:59.369Z | openjdk system 17 system |
294 | 2025-03-03T04:09:59.369Z | openjdk system 11 system |
295 | 2025-03-03T04:09:59.369Z | openjdk system 1.8 system |
296 | 2025-03-03T04:09:59.369Z | openssl vendor 3 vendor |
297 | 2025-03-03T04:09:59.369Z | perl system 5.36 system |
298 | 2025-03-03T04:09:59.369Z | postgresql system 15 system |
299 | 2025-03-03T04:09:59.369Z | postgresql system 13 system |
300 | 2025-03-03T04:09:59.369Z | python vendor 3 vendor |
301 | 2025-03-03T04:09:59.369Z | python system 2 system |
302 | 2025-03-03T04:09:59.369Z | python3 system 3.11 system |
303 | 2025-03-03T04:09:59.369Z | ruby system 3.0 system |
304 | 2025-03-03T04:09:59.369Z | words vendor vendor american-english |
305 | 2025-03-03T04:09:59.369Z | words system system australian-english |
306 | 2025-03-03T04:09:59.369Z | words system system british-english |
307 | 2025-03-03T04:09:59.370Z | words system system canadian-english |
308 | 2025-03-03T04:09:59.370Z | words system system french |
309 | 2025-03-03T04:09:59.370Z | words system system italian |
310 | 2025-03-03T04:09:59.370Z | words system system ngerman |
311 | 2025-03-03T04:09:59.370Z | words system system ogerman |
312 | 2025-03-03T04:09:59.370Z | words system system spanish |
313 | 2025-03-03T04:09:59.701Z | PUBLISHER TYPE STATUS P LOCATION |
314 | 2025-03-03T04:09:59.702Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
315 | 2025-03-03T04:10:02.753Z | FMRI IFO |
316 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
317 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
318 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
319 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
320 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
321 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
322 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
323 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
324 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
325 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
326 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
327 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
328 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
329 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
330 | 2025-03-03T04:10:02.753Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
331 | 2025-03-03T04:10:03.536Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
332 | 2025-03-03T04:10:03.771Z | Updating crates.io index |
333 | 2025-03-03T04:10:03.774Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
334 | 2025-03-03T04:10:04.427Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
335 | 2025-03-03T04:10:04.665Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
336 | 2025-03-03T04:10:04.879Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
337 | 2025-03-03T04:10:05.159Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
338 | 2025-03-03T04:10:06.177Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
339 | 2025-03-03T04:10:07.917Z | Updating git repository `https://github.com/oxidecomputer/opte` |
340 | 2025-03-03T04:10:08.517Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
341 | 2025-03-03T04:10:09.206Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
342 | 2025-03-03T04:10:09.492Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
343 | 2025-03-03T04:10:09.809Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
344 | 2025-03-03T04:10:10.373Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
345 | 2025-03-03T04:10:10.862Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
346 | 2025-03-03T04:10:11.127Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
347 | 2025-03-03T04:10:11.549Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
348 | 2025-03-03T04:10:11.835Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
349 | 2025-03-03T04:10:12.066Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
350 | 2025-03-03T04:10:12.258Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
351 | 2025-03-03T04:10:12.474Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
352 | 2025-03-03T04:10:12.747Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
353 | 2025-03-03T04:10:13.023Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
354 | 2025-03-03T04:10:13.322Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
355 | 2025-03-03T04:10:13.600Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
356 | 2025-03-03T04:10:13.898Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
357 | 2025-03-03T04:10:14.195Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
358 | 2025-03-03T04:10:14.726Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
359 | 2025-03-03T04:10:14.970Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
360 | 2025-03-03T04:10:15.314Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
361 | 2025-03-03T04:10:15.673Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
362 | 2025-03-03T04:10:16.003Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
363 | 2025-03-03T04:10:16.205Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
364 | 2025-03-03T04:10:16.453Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
365 | 2025-03-03T04:10:17.573Z | Downloading crates ... |
366 | 2025-03-03T04:10:17.659Z | Downloaded equivalent v1.0.1 |
367 | 2025-03-03T04:10:17.671Z | Downloaded pretty-hex v0.4.1 |
368 | 2025-03-03T04:10:17.686Z | Downloaded swrite v0.1.0 |
369 | 2025-03-03T04:10:17.693Z | Downloaded thiserror-impl v2.0.11 |
370 | 2025-03-03T04:10:17.693Z | Downloaded block-buffer v0.10.4 |
371 | 2025-03-03T04:10:17.693Z | Downloaded zerocopy v0.7.35 |
372 | 2025-03-03T04:10:17.705Z | Downloaded usdt-attr-macro v0.5.0 |
373 | 2025-03-03T04:10:17.708Z | Downloaded terminal_size v0.2.6 |
374 | 2025-03-03T04:10:17.708Z | Downloaded memmap v0.7.0 |
375 | 2025-03-03T04:10:17.708Z | Downloaded serde_spanned v0.6.8 |
376 | 2025-03-03T04:10:17.708Z | Downloaded zerocopy-derive v0.7.35 |
377 | 2025-03-03T04:10:17.711Z | Downloaded colorchoice v1.0.2 |
378 | 2025-03-03T04:10:17.716Z | Downloaded strsim v0.11.1 |
379 | 2025-03-03T04:10:17.716Z | Downloaded usdt-macro v0.5.0 |
380 | 2025-03-03T04:10:17.716Z | Downloaded winnow v0.7.3 |
381 | 2025-03-03T04:10:17.726Z | Downloaded tabled_derive v0.7.0 |
382 | 2025-03-03T04:10:17.731Z | Downloaded proc-macro-error-attr v1.0.4 |
383 | 2025-03-03T04:10:17.732Z | Downloaded heck v0.5.0 |
384 | 2025-03-03T04:10:17.732Z | Downloaded cargo_metadata v0.19.1 |
385 | 2025-03-03T04:10:17.732Z | Downloaded anstyle-parse v0.2.5 |
386 | 2025-03-03T04:10:17.732Z | Downloaded itoa v1.0.11 |
387 | 2025-03-03T04:10:17.732Z | Downloaded toml_datetime v0.6.8 |
388 | 2025-03-03T04:10:17.735Z | Downloaded heck v0.4.1 |
389 | 2025-03-03T04:10:17.735Z | Downloaded generic-array v0.14.7 |
390 | 2025-03-03T04:10:17.735Z | Downloaded fnv v1.0.7 |
391 | 2025-03-03T04:10:17.736Z | Downloaded fs-err v2.11.0 |
392 | 2025-03-03T04:10:17.742Z | Downloaded errno v0.3.9 |
393 | 2025-03-03T04:10:17.742Z | Downloaded crypto-common v0.1.6 |
394 | 2025-03-03T04:10:17.742Z | Downloaded cargo-platform v0.1.8 |
395 | 2025-03-03T04:10:17.742Z | Downloaded once_cell v1.20.3 |
396 | 2025-03-03T04:10:17.748Z | Downloaded autocfg v1.4.0 |
397 | 2025-03-03T04:10:17.748Z | Downloaded anstyle-query v1.1.1 |
398 | 2025-03-03T04:10:17.753Z | Downloaded thiserror v2.0.11 |
399 | 2025-03-03T04:10:17.753Z | Downloaded unicode-linebreak v0.1.5 |
400 | 2025-03-03T04:10:17.759Z | Downloaded scroll_derive v0.12.0 |
401 | 2025-03-03T04:10:17.759Z | Downloaded is_terminal_polyfill v1.70.1 |
402 | 2025-03-03T04:10:17.759Z | Downloaded dof v0.3.0 |
403 | 2025-03-03T04:10:17.759Z | Downloaded camino-tempfile v1.1.1 |
404 | 2025-03-03T04:10:17.759Z | Downloaded terminal_size v0.4.0 |
405 | 2025-03-03T04:10:17.759Z | Downloaded scroll v0.12.0 |
406 | 2025-03-03T04:10:17.764Z | Downloaded fastrand v2.1.1 |
407 | 2025-03-03T04:10:17.765Z | Downloaded clap_derive v4.5.28 |
408 | 2025-03-03T04:10:17.765Z | Downloaded camino v1.1.9 |
409 | 2025-03-03T04:10:17.768Z | Downloaded macaddr v1.0.1 |
410 | 2025-03-03T04:10:17.768Z | Downloaded usdt v0.5.0 |
411 | 2025-03-03T04:10:17.773Z | Downloaded pest_meta v2.7.14 |
412 | 2025-03-03T04:10:17.779Z | Downloaded papergrid v0.11.0 |
413 | 2025-03-03T04:10:17.782Z | Downloaded clap v4.5.31 |
414 | 2025-03-03T04:10:17.789Z | Downloaded typenum v1.17.0 |
415 | 2025-03-03T04:10:17.793Z | Downloaded sha2 v0.10.8 |
416 | 2025-03-03T04:10:17.793Z | Downloaded version_check v0.9.5 |
417 | 2025-03-03T04:10:17.793Z | Downloaded anstream v0.6.15 |
418 | 2025-03-03T04:10:17.797Z | Downloaded usdt-impl v0.5.0 |
419 | 2025-03-03T04:10:17.797Z | Downloaded ucd-trie v0.1.7 |
420 | 2025-03-03T04:10:17.797Z | Downloaded ryu v1.0.18 |
421 | 2025-03-03T04:10:17.800Z | Downloaded bytecount v0.6.8 |
422 | 2025-03-03T04:10:17.800Z | Downloaded thread-id v4.2.2 |
423 | 2025-03-03T04:10:17.803Z | Downloaded plain v0.2.3 |
424 | 2025-03-03T04:10:17.803Z | Downloaded log v0.4.22 |
425 | 2025-03-03T04:10:17.807Z | Downloaded bitflags v1.3.2 |
426 | 2025-03-03T04:10:17.807Z | Downloaded byteorder v1.5.0 |
427 | 2025-03-03T04:10:17.810Z | Downloaded utf8parse v0.2.2 |
428 | 2025-03-03T04:10:17.810Z | Downloaded unicode-ident v1.0.14 |
429 | 2025-03-03T04:10:17.814Z | Downloaded serde_derive v1.0.218 |
430 | 2025-03-03T04:10:17.819Z | Downloaded textwrap v0.16.1 |
431 | 2025-03-03T04:10:17.819Z | Downloaded tempfile v3.13.0 |
432 | 2025-03-03T04:10:17.822Z | Downloaded io-lifetimes v1.0.11 |
433 | 2025-03-03T04:10:17.822Z | Downloaded anyhow v1.0.96 |
434 | 2025-03-03T04:10:17.825Z | Downloaded clap_lex v0.7.4 |
435 | 2025-03-03T04:10:17.825Z | Downloaded semver v1.0.25 |
436 | 2025-03-03T04:10:17.829Z | Downloaded proc-macro-error v1.0.4 |
437 | 2025-03-03T04:10:17.834Z | Downloaded indexmap v2.7.1 |
438 | 2025-03-03T04:10:17.837Z | Downloaded proc-macro2 v1.0.93 |
439 | 2025-03-03T04:10:17.837Z | Downloaded pest_derive v2.7.14 |
440 | 2025-03-03T04:10:17.837Z | Downloaded cfg-if v1.0.0 |
441 | 2025-03-03T04:10:17.843Z | Downloaded serde v1.0.218 |
442 | 2025-03-03T04:10:17.850Z | Downloaded toml v0.8.20 |
443 | 2025-03-03T04:10:17.850Z | Downloaded bitflags v2.6.0 |
444 | 2025-03-03T04:10:17.859Z | Downloaded memchr v2.7.4 |
445 | 2025-03-03T04:10:17.863Z | Downloaded thiserror v1.0.69 |
446 | 2025-03-03T04:10:17.863Z | Downloaded pest_generator v2.7.14 |
447 | 2025-03-03T04:10:17.866Z | Downloaded cpufeatures v0.2.14 |
448 | 2025-03-03T04:10:17.869Z | Downloaded cargo_toml v0.21.0 |
449 | 2025-03-03T04:10:17.876Z | Downloaded pest v2.7.14 |
450 | 2025-03-03T04:10:17.901Z | Downloaded serde_json v1.0.139 |
451 | 2025-03-03T04:10:17.918Z | Downloaded dtrace-parser v0.2.0 |
452 | 2025-03-03T04:10:17.918Z | Downloaded clap_builder v4.5.31 |
453 | 2025-03-03T04:10:17.926Z | Downloaded thiserror-impl v1.0.69 |
454 | 2025-03-03T04:10:17.931Z | Downloaded hashbrown v0.15.1 |
455 | 2025-03-03T04:10:17.938Z | Downloaded tabled v0.15.0 |
456 | 2025-03-03T04:10:17.948Z | Downloaded toml_edit v0.22.24 |
457 | 2025-03-03T04:10:17.967Z | Downloaded unicode-width v0.1.14 |
458 | 2025-03-03T04:10:17.972Z | Downloaded syn v2.0.98 |
459 | 2025-03-03T04:10:17.983Z | Downloaded goblin v0.8.2 |
460 | 2025-03-03T04:10:17.988Z | Downloaded syn v1.0.109 |
461 | 2025-03-03T04:10:18.002Z | Downloaded libc v0.2.170 |
462 | 2025-03-03T04:10:18.181Z | Downloaded quote v1.0.38 |
463 | 2025-03-03T04:10:18.184Z | Downloaded anstyle v1.0.10 |
464 | 2025-03-03T04:10:18.197Z | Downloaded serde_tokenstream v0.2.2 |
465 | 2025-03-03T04:10:18.215Z | Downloaded rustix v0.38.37 |
466 | 2025-03-03T04:10:18.236Z | Downloaded smawk v0.3.2 |
467 | 2025-03-03T04:10:18.245Z | Downloaded rustix v0.37.28 |
468 | 2025-03-03T04:10:18.264Z | Downloaded digest v0.10.7 |
469 | 2025-03-03T04:10:18.522Z | Compiling proc-macro2 v1.0.93 |
470 | 2025-03-03T04:10:18.522Z | Compiling unicode-ident v1.0.14 |
471 | 2025-03-03T04:10:18.525Z | Compiling libc v0.2.170 |
472 | 2025-03-03T04:10:18.525Z | Compiling serde v1.0.218 |
473 | 2025-03-03T04:10:18.525Z | Compiling version_check v0.9.5 |
474 | 2025-03-03T04:10:18.525Z | Compiling memchr v2.7.4 |
475 | 2025-03-03T04:10:18.525Z | Compiling thiserror v1.0.69 |
476 | 2025-03-03T04:10:18.558Z | Compiling ryu v1.0.18 |
477 | 2025-03-03T04:10:18.805Z | Compiling ucd-trie v0.1.7 |
478 | 2025-03-03T04:10:19.017Z | Compiling itoa v1.0.11 |
479 | 2025-03-03T04:10:19.313Z | Compiling once_cell v1.20.3 |
480 | 2025-03-03T04:10:19.383Z | Compiling byteorder v1.5.0 |
481 | 2025-03-03T04:10:19.387Z | Compiling rustix v0.38.37 |
482 | 2025-03-03T04:10:19.681Z | Compiling serde_json v1.0.139 |
483 | 2025-03-03T04:10:19.969Z | Compiling bitflags v2.6.0 |
484 | 2025-03-03T04:10:20.032Z | Compiling proc-macro-error-attr v1.0.4 |
485 | 2025-03-03T04:10:20.144Z | Compiling usdt-impl v0.5.0 |
486 | 2025-03-03T04:10:20.203Z | Compiling syn v1.0.109 |
487 | 2025-03-03T04:10:20.206Z | Compiling io-lifetimes v1.0.11 |
488 | 2025-03-03T04:10:20.354Z | Compiling quote v1.0.38 |
489 | 2025-03-03T04:10:20.406Z | Compiling proc-macro-error v1.0.4 |
490 | 2025-03-03T04:10:20.488Z | Compiling errno v0.3.9 |
491 | 2025-03-03T04:10:20.721Z | Compiling syn v2.0.98 |
492 | 2025-03-03T04:10:20.841Z | Compiling rustix v0.37.28 |
493 | 2025-03-03T04:10:20.896Z | Compiling equivalent v1.0.1 |
494 | 2025-03-03T04:10:20.940Z | Compiling hashbrown v0.15.1 |
495 | 2025-03-03T04:10:21.014Z | Compiling thread-id v4.2.2 |
496 | 2025-03-03T04:10:21.037Z | Compiling plain v0.2.3 |
497 | 2025-03-03T04:10:21.040Z | Compiling camino v1.1.9 |
498 | 2025-03-03T04:10:21.130Z | Compiling log v0.4.22 |
499 | 2025-03-03T04:10:21.196Z | Compiling utf8parse v0.2.2 |
500 | 2025-03-03T04:10:21.377Z | Compiling anstyle-parse v0.2.5 |
501 | 2025-03-03T04:10:21.749Z | Compiling semver v1.0.25 |
502 | 2025-03-03T04:10:21.835Z | Compiling thiserror v2.0.11 |
503 | 2025-03-03T04:10:22.011Z | Compiling indexmap v2.7.1 |
504 | 2025-03-03T04:10:22.119Z | Compiling anstyle v1.0.10 |
505 | 2025-03-03T04:10:22.237Z | Compiling anstyle-query v1.1.1 |
506 | 2025-03-03T04:10:22.265Z | Compiling pretty-hex v0.4.1 |
507 | 2025-03-03T04:10:22.400Z | Compiling bitflags v1.3.2 |
508 | 2025-03-03T04:10:22.404Z | Compiling unicode-width v0.1.14 |
509 | 2025-03-03T04:10:22.494Z | Compiling colorchoice v1.0.2 |
510 | 2025-03-03T04:10:22.509Z | Compiling winnow v0.7.3 |
511 | 2025-03-03T04:10:22.536Z | Compiling is_terminal_polyfill v1.70.1 |
512 | 2025-03-03T04:10:22.668Z | Compiling autocfg v1.4.0 |
513 | 2025-03-03T04:10:22.691Z | Compiling anstream v0.6.15 |
514 | 2025-03-03T04:10:22.954Z | Compiling terminal_size v0.4.0 |
515 | 2025-03-03T04:10:23.452Z | Compiling fnv v1.0.7 |
516 | 2025-03-03T04:10:23.455Z | Compiling clap_lex v0.7.4 |
517 | 2025-03-03T04:10:23.559Z | Compiling heck v0.5.0 |
518 | 2025-03-03T04:10:23.584Z | Compiling fs-err v2.11.0 |
519 | 2025-03-03T04:10:23.606Z | Compiling anyhow v1.0.96 |
520 | 2025-03-03T04:10:23.918Z | Compiling heck v0.4.1 |
521 | 2025-03-03T04:10:24.080Z | Compiling fastrand v2.1.1 |
522 | 2025-03-03T04:10:24.321Z | Compiling strsim v0.11.1 |
523 | 2025-03-03T04:10:24.337Z | Compiling cfg-if v1.0.0 |
524 | 2025-03-03T04:10:24.448Z | Compiling bytecount v0.6.8 |
525 | 2025-03-03T04:10:24.451Z | Compiling tempfile v3.13.0 |
526 | 2025-03-03T04:10:24.613Z | Compiling papergrid v0.11.0 |
527 | 2025-03-03T04:10:24.671Z | Compiling clap_builder v4.5.31 |
528 | 2025-03-03T04:10:25.061Z | Compiling terminal_size v0.2.6 |
529 | 2025-03-03T04:10:25.263Z | Compiling memmap v0.7.0 |
530 | 2025-03-03T04:10:25.285Z | Compiling smawk v0.3.2 |
531 | 2025-03-03T04:10:25.393Z | Compiling unicode-linebreak v0.1.5 |
532 | 2025-03-03T04:10:25.906Z | Compiling textwrap v0.16.1 |
533 | 2025-03-03T04:10:25.975Z | Compiling swrite v0.1.0 |
534 | 2025-03-03T04:10:26.396Z | Compiling tabled_derive v0.7.0 |
535 | 2025-03-03T04:10:27.786Z | Compiling serde_derive v1.0.218 |
536 | 2025-03-03T04:10:27.786Z | Compiling thiserror-impl v1.0.69 |
537 | 2025-03-03T04:10:27.789Z | Compiling zerocopy-derive v0.7.35 |
538 | 2025-03-03T04:10:27.789Z | Compiling scroll_derive v0.12.0 |
539 | 2025-03-03T04:10:27.789Z | Compiling thiserror-impl v2.0.11 |
540 | 2025-03-03T04:10:27.789Z | Compiling clap_derive v4.5.28 |
541 | 2025-03-03T04:10:27.994Z | Compiling tabled v0.15.0 |
542 | 2025-03-03T04:10:29.270Z | Compiling scroll v0.12.0 |
543 | 2025-03-03T04:10:29.824Z | Compiling goblin v0.8.2 |
544 | 2025-03-03T04:10:29.848Z | Compiling zerocopy v0.7.35 |
545 | 2025-03-03T04:10:30.911Z | Compiling pest v2.7.14 |
546 | 2025-03-03T04:10:31.966Z | Compiling clap v4.5.31 |
547 | 2025-03-03T04:10:33.171Z | Compiling pest_meta v2.7.14 |
548 | 2025-03-03T04:10:34.098Z | Compiling pest_generator v2.7.14 |
549 | 2025-03-03T04:10:35.506Z | Compiling pest_derive v2.7.14 |
550 | 2025-03-03T04:10:36.105Z | Compiling dtrace-parser v0.2.0 |
551 | 2025-03-03T04:10:36.899Z | Compiling serde_tokenstream v0.2.2 |
552 | 2025-03-03T04:10:36.975Z | Compiling serde_spanned v0.6.8 |
553 | 2025-03-03T04:10:36.979Z | Compiling toml_datetime v0.6.8 |
554 | 2025-03-03T04:10:37.090Z | Compiling cargo-platform v0.1.8 |
555 | 2025-03-03T04:10:37.274Z | Compiling macaddr v1.0.1 |
556 | 2025-03-03T04:10:37.416Z | Compiling toml_edit v0.22.24 |
557 | 2025-03-03T04:10:37.567Z | Compiling camino-tempfile v1.1.1 |
558 | 2025-03-03T04:10:38.243Z | Compiling dof v0.3.0 |
559 | 2025-03-03T04:10:38.329Z | Compiling cargo_metadata v0.19.1 |
560 | 2025-03-03T04:10:39.623Z | Compiling usdt-attr-macro v0.5.0 |
561 | 2025-03-03T04:10:39.626Z | Compiling usdt-macro v0.5.0 |
562 | 2025-03-03T04:10:40.157Z | Compiling toml v0.8.20 |
563 | 2025-03-03T04:10:40.680Z | Compiling usdt v0.5.0 |
564 | 2025-03-03T04:10:40.941Z | Compiling cargo_toml v0.21.0 |
565 | 2025-03-03T04:10:43.517Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
566 | 2025-03-03T04:10:46.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.33s |
567 | 2025-03-03T04:10:46.920Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
568 | 2025-03-03T04:10:47.487Z | Downloading crates ... |
569 | 2025-03-03T04:10:47.621Z | Downloaded convert_case v0.4.0 |
570 | 2025-03-03T04:10:47.624Z | Downloaded aead v0.5.2 |
571 | 2025-03-03T04:10:47.624Z | Downloaded castaway v0.2.3 |
572 | 2025-03-03T04:10:47.629Z | Downloaded buf-list v1.0.3 |
573 | 2025-03-03T04:10:47.632Z | Downloaded bcs v0.1.6 |
574 | 2025-03-03T04:10:47.635Z | Downloaded async-stream-impl v0.3.6 |
575 | 2025-03-03T04:10:47.635Z | Downloaded adler2 v2.0.0 |
576 | 2025-03-03T04:10:47.639Z | Downloaded crc-any v2.5.0 |
577 | 2025-03-03T04:10:47.642Z | Downloaded heck v0.3.3 |
578 | 2025-03-03T04:10:47.642Z | Downloaded ctr v0.9.2 |
579 | 2025-03-03T04:10:47.645Z | Downloaded bcrypt-pbkdf v0.10.0 |
580 | 2025-03-03T04:10:47.645Z | Downloaded base16ct v0.2.0 |
581 | 2025-03-03T04:10:47.648Z | Downloaded atomic-waker v1.1.2 |
582 | 2025-03-03T04:10:47.648Z | Downloaded bitfield-struct v0.6.2 |
583 | 2025-03-03T04:10:47.654Z | Downloaded http-body v1.0.1 |
584 | 2025-03-03T04:10:47.656Z | Downloaded heapless v0.8.0 |
585 | 2025-03-03T04:10:47.662Z | Downloaded match_cfg v0.1.0 |
586 | 2025-03-03T04:10:47.665Z | Downloaded cfg_aliases v0.1.1 |
587 | 2025-03-03T04:10:47.665Z | Downloaded cobs v0.2.3 |
588 | 2025-03-03T04:10:47.665Z | Downloaded console v0.15.10 |
589 | 2025-03-03T04:10:47.670Z | Downloaded pretty-hex v0.2.1 |
590 | 2025-03-03T04:10:47.677Z | Downloaded md-5 v0.10.6 |
591 | 2025-03-03T04:10:47.677Z | Downloaded chacha20poly1305 v0.10.1 |
592 | 2025-03-03T04:10:47.677Z | Downloaded libloading v0.8.5 |
593 | 2025-03-03T04:10:47.681Z | Downloaded icu_normalizer v1.5.0 |
594 | 2025-03-03T04:10:47.681Z | Downloaded hmac v0.12.1 |
595 | 2025-03-03T04:10:47.684Z | Downloaded hkdf v0.12.4 |
596 | 2025-03-03T04:10:47.687Z | Downloaded heapless v0.7.17 |
597 | 2025-03-03T04:10:47.691Z | Downloaded hex v0.4.3 |
598 | 2025-03-03T04:10:47.694Z | Downloaded instant v0.1.13 |
599 | 2025-03-03T04:10:47.694Z | Downloaded crucible-workspace-hack v0.1.0 |
600 | 2025-03-03T04:10:47.697Z | Downloaded chacha20 v0.9.1 |
601 | 2025-03-03T04:10:47.697Z | Downloaded headers-core v0.3.0 |
602 | 2025-03-03T04:10:47.697Z | Downloaded headers v0.4.0 |
603 | 2025-03-03T04:10:47.704Z | Downloaded maplit v1.0.2 |
604 | 2025-03-03T04:10:47.706Z | Downloaded lru-cache v0.1.2 |
605 | 2025-03-03T04:10:47.707Z | Downloaded cstr-argument v0.1.2 |
606 | 2025-03-03T04:10:47.710Z | Downloaded slog-term v2.9.1 |
607 | 2025-03-03T04:10:47.714Z | Downloaded keccak v0.1.5 |
608 | 2025-03-03T04:10:47.714Z | Downloaded indoc v2.0.5 |
609 | 2025-03-03T04:10:47.717Z | Downloaded ref-cast-impl v1.0.23 |
610 | 2025-03-03T04:10:47.717Z | Downloaded hyper-staticfile v0.10.1 |
611 | 2025-03-03T04:10:47.721Z | Downloaded bb8 v0.8.5 |
612 | 2025-03-03T04:10:47.724Z | Downloaded progenitor-client v0.8.0 |
613 | 2025-03-03T04:10:47.724Z | Downloaded cexpr v0.6.0 |
614 | 2025-03-03T04:10:47.724Z | Downloaded argon2 v0.5.3 |
615 | 2025-03-03T04:10:47.732Z | Downloaded constant_time_eq v0.3.1 |
616 | 2025-03-03T04:10:47.735Z | Downloaded cfg_aliases v0.2.1 |
617 | 2025-03-03T04:10:47.735Z | Downloaded ident_case v1.0.1 |
618 | 2025-03-03T04:10:47.735Z | Downloaded bit-set v0.8.0 |
619 | 2025-03-03T04:10:47.735Z | Downloaded crunchy v0.2.2 |
620 | 2025-03-03T04:10:47.735Z | Downloaded atty v0.2.14 |
621 | 2025-03-03T04:10:47.735Z | Downloaded litemap v0.7.3 |
622 | 2025-03-03T04:10:47.739Z | Downloaded cbc v0.1.2 |
623 | 2025-03-03T04:10:47.739Z | Downloaded cassowary v0.3.0 |
624 | 2025-03-03T04:10:47.742Z | Downloaded lazycell v1.3.0 |
625 | 2025-03-03T04:10:47.742Z | Downloaded itertools v0.13.0 |
626 | 2025-03-03T04:10:47.748Z | Downloaded lockfree-object-pool v0.1.6 |
627 | 2025-03-03T04:10:47.751Z | Downloaded salsa20 v0.10.2 |
628 | 2025-03-03T04:10:47.756Z | Downloaded bit-vec v0.8.0 |
629 | 2025-03-03T04:10:47.759Z | Downloaded arrayvec v0.7.6 |
630 | 2025-03-03T04:10:47.759Z | Downloaded rand_chacha v0.9.0 |
631 | 2025-03-03T04:10:47.762Z | Downloaded icu_locid_transform_data v1.5.0 |
632 | 2025-03-03T04:10:47.762Z | Downloaded hickory-server v0.24.4 |
633 | 2025-03-03T04:10:47.768Z | Downloaded base64 v0.13.1 |
634 | 2025-03-03T04:10:47.772Z | Downloaded lru v0.12.5 |
635 | 2025-03-03T04:10:47.777Z | Downloaded linked-hash-map v0.5.6 |
636 | 2025-03-03T04:10:47.777Z | Downloaded async-trait v0.1.86 |
637 | 2025-03-03T04:10:47.781Z | Downloaded tokio-tungstenite v0.23.1 |
638 | 2025-03-03T04:10:47.784Z | Downloaded lock_api v0.4.12 |
639 | 2025-03-03T04:10:47.784Z | Downloaded hubpack_derive v0.1.1 |
640 | 2025-03-03T04:10:47.787Z | Downloaded cookie_store v0.21.1 |
641 | 2025-03-03T04:10:47.790Z | Downloaded icu_provider_macros v1.5.0 |
642 | 2025-03-03T04:10:47.790Z | Downloaded compact_str v0.8.0 |
643 | 2025-03-03T04:10:47.793Z | Downloaded ssh-encoding v0.2.0 |
644 | 2025-03-03T04:10:47.796Z | Downloaded is_ci v1.2.0 |
645 | 2025-03-03T04:10:47.799Z | Downloaded crossbeam-utils v0.8.20 |
646 | 2025-03-03T04:10:47.802Z | Downloaded atomicwrites v0.4.4 |
647 | 2025-03-03T04:10:47.802Z | Downloaded clang-sys v1.8.1 |
648 | 2025-03-03T04:10:47.805Z | Downloaded md5 v0.7.0 |
649 | 2025-03-03T04:10:47.805Z | Downloaded maybe-uninit v2.0.0 |
650 | 2025-03-03T04:10:47.808Z | Downloaded http-range v0.1.5 |
651 | 2025-03-03T04:10:47.808Z | Downloaded hyper-tls v0.6.0 |
652 | 2025-03-03T04:10:47.811Z | Downloaded scopeguard v1.2.0 |
653 | 2025-03-03T04:10:47.811Z | Downloaded mime v0.3.17 |
654 | 2025-03-03T04:10:47.814Z | Downloaded is-terminal v0.4.13 |
655 | 2025-03-03T04:10:47.814Z | Downloaded impl-trait-for-tuples v0.2.2 |
656 | 2025-03-03T04:10:47.817Z | Downloaded memoffset v0.9.1 |
657 | 2025-03-03T04:10:47.820Z | Downloaded ascii-canvas v3.0.0 |
658 | 2025-03-03T04:10:47.820Z | Downloaded signal-hook-tokio v0.3.1 |
659 | 2025-03-03T04:10:47.823Z | Downloaded deranged v0.3.11 |
660 | 2025-03-03T04:10:47.827Z | Downloaded tokio-rustls v0.26.0 |
661 | 2025-03-03T04:10:47.827Z | Downloaded tokio-rustls v0.24.1 |
662 | 2025-03-03T04:10:47.830Z | Downloaded libsw v3.4.0 |
663 | 2025-03-03T04:10:47.833Z | Downloaded indent_write v2.2.0 |
664 | 2025-03-03T04:10:47.833Z | Downloaded kstat-rs v0.2.4 |
665 | 2025-03-03T04:10:47.833Z | Downloaded crypto-bigint v0.5.5 |
666 | 2025-03-03T04:10:47.841Z | Downloaded linear-map v1.2.0 |
667 | 2025-03-03T04:10:47.844Z | Downloaded daft v0.1.1 |
668 | 2025-03-03T04:10:47.848Z | Downloaded libsw-core v0.3.1 |
669 | 2025-03-03T04:10:47.853Z | Downloaded newtype_derive v0.1.6 |
670 | 2025-03-03T04:10:47.853Z | Downloaded foreign-types-shared v0.3.1 |
671 | 2025-03-03T04:10:47.853Z | Downloaded tokio-native-tls v0.3.1 |
672 | 2025-03-03T04:10:47.856Z | Downloaded foreign-types-shared v0.1.1 |
673 | 2025-03-03T04:10:47.856Z | Downloaded mime_guess v2.0.5 |
674 | 2025-03-03T04:10:47.856Z | Downloaded foreign-types v0.3.2 |
675 | 2025-03-03T04:10:47.856Z | Downloaded scrypt v0.11.0 |
676 | 2025-03-03T04:10:47.859Z | Downloaded base64 v0.22.1 |
677 | 2025-03-03T04:10:47.863Z | Downloaded opaque-debug v0.3.1 |
678 | 2025-03-03T04:10:47.867Z | Downloaded termcolor v1.4.1 |
679 | 2025-03-03T04:10:47.867Z | Downloaded subtle v2.6.1 |
680 | 2025-03-03T04:10:47.868Z | Downloaded crossbeam-deque v0.8.5 |
681 | 2025-03-03T04:10:47.872Z | Downloaded ciborium-io v0.2.2 |
682 | 2025-03-03T04:10:47.872Z | Downloaded base64 v0.21.7 |
683 | 2025-03-03T04:10:47.875Z | Downloaded whoami v1.5.2 |
684 | 2025-03-03T04:10:47.879Z | Downloaded supports-color v3.0.2 |
685 | 2025-03-03T04:10:47.879Z | Downloaded ipnet v2.11.0 |
686 | 2025-03-03T04:10:47.882Z | Downloaded foreign-types v0.5.0 |
687 | 2025-03-03T04:10:47.882Z | Downloaded ciborium-ll v0.2.2 |
688 | 2025-03-03T04:10:47.885Z | Downloaded displaydoc v0.2.5 |
689 | 2025-03-03T04:10:47.888Z | Downloaded enum-as-inner v0.6.1 |
690 | 2025-03-03T04:10:47.891Z | Downloaded foreign-types-macros v0.2.3 |
691 | 2025-03-03T04:10:47.891Z | Downloaded zip v0.6.6 |
692 | 2025-03-03T04:10:47.896Z | Downloaded daft-derive v0.1.1 |
693 | 2025-03-03T04:10:47.899Z | Downloaded num-derive v0.4.2 |
694 | 2025-03-03T04:10:47.902Z | Downloaded yasna v0.5.2 |
695 | 2025-03-03T04:10:47.906Z | Downloaded value-bag v1.9.0 |
696 | 2025-03-03T04:10:47.909Z | Downloaded tokio-tungstenite v0.24.0 |
697 | 2025-03-03T04:10:47.912Z | Downloaded env_filter v0.1.2 |
698 | 2025-03-03T04:10:47.912Z | Downloaded bumpalo v3.16.0 |
699 | 2025-03-03T04:10:47.917Z | Downloaded cc v1.2.15 |
700 | 2025-03-03T04:10:47.919Z | Downloaded signal-hook-mio v0.2.4 |
701 | 2025-03-03T04:10:47.923Z | Downloaded uuid v1.15.1 |
702 | 2025-03-03T04:10:47.928Z | Downloaded mockall v0.13.1 |
703 | 2025-03-03T04:10:47.956Z | Downloaded env_logger v0.10.2 |
704 | 2025-03-03T04:10:47.956Z | Downloaded serde-big-array v0.5.1 |
705 | 2025-03-03T04:10:47.956Z | Downloaded rustls-pki-types v1.10.0 |
706 | 2025-03-03T04:10:47.956Z | Downloaded slab v0.4.9 |
707 | 2025-03-03T04:10:47.956Z | Downloaded rustls-pemfile v1.0.4 |
708 | 2025-03-03T04:10:47.956Z | Downloaded r2d2 v0.8.10 |
709 | 2025-03-03T04:10:47.956Z | Downloaded polyval v0.6.2 |
710 | 2025-03-03T04:10:47.956Z | Downloaded password-hash v0.4.2 |
711 | 2025-03-03T04:10:47.956Z | Downloaded inout v0.1.3 |
712 | 2025-03-03T04:10:47.956Z | Downloaded zerofrom v0.1.4 |
713 | 2025-03-03T04:10:47.962Z | Downloaded write16 v1.0.0 |
714 | 2025-03-03T04:10:47.962Z | Downloaded tokio-postgres v0.7.13 |
715 | 2025-03-03T04:10:47.962Z | Downloaded mockall_derive v0.13.1 |
716 | 2025-03-03T04:10:47.962Z | Downloaded termtree v0.4.1 |
717 | 2025-03-03T04:10:47.965Z | Downloaded csv-core v0.1.11 |
718 | 2025-03-03T04:10:47.965Z | Downloaded toml v0.7.8 |
719 | 2025-03-03T04:10:47.970Z | Downloaded downcast v0.11.0 |
720 | 2025-03-03T04:10:47.970Z | Downloaded pin-project-internal v1.1.6 |
721 | 2025-03-03T04:10:47.974Z | Downloaded der v0.7.9 |
722 | 2025-03-03T04:10:47.988Z | Downloaded slog-stdlog v4.1.1 |
723 | 2025-03-03T04:10:47.991Z | Downloaded icu_collections v1.5.0 |
724 | 2025-03-03T04:10:48.002Z | Downloaded term v0.7.0 |
725 | 2025-03-03T04:10:48.006Z | Downloaded secrecy v0.8.0 |
726 | 2025-03-03T04:10:48.006Z | Downloaded memmap2 v0.9.5 |
727 | 2025-03-03T04:10:48.006Z | Downloaded cookie v0.18.1 |
728 | 2025-03-03T04:10:48.010Z | Downloaded num-conv v0.1.0 |
729 | 2025-03-03T04:10:48.010Z | Downloaded typify-macro v0.3.0 |
730 | 2025-03-03T04:10:48.014Z | Downloaded display-error-chain v0.2.2 |
731 | 2025-03-03T04:10:48.014Z | Downloaded tokio-macros v2.5.0 |
732 | 2025-03-03T04:10:48.014Z | Downloaded crc v3.2.1 |
733 | 2025-03-03T04:10:48.017Z | Downloaded zeroize v1.8.1 |
734 | 2025-03-03T04:10:48.017Z | Downloaded signal-hook-registry v1.4.2 |
735 | 2025-03-03T04:10:48.020Z | Downloaded unarray v0.1.4 |
736 | 2025-03-03T04:10:48.020Z | Downloaded chrono-tz-build v0.4.0 |
737 | 2025-03-03T04:10:48.020Z | Downloaded typify-macro v0.2.0 |
738 | 2025-03-03T04:10:48.023Z | Downloaded thiserror-no-std v2.0.2 |
739 | 2025-03-03T04:10:48.026Z | Downloaded defmt-parser v0.3.4 |
740 | 2025-03-03T04:10:48.029Z | Downloaded spki v0.7.3 |
741 | 2025-03-03T04:10:48.029Z | Downloaded const_format v0.2.34 |
742 | 2025-03-03T04:10:48.034Z | Downloaded parse-display-derive v0.10.0 |
743 | 2025-03-03T04:10:48.037Z | Downloaded backtrace v0.3.74 |
744 | 2025-03-03T04:10:48.043Z | Downloaded tower-layer v0.3.3 |
745 | 2025-03-03T04:10:48.047Z | Downloaded proc-macro-crate v1.3.1 |
746 | 2025-03-03T04:10:48.047Z | Downloaded futures-io v0.3.31 |
747 | 2025-03-03T04:10:48.047Z | Downloaded ron v0.7.1 |
748 | 2025-03-03T04:10:48.051Z | Downloaded omicron-zone-package v0.12.0 |
749 | 2025-03-03T04:10:48.055Z | Downloaded unicase v2.7.0 |
750 | 2025-03-03T04:10:48.060Z | Downloaded time-core v0.1.2 |
751 | 2025-03-03T04:10:48.060Z | Downloaded termtree v0.5.1 |
752 | 2025-03-03T04:10:48.060Z | Downloaded parse-size v1.1.0 |
753 | 2025-03-03T04:10:48.063Z | Downloaded rand_core v0.9.2 |
754 | 2025-03-03T04:10:48.063Z | Downloaded derive_builder v0.20.2 |
755 | 2025-03-03T04:10:48.070Z | Downloaded siphasher v0.3.11 |
756 | 2025-03-03T04:10:48.074Z | Downloaded proc-macro-error-attr2 v2.0.0 |
757 | 2025-03-03T04:10:48.074Z | Downloaded icu_locid v1.5.0 |
758 | 2025-03-03T04:10:48.077Z | Downloaded russh-cryptovec v0.7.3 |
759 | 2025-03-03T04:10:48.080Z | Downloaded darling_macro v0.20.10 |
760 | 2025-03-03T04:10:48.080Z | Downloaded vte_generate_state_changes v0.1.2 |
761 | 2025-03-03T04:10:48.080Z | Downloaded predicates-core v1.0.8 |
762 | 2025-03-03T04:10:48.083Z | Downloaded packed_struct v0.10.1 |
763 | 2025-03-03T04:10:48.083Z | Downloaded number_prefix v0.4.0 |
764 | 2025-03-03T04:10:48.086Z | Downloaded rand_seeder v0.3.0 |
765 | 2025-03-03T04:10:48.086Z | Downloaded quick-xml v0.37.2 |
766 | 2025-03-03T04:10:48.093Z | Downloaded openssl-macros v0.1.1 |
767 | 2025-03-03T04:10:48.097Z | Downloaded endian-type v0.1.2 |
768 | 2025-03-03T04:10:48.097Z | Downloaded rustversion v1.0.17 |
769 | 2025-03-03T04:10:48.100Z | Downloaded structmeta v0.3.0 |
770 | 2025-03-03T04:10:48.100Z | Downloaded stringprep v0.1.5 |
771 | 2025-03-03T04:10:48.100Z | Downloaded slog-async v2.8.0 |
772 | 2025-03-03T04:10:48.103Z | Downloaded pkg-config v0.3.31 |
773 | 2025-03-03T04:10:48.106Z | Downloaded rusty-fork v0.3.0 |
774 | 2025-03-03T04:10:48.109Z | Downloaded libm v0.2.8 |
775 | 2025-03-03T04:10:48.115Z | Downloaded debug-ignore v1.0.5 |
776 | 2025-03-03T04:10:48.118Z | Downloaded num-iter v0.1.45 |
777 | 2025-03-03T04:10:48.122Z | Downloaded wait-timeout v0.2.0 |
778 | 2025-03-03T04:10:48.122Z | Downloaded tiny-keccak v2.0.2 |
779 | 2025-03-03T04:10:48.126Z | Downloaded futures-core v0.3.31 |
780 | 2025-03-03T04:10:48.126Z | Downloaded sqlparser_derive v0.2.2 |
781 | 2025-03-03T04:10:48.129Z | Downloaded phf_codegen v0.11.2 |
782 | 2025-03-03T04:10:48.129Z | Downloaded filetime v0.2.25 |
783 | 2025-03-03T04:10:48.129Z | Downloaded slog v2.7.0 |
784 | 2025-03-03T04:10:48.132Z | Downloaded string_cache v0.8.7 |
785 | 2025-03-03T04:10:48.136Z | Downloaded zerocopy-derive v0.8.10 |
786 | 2025-03-03T04:10:48.142Z | Downloaded env_logger v0.11.5 |
787 | 2025-03-03T04:10:48.145Z | Downloaded libxml v0.3.3 |
788 | 2025-03-03T04:10:48.152Z | Downloaded waitgroup v0.1.2 |
789 | 2025-03-03T04:10:48.155Z | Downloaded data-encoding v2.6.0 |
790 | 2025-03-03T04:10:48.155Z | Downloaded chrono v0.4.40 |
791 | 2025-03-03T04:10:48.162Z | Downloaded rpassword v7.3.1 |
792 | 2025-03-03T04:10:48.166Z | Downloaded typify v0.2.0 |
793 | 2025-03-03T04:10:48.169Z | Downloaded twox-hash v2.1.0 |
794 | 2025-03-03T04:10:48.172Z | Downloaded ssh-cipher v0.2.0 |
795 | 2025-03-03T04:10:48.172Z | Downloaded rfc6979 v0.4.0 |
796 | 2025-03-03T04:10:48.172Z | Downloaded tungstenite v0.23.0 |
797 | 2025-03-03T04:10:48.176Z | Downloaded slog-dtrace v0.3.0 |
798 | 2025-03-03T04:10:48.181Z | Downloaded resolv-conf v0.7.0 |
799 | 2025-03-03T04:10:48.185Z | Downloaded quinn-udp v0.5.5 |
800 | 2025-03-03T04:10:48.185Z | Downloaded utf16_iter v1.0.5 |
801 | 2025-03-03T04:10:48.185Z | Downloaded darling v0.20.10 |
802 | 2025-03-03T04:10:48.188Z | Downloaded vte v0.11.1 |
803 | 2025-03-03T04:10:48.191Z | Downloaded fxhash v0.2.1 |
804 | 2025-03-03T04:10:48.191Z | Downloaded ssh-key v0.6.6 |
805 | 2025-03-03T04:10:48.203Z | Downloaded futures-macro v0.3.31 |
806 | 2025-03-03T04:10:48.208Z | Downloaded derive-where v1.2.7 |
807 | 2025-03-03T04:10:48.208Z | Downloaded ena v0.14.3 |
808 | 2025-03-03T04:10:48.208Z | Downloaded tungstenite v0.24.0 |
809 | 2025-03-03T04:10:48.217Z | Downloaded defmt-macros v0.3.9 |
810 | 2025-03-03T04:10:48.224Z | Downloaded tungstenite v0.21.0 |
811 | 2025-03-03T04:10:48.224Z | Downloaded ff v0.13.0 |
812 | 2025-03-03T04:10:48.224Z | Downloaded darling_core v0.20.10 |
813 | 2025-03-03T04:10:48.227Z | Downloaded zopfli v0.8.1 |
814 | 2025-03-03T04:10:48.230Z | Downloaded want v0.3.1 |
815 | 2025-03-03T04:10:48.230Z | Downloaded futures-task v0.3.31 |
816 | 2025-03-03T04:10:48.233Z | Downloaded similar v2.7.0 |
817 | 2025-03-03T04:10:48.238Z | Downloaded postcard v1.0.10 |
818 | 2025-03-03T04:10:48.248Z | Downloaded rcgen v0.12.1 |
819 | 2025-03-03T04:10:48.254Z | Downloaded getrandom v0.2.15 |
820 | 2025-03-03T04:10:48.254Z | Downloaded unicode-properties v0.1.3 |
821 | 2025-03-03T04:10:48.254Z | Downloaded tower-service v0.3.3 |
822 | 2025-03-03T04:10:48.254Z | Downloaded num-bigint-dig v0.8.4 |
823 | 2025-03-03T04:10:48.257Z | Downloaded zerovec-derive v0.10.3 |
824 | 2025-03-03T04:10:48.257Z | Downloaded http-body-util v0.1.2 |
825 | 2025-03-03T04:10:48.260Z | Downloaded rayon-core v1.12.1 |
826 | 2025-03-03T04:10:48.266Z | Downloaded ron v0.8.1 |
827 | 2025-03-03T04:10:48.271Z | Downloaded hash32 v0.2.1 |
828 | 2025-03-03T04:10:48.271Z | Downloaded tracing-attributes v0.1.27 |
829 | 2025-03-03T04:10:48.277Z | Downloaded topological-sort v0.2.2 |
830 | 2025-03-03T04:10:48.277Z | Downloaded blake3 v1.5.4 |
831 | 2025-03-03T04:10:48.285Z | Downloaded ppv-lite86 v0.2.20 |
832 | 2025-03-03T04:10:48.289Z | Downloaded parking_lot v0.11.2 |
833 | 2025-03-03T04:10:48.290Z | Downloaded paste v1.0.15 |
834 | 2025-03-03T04:10:48.293Z | Downloaded pkcs8 v0.10.2 |
835 | 2025-03-03T04:10:48.296Z | Downloaded password-hash v0.5.0 |
836 | 2025-03-03T04:10:48.296Z | Downloaded rustls-pemfile v2.2.0 |
837 | 2025-03-03T04:10:48.298Z | Downloaded snafu v0.8.5 |
838 | 2025-03-03T04:10:48.305Z | Downloaded humantime v2.1.0 |
839 | 2025-03-03T04:10:48.307Z | Downloaded hostname v0.3.1 |
840 | 2025-03-03T04:10:48.314Z | Downloaded spin v0.9.8 |
841 | 2025-03-03T04:10:48.318Z | Downloaded schemars v0.8.22 |
842 | 2025-03-03T04:10:48.323Z | Downloaded zeroize_derive v1.4.2 |
843 | 2025-03-03T04:10:48.327Z | Downloaded tinystr v0.7.6 |
844 | 2025-03-03T04:10:48.327Z | Downloaded thread_local v1.1.8 |
845 | 2025-03-03T04:10:48.335Z | Downloaded rtoolbox v0.0.2 |
846 | 2025-03-03T04:10:48.335Z | Downloaded postgres-protocol v0.6.8 |
847 | 2025-03-03T04:10:48.343Z | Downloaded ipnetwork v0.21.1 |
848 | 2025-03-03T04:10:48.343Z | Downloaded typed-path v0.9.3 |
849 | 2025-03-03T04:10:48.350Z | Downloaded git2 v0.19.0 |
850 | 2025-03-03T04:10:48.353Z | Downloaded ed25519 v2.2.3 |
851 | 2025-03-03T04:10:48.353Z | Downloaded normalize-line-endings v0.3.0 |
852 | 2025-03-03T04:10:48.356Z | Downloaded expectorate v1.1.0 |
853 | 2025-03-03T04:10:48.360Z | Downloaded dirs-next v2.0.0 |
854 | 2025-03-03T04:10:48.360Z | Downloaded tap v1.0.1 |
855 | 2025-03-03T04:10:48.360Z | Downloaded slog-envlogger v2.2.0 |
856 | 2025-03-03T04:10:48.363Z | Downloaded hickory-client v0.24.4 |
857 | 2025-03-03T04:10:48.366Z | Downloaded hashbrown v0.12.3 |
858 | 2025-03-03T04:10:48.368Z | Downloaded pbkdf2 v0.11.0 |
859 | 2025-03-03T04:10:48.374Z | Downloaded aws-lc-rs v1.12.4 |
860 | 2025-03-03T04:10:48.384Z | Downloaded peg v0.8.4 |
861 | 2025-03-03T04:10:48.391Z | Downloaded fs_extra v1.3.0 |
862 | 2025-03-03T04:10:48.391Z | Downloaded progenitor-macro v0.9.1 |
863 | 2025-03-03T04:10:48.394Z | Downloaded unsafe-libyaml v0.2.11 |
864 | 2025-03-03T04:10:48.394Z | Downloaded fd-lock v4.0.2 |
865 | 2025-03-03T04:10:48.396Z | Downloaded strum_macros v0.24.3 |
866 | 2025-03-03T04:10:48.399Z | Downloaded zerocopy v0.6.6 |
867 | 2025-03-03T04:10:48.401Z | Downloaded untrusted v0.7.1 |
868 | 2025-03-03T04:10:48.404Z | Downloaded num_threads v0.1.7 |
869 | 2025-03-03T04:10:48.404Z | Downloaded schemars_derive v0.8.22 |
870 | 2025-03-03T04:10:48.406Z | Downloaded scheduled-thread-pool v0.2.7 |
871 | 2025-03-03T04:10:48.408Z | Downloaded fatfs v0.3.6 |
872 | 2025-03-03T04:10:48.411Z | Downloaded serde_path_to_error v0.1.16 |
873 | 2025-03-03T04:10:48.417Z | Downloaded packed_struct_codegen v0.10.1 |
874 | 2025-03-03T04:10:48.417Z | Downloaded regex v1.11.1 |
875 | 2025-03-03T04:10:48.429Z | Downloaded flagset v0.4.6 |
876 | 2025-03-03T04:10:48.432Z | Downloaded steno v0.4.1 |
877 | 2025-03-03T04:10:48.435Z | Downloaded sync-ptr v0.1.1 |
878 | 2025-03-03T04:10:48.438Z | Downloaded dirs-sys-next v0.1.2 |
879 | 2025-03-03T04:10:48.438Z | Downloaded strum v0.26.3 |
880 | 2025-03-03T04:10:48.438Z | Downloaded owo-colors v4.2.0 |
881 | 2025-03-03T04:10:48.442Z | Downloaded utf-8 v0.7.6 |
882 | 2025-03-03T04:10:48.444Z | Downloaded unicode-truncate v1.1.0 |
883 | 2025-03-03T04:10:48.446Z | Downloaded smf v0.2.3 |
884 | 2025-03-03T04:10:48.446Z | Downloaded unicode-normalization v0.1.24 |
885 | 2025-03-03T04:10:48.450Z | Downloaded tracing v0.1.40 |
886 | 2025-03-03T04:10:48.455Z | Downloaded portable-atomic v1.9.0 |
887 | 2025-03-03T04:10:48.462Z | Downloaded bindgen v0.71.1 |
888 | 2025-03-03T04:10:48.471Z | Downloaded sigpipe v0.1.3 |
889 | 2025-03-03T04:10:48.474Z | Downloaded embedded-io v0.4.0 |
890 | 2025-03-03T04:10:48.476Z | Downloaded dropshot_endpoint v0.16.0 |
891 | 2025-03-03T04:10:48.479Z | Downloaded psl-types v2.0.11 |
892 | 2025-03-03T04:10:48.481Z | Downloaded nibble_vec v0.1.0 |
893 | 2025-03-03T04:10:48.484Z | Downloaded nu-ansi-term v0.50.1 |
894 | 2025-03-03T04:10:48.486Z | Downloaded diff v0.1.13 |
895 | 2025-03-03T04:10:48.490Z | Downloaded petname v2.0.2 |
896 | 2025-03-03T04:10:48.495Z | Downloaded either v1.14.0 |
897 | 2025-03-03T04:10:48.498Z | Downloaded native-tls v0.2.12 |
898 | 2025-03-03T04:10:48.500Z | Downloaded hashbrown v0.13.2 |
899 | 2025-03-03T04:10:48.503Z | Downloaded tough v0.19.0 |
900 | 2025-03-03T04:10:48.512Z | Downloaded float-cmp v0.10.0 |
901 | 2025-03-03T04:10:48.515Z | Downloaded yoke-derive v0.7.4 |
902 | 2025-03-03T04:10:48.518Z | Downloaded synstructure v0.13.1 |
903 | 2025-03-03T04:10:48.518Z | Downloaded getrandom v0.3.1 |
904 | 2025-03-03T04:10:48.520Z | Downloaded bstr v1.10.0 |
905 | 2025-03-03T04:10:48.533Z | Downloaded tinyvec_macros v0.1.1 |
906 | 2025-03-03T04:10:48.536Z | Downloaded http v1.2.0 |
907 | 2025-03-03T04:10:48.539Z | Downloaded path-slash v0.1.5 |
908 | 2025-03-03T04:10:48.539Z | Downloaded simd-adler32 v0.3.7 |
909 | 2025-03-03T04:10:48.542Z | Downloaded const_format_proc_macros v0.2.34 |
910 | 2025-03-03T04:10:48.546Z | Downloaded rustc_version v0.4.1 |
911 | 2025-03-03T04:10:48.546Z | Downloaded smallvec v0.6.14 |
912 | 2025-03-03T04:10:48.549Z | Downloaded p256 v0.13.2 |
913 | 2025-03-03T04:10:48.552Z | Downloaded embedded-io v0.6.1 |
914 | 2025-03-03T04:10:48.552Z | Downloaded fallible-iterator v0.2.0 |
915 | 2025-03-03T04:10:48.552Z | Downloaded zerocopy v0.8.10 |
916 | 2025-03-03T04:10:48.577Z | Downloaded try-lock v0.2.5 |
917 | 2025-03-03T04:10:48.581Z | Downloaded diesel_table_macro_syntax v0.2.0 |
918 | 2025-03-03T04:10:48.581Z | Downloaded tabwriter v1.4.0 |
919 | 2025-03-03T04:10:48.581Z | Downloaded peg-runtime v0.8.3 |
920 | 2025-03-03T04:10:48.584Z | Downloaded xattr v1.3.1 |
921 | 2025-03-03T04:10:48.584Z | Downloaded wyz v0.5.1 |
922 | 2025-03-03T04:10:48.584Z | Downloaded phf_shared v0.10.0 |
923 | 2025-03-03T04:10:48.589Z | Downloaded derive_more v0.99.19 |
924 | 2025-03-03T04:10:48.594Z | Downloaded tls_codec_derive v0.4.1 |
925 | 2025-03-03T04:10:48.594Z | Downloaded oso-derive v0.27.3 |
926 | 2025-03-03T04:10:48.597Z | Downloaded universal-hash v0.5.1 |
927 | 2025-03-03T04:10:48.597Z | Downloaded sqlparser v0.45.0 |
928 | 2025-03-03T04:10:48.600Z | Downloaded precomputed-hash v0.1.1 |
929 | 2025-03-03T04:10:48.603Z | Downloaded progenitor v0.9.1 |
930 | 2025-03-03T04:10:48.603Z | Downloaded powerfmt v0.2.0 |
931 | 2025-03-03T04:10:48.606Z | Downloaded quinn-proto v0.11.8 |
932 | 2025-03-03T04:10:48.611Z | Downloaded parse-display v0.10.0 |
933 | 2025-03-03T04:10:48.614Z | Downloaded progenitor v0.8.0 |
934 | 2025-03-03T04:10:48.616Z | Downloaded peg-macros v0.8.4 |
935 | 2025-03-03T04:10:48.616Z | Downloaded vsss-rs v3.3.4 |
936 | 2025-03-03T04:10:48.621Z | Downloaded sync_wrapper v1.0.1 |
937 | 2025-03-03T04:10:48.621Z | Downloaded slog-json v2.6.1 |
938 | 2025-03-03T04:10:49.637Z | Downloaded pem v3.0.5 |
939 | 2025-03-03T04:10:49.638Z | Downloaded postgres-types v0.2.9 |
940 | 2025-03-03T04:10:49.693Z | Downloaded num_enum_derive v0.5.11 |
941 | 2025-03-03T04:10:49.694Z | Downloaded tower v0.5.2 |
942 | 2025-03-03T04:10:49.694Z | Downloaded pkcs1 v0.7.5 |
943 | 2025-03-03T04:10:49.694Z | Downloaded phf_shared v0.11.2 |
944 | 2025-03-03T04:10:49.694Z | Downloaded static_assertions v1.1.0 |
945 | 2025-03-03T04:10:49.695Z | Downloaded openssl v0.10.71 |
946 | 2025-03-03T04:10:49.695Z | Downloaded pem-rfc7468 v0.7.0 |
947 | 2025-03-03T04:10:49.695Z | Downloaded arc-swap v1.7.1 |
948 | 2025-03-03T04:10:49.696Z | Downloaded num v0.4.3 |
949 | 2025-03-03T04:10:49.696Z | Downloaded quick-error v1.2.3 |
950 | 2025-03-03T04:10:49.696Z | Downloaded phf_generator v0.11.2 |
951 | 2025-03-03T04:10:49.696Z | Downloaded rustc_version v0.1.7 |
952 | 2025-03-03T04:10:49.696Z | Downloaded shlex v1.3.0 |
953 | 2025-03-03T04:10:49.696Z | Downloaded proc-macro-error2 v2.0.1 |
954 | 2025-03-03T04:10:49.696Z | Downloaded progenitor-impl v0.8.0 |
955 | 2025-03-03T04:10:49.696Z | Downloaded signature v2.2.0 |
956 | 2025-03-03T04:10:49.696Z | Downloaded strum_macros v0.25.3 |
957 | 2025-03-03T04:10:49.696Z | Downloaded unicode-bidi v0.3.17 |
958 | 2025-03-03T04:10:49.697Z | Downloaded defmt v0.3.8 |
959 | 2025-03-03T04:10:49.697Z | Downloaded itertools v0.12.1 |
960 | 2025-03-03T04:10:49.697Z | Downloaded zone_cfg_derive v0.3.0 |
961 | 2025-03-03T04:10:49.697Z | Downloaded serde_derive_internals v0.29.1 |
962 | 2025-03-03T04:10:49.697Z | Downloaded utf8_iter v1.0.4 |
963 | 2025-03-03T04:10:49.697Z | Downloaded futures v0.3.31 |
964 | 2025-03-03T04:10:49.697Z | Downloaded shell-words v1.1.0 |
965 | 2025-03-03T04:10:49.697Z | Downloaded diesel_derives v2.2.3 |
966 | 2025-03-03T04:10:49.698Z | Downloaded pkcs5 v0.7.1 |
967 | 2025-03-03T04:10:49.698Z | Downloaded predicates v3.1.3 |
968 | 2025-03-03T04:10:49.698Z | Downloaded flate2 v1.1.0 |
969 | 2025-03-03T04:10:49.698Z | Downloaded h2 v0.4.6 |
970 | 2025-03-03T04:10:49.698Z | Downloaded derive_builder_core v0.20.2 |
971 | 2025-03-03T04:10:49.699Z | Downloaded dropshot v0.12.0 |
972 | 2025-03-03T04:10:49.699Z | Downloaded vergen v8.3.2 |
973 | 2025-03-03T04:10:49.699Z | Downloaded writeable v0.5.5 |
974 | 2025-03-03T04:10:49.699Z | Downloaded hyper v1.6.0 |
975 | 2025-03-03T04:10:49.699Z | Downloaded num-bigint v0.4.6 |
976 | 2025-03-03T04:10:49.699Z | Downloaded elliptic-curve v0.13.8 |
977 | 2025-03-03T04:10:49.699Z | Downloaded group v0.13.0 |
978 | 2025-03-03T04:10:49.700Z | Downloaded serde_with_macros v3.12.0 |
979 | 2025-03-03T04:10:49.700Z | Downloaded winnow v0.6.20 |
980 | 2025-03-03T04:10:49.700Z | Downloaded rand v0.9.0 |
981 | 2025-03-03T04:10:49.700Z | Downloaded tracing-core v0.1.32 |
982 | 2025-03-03T04:10:49.700Z | Downloaded serde_yaml v0.9.34+deprecated |
983 | 2025-03-03T04:10:49.700Z | Downloaded percent-encoding v2.3.1 |
984 | 2025-03-03T04:10:49.700Z | Downloaded multer v3.1.0 |
985 | 2025-03-03T04:10:49.700Z | Downloaded polar-core v0.27.3 |
986 | 2025-03-03T04:10:49.700Z | Downloaded rand_chacha v0.3.1 |
987 | 2025-03-03T04:10:49.700Z | Downloaded tls_codec v0.4.1 |
988 | 2025-03-03T04:10:49.700Z | Downloaded openapiv3 v2.0.0 |
989 | 2025-03-03T04:10:49.700Z | Downloaded des v0.8.1 |
990 | 2025-03-03T04:10:49.700Z | Downloaded half v2.4.1 |
991 | 2025-03-03T04:10:49.700Z | Downloaded object v0.36.5 |
992 | 2025-03-03T04:10:49.701Z | Downloaded take_mut v0.2.2 |
993 | 2025-03-03T04:10:49.701Z | Downloaded fixedbitset v0.4.2 |
994 | 2025-03-03T04:10:49.701Z | Downloaded dropshot v0.16.0 |
995 | 2025-03-03T04:10:49.701Z | Downloaded smallvec v1.14.0 |
996 | 2025-03-03T04:10:49.701Z | Downloaded icu_properties_data v1.5.0 |
997 | 2025-03-03T04:10:49.701Z | Downloaded mio v1.0.2 |
998 | 2025-03-03T04:10:49.701Z | Downloaded difflib v0.4.0 |
999 | 2025-03-03T04:10:49.701Z | Downloaded regress v0.10.3 |
1000 | 2025-03-03T04:10:49.701Z | Downloaded num_enum v0.5.11 |
1001 | 2025-03-03T04:10:49.701Z | Downloaded new_debug_unreachable v1.0.6 |
1002 | 2025-03-03T04:10:49.701Z | Downloaded zone v0.3.0 |
1003 | 2025-03-03T04:10:49.701Z | Downloaded p384 v0.13.0 |
1004 | 2025-03-03T04:10:49.701Z | Downloaded parking_lot v0.12.3 |
1005 | 2025-03-03T04:10:49.701Z | Downloaded zone v0.1.8 |
1006 | 2025-03-03T04:10:49.701Z | Downloaded csv v1.3.1 |
1007 | 2025-03-03T04:10:49.702Z | Downloaded vcpkg v0.2.15 |
1008 | 2025-03-03T04:10:49.702Z | Downloaded serde_plain v1.0.2 |
1009 | 2025-03-03T04:10:49.702Z | Downloaded fragile v2.0.0 |
1010 | 2025-03-03T04:10:49.702Z | Downloaded rsa v0.9.6 |
1011 | 2025-03-03T04:10:49.702Z | Downloaded regex-syntax v0.6.29 |
1012 | 2025-03-03T04:10:49.702Z | Downloaded sha1 v0.10.6 |
1013 | 2025-03-03T04:10:49.703Z | Downloaded radix_trie v0.2.1 |
1014 | 2025-03-03T04:10:49.703Z | Downloaded snafu-derive v0.8.5 |
1015 | 2025-03-03T04:10:49.703Z | Downloaded globset v0.4.15 |
1016 | 2025-03-03T04:10:49.703Z | Downloaded p521 v0.13.3 |
1017 | 2025-03-03T04:10:49.703Z | Downloaded sled v0.34.7 |
1018 | 2025-03-03T04:10:49.703Z | Downloaded smoltcp v0.9.1 |
1019 | 2025-03-03T04:10:49.703Z | Downloaded unicode-width v0.2.0 |
1020 | 2025-03-03T04:10:49.703Z | Downloaded nix v0.29.0 |
1021 | 2025-03-03T04:10:49.703Z | Downloaded openssl-sys v0.9.106 |
1022 | 2025-03-03T04:10:49.703Z | Downloaded zerovec v0.10.4 |
1023 | 2025-03-03T04:10:49.703Z | Downloaded winnow v0.5.40 |
1024 | 2025-03-03T04:10:49.703Z | Downloaded rustls-webpki v0.101.7 |
1025 | 2025-03-03T04:10:49.703Z | Downloaded ed25519-dalek v2.1.1 |
1026 | 2025-03-03T04:10:49.703Z | Downloaded rustls-webpki v0.102.8 |
1027 | 2025-03-03T04:10:49.704Z | Downloaded futures-util v0.3.31 |
1028 | 2025-03-03T04:10:49.704Z | Downloaded zerocopy-derive v0.6.6 |
1029 | 2025-03-03T04:10:49.704Z | Downloaded gimli v0.31.1 |
1030 | 2025-03-03T04:10:49.704Z | Downloaded rustls v0.21.12 |
1031 | 2025-03-03T04:10:49.704Z | Downloaded diesel v2.2.7 |
1032 | 2025-03-03T04:10:49.704Z | Downloaded webpki-roots v0.26.6 |
1033 | 2025-03-03T04:10:49.704Z | Downloaded libz-sys v1.1.20 |
1034 | 2025-03-03T04:10:49.705Z | Downloaded rustls v0.23.19 |
1035 | 2025-03-03T04:10:49.705Z | Downloaded typify-impl v0.2.0 |
1036 | 2025-03-03T04:10:49.705Z | Downloaded lzma-sys v0.1.20 |
1037 | 2025-03-03T04:10:49.705Z | Downloaded nix v0.27.1 |
1038 | 2025-03-03T04:10:49.705Z | Downloaded typify-impl v0.3.0 |
1039 | 2025-03-03T04:10:49.705Z | Downloaded pin-project-lite v0.2.14 |
1040 | 2025-03-03T04:10:49.735Z | Downloaded num-traits v0.2.19 |
1041 | 2025-03-03T04:10:49.735Z | Downloaded tokio v1.43.0 |
1042 | 2025-03-03T04:10:49.735Z | Downloaded time v0.3.36 |
1043 | 2025-03-03T04:10:49.735Z | Downloaded ratatui v0.29.0 |
1044 | 2025-03-03T04:10:49.735Z | Downloaded funty v2.0.0 |
1045 | 2025-03-03T04:10:49.735Z | Downloaded zone_cfg_derive v0.1.2 |
1046 | 2025-03-03T04:10:49.735Z | Downloaded nix v0.28.0 |
1047 | 2025-03-03T04:10:49.735Z | Downloaded regex-syntax v0.8.5 |
1048 | 2025-03-03T04:10:49.736Z | Downloaded x509-cert v0.2.5 |
1049 | 2025-03-03T04:10:49.736Z | Downloaded reedline v0.38.0 |
1050 | 2025-03-03T04:10:49.736Z | Downloaded hash32 v0.3.1 |
1051 | 2025-03-03T04:10:49.736Z | Downloaded futures-sink v0.3.31 |
1052 | 2025-03-03T04:10:49.736Z | Downloaded nom v7.1.3 |
1053 | 2025-03-03T04:10:49.736Z | Downloaded hickory-proto v0.24.4 |
1054 | 2025-03-03T04:10:49.736Z | Downloaded russh v0.45.0 |
1055 | 2025-03-03T04:10:49.736Z | Downloaded typify v0.3.0 |
1056 | 2025-03-03T04:10:49.736Z | Downloaded parse-zoneinfo v0.3.1 |
1057 | 2025-03-03T04:10:49.736Z | Downloaded progenitor-impl v0.9.1 |
1058 | 2025-03-03T04:10:49.736Z | Downloaded sqlformat v0.2.6 |
1059 | 2025-03-03T04:10:49.736Z | Downloaded curve25519-dalek v4.1.3 |
1060 | 2025-03-03T04:10:49.736Z | Downloaded rustls-native-certs v0.8.1 |
1061 | 2025-03-03T04:10:49.736Z | Downloaded derive_builder_macro v0.20.2 |
1062 | 2025-03-03T04:10:49.737Z | Downloaded tinyvec v1.8.0 |
1063 | 2025-03-03T04:10:49.737Z | Downloaded url v2.5.3 |
1064 | 2025-03-03T04:10:49.737Z | Downloaded rand v0.8.5 |
1065 | 2025-03-03T04:10:49.737Z | Downloaded unicode_categories v0.1.1 |
1066 | 2025-03-03T04:10:49.737Z | Downloaded semver v0.1.20 |
1067 | 2025-03-03T04:10:49.737Z | Downloaded petgraph v0.6.5 |
1068 | 2025-03-03T04:10:49.737Z | Downloaded serde_with v3.12.0 |
1069 | 2025-03-03T04:10:49.737Z | Downloaded petgraph v0.7.1 |
1070 | 2025-03-03T04:10:49.737Z | Downloaded proptest v1.6.0 |
1071 | 2025-03-03T04:10:49.737Z | Downloaded object v0.30.4 |
1072 | 2025-03-03T04:10:49.737Z | Downloaded parking_lot_core v0.9.10 |
1073 | 2025-03-03T04:10:49.737Z | Downloaded parking_lot_core v0.8.6 |
1074 | 2025-03-03T04:10:49.737Z | Downloaded pin-project v1.1.6 |
1075 | 2025-03-03T04:10:49.738Z | Downloaded oso v0.27.3 |
1076 | 2025-03-03T04:10:49.738Z | Downloaded strum_macros v0.26.4 |
1077 | 2025-03-03T04:10:49.738Z | Downloaded sha3 v0.10.8 |
1078 | 2025-03-03T04:10:49.738Z | Downloaded smoltcp v0.11.0 |
1079 | 2025-03-03T04:10:49.738Z | Downloaded rustls v0.22.4 |
1080 | 2025-03-03T04:10:49.738Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1081 | 2025-03-03T04:10:49.738Z | Downloaded unicode-xid v0.2.6 |
1082 | 2025-03-03T04:10:49.739Z | Downloaded slog-bunyan v2.5.0 |
1083 | 2025-03-03T04:10:49.739Z | Downloaded form_urlencoded v1.2.1 |
1084 | 2025-03-03T04:10:49.739Z | Downloaded rustfmt-wrapper v0.2.1 |
1085 | 2025-03-03T04:10:49.739Z | Downloaded russh-keys v0.45.0 |
1086 | 2025-03-03T04:10:49.739Z | Downloaded reqwest v0.12.12 |
1087 | 2025-03-03T04:10:49.740Z | Downloaded ahash v0.8.11 |
1088 | 2025-03-03T04:10:49.740Z | Downloaded addr2line v0.24.2 |
1089 | 2025-03-03T04:10:49.740Z | Downloaded qorb v0.2.1 |
1090 | 2025-03-03T04:10:49.740Z | Downloaded glob v0.3.2 |
1091 | 2025-03-03T04:10:49.740Z | Downloaded der_derive v0.7.3 |
1092 | 2025-03-03T04:10:49.740Z | Downloaded untrusted v0.9.0 |
1093 | 2025-03-03T04:10:49.740Z | Downloaded dsl_auto_type v0.1.2 |
1094 | 2025-03-03T04:10:49.740Z | Downloaded samael v0.0.18 |
1095 | 2025-03-03T04:10:49.740Z | Downloaded yoke v0.7.4 |
1096 | 2025-03-03T04:10:49.740Z | Downloaded tokio-rustls v0.25.0 |
1097 | 2025-03-03T04:10:49.740Z | Downloaded structmeta-derive v0.3.0 |
1098 | 2025-03-03T04:10:49.740Z | Downloaded dunce v1.0.5 |
1099 | 2025-03-03T04:10:49.740Z | Downloaded cargo_metadata v0.18.1 |
1100 | 2025-03-03T04:10:49.741Z | Downloaded progenitor-client v0.9.1 |
1101 | 2025-03-03T04:10:49.741Z | Downloaded pin-utils v0.1.0 |
1102 | 2025-03-03T04:10:49.741Z | Downloaded diesel-dtrace v0.4.2 |
1103 | 2025-03-03T04:10:49.741Z | Downloaded curve25519-dalek-derive v0.1.1 |
1104 | 2025-03-03T04:10:49.741Z | Downloaded foldhash v0.1.3 |
1105 | 2025-03-03T04:10:49.741Z | Downloaded xz2 v0.1.7 |
1106 | 2025-03-03T04:10:49.741Z | Downloaded uzers v0.12.1 |
1107 | 2025-03-03T04:10:49.741Z | Downloaded publicsuffix v2.3.0 |
1108 | 2025-03-03T04:10:49.741Z | Downloaded encoding_rs v0.8.34 |
1109 | 2025-03-03T04:10:49.741Z | Downloaded bitvec v1.0.1 |
1110 | 2025-03-03T04:10:49.742Z | Downloaded async-stream v0.3.6 |
1111 | 2025-03-03T04:10:49.742Z | Downloaded minimal-lexical v0.2.1 |
1112 | 2025-03-03T04:10:49.742Z | Downloaded termios v0.3.3 |
1113 | 2025-03-03T04:10:49.742Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1114 | 2025-03-03T04:10:49.802Z | Downloaded ring v0.17.11 |
1115 | 2025-03-03T04:10:49.818Z | Downloaded toolchain_find v0.4.0 |
1116 | 2025-03-03T04:10:49.818Z | Downloaded serde-hex v0.1.0 |
1117 | 2025-03-03T04:10:49.818Z | Downloaded papergrid v0.14.0 |
1118 | 2025-03-03T04:10:49.819Z | Downloaded tar v0.4.44 |
1119 | 2025-03-03T04:10:49.819Z | Downloaded salty v0.3.0 |
1120 | 2025-03-03T04:10:49.820Z | Downloaded ecdsa v0.16.9 |
1121 | 2025-03-03T04:10:49.820Z | Downloaded float-ord v0.3.2 |
1122 | 2025-03-03T04:10:49.820Z | Downloaded newtype-uuid v1.2.1 |
1123 | 2025-03-03T04:10:49.820Z | Downloaded rustc-demangle v0.1.24 |
1124 | 2025-03-03T04:10:49.820Z | Downloaded chrono-tz v0.10.1 |
1125 | 2025-03-03T04:10:49.820Z | Downloaded slog-scope v4.4.0 |
1126 | 2025-03-03T04:10:49.820Z | Downloaded tabled_derive v0.10.0 |
1127 | 2025-03-03T04:10:49.820Z | Downloaded oxnet v0.1.1 |
1128 | 2025-03-03T04:10:49.821Z | Downloaded newline-converter v0.3.0 |
1129 | 2025-03-03T04:10:49.821Z | Downloaded toml_edit v0.19.15 |
1130 | 2025-03-03T04:10:49.821Z | Downloaded tabled v0.18.0 |
1131 | 2025-03-03T04:10:49.828Z | Downloaded same-file v1.0.6 |
1132 | 2025-03-03T04:10:49.828Z | Downloaded lalrpop v0.19.12 |
1133 | 2025-03-03T04:10:49.854Z | Downloaded stable_deref_trait v1.2.0 |
1134 | 2025-03-03T04:10:49.867Z | Downloaded openssl-probe v0.1.5 |
1135 | 2025-03-03T04:10:49.867Z | Downloaded rustc-hash v2.1.1 |
1136 | 2025-03-03T04:10:49.867Z | Downloaded ghash v0.5.1 |
1137 | 2025-03-03T04:10:49.867Z | Downloaded gethostname v0.5.0 |
1138 | 2025-03-03T04:10:49.867Z | Downloaded unicode-segmentation v1.12.0 |
1139 | 2025-03-03T04:10:49.867Z | Downloaded prettyplease v0.2.29 |
1140 | 2025-03-03T04:10:49.867Z | Downloaded rayon v1.10.0 |
1141 | 2025-03-03T04:10:49.867Z | Downloaded itertools v0.14.0 |
1142 | 2025-03-03T04:10:49.875Z | Downloaded tokio-util v0.7.13 |
1143 | 2025-03-03T04:10:49.876Z | Downloaded aho-corasick v1.1.3 |
1144 | 2025-03-03T04:10:49.885Z | Downloaded bindgen v0.69.5 |
1145 | 2025-03-03T04:10:49.913Z | Downloaded fixedbitset v0.5.7 |
1146 | 2025-03-03T04:10:49.913Z | Downloaded progenitor-macro v0.8.0 |
1147 | 2025-03-03T04:10:49.913Z | Downloaded quinn v0.11.5 |
1148 | 2025-03-03T04:10:49.927Z | Downloaded dropshot_endpoint v0.12.0 |
1149 | 2025-03-03T04:10:49.928Z | Downloaded strip-ansi-escapes v0.2.0 |
1150 | 2025-03-03T04:10:49.928Z | Downloaded radium v0.7.0 |
1151 | 2025-03-03T04:10:49.928Z | Downloaded itertools v0.10.5 |
1152 | 2025-03-03T04:10:49.928Z | Downloaded bytes v1.10.0 |
1153 | 2025-03-03T04:10:49.928Z | Downloaded num-integer v0.1.46 |
1154 | 2025-03-03T04:10:49.929Z | Downloaded idna v1.0.3 |
1155 | 2025-03-03T04:10:49.929Z | Downloaded num-rational v0.4.2 |
1156 | 2025-03-03T04:10:49.929Z | Downloaded num-complex v0.4.6 |
1157 | 2025-03-03T04:10:49.929Z | Downloaded multimap v0.10.0 |
1158 | 2025-03-03T04:10:49.929Z | Downloaded test-strategy v0.4.0 |
1159 | 2025-03-03T04:10:49.954Z | Downloaded nanorand v0.7.0 |
1160 | 2025-03-03T04:10:49.954Z | Downloaded futures-channel v0.3.31 |
1161 | 2025-03-03T04:10:49.954Z | Downloaded flume v0.11.1 |
1162 | 2025-03-03T04:10:49.954Z | Downloaded walkdir v2.5.0 |
1163 | 2025-03-03T04:10:49.955Z | Downloaded rand_core v0.6.4 |
1164 | 2025-03-03T04:10:49.955Z | Downloaded nodrop v0.1.14 |
1165 | 2025-03-03T04:10:49.955Z | Downloaded signal-hook v0.3.17 |
1166 | 2025-03-03T04:10:49.955Z | Downloaded futures-executor v0.3.31 |
1167 | 2025-03-03T04:10:49.955Z | Downloaded phf v0.11.2 |
1168 | 2025-03-03T04:10:49.993Z | Downloaded pbkdf2 v0.12.2 |
1169 | 2025-03-03T04:10:49.994Z | Downloaded document-features v0.2.10 |
1170 | 2025-03-03T04:10:49.994Z | Downloaded zerofrom-derive v0.1.4 |
1171 | 2025-03-03T04:10:49.996Z | Downloaded socket2 v0.5.8 |
1172 | 2025-03-03T04:10:49.996Z | Downloaded rustyline v14.0.0 |
1173 | 2025-03-03T04:10:49.997Z | Downloaded blake2 v0.10.6 |
1174 | 2025-03-03T04:10:49.997Z | Downloaded thiserror-impl-no-std v2.0.2 |
1175 | 2025-03-03T04:10:49.997Z | Downloaded backoff v0.4.0 |
1176 | 2025-03-03T04:10:49.997Z | Downloaded sec1 v0.7.3 |
1177 | 2025-03-03T04:10:49.997Z | Downloaded sct v0.7.1 |
1178 | 2025-03-03T04:10:49.997Z | Downloaded poly1305 v0.8.0 |
1179 | 2025-03-03T04:10:49.997Z | Downloaded olpc-cjson v0.1.4 |
1180 | 2025-03-03T04:10:49.998Z | Downloaded zip v2.1.3 |
1181 | 2025-03-03T04:10:50.012Z | Downloaded indicatif v0.17.11 |
1182 | 2025-03-03T04:10:50.012Z | Downloaded crossterm v0.28.1 |
1183 | 2025-03-03T04:10:50.012Z | Downloaded aes-gcm v0.10.3 |
1184 | 2025-03-03T04:10:50.012Z | Downloaded subprocess v0.2.9 |
1185 | 2025-03-03T04:10:50.012Z | Downloaded hickory-resolver v0.24.4 |
1186 | 2025-03-03T04:10:50.012Z | Downloaded tui-tree-widget v0.23.0 |
1187 | 2025-03-03T04:10:50.013Z | Downloaded rand_xorshift v0.3.0 |
1188 | 2025-03-03T04:10:50.013Z | Downloaded primeorder v0.13.6 |
1189 | 2025-03-03T04:10:50.014Z | Downloaded predicates-tree v1.0.11 |
1190 | 2025-03-03T04:10:50.014Z | Downloaded rustc-hash v1.1.0 |
1191 | 2025-03-03T04:10:50.014Z | Downloaded miniz_oxide v0.8.5 |
1192 | 2025-03-03T04:10:50.014Z | Downloaded managed v0.8.0 |
1193 | 2025-03-03T04:10:50.014Z | Downloaded lazy_static v1.5.0 |
1194 | 2025-03-03T04:10:50.014Z | Downloaded hubpack v0.1.2 |
1195 | 2025-03-03T04:10:50.014Z | Downloaded indexmap v1.9.3 |
1196 | 2025-03-03T04:10:50.014Z | Downloaded colored v2.2.0 |
1197 | 2025-03-03T04:10:50.014Z | Downloaded dyn-clone v1.0.18 |
1198 | 2025-03-03T04:10:50.014Z | Downloaded serde_urlencoded v0.7.1 |
1199 | 2025-03-03T04:10:50.028Z | Downloaded ref-cast v1.0.23 |
1200 | 2025-03-03T04:10:50.028Z | Downloaded icu_properties v1.5.1 |
1201 | 2025-03-03T04:10:50.028Z | Downloaded cmake v0.1.51 |
1202 | 2025-03-03T04:10:50.028Z | Downloaded arrayref v0.3.9 |
1203 | 2025-03-03T04:10:50.028Z | Downloaded blowfish v0.9.1 |
1204 | 2025-03-03T04:10:50.029Z | Downloaded assert_matches v1.5.0 |
1205 | 2025-03-03T04:10:50.029Z | Downloaded tokio-tungstenite v0.21.0 |
1206 | 2025-03-03T04:10:50.029Z | Downloaded tokio-stream v0.1.17 |
1207 | 2025-03-03T04:10:50.029Z | Downloaded icu_provider v1.5.0 |
1208 | 2025-03-03T04:10:50.048Z | Downloaded base64ct v1.6.0 |
1209 | 2025-03-03T04:10:50.049Z | Downloaded which v4.4.2 |
1210 | 2025-03-03T04:10:50.049Z | Downloaded icu_normalizer_data v1.5.0 |
1211 | 2025-03-03T04:10:50.049Z | Downloaded time-macros v0.2.18 |
1212 | 2025-03-03T04:10:50.049Z | Downloaded internet-checksum v0.2.1 |
1213 | 2025-03-03T04:10:50.049Z | Downloaded httparse v1.9.5 |
1214 | 2025-03-03T04:10:50.049Z | Downloaded aes v0.8.4 |
1215 | 2025-03-03T04:10:50.063Z | Downloaded regex-automata v0.4.8 |
1216 | 2025-03-03T04:10:50.063Z | Downloaded litrs v0.4.1 |
1217 | 2025-03-03T04:10:50.077Z | Downloaded icu_locid_transform v1.5.0 |
1218 | 2025-03-03T04:10:50.078Z | Downloaded httpdate v1.0.3 |
1219 | 2025-03-03T04:10:50.078Z | Downloaded home v0.5.9 |
1220 | 2025-03-03T04:10:50.079Z | Downloaded hyper-rustls v0.27.5 |
1221 | 2025-03-03T04:10:50.079Z | Downloaded ciborium v0.2.2 |
1222 | 2025-03-03T04:10:50.079Z | Downloaded libefi-sys v0.1.0 |
1223 | 2025-03-03T04:10:50.079Z | Downloaded idna_adapter v1.2.0 |
1224 | 2025-03-03T04:10:50.080Z | Downloaded crossbeam-channel v0.5.13 |
1225 | 2025-03-03T04:10:50.096Z | Downloaded lalrpop-util v0.19.12 |
1226 | 2025-03-03T04:10:50.096Z | Downloaded instability v0.3.2 |
1227 | 2025-03-03T04:10:50.096Z | Downloaded highway v1.3.0 |
1228 | 2025-03-03T04:10:50.096Z | Downloaded crossbeam-epoch v0.9.18 |
1229 | 2025-03-03T04:10:50.096Z | Downloaded async-bb8-diesel v0.2.1 |
1230 | 2025-03-03T04:10:50.096Z | Downloaded serde_repr v0.1.19 |
1231 | 2025-03-03T04:10:50.096Z | Downloaded hostname v0.4.0 |
1232 | 2025-03-03T04:10:50.096Z | Downloaded jobserver v0.1.32 |
1233 | 2025-03-03T04:10:50.096Z | Downloaded iana-time-zone v0.1.61 |
1234 | 2025-03-03T04:10:50.111Z | Downloaded hex-literal v0.4.1 |
1235 | 2025-03-03T04:10:50.111Z | Downloaded bzip2 v0.4.4 |
1236 | 2025-03-03T04:10:50.111Z | Downloaded hyper-util v0.1.10 |
1237 | 2025-03-03T04:10:50.111Z | Downloaded crc32fast v1.4.2 |
1238 | 2025-03-03T04:10:50.111Z | Downloaded cancel-safe-futures v0.1.5 |
1239 | 2025-03-03T04:10:50.111Z | Downloaded indoc v1.0.9 |
1240 | 2025-03-03T04:10:50.111Z | Downloaded crc-catalog v2.4.0 |
1241 | 2025-03-03T04:10:50.121Z | Downloaded cipher v0.4.4 |
1242 | 2025-03-03T04:10:50.121Z | Downloaded block-padding v0.3.3 |
1243 | 2025-03-03T04:10:50.121Z | Downloaded bit-vec v0.6.3 |
1244 | 2025-03-03T04:10:50.121Z | Downloaded bit-set v0.5.3 |
1245 | 2025-03-03T04:10:50.121Z | Downloaded async-recursion v1.1.1 |
1246 | 2025-03-03T04:10:50.122Z | Downloaded array-init v0.0.4 |
1247 | 2025-03-03T04:10:50.122Z | Downloaded const-oid v0.9.6 |
1248 | 2025-03-03T04:10:50.122Z | Downloaded allocator-api2 v0.2.18 |
1249 | 2025-03-03T04:10:50.122Z | Downloaded bitfield v0.14.0 |
1250 | 2025-03-03T04:10:50.375Z | Downloaded aws-lc-sys v0.26.0 |
1251 | 2025-03-03T04:10:50.693Z | Compiling serde v1.0.218 |
1252 | 2025-03-03T04:10:50.696Z | Compiling value-bag v1.9.0 |
1253 | 2025-03-03T04:10:50.696Z | Compiling lock_api v0.4.12 |
1254 | 2025-03-03T04:10:50.697Z | Compiling scopeguard v1.2.0 |
1255 | 2025-03-03T04:10:50.846Z | Compiling typenum v1.17.0 |
1256 | 2025-03-03T04:10:50.849Z | Compiling generic-array v0.14.7 |
1257 | 2025-03-03T04:10:50.898Z | Compiling syn v2.0.98 |
1258 | 2025-03-03T04:10:50.902Z | Compiling getrandom v0.2.15 |
1259 | 2025-03-03T04:10:51.034Z | Compiling shlex v1.3.0 |
1260 | 2025-03-03T04:10:51.231Z | Compiling log v0.4.22 |
1261 | 2025-03-03T04:10:51.334Z | Compiling rand_core v0.6.4 |
1262 | 2025-03-03T04:10:51.371Z | Compiling jobserver v0.1.32 |
1263 | 2025-03-03T04:10:51.389Z | Compiling subtle v2.6.1 |
1264 | 2025-03-03T04:10:51.418Z | Compiling smallvec v1.14.0 |
1265 | 2025-03-03T04:10:51.724Z | Compiling cc v1.2.15 |
1266 | 2025-03-03T04:10:51.749Z | Compiling const-oid v0.9.6 |
1267 | 2025-03-03T04:10:51.807Z | Compiling pin-project-lite v0.2.14 |
1268 | 2025-03-03T04:10:51.828Z | Compiling parking_lot_core v0.9.10 |
1269 | 2025-03-03T04:10:51.944Z | Compiling rustix v0.38.37 |
1270 | 2025-03-03T04:10:51.965Z | Compiling signal-hook-registry v1.4.2 |
1271 | 2025-03-03T04:10:52.129Z | Compiling futures-core v0.3.31 |
1272 | 2025-03-03T04:10:52.389Z | Compiling mio v1.0.2 |
1273 | 2025-03-03T04:10:52.633Z | Compiling parking_lot v0.12.3 |
1274 | 2025-03-03T04:10:52.755Z | Compiling spin v0.9.8 |
1275 | 2025-03-03T04:10:52.827Z | Compiling socket2 v0.5.8 |
1276 | 2025-03-03T04:10:53.134Z | Compiling aho-corasick v1.1.3 |
1277 | 2025-03-03T04:10:53.153Z | Compiling cpufeatures v0.2.14 |
1278 | 2025-03-03T04:10:53.261Z | Compiling stable_deref_trait v1.2.0 |
1279 | 2025-03-03T04:10:53.383Z | Compiling futures-sink v0.3.31 |
1280 | 2025-03-03T04:10:53.439Z | Compiling regex-syntax v0.8.5 |
1281 | 2025-03-03T04:10:53.460Z | Compiling either v1.14.0 |
1282 | 2025-03-03T04:10:53.553Z | Compiling slab v0.4.9 |
1283 | 2025-03-03T04:10:53.687Z | Compiling glob v0.3.2 |
1284 | 2025-03-03T04:10:53.695Z | Compiling prettyplease v0.2.29 |
1285 | 2025-03-03T04:10:53.931Z | Compiling lazy_static v1.5.0 |
1286 | 2025-03-03T04:10:54.062Z | Compiling minimal-lexical v0.2.1 |
1287 | 2025-03-03T04:10:54.171Z | Compiling serde_json v1.0.139 |
1288 | 2025-03-03T04:10:54.459Z | Compiling nom v7.1.3 |
1289 | 2025-03-03T04:10:54.545Z | Compiling clang-sys v1.8.1 |
1290 | 2025-03-03T04:10:54.569Z | Compiling futures-channel v0.3.31 |
1291 | 2025-03-03T04:10:54.582Z | Compiling libloading v0.8.5 |
1292 | 2025-03-03T04:10:54.974Z | Compiling futures-io v0.3.31 |
1293 | 2025-03-03T04:10:54.995Z | Compiling pin-utils v0.1.0 |
1294 | 2025-03-03T04:10:55.104Z | Compiling futures-task v0.3.31 |
1295 | 2025-03-03T04:10:55.245Z | Compiling home v0.5.9 |
1296 | 2025-03-03T04:10:55.296Z | Compiling allocator-api2 v0.2.18 |
1297 | 2025-03-03T04:10:55.394Z | Compiling bindgen v0.69.5 |
1298 | 2025-03-03T04:10:55.478Z | Compiling foldhash v0.1.3 |
1299 | 2025-03-03T04:10:55.783Z | Compiling itertools v0.12.1 |
1300 | 2025-03-03T04:10:56.072Z | Compiling hashbrown v0.15.1 |
1301 | 2025-03-03T04:10:56.271Z | Compiling lazycell v1.3.0 |
1302 | 2025-03-03T04:10:56.457Z | Compiling libm v0.2.8 |
1303 | 2025-03-03T04:10:56.825Z | Compiling pkg-config v0.3.31 |
1304 | 2025-03-03T04:10:57.284Z | Compiling regex-automata v0.4.8 |
1305 | 2025-03-03T04:10:57.635Z | Compiling cexpr v0.6.0 |
1306 | 2025-03-03T04:10:57.813Z | Compiling rustc-hash v1.1.0 |
1307 | 2025-03-03T04:10:58.015Z | Compiling cmake v0.1.51 |
1308 | 2025-03-03T04:10:58.105Z | Compiling num-traits v0.2.19 |
1309 | 2025-03-03T04:10:58.422Z | Compiling synstructure v0.13.1 |
1310 | 2025-03-03T04:10:58.903Z | Compiling fs_extra v1.3.0 |
1311 | 2025-03-03T04:10:59.200Z | Compiling dunce v1.0.5 |
1312 | 2025-03-03T04:10:59.592Z | Compiling litemap v0.7.3 |
1313 | 2025-03-03T04:10:59.627Z | Compiling writeable v0.5.5 |
1314 | 2025-03-03T04:10:59.796Z | Compiling getrandom v0.3.1 |
1315 | 2025-03-03T04:10:59.974Z | Compiling ring v0.17.11 |
1316 | 2025-03-03T04:11:00.158Z | Compiling base64ct v1.6.0 |
1317 | 2025-03-03T04:11:00.730Z | Compiling paste v1.0.15 |
1318 | 2025-03-03T04:11:00.755Z | Compiling pem-rfc7468 v0.7.0 |
1319 | 2025-03-03T04:11:01.361Z | Compiling httparse v1.9.5 |
1320 | 2025-03-03T04:11:01.576Z | Compiling flagset v0.4.6 |
1321 | 2025-03-03T04:11:01.700Z | Compiling icu_locid_transform_data v1.5.0 |
1322 | 2025-03-03T04:11:01.777Z | Compiling rustls-pki-types v1.10.0 |
1323 | 2025-03-03T04:11:01.815Z | Compiling aws-lc-rs v1.12.4 |
1324 | 2025-03-03T04:11:02.034Z | Compiling regex v1.11.1 |
1325 | 2025-03-03T04:11:02.269Z | Compiling tracing-core v0.1.32 |
1326 | 2025-03-03T04:11:02.690Z | Compiling icu_properties_data v1.5.0 |
1327 | 2025-03-03T04:11:02.929Z | Compiling crossbeam-utils v0.8.20 |
1328 | 2025-03-03T04:11:02.952Z | Compiling percent-encoding v2.3.1 |
1329 | 2025-03-03T04:11:03.211Z | Compiling serde_derive v1.0.218 |
1330 | 2025-03-03T04:11:03.240Z | Compiling zeroize_derive v1.4.2 |
1331 | 2025-03-03T04:11:03.281Z | Compiling zerocopy-derive v0.7.35 |
1332 | 2025-03-03T04:11:03.398Z | Compiling tokio-macros v2.5.0 |
1333 | 2025-03-03T04:11:03.464Z | Compiling zerofrom-derive v0.1.4 |
1334 | 2025-03-03T04:11:04.658Z | Compiling zeroize v1.8.1 |
1335 | 2025-03-03T04:11:04.886Z | Compiling thiserror-impl v1.0.69 |
1336 | 2025-03-03T04:11:05.219Z | Compiling zerocopy v0.7.35 |
1337 | 2025-03-03T04:11:05.768Z | Compiling yoke-derive v0.7.4 |
1338 | 2025-03-03T04:11:06.024Z | Compiling zerovec-derive v0.10.3 |
1339 | 2025-03-03T04:11:06.202Z | Compiling crypto-common v0.1.6 |
1340 | 2025-03-03T04:11:06.446Z | Compiling block-buffer v0.10.4 |
1341 | 2025-03-03T04:11:06.474Z | Compiling displaydoc v0.2.5 |
1342 | 2025-03-03T04:11:06.502Z | Compiling futures-macro v0.3.31 |
1343 | 2025-03-03T04:11:06.718Z | Compiling digest v0.10.7 |
1344 | 2025-03-03T04:11:06.855Z | Compiling zerofrom v0.1.4 |
1345 | 2025-03-03T04:11:07.096Z | Compiling block-padding v0.3.3 |
1346 | 2025-03-03T04:11:07.195Z | Compiling hmac v0.12.1 |
1347 | 2025-03-03T04:11:07.352Z | Compiling inout v0.1.3 |
1348 | 2025-03-03T04:11:07.450Z | Compiling ppv-lite86 v0.2.20 |
1349 | 2025-03-03T04:11:07.644Z | Compiling cipher v0.4.4 |
1350 | 2025-03-03T04:11:07.787Z | Compiling thiserror v1.0.69 |
1351 | 2025-03-03T04:11:07.949Z | Compiling sha2 v0.10.8 |
1352 | 2025-03-03T04:11:07.972Z | Compiling icu_provider_macros v1.5.0 |
1353 | 2025-03-03T04:11:08.153Z | Compiling der_derive v0.7.3 |
1354 | 2025-03-03T04:11:08.209Z | Compiling tracing-attributes v0.1.27 |
1355 | 2025-03-03T04:11:08.348Z | Compiling futures-util v0.3.31 |
1356 | 2025-03-03T04:11:08.368Z | Compiling yoke v0.7.4 |
1357 | 2025-03-03T04:11:08.435Z | Compiling salsa20 v0.10.2 |
1358 | 2025-03-03T04:11:08.664Z | Compiling pest v2.7.14 |
1359 | 2025-03-03T04:11:08.733Z | Compiling zerovec v0.10.4 |
1360 | 2025-03-03T04:11:09.098Z | Compiling pbkdf2 v0.12.2 |
1361 | 2025-03-03T04:11:09.955Z | Compiling utf8_iter v1.0.4 |
1362 | 2025-03-03T04:11:10.213Z | Compiling powerfmt v0.2.0 |
1363 | 2025-03-03T04:11:10.559Z | Compiling der v0.7.9 |
1364 | 2025-03-03T04:11:10.595Z | Compiling tinystr v0.7.6 |
1365 | 2025-03-03T04:11:10.910Z | Compiling icu_locid v1.5.0 |
1366 | 2025-03-03T04:11:10.964Z | Compiling icu_collections v1.5.0 |
1367 | 2025-03-03T04:11:11.364Z | Compiling tracing v0.1.40 |
1368 | 2025-03-03T04:11:11.534Z | Compiling num-conv v0.1.0 |
1369 | 2025-03-03T04:11:11.598Z | Compiling write16 v1.0.0 |
1370 | 2025-03-03T04:11:11.745Z | Compiling untrusted v0.7.1 |
1371 | 2025-03-03T04:11:11.830Z | Compiling untrusted v0.9.0 |
1372 | 2025-03-03T04:11:11.849Z | Compiling icu_normalizer_data v1.5.0 |
1373 | 2025-03-03T04:11:11.934Z | Compiling time-core v0.1.2 |
1374 | 2025-03-03T04:11:11.959Z | Compiling icu_provider v1.5.0 |
1375 | 2025-03-03T04:11:12.025Z | Compiling utf16_iter v1.0.5 |
1376 | 2025-03-03T04:11:12.114Z | Compiling vcpkg v0.2.15 |
1377 | 2025-03-03T04:11:12.238Z | Compiling time-macros v0.2.18 |
1378 | 2025-03-03T04:11:12.814Z | Compiling icu_locid_transform v1.5.0 |
1379 | 2025-03-03T04:11:12.905Z | Compiling spki v0.7.3 |
1380 | 2025-03-03T04:11:13.286Z | Compiling pest_meta v2.7.14 |
1381 | 2025-03-03T04:11:13.427Z | Compiling deranged v0.3.11 |
1382 | 2025-03-03T04:11:13.779Z | Compiling openssl-sys v0.9.106 |
1383 | 2025-03-03T04:11:15.024Z | Compiling icu_properties v1.5.1 |
1384 | 2025-03-03T04:11:15.034Z | Compiling scrypt v0.11.0 |
1385 | 2025-03-03T04:11:15.035Z | Compiling cbc v0.1.2 |
1386 | 2025-03-03T04:11:15.138Z | Compiling aes v0.8.4 |
1387 | 2025-03-03T04:11:15.194Z | Compiling scroll_derive v0.12.0 |
1388 | 2025-03-03T04:11:15.280Z | Compiling atomic-waker v1.1.2 |
1389 | 2025-03-03T04:11:15.407Z | Compiling tinyvec_macros v0.1.1 |
1390 | 2025-03-03T04:11:15.466Z | Compiling num_threads v0.1.7 |
1391 | 2025-03-03T04:11:15.508Z | Compiling tinyvec v1.8.0 |
1392 | 2025-03-03T04:11:15.599Z | Compiling time v0.3.36 |
1393 | 2025-03-03T04:11:15.941Z | Compiling bytes v1.10.0 |
1394 | 2025-03-03T04:11:16.508Z | Compiling bitflags v2.6.0 |
1395 | 2025-03-03T04:11:16.971Z | Compiling indexmap v2.7.1 |
1396 | 2025-03-03T04:11:17.387Z | Compiling tokio v1.43.0 |
1397 | 2025-03-03T04:11:17.459Z | Compiling semver v1.0.25 |
1398 | 2025-03-03T04:11:17.875Z | Compiling http v1.2.0 |
1399 | 2025-03-03T04:11:18.159Z | Compiling rustc_version v0.4.1 |
1400 | 2025-03-03T04:11:18.255Z | Compiling scroll v0.12.0 |
1401 | 2025-03-03T04:11:18.806Z | Compiling icu_normalizer v1.5.0 |
1402 | 2025-03-03T04:11:18.877Z | Compiling pkcs5 v0.7.1 |
1403 | 2025-03-03T04:11:19.395Z | Compiling http-body v1.0.1 |
1404 | 2025-03-03T04:11:19.448Z | Compiling pest_generator v2.7.14 |
1405 | 2025-03-03T04:11:19.652Z | Compiling rand_chacha v0.3.1 |
1406 | 2025-03-03T04:11:19.993Z | Compiling idna_adapter v1.2.0 |
1407 | 2025-03-03T04:11:20.020Z | Compiling form_urlencoded v1.2.1 |
1408 | 2025-03-03T04:11:20.115Z | Compiling zerocopy v0.8.10 |
1409 | 2025-03-03T04:11:20.221Z | Compiling try-lock v0.2.5 |
1410 | 2025-03-03T04:11:20.328Z | Compiling slog v2.7.0 |
1411 | 2025-03-03T04:11:20.390Z | Compiling goblin v0.8.2 |
1412 | 2025-03-03T04:11:20.581Z | Compiling which v4.4.2 |
1413 | 2025-03-03T04:11:20.993Z | Compiling want v0.3.1 |
1414 | 2025-03-03T04:11:21.125Z | Compiling idna v1.0.3 |
1415 | 2025-03-03T04:11:21.274Z | Compiling pest_derive v2.7.14 |
1416 | 2025-03-03T04:11:21.279Z | Compiling rand v0.8.5 |
1417 | 2025-03-03T04:11:21.566Z | Compiling pkcs8 v0.10.2 |
1418 | 2025-03-03T04:11:21.902Z | Compiling uuid v1.15.1 |
1419 | 2025-03-03T04:11:22.093Z | Compiling zerocopy-derive v0.8.10 |
1420 | 2025-03-03T04:11:22.200Z | Compiling iana-time-zone v0.1.61 |
1421 | 2025-03-03T04:11:22.588Z | Compiling tower-service v0.3.3 |
1422 | 2025-03-03T04:11:22.630Z | Compiling adler2 v2.0.0 |
1423 | 2025-03-03T04:11:22.726Z | Compiling httpdate v1.0.3 |
1424 | 2025-03-03T04:11:22.845Z | Compiling miniz_oxide v0.8.5 |
1425 | 2025-03-03T04:11:23.163Z | Compiling chrono v0.4.40 |
1426 | 2025-03-03T04:11:23.326Z | Compiling dtrace-parser v0.2.0 |
1427 | 2025-03-03T04:11:24.249Z | Compiling serde_spanned v0.6.8 |
1428 | 2025-03-03T04:11:24.355Z | Compiling serde_tokenstream v0.2.2 |
1429 | 2025-03-03T04:11:24.432Z | Compiling toml_datetime v0.6.8 |
1430 | 2025-03-03T04:11:24.902Z | Compiling openssl v0.10.71 |
1431 | 2025-03-03T04:11:24.923Z | Compiling openssl-probe v0.1.5 |
1432 | 2025-03-03T04:11:25.190Z | Compiling base64 v0.22.1 |
1433 | 2025-03-03T04:11:25.234Z | Compiling rustversion v1.0.17 |
1434 | 2025-03-03T04:11:25.342Z | Compiling tokio-util v0.7.13 |
1435 | 2025-03-03T04:11:25.839Z | Compiling foreign-types-shared v0.1.1 |
1436 | 2025-03-03T04:11:25.914Z | Compiling match_cfg v0.1.0 |
1437 | 2025-03-03T04:11:25.971Z | Compiling dof v0.3.0 |
1438 | 2025-03-03T04:11:26.022Z | Compiling hostname v0.3.1 |
1439 | 2025-03-03T04:11:26.242Z | Compiling foreign-types v0.3.2 |
1440 | 2025-03-03T04:11:26.354Z | Compiling h2 v0.4.6 |
1441 | 2025-03-03T04:11:26.608Z | Compiling url v2.5.3 |
1442 | 2025-03-03T04:11:27.717Z | Compiling usdt-impl v0.5.0 |
1443 | 2025-03-03T04:11:27.845Z | Compiling rand_core v0.9.2 |
1444 | 2025-03-03T04:11:27.972Z | Compiling async-trait v0.1.86 |
1445 | 2025-03-03T04:11:28.289Z | Compiling openssl-macros v0.1.1 |
1446 | 2025-03-03T04:11:28.334Z | Compiling serde_derive_internals v0.29.1 |
1447 | 2025-03-03T04:11:29.044Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1448 | 2025-03-03T04:11:29.073Z | Compiling dirs-sys-next v0.1.2 |
1449 | 2025-03-03T04:11:29.394Z | Compiling syn v1.0.109 |
1450 | 2025-03-03T04:11:30.550Z | Compiling native-tls v0.2.12 |
1451 | 2025-03-03T04:11:30.625Z | Compiling rustls v0.23.19 |
1452 | 2025-03-03T04:11:30.625Z | Compiling siphasher v0.3.11 |
1453 | 2025-03-03T04:11:30.625Z | Compiling rustls v0.22.4 |
1454 | 2025-03-03T04:11:30.625Z | Compiling data-encoding v2.6.0 |
1455 | 2025-03-03T04:11:30.626Z | Compiling schemars v0.8.22 |
1456 | 2025-03-03T04:11:30.626Z | Compiling dirs-next v2.0.0 |
1457 | 2025-03-03T04:11:30.626Z | Compiling rand_chacha v0.9.0 |
1458 | 2025-03-03T04:11:30.643Z | Compiling schemars_derive v0.8.22 |
1459 | 2025-03-03T04:11:31.751Z | Compiling http-body-util v0.1.2 |
1460 | 2025-03-03T04:11:31.821Z | Compiling heapless v0.7.17 |
1461 | 2025-03-03T04:11:31.918Z | Compiling unicode-normalization v0.1.24 |
1462 | 2025-03-03T04:11:32.237Z | Compiling crossbeam-epoch v0.9.18 |
1463 | 2025-03-03T04:11:32.255Z | Compiling signature v2.2.0 |
1464 | 2025-03-03T04:11:32.560Z | Compiling sha1 v0.10.6 |
1465 | 2025-03-03T04:11:32.585Z | Compiling thread_local v1.1.8 |
1466 | 2025-03-03T04:11:32.912Z | Compiling cookie v0.18.1 |
1467 | 2025-03-03T04:11:32.958Z | Compiling encoding_rs v0.8.34 |
1468 | 2025-03-03T04:11:32.983Z | Compiling multer v3.1.0 |
1469 | 2025-03-03T04:11:33.048Z | Compiling crc32fast v1.4.2 |
1470 | 2025-03-03T04:11:33.226Z | Compiling hyper v1.6.0 |
1471 | 2025-03-03T04:11:33.300Z | Compiling unicode-properties v0.1.3 |
1472 | 2025-03-03T04:11:33.367Z | Compiling signal-hook v0.3.17 |
1473 | 2025-03-03T04:11:33.512Z | Compiling slog-async v2.8.0 |
1474 | 2025-03-03T04:11:33.648Z | Compiling gimli v0.31.1 |
1475 | 2025-03-03T04:11:33.680Z | Compiling ipnet v2.11.0 |
1476 | 2025-03-03T04:11:34.068Z | Compiling unicode-bidi v0.3.17 |
1477 | 2025-03-03T04:11:34.824Z | Compiling mime v0.3.17 |
1478 | 2025-03-03T04:11:35.303Z | Compiling rayon-core v1.12.1 |
1479 | 2025-03-03T04:11:35.351Z | Compiling dyn-clone v1.0.18 |
1480 | 2025-03-03T04:11:35.615Z | Compiling hyper-util v0.1.10 |
1481 | 2025-03-03T04:11:36.149Z | Compiling stringprep v0.1.5 |
1482 | 2025-03-03T04:11:37.062Z | Compiling toml_edit v0.22.24 |
1483 | 2025-03-03T04:11:37.345Z | Compiling crossbeam-deque v0.8.5 |
1484 | 2025-03-03T04:11:37.690Z | Compiling rand v0.9.0 |
1485 | 2025-03-03T04:11:37.710Z | Compiling term v0.7.0 |
1486 | 2025-03-03T04:11:38.151Z | Compiling addr2line v0.24.2 |
1487 | 2025-03-03T04:11:38.437Z | Compiling usdt-attr-macro v0.5.0 |
1488 | 2025-03-03T04:11:38.851Z | Compiling usdt-macro v0.5.0 |
1489 | 2025-03-03T04:11:38.882Z | Compiling slog-json v2.6.1 |
1490 | 2025-03-03T04:11:38.947Z | Compiling serde_urlencoded v0.7.1 |
1491 | 2025-03-03T04:11:39.238Z | Compiling curve25519-dalek v4.1.3 |
1492 | 2025-03-03T04:11:39.445Z | Compiling crossbeam-channel v0.5.13 |
1493 | 2025-03-03T04:11:39.465Z | Compiling futures-executor v0.3.31 |
1494 | 2025-03-03T04:11:39.896Z | Compiling enum-as-inner v0.6.1 |
1495 | 2025-03-03T04:11:39.932Z | Compiling md-5 v0.10.6 |
1496 | 2025-03-03T04:11:40.057Z | Compiling async-stream-impl v0.3.6 |
1497 | 2025-03-03T04:11:40.206Z | Compiling rustls-pemfile v2.2.0 |
1498 | 2025-03-03T04:11:40.226Z | Compiling num-integer v0.1.46 |
1499 | 2025-03-03T04:11:40.444Z | Compiling hash32 v0.2.1 |
1500 | 2025-03-03T04:11:40.546Z | Compiling ff v0.13.0 |
1501 | 2025-03-03T04:11:40.790Z | Compiling is-terminal v0.4.13 |
1502 | 2025-03-03T04:11:40.812Z | Compiling memoffset v0.9.1 |
1503 | 2025-03-03T04:11:40.929Z | Compiling dropshot v0.12.0 |
1504 | 2025-03-03T04:11:40.951Z | Compiling object v0.36.5 |
1505 | 2025-03-03T04:11:40.970Z | Compiling litrs v0.4.1 |
1506 | 2025-03-03T04:11:41.146Z | Compiling portable-atomic v1.9.0 |
1507 | 2025-03-03T04:11:41.246Z | Compiling cfg_aliases v0.2.1 |
1508 | 2025-03-03T04:11:41.279Z | Compiling utf-8 v0.7.6 |
1509 | 2025-03-03T04:11:41.367Z | Compiling quick-error v1.2.3 |
1510 | 2025-03-03T04:11:41.537Z | Compiling psl-types v2.0.11 |
1511 | 2025-03-03T04:11:41.610Z | Compiling smoltcp v0.9.1 |
1512 | 2025-03-03T04:11:41.740Z | Compiling num-bigint-dig v0.8.4 |
1513 | 2025-03-03T04:11:42.055Z | Compiling rustc-demangle v0.1.24 |
1514 | 2025-03-03T04:11:42.079Z | Compiling anyhow v1.0.96 |
1515 | 2025-03-03T04:11:42.095Z | Compiling base16ct v0.2.0 |
1516 | 2025-03-03T04:11:42.229Z | Compiling fallible-iterator v0.2.0 |
1517 | 2025-03-03T04:11:42.385Z | Compiling linked-hash-map v0.5.6 |
1518 | 2025-03-03T04:11:42.689Z | Compiling take_mut v0.2.2 |
1519 | 2025-03-03T04:11:42.871Z | Compiling postgres-protocol v0.6.8 |
1520 | 2025-03-03T04:11:42.949Z | Compiling lru-cache v0.1.2 |
1521 | 2025-03-03T04:11:43.087Z | Compiling sec1 v0.7.3 |
1522 | 2025-03-03T04:11:43.306Z | Compiling document-features v0.2.10 |
1523 | 2025-03-03T04:11:43.635Z | Compiling publicsuffix v2.3.0 |
1524 | 2025-03-03T04:11:43.905Z | Compiling tungstenite v0.24.0 |
1525 | 2025-03-03T04:11:43.968Z | Compiling resolv-conf v0.7.0 |
1526 | 2025-03-03T04:11:44.120Z | Compiling nix v0.29.0 |
1527 | 2025-03-03T04:11:44.222Z | Compiling async-stream v0.3.6 |
1528 | 2025-03-03T04:11:44.565Z | Compiling hickory-proto v0.24.4 |
1529 | 2025-03-03T04:11:44.656Z | Compiling slog-term v2.9.1 |
1530 | 2025-03-03T04:11:44.690Z | Compiling usdt v0.5.0 |
1531 | 2025-03-03T04:11:45.013Z | Compiling group v0.13.0 |
1532 | 2025-03-03T04:11:45.335Z | Compiling num-iter v0.1.45 |
1533 | 2025-03-03T04:11:45.539Z | Compiling toml v0.8.20 |
1534 | 2025-03-03T04:11:45.869Z | Compiling futures v0.3.31 |
1535 | 2025-03-03T04:11:45.903Z | Compiling slog-bunyan v2.5.0 |
1536 | 2025-03-03T04:11:45.998Z | Compiling bzip2 v0.4.4 |
1537 | 2025-03-03T04:11:47.000Z | Compiling tokio-native-tls v0.3.1 |
1538 | 2025-03-03T04:11:47.297Z | Compiling camino v1.1.9 |
1539 | 2025-03-03T04:11:47.317Z | Compiling flate2 v1.1.0 |
1540 | 2025-03-03T04:11:47.617Z | Compiling backtrace v0.3.74 |
1541 | 2025-03-03T04:11:48.023Z | Compiling phf_shared v0.11.2 |
1542 | 2025-03-03T04:11:48.066Z | Compiling rustls-native-certs v0.8.1 |
1543 | 2025-03-03T04:11:48.116Z | Compiling dropshot_endpoint v0.12.0 |
1544 | 2025-03-03T04:11:48.197Z | Compiling terminal_size v0.4.0 |
1545 | 2025-03-03T04:11:48.391Z | Compiling openapiv3 v2.0.0 |
1546 | 2025-03-03T04:11:48.433Z | Compiling serde_path_to_error v0.1.16 |
1547 | 2025-03-03T04:11:48.605Z | Compiling waitgroup v0.1.2 |
1548 | 2025-03-03T04:11:48.834Z | Compiling hkdf v0.12.4 |
1549 | 2025-03-03T04:11:49.131Z | Compiling crypto-bigint v0.5.5 |
1550 | 2025-03-03T04:11:49.229Z | Compiling zerocopy-derive v0.6.6 |
1551 | 2025-03-03T04:11:50.267Z | Compiling hubpack_derive v0.1.1 |
1552 | 2025-03-03T04:11:50.511Z | Compiling curve25519-dalek-derive v0.1.1 |
1553 | 2025-03-03T04:11:51.146Z | Compiling webpki-roots v0.26.6 |
1554 | 2025-03-03T04:11:51.179Z | Compiling sync_wrapper v1.0.1 |
1555 | 2025-03-03T04:11:51.359Z | Compiling hostname v0.4.0 |
1556 | 2025-03-03T04:11:51.375Z | Compiling ahash v0.8.11 |
1557 | 2025-03-03T04:11:51.576Z | Compiling fs-err v2.11.0 |
1558 | 2025-03-03T04:11:51.737Z | Compiling zip v2.1.3 |
1559 | 2025-03-03T04:11:51.909Z | Compiling lockfree-object-pool v0.1.6 |
1560 | 2025-03-03T04:11:51.934Z | Compiling newtype-uuid v1.2.1 |
1561 | 2025-03-03T04:11:52.083Z | Compiling debug-ignore v1.0.5 |
1562 | 2025-03-03T04:11:52.181Z | Compiling managed v0.8.0 |
1563 | 2025-03-03T04:11:52.225Z | Compiling tower-layer v0.3.3 |
1564 | 2025-03-03T04:11:52.291Z | Compiling simd-adler32 v0.3.7 |
1565 | 2025-03-03T04:11:52.324Z | Compiling bumpalo v3.16.0 |
1566 | 2025-03-03T04:11:52.401Z | Compiling winnow v0.5.40 |
1567 | 2025-03-03T04:11:52.518Z | Compiling unicode-width v0.2.0 |
1568 | 2025-03-03T04:11:52.641Z | Compiling buf-list v1.0.3 |
1569 | 2025-03-03T04:11:52.771Z | Compiling zopfli v0.8.1 |
1570 | 2025-03-03T04:11:53.035Z | Compiling console v0.15.10 |
1571 | 2025-03-03T04:11:53.276Z | Compiling tower v0.5.2 |
1572 | 2025-03-03T04:11:53.309Z | Compiling clap_builder v4.5.31 |
1573 | 2025-03-03T04:11:54.155Z | Compiling elliptic-curve v0.13.8 |
1574 | 2025-03-03T04:11:54.251Z | Compiling strum_macros v0.25.3 |
1575 | 2025-03-03T04:11:54.852Z | Compiling zerocopy v0.6.6 |
1576 | 2025-03-03T04:11:54.972Z | Compiling hubpack v0.1.2 |
1577 | 2025-03-03T04:11:54.972Z | Compiling hickory-resolver v0.24.4 |
1578 | 2025-03-03T04:11:55.610Z | Compiling toml_edit v0.19.15 |
1579 | 2025-03-03T04:11:55.852Z | Compiling phf v0.11.2 |
1580 | 2025-03-03T04:11:56.135Z | Compiling signal-hook-mio v0.2.4 |
1581 | 2025-03-03T04:11:56.142Z | Compiling hyper-tls v0.6.0 |
1582 | 2025-03-03T04:11:56.288Z | Compiling rayon v1.10.0 |
1583 | 2025-03-03T04:11:56.526Z | Compiling cookie_store v0.21.1 |
1584 | 2025-03-03T04:11:58.003Z | Compiling tokio-tungstenite v0.24.0 |
1585 | 2025-03-03T04:11:58.706Z | Compiling postgres-types v0.2.9 |
1586 | 2025-03-03T04:12:00.516Z | Compiling ed25519 v2.2.3 |
1587 | 2025-03-03T04:12:00.580Z | Compiling phf_shared v0.10.0 |
1588 | 2025-03-03T04:12:00.983Z | Compiling tokio-stream v0.1.17 |
1589 | 2025-03-03T04:12:01.115Z | Compiling pkcs1 v0.7.5 |
1590 | 2025-03-03T04:12:01.263Z | Compiling serde-big-array v0.5.1 |
1591 | 2025-03-03T04:12:01.516Z | Compiling clap_derive v4.5.28 |
1592 | 2025-03-03T04:12:01.909Z | Compiling rfc6979 v0.4.0 |
1593 | 2025-03-03T04:12:02.002Z | Compiling derive-where v1.2.7 |
1594 | 2025-03-03T04:12:02.115Z | Compiling serde_repr v0.1.19 |
1595 | 2025-03-03T04:12:02.349Z | Compiling float-cmp v0.10.0 |
1596 | 2025-03-03T04:12:02.461Z | Compiling bstr v1.10.0 |
1597 | 2025-03-03T04:12:02.601Z | Compiling number_prefix v0.4.0 |
1598 | 2025-03-03T04:12:02.624Z | Compiling new_debug_unreachable v1.0.6 |
1599 | 2025-03-03T04:12:02.734Z | Compiling unicode-segmentation v1.12.0 |
1600 | 2025-03-03T04:12:02.849Z | Compiling fixedbitset v0.4.2 |
1601 | 2025-03-03T04:12:03.275Z | Compiling normalize-line-endings v0.3.0 |
1602 | 2025-03-03T04:12:03.295Z | Compiling precomputed-hash v0.1.1 |
1603 | 2025-03-03T04:12:03.429Z | Compiling static_assertions v1.1.0 |
1604 | 2025-03-03T04:12:03.445Z | Compiling difflib v0.4.0 |
1605 | 2025-03-03T04:12:03.545Z | Compiling whoami v1.5.2 |
1606 | 2025-03-03T04:12:03.615Z | Compiling predicates-core v1.0.8 |
1607 | 2025-03-03T04:12:03.971Z | Compiling tokio-postgres v0.7.13 |
1608 | 2025-03-03T04:12:03.990Z | Compiling predicates v3.1.3 |
1609 | 2025-03-03T04:12:04.136Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1610 | 2025-03-03T04:12:04.800Z | Compiling similar v2.7.0 |
1611 | 2025-03-03T04:12:05.180Z | Compiling string_cache v0.8.7 |
1612 | 2025-03-03T04:12:05.472Z | Compiling petgraph v0.6.5 |
1613 | 2025-03-03T04:12:05.620Z | Compiling indicatif v0.17.11 |
1614 | 2025-03-03T04:12:05.962Z | Compiling clap v4.5.31 |
1615 | 2025-03-03T04:12:06.095Z | Compiling ecdsa v0.16.9 |
1616 | 2025-03-03T04:12:06.886Z | Compiling rsa v0.9.6 |
1617 | 2025-03-03T04:12:06.916Z | Compiling ed25519-dalek v2.1.1 |
1618 | 2025-03-03T04:12:07.638Z | Compiling toml v0.7.8 |
1619 | 2025-03-03T04:12:08.974Z | Compiling crossterm v0.28.1 |
1620 | 2025-03-03T04:12:10.397Z | Compiling zip v0.6.6 |
1621 | 2025-03-03T04:12:10.584Z | Compiling hex v0.4.3 |
1622 | 2025-03-03T04:12:10.827Z | Compiling x509-cert v0.2.5 |
1623 | 2025-03-03T04:12:11.178Z | Compiling itertools v0.10.5 |
1624 | 2025-03-03T04:12:11.445Z | Compiling unicode-xid v0.2.6 |
1625 | 2025-03-03T04:12:11.640Z | Compiling peg-runtime v0.8.3 |
1626 | 2025-03-03T04:12:11.661Z | Compiling lalrpop-util v0.19.12 |
1627 | 2025-03-03T04:12:11.755Z | Compiling strum_macros v0.26.4 |
1628 | 2025-03-03T04:12:12.006Z | Compiling xattr v1.3.1 |
1629 | 2025-03-03T04:12:12.177Z | Compiling filetime v0.2.25 |
1630 | 2025-03-03T04:12:12.485Z | Compiling tar v0.4.44 |
1631 | 2025-03-03T04:12:16.232Z | Compiling strum v0.26.3 |
1632 | 2025-03-03T04:12:19.634Z | Compiling aws-lc-sys v0.26.0 |
1633 | 2025-03-03T04:12:49.240Z | Compiling rustls-webpki v0.102.8 |
1634 | 2025-03-03T04:12:52.378Z | Compiling tokio-rustls v0.25.0 |
1635 | 2025-03-03T04:12:54.114Z | Compiling tokio-rustls v0.26.0 |
1636 | 2025-03-03T04:12:54.405Z | Compiling hyper-rustls v0.27.5 |
1637 | 2025-03-03T04:12:54.786Z | Compiling reqwest v0.12.12 |
1638 | 2025-03-03T04:12:55.987Z | Compiling qorb v0.2.1 |
1639 | 2025-03-03T04:12:58.974Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1640 | 2025-03-03T04:12:59.239Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1641 | 2025-03-03T04:13:03.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1642 | 2025-03-03T04:13:03.858Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1643 | 2025-03-03T04:13:03.913Z | Mar 03 04:13:03.325 INFO Starting download, target: Cockroach |
1644 | 2025-03-03T04:13:03.913Z | Mar 03 04:13:03.325 INFO Starting download, target: Clickhouse |
1645 | 2025-03-03T04:13:03.913Z | Mar 03 04:13:03.325 INFO Starting download, target: Console |
1646 | 2025-03-03T04:13:03.913Z | Mar 03 04:13:03.325 INFO Starting download, target: DendriteOpenapi |
1647 | 2025-03-03T04:13:03.916Z | Mar 03 04:13:03.325 INFO Starting download, target: DendriteStub |
1648 | 2025-03-03T04:13:03.916Z | Mar 03 04:13:03.325 INFO Starting download, target: MaghemiteMgd |
1649 | 2025-03-03T04:13:03.916Z | Mar 03 04:13:03.325 INFO Starting download, target: TransceiverControl |
1650 | 2025-03-03T04:13:03.916Z | Mar 03 04:13:03.326 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1651 | 2025-03-03T04:13:03.916Z | Mar 03 04:13:03.326 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1652 | 2025-03-03T04:13:03.916Z | Mar 03 04:13:03.326 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1653 | 2025-03-03T04:13:03.916Z | Mar 03 04:13:03.326 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1654 | 2025-03-03T04:13:03.916Z | Mar 03 04:13:03.326 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1655 | 2025-03-03T04:13:03.916Z | Mar 03 04:13:03.326 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1656 | 2025-03-03T04:13:03.916Z | Mar 03 04:13:03.326 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1657 | 2025-03-03T04:13:04.178Z | Mar 03 04:13:03.590 INFO Download complete, target: DendriteOpenapi |
1658 | 2025-03-03T04:13:04.502Z | Mar 03 04:13:03.886 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1659 | 2025-03-03T04:13:04.565Z | Mar 03 04:13:03.920 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1660 | 2025-03-03T04:13:04.902Z | Mar 03 04:13:04.295 INFO Download complete, target: TransceiverControl |
1661 | 2025-03-03T04:13:04.913Z | Mar 03 04:13:04.313 INFO Download complete, target: Console |
1662 | 2025-03-03T04:13:05.995Z | Mar 03 04:13:05.401 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1663 | 2025-03-03T04:13:06.091Z | Mar 03 04:13:05.469 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1664 | 2025-03-03T04:13:06.119Z | Mar 03 04:13:05.529 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1665 | 2025-03-03T04:13:06.716Z | Mar 03 04:13:06.122 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1666 | 2025-03-03T04:13:06.717Z | Mar 03 04:13:06.122 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1667 | 2025-03-03T04:13:08.517Z | Mar 03 04:13:07.928 INFO Download complete, target: MaghemiteMgd |
1668 | 2025-03-03T04:13:08.527Z | Mar 03 04:13:07.937 INFO Download complete, target: DendriteStub |
1669 | 2025-03-03T04:13:13.103Z | Mar 03 04:13:12.515 INFO Checking that binary works, target: Cockroach |
1670 | 2025-03-03T04:13:13.335Z | Mar 03 04:13:12.747 INFO Download complete, target: Cockroach |
1671 | 2025-03-03T04:13:16.683Z | Mar 03 04:13:16.095 INFO Checking that binary works, target: Clickhouse |
1672 | 2025-03-03T04:13:16.816Z | Mar 03 04:13:16.227 INFO Download complete, target: Clickhouse |
1673 | 2025-03-03T04:13:16.838Z | All builder prerequisites installed successfully, and PATH looks valid |
1674 | 2025-03-03T04:13:16.841Z | |
1675 | 2025-03-03T04:13:16.841Z | real 7:55.017675756 |
1676 | 2025-03-03T04:13:16.841Z | user 15:50.380791988 |
1677 | 2025-03-03T04:13:16.841Z | sys 2:10.828942802 |
1678 | 2025-03-03T04:13:16.841Z | trap 0.558603036 |
1679 | 2025-03-03T04:13:16.841Z | tflt 0.902084097 |
1680 | 2025-03-03T04:13:16.841Z | dflt 1.440196660 |
1681 | 2025-03-03T04:13:16.841Z | kflt 0.028647838 |
1682 | 2025-03-03T04:13:16.841Z | lock 23:35.407182648 |
1683 | 2025-03-03T04:13:16.841Z | slp 1:02:31.743866686 |
1684 | 2025-03-03T04:13:16.841Z | lat 1:03.587758399 |
1685 | 2025-03-03T04:13:16.841Z | stop 2:32.783868370 |
1686 | 2025-03-03T04:13:16.841Z | + banner clippy |
1687 | 2025-03-03T04:13:16.844Z | |
1688 | 2025-03-03T04:13:16.845Z | #### # # ##### ##### # # |
1689 | 2025-03-03T04:13:16.845Z | # # # # # # # # # # |
1690 | 2025-03-03T04:13:16.845Z | # # # # # # # # |
1691 | 2025-03-03T04:13:16.845Z | # # # ##### ##### # |
1692 | 2025-03-03T04:13:16.845Z | # # # # # # # |
1693 | 2025-03-03T04:13:16.845Z | #### ###### # # # # |
1694 | 2025-03-03T04:13:16.845Z | |
1695 | 2025-03-03T04:13:16.845Z | + export CARGO_INCREMENTAL=0 |
1696 | 2025-03-03T04:13:16.845Z | + CARGO_INCREMENTAL=0 |
1697 | 2025-03-03T04:13:16.845Z | + ptime -m cargo xtask clippy |
1698 | 2025-03-03T04:13:17.419Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1699 | 2025-03-03T04:13:20.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s |
1700 | 2025-03-03T04:13:20.385Z | Running `target/debug/xtask clippy` |
1701 | 2025-03-03T04:13:20.410Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1702 | 2025-03-03T04:13:21.104Z | Downloading crates ... |
1703 | 2025-03-03T04:13:21.479Z | Downloaded assert-json-diff v2.0.2 |
1704 | 2025-03-03T04:13:21.497Z | Downloaded blake2b_simd v1.0.2 |
1705 | 2025-03-03T04:13:21.497Z | Downloaded async-signal v0.2.10 |
1706 | 2025-03-03T04:13:21.497Z | Downloaded async-process v2.3.0 |
1707 | 2025-03-03T04:13:21.497Z | Downloaded anes v0.1.6 |
1708 | 2025-03-03T04:13:21.497Z | Downloaded nested v0.1.1 |
1709 | 2025-03-03T04:13:21.512Z | Downloaded similar-asserts v1.6.1 |
1710 | 2025-03-03T04:13:21.512Z | Downloaded cast v0.3.0 |
1711 | 2025-03-03T04:13:21.512Z | Downloaded async-channel v2.3.1 |
1712 | 2025-03-03T04:13:21.530Z | Downloaded httptest v0.16.3 |
1713 | 2025-03-03T04:13:21.553Z | Downloaded stringmetrics v2.2.2 |
1714 | 2025-03-03T04:13:21.553Z | Downloaded serde_regex v1.1.0 |
1715 | 2025-03-03T04:13:21.554Z | Downloaded futures-timer v3.0.3 |
1716 | 2025-03-03T04:13:21.554Z | Downloaded relative-path v1.9.3 |
1717 | 2025-03-03T04:13:21.554Z | Downloaded kv-log-macro v1.0.7 |
1718 | 2025-03-03T04:13:21.554Z | Downloaded async-global-executor v2.4.1 |
1719 | 2025-03-03T04:13:21.554Z | Downloaded futures-lite v2.3.0 |
1720 | 2025-03-03T04:13:21.554Z | Downloaded doc-comment v0.3.3 |
1721 | 2025-03-03T04:13:21.554Z | Downloaded async-executor v1.13.1 |
1722 | 2025-03-03T04:13:21.577Z | Downloaded oorandom v11.1.4 |
1723 | 2025-03-03T04:13:21.577Z | Downloaded blocking v1.6.1 |
1724 | 2025-03-03T04:13:21.577Z | Downloaded async-channel v1.9.0 |
1725 | 2025-03-03T04:13:21.577Z | Downloaded assert_cmd v2.0.16 |
1726 | 2025-03-03T04:13:21.577Z | Downloaded guppy-workspace-hack v0.1.0 |
1727 | 2025-03-03T04:13:21.578Z | Downloaded cfg-expr v0.18.0 |
1728 | 2025-03-03T04:13:21.578Z | Downloaded proc-macro-crate v3.2.0 |
1729 | 2025-03-03T04:13:21.578Z | Downloaded plotters-svg v0.3.7 |
1730 | 2025-03-03T04:13:21.578Z | Downloaded async-attributes v1.1.2 |
1731 | 2025-03-03T04:13:21.578Z | Downloaded async-object-pool v0.1.5 |
1732 | 2025-03-03T04:13:21.578Z | Downloaded target-triple v0.1.3 |
1733 | 2025-03-03T04:13:21.578Z | Downloaded rstest v0.24.0 |
1734 | 2025-03-03T04:13:21.579Z | Downloaded partial-io v0.5.4 |
1735 | 2025-03-03T04:13:21.579Z | Downloaded async-io v2.3.4 |
1736 | 2025-03-03T04:13:21.600Z | Downloaded tinytemplate v1.2.1 |
1737 | 2025-03-03T04:13:21.600Z | Downloaded rstest_macros v0.24.0 |
1738 | 2025-03-03T04:13:21.601Z | Downloaded plotters-backend v0.3.7 |
1739 | 2025-03-03T04:13:21.601Z | Downloaded pathdiff v0.2.3 |
1740 | 2025-03-03T04:13:21.601Z | Downloaded event-listener-strategy v0.5.2 |
1741 | 2025-03-03T04:13:21.601Z | Downloaded target-lexicon v0.13.2 |
1742 | 2025-03-03T04:13:21.601Z | Downloaded rust-argon2 v2.1.0 |
1743 | 2025-03-03T04:13:21.601Z | Downloaded piper v0.2.4 |
1744 | 2025-03-03T04:13:21.601Z | Downloaded event-listener v5.3.1 |
1745 | 2025-03-03T04:13:21.602Z | Downloaded yansi v1.0.1 |
1746 | 2025-03-03T04:13:21.616Z | Downloaded rand_distr v0.4.3 |
1747 | 2025-03-03T04:13:21.617Z | Downloaded criterion v0.5.1 |
1748 | 2025-03-03T04:13:21.617Z | Downloaded async-task v4.7.1 |
1749 | 2025-03-03T04:13:21.617Z | Downloaded event-listener v2.5.3 |
1750 | 2025-03-03T04:13:21.617Z | Downloaded pretty_assertions v1.4.1 |
1751 | 2025-03-03T04:13:21.617Z | Downloaded criterion-plot v0.5.0 |
1752 | 2025-03-03T04:13:21.625Z | Downloaded plotters v0.3.7 |
1753 | 2025-03-03T04:13:21.659Z | Downloaded polling v3.7.3 |
1754 | 2025-03-03T04:13:21.660Z | Downloaded async-std v1.13.0 |
1755 | 2025-03-03T04:13:21.672Z | Downloaded trybuild v1.0.103 |
1756 | 2025-03-03T04:13:21.672Z | Downloaded parking v2.2.1 |
1757 | 2025-03-03T04:13:21.672Z | Downloaded approx v0.5.1 |
1758 | 2025-03-03T04:13:21.672Z | Downloaded concurrent-queue v2.5.0 |
1759 | 2025-03-03T04:13:21.672Z | Downloaded async-lock v3.4.0 |
1760 | 2025-03-03T04:13:21.672Z | Downloaded guppy v0.17.17 |
1761 | 2025-03-03T04:13:21.672Z | Downloaded path-tree v0.8.1 |
1762 | 2025-03-03T04:13:21.672Z | Downloaded target-spec v3.4.2 |
1763 | 2025-03-03T04:13:21.756Z | Downloaded httpmock v0.8.0-alpha.1 |
1764 | 2025-03-03T04:13:22.555Z | Checking cfg-if v1.0.0 |
1765 | 2025-03-03T04:13:22.636Z | Checking libc v0.2.170 |
1766 | 2025-03-03T04:13:22.660Z | Checking serde v1.0.218 |
1767 | 2025-03-03T04:13:22.682Z | Checking memchr v2.7.4 |
1768 | 2025-03-03T04:13:22.705Z | Checking value-bag v1.9.0 |
1769 | 2025-03-03T04:13:22.732Z | Checking itoa v1.0.11 |
1770 | 2025-03-03T04:13:22.753Z | Checking zeroize v1.8.1 |
1771 | 2025-03-03T04:13:22.783Z | Checking smallvec v1.14.0 |
1772 | 2025-03-03T04:13:22.787Z | Checking scopeguard v1.2.0 |
1773 | 2025-03-03T04:13:22.967Z | Checking pin-project-lite v0.2.14 |
1774 | 2025-03-03T04:13:23.010Z | Checking lock_api v0.4.12 |
1775 | 2025-03-03T04:13:23.067Z | Checking subtle v2.6.1 |
1776 | 2025-03-03T04:13:23.121Z | Checking libm v0.2.8 |
1777 | 2025-03-03T04:13:23.166Z | Checking log v0.4.22 |
1778 | 2025-03-03T04:13:23.194Z | Checking byteorder v1.5.0 |
1779 | 2025-03-03T04:13:23.358Z | Checking typenum v1.17.0 |
1780 | 2025-03-03T04:13:23.411Z | Checking ryu v1.0.18 |
1781 | 2025-03-03T04:13:23.534Z | Checking once_cell v1.20.3 |
1782 | 2025-03-03T04:13:23.635Z | Checking futures-core v0.3.31 |
1783 | 2025-03-03T04:13:23.679Z | Checking thiserror v1.0.69 |
1784 | 2025-03-03T04:13:23.708Z | Checking getrandom v0.2.15 |
1785 | 2025-03-03T04:13:23.708Z | Checking parking_lot_core v0.9.10 |
1786 | 2025-03-03T04:13:23.834Z | Checking signal-hook-registry v1.4.2 |
1787 | 2025-03-03T04:13:23.856Z | Checking mio v1.0.2 |
1788 | 2025-03-03T04:13:23.859Z | Checking socket2 v0.5.8 |
1789 | 2025-03-03T04:13:23.959Z | Checking rand_core v0.6.4 |
1790 | 2025-03-03T04:13:24.013Z | Checking num-traits v0.2.19 |
1791 | 2025-03-03T04:13:24.069Z | Checking parking_lot v0.12.3 |
1792 | 2025-03-03T04:13:24.129Z | Checking const-oid v0.9.6 |
1793 | 2025-03-03T04:13:24.275Z | Checking futures-io v0.3.31 |
1794 | 2025-03-03T04:13:24.381Z | Checking zerocopy v0.7.35 |
1795 | 2025-03-03T04:13:24.409Z | Checking generic-array v0.14.7 |
1796 | 2025-03-03T04:13:24.437Z | Checking slab v0.4.9 |
1797 | 2025-03-03T04:13:24.440Z | Checking equivalent v1.0.1 |
1798 | 2025-03-03T04:13:24.482Z | Checking allocator-api2 v0.2.18 |
1799 | 2025-03-03T04:13:24.590Z | Checking foldhash v0.1.3 |
1800 | 2025-03-03T04:13:24.698Z | Checking getrandom v0.3.1 |
1801 | 2025-03-03T04:13:24.821Z | Checking cpufeatures v0.2.14 |
1802 | 2025-03-03T04:13:24.941Z | Checking iana-time-zone v0.1.61 |
1803 | 2025-03-03T04:13:24.969Z | Checking futures-sink v0.3.31 |
1804 | 2025-03-03T04:13:25.057Z | Checking hashbrown v0.15.1 |
1805 | 2025-03-03T04:13:25.108Z | Checking pin-utils v0.1.0 |
1806 | 2025-03-03T04:13:25.141Z | Checking fnv v1.0.7 |
1807 | 2025-03-03T04:13:25.226Z | Checking futures-channel v0.3.31 |
1808 | 2025-03-03T04:13:25.296Z | Checking futures-task v0.3.31 |
1809 | 2025-03-03T04:13:25.538Z | Checking crypto-common v0.1.6 |
1810 | 2025-03-03T04:13:25.569Z | Checking block-buffer v0.10.4 |
1811 | 2025-03-03T04:13:25.600Z | Checking futures-util v0.3.31 |
1812 | 2025-03-03T04:13:25.603Z | Checking stable_deref_trait v1.2.0 |
1813 | 2025-03-03T04:13:25.657Z | Checking errno v0.3.9 |
1814 | 2025-03-03T04:13:25.728Z | Checking dyn-clone v1.0.18 |
1815 | 2025-03-03T04:13:25.757Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1816 | 2025-03-03T04:13:25.812Z | Checking ppv-lite86 v0.2.20 |
1817 | 2025-03-03T04:13:25.851Z | Checking tracing-core v0.1.32 |
1818 | 2025-03-03T04:13:25.895Z | Checking zerofrom v0.1.4 |
1819 | 2025-03-03T04:13:25.965Z | Checking digest v0.10.7 |
1820 | 2025-03-03T04:13:26.060Z | Checking crossbeam-utils v0.8.20 |
1821 | 2025-03-03T04:13:26.128Z | Checking yoke v0.7.4 |
1822 | 2025-03-03T04:13:26.163Z | Checking percent-encoding v2.3.1 |
1823 | 2025-03-03T04:13:26.319Z | Checking writeable v0.5.5 |
1824 | 2025-03-03T04:13:26.396Z | Checking litemap v0.7.3 |
1825 | 2025-03-03T04:13:26.470Z | Checking tracing v0.1.40 |
1826 | 2025-03-03T04:13:26.499Z | Checking zerovec v0.10.4 |
1827 | 2025-03-03T04:13:26.529Z | Checking rand_chacha v0.3.1 |
1828 | 2025-03-03T04:13:26.659Z | Checking block-padding v0.3.3 |
1829 | 2025-03-03T04:13:26.749Z | Checking icu_locid_transform_data v1.5.0 |
1830 | 2025-03-03T04:13:26.807Z | Checking form_urlencoded v1.2.1 |
1831 | 2025-03-03T04:13:26.838Z | Checking spin v0.9.8 |
1832 | 2025-03-03T04:13:26.871Z | Checking httparse v1.9.5 |
1833 | 2025-03-03T04:13:26.875Z | Checking inout v0.1.3 |
1834 | 2025-03-03T04:13:26.957Z | Checking rand v0.8.5 |
1835 | 2025-03-03T04:13:27.031Z | Checking regex-syntax v0.8.5 |
1836 | 2025-03-03T04:13:27.120Z | Checking bytes v1.10.0 |
1837 | 2025-03-03T04:13:27.125Z | Checking bitflags v2.6.0 |
1838 | 2025-03-03T04:13:27.185Z | Checking serde_json v1.0.139 |
1839 | 2025-03-03T04:13:27.290Z | Checking chrono v0.4.40 |
1840 | 2025-03-03T04:13:27.473Z | Checking semver v1.0.25 |
1841 | 2025-03-03T04:13:27.915Z | Checking uuid v1.15.1 |
1842 | 2025-03-03T04:13:28.050Z | Checking indexmap v2.7.1 |
1843 | 2025-03-03T04:13:28.135Z | Checking tokio v1.43.0 |
1844 | 2025-03-03T04:13:28.160Z | Checking rustix v0.38.37 |
1845 | 2025-03-03T04:13:28.532Z | Checking http v1.2.0 |
1846 | 2025-03-03T04:13:28.844Z | Checking tinystr v0.7.6 |
1847 | 2025-03-03T04:13:29.214Z | Checking icu_locid v1.5.0 |
1848 | 2025-03-03T04:13:29.252Z | Checking icu_collections v1.5.0 |
1849 | 2025-03-03T04:13:29.284Z | Checking schemars v0.8.22 |
1850 | 2025-03-03T04:13:29.848Z | Checking cipher v0.4.4 |
1851 | 2025-03-03T04:13:29.930Z | Checking icu_properties_data v1.5.0 |
1852 | 2025-03-03T04:13:30.111Z | Checking atomic-waker v1.1.2 |
1853 | 2025-03-03T04:13:30.185Z | Checking powerfmt v0.2.0 |
1854 | 2025-03-03T04:13:30.216Z | Checking icu_provider v1.5.0 |
1855 | 2025-03-03T04:13:30.259Z | Checking write16 v1.0.0 |
1856 | 2025-03-03T04:13:30.286Z | Checking num_threads v0.1.7 |
1857 | 2025-03-03T04:13:30.315Z | Checking time-core v0.1.2 |
1858 | 2025-03-03T04:13:30.415Z | Checking utf16_iter v1.0.5 |
1859 | 2025-03-03T04:13:30.443Z | Checking num-conv v0.1.0 |
1860 | 2025-03-03T04:13:30.477Z | Checking utf8_iter v1.0.4 |
1861 | 2025-03-03T04:13:30.480Z | Checking deranged v0.3.11 |
1862 | 2025-03-03T04:13:30.614Z | Checking untrusted v0.9.0 |
1863 | 2025-03-03T04:13:30.707Z | Checking icu_normalizer_data v1.5.0 |
1864 | 2025-03-03T04:13:30.734Z | Checking aho-corasick v1.1.3 |
1865 | 2025-03-03T04:13:30.788Z | Checking ring v0.17.11 |
1866 | 2025-03-03T04:13:30.831Z | Checking icu_locid_transform v1.5.0 |
1867 | 2025-03-03T04:13:30.841Z | Checking base64ct v1.6.0 |
1868 | 2025-03-03T04:13:30.863Z | Checking unicode-ident v1.0.14 |
1869 | 2025-03-03T04:13:31.054Z | Checking proc-macro2 v1.0.93 |
1870 | 2025-03-03T04:13:31.293Z | Checking hmac v0.12.1 |
1871 | 2025-03-03T04:13:31.413Z | Checking sha2 v0.10.8 |
1872 | 2025-03-03T04:13:31.520Z | Checking adler2 v2.0.0 |
1873 | 2025-03-03T04:13:31.702Z | Checking miniz_oxide v0.8.5 |
1874 | 2025-03-03T04:13:31.737Z | Checking quote v1.0.38 |
1875 | 2025-03-03T04:13:31.766Z | Checking time v0.3.36 |
1876 | 2025-03-03T04:13:31.829Z | Checking icu_properties v1.5.1 |
1877 | 2025-03-03T04:13:31.994Z | Checking rustls-pki-types v1.10.0 |
1878 | 2025-03-03T04:13:32.089Z | Checking syn v2.0.98 |
1879 | 2025-03-03T04:13:32.359Z | Checking regex-automata v0.4.8 |
1880 | 2025-03-03T04:13:32.431Z | Checking base64 v0.22.1 |
1881 | 2025-03-03T04:13:32.536Z | Checking http-body v1.0.1 |
1882 | 2025-03-03T04:13:32.761Z | Checking aws-lc-sys v0.26.0 |
1883 | 2025-03-03T04:13:32.961Z | Checking untrusted v0.7.1 |
1884 | 2025-03-03T04:13:33.039Z | Checking try-lock v0.2.5 |
1885 | 2025-03-03T04:13:33.150Z | Checking httpdate v1.0.3 |
1886 | 2025-03-03T04:13:33.199Z | Checking want v0.3.1 |
1887 | 2025-03-03T04:13:33.420Z | Checking pem-rfc7468 v0.7.0 |
1888 | 2025-03-03T04:13:33.423Z | Checking slog v2.7.0 |
1889 | 2025-03-03T04:13:33.724Z | Checking tower-service v0.3.3 |
1890 | 2025-03-03T04:13:33.878Z | Checking mime v0.3.17 |
1891 | 2025-03-03T04:13:33.935Z | Checking flagset v0.4.6 |
1892 | 2025-03-03T04:13:34.137Z | Checking der v0.7.9 |
1893 | 2025-03-03T04:13:34.165Z | Checking pbkdf2 v0.12.2 |
1894 | 2025-03-03T04:13:34.207Z | Checking aes v0.8.4 |
1895 | 2025-03-03T04:13:34.358Z | Checking gimli v0.31.1 |
1896 | 2025-03-03T04:13:34.930Z | Checking tokio-util v0.7.13 |
1897 | 2025-03-03T04:13:34.994Z | Checking aws-lc-rs v1.12.4 |
1898 | 2025-03-03T04:13:35.106Z | Checking http-body-util v0.1.2 |
1899 | 2025-03-03T04:13:35.298Z | Checking icu_normalizer v1.5.0 |
1900 | 2025-03-03T04:13:35.570Z | Checking salsa20 v0.10.2 |
1901 | 2025-03-03T04:13:35.755Z | Checking h2 v0.4.6 |
1902 | 2025-03-03T04:13:35.815Z | Checking cbc v0.1.2 |
1903 | 2025-03-03T04:13:35.820Z | Checking spki v0.7.3 |
1904 | 2025-03-03T04:13:36.046Z | Checking lazy_static v1.5.0 |
1905 | 2025-03-03T04:13:36.108Z | Checking idna_adapter v1.2.0 |
1906 | 2025-03-03T04:13:36.134Z | Checking object v0.36.5 |
1907 | 2025-03-03T04:13:36.182Z | Checking rustc-demangle v0.1.24 |
1908 | 2025-03-03T04:13:36.281Z | Checking regex v1.11.1 |
1909 | 2025-03-03T04:13:36.310Z | Checking idna v1.0.3 |
1910 | 2025-03-03T04:13:36.657Z | Checking scrypt v0.11.0 |
1911 | 2025-03-03T04:13:36.761Z | Checking rustls-webpki v0.102.8 |
1912 | 2025-03-03T04:13:36.805Z | Checking url v2.5.3 |
1913 | 2025-03-03T04:13:36.854Z | Checking utf8parse v0.2.2 |
1914 | 2025-03-03T04:13:36.892Z | Checking ipnet v2.11.0 |
1915 | 2025-03-03T04:13:37.022Z | Checking openssl-probe v0.1.5 |
1916 | 2025-03-03T04:13:37.209Z | Checking foreign-types-shared v0.1.1 |
1917 | 2025-03-03T04:13:37.345Z | Checking pkcs5 v0.7.1 |
1918 | 2025-03-03T04:13:37.362Z | Checking foreign-types v0.3.2 |
1919 | 2025-03-03T04:13:37.479Z | Checking serde_urlencoded v0.7.1 |
1920 | 2025-03-03T04:13:37.571Z | Checking openssl-sys v0.9.106 |
1921 | 2025-03-03T04:13:37.640Z | Checking encoding_rs v0.8.34 |
1922 | 2025-03-03T04:13:37.825Z | Checking pkcs8 v0.10.2 |
1923 | 2025-03-03T04:13:37.925Z | Checking rustls-pemfile v2.2.0 |
1924 | 2025-03-03T04:13:37.984Z | Checking futures-executor v0.3.31 |
1925 | 2025-03-03T04:13:38.116Z | Checking addr2line v0.24.2 |
1926 | 2025-03-03T04:13:38.160Z | Checking toml_datetime v0.6.8 |
1927 | 2025-03-03T04:13:38.166Z | Checking serde_spanned v0.6.8 |
1928 | 2025-03-03T04:13:38.214Z | Checking anstyle v1.0.10 |
1929 | 2025-03-03T04:13:38.387Z | Checking futures v0.3.31 |
1930 | 2025-03-03T04:13:38.451Z | Checking rustls v0.23.19 |
1931 | 2025-03-03T04:13:38.520Z | Checking psl-types v2.0.11 |
1932 | 2025-03-03T04:13:38.556Z | Checking either v1.14.0 |
1933 | 2025-03-03T04:13:38.614Z | Checking rustls-native-certs v0.8.1 |
1934 | 2025-03-03T04:13:38.719Z | Checking publicsuffix v2.3.0 |
1935 | 2025-03-03T04:13:38.748Z | Checking openssl v0.10.71 |
1936 | 2025-03-03T04:13:38.818Z | Checking anstyle-parse v0.2.5 |
1937 | 2025-03-03T04:13:38.946Z | Checking cookie v0.18.1 |
1938 | 2025-03-03T04:13:38.995Z | Checking webpki-roots v0.26.6 |
1939 | 2025-03-03T04:13:39.104Z | Checking sync_wrapper v1.0.1 |
1940 | 2025-03-03T04:13:39.223Z | Checking is-terminal v0.4.13 |
1941 | 2025-03-03T04:13:39.279Z | Checking colorchoice v1.0.2 |
1942 | 2025-03-03T04:13:39.377Z | Checking anstyle-query v1.1.1 |
1943 | 2025-03-03T04:13:39.432Z | Checking data-encoding v2.6.0 |
1944 | 2025-03-03T04:13:39.461Z | Checking tower-layer v0.3.3 |
1945 | 2025-03-03T04:13:39.549Z | Checking is_terminal_polyfill v1.70.1 |
1946 | 2025-03-03T04:13:39.677Z | Checking anstream v0.6.15 |
1947 | 2025-03-03T04:13:39.734Z | Checking tower v0.5.2 |
1948 | 2025-03-03T04:13:39.848Z | Checking cookie_store v0.21.1 |
1949 | 2025-03-03T04:13:39.999Z | Checking terminal_size v0.4.0 |
1950 | 2025-03-03T04:13:40.075Z | Checking openapiv3 v2.0.0 |
1951 | 2025-03-03T04:13:40.195Z | Checking sha1 v0.10.6 |
1952 | 2025-03-03T04:13:40.433Z | Checking clap_lex v0.7.4 |
1953 | 2025-03-03T04:13:40.494Z | Checking strsim v0.11.1 |
1954 | 2025-03-03T04:13:40.542Z | Checking camino v1.1.9 |
1955 | 2025-03-03T04:13:40.722Z | Checking signature v2.2.0 |
1956 | 2025-03-03T04:13:40.794Z | Checking clap_builder v4.5.31 |
1957 | 2025-03-03T04:13:40.952Z | Checking bitflags v1.3.2 |
1958 | 2025-03-03T04:13:41.076Z | Checking tinyvec_macros v0.1.1 |
1959 | 2025-03-03T04:13:41.100Z | Checking dirs-sys-next v0.1.2 |
1960 | 2025-03-03T04:13:41.189Z | Checking tinyvec v1.8.0 |
1961 | 2025-03-03T04:13:41.294Z | Checking scroll v0.12.0 |
1962 | 2025-03-03T04:13:41.791Z | Checking plain v0.2.3 |
1963 | 2025-03-03T04:13:41.962Z | Checking ucd-trie v0.1.7 |
1964 | 2025-03-03T04:13:42.008Z | Checking hyper v1.6.0 |
1965 | 2025-03-03T04:13:42.157Z | Checking backtrace v0.3.74 |
1966 | 2025-03-03T04:13:42.192Z | Checking pest v2.7.14 |
1967 | 2025-03-03T04:13:42.417Z | Checking goblin v0.8.2 |
1968 | 2025-03-03T04:13:42.773Z | Checking anyhow v1.0.96 |
1969 | 2025-03-03T04:13:43.181Z | Checking dirs-next v2.0.0 |
1970 | 2025-03-03T04:13:43.304Z | Checking crossbeam-channel v0.5.13 |
1971 | 2025-03-03T04:13:43.331Z | Checking num-integer v0.1.46 |
1972 | 2025-03-03T04:13:43.591Z | Checking tokio-rustls v0.26.0 |
1973 | 2025-03-03T04:13:43.790Z | Checking thread_local v1.1.8 |
1974 | 2025-03-03T04:13:43.822Z | Checking clap v4.5.31 |
1975 | 2025-03-03T04:13:43.870Z | Checking native-tls v0.2.12 |
1976 | 2025-03-03T04:13:43.897Z | Checking hyper-util v0.1.10 |
1977 | 2025-03-03T04:13:43.947Z | Checking winnow v0.7.3 |
1978 | 2025-03-03T04:13:43.979Z | Checking pretty-hex v0.4.1 |
1979 | 2025-03-03T04:13:44.002Z | Checking term v0.7.0 |
1980 | 2025-03-03T04:13:44.102Z | Checking thread-id v4.2.2 |
1981 | 2025-03-03T04:13:44.510Z | Checking tokio-native-tls v0.3.1 |
1982 | 2025-03-03T04:13:44.541Z | Checking crc32fast v1.4.2 |
1983 | 2025-03-03T04:13:44.541Z | Checking base16ct v0.2.0 |
1984 | 2025-03-03T04:13:44.541Z | Checking take_mut v0.2.2 |
1985 | 2025-03-03T04:13:44.541Z | Checking slog-term v2.9.1 |
1986 | 2025-03-03T04:13:44.541Z | Checking ff v0.13.0 |
1987 | 2025-03-03T04:13:44.541Z | Checking sec1 v0.7.3 |
1988 | 2025-03-03T04:13:44.596Z | Checking slog-async v2.8.0 |
1989 | 2025-03-03T04:13:44.732Z | Checking zerocopy v0.8.10 |
1990 | 2025-03-03T04:13:44.777Z | Checking dtrace-parser v0.2.0 |
1991 | 2025-03-03T04:13:44.855Z | Checking memmap v0.7.0 |
1992 | 2025-03-03T04:13:44.891Z | Checking group v0.13.0 |
1993 | 2025-03-03T04:13:44.969Z | Checking num-iter v0.1.45 |
1994 | 2025-03-03T04:13:45.083Z | Checking hkdf v0.12.4 |
1995 | 2025-03-03T04:13:45.155Z | Checking hex v0.4.3 |
1996 | 2025-03-03T04:13:45.184Z | Checking crypto-bigint v0.5.5 |
1997 | 2025-03-03T04:13:45.267Z | Checking utf-8 v0.7.6 |
1998 | 2025-03-03T04:13:45.301Z | Checking static_assertions v1.1.0 |
1999 | 2025-03-03T04:13:45.427Z | Checking unicode-width v0.2.0 |
2000 | 2025-03-03T04:13:45.502Z | Checking match_cfg v0.1.0 |
2001 | 2025-03-03T04:13:45.619Z | Checking hostname v0.3.1 |
2002 | 2025-03-03T04:13:45.674Z | Checking bstr v1.10.0 |
2003 | 2025-03-03T04:13:45.777Z | Checking unicode-segmentation v1.12.0 |
2004 | 2025-03-03T04:13:45.817Z | Checking hyper-tls v0.6.0 |
2005 | 2025-03-03T04:13:45.916Z | Checking hyper-rustls v0.27.5 |
2006 | 2025-03-03T04:13:46.128Z | Checking winnow v0.5.40 |
2007 | 2025-03-03T04:13:46.323Z | Checking reqwest v0.12.12 |
2008 | 2025-03-03T04:13:46.524Z | Checking num-bigint-dig v0.8.4 |
2009 | 2025-03-03T04:13:46.560Z | Checking flate2 v1.1.0 |
2010 | 2025-03-03T04:13:46.655Z | Checking toml_edit v0.22.24 |
2011 | 2025-03-03T04:13:47.182Z | Checking pkcs1 v0.7.5 |
2012 | 2025-03-03T04:13:47.282Z | Checking dof v0.3.0 |
2013 | 2025-03-03T04:13:47.576Z | Checking crossbeam-epoch v0.9.18 |
2014 | 2025-03-03T04:13:47.610Z | Checking zerocopy v0.6.6 |
2015 | 2025-03-03T04:13:47.883Z | Checking elliptic-curve v0.13.8 |
2016 | 2025-03-03T04:13:47.922Z | Checking usdt-impl v0.5.0 |
2017 | 2025-03-03T04:13:48.031Z | Checking quick-error v1.2.3 |
2018 | 2025-03-03T04:13:48.119Z | Checking unicode-normalization v0.1.24 |
2019 | 2025-03-03T04:13:48.211Z | Checking slog-json v2.6.1 |
2020 | 2025-03-03T04:13:48.294Z | Checking rfc6979 v0.4.0 |
2021 | 2025-03-03T04:13:48.507Z | Checking hubpack v0.1.2 |
2022 | 2025-03-03T04:13:48.577Z | Checking rsa v0.9.6 |
2023 | 2025-03-03T04:13:48.577Z | Checking debug-ignore v1.0.5 |
2024 | 2025-03-03T04:13:48.577Z | Checking usdt v0.5.0 |
2025 | 2025-03-03T04:13:48.577Z | Checking managed v0.8.0 |
2026 | 2025-03-03T04:13:48.679Z | Checking ecdsa v0.16.9 |
2027 | 2025-03-03T04:13:48.802Z | Checking slog-bunyan v2.5.0 |
2028 | 2025-03-03T04:13:48.833Z | Checking crossbeam-deque v0.8.5 |
2029 | 2025-03-03T04:13:48.919Z | Checking toml_edit v0.19.15 |
2030 | 2025-03-03T04:13:48.943Z | Checking x509-cert v0.2.5 |
2031 | 2025-03-03T04:13:48.980Z | Checking serde_path_to_error v0.1.16 |
2032 | 2025-03-03T04:13:49.126Z | Checking curve25519-dalek v4.1.3 |
2033 | 2025-03-03T04:13:49.182Z | Checking ahash v0.8.11 |
2034 | 2025-03-03T04:13:49.278Z | Checking toml v0.8.20 |
2035 | 2025-03-03T04:13:49.367Z | Checking bzip2-sys v0.1.11+1.0.8 |
2036 | 2025-03-03T04:13:49.453Z | Checking siphasher v0.3.11 |
2037 | 2025-03-03T04:13:49.514Z | Checking bzip2 v0.4.4 |
2038 | 2025-03-03T04:13:49.585Z | Checking rayon-core v1.12.1 |
2039 | 2025-03-03T04:13:49.630Z | Checking ed25519 v2.2.3 |
2040 | 2025-03-03T04:13:49.766Z | Checking rustls v0.22.4 |
2041 | 2025-03-03T04:13:49.825Z | Checking signal-hook v0.3.17 |
2042 | 2025-03-03T04:13:49.968Z | Checking rand_core v0.9.2 |
2043 | 2025-03-03T04:13:50.006Z | Checking console v0.15.10 |
2044 | 2025-03-03T04:13:50.165Z | Checking hickory-proto v0.24.4 |
2045 | 2025-03-03T04:13:50.254Z | Checking multer v3.1.0 |
2046 | 2025-03-03T04:13:50.307Z | Checking itertools v0.10.5 |
2047 | 2025-03-03T04:13:50.445Z | Checking waitgroup v0.1.2 |
2048 | 2025-03-03T04:13:50.582Z | Checking memoffset v0.9.1 |
2049 | 2025-03-03T04:13:50.615Z | Checking async-stream v0.3.6 |
2050 | 2025-03-03T04:13:50.674Z | Checking hostname v0.4.0 |
2051 | 2025-03-03T04:13:50.716Z | Checking rand_chacha v0.9.0 |
2052 | 2025-03-03T04:13:50.824Z | Checking signal-hook-mio v0.2.4 |
2053 | 2025-03-03T04:13:50.853Z | Checking zip v0.6.6 |
2054 | 2025-03-03T04:13:50.884Z | Checking ed25519-dalek v2.1.1 |
2055 | 2025-03-03T04:13:51.000Z | Checking fs-err v2.11.0 |
2056 | 2025-03-03T04:13:51.130Z | Checking hash32 v0.2.1 |
2057 | 2025-03-03T04:13:51.322Z | Checking lockfree-object-pool v0.1.6 |
2058 | 2025-03-03T04:13:51.419Z | Checking unicode-bidi v0.3.17 |
2059 | 2025-03-03T04:13:51.429Z | Checking toml v0.7.8 |
2060 | 2025-03-03T04:13:51.519Z | Checking simd-adler32 v0.3.7 |
2061 | 2025-03-03T04:13:51.566Z | Checking predicates-core v1.0.8 |
2062 | 2025-03-03T04:13:51.585Z | Checking unicode-properties v0.1.3 |
2063 | 2025-03-03T04:13:51.778Z | Checking linked-hash-map v0.5.6 |
2064 | 2025-03-03T04:13:51.888Z | Checking bumpalo v3.16.0 |
2065 | 2025-03-03T04:13:51.989Z | Checking heapless v0.7.17 |
2066 | 2025-03-03T04:13:52.071Z | Checking stringprep v0.1.5 |
2067 | 2025-03-03T04:13:52.104Z | Checking rand v0.9.0 |
2068 | 2025-03-03T04:13:52.107Z | Checking lru-cache v0.1.2 |
2069 | 2025-03-03T04:13:52.204Z | Checking zopfli v0.8.1 |
2070 | 2025-03-03T04:13:52.323Z | Checking crossterm v0.28.1 |
2071 | 2025-03-03T04:13:52.352Z | Checking rayon v1.10.0 |
2072 | 2025-03-03T04:13:52.389Z | Checking phf_shared v0.11.2 |
2073 | 2025-03-03T04:13:52.688Z | Checking similar v2.7.0 |
2074 | 2025-03-03T04:13:52.875Z | Checking tokio-stream v0.1.17 |
2075 | 2025-03-03T04:13:52.914Z | Checking newtype-uuid v1.2.1 |
2076 | 2025-03-03T04:13:53.097Z | Checking tokio-rustls v0.25.0 |
2077 | 2025-03-03T04:13:53.134Z | Checking md-5 v0.10.6 |
2078 | 2025-03-03T04:13:53.184Z | Checking float-cmp v0.10.0 |
2079 | 2025-03-03T04:13:53.390Z | Checking difflib v0.4.0 |
2080 | 2025-03-03T04:13:53.417Z | Checking normalize-line-endings v0.3.0 |
2081 | 2025-03-03T04:13:53.457Z | Checking dropshot v0.12.0 |
2082 | 2025-03-03T04:13:53.507Z | Checking fallible-iterator v0.2.0 |
2083 | 2025-03-03T04:13:53.570Z | Checking smoltcp v0.9.1 |
2084 | 2025-03-03T04:13:53.666Z | Checking zip v2.1.3 |
2085 | 2025-03-03T04:13:53.719Z | Checking predicates v3.1.3 |
2086 | 2025-03-03T04:13:54.094Z | Checking postgres-protocol v0.6.8 |
2087 | 2025-03-03T04:13:54.122Z | Checking phf v0.11.2 |
2088 | 2025-03-03T04:13:54.369Z | Checking nix v0.29.0 |
2089 | 2025-03-03T04:13:54.398Z | Checking phf_shared v0.10.0 |
2090 | 2025-03-03T04:13:54.694Z | Checking resolv-conf v0.7.0 |
2091 | 2025-03-03T04:13:54.732Z | Checking tungstenite v0.24.0 |
2092 | 2025-03-03T04:13:54.738Z | Checking buf-list v1.0.3 |
2093 | 2025-03-03T04:13:54.786Z | Checking serde-big-array v0.5.1 |
2094 | 2025-03-03T04:13:54.917Z | Checking portable-atomic v1.9.0 |
2095 | 2025-03-03T04:13:55.010Z | Checking number_prefix v0.4.0 |
2096 | 2025-03-03T04:13:55.067Z | Checking precomputed-hash v0.1.1 |
2097 | 2025-03-03T04:13:55.096Z | Checking new_debug_unreachable v1.0.6 |
2098 | 2025-03-03T04:13:55.212Z | Checking lalrpop-util v0.19.12 |
2099 | 2025-03-03T04:13:55.215Z | Checking minimal-lexical v0.2.1 |
2100 | 2025-03-03T04:13:55.257Z | Checking fixedbitset v0.4.2 |
2101 | 2025-03-03T04:13:55.502Z | Checking string_cache v0.8.7 |
2102 | 2025-03-03T04:13:55.542Z | Checking petgraph v0.6.5 |
2103 | 2025-03-03T04:13:55.622Z | Checking nom v7.1.3 |
2104 | 2025-03-03T04:13:55.625Z | Checking tokio-tungstenite v0.24.0 |
2105 | 2025-03-03T04:13:55.702Z | Checking hickory-resolver v0.24.4 |
2106 | 2025-03-03T04:13:55.797Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2107 | 2025-03-03T04:13:55.884Z | Checking postgres-types v0.2.9 |
2108 | 2025-03-03T04:13:55.924Z | Checking indicatif v0.17.11 |
2109 | 2025-03-03T04:13:56.116Z | Checking itertools v0.12.1 |
2110 | 2025-03-03T04:13:56.554Z | Checking whoami v1.5.2 |
2111 | 2025-03-03T04:13:56.689Z | Checking peg-runtime v0.8.3 |
2112 | 2025-03-03T04:13:56.841Z | Compiling thiserror-impl v2.0.11 |
2113 | 2025-03-03T04:13:56.901Z | Checking tokio-postgres v0.7.13 |
2114 | 2025-03-03T04:13:57.096Z | Compiling regress v0.10.3 |
2115 | 2025-03-03T04:13:57.335Z | Checking qorb v0.2.1 |
2116 | 2025-03-03T04:13:58.232Z | Compiling ident_case v1.0.1 |
2117 | 2025-03-03T04:13:58.454Z | Compiling darling_core v0.20.10 |
2118 | 2025-03-03T04:13:58.568Z | Compiling unsafe-libyaml v0.2.11 |
2119 | 2025-03-03T04:13:58.634Z | Checking heck v0.5.0 |
2120 | 2025-03-03T04:13:58.858Z | Checking fastrand v2.1.1 |
2121 | 2025-03-03T04:13:59.739Z | Compiling structmeta-derive v0.3.0 |
2122 | 2025-03-03T04:13:59.791Z | Compiling serde_yaml v0.9.34+deprecated |
2123 | 2025-03-03T04:13:59.982Z | Checking thiserror v2.0.11 |
2124 | 2025-03-03T04:14:00.154Z | Checking tempfile v3.13.0 |
2125 | 2025-03-03T04:14:00.347Z | Checking ipnetwork v0.21.1 |
2126 | 2025-03-03T04:14:00.551Z | Checking progenitor-client v0.9.1 |
2127 | 2025-03-03T04:14:00.730Z | Checking strum v0.26.3 |
2128 | 2025-03-03T04:14:00.914Z | Compiling typify-impl v0.2.0 |
2129 | 2025-03-03T04:14:00.944Z | Compiling daft-derive v0.1.1 |
2130 | 2025-03-03T04:14:00.976Z | Checking wait-timeout v0.2.0 |
2131 | 2025-03-03T04:14:01.194Z | Checking oxnet v0.1.1 |
2132 | 2025-03-03T04:14:01.593Z | Compiling dropshot v0.16.0 |
2133 | 2025-03-03T04:14:01.851Z | Checking bit-vec v0.8.0 |
2134 | 2025-03-03T04:14:02.014Z | Checking rusty-fork v0.3.0 |
2135 | 2025-03-03T04:14:02.206Z | Checking bit-set v0.8.0 |
2136 | 2025-03-03T04:14:02.309Z | Checking macaddr v1.0.1 |
2137 | 2025-03-03T04:14:02.362Z | Compiling structmeta v0.3.0 |
2138 | 2025-03-03T04:14:02.468Z | Checking rand_xorshift v0.3.0 |
2139 | 2025-03-03T04:14:02.524Z | Compiling dropshot_endpoint v0.16.0 |
2140 | 2025-03-03T04:14:02.677Z | Checking unarray v0.1.4 |
2141 | 2025-03-03T04:14:02.681Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2142 | 2025-03-03T04:14:02.751Z | Compiling parse-display-derive v0.10.0 |
2143 | 2025-03-03T04:14:02.854Z | Compiling test-strategy v0.4.0 |
2144 | 2025-03-03T04:14:03.214Z | Checking proptest v1.6.0 |
2145 | 2025-03-03T04:14:03.519Z | Checking progenitor-client v0.8.0 |
2146 | 2025-03-03T04:14:03.901Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2147 | 2025-03-03T04:14:04.076Z | Checking instant v0.1.13 |
2148 | 2025-03-03T04:14:04.225Z | Checking daft v0.1.1 |
2149 | 2025-03-03T04:14:04.277Z | Compiling darling_macro v0.20.10 |
2150 | 2025-03-03T04:14:04.660Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2151 | 2025-03-03T04:14:05.177Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2152 | 2025-03-03T04:14:05.204Z | Compiling darling v0.20.10 |
2153 | 2025-03-03T04:14:05.347Z | Compiling serde_with_macros v3.12.0 |
2154 | 2025-03-03T04:14:05.448Z | Checking backoff v0.4.0 |
2155 | 2025-03-03T04:14:05.610Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2156 | 2025-03-03T04:14:05.760Z | Checking camino-tempfile v1.1.1 |
2157 | 2025-03-03T04:14:05.791Z | Checking unicode-width v0.1.14 |
2158 | 2025-03-03T04:14:06.077Z | Compiling proc-macro-error v1.0.4 |
2159 | 2025-03-03T04:14:06.211Z | Compiling proc-macro-crate v1.3.1 |
2160 | 2025-03-03T04:14:06.296Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2161 | 2025-03-03T04:14:06.614Z | Checking parse-display v0.10.0 |
2162 | 2025-03-03T04:14:06.711Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2163 | 2025-03-03T04:14:06.844Z | Checking tabwriter v1.4.0 |
2164 | 2025-03-03T04:14:06.869Z | Compiling foreign-types-macros v0.2.3 |
2165 | 2025-03-03T04:14:07.061Z | Checking foreign-types-shared v0.3.1 |
2166 | 2025-03-03T04:14:07.134Z | Compiling num_enum_derive v0.5.11 |
2167 | 2025-03-03T04:14:07.270Z | Checking cstr-argument v0.1.2 |
2168 | 2025-03-03T04:14:07.400Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2169 | 2025-03-03T04:14:07.471Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2170 | 2025-03-03T04:14:07.603Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2171 | 2025-03-03T04:14:07.721Z | Checking serde_with v3.12.0 |
2172 | 2025-03-03T04:14:07.797Z | Checking pretty-hex v0.2.1 |
2173 | 2025-03-03T04:14:08.081Z | Checking colored v2.2.0 |
2174 | 2025-03-03T04:14:08.110Z | Checking winnow v0.6.20 |
2175 | 2025-03-03T04:14:08.138Z | Checking foreign-types v0.5.0 |
2176 | 2025-03-03T04:14:08.260Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2177 | 2025-03-03T04:14:08.289Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2178 | 2025-03-03T04:14:08.457Z | Checking smf v0.2.3 |
2179 | 2025-03-03T04:14:08.460Z | Checking itertools v0.14.0 |
2180 | 2025-03-03T04:14:08.576Z | Compiling typify-impl v0.3.0 |
2181 | 2025-03-03T04:14:08.937Z | Checking base64 v0.21.7 |
2182 | 2025-03-03T04:14:09.383Z | Checking num_enum v0.5.11 |
2183 | 2025-03-03T04:14:09.386Z | Compiling itertools v0.13.0 |
2184 | 2025-03-03T04:14:09.572Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2185 | 2025-03-03T04:14:09.885Z | Compiling crucible-workspace-hack v0.1.0 |
2186 | 2025-03-03T04:14:10.704Z | Compiling heapless v0.8.0 |
2187 | 2025-03-03T04:14:10.817Z | Checking hash32 v0.3.1 |
2188 | 2025-03-03T04:14:10.983Z | Compiling smoltcp v0.11.0 |
2189 | 2025-03-03T04:14:11.039Z | Checking cobs v0.2.3 |
2190 | 2025-03-03T04:14:11.247Z | Checking postcard v1.0.10 |
2191 | 2025-03-03T04:14:11.721Z | Checking sigpipe v0.1.3 |
2192 | 2025-03-03T04:14:11.845Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2193 | 2025-03-03T04:14:11.867Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2194 | 2025-03-03T04:14:12.046Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2195 | 2025-03-03T04:14:12.274Z | Checking termtree v0.4.1 |
2196 | 2025-03-03T04:14:12.330Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2197 | 2025-03-03T04:14:12.495Z | Compiling mockall_derive v0.13.1 |
2198 | 2025-03-03T04:14:12.774Z | Checking predicates-tree v1.0.11 |
2199 | 2025-03-03T04:14:12.858Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2200 | 2025-03-03T04:14:12.919Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2201 | 2025-03-03T04:14:13.004Z | Compiling zone_cfg_derive v0.3.0 |
2202 | 2025-03-03T04:14:13.171Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2203 | 2025-03-03T04:14:13.197Z | Compiling num-derive v0.4.2 |
2204 | 2025-03-03T04:14:13.534Z | Checking downcast v0.11.0 |
2205 | 2025-03-03T04:14:13.773Z | Checking fragile v2.0.0 |
2206 | 2025-03-03T04:14:14.052Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2207 | 2025-03-03T04:14:14.403Z | Checking zone v0.3.0 |
2208 | 2025-03-03T04:14:14.461Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2209 | 2025-03-03T04:14:14.732Z | Checking atomicwrites v0.4.4 |
2210 | 2025-03-03T04:14:14.957Z | Compiling convert_case v0.4.0 |
2211 | 2025-03-03T04:14:15.212Z | Compiling typify-macro v0.2.0 |
2212 | 2025-03-03T04:14:15.215Z | Checking tungstenite v0.21.0 |
2213 | 2025-03-03T04:14:15.307Z | Checking newline-converter v0.3.0 |
2214 | 2025-03-03T04:14:15.408Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2215 | 2025-03-03T04:14:15.479Z | Checking expectorate v1.1.0 |
2216 | 2025-03-03T04:14:15.665Z | Checking same-file v1.0.6 |
2217 | 2025-03-03T04:14:15.757Z | Compiling derive_more v0.99.19 |
2218 | 2025-03-03T04:14:15.870Z | Checking walkdir v2.5.0 |
2219 | 2025-03-03T04:14:15.892Z | Checking arc-swap v1.7.1 |
2220 | 2025-03-03T04:14:16.134Z | Checking tokio-tungstenite v0.21.0 |
2221 | 2025-03-03T04:14:16.176Z | Checking fixedbitset v0.5.7 |
2222 | 2025-03-03T04:14:16.318Z | Checking slog-scope v4.4.0 |
2223 | 2025-03-03T04:14:16.543Z | Checking slog-stdlog v4.1.1 |
2224 | 2025-03-03T04:14:16.589Z | Checking petgraph v0.7.1 |
2225 | 2025-03-03T04:14:16.673Z | Checking xattr v1.3.1 |
2226 | 2025-03-03T04:14:16.737Z | Checking filetime v0.2.25 |
2227 | 2025-03-03T04:14:16.896Z | Checking slog-envlogger v2.2.0 |
2228 | 2025-03-03T04:14:16.971Z | Checking tar v0.4.44 |
2229 | 2025-03-03T04:14:17.144Z | Checking num-rational v0.4.2 |
2230 | 2025-03-03T04:14:17.799Z | Checking num-complex v0.4.6 |
2231 | 2025-03-03T04:14:17.851Z | Checking float-ord v0.3.2 |
2232 | 2025-03-03T04:14:18.042Z | Checking password-hash v0.5.0 |
2233 | 2025-03-03T04:14:18.554Z | Checking blake2 v0.10.6 |
2234 | 2025-03-03T04:14:18.670Z | Checking num v0.4.3 |
2235 | 2025-03-03T04:14:18.753Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2236 | 2025-03-03T04:14:18.790Z | Checking indent_write v2.2.0 |
2237 | 2025-03-03T04:14:18.921Z | Compiling typify v0.2.0 |
2238 | 2025-03-03T04:14:19.030Z | Checking argon2 v0.5.3 |
2239 | 2025-03-03T04:14:19.083Z | Compiling progenitor-impl v0.8.0 |
2240 | 2025-03-03T04:14:19.412Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2241 | 2025-03-03T04:14:19.577Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2242 | 2025-03-03T04:14:19.788Z | Compiling cancel-safe-futures v0.1.5 |
2243 | 2025-03-03T04:14:19.869Z | Checking swrite v0.1.0 |
2244 | 2025-03-03T04:14:19.921Z | Checking mockall v0.13.1 |
2245 | 2025-03-03T04:14:20.014Z | Compiling owo-colors v4.2.0 |
2246 | 2025-03-03T04:14:20.185Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2247 | 2025-03-03T04:14:20.209Z | Checking libsw-core v0.3.1 |
2248 | 2025-03-03T04:14:20.526Z | Checking libsw v3.4.0 |
2249 | 2025-03-03T04:14:21.058Z | Checking linear-map v1.2.0 |
2250 | 2025-03-03T04:14:21.211Z | Checking pem v3.0.5 |
2251 | 2025-03-03T04:14:21.359Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2252 | 2025-03-03T04:14:21.392Z | Compiling lzma-sys v0.1.20 |
2253 | 2025-03-03T04:14:21.513Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2254 | 2025-03-03T04:14:21.783Z | Checking headers-core v0.3.0 |
2255 | 2025-03-03T04:14:21.948Z | Compiling heck v0.3.3 |
2256 | 2025-03-03T04:14:22.200Z | Checking highway v1.3.0 |
2257 | 2025-03-03T04:14:22.307Z | Checking headers v0.4.0 |
2258 | 2025-03-03T04:14:22.332Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2259 | 2025-03-03T04:14:22.337Z | Compiling zone_cfg_derive v0.1.2 |
2260 | 2025-03-03T04:14:22.405Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2261 | 2025-03-03T04:14:22.672Z | Checking yasna v0.5.2 |
2262 | 2025-03-03T04:14:22.698Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2263 | 2025-03-03T04:14:22.723Z | Checking base64 v0.13.1 |
2264 | 2025-03-03T04:14:22.765Z | Compiling typify-macro v0.3.0 |
2265 | 2025-03-03T04:14:23.189Z | Checking ron v0.7.1 |
2266 | 2025-03-03T04:14:23.324Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2267 | 2025-03-03T04:14:23.627Z | Checking rcgen v0.12.1 |
2268 | 2025-03-03T04:14:23.785Z | Checking zone v0.1.8 |
2269 | 2025-03-03T04:14:23.835Z | Checking xz2 v0.1.7 |
2270 | 2025-03-03T04:14:24.159Z | Checking subprocess v0.2.9 |
2271 | 2025-03-03T04:14:24.296Z | Checking humantime v2.1.0 |
2272 | 2025-03-03T04:14:24.319Z | Compiling semver v0.1.20 |
2273 | 2025-03-03T04:14:24.447Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2274 | 2025-03-03T04:14:24.473Z | Checking half v2.4.1 |
2275 | 2025-03-03T04:14:24.634Z | Checking ciborium-io v0.2.2 |
2276 | 2025-03-03T04:14:24.711Z | Compiling rustc_version v0.1.7 |
2277 | 2025-03-03T04:14:24.789Z | Checking prettyplease v0.2.29 |
2278 | 2025-03-03T04:14:24.973Z | Checking ciborium-ll v0.2.2 |
2279 | 2025-03-03T04:14:25.133Z | Compiling newtype_derive v0.1.6 |
2280 | 2025-03-03T04:14:25.299Z | Checking ciborium v0.2.2 |
2281 | 2025-03-03T04:14:25.763Z | Compiling progenitor-macro v0.8.0 |
2282 | 2025-03-03T04:14:26.314Z | Checking steno v0.4.1 |
2283 | 2025-03-03T04:14:26.489Z | Compiling typify v0.3.0 |
2284 | 2025-03-03T04:14:26.642Z | Compiling progenitor-impl v0.9.1 |
2285 | 2025-03-03T04:14:26.912Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2286 | 2025-03-03T04:14:27.695Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2287 | 2025-03-03T04:14:29.092Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2288 | 2025-03-03T04:14:29.665Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2289 | 2025-03-03T04:14:29.885Z | Compiling slog-dtrace v0.3.0 |
2290 | 2025-03-03T04:14:30.314Z | Checking display-error-chain v0.2.2 |
2291 | 2025-03-03T04:14:30.691Z | Checking gethostname v0.5.0 |
2292 | 2025-03-03T04:14:30.803Z | Checking keccak v0.1.5 |
2293 | 2025-03-03T04:14:30.834Z | Checking bytecount v0.6.8 |
2294 | 2025-03-03T04:14:30.938Z | Checking universal-hash v0.5.1 |
2295 | 2025-03-03T04:14:31.014Z | Checking secrecy v0.8.0 |
2296 | 2025-03-03T04:14:31.142Z | Checking opaque-debug v0.3.1 |
2297 | 2025-03-03T04:14:31.166Z | Checking sha3 v0.10.8 |
2298 | 2025-03-03T04:14:31.232Z | Checking nibble_vec v0.1.0 |
2299 | 2025-03-03T04:14:31.262Z | Compiling blake3 v1.5.4 |
2300 | 2025-03-03T04:14:31.461Z | Checking endian-type v0.1.2 |
2301 | 2025-03-03T04:14:31.815Z | Checking aead v0.5.2 |
2302 | 2025-03-03T04:14:31.852Z | Checking radix_trie v0.2.1 |
2303 | 2025-03-03T04:14:31.852Z | Checking poly1305 v0.8.0 |
2304 | 2025-03-03T04:14:31.875Z | Checking chacha20 v0.9.1 |
2305 | 2025-03-03T04:14:32.091Z | Compiling thiserror-impl-no-std v2.0.2 |
2306 | 2025-03-03T04:14:32.253Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2307 | 2025-03-03T04:14:32.624Z | Checking chacha20poly1305 v0.10.1 |
2308 | 2025-03-03T04:14:32.808Z | Compiling memmap2 v0.9.5 |
2309 | 2025-03-03T04:14:32.841Z | Compiling arrayvec v0.7.6 |
2310 | 2025-03-03T04:14:33.249Z | Compiling arrayref v0.3.9 |
2311 | 2025-03-03T04:14:33.295Z | Compiling constant_time_eq v0.3.1 |
2312 | 2025-03-03T04:14:33.372Z | Compiling progenitor-macro v0.9.1 |
2313 | 2025-03-03T04:14:33.397Z | Compiling toolchain_find v0.4.0 |
2314 | 2025-03-03T04:14:33.949Z | Compiling topological-sort v0.2.2 |
2315 | 2025-03-03T04:14:34.004Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2316 | 2025-03-03T04:14:34.197Z | Compiling omicron-zone-package v0.12.0 |
2317 | 2025-03-03T04:14:34.370Z | Compiling rustfmt-wrapper v0.2.1 |
2318 | 2025-03-03T04:14:34.710Z | Checking thiserror-no-std v2.0.2 |
2319 | 2025-03-03T04:14:34.794Z | Compiling async-recursion v1.1.1 |
2320 | 2025-03-03T04:14:34.845Z | Checking vsss-rs v3.3.4 |
2321 | 2025-03-03T04:14:34.949Z | Checking maplit v1.0.2 |
2322 | 2025-03-03T04:14:35.089Z | Checking fxhash v0.2.1 |
2323 | 2025-03-03T04:14:35.308Z | Compiling const_format_proc_macros v0.2.34 |
2324 | 2025-03-03T04:14:36.191Z | Checking home v0.5.9 |
2325 | 2025-03-03T04:14:36.295Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2326 | 2025-03-03T04:14:36.378Z | Compiling vte_generate_state_changes v0.1.2 |
2327 | 2025-03-03T04:14:36.528Z | Checking fd-lock v4.0.2 |
2328 | 2025-03-03T04:14:36.756Z | Checking nu-ansi-term v0.50.1 |
2329 | 2025-03-03T04:14:37.043Z | Checking vte v0.11.1 |
2330 | 2025-03-03T04:14:37.177Z | Checking termcolor v1.4.1 |
2331 | 2025-03-03T04:14:37.202Z | Checking const_format v0.2.34 |
2332 | 2025-03-03T04:14:37.623Z | Compiling radium v0.7.0 |
2333 | 2025-03-03T04:14:37.694Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2334 | 2025-03-03T04:14:37.772Z | Checking kstat-rs v0.2.4 |
2335 | 2025-03-03T04:14:37.829Z | Checking progenitor v0.8.0 |
2336 | 2025-03-03T04:14:38.112Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2337 | 2025-03-03T04:14:38.146Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2338 | 2025-03-03T04:14:38.208Z | Compiling maybe-uninit v2.0.0 |
2339 | 2025-03-03T04:14:38.608Z | Checking strip-ansi-escapes v0.2.0 |
2340 | 2025-03-03T04:14:38.747Z | Checking tap v1.0.1 |
2341 | 2025-03-03T04:14:38.787Z | Checking reedline v0.38.0 |
2342 | 2025-03-03T04:14:38.942Z | Compiling libefi-sys v0.1.0 |
2343 | 2025-03-03T04:14:39.305Z | Checking wyz v0.5.1 |
2344 | 2025-03-03T04:14:39.794Z | Compiling phf_generator v0.11.2 |
2345 | 2025-03-03T04:14:40.015Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2346 | 2025-03-03T04:14:40.108Z | Compiling bitfield-struct v0.6.2 |
2347 | 2025-03-03T04:14:40.463Z | Compiling packed_struct v0.10.1 |
2348 | 2025-03-03T04:14:40.964Z | Checking funty v2.0.0 |
2349 | 2025-03-03T04:14:41.344Z | Checking crc-catalog v2.4.0 |
2350 | 2025-03-03T04:14:41.520Z | Checking crc v3.2.1 |
2351 | 2025-03-03T04:14:41.544Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2352 | 2025-03-03T04:14:41.901Z | Checking bitvec v1.0.1 |
2353 | 2025-03-03T04:14:42.161Z | Compiling phf_codegen v0.11.2 |
2354 | 2025-03-03T04:14:42.398Z | Checking papergrid v0.11.0 |
2355 | 2025-03-03T04:14:42.409Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2356 | 2025-03-03T04:14:42.662Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2357 | 2025-03-03T04:14:42.786Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2358 | 2025-03-03T04:14:43.007Z | Compiling tabled_derive v0.7.0 |
2359 | 2025-03-03T04:14:44.793Z | Compiling packed_struct_codegen v0.10.1 |
2360 | 2025-03-03T04:14:45.096Z | Compiling parse-zoneinfo v0.3.1 |
2361 | 2025-03-03T04:14:45.138Z | Compiling indexmap v1.9.3 |
2362 | 2025-03-03T04:14:45.221Z | Checking progenitor v0.9.1 |
2363 | 2025-03-03T04:14:45.453Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2364 | 2025-03-03T04:14:45.475Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2365 | 2025-03-03T04:14:45.663Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2366 | 2025-03-03T04:14:46.762Z | Checking nodrop v0.1.14 |
2367 | 2025-03-03T04:14:46.914Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2368 | 2025-03-03T04:14:47.047Z | Compiling cfg_aliases v0.1.1 |
2369 | 2025-03-03T04:14:47.180Z | Compiling nix v0.28.0 |
2370 | 2025-03-03T04:14:48.101Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2371 | 2025-03-03T04:14:48.604Z | Checking array-init v0.0.4 |
2372 | 2025-03-03T04:14:49.388Z | Compiling chrono-tz-build v0.4.0 |
2373 | 2025-03-03T04:14:49.579Z | Checking tabled v0.15.0 |
2374 | 2025-03-03T04:14:50.568Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2375 | 2025-03-03T04:14:50.673Z | Checking smallvec v0.6.14 |
2376 | 2025-03-03T04:14:50.858Z | Checking nanorand v0.7.0 |
2377 | 2025-03-03T04:14:50.976Z | Checking hashbrown v0.12.3 |
2378 | 2025-03-03T04:14:51.042Z | Checking bitfield v0.14.0 |
2379 | 2025-03-03T04:14:51.239Z | Compiling parking_lot_core v0.8.6 |
2380 | 2025-03-03T04:14:51.361Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2381 | 2025-03-03T04:14:51.763Z | Checking flume v0.11.1 |
2382 | 2025-03-03T04:14:52.147Z | Checking serde-hex v0.1.0 |
2383 | 2025-03-03T04:14:52.263Z | Compiling chrono-tz v0.10.1 |
2384 | 2025-03-03T04:14:52.371Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2385 | 2025-03-03T04:14:52.648Z | Checking env_logger v0.10.2 |
2386 | 2025-03-03T04:14:52.677Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2387 | 2025-03-03T04:14:52.891Z | Checking ron v0.8.1 |
2388 | 2025-03-03T04:14:53.113Z | Checking hashbrown v0.13.2 |
2389 | 2025-03-03T04:14:53.741Z | Checking crc-any v2.5.0 |
2390 | 2025-03-03T04:14:54.094Z | Checking object v0.30.4 |
2391 | 2025-03-03T04:14:54.140Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2392 | 2025-03-03T04:14:55.595Z | Compiling peg-macros v0.8.4 |
2393 | 2025-03-03T04:14:55.967Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2394 | 2025-03-03T04:14:55.992Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2395 | 2025-03-03T04:14:56.624Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2396 | 2025-03-03T04:14:58.870Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2397 | 2025-03-03T04:14:59.230Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2398 | 2025-03-03T04:15:00.100Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2399 | 2025-03-03T04:15:00.413Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2400 | 2025-03-03T04:15:00.913Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2401 | 2025-03-03T04:15:01.065Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2402 | 2025-03-03T04:15:01.524Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2403 | 2025-03-03T04:15:02.016Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2025-03-03T04:15:02.244Z | Compiling sqlparser_derive v0.2.2 |
2405 | 2025-03-03T04:15:02.267Z | Checking path-slash v0.1.5 |
2406 | 2025-03-03T04:15:02.399Z | Checking glob v0.3.2 |
2407 | 2025-03-03T04:15:02.430Z | Checking unicode_categories v0.1.1 |
2408 | 2025-03-03T04:15:02.737Z | Checking sqlformat v0.2.6 |
2409 | 2025-03-03T04:15:02.778Z | Checking peg v0.8.4 |
2410 | 2025-03-03T04:15:02.907Z | Checking rustyline v14.0.0 |
2411 | 2025-03-03T04:15:03.093Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2412 | 2025-03-03T04:15:03.127Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2413 | 2025-03-03T04:15:03.259Z | Checking sqlparser v0.45.0 |
2414 | 2025-03-03T04:15:03.789Z | Checking parking_lot v0.11.2 |
2415 | 2025-03-03T04:15:05.419Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2416 | 2025-03-03T04:15:07.141Z | Checking bcs v0.1.6 |
2417 | 2025-03-03T04:15:07.295Z | Checking termtree v0.5.1 |
2418 | 2025-03-03T04:15:07.540Z | Checking sled v0.34.7 |
2419 | 2025-03-03T04:15:07.622Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2420 | 2025-03-03T04:15:08.293Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2421 | 2025-03-03T04:15:08.365Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2422 | 2025-03-03T04:15:08.583Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2423 | 2025-03-03T04:15:08.801Z | Checking hickory-client v0.24.4 |
2424 | 2025-03-03T04:15:09.185Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2425 | 2025-03-03T04:15:10.013Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2426 | 2025-03-03T04:15:10.356Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2427 | 2025-03-03T04:15:11.304Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2428 | 2025-03-03T04:15:11.742Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2429 | 2025-03-03T04:15:11.947Z | Checking hickory-server v0.24.4 |
2430 | 2025-03-03T04:15:12.172Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2431 | 2025-03-03T04:15:13.215Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2432 | 2025-03-03T04:15:13.655Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2433 | 2025-03-03T04:15:13.889Z | Compiling unicase v2.7.0 |
2434 | 2025-03-03T04:15:14.210Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2435 | 2025-03-03T04:15:14.464Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2436 | 2025-03-03T04:15:14.502Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2437 | 2025-03-03T04:15:14.921Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2438 | 2025-03-03T04:15:15.174Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2439 | 2025-03-03T04:15:15.463Z | Compiling dsl_auto_type v0.1.2 |
2440 | 2025-03-03T04:15:15.680Z | Checking primeorder v0.13.6 |
2441 | 2025-03-03T04:15:15.925Z | Checking scheduled-thread-pool v0.2.7 |
2442 | 2025-03-03T04:15:16.119Z | Compiling diesel_table_macro_syntax v0.2.0 |
2443 | 2025-03-03T04:15:16.173Z | Compiling crunchy v0.2.2 |
2444 | 2025-03-03T04:15:16.538Z | Checking r2d2 v0.8.10 |
2445 | 2025-03-03T04:15:16.701Z | Compiling mime_guess v2.0.5 |
2446 | 2025-03-03T04:15:16.728Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2447 | 2025-03-03T04:15:16.754Z | Compiling diesel_derives v2.2.3 |
2448 | 2025-03-03T04:15:16.866Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2449 | 2025-03-03T04:15:17.508Z | Compiling tiny-keccak v2.0.2 |
2450 | 2025-03-03T04:15:17.699Z | Checking http-range v0.1.5 |
2451 | 2025-03-03T04:15:17.967Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2452 | 2025-03-03T04:15:18.039Z | Checking atty v0.2.14 |
2453 | 2025-03-03T04:15:18.203Z | Compiling salty v0.3.0 |
2454 | 2025-03-03T04:15:18.238Z | Compiling bit-vec v0.6.3 |
2455 | 2025-03-03T04:15:18.262Z | Compiling ref-cast v1.0.23 |
2456 | 2025-03-03T04:15:18.652Z | Compiling bit-set v0.5.3 |
2457 | 2025-03-03T04:15:19.178Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2458 | 2025-03-03T04:15:19.459Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2459 | 2025-03-03T04:15:19.653Z | Checking p384 v0.13.0 |
2460 | 2025-03-03T04:15:20.268Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2461 | 2025-03-03T04:15:20.356Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2462 | 2025-03-03T04:15:20.648Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2463 | 2025-03-03T04:15:20.768Z | Compiling ascii-canvas v3.0.0 |
2464 | 2025-03-03T04:15:20.907Z | Compiling ena v0.14.3 |
2465 | 2025-03-03T04:15:20.974Z | Compiling ref-cast-impl v1.0.23 |
2466 | 2025-03-03T04:15:21.274Z | Compiling diff v0.1.13 |
2467 | 2025-03-03T04:15:21.309Z | Compiling bindgen v0.71.1 |
2468 | 2025-03-03T04:15:21.396Z | Compiling regex-syntax v0.6.29 |
2469 | 2025-03-03T04:15:21.701Z | Checking hyper-staticfile v0.10.1 |
2470 | 2025-03-03T04:15:22.196Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2471 | 2025-03-03T04:15:22.221Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2472 | 2025-03-03T04:15:22.307Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2473 | 2025-03-03T04:15:22.374Z | Checking env_filter v0.1.2 |
2474 | 2025-03-03T04:15:22.650Z | Compiling rustc-hash v2.1.1 |
2475 | 2025-03-03T04:15:22.683Z | Checking env_logger v0.11.5 |
2476 | 2025-03-03T04:15:22.711Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2477 | 2025-03-03T04:15:23.046Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2478 | 2025-03-03T04:15:23.335Z | Compiling derive_builder_core v0.20.2 |
2479 | 2025-03-03T04:15:23.405Z | Compiling libxml v0.3.3 |
2480 | 2025-03-03T04:15:23.817Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2481 | 2025-03-03T04:15:24.506Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2482 | 2025-03-03T04:15:24.624Z | Checking signal-hook-tokio v0.3.1 |
2483 | 2025-03-03T04:15:24.624Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2484 | 2025-03-03T04:15:24.756Z | Compiling strum_macros v0.24.3 |
2485 | 2025-03-03T04:15:25.060Z | Compiling lalrpop v0.19.12 |
2486 | 2025-03-03T04:15:25.588Z | Compiling derive_builder_macro v0.20.2 |
2487 | 2025-03-03T04:15:25.773Z | Compiling indoc v1.0.9 |
2488 | 2025-03-03T04:15:26.469Z | Checking derive_builder v0.20.2 |
2489 | 2025-03-03T04:15:26.599Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2490 | 2025-03-03T04:15:27.338Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2491 | 2025-03-03T04:15:27.991Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2492 | 2025-03-03T04:15:27.991Z | Checking diesel v2.2.7 |
2493 | 2025-03-03T04:15:28.152Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2494 | 2025-03-03T04:15:28.415Z | Checking quick-xml v0.37.2 |
2495 | 2025-03-03T04:15:28.538Z | Compiling oso-derive v0.27.3 |
2496 | 2025-03-03T04:15:28.586Z | Compiling impl-trait-for-tuples v0.2.2 |
2497 | 2025-03-03T04:15:29.513Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2498 | 2025-03-03T04:15:30.413Z | Checking tungstenite v0.23.0 |
2499 | 2025-03-03T04:15:30.597Z | Compiling diesel-dtrace v0.4.2 |
2500 | 2025-03-03T04:15:31.043Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2501 | 2025-03-03T04:15:31.135Z | Checking bb8 v0.8.5 |
2502 | 2025-03-03T04:15:31.254Z | Checking tokio-tungstenite v0.23.1 |
2503 | 2025-03-03T04:15:31.392Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2504 | 2025-03-03T04:15:31.661Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2505 | 2025-03-03T04:15:31.717Z | Checking nix v0.27.1 |
2506 | 2025-03-03T04:15:31.824Z | Compiling pin-project-internal v1.1.6 |
2507 | 2025-03-03T04:15:31.939Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2508 | 2025-03-03T04:15:34.139Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2509 | 2025-03-03T04:15:34.439Z | Checking pin-project v1.1.6 |
2510 | 2025-03-03T04:15:34.590Z | Compiling snafu-derive v0.8.5 |
2511 | 2025-03-03T04:15:34.666Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2512 | 2025-03-03T04:15:35.201Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2513 | 2025-03-03T04:15:35.368Z | Checking olpc-cjson v0.1.4 |
2514 | 2025-03-03T04:15:35.621Z | Checking globset v0.4.15 |
2515 | 2025-03-03T04:15:36.116Z | Checking serde_plain v1.0.2 |
2516 | 2025-03-03T04:15:36.388Z | Checking typed-path v0.9.3 |
2517 | 2025-03-03T04:15:36.710Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2518 | 2025-03-03T04:15:36.970Z | Checking parse-size v1.1.0 |
2519 | 2025-03-03T04:15:37.186Z | Compiling proc-macro-error-attr2 v2.0.0 |
2520 | 2025-03-03T04:15:37.672Z | Checking heck v0.4.1 |
2521 | 2025-03-03T04:15:37.921Z | Checking assert_matches v1.5.0 |
2522 | 2025-03-03T04:15:37.998Z | Compiling proc-macro-error2 v2.0.1 |
2523 | 2025-03-03T04:15:38.048Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2524 | 2025-03-03T04:15:38.289Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2525 | 2025-03-03T04:15:38.487Z | Checking rand_seeder v0.3.0 |
2526 | 2025-03-03T04:15:38.623Z | Compiling tabled_derive v0.10.0 |
2527 | 2025-03-03T04:15:38.738Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2528 | 2025-03-03T04:15:39.279Z | Checking snafu v0.8.5 |
2529 | 2025-03-03T04:15:39.322Z | Checking papergrid v0.14.0 |
2530 | 2025-03-03T04:15:39.756Z | Checking tough v0.19.0 |
2531 | 2025-03-03T04:15:40.806Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2532 | 2025-03-03T04:15:41.386Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2533 | 2025-03-03T04:15:41.425Z | Checking tabled v0.18.0 |
2534 | 2025-03-03T04:15:41.822Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2535 | 2025-03-03T04:15:42.089Z | Checking io-lifetimes v1.0.11 |
2536 | 2025-03-03T04:15:42.302Z | Checking rustix v0.37.28 |
2537 | 2025-03-03T04:15:42.607Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2538 | 2025-03-03T04:15:43.400Z | Checking terminal_size v0.2.6 |
2539 | 2025-03-03T04:15:43.600Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2540 | 2025-03-03T04:15:44.216Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2541 | 2025-03-03T04:15:44.663Z | Compiling libz-sys v1.1.20 |
2542 | 2025-03-03T04:15:44.820Z | Compiling indoc v2.0.5 |
2543 | 2025-03-03T04:15:45.336Z | Checking unicode-linebreak v0.1.5 |
2544 | 2025-03-03T04:15:45.728Z | Checking smawk v0.3.2 |
2545 | 2025-03-03T04:15:45.788Z | Checking castaway v0.2.3 |
2546 | 2025-03-03T04:15:45.894Z | Checking is_ci v1.2.0 |
2547 | 2025-03-03T04:15:45.940Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2548 | 2025-03-03T04:15:45.963Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2549 | 2025-03-03T04:15:45.987Z | Checking textwrap v0.16.1 |
2550 | 2025-03-03T04:15:46.064Z | Checking supports-color v3.0.2 |
2551 | 2025-03-03T04:15:46.289Z | Checking compact_str v0.8.0 |
2552 | 2025-03-03T04:15:46.331Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2553 | 2025-03-03T04:15:46.380Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2554 | 2025-03-03T04:15:46.917Z | Checking unicode-truncate v1.1.0 |
2555 | 2025-03-03T04:15:47.150Z | Checking lru v0.12.5 |
2556 | 2025-03-03T04:15:47.173Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2557 | 2025-03-03T04:15:47.197Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2558 | 2025-03-03T04:15:47.458Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2559 | 2025-03-03T04:15:48.003Z | Compiling instability v0.3.2 |
2560 | 2025-03-03T04:15:48.827Z | Checking cassowary v0.3.0 |
2561 | 2025-03-03T04:15:49.228Z | Checking ratatui v0.29.0 |
2562 | 2025-03-03T04:15:49.786Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2563 | 2025-03-03T04:15:51.707Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2564 | 2025-03-03T04:15:52.080Z | Checking cargo-platform v0.1.8 |
2565 | 2025-03-03T04:15:52.409Z | Checking cargo_metadata v0.19.1 |
2566 | 2025-03-03T04:15:52.444Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2567 | 2025-03-03T04:15:52.730Z | Compiling vergen v8.3.2 |
2568 | 2025-03-03T04:15:53.638Z | Compiling cargo_metadata v0.18.1 |
2569 | 2025-03-03T04:15:53.929Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2570 | 2025-03-03T04:15:54.138Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2571 | 2025-03-03T04:15:55.679Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2572 | 2025-03-03T04:15:56.028Z | Compiling rustls v0.21.12 |
2573 | 2025-03-03T04:15:56.345Z | Checking shell-words v1.1.0 |
2574 | 2025-03-03T04:15:56.563Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2575 | 2025-03-03T04:15:56.585Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2576 | 2025-03-03T04:15:56.610Z | Checking rustls-webpki v0.101.7 |
2577 | 2025-03-03T04:15:56.887Z | Checking sct v0.7.1 |
2578 | 2025-03-03T04:15:56.987Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2579 | 2025-03-03T04:15:57.105Z | Checking concurrent-queue v2.5.0 |
2580 | 2025-03-03T04:15:57.351Z | Checking parking v2.2.1 |
2581 | 2025-03-03T04:15:57.455Z | Checking plotters-backend v0.3.7 |
2582 | 2025-03-03T04:15:57.600Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2583 | 2025-03-03T04:15:57.815Z | Checking plotters-svg v0.3.7 |
2584 | 2025-03-03T04:15:58.104Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2585 | 2025-03-03T04:15:58.413Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2586 | 2025-03-03T04:15:58.738Z | Checking async-bb8-diesel v0.2.1 |
2587 | 2025-03-03T04:15:59.409Z | Checking rustls-pemfile v1.0.4 |
2588 | 2025-03-03T04:15:59.558Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2589 | 2025-03-03T04:15:59.644Z | Checking twox-hash v2.1.0 |
2590 | 2025-03-03T04:15:59.925Z | Checking cast v0.3.0 |
2591 | 2025-03-03T04:16:00.219Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2592 | 2025-03-03T04:16:00.248Z | Checking criterion-plot v0.5.0 |
2593 | 2025-03-03T04:16:00.304Z | Checking tokio-rustls v0.24.1 |
2594 | 2025-03-03T04:16:00.741Z | Checking plotters v0.3.7 |
2595 | 2025-03-03T04:16:00.769Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2596 | 2025-03-03T04:16:02.418Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2597 | 2025-03-03T04:16:02.490Z | Checking fatfs v0.3.6 |
2598 | 2025-03-03T04:16:03.502Z | Checking tinytemplate v1.2.1 |
2599 | 2025-03-03T04:16:03.934Z | Checking csv-core v0.1.11 |
2600 | 2025-03-03T04:16:04.123Z | Checking anes v0.1.6 |
2601 | 2025-03-03T04:16:04.286Z | Checking oorandom v11.1.4 |
2602 | 2025-03-03T04:16:04.429Z | Checking hex-literal v0.4.1 |
2603 | 2025-03-03T04:16:04.506Z | Checking criterion v0.5.1 |
2604 | 2025-03-03T04:16:04.596Z | Checking csv v1.3.1 |
2605 | 2025-03-03T04:16:05.472Z | Checking event-listener v5.3.1 |
2606 | 2025-03-03T04:16:05.916Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2607 | 2025-03-03T04:16:07.149Z | Checking rtoolbox v0.0.2 |
2608 | 2025-03-03T04:16:07.367Z | Checking rpassword v7.3.1 |
2609 | 2025-03-03T04:16:07.563Z | Checking event-listener-strategy v0.5.2 |
2610 | 2025-03-03T04:16:07.803Z | Checking tui-tree-widget v0.23.0 |
2611 | 2025-03-03T04:16:08.162Z | Checking polyval v0.6.2 |
2612 | 2025-03-03T04:16:08.489Z | Checking ghash v0.5.1 |
2613 | 2025-03-03T04:16:08.687Z | Checking futures-lite v2.3.0 |
2614 | 2025-03-03T04:16:09.891Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2615 | 2025-03-03T04:16:10.407Z | Checking ctr v0.9.2 |
2616 | 2025-03-03T04:16:10.861Z | Checking yansi v1.0.1 |
2617 | 2025-03-03T04:16:11.398Z | Checking pretty_assertions v1.4.1 |
2618 | 2025-03-03T04:16:11.429Z | Checking aes-gcm v0.10.3 |
2619 | 2025-03-03T04:16:11.626Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2620 | 2025-03-03T04:16:11.666Z | Checking ssh-encoding v0.2.0 |
2621 | 2025-03-03T04:16:11.811Z | Checking blowfish v0.9.1 |
2622 | 2025-03-03T04:16:12.042Z | Checking ssh-cipher v0.2.0 |
2623 | 2025-03-03T04:16:12.067Z | Checking bcrypt-pbkdf v0.10.0 |
2624 | 2025-03-03T04:16:12.362Z | Checking async-lock v3.4.0 |
2625 | 2025-03-03T04:16:12.365Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2626 | 2025-03-03T04:16:13.228Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2627 | 2025-03-03T04:16:13.316Z | Checking polling v3.7.3 |
2628 | 2025-03-03T04:16:13.739Z | Checking password-hash v0.4.2 |
2629 | 2025-03-03T04:16:14.150Z | Checking pbkdf2 v0.11.0 |
2630 | 2025-03-03T04:16:14.430Z | Checking async-io v2.3.4 |
2631 | 2025-03-03T04:16:14.453Z | Checking ssh-key v0.6.6 |
2632 | 2025-03-03T04:16:15.251Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2633 | 2025-03-03T04:16:15.967Z | Checking p256 v0.13.2 |
2634 | 2025-03-03T04:16:16.100Z | Checking p521 v0.13.3 |
2635 | 2025-03-03T04:16:16.458Z | Checking russh-cryptovec v0.7.3 |
2636 | 2025-03-03T04:16:16.677Z | Checking async-task v4.7.1 |
2637 | 2025-03-03T04:16:17.039Z | Compiling target-lexicon v0.13.2 |
2638 | 2025-03-03T04:16:17.507Z | Checking md5 v0.7.0 |
2639 | 2025-03-03T04:16:17.537Z | Checking async-channel v2.3.1 |
2640 | 2025-03-03T04:16:17.830Z | Checking russh-keys v0.45.0 |
2641 | 2025-03-03T04:16:17.833Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2642 | 2025-03-03T04:16:18.147Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2643 | 2025-03-03T04:16:18.910Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2644 | 2025-03-03T04:16:19.125Z | Checking piper v0.2.4 |
2645 | 2025-03-03T04:16:19.375Z | Checking num-bigint v0.4.6 |
2646 | 2025-03-03T04:16:19.433Z | Checking des v0.8.1 |
2647 | 2025-03-03T04:16:19.656Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2648 | 2025-03-03T04:16:19.721Z | Compiling guppy-workspace-hack v0.1.0 |
2649 | 2025-03-03T04:16:20.043Z | Checking futures-timer v3.0.3 |
2650 | 2025-03-03T04:16:20.426Z | Checking blocking v1.6.1 |
2651 | 2025-03-03T04:16:20.549Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2652 | 2025-03-03T04:16:21.262Z | Checking async-executor v1.13.1 |
2653 | 2025-03-03T04:16:21.635Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2654 | 2025-03-03T04:16:21.706Z | Checking russh v0.45.0 |
2655 | 2025-03-03T04:16:21.918Z | Checking async-signal v0.2.10 |
2656 | 2025-03-03T04:16:22.177Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2657 | 2025-03-03T04:16:22.499Z | Checking internet-checksum v0.2.1 |
2658 | 2025-03-03T04:16:22.556Z | Compiling target-spec v3.4.2 |
2659 | 2025-03-03T04:16:22.705Z | Checking event-listener v2.5.3 |
2660 | 2025-03-03T04:16:22.952Z | Checking async-channel v1.9.0 |
2661 | 2025-03-03T04:16:23.223Z | Checking async-process v2.3.0 |
2662 | 2025-03-03T04:16:23.639Z | Checking async-global-executor v2.4.1 |
2663 | 2025-03-03T04:16:23.666Z | Checking cfg-expr v0.18.0 |
2664 | 2025-03-03T04:16:24.084Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2665 | 2025-03-03T04:16:24.539Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2666 | 2025-03-03T04:16:25.622Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2667 | 2025-03-03T04:16:25.829Z | Checking httptest v0.16.3 |
2668 | 2025-03-03T04:16:26.033Z | Compiling petname v2.0.2 |
2669 | 2025-03-03T04:16:26.472Z | Checking kv-log-macro v1.0.7 |
2670 | 2025-03-03T04:16:26.626Z | Compiling async-attributes v1.1.2 |
2671 | 2025-03-03T04:16:27.476Z | Checking async-std v1.13.0 |
2672 | 2025-03-03T04:16:29.171Z | Checking pathdiff v0.2.3 |
2673 | 2025-03-03T04:16:29.354Z | Compiling rstest_macros v0.24.0 |
2674 | 2025-03-03T04:16:29.375Z | Compiling target-triple v0.1.3 |
2675 | 2025-03-03T04:16:29.880Z | Checking nested v0.1.1 |
2676 | 2025-03-03T04:16:29.904Z | Compiling doc-comment v0.3.3 |
2677 | 2025-03-03T04:16:30.120Z | Checking guppy v0.17.17 |
2678 | 2025-03-03T04:16:30.915Z | Checking async-object-pool v0.1.5 |
2679 | 2025-03-03T04:16:31.131Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2680 | 2025-03-03T04:16:31.574Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2681 | 2025-03-03T04:16:31.918Z | Checking similar-asserts v1.6.1 |
2682 | 2025-03-03T04:16:32.078Z | Checking serde_regex v1.1.0 |
2683 | 2025-03-03T04:16:32.179Z | Checking assert-json-diff v2.0.2 |
2684 | 2025-03-03T04:16:32.365Z | Compiling proc-macro-crate v3.2.0 |
2685 | 2025-03-03T04:16:32.472Z | Checking path-tree v0.8.1 |
2686 | 2025-03-03T04:16:32.850Z | Compiling assert_cmd v2.0.16 |
2687 | 2025-03-03T04:16:33.307Z | Compiling relative-path v1.9.3 |
2688 | 2025-03-03T04:16:33.636Z | Checking stringmetrics v2.2.2 |
2689 | 2025-03-03T04:16:33.900Z | Checking sync-ptr v0.1.1 |
2690 | 2025-03-03T04:16:33.927Z | Checking httpmock v0.8.0-alpha.1 |
2691 | 2025-03-03T04:16:34.496Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2692 | 2025-03-03T04:16:35.713Z | Checking blake2b_simd v1.0.2 |
2693 | 2025-03-03T04:16:36.595Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2694 | 2025-03-03T04:16:39.081Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2695 | 2025-03-03T04:16:39.369Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2696 | 2025-03-03T04:16:39.658Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2697 | 2025-03-03T04:16:39.987Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2698 | 2025-03-03T04:16:40.559Z | Compiling git2 v0.19.0 |
2699 | 2025-03-03T04:16:40.680Z | Checking serde_tokenstream v0.2.2 |
2700 | 2025-03-03T04:16:41.118Z | Checking uzers v0.12.1 |
2701 | 2025-03-03T04:16:41.710Z | Checking rust-argon2 v2.1.0 |
2702 | 2025-03-03T04:16:42.375Z | Checking rstest v0.24.0 |
2703 | 2025-03-03T04:16:42.629Z | Checking trybuild v1.0.103 |
2704 | 2025-03-03T04:16:42.655Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2705 | 2025-03-03T04:16:43.892Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2706 | 2025-03-03T04:16:44.019Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2707 | 2025-03-03T04:16:45.221Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2708 | 2025-03-03T04:16:45.581Z | Checking rand_distr v0.4.3 |
2709 | 2025-03-03T04:16:48.007Z | Checking multimap v0.10.0 |
2710 | 2025-03-03T04:16:48.251Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2711 | 2025-03-03T04:16:48.338Z | Checking approx v0.5.1 |
2712 | 2025-03-03T04:16:48.631Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2713 | 2025-03-03T04:16:48.997Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2714 | 2025-03-03T04:16:49.648Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2715 | 2025-03-03T04:16:50.337Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2716 | 2025-03-03T04:16:50.577Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2717 | 2025-03-03T04:16:50.819Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2718 | 2025-03-03T04:16:50.872Z | Checking partial-io v0.5.4 |
2719 | 2025-03-03T04:16:51.260Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2720 | 2025-03-03T04:16:51.626Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2721 | 2025-03-03T04:16:51.661Z | Checking cargo_toml v0.21.0 |
2722 | 2025-03-03T04:16:52.701Z | Checking termios v0.3.3 |
2723 | 2025-03-03T04:16:52.966Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2724 | 2025-03-03T04:16:52.995Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2725 | 2025-03-03T04:16:54.041Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2726 | 2025-03-03T04:16:56.674Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2727 | 2025-03-03T04:16:56.931Z | Compiling samael v0.0.18 |
2728 | 2025-03-03T04:17:12.920Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2729 | 2025-03-03T04:17:19.587Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2730 | 2025-03-03T04:17:46.910Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2731 | 2025-03-03T04:17:47.316Z | Compiling polar-core v0.27.3 |
2732 | 2025-03-03T04:17:48.769Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2733 | 2025-03-03T04:17:49.735Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2734 | 2025-03-03T04:17:58.490Z | Checking oso v0.27.3 |
2735 | 2025-03-03T04:18:37.088Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2736 | 2025-03-03T04:18:37.092Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2737 | 2025-03-03T04:18:37.092Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2738 | 2025-03-03T04:19:50.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 29s |
2739 | 2025-03-03T04:19:50.667Z | |
2740 | 2025-03-03T04:19:50.667Z | real 6:33.803607284 |
2741 | 2025-03-03T04:19:50.667Z | user 36:13.090337799 |
2742 | 2025-03-03T04:19:50.667Z | sys 5:10.521159725 |
2743 | 2025-03-03T04:19:50.667Z | trap 1.059217589 |
2744 | 2025-03-03T04:19:50.667Z | tflt 0.442750380 |
2745 | 2025-03-03T04:19:50.671Z | dflt 0.316160570 |
2746 | 2025-03-03T04:19:50.671Z | kflt 0.001266152 |
2747 | 2025-03-03T04:19:50.671Z | lock 52:36.084577305 |
2748 | 2025-03-03T04:19:50.671Z | slp 2:03:33.268779981 |
2749 | 2025-03-03T04:19:50.671Z | lat 1:45.899539562 |
2750 | 2025-03-03T04:19:50.671Z | stop 6:55.899628839 |
2751 | 2025-03-03T04:19:50.671Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2752 | 2025-03-03T04:19:50.671Z | + ptime -m cargo doc --workspace --no-deps |
2753 | 2025-03-03T04:19:51.923Z | warning: output filename collision. |
2754 | 2025-03-03T04:19:51.923Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2755 | 2025-03-03T04:19:51.923Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2756 | 2025-03-03T04:19:51.923Z | The targets should have unique names. |
2757 | 2025-03-03T04:19:51.923Z | This is a known bug where multiple crates with the same name use |
2758 | 2025-03-03T04:19:51.923Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2759 | 2025-03-03T04:19:52.384Z | Compiling ring v0.17.11 |
2760 | 2025-03-03T04:19:52.473Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2761 | 2025-03-03T04:19:52.501Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2762 | 2025-03-03T04:19:52.550Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2763 | 2025-03-03T04:19:52.570Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2764 | 2025-03-03T04:19:52.573Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2765 | 2025-03-03T04:19:53.960Z | Compiling rustls v0.23.19 |
2766 | 2025-03-03T04:19:53.964Z | Compiling rustls v0.22.4 |
2767 | 2025-03-03T04:19:53.964Z | Compiling rustls v0.21.12 |
2768 | 2025-03-03T04:19:55.398Z | Checking rustls-webpki v0.102.8 |
2769 | 2025-03-03T04:19:55.398Z | Checking rcgen v0.12.1 |
2770 | 2025-03-03T04:19:55.402Z | Checking rustls-webpki v0.101.7 |
2771 | 2025-03-03T04:19:55.402Z | Checking sct v0.7.1 |
2772 | 2025-03-03T04:19:58.297Z | Checking tokio-rustls v0.24.1 |
2773 | 2025-03-03T04:19:58.667Z | Checking tokio-rustls v0.25.0 |
2774 | 2025-03-03T04:19:58.932Z | Checking dropshot v0.12.0 |
2775 | 2025-03-03T04:19:58.936Z | Checking dropshot v0.16.0 |
2776 | 2025-03-03T04:20:00.191Z | Checking tokio-rustls v0.26.0 |
2777 | 2025-03-03T04:20:00.615Z | Checking hyper-rustls v0.27.5 |
2778 | 2025-03-03T04:20:01.031Z | Checking reqwest v0.12.12 |
2779 | 2025-03-03T04:20:01.664Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2780 | 2025-03-03T04:20:02.056Z | Checking qorb v0.2.1 |
2781 | 2025-03-03T04:20:02.352Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2782 | 2025-03-03T04:20:02.902Z | Checking progenitor-client v0.9.1 |
2783 | 2025-03-03T04:20:02.931Z | Checking progenitor-client v0.8.0 |
2784 | 2025-03-03T04:20:03.310Z | Checking progenitor v0.8.0 |
2785 | 2025-03-03T04:20:03.332Z | Checking progenitor v0.9.1 |
2786 | 2025-03-03T04:20:03.837Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2787 | 2025-03-03T04:20:03.857Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2788 | 2025-03-03T04:20:03.857Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2789 | 2025-03-03T04:20:04.593Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2790 | 2025-03-03T04:20:08.135Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2791 | 2025-03-03T04:20:08.403Z | Compiling omicron-zone-package v0.12.0 |
2792 | 2025-03-03T04:20:08.427Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2793 | 2025-03-03T04:20:08.561Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
2794 | 2025-03-03T04:20:09.060Z | Checking tough v0.19.0 |
2795 | 2025-03-03T04:20:09.490Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2796 | 2025-03-03T04:20:10.447Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2797 | 2025-03-03T04:20:12.849Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2798 | 2025-03-03T04:20:13.067Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2799 | 2025-03-03T04:20:13.175Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2800 | 2025-03-03T04:20:13.286Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2801 | 2025-03-03T04:20:13.286Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2802 | 2025-03-03T04:20:13.289Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2803 | 2025-03-03T04:20:13.350Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2804 | 2025-03-03T04:20:13.455Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2805 | 2025-03-03T04:20:13.539Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2806 | 2025-03-03T04:20:13.626Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2807 | 2025-03-03T04:20:13.742Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2808 | 2025-03-03T04:20:14.054Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2809 | 2025-03-03T04:20:14.097Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2810 | 2025-03-03T04:20:14.317Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2811 | 2025-03-03T04:20:14.630Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2812 | 2025-03-03T04:20:14.678Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2813 | 2025-03-03T04:20:15.047Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2814 | 2025-03-03T04:20:15.384Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2815 | 2025-03-03T04:20:15.683Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2816 | 2025-03-03T04:20:15.772Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2817 | 2025-03-03T04:20:16.136Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2818 | 2025-03-03T04:20:16.210Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2819 | 2025-03-03T04:20:16.644Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2820 | 2025-03-03T04:20:16.646Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2821 | 2025-03-03T04:20:17.189Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2822 | 2025-03-03T04:20:17.217Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2823 | 2025-03-03T04:20:17.428Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2824 | 2025-03-03T04:20:17.564Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2825 | 2025-03-03T04:20:17.676Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2826 | 2025-03-03T04:20:17.849Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2827 | 2025-03-03T04:20:17.968Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2828 | 2025-03-03T04:20:18.019Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2829 | 2025-03-03T04:20:18.078Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2830 | 2025-03-03T04:20:18.317Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2831 | 2025-03-03T04:20:18.342Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2832 | 2025-03-03T04:20:18.440Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2833 | 2025-03-03T04:20:18.752Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2834 | 2025-03-03T04:20:18.789Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2835 | 2025-03-03T04:20:18.820Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2836 | 2025-03-03T04:20:18.861Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2837 | 2025-03-03T04:20:19.104Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2838 | 2025-03-03T04:20:19.664Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2839 | 2025-03-03T04:20:20.153Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2840 | 2025-03-03T04:20:21.233Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2841 | 2025-03-03T04:20:22.015Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2842 | 2025-03-03T04:20:22.817Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2843 | 2025-03-03T04:20:23.373Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2844 | 2025-03-03T04:20:23.542Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2845 | 2025-03-03T04:20:24.795Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2846 | 2025-03-03T04:20:25.133Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2847 | 2025-03-03T04:20:25.741Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2848 | 2025-03-03T04:20:26.531Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2849 | 2025-03-03T04:20:27.080Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2850 | 2025-03-03T04:20:27.316Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2851 | 2025-03-03T04:20:27.605Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2852 | 2025-03-03T04:20:28.164Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2853 | 2025-03-03T04:20:28.374Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2854 | 2025-03-03T04:20:28.924Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2855 | 2025-03-03T04:20:29.656Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2856 | 2025-03-03T04:20:29.706Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2857 | 2025-03-03T04:20:30.074Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2858 | 2025-03-03T04:20:30.242Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2859 | 2025-03-03T04:20:30.618Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2860 | 2025-03-03T04:20:31.340Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2861 | 2025-03-03T04:20:32.568Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2862 | 2025-03-03T04:20:33.428Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2863 | 2025-03-03T04:20:33.643Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2864 | 2025-03-03T04:20:33.855Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2865 | 2025-03-03T04:20:34.201Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2866 | 2025-03-03T04:20:34.227Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2867 | 2025-03-03T04:20:34.250Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2868 | 2025-03-03T04:20:34.870Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2869 | 2025-03-03T04:20:35.594Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2870 | 2025-03-03T04:20:36.690Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2871 | 2025-03-03T04:20:36.881Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2872 | 2025-03-03T04:20:37.105Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2873 | 2025-03-03T04:20:37.331Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2874 | 2025-03-03T04:20:37.684Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2875 | 2025-03-03T04:20:38.107Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2876 | 2025-03-03T04:20:38.571Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2877 | 2025-03-03T04:20:38.812Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2878 | 2025-03-03T04:20:39.121Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2879 | 2025-03-03T04:20:39.154Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2880 | 2025-03-03T04:20:39.262Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2881 | 2025-03-03T04:20:39.408Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2882 | 2025-03-03T04:20:39.601Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2883 | 2025-03-03T04:20:40.067Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2884 | 2025-03-03T04:20:40.248Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2885 | 2025-03-03T04:20:40.934Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2886 | 2025-03-03T04:20:40.962Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2887 | 2025-03-03T04:20:41.037Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2888 | 2025-03-03T04:20:41.402Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2889 | 2025-03-03T04:20:41.550Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2890 | 2025-03-03T04:20:41.871Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2891 | 2025-03-03T04:20:42.078Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2892 | 2025-03-03T04:20:42.204Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2893 | 2025-03-03T04:20:42.374Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2894 | 2025-03-03T04:20:43.444Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2895 | 2025-03-03T04:20:43.885Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2896 | 2025-03-03T04:20:45.636Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2897 | 2025-03-03T04:20:46.402Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2898 | 2025-03-03T04:20:46.437Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2899 | 2025-03-03T04:20:46.864Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2900 | 2025-03-03T04:20:47.602Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2901 | 2025-03-03T04:20:47.809Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2902 | 2025-03-03T04:20:48.526Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2903 | 2025-03-03T04:20:48.884Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2904 | 2025-03-03T04:20:49.073Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2905 | 2025-03-03T04:20:49.651Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2906 | 2025-03-03T04:20:49.798Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2907 | 2025-03-03T04:20:51.046Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2908 | 2025-03-03T04:20:51.259Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2909 | 2025-03-03T04:20:51.320Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2910 | 2025-03-03T04:20:51.753Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2911 | 2025-03-03T04:20:54.533Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2912 | 2025-03-03T04:20:55.770Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2913 | 2025-03-03T04:20:56.178Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2914 | 2025-03-03T04:20:56.269Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2915 | 2025-03-03T04:20:56.613Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2916 | 2025-03-03T04:20:56.787Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2917 | 2025-03-03T04:20:56.838Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2918 | 2025-03-03T04:20:57.213Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2919 | 2025-03-03T04:20:57.771Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2920 | 2025-03-03T04:20:58.589Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2921 | 2025-03-03T04:21:00.816Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2922 | 2025-03-03T04:21:01.842Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2923 | 2025-03-03T04:21:02.177Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2924 | 2025-03-03T04:21:07.676Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2925 | 2025-03-03T04:21:08.255Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2926 | 2025-03-03T04:21:08.364Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2927 | 2025-03-03T04:21:11.650Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2928 | 2025-03-03T04:21:13.220Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2929 | 2025-03-03T04:21:14.305Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2930 | 2025-03-03T04:21:14.747Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2931 | 2025-03-03T04:21:17.191Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2932 | 2025-03-03T04:21:17.610Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2933 | 2025-03-03T04:21:17.972Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2934 | 2025-03-03T04:21:18.786Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2935 | 2025-03-03T04:21:19.385Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2936 | 2025-03-03T04:21:20.678Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2937 | 2025-03-03T04:21:25.771Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2938 | 2025-03-03T04:21:26.552Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2939 | 2025-03-03T04:21:27.353Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2940 | 2025-03-03T04:21:28.805Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2941 | 2025-03-03T04:21:29.444Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2942 | 2025-03-03T04:21:30.269Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2943 | 2025-03-03T04:21:30.421Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2944 | 2025-03-03T04:21:31.338Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2945 | 2025-03-03T04:21:31.404Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2946 | 2025-03-03T04:21:33.157Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2947 | 2025-03-03T04:21:34.083Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2948 | 2025-03-03T04:21:35.061Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2949 | 2025-03-03T04:21:35.662Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2950 | 2025-03-03T04:21:36.788Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2951 | 2025-03-03T04:21:36.923Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2952 | 2025-03-03T04:21:37.221Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2953 | 2025-03-03T04:21:37.685Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2954 | 2025-03-03T04:21:38.732Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2955 | 2025-03-03T04:21:39.466Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2956 | 2025-03-03T04:21:40.974Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2957 | 2025-03-03T04:21:41.488Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2958 | 2025-03-03T04:21:41.618Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2959 | 2025-03-03T04:21:41.699Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2960 | 2025-03-03T04:21:42.770Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2961 | 2025-03-03T04:21:44.413Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2962 | 2025-03-03T04:21:44.720Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2963 | 2025-03-03T04:21:44.831Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2964 | 2025-03-03T04:21:45.529Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2965 | 2025-03-03T04:21:45.691Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2966 | 2025-03-03T04:21:48.116Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2967 | 2025-03-03T04:21:48.557Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2968 | 2025-03-03T04:21:48.974Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2969 | 2025-03-03T04:21:49.663Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2970 | 2025-03-03T04:21:51.451Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2971 | 2025-03-03T04:21:51.710Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2972 | 2025-03-03T04:21:52.207Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2973 | 2025-03-03T04:21:52.230Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2974 | 2025-03-03T04:21:53.012Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2975 | 2025-03-03T04:21:55.520Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2976 | 2025-03-03T04:21:55.778Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2977 | 2025-03-03T04:21:56.082Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2978 | 2025-03-03T04:21:56.380Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2979 | 2025-03-03T04:21:57.814Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2980 | 2025-03-03T04:21:58.260Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2981 | 2025-03-03T04:21:59.568Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2982 | 2025-03-03T04:21:59.860Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2983 | 2025-03-03T04:21:59.993Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2984 | 2025-03-03T04:22:00.342Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2985 | 2025-03-03T04:22:02.742Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2986 | 2025-03-03T04:22:03.849Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2987 | 2025-03-03T04:22:04.308Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2988 | 2025-03-03T04:22:05.376Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2989 | 2025-03-03T04:22:06.110Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2990 | 2025-03-03T04:22:08.072Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2991 | 2025-03-03T04:22:08.234Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2992 | 2025-03-03T04:22:08.760Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2993 | 2025-03-03T04:22:08.832Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2994 | 2025-03-03T04:22:09.357Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2995 | 2025-03-03T04:22:10.667Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2996 | 2025-03-03T04:22:12.116Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2997 | 2025-03-03T04:22:12.658Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2998 | 2025-03-03T04:22:12.682Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2999 | 2025-03-03T04:22:12.866Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3000 | 2025-03-03T04:22:13.917Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3001 | 2025-03-03T04:22:16.073Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3002 | 2025-03-03T04:22:16.207Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3003 | 2025-03-03T04:22:16.256Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3004 | 2025-03-03T04:22:17.118Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3005 | 2025-03-03T04:22:17.155Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3006 | 2025-03-03T04:22:17.234Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3007 | 2025-03-03T04:22:17.388Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3008 | 2025-03-03T04:22:17.587Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3009 | 2025-03-03T04:22:18.160Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3010 | 2025-03-03T04:22:18.463Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
3011 | 2025-03-03T04:22:19.259Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3012 | 2025-03-03T04:22:19.497Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3013 | 2025-03-03T04:22:20.030Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3014 | 2025-03-03T04:22:20.125Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3015 | 2025-03-03T04:22:20.261Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3016 | 2025-03-03T04:22:39.423Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3017 | 2025-03-03T04:22:39.426Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3018 | 2025-03-03T04:22:39.427Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3019 | 2025-03-03T04:22:39.427Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3020 | 2025-03-03T04:22:40.299Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3021 | 2025-03-03T04:22:40.430Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3022 | 2025-03-03T04:22:40.536Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3023 | 2025-03-03T04:22:40.574Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3024 | 2025-03-03T04:22:42.594Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3025 | 2025-03-03T04:22:48.275Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3026 | 2025-03-03T04:22:48.684Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3027 | 2025-03-03T04:23:30.129Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3028 | 2025-03-03T04:23:36.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 46s |
3029 | 2025-03-03T04:23:37.087Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
3030 | 2025-03-03T04:23:37.126Z | |
3031 | 2025-03-03T04:23:37.129Z | real 3:46.401559870 |
3032 | 2025-03-03T04:23:37.129Z | user 20:00.886351387 |
3033 | 2025-03-03T04:23:37.129Z | sys 2:44.512389674 |
3034 | 2025-03-03T04:23:37.129Z | trap 0.542954880 |
3035 | 2025-03-03T04:23:37.130Z | tflt 0.148720001 |
3036 | 2025-03-03T04:23:37.130Z | dflt 0.168463739 |
3037 | 2025-03-03T04:23:37.130Z | kflt 0.000089844 |
3038 | 2025-03-03T04:23:37.130Z | lock 32:09.487875708 |
3039 | 2025-03-03T04:23:37.130Z | slp 57:21.198845294 |
3040 | 2025-03-03T04:23:37.130Z | lat 1:10.717832832 |
3041 | 2025-03-03T04:23:37.130Z | stop 1:33.127058378 |
3042 | 2025-03-03T04:23:37.130Z | process exited: duration 1095416 ms, exit code 0 |
|
3043 | 2025-03-03T04:23:37.145Z | found 0 output files |