|
|
|
1 | 2025-05-13T20:44:31.202Z | job assigned to worker 01JV5P6TJSGHVMWE4CJ85RMQJ9 [factory aws, i-046a55cff73458dee] (queued for 1 m 4 s) |
|
2 | 2025-05-13T20:44:39.568Z | starting task 0: "setup" |
3 | 2025-05-13T20:44:39.573Z | ++ uname -s |
4 | 2025-05-13T20:44:39.576Z | + kern=SunOS |
5 | 2025-05-13T20:44:39.576Z | + build_user=build |
6 | 2025-05-13T20:44:39.576Z | + build_uid=12345 |
7 | 2025-05-13T20:44:39.576Z | + work_dir=/work |
8 | 2025-05-13T20:44:39.576Z | + input_dir=/input |
9 | 2025-05-13T20:44:39.576Z | + [[ 0 == 12345 ]] |
10 | 2025-05-13T20:44:39.576Z | + case "$kern" in |
11 | 2025-05-13T20:44:39.576Z | + groupadd -g 12345 build |
12 | 2025-05-13T20:44:39.579Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-05-13T20:44:41.587Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-05-13T20:44:41.709Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-05-13T20:44:41.713Z | + home_fs=zfs |
16 | 2025-05-13T20:44:41.713Z | + [[ zfs == autofs ]] |
17 | 2025-05-13T20:44:41.713Z | + mkdir -p /home/build |
18 | 2025-05-13T20:44:41.713Z | + chown build:build /home/build /work |
19 | 2025-05-13T20:44:42.716Z | + chmod 0700 /home/build /work |
20 | 2025-05-13T20:44:42.719Z | process exited: duration 3152 ms, exit code 0 |
|
21 | 2025-05-13T20:44:42.725Z | starting task 1: "rust-toolchain" |
22 | 2025-05-13T20:44:42.730Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
23 | 2025-05-13T20:44:42.730Z | * rust toolchain channel = "1.86.0" |
24 | 2025-05-13T20:44:42.730Z | * rust toolchain profile = "default" |
25 | 2025-05-13T20:44:42.730Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-05-13T20:44:42.730Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-05-13T20:44:42.730Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-05-13T20:44:42.734Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-05-13T20:44:42.735Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
30 | 2025-05-13T20:44:42.834Z | info: downloading installer |
31 | 2025-05-13T20:44:44.098Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-05-13T20:44:44.098Z | warn: /opt/ooce/bin |
33 | 2025-05-13T20:44:44.098Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-05-13T20:44:44.098Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-05-13T20:44:44.098Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-05-13T20:44:44.098Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-05-13T20:44:44.098Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-05-13T20:44:44.098Z | error: cannot install while Rust is installed |
39 | 2025-05-13T20:44:44.098Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-05-13T20:44:44.117Z | info: profile set to 'default' |
41 | 2025-05-13T20:44:44.117Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-05-13T20:44:44.120Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
43 | 2025-05-13T20:44:44.275Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
44 | 2025-05-13T20:44:44.275Z | info: downloading component 'cargo' |
45 | 2025-05-13T20:44:45.185Z | info: downloading component 'clippy' |
46 | 2025-05-13T20:44:45.556Z | info: downloading component 'rust-docs' |
47 | 2025-05-13T20:44:46.865Z | info: downloading component 'rust-std' |
48 | 2025-05-13T20:44:48.694Z | info: downloading component 'rustc' |
49 | 2025-05-13T20:44:55.815Z | info: downloading component 'rustfmt' |
50 | 2025-05-13T20:44:56.045Z | info: installing component 'cargo' |
51 | 2025-05-13T20:44:56.878Z | info: installing component 'clippy' |
52 | 2025-05-13T20:44:57.269Z | info: installing component 'rust-docs' |
53 | 2025-05-13T20:44:59.161Z | info: installing component 'rust-std' |
54 | 2025-05-13T20:45:00.937Z | info: installing component 'rustc' |
55 | 2025-05-13T20:45:07.335Z | info: installing component 'rustfmt' |
56 | 2025-05-13T20:45:07.667Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
57 | 2025-05-13T20:45:07.667Z | |
58 | 2025-05-13T20:45:08.092Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
59 | 2025-05-13T20:45:08.092Z | |
60 | 2025-05-13T20:45:08.096Z | |
61 | 2025-05-13T20:45:08.096Z | Rust is installed now. Great! |
62 | 2025-05-13T20:45:08.096Z | |
63 | 2025-05-13T20:45:08.096Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-05-13T20:45:08.096Z | environment variable. This has not been done automatically. |
65 | 2025-05-13T20:45:08.096Z | |
66 | 2025-05-13T20:45:08.097Z | To configure your current shell, you need to source |
67 | 2025-05-13T20:45:08.097Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-05-13T20:45:08.097Z | |
69 | 2025-05-13T20:45:08.097Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-05-13T20:45:08.097Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-05-13T20:45:08.097Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-05-13T20:45:08.097Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-05-13T20:45:08.186Z | + rustup --version |
74 | 2025-05-13T20:45:08.198Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-05-13T20:45:08.201Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-05-13T20:45:08.281Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
77 | 2025-05-13T20:45:08.283Z | + cargo --version |
78 | 2025-05-13T20:45:08.349Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
79 | 2025-05-13T20:45:08.352Z | + rustc --version |
80 | 2025-05-13T20:45:08.426Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
81 | 2025-05-13T20:45:08.429Z | process exited: duration 25695 ms, exit code 0 |
|
82 | 2025-05-13T20:45:08.438Z | starting task 2: "authentication" |
83 | 2025-05-13T20:45:08.459Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-05-13T20:45:08.471Z | starting task 3: "clone repository" |
85 | 2025-05-13T20:45:08.475Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-05-13T20:45:08.475Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-05-13T20:45:08.511Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-05-13T20:45:17.813Z | + cd /work/oxidecomputer/omicron |
89 | 2025-05-13T20:45:17.813Z | + git fetch origin 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 |
90 | 2025-05-13T20:45:18.165Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-05-13T20:45:18.165Z | * branch 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 -> FETCH_HEAD |
92 | 2025-05-13T20:45:18.176Z | + [[ -n eliza/ereport-sp-api ]] |
93 | 2025-05-13T20:45:18.179Z | ++ git branch --show-current |
94 | 2025-05-13T20:45:18.182Z | + current=main |
95 | 2025-05-13T20:45:18.182Z | + [[ main != eliza/ereport-sp-api ]] |
96 | 2025-05-13T20:45:18.183Z | + git branch -f eliza/ereport-sp-api 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 |
97 | 2025-05-13T20:45:18.186Z | + git checkout -f eliza/ereport-sp-api |
98 | 2025-05-13T20:45:18.316Z | Switched to branch 'eliza/ereport-sp-api' |
99 | 2025-05-13T20:45:18.319Z | + git reset --hard 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 |
100 | 2025-05-13T20:45:18.452Z | HEAD is now at 368f84fc2 oh god i picked the wrong one of the three shas lol |
101 | 2025-05-13T20:45:18.455Z | process exited: duration 9986 ms, exit code 0 |
|
102 | 2025-05-13T20:45:18.463Z | starting task 4: "build" |
103 | 2025-05-13T20:45:18.467Z | + source .github/buildomat/ci-env.sh |
104 | 2025-05-13T20:45:18.470Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-05-13T20:45:18.470Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-05-13T20:45:18.470Z | + cargo --version |
107 | 2025-05-13T20:45:18.523Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
108 | 2025-05-13T20:45:18.527Z | + rustc --version |
109 | 2025-05-13T20:45:18.606Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
110 | 2025-05-13T20:45:18.609Z | + WORK=/work |
111 | 2025-05-13T20:45:18.609Z | + pfexec mkdir -p /work |
112 | 2025-05-13T20:45:18.614Z | + pfexec chown build /work |
113 | 2025-05-13T20:45:18.617Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-05-13T20:45:31.309Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2025-05-13T20:45:36.985Z | Startup: Caching catalogs ... Done |
116 | 2025-05-13T20:45:41.937Z | Planning: Solver setup ... Done (3.753s) |
117 | 2025-05-13T20:45:41.974Z | Planning: Running solver ... Done (0.036s) |
118 | 2025-05-13T20:45:42.058Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2025-05-13T20:45:42.107Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2025-05-13T20:45:42.700Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2025-05-13T20:45:42.751Z | Planning: Package planning ... Done (0.050s) |
122 | 2025-05-13T20:45:42.802Z | Planning: Merging actions ... Done (0.050s) |
123 | 2025-05-13T20:45:43.100Z | Planning: Checking for conflicting actions ... Done (0.298s) |
124 | 2025-05-13T20:45:43.110Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2025-05-13T20:45:44.224Z | Planning: Evaluating mediators ... Done (1.113s) |
126 | 2025-05-13T20:45:44.233Z | Planning: Planning completed in 7.13 seconds |
127 | 2025-05-13T20:45:44.252Z | Packages to install: 4 |
128 | 2025-05-13T20:45:44.253Z | Mediators to change: 2 |
129 | 2025-05-13T20:45:44.257Z | Services to change: 1 |
130 | 2025-05-13T20:45:44.257Z | Estimated space available: 155.55 GB |
131 | 2025-05-13T20:45:44.257Z | Estimated space to be consumed: 1.65 GB |
132 | 2025-05-13T20:45:44.257Z | Create boot environment: No |
133 | 2025-05-13T20:45:44.258Z | Create backup boot environment: No |
134 | 2025-05-13T20:45:44.258Z | Rebuild boot archive: No |
135 | 2025-05-13T20:45:44.258Z | |
136 | 2025-05-13T20:45:44.258Z | Changed mediators: |
137 | 2025-05-13T20:45:44.258Z | mediator clang: |
138 | 2025-05-13T20:45:44.258Z | version: None -> 15 (system default) |
139 | 2025-05-13T20:45:44.258Z | |
140 | 2025-05-13T20:45:44.258Z | mediator llvm: |
141 | 2025-05-13T20:45:44.258Z | version: 14 (system default) -> 15 (system default) |
142 | 2025-05-13T20:45:44.258Z | |
143 | 2025-05-13T20:45:44.258Z | Changed packages: |
144 | 2025-05-13T20:45:44.258Z | helios-dev |
145 | 2025-05-13T20:45:44.258Z | developer/build-essential |
146 | 2025-05-13T20:45:44.258Z | None -> 11-2.0 |
147 | 2025-05-13T20:45:44.258Z | library/libxmlsec1 |
148 | 2025-05-13T20:45:44.258Z | None -> 1.2.35-2.0 |
149 | 2025-05-13T20:45:44.258Z | ooce/developer/clang-15 |
150 | 2025-05-13T20:45:44.258Z | None -> 15.0.7-2.0 |
151 | 2025-05-13T20:45:44.258Z | ooce/developer/llvm-15 |
152 | 2025-05-13T20:45:44.258Z | None -> 15.0.7-2.0 |
153 | 2025-05-13T20:45:44.258Z | |
154 | 2025-05-13T20:45:44.258Z | Services: |
155 | 2025-05-13T20:45:44.258Z | restart_fmri: |
156 | 2025-05-13T20:45:44.258Z | svc:/system/update-man-index:default |
157 | 2025-05-13T20:45:44.305Z | |
158 | 2025-05-13T20:45:44.305Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2025-05-13T20:45:50.446Z | Download: 212/3290 items 1.3/212.6MB 0% complete (626k/s) |
160 | 2025-05-13T20:45:55.454Z | Download: 895/3290 items 18.9/212.6MB 8% complete (1.8M/s) |
161 | 2025-05-13T20:46:00.457Z | Download: 1361/3290 items 113.4/212.6MB 53% complete (11.3M/s) |
162 | 2025-05-13T20:46:05.465Z | Download: 2013/3290 items 118.7/212.6MB 55% complete (10.0M/s) |
163 | 2025-05-13T20:46:10.467Z | Download: 2607/3290 items 120.2/212.6MB 56% complete (721k/s) |
164 | 2025-05-13T20:46:20.793Z | Download: 3247/3290 items 202.9/212.6MB 95% complete (8.3M/s) |
165 | 2025-05-13T20:46:22.861Z | Download: Completed 212.60 MB in 38.55 seconds (5.5M/s) |
166 | 2025-05-13T20:46:23.043Z | Actions: 1/3689 actions (Installing new actions) |
167 | 2025-05-13T20:46:27.590Z | Actions: Completed 3689 actions in 4.55 seconds. |
168 | 2025-05-13T20:46:27.902Z | Done (0.306s) |
169 | 2025-05-13T20:46:27.902Z | Done (0.000s) |
170 | 2025-05-13T20:46:28.647Z | Done (0.744s) |
171 | 2025-05-13T20:46:33.273Z | Done (4.338s) |
172 | 2025-05-13T20:46:33.371Z | Done (0.020s) |
173 | 2025-05-13T20:46:33.374Z | Done (0.000s) |
174 | 2025-05-13T20:46:33.540Z | Done (0.000s) |
175 | 2025-05-13T20:46:34.356Z | Planning: Evaluating mediator changes ... Done |
176 | 2025-05-13T20:46:34.513Z | Planning: Checking for conflicting actions ... Done |
177 | 2025-05-13T20:46:34.516Z | Planning: Consolidating action changes ... Done |
178 | 2025-05-13T20:46:34.789Z | Planning: Evaluating mediators ... Done |
179 | 2025-05-13T20:46:34.792Z | Planning: Planning completed in 0.44 seconds |
180 | 2025-05-13T20:46:34.822Z | Mediators to change: 2 |
181 | 2025-05-13T20:46:34.826Z | Create boot environment: No |
182 | 2025-05-13T20:46:34.826Z | Create backup boot environment: No |
183 | 2025-05-13T20:46:34.899Z | Done |
184 | 2025-05-13T20:46:34.899Z | Done |
185 | 2025-05-13T20:46:35.402Z | Done |
186 | 2025-05-13T20:46:39.110Z | Done |
187 | 2025-05-13T20:46:39.195Z | Done |
188 | 2025-05-13T20:46:39.198Z | Done |
189 | 2025-05-13T20:46:39.343Z | Done |
190 | 2025-05-13T20:46:39.970Z | Planning: Evaluating mediator changes ... Done |
191 | 2025-05-13T20:46:39.974Z | Planning: Merging actions ... Done |
192 | 2025-05-13T20:46:40.160Z | Planning: Checking for conflicting actions ... Done |
193 | 2025-05-13T20:46:40.164Z | Planning: Consolidating action changes ... Done |
194 | 2025-05-13T20:46:40.434Z | Planning: Evaluating mediators ... Done |
195 | 2025-05-13T20:46:40.491Z | Planning: Planning completed in 0.77 seconds |
196 | 2025-05-13T20:46:40.526Z | Packages to change: 1 |
197 | 2025-05-13T20:46:40.526Z | Mediators to change: 1 |
198 | 2025-05-13T20:46:40.529Z | Services to change: 1 |
199 | 2025-05-13T20:46:40.529Z | Create boot environment: No |
200 | 2025-05-13T20:46:40.529Z | Create backup boot environment: Yes |
201 | 2025-05-13T20:46:42.742Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2025-05-13T20:46:42.745Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2025-05-13T20:46:42.745Z | Done |
204 | 2025-05-13T20:46:42.745Z | Done |
205 | 2025-05-13T20:46:42.894Z | Done |
206 | 2025-05-13T20:46:46.563Z | Done |
207 | 2025-05-13T20:46:46.657Z | Done |
208 | 2025-05-13T20:46:46.662Z | Done |
209 | 2025-05-13T20:46:46.805Z | Done |
210 | 2025-05-13T20:46:47.248Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2025-05-13T20:46:47.248Z | clang system 15 system |
212 | 2025-05-13T20:46:47.249Z | csh system system illumos |
213 | 2025-05-13T20:46:47.249Z | ctags system system illumos |
214 | 2025-05-13T20:46:47.249Z | file system system illumos |
215 | 2025-05-13T20:46:47.249Z | gcc vendor 12 vendor |
216 | 2025-05-13T20:46:47.249Z | gcc system 10 system |
217 | 2025-05-13T20:46:47.249Z | gcc system 7 system |
218 | 2025-05-13T20:46:47.249Z | go system 1.20 system |
219 | 2025-05-13T20:46:47.249Z | go system 1.19 system |
220 | 2025-05-13T20:46:47.249Z | llvm system 15 system |
221 | 2025-05-13T20:46:47.249Z | llvm system 14 system |
222 | 2025-05-13T20:46:47.249Z | mariadb system 10.6 system |
223 | 2025-05-13T20:46:47.249Z | mta vendor vendor dma |
224 | 2025-05-13T20:46:47.249Z | openjdk system 17 system |
225 | 2025-05-13T20:46:47.249Z | openjdk system 11 system |
226 | 2025-05-13T20:46:47.249Z | openjdk system 1.8 system |
227 | 2025-05-13T20:46:47.249Z | openssl vendor 3 vendor |
228 | 2025-05-13T20:46:47.249Z | perl system 5.36 system |
229 | 2025-05-13T20:46:47.249Z | postgresql system 15 system |
230 | 2025-05-13T20:46:47.249Z | postgresql system 13 system |
231 | 2025-05-13T20:46:47.249Z | python vendor 3 vendor |
232 | 2025-05-13T20:46:47.249Z | python system 2 system |
233 | 2025-05-13T20:46:47.249Z | python3 system 3.11 system |
234 | 2025-05-13T20:46:47.249Z | ruby system 3.0 system |
235 | 2025-05-13T20:46:47.249Z | words vendor vendor american-english |
236 | 2025-05-13T20:46:47.249Z | words system system australian-english |
237 | 2025-05-13T20:46:47.249Z | words system system british-english |
238 | 2025-05-13T20:46:47.249Z | words system system canadian-english |
239 | 2025-05-13T20:46:47.249Z | words system system french |
240 | 2025-05-13T20:46:47.249Z | words system system italian |
241 | 2025-05-13T20:46:47.249Z | words system system ngerman |
242 | 2025-05-13T20:46:47.249Z | words system system ogerman |
243 | 2025-05-13T20:46:47.249Z | words system system spanish |
244 | 2025-05-13T20:46:47.583Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2025-05-13T20:46:47.583Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2025-05-13T20:46:51.353Z | FMRI IFO |
247 | 2025-05-13T20:46:51.354Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2025-05-13T20:46:51.354Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2025-05-13T20:46:51.354Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2025-05-13T20:46:51.354Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2025-05-13T20:46:51.354Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2025-05-13T20:46:51.354Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2025-05-13T20:46:51.355Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
254 | 2025-05-13T20:46:51.355Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
255 | 2025-05-13T20:46:51.355Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
256 | 2025-05-13T20:46:51.355Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
257 | 2025-05-13T20:46:51.355Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
258 | 2025-05-13T20:46:51.355Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
259 | 2025-05-13T20:46:51.355Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
260 | 2025-05-13T20:46:51.355Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
261 | 2025-05-13T20:46:51.355Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
262 | 2025-05-13T20:46:52.335Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
263 | 2025-05-13T20:46:52.592Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
264 | 2025-05-13T20:46:53.408Z | Updating crates.io index |
265 | 2025-05-13T20:46:53.433Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
266 | 2025-05-13T20:46:53.790Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
267 | 2025-05-13T20:46:54.379Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
268 | 2025-05-13T20:46:54.655Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
269 | 2025-05-13T20:46:54.936Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
270 | 2025-05-13T20:46:55.304Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
271 | 2025-05-13T20:46:56.395Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
272 | 2025-05-13T20:46:58.359Z | Updating git repository `https://github.com/oxidecomputer/opte` |
273 | 2025-05-13T20:46:59.153Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
274 | 2025-05-13T20:46:59.949Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
275 | 2025-05-13T20:47:00.420Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
276 | 2025-05-13T20:47:00.876Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
277 | 2025-05-13T20:47:01.505Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
278 | 2025-05-13T20:47:01.917Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
279 | 2025-05-13T20:47:02.427Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
280 | 2025-05-13T20:47:02.695Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2025-05-13T20:47:02.979Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
282 | 2025-05-13T20:47:03.354Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
283 | 2025-05-13T20:47:03.622Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
284 | 2025-05-13T20:47:04.316Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
285 | 2025-05-13T20:47:04.338Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
286 | 2025-05-13T20:47:04.527Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
287 | 2025-05-13T20:47:04.914Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
288 | 2025-05-13T20:47:05.240Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
289 | 2025-05-13T20:47:05.658Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
290 | 2025-05-13T20:47:06.078Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
291 | 2025-05-13T20:47:06.481Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2025-05-13T20:47:06.784Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
293 | 2025-05-13T20:47:07.167Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
294 | 2025-05-13T20:47:07.598Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
295 | 2025-05-13T20:47:07.941Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
296 | 2025-05-13T20:47:08.274Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
297 | 2025-05-13T20:47:08.591Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
298 | 2025-05-13T20:47:17.596Z | Updating git repository `https://github.com/illumos/smf-rs` |
299 | 2025-05-13T20:47:19.123Z | Downloading crates ... |
300 | 2025-05-13T20:47:19.181Z | Downloaded anstream v0.6.18 |
301 | 2025-05-13T20:47:19.184Z | Downloaded anstyle v1.0.10 |
302 | 2025-05-13T20:47:19.210Z | Downloaded equivalent v1.0.1 |
303 | 2025-05-13T20:47:19.216Z | Downloaded dtrace-parser v0.2.0 |
304 | 2025-05-13T20:47:19.216Z | Downloaded swrite v0.1.0 |
305 | 2025-05-13T20:47:19.219Z | Downloaded scroll_derive v0.12.0 |
306 | 2025-05-13T20:47:19.219Z | Downloaded winnow v0.7.3 |
307 | 2025-05-13T20:47:19.226Z | Downloaded usdt-attr-macro v0.5.0 |
308 | 2025-05-13T20:47:19.229Z | Downloaded errno v0.3.9 |
309 | 2025-05-13T20:47:19.229Z | Downloaded cargo_toml v0.21.0 |
310 | 2025-05-13T20:47:19.232Z | Downloaded pretty-hex v0.4.1 |
311 | 2025-05-13T20:47:19.235Z | Downloaded byteorder v1.5.0 |
312 | 2025-05-13T20:47:19.238Z | Downloaded cfg-if v1.0.0 |
313 | 2025-05-13T20:47:19.238Z | Downloaded digest v0.10.7 |
314 | 2025-05-13T20:47:19.241Z | Downloaded cpufeatures v0.2.14 |
315 | 2025-05-13T20:47:19.241Z | Downloaded block-buffer v0.10.4 |
316 | 2025-05-13T20:47:19.244Z | Downloaded anstyle-query v1.1.1 |
317 | 2025-05-13T20:47:19.244Z | Downloaded thiserror-impl v1.0.69 |
318 | 2025-05-13T20:47:19.247Z | Downloaded strsim v0.11.1 |
319 | 2025-05-13T20:47:19.247Z | Downloaded serde_spanned v0.6.8 |
320 | 2025-05-13T20:47:19.247Z | Downloaded thiserror-impl v2.0.12 |
321 | 2025-05-13T20:47:19.250Z | Downloaded memmap v0.7.0 |
322 | 2025-05-13T20:47:19.253Z | Downloaded pest_generator v2.7.14 |
323 | 2025-05-13T20:47:19.253Z | Downloaded fnv v1.0.7 |
324 | 2025-05-13T20:47:19.253Z | Downloaded cargo-platform v0.1.8 |
325 | 2025-05-13T20:47:19.256Z | Downloaded bitflags v1.3.2 |
326 | 2025-05-13T20:47:19.259Z | Downloaded thread-id v4.2.2 |
327 | 2025-05-13T20:47:19.259Z | Downloaded colorchoice v1.0.2 |
328 | 2025-05-13T20:47:19.262Z | Downloaded usdt v0.5.0 |
329 | 2025-05-13T20:47:19.262Z | Downloaded thiserror v1.0.69 |
330 | 2025-05-13T20:47:19.265Z | Downloaded unicode-linebreak v0.1.5 |
331 | 2025-05-13T20:47:19.268Z | Downloaded utf8parse v0.2.2 |
332 | 2025-05-13T20:47:19.268Z | Downloaded terminal_size v0.2.6 |
333 | 2025-05-13T20:47:19.271Z | Downloaded plain v0.2.3 |
334 | 2025-05-13T20:47:19.271Z | Downloaded itoa v1.0.11 |
335 | 2025-05-13T20:47:19.271Z | Downloaded version_check v0.9.5 |
336 | 2025-05-13T20:47:19.274Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2025-05-13T20:47:19.274Z | Downloaded clap_lex v0.7.4 |
338 | 2025-05-13T20:47:19.277Z | Downloaded toml_datetime v0.6.8 |
339 | 2025-05-13T20:47:19.277Z | Downloaded tabled_derive v0.7.0 |
340 | 2025-05-13T20:47:19.277Z | Downloaded serde_tokenstream v0.2.2 |
341 | 2025-05-13T20:47:19.280Z | Downloaded cargo_metadata v0.19.2 |
342 | 2025-05-13T20:47:19.280Z | Downloaded fs-err v3.1.0 |
343 | 2025-05-13T20:47:19.283Z | Downloaded smawk v0.3.2 |
344 | 2025-05-13T20:47:19.283Z | Downloaded sha2 v0.10.8 |
345 | 2025-05-13T20:47:19.286Z | Downloaded is_terminal_polyfill v1.70.1 |
346 | 2025-05-13T20:47:19.289Z | Downloaded fastrand v2.1.1 |
347 | 2025-05-13T20:47:19.289Z | Downloaded bytecount v0.6.8 |
348 | 2025-05-13T20:47:19.292Z | Downloaded camino-tempfile v1.3.0 |
349 | 2025-05-13T20:47:19.292Z | Downloaded macaddr v1.0.1 |
350 | 2025-05-13T20:47:19.295Z | Downloaded crypto-common v0.1.6 |
351 | 2025-05-13T20:47:19.295Z | Downloaded pest_derive v2.7.14 |
352 | 2025-05-13T20:47:19.299Z | Downloaded scroll v0.12.0 |
353 | 2025-05-13T20:47:19.299Z | Downloaded generic-array v0.14.7 |
354 | 2025-05-13T20:47:19.302Z | Downloaded io-lifetimes v1.0.11 |
355 | 2025-05-13T20:47:19.302Z | Downloaded tempfile v3.13.0 |
356 | 2025-05-13T20:47:19.305Z | Downloaded semver v1.0.26 |
357 | 2025-05-13T20:47:19.309Z | Downloaded usdt-macro v0.5.0 |
358 | 2025-05-13T20:47:19.314Z | Downloaded bitflags v2.9.0 |
359 | 2025-05-13T20:47:19.318Z | Downloaded thiserror v2.0.12 |
360 | 2025-05-13T20:47:19.323Z | Downloaded usdt-impl v0.5.0 |
361 | 2025-05-13T20:47:19.326Z | Downloaded zerocopy-derive v0.7.35 |
362 | 2025-05-13T20:47:19.329Z | Downloaded anyhow v1.0.98 |
363 | 2025-05-13T20:47:19.333Z | Downloaded log v0.4.22 |
364 | 2025-05-13T20:47:19.336Z | Downloaded clap v4.5.35 |
365 | 2025-05-13T20:47:19.344Z | Downloaded ucd-trie v0.1.7 |
366 | 2025-05-13T20:47:19.347Z | Downloaded unicode-ident v1.0.14 |
367 | 2025-05-13T20:47:19.350Z | Downloaded proc-macro2 v1.0.94 |
368 | 2025-05-13T20:47:19.350Z | Downloaded dof v0.3.0 |
369 | 2025-05-13T20:47:19.353Z | Downloaded pest_meta v2.7.14 |
370 | 2025-05-13T20:47:19.353Z | Downloaded papergrid v0.11.0 |
371 | 2025-05-13T20:47:19.359Z | Downloaded textwrap v0.16.1 |
372 | 2025-05-13T20:47:19.362Z | Downloaded serde_derive v1.0.219 |
373 | 2025-05-13T20:47:19.364Z | Downloaded ryu v1.0.18 |
374 | 2025-05-13T20:47:19.367Z | Downloaded typenum v1.17.0 |
375 | 2025-05-13T20:47:19.370Z | Downloaded toml v0.8.20 |
376 | 2025-05-13T20:47:19.373Z | Downloaded anstyle-parse v0.2.5 |
377 | 2025-05-13T20:47:19.373Z | Downloaded terminal_size v0.4.0 |
378 | 2025-05-13T20:47:19.376Z | Downloaded serde v1.0.219 |
379 | 2025-05-13T20:47:19.379Z | Downloaded once_cell v1.21.3 |
380 | 2025-05-13T20:47:19.382Z | Downloaded heck v0.5.0 |
381 | 2025-05-13T20:47:19.382Z | Downloaded indexmap v2.9.0 |
382 | 2025-05-13T20:47:19.386Z | Downloaded toml_edit v0.22.24 |
383 | 2025-05-13T20:47:19.406Z | Downloaded memchr v2.7.4 |
384 | 2025-05-13T20:47:19.410Z | Downloaded heck v0.4.1 |
385 | 2025-05-13T20:47:19.413Z | Downloaded clap_derive v4.5.32 |
386 | 2025-05-13T20:47:19.416Z | Downloaded camino v1.1.9 |
387 | 2025-05-13T20:47:19.417Z | Downloaded autocfg v1.4.0 |
388 | 2025-05-13T20:47:19.420Z | Downloaded quote v1.0.39 |
389 | 2025-05-13T20:47:19.420Z | Downloaded proc-macro-error v1.0.4 |
390 | 2025-05-13T20:47:19.423Z | Downloaded pest v2.7.14 |
391 | 2025-05-13T20:47:19.432Z | Downloaded serde_json v1.0.140 |
392 | 2025-05-13T20:47:19.440Z | Downloaded hashbrown v0.15.1 |
393 | 2025-05-13T20:47:19.445Z | Downloaded clap_builder v4.5.35 |
394 | 2025-05-13T20:47:19.451Z | Downloaded zerocopy v0.7.35 |
395 | 2025-05-13T20:47:19.467Z | Downloaded goblin v0.8.2 |
396 | 2025-05-13T20:47:19.475Z | Downloaded tabled v0.15.0 |
397 | 2025-05-13T20:47:19.489Z | Downloaded syn v1.0.109 |
398 | 2025-05-13T20:47:19.500Z | Downloaded unicode-width v0.1.14 |
399 | 2025-05-13T20:47:19.512Z | Downloaded syn v2.0.98 |
400 | 2025-05-13T20:47:19.517Z | Downloaded rustix v0.37.28 |
401 | 2025-05-13T20:47:19.536Z | Downloaded rustix v0.38.37 |
402 | 2025-05-13T20:47:19.580Z | Downloaded libc v0.2.171 |
403 | 2025-05-13T20:47:19.732Z | Compiling proc-macro2 v1.0.94 |
404 | 2025-05-13T20:47:19.732Z | Compiling unicode-ident v1.0.14 |
405 | 2025-05-13T20:47:19.735Z | Compiling libc v0.2.171 |
406 | 2025-05-13T20:47:19.735Z | Compiling serde v1.0.219 |
407 | 2025-05-13T20:47:19.735Z | Compiling version_check v0.9.5 |
408 | 2025-05-13T20:47:19.735Z | Compiling memchr v2.7.4 |
409 | 2025-05-13T20:47:19.769Z | Compiling thiserror v1.0.69 |
410 | 2025-05-13T20:47:19.774Z | Compiling itoa v1.0.11 |
411 | 2025-05-13T20:47:20.066Z | Compiling ucd-trie v0.1.7 |
412 | 2025-05-13T20:47:20.105Z | Compiling ryu v1.0.18 |
413 | 2025-05-13T20:47:20.519Z | Compiling once_cell v1.21.3 |
414 | 2025-05-13T20:47:20.524Z | Compiling byteorder v1.5.0 |
415 | 2025-05-13T20:47:20.615Z | Compiling serde_json v1.0.140 |
416 | 2025-05-13T20:47:20.884Z | Compiling rustix v0.38.37 |
417 | 2025-05-13T20:47:20.967Z | Compiling bitflags v2.9.0 |
418 | 2025-05-13T20:47:21.146Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2025-05-13T20:47:21.173Z | Compiling usdt-impl v0.5.0 |
420 | 2025-05-13T20:47:21.436Z | Compiling io-lifetimes v1.0.11 |
421 | 2025-05-13T20:47:21.470Z | Compiling syn v1.0.109 |
422 | 2025-05-13T20:47:21.586Z | Compiling proc-macro-error v1.0.4 |
423 | 2025-05-13T20:47:21.788Z | Compiling quote v1.0.39 |
424 | 2025-05-13T20:47:21.815Z | Compiling errno v0.3.9 |
425 | 2025-05-13T20:47:22.004Z | Compiling log v0.4.22 |
426 | 2025-05-13T20:47:22.008Z | Compiling hashbrown v0.15.1 |
427 | 2025-05-13T20:47:22.219Z | Compiling syn v2.0.98 |
428 | 2025-05-13T20:47:22.316Z | Compiling camino v1.1.9 |
429 | 2025-05-13T20:47:22.413Z | Compiling thread-id v4.2.2 |
430 | 2025-05-13T20:47:22.439Z | Compiling utf8parse v0.2.2 |
431 | 2025-05-13T20:47:22.463Z | Compiling rustix v0.37.28 |
432 | 2025-05-13T20:47:22.545Z | Compiling equivalent v1.0.1 |
433 | 2025-05-13T20:47:22.625Z | Compiling plain v0.2.3 |
434 | 2025-05-13T20:47:22.688Z | Compiling anstyle-parse v0.2.5 |
435 | 2025-05-13T20:47:23.173Z | Compiling indexmap v2.9.0 |
436 | 2025-05-13T20:47:23.209Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2025-05-13T20:47:23.371Z | Compiling winnow v0.7.3 |
438 | 2025-05-13T20:47:23.460Z | Compiling colorchoice v1.0.2 |
439 | 2025-05-13T20:47:23.486Z | Compiling unicode-width v0.1.14 |
440 | 2025-05-13T20:47:23.623Z | Compiling anstyle v1.0.10 |
441 | 2025-05-13T20:47:23.658Z | Compiling anstyle-query v1.1.1 |
442 | 2025-05-13T20:47:23.843Z | Compiling semver v1.0.26 |
443 | 2025-05-13T20:47:24.007Z | Compiling autocfg v1.4.0 |
444 | 2025-05-13T20:47:24.070Z | Compiling bitflags v1.3.2 |
445 | 2025-05-13T20:47:24.204Z | Compiling pretty-hex v0.4.1 |
446 | 2025-05-13T20:47:24.399Z | Compiling thiserror v2.0.12 |
447 | 2025-05-13T20:47:24.529Z | Compiling terminal_size v0.4.0 |
448 | 2025-05-13T20:47:24.772Z | Compiling anstream v0.6.18 |
449 | 2025-05-13T20:47:24.949Z | Compiling fs-err v3.1.0 |
450 | 2025-05-13T20:47:25.112Z | Compiling heck v0.5.0 |
451 | 2025-05-13T20:47:25.307Z | Compiling anyhow v1.0.98 |
452 | 2025-05-13T20:47:25.400Z | Compiling heck v0.4.1 |
453 | 2025-05-13T20:47:25.594Z | Compiling cfg-if v1.0.0 |
454 | 2025-05-13T20:47:25.715Z | Compiling clap_lex v0.7.4 |
455 | 2025-05-13T20:47:25.816Z | Compiling fastrand v2.1.1 |
456 | 2025-05-13T20:47:25.931Z | Compiling strsim v0.11.1 |
457 | 2025-05-13T20:47:26.038Z | Compiling bytecount v0.6.8 |
458 | 2025-05-13T20:47:26.151Z | Compiling fnv v1.0.7 |
459 | 2025-05-13T20:47:26.185Z | Compiling tempfile v3.13.0 |
460 | 2025-05-13T20:47:26.325Z | Compiling papergrid v0.11.0 |
461 | 2025-05-13T20:47:26.351Z | Compiling clap_builder v4.5.35 |
462 | 2025-05-13T20:47:26.654Z | Compiling terminal_size v0.2.6 |
463 | 2025-05-13T20:47:26.822Z | Compiling memmap v0.7.0 |
464 | 2025-05-13T20:47:26.876Z | Compiling unicode-linebreak v0.1.5 |
465 | 2025-05-13T20:47:26.911Z | Compiling smawk v0.3.2 |
466 | 2025-05-13T20:47:27.181Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
467 | 2025-05-13T20:47:27.393Z | Compiling textwrap v0.16.1 |
468 | 2025-05-13T20:47:27.565Z | Compiling swrite v0.1.0 |
469 | 2025-05-13T20:47:27.979Z | Compiling tabled_derive v0.7.0 |
470 | 2025-05-13T20:47:29.514Z | Compiling tabled v0.15.0 |
471 | 2025-05-13T20:47:29.610Z | Compiling serde_derive v1.0.219 |
472 | 2025-05-13T20:47:29.613Z | Compiling thiserror-impl v1.0.69 |
473 | 2025-05-13T20:47:29.613Z | Compiling zerocopy-derive v0.7.35 |
474 | 2025-05-13T20:47:29.613Z | Compiling scroll_derive v0.12.0 |
475 | 2025-05-13T20:47:29.613Z | Compiling thiserror-impl v2.0.12 |
476 | 2025-05-13T20:47:29.613Z | Compiling clap_derive v4.5.32 |
477 | 2025-05-13T20:47:31.102Z | Compiling scroll v0.12.0 |
478 | 2025-05-13T20:47:31.631Z | Compiling zerocopy v0.7.35 |
479 | 2025-05-13T20:47:31.658Z | Compiling goblin v0.8.2 |
480 | 2025-05-13T20:47:32.875Z | Compiling pest v2.7.14 |
481 | 2025-05-13T20:47:33.952Z | Compiling clap v4.5.35 |
482 | 2025-05-13T20:47:35.031Z | Compiling pest_meta v2.7.14 |
483 | 2025-05-13T20:47:35.970Z | Compiling pest_generator v2.7.14 |
484 | 2025-05-13T20:47:37.462Z | Compiling pest_derive v2.7.14 |
485 | 2025-05-13T20:47:38.085Z | Compiling dtrace-parser v0.2.0 |
486 | 2025-05-13T20:47:38.825Z | Compiling serde_spanned v0.6.8 |
487 | 2025-05-13T20:47:38.825Z | Compiling toml_datetime v0.6.8 |
488 | 2025-05-13T20:47:39.112Z | Compiling serde_tokenstream v0.2.2 |
489 | 2025-05-13T20:47:39.140Z | Compiling cargo-platform v0.1.8 |
490 | 2025-05-13T20:47:39.255Z | Compiling toml_edit v0.22.24 |
491 | 2025-05-13T20:47:39.399Z | Compiling camino-tempfile v1.3.0 |
492 | 2025-05-13T20:47:39.587Z | Compiling macaddr v1.0.1 |
493 | 2025-05-13T20:47:40.288Z | Compiling dof v0.3.0 |
494 | 2025-05-13T20:47:40.288Z | Compiling cargo_metadata v0.19.2 |
495 | 2025-05-13T20:47:41.798Z | Compiling usdt-macro v0.5.0 |
496 | 2025-05-13T20:47:41.802Z | Compiling usdt-attr-macro v0.5.0 |
497 | 2025-05-13T20:47:42.158Z | Compiling toml v0.8.20 |
498 | 2025-05-13T20:47:42.954Z | Compiling usdt v0.5.0 |
499 | 2025-05-13T20:47:42.981Z | Compiling cargo_toml v0.21.0 |
500 | 2025-05-13T20:47:45.553Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
501 | 2025-05-13T20:47:48.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.78s |
502 | 2025-05-13T20:47:49.128Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
503 | 2025-05-13T20:47:49.814Z | Downloading crates ... |
504 | 2025-05-13T20:47:49.948Z | Downloaded ascii-canvas v3.0.0 |
505 | 2025-05-13T20:47:49.952Z | Downloaded argon2 v0.5.3 |
506 | 2025-05-13T20:47:49.955Z | Downloaded aead v0.5.2 |
507 | 2025-05-13T20:47:49.955Z | Downloaded adler2 v2.0.0 |
508 | 2025-05-13T20:47:49.958Z | Downloaded arc-swap v1.7.1 |
509 | 2025-05-13T20:47:49.962Z | Downloaded allocator-api2 v0.2.18 |
510 | 2025-05-13T20:47:49.965Z | Downloaded addr2line v0.24.2 |
511 | 2025-05-13T20:47:50.034Z | Downloaded async-bb8-diesel v0.2.1 |
512 | 2025-05-13T20:47:50.042Z | Downloaded bcs v0.1.6 |
513 | 2025-05-13T20:47:50.045Z | Downloaded backoff v0.4.0 |
514 | 2025-05-13T20:47:50.064Z | Downloaded atty v0.2.14 |
515 | 2025-05-13T20:47:50.067Z | Downloaded async-trait v0.1.88 |
516 | 2025-05-13T20:47:50.071Z | Downloaded bit-set v0.5.3 |
517 | 2025-05-13T20:47:50.075Z | Downloaded bcrypt-pbkdf v0.10.0 |
518 | 2025-05-13T20:47:50.075Z | Downloaded base16ct v0.2.0 |
519 | 2025-05-13T20:47:50.078Z | Downloaded atomic-waker v1.1.2 |
520 | 2025-05-13T20:47:50.084Z | Downloaded bitfield v0.14.0 |
521 | 2025-05-13T20:47:50.088Z | Downloaded bzip2 v0.4.4 |
522 | 2025-05-13T20:47:50.096Z | Downloaded atomicwrites v0.4.4 |
523 | 2025-05-13T20:47:50.099Z | Downloaded block-padding v0.3.3 |
524 | 2025-05-13T20:47:50.102Z | Downloaded backtrace v0.3.74 |
525 | 2025-05-13T20:47:50.107Z | Downloaded bitfield-struct v0.6.2 |
526 | 2025-05-13T20:47:50.113Z | Downloaded ciborium v0.2.2 |
527 | 2025-05-13T20:47:50.116Z | Downloaded cfg_aliases v0.1.1 |
528 | 2025-05-13T20:47:50.122Z | Downloaded ciborium-io v0.2.2 |
529 | 2025-05-13T20:47:50.125Z | Downloaded cbc v0.1.2 |
530 | 2025-05-13T20:47:50.155Z | Downloaded base64 v0.13.1 |
531 | 2025-05-13T20:47:50.158Z | Downloaded headers-core v0.3.0 |
532 | 2025-05-13T20:47:50.162Z | Downloaded cfg_aliases v0.2.1 |
533 | 2025-05-13T20:47:50.162Z | Downloaded http-body v1.0.1 |
534 | 2025-05-13T20:47:50.165Z | Downloaded castaway v0.2.3 |
535 | 2025-05-13T20:47:50.165Z | Downloaded cassowary v0.3.0 |
536 | 2025-05-13T20:47:50.169Z | Downloaded hex v0.4.3 |
537 | 2025-05-13T20:47:50.173Z | Downloaded chacha20 v0.9.1 |
538 | 2025-05-13T20:47:50.173Z | Downloaded http-range v0.1.5 |
539 | 2025-05-13T20:47:50.176Z | Downloaded home v0.5.9 |
540 | 2025-05-13T20:47:50.176Z | Downloaded hex-literal v0.4.1 |
541 | 2025-05-13T20:47:50.176Z | Downloaded hubpack_derive v0.1.1 |
542 | 2025-05-13T20:47:50.179Z | Downloaded bzip2 v0.5.2 |
543 | 2025-05-13T20:47:50.182Z | Downloaded ident_case v1.0.1 |
544 | 2025-05-13T20:47:50.182Z | Downloaded async-stream-impl v0.3.6 |
545 | 2025-05-13T20:47:50.182Z | Downloaded bit-set v0.8.0 |
546 | 2025-05-13T20:47:50.185Z | Downloaded icu_provider_macros v1.5.0 |
547 | 2025-05-13T20:47:50.188Z | Downloaded cstr-argument v0.1.2 |
548 | 2025-05-13T20:47:50.188Z | Downloaded crc8 v0.1.1 |
549 | 2025-05-13T20:47:50.190Z | Downloaded instant v0.1.13 |
550 | 2025-05-13T20:47:50.191Z | Downloaded async-recursion v1.1.1 |
551 | 2025-05-13T20:47:50.195Z | Downloaded is_ci v1.2.0 |
552 | 2025-05-13T20:47:50.208Z | Downloaded httpdate v1.0.3 |
553 | 2025-05-13T20:47:50.211Z | Downloaded headers v0.4.0 |
554 | 2025-05-13T20:47:50.215Z | Downloaded convert_case v0.4.0 |
555 | 2025-05-13T20:47:50.218Z | Downloaded match_cfg v0.1.0 |
556 | 2025-05-13T20:47:50.222Z | Downloaded bumpalo v3.16.0 |
557 | 2025-05-13T20:47:50.225Z | Downloaded constant_time_eq v0.3.1 |
558 | 2025-05-13T20:47:50.225Z | Downloaded precomputed-hash v0.1.1 |
559 | 2025-05-13T20:47:50.229Z | Downloaded bit-vec v0.6.3 |
560 | 2025-05-13T20:47:50.229Z | Downloaded cmake v0.1.51 |
561 | 2025-05-13T20:47:50.232Z | Downloaded hyper-tls v0.6.0 |
562 | 2025-05-13T20:47:50.232Z | Downloaded async-stream v0.3.6 |
563 | 2025-05-13T20:47:50.236Z | Downloaded progenitor-macro v0.9.1 |
564 | 2025-05-13T20:47:50.236Z | Downloaded console v0.15.10 |
565 | 2025-05-13T20:47:50.240Z | Downloaded humantime v2.1.0 |
566 | 2025-05-13T20:47:50.244Z | Downloaded hubpack v0.1.2 |
567 | 2025-05-13T20:47:50.244Z | Downloaded crossbeam-deque v0.8.5 |
568 | 2025-05-13T20:47:50.246Z | Downloaded impl-trait-for-tuples v0.2.2 |
569 | 2025-05-13T20:47:50.250Z | Downloaded ipnetwork v0.21.1 |
570 | 2025-05-13T20:47:50.253Z | Downloaded instability v0.3.2 |
571 | 2025-05-13T20:47:50.253Z | Downloaded ingot-types v0.1.0 |
572 | 2025-05-13T20:47:50.256Z | Downloaded bb8 v0.8.5 |
573 | 2025-05-13T20:47:50.259Z | Downloaded linked-hash-map v0.5.6 |
574 | 2025-05-13T20:47:50.259Z | Downloaded const_format_proc_macros v0.2.34 |
575 | 2025-05-13T20:47:50.262Z | Downloaded lru-cache v0.1.2 |
576 | 2025-05-13T20:47:50.265Z | Downloaded highway v1.3.0 |
577 | 2025-05-13T20:47:50.268Z | Downloaded sigpipe v0.1.3 |
578 | 2025-05-13T20:47:50.268Z | Downloaded serde-big-array v0.5.1 |
579 | 2025-05-13T20:47:50.270Z | Downloaded httparse v1.9.5 |
580 | 2025-05-13T20:47:50.273Z | Downloaded maplit v1.0.2 |
581 | 2025-05-13T20:47:50.276Z | Downloaded lzss v0.8.2 |
582 | 2025-05-13T20:47:50.280Z | Downloaded libsw v3.4.0 |
583 | 2025-05-13T20:47:50.280Z | Downloaded kstat-rs v0.2.4 |
584 | 2025-05-13T20:47:50.282Z | Downloaded maybe-uninit v2.0.0 |
585 | 2025-05-13T20:47:50.282Z | Downloaded lru v0.12.5 |
586 | 2025-05-13T20:47:50.289Z | Downloaded ppv-lite86 v0.2.20 |
587 | 2025-05-13T20:47:50.292Z | Downloaded sync-ptr v0.1.1 |
588 | 2025-05-13T20:47:50.292Z | Downloaded lockfree-object-pool v0.1.6 |
589 | 2025-05-13T20:47:50.292Z | Downloaded tower-service v0.3.3 |
590 | 2025-05-13T20:47:50.292Z | Downloaded tinyvec_macros v0.1.1 |
591 | 2025-05-13T20:47:50.295Z | Downloaded lazy_static v1.5.0 |
592 | 2025-05-13T20:47:50.295Z | Downloaded crc32fast v1.4.2 |
593 | 2025-05-13T20:47:50.298Z | Downloaded linear-map v1.2.0 |
594 | 2025-05-13T20:47:50.301Z | Downloaded r2d2 v0.8.10 |
595 | 2025-05-13T20:47:50.304Z | Downloaded ref-cast-impl v1.0.23 |
596 | 2025-05-13T20:47:50.304Z | Downloaded libsw-core v0.3.1 |
597 | 2025-05-13T20:47:50.306Z | Downloaded iana-time-zone v0.1.63 |
598 | 2025-05-13T20:47:50.309Z | Downloaded hyper-rustls v0.27.3 |
599 | 2025-05-13T20:47:50.312Z | Downloaded clang-sys v1.8.1 |
600 | 2025-05-13T20:47:50.315Z | Downloaded lazycell v1.3.0 |
601 | 2025-05-13T20:47:50.318Z | Downloaded const-oid v0.9.6 |
602 | 2025-05-13T20:47:50.321Z | Downloaded ipnet v2.11.0 |
603 | 2025-05-13T20:47:50.324Z | Downloaded icu_locid_transform v1.5.0 |
604 | 2025-05-13T20:47:50.327Z | Downloaded sec1 v0.7.3 |
605 | 2025-05-13T20:47:50.330Z | Downloaded want v0.3.1 |
606 | 2025-05-13T20:47:50.330Z | Downloaded unarray v0.1.4 |
607 | 2025-05-13T20:47:50.333Z | Downloaded smf v0.2.3 |
608 | 2025-05-13T20:47:50.335Z | Downloaded zone_cfg_derive v0.3.0 |
609 | 2025-05-13T20:47:50.335Z | Downloaded write16 v1.0.0 |
610 | 2025-05-13T20:47:50.338Z | Downloaded md-5 v0.10.6 |
611 | 2025-05-13T20:47:50.338Z | Downloaded slog-bunyan v2.5.0 |
612 | 2025-05-13T20:47:50.342Z | Downloaded slog-async v2.8.0 |
613 | 2025-05-13T20:47:50.345Z | Downloaded lock_api v0.4.12 |
614 | 2025-05-13T20:47:50.345Z | Downloaded predicates-core v1.0.8 |
615 | 2025-05-13T20:47:50.348Z | Downloaded diesel_table_macro_syntax v0.2.0 |
616 | 2025-05-13T20:47:50.348Z | Downloaded derive_builder_macro v0.20.2 |
617 | 2025-05-13T20:47:50.348Z | Downloaded libloading v0.8.5 |
618 | 2025-05-13T20:47:50.351Z | Downloaded foreign-types-shared v0.3.1 |
619 | 2025-05-13T20:47:50.354Z | Downloaded tap v1.0.1 |
620 | 2025-05-13T20:47:50.357Z | Downloaded static_assertions v1.1.0 |
621 | 2025-05-13T20:47:50.357Z | Downloaded crc-any v2.5.0 |
622 | 2025-05-13T20:47:50.361Z | Downloaded tls_codec_derive v0.4.1 |
623 | 2025-05-13T20:47:50.363Z | Downloaded tls_codec v0.4.1 |
624 | 2025-05-13T20:47:50.363Z | Downloaded typify-macro v0.3.0 |
625 | 2025-05-13T20:47:50.366Z | Downloaded tui-tree-widget v0.23.0 |
626 | 2025-05-13T20:47:50.369Z | Downloaded stable_deref_trait v1.2.0 |
627 | 2025-05-13T20:47:50.369Z | Downloaded icu_locid v1.5.0 |
628 | 2025-05-13T20:47:50.373Z | Downloaded rand_core v0.9.2 |
629 | 2025-05-13T20:47:50.376Z | Downloaded icu_normalizer_data v1.5.0 |
630 | 2025-05-13T20:47:50.379Z | Downloaded foreign-types-shared v0.1.1 |
631 | 2025-05-13T20:47:50.382Z | Downloaded icu_provider v1.5.0 |
632 | 2025-05-13T20:47:50.386Z | Downloaded md5 v0.7.0 |
633 | 2025-05-13T20:47:50.386Z | Downloaded crossbeam-epoch v0.9.18 |
634 | 2025-05-13T20:47:50.388Z | Downloaded fxhash v0.2.1 |
635 | 2025-05-13T20:47:50.391Z | Downloaded serde_urlencoded v0.7.1 |
636 | 2025-05-13T20:47:50.391Z | Downloaded nodrop v0.1.14 |
637 | 2025-05-13T20:47:50.394Z | Downloaded openssl-probe v0.1.5 |
638 | 2025-05-13T20:47:50.394Z | Downloaded openssl-macros v0.1.1 |
639 | 2025-05-13T20:47:50.397Z | Downloaded unicase v2.7.0 |
640 | 2025-05-13T20:47:50.401Z | Downloaded chacha20poly1305 v0.10.1 |
641 | 2025-05-13T20:47:50.401Z | Downloaded defmt-parser v0.3.4 |
642 | 2025-05-13T20:47:50.404Z | Downloaded wyz v0.5.1 |
643 | 2025-05-13T20:47:50.404Z | Downloaded xattr v1.3.1 |
644 | 2025-05-13T20:47:50.407Z | Downloaded unicode-xid v0.2.6 |
645 | 2025-05-13T20:47:50.410Z | Downloaded defmt-macros v0.3.9 |
646 | 2025-05-13T20:47:50.413Z | Downloaded ctr v0.9.2 |
647 | 2025-05-13T20:47:50.416Z | Downloaded opaque-debug v0.3.1 |
648 | 2025-05-13T20:47:50.416Z | Downloaded embedded-io v0.6.1 |
649 | 2025-05-13T20:47:50.419Z | Downloaded progenitor-client v0.8.0 |
650 | 2025-05-13T20:47:50.419Z | Downloaded pretty-hex v0.2.1 |
651 | 2025-05-13T20:47:50.422Z | Downloaded phf_codegen v0.11.2 |
652 | 2025-05-13T20:47:50.422Z | Downloaded fixedbitset v0.4.2 |
653 | 2025-05-13T20:47:50.425Z | Downloaded russh-cryptovec v0.7.3 |
654 | 2025-05-13T20:47:50.428Z | Downloaded heapless v0.7.17 |
655 | 2025-05-13T20:47:50.431Z | Downloaded foreign-types-macros v0.2.3 |
656 | 2025-05-13T20:47:50.433Z | Downloaded hickory-client v0.24.4 |
657 | 2025-05-13T20:47:50.436Z | Downloaded dsl_auto_type v0.1.2 |
658 | 2025-05-13T20:47:50.439Z | Downloaded progenitor-impl v0.9.1 |
659 | 2025-05-13T20:47:50.442Z | Downloaded icu_properties v1.5.1 |
660 | 2025-05-13T20:47:50.445Z | Downloaded term v0.7.0 |
661 | 2025-05-13T20:47:50.449Z | Downloaded ena v0.14.3 |
662 | 2025-05-13T20:47:50.452Z | Downloaded const_format v0.2.34 |
663 | 2025-05-13T20:47:50.455Z | Downloaded nanorand v0.7.0 |
664 | 2025-05-13T20:47:50.457Z | Downloaded base64 v0.21.7 |
665 | 2025-05-13T20:47:50.461Z | Downloaded gethostname v0.5.0 |
666 | 2025-05-13T20:47:50.464Z | Downloaded num-iter v0.1.45 |
667 | 2025-05-13T20:47:50.468Z | Downloaded slog-envlogger v2.2.0 |
668 | 2025-05-13T20:47:50.469Z | Downloaded xshell v0.2.7 |
669 | 2025-05-13T20:47:50.471Z | Downloaded strip-ansi-escapes v0.2.0 |
670 | 2025-05-13T20:47:50.471Z | Downloaded waitgroup v0.1.2 |
671 | 2025-05-13T20:47:50.474Z | Downloaded signal-hook v0.3.17 |
672 | 2025-05-13T20:47:50.477Z | Downloaded take_mut v0.2.2 |
673 | 2025-05-13T20:47:50.480Z | Downloaded try-lock v0.2.5 |
674 | 2025-05-13T20:47:50.480Z | Downloaded termtree v0.5.1 |
675 | 2025-05-13T20:47:50.483Z | Downloaded litrs v0.4.1 |
676 | 2025-05-13T20:47:50.487Z | Downloaded peg v0.8.5 |
677 | 2025-05-13T20:47:50.490Z | Downloaded powerfmt v0.2.0 |
678 | 2025-05-13T20:47:50.490Z | Downloaded phf_shared v0.11.2 |
679 | 2025-05-13T20:47:50.493Z | Downloaded rand_chacha v0.9.0 |
680 | 2025-05-13T20:47:50.498Z | Downloaded pkg-config v0.3.31 |
681 | 2025-05-13T20:47:50.498Z | Downloaded ed25519 v2.2.3 |
682 | 2025-05-13T20:47:50.498Z | Downloaded hickory-resolver v0.24.4 |
683 | 2025-05-13T20:47:50.502Z | Downloaded vte_generate_state_changes v0.1.2 |
684 | 2025-05-13T20:47:50.505Z | Downloaded rustversion v1.0.17 |
685 | 2025-05-13T20:47:50.508Z | Downloaded indexmap v1.9.3 |
686 | 2025-05-13T20:47:50.511Z | Downloaded unicode-properties v0.1.3 |
687 | 2025-05-13T20:47:50.514Z | Downloaded crypto-bigint v0.5.5 |
688 | 2025-05-13T20:47:50.521Z | Downloaded scopeguard v1.2.0 |
689 | 2025-05-13T20:47:50.523Z | Downloaded endian-type v0.1.2 |
690 | 2025-05-13T20:47:50.523Z | Downloaded native-tls v0.2.12 |
691 | 2025-05-13T20:47:50.526Z | Downloaded enum-as-inner v0.6.1 |
692 | 2025-05-13T20:47:50.529Z | Downloaded icu_collections v1.5.0 |
693 | 2025-05-13T20:47:50.535Z | Downloaded spki v0.7.3 |
694 | 2025-05-13T20:47:50.538Z | Downloaded slog-json v2.6.1 |
695 | 2025-05-13T20:47:50.541Z | Downloaded topological-sort v0.2.2 |
696 | 2025-05-13T20:47:50.541Z | Downloaded thiserror-impl-no-std v2.0.2 |
697 | 2025-05-13T20:47:50.544Z | Downloaded oso-derive v0.27.3 |
698 | 2025-05-13T20:47:50.546Z | Downloaded newline-converter v0.3.0 |
699 | 2025-05-13T20:47:50.546Z | Downloaded new_debug_unreachable v1.0.6 |
700 | 2025-05-13T20:47:50.549Z | Downloaded path-slash v0.1.5 |
701 | 2025-05-13T20:47:50.549Z | Downloaded tar v0.4.44 |
702 | 2025-05-13T20:47:50.554Z | Downloaded wait-timeout v0.2.0 |
703 | 2025-05-13T20:47:50.557Z | Downloaded termios v0.3.3 |
704 | 2025-05-13T20:47:50.558Z | Downloaded jiff-static v0.2.13 |
705 | 2025-05-13T20:47:50.560Z | Downloaded termcolor v1.4.1 |
706 | 2025-05-13T20:47:50.563Z | Downloaded same-file v1.0.6 |
707 | 2025-05-13T20:47:50.566Z | Downloaded socket2 v0.5.9 |
708 | 2025-05-13T20:47:50.566Z | Downloaded parse-size v1.1.0 |
709 | 2025-05-13T20:47:50.569Z | Downloaded slog-dtrace v0.3.0 |
710 | 2025-05-13T20:47:50.572Z | Downloaded zone v0.3.1 |
711 | 2025-05-13T20:47:50.572Z | Downloaded defmt v0.3.8 |
712 | 2025-05-13T20:47:50.575Z | Downloaded hickory-server v0.24.4 |
713 | 2025-05-13T20:47:50.582Z | Downloaded display-error-chain v0.2.2 |
714 | 2025-05-13T20:47:50.586Z | Downloaded crossbeam-channel v0.5.15 |
715 | 2025-05-13T20:47:50.589Z | Downloaded http v1.2.0 |
716 | 2025-05-13T20:47:50.592Z | Downloaded tungstenite v0.23.0 |
717 | 2025-05-13T20:47:50.597Z | Downloaded group v0.13.0 |
718 | 2025-05-13T20:47:50.600Z | Downloaded strum v0.26.3 |
719 | 2025-05-13T20:47:50.603Z | Downloaded rpassword v7.3.1 |
720 | 2025-05-13T20:47:50.603Z | Downloaded spin v0.9.8 |
721 | 2025-05-13T20:47:50.605Z | Downloaded glob v0.3.2 |
722 | 2025-05-13T20:47:50.608Z | Downloaded num-traits v0.2.19 |
723 | 2025-05-13T20:47:50.611Z | Downloaded stringprep v0.1.5 |
724 | 2025-05-13T20:47:50.614Z | Downloaded structmeta-derive v0.3.0 |
725 | 2025-05-13T20:47:50.617Z | Downloaded packed_struct_codegen v0.10.1 |
726 | 2025-05-13T20:47:50.617Z | Downloaded time-core v0.1.2 |
727 | 2025-05-13T20:47:50.620Z | Downloaded thread_local v1.1.8 |
728 | 2025-05-13T20:47:50.620Z | Downloaded shell-words v1.1.0 |
729 | 2025-05-13T20:47:50.622Z | Downloaded newtype-uuid v1.2.1 |
730 | 2025-05-13T20:47:50.625Z | Downloaded tokio-stream v0.1.17 |
731 | 2025-05-13T20:47:50.628Z | Downloaded pbkdf2 v0.12.2 |
732 | 2025-05-13T20:47:50.631Z | Downloaded walkdir v2.5.0 |
733 | 2025-05-13T20:47:50.633Z | Downloaded postgres-types v0.2.9 |
734 | 2025-05-13T20:47:50.637Z | Downloaded russh-keys v0.45.0 |
735 | 2025-05-13T20:47:50.640Z | Downloaded zone_cfg_derive v0.1.2 |
736 | 2025-05-13T20:47:50.640Z | Downloaded tower-layer v0.3.3 |
737 | 2025-05-13T20:47:50.643Z | Downloaded zerofrom v0.1.4 |
738 | 2025-05-13T20:47:50.643Z | Downloaded unicode-bidi v0.3.17 |
739 | 2025-05-13T20:47:50.646Z | Downloaded bindgen v0.69.5 |
740 | 2025-05-13T20:47:50.653Z | Downloaded postgres-protocol v0.6.8 |
741 | 2025-05-13T20:47:50.656Z | Downloaded scrypt v0.11.0 |
742 | 2025-05-13T20:47:50.660Z | Downloaded rtoolbox v0.0.2 |
743 | 2025-05-13T20:47:50.663Z | Downloaded slab v0.4.9 |
744 | 2025-05-13T20:47:50.664Z | Downloaded psl-types v2.0.11 |
745 | 2025-05-13T20:47:50.666Z | Downloaded flume v0.11.1 |
746 | 2025-05-13T20:47:50.669Z | Downloaded darling_macro v0.20.10 |
747 | 2025-05-13T20:47:50.674Z | Downloaded structmeta v0.3.0 |
748 | 2025-05-13T20:47:50.674Z | Downloaded string_cache v0.8.9 |
749 | 2025-05-13T20:47:50.679Z | Downloaded rand_seeder v0.3.0 |
750 | 2025-05-13T20:47:50.679Z | Downloaded subprocess v0.2.9 |
751 | 2025-05-13T20:47:50.682Z | Downloaded num_threads v0.1.7 |
752 | 2025-05-13T20:47:50.682Z | Downloaded multer v3.1.0 |
753 | 2025-05-13T20:47:50.685Z | Downloaded peg-runtime v0.8.5 |
754 | 2025-05-13T20:47:50.685Z | Downloaded darling_core v0.20.10 |
755 | 2025-05-13T20:47:50.689Z | Downloaded utf-8 v0.7.6 |
756 | 2025-05-13T20:47:50.695Z | Downloaded smallvec v0.6.14 |
757 | 2025-05-13T20:47:50.697Z | Downloaded pbkdf2 v0.11.0 |
758 | 2025-05-13T20:47:50.697Z | Downloaded rcgen v0.12.1 |
759 | 2025-05-13T20:47:50.700Z | Downloaded untrusted v0.7.1 |
760 | 2025-05-13T20:47:50.703Z | Downloaded vergen v8.3.2 |
761 | 2025-05-13T20:47:50.706Z | Downloaded derive_builder_core v0.20.2 |
762 | 2025-05-13T20:47:50.709Z | Downloaded zerofrom-derive v0.1.4 |
763 | 2025-05-13T20:47:50.715Z | Downloaded vsss-rs v3.3.4 |
764 | 2025-05-13T20:47:50.717Z | Downloaded progenitor-client v0.9.1 |
765 | 2025-05-13T20:47:50.717Z | Downloaded pkcs1 v0.7.5 |
766 | 2025-05-13T20:47:50.718Z | Downloaded data-encoding v2.6.0 |
767 | 2025-05-13T20:47:50.721Z | Downloaded blake3 v1.5.4 |
768 | 2025-05-13T20:47:50.727Z | Downloaded deranged v0.3.11 |
769 | 2025-05-13T20:47:50.730Z | Downloaded signal-hook-tokio v0.3.1 |
770 | 2025-05-13T20:47:50.733Z | Downloaded futures-sink v0.3.31 |
771 | 2025-05-13T20:47:50.733Z | Downloaded globset v0.4.15 |
772 | 2025-05-13T20:47:50.736Z | Downloaded postcard v1.0.10 |
773 | 2025-05-13T20:47:50.738Z | Downloaded futures-macro v0.3.31 |
774 | 2025-05-13T20:47:50.741Z | Downloaded memoffset v0.9.1 |
775 | 2025-05-13T20:47:50.741Z | Downloaded tabled_derive v0.10.0 |
776 | 2025-05-13T20:47:50.744Z | Downloaded num v0.4.3 |
777 | 2025-05-13T20:47:50.747Z | Downloaded pem v3.0.5 |
778 | 2025-05-13T20:47:50.749Z | Downloaded pem-rfc7468 v0.7.0 |
779 | 2025-05-13T20:47:50.749Z | Downloaded tokio-rustls v0.25.0 |
780 | 2025-05-13T20:47:50.752Z | Downloaded smallvec v1.14.0 |
781 | 2025-05-13T20:47:50.755Z | Downloaded futures v0.3.31 |
782 | 2025-05-13T20:47:50.760Z | Downloaded rayon-core v1.12.1 |
783 | 2025-05-13T20:47:50.765Z | Downloaded xshell-macros v0.2.7 |
784 | 2025-05-13T20:47:50.769Z | Downloaded aes v0.8.4 |
785 | 2025-05-13T20:47:50.772Z | Downloaded yasna v0.5.2 |
786 | 2025-05-13T20:47:50.775Z | Downloaded quinn v0.11.5 |
787 | 2025-05-13T20:47:50.778Z | Downloaded number_prefix v0.4.0 |
788 | 2025-05-13T20:47:50.780Z | Downloaded polyval v0.6.2 |
789 | 2025-05-13T20:47:50.780Z | Downloaded vte v0.11.1 |
790 | 2025-05-13T20:47:50.784Z | Downloaded itertools v0.12.1 |
791 | 2025-05-13T20:47:50.791Z | Downloaded flagset v0.4.6 |
792 | 2025-05-13T20:47:50.794Z | Downloaded derive-where v1.2.7 |
793 | 2025-05-13T20:47:50.797Z | Downloaded der_derive v0.7.3 |
794 | 2025-05-13T20:47:50.800Z | Downloaded rustls-pemfile v1.0.4 |
795 | 2025-05-13T20:47:50.803Z | Downloaded percent-encoding v2.3.1 |
796 | 2025-05-13T20:47:50.803Z | Downloaded signal-hook-mio v0.2.4 |
797 | 2025-05-13T20:47:50.806Z | Downloaded synstructure v0.13.1 |
798 | 2025-05-13T20:47:50.811Z | Downloaded strum_macros v0.25.3 |
799 | 2025-05-13T20:47:50.814Z | Downloaded nu-ansi-term v0.50.1 |
800 | 2025-05-13T20:47:50.814Z | Downloaded fixedbitset v0.5.7 |
801 | 2025-05-13T20:47:50.819Z | Downloaded thiserror-no-std v2.0.2 |
802 | 2025-05-13T20:47:50.821Z | Downloaded serde_cbor v0.11.2 |
803 | 2025-05-13T20:47:50.825Z | Downloaded memmap2 v0.9.5 |
804 | 2025-05-13T20:47:50.827Z | Downloaded oso v0.27.3 |
805 | 2025-05-13T20:47:50.830Z | Downloaded unsafe-libyaml v0.2.11 |
806 | 2025-05-13T20:47:50.833Z | Downloaded xz2 v0.1.7 |
807 | 2025-05-13T20:47:50.836Z | Downloaded mime v0.3.17 |
808 | 2025-05-13T20:47:50.839Z | Downloaded unicode-normalization v0.1.24 |
809 | 2025-05-13T20:47:50.842Z | Downloaded hash32 v0.3.1 |
810 | 2025-05-13T20:47:50.845Z | Downloaded void v1.0.2 |
811 | 2025-05-13T20:47:50.848Z | Downloaded hyper v1.6.0 |
812 | 2025-05-13T20:47:50.854Z | Downloaded num_enum_derive v0.5.11 |
813 | 2025-05-13T20:47:50.859Z | Downloaded dyn-clone v1.0.19 |
814 | 2025-05-13T20:47:50.859Z | Downloaded hash32 v0.2.1 |
815 | 2025-05-13T20:47:50.862Z | Downloaded num_enum v0.5.11 |
816 | 2025-05-13T20:47:50.866Z | Downloaded proc-macro-crate v1.3.1 |
817 | 2025-05-13T20:47:50.869Z | Downloaded paste v1.0.15 |
818 | 2025-05-13T20:47:50.869Z | Downloaded normalize-line-endings v0.3.0 |
819 | 2025-05-13T20:47:50.872Z | Downloaded quinn-udp v0.5.5 |
820 | 2025-05-13T20:47:50.875Z | Downloaded progenitor v0.9.1 |
821 | 2025-05-13T20:47:50.875Z | Downloaded sha1 v0.10.6 |
822 | 2025-05-13T20:47:50.878Z | Downloaded serde_path_to_error v0.1.16 |
823 | 2025-05-13T20:47:50.881Z | Downloaded whoami v1.5.2 |
824 | 2025-05-13T20:47:50.884Z | Downloaded itertools v0.13.0 |
825 | 2025-05-13T20:47:50.889Z | Downloaded sync_wrapper v1.0.1 |
826 | 2025-05-13T20:47:50.892Z | Downloaded hkdf v0.12.4 |
827 | 2025-05-13T20:47:50.895Z | Downloaded mime_guess v2.0.5 |
828 | 2025-05-13T20:47:50.898Z | Downloaded ecdsa v0.16.9 |
829 | 2025-05-13T20:47:50.901Z | Downloaded zstd-safe v7.2.3 |
830 | 2025-05-13T20:47:50.901Z | Downloaded which v4.4.2 |
831 | 2025-05-13T20:47:50.904Z | Downloaded foreign-types v0.3.2 |
832 | 2025-05-13T20:47:50.906Z | Downloaded libm v0.2.8 |
833 | 2025-05-13T20:47:50.913Z | Downloaded dunce v1.0.5 |
834 | 2025-05-13T20:47:50.916Z | Downloaded bitvec v1.0.1 |
835 | 2025-05-13T20:47:50.929Z | Downloaded nibble_vec v0.1.0 |
836 | 2025-05-13T20:47:50.933Z | Downloaded siphasher v0.3.11 |
837 | 2025-05-13T20:47:50.936Z | Downloaded resolv-conf v0.7.0 |
838 | 2025-05-13T20:47:50.936Z | Downloaded tracing-attributes v0.1.27 |
839 | 2025-05-13T20:47:50.940Z | Downloaded simd-adler32 v0.3.7 |
840 | 2025-05-13T20:47:50.943Z | Downloaded subtle v2.6.1 |
841 | 2025-05-13T20:47:50.943Z | Downloaded rfc6979 v0.4.0 |
842 | 2025-05-13T20:47:50.943Z | Downloaded serde-hex v0.1.0 |
843 | 2025-05-13T20:47:50.946Z | Downloaded rustls-pemfile v2.2.0 |
844 | 2025-05-13T20:47:50.948Z | Downloaded mio v1.0.2 |
845 | 2025-05-13T20:47:50.953Z | Downloaded pin-project-lite v0.2.14 |
846 | 2025-05-13T20:47:50.958Z | Downloaded zeroize_derive v1.4.2 |
847 | 2025-05-13T20:47:50.961Z | Downloaded zeroize v1.8.1 |
848 | 2025-05-13T20:47:50.964Z | Downloaded slog-stdlog v4.1.1 |
849 | 2025-05-13T20:47:50.965Z | Downloaded slog-scope v4.4.0 |
850 | 2025-05-13T20:47:50.968Z | Downloaded yoke-derive v0.7.4 |
851 | 2025-05-13T20:47:50.968Z | Downloaded secrecy v0.10.3 |
852 | 2025-05-13T20:47:50.973Z | Downloaded tracing v0.1.40 |
853 | 2025-05-13T20:47:50.977Z | Downloaded zone v0.1.8 |
854 | 2025-05-13T20:47:50.978Z | Downloaded owo-colors v4.2.0 |
855 | 2025-05-13T20:47:50.985Z | Downloaded ghash v0.5.1 |
856 | 2025-05-13T20:47:50.985Z | Downloaded curve25519-dalek-derive v0.1.1 |
857 | 2025-05-13T20:47:50.985Z | Downloaded flate2 v1.1.1 |
858 | 2025-05-13T20:47:50.988Z | Downloaded rand_xorshift v0.3.0 |
859 | 2025-05-13T20:47:50.988Z | Downloaded form_urlencoded v1.2.1 |
860 | 2025-05-13T20:47:50.988Z | Downloaded parking_lot v0.11.2 |
861 | 2025-05-13T20:47:50.992Z | Downloaded utf16_iter v1.0.5 |
862 | 2025-05-13T20:47:50.995Z | Downloaded pkcs5 v0.7.1 |
863 | 2025-05-13T20:47:50.997Z | Downloaded password-hash v0.4.2 |
864 | 2025-05-13T20:47:51.001Z | Downloaded ed25519-dalek v2.1.1 |
865 | 2025-05-13T20:47:51.004Z | Downloaded olpc-cjson v0.1.4 |
866 | 2025-05-13T20:47:51.004Z | Downloaded rustc_version v0.1.7 |
867 | 2025-05-13T20:47:51.007Z | Downloaded universal-hash v0.5.1 |
868 | 2025-05-13T20:47:51.007Z | Downloaded typify-macro v0.2.0 |
869 | 2025-05-13T20:47:51.007Z | Downloaded rsa v0.9.6 |
870 | 2025-05-13T20:47:51.012Z | Downloaded num-complex v0.4.6 |
871 | 2025-05-13T20:47:51.016Z | Downloaded serde_with v3.12.0 |
872 | 2025-05-13T20:47:51.023Z | Downloaded phf v0.11.2 |
873 | 2025-05-13T20:47:51.031Z | Downloaded newtype_derive v0.1.6 |
874 | 2025-05-13T20:47:51.035Z | Downloaded num-conv v0.1.0 |
875 | 2025-05-13T20:47:51.035Z | Downloaded fatfs v0.3.6 |
876 | 2025-05-13T20:47:51.035Z | Downloaded serde_plain v1.0.2 |
877 | 2025-05-13T20:47:51.035Z | Downloaded sqlparser_derive v0.2.2 |
878 | 2025-05-13T20:47:51.035Z | Downloaded tiny-keccak v2.0.2 |
879 | 2025-05-13T20:47:51.038Z | Downloaded ff v0.13.0 |
880 | 2025-05-13T20:47:51.038Z | Downloaded fallible-iterator v0.2.0 |
881 | 2025-05-13T20:47:51.041Z | Downloaded value-bag v1.9.0 |
882 | 2025-05-13T20:47:51.044Z | Downloaded typify v0.2.0 |
883 | 2025-05-13T20:47:51.047Z | Downloaded tokio-rustls v0.26.0 |
884 | 2025-05-13T20:47:51.050Z | Downloaded rand_chacha v0.3.1 |
885 | 2025-05-13T20:47:51.053Z | Downloaded progenitor v0.8.0 |
886 | 2025-05-13T20:47:51.053Z | Downloaded rustc-hash v1.1.0 |
887 | 2025-05-13T20:47:51.053Z | Downloaded tracing-core v0.1.32 |
888 | 2025-05-13T20:47:51.056Z | Downloaded getrandom v0.2.15 |
889 | 2025-05-13T20:47:51.059Z | Downloaded salsa20 v0.10.2 |
890 | 2025-05-13T20:47:51.065Z | Downloaded proc-macro-error-attr2 v2.0.0 |
891 | 2025-05-13T20:47:51.065Z | Downloaded winnow v0.5.40 |
892 | 2025-05-13T20:47:51.071Z | Downloaded strum_macros v0.24.3 |
893 | 2025-05-13T20:47:51.074Z | Downloaded aws-lc-rs v1.12.4 |
894 | 2025-05-13T20:47:51.082Z | Downloaded num-derive v0.3.3 |
895 | 2025-05-13T20:47:51.085Z | Downloaded uzers v0.12.1 |
896 | 2025-05-13T20:47:51.088Z | Downloaded tokio-tungstenite v0.21.0 |
897 | 2025-05-13T20:47:51.091Z | Downloaded pin-project-internal v1.1.6 |
898 | 2025-05-13T20:47:51.091Z | Downloaded yoke v0.7.4 |
899 | 2025-05-13T20:47:51.094Z | Downloaded foldhash v0.1.3 |
900 | 2025-05-13T20:47:51.098Z | Downloaded sqlformat v0.3.5 |
901 | 2025-05-13T20:47:51.098Z | Downloaded num-integer v0.1.46 |
902 | 2025-05-13T20:47:51.101Z | Downloaded num-derive v0.4.2 |
903 | 2025-05-13T20:47:51.101Z | Downloaded sct v0.7.1 |
904 | 2025-05-13T20:47:51.105Z | Downloaded proc-macro-error2 v2.0.1 |
905 | 2025-05-13T20:47:51.109Z | Downloaded parking_lot v0.12.3 |
906 | 2025-05-13T20:47:51.112Z | Downloaded oxnet v0.1.1 |
907 | 2025-05-13T20:47:51.112Z | Downloaded document-features v0.2.10 |
908 | 2025-05-13T20:47:51.115Z | Downloaded time-macros v0.2.18 |
909 | 2025-05-13T20:47:51.115Z | Downloaded derive_builder v0.20.2 |
910 | 2025-05-13T20:47:51.121Z | Downloaded zstd v0.13.3 |
911 | 2025-05-13T20:47:51.124Z | Downloaded zerocopy v0.6.6 |
912 | 2025-05-13T20:47:51.127Z | Downloaded getrandom v0.3.1 |
913 | 2025-05-13T20:47:51.130Z | Downloaded rayon v1.10.0 |
914 | 2025-05-13T20:47:51.138Z | Downloaded snafu v0.8.5 |
915 | 2025-05-13T20:47:51.144Z | Downloaded env_logger v0.11.5 |
916 | 2025-05-13T20:47:51.149Z | Downloaded qorb v0.3.1 |
917 | 2025-05-13T20:47:51.152Z | Downloaded secrecy v0.8.0 |
918 | 2025-05-13T20:47:51.155Z | Downloaded pin-project v1.1.6 |
919 | 2025-05-13T20:47:51.166Z | Downloaded p256 v0.13.2 |
920 | 2025-05-13T20:47:51.169Z | Downloaded des v0.8.1 |
921 | 2025-05-13T20:47:51.172Z | Downloaded futures-util v0.3.31 |
922 | 2025-05-13T20:47:51.182Z | Downloaded icu_properties_data v1.5.0 |
923 | 2025-05-13T20:47:51.194Z | Downloaded parse-zoneinfo v0.3.1 |
924 | 2025-05-13T20:47:51.196Z | Downloaded chrono v0.4.40 |
925 | 2025-05-13T20:47:51.204Z | Downloaded half v2.4.1 |
926 | 2025-05-13T20:47:51.207Z | Downloaded toml_edit v0.19.15 |
927 | 2025-05-13T20:47:51.224Z | Downloaded uuid v1.16.0 |
928 | 2025-05-13T20:47:51.227Z | Downloaded zopfli v0.8.1 |
929 | 2025-05-13T20:47:51.230Z | Downloaded yansi v1.0.1 |
930 | 2025-05-13T20:47:51.233Z | Downloaded tinystr v0.7.6 |
931 | 2025-05-13T20:47:51.236Z | Downloaded rand v0.8.5 |
932 | 2025-05-13T20:47:51.238Z | Downloaded zerovec-derive v0.10.3 |
933 | 2025-05-13T20:47:51.241Z | Downloaded poly1305 v0.8.0 |
934 | 2025-05-13T20:47:51.244Z | Downloaded typed-path v0.9.3 |
935 | 2025-05-13T20:47:51.249Z | Downloaded expectorate v1.2.0 |
936 | 2025-05-13T20:47:51.252Z | Downloaded steno v0.4.1 |
937 | 2025-05-13T20:47:51.257Z | Downloaded portable-atomic v1.11.0 |
938 | 2025-05-13T20:47:51.263Z | Downloaded regex v1.11.1 |
939 | 2025-05-13T20:47:51.278Z | Downloaded lalrpop v0.19.12 |
940 | 2025-05-13T20:47:51.289Z | Downloaded quinn-proto v0.11.8 |
941 | 2025-05-13T20:47:51.297Z | Downloaded tower v0.5.2 |
942 | 2025-05-13T20:47:51.304Z | Downloaded dropshot_endpoint v0.16.0 |
943 | 2025-05-13T20:47:51.308Z | Downloaded tough v0.20.0 |
944 | 2025-05-13T20:47:51.775Z | Downloaded tokio-postgres v0.7.13 |
945 | 2025-05-13T20:47:51.780Z | Downloaded zerovec v0.10.4 |
946 | 2025-05-13T20:47:51.780Z | Downloaded quick-xml v0.37.2 |
947 | 2025-05-13T20:47:51.780Z | Downloaded p521 v0.13.3 |
948 | 2025-05-13T20:47:51.780Z | Downloaded nom v7.1.3 |
949 | 2025-05-13T20:47:51.780Z | Downloaded zerocopy v0.8.25 |
950 | 2025-05-13T20:47:51.780Z | Downloaded rustls-webpki v0.101.7 |
951 | 2025-05-13T20:47:51.780Z | Downloaded polar-core v0.27.3 |
952 | 2025-05-13T20:47:51.780Z | Downloaded salty v0.3.0 |
953 | 2025-05-13T20:47:51.780Z | Downloaded regex-syntax v0.6.29 |
954 | 2025-05-13T20:47:51.780Z | Downloaded rustls-webpki v0.102.8 |
955 | 2025-05-13T20:47:51.780Z | Downloaded vcpkg v0.2.15 |
956 | 2025-05-13T20:47:51.780Z | Downloaded rustls v0.21.12 |
957 | 2025-05-13T20:47:51.780Z | Downloaded sqlparser v0.45.0 |
958 | 2025-05-13T20:47:51.781Z | Downloaded nix v0.27.1 |
959 | 2025-05-13T20:47:51.781Z | Downloaded proptest v1.6.0 |
960 | 2025-05-13T20:47:51.781Z | Downloaded webpki-roots v0.26.6 |
961 | 2025-05-13T20:47:51.781Z | Downloaded openapiv3 v2.0.0 |
962 | 2025-05-13T20:47:51.781Z | Downloaded openssl v0.10.72 |
963 | 2025-05-13T20:47:51.781Z | Downloaded smoltcp v0.9.1 |
964 | 2025-05-13T20:47:51.781Z | Downloaded smoltcp v0.11.0 |
965 | 2025-05-13T20:47:51.781Z | Downloaded rustls v0.23.19 |
966 | 2025-05-13T20:47:51.781Z | Downloaded unicode-width v0.2.0 |
967 | 2025-05-13T20:47:51.781Z | Downloaded h2 v0.4.6 |
968 | 2025-05-13T20:47:51.781Z | Downloaded regress v0.10.3 |
969 | 2025-05-13T20:47:51.781Z | Downloaded petname v2.0.2 |
970 | 2025-05-13T20:47:51.781Z | Downloaded nix v0.28.0 |
971 | 2025-05-13T20:47:51.781Z | Downloaded git2 v0.19.0 |
972 | 2025-05-13T20:47:51.781Z | Downloaded tabled v0.18.0 |
973 | 2025-05-13T20:47:51.781Z | Downloaded ratatui v0.29.0 |
974 | 2025-05-13T20:47:51.781Z | Downloaded nix v0.29.0 |
975 | 2025-05-13T20:47:51.781Z | Downloaded p384 v0.13.0 |
976 | 2025-05-13T20:47:51.781Z | Downloaded regex-automata v0.4.8 |
977 | 2025-05-13T20:47:51.781Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
978 | 2025-05-13T20:47:51.781Z | Downloaded sled v0.34.7 |
979 | 2025-05-13T20:47:51.781Z | Downloaded object v0.30.4 |
980 | 2025-05-13T20:47:51.781Z | Downloaded gimli v0.31.1 |
981 | 2025-05-13T20:47:51.781Z | Downloaded hickory-proto v0.24.4 |
982 | 2025-05-13T20:47:51.809Z | Downloaded radix_trie v0.2.1 |
983 | 2025-05-13T20:47:51.815Z | Downloaded curve25519-dalek v4.1.3 |
984 | 2025-05-13T20:47:51.815Z | Downloaded rustls v0.22.4 |
985 | 2025-05-13T20:47:51.822Z | Downloaded object v0.36.5 |
986 | 2025-05-13T20:47:51.830Z | Downloaded diesel v2.2.10 |
987 | 2025-05-13T20:47:51.850Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
988 | 2025-05-13T20:47:51.869Z | Downloaded dropshot v0.16.0 |
989 | 2025-05-13T20:47:51.892Z | Downloaded regex-syntax v0.8.5 |
990 | 2025-05-13T20:47:51.899Z | Downloaded chrono-tz v0.10.3 |
991 | 2025-05-13T20:47:51.906Z | Downloaded bstr v1.10.0 |
992 | 2025-05-13T20:47:51.918Z | Downloaded num-bigint-dig v0.8.4 |
993 | 2025-05-13T20:47:51.923Z | Downloaded winnow v0.6.26 |
994 | 2025-05-13T20:47:51.930Z | Downloaded typify-impl v0.2.0 |
995 | 2025-05-13T20:47:51.945Z | Downloaded tokio-tungstenite v0.23.1 |
996 | 2025-05-13T20:47:51.947Z | Downloaded sha3 v0.10.8 |
997 | 2025-05-13T20:47:51.950Z | Downloaded zerocopy-derive v0.6.6 |
998 | 2025-05-13T20:47:51.960Z | Downloaded typify-impl v0.3.0 |
999 | 2025-05-13T20:47:51.974Z | Downloaded primeorder v0.13.6 |
1000 | 2025-05-13T20:47:51.977Z | Downloaded pkcs8 v0.10.2 |
1001 | 2025-05-13T20:47:51.980Z | Downloaded parking_lot_core v0.9.10 |
1002 | 2025-05-13T20:47:51.983Z | Downloaded num-bigint v0.4.6 |
1003 | 2025-05-13T20:47:51.986Z | Downloaded dirs-next v2.0.0 |
1004 | 2025-05-13T20:47:51.986Z | Downloaded env_logger v0.10.2 |
1005 | 2025-05-13T20:47:51.990Z | Downloaded zip v0.6.6 |
1006 | 2025-05-13T20:47:51.992Z | Downloaded reedline v0.38.0 |
1007 | 2025-05-13T20:47:51.999Z | Downloaded der v0.7.9 |
1008 | 2025-05-13T20:47:52.004Z | Downloaded hashbrown v0.13.2 |
1009 | 2025-05-13T20:47:52.008Z | Downloaded aho-corasick v1.1.3 |
1010 | 2025-05-13T20:47:52.014Z | Downloaded idna v1.0.3 |
1011 | 2025-05-13T20:47:52.018Z | Downloaded minimal-lexical v0.2.1 |
1012 | 2025-05-13T20:47:52.022Z | Downloaded russh v0.45.0 |
1013 | 2025-05-13T20:47:52.028Z | Downloaded bindgen v0.71.1 |
1014 | 2025-05-13T20:47:52.035Z | Downloaded float-ord v0.3.2 |
1015 | 2025-05-13T20:47:52.038Z | Downloaded float-cmp v0.10.0 |
1016 | 2025-05-13T20:47:52.038Z | Downloaded jiff v0.2.13 |
1017 | 2025-05-13T20:47:52.054Z | Downloaded progenitor-impl v0.8.0 |
1018 | 2025-05-13T20:47:52.058Z | Downloaded lzma-sys v0.1.20 |
1019 | 2025-05-13T20:47:52.085Z | Downloaded parking_lot_core v0.8.6 |
1020 | 2025-05-13T20:47:52.088Z | Downloaded dirs-sys-next v0.1.2 |
1021 | 2025-05-13T20:47:52.091Z | Downloaded fs_extra v1.3.0 |
1022 | 2025-05-13T20:47:52.091Z | Downloaded utf8_iter v1.0.4 |
1023 | 2025-05-13T20:47:52.094Z | Downloaded tokio-macros v2.5.0 |
1024 | 2025-05-13T20:47:52.094Z | Downloaded tokio-native-tls v0.3.1 |
1025 | 2025-05-13T20:47:52.094Z | Downloaded support-bundle-viewer v0.1.0 |
1026 | 2025-05-13T20:47:52.098Z | Downloaded hashbrown v0.12.3 |
1027 | 2025-05-13T20:47:52.103Z | Downloaded x509-cert v0.2.5 |
1028 | 2025-05-13T20:47:52.106Z | Downloaded twox-hash v2.1.0 |
1029 | 2025-05-13T20:47:52.109Z | Downloaded semver v0.1.20 |
1030 | 2025-05-13T20:47:52.109Z | Downloaded itertools v0.14.0 |
1031 | 2025-05-13T20:47:52.115Z | Downloaded quick-error v1.2.3 |
1032 | 2025-05-13T20:47:52.118Z | Downloaded libz-sys v1.1.20 |
1033 | 2025-05-13T20:47:52.137Z | Downloaded petgraph v0.6.5 |
1034 | 2025-05-13T20:47:52.153Z | Downloaded csv v1.3.1 |
1035 | 2025-05-13T20:47:52.174Z | Downloaded rustyline v14.0.0 |
1036 | 2025-05-13T20:47:52.179Z | Downloaded fs-err v2.11.0 |
1037 | 2025-05-13T20:47:52.182Z | Downloaded fd-lock v4.0.2 |
1038 | 2025-05-13T20:47:52.185Z | Downloaded samael v0.0.18 |
1039 | 2025-05-13T20:47:52.189Z | Downloaded funty v2.0.0 |
1040 | 2025-05-13T20:47:52.192Z | Downloaded diesel-dtrace v0.4.2 |
1041 | 2025-05-13T20:47:52.192Z | Downloaded difflib v0.4.0 |
1042 | 2025-05-13T20:47:52.196Z | Downloaded petgraph v0.7.1 |
1043 | 2025-05-13T20:47:52.210Z | Downloaded pretty_assertions v1.4.1 |
1044 | 2025-05-13T20:47:52.213Z | Downloaded publicsuffix v2.3.0 |
1045 | 2025-05-13T20:47:52.216Z | Downloaded time v0.3.36 |
1046 | 2025-05-13T20:47:52.221Z | Downloaded tokio v1.43.1 |
1047 | 2025-05-13T20:47:52.261Z | Downloaded libxml v0.3.3 |
1048 | 2025-05-13T20:47:52.266Z | Downloaded url v2.5.3 |
1049 | 2025-05-13T20:47:52.270Z | Downloaded unicode_categories v0.1.1 |
1050 | 2025-05-13T20:47:52.274Z | Downloaded prettyplease v0.2.30 |
1051 | 2025-05-13T20:47:52.277Z | Downloaded miniz_oxide v0.8.5 |
1052 | 2025-05-13T20:47:52.280Z | Downloaded zerocopy-derive v0.8.25 |
1053 | 2025-05-13T20:47:52.285Z | Downloaded itertools v0.10.5 |
1054 | 2025-05-13T20:47:52.291Z | Downloaded tabwriter v1.4.0 |
1055 | 2025-05-13T20:47:52.294Z | Downloaded ron v0.7.1 |
1056 | 2025-05-13T20:47:52.297Z | Downloaded papergrid v0.14.0 |
1057 | 2025-05-13T20:47:52.301Z | Downloaded darling v0.20.10 |
1058 | 2025-05-13T20:47:52.305Z | Downloaded daft-derive v0.1.3 |
1059 | 2025-05-13T20:47:52.309Z | Downloaded daft v0.1.3 |
1060 | 2025-05-13T20:47:52.313Z | Downloaded unicode-segmentation v1.12.0 |
1061 | 2025-05-13T20:47:52.316Z | Downloaded signal-hook-registry v1.4.2 |
1062 | 2025-05-13T20:47:52.319Z | Downloaded shlex v1.3.0 |
1063 | 2025-05-13T20:47:52.319Z | Downloaded rustc_version v0.4.1 |
1064 | 2025-05-13T20:47:52.322Z | Downloaded serde_bytes v0.11.17 |
1065 | 2025-05-13T20:47:52.322Z | Downloaded ron v0.8.1 |
1066 | 2025-05-13T20:47:52.327Z | Downloaded zip v2.6.1 |
1067 | 2025-05-13T20:47:52.332Z | Downloaded elliptic-curve v0.13.8 |
1068 | 2025-05-13T20:47:52.335Z | Downloaded serde_yaml v0.9.34+deprecated |
1069 | 2025-05-13T20:47:52.339Z | Downloaded aes-gcm v0.10.3 |
1070 | 2025-05-13T20:47:52.342Z | Downloaded crossterm v0.28.1 |
1071 | 2025-05-13T20:47:52.349Z | Downloaded tokio-util v0.7.13 |
1072 | 2025-05-13T20:47:52.357Z | Downloaded slog-term v2.9.1 |
1073 | 2025-05-13T20:47:52.360Z | Downloaded ssh-key v0.6.6 |
1074 | 2025-05-13T20:47:52.367Z | Downloaded parse-display v0.10.0 |
1075 | 2025-05-13T20:47:52.369Z | Downloaded packed_struct v0.10.1 |
1076 | 2025-05-13T20:47:52.369Z | Downloaded encoding_rs v0.8.34 |
1077 | 2025-05-13T20:47:52.390Z | Downloaded futures-io v0.3.31 |
1078 | 2025-05-13T20:47:52.394Z | Downloaded tokio-rustls v0.24.1 |
1079 | 2025-05-13T20:47:52.394Z | Downloaded rand_core v0.6.4 |
1080 | 2025-05-13T20:47:52.397Z | Downloaded openssl-sys v0.9.107 |
1081 | 2025-05-13T20:47:52.400Z | Downloaded debug-ignore v1.0.5 |
1082 | 2025-05-13T20:47:52.400Z | Downloaded diesel_derives v2.2.3 |
1083 | 2025-05-13T20:47:52.404Z | Downloaded derive_more v0.99.20 |
1084 | 2025-05-13T20:47:52.408Z | Downloaded schemars v0.8.22 |
1085 | 2025-05-13T20:47:52.419Z | Downloaded typify v0.3.0 |
1086 | 2025-05-13T20:47:52.423Z | Downloaded test-strategy v0.4.0 |
1087 | 2025-05-13T20:47:52.427Z | Downloaded radium v0.7.0 |
1088 | 2025-05-13T20:47:52.430Z | Downloaded ring v0.17.11 |
1089 | 2025-05-13T20:47:52.473Z | Downloaded similar v2.7.0 |
1090 | 2025-05-13T20:47:52.476Z | Downloaded pin-utils v0.1.0 |
1091 | 2025-05-13T20:47:52.479Z | Downloaded rand v0.9.0 |
1092 | 2025-05-13T20:47:52.482Z | Downloaded rustc-demangle v0.1.24 |
1093 | 2025-05-13T20:47:52.485Z | Downloaded omicron-zone-package v0.12.2 |
1094 | 2025-05-13T20:47:52.488Z | Downloaded multimap v0.10.0 |
1095 | 2025-05-13T20:47:52.488Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1096 | 2025-05-13T20:47:52.546Z | Downloaded futures-channel v0.3.31 |
1097 | 2025-05-13T20:47:52.550Z | Downloaded futures-core v0.3.31 |
1098 | 2025-05-13T20:47:52.550Z | Downloaded foreign-types v0.5.0 |
1099 | 2025-05-13T20:47:52.550Z | Downloaded either v1.14.0 |
1100 | 2025-05-13T20:47:52.550Z | Downloaded strum_macros v0.26.4 |
1101 | 2025-05-13T20:47:52.553Z | Downloaded serde_with_macros v3.12.0 |
1102 | 2025-05-13T20:47:52.553Z | Downloaded env_filter v0.1.2 |
1103 | 2025-05-13T20:47:52.556Z | Downloaded displaydoc v0.2.5 |
1104 | 2025-05-13T20:47:52.559Z | Downloaded half v1.8.3 |
1105 | 2025-05-13T20:47:52.561Z | Downloaded tungstenite v0.21.0 |
1106 | 2025-05-13T20:47:52.564Z | Downloaded serde_repr v0.1.19 |
1107 | 2025-05-13T20:47:52.564Z | Downloaded scheduled-thread-pool v0.2.7 |
1108 | 2025-05-13T20:47:52.567Z | Downloaded phf_generator v0.11.2 |
1109 | 2025-05-13T20:47:52.567Z | Downloaded peg-macros v0.8.5 |
1110 | 2025-05-13T20:47:52.570Z | Downloaded password-hash v0.5.0 |
1111 | 2025-05-13T20:47:52.570Z | Downloaded num-rational v0.4.2 |
1112 | 2025-05-13T20:47:52.573Z | Downloaded hyper-util v0.1.11 |
1113 | 2025-05-13T20:47:52.576Z | Downloaded untrusted v0.9.0 |
1114 | 2025-05-13T20:47:52.579Z | Downloaded heapless v0.8.0 |
1115 | 2025-05-13T20:47:52.582Z | Downloaded diff v0.1.13 |
1116 | 2025-05-13T20:47:52.585Z | Downloaded parse-display-derive v0.10.0 |
1117 | 2025-05-13T20:47:52.585Z | Downloaded toml v0.7.8 |
1118 | 2025-05-13T20:47:52.588Z | Downloaded futures-task v0.3.31 |
1119 | 2025-05-13T20:47:52.591Z | Downloaded futures-executor v0.3.31 |
1120 | 2025-05-13T20:47:52.591Z | Downloaded csv-core v0.1.11 |
1121 | 2025-05-13T20:47:52.595Z | Downloaded slog v2.7.0 |
1122 | 2025-05-13T20:47:52.595Z | Downloaded rustls-pki-types v1.10.0 |
1123 | 2025-05-13T20:47:52.597Z | Downloaded indicatif v0.17.11 |
1124 | 2025-05-13T20:47:52.601Z | Downloaded compact_str v0.8.0 |
1125 | 2025-05-13T20:47:52.605Z | Downloaded tinyvec v1.8.0 |
1126 | 2025-05-13T20:47:52.607Z | Downloaded snafu-derive v0.8.5 |
1127 | 2025-05-13T20:47:52.610Z | Downloaded crossbeam-utils v0.8.21 |
1128 | 2025-05-13T20:47:52.614Z | Downloaded embedded-io v0.4.0 |
1129 | 2025-05-13T20:47:52.614Z | Downloaded writeable v0.5.5 |
1130 | 2025-05-13T20:47:52.624Z | Downloaded unicode-truncate v1.1.0 |
1131 | 2025-05-13T20:47:52.624Z | Downloaded indent_write v2.2.0 |
1132 | 2025-05-13T20:47:52.624Z | Downloaded cc v1.2.15 |
1133 | 2025-05-13T20:47:52.624Z | Downloaded serde_derive_internals v0.29.1 |
1134 | 2025-05-13T20:47:52.624Z | Downloaded icu_normalizer v1.5.0 |
1135 | 2025-05-13T20:47:52.627Z | Downloaded icu_locid_transform_data v1.5.0 |
1136 | 2025-05-13T20:47:52.627Z | Downloaded filetime v0.2.25 |
1137 | 2025-05-13T20:47:52.630Z | Downloaded supports-color v3.0.2 |
1138 | 2025-05-13T20:47:52.630Z | Downloaded ssh-encoding v0.2.0 |
1139 | 2025-05-13T20:47:52.633Z | Downloaded ssh-cipher v0.2.0 |
1140 | 2025-05-13T20:47:52.633Z | Downloaded predicates v3.1.3 |
1141 | 2025-05-13T20:47:52.636Z | Downloaded ingot-macros v0.1.0 |
1142 | 2025-05-13T20:47:52.636Z | Downloaded signature v2.2.0 |
1143 | 2025-05-13T20:47:52.639Z | Downloaded jobserver v0.1.32 |
1144 | 2025-05-13T20:47:52.639Z | Downloaded schemars_derive v0.8.22 |
1145 | 2025-05-13T20:47:52.642Z | Downloaded rusty-fork v0.3.0 |
1146 | 2025-05-13T20:47:52.643Z | Downloaded rustc-hash v2.1.1 |
1147 | 2025-05-13T20:47:52.646Z | Downloaded ref-cast v1.0.23 |
1148 | 2025-05-13T20:47:52.646Z | Downloaded litemap v0.7.3 |
1149 | 2025-05-13T20:47:52.649Z | Downloaded hmac v0.12.1 |
1150 | 2025-05-13T20:47:52.652Z | Downloaded cookie v0.18.1 |
1151 | 2025-05-13T20:47:52.652Z | Downloaded ahash v0.8.11 |
1152 | 2025-05-13T20:47:52.655Z | Downloaded progenitor-macro v0.8.0 |
1153 | 2025-05-13T20:47:52.658Z | Downloaded libscf-sys v1.1.0 |
1154 | 2025-05-13T20:47:52.658Z | Downloaded hyper-staticfile v0.10.1 |
1155 | 2025-05-13T20:47:52.661Z | Downloaded cookie_store v0.21.1 |
1156 | 2025-05-13T20:47:52.661Z | Downloaded bit-vec v0.8.0 |
1157 | 2025-05-13T20:47:52.664Z | Downloaded base64ct v1.6.0 |
1158 | 2025-05-13T20:47:52.667Z | Downloaded libefi-sys v0.1.0 |
1159 | 2025-05-13T20:47:52.667Z | Downloaded indoc v1.0.9 |
1160 | 2025-05-13T20:47:52.670Z | Downloaded internet-checksum v0.2.1 |
1161 | 2025-05-13T20:47:52.670Z | Downloaded managed v0.8.0 |
1162 | 2025-05-13T20:47:52.670Z | Downloaded lalrpop-util v0.19.12 |
1163 | 2025-05-13T20:47:52.673Z | Downloaded keccak v0.1.5 |
1164 | 2025-05-13T20:47:52.673Z | Downloaded arrayvec v0.7.6 |
1165 | 2025-05-13T20:47:52.676Z | Downloaded inout v0.1.3 |
1166 | 2025-05-13T20:47:52.676Z | Downloaded http-body-util v0.1.3 |
1167 | 2025-05-13T20:47:52.676Z | Downloaded idna_adapter v1.2.0 |
1168 | 2025-05-13T20:47:52.679Z | Downloaded ingot v0.1.0 |
1169 | 2025-05-13T20:47:52.679Z | Downloaded indoc v2.0.6 |
1170 | 2025-05-13T20:47:52.682Z | Downloaded crc-catalog v2.4.0 |
1171 | 2025-05-13T20:47:52.682Z | Downloaded colored v2.2.0 |
1172 | 2025-05-13T20:47:52.687Z | Downloaded cargo_metadata v0.18.1 |
1173 | 2025-05-13T20:47:52.691Z | Downloaded cancel-safe-futures v0.1.5 |
1174 | 2025-05-13T20:47:52.691Z | Downloaded bytes v1.10.1 |
1175 | 2025-05-13T20:47:52.694Z | Downloaded blake2 v0.10.6 |
1176 | 2025-05-13T20:47:52.697Z | Downloaded hostname v0.4.0 |
1177 | 2025-05-13T20:47:52.697Z | Downloaded hostname v0.3.1 |
1178 | 2025-05-13T20:47:52.700Z | Downloaded heck v0.3.3 |
1179 | 2025-05-13T20:47:52.700Z | Downloaded crc v3.2.1 |
1180 | 2025-05-13T20:47:52.703Z | Downloaded cobs v0.2.3 |
1181 | 2025-05-13T20:47:52.703Z | Downloaded cipher v0.4.4 |
1182 | 2025-05-13T20:47:52.706Z | Downloaded chrono-tz-build v0.4.0 |
1183 | 2025-05-13T20:47:52.706Z | Downloaded base64 v0.22.1 |
1184 | 2025-05-13T20:47:52.709Z | Downloaded arrayref v0.3.9 |
1185 | 2025-05-13T20:47:52.715Z | Downloaded is-terminal v0.4.13 |
1186 | 2025-05-13T20:47:52.715Z | Downloaded array-init v0.0.4 |
1187 | 2025-05-13T20:47:52.715Z | Downloaded crunchy v0.2.2 |
1188 | 2025-05-13T20:47:52.715Z | Downloaded crucible-workspace-hack v0.1.0 |
1189 | 2025-05-13T20:47:52.715Z | Downloaded assert_matches v1.5.0 |
1190 | 2025-05-13T20:47:52.719Z | Downloaded ciborium-ll v0.2.2 |
1191 | 2025-05-13T20:47:52.719Z | Downloaded cexpr v0.6.0 |
1192 | 2025-05-13T20:47:52.719Z | Downloaded buf-list v1.0.3 |
1193 | 2025-05-13T20:47:52.719Z | Downloaded blowfish v0.9.1 |
1194 | 2025-05-13T20:47:53.020Z | Downloaded aws-lc-sys v0.26.0 |
1195 | 2025-05-13T20:47:53.362Z | Compiling serde v1.0.219 |
1196 | 2025-05-13T20:47:53.365Z | Compiling value-bag v1.9.0 |
1197 | 2025-05-13T20:47:53.366Z | Compiling shlex v1.3.0 |
1198 | 2025-05-13T20:47:53.366Z | Compiling lock_api v0.4.12 |
1199 | 2025-05-13T20:47:53.366Z | Compiling scopeguard v1.2.0 |
1200 | 2025-05-13T20:47:53.528Z | Compiling typenum v1.17.0 |
1201 | 2025-05-13T20:47:53.574Z | Compiling syn v2.0.98 |
1202 | 2025-05-13T20:47:53.590Z | Compiling getrandom v0.2.15 |
1203 | 2025-05-13T20:47:53.739Z | Compiling jobserver v0.1.32 |
1204 | 2025-05-13T20:47:53.893Z | Compiling rand_core v0.6.4 |
1205 | 2025-05-13T20:47:53.991Z | Compiling log v0.4.22 |
1206 | 2025-05-13T20:47:54.105Z | Compiling generic-array v0.14.7 |
1207 | 2025-05-13T20:47:54.128Z | Compiling cc v1.2.15 |
1208 | 2025-05-13T20:47:54.445Z | Compiling smallvec v1.14.0 |
1209 | 2025-05-13T20:47:54.472Z | Compiling subtle v2.6.1 |
1210 | 2025-05-13T20:47:54.528Z | Compiling const-oid v0.9.6 |
1211 | 2025-05-13T20:47:54.572Z | Compiling stable_deref_trait v1.2.0 |
1212 | 2025-05-13T20:47:54.696Z | Compiling pkg-config v0.3.31 |
1213 | 2025-05-13T20:47:54.724Z | Compiling rustix v0.38.37 |
1214 | 2025-05-13T20:47:54.809Z | Compiling pin-project-lite v0.2.14 |
1215 | 2025-05-13T20:47:54.831Z | Compiling parking_lot_core v0.9.10 |
1216 | 2025-05-13T20:47:54.955Z | Compiling signal-hook-registry v1.4.2 |
1217 | 2025-05-13T20:47:55.617Z | Compiling mio v1.0.2 |
1218 | 2025-05-13T20:47:55.634Z | Compiling spin v0.9.8 |
1219 | 2025-05-13T20:47:55.854Z | Compiling parking_lot v0.12.3 |
1220 | 2025-05-13T20:47:55.890Z | Compiling futures-core v0.3.31 |
1221 | 2025-05-13T20:47:55.941Z | Compiling aho-corasick v1.1.3 |
1222 | 2025-05-13T20:47:56.036Z | Compiling regex-syntax v0.8.5 |
1223 | 2025-05-13T20:47:56.154Z | Compiling litemap v0.7.3 |
1224 | 2025-05-13T20:47:56.552Z | Compiling cpufeatures v0.2.14 |
1225 | 2025-05-13T20:47:56.593Z | Compiling writeable v0.5.5 |
1226 | 2025-05-13T20:47:56.615Z | Compiling serde_json v1.0.140 |
1227 | 2025-05-13T20:47:56.663Z | Compiling libm v0.2.8 |
1228 | 2025-05-13T20:47:56.685Z | Compiling either v1.14.0 |
1229 | 2025-05-13T20:47:57.133Z | Compiling socket2 v0.5.9 |
1230 | 2025-05-13T20:47:57.156Z | Compiling slab v0.4.9 |
1231 | 2025-05-13T20:47:57.192Z | Compiling num-traits v0.2.19 |
1232 | 2025-05-13T20:47:57.219Z | Compiling glob v0.3.2 |
1233 | 2025-05-13T20:47:57.811Z | Compiling getrandom v0.3.1 |
1234 | 2025-05-13T20:47:58.066Z | Compiling prettyplease v0.2.30 |
1235 | 2025-05-13T20:47:58.086Z | Compiling clang-sys v1.8.1 |
1236 | 2025-05-13T20:47:58.090Z | Compiling futures-sink v0.3.31 |
1237 | 2025-05-13T20:47:58.290Z | Compiling icu_locid_transform_data v1.5.0 |
1238 | 2025-05-13T20:47:58.486Z | Compiling lazy_static v1.5.0 |
1239 | 2025-05-13T20:47:58.598Z | Compiling minimal-lexical v0.2.1 |
1240 | 2025-05-13T20:47:58.632Z | Compiling icu_properties_data v1.5.0 |
1241 | 2025-05-13T20:47:58.866Z | Compiling foldhash v0.1.3 |
1242 | 2025-05-13T20:47:58.918Z | Compiling allocator-api2 v0.2.18 |
1243 | 2025-05-13T20:47:59.062Z | Compiling nom v7.1.3 |
1244 | 2025-05-13T20:47:59.183Z | Compiling libloading v0.8.5 |
1245 | 2025-05-13T20:47:59.586Z | Compiling hashbrown v0.15.1 |
1246 | 2025-05-13T20:47:59.611Z | Compiling utf16_iter v1.0.5 |
1247 | 2025-05-13T20:47:59.668Z | Compiling home v0.5.9 |
1248 | 2025-05-13T20:47:59.835Z | Compiling regex-automata v0.4.8 |
1249 | 2025-05-13T20:47:59.916Z | Compiling write16 v1.0.0 |
1250 | 2025-05-13T20:48:00.064Z | Compiling base64ct v1.6.0 |
1251 | 2025-05-13T20:48:00.492Z | Compiling icu_normalizer_data v1.5.0 |
1252 | 2025-05-13T20:48:00.617Z | Compiling percent-encoding v2.3.1 |
1253 | 2025-05-13T20:48:00.640Z | Compiling utf8_iter v1.0.4 |
1254 | 2025-05-13T20:48:00.660Z | Compiling bindgen v0.69.5 |
1255 | 2025-05-13T20:48:00.797Z | Compiling pem-rfc7468 v0.7.0 |
1256 | 2025-05-13T20:48:00.923Z | Compiling itertools v0.12.1 |
1257 | 2025-05-13T20:48:01.445Z | Compiling synstructure v0.13.1 |
1258 | 2025-05-13T20:48:02.112Z | Compiling lazycell v1.3.0 |
1259 | 2025-05-13T20:48:02.312Z | Compiling cexpr v0.6.0 |
1260 | 2025-05-13T20:48:02.477Z | Compiling flagset v0.4.6 |
1261 | 2025-05-13T20:48:02.706Z | Compiling rustc-hash v1.1.0 |
1262 | 2025-05-13T20:48:02.877Z | Compiling futures-channel v0.3.31 |
1263 | 2025-05-13T20:48:02.910Z | Compiling cmake v0.1.51 |
1264 | 2025-05-13T20:48:03.297Z | Compiling dunce v1.0.5 |
1265 | 2025-05-13T20:48:03.449Z | Compiling fs_extra v1.3.0 |
1266 | 2025-05-13T20:48:03.739Z | Compiling futures-io v0.3.31 |
1267 | 2025-05-13T20:48:03.868Z | Compiling pin-utils v0.1.0 |
1268 | 2025-05-13T20:48:03.892Z | Compiling futures-task v0.3.31 |
1269 | 2025-05-13T20:48:03.970Z | Compiling form_urlencoded v1.2.1 |
1270 | 2025-05-13T20:48:03.990Z | Compiling vcpkg v0.2.15 |
1271 | 2025-05-13T20:48:04.009Z | Compiling paste v1.0.15 |
1272 | 2025-05-13T20:48:04.187Z | Compiling zerocopy v0.8.25 |
1273 | 2025-05-13T20:48:04.300Z | Compiling crossbeam-utils v0.8.21 |
1274 | 2025-05-13T20:48:04.562Z | Compiling ring v0.17.11 |
1275 | 2025-05-13T20:48:04.895Z | Compiling tracing-core v0.1.32 |
1276 | 2025-05-13T20:48:05.077Z | Compiling iana-time-zone v0.1.63 |
1277 | 2025-05-13T20:48:05.464Z | Compiling regex v1.11.1 |
1278 | 2025-05-13T20:48:05.689Z | Compiling openssl-sys v0.9.107 |
1279 | 2025-05-13T20:48:05.692Z | Compiling aws-lc-rs v1.12.4 |
1280 | 2025-05-13T20:48:06.157Z | Compiling httparse v1.9.5 |
1281 | 2025-05-13T20:48:06.257Z | Compiling serde_derive v1.0.219 |
1282 | 2025-05-13T20:48:06.396Z | Compiling zeroize_derive v1.4.2 |
1283 | 2025-05-13T20:48:06.804Z | Compiling zerofrom-derive v0.1.4 |
1284 | 2025-05-13T20:48:06.889Z | Compiling yoke-derive v0.7.4 |
1285 | 2025-05-13T20:48:07.206Z | Compiling zerovec-derive v0.10.3 |
1286 | 2025-05-13T20:48:07.814Z | Compiling zeroize v1.8.1 |
1287 | 2025-05-13T20:48:09.505Z | Compiling displaydoc v0.2.5 |
1288 | 2025-05-13T20:48:09.634Z | Compiling crypto-common v0.1.6 |
1289 | 2025-05-13T20:48:09.695Z | Compiling block-buffer v0.10.4 |
1290 | 2025-05-13T20:48:09.862Z | Compiling zerocopy-derive v0.7.35 |
1291 | 2025-05-13T20:48:10.003Z | Compiling digest v0.10.7 |
1292 | 2025-05-13T20:48:10.270Z | Compiling zerofrom v0.1.4 |
1293 | 2025-05-13T20:48:10.471Z | Compiling yoke v0.7.4 |
1294 | 2025-05-13T20:48:10.494Z | Compiling hmac v0.12.1 |
1295 | 2025-05-13T20:48:10.528Z | Compiling tokio-macros v2.5.0 |
1296 | 2025-05-13T20:48:10.762Z | Compiling icu_provider_macros v1.5.0 |
1297 | 2025-05-13T20:48:10.837Z | Compiling zerovec v0.10.4 |
1298 | 2025-05-13T20:48:10.965Z | Compiling block-padding v0.3.3 |
1299 | 2025-05-13T20:48:11.142Z | Compiling sha2 v0.10.8 |
1300 | 2025-05-13T20:48:11.221Z | Compiling inout v0.1.3 |
1301 | 2025-05-13T20:48:11.241Z | Compiling thiserror-impl v1.0.69 |
1302 | 2025-05-13T20:48:11.519Z | Compiling cipher v0.4.4 |
1303 | 2025-05-13T20:48:11.903Z | Compiling zerocopy v0.7.35 |
1304 | 2025-05-13T20:48:11.935Z | Compiling der_derive v0.7.3 |
1305 | 2025-05-13T20:48:12.044Z | Compiling futures-macro v0.3.31 |
1306 | 2025-05-13T20:48:12.090Z | Compiling salsa20 v0.10.2 |
1307 | 2025-05-13T20:48:12.341Z | Compiling pbkdf2 v0.12.2 |
1308 | 2025-05-13T20:48:12.532Z | Compiling scrypt v0.11.0 |
1309 | 2025-05-13T20:48:12.921Z | Compiling tinystr v0.7.6 |
1310 | 2025-05-13T20:48:13.064Z | Compiling icu_collections v1.5.0 |
1311 | 2025-05-13T20:48:13.292Z | Compiling icu_locid v1.5.0 |
1312 | 2025-05-13T20:48:13.336Z | Compiling ppv-lite86 v0.2.20 |
1313 | 2025-05-13T20:48:13.963Z | Compiling futures-util v0.3.31 |
1314 | 2025-05-13T20:48:14.088Z | Compiling cbc v0.1.2 |
1315 | 2025-05-13T20:48:14.182Z | Compiling der v0.7.9 |
1316 | 2025-05-13T20:48:14.228Z | Compiling thiserror v1.0.69 |
1317 | 2025-05-13T20:48:14.342Z | Compiling aes v0.8.4 |
1318 | 2025-05-13T20:48:14.395Z | Compiling icu_provider v1.5.0 |
1319 | 2025-05-13T20:48:14.482Z | Compiling pest v2.7.14 |
1320 | 2025-05-13T20:48:14.652Z | Compiling zerocopy-derive v0.8.25 |
1321 | 2025-05-13T20:48:15.283Z | Compiling icu_locid_transform v1.5.0 |
1322 | 2025-05-13T20:48:15.370Z | Compiling tracing-attributes v0.1.27 |
1323 | 2025-05-13T20:48:17.188Z | Compiling icu_properties v1.5.1 |
1324 | 2025-05-13T20:48:17.251Z | Compiling spki v0.7.3 |
1325 | 2025-05-13T20:48:17.563Z | Compiling pest_meta v2.7.14 |
1326 | 2025-05-13T20:48:17.590Z | Compiling pkcs5 v0.7.1 |
1327 | 2025-05-13T20:48:17.625Z | Compiling scroll_derive v0.12.0 |
1328 | 2025-05-13T20:48:18.687Z | Compiling pkcs8 v0.10.2 |
1329 | 2025-05-13T20:48:18.733Z | Compiling tracing v0.1.40 |
1330 | 2025-05-13T20:48:19.014Z | Compiling bitflags v2.9.0 |
1331 | 2025-05-13T20:48:19.138Z | Compiling bytes v1.10.1 |
1332 | 2025-05-13T20:48:19.472Z | Compiling semver v1.0.26 |
1333 | 2025-05-13T20:48:19.494Z | Compiling indexmap v2.9.0 |
1334 | 2025-05-13T20:48:20.148Z | Compiling rustc_version v0.4.1 |
1335 | 2025-05-13T20:48:20.601Z | Compiling tokio v1.43.1 |
1336 | 2025-05-13T20:48:20.844Z | Compiling icu_normalizer v1.5.0 |
1337 | 2025-05-13T20:48:20.877Z | Compiling http v1.2.0 |
1338 | 2025-05-13T20:48:21.466Z | Compiling uuid v1.16.0 |
1339 | 2025-05-13T20:48:21.845Z | Compiling idna_adapter v1.2.0 |
1340 | 2025-05-13T20:48:21.993Z | Compiling chrono v0.4.40 |
1341 | 2025-05-13T20:48:22.073Z | Compiling idna v1.0.3 |
1342 | 2025-05-13T20:48:22.096Z | Compiling rustls-pki-types v1.10.0 |
1343 | 2025-05-13T20:48:22.681Z | Compiling tinyvec_macros v0.1.1 |
1344 | 2025-05-13T20:48:22.797Z | Compiling url v2.5.3 |
1345 | 2025-05-13T20:48:23.075Z | Compiling which v4.4.2 |
1346 | 2025-05-13T20:48:23.097Z | Compiling tinyvec v1.8.0 |
1347 | 2025-05-13T20:48:23.118Z | Compiling http-body v1.0.1 |
1348 | 2025-05-13T20:48:23.384Z | Compiling scroll v0.12.0 |
1349 | 2025-05-13T20:48:23.665Z | Compiling pest_generator v2.7.14 |
1350 | 2025-05-13T20:48:24.009Z | Compiling serde_derive_internals v0.29.1 |
1351 | 2025-05-13T20:48:24.129Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1352 | 2025-05-13T20:48:24.517Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1353 | 2025-05-13T20:48:24.611Z | Compiling openssl v0.10.72 |
1354 | 2025-05-13T20:48:24.670Z | Compiling atomic-waker v1.1.2 |
1355 | 2025-05-13T20:48:24.866Z | Compiling untrusted v0.9.0 |
1356 | 2025-05-13T20:48:25.089Z | Compiling untrusted v0.7.1 |
1357 | 2025-05-13T20:48:25.096Z | Compiling foreign-types-shared v0.1.1 |
1358 | 2025-05-13T20:48:25.244Z | Compiling powerfmt v0.2.0 |
1359 | 2025-05-13T20:48:25.297Z | Compiling schemars v0.8.22 |
1360 | 2025-05-13T20:48:25.323Z | Compiling try-lock v0.2.5 |
1361 | 2025-05-13T20:48:25.365Z | Compiling adler2 v2.0.0 |
1362 | 2025-05-13T20:48:25.496Z | Compiling rustversion v1.0.17 |
1363 | 2025-05-13T20:48:25.523Z | Compiling num-conv v0.1.0 |
1364 | 2025-05-13T20:48:25.586Z | Compiling time-core v0.1.2 |
1365 | 2025-05-13T20:48:25.644Z | Compiling miniz_oxide v0.8.5 |
1366 | 2025-05-13T20:48:25.715Z | Compiling deranged v0.3.11 |
1367 | 2025-05-13T20:48:25.779Z | Compiling pest_derive v2.7.14 |
1368 | 2025-05-13T20:48:25.808Z | Compiling time-macros v0.2.18 |
1369 | 2025-05-13T20:48:26.225Z | Compiling schemars_derive v0.8.22 |
1370 | 2025-05-13T20:48:26.255Z | Compiling want v0.3.1 |
1371 | 2025-05-13T20:48:26.586Z | Compiling foreign-types v0.3.2 |
1372 | 2025-05-13T20:48:26.708Z | Compiling goblin v0.8.2 |
1373 | 2025-05-13T20:48:28.756Z | Compiling tokio-util v0.7.13 |
1374 | 2025-05-13T20:48:29.198Z | Compiling rand_core v0.9.2 |
1375 | 2025-05-13T20:48:29.661Z | Compiling openssl-macros v0.1.1 |
1376 | 2025-05-13T20:48:30.176Z | Compiling h2 v0.4.6 |
1377 | 2025-05-13T20:48:30.363Z | Compiling num_threads v0.1.7 |
1378 | 2025-05-13T20:48:30.518Z | Compiling syn v1.0.109 |
1379 | 2025-05-13T20:48:30.568Z | Compiling tower-service v0.3.3 |
1380 | 2025-05-13T20:48:30.725Z | Compiling native-tls v0.2.12 |
1381 | 2025-05-13T20:48:31.107Z | Compiling httpdate v1.0.3 |
1382 | 2025-05-13T20:48:31.131Z | Compiling dyn-clone v1.0.19 |
1383 | 2025-05-13T20:48:31.345Z | Compiling rustls v0.23.19 |
1384 | 2025-05-13T20:48:31.674Z | Compiling time v0.3.36 |
1385 | 2025-05-13T20:48:33.934Z | Compiling dof v0.3.0 |
1386 | 2025-05-13T20:48:34.769Z | Compiling rand_chacha v0.9.0 |
1387 | 2025-05-13T20:48:35.729Z | Compiling dtrace-parser v0.2.0 |
1388 | 2025-05-13T20:48:36.226Z | Compiling unicode-normalization v0.1.24 |
1389 | 2025-05-13T20:48:36.736Z | Compiling heapless v0.7.17 |
1390 | 2025-05-13T20:48:37.072Z | Compiling rand_chacha v0.3.1 |
1391 | 2025-05-13T20:48:37.219Z | Compiling hyper v1.6.0 |
1392 | 2025-05-13T20:48:37.311Z | Compiling signature v2.2.0 |
1393 | 2025-05-13T20:48:37.557Z | Compiling crossbeam-epoch v0.9.18 |
1394 | 2025-05-13T20:48:37.629Z | Compiling crc32fast v1.4.2 |
1395 | 2025-05-13T20:48:37.984Z | Compiling cookie v0.18.1 |
1396 | 2025-05-13T20:48:38.246Z | Compiling unicode-bidi v0.3.17 |
1397 | 2025-05-13T20:48:38.337Z | Compiling zstd-safe v7.2.3 |
1398 | 2025-05-13T20:48:38.668Z | Compiling rayon-core v1.12.1 |
1399 | 2025-05-13T20:48:39.187Z | Compiling base64 v0.22.1 |
1400 | 2025-05-13T20:48:39.289Z | Compiling signal-hook v0.3.17 |
1401 | 2025-05-13T20:48:39.506Z | Compiling openssl-probe v0.1.5 |
1402 | 2025-05-13T20:48:39.530Z | Compiling unicode-properties v0.1.3 |
1403 | 2025-05-13T20:48:39.605Z | Compiling slog v2.7.0 |
1404 | 2025-05-13T20:48:39.691Z | Compiling siphasher v0.3.11 |
1405 | 2025-05-13T20:48:39.926Z | Compiling stringprep v0.1.5 |
1406 | 2025-05-13T20:48:39.991Z | Compiling phf_shared v0.11.2 |
1407 | 2025-05-13T20:48:40.062Z | Compiling hyper-util v0.1.11 |
1408 | 2025-05-13T20:48:40.319Z | Compiling crossbeam-deque v0.8.5 |
1409 | 2025-05-13T20:48:40.357Z | Compiling usdt-impl v0.5.0 |
1410 | 2025-05-13T20:48:40.400Z | Compiling rand v0.8.5 |
1411 | 2025-05-13T20:48:40.719Z | Compiling rand v0.9.0 |
1412 | 2025-05-13T20:48:40.829Z | Compiling curve25519-dalek v4.1.3 |
1413 | 2025-05-13T20:48:40.964Z | Compiling serde_spanned v0.6.8 |
1414 | 2025-05-13T20:48:41.220Z | Compiling serde_tokenstream v0.2.2 |
1415 | 2025-05-13T20:48:41.545Z | Compiling toml_datetime v0.6.8 |
1416 | 2025-05-13T20:48:41.695Z | Compiling md-5 v0.10.6 |
1417 | 2025-05-13T20:48:41.811Z | Compiling num-integer v0.1.46 |
1418 | 2025-05-13T20:48:42.048Z | Compiling ff v0.13.0 |
1419 | 2025-05-13T20:48:42.051Z | Compiling hash32 v0.2.1 |
1420 | 2025-05-13T20:48:42.331Z | Compiling memoffset v0.9.1 |
1421 | 2025-05-13T20:48:42.445Z | Compiling base16ct v0.2.0 |
1422 | 2025-05-13T20:48:42.492Z | Compiling fallible-iterator v0.2.0 |
1423 | 2025-05-13T20:48:42.517Z | Compiling smoltcp v0.9.1 |
1424 | 2025-05-13T20:48:42.605Z | Compiling psl-types v2.0.11 |
1425 | 2025-05-13T20:48:42.707Z | Compiling cfg_aliases v0.2.1 |
1426 | 2025-05-13T20:48:42.776Z | Compiling portable-atomic v1.11.0 |
1427 | 2025-05-13T20:48:42.814Z | Compiling num-bigint-dig v0.8.4 |
1428 | 2025-05-13T20:48:42.837Z | Compiling gimli v0.31.1 |
1429 | 2025-05-13T20:48:42.908Z | Compiling newtype-uuid v1.2.1 |
1430 | 2025-05-13T20:48:43.160Z | Compiling litrs v0.4.1 |
1431 | 2025-05-13T20:48:43.232Z | Compiling postgres-protocol v0.6.8 |
1432 | 2025-05-13T20:48:43.256Z | Compiling nix v0.29.0 |
1433 | 2025-05-13T20:48:43.301Z | Compiling publicsuffix v2.3.0 |
1434 | 2025-05-13T20:48:43.784Z | Compiling sec1 v0.7.3 |
1435 | 2025-05-13T20:48:44.125Z | Compiling num-iter v0.1.45 |
1436 | 2025-05-13T20:48:44.263Z | Compiling document-features v0.2.10 |
1437 | 2025-05-13T20:48:44.342Z | Compiling group v0.13.0 |
1438 | 2025-05-13T20:48:44.883Z | Compiling tokio-native-tls v0.3.1 |
1439 | 2025-05-13T20:48:45.416Z | Compiling flate2 v1.1.1 |
1440 | 2025-05-13T20:48:45.564Z | Compiling ipnetwork v0.21.1 |
1441 | 2025-05-13T20:48:45.626Z | Compiling http-body-util v0.1.3 |
1442 | 2025-05-13T20:48:46.006Z | Compiling terminal_size v0.4.0 |
1443 | 2025-05-13T20:48:46.033Z | Compiling webpki-roots v0.26.6 |
1444 | 2025-05-13T20:48:46.104Z | Compiling hkdf v0.12.4 |
1445 | 2025-05-13T20:48:46.245Z | Compiling crypto-bigint v0.5.5 |
1446 | 2025-05-13T20:48:46.265Z | Compiling async-trait v0.1.88 |
1447 | 2025-05-13T20:48:46.299Z | Compiling curve25519-dalek-derive v0.1.1 |
1448 | 2025-05-13T20:48:46.372Z | Compiling sync_wrapper v1.0.1 |
1449 | 2025-05-13T20:48:46.405Z | Compiling fs-err v3.1.0 |
1450 | 2025-05-13T20:48:46.540Z | Compiling object v0.36.5 |
1451 | 2025-05-13T20:48:46.761Z | Compiling ahash v0.8.11 |
1452 | 2025-05-13T20:48:47.143Z | Compiling addr2line v0.24.2 |
1453 | 2025-05-13T20:48:47.534Z | Compiling tower-layer v0.3.3 |
1454 | 2025-05-13T20:48:47.739Z | Compiling ipnet v2.11.0 |
1455 | 2025-05-13T20:48:47.844Z | Compiling unicode-width v0.2.0 |
1456 | 2025-05-13T20:48:47.884Z | Compiling lockfree-object-pool v0.1.6 |
1457 | 2025-05-13T20:48:48.167Z | Compiling simd-adler32 v0.3.7 |
1458 | 2025-05-13T20:48:48.419Z | Compiling rustc-demangle v0.1.24 |
1459 | 2025-05-13T20:48:48.720Z | Compiling winnow v0.5.40 |
1460 | 2025-05-13T20:48:48.804Z | Compiling zip v2.6.1 |
1461 | 2025-05-13T20:48:48.818Z | Compiling bumpalo v3.16.0 |
1462 | 2025-05-13T20:48:49.136Z | Compiling anyhow v1.0.98 |
1463 | 2025-05-13T20:48:49.294Z | Compiling managed v0.8.0 |
1464 | 2025-05-13T20:48:49.313Z | Compiling buf-list v1.0.3 |
1465 | 2025-05-13T20:48:50.032Z | Compiling elliptic-curve v0.13.8 |
1466 | 2025-05-13T20:48:50.217Z | Compiling zopfli v0.8.1 |
1467 | 2025-05-13T20:48:50.921Z | Compiling strum_macros v0.25.3 |
1468 | 2025-05-13T20:48:51.647Z | Compiling clap_builder v4.5.35 |
1469 | 2025-05-13T20:48:51.808Z | Compiling console v0.15.10 |
1470 | 2025-05-13T20:48:52.256Z | Compiling toml_edit v0.19.15 |
1471 | 2025-05-13T20:48:52.281Z | Compiling tower v0.5.2 |
1472 | 2025-05-13T20:48:53.011Z | Compiling hubpack_derive v0.1.1 |
1473 | 2025-05-13T20:48:53.121Z | Compiling backtrace v0.3.74 |
1474 | 2025-05-13T20:48:53.919Z | Compiling hubpack v0.1.2 |
1475 | 2025-05-13T20:48:53.974Z | Compiling hyper-tls v0.6.0 |
1476 | 2025-05-13T20:48:54.365Z | Compiling oxnet v0.1.1 |
1477 | 2025-05-13T20:48:54.410Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2025-05-13T20:48:54.588Z | Compiling cookie_store v0.21.1 |
1479 | 2025-05-13T20:48:54.660Z | Compiling rayon v1.10.0 |
1480 | 2025-05-13T20:48:55.148Z | Compiling zstd v0.13.3 |
1481 | 2025-05-13T20:48:56.071Z | Compiling postgres-types v0.2.9 |
1482 | 2025-05-13T20:48:57.578Z | Compiling usdt-macro v0.5.0 |
1483 | 2025-05-13T20:48:57.811Z | Compiling usdt-attr-macro v0.5.0 |
1484 | 2025-05-13T20:48:59.016Z | Compiling phf v0.11.2 |
1485 | 2025-05-13T20:48:59.038Z | Compiling ed25519 v2.2.3 |
1486 | 2025-05-13T20:48:59.285Z | Compiling strum_macros v0.26.4 |
1487 | 2025-05-13T20:48:59.308Z | Compiling bzip2 v0.5.2 |
1488 | 2025-05-13T20:48:59.399Z | Compiling bzip2 v0.4.4 |
1489 | 2025-05-13T20:48:59.537Z | Compiling clap_derive v4.5.32 |
1490 | 2025-05-13T20:48:59.717Z | Compiling enum-as-inner v0.6.1 |
1491 | 2025-05-13T20:48:59.777Z | Compiling rustls-pemfile v2.2.0 |
1492 | 2025-05-13T20:49:00.127Z | Compiling pkcs1 v0.7.5 |
1493 | 2025-05-13T20:49:00.855Z | Compiling futures-executor v0.3.31 |
1494 | 2025-05-13T20:49:00.960Z | Compiling serde_urlencoded v0.7.1 |
1495 | 2025-05-13T20:49:00.986Z | Compiling serde-big-array v0.5.1 |
1496 | 2025-05-13T20:49:01.007Z | Compiling rfc6979 v0.4.0 |
1497 | 2025-05-13T20:49:01.210Z | Compiling serde_repr v0.1.19 |
1498 | 2025-05-13T20:49:01.237Z | Compiling daft-derive v0.1.3 |
1499 | 2025-05-13T20:49:01.363Z | Compiling bstr v1.10.0 |
1500 | 2025-05-13T20:49:01.467Z | Compiling float-cmp v0.10.0 |
1501 | 2025-05-13T20:49:01.769Z | Compiling encoding_rs v0.8.34 |
1502 | 2025-05-13T20:49:02.391Z | Compiling whoami v1.5.2 |
1503 | 2025-05-13T20:49:02.880Z | Compiling fixedbitset v0.4.2 |
1504 | 2025-05-13T20:49:02.939Z | Compiling mime v0.3.17 |
1505 | 2025-05-13T20:49:02.988Z | Compiling static_assertions v1.1.0 |
1506 | 2025-05-13T20:49:03.110Z | Compiling number_prefix v0.4.0 |
1507 | 2025-05-13T20:49:03.327Z | Compiling normalize-line-endings v0.3.0 |
1508 | 2025-05-13T20:49:03.365Z | Compiling precomputed-hash v0.1.1 |
1509 | 2025-05-13T20:49:03.446Z | Compiling unicode-segmentation v1.12.0 |
1510 | 2025-05-13T20:49:03.483Z | Compiling predicates-core v1.0.8 |
1511 | 2025-05-13T20:49:03.505Z | Compiling data-encoding v2.6.0 |
1512 | 2025-05-13T20:49:03.810Z | Compiling difflib v0.4.0 |
1513 | 2025-05-13T20:49:03.830Z | Compiling new_debug_unreachable v1.0.6 |
1514 | 2025-05-13T20:49:03.941Z | Compiling string_cache v0.8.9 |
1515 | 2025-05-13T20:49:04.148Z | Compiling clap v4.5.35 |
1516 | 2025-05-13T20:49:04.288Z | Compiling predicates v3.1.3 |
1517 | 2025-05-13T20:49:04.327Z | Compiling similar v2.7.0 |
1518 | 2025-05-13T20:49:04.416Z | Compiling hickory-proto v0.24.4 |
1519 | 2025-05-13T20:49:05.094Z | Compiling strum v0.26.3 |
1520 | 2025-05-13T20:49:05.313Z | Compiling toml_edit v0.22.24 |
1521 | 2025-05-13T20:49:05.441Z | Compiling indicatif v0.17.11 |
1522 | 2025-05-13T20:49:05.766Z | Compiling petgraph v0.6.5 |
1523 | 2025-05-13T20:49:05.790Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869) |
1524 | 2025-05-13T20:49:06.394Z | Compiling daft v0.1.3 |
1525 | 2025-05-13T20:49:06.978Z | Compiling tokio-postgres v0.7.13 |
1526 | 2025-05-13T20:49:07.461Z | Compiling usdt v0.5.0 |
1527 | 2025-05-13T20:49:07.953Z | Compiling ecdsa v0.16.9 |
1528 | 2025-05-13T20:49:08.807Z | Compiling futures v0.3.31 |
1529 | 2025-05-13T20:49:08.959Z | Compiling rsa v0.9.6 |
1530 | 2025-05-13T20:49:09.570Z | Compiling zip v0.6.6 |
1531 | 2025-05-13T20:49:10.874Z | Compiling ed25519-dalek v2.1.1 |
1532 | 2025-05-13T20:49:12.312Z | Compiling toml v0.7.8 |
1533 | 2025-05-13T20:49:12.600Z | Compiling crossterm v0.28.1 |
1534 | 2025-05-13T20:49:13.544Z | Compiling tokio-stream v0.1.17 |
1535 | 2025-05-13T20:49:13.764Z | Compiling openapiv3 v2.0.0 |
1536 | 2025-05-13T20:49:13.965Z | Compiling x509-cert v0.2.5 |
1537 | 2025-05-13T20:49:14.016Z | Compiling sha1 v0.10.6 |
1538 | 2025-05-13T20:49:14.047Z | Compiling itertools v0.10.5 |
1539 | 2025-05-13T20:49:14.444Z | Compiling dirs-sys-next v0.1.2 |
1540 | 2025-05-13T20:49:14.512Z | Compiling winnow v0.6.26 |
1541 | 2025-05-13T20:49:14.990Z | Compiling peg-runtime v0.8.5 |
1542 | 2025-05-13T20:49:15.585Z | Compiling lalrpop-util v0.19.12 |
1543 | 2025-05-13T20:49:15.819Z | Compiling unicode-xid v0.2.6 |
1544 | 2025-05-13T20:49:15.942Z | Compiling dirs-next v2.0.0 |
1545 | 2025-05-13T20:49:16.024Z | Compiling thread_local v1.1.8 |
1546 | 2025-05-13T20:49:16.151Z | Compiling slog-async v2.8.0 |
1547 | 2025-05-13T20:49:16.511Z | Compiling term v0.7.0 |
1548 | 2025-05-13T20:49:16.553Z | Compiling xattr v1.3.1 |
1549 | 2025-05-13T20:49:16.774Z | Compiling crossbeam-channel v0.5.15 |
1550 | 2025-05-13T20:49:16.861Z | Compiling is-terminal v0.4.13 |
1551 | 2025-05-13T20:49:16.881Z | Compiling filetime v0.2.25 |
1552 | 2025-05-13T20:49:17.013Z | Compiling take_mut v0.2.2 |
1553 | 2025-05-13T20:49:17.208Z | Compiling tar v0.4.44 |
1554 | 2025-05-13T20:49:17.233Z | Compiling slog-term v2.9.1 |
1555 | 2025-05-13T20:49:17.812Z | Compiling camino v1.1.9 |
1556 | 2025-05-13T20:49:23.320Z | Compiling aws-lc-sys v0.26.0 |
1557 | 2025-05-13T20:49:53.062Z | Compiling rustls-webpki v0.102.8 |
1558 | 2025-05-13T20:49:57.586Z | Compiling tokio-rustls v0.26.0 |
1559 | 2025-05-13T20:49:57.863Z | Compiling hyper-rustls v0.27.3 |
1560 | 2025-05-13T20:49:58.250Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1561 | 2025-05-13T20:50:01.727Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1562 | 2025-05-13T20:50:02.033Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1563 | 2025-05-13T20:50:06.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1564 | 2025-05-13T20:50:06.770Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1565 | 2025-05-13T20:50:06.829Z | May 13 20:50:06.099 INFO Starting download, target: Clickhouse |
1566 | 2025-05-13T20:50:06.830Z | May 13 20:50:06.099 INFO Starting download, target: Cockroach |
1567 | 2025-05-13T20:50:06.830Z | May 13 20:50:06.099 INFO Starting download, target: Console |
1568 | 2025-05-13T20:50:06.830Z | May 13 20:50:06.099 INFO Starting download, target: DendriteStub |
1569 | 2025-05-13T20:50:06.833Z | May 13 20:50:06.099 INFO Starting download, target: MaghemiteMgd |
1570 | 2025-05-13T20:50:06.833Z | May 13 20:50:06.099 INFO Starting download, target: TransceiverControl |
1571 | 2025-05-13T20:50:06.833Z | May 13 20:50:06.100 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1572 | 2025-05-13T20:50:06.833Z | May 13 20:50:06.100 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1573 | 2025-05-13T20:50:06.833Z | May 13 20:50:06.100 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1574 | 2025-05-13T20:50:06.833Z | May 13 20:50:06.100 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1575 | 2025-05-13T20:50:06.833Z | May 13 20:50:06.100 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1576 | 2025-05-13T20:50:06.833Z | May 13 20:50:06.100 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1577 | 2025-05-13T20:50:07.148Z | May 13 20:50:06.408 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1578 | 2025-05-13T20:50:07.354Z | May 13 20:50:06.595 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1579 | 2025-05-13T20:50:07.633Z | May 13 20:50:06.885 INFO Download complete, target: TransceiverControl |
1580 | 2025-05-13T20:50:07.761Z | May 13 20:50:07.026 INFO Download complete, target: Console |
1581 | 2025-05-13T20:50:07.862Z | May 13 20:50:07.129 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1582 | 2025-05-13T20:50:08.003Z | May 13 20:50:07.258 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1583 | 2025-05-13T20:50:08.423Z | May 13 20:50:07.693 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1584 | 2025-05-13T20:50:08.423Z | May 13 20:50:07.693 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1585 | 2025-05-13T20:50:08.690Z | May 13 20:50:07.959 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1586 | 2025-05-13T20:50:10.835Z | May 13 20:50:10.104 INFO Download complete, target: DendriteStub |
1587 | 2025-05-13T20:50:11.184Z | May 13 20:50:10.452 INFO Download complete, target: MaghemiteMgd |
1588 | 2025-05-13T20:50:14.899Z | May 13 20:50:14.167 INFO Checking that binary works, target: Cockroach |
1589 | 2025-05-13T20:50:15.064Z | May 13 20:50:14.332 INFO Download complete, target: Cockroach |
1590 | 2025-05-13T20:50:19.030Z | May 13 20:50:18.278 INFO Checking that binary works, target: Clickhouse |
1591 | 2025-05-13T20:50:19.145Z | May 13 20:50:18.408 INFO Download complete, target: Clickhouse |
1592 | 2025-05-13T20:50:19.161Z | All prerequisites installed successfully |
1593 | 2025-05-13T20:50:19.200Z | |
1594 | 2025-05-13T20:50:19.200Z | real 5:00.468284665 |
1595 | 2025-05-13T20:50:19.200Z | user 15:39.268932557 |
1596 | 2025-05-13T20:50:19.201Z | sys 2:14.478172971 |
1597 | 2025-05-13T20:50:19.201Z | trap 0.578126927 |
1598 | 2025-05-13T20:50:19.201Z | tflt 0.971011979 |
1599 | 2025-05-13T20:50:19.201Z | dflt 1.034232299 |
1600 | 2025-05-13T20:50:19.201Z | kflt 0.024689369 |
1601 | 2025-05-13T20:50:19.201Z | lock 23:47.214183056 |
1602 | 2025-05-13T20:50:19.202Z | slp 57:05.360844144 |
1603 | 2025-05-13T20:50:19.202Z | lat 1:02.641731742 |
1604 | 2025-05-13T20:50:19.202Z | stop 2:33.736735009 |
1605 | 2025-05-13T20:50:19.202Z | + ptime -m cargo xtask download softnpu |
1606 | 2025-05-13T20:50:19.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1607 | 2025-05-13T20:50:19.871Z | Running `target/debug/xtask download softnpu` |
1608 | 2025-05-13T20:50:20.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
1609 | 2025-05-13T20:50:20.941Z | Running `target/debug/xtask-downloader softnpu` |
1610 | 2025-05-13T20:50:20.984Z | May 13 20:50:20.251 INFO Starting download, target: Softnpu |
1611 | 2025-05-13T20:50:20.987Z | May 13 20:50:20.251 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1612 | 2025-05-13T20:50:21.556Z | May 13 20:50:20.821 INFO Download complete, target: Softnpu |
1613 | 2025-05-13T20:50:21.560Z | |
1614 | 2025-05-13T20:50:21.563Z | real 2.401719634 |
1615 | 2025-05-13T20:50:21.563Z | user 1.507984858 |
1616 | 2025-05-13T20:50:21.563Z | sys 0.668986621 |
1617 | 2025-05-13T20:50:21.563Z | trap 0.000751864 |
1618 | 2025-05-13T20:50:21.563Z | tflt 0.000125883 |
1619 | 2025-05-13T20:50:21.563Z | dflt 0.000099929 |
1620 | 2025-05-13T20:50:21.563Z | kflt 0.000000000 |
1621 | 2025-05-13T20:50:21.563Z | lock 6.109269929 |
1622 | 2025-05-13T20:50:21.563Z | slp 0.445260698 |
1623 | 2025-05-13T20:50:21.563Z | lat 0.068303224 |
1624 | 2025-05-13T20:50:21.563Z | stop 0.000170093 |
1625 | 2025-05-13T20:50:21.563Z | + export CARGO_INCREMENTAL=0 |
1626 | 2025-05-13T20:50:21.563Z | + CARGO_INCREMENTAL=0 |
1627 | 2025-05-13T20:50:21.563Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1628 | 2025-05-13T20:50:22.667Z | Compiling proc-macro2 v1.0.94 |
1629 | 2025-05-13T20:50:22.667Z | Compiling unicode-ident v1.0.14 |
1630 | 2025-05-13T20:50:22.670Z | Compiling libc v0.2.171 |
1631 | 2025-05-13T20:50:22.670Z | Compiling serde v1.0.219 |
1632 | 2025-05-13T20:50:22.671Z | Compiling autocfg v1.4.0 |
1633 | 2025-05-13T20:50:22.671Z | Compiling cfg-if v1.0.0 |
1634 | 2025-05-13T20:50:22.671Z | Compiling version_check v0.9.5 |
1635 | 2025-05-13T20:50:22.913Z | Compiling memchr v2.7.4 |
1636 | 2025-05-13T20:50:22.957Z | Compiling shlex v1.3.0 |
1637 | 2025-05-13T20:50:22.975Z | Compiling typenum v1.17.0 |
1638 | 2025-05-13T20:50:23.300Z | Compiling value-bag v1.9.0 |
1639 | 2025-05-13T20:50:23.511Z | Compiling generic-array v0.14.7 |
1640 | 2025-05-13T20:50:23.657Z | Compiling lock_api v0.4.12 |
1641 | 2025-05-13T20:50:23.845Z | Compiling log v0.4.22 |
1642 | 2025-05-13T20:50:23.900Z | Compiling libm v0.2.8 |
1643 | 2025-05-13T20:50:24.035Z | Compiling serde_json v1.0.140 |
1644 | 2025-05-13T20:50:24.269Z | Compiling num-traits v0.2.19 |
1645 | 2025-05-13T20:50:24.414Z | Compiling scopeguard v1.2.0 |
1646 | 2025-05-13T20:50:24.463Z | Compiling semver v1.0.26 |
1647 | 2025-05-13T20:50:24.572Z | Compiling parking_lot_core v0.9.10 |
1648 | 2025-05-13T20:50:24.594Z | Compiling quote v1.0.39 |
1649 | 2025-05-13T20:50:24.807Z | Compiling jobserver v0.1.32 |
1650 | 2025-05-13T20:50:24.954Z | Compiling getrandom v0.2.15 |
1651 | 2025-05-13T20:50:25.004Z | Compiling syn v2.0.98 |
1652 | 2025-05-13T20:50:25.054Z | Compiling rustix v0.38.37 |
1653 | 2025-05-13T20:50:25.091Z | Compiling getrandom v0.3.1 |
1654 | 2025-05-13T20:50:25.194Z | Compiling smallvec v1.14.0 |
1655 | 2025-05-13T20:50:25.244Z | Compiling cc v1.2.15 |
1656 | 2025-05-13T20:50:25.348Z | Compiling pkg-config v0.3.31 |
1657 | 2025-05-13T20:50:25.493Z | Compiling aho-corasick v1.1.3 |
1658 | 2025-05-13T20:50:25.513Z | Compiling regex-syntax v0.8.5 |
1659 | 2025-05-13T20:50:25.702Z | Compiling either v1.14.0 |
1660 | 2025-05-13T20:50:25.997Z | Compiling itoa v1.0.11 |
1661 | 2025-05-13T20:50:26.369Z | Compiling once_cell v1.21.3 |
1662 | 2025-05-13T20:50:26.544Z | Compiling rand_core v0.6.4 |
1663 | 2025-05-13T20:50:26.690Z | Compiling slab v0.4.9 |
1664 | 2025-05-13T20:50:27.080Z | Compiling stable_deref_trait v1.2.0 |
1665 | 2025-05-13T20:50:27.368Z | Compiling spin v0.9.8 |
1666 | 2025-05-13T20:50:27.614Z | Compiling errno v0.3.9 |
1667 | 2025-05-13T20:50:27.814Z | Compiling foldhash v0.1.3 |
1668 | 2025-05-13T20:50:27.855Z | Compiling glob v0.3.2 |
1669 | 2025-05-13T20:50:27.883Z | Compiling equivalent v1.0.1 |
1670 | 2025-05-13T20:50:28.024Z | Compiling allocator-api2 v0.2.18 |
1671 | 2025-05-13T20:50:28.229Z | Compiling prettyplease v0.2.30 |
1672 | 2025-05-13T20:50:28.569Z | Compiling subtle v2.6.1 |
1673 | 2025-05-13T20:50:28.600Z | Compiling clang-sys v1.8.1 |
1674 | 2025-05-13T20:50:28.651Z | Compiling lazy_static v1.5.0 |
1675 | 2025-05-13T20:50:28.803Z | Compiling hashbrown v0.15.1 |
1676 | 2025-05-13T20:50:28.921Z | Compiling thiserror v1.0.69 |
1677 | 2025-05-13T20:50:29.011Z | Compiling schemars v0.8.22 |
1678 | 2025-05-13T20:50:29.147Z | Compiling regex-automata v0.4.8 |
1679 | 2025-05-13T20:50:29.192Z | Compiling minimal-lexical v0.2.1 |
1680 | 2025-05-13T20:50:29.454Z | Compiling libloading v0.8.5 |
1681 | 2025-05-13T20:50:29.475Z | Compiling bindgen v0.69.5 |
1682 | 2025-05-13T20:50:29.677Z | Compiling nom v7.1.3 |
1683 | 2025-05-13T20:50:29.940Z | Compiling home v0.5.9 |
1684 | 2025-05-13T20:50:30.091Z | Compiling itertools v0.12.1 |
1685 | 2025-05-13T20:50:30.158Z | Compiling ryu v1.0.18 |
1686 | 2025-05-13T20:50:30.769Z | Compiling lazycell v1.3.0 |
1687 | 2025-05-13T20:50:30.812Z | Compiling rustc-hash v1.1.0 |
1688 | 2025-05-13T20:50:30.968Z | Compiling pin-project-lite v0.2.14 |
1689 | 2025-05-13T20:50:31.010Z | Compiling cmake v0.1.51 |
1690 | 2025-05-13T20:50:31.183Z | Compiling dunce v1.0.5 |
1691 | 2025-05-13T20:50:31.297Z | Compiling litemap v0.7.3 |
1692 | 2025-05-13T20:50:31.339Z | Compiling byteorder v1.5.0 |
1693 | 2025-05-13T20:50:31.750Z | Compiling writeable v0.5.5 |
1694 | 2025-05-13T20:50:31.787Z | Compiling fs_extra v1.3.0 |
1695 | 2025-05-13T20:50:32.320Z | Compiling synstructure v0.13.1 |
1696 | 2025-05-13T20:50:32.863Z | Compiling serde_derive_internals v0.29.1 |
1697 | 2025-05-13T20:50:32.866Z | Compiling cexpr v0.6.0 |
1698 | 2025-05-13T20:50:33.896Z | Compiling paste v1.0.15 |
1699 | 2025-05-13T20:50:34.519Z | Compiling icu_locid_transform_data v1.5.0 |
1700 | 2025-05-13T20:50:34.665Z | Compiling regex v1.11.1 |
1701 | 2025-05-13T20:50:35.000Z | Compiling const-oid v0.9.6 |
1702 | 2025-05-13T20:50:35.588Z | Compiling signal-hook-registry v1.4.2 |
1703 | 2025-05-13T20:50:36.155Z | Compiling fnv v1.0.7 |
1704 | 2025-05-13T20:50:36.246Z | Compiling serde_derive v1.0.219 |
1705 | 2025-05-13T20:50:36.310Z | Compiling zeroize_derive v1.4.2 |
1706 | 2025-05-13T20:50:36.495Z | Compiling zerofrom-derive v0.1.4 |
1707 | 2025-05-13T20:50:36.531Z | Compiling yoke-derive v0.7.4 |
1708 | 2025-05-13T20:50:36.974Z | Compiling zerovec-derive v0.10.3 |
1709 | 2025-05-13T20:50:36.998Z | Compiling displaydoc v0.2.5 |
1710 | 2025-05-13T20:50:37.627Z | Compiling icu_provider_macros v1.5.0 |
1711 | 2025-05-13T20:50:38.439Z | Compiling zeroize v1.8.1 |
1712 | 2025-05-13T20:50:38.704Z | Compiling tokio-macros v2.5.0 |
1713 | 2025-05-13T20:50:38.889Z | Compiling zerocopy-derive v0.7.35 |
1714 | 2025-05-13T20:50:39.133Z | Compiling thiserror-impl v1.0.69 |
1715 | 2025-05-13T20:50:39.357Z | Compiling schemars_derive v0.8.22 |
1716 | 2025-05-13T20:50:39.510Z | Compiling zerofrom v0.1.4 |
1717 | 2025-05-13T20:50:39.787Z | Compiling yoke v0.7.4 |
1718 | 2025-05-13T20:50:40.146Z | Compiling zerovec v0.10.4 |
1719 | 2025-05-13T20:50:40.196Z | Compiling futures-macro v0.3.31 |
1720 | 2025-05-13T20:50:40.221Z | Compiling crypto-common v0.1.6 |
1721 | 2025-05-13T20:50:40.432Z | Compiling icu_properties_data v1.5.0 |
1722 | 2025-05-13T20:50:41.040Z | Compiling der_derive v0.7.3 |
1723 | 2025-05-13T20:50:41.741Z | Compiling parking_lot v0.12.3 |
1724 | 2025-05-13T20:50:41.922Z | Compiling ring v0.17.11 |
1725 | 2025-05-13T20:50:42.005Z | Compiling mio v1.0.2 |
1726 | 2025-05-13T20:50:42.326Z | Compiling tinystr v0.7.6 |
1727 | 2025-05-13T20:50:42.721Z | Compiling icu_locid v1.5.0 |
1728 | 2025-05-13T20:50:42.925Z | Compiling icu_collections v1.5.0 |
1729 | 2025-05-13T20:50:43.508Z | Compiling zerocopy v0.8.25 |
1730 | 2025-05-13T20:50:43.667Z | Compiling icu_normalizer_data v1.5.0 |
1731 | 2025-05-13T20:50:43.794Z | Compiling utf16_iter v1.0.5 |
1732 | 2025-05-13T20:50:43.862Z | Compiling utf8_iter v1.0.4 |
1733 | 2025-05-13T20:50:44.046Z | Compiling icu_provider v1.5.0 |
1734 | 2025-05-13T20:50:44.173Z | Compiling write16 v1.0.0 |
1735 | 2025-05-13T20:50:44.241Z | Compiling percent-encoding v2.3.1 |
1736 | 2025-05-13T20:50:44.971Z | Compiling icu_locid_transform v1.5.0 |
1737 | 2025-05-13T20:50:46.214Z | Compiling block-buffer v0.10.4 |
1738 | 2025-05-13T20:50:46.486Z | Compiling icu_properties v1.5.1 |
1739 | 2025-05-13T20:50:46.639Z | Compiling tracing-attributes v0.1.27 |
1740 | 2025-05-13T20:50:47.381Z | Compiling vcpkg v0.2.15 |
1741 | 2025-05-13T20:50:48.727Z | Compiling bitflags v2.9.0 |
1742 | 2025-05-13T20:50:48.822Z | Compiling bytes v1.10.1 |
1743 | 2025-05-13T20:50:50.518Z | Compiling indexmap v2.9.0 |
1744 | 2025-05-13T20:50:50.580Z | Compiling icu_normalizer v1.5.0 |
1745 | 2025-05-13T20:50:51.063Z | Compiling aws-lc-rs v1.12.4 |
1746 | 2025-05-13T20:50:51.250Z | Compiling heck v0.5.0 |
1747 | 2025-05-13T20:50:51.697Z | Compiling idna_adapter v1.2.0 |
1748 | 2025-05-13T20:50:51.931Z | Compiling openssl-sys v0.9.107 |
1749 | 2025-05-13T20:50:52.282Z | Compiling digest v0.10.7 |
1750 | 2025-05-13T20:50:52.513Z | Compiling zerocopy-derive v0.8.25 |
1751 | 2025-05-13T20:50:52.727Z | Compiling socket2 v0.5.9 |
1752 | 2025-05-13T20:50:52.883Z | Compiling which v4.4.2 |
1753 | 2025-05-13T20:50:53.798Z | Compiling tokio v1.43.1 |
1754 | 2025-05-13T20:50:54.072Z | Compiling idna v1.0.3 |
1755 | 2025-05-13T20:50:54.599Z | Compiling form_urlencoded v1.2.1 |
1756 | 2025-05-13T20:50:55.545Z | Compiling futures-core v0.3.31 |
1757 | 2025-05-13T20:50:56.046Z | Compiling httparse v1.9.5 |
1758 | 2025-05-13T20:50:56.786Z | Compiling url v2.5.3 |
1759 | 2025-05-13T20:50:57.285Z | Compiling zerocopy v0.7.35 |
1760 | 2025-05-13T20:50:57.770Z | Compiling crossbeam-utils v0.8.21 |
1761 | 2025-05-13T20:50:57.997Z | Compiling syn v1.0.109 |
1762 | 2025-05-13T20:50:58.342Z | Compiling uuid v1.16.0 |
1763 | 2025-05-13T20:50:58.731Z | Compiling iana-time-zone v0.1.63 |
1764 | 2025-05-13T20:50:59.272Z | Compiling chrono v0.4.40 |
1765 | 2025-05-13T20:50:59.815Z | Compiling time-core v0.1.2 |
1766 | 2025-05-13T20:51:00.034Z | Compiling cpufeatures v0.2.14 |
1767 | 2025-05-13T20:51:00.159Z | Compiling num-conv v0.1.0 |
1768 | 2025-05-13T20:51:00.444Z | Compiling time-macros v0.2.18 |
1769 | 2025-05-13T20:51:02.526Z | Compiling hmac v0.12.1 |
1770 | 2025-05-13T20:51:02.637Z | Compiling rustc_version v0.4.1 |
1771 | 2025-05-13T20:51:03.591Z | Compiling openssl v0.10.72 |
1772 | 2025-05-13T20:51:03.802Z | Compiling futures-sink v0.3.31 |
1773 | 2025-05-13T20:51:04.272Z | Compiling block-padding v0.3.3 |
1774 | 2025-05-13T20:51:04.789Z | Compiling inout v0.1.3 |
1775 | 2025-05-13T20:51:05.050Z | Compiling serde_tokenstream v0.2.2 |
1776 | 2025-05-13T20:51:05.072Z | Compiling openssl-macros v0.1.1 |
1777 | 2025-05-13T20:51:05.161Z | Compiling aws-lc-sys v0.26.0 |
1778 | 2025-05-13T20:51:05.793Z | Compiling dyn-clone v1.0.19 |
1779 | 2025-05-13T20:51:05.987Z | Compiling native-tls v0.2.12 |
1780 | 2025-05-13T20:51:06.021Z | Compiling strsim v0.11.1 |
1781 | 2025-05-13T20:51:06.307Z | Compiling rustls v0.23.19 |
1782 | 2025-05-13T20:51:06.678Z | Compiling cipher v0.4.4 |
1783 | 2025-05-13T20:51:07.153Z | Compiling sha2 v0.10.8 |
1784 | 2025-05-13T20:51:07.491Z | Compiling scroll_derive v0.12.0 |
1785 | 2025-05-13T20:51:07.747Z | Compiling ucd-trie v0.1.7 |
1786 | 2025-05-13T20:51:07.903Z | Compiling base64ct v1.6.0 |
1787 | 2025-05-13T20:51:08.226Z | Compiling pest v2.7.14 |
1788 | 2025-05-13T20:51:08.537Z | Compiling pem-rfc7468 v0.7.0 |
1789 | 2025-05-13T20:51:09.124Z | Compiling futures-channel v0.3.31 |
1790 | 2025-05-13T20:51:09.612Z | Compiling http v1.2.0 |
1791 | 2025-05-13T20:51:10.072Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1792 | 2025-05-13T20:51:10.494Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1793 | 2025-05-13T20:51:10.828Z | Compiling cookie v0.18.1 |
1794 | 2025-05-13T20:51:11.083Z | Compiling futures-io v0.3.31 |
1795 | 2025-05-13T20:51:11.129Z | Compiling slog v2.7.0 |
1796 | 2025-05-13T20:51:11.190Z | Compiling flagset v0.4.6 |
1797 | 2025-05-13T20:51:11.434Z | Compiling futures-task v0.3.31 |
1798 | 2025-05-13T20:51:11.455Z | Compiling pin-utils v0.1.0 |
1799 | 2025-05-13T20:51:11.579Z | Compiling der v0.7.9 |
1800 | 2025-05-13T20:51:11.615Z | Compiling pest_meta v2.7.14 |
1801 | 2025-05-13T20:51:11.779Z | Compiling futures-util v0.3.31 |
1802 | 2025-05-13T20:51:12.531Z | Compiling toml_datetime v0.6.8 |
1803 | 2025-05-13T20:51:12.978Z | Compiling serde_spanned v0.6.8 |
1804 | 2025-05-13T20:51:13.234Z | Compiling thiserror v2.0.12 |
1805 | 2025-05-13T20:51:13.854Z | Compiling rustversion v1.0.17 |
1806 | 2025-05-13T20:51:14.789Z | Compiling rayon-core v1.12.1 |
1807 | 2025-05-13T20:51:14.844Z | Compiling anyhow v1.0.98 |
1808 | 2025-05-13T20:51:15.224Z | Compiling spki v0.7.3 |
1809 | 2025-05-13T20:51:15.442Z | Compiling pest_generator v2.7.14 |
1810 | 2025-05-13T20:51:15.627Z | Compiling salsa20 v0.10.2 |
1811 | 2025-05-13T20:51:16.154Z | Compiling ppv-lite86 v0.2.20 |
1812 | 2025-05-13T20:51:16.861Z | Compiling pbkdf2 v0.12.2 |
1813 | 2025-05-13T20:51:17.390Z | Compiling tracing-core v0.1.32 |
1814 | 2025-05-13T20:51:17.848Z | Compiling winnow v0.5.40 |
1815 | 2025-05-13T20:51:18.274Z | Compiling tracing v0.1.40 |
1816 | 2025-05-13T20:51:19.128Z | Compiling pest_derive v2.7.14 |
1817 | 2025-05-13T20:51:19.620Z | Compiling scrypt v0.11.0 |
1818 | 2025-05-13T20:51:20.218Z | Compiling cbc v0.1.2 |
1819 | 2025-05-13T20:51:20.448Z | Compiling aes v0.8.4 |
1820 | 2025-05-13T20:51:20.998Z | Compiling thiserror-impl v2.0.12 |
1821 | 2025-05-13T20:51:21.191Z | Compiling toml_edit v0.19.15 |
1822 | 2025-05-13T20:51:21.525Z | Compiling usdt-impl v0.5.0 |
1823 | 2025-05-13T20:51:21.604Z | Compiling rustls-pki-types v1.10.0 |
1824 | 2025-05-13T20:51:21.931Z | Compiling litrs v0.4.1 |
1825 | 2025-05-13T20:51:22.851Z | Compiling document-features v0.2.10 |
1826 | 2025-05-13T20:51:23.611Z | Compiling pkcs5 v0.7.1 |
1827 | 2025-05-13T20:51:24.443Z | Compiling tokio-util v0.7.13 |
1828 | 2025-05-13T20:51:24.545Z | Compiling scroll v0.12.0 |
1829 | 2025-05-13T20:51:25.759Z | Compiling heapless v0.7.17 |
1830 | 2025-05-13T20:51:27.223Z | Compiling newtype-uuid v1.2.1 |
1831 | 2025-05-13T20:51:27.258Z | Compiling adler2 v2.0.0 |
1832 | 2025-05-13T20:51:27.542Z | Compiling zstd-safe v7.2.3 |
1833 | 2025-05-13T20:51:27.573Z | Compiling signal-hook v0.3.17 |
1834 | 2025-05-13T20:51:27.862Z | Compiling untrusted v0.9.0 |
1835 | 2025-05-13T20:51:27.886Z | Compiling powerfmt v0.2.0 |
1836 | 2025-05-13T20:51:27.908Z | Compiling untrusted v0.7.1 |
1837 | 2025-05-13T20:51:28.045Z | Compiling plain v0.2.3 |
1838 | 2025-05-13T20:51:28.311Z | Compiling goblin v0.8.2 |
1839 | 2025-05-13T20:51:28.394Z | Compiling deranged v0.3.11 |
1840 | 2025-05-13T20:51:28.622Z | Compiling miniz_oxide v0.8.5 |
1841 | 2025-05-13T20:51:30.045Z | Compiling pkcs8 v0.10.2 |
1842 | 2025-05-13T20:51:30.796Z | Compiling tinyvec_macros v0.1.1 |
1843 | 2025-05-13T20:51:31.203Z | Compiling pretty-hex v0.4.1 |
1844 | 2025-05-13T20:51:31.928Z | Compiling atomic-waker v1.1.2 |
1845 | 2025-05-13T20:51:32.280Z | Compiling num_threads v0.1.7 |
1846 | 2025-05-13T20:51:32.634Z | Compiling time v0.3.36 |
1847 | 2025-05-13T20:51:32.975Z | Compiling tinyvec v1.8.0 |
1848 | 2025-05-13T20:51:34.457Z | Compiling dof v0.3.0 |
1849 | 2025-05-13T20:51:36.279Z | Compiling dtrace-parser v0.2.0 |
1850 | 2025-05-13T20:51:36.433Z | Compiling http-body v1.0.1 |
1851 | 2025-05-13T20:51:36.944Z | Compiling curve25519-dalek v4.1.3 |
1852 | 2025-05-13T20:51:37.136Z | Compiling async-trait v0.1.88 |
1853 | 2025-05-13T20:51:37.409Z | Compiling thread-id v4.2.2 |
1854 | 2025-05-13T20:51:37.554Z | Compiling memoffset v0.9.1 |
1855 | 2025-05-13T20:51:38.183Z | Compiling smoltcp v0.9.1 |
1856 | 2025-05-13T20:51:38.231Z | Compiling try-lock v0.2.5 |
1857 | 2025-05-13T20:51:38.868Z | Compiling portable-atomic v1.11.0 |
1858 | 2025-05-13T20:51:39.207Z | Compiling num-bigint-dig v0.8.4 |
1859 | 2025-05-13T20:51:39.471Z | Compiling foreign-types-shared v0.1.1 |
1860 | 2025-05-13T20:51:39.565Z | Compiling want v0.3.1 |
1861 | 2025-05-13T20:51:39.606Z | Compiling foreign-types v0.3.2 |
1862 | 2025-05-13T20:51:39.628Z | Compiling h2 v0.4.6 |
1863 | 2025-05-13T20:51:44.672Z | Compiling rand_core v0.9.2 |
1864 | 2025-05-13T20:51:45.140Z | Compiling strum_macros v0.26.4 |
1865 | 2025-05-13T20:51:46.842Z | Compiling tower-service v0.3.3 |
1866 | 2025-05-13T20:51:47.006Z | Compiling httpdate v1.0.3 |
1867 | 2025-05-13T20:51:47.559Z | Compiling gimli v0.31.1 |
1868 | 2025-05-13T20:51:49.289Z | Compiling heck v0.4.1 |
1869 | 2025-05-13T20:51:49.642Z | Compiling cfg_aliases v0.2.1 |
1870 | 2025-05-13T20:51:49.755Z | Compiling nix v0.29.0 |
1871 | 2025-05-13T20:51:50.704Z | Compiling hyper v1.6.0 |
1872 | 2025-05-13T20:51:54.036Z | Compiling addr2line v0.24.2 |
1873 | 2025-05-13T20:51:55.487Z | Compiling rand_chacha v0.9.0 |
1874 | 2025-05-13T20:51:55.848Z | Compiling crossbeam-epoch v0.9.18 |
1875 | 2025-05-13T20:51:56.501Z | Compiling unicode-normalization v0.1.24 |
1876 | 2025-05-13T20:51:58.784Z | Compiling rand_chacha v0.3.1 |
1877 | 2025-05-13T20:51:59.764Z | Compiling hubpack_derive v0.1.1 |
1878 | 2025-05-13T20:52:00.001Z | Compiling ipnetwork v0.21.1 |
1879 | 2025-05-13T20:52:00.612Z | Compiling signature v2.2.0 |
1880 | 2025-05-13T20:52:00.631Z | Compiling openapiv3 v2.0.0 |
1881 | 2025-05-13T20:52:00.708Z | Compiling daft-derive v0.1.3 |
1882 | 2025-05-13T20:52:00.856Z | Compiling curve25519-dalek-derive v0.1.1 |
1883 | 2025-05-13T20:52:02.214Z | Compiling object v0.36.5 |
1884 | 2025-05-13T20:52:03.477Z | Compiling fs-err v3.1.0 |
1885 | 2025-05-13T20:52:03.724Z | Compiling ahash v0.8.11 |
1886 | 2025-05-13T20:52:03.851Z | Compiling crc32fast v1.4.2 |
1887 | 2025-05-13T20:52:04.114Z | Compiling buf-list v1.0.3 |
1888 | 2025-05-13T20:52:04.168Z | Compiling zip v2.6.1 |
1889 | 2025-05-13T20:52:04.276Z | Compiling siphasher v0.3.11 |
1890 | 2025-05-13T20:52:04.527Z | Compiling openssl-probe v0.1.5 |
1891 | 2025-05-13T20:52:04.627Z | Compiling ident_case v1.0.1 |
1892 | 2025-05-13T20:52:04.651Z | Compiling utf8parse v0.2.2 |
1893 | 2025-05-13T20:52:04.669Z | Compiling rustc-demangle v0.1.24 |
1894 | 2025-05-13T20:52:04.834Z | Compiling base64 v0.22.1 |
1895 | 2025-05-13T20:52:04.959Z | Compiling anstyle v1.0.10 |
1896 | 2025-05-13T20:52:05.390Z | Compiling unicode-bidi v0.3.17 |
1897 | 2025-05-13T20:52:05.486Z | Compiling unicode-properties v0.1.3 |
1898 | 2025-05-13T20:52:05.957Z | Compiling anstyle-parse v0.2.5 |
1899 | 2025-05-13T20:52:06.303Z | Compiling stringprep v0.1.5 |
1900 | 2025-05-13T20:52:06.475Z | Compiling darling_core v0.20.10 |
1901 | 2025-05-13T20:52:07.149Z | Compiling phf_shared v0.11.2 |
1902 | 2025-05-13T20:52:08.849Z | Compiling rand v0.8.5 |
1903 | 2025-05-13T20:52:10.060Z | Compiling backtrace v0.3.74 |
1904 | 2025-05-13T20:52:12.272Z | Compiling hyper-util v0.1.11 |
1905 | 2025-05-13T20:52:15.890Z | Compiling crossbeam-deque v0.8.5 |
1906 | 2025-05-13T20:52:16.264Z | Compiling rand v0.9.0 |
1907 | 2025-05-13T20:52:17.566Z | Compiling usdt-attr-macro v0.5.0 |
1908 | 2025-05-13T20:52:19.084Z | Compiling usdt-macro v0.5.0 |
1909 | 2025-05-13T20:52:20.805Z | Compiling md-5 v0.10.6 |
1910 | 2025-05-13T20:52:20.850Z | Compiling num-integer v0.1.46 |
1911 | 2025-05-13T20:52:20.868Z | Compiling hash32 v0.2.1 |
1912 | 2025-05-13T20:52:21.074Z | Compiling ff v0.13.0 |
1913 | 2025-05-13T20:52:21.226Z | Compiling colorchoice v1.0.2 |
1914 | 2025-05-13T20:52:21.410Z | Compiling is_terminal_polyfill v1.70.1 |
1915 | 2025-05-13T20:52:21.521Z | Compiling fallible-iterator v0.2.0 |
1916 | 2025-05-13T20:52:21.563Z | Compiling psl-types v2.0.11 |
1917 | 2025-05-13T20:52:22.215Z | Compiling base16ct v0.2.0 |
1918 | 2025-05-13T20:52:22.311Z | Compiling anstyle-query v1.1.1 |
1919 | 2025-05-13T20:52:22.492Z | Compiling anstream v0.6.18 |
1920 | 2025-05-13T20:52:22.509Z | Compiling sec1 v0.7.3 |
1921 | 2025-05-13T20:52:23.041Z | Compiling postgres-protocol v0.6.8 |
1922 | 2025-05-13T20:52:24.155Z | Compiling publicsuffix v2.3.0 |
1923 | 2025-05-13T20:52:24.198Z | Compiling num-iter v0.1.45 |
1924 | 2025-05-13T20:52:24.421Z | Compiling group v0.13.0 |
1925 | 2025-05-13T20:52:26.990Z | Compiling darling_macro v0.20.10 |
1926 | 2025-05-13T20:52:27.374Z | Compiling tokio-native-tls v0.3.1 |
1927 | 2025-05-13T20:52:27.663Z | Compiling flate2 v1.1.1 |
1928 | 2025-05-13T20:52:27.698Z | Compiling strum_macros v0.25.3 |
1929 | 2025-05-13T20:52:28.392Z | Compiling http-body-util v0.1.3 |
1930 | 2025-05-13T20:52:28.883Z | Compiling webpki-roots v0.26.6 |
1931 | 2025-05-13T20:52:29.425Z | Compiling hkdf v0.12.4 |
1932 | 2025-05-13T20:52:29.504Z | Compiling sync_wrapper v1.0.1 |
1933 | 2025-05-13T20:52:29.672Z | Compiling terminal_size v0.4.0 |
1934 | 2025-05-13T20:52:29.687Z | Compiling clap_derive v4.5.32 |
1935 | 2025-05-13T20:52:29.942Z | Compiling enum-as-inner v0.6.1 |
1936 | 2025-05-13T20:52:30.036Z | Compiling crypto-bigint v0.5.5 |
1937 | 2025-05-13T20:52:30.983Z | Compiling serde_repr v0.1.19 |
1938 | 2025-05-13T20:52:32.258Z | Compiling encoding_rs v0.8.34 |
1939 | 2025-05-13T20:52:33.379Z | Compiling managed v0.8.0 |
1940 | 2025-05-13T20:52:33.832Z | Compiling bumpalo v3.16.0 |
1941 | 2025-05-13T20:52:33.858Z | Compiling bitflags v1.3.2 |
1942 | 2025-05-13T20:52:34.236Z | Compiling rustls-webpki v0.102.8 |
1943 | 2025-05-13T20:52:34.292Z | Compiling tower-layer v0.3.3 |
1944 | 2025-05-13T20:52:34.600Z | Compiling unicode-width v0.2.0 |
1945 | 2025-05-13T20:52:35.016Z | Compiling simd-adler32 v0.3.7 |
1946 | 2025-05-13T20:52:35.538Z | Compiling clap_lex v0.7.4 |
1947 | 2025-05-13T20:52:35.901Z | Compiling lockfree-object-pool v0.1.6 |
1948 | 2025-05-13T20:52:35.975Z | Compiling mime v0.3.17 |
1949 | 2025-05-13T20:52:37.205Z | Compiling ipnet v2.11.0 |
1950 | 2025-05-13T20:52:38.190Z | Compiling zopfli v0.8.1 |
1951 | 2025-05-13T20:52:39.538Z | Compiling clap_builder v4.5.35 |
1952 | 2025-05-13T20:52:39.850Z | Compiling console v0.15.10 |
1953 | 2025-05-13T20:52:40.087Z | Compiling tower v0.5.2 |
1954 | 2025-05-13T20:52:41.340Z | Compiling elliptic-curve v0.13.8 |
1955 | 2025-05-13T20:52:42.072Z | Compiling tokio-rustls v0.26.0 |
1956 | 2025-05-13T20:52:42.544Z | Compiling hyper-rustls v0.27.3 |
1957 | 2025-05-13T20:52:42.926Z | Compiling oxnet v0.1.1 |
1958 | 2025-05-13T20:52:43.660Z | Compiling hyper-tls v0.6.0 |
1959 | 2025-05-13T20:52:45.900Z | Compiling darling v0.20.10 |
1960 | 2025-05-13T20:52:46.041Z | Compiling zstd v0.13.3 |
1961 | 2025-05-13T20:52:46.333Z | Compiling rayon v1.10.0 |
1962 | 2025-05-13T20:52:46.577Z | Compiling signal-hook-mio v0.2.4 |
1963 | 2025-05-13T20:52:46.726Z | Compiling cookie_store v0.21.1 |
1964 | 2025-05-13T20:52:46.787Z | Compiling postgres-types v0.2.9 |
1965 | 2025-05-13T20:52:46.987Z | Compiling phf v0.11.2 |
1966 | 2025-05-13T20:52:47.433Z | Compiling ed25519 v2.2.3 |
1967 | 2025-05-13T20:52:47.551Z | Compiling hubpack v0.1.2 |
1968 | 2025-05-13T20:52:47.554Z | Compiling bzip2 v0.4.4 |
1969 | 2025-05-13T20:52:47.890Z | Compiling bzip2 v0.5.2 |
1970 | 2025-05-13T20:52:47.973Z | Compiling rustls-pemfile v2.2.0 |
1971 | 2025-05-13T20:52:47.991Z | Compiling pkcs1 v0.7.5 |
1972 | 2025-05-13T20:52:48.294Z | Compiling futures-executor v0.3.31 |
1973 | 2025-05-13T20:52:48.800Z | Compiling rfc6979 v0.4.0 |
1974 | 2025-05-13T20:52:48.819Z | Compiling serde_urlencoded v0.7.1 |
1975 | 2025-05-13T20:52:49.051Z | Compiling serde-big-array v0.5.1 |
1976 | 2025-05-13T20:52:49.307Z | Compiling float-cmp v0.10.0 |
1977 | 2025-05-13T20:52:49.311Z | Compiling bstr v1.10.0 |
1978 | 2025-05-13T20:52:49.344Z | Compiling regress v0.10.3 |
1979 | 2025-05-13T20:52:49.429Z | Compiling memmap v0.7.0 |
1980 | 2025-05-13T20:52:50.156Z | Compiling difflib v0.4.0 |
1981 | 2025-05-13T20:52:50.408Z | Compiling whoami v1.5.2 |
1982 | 2025-05-13T20:52:50.711Z | Compiling winnow v0.7.3 |
1983 | 2025-05-13T20:52:50.915Z | Compiling fixedbitset v0.4.2 |
1984 | 2025-05-13T20:52:51.209Z | Compiling new_debug_unreachable v1.0.6 |
1985 | 2025-05-13T20:52:51.313Z | Compiling data-encoding v2.6.0 |
1986 | 2025-05-13T20:52:51.821Z | Compiling predicates-core v1.0.8 |
1987 | 2025-05-13T20:52:52.625Z | Compiling number_prefix v0.4.0 |
1988 | 2025-05-13T20:52:52.700Z | Compiling unicode-segmentation v1.12.0 |
1989 | 2025-05-13T20:52:52.721Z | Compiling precomputed-hash v0.1.1 |
1990 | 2025-05-13T20:52:52.861Z | Compiling static_assertions v1.1.0 |
1991 | 2025-05-13T20:52:52.882Z | Compiling normalize-line-endings v0.3.0 |
1992 | 2025-05-13T20:52:52.885Z | Compiling string_cache v0.8.9 |
1993 | 2025-05-13T20:52:52.996Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869) |
1994 | 2025-05-13T20:52:53.039Z | Compiling predicates v3.1.3 |
1995 | 2025-05-13T20:52:53.350Z | Compiling typify-impl v0.3.0 |
1996 | 2025-05-13T20:52:53.593Z | Compiling similar v2.7.0 |
1997 | 2025-05-13T20:52:53.916Z | Compiling toml_edit v0.22.24 |
1998 | 2025-05-13T20:52:54.104Z | Compiling indicatif v0.17.11 |
1999 | 2025-05-13T20:52:54.313Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
2000 | 2025-05-13T20:52:55.408Z | Compiling hickory-proto v0.24.4 |
2001 | 2025-05-13T20:52:55.892Z | Compiling petgraph v0.6.5 |
2002 | 2025-05-13T20:52:59.486Z | Compiling tokio-postgres v0.7.13 |
2003 | 2025-05-13T20:53:00.240Z | Compiling usdt v0.5.0 |
2004 | 2025-05-13T20:53:00.609Z | Compiling ecdsa v0.16.9 |
2005 | 2025-05-13T20:53:01.487Z | Compiling futures v0.3.31 |
2006 | 2025-05-13T20:53:01.625Z | Compiling rsa v0.9.6 |
2007 | 2025-05-13T20:53:03.318Z | Compiling zip v0.6.6 |
2008 | 2025-05-13T20:53:03.476Z | Compiling ed25519-dalek v2.1.1 |
2009 | 2025-05-13T20:53:05.075Z | Compiling crossterm v0.28.1 |
2010 | 2025-05-13T20:53:05.326Z | Compiling daft v0.1.3 |
2011 | 2025-05-13T20:53:05.345Z | Compiling clap v4.5.35 |
2012 | 2025-05-13T20:53:06.207Z | Compiling strum v0.26.3 |
2013 | 2025-05-13T20:53:06.906Z | Compiling tokio-stream v0.1.17 |
2014 | 2025-05-13T20:53:07.577Z | Compiling toml v0.7.8 |
2015 | 2025-05-13T20:53:07.909Z | Compiling x509-cert v0.2.5 |
2016 | 2025-05-13T20:53:09.236Z | Compiling sha1 v0.10.6 |
2017 | 2025-05-13T20:53:09.502Z | Compiling itertools v0.10.5 |
2018 | 2025-05-13T20:53:09.606Z | Compiling winnow v0.6.26 |
2019 | 2025-05-13T20:53:10.188Z | Compiling unicode-xid v0.2.6 |
2020 | 2025-05-13T20:53:10.397Z | Compiling lalrpop-util v0.19.12 |
2021 | 2025-05-13T20:53:11.370Z | Compiling peg-runtime v0.8.5 |
2022 | 2025-05-13T20:53:12.976Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2023 | 2025-05-13T20:53:13.491Z | Compiling typify-macro v0.3.0 |
2024 | 2025-05-13T20:53:16.425Z | Compiling camino v1.1.9 |
2025 | 2025-05-13T20:53:24.236Z | Compiling proc-macro-crate v1.3.1 |
2026 | 2025-05-13T20:53:24.509Z | Compiling macaddr v1.0.1 |
2027 | 2025-05-13T20:53:25.409Z | Compiling itertools v0.13.0 |
2028 | 2025-05-13T20:53:25.801Z | Compiling heapless v0.8.0 |
2029 | 2025-05-13T20:53:26.752Z | Compiling fastrand v2.1.1 |
2030 | 2025-05-13T20:53:27.395Z | Compiling tempfile v3.13.0 |
2031 | 2025-05-13T20:53:28.382Z | Compiling ingot-macros v0.1.0 |
2032 | 2025-05-13T20:53:36.212Z | Compiling num_enum_derive v0.5.11 |
2033 | 2025-05-13T20:53:43.817Z | Compiling structmeta-derive v0.3.0 |
2034 | 2025-05-13T20:53:45.751Z | Compiling hash32 v0.3.1 |
2035 | 2025-05-13T20:53:48.472Z | Compiling smoltcp v0.11.0 |
2036 | 2025-05-13T20:53:49.897Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2037 | 2025-05-13T20:53:52.589Z | Compiling structmeta v0.3.0 |
2038 | 2025-05-13T20:53:54.475Z | Compiling num_enum v0.5.11 |
2039 | 2025-05-13T20:53:54.925Z | Compiling ingot-types v0.1.0 |
2040 | 2025-05-13T20:53:56.546Z | Compiling typify v0.3.0 |
2041 | 2025-05-13T20:54:02.867Z | Compiling dirs-sys-next v0.1.2 |
2042 | 2025-05-13T20:54:02.915Z | Compiling proc-macro-error-attr v1.0.4 |
2043 | 2025-05-13T20:54:03.763Z | Compiling unsafe-libyaml v0.2.11 |
2044 | 2025-05-13T20:54:04.117Z | Compiling cobs v0.2.3 |
2045 | 2025-05-13T20:54:04.460Z | Compiling rustls v0.22.4 |
2046 | 2025-05-13T20:54:04.815Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2047 | 2025-05-13T20:54:08.932Z | Compiling serde_yaml v0.9.34+deprecated |
2048 | 2025-05-13T20:54:10.573Z | Compiling postcard v1.0.10 |
2049 | 2025-05-13T20:54:13.320Z | Compiling dirs-next v2.0.0 |
2050 | 2025-05-13T20:54:19.432Z | Compiling progenitor-impl v0.9.1 |
2051 | 2025-05-13T20:54:20.820Z | Compiling ingot v0.1.0 |
2052 | 2025-05-13T20:54:25.665Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2053 | 2025-05-13T20:54:26.175Z | Compiling hex v0.4.3 |
2054 | 2025-05-13T20:54:26.641Z | Compiling foreign-types-macros v0.2.3 |
2055 | 2025-05-13T20:54:26.833Z | Compiling thread_local v1.1.8 |
2056 | 2025-05-13T20:54:26.899Z | Compiling wait-timeout v0.2.0 |
2057 | 2025-05-13T20:54:27.571Z | Compiling multer v3.1.0 |
2058 | 2025-05-13T20:54:27.847Z | Compiling proc-macro-error v1.0.4 |
2059 | 2025-05-13T20:54:27.892Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2060 | 2025-05-13T20:54:28.225Z | Compiling foreign-types-shared v0.3.1 |
2061 | 2025-05-13T20:54:28.252Z | Compiling quick-error v1.2.3 |
2062 | 2025-05-13T20:54:28.387Z | Compiling bit-vec v0.8.0 |
2063 | 2025-05-13T20:54:28.408Z | Compiling unicode-width v0.1.14 |
2064 | 2025-05-13T20:54:28.465Z | Compiling slog-async v2.8.0 |
2065 | 2025-05-13T20:54:28.997Z | Compiling match_cfg v0.1.0 |
2066 | 2025-05-13T20:54:29.118Z | Compiling hostname v0.3.1 |
2067 | 2025-05-13T20:54:29.138Z | Compiling tabwriter v1.4.0 |
2068 | 2025-05-13T20:54:29.405Z | Compiling bit-set v0.8.0 |
2069 | 2025-05-13T20:54:29.427Z | Compiling rusty-fork v0.3.0 |
2070 | 2025-05-13T20:54:29.489Z | Compiling foreign-types v0.5.0 |
2071 | 2025-05-13T20:54:29.877Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2072 | 2025-05-13T20:54:29.908Z | Compiling progenitor-macro v0.9.1 |
2073 | 2025-05-13T20:54:30.144Z | Compiling term v0.7.0 |
2074 | 2025-05-13T20:54:31.751Z | Compiling progenitor-client v0.9.1 |
2075 | 2025-05-13T20:54:32.727Z | Compiling slog-json v2.6.1 |
2076 | 2025-05-13T20:54:33.032Z | Compiling crossbeam-channel v0.5.15 |
2077 | 2025-05-13T20:54:33.202Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2078 | 2025-05-13T20:54:34.064Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2079 | 2025-05-13T20:54:34.314Z | Compiling async-stream-impl v0.3.6 |
2080 | 2025-05-13T20:54:34.511Z | Compiling rand_xorshift v0.3.0 |
2081 | 2025-05-13T20:54:34.868Z | Compiling cstr-argument v0.1.2 |
2082 | 2025-05-13T20:54:34.924Z | Compiling is-terminal v0.4.13 |
2083 | 2025-05-13T20:54:35.097Z | Compiling dropshot v0.16.0 |
2084 | 2025-05-13T20:54:35.176Z | Compiling crucible-workspace-hack v0.1.0 |
2085 | 2025-05-13T20:54:35.447Z | Compiling pretty-hex v0.2.1 |
2086 | 2025-05-13T20:54:35.511Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2087 | 2025-05-13T20:54:35.534Z | Compiling take_mut v0.2.2 |
2088 | 2025-05-13T20:54:35.716Z | Compiling unarray v0.1.4 |
2089 | 2025-05-13T20:54:35.887Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2090 | 2025-05-13T20:54:35.940Z | Compiling proptest v1.6.0 |
2091 | 2025-05-13T20:54:36.327Z | Compiling tokio-rustls v0.25.0 |
2092 | 2025-05-13T20:54:36.590Z | Compiling async-stream v0.3.6 |
2093 | 2025-05-13T20:54:36.912Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2094 | 2025-05-13T20:54:36.934Z | Compiling slog-term v2.9.1 |
2095 | 2025-05-13T20:54:38.156Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2096 | 2025-05-13T20:54:38.383Z | Compiling slog-bunyan v2.5.0 |
2097 | 2025-05-13T20:54:39.204Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2098 | 2025-05-13T20:54:39.437Z | Compiling test-strategy v0.4.0 |
2099 | 2025-05-13T20:54:39.529Z | Compiling parse-display-derive v0.10.0 |
2100 | 2025-05-13T20:54:40.788Z | Compiling progenitor v0.9.1 |
2101 | 2025-05-13T20:54:41.048Z | Compiling toml v0.8.20 |
2102 | 2025-05-13T20:54:41.274Z | Compiling serde_with_macros v3.12.0 |
2103 | 2025-05-13T20:54:42.595Z | Compiling colored v2.2.0 |
2104 | 2025-05-13T20:54:43.033Z | Compiling waitgroup v0.1.2 |
2105 | 2025-05-13T20:54:43.339Z | Compiling dropshot_endpoint v0.16.0 |
2106 | 2025-05-13T20:54:43.643Z | Compiling serde_path_to_error v0.1.16 |
2107 | 2025-05-13T20:54:43.938Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2108 | 2025-05-13T20:54:44.712Z | Compiling derive-where v1.2.7 |
2109 | 2025-05-13T20:54:44.732Z | Compiling hostname v0.4.0 |
2110 | 2025-05-13T20:54:45.029Z | Compiling instant v0.1.13 |
2111 | 2025-05-13T20:54:45.239Z | Compiling debug-ignore v1.0.5 |
2112 | 2025-05-13T20:54:45.442Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2113 | 2025-05-13T20:54:45.881Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2114 | 2025-05-13T20:54:46.981Z | Compiling backoff v0.4.0 |
2115 | 2025-05-13T20:54:47.375Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2116 | 2025-05-13T20:54:47.596Z | Compiling serde_with v3.12.0 |
2117 | 2025-05-13T20:54:47.599Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2118 | 2025-05-13T20:54:48.045Z | Compiling parse-display v0.10.0 |
2119 | 2025-05-13T20:54:50.090Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2120 | 2025-05-13T20:54:51.963Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2121 | 2025-05-13T20:54:53.380Z | Compiling zone_cfg_derive v0.3.0 |
2122 | 2025-05-13T20:54:54.697Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2123 | 2025-05-13T20:54:55.621Z | Compiling camino-tempfile v1.3.0 |
2124 | 2025-05-13T20:54:55.766Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2125 | 2025-05-13T20:54:56.410Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2126 | 2025-05-13T20:54:56.726Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2127 | 2025-05-13T20:54:56.883Z | Compiling num-derive v0.4.2 |
2128 | 2025-05-13T20:54:57.156Z | Compiling sigpipe v0.1.3 |
2129 | 2025-05-13T20:54:57.331Z | Compiling jiff v0.2.13 |
2130 | 2025-05-13T20:54:58.431Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2131 | 2025-05-13T20:54:59.330Z | Compiling libefi-sys v0.1.0 |
2132 | 2025-05-13T20:54:59.343Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2133 | 2025-05-13T20:54:59.343Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2134 | 2025-05-13T20:55:00.645Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2135 | 2025-05-13T20:55:00.695Z | Compiling zone v0.3.1 |
2136 | 2025-05-13T20:55:01.234Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2137 | 2025-05-13T20:55:03.982Z | Compiling itertools v0.14.0 |
2138 | 2025-05-13T20:55:04.435Z | Compiling smf v0.2.3 |
2139 | 2025-05-13T20:55:05.429Z | Compiling bitfield-struct v0.6.2 |
2140 | 2025-05-13T20:55:06.790Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2141 | 2025-05-13T20:55:07.081Z | Compiling blake3 v1.5.4 |
2142 | 2025-05-13T20:55:07.473Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2143 | 2025-05-13T20:55:08.080Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2144 | 2025-05-13T20:55:08.387Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2145 | 2025-05-13T20:55:08.557Z | Compiling xattr v1.3.1 |
2146 | 2025-05-13T20:55:08.884Z | Compiling memmap2 v0.9.5 |
2147 | 2025-05-13T20:55:08.925Z | Compiling filetime v0.2.25 |
2148 | 2025-05-13T20:55:09.312Z | Compiling same-file v1.0.6 |
2149 | 2025-05-13T20:55:09.468Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2150 | 2025-05-13T20:55:09.562Z | Compiling constant_time_eq v0.3.1 |
2151 | 2025-05-13T20:55:09.609Z | Compiling arrayvec v0.7.6 |
2152 | 2025-05-13T20:55:09.613Z | Compiling arrayref v0.3.9 |
2153 | 2025-05-13T20:55:09.764Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2154 | 2025-05-13T20:55:09.785Z | Compiling walkdir v2.5.0 |
2155 | 2025-05-13T20:55:10.149Z | Compiling tar v0.4.44 |
2156 | 2025-05-13T20:55:11.265Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2157 | 2025-05-13T20:55:11.459Z | Compiling gethostname v0.5.0 |
2158 | 2025-05-13T20:55:11.630Z | Compiling cargo-platform v0.1.8 |
2159 | 2025-05-13T20:55:11.709Z | Compiling topological-sort v0.2.2 |
2160 | 2025-05-13T20:55:11.729Z | Compiling fixedbitset v0.5.7 |
2161 | 2025-05-13T20:55:12.032Z | Compiling cargo_metadata v0.19.2 |
2162 | 2025-05-13T20:55:12.491Z | Compiling petgraph v0.7.1 |
2163 | 2025-05-13T20:55:12.892Z | Compiling omicron-zone-package v0.12.2 |
2164 | 2025-05-13T20:55:16.057Z | Compiling indent_write v2.2.0 |
2165 | 2025-05-13T20:55:16.341Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2166 | 2025-05-13T20:55:16.668Z | Compiling shell-words v1.1.0 |
2167 | 2025-05-13T20:55:17.194Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2168 | 2025-05-13T20:55:18.526Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2169 | 2025-05-13T20:55:21.461Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2170 | 2025-05-13T20:55:42.816Z | Finished `release` profile [optimized] target(s) in 5m 21s |
2171 | 2025-05-13T20:55:42.995Z | Running `target/release/omicron-package -t test target create -p dev` |
2172 | 2025-05-13T20:55:43.048Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2173 | 2025-05-13T20:55:43.052Z | Created new build target 'test' and set it as active |
2174 | 2025-05-13T20:55:43.052Z | |
2175 | 2025-05-13T20:55:43.052Z | real 5:21.421076866 |
2176 | 2025-05-13T20:55:43.052Z | user 37:06.559953003 |
2177 | 2025-05-13T20:55:43.052Z | sys 3:40.591715486 |
2178 | 2025-05-13T20:55:43.052Z | trap 1.172147726 |
2179 | 2025-05-13T20:55:43.052Z | tflt 1.759628137 |
2180 | 2025-05-13T20:55:43.052Z | dflt 0.844439666 |
2181 | 2025-05-13T20:55:43.052Z | kflt 0.000119070 |
2182 | 2025-05-13T20:55:43.052Z | lock 1:12:08.290991705 |
2183 | 2025-05-13T20:55:43.052Z | slp 2:32:13.469328697 |
2184 | 2025-05-13T20:55:43.052Z | lat 2:46.460445979 |
2185 | 2025-05-13T20:55:43.052Z | stop 4:57.254931947 |
2186 | 2025-05-13T20:55:43.052Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2187 | 2025-05-13T20:55:44.201Z | Finished `release` profile [optimized] target(s) in 1.09s |
2188 | 2025-05-13T20:55:44.288Z | Running `target/release/omicron-package -t test package` |
2189 | 2025-05-13T20:55:44.311Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2190 | 2025-05-13T20:55:45.643Z | Compiling convert_case v0.4.0 |
2191 | 2025-05-13T20:55:45.643Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2192 | 2025-05-13T20:55:45.646Z | Compiling num-rational v0.4.2 |
2193 | 2025-05-13T20:55:45.646Z | Compiling num-complex v0.4.6 |
2194 | 2025-05-13T20:55:45.646Z | Compiling dirs-sys-next v0.1.2 |
2195 | 2025-05-13T20:55:45.787Z | Compiling float-ord v0.3.2 |
2196 | 2025-05-13T20:55:45.801Z | Compiling is-terminal v0.4.13 |
2197 | 2025-05-13T20:55:45.878Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2198 | 2025-05-13T20:55:45.997Z | Compiling camino v1.1.9 |
2199 | 2025-05-13T20:55:46.020Z | Compiling atomicwrites v0.4.4 |
2200 | 2025-05-13T20:55:46.042Z | Compiling dirs-next v2.0.0 |
2201 | 2025-05-13T20:55:46.227Z | Compiling term v0.7.0 |
2202 | 2025-05-13T20:55:46.260Z | Compiling password-hash v0.5.0 |
2203 | 2025-05-13T20:55:46.902Z | Compiling derive_more v0.99.20 |
2204 | 2025-05-13T20:55:46.910Z | Compiling blake2 v0.10.6 |
2205 | 2025-05-13T20:55:46.910Z | Compiling base64 v0.21.7 |
2206 | 2025-05-13T20:55:46.910Z | Compiling num v0.4.3 |
2207 | 2025-05-13T20:55:46.913Z | Compiling newline-converter v0.3.0 |
2208 | 2025-05-13T20:55:47.003Z | Compiling fastrand v2.1.1 |
2209 | 2025-05-13T20:55:47.142Z | Compiling argon2 v0.5.3 |
2210 | 2025-05-13T20:55:47.303Z | Compiling expectorate v1.2.0 |
2211 | 2025-05-13T20:55:47.479Z | Compiling tempfile v3.13.0 |
2212 | 2025-05-13T20:55:47.689Z | Compiling rustls v0.22.4 |
2213 | 2025-05-13T20:55:47.722Z | Compiling thread_local v1.1.8 |
2214 | 2025-05-13T20:55:47.781Z | Compiling wait-timeout v0.2.0 |
2215 | 2025-05-13T20:55:47.811Z | Compiling match_cfg v0.1.0 |
2216 | 2025-05-13T20:55:47.939Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2217 | 2025-05-13T20:55:48.174Z | Compiling bit-vec v0.8.0 |
2218 | 2025-05-13T20:55:48.196Z | Compiling quick-error v1.2.3 |
2219 | 2025-05-13T20:55:48.199Z | Compiling hostname v0.3.1 |
2220 | 2025-05-13T20:55:48.388Z | Compiling rusty-fork v0.3.0 |
2221 | 2025-05-13T20:55:48.451Z | Compiling multer v3.1.0 |
2222 | 2025-05-13T20:55:48.473Z | Compiling slog-async v2.8.0 |
2223 | 2025-05-13T20:55:48.532Z | Compiling progenitor-client v0.9.1 |
2224 | 2025-05-13T20:55:48.571Z | Compiling bit-set v0.8.0 |
2225 | 2025-05-13T20:55:48.594Z | Compiling slog-json v2.6.1 |
2226 | 2025-05-13T20:55:48.636Z | Compiling crossbeam-channel v0.5.15 |
2227 | 2025-05-13T20:55:48.867Z | Compiling rand_xorshift v0.3.0 |
2228 | 2025-05-13T20:55:48.936Z | Compiling hex v0.4.3 |
2229 | 2025-05-13T20:55:48.983Z | Compiling take_mut v0.2.2 |
2230 | 2025-05-13T20:55:49.084Z | Compiling unarray v0.1.4 |
2231 | 2025-05-13T20:55:49.142Z | Compiling progenitor v0.9.1 |
2232 | 2025-05-13T20:55:49.184Z | Compiling slog-bunyan v2.5.0 |
2233 | 2025-05-13T20:55:49.289Z | Compiling proptest v1.6.0 |
2234 | 2025-05-13T20:55:49.508Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2235 | 2025-05-13T20:55:49.567Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2236 | 2025-05-13T20:55:49.597Z | Compiling slog-term v2.9.1 |
2237 | 2025-05-13T20:55:49.702Z | Compiling async-stream v0.3.6 |
2238 | 2025-05-13T20:55:50.001Z | Compiling dropshot v0.16.0 |
2239 | 2025-05-13T20:55:50.086Z | Compiling toml v0.8.20 |
2240 | 2025-05-13T20:55:50.241Z | Compiling waitgroup v0.1.2 |
2241 | 2025-05-13T20:55:50.276Z | Compiling serde_path_to_error v0.1.16 |
2242 | 2025-05-13T20:55:50.479Z | Compiling hostname v0.4.0 |
2243 | 2025-05-13T20:55:50.625Z | Compiling instant v0.1.13 |
2244 | 2025-05-13T20:55:50.718Z | Compiling debug-ignore v1.0.5 |
2245 | 2025-05-13T20:55:50.814Z | Compiling backoff v0.4.0 |
2246 | 2025-05-13T20:55:50.911Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2247 | 2025-05-13T20:55:51.030Z | Compiling parse-display v0.10.0 |
2248 | 2025-05-13T20:55:51.191Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2249 | 2025-05-13T20:55:51.403Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2250 | 2025-05-13T20:55:51.422Z | Compiling serde_with v3.12.0 |
2251 | 2025-05-13T20:55:51.547Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2252 | 2025-05-13T20:55:52.069Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2253 | 2025-05-13T20:55:53.125Z | Compiling tokio-rustls v0.25.0 |
2254 | 2025-05-13T20:55:53.191Z | Compiling macaddr v1.0.1 |
2255 | 2025-05-13T20:55:53.674Z | Compiling owo-colors v4.2.0 |
2256 | 2025-05-13T20:55:54.098Z | Compiling cancel-safe-futures v0.1.5 |
2257 | 2025-05-13T20:55:54.368Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2258 | 2025-05-13T20:55:54.695Z | Compiling libsw-core v0.3.1 |
2259 | 2025-05-13T20:55:55.085Z | Compiling libsw v3.4.0 |
2260 | 2025-05-13T20:55:55.453Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2261 | 2025-05-13T20:55:55.672Z | Compiling linear-map v1.2.0 |
2262 | 2025-05-13T20:55:55.944Z | Compiling swrite v0.1.0 |
2263 | 2025-05-13T20:55:56.126Z | Compiling utf-8 v0.7.6 |
2264 | 2025-05-13T20:55:56.129Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2265 | 2025-05-13T20:55:56.511Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2266 | 2025-05-13T20:55:56.914Z | Compiling half v2.4.1 |
2267 | 2025-05-13T20:55:57.649Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2268 | 2025-05-13T20:55:58.007Z | Compiling ciborium-io v0.2.2 |
2269 | 2025-05-13T20:55:58.070Z | Compiling keccak v0.1.5 |
2270 | 2025-05-13T20:55:58.188Z | Compiling ciborium-ll v0.2.2 |
2271 | 2025-05-13T20:55:58.682Z | Compiling sha3 v0.10.8 |
2272 | 2025-05-13T20:55:58.773Z | Compiling prettyplease v0.2.30 |
2273 | 2025-05-13T20:55:59.200Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2274 | 2025-05-13T20:55:59.616Z | Compiling ciborium v0.2.2 |
2275 | 2025-05-13T20:56:01.597Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2276 | 2025-05-13T20:56:01.911Z | Compiling highway v1.3.0 |
2277 | 2025-05-13T20:56:03.483Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2278 | 2025-05-13T20:56:04.929Z | Compiling tungstenite v0.21.0 |
2279 | 2025-05-13T20:56:06.214Z | Compiling linked-hash-map v0.5.6 |
2280 | 2025-05-13T20:56:06.643Z | Compiling semver v0.1.20 |
2281 | 2025-05-13T20:56:07.234Z | Compiling rustc_version v0.1.7 |
2282 | 2025-05-13T20:56:07.657Z | Compiling lru-cache v0.1.2 |
2283 | 2025-05-13T20:56:07.959Z | Compiling tokio-tungstenite v0.21.0 |
2284 | 2025-05-13T20:56:08.639Z | Compiling newtype_derive v0.1.6 |
2285 | 2025-05-13T20:56:09.018Z | Compiling resolv-conf v0.7.0 |
2286 | 2025-05-13T20:56:09.820Z | Compiling hickory-resolver v0.24.4 |
2287 | 2025-05-13T20:56:10.718Z | Compiling secrecy v0.10.3 |
2288 | 2025-05-13T20:56:10.823Z | Compiling humantime v2.1.0 |
2289 | 2025-05-13T20:56:11.181Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2290 | 2025-05-13T20:56:11.714Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2291 | 2025-05-13T20:56:14.338Z | Compiling universal-hash v0.5.1 |
2292 | 2025-05-13T20:56:14.606Z | Compiling thiserror-impl-no-std v2.0.2 |
2293 | 2025-05-13T20:56:15.214Z | Compiling opaque-debug v0.3.1 |
2294 | 2025-05-13T20:56:15.347Z | Compiling poly1305 v0.8.0 |
2295 | 2025-05-13T20:56:15.390Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2296 | 2025-05-13T20:56:15.790Z | Compiling steno v0.4.1 |
2297 | 2025-05-13T20:56:16.769Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2298 | 2025-05-13T20:56:17.077Z | Compiling thiserror-no-std v2.0.2 |
2299 | 2025-05-13T20:56:17.138Z | Compiling chacha20 v0.9.1 |
2300 | 2025-05-13T20:56:17.240Z | Compiling aead v0.5.2 |
2301 | 2025-05-13T20:56:17.619Z | Compiling chacha20poly1305 v0.10.1 |
2302 | 2025-05-13T20:56:17.640Z | Compiling vsss-rs v3.3.4 |
2303 | 2025-05-13T20:56:17.876Z | Compiling qorb v0.3.1 |
2304 | 2025-05-13T20:56:17.902Z | Compiling slog-dtrace v0.3.0 |
2305 | 2025-05-13T20:56:18.287Z | Compiling bytecount v0.6.8 |
2306 | 2025-05-13T20:56:20.164Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2307 | 2025-05-13T20:56:20.742Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2308 | 2025-05-13T20:56:25.195Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2309 | 2025-05-13T20:56:28.343Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2310 | 2025-05-13T20:56:30.690Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2311 | 2025-05-13T20:56:31.986Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2312 | 2025-05-13T20:56:32.979Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2313 | 2025-05-13T20:56:35.863Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2314 | 2025-05-13T20:56:36.326Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2315 | 2025-05-13T20:56:36.582Z | Compiling display-error-chain v0.2.2 |
2316 | 2025-05-13T20:56:36.856Z | Compiling maplit v1.0.2 |
2317 | 2025-05-13T20:56:37.026Z | Compiling crunchy v0.2.2 |
2318 | 2025-05-13T20:56:37.367Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2319 | 2025-05-13T20:56:37.589Z | Compiling dsl_auto_type v0.1.2 |
2320 | 2025-05-13T20:56:38.823Z | Compiling scheduled-thread-pool v0.2.7 |
2321 | 2025-05-13T20:56:40.051Z | Compiling diesel_table_macro_syntax v0.2.0 |
2322 | 2025-05-13T20:56:40.167Z | Compiling proc-macro-error-attr2 v2.0.0 |
2323 | 2025-05-13T20:56:40.450Z | Compiling tiny-keccak v2.0.2 |
2324 | 2025-05-13T20:56:40.816Z | Compiling radium v0.7.0 |
2325 | 2025-05-13T20:56:40.947Z | Compiling proc-macro-error2 v2.0.1 |
2326 | 2025-05-13T20:56:41.414Z | Compiling diesel_derives v2.2.3 |
2327 | 2025-05-13T20:56:41.594Z | Compiling r2d2 v0.8.10 |
2328 | 2025-05-13T20:56:42.228Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2329 | 2025-05-13T20:56:43.458Z | Compiling const_format_proc_macros v0.2.34 |
2330 | 2025-05-13T20:56:45.285Z | Compiling zerocopy-derive v0.6.6 |
2331 | 2025-05-13T20:56:45.307Z | Compiling bit-vec v0.6.3 |
2332 | 2025-05-13T20:56:45.738Z | Compiling tap v1.0.1 |
2333 | 2025-05-13T20:56:45.975Z | Compiling maybe-uninit v2.0.0 |
2334 | 2025-05-13T20:56:46.598Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2335 | 2025-05-13T20:56:47.051Z | Compiling zerocopy v0.6.6 |
2336 | 2025-05-13T20:56:47.919Z | Compiling wyz v0.5.1 |
2337 | 2025-05-13T20:56:48.415Z | Compiling bit-set v0.5.3 |
2338 | 2025-05-13T20:56:48.660Z | Compiling const_format v0.2.34 |
2339 | 2025-05-13T20:56:48.828Z | Compiling tabled_derive v0.10.0 |
2340 | 2025-05-13T20:56:49.729Z | Compiling papergrid v0.14.0 |
2341 | 2025-05-13T20:56:49.911Z | Compiling ascii-canvas v3.0.0 |
2342 | 2025-05-13T20:56:50.394Z | Compiling num-derive v0.3.3 |
2343 | 2025-05-13T20:56:51.240Z | Compiling ena v0.14.3 |
2344 | 2025-05-13T20:56:51.690Z | Compiling regex-syntax v0.6.29 |
2345 | 2025-05-13T20:56:52.005Z | Compiling diesel v2.2.10 |
2346 | 2025-05-13T20:56:52.514Z | Compiling funty v2.0.0 |
2347 | 2025-05-13T20:56:55.389Z | Compiling diff v0.1.13 |
2348 | 2025-05-13T20:56:55.881Z | Compiling packed_struct v0.10.1 |
2349 | 2025-05-13T20:56:56.363Z | Compiling crc-catalog v2.4.0 |
2350 | 2025-05-13T20:56:56.544Z | Compiling bindgen v0.71.1 |
2351 | 2025-05-13T20:56:56.645Z | Compiling crc v3.2.1 |
2352 | 2025-05-13T20:56:57.102Z | Compiling lalrpop v0.19.12 |
2353 | 2025-05-13T20:57:03.040Z | Compiling bitvec v1.0.1 |
2354 | 2025-05-13T20:57:07.628Z | Compiling libscf-sys v1.1.0 |
2355 | 2025-05-13T20:57:07.845Z | Compiling tabled v0.18.0 |
2356 | 2025-05-13T20:57:12.532Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2357 | 2025-05-13T20:57:13.591Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2358 | 2025-05-13T20:57:14.688Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2359 | 2025-05-13T20:57:17.495Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2360 | 2025-05-13T20:57:17.759Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2361 | 2025-05-13T20:57:17.976Z | Compiling packed_struct_codegen v0.10.1 |
2362 | 2025-05-13T20:57:18.879Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2363 | 2025-05-13T20:57:19.098Z | Compiling indexmap v1.9.3 |
2364 | 2025-05-13T20:57:19.278Z | Compiling ref-cast v1.0.23 |
2365 | 2025-05-13T20:57:19.491Z | Compiling nodrop v0.1.14 |
2366 | 2025-05-13T20:57:19.671Z | Compiling rustc-hash v2.1.1 |
2367 | 2025-05-13T20:57:19.894Z | Compiling array-init v0.0.4 |
2368 | 2025-05-13T20:57:21.118Z | Compiling polar-core v0.27.3 |
2369 | 2025-05-13T20:57:23.056Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2370 | 2025-05-13T20:57:23.109Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2371 | 2025-05-13T20:57:23.109Z | Compiling smallvec v0.6.14 |
2372 | 2025-05-13T20:57:23.344Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2373 | 2025-05-13T20:57:24.446Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2374 | 2025-05-13T20:57:24.833Z | Compiling derive_builder_core v0.20.2 |
2375 | 2025-05-13T20:57:24.915Z | Compiling headers-core v0.3.0 |
2376 | 2025-05-13T20:57:25.145Z | Compiling phf_generator v0.11.2 |
2377 | 2025-05-13T20:57:25.379Z | Compiling libxml v0.3.3 |
2378 | 2025-05-13T20:57:25.825Z | Compiling async-recursion v1.1.1 |
2379 | 2025-05-13T20:57:26.888Z | Compiling ref-cast-impl v1.0.23 |
2380 | 2025-05-13T20:57:27.193Z | Compiling termcolor v1.4.1 |
2381 | 2025-05-13T20:57:28.042Z | Compiling hashbrown v0.12.3 |
2382 | 2025-05-13T20:57:28.224Z | Compiling bitfield v0.14.0 |
2383 | 2025-05-13T20:57:28.516Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2384 | 2025-05-13T20:57:28.552Z | Compiling env_logger v0.10.2 |
2385 | 2025-05-13T20:57:28.688Z | Compiling derive_builder_macro v0.20.2 |
2386 | 2025-05-13T20:57:29.640Z | Compiling phf_codegen v0.11.2 |
2387 | 2025-05-13T20:57:30.427Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2388 | 2025-05-13T20:57:31.607Z | Compiling headers v0.4.0 |
2389 | 2025-05-13T20:57:32.812Z | Compiling samael v0.0.18 |
2390 | 2025-05-13T20:57:33.808Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2391 | 2025-05-13T20:57:34.570Z | Compiling serde-hex v0.1.0 |
2392 | 2025-05-13T20:57:35.848Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2393 | 2025-05-13T20:57:38.246Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2394 | 2025-05-13T20:57:38.634Z | Compiling ron v0.8.1 |
2395 | 2025-05-13T20:57:38.857Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2396 | 2025-05-13T20:57:39.207Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2397 | 2025-05-13T20:57:39.474Z | Compiling hashbrown v0.13.2 |
2398 | 2025-05-13T20:57:40.638Z | Compiling itertools v0.13.0 |
2399 | 2025-05-13T20:57:43.682Z | Compiling strum_macros v0.24.3 |
2400 | 2025-05-13T20:57:44.215Z | Compiling parse-zoneinfo v0.3.1 |
2401 | 2025-05-13T20:57:44.361Z | Compiling crc-any v2.5.0 |
2402 | 2025-05-13T20:57:45.314Z | Compiling crc8 v0.1.1 |
2403 | 2025-05-13T20:57:45.598Z | Compiling indoc v1.0.9 |
2404 | 2025-05-13T20:57:45.637Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2405 | 2025-05-13T20:57:46.401Z | Compiling chrono-tz-build v0.4.0 |
2406 | 2025-05-13T20:57:46.626Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2407 | 2025-05-13T20:57:47.368Z | Compiling object v0.30.4 |
2408 | 2025-05-13T20:57:47.753Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2409 | 2025-05-13T20:57:57.187Z | Compiling derive_builder v0.20.2 |
2410 | 2025-05-13T20:57:57.429Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2411 | 2025-05-13T20:57:57.791Z | Compiling impl-trait-for-tuples v0.2.2 |
2412 | 2025-05-13T20:57:59.470Z | Compiling oso-derive v0.27.3 |
2413 | 2025-05-13T20:58:00.463Z | Compiling quick-xml v0.37.2 |
2414 | 2025-05-13T20:58:00.667Z | Compiling vte_generate_state_changes v0.1.2 |
2415 | 2025-05-13T20:58:01.299Z | Compiling path-slash v0.1.5 |
2416 | 2025-05-13T20:58:01.601Z | Compiling arc-swap v1.7.1 |
2417 | 2025-05-13T20:58:01.637Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2418 | 2025-05-13T20:58:02.071Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2419 | 2025-05-13T20:58:02.302Z | Compiling slog-scope v4.4.0 |
2420 | 2025-05-13T20:58:03.070Z | Compiling vte v0.11.1 |
2421 | 2025-05-13T20:58:03.638Z | Compiling oso v0.27.3 |
2422 | 2025-05-13T20:58:04.666Z | Compiling chrono-tz v0.10.3 |
2423 | 2025-05-13T20:58:05.400Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2424 | 2025-05-13T20:58:05.796Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2425 | 2025-05-13T20:58:06.892Z | Compiling unicase v2.7.0 |
2426 | 2025-05-13T20:58:07.290Z | Compiling diesel-dtrace v0.4.2 |
2427 | 2025-05-13T20:58:09.535Z | Compiling strip-ansi-escapes v0.2.0 |
2428 | 2025-05-13T20:58:10.487Z | Compiling slog-stdlog v4.1.1 |
2429 | 2025-05-13T20:58:11.775Z | Compiling papergrid v0.11.0 |
2430 | 2025-05-13T20:58:17.463Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2431 | 2025-05-13T20:58:17.838Z | Compiling tabled_derive v0.7.0 |
2432 | 2025-05-13T20:58:19.439Z | Compiling fd-lock v4.0.2 |
2433 | 2025-05-13T20:58:19.707Z | Compiling bb8 v0.8.5 |
2434 | 2025-05-13T20:58:19.889Z | Compiling peg-macros v0.8.5 |
2435 | 2025-05-13T20:58:20.314Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2436 | 2025-05-13T20:58:20.395Z | Compiling nu-ansi-term v0.50.1 |
2437 | 2025-05-13T20:58:21.353Z | Compiling reedline v0.38.0 |
2438 | 2025-05-13T20:58:21.615Z | Compiling async-bb8-diesel v0.2.1 |
2439 | 2025-05-13T20:58:22.465Z | Compiling tabled v0.15.0 |
2440 | 2025-05-13T20:58:23.169Z | Compiling peg v0.8.5 |
2441 | 2025-05-13T20:58:23.366Z | Compiling slog-envlogger v2.2.0 |
2442 | 2025-05-13T20:58:26.338Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2443 | 2025-05-13T20:58:36.897Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2444 | 2025-05-13T20:58:37.276Z | Compiling typify-impl v0.2.0 |
2445 | 2025-05-13T20:58:38.860Z | Compiling pem v3.0.5 |
2446 | 2025-05-13T20:58:40.333Z | Compiling bcs v0.1.6 |
2447 | 2025-05-13T20:58:41.166Z | Compiling fxhash v0.2.1 |
2448 | 2025-05-13T20:58:41.443Z | Compiling libz-sys v1.1.20 |
2449 | 2025-05-13T20:58:41.851Z | Compiling termtree v0.5.1 |
2450 | 2025-05-13T20:58:42.605Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2451 | 2025-05-13T20:58:43.644Z | Compiling kstat-rs v0.2.4 |
2452 | 2025-05-13T20:58:44.592Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2453 | 2025-05-13T20:58:45.856Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2454 | 2025-05-13T20:58:47.450Z | Compiling typify-macro v0.2.0 |
2455 | 2025-05-13T20:58:50.985Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2456 | 2025-05-13T20:58:51.570Z | Compiling nanorand v0.7.0 |
2457 | 2025-05-13T20:58:52.262Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2458 | 2025-05-13T20:58:53.060Z | Compiling pin-project-internal v1.1.6 |
2459 | 2025-05-13T20:58:54.224Z | Compiling parking_lot_core v0.8.6 |
2460 | 2025-05-13T20:58:55.595Z | Compiling pin-project v1.1.6 |
2461 | 2025-05-13T20:58:55.758Z | Compiling flume v0.11.1 |
2462 | 2025-05-13T20:58:56.504Z | Compiling mime_guess v2.0.5 |
2463 | 2025-05-13T20:58:58.055Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2464 | 2025-05-13T20:59:02.027Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2465 | 2025-05-13T20:59:03.211Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2466 | 2025-05-13T20:59:03.879Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2467 | 2025-05-13T20:59:06.307Z | Compiling castaway v0.2.3 |
2468 | 2025-05-13T20:59:06.538Z | Compiling snafu-derive v0.8.5 |
2469 | 2025-05-13T20:59:07.085Z | Compiling fs-err v2.11.0 |
2470 | 2025-05-13T20:59:07.454Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2471 | 2025-05-13T20:59:08.103Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2472 | 2025-05-13T20:59:09.243Z | Compiling compact_str v0.8.0 |
2473 | 2025-05-13T20:59:10.714Z | Compiling snafu v0.8.5 |
2474 | 2025-05-13T20:59:11.833Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2475 | 2025-05-13T20:59:13.342Z | Compiling typify v0.2.0 |
2476 | 2025-05-13T20:59:13.543Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2477 | 2025-05-13T20:59:15.350Z | Compiling unicode-truncate v1.1.0 |
2478 | 2025-05-13T20:59:15.686Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2479 | 2025-05-13T20:59:22.050Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2480 | 2025-05-13T20:59:24.786Z | Compiling globset v0.4.15 |
2481 | 2025-05-13T20:59:29.515Z | Compiling olpc-cjson v0.1.4 |
2482 | 2025-05-13T20:59:29.836Z | Compiling lru v0.12.5 |
2483 | 2025-05-13T20:59:30.226Z | Compiling vergen v8.3.2 |
2484 | 2025-05-13T20:59:30.558Z | Compiling nibble_vec v0.1.0 |
2485 | 2025-05-13T20:59:30.613Z | Compiling serde_plain v1.0.2 |
2486 | 2025-05-13T20:59:30.806Z | Compiling cargo-platform v0.1.8 |
2487 | 2025-05-13T20:59:31.194Z | Compiling instability v0.3.2 |
2488 | 2025-05-13T20:59:31.319Z | Compiling atty v0.2.14 |
2489 | 2025-05-13T20:59:31.523Z | Compiling typed-path v0.9.3 |
2490 | 2025-05-13T20:59:32.234Z | Compiling http-range v0.1.5 |
2491 | 2025-05-13T20:59:32.845Z | Compiling cassowary v0.3.0 |
2492 | 2025-05-13T20:59:36.368Z | Compiling indoc v2.0.6 |
2493 | 2025-05-13T20:59:37.249Z | Compiling io-lifetimes v1.0.11 |
2494 | 2025-05-13T20:59:37.842Z | Compiling salty v0.3.0 |
2495 | 2025-05-13T20:59:38.252Z | Compiling endian-type v0.1.2 |
2496 | 2025-05-13T20:59:38.299Z | Compiling half v1.8.3 |
2497 | 2025-05-13T20:59:38.528Z | Compiling radix_trie v0.2.1 |
2498 | 2025-05-13T20:59:39.171Z | Compiling serde_cbor v0.11.2 |
2499 | 2025-05-13T20:59:40.018Z | Compiling ratatui v0.29.0 |
2500 | 2025-05-13T20:59:41.314Z | Compiling tough v0.20.0 |
2501 | 2025-05-13T20:59:41.409Z | Compiling cargo_metadata v0.18.1 |
2502 | 2025-05-13T20:59:46.213Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2503 | 2025-05-13T20:59:46.569Z | Compiling git2 v0.19.0 |
2504 | 2025-05-13T20:59:50.550Z | Compiling progenitor-impl v0.8.0 |
2505 | 2025-05-13T20:59:54.716Z | Compiling parking_lot v0.11.2 |
2506 | 2025-05-13T20:59:56.939Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2507 | 2025-05-13T20:59:57.558Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2508 | 2025-05-13T20:59:58.422Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2509 | 2025-05-13T20:59:59.548Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869) |
2510 | 2025-05-13T21:00:00.064Z | Compiling rand_seeder v0.3.0 |
2511 | 2025-05-13T21:00:00.519Z | Compiling lzma-sys v0.1.20 |
2512 | 2025-05-13T21:00:01.276Z | Compiling parse-size v1.1.0 |
2513 | 2025-05-13T21:00:01.626Z | Compiling rustix v0.37.28 |
2514 | 2025-05-13T21:00:02.141Z | Compiling xshell-macros v0.2.7 |
2515 | 2025-05-13T21:00:02.272Z | Compiling rustls v0.21.12 |
2516 | 2025-05-13T21:00:02.881Z | Compiling xshell v0.2.7 |
2517 | 2025-05-13T21:00:02.999Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2518 | 2025-05-13T21:00:03.076Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2519 | 2025-05-13T21:00:03.103Z | Compiling hyper-staticfile v0.10.1 |
2520 | 2025-05-13T21:00:03.355Z | Compiling progenitor-macro v0.8.0 |
2521 | 2025-05-13T21:00:04.902Z | Compiling sled v0.34.7 |
2522 | 2025-05-13T21:00:05.770Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2523 | 2025-05-13T21:00:14.372Z | Compiling hickory-client v0.24.4 |
2524 | 2025-05-13T21:00:16.339Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2525 | 2025-05-13T21:00:17.603Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2526 | 2025-05-13T21:00:19.121Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2527 | 2025-05-13T21:00:19.893Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2528 | 2025-05-13T21:00:20.288Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2529 | 2025-05-13T21:00:23.147Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2530 | 2025-05-13T21:00:23.793Z | Compiling hickory-server v0.24.4 |
2531 | 2025-05-13T21:00:24.777Z | Compiling primeorder v0.13.6 |
2532 | 2025-05-13T21:00:25.409Z | Compiling progenitor-client v0.8.0 |
2533 | 2025-05-13T21:00:26.359Z | Compiling sct v0.7.1 |
2534 | 2025-05-13T21:00:26.836Z | Compiling rustls-webpki v0.101.7 |
2535 | 2025-05-13T21:00:27.289Z | Compiling heck v0.3.3 |
2536 | 2025-05-13T21:00:27.654Z | Compiling env_filter v0.1.2 |
2537 | 2025-05-13T21:00:29.220Z | Compiling csv-core v0.1.11 |
2538 | 2025-05-13T21:00:30.136Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869) |
2539 | 2025-05-13T21:00:30.540Z | Compiling void v1.0.2 |
2540 | 2025-05-13T21:00:30.645Z | Compiling glob v0.3.2 |
2541 | 2025-05-13T21:00:30.745Z | Compiling lzss v0.8.2 |
2542 | 2025-05-13T21:00:31.215Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2543 | 2025-05-13T21:00:32.853Z | Compiling csv v1.3.1 |
2544 | 2025-05-13T21:00:35.088Z | Compiling env_logger v0.11.5 |
2545 | 2025-05-13T21:00:36.521Z | Compiling zone_cfg_derive v0.1.2 |
2546 | 2025-05-13T21:00:37.903Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2547 | 2025-05-13T21:00:38.136Z | Compiling progenitor v0.8.0 |
2548 | 2025-05-13T21:00:38.405Z | Compiling p384 v0.13.0 |
2549 | 2025-05-13T21:00:38.848Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2550 | 2025-05-13T21:00:39.350Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2551 | 2025-05-13T21:00:39.876Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2552 | 2025-05-13T21:00:40.563Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2553 | 2025-05-13T21:00:41.270Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2554 | 2025-05-13T21:00:41.701Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2555 | 2025-05-13T21:00:42.070Z | Compiling tungstenite v0.23.0 |
2556 | 2025-05-13T21:00:45.294Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2557 | 2025-05-13T21:00:45.329Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2558 | 2025-05-13T21:00:45.648Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2559 | 2025-05-13T21:00:45.674Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2560 | 2025-05-13T21:00:46.034Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2561 | 2025-05-13T21:00:47.395Z | Compiling nix v0.27.1 |
2562 | 2025-05-13T21:00:47.573Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2563 | 2025-05-13T21:00:48.304Z | Compiling serde_bytes v0.11.17 |
2564 | 2025-05-13T21:00:48.916Z | Compiling base64 v0.13.1 |
2565 | 2025-05-13T21:00:49.593Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2566 | 2025-05-13T21:00:49.810Z | Compiling ron v0.7.1 |
2567 | 2025-05-13T21:00:50.249Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2568 | 2025-05-13T21:00:50.934Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2569 | 2025-05-13T21:00:52.835Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2570 | 2025-05-13T21:00:55.194Z | Compiling tokio-tungstenite v0.23.1 |
2571 | 2025-05-13T21:00:55.859Z | Compiling xz2 v0.1.7 |
2572 | 2025-05-13T21:00:58.633Z | Compiling terminal_size v0.2.6 |
2573 | 2025-05-13T21:00:58.932Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2574 | 2025-05-13T21:01:00.056Z | Compiling tokio-rustls v0.24.1 |
2575 | 2025-05-13T21:01:00.687Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2576 | 2025-05-13T21:01:02.952Z | Compiling zone v0.1.8 |
2577 | 2025-05-13T21:01:05.568Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2578 | 2025-05-13T21:01:06.217Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2579 | 2025-05-13T21:01:06.380Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2580 | 2025-05-13T21:01:06.711Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2581 | 2025-05-13T21:01:06.977Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2582 | 2025-05-13T21:01:07.857Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2583 | 2025-05-13T21:01:09.488Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2584 | 2025-05-13T21:01:11.151Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2585 | 2025-05-13T21:01:14.212Z | Compiling rustls-pemfile v1.0.4 |
2586 | 2025-05-13T21:01:14.335Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2587 | 2025-05-13T21:01:14.724Z | Compiling signal-hook-tokio v0.3.1 |
2588 | 2025-05-13T21:01:14.937Z | Compiling yasna v0.5.2 |
2589 | 2025-05-13T21:01:14.971Z | Compiling twox-hash v2.1.0 |
2590 | 2025-05-13T21:01:16.030Z | Compiling secrecy v0.8.0 |
2591 | 2025-05-13T21:01:16.341Z | Compiling is_ci v1.2.0 |
2592 | 2025-05-13T21:01:16.585Z | Compiling smawk v0.3.2 |
2593 | 2025-05-13T21:01:16.678Z | Compiling unicode-linebreak v0.1.5 |
2594 | 2025-05-13T21:01:16.913Z | Compiling supports-color v3.0.2 |
2595 | 2025-05-13T21:01:17.201Z | Compiling textwrap v0.16.1 |
2596 | 2025-05-13T21:01:17.405Z | Compiling rcgen v0.12.1 |
2597 | 2025-05-13T21:01:18.505Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2598 | 2025-05-13T21:01:21.027Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2599 | 2025-05-13T21:01:27.666Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2600 | 2025-05-13T21:01:27.962Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2601 | 2025-05-13T21:01:28.244Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2602 | 2025-05-13T21:01:31.049Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2603 | 2025-05-13T21:01:37.539Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2604 | 2025-05-13T21:01:42.265Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2605 | 2025-05-13T21:01:48.455Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2606 | 2025-05-13T21:01:48.463Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2607 | 2025-05-13T21:01:48.463Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2608 | 2025-05-13T21:02:00.661Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2609 | 2025-05-13T21:02:01.209Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2610 | 2025-05-13T21:02:01.779Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2611 | 2025-05-13T21:02:05.171Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2612 | 2025-05-13T21:02:05.568Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2613 | 2025-05-13T21:02:09.711Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2614 | 2025-05-13T21:02:11.857Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2615 | 2025-05-13T21:02:13.861Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2616 | 2025-05-13T21:02:14.174Z | Compiling fatfs v0.3.6 |
2617 | 2025-05-13T21:02:17.017Z | Compiling rtoolbox v0.0.2 |
2618 | 2025-05-13T21:02:17.465Z | Compiling subprocess v0.2.9 |
2619 | 2025-05-13T21:02:19.102Z | Compiling assert_matches v1.5.0 |
2620 | 2025-05-13T21:02:19.204Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2621 | 2025-05-13T21:02:21.053Z | Compiling rpassword v7.3.1 |
2622 | 2025-05-13T21:02:21.556Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2623 | 2025-05-13T21:02:21.982Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2624 | 2025-05-13T21:02:26.902Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2625 | 2025-05-13T21:02:33.956Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2626 | 2025-05-13T21:02:55.339Z | Compiling tui-tree-widget v0.23.0 |
2627 | 2025-05-13T21:02:55.838Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2628 | 2025-05-13T21:02:57.354Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2629 | 2025-05-13T21:02:57.538Z | Compiling uzers v0.12.1 |
2630 | 2025-05-13T21:03:00.691Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2631 | 2025-05-13T21:03:04.979Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2632 | 2025-05-13T21:03:07.021Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2633 | 2025-05-13T21:03:09.313Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2634 | 2025-05-13T21:03:22.004Z | Compiling support-bundle-viewer v0.1.0 |
2635 | 2025-05-13T21:03:25.730Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2636 | 2025-05-13T21:03:30.314Z | Compiling multimap v0.10.0 |
2637 | 2025-05-13T21:05:42.892Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2638 | 2025-05-13T21:05:54.795Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2639 | 2025-05-13T21:13:49.654Z | Finished `release` profile [optimized] target(s) in 18m 04s |
2640 | 2025-05-13T21:14:58.823Z | |
2641 | 2025-05-13T21:14:58.827Z | real 19:15.518150619 |
2642 | 2025-05-13T21:14:58.827Z | user 2:13:37.895850838 |
2643 | 2025-05-13T21:14:58.827Z | sys 3:49.148848234 |
2644 | 2025-05-13T21:14:58.828Z | trap 3.378943476 |
2645 | 2025-05-13T21:14:58.828Z | tflt 1.797686826 |
2646 | 2025-05-13T21:14:58.828Z | dflt 5.939129850 |
2647 | 2025-05-13T21:14:58.828Z | kflt 0.001001196 |
2648 | 2025-05-13T21:14:58.828Z | lock 8:04:03.497366968 |
2649 | 2025-05-13T21:14:58.828Z | slp 6:49:37.779029856 |
2650 | 2025-05-13T21:14:58.828Z | lat 3:41.930589047 |
2651 | 2025-05-13T21:14:58.828Z | stop 3:06.290668405 |
2652 | 2025-05-13T21:14:58.828Z | + mapfile -t packages |
2653 | 2025-05-13T21:14:58.828Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2654 | 2025-05-13T21:15:00.028Z | Finished `release` profile [optimized] target(s) in 1.13s |
2655 | 2025-05-13T21:15:00.080Z | Running `target/release/omicron-package -t test list-outputs` |
2656 | 2025-05-13T21:15:00.137Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2657 | 2025-05-13T21:15:00.140Z | + ptime -m cargo build --locked --release -p xtask |
2658 | 2025-05-13T21:15:00.845Z | Compiling serde v1.0.219 |
2659 | 2025-05-13T21:15:00.849Z | Compiling rustix v0.38.37 |
2660 | 2025-05-13T21:15:00.849Z | Compiling libc v0.2.171 |
2661 | 2025-05-13T21:15:00.849Z | Compiling serde_json v1.0.140 |
2662 | 2025-05-13T21:15:00.849Z | Compiling syn v2.0.98 |
2663 | 2025-05-13T21:15:00.980Z | Compiling bitflags v2.9.0 |
2664 | 2025-05-13T21:15:01.360Z | Compiling usdt-impl v0.5.0 |
2665 | 2025-05-13T21:15:01.412Z | Compiling syn v1.0.109 |
2666 | 2025-05-13T21:15:01.528Z | Compiling log v0.4.22 |
2667 | 2025-05-13T21:15:01.546Z | Compiling hashbrown v0.15.1 |
2668 | 2025-05-13T21:15:01.769Z | Compiling fs-err v3.1.0 |
2669 | 2025-05-13T21:15:02.014Z | Compiling once_cell v1.21.3 |
2670 | 2025-05-13T21:15:02.112Z | Compiling anyhow v1.0.98 |
2671 | 2025-05-13T21:15:02.372Z | Compiling thread-id v4.2.2 |
2672 | 2025-05-13T21:15:02.760Z | Compiling indexmap v2.9.0 |
2673 | 2025-05-13T21:15:03.929Z | Compiling terminal_size v0.4.0 |
2674 | 2025-05-13T21:15:03.929Z | Compiling tempfile v3.13.0 |
2675 | 2025-05-13T21:15:04.212Z | Compiling clap_builder v4.5.35 |
2676 | 2025-05-13T21:15:04.669Z | Compiling proc-macro-error v1.0.4 |
2677 | 2025-05-13T21:15:05.656Z | Compiling tabled_derive v0.7.0 |
2678 | 2025-05-13T21:15:06.802Z | Compiling tabled v0.15.0 |
2679 | 2025-05-13T21:15:07.341Z | Compiling serde_derive v1.0.219 |
2680 | 2025-05-13T21:15:07.341Z | Compiling thiserror-impl v1.0.69 |
2681 | 2025-05-13T21:15:07.344Z | Compiling zerocopy-derive v0.7.35 |
2682 | 2025-05-13T21:15:07.344Z | Compiling scroll_derive v0.12.0 |
2683 | 2025-05-13T21:15:07.344Z | Compiling thiserror-impl v2.0.12 |
2684 | 2025-05-13T21:15:08.737Z | Compiling scroll v0.12.0 |
2685 | 2025-05-13T21:15:09.214Z | Compiling zerocopy v0.7.35 |
2686 | 2025-05-13T21:15:09.386Z | Compiling goblin v0.8.2 |
2687 | 2025-05-13T21:15:10.064Z | Compiling thiserror v1.0.69 |
2688 | 2025-05-13T21:15:10.250Z | Compiling pest v2.7.14 |
2689 | 2025-05-13T21:15:12.053Z | Compiling thiserror v2.0.12 |
2690 | 2025-05-13T21:15:12.260Z | Compiling clap_derive v4.5.32 |
2691 | 2025-05-13T21:15:13.182Z | Compiling pest_meta v2.7.14 |
2692 | 2025-05-13T21:15:16.568Z | Compiling pest_generator v2.7.14 |
2693 | 2025-05-13T21:15:18.339Z | Compiling pest_derive v2.7.14 |
2694 | 2025-05-13T21:15:19.207Z | Compiling dtrace-parser v0.2.0 |
2695 | 2025-05-13T21:15:20.809Z | Compiling toml_datetime v0.6.8 |
2696 | 2025-05-13T21:15:21.534Z | Compiling serde_spanned v0.6.8 |
2697 | 2025-05-13T21:15:21.832Z | Compiling toml_edit v0.22.24 |
2698 | 2025-05-13T21:15:22.187Z | Compiling camino v1.1.9 |
2699 | 2025-05-13T21:15:23.515Z | Compiling serde_tokenstream v0.2.2 |
2700 | 2025-05-13T21:15:24.160Z | Compiling dof v0.3.0 |
2701 | 2025-05-13T21:15:26.967Z | Compiling usdt-macro v0.5.0 |
2702 | 2025-05-13T21:15:28.196Z | Compiling usdt-attr-macro v0.5.0 |
2703 | 2025-05-13T21:15:29.081Z | Compiling toml v0.8.20 |
2704 | 2025-05-13T21:15:29.554Z | Compiling cargo-platform v0.1.8 |
2705 | 2025-05-13T21:15:30.095Z | Compiling semver v1.0.26 |
2706 | 2025-05-13T21:15:30.250Z | Compiling cargo_toml v0.21.0 |
2707 | 2025-05-13T21:15:30.327Z | Compiling usdt v0.5.0 |
2708 | 2025-05-13T21:15:30.626Z | Compiling cargo_metadata v0.19.2 |
2709 | 2025-05-13T21:15:31.604Z | Compiling camino-tempfile v1.3.0 |
2710 | 2025-05-13T21:15:31.748Z | Compiling macaddr v1.0.1 |
2711 | 2025-05-13T21:15:32.396Z | Compiling clap v4.5.35 |
2712 | 2025-05-13T21:15:44.050Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2713 | 2025-05-13T21:15:49.801Z | Finished `release` profile [optimized] target(s) in 49.59s |
2714 | 2025-05-13T21:15:49.920Z | |
2715 | 2025-05-13T21:15:49.924Z | real 49.739944881 |
2716 | 2025-05-13T21:15:49.924Z | user 5:21.490648550 |
2717 | 2025-05-13T21:15:49.924Z | sys 20.002259282 |
2718 | 2025-05-13T21:15:49.924Z | trap 0.153920715 |
2719 | 2025-05-13T21:15:49.924Z | tflt 0.214987482 |
2720 | 2025-05-13T21:15:49.924Z | dflt 0.344793375 |
2721 | 2025-05-13T21:15:49.924Z | kflt 0.000012757 |
2722 | 2025-05-13T21:15:49.924Z | lock 9:54.040997896 |
2723 | 2025-05-13T21:15:49.924Z | slp 15:58.517743766 |
2724 | 2025-05-13T21:15:49.924Z | lat 14.964137691 |
2725 | 2025-05-13T21:15:49.924Z | stop 19.052775808 |
2726 | 2025-05-13T21:15:49.924Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2727 | 2025-05-13T21:15:49.924Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2728 | 2025-05-13T21:15:49.924Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2729 | 2025-05-13T21:15:49.924Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2730 | 2025-05-13T21:15:49.924Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2731 | 2025-05-13T21:15:50.975Z | Compiling thiserror-impl v2.0.12 |
2732 | 2025-05-13T21:15:51.114Z | Compiling regress v0.10.3 |
2733 | 2025-05-13T21:15:51.129Z | Compiling ident_case v1.0.1 |
2734 | 2025-05-13T21:15:51.129Z | Compiling unsafe-libyaml v0.2.11 |
2735 | 2025-05-13T21:15:51.133Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2736 | 2025-05-13T21:15:51.133Z | Compiling progenitor-client v0.9.1 |
2737 | 2025-05-13T21:15:51.133Z | Compiling match_cfg v0.1.0 |
2738 | 2025-05-13T21:15:51.146Z | Compiling quick-error v1.2.3 |
2739 | 2025-05-13T21:15:51.306Z | Compiling darling_core v0.20.10 |
2740 | 2025-05-13T21:15:51.333Z | Compiling hostname v0.3.1 |
2741 | 2025-05-13T21:15:51.356Z | Compiling tempfile v3.13.0 |
2742 | 2025-05-13T21:15:51.557Z | Compiling structmeta-derive v0.3.0 |
2743 | 2025-05-13T21:15:51.755Z | Compiling rustls v0.22.4 |
2744 | 2025-05-13T21:15:51.776Z | Compiling hex v0.4.3 |
2745 | 2025-05-13T21:15:52.136Z | Compiling macaddr v1.0.1 |
2746 | 2025-05-13T21:15:52.158Z | Compiling multer v3.1.0 |
2747 | 2025-05-13T21:15:52.376Z | Compiling debug-ignore v1.0.5 |
2748 | 2025-05-13T21:15:52.591Z | Compiling serde_yaml v0.9.34+deprecated |
2749 | 2025-05-13T21:15:52.622Z | Compiling toml v0.8.20 |
2750 | 2025-05-13T21:15:53.136Z | Compiling slog-json v2.6.1 |
2751 | 2025-05-13T21:15:53.538Z | Compiling async-stream-impl v0.3.6 |
2752 | 2025-05-13T21:15:54.114Z | Compiling wait-timeout v0.2.0 |
2753 | 2025-05-13T21:15:54.231Z | Compiling thiserror v2.0.12 |
2754 | 2025-05-13T21:15:54.252Z | Compiling structmeta v0.3.0 |
2755 | 2025-05-13T21:15:54.423Z | Compiling dropshot v0.16.0 |
2756 | 2025-05-13T21:15:54.641Z | Compiling bit-vec v0.8.0 |
2757 | 2025-05-13T21:15:54.718Z | Compiling rusty-fork v0.3.0 |
2758 | 2025-05-13T21:15:54.790Z | Compiling async-stream v0.3.6 |
2759 | 2025-05-13T21:15:54.898Z | Compiling typify-impl v0.3.0 |
2760 | 2025-05-13T21:15:55.130Z | Compiling bit-set v0.8.0 |
2761 | 2025-05-13T21:15:55.134Z | Compiling slog-bunyan v2.5.0 |
2762 | 2025-05-13T21:15:55.403Z | Compiling waitgroup v0.1.2 |
2763 | 2025-05-13T21:15:55.457Z | Compiling dropshot_endpoint v0.16.0 |
2764 | 2025-05-13T21:15:55.676Z | Compiling serde_path_to_error v0.1.16 |
2765 | 2025-05-13T21:15:55.927Z | Compiling rand_xorshift v0.3.0 |
2766 | 2025-05-13T21:15:56.306Z | Compiling hostname v0.4.0 |
2767 | 2025-05-13T21:15:56.313Z | Compiling instant v0.1.13 |
2768 | 2025-05-13T21:15:56.376Z | Compiling unarray v0.1.4 |
2769 | 2025-05-13T21:15:56.491Z | Compiling test-strategy v0.4.0 |
2770 | 2025-05-13T21:15:56.511Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2771 | 2025-05-13T21:15:56.540Z | Compiling derive-where v1.2.7 |
2772 | 2025-05-13T21:15:56.578Z | Compiling proptest v1.6.0 |
2773 | 2025-05-13T21:15:56.698Z | Compiling parse-display-derive v0.10.0 |
2774 | 2025-05-13T21:15:57.397Z | Compiling darling_macro v0.20.10 |
2775 | 2025-05-13T21:15:58.403Z | Compiling darling v0.20.10 |
2776 | 2025-05-13T21:15:58.537Z | Compiling serde_with_macros v3.12.0 |
2777 | 2025-05-13T21:15:59.785Z | Compiling tokio-rustls v0.25.0 |
2778 | 2025-05-13T21:15:59.821Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2779 | 2025-05-13T21:15:59.964Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2780 | 2025-05-13T21:16:00.447Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2781 | 2025-05-13T21:16:00.779Z | Compiling parse-display v0.10.0 |
2782 | 2025-05-13T21:16:00.801Z | Compiling backoff v0.4.0 |
2783 | 2025-05-13T21:16:00.820Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2784 | 2025-05-13T21:16:01.032Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2785 | 2025-05-13T21:16:01.160Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2786 | 2025-05-13T21:16:01.229Z | Compiling serde_with v3.12.0 |
2787 | 2025-05-13T21:16:01.281Z | Compiling proc-macro-crate v1.3.1 |
2788 | 2025-05-13T21:16:01.395Z | Compiling crucible-workspace-hack v0.1.0 |
2789 | 2025-05-13T21:16:01.758Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2790 | 2025-05-13T21:16:01.861Z | Compiling itertools v0.13.0 |
2791 | 2025-05-13T21:16:02.188Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2792 | 2025-05-13T21:16:02.211Z | Compiling num_enum_derive v0.5.11 |
2793 | 2025-05-13T21:16:02.550Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2794 | 2025-05-13T21:16:03.454Z | Compiling heapless v0.8.0 |
2795 | 2025-05-13T21:16:03.709Z | Compiling proc-macro-error v1.0.4 |
2796 | 2025-05-13T21:16:04.414Z | Compiling hash32 v0.3.1 |
2797 | 2025-05-13T21:16:04.480Z | Compiling foreign-types-macros v0.2.3 |
2798 | 2025-05-13T21:16:04.604Z | Compiling num_enum v0.5.11 |
2799 | 2025-05-13T21:16:04.768Z | Compiling smoltcp v0.11.0 |
2800 | 2025-05-13T21:16:04.852Z | Compiling foreign-types-shared v0.3.1 |
2801 | 2025-05-13T21:16:04.916Z | Compiling ingot-macros v0.1.0 |
2802 | 2025-05-13T21:16:05.328Z | Compiling tabwriter v1.4.0 |
2803 | 2025-05-13T21:16:05.728Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2804 | 2025-05-13T21:16:05.815Z | Compiling foreign-types v0.5.0 |
2805 | 2025-05-13T21:16:05.839Z | Compiling cstr-argument v0.1.2 |
2806 | 2025-05-13T21:16:05.956Z | Compiling cobs v0.2.3 |
2807 | 2025-05-13T21:16:05.979Z | Compiling pretty-hex v0.2.1 |
2808 | 2025-05-13T21:16:06.122Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2809 | 2025-05-13T21:16:06.219Z | Compiling postcard v1.0.10 |
2810 | 2025-05-13T21:16:06.291Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2811 | 2025-05-13T21:16:06.513Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2812 | 2025-05-13T21:16:06.598Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2813 | 2025-05-13T21:16:06.837Z | Compiling colored v2.2.0 |
2814 | 2025-05-13T21:16:06.879Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2815 | 2025-05-13T21:16:07.015Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2816 | 2025-05-13T21:16:07.550Z | Compiling itertools v0.14.0 |
2817 | 2025-05-13T21:16:07.612Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2818 | 2025-05-13T21:16:08.541Z | Compiling camino-tempfile v1.3.0 |
2819 | 2025-05-13T21:16:09.030Z | Compiling smf v0.2.3 |
2820 | 2025-05-13T21:16:09.329Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2821 | 2025-05-13T21:16:09.727Z | Compiling zone_cfg_derive v0.3.0 |
2822 | 2025-05-13T21:16:09.905Z | Compiling typify-macro v0.3.0 |
2823 | 2025-05-13T21:16:10.294Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2824 | 2025-05-13T21:16:10.564Z | Compiling num-derive v0.4.2 |
2825 | 2025-05-13T21:16:10.729Z | Compiling sigpipe v0.1.3 |
2826 | 2025-05-13T21:16:10.893Z | Compiling jiff v0.2.13 |
2827 | 2025-05-13T21:16:11.187Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2828 | 2025-05-13T21:16:11.205Z | Compiling zone v0.3.1 |
2829 | 2025-05-13T21:16:11.312Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2830 | 2025-05-13T21:16:11.570Z | Compiling num-rational v0.4.2 |
2831 | 2025-05-13T21:16:11.770Z | Compiling num-complex v0.4.6 |
2832 | 2025-05-13T21:16:12.223Z | Compiling ingot-types v0.1.0 |
2833 | 2025-05-13T21:16:12.572Z | Compiling universal-hash v0.5.1 |
2834 | 2025-05-13T21:16:12.744Z | Compiling num v0.4.3 |
2835 | 2025-05-13T21:16:12.803Z | Compiling opaque-debug v0.3.1 |
2836 | 2025-05-13T21:16:12.881Z | Compiling float-ord v0.3.2 |
2837 | 2025-05-13T21:16:12.932Z | Compiling convert_case v0.4.0 |
2838 | 2025-05-13T21:16:12.985Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2839 | 2025-05-13T21:16:13.097Z | Compiling ingot v0.1.0 |
2840 | 2025-05-13T21:16:13.126Z | Compiling keccak v0.1.5 |
2841 | 2025-05-13T21:16:13.147Z | Compiling password-hash v0.5.0 |
2842 | 2025-05-13T21:16:13.798Z | Compiling derive_more v0.99.20 |
2843 | 2025-05-13T21:16:13.851Z | Compiling sha3 v0.10.8 |
2844 | 2025-05-13T21:16:13.974Z | Compiling typify v0.3.0 |
2845 | 2025-05-13T21:16:14.068Z | Compiling blake2 v0.10.6 |
2846 | 2025-05-13T21:16:14.157Z | Compiling progenitor-impl v0.9.1 |
2847 | 2025-05-13T21:16:14.275Z | Compiling aead v0.5.2 |
2848 | 2025-05-13T21:16:14.750Z | Compiling utf-8 v0.7.6 |
2849 | 2025-05-13T21:16:14.896Z | Compiling argon2 v0.5.3 |
2850 | 2025-05-13T21:16:15.108Z | Compiling tungstenite v0.21.0 |
2851 | 2025-05-13T21:16:15.502Z | Compiling poly1305 v0.8.0 |
2852 | 2025-05-13T21:16:17.089Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2853 | 2025-05-13T21:16:17.200Z | Compiling chacha20 v0.9.1 |
2854 | 2025-05-13T21:16:17.216Z | Compiling base64 v0.21.7 |
2855 | 2025-05-13T21:16:17.712Z | Compiling tokio-tungstenite v0.21.0 |
2856 | 2025-05-13T21:16:17.743Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2857 | 2025-05-13T21:16:17.980Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2858 | 2025-05-13T21:16:18.258Z | Compiling secrecy v0.10.3 |
2859 | 2025-05-13T21:16:18.352Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2860 | 2025-05-13T21:16:18.890Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2861 | 2025-05-13T21:16:18.940Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
2862 | 2025-05-13T21:16:18.965Z | Compiling atomicwrites v0.4.4 |
2863 | 2025-05-13T21:16:19.202Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2864 | 2025-05-13T21:16:19.341Z | Compiling thiserror-impl-no-std v2.0.2 |
2865 | 2025-05-13T21:16:19.505Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2866 | 2025-05-13T21:16:20.067Z | Compiling half v2.4.1 |
2867 | 2025-05-13T21:16:20.222Z | Compiling semver v0.1.20 |
2868 | 2025-05-13T21:16:20.391Z | Compiling ciborium-io v0.2.2 |
2869 | 2025-05-13T21:16:20.569Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2870 | 2025-05-13T21:16:20.688Z | Compiling rustc_version v0.1.7 |
2871 | 2025-05-13T21:16:20.829Z | Compiling ciborium-ll v0.2.2 |
2872 | 2025-05-13T21:16:21.108Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2873 | 2025-05-13T21:16:21.164Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2874 | 2025-05-13T21:16:21.194Z | Compiling progenitor-macro v0.9.1 |
2875 | 2025-05-13T21:16:21.236Z | Compiling typify-impl v0.2.0 |
2876 | 2025-05-13T21:16:21.530Z | Compiling newline-converter v0.3.0 |
2877 | 2025-05-13T21:16:21.743Z | Compiling primeorder v0.13.6 |
2878 | 2025-05-13T21:16:22.171Z | Compiling thiserror-no-std v2.0.2 |
2879 | 2025-05-13T21:16:22.312Z | Compiling linked-hash-map v0.5.6 |
2880 | 2025-05-13T21:16:22.339Z | Compiling owo-colors v4.2.0 |
2881 | 2025-05-13T21:16:22.370Z | Compiling cancel-safe-futures v0.1.5 |
2882 | 2025-05-13T21:16:22.705Z | Compiling libefi-sys v0.1.0 |
2883 | 2025-05-13T21:16:22.857Z | Compiling lru-cache v0.1.2 |
2884 | 2025-05-13T21:16:22.948Z | Compiling vsss-rs v3.3.4 |
2885 | 2025-05-13T21:16:23.070Z | Compiling expectorate v1.2.0 |
2886 | 2025-05-13T21:16:23.115Z | Compiling newtype_derive v0.1.6 |
2887 | 2025-05-13T21:16:23.146Z | Compiling ciborium v0.2.2 |
2888 | 2025-05-13T21:16:23.468Z | Compiling chacha20poly1305 v0.10.1 |
2889 | 2025-05-13T21:16:23.492Z | Compiling resolv-conf v0.7.0 |
2890 | 2025-05-13T21:16:23.646Z | Compiling libsw-core v0.3.1 |
2891 | 2025-05-13T21:16:23.732Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2892 | 2025-05-13T21:16:23.960Z | Compiling bitfield-struct v0.6.2 |
2893 | 2025-05-13T21:16:24.210Z | Compiling unicase v2.7.0 |
2894 | 2025-05-13T21:16:24.264Z | Compiling fixedbitset v0.5.7 |
2895 | 2025-05-13T21:16:24.449Z | Compiling arc-swap v1.7.1 |
2896 | 2025-05-13T21:16:24.872Z | Compiling petgraph v0.7.1 |
2897 | 2025-05-13T21:16:24.969Z | Compiling slog-scope v4.4.0 |
2898 | 2025-05-13T21:16:25.132Z | Compiling hickory-resolver v0.24.4 |
2899 | 2025-05-13T21:16:25.209Z | Compiling libsw v3.4.0 |
2900 | 2025-05-13T21:16:25.444Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2901 | 2025-05-13T21:16:26.139Z | Compiling polyval v0.6.2 |
2902 | 2025-05-13T21:16:26.817Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2903 | 2025-05-13T21:16:26.911Z | Compiling proc-macro-error-attr2 v2.0.0 |
2904 | 2025-05-13T21:16:27.254Z | Compiling linear-map v1.2.0 |
2905 | 2025-05-13T21:16:27.721Z | Compiling salty v0.3.0 |
2906 | 2025-05-13T21:16:27.937Z | Compiling parking_lot_core v0.8.6 |
2907 | 2025-05-13T21:16:27.937Z | Compiling indent_write v2.2.0 |
2908 | 2025-05-13T21:16:27.937Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2909 | 2025-05-13T21:16:28.121Z | Compiling proc-macro-error2 v2.0.1 |
2910 | 2025-05-13T21:16:28.121Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2911 | 2025-05-13T21:16:28.315Z | Compiling ghash v0.5.1 |
2912 | 2025-05-13T21:16:28.359Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2913 | 2025-05-13T21:16:28.800Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2914 | 2025-05-13T21:16:29.369Z | Compiling slog-stdlog v4.1.1 |
2915 | 2025-05-13T21:16:29.369Z | Compiling p384 v0.13.0 |
2916 | 2025-05-13T21:16:29.369Z | Compiling num-derive v0.3.3 |
2917 | 2025-05-13T21:16:33.307Z | Compiling ctr v0.9.2 |
2918 | 2025-05-13T21:16:33.307Z | Compiling lzma-sys v0.1.20 |
2919 | 2025-05-13T21:16:33.307Z | Compiling gethostname v0.5.0 |
2920 | 2025-05-13T21:16:33.488Z | Compiling slog-dtrace v0.3.0 |
2921 | 2025-05-13T21:16:33.488Z | Compiling xshell-macros v0.2.7 |
2922 | 2025-05-13T21:16:33.517Z | Compiling highway v1.3.0 |
2923 | 2025-05-13T21:16:33.517Z | Compiling papergrid v0.14.0 |
2924 | 2025-05-13T21:16:33.517Z | Compiling xshell v0.2.7 |
2925 | 2025-05-13T21:16:33.518Z | Compiling aes-gcm v0.10.3 |
2926 | 2025-05-13T21:16:33.518Z | Compiling mime_guess v2.0.5 |
2927 | 2025-05-13T21:16:33.518Z | Compiling libscf-sys v1.1.0 |
2928 | 2025-05-13T21:16:33.518Z | Compiling slog-envlogger v2.2.0 |
2929 | 2025-05-13T21:16:33.518Z | Compiling steno v0.4.1 |
2930 | 2025-05-13T21:16:33.518Z | Compiling tabled_derive v0.10.0 |
2931 | 2025-05-13T21:16:33.518Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2932 | 2025-05-13T21:16:33.518Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2933 | 2025-05-13T21:16:33.518Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2934 | 2025-05-13T21:16:33.518Z | Compiling progenitor v0.9.1 |
2935 | 2025-05-13T21:16:33.663Z | Compiling heck v0.3.3 |
2936 | 2025-05-13T21:16:33.745Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2937 | 2025-05-13T21:16:34.087Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2938 | 2025-05-13T21:16:34.214Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2939 | 2025-05-13T21:16:34.244Z | Compiling progenitor-client v0.8.0 |
2940 | 2025-05-13T21:16:34.445Z | Compiling ssh-encoding v0.2.0 |
2941 | 2025-05-13T21:16:34.570Z | Compiling blowfish v0.9.1 |
2942 | 2025-05-13T21:16:34.879Z | Compiling env_filter v0.1.2 |
2943 | 2025-05-13T21:16:35.024Z | Compiling nibble_vec v0.1.0 |
2944 | 2025-05-13T21:16:35.139Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2945 | 2025-05-13T21:16:35.332Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2946 | 2025-05-13T21:16:35.506Z | Compiling endian-type v0.1.2 |
2947 | 2025-05-13T21:16:35.523Z | Compiling humantime v2.1.0 |
2948 | 2025-05-13T21:16:35.763Z | Compiling radix_trie v0.2.1 |
2949 | 2025-05-13T21:16:35.807Z | Compiling env_logger v0.11.5 |
2950 | 2025-05-13T21:16:35.859Z | Compiling typify-macro v0.2.0 |
2951 | 2025-05-13T21:16:36.084Z | Compiling bcrypt-pbkdf v0.10.0 |
2952 | 2025-05-13T21:16:36.593Z | Compiling ssh-cipher v0.2.0 |
2953 | 2025-05-13T21:16:36.635Z | Compiling tabled v0.18.0 |
2954 | 2025-05-13T21:16:36.717Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2955 | 2025-05-13T21:16:37.761Z | Compiling zone_cfg_derive v0.1.2 |
2956 | 2025-05-13T21:16:37.891Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2957 | 2025-05-13T21:16:38.785Z | Compiling parking_lot v0.11.2 |
2958 | 2025-05-13T21:16:39.675Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2959 | 2025-05-13T21:16:39.704Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2960 | 2025-05-13T21:16:39.998Z | Compiling typify v0.2.0 |
2961 | 2025-05-13T21:16:40.129Z | Compiling progenitor-impl v0.8.0 |
2962 | 2025-05-13T21:16:40.466Z | Compiling qorb v0.3.1 |
2963 | 2025-05-13T21:16:40.545Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2964 | 2025-05-13T21:16:40.572Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2965 | 2025-05-13T21:16:40.984Z | Compiling password-hash v0.4.2 |
2966 | 2025-05-13T21:16:41.068Z | Compiling fxhash v0.2.1 |
2967 | 2025-05-13T21:16:41.139Z | Compiling base64 v0.13.1 |
2968 | 2025-05-13T21:16:41.238Z | Compiling same-file v1.0.6 |
2969 | 2025-05-13T21:16:41.392Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2970 | 2025-05-13T21:16:41.540Z | Compiling http-range v0.1.5 |
2971 | 2025-05-13T21:16:41.584Z | Compiling ron v0.7.1 |
2972 | 2025-05-13T21:16:41.683Z | Compiling walkdir v2.5.0 |
2973 | 2025-05-13T21:16:41.778Z | Compiling pbkdf2 v0.11.0 |
2974 | 2025-05-13T21:16:41.873Z | Compiling sled v0.34.7 |
2975 | 2025-05-13T21:16:42.156Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2976 | 2025-05-13T21:16:42.880Z | Compiling xz2 v0.1.7 |
2977 | 2025-05-13T21:16:43.351Z | Compiling zone v0.1.8 |
2978 | 2025-05-13T21:16:43.683Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2979 | 2025-05-13T21:16:44.063Z | Compiling ssh-key v0.6.6 |
2980 | 2025-05-13T21:16:44.739Z | Compiling hickory-client v0.24.4 |
2981 | 2025-05-13T21:16:44.934Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
2982 | 2025-05-13T21:16:45.042Z | Compiling p256 v0.13.2 |
2983 | 2025-05-13T21:16:45.175Z | Compiling p521 v0.13.3 |
2984 | 2025-05-13T21:16:45.884Z | Compiling hickory-server v0.24.4 |
2985 | 2025-05-13T21:16:46.121Z | Compiling pem v3.0.5 |
2986 | 2025-05-13T21:16:46.426Z | Compiling yasna v0.5.2 |
2987 | 2025-05-13T21:16:46.845Z | Compiling headers-core v0.3.0 |
2988 | 2025-05-13T21:16:47.011Z | Compiling progenitor-macro v0.8.0 |
2989 | 2025-05-13T21:16:47.071Z | Compiling kstat-rs v0.2.4 |
2990 | 2025-05-13T21:16:47.488Z | Compiling secrecy v0.8.0 |
2991 | 2025-05-13T21:16:47.662Z | Compiling nanorand v0.7.0 |
2992 | 2025-05-13T21:16:47.806Z | Compiling russh-cryptovec v0.7.3 |
2993 | 2025-05-13T21:16:48.008Z | Compiling atty v0.2.14 |
2994 | 2025-05-13T21:16:48.182Z | Compiling md5 v0.7.0 |
2995 | 2025-05-13T21:16:48.225Z | Compiling crc8 v0.1.1 |
2996 | 2025-05-13T21:16:48.247Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
2997 | 2025-05-13T21:16:48.268Z | Compiling flume v0.11.1 |
2998 | 2025-05-13T21:16:48.653Z | Compiling russh-keys v0.45.0 |
2999 | 2025-05-13T21:16:48.916Z | Compiling rcgen v0.12.1 |
3000 | 2025-05-13T21:16:50.118Z | Compiling headers v0.4.0 |
3001 | 2025-05-13T21:16:50.475Z | Compiling hyper-staticfile v0.10.1 |
3002 | 2025-05-13T21:16:51.043Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3003 | 2025-05-13T21:16:51.548Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3004 | 2025-05-13T21:16:51.699Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3005 | 2025-05-13T21:16:51.859Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3006 | 2025-05-13T21:16:52.428Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3007 | 2025-05-13T21:16:53.294Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3008 | 2025-05-13T21:16:54.472Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3009 | 2025-05-13T21:16:55.965Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3010 | 2025-05-13T21:16:56.509Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3011 | 2025-05-13T21:16:57.055Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3012 | 2025-05-13T21:16:58.570Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3013 | 2025-05-13T21:16:58.831Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3014 | 2025-05-13T21:16:59.436Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3015 | 2025-05-13T21:16:59.707Z | Compiling progenitor v0.8.0 |
3016 | 2025-05-13T21:16:59.768Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3017 | 2025-05-13T21:16:59.975Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3018 | 2025-05-13T21:17:00.073Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3019 | 2025-05-13T21:17:01.918Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3020 | 2025-05-13T21:17:02.160Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3021 | 2025-05-13T21:17:02.329Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3022 | 2025-05-13T21:17:03.460Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3023 | 2025-05-13T21:17:05.596Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3024 | 2025-05-13T21:17:06.078Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3025 | 2025-05-13T21:17:06.214Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3026 | 2025-05-13T21:17:06.807Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3027 | 2025-05-13T21:17:07.302Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3028 | 2025-05-13T21:17:07.642Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3029 | 2025-05-13T21:17:07.763Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3030 | 2025-05-13T21:17:08.169Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3031 | 2025-05-13T21:17:08.387Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3032 | 2025-05-13T21:17:10.511Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3033 | 2025-05-13T21:17:11.333Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3034 | 2025-05-13T21:17:11.541Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3035 | 2025-05-13T21:17:13.272Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3036 | 2025-05-13T21:17:13.883Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3037 | 2025-05-13T21:17:15.176Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3038 | 2025-05-13T21:17:15.593Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3039 | 2025-05-13T21:17:15.765Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3040 | 2025-05-13T21:17:16.648Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3041 | 2025-05-13T21:17:18.624Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3042 | 2025-05-13T21:17:19.043Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3043 | 2025-05-13T21:17:19.122Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
3044 | 2025-05-13T21:17:20.996Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3045 | 2025-05-13T21:17:21.038Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3046 | 2025-05-13T21:17:21.038Z | Compiling num-bigint v0.4.6 |
3047 | 2025-05-13T21:17:21.039Z | Compiling des v0.8.1 |
3048 | 2025-05-13T21:17:21.273Z | Compiling subprocess v0.2.9 |
3049 | 2025-05-13T21:17:21.506Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3050 | 2025-05-13T21:17:21.868Z | Compiling display-error-chain v0.2.2 |
3051 | 2025-05-13T21:17:22.130Z | Compiling hex-literal v0.4.1 |
3052 | 2025-05-13T21:17:22.240Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3053 | 2025-05-13T21:17:22.337Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3054 | 2025-05-13T21:17:22.386Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3055 | 2025-05-13T21:17:22.907Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3056 | 2025-05-13T21:17:23.435Z | Compiling internet-checksum v0.2.1 |
3057 | 2025-05-13T21:17:25.133Z | Compiling russh v0.45.0 |
3058 | 2025-05-13T21:17:26.127Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3059 | 2025-05-13T21:17:34.786Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3060 | 2025-05-13T21:17:36.509Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3061 | 2025-05-13T21:18:01.813Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3062 | 2025-05-13T21:18:25.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
3063 | 2025-05-13T21:18:25.930Z | |
3064 | 2025-05-13T21:18:25.930Z | real 2:35.899705403 |
3065 | 2025-05-13T21:18:25.930Z | user 13:40.737610800 |
3066 | 2025-05-13T21:18:25.930Z | sys 1:52.658965636 |
3067 | 2025-05-13T21:18:25.930Z | trap 0.404632752 |
3068 | 2025-05-13T21:18:25.930Z | tflt 0.278595464 |
3069 | 2025-05-13T21:18:25.951Z | dflt 0.758192930 |
3070 | 2025-05-13T21:18:25.951Z | kflt 0.000043190 |
3071 | 2025-05-13T21:18:25.952Z | lock 25:18.238728595 |
3072 | 2025-05-13T21:18:25.952Z | slp 48:48.113463180 |
3073 | 2025-05-13T21:18:25.952Z | lat 41.852085017 |
3074 | 2025-05-13T21:18:25.952Z | stop 1:50.004003031 |
3075 | 2025-05-13T21:18:25.952Z | + mkdir tests |
3076 | 2025-05-13T21:18:25.952Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3077 | 2025-05-13T21:18:25.952Z | + xargs -I '{}' -t cp '{}' tests/ |
3078 | 2025-05-13T21:18:25.962Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-439c03653709bc96 tests/ |
3079 | 2025-05-13T21:18:25.970Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea03959f2bb7ce90 tests/ |
3080 | 2025-05-13T21:18:26.018Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a023dbe7ea6afd20 tests/ |
3081 | 2025-05-13T21:18:26.037Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-684b8efdfbb7195b tests/ |
3082 | 2025-05-13T21:18:26.319Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
3083 | 2025-05-13T21:18:26.356Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ea03959f2bb7ce90 tests/commtest-a023dbe7ea6afd20 tests/dhcp_server-439c03653709bc96 tests/end_to_end_tests-684b8efdfbb7195b out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
3084 | 2025-05-13T21:19:46.712Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3085 | 2025-05-13T21:19:46.712Z | a .github/buildomat/ci-env.sh 1K |
3086 | 2025-05-13T21:19:46.712Z | a out/target/test 1K |
3087 | 2025-05-13T21:19:46.712Z | a out/npuzone/npuzone 23144K |
3088 | 2025-05-13T21:19:46.712Z | a package-manifest.toml 33K |
3089 | 2025-05-13T21:19:46.712Z | a smf/sled-agent/non-gimlet/config.toml 5K |
3090 | 2025-05-13T21:19:46.712Z | a target/release/omicron-package 40384K |
3091 | 2025-05-13T21:19:46.712Z | a target/release/xtask 10752K |
3092 | 2025-05-13T21:19:46.712Z | a target/debug/bootstrap 215484K |
3093 | 2025-05-13T21:19:46.712Z | a tests/bootstrap-ea03959f2bb7ce90 23833K |
3094 | 2025-05-13T21:19:46.712Z | a tests/commtest-a023dbe7ea6afd20 24620K |
3095 | 2025-05-13T21:19:46.712Z | a tests/dhcp_server-439c03653709bc96 23833K |
3096 | 2025-05-13T21:19:46.712Z | a tests/end_to_end_tests-684b8efdfbb7195b 273310K |
3097 | 2025-05-13T21:19:46.712Z | a out/clickhouse.tar.gz 297154K |
3098 | 2025-05-13T21:19:46.712Z | a out/clickhouse_keeper.tar.gz 282395K |
3099 | 2025-05-13T21:19:46.713Z | a out/clickhouse_server.tar.gz 297152K |
3100 | 2025-05-13T21:19:46.713Z | a out/cockroachdb.tar.gz 145247K |
3101 | 2025-05-13T21:19:46.713Z | a out/crucible-dtrace.tar 99K |
3102 | 2025-05-13T21:19:46.713Z | a out/crucible-pantry-zone.tar.gz 35724K |
3103 | 2025-05-13T21:19:46.713Z | a out/crucible-zone.tar.gz 44523K |
3104 | 2025-05-13T21:19:46.713Z | a out/external-dns.tar.gz 46212K |
3105 | 2025-05-13T21:19:46.713Z | a out/internal-dns.tar.gz 46211K |
3106 | 2025-05-13T21:19:46.713Z | a out/mg-ddm-gz.tar 92145K |
3107 | 2025-05-13T21:19:46.713Z | a out/nexus.tar.gz 115094K |
3108 | 2025-05-13T21:19:46.713Z | a out/ntp.tar.gz 15112K |
3109 | 2025-05-13T21:19:46.713Z | a out/omicron-gateway-softnpu.tar.gz 25854K |
3110 | 2025-05-13T21:19:46.713Z | a out/omicron-sled-agent.tar 129247K |
3111 | 2025-05-13T21:19:46.713Z | a out/overlay.tar.gz 3K |
3112 | 2025-05-13T21:19:46.713Z | a out/oximeter.tar.gz 55778K |
3113 | 2025-05-13T21:19:46.713Z | a out/oxlog.tar 3817K |
3114 | 2025-05-13T21:19:46.713Z | a out/probe.tar.gz 2764K |
3115 | 2025-05-13T21:19:46.730Z | a out/propolis-server.tar.gz 69372K |
3116 | 2025-05-13T21:19:46.730Z | a out/pumpkind-gz.tar 26648K |
3117 | 2025-05-13T21:19:46.730Z | a out/switch-softnpu.tar.gz 303404K |
3118 | 2025-05-13T21:19:46.730Z | |
3119 | 2025-05-13T21:19:46.730Z | real 1:19.101401866 |
3120 | 2025-05-13T21:19:46.730Z | user 1:15.373978203 |
3121 | 2025-05-13T21:19:46.730Z | sys 5.427428026 |
3122 | 2025-05-13T21:19:46.730Z | trap 0.020244158 |
3123 | 2025-05-13T21:19:46.730Z | tflt 0.000000000 |
3124 | 2025-05-13T21:19:46.730Z | dflt 0.000000000 |
3125 | 2025-05-13T21:19:46.730Z | kflt 0.000000000 |
3126 | 2025-05-13T21:19:46.730Z | lock 0.000000000 |
3127 | 2025-05-13T21:19:46.730Z | slp 1:15.078928932 |
3128 | 2025-05-13T21:19:46.730Z | lat 2.297614849 |
3129 | 2025-05-13T21:19:46.730Z | stop 0.000194513 |
3130 | 2025-05-13T21:19:46.730Z | process exited: duration 2066537 ms, exit code 0 |
|
3131 | 2025-05-13T21:19:46.846Z | found 1 output files |
3132 | 2025-05-13T21:19:46.846Z | uploading: /work/package.tar.gz (2071919768 bytes) |
3133 | 2025-05-13T21:20:29.231Z | uploaded: /work/package.tar.gz |