|
|
|
1 | 2025-06-02T23:58:08.458Z | job assigned to worker 01JWSH8RWXXCHCYBPJCHAWQFHY [factory gimlet-EVT22200007-propolis, EVT22200007/29213] (queued for 25 s) |
|
2 | 2025-06-02T23:58:17.655Z | starting task 0: "setup" |
3 | 2025-06-02T23:58:17.682Z | ++ uname -s |
4 | 2025-06-02T23:58:17.682Z | + kern=SunOS |
5 | 2025-06-02T23:58:17.682Z | + build_user=build |
6 | 2025-06-02T23:58:17.682Z | + build_uid=12345 |
7 | 2025-06-02T23:58:17.682Z | + work_dir=/work |
8 | 2025-06-02T23:58:17.682Z | + input_dir=/input |
9 | 2025-06-02T23:58:17.682Z | + [[ 0 == 12345 ]] |
10 | 2025-06-02T23:58:17.682Z | + case "$kern" in |
11 | 2025-06-02T23:58:17.682Z | + groupadd -g 12345 build |
12 | 2025-06-02T23:58:17.682Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-02T23:58:19.683Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-02T23:58:19.720Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-02T23:58:19.746Z | + home_fs=zfs |
16 | 2025-06-02T23:58:19.746Z | + [[ zfs == autofs ]] |
17 | 2025-06-02T23:58:19.746Z | + mkdir -p /home/build |
18 | 2025-06-02T23:58:19.746Z | + chown build:build /home/build /work |
19 | 2025-06-02T23:58:21.732Z | + chmod 0700 /home/build /work |
20 | 2025-06-02T23:58:21.757Z | process exited: duration 4081 ms, exit code 0 |
|
21 | 2025-06-02T23:58:21.810Z | starting task 1: "rust-toolchain" |
22 | 2025-06-02T23:58:21.837Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-02T23:58:21.837Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-06-02T23:58:21.837Z | * rust toolchain channel = "1.87.0" |
25 | 2025-06-02T23:58:21.837Z | * rust toolchain profile = "default" |
26 | 2025-06-02T23:58:21.837Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-06-02T23:58:21.837Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-02T23:58:21.837Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-02T23:58:21.837Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-02T23:58:21.971Z | info: downloading installer |
31 | 2025-06-02T23:58:22.682Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-02T23:58:22.682Z | warn: /opt/ooce/bin |
33 | 2025-06-02T23:58:22.682Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-02T23:58:22.682Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-02T23:58:22.682Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-02T23:58:22.682Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-02T23:58:22.682Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-02T23:58:22.682Z | error: cannot install while Rust is installed |
39 | 2025-06-02T23:58:22.682Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-02T23:58:22.682Z | info: profile set to 'default' |
41 | 2025-06-02T23:58:22.682Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-02T23:58:22.682Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-02T23:58:22.788Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-02T23:58:22.788Z | info: downloading component 'cargo' |
45 | 2025-06-02T23:58:22.969Z | info: downloading component 'clippy' |
46 | 2025-06-02T23:58:23.116Z | info: downloading component 'rust-docs' |
47 | 2025-06-02T23:58:23.573Z | info: downloading component 'rust-std' |
48 | 2025-06-02T23:58:24.075Z | info: downloading component 'rustc' |
49 | 2025-06-02T23:58:27.474Z | info: downloading component 'rustfmt' |
50 | 2025-06-02T23:58:27.543Z | info: installing component 'cargo' |
51 | 2025-06-02T23:58:28.777Z | info: installing component 'clippy' |
52 | 2025-06-02T23:58:29.250Z | info: installing component 'rust-docs' |
53 | 2025-06-02T23:58:32.327Z | info: installing component 'rust-std' |
54 | 2025-06-02T23:58:34.582Z | info: installing component 'rustc' |
55 | 2025-06-02T23:58:42.703Z | info: installing component 'rustfmt' |
56 | 2025-06-02T23:58:43.090Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-02T23:58:43.090Z | |
58 | 2025-06-02T23:58:43.263Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-02T23:58:43.263Z | |
60 | 2025-06-02T23:58:43.289Z | |
61 | 2025-06-02T23:58:43.289Z | Rust is installed now. Great! |
62 | 2025-06-02T23:58:43.289Z | |
63 | 2025-06-02T23:58:43.289Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-02T23:58:43.289Z | environment variable. This has not been done automatically. |
65 | 2025-06-02T23:58:43.289Z | |
66 | 2025-06-02T23:58:43.289Z | To configure your current shell, you need to source |
67 | 2025-06-02T23:58:43.289Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-02T23:58:43.289Z | |
69 | 2025-06-02T23:58:43.289Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-02T23:58:43.289Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-02T23:58:43.289Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-02T23:58:43.289Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-02T23:58:43.377Z | + rustup --version |
74 | 2025-06-02T23:58:43.402Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-02T23:58:43.402Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-02T23:58:43.531Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-02T23:58:43.556Z | + cargo --version |
78 | 2025-06-02T23:58:43.640Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-02T23:58:43.666Z | + rustc --version |
80 | 2025-06-02T23:58:43.757Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-02T23:58:43.782Z | process exited: duration 21956 ms, exit code 0 |
|
82 | 2025-06-02T23:58:43.834Z | starting task 2: "authentication" |
83 | 2025-06-02T23:58:43.895Z | process exited: duration 61 ms, exit code 0 |
|
84 | 2025-06-02T23:58:43.950Z | starting task 3: "clone repository" |
85 | 2025-06-02T23:58:43.975Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-02T23:58:43.975Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-02T23:58:44.001Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-02T23:58:53.885Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-02T23:58:53.885Z | + git fetch origin e522a5191240583d47de88b9aa51acc1f4407a96 |
90 | 2025-06-02T23:58:54.331Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-02T23:58:54.331Z | * branch e522a5191240583d47de88b9aa51acc1f4407a96 -> FETCH_HEAD |
92 | 2025-06-02T23:58:54.356Z | + [[ -n ixi/dns-authoritative-answers ]] |
93 | 2025-06-02T23:58:54.356Z | ++ git branch --show-current |
94 | 2025-06-02T23:58:54.356Z | + current=main |
95 | 2025-06-02T23:58:54.356Z | + [[ main != ixi/dns-authoritative-answers ]] |
96 | 2025-06-02T23:58:54.356Z | + git branch -f ixi/dns-authoritative-answers e522a5191240583d47de88b9aa51acc1f4407a96 |
97 | 2025-06-02T23:58:54.356Z | + git checkout -f ixi/dns-authoritative-answers |
98 | 2025-06-02T23:58:54.623Z | Switched to branch 'ixi/dns-authoritative-answers' |
99 | 2025-06-02T23:58:54.649Z | + git reset --hard e522a5191240583d47de88b9aa51acc1f4407a96 |
100 | 2025-06-02T23:58:54.649Z | HEAD is now at e522a5191 SOA records should be authoritative too (concurrently added in 8047) |
101 | 2025-06-02T23:58:54.649Z | process exited: duration 10699 ms, exit code 0 |
|
102 | 2025-06-02T23:58:54.700Z | starting task 4: "build" |
103 | 2025-06-02T23:58:54.725Z | + source .github/buildomat/ci-env.sh |
104 | 2025-06-02T23:58:54.725Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-06-02T23:58:54.725Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-06-02T23:58:54.725Z | + cargo --version |
107 | 2025-06-02T23:58:54.779Z | cargo 1.87.0 (99624be96 2025-05-06) |
108 | 2025-06-02T23:58:54.804Z | + rustc --version |
109 | 2025-06-02T23:58:54.876Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
110 | 2025-06-02T23:58:54.902Z | + WORK=/work |
111 | 2025-06-02T23:58:54.902Z | + pfexec mkdir -p /work |
112 | 2025-06-02T23:58:54.902Z | + pfexec chown build /work |
113 | 2025-06-02T23:58:54.902Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
114 | 2025-06-02T23:59:16.656Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2025-06-02T23:59:23.914Z | Startup: Caching catalogs ... Done |
116 | 2025-06-02T23:59:30.944Z | Planning: Solver setup ... Done (5.749s) |
117 | 2025-06-02T23:59:31.002Z | Planning: Running solver ... Done (0.058s) |
118 | 2025-06-02T23:59:31.083Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2025-06-02T23:59:31.192Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2025-06-02T23:59:31.920Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2025-06-02T23:59:31.988Z | Planning: Package planning ... Done (0.068s) |
122 | 2025-06-02T23:59:32.048Z | Planning: Merging actions ... Done (0.059s) |
123 | 2025-06-02T23:59:32.422Z | Planning: Checking for conflicting actions ... Done (0.374s) |
124 | 2025-06-02T23:59:32.447Z | Planning: Consolidating action changes ... Done (0.014s) |
125 | 2025-06-02T23:59:33.166Z | Planning: Evaluating mediators ... Done (0.728s) |
126 | 2025-06-02T23:59:33.191Z | Planning: Planning completed in 9.16 seconds |
127 | 2025-06-02T23:59:33.216Z | Packages to install: 4 |
128 | 2025-06-02T23:59:33.216Z | Mediators to change: 2 |
129 | 2025-06-02T23:59:33.216Z | Services to change: 1 |
130 | 2025-06-02T23:59:33.216Z | Estimated space available: 155.05 GB |
131 | 2025-06-02T23:59:33.216Z | Estimated space to be consumed: 1.66 GB |
132 | 2025-06-02T23:59:33.216Z | Create boot environment: No |
133 | 2025-06-02T23:59:33.216Z | Create backup boot environment: No |
134 | 2025-06-02T23:59:33.216Z | Rebuild boot archive: No |
135 | 2025-06-02T23:59:33.216Z | |
136 | 2025-06-02T23:59:33.217Z | Changed mediators: |
137 | 2025-06-02T23:59:33.217Z | mediator clang: |
138 | 2025-06-02T23:59:33.217Z | version: None -> 15 (system default) |
139 | 2025-06-02T23:59:33.217Z | |
140 | 2025-06-02T23:59:33.217Z | mediator llvm: |
141 | 2025-06-02T23:59:33.217Z | version: 14 (system default) -> 15 (system default) |
142 | 2025-06-02T23:59:33.217Z | |
143 | 2025-06-02T23:59:33.217Z | Changed packages: |
144 | 2025-06-02T23:59:33.217Z | helios-dev |
145 | 2025-06-02T23:59:33.217Z | developer/build-essential |
146 | 2025-06-02T23:59:33.217Z | None -> 11-2.0 |
147 | 2025-06-02T23:59:33.217Z | library/libxmlsec1 |
148 | 2025-06-02T23:59:33.217Z | None -> 1.2.35-2.0 |
149 | 2025-06-02T23:59:33.217Z | ooce/developer/clang-15 |
150 | 2025-06-02T23:59:33.217Z | None -> 15.0.7-2.0 |
151 | 2025-06-02T23:59:33.217Z | ooce/developer/llvm-15 |
152 | 2025-06-02T23:59:33.217Z | None -> 15.0.7-2.0 |
153 | 2025-06-02T23:59:33.217Z | |
154 | 2025-06-02T23:59:33.217Z | Services: |
155 | 2025-06-02T23:59:33.217Z | restart_fmri: |
156 | 2025-06-02T23:59:33.217Z | svc:/system/update-man-index:default |
157 | 2025-06-02T23:59:33.251Z | |
158 | 2025-06-02T23:59:33.251Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2025-06-02T23:59:38.257Z | Download: 367/3290 items 11.9/212.6MB 5% complete (2.4M/s) |
160 | 2025-06-02T23:59:43.267Z | Download: 1192/3290 items 61.3/212.6MB 28% complete (6.1M/s) |
161 | 2025-06-02T23:59:48.270Z | Download: 1634/3290 items 117.8/212.6MB 55% complete (10.7M/s) |
162 | 2025-06-02T23:59:53.319Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (5.8M/s) |
163 | 2025-06-02T23:59:58.321Z | Download: 3282/3290 items 208.0/212.6MB 97% complete (8.9M/s) |
164 | 2025-06-02T23:59:58.946Z | Download: Completed 212.60 MB in 25.70 seconds (8.3M/s) |
165 | 2025-06-02T23:59:59.130Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2025-06-03T00:00:04.136Z | Actions: 2839/3689 actions (Installing new actions) |
167 | 2025-06-03T00:00:05.022Z | Actions: Completed 3689 actions in 5.89 seconds. |
168 | 2025-06-03T00:00:05.784Z | Done (0.756s) |
169 | 2025-06-03T00:00:05.784Z | Done (0.000s) |
170 | 2025-06-03T00:00:06.698Z | Done (0.914s) |
171 | 2025-06-03T00:00:12.128Z | Done (5.186s) |
172 | 2025-06-03T00:00:12.236Z | Done (0.020s) |
173 | 2025-06-03T00:00:12.261Z | Done (0.000s) |
174 | 2025-06-03T00:00:12.416Z | Done (0.000s) |
175 | 2025-06-03T00:00:13.327Z | Planning: Evaluating mediator changes ... Done |
176 | 2025-06-03T00:00:13.540Z | Planning: Checking for conflicting actions ... Done |
177 | 2025-06-03T00:00:13.566Z | Planning: Consolidating action changes ... Done |
178 | 2025-06-03T00:00:13.883Z | Planning: Evaluating mediators ... Done |
179 | 2025-06-03T00:00:13.910Z | Planning: Planning completed in 0.56 seconds |
180 | 2025-06-03T00:00:13.939Z | Mediators to change: 2 |
181 | 2025-06-03T00:00:13.939Z | Create boot environment: No |
182 | 2025-06-03T00:00:13.939Z | Create backup boot environment: No |
183 | 2025-06-03T00:00:13.990Z | Done |
184 | 2025-06-03T00:00:13.990Z | Done |
185 | 2025-06-03T00:00:14.628Z | Done |
186 | 2025-06-03T00:00:19.493Z | Done |
187 | 2025-06-03T00:00:19.589Z | Done |
188 | 2025-06-03T00:00:19.589Z | Done |
189 | 2025-06-03T00:00:19.643Z | Done |
190 | 2025-06-03T00:00:20.431Z | Planning: Evaluating mediator changes ... Done |
191 | 2025-06-03T00:00:20.456Z | Planning: Merging actions ... Done |
192 | 2025-06-03T00:00:20.671Z | Planning: Checking for conflicting actions ... Done |
193 | 2025-06-03T00:00:20.698Z | Planning: Consolidating action changes ... Done |
194 | 2025-06-03T00:00:21.000Z | Planning: Evaluating mediators ... Done |
195 | 2025-06-03T00:00:21.071Z | Planning: Planning completed in 0.96 seconds |
196 | 2025-06-03T00:00:21.115Z | Packages to change: 1 |
197 | 2025-06-03T00:00:21.115Z | Mediators to change: 1 |
198 | 2025-06-03T00:00:21.115Z | Services to change: 1 |
199 | 2025-06-03T00:00:21.115Z | Create boot environment: No |
200 | 2025-06-03T00:00:21.115Z | Create backup boot environment: Yes |
201 | 2025-06-03T00:00:22.893Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2025-06-03T00:00:22.918Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2025-06-03T00:00:22.918Z | Done |
204 | 2025-06-03T00:00:22.918Z | Done |
205 | 2025-06-03T00:00:23.076Z | Done |
206 | 2025-06-03T00:00:27.821Z | Done |
207 | 2025-06-03T00:00:27.955Z | Done |
208 | 2025-06-03T00:00:27.981Z | Done |
209 | 2025-06-03T00:00:28.006Z | Done |
210 | 2025-06-03T00:00:28.580Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2025-06-03T00:00:28.580Z | clang system 15 system |
212 | 2025-06-03T00:00:28.580Z | csh system system illumos |
213 | 2025-06-03T00:00:28.580Z | ctags system system illumos |
214 | 2025-06-03T00:00:28.580Z | file system system illumos |
215 | 2025-06-03T00:00:28.580Z | gcc vendor 12 vendor |
216 | 2025-06-03T00:00:28.580Z | gcc system 10 system |
217 | 2025-06-03T00:00:28.580Z | gcc system 7 system |
218 | 2025-06-03T00:00:28.580Z | go system 1.20 system |
219 | 2025-06-03T00:00:28.580Z | go system 1.19 system |
220 | 2025-06-03T00:00:28.580Z | llvm system 15 system |
221 | 2025-06-03T00:00:28.580Z | llvm system 14 system |
222 | 2025-06-03T00:00:28.580Z | mariadb system 10.6 system |
223 | 2025-06-03T00:00:28.580Z | mta vendor vendor dma |
224 | 2025-06-03T00:00:28.581Z | openjdk system 17 system |
225 | 2025-06-03T00:00:28.581Z | openjdk system 11 system |
226 | 2025-06-03T00:00:28.581Z | openjdk system 1.8 system |
227 | 2025-06-03T00:00:28.581Z | openssl vendor 3 vendor |
228 | 2025-06-03T00:00:28.581Z | perl system 5.36 system |
229 | 2025-06-03T00:00:28.581Z | postgresql system 15 system |
230 | 2025-06-03T00:00:28.581Z | postgresql system 13 system |
231 | 2025-06-03T00:00:28.581Z | python vendor 3 vendor |
232 | 2025-06-03T00:00:28.581Z | python system 2 system |
233 | 2025-06-03T00:00:28.581Z | python3 system 3.11 system |
234 | 2025-06-03T00:00:28.581Z | ruby system 3.0 system |
235 | 2025-06-03T00:00:28.581Z | words vendor vendor american-english |
236 | 2025-06-03T00:00:28.581Z | words system system australian-english |
237 | 2025-06-03T00:00:28.581Z | words system system british-english |
238 | 2025-06-03T00:00:28.581Z | words system system canadian-english |
239 | 2025-06-03T00:00:28.581Z | words system system french |
240 | 2025-06-03T00:00:28.581Z | words system system italian |
241 | 2025-06-03T00:00:28.581Z | words system system ngerman |
242 | 2025-06-03T00:00:28.581Z | words system system ogerman |
243 | 2025-06-03T00:00:28.581Z | words system system spanish |
244 | 2025-06-03T00:00:28.982Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2025-06-03T00:00:28.982Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2025-06-03T00:00:33.843Z | FMRI IFO |
247 | 2025-06-03T00:00:33.843Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2025-06-03T00:00:33.843Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2025-06-03T00:00:33.843Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
253 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
254 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
255 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
256 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
257 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
258 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
259 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
260 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
261 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
262 | 2025-06-03T00:00:33.844Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
263 | 2025-06-03T00:00:34.891Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
264 | 2025-06-03T00:00:35.334Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
265 | 2025-06-03T00:00:36.117Z | Updating crates.io index |
266 | 2025-06-03T00:00:36.164Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
267 | 2025-06-03T00:00:36.625Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
268 | 2025-06-03T00:00:37.340Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
269 | 2025-06-03T00:00:37.686Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
270 | 2025-06-03T00:00:38.051Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
271 | 2025-06-03T00:00:38.472Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2025-06-03T00:00:39.682Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2025-06-03T00:00:41.934Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2025-06-03T00:00:42.835Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2025-06-03T00:00:43.638Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2025-06-03T00:00:44.035Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
277 | 2025-06-03T00:00:44.424Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
278 | 2025-06-03T00:00:45.288Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
279 | 2025-06-03T00:00:45.696Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
280 | 2025-06-03T00:00:46.174Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
281 | 2025-06-03T00:00:46.872Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
282 | 2025-06-03T00:00:47.346Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
283 | 2025-06-03T00:00:47.828Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2025-06-03T00:00:48.237Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2025-06-03T00:00:48.611Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2025-06-03T00:00:49.018Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2025-06-03T00:00:49.407Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
288 | 2025-06-03T00:00:49.914Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
289 | 2025-06-03T00:00:50.409Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
290 | 2025-06-03T00:00:50.739Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2025-06-03T00:00:51.356Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
292 | 2025-06-03T00:00:51.900Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2025-06-03T00:00:52.311Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2025-06-03T00:00:52.781Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2025-06-03T00:00:53.317Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2025-06-03T00:00:53.763Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2025-06-03T00:00:54.170Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2025-06-03T00:00:54.603Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
299 | 2025-06-03T00:01:04.176Z | Updating git repository `https://github.com/illumos/smf-rs` |
300 | 2025-06-03T00:01:05.717Z | Downloading crates ... |
301 | 2025-06-03T00:01:05.786Z | Downloaded block-buffer v0.10.4 |
302 | 2025-06-03T00:01:05.812Z | Downloaded bitflags v2.9.0 |
303 | 2025-06-03T00:01:05.812Z | Downloaded colorchoice v1.0.2 |
304 | 2025-06-03T00:01:05.812Z | Downloaded anstyle v1.0.10 |
305 | 2025-06-03T00:01:05.812Z | Downloaded cargo_metadata v0.19.2 |
306 | 2025-06-03T00:01:05.812Z | Downloaded version_check v0.9.5 |
307 | 2025-06-03T00:01:05.812Z | Downloaded bitflags v1.3.2 |
308 | 2025-06-03T00:01:05.812Z | Downloaded log v0.4.27 |
309 | 2025-06-03T00:01:05.838Z | Downloaded macaddr v1.0.1 |
310 | 2025-06-03T00:01:05.838Z | Downloaded cpufeatures v0.2.14 |
311 | 2025-06-03T00:01:05.838Z | Downloaded memchr v2.7.4 |
312 | 2025-06-03T00:01:05.838Z | Downloaded toml_write v0.1.1 |
313 | 2025-06-03T00:01:05.838Z | Downloaded usdt-macro v0.5.0 |
314 | 2025-06-03T00:01:05.838Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2025-06-03T00:01:05.863Z | Downloaded utf8parse v0.2.2 |
316 | 2025-06-03T00:01:05.864Z | Downloaded toml v0.8.22 |
317 | 2025-06-03T00:01:05.889Z | Downloaded usdt-impl v0.5.0 |
318 | 2025-06-03T00:01:05.889Z | Downloaded smawk v0.3.2 |
319 | 2025-06-03T00:01:05.889Z | Downloaded pest_generator v2.7.14 |
320 | 2025-06-03T00:01:05.889Z | Downloaded semver v1.0.26 |
321 | 2025-06-03T00:01:05.889Z | Downloaded zerocopy-derive v0.7.35 |
322 | 2025-06-03T00:01:05.915Z | Downloaded ryu v1.0.18 |
323 | 2025-06-03T00:01:05.915Z | Downloaded serde v1.0.219 |
324 | 2025-06-03T00:01:05.915Z | Downloaded papergrid v0.11.0 |
325 | 2025-06-03T00:01:05.915Z | Downloaded tabled v0.15.0 |
326 | 2025-06-03T00:01:05.941Z | Downloaded pest v2.7.14 |
327 | 2025-06-03T00:01:05.941Z | Downloaded zerocopy v0.7.35 |
328 | 2025-06-03T00:01:05.967Z | Downloaded winnow v0.7.10 |
329 | 2025-06-03T00:01:05.992Z | Downloaded serde_json v1.0.140 |
330 | 2025-06-03T00:01:05.992Z | Downloaded goblin v0.8.2 |
331 | 2025-06-03T00:01:05.992Z | Downloaded syn v2.0.101 |
332 | 2025-06-03T00:01:06.018Z | Downloaded syn v1.0.109 |
333 | 2025-06-03T00:01:06.018Z | Downloaded unicode-width v0.1.14 |
334 | 2025-06-03T00:01:06.044Z | Downloaded hashbrown v0.15.3 |
335 | 2025-06-03T00:01:06.044Z | Downloaded once_cell v1.21.3 |
336 | 2025-06-03T00:01:06.044Z | Downloaded pest_meta v2.7.14 |
337 | 2025-06-03T00:01:06.044Z | Downloaded indexmap v2.9.0 |
338 | 2025-06-03T00:01:06.044Z | Downloaded ucd-trie v0.1.7 |
339 | 2025-06-03T00:01:06.044Z | Downloaded rustix v0.37.28 |
340 | 2025-06-03T00:01:06.071Z | Downloaded toml_edit v0.22.26 |
341 | 2025-06-03T00:01:06.121Z | Downloaded serde_derive v1.0.219 |
342 | 2025-06-03T00:01:06.147Z | Downloaded rustix v0.38.37 |
343 | 2025-06-03T00:01:06.173Z | Downloaded scroll v0.12.0 |
344 | 2025-06-03T00:01:06.173Z | Downloaded quote v1.0.40 |
345 | 2025-06-03T00:01:06.173Z | Downloaded proc-macro2 v1.0.95 |
346 | 2025-06-03T00:01:06.173Z | Downloaded proc-macro-error-attr v1.0.4 |
347 | 2025-06-03T00:01:06.173Z | Downloaded proc-macro-error v1.0.4 |
348 | 2025-06-03T00:01:06.173Z | Downloaded plain v0.2.3 |
349 | 2025-06-03T00:01:06.173Z | Downloaded pest_derive v2.7.14 |
350 | 2025-06-03T00:01:06.198Z | Downloaded heck v0.4.1 |
351 | 2025-06-03T00:01:06.198Z | Downloaded fs-err v3.1.0 |
352 | 2025-06-03T00:01:06.198Z | Downloaded dof v0.3.0 |
353 | 2025-06-03T00:01:06.198Z | Downloaded usdt v0.5.0 |
354 | 2025-06-03T00:01:06.199Z | Downloaded unicode-linebreak v0.1.5 |
355 | 2025-06-03T00:01:06.199Z | Downloaded unicode-ident v1.0.18 |
356 | 2025-06-03T00:01:06.199Z | Downloaded typenum v1.17.0 |
357 | 2025-06-03T00:01:06.199Z | Downloaded thiserror-impl v1.0.69 |
358 | 2025-06-03T00:01:06.199Z | Downloaded strsim v0.11.1 |
359 | 2025-06-03T00:01:06.199Z | Downloaded serde_tokenstream v0.2.2 |
360 | 2025-06-03T00:01:06.199Z | Downloaded serde_spanned v0.6.8 |
361 | 2025-06-03T00:01:06.199Z | Downloaded itoa v1.0.11 |
362 | 2025-06-03T00:01:06.199Z | Downloaded scroll_derive v0.12.0 |
363 | 2025-06-03T00:01:06.199Z | Downloaded crypto-common v0.1.6 |
364 | 2025-06-03T00:01:06.199Z | Downloaded tempfile v3.13.0 |
365 | 2025-06-03T00:01:06.225Z | Downloaded sha2 v0.10.8 |
366 | 2025-06-03T00:01:06.225Z | Downloaded dtrace-parser v0.2.0 |
367 | 2025-06-03T00:01:06.225Z | Downloaded fnv v1.0.7 |
368 | 2025-06-03T00:01:06.225Z | Downloaded pretty-hex v0.4.1 |
369 | 2025-06-03T00:01:06.225Z | Downloaded is_terminal_polyfill v1.70.1 |
370 | 2025-06-03T00:01:06.225Z | Downloaded io-lifetimes v1.0.11 |
371 | 2025-06-03T00:01:06.225Z | Downloaded heck v0.5.0 |
372 | 2025-06-03T00:01:06.225Z | Downloaded fastrand v2.1.1 |
373 | 2025-06-03T00:01:06.225Z | Downloaded errno v0.3.9 |
374 | 2025-06-03T00:01:06.225Z | Downloaded equivalent v1.0.2 |
375 | 2025-06-03T00:01:06.225Z | Downloaded digest v0.10.7 |
376 | 2025-06-03T00:01:06.225Z | Downloaded toml_datetime v0.6.9 |
377 | 2025-06-03T00:01:06.225Z | Downloaded thread-id v4.2.2 |
378 | 2025-06-03T00:01:06.225Z | Downloaded thiserror-impl v2.0.12 |
379 | 2025-06-03T00:01:06.225Z | Downloaded thiserror v2.0.12 |
380 | 2025-06-03T00:01:06.251Z | Downloaded thiserror v1.0.69 |
381 | 2025-06-03T00:01:06.251Z | Downloaded textwrap v0.16.1 |
382 | 2025-06-03T00:01:06.251Z | Downloaded terminal_size v0.4.0 |
383 | 2025-06-03T00:01:06.251Z | Downloaded terminal_size v0.2.6 |
384 | 2025-06-03T00:01:06.251Z | Downloaded tabled_derive v0.7.0 |
385 | 2025-06-03T00:01:06.251Z | Downloaded swrite v0.1.0 |
386 | 2025-06-03T00:01:06.251Z | Downloaded memmap v0.7.0 |
387 | 2025-06-03T00:01:06.251Z | Downloaded generic-array v0.14.7 |
388 | 2025-06-03T00:01:06.251Z | Downloaded clap v4.5.35 |
389 | 2025-06-03T00:01:06.277Z | Downloaded cargo_toml v0.21.0 |
390 | 2025-06-03T00:01:06.277Z | Downloaded clap_derive v4.5.32 |
391 | 2025-06-03T00:01:06.277Z | Downloaded clap_builder v4.5.35 |
392 | 2025-06-03T00:01:06.277Z | Downloaded cfg-if v1.0.0 |
393 | 2025-06-03T00:01:06.277Z | Downloaded camino-tempfile v1.3.0 |
394 | 2025-06-03T00:01:06.277Z | Downloaded camino v1.1.9 |
395 | 2025-06-03T00:01:06.277Z | Downloaded byteorder v1.5.0 |
396 | 2025-06-03T00:01:06.277Z | Downloaded libc v0.2.172 |
397 | 2025-06-03T00:01:06.310Z | Downloaded cargo-platform v0.1.8 |
398 | 2025-06-03T00:01:06.335Z | Downloaded bytecount v0.6.8 |
399 | 2025-06-03T00:01:06.335Z | Downloaded anyhow v1.0.98 |
400 | 2025-06-03T00:01:06.335Z | Downloaded autocfg v1.4.0 |
401 | 2025-06-03T00:01:06.335Z | Downloaded clap_lex v0.7.4 |
402 | 2025-06-03T00:01:06.335Z | Downloaded anstyle-query v1.1.1 |
403 | 2025-06-03T00:01:06.335Z | Downloaded anstyle-parse v0.2.5 |
404 | 2025-06-03T00:01:06.335Z | Downloaded anstream v0.6.18 |
405 | 2025-06-03T00:01:06.421Z | Compiling proc-macro2 v1.0.95 |
406 | 2025-06-03T00:01:06.421Z | Compiling unicode-ident v1.0.18 |
407 | 2025-06-03T00:01:06.421Z | Compiling libc v0.2.172 |
408 | 2025-06-03T00:01:06.447Z | Compiling version_check v0.9.5 |
409 | 2025-06-03T00:01:06.447Z | Compiling serde v1.0.219 |
410 | 2025-06-03T00:01:06.447Z | Compiling memchr v2.7.4 |
411 | 2025-06-03T00:01:06.473Z | Compiling thiserror v1.0.69 |
412 | 2025-06-03T00:01:06.473Z | Compiling ryu v1.0.18 |
413 | 2025-06-03T00:01:06.766Z | Compiling ucd-trie v0.1.7 |
414 | 2025-06-03T00:01:06.959Z | Compiling itoa v1.0.11 |
415 | 2025-06-03T00:01:07.263Z | Compiling once_cell v1.21.3 |
416 | 2025-06-03T00:01:07.383Z | Compiling byteorder v1.5.0 |
417 | 2025-06-03T00:01:07.416Z | Compiling serde_json v1.0.140 |
418 | 2025-06-03T00:01:07.688Z | Compiling rustix v0.38.37 |
419 | 2025-06-03T00:01:07.861Z | Compiling bitflags v2.9.0 |
420 | 2025-06-03T00:01:07.921Z | Compiling usdt-impl v0.5.0 |
421 | 2025-06-03T00:01:08.136Z | Compiling proc-macro-error-attr v1.0.4 |
422 | 2025-06-03T00:01:08.211Z | Compiling syn v1.0.109 |
423 | 2025-06-03T00:01:08.418Z | Compiling io-lifetimes v1.0.11 |
424 | 2025-06-03T00:01:08.559Z | Compiling quote v1.0.40 |
425 | 2025-06-03T00:01:08.611Z | Compiling proc-macro-error v1.0.4 |
426 | 2025-06-03T00:01:08.702Z | Compiling errno v0.3.9 |
427 | 2025-06-03T00:01:08.832Z | Compiling log v0.4.27 |
428 | 2025-06-03T00:01:08.946Z | Compiling camino v1.1.9 |
429 | 2025-06-03T00:01:08.974Z | Compiling syn v2.0.101 |
430 | 2025-06-03T00:01:09.107Z | Compiling thread-id v4.2.2 |
431 | 2025-06-03T00:01:09.153Z | Compiling hashbrown v0.15.3 |
432 | 2025-06-03T00:01:09.203Z | Compiling equivalent v1.0.2 |
433 | 2025-06-03T00:01:09.230Z | Compiling plain v0.2.3 |
434 | 2025-06-03T00:01:09.268Z | Compiling rustix v0.37.28 |
435 | 2025-06-03T00:01:09.353Z | Compiling utf8parse v0.2.2 |
436 | 2025-06-03T00:01:09.550Z | Compiling anstyle-parse v0.2.5 |
437 | 2025-06-03T00:01:09.986Z | Compiling toml_write v0.1.1 |
438 | 2025-06-03T00:01:10.118Z | Compiling winnow v0.7.10 |
439 | 2025-06-03T00:01:10.144Z | Compiling bitflags v1.3.2 |
440 | 2025-06-03T00:01:10.253Z | Compiling indexmap v2.9.0 |
441 | 2025-06-03T00:01:10.279Z | Compiling unicode-width v0.1.14 |
442 | 2025-06-03T00:01:10.314Z | Compiling colorchoice v1.0.2 |
443 | 2025-06-03T00:01:10.364Z | Compiling autocfg v1.4.0 |
444 | 2025-06-03T00:01:10.541Z | Compiling is_terminal_polyfill v1.70.1 |
445 | 2025-06-03T00:01:10.710Z | Compiling semver v1.0.26 |
446 | 2025-06-03T00:01:10.809Z | Compiling anstyle v1.0.10 |
447 | 2025-06-03T00:01:11.164Z | Compiling anstyle-query v1.1.1 |
448 | 2025-06-03T00:01:11.223Z | Compiling pretty-hex v0.4.1 |
449 | 2025-06-03T00:01:11.272Z | Compiling thiserror v2.0.12 |
450 | 2025-06-03T00:01:11.298Z | Compiling fs-err v3.1.0 |
451 | 2025-06-03T00:01:11.347Z | Compiling anstream v0.6.18 |
452 | 2025-06-03T00:01:11.555Z | Compiling terminal_size v0.4.0 |
453 | 2025-06-03T00:01:11.813Z | Compiling bytecount v0.6.8 |
454 | 2025-06-03T00:01:11.935Z | Compiling clap_lex v0.7.4 |
455 | 2025-06-03T00:01:11.979Z | Compiling heck v0.5.0 |
456 | 2025-06-03T00:01:12.062Z | Compiling fastrand v2.1.1 |
457 | 2025-06-03T00:01:12.443Z | Compiling heck v0.4.1 |
458 | 2025-06-03T00:01:12.491Z | Compiling fnv v1.0.7 |
459 | 2025-06-03T00:01:12.604Z | Compiling anyhow v1.0.98 |
460 | 2025-06-03T00:01:12.796Z | Compiling strsim v0.11.1 |
461 | 2025-06-03T00:01:12.842Z | Compiling cfg-if v1.0.0 |
462 | 2025-06-03T00:01:12.869Z | Compiling papergrid v0.11.0 |
463 | 2025-06-03T00:01:12.961Z | Compiling terminal_size v0.2.6 |
464 | 2025-06-03T00:01:13.264Z | Compiling tempfile v3.13.0 |
465 | 2025-06-03T00:01:13.294Z | Compiling clap_builder v4.5.35 |
466 | 2025-06-03T00:01:13.583Z | Compiling memmap v0.7.0 |
467 | 2025-06-03T00:01:13.618Z | Compiling smawk v0.3.2 |
468 | 2025-06-03T00:01:13.647Z | Compiling unicode-linebreak v0.1.5 |
469 | 2025-06-03T00:01:13.997Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
470 | 2025-06-03T00:01:14.089Z | Compiling textwrap v0.16.1 |
471 | 2025-06-03T00:01:14.416Z | Compiling swrite v0.1.0 |
472 | 2025-06-03T00:01:14.609Z | Compiling tabled_derive v0.7.0 |
473 | 2025-06-03T00:01:15.913Z | Compiling tabled v0.15.0 |
474 | 2025-06-03T00:01:16.195Z | Compiling serde_derive v1.0.219 |
475 | 2025-06-03T00:01:16.196Z | Compiling thiserror-impl v1.0.69 |
476 | 2025-06-03T00:01:16.221Z | Compiling zerocopy-derive v0.7.35 |
477 | 2025-06-03T00:01:16.221Z | Compiling scroll_derive v0.12.0 |
478 | 2025-06-03T00:01:16.221Z | Compiling thiserror-impl v2.0.12 |
479 | 2025-06-03T00:01:16.221Z | Compiling clap_derive v4.5.32 |
480 | 2025-06-03T00:01:17.618Z | Compiling scroll v0.12.0 |
481 | 2025-06-03T00:01:18.046Z | Compiling zerocopy v0.7.35 |
482 | 2025-06-03T00:01:18.220Z | Compiling goblin v0.8.2 |
483 | 2025-06-03T00:01:19.191Z | Compiling pest v2.7.14 |
484 | 2025-06-03T00:01:20.207Z | Compiling clap v4.5.35 |
485 | 2025-06-03T00:01:21.473Z | Compiling pest_meta v2.7.14 |
486 | 2025-06-03T00:01:22.857Z | Compiling pest_generator v2.7.14 |
487 | 2025-06-03T00:01:24.128Z | Compiling pest_derive v2.7.14 |
488 | 2025-06-03T00:01:24.741Z | Compiling dtrace-parser v0.2.0 |
489 | 2025-06-03T00:01:25.826Z | Compiling serde_tokenstream v0.2.2 |
490 | 2025-06-03T00:01:25.874Z | Compiling serde_spanned v0.6.8 |
491 | 2025-06-03T00:01:25.899Z | Compiling toml_datetime v0.6.9 |
492 | 2025-06-03T00:01:26.177Z | Compiling cargo-platform v0.1.8 |
493 | 2025-06-03T00:01:26.227Z | Compiling macaddr v1.0.1 |
494 | 2025-06-03T00:01:26.443Z | Compiling toml_edit v0.22.26 |
495 | 2025-06-03T00:01:26.475Z | Compiling camino-tempfile v1.3.0 |
496 | 2025-06-03T00:01:27.368Z | Compiling dof v0.3.0 |
497 | 2025-06-03T00:01:27.550Z | Compiling cargo_metadata v0.19.2 |
498 | 2025-06-03T00:01:28.791Z | Compiling usdt-attr-macro v0.5.0 |
499 | 2025-06-03T00:01:28.792Z | Compiling usdt-macro v0.5.0 |
500 | 2025-06-03T00:01:29.525Z | Compiling toml v0.8.22 |
501 | 2025-06-03T00:01:29.759Z | Compiling usdt v0.5.0 |
502 | 2025-06-03T00:01:30.243Z | Compiling cargo_toml v0.21.0 |
503 | 2025-06-03T00:01:33.705Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
504 | 2025-06-03T00:01:37.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
505 | 2025-06-03T00:01:38.134Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
506 | 2025-06-03T00:01:39.051Z | Downloading crates ... |
507 | 2025-06-03T00:01:39.210Z | Downloaded atomicwrites v0.4.4 |
508 | 2025-06-03T00:01:39.235Z | Downloaded async-stream-impl v0.3.6 |
509 | 2025-06-03T00:01:39.260Z | Downloaded http-range v0.1.5 |
510 | 2025-06-03T00:01:39.260Z | Downloaded bit-set v0.8.0 |
511 | 2025-06-03T00:01:39.260Z | Downloaded hex-literal v0.4.1 |
512 | 2025-06-03T00:01:39.260Z | Downloaded hubpack_derive v0.1.1 |
513 | 2025-06-03T00:01:39.260Z | Downloaded base16ct v0.2.0 |
514 | 2025-06-03T00:01:39.260Z | Downloaded atty v0.2.14 |
515 | 2025-06-03T00:01:39.260Z | Downloaded instant v0.1.13 |
516 | 2025-06-03T00:01:39.260Z | Downloaded ident_case v1.0.1 |
517 | 2025-06-03T00:01:39.286Z | Downloaded http-body v1.0.1 |
518 | 2025-06-03T00:01:39.286Z | Downloaded cobs v0.2.3 |
519 | 2025-06-03T00:01:39.286Z | Downloaded cmake v0.1.51 |
520 | 2025-06-03T00:01:39.286Z | Downloaded chrono-tz-build v0.4.0 |
521 | 2025-06-03T00:01:39.286Z | Downloaded castaway v0.2.3 |
522 | 2025-06-03T00:01:39.286Z | Downloaded bit-set v0.5.3 |
523 | 2025-06-03T00:01:39.286Z | Downloaded async-recursion v1.1.1 |
524 | 2025-06-03T00:01:39.286Z | Downloaded constant_time_eq v0.3.1 |
525 | 2025-06-03T00:01:39.286Z | Downloaded crossbeam-deque v0.8.5 |
526 | 2025-06-03T00:01:39.286Z | Downloaded const_format_proc_macros v0.2.34 |
527 | 2025-06-03T00:01:39.312Z | Downloaded convert_case v0.4.0 |
528 | 2025-06-03T00:01:39.312Z | Downloaded bitfield-struct v0.6.2 |
529 | 2025-06-03T00:01:39.312Z | Downloaded is_ci v1.2.0 |
530 | 2025-06-03T00:01:39.312Z | Downloaded indent_write v2.2.0 |
531 | 2025-06-03T00:01:39.312Z | Downloaded ciborium-ll v0.2.2 |
532 | 2025-06-03T00:01:39.312Z | Downloaded cargo_metadata v0.18.1 |
533 | 2025-06-03T00:01:39.312Z | Downloaded md5 v0.7.0 |
534 | 2025-06-03T00:01:39.312Z | Downloaded impl-trait-for-tuples v0.2.2 |
535 | 2025-06-03T00:01:39.312Z | Downloaded hyper-tls v0.6.0 |
536 | 2025-06-03T00:01:39.338Z | Downloaded buf-list v1.0.3 |
537 | 2025-06-03T00:01:39.338Z | Downloaded match_cfg v0.1.0 |
538 | 2025-06-03T00:01:39.339Z | Downloaded home v0.5.9 |
539 | 2025-06-03T00:01:39.339Z | Downloaded cookie_store v0.21.1 |
540 | 2025-06-03T00:01:39.339Z | Downloaded libsw-core v0.3.1 |
541 | 2025-06-03T00:01:39.365Z | Downloaded progenitor-client v0.8.0 |
542 | 2025-06-03T00:01:39.365Z | Downloaded progenitor-client v0.9.1 |
543 | 2025-06-03T00:01:39.365Z | Downloaded sigpipe v0.1.3 |
544 | 2025-06-03T00:01:39.365Z | Downloaded time-core v0.1.2 |
545 | 2025-06-03T00:01:39.365Z | Downloaded sync_wrapper v1.0.1 |
546 | 2025-06-03T00:01:39.365Z | Downloaded salsa20 v0.10.2 |
547 | 2025-06-03T00:01:39.391Z | Downloaded try-lock v0.2.5 |
548 | 2025-06-03T00:01:39.391Z | Downloaded tinystr v0.7.6 |
549 | 2025-06-03T00:01:39.391Z | Downloaded rustc-hash v2.1.1 |
550 | 2025-06-03T00:01:39.391Z | Downloaded zerofrom v0.1.4 |
551 | 2025-06-03T00:01:39.392Z | Downloaded endian-type v0.1.2 |
552 | 2025-06-03T00:01:39.418Z | Downloaded synstructure v0.13.1 |
553 | 2025-06-03T00:01:39.418Z | Downloaded twox-hash v2.1.0 |
554 | 2025-06-03T00:01:39.418Z | Downloaded embedded-io v0.4.0 |
555 | 2025-06-03T00:01:39.418Z | Downloaded number_prefix v0.4.0 |
556 | 2025-06-03T00:01:39.418Z | Downloaded phf_shared v0.11.2 |
557 | 2025-06-03T00:01:39.444Z | Downloaded rpassword v7.3.1 |
558 | 2025-06-03T00:01:39.444Z | Downloaded serde_bytes v0.11.17 |
559 | 2025-06-03T00:01:39.444Z | Downloaded psl-types v2.0.11 |
560 | 2025-06-03T00:01:39.444Z | Downloaded futures-sink v0.3.31 |
561 | 2025-06-03T00:01:39.444Z | Downloaded tower-layer v0.3.3 |
562 | 2025-06-03T00:01:39.469Z | Downloaded serde-hex v0.1.0 |
563 | 2025-06-03T00:01:39.469Z | Downloaded tower-service v0.3.3 |
564 | 2025-06-03T00:01:39.470Z | Downloaded num-traits v0.2.19 |
565 | 2025-06-03T00:01:39.470Z | Downloaded embedded-io v0.6.1 |
566 | 2025-06-03T00:01:39.470Z | Downloaded tabwriter v1.4.0 |
567 | 2025-06-03T00:01:39.470Z | Downloaded topological-sort v0.2.2 |
568 | 2025-06-03T00:01:39.470Z | Downloaded display-error-chain v0.2.2 |
569 | 2025-06-03T00:01:39.495Z | Downloaded zone_cfg_derive v0.3.0 |
570 | 2025-06-03T00:01:39.495Z | Downloaded icu_collections v1.5.0 |
571 | 2025-06-03T00:01:39.495Z | Downloaded newline-converter v0.3.0 |
572 | 2025-06-03T00:01:39.495Z | Downloaded normalize-line-endings v0.3.0 |
573 | 2025-06-03T00:01:39.495Z | Downloaded peg-runtime v0.8.5 |
574 | 2025-06-03T00:01:39.495Z | Downloaded document-features v0.2.10 |
575 | 2025-06-03T00:01:39.526Z | Downloaded termios v0.3.3 |
576 | 2025-06-03T00:01:39.526Z | Downloaded pin-utils v0.1.0 |
577 | 2025-06-03T00:01:39.526Z | Downloaded polyval v0.6.2 |
578 | 2025-06-03T00:01:39.526Z | Downloaded write16 v1.0.0 |
579 | 2025-06-03T00:01:39.526Z | Downloaded socket2 v0.5.9 |
580 | 2025-06-03T00:01:39.526Z | Downloaded want v0.3.1 |
581 | 2025-06-03T00:01:39.526Z | Downloaded sha1 v0.10.6 |
582 | 2025-06-03T00:01:39.553Z | Downloaded foreign-types-shared v0.3.1 |
583 | 2025-06-03T00:01:39.553Z | Downloaded walkdir v2.5.0 |
584 | 2025-06-03T00:01:39.553Z | Downloaded path-slash v0.1.5 |
585 | 2025-06-03T00:01:39.553Z | Downloaded pbkdf2 v0.12.2 |
586 | 2025-06-03T00:01:39.553Z | Downloaded pkcs1 v0.7.5 |
587 | 2025-06-03T00:01:39.553Z | Downloaded pbkdf2 v0.11.0 |
588 | 2025-06-03T00:01:39.578Z | Downloaded num-conv v0.1.0 |
589 | 2025-06-03T00:01:39.578Z | Downloaded xshell-macros v0.2.7 |
590 | 2025-06-03T00:01:39.578Z | Downloaded smallvec v0.6.14 |
591 | 2025-06-03T00:01:39.579Z | Downloaded fxhash v0.2.1 |
592 | 2025-06-03T00:01:39.579Z | Downloaded thiserror-no-std v2.0.2 |
593 | 2025-06-03T00:01:39.606Z | Downloaded pretty-hex v0.2.1 |
594 | 2025-06-03T00:01:39.607Z | Downloaded rustls-pemfile v2.2.0 |
595 | 2025-06-03T00:01:39.607Z | Downloaded num-integer v0.1.46 |
596 | 2025-06-03T00:01:39.607Z | Downloaded predicates-core v1.0.8 |
597 | 2025-06-03T00:01:39.607Z | Downloaded termtree v0.5.1 |
598 | 2025-06-03T00:01:39.633Z | Downloaded openssl-macros v0.1.1 |
599 | 2025-06-03T00:01:39.633Z | Downloaded num-iter v0.1.45 |
600 | 2025-06-03T00:01:39.633Z | Downloaded yoke-derive v0.7.4 |
601 | 2025-06-03T00:01:39.633Z | Downloaded parse-size v1.1.0 |
602 | 2025-06-03T00:01:39.633Z | Downloaded ppv-lite86 v0.2.20 |
603 | 2025-06-03T00:01:39.633Z | Downloaded paste v1.0.15 |
604 | 2025-06-03T00:01:39.633Z | Downloaded slog-envlogger v2.2.0 |
605 | 2025-06-03T00:01:39.660Z | Downloaded float-cmp v0.10.0 |
606 | 2025-06-03T00:01:39.660Z | Downloaded strum v0.26.3 |
607 | 2025-06-03T00:01:39.660Z | Downloaded omicron-zone-package v0.12.2 |
608 | 2025-06-03T00:01:39.660Z | Downloaded foreign-types v0.3.2 |
609 | 2025-06-03T00:01:39.660Z | Downloaded void v1.0.2 |
610 | 2025-06-03T00:01:39.660Z | Downloaded fixedbitset v0.5.7 |
611 | 2025-06-03T00:01:39.660Z | Downloaded oso-derive v0.27.3 |
612 | 2025-06-03T00:01:39.660Z | Downloaded webpki-roots v0.26.6 |
613 | 2025-06-03T00:01:39.685Z | Downloaded ghash v0.5.1 |
614 | 2025-06-03T00:01:39.686Z | Downloaded packed_struct_codegen v0.10.1 |
615 | 2025-06-03T00:01:39.686Z | Downloaded packed_struct v0.10.1 |
616 | 2025-06-03T00:01:39.686Z | Downloaded sct v0.7.1 |
617 | 2025-06-03T00:01:39.686Z | Downloaded value-bag v1.9.0 |
618 | 2025-06-03T00:01:39.711Z | Downloaded predicates v3.1.3 |
619 | 2025-06-03T00:01:39.712Z | Downloaded foreign-types v0.5.0 |
620 | 2025-06-03T00:01:39.712Z | Downloaded tokio-util v0.7.13 |
621 | 2025-06-03T00:01:39.712Z | Downloaded glob v0.3.2 |
622 | 2025-06-03T00:01:39.712Z | Downloaded hkdf v0.12.4 |
623 | 2025-06-03T00:01:39.712Z | Downloaded wait-timeout v0.2.0 |
624 | 2025-06-03T00:01:39.712Z | Downloaded deranged v0.3.11 |
625 | 2025-06-03T00:01:39.712Z | Downloaded daft v0.1.3 |
626 | 2025-06-03T00:01:39.738Z | Downloaded zstd-safe v7.2.3 |
627 | 2025-06-03T00:01:39.738Z | Downloaded schemars v0.8.22 |
628 | 2025-06-03T00:01:39.738Z | Downloaded tokio-rustls v0.26.0 |
629 | 2025-06-03T00:01:39.764Z | Downloaded tracing-attributes v0.1.27 |
630 | 2025-06-03T00:01:39.764Z | Downloaded zerovec v0.10.4 |
631 | 2025-06-03T00:01:39.764Z | Downloaded rand v0.8.5 |
632 | 2025-06-03T00:01:39.790Z | Downloaded tokio-stream v0.1.17 |
633 | 2025-06-03T00:01:39.790Z | Downloaded toml_edit v0.19.15 |
634 | 2025-06-03T00:01:39.816Z | Downloaded tracing v0.1.40 |
635 | 2025-06-03T00:01:39.816Z | Downloaded p521 v0.13.3 |
636 | 2025-06-03T00:01:39.842Z | Downloaded rustls-webpki v0.101.7 |
637 | 2025-06-03T00:01:39.842Z | Downloaded portable-atomic v1.11.0 |
638 | 2025-06-03T00:01:39.868Z | Downloaded zerocopy v0.8.25 |
639 | 2025-06-03T00:01:39.893Z | Downloaded git2 v0.19.0 |
640 | 2025-06-03T00:01:39.918Z | Downloaded regex v1.11.1 |
641 | 2025-06-03T00:01:39.944Z | Downloaded p384 v0.13.0 |
642 | 2025-06-03T00:01:39.944Z | Downloaded typify-impl v0.4.1 |
643 | 2025-06-03T00:01:39.969Z | Downloaded unicode-width v0.2.0 |
644 | 2025-06-03T00:01:39.969Z | Downloaded radix_trie v0.2.1 |
645 | 2025-06-03T00:01:39.995Z | Downloaded openapiv3 v2.0.0 |
646 | 2025-06-03T00:01:39.995Z | Downloaded rustls v0.21.12 |
647 | 2025-06-03T00:01:40.021Z | Downloaded regex-syntax v0.6.29 |
648 | 2025-06-03T00:01:40.021Z | Downloaded regress v0.10.3 |
649 | 2025-06-03T00:01:40.046Z | Downloaded nix v0.29.0 |
650 | 2025-06-03T00:01:40.046Z | Downloaded rustls v0.23.19 |
651 | 2025-06-03T00:01:40.072Z | Downloaded regex-syntax v0.8.5 |
652 | 2025-06-03T00:01:40.097Z | Downloaded sled v0.34.7 |
653 | 2025-06-03T00:01:40.097Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
654 | 2025-06-03T00:01:40.122Z | Downloaded zerocopy-derive v0.6.6 |
655 | 2025-06-03T00:01:40.122Z | Downloaded nix v0.28.0 |
656 | 2025-06-03T00:01:40.148Z | Downloaded rustls v0.22.4 |
657 | 2025-06-03T00:01:40.148Z | Downloaded petgraph v0.6.5 |
658 | 2025-06-03T00:01:40.173Z | Downloaded petgraph v0.7.1 |
659 | 2025-06-03T00:01:40.198Z | Downloaded nix v0.27.1 |
660 | 2025-06-03T00:01:40.223Z | Downloaded object v0.36.5 |
661 | 2025-06-03T00:01:40.248Z | Downloaded ratatui v0.29.0 |
662 | 2025-06-03T00:01:40.273Z | Downloaded regex-automata v0.4.8 |
663 | 2025-06-03T00:01:40.273Z | Downloaded hickory-proto v0.24.4 |
664 | 2025-06-03T00:01:40.299Z | Downloaded jiff v0.2.13 |
665 | 2025-06-03T00:01:40.324Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
666 | 2025-06-03T00:01:40.349Z | Downloaded tokio v1.45.0 |
667 | 2025-06-03T00:01:40.401Z | Downloaded gimli v0.31.1 |
668 | 2025-06-03T00:01:40.426Z | Downloaded typify-impl v0.2.0 |
669 | 2025-06-03T00:01:40.451Z | Downloaded sha3 v0.10.8 |
670 | 2025-06-03T00:01:40.452Z | Downloaded lzma-sys v0.1.20 |
671 | 2025-06-03T00:01:40.477Z | Downloaded libz-sys v1.1.20 |
672 | 2025-06-03T00:01:40.504Z | Downloaded csv v1.3.1 |
673 | 2025-06-03T00:01:40.531Z | Downloaded vcpkg v0.2.15 |
674 | 2025-06-03T00:01:40.580Z | Downloaded typify-impl v0.3.0 |
675 | 2025-06-03T00:01:40.607Z | Downloaded openssl v0.10.72 |
676 | 2025-06-03T00:01:40.633Z | Downloaded h2 v0.4.6 |
677 | 2025-06-03T00:01:40.633Z | Downloaded object v0.30.4 |
678 | 2025-06-03T00:01:40.660Z | Downloaded quinn-proto v0.11.8 |
679 | 2025-06-03T00:01:40.660Z | Downloaded dropshot v0.16.2 |
680 | 2025-06-03T00:01:40.687Z | Downloaded diesel v2.2.10 |
681 | 2025-06-03T00:01:40.714Z | Downloaded curve25519-dalek v4.1.3 |
682 | 2025-06-03T00:01:40.714Z | Downloaded tabled v0.18.0 |
683 | 2025-06-03T00:01:40.739Z | Downloaded polar-core v0.27.3 |
684 | 2025-06-03T00:01:40.740Z | Downloaded smoltcp v0.11.0 |
685 | 2025-06-03T00:01:40.767Z | Downloaded quick-xml v0.37.2 |
686 | 2025-06-03T00:01:40.767Z | Downloaded lalrpop v0.19.12 |
687 | 2025-06-03T00:01:40.792Z | Downloaded icu_properties_data v1.5.0 |
688 | 2025-06-03T00:01:40.792Z | Downloaded reedline v0.38.0 |
689 | 2025-06-03T00:01:40.819Z | Downloaded hashbrown v0.13.2 |
690 | 2025-06-03T00:01:40.819Z | Downloaded hashbrown v0.12.3 |
691 | 2025-06-03T00:01:40.819Z | Downloaded smoltcp v0.9.1 |
692 | 2025-06-03T00:01:40.845Z | Downloaded num-bigint-dig v0.8.4 |
693 | 2025-06-03T00:01:40.845Z | Downloaded serde_with v3.12.0 |
694 | 2025-06-03T00:01:40.845Z | Downloaded papergrid v0.14.0 |
695 | 2025-06-03T00:01:40.871Z | Downloaded openssl-sys v0.9.107 |
696 | 2025-06-03T00:01:40.871Z | Downloaded expectorate v1.2.0 |
697 | 2025-06-03T00:01:40.871Z | Downloaded ssh-key v0.6.6 |
698 | 2025-06-03T00:01:40.871Z | Downloaded num-bigint v0.4.6 |
699 | 2025-06-03T00:01:40.896Z | Downloaded nom v7.1.3 |
700 | 2025-06-03T00:01:40.896Z | Downloaded pretty_assertions v1.4.1 |
701 | 2025-06-03T00:01:40.896Z | Downloaded winnow v0.5.40 |
702 | 2025-06-03T00:01:40.896Z | Downloaded salty v0.3.0 |
703 | 2025-06-03T00:01:40.922Z | Downloaded flume v0.11.1 |
704 | 2025-06-03T00:01:40.922Z | Downloaded vsss-rs v3.3.4 |
705 | 2025-06-03T00:01:40.922Z | Downloaded encoding_rs v0.8.34 |
706 | 2025-06-03T00:01:40.947Z | Downloaded derive-where v1.2.7 |
707 | 2025-06-03T00:01:40.947Z | Downloaded unicode-normalization v0.1.24 |
708 | 2025-06-03T00:01:40.947Z | Downloaded futures-util v0.3.31 |
709 | 2025-06-03T00:01:40.973Z | Downloaded quinn v0.11.5 |
710 | 2025-06-03T00:01:40.973Z | Downloaded steno v0.4.1 |
711 | 2025-06-03T00:01:40.973Z | Downloaded ring v0.17.14 |
712 | 2025-06-03T00:01:41.027Z | Downloaded bstr v1.10.0 |
713 | 2025-06-03T00:01:41.052Z | Downloaded itertools v0.14.0 |
714 | 2025-06-03T00:01:41.052Z | Downloaded chrono-tz v0.10.3 |
715 | 2025-06-03T00:01:41.078Z | Downloaded toml v0.7.8 |
716 | 2025-06-03T00:01:41.078Z | Downloaded oso v0.27.3 |
717 | 2025-06-03T00:01:41.078Z | Downloaded rand v0.9.0 |
718 | 2025-06-03T00:01:41.078Z | Downloaded parse-zoneinfo v0.3.1 |
719 | 2025-06-03T00:01:41.078Z | Downloaded sqlparser v0.45.0 |
720 | 2025-06-03T00:01:41.103Z | Downloaded petname v2.0.2 |
721 | 2025-06-03T00:01:41.104Z | Downloaded itertools v0.12.1 |
722 | 2025-06-03T00:01:41.104Z | Downloaded strum_macros v0.26.4 |
723 | 2025-06-03T00:01:41.104Z | Downloaded vte v0.11.1 |
724 | 2025-06-03T00:01:41.129Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
725 | 2025-06-03T00:01:41.180Z | Downloaded unicode-bidi v0.3.17 |
726 | 2025-06-03T00:01:41.206Z | Downloaded group v0.13.0 |
727 | 2025-06-03T00:01:41.206Z | Downloaded globset v0.4.15 |
728 | 2025-06-03T00:01:41.206Z | Downloaded getrandom v0.3.1 |
729 | 2025-06-03T00:01:41.206Z | Downloaded flate2 v1.1.1 |
730 | 2025-06-03T00:01:41.206Z | Downloaded unicode-segmentation v1.12.0 |
731 | 2025-06-03T00:01:41.206Z | Downloaded test-strategy v0.4.0 |
732 | 2025-06-03T00:01:41.231Z | Downloaded p256 v0.13.2 |
733 | 2025-06-03T00:01:41.232Z | Downloaded itertools v0.13.0 |
734 | 2025-06-03T00:01:41.232Z | Downloaded foldhash v0.1.3 |
735 | 2025-06-03T00:01:41.232Z | Downloaded string_cache v0.8.9 |
736 | 2025-06-03T00:01:41.232Z | Downloaded quinn-udp v0.5.5 |
737 | 2025-06-03T00:01:41.232Z | Downloaded url v2.5.3 |
738 | 2025-06-03T00:01:41.232Z | Downloaded structmeta-derive v0.3.0 |
739 | 2025-06-03T00:01:41.232Z | Downloaded des v0.8.1 |
740 | 2025-06-03T00:01:41.257Z | Downloaded winnow v0.6.26 |
741 | 2025-06-03T00:01:41.257Z | Downloaded vergen v8.3.2 |
742 | 2025-06-03T00:01:41.257Z | Downloaded zopfli v0.8.1 |
743 | 2025-06-03T00:01:41.257Z | Downloaded vte_generate_state_changes v0.1.2 |
744 | 2025-06-03T00:01:41.258Z | Downloaded yoke v0.7.4 |
745 | 2025-06-03T00:01:41.258Z | Downloaded tokio-postgres v0.7.13 |
746 | 2025-06-03T00:01:41.283Z | Downloaded hyper v1.6.0 |
747 | 2025-06-03T00:01:41.283Z | Downloaded derive_builder v0.20.2 |
748 | 2025-06-03T00:01:41.283Z | Downloaded wyz v0.5.1 |
749 | 2025-06-03T00:01:41.283Z | Downloaded fatfs v0.3.6 |
750 | 2025-06-03T00:01:41.283Z | Downloaded postgres-types v0.2.9 |
751 | 2025-06-03T00:01:41.309Z | Downloaded unicode-truncate v1.1.0 |
752 | 2025-06-03T00:01:41.309Z | Downloaded x509-cert v0.2.5 |
753 | 2025-06-03T00:01:41.309Z | Downloaded libm v0.2.8 |
754 | 2025-06-03T00:01:41.309Z | Downloaded strum_macros v0.25.3 |
755 | 2025-06-03T00:01:41.334Z | Downloaded strum_macros v0.24.3 |
756 | 2025-06-03T00:01:41.334Z | Downloaded rustls-pemfile v1.0.4 |
757 | 2025-06-03T00:01:41.334Z | Downloaded ref-cast v1.0.24 |
758 | 2025-06-03T00:01:41.334Z | Downloaded similar v2.7.0 |
759 | 2025-06-03T00:01:41.334Z | Downloaded rustls-pki-types v1.10.0 |
760 | 2025-06-03T00:01:41.360Z | Downloaded fallible-iterator v0.2.0 |
761 | 2025-06-03T00:01:41.360Z | Downloaded half v2.4.1 |
762 | 2025-06-03T00:01:41.360Z | Downloaded half v1.8.3 |
763 | 2025-06-03T00:01:41.360Z | Downloaded r2d2 v0.8.10 |
764 | 2025-06-03T00:01:41.360Z | Downloaded num-complex v0.4.6 |
765 | 2025-06-03T00:01:41.360Z | Downloaded rustc_version v0.4.1 |
766 | 2025-06-03T00:01:41.360Z | Downloaded rfc6979 v0.4.0 |
767 | 2025-06-03T00:01:41.360Z | Downloaded resolv-conf v0.7.0 |
768 | 2025-06-03T00:01:41.360Z | Downloaded ref-cast-impl v1.0.24 |
769 | 2025-06-03T00:01:41.360Z | Downloaded float-ord v0.3.2 |
770 | 2025-06-03T00:01:41.360Z | Downloaded slog-json v2.6.1 |
771 | 2025-06-03T00:01:41.360Z | Downloaded powerfmt v0.2.0 |
772 | 2025-06-03T00:01:41.360Z | Downloaded password-hash v0.5.0 |
773 | 2025-06-03T00:01:41.386Z | Downloaded unicode-properties v0.1.3 |
774 | 2025-06-03T00:01:41.386Z | Downloaded radium v0.7.0 |
775 | 2025-06-03T00:01:41.386Z | Downloaded progenitor-client v0.10.0 |
776 | 2025-06-03T00:01:41.386Z | Downloaded num-derive v0.3.3 |
777 | 2025-06-03T00:01:41.386Z | Downloaded postgres-protocol v0.6.8 |
778 | 2025-06-03T00:01:41.387Z | Downloaded uuid v1.16.0 |
779 | 2025-06-03T00:01:41.387Z | Downloaded proptest v1.6.0 |
780 | 2025-06-03T00:01:41.412Z | Downloaded tar v0.4.44 |
781 | 2025-06-03T00:01:41.412Z | Downloaded password-hash v0.4.2 |
782 | 2025-06-03T00:01:41.412Z | Downloaded flagset v0.4.6 |
783 | 2025-06-03T00:01:41.412Z | Downloaded precomputed-hash v0.1.1 |
784 | 2025-06-03T00:01:41.412Z | Downloaded subprocess v0.2.9 |
785 | 2025-06-03T00:01:41.412Z | Downloaded slog-dtrace v0.3.0 |
786 | 2025-06-03T00:01:41.412Z | Downloaded slog-bunyan v2.5.0 |
787 | 2025-06-03T00:01:41.412Z | Downloaded slog-async v2.8.0 |
788 | 2025-06-03T00:01:41.412Z | Downloaded semver v0.1.20 |
789 | 2025-06-03T00:01:41.412Z | Downloaded secrecy v0.10.3 |
790 | 2025-06-03T00:01:41.412Z | Downloaded secrecy v0.8.0 |
791 | 2025-06-03T00:01:41.438Z | Downloaded openssl-probe v0.1.5 |
792 | 2025-06-03T00:01:41.438Z | Downloaded zstd v0.13.3 |
793 | 2025-06-03T00:01:41.438Z | Downloaded zerocopy v0.6.6 |
794 | 2025-06-03T00:01:41.439Z | Downloaded slog v2.7.0 |
795 | 2025-06-03T00:01:41.439Z | Downloaded sec1 v0.7.3 |
796 | 2025-06-03T00:01:41.439Z | Downloaded scrypt v0.11.0 |
797 | 2025-06-03T00:01:41.439Z | Downloaded env_logger v0.10.2 |
798 | 2025-06-03T00:01:41.465Z | Downloaded num-rational v0.4.2 |
799 | 2025-06-03T00:01:41.465Z | Downloaded idna v1.0.3 |
800 | 2025-06-03T00:01:41.465Z | Downloaded progenitor-impl v0.9.1 |
801 | 2025-06-03T00:01:41.465Z | Downloaded zip v2.6.1 |
802 | 2025-06-03T00:01:41.465Z | Downloaded siphasher v0.3.11 |
803 | 2025-06-03T00:01:41.511Z | Downloaded stable_deref_trait v1.2.0 |
804 | 2025-06-03T00:01:41.511Z | Downloaded libxml v0.3.3 |
805 | 2025-06-03T00:01:41.511Z | Downloaded getrandom v0.2.15 |
806 | 2025-06-03T00:01:41.511Z | Downloaded derive_more v0.99.20 |
807 | 2025-06-03T00:01:41.511Z | Downloaded itertools v0.10.5 |
808 | 2025-06-03T00:01:41.547Z | Downloaded derive_builder_core v0.20.2 |
809 | 2025-06-03T00:01:41.547Z | Downloaded tokio-rustls v0.25.0 |
810 | 2025-06-03T00:01:41.547Z | Downloaded progenitor-impl v0.10.0 |
811 | 2025-06-03T00:01:41.547Z | Downloaded der v0.7.9 |
812 | 2025-06-03T00:01:41.547Z | Downloaded slab v0.4.9 |
813 | 2025-06-03T00:01:41.547Z | Downloaded serde_with_macros v3.12.0 |
814 | 2025-06-03T00:01:41.547Z | Downloaded tinyvec v1.8.0 |
815 | 2025-06-03T00:01:41.547Z | Downloaded futures-task v0.3.31 |
816 | 2025-06-03T00:01:41.547Z | Downloaded form_urlencoded v1.2.1 |
817 | 2025-06-03T00:01:41.547Z | Downloaded fixedbitset v0.4.2 |
818 | 2025-06-03T00:01:41.575Z | Downloaded filetime v0.2.25 |
819 | 2025-06-03T00:01:41.575Z | Downloaded tokio-rustls v0.24.1 |
820 | 2025-06-03T00:01:41.575Z | Downloaded slog-term v2.9.1 |
821 | 2025-06-03T00:01:41.575Z | Downloaded writeable v0.5.5 |
822 | 2025-06-03T00:01:41.575Z | Downloaded postcard v1.0.10 |
823 | 2025-06-03T00:01:41.576Z | Downloaded nu-ansi-term v0.50.1 |
824 | 2025-06-03T00:01:41.576Z | Downloaded env_logger v0.11.5 |
825 | 2025-06-03T00:01:41.576Z | Downloaded num-derive v0.4.2 |
826 | 2025-06-03T00:01:41.576Z | Downloaded hash32 v0.2.1 |
827 | 2025-06-03T00:01:41.601Z | Downloaded xshell v0.2.7 |
828 | 2025-06-03T00:01:41.601Z | Downloaded tls_codec v0.4.1 |
829 | 2025-06-03T00:01:41.601Z | Downloaded progenitor-impl v0.8.0 |
830 | 2025-06-03T00:01:41.601Z | Downloaded tracing-core v0.1.32 |
831 | 2025-06-03T00:01:41.601Z | Downloaded unicase v2.7.0 |
832 | 2025-06-03T00:01:41.601Z | Downloaded tokio-native-tls v0.3.1 |
833 | 2025-06-03T00:01:41.601Z | Downloaded static_assertions v1.1.0 |
834 | 2025-06-03T00:01:41.602Z | Downloaded nodrop v0.1.14 |
835 | 2025-06-03T00:01:41.602Z | Downloaded heapless v0.7.17 |
836 | 2025-06-03T00:01:41.602Z | Downloaded tough v0.20.0 |
837 | 2025-06-03T00:01:41.627Z | Downloaded opaque-debug v0.3.1 |
838 | 2025-06-03T00:01:41.627Z | Downloaded gethostname v0.5.0 |
839 | 2025-06-03T00:01:41.627Z | Downloaded xz2 v0.1.7 |
840 | 2025-06-03T00:01:41.627Z | Downloaded xattr v1.3.1 |
841 | 2025-06-03T00:01:41.627Z | Downloaded thiserror-impl-no-std v2.0.2 |
842 | 2025-06-03T00:01:41.627Z | Downloaded oxnet v0.1.2 |
843 | 2025-06-03T00:01:41.627Z | Downloaded simd-adler32 v0.3.7 |
844 | 2025-06-03T00:01:41.627Z | Downloaded dropshot_endpoint v0.16.2 |
845 | 2025-06-03T00:01:41.653Z | Downloaded tower v0.5.2 |
846 | 2025-06-03T00:01:41.653Z | Downloaded derive_builder_macro v0.20.2 |
847 | 2025-06-03T00:01:41.653Z | Downloaded thread_local v1.1.8 |
848 | 2025-06-03T00:01:41.653Z | Downloaded shell-words v1.1.0 |
849 | 2025-06-03T00:01:41.653Z | Downloaded serde_yaml v0.9.34+deprecated |
850 | 2025-06-03T00:01:41.653Z | Downloaded heapless v0.8.0 |
851 | 2025-06-03T00:01:41.679Z | Downloaded serde_urlencoded v0.7.1 |
852 | 2025-06-03T00:01:41.679Z | Downloaded bindgen v0.71.1 |
853 | 2025-06-03T00:01:41.679Z | Downloaded slog-stdlog v4.1.1 |
854 | 2025-06-03T00:01:41.679Z | Downloaded slog-scope v4.4.0 |
855 | 2025-06-03T00:01:41.679Z | Downloaded schemars_derive v0.8.22 |
856 | 2025-06-03T00:01:41.679Z | Downloaded peg v0.8.5 |
857 | 2025-06-03T00:01:41.679Z | Downloaded owo-colors v4.2.0 |
858 | 2025-06-03T00:01:41.704Z | Downloaded russh-keys v0.45.0 |
859 | 2025-06-03T00:01:41.704Z | Downloaded rustls-webpki v0.102.8 |
860 | 2025-06-03T00:01:41.730Z | Downloaded http v1.3.1 |
861 | 2025-06-03T00:01:41.730Z | Downloaded bindgen v0.69.5 |
862 | 2025-06-03T00:01:41.730Z | Downloaded tinyvec_macros v0.1.1 |
863 | 2025-06-03T00:01:41.730Z | Downloaded scopeguard v1.2.0 |
864 | 2025-06-03T00:01:41.730Z | Downloaded scheduled-thread-pool v0.2.7 |
865 | 2025-06-03T00:01:41.730Z | Downloaded unicode_categories v0.1.1 |
866 | 2025-06-03T00:01:41.730Z | Downloaded russh v0.45.0 |
867 | 2025-06-03T00:01:41.755Z | Downloaded chrono v0.4.41 |
868 | 2025-06-03T00:01:41.756Z | Downloaded fd-lock v4.0.2 |
869 | 2025-06-03T00:01:41.756Z | Downloaded csv-core v0.1.11 |
870 | 2025-06-03T00:01:41.756Z | Downloaded qorb v0.3.1 |
871 | 2025-06-03T00:01:41.781Z | Downloaded hash32 v0.3.1 |
872 | 2025-06-03T00:01:41.781Z | Downloaded zip v0.6.6 |
873 | 2025-06-03T00:01:41.781Z | Downloaded uzers v0.12.1 |
874 | 2025-06-03T00:01:41.781Z | Downloaded term v0.7.0 |
875 | 2025-06-03T00:01:41.781Z | Downloaded pin-project-lite v0.2.14 |
876 | 2025-06-03T00:01:41.781Z | Downloaded samael v0.0.18 |
877 | 2025-06-03T00:01:41.807Z | Downloaded rayon v1.10.0 |
878 | 2025-06-03T00:01:41.807Z | Downloaded bitvec v1.0.1 |
879 | 2025-06-03T00:01:41.833Z | Downloaded num v0.4.3 |
880 | 2025-06-03T00:01:41.833Z | Downloaded diff v0.1.13 |
881 | 2025-06-03T00:01:41.833Z | Downloaded diesel_derives v2.2.3 |
882 | 2025-06-03T00:01:41.833Z | Downloaded pkcs5 v0.7.1 |
883 | 2025-06-03T00:01:41.858Z | Downloaded env_filter v0.1.2 |
884 | 2025-06-03T00:01:41.858Z | Downloaded ff v0.13.0 |
885 | 2025-06-03T00:01:41.858Z | Downloaded curve25519-dalek-derive v0.1.1 |
886 | 2025-06-03T00:01:41.858Z | Downloaded ctr v0.9.2 |
887 | 2025-06-03T00:01:41.858Z | Downloaded waitgroup v0.1.2 |
888 | 2025-06-03T00:01:41.859Z | Downloaded dyn-clone v1.0.19 |
889 | 2025-06-03T00:01:41.859Z | Downloaded dunce v1.0.5 |
890 | 2025-06-03T00:01:41.859Z | Downloaded zone v0.3.1 |
891 | 2025-06-03T00:01:41.859Z | Downloaded zone v0.1.8 |
892 | 2025-06-03T00:01:41.859Z | Downloaded tap v1.0.1 |
893 | 2025-06-03T00:01:41.859Z | Downloaded sqlformat v0.3.5 |
894 | 2025-06-03T00:01:41.859Z | Downloaded mio v1.0.2 |
895 | 2025-06-03T00:01:41.890Z | Downloaded foreign-types-shared v0.1.1 |
896 | 2025-06-03T00:01:41.890Z | Downloaded foreign-types-macros v0.2.3 |
897 | 2025-06-03T00:01:41.890Z | Downloaded unarray v0.1.4 |
898 | 2025-06-03T00:01:41.890Z | Downloaded tokio-macros v2.5.0 |
899 | 2025-06-03T00:01:41.890Z | Downloaded tls_codec_derive v0.4.1 |
900 | 2025-06-03T00:01:41.890Z | Downloaded poly1305 v0.8.0 |
901 | 2025-06-03T00:01:41.890Z | Downloaded unsafe-libyaml v0.2.11 |
902 | 2025-06-03T00:01:41.890Z | Downloaded rsa v0.9.6 |
903 | 2025-06-03T00:01:41.916Z | Downloaded pkg-config v0.3.31 |
904 | 2025-06-03T00:01:41.916Z | Downloaded pkcs8 v0.10.2 |
905 | 2025-06-03T00:01:41.916Z | Downloaded peg-macros v0.8.5 |
906 | 2025-06-03T00:01:41.916Z | Downloaded sqlparser_derive v0.2.2 |
907 | 2025-06-03T00:01:41.916Z | Downloaded dirs-sys-next v0.1.2 |
908 | 2025-06-03T00:01:41.917Z | Downloaded rustc-demangle v0.1.24 |
909 | 2025-06-03T00:01:41.917Z | Downloaded blake3 v1.5.4 |
910 | 2025-06-03T00:01:41.917Z | Downloaded snafu v0.8.5 |
911 | 2025-06-03T00:01:41.942Z | Downloaded publicsuffix v2.3.0 |
912 | 2025-06-03T00:01:41.942Z | Downloaded ed25519-dalek v2.1.1 |
913 | 2025-06-03T00:01:41.942Z | Downloaded aws-lc-rs v1.12.4 |
914 | 2025-06-03T00:01:41.968Z | Downloaded rustc_version v0.1.7 |
915 | 2025-06-03T00:01:41.968Z | Downloaded rustc-hash v1.1.0 |
916 | 2025-06-03T00:01:41.968Z | Downloaded pem v3.0.5 |
917 | 2025-06-03T00:01:41.968Z | Downloaded newtype_derive v0.1.6 |
918 | 2025-06-03T00:01:41.968Z | Downloaded displaydoc v0.2.5 |
919 | 2025-06-03T00:01:41.968Z | Downloaded serde_cbor v0.11.2 |
920 | 2025-06-03T00:01:41.968Z | Downloaded minimal-lexical v0.2.1 |
921 | 2025-06-03T00:01:41.968Z | Downloaded aho-corasick v1.1.3 |
922 | 2025-06-03T00:01:41.995Z | Downloaded pem-rfc7468 v0.7.0 |
923 | 2025-06-03T00:01:41.995Z | Downloaded ron v0.8.1 |
924 | 2025-06-03T00:01:41.995Z | Downloaded rustyline v14.0.0 |
925 | 2025-06-03T00:01:41.995Z | Downloaded nibble_vec v0.1.0 |
926 | 2025-06-03T00:01:41.995Z | Downloaded newtype-uuid v1.2.1 |
927 | 2025-06-03T00:01:42.020Z | Downloaded utf-8 v0.7.6 |
928 | 2025-06-03T00:01:42.020Z | Downloaded untrusted v0.7.1 |
929 | 2025-06-03T00:01:42.020Z | Downloaded parking_lot_core v0.9.10 |
930 | 2025-06-03T00:01:42.020Z | Downloaded parking_lot_core v0.8.6 |
931 | 2025-06-03T00:01:42.020Z | Downloaded der_derive v0.7.3 |
932 | 2025-06-03T00:01:42.020Z | Downloaded dirs-next v2.0.0 |
933 | 2025-06-03T00:01:42.020Z | Downloaded termcolor v1.4.1 |
934 | 2025-06-03T00:01:42.020Z | Downloaded pin-project v1.1.6 |
935 | 2025-06-03T00:01:42.046Z | Downloaded native-tls v0.2.12 |
936 | 2025-06-03T00:01:42.046Z | Downloaded difflib v0.4.0 |
937 | 2025-06-03T00:01:42.046Z | Downloaded diesel-dtrace v0.4.2 |
938 | 2025-06-03T00:01:42.046Z | Downloaded typed-path v0.9.3 |
939 | 2025-06-03T00:01:42.046Z | Downloaded ron v0.7.1 |
940 | 2025-06-03T00:01:42.046Z | Downloaded time v0.3.36 |
941 | 2025-06-03T00:01:42.072Z | Downloaded hickory-server v0.24.4 |
942 | 2025-06-03T00:01:42.072Z | Downloaded dsl_auto_type v0.1.2 |
943 | 2025-06-03T00:01:42.072Z | Downloaded zone_cfg_derive v0.1.2 |
944 | 2025-06-03T00:01:42.072Z | Downloaded spki v0.7.3 |
945 | 2025-06-03T00:01:42.072Z | Downloaded serde_repr v0.1.19 |
946 | 2025-06-03T00:01:42.072Z | Downloaded serde_path_to_error v0.1.17 |
947 | 2025-06-03T00:01:42.098Z | Downloaded utf16_iter v1.0.5 |
948 | 2025-06-03T00:01:42.098Z | Downloaded universal-hash v0.5.1 |
949 | 2025-06-03T00:01:42.098Z | Downloaded unicode-xid v0.2.6 |
950 | 2025-06-03T00:01:42.098Z | Downloaded snafu-derive v0.8.5 |
951 | 2025-06-03T00:01:42.098Z | Downloaded diesel_table_macro_syntax v0.2.0 |
952 | 2025-06-03T00:01:42.098Z | Downloaded utf8_iter v1.0.4 |
953 | 2025-06-03T00:01:42.098Z | Downloaded untrusted v0.9.0 |
954 | 2025-06-03T00:01:42.098Z | Downloaded serde_derive_internals v0.29.1 |
955 | 2025-06-03T00:01:42.098Z | Downloaded miniz_oxide v0.8.5 |
956 | 2025-06-03T00:01:42.098Z | Downloaded futures v0.3.31 |
957 | 2025-06-03T00:01:42.098Z | Downloaded zerocopy-derive v0.8.25 |
958 | 2025-06-03T00:01:42.123Z | Downloaded tabled_derive v0.10.0 |
959 | 2025-06-03T00:01:42.123Z | Downloaded subtle v2.6.1 |
960 | 2025-06-03T00:01:42.123Z | Downloaded parking_lot v0.12.3 |
961 | 2025-06-03T00:01:42.123Z | Downloaded parking_lot v0.11.2 |
962 | 2025-06-03T00:01:42.124Z | Downloaded jiff-static v0.2.13 |
963 | 2025-06-03T00:01:42.124Z | Downloaded iddqd v0.3.0 |
964 | 2025-06-03T00:01:42.149Z | Downloaded yansi v1.0.1 |
965 | 2025-06-03T00:01:42.149Z | Downloaded hyper-util v0.1.11 |
966 | 2025-06-03T00:01:42.149Z | Downloaded pin-project-internal v1.1.6 |
967 | 2025-06-03T00:01:42.149Z | Downloaded elliptic-curve v0.13.8 |
968 | 2025-06-03T00:01:42.149Z | Downloaded tungstenite v0.23.0 |
969 | 2025-06-03T00:01:42.149Z | Downloaded parse-display-derive v0.10.0 |
970 | 2025-06-03T00:01:42.175Z | Downloaded olpc-cjson v0.1.4 |
971 | 2025-06-03T00:01:42.175Z | Downloaded num_threads v0.1.7 |
972 | 2025-06-03T00:01:42.175Z | Downloaded num_enum_derive v0.5.11 |
973 | 2025-06-03T00:01:42.175Z | Downloaded futures-channel v0.3.31 |
974 | 2025-06-03T00:01:42.175Z | Downloaded hickory-resolver v0.24.4 |
975 | 2025-06-03T00:01:42.175Z | Downloaded take_mut v0.2.2 |
976 | 2025-06-03T00:01:42.175Z | Downloaded serde_plain v1.0.2 |
977 | 2025-06-03T00:01:42.175Z | Downloaded progenitor-macro v0.10.0 |
978 | 2025-06-03T00:01:42.175Z | Downloaded nanorand v0.7.0 |
979 | 2025-06-03T00:01:42.175Z | Downloaded crossterm v0.28.1 |
980 | 2025-06-03T00:01:42.200Z | Downloaded futures-io v0.3.31 |
981 | 2025-06-03T00:01:42.200Z | Downloaded futures-executor v0.3.31 |
982 | 2025-06-03T00:01:42.201Z | Downloaded tokio-tungstenite v0.23.1 |
983 | 2025-06-03T00:01:42.201Z | Downloaded progenitor-macro v0.9.1 |
984 | 2025-06-03T00:01:42.201Z | Downloaded serde-big-array v0.5.1 |
985 | 2025-06-03T00:01:42.201Z | Downloaded russh-cryptovec v0.7.3 |
986 | 2025-06-03T00:01:42.201Z | Downloaded rtoolbox v0.0.2 |
987 | 2025-06-03T00:01:42.201Z | Downloaded phf_generator v0.11.2 |
988 | 2025-06-03T00:01:42.226Z | Downloaded phf_codegen v0.11.2 |
989 | 2025-06-03T00:01:42.226Z | Downloaded phf v0.11.2 |
990 | 2025-06-03T00:01:42.226Z | Downloaded percent-encoding v2.3.1 |
991 | 2025-06-03T00:01:42.226Z | Downloaded multimap v0.10.1 |
992 | 2025-06-03T00:01:42.226Z | Downloaded multer v3.1.0 |
993 | 2025-06-03T00:01:42.226Z | Downloaded fs_extra v1.3.0 |
994 | 2025-06-03T00:01:42.226Z | Downloaded darling_core v0.20.10 |
995 | 2025-06-03T00:01:42.226Z | Downloaded tungstenite v0.21.0 |
996 | 2025-06-03T00:01:42.226Z | Downloaded icu_properties v1.5.1 |
997 | 2025-06-03T00:01:42.252Z | Downloaded icu_locid v1.5.0 |
998 | 2025-06-03T00:01:42.252Z | Downloaded quick-error v1.2.3 |
999 | 2025-06-03T00:01:42.252Z | Downloaded progenitor-macro v0.8.0 |
1000 | 2025-06-03T00:01:42.252Z | Downloaded num_enum v0.5.11 |
1001 | 2025-06-03T00:01:42.252Z | Downloaded futures-macro v0.3.31 |
1002 | 2025-06-03T00:01:42.252Z | Downloaded enum-as-inner v0.6.1 |
1003 | 2025-06-03T00:01:42.252Z | Downloaded ena v0.14.3 |
1004 | 2025-06-03T00:01:42.278Z | Downloaded ecdsa v0.16.9 |
1005 | 2025-06-03T00:01:42.278Z | Downloaded defmt-parser v0.3.4 |
1006 | 2025-06-03T00:01:42.278Z | Downloaded defmt-macros v0.3.9 |
1007 | 2025-06-03T00:01:42.278Z | Downloaded defmt v0.3.8 |
1008 | 2025-06-03T00:01:42.278Z | Downloaded debug-ignore v1.0.5 |
1009 | 2025-06-03T00:01:42.278Z | Downloaded data-encoding v2.6.0 |
1010 | 2025-06-03T00:01:42.278Z | Downloaded tokio-tungstenite v0.21.0 |
1011 | 2025-06-03T00:01:42.304Z | Downloaded rayon-core v1.12.1 |
1012 | 2025-06-03T00:01:42.304Z | Downloaded indicatif v0.17.11 |
1013 | 2025-06-03T00:01:42.304Z | Downloaded parse-display v0.10.0 |
1014 | 2025-06-03T00:01:42.304Z | Downloaded hex v0.4.3 |
1015 | 2025-06-03T00:01:42.304Z | Downloaded heck v0.3.3 |
1016 | 2025-06-03T00:01:42.304Z | Downloaded futures-core v0.3.31 |
1017 | 2025-06-03T00:01:42.304Z | Downloaded funty v2.0.0 |
1018 | 2025-06-03T00:01:42.304Z | Downloaded fs-err v2.11.0 |
1019 | 2025-06-03T00:01:42.330Z | Downloaded darling v0.20.10 |
1020 | 2025-06-03T00:01:42.330Z | Downloaded daft-derive v0.1.3 |
1021 | 2025-06-03T00:01:42.330Z | Downloaded zerovec-derive v0.10.3 |
1022 | 2025-06-03T00:01:42.330Z | Downloaded zeroize_derive v1.4.2 |
1023 | 2025-06-03T00:01:42.330Z | Downloaded zeroize v1.8.1 |
1024 | 2025-06-03T00:01:42.330Z | Downloaded zerofrom-derive v0.1.4 |
1025 | 2025-06-03T00:01:42.330Z | Downloaded typify-macro v0.2.0 |
1026 | 2025-06-03T00:01:42.330Z | Downloaded typify v0.4.1 |
1027 | 2025-06-03T00:01:42.356Z | Downloaded typify v0.3.0 |
1028 | 2025-06-03T00:01:42.356Z | Downloaded prettyplease v0.2.32 |
1029 | 2025-06-03T00:01:42.356Z | Downloaded litrs v0.4.1 |
1030 | 2025-06-03T00:01:42.356Z | Downloaded aes-gcm v0.10.3 |
1031 | 2025-06-03T00:01:42.356Z | Downloaded new_debug_unreachable v1.0.6 |
1032 | 2025-06-03T00:01:42.356Z | Downloaded typify-macro v0.4.1 |
1033 | 2025-06-03T00:01:42.356Z | Downloaded typify-macro v0.3.0 |
1034 | 2025-06-03T00:01:42.356Z | Downloaded icu_locid_transform_data v1.5.0 |
1035 | 2025-06-03T00:01:42.383Z | Downloaded headers v0.4.0 |
1036 | 2025-06-03T00:01:42.383Z | Downloaded crossbeam-channel v0.5.15 |
1037 | 2025-06-03T00:01:42.383Z | Downloaded either v1.14.0 |
1038 | 2025-06-03T00:01:42.383Z | Downloaded ed25519 v2.2.3 |
1039 | 2025-06-03T00:01:42.383Z | Downloaded yasna v0.5.2 |
1040 | 2025-06-03T00:01:42.383Z | Downloaded mime_guess v2.0.5 |
1041 | 2025-06-03T00:01:42.383Z | Downloaded memmap2 v0.9.5 |
1042 | 2025-06-03T00:01:42.408Z | Downloaded maplit v1.0.2 |
1043 | 2025-06-03T00:01:42.408Z | Downloaded lzss v0.8.2 |
1044 | 2025-06-03T00:01:42.408Z | Downloaded libloading v0.8.5 |
1045 | 2025-06-03T00:01:42.408Z | Downloaded ingot-types v0.1.0 |
1046 | 2025-06-03T00:01:42.408Z | Downloaded indexmap v1.9.3 |
1047 | 2025-06-03T00:01:42.408Z | Downloaded hickory-client v0.24.4 |
1048 | 2025-06-03T00:01:42.409Z | Downloaded smallvec v1.14.0 |
1049 | 2025-06-03T00:01:42.409Z | Downloaded signal-hook v0.3.17 |
1050 | 2025-06-03T00:01:42.434Z | Downloaded icu_normalizer_data v1.5.0 |
1051 | 2025-06-03T00:01:42.434Z | Downloaded aes v0.8.4 |
1052 | 2025-06-03T00:01:42.434Z | Downloaded structmeta v0.3.0 |
1053 | 2025-06-03T00:01:42.434Z | Downloaded strip-ansi-escapes v0.2.0 |
1054 | 2025-06-03T00:01:42.434Z | Downloaded icu_provider v1.5.0 |
1055 | 2025-06-03T00:01:42.435Z | Downloaded icu_normalizer v1.5.0 |
1056 | 2025-06-03T00:01:42.435Z | Downloaded hmac v0.12.1 |
1057 | 2025-06-03T00:01:42.435Z | Downloaded const_format v0.2.34 |
1058 | 2025-06-03T00:01:42.463Z | Downloaded cc v1.2.15 |
1059 | 2025-06-03T00:01:42.464Z | Downloaded backtrace v0.3.74 |
1060 | 2025-06-03T00:01:42.464Z | Downloaded darling_macro v0.20.10 |
1061 | 2025-06-03T00:01:42.464Z | Downloaded which v4.4.2 |
1062 | 2025-06-03T00:01:42.464Z | Downloaded tui-tree-widget v0.23.0 |
1063 | 2025-06-03T00:01:42.464Z | Downloaded spin v0.9.8 |
1064 | 2025-06-03T00:01:42.489Z | Downloaded base64 v0.21.7 |
1065 | 2025-06-03T00:01:42.489Z | Downloaded whoami v1.5.2 |
1066 | 2025-06-03T00:01:42.489Z | Downloaded typify v0.2.0 |
1067 | 2025-06-03T00:01:42.489Z | Downloaded shlex v1.3.0 |
1068 | 2025-06-03T00:01:42.489Z | Downloaded same-file v1.0.6 |
1069 | 2025-06-03T00:01:42.489Z | Downloaded rcgen v0.12.1 |
1070 | 2025-06-03T00:01:42.489Z | Downloaded maybe-uninit v2.0.0 |
1071 | 2025-06-03T00:01:42.489Z | Downloaded lock_api v0.4.12 |
1072 | 2025-06-03T00:01:42.489Z | Downloaded litemap v0.7.3 |
1073 | 2025-06-03T00:01:42.489Z | Downloaded ingot-macros v0.1.0 |
1074 | 2025-06-03T00:01:42.515Z | Downloaded rand_core v0.9.2 |
1075 | 2025-06-03T00:01:42.515Z | Downloaded ipnet v2.11.0 |
1076 | 2025-06-03T00:01:42.515Z | Downloaded hyper-rustls v0.27.3 |
1077 | 2025-06-03T00:01:42.516Z | Downloaded crypto-bigint v0.5.5 |
1078 | 2025-06-03T00:01:42.516Z | Downloaded compact_str v0.8.0 |
1079 | 2025-06-03T00:01:42.516Z | Downloaded bytes v1.10.1 |
1080 | 2025-06-03T00:01:42.541Z | Downloaded bumpalo v3.16.0 |
1081 | 2025-06-03T00:01:42.541Z | Downloaded base64 v0.22.1 |
1082 | 2025-06-03T00:01:42.541Z | Downloaded time-macros v0.2.18 |
1083 | 2025-06-03T00:01:42.541Z | Downloaded supports-color v3.0.2 |
1084 | 2025-06-03T00:01:42.541Z | Downloaded support-bundle-viewer v0.1.0 |
1085 | 2025-06-03T00:01:42.541Z | Downloaded stringprep v0.1.5 |
1086 | 2025-06-03T00:01:42.541Z | Downloaded ssh-encoding v0.2.0 |
1087 | 2025-06-03T00:01:42.541Z | Downloaded ssh-cipher v0.2.0 |
1088 | 2025-06-03T00:01:42.541Z | Downloaded rand_seeder v0.3.0 |
1089 | 2025-06-03T00:01:42.541Z | Downloaded mime v0.3.17 |
1090 | 2025-06-03T00:01:42.567Z | Downloaded tiny-keccak v2.0.2 |
1091 | 2025-06-03T00:01:42.567Z | Downloaded smf v0.2.3 |
1092 | 2025-06-03T00:01:42.567Z | Downloaded signature v2.2.0 |
1093 | 2025-06-03T00:01:42.567Z | Downloaded signal-hook-tokio v0.3.1 |
1094 | 2025-06-03T00:01:42.567Z | Downloaded signal-hook-registry v1.4.2 |
1095 | 2025-06-03T00:01:42.567Z | Downloaded signal-hook-mio v0.2.4 |
1096 | 2025-06-03T00:01:42.567Z | Downloaded rustversion v1.0.17 |
1097 | 2025-06-03T00:01:42.567Z | Downloaded rand_xorshift v0.3.0 |
1098 | 2025-06-03T00:01:42.567Z | Downloaded proc-macro-error2 v2.0.1 |
1099 | 2025-06-03T00:01:42.567Z | Downloaded jobserver v0.1.32 |
1100 | 2025-06-03T00:01:42.595Z | Downloaded lru v0.12.5 |
1101 | 2025-06-03T00:01:42.595Z | Downloaded ipnetwork v0.21.1 |
1102 | 2025-06-03T00:01:42.595Z | Downloaded iana-time-zone v0.1.63 |
1103 | 2025-06-03T00:01:42.595Z | Downloaded hyper-staticfile v0.10.1 |
1104 | 2025-06-03T00:01:42.595Z | Downloaded clang-sys v1.8.1 |
1105 | 2025-06-03T00:01:42.595Z | Downloaded sync-ptr v0.1.1 |
1106 | 2025-06-03T00:01:42.595Z | Downloaded aws-lc-sys v0.26.0 |
1107 | 2025-06-03T00:01:42.914Z | Downloaded rusty-fork v0.3.0 |
1108 | 2025-06-03T00:01:42.940Z | Downloaded memoffset v0.9.1 |
1109 | 2025-06-03T00:01:42.940Z | Downloaded md-5 v0.10.6 |
1110 | 2025-06-03T00:01:42.940Z | Downloaded managed v0.8.0 |
1111 | 2025-06-03T00:01:42.940Z | Downloaded lru-cache v0.1.2 |
1112 | 2025-06-03T00:01:42.940Z | Downloaded chacha20poly1305 v0.10.1 |
1113 | 2025-06-03T00:01:42.940Z | Downloaded rand_chacha v0.9.0 |
1114 | 2025-06-03T00:01:42.940Z | Downloaded rand_chacha v0.3.1 |
1115 | 2025-06-03T00:01:42.940Z | Downloaded progenitor v0.10.0 |
1116 | 2025-06-03T00:01:42.940Z | Downloaded progenitor v0.9.1 |
1117 | 2025-06-03T00:01:42.940Z | Downloaded progenitor v0.8.0 |
1118 | 2025-06-03T00:01:42.940Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1119 | 2025-06-03T00:01:42.940Z | Downloaded lockfree-object-pool v0.1.6 |
1120 | 2025-06-03T00:01:42.940Z | Downloaded linear-map v1.2.0 |
1121 | 2025-06-03T00:01:42.966Z | Downloaded lazy_static v1.5.0 |
1122 | 2025-06-03T00:01:42.966Z | Downloaded rand_core v0.6.4 |
1123 | 2025-06-03T00:01:42.966Z | Downloaded proc-macro-crate v1.3.1 |
1124 | 2025-06-03T00:01:42.966Z | Downloaded primeorder v0.13.6 |
1125 | 2025-06-03T00:01:42.966Z | Downloaded inout v0.1.3 |
1126 | 2025-06-03T00:01:42.966Z | Downloaded icu_locid_transform v1.5.0 |
1127 | 2025-06-03T00:01:42.966Z | Downloaded httparse v1.9.5 |
1128 | 2025-06-03T00:01:42.966Z | Downloaded highway v1.3.0 |
1129 | 2025-06-03T00:01:42.966Z | Downloaded blake2 v0.10.6 |
1130 | 2025-06-03T00:01:42.966Z | Downloaded base64 v0.13.1 |
1131 | 2025-06-03T00:01:42.993Z | Downloaded libsw v3.4.0 |
1132 | 2025-06-03T00:01:42.993Z | Downloaded kstat-rs v0.2.4 |
1133 | 2025-06-03T00:01:42.993Z | Downloaded is-terminal v0.4.13 |
1134 | 2025-06-03T00:01:42.993Z | Downloaded humantime v2.1.0 |
1135 | 2025-06-03T00:01:42.993Z | Downloaded crossbeam-utils v0.8.21 |
1136 | 2025-06-03T00:01:42.993Z | Downloaded crossbeam-epoch v0.9.18 |
1137 | 2025-06-03T00:01:42.993Z | Downloaded crc-any v2.5.0 |
1138 | 2025-06-03T00:01:42.993Z | Downloaded cookie v0.18.1 |
1139 | 2025-06-03T00:01:42.993Z | Downloaded const-oid v0.9.6 |
1140 | 2025-06-03T00:01:42.993Z | Downloaded ciborium v0.2.2 |
1141 | 2025-06-03T00:01:43.032Z | Downloaded linked-hash-map v0.5.6 |
1142 | 2025-06-03T00:01:43.033Z | Downloaded libscf-sys v1.1.0 |
1143 | 2025-06-03T00:01:43.033Z | Downloaded libefi-sys v0.1.0 |
1144 | 2025-06-03T00:01:43.033Z | Downloaded lazycell v1.3.0 |
1145 | 2025-06-03T00:01:43.059Z | Downloaded lalrpop-util v0.19.12 |
1146 | 2025-06-03T00:01:43.059Z | Downloaded keccak v0.1.5 |
1147 | 2025-06-03T00:01:43.059Z | Downloaded ingot v0.1.0 |
1148 | 2025-06-03T00:01:43.059Z | Downloaded idna_adapter v1.2.0 |
1149 | 2025-06-03T00:01:43.059Z | Downloaded arc-swap v1.7.1 |
1150 | 2025-06-03T00:01:43.084Z | Downloaded allocator-api2 v0.2.18 |
1151 | 2025-06-03T00:01:43.085Z | Downloaded internet-checksum v0.2.1 |
1152 | 2025-06-03T00:01:43.085Z | Downloaded instability v0.3.2 |
1153 | 2025-06-03T00:01:43.085Z | Downloaded indoc v2.0.6 |
1154 | 2025-06-03T00:01:43.085Z | Downloaded http-body-util v0.1.3 |
1155 | 2025-06-03T00:01:43.085Z | Downloaded bzip2 v0.5.2 |
1156 | 2025-06-03T00:01:43.085Z | Downloaded async-bb8-diesel v0.2.1 |
1157 | 2025-06-03T00:01:43.110Z | Downloaded console v0.15.10 |
1158 | 2025-06-03T00:01:43.111Z | Downloaded crc32fast v1.4.2 |
1159 | 2025-06-03T00:01:43.111Z | Downloaded colored v2.2.0 |
1160 | 2025-06-03T00:01:43.111Z | Downloaded backoff v0.4.0 |
1161 | 2025-06-03T00:01:43.111Z | Downloaded indoc v1.0.9 |
1162 | 2025-06-03T00:01:43.111Z | Downloaded icu_provider_macros v1.5.0 |
1163 | 2025-06-03T00:01:43.111Z | Downloaded headers-core v0.3.0 |
1164 | 2025-06-03T00:01:43.137Z | Downloaded crc-catalog v2.4.0 |
1165 | 2025-06-03T00:01:43.137Z | Downloaded cancel-safe-futures v0.1.5 |
1166 | 2025-06-03T00:01:43.137Z | Downloaded bzip2 v0.4.4 |
1167 | 2025-06-03T00:01:43.137Z | Downloaded bit-vec v0.8.0 |
1168 | 2025-06-03T00:01:43.137Z | Downloaded bit-vec v0.6.3 |
1169 | 2025-06-03T00:01:43.137Z | Downloaded bcs v0.1.6 |
1170 | 2025-06-03T00:01:43.137Z | Downloaded bcrypt-pbkdf v0.10.0 |
1171 | 2025-06-03T00:01:43.137Z | Downloaded base64ct v1.6.0 |
1172 | 2025-06-03T00:01:43.164Z | Downloaded async-trait v0.1.88 |
1173 | 2025-06-03T00:01:43.164Z | Downloaded async-stream v0.3.6 |
1174 | 2025-06-03T00:01:43.164Z | Downloaded ahash v0.8.11 |
1175 | 2025-06-03T00:01:43.164Z | Downloaded arrayvec v0.7.6 |
1176 | 2025-06-03T00:01:43.164Z | Downloaded addr2line v0.24.2 |
1177 | 2025-06-03T00:01:43.164Z | Downloaded hubpack v0.1.2 |
1178 | 2025-06-03T00:01:43.164Z | Downloaded hostname v0.4.0 |
1179 | 2025-06-03T00:01:43.164Z | Downloaded hostname v0.3.1 |
1180 | 2025-06-03T00:01:43.190Z | Downloaded cbc v0.1.2 |
1181 | 2025-06-03T00:01:43.190Z | Downloaded cassowary v0.3.0 |
1182 | 2025-06-03T00:01:43.190Z | Downloaded httpdate v1.0.3 |
1183 | 2025-06-03T00:01:43.190Z | Downloaded crc v3.2.1 |
1184 | 2025-06-03T00:01:43.190Z | Downloaded bitfield v0.14.0 |
1185 | 2025-06-03T00:01:43.190Z | Downloaded cipher v0.4.4 |
1186 | 2025-06-03T00:01:43.216Z | Downloaded chacha20 v0.9.1 |
1187 | 2025-06-03T00:01:43.217Z | Downloaded cexpr v0.6.0 |
1188 | 2025-06-03T00:01:43.217Z | Downloaded block-padding v0.3.3 |
1189 | 2025-06-03T00:01:43.217Z | Downloaded bb8 v0.8.5 |
1190 | 2025-06-03T00:01:43.217Z | Downloaded atomic-waker v1.1.2 |
1191 | 2025-06-03T00:01:43.217Z | Downloaded ascii-canvas v3.0.0 |
1192 | 2025-06-03T00:01:43.217Z | Downloaded arrayref v0.3.9 |
1193 | 2025-06-03T00:01:43.217Z | Downloaded array-init v0.0.4 |
1194 | 2025-06-03T00:01:43.217Z | Downloaded argon2 v0.5.3 |
1195 | 2025-06-03T00:01:43.244Z | Downloaded aead v0.5.2 |
1196 | 2025-06-03T00:01:43.244Z | Downloaded adler2 v2.0.0 |
1197 | 2025-06-03T00:01:43.244Z | Downloaded cstr-argument v0.1.2 |
1198 | 2025-06-03T00:01:43.244Z | Downloaded crunchy v0.2.2 |
1199 | 2025-06-03T00:01:43.244Z | Downloaded crucible-workspace-hack v0.1.0 |
1200 | 2025-06-03T00:01:43.244Z | Downloaded crc8 v0.1.1 |
1201 | 2025-06-03T00:01:43.244Z | Downloaded ciborium-io v0.2.2 |
1202 | 2025-06-03T00:01:43.244Z | Downloaded cfg_aliases v0.2.1 |
1203 | 2025-06-03T00:01:43.244Z | Downloaded cfg_aliases v0.1.1 |
1204 | 2025-06-03T00:01:43.244Z | Downloaded blowfish v0.9.1 |
1205 | 2025-06-03T00:01:43.244Z | Downloaded assert_matches v1.5.0 |
1206 | 2025-06-03T00:01:43.680Z | Compiling serde v1.0.219 |
1207 | 2025-06-03T00:01:43.705Z | Compiling value-bag v1.9.0 |
1208 | 2025-06-03T00:01:43.706Z | Compiling shlex v1.3.0 |
1209 | 2025-06-03T00:01:43.706Z | Compiling lock_api v0.4.12 |
1210 | 2025-06-03T00:01:43.706Z | Compiling scopeguard v1.2.0 |
1211 | 2025-06-03T00:01:43.706Z | Compiling typenum v1.17.0 |
1212 | 2025-06-03T00:01:43.706Z | Compiling syn v2.0.101 |
1213 | 2025-06-03T00:01:43.706Z | Compiling getrandom v0.2.15 |
1214 | 2025-06-03T00:01:44.013Z | Compiling jobserver v0.1.32 |
1215 | 2025-06-03T00:01:44.132Z | Compiling rand_core v0.6.4 |
1216 | 2025-06-03T00:01:44.253Z | Compiling log v0.4.27 |
1217 | 2025-06-03T00:01:44.305Z | Compiling generic-array v0.14.7 |
1218 | 2025-06-03T00:01:44.367Z | Compiling smallvec v1.14.0 |
1219 | 2025-06-03T00:01:44.643Z | Compiling cc v1.2.15 |
1220 | 2025-06-03T00:01:44.763Z | Compiling subtle v2.6.1 |
1221 | 2025-06-03T00:01:44.788Z | Compiling const-oid v0.9.6 |
1222 | 2025-06-03T00:01:44.815Z | Compiling stable_deref_trait v1.2.0 |
1223 | 2025-06-03T00:01:44.888Z | Compiling pkg-config v0.3.31 |
1224 | 2025-06-03T00:01:44.955Z | Compiling pin-project-lite v0.2.14 |
1225 | 2025-06-03T00:01:45.036Z | Compiling rustix v0.38.37 |
1226 | 2025-06-03T00:01:45.125Z | Compiling parking_lot_core v0.9.10 |
1227 | 2025-06-03T00:01:45.150Z | Compiling signal-hook-registry v1.4.2 |
1228 | 2025-06-03T00:01:45.855Z | Compiling mio v1.0.2 |
1229 | 2025-06-03T00:01:45.881Z | Compiling spin v0.9.8 |
1230 | 2025-06-03T00:01:45.959Z | Compiling futures-core v0.3.31 |
1231 | 2025-06-03T00:01:46.165Z | Compiling parking_lot v0.12.3 |
1232 | 2025-06-03T00:01:46.193Z | Compiling aho-corasick v1.1.3 |
1233 | 2025-06-03T00:01:46.223Z | Compiling either v1.14.0 |
1234 | 2025-06-03T00:01:46.322Z | Compiling libm v0.2.8 |
1235 | 2025-06-03T00:01:46.639Z | Compiling serde_json v1.0.140 |
1236 | 2025-06-03T00:01:46.664Z | Compiling litemap v0.7.3 |
1237 | 2025-06-03T00:01:46.726Z | Compiling cpufeatures v0.2.14 |
1238 | 2025-06-03T00:01:46.850Z | Compiling writeable v0.5.5 |
1239 | 2025-06-03T00:01:46.939Z | Compiling regex-syntax v0.8.5 |
1240 | 2025-06-03T00:01:47.024Z | Compiling socket2 v0.5.9 |
1241 | 2025-06-03T00:01:47.057Z | Compiling num-traits v0.2.19 |
1242 | 2025-06-03T00:01:47.164Z | Compiling slab v0.4.9 |
1243 | 2025-06-03T00:01:47.351Z | Compiling glob v0.3.2 |
1244 | 2025-06-03T00:01:47.802Z | Compiling futures-sink v0.3.31 |
1245 | 2025-06-03T00:01:47.933Z | Compiling getrandom v0.3.1 |
1246 | 2025-06-03T00:01:47.983Z | Compiling prettyplease v0.2.32 |
1247 | 2025-06-03T00:01:48.313Z | Compiling clang-sys v1.8.1 |
1248 | 2025-06-03T00:01:48.338Z | Compiling icu_locid_transform_data v1.5.0 |
1249 | 2025-06-03T00:01:48.688Z | Compiling lazy_static v1.5.0 |
1250 | 2025-06-03T00:01:48.781Z | Compiling icu_properties_data v1.5.0 |
1251 | 2025-06-03T00:01:48.847Z | Compiling allocator-api2 v0.2.18 |
1252 | 2025-06-03T00:01:48.986Z | Compiling minimal-lexical v0.2.1 |
1253 | 2025-06-03T00:01:49.058Z | Compiling foldhash v0.1.3 |
1254 | 2025-06-03T00:01:49.377Z | Compiling libloading v0.8.5 |
1255 | 2025-06-03T00:01:49.492Z | Compiling nom v7.1.3 |
1256 | 2025-06-03T00:01:49.550Z | Compiling hashbrown v0.15.3 |
1257 | 2025-06-03T00:01:49.606Z | Compiling bindgen v0.69.5 |
1258 | 2025-06-03T00:01:49.795Z | Compiling percent-encoding v2.3.1 |
1259 | 2025-06-03T00:01:50.152Z | Compiling icu_normalizer_data v1.5.0 |
1260 | 2025-06-03T00:01:50.294Z | Compiling utf8_iter v1.0.4 |
1261 | 2025-06-03T00:01:50.464Z | Compiling home v0.5.9 |
1262 | 2025-06-03T00:01:50.534Z | Compiling write16 v1.0.0 |
1263 | 2025-06-03T00:01:50.607Z | Compiling regex-automata v0.4.8 |
1264 | 2025-06-03T00:01:50.721Z | Compiling base64ct v1.6.0 |
1265 | 2025-06-03T00:01:50.750Z | Compiling utf16_iter v1.0.5 |
1266 | 2025-06-03T00:01:50.853Z | Compiling itertools v0.12.1 |
1267 | 2025-06-03T00:01:51.010Z | Compiling flagset v0.4.6 |
1268 | 2025-06-03T00:01:51.268Z | Compiling pem-rfc7468 v0.7.0 |
1269 | 2025-06-03T00:01:51.353Z | Compiling synstructure v0.13.1 |
1270 | 2025-06-03T00:01:52.783Z | Compiling cexpr v0.6.0 |
1271 | 2025-06-03T00:01:52.825Z | Compiling lazycell v1.3.0 |
1272 | 2025-06-03T00:01:52.990Z | Compiling rustc-hash v1.1.0 |
1273 | 2025-06-03T00:01:53.088Z | Compiling futures-channel v0.3.31 |
1274 | 2025-06-03T00:01:53.257Z | Compiling cmake v0.1.51 |
1275 | 2025-06-03T00:01:53.511Z | Compiling dunce v1.0.5 |
1276 | 2025-06-03T00:01:53.669Z | Compiling pin-utils v0.1.0 |
1277 | 2025-06-03T00:01:53.840Z | Compiling futures-task v0.3.31 |
1278 | 2025-06-03T00:01:53.923Z | Compiling futures-io v0.3.31 |
1279 | 2025-06-03T00:01:54.079Z | Compiling fs_extra v1.3.0 |
1280 | 2025-06-03T00:01:54.162Z | Compiling form_urlencoded v1.2.1 |
1281 | 2025-06-03T00:01:54.264Z | Compiling vcpkg v0.2.15 |
1282 | 2025-06-03T00:01:54.496Z | Compiling paste v1.0.15 |
1283 | 2025-06-03T00:01:54.671Z | Compiling crossbeam-utils v0.8.21 |
1284 | 2025-06-03T00:01:54.787Z | Compiling zerocopy v0.8.25 |
1285 | 2025-06-03T00:01:54.880Z | Compiling ring v0.17.14 |
1286 | 2025-06-03T00:01:55.236Z | Compiling tracing-core v0.1.32 |
1287 | 2025-06-03T00:01:55.639Z | Compiling iana-time-zone v0.1.63 |
1288 | 2025-06-03T00:01:55.862Z | Compiling openssl-sys v0.9.107 |
1289 | 2025-06-03T00:01:55.968Z | Compiling aws-lc-rs v1.12.4 |
1290 | 2025-06-03T00:01:55.994Z | Compiling serde_derive v1.0.219 |
1291 | 2025-06-03T00:01:56.020Z | Compiling zeroize_derive v1.4.2 |
1292 | 2025-06-03T00:01:56.045Z | Compiling zerofrom-derive v0.1.4 |
1293 | 2025-06-03T00:01:56.375Z | Compiling yoke-derive v0.7.4 |
1294 | 2025-06-03T00:01:56.437Z | Compiling zerovec-derive v0.10.3 |
1295 | 2025-06-03T00:01:56.843Z | Compiling displaydoc v0.2.5 |
1296 | 2025-06-03T00:01:57.288Z | Compiling zeroize v1.8.1 |
1297 | 2025-06-03T00:01:58.242Z | Compiling zerocopy-derive v0.7.35 |
1298 | 2025-06-03T00:01:58.688Z | Compiling icu_provider_macros v1.5.0 |
1299 | 2025-06-03T00:01:58.880Z | Compiling tokio-macros v2.5.0 |
1300 | 2025-06-03T00:01:58.989Z | Compiling crypto-common v0.1.6 |
1301 | 2025-06-03T00:01:59.227Z | Compiling block-buffer v0.10.4 |
1302 | 2025-06-03T00:01:59.252Z | Compiling zerofrom v0.1.4 |
1303 | 2025-06-03T00:01:59.484Z | Compiling digest v0.10.7 |
1304 | 2025-06-03T00:01:59.520Z | Compiling yoke v0.7.4 |
1305 | 2025-06-03T00:01:59.698Z | Compiling block-padding v0.3.3 |
1306 | 2025-06-03T00:01:59.905Z | Compiling zerovec v0.10.4 |
1307 | 2025-06-03T00:01:59.969Z | Compiling hmac v0.12.1 |
1308 | 2025-06-03T00:01:59.994Z | Compiling inout v0.1.3 |
1309 | 2025-06-03T00:02:00.056Z | Compiling zerocopy v0.7.35 |
1310 | 2025-06-03T00:02:00.252Z | Compiling cipher v0.4.4 |
1311 | 2025-06-03T00:02:00.277Z | Compiling sha2 v0.10.8 |
1312 | 2025-06-03T00:02:00.308Z | Compiling regex v1.11.1 |
1313 | 2025-06-03T00:02:00.821Z | Compiling der_derive v0.7.3 |
1314 | 2025-06-03T00:02:00.847Z | Compiling thiserror-impl v1.0.69 |
1315 | 2025-06-03T00:02:00.873Z | Compiling futures-macro v0.3.31 |
1316 | 2025-06-03T00:02:01.321Z | Compiling ppv-lite86 v0.2.20 |
1317 | 2025-06-03T00:02:01.353Z | Compiling salsa20 v0.10.2 |
1318 | 2025-06-03T00:02:01.657Z | Compiling pbkdf2 v0.12.2 |
1319 | 2025-06-03T00:02:01.863Z | Compiling tinystr v0.7.6 |
1320 | 2025-06-03T00:02:02.058Z | Compiling icu_collections v1.5.0 |
1321 | 2025-06-03T00:02:02.146Z | Compiling scrypt v0.11.0 |
1322 | 2025-06-03T00:02:02.295Z | Compiling icu_locid v1.5.0 |
1323 | 2025-06-03T00:02:02.564Z | Compiling futures-util v0.3.31 |
1324 | 2025-06-03T00:02:02.685Z | Compiling aes v0.8.4 |
1325 | 2025-06-03T00:02:02.978Z | Compiling der v0.7.9 |
1326 | 2025-06-03T00:02:03.109Z | Compiling cbc v0.1.2 |
1327 | 2025-06-03T00:02:03.394Z | Compiling zerocopy-derive v0.8.25 |
1328 | 2025-06-03T00:02:03.561Z | Compiling icu_provider v1.5.0 |
1329 | 2025-06-03T00:02:03.633Z | Compiling thiserror v1.0.69 |
1330 | 2025-06-03T00:02:03.793Z | Compiling pest v2.7.14 |
1331 | 2025-06-03T00:02:04.240Z | Compiling tracing-attributes v0.1.27 |
1332 | 2025-06-03T00:02:04.529Z | Compiling icu_locid_transform v1.5.0 |
1333 | 2025-06-03T00:02:05.068Z | Compiling spki v0.7.3 |
1334 | 2025-06-03T00:02:05.486Z | Compiling pkcs5 v0.7.1 |
1335 | 2025-06-03T00:02:05.929Z | Compiling icu_properties v1.5.1 |
1336 | 2025-06-03T00:02:06.572Z | Compiling pest_meta v2.7.14 |
1337 | 2025-06-03T00:02:06.777Z | Compiling pkcs8 v0.10.2 |
1338 | 2025-06-03T00:02:06.831Z | Compiling scroll_derive v0.12.0 |
1339 | 2025-06-03T00:02:07.383Z | Compiling tracing v0.1.40 |
1340 | 2025-06-03T00:02:08.069Z | Compiling tinyvec_macros v0.1.1 |
1341 | 2025-06-03T00:02:08.128Z | Compiling httparse v1.9.5 |
1342 | 2025-06-03T00:02:08.208Z | Compiling bytes v1.10.1 |
1343 | 2025-06-03T00:02:08.501Z | Compiling bitflags v2.9.0 |
1344 | 2025-06-03T00:02:08.777Z | Compiling semver v1.0.26 |
1345 | 2025-06-03T00:02:09.503Z | Compiling tokio v1.45.0 |
1346 | 2025-06-03T00:02:09.658Z | Compiling icu_normalizer v1.5.0 |
1347 | 2025-06-03T00:02:09.864Z | Compiling indexmap v2.9.0 |
1348 | 2025-06-03T00:02:10.481Z | Compiling rustc_version v0.4.1 |
1349 | 2025-06-03T00:02:10.824Z | Compiling idna_adapter v1.2.0 |
1350 | 2025-06-03T00:02:11.070Z | Compiling idna v1.0.3 |
1351 | 2025-06-03T00:02:11.185Z | Compiling http v1.3.1 |
1352 | 2025-06-03T00:02:11.233Z | Compiling uuid v1.16.0 |
1353 | 2025-06-03T00:02:11.371Z | Compiling chrono v0.4.41 |
1354 | 2025-06-03T00:02:11.807Z | Compiling url v2.5.3 |
1355 | 2025-06-03T00:02:12.519Z | Compiling which v4.4.2 |
1356 | 2025-06-03T00:02:12.571Z | Compiling rustls-pki-types v1.10.0 |
1357 | 2025-06-03T00:02:12.699Z | Compiling http-body v1.0.1 |
1358 | 2025-06-03T00:02:13.097Z | Compiling tinyvec v1.8.0 |
1359 | 2025-06-03T00:02:13.318Z | Compiling scroll v0.12.0 |
1360 | 2025-06-03T00:02:13.473Z | Compiling pest_generator v2.7.14 |
1361 | 2025-06-03T00:02:13.564Z | Compiling serde_derive_internals v0.29.1 |
1362 | 2025-06-03T00:02:13.618Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1363 | 2025-06-03T00:02:13.880Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1364 | 2025-06-03T00:02:14.328Z | Compiling schemars v0.8.22 |
1365 | 2025-06-03T00:02:14.373Z | Compiling powerfmt v0.2.0 |
1366 | 2025-06-03T00:02:14.600Z | Compiling untrusted v0.9.0 |
1367 | 2025-06-03T00:02:14.663Z | Compiling adler2 v2.0.0 |
1368 | 2025-06-03T00:02:14.692Z | Compiling time-core v0.1.2 |
1369 | 2025-06-03T00:02:14.794Z | Compiling rustversion v1.0.17 |
1370 | 2025-06-03T00:02:14.855Z | Compiling openssl v0.10.72 |
1371 | 2025-06-03T00:02:14.919Z | Compiling num-conv v0.1.0 |
1372 | 2025-06-03T00:02:14.946Z | Compiling try-lock v0.2.5 |
1373 | 2025-06-03T00:02:15.036Z | Compiling atomic-waker v1.1.2 |
1374 | 2025-06-03T00:02:15.159Z | Compiling untrusted v0.7.1 |
1375 | 2025-06-03T00:02:15.220Z | Compiling foreign-types-shared v0.1.1 |
1376 | 2025-06-03T00:02:15.276Z | Compiling time-macros v0.2.18 |
1377 | 2025-06-03T00:02:15.334Z | Compiling want v0.3.1 |
1378 | 2025-06-03T00:02:15.375Z | Compiling foreign-types v0.3.2 |
1379 | 2025-06-03T00:02:15.403Z | Compiling pest_derive v2.7.14 |
1380 | 2025-06-03T00:02:15.515Z | Compiling goblin v0.8.2 |
1381 | 2025-06-03T00:02:15.586Z | Compiling miniz_oxide v0.8.5 |
1382 | 2025-06-03T00:02:15.845Z | Compiling schemars_derive v0.8.22 |
1383 | 2025-06-03T00:02:16.215Z | Compiling deranged v0.3.11 |
1384 | 2025-06-03T00:02:18.507Z | Compiling tokio-util v0.7.13 |
1385 | 2025-06-03T00:02:18.734Z | Compiling rand_core v0.9.2 |
1386 | 2025-06-03T00:02:19.142Z | Compiling openssl-macros v0.1.1 |
1387 | 2025-06-03T00:02:19.805Z | Compiling h2 v0.4.6 |
1388 | 2025-06-03T00:02:19.861Z | Compiling num_threads v0.1.7 |
1389 | 2025-06-03T00:02:20.012Z | Compiling dyn-clone v1.0.19 |
1390 | 2025-06-03T00:02:20.098Z | Compiling httpdate v1.0.3 |
1391 | 2025-06-03T00:02:20.170Z | Compiling native-tls v0.2.12 |
1392 | 2025-06-03T00:02:20.240Z | Compiling syn v1.0.109 |
1393 | 2025-06-03T00:02:20.483Z | Compiling rustls v0.23.19 |
1394 | 2025-06-03T00:02:20.576Z | Compiling tower-service v0.3.3 |
1395 | 2025-06-03T00:02:20.826Z | Compiling time v0.3.36 |
1396 | 2025-06-03T00:02:22.798Z | Compiling dof v0.3.0 |
1397 | 2025-06-03T00:02:24.211Z | Compiling rand_chacha v0.9.0 |
1398 | 2025-06-03T00:02:24.686Z | Compiling dtrace-parser v0.2.0 |
1399 | 2025-06-03T00:02:25.529Z | Compiling unicode-normalization v0.1.24 |
1400 | 2025-06-03T00:02:25.619Z | Compiling heapless v0.7.17 |
1401 | 2025-06-03T00:02:25.875Z | Compiling crossbeam-epoch v0.9.18 |
1402 | 2025-06-03T00:02:25.923Z | Compiling rand_chacha v0.3.1 |
1403 | 2025-06-03T00:02:26.398Z | Compiling signature v2.2.0 |
1404 | 2025-06-03T00:02:26.460Z | Compiling crc32fast v1.4.2 |
1405 | 2025-06-03T00:02:26.517Z | Compiling cookie v0.18.1 |
1406 | 2025-06-03T00:02:26.723Z | Compiling siphasher v0.3.11 |
1407 | 2025-06-03T00:02:26.806Z | Compiling unicode-bidi v0.3.17 |
1408 | 2025-06-03T00:02:26.861Z | Compiling zstd-safe v7.2.3 |
1409 | 2025-06-03T00:02:27.123Z | Compiling hyper v1.6.0 |
1410 | 2025-06-03T00:02:27.191Z | Compiling slog v2.7.0 |
1411 | 2025-06-03T00:02:27.586Z | Compiling rayon-core v1.12.1 |
1412 | 2025-06-03T00:02:28.266Z | Compiling base64 v0.22.1 |
1413 | 2025-06-03T00:02:28.266Z | Compiling signal-hook v0.3.17 |
1414 | 2025-06-03T00:02:28.729Z | Compiling openssl-probe v0.1.5 |
1415 | 2025-06-03T00:02:28.729Z | Compiling unicode-properties v0.1.3 |
1416 | 2025-06-03T00:02:29.242Z | Compiling stringprep v0.1.5 |
1417 | 2025-06-03T00:02:29.243Z | Compiling phf_shared v0.11.2 |
1418 | 2025-06-03T00:02:29.678Z | Compiling usdt-impl v0.5.0 |
1419 | 2025-06-03T00:02:29.678Z | Compiling rand v0.8.5 |
1420 | 2025-06-03T00:02:29.678Z | Compiling crossbeam-deque v0.8.5 |
1421 | 2025-06-03T00:02:29.937Z | Compiling rand v0.9.0 |
1422 | 2025-06-03T00:02:29.937Z | Compiling hyper-util v0.1.11 |
1423 | 2025-06-03T00:02:30.400Z | Compiling curve25519-dalek v4.1.3 |
1424 | 2025-06-03T00:02:30.839Z | Compiling toml_datetime v0.6.9 |
1425 | 2025-06-03T00:02:31.043Z | Compiling serde_tokenstream v0.2.2 |
1426 | 2025-06-03T00:02:31.101Z | Compiling serde_spanned v0.6.8 |
1427 | 2025-06-03T00:02:31.190Z | Compiling md-5 v0.10.6 |
1428 | 2025-06-03T00:02:31.361Z | Compiling num-integer v0.1.46 |
1429 | 2025-06-03T00:02:31.424Z | Compiling ff v0.13.0 |
1430 | 2025-06-03T00:02:31.487Z | Compiling hash32 v0.2.1 |
1431 | 2025-06-03T00:02:31.517Z | Compiling memoffset v0.9.1 |
1432 | 2025-06-03T00:02:31.620Z | Compiling litrs v0.4.1 |
1433 | 2025-06-03T00:02:31.677Z | Compiling fallible-iterator v0.2.0 |
1434 | 2025-06-03T00:02:31.963Z | Compiling cfg_aliases v0.2.1 |
1435 | 2025-06-03T00:02:32.058Z | Compiling psl-types v2.0.11 |
1436 | 2025-06-03T00:02:32.058Z | Compiling newtype-uuid v1.2.1 |
1437 | 2025-06-03T00:02:32.126Z | Compiling portable-atomic v1.11.0 |
1438 | 2025-06-03T00:02:32.260Z | Compiling gimli v0.31.1 |
1439 | 2025-06-03T00:02:32.298Z | Compiling num-bigint-dig v0.8.4 |
1440 | 2025-06-03T00:02:32.422Z | Compiling smoltcp v0.9.1 |
1441 | 2025-06-03T00:02:32.631Z | Compiling base16ct v0.2.0 |
1442 | 2025-06-03T00:02:32.728Z | Compiling postgres-protocol v0.6.8 |
1443 | 2025-06-03T00:02:32.779Z | Compiling document-features v0.2.10 |
1444 | 2025-06-03T00:02:32.979Z | Compiling sec1 v0.7.3 |
1445 | 2025-06-03T00:02:33.181Z | Compiling publicsuffix v2.3.0 |
1446 | 2025-06-03T00:02:33.295Z | Compiling num-iter v0.1.45 |
1447 | 2025-06-03T00:02:33.651Z | Compiling nix v0.29.0 |
1448 | 2025-06-03T00:02:33.735Z | Compiling group v0.13.0 |
1449 | 2025-06-03T00:02:34.332Z | Compiling tokio-native-tls v0.3.1 |
1450 | 2025-06-03T00:02:34.865Z | Compiling flate2 v1.1.1 |
1451 | 2025-06-03T00:02:35.206Z | Compiling ipnetwork v0.21.1 |
1452 | 2025-06-03T00:02:35.268Z | Compiling webpki-roots v0.26.6 |
1453 | 2025-06-03T00:02:35.517Z | Compiling http-body-util v0.1.3 |
1454 | 2025-06-03T00:02:35.568Z | Compiling terminal_size v0.4.0 |
1455 | 2025-06-03T00:02:35.675Z | Compiling hkdf v0.12.4 |
1456 | 2025-06-03T00:02:35.790Z | Compiling crypto-bigint v0.5.5 |
1457 | 2025-06-03T00:02:35.818Z | Compiling async-trait v0.1.88 |
1458 | 2025-06-03T00:02:35.963Z | Compiling curve25519-dalek-derive v0.1.1 |
1459 | 2025-06-03T00:02:36.039Z | Compiling sync_wrapper v1.0.1 |
1460 | 2025-06-03T00:02:36.066Z | Compiling object v0.36.5 |
1461 | 2025-06-03T00:02:36.228Z | Compiling fs-err v3.1.0 |
1462 | 2025-06-03T00:02:36.535Z | Compiling ahash v0.8.11 |
1463 | 2025-06-03T00:02:36.842Z | Compiling addr2line v0.24.2 |
1464 | 2025-06-03T00:02:37.129Z | Compiling managed v0.8.0 |
1465 | 2025-06-03T00:02:37.288Z | Compiling bumpalo v3.16.0 |
1466 | 2025-06-03T00:02:37.507Z | Compiling lockfree-object-pool v0.1.6 |
1467 | 2025-06-03T00:02:37.543Z | Compiling ipnet v2.11.0 |
1468 | 2025-06-03T00:02:37.810Z | Compiling winnow v0.5.40 |
1469 | 2025-06-03T00:02:37.853Z | Compiling anyhow v1.0.98 |
1470 | 2025-06-03T00:02:38.019Z | Compiling tower-layer v0.3.3 |
1471 | 2025-06-03T00:02:38.356Z | Compiling rustc-demangle v0.1.24 |
1472 | 2025-06-03T00:02:38.460Z | Compiling buf-list v1.0.3 |
1473 | 2025-06-03T00:02:39.293Z | Compiling unicode-width v0.2.0 |
1474 | 2025-06-03T00:02:40.579Z | Compiling simd-adler32 v0.3.7 |
1475 | 2025-06-03T00:02:40.579Z | Compiling zip v2.6.1 |
1476 | 2025-06-03T00:02:40.579Z | Compiling console v0.15.10 |
1477 | 2025-06-03T00:02:40.579Z | Compiling zopfli v0.8.1 |
1478 | 2025-06-03T00:02:40.579Z | Compiling elliptic-curve v0.13.8 |
1479 | 2025-06-03T00:02:41.636Z | Compiling tower v0.5.2 |
1480 | 2025-06-03T00:02:41.636Z | Compiling toml_edit v0.19.15 |
1481 | 2025-06-03T00:02:42.514Z | Compiling clap_builder v4.5.35 |
1482 | 2025-06-03T00:02:42.514Z | Compiling hubpack_derive v0.1.1 |
1483 | 2025-06-03T00:02:42.514Z | Compiling strum_macros v0.25.3 |
1484 | 2025-06-03T00:02:42.514Z | Compiling hubpack v0.1.2 |
1485 | 2025-06-03T00:02:44.423Z | Compiling hyper-tls v0.6.0 |
1486 | 2025-06-03T00:02:44.423Z | Compiling oxnet v0.1.2 |
1487 | 2025-06-03T00:02:44.423Z | Compiling backtrace v0.3.74 |
1488 | 2025-06-03T00:02:44.423Z | Compiling signal-hook-mio v0.2.4 |
1489 | 2025-06-03T00:02:44.424Z | Compiling rayon v1.10.0 |
1490 | 2025-06-03T00:02:44.424Z | Compiling cookie_store v0.21.1 |
1491 | 2025-06-03T00:02:45.407Z | Compiling zstd v0.13.3 |
1492 | 2025-06-03T00:02:46.267Z | Compiling postgres-types v0.2.9 |
1493 | 2025-06-03T00:02:47.242Z | Compiling usdt-attr-macro v0.5.0 |
1494 | 2025-06-03T00:02:48.431Z | Compiling usdt-macro v0.5.0 |
1495 | 2025-06-03T00:02:48.431Z | Compiling phf v0.11.2 |
1496 | 2025-06-03T00:02:48.431Z | Compiling ed25519 v2.2.3 |
1497 | 2025-06-03T00:02:51.369Z | Compiling strum_macros v0.26.4 |
1498 | 2025-06-03T00:02:51.370Z | Compiling bzip2 v0.4.4 |
1499 | 2025-06-03T00:02:51.370Z | Compiling bzip2 v0.5.2 |
1500 | 2025-06-03T00:02:51.370Z | Compiling clap_derive v4.5.32 |
1501 | 2025-06-03T00:02:51.370Z | Compiling enum-as-inner v0.6.1 |
1502 | 2025-06-03T00:02:51.370Z | Compiling rustls-pemfile v2.2.0 |
1503 | 2025-06-03T00:02:51.370Z | Compiling serde-big-array v0.5.1 |
1504 | 2025-06-03T00:02:51.370Z | Compiling serde_urlencoded v0.7.1 |
1505 | 2025-06-03T00:02:51.370Z | Compiling futures-executor v0.3.31 |
1506 | 2025-06-03T00:02:51.371Z | Compiling pkcs1 v0.7.5 |
1507 | 2025-06-03T00:02:51.371Z | Compiling rfc6979 v0.4.0 |
1508 | 2025-06-03T00:02:51.371Z | Compiling bstr v1.10.0 |
1509 | 2025-06-03T00:02:51.371Z | Compiling serde_repr v0.1.19 |
1510 | 2025-06-03T00:02:51.371Z | Compiling daft-derive v0.1.3 |
1511 | 2025-06-03T00:02:51.371Z | Compiling float-cmp v0.10.0 |
1512 | 2025-06-03T00:02:51.371Z | Compiling encoding_rs v0.8.34 |
1513 | 2025-06-03T00:02:51.371Z | Compiling whoami v1.5.2 |
1514 | 2025-06-03T00:02:51.372Z | Compiling difflib v0.4.0 |
1515 | 2025-06-03T00:02:51.372Z | Compiling fixedbitset v0.4.2 |
1516 | 2025-06-03T00:02:51.372Z | Compiling new_debug_unreachable v1.0.6 |
1517 | 2025-06-03T00:02:53.218Z | Compiling data-encoding v2.6.0 |
1518 | 2025-06-03T00:02:53.218Z | Compiling unicode-segmentation v1.12.0 |
1519 | 2025-06-03T00:02:53.219Z | Compiling precomputed-hash v0.1.1 |
1520 | 2025-06-03T00:02:53.219Z | Compiling static_assertions v1.1.0 |
1521 | 2025-06-03T00:02:53.219Z | Compiling normalize-line-endings v0.3.0 |
1522 | 2025-06-03T00:02:53.219Z | Compiling number_prefix v0.4.0 |
1523 | 2025-06-03T00:02:53.219Z | Compiling mime v0.3.17 |
1524 | 2025-06-03T00:02:53.219Z | Compiling predicates-core v1.0.8 |
1525 | 2025-06-03T00:02:53.219Z | Compiling clap v4.5.35 |
1526 | 2025-06-03T00:02:53.219Z | Compiling indicatif v0.17.11 |
1527 | 2025-06-03T00:02:53.219Z | Compiling toml_edit v0.22.26 |
1528 | 2025-06-03T00:02:53.220Z | Compiling predicates v3.1.3 |
1529 | 2025-06-03T00:02:53.220Z | Compiling similar v2.7.0 |
1530 | 2025-06-03T00:02:55.517Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1531 | 2025-06-03T00:02:57.583Z | Compiling string_cache v0.8.9 |
1532 | 2025-06-03T00:02:57.583Z | Compiling strum v0.26.3 |
1533 | 2025-06-03T00:02:57.583Z | Compiling hickory-proto v0.24.4 |
1534 | 2025-06-03T00:02:57.583Z | Compiling petgraph v0.6.5 |
1535 | 2025-06-03T00:02:57.584Z | Compiling daft v0.1.3 |
1536 | 2025-06-03T00:02:57.584Z | Compiling tokio-postgres v0.7.13 |
1537 | 2025-06-03T00:02:57.584Z | Compiling usdt v0.5.0 |
1538 | 2025-06-03T00:02:57.584Z | Compiling rsa v0.9.6 |
1539 | 2025-06-03T00:02:58.418Z | Compiling ecdsa v0.16.9 |
1540 | 2025-06-03T00:02:58.418Z | Compiling futures v0.3.31 |
1541 | 2025-06-03T00:03:00.013Z | Compiling zip v0.6.6 |
1542 | 2025-06-03T00:03:00.742Z | Compiling ed25519-dalek v2.1.1 |
1543 | 2025-06-03T00:03:00.742Z | Compiling toml v0.7.8 |
1544 | 2025-06-03T00:03:00.742Z | Compiling crossterm v0.28.1 |
1545 | 2025-06-03T00:03:01.485Z | Compiling tokio-stream v0.1.17 |
1546 | 2025-06-03T00:03:01.485Z | Compiling openapiv3 v2.0.0 |
1547 | 2025-06-03T00:03:01.485Z | Compiling x509-cert v0.2.5 |
1548 | 2025-06-03T00:03:02.234Z | Compiling sha1 v0.10.6 |
1549 | 2025-06-03T00:03:02.234Z | Compiling itertools v0.10.5 |
1550 | 2025-06-03T00:03:02.234Z | Compiling dirs-sys-next v0.1.2 |
1551 | 2025-06-03T00:03:02.881Z | Compiling winnow v0.6.26 |
1552 | 2025-06-03T00:03:02.881Z | Compiling peg-runtime v0.8.5 |
1553 | 2025-06-03T00:03:02.881Z | Compiling lalrpop-util v0.19.12 |
1554 | 2025-06-03T00:03:03.721Z | Compiling rustc-hash v2.1.1 |
1555 | 2025-06-03T00:03:03.721Z | Compiling unicode-xid v0.2.6 |
1556 | 2025-06-03T00:03:03.722Z | Compiling dirs-next v2.0.0 |
1557 | 2025-06-03T00:03:03.722Z | Compiling thread_local v1.1.8 |
1558 | 2025-06-03T00:03:03.722Z | Compiling slog-async v2.8.0 |
1559 | 2025-06-03T00:03:03.722Z | Compiling term v0.7.0 |
1560 | 2025-06-03T00:03:04.530Z | Compiling xattr v1.3.1 |
1561 | 2025-06-03T00:03:04.530Z | Compiling crossbeam-channel v0.5.15 |
1562 | 2025-06-03T00:03:04.530Z | Compiling is-terminal v0.4.13 |
1563 | 2025-06-03T00:03:04.530Z | Compiling filetime v0.2.25 |
1564 | 2025-06-03T00:03:05.198Z | Compiling take_mut v0.2.2 |
1565 | 2025-06-03T00:03:05.198Z | Compiling tar v0.4.44 |
1566 | 2025-06-03T00:03:05.198Z | Compiling slog-term v2.9.1 |
1567 | 2025-06-03T00:03:05.199Z | Compiling camino v1.1.9 |
1568 | 2025-06-03T00:03:11.222Z | Compiling aws-lc-sys v0.26.0 |
1569 | 2025-06-03T00:03:43.815Z | Compiling rustls-webpki v0.102.8 |
1570 | 2025-06-03T00:03:50.149Z | Compiling tokio-rustls v0.26.0 |
1571 | 2025-06-03T00:03:50.486Z | Compiling hyper-rustls v0.27.3 |
1572 | 2025-06-03T00:03:50.816Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1573 | 2025-06-03T00:03:55.248Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1574 | 2025-06-03T00:03:55.618Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1575 | 2025-06-03T00:04:01.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
1576 | 2025-06-03T00:04:01.436Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1577 | 2025-06-03T00:04:01.513Z | Jun 03 00:04:00.992 INFO Starting download, target: Clickhouse |
1578 | 2025-06-03T00:04:01.513Z | Jun 03 00:04:00.993 INFO Starting download, target: Cockroach |
1579 | 2025-06-03T00:04:01.513Z | Jun 03 00:04:00.993 INFO Starting download, target: Console |
1580 | 2025-06-03T00:04:01.513Z | Jun 03 00:04:00.993 INFO Starting download, target: DendriteStub |
1581 | 2025-06-03T00:04:01.513Z | Jun 03 00:04:00.993 INFO Starting download, target: TransceiverControl |
1582 | 2025-06-03T00:04:01.513Z | Jun 03 00:04:00.993 INFO Starting download, target: MaghemiteMgd |
1583 | 2025-06-03T00:04:01.571Z | Jun 03 00:04:00.995 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1584 | 2025-06-03T00:04:01.572Z | Jun 03 00:04:00.995 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1585 | 2025-06-03T00:04:01.572Z | Jun 03 00:04:00.995 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1586 | 2025-06-03T00:04:01.572Z | Jun 03 00:04:00.995 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1587 | 2025-06-03T00:04:01.572Z | Jun 03 00:04:00.995 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1588 | 2025-06-03T00:04:01.572Z | Jun 03 00:04:00.995 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1589 | 2025-06-03T00:04:01.999Z | Jun 03 00:04:01.466 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1590 | 2025-06-03T00:04:02.418Z | Jun 03 00:04:01.820 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1591 | 2025-06-03T00:04:02.505Z | Jun 03 00:04:01.915 INFO Download complete, target: Console |
1592 | 2025-06-03T00:04:02.749Z | Jun 03 00:04:02.198 INFO Download complete, target: TransceiverControl |
1593 | 2025-06-03T00:04:08.251Z | Jun 03 00:04:07.740 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1594 | 2025-06-03T00:04:08.899Z | Jun 03 00:04:08.389 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1595 | 2025-06-03T00:04:11.241Z | Jun 03 00:04:10.731 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1596 | 2025-06-03T00:04:11.241Z | Jun 03 00:04:10.731 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1597 | 2025-06-03T00:04:12.231Z | Jun 03 00:04:11.721 INFO Download complete, target: MaghemiteMgd |
1598 | 2025-06-03T00:04:12.268Z | Jun 03 00:04:11.758 INFO Download complete, target: DendriteStub |
1599 | 2025-06-03T00:04:19.350Z | Jun 03 00:04:18.839 INFO Checking that binary works, target: Cockroach |
1600 | 2025-06-03T00:04:19.626Z | Jun 03 00:04:19.117 INFO Download complete, target: Cockroach |
1601 | 2025-06-03T00:04:20.352Z | Jun 03 00:04:19.843 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1602 | 2025-06-03T00:04:31.451Z | Jun 03 00:04:30.942 INFO Checking that binary works, target: Clickhouse |
1603 | 2025-06-03T00:04:31.631Z | Jun 03 00:04:31.120 INFO Download complete, target: Clickhouse |
1604 | 2025-06-03T00:04:31.655Z | All prerequisites installed successfully |
1605 | 2025-06-03T00:04:31.655Z | |
1606 | 2025-06-03T00:04:31.655Z | real 5:36.756612798 |
1607 | 2025-06-03T00:04:31.656Z | user 15:11.668229605 |
1608 | 2025-06-03T00:04:31.656Z | sys 2:32.125403509 |
1609 | 2025-06-03T00:04:31.656Z | trap 0.596483680 |
1610 | 2025-06-03T00:04:31.656Z | tflt 0.446066734 |
1611 | 2025-06-03T00:04:31.656Z | dflt 1.305904529 |
1612 | 2025-06-03T00:04:31.656Z | kflt 0.011154950 |
1613 | 2025-06-03T00:04:31.656Z | lock 28:00.301912147 |
1614 | 2025-06-03T00:04:31.656Z | slp 55:45.932497563 |
1615 | 2025-06-03T00:04:31.656Z | lat 1:02.346721395 |
1616 | 2025-06-03T00:04:31.656Z | stop 2:30.571124019 |
1617 | 2025-06-03T00:04:31.656Z | + ptime -m cargo xtask download softnpu |
1618 | 2025-06-03T00:04:32.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
1619 | 2025-06-03T00:04:32.700Z | Running `target/debug/xtask download softnpu` |
1620 | 2025-06-03T00:04:34.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
1621 | 2025-06-03T00:04:34.124Z | Running `target/debug/xtask-downloader softnpu` |
1622 | 2025-06-03T00:04:34.178Z | Jun 03 00:04:33.669 INFO Starting download, target: Softnpu |
1623 | 2025-06-03T00:04:34.204Z | Jun 03 00:04:33.670 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1624 | 2025-06-03T00:04:35.970Z | Jun 03 00:04:35.461 INFO Download complete, target: Softnpu |
1625 | 2025-06-03T00:04:35.995Z | |
1626 | 2025-06-03T00:04:35.995Z | real 4.327848296 |
1627 | 2025-06-03T00:04:35.995Z | user 1.932182018 |
1628 | 2025-06-03T00:04:35.995Z | sys 1.196974556 |
1629 | 2025-06-03T00:04:35.995Z | trap 0.000375028 |
1630 | 2025-06-03T00:04:35.995Z | tflt 0.000517149 |
1631 | 2025-06-03T00:04:35.995Z | dflt 0.000310457 |
1632 | 2025-06-03T00:04:35.995Z | kflt 0.000000000 |
1633 | 2025-06-03T00:04:35.995Z | lock 19.768138611 |
1634 | 2025-06-03T00:04:35.995Z | slp 1.541624584 |
1635 | 2025-06-03T00:04:35.995Z | lat 0.174659619 |
1636 | 2025-06-03T00:04:35.995Z | stop 0.000288928 |
1637 | 2025-06-03T00:04:35.995Z | + export CARGO_INCREMENTAL=0 |
1638 | 2025-06-03T00:04:35.995Z | + CARGO_INCREMENTAL=0 |
1639 | 2025-06-03T00:04:35.995Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1640 | 2025-06-03T00:04:37.537Z | Compiling proc-macro2 v1.0.95 |
1641 | 2025-06-03T00:04:37.537Z | Compiling unicode-ident v1.0.18 |
1642 | 2025-06-03T00:04:37.538Z | Compiling libc v0.2.172 |
1643 | 2025-06-03T00:04:37.563Z | Compiling serde v1.0.219 |
1644 | 2025-06-03T00:04:37.563Z | Compiling autocfg v1.4.0 |
1645 | 2025-06-03T00:04:37.563Z | Compiling cfg-if v1.0.0 |
1646 | 2025-06-03T00:04:37.563Z | Compiling version_check v0.9.5 |
1647 | 2025-06-03T00:04:37.776Z | Compiling memchr v2.7.4 |
1648 | 2025-06-03T00:04:37.805Z | Compiling shlex v1.3.0 |
1649 | 2025-06-03T00:04:37.830Z | Compiling typenum v1.17.0 |
1650 | 2025-06-03T00:04:38.170Z | Compiling value-bag v1.9.0 |
1651 | 2025-06-03T00:04:38.215Z | Compiling generic-array v0.14.7 |
1652 | 2025-06-03T00:04:38.405Z | Compiling lock_api v0.4.12 |
1653 | 2025-06-03T00:04:38.615Z | Compiling serde_json v1.0.140 |
1654 | 2025-06-03T00:04:38.726Z | Compiling log v0.4.27 |
1655 | 2025-06-03T00:04:38.752Z | Compiling libm v0.2.8 |
1656 | 2025-06-03T00:04:38.958Z | Compiling num-traits v0.2.19 |
1657 | 2025-06-03T00:04:39.085Z | Compiling scopeguard v1.2.0 |
1658 | 2025-06-03T00:04:39.118Z | Compiling parking_lot_core v0.9.10 |
1659 | 2025-06-03T00:04:39.300Z | Compiling semver v1.0.26 |
1660 | 2025-06-03T00:04:39.422Z | Compiling quote v1.0.40 |
1661 | 2025-06-03T00:04:39.498Z | Compiling jobserver v0.1.32 |
1662 | 2025-06-03T00:04:39.573Z | Compiling getrandom v0.2.15 |
1663 | 2025-06-03T00:04:39.694Z | Compiling rustix v0.38.37 |
1664 | 2025-06-03T00:04:39.720Z | Compiling getrandom v0.3.1 |
1665 | 2025-06-03T00:04:39.745Z | Compiling smallvec v1.14.0 |
1666 | 2025-06-03T00:04:39.887Z | Compiling syn v2.0.101 |
1667 | 2025-06-03T00:04:39.921Z | Compiling cc v1.2.15 |
1668 | 2025-06-03T00:04:39.948Z | Compiling pkg-config v0.3.31 |
1669 | 2025-06-03T00:04:40.083Z | Compiling aho-corasick v1.1.3 |
1670 | 2025-06-03T00:04:40.116Z | Compiling regex-syntax v0.8.5 |
1671 | 2025-06-03T00:04:40.245Z | Compiling either v1.14.0 |
1672 | 2025-06-03T00:04:40.473Z | Compiling itoa v1.0.11 |
1673 | 2025-06-03T00:04:40.744Z | Compiling slab v0.4.9 |
1674 | 2025-06-03T00:04:40.848Z | Compiling once_cell v1.21.3 |
1675 | 2025-06-03T00:04:41.056Z | Compiling rand_core v0.6.4 |
1676 | 2025-06-03T00:04:41.429Z | Compiling stable_deref_trait v1.2.0 |
1677 | 2025-06-03T00:04:41.593Z | Compiling spin v0.9.8 |
1678 | 2025-06-03T00:04:41.658Z | Compiling errno v0.3.9 |
1679 | 2025-06-03T00:04:42.024Z | Compiling glob v0.3.2 |
1680 | 2025-06-03T00:04:42.287Z | Compiling subtle v2.6.1 |
1681 | 2025-06-03T00:04:42.312Z | Compiling equivalent v1.0.2 |
1682 | 2025-06-03T00:04:42.445Z | Compiling allocator-api2 v0.2.18 |
1683 | 2025-06-03T00:04:42.587Z | Compiling prettyplease v0.2.32 |
1684 | 2025-06-03T00:04:42.670Z | Compiling foldhash v0.1.3 |
1685 | 2025-06-03T00:04:42.695Z | Compiling clang-sys v1.8.1 |
1686 | 2025-06-03T00:04:42.880Z | Compiling lazy_static v1.5.0 |
1687 | 2025-06-03T00:04:42.925Z | Compiling minimal-lexical v0.2.1 |
1688 | 2025-06-03T00:04:43.018Z | Compiling hashbrown v0.15.3 |
1689 | 2025-06-03T00:04:43.109Z | Compiling libloading v0.8.5 |
1690 | 2025-06-03T00:04:43.134Z | Compiling schemars v0.8.22 |
1691 | 2025-06-03T00:04:43.231Z | Compiling regex-automata v0.4.8 |
1692 | 2025-06-03T00:04:43.282Z | Compiling nom v7.1.3 |
1693 | 2025-06-03T00:04:43.330Z | Compiling thiserror v1.0.69 |
1694 | 2025-06-03T00:04:43.415Z | Compiling home v0.5.9 |
1695 | 2025-06-03T00:04:43.449Z | Compiling bindgen v0.69.5 |
1696 | 2025-06-03T00:04:43.840Z | Compiling itertools v0.12.1 |
1697 | 2025-06-03T00:04:44.179Z | Compiling rustc-hash v1.1.0 |
1698 | 2025-06-03T00:04:44.478Z | Compiling ryu v1.0.18 |
1699 | 2025-06-03T00:04:44.702Z | Compiling pin-project-lite v0.2.14 |
1700 | 2025-06-03T00:04:44.855Z | Compiling lazycell v1.3.0 |
1701 | 2025-06-03T00:04:44.974Z | Compiling cmake v0.1.51 |
1702 | 2025-06-03T00:04:45.062Z | Compiling writeable v0.5.5 |
1703 | 2025-06-03T00:04:45.092Z | Compiling fs_extra v1.3.0 |
1704 | 2025-06-03T00:04:45.585Z | Compiling litemap v0.7.3 |
1705 | 2025-06-03T00:04:45.845Z | Compiling cexpr v0.6.0 |
1706 | 2025-06-03T00:04:45.874Z | Compiling dunce v1.0.5 |
1707 | 2025-06-03T00:04:45.954Z | Compiling synstructure v0.13.1 |
1708 | 2025-06-03T00:04:46.039Z | Compiling serde_derive_internals v0.29.1 |
1709 | 2025-06-03T00:04:46.432Z | Compiling paste v1.0.15 |
1710 | 2025-06-03T00:04:46.783Z | Compiling byteorder v1.5.0 |
1711 | 2025-06-03T00:04:47.354Z | Compiling icu_locid_transform_data v1.5.0 |
1712 | 2025-06-03T00:04:47.607Z | Compiling signal-hook-registry v1.4.2 |
1713 | 2025-06-03T00:04:48.087Z | Compiling regex v1.11.1 |
1714 | 2025-06-03T00:04:48.233Z | Compiling icu_properties_data v1.5.0 |
1715 | 2025-06-03T00:04:48.745Z | Compiling const-oid v0.9.6 |
1716 | 2025-06-03T00:04:48.908Z | Compiling parking_lot v0.12.3 |
1717 | 2025-06-03T00:04:48.933Z | Compiling serde_derive v1.0.219 |
1718 | 2025-06-03T00:04:49.137Z | Compiling zeroize_derive v1.4.2 |
1719 | 2025-06-03T00:04:49.261Z | Compiling zerofrom-derive v0.1.4 |
1720 | 2025-06-03T00:04:49.839Z | Compiling yoke-derive v0.7.4 |
1721 | 2025-06-03T00:04:50.161Z | Compiling zerovec-derive v0.10.3 |
1722 | 2025-06-03T00:04:50.313Z | Compiling displaydoc v0.2.5 |
1723 | 2025-06-03T00:04:50.588Z | Compiling icu_provider_macros v1.5.0 |
1724 | 2025-06-03T00:04:50.615Z | Compiling zeroize v1.8.1 |
1725 | 2025-06-03T00:04:50.823Z | Compiling tokio-macros v2.5.0 |
1726 | 2025-06-03T00:04:51.387Z | Compiling zerocopy-derive v0.7.35 |
1727 | 2025-06-03T00:04:51.616Z | Compiling zerofrom v0.1.4 |
1728 | 2025-06-03T00:04:51.868Z | Compiling yoke v0.7.4 |
1729 | 2025-06-03T00:04:51.958Z | Compiling schemars_derive v0.8.22 |
1730 | 2025-06-03T00:04:51.999Z | Compiling thiserror-impl v1.0.69 |
1731 | 2025-06-03T00:04:52.302Z | Compiling zerovec v0.10.4 |
1732 | 2025-06-03T00:04:52.327Z | Compiling futures-macro v0.3.31 |
1733 | 2025-06-03T00:04:52.678Z | Compiling crypto-common v0.1.6 |
1734 | 2025-06-03T00:04:52.815Z | Compiling ring v0.17.14 |
1735 | 2025-06-03T00:04:52.900Z | Compiling mio v1.0.2 |
1736 | 2025-06-03T00:04:53.649Z | Compiling fnv v1.0.7 |
1737 | 2025-06-03T00:04:53.680Z | Compiling icu_normalizer_data v1.5.0 |
1738 | 2025-06-03T00:04:53.819Z | Compiling percent-encoding v2.3.1 |
1739 | 2025-06-03T00:04:53.845Z | Compiling utf16_iter v1.0.5 |
1740 | 2025-06-03T00:04:54.026Z | Compiling utf8_iter v1.0.4 |
1741 | 2025-06-03T00:04:54.072Z | Compiling tinystr v0.7.6 |
1742 | 2025-06-03T00:04:54.149Z | Compiling icu_collections v1.5.0 |
1743 | 2025-06-03T00:04:54.331Z | Compiling write16 v1.0.0 |
1744 | 2025-06-03T00:04:54.484Z | Compiling icu_locid v1.5.0 |
1745 | 2025-06-03T00:04:54.854Z | Compiling tracing-attributes v0.1.27 |
1746 | 2025-06-03T00:04:54.984Z | Compiling der_derive v0.7.3 |
1747 | 2025-06-03T00:04:55.784Z | Compiling icu_provider v1.5.0 |
1748 | 2025-06-03T00:04:56.396Z | Compiling aws-lc-rs v1.12.4 |
1749 | 2025-06-03T00:04:56.671Z | Compiling icu_locid_transform v1.5.0 |
1750 | 2025-06-03T00:04:56.757Z | Compiling zerocopy v0.8.25 |
1751 | 2025-06-03T00:04:57.147Z | Compiling vcpkg v0.2.15 |
1752 | 2025-06-03T00:04:57.991Z | Compiling icu_properties v1.5.1 |
1753 | 2025-06-03T00:04:58.320Z | Compiling openssl-sys v0.9.107 |
1754 | 2025-06-03T00:04:58.668Z | Compiling bitflags v2.9.0 |
1755 | 2025-06-03T00:04:58.741Z | Compiling bytes v1.10.1 |
1756 | 2025-06-03T00:05:00.453Z | Compiling indexmap v2.9.0 |
1757 | 2025-06-03T00:05:00.822Z | Compiling block-buffer v0.10.4 |
1758 | 2025-06-03T00:05:01.107Z | Compiling socket2 v0.5.9 |
1759 | 2025-06-03T00:05:01.132Z | Compiling heck v0.5.0 |
1760 | 2025-06-03T00:05:01.488Z | Compiling icu_normalizer v1.5.0 |
1761 | 2025-06-03T00:05:02.107Z | Compiling which v4.4.2 |
1762 | 2025-06-03T00:05:02.617Z | Compiling idna_adapter v1.2.0 |
1763 | 2025-06-03T00:05:02.774Z | Compiling tokio v1.45.0 |
1764 | 2025-06-03T00:05:02.858Z | Compiling idna v1.0.3 |
1765 | 2025-06-03T00:05:03.444Z | Compiling digest v0.10.7 |
1766 | 2025-06-03T00:05:03.609Z | Compiling form_urlencoded v1.2.1 |
1767 | 2025-06-03T00:05:03.813Z | Compiling zerocopy-derive v0.8.25 |
1768 | 2025-06-03T00:05:04.183Z | Compiling futures-core v0.3.31 |
1769 | 2025-06-03T00:05:05.621Z | Compiling httparse v1.9.5 |
1770 | 2025-06-03T00:05:06.097Z | Compiling url v2.5.3 |
1771 | 2025-06-03T00:05:06.846Z | Compiling zerocopy v0.7.35 |
1772 | 2025-06-03T00:05:07.090Z | Compiling crossbeam-utils v0.8.21 |
1773 | 2025-06-03T00:05:07.318Z | Compiling syn v1.0.109 |
1774 | 2025-06-03T00:05:07.503Z | Compiling uuid v1.16.0 |
1775 | 2025-06-03T00:05:07.826Z | Compiling iana-time-zone v0.1.63 |
1776 | 2025-06-03T00:05:08.029Z | Compiling num-conv v0.1.0 |
1777 | 2025-06-03T00:05:08.055Z | Compiling time-core v0.1.2 |
1778 | 2025-06-03T00:05:08.302Z | Compiling chrono v0.4.41 |
1779 | 2025-06-03T00:05:08.332Z | Compiling time-macros v0.2.18 |
1780 | 2025-06-03T00:05:09.559Z | Compiling openssl v0.10.72 |
1781 | 2025-06-03T00:05:09.880Z | Compiling cpufeatures v0.2.14 |
1782 | 2025-06-03T00:05:09.951Z | Compiling futures-sink v0.3.31 |
1783 | 2025-06-03T00:05:10.840Z | Compiling hmac v0.12.1 |
1784 | 2025-06-03T00:05:11.103Z | Compiling rustc_version v0.4.1 |
1785 | 2025-06-03T00:05:12.124Z | Compiling aws-lc-sys v0.26.0 |
1786 | 2025-06-03T00:05:12.416Z | Compiling block-padding v0.3.3 |
1787 | 2025-06-03T00:05:12.757Z | Compiling openssl-macros v0.1.1 |
1788 | 2025-06-03T00:05:13.157Z | Compiling rustls v0.23.19 |
1789 | 2025-06-03T00:05:13.279Z | Compiling native-tls v0.2.12 |
1790 | 2025-06-03T00:05:13.418Z | Compiling inout v0.1.3 |
1791 | 2025-06-03T00:05:13.575Z | Compiling serde_tokenstream v0.2.2 |
1792 | 2025-06-03T00:05:13.694Z | Compiling dyn-clone v1.0.19 |
1793 | 2025-06-03T00:05:13.840Z | Compiling strsim v0.11.1 |
1794 | 2025-06-03T00:05:14.386Z | Compiling cipher v0.4.4 |
1795 | 2025-06-03T00:05:14.792Z | Compiling futures-channel v0.3.31 |
1796 | 2025-06-03T00:05:15.067Z | Compiling sha2 v0.10.8 |
1797 | 2025-06-03T00:05:15.220Z | Compiling scroll_derive v0.12.0 |
1798 | 2025-06-03T00:05:15.708Z | Compiling cookie v0.18.1 |
1799 | 2025-06-03T00:05:15.970Z | Compiling base64ct v1.6.0 |
1800 | 2025-06-03T00:05:16.207Z | Compiling futures-io v0.3.31 |
1801 | 2025-06-03T00:05:16.467Z | Compiling futures-task v0.3.31 |
1802 | 2025-06-03T00:05:16.551Z | Compiling pin-utils v0.1.0 |
1803 | 2025-06-03T00:05:16.616Z | Compiling ucd-trie v0.1.7 |
1804 | 2025-06-03T00:05:16.674Z | Compiling pem-rfc7468 v0.7.0 |
1805 | 2025-06-03T00:05:16.753Z | Compiling futures-util v0.3.31 |
1806 | 2025-06-03T00:05:17.018Z | Compiling pest v2.7.14 |
1807 | 2025-06-03T00:05:17.200Z | Compiling http v1.3.1 |
1808 | 2025-06-03T00:05:17.754Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1809 | 2025-06-03T00:05:18.157Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1810 | 2025-06-03T00:05:18.725Z | Compiling flagset v0.4.6 |
1811 | 2025-06-03T00:05:18.941Z | Compiling slog v2.7.0 |
1812 | 2025-06-03T00:05:18.970Z | Compiling der v0.7.9 |
1813 | 2025-06-03T00:05:19.329Z | Compiling pest_meta v2.7.14 |
1814 | 2025-06-03T00:05:21.569Z | Compiling serde_spanned v0.6.8 |
1815 | 2025-06-03T00:05:21.807Z | Compiling toml_datetime v0.6.9 |
1816 | 2025-06-03T00:05:22.253Z | Compiling tracing-core v0.1.32 |
1817 | 2025-06-03T00:05:22.281Z | Compiling rayon-core v1.12.1 |
1818 | 2025-06-03T00:05:22.562Z | Compiling thiserror v2.0.12 |
1819 | 2025-06-03T00:05:22.933Z | Compiling rustversion v1.0.17 |
1820 | 2025-06-03T00:05:23.133Z | Compiling anyhow v1.0.98 |
1821 | 2025-06-03T00:05:23.536Z | Compiling tracing v0.1.40 |
1822 | 2025-06-03T00:05:23.572Z | Compiling spki v0.7.3 |
1823 | 2025-06-03T00:05:23.626Z | Compiling pest_generator v2.7.14 |
1824 | 2025-06-03T00:05:23.972Z | Compiling salsa20 v0.10.2 |
1825 | 2025-06-03T00:05:24.224Z | Compiling ppv-lite86 v0.2.20 |
1826 | 2025-06-03T00:05:24.249Z | Compiling pbkdf2 v0.12.2 |
1827 | 2025-06-03T00:05:24.721Z | Compiling litrs v0.4.1 |
1828 | 2025-06-03T00:05:24.945Z | Compiling rustls-pki-types v1.10.0 |
1829 | 2025-06-03T00:05:24.994Z | Compiling winnow v0.5.40 |
1830 | 2025-06-03T00:05:25.040Z | Compiling pest_derive v2.7.14 |
1831 | 2025-06-03T00:05:25.682Z | Compiling document-features v0.2.10 |
1832 | 2025-06-03T00:05:25.995Z | Compiling scrypt v0.11.0 |
1833 | 2025-06-03T00:05:26.392Z | Compiling aes v0.8.4 |
1834 | 2025-06-03T00:05:26.425Z | Compiling cbc v0.1.2 |
1835 | 2025-06-03T00:05:27.145Z | Compiling tokio-util v0.7.13 |
1836 | 2025-06-03T00:05:27.405Z | Compiling thiserror-impl v2.0.12 |
1837 | 2025-06-03T00:05:28.011Z | Compiling toml_edit v0.19.15 |
1838 | 2025-06-03T00:05:28.585Z | Compiling usdt-impl v0.5.0 |
1839 | 2025-06-03T00:05:28.879Z | Compiling untrusted v0.7.1 |
1840 | 2025-06-03T00:05:28.988Z | Compiling powerfmt v0.2.0 |
1841 | 2025-06-03T00:05:29.052Z | Compiling untrusted v0.9.0 |
1842 | 2025-06-03T00:05:29.272Z | Compiling deranged v0.3.11 |
1843 | 2025-06-03T00:05:29.662Z | Compiling pkcs5 v0.7.1 |
1844 | 2025-06-03T00:05:31.038Z | Compiling scroll v0.12.0 |
1845 | 2025-06-03T00:05:31.516Z | Compiling heapless v0.7.17 |
1846 | 2025-06-03T00:05:32.538Z | Compiling atomic-waker v1.1.2 |
1847 | 2025-06-03T00:05:32.792Z | Compiling signal-hook v0.3.17 |
1848 | 2025-06-03T00:05:32.987Z | Compiling num_threads v0.1.7 |
1849 | 2025-06-03T00:05:33.074Z | Compiling plain v0.2.3 |
1850 | 2025-06-03T00:05:33.167Z | Compiling zstd-safe v7.2.3 |
1851 | 2025-06-03T00:05:33.265Z | Compiling adler2 v2.0.0 |
1852 | 2025-06-03T00:05:33.427Z | Compiling newtype-uuid v1.2.1 |
1853 | 2025-06-03T00:05:33.482Z | Compiling miniz_oxide v0.8.5 |
1854 | 2025-06-03T00:05:33.706Z | Compiling time v0.3.36 |
1855 | 2025-06-03T00:05:33.731Z | Compiling goblin v0.8.2 |
1856 | 2025-06-03T00:05:36.408Z | Compiling pkcs8 v0.10.2 |
1857 | 2025-06-03T00:05:36.519Z | Compiling http-body v1.0.1 |
1858 | 2025-06-03T00:05:37.798Z | Compiling pretty-hex v0.4.1 |
1859 | 2025-06-03T00:05:38.306Z | Compiling tinyvec_macros v0.1.1 |
1860 | 2025-06-03T00:05:38.433Z | Compiling try-lock v0.2.5 |
1861 | 2025-06-03T00:05:38.520Z | Compiling tinyvec v1.8.0 |
1862 | 2025-06-03T00:05:38.644Z | Compiling want v0.3.1 |
1863 | 2025-06-03T00:05:39.864Z | Compiling dof v0.3.0 |
1864 | 2025-06-03T00:05:41.130Z | Compiling h2 v0.4.6 |
1865 | 2025-06-03T00:05:41.393Z | Compiling dtrace-parser v0.2.0 |
1866 | 2025-06-03T00:05:41.703Z | Compiling curve25519-dalek v4.1.3 |
1867 | 2025-06-03T00:05:41.861Z | Compiling async-trait v0.1.88 |
1868 | 2025-06-03T00:05:42.125Z | Compiling thread-id v4.2.2 |
1869 | 2025-06-03T00:05:42.265Z | Compiling memoffset v0.9.1 |
1870 | 2025-06-03T00:05:42.727Z | Compiling num-bigint-dig v0.8.4 |
1871 | 2025-06-03T00:05:42.911Z | Compiling foreign-types-shared v0.1.1 |
1872 | 2025-06-03T00:05:43.211Z | Compiling tower-service v0.3.3 |
1873 | 2025-06-03T00:05:43.637Z | Compiling smoltcp v0.9.1 |
1874 | 2025-06-03T00:05:43.662Z | Compiling portable-atomic v1.11.0 |
1875 | 2025-06-03T00:05:44.065Z | Compiling httpdate v1.0.3 |
1876 | 2025-06-03T00:05:45.159Z | Compiling foreign-types v0.3.2 |
1877 | 2025-06-03T00:05:49.074Z | Compiling hyper v1.6.0 |
1878 | 2025-06-03T00:05:49.225Z | Compiling rand_core v0.9.2 |
1879 | 2025-06-03T00:05:50.990Z | Compiling strum_macros v0.26.4 |
1880 | 2025-06-03T00:05:54.684Z | Compiling cfg_aliases v0.2.1 |
1881 | 2025-06-03T00:05:54.814Z | Compiling base64 v0.22.1 |
1882 | 2025-06-03T00:05:55.174Z | Compiling heck v0.4.1 |
1883 | 2025-06-03T00:05:56.127Z | Compiling gimli v0.31.1 |
1884 | 2025-06-03T00:05:58.618Z | Compiling nix v0.29.0 |
1885 | 2025-06-03T00:05:58.849Z | Compiling hyper-util v0.1.11 |
1886 | 2025-06-03T00:05:59.958Z | Compiling rand_chacha v0.9.0 |
1887 | 2025-06-03T00:06:00.673Z | Compiling addr2line v0.24.2 |
1888 | 2025-06-03T00:06:01.636Z | Compiling crossbeam-epoch v0.9.18 |
1889 | 2025-06-03T00:06:02.331Z | Compiling unicode-normalization v0.1.24 |
1890 | 2025-06-03T00:06:03.675Z | Compiling rand_chacha v0.3.1 |
1891 | 2025-06-03T00:06:04.374Z | Compiling hubpack_derive v0.1.1 |
1892 | 2025-06-03T00:06:04.447Z | Compiling ipnetwork v0.21.1 |
1893 | 2025-06-03T00:06:04.870Z | Compiling signature v2.2.0 |
1894 | 2025-06-03T00:06:05.126Z | Compiling openapiv3 v2.0.0 |
1895 | 2025-06-03T00:06:05.151Z | Compiling daft-derive v0.1.3 |
1896 | 2025-06-03T00:06:05.260Z | Compiling curve25519-dalek-derive v0.1.1 |
1897 | 2025-06-03T00:06:06.397Z | Compiling object v0.36.5 |
1898 | 2025-06-03T00:06:06.445Z | Compiling fs-err v3.1.0 |
1899 | 2025-06-03T00:06:06.747Z | Compiling ahash v0.8.11 |
1900 | 2025-06-03T00:06:07.052Z | Compiling crc32fast v1.4.2 |
1901 | 2025-06-03T00:06:07.412Z | Compiling anstyle v1.0.10 |
1902 | 2025-06-03T00:06:07.837Z | Compiling utf8parse v0.2.2 |
1903 | 2025-06-03T00:06:07.864Z | Compiling openssl-probe v0.1.5 |
1904 | 2025-06-03T00:06:08.029Z | Compiling unicode-bidi v0.3.17 |
1905 | 2025-06-03T00:06:08.160Z | Compiling ident_case v1.0.1 |
1906 | 2025-06-03T00:06:08.632Z | Compiling rustc-demangle v0.1.24 |
1907 | 2025-06-03T00:06:09.008Z | Compiling zip v2.6.1 |
1908 | 2025-06-03T00:06:09.468Z | Compiling buf-list v1.0.3 |
1909 | 2025-06-03T00:06:09.493Z | Compiling siphasher v0.3.11 |
1910 | 2025-06-03T00:06:09.852Z | Compiling unicode-properties v0.1.3 |
1911 | 2025-06-03T00:06:09.948Z | Compiling phf_shared v0.11.2 |
1912 | 2025-06-03T00:06:10.235Z | Compiling stringprep v0.1.5 |
1913 | 2025-06-03T00:06:11.683Z | Compiling darling_core v0.20.10 |
1914 | 2025-06-03T00:06:13.797Z | Compiling backtrace v0.3.74 |
1915 | 2025-06-03T00:06:14.371Z | Compiling anstyle-parse v0.2.5 |
1916 | 2025-06-03T00:06:14.718Z | Compiling rand v0.8.5 |
1917 | 2025-06-03T00:06:17.365Z | Compiling crossbeam-deque v0.8.5 |
1918 | 2025-06-03T00:06:17.767Z | Compiling rand v0.9.0 |
1919 | 2025-06-03T00:06:19.002Z | Compiling usdt-attr-macro v0.5.0 |
1920 | 2025-06-03T00:06:19.087Z | Compiling usdt-macro v0.5.0 |
1921 | 2025-06-03T00:06:20.252Z | Compiling http-body-util v0.1.3 |
1922 | 2025-06-03T00:06:20.927Z | Compiling md-5 v0.10.6 |
1923 | 2025-06-03T00:06:20.972Z | Compiling num-integer v0.1.46 |
1924 | 2025-06-03T00:06:21.132Z | Compiling hash32 v0.2.1 |
1925 | 2025-06-03T00:06:21.246Z | Compiling ff v0.13.0 |
1926 | 2025-06-03T00:06:21.470Z | Compiling encoding_rs v0.8.34 |
1927 | 2025-06-03T00:06:21.517Z | Compiling fallible-iterator v0.2.0 |
1928 | 2025-06-03T00:06:21.609Z | Compiling colorchoice v1.0.2 |
1929 | 2025-06-03T00:06:21.784Z | Compiling is_terminal_polyfill v1.70.1 |
1930 | 2025-06-03T00:06:21.940Z | Compiling base16ct v0.2.0 |
1931 | 2025-06-03T00:06:22.202Z | Compiling anstyle-query v1.1.1 |
1932 | 2025-06-03T00:06:22.275Z | Compiling mime v0.3.17 |
1933 | 2025-06-03T00:06:23.255Z | Compiling psl-types v2.0.11 |
1934 | 2025-06-03T00:06:23.558Z | Compiling publicsuffix v2.3.0 |
1935 | 2025-06-03T00:06:23.951Z | Compiling anstream v0.6.18 |
1936 | 2025-06-03T00:06:24.173Z | Compiling sec1 v0.7.3 |
1937 | 2025-06-03T00:06:24.573Z | Compiling postgres-protocol v0.6.8 |
1938 | 2025-06-03T00:06:24.773Z | Compiling num-iter v0.1.45 |
1939 | 2025-06-03T00:06:25.022Z | Compiling group v0.13.0 |
1940 | 2025-06-03T00:06:29.000Z | Compiling darling_macro v0.20.10 |
1941 | 2025-06-03T00:06:29.338Z | Compiling tokio-native-tls v0.3.1 |
1942 | 2025-06-03T00:06:29.778Z | Compiling flate2 v1.1.1 |
1943 | 2025-06-03T00:06:30.019Z | Compiling strum_macros v0.25.3 |
1944 | 2025-06-03T00:06:30.827Z | Compiling webpki-roots v0.26.6 |
1945 | 2025-06-03T00:06:31.068Z | Compiling rustls-pemfile v2.2.0 |
1946 | 2025-06-03T00:06:31.543Z | Compiling hkdf v0.12.4 |
1947 | 2025-06-03T00:06:31.676Z | Compiling sync_wrapper v1.0.1 |
1948 | 2025-06-03T00:06:31.854Z | Compiling serde_urlencoded v0.7.1 |
1949 | 2025-06-03T00:06:32.023Z | Compiling terminal_size v0.4.0 |
1950 | 2025-06-03T00:06:32.155Z | Compiling enum-as-inner v0.6.1 |
1951 | 2025-06-03T00:06:32.336Z | Compiling clap_derive v4.5.32 |
1952 | 2025-06-03T00:06:32.466Z | Compiling crypto-bigint v0.5.5 |
1953 | 2025-06-03T00:06:32.808Z | Compiling serde_repr v0.1.19 |
1954 | 2025-06-03T00:06:33.723Z | Compiling tower-layer v0.3.3 |
1955 | 2025-06-03T00:06:34.106Z | Compiling rustls-webpki v0.102.8 |
1956 | 2025-06-03T00:06:34.644Z | Compiling managed v0.8.0 |
1957 | 2025-06-03T00:06:35.410Z | Compiling clap_lex v0.7.4 |
1958 | 2025-06-03T00:06:35.646Z | Compiling simd-adler32 v0.3.7 |
1959 | 2025-06-03T00:06:35.887Z | Compiling bitflags v1.3.2 |
1960 | 2025-06-03T00:06:35.923Z | Compiling bumpalo v3.16.0 |
1961 | 2025-06-03T00:06:36.180Z | Compiling ipnet v2.11.0 |
1962 | 2025-06-03T00:06:36.381Z | Compiling lockfree-object-pool v0.1.6 |
1963 | 2025-06-03T00:06:36.941Z | Compiling unicode-width v0.2.0 |
1964 | 2025-06-03T00:06:37.469Z | Compiling console v0.15.10 |
1965 | 2025-06-03T00:06:38.476Z | Compiling zopfli v0.8.1 |
1966 | 2025-06-03T00:06:39.200Z | Compiling tower v0.5.2 |
1967 | 2025-06-03T00:06:39.890Z | Compiling clap_builder v4.5.35 |
1968 | 2025-06-03T00:06:40.006Z | Compiling elliptic-curve v0.13.8 |
1969 | 2025-06-03T00:06:41.280Z | Compiling oxnet v0.1.2 |
1970 | 2025-06-03T00:06:41.628Z | Compiling tokio-rustls v0.26.0 |
1971 | 2025-06-03T00:06:41.839Z | Compiling hyper-tls v0.6.0 |
1972 | 2025-06-03T00:06:42.056Z | Compiling hyper-rustls v0.27.3 |
1973 | 2025-06-03T00:06:44.176Z | Compiling darling v0.20.10 |
1974 | 2025-06-03T00:06:44.311Z | Compiling zstd v0.13.3 |
1975 | 2025-06-03T00:06:44.402Z | Compiling signal-hook-mio v0.2.4 |
1976 | 2025-06-03T00:06:44.592Z | Compiling rayon v1.10.0 |
1977 | 2025-06-03T00:06:44.815Z | Compiling cookie_store v0.21.1 |
1978 | 2025-06-03T00:06:45.366Z | Compiling postgres-types v0.2.9 |
1979 | 2025-06-03T00:06:45.667Z | Compiling phf v0.11.2 |
1980 | 2025-06-03T00:06:46.123Z | Compiling hubpack v0.1.2 |
1981 | 2025-06-03T00:06:46.165Z | Compiling ed25519 v2.2.3 |
1982 | 2025-06-03T00:06:46.309Z | Compiling bzip2 v0.5.2 |
1983 | 2025-06-03T00:06:46.414Z | Compiling bzip2 v0.4.4 |
1984 | 2025-06-03T00:06:46.691Z | Compiling pkcs1 v0.7.5 |
1985 | 2025-06-03T00:06:46.782Z | Compiling futures-executor v0.3.31 |
1986 | 2025-06-03T00:06:47.315Z | Compiling rfc6979 v0.4.0 |
1987 | 2025-06-03T00:06:47.588Z | Compiling float-cmp v0.10.0 |
1988 | 2025-06-03T00:06:47.787Z | Compiling serde-big-array v0.5.1 |
1989 | 2025-06-03T00:06:47.852Z | Compiling bstr v1.10.0 |
1990 | 2025-06-03T00:06:47.877Z | Compiling regress v0.10.3 |
1991 | 2025-06-03T00:06:48.044Z | Compiling memmap v0.7.0 |
1992 | 2025-06-03T00:06:48.360Z | Compiling winnow v0.7.10 |
1993 | 2025-06-03T00:06:48.508Z | Compiling precomputed-hash v0.1.1 |
1994 | 2025-06-03T00:06:48.671Z | Compiling static_assertions v1.1.0 |
1995 | 2025-06-03T00:06:48.806Z | Compiling new_debug_unreachable v1.0.6 |
1996 | 2025-06-03T00:06:48.929Z | Compiling normalize-line-endings v0.3.0 |
1997 | 2025-06-03T00:06:49.027Z | Compiling fixedbitset v0.4.2 |
1998 | 2025-06-03T00:06:49.094Z | Compiling difflib v0.4.0 |
1999 | 2025-06-03T00:06:49.135Z | Compiling predicates-core v1.0.8 |
2000 | 2025-06-03T00:06:49.409Z | Compiling number_prefix v0.4.0 |
2001 | 2025-06-03T00:06:49.688Z | Compiling toml_write v0.1.1 |
2002 | 2025-06-03T00:06:49.882Z | Compiling data-encoding v2.6.0 |
2003 | 2025-06-03T00:06:50.019Z | Compiling whoami v1.5.2 |
2004 | 2025-06-03T00:06:50.092Z | Compiling unicode-segmentation v1.12.0 |
2005 | 2025-06-03T00:06:50.510Z | Compiling hickory-proto v0.24.4 |
2006 | 2025-06-03T00:06:50.868Z | Compiling similar v2.7.0 |
2007 | 2025-06-03T00:06:50.908Z | Compiling tokio-postgres v0.7.13 |
2008 | 2025-06-03T00:06:51.114Z | Compiling typify-impl v0.3.0 |
2009 | 2025-06-03T00:06:51.750Z | Compiling toml_edit v0.22.26 |
2010 | 2025-06-03T00:06:51.802Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
2011 | 2025-06-03T00:06:52.616Z | Compiling indicatif v0.17.11 |
2012 | 2025-06-03T00:06:56.788Z | Compiling predicates v3.1.3 |
2013 | 2025-06-03T00:06:57.283Z | Compiling petgraph v0.6.5 |
2014 | 2025-06-03T00:06:57.795Z | Compiling string_cache v0.8.9 |
2015 | 2025-06-03T00:06:57.997Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2016 | 2025-06-03T00:06:58.048Z | Compiling usdt v0.5.0 |
2017 | 2025-06-03T00:06:58.186Z | Compiling ecdsa v0.16.9 |
2018 | 2025-06-03T00:06:59.110Z | Compiling rsa v0.9.6 |
2019 | 2025-06-03T00:06:59.633Z | Compiling futures v0.3.31 |
2020 | 2025-06-03T00:06:59.723Z | Compiling zip v0.6.6 |
2021 | 2025-06-03T00:06:59.778Z | Compiling ed25519-dalek v2.1.1 |
2022 | 2025-06-03T00:07:01.102Z | Compiling crossterm v0.28.1 |
2023 | 2025-06-03T00:07:01.637Z | Compiling clap v4.5.35 |
2024 | 2025-06-03T00:07:01.637Z | Compiling daft v0.1.3 |
2025 | 2025-06-03T00:07:01.745Z | Compiling strum v0.26.3 |
2026 | 2025-06-03T00:07:02.027Z | Compiling tokio-stream v0.1.17 |
2027 | 2025-06-03T00:07:02.430Z | Compiling toml v0.7.8 |
2028 | 2025-06-03T00:07:03.642Z | Compiling x509-cert v0.2.5 |
2029 | 2025-06-03T00:07:04.643Z | Compiling sha1 v0.10.6 |
2030 | 2025-06-03T00:07:04.974Z | Compiling itertools v0.10.5 |
2031 | 2025-06-03T00:07:05.046Z | Compiling winnow v0.6.26 |
2032 | 2025-06-03T00:07:05.716Z | Compiling rustc-hash v2.1.1 |
2033 | 2025-06-03T00:07:06.155Z | Compiling unicode-xid v0.2.6 |
2034 | 2025-06-03T00:07:06.375Z | Compiling peg-runtime v0.8.5 |
2035 | 2025-06-03T00:07:06.858Z | Compiling lalrpop-util v0.19.12 |
2036 | 2025-06-03T00:07:08.164Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2037 | 2025-06-03T00:07:08.452Z | Compiling typify-macro v0.3.0 |
2038 | 2025-06-03T00:07:12.225Z | Compiling camino v1.1.9 |
2039 | 2025-06-03T00:07:18.262Z | Compiling proc-macro-crate v1.3.1 |
2040 | 2025-06-03T00:07:19.459Z | Compiling macaddr v1.0.1 |
2041 | 2025-06-03T00:07:20.464Z | Compiling itertools v0.13.0 |
2042 | 2025-06-03T00:07:20.604Z | Compiling fastrand v2.1.1 |
2043 | 2025-06-03T00:07:21.265Z | Compiling heapless v0.8.0 |
2044 | 2025-06-03T00:07:23.414Z | Compiling ingot-macros v0.1.0 |
2045 | 2025-06-03T00:07:27.129Z | Compiling tempfile v3.13.0 |
2046 | 2025-06-03T00:07:30.980Z | Compiling num_enum_derive v0.5.11 |
2047 | 2025-06-03T00:07:36.933Z | Compiling structmeta-derive v0.3.0 |
2048 | 2025-06-03T00:07:38.000Z | Compiling hash32 v0.3.1 |
2049 | 2025-06-03T00:07:39.316Z | Compiling smoltcp v0.11.0 |
2050 | 2025-06-03T00:07:40.900Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2051 | 2025-06-03T00:07:44.113Z | Compiling structmeta v0.3.0 |
2052 | 2025-06-03T00:07:45.493Z | Compiling num_enum v0.5.11 |
2053 | 2025-06-03T00:07:45.923Z | Compiling ingot-types v0.1.0 |
2054 | 2025-06-03T00:07:47.673Z | Compiling typify v0.3.0 |
2055 | 2025-06-03T00:07:53.306Z | Compiling dirs-sys-next v0.1.2 |
2056 | 2025-06-03T00:07:53.428Z | Compiling proc-macro-error-attr v1.0.4 |
2057 | 2025-06-03T00:07:54.038Z | Compiling cobs v0.2.3 |
2058 | 2025-06-03T00:07:54.609Z | Compiling unsafe-libyaml v0.2.11 |
2059 | 2025-06-03T00:07:55.016Z | Compiling rustls v0.22.4 |
2060 | 2025-06-03T00:07:55.146Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2061 | 2025-06-03T00:07:55.841Z | Compiling serde_yaml v0.9.34+deprecated |
2062 | 2025-06-03T00:08:00.598Z | Compiling postcard v1.0.10 |
2063 | 2025-06-03T00:08:04.945Z | Compiling dirs-next v2.0.0 |
2064 | 2025-06-03T00:08:08.381Z | Compiling progenitor-impl v0.9.1 |
2065 | 2025-06-03T00:08:10.694Z | Compiling ingot v0.1.0 |
2066 | 2025-06-03T00:08:15.148Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2067 | 2025-06-03T00:08:15.371Z | Compiling hex v0.4.3 |
2068 | 2025-06-03T00:08:15.731Z | Compiling foreign-types-macros v0.2.3 |
2069 | 2025-06-03T00:08:16.055Z | Compiling thread_local v1.1.8 |
2070 | 2025-06-03T00:08:16.081Z | Compiling wait-timeout v0.2.0 |
2071 | 2025-06-03T00:08:16.785Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2072 | 2025-06-03T00:08:16.830Z | Compiling multer v3.1.0 |
2073 | 2025-06-03T00:08:17.099Z | Compiling proc-macro-error v1.0.4 |
2074 | 2025-06-03T00:08:17.154Z | Compiling unicode-width v0.1.14 |
2075 | 2025-06-03T00:08:17.186Z | Compiling quick-error v1.2.3 |
2076 | 2025-06-03T00:08:17.423Z | Compiling match_cfg v0.1.0 |
2077 | 2025-06-03T00:08:17.670Z | Compiling bit-vec v0.8.0 |
2078 | 2025-06-03T00:08:17.792Z | Compiling foreign-types-shared v0.3.1 |
2079 | 2025-06-03T00:08:18.275Z | Compiling slog-async v2.8.0 |
2080 | 2025-06-03T00:08:18.580Z | Compiling bit-set v0.8.0 |
2081 | 2025-06-03T00:08:18.783Z | Compiling foreign-types v0.5.0 |
2082 | 2025-06-03T00:08:18.822Z | Compiling tabwriter v1.4.0 |
2083 | 2025-06-03T00:08:18.934Z | Compiling hostname v0.3.1 |
2084 | 2025-06-03T00:08:19.131Z | Compiling rusty-fork v0.3.0 |
2085 | 2025-06-03T00:08:19.257Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2086 | 2025-06-03T00:08:19.303Z | Compiling progenitor-macro v0.9.1 |
2087 | 2025-06-03T00:08:19.494Z | Compiling term v0.7.0 |
2088 | 2025-06-03T00:08:21.254Z | Compiling progenitor-client v0.9.1 |
2089 | 2025-06-03T00:08:22.213Z | Compiling slog-json v2.6.1 |
2090 | 2025-06-03T00:08:22.342Z | Compiling crossbeam-channel v0.5.15 |
2091 | 2025-06-03T00:08:22.690Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2092 | 2025-06-03T00:08:23.390Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2093 | 2025-06-03T00:08:23.433Z | Compiling async-stream-impl v0.3.6 |
2094 | 2025-06-03T00:08:23.829Z | Compiling rand_xorshift v0.3.0 |
2095 | 2025-06-03T00:08:23.929Z | Compiling cstr-argument v0.1.2 |
2096 | 2025-06-03T00:08:24.161Z | Compiling is-terminal v0.4.13 |
2097 | 2025-06-03T00:08:24.187Z | Compiling dropshot v0.16.2 |
2098 | 2025-06-03T00:08:24.255Z | Compiling unarray v0.1.4 |
2099 | 2025-06-03T00:08:24.356Z | Compiling crucible-workspace-hack v0.1.0 |
2100 | 2025-06-03T00:08:24.490Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2101 | 2025-06-03T00:08:24.538Z | Compiling take_mut v0.2.2 |
2102 | 2025-06-03T00:08:24.577Z | Compiling pretty-hex v0.2.1 |
2103 | 2025-06-03T00:08:24.695Z | Compiling async-stream v0.3.6 |
2104 | 2025-06-03T00:08:24.844Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2105 | 2025-06-03T00:08:24.951Z | Compiling proptest v1.6.0 |
2106 | 2025-06-03T00:08:25.050Z | Compiling slog-term v2.9.1 |
2107 | 2025-06-03T00:08:25.597Z | Compiling tokio-rustls v0.25.0 |
2108 | 2025-06-03T00:08:26.098Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2109 | 2025-06-03T00:08:26.944Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2110 | 2025-06-03T00:08:27.162Z | Compiling slog-bunyan v2.5.0 |
2111 | 2025-06-03T00:08:27.507Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2112 | 2025-06-03T00:08:27.735Z | Compiling parse-display-derive v0.10.0 |
2113 | 2025-06-03T00:08:27.877Z | Compiling test-strategy v0.4.0 |
2114 | 2025-06-03T00:08:28.784Z | Compiling progenitor v0.9.1 |
2115 | 2025-06-03T00:08:29.064Z | Compiling toml v0.8.22 |
2116 | 2025-06-03T00:08:29.735Z | Compiling serde_with_macros v3.12.0 |
2117 | 2025-06-03T00:08:30.691Z | Compiling colored v2.2.0 |
2118 | 2025-06-03T00:08:31.018Z | Compiling waitgroup v0.1.2 |
2119 | 2025-06-03T00:08:31.335Z | Compiling dropshot_endpoint v0.16.2 |
2120 | 2025-06-03T00:08:32.042Z | Compiling serde_path_to_error v0.1.17 |
2121 | 2025-06-03T00:08:32.166Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2122 | 2025-06-03T00:08:32.837Z | Compiling derive-where v1.2.7 |
2123 | 2025-06-03T00:08:33.086Z | Compiling hostname v0.4.0 |
2124 | 2025-06-03T00:08:33.376Z | Compiling instant v0.1.13 |
2125 | 2025-06-03T00:08:33.568Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2126 | 2025-06-03T00:08:34.002Z | Compiling debug-ignore v1.0.5 |
2127 | 2025-06-03T00:08:34.256Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2128 | 2025-06-03T00:08:34.365Z | Compiling backoff v0.4.0 |
2129 | 2025-06-03T00:08:34.797Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2130 | 2025-06-03T00:08:35.103Z | Compiling serde_with v3.12.0 |
2131 | 2025-06-03T00:08:35.527Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2132 | 2025-06-03T00:08:37.293Z | Compiling parse-display v0.10.0 |
2133 | 2025-06-03T00:08:39.238Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2134 | 2025-06-03T00:08:39.725Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2135 | 2025-06-03T00:08:42.687Z | Compiling zone_cfg_derive v0.3.0 |
2136 | 2025-06-03T00:08:43.866Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2137 | 2025-06-03T00:08:44.748Z | Compiling camino-tempfile v1.3.0 |
2138 | 2025-06-03T00:08:44.818Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2139 | 2025-06-03T00:08:45.445Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2140 | 2025-06-03T00:08:45.719Z | Compiling progenitor-client v0.10.0 |
2141 | 2025-06-03T00:08:45.882Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2142 | 2025-06-03T00:08:45.934Z | Compiling num-derive v0.4.2 |
2143 | 2025-06-03T00:08:46.012Z | Compiling sigpipe v0.1.3 |
2144 | 2025-06-03T00:08:46.217Z | Compiling jiff v0.2.13 |
2145 | 2025-06-03T00:08:46.729Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2146 | 2025-06-03T00:08:47.151Z | Compiling libefi-sys v0.1.0 |
2147 | 2025-06-03T00:08:47.931Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2148 | 2025-06-03T00:08:49.641Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2149 | 2025-06-03T00:08:49.862Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2150 | 2025-06-03T00:08:50.086Z | Compiling zone v0.3.1 |
2151 | 2025-06-03T00:08:50.578Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2152 | 2025-06-03T00:08:53.380Z | Compiling itertools v0.14.0 |
2153 | 2025-06-03T00:08:53.797Z | Compiling smf v0.2.3 |
2154 | 2025-06-03T00:08:54.467Z | Compiling bitfield-struct v0.6.2 |
2155 | 2025-06-03T00:08:55.481Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2156 | 2025-06-03T00:08:55.700Z | Compiling blake3 v1.5.4 |
2157 | 2025-06-03T00:08:55.952Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2158 | 2025-06-03T00:08:56.524Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2159 | 2025-06-03T00:08:57.094Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2160 | 2025-06-03T00:08:57.342Z | Compiling xattr v1.3.1 |
2161 | 2025-06-03T00:08:57.505Z | Compiling filetime v0.2.25 |
2162 | 2025-06-03T00:08:57.712Z | Compiling memmap2 v0.9.5 |
2163 | 2025-06-03T00:08:57.934Z | Compiling same-file v1.0.6 |
2164 | 2025-06-03T00:08:58.285Z | Compiling constant_time_eq v0.3.1 |
2165 | 2025-06-03T00:08:58.316Z | Compiling arrayvec v0.7.6 |
2166 | 2025-06-03T00:08:58.343Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2167 | 2025-06-03T00:08:58.417Z | Compiling arrayref v0.3.9 |
2168 | 2025-06-03T00:08:58.518Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2169 | 2025-06-03T00:08:58.558Z | Compiling walkdir v2.5.0 |
2170 | 2025-06-03T00:08:58.586Z | Compiling tar v0.4.44 |
2171 | 2025-06-03T00:09:00.285Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2172 | 2025-06-03T00:09:00.731Z | Compiling gethostname v0.5.0 |
2173 | 2025-06-03T00:09:00.972Z | Compiling cargo-platform v0.1.8 |
2174 | 2025-06-03T00:09:01.260Z | Compiling topological-sort v0.2.2 |
2175 | 2025-06-03T00:09:01.304Z | Compiling fixedbitset v0.5.7 |
2176 | 2025-06-03T00:09:01.330Z | Compiling shell-words v1.1.0 |
2177 | 2025-06-03T00:09:01.589Z | Compiling omicron-zone-package v0.12.2 |
2178 | 2025-06-03T00:09:01.874Z | Compiling petgraph v0.7.1 |
2179 | 2025-06-03T00:09:02.052Z | Compiling cargo_metadata v0.19.2 |
2180 | 2025-06-03T00:09:02.505Z | Compiling indent_write v2.2.0 |
2181 | 2025-06-03T00:09:02.787Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2182 | 2025-06-03T00:09:10.477Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2183 | 2025-06-03T00:09:13.055Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2184 | 2025-06-03T00:09:16.064Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2185 | 2025-06-03T00:09:35.350Z | Finished `release` profile [optimized] target(s) in 4m 59s |
2186 | 2025-06-03T00:09:35.536Z | Running `target/release/omicron-package -t test target create -p dev` |
2187 | 2025-06-03T00:09:35.620Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2188 | 2025-06-03T00:09:35.645Z | Created new build target 'test' and set it as active |
2189 | 2025-06-03T00:09:35.645Z | |
2190 | 2025-06-03T00:09:35.645Z | real 4:59.649412635 |
2191 | 2025-06-03T00:09:35.645Z | user 33:25.402366302 |
2192 | 2025-06-03T00:09:35.646Z | sys 3:52.263026610 |
2193 | 2025-06-03T00:09:35.646Z | trap 1.445962592 |
2194 | 2025-06-03T00:09:35.646Z | tflt 0.837070246 |
2195 | 2025-06-03T00:09:35.646Z | dflt 0.852689345 |
2196 | 2025-06-03T00:09:35.646Z | kflt 0.000425598 |
2197 | 2025-06-03T00:09:35.646Z | lock 1:04:12.114849968 |
2198 | 2025-06-03T00:09:35.646Z | slp 2:16:40.191872580 |
2199 | 2025-06-03T00:09:35.646Z | lat 2:29.039037232 |
2200 | 2025-06-03T00:09:35.646Z | stop 4:49.787742126 |
2201 | 2025-06-03T00:09:35.646Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2202 | 2025-06-03T00:09:37.510Z | Finished `release` profile [optimized] target(s) in 1.79s |
2203 | 2025-06-03T00:09:37.628Z | Running `target/release/omicron-package -t test package` |
2204 | 2025-06-03T00:09:37.727Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2205 | 2025-06-03T00:09:40.702Z | Compiling typify-impl v0.4.1 |
2206 | 2025-06-03T00:09:40.773Z | Compiling convert_case v0.4.0 |
2207 | 2025-06-03T00:09:40.773Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2208 | 2025-06-03T00:09:40.798Z | Compiling num-rational v0.4.2 |
2209 | 2025-06-03T00:09:40.798Z | Compiling num-complex v0.4.6 |
2210 | 2025-06-03T00:09:40.823Z | Compiling dirs-sys-next v0.1.2 |
2211 | 2025-06-03T00:09:40.868Z | Compiling float-ord v0.3.2 |
2212 | 2025-06-03T00:09:41.157Z | Compiling dirs-next v2.0.0 |
2213 | 2025-06-03T00:09:41.187Z | Compiling half v2.4.1 |
2214 | 2025-06-03T00:09:41.338Z | Compiling ciborium-io v0.2.2 |
2215 | 2025-06-03T00:09:41.393Z | Compiling term v0.7.0 |
2216 | 2025-06-03T00:09:41.476Z | Compiling derive_more v0.99.20 |
2217 | 2025-06-03T00:09:41.547Z | Compiling is-terminal v0.4.13 |
2218 | 2025-06-03T00:09:41.717Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2219 | 2025-06-03T00:09:41.886Z | Compiling ciborium-ll v0.2.2 |
2220 | 2025-06-03T00:09:42.118Z | Compiling num v0.4.3 |
2221 | 2025-06-03T00:09:42.270Z | Compiling ciborium v0.2.2 |
2222 | 2025-06-03T00:09:42.423Z | Compiling camino v1.1.9 |
2223 | 2025-06-03T00:09:42.452Z | Compiling secrecy v0.10.3 |
2224 | 2025-06-03T00:09:42.497Z | Compiling atomicwrites v0.4.4 |
2225 | 2025-06-03T00:09:42.835Z | Compiling password-hash v0.5.0 |
2226 | 2025-06-03T00:09:43.032Z | Compiling blake2 v0.10.6 |
2227 | 2025-06-03T00:09:43.076Z | Compiling base64 v0.21.7 |
2228 | 2025-06-03T00:09:43.352Z | Compiling newline-converter v0.3.0 |
2229 | 2025-06-03T00:09:43.596Z | Compiling argon2 v0.5.3 |
2230 | 2025-06-03T00:09:44.132Z | Compiling fastrand v2.1.1 |
2231 | 2025-06-03T00:09:44.171Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2232 | 2025-06-03T00:09:44.353Z | Compiling expectorate v1.2.0 |
2233 | 2025-06-03T00:09:44.551Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2234 | 2025-06-03T00:09:44.657Z | Compiling tempfile v3.13.0 |
2235 | 2025-06-03T00:09:44.749Z | Compiling rustls v0.22.4 |
2236 | 2025-06-03T00:09:44.793Z | Compiling thread_local v1.1.8 |
2237 | 2025-06-03T00:09:44.905Z | Compiling wait-timeout v0.2.0 |
2238 | 2025-06-03T00:09:45.194Z | Compiling bit-vec v0.8.0 |
2239 | 2025-06-03T00:09:45.253Z | Compiling quick-error v1.2.3 |
2240 | 2025-06-03T00:09:45.338Z | Compiling match_cfg v0.1.0 |
2241 | 2025-06-03T00:09:45.463Z | Compiling hostname v0.3.1 |
2242 | 2025-06-03T00:09:45.490Z | Compiling rusty-fork v0.3.0 |
2243 | 2025-06-03T00:09:45.700Z | Compiling bit-set v0.8.0 |
2244 | 2025-06-03T00:09:45.789Z | Compiling multer v3.1.0 |
2245 | 2025-06-03T00:09:45.886Z | Compiling slog-async v2.8.0 |
2246 | 2025-06-03T00:09:45.976Z | Compiling progenitor-client v0.9.1 |
2247 | 2025-06-03T00:09:46.032Z | Compiling slog-json v2.6.1 |
2248 | 2025-06-03T00:09:46.117Z | Compiling crossbeam-channel v0.5.15 |
2249 | 2025-06-03T00:09:46.311Z | Compiling rand_xorshift v0.3.0 |
2250 | 2025-06-03T00:09:46.427Z | Compiling hex v0.4.3 |
2251 | 2025-06-03T00:09:46.567Z | Compiling take_mut v0.2.2 |
2252 | 2025-06-03T00:09:46.638Z | Compiling unarray v0.1.4 |
2253 | 2025-06-03T00:09:46.741Z | Compiling progenitor v0.9.1 |
2254 | 2025-06-03T00:09:46.791Z | Compiling slog-bunyan v2.5.0 |
2255 | 2025-06-03T00:09:46.859Z | Compiling proptest v1.6.0 |
2256 | 2025-06-03T00:09:47.026Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2257 | 2025-06-03T00:09:47.176Z | Compiling slog-term v2.9.1 |
2258 | 2025-06-03T00:09:47.287Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2259 | 2025-06-03T00:09:47.975Z | Compiling dropshot v0.16.2 |
2260 | 2025-06-03T00:09:48.066Z | Compiling async-stream v0.3.6 |
2261 | 2025-06-03T00:09:48.110Z | Compiling toml v0.8.22 |
2262 | 2025-06-03T00:09:48.293Z | Compiling waitgroup v0.1.2 |
2263 | 2025-06-03T00:09:48.429Z | Compiling serde_path_to_error v0.1.17 |
2264 | 2025-06-03T00:09:48.563Z | Compiling hostname v0.4.0 |
2265 | 2025-06-03T00:09:48.845Z | Compiling instant v0.1.13 |
2266 | 2025-06-03T00:09:49.111Z | Compiling debug-ignore v1.0.5 |
2267 | 2025-06-03T00:09:49.257Z | Compiling backoff v0.4.0 |
2268 | 2025-06-03T00:09:49.337Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2269 | 2025-06-03T00:09:49.671Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2270 | 2025-06-03T00:09:49.711Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2271 | 2025-06-03T00:09:49.959Z | Compiling parse-display v0.10.0 |
2272 | 2025-06-03T00:09:50.344Z | Compiling typify-macro v0.4.1 |
2273 | 2025-06-03T00:09:50.496Z | Compiling tokio-rustls v0.25.0 |
2274 | 2025-06-03T00:09:51.529Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2275 | 2025-06-03T00:09:51.917Z | Compiling serde_with v3.12.0 |
2276 | 2025-06-03T00:09:53.181Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2277 | 2025-06-03T00:09:53.690Z | Compiling typify v0.4.1 |
2278 | 2025-06-03T00:09:53.911Z | Compiling progenitor-impl v0.10.0 |
2279 | 2025-06-03T00:09:54.561Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2280 | 2025-06-03T00:09:55.178Z | Compiling progenitor-client v0.10.0 |
2281 | 2025-06-03T00:09:55.748Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2282 | 2025-06-03T00:09:56.920Z | Compiling macaddr v1.0.1 |
2283 | 2025-06-03T00:09:57.317Z | Compiling cancel-safe-futures v0.1.5 |
2284 | 2025-06-03T00:09:57.428Z | Compiling owo-colors v4.2.0 |
2285 | 2025-06-03T00:09:57.573Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2286 | 2025-06-03T00:09:57.756Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2287 | 2025-06-03T00:09:57.892Z | Compiling libsw-core v0.3.1 |
2288 | 2025-06-03T00:09:58.432Z | Compiling libsw v3.4.0 |
2289 | 2025-06-03T00:09:59.085Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2290 | 2025-06-03T00:09:59.401Z | Compiling progenitor-macro v0.10.0 |
2291 | 2025-06-03T00:09:59.532Z | Compiling linear-map v1.2.0 |
2292 | 2025-06-03T00:09:59.977Z | Compiling utf-8 v0.7.6 |
2293 | 2025-06-03T00:10:00.372Z | Compiling swrite v0.1.0 |
2294 | 2025-06-03T00:10:00.497Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2295 | 2025-06-03T00:10:00.565Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2296 | 2025-06-03T00:10:07.212Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2297 | 2025-06-03T00:10:07.532Z | Compiling keccak v0.1.5 |
2298 | 2025-06-03T00:10:08.556Z | Compiling sha3 v0.10.8 |
2299 | 2025-06-03T00:10:08.652Z | Compiling progenitor v0.10.0 |
2300 | 2025-06-03T00:10:09.031Z | Compiling prettyplease v0.2.32 |
2301 | 2025-06-03T00:10:09.522Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2302 | 2025-06-03T00:10:13.121Z | Compiling highway v1.3.0 |
2303 | 2025-06-03T00:10:13.288Z | Compiling tungstenite v0.21.0 |
2304 | 2025-06-03T00:10:14.787Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2305 | 2025-06-03T00:10:18.423Z | Compiling linked-hash-map v0.5.6 |
2306 | 2025-06-03T00:10:18.651Z | Compiling semver v0.1.20 |
2307 | 2025-06-03T00:10:18.878Z | Compiling lru-cache v0.1.2 |
2308 | 2025-06-03T00:10:19.179Z | Compiling rustc_version v0.1.7 |
2309 | 2025-06-03T00:10:19.218Z | Compiling tokio-tungstenite v0.21.0 |
2310 | 2025-06-03T00:10:19.623Z | Compiling newtype_derive v0.1.6 |
2311 | 2025-06-03T00:10:19.961Z | Compiling resolv-conf v0.7.0 |
2312 | 2025-06-03T00:10:19.990Z | Compiling ref-cast v1.0.24 |
2313 | 2025-06-03T00:10:20.573Z | Compiling hickory-resolver v0.24.4 |
2314 | 2025-06-03T00:10:21.633Z | Compiling ref-cast-impl v1.0.24 |
2315 | 2025-06-03T00:10:22.553Z | Compiling humantime v2.1.0 |
2316 | 2025-06-03T00:10:22.873Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2317 | 2025-06-03T00:10:23.019Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2318 | 2025-06-03T00:10:23.374Z | Compiling universal-hash v0.5.1 |
2319 | 2025-06-03T00:10:23.668Z | Compiling thiserror-impl-no-std v2.0.2 |
2320 | 2025-06-03T00:10:25.483Z | Compiling opaque-debug v0.3.1 |
2321 | 2025-06-03T00:10:25.631Z | Compiling poly1305 v0.8.0 |
2322 | 2025-06-03T00:10:26.025Z | Compiling thiserror-no-std v2.0.2 |
2323 | 2025-06-03T00:10:26.208Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2324 | 2025-06-03T00:10:26.951Z | Compiling steno v0.4.1 |
2325 | 2025-06-03T00:10:27.017Z | Compiling iddqd v0.3.0 |
2326 | 2025-06-03T00:10:28.642Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2327 | 2025-06-03T00:10:28.953Z | Compiling chacha20 v0.9.1 |
2328 | 2025-06-03T00:10:29.498Z | Compiling aead v0.5.2 |
2329 | 2025-06-03T00:10:29.759Z | Compiling vsss-rs v3.3.4 |
2330 | 2025-06-03T00:10:29.928Z | Compiling chacha20poly1305 v0.10.1 |
2331 | 2025-06-03T00:10:30.083Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2332 | 2025-06-03T00:10:30.220Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2333 | 2025-06-03T00:10:31.117Z | Compiling qorb v0.3.1 |
2334 | 2025-06-03T00:10:39.171Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2335 | 2025-06-03T00:10:39.554Z | Compiling slog-dtrace v0.3.0 |
2336 | 2025-06-03T00:10:39.937Z | Compiling bytecount v0.6.8 |
2337 | 2025-06-03T00:10:41.643Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2338 | 2025-06-03T00:10:42.865Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2339 | 2025-06-03T00:10:43.781Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2340 | 2025-06-03T00:10:46.159Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2341 | 2025-06-03T00:10:47.694Z | Compiling display-error-chain v0.2.2 |
2342 | 2025-06-03T00:10:47.972Z | Compiling crunchy v0.2.2 |
2343 | 2025-06-03T00:10:48.388Z | Compiling maplit v1.0.2 |
2344 | 2025-06-03T00:10:48.605Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2345 | 2025-06-03T00:10:48.845Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2346 | 2025-06-03T00:10:51.072Z | Compiling dsl_auto_type v0.1.2 |
2347 | 2025-06-03T00:10:52.242Z | Compiling scheduled-thread-pool v0.2.7 |
2348 | 2025-06-03T00:10:52.938Z | Compiling diesel_table_macro_syntax v0.2.0 |
2349 | 2025-06-03T00:10:53.364Z | Compiling proc-macro-error-attr2 v2.0.0 |
2350 | 2025-06-03T00:10:53.509Z | Compiling tiny-keccak v2.0.2 |
2351 | 2025-06-03T00:10:53.714Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2352 | 2025-06-03T00:10:53.797Z | Compiling radium v0.7.0 |
2353 | 2025-06-03T00:10:54.044Z | Compiling diesel_derives v2.2.3 |
2354 | 2025-06-03T00:10:54.107Z | Compiling proc-macro-error2 v2.0.1 |
2355 | 2025-06-03T00:10:54.248Z | Compiling r2d2 v0.8.10 |
2356 | 2025-06-03T00:10:54.535Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2357 | 2025-06-03T00:10:54.690Z | Compiling const_format_proc_macros v0.2.34 |
2358 | 2025-06-03T00:10:54.739Z | Compiling zerocopy-derive v0.6.6 |
2359 | 2025-06-03T00:10:56.243Z | Compiling tap v1.0.1 |
2360 | 2025-06-03T00:10:56.270Z | Compiling maybe-uninit v2.0.0 |
2361 | 2025-06-03T00:10:56.478Z | Compiling bit-vec v0.6.3 |
2362 | 2025-06-03T00:10:56.816Z | Compiling wyz v0.5.1 |
2363 | 2025-06-03T00:10:56.897Z | Compiling bit-set v0.5.3 |
2364 | 2025-06-03T00:10:57.272Z | Compiling zerocopy v0.6.6 |
2365 | 2025-06-03T00:10:57.365Z | Compiling const_format v0.2.34 |
2366 | 2025-06-03T00:10:58.065Z | Compiling tabled_derive v0.10.0 |
2367 | 2025-06-03T00:10:58.480Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2368 | 2025-06-03T00:10:59.183Z | Compiling papergrid v0.14.0 |
2369 | 2025-06-03T00:11:00.364Z | Compiling ascii-canvas v3.0.0 |
2370 | 2025-06-03T00:11:00.858Z | Compiling num-derive v0.3.3 |
2371 | 2025-06-03T00:11:01.425Z | Compiling ena v0.14.3 |
2372 | 2025-06-03T00:11:01.793Z | Compiling funty v2.0.0 |
2373 | 2025-06-03T00:11:02.664Z | Compiling crc-catalog v2.4.0 |
2374 | 2025-06-03T00:11:02.923Z | Compiling diff v0.1.13 |
2375 | 2025-06-03T00:11:03.104Z | Compiling diesel v2.2.10 |
2376 | 2025-06-03T00:11:03.371Z | Compiling bindgen v0.71.1 |
2377 | 2025-06-03T00:11:03.788Z | Compiling packed_struct v0.10.1 |
2378 | 2025-06-03T00:11:04.227Z | Compiling regex-syntax v0.6.29 |
2379 | 2025-06-03T00:11:04.406Z | Compiling crc v3.2.1 |
2380 | 2025-06-03T00:11:08.530Z | Compiling lalrpop v0.19.12 |
2381 | 2025-06-03T00:11:10.607Z | Compiling bitvec v1.0.1 |
2382 | 2025-06-03T00:11:14.692Z | Compiling libscf-sys v1.1.0 |
2383 | 2025-06-03T00:11:14.919Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2384 | 2025-06-03T00:11:17.851Z | Compiling tabled v0.18.0 |
2385 | 2025-06-03T00:11:19.658Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2386 | 2025-06-03T00:11:20.694Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2387 | 2025-06-03T00:11:21.034Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2388 | 2025-06-03T00:11:21.316Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2389 | 2025-06-03T00:11:22.230Z | Compiling packed_struct_codegen v0.10.1 |
2390 | 2025-06-03T00:11:23.654Z | Compiling indexmap v1.9.3 |
2391 | 2025-06-03T00:11:23.985Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2392 | 2025-06-03T00:11:24.227Z | Compiling nodrop v0.1.14 |
2393 | 2025-06-03T00:11:24.432Z | Compiling array-init v0.0.4 |
2394 | 2025-06-03T00:11:25.490Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2395 | 2025-06-03T00:11:27.400Z | Compiling polar-core v0.27.3 |
2396 | 2025-06-03T00:11:28.312Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2397 | 2025-06-03T00:11:28.487Z | Compiling smallvec v0.6.14 |
2398 | 2025-06-03T00:11:28.749Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2399 | 2025-06-03T00:11:30.266Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2400 | 2025-06-03T00:11:30.619Z | Compiling derive_builder_core v0.20.2 |
2401 | 2025-06-03T00:11:30.742Z | Compiling headers-core v0.3.0 |
2402 | 2025-06-03T00:11:30.983Z | Compiling phf_generator v0.11.2 |
2403 | 2025-06-03T00:11:31.216Z | Compiling libxml v0.3.3 |
2404 | 2025-06-03T00:11:31.604Z | Compiling async-recursion v1.1.1 |
2405 | 2025-06-03T00:11:32.482Z | Compiling termcolor v1.4.1 |
2406 | 2025-06-03T00:11:32.518Z | Compiling hashbrown v0.12.3 |
2407 | 2025-06-03T00:11:32.821Z | Compiling bitfield v0.14.0 |
2408 | 2025-06-03T00:11:33.123Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2409 | 2025-06-03T00:11:33.446Z | Compiling env_logger v0.10.2 |
2410 | 2025-06-03T00:11:34.853Z | Compiling derive_builder_macro v0.20.2 |
2411 | 2025-06-03T00:11:35.442Z | Compiling phf_codegen v0.11.2 |
2412 | 2025-06-03T00:11:35.615Z | Compiling headers v0.4.0 |
2413 | 2025-06-03T00:11:35.740Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2414 | 2025-06-03T00:11:36.191Z | Compiling serde-hex v0.1.0 |
2415 | 2025-06-03T00:11:39.009Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2416 | 2025-06-03T00:11:40.972Z | Compiling samael v0.0.18 |
2417 | 2025-06-03T00:11:42.440Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2418 | 2025-06-03T00:11:45.151Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2419 | 2025-06-03T00:11:45.415Z | Compiling ron v0.8.1 |
2420 | 2025-06-03T00:11:45.593Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2421 | 2025-06-03T00:11:45.905Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2422 | 2025-06-03T00:11:46.300Z | Compiling hashbrown v0.13.2 |
2423 | 2025-06-03T00:11:46.695Z | Compiling itertools v0.13.0 |
2424 | 2025-06-03T00:11:47.628Z | Compiling strum_macros v0.24.3 |
2425 | 2025-06-03T00:11:48.523Z | Compiling parse-zoneinfo v0.3.1 |
2426 | 2025-06-03T00:11:49.829Z | Compiling indoc v1.0.9 |
2427 | 2025-06-03T00:11:50.005Z | Compiling crc-any v2.5.0 |
2428 | 2025-06-03T00:11:50.227Z | Compiling crc8 v0.1.1 |
2429 | 2025-06-03T00:11:50.294Z | Compiling chrono-tz-build v0.4.0 |
2430 | 2025-06-03T00:11:50.568Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2431 | 2025-06-03T00:11:50.719Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2432 | 2025-06-03T00:11:50.912Z | Compiling object v0.30.4 |
2433 | 2025-06-03T00:11:51.215Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2434 | 2025-06-03T00:11:55.468Z | Compiling derive_builder v0.20.2 |
2435 | 2025-06-03T00:11:59.811Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2436 | 2025-06-03T00:12:00.153Z | Compiling oso-derive v0.27.3 |
2437 | 2025-06-03T00:12:01.005Z | Compiling impl-trait-for-tuples v0.2.2 |
2438 | 2025-06-03T00:12:01.266Z | Compiling quick-xml v0.37.2 |
2439 | 2025-06-03T00:12:02.611Z | Compiling vte_generate_state_changes v0.1.2 |
2440 | 2025-06-03T00:12:03.151Z | Compiling arc-swap v1.7.1 |
2441 | 2025-06-03T00:12:03.398Z | Compiling path-slash v0.1.5 |
2442 | 2025-06-03T00:12:03.673Z | Compiling slog-scope v4.4.0 |
2443 | 2025-06-03T00:12:03.800Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2444 | 2025-06-03T00:12:04.415Z | Compiling vte v0.11.1 |
2445 | 2025-06-03T00:12:05.747Z | Compiling oso v0.27.3 |
2446 | 2025-06-03T00:12:05.857Z | Compiling chrono-tz v0.10.3 |
2447 | 2025-06-03T00:12:06.506Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2448 | 2025-06-03T00:12:07.796Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2449 | 2025-06-03T00:12:10.762Z | Compiling diesel-dtrace v0.4.2 |
2450 | 2025-06-03T00:12:11.100Z | Compiling unicase v2.7.0 |
2451 | 2025-06-03T00:12:12.275Z | Compiling strip-ansi-escapes v0.2.0 |
2452 | 2025-06-03T00:12:12.944Z | Compiling slog-stdlog v4.1.1 |
2453 | 2025-06-03T00:12:13.685Z | Compiling papergrid v0.11.0 |
2454 | 2025-06-03T00:12:17.682Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2455 | 2025-06-03T00:12:18.015Z | Compiling tabled_derive v0.7.0 |
2456 | 2025-06-03T00:12:19.762Z | Compiling fd-lock v4.0.2 |
2457 | 2025-06-03T00:12:20.036Z | Compiling bb8 v0.8.5 |
2458 | 2025-06-03T00:12:20.718Z | Compiling peg-macros v0.8.5 |
2459 | 2025-06-03T00:12:20.745Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2460 | 2025-06-03T00:12:21.118Z | Compiling nu-ansi-term v0.50.1 |
2461 | 2025-06-03T00:12:21.658Z | Compiling async-bb8-diesel v0.2.1 |
2462 | 2025-06-03T00:12:22.380Z | Compiling reedline v0.38.0 |
2463 | 2025-06-03T00:12:22.518Z | Compiling tabled v0.15.0 |
2464 | 2025-06-03T00:12:23.511Z | Compiling peg v0.8.5 |
2465 | 2025-06-03T00:12:23.718Z | Compiling slog-envlogger v2.2.0 |
2466 | 2025-06-03T00:12:26.722Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2467 | 2025-06-03T00:12:37.922Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2468 | 2025-06-03T00:12:37.954Z | Compiling typify-impl v0.2.0 |
2469 | 2025-06-03T00:12:38.261Z | Compiling pem v3.0.5 |
2470 | 2025-06-03T00:12:39.670Z | Compiling bcs v0.1.6 |
2471 | 2025-06-03T00:12:40.514Z | Compiling fxhash v0.2.1 |
2472 | 2025-06-03T00:12:40.796Z | Compiling libz-sys v1.1.20 |
2473 | 2025-06-03T00:12:41.456Z | Compiling termtree v0.5.1 |
2474 | 2025-06-03T00:12:41.969Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2475 | 2025-06-03T00:12:43.008Z | Compiling kstat-rs v0.2.4 |
2476 | 2025-06-03T00:12:44.019Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2477 | 2025-06-03T00:12:46.237Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2478 | 2025-06-03T00:12:47.622Z | Compiling typify-macro v0.2.0 |
2479 | 2025-06-03T00:12:51.229Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2480 | 2025-06-03T00:12:51.866Z | Compiling nanorand v0.7.0 |
2481 | 2025-06-03T00:12:52.692Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2482 | 2025-06-03T00:12:52.973Z | Compiling pin-project-internal v1.1.6 |
2483 | 2025-06-03T00:12:53.451Z | Compiling parking_lot_core v0.8.6 |
2484 | 2025-06-03T00:12:55.448Z | Compiling pin-project v1.1.6 |
2485 | 2025-06-03T00:12:55.668Z | Compiling flume v0.11.1 |
2486 | 2025-06-03T00:12:56.489Z | Compiling mime_guess v2.0.5 |
2487 | 2025-06-03T00:12:58.058Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2488 | 2025-06-03T00:13:01.449Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2489 | 2025-06-03T00:13:04.826Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2490 | 2025-06-03T00:13:05.271Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2491 | 2025-06-03T00:13:05.620Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2492 | 2025-06-03T00:13:06.710Z | Compiling castaway v0.2.3 |
2493 | 2025-06-03T00:13:07.035Z | Compiling snafu-derive v0.8.5 |
2494 | 2025-06-03T00:13:08.875Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2495 | 2025-06-03T00:13:09.353Z | Compiling fs-err v2.11.0 |
2496 | 2025-06-03T00:13:09.560Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2497 | 2025-06-03T00:13:09.996Z | Compiling compact_str v0.8.0 |
2498 | 2025-06-03T00:13:11.400Z | Compiling snafu v0.8.5 |
2499 | 2025-06-03T00:13:11.739Z | Compiling typify v0.2.0 |
2500 | 2025-06-03T00:13:11.989Z | Compiling unicode-truncate v1.1.0 |
2501 | 2025-06-03T00:13:12.399Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2502 | 2025-06-03T00:13:12.784Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2503 | 2025-06-03T00:13:12.934Z | Compiling globset v0.4.15 |
2504 | 2025-06-03T00:13:20.223Z | Compiling olpc-cjson v0.1.4 |
2505 | 2025-06-03T00:13:20.764Z | Compiling lru v0.12.5 |
2506 | 2025-06-03T00:13:21.244Z | Compiling vergen v8.3.2 |
2507 | 2025-06-03T00:13:21.628Z | Compiling nibble_vec v0.1.0 |
2508 | 2025-06-03T00:13:21.971Z | Compiling serde_plain v1.0.2 |
2509 | 2025-06-03T00:13:22.011Z | Compiling cargo-platform v0.1.8 |
2510 | 2025-06-03T00:13:22.598Z | Compiling instability v0.3.2 |
2511 | 2025-06-03T00:13:22.694Z | Compiling atty v0.2.14 |
2512 | 2025-06-03T00:13:22.939Z | Compiling salty v0.3.0 |
2513 | 2025-06-03T00:13:23.493Z | Compiling indoc v2.0.6 |
2514 | 2025-06-03T00:13:23.611Z | Compiling io-lifetimes v1.0.11 |
2515 | 2025-06-03T00:13:24.235Z | Compiling http-range v0.1.5 |
2516 | 2025-06-03T00:13:24.529Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2517 | 2025-06-03T00:13:24.951Z | Compiling endian-type v0.1.2 |
2518 | 2025-06-03T00:13:25.332Z | Compiling cassowary v0.3.0 |
2519 | 2025-06-03T00:13:28.972Z | Compiling half v1.8.3 |
2520 | 2025-06-03T00:13:30.145Z | Compiling typed-path v0.9.3 |
2521 | 2025-06-03T00:13:38.223Z | Compiling tough v0.20.0 |
2522 | 2025-06-03T00:13:46.010Z | Compiling serde_cbor v0.11.2 |
2523 | 2025-06-03T00:13:48.507Z | Compiling ratatui v0.29.0 |
2524 | 2025-06-03T00:13:49.321Z | Compiling radix_trie v0.2.1 |
2525 | 2025-06-03T00:13:51.369Z | Compiling cargo_metadata v0.18.1 |
2526 | 2025-06-03T00:13:51.621Z | Compiling git2 v0.19.0 |
2527 | 2025-06-03T00:14:00.346Z | Compiling progenitor-impl v0.8.0 |
2528 | 2025-06-03T00:14:01.086Z | Compiling parking_lot v0.11.2 |
2529 | 2025-06-03T00:14:05.478Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2530 | 2025-06-03T00:14:06.279Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2531 | 2025-06-03T00:14:06.737Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2532 | 2025-06-03T00:14:09.224Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2533 | 2025-06-03T00:14:09.784Z | Compiling rand_seeder v0.3.0 |
2534 | 2025-06-03T00:14:10.307Z | Compiling lzma-sys v0.1.20 |
2535 | 2025-06-03T00:14:11.029Z | Compiling parse-size v1.1.0 |
2536 | 2025-06-03T00:14:11.109Z | Compiling xshell-macros v0.2.7 |
2537 | 2025-06-03T00:14:11.431Z | Compiling rustls v0.21.12 |
2538 | 2025-06-03T00:14:11.463Z | Compiling rustix v0.37.28 |
2539 | 2025-06-03T00:14:11.789Z | Compiling xshell v0.2.7 |
2540 | 2025-06-03T00:14:11.878Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2541 | 2025-06-03T00:14:12.626Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2542 | 2025-06-03T00:14:12.658Z | Compiling progenitor-macro v0.8.0 |
2543 | 2025-06-03T00:14:13.011Z | Compiling hyper-staticfile v0.10.1 |
2544 | 2025-06-03T00:14:13.878Z | Compiling sled v0.34.7 |
2545 | 2025-06-03T00:14:15.004Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2546 | 2025-06-03T00:14:16.679Z | Compiling hickory-client v0.24.4 |
2547 | 2025-06-03T00:14:21.490Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2548 | 2025-06-03T00:14:22.783Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2549 | 2025-06-03T00:14:22.929Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2550 | 2025-06-03T00:14:23.830Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2551 | 2025-06-03T00:14:28.620Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2552 | 2025-06-03T00:14:28.989Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2553 | 2025-06-03T00:14:30.107Z | Compiling hickory-server v0.24.4 |
2554 | 2025-06-03T00:14:30.711Z | Compiling primeorder v0.13.6 |
2555 | 2025-06-03T00:14:31.410Z | Compiling progenitor-client v0.8.0 |
2556 | 2025-06-03T00:14:32.400Z | Compiling sct v0.7.1 |
2557 | 2025-06-03T00:14:32.913Z | Compiling rustls-webpki v0.101.7 |
2558 | 2025-06-03T00:14:33.356Z | Compiling heck v0.3.3 |
2559 | 2025-06-03T00:14:33.848Z | Compiling env_filter v0.1.2 |
2560 | 2025-06-03T00:14:35.628Z | Compiling csv-core v0.1.11 |
2561 | 2025-06-03T00:14:36.543Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2562 | 2025-06-03T00:14:36.813Z | Compiling void v1.0.2 |
2563 | 2025-06-03T00:14:37.031Z | Compiling csv v1.3.1 |
2564 | 2025-06-03T00:14:37.132Z | Compiling lzss v0.8.2 |
2565 | 2025-06-03T00:14:37.669Z | Compiling env_logger v0.11.5 |
2566 | 2025-06-03T00:14:39.506Z | Compiling zone_cfg_derive v0.1.2 |
2567 | 2025-06-03T00:14:40.959Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2568 | 2025-06-03T00:14:41.848Z | Compiling progenitor v0.8.0 |
2569 | 2025-06-03T00:14:42.238Z | Compiling p384 v0.13.0 |
2570 | 2025-06-03T00:14:43.630Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2571 | 2025-06-03T00:14:44.894Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2572 | 2025-06-03T00:14:49.032Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2573 | 2025-06-03T00:14:49.318Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2574 | 2025-06-03T00:14:50.512Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2575 | 2025-06-03T00:14:50.877Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2576 | 2025-06-03T00:14:52.601Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2577 | 2025-06-03T00:14:53.422Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2578 | 2025-06-03T00:14:53.880Z | Compiling tungstenite v0.23.0 |
2579 | 2025-06-03T00:14:57.002Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2580 | 2025-06-03T00:14:57.393Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2581 | 2025-06-03T00:14:57.798Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2582 | 2025-06-03T00:14:57.845Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2583 | 2025-06-03T00:14:58.173Z | Compiling nix v0.27.1 |
2584 | 2025-06-03T00:14:58.705Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2585 | 2025-06-03T00:14:59.468Z | Compiling serde_bytes v0.11.17 |
2586 | 2025-06-03T00:14:59.989Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2587 | 2025-06-03T00:15:00.163Z | Compiling base64 v0.13.1 |
2588 | 2025-06-03T00:15:00.984Z | Compiling ron v0.7.1 |
2589 | 2025-06-03T00:15:01.127Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2590 | 2025-06-03T00:15:01.396Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2591 | 2025-06-03T00:15:02.093Z | Compiling tokio-tungstenite v0.23.1 |
2592 | 2025-06-03T00:15:02.843Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2593 | 2025-06-03T00:15:06.631Z | Compiling xz2 v0.1.7 |
2594 | 2025-06-03T00:15:07.898Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2595 | 2025-06-03T00:15:09.231Z | Compiling terminal_size v0.2.6 |
2596 | 2025-06-03T00:15:13.439Z | Compiling tokio-rustls v0.24.1 |
2597 | 2025-06-03T00:15:13.719Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2598 | 2025-06-03T00:15:13.982Z | Compiling zone v0.1.8 |
2599 | 2025-06-03T00:15:14.959Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2600 | 2025-06-03T00:15:15.734Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2601 | 2025-06-03T00:15:16.732Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2602 | 2025-06-03T00:15:17.599Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2603 | 2025-06-03T00:15:17.772Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2604 | 2025-06-03T00:15:18.423Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2605 | 2025-06-03T00:15:24.209Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2606 | 2025-06-03T00:15:24.591Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2607 | 2025-06-03T00:15:26.686Z | Compiling rustls-pemfile v1.0.4 |
2608 | 2025-06-03T00:15:27.506Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2609 | 2025-06-03T00:15:27.653Z | Compiling signal-hook-tokio v0.3.1 |
2610 | 2025-06-03T00:15:27.929Z | Compiling yasna v0.5.2 |
2611 | 2025-06-03T00:15:28.046Z | Compiling twox-hash v2.1.0 |
2612 | 2025-06-03T00:15:29.226Z | Compiling secrecy v0.8.0 |
2613 | 2025-06-03T00:15:29.371Z | Compiling is_ci v1.2.0 |
2614 | 2025-06-03T00:15:29.579Z | Compiling smawk v0.3.2 |
2615 | 2025-06-03T00:15:29.741Z | Compiling unicode-linebreak v0.1.5 |
2616 | 2025-06-03T00:15:29.924Z | Compiling supports-color v3.0.2 |
2617 | 2025-06-03T00:15:30.368Z | Compiling textwrap v0.16.1 |
2618 | 2025-06-03T00:15:30.697Z | Compiling rcgen v0.12.1 |
2619 | 2025-06-03T00:15:33.147Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2620 | 2025-06-03T00:15:33.946Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2621 | 2025-06-03T00:15:39.789Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2622 | 2025-06-03T00:15:40.352Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2623 | 2025-06-03T00:15:40.731Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2624 | 2025-06-03T00:15:41.504Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2625 | 2025-06-03T00:15:52.208Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2626 | 2025-06-03T00:15:56.778Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2627 | 2025-06-03T00:15:56.810Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2628 | 2025-06-03T00:15:58.401Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2629 | 2025-06-03T00:16:01.171Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2630 | 2025-06-03T00:16:09.936Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2631 | 2025-06-03T00:16:13.738Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2632 | 2025-06-03T00:16:14.414Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2633 | 2025-06-03T00:16:16.984Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2634 | 2025-06-03T00:16:21.310Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2635 | 2025-06-03T00:16:21.662Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2636 | 2025-06-03T00:16:22.870Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2637 | 2025-06-03T00:16:28.988Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2638 | 2025-06-03T00:16:29.326Z | Compiling fatfs v0.3.6 |
2639 | 2025-06-03T00:16:29.938Z | Compiling subprocess v0.2.9 |
2640 | 2025-06-03T00:16:31.617Z | Compiling rtoolbox v0.0.2 |
2641 | 2025-06-03T00:16:32.078Z | Compiling assert_matches v1.5.0 |
2642 | 2025-06-03T00:16:32.124Z | Compiling rpassword v7.3.1 |
2643 | 2025-06-03T00:16:32.674Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2644 | 2025-06-03T00:16:34.652Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2645 | 2025-06-03T00:16:35.718Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2646 | 2025-06-03T00:16:40.030Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2647 | 2025-06-03T00:16:46.488Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2648 | 2025-06-03T00:17:04.426Z | Compiling tui-tree-widget v0.23.0 |
2649 | 2025-06-03T00:17:04.835Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2650 | 2025-06-03T00:17:04.969Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2651 | 2025-06-03T00:17:05.353Z | Compiling uzers v0.12.1 |
2652 | 2025-06-03T00:17:08.357Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2653 | 2025-06-03T00:17:12.222Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2654 | 2025-06-03T00:17:14.222Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2655 | 2025-06-03T00:17:16.811Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2656 | 2025-06-03T00:17:28.190Z | Compiling support-bundle-viewer v0.1.0 |
2657 | 2025-06-03T00:17:31.785Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2658 | 2025-06-03T00:17:36.150Z | Compiling multimap v0.10.1 |
2659 | 2025-06-03T00:19:41.440Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2660 | 2025-06-03T00:19:42.711Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2661 | 2025-06-03T00:27:35.614Z | Finished `release` profile [optimized] target(s) in 17m 57s |
2662 | 2025-06-03T00:29:06.742Z | |
2663 | 2025-06-03T00:29:06.742Z | real 19:31.118184736 |
2664 | 2025-06-03T00:29:06.743Z | user 2:12:41.138947979 |
2665 | 2025-06-03T00:29:06.743Z | sys 4:32.612633142 |
2666 | 2025-06-03T00:29:06.743Z | trap 5.114988809 |
2667 | 2025-06-03T00:29:06.768Z | tflt 1.185350328 |
2668 | 2025-06-03T00:29:06.768Z | dflt 4.803373261 |
2669 | 2025-06-03T00:29:06.768Z | kflt 0.029331599 |
2670 | 2025-06-03T00:29:06.768Z | lock 7:42:55.809538834 |
2671 | 2025-06-03T00:29:06.769Z | slp 6:43:58.996862407 |
2672 | 2025-06-03T00:29:06.769Z | lat 3:45.072119500 |
2673 | 2025-06-03T00:29:06.769Z | stop 3:25.072873282 |
2674 | 2025-06-03T00:29:06.769Z | + mapfile -t packages |
2675 | 2025-06-03T00:29:06.769Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2676 | 2025-06-03T00:29:08.446Z | Finished `release` profile [optimized] target(s) in 1.61s |
2677 | 2025-06-03T00:29:08.523Z | Running `target/release/omicron-package -t test list-outputs` |
2678 | 2025-06-03T00:29:08.588Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2679 | 2025-06-03T00:29:08.613Z | + ptime -m cargo build --locked --release -p xtask |
2680 | 2025-06-03T00:29:09.570Z | Compiling serde v1.0.219 |
2681 | 2025-06-03T00:29:09.595Z | Compiling libc v0.2.172 |
2682 | 2025-06-03T00:29:09.596Z | Compiling serde_json v1.0.140 |
2683 | 2025-06-03T00:29:09.596Z | Compiling rustix v0.38.37 |
2684 | 2025-06-03T00:29:09.621Z | Compiling syn v2.0.101 |
2685 | 2025-06-03T00:29:09.657Z | Compiling bitflags v2.9.0 |
2686 | 2025-06-03T00:29:10.029Z | Compiling usdt-impl v0.5.0 |
2687 | 2025-06-03T00:29:10.064Z | Compiling syn v1.0.109 |
2688 | 2025-06-03T00:29:10.131Z | Compiling hashbrown v0.15.3 |
2689 | 2025-06-03T00:29:10.205Z | Compiling log v0.4.27 |
2690 | 2025-06-03T00:29:10.424Z | Compiling fs-err v3.1.0 |
2691 | 2025-06-03T00:29:10.713Z | Compiling once_cell v1.21.3 |
2692 | 2025-06-03T00:29:10.783Z | Compiling anyhow v1.0.98 |
2693 | 2025-06-03T00:29:10.991Z | Compiling thread-id v4.2.2 |
2694 | 2025-06-03T00:29:11.371Z | Compiling indexmap v2.9.0 |
2695 | 2025-06-03T00:29:12.255Z | Compiling terminal_size v0.4.0 |
2696 | 2025-06-03T00:29:12.315Z | Compiling tempfile v3.13.0 |
2697 | 2025-06-03T00:29:12.537Z | Compiling clap_builder v4.5.35 |
2698 | 2025-06-03T00:29:13.138Z | Compiling proc-macro-error v1.0.4 |
2699 | 2025-06-03T00:29:13.921Z | Compiling tabled_derive v0.7.0 |
2700 | 2025-06-03T00:29:15.021Z | Compiling tabled v0.15.0 |
2701 | 2025-06-03T00:29:15.712Z | Compiling serde_derive v1.0.219 |
2702 | 2025-06-03T00:29:15.712Z | Compiling thiserror-impl v1.0.69 |
2703 | 2025-06-03T00:29:15.738Z | Compiling zerocopy-derive v0.7.35 |
2704 | 2025-06-03T00:29:15.738Z | Compiling scroll_derive v0.12.0 |
2705 | 2025-06-03T00:29:15.738Z | Compiling thiserror-impl v2.0.12 |
2706 | 2025-06-03T00:29:17.470Z | Compiling scroll v0.12.0 |
2707 | 2025-06-03T00:29:17.495Z | Compiling zerocopy v0.7.35 |
2708 | 2025-06-03T00:29:17.495Z | Compiling goblin v0.8.2 |
2709 | 2025-06-03T00:29:17.947Z | Compiling thiserror v1.0.69 |
2710 | 2025-06-03T00:29:18.121Z | Compiling pest v2.7.14 |
2711 | 2025-06-03T00:29:19.663Z | Compiling thiserror v2.0.12 |
2712 | 2025-06-03T00:29:19.904Z | Compiling clap_derive v4.5.32 |
2713 | 2025-06-03T00:29:20.604Z | Compiling pest_meta v2.7.14 |
2714 | 2025-06-03T00:29:23.290Z | Compiling pest_generator v2.7.14 |
2715 | 2025-06-03T00:29:23.577Z | Compiling clap v4.5.35 |
2716 | 2025-06-03T00:29:24.626Z | Compiling pest_derive v2.7.14 |
2717 | 2025-06-03T00:29:25.284Z | Compiling dtrace-parser v0.2.0 |
2718 | 2025-06-03T00:29:26.563Z | Compiling serde_tokenstream v0.2.2 |
2719 | 2025-06-03T00:29:27.110Z | Compiling serde_spanned v0.6.8 |
2720 | 2025-06-03T00:29:27.408Z | Compiling toml_datetime v0.6.9 |
2721 | 2025-06-03T00:29:28.035Z | Compiling dof v0.3.0 |
2722 | 2025-06-03T00:29:28.409Z | Compiling toml_edit v0.22.26 |
2723 | 2025-06-03T00:29:29.835Z | Compiling camino v1.1.9 |
2724 | 2025-06-03T00:29:31.002Z | Compiling usdt-attr-macro v0.5.0 |
2725 | 2025-06-03T00:29:31.028Z | Compiling usdt-macro v0.5.0 |
2726 | 2025-06-03T00:29:31.998Z | Compiling toml v0.8.22 |
2727 | 2025-06-03T00:29:32.943Z | Compiling cargo-platform v0.1.8 |
2728 | 2025-06-03T00:29:33.831Z | Compiling semver v1.0.26 |
2729 | 2025-06-03T00:29:35.027Z | Compiling cargo_metadata v0.19.2 |
2730 | 2025-06-03T00:29:35.771Z | Compiling cargo_toml v0.21.0 |
2731 | 2025-06-03T00:29:36.156Z | Compiling usdt v0.5.0 |
2732 | 2025-06-03T00:29:36.632Z | Compiling camino-tempfile v1.3.0 |
2733 | 2025-06-03T00:29:37.342Z | Compiling macaddr v1.0.1 |
2734 | 2025-06-03T00:29:47.548Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2735 | 2025-06-03T00:29:53.383Z | Finished `release` profile [optimized] target(s) in 44.71s |
2736 | 2025-06-03T00:29:53.499Z | |
2737 | 2025-06-03T00:29:53.500Z | real 44.868324296 |
2738 | 2025-06-03T00:29:53.500Z | user 4:26.136969302 |
2739 | 2025-06-03T00:29:53.500Z | sys 21.174965302 |
2740 | 2025-06-03T00:29:53.500Z | trap 0.152287006 |
2741 | 2025-06-03T00:29:53.500Z | tflt 0.133575877 |
2742 | 2025-06-03T00:29:53.500Z | dflt 0.475958188 |
2743 | 2025-06-03T00:29:53.500Z | kflt 0.000018537 |
2744 | 2025-06-03T00:29:53.500Z | lock 8:30.092357167 |
2745 | 2025-06-03T00:29:53.500Z | slp 13:22.651808659 |
2746 | 2025-06-03T00:29:53.500Z | lat 14.543589064 |
2747 | 2025-06-03T00:29:53.500Z | stop 16.952245306 |
2748 | 2025-06-03T00:29:53.526Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2749 | 2025-06-03T00:29:53.526Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2750 | 2025-06-03T00:29:53.526Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2751 | 2025-06-03T00:29:53.526Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2752 | 2025-06-03T00:29:53.526Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2753 | 2025-06-03T00:29:55.103Z | Compiling thiserror-impl v2.0.12 |
2754 | 2025-06-03T00:29:55.143Z | Compiling regress v0.10.3 |
2755 | 2025-06-03T00:29:55.175Z | Compiling unsafe-libyaml v0.2.11 |
2756 | 2025-06-03T00:29:55.175Z | Compiling ident_case v1.0.1 |
2757 | 2025-06-03T00:29:55.200Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2758 | 2025-06-03T00:29:55.226Z | Compiling match_cfg v0.1.0 |
2759 | 2025-06-03T00:29:55.270Z | Compiling quick-error v1.2.3 |
2760 | 2025-06-03T00:29:55.296Z | Compiling tempfile v3.13.0 |
2761 | 2025-06-03T00:29:55.378Z | Compiling hostname v0.3.1 |
2762 | 2025-06-03T00:29:55.425Z | Compiling darling_core v0.20.10 |
2763 | 2025-06-03T00:29:55.450Z | Compiling progenitor-client v0.10.0 |
2764 | 2025-06-03T00:29:55.610Z | Compiling structmeta-derive v0.3.0 |
2765 | 2025-06-03T00:29:55.724Z | Compiling rustls v0.22.4 |
2766 | 2025-06-03T00:29:56.008Z | Compiling debug-ignore v1.0.5 |
2767 | 2025-06-03T00:29:56.033Z | Compiling hex v0.4.3 |
2768 | 2025-06-03T00:29:56.100Z | Compiling macaddr v1.0.1 |
2769 | 2025-06-03T00:29:56.209Z | Compiling multer v3.1.0 |
2770 | 2025-06-03T00:29:56.527Z | Compiling serde_yaml v0.9.34+deprecated |
2771 | 2025-06-03T00:29:56.686Z | Compiling toml v0.8.22 |
2772 | 2025-06-03T00:29:56.765Z | Compiling slog-json v2.6.1 |
2773 | 2025-06-03T00:29:57.126Z | Compiling async-stream-impl v0.3.6 |
2774 | 2025-06-03T00:29:57.768Z | Compiling structmeta v0.3.0 |
2775 | 2025-06-03T00:29:57.813Z | Compiling thiserror v2.0.12 |
2776 | 2025-06-03T00:29:57.983Z | Compiling wait-timeout v0.2.0 |
2777 | 2025-06-03T00:29:58.010Z | Compiling dropshot v0.16.2 |
2778 | 2025-06-03T00:29:58.192Z | Compiling typify-impl v0.3.0 |
2779 | 2025-06-03T00:29:58.235Z | Compiling bit-vec v0.8.0 |
2780 | 2025-06-03T00:29:58.422Z | Compiling rusty-fork v0.3.0 |
2781 | 2025-06-03T00:29:58.520Z | Compiling async-stream v0.3.6 |
2782 | 2025-06-03T00:29:58.701Z | Compiling bit-set v0.8.0 |
2783 | 2025-06-03T00:29:58.859Z | Compiling slog-bunyan v2.5.0 |
2784 | 2025-06-03T00:29:59.047Z | Compiling waitgroup v0.1.2 |
2785 | 2025-06-03T00:29:59.073Z | Compiling dropshot_endpoint v0.16.2 |
2786 | 2025-06-03T00:29:59.108Z | Compiling serde_path_to_error v0.1.17 |
2787 | 2025-06-03T00:29:59.291Z | Compiling rand_xorshift v0.3.0 |
2788 | 2025-06-03T00:29:59.614Z | Compiling derive-where v1.2.7 |
2789 | 2025-06-03T00:29:59.643Z | Compiling hostname v0.4.0 |
2790 | 2025-06-03T00:29:59.832Z | Compiling instant v0.1.13 |
2791 | 2025-06-03T00:29:59.906Z | Compiling unarray v0.1.4 |
2792 | 2025-06-03T00:29:59.906Z | Compiling test-strategy v0.4.0 |
2793 | 2025-06-03T00:30:00.015Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2794 | 2025-06-03T00:30:00.125Z | Compiling proptest v1.6.0 |
2795 | 2025-06-03T00:30:00.219Z | Compiling progenitor-client v0.9.1 |
2796 | 2025-06-03T00:30:00.355Z | Compiling darling_macro v0.20.10 |
2797 | 2025-06-03T00:30:00.833Z | Compiling tokio-rustls v0.25.0 |
2798 | 2025-06-03T00:30:01.174Z | Compiling darling v0.20.10 |
2799 | 2025-06-03T00:30:01.280Z | Compiling parse-display-derive v0.10.0 |
2800 | 2025-06-03T00:30:01.334Z | Compiling serde_with_macros v3.12.0 |
2801 | 2025-06-03T00:30:02.213Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2802 | 2025-06-03T00:30:02.812Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2803 | 2025-06-03T00:30:02.868Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2804 | 2025-06-03T00:30:03.229Z | Compiling backoff v0.4.0 |
2805 | 2025-06-03T00:30:03.501Z | Compiling serde_with v3.12.0 |
2806 | 2025-06-03T00:30:03.526Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2807 | 2025-06-03T00:30:03.607Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2808 | 2025-06-03T00:30:03.758Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2809 | 2025-06-03T00:30:03.989Z | Compiling proc-macro-crate v1.3.1 |
2810 | 2025-06-03T00:30:04.297Z | Compiling crucible-workspace-hack v0.1.0 |
2811 | 2025-06-03T00:30:04.599Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2812 | 2025-06-03T00:30:04.652Z | Compiling parse-display v0.10.0 |
2813 | 2025-06-03T00:30:04.835Z | Compiling num_enum_derive v0.5.11 |
2814 | 2025-06-03T00:30:05.018Z | Compiling itertools v0.13.0 |
2815 | 2025-06-03T00:30:05.222Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2816 | 2025-06-03T00:30:05.504Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2817 | 2025-06-03T00:30:05.633Z | Compiling heapless v0.8.0 |
2818 | 2025-06-03T00:30:06.534Z | Compiling proc-macro-error v1.0.4 |
2819 | 2025-06-03T00:30:06.732Z | Compiling hash32 v0.3.1 |
2820 | 2025-06-03T00:30:06.838Z | Compiling foreign-types-macros v0.2.3 |
2821 | 2025-06-03T00:30:06.885Z | Compiling num_enum v0.5.11 |
2822 | 2025-06-03T00:30:07.029Z | Compiling foreign-types-shared v0.3.1 |
2823 | 2025-06-03T00:30:07.093Z | Compiling smoltcp v0.11.0 |
2824 | 2025-06-03T00:30:07.424Z | Compiling tabwriter v1.4.0 |
2825 | 2025-06-03T00:30:07.659Z | Compiling ingot-macros v0.1.0 |
2826 | 2025-06-03T00:30:07.875Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2827 | 2025-06-03T00:30:07.900Z | Compiling foreign-types v0.5.0 |
2828 | 2025-06-03T00:30:07.944Z | Compiling cstr-argument v0.1.2 |
2829 | 2025-06-03T00:30:08.009Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2830 | 2025-06-03T00:30:08.046Z | Compiling cobs v0.2.3 |
2831 | 2025-06-03T00:30:08.219Z | Compiling pretty-hex v0.2.1 |
2832 | 2025-06-03T00:30:08.358Z | Compiling postcard v1.0.10 |
2833 | 2025-06-03T00:30:08.383Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2834 | 2025-06-03T00:30:08.460Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2835 | 2025-06-03T00:30:08.603Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2836 | 2025-06-03T00:30:08.852Z | Compiling typify-impl v0.4.1 |
2837 | 2025-06-03T00:30:08.878Z | Compiling colored v2.2.0 |
2838 | 2025-06-03T00:30:08.993Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2839 | 2025-06-03T00:30:09.587Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2840 | 2025-06-03T00:30:09.993Z | Compiling typify-macro v0.3.0 |
2841 | 2025-06-03T00:30:10.018Z | Compiling itertools v0.14.0 |
2842 | 2025-06-03T00:30:10.309Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2843 | 2025-06-03T00:30:11.175Z | Compiling camino-tempfile v1.3.0 |
2844 | 2025-06-03T00:30:11.677Z | Compiling smf v0.2.3 |
2845 | 2025-06-03T00:30:12.636Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2846 | 2025-06-03T00:30:12.739Z | Compiling zone_cfg_derive v0.3.0 |
2847 | 2025-06-03T00:30:12.765Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2848 | 2025-06-03T00:30:12.945Z | Compiling num-derive v0.4.2 |
2849 | 2025-06-03T00:30:13.010Z | Compiling sigpipe v0.1.3 |
2850 | 2025-06-03T00:30:13.178Z | Compiling jiff v0.2.13 |
2851 | 2025-06-03T00:30:13.207Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2852 | 2025-06-03T00:30:13.349Z | Compiling ingot-types v0.1.0 |
2853 | 2025-06-03T00:30:13.469Z | Compiling typify v0.3.0 |
2854 | 2025-06-03T00:30:13.573Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2855 | 2025-06-03T00:30:13.681Z | Compiling progenitor-impl v0.9.1 |
2856 | 2025-06-03T00:30:13.934Z | Compiling zone v0.3.1 |
2857 | 2025-06-03T00:30:14.044Z | Compiling num-rational v0.4.2 |
2858 | 2025-06-03T00:30:14.150Z | Compiling ingot v0.1.0 |
2859 | 2025-06-03T00:30:14.742Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2860 | 2025-06-03T00:30:15.209Z | Compiling num-complex v0.4.6 |
2861 | 2025-06-03T00:30:15.319Z | Compiling universal-hash v0.5.1 |
2862 | 2025-06-03T00:30:15.523Z | Compiling float-ord v0.3.2 |
2863 | 2025-06-03T00:30:15.555Z | Compiling opaque-debug v0.3.1 |
2864 | 2025-06-03T00:30:15.756Z | Compiling secrecy v0.10.3 |
2865 | 2025-06-03T00:30:15.782Z | Compiling half v2.4.1 |
2866 | 2025-06-03T00:30:16.058Z | Compiling num v0.4.3 |
2867 | 2025-06-03T00:30:16.146Z | Compiling ciborium-io v0.2.2 |
2868 | 2025-06-03T00:30:16.213Z | Compiling keccak v0.1.5 |
2869 | 2025-06-03T00:30:16.335Z | Compiling ciborium-ll v0.2.2 |
2870 | 2025-06-03T00:30:16.360Z | Compiling convert_case v0.4.0 |
2871 | 2025-06-03T00:30:16.744Z | Compiling ciborium v0.2.2 |
2872 | 2025-06-03T00:30:17.097Z | Compiling derive_more v0.99.20 |
2873 | 2025-06-03T00:30:17.175Z | Compiling sha3 v0.10.8 |
2874 | 2025-06-03T00:30:17.692Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2875 | 2025-06-03T00:30:17.955Z | Compiling password-hash v0.5.0 |
2876 | 2025-06-03T00:30:18.050Z | Compiling blake2 v0.10.6 |
2877 | 2025-06-03T00:30:18.791Z | Compiling aead v0.5.2 |
2878 | 2025-06-03T00:30:19.187Z | Compiling utf-8 v0.7.6 |
2879 | 2025-06-03T00:30:19.375Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2880 | 2025-06-03T00:30:19.401Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2881 | 2025-06-03T00:30:19.473Z | Compiling progenitor-macro v0.9.1 |
2882 | 2025-06-03T00:30:19.535Z | Compiling tungstenite v0.21.0 |
2883 | 2025-06-03T00:30:20.550Z | Compiling typify-macro v0.4.1 |
2884 | 2025-06-03T00:30:20.581Z | Compiling argon2 v0.5.3 |
2885 | 2025-06-03T00:30:21.267Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2886 | 2025-06-03T00:30:21.295Z | Compiling poly1305 v0.8.0 |
2887 | 2025-06-03T00:30:22.258Z | Compiling chacha20 v0.9.1 |
2888 | 2025-06-03T00:30:22.369Z | Compiling base64 v0.21.7 |
2889 | 2025-06-03T00:30:22.431Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2890 | 2025-06-03T00:30:22.627Z | Compiling tokio-tungstenite v0.21.0 |
2891 | 2025-06-03T00:30:22.755Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2892 | 2025-06-03T00:30:22.896Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2893 | 2025-06-03T00:30:22.921Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2894 | 2025-06-03T00:30:23.036Z | Compiling atomicwrites v0.4.4 |
2895 | 2025-06-03T00:30:23.130Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2896 | 2025-06-03T00:30:23.219Z | Compiling thiserror-impl-no-std v2.0.2 |
2897 | 2025-06-03T00:30:23.260Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2898 | 2025-06-03T00:30:23.409Z | Compiling semver v0.1.20 |
2899 | 2025-06-03T00:30:23.436Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2900 | 2025-06-03T00:30:23.771Z | Compiling rustc_version v0.1.7 |
2901 | 2025-06-03T00:30:23.900Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2902 | 2025-06-03T00:30:23.900Z | Compiling typify-impl v0.2.0 |
2903 | 2025-06-03T00:30:23.994Z | Compiling newline-converter v0.3.0 |
2904 | 2025-06-03T00:30:24.040Z | Compiling primeorder v0.13.6 |
2905 | 2025-06-03T00:30:24.075Z | Compiling typify v0.4.1 |
2906 | 2025-06-03T00:30:24.215Z | Compiling libefi-sys v0.1.0 |
2907 | 2025-06-03T00:30:24.241Z | Compiling progenitor-impl v0.10.0 |
2908 | 2025-06-03T00:30:24.278Z | Compiling linked-hash-map v0.5.6 |
2909 | 2025-06-03T00:30:24.534Z | Compiling owo-colors v4.2.0 |
2910 | 2025-06-03T00:30:24.560Z | Compiling cancel-safe-futures v0.1.5 |
2911 | 2025-06-03T00:30:24.653Z | Compiling lru-cache v0.1.2 |
2912 | 2025-06-03T00:30:24.950Z | Compiling newtype_derive v0.1.6 |
2913 | 2025-06-03T00:30:24.975Z | Compiling expectorate v1.2.0 |
2914 | 2025-06-03T00:30:25.484Z | Compiling chacha20poly1305 v0.10.1 |
2915 | 2025-06-03T00:30:25.509Z | Compiling resolv-conf v0.7.0 |
2916 | 2025-06-03T00:30:25.535Z | Compiling thiserror-no-std v2.0.2 |
2917 | 2025-06-03T00:30:25.560Z | Compiling libsw-core v0.3.1 |
2918 | 2025-06-03T00:30:25.560Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2919 | 2025-06-03T00:30:25.764Z | Compiling vsss-rs v3.3.4 |
2920 | 2025-06-03T00:30:25.965Z | Compiling bitfield-struct v0.6.2 |
2921 | 2025-06-03T00:30:25.991Z | Compiling unicase v2.7.0 |
2922 | 2025-06-03T00:30:26.017Z | Compiling arc-swap v1.7.1 |
2923 | 2025-06-03T00:30:26.346Z | Compiling fixedbitset v0.5.7 |
2924 | 2025-06-03T00:30:26.651Z | Compiling ref-cast v1.0.24 |
2925 | 2025-06-03T00:30:27.003Z | Compiling petgraph v0.7.1 |
2926 | 2025-06-03T00:30:27.144Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2927 | 2025-06-03T00:30:27.264Z | Compiling slog-scope v4.4.0 |
2928 | 2025-06-03T00:30:27.864Z | Compiling libsw v3.4.0 |
2929 | 2025-06-03T00:30:27.963Z | Compiling hickory-resolver v0.24.4 |
2930 | 2025-06-03T00:30:29.277Z | Compiling polyval v0.6.2 |
2931 | 2025-06-03T00:30:29.377Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2932 | 2025-06-03T00:30:29.704Z | Compiling progenitor v0.9.1 |
2933 | 2025-06-03T00:30:29.759Z | Compiling ref-cast-impl v1.0.24 |
2934 | 2025-06-03T00:30:29.858Z | Compiling proc-macro-error-attr2 v2.0.0 |
2935 | 2025-06-03T00:30:29.984Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2936 | 2025-06-03T00:30:30.012Z | Compiling progenitor-macro v0.10.0 |
2937 | 2025-06-03T00:30:30.044Z | Compiling indent_write v2.2.0 |
2938 | 2025-06-03T00:30:30.343Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2939 | 2025-06-03T00:30:30.449Z | Compiling salty v0.3.0 |
2940 | 2025-06-03T00:30:30.532Z | Compiling parking_lot_core v0.8.6 |
2941 | 2025-06-03T00:30:30.643Z | Compiling linear-map v1.2.0 |
2942 | 2025-06-03T00:30:30.957Z | Compiling proc-macro-error2 v2.0.1 |
2943 | 2025-06-03T00:30:31.062Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2944 | 2025-06-03T00:30:31.089Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2945 | 2025-06-03T00:30:31.582Z | Compiling ghash v0.5.1 |
2946 | 2025-06-03T00:30:31.608Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2947 | 2025-06-03T00:30:32.025Z | Compiling slog-stdlog v4.1.1 |
2948 | 2025-06-03T00:30:32.050Z | Compiling p384 v0.13.0 |
2949 | 2025-06-03T00:30:32.357Z | Compiling num-derive v0.3.3 |
2950 | 2025-06-03T00:30:32.392Z | Compiling ctr v0.9.2 |
2951 | 2025-06-03T00:30:32.777Z | Compiling lzma-sys v0.1.20 |
2952 | 2025-06-03T00:30:32.819Z | Compiling gethostname v0.5.0 |
2953 | 2025-06-03T00:30:33.061Z | Compiling slog-dtrace v0.3.0 |
2954 | 2025-06-03T00:30:33.288Z | Compiling highway v1.3.0 |
2955 | 2025-06-03T00:30:33.376Z | Compiling xshell-macros v0.2.7 |
2956 | 2025-06-03T00:30:33.456Z | Compiling papergrid v0.14.0 |
2957 | 2025-06-03T00:30:34.028Z | Compiling libscf-sys v1.1.0 |
2958 | 2025-06-03T00:30:34.074Z | Compiling xshell v0.2.7 |
2959 | 2025-06-03T00:30:34.197Z | Compiling aes-gcm v0.10.3 |
2960 | 2025-06-03T00:30:34.296Z | Compiling mime_guess v2.0.5 |
2961 | 2025-06-03T00:30:34.398Z | Compiling slog-envlogger v2.2.0 |
2962 | 2025-06-03T00:30:34.542Z | Compiling steno v0.4.1 |
2963 | 2025-06-03T00:30:35.024Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2964 | 2025-06-03T00:30:35.077Z | Compiling tabled_derive v0.10.0 |
2965 | 2025-06-03T00:30:35.665Z | Compiling typify-macro v0.2.0 |
2966 | 2025-06-03T00:30:35.852Z | Compiling iddqd v0.3.0 |
2967 | 2025-06-03T00:30:36.763Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2968 | 2025-06-03T00:30:37.144Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2969 | 2025-06-03T00:30:37.393Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2970 | 2025-06-03T00:30:37.983Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2971 | 2025-06-03T00:30:38.068Z | Compiling heck v0.3.3 |
2972 | 2025-06-03T00:30:38.249Z | Compiling progenitor-client v0.8.0 |
2973 | 2025-06-03T00:30:38.396Z | Compiling ssh-encoding v0.2.0 |
2974 | 2025-06-03T00:30:38.441Z | Compiling blowfish v0.9.1 |
2975 | 2025-06-03T00:30:38.748Z | Compiling env_filter v0.1.2 |
2976 | 2025-06-03T00:30:38.814Z | Compiling nibble_vec v0.1.0 |
2977 | 2025-06-03T00:30:38.893Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2978 | 2025-06-03T00:30:38.926Z | Compiling humantime v2.1.0 |
2979 | 2025-06-03T00:30:39.091Z | Compiling endian-type v0.1.2 |
2980 | 2025-06-03T00:30:39.140Z | Compiling typify v0.2.0 |
2981 | 2025-06-03T00:30:39.331Z | Compiling progenitor-impl v0.8.0 |
2982 | 2025-06-03T00:30:39.357Z | Compiling radix_trie v0.2.1 |
2983 | 2025-06-03T00:30:39.357Z | Compiling env_logger v0.11.5 |
2984 | 2025-06-03T00:30:39.405Z | Compiling ssh-cipher v0.2.0 |
2985 | 2025-06-03T00:30:39.430Z | Compiling bcrypt-pbkdf v0.10.0 |
2986 | 2025-06-03T00:30:39.959Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2987 | 2025-06-03T00:30:39.985Z | Compiling zone_cfg_derive v0.1.2 |
2988 | 2025-06-03T00:30:40.046Z | Compiling tabled v0.18.0 |
2989 | 2025-06-03T00:30:40.127Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2990 | 2025-06-03T00:30:40.174Z | Compiling progenitor v0.10.0 |
2991 | 2025-06-03T00:30:40.444Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2992 | 2025-06-03T00:30:40.617Z | Compiling parking_lot v0.11.2 |
2993 | 2025-06-03T00:30:41.022Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2994 | 2025-06-03T00:30:41.688Z | Compiling qorb v0.3.1 |
2995 | 2025-06-03T00:30:41.759Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2996 | 2025-06-03T00:30:41.829Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2997 | 2025-06-03T00:30:42.270Z | Compiling password-hash v0.4.2 |
2998 | 2025-06-03T00:30:42.295Z | Compiling fxhash v0.2.1 |
2999 | 2025-06-03T00:30:42.552Z | Compiling same-file v1.0.6 |
3000 | 2025-06-03T00:30:42.845Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3001 | 2025-06-03T00:30:43.018Z | Compiling http-range v0.1.5 |
3002 | 2025-06-03T00:30:43.152Z | Compiling base64 v0.13.1 |
3003 | 2025-06-03T00:30:43.310Z | Compiling walkdir v2.5.0 |
3004 | 2025-06-03T00:30:43.352Z | Compiling pbkdf2 v0.11.0 |
3005 | 2025-06-03T00:30:43.689Z | Compiling ron v0.7.1 |
3006 | 2025-06-03T00:30:43.948Z | Compiling sled v0.34.7 |
3007 | 2025-06-03T00:30:45.052Z | Compiling progenitor-macro v0.8.0 |
3008 | 2025-06-03T00:30:45.079Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3009 | 2025-06-03T00:30:45.518Z | Compiling xz2 v0.1.7 |
3010 | 2025-06-03T00:30:45.621Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3011 | 2025-06-03T00:30:45.754Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3012 | 2025-06-03T00:30:45.992Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3013 | 2025-06-03T00:30:46.026Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3014 | 2025-06-03T00:30:46.758Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3015 | 2025-06-03T00:30:48.710Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3016 | 2025-06-03T00:30:49.505Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3017 | 2025-06-03T00:30:49.563Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3018 | 2025-06-03T00:30:50.111Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3019 | 2025-06-03T00:30:50.602Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3020 | 2025-06-03T00:30:51.829Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3021 | 2025-06-03T00:30:51.872Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3022 | 2025-06-03T00:30:52.446Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3023 | 2025-06-03T00:30:52.645Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3024 | 2025-06-03T00:30:53.250Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3025 | 2025-06-03T00:30:53.467Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3026 | 2025-06-03T00:30:54.801Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3027 | 2025-06-03T00:30:55.128Z | Compiling progenitor v0.8.0 |
3028 | 2025-06-03T00:30:55.403Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3029 | 2025-06-03T00:30:55.768Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3030 | 2025-06-03T00:30:57.535Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3031 | 2025-06-03T00:30:57.626Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3032 | 2025-06-03T00:30:57.746Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3033 | 2025-06-03T00:30:57.774Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3034 | 2025-06-03T00:30:58.204Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3035 | 2025-06-03T00:30:58.240Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3036 | 2025-06-03T00:30:58.685Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3037 | 2025-06-03T00:30:58.859Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3038 | 2025-06-03T00:30:58.885Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3039 | 2025-06-03T00:30:59.992Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3040 | 2025-06-03T00:31:00.193Z | Compiling zone v0.1.8 |
3041 | 2025-06-03T00:31:01.872Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3042 | 2025-06-03T00:31:02.180Z | Compiling ssh-key v0.6.6 |
3043 | 2025-06-03T00:31:02.474Z | Compiling hickory-client v0.24.4 |
3044 | 2025-06-03T00:31:02.812Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
3045 | 2025-06-03T00:31:03.592Z | Compiling p256 v0.13.2 |
3046 | 2025-06-03T00:31:03.732Z | Compiling p521 v0.13.3 |
3047 | 2025-06-03T00:31:04.022Z | Compiling hickory-server v0.24.4 |
3048 | 2025-06-03T00:31:04.138Z | Compiling pem v3.0.5 |
3049 | 2025-06-03T00:31:04.314Z | Compiling yasna v0.5.2 |
3050 | 2025-06-03T00:31:04.834Z | Compiling headers-core v0.3.0 |
3051 | 2025-06-03T00:31:05.044Z | Compiling kstat-rs v0.2.4 |
3052 | 2025-06-03T00:31:05.543Z | Compiling secrecy v0.8.0 |
3053 | 2025-06-03T00:31:05.612Z | Compiling nanorand v0.7.0 |
3054 | 2025-06-03T00:31:05.694Z | Compiling russh-cryptovec v0.7.3 |
3055 | 2025-06-03T00:31:05.732Z | Compiling atty v0.2.14 |
3056 | 2025-06-03T00:31:05.880Z | Compiling crc8 v0.1.1 |
3057 | 2025-06-03T00:31:05.947Z | Compiling md5 v0.7.0 |
3058 | 2025-06-03T00:31:05.973Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3059 | 2025-06-03T00:31:06.051Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3060 | 2025-06-03T00:31:06.106Z | Compiling flume v0.11.1 |
3061 | 2025-06-03T00:31:06.439Z | Compiling russh-keys v0.45.0 |
3062 | 2025-06-03T00:31:06.737Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3063 | 2025-06-03T00:31:07.836Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3064 | 2025-06-03T00:31:08.060Z | Compiling rcgen v0.12.1 |
3065 | 2025-06-03T00:31:08.104Z | Compiling headers v0.4.0 |
3066 | 2025-06-03T00:31:09.646Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3067 | 2025-06-03T00:31:09.672Z | Compiling hyper-staticfile v0.10.1 |
3068 | 2025-06-03T00:31:09.859Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3069 | 2025-06-03T00:31:10.541Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3070 | 2025-06-03T00:31:10.636Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3071 | 2025-06-03T00:31:11.503Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3072 | 2025-06-03T00:31:12.979Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3073 | 2025-06-03T00:31:13.180Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3074 | 2025-06-03T00:31:14.288Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3075 | 2025-06-03T00:31:14.725Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3076 | 2025-06-03T00:31:15.317Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3077 | 2025-06-03T00:31:15.961Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3078 | 2025-06-03T00:31:16.833Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3079 | 2025-06-03T00:31:17.482Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3080 | 2025-06-03T00:31:17.508Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3081 | 2025-06-03T00:31:17.649Z | Compiling num-bigint v0.4.6 |
3082 | 2025-06-03T00:31:18.125Z | Compiling des v0.8.1 |
3083 | 2025-06-03T00:31:18.332Z | Compiling subprocess v0.2.9 |
3084 | 2025-06-03T00:31:18.734Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3085 | 2025-06-03T00:31:18.826Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3086 | 2025-06-03T00:31:19.586Z | Compiling display-error-chain v0.2.2 |
3087 | 2025-06-03T00:31:19.815Z | Compiling hex-literal v0.4.1 |
3088 | 2025-06-03T00:31:19.848Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3089 | 2025-06-03T00:31:20.030Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3090 | 2025-06-03T00:31:20.719Z | Compiling russh v0.45.0 |
3091 | 2025-06-03T00:31:21.855Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3092 | 2025-06-03T00:31:22.495Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3093 | 2025-06-03T00:31:22.733Z | Compiling internet-checksum v0.2.1 |
3094 | 2025-06-03T00:31:29.598Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3095 | 2025-06-03T00:31:31.614Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3096 | 2025-06-03T00:32:06.725Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3097 | 2025-06-03T00:32:35.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
3098 | 2025-06-03T00:32:36.219Z | |
3099 | 2025-06-03T00:32:36.219Z | real 2:42.649918167 |
3100 | 2025-06-03T00:32:36.219Z | user 12:45.070913275 |
3101 | 2025-06-03T00:32:36.219Z | sys 2:06.561625439 |
3102 | 2025-06-03T00:32:36.245Z | trap 0.414923883 |
3103 | 2025-06-03T00:32:36.245Z | tflt 0.157626524 |
3104 | 2025-06-03T00:32:36.245Z | dflt 1.462791064 |
3105 | 2025-06-03T00:32:36.245Z | kflt 0.000309774 |
3106 | 2025-06-03T00:32:36.245Z | lock 21:50.408405209 |
3107 | 2025-06-03T00:32:36.245Z | slp 46:22.130510513 |
3108 | 2025-06-03T00:32:36.245Z | lat 42.305764185 |
3109 | 2025-06-03T00:32:36.245Z | stop 1:47.266207498 |
3110 | 2025-06-03T00:32:36.245Z | + mkdir tests |
3111 | 2025-06-03T00:32:36.245Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3112 | 2025-06-03T00:32:36.245Z | + xargs -I '{}' -t cp '{}' tests/ |
3113 | 2025-06-03T00:32:36.270Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6c9ab6e1ab706124 tests/ |
3114 | 2025-06-03T00:32:36.295Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d52f47d3256c23bc tests/ |
3115 | 2025-06-03T00:32:36.320Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-04efc77d844e81ca tests/ |
3116 | 2025-06-03T00:32:36.345Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4146468bdcbdd3db tests/ |
3117 | 2025-06-03T00:32:36.551Z | + 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/*) |
3118 | 2025-06-03T00:32:36.577Z | + 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-d52f47d3256c23bc tests/commtest-04efc77d844e81ca tests/dhcp_server-6c9ab6e1ab706124 tests/end_to_end_tests-4146468bdcbdd3db 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 |
3119 | 2025-06-03T00:34:15.356Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3120 | 2025-06-03T00:34:15.356Z | a .github/buildomat/ci-env.sh 1K |
3121 | 2025-06-03T00:34:15.356Z | a out/target/test 1K |
3122 | 2025-06-03T00:34:15.356Z | a out/npuzone/npuzone 23144K |
3123 | 2025-06-03T00:34:15.356Z | a package-manifest.toml 33K |
3124 | 2025-06-03T00:34:15.356Z | a smf/sled-agent/non-gimlet/config.toml 5K |
3125 | 2025-06-03T00:34:15.356Z | a target/release/omicron-package 40136K |
3126 | 2025-06-03T00:34:15.356Z | a target/release/xtask 10887K |
3127 | 2025-06-03T00:34:15.357Z | a target/debug/bootstrap 232902K |
3128 | 2025-06-03T00:34:15.357Z | a tests/bootstrap-d52f47d3256c23bc 23353K |
3129 | 2025-06-03T00:34:15.357Z | a tests/commtest-04efc77d844e81ca 25533K |
3130 | 2025-06-03T00:34:15.357Z | a tests/dhcp_server-6c9ab6e1ab706124 23353K |
3131 | 2025-06-03T00:34:15.357Z | a tests/end_to_end_tests-4146468bdcbdd3db 295469K |
3132 | 2025-06-03T00:34:15.357Z | a out/clickhouse.tar.gz 298742K |
3133 | 2025-06-03T00:34:15.357Z | a out/clickhouse_keeper.tar.gz 284031K |
3134 | 2025-06-03T00:34:15.357Z | a out/clickhouse_server.tar.gz 298739K |
3135 | 2025-06-03T00:34:15.357Z | a out/cockroachdb.tar.gz 145047K |
3136 | 2025-06-03T00:34:15.357Z | a out/crucible-dtrace.tar 98K |
3137 | 2025-06-03T00:34:15.357Z | a out/crucible-pantry-zone.tar.gz 35584K |
3138 | 2025-06-03T00:34:15.357Z | a out/crucible-zone.tar.gz 44717K |
3139 | 2025-06-03T00:34:15.357Z | a out/external-dns.tar.gz 47789K |
3140 | 2025-06-03T00:34:15.357Z | a out/internal-dns.tar.gz 47788K |
3141 | 2025-06-03T00:34:15.357Z | a out/mg-ddm-gz.tar 90232K |
3142 | 2025-06-03T00:34:15.357Z | a out/nexus.tar.gz 117534K |
3143 | 2025-06-03T00:34:15.357Z | a out/ntp.tar.gz 15015K |
3144 | 2025-06-03T00:34:15.357Z | a out/omicron-gateway-softnpu.tar.gz 26624K |
3145 | 2025-06-03T00:34:15.357Z | a out/omicron-sled-agent.tar 137468K |
3146 | 2025-06-03T00:34:15.357Z | a out/overlay.tar.gz 3K |
3147 | 2025-06-03T00:34:15.357Z | a out/oximeter.tar.gz 58063K |
3148 | 2025-06-03T00:34:15.357Z | a out/oxlog.tar 4080K |
3149 | 2025-06-03T00:34:15.357Z | a out/probe.tar.gz 2764K |
3150 | 2025-06-03T00:34:15.357Z | a out/propolis-server.tar.gz 68618K |
3151 | 2025-06-03T00:34:15.357Z | a out/pumpkind-gz.tar 26648K |
3152 | 2025-06-03T00:34:15.357Z | a out/switch-softnpu.tar.gz 304932K |
3153 | 2025-06-03T00:34:15.382Z | |
3154 | 2025-06-03T00:34:15.382Z | real 1:38.805706415 |
3155 | 2025-06-03T00:34:15.382Z | user 1:30.999601731 |
3156 | 2025-06-03T00:34:15.382Z | sys 9.515274488 |
3157 | 2025-06-03T00:34:15.382Z | trap 0.025157539 |
3158 | 2025-06-03T00:34:15.383Z | tflt 0.000000000 |
3159 | 2025-06-03T00:34:15.383Z | dflt 0.000000000 |
3160 | 2025-06-03T00:34:15.383Z | kflt 0.000000000 |
3161 | 2025-06-03T00:34:15.383Z | lock 0.000000000 |
3162 | 2025-06-03T00:34:15.383Z | slp 1:31.198562820 |
3163 | 2025-06-03T00:34:15.383Z | lat 5.866372794 |
3164 | 2025-06-03T00:34:15.383Z | stop 0.000433005 |
3165 | 2025-06-03T00:34:15.383Z | process exited: duration 2120722 ms, exit code 0 |
|
3166 | 2025-06-03T00:34:15.469Z | found 1 output files |
3167 | 2025-06-03T00:34:15.470Z | uploading: /work/package.tar.gz (2096832493 bytes) |
3168 | 2025-06-03T00:39:00.153Z | uploaded: /work/package.tar.gz |