|
|
|
1 | 2025-03-17T15:51:03.588Z | job assigned to worker 01JPJCRZCJ3FJ4V0RYGEQRBFGK [factory aws, i-0e7f99c107a8f24ca] (queued for 49 s) |
|
2 | 2025-03-17T15:51:11.083Z | starting task 0: "setup" |
3 | 2025-03-17T15:51:11.088Z | ++ uname -s |
4 | 2025-03-17T15:51:11.091Z | + kern=SunOS |
5 | 2025-03-17T15:51:11.091Z | + build_user=build |
6 | 2025-03-17T15:51:11.091Z | + build_uid=12345 |
7 | 2025-03-17T15:51:11.091Z | + work_dir=/work |
8 | 2025-03-17T15:51:11.091Z | + input_dir=/input |
9 | 2025-03-17T15:51:11.091Z | + [[ 0 == 12345 ]] |
10 | 2025-03-17T15:51:11.091Z | + case "$kern" in |
11 | 2025-03-17T15:51:11.091Z | + groupadd -g 12345 build |
12 | 2025-03-17T15:51:11.094Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-17T15:51:13.101Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-17T15:51:13.235Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-17T15:51:13.238Z | + home_fs=zfs |
16 | 2025-03-17T15:51:13.238Z | + [[ zfs == autofs ]] |
17 | 2025-03-17T15:51:13.238Z | + mkdir -p /home/build |
18 | 2025-03-17T15:51:13.238Z | + chown build:build /home/build /work |
19 | 2025-03-17T15:51:15.242Z | + chmod 0700 /home/build /work |
20 | 2025-03-17T15:51:15.245Z | process exited: duration 4161 ms, exit code 0 |
|
21 | 2025-03-17T15:51:15.253Z | starting task 1: "rust-toolchain" |
22 | 2025-03-17T15:51:15.258Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-17T15:51:15.258Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-17T15:51:15.258Z | * rust toolchain profile = "default" |
25 | 2025-03-17T15:51:15.258Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-17T15:51:15.258Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-17T15:51:15.258Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-17T15:51:15.261Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-17T15:51:15.261Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-17T15:51:15.382Z | info: downloading installer |
31 | 2025-03-17T15:51:16.744Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-17T15:51:16.745Z | warn: /opt/ooce/bin |
33 | 2025-03-17T15:51:16.745Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-17T15:51:16.745Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-17T15:51:16.745Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-17T15:51:16.745Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-17T15:51:16.745Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-17T15:51:16.745Z | error: cannot install while Rust is installed |
39 | 2025-03-17T15:51:16.745Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-17T15:51:16.761Z | info: profile set to 'default' |
41 | 2025-03-17T15:51:16.761Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-17T15:51:16.764Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-17T15:51:16.939Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-17T15:51:16.939Z | info: downloading component 'cargo' |
45 | 2025-03-17T15:51:18.005Z | info: downloading component 'clippy' |
46 | 2025-03-17T15:51:18.318Z | info: downloading component 'rust-docs' |
47 | 2025-03-17T15:51:19.860Z | info: downloading component 'rust-std' |
48 | 2025-03-17T15:51:21.523Z | info: downloading component 'rustc' |
49 | 2025-03-17T15:51:28.296Z | info: downloading component 'rustfmt' |
50 | 2025-03-17T15:51:28.583Z | info: installing component 'cargo' |
51 | 2025-03-17T15:51:29.412Z | info: installing component 'clippy' |
52 | 2025-03-17T15:51:29.792Z | info: installing component 'rust-docs' |
53 | 2025-03-17T15:51:31.541Z | info: installing component 'rust-std' |
54 | 2025-03-17T15:51:33.421Z | info: installing component 'rustc' |
55 | 2025-03-17T15:51:39.318Z | info: installing component 'rustfmt' |
56 | 2025-03-17T15:51:39.647Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-17T15:51:39.647Z | |
58 | 2025-03-17T15:51:40.011Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-17T15:51:40.011Z | |
60 | 2025-03-17T15:51:40.014Z | |
61 | 2025-03-17T15:51:40.014Z | Rust is installed now. Great! |
62 | 2025-03-17T15:51:40.015Z | |
63 | 2025-03-17T15:51:40.015Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-17T15:51:40.015Z | environment variable. This has not been done automatically. |
65 | 2025-03-17T15:51:40.015Z | |
66 | 2025-03-17T15:51:40.015Z | To configure your current shell, you need to source |
67 | 2025-03-17T15:51:40.015Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-17T15:51:40.015Z | |
69 | 2025-03-17T15:51:40.015Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-17T15:51:40.015Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-17T15:51:40.015Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-17T15:51:40.015Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-17T15:51:40.088Z | + rustup --version |
74 | 2025-03-17T15:51:40.098Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-17T15:51:40.098Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-17T15:51:40.127Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-17T15:51:40.130Z | + cargo --version |
78 | 2025-03-17T15:51:40.148Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-17T15:51:40.151Z | + rustc --version |
80 | 2025-03-17T15:51:40.178Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-17T15:51:40.182Z | process exited: duration 24925 ms, exit code 0 |
|
82 | 2025-03-17T15:51:40.188Z | starting task 2: "authentication" |
83 | 2025-03-17T15:51:40.210Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-17T15:51:40.217Z | starting task 3: "clone repository" |
85 | 2025-03-17T15:51:40.222Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-17T15:51:40.225Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-17T15:51:40.263Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-17T15:51:48.116Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-17T15:51:48.120Z | + git fetch origin 4742083fe0ec6dbb133399af6254149235f49e1a |
90 | 2025-03-17T15:51:48.417Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-17T15:51:48.417Z | * branch 4742083fe0ec6dbb133399af6254149235f49e1a -> FETCH_HEAD |
92 | 2025-03-17T15:51:48.427Z | + [[ -n dap/pending-mgs-updates ]] |
93 | 2025-03-17T15:51:48.430Z | ++ git branch --show-current |
94 | 2025-03-17T15:51:48.433Z | + current=main |
95 | 2025-03-17T15:51:48.433Z | + [[ main != dap/pending-mgs-updates ]] |
96 | 2025-03-17T15:51:48.433Z | + git branch -f dap/pending-mgs-updates 4742083fe0ec6dbb133399af6254149235f49e1a |
97 | 2025-03-17T15:51:48.436Z | + git checkout -f dap/pending-mgs-updates |
98 | 2025-03-17T15:51:48.624Z | Switched to branch 'dap/pending-mgs-updates' |
99 | 2025-03-17T15:51:48.627Z | + git reset --hard 4742083fe0ec6dbb133399af6254149235f49e1a |
100 | 2025-03-17T15:51:48.815Z | HEAD is now at 4742083fe Merge branch 'main' into dap/pending-mgs-updates |
101 | 2025-03-17T15:51:48.818Z | process exited: duration 8599 ms, exit code 0 |
|
102 | 2025-03-17T15:51:48.824Z | starting task 4: "build" |
103 | 2025-03-17T15:51:48.831Z | + source ./env.sh |
104 | 2025-03-17T15:51:48.831Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-17T15:51:48.831Z | ++ set -o xtrace |
106 | 2025-03-17T15:51:48.834Z | ++++ dirname ./env.sh |
107 | 2025-03-17T15:51:48.837Z | +++ readlink -f . |
108 | 2025-03-17T15:51:48.840Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-17T15:51:48.840Z | ++ export 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-17T15:51:48.840Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-03-17T15:51:48.840Z | ++ 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 |
112 | 2025-03-17T15:51:48.840Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2025-03-17T15:51:48.840Z | ++ 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 |
114 | 2025-03-17T15:51:48.840Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2025-03-17T15:51:48.840Z | ++ 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 |
116 | 2025-03-17T15:51:48.840Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-03-17T15:51:48.840Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-17T15:51:48.840Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-17T15:51:48.840Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-17T15:51:48.840Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-17T15:51:48.840Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-17T15:51:48.840Z | + cargo --version |
123 | 2025-03-17T15:51:48.895Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
124 | 2025-03-17T15:51:48.898Z | + rustc --version |
125 | 2025-03-17T15:51:48.964Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
126 | 2025-03-17T15:51:48.967Z | + banner prerequisites |
127 | 2025-03-17T15:51:48.970Z | |
128 | 2025-03-17T15:51:48.970Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-03-17T15:51:48.970Z | # # # # # # # # # # # # # # # |
130 | 2025-03-17T15:51:48.970Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-03-17T15:51:48.970Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-03-17T15:51:48.970Z | # # # # # # # # # # # # # # # |
133 | 2025-03-17T15:51:48.970Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-03-17T15:51:48.970Z | |
135 | 2025-03-17T15:51:48.970Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-03-17T15:51:50.581Z | pkg list: illegal option -- F |
137 | 2025-03-17T15:51:50.581Z | Usage: |
138 | 2025-03-17T15:51:50.584Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-17T15:51:50.584Z | [pkg_fmri_pattern ...] |
140 | 2025-03-17T15:51:51.443Z | pkg list: illegal option -- F |
141 | 2025-03-17T15:51:51.443Z | Usage: |
142 | 2025-03-17T15:51:51.446Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
143 | 2025-03-17T15:51:51.446Z | [pkg_fmri_pattern ...] |
144 | 2025-03-17T15:51:58.834Z | Startup: Refreshing catalog 'helios-dev' ... Done |
145 | 2025-03-17T15:52:03.332Z | Startup: Caching catalogs ... Done |
146 | 2025-03-17T15:52:17.871Z | Planning: Solver setup ... Done (13.468s) |
147 | 2025-03-17T15:52:18.031Z | Planning: Running solver ... Done (0.160s) |
148 | 2025-03-17T15:52:18.159Z | Planning: Finding local manifests ... Done (0.007s) |
149 | 2025-03-17T15:52:18.205Z | Planning: Fetching manifests: 0/7 0% complete |
150 | 2025-03-17T15:52:18.955Z | Planning: Fetching manifests: 7/7 100% complete |
151 | 2025-03-17T15:52:19.066Z | Planning: Package planning ... Done (0.111s) |
152 | 2025-03-17T15:52:19.123Z | Planning: Merging actions ... Done (0.056s) |
153 | 2025-03-17T15:52:19.318Z | Planning: Checking for conflicting actions ... Done (0.196s) |
154 | 2025-03-17T15:52:21.470Z | Planning: Consolidating action changes ... Done (2.151s) |
155 | 2025-03-17T15:52:21.915Z | Planning: Evaluating mediators ... Done (0.445s) |
156 | 2025-03-17T15:52:21.997Z | Planning: Planning completed in 18.56 seconds |
157 | 2025-03-17T15:52:22.013Z | Packages to install: 4 |
158 | 2025-03-17T15:52:22.014Z | Packages to update: 3 |
159 | 2025-03-17T15:52:22.017Z | Mediators to change: 2 |
160 | 2025-03-17T15:52:22.017Z | Services to change: 1 |
161 | 2025-03-17T15:52:22.017Z | Estimated space available: 155.59 GB |
162 | 2025-03-17T15:52:22.017Z | Estimated space to be consumed: 1.67 GB |
163 | 2025-03-17T15:52:22.017Z | Create boot environment: No |
164 | 2025-03-17T15:52:22.017Z | Create backup boot environment: Yes |
165 | 2025-03-17T15:52:22.017Z | Rebuild boot archive: No |
166 | 2025-03-17T15:52:22.017Z | |
167 | 2025-03-17T15:52:22.017Z | Changed mediators: |
168 | 2025-03-17T15:52:22.017Z | mediator clang: |
169 | 2025-03-17T15:52:22.017Z | version: None -> 15 (system default) |
170 | 2025-03-17T15:52:22.017Z | |
171 | 2025-03-17T15:52:22.017Z | mediator llvm: |
172 | 2025-03-17T15:52:22.017Z | version: 14 (system default) -> 15 (system default) |
173 | 2025-03-17T15:52:22.017Z | |
174 | 2025-03-17T15:52:22.017Z | Changed packages: |
175 | 2025-03-17T15:52:22.017Z | helios-dev |
176 | 2025-03-17T15:52:22.017Z | developer/build-essential |
177 | 2025-03-17T15:52:22.017Z | None -> 11-2.0 |
178 | 2025-03-17T15:52:22.017Z | library/libxmlsec1 |
179 | 2025-03-17T15:52:22.017Z | None -> 1.2.35-2.0 |
180 | 2025-03-17T15:52:22.017Z | ooce/developer/clang-15 |
181 | 2025-03-17T15:52:22.017Z | None -> 15.0.7-2.0 |
182 | 2025-03-17T15:52:22.017Z | ooce/developer/llvm-15 |
183 | 2025-03-17T15:52:22.017Z | None -> 15.0.7-2.0 |
184 | 2025-03-17T15:52:22.017Z | package/pkg |
185 | 2025-03-17T15:52:22.017Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
186 | 2025-03-17T15:52:22.017Z | system/library/g++-runtime |
187 | 2025-03-17T15:52:22.017Z | 13-2.0 -> 14-2.0 |
188 | 2025-03-17T15:52:22.017Z | system/library/gcc-runtime |
189 | 2025-03-17T15:52:22.017Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-17T15:52:22.017Z | |
191 | 2025-03-17T15:52:22.017Z | Services: |
192 | 2025-03-17T15:52:22.018Z | restart_fmri: |
193 | 2025-03-17T15:52:22.018Z | svc:/system/update-man-index:default |
194 | 2025-03-17T15:52:22.018Z | |
195 | 2025-03-17T15:52:22.018Z | Editable files to change: |
196 | 2025-03-17T15:52:22.018Z | Update: |
197 | 2025-03-17T15:52:22.018Z | usr/share/lib/pkg/web/config.shtml |
198 | 2025-03-17T15:52:22.097Z | |
199 | 2025-03-17T15:52:22.097Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
200 | 2025-03-17T15:52:27.100Z | Download: 908/4301 items 18.9/225.4MB 8% complete (3.9M/s) |
201 | 2025-03-17T15:52:32.103Z | Download: 1557/4301 items 117.0/225.4MB 51% complete (11.8M/s) |
202 | 2025-03-17T15:52:37.105Z | Download: 2558/4301 items 120.2/225.4MB 53% complete (10.1M/s) |
203 | 2025-03-17T15:52:47.520Z | Download: 3245/4301 items 203.1/225.4MB 90% complete (8.7M/s) |
204 | 2025-03-17T15:53:05.116Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
205 | 2025-03-17T15:53:11.444Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (9.1M/s) |
206 | 2025-03-17T15:53:16.605Z | Download: 4201/4301 items 220.5/225.4MB 97% complete (1017k/s) |
207 | 2025-03-17T15:53:20.704Z | Download: Completed 225.42 MB in 58.60 seconds (3.9M/s) |
208 | 2025-03-17T15:53:21.811Z | Actions: 1/5122 actions (Removing old actions) |
209 | 2025-03-17T15:53:21.833Z | Actions: 194/5122 actions (Installing new actions) |
210 | 2025-03-17T15:53:26.498Z | Actions: 4267/5122 actions (Updating modified actions) |
211 | 2025-03-17T15:53:26.849Z | Actions: Completed 5122 actions in 5.04 seconds. |
212 | 2025-03-17T15:53:27.090Z | Done (0.233s) |
213 | 2025-03-17T15:53:27.094Z | Done (0.002s) |
214 | 2025-03-17T15:53:27.722Z | Done (0.629s) |
215 | 2025-03-17T15:53:32.332Z | Done (4.371s) |
216 | 2025-03-17T15:53:32.423Z | Done (0.019s) |
217 | 2025-03-17T15:53:32.426Z | Done (0.000s) |
218 | 2025-03-17T15:53:32.605Z | Done (0.000s) |
219 | 2025-03-17T15:53:33.336Z | Planning: Evaluating mediator changes ... Done |
220 | 2025-03-17T15:53:33.498Z | Planning: Checking for conflicting actions ... Done |
221 | 2025-03-17T15:53:33.501Z | Planning: Consolidating action changes ... Done |
222 | 2025-03-17T15:53:33.765Z | Planning: Evaluating mediators ... Done |
223 | 2025-03-17T15:53:33.768Z | Planning: Planning completed in 0.43 seconds |
224 | 2025-03-17T15:53:33.806Z | Mediators to change: 2 |
225 | 2025-03-17T15:53:33.809Z | Create boot environment: No |
226 | 2025-03-17T15:53:33.809Z | Create backup boot environment: No |
227 | 2025-03-17T15:53:33.892Z | Done |
228 | 2025-03-17T15:53:33.892Z | Done |
229 | 2025-03-17T15:53:34.320Z | Done |
230 | 2025-03-17T15:53:37.976Z | Done |
231 | 2025-03-17T15:53:38.065Z | Done |
232 | 2025-03-17T15:53:38.068Z | Done |
233 | 2025-03-17T15:53:38.209Z | Done |
234 | 2025-03-17T15:53:38.824Z | Planning: Evaluating mediator changes ... Done |
235 | 2025-03-17T15:53:38.827Z | Planning: Merging actions ... Done |
236 | 2025-03-17T15:53:39.016Z | Planning: Checking for conflicting actions ... Done |
237 | 2025-03-17T15:53:39.023Z | Planning: Consolidating action changes ... Done |
238 | 2025-03-17T15:53:39.282Z | Planning: Evaluating mediators ... Done |
239 | 2025-03-17T15:53:39.337Z | Planning: Planning completed in 0.76 seconds |
240 | 2025-03-17T15:53:39.378Z | Packages to change: 1 |
241 | 2025-03-17T15:53:39.378Z | Mediators to change: 1 |
242 | 2025-03-17T15:53:39.381Z | Services to change: 1 |
243 | 2025-03-17T15:53:39.381Z | Create boot environment: No |
244 | 2025-03-17T15:53:39.381Z | Create backup boot environment: Yes |
245 | 2025-03-17T15:53:41.613Z | Actions: 1/6 actions (Updating modified actions) |
246 | 2025-03-17T15:53:41.617Z | Actions: Completed 6 actions in 0.00 seconds. |
247 | 2025-03-17T15:53:41.617Z | Done |
248 | 2025-03-17T15:53:41.617Z | Done |
249 | 2025-03-17T15:53:41.742Z | Done |
250 | 2025-03-17T15:53:45.357Z | Done |
251 | 2025-03-17T15:53:45.450Z | Done |
252 | 2025-03-17T15:53:45.454Z | Done |
253 | 2025-03-17T15:53:45.597Z | Done |
254 | 2025-03-17T15:53:46.034Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
255 | 2025-03-17T15:53:46.034Z | clang system 15 system |
256 | 2025-03-17T15:53:46.034Z | csh system system illumos |
257 | 2025-03-17T15:53:46.034Z | ctags system system illumos |
258 | 2025-03-17T15:53:46.034Z | gcc vendor 12 vendor |
259 | 2025-03-17T15:53:46.034Z | gcc system 10 system |
260 | 2025-03-17T15:53:46.034Z | gcc system 7 system |
261 | 2025-03-17T15:53:46.034Z | go system 1.20 system |
262 | 2025-03-17T15:53:46.034Z | go system 1.19 system |
263 | 2025-03-17T15:53:46.035Z | llvm system 15 system |
264 | 2025-03-17T15:53:46.035Z | llvm system 14 system |
265 | 2025-03-17T15:53:46.035Z | mariadb system 10.6 system |
266 | 2025-03-17T15:53:46.035Z | mta vendor vendor dma |
267 | 2025-03-17T15:53:46.035Z | openjdk system 17 system |
268 | 2025-03-17T15:53:46.035Z | openjdk system 11 system |
269 | 2025-03-17T15:53:46.035Z | openjdk system 1.8 system |
270 | 2025-03-17T15:53:46.035Z | openssl vendor 3 vendor |
271 | 2025-03-17T15:53:46.035Z | perl system 5.36 system |
272 | 2025-03-17T15:53:46.035Z | postgresql system 15 system |
273 | 2025-03-17T15:53:46.035Z | postgresql system 13 system |
274 | 2025-03-17T15:53:46.035Z | python vendor 3 vendor |
275 | 2025-03-17T15:53:46.035Z | python system 2 system |
276 | 2025-03-17T15:53:46.035Z | python3 system 3.11 system |
277 | 2025-03-17T15:53:46.035Z | ruby system 3.0 system |
278 | 2025-03-17T15:53:46.035Z | words vendor vendor american-english |
279 | 2025-03-17T15:53:46.035Z | words system system australian-english |
280 | 2025-03-17T15:53:46.035Z | words system system british-english |
281 | 2025-03-17T15:53:46.035Z | words system system canadian-english |
282 | 2025-03-17T15:53:46.035Z | words system system french |
283 | 2025-03-17T15:53:46.035Z | words system system italian |
284 | 2025-03-17T15:53:46.035Z | words system system ngerman |
285 | 2025-03-17T15:53:46.035Z | words system system ogerman |
286 | 2025-03-17T15:53:46.035Z | words system system spanish |
287 | 2025-03-17T15:53:46.371Z | PUBLISHER TYPE STATUS P LOCATION |
288 | 2025-03-17T15:53:46.371Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
289 | 2025-03-17T15:53:49.545Z | FMRI IFO |
290 | 2025-03-17T15:53:49.545Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
291 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
292 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
293 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
294 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
295 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
296 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
297 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
298 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
299 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
300 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
301 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
302 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
303 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
304 | 2025-03-17T15:53:49.546Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
305 | 2025-03-17T15:53:50.384Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
306 | 2025-03-17T15:53:50.748Z | Updating crates.io index |
307 | 2025-03-17T15:53:50.800Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
308 | 2025-03-17T15:53:51.467Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
309 | 2025-03-17T15:53:51.736Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
310 | 2025-03-17T15:53:52.011Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
311 | 2025-03-17T15:53:52.335Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
312 | 2025-03-17T15:53:53.439Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
313 | 2025-03-17T15:53:55.239Z | Updating git repository `https://github.com/oxidecomputer/opte` |
314 | 2025-03-17T15:53:55.925Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
315 | 2025-03-17T15:53:56.666Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
316 | 2025-03-17T15:53:56.985Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
317 | 2025-03-17T15:53:57.359Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
318 | 2025-03-17T15:53:57.927Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
319 | 2025-03-17T15:53:58.704Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
320 | 2025-03-17T15:53:59.100Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
321 | 2025-03-17T15:53:59.435Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
322 | 2025-03-17T15:53:59.704Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
323 | 2025-03-17T15:53:59.995Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
324 | 2025-03-17T15:54:00.302Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
325 | 2025-03-17T15:54:00.594Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
326 | 2025-03-17T15:54:04.159Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
327 | 2025-03-17T15:54:05.063Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
328 | 2025-03-17T15:54:05.404Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
329 | 2025-03-17T15:54:05.705Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
330 | 2025-03-17T15:54:06.098Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
331 | 2025-03-17T15:54:06.751Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
332 | 2025-03-17T15:54:07.040Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
333 | 2025-03-17T15:54:07.539Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
334 | 2025-03-17T15:54:08.032Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
335 | 2025-03-17T15:54:08.333Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2025-03-17T15:54:08.747Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2025-03-17T15:54:09.037Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
338 | 2025-03-17T15:54:10.691Z | Downloading crates ... |
339 | 2025-03-17T15:54:10.754Z | Downloaded bitflags v1.3.2 |
340 | 2025-03-17T15:54:10.758Z | Downloaded anstream v0.6.15 |
341 | 2025-03-17T15:54:10.761Z | Downloaded block-buffer v0.10.4 |
342 | 2025-03-17T15:54:10.764Z | Downloaded fnv v1.0.7 |
343 | 2025-03-17T15:54:10.764Z | Downloaded bytecount v0.6.8 |
344 | 2025-03-17T15:54:10.767Z | Downloaded camino v1.1.9 |
345 | 2025-03-17T15:54:10.770Z | Downloaded autocfg v1.4.0 |
346 | 2025-03-17T15:54:10.773Z | Downloaded equivalent v1.0.1 |
347 | 2025-03-17T15:54:10.773Z | Downloaded cfg-if v1.0.0 |
348 | 2025-03-17T15:54:10.776Z | Downloaded anstyle-parse v0.2.5 |
349 | 2025-03-17T15:54:10.779Z | Downloaded dtrace-parser v0.2.0 |
350 | 2025-03-17T15:54:10.796Z | Downloaded swrite v0.1.0 |
351 | 2025-03-17T15:54:10.799Z | Downloaded scroll_derive v0.12.0 |
352 | 2025-03-17T15:54:10.804Z | Downloaded usdt-macro v0.5.0 |
353 | 2025-03-17T15:54:10.808Z | Downloaded pretty-hex v0.4.1 |
354 | 2025-03-17T15:54:10.808Z | Downloaded winnow v0.7.3 |
355 | 2025-03-17T15:54:10.816Z | Downloaded anstyle v1.0.10 |
356 | 2025-03-17T15:54:10.821Z | Downloaded usdt-attr-macro v0.5.0 |
357 | 2025-03-17T15:54:10.824Z | Downloaded plain v0.2.3 |
358 | 2025-03-17T15:54:10.824Z | Downloaded errno v0.3.9 |
359 | 2025-03-17T15:54:10.824Z | Downloaded cargo-platform v0.1.8 |
360 | 2025-03-17T15:54:10.828Z | Downloaded byteorder v1.5.0 |
361 | 2025-03-17T15:54:10.831Z | Downloaded fastrand v2.1.1 |
362 | 2025-03-17T15:54:10.834Z | Downloaded dof v0.3.0 |
363 | 2025-03-17T15:54:10.835Z | Downloaded cpufeatures v0.2.14 |
364 | 2025-03-17T15:54:10.835Z | Downloaded anstyle-query v1.1.1 |
365 | 2025-03-17T15:54:10.838Z | Downloaded thiserror-impl v2.0.11 |
366 | 2025-03-17T15:54:10.840Z | Downloaded proc-macro-error-attr v1.0.4 |
367 | 2025-03-17T15:54:10.840Z | Downloaded digest v0.10.7 |
368 | 2025-03-17T15:54:10.843Z | Downloaded colorchoice v1.0.2 |
369 | 2025-03-17T15:54:10.846Z | Downloaded terminal_size v0.2.6 |
370 | 2025-03-17T15:54:10.850Z | Downloaded thiserror v1.0.69 |
371 | 2025-03-17T15:54:10.852Z | Downloaded thiserror-impl v1.0.69 |
372 | 2025-03-17T15:54:10.857Z | Downloaded strsim v0.11.1 |
373 | 2025-03-17T15:54:10.857Z | Downloaded is_terminal_polyfill v1.70.1 |
374 | 2025-03-17T15:54:10.860Z | Downloaded terminal_size v0.4.0 |
375 | 2025-03-17T15:54:10.860Z | Downloaded pest_generator v2.7.14 |
376 | 2025-03-17T15:54:10.860Z | Downloaded serde_tokenstream v0.2.2 |
377 | 2025-03-17T15:54:10.863Z | Downloaded crypto-common v0.1.6 |
378 | 2025-03-17T15:54:10.866Z | Downloaded usdt v0.5.0 |
379 | 2025-03-17T15:54:10.866Z | Downloaded macaddr v1.0.1 |
380 | 2025-03-17T15:54:10.866Z | Downloaded serde_spanned v0.6.8 |
381 | 2025-03-17T15:54:10.869Z | Downloaded memmap v0.7.0 |
382 | 2025-03-17T15:54:10.869Z | Downloaded itoa v1.0.11 |
383 | 2025-03-17T15:54:10.869Z | Downloaded thread-id v4.2.2 |
384 | 2025-03-17T15:54:10.872Z | Downloaded usdt-impl v0.5.0 |
385 | 2025-03-17T15:54:10.875Z | Downloaded unicode-linebreak v0.1.5 |
386 | 2025-03-17T15:54:10.875Z | Downloaded heck v0.5.0 |
387 | 2025-03-17T15:54:10.881Z | Downloaded tabled_derive v0.7.0 |
388 | 2025-03-17T15:54:10.884Z | Downloaded camino-tempfile v1.1.1 |
389 | 2025-03-17T15:54:10.884Z | Downloaded fs-err v2.11.0 |
390 | 2025-03-17T15:54:10.889Z | Downloaded clap_lex v0.7.4 |
391 | 2025-03-17T15:54:10.892Z | Downloaded cargo_metadata v0.19.2 |
392 | 2025-03-17T15:54:10.895Z | Downloaded generic-array v0.14.7 |
393 | 2025-03-17T15:54:10.895Z | Downloaded clap_derive v4.5.28 |
394 | 2025-03-17T15:54:10.898Z | Downloaded cargo_toml v0.21.0 |
395 | 2025-03-17T15:54:10.898Z | Downloaded toml_datetime v0.6.8 |
396 | 2025-03-17T15:54:10.901Z | Downloaded sha2 v0.10.8 |
397 | 2025-03-17T15:54:10.904Z | Downloaded quote v1.0.39 |
398 | 2025-03-17T15:54:10.904Z | Downloaded scroll v0.12.0 |
399 | 2025-03-17T15:54:10.907Z | Downloaded proc-macro-error v1.0.4 |
400 | 2025-03-17T15:54:10.910Z | Downloaded io-lifetimes v1.0.11 |
401 | 2025-03-17T15:54:10.913Z | Downloaded utf8parse v0.2.2 |
402 | 2025-03-17T15:54:10.913Z | Downloaded smawk v0.3.2 |
403 | 2025-03-17T15:54:10.913Z | Downloaded once_cell v1.20.3 |
404 | 2025-03-17T15:54:10.916Z | Downloaded tempfile v3.13.0 |
405 | 2025-03-17T15:54:10.919Z | Downloaded version_check v0.9.5 |
406 | 2025-03-17T15:54:10.919Z | Downloaded thiserror v2.0.11 |
407 | 2025-03-17T15:54:10.924Z | Downloaded pest_derive v2.7.14 |
408 | 2025-03-17T15:54:10.927Z | Downloaded zerocopy-derive v0.7.35 |
409 | 2025-03-17T15:54:10.930Z | Downloaded bitflags v2.6.0 |
410 | 2025-03-17T15:54:10.934Z | Downloaded semver v1.0.25 |
411 | 2025-03-17T15:54:10.937Z | Downloaded log v0.4.22 |
412 | 2025-03-17T15:54:10.940Z | Downloaded pest_meta v2.7.14 |
413 | 2025-03-17T15:54:10.945Z | Downloaded clap v4.5.31 |
414 | 2025-03-17T15:54:10.948Z | Downloaded unicode-ident v1.0.14 |
415 | 2025-03-17T15:54:10.951Z | Downloaded typenum v1.17.0 |
416 | 2025-03-17T15:54:10.956Z | Downloaded toml v0.8.20 |
417 | 2025-03-17T15:54:10.959Z | Downloaded ucd-trie v0.1.7 |
418 | 2025-03-17T15:54:10.959Z | Downloaded textwrap v0.16.1 |
419 | 2025-03-17T15:54:10.962Z | Downloaded proc-macro2 v1.0.94 |
420 | 2025-03-17T15:54:10.965Z | Downloaded anyhow v1.0.97 |
421 | 2025-03-17T15:54:10.968Z | Downloaded heck v0.4.1 |
422 | 2025-03-17T15:54:10.971Z | Downloaded serde_derive v1.0.218 |
423 | 2025-03-17T15:54:10.975Z | Downloaded ryu v1.0.18 |
424 | 2025-03-17T15:54:10.978Z | Downloaded papergrid v0.11.0 |
425 | 2025-03-17T15:54:10.985Z | Downloaded serde v1.0.218 |
426 | 2025-03-17T15:54:10.996Z | Downloaded memchr v2.7.4 |
427 | 2025-03-17T15:54:11.001Z | Downloaded indexmap v2.7.1 |
428 | 2025-03-17T15:54:11.013Z | Downloaded toml_edit v0.22.24 |
429 | 2025-03-17T15:54:11.050Z | Downloaded pest v2.7.14 |
430 | 2025-03-17T15:54:11.068Z | Downloaded hashbrown v0.15.1 |
431 | 2025-03-17T15:54:11.073Z | Downloaded serde_json v1.0.139 |
432 | 2025-03-17T15:54:11.079Z | Downloaded zerocopy v0.7.35 |
433 | 2025-03-17T15:54:11.094Z | Downloaded tabled v0.15.0 |
434 | 2025-03-17T15:54:11.108Z | Downloaded goblin v0.8.2 |
435 | 2025-03-17T15:54:11.114Z | Downloaded syn v1.0.109 |
436 | 2025-03-17T15:54:11.123Z | Downloaded clap_builder v4.5.31 |
437 | 2025-03-17T15:54:11.133Z | Downloaded unicode-width v0.1.14 |
438 | 2025-03-17T15:54:11.142Z | Downloaded syn v2.0.98 |
439 | 2025-03-17T15:54:11.153Z | Downloaded rustix v0.37.28 |
440 | 2025-03-17T15:54:11.171Z | Downloaded rustix v0.38.37 |
441 | 2025-03-17T15:54:11.209Z | Downloaded libc v0.2.170 |
442 | 2025-03-17T15:54:11.348Z | Compiling proc-macro2 v1.0.94 |
443 | 2025-03-17T15:54:11.348Z | Compiling unicode-ident v1.0.14 |
444 | 2025-03-17T15:54:11.352Z | Compiling libc v0.2.170 |
445 | 2025-03-17T15:54:11.352Z | Compiling version_check v0.9.5 |
446 | 2025-03-17T15:54:11.352Z | Compiling serde v1.0.218 |
447 | 2025-03-17T15:54:11.352Z | Compiling memchr v2.7.4 |
448 | 2025-03-17T15:54:11.352Z | Compiling thiserror v1.0.69 |
449 | 2025-03-17T15:54:11.385Z | Compiling ucd-trie v0.1.7 |
450 | 2025-03-17T15:54:11.622Z | Compiling ryu v1.0.18 |
451 | 2025-03-17T15:54:11.969Z | Compiling itoa v1.0.11 |
452 | 2025-03-17T15:54:11.998Z | Compiling once_cell v1.20.3 |
453 | 2025-03-17T15:54:12.177Z | Compiling byteorder v1.5.0 |
454 | 2025-03-17T15:54:12.200Z | Compiling serde_json v1.0.139 |
455 | 2025-03-17T15:54:12.328Z | Compiling rustix v0.38.37 |
456 | 2025-03-17T15:54:12.578Z | Compiling bitflags v2.6.0 |
457 | 2025-03-17T15:54:12.623Z | Compiling proc-macro-error-attr v1.0.4 |
458 | 2025-03-17T15:54:12.814Z | Compiling usdt-impl v0.5.0 |
459 | 2025-03-17T15:54:12.954Z | Compiling syn v1.0.109 |
460 | 2025-03-17T15:54:12.976Z | Compiling io-lifetimes v1.0.11 |
461 | 2025-03-17T15:54:13.064Z | Compiling proc-macro-error v1.0.4 |
462 | 2025-03-17T15:54:13.186Z | Compiling plain v0.2.3 |
463 | 2025-03-17T15:54:13.343Z | Compiling quote v1.0.39 |
464 | 2025-03-17T15:54:13.366Z | Compiling errno v0.3.9 |
465 | 2025-03-17T15:54:13.390Z | Compiling equivalent v1.0.1 |
466 | 2025-03-17T15:54:13.453Z | Compiling utf8parse v0.2.2 |
467 | 2025-03-17T15:54:13.530Z | Compiling camino v1.1.9 |
468 | 2025-03-17T15:54:13.601Z | Compiling log v0.4.22 |
469 | 2025-03-17T15:54:13.640Z | Compiling rustix v0.37.28 |
470 | 2025-03-17T15:54:13.766Z | Compiling syn v2.0.98 |
471 | 2025-03-17T15:54:13.834Z | Compiling thread-id v4.2.2 |
472 | 2025-03-17T15:54:13.950Z | Compiling hashbrown v0.15.1 |
473 | 2025-03-17T15:54:14.184Z | Compiling anstyle-parse v0.2.5 |
474 | 2025-03-17T15:54:14.480Z | Compiling bitflags v1.3.2 |
475 | 2025-03-17T15:54:14.512Z | Compiling winnow v0.7.3 |
476 | 2025-03-17T15:54:14.599Z | Compiling autocfg v1.4.0 |
477 | 2025-03-17T15:54:14.707Z | Compiling thiserror v2.0.11 |
478 | 2025-03-17T15:54:14.776Z | Compiling anstyle-query v1.1.1 |
479 | 2025-03-17T15:54:14.949Z | Compiling indexmap v2.7.1 |
480 | 2025-03-17T15:54:14.977Z | Compiling unicode-width v0.1.14 |
481 | 2025-03-17T15:54:15.311Z | Compiling pretty-hex v0.4.1 |
482 | 2025-03-17T15:54:15.504Z | Compiling anstyle v1.0.10 |
483 | 2025-03-17T15:54:15.596Z | Compiling colorchoice v1.0.2 |
484 | 2025-03-17T15:54:15.601Z | Compiling semver v1.0.25 |
485 | 2025-03-17T15:54:15.770Z | Compiling is_terminal_polyfill v1.70.1 |
486 | 2025-03-17T15:54:15.922Z | Compiling fs-err v2.11.0 |
487 | 2025-03-17T15:54:16.030Z | Compiling anstream v0.6.15 |
488 | 2025-03-17T15:54:16.093Z | Compiling terminal_size v0.4.0 |
489 | 2025-03-17T15:54:16.397Z | Compiling cfg-if v1.0.0 |
490 | 2025-03-17T15:54:16.447Z | Compiling anyhow v1.0.97 |
491 | 2025-03-17T15:54:16.505Z | Compiling fastrand v2.1.1 |
492 | 2025-03-17T15:54:16.586Z | Compiling strsim v0.11.1 |
493 | 2025-03-17T15:54:17.033Z | Compiling clap_lex v0.7.4 |
494 | 2025-03-17T15:54:17.059Z | Compiling heck v0.4.1 |
495 | 2025-03-17T15:54:17.221Z | Compiling bytecount v0.6.8 |
496 | 2025-03-17T15:54:17.337Z | Compiling fnv v1.0.7 |
497 | 2025-03-17T15:54:17.462Z | Compiling heck v0.5.0 |
498 | 2025-03-17T15:54:17.466Z | Compiling papergrid v0.11.0 |
499 | 2025-03-17T15:54:17.505Z | Compiling terminal_size v0.2.6 |
500 | 2025-03-17T15:54:17.550Z | Compiling clap_builder v4.5.31 |
501 | 2025-03-17T15:54:17.820Z | Compiling tempfile v3.13.0 |
502 | 2025-03-17T15:54:17.951Z | Compiling memmap v0.7.0 |
503 | 2025-03-17T15:54:18.063Z | Compiling smawk v0.3.2 |
504 | 2025-03-17T15:54:18.087Z | Compiling unicode-linebreak v0.1.5 |
505 | 2025-03-17T15:54:18.549Z | Compiling textwrap v0.16.1 |
506 | 2025-03-17T15:54:18.576Z | Compiling swrite v0.1.0 |
507 | 2025-03-17T15:54:19.056Z | Compiling tabled_derive v0.7.0 |
508 | 2025-03-17T15:54:20.543Z | Compiling tabled v0.15.0 |
509 | 2025-03-17T15:54:20.723Z | Compiling serde_derive v1.0.218 |
510 | 2025-03-17T15:54:20.726Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-03-17T15:54:20.726Z | Compiling zerocopy-derive v0.7.35 |
512 | 2025-03-17T15:54:20.726Z | Compiling scroll_derive v0.12.0 |
513 | 2025-03-17T15:54:20.726Z | Compiling thiserror-impl v2.0.11 |
514 | 2025-03-17T15:54:20.726Z | Compiling clap_derive v4.5.28 |
515 | 2025-03-17T15:54:22.206Z | Compiling scroll v0.12.0 |
516 | 2025-03-17T15:54:22.661Z | Compiling zerocopy v0.7.35 |
517 | 2025-03-17T15:54:22.702Z | Compiling goblin v0.8.2 |
518 | 2025-03-17T15:54:23.873Z | Compiling pest v2.7.14 |
519 | 2025-03-17T15:54:24.953Z | Compiling clap v4.5.31 |
520 | 2025-03-17T15:54:26.089Z | Compiling pest_meta v2.7.14 |
521 | 2025-03-17T15:54:27.009Z | Compiling pest_generator v2.7.14 |
522 | 2025-03-17T15:54:28.385Z | Compiling pest_derive v2.7.14 |
523 | 2025-03-17T15:54:28.948Z | Compiling dtrace-parser v0.2.0 |
524 | 2025-03-17T15:54:29.729Z | Compiling serde_tokenstream v0.2.2 |
525 | 2025-03-17T15:54:29.768Z | Compiling serde_spanned v0.6.8 |
526 | 2025-03-17T15:54:29.771Z | Compiling toml_datetime v0.6.8 |
527 | 2025-03-17T15:54:29.987Z | Compiling cargo-platform v0.1.8 |
528 | 2025-03-17T15:54:30.043Z | Compiling macaddr v1.0.1 |
529 | 2025-03-17T15:54:30.234Z | Compiling toml_edit v0.22.24 |
530 | 2025-03-17T15:54:30.429Z | Compiling camino-tempfile v1.1.1 |
531 | 2025-03-17T15:54:31.137Z | Compiling dof v0.3.0 |
532 | 2025-03-17T15:54:31.204Z | Compiling cargo_metadata v0.19.2 |
533 | 2025-03-17T15:54:32.397Z | Compiling usdt-attr-macro v0.5.0 |
534 | 2025-03-17T15:54:32.397Z | Compiling usdt-macro v0.5.0 |
535 | 2025-03-17T15:54:32.939Z | Compiling toml v0.8.20 |
536 | 2025-03-17T15:54:33.475Z | Compiling usdt v0.5.0 |
537 | 2025-03-17T15:54:33.751Z | Compiling cargo_toml v0.21.0 |
538 | 2025-03-17T15:54:36.381Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
539 | 2025-03-17T15:54:39.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.40s |
540 | 2025-03-17T15:54:39.764Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
541 | 2025-03-17T15:54:40.330Z | Downloading crates ... |
542 | 2025-03-17T15:54:40.455Z | Downloaded addr2line v0.24.2 |
543 | 2025-03-17T15:54:40.473Z | Downloaded async-trait v0.1.87 |
544 | 2025-03-17T15:54:40.477Z | Downloaded heck v0.3.3 |
545 | 2025-03-17T15:54:40.480Z | Downloaded ctr v0.9.2 |
546 | 2025-03-17T15:54:40.483Z | Downloaded bcs v0.1.6 |
547 | 2025-03-17T15:54:40.483Z | Downloaded http-range v0.1.5 |
548 | 2025-03-17T15:54:40.486Z | Downloaded hex-literal v0.4.1 |
549 | 2025-03-17T15:54:40.486Z | Downloaded idna_adapter v1.2.0 |
550 | 2025-03-17T15:54:40.489Z | Downloaded icu_normalizer v1.5.0 |
551 | 2025-03-17T15:54:40.497Z | Downloaded bindgen v0.69.5 |
552 | 2025-03-17T15:54:40.508Z | Downloaded ident_case v1.0.1 |
553 | 2025-03-17T15:54:40.511Z | Downloaded is_ci v1.2.0 |
554 | 2025-03-17T15:54:40.514Z | Downloaded icu_provider_macros v1.5.0 |
555 | 2025-03-17T15:54:40.514Z | Downloaded hubpack_derive v0.1.1 |
556 | 2025-03-17T15:54:40.514Z | Downloaded http-body v1.0.1 |
557 | 2025-03-17T15:54:40.518Z | Downloaded bitvec v1.0.1 |
558 | 2025-03-17T15:54:40.532Z | Downloaded md5 v0.7.0 |
559 | 2025-03-17T15:54:40.535Z | Downloaded hostname v0.4.0 |
560 | 2025-03-17T15:54:40.535Z | Downloaded match_cfg v0.1.0 |
561 | 2025-03-17T15:54:40.539Z | Downloaded instant v0.1.13 |
562 | 2025-03-17T15:54:40.539Z | Downloaded bstr v1.10.0 |
563 | 2025-03-17T15:54:40.549Z | Downloaded progenitor-client v0.9.1 |
564 | 2025-03-17T15:54:40.552Z | Downloaded humantime v2.1.0 |
565 | 2025-03-17T15:54:40.552Z | Downloaded hubpack v0.1.2 |
566 | 2025-03-17T15:54:40.555Z | Downloaded block-padding v0.3.3 |
567 | 2025-03-17T15:54:40.555Z | Downloaded bit-vec v0.6.3 |
568 | 2025-03-17T15:54:40.558Z | Downloaded bit-set v0.5.3 |
569 | 2025-03-17T15:54:40.558Z | Downloaded backtrace v0.3.74 |
570 | 2025-03-17T15:54:40.563Z | Downloaded lazy_static v1.5.0 |
571 | 2025-03-17T15:54:40.567Z | Downloaded http-body-util v0.1.2 |
572 | 2025-03-17T15:54:40.570Z | Downloaded mime v0.3.17 |
573 | 2025-03-17T15:54:40.573Z | Downloaded hex v0.4.3 |
574 | 2025-03-17T15:54:40.574Z | Downloaded ascii-canvas v3.0.0 |
575 | 2025-03-17T15:54:40.577Z | Downloaded adler2 v2.0.0 |
576 | 2025-03-17T15:54:40.577Z | Downloaded managed v0.8.0 |
577 | 2025-03-17T15:54:40.580Z | Downloaded linked-hash-map v0.5.6 |
578 | 2025-03-17T15:54:40.580Z | Downloaded crunchy v0.2.2 |
579 | 2025-03-17T15:54:40.583Z | Downloaded cfg_aliases v0.1.1 |
580 | 2025-03-17T15:54:40.583Z | Downloaded atomicwrites v0.4.4 |
581 | 2025-03-17T15:54:40.583Z | Downloaded libsw v3.4.0 |
582 | 2025-03-17T15:54:40.586Z | Downloaded lockfree-object-pool v0.1.6 |
583 | 2025-03-17T15:54:40.589Z | Downloaded md-5 v0.10.6 |
584 | 2025-03-17T15:54:40.592Z | Downloaded libefi-sys v0.1.0 |
585 | 2025-03-17T15:54:40.592Z | Downloaded ciborium-io v0.2.2 |
586 | 2025-03-17T15:54:40.595Z | Downloaded memoffset v0.9.1 |
587 | 2025-03-17T15:54:40.595Z | Downloaded httpdate v1.0.3 |
588 | 2025-03-17T15:54:40.598Z | Downloaded lru-cache v0.1.2 |
589 | 2025-03-17T15:54:40.598Z | Downloaded indoc v2.0.6 |
590 | 2025-03-17T15:54:40.601Z | Downloaded bitfield v0.14.0 |
591 | 2025-03-17T15:54:40.604Z | Downloaded russh-cryptovec v0.7.3 |
592 | 2025-03-17T15:54:40.604Z | Downloaded mockall v0.13.1 |
593 | 2025-03-17T15:54:40.607Z | Downloaded instability v0.3.2 |
594 | 2025-03-17T15:54:40.607Z | Downloaded impl-trait-for-tuples v0.2.2 |
595 | 2025-03-17T15:54:40.610Z | Downloaded progenitor-client v0.8.0 |
596 | 2025-03-17T15:54:40.613Z | Downloaded maybe-uninit v2.0.0 |
597 | 2025-03-17T15:54:40.613Z | Downloaded is-terminal v0.4.13 |
598 | 2025-03-17T15:54:40.618Z | Downloaded convert_case v0.4.0 |
599 | 2025-03-17T15:54:40.618Z | Downloaded crossbeam-deque v0.8.5 |
600 | 2025-03-17T15:54:40.621Z | Downloaded cfg_aliases v0.2.1 |
601 | 2025-03-17T15:54:40.621Z | Downloaded r2d2 v0.8.10 |
602 | 2025-03-17T15:54:40.621Z | Downloaded rand_chacha v0.9.0 |
603 | 2025-03-17T15:54:40.624Z | Downloaded chacha20 v0.9.1 |
604 | 2025-03-17T15:54:40.627Z | Downloaded async-recursion v1.1.1 |
605 | 2025-03-17T15:54:40.630Z | Downloaded internet-checksum v0.2.1 |
606 | 2025-03-17T15:54:40.633Z | Downloaded cobs v0.2.3 |
607 | 2025-03-17T15:54:40.633Z | Downloaded chrono-tz-build v0.4.0 |
608 | 2025-03-17T15:54:40.633Z | Downloaded cassowary v0.3.0 |
609 | 2025-03-17T15:54:40.636Z | Downloaded iana-time-zone v0.1.61 |
610 | 2025-03-17T15:54:40.639Z | Downloaded maplit v1.0.2 |
611 | 2025-03-17T15:54:40.639Z | Downloaded assert_matches v1.5.0 |
612 | 2025-03-17T15:54:40.642Z | Downloaded litemap v0.7.3 |
613 | 2025-03-17T15:54:40.645Z | Downloaded memmap2 v0.9.5 |
614 | 2025-03-17T15:54:40.648Z | Downloaded serde_urlencoded v0.7.1 |
615 | 2025-03-17T15:54:40.648Z | Downloaded libloading v0.8.5 |
616 | 2025-03-17T15:54:40.651Z | Downloaded lazycell v1.3.0 |
617 | 2025-03-17T15:54:40.651Z | Downloaded crc-catalog v2.4.0 |
618 | 2025-03-17T15:54:40.654Z | Downloaded cexpr v0.6.0 |
619 | 2025-03-17T15:54:40.657Z | Downloaded sync-ptr v0.1.1 |
620 | 2025-03-17T15:54:40.657Z | Downloaded multer v3.1.0 |
621 | 2025-03-17T15:54:40.660Z | Downloaded mime_guess v2.0.5 |
622 | 2025-03-17T15:54:40.660Z | Downloaded ipnet v2.11.0 |
623 | 2025-03-17T15:54:40.663Z | Downloaded hmac v0.12.1 |
624 | 2025-03-17T15:54:40.666Z | Downloaded array-init v0.0.4 |
625 | 2025-03-17T15:54:40.666Z | Downloaded highway v1.3.0 |
626 | 2025-03-17T15:54:40.669Z | Downloaded downcast v0.11.0 |
627 | 2025-03-17T15:54:40.669Z | Downloaded write16 v1.0.0 |
628 | 2025-03-17T15:54:40.672Z | Downloaded rtoolbox v0.0.2 |
629 | 2025-03-17T15:54:40.672Z | Downloaded schemars_derive v0.8.22 |
630 | 2025-03-17T15:54:40.675Z | Downloaded serde_path_to_error v0.1.16 |
631 | 2025-03-17T15:54:40.678Z | Downloaded slab v0.4.9 |
632 | 2025-03-17T15:54:40.678Z | Downloaded serde_repr v0.1.19 |
633 | 2025-03-17T15:54:40.681Z | Downloaded hyper-staticfile v0.10.1 |
634 | 2025-03-17T15:54:40.684Z | Downloaded icu_provider v1.5.0 |
635 | 2025-03-17T15:54:40.687Z | Downloaded csv-core v0.1.11 |
636 | 2025-03-17T15:54:40.687Z | Downloaded cookie_store v0.21.1 |
637 | 2025-03-17T15:54:40.690Z | Downloaded litrs v0.4.1 |
638 | 2025-03-17T15:54:40.693Z | Downloaded icu_normalizer_data v1.5.0 |
639 | 2025-03-17T15:54:40.696Z | Downloaded console v0.15.10 |
640 | 2025-03-17T15:54:40.699Z | Downloaded smallvec v0.6.14 |
641 | 2025-03-17T15:54:40.699Z | Downloaded slog-scope v4.4.0 |
642 | 2025-03-17T15:54:40.702Z | Downloaded ciborium v0.2.2 |
643 | 2025-03-17T15:54:40.705Z | Downloaded derive_builder_macro v0.20.2 |
644 | 2025-03-17T15:54:40.705Z | Downloaded crc32fast v1.4.2 |
645 | 2025-03-17T15:54:40.708Z | Downloaded fragile v2.0.0 |
646 | 2025-03-17T15:54:40.711Z | Downloaded foreign-types-shared v0.3.1 |
647 | 2025-03-17T15:54:40.711Z | Downloaded num_threads v0.1.7 |
648 | 2025-03-17T15:54:40.711Z | Downloaded foreign-types-shared v0.1.1 |
649 | 2025-03-17T15:54:40.714Z | Downloaded ahash v0.8.11 |
650 | 2025-03-17T15:54:40.718Z | Downloaded strum_macros v0.25.3 |
651 | 2025-03-17T15:54:40.718Z | Downloaded mockall_derive v0.13.1 |
652 | 2025-03-17T15:54:40.721Z | Downloaded headers-core v0.3.0 |
653 | 2025-03-17T15:54:40.721Z | Downloaded allocator-api2 v0.2.18 |
654 | 2025-03-17T15:54:40.724Z | Downloaded utf8_iter v1.0.4 |
655 | 2025-03-17T15:54:40.727Z | Downloaded typify-macro v0.2.0 |
656 | 2025-03-17T15:54:40.727Z | Downloaded unicode-truncate v1.1.0 |
657 | 2025-03-17T15:54:40.730Z | Downloaded tui-tree-widget v0.23.0 |
658 | 2025-03-17T15:54:40.730Z | Downloaded zeroize v1.8.1 |
659 | 2025-03-17T15:54:40.769Z | Downloaded zerofrom-derive v0.1.4 |
660 | 2025-03-17T15:54:40.769Z | Downloaded zeroize_derive v1.4.2 |
661 | 2025-03-17T15:54:40.769Z | Downloaded thiserror-no-std v2.0.2 |
662 | 2025-03-17T15:54:40.773Z | Downloaded thiserror-impl-no-std v2.0.2 |
663 | 2025-03-17T15:54:40.773Z | Downloaded termtree v0.5.1 |
664 | 2025-03-17T15:54:40.773Z | Downloaded rustc-demangle v0.1.24 |
665 | 2025-03-17T15:54:40.773Z | Downloaded crc-any v2.5.0 |
666 | 2025-03-17T15:54:40.773Z | Downloaded zerovec-derive v0.10.3 |
667 | 2025-03-17T15:54:40.773Z | Downloaded async-bb8-diesel v0.2.1 |
668 | 2025-03-17T15:54:40.773Z | Downloaded sigpipe v0.1.3 |
669 | 2025-03-17T15:54:40.773Z | Downloaded ff v0.13.0 |
670 | 2025-03-17T15:54:40.773Z | Downloaded writeable v0.5.5 |
671 | 2025-03-17T15:54:40.773Z | Downloaded hyper-util v0.1.10 |
672 | 2025-03-17T15:54:40.773Z | Downloaded num-derive v0.4.2 |
673 | 2025-03-17T15:54:40.773Z | Downloaded foreign-types-macros v0.2.3 |
674 | 2025-03-17T15:54:40.773Z | Downloaded const-oid v0.9.6 |
675 | 2025-03-17T15:54:40.773Z | Downloaded rand_chacha v0.3.1 |
676 | 2025-03-17T15:54:40.773Z | Downloaded miniz_oxide v0.8.5 |
677 | 2025-03-17T15:54:40.773Z | Downloaded indexmap v1.9.3 |
678 | 2025-03-17T15:54:40.776Z | Downloaded tower-layer v0.3.3 |
679 | 2025-03-17T15:54:40.776Z | Downloaded sqlparser_derive v0.2.2 |
680 | 2025-03-17T15:54:40.776Z | Downloaded num_enum_derive v0.5.11 |
681 | 2025-03-17T15:54:40.779Z | Downloaded tokio-rustls v0.26.0 |
682 | 2025-03-17T15:54:40.782Z | Downloaded tokio-rustls v0.24.1 |
683 | 2025-03-17T15:54:40.785Z | Downloaded tower-service v0.3.3 |
684 | 2025-03-17T15:54:40.785Z | Downloaded russh-keys v0.45.0 |
685 | 2025-03-17T15:54:40.788Z | Downloaded darling_macro v0.20.10 |
686 | 2025-03-17T15:54:40.788Z | Downloaded vte_generate_state_changes v0.1.2 |
687 | 2025-03-17T15:54:40.788Z | Downloaded ref-cast v1.0.23 |
688 | 2025-03-17T15:54:40.791Z | Downloaded tokio-rustls v0.25.0 |
689 | 2025-03-17T15:54:40.794Z | Downloaded progenitor v0.8.0 |
690 | 2025-03-17T15:54:40.797Z | Downloaded percent-encoding v2.3.1 |
691 | 2025-03-17T15:54:40.797Z | Downloaded paste v1.0.15 |
692 | 2025-03-17T15:54:40.800Z | Downloaded password-hash v0.5.0 |
693 | 2025-03-17T15:54:40.805Z | Downloaded waitgroup v0.1.2 |
694 | 2025-03-17T15:54:40.805Z | Downloaded rand_core v0.6.4 |
695 | 2025-03-17T15:54:40.808Z | Downloaded psl-types v2.0.11 |
696 | 2025-03-17T15:54:40.808Z | Downloaded pkg-config v0.3.31 |
697 | 2025-03-17T15:54:40.808Z | Downloaded rustc-hash v2.1.1 |
698 | 2025-03-17T15:54:40.811Z | Downloaded siphasher v0.3.11 |
699 | 2025-03-17T15:54:40.811Z | Downloaded simd-adler32 v0.3.7 |
700 | 2025-03-17T15:54:40.814Z | Downloaded icu_collections v1.5.0 |
701 | 2025-03-17T15:54:40.818Z | Downloaded compact_str v0.8.0 |
702 | 2025-03-17T15:54:40.833Z | Downloaded opaque-debug v0.3.1 |
703 | 2025-03-17T15:54:40.836Z | Downloaded indicatif v0.17.11 |
704 | 2025-03-17T15:54:40.838Z | Downloaded newline-converter v0.3.0 |
705 | 2025-03-17T15:54:40.841Z | Downloaded new_debug_unreachable v1.0.6 |
706 | 2025-03-17T15:54:40.841Z | Downloaded pretty-hex v0.2.1 |
707 | 2025-03-17T15:54:40.844Z | Downloaded predicates-core v1.0.8 |
708 | 2025-03-17T15:54:40.847Z | Downloaded oso-derive v0.27.3 |
709 | 2025-03-17T15:54:40.847Z | Downloaded tls_codec v0.4.1 |
710 | 2025-03-17T15:54:40.851Z | Downloaded tinyvec_macros v0.1.1 |
711 | 2025-03-17T15:54:40.851Z | Downloaded ssh-encoding v0.2.0 |
712 | 2025-03-17T15:54:40.851Z | Downloaded ssh-cipher v0.2.0 |
713 | 2025-03-17T15:54:40.854Z | Downloaded salsa20 v0.10.2 |
714 | 2025-03-17T15:54:40.854Z | Downloaded tokio-stream v0.1.17 |
715 | 2025-03-17T15:54:40.858Z | Downloaded zone v0.1.8 |
716 | 2025-03-17T15:54:40.862Z | Downloaded wait-timeout v0.2.0 |
717 | 2025-03-17T15:54:40.862Z | Downloaded polyval v0.6.2 |
718 | 2025-03-17T15:54:40.865Z | Downloaded glob v0.3.2 |
719 | 2025-03-17T15:54:40.868Z | Downloaded dirs-next v2.0.0 |
720 | 2025-03-17T15:54:40.868Z | Downloaded difflib v0.4.0 |
721 | 2025-03-17T15:54:40.868Z | Downloaded defmt v0.3.8 |
722 | 2025-03-17T15:54:40.871Z | Downloaded either v1.14.0 |
723 | 2025-03-17T15:54:40.874Z | Downloaded ed25519 v2.2.3 |
724 | 2025-03-17T15:54:40.877Z | Downloaded walkdir v2.5.0 |
725 | 2025-03-17T15:54:40.877Z | Downloaded base64 v0.22.1 |
726 | 2025-03-17T15:54:40.881Z | Downloaded futures-task v0.3.31 |
727 | 2025-03-17T15:54:40.884Z | Downloaded futures-sink v0.3.31 |
728 | 2025-03-17T15:54:40.884Z | Downloaded rusty-fork v0.3.0 |
729 | 2025-03-17T15:54:40.887Z | Downloaded yoke-derive v0.7.4 |
730 | 2025-03-17T15:54:40.890Z | Downloaded http v1.2.0 |
731 | 2025-03-17T15:54:40.893Z | Downloaded typify v0.2.0 |
732 | 2025-03-17T15:54:40.896Z | Downloaded strum_macros v0.26.4 |
733 | 2025-03-17T15:54:40.899Z | Downloaded hickory-server v0.24.4 |
734 | 2025-03-17T15:54:40.904Z | Downloaded fxhash v0.2.1 |
735 | 2025-03-17T15:54:40.907Z | Downloaded parse-display v0.10.0 |
736 | 2025-03-17T15:54:40.910Z | Downloaded newtype_derive v0.1.6 |
737 | 2025-03-17T15:54:40.910Z | Downloaded newtype-uuid v1.2.1 |
738 | 2025-03-17T15:54:40.910Z | Downloaded native-tls v0.2.12 |
739 | 2025-03-17T15:54:40.913Z | Downloaded nanorand v0.7.0 |
740 | 2025-03-17T15:54:40.916Z | Downloaded zerofrom v0.1.4 |
741 | 2025-03-17T15:54:40.919Z | Downloaded rustls-pemfile v2.2.0 |
742 | 2025-03-17T15:54:40.922Z | Downloaded rustls-pemfile v1.0.4 |
743 | 2025-03-17T15:54:40.925Z | Downloaded slog-json v2.6.1 |
744 | 2025-03-17T15:54:40.925Z | Downloaded uuid v1.15.1 |
745 | 2025-03-17T15:54:40.928Z | Downloaded tungstenite v0.21.0 |
746 | 2025-03-17T15:54:40.932Z | Downloaded tokio-native-tls v0.3.1 |
747 | 2025-03-17T15:54:40.935Z | Downloaded synstructure v0.13.1 |
748 | 2025-03-17T15:54:40.938Z | Downloaded ecdsa v0.16.9 |
749 | 2025-03-17T15:54:40.938Z | Downloaded subprocess v0.2.9 |
750 | 2025-03-17T15:54:40.941Z | Downloaded sqlformat v0.2.6 |
751 | 2025-03-17T15:54:40.949Z | Downloaded untrusted v0.9.0 |
752 | 2025-03-17T15:54:40.949Z | Downloaded derive_more v0.99.19 |
753 | 2025-03-17T15:54:40.953Z | Downloaded tabled_derive v0.10.0 |
754 | 2025-03-17T15:54:40.953Z | Downloaded toolchain_find v0.4.0 |
755 | 2025-03-17T15:54:40.953Z | Downloaded spki v0.7.3 |
756 | 2025-03-17T15:54:40.956Z | Downloaded minimal-lexical v0.2.1 |
757 | 2025-03-17T15:54:40.961Z | Downloaded nibble_vec v0.1.0 |
758 | 2025-03-17T15:54:40.964Z | Downloaded gethostname v0.5.0 |
759 | 2025-03-17T15:54:40.964Z | Downloaded futures-core v0.3.31 |
760 | 2025-03-17T15:54:40.964Z | Downloaded predicates v3.1.3 |
761 | 2025-03-17T15:54:40.968Z | Downloaded time-core v0.1.2 |
762 | 2025-03-17T15:54:40.970Z | Downloaded unicase v2.7.0 |
763 | 2025-03-17T15:54:40.971Z | Downloaded globset v0.4.15 |
764 | 2025-03-17T15:54:40.974Z | Downloaded vte v0.11.1 |
765 | 2025-03-17T15:54:40.977Z | Downloaded try-lock v0.2.5 |
766 | 2025-03-17T15:54:40.977Z | Downloaded shell-words v1.1.0 |
767 | 2025-03-17T15:54:40.977Z | Downloaded num v0.4.3 |
768 | 2025-03-17T15:54:40.980Z | Downloaded whoami v1.5.2 |
769 | 2025-03-17T15:54:40.980Z | Downloaded tokio-tungstenite v0.21.0 |
770 | 2025-03-17T15:54:40.983Z | Downloaded nodrop v0.1.14 |
771 | 2025-03-17T15:54:40.986Z | Downloaded dsl_auto_type v0.1.2 |
772 | 2025-03-17T15:54:40.986Z | Downloaded enum-as-inner v0.6.1 |
773 | 2025-03-17T15:54:40.989Z | Downloaded ena v0.14.3 |
774 | 2025-03-17T15:54:40.989Z | Downloaded phf_generator v0.11.2 |
775 | 2025-03-17T15:54:40.992Z | Downloaded peg-macros v0.8.5 |
776 | 2025-03-17T15:54:40.995Z | Downloaded postcard v1.0.10 |
777 | 2025-03-17T15:54:40.998Z | Downloaded zip v0.6.6 |
778 | 2025-03-17T15:54:41.001Z | Downloaded dunce v1.0.5 |
779 | 2025-03-17T15:54:41.001Z | Downloaded embedded-io v0.4.0 |
780 | 2025-03-17T15:54:41.005Z | Downloaded topological-sort v0.2.2 |
781 | 2025-03-17T15:54:41.005Z | Downloaded slog-envlogger v2.2.0 |
782 | 2025-03-17T15:54:41.008Z | Downloaded slog-dtrace v0.3.0 |
783 | 2025-03-17T15:54:41.008Z | Downloaded slog-bunyan v2.5.0 |
784 | 2025-03-17T15:54:41.011Z | Downloaded parse-display-derive v0.10.0 |
785 | 2025-03-17T15:54:41.011Z | Downloaded signature v2.2.0 |
786 | 2025-03-17T15:54:41.014Z | Downloaded yoke v0.7.4 |
787 | 2025-03-17T15:54:41.014Z | Downloaded slog-async v2.8.0 |
788 | 2025-03-17T15:54:41.017Z | Downloaded mio v1.0.2 |
789 | 2025-03-17T15:54:41.021Z | Downloaded curve25519-dalek-derive v0.1.1 |
790 | 2025-03-17T15:54:41.026Z | Downloaded time-macros v0.2.18 |
791 | 2025-03-17T15:54:41.029Z | Downloaded num-complex v0.4.6 |
792 | 2025-03-17T15:54:41.029Z | Downloaded zone_cfg_derive v0.3.0 |
793 | 2025-03-17T15:54:41.029Z | Downloaded radium v0.7.0 |
794 | 2025-03-17T15:54:41.032Z | Downloaded nu-ansi-term v0.50.1 |
795 | 2025-03-17T15:54:41.032Z | Downloaded spin v0.9.8 |
796 | 2025-03-17T15:54:41.035Z | Downloaded document-features v0.2.10 |
797 | 2025-03-17T15:54:41.038Z | Downloaded want v0.3.1 |
798 | 2025-03-17T15:54:41.038Z | Downloaded displaydoc v0.2.5 |
799 | 2025-03-17T15:54:41.041Z | Downloaded group v0.13.0 |
800 | 2025-03-17T15:54:41.044Z | Downloaded quinn-udp v0.5.5 |
801 | 2025-03-17T15:54:41.044Z | Downloaded owo-colors v4.2.0 |
802 | 2025-03-17T15:54:41.047Z | Downloaded quick-error v1.2.3 |
803 | 2025-03-17T15:54:41.050Z | Downloaded num-iter v0.1.45 |
804 | 2025-03-17T15:54:41.050Z | Downloaded phf_codegen v0.11.2 |
805 | 2025-03-17T15:54:41.053Z | Downloaded tokio-postgres v0.7.13 |
806 | 2025-03-17T15:54:41.056Z | Downloaded num-conv v0.1.0 |
807 | 2025-03-17T15:54:41.059Z | Downloaded getrandom v0.2.15 |
808 | 2025-03-17T15:54:41.062Z | Downloaded embedded-io v0.6.1 |
809 | 2025-03-17T15:54:41.062Z | Downloaded powerfmt v0.2.0 |
810 | 2025-03-17T15:54:41.065Z | Downloaded heapless v0.7.17 |
811 | 2025-03-17T15:54:41.068Z | Downloaded tracing-attributes v0.1.27 |
812 | 2025-03-17T15:54:41.071Z | Downloaded peg-runtime v0.8.5 |
813 | 2025-03-17T15:54:41.071Z | Downloaded snafu-derive v0.8.5 |
814 | 2025-03-17T15:54:41.074Z | Downloaded rustc-hash v1.1.0 |
815 | 2025-03-17T15:54:41.074Z | Downloaded typify v0.3.0 |
816 | 2025-03-17T15:54:41.077Z | Downloaded strum v0.26.3 |
817 | 2025-03-17T15:54:41.080Z | Downloaded rustc_version v0.1.7 |
818 | 2025-03-17T15:54:41.080Z | Downloaded rfc6979 v0.4.0 |
819 | 2025-03-17T15:54:41.084Z | Downloaded parking_lot_core v0.9.10 |
820 | 2025-03-17T15:54:41.084Z | Downloaded zerocopy v0.6.6 |
821 | 2025-03-17T15:54:41.087Z | Downloaded rustls-pki-types v1.10.0 |
822 | 2025-03-17T15:54:41.089Z | Downloaded libm v0.2.8 |
823 | 2025-03-17T15:54:41.099Z | Downloaded normalize-line-endings v0.3.0 |
824 | 2025-03-17T15:54:41.102Z | Downloaded funty v2.0.0 |
825 | 2025-03-17T15:54:41.102Z | Downloaded fixedbitset v0.4.2 |
826 | 2025-03-17T15:54:41.102Z | Downloaded filetime v0.2.25 |
827 | 2025-03-17T15:54:41.105Z | Downloaded stable_deref_trait v1.2.0 |
828 | 2025-03-17T15:54:41.105Z | Downloaded futures-io v0.3.31 |
829 | 2025-03-17T15:54:41.105Z | Downloaded rand v0.8.5 |
830 | 2025-03-17T15:54:41.111Z | Downloaded path-slash v0.1.5 |
831 | 2025-03-17T15:54:41.111Z | Downloaded pkcs5 v0.7.1 |
832 | 2025-03-17T15:54:41.114Z | Downloaded secrecy v0.8.0 |
833 | 2025-03-17T15:54:41.119Z | Downloaded unarray v0.1.4 |
834 | 2025-03-17T15:54:41.119Z | Downloaded darling v0.20.10 |
835 | 2025-03-17T15:54:41.122Z | Downloaded phf v0.11.2 |
836 | 2025-03-17T15:54:41.125Z | Downloaded pem v3.0.5 |
837 | 2025-03-17T15:54:41.125Z | Downloaded futures-executor v0.3.31 |
838 | 2025-03-17T15:54:41.128Z | Downloaded defmt-parser v0.3.4 |
839 | 2025-03-17T15:54:41.128Z | Downloaded defmt-macros v0.3.9 |
840 | 2025-03-17T15:54:41.131Z | Downloaded olpc-cjson v0.1.4 |
841 | 2025-03-17T15:54:41.134Z | Downloaded num-integer v0.1.46 |
842 | 2025-03-17T15:54:41.134Z | Downloaded daft-derive v0.1.2 |
843 | 2025-03-17T15:54:41.139Z | Downloaded structmeta v0.3.0 |
844 | 2025-03-17T15:54:41.142Z | Downloaded strip-ansi-escapes v0.2.0 |
845 | 2025-03-17T15:54:41.142Z | Downloaded stringprep v0.1.5 |
846 | 2025-03-17T15:54:41.145Z | Downloaded flagset v0.4.6 |
847 | 2025-03-17T15:54:41.145Z | Downloaded scheduled-thread-pool v0.2.7 |
848 | 2025-03-17T15:54:41.148Z | Downloaded same-file v1.0.6 |
849 | 2025-03-17T15:54:41.148Z | Downloaded scopeguard v1.2.0 |
850 | 2025-03-17T15:54:41.151Z | Downloaded samael v0.0.18 |
851 | 2025-03-17T15:54:41.155Z | Downloaded parking_lot_core v0.8.6 |
852 | 2025-03-17T15:54:41.159Z | Downloaded idna v1.0.3 |
853 | 2025-03-17T15:54:41.163Z | Downloaded display-error-chain v0.2.2 |
854 | 2025-03-17T15:54:41.166Z | Downloaded dirs-sys-next v0.1.2 |
855 | 2025-03-17T15:54:41.166Z | Downloaded aes-gcm v0.10.3 |
856 | 2025-03-17T15:54:41.169Z | Downloaded twox-hash v2.1.0 |
857 | 2025-03-17T15:54:41.172Z | Downloaded pin-utils v0.1.0 |
858 | 2025-03-17T15:54:41.175Z | Downloaded pbkdf2 v0.12.2 |
859 | 2025-03-17T15:54:41.175Z | Downloaded pbkdf2 v0.11.0 |
860 | 2025-03-17T15:54:41.178Z | Downloaded blake3 v1.5.4 |
861 | 2025-03-17T15:54:41.186Z | Downloaded unicode-xid v0.2.6 |
862 | 2025-03-17T15:54:41.189Z | Downloaded signal-hook-tokio v0.3.1 |
863 | 2025-03-17T15:54:41.192Z | Downloaded tls_codec_derive v0.4.1 |
864 | 2025-03-17T15:54:41.192Z | Downloaded daft v0.1.2 |
865 | 2025-03-17T15:54:41.195Z | Downloaded socket2 v0.5.8 |
866 | 2025-03-17T15:54:41.198Z | Downloaded tungstenite v0.23.0 |
867 | 2025-03-17T15:54:41.201Z | Downloaded tokio-macros v2.5.0 |
868 | 2025-03-17T15:54:41.201Z | Downloaded packed_struct v0.10.1 |
869 | 2025-03-17T15:54:41.204Z | Downloaded hash32 v0.2.1 |
870 | 2025-03-17T15:54:41.204Z | Downloaded toml v0.7.8 |
871 | 2025-03-17T15:54:41.208Z | Downloaded static_assertions v1.1.0 |
872 | 2025-03-17T15:54:41.211Z | Downloaded elliptic-curve v0.13.8 |
873 | 2025-03-17T15:54:41.214Z | Downloaded rand v0.9.0 |
874 | 2025-03-17T15:54:41.218Z | Downloaded zone_cfg_derive v0.1.2 |
875 | 2025-03-17T15:54:41.222Z | Downloaded take_mut v0.2.2 |
876 | 2025-03-17T15:54:41.222Z | Downloaded openssl-probe v0.1.5 |
877 | 2025-03-17T15:54:41.223Z | Downloaded openssl-macros v0.1.1 |
878 | 2025-03-17T15:54:41.226Z | Downloaded float-cmp v0.10.0 |
879 | 2025-03-17T15:54:41.226Z | Downloaded deranged v0.3.11 |
880 | 2025-03-17T15:54:41.226Z | Downloaded p256 v0.13.2 |
881 | 2025-03-17T15:54:41.229Z | Downloaded papergrid v0.14.0 |
882 | 2025-03-17T15:54:41.234Z | Downloaded foldhash v0.1.3 |
883 | 2025-03-17T15:54:41.237Z | Downloaded precomputed-hash v0.1.1 |
884 | 2025-03-17T15:54:41.237Z | Downloaded serde-big-array v0.5.1 |
885 | 2025-03-17T15:54:41.240Z | Downloaded sha1 v0.10.6 |
886 | 2025-03-17T15:54:41.240Z | Downloaded fallible-iterator v0.2.0 |
887 | 2025-03-17T15:54:41.243Z | Downloaded tracing v0.1.40 |
888 | 2025-03-17T15:54:41.246Z | Downloaded value-bag v1.9.0 |
889 | 2025-03-17T15:54:41.249Z | Downloaded untrusted v0.7.1 |
890 | 2025-03-17T15:54:41.251Z | Downloaded sec1 v0.7.3 |
891 | 2025-03-17T15:54:41.251Z | Downloaded diesel_table_macro_syntax v0.2.0 |
892 | 2025-03-17T15:54:41.254Z | Downloaded progenitor v0.9.1 |
893 | 2025-03-17T15:54:41.254Z | Downloaded hash32 v0.3.1 |
894 | 2025-03-17T15:54:41.257Z | Downloaded der_derive v0.7.3 |
895 | 2025-03-17T15:54:41.257Z | Downloaded tungstenite v0.24.0 |
896 | 2025-03-17T15:54:41.260Z | Downloaded shlex v1.3.0 |
897 | 2025-03-17T15:54:41.263Z | Downloaded typed-path v0.9.3 |
898 | 2025-03-17T15:54:41.268Z | Downloaded parse-size v1.1.0 |
899 | 2025-03-17T15:54:41.271Z | Downloaded xz2 v0.1.7 |
900 | 2025-03-17T15:54:41.271Z | Downloaded packed_struct_codegen v0.10.1 |
901 | 2025-03-17T15:54:41.274Z | Downloaded pretty_assertions v1.4.1 |
902 | 2025-03-17T15:54:41.274Z | Downloaded wyz v0.5.1 |
903 | 2025-03-17T15:54:41.277Z | Downloaded scrypt v0.11.0 |
904 | 2025-03-17T15:54:41.280Z | Downloaded aho-corasick v1.1.3 |
905 | 2025-03-17T15:54:41.284Z | Downloaded foreign-types v0.3.2 |
906 | 2025-03-17T15:54:41.287Z | Downloaded sync_wrapper v1.0.1 |
907 | 2025-03-17T15:54:41.287Z | Downloaded multimap v0.10.0 |
908 | 2025-03-17T15:54:41.287Z | Downloaded aws-lc-rs v1.12.4 |
909 | 2025-03-17T15:54:41.296Z | Downloaded tower v0.5.2 |
910 | 2025-03-17T15:54:41.305Z | Downloaded thread_local v1.1.8 |
911 | 2025-03-17T15:54:41.309Z | Downloaded termtree v0.4.1 |
912 | 2025-03-17T15:54:41.309Z | Downloaded rand_xorshift v0.3.0 |
913 | 2025-03-17T15:54:41.312Z | Downloaded rand_seeder v0.3.0 |
914 | 2025-03-17T15:54:41.312Z | Downloaded serde-hex v0.1.0 |
915 | 2025-03-17T15:54:41.312Z | Downloaded qorb v0.2.1 |
916 | 2025-03-17T15:54:41.316Z | Downloaded derive_builder v0.20.2 |
917 | 2025-03-17T15:54:41.321Z | Downloaded universal-hash v0.5.1 |
918 | 2025-03-17T15:54:41.324Z | Downloaded num-bigint v0.4.6 |
919 | 2025-03-17T15:54:41.327Z | Downloaded omicron-zone-package v0.12.0 |
920 | 2025-03-17T15:54:41.331Z | Downloaded zopfli v0.8.1 |
921 | 2025-03-17T15:54:41.334Z | Downloaded futures v0.3.31 |
922 | 2025-03-17T15:54:41.339Z | Downloaded darling_core v0.20.10 |
923 | 2025-03-17T15:54:41.343Z | Downloaded signal-hook-mio v0.2.4 |
924 | 2025-03-17T15:54:41.346Z | Downloaded signal-hook-registry v1.4.2 |
925 | 2025-03-17T15:54:41.346Z | Downloaded progenitor-impl v0.9.1 |
926 | 2025-03-17T15:54:41.349Z | Downloaded derive-where v1.2.7 |
927 | 2025-03-17T15:54:41.352Z | Downloaded termcolor v1.4.1 |
928 | 2025-03-17T15:54:41.355Z | Downloaded unicode-bidi v0.3.17 |
929 | 2025-03-17T15:54:41.358Z | Downloaded schemars v0.8.22 |
930 | 2025-03-17T15:54:41.368Z | Downloaded ghash v0.5.1 |
931 | 2025-03-17T15:54:41.371Z | Downloaded sct v0.7.1 |
932 | 2025-03-17T15:54:41.374Z | Downloaded des v0.8.1 |
933 | 2025-03-17T15:54:41.374Z | Downloaded vergen v8.3.2 |
934 | 2025-03-17T15:54:41.377Z | Downloaded winnow v0.6.20 |
935 | 2025-03-17T15:54:41.386Z | Downloaded num-bigint-dig v0.8.4 |
936 | 2025-03-17T15:54:41.391Z | Downloaded env_logger v0.11.5 |
937 | 2025-03-17T15:54:41.394Z | Downloaded rustls-webpki v0.101.7 |
938 | 2025-03-17T15:54:41.409Z | Downloaded unicode-properties v0.1.3 |
939 | 2025-03-17T15:54:41.412Z | Downloaded termios v0.3.3 |
940 | 2025-03-17T15:54:41.415Z | Downloaded env_logger v0.10.2 |
941 | 2025-03-17T15:54:41.418Z | Downloaded half v2.4.1 |
942 | 2025-03-17T15:54:41.418Z | Downloaded tokio-tungstenite v0.24.0 |
943 | 2025-03-17T15:54:41.421Z | Downloaded ssh-key v0.6.6 |
944 | 2025-03-17T15:54:41.427Z | Downloaded password-hash v0.4.2 |
945 | 2025-03-17T15:54:41.430Z | Downloaded diff v0.1.13 |
946 | 2025-03-17T15:54:41.434Z | Downloaded der v0.7.9 |
947 | 2025-03-17T15:54:41.437Z | Downloaded getrandom v0.3.1 |
948 | 2025-03-17T15:54:41.441Z | Downloaded signal-hook v0.3.17 |
949 | 2025-03-17T15:54:41.444Z | Downloaded serde_with_macros v3.12.0 |
950 | 2025-03-17T15:54:41.447Z | Downloaded unicode_categories v0.1.1 |
951 | 2025-03-17T15:54:41.450Z | Downloaded steno v0.4.1 |
952 | 2025-03-17T15:54:41.453Z | Downloaded hashbrown v0.12.3 |
953 | 2025-03-17T15:54:41.457Z | Downloaded term v0.7.0 |
954 | 2025-03-17T15:54:41.460Z | Downloaded chrono v0.4.40 |
955 | 2025-03-17T15:54:41.468Z | Downloaded oxnet v0.1.1 |
956 | 2025-03-17T15:54:41.471Z | Downloaded serde_yaml v0.9.34+deprecated |
957 | 2025-03-17T15:54:41.474Z | Downloaded rayon-core v1.12.1 |
958 | 2025-03-17T15:54:41.477Z | Downloaded diesel_derives v2.2.3 |
959 | 2025-03-17T15:54:41.481Z | Downloaded rcgen v0.12.1 |
960 | 2025-03-17T15:54:41.484Z | Downloaded flume v0.11.1 |
961 | 2025-03-17T15:54:41.488Z | Downloaded heapless v0.8.0 |
962 | 2025-03-17T15:54:41.492Z | Downloaded openssl-sys v0.9.106 |
963 | 2025-03-17T15:54:41.498Z | Downloaded lalrpop v0.19.12 |
964 | 2025-03-17T15:54:41.510Z | Downloaded expectorate v1.1.0 |
965 | 2025-03-17T15:54:41.513Z | Downloaded icu_properties_data v1.5.0 |
966 | 2025-03-17T15:54:41.523Z | Downloaded bindgen v0.71.1 |
967 | 2025-03-17T15:54:41.531Z | Downloaded x509-cert v0.2.5 |
968 | 2025-03-17T15:54:41.537Z | Downloaded rustls-webpki v0.102.8 |
969 | 2025-03-17T15:54:41.556Z | Downloaded parse-zoneinfo v0.3.1 |
970 | 2025-03-17T15:54:41.559Z | Downloaded nom v7.1.3 |
971 | 2025-03-17T15:54:41.564Z | Downloaded sqlparser v0.45.0 |
972 | 2025-03-17T15:54:41.570Z | Downloaded time v0.3.36 |
973 | 2025-03-17T15:54:41.577Z | Downloaded salty v0.3.0 |
974 | 2025-03-17T15:54:41.584Z | Downloaded unicode-segmentation v1.12.0 |
975 | 2025-03-17T15:54:41.588Z | Downloaded flate2 v1.1.0 |
976 | 2025-03-17T15:54:41.594Z | Downloaded radix_trie v0.2.1 |
977 | 2025-03-17T15:54:41.600Z | Downloaded reedline v0.38.0 |
978 | 2025-03-17T15:54:41.607Z | Downloaded p521 v0.13.3 |
979 | 2025-03-17T15:54:41.611Z | Downloaded regex-syntax v0.6.29 |
980 | 2025-03-17T15:54:41.619Z | Downloaded h2 v0.4.6 |
981 | 2025-03-17T15:54:41.627Z | Downloaded serde_with v3.12.0 |
982 | 2025-03-17T15:54:41.636Z | Downloaded unicode-normalization v0.1.24 |
983 | 2025-03-17T15:54:41.640Z | Downloaded quinn-proto v0.11.8 |
984 | 2025-03-17T15:54:41.647Z | Downloaded futures-util v0.3.31 |
985 | 2025-03-17T15:54:41.660Z | Downloaded winnow v0.5.40 |
986 | 2025-03-17T15:54:41.668Z | Downloaded proptest v1.6.0 |
987 | 2025-03-17T15:54:41.678Z | Downloaded petname v2.0.2 |
988 | 2025-03-17T15:54:41.684Z | Downloaded tabled v0.18.0 |
989 | 2025-03-17T15:54:41.702Z | Downloaded rayon v1.10.0 |
990 | 2025-03-17T15:54:41.711Z | Downloaded curve25519-dalek v4.1.3 |
991 | 2025-03-17T15:54:41.721Z | Downloaded rustls v0.22.4 |
992 | 2025-03-17T15:54:41.734Z | Downloaded git2 v0.19.0 |
993 | 2025-03-17T15:54:41.743Z | Downloaded unicode-width v0.2.0 |
994 | 2025-03-17T15:54:41.750Z | Downloaded regex v1.11.1 |
995 | 2025-03-17T15:54:41.763Z | Downloaded openssl v0.10.71 |
996 | 2025-03-17T15:54:41.773Z | Downloaded smoltcp v0.11.0 |
997 | 2025-03-17T15:54:41.786Z | Downloaded webpki-roots v0.26.6 |
998 | 2025-03-17T15:54:41.790Z | Downloaded hickory-proto v0.24.4 |
999 | 2025-03-17T15:54:41.806Z | Downloaded nix v0.29.0 |
1000 | 2025-03-17T15:54:41.818Z | Downloaded dropshot v0.16.0 |
1001 | 2025-03-17T15:54:41.840Z | Downloaded typify-impl v0.3.0 |
1002 | 2025-03-17T15:54:41.856Z | Downloaded typify-impl v0.2.0 |
1003 | 2025-03-17T15:54:41.872Z | Downloaded nix v0.27.1 |
1004 | 2025-03-17T15:54:41.883Z | Downloaded object v0.36.5 |
1005 | 2025-03-17T15:54:41.894Z | Downloaded gimli v0.31.1 |
1006 | 2025-03-17T15:54:41.903Z | Downloaded regress v0.10.3 |
1007 | 2025-03-17T15:54:41.911Z | Downloaded rustls v0.23.19 |
1008 | 2025-03-17T15:54:41.924Z | Downloaded sled v0.34.7 |
1009 | 2025-03-17T15:54:41.934Z | Downloaded nix v0.28.0 |
1010 | 2025-03-17T15:54:41.945Z | Downloaded dropshot v0.12.0 |
1011 | 2025-03-17T15:54:41.965Z | Downloaded diesel v2.2.8 |
1012 | 2025-03-17T15:54:41.983Z | Downloaded openapiv3 v2.0.0 |
1013 | 2025-03-17T15:54:41.996Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1014 | 2025-03-17T15:54:42.008Z | Downloaded vcpkg v0.2.15 |
1015 | 2025-03-17T15:54:42.046Z | Downloaded chrono-tz v0.10.1 |
1016 | 2025-03-17T15:54:42.053Z | Downloaded regex-automata v0.4.8 |
1017 | 2025-03-17T15:54:42.070Z | Downloaded petgraph v0.6.5 |
1018 | 2025-03-17T15:54:42.087Z | Downloaded zerocopy-derive v0.6.6 |
1019 | 2025-03-17T15:54:42.097Z | Downloaded ratatui v0.29.0 |
1020 | 2025-03-17T15:54:42.117Z | Downloaded regex-syntax v0.8.5 |
1021 | 2025-03-17T15:54:42.124Z | Downloaded reqwest v0.12.12 |
1022 | 2025-03-17T15:54:42.133Z | Downloaded polar-core v0.27.3 |
1023 | 2025-03-17T15:54:42.141Z | Downloaded object v0.30.4 |
1024 | 2025-03-17T15:54:42.151Z | Downloaded rustls v0.21.12 |
1025 | 2025-03-17T15:54:42.162Z | Downloaded smoltcp v0.9.1 |
1026 | 2025-03-17T15:54:42.173Z | Downloaded csv v1.3.1 |
1027 | 2025-03-17T15:54:42.193Z | Downloaded tokio-util v0.7.13 |
1028 | 2025-03-17T15:54:42.199Z | Downloaded tokio v1.43.0 |
1029 | 2025-03-17T15:54:42.236Z | Downloaded quick-xml v0.37.2 |
1030 | 2025-03-17T15:54:42.242Z | Downloaded zerocopy v0.8.10 |
1031 | 2025-03-17T15:54:42.265Z | Downloaded lzma-sys v0.1.20 |
1032 | 2025-03-17T15:54:42.293Z | Downloaded portable-atomic v1.9.0 |
1033 | 2025-03-17T15:54:42.300Z | Downloaded p384 v0.13.0 |
1034 | 2025-03-17T15:54:42.306Z | Downloaded tokio-tungstenite v0.23.1 |
1035 | 2025-03-17T15:54:42.308Z | Downloaded tough v0.19.0 |
1036 | 2025-03-17T15:54:42.315Z | Downloaded tabwriter v1.4.0 |
1037 | 2025-03-17T15:54:42.318Z | Downloaded string_cache v0.8.7 |
1038 | 2025-03-17T15:54:42.318Z | Downloaded ppv-lite86 v0.2.20 |
1039 | 2025-03-17T15:54:42.322Z | Downloaded petgraph v0.7.1 |
1040 | 2025-03-17T15:54:42.338Z | Downloaded libz-sys v1.1.20 |
1041 | 2025-03-17T15:54:42.358Z | Downloaded rand_core v0.9.2 |
1042 | 2025-03-17T15:54:42.361Z | Downloaded rustyline v14.0.0 |
1043 | 2025-03-17T15:54:42.364Z | Downloaded diesel-dtrace v0.4.2 |
1044 | 2025-03-17T15:54:42.367Z | Downloaded proc-macro-error2 v2.0.1 |
1045 | 2025-03-17T15:54:42.370Z | Downloaded progenitor-macro v0.8.0 |
1046 | 2025-03-17T15:54:42.370Z | Downloaded fixedbitset v0.5.7 |
1047 | 2025-03-17T15:54:42.373Z | Downloaded tracing-core v0.1.32 |
1048 | 2025-03-17T15:54:42.376Z | Downloaded toml_edit v0.19.15 |
1049 | 2025-03-17T15:54:42.389Z | Downloaded quinn v0.11.5 |
1050 | 2025-03-17T15:54:42.392Z | Downloaded sha3 v0.10.8 |
1051 | 2025-03-17T15:54:42.397Z | Downloaded hkdf v0.12.4 |
1052 | 2025-03-17T15:54:42.400Z | Downloaded zerovec v0.10.4 |
1053 | 2025-03-17T15:54:42.405Z | Downloaded tap v1.0.1 |
1054 | 2025-03-17T15:54:42.408Z | Downloaded ron v0.7.1 |
1055 | 2025-03-17T15:54:42.410Z | Downloaded env_filter v0.1.2 |
1056 | 2025-03-17T15:54:42.413Z | Downloaded ref-cast-impl v1.0.23 |
1057 | 2025-03-17T15:54:42.413Z | Downloaded ron v0.8.1 |
1058 | 2025-03-17T15:54:42.418Z | Downloaded which v4.4.2 |
1059 | 2025-03-17T15:54:42.421Z | Downloaded zerocopy-derive v0.8.10 |
1060 | 2025-03-17T15:54:42.425Z | Downloaded zone v0.3.0 |
1061 | 2025-03-17T15:54:42.428Z | Downloaded xattr v1.3.1 |
1062 | 2025-03-17T15:54:42.428Z | Downloaded vsss-rs v3.3.4 |
1063 | 2025-03-17T15:54:42.431Z | Downloaded itertools v0.14.0 |
1064 | 2025-03-17T15:54:42.437Z | Downloaded itertools v0.13.0 |
1065 | 2025-03-17T15:54:42.444Z | Downloaded hyper v1.6.0 |
1066 | 2025-03-17T15:54:42.451Z | Downloaded itertools v0.10.5 |
1067 | 2025-03-17T15:54:42.457Z | Downloaded semver v0.1.20 |
1068 | 2025-03-17T15:54:42.461Z | Downloaded futures-macro v0.3.31 |
1069 | 2025-03-17T15:54:42.461Z | Downloaded pin-project-lite v0.2.14 |
1070 | 2025-03-17T15:54:42.464Z | Downloaded tiny-keccak v2.0.2 |
1071 | 2025-03-17T15:54:42.467Z | Downloaded snafu v0.8.5 |
1072 | 2025-03-17T15:54:42.474Z | Downloaded slog v2.7.0 |
1073 | 2025-03-17T15:54:42.477Z | Downloaded yansi v1.0.1 |
1074 | 2025-03-17T15:54:42.477Z | Downloaded url v2.5.3 |
1075 | 2025-03-17T15:54:42.481Z | Downloaded zip v2.1.3 |
1076 | 2025-03-17T15:54:42.485Z | Downloaded utf-8 v0.7.6 |
1077 | 2025-03-17T15:54:42.485Z | Downloaded postgres-types v0.2.9 |
1078 | 2025-03-17T15:54:42.488Z | Downloaded postgres-protocol v0.6.8 |
1079 | 2025-03-17T15:54:42.491Z | Downloaded num_enum v0.5.11 |
1080 | 2025-03-17T15:54:42.494Z | Downloaded num-traits v0.2.19 |
1081 | 2025-03-17T15:54:42.497Z | Downloaded dropshot_endpoint v0.16.0 |
1082 | 2025-03-17T15:54:42.501Z | Downloaded encoding_rs v0.8.34 |
1083 | 2025-03-17T15:54:42.519Z | Downloaded russh v0.45.0 |
1084 | 2025-03-17T15:54:42.525Z | Downloaded resolv-conf v0.7.0 |
1085 | 2025-03-17T15:54:42.528Z | Downloaded prettyplease v0.2.30 |
1086 | 2025-03-17T15:54:42.531Z | Downloaded ed25519-dalek v2.1.1 |
1087 | 2025-03-17T15:54:42.534Z | Downloaded publicsuffix v2.3.0 |
1088 | 2025-03-17T15:54:42.538Z | Downloaded ring v0.17.11 |
1089 | 2025-03-17T15:54:42.577Z | Downloaded libxml v0.3.3 |
1090 | 2025-03-17T15:54:42.583Z | Downloaded pin-project-internal v1.1.6 |
1091 | 2025-03-17T15:54:42.586Z | Downloaded pkcs1 v0.7.5 |
1092 | 2025-03-17T15:54:42.589Z | Downloaded num-rational v0.4.2 |
1093 | 2025-03-17T15:54:42.589Z | Downloaded pin-project v1.1.6 |
1094 | 2025-03-17T15:54:42.599Z | Downloaded structmeta-derive v0.3.0 |
1095 | 2025-03-17T15:54:42.602Z | Downloaded progenitor-macro v0.9.1 |
1096 | 2025-03-17T15:54:42.602Z | Downloaded hashbrown v0.13.2 |
1097 | 2025-03-17T15:54:42.607Z | Downloaded itertools v0.12.1 |
1098 | 2025-03-17T15:54:42.610Z | Downloaded crossterm v0.28.1 |
1099 | 2025-03-17T15:54:42.616Z | Downloaded yasna v0.5.2 |
1100 | 2025-03-17T15:54:42.619Z | Downloaded cc v1.2.15 |
1101 | 2025-03-17T15:54:42.623Z | Downloaded aes v0.8.4 |
1102 | 2025-03-17T15:54:42.626Z | Downloaded crossbeam-channel v0.5.13 |
1103 | 2025-03-17T15:54:42.629Z | Downloaded dyn-clone v1.0.19 |
1104 | 2025-03-17T15:54:42.633Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1105 | 2025-03-17T15:54:42.688Z | Downloaded oso v0.27.3 |
1106 | 2025-03-17T15:54:42.691Z | Downloaded proc-macro-crate v1.3.1 |
1107 | 2025-03-17T15:54:42.695Z | Downloaded primeorder v0.13.6 |
1108 | 2025-03-17T15:54:42.695Z | Downloaded similar v2.7.0 |
1109 | 2025-03-17T15:54:42.698Z | Downloaded futures-channel v0.3.31 |
1110 | 2025-03-17T15:54:42.701Z | Downloaded rsa v0.9.6 |
1111 | 2025-03-17T15:54:42.705Z | Downloaded const_format v0.2.34 |
1112 | 2025-03-17T15:54:42.709Z | Downloaded bumpalo v3.16.0 |
1113 | 2025-03-17T15:54:42.712Z | Downloaded rustfmt-wrapper v0.2.1 |
1114 | 2025-03-17T15:54:42.715Z | Downloaded rustc_version v0.4.1 |
1115 | 2025-03-17T15:54:42.715Z | Downloaded predicates-tree v1.0.11 |
1116 | 2025-03-17T15:54:42.715Z | Downloaded phf_shared v0.11.2 |
1117 | 2025-03-17T15:54:42.718Z | Downloaded peg v0.8.5 |
1118 | 2025-03-17T15:54:42.721Z | Downloaded parking_lot v0.12.3 |
1119 | 2025-03-17T15:54:42.723Z | Downloaded parking_lot v0.11.2 |
1120 | 2025-03-17T15:54:42.723Z | Downloaded unsafe-libyaml v0.2.11 |
1121 | 2025-03-17T15:54:42.727Z | Downloaded hickory-resolver v0.24.4 |
1122 | 2025-03-17T15:54:42.730Z | Downloaded tinyvec v1.8.0 |
1123 | 2025-03-17T15:54:42.733Z | Downloaded fatfs v0.3.6 |
1124 | 2025-03-17T15:54:42.736Z | Downloaded dropshot_endpoint v0.12.0 |
1125 | 2025-03-17T15:54:42.739Z | Downloaded tar v0.4.44 |
1126 | 2025-03-17T15:54:42.742Z | Downloaded arc-swap v1.7.1 |
1127 | 2025-03-17T15:54:42.745Z | Downloaded debug-ignore v1.0.5 |
1128 | 2025-03-17T15:54:42.748Z | Downloaded data-encoding v2.6.0 |
1129 | 2025-03-17T15:54:42.748Z | Downloaded typify-macro v0.3.0 |
1130 | 2025-03-17T15:54:42.748Z | Downloaded chacha20poly1305 v0.10.1 |
1131 | 2025-03-17T15:54:42.751Z | Downloaded poly1305 v0.8.0 |
1132 | 2025-03-17T15:54:42.751Z | Downloaded pkcs8 v0.10.2 |
1133 | 2025-03-17T15:54:42.754Z | Downloaded derive_builder_core v0.20.2 |
1134 | 2025-03-17T15:54:42.757Z | Downloaded headers v0.4.0 |
1135 | 2025-03-17T15:54:42.760Z | Downloaded crypto-bigint v0.5.5 |
1136 | 2025-03-17T15:54:42.766Z | Downloaded bytes v1.10.1 |
1137 | 2025-03-17T15:54:42.770Z | Downloaded test-strategy v0.4.0 |
1138 | 2025-03-17T15:54:42.773Z | Downloaded rustversion v1.0.17 |
1139 | 2025-03-17T15:54:42.776Z | Downloaded number_prefix v0.4.0 |
1140 | 2025-03-17T15:54:42.776Z | Downloaded fs_extra v1.3.0 |
1141 | 2025-03-17T15:54:42.779Z | Downloaded phf_shared v0.10.0 |
1142 | 2025-03-17T15:54:42.779Z | Downloaded pem-rfc7468 v0.7.0 |
1143 | 2025-03-17T15:54:42.782Z | Downloaded float-ord v0.3.2 |
1144 | 2025-03-17T15:54:42.782Z | Downloaded tinystr v0.7.6 |
1145 | 2025-03-17T15:54:42.785Z | Downloaded supports-color v3.0.2 |
1146 | 2025-03-17T15:54:42.785Z | Downloaded subtle v2.6.1 |
1147 | 2025-03-17T15:54:42.788Z | Downloaded strum_macros v0.24.3 |
1148 | 2025-03-17T15:54:42.788Z | Downloaded uzers v0.12.1 |
1149 | 2025-03-17T15:54:42.791Z | Downloaded serde_derive_internals v0.29.1 |
1150 | 2025-03-17T15:54:42.791Z | Downloaded cookie v0.18.1 |
1151 | 2025-03-17T15:54:42.794Z | Downloaded base64 v0.21.7 |
1152 | 2025-03-17T15:54:42.798Z | Downloaded base64 v0.13.1 |
1153 | 2025-03-17T15:54:42.800Z | Downloaded form_urlencoded v1.2.1 |
1154 | 2025-03-17T15:54:42.804Z | Downloaded utf16_iter v1.0.5 |
1155 | 2025-03-17T15:54:42.804Z | Downloaded foreign-types v0.5.0 |
1156 | 2025-03-17T15:54:42.804Z | Downloaded fd-lock v4.0.2 |
1157 | 2025-03-17T15:54:42.807Z | Downloaded smallvec v1.14.0 |
1158 | 2025-03-17T15:54:42.807Z | Downloaded slog-term v2.9.1 |
1159 | 2025-03-17T15:54:42.810Z | Downloaded hickory-client v0.24.4 |
1160 | 2025-03-17T15:54:42.813Z | Downloaded crossbeam-epoch v0.9.18 |
1161 | 2025-03-17T15:54:42.816Z | Downloaded bzip2 v0.4.4 |
1162 | 2025-03-17T15:54:42.816Z | Downloaded progenitor-impl v0.8.0 |
1163 | 2025-03-17T15:54:42.819Z | Downloaded jobserver v0.1.32 |
1164 | 2025-03-17T15:54:42.822Z | Downloaded icu_properties v1.5.1 |
1165 | 2025-03-17T15:54:42.825Z | Downloaded icu_locid_transform_data v1.5.0 |
1166 | 2025-03-17T15:54:42.825Z | Downloaded clang-sys v1.8.1 |
1167 | 2025-03-17T15:54:42.828Z | Downloaded crossbeam-utils v0.8.20 |
1168 | 2025-03-17T15:54:42.831Z | Downloaded endian-type v0.1.2 |
1169 | 2025-03-17T15:54:42.831Z | Downloaded serde_plain v1.0.2 |
1170 | 2025-03-17T15:54:42.834Z | Downloaded argon2 v0.5.3 |
1171 | 2025-03-17T15:54:42.834Z | Downloaded smf v0.2.3 |
1172 | 2025-03-17T15:54:42.834Z | Downloaded slog-stdlog v4.1.1 |
1173 | 2025-03-17T15:54:42.837Z | Downloaded cargo_metadata v0.18.1 |
1174 | 2025-03-17T15:54:42.837Z | Downloaded arrayvec v0.7.6 |
1175 | 2025-03-17T15:54:42.840Z | Downloaded cmake v0.1.51 |
1176 | 2025-03-17T15:54:42.840Z | Downloaded cipher v0.4.4 |
1177 | 2025-03-17T15:54:42.844Z | Downloaded colored v2.2.0 |
1178 | 2025-03-17T15:54:42.844Z | Downloaded const_format_proc_macros v0.2.34 |
1179 | 2025-03-17T15:54:42.847Z | Downloaded cancel-safe-futures v0.1.5 |
1180 | 2025-03-17T15:54:42.850Z | Downloaded rpassword v7.3.1 |
1181 | 2025-03-17T15:54:42.850Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1182 | 2025-03-17T15:54:42.850Z | Downloaded crc v3.2.1 |
1183 | 2025-03-17T15:54:42.853Z | Downloaded constant_time_eq v0.3.1 |
1184 | 2025-03-17T15:54:42.853Z | Downloaded icu_locid v1.5.0 |
1185 | 2025-03-17T15:54:42.858Z | Downloaded httparse v1.9.5 |
1186 | 2025-03-17T15:54:42.861Z | Downloaded blake2 v0.10.6 |
1187 | 2025-03-17T15:54:42.864Z | Downloaded cbc v0.1.2 |
1188 | 2025-03-17T15:54:42.864Z | Downloaded lock_api v0.4.12 |
1189 | 2025-03-17T15:54:42.873Z | Downloaded icu_locid_transform v1.5.0 |
1190 | 2025-03-17T15:54:42.873Z | Downloaded hyper-rustls v0.27.3 |
1191 | 2025-03-17T15:54:42.873Z | Downloaded castaway v0.2.3 |
1192 | 2025-03-17T15:54:42.873Z | Downloaded arrayref v0.3.9 |
1193 | 2025-03-17T15:54:42.873Z | Downloaded lru v0.12.5 |
1194 | 2025-03-17T15:54:42.878Z | Downloaded ciborium-ll v0.2.2 |
1195 | 2025-03-17T15:54:42.878Z | Downloaded hostname v0.3.1 |
1196 | 2025-03-17T15:54:42.878Z | Downloaded atomic-waker v1.1.2 |
1197 | 2025-03-17T15:54:42.878Z | Downloaded async-stream v0.3.6 |
1198 | 2025-03-17T15:54:42.881Z | Downloaded base64ct v1.6.0 |
1199 | 2025-03-17T15:54:42.881Z | Downloaded base16ct v0.2.0 |
1200 | 2025-03-17T15:54:42.881Z | Downloaded crucible-workspace-hack v0.1.0 |
1201 | 2025-03-17T15:54:42.884Z | Downloaded linear-map v1.2.0 |
1202 | 2025-03-17T15:54:42.884Z | Downloaded libsw-core v0.3.1 |
1203 | 2025-03-17T15:54:42.884Z | Downloaded kstat-rs v0.2.4 |
1204 | 2025-03-17T15:54:42.887Z | Downloaded ipnetwork v0.21.1 |
1205 | 2025-03-17T15:54:42.888Z | Downloaded inout v0.1.3 |
1206 | 2025-03-17T15:54:42.891Z | Downloaded indoc v1.0.9 |
1207 | 2025-03-17T15:54:42.891Z | Downloaded lalrpop-util v0.19.12 |
1208 | 2025-03-17T15:54:42.894Z | Downloaded buf-list v1.0.3 |
1209 | 2025-03-17T15:54:42.894Z | Downloaded keccak v0.1.5 |
1210 | 2025-03-17T15:54:42.897Z | Downloaded cstr-argument v0.1.2 |
1211 | 2025-03-17T15:54:42.897Z | Downloaded blowfish v0.9.1 |
1212 | 2025-03-17T15:54:42.897Z | Downloaded bit-set v0.8.0 |
1213 | 2025-03-17T15:54:42.900Z | Downloaded async-stream-impl v0.3.6 |
1214 | 2025-03-17T15:54:42.900Z | Downloaded indent_write v2.2.0 |
1215 | 2025-03-17T15:54:42.900Z | Downloaded hyper-tls v0.6.0 |
1216 | 2025-03-17T15:54:42.903Z | Downloaded home v0.5.9 |
1217 | 2025-03-17T15:54:42.903Z | Downloaded bcrypt-pbkdf v0.10.0 |
1218 | 2025-03-17T15:54:42.903Z | Downloaded backoff v0.4.0 |
1219 | 2025-03-17T15:54:42.906Z | Downloaded aead v0.5.2 |
1220 | 2025-03-17T15:54:42.906Z | Downloaded bitfield-struct v0.6.2 |
1221 | 2025-03-17T15:54:42.906Z | Downloaded bit-vec v0.8.0 |
1222 | 2025-03-17T15:54:42.910Z | Downloaded atty v0.2.14 |
1223 | 2025-03-17T15:54:42.910Z | Downloaded bb8 v0.8.5 |
1224 | 2025-03-17T15:54:43.171Z | Downloaded aws-lc-sys v0.26.0 |
1225 | 2025-03-17T15:54:43.496Z | Compiling serde v1.0.218 |
1226 | 2025-03-17T15:54:43.499Z | Compiling value-bag v1.9.0 |
1227 | 2025-03-17T15:54:43.499Z | Compiling lock_api v0.4.12 |
1228 | 2025-03-17T15:54:43.499Z | Compiling scopeguard v1.2.0 |
1229 | 2025-03-17T15:54:43.499Z | Compiling typenum v1.17.0 |
1230 | 2025-03-17T15:54:43.651Z | Compiling generic-array v0.14.7 |
1231 | 2025-03-17T15:54:43.691Z | Compiling syn v2.0.98 |
1232 | 2025-03-17T15:54:43.706Z | Compiling getrandom v0.2.15 |
1233 | 2025-03-17T15:54:43.777Z | Compiling shlex v1.3.0 |
1234 | 2025-03-17T15:54:44.011Z | Compiling rand_core v0.6.4 |
1235 | 2025-03-17T15:54:44.102Z | Compiling log v0.4.22 |
1236 | 2025-03-17T15:54:44.180Z | Compiling jobserver v0.1.32 |
1237 | 2025-03-17T15:54:44.199Z | Compiling subtle v2.6.1 |
1238 | 2025-03-17T15:54:44.218Z | Compiling smallvec v1.14.0 |
1239 | 2025-03-17T15:54:44.497Z | Compiling const-oid v0.9.6 |
1240 | 2025-03-17T15:54:44.521Z | Compiling pin-project-lite v0.2.14 |
1241 | 2025-03-17T15:54:44.593Z | Compiling cc v1.2.15 |
1242 | 2025-03-17T15:54:44.611Z | Compiling parking_lot_core v0.9.10 |
1243 | 2025-03-17T15:54:44.656Z | Compiling rustix v0.38.37 |
1244 | 2025-03-17T15:54:44.798Z | Compiling signal-hook-registry v1.4.2 |
1245 | 2025-03-17T15:54:44.930Z | Compiling futures-core v0.3.31 |
1246 | 2025-03-17T15:54:45.181Z | Compiling mio v1.0.2 |
1247 | 2025-03-17T15:54:45.435Z | Compiling parking_lot v0.12.3 |
1248 | 2025-03-17T15:54:45.475Z | Compiling spin v0.9.8 |
1249 | 2025-03-17T15:54:45.724Z | Compiling socket2 v0.5.8 |
1250 | 2025-03-17T15:54:45.986Z | Compiling aho-corasick v1.1.3 |
1251 | 2025-03-17T15:54:46.096Z | Compiling futures-sink v0.3.31 |
1252 | 2025-03-17T15:54:46.272Z | Compiling either v1.14.0 |
1253 | 2025-03-17T15:54:46.396Z | Compiling stable_deref_trait v1.2.0 |
1254 | 2025-03-17T15:54:46.399Z | Compiling serde_json v1.0.139 |
1255 | 2025-03-17T15:54:46.525Z | Compiling cpufeatures v0.2.14 |
1256 | 2025-03-17T15:54:46.642Z | Compiling regex-syntax v0.8.5 |
1257 | 2025-03-17T15:54:46.661Z | Compiling slab v0.4.9 |
1258 | 2025-03-17T15:54:46.685Z | Compiling glob v0.3.2 |
1259 | 2025-03-17T15:54:46.704Z | Compiling libm v0.2.8 |
1260 | 2025-03-17T15:54:46.789Z | Compiling prettyplease v0.2.30 |
1261 | 2025-03-17T15:54:47.154Z | Compiling lazy_static v1.5.0 |
1262 | 2025-03-17T15:54:47.224Z | Compiling num-traits v0.2.19 |
1263 | 2025-03-17T15:54:47.288Z | Compiling minimal-lexical v0.2.1 |
1264 | 2025-03-17T15:54:47.547Z | Compiling clang-sys v1.8.1 |
1265 | 2025-03-17T15:54:47.812Z | Compiling nom v7.1.3 |
1266 | 2025-03-17T15:54:47.832Z | Compiling futures-channel v0.3.31 |
1267 | 2025-03-17T15:54:48.248Z | Compiling libloading v0.8.5 |
1268 | 2025-03-17T15:54:48.322Z | Compiling home v0.5.9 |
1269 | 2025-03-17T15:54:48.543Z | Compiling getrandom v0.3.1 |
1270 | 2025-03-17T15:54:48.565Z | Compiling allocator-api2 v0.2.18 |
1271 | 2025-03-17T15:54:48.641Z | Compiling pin-utils v0.1.0 |
1272 | 2025-03-17T15:54:48.758Z | Compiling futures-io v0.3.31 |
1273 | 2025-03-17T15:54:48.858Z | Compiling futures-task v0.3.31 |
1274 | 2025-03-17T15:54:49.049Z | Compiling bindgen v0.69.5 |
1275 | 2025-03-17T15:54:49.175Z | Compiling foldhash v0.1.3 |
1276 | 2025-03-17T15:54:49.465Z | Compiling hashbrown v0.15.1 |
1277 | 2025-03-17T15:54:49.910Z | Compiling itertools v0.12.1 |
1278 | 2025-03-17T15:54:50.533Z | Compiling regex-automata v0.4.8 |
1279 | 2025-03-17T15:54:50.683Z | Compiling pkg-config v0.3.31 |
1280 | 2025-03-17T15:54:51.104Z | Compiling synstructure v0.13.1 |
1281 | 2025-03-17T15:54:51.195Z | Compiling cexpr v0.6.0 |
1282 | 2025-03-17T15:54:52.475Z | Compiling rustc-hash v1.1.0 |
1283 | 2025-03-17T15:54:52.642Z | Compiling lazycell v1.3.0 |
1284 | 2025-03-17T15:54:52.767Z | Compiling cmake v0.1.51 |
1285 | 2025-03-17T15:54:52.789Z | Compiling dunce v1.0.5 |
1286 | 2025-03-17T15:54:52.818Z | Compiling fs_extra v1.3.0 |
1287 | 2025-03-17T15:54:52.923Z | Compiling writeable v0.5.5 |
1288 | 2025-03-17T15:54:53.149Z | Compiling paste v1.0.15 |
1289 | 2025-03-17T15:54:53.348Z | Compiling litemap v0.7.3 |
1290 | 2025-03-17T15:54:53.449Z | Compiling ring v0.17.11 |
1291 | 2025-03-17T15:54:53.598Z | Compiling base64ct v1.6.0 |
1292 | 2025-03-17T15:54:53.737Z | Compiling aws-lc-rs v1.12.4 |
1293 | 2025-03-17T15:54:54.172Z | Compiling pem-rfc7468 v0.7.0 |
1294 | 2025-03-17T15:54:54.190Z | Compiling icu_locid_transform_data v1.5.0 |
1295 | 2025-03-17T15:54:54.302Z | Compiling flagset v0.4.6 |
1296 | 2025-03-17T15:54:54.532Z | Compiling httparse v1.9.5 |
1297 | 2025-03-17T15:54:54.707Z | Compiling tracing-core v0.1.32 |
1298 | 2025-03-17T15:54:54.743Z | Compiling crossbeam-utils v0.8.20 |
1299 | 2025-03-17T15:54:54.793Z | Compiling icu_properties_data v1.5.0 |
1300 | 2025-03-17T15:54:55.049Z | Compiling rustls-pki-types v1.10.0 |
1301 | 2025-03-17T15:54:55.240Z | Compiling regex v1.11.1 |
1302 | 2025-03-17T15:54:55.267Z | Compiling percent-encoding v2.3.1 |
1303 | 2025-03-17T15:54:55.892Z | Compiling num-conv v0.1.0 |
1304 | 2025-03-17T15:54:55.916Z | Compiling serde_derive v1.0.218 |
1305 | 2025-03-17T15:54:56.034Z | Compiling zeroize_derive v1.4.2 |
1306 | 2025-03-17T15:54:56.163Z | Compiling zerocopy-derive v0.7.35 |
1307 | 2025-03-17T15:54:56.184Z | Compiling tokio-macros v2.5.0 |
1308 | 2025-03-17T15:54:56.249Z | Compiling zerofrom-derive v0.1.4 |
1309 | 2025-03-17T15:54:57.398Z | Compiling zeroize v1.8.1 |
1310 | 2025-03-17T15:54:57.590Z | Compiling yoke-derive v0.7.4 |
1311 | 2025-03-17T15:54:58.092Z | Compiling zerocopy v0.7.35 |
1312 | 2025-03-17T15:54:58.967Z | Compiling crypto-common v0.1.6 |
1313 | 2025-03-17T15:54:59.050Z | Compiling block-buffer v0.10.4 |
1314 | 2025-03-17T15:54:59.207Z | Compiling thiserror-impl v1.0.69 |
1315 | 2025-03-17T15:54:59.305Z | Compiling digest v0.10.7 |
1316 | 2025-03-17T15:54:59.389Z | Compiling displaydoc v0.2.5 |
1317 | 2025-03-17T15:54:59.482Z | Compiling zerovec-derive v0.10.3 |
1318 | 2025-03-17T15:54:59.602Z | Compiling zerofrom v0.1.4 |
1319 | 2025-03-17T15:54:59.715Z | Compiling futures-macro v0.3.31 |
1320 | 2025-03-17T15:54:59.832Z | Compiling hmac v0.12.1 |
1321 | 2025-03-17T15:55:00.079Z | Compiling block-padding v0.3.3 |
1322 | 2025-03-17T15:55:00.099Z | Compiling ppv-lite86 v0.2.20 |
1323 | 2025-03-17T15:55:00.159Z | Compiling yoke v0.7.4 |
1324 | 2025-03-17T15:55:00.347Z | Compiling inout v0.1.3 |
1325 | 2025-03-17T15:55:00.548Z | Compiling sha2 v0.10.8 |
1326 | 2025-03-17T15:55:00.674Z | Compiling cipher v0.4.4 |
1327 | 2025-03-17T15:55:00.853Z | Compiling icu_provider_macros v1.5.0 |
1328 | 2025-03-17T15:55:00.905Z | Compiling der_derive v0.7.3 |
1329 | 2025-03-17T15:55:01.176Z | Compiling tracing-attributes v0.1.27 |
1330 | 2025-03-17T15:55:01.513Z | Compiling futures-util v0.3.31 |
1331 | 2025-03-17T15:55:01.991Z | Compiling salsa20 v0.10.2 |
1332 | 2025-03-17T15:55:02.049Z | Compiling zerovec v0.10.4 |
1333 | 2025-03-17T15:55:02.107Z | Compiling thiserror v1.0.69 |
1334 | 2025-03-17T15:55:02.209Z | Compiling pbkdf2 v0.12.2 |
1335 | 2025-03-17T15:55:02.255Z | Compiling pest v2.7.14 |
1336 | 2025-03-17T15:55:02.378Z | Compiling write16 v1.0.0 |
1337 | 2025-03-17T15:55:02.528Z | Compiling utf8_iter v1.0.4 |
1338 | 2025-03-17T15:55:02.767Z | Compiling vcpkg v0.2.15 |
1339 | 2025-03-17T15:55:03.095Z | Compiling der v0.7.9 |
1340 | 2025-03-17T15:55:03.953Z | Compiling tinystr v0.7.6 |
1341 | 2025-03-17T15:55:04.190Z | Compiling icu_collections v1.5.0 |
1342 | 2025-03-17T15:55:04.298Z | Compiling icu_locid v1.5.0 |
1343 | 2025-03-17T15:55:04.355Z | Compiling tracing v0.1.40 |
1344 | 2025-03-17T15:55:04.415Z | Compiling powerfmt v0.2.0 |
1345 | 2025-03-17T15:55:04.799Z | Compiling iana-time-zone v0.1.61 |
1346 | 2025-03-17T15:55:04.849Z | Compiling icu_normalizer_data v1.5.0 |
1347 | 2025-03-17T15:55:04.960Z | Compiling spki v0.7.3 |
1348 | 2025-03-17T15:55:05.146Z | Compiling untrusted v0.7.1 |
1349 | 2025-03-17T15:55:05.270Z | Compiling time-core v0.1.2 |
1350 | 2025-03-17T15:55:05.320Z | Compiling utf16_iter v1.0.5 |
1351 | 2025-03-17T15:55:05.351Z | Compiling untrusted v0.9.0 |
1352 | 2025-03-17T15:55:05.431Z | Compiling icu_provider v1.5.0 |
1353 | 2025-03-17T15:55:05.454Z | Compiling time-macros v0.2.18 |
1354 | 2025-03-17T15:55:05.576Z | Compiling pest_meta v2.7.14 |
1355 | 2025-03-17T15:55:05.905Z | Compiling deranged v0.3.11 |
1356 | 2025-03-17T15:55:06.378Z | Compiling icu_locid_transform v1.5.0 |
1357 | 2025-03-17T15:55:06.455Z | Compiling openssl-sys v0.9.106 |
1358 | 2025-03-17T15:55:06.751Z | Compiling scrypt v0.11.0 |
1359 | 2025-03-17T15:55:07.254Z | Compiling aes v0.8.4 |
1360 | 2025-03-17T15:55:07.340Z | Compiling cbc v0.1.2 |
1361 | 2025-03-17T15:55:07.474Z | Compiling scroll_derive v0.12.0 |
1362 | 2025-03-17T15:55:07.583Z | Compiling icu_properties v1.5.1 |
1363 | 2025-03-17T15:55:08.393Z | Compiling bytes v1.10.1 |
1364 | 2025-03-17T15:55:08.504Z | Compiling bitflags v2.6.0 |
1365 | 2025-03-17T15:55:08.955Z | Compiling semver v1.0.25 |
1366 | 2025-03-17T15:55:09.616Z | Compiling tokio v1.43.0 |
1367 | 2025-03-17T15:55:09.707Z | Compiling indexmap v2.7.1 |
1368 | 2025-03-17T15:55:09.730Z | Compiling http v1.2.0 |
1369 | 2025-03-17T15:55:09.756Z | Compiling uuid v1.15.1 |
1370 | 2025-03-17T15:55:09.943Z | Compiling rustc_version v0.4.1 |
1371 | 2025-03-17T15:55:10.627Z | Compiling chrono v0.4.40 |
1372 | 2025-03-17T15:55:11.391Z | Compiling icu_normalizer v1.5.0 |
1373 | 2025-03-17T15:55:11.412Z | Compiling num_threads v0.1.7 |
1374 | 2025-03-17T15:55:11.557Z | Compiling atomic-waker v1.1.2 |
1375 | 2025-03-17T15:55:11.760Z | Compiling tinyvec_macros v0.1.1 |
1376 | 2025-03-17T15:55:11.842Z | Compiling time v0.3.36 |
1377 | 2025-03-17T15:55:11.867Z | Compiling tinyvec v1.8.0 |
1378 | 2025-03-17T15:55:12.152Z | Compiling http-body v1.0.1 |
1379 | 2025-03-17T15:55:12.195Z | Compiling scroll v0.12.0 |
1380 | 2025-03-17T15:55:12.400Z | Compiling which v4.4.2 |
1381 | 2025-03-17T15:55:12.933Z | Compiling idna_adapter v1.2.0 |
1382 | 2025-03-17T15:55:13.088Z | Compiling pkcs5 v0.7.1 |
1383 | 2025-03-17T15:55:13.258Z | Compiling pest_generator v2.7.14 |
1384 | 2025-03-17T15:55:13.279Z | Compiling rand_chacha v0.3.1 |
1385 | 2025-03-17T15:55:13.322Z | Compiling form_urlencoded v1.2.1 |
1386 | 2025-03-17T15:55:13.629Z | Compiling serde_derive_internals v0.29.1 |
1387 | 2025-03-17T15:55:13.950Z | Compiling schemars v0.8.22 |
1388 | 2025-03-17T15:55:14.135Z | Compiling try-lock v0.2.5 |
1389 | 2025-03-17T15:55:14.302Z | Compiling slog v2.7.0 |
1390 | 2025-03-17T15:55:14.320Z | Compiling zerocopy v0.8.10 |
1391 | 2025-03-17T15:55:14.824Z | Compiling goblin v0.8.2 |
1392 | 2025-03-17T15:55:14.995Z | Compiling pest_derive v2.7.14 |
1393 | 2025-03-17T15:55:15.298Z | Compiling want v0.3.1 |
1394 | 2025-03-17T15:55:15.590Z | Compiling rand v0.8.5 |
1395 | 2025-03-17T15:55:15.610Z | Compiling pkcs8 v0.10.2 |
1396 | 2025-03-17T15:55:15.816Z | Compiling schemars_derive v0.8.22 |
1397 | 2025-03-17T15:55:15.834Z | Compiling idna v1.0.3 |
1398 | 2025-03-17T15:55:16.254Z | Compiling zerocopy-derive v0.8.10 |
1399 | 2025-03-17T15:55:16.275Z | Compiling tower-service v0.3.3 |
1400 | 2025-03-17T15:55:16.419Z | Compiling adler2 v2.0.0 |
1401 | 2025-03-17T15:55:16.633Z | Compiling httpdate v1.0.3 |
1402 | 2025-03-17T15:55:17.070Z | Compiling dyn-clone v1.0.19 |
1403 | 2025-03-17T15:55:17.298Z | Compiling miniz_oxide v0.8.5 |
1404 | 2025-03-17T15:55:17.391Z | Compiling dtrace-parser v0.2.0 |
1405 | 2025-03-17T15:55:17.588Z | Compiling tokio-util v0.7.13 |
1406 | 2025-03-17T15:55:18.732Z | Compiling h2 v0.4.6 |
1407 | 2025-03-17T15:55:19.222Z | Compiling toml_datetime v0.6.8 |
1408 | 2025-03-17T15:55:19.541Z | Compiling serde_tokenstream v0.2.2 |
1409 | 2025-03-17T15:55:19.690Z | Compiling serde_spanned v0.6.8 |
1410 | 2025-03-17T15:55:19.927Z | Compiling openssl v0.10.71 |
1411 | 2025-03-17T15:55:20.125Z | Compiling foreign-types-shared v0.1.1 |
1412 | 2025-03-17T15:55:20.257Z | Compiling base64 v0.22.1 |
1413 | 2025-03-17T15:55:20.350Z | Compiling rustversion v1.0.17 |
1414 | 2025-03-17T15:55:21.009Z | Compiling dof v0.3.0 |
1415 | 2025-03-17T15:55:21.056Z | Compiling match_cfg v0.1.0 |
1416 | 2025-03-17T15:55:21.170Z | Compiling hostname v0.3.1 |
1417 | 2025-03-17T15:55:21.497Z | Compiling foreign-types v0.3.2 |
1418 | 2025-03-17T15:55:21.607Z | Compiling url v2.5.3 |
1419 | 2025-03-17T15:55:21.920Z | Compiling usdt-impl v0.5.0 |
1420 | 2025-03-17T15:55:21.970Z | Compiling rand_core v0.9.2 |
1421 | 2025-03-17T15:55:22.588Z | Compiling async-trait v0.1.87 |
1422 | 2025-03-17T15:55:22.771Z | Compiling openssl-macros v0.1.1 |
1423 | 2025-03-17T15:55:23.274Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1424 | 2025-03-17T15:55:23.309Z | Compiling dirs-sys-next v0.1.2 |
1425 | 2025-03-17T15:55:23.511Z | Compiling rustls v0.23.19 |
1426 | 2025-03-17T15:55:23.637Z | Compiling data-encoding v2.6.0 |
1427 | 2025-03-17T15:55:23.733Z | Compiling siphasher v0.3.11 |
1428 | 2025-03-17T15:55:23.773Z | Compiling syn v1.0.109 |
1429 | 2025-03-17T15:55:23.815Z | Compiling rustls v0.22.4 |
1430 | 2025-03-17T15:55:23.843Z | Compiling native-tls v0.2.12 |
1431 | 2025-03-17T15:55:24.149Z | Compiling dirs-next v2.0.0 |
1432 | 2025-03-17T15:55:24.334Z | Compiling rand_chacha v0.9.0 |
1433 | 2025-03-17T15:55:24.926Z | Compiling unicode-normalization v0.1.24 |
1434 | 2025-03-17T15:55:25.492Z | Compiling hyper v1.6.0 |
1435 | 2025-03-17T15:55:25.523Z | Compiling http-body-util v0.1.2 |
1436 | 2025-03-17T15:55:25.630Z | Compiling crossbeam-epoch v0.9.18 |
1437 | 2025-03-17T15:55:26.027Z | Compiling heapless v0.7.17 |
1438 | 2025-03-17T15:55:26.049Z | Compiling signature v2.2.0 |
1439 | 2025-03-17T15:55:26.320Z | Compiling sha1 v0.10.6 |
1440 | 2025-03-17T15:55:26.354Z | Compiling thread_local v1.1.8 |
1441 | 2025-03-17T15:55:26.401Z | Compiling cookie v0.18.1 |
1442 | 2025-03-17T15:55:26.469Z | Compiling multer v3.1.0 |
1443 | 2025-03-17T15:55:26.720Z | Compiling crc32fast v1.4.2 |
1444 | 2025-03-17T15:55:26.742Z | Compiling encoding_rs v0.8.34 |
1445 | 2025-03-17T15:55:26.792Z | Compiling openssl-probe v0.1.5 |
1446 | 2025-03-17T15:55:26.809Z | Compiling unicode-properties v0.1.3 |
1447 | 2025-03-17T15:55:27.036Z | Compiling mime v0.3.17 |
1448 | 2025-03-17T15:55:27.091Z | Compiling ipnet v2.11.0 |
1449 | 2025-03-17T15:55:27.209Z | Compiling gimli v0.31.1 |
1450 | 2025-03-17T15:55:27.544Z | Compiling rayon-core v1.12.1 |
1451 | 2025-03-17T15:55:27.859Z | Compiling hyper-util v0.1.10 |
1452 | 2025-03-17T15:55:28.109Z | Compiling signal-hook v0.3.17 |
1453 | 2025-03-17T15:55:28.298Z | Compiling slog-async v2.8.0 |
1454 | 2025-03-17T15:55:28.396Z | Compiling unicode-bidi v0.3.17 |
1455 | 2025-03-17T15:55:28.934Z | Compiling toml_edit v0.22.24 |
1456 | 2025-03-17T15:55:29.138Z | Compiling stringprep v0.1.5 |
1457 | 2025-03-17T15:55:30.221Z | Compiling crossbeam-deque v0.8.5 |
1458 | 2025-03-17T15:55:30.461Z | Compiling rand v0.9.0 |
1459 | 2025-03-17T15:55:30.647Z | Compiling term v0.7.0 |
1460 | 2025-03-17T15:55:30.799Z | Compiling usdt-macro v0.5.0 |
1461 | 2025-03-17T15:55:31.772Z | Compiling addr2line v0.24.2 |
1462 | 2025-03-17T15:55:31.826Z | Compiling usdt-attr-macro v0.5.0 |
1463 | 2025-03-17T15:55:31.858Z | Compiling slog-json v2.6.1 |
1464 | 2025-03-17T15:55:32.200Z | Compiling serde_urlencoded v0.7.1 |
1465 | 2025-03-17T15:55:32.220Z | Compiling crossbeam-channel v0.5.13 |
1466 | 2025-03-17T15:55:32.239Z | Compiling curve25519-dalek v4.1.3 |
1467 | 2025-03-17T15:55:32.470Z | Compiling futures-executor v0.3.31 |
1468 | 2025-03-17T15:55:32.692Z | Compiling enum-as-inner v0.6.1 |
1469 | 2025-03-17T15:55:32.950Z | Compiling md-5 v0.10.6 |
1470 | 2025-03-17T15:55:32.985Z | Compiling async-stream-impl v0.3.6 |
1471 | 2025-03-17T15:55:33.179Z | Compiling rustls-pemfile v2.2.0 |
1472 | 2025-03-17T15:55:33.228Z | Compiling num-integer v0.1.46 |
1473 | 2025-03-17T15:55:33.344Z | Compiling hash32 v0.2.1 |
1474 | 2025-03-17T15:55:33.517Z | Compiling ff v0.13.0 |
1475 | 2025-03-17T15:55:33.680Z | Compiling is-terminal v0.4.13 |
1476 | 2025-03-17T15:55:33.718Z | Compiling memoffset v0.9.1 |
1477 | 2025-03-17T15:55:33.756Z | Compiling object v0.36.5 |
1478 | 2025-03-17T15:55:33.828Z | Compiling dropshot v0.12.0 |
1479 | 2025-03-17T15:55:33.941Z | Compiling utf-8 v0.7.6 |
1480 | 2025-03-17T15:55:34.063Z | Compiling anyhow v1.0.97 |
1481 | 2025-03-17T15:55:34.153Z | Compiling take_mut v0.2.2 |
1482 | 2025-03-17T15:55:34.180Z | Compiling cfg_aliases v0.2.1 |
1483 | 2025-03-17T15:55:34.241Z | Compiling portable-atomic v1.9.0 |
1484 | 2025-03-17T15:55:34.296Z | Compiling linked-hash-map v0.5.6 |
1485 | 2025-03-17T15:55:34.326Z | Compiling num-bigint-dig v0.8.4 |
1486 | 2025-03-17T15:55:34.637Z | Compiling fallible-iterator v0.2.0 |
1487 | 2025-03-17T15:55:34.658Z | Compiling smoltcp v0.9.1 |
1488 | 2025-03-17T15:55:34.661Z | Compiling base16ct v0.2.0 |
1489 | 2025-03-17T15:55:35.000Z | Compiling quick-error v1.2.3 |
1490 | 2025-03-17T15:55:35.168Z | Compiling psl-types v2.0.11 |
1491 | 2025-03-17T15:55:35.205Z | Compiling newtype-uuid v1.2.1 |
1492 | 2025-03-17T15:55:35.288Z | Compiling rustc-demangle v0.1.24 |
1493 | 2025-03-17T15:55:35.309Z | Compiling litrs v0.4.1 |
1494 | 2025-03-17T15:55:35.372Z | Compiling publicsuffix v2.3.0 |
1495 | 2025-03-17T15:55:35.641Z | Compiling postgres-protocol v0.6.8 |
1496 | 2025-03-17T15:55:35.786Z | Compiling resolv-conf v0.7.0 |
1497 | 2025-03-17T15:55:35.973Z | Compiling sec1 v0.7.3 |
1498 | 2025-03-17T15:55:36.464Z | Compiling lru-cache v0.1.2 |
1499 | 2025-03-17T15:55:36.493Z | Compiling document-features v0.2.10 |
1500 | 2025-03-17T15:55:36.513Z | Compiling nix v0.29.0 |
1501 | 2025-03-17T15:55:36.666Z | Compiling async-stream v0.3.6 |
1502 | 2025-03-17T15:55:36.916Z | Compiling tungstenite v0.24.0 |
1503 | 2025-03-17T15:55:37.119Z | Compiling slog-term v2.9.1 |
1504 | 2025-03-17T15:55:37.334Z | Compiling num-iter v0.1.45 |
1505 | 2025-03-17T15:55:37.528Z | Compiling hickory-proto v0.24.4 |
1506 | 2025-03-17T15:55:37.599Z | Compiling group v0.13.0 |
1507 | 2025-03-17T15:55:37.618Z | Compiling usdt v0.5.0 |
1508 | 2025-03-17T15:55:38.207Z | Compiling futures v0.3.31 |
1509 | 2025-03-17T15:55:38.251Z | Compiling toml v0.8.20 |
1510 | 2025-03-17T15:55:38.339Z | Compiling slog-bunyan v2.5.0 |
1511 | 2025-03-17T15:55:38.880Z | Compiling bzip2 v0.4.4 |
1512 | 2025-03-17T15:55:38.914Z | Compiling tokio-native-tls v0.3.1 |
1513 | 2025-03-17T15:55:39.713Z | Compiling camino v1.1.9 |
1514 | 2025-03-17T15:55:40.174Z | Compiling backtrace v0.3.74 |
1515 | 2025-03-17T15:55:40.230Z | Compiling flate2 v1.1.0 |
1516 | 2025-03-17T15:55:40.577Z | Compiling phf_shared v0.11.2 |
1517 | 2025-03-17T15:55:40.779Z | Compiling ipnetwork v0.21.1 |
1518 | 2025-03-17T15:55:40.924Z | Compiling dropshot_endpoint v0.12.0 |
1519 | 2025-03-17T15:55:40.960Z | Compiling terminal_size v0.4.0 |
1520 | 2025-03-17T15:55:41.133Z | Compiling waitgroup v0.1.2 |
1521 | 2025-03-17T15:55:41.197Z | Compiling openapiv3 v2.0.0 |
1522 | 2025-03-17T15:55:41.350Z | Compiling serde_path_to_error v0.1.16 |
1523 | 2025-03-17T15:55:41.559Z | Compiling hkdf v0.12.4 |
1524 | 2025-03-17T15:55:41.831Z | Compiling crypto-bigint v0.5.5 |
1525 | 2025-03-17T15:55:42.112Z | Compiling curve25519-dalek-derive v0.1.1 |
1526 | 2025-03-17T15:55:42.305Z | Compiling hubpack_derive v0.1.1 |
1527 | 2025-03-17T15:55:43.010Z | Compiling zerocopy-derive v0.6.6 |
1528 | 2025-03-17T15:55:43.187Z | Compiling webpki-roots v0.26.6 |
1529 | 2025-03-17T15:55:43.409Z | Compiling sync_wrapper v1.0.1 |
1530 | 2025-03-17T15:55:43.543Z | Compiling hostname v0.4.0 |
1531 | 2025-03-17T15:55:43.583Z | Compiling ahash v0.8.11 |
1532 | 2025-03-17T15:55:43.765Z | Compiling fs-err v2.11.0 |
1533 | 2025-03-17T15:55:43.945Z | Compiling bumpalo v3.16.0 |
1534 | 2025-03-17T15:55:44.090Z | Compiling buf-list v1.0.3 |
1535 | 2025-03-17T15:55:44.415Z | Compiling debug-ignore v1.0.5 |
1536 | 2025-03-17T15:55:44.576Z | Compiling tower-layer v0.3.3 |
1537 | 2025-03-17T15:55:44.682Z | Compiling winnow v0.5.40 |
1538 | 2025-03-17T15:55:44.854Z | Compiling unicode-width v0.2.0 |
1539 | 2025-03-17T15:55:44.881Z | Compiling zip v2.1.3 |
1540 | 2025-03-17T15:55:44.901Z | Compiling lockfree-object-pool v0.1.6 |
1541 | 2025-03-17T15:55:44.995Z | Compiling simd-adler32 v0.3.7 |
1542 | 2025-03-17T15:55:45.170Z | Compiling managed v0.8.0 |
1543 | 2025-03-17T15:55:45.223Z | Compiling clap_builder v4.5.31 |
1544 | 2025-03-17T15:55:45.362Z | Compiling zopfli v0.8.1 |
1545 | 2025-03-17T15:55:45.517Z | Compiling console v0.15.10 |
1546 | 2025-03-17T15:55:46.315Z | Compiling zerocopy v0.6.6 |
1547 | 2025-03-17T15:55:46.872Z | Compiling strum_macros v0.25.3 |
1548 | 2025-03-17T15:55:46.968Z | Compiling tower v0.5.2 |
1549 | 2025-03-17T15:55:47.130Z | Compiling elliptic-curve v0.13.8 |
1550 | 2025-03-17T15:55:47.785Z | Compiling hubpack v0.1.2 |
1551 | 2025-03-17T15:55:47.819Z | Compiling toml_edit v0.19.15 |
1552 | 2025-03-17T15:55:47.930Z | Compiling hickory-resolver v0.24.4 |
1553 | 2025-03-17T15:55:48.064Z | Compiling oxnet v0.1.1 |
1554 | 2025-03-17T15:55:48.775Z | Compiling phf v0.11.2 |
1555 | 2025-03-17T15:55:48.987Z | Compiling signal-hook-mio v0.2.4 |
1556 | 2025-03-17T15:55:49.070Z | Compiling cookie_store v0.21.1 |
1557 | 2025-03-17T15:55:49.167Z | Compiling rayon v1.10.0 |
1558 | 2025-03-17T15:55:50.487Z | Compiling hyper-tls v0.6.0 |
1559 | 2025-03-17T15:55:50.507Z | Compiling tokio-tungstenite v0.24.0 |
1560 | 2025-03-17T15:55:51.195Z | Compiling postgres-types v0.2.9 |
1561 | 2025-03-17T15:55:53.227Z | Compiling ed25519 v2.2.3 |
1562 | 2025-03-17T15:55:53.399Z | Compiling phf_shared v0.10.0 |
1563 | 2025-03-17T15:55:53.403Z | Compiling tokio-stream v0.1.17 |
1564 | 2025-03-17T15:55:53.671Z | Compiling pkcs1 v0.7.5 |
1565 | 2025-03-17T15:55:53.771Z | Compiling serde-big-array v0.5.1 |
1566 | 2025-03-17T15:55:54.016Z | Compiling clap_derive v4.5.28 |
1567 | 2025-03-17T15:55:54.340Z | Compiling rfc6979 v0.4.0 |
1568 | 2025-03-17T15:55:54.552Z | Compiling serde_repr v0.1.19 |
1569 | 2025-03-17T15:55:54.555Z | Compiling daft-derive v0.1.2 |
1570 | 2025-03-17T15:55:54.650Z | Compiling derive-where v1.2.7 |
1571 | 2025-03-17T15:55:55.025Z | Compiling bstr v1.10.0 |
1572 | 2025-03-17T15:55:55.662Z | Compiling float-cmp v0.10.0 |
1573 | 2025-03-17T15:55:55.687Z | Compiling normalize-line-endings v0.3.0 |
1574 | 2025-03-17T15:55:55.839Z | Compiling precomputed-hash v0.1.1 |
1575 | 2025-03-17T15:55:55.920Z | Compiling static_assertions v1.1.0 |
1576 | 2025-03-17T15:55:55.977Z | Compiling difflib v0.4.0 |
1577 | 2025-03-17T15:55:56.037Z | Compiling whoami v1.5.2 |
1578 | 2025-03-17T15:55:56.105Z | Compiling predicates-core v1.0.8 |
1579 | 2025-03-17T15:55:56.432Z | Compiling number_prefix v0.4.0 |
1580 | 2025-03-17T15:55:56.582Z | Compiling new_debug_unreachable v1.0.6 |
1581 | 2025-03-17T15:55:56.620Z | Compiling fixedbitset v0.4.2 |
1582 | 2025-03-17T15:55:56.673Z | Compiling unicode-segmentation v1.12.0 |
1583 | 2025-03-17T15:55:56.692Z | Compiling string_cache v0.8.7 |
1584 | 2025-03-17T15:55:57.044Z | Compiling petgraph v0.6.5 |
1585 | 2025-03-17T15:55:57.122Z | Compiling indicatif v0.17.11 |
1586 | 2025-03-17T15:55:57.274Z | Compiling predicates v3.1.3 |
1587 | 2025-03-17T15:55:57.540Z | Compiling similar v2.7.0 |
1588 | 2025-03-17T15:55:57.806Z | Compiling tokio-postgres v0.7.13 |
1589 | 2025-03-17T15:55:58.474Z | Compiling clap v4.5.31 |
1590 | 2025-03-17T15:55:58.606Z | Compiling daft v0.1.2 |
1591 | 2025-03-17T15:55:58.754Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1592 | 2025-03-17T15:55:59.092Z | Compiling ecdsa v0.16.9 |
1593 | 2025-03-17T15:55:59.116Z | Compiling rsa v0.9.6 |
1594 | 2025-03-17T15:55:59.628Z | Compiling ed25519-dalek v2.1.1 |
1595 | 2025-03-17T15:56:00.486Z | Compiling toml v0.7.8 |
1596 | 2025-03-17T15:56:00.927Z | Compiling crossterm v0.28.1 |
1597 | 2025-03-17T15:56:03.023Z | Compiling zip v0.6.6 |
1598 | 2025-03-17T15:56:03.319Z | Compiling hex v0.4.3 |
1599 | 2025-03-17T15:56:03.878Z | Compiling x509-cert v0.2.5 |
1600 | 2025-03-17T15:56:04.102Z | Compiling itertools v0.10.5 |
1601 | 2025-03-17T15:56:04.303Z | Compiling lalrpop-util v0.19.12 |
1602 | 2025-03-17T15:56:04.525Z | Compiling unicode-xid v0.2.6 |
1603 | 2025-03-17T15:56:04.657Z | Compiling peg-runtime v0.8.5 |
1604 | 2025-03-17T15:56:04.702Z | Compiling strum_macros v0.26.4 |
1605 | 2025-03-17T15:56:04.722Z | Compiling xattr v1.3.1 |
1606 | 2025-03-17T15:56:04.980Z | Compiling filetime v0.2.25 |
1607 | 2025-03-17T15:56:05.224Z | Compiling tar v0.4.44 |
1608 | 2025-03-17T15:56:09.131Z | Compiling strum v0.26.3 |
1609 | 2025-03-17T15:56:11.873Z | Compiling aws-lc-sys v0.26.0 |
1610 | 2025-03-17T15:56:41.519Z | Compiling rustls-webpki v0.102.8 |
1611 | 2025-03-17T15:56:44.697Z | Compiling tokio-rustls v0.25.0 |
1612 | 2025-03-17T15:56:46.388Z | Compiling tokio-rustls v0.26.0 |
1613 | 2025-03-17T15:56:46.718Z | Compiling hyper-rustls v0.27.3 |
1614 | 2025-03-17T15:56:47.050Z | Compiling reqwest v0.12.12 |
1615 | 2025-03-17T15:56:48.384Z | Compiling qorb v0.2.1 |
1616 | 2025-03-17T15:56:51.308Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1617 | 2025-03-17T15:56:51.582Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1618 | 2025-03-17T15:56:55.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1619 | 2025-03-17T15:56:56.165Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1620 | 2025-03-17T15:56:56.215Z | Mar 17 15:56:55.419 INFO Starting download, target: Console |
1621 | 2025-03-17T15:56:56.215Z | Mar 17 15:56:55.419 INFO Starting download, target: Clickhouse |
1622 | 2025-03-17T15:56:56.215Z | Mar 17 15:56:55.419 INFO Starting download, target: Cockroach |
1623 | 2025-03-17T15:56:56.218Z | Mar 17 15:56:55.419 INFO Starting download, target: DendriteOpenapi |
1624 | 2025-03-17T15:56:56.218Z | Mar 17 15:56:55.419 INFO Starting download, target: DendriteStub |
1625 | 2025-03-17T15:56:56.218Z | Mar 17 15:56:55.419 INFO Starting download, target: MaghemiteMgd |
1626 | 2025-03-17T15:56:56.218Z | Mar 17 15:56:55.419 INFO Starting download, target: TransceiverControl |
1627 | 2025-03-17T15:56:56.218Z | Mar 17 15:56:55.420 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1628 | 2025-03-17T15:56:56.218Z | Mar 17 15:56:55.420 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1629 | 2025-03-17T15:56:56.218Z | Mar 17 15:56:55.420 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1630 | 2025-03-17T15:56:56.218Z | Mar 17 15:56:55.420 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1631 | 2025-03-17T15:56:56.218Z | Mar 17 15:56:55.420 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1632 | 2025-03-17T15:56:56.218Z | Mar 17 15:56:55.420 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1633 | 2025-03-17T15:56:56.218Z | Mar 17 15:56:55.421 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1634 | 2025-03-17T15:56:56.408Z | Mar 17 15:56:55.603 INFO Download complete, target: DendriteOpenapi |
1635 | 2025-03-17T15:56:56.669Z | Mar 17 15:56:55.863 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1636 | 2025-03-17T15:56:57.014Z | Mar 17 15:56:56.212 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1637 | 2025-03-17T15:56:57.081Z | Mar 17 15:56:56.284 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1638 | 2025-03-17T15:56:57.117Z | Mar 17 15:56:56.320 INFO Download complete, target: TransceiverControl |
1639 | 2025-03-17T15:56:57.216Z | Mar 17 15:56:56.420 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1640 | 2025-03-17T15:56:57.447Z | Mar 17 15:56:56.649 INFO Download complete, target: Console |
1641 | 2025-03-17T15:56:57.819Z | Mar 17 15:56:57.024 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1642 | 2025-03-17T15:56:57.819Z | Mar 17 15:56:57.024 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1643 | 2025-03-17T15:56:58.179Z | Mar 17 15:56:57.383 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1644 | 2025-03-17T15:56:59.585Z | Mar 17 15:56:58.789 INFO Download complete, target: DendriteStub |
1645 | 2025-03-17T15:56:59.724Z | Mar 17 15:56:58.928 INFO Download complete, target: MaghemiteMgd |
1646 | 2025-03-17T15:57:04.254Z | Mar 17 15:57:03.458 INFO Checking that binary works, target: Cockroach |
1647 | 2025-03-17T15:57:04.533Z | Mar 17 15:57:03.737 INFO Download complete, target: Cockroach |
1648 | 2025-03-17T15:57:08.825Z | Mar 17 15:57:08.028 INFO Checking that binary works, target: Clickhouse |
1649 | 2025-03-17T15:57:08.930Z | Mar 17 15:57:08.132 INFO Download complete, target: Clickhouse |
1650 | 2025-03-17T15:57:08.951Z | All builder prerequisites installed successfully, and PATH looks valid |
1651 | 2025-03-17T15:57:08.954Z | |
1652 | 2025-03-17T15:57:08.954Z | real 5:19.938302275 |
1653 | 2025-03-17T15:57:08.954Z | user 15:45.091936819 |
1654 | 2025-03-17T15:57:08.954Z | sys 2:11.103310610 |
1655 | 2025-03-17T15:57:08.954Z | trap 0.577163923 |
1656 | 2025-03-17T15:57:08.954Z | tflt 0.983729184 |
1657 | 2025-03-17T15:57:08.954Z | dflt 1.273349180 |
1658 | 2025-03-17T15:57:08.954Z | kflt 0.030449067 |
1659 | 2025-03-17T15:57:08.954Z | lock 24:04.090050024 |
1660 | 2025-03-17T15:57:08.954Z | slp 57:17.737573117 |
1661 | 2025-03-17T15:57:08.954Z | lat 1:02.954944856 |
1662 | 2025-03-17T15:57:08.954Z | stop 2:29.103719355 |
1663 | 2025-03-17T15:57:08.954Z | + banner clippy |
1664 | 2025-03-17T15:57:08.954Z | |
1665 | 2025-03-17T15:57:08.954Z | #### # # ##### ##### # # |
1666 | 2025-03-17T15:57:08.954Z | # # # # # # # # # # |
1667 | 2025-03-17T15:57:08.955Z | # # # # # # # # |
1668 | 2025-03-17T15:57:08.955Z | # # # ##### ##### # |
1669 | 2025-03-17T15:57:08.955Z | # # # # # # # |
1670 | 2025-03-17T15:57:08.955Z | #### ###### # # # # |
1671 | 2025-03-17T15:57:08.955Z | |
1672 | 2025-03-17T15:57:08.955Z | + export CARGO_INCREMENTAL=0 |
1673 | 2025-03-17T15:57:08.955Z | + CARGO_INCREMENTAL=0 |
1674 | 2025-03-17T15:57:08.955Z | + ptime -m cargo xtask clippy |
1675 | 2025-03-17T15:57:09.570Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1676 | 2025-03-17T15:57:12.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
1677 | 2025-03-17T15:57:12.553Z | Running `target/debug/xtask clippy` |
1678 | 2025-03-17T15:57:12.577Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1679 | 2025-03-17T15:57:13.320Z | Downloading crates ... |
1680 | 2025-03-17T15:57:13.628Z | Downloaded anes v0.1.6 |
1681 | 2025-03-17T15:57:13.632Z | Downloaded approx v0.5.1 |
1682 | 2025-03-17T15:57:13.641Z | Downloaded async-channel v1.9.0 |
1683 | 2025-03-17T15:57:13.648Z | Downloaded async-object-pool v0.1.5 |
1684 | 2025-03-17T15:57:13.651Z | Downloaded nested v0.1.1 |
1685 | 2025-03-17T15:57:13.655Z | Downloaded guppy-workspace-hack v0.1.0 |
1686 | 2025-03-17T15:57:13.662Z | Downloaded target-triple v0.1.3 |
1687 | 2025-03-17T15:57:13.665Z | Downloaded doc-comment v0.3.3 |
1688 | 2025-03-17T15:57:13.665Z | Downloaded proc-macro-crate v3.2.0 |
1689 | 2025-03-17T15:57:13.668Z | Downloaded plotters-svg v0.3.7 |
1690 | 2025-03-17T15:57:13.668Z | Downloaded async-channel v2.3.1 |
1691 | 2025-03-17T15:57:13.668Z | Downloaded cast v0.3.0 |
1692 | 2025-03-17T15:57:13.672Z | Downloaded piper v0.2.4 |
1693 | 2025-03-17T15:57:13.672Z | Downloaded concurrent-queue v2.5.0 |
1694 | 2025-03-17T15:57:13.691Z | Downloaded stringmetrics v2.2.2 |
1695 | 2025-03-17T15:57:13.694Z | Downloaded async-io v2.3.4 |
1696 | 2025-03-17T15:57:13.697Z | Downloaded path-tree v0.8.1 |
1697 | 2025-03-17T15:57:13.697Z | Downloaded parking v2.2.1 |
1698 | 2025-03-17T15:57:13.701Z | Downloaded oorandom v11.1.4 |
1699 | 2025-03-17T15:57:13.701Z | Downloaded serde_regex v1.1.0 |
1700 | 2025-03-17T15:57:13.701Z | Downloaded pathdiff v0.2.3 |
1701 | 2025-03-17T15:57:13.704Z | Downloaded criterion-plot v0.5.0 |
1702 | 2025-03-17T15:57:13.704Z | Downloaded relative-path v1.9.3 |
1703 | 2025-03-17T15:57:13.704Z | Downloaded kv-log-macro v1.0.7 |
1704 | 2025-03-17T15:57:13.707Z | Downloaded futures-timer v3.0.3 |
1705 | 2025-03-17T15:57:13.707Z | Downloaded tinytemplate v1.2.1 |
1706 | 2025-03-17T15:57:13.710Z | Downloaded async-lock v3.4.0 |
1707 | 2025-03-17T15:57:13.713Z | Downloaded async-task v4.7.1 |
1708 | 2025-03-17T15:57:13.716Z | Downloaded target-spec v3.4.2 |
1709 | 2025-03-17T15:57:13.716Z | Downloaded similar-asserts v1.7.0 |
1710 | 2025-03-17T15:57:13.719Z | Downloaded async-executor v1.13.1 |
1711 | 2025-03-17T15:57:13.719Z | Downloaded async-attributes v1.1.2 |
1712 | 2025-03-17T15:57:13.722Z | Downloaded rustls-native-certs v0.7.3 |
1713 | 2025-03-17T15:57:13.722Z | Downloaded rstest v0.24.0 |
1714 | 2025-03-17T15:57:13.728Z | Downloaded rand_distr v0.4.3 |
1715 | 2025-03-17T15:57:13.733Z | Downloaded futures-lite v2.3.0 |
1716 | 2025-03-17T15:57:13.736Z | Downloaded polling v3.7.3 |
1717 | 2025-03-17T15:57:13.736Z | Downloaded trybuild v1.0.103 |
1718 | 2025-03-17T15:57:13.740Z | Downloaded rstest_macros v0.24.0 |
1719 | 2025-03-17T15:57:13.749Z | Downloaded event-listener v5.3.1 |
1720 | 2025-03-17T15:57:13.754Z | Downloaded httptest v0.16.3 |
1721 | 2025-03-17T15:57:13.754Z | Downloaded cfg-expr v0.18.0 |
1722 | 2025-03-17T15:57:13.754Z | Downloaded criterion v0.5.1 |
1723 | 2025-03-17T15:57:13.757Z | Downloaded target-lexicon v0.13.2 |
1724 | 2025-03-17T15:57:13.761Z | Downloaded plotters v0.3.7 |
1725 | 2025-03-17T15:57:13.767Z | Downloaded guppy v0.17.17 |
1726 | 2025-03-17T15:57:13.773Z | Downloaded rust-argon2 v2.1.0 |
1727 | 2025-03-17T15:57:13.777Z | Downloaded async-std v1.13.0 |
1728 | 2025-03-17T15:57:13.791Z | Downloaded plotters-backend v0.3.7 |
1729 | 2025-03-17T15:57:13.795Z | Downloaded partial-io v0.5.4 |
1730 | 2025-03-17T15:57:13.795Z | Downloaded hyper-rustls v0.26.0 |
1731 | 2025-03-17T15:57:13.798Z | Downloaded blake2b_simd v1.0.2 |
1732 | 2025-03-17T15:57:13.798Z | Downloaded async-process v2.3.0 |
1733 | 2025-03-17T15:57:13.803Z | Downloaded assert_cmd v2.0.16 |
1734 | 2025-03-17T15:57:13.803Z | Downloaded event-listener-strategy v0.5.2 |
1735 | 2025-03-17T15:57:13.806Z | Downloaded event-listener v2.5.3 |
1736 | 2025-03-17T15:57:13.806Z | Downloaded async-signal v0.2.10 |
1737 | 2025-03-17T15:57:13.806Z | Downloaded blocking v1.6.1 |
1738 | 2025-03-17T15:57:13.806Z | Downloaded async-global-executor v2.4.1 |
1739 | 2025-03-17T15:57:13.809Z | Downloaded assert-json-diff v2.0.2 |
1740 | 2025-03-17T15:57:13.862Z | Downloaded httpmock v0.8.0-alpha.1 |
1741 | 2025-03-17T15:57:14.504Z | Checking cfg-if v1.0.0 |
1742 | 2025-03-17T15:57:14.672Z | Checking libc v0.2.170 |
1743 | 2025-03-17T15:57:14.695Z | Checking serde v1.0.218 |
1744 | 2025-03-17T15:57:14.719Z | Checking memchr v2.7.4 |
1745 | 2025-03-17T15:57:14.742Z | Checking value-bag v1.9.0 |
1746 | 2025-03-17T15:57:14.772Z | Checking itoa v1.0.11 |
1747 | 2025-03-17T15:57:14.797Z | Checking zeroize v1.8.1 |
1748 | 2025-03-17T15:57:14.821Z | Checking smallvec v1.14.0 |
1749 | 2025-03-17T15:57:14.824Z | Checking scopeguard v1.2.0 |
1750 | 2025-03-17T15:57:15.001Z | Checking pin-project-lite v0.2.14 |
1751 | 2025-03-17T15:57:15.028Z | Checking lock_api v0.4.12 |
1752 | 2025-03-17T15:57:15.071Z | Checking subtle v2.6.1 |
1753 | 2025-03-17T15:57:15.140Z | Checking log v0.4.22 |
1754 | 2025-03-17T15:57:15.175Z | Checking byteorder v1.5.0 |
1755 | 2025-03-17T15:57:15.179Z | Checking once_cell v1.20.3 |
1756 | 2025-03-17T15:57:15.328Z | Checking typenum v1.17.0 |
1757 | 2025-03-17T15:57:15.407Z | Checking libm v0.2.8 |
1758 | 2025-03-17T15:57:15.482Z | Checking ryu v1.0.18 |
1759 | 2025-03-17T15:57:15.547Z | Checking futures-core v0.3.31 |
1760 | 2025-03-17T15:57:15.596Z | Checking thiserror v1.0.69 |
1761 | 2025-03-17T15:57:15.649Z | Checking const-oid v0.9.6 |
1762 | 2025-03-17T15:57:15.681Z | Checking getrandom v0.2.15 |
1763 | 2025-03-17T15:57:15.730Z | Checking signal-hook-registry v1.4.2 |
1764 | 2025-03-17T15:57:15.757Z | Checking parking_lot_core v0.9.10 |
1765 | 2025-03-17T15:57:15.761Z | Checking mio v1.0.2 |
1766 | 2025-03-17T15:57:15.928Z | Checking rand_core v0.6.4 |
1767 | 2025-03-17T15:57:15.997Z | Checking socket2 v0.5.8 |
1768 | 2025-03-17T15:57:16.126Z | Checking parking_lot v0.12.3 |
1769 | 2025-03-17T15:57:16.227Z | Checking num-traits v0.2.19 |
1770 | 2025-03-17T15:57:16.261Z | Checking futures-io v0.3.31 |
1771 | 2025-03-17T15:57:16.379Z | Checking generic-array v0.14.7 |
1772 | 2025-03-17T15:57:16.410Z | Checking slab v0.4.9 |
1773 | 2025-03-17T15:57:16.460Z | Checking foldhash v0.1.3 |
1774 | 2025-03-17T15:57:16.482Z | Checking equivalent v1.0.1 |
1775 | 2025-03-17T15:57:16.503Z | Checking allocator-api2 v0.2.18 |
1776 | 2025-03-17T15:57:16.612Z | Checking zerocopy v0.7.35 |
1777 | 2025-03-17T15:57:16.684Z | Checking cpufeatures v0.2.14 |
1778 | 2025-03-17T15:57:16.684Z | Checking futures-sink v0.3.31 |
1779 | 2025-03-17T15:57:16.807Z | Checking getrandom v0.3.1 |
1780 | 2025-03-17T15:57:16.882Z | Checking iana-time-zone v0.1.61 |
1781 | 2025-03-17T15:57:17.058Z | Checking pin-utils v0.1.0 |
1782 | 2025-03-17T15:57:17.086Z | Checking fnv v1.0.7 |
1783 | 2025-03-17T15:57:17.113Z | Checking hashbrown v0.15.1 |
1784 | 2025-03-17T15:57:17.176Z | Checking futures-channel v0.3.31 |
1785 | 2025-03-17T15:57:17.244Z | Checking futures-task v0.3.31 |
1786 | 2025-03-17T15:57:17.399Z | Checking crypto-common v0.1.6 |
1787 | 2025-03-17T15:57:17.496Z | Checking block-buffer v0.10.4 |
1788 | 2025-03-17T15:57:17.526Z | Checking stable_deref_trait v1.2.0 |
1789 | 2025-03-17T15:57:17.555Z | Checking futures-util v0.3.31 |
1790 | 2025-03-17T15:57:17.617Z | Checking errno v0.3.9 |
1791 | 2025-03-17T15:57:17.663Z | Checking dyn-clone v1.0.19 |
1792 | 2025-03-17T15:57:17.710Z | Checking digest v0.10.7 |
1793 | 2025-03-17T15:57:17.752Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1794 | 2025-03-17T15:57:17.821Z | Checking tracing-core v0.1.32 |
1795 | 2025-03-17T15:57:17.824Z | Checking zerofrom v0.1.4 |
1796 | 2025-03-17T15:57:17.890Z | Checking ppv-lite86 v0.2.20 |
1797 | 2025-03-17T15:57:18.062Z | Checking yoke v0.7.4 |
1798 | 2025-03-17T15:57:18.089Z | Checking crossbeam-utils v0.8.20 |
1799 | 2025-03-17T15:57:18.143Z | Checking writeable v0.5.5 |
1800 | 2025-03-17T15:57:18.179Z | Checking litemap v0.7.3 |
1801 | 2025-03-17T15:57:18.416Z | Checking zerovec v0.10.4 |
1802 | 2025-03-17T15:57:18.463Z | Checking tracing v0.1.40 |
1803 | 2025-03-17T15:57:18.492Z | Checking percent-encoding v2.3.1 |
1804 | 2025-03-17T15:57:18.545Z | Checking rand_chacha v0.3.1 |
1805 | 2025-03-17T15:57:18.548Z | Checking block-padding v0.3.3 |
1806 | 2025-03-17T15:57:18.703Z | Checking httparse v1.9.5 |
1807 | 2025-03-17T15:57:18.776Z | Checking atomic-waker v1.1.2 |
1808 | 2025-03-17T15:57:18.805Z | Checking inout v0.1.3 |
1809 | 2025-03-17T15:57:18.832Z | Checking icu_locid_transform_data v1.5.0 |
1810 | 2025-03-17T15:57:18.927Z | Checking form_urlencoded v1.2.1 |
1811 | 2025-03-17T15:57:18.957Z | Checking rand v0.8.5 |
1812 | 2025-03-17T15:57:18.960Z | Checking spin v0.9.8 |
1813 | 2025-03-17T15:57:19.037Z | Checking cipher v0.4.4 |
1814 | 2025-03-17T15:57:19.145Z | Checking untrusted v0.9.0 |
1815 | 2025-03-17T15:57:19.174Z | Checking bytes v1.10.1 |
1816 | 2025-03-17T15:57:19.203Z | Checking bitflags v2.6.0 |
1817 | 2025-03-17T15:57:19.319Z | Checking serde_json v1.0.139 |
1818 | 2025-03-17T15:57:19.348Z | Checking chrono v0.4.40 |
1819 | 2025-03-17T15:57:19.451Z | Checking uuid v1.15.1 |
1820 | 2025-03-17T15:57:19.523Z | Checking semver v1.0.25 |
1821 | 2025-03-17T15:57:19.961Z | Checking indexmap v2.7.1 |
1822 | 2025-03-17T15:57:19.991Z | Checking rustix v0.38.37 |
1823 | 2025-03-17T15:57:20.078Z | Checking tinystr v0.7.6 |
1824 | 2025-03-17T15:57:20.172Z | Checking icu_collections v1.5.0 |
1825 | 2025-03-17T15:57:20.220Z | Checking tokio v1.43.0 |
1826 | 2025-03-17T15:57:20.439Z | Checking http v1.2.0 |
1827 | 2025-03-17T15:57:20.861Z | Checking icu_locid v1.5.0 |
1828 | 2025-03-17T15:57:21.009Z | Checking regex-syntax v0.8.5 |
1829 | 2025-03-17T15:57:21.152Z | Checking icu_properties_data v1.5.0 |
1830 | 2025-03-17T15:57:21.321Z | Checking schemars v0.8.22 |
1831 | 2025-03-17T15:57:21.393Z | Checking powerfmt v0.2.0 |
1832 | 2025-03-17T15:57:21.698Z | Checking deranged v0.3.11 |
1833 | 2025-03-17T15:57:21.728Z | Checking ring v0.17.11 |
1834 | 2025-03-17T15:57:21.848Z | Checking icu_provider v1.5.0 |
1835 | 2025-03-17T15:57:22.141Z | Checking utf8_iter v1.0.4 |
1836 | 2025-03-17T15:57:22.376Z | Checking utf16_iter v1.0.5 |
1837 | 2025-03-17T15:57:22.494Z | Checking icu_locid_transform v1.5.0 |
1838 | 2025-03-17T15:57:22.581Z | Checking time-core v0.1.2 |
1839 | 2025-03-17T15:57:22.759Z | Checking num-conv v0.1.0 |
1840 | 2025-03-17T15:57:22.797Z | Checking write16 v1.0.0 |
1841 | 2025-03-17T15:57:22.958Z | Checking num_threads v0.1.7 |
1842 | 2025-03-17T15:57:23.010Z | Checking icu_normalizer_data v1.5.0 |
1843 | 2025-03-17T15:57:23.038Z | Checking aho-corasick v1.1.3 |
1844 | 2025-03-17T15:57:23.103Z | Checking time v0.3.36 |
1845 | 2025-03-17T15:57:23.141Z | Checking base64ct v1.6.0 |
1846 | 2025-03-17T15:57:23.205Z | Checking unicode-ident v1.0.14 |
1847 | 2025-03-17T15:57:23.406Z | Checking proc-macro2 v1.0.94 |
1848 | 2025-03-17T15:57:23.536Z | Checking icu_properties v1.5.1 |
1849 | 2025-03-17T15:57:23.627Z | Checking hmac v0.12.1 |
1850 | 2025-03-17T15:57:23.875Z | Checking sha2 v0.10.8 |
1851 | 2025-03-17T15:57:23.964Z | Checking rustls-pki-types v1.10.0 |
1852 | 2025-03-17T15:57:24.099Z | Checking adler2 v2.0.0 |
1853 | 2025-03-17T15:57:24.225Z | Checking quote v1.0.39 |
1854 | 2025-03-17T15:57:24.284Z | Checking miniz_oxide v0.8.5 |
1855 | 2025-03-17T15:57:24.506Z | Checking http-body v1.0.1 |
1856 | 2025-03-17T15:57:24.510Z | Checking aws-lc-sys v0.26.0 |
1857 | 2025-03-17T15:57:24.587Z | Checking syn v2.0.98 |
1858 | 2025-03-17T15:57:24.695Z | Checking regex-automata v0.4.8 |
1859 | 2025-03-17T15:57:24.724Z | Checking httpdate v1.0.3 |
1860 | 2025-03-17T15:57:24.996Z | Checking try-lock v0.2.5 |
1861 | 2025-03-17T15:57:25.033Z | Checking base64 v0.22.1 |
1862 | 2025-03-17T15:57:25.173Z | Checking untrusted v0.7.1 |
1863 | 2025-03-17T15:57:25.382Z | Checking want v0.3.1 |
1864 | 2025-03-17T15:57:25.499Z | Checking pem-rfc7468 v0.7.0 |
1865 | 2025-03-17T15:57:25.532Z | Checking tower-service v0.3.3 |
1866 | 2025-03-17T15:57:25.578Z | Checking slog v2.7.0 |
1867 | 2025-03-17T15:57:25.678Z | Checking mime v0.3.17 |
1868 | 2025-03-17T15:57:25.802Z | Checking flagset v0.4.6 |
1869 | 2025-03-17T15:57:26.002Z | Checking pbkdf2 v0.12.2 |
1870 | 2025-03-17T15:57:26.037Z | Checking der v0.7.9 |
1871 | 2025-03-17T15:57:26.067Z | Checking aes v0.8.4 |
1872 | 2025-03-17T15:57:26.194Z | Checking gimli v0.31.1 |
1873 | 2025-03-17T15:57:26.797Z | Checking icu_normalizer v1.5.0 |
1874 | 2025-03-17T15:57:26.801Z | Checking aws-lc-rs v1.12.4 |
1875 | 2025-03-17T15:57:26.927Z | Checking http-body-util v0.1.2 |
1876 | 2025-03-17T15:57:26.989Z | Checking tokio-util v0.7.13 |
1877 | 2025-03-17T15:57:27.385Z | Checking cbc v0.1.2 |
1878 | 2025-03-17T15:57:27.610Z | Checking idna_adapter v1.2.0 |
1879 | 2025-03-17T15:57:27.641Z | Checking salsa20 v0.10.2 |
1880 | 2025-03-17T15:57:27.757Z | Checking spki v0.7.3 |
1881 | 2025-03-17T15:57:27.835Z | Checking idna v1.0.3 |
1882 | 2025-03-17T15:57:27.874Z | Checking h2 v0.4.6 |
1883 | 2025-03-17T15:57:27.905Z | Checking lazy_static v1.5.0 |
1884 | 2025-03-17T15:57:28.061Z | Checking object v0.36.5 |
1885 | 2025-03-17T15:57:28.091Z | Checking rustc-demangle v0.1.24 |
1886 | 2025-03-17T15:57:28.359Z | Checking url v2.5.3 |
1887 | 2025-03-17T15:57:28.569Z | Checking scrypt v0.11.0 |
1888 | 2025-03-17T15:57:28.600Z | Checking rustls-webpki v0.102.8 |
1889 | 2025-03-17T15:57:28.654Z | Checking regex v1.11.1 |
1890 | 2025-03-17T15:57:28.808Z | Checking rustls-pemfile v2.2.0 |
1891 | 2025-03-17T15:57:29.059Z | Checking openssl-probe v0.1.5 |
1892 | 2025-03-17T15:57:29.232Z | Checking ipnet v2.11.0 |
1893 | 2025-03-17T15:57:29.261Z | Checking foreign-types-shared v0.1.1 |
1894 | 2025-03-17T15:57:29.291Z | Checking utf8parse v0.2.2 |
1895 | 2025-03-17T15:57:29.360Z | Checking pkcs5 v0.7.1 |
1896 | 2025-03-17T15:57:29.405Z | Checking foreign-types v0.3.2 |
1897 | 2025-03-17T15:57:29.469Z | Checking serde_urlencoded v0.7.1 |
1898 | 2025-03-17T15:57:29.526Z | Checking openssl-sys v0.9.106 |
1899 | 2025-03-17T15:57:29.690Z | Checking encoding_rs v0.8.34 |
1900 | 2025-03-17T15:57:29.878Z | Checking futures-executor v0.3.31 |
1901 | 2025-03-17T15:57:29.909Z | Checking pkcs8 v0.10.2 |
1902 | 2025-03-17T15:57:29.954Z | Checking addr2line v0.24.2 |
1903 | 2025-03-17T15:57:30.119Z | Checking serde_spanned v0.6.8 |
1904 | 2025-03-17T15:57:30.223Z | Checking toml_datetime v0.6.8 |
1905 | 2025-03-17T15:57:30.331Z | Checking anstyle v1.0.10 |
1906 | 2025-03-17T15:57:30.485Z | Checking futures v0.3.31 |
1907 | 2025-03-17T15:57:30.551Z | Checking rustls v0.23.19 |
1908 | 2025-03-17T15:57:30.582Z | Checking either v1.14.0 |
1909 | 2025-03-17T15:57:30.617Z | Checking psl-types v2.0.11 |
1910 | 2025-03-17T15:57:30.693Z | Checking anstyle-parse v0.2.5 |
1911 | 2025-03-17T15:57:30.696Z | Checking openssl v0.10.71 |
1912 | 2025-03-17T15:57:30.833Z | Checking publicsuffix v2.3.0 |
1913 | 2025-03-17T15:57:30.967Z | Checking cookie v0.18.1 |
1914 | 2025-03-17T15:57:30.993Z | Checking webpki-roots v0.26.6 |
1915 | 2025-03-17T15:57:31.126Z | Checking sync_wrapper v1.0.1 |
1916 | 2025-03-17T15:57:31.227Z | Checking is-terminal v0.4.13 |
1917 | 2025-03-17T15:57:31.293Z | Checking data-encoding v2.6.0 |
1918 | 2025-03-17T15:57:31.380Z | Checking anstyle-query v1.1.1 |
1919 | 2025-03-17T15:57:31.448Z | Checking is_terminal_polyfill v1.70.1 |
1920 | 2025-03-17T15:57:31.537Z | Checking tower-layer v0.3.3 |
1921 | 2025-03-17T15:57:31.600Z | Checking colorchoice v1.0.2 |
1922 | 2025-03-17T15:57:31.770Z | Checking anstream v0.6.15 |
1923 | 2025-03-17T15:57:31.821Z | Checking tower v0.5.2 |
1924 | 2025-03-17T15:57:31.850Z | Checking cookie_store v0.21.1 |
1925 | 2025-03-17T15:57:31.928Z | Checking terminal_size v0.4.0 |
1926 | 2025-03-17T15:57:32.127Z | Checking openapiv3 v2.0.0 |
1927 | 2025-03-17T15:57:32.172Z | Checking sha1 v0.10.6 |
1928 | 2025-03-17T15:57:32.489Z | Checking strsim v0.11.1 |
1929 | 2025-03-17T15:57:32.528Z | Checking clap_lex v0.7.4 |
1930 | 2025-03-17T15:57:32.556Z | Checking ipnetwork v0.21.1 |
1931 | 2025-03-17T15:57:32.793Z | Checking camino v1.1.9 |
1932 | 2025-03-17T15:57:32.821Z | Checking clap_builder v4.5.31 |
1933 | 2025-03-17T15:57:32.918Z | Checking signature v2.2.0 |
1934 | 2025-03-17T15:57:33.146Z | Checking tinyvec_macros v0.1.1 |
1935 | 2025-03-17T15:57:33.265Z | Checking bitflags v1.3.2 |
1936 | 2025-03-17T15:57:33.309Z | Checking tinyvec v1.8.0 |
1937 | 2025-03-17T15:57:33.385Z | Checking dirs-sys-next v0.1.2 |
1938 | 2025-03-17T15:57:33.582Z | Checking scroll v0.12.0 |
1939 | 2025-03-17T15:57:33.927Z | Checking backtrace v0.3.74 |
1940 | 2025-03-17T15:57:34.061Z | Checking ucd-trie v0.1.7 |
1941 | 2025-03-17T15:57:34.091Z | Checking hyper v1.6.0 |
1942 | 2025-03-17T15:57:34.315Z | Checking plain v0.2.3 |
1943 | 2025-03-17T15:57:34.501Z | Checking goblin v0.8.2 |
1944 | 2025-03-17T15:57:34.505Z | Checking anyhow v1.0.97 |
1945 | 2025-03-17T15:57:34.644Z | Checking pest v2.7.14 |
1946 | 2025-03-17T15:57:34.937Z | Checking dirs-next v2.0.0 |
1947 | 2025-03-17T15:57:35.093Z | Checking crossbeam-channel v0.5.13 |
1948 | 2025-03-17T15:57:35.310Z | Checking num-integer v0.1.46 |
1949 | 2025-03-17T15:57:35.638Z | Checking tokio-rustls v0.26.0 |
1950 | 2025-03-17T15:57:35.689Z | Checking clap v4.5.31 |
1951 | 2025-03-17T15:57:35.783Z | Checking thread_local v1.1.8 |
1952 | 2025-03-17T15:57:35.833Z | Checking winnow v0.7.3 |
1953 | 2025-03-17T15:57:35.866Z | Checking pretty-hex v0.4.1 |
1954 | 2025-03-17T15:57:35.869Z | Checking native-tls v0.2.12 |
1955 | 2025-03-17T15:57:36.018Z | Checking term v0.7.0 |
1956 | 2025-03-17T15:57:36.062Z | Checking thread-id v4.2.2 |
1957 | 2025-03-17T15:57:36.090Z | Checking crc32fast v1.4.2 |
1958 | 2025-03-17T15:57:36.120Z | Checking hyper-util v0.1.10 |
1959 | 2025-03-17T15:57:36.191Z | Checking take_mut v0.2.2 |
1960 | 2025-03-17T15:57:36.221Z | Checking tokio-native-tls v0.3.1 |
1961 | 2025-03-17T15:57:36.345Z | Checking base16ct v0.2.0 |
1962 | 2025-03-17T15:57:36.376Z | Checking slog-async v2.8.0 |
1963 | 2025-03-17T15:57:36.476Z | Checking slog-term v2.9.1 |
1964 | 2025-03-17T15:57:36.505Z | Checking ff v0.13.0 |
1965 | 2025-03-17T15:57:36.581Z | Checking sec1 v0.7.3 |
1966 | 2025-03-17T15:57:36.671Z | Checking memmap v0.7.0 |
1967 | 2025-03-17T15:57:36.749Z | Checking zerocopy v0.8.10 |
1968 | 2025-03-17T15:57:36.904Z | Checking group v0.13.0 |
1969 | 2025-03-17T15:57:36.981Z | Checking num-iter v0.1.45 |
1970 | 2025-03-17T15:57:37.011Z | Checking hkdf v0.12.4 |
1971 | 2025-03-17T15:57:37.151Z | Checking dtrace-parser v0.2.0 |
1972 | 2025-03-17T15:57:37.177Z | Checking hex v0.4.3 |
1973 | 2025-03-17T15:57:37.202Z | Checking crypto-bigint v0.5.5 |
1974 | 2025-03-17T15:57:37.237Z | Checking utf-8 v0.7.6 |
1975 | 2025-03-17T15:57:37.474Z | Checking match_cfg v0.1.0 |
1976 | 2025-03-17T15:57:37.592Z | Checking static_assertions v1.1.0 |
1977 | 2025-03-17T15:57:37.622Z | Checking unicode-width v0.2.0 |
1978 | 2025-03-17T15:57:37.674Z | Checking hostname v0.3.1 |
1979 | 2025-03-17T15:57:37.714Z | Checking oxnet v0.1.1 |
1980 | 2025-03-17T15:57:37.843Z | Checking bstr v1.10.0 |
1981 | 2025-03-17T15:57:37.944Z | Checking hyper-rustls v0.27.3 |
1982 | 2025-03-17T15:57:38.090Z | Checking hyper-tls v0.6.0 |
1983 | 2025-03-17T15:57:38.120Z | Checking unicode-segmentation v1.12.0 |
1984 | 2025-03-17T15:57:38.305Z | Checking winnow v0.5.40 |
1985 | 2025-03-17T15:57:38.410Z | Checking reqwest v0.12.12 |
1986 | 2025-03-17T15:57:38.521Z | Checking toml_edit v0.22.24 |
1987 | 2025-03-17T15:57:38.691Z | Checking num-bigint-dig v0.8.4 |
1988 | 2025-03-17T15:57:38.846Z | Checking flate2 v1.1.0 |
1989 | 2025-03-17T15:57:39.262Z | Checking dof v0.3.0 |
1990 | 2025-03-17T15:57:39.505Z | Checking pkcs1 v0.7.5 |
1991 | 2025-03-17T15:57:39.534Z | Checking crossbeam-epoch v0.9.18 |
1992 | 2025-03-17T15:57:39.831Z | Checking elliptic-curve v0.13.8 |
1993 | 2025-03-17T15:57:39.893Z | Checking usdt-impl v0.5.0 |
1994 | 2025-03-17T15:57:39.921Z | Checking zerocopy v0.6.6 |
1995 | 2025-03-17T15:57:39.964Z | Checking quick-error v1.2.3 |
1996 | 2025-03-17T15:57:40.127Z | Checking unicode-normalization v0.1.24 |
1997 | 2025-03-17T15:57:40.263Z | Checking slog-json v2.6.1 |
1998 | 2025-03-17T15:57:40.446Z | Checking usdt v0.5.0 |
1999 | 2025-03-17T15:57:40.449Z | Checking rfc6979 v0.4.0 |
2000 | 2025-03-17T15:57:40.526Z | Checking hubpack v0.1.2 |
2001 | 2025-03-17T15:57:40.604Z | Checking managed v0.8.0 |
2002 | 2025-03-17T15:57:40.651Z | Checking debug-ignore v1.0.5 |
2003 | 2025-03-17T15:57:40.736Z | Checking ecdsa v0.16.9 |
2004 | 2025-03-17T15:57:40.770Z | Checking rsa v0.9.6 |
2005 | 2025-03-17T15:57:40.811Z | Checking slog-bunyan v2.5.0 |
2006 | 2025-03-17T15:57:40.841Z | Checking crossbeam-deque v0.8.5 |
2007 | 2025-03-17T15:57:40.976Z | Checking rustls v0.22.4 |
2008 | 2025-03-17T15:57:41.004Z | Checking x509-cert v0.2.5 |
2009 | 2025-03-17T15:57:41.032Z | Checking toml_edit v0.19.15 |
2010 | 2025-03-17T15:57:41.060Z | Checking serde_path_to_error v0.1.16 |
2011 | 2025-03-17T15:57:41.112Z | Checking toml v0.8.20 |
2012 | 2025-03-17T15:57:41.222Z | Checking curve25519-dalek v4.1.3 |
2013 | 2025-03-17T15:57:41.443Z | Checking ahash v0.8.11 |
2014 | 2025-03-17T15:57:41.689Z | Checking bzip2-sys v0.1.11+1.0.8 |
2015 | 2025-03-17T15:57:41.717Z | Checking siphasher v0.3.11 |
2016 | 2025-03-17T15:57:41.831Z | Checking bzip2 v0.4.4 |
2017 | 2025-03-17T15:57:41.834Z | Checking rayon-core v1.12.1 |
2018 | 2025-03-17T15:57:41.925Z | Checking ed25519 v2.2.3 |
2019 | 2025-03-17T15:57:42.039Z | Checking newtype-uuid v1.2.1 |
2020 | 2025-03-17T15:57:42.129Z | Checking signal-hook v0.3.17 |
2021 | 2025-03-17T15:57:42.260Z | Checking rand_core v0.9.2 |
2022 | 2025-03-17T15:57:42.307Z | Checking daft v0.1.2 |
2023 | 2025-03-17T15:57:42.486Z | Checking console v0.15.10 |
2024 | 2025-03-17T15:57:42.515Z | Checking hickory-proto v0.24.4 |
2025 | 2025-03-17T15:57:42.543Z | Checking multer v3.1.0 |
2026 | 2025-03-17T15:57:42.602Z | Checking itertools v0.10.5 |
2027 | 2025-03-17T15:57:42.722Z | Checking waitgroup v0.1.2 |
2028 | 2025-03-17T15:57:42.887Z | Checking memoffset v0.9.1 |
2029 | 2025-03-17T15:57:42.945Z | Checking async-stream v0.3.6 |
2030 | 2025-03-17T15:57:42.996Z | Checking ed25519-dalek v2.1.1 |
2031 | 2025-03-17T15:57:43.025Z | Checking hostname v0.4.0 |
2032 | 2025-03-17T15:57:43.054Z | Checking rand_chacha v0.9.0 |
2033 | 2025-03-17T15:57:43.140Z | Checking signal-hook-mio v0.2.4 |
2034 | 2025-03-17T15:57:43.182Z | Checking zip v0.6.6 |
2035 | 2025-03-17T15:57:43.303Z | Checking fs-err v2.11.0 |
2036 | 2025-03-17T15:57:43.429Z | Checking hash32 v0.2.1 |
2037 | 2025-03-17T15:57:43.459Z | Checking predicates-core v1.0.8 |
2038 | 2025-03-17T15:57:43.489Z | Checking toml v0.7.8 |
2039 | 2025-03-17T15:57:43.665Z | Checking bumpalo v3.16.0 |
2040 | 2025-03-17T15:57:43.761Z | Checking unicode-properties v0.1.3 |
2041 | 2025-03-17T15:57:43.846Z | Checking simd-adler32 v0.3.7 |
2042 | 2025-03-17T15:57:43.874Z | Checking unicode-bidi v0.3.17 |
2043 | 2025-03-17T15:57:44.003Z | Checking linked-hash-map v0.5.6 |
2044 | 2025-03-17T15:57:44.149Z | Checking lockfree-object-pool v0.1.6 |
2045 | 2025-03-17T15:57:44.184Z | Checking heapless v0.7.17 |
2046 | 2025-03-17T15:57:44.236Z | Checking rand v0.9.0 |
2047 | 2025-03-17T15:57:44.264Z | Checking tokio-rustls v0.25.0 |
2048 | 2025-03-17T15:57:44.328Z | Checking lru-cache v0.1.2 |
2049 | 2025-03-17T15:57:44.416Z | Checking zopfli v0.8.1 |
2050 | 2025-03-17T15:57:44.525Z | Checking stringprep v0.1.5 |
2051 | 2025-03-17T15:57:44.552Z | Checking crossterm v0.28.1 |
2052 | 2025-03-17T15:57:44.633Z | Checking dropshot v0.12.0 |
2053 | 2025-03-17T15:57:44.717Z | Checking rayon v1.10.0 |
2054 | 2025-03-17T15:57:44.833Z | Checking phf_shared v0.11.2 |
2055 | 2025-03-17T15:57:45.043Z | Checking similar v2.7.0 |
2056 | 2025-03-17T15:57:45.072Z | Checking tokio-stream v0.1.17 |
2057 | 2025-03-17T15:57:45.133Z | Checking md-5 v0.10.6 |
2058 | 2025-03-17T15:57:45.243Z | Checking float-cmp v0.10.0 |
2059 | 2025-03-17T15:57:45.369Z | Checking difflib v0.4.0 |
2060 | 2025-03-17T15:57:45.483Z | Checking normalize-line-endings v0.3.0 |
2061 | 2025-03-17T15:57:45.635Z | Checking fallible-iterator v0.2.0 |
2062 | 2025-03-17T15:57:45.729Z | Checking predicates v3.1.3 |
2063 | 2025-03-17T15:57:45.829Z | Checking phf v0.11.2 |
2064 | 2025-03-17T15:57:45.904Z | Checking zip v2.1.3 |
2065 | 2025-03-17T15:57:46.092Z | Checking smoltcp v0.9.1 |
2066 | 2025-03-17T15:57:46.247Z | Checking postgres-protocol v0.6.8 |
2067 | 2025-03-17T15:57:46.276Z | Checking nix v0.29.0 |
2068 | 2025-03-17T15:57:46.377Z | Checking phf_shared v0.10.0 |
2069 | 2025-03-17T15:57:46.676Z | Checking resolv-conf v0.7.0 |
2070 | 2025-03-17T15:57:46.951Z | Checking tungstenite v0.24.0 |
2071 | 2025-03-17T15:57:46.954Z | Checking buf-list v1.0.3 |
2072 | 2025-03-17T15:57:47.007Z | Checking serde-big-array v0.5.1 |
2073 | 2025-03-17T15:57:47.037Z | Checking portable-atomic v1.9.0 |
2074 | 2025-03-17T15:57:47.251Z | Checking lalrpop-util v0.19.12 |
2075 | 2025-03-17T15:57:47.313Z | Checking fixedbitset v0.4.2 |
2076 | 2025-03-17T15:57:47.437Z | Checking minimal-lexical v0.2.1 |
2077 | 2025-03-17T15:57:47.553Z | Checking new_debug_unreachable v1.0.6 |
2078 | 2025-03-17T15:57:47.583Z | Checking number_prefix v0.4.0 |
2079 | 2025-03-17T15:57:47.640Z | Checking precomputed-hash v0.1.1 |
2080 | 2025-03-17T15:57:47.673Z | Checking petgraph v0.6.5 |
2081 | 2025-03-17T15:57:47.777Z | Checking string_cache v0.8.7 |
2082 | 2025-03-17T15:57:47.782Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2083 | 2025-03-17T15:57:47.832Z | Checking nom v7.1.3 |
2084 | 2025-03-17T15:57:47.860Z | Checking tokio-tungstenite v0.24.0 |
2085 | 2025-03-17T15:57:47.991Z | Checking hickory-resolver v0.24.4 |
2086 | 2025-03-17T15:57:48.068Z | Checking postgres-types v0.2.9 |
2087 | 2025-03-17T15:57:48.095Z | Checking itertools v0.12.1 |
2088 | 2025-03-17T15:57:48.239Z | Checking indicatif v0.17.11 |
2089 | 2025-03-17T15:57:48.310Z | Checking peg-runtime v0.8.5 |
2090 | 2025-03-17T15:57:48.576Z | Checking whoami v1.5.2 |
2091 | 2025-03-17T15:57:48.712Z | Compiling thiserror-impl v2.0.11 |
2092 | 2025-03-17T15:57:48.903Z | Checking tokio-postgres v0.7.13 |
2093 | 2025-03-17T15:57:49.133Z | Compiling regress v0.10.3 |
2094 | 2025-03-17T15:57:49.567Z | Checking qorb v0.2.1 |
2095 | 2025-03-17T15:57:50.431Z | Compiling ident_case v1.0.1 |
2096 | 2025-03-17T15:57:50.483Z | Compiling unsafe-libyaml v0.2.11 |
2097 | 2025-03-17T15:57:50.610Z | Checking heck v0.5.0 |
2098 | 2025-03-17T15:57:50.644Z | Compiling darling_core v0.20.10 |
2099 | 2025-03-17T15:57:50.838Z | Checking fastrand v2.1.1 |
2100 | 2025-03-17T15:57:51.767Z | Compiling serde_yaml v0.9.34+deprecated |
2101 | 2025-03-17T15:57:51.909Z | Checking thiserror v2.0.11 |
2102 | 2025-03-17T15:57:52.069Z | Compiling structmeta-derive v0.3.0 |
2103 | 2025-03-17T15:57:52.069Z | Checking tempfile v3.13.0 |
2104 | 2025-03-17T15:57:52.288Z | Checking progenitor-client v0.9.1 |
2105 | 2025-03-17T15:57:52.482Z | Checking strum v0.26.3 |
2106 | 2025-03-17T15:57:52.683Z | Checking wait-timeout v0.2.0 |
2107 | 2025-03-17T15:57:52.686Z | Checking bit-vec v0.8.0 |
2108 | 2025-03-17T15:57:52.865Z | Compiling typify-impl v0.2.0 |
2109 | 2025-03-17T15:57:52.896Z | Checking rusty-fork v0.3.0 |
2110 | 2025-03-17T15:57:53.070Z | Checking bit-set v0.8.0 |
2111 | 2025-03-17T15:57:53.217Z | Checking rand_xorshift v0.3.0 |
2112 | 2025-03-17T15:57:53.367Z | Compiling dropshot v0.16.0 |
2113 | 2025-03-17T15:57:53.422Z | Checking unarray v0.1.4 |
2114 | 2025-03-17T15:57:53.599Z | Checking proptest v1.6.0 |
2115 | 2025-03-17T15:57:53.779Z | Checking macaddr v1.0.1 |
2116 | 2025-03-17T15:57:53.825Z | Compiling dropshot_endpoint v0.16.0 |
2117 | 2025-03-17T15:57:54.147Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2118 | 2025-03-17T15:57:54.609Z | Compiling structmeta v0.3.0 |
2119 | 2025-03-17T15:57:54.937Z | Checking progenitor-client v0.8.0 |
2120 | 2025-03-17T15:57:55.021Z | Compiling parse-display-derive v0.10.0 |
2121 | 2025-03-17T15:57:55.218Z | Compiling test-strategy v0.4.0 |
2122 | 2025-03-17T15:57:55.308Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2123 | 2025-03-17T15:57:55.492Z | Checking instant v0.1.13 |
2124 | 2025-03-17T15:57:55.641Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2125 | 2025-03-17T15:57:56.422Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2126 | 2025-03-17T15:57:56.451Z | Compiling darling_macro v0.20.10 |
2127 | 2025-03-17T15:57:56.870Z | Checking backoff v0.4.0 |
2128 | 2025-03-17T15:57:57.194Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2129 | 2025-03-17T15:57:57.223Z | Checking camino-tempfile v1.1.1 |
2130 | 2025-03-17T15:57:57.374Z | Compiling darling v0.20.10 |
2131 | 2025-03-17T15:57:57.378Z | Checking unicode-width v0.1.14 |
2132 | 2025-03-17T15:57:57.508Z | Compiling proc-macro-error v1.0.4 |
2133 | 2025-03-17T15:57:57.535Z | Compiling serde_with_macros v3.12.0 |
2134 | 2025-03-17T15:57:57.887Z | Compiling proc-macro-crate v1.3.1 |
2135 | 2025-03-17T15:57:58.125Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2136 | 2025-03-17T15:57:58.152Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2137 | 2025-03-17T15:57:58.550Z | Checking tabwriter v1.4.0 |
2138 | 2025-03-17T15:57:58.579Z | Compiling foreign-types-macros v0.2.3 |
2139 | 2025-03-17T15:57:58.582Z | Checking foreign-types-shared v0.3.1 |
2140 | 2025-03-17T15:57:58.719Z | Compiling num_enum_derive v0.5.11 |
2141 | 2025-03-17T15:57:58.800Z | Checking parse-display v0.10.0 |
2142 | 2025-03-17T15:57:58.919Z | Checking cstr-argument v0.1.2 |
2143 | 2025-03-17T15:57:58.980Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2144 | 2025-03-17T15:57:59.082Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
2145 | 2025-03-17T15:57:59.168Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2146 | 2025-03-17T15:57:59.499Z | Checking pretty-hex v0.2.1 |
2147 | 2025-03-17T15:57:59.583Z | Checking colored v2.2.0 |
2148 | 2025-03-17T15:57:59.684Z | Checking winnow v0.6.20 |
2149 | 2025-03-17T15:57:59.873Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2150 | 2025-03-17T15:57:59.877Z | Checking foreign-types v0.5.0 |
2151 | 2025-03-17T15:57:59.957Z | Checking smf v0.2.3 |
2152 | 2025-03-17T15:57:59.999Z | Checking serde_with v3.12.0 |
2153 | 2025-03-17T15:58:00.030Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2154 | 2025-03-17T15:58:00.056Z | Checking itertools v0.14.0 |
2155 | 2025-03-17T15:58:00.372Z | Compiling typify-impl v0.3.0 |
2156 | 2025-03-17T15:58:00.404Z | Checking base64 v0.21.7 |
2157 | 2025-03-17T15:58:00.853Z | Compiling crucible-workspace-hack v0.1.0 |
2158 | 2025-03-17T15:58:00.974Z | Checking num_enum v0.5.11 |
2159 | 2025-03-17T15:58:01.154Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2160 | 2025-03-17T15:58:01.585Z | Compiling itertools v0.13.0 |
2161 | 2025-03-17T15:58:01.881Z | Compiling heapless v0.8.0 |
2162 | 2025-03-17T15:58:02.585Z | Checking hash32 v0.3.1 |
2163 | 2025-03-17T15:58:02.795Z | Compiling smoltcp v0.11.0 |
2164 | 2025-03-17T15:58:03.119Z | Checking cobs v0.2.3 |
2165 | 2025-03-17T15:58:03.338Z | Checking postcard v1.0.10 |
2166 | 2025-03-17T15:58:03.524Z | Checking sigpipe v0.1.3 |
2167 | 2025-03-17T15:58:03.658Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2168 | 2025-03-17T15:58:03.789Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2169 | 2025-03-17T15:58:03.878Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2170 | 2025-03-17T15:58:03.959Z | Compiling mockall_derive v0.13.1 |
2171 | 2025-03-17T15:58:04.076Z | Checking termtree v0.4.1 |
2172 | 2025-03-17T15:58:04.324Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2173 | 2025-03-17T15:58:04.350Z | Checking predicates-tree v1.0.11 |
2174 | 2025-03-17T15:58:04.371Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2175 | 2025-03-17T15:58:04.439Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2176 | 2025-03-17T15:58:04.630Z | Compiling zone_cfg_derive v0.3.0 |
2177 | 2025-03-17T15:58:04.655Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2178 | 2025-03-17T15:58:04.745Z | Compiling num-derive v0.4.2 |
2179 | 2025-03-17T15:58:05.013Z | Checking fragile v2.0.0 |
2180 | 2025-03-17T15:58:05.295Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2181 | 2025-03-17T15:58:05.626Z | Checking downcast v0.11.0 |
2182 | 2025-03-17T15:58:05.911Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2183 | 2025-03-17T15:58:06.021Z | Checking zone v0.3.0 |
2184 | 2025-03-17T15:58:06.174Z | Checking atomicwrites v0.4.4 |
2185 | 2025-03-17T15:58:06.399Z | Compiling convert_case v0.4.0 |
2186 | 2025-03-17T15:58:06.553Z | Checking tungstenite v0.21.0 |
2187 | 2025-03-17T15:58:06.760Z | Checking newline-converter v0.3.0 |
2188 | 2025-03-17T15:58:06.849Z | Compiling typify-macro v0.2.0 |
2189 | 2025-03-17T15:58:06.944Z | Checking expectorate v1.1.0 |
2190 | 2025-03-17T15:58:06.968Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2191 | 2025-03-17T15:58:07.128Z | Checking same-file v1.0.6 |
2192 | 2025-03-17T15:58:07.178Z | Compiling derive_more v0.99.19 |
2193 | 2025-03-17T15:58:07.323Z | Checking walkdir v2.5.0 |
2194 | 2025-03-17T15:58:07.418Z | Checking arc-swap v1.7.1 |
2195 | 2025-03-17T15:58:07.449Z | Checking tokio-tungstenite v0.21.0 |
2196 | 2025-03-17T15:58:07.616Z | Checking fixedbitset v0.5.7 |
2197 | 2025-03-17T15:58:07.861Z | Checking slog-scope v4.4.0 |
2198 | 2025-03-17T15:58:07.961Z | Checking xattr v1.3.1 |
2199 | 2025-03-17T15:58:08.029Z | Checking petgraph v0.7.1 |
2200 | 2025-03-17T15:58:08.086Z | Checking slog-stdlog v4.1.1 |
2201 | 2025-03-17T15:58:08.188Z | Checking filetime v0.2.25 |
2202 | 2025-03-17T15:58:08.289Z | Checking slog-envlogger v2.2.0 |
2203 | 2025-03-17T15:58:08.430Z | Checking tar v0.4.44 |
2204 | 2025-03-17T15:58:08.528Z | Checking num-rational v0.4.2 |
2205 | 2025-03-17T15:58:09.215Z | Checking num-complex v0.4.6 |
2206 | 2025-03-17T15:58:09.322Z | Checking float-ord v0.3.2 |
2207 | 2025-03-17T15:58:09.492Z | Checking password-hash v0.5.0 |
2208 | 2025-03-17T15:58:09.964Z | Checking blake2 v0.10.6 |
2209 | 2025-03-17T15:58:10.076Z | Checking num v0.4.3 |
2210 | 2025-03-17T15:58:10.199Z | Checking indent_write v2.2.0 |
2211 | 2025-03-17T15:58:10.413Z | Compiling owo-colors v4.2.0 |
2212 | 2025-03-17T15:58:10.451Z | Compiling typify v0.2.0 |
2213 | 2025-03-17T15:58:10.616Z | Compiling progenitor-impl v0.8.0 |
2214 | 2025-03-17T15:58:10.802Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2215 | 2025-03-17T15:58:11.043Z | Checking argon2 v0.5.3 |
2216 | 2025-03-17T15:58:11.076Z | Checking swrite v0.1.0 |
2217 | 2025-03-17T15:58:11.231Z | Compiling cancel-safe-futures v0.1.5 |
2218 | 2025-03-17T15:58:11.472Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2219 | 2025-03-17T15:58:11.573Z | Checking mockall v0.13.1 |
2220 | 2025-03-17T15:58:11.740Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2221 | 2025-03-17T15:58:11.743Z | Checking libsw-core v0.3.1 |
2222 | 2025-03-17T15:58:12.010Z | Checking libsw v3.4.0 |
2223 | 2025-03-17T15:58:12.501Z | Checking linear-map v1.2.0 |
2224 | 2025-03-17T15:58:12.609Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2225 | 2025-03-17T15:58:12.712Z | Checking pem v3.0.5 |
2226 | 2025-03-17T15:58:12.907Z | Compiling lzma-sys v0.1.20 |
2227 | 2025-03-17T15:58:12.988Z | Checking headers-core v0.3.0 |
2228 | 2025-03-17T15:58:13.168Z | Compiling heck v0.3.3 |
2229 | 2025-03-17T15:58:13.374Z | Checking highway v1.3.0 |
2230 | 2025-03-17T15:58:13.402Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2231 | 2025-03-17T15:58:13.532Z | Compiling zone_cfg_derive v0.1.2 |
2232 | 2025-03-17T15:58:13.610Z | Checking headers v0.4.0 |
2233 | 2025-03-17T15:58:13.751Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2234 | 2025-03-17T15:58:13.821Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2235 | 2025-03-17T15:58:13.906Z | Checking yasna v0.5.2 |
2236 | 2025-03-17T15:58:14.135Z | Checking base64 v0.13.1 |
2237 | 2025-03-17T15:58:14.545Z | Compiling typify-macro v0.3.0 |
2238 | 2025-03-17T15:58:14.571Z | Checking ron v0.7.1 |
2239 | 2025-03-17T15:58:14.691Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2240 | 2025-03-17T15:58:14.791Z | Checking rcgen v0.12.1 |
2241 | 2025-03-17T15:58:14.817Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2242 | 2025-03-17T15:58:14.953Z | Checking zone v0.1.8 |
2243 | 2025-03-17T15:58:15.207Z | Checking xz2 v0.1.7 |
2244 | 2025-03-17T15:58:15.442Z | Checking subprocess v0.2.9 |
2245 | 2025-03-17T15:58:15.512Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2246 | 2025-03-17T15:58:15.666Z | Checking humantime v2.1.0 |
2247 | 2025-03-17T15:58:15.733Z | Compiling semver v0.1.20 |
2248 | 2025-03-17T15:58:15.961Z | Checking half v2.4.1 |
2249 | 2025-03-17T15:58:16.008Z | Checking ciborium-io v0.2.2 |
2250 | 2025-03-17T15:58:16.151Z | Compiling rustc_version v0.1.7 |
2251 | 2025-03-17T15:58:16.270Z | Checking prettyplease v0.2.30 |
2252 | 2025-03-17T15:58:16.417Z | Checking ciborium-ll v0.2.2 |
2253 | 2025-03-17T15:58:16.477Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2254 | 2025-03-17T15:58:16.584Z | Compiling newtype_derive v0.1.6 |
2255 | 2025-03-17T15:58:16.739Z | Checking ciborium v0.2.2 |
2256 | 2025-03-17T15:58:17.189Z | Compiling progenitor-macro v0.8.0 |
2257 | 2025-03-17T15:58:17.531Z | Checking steno v0.4.1 |
2258 | 2025-03-17T15:58:17.565Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2259 | 2025-03-17T15:58:18.194Z | Compiling typify v0.3.0 |
2260 | 2025-03-17T15:58:18.356Z | Compiling progenitor-impl v0.9.1 |
2261 | 2025-03-17T15:58:20.553Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2262 | 2025-03-17T15:58:20.882Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2263 | 2025-03-17T15:58:21.041Z | Compiling slog-dtrace v0.3.0 |
2264 | 2025-03-17T15:58:21.432Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2265 | 2025-03-17T15:58:21.626Z | Checking display-error-chain v0.2.2 |
2266 | 2025-03-17T15:58:21.750Z | Checking gethostname v0.5.0 |
2267 | 2025-03-17T15:58:21.822Z | Checking keccak v0.1.5 |
2268 | 2025-03-17T15:58:21.885Z | Checking bytecount v0.6.8 |
2269 | 2025-03-17T15:58:21.953Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2270 | 2025-03-17T15:58:22.003Z | Checking universal-hash v0.5.1 |
2271 | 2025-03-17T15:58:22.031Z | Checking secrecy v0.8.0 |
2272 | 2025-03-17T15:58:22.085Z | Checking sha3 v0.10.8 |
2273 | 2025-03-17T15:58:22.138Z | Checking opaque-debug v0.3.1 |
2274 | 2025-03-17T15:58:22.243Z | Checking nibble_vec v0.1.0 |
2275 | 2025-03-17T15:58:22.268Z | Compiling blake3 v1.5.4 |
2276 | 2025-03-17T15:58:22.513Z | Checking endian-type v0.1.2 |
2277 | 2025-03-17T15:58:22.548Z | Checking aead v0.5.2 |
2278 | 2025-03-17T15:58:22.722Z | Checking radix_trie v0.2.1 |
2279 | 2025-03-17T15:58:22.765Z | Checking poly1305 v0.8.0 |
2280 | 2025-03-17T15:58:23.151Z | Checking chacha20 v0.9.1 |
2281 | 2025-03-17T15:58:23.311Z | Compiling thiserror-impl-no-std v2.0.2 |
2282 | 2025-03-17T15:58:23.641Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2283 | 2025-03-17T15:58:24.020Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2284 | 2025-03-17T15:58:24.674Z | Checking chacha20poly1305 v0.10.1 |
2285 | 2025-03-17T15:58:24.704Z | Compiling memmap2 v0.9.5 |
2286 | 2025-03-17T15:58:24.902Z | Compiling arrayvec v0.7.6 |
2287 | 2025-03-17T15:58:25.025Z | Compiling progenitor-macro v0.9.1 |
2288 | 2025-03-17T15:58:25.110Z | Compiling constant_time_eq v0.3.1 |
2289 | 2025-03-17T15:58:25.138Z | Compiling arrayref v0.3.9 |
2290 | 2025-03-17T15:58:25.306Z | Compiling toolchain_find v0.4.0 |
2291 | 2025-03-17T15:58:25.800Z | Compiling topological-sort v0.2.2 |
2292 | 2025-03-17T15:58:25.906Z | Compiling rustfmt-wrapper v0.2.1 |
2293 | 2025-03-17T15:58:26.012Z | Checking thiserror-no-std v2.0.2 |
2294 | 2025-03-17T15:58:26.067Z | Compiling omicron-zone-package v0.12.0 |
2295 | 2025-03-17T15:58:26.159Z | Checking vsss-rs v3.3.4 |
2296 | 2025-03-17T15:58:26.353Z | Checking fxhash v0.2.1 |
2297 | 2025-03-17T15:58:26.447Z | Compiling async-recursion v1.1.1 |
2298 | 2025-03-17T15:58:26.553Z | Checking maplit v1.0.2 |
2299 | 2025-03-17T15:58:26.699Z | Compiling const_format_proc_macros v0.2.34 |
2300 | 2025-03-17T15:58:26.772Z | Compiling radium v0.7.0 |
2301 | 2025-03-17T15:58:27.269Z | Checking termcolor v1.4.1 |
2302 | 2025-03-17T15:58:27.675Z | Checking home v0.5.9 |
2303 | 2025-03-17T15:58:27.875Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2304 | 2025-03-17T15:58:27.906Z | Checking kstat-rs v0.2.4 |
2305 | 2025-03-17T15:58:28.104Z | Compiling vte_generate_state_changes v0.1.2 |
2306 | 2025-03-17T15:58:28.251Z | Checking tap v1.0.1 |
2307 | 2025-03-17T15:58:28.429Z | Compiling maybe-uninit v2.0.0 |
2308 | 2025-03-17T15:58:28.576Z | Checking const_format v0.2.34 |
2309 | 2025-03-17T15:58:28.772Z | Checking vte v0.11.1 |
2310 | 2025-03-17T15:58:28.838Z | Checking progenitor v0.8.0 |
2311 | 2025-03-17T15:58:29.099Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2312 | 2025-03-17T15:58:29.151Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2313 | 2025-03-17T15:58:29.263Z | Checking wyz v0.5.1 |
2314 | 2025-03-17T15:58:30.074Z | Checking fd-lock v4.0.2 |
2315 | 2025-03-17T15:58:30.208Z | Compiling packed_struct v0.10.1 |
2316 | 2025-03-17T15:58:30.284Z | Checking crc-catalog v2.4.0 |
2317 | 2025-03-17T15:58:30.453Z | Checking funty v2.0.0 |
2318 | 2025-03-17T15:58:30.713Z | Checking crc v3.2.1 |
2319 | 2025-03-17T15:58:31.179Z | Checking strip-ansi-escapes v0.2.0 |
2320 | 2025-03-17T15:58:31.356Z | Checking bitvec v1.0.1 |
2321 | 2025-03-17T15:58:31.493Z | Compiling packed_struct_codegen v0.10.1 |
2322 | 2025-03-17T15:58:31.691Z | Compiling indexmap v1.9.3 |
2323 | 2025-03-17T15:58:32.131Z | Checking nu-ansi-term v0.50.1 |
2324 | 2025-03-17T15:58:32.567Z | Checking nodrop v0.1.14 |
2325 | 2025-03-17T15:58:32.720Z | Checking array-init v0.0.4 |
2326 | 2025-03-17T15:58:33.354Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2327 | 2025-03-17T15:58:33.667Z | Checking reedline v0.38.0 |
2328 | 2025-03-17T15:58:33.989Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2329 | 2025-03-17T15:58:34.017Z | Checking smallvec v0.6.14 |
2330 | 2025-03-17T15:58:35.774Z | Checking bitfield v0.14.0 |
2331 | 2025-03-17T15:58:36.149Z | Checking hashbrown v0.12.3 |
2332 | 2025-03-17T15:58:36.257Z | Checking serde-hex v0.1.0 |
2333 | 2025-03-17T15:58:36.506Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2334 | 2025-03-17T15:58:36.805Z | Checking env_logger v0.10.2 |
2335 | 2025-03-17T15:58:37.046Z | Checking progenitor v0.9.1 |
2336 | 2025-03-17T15:58:37.275Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2337 | 2025-03-17T15:58:37.451Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2338 | 2025-03-17T15:58:37.543Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2339 | 2025-03-17T15:58:37.668Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2340 | 2025-03-17T15:58:40.238Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
2341 | 2025-03-17T15:58:40.580Z | Checking ron v0.8.1 |
2342 | 2025-03-17T15:58:41.492Z | Checking hashbrown v0.13.2 |
2343 | 2025-03-17T15:58:41.870Z | Compiling libefi-sys v0.1.0 |
2344 | 2025-03-17T15:58:42.206Z | Checking crc-any v2.5.0 |
2345 | 2025-03-17T15:58:42.464Z | Checking object v0.30.4 |
2346 | 2025-03-17T15:58:42.645Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2347 | 2025-03-17T15:58:42.950Z | Compiling phf_generator v0.11.2 |
2348 | 2025-03-17T15:58:42.981Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2349 | 2025-03-17T15:58:43.154Z | Compiling bitfield-struct v0.6.2 |
2350 | 2025-03-17T15:58:43.414Z | Checking path-slash v0.1.5 |
2351 | 2025-03-17T15:58:43.592Z | Compiling phf_codegen v0.11.2 |
2352 | 2025-03-17T15:58:43.838Z | Checking papergrid v0.11.0 |
2353 | 2025-03-17T15:58:44.009Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2354 | 2025-03-17T15:58:44.353Z | Compiling tabled_derive v0.7.0 |
2355 | 2025-03-17T15:58:44.492Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2356 | 2025-03-17T15:58:45.030Z | Compiling parse-zoneinfo v0.3.1 |
2357 | 2025-03-17T15:58:45.304Z | Compiling cfg_aliases v0.1.1 |
2358 | 2025-03-17T15:58:45.444Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2359 | 2025-03-17T15:58:45.589Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2360 | 2025-03-17T15:58:46.058Z | Compiling chrono-tz-build v0.4.0 |
2361 | 2025-03-17T15:58:46.487Z | Checking tabled v0.15.0 |
2362 | 2025-03-17T15:58:46.636Z | Compiling nix v0.28.0 |
2363 | 2025-03-17T15:58:47.176Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2364 | 2025-03-17T15:58:47.411Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2365 | 2025-03-17T15:58:47.975Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2366 | 2025-03-17T15:58:48.036Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2367 | 2025-03-17T15:58:49.288Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2368 | 2025-03-17T15:58:50.123Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2369 | 2025-03-17T15:58:50.433Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2370 | 2025-03-17T15:58:51.202Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2371 | 2025-03-17T15:58:51.782Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2372 | 2025-03-17T15:58:51.865Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2373 | 2025-03-17T15:58:52.162Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2374 | 2025-03-17T15:58:52.467Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2375 | 2025-03-17T15:58:52.874Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2376 | 2025-03-17T15:58:52.927Z | Checking nanorand v0.7.0 |
2377 | 2025-03-17T15:58:53.051Z | Compiling parking_lot_core v0.8.6 |
2378 | 2025-03-17T15:58:53.128Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2379 | 2025-03-17T15:58:53.224Z | Compiling chrono-tz v0.10.1 |
2380 | 2025-03-17T15:58:53.299Z | Checking flume v0.11.1 |
2381 | 2025-03-17T15:58:53.530Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2382 | 2025-03-17T15:58:53.947Z | Compiling peg-macros v0.8.5 |
2383 | 2025-03-17T15:58:54.661Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2384 | 2025-03-17T15:58:55.058Z | Compiling sqlparser_derive v0.2.2 |
2385 | 2025-03-17T15:58:55.804Z | Checking glob v0.3.2 |
2386 | 2025-03-17T15:58:56.143Z | Checking unicode_categories v0.1.1 |
2387 | 2025-03-17T15:58:56.165Z | Checking sqlparser v0.45.0 |
2388 | 2025-03-17T15:58:56.192Z | Checking rustyline v14.0.0 |
2389 | 2025-03-17T15:58:56.475Z | Checking sqlformat v0.2.6 |
2390 | 2025-03-17T15:58:57.324Z | Checking peg v0.8.5 |
2391 | 2025-03-17T15:58:57.449Z | Checking parking_lot v0.11.2 |
2392 | 2025-03-17T15:58:57.602Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2393 | 2025-03-17T15:58:57.733Z | Checking bcs v0.1.6 |
2394 | 2025-03-17T15:58:57.790Z | Checking termtree v0.5.1 |
2395 | 2025-03-17T15:58:58.063Z | Checking sled v0.34.7 |
2396 | 2025-03-17T15:58:58.178Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2397 | 2025-03-17T15:58:59.306Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2398 | 2025-03-17T15:58:59.402Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2399 | 2025-03-17T15:59:00.100Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2400 | 2025-03-17T15:59:00.826Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2401 | 2025-03-17T15:59:01.137Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2402 | 2025-03-17T15:59:02.144Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2403 | 2025-03-17T15:59:02.388Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2404 | 2025-03-17T15:59:02.545Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2405 | 2025-03-17T15:59:02.821Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2406 | 2025-03-17T15:59:03.459Z | Checking hickory-client v0.24.4 |
2407 | 2025-03-17T15:59:03.573Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2408 | 2025-03-17T15:59:04.175Z | Checking hickory-server v0.24.4 |
2409 | 2025-03-17T15:59:04.643Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2410 | 2025-03-17T15:59:04.904Z | Compiling unicase v2.7.0 |
2411 | 2025-03-17T15:59:05.496Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2412 | 2025-03-17T15:59:06.254Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2413 | 2025-03-17T15:59:06.684Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2414 | 2025-03-17T15:59:06.932Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2415 | 2025-03-17T15:59:06.989Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2416 | 2025-03-17T15:59:07.908Z | Compiling dsl_auto_type v0.1.2 |
2417 | 2025-03-17T15:59:08.096Z | Checking primeorder v0.13.6 |
2418 | 2025-03-17T15:59:08.241Z | Checking scheduled-thread-pool v0.2.7 |
2419 | 2025-03-17T15:59:08.262Z | Compiling diesel_table_macro_syntax v0.2.0 |
2420 | 2025-03-17T15:59:08.491Z | Compiling crunchy v0.2.2 |
2421 | 2025-03-17T15:59:08.553Z | Checking r2d2 v0.8.10 |
2422 | 2025-03-17T15:59:08.690Z | Compiling mime_guess v2.0.5 |
2423 | 2025-03-17T15:59:08.909Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2424 | 2025-03-17T15:59:09.045Z | Checking http-range v0.1.5 |
2425 | 2025-03-17T15:59:09.209Z | Compiling diesel_derives v2.2.3 |
2426 | 2025-03-17T15:59:09.271Z | Compiling tiny-keccak v2.0.2 |
2427 | 2025-03-17T15:59:09.676Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2428 | 2025-03-17T15:59:09.700Z | Checking signal-hook-tokio v0.3.1 |
2429 | 2025-03-17T15:59:09.900Z | Checking atty v0.2.14 |
2430 | 2025-03-17T15:59:09.924Z | Compiling bit-vec v0.6.3 |
2431 | 2025-03-17T15:59:09.944Z | Compiling ref-cast v1.0.23 |
2432 | 2025-03-17T15:59:09.968Z | Compiling salty v0.3.0 |
2433 | 2025-03-17T15:59:10.330Z | Compiling bit-set v0.5.3 |
2434 | 2025-03-17T15:59:10.553Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2435 | 2025-03-17T15:59:10.623Z | Checking p384 v0.13.0 |
2436 | 2025-03-17T15:59:10.850Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2437 | 2025-03-17T15:59:11.149Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2438 | 2025-03-17T15:59:11.650Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2439 | 2025-03-17T15:59:11.777Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2440 | 2025-03-17T15:59:12.261Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2441 | 2025-03-17T15:59:12.292Z | Compiling ascii-canvas v3.0.0 |
2442 | 2025-03-17T15:59:12.318Z | Compiling ena v0.14.3 |
2443 | 2025-03-17T15:59:12.525Z | Compiling ref-cast-impl v1.0.23 |
2444 | 2025-03-17T15:59:12.607Z | Compiling regex-syntax v0.6.29 |
2445 | 2025-03-17T15:59:12.705Z | Compiling bindgen v0.71.1 |
2446 | 2025-03-17T15:59:12.777Z | Compiling diff v0.1.13 |
2447 | 2025-03-17T15:59:12.897Z | Checking hyper-staticfile v0.10.1 |
2448 | 2025-03-17T15:59:13.457Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2449 | 2025-03-17T15:59:13.575Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2450 | 2025-03-17T15:59:13.832Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2451 | 2025-03-17T15:59:13.871Z | Checking tungstenite v0.23.0 |
2452 | 2025-03-17T15:59:14.040Z | Checking env_filter v0.1.2 |
2453 | 2025-03-17T15:59:14.283Z | Compiling rustc-hash v2.1.1 |
2454 | 2025-03-17T15:59:14.307Z | Checking env_logger v0.11.5 |
2455 | 2025-03-17T15:59:14.672Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2456 | 2025-03-17T15:59:14.779Z | Checking tokio-tungstenite v0.23.1 |
2457 | 2025-03-17T15:59:15.279Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2458 | 2025-03-17T15:59:15.304Z | Compiling derive_builder_core v0.20.2 |
2459 | 2025-03-17T15:59:15.626Z | Compiling libxml v0.3.3 |
2460 | 2025-03-17T15:59:16.031Z | Compiling lalrpop v0.19.12 |
2461 | 2025-03-17T15:59:16.455Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2462 | 2025-03-17T15:59:16.808Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2463 | 2025-03-17T15:59:17.013Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2464 | 2025-03-17T15:59:17.191Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2465 | 2025-03-17T15:59:17.336Z | Checking nix v0.27.1 |
2466 | 2025-03-17T15:59:17.362Z | Compiling derive_builder_macro v0.20.2 |
2467 | 2025-03-17T15:59:17.456Z | Compiling strum_macros v0.24.3 |
2468 | 2025-03-17T15:59:17.622Z | Compiling indoc v1.0.9 |
2469 | 2025-03-17T15:59:18.278Z | Checking derive_builder v0.20.2 |
2470 | 2025-03-17T15:59:19.196Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2471 | 2025-03-17T15:59:20.031Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2472 | 2025-03-17T15:59:20.473Z | Checking diesel v2.2.8 |
2473 | 2025-03-17T15:59:20.665Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2474 | 2025-03-17T15:59:20.668Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2475 | 2025-03-17T15:59:21.013Z | Checking quick-xml v0.37.2 |
2476 | 2025-03-17T15:59:21.241Z | Compiling impl-trait-for-tuples v0.2.2 |
2477 | 2025-03-17T15:59:22.855Z | Compiling oso-derive v0.27.3 |
2478 | 2025-03-17T15:59:23.126Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2479 | 2025-03-17T15:59:23.241Z | Compiling diesel-dtrace v0.4.2 |
2480 | 2025-03-17T15:59:23.661Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2481 | 2025-03-17T15:59:23.846Z | Checking bb8 v0.8.5 |
2482 | 2025-03-17T15:59:24.041Z | Compiling pin-project-internal v1.1.6 |
2483 | 2025-03-17T15:59:24.350Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2484 | 2025-03-17T15:59:24.491Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2485 | 2025-03-17T15:59:24.796Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2486 | 2025-03-17T15:59:26.232Z | Compiling snafu-derive v0.8.5 |
2487 | 2025-03-17T15:59:26.654Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2488 | 2025-03-17T15:59:26.788Z | Checking pin-project v1.1.6 |
2489 | 2025-03-17T15:59:26.941Z | Checking olpc-cjson v0.1.4 |
2490 | 2025-03-17T15:59:27.189Z | Checking globset v0.4.15 |
2491 | 2025-03-17T15:59:27.590Z | Checking serde_plain v1.0.2 |
2492 | 2025-03-17T15:59:27.615Z | Checking typed-path v0.9.3 |
2493 | 2025-03-17T15:59:27.677Z | Checking assert_matches v1.5.0 |
2494 | 2025-03-17T15:59:27.797Z | Checking parse-size v1.1.0 |
2495 | 2025-03-17T15:59:27.868Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2496 | 2025-03-17T15:59:28.001Z | Checking rand_seeder v0.3.0 |
2497 | 2025-03-17T15:59:28.264Z | Compiling proc-macro-error-attr2 v2.0.0 |
2498 | 2025-03-17T15:59:28.923Z | Checking heck v0.4.1 |
2499 | 2025-03-17T15:59:29.060Z | Compiling proc-macro-error2 v2.0.1 |
2500 | 2025-03-17T15:59:29.195Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2501 | 2025-03-17T15:59:29.541Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2502 | 2025-03-17T15:59:29.639Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2503 | 2025-03-17T15:59:29.788Z | Compiling tabled_derive v0.10.0 |
2504 | 2025-03-17T15:59:29.918Z | Checking papergrid v0.14.0 |
2505 | 2025-03-17T15:59:31.090Z | Checking snafu v0.8.5 |
2506 | 2025-03-17T15:59:31.401Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2507 | 2025-03-17T15:59:31.579Z | Checking tough v0.19.0 |
2508 | 2025-03-17T15:59:32.144Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2509 | 2025-03-17T15:59:32.435Z | Checking yansi v1.0.1 |
2510 | 2025-03-17T15:59:32.827Z | Checking tabled v0.18.0 |
2511 | 2025-03-17T15:59:32.989Z | Checking pretty_assertions v1.4.1 |
2512 | 2025-03-17T15:59:33.175Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2513 | 2025-03-17T15:59:33.213Z | Checking io-lifetimes v1.0.11 |
2514 | 2025-03-17T15:59:33.432Z | Checking rustix v0.37.28 |
2515 | 2025-03-17T15:59:34.539Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2516 | 2025-03-17T15:59:35.412Z | Checking terminal_size v0.2.6 |
2517 | 2025-03-17T15:59:35.615Z | Compiling libz-sys v1.1.20 |
2518 | 2025-03-17T15:59:35.745Z | Checking unicode-linebreak v0.1.5 |
2519 | 2025-03-17T15:59:35.979Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
2520 | 2025-03-17T15:59:36.169Z | Checking smawk v0.3.2 |
2521 | 2025-03-17T15:59:36.194Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2522 | 2025-03-17T15:59:36.334Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2523 | 2025-03-17T15:59:36.407Z | Compiling indoc v2.0.6 |
2524 | 2025-03-17T15:59:37.361Z | Checking textwrap v0.16.1 |
2525 | 2025-03-17T15:59:37.436Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2526 | 2025-03-17T15:59:37.500Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2527 | 2025-03-17T15:59:37.528Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2528 | 2025-03-17T15:59:37.902Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2529 | 2025-03-17T15:59:38.448Z | Checking castaway v0.2.3 |
2530 | 2025-03-17T15:59:38.641Z | Checking is_ci v1.2.0 |
2531 | 2025-03-17T15:59:38.813Z | Checking supports-color v3.0.2 |
2532 | 2025-03-17T15:59:39.027Z | Checking compact_str v0.8.0 |
2533 | 2025-03-17T15:59:39.103Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2534 | 2025-03-17T15:59:39.848Z | Checking unicode-truncate v1.1.0 |
2535 | 2025-03-17T15:59:40.126Z | Checking lru v0.12.5 |
2536 | 2025-03-17T15:59:40.429Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2537 | 2025-03-17T15:59:40.700Z | Compiling instability v0.3.2 |
2538 | 2025-03-17T15:59:41.239Z | Checking cassowary v0.3.0 |
2539 | 2025-03-17T15:59:41.742Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2540 | 2025-03-17T15:59:41.761Z | Checking ratatui v0.29.0 |
2541 | 2025-03-17T15:59:41.848Z | Checking cargo-platform v0.1.8 |
2542 | 2025-03-17T15:59:42.163Z | Checking cargo_metadata v0.19.2 |
2543 | 2025-03-17T15:59:42.747Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2544 | 2025-03-17T15:59:43.941Z | Compiling vergen v8.3.2 |
2545 | 2025-03-17T15:59:44.309Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2546 | 2025-03-17T15:59:44.601Z | Compiling cargo_metadata v0.18.1 |
2547 | 2025-03-17T15:59:44.760Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2548 | 2025-03-17T15:59:45.838Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2549 | 2025-03-17T15:59:46.171Z | Compiling rustls v0.21.12 |
2550 | 2025-03-17T15:59:46.510Z | Checking plotters-backend v0.3.7 |
2551 | 2025-03-17T15:59:46.936Z | Checking shell-words v1.1.0 |
2552 | 2025-03-17T15:59:47.140Z | Checking plotters-svg v0.3.7 |
2553 | 2025-03-17T15:59:47.251Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2554 | 2025-03-17T15:59:47.383Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2555 | 2025-03-17T15:59:47.594Z | Checking rustls-webpki v0.101.7 |
2556 | 2025-03-17T15:59:47.619Z | Checking sct v0.7.1 |
2557 | 2025-03-17T15:59:47.731Z | Checking cast v0.3.0 |
2558 | 2025-03-17T15:59:47.935Z | Checking plotters v0.3.7 |
2559 | 2025-03-17T15:59:48.070Z | Checking criterion-plot v0.5.0 |
2560 | 2025-03-17T15:59:48.560Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2561 | 2025-03-17T15:59:48.879Z | Checking tinytemplate v1.2.1 |
2562 | 2025-03-17T15:59:49.288Z | Checking concurrent-queue v2.5.0 |
2563 | 2025-03-17T15:59:49.605Z | Checking oorandom v11.1.4 |
2564 | 2025-03-17T15:59:49.630Z | Checking parking v2.2.1 |
2565 | 2025-03-17T15:59:49.800Z | Checking anes v0.1.6 |
2566 | 2025-03-17T15:59:49.865Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2567 | 2025-03-17T15:59:50.170Z | Checking criterion v0.5.1 |
2568 | 2025-03-17T15:59:51.051Z | Checking async-bb8-diesel v0.2.1 |
2569 | 2025-03-17T15:59:51.203Z | Checking tokio-rustls v0.24.1 |
2570 | 2025-03-17T15:59:51.557Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2571 | 2025-03-17T15:59:51.730Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2572 | 2025-03-17T15:59:52.080Z | Checking rustls-pemfile v1.0.4 |
2573 | 2025-03-17T15:59:52.320Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2574 | 2025-03-17T15:59:52.661Z | Checking twox-hash v2.1.0 |
2575 | 2025-03-17T15:59:52.697Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2576 | 2025-03-17T15:59:52.897Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2577 | 2025-03-17T15:59:53.292Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2578 | 2025-03-17T15:59:54.918Z | Checking fatfs v0.3.6 |
2579 | 2025-03-17T15:59:54.972Z | Checking csv-core v0.1.11 |
2580 | 2025-03-17T15:59:55.293Z | Checking hex-literal v0.4.1 |
2581 | 2025-03-17T15:59:55.466Z | Checking csv v1.3.1 |
2582 | 2025-03-17T15:59:55.857Z | Checking event-listener v5.3.1 |
2583 | 2025-03-17T15:59:56.309Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2584 | 2025-03-17T15:59:56.332Z | Checking rtoolbox v0.0.2 |
2585 | 2025-03-17T15:59:56.558Z | Checking rpassword v7.3.1 |
2586 | 2025-03-17T15:59:56.746Z | Checking event-listener-strategy v0.5.2 |
2587 | 2025-03-17T15:59:56.989Z | Checking tui-tree-widget v0.23.0 |
2588 | 2025-03-17T15:59:57.353Z | Checking polyval v0.6.2 |
2589 | 2025-03-17T15:59:57.671Z | Checking ghash v0.5.1 |
2590 | 2025-03-17T15:59:57.871Z | Checking futures-lite v2.3.0 |
2591 | 2025-03-17T15:59:59.241Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2592 | 2025-03-17T15:59:59.802Z | Checking ctr v0.9.2 |
2593 | 2025-03-17T16:00:00.803Z | Checking aes-gcm v0.10.3 |
2594 | 2025-03-17T16:00:01.059Z | Checking ssh-encoding v0.2.0 |
2595 | 2025-03-17T16:00:01.418Z | Checking blowfish v0.9.1 |
2596 | 2025-03-17T16:00:01.677Z | Checking bcrypt-pbkdf v0.10.0 |
2597 | 2025-03-17T16:00:01.944Z | Checking ssh-cipher v0.2.0 |
2598 | 2025-03-17T16:00:02.099Z | Checking async-lock v3.4.0 |
2599 | 2025-03-17T16:00:02.260Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2600 | 2025-03-17T16:00:02.815Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2601 | 2025-03-17T16:00:02.868Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2602 | 2025-03-17T16:00:03.126Z | Checking password-hash v0.4.2 |
2603 | 2025-03-17T16:00:03.563Z | Checking polling v3.7.3 |
2604 | 2025-03-17T16:00:03.959Z | Checking async-io v2.3.4 |
2605 | 2025-03-17T16:00:04.160Z | Checking pbkdf2 v0.11.0 |
2606 | 2025-03-17T16:00:04.490Z | Checking ssh-key v0.6.6 |
2607 | 2025-03-17T16:00:04.851Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2608 | 2025-03-17T16:00:05.589Z | Checking p256 v0.13.2 |
2609 | 2025-03-17T16:00:06.108Z | Checking p521 v0.13.3 |
2610 | 2025-03-17T16:00:06.131Z | Checking russh-cryptovec v0.7.3 |
2611 | 2025-03-17T16:00:06.375Z | Compiling target-lexicon v0.13.2 |
2612 | 2025-03-17T16:00:07.329Z | Checking md5 v0.7.0 |
2613 | 2025-03-17T16:00:07.520Z | Checking async-task v4.7.1 |
2614 | 2025-03-17T16:00:07.656Z | Checking russh-keys v0.45.0 |
2615 | 2025-03-17T16:00:07.989Z | Checking async-channel v2.3.1 |
2616 | 2025-03-17T16:00:08.316Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2617 | 2025-03-17T16:00:08.984Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
2618 | 2025-03-17T16:00:08.987Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2619 | 2025-03-17T16:00:09.723Z | Checking piper v0.2.4 |
2620 | 2025-03-17T16:00:09.803Z | Checking num-bigint v0.4.6 |
2621 | 2025-03-17T16:00:09.906Z | Checking des v0.8.1 |
2622 | 2025-03-17T16:00:09.937Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2623 | 2025-03-17T16:00:10.191Z | Compiling guppy-workspace-hack v0.1.0 |
2624 | 2025-03-17T16:00:10.527Z | Checking futures-timer v3.0.3 |
2625 | 2025-03-17T16:00:10.826Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2626 | 2025-03-17T16:00:10.899Z | Checking blocking v1.6.1 |
2627 | 2025-03-17T16:00:11.746Z | Checking async-executor v1.13.1 |
2628 | 2025-03-17T16:00:12.101Z | Checking russh v0.45.0 |
2629 | 2025-03-17T16:00:12.125Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2630 | 2025-03-17T16:00:12.228Z | Checking async-signal v0.2.10 |
2631 | 2025-03-17T16:00:12.522Z | Checking rustls-native-certs v0.7.3 |
2632 | 2025-03-17T16:00:12.703Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2633 | 2025-03-17T16:00:13.011Z | Checking internet-checksum v0.2.1 |
2634 | 2025-03-17T16:00:13.091Z | Compiling target-spec v3.4.2 |
2635 | 2025-03-17T16:00:13.217Z | Checking event-listener v2.5.3 |
2636 | 2025-03-17T16:00:13.465Z | Checking async-channel v1.9.0 |
2637 | 2025-03-17T16:00:13.756Z | Checking hyper-rustls v0.26.0 |
2638 | 2025-03-17T16:00:14.145Z | Checking async-process v2.3.0 |
2639 | 2025-03-17T16:00:14.246Z | Checking async-global-executor v2.4.1 |
2640 | 2025-03-17T16:00:14.552Z | Checking cfg-expr v0.18.0 |
2641 | 2025-03-17T16:00:14.698Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2642 | 2025-03-17T16:00:15.407Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2643 | 2025-03-17T16:00:16.135Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2644 | 2025-03-17T16:00:16.200Z | Checking httptest v0.16.3 |
2645 | 2025-03-17T16:00:16.545Z | Compiling petname v2.0.2 |
2646 | 2025-03-17T16:00:16.926Z | Checking kv-log-macro v1.0.7 |
2647 | 2025-03-17T16:00:17.083Z | Compiling async-attributes v1.1.2 |
2648 | 2025-03-17T16:00:18.025Z | Checking async-std v1.13.0 |
2649 | 2025-03-17T16:00:19.621Z | Checking pathdiff v0.2.3 |
2650 | 2025-03-17T16:00:19.809Z | Compiling rstest_macros v0.24.0 |
2651 | 2025-03-17T16:00:19.913Z | Compiling doc-comment v0.3.3 |
2652 | 2025-03-17T16:00:20.339Z | Checking nested v0.1.1 |
2653 | 2025-03-17T16:00:20.471Z | Compiling target-triple v0.1.3 |
2654 | 2025-03-17T16:00:20.587Z | Checking guppy v0.17.17 |
2655 | 2025-03-17T16:00:21.459Z | Checking async-object-pool v0.1.5 |
2656 | 2025-03-17T16:00:21.674Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2657 | 2025-03-17T16:00:22.061Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2658 | 2025-03-17T16:00:22.402Z | Checking similar-asserts v1.7.0 |
2659 | 2025-03-17T16:00:22.600Z | Checking serde_regex v1.1.0 |
2660 | 2025-03-17T16:00:22.674Z | Checking assert-json-diff v2.0.2 |
2661 | 2025-03-17T16:00:22.892Z | Compiling proc-macro-crate v3.2.0 |
2662 | 2025-03-17T16:00:22.985Z | Checking path-tree v0.8.1 |
2663 | 2025-03-17T16:00:23.358Z | Checking sync-ptr v0.1.1 |
2664 | 2025-03-17T16:00:23.595Z | Compiling assert_cmd v2.0.16 |
2665 | 2025-03-17T16:00:24.072Z | Compiling relative-path v1.9.3 |
2666 | 2025-03-17T16:00:24.174Z | Checking stringmetrics v2.2.2 |
2667 | 2025-03-17T16:00:24.421Z | Checking httpmock v0.8.0-alpha.1 |
2668 | 2025-03-17T16:00:24.821Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2669 | 2025-03-17T16:00:26.240Z | Checking blake2b_simd v1.0.2 |
2670 | 2025-03-17T16:00:27.137Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2671 | 2025-03-17T16:00:29.289Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2672 | 2025-03-17T16:00:29.623Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2673 | 2025-03-17T16:00:29.967Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2674 | 2025-03-17T16:00:30.305Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2675 | 2025-03-17T16:00:30.854Z | Checking serde_tokenstream v0.2.2 |
2676 | 2025-03-17T16:00:31.277Z | Checking uzers v0.12.1 |
2677 | 2025-03-17T16:00:31.850Z | Checking rust-argon2 v2.1.0 |
2678 | 2025-03-17T16:00:32.262Z | Checking trybuild v1.0.103 |
2679 | 2025-03-17T16:00:33.209Z | Checking rstest v0.24.0 |
2680 | 2025-03-17T16:00:33.566Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2681 | 2025-03-17T16:00:33.854Z | Compiling git2 v0.19.0 |
2682 | 2025-03-17T16:00:33.944Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2683 | 2025-03-17T16:00:34.793Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2684 | 2025-03-17T16:00:35.991Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2685 | 2025-03-17T16:00:36.807Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2686 | 2025-03-17T16:00:37.161Z | Checking rand_distr v0.4.3 |
2687 | 2025-03-17T16:00:37.811Z | Checking multimap v0.10.0 |
2688 | 2025-03-17T16:00:38.018Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2689 | 2025-03-17T16:00:38.113Z | Checking approx v0.5.1 |
2690 | 2025-03-17T16:00:38.388Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2691 | 2025-03-17T16:00:40.088Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2692 | 2025-03-17T16:00:40.638Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2693 | 2025-03-17T16:00:41.075Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2694 | 2025-03-17T16:00:41.409Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2695 | 2025-03-17T16:00:41.758Z | Checking partial-io v0.5.4 |
2696 | 2025-03-17T16:00:41.948Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2697 | 2025-03-17T16:00:42.160Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2698 | 2025-03-17T16:00:42.202Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2699 | 2025-03-17T16:00:42.274Z | Checking cargo_toml v0.21.0 |
2700 | 2025-03-17T16:00:43.009Z | Checking termios v0.3.3 |
2701 | 2025-03-17T16:00:43.301Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2702 | 2025-03-17T16:00:44.020Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2703 | 2025-03-17T16:00:44.295Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2704 | 2025-03-17T16:00:47.222Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2705 | 2025-03-17T16:00:47.806Z | Compiling samael v0.0.18 |
2706 | 2025-03-17T16:01:03.819Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2707 | 2025-03-17T16:01:11.376Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2708 | 2025-03-17T16:01:37.540Z | Compiling polar-core v0.27.3 |
2709 | 2025-03-17T16:01:37.938Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2710 | 2025-03-17T16:01:38.562Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2711 | 2025-03-17T16:01:44.278Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2712 | 2025-03-17T16:01:48.748Z | Checking oso v0.27.3 |
2713 | 2025-03-17T16:02:28.191Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2714 | 2025-03-17T16:02:28.191Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2715 | 2025-03-17T16:02:28.194Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2716 | 2025-03-17T16:03:41.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s |
2717 | 2025-03-17T16:03:41.953Z | |
2718 | 2025-03-17T16:03:41.953Z | real 6:32.946612167 |
2719 | 2025-03-17T16:03:41.953Z | user 36:03.449182235 |
2720 | 2025-03-17T16:03:41.953Z | sys 5:13.610359757 |
2721 | 2025-03-17T16:03:41.953Z | trap 1.022355836 |
2722 | 2025-03-17T16:03:41.953Z | tflt 0.431741582 |
2723 | 2025-03-17T16:03:41.953Z | dflt 0.149227859 |
2724 | 2025-03-17T16:03:41.953Z | kflt 0.000838057 |
2725 | 2025-03-17T16:03:41.956Z | lock 52:18.394126548 |
2726 | 2025-03-17T16:03:41.956Z | slp 2:03:01.420297025 |
2727 | 2025-03-17T16:03:41.956Z | lat 1:47.667301095 |
2728 | 2025-03-17T16:03:41.956Z | stop 7:00.573202104 |
2729 | 2025-03-17T16:03:41.956Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2730 | 2025-03-17T16:03:41.956Z | + ptime -m cargo doc --workspace --no-deps |
2731 | 2025-03-17T16:03:43.075Z | warning: output filename collision. |
2732 | 2025-03-17T16:03:43.075Z | 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)`. |
2733 | 2025-03-17T16:03:43.075Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2734 | 2025-03-17T16:03:43.075Z | The targets should have unique names. |
2735 | 2025-03-17T16:03:43.075Z | This is a known bug where multiple crates with the same name use |
2736 | 2025-03-17T16:03:43.075Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2737 | 2025-03-17T16:03:43.557Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2738 | 2025-03-17T16:03:43.708Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2739 | 2025-03-17T16:03:43.729Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2740 | 2025-03-17T16:03:43.772Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2741 | 2025-03-17T16:03:43.798Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2742 | 2025-03-17T16:03:43.832Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2743 | 2025-03-17T16:03:43.832Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2744 | 2025-03-17T16:03:44.062Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2745 | 2025-03-17T16:03:44.137Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2746 | 2025-03-17T16:03:44.165Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2747 | 2025-03-17T16:03:44.207Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2748 | 2025-03-17T16:03:44.423Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2749 | 2025-03-17T16:03:44.498Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2750 | 2025-03-17T16:03:44.747Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2751 | 2025-03-17T16:03:44.785Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2752 | 2025-03-17T16:03:44.936Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2753 | 2025-03-17T16:03:45.067Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2754 | 2025-03-17T16:03:45.169Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2755 | 2025-03-17T16:03:45.549Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2756 | 2025-03-17T16:03:45.817Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2757 | 2025-03-17T16:03:45.959Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2758 | 2025-03-17T16:03:46.129Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2759 | 2025-03-17T16:03:46.184Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2760 | 2025-03-17T16:03:46.496Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2761 | 2025-03-17T16:03:46.555Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2762 | 2025-03-17T16:03:46.713Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2763 | 2025-03-17T16:03:47.109Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2764 | 2025-03-17T16:03:47.335Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2765 | 2025-03-17T16:03:47.646Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2766 | 2025-03-17T16:03:47.782Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2767 | 2025-03-17T16:03:48.012Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2768 | 2025-03-17T16:03:48.080Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2769 | 2025-03-17T16:03:48.201Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2770 | 2025-03-17T16:03:48.337Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2771 | 2025-03-17T16:03:48.487Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2772 | 2025-03-17T16:03:48.561Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2773 | 2025-03-17T16:03:48.708Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2774 | 2025-03-17T16:03:48.938Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2775 | 2025-03-17T16:03:48.969Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2776 | 2025-03-17T16:03:49.113Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2777 | 2025-03-17T16:03:49.308Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2778 | 2025-03-17T16:03:49.480Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2779 | 2025-03-17T16:03:49.534Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2780 | 2025-03-17T16:03:49.556Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2781 | 2025-03-17T16:03:49.667Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2782 | 2025-03-17T16:03:49.774Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2783 | 2025-03-17T16:03:50.476Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2784 | 2025-03-17T16:03:51.198Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2785 | 2025-03-17T16:03:51.613Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2786 | 2025-03-17T16:03:52.620Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2787 | 2025-03-17T16:03:54.046Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2788 | 2025-03-17T16:03:54.126Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2789 | 2025-03-17T16:03:55.007Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2790 | 2025-03-17T16:03:55.177Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2791 | 2025-03-17T16:03:55.199Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2792 | 2025-03-17T16:03:56.182Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2793 | 2025-03-17T16:03:57.330Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2794 | 2025-03-17T16:03:57.578Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2795 | 2025-03-17T16:03:58.039Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2796 | 2025-03-17T16:03:58.317Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2797 | 2025-03-17T16:03:58.951Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2798 | 2025-03-17T16:03:59.157Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2799 | 2025-03-17T16:03:59.835Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2800 | 2025-03-17T16:04:00.037Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2801 | 2025-03-17T16:04:00.825Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2802 | 2025-03-17T16:04:00.920Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2803 | 2025-03-17T16:04:01.343Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2804 | 2025-03-17T16:04:01.380Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2805 | 2025-03-17T16:04:02.565Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2806 | 2025-03-17T16:04:02.635Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2807 | 2025-03-17T16:04:03.077Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2808 | 2025-03-17T16:04:03.137Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2809 | 2025-03-17T16:04:03.360Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2810 | 2025-03-17T16:04:03.684Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2811 | 2025-03-17T16:04:04.688Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2812 | 2025-03-17T16:04:04.871Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2813 | 2025-03-17T16:04:05.363Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2814 | 2025-03-17T16:04:06.680Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2815 | 2025-03-17T16:04:06.703Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2816 | 2025-03-17T16:04:07.342Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2817 | 2025-03-17T16:04:07.830Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2818 | 2025-03-17T16:04:08.432Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2819 | 2025-03-17T16:04:08.535Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2820 | 2025-03-17T16:04:08.557Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2821 | 2025-03-17T16:04:08.764Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2822 | 2025-03-17T16:04:08.825Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2823 | 2025-03-17T16:04:08.848Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2824 | 2025-03-17T16:04:10.171Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2825 | 2025-03-17T16:04:10.365Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2826 | 2025-03-17T16:04:10.430Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2827 | 2025-03-17T16:04:10.460Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2828 | 2025-03-17T16:04:11.058Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2829 | 2025-03-17T16:04:11.145Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2830 | 2025-03-17T16:04:11.205Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2831 | 2025-03-17T16:04:11.645Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2832 | 2025-03-17T16:04:11.757Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2833 | 2025-03-17T16:04:11.798Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2834 | 2025-03-17T16:04:12.281Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2835 | 2025-03-17T16:04:12.645Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2836 | 2025-03-17T16:04:12.986Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2837 | 2025-03-17T16:04:13.021Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2838 | 2025-03-17T16:04:13.728Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2839 | 2025-03-17T16:04:15.177Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2840 | 2025-03-17T16:04:15.663Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2841 | 2025-03-17T16:04:15.722Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2842 | 2025-03-17T16:04:16.069Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2843 | 2025-03-17T16:04:16.718Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2844 | 2025-03-17T16:04:16.996Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2845 | 2025-03-17T16:04:17.096Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2846 | 2025-03-17T16:04:17.546Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2847 | 2025-03-17T16:04:18.033Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2848 | 2025-03-17T16:04:18.350Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2849 | 2025-03-17T16:04:18.568Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2850 | 2025-03-17T16:04:18.607Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2851 | 2025-03-17T16:04:19.865Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2852 | 2025-03-17T16:04:20.547Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2853 | 2025-03-17T16:04:20.686Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2854 | 2025-03-17T16:04:20.919Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2855 | 2025-03-17T16:04:25.815Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2856 | 2025-03-17T16:04:25.836Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2857 | 2025-03-17T16:04:25.976Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2858 | 2025-03-17T16:04:26.013Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2859 | 2025-03-17T16:04:26.429Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2860 | 2025-03-17T16:04:26.800Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2861 | 2025-03-17T16:04:26.876Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2862 | 2025-03-17T16:04:27.087Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2863 | 2025-03-17T16:04:28.436Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2864 | 2025-03-17T16:04:30.417Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2865 | 2025-03-17T16:04:32.104Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2866 | 2025-03-17T16:04:32.170Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2867 | 2025-03-17T16:04:33.202Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2868 | 2025-03-17T16:04:36.000Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2869 | 2025-03-17T16:04:36.806Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2870 | 2025-03-17T16:04:39.377Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2871 | 2025-03-17T16:04:39.402Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2872 | 2025-03-17T16:04:42.618Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2873 | 2025-03-17T16:04:43.846Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2874 | 2025-03-17T16:04:43.970Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2875 | 2025-03-17T16:04:45.278Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2876 | 2025-03-17T16:04:45.600Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2877 | 2025-03-17T16:04:47.737Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2878 | 2025-03-17T16:04:48.290Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2879 | 2025-03-17T16:04:48.665Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2880 | 2025-03-17T16:04:48.960Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2881 | 2025-03-17T16:04:50.456Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2882 | 2025-03-17T16:04:54.829Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2883 | 2025-03-17T16:04:56.344Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2884 | 2025-03-17T16:04:56.681Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2885 | 2025-03-17T16:04:58.672Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2886 | 2025-03-17T16:04:59.032Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2887 | 2025-03-17T16:04:59.378Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2888 | 2025-03-17T16:04:59.834Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2889 | 2025-03-17T16:04:59.949Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2890 | 2025-03-17T16:05:02.653Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2891 | 2025-03-17T16:05:03.532Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2892 | 2025-03-17T16:05:03.781Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2893 | 2025-03-17T16:05:03.907Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2894 | 2025-03-17T16:05:04.615Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2895 | 2025-03-17T16:05:05.716Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2896 | 2025-03-17T16:05:06.628Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2897 | 2025-03-17T16:05:07.249Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2898 | 2025-03-17T16:05:07.967Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2899 | 2025-03-17T16:05:08.258Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2900 | 2025-03-17T16:05:08.628Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2901 | 2025-03-17T16:05:09.663Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2902 | 2025-03-17T16:05:10.321Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2903 | 2025-03-17T16:05:11.502Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2904 | 2025-03-17T16:05:12.030Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2905 | 2025-03-17T16:05:13.360Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2906 | 2025-03-17T16:05:13.389Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2907 | 2025-03-17T16:05:13.657Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2908 | 2025-03-17T16:05:14.167Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2909 | 2025-03-17T16:05:14.798Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2910 | 2025-03-17T16:05:15.660Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2911 | 2025-03-17T16:05:16.570Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2912 | 2025-03-17T16:05:17.848Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2913 | 2025-03-17T16:05:18.228Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2914 | 2025-03-17T16:05:19.268Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2915 | 2025-03-17T16:05:20.480Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2916 | 2025-03-17T16:05:20.765Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2917 | 2025-03-17T16:05:22.532Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2918 | 2025-03-17T16:05:22.813Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2919 | 2025-03-17T16:05:24.294Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2920 | 2025-03-17T16:05:24.648Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2921 | 2025-03-17T16:05:25.237Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2922 | 2025-03-17T16:05:25.417Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2923 | 2025-03-17T16:05:25.734Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2924 | 2025-03-17T16:05:26.932Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2925 | 2025-03-17T16:05:27.932Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2926 | 2025-03-17T16:05:28.102Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2927 | 2025-03-17T16:05:29.067Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2928 | 2025-03-17T16:05:29.106Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2929 | 2025-03-17T16:05:29.630Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2930 | 2025-03-17T16:05:29.985Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2931 | 2025-03-17T16:05:32.552Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2932 | 2025-03-17T16:05:32.897Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2933 | 2025-03-17T16:05:33.255Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2934 | 2025-03-17T16:05:34.013Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2935 | 2025-03-17T16:05:34.524Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2936 | 2025-03-17T16:05:35.892Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2937 | 2025-03-17T16:05:37.420Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2938 | 2025-03-17T16:05:37.564Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2939 | 2025-03-17T16:05:37.898Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2940 | 2025-03-17T16:05:37.927Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2941 | 2025-03-17T16:05:40.685Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2942 | 2025-03-17T16:05:41.149Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2943 | 2025-03-17T16:05:41.785Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2944 | 2025-03-17T16:05:41.991Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2945 | 2025-03-17T16:05:42.151Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2946 | 2025-03-17T16:05:43.695Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2947 | 2025-03-17T16:05:44.699Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2948 | 2025-03-17T16:05:44.722Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2949 | 2025-03-17T16:05:44.804Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2950 | 2025-03-17T16:05:44.846Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2951 | 2025-03-17T16:05:45.375Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2952 | 2025-03-17T16:05:45.973Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2953 | 2025-03-17T16:05:46.041Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2954 | 2025-03-17T16:05:46.865Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2955 | 2025-03-17T16:05:47.066Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2956 | 2025-03-17T16:05:47.182Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2957 | 2025-03-17T16:05:47.224Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2958 | 2025-03-17T16:05:48.115Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2959 | 2025-03-17T16:05:48.119Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2960 | 2025-03-17T16:05:48.494Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2961 | 2025-03-17T16:05:49.412Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2962 | 2025-03-17T16:05:49.496Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2963 | 2025-03-17T16:06:09.628Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2964 | 2025-03-17T16:06:09.631Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2965 | 2025-03-17T16:06:09.632Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2966 | 2025-03-17T16:06:09.632Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2967 | 2025-03-17T16:06:10.559Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2968 | 2025-03-17T16:06:10.648Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2969 | 2025-03-17T16:06:10.671Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2970 | 2025-03-17T16:06:10.858Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2971 | 2025-03-17T16:06:12.787Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2972 | 2025-03-17T16:06:18.010Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2973 | 2025-03-17T16:06:18.650Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2974 | 2025-03-17T16:07:00.170Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2975 | 2025-03-17T16:07:06.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 24s |
2976 | 2025-03-17T16:07:07.067Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 145 other files |
2977 | 2025-03-17T16:07:07.137Z | |
2978 | 2025-03-17T16:07:07.137Z | real 3:25.110165429 |
2979 | 2025-03-17T16:07:07.137Z | user 17:52.050222916 |
2980 | 2025-03-17T16:07:07.137Z | sys 2:31.513785974 |
2981 | 2025-03-17T16:07:07.137Z | trap 0.494036248 |
2982 | 2025-03-17T16:07:07.137Z | tflt 0.098884871 |
2983 | 2025-03-17T16:07:07.142Z | dflt 0.057266907 |
2984 | 2025-03-17T16:07:07.142Z | kflt 0.000085549 |
2985 | 2025-03-17T16:07:07.142Z | lock 28:14.870927042 |
2986 | 2025-03-17T16:07:07.142Z | slp 50:10.307287940 |
2987 | 2025-03-17T16:07:07.142Z | lat 1:04.206457550 |
2988 | 2025-03-17T16:07:07.142Z | stop 1:20.476104983 |
2989 | 2025-03-17T16:07:07.142Z | process exited: duration 918198 ms, exit code 0 |
|
2990 | 2025-03-17T16:07:07.150Z | found 0 output files |