|
|
|
1 | 2025-01-17T07:37:21.947Z | job assigned to worker 01JHSK2JST12WBB9VDZG2S26YR [factory aws, i-09c18b42421274d5f] (queued for 49 s) |
|
2 | 2025-01-17T07:37:29.339Z | starting task 0: "setup" |
3 | 2025-01-17T07:37:29.348Z | ++ uname -s |
4 | 2025-01-17T07:37:29.351Z | + kern=SunOS |
5 | 2025-01-17T07:37:29.351Z | + case "$kern" in |
6 | 2025-01-17T07:37:29.351Z | + groupadd -g 12345 build |
7 | 2025-01-17T07:37:29.354Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T07:37:31.360Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T07:37:31.529Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T07:37:31.531Z | + home_fs=zfs |
11 | 2025-01-17T07:37:31.531Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T07:37:31.531Z | + mkdir -p /home/build |
13 | 2025-01-17T07:37:31.534Z | + chown build:build /home/build /work |
14 | 2025-01-17T07:37:33.536Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T07:37:33.539Z | process exited: duration 4201 ms, exit code 0 |
|
16 | 2025-01-17T07:37:33.545Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T07:37:33.550Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T07:37:33.550Z | ' 1.84.0 |
19 | 2025-01-17T07:37:33.551Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-17T07:37:33.551Z | ' default |
21 | 2025-01-17T07:37:33.551Z | * toolchain channel = "1.84.0" |
22 | 2025-01-17T07:37:33.551Z | * toolchain profile = "default" |
23 | 2025-01-17T07:37:33.553Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T07:37:33.553Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T07:37:33.675Z | info: downloading installer |
26 | 2025-01-17T07:37:35.280Z | info: profile set to 'default' |
27 | 2025-01-17T07:37:35.280Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T07:37:35.283Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T07:37:35.422Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T07:37:35.422Z | info: downloading component 'cargo' |
31 | 2025-01-17T07:37:36.191Z | info: downloading component 'clippy' |
32 | 2025-01-17T07:37:36.487Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T07:37:37.537Z | info: downloading component 'rust-std' |
34 | 2025-01-17T07:37:39.113Z | info: downloading component 'rustc' |
35 | 2025-01-17T07:37:45.083Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T07:37:45.311Z | info: installing component 'cargo' |
37 | 2025-01-17T07:37:46.135Z | info: installing component 'clippy' |
38 | 2025-01-17T07:37:46.512Z | info: installing component 'rust-docs' |
39 | 2025-01-17T07:37:48.195Z | info: installing component 'rust-std' |
40 | 2025-01-17T07:37:49.937Z | info: installing component 'rustc' |
41 | 2025-01-17T07:37:55.898Z | info: installing component 'rustfmt' |
42 | 2025-01-17T07:37:56.231Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T07:37:56.231Z | |
44 | 2025-01-17T07:37:56.622Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T07:37:56.623Z | |
46 | 2025-01-17T07:37:56.625Z | |
47 | 2025-01-17T07:37:56.625Z | Rust is installed now. Great! |
48 | 2025-01-17T07:37:56.625Z | |
49 | 2025-01-17T07:37:56.625Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T07:37:56.625Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T07:37:56.625Z | |
52 | 2025-01-17T07:37:56.625Z | To configure your current shell, you need to source |
53 | 2025-01-17T07:37:56.625Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T07:37:56.625Z | |
55 | 2025-01-17T07:37:56.626Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T07:37:56.626Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T07:37:56.626Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T07:37:56.704Z | + rustc --version |
59 | 2025-01-17T07:37:56.771Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T07:37:56.774Z | process exited: duration 23229 ms, exit code 0 |
|
61 | 2025-01-17T07:37:56.781Z | starting task 2: "authentication" |
62 | 2025-01-17T07:37:56.801Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-17T07:37:56.807Z | starting task 3: "clone repository" |
64 | 2025-01-17T07:37:56.812Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T07:37:56.815Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T07:37:56.851Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T07:38:04.731Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T07:38:04.731Z | + git fetch origin b84b8458e98887045a2851c27597bc604bfa9b96 |
69 | 2025-01-17T07:38:05.014Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T07:38:05.014Z | * branch b84b8458e98887045a2851c27597bc604bfa9b96 -> FETCH_HEAD |
71 | 2025-01-17T07:38:05.025Z | + [[ -n renovate/hyper-staticfile-0.x ]] |
72 | 2025-01-17T07:38:05.028Z | ++ git branch --show-current |
73 | 2025-01-17T07:38:05.030Z | + current=main |
74 | 2025-01-17T07:38:05.030Z | + [[ main != renovate/hyper-staticfile-0.x ]] |
75 | 2025-01-17T07:38:05.030Z | + git branch -f renovate/hyper-staticfile-0.x b84b8458e98887045a2851c27597bc604bfa9b96 |
76 | 2025-01-17T07:38:05.034Z | + git checkout -f renovate/hyper-staticfile-0.x |
77 | 2025-01-17T07:38:05.212Z | Switched to branch 'renovate/hyper-staticfile-0.x' |
78 | 2025-01-17T07:38:05.214Z | + git reset --hard b84b8458e98887045a2851c27597bc604bfa9b96 |
79 | 2025-01-17T07:38:05.386Z | HEAD is now at b84b8458e Update Rust crate hyper-staticfile to 0.10.1 |
80 | 2025-01-17T07:38:05.389Z | process exited: duration 8580 ms, exit code 0 |
|
81 | 2025-01-17T07:38:05.395Z | starting task 4: "build" |
82 | 2025-01-17T07:38:05.401Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T07:38:05.404Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T07:38:05.404Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T07:38:05.404Z | + cargo --version |
86 | 2025-01-17T07:38:05.463Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T07:38:05.466Z | + rustc --version |
88 | 2025-01-17T07:38:05.526Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T07:38:05.529Z | + WORK=/work |
90 | 2025-01-17T07:38:05.529Z | + pfexec mkdir -p /work |
91 | 2025-01-17T07:38:05.533Z | + pfexec chown build /work |
92 | 2025-01-17T07:38:05.536Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-17T07:38:07.165Z | pkg list: illegal option -- F |
94 | 2025-01-17T07:38:07.165Z | Usage: |
95 | 2025-01-17T07:38:07.168Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-17T07:38:07.168Z | [pkg_fmri_pattern ...] |
97 | 2025-01-17T07:38:08.006Z | pkg list: illegal option -- F |
98 | 2025-01-17T07:38:08.006Z | Usage: |
99 | 2025-01-17T07:38:08.006Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-17T07:38:08.006Z | [pkg_fmri_pattern ...] |
101 | 2025-01-17T07:38:20.157Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-17T07:38:24.249Z | Startup: Caching catalogs ... Done |
103 | 2025-01-17T07:38:35.441Z | Planning: Solver setup ... Done (10.377s) |
104 | 2025-01-17T07:38:35.586Z | Planning: Running solver ... Done (0.146s) |
105 | 2025-01-17T07:38:35.702Z | Planning: Finding local manifests ... Done (0.007s) |
106 | 2025-01-17T07:38:35.730Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-17T07:38:35.978Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-17T07:38:36.087Z | Planning: Package planning ... Done (0.109s) |
109 | 2025-01-17T07:38:36.144Z | Planning: Merging actions ... Done (0.057s) |
110 | 2025-01-17T07:38:36.343Z | Planning: Checking for conflicting actions ... Done (0.198s) |
111 | 2025-01-17T07:38:38.506Z | Planning: Consolidating action changes ... Done (2.162s) |
112 | 2025-01-17T07:38:38.951Z | Planning: Evaluating mediators ... Done (0.437s) |
113 | 2025-01-17T07:38:39.051Z | Planning: Planning completed in 14.68 seconds |
114 | 2025-01-17T07:38:39.063Z | Packages to install: 4 |
115 | 2025-01-17T07:38:39.063Z | Packages to update: 3 |
116 | 2025-01-17T07:38:39.063Z | Mediators to change: 2 |
117 | 2025-01-17T07:38:39.063Z | Services to change: 1 |
118 | 2025-01-17T07:38:39.064Z | Estimated space available: 155.61 GB |
119 | 2025-01-17T07:38:39.064Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-17T07:38:39.064Z | Create boot environment: No |
121 | 2025-01-17T07:38:39.064Z | Create backup boot environment: Yes |
122 | 2025-01-17T07:38:39.064Z | Rebuild boot archive: No |
123 | 2025-01-17T07:38:39.064Z | |
124 | 2025-01-17T07:38:39.067Z | Changed mediators: |
125 | 2025-01-17T07:38:39.067Z | mediator clang: |
126 | 2025-01-17T07:38:39.068Z | version: None -> 15 (system default) |
127 | 2025-01-17T07:38:39.068Z | |
128 | 2025-01-17T07:38:39.068Z | mediator llvm: |
129 | 2025-01-17T07:38:39.068Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-17T07:38:39.068Z | |
131 | 2025-01-17T07:38:39.068Z | Changed packages: |
132 | 2025-01-17T07:38:39.068Z | helios-dev |
133 | 2025-01-17T07:38:39.069Z | developer/build-essential |
134 | 2025-01-17T07:38:39.069Z | None -> 11-2.0 |
135 | 2025-01-17T07:38:39.069Z | library/libxmlsec1 |
136 | 2025-01-17T07:38:39.069Z | None -> 1.2.35-2.0 |
137 | 2025-01-17T07:38:39.069Z | ooce/developer/clang-15 |
138 | 2025-01-17T07:38:39.069Z | None -> 15.0.7-2.0 |
139 | 2025-01-17T07:38:39.069Z | ooce/developer/llvm-15 |
140 | 2025-01-17T07:38:39.069Z | None -> 15.0.7-2.0 |
141 | 2025-01-17T07:38:39.070Z | package/pkg |
142 | 2025-01-17T07:38:39.070Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-17T07:38:39.070Z | system/library/g++-runtime |
144 | 2025-01-17T07:38:39.070Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-17T07:38:39.070Z | system/library/gcc-runtime |
146 | 2025-01-17T07:38:39.070Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-17T07:38:39.070Z | |
148 | 2025-01-17T07:38:39.070Z | Services: |
149 | 2025-01-17T07:38:39.071Z | restart_fmri: |
150 | 2025-01-17T07:38:39.071Z | svc:/system/update-man-index:default |
151 | 2025-01-17T07:38:39.071Z | |
152 | 2025-01-17T07:38:39.071Z | Editable files to change: |
153 | 2025-01-17T07:38:39.071Z | Update: |
154 | 2025-01-17T07:38:39.071Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-17T07:38:39.128Z | |
156 | 2025-01-17T07:38:39.128Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-17T07:38:44.128Z | Download: 350/4301 items 2.1/225.4MB 0% complete (415k/s) |
158 | 2025-01-17T07:38:49.138Z | Download: 1156/4301 items 50.9/225.4MB 22% complete (5.0M/s) |
159 | 2025-01-17T07:38:54.929Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (8.4M/s) |
160 | 2025-01-17T07:38:59.946Z | Download: 1552/4301 items 116.8/225.4MB 51% complete (6.5M/s) |
161 | 2025-01-17T07:39:04.936Z | Download: 1896/4301 items 117.8/225.4MB 52% complete (3.5M/s) |
162 | 2025-01-17T07:39:09.990Z | Download: 2303/4301 items 119.6/225.4MB 53% complete (297k/s) |
163 | 2025-01-17T07:39:15.049Z | Download: 2525/4301 items 120.1/225.4MB 53% complete (232k/s) |
164 | 2025-01-17T07:39:20.053Z | Download: 2863/4301 items 120.9/225.4MB 53% complete (127k/s) |
165 | 2025-01-17T07:39:25.498Z | Download: 3241/4301 items 195.0/225.4MB 86% complete (7.4M/s) |
166 | 2025-01-17T07:39:33.578Z | Download: 3243/4301 items 202.8/225.4MB 89% complete (8.1M/s) |
167 | 2025-01-17T07:39:38.629Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (45.4k/s) |
168 | 2025-01-17T07:39:51.204Z | Download: 3288/4301 items 211.1/225.4MB 93% complete (986k/s) |
169 | 2025-01-17T07:39:56.204Z | Download: 4076/4301 items 219.2/225.4MB 97% complete (1.6M/s) |
170 | 2025-01-17T07:39:58.677Z | Download: Completed 225.42 MB in 79.55 seconds (2.8M/s) |
171 | 2025-01-17T07:40:00.755Z | Actions: 1/5122 actions (Removing old actions) |
172 | 2025-01-17T07:40:00.779Z | Actions: 194/5122 actions (Installing new actions) |
173 | 2025-01-17T07:40:05.554Z | Actions: 4267/5122 actions (Updating modified actions) |
174 | 2025-01-17T07:40:05.914Z | Actions: Completed 5122 actions in 5.16 seconds. |
175 | 2025-01-17T07:40:06.320Z | Done (0.398s) |
176 | 2025-01-17T07:40:06.323Z | Done (0.001s) |
177 | 2025-01-17T07:40:06.899Z | Done (0.578s) |
178 | 2025-01-17T07:40:11.347Z | Done (4.213s) |
179 | 2025-01-17T07:40:11.433Z | Done (0.018s) |
180 | 2025-01-17T07:40:11.435Z | Done (0.000s) |
181 | 2025-01-17T07:40:11.668Z | Done (0.000s) |
182 | 2025-01-17T07:40:12.365Z | Planning: Evaluating mediator changes ... Done |
183 | 2025-01-17T07:40:12.526Z | Planning: Checking for conflicting actions ... Done |
184 | 2025-01-17T07:40:12.530Z | Planning: Consolidating action changes ... Done |
185 | 2025-01-17T07:40:12.795Z | Planning: Evaluating mediators ... Done |
186 | 2025-01-17T07:40:12.798Z | Planning: Planning completed in 0.43 seconds |
187 | 2025-01-17T07:40:12.834Z | Mediators to change: 2 |
188 | 2025-01-17T07:40:12.834Z | Create boot environment: No |
189 | 2025-01-17T07:40:12.838Z | Create backup boot environment: No |
190 | 2025-01-17T07:40:12.942Z | Done |
191 | 2025-01-17T07:40:12.942Z | Done |
192 | 2025-01-17T07:40:13.349Z | Done |
193 | 2025-01-17T07:40:16.916Z | Done |
194 | 2025-01-17T07:40:17.003Z | Done |
195 | 2025-01-17T07:40:17.006Z | Done |
196 | 2025-01-17T07:40:17.130Z | Done |
197 | 2025-01-17T07:40:17.738Z | Planning: Evaluating mediator changes ... Done |
198 | 2025-01-17T07:40:17.742Z | Planning: Merging actions ... Done |
199 | 2025-01-17T07:40:17.929Z | Planning: Checking for conflicting actions ... Done |
200 | 2025-01-17T07:40:17.933Z | Planning: Consolidating action changes ... Done |
201 | 2025-01-17T07:40:18.194Z | Planning: Evaluating mediators ... Done |
202 | 2025-01-17T07:40:18.248Z | Planning: Planning completed in 0.75 seconds |
203 | 2025-01-17T07:40:18.289Z | Packages to change: 1 |
204 | 2025-01-17T07:40:18.289Z | Mediators to change: 1 |
205 | 2025-01-17T07:40:18.291Z | Services to change: 1 |
206 | 2025-01-17T07:40:18.291Z | Create boot environment: No |
207 | 2025-01-17T07:40:18.291Z | Create backup boot environment: Yes |
208 | 2025-01-17T07:40:20.648Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2025-01-17T07:40:20.651Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2025-01-17T07:40:20.651Z | Done |
211 | 2025-01-17T07:40:20.651Z | Done |
212 | 2025-01-17T07:40:20.768Z | Done |
213 | 2025-01-17T07:40:24.337Z | Done |
214 | 2025-01-17T07:40:24.429Z | Done |
215 | 2025-01-17T07:40:24.432Z | Done |
216 | 2025-01-17T07:40:24.581Z | Done |
217 | 2025-01-17T07:40:25.013Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2025-01-17T07:40:25.013Z | clang system 15 system |
219 | 2025-01-17T07:40:25.013Z | csh system system illumos |
220 | 2025-01-17T07:40:25.014Z | ctags system system illumos |
221 | 2025-01-17T07:40:25.014Z | gcc vendor 12 vendor |
222 | 2025-01-17T07:40:25.014Z | gcc system 10 system |
223 | 2025-01-17T07:40:25.014Z | gcc system 7 system |
224 | 2025-01-17T07:40:25.014Z | go system 1.20 system |
225 | 2025-01-17T07:40:25.014Z | go system 1.19 system |
226 | 2025-01-17T07:40:25.014Z | llvm system 15 system |
227 | 2025-01-17T07:40:25.014Z | llvm system 14 system |
228 | 2025-01-17T07:40:25.014Z | mariadb system 10.6 system |
229 | 2025-01-17T07:40:25.014Z | mta vendor vendor dma |
230 | 2025-01-17T07:40:25.014Z | openjdk system 17 system |
231 | 2025-01-17T07:40:25.014Z | openjdk system 11 system |
232 | 2025-01-17T07:40:25.014Z | openjdk system 1.8 system |
233 | 2025-01-17T07:40:25.014Z | openssl vendor 3 vendor |
234 | 2025-01-17T07:40:25.014Z | perl system 5.36 system |
235 | 2025-01-17T07:40:25.014Z | postgresql system 15 system |
236 | 2025-01-17T07:40:25.014Z | postgresql system 13 system |
237 | 2025-01-17T07:40:25.014Z | python vendor 3 vendor |
238 | 2025-01-17T07:40:25.014Z | python system 2 system |
239 | 2025-01-17T07:40:25.014Z | python3 system 3.11 system |
240 | 2025-01-17T07:40:25.014Z | ruby system 3.0 system |
241 | 2025-01-17T07:40:25.014Z | words vendor vendor american-english |
242 | 2025-01-17T07:40:25.014Z | words system system australian-english |
243 | 2025-01-17T07:40:25.014Z | words system system british-english |
244 | 2025-01-17T07:40:25.014Z | words system system canadian-english |
245 | 2025-01-17T07:40:25.015Z | words system system french |
246 | 2025-01-17T07:40:25.015Z | words system system italian |
247 | 2025-01-17T07:40:25.015Z | words system system ngerman |
248 | 2025-01-17T07:40:25.016Z | words system system ogerman |
249 | 2025-01-17T07:40:25.016Z | words system system spanish |
250 | 2025-01-17T07:40:25.342Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2025-01-17T07:40:25.342Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2025-01-17T07:40:28.169Z | FMRI IFO |
253 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
263 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
264 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
266 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
267 | 2025-01-17T07:40:28.169Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2025-01-17T07:40:28.921Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2025-01-17T07:40:29.169Z | Updating crates.io index |
270 | 2025-01-17T07:40:29.254Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
271 | 2025-01-17T07:40:29.540Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2025-01-17T07:40:30.076Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2025-01-17T07:40:30.320Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2025-01-17T07:40:30.539Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2025-01-17T07:40:30.861Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2025-01-17T07:40:31.828Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2025-01-17T07:40:33.329Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2025-01-17T07:40:34.099Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2025-01-17T07:40:34.785Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2025-01-17T07:40:35.044Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2025-01-17T07:40:35.343Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2025-01-17T07:40:35.920Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2025-01-17T07:40:36.214Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
284 | 2025-01-17T07:40:36.477Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2025-01-17T07:40:36.790Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2025-01-17T07:40:37.063Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2025-01-17T07:40:37.320Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2025-01-17T07:40:37.607Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2025-01-17T07:40:37.880Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2025-01-17T07:40:38.177Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2025-01-17T07:40:38.525Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2025-01-17T07:40:39.043Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2025-01-17T07:40:39.286Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
294 | 2025-01-17T07:40:39.697Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2025-01-17T07:40:40.020Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
296 | 2025-01-17T07:40:40.342Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2025-01-17T07:40:40.580Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2025-01-17T07:40:40.850Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2025-01-17T07:40:42.072Z | Downloading crates ... |
300 | 2025-01-17T07:40:42.155Z | Downloaded anstyle v1.0.10 |
301 | 2025-01-17T07:40:42.159Z | Downloaded cpufeatures v0.2.14 |
302 | 2025-01-17T07:40:42.162Z | Downloaded anstyle-parse v0.2.5 |
303 | 2025-01-17T07:40:42.173Z | Downloaded scroll_derive v0.12.0 |
304 | 2025-01-17T07:40:42.176Z | Downloaded equivalent v1.0.1 |
305 | 2025-01-17T07:40:42.182Z | Downloaded swrite v0.1.0 |
306 | 2025-01-17T07:40:42.188Z | Downloaded dtrace-parser v0.2.0 |
307 | 2025-01-17T07:40:42.201Z | Downloaded usdt-macro v0.5.0 |
308 | 2025-01-17T07:40:42.204Z | Downloaded pretty-hex v0.4.1 |
309 | 2025-01-17T07:40:42.207Z | Downloaded usdt-attr-macro v0.5.0 |
310 | 2025-01-17T07:40:42.209Z | Downloaded generic-array v0.14.7 |
311 | 2025-01-17T07:40:42.210Z | Downloaded bitflags v2.6.0 |
312 | 2025-01-17T07:40:42.212Z | Downloaded anyhow v1.0.93 |
313 | 2025-01-17T07:40:42.216Z | Downloaded clap_lex v0.7.2 |
314 | 2025-01-17T07:40:42.219Z | Downloaded digest v0.10.7 |
315 | 2025-01-17T07:40:42.222Z | Downloaded anstyle-query v1.1.1 |
316 | 2025-01-17T07:40:42.222Z | Downloaded crypto-common v0.1.6 |
317 | 2025-01-17T07:40:42.222Z | Downloaded colorchoice v1.0.2 |
318 | 2025-01-17T07:40:42.224Z | Downloaded is_terminal_polyfill v1.70.1 |
319 | 2025-01-17T07:40:42.224Z | Downloaded autocfg v1.4.0 |
320 | 2025-01-17T07:40:42.227Z | Downloaded cfg-if v1.0.0 |
321 | 2025-01-17T07:40:42.227Z | Downloaded fs-err v2.11.0 |
322 | 2025-01-17T07:40:42.230Z | Downloaded cargo_metadata v0.18.1 |
323 | 2025-01-17T07:40:42.230Z | Downloaded bytecount v0.6.8 |
324 | 2025-01-17T07:40:42.232Z | Downloaded cargo-platform v0.1.8 |
325 | 2025-01-17T07:40:42.232Z | Downloaded terminal_size v0.4.0 |
326 | 2025-01-17T07:40:42.235Z | Downloaded memmap v0.7.0 |
327 | 2025-01-17T07:40:42.238Z | Downloaded tabled_derive v0.7.0 |
328 | 2025-01-17T07:40:42.238Z | Downloaded anstream v0.6.15 |
329 | 2025-01-17T07:40:42.240Z | Downloaded pest_generator v2.7.14 |
330 | 2025-01-17T07:40:42.240Z | Downloaded itoa v1.0.11 |
331 | 2025-01-17T07:40:42.243Z | Downloaded utf8parse v0.2.2 |
332 | 2025-01-17T07:40:42.243Z | Downloaded usdt-impl v0.5.0 |
333 | 2025-01-17T07:40:42.246Z | Downloaded unicode-linebreak v0.1.5 |
334 | 2025-01-17T07:40:42.246Z | Downloaded toml_datetime v0.6.8 |
335 | 2025-01-17T07:40:42.246Z | Downloaded thread-id v4.2.2 |
336 | 2025-01-17T07:40:42.249Z | Downloaded heck v0.5.0 |
337 | 2025-01-17T07:40:42.249Z | Downloaded version_check v0.9.5 |
338 | 2025-01-17T07:40:42.249Z | Downloaded heck v0.4.1 |
339 | 2025-01-17T07:40:42.251Z | Downloaded strsim v0.11.1 |
340 | 2025-01-17T07:40:42.251Z | Downloaded fnv v1.0.7 |
341 | 2025-01-17T07:40:42.254Z | Downloaded serde_spanned v0.6.8 |
342 | 2025-01-17T07:40:42.254Z | Downloaded macaddr v1.0.1 |
343 | 2025-01-17T07:40:42.256Z | Downloaded proc-macro-error-attr v1.0.4 |
344 | 2025-01-17T07:40:42.257Z | Downloaded fastrand v2.1.1 |
345 | 2025-01-17T07:40:42.260Z | Downloaded dof v0.3.0 |
346 | 2025-01-17T07:40:42.263Z | Downloaded usdt v0.5.0 |
347 | 2025-01-17T07:40:42.263Z | Downloaded block-buffer v0.10.4 |
348 | 2025-01-17T07:40:42.263Z | Downloaded smawk v0.3.2 |
349 | 2025-01-17T07:40:42.263Z | Downloaded camino v1.1.9 |
350 | 2025-01-17T07:40:42.267Z | Downloaded clap_derive v4.5.18 |
351 | 2025-01-17T07:40:42.270Z | Downloaded camino-tempfile v1.1.1 |
352 | 2025-01-17T07:40:42.273Z | Downloaded thiserror-impl v1.0.69 |
353 | 2025-01-17T07:40:42.273Z | Downloaded serde_tokenstream v0.2.2 |
354 | 2025-01-17T07:40:42.277Z | Downloaded thiserror v1.0.69 |
355 | 2025-01-17T07:40:42.282Z | Downloaded semver v1.0.24 |
356 | 2025-01-17T07:40:42.286Z | Downloaded cargo_toml v0.20.5 |
357 | 2025-01-17T07:40:42.289Z | Downloaded plain v0.2.3 |
358 | 2025-01-17T07:40:42.295Z | Downloaded tempfile v3.13.0 |
359 | 2025-01-17T07:40:42.298Z | Downloaded proc-macro-error v1.0.4 |
360 | 2025-01-17T07:40:42.301Z | Downloaded zerocopy-derive v0.7.35 |
361 | 2025-01-17T07:40:42.305Z | Downloaded pest_derive v2.7.14 |
362 | 2025-01-17T07:40:42.308Z | Downloaded byteorder v1.5.0 |
363 | 2025-01-17T07:40:42.311Z | Downloaded scroll v0.12.0 |
364 | 2025-01-17T07:40:42.313Z | Downloaded quote v1.0.38 |
365 | 2025-01-17T07:40:42.316Z | Downloaded once_cell v1.20.2 |
366 | 2025-01-17T07:40:42.319Z | Downloaded sha2 v0.10.8 |
367 | 2025-01-17T07:40:42.321Z | Downloaded clap v4.5.21 |
368 | 2025-01-17T07:40:42.327Z | Downloaded unicode-ident v1.0.14 |
369 | 2025-01-17T07:40:42.331Z | Downloaded ucd-trie v0.1.7 |
370 | 2025-01-17T07:40:42.333Z | Downloaded errno v0.3.9 |
371 | 2025-01-17T07:40:42.333Z | Downloaded proc-macro2 v1.0.92 |
372 | 2025-01-17T07:40:42.337Z | Downloaded typenum v1.17.0 |
373 | 2025-01-17T07:40:42.339Z | Downloaded ryu v1.0.18 |
374 | 2025-01-17T07:40:42.342Z | Downloaded toml v0.8.19 |
375 | 2025-01-17T07:40:42.345Z | Downloaded textwrap v0.16.1 |
376 | 2025-01-17T07:40:42.347Z | Downloaded log v0.4.22 |
377 | 2025-01-17T07:40:42.350Z | Downloaded pest_meta v2.7.14 |
378 | 2025-01-17T07:40:42.359Z | Downloaded serde_derive v1.0.217 |
379 | 2025-01-17T07:40:42.363Z | Downloaded papergrid v0.11.0 |
380 | 2025-01-17T07:40:42.376Z | Downloaded serde v1.0.217 |
381 | 2025-01-17T07:40:42.383Z | Downloaded memchr v2.7.4 |
382 | 2025-01-17T07:40:42.388Z | Downloaded indexmap v2.7.0 |
383 | 2025-01-17T07:40:42.394Z | Downloaded toml_edit v0.22.22 |
384 | 2025-01-17T07:40:42.425Z | Downloaded pest v2.7.14 |
385 | 2025-01-17T07:40:42.433Z | Downloaded hashbrown v0.15.1 |
386 | 2025-01-17T07:40:42.442Z | Downloaded zerocopy v0.7.35 |
387 | 2025-01-17T07:40:42.457Z | Downloaded winnow v0.6.20 |
388 | 2025-01-17T07:40:42.465Z | Downloaded serde_json v1.0.135 |
389 | 2025-01-17T07:40:42.471Z | Downloaded clap_builder v4.5.21 |
390 | 2025-01-17T07:40:42.478Z | Downloaded tabled v0.15.0 |
391 | 2025-01-17T07:40:42.492Z | Downloaded syn v1.0.109 |
392 | 2025-01-17T07:40:42.502Z | Downloaded goblin v0.8.2 |
393 | 2025-01-17T07:40:42.508Z | Downloaded unicode-width v0.1.14 |
394 | 2025-01-17T07:40:42.523Z | Downloaded syn v2.0.96 |
395 | 2025-01-17T07:40:42.534Z | Downloaded rustix v0.38.37 |
396 | 2025-01-17T07:40:42.573Z | Downloaded libc v0.2.169 |
397 | 2025-01-17T07:40:42.884Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-01-17T07:40:42.884Z | Compiling unicode-ident v1.0.14 |
399 | 2025-01-17T07:40:42.887Z | Compiling serde v1.0.217 |
400 | 2025-01-17T07:40:42.887Z | Compiling version_check v0.9.5 |
401 | 2025-01-17T07:40:42.887Z | Compiling memchr v2.7.4 |
402 | 2025-01-17T07:40:42.887Z | Compiling thiserror v1.0.69 |
403 | 2025-01-17T07:40:42.920Z | Compiling libc v0.2.169 |
404 | 2025-01-17T07:40:42.923Z | Compiling ucd-trie v0.1.7 |
405 | 2025-01-17T07:40:43.147Z | Compiling ryu v1.0.18 |
406 | 2025-01-17T07:40:43.502Z | Compiling itoa v1.0.11 |
407 | 2025-01-17T07:40:43.658Z | Compiling once_cell v1.20.2 |
408 | 2025-01-17T07:40:43.729Z | Compiling byteorder v1.5.0 |
409 | 2025-01-17T07:40:43.899Z | Compiling serde_json v1.0.135 |
410 | 2025-01-17T07:40:44.030Z | Compiling rustix v0.38.37 |
411 | 2025-01-17T07:40:44.121Z | Compiling bitflags v2.6.0 |
412 | 2025-01-17T07:40:44.249Z | Compiling usdt-impl v0.5.0 |
413 | 2025-01-17T07:40:44.435Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2025-01-17T07:40:44.540Z | Compiling syn v1.0.109 |
415 | 2025-01-17T07:40:44.574Z | Compiling proc-macro-error v1.0.4 |
416 | 2025-01-17T07:40:44.737Z | Compiling quote v1.0.38 |
417 | 2025-01-17T07:40:44.867Z | Compiling errno v0.3.9 |
418 | 2025-01-17T07:40:44.892Z | Compiling log v0.4.22 |
419 | 2025-01-17T07:40:44.918Z | Compiling utf8parse v0.2.2 |
420 | 2025-01-17T07:40:45.036Z | Compiling camino v1.1.9 |
421 | 2025-01-17T07:40:45.112Z | Compiling syn v2.0.96 |
422 | 2025-01-17T07:40:45.238Z | Compiling thread-id v4.2.2 |
423 | 2025-01-17T07:40:45.265Z | Compiling equivalent v1.0.1 |
424 | 2025-01-17T07:40:45.290Z | Compiling hashbrown v0.15.1 |
425 | 2025-01-17T07:40:45.364Z | Compiling plain v0.2.3 |
426 | 2025-01-17T07:40:45.415Z | Compiling anstyle-parse v0.2.5 |
427 | 2025-01-17T07:40:45.722Z | Compiling is_terminal_polyfill v1.70.1 |
428 | 2025-01-17T07:40:45.746Z | Compiling autocfg v1.4.0 |
429 | 2025-01-17T07:40:45.868Z | Compiling winnow v0.6.20 |
430 | 2025-01-17T07:40:46.023Z | Compiling unicode-width v0.1.14 |
431 | 2025-01-17T07:40:46.182Z | Compiling pretty-hex v0.4.1 |
432 | 2025-01-17T07:40:46.411Z | Compiling indexmap v2.7.0 |
433 | 2025-01-17T07:40:46.411Z | Compiling colorchoice v1.0.2 |
434 | 2025-01-17T07:40:46.574Z | Compiling anstyle v1.0.10 |
435 | 2025-01-17T07:40:46.630Z | Compiling anstyle-query v1.1.1 |
436 | 2025-01-17T07:40:46.672Z | Compiling semver v1.0.24 |
437 | 2025-01-17T07:40:46.807Z | Compiling fs-err v2.11.0 |
438 | 2025-01-17T07:40:47.014Z | Compiling anstream v0.6.15 |
439 | 2025-01-17T07:40:47.275Z | Compiling terminal_size v0.4.0 |
440 | 2025-01-17T07:40:47.435Z | Compiling anyhow v1.0.93 |
441 | 2025-01-17T07:40:47.505Z | Compiling heck v0.5.0 |
442 | 2025-01-17T07:40:47.629Z | Compiling fnv v1.0.7 |
443 | 2025-01-17T07:40:47.658Z | Compiling fastrand v2.1.1 |
444 | 2025-01-17T07:40:47.785Z | Compiling clap_lex v0.7.2 |
445 | 2025-01-17T07:40:47.812Z | Compiling bytecount v0.6.8 |
446 | 2025-01-17T07:40:47.963Z | Compiling heck v0.4.1 |
447 | 2025-01-17T07:40:48.049Z | Compiling strsim v0.11.1 |
448 | 2025-01-17T07:40:48.236Z | Compiling cfg-if v1.0.0 |
449 | 2025-01-17T07:40:48.390Z | Compiling clap_builder v4.5.21 |
450 | 2025-01-17T07:40:48.612Z | Compiling tempfile v3.13.0 |
451 | 2025-01-17T07:40:48.642Z | Compiling papergrid v0.11.0 |
452 | 2025-01-17T07:40:48.819Z | Compiling memmap v0.7.0 |
453 | 2025-01-17T07:40:48.908Z | Compiling smawk v0.3.2 |
454 | 2025-01-17T07:40:49.125Z | Compiling unicode-linebreak v0.1.5 |
455 | 2025-01-17T07:40:49.407Z | Compiling swrite v0.1.0 |
456 | 2025-01-17T07:40:49.596Z | Compiling textwrap v0.16.1 |
457 | 2025-01-17T07:40:50.250Z | Compiling tabled_derive v0.7.0 |
458 | 2025-01-17T07:40:51.708Z | Compiling tabled v0.15.0 |
459 | 2025-01-17T07:40:52.010Z | Compiling serde_derive v1.0.217 |
460 | 2025-01-17T07:40:52.013Z | Compiling thiserror-impl v1.0.69 |
461 | 2025-01-17T07:40:52.013Z | Compiling zerocopy-derive v0.7.35 |
462 | 2025-01-17T07:40:52.013Z | Compiling scroll_derive v0.12.0 |
463 | 2025-01-17T07:40:52.013Z | Compiling clap_derive v4.5.18 |
464 | 2025-01-17T07:40:53.331Z | Compiling scroll v0.12.0 |
465 | 2025-01-17T07:40:53.894Z | Compiling goblin v0.8.2 |
466 | 2025-01-17T07:40:53.929Z | Compiling zerocopy v0.7.35 |
467 | 2025-01-17T07:40:55.033Z | Compiling pest v2.7.14 |
468 | 2025-01-17T07:40:55.640Z | Compiling clap v4.5.21 |
469 | 2025-01-17T07:40:57.084Z | Compiling pest_meta v2.7.14 |
470 | 2025-01-17T07:40:57.974Z | Compiling pest_generator v2.7.14 |
471 | 2025-01-17T07:40:59.393Z | Compiling pest_derive v2.7.14 |
472 | 2025-01-17T07:41:00.047Z | Compiling dtrace-parser v0.2.0 |
473 | 2025-01-17T07:41:00.791Z | Compiling serde_tokenstream v0.2.2 |
474 | 2025-01-17T07:41:00.836Z | Compiling serde_spanned v0.6.8 |
475 | 2025-01-17T07:41:00.870Z | Compiling toml_datetime v0.6.8 |
476 | 2025-01-17T07:41:00.994Z | Compiling cargo-platform v0.1.8 |
477 | 2025-01-17T07:41:01.128Z | Compiling macaddr v1.0.1 |
478 | 2025-01-17T07:41:01.399Z | Compiling toml_edit v0.22.22 |
479 | 2025-01-17T07:41:01.478Z | Compiling camino-tempfile v1.1.1 |
480 | 2025-01-17T07:41:02.167Z | Compiling dof v0.3.0 |
481 | 2025-01-17T07:41:02.290Z | Compiling cargo_metadata v0.18.1 |
482 | 2025-01-17T07:41:03.524Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2025-01-17T07:41:03.527Z | Compiling usdt-macro v0.5.0 |
484 | 2025-01-17T07:41:04.111Z | Compiling toml v0.8.19 |
485 | 2025-01-17T07:41:04.581Z | Compiling usdt v0.5.0 |
486 | 2025-01-17T07:41:04.940Z | Compiling cargo_toml v0.20.5 |
487 | 2025-01-17T07:41:07.603Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2025-01-17T07:41:10.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.01s |
489 | 2025-01-17T07:41:10.980Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2025-01-17T07:41:11.498Z | Downloading crates ... |
491 | 2025-01-17T07:41:11.628Z | Downloaded atty v0.2.14 |
492 | 2025-01-17T07:41:11.630Z | Downloaded atomicwrites v0.4.4 |
493 | 2025-01-17T07:41:11.633Z | Downloaded async-stream-impl v0.3.6 |
494 | 2025-01-17T07:41:11.636Z | Downloaded headers-core v0.3.0 |
495 | 2025-01-17T07:41:11.642Z | Downloaded async-recursion v1.1.1 |
496 | 2025-01-17T07:41:11.644Z | Downloaded aead v0.5.2 |
497 | 2025-01-17T07:41:11.647Z | Downloaded adler2 v2.0.0 |
498 | 2025-01-17T07:41:11.652Z | Downloaded hex-literal v0.4.1 |
499 | 2025-01-17T07:41:11.652Z | Downloaded hex v0.4.3 |
500 | 2025-01-17T07:41:11.655Z | Downloaded heck v0.3.3 |
501 | 2025-01-17T07:41:11.655Z | Downloaded crunchy v0.2.2 |
502 | 2025-01-17T07:41:11.655Z | Downloaded ciborium-io v0.2.2 |
503 | 2025-01-17T07:41:11.655Z | Downloaded cfg_aliases v0.2.1 |
504 | 2025-01-17T07:41:11.666Z | Downloaded ident_case v1.0.1 |
505 | 2025-01-17T07:41:11.670Z | Downloaded cstr-argument v0.1.2 |
506 | 2025-01-17T07:41:11.673Z | Downloaded http-range v0.1.5 |
507 | 2025-01-17T07:41:11.673Z | Downloaded crucible-workspace-hack v0.1.0 |
508 | 2025-01-17T07:41:11.678Z | Downloaded base16ct v0.2.0 |
509 | 2025-01-17T07:41:11.681Z | Downloaded arrayref v0.3.9 |
510 | 2025-01-17T07:41:11.684Z | Downloaded match_cfg v0.1.0 |
511 | 2025-01-17T07:41:11.684Z | Downloaded icu_provider_macros v1.5.0 |
512 | 2025-01-17T07:41:11.684Z | Downloaded is_ci v1.2.0 |
513 | 2025-01-17T07:41:11.688Z | Downloaded async-stream v0.3.6 |
514 | 2025-01-17T07:41:11.691Z | Downloaded atomic-waker v1.1.2 |
515 | 2025-01-17T07:41:11.691Z | Downloaded addr2line v0.24.2 |
516 | 2025-01-17T07:41:11.691Z | Downloaded instant v0.1.13 |
517 | 2025-01-17T07:41:11.695Z | Downloaded matches v0.1.10 |
518 | 2025-01-17T07:41:11.696Z | Downloaded crc-catalog v2.4.0 |
519 | 2025-01-17T07:41:11.699Z | Downloaded cobs v0.2.3 |
520 | 2025-01-17T07:41:11.699Z | Downloaded blowfish v0.9.1 |
521 | 2025-01-17T07:41:11.699Z | Downloaded hubpack_derive v0.1.1 |
522 | 2025-01-17T07:41:11.699Z | Downloaded md5 v0.7.0 |
523 | 2025-01-17T07:41:11.702Z | Downloaded cfg_aliases v0.1.1 |
524 | 2025-01-17T07:41:11.702Z | Downloaded hmac v0.12.1 |
525 | 2025-01-17T07:41:11.707Z | Downloaded home v0.5.9 |
526 | 2025-01-17T07:41:11.707Z | Downloaded convert_case v0.4.0 |
527 | 2025-01-17T07:41:11.707Z | Downloaded cmake v0.1.51 |
528 | 2025-01-17T07:41:11.710Z | Downloaded ctr v0.9.2 |
529 | 2025-01-17T07:41:11.710Z | Downloaded http-body v1.0.1 |
530 | 2025-01-17T07:41:11.710Z | Downloaded ipnetwork v0.20.0 |
531 | 2025-01-17T07:41:11.714Z | Downloaded inout v0.1.3 |
532 | 2025-01-17T07:41:11.717Z | Downloaded crossbeam-deque v0.8.5 |
533 | 2025-01-17T07:41:11.717Z | Downloaded colored v2.1.0 |
534 | 2025-01-17T07:41:11.722Z | Downloaded cipher v0.4.4 |
535 | 2025-01-17T07:41:11.722Z | Downloaded cbc v0.1.2 |
536 | 2025-01-17T07:41:11.727Z | Downloaded bit-vec v0.6.3 |
537 | 2025-01-17T07:41:11.727Z | Downloaded bit-set v0.5.3 |
538 | 2025-01-17T07:41:11.727Z | Downloaded keccak v0.1.5 |
539 | 2025-01-17T07:41:11.727Z | Downloaded linear-map v1.2.0 |
540 | 2025-01-17T07:41:11.732Z | Downloaded indent_write v2.2.0 |
541 | 2025-01-17T07:41:11.732Z | Downloaded chrono-tz-build v0.4.0 |
542 | 2025-01-17T07:41:11.732Z | Downloaded bcrypt-pbkdf v0.10.0 |
543 | 2025-01-17T07:41:11.736Z | Downloaded crc v3.2.1 |
544 | 2025-01-17T07:41:11.736Z | Downloaded kstat-rs v0.2.4 |
545 | 2025-01-17T07:41:11.736Z | Downloaded hostname v0.3.1 |
546 | 2025-01-17T07:41:11.739Z | Downloaded backoff v0.4.0 |
547 | 2025-01-17T07:41:11.739Z | Downloaded block-padding v0.3.3 |
548 | 2025-01-17T07:41:11.742Z | Downloaded bitfield-struct v0.6.2 |
549 | 2025-01-17T07:41:11.742Z | Downloaded castaway v0.2.3 |
550 | 2025-01-17T07:41:11.745Z | Downloaded md-5 v0.10.6 |
551 | 2025-01-17T07:41:11.745Z | Downloaded is-terminal v0.4.13 |
552 | 2025-01-17T07:41:11.748Z | Downloaded hyper-tls v0.6.0 |
553 | 2025-01-17T07:41:11.748Z | Downloaded arrayvec v0.7.6 |
554 | 2025-01-17T07:41:11.751Z | Downloaded curve25519-dalek-derive v0.1.1 |
555 | 2025-01-17T07:41:11.756Z | Downloaded maplit v1.0.2 |
556 | 2025-01-17T07:41:11.757Z | Downloaded ciborium v0.2.2 |
557 | 2025-01-17T07:41:11.759Z | Downloaded internet-checksum v0.2.1 |
558 | 2025-01-17T07:41:11.759Z | Downloaded impl-trait-for-tuples v0.2.2 |
559 | 2025-01-17T07:41:11.759Z | Downloaded ahash v0.8.11 |
560 | 2025-01-17T07:41:11.763Z | Downloaded lalrpop-util v0.19.12 |
561 | 2025-01-17T07:41:11.763Z | Downloaded mime v0.3.17 |
562 | 2025-01-17T07:41:11.766Z | Downloaded memoffset v0.9.1 |
563 | 2025-01-17T07:41:11.766Z | Downloaded bcs v0.1.6 |
564 | 2025-01-17T07:41:11.770Z | Downloaded hickory-client v0.24.1 |
565 | 2025-01-17T07:41:11.773Z | Downloaded lru-cache v0.1.2 |
566 | 2025-01-17T07:41:11.773Z | Downloaded strum v0.26.3 |
567 | 2025-01-17T07:41:11.776Z | Downloaded chacha20 v0.9.1 |
568 | 2025-01-17T07:41:11.776Z | Downloaded buf-list v1.0.3 |
569 | 2025-01-17T07:41:11.779Z | Downloaded maybe-uninit v2.0.0 |
570 | 2025-01-17T07:41:11.781Z | Downloaded quick-error v1.2.3 |
571 | 2025-01-17T07:41:11.781Z | Downloaded libefi-sys v0.1.0 |
572 | 2025-01-17T07:41:11.784Z | Downloaded console v0.15.8 |
573 | 2025-01-17T07:41:11.787Z | Downloaded icu_locid_transform v1.5.0 |
574 | 2025-01-17T07:41:11.792Z | Downloaded hyper-rustls v0.27.3 |
575 | 2025-01-17T07:41:11.796Z | Downloaded const_format_proc_macros v0.2.33 |
576 | 2025-01-17T07:41:11.797Z | Downloaded cancel-safe-futures v0.1.5 |
577 | 2025-01-17T07:41:11.800Z | Downloaded sqlparser_derive v0.2.2 |
578 | 2025-01-17T07:41:11.800Z | Downloaded bitfield v0.14.0 |
579 | 2025-01-17T07:41:11.800Z | Downloaded httparse v1.9.5 |
580 | 2025-01-17T07:41:11.803Z | Downloaded highway v1.2.0 |
581 | 2025-01-17T07:41:11.806Z | Downloaded bitflags v1.3.2 |
582 | 2025-01-17T07:41:11.809Z | Downloaded lock_api v0.4.12 |
583 | 2025-01-17T07:41:11.811Z | Downloaded progenitor-macro v0.9.1 |
584 | 2025-01-17T07:41:11.812Z | Downloaded primeorder v0.13.6 |
585 | 2025-01-17T07:41:11.814Z | Downloaded libloading v0.8.5 |
586 | 2025-01-17T07:41:11.824Z | Downloaded ipnet v2.10.1 |
587 | 2025-01-17T07:41:11.824Z | Downloaded instability v0.3.2 |
588 | 2025-01-17T07:41:11.824Z | Downloaded crc32fast v1.4.2 |
589 | 2025-01-17T07:41:11.824Z | Downloaded base64ct v1.6.0 |
590 | 2025-01-17T07:41:11.829Z | Downloaded tokio-macros v2.5.0 |
591 | 2025-01-17T07:41:11.829Z | Downloaded rand_chacha v0.3.1 |
592 | 2025-01-17T07:41:11.829Z | Downloaded iana-time-zone v0.1.61 |
593 | 2025-01-17T07:41:11.829Z | Downloaded darling v0.20.10 |
594 | 2025-01-17T07:41:11.832Z | Downloaded memmap2 v0.9.5 |
595 | 2025-01-17T07:41:11.835Z | Downloaded foreign-types-shared v0.1.1 |
596 | 2025-01-17T07:41:11.835Z | Downloaded rtoolbox v0.0.2 |
597 | 2025-01-17T07:41:11.838Z | Downloaded salsa20 v0.10.2 |
598 | 2025-01-17T07:41:11.838Z | Downloaded newtype_derive v0.1.6 |
599 | 2025-01-17T07:41:11.841Z | Downloaded lru v0.12.5 |
600 | 2025-01-17T07:41:11.841Z | Downloaded serde_path_to_error v0.1.16 |
601 | 2025-01-17T07:41:11.843Z | Downloaded oso-derive v0.27.3 |
602 | 2025-01-17T07:41:11.843Z | Downloaded cookie_store v0.21.0 |
603 | 2025-01-17T07:41:11.846Z | Downloaded openssl-probe v0.1.5 |
604 | 2025-01-17T07:41:11.850Z | Downloaded signal-hook-mio v0.2.4 |
605 | 2025-01-17T07:41:11.850Z | Downloaded scopeguard v1.2.0 |
606 | 2025-01-17T07:41:11.852Z | Downloaded crc-any v2.5.0 |
607 | 2025-01-17T07:41:11.852Z | Downloaded mime_guess v2.0.5 |
608 | 2025-01-17T07:41:11.855Z | Downloaded clang-sys v1.8.1 |
609 | 2025-01-17T07:41:11.858Z | Downloaded hyper-staticfile v0.10.1 |
610 | 2025-01-17T07:41:11.863Z | Downloaded foreign-types-macros v0.2.3 |
611 | 2025-01-17T07:41:11.863Z | Downloaded allocator-api2 v0.2.18 |
612 | 2025-01-17T07:41:11.866Z | Downloaded crossbeam-epoch v0.9.18 |
613 | 2025-01-17T07:41:11.866Z | Downloaded jobserver v0.1.32 |
614 | 2025-01-17T07:41:11.874Z | Downloaded thread_local v1.1.8 |
615 | 2025-01-17T07:41:11.876Z | Downloaded crossbeam-utils v0.8.20 |
616 | 2025-01-17T07:41:11.876Z | Downloaded indexmap v1.9.3 |
617 | 2025-01-17T07:41:11.879Z | Downloaded number_prefix v0.4.0 |
618 | 2025-01-17T07:41:11.879Z | Downloaded r2d2 v0.8.10 |
619 | 2025-01-17T07:41:11.882Z | Downloaded managed v0.8.0 |
620 | 2025-01-17T07:41:11.882Z | Downloaded icu_provider v1.5.0 |
621 | 2025-01-17T07:41:11.885Z | Downloaded phf_shared v0.10.0 |
622 | 2025-01-17T07:41:11.887Z | Downloaded twox-hash v1.6.3 |
623 | 2025-01-17T07:41:11.888Z | Downloaded foreign-types v0.5.0 |
624 | 2025-01-17T07:41:11.890Z | Downloaded rand_core v0.6.4 |
625 | 2025-01-17T07:41:11.890Z | Downloaded tinystr v0.7.6 |
626 | 2025-01-17T07:41:11.893Z | Downloaded hickory-server v0.24.1 |
627 | 2025-01-17T07:41:11.899Z | Downloaded embedded-io v0.6.1 |
628 | 2025-01-17T07:41:11.901Z | Downloaded globset v0.4.15 |
629 | 2025-01-17T07:41:11.901Z | Downloaded russh-cryptovec v0.7.3 |
630 | 2025-01-17T07:41:11.906Z | Downloaded fallible-iterator v0.3.0 |
631 | 2025-01-17T07:41:11.906Z | Downloaded fallible-iterator v0.2.0 |
632 | 2025-01-17T07:41:11.910Z | Downloaded display-error-chain v0.2.2 |
633 | 2025-01-17T07:41:11.910Z | Downloaded defmt v0.3.8 |
634 | 2025-01-17T07:41:11.913Z | Downloaded group v0.13.0 |
635 | 2025-01-17T07:41:11.913Z | Downloaded gethostname v0.5.0 |
636 | 2025-01-17T07:41:11.913Z | Downloaded bytes v1.9.0 |
637 | 2025-01-17T07:41:11.920Z | Downloaded futures-macro v0.3.31 |
638 | 2025-01-17T07:41:11.923Z | Downloaded serde_derive_internals v0.29.1 |
639 | 2025-01-17T07:41:11.923Z | Downloaded nibble_vec v0.1.0 |
640 | 2025-01-17T07:41:11.923Z | Downloaded percent-encoding v2.3.1 |
641 | 2025-01-17T07:41:11.926Z | Downloaded slog-async v2.8.0 |
642 | 2025-01-17T07:41:11.926Z | Downloaded argon2 v0.5.3 |
643 | 2025-01-17T07:41:11.931Z | Downloaded dirs-sys-next v0.1.2 |
644 | 2025-01-17T07:41:11.931Z | Downloaded base64 v0.21.7 |
645 | 2025-01-17T07:41:11.936Z | Downloaded newtype-uuid v1.2.1 |
646 | 2025-01-17T07:41:11.936Z | Downloaded multimap v0.10.0 |
647 | 2025-01-17T07:41:11.940Z | Downloaded structmeta-derive v0.3.0 |
648 | 2025-01-17T07:41:11.940Z | Downloaded icu_normalizer_data v1.5.0 |
649 | 2025-01-17T07:41:11.940Z | Downloaded icu_properties v1.5.1 |
650 | 2025-01-17T07:41:11.943Z | Downloaded phf_generator v0.11.2 |
651 | 2025-01-17T07:41:11.943Z | Downloaded bumpalo v3.16.0 |
652 | 2025-01-17T07:41:11.946Z | Downloaded tokio-tungstenite v0.24.0 |
653 | 2025-01-17T07:41:11.952Z | Downloaded tokio-tungstenite v0.23.1 |
654 | 2025-01-17T07:41:11.952Z | Downloaded dirs-next v2.0.0 |
655 | 2025-01-17T07:41:11.959Z | Downloaded indicatif v0.17.9 |
656 | 2025-01-17T07:41:11.965Z | Downloaded yoke-derive v0.7.4 |
657 | 2025-01-17T07:41:11.965Z | Downloaded try-lock v0.2.5 |
658 | 2025-01-17T07:41:11.965Z | Downloaded psl-types v2.0.11 |
659 | 2025-01-17T07:41:11.965Z | Downloaded vsss-rs v3.3.4 |
660 | 2025-01-17T07:41:11.965Z | Downloaded progenitor v0.9.1 |
661 | 2025-01-17T07:41:11.968Z | Downloaded polyval v0.6.2 |
662 | 2025-01-17T07:41:11.968Z | Downloaded want v0.3.1 |
663 | 2025-01-17T07:41:11.968Z | Downloaded pkg-config v0.3.31 |
664 | 2025-01-17T07:41:11.972Z | Downloaded typify v0.2.0 |
665 | 2025-01-17T07:41:11.976Z | Downloaded rustversion v1.0.17 |
666 | 2025-01-17T07:41:11.976Z | Downloaded displaydoc v0.2.5 |
667 | 2025-01-17T07:41:11.980Z | Downloaded env_logger v0.11.5 |
668 | 2025-01-17T07:41:11.986Z | Downloaded prettyplease v0.2.25 |
669 | 2025-01-17T07:41:11.990Z | Downloaded opaque-debug v0.3.1 |
670 | 2025-01-17T07:41:11.990Z | Downloaded chacha20poly1305 v0.10.1 |
671 | 2025-01-17T07:41:11.990Z | Downloaded base64 v0.22.1 |
672 | 2025-01-17T07:41:11.993Z | Downloaded slog-dtrace v0.3.0 |
673 | 2025-01-17T07:41:11.993Z | Downloaded signal-hook v0.3.17 |
674 | 2025-01-17T07:41:11.996Z | Downloaded thiserror-impl v2.0.11 |
675 | 2025-01-17T07:41:12.000Z | Downloaded spki v0.7.3 |
676 | 2025-01-17T07:41:12.003Z | Downloaded thiserror-impl-no-std v2.0.2 |
677 | 2025-01-17T07:41:12.003Z | Downloaded test-strategy v0.3.1 |
678 | 2025-01-17T07:41:12.006Z | Downloaded slog v2.7.0 |
679 | 2025-01-17T07:41:12.012Z | Downloaded password-hash v0.4.2 |
680 | 2025-01-17T07:41:12.016Z | Downloaded icu_collections v1.5.0 |
681 | 2025-01-17T07:41:12.019Z | Downloaded const_format v0.2.33 |
682 | 2025-01-17T07:41:12.024Z | Downloaded vergen v8.3.2 |
683 | 2025-01-17T07:41:12.031Z | Downloaded unicase v2.7.0 |
684 | 2025-01-17T07:41:12.031Z | Downloaded unarray v0.1.4 |
685 | 2025-01-17T07:41:12.032Z | Downloaded derive-where v1.2.7 |
686 | 2025-01-17T07:41:12.037Z | Downloaded num-rational v0.4.2 |
687 | 2025-01-17T07:41:12.037Z | Downloaded xattr v1.3.1 |
688 | 2025-01-17T07:41:12.037Z | Downloaded futures-core v0.3.31 |
689 | 2025-01-17T07:41:12.040Z | Downloaded poly1305 v0.8.0 |
690 | 2025-01-17T07:41:12.040Z | Downloaded hickory-resolver v0.24.1 |
691 | 2025-01-17T07:41:12.055Z | Downloaded sigpipe v0.1.3 |
692 | 2025-01-17T07:41:12.058Z | Downloaded backtrace v0.3.74 |
693 | 2025-01-17T07:41:12.062Z | Downloaded cc v1.1.30 |
694 | 2025-01-17T07:41:12.066Z | Downloaded toolchain_find v0.4.0 |
695 | 2025-01-17T07:41:12.066Z | Downloaded time-core v0.1.2 |
696 | 2025-01-17T07:41:12.066Z | Downloaded untrusted v0.9.0 |
697 | 2025-01-17T07:41:12.069Z | Downloaded num_enum_derive v0.5.11 |
698 | 2025-01-17T07:41:12.070Z | Downloaded num-derive v0.4.2 |
699 | 2025-01-17T07:41:12.073Z | Downloaded downcast v0.11.0 |
700 | 2025-01-17T07:41:12.073Z | Downloaded path-slash v0.1.5 |
701 | 2025-01-17T07:41:12.075Z | Downloaded nu-ansi-term v0.50.1 |
702 | 2025-01-17T07:41:12.076Z | Downloaded ref-cast-impl v1.0.23 |
703 | 2025-01-17T07:41:12.080Z | Downloaded ref-cast v1.0.23 |
704 | 2025-01-17T07:41:12.083Z | Downloaded phf_codegen v0.11.2 |
705 | 2025-01-17T07:41:12.083Z | Downloaded phf_shared v0.11.2 |
706 | 2025-01-17T07:41:12.083Z | Downloaded phf v0.11.2 |
707 | 2025-01-17T07:41:12.083Z | Downloaded pem v3.0.4 |
708 | 2025-01-17T07:41:12.086Z | Downloaded heapless v0.7.17 |
709 | 2025-01-17T07:41:12.092Z | Downloaded rustls-pemfile v1.0.4 |
710 | 2025-01-17T07:41:12.096Z | Downloaded aes v0.8.4 |
711 | 2025-01-17T07:41:12.096Z | Downloaded yasna v0.5.2 |
712 | 2025-01-17T07:41:12.101Z | Downloaded tungstenite v0.23.0 |
713 | 2025-01-17T07:41:12.104Z | Downloaded tokio-rustls v0.24.1 |
714 | 2025-01-17T07:41:12.104Z | Downloaded sct v0.7.1 |
715 | 2025-01-17T07:41:12.108Z | Downloaded strip-ansi-escapes v0.2.0 |
716 | 2025-01-17T07:41:12.111Z | Downloaded stringprep v0.1.5 |
717 | 2025-01-17T07:41:12.111Z | Downloaded string_cache v0.8.7 |
718 | 2025-01-17T07:41:12.115Z | Downloaded serde_urlencoded v0.7.1 |
719 | 2025-01-17T07:41:12.115Z | Downloaded ecdsa v0.16.9 |
720 | 2025-01-17T07:41:12.124Z | Downloaded mirai-annotations v1.12.0 |
721 | 2025-01-17T07:41:12.124Z | Downloaded futures-channel v0.3.31 |
722 | 2025-01-17T07:41:12.124Z | Downloaded num_threads v0.1.7 |
723 | 2025-01-17T07:41:12.127Z | Downloaded num-iter v0.1.45 |
724 | 2025-01-17T07:41:12.127Z | Downloaded thiserror-no-std v2.0.2 |
725 | 2025-01-17T07:41:12.128Z | Downloaded env_logger v0.10.2 |
726 | 2025-01-17T07:41:12.130Z | Downloaded zopfli v0.8.1 |
727 | 2025-01-17T07:41:12.131Z | Downloaded russh-keys v0.45.0 |
728 | 2025-01-17T07:41:12.135Z | Downloaded rpassword v7.3.1 |
729 | 2025-01-17T07:41:12.138Z | Downloaded topological-sort v0.2.2 |
730 | 2025-01-17T07:41:12.139Z | Downloaded tls_codec_derive v0.4.1 |
731 | 2025-01-17T07:41:12.139Z | Downloaded structmeta v0.2.0 |
732 | 2025-01-17T07:41:12.143Z | Downloaded progenitor-impl v0.9.1 |
733 | 2025-01-17T07:41:12.146Z | Downloaded sync_wrapper v1.0.1 |
734 | 2025-01-17T07:41:12.146Z | Downloaded sync-ptr v0.1.1 |
735 | 2025-01-17T07:41:12.146Z | Downloaded rand_xorshift v0.3.0 |
736 | 2025-01-17T07:41:12.146Z | Downloaded defmt-macros v0.3.9 |
737 | 2025-01-17T07:41:12.149Z | Downloaded zerovec-derive v0.10.3 |
738 | 2025-01-17T07:41:12.154Z | Downloaded untrusted v0.7.1 |
739 | 2025-01-17T07:41:12.154Z | Downloaded filetime v0.2.25 |
740 | 2025-01-17T07:41:12.154Z | Downloaded term v0.7.0 |
741 | 2025-01-17T07:41:12.157Z | Downloaded uuid v1.11.0 |
742 | 2025-01-17T07:41:12.162Z | Downloaded ed25519 v2.2.3 |
743 | 2025-01-17T07:41:12.167Z | Downloaded debug-ignore v1.0.5 |
744 | 2025-01-17T07:41:12.167Z | Downloaded unicode-xid v0.2.6 |
745 | 2025-01-17T07:41:12.167Z | Downloaded zerocopy v0.6.6 |
746 | 2025-01-17T07:41:12.171Z | Downloaded take_mut v0.2.2 |
747 | 2025-01-17T07:41:12.171Z | Downloaded vte_generate_state_changes v0.1.2 |
748 | 2025-01-17T07:41:12.171Z | Downloaded pin-utils v0.1.0 |
749 | 2025-01-17T07:41:12.174Z | Downloaded futures-executor v0.3.31 |
750 | 2025-01-17T07:41:12.174Z | Downloaded sqlformat v0.2.6 |
751 | 2025-01-17T07:41:12.174Z | Downloaded minimal-lexical v0.2.1 |
752 | 2025-01-17T07:41:12.179Z | Downloaded nodrop v0.1.14 |
753 | 2025-01-17T07:41:12.184Z | Downloaded endian-type v0.1.2 |
754 | 2025-01-17T07:41:12.184Z | Downloaded waitgroup v0.1.2 |
755 | 2025-01-17T07:41:12.184Z | Downloaded futures-io v0.3.31 |
756 | 2025-01-17T07:41:12.188Z | Downloaded rustls-pemfile v2.2.0 |
757 | 2025-01-17T07:41:12.188Z | Downloaded newline-converter v0.3.0 |
758 | 2025-01-17T07:41:12.188Z | Downloaded rand_seeder v0.3.0 |
759 | 2025-01-17T07:41:12.191Z | Downloaded predicates-core v1.0.8 |
760 | 2025-01-17T07:41:12.192Z | Downloaded olpc-cjson v0.1.4 |
761 | 2025-01-17T07:41:12.192Z | Downloaded mockall v0.13.0 |
762 | 2025-01-17T07:41:12.195Z | Downloaded tls_codec v0.4.1 |
763 | 2025-01-17T07:41:12.195Z | Downloaded shlex v1.3.0 |
764 | 2025-01-17T07:41:12.198Z | Downloaded serde_plain v1.0.2 |
765 | 2025-01-17T07:41:12.199Z | Downloaded rustfmt-wrapper v0.2.1 |
766 | 2025-01-17T07:41:12.199Z | Downloaded signal-hook-tokio v0.3.1 |
767 | 2025-01-17T07:41:12.202Z | Downloaded signal-hook-registry v1.4.2 |
768 | 2025-01-17T07:41:12.202Z | Downloaded rustc_version v0.4.1 |
769 | 2025-01-17T07:41:12.205Z | Downloaded rustc_version v0.1.7 |
770 | 2025-01-17T07:41:12.205Z | Downloaded defmt-parser v0.3.4 |
771 | 2025-01-17T07:41:12.205Z | Downloaded slog-term v2.9.1 |
772 | 2025-01-17T07:41:12.208Z | Downloaded fatfs v0.3.6 |
773 | 2025-01-17T07:41:12.212Z | Downloaded precomputed-hash v0.1.1 |
774 | 2025-01-17T07:41:12.215Z | Downloaded tabwriter v1.4.0 |
775 | 2025-01-17T07:41:12.215Z | Downloaded steno v0.4.1 |
776 | 2025-01-17T07:41:12.220Z | Downloaded subtle v2.6.1 |
777 | 2025-01-17T07:41:12.220Z | Downloaded progenitor-client v0.9.1 |
778 | 2025-01-17T07:41:12.222Z | Downloaded predicates-tree v1.0.11 |
779 | 2025-01-17T07:41:12.223Z | Downloaded libxml v0.3.3 |
780 | 2025-01-17T07:41:12.227Z | Downloaded either v1.13.0 |
781 | 2025-01-17T07:41:12.230Z | Downloaded utf8_iter v1.0.4 |
782 | 2025-01-17T07:41:12.233Z | Downloaded pin-project-lite v0.2.14 |
783 | 2025-01-17T07:41:12.238Z | Downloaded pin-project-internal v1.1.6 |
784 | 2025-01-17T07:41:12.241Z | Downloaded serde_yaml v0.9.34+deprecated |
785 | 2025-01-17T07:41:12.243Z | Downloaded tinyvec_macros v0.1.1 |
786 | 2025-01-17T07:41:12.243Z | Downloaded wait-timeout v0.2.0 |
787 | 2025-01-17T07:41:12.243Z | Downloaded itertools v0.10.5 |
788 | 2025-01-17T07:41:12.250Z | Downloaded foreign-types-shared v0.3.1 |
789 | 2025-01-17T07:41:12.254Z | Downloaded foreign-types v0.3.2 |
790 | 2025-01-17T07:41:12.254Z | Downloaded dyn-clone v1.0.17 |
791 | 2025-01-17T07:41:12.257Z | Downloaded typify-macro v0.2.0 |
792 | 2025-01-17T07:41:12.257Z | Downloaded futures-sink v0.3.31 |
793 | 2025-01-17T07:41:12.257Z | Downloaded futures-task v0.3.31 |
794 | 2025-01-17T07:41:12.259Z | Downloaded predicates v3.1.2 |
795 | 2025-01-17T07:41:12.262Z | Downloaded embedded-io v0.4.0 |
796 | 2025-01-17T07:41:12.262Z | Downloaded num_enum v0.5.11 |
797 | 2025-01-17T07:41:12.266Z | Downloaded darling_core v0.20.10 |
798 | 2025-01-17T07:41:12.272Z | Downloaded serde-big-array v0.5.1 |
799 | 2025-01-17T07:41:12.277Z | Downloaded snafu-derive v0.8.5 |
800 | 2025-01-17T07:41:12.277Z | Downloaded progenitor-macro v0.8.0 |
801 | 2025-01-17T07:41:12.282Z | Downloaded strum_macros v0.26.4 |
802 | 2025-01-17T07:41:12.282Z | Downloaded shell-words v1.1.0 |
803 | 2025-01-17T07:41:12.285Z | Downloaded uzers v0.12.1 |
804 | 2025-01-17T07:41:12.285Z | Downloaded der v0.7.9 |
805 | 2025-01-17T07:41:12.288Z | Downloaded progenitor v0.8.0 |
806 | 2025-01-17T07:41:12.292Z | Downloaded libm v0.2.8 |
807 | 2025-01-17T07:41:12.299Z | Downloaded typed-path v0.9.3 |
808 | 2025-01-17T07:41:12.303Z | Downloaded write16 v1.0.0 |
809 | 2025-01-17T07:41:12.306Z | Downloaded hashlink v0.9.1 |
810 | 2025-01-17T07:41:12.308Z | Downloaded tui-tree-widget v0.22.0 |
811 | 2025-01-17T07:41:12.308Z | Downloaded strum_macros v0.25.3 |
812 | 2025-01-17T07:41:12.313Z | Downloaded strum_macros v0.24.3 |
813 | 2025-01-17T07:41:12.318Z | Downloaded float-cmp v0.9.0 |
814 | 2025-01-17T07:41:12.318Z | Downloaded derive_builder_macro v0.20.2 |
815 | 2025-01-17T07:41:12.319Z | Downloaded simd-adler32 v0.3.7 |
816 | 2025-01-17T07:41:12.321Z | Downloaded form_urlencoded v1.2.1 |
817 | 2025-01-17T07:41:12.321Z | Downloaded unicode-truncate v1.1.0 |
818 | 2025-01-17T07:41:12.321Z | Downloaded aes-gcm v0.10.3 |
819 | 2025-01-17T07:41:12.324Z | Downloaded radium v0.7.0 |
820 | 2025-01-17T07:41:12.324Z | Downloaded fragile v2.0.0 |
821 | 2025-01-17T07:41:12.327Z | Downloaded num-traits v0.2.19 |
822 | 2025-01-17T07:41:12.330Z | Downloaded miniz_oxide v0.8.0 |
823 | 2025-01-17T07:41:12.334Z | Downloaded dhcproto-macros v0.1.0 |
824 | 2025-01-17T07:41:12.334Z | Downloaded flagset v0.4.6 |
825 | 2025-01-17T07:41:12.338Z | Downloaded pkcs1 v0.7.5 |
826 | 2025-01-17T07:41:12.338Z | Downloaded parse-display v0.10.0 |
827 | 2025-01-17T07:41:12.342Z | Downloaded parking_lot_core v0.9.10 |
828 | 2025-01-17T07:41:12.342Z | Downloaded parse-size v1.1.0 |
829 | 2025-01-17T07:41:12.346Z | Downloaded normalize-line-endings v0.3.0 |
830 | 2025-01-17T07:41:12.346Z | Downloaded rusty-fork v0.3.0 |
831 | 2025-01-17T07:41:12.346Z | Downloaded resolv-conf v0.7.0 |
832 | 2025-01-17T07:41:12.346Z | Downloaded flume v0.11.1 |
833 | 2025-01-17T07:41:12.349Z | Downloaded secrecy v0.8.0 |
834 | 2025-01-17T07:41:12.353Z | Downloaded semver v0.1.20 |
835 | 2025-01-17T07:41:12.356Z | Downloaded itertools v0.13.0 |
836 | 2025-01-17T07:41:12.361Z | Downloaded dunce v1.0.5 |
837 | 2025-01-17T07:41:12.366Z | Downloaded crossterm v0.28.1 |
838 | 2025-01-17T07:41:12.368Z | Downloaded rfc6979 v0.4.0 |
839 | 2025-01-17T07:41:12.371Z | Downloaded new_debug_unreachable v1.0.6 |
840 | 2025-01-17T07:41:12.371Z | Downloaded dsl_auto_type v0.1.2 |
841 | 2025-01-17T07:41:12.376Z | Downloaded russh v0.45.0 |
842 | 2025-01-17T07:41:12.378Z | Downloaded foldhash v0.1.3 |
843 | 2025-01-17T07:41:12.378Z | Downloaded enum-as-inner v0.6.1 |
844 | 2025-01-17T07:41:12.381Z | Downloaded enum-as-inner v0.5.1 |
845 | 2025-01-17T07:41:12.384Z | Downloaded which v4.4.2 |
846 | 2025-01-17T07:41:12.384Z | Downloaded smallvec v0.6.14 |
847 | 2025-01-17T07:41:12.386Z | Downloaded vte v0.11.1 |
848 | 2025-01-17T07:41:12.390Z | Downloaded idna v1.0.3 |
849 | 2025-01-17T07:41:12.393Z | Downloaded slog-stdlog v4.1.1 |
850 | 2025-01-17T07:41:12.395Z | Downloaded blake3 v1.5.4 |
851 | 2025-01-17T07:41:12.401Z | Downloaded fxhash v0.2.1 |
852 | 2025-01-17T07:41:12.404Z | Downloaded termtree v0.4.1 |
853 | 2025-01-17T07:41:12.404Z | Downloaded num v0.4.3 |
854 | 2025-01-17T07:41:12.410Z | Downloaded unicode-bidi v0.3.17 |
855 | 2025-01-17T07:41:12.416Z | Downloaded parse-display-derive v0.10.0 |
856 | 2025-01-17T07:41:12.416Z | Downloaded smf v0.2.3 |
857 | 2025-01-17T07:41:12.416Z | Downloaded pbkdf2 v0.11.0 |
858 | 2025-01-17T07:41:12.416Z | Downloaded peg-runtime v0.8.3 |
859 | 2025-01-17T07:41:12.416Z | Downloaded paste v1.0.15 |
860 | 2025-01-17T07:41:12.419Z | Downloaded url v2.5.3 |
861 | 2025-01-17T07:41:12.419Z | Downloaded rusqlite v0.32.1 |
862 | 2025-01-17T07:41:12.425Z | Downloaded rustc-hash v2.0.0 |
863 | 2025-01-17T07:41:12.428Z | Downloaded zone_cfg_derive v0.3.0 |
864 | 2025-01-17T07:41:12.428Z | Downloaded owo-colors v4.1.0 |
865 | 2025-01-17T07:41:12.431Z | Downloaded hyper v1.5.2 |
866 | 2025-01-17T07:41:12.440Z | Downloaded slog-json v2.6.1 |
867 | 2025-01-17T07:41:12.442Z | Downloaded tokio-rustls v0.26.0 |
868 | 2025-01-17T07:41:12.442Z | Downloaded aws-lc-rs v1.10.0 |
869 | 2025-01-17T07:41:12.450Z | Downloaded openssl-macros v0.1.1 |
870 | 2025-01-17T07:41:12.452Z | Downloaded funty v2.0.0 |
871 | 2025-01-17T07:41:12.452Z | Downloaded zeroize_derive v1.4.2 |
872 | 2025-01-17T07:41:12.455Z | Downloaded zerofrom-derive v0.1.4 |
873 | 2025-01-17T07:41:12.455Z | Downloaded ssh-cipher v0.2.0 |
874 | 2025-01-17T07:41:12.455Z | Downloaded whoami v1.5.2 |
875 | 2025-01-17T07:41:12.459Z | Downloaded unicode-properties v0.1.3 |
876 | 2025-01-17T07:41:12.461Z | Downloaded hkdf v0.12.4 |
877 | 2025-01-17T07:41:12.462Z | Downloaded packed_struct v0.10.1 |
878 | 2025-01-17T07:41:12.464Z | Downloaded tinyvec v1.8.0 |
879 | 2025-01-17T07:41:12.467Z | Downloaded diesel_table_macro_syntax v0.2.0 |
880 | 2025-01-17T07:41:12.469Z | Downloaded tokio-tungstenite v0.21.0 |
881 | 2025-01-17T07:41:12.470Z | Downloaded num-conv v0.1.0 |
882 | 2025-01-17T07:41:12.472Z | Downloaded zone v0.3.0 |
883 | 2025-01-17T07:41:12.472Z | Downloaded zone v0.1.8 |
884 | 2025-01-17T07:41:12.472Z | Downloaded termcolor v1.4.1 |
885 | 2025-01-17T07:41:12.475Z | Downloaded scheduled-thread-pool v0.2.7 |
886 | 2025-01-17T07:41:12.475Z | Downloaded des v0.8.1 |
887 | 2025-01-17T07:41:12.477Z | Downloaded unicode_categories v0.1.1 |
888 | 2025-01-17T07:41:12.480Z | Downloaded zerofrom v0.1.4 |
889 | 2025-01-17T07:41:12.480Z | Downloaded password-hash v0.5.0 |
890 | 2025-01-17T07:41:12.483Z | Downloaded smallvec v1.13.2 |
891 | 2025-01-17T07:41:12.485Z | Downloaded pkcs8 v0.10.2 |
892 | 2025-01-17T07:41:12.501Z | Downloaded powerfmt v0.2.0 |
893 | 2025-01-17T07:41:12.501Z | Downloaded similar v2.6.0 |
894 | 2025-01-17T07:41:12.501Z | Downloaded elliptic-curve v0.13.8 |
895 | 2025-01-17T07:41:12.501Z | Downloaded difflib v0.4.0 |
896 | 2025-01-17T07:41:12.501Z | Downloaded rustc-hash v1.1.0 |
897 | 2025-01-17T07:41:12.505Z | Downloaded termios v0.3.3 |
898 | 2025-01-17T07:41:12.505Z | Downloaded snafu v0.8.5 |
899 | 2025-01-17T07:41:12.508Z | Downloaded quinn-udp v0.5.5 |
900 | 2025-01-17T07:41:12.508Z | Downloaded tap v1.0.1 |
901 | 2025-01-17T07:41:12.512Z | Downloaded same-file v1.0.6 |
902 | 2025-01-17T07:41:12.512Z | Downloaded fs_extra v1.3.0 |
903 | 2025-01-17T07:41:12.514Z | Downloaded zone_cfg_derive v0.1.2 |
904 | 2025-01-17T07:41:12.515Z | Downloaded tungstenite v0.21.0 |
905 | 2025-01-17T07:41:12.517Z | Downloaded dropshot_endpoint v0.15.1 |
906 | 2025-01-17T07:41:12.520Z | Downloaded darling_macro v0.20.10 |
907 | 2025-01-17T07:41:12.520Z | Downloaded multer v3.1.0 |
908 | 2025-01-17T07:41:12.523Z | Downloaded ssh-encoding v0.2.0 |
909 | 2025-01-17T07:41:12.526Z | Downloaded siphasher v0.3.11 |
910 | 2025-01-17T07:41:12.526Z | Downloaded postgres-protocol v0.6.7 |
911 | 2025-01-17T07:41:12.528Z | Downloaded postcard v1.0.10 |
912 | 2025-01-17T07:41:12.531Z | Downloaded parking_lot v0.12.3 |
913 | 2025-01-17T07:41:12.531Z | Downloaded ff v0.13.0 |
914 | 2025-01-17T07:41:12.534Z | Downloaded spin v0.9.8 |
915 | 2025-01-17T07:41:12.536Z | Downloaded slog-scope v4.4.0 |
916 | 2025-01-17T07:41:12.539Z | Downloaded wyz v0.5.1 |
917 | 2025-01-17T07:41:12.539Z | Downloaded peg v0.8.4 |
918 | 2025-01-17T07:41:12.542Z | Downloaded postgres-types v0.2.8 |
919 | 2025-01-17T07:41:12.545Z | Downloaded dhcproto v0.12.0 |
920 | 2025-01-17T07:41:12.548Z | Downloaded hash32 v0.3.1 |
921 | 2025-01-17T07:41:12.551Z | Downloaded derive_more v0.99.18 |
922 | 2025-01-17T07:41:12.553Z | Downloaded schemars v0.8.21 |
923 | 2025-01-17T07:41:12.564Z | Downloaded hash32 v0.2.1 |
924 | 2025-01-17T07:41:12.567Z | Downloaded ppv-lite86 v0.2.20 |
925 | 2025-01-17T07:41:12.569Z | Downloaded time-macros v0.2.18 |
926 | 2025-01-17T07:41:12.570Z | Downloaded thiserror v2.0.11 |
927 | 2025-01-17T07:41:12.574Z | Downloaded tokio-native-tls v0.3.1 |
928 | 2025-01-17T07:41:12.577Z | Downloaded serde_repr v0.1.19 |
929 | 2025-01-17T07:41:12.582Z | Downloaded tough v0.19.0 |
930 | 2025-01-17T07:41:12.586Z | Downloaded tiny-keccak v2.0.2 |
931 | 2025-01-17T07:41:12.590Z | Downloaded tracing v0.1.40 |
932 | 2025-01-17T07:41:12.595Z | Downloaded data-encoding v2.6.0 |
933 | 2025-01-17T07:41:12.597Z | Downloaded getrandom v0.2.15 |
934 | 2025-01-17T07:41:12.597Z | Downloaded serde_with v3.11.0 |
935 | 2025-01-17T07:41:12.605Z | Downloaded slog-envlogger v2.2.0 |
936 | 2025-01-17T07:41:12.608Z | Downloaded mio v1.0.2 |
937 | 2025-01-17T07:41:12.612Z | Downloaded h2 v0.4.6 |
938 | 2025-01-17T07:41:12.619Z | Downloaded qorb v0.2.1 |
939 | 2025-01-17T07:41:12.623Z | Downloaded peg-macros v0.8.4 |
940 | 2025-01-17T07:41:12.626Z | Downloaded num-complex v0.4.6 |
941 | 2025-01-17T07:41:12.629Z | Downloaded writeable v0.5.5 |
942 | 2025-01-17T07:41:12.629Z | Downloaded sha1 v0.10.6 |
943 | 2025-01-17T07:41:12.632Z | Downloaded fixedbitset v0.4.2 |
944 | 2025-01-17T07:41:12.632Z | Downloaded tracing-attributes v0.1.27 |
945 | 2025-01-17T07:41:12.635Z | Downloaded rustc-demangle v0.1.24 |
946 | 2025-01-17T07:41:12.637Z | Downloaded p256 v0.13.2 |
947 | 2025-01-17T07:41:12.640Z | Downloaded sec1 v0.7.3 |
948 | 2025-01-17T07:41:12.643Z | Downloaded schemars_derive v0.8.21 |
949 | 2025-01-17T07:41:12.643Z | Downloaded rcgen v0.12.1 |
950 | 2025-01-17T07:41:12.646Z | Downloaded pkcs5 v0.7.1 |
951 | 2025-01-17T07:41:12.649Z | Downloaded pin-project v1.1.6 |
952 | 2025-01-17T07:41:12.660Z | Downloaded tokio-stream v0.1.16 |
953 | 2025-01-17T07:41:12.664Z | Downloaded diesel_derives v2.2.3 |
954 | 2025-01-17T07:41:12.668Z | Downloaded chrono v0.4.38 |
955 | 2025-01-17T07:41:12.675Z | Downloaded zerovec v0.10.4 |
956 | 2025-01-17T07:41:12.681Z | Downloaded lalrpop v0.19.12 |
957 | 2025-01-17T07:41:12.692Z | Downloaded diff v0.1.13 |
958 | 2025-01-17T07:41:12.699Z | Downloaded tar v0.4.42 |
959 | 2025-01-17T07:41:12.702Z | Downloaded mockall_derive v0.13.0 |
960 | 2025-01-17T07:41:12.702Z | Downloaded ron v0.8.1 |
961 | 2025-01-17T07:41:12.705Z | Downloaded omicron-zone-package v0.12.0 |
962 | 2025-01-17T07:41:12.708Z | Downloaded unicode-segmentation v1.12.0 |
963 | 2025-01-17T07:41:12.712Z | Downloaded icu_properties_data v1.5.0 |
964 | 2025-01-17T07:41:12.722Z | Downloaded toml_edit v0.19.15 |
965 | 2025-01-17T07:41:12.738Z | Downloaded samael v0.0.17 |
966 | 2025-01-17T07:41:12.743Z | Downloaded rayon-core v1.12.1 |
967 | 2025-01-17T07:41:12.747Z | Downloaded rand v0.8.5 |
968 | 2025-01-17T07:41:12.751Z | Downloaded toml v0.7.8 |
969 | 2025-01-17T07:41:12.756Z | Downloaded quinn v0.11.5 |
970 | 2025-01-17T07:41:12.758Z | Downloaded vcpkg v0.2.15 |
971 | 2025-01-17T07:41:12.795Z | Downloaded rsa v0.9.6 |
972 | 2025-01-17T07:41:12.799Z | Downloaded headers v0.4.0 |
973 | 2025-01-17T07:41:12.805Z | Downloaded hashbrown v0.13.2 |
974 | 2025-01-17T07:41:12.809Z | Downloaded rayon v1.10.0 |
975 | 2025-01-17T07:41:12.818Z | Downloaded hashbrown v0.12.3 |
976 | 2025-01-17T07:41:12.823Z | Downloaded tokio-postgres v0.7.12 |
977 | 2025-01-17T07:41:12.827Z | Downloaded bindgen v0.69.5 |
978 | 2025-01-17T07:41:12.835Z | Downloaded unicode-normalization v0.1.24 |
979 | 2025-01-17T07:41:12.838Z | Downloaded bitvec v1.0.1 |
980 | 2025-01-17T07:41:12.853Z | Downloaded num-bigint v0.4.6 |
981 | 2025-01-17T07:41:12.859Z | Downloaded regex v1.11.1 |
982 | 2025-01-17T07:41:12.871Z | Downloaded nom v7.1.3 |
983 | 2025-01-17T07:41:12.879Z | Downloaded p521 v0.13.3 |
984 | 2025-01-17T07:41:12.881Z | Downloaded idna v0.3.0 |
985 | 2025-01-17T07:41:12.887Z | Downloaded num-bigint-dig v0.8.4 |
986 | 2025-01-17T07:41:12.892Z | Downloaded ssh-key v0.6.6 |
987 | 2025-01-17T07:41:12.899Z | Downloaded x509-cert v0.2.5 |
988 | 2025-01-17T07:41:12.904Z | Downloaded smoltcp v0.9.1 |
989 | 2025-01-17T07:41:12.918Z | Downloaded time v0.3.36 |
990 | 2025-01-17T07:41:12.922Z | Downloaded hashbrown v0.14.5 |
991 | 2025-01-17T07:41:12.928Z | Downloaded winnow v0.5.40 |
992 | 2025-01-17T07:41:12.936Z | Downloaded tokio-util v0.7.12 |
993 | 2025-01-17T07:41:12.943Z | Downloaded radix_trie v0.2.1 |
994 | 2025-01-17T07:41:12.947Z | Downloaded curve25519-dalek v4.1.3 |
995 | 2025-01-17T07:41:12.956Z | Downloaded salty v0.3.0 |
996 | 2025-01-17T07:41:12.964Z | Downloaded reqwest v0.12.9 |
997 | 2025-01-17T07:41:12.971Z | Downloaded portable-atomic v1.9.0 |
998 | 2025-01-17T07:41:12.978Z | Downloaded futures-util v0.3.31 |
999 | 2025-01-17T07:41:12.990Z | Downloaded unicode-width v0.2.0 |
1000 | 2025-01-17T07:41:12.997Z | Downloaded sqlparser v0.45.0 |
1001 | 2025-01-17T07:41:13.002Z | Downloaded gimli v0.31.1 |
1002 | 2025-01-17T07:41:13.012Z | Downloaded smoltcp v0.11.0 |
1003 | 2025-01-17T07:41:13.023Z | Downloaded quinn-proto v0.11.8 |
1004 | 2025-01-17T07:41:13.029Z | Downloaded chrono-tz v0.10.0 |
1005 | 2025-01-17T07:41:13.036Z | Downloaded rustls v0.23.19 |
1006 | 2025-01-17T07:41:13.049Z | Downloaded p384 v0.13.0 |
1007 | 2025-01-17T07:41:13.056Z | Downloaded regress v0.9.1 |
1008 | 2025-01-17T07:41:13.063Z | Downloaded regress v0.10.1 |
1009 | 2025-01-17T07:41:13.072Z | Downloaded webpki-roots v0.26.6 |
1010 | 2025-01-17T07:41:13.076Z | Downloaded trust-dns-proto v0.22.0 |
1011 | 2025-01-17T07:41:13.087Z | Downloaded nix v0.28.0 |
1012 | 2025-01-17T07:41:13.099Z | Downloaded openssl v0.10.66 |
1013 | 2025-01-17T07:41:13.108Z | Downloaded nix v0.29.0 |
1014 | 2025-01-17T07:41:13.121Z | Downloaded rustls v0.22.4 |
1015 | 2025-01-17T07:41:13.132Z | Downloaded rustls v0.21.12 |
1016 | 2025-01-17T07:41:13.144Z | Downloaded regex-syntax v0.8.5 |
1017 | 2025-01-17T07:41:13.152Z | Downloaded diesel v2.2.6 |
1018 | 2025-01-17T07:41:13.172Z | Downloaded sled v0.34.7 |
1019 | 2025-01-17T07:41:13.180Z | Downloaded typify-impl v0.2.0 |
1020 | 2025-01-17T07:41:13.198Z | Downloaded dropshot v0.12.0 |
1021 | 2025-01-17T07:41:13.217Z | Downloaded ratatui v0.28.1 |
1022 | 2025-01-17T07:41:13.235Z | Downloaded dropshot v0.15.1 |
1023 | 2025-01-17T07:41:13.256Z | Downloaded openapiv3 v2.0.0 |
1024 | 2025-01-17T07:41:13.267Z | Downloaded object v0.36.5 |
1025 | 2025-01-17T07:41:13.279Z | Downloaded typify-impl v0.3.0 |
1026 | 2025-01-17T07:41:13.295Z | Downloaded regex-automata v0.4.8 |
1027 | 2025-01-17T07:41:13.311Z | Downloaded zerocopy-derive v0.6.6 |
1028 | 2025-01-17T07:41:13.322Z | Downloaded hickory-proto v0.24.1 |
1029 | 2025-01-17T07:41:13.336Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1030 | 2025-01-17T07:41:13.349Z | Downloaded rustls-webpki v0.102.8 |
1031 | 2025-01-17T07:41:13.366Z | Downloaded petgraph v0.6.5 |
1032 | 2025-01-17T07:41:13.382Z | Downloaded zerocopy v0.8.10 |
1033 | 2025-01-17T07:41:13.406Z | Downloaded regex-syntax v0.6.29 |
1034 | 2025-01-17T07:41:13.414Z | Downloaded bstr v1.10.0 |
1035 | 2025-01-17T07:41:13.425Z | Downloaded tokio v1.43.0 |
1036 | 2025-01-17T07:41:13.462Z | Downloaded lzma-sys v0.1.20 |
1037 | 2025-01-17T07:41:13.489Z | Downloaded polar-core v0.27.3 |
1038 | 2025-01-17T07:41:13.496Z | Downloaded nix v0.27.1 |
1039 | 2025-01-17T07:41:13.506Z | Downloaded quick-xml v0.33.0 |
1040 | 2025-01-17T07:41:13.512Z | Downloaded csv v1.3.0 |
1041 | 2025-01-17T07:41:13.534Z | Downloaded git2 v0.19.0 |
1042 | 2025-01-17T07:41:13.541Z | Downloaded libz-sys v1.1.20 |
1043 | 2025-01-17T07:41:13.560Z | Downloaded object v0.30.4 |
1044 | 2025-01-17T07:41:13.572Z | Downloaded idna v0.5.0 |
1045 | 2025-01-17T07:41:13.577Z | Downloaded sha3 v0.10.8 |
1046 | 2025-01-17T07:41:13.585Z | Downloaded idna v0.4.0 |
1047 | 2025-01-17T07:41:13.589Z | Downloaded petname v2.0.2 |
1048 | 2025-01-17T07:41:13.596Z | Downloaded idna v0.2.3 |
1049 | 2025-01-17T07:41:13.601Z | Downloaded rustls-webpki v0.101.7 |
1050 | 2025-01-17T07:41:13.615Z | Downloaded proptest v1.5.0 |
1051 | 2025-01-17T07:41:13.622Z | Downloaded flate2 v1.0.34 |
1052 | 2025-01-17T07:41:13.627Z | Downloaded socket2 v0.5.7 |
1053 | 2025-01-17T07:41:13.634Z | Downloaded zip v0.6.6 |
1054 | 2025-01-17T07:41:13.641Z | Downloaded ed25519-dalek v2.1.1 |
1055 | 2025-01-17T07:41:13.641Z | Downloaded parse-zoneinfo v0.3.1 |
1056 | 2025-01-17T07:41:13.641Z | Downloaded reedline v0.35.0 |
1057 | 2025-01-17T07:41:13.646Z | Downloaded zerocopy-derive v0.8.10 |
1058 | 2025-01-17T07:41:13.650Z | Downloaded futures v0.3.31 |
1059 | 2025-01-17T07:41:13.654Z | Downloaded parking_lot_core v0.8.6 |
1060 | 2025-01-17T07:41:13.657Z | Downloaded unsafe-libyaml v0.2.11 |
1061 | 2025-01-17T07:41:13.662Z | Downloaded tower-service v0.3.3 |
1062 | 2025-01-17T07:41:13.662Z | Downloaded rustyline v14.0.0 |
1063 | 2025-01-17T07:41:13.666Z | Downloaded itertools v0.12.1 |
1064 | 2025-01-17T07:41:13.672Z | Downloaded proc-macro-crate v1.3.1 |
1065 | 2025-01-17T07:41:13.676Z | Downloaded supports-color v3.0.1 |
1066 | 2025-01-17T07:41:13.676Z | Downloaded publicsuffix v2.2.3 |
1067 | 2025-01-17T07:41:13.681Z | Downloaded aho-corasick v1.1.3 |
1068 | 2025-01-17T07:41:13.683Z | Downloaded openssl-sys v0.9.103 |
1069 | 2025-01-17T07:41:13.686Z | Downloaded expectorate v1.1.0 |
1070 | 2025-01-17T07:41:13.689Z | Downloaded zip v2.1.3 |
1071 | 2025-01-17T07:41:13.692Z | Downloaded utf16_iter v1.0.5 |
1072 | 2025-01-17T07:41:13.695Z | Downloaded utf-8 v0.7.6 |
1073 | 2025-01-17T07:41:13.695Z | Downloaded typify-macro v0.3.0 |
1074 | 2025-01-17T07:41:13.695Z | Downloaded num-integer v0.1.46 |
1075 | 2025-01-17T07:41:13.699Z | Downloaded http v1.2.0 |
1076 | 2025-01-17T07:41:13.702Z | Downloaded progenitor-client v0.8.0 |
1077 | 2025-01-17T07:41:13.702Z | Downloaded pretty-hex v0.2.1 |
1078 | 2025-01-17T07:41:13.704Z | Downloaded float-ord v0.3.2 |
1079 | 2025-01-17T07:41:13.704Z | Downloaded progenitor-impl v0.8.0 |
1080 | 2025-01-17T07:41:13.708Z | Downloaded tokio-rustls v0.25.0 |
1081 | 2025-01-17T07:41:13.711Z | Downloaded dropshot_endpoint v0.12.0 |
1082 | 2025-01-17T07:41:13.711Z | Downloaded typify v0.3.0 |
1083 | 2025-01-17T07:41:13.714Z | Downloaded pem-rfc7468 v0.7.0 |
1084 | 2025-01-17T07:41:13.717Z | Downloaded packed_struct_codegen v0.10.1 |
1085 | 2025-01-17T07:41:13.717Z | Downloaded subprocess v0.2.9 |
1086 | 2025-01-17T07:41:13.720Z | Downloaded encoding_rs v0.8.34 |
1087 | 2025-01-17T07:41:13.739Z | Downloaded tungstenite v0.24.0 |
1088 | 2025-01-17T07:41:13.742Z | Downloaded signature v2.2.0 |
1089 | 2025-01-17T07:41:13.745Z | Downloaded parking_lot v0.11.2 |
1090 | 2025-01-17T07:41:13.748Z | Downloaded native-tls v0.2.12 |
1091 | 2025-01-17T07:41:13.749Z | Downloaded ena v0.14.3 |
1092 | 2025-01-17T07:41:13.752Z | Downloaded derive_builder_core v0.20.2 |
1093 | 2025-01-17T07:41:13.752Z | Downloaded walkdir v2.5.0 |
1094 | 2025-01-17T07:41:13.756Z | Downloaded derive_builder v0.20.2 |
1095 | 2025-01-17T07:41:13.759Z | Downloaded der_derive v0.7.3 |
1096 | 2025-01-17T07:41:13.759Z | Downloaded yoke v0.7.4 |
1097 | 2025-01-17T07:41:13.762Z | Downloaded tracing-core v0.1.32 |
1098 | 2025-01-17T07:41:13.765Z | Downloaded nanorand v0.7.0 |
1099 | 2025-01-17T07:41:13.765Z | Downloaded glob v0.3.1 |
1100 | 2025-01-17T07:41:13.768Z | Downloaded fd-lock v4.0.2 |
1101 | 2025-01-17T07:41:13.771Z | Downloaded crypto-bigint v0.5.5 |
1102 | 2025-01-17T07:41:13.774Z | Downloaded ghash v0.5.1 |
1103 | 2025-01-17T07:41:13.777Z | Downloaded universal-hash v0.5.1 |
1104 | 2025-01-17T07:41:13.778Z | Downloaded serde_with_macros v3.11.0 |
1105 | 2025-01-17T07:41:13.781Z | Downloaded oso v0.27.3 |
1106 | 2025-01-17T07:41:13.783Z | Downloaded half v2.4.1 |
1107 | 2025-01-17T07:41:13.786Z | Downloaded crossbeam-channel v0.5.13 |
1108 | 2025-01-17T07:41:13.790Z | Downloaded fallible-streaming-iterator v0.1.9 |
1109 | 2025-01-17T07:41:13.790Z | Downloaded env_filter v0.1.2 |
1110 | 2025-01-17T07:41:13.790Z | Downloaded synstructure v0.13.1 |
1111 | 2025-01-17T07:41:13.793Z | Downloaded static_assertions v1.1.0 |
1112 | 2025-01-17T07:41:13.793Z | Downloaded stable_deref_trait v1.2.0 |
1113 | 2025-01-17T07:41:13.797Z | Downloaded slog-bunyan v2.5.0 |
1114 | 2025-01-17T07:41:13.797Z | Downloaded slab v0.4.9 |
1115 | 2025-01-17T07:41:13.797Z | Downloaded scrypt v0.11.0 |
1116 | 2025-01-17T07:41:13.800Z | Downloaded rustls-pki-types v1.10.0 |
1117 | 2025-01-17T07:41:13.800Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1118 | 2025-01-17T07:41:13.856Z | Downloaded hyper-util v0.1.10 |
1119 | 2025-01-17T07:41:13.861Z | Downloaded compact_str v0.8.0 |
1120 | 2025-01-17T07:41:13.864Z | Downloaded pbkdf2 v0.12.2 |
1121 | 2025-01-17T07:41:13.868Z | Downloaded value-bag v1.9.0 |
1122 | 2025-01-17T07:41:13.871Z | Downloaded ron v0.7.1 |
1123 | 2025-01-17T07:41:13.874Z | Downloaded diesel-dtrace v0.4.2 |
1124 | 2025-01-17T07:41:13.874Z | Downloaded deranged v0.3.11 |
1125 | 2025-01-17T07:41:13.877Z | Downloaded zeroize v1.8.1 |
1126 | 2025-01-17T07:41:13.877Z | Downloaded xz2 v0.1.7 |
1127 | 2025-01-17T07:41:13.881Z | Downloaded icu_normalizer v1.5.0 |
1128 | 2025-01-17T07:41:13.882Z | Downloaded icu_locid_transform_data v1.5.0 |
1129 | 2025-01-17T07:41:13.884Z | Downloaded arc-swap v1.7.1 |
1130 | 2025-01-17T07:41:13.887Z | Downloaded base64 v0.13.1 |
1131 | 2025-01-17T07:41:13.889Z | Downloaded structmeta-derive v0.2.0 |
1132 | 2025-01-17T07:41:13.889Z | Downloaded structmeta v0.3.0 |
1133 | 2025-01-17T07:41:13.892Z | Downloaded icu_locid v1.5.0 |
1134 | 2025-01-17T07:41:13.895Z | Downloaded csv-core v0.1.11 |
1135 | 2025-01-17T07:41:13.898Z | Downloaded cookie v0.18.1 |
1136 | 2025-01-17T07:41:13.899Z | Downloaded const-oid v0.9.6 |
1137 | 2025-01-17T07:41:13.902Z | Downloaded bzip2 v0.4.4 |
1138 | 2025-01-17T07:41:13.902Z | Downloaded blake2 v0.10.6 |
1139 | 2025-01-17T07:41:13.905Z | Downloaded serde-hex v0.1.0 |
1140 | 2025-01-17T07:41:13.907Z | Downloaded litemap v0.7.3 |
1141 | 2025-01-17T07:41:13.907Z | Downloaded heapless v0.8.0 |
1142 | 2025-01-17T07:41:13.910Z | Downloaded async-bb8-diesel v0.2.1 |
1143 | 2025-01-17T07:41:13.913Z | Downloaded bb8 v0.8.5 |
1144 | 2025-01-17T07:41:13.916Z | Downloaded lazy_static v1.5.0 |
1145 | 2025-01-17T07:41:13.916Z | Downloaded cexpr v0.6.0 |
1146 | 2025-01-17T07:41:13.919Z | Downloaded libsw v3.3.1 |
1147 | 2025-01-17T07:41:13.922Z | Downloaded ascii-canvas v3.0.0 |
1148 | 2025-01-17T07:41:13.922Z | Downloaded hubpack v0.1.2 |
1149 | 2025-01-17T07:41:13.925Z | Downloaded async-trait v0.1.83 |
1150 | 2025-01-17T07:41:13.925Z | Downloaded lockfree-object-pool v0.1.6 |
1151 | 2025-01-17T07:41:13.928Z | Downloaded indoc v1.0.9 |
1152 | 2025-01-17T07:41:13.931Z | Downloaded httpdate v1.0.3 |
1153 | 2025-01-17T07:41:13.931Z | Downloaded cassowary v0.3.0 |
1154 | 2025-01-17T07:41:13.934Z | Downloaded linked-hash-map v0.5.6 |
1155 | 2025-01-17T07:41:13.934Z | Downloaded lazycell v1.3.0 |
1156 | 2025-01-17T07:41:13.934Z | Downloaded humantime v2.1.0 |
1157 | 2025-01-17T07:41:13.937Z | Downloaded idna_adapter v1.2.0 |
1158 | 2025-01-17T07:41:13.939Z | Downloaded http-body-util v0.1.2 |
1159 | 2025-01-17T07:41:13.939Z | Downloaded hostname v0.4.0 |
1160 | 2025-01-17T07:41:13.942Z | Downloaded constant_time_eq v0.3.1 |
1161 | 2025-01-17T07:41:13.942Z | Downloaded ciborium-ll v0.2.2 |
1162 | 2025-01-17T07:41:13.942Z | Downloaded assert_matches v1.5.0 |
1163 | 2025-01-17T07:41:13.945Z | Downloaded array-init v0.0.4 |
1164 | 2025-01-17T07:41:14.118Z | Downloaded libsqlite3-sys v0.30.1 |
1165 | 2025-01-17T07:41:14.248Z | Downloaded ring v0.17.8 |
1166 | 2025-01-17T07:41:14.560Z | Downloaded aws-lc-sys v0.22.0 |
1167 | 2025-01-17T07:41:14.864Z | Compiling serde v1.0.217 |
1168 | 2025-01-17T07:41:14.867Z | Compiling lock_api v0.4.12 |
1169 | 2025-01-17T07:41:14.867Z | Compiling scopeguard v1.2.0 |
1170 | 2025-01-17T07:41:14.867Z | Compiling value-bag v1.9.0 |
1171 | 2025-01-17T07:41:14.867Z | Compiling typenum v1.17.0 |
1172 | 2025-01-17T07:41:15.022Z | Compiling generic-array v0.14.7 |
1173 | 2025-01-17T07:41:15.052Z | Compiling syn v2.0.96 |
1174 | 2025-01-17T07:41:15.065Z | Compiling getrandom v0.2.15 |
1175 | 2025-01-17T07:41:15.188Z | Compiling shlex v1.3.0 |
1176 | 2025-01-17T07:41:15.447Z | Compiling rand_core v0.6.4 |
1177 | 2025-01-17T07:41:15.498Z | Compiling log v0.4.22 |
1178 | 2025-01-17T07:41:15.589Z | Compiling subtle v2.6.1 |
1179 | 2025-01-17T07:41:15.633Z | Compiling jobserver v0.1.32 |
1180 | 2025-01-17T07:41:15.653Z | Compiling smallvec v1.13.2 |
1181 | 2025-01-17T07:41:15.899Z | Compiling const-oid v0.9.6 |
1182 | 2025-01-17T07:41:15.951Z | Compiling spin v0.9.8 |
1183 | 2025-01-17T07:41:15.973Z | Compiling pin-project-lite v0.2.14 |
1184 | 2025-01-17T07:41:16.049Z | Compiling cc v1.1.30 |
1185 | 2025-01-17T07:41:16.106Z | Compiling rustix v0.38.37 |
1186 | 2025-01-17T07:41:16.276Z | Compiling parking_lot_core v0.9.10 |
1187 | 2025-01-17T07:41:16.361Z | Compiling futures-core v0.3.31 |
1188 | 2025-01-17T07:41:16.502Z | Compiling signal-hook-registry v1.4.2 |
1189 | 2025-01-17T07:41:16.624Z | Compiling mio v1.0.2 |
1190 | 2025-01-17T07:41:16.957Z | Compiling aho-corasick v1.1.3 |
1191 | 2025-01-17T07:41:17.223Z | Compiling parking_lot v0.12.3 |
1192 | 2025-01-17T07:41:17.355Z | Compiling regex-syntax v0.8.5 |
1193 | 2025-01-17T07:41:17.415Z | Compiling cpufeatures v0.2.14 |
1194 | 2025-01-17T07:41:17.531Z | Compiling either v1.13.0 |
1195 | 2025-01-17T07:41:17.708Z | Compiling lazy_static v1.5.0 |
1196 | 2025-01-17T07:41:17.854Z | Compiling stable_deref_trait v1.2.0 |
1197 | 2025-01-17T07:41:17.957Z | Compiling futures-sink v0.3.31 |
1198 | 2025-01-17T07:41:17.988Z | Compiling glob v0.3.1 |
1199 | 2025-01-17T07:41:18.072Z | Compiling socket2 v0.5.7 |
1200 | 2025-01-17T07:41:18.111Z | Compiling slab v0.4.9 |
1201 | 2025-01-17T07:41:18.130Z | Compiling prettyplease v0.2.25 |
1202 | 2025-01-17T07:41:18.483Z | Compiling serde_json v1.0.135 |
1203 | 2025-01-17T07:41:18.576Z | Compiling minimal-lexical v0.2.1 |
1204 | 2025-01-17T07:41:18.817Z | Compiling clang-sys v1.8.1 |
1205 | 2025-01-17T07:41:18.980Z | Compiling nom v7.1.3 |
1206 | 2025-01-17T07:41:19.070Z | Compiling libloading v0.8.5 |
1207 | 2025-01-17T07:41:19.118Z | Compiling home v0.5.9 |
1208 | 2025-01-17T07:41:19.360Z | Compiling bindgen v0.69.5 |
1209 | 2025-01-17T07:41:19.438Z | Compiling futures-channel v0.3.31 |
1210 | 2025-01-17T07:41:19.766Z | Compiling itertools v0.12.1 |
1211 | 2025-01-17T07:41:19.889Z | Compiling libm v0.2.8 |
1212 | 2025-01-17T07:41:20.206Z | Compiling rustc-hash v1.1.0 |
1213 | 2025-01-17T07:41:20.261Z | Compiling futures-io v0.3.31 |
1214 | 2025-01-17T07:41:20.379Z | Compiling lazycell v1.3.0 |
1215 | 2025-01-17T07:41:20.546Z | Compiling futures-task v0.3.31 |
1216 | 2025-01-17T07:41:20.567Z | Compiling allocator-api2 v0.2.18 |
1217 | 2025-01-17T07:41:20.834Z | Compiling foldhash v0.1.3 |
1218 | 2025-01-17T07:41:21.133Z | Compiling regex-automata v0.4.8 |
1219 | 2025-01-17T07:41:21.301Z | Compiling pin-utils v0.1.0 |
1220 | 2025-01-17T07:41:21.408Z | Compiling hashbrown v0.15.1 |
1221 | 2025-01-17T07:41:21.881Z | Compiling cmake v0.1.51 |
1222 | 2025-01-17T07:41:22.331Z | Compiling cexpr v0.6.0 |
1223 | 2025-01-17T07:41:22.608Z | Compiling synstructure v0.13.1 |
1224 | 2025-01-17T07:41:22.751Z | Compiling num-traits v0.2.19 |
1225 | 2025-01-17T07:41:23.045Z | Compiling pkg-config v0.3.31 |
1226 | 2025-01-17T07:41:23.551Z | Compiling dunce v1.0.5 |
1227 | 2025-01-17T07:41:23.692Z | Compiling tinyvec_macros v0.1.1 |
1228 | 2025-01-17T07:41:23.794Z | Compiling fs_extra v1.3.0 |
1229 | 2025-01-17T07:41:23.948Z | Compiling tinyvec v1.8.0 |
1230 | 2025-01-17T07:41:24.313Z | Compiling ring v0.17.8 |
1231 | 2025-01-17T07:41:24.347Z | Compiling litemap v0.7.3 |
1232 | 2025-01-17T07:41:24.754Z | Compiling paste v1.0.15 |
1233 | 2025-01-17T07:41:25.396Z | Compiling unicode-normalization v0.1.24 |
1234 | 2025-01-17T07:41:25.416Z | Compiling writeable v0.5.5 |
1235 | 2025-01-17T07:41:25.425Z | Compiling base64ct v1.6.0 |
1236 | 2025-01-17T07:41:25.581Z | Compiling unicode-bidi v0.3.17 |
1237 | 2025-01-17T07:41:25.930Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2025-01-17T07:41:26.450Z | Compiling regex v1.11.1 |
1239 | 2025-01-17T07:41:26.656Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2025-01-17T07:41:26.773Z | Compiling httparse v1.9.5 |
1241 | 2025-01-17T07:41:26.942Z | Compiling flagset v0.4.6 |
1242 | 2025-01-17T07:41:27.140Z | Compiling tracing-core v0.1.32 |
1243 | 2025-01-17T07:41:27.353Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2025-01-17T07:41:27.505Z | Compiling rustls-pki-types v1.10.0 |
1245 | 2025-01-17T07:41:27.860Z | Compiling icu_locid_transform_data v1.5.0 |
1246 | 2025-01-17T07:41:27.881Z | Compiling serde_derive v1.0.217 |
1247 | 2025-01-17T07:41:27.971Z | Compiling zeroize_derive v1.4.2 |
1248 | 2025-01-17T07:41:28.045Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2025-01-17T07:41:28.317Z | Compiling tokio-macros v2.5.0 |
1250 | 2025-01-17T07:41:28.451Z | Compiling zerofrom-derive v0.1.4 |
1251 | 2025-01-17T07:41:29.388Z | Compiling zeroize v1.8.1 |
1252 | 2025-01-17T07:41:29.811Z | Compiling thiserror-impl v1.0.69 |
1253 | 2025-01-17T07:41:30.026Z | Compiling zerocopy v0.7.35 |
1254 | 2025-01-17T07:41:30.094Z | Compiling yoke-derive v0.7.4 |
1255 | 2025-01-17T07:41:30.991Z | Compiling crypto-common v0.1.6 |
1256 | 2025-01-17T07:41:31.227Z | Compiling block-buffer v0.10.4 |
1257 | 2025-01-17T07:41:31.328Z | Compiling futures-macro v0.3.31 |
1258 | 2025-01-17T07:41:31.487Z | Compiling digest v0.10.7 |
1259 | 2025-01-17T07:41:31.883Z | Compiling hmac v0.12.1 |
1260 | 2025-01-17T07:41:31.941Z | Compiling zerofrom v0.1.4 |
1261 | 2025-01-17T07:41:31.958Z | Compiling zerovec-derive v0.10.3 |
1262 | 2025-01-17T07:41:31.987Z | Compiling block-padding v0.3.3 |
1263 | 2025-01-17T07:41:32.130Z | Compiling displaydoc v0.2.5 |
1264 | 2025-01-17T07:41:32.166Z | Compiling sha2 v0.10.8 |
1265 | 2025-01-17T07:41:32.238Z | Compiling inout v0.1.3 |
1266 | 2025-01-17T07:41:32.521Z | Compiling cipher v0.4.4 |
1267 | 2025-01-17T07:41:32.701Z | Compiling thiserror v1.0.69 |
1268 | 2025-01-17T07:41:32.842Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2025-01-17T07:41:32.862Z | Compiling yoke v0.7.4 |
1270 | 2025-01-17T07:41:33.046Z | Compiling der_derive v0.7.3 |
1271 | 2025-01-17T07:41:33.152Z | Compiling futures-util v0.3.31 |
1272 | 2025-01-17T07:41:33.190Z | Compiling icu_provider_macros v1.5.0 |
1273 | 2025-01-17T07:41:33.622Z | Compiling rand_chacha v0.3.1 |
1274 | 2025-01-17T07:41:33.624Z | Compiling tracing-attributes v0.1.27 |
1275 | 2025-01-17T07:41:34.262Z | Compiling percent-encoding v2.3.1 |
1276 | 2025-01-17T07:41:34.496Z | Compiling zerovec v0.10.4 |
1277 | 2025-01-17T07:41:34.631Z | Compiling pest v2.7.14 |
1278 | 2025-01-17T07:41:35.349Z | Compiling der v0.7.9 |
1279 | 2025-01-17T07:41:35.764Z | Compiling rand v0.8.5 |
1280 | 2025-01-17T07:41:35.999Z | Compiling salsa20 v0.10.2 |
1281 | 2025-01-17T07:41:36.228Z | Compiling tinystr v0.7.6 |
1282 | 2025-01-17T07:41:36.536Z | Compiling icu_locid v1.5.0 |
1283 | 2025-01-17T07:41:36.612Z | Compiling icu_collections v1.5.0 |
1284 | 2025-01-17T07:41:36.869Z | Compiling tracing v0.1.40 |
1285 | 2025-01-17T07:41:37.379Z | Compiling spki v0.7.3 |
1286 | 2025-01-17T07:41:37.612Z | Compiling pbkdf2 v0.12.2 |
1287 | 2025-01-17T07:41:37.746Z | Compiling icu_provider v1.5.0 |
1288 | 2025-01-17T07:41:37.817Z | Compiling num-conv v0.1.0 |
1289 | 2025-01-17T07:41:37.885Z | Compiling untrusted v0.9.0 |
1290 | 2025-01-17T07:41:38.084Z | Compiling time-core v0.1.2 |
1291 | 2025-01-17T07:41:38.104Z | Compiling icu_properties_data v1.5.0 |
1292 | 2025-01-17T07:41:38.271Z | Compiling untrusted v0.7.1 |
1293 | 2025-01-17T07:41:38.349Z | Compiling powerfmt v0.2.0 |
1294 | 2025-01-17T07:41:38.371Z | Compiling mirai-annotations v1.12.0 |
1295 | 2025-01-17T07:41:38.404Z | Compiling icu_locid_transform v1.5.0 |
1296 | 2025-01-17T07:41:38.447Z | Compiling vcpkg v0.2.15 |
1297 | 2025-01-17T07:41:38.486Z | Compiling time-macros v0.2.18 |
1298 | 2025-01-17T07:41:38.661Z | Compiling deranged v0.3.11 |
1299 | 2025-01-17T07:41:38.723Z | Compiling scrypt v0.11.0 |
1300 | 2025-01-17T07:41:39.260Z | Compiling pest_meta v2.7.14 |
1301 | 2025-01-17T07:41:39.707Z | Compiling icu_properties v1.5.1 |
1302 | 2025-01-17T07:41:40.060Z | Compiling cbc v0.1.2 |
1303 | 2025-01-17T07:41:40.297Z | Compiling aes v0.8.4 |
1304 | 2025-01-17T07:41:40.342Z | Compiling openssl-sys v0.9.103 |
1305 | 2025-01-17T07:41:40.849Z | Compiling bitflags v2.6.0 |
1306 | 2025-01-17T07:41:41.018Z | Compiling bytes v1.9.0 |
1307 | 2025-01-17T07:41:41.603Z | Compiling indexmap v2.7.0 |
1308 | 2025-01-17T07:41:41.956Z | Compiling tokio v1.43.0 |
1309 | 2025-01-17T07:41:42.363Z | Compiling http v1.2.0 |
1310 | 2025-01-17T07:41:42.905Z | Compiling semver v1.0.24 |
1311 | 2025-01-17T07:41:43.079Z | Compiling scroll_derive v0.12.0 |
1312 | 2025-01-17T07:41:43.605Z | Compiling rustc_version v0.4.1 |
1313 | 2025-01-17T07:41:43.782Z | Compiling icu_normalizer_data v1.5.0 |
1314 | 2025-01-17T07:41:43.898Z | Compiling write16 v1.0.0 |
1315 | 2025-01-17T07:41:44.054Z | Compiling utf16_iter v1.0.5 |
1316 | 2025-01-17T07:41:44.179Z | Compiling num_threads v0.1.7 |
1317 | 2025-01-17T07:41:44.254Z | Compiling atomic-waker v1.1.2 |
1318 | 2025-01-17T07:41:44.274Z | Compiling utf8_iter v1.0.4 |
1319 | 2025-01-17T07:41:44.314Z | Compiling time v0.3.36 |
1320 | 2025-01-17T07:41:44.335Z | Compiling http-body v1.0.1 |
1321 | 2025-01-17T07:41:44.493Z | Compiling icu_normalizer v1.5.0 |
1322 | 2025-01-17T07:41:44.530Z | Compiling pkcs5 v0.7.1 |
1323 | 2025-01-17T07:41:44.534Z | Compiling scroll v0.12.0 |
1324 | 2025-01-17T07:41:44.580Z | Compiling pest_generator v2.7.14 |
1325 | 2025-01-17T07:41:44.600Z | Compiling form_urlencoded v1.2.1 |
1326 | 2025-01-17T07:41:44.916Z | Compiling which v4.4.2 |
1327 | 2025-01-17T07:41:45.079Z | Compiling slog v2.7.0 |
1328 | 2025-01-17T07:41:45.551Z | Compiling try-lock v0.2.5 |
1329 | 2025-01-17T07:41:45.673Z | Compiling goblin v0.8.2 |
1330 | 2025-01-17T07:41:45.704Z | Compiling want v0.3.1 |
1331 | 2025-01-17T07:41:45.984Z | Compiling idna_adapter v1.2.0 |
1332 | 2025-01-17T07:41:46.005Z | Compiling pkcs8 v0.10.2 |
1333 | 2025-01-17T07:41:46.226Z | Compiling uuid v1.11.0 |
1334 | 2025-01-17T07:41:46.340Z | Compiling httpdate v1.0.3 |
1335 | 2025-01-17T07:41:46.407Z | Compiling pest_derive v2.7.14 |
1336 | 2025-01-17T07:41:46.656Z | Compiling iana-time-zone v0.1.61 |
1337 | 2025-01-17T07:41:46.797Z | Compiling idna v1.0.3 |
1338 | 2025-01-17T07:41:47.053Z | Compiling chrono v0.4.38 |
1339 | 2025-01-17T07:41:47.168Z | Compiling dtrace-parser v0.2.0 |
1340 | 2025-01-17T07:41:48.337Z | Compiling serde_spanned v0.6.8 |
1341 | 2025-01-17T07:41:48.487Z | Compiling toml_datetime v0.6.8 |
1342 | 2025-01-17T07:41:48.582Z | Compiling serde_tokenstream v0.2.2 |
1343 | 2025-01-17T07:41:48.953Z | Compiling base64 v0.22.1 |
1344 | 2025-01-17T07:41:49.058Z | Compiling rustversion v1.0.17 |
1345 | 2025-01-17T07:41:49.088Z | Compiling foreign-types-shared v0.1.1 |
1346 | 2025-01-17T07:41:49.137Z | Compiling match_cfg v0.1.0 |
1347 | 2025-01-17T07:41:49.218Z | Compiling adler2 v2.0.0 |
1348 | 2025-01-17T07:41:49.244Z | Compiling openssl v0.10.66 |
1349 | 2025-01-17T07:41:49.442Z | Compiling tower-service v0.3.3 |
1350 | 2025-01-17T07:41:49.594Z | Compiling miniz_oxide v0.8.0 |
1351 | 2025-01-17T07:41:49.673Z | Compiling hostname v0.3.1 |
1352 | 2025-01-17T07:41:49.741Z | Compiling foreign-types v0.3.2 |
1353 | 2025-01-17T07:41:49.797Z | Compiling tokio-util v0.7.12 |
1354 | 2025-01-17T07:41:49.851Z | Compiling url v2.5.3 |
1355 | 2025-01-17T07:41:50.365Z | Compiling async-trait v0.1.83 |
1356 | 2025-01-17T07:41:51.018Z | Compiling h2 v0.4.6 |
1357 | 2025-01-17T07:41:51.045Z | Compiling openssl-macros v0.1.1 |
1358 | 2025-01-17T07:41:51.127Z | Compiling serde_derive_internals v0.29.1 |
1359 | 2025-01-17T07:41:51.651Z | Compiling dof v0.3.0 |
1360 | 2025-01-17T07:41:51.799Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2025-01-17T07:41:52.377Z | Compiling usdt-impl v0.5.0 |
1362 | 2025-01-17T07:41:52.732Z | Compiling schemars v0.8.21 |
1363 | 2025-01-17T07:41:53.073Z | Compiling data-encoding v2.6.0 |
1364 | 2025-01-17T07:41:53.474Z | Compiling syn v1.0.109 |
1365 | 2025-01-17T07:41:53.494Z | Compiling siphasher v0.3.11 |
1366 | 2025-01-17T07:41:53.736Z | Compiling native-tls v0.2.12 |
1367 | 2025-01-17T07:41:53.876Z | Compiling rustls v0.23.19 |
1368 | 2025-01-17T07:41:54.059Z | Compiling rustls v0.22.4 |
1369 | 2025-01-17T07:41:54.164Z | Compiling schemars_derive v0.8.21 |
1370 | 2025-01-17T07:41:54.219Z | Compiling dirs-next v2.0.0 |
1371 | 2025-01-17T07:41:54.868Z | Compiling http-body-util v0.1.2 |
1372 | 2025-01-17T07:41:55.096Z | Compiling heapless v0.7.17 |
1373 | 2025-01-17T07:41:55.324Z | Compiling crossbeam-epoch v0.9.18 |
1374 | 2025-01-17T07:41:55.350Z | Compiling sha1 v0.10.6 |
1375 | 2025-01-17T07:41:55.521Z | Compiling signature v2.2.0 |
1376 | 2025-01-17T07:41:55.814Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1377 | 2025-01-17T07:41:55.822Z | Compiling thread_local v1.1.8 |
1378 | 2025-01-17T07:41:55.822Z | Compiling encoding_rs v0.8.34 |
1379 | 2025-01-17T07:41:56.008Z | Compiling multer v3.1.0 |
1380 | 2025-01-17T07:41:56.187Z | Compiling cookie v0.18.1 |
1381 | 2025-01-17T07:41:56.269Z | Compiling ipnet v2.10.1 |
1382 | 2025-01-17T07:41:56.300Z | Compiling slog-async v2.8.0 |
1383 | 2025-01-17T07:41:56.490Z | Compiling mime v0.3.17 |
1384 | 2025-01-17T07:41:56.800Z | Compiling rayon-core v1.12.1 |
1385 | 2025-01-17T07:41:57.021Z | Compiling gimli v0.31.1 |
1386 | 2025-01-17T07:41:57.082Z | Compiling unicode-properties v0.1.3 |
1387 | 2025-01-17T07:41:57.258Z | Compiling signal-hook v0.3.17 |
1388 | 2025-01-17T07:41:57.317Z | Compiling openssl-probe v0.1.5 |
1389 | 2025-01-17T07:41:57.537Z | Compiling dyn-clone v1.0.17 |
1390 | 2025-01-17T07:41:57.591Z | Compiling stringprep v0.1.5 |
1391 | 2025-01-17T07:41:57.825Z | Compiling toml_edit v0.22.22 |
1392 | 2025-01-17T07:41:58.675Z | Compiling hyper v1.5.2 |
1393 | 2025-01-17T07:42:01.026Z | Compiling crossbeam-deque v0.8.5 |
1394 | 2025-01-17T07:42:01.228Z | Compiling hyper-util v0.1.10 |
1395 | 2025-01-17T07:42:01.360Z | Compiling addr2line v0.24.2 |
1396 | 2025-01-17T07:42:01.895Z | Compiling usdt-attr-macro v0.5.0 |
1397 | 2025-01-17T07:42:01.999Z | Compiling usdt-macro v0.5.0 |
1398 | 2025-01-17T07:42:02.020Z | Compiling term v0.7.0 |
1399 | 2025-01-17T07:42:02.357Z | Compiling slog-json v2.6.1 |
1400 | 2025-01-17T07:42:02.730Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2025-01-17T07:42:03.202Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2025-01-17T07:42:03.356Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2025-01-17T07:42:03.376Z | Compiling futures-executor v0.3.31 |
1404 | 2025-01-17T07:42:03.416Z | Compiling enum-as-inner v0.6.1 |
1405 | 2025-01-17T07:42:03.883Z | Compiling md-5 v0.10.6 |
1406 | 2025-01-17T07:42:03.904Z | Compiling rustls-pemfile v2.2.0 |
1407 | 2025-01-17T07:42:04.099Z | Compiling async-stream-impl v0.3.6 |
1408 | 2025-01-17T07:42:04.156Z | Compiling num-integer v0.1.46 |
1409 | 2025-01-17T07:42:04.253Z | Compiling idna v0.3.0 |
1410 | 2025-01-17T07:42:04.350Z | Compiling idna v0.4.0 |
1411 | 2025-01-17T07:42:04.418Z | Compiling hash32 v0.2.1 |
1412 | 2025-01-17T07:42:04.825Z | Compiling ff v0.13.0 |
1413 | 2025-01-17T07:42:04.909Z | Compiling is-terminal v0.4.13 |
1414 | 2025-01-17T07:42:05.058Z | Compiling object v0.36.5 |
1415 | 2025-01-17T07:42:05.077Z | Compiling dropshot v0.12.0 |
1416 | 2025-01-17T07:42:05.373Z | Compiling rustc-demangle v0.1.24 |
1417 | 2025-01-17T07:42:05.376Z | Compiling num-bigint-dig v0.8.4 |
1418 | 2025-01-17T07:42:05.414Z | Compiling take_mut v0.2.2 |
1419 | 2025-01-17T07:42:05.584Z | Compiling anyhow v1.0.93 |
1420 | 2025-01-17T07:42:05.693Z | Compiling fallible-iterator v0.2.0 |
1421 | 2025-01-17T07:42:05.882Z | Compiling linked-hash-map v0.5.6 |
1422 | 2025-01-17T07:42:05.920Z | Compiling utf-8 v0.7.6 |
1423 | 2025-01-17T07:42:06.172Z | Compiling portable-atomic v1.9.0 |
1424 | 2025-01-17T07:42:06.191Z | Compiling quick-error v1.2.3 |
1425 | 2025-01-17T07:42:06.224Z | Compiling base16ct v0.2.0 |
1426 | 2025-01-17T07:42:06.336Z | Compiling smoltcp v0.9.1 |
1427 | 2025-01-17T07:42:06.353Z | Compiling psl-types v2.0.11 |
1428 | 2025-01-17T07:42:06.371Z | Compiling postgres-protocol v0.6.7 |
1429 | 2025-01-17T07:42:06.539Z | Compiling publicsuffix v2.2.3 |
1430 | 2025-01-17T07:42:06.559Z | Compiling sec1 v0.7.3 |
1431 | 2025-01-17T07:42:06.812Z | Compiling resolv-conf v0.7.0 |
1432 | 2025-01-17T07:42:07.086Z | Compiling lru-cache v0.1.2 |
1433 | 2025-01-17T07:42:07.221Z | Compiling tungstenite v0.24.0 |
1434 | 2025-01-17T07:42:07.384Z | Compiling async-stream v0.3.6 |
1435 | 2025-01-17T07:42:07.573Z | Compiling hickory-proto v0.24.1 |
1436 | 2025-01-17T07:42:07.614Z | Compiling usdt v0.5.0 |
1437 | 2025-01-17T07:42:07.686Z | Compiling group v0.13.0 |
1438 | 2025-01-17T07:42:08.011Z | Compiling slog-term v2.9.1 |
1439 | 2025-01-17T07:42:08.335Z | Compiling num-iter v0.1.45 |
1440 | 2025-01-17T07:42:08.659Z | Compiling futures v0.3.31 |
1441 | 2025-01-17T07:42:08.785Z | Compiling slog-bunyan v2.5.0 |
1442 | 2025-01-17T07:42:09.174Z | Compiling toml v0.8.19 |
1443 | 2025-01-17T07:42:09.226Z | Compiling tokio-native-tls v0.3.1 |
1444 | 2025-01-17T07:42:10.196Z | Compiling camino v1.1.9 |
1445 | 2025-01-17T07:42:10.726Z | Compiling phf_shared v0.11.2 |
1446 | 2025-01-17T07:42:10.728Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2025-01-17T07:42:11.046Z | Compiling terminal_size v0.4.0 |
1448 | 2025-01-17T07:42:11.087Z | Compiling waitgroup v0.1.2 |
1449 | 2025-01-17T07:42:11.286Z | Compiling openapiv3 v2.0.0 |
1450 | 2025-01-17T07:42:11.315Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2025-01-17T07:42:11.452Z | Compiling backtrace v0.3.74 |
1452 | 2025-01-17T07:42:12.024Z | Compiling hkdf v0.12.4 |
1453 | 2025-01-17T07:42:12.077Z | Compiling crypto-bigint v0.5.5 |
1454 | 2025-01-17T07:42:12.285Z | Compiling webpki-roots v0.26.6 |
1455 | 2025-01-17T07:42:12.529Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2025-01-17T07:42:13.965Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2025-01-17T07:42:14.480Z | Compiling idna v0.5.0 |
1458 | 2025-01-17T07:42:14.606Z | Compiling hubpack_derive v0.1.1 |
1459 | 2025-01-17T07:42:14.917Z | Compiling hostname v0.4.0 |
1460 | 2025-01-17T07:42:15.135Z | Compiling ahash v0.8.11 |
1461 | 2025-01-17T07:42:15.288Z | Compiling fs-err v2.11.0 |
1462 | 2025-01-17T07:42:15.461Z | Compiling crc32fast v1.4.2 |
1463 | 2025-01-17T07:42:15.482Z | Compiling managed v0.8.0 |
1464 | 2025-01-17T07:42:15.594Z | Compiling newtype-uuid v1.2.1 |
1465 | 2025-01-17T07:42:15.791Z | Compiling debug-ignore v1.0.5 |
1466 | 2025-01-17T07:42:15.884Z | Compiling winnow v0.5.40 |
1467 | 2025-01-17T07:42:15.908Z | Compiling bitflags v1.3.2 |
1468 | 2025-01-17T07:42:15.954Z | Compiling console v0.15.8 |
1469 | 2025-01-17T07:42:15.977Z | Compiling zerocopy v0.6.6 |
1470 | 2025-01-17T07:42:16.030Z | Compiling clap_builder v4.5.21 |
1471 | 2025-01-17T07:42:16.677Z | Compiling strum_macros v0.25.3 |
1472 | 2025-01-17T07:42:16.742Z | Compiling flate2 v1.0.34 |
1473 | 2025-01-17T07:42:17.558Z | Compiling hubpack v0.1.2 |
1474 | 2025-01-17T07:42:17.648Z | Compiling cookie_store v0.21.0 |
1475 | 2025-01-17T07:42:17.862Z | Compiling elliptic-curve v0.13.8 |
1476 | 2025-01-17T07:42:17.994Z | Compiling hickory-resolver v0.24.1 |
1477 | 2025-01-17T07:42:19.021Z | Compiling toml_edit v0.19.15 |
1478 | 2025-01-17T07:42:19.278Z | Compiling phf v0.11.2 |
1479 | 2025-01-17T07:42:19.465Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2025-01-17T07:42:19.570Z | Compiling rayon v1.10.0 |
1481 | 2025-01-17T07:42:19.662Z | Compiling hyper-tls v0.6.0 |
1482 | 2025-01-17T07:42:20.085Z | Compiling bzip2 v0.4.4 |
1483 | 2025-01-17T07:42:20.528Z | Compiling tokio-tungstenite v0.24.0 |
1484 | 2025-01-17T07:42:22.335Z | Compiling postgres-types v0.2.8 |
1485 | 2025-01-17T07:42:23.635Z | Compiling ed25519 v2.2.3 |
1486 | 2025-01-17T07:42:23.900Z | Compiling phf_shared v0.10.0 |
1487 | 2025-01-17T07:42:23.949Z | Compiling tokio-stream v0.1.16 |
1488 | 2025-01-17T07:42:24.211Z | Compiling pkcs1 v0.7.5 |
1489 | 2025-01-17T07:42:24.296Z | Compiling serde-big-array v0.5.1 |
1490 | 2025-01-17T07:42:24.555Z | Compiling clap_derive v4.5.18 |
1491 | 2025-01-17T07:42:24.924Z | Compiling rfc6979 v0.4.0 |
1492 | 2025-01-17T07:42:25.137Z | Compiling derive-where v1.2.7 |
1493 | 2025-01-17T07:42:25.186Z | Compiling serde_repr v0.1.19 |
1494 | 2025-01-17T07:42:25.518Z | Compiling float-cmp v0.9.0 |
1495 | 2025-01-17T07:42:25.770Z | Compiling bstr v1.10.0 |
1496 | 2025-01-17T07:42:25.831Z | Compiling sync_wrapper v1.0.1 |
1497 | 2025-01-17T07:42:25.998Z | Compiling difflib v0.4.0 |
1498 | 2025-01-17T07:42:26.264Z | Compiling predicates-core v1.0.8 |
1499 | 2025-01-17T07:42:26.284Z | Compiling whoami v1.5.2 |
1500 | 2025-01-17T07:42:26.604Z | Compiling normalize-line-endings v0.3.0 |
1501 | 2025-01-17T07:42:26.753Z | Compiling fixedbitset v0.4.2 |
1502 | 2025-01-17T07:42:26.879Z | Compiling unicode-width v0.2.0 |
1503 | 2025-01-17T07:42:27.197Z | Compiling static_assertions v1.1.0 |
1504 | 2025-01-17T07:42:27.312Z | Compiling new_debug_unreachable v1.0.6 |
1505 | 2025-01-17T07:42:27.405Z | Compiling bit-vec v0.6.3 |
1506 | 2025-01-17T07:42:27.408Z | Compiling number_prefix v0.4.0 |
1507 | 2025-01-17T07:42:27.428Z | Compiling unicode-segmentation v1.12.0 |
1508 | 2025-01-17T07:42:27.431Z | Compiling precomputed-hash v0.1.1 |
1509 | 2025-01-17T07:42:27.586Z | Compiling indicatif v0.17.9 |
1510 | 2025-01-17T07:42:27.641Z | Compiling string_cache v0.8.7 |
1511 | 2025-01-17T07:42:27.790Z | Compiling bit-set v0.5.3 |
1512 | 2025-01-17T07:42:28.040Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1513 | 2025-01-17T07:42:28.087Z | Compiling petgraph v0.6.5 |
1514 | 2025-01-17T07:42:28.310Z | Compiling similar v2.6.0 |
1515 | 2025-01-17T07:42:28.354Z | Compiling predicates v3.1.2 |
1516 | 2025-01-17T07:42:29.038Z | Compiling clap v4.5.21 |
1517 | 2025-01-17T07:42:29.167Z | Compiling tokio-postgres v0.7.12 |
1518 | 2025-01-17T07:42:29.639Z | Compiling ecdsa v0.16.9 |
1519 | 2025-01-17T07:42:29.906Z | Compiling rsa v0.9.6 |
1520 | 2025-01-17T07:42:30.367Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2025-01-17T07:42:30.467Z | Compiling toml v0.7.8 |
1522 | 2025-01-17T07:42:31.652Z | Compiling zip v0.6.6 |
1523 | 2025-01-17T07:42:31.724Z | Compiling crossterm v0.28.1 |
1524 | 2025-01-17T07:42:33.269Z | Compiling hex v0.4.3 |
1525 | 2025-01-17T07:42:33.339Z | Compiling x509-cert v0.2.5 |
1526 | 2025-01-17T07:42:33.861Z | Compiling itertools v0.10.5 |
1527 | 2025-01-17T07:42:34.235Z | Compiling lalrpop-util v0.19.12 |
1528 | 2025-01-17T07:42:34.256Z | Compiling unicode-xid v0.2.6 |
1529 | 2025-01-17T07:42:34.467Z | Compiling peg-runtime v0.8.3 |
1530 | 2025-01-17T07:42:34.627Z | Compiling strum_macros v0.26.4 |
1531 | 2025-01-17T07:42:34.806Z | Compiling xattr v1.3.1 |
1532 | 2025-01-17T07:42:35.020Z | Compiling filetime v0.2.25 |
1533 | 2025-01-17T07:42:35.346Z | Compiling tar v0.4.42 |
1534 | 2025-01-17T07:42:39.289Z | Compiling strum v0.26.3 |
1535 | 2025-01-17T07:42:42.358Z | Compiling aws-lc-sys v0.22.0 |
1536 | 2025-01-17T07:43:09.828Z | Compiling rustls-webpki v0.102.8 |
1537 | 2025-01-17T07:43:12.933Z | Compiling tokio-rustls v0.25.0 |
1538 | 2025-01-17T07:43:14.649Z | Compiling tokio-rustls v0.26.0 |
1539 | 2025-01-17T07:43:14.947Z | Compiling hyper-rustls v0.27.3 |
1540 | 2025-01-17T07:43:15.299Z | Compiling reqwest v0.12.9 |
1541 | 2025-01-17T07:43:16.600Z | Compiling qorb v0.2.1 |
1542 | 2025-01-17T07:43:19.667Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1543 | 2025-01-17T07:43:19.916Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1544 | 2025-01-17T07:43:24.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1545 | 2025-01-17T07:43:24.525Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1546 | 2025-01-17T07:43:24.576Z | Jan 17 07:43:23.246 INFO Starting download, target: DendriteOpenapi |
1547 | 2025-01-17T07:43:24.576Z | Jan 17 07:43:23.246 INFO Starting download, target: Cockroach |
1548 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.246 INFO Starting download, target: Clickhouse |
1549 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.247 INFO Starting download, target: Console |
1550 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.247 INFO Starting download, target: DendriteStub |
1551 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.247 INFO Starting download, target: MaghemiteMgd |
1552 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.247 INFO Starting download, target: TransceiverControl |
1553 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.247 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1554 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.247 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1555 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.247 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1556 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.247 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1557 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.247 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1558 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.247 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1559 | 2025-01-17T07:43:24.579Z | Jan 17 07:43:23.248 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1560 | 2025-01-17T07:43:24.716Z | Jan 17 07:43:23.385 INFO Download complete, target: DendriteOpenapi |
1561 | 2025-01-17T07:43:25.103Z | Jan 17 07:43:23.761 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1562 | 2025-01-17T07:43:25.224Z | Jan 17 07:43:23.884 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1563 | 2025-01-17T07:43:25.355Z | Jan 17 07:43:24.025 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1564 | 2025-01-17T07:43:25.561Z | Jan 17 07:43:24.230 INFO Download complete, target: Console |
1565 | 2025-01-17T07:43:25.565Z | Jan 17 07:43:24.232 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1566 | 2025-01-17T07:43:25.804Z | Jan 17 07:43:24.472 INFO Download complete, target: TransceiverControl |
1567 | 2025-01-17T07:43:26.227Z | Jan 17 07:43:24.895 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2025-01-17T07:43:26.227Z | Jan 17 07:43:24.895 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2025-01-17T07:43:26.945Z | Jan 17 07:43:25.570 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1570 | 2025-01-17T07:43:28.258Z | Jan 17 07:43:26.923 INFO Download complete, target: DendriteStub |
1571 | 2025-01-17T07:43:28.465Z | Jan 17 07:43:27.135 INFO Download complete, target: MaghemiteMgd |
1572 | 2025-01-17T07:43:33.706Z | Jan 17 07:43:32.372 INFO Checking that binary works, target: Cockroach |
1573 | 2025-01-17T07:43:33.979Z | Jan 17 07:43:32.647 INFO Download complete, target: Cockroach |
1574 | 2025-01-17T07:43:39.167Z | Jan 17 07:43:37.837 INFO Checking that binary works, target: Clickhouse |
1575 | 2025-01-17T07:43:39.285Z | Jan 17 07:43:37.955 INFO Download complete, target: Clickhouse |
1576 | 2025-01-17T07:43:39.292Z | All prerequisites installed successfully |
1577 | 2025-01-17T07:43:39.295Z | |
1578 | 2025-01-17T07:43:39.295Z | real 5:33.750944602 |
1579 | 2025-01-17T07:43:39.295Z | user 15:44.401423220 |
1580 | 2025-01-17T07:43:39.295Z | sys 2:04.862221879 |
1581 | 2025-01-17T07:43:39.295Z | trap 0.564000970 |
1582 | 2025-01-17T07:43:39.295Z | tflt 1.500097134 |
1583 | 2025-01-17T07:43:39.295Z | dflt 1.705589874 |
1584 | 2025-01-17T07:43:39.295Z | kflt 0.023302234 |
1585 | 2025-01-17T07:43:39.295Z | lock 25:07.401021019 |
1586 | 2025-01-17T07:43:39.295Z | slp 56:30.489399343 |
1587 | 2025-01-17T07:43:39.295Z | lat 59.800812643 |
1588 | 2025-01-17T07:43:39.295Z | stop 2:23.530036609 |
1589 | 2025-01-17T07:43:39.295Z | + ptime -m cargo xtask download softnpu |
1590 | 2025-01-17T07:43:39.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1591 | 2025-01-17T07:43:39.845Z | Running `target/debug/xtask download softnpu` |
1592 | 2025-01-17T07:43:40.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1593 | 2025-01-17T07:43:40.702Z | Running `target/debug/xtask-downloader softnpu` |
1594 | 2025-01-17T07:43:40.747Z | Jan 17 07:43:39.399 INFO Starting download, target: Softnpu |
1595 | 2025-01-17T07:43:40.754Z | Jan 17 07:43:39.400 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1596 | 2025-01-17T07:43:41.267Z | Jan 17 07:43:39.933 INFO Download complete, target: Softnpu |
1597 | 2025-01-17T07:43:41.270Z | |
1598 | 2025-01-17T07:43:41.270Z | real 1.967852815 |
1599 | 2025-01-17T07:43:41.270Z | user 1.247894491 |
1600 | 2025-01-17T07:43:41.270Z | sys 0.531940475 |
1601 | 2025-01-17T07:43:41.270Z | trap 0.000593075 |
1602 | 2025-01-17T07:43:41.270Z | tflt 0.000096802 |
1603 | 2025-01-17T07:43:41.270Z | dflt 0.000061822 |
1604 | 2025-01-17T07:43:41.270Z | kflt 0.000000000 |
1605 | 2025-01-17T07:43:41.270Z | lock 5.469697755 |
1606 | 2025-01-17T07:43:41.270Z | slp 0.350314302 |
1607 | 2025-01-17T07:43:41.270Z | lat 0.073002506 |
1608 | 2025-01-17T07:43:41.270Z | stop 0.000203326 |
1609 | 2025-01-17T07:43:41.270Z | + export CARGO_INCREMENTAL=0 |
1610 | 2025-01-17T07:43:41.270Z | + CARGO_INCREMENTAL=0 |
1611 | 2025-01-17T07:43:41.270Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1612 | 2025-01-17T07:43:42.210Z | Compiling proc-macro2 v1.0.92 |
1613 | 2025-01-17T07:43:42.210Z | Compiling unicode-ident v1.0.14 |
1614 | 2025-01-17T07:43:42.213Z | Compiling libc v0.2.169 |
1615 | 2025-01-17T07:43:42.213Z | Compiling serde v1.0.217 |
1616 | 2025-01-17T07:43:42.213Z | Compiling autocfg v1.4.0 |
1617 | 2025-01-17T07:43:42.213Z | Compiling version_check v0.9.5 |
1618 | 2025-01-17T07:43:42.213Z | Compiling cfg-if v1.0.0 |
1619 | 2025-01-17T07:43:42.485Z | Compiling memchr v2.7.4 |
1620 | 2025-01-17T07:43:42.511Z | Compiling typenum v1.17.0 |
1621 | 2025-01-17T07:43:42.539Z | Compiling shlex v1.3.0 |
1622 | 2025-01-17T07:43:42.868Z | Compiling value-bag v1.9.0 |
1623 | 2025-01-17T07:43:43.067Z | Compiling generic-array v0.14.7 |
1624 | 2025-01-17T07:43:43.131Z | Compiling lock_api v0.4.12 |
1625 | 2025-01-17T07:43:43.346Z | Compiling log v0.4.22 |
1626 | 2025-01-17T07:43:43.368Z | Compiling scopeguard v1.2.0 |
1627 | 2025-01-17T07:43:43.530Z | Compiling parking_lot_core v0.9.10 |
1628 | 2025-01-17T07:43:43.804Z | Compiling serde_json v1.0.135 |
1629 | 2025-01-17T07:43:43.935Z | Compiling quote v1.0.38 |
1630 | 2025-01-17T07:43:44.070Z | Compiling once_cell v1.20.2 |
1631 | 2025-01-17T07:43:44.109Z | Compiling rustix v0.38.37 |
1632 | 2025-01-17T07:43:44.130Z | Compiling jobserver v0.1.32 |
1633 | 2025-01-17T07:43:44.325Z | Compiling syn v2.0.96 |
1634 | 2025-01-17T07:43:44.465Z | Compiling getrandom v0.2.15 |
1635 | 2025-01-17T07:43:44.501Z | Compiling libm v0.2.8 |
1636 | 2025-01-17T07:43:44.709Z | Compiling cc v1.1.30 |
1637 | 2025-01-17T07:43:44.726Z | Compiling aho-corasick v1.1.3 |
1638 | 2025-01-17T07:43:44.765Z | Compiling num-traits v0.2.19 |
1639 | 2025-01-17T07:43:44.836Z | Compiling regex-syntax v0.8.5 |
1640 | 2025-01-17T07:43:44.857Z | Compiling thiserror v1.0.69 |
1641 | 2025-01-17T07:43:44.860Z | Compiling either v1.13.0 |
1642 | 2025-01-17T07:43:45.066Z | Compiling itoa v1.0.11 |
1643 | 2025-01-17T07:43:45.278Z | Compiling spin v0.9.8 |
1644 | 2025-01-17T07:43:45.514Z | Compiling slab v0.4.9 |
1645 | 2025-01-17T07:43:45.778Z | Compiling errno v0.3.9 |
1646 | 2025-01-17T07:43:45.984Z | Compiling byteorder v1.5.0 |
1647 | 2025-01-17T07:43:46.013Z | Compiling lazy_static v1.5.0 |
1648 | 2025-01-17T07:43:46.146Z | Compiling rand_core v0.6.4 |
1649 | 2025-01-17T07:43:46.574Z | Compiling glob v0.3.1 |
1650 | 2025-01-17T07:43:46.660Z | Compiling prettyplease v0.2.25 |
1651 | 2025-01-17T07:43:46.873Z | Compiling minimal-lexical v0.2.1 |
1652 | 2025-01-17T07:43:47.248Z | Compiling clang-sys v1.8.1 |
1653 | 2025-01-17T07:43:47.346Z | Compiling nom v7.1.3 |
1654 | 2025-01-17T07:43:47.622Z | Compiling libloading v0.8.5 |
1655 | 2025-01-17T07:43:47.702Z | Compiling bindgen v0.69.5 |
1656 | 2025-01-17T07:43:47.931Z | Compiling subtle v2.6.1 |
1657 | 2025-01-17T07:43:47.953Z | Compiling home v0.5.9 |
1658 | 2025-01-17T07:43:48.180Z | Compiling itertools v0.12.1 |
1659 | 2025-01-17T07:43:48.239Z | Compiling lazycell v1.3.0 |
1660 | 2025-01-17T07:43:48.415Z | Compiling regex-automata v0.4.8 |
1661 | 2025-01-17T07:43:48.537Z | Compiling allocator-api2 v0.2.18 |
1662 | 2025-01-17T07:43:48.759Z | Compiling rustc-hash v1.1.0 |
1663 | 2025-01-17T07:43:48.921Z | Compiling smallvec v1.13.2 |
1664 | 2025-01-17T07:43:49.276Z | Compiling cmake v0.1.51 |
1665 | 2025-01-17T07:43:49.604Z | Compiling semver v1.0.24 |
1666 | 2025-01-17T07:43:50.043Z | Compiling dunce v1.0.5 |
1667 | 2025-01-17T07:43:50.066Z | Compiling fs_extra v1.3.0 |
1668 | 2025-01-17T07:43:50.385Z | Compiling cexpr v0.6.0 |
1669 | 2025-01-17T07:43:50.549Z | Compiling pkg-config v0.3.31 |
1670 | 2025-01-17T07:43:50.963Z | Compiling ring v0.17.8 |
1671 | 2025-01-17T07:43:51.361Z | Compiling synstructure v0.13.1 |
1672 | 2025-01-17T07:43:51.573Z | Compiling ryu v1.0.18 |
1673 | 2025-01-17T07:43:51.808Z | Compiling pin-project-lite v0.2.14 |
1674 | 2025-01-17T07:43:51.871Z | Compiling paste v1.0.15 |
1675 | 2025-01-17T07:43:51.959Z | Compiling schemars v0.8.21 |
1676 | 2025-01-17T07:43:52.276Z | Compiling aws-lc-rs v1.10.0 |
1677 | 2025-01-17T07:43:52.366Z | Compiling fnv v1.0.7 |
1678 | 2025-01-17T07:43:52.369Z | Compiling const-oid v0.9.6 |
1679 | 2025-01-17T07:43:52.566Z | Compiling httparse v1.9.5 |
1680 | 2025-01-17T07:43:53.165Z | Compiling serde_derive_internals v0.29.1 |
1681 | 2025-01-17T07:43:53.316Z | Compiling foldhash v0.1.3 |
1682 | 2025-01-17T07:43:53.632Z | Compiling equivalent v1.0.1 |
1683 | 2025-01-17T07:43:53.758Z | Compiling regex v1.11.1 |
1684 | 2025-01-17T07:43:53.845Z | Compiling hashbrown v0.15.1 |
1685 | 2025-01-17T07:43:54.437Z | Compiling signal-hook-registry v1.4.2 |
1686 | 2025-01-17T07:43:54.485Z | Compiling heck v0.5.0 |
1687 | 2025-01-17T07:43:54.713Z | Compiling parking_lot v0.12.3 |
1688 | 2025-01-17T07:43:54.924Z | Compiling mio v1.0.2 |
1689 | 2025-01-17T07:43:55.782Z | Compiling serde_derive v1.0.217 |
1690 | 2025-01-17T07:43:55.894Z | Compiling zeroize_derive v1.4.2 |
1691 | 2025-01-17T07:43:56.497Z | Compiling zerocopy-derive v0.7.35 |
1692 | 2025-01-17T07:43:56.728Z | Compiling thiserror-impl v1.0.69 |
1693 | 2025-01-17T07:43:57.180Z | Compiling tokio-macros v2.5.0 |
1694 | 2025-01-17T07:43:57.202Z | Compiling zeroize v1.8.1 |
1695 | 2025-01-17T07:43:57.654Z | Compiling zerofrom-derive v0.1.4 |
1696 | 2025-01-17T07:43:57.740Z | Compiling yoke-derive v0.7.4 |
1697 | 2025-01-17T07:43:57.780Z | Compiling futures-macro v0.3.31 |
1698 | 2025-01-17T07:43:58.011Z | Compiling zerovec-derive v0.10.3 |
1699 | 2025-01-17T07:43:58.529Z | Compiling zerocopy v0.7.35 |
1700 | 2025-01-17T07:43:59.384Z | Compiling displaydoc v0.2.5 |
1701 | 2025-01-17T07:43:59.513Z | Compiling crypto-common v0.1.6 |
1702 | 2025-01-17T07:43:59.880Z | Compiling tracing-attributes v0.1.27 |
1703 | 2025-01-17T07:43:59.940Z | Compiling icu_provider_macros v1.5.0 |
1704 | 2025-01-17T07:44:00.074Z | Compiling schemars_derive v0.8.21 |
1705 | 2025-01-17T07:44:00.374Z | Compiling block-buffer v0.10.4 |
1706 | 2025-01-17T07:44:00.637Z | Compiling digest v0.10.7 |
1707 | 2025-01-17T07:44:00.751Z | Compiling stable_deref_trait v1.2.0 |
1708 | 2025-01-17T07:44:00.951Z | Compiling socket2 v0.5.7 |
1709 | 2025-01-17T07:44:01.014Z | Compiling futures-core v0.3.31 |
1710 | 2025-01-17T07:44:01.053Z | Compiling num-conv v0.1.0 |
1711 | 2025-01-17T07:44:01.280Z | Compiling time-core v0.1.2 |
1712 | 2025-01-17T07:44:01.326Z | Compiling crossbeam-utils v0.8.20 |
1713 | 2025-01-17T07:44:01.475Z | Compiling time-macros v0.2.18 |
1714 | 2025-01-17T07:44:02.109Z | Compiling der_derive v0.7.3 |
1715 | 2025-01-17T07:44:02.412Z | Compiling vcpkg v0.2.15 |
1716 | 2025-01-17T07:44:03.828Z | Compiling openssl-sys v0.9.103 |
1717 | 2025-01-17T07:44:04.280Z | Compiling syn v1.0.109 |
1718 | 2025-01-17T07:44:04.799Z | Compiling cpufeatures v0.2.14 |
1719 | 2025-01-17T07:44:04.802Z | Compiling futures-sink v0.3.31 |
1720 | 2025-01-17T07:44:04.919Z | Compiling slog v2.7.0 |
1721 | 2025-01-17T07:44:05.208Z | Compiling ahash v0.8.11 |
1722 | 2025-01-17T07:44:05.357Z | Compiling iana-time-zone v0.1.61 |
1723 | 2025-01-17T07:44:05.713Z | Compiling futures-channel v0.3.31 |
1724 | 2025-01-17T07:44:05.904Z | Compiling zerofrom v0.1.4 |
1725 | 2025-01-17T07:44:06.011Z | Compiling scroll_derive v0.12.0 |
1726 | 2025-01-17T07:44:06.158Z | Compiling ucd-trie v0.1.7 |
1727 | 2025-01-17T07:44:06.178Z | Compiling futures-io v0.3.31 |
1728 | 2025-01-17T07:44:06.181Z | Compiling futures-task v0.3.31 |
1729 | 2025-01-17T07:44:06.501Z | Compiling pin-utils v0.1.0 |
1730 | 2025-01-17T07:44:06.521Z | Compiling openssl v0.10.66 |
1731 | 2025-01-17T07:44:06.612Z | Compiling futures-util v0.3.31 |
1732 | 2025-01-17T07:44:06.632Z | Compiling pest v2.7.14 |
1733 | 2025-01-17T07:44:06.920Z | Compiling yoke v0.7.4 |
1734 | 2025-01-17T07:44:07.333Z | Compiling hmac v0.12.1 |
1735 | 2025-01-17T07:44:07.857Z | Compiling bitflags v2.6.0 |
1736 | 2025-01-17T07:44:07.951Z | Compiling bytes v1.9.0 |
1737 | 2025-01-17T07:44:09.106Z | Compiling indexmap v2.7.0 |
1738 | 2025-01-17T07:44:09.617Z | Compiling tokio v1.43.0 |
1739 | 2025-01-17T07:44:10.442Z | Compiling serde_tokenstream v0.2.2 |
1740 | 2025-01-17T07:44:10.935Z | Compiling uuid v1.11.0 |
1741 | 2025-01-17T07:44:11.019Z | Compiling http v1.2.0 |
1742 | 2025-01-17T07:44:12.197Z | Compiling which v4.4.2 |
1743 | 2025-01-17T07:44:12.703Z | Compiling chrono v0.4.38 |
1744 | 2025-01-17T07:44:13.010Z | Compiling rustc_version v0.4.1 |
1745 | 2025-01-17T07:44:14.776Z | Compiling pest_meta v2.7.14 |
1746 | 2025-01-17T07:44:18.445Z | Compiling zerovec v0.10.4 |
1747 | 2025-01-17T07:44:19.087Z | Compiling block-padding v0.3.3 |
1748 | 2025-01-17T07:44:19.336Z | Compiling openssl-macros v0.1.1 |
1749 | 2025-01-17T07:44:20.059Z | Compiling native-tls v0.2.12 |
1750 | 2025-01-17T07:44:20.415Z | Compiling rustls v0.23.19 |
1751 | 2025-01-17T07:44:20.717Z | Compiling tinyvec_macros v0.1.1 |
1752 | 2025-01-17T07:44:20.887Z | Compiling tinyvec v1.8.0 |
1753 | 2025-01-17T07:44:20.964Z | Compiling inout v0.1.3 |
1754 | 2025-01-17T07:44:20.979Z | Compiling pest_generator v2.7.14 |
1755 | 2025-01-17T07:44:21.227Z | Compiling toml_datetime v0.6.8 |
1756 | 2025-01-17T07:44:21.387Z | Compiling serde_spanned v0.6.8 |
1757 | 2025-01-17T07:44:21.648Z | Compiling tracing-core v0.1.32 |
1758 | 2025-01-17T07:44:21.668Z | Compiling strsim v0.11.1 |
1759 | 2025-01-17T07:44:22.322Z | Compiling dyn-clone v1.0.17 |
1760 | 2025-01-17T07:44:22.426Z | Compiling unicode-normalization v0.1.24 |
1761 | 2025-01-17T07:44:22.560Z | Compiling tracing v0.1.40 |
1762 | 2025-01-17T07:44:22.617Z | Compiling pest_derive v2.7.14 |
1763 | 2025-01-17T07:44:23.362Z | Compiling cipher v0.4.4 |
1764 | 2025-01-17T07:44:23.398Z | Compiling tinystr v0.7.6 |
1765 | 2025-01-17T07:44:23.832Z | Compiling sha2 v0.10.8 |
1766 | 2025-01-17T07:44:23.897Z | Compiling cookie v0.18.1 |
1767 | 2025-01-17T07:44:23.918Z | Compiling usdt-impl v0.5.0 |
1768 | 2025-01-17T07:44:24.184Z | Compiling base64ct v1.6.0 |
1769 | 2025-01-17T07:44:24.222Z | Compiling writeable v0.5.5 |
1770 | 2025-01-17T07:44:24.271Z | Compiling unicode-bidi v0.3.17 |
1771 | 2025-01-17T07:44:24.482Z | Compiling aws-lc-sys v0.22.0 |
1772 | 2025-01-17T07:44:24.586Z | Compiling litemap v0.7.3 |
1773 | 2025-01-17T07:44:25.192Z | Compiling icu_locid v1.5.0 |
1774 | 2025-01-17T07:44:27.534Z | Compiling pem-rfc7468 v0.7.0 |
1775 | 2025-01-17T07:44:28.114Z | Compiling scroll v0.12.0 |
1776 | 2025-01-17T07:44:28.719Z | Compiling ppv-lite86 v0.2.20 |
1777 | 2025-01-17T07:44:28.932Z | Compiling async-trait v0.1.83 |
1778 | 2025-01-17T07:44:30.874Z | Compiling plain v0.2.3 |
1779 | 2025-01-17T07:44:31.048Z | Compiling camino v1.1.9 |
1780 | 2025-01-17T07:44:31.524Z | Compiling rustls-pki-types v1.10.0 |
1781 | 2025-01-17T07:44:32.078Z | Compiling anyhow v1.0.93 |
1782 | 2025-01-17T07:44:32.554Z | Compiling percent-encoding v2.3.1 |
1783 | 2025-01-17T07:44:32.593Z | Compiling flagset v0.4.6 |
1784 | 2025-01-17T07:44:32.795Z | Compiling der v0.7.9 |
1785 | 2025-01-17T07:44:33.015Z | Compiling goblin v0.8.2 |
1786 | 2025-01-17T07:44:34.156Z | Compiling rand_chacha v0.3.1 |
1787 | 2025-01-17T07:44:35.073Z | Compiling icu_provider v1.5.0 |
1788 | 2025-01-17T07:44:35.406Z | Compiling tokio-util v0.7.12 |
1789 | 2025-01-17T07:44:36.239Z | Compiling icu_locid_transform_data v1.5.0 |
1790 | 2025-01-17T07:44:36.347Z | Compiling powerfmt v0.2.0 |
1791 | 2025-01-17T07:44:36.584Z | Compiling pretty-hex v0.4.1 |
1792 | 2025-01-17T07:44:36.818Z | Compiling rustls v0.22.4 |
1793 | 2025-01-17T07:44:36.976Z | Compiling untrusted v0.9.0 |
1794 | 2025-01-17T07:44:37.111Z | Compiling rayon-core v1.12.1 |
1795 | 2025-01-17T07:44:37.184Z | Compiling untrusted v0.7.1 |
1796 | 2025-01-17T07:44:37.231Z | Compiling mirai-annotations v1.12.0 |
1797 | 2025-01-17T07:44:37.412Z | Compiling icu_locid_transform v1.5.0 |
1798 | 2025-01-17T07:44:37.430Z | Compiling deranged v0.3.11 |
1799 | 2025-01-17T07:44:38.593Z | Compiling dof v0.3.0 |
1800 | 2025-01-17T07:44:39.158Z | Compiling spki v0.7.3 |
1801 | 2025-01-17T07:44:39.532Z | Compiling rand v0.8.5 |
1802 | 2025-01-17T07:44:40.118Z | Compiling salsa20 v0.10.2 |
1803 | 2025-01-17T07:44:40.260Z | Compiling dtrace-parser v0.2.0 |
1804 | 2025-01-17T07:44:40.360Z | Compiling icu_collections v1.5.0 |
1805 | 2025-01-17T07:44:41.522Z | Compiling pbkdf2 v0.12.2 |
1806 | 2025-01-17T07:44:42.143Z | Compiling thread-id v4.2.2 |
1807 | 2025-01-17T07:44:42.276Z | Compiling icu_properties_data v1.5.0 |
1808 | 2025-01-17T07:44:42.621Z | Compiling num_threads v0.1.7 |
1809 | 2025-01-17T07:44:42.762Z | Compiling atomic-waker v1.1.2 |
1810 | 2025-01-17T07:44:42.956Z | Compiling winnow v0.5.40 |
1811 | 2025-01-17T07:44:42.998Z | Compiling icu_properties v1.5.1 |
1812 | 2025-01-17T07:44:43.172Z | Compiling time v0.3.36 |
1813 | 2025-01-17T07:44:46.224Z | Compiling toml_edit v0.19.15 |
1814 | 2025-01-17T07:44:47.492Z | Compiling scrypt v0.11.0 |
1815 | 2025-01-17T07:44:47.968Z | Compiling form_urlencoded v1.2.1 |
1816 | 2025-01-17T07:44:47.987Z | Compiling aes v0.8.4 |
1817 | 2025-01-17T07:44:48.495Z | Compiling cbc v0.1.2 |
1818 | 2025-01-17T07:44:48.743Z | Compiling http-body v1.0.1 |
1819 | 2025-01-17T07:44:49.131Z | Compiling multer v3.1.0 |
1820 | 2025-01-17T07:44:49.134Z | Compiling icu_normalizer_data v1.5.0 |
1821 | 2025-01-17T07:44:49.153Z | Compiling write16 v1.0.0 |
1822 | 2025-01-17T07:44:49.261Z | Compiling slog-async v2.8.0 |
1823 | 2025-01-17T07:44:49.430Z | Compiling utf8_iter v1.0.4 |
1824 | 2025-01-17T07:44:49.448Z | Compiling try-lock v0.2.5 |
1825 | 2025-01-17T07:44:49.626Z | Compiling rustversion v1.0.17 |
1826 | 2025-01-17T07:44:49.702Z | Compiling utf16_iter v1.0.5 |
1827 | 2025-01-17T07:44:50.221Z | Compiling icu_normalizer v1.5.0 |
1828 | 2025-01-17T07:44:50.272Z | Compiling want v0.3.1 |
1829 | 2025-01-17T07:44:51.891Z | Compiling pkcs5 v0.7.1 |
1830 | 2025-01-17T07:44:52.719Z | Compiling h2 v0.4.6 |
1831 | 2025-01-17T07:44:53.209Z | Compiling heapless v0.7.17 |
1832 | 2025-01-17T07:44:54.102Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1833 | 2025-01-17T07:44:54.703Z | Compiling signal-hook v0.3.17 |
1834 | 2025-01-17T07:44:54.804Z | Compiling httpdate v1.0.3 |
1835 | 2025-01-17T07:44:55.488Z | Compiling pkcs8 v0.10.2 |
1836 | 2025-01-17T07:44:55.561Z | Compiling idna_adapter v1.2.0 |
1837 | 2025-01-17T07:44:56.817Z | Compiling usdt-attr-macro v0.5.0 |
1838 | 2025-01-17T07:44:57.034Z | Compiling usdt-macro v0.5.0 |
1839 | 2025-01-17T07:44:57.216Z | Compiling async-stream-impl v0.3.6 |
1840 | 2025-01-17T07:44:58.313Z | Compiling base64 v0.22.1 |
1841 | 2025-01-17T07:44:58.409Z | Compiling tower-service v0.3.3 |
1842 | 2025-01-17T07:44:58.448Z | Compiling adler2 v2.0.0 |
1843 | 2025-01-17T07:44:58.760Z | Compiling miniz_oxide v0.8.0 |
1844 | 2025-01-17T07:44:59.509Z | Compiling idna v1.0.3 |
1845 | 2025-01-17T07:45:02.132Z | Compiling hyper v1.5.2 |
1846 | 2025-01-17T07:45:05.094Z | Compiling hyper-util v0.1.10 |
1847 | 2025-01-17T07:45:05.390Z | Compiling curve25519-dalek v4.1.3 |
1848 | 2025-01-17T07:45:05.815Z | Compiling openapiv3 v2.0.0 |
1849 | 2025-01-17T07:45:06.109Z | Compiling enum-as-inner v0.6.1 |
1850 | 2025-01-17T07:45:07.100Z | Compiling dropshot v0.12.0 |
1851 | 2025-01-17T07:45:07.292Z | Compiling foreign-types-shared v0.1.1 |
1852 | 2025-01-17T07:45:07.448Z | Compiling smoltcp v0.9.1 |
1853 | 2025-01-17T07:45:07.784Z | Compiling newtype-uuid v1.2.1 |
1854 | 2025-01-17T07:45:08.087Z | Compiling match_cfg v0.1.0 |
1855 | 2025-01-17T07:45:08.350Z | Compiling portable-atomic v1.9.0 |
1856 | 2025-01-17T07:45:08.704Z | Compiling num-bigint-dig v0.8.4 |
1857 | 2025-01-17T07:45:09.230Z | Compiling hostname v0.3.1 |
1858 | 2025-01-17T07:45:09.661Z | Compiling foreign-types v0.3.2 |
1859 | 2025-01-17T07:45:10.907Z | Compiling url v2.5.3 |
1860 | 2025-01-17T07:45:12.744Z | Compiling http-body-util v0.1.2 |
1861 | 2025-01-17T07:45:13.487Z | Compiling dirs-sys-next v0.1.2 |
1862 | 2025-01-17T07:45:13.539Z | Compiling encoding_rs v0.8.34 |
1863 | 2025-01-17T07:45:13.650Z | Compiling mime v0.3.17 |
1864 | 2025-01-17T07:45:13.952Z | Compiling heck v0.4.1 |
1865 | 2025-01-17T07:45:14.327Z | Compiling gimli v0.31.1 |
1866 | 2025-01-17T07:45:14.676Z | Compiling ident_case v1.0.1 |
1867 | 2025-01-17T07:45:14.870Z | Compiling data-encoding v2.6.0 |
1868 | 2025-01-17T07:45:16.333Z | Compiling siphasher v0.3.11 |
1869 | 2025-01-17T07:45:16.704Z | Compiling darling_core v0.20.10 |
1870 | 2025-01-17T07:45:17.316Z | Compiling dirs-next v2.0.0 |
1871 | 2025-01-17T07:45:21.007Z | Compiling addr2line v0.24.2 |
1872 | 2025-01-17T07:45:22.714Z | Compiling serde_urlencoded v0.7.1 |
1873 | 2025-01-17T07:45:23.298Z | Compiling crossbeam-epoch v0.9.18 |
1874 | 2025-01-17T07:45:24.006Z | Compiling rustls-pemfile v2.2.0 |
1875 | 2025-01-17T07:45:24.485Z | Compiling hubpack_derive v0.1.1 |
1876 | 2025-01-17T07:45:24.608Z | Compiling dropshot_endpoint v0.12.0 |
1877 | 2025-01-17T07:45:24.852Z | Compiling sha1 v0.10.6 |
1878 | 2025-01-17T07:45:24.898Z | Compiling signature v2.2.0 |
1879 | 2025-01-17T07:45:25.133Z | Compiling curve25519-dalek-derive v0.1.1 |
1880 | 2025-01-17T07:45:25.244Z | Compiling zerocopy-derive v0.6.6 |
1881 | 2025-01-17T07:45:25.364Z | Compiling object v0.36.5 |
1882 | 2025-01-17T07:45:26.900Z | Compiling thread_local v1.1.8 |
1883 | 2025-01-17T07:45:27.337Z | Compiling fs-err v2.11.0 |
1884 | 2025-01-17T07:45:28.393Z | Compiling anstyle v1.0.10 |
1885 | 2025-01-17T07:45:28.853Z | Compiling utf8parse v0.2.2 |
1886 | 2025-01-17T07:45:29.045Z | Compiling openssl-probe v0.1.5 |
1887 | 2025-01-17T07:45:31.048Z | Compiling ipnet v2.10.1 |
1888 | 2025-01-17T07:45:34.014Z | Compiling unicode-properties v0.1.3 |
1889 | 2025-01-17T07:45:34.413Z | Compiling rustc-demangle v0.1.24 |
1890 | 2025-01-17T07:45:35.279Z | Compiling winnow v0.6.20 |
1891 | 2025-01-17T07:45:36.727Z | Compiling rustls-webpki v0.102.8 |
1892 | 2025-01-17T07:45:36.970Z | Compiling backtrace v0.3.74 |
1893 | 2025-01-17T07:45:38.426Z | Compiling toml_edit v0.22.22 |
1894 | 2025-01-17T07:45:39.984Z | Compiling stringprep v0.1.5 |
1895 | 2025-01-17T07:45:45.989Z | Compiling anstyle-parse v0.2.5 |
1896 | 2025-01-17T07:45:46.842Z | Compiling crossbeam-deque v0.8.5 |
1897 | 2025-01-17T07:45:47.197Z | Compiling darling_macro v0.20.10 |
1898 | 2025-01-17T07:45:47.563Z | Compiling term v0.7.0 |
1899 | 2025-01-17T07:45:47.606Z | Compiling slog-json v2.6.1 |
1900 | 2025-01-17T07:45:48.726Z | Compiling crossbeam-channel v0.5.13 |
1901 | 2025-01-17T07:45:49.103Z | Compiling hashbrown v0.14.5 |
1902 | 2025-01-17T07:45:49.720Z | Compiling idna v0.3.0 |
1903 | 2025-01-17T07:45:49.856Z | Compiling idna v0.4.0 |
1904 | 2025-01-17T07:45:50.364Z | Compiling futures-executor v0.3.31 |
1905 | 2025-01-17T07:45:51.046Z | Compiling num-integer v0.1.46 |
1906 | 2025-01-17T07:45:51.087Z | Compiling md-5 v0.10.6 |
1907 | 2025-01-17T07:45:51.204Z | Compiling ff v0.13.0 |
1908 | 2025-01-17T07:45:51.348Z | Compiling hash32 v0.2.1 |
1909 | 2025-01-17T07:45:51.373Z | Compiling memmap v0.7.0 |
1910 | 2025-01-17T07:45:51.445Z | Compiling is-terminal v0.4.13 |
1911 | 2025-01-17T07:45:51.683Z | Compiling linked-hash-map v0.5.6 |
1912 | 2025-01-17T07:45:51.706Z | Compiling take_mut v0.2.2 |
1913 | 2025-01-17T07:45:51.879Z | Compiling psl-types v2.0.11 |
1914 | 2025-01-17T07:45:52.125Z | Compiling is_terminal_polyfill v1.70.1 |
1915 | 2025-01-17T07:45:52.231Z | Compiling colorchoice v1.0.2 |
1916 | 2025-01-17T07:45:52.277Z | Compiling anstyle-query v1.1.1 |
1917 | 2025-01-17T07:45:52.434Z | Compiling fallible-iterator v0.2.0 |
1918 | 2025-01-17T07:45:52.548Z | Compiling base16ct v0.2.0 |
1919 | 2025-01-17T07:45:52.833Z | Compiling utf-8 v0.7.6 |
1920 | 2025-01-17T07:45:52.872Z | Compiling quick-error v1.2.3 |
1921 | 2025-01-17T07:45:53.040Z | Compiling tungstenite v0.24.0 |
1922 | 2025-01-17T07:45:53.089Z | Compiling postgres-protocol v0.6.7 |
1923 | 2025-01-17T07:45:53.123Z | Compiling resolv-conf v0.7.0 |
1924 | 2025-01-17T07:45:53.569Z | Compiling sec1 v0.7.3 |
1925 | 2025-01-17T07:45:53.781Z | Compiling anstream v0.6.15 |
1926 | 2025-01-17T07:45:54.116Z | Compiling publicsuffix v2.2.3 |
1927 | 2025-01-17T07:45:54.379Z | Compiling lru-cache v0.1.2 |
1928 | 2025-01-17T07:45:54.578Z | Compiling usdt v0.5.0 |
1929 | 2025-01-17T07:45:54.848Z | Compiling slog-term v2.9.1 |
1930 | 2025-01-17T07:45:55.033Z | Compiling num-iter v0.1.45 |
1931 | 2025-01-17T07:45:55.231Z | Compiling group v0.13.0 |
1932 | 2025-01-17T07:45:55.334Z | Compiling hickory-proto v0.24.1 |
1933 | 2025-01-17T07:45:55.539Z | Compiling futures v0.3.31 |
1934 | 2025-01-17T07:45:55.903Z | Compiling regress v0.10.1 |
1935 | 2025-01-17T07:45:59.516Z | Compiling darling v0.20.10 |
1936 | 2025-01-17T07:45:59.989Z | Compiling slog-bunyan v2.5.0 |
1937 | 2025-01-17T07:46:00.387Z | Compiling tokio-native-tls v0.3.1 |
1938 | 2025-01-17T07:46:00.441Z | Compiling tokio-rustls v0.26.0 |
1939 | 2025-01-17T07:46:00.577Z | Compiling tokio-rustls v0.25.0 |
1940 | 2025-01-17T07:46:00.701Z | Compiling toml v0.8.19 |
1941 | 2025-01-17T07:46:01.000Z | Compiling phf_shared v0.11.2 |
1942 | 2025-01-17T07:46:01.166Z | Compiling strum_macros v0.25.3 |
1943 | 2025-01-17T07:46:01.681Z | Compiling async-stream v0.3.6 |
1944 | 2025-01-17T07:46:01.974Z | Compiling waitgroup v0.1.2 |
1945 | 2025-01-17T07:46:02.076Z | Compiling webpki-roots v0.26.6 |
1946 | 2025-01-17T07:46:02.587Z | Compiling idna v0.5.0 |
1947 | 2025-01-17T07:46:02.608Z | Compiling terminal_size v0.4.0 |
1948 | 2025-01-17T07:46:02.851Z | Compiling serde_path_to_error v0.1.16 |
1949 | 2025-01-17T07:46:03.587Z | Compiling hkdf v0.12.4 |
1950 | 2025-01-17T07:46:03.943Z | Compiling crypto-bigint v0.5.5 |
1951 | 2025-01-17T07:46:03.997Z | Compiling clap_derive v4.5.18 |
1952 | 2025-01-17T07:46:04.197Z | Compiling derive-where v1.2.7 |
1953 | 2025-01-17T07:46:04.375Z | Compiling serde_repr v0.1.19 |
1954 | 2025-01-17T07:46:05.002Z | Compiling hostname v0.4.0 |
1955 | 2025-01-17T07:46:05.212Z | Compiling crc32fast v1.4.2 |
1956 | 2025-01-17T07:46:05.543Z | Compiling debug-ignore v1.0.5 |
1957 | 2025-01-17T07:46:05.584Z | Compiling bitflags v1.3.2 |
1958 | 2025-01-17T07:46:06.436Z | Compiling managed v0.8.0 |
1959 | 2025-01-17T07:46:07.026Z | Compiling clap_lex v0.7.2 |
1960 | 2025-01-17T07:46:07.066Z | Compiling unicode-width v0.1.14 |
1961 | 2025-01-17T07:46:07.410Z | Compiling clap_builder v4.5.21 |
1962 | 2025-01-17T07:46:07.497Z | Compiling elliptic-curve v0.13.8 |
1963 | 2025-01-17T07:46:07.600Z | Compiling console v0.15.8 |
1964 | 2025-01-17T07:46:09.336Z | Compiling flate2 v1.0.34 |
1965 | 2025-01-17T07:46:09.832Z | Compiling cookie_store v0.21.0 |
1966 | 2025-01-17T07:46:12.515Z | Compiling hyper-rustls v0.27.3 |
1967 | 2025-01-17T07:46:15.489Z | Compiling phf v0.11.2 |
1968 | 2025-01-17T07:46:15.773Z | Compiling hyper-tls v0.6.0 |
1969 | 2025-01-17T07:46:15.845Z | Compiling hickory-resolver v0.24.1 |
1970 | 2025-01-17T07:46:16.149Z | Compiling signal-hook-mio v0.2.4 |
1971 | 2025-01-17T07:46:16.276Z | Compiling typify-impl v0.2.0 |
1972 | 2025-01-17T07:46:16.326Z | Compiling rayon v1.10.0 |
1973 | 2025-01-17T07:46:16.511Z | Compiling bzip2 v0.4.4 |
1974 | 2025-01-17T07:46:16.880Z | Compiling tokio-tungstenite v0.24.0 |
1975 | 2025-01-17T07:46:17.409Z | Compiling postgres-types v0.2.8 |
1976 | 2025-01-17T07:46:18.457Z | Compiling zerocopy v0.6.6 |
1977 | 2025-01-17T07:46:18.613Z | Compiling hubpack v0.1.2 |
1978 | 2025-01-17T07:46:19.032Z | Compiling ed25519 v2.2.3 |
1979 | 2025-01-17T07:46:19.231Z | Compiling phf_shared v0.10.0 |
1980 | 2025-01-17T07:46:19.602Z | Compiling pkcs1 v0.7.5 |
1981 | 2025-01-17T07:46:20.471Z | Compiling tokio-stream v0.1.16 |
1982 | 2025-01-17T07:46:20.591Z | Compiling ipnetwork v0.20.0 |
1983 | 2025-01-17T07:46:20.896Z | Compiling serde-big-array v0.5.1 |
1984 | 2025-01-17T07:46:21.149Z | Compiling rfc6979 v0.4.0 |
1985 | 2025-01-17T07:46:21.357Z | Compiling float-cmp v0.9.0 |
1986 | 2025-01-17T07:46:21.388Z | Compiling sync_wrapper v1.0.1 |
1987 | 2025-01-17T07:46:21.603Z | Compiling bstr v1.10.0 |
1988 | 2025-01-17T07:46:22.809Z | Compiling difflib v0.4.0 |
1989 | 2025-01-17T07:46:23.030Z | Compiling fixedbitset v0.4.2 |
1990 | 2025-01-17T07:46:23.454Z | Compiling static_assertions v1.1.0 |
1991 | 2025-01-17T07:46:23.594Z | Compiling bit-vec v0.6.3 |
1992 | 2025-01-17T07:46:23.954Z | Compiling predicates-core v1.0.8 |
1993 | 2025-01-17T07:46:24.259Z | Compiling new_debug_unreachable v1.0.6 |
1994 | 2025-01-17T07:46:24.279Z | Compiling precomputed-hash v0.1.1 |
1995 | 2025-01-17T07:46:24.373Z | Compiling number_prefix v0.4.0 |
1996 | 2025-01-17T07:46:24.419Z | Compiling unicode-width v0.2.0 |
1997 | 2025-01-17T07:46:24.538Z | Compiling whoami v1.5.2 |
1998 | 2025-01-17T07:46:24.604Z | Compiling normalize-line-endings v0.3.0 |
1999 | 2025-01-17T07:46:24.754Z | Compiling unicode-segmentation v1.12.0 |
2000 | 2025-01-17T07:46:24.961Z | Compiling indicatif v0.17.9 |
2001 | 2025-01-17T07:46:25.054Z | Compiling tokio-postgres v0.7.12 |
2002 | 2025-01-17T07:46:25.124Z | Compiling predicates v3.1.2 |
2003 | 2025-01-17T07:46:25.599Z | Compiling similar v2.6.0 |
2004 | 2025-01-17T07:46:26.312Z | Compiling string_cache v0.8.7 |
2005 | 2025-01-17T07:46:26.648Z | Compiling typify-macro v0.2.0 |
2006 | 2025-01-17T07:46:26.687Z | Compiling bit-set v0.5.3 |
2007 | 2025-01-17T07:46:26.715Z | Compiling reqwest v0.12.9 |
2008 | 2025-01-17T07:46:26.980Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2009 | 2025-01-17T07:46:27.359Z | Compiling petgraph v0.6.5 |
2010 | 2025-01-17T07:46:30.320Z | Compiling ecdsa v0.16.9 |
2011 | 2025-01-17T07:46:30.946Z | Compiling qorb v0.2.1 |
2012 | 2025-01-17T07:46:31.115Z | Compiling rsa v0.9.6 |
2013 | 2025-01-17T07:46:32.527Z | Compiling ed25519-dalek v2.1.1 |
2014 | 2025-01-17T07:46:32.647Z | Compiling zip v0.6.6 |
2015 | 2025-01-17T07:46:33.064Z | Compiling crossterm v0.28.1 |
2016 | 2025-01-17T07:46:33.372Z | Compiling clap v4.5.21 |
2017 | 2025-01-17T07:46:35.338Z | Compiling toml v0.7.8 |
2018 | 2025-01-17T07:46:36.071Z | Compiling x509-cert v0.2.5 |
2019 | 2025-01-17T07:46:36.303Z | Compiling hex v0.4.3 |
2020 | 2025-01-17T07:46:37.155Z | Compiling itertools v0.10.5 |
2021 | 2025-01-17T07:46:37.587Z | Compiling lalrpop-util v0.19.12 |
2022 | 2025-01-17T07:46:37.710Z | Compiling zerocopy v0.8.10 |
2023 | 2025-01-17T07:46:37.933Z | Compiling peg-runtime v0.8.3 |
2024 | 2025-01-17T07:46:38.444Z | Compiling unicode-xid v0.2.6 |
2025 | 2025-01-17T07:46:40.046Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2026 | 2025-01-17T07:46:43.892Z | Compiling proc-macro-crate v1.3.1 |
2027 | 2025-01-17T07:46:44.684Z | Compiling macaddr v1.0.1 |
2028 | 2025-01-17T07:46:45.027Z | Compiling zerocopy-derive v0.8.10 |
2029 | 2025-01-17T07:46:45.314Z | Compiling itertools v0.13.0 |
2030 | 2025-01-17T07:46:47.474Z | Compiling heapless v0.8.0 |
2031 | 2025-01-17T07:46:48.251Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2032 | 2025-01-17T07:46:52.789Z | Compiling num_enum_derive v0.5.11 |
2033 | 2025-01-17T07:47:01.194Z | Compiling hash32 v0.3.1 |
2034 | 2025-01-17T07:47:01.864Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2035 | 2025-01-17T07:47:02.079Z | Compiling smoltcp v0.11.0 |
2036 | 2025-01-17T07:47:07.281Z | Compiling num_enum v0.5.11 |
2037 | 2025-01-17T07:47:07.514Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2038 | 2025-01-17T07:47:08.384Z | Compiling typify v0.2.0 |
2039 | 2025-01-17T07:47:08.486Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2040 | 2025-01-17T07:47:09.498Z | Compiling proc-macro-error-attr v1.0.4 |
2041 | 2025-01-17T07:47:09.799Z | Compiling thiserror v2.0.11 |
2042 | 2025-01-17T07:47:09.835Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2043 | 2025-01-17T07:47:10.138Z | Compiling unsafe-libyaml v0.2.11 |
2044 | 2025-01-17T07:47:11.084Z | Compiling cobs v0.2.3 |
2045 | 2025-01-17T07:47:11.575Z | Compiling serde_yaml v0.9.34+deprecated |
2046 | 2025-01-17T07:47:11.607Z | Compiling postcard v1.0.10 |
2047 | 2025-01-17T07:47:23.450Z | Compiling progenitor-impl v0.8.0 |
2048 | 2025-01-17T07:47:28.717Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2049 | 2025-01-17T07:47:37.662Z | Compiling strum_macros v0.26.4 |
2050 | 2025-01-17T07:47:38.195Z | Compiling foreign-types-macros v0.2.3 |
2051 | 2025-01-17T07:47:38.216Z | Compiling structmeta-derive v0.3.0 |
2052 | 2025-01-17T07:47:38.430Z | Compiling thiserror-impl v2.0.11 |
2053 | 2025-01-17T07:47:38.949Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2054 | 2025-01-17T07:47:39.283Z | Compiling proc-macro-error v1.0.4 |
2055 | 2025-01-17T07:47:40.279Z | Compiling foreign-types-shared v0.3.1 |
2056 | 2025-01-17T07:47:40.337Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2057 | 2025-01-17T07:47:41.763Z | Compiling strum v0.26.3 |
2058 | 2025-01-17T07:47:44.885Z | Compiling structmeta v0.3.0 |
2059 | 2025-01-17T07:47:45.820Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2060 | 2025-01-17T07:47:46.153Z | Compiling foreign-types v0.5.0 |
2061 | 2025-01-17T07:47:52.637Z | Compiling progenitor-macro v0.8.0 |
2062 | 2025-01-17T07:47:54.399Z | Compiling progenitor-client v0.8.0 |
2063 | 2025-01-17T07:47:54.506Z | Compiling tabwriter v1.4.0 |
2064 | 2025-01-17T07:47:55.615Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2065 | 2025-01-17T07:47:56.840Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2066 | 2025-01-17T07:47:57.629Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2067 | 2025-01-17T07:47:58.453Z | Compiling cstr-argument v0.1.2 |
2068 | 2025-01-17T07:47:58.681Z | Compiling dropshot v0.15.1 |
2069 | 2025-01-17T07:47:59.413Z | Compiling fastrand v2.1.1 |
2070 | 2025-01-17T07:47:59.429Z | Compiling pretty-hex v0.2.1 |
2071 | 2025-01-17T07:47:59.680Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2072 | 2025-01-17T07:47:59.995Z | Compiling crucible-workspace-hack v0.1.0 |
2073 | 2025-01-17T07:48:00.043Z | Compiling tempfile v3.13.0 |
2074 | 2025-01-17T07:48:00.068Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2075 | 2025-01-17T07:48:00.476Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2076 | 2025-01-17T07:48:00.801Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2077 | 2025-01-17T07:48:01.009Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2078 | 2025-01-17T07:48:01.663Z | Compiling parse-display-derive v0.10.0 |
2079 | 2025-01-17T07:48:02.015Z | Compiling colored v2.1.0 |
2080 | 2025-01-17T07:48:02.699Z | Compiling serde_with_macros v3.11.0 |
2081 | 2025-01-17T07:48:03.203Z | Compiling dropshot_endpoint v0.15.1 |
2082 | 2025-01-17T07:48:03.450Z | Compiling progenitor v0.8.0 |
2083 | 2025-01-17T07:48:03.708Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2084 | 2025-01-17T07:48:04.463Z | Compiling instant v0.1.13 |
2085 | 2025-01-17T07:48:04.668Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2086 | 2025-01-17T07:48:05.081Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2087 | 2025-01-17T07:48:05.100Z | Compiling serde_with v3.11.0 |
2088 | 2025-01-17T07:48:05.152Z | Compiling parse-display v0.10.0 |
2089 | 2025-01-17T07:48:06.303Z | Compiling backoff v0.4.0 |
2090 | 2025-01-17T07:48:06.668Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2091 | 2025-01-17T07:48:06.898Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2092 | 2025-01-17T07:48:07.868Z | Compiling zone_cfg_derive v0.3.0 |
2093 | 2025-01-17T07:48:07.961Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2094 | 2025-01-17T07:48:08.634Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2095 | 2025-01-17T07:48:09.046Z | Compiling camino-tempfile v1.1.1 |
2096 | 2025-01-17T07:48:09.310Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2097 | 2025-01-17T07:48:09.357Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2098 | 2025-01-17T07:48:09.553Z | Compiling regress v0.9.1 |
2099 | 2025-01-17T07:48:09.746Z | Compiling progenitor-client v0.9.1 |
2100 | 2025-01-17T07:48:09.795Z | Compiling num-derive v0.4.2 |
2101 | 2025-01-17T07:48:10.707Z | Compiling sigpipe v0.1.3 |
2102 | 2025-01-17T07:48:10.862Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2103 | 2025-01-17T07:48:11.166Z | Compiling libefi-sys v0.1.0 |
2104 | 2025-01-17T07:48:11.541Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2105 | 2025-01-17T07:48:11.894Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2106 | 2025-01-17T07:48:13.429Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2107 | 2025-01-17T07:48:14.771Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2108 | 2025-01-17T07:48:15.325Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2109 | 2025-01-17T07:48:16.427Z | Compiling zone v0.3.0 |
2110 | 2025-01-17T07:48:19.462Z | Compiling smf v0.2.3 |
2111 | 2025-01-17T07:48:19.855Z | Compiling bitfield-struct v0.6.2 |
2112 | 2025-01-17T07:48:20.160Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2113 | 2025-01-17T07:48:20.571Z | Compiling blake3 v1.5.4 |
2114 | 2025-01-17T07:48:21.125Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2115 | 2025-01-17T07:48:21.773Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2116 | 2025-01-17T07:48:21.823Z | Compiling xattr v1.3.1 |
2117 | 2025-01-17T07:48:21.969Z | Compiling filetime v0.2.25 |
2118 | 2025-01-17T07:48:21.997Z | Compiling memmap2 v0.9.5 |
2119 | 2025-01-17T07:48:22.136Z | Compiling arrayvec v0.7.6 |
2120 | 2025-01-17T07:48:22.345Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2025-01-17T07:48:22.490Z | Compiling constant_time_eq v0.3.1 |
2122 | 2025-01-17T07:48:22.589Z | Compiling same-file v1.0.6 |
2123 | 2025-01-17T07:48:22.609Z | Compiling arrayref v0.3.9 |
2124 | 2025-01-17T07:48:22.723Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2125 | 2025-01-17T07:48:22.869Z | Compiling walkdir v2.5.0 |
2126 | 2025-01-17T07:48:22.891Z | Compiling tar v0.4.42 |
2127 | 2025-01-17T07:48:24.527Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2128 | 2025-01-17T07:48:24.908Z | Compiling gethostname v0.5.0 |
2129 | 2025-01-17T07:48:24.969Z | Compiling cargo-platform v0.1.8 |
2130 | 2025-01-17T07:48:25.125Z | Compiling topological-sort v0.2.2 |
2131 | 2025-01-17T07:48:25.326Z | Compiling shell-words v1.1.0 |
2132 | 2025-01-17T07:48:25.345Z | Compiling cargo_metadata v0.18.1 |
2133 | 2025-01-17T07:48:25.412Z | Compiling omicron-zone-package v0.12.0 |
2134 | 2025-01-17T07:48:25.995Z | Compiling indent_write v2.2.0 |
2135 | 2025-01-17T07:48:29.289Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2136 | 2025-01-17T07:48:31.636Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2137 | 2025-01-17T07:48:33.733Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2138 | 2025-01-17T07:48:54.185Z | Finished `release` profile [optimized] target(s) in 5m 12s |
2139 | 2025-01-17T07:48:54.352Z | Running `target/release/omicron-package -t test target create -p dev` |
2140 | 2025-01-17T07:48:54.401Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2141 | 2025-01-17T07:48:54.404Z | Created new build target 'test' and set it as active |
2142 | 2025-01-17T07:48:54.404Z | |
2143 | 2025-01-17T07:48:54.404Z | real 5:13.129949863 |
2144 | 2025-01-17T07:48:54.404Z | user 36:36.726348994 |
2145 | 2025-01-17T07:48:54.404Z | sys 3:21.737791762 |
2146 | 2025-01-17T07:48:54.404Z | trap 1.146090022 |
2147 | 2025-01-17T07:48:54.404Z | tflt 2.691129662 |
2148 | 2025-01-17T07:48:54.404Z | dflt 0.492412318 |
2149 | 2025-01-17T07:48:54.405Z | kflt 0.037431514 |
2150 | 2025-01-17T07:48:54.405Z | lock 1:13:57.477800512 |
2151 | 2025-01-17T07:48:54.405Z | slp 2:28:16.366440121 |
2152 | 2025-01-17T07:48:54.405Z | lat 2:43.017305440 |
2153 | 2025-01-17T07:48:54.405Z | stop 4:49.181342131 |
2154 | 2025-01-17T07:48:54.405Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2155 | 2025-01-17T07:48:55.356Z | Finished `release` profile [optimized] target(s) in 0.90s |
2156 | 2025-01-17T07:48:55.415Z | Running `target/release/omicron-package -t test package` |
2157 | 2025-01-17T07:48:55.459Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2158 | 2025-01-17T07:48:56.570Z | Compiling thiserror v2.0.11 |
2159 | 2025-01-17T07:48:56.704Z | Compiling typify-impl v0.3.0 |
2160 | 2025-01-17T07:48:56.715Z | Compiling convert_case v0.4.0 |
2161 | 2025-01-17T07:48:56.718Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2162 | 2025-01-17T07:48:56.718Z | Compiling newline-converter v0.3.0 |
2163 | 2025-01-17T07:48:56.718Z | Compiling password-hash v0.5.0 |
2164 | 2025-01-17T07:48:56.718Z | Compiling blake2 v0.10.6 |
2165 | 2025-01-17T07:48:56.729Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2166 | 2025-01-17T07:48:56.998Z | Compiling expectorate v1.1.0 |
2167 | 2025-01-17T07:48:57.020Z | Compiling base64 v0.21.7 |
2168 | 2025-01-17T07:48:57.259Z | Compiling atomicwrites v0.4.4 |
2169 | 2025-01-17T07:48:57.321Z | Compiling derive_more v0.99.18 |
2170 | 2025-01-17T07:48:57.455Z | Compiling argon2 v0.5.3 |
2171 | 2025-01-17T07:48:57.781Z | Compiling owo-colors v4.1.0 |
2172 | 2025-01-17T07:48:58.024Z | Compiling cancel-safe-futures v0.1.5 |
2173 | 2025-01-17T07:48:58.117Z | Compiling num-rational v0.4.2 |
2174 | 2025-01-17T07:48:58.141Z | Compiling progenitor-client v0.9.1 |
2175 | 2025-01-17T07:48:58.396Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2176 | 2025-01-17T07:48:58.687Z | Compiling num-complex v0.4.6 |
2177 | 2025-01-17T07:48:59.661Z | Compiling num v0.4.3 |
2178 | 2025-01-17T07:48:59.789Z | Compiling libsw v3.3.1 |
2179 | 2025-01-17T07:48:59.813Z | Compiling swrite v0.1.0 |
2180 | 2025-01-17T07:48:59.833Z | Compiling float-ord v0.3.2 |
2181 | 2025-01-17T07:48:59.972Z | Compiling linear-map v1.2.0 |
2182 | 2025-01-17T07:49:00.028Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2183 | 2025-01-17T07:49:00.227Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2184 | 2025-01-17T07:49:00.404Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2185 | 2025-01-17T07:49:00.505Z | Compiling highway v1.2.0 |
2186 | 2025-01-17T07:49:01.305Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2187 | 2025-01-17T07:49:01.966Z | Compiling semver v0.1.20 |
2188 | 2025-01-17T07:49:02.495Z | Compiling rustc_version v0.1.7 |
2189 | 2025-01-17T07:49:02.886Z | Compiling newtype_derive v0.1.6 |
2190 | 2025-01-17T07:49:03.220Z | Compiling tungstenite v0.21.0 |
2191 | 2025-01-17T07:49:03.241Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2192 | 2025-01-17T07:49:07.825Z | Compiling typify-macro v0.3.0 |
2193 | 2025-01-17T07:49:07.861Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2194 | 2025-01-17T07:49:08.183Z | Compiling ipnetwork v0.20.0 |
2195 | 2025-01-17T07:49:08.956Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2196 | 2025-01-17T07:49:09.242Z | Compiling tokio-tungstenite v0.21.0 |
2197 | 2025-01-17T07:49:09.615Z | Compiling progenitor-client v0.8.0 |
2198 | 2025-01-17T07:49:09.649Z | Compiling humantime v2.1.0 |
2199 | 2025-01-17T07:49:10.005Z | Compiling progenitor v0.8.0 |
2200 | 2025-01-17T07:49:10.091Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2201 | 2025-01-17T07:49:10.225Z | Compiling dropshot v0.15.1 |
2202 | 2025-01-17T07:49:10.306Z | Compiling instant v0.1.13 |
2203 | 2025-01-17T07:49:10.464Z | Compiling backoff v0.4.0 |
2204 | 2025-01-17T07:49:10.793Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2205 | 2025-01-17T07:49:10.970Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2206 | 2025-01-17T07:49:11.146Z | Compiling typify v0.3.0 |
2207 | 2025-01-17T07:49:11.285Z | Compiling progenitor-impl v0.9.1 |
2208 | 2025-01-17T07:49:17.313Z | Compiling progenitor-macro v0.9.1 |
2209 | 2025-01-17T07:49:18.070Z | Compiling steno v0.4.1 |
2210 | 2025-01-17T07:49:18.338Z | Compiling parse-display v0.10.0 |
2211 | 2025-01-17T07:49:18.696Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2212 | 2025-01-17T07:49:18.871Z | Compiling strum v0.26.3 |
2213 | 2025-01-17T07:49:18.897Z | Compiling serde_with v3.11.0 |
2214 | 2025-01-17T07:49:19.063Z | Compiling regress v0.9.1 |
2215 | 2025-01-17T07:49:22.400Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2216 | 2025-01-17T07:49:23.586Z | Compiling macaddr v1.0.1 |
2217 | 2025-01-17T07:49:23.914Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2218 | 2025-01-17T07:49:24.026Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2219 | 2025-01-17T07:49:24.072Z | Compiling slog-dtrace v0.3.0 |
2220 | 2025-01-17T07:49:24.375Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2221 | 2025-01-17T07:49:24.486Z | Compiling prettyplease v0.2.25 |
2222 | 2025-01-17T07:49:26.553Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2223 | 2025-01-17T07:49:28.201Z | Compiling progenitor v0.9.1 |
2224 | 2025-01-17T07:49:28.455Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2225 | 2025-01-17T07:49:30.004Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2226 | 2025-01-17T07:49:39.416Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2227 | 2025-01-17T07:49:40.924Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2228 | 2025-01-17T07:49:42.037Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2229 | 2025-01-17T07:49:43.090Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2230 | 2025-01-17T07:49:43.857Z | Compiling half v2.4.1 |
2231 | 2025-01-17T07:49:44.555Z | Compiling ciborium-io v0.2.2 |
2232 | 2025-01-17T07:49:45.773Z | Compiling ciborium-ll v0.2.2 |
2233 | 2025-01-17T07:49:46.287Z | Compiling ciborium v0.2.2 |
2234 | 2025-01-17T07:49:47.390Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2235 | 2025-01-17T07:49:47.914Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2236 | 2025-01-17T07:49:48.237Z | Compiling display-error-chain v0.2.2 |
2237 | 2025-01-17T07:49:48.257Z | Compiling same-file v1.0.6 |
2238 | 2025-01-17T07:49:48.461Z | Compiling fastrand v2.1.1 |
2239 | 2025-01-17T07:49:48.520Z | Compiling walkdir v2.5.0 |
2240 | 2025-01-17T07:49:48.997Z | Compiling tempfile v3.13.0 |
2241 | 2025-01-17T07:49:49.134Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2242 | 2025-01-17T07:49:49.721Z | Compiling blake3 v1.5.4 |
2243 | 2025-01-17T07:49:50.352Z | Compiling const_format_proc_macros v0.2.33 |
2244 | 2025-01-17T07:49:52.114Z | Compiling xattr v1.3.1 |
2245 | 2025-01-17T07:49:52.388Z | Compiling filetime v0.2.25 |
2246 | 2025-01-17T07:49:52.643Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2247 | 2025-01-17T07:49:52.701Z | Compiling memmap2 v0.9.5 |
2248 | 2025-01-17T07:49:53.053Z | Compiling crunchy v0.2.2 |
2249 | 2025-01-17T07:49:53.107Z | Compiling keccak v0.1.5 |
2250 | 2025-01-17T07:49:53.361Z | Compiling arrayref v0.3.9 |
2251 | 2025-01-17T07:49:53.481Z | Compiling maplit v1.0.2 |
2252 | 2025-01-17T07:49:53.501Z | Compiling arrayvec v0.7.6 |
2253 | 2025-01-17T07:49:53.670Z | Compiling constant_time_eq v0.3.1 |
2254 | 2025-01-17T07:49:53.893Z | Compiling sha3 v0.10.8 |
2255 | 2025-01-17T07:49:54.180Z | Compiling tar v0.4.42 |
2256 | 2025-01-17T07:49:54.765Z | Compiling const_format v0.2.33 |
2257 | 2025-01-17T07:49:54.986Z | Compiling camino-tempfile v1.1.1 |
2258 | 2025-01-17T07:49:55.159Z | Compiling toolchain_find v0.4.0 |
2259 | 2025-01-17T07:49:55.421Z | Compiling radium v0.7.0 |
2260 | 2025-01-17T07:49:55.693Z | Compiling topological-sort v0.2.2 |
2261 | 2025-01-17T07:49:55.875Z | Compiling tiny-keccak v2.0.2 |
2262 | 2025-01-17T07:49:55.943Z | Compiling omicron-zone-package v0.12.0 |
2263 | 2025-01-17T07:49:55.981Z | Compiling rustfmt-wrapper v0.2.1 |
2264 | 2025-01-17T07:49:56.196Z | Compiling dsl_auto_type v0.1.2 |
2265 | 2025-01-17T07:49:56.350Z | Compiling scheduled-thread-pool v0.2.7 |
2266 | 2025-01-17T07:49:56.524Z | Compiling diesel_table_macro_syntax v0.2.0 |
2267 | 2025-01-17T07:49:56.923Z | Compiling maybe-uninit v2.0.0 |
2268 | 2025-01-17T07:49:57.388Z | Compiling tap v1.0.1 |
2269 | 2025-01-17T07:49:57.446Z | Compiling diesel_derives v2.2.3 |
2270 | 2025-01-17T07:49:57.591Z | Compiling wyz v0.5.1 |
2271 | 2025-01-17T07:49:57.768Z | Compiling r2d2 v0.8.10 |
2272 | 2025-01-17T07:49:58.495Z | Compiling phf_generator v0.11.2 |
2273 | 2025-01-17T07:49:58.704Z | Compiling ascii-canvas v3.0.0 |
2274 | 2025-01-17T07:49:58.752Z | Compiling secrecy v0.8.0 |
2275 | 2025-01-17T07:49:59.011Z | Compiling ena v0.14.3 |
2276 | 2025-01-17T07:49:59.161Z | Compiling async-recursion v1.1.1 |
2277 | 2025-01-17T07:49:59.412Z | Compiling arc-swap v1.7.1 |
2278 | 2025-01-17T07:50:00.075Z | Compiling regex-syntax v0.6.29 |
2279 | 2025-01-17T07:50:00.442Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2280 | 2025-01-17T07:50:00.525Z | Compiling crc-catalog v2.4.0 |
2281 | 2025-01-17T07:50:00.701Z | Compiling packed_struct v0.10.1 |
2282 | 2025-01-17T07:50:00.761Z | Compiling diff v0.1.13 |
2283 | 2025-01-17T07:50:00.957Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2284 | 2025-01-17T07:50:01.133Z | Compiling funty v2.0.0 |
2285 | 2025-01-17T07:50:01.318Z | Compiling crc v3.2.1 |
2286 | 2025-01-17T07:50:01.341Z | Compiling slog-scope v4.4.0 |
2287 | 2025-01-17T07:50:02.168Z | Compiling bitvec v1.0.1 |
2288 | 2025-01-17T07:50:03.322Z | Compiling lalrpop v0.19.12 |
2289 | 2025-01-17T07:50:03.873Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2290 | 2025-01-17T07:50:05.017Z | Compiling phf_codegen v0.11.2 |
2291 | 2025-01-17T07:50:05.372Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2292 | 2025-01-17T07:50:06.432Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2293 | 2025-01-17T07:50:06.561Z | Compiling universal-hash v0.5.1 |
2294 | 2025-01-17T07:50:06.687Z | Compiling packed_struct_codegen v0.10.1 |
2295 | 2025-01-17T07:50:06.815Z | Compiling thiserror-impl-no-std v2.0.2 |
2296 | 2025-01-17T07:50:08.232Z | Compiling diesel v2.2.6 |
2297 | 2025-01-17T07:50:09.092Z | Compiling parse-zoneinfo v0.3.1 |
2298 | 2025-01-17T07:50:09.095Z | Compiling indexmap v1.9.3 |
2299 | 2025-01-17T07:50:09.433Z | Compiling unicase v2.7.0 |
2300 | 2025-01-17T07:50:09.743Z | Compiling nodrop v0.1.14 |
2301 | 2025-01-17T07:50:09.913Z | Compiling opaque-debug v0.3.1 |
2302 | 2025-01-17T07:50:10.047Z | Compiling ref-cast v1.0.23 |
2303 | 2025-01-17T07:50:10.419Z | Compiling poly1305 v0.8.0 |
2304 | 2025-01-17T07:50:10.621Z | Compiling array-init v0.0.4 |
2305 | 2025-01-17T07:50:11.704Z | Compiling chrono-tz-build v0.4.0 |
2306 | 2025-01-17T07:50:11.840Z | Compiling thiserror-no-std v2.0.2 |
2307 | 2025-01-17T07:50:12.699Z | Compiling smallvec v0.6.14 |
2308 | 2025-01-17T07:50:13.174Z | Compiling slog-stdlog v4.1.1 |
2309 | 2025-01-17T07:50:14.610Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2310 | 2025-01-17T07:50:14.945Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2311 | 2025-01-17T07:50:15.271Z | Compiling derive_builder_core v0.20.2 |
2312 | 2025-01-17T07:50:15.854Z | Compiling chacha20 v0.9.1 |
2313 | 2025-01-17T07:50:16.347Z | Compiling headers-core v0.3.0 |
2314 | 2025-01-17T07:50:16.545Z | Compiling aead v0.5.2 |
2315 | 2025-01-17T07:50:16.908Z | Compiling libxml v0.3.3 |
2316 | 2025-01-17T07:50:17.291Z | Compiling ref-cast-impl v1.0.23 |
2317 | 2025-01-17T07:50:17.311Z | Compiling vte_generate_state_changes v0.1.2 |
2318 | 2025-01-17T07:50:17.935Z | Compiling bitfield v0.14.0 |
2319 | 2025-01-17T07:50:18.259Z | Compiling hashbrown v0.12.3 |
2320 | 2025-01-17T07:50:18.390Z | Compiling termcolor v1.4.1 |
2321 | 2025-01-17T07:50:19.421Z | Compiling env_logger v0.10.2 |
2322 | 2025-01-17T07:50:20.703Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2323 | 2025-01-17T07:50:22.455Z | Compiling vte v0.11.1 |
2324 | 2025-01-17T07:50:24.034Z | Compiling derive_builder_macro v0.20.2 |
2325 | 2025-01-17T07:50:24.914Z | Compiling chacha20poly1305 v0.10.1 |
2326 | 2025-01-17T07:50:25.179Z | Compiling headers v0.4.0 |
2327 | 2025-01-17T07:50:25.952Z | Compiling polar-core v0.27.3 |
2328 | 2025-01-17T07:50:28.744Z | Compiling slog-envlogger v2.2.0 |
2329 | 2025-01-17T07:50:29.195Z | Compiling serde-hex v0.1.0 |
2330 | 2025-01-17T07:50:31.388Z | Compiling chrono-tz v0.10.0 |
2331 | 2025-01-17T07:50:32.071Z | Compiling vsss-rs v3.3.4 |
2332 | 2025-01-17T07:50:33.933Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2333 | 2025-01-17T07:50:36.175Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2334 | 2025-01-17T07:50:36.512Z | Compiling ron v0.8.1 |
2335 | 2025-01-17T07:50:36.838Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2336 | 2025-01-17T07:50:37.130Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2337 | 2025-01-17T07:50:38.698Z | Compiling hashbrown v0.13.2 |
2338 | 2025-01-17T07:50:39.964Z | Compiling strum_macros v0.24.3 |
2339 | 2025-01-17T07:50:41.547Z | Compiling fxhash v0.2.1 |
2340 | 2025-01-17T07:50:41.803Z | Compiling samael v0.0.17 |
2341 | 2025-01-17T07:50:42.116Z | Compiling indoc v1.0.9 |
2342 | 2025-01-17T07:50:42.945Z | Compiling crc-any v2.5.0 |
2343 | 2025-01-17T07:50:42.968Z | Compiling zip v2.1.3 |
2344 | 2025-01-17T07:50:43.305Z | Compiling simd-adler32 v0.3.7 |
2345 | 2025-01-17T07:50:43.405Z | Compiling lockfree-object-pool v0.1.6 |
2346 | 2025-01-17T07:50:43.735Z | Compiling bytecount v0.6.8 |
2347 | 2025-01-17T07:50:43.925Z | Compiling bumpalo v3.16.0 |
2348 | 2025-01-17T07:50:44.082Z | Compiling papergrid v0.11.0 |
2349 | 2025-01-17T07:50:44.497Z | Compiling zopfli v0.8.1 |
2350 | 2025-01-17T07:50:45.385Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2351 | 2025-01-17T07:50:51.765Z | Compiling object v0.30.4 |
2352 | 2025-01-17T07:50:53.975Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2353 | 2025-01-17T07:50:58.317Z | Compiling derive_builder v0.20.2 |
2354 | 2025-01-17T07:50:58.580Z | Compiling strip-ansi-escapes v0.2.0 |
2355 | 2025-01-17T07:50:59.596Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2356 | 2025-01-17T07:50:59.780Z | Compiling tabled_derive v0.7.0 |
2357 | 2025-01-17T07:50:59.899Z | Compiling fd-lock v4.0.2 |
2358 | 2025-01-17T07:51:00.143Z | Compiling peg-macros v0.8.4 |
2359 | 2025-01-17T07:51:01.796Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2360 | 2025-01-17T07:51:02.427Z | Compiling kstat-rs v0.2.4 |
2361 | 2025-01-17T07:51:02.776Z | Compiling oso-derive v0.27.3 |
2362 | 2025-01-17T07:51:03.258Z | Compiling impl-trait-for-tuples v0.2.2 |
2363 | 2025-01-17T07:51:03.380Z | Compiling quick-xml v0.33.0 |
2364 | 2025-01-17T07:51:03.434Z | Compiling diesel-dtrace v0.4.2 |
2365 | 2025-01-17T07:51:03.733Z | Compiling nu-ansi-term v0.50.1 |
2366 | 2025-01-17T07:51:03.773Z | Compiling path-slash v0.1.5 |
2367 | 2025-01-17T07:51:04.048Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2368 | 2025-01-17T07:51:05.025Z | Compiling reedline v0.35.0 |
2369 | 2025-01-17T07:51:09.380Z | Compiling oso v0.27.3 |
2370 | 2025-01-17T07:51:10.719Z | Compiling peg v0.8.4 |
2371 | 2025-01-17T07:51:10.845Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2372 | 2025-01-17T07:51:14.813Z | Compiling tabled v0.15.0 |
2373 | 2025-01-17T07:51:19.629Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2374 | 2025-01-17T07:51:30.950Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2375 | 2025-01-17T07:51:32.492Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2376 | 2025-01-17T07:51:33.959Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2377 | 2025-01-17T07:51:34.348Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2378 | 2025-01-17T07:51:34.676Z | Compiling pem v3.0.4 |
2379 | 2025-01-17T07:51:36.163Z | Compiling bb8 v0.8.5 |
2380 | 2025-01-17T07:51:36.781Z | Compiling bcs v0.1.6 |
2381 | 2025-01-17T07:51:37.649Z | Compiling libz-sys v1.1.20 |
2382 | 2025-01-17T07:51:38.324Z | Compiling parking_lot_core v0.8.6 |
2383 | 2025-01-17T07:51:39.662Z | Compiling async-bb8-diesel v0.2.1 |
2384 | 2025-01-17T07:51:40.433Z | Compiling mime_guess v2.0.5 |
2385 | 2025-01-17T07:51:42.167Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2386 | 2025-01-17T07:51:44.682Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2387 | 2025-01-17T07:51:45.298Z | Compiling buf-list v1.0.3 |
2388 | 2025-01-17T07:51:47.421Z | Compiling nibble_vec v0.1.0 |
2389 | 2025-01-17T07:51:47.691Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2390 | 2025-01-17T07:51:48.449Z | Compiling pin-project-internal v1.1.6 |
2391 | 2025-01-17T07:51:49.611Z | Compiling atty v0.2.14 |
2392 | 2025-01-17T07:51:49.810Z | Compiling endian-type v0.1.2 |
2393 | 2025-01-17T07:51:50.072Z | Compiling salty v0.3.0 |
2394 | 2025-01-17T07:51:50.487Z | Compiling http-range v0.1.5 |
2395 | 2025-01-17T07:51:51.028Z | Compiling pin-project v1.1.6 |
2396 | 2025-01-17T07:51:51.132Z | Compiling radix_trie v0.2.1 |
2397 | 2025-01-17T07:51:51.999Z | Compiling parking_lot v0.11.2 |
2398 | 2025-01-17T07:51:56.719Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2399 | 2025-01-17T07:51:57.089Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2400 | 2025-01-17T07:52:01.606Z | Compiling snafu-derive v0.8.5 |
2401 | 2025-01-17T07:52:02.842Z | Compiling hyper-staticfile v0.10.1 |
2402 | 2025-01-17T07:52:03.502Z | Compiling sled v0.34.7 |
2403 | 2025-01-17T07:52:05.858Z | Compiling hickory-client v0.24.1 |
2404 | 2025-01-17T07:52:05.935Z | Compiling snafu v0.8.5 |
2405 | 2025-01-17T07:52:18.647Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2406 | 2025-01-17T07:52:19.836Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2407 | 2025-01-17T07:52:21.907Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2408 | 2025-01-17T07:52:30.200Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2409 | 2025-01-17T07:52:33.370Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2410 | 2025-01-17T07:52:35.068Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2411 | 2025-01-17T07:52:36.565Z | Compiling globset v0.4.15 |
2412 | 2025-01-17T07:52:36.756Z | Compiling hickory-server v0.24.1 |
2413 | 2025-01-17T07:52:39.110Z | Compiling primeorder v0.13.6 |
2414 | 2025-01-17T07:52:39.691Z | Compiling olpc-cjson v0.1.4 |
2415 | 2025-01-17T07:52:40.048Z | Compiling vergen v8.3.2 |
2416 | 2025-01-17T07:52:40.388Z | Compiling castaway v0.2.3 |
2417 | 2025-01-17T07:52:40.601Z | Compiling env_filter v0.1.2 |
2418 | 2025-01-17T07:52:42.083Z | Compiling serde_plain v1.0.2 |
2419 | 2025-01-17T07:52:42.128Z | Compiling cargo-platform v0.1.8 |
2420 | 2025-01-17T07:52:42.611Z | Compiling nanorand v0.7.0 |
2421 | 2025-01-17T07:52:42.644Z | Compiling memoffset v0.9.1 |
2422 | 2025-01-17T07:52:42.999Z | Compiling typed-path v0.9.3 |
2423 | 2025-01-17T07:52:43.307Z | Compiling flume v0.11.1 |
2424 | 2025-01-17T07:52:43.900Z | Compiling cargo_metadata v0.18.1 |
2425 | 2025-01-17T07:52:44.120Z | Compiling git2 v0.19.0 |
2426 | 2025-01-17T07:52:46.830Z | Compiling tough v0.19.0 |
2427 | 2025-01-17T07:52:48.047Z | Compiling env_logger v0.11.5 |
2428 | 2025-01-17T07:52:48.227Z | Compiling compact_str v0.8.0 |
2429 | 2025-01-17T07:52:49.502Z | Compiling p384 v0.13.0 |
2430 | 2025-01-17T07:52:49.841Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2431 | 2025-01-17T07:52:50.028Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2432 | 2025-01-17T07:52:50.758Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2433 | 2025-01-17T07:52:52.075Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2434 | 2025-01-17T07:52:52.095Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2435 | 2025-01-17T07:52:53.254Z | Compiling unicode-truncate v1.1.0 |
2436 | 2025-01-17T07:52:53.582Z | Compiling lru v0.12.5 |
2437 | 2025-01-17T07:52:53.945Z | Compiling rand_seeder v0.3.0 |
2438 | 2025-01-17T07:52:54.386Z | Compiling libsqlite3-sys v0.30.1 |
2439 | 2025-01-17T07:52:54.940Z | Compiling lzma-sys v0.1.20 |
2440 | 2025-01-17T07:52:55.621Z | Compiling instability v0.3.2 |
2441 | 2025-01-17T07:52:56.471Z | Compiling cfg_aliases v0.2.1 |
2442 | 2025-01-17T07:52:56.574Z | Compiling cassowary v0.3.0 |
2443 | 2025-01-17T07:52:56.594Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2444 | 2025-01-17T07:52:56.952Z | Compiling rustls v0.21.12 |
2445 | 2025-01-17T07:52:57.271Z | Compiling parse-size v1.1.0 |
2446 | 2025-01-17T07:52:57.624Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2447 | 2025-01-17T07:52:58.800Z | Compiling ratatui v0.28.1 |
2448 | 2025-01-17T07:53:00.193Z | Compiling nix v0.29.0 |
2449 | 2025-01-17T07:53:00.542Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2450 | 2025-01-17T07:53:00.788Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2451 | 2025-01-17T07:53:01.881Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2452 | 2025-01-17T07:53:02.450Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2453 | 2025-01-17T07:53:03.182Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2454 | 2025-01-17T07:53:03.517Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2455 | 2025-01-17T07:53:07.123Z | Compiling rustls-webpki v0.101.7 |
2456 | 2025-01-17T07:53:07.159Z | Compiling sct v0.7.1 |
2457 | 2025-01-17T07:53:07.644Z | Compiling heck v0.3.3 |
2458 | 2025-01-17T07:53:07.997Z | Compiling csv-core v0.1.11 |
2459 | 2025-01-17T07:53:08.889Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2460 | 2025-01-17T07:53:09.268Z | Compiling glob v0.3.1 |
2461 | 2025-01-17T07:53:10.958Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2462 | 2025-01-17T07:53:11.277Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2463 | 2025-01-17T07:53:11.409Z | Compiling csv v1.3.0 |
2464 | 2025-01-17T07:53:12.817Z | Compiling zone_cfg_derive v0.1.2 |
2465 | 2025-01-17T07:53:14.153Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2466 | 2025-01-17T07:53:17.651Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2467 | 2025-01-17T07:53:18.066Z | Compiling nix v0.27.1 |
2468 | 2025-01-17T07:53:18.934Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2469 | 2025-01-17T07:53:21.282Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2470 | 2025-01-17T07:53:21.303Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2471 | 2025-01-17T07:53:27.904Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2472 | 2025-01-17T07:53:28.777Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2473 | 2025-01-17T07:53:29.127Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2474 | 2025-01-17T07:53:29.474Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2475 | 2025-01-17T07:53:29.799Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2476 | 2025-01-17T07:53:30.123Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2477 | 2025-01-17T07:53:30.445Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2478 | 2025-01-17T07:53:32.007Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2479 | 2025-01-17T07:53:32.701Z | Compiling tungstenite v0.23.0 |
2480 | 2025-01-17T07:53:33.483Z | Compiling hashlink v0.9.1 |
2481 | 2025-01-17T07:53:34.263Z | Compiling fallible-iterator v0.3.0 |
2482 | 2025-01-17T07:53:35.058Z | Compiling fallible-streaming-iterator v0.1.9 |
2483 | 2025-01-17T07:53:35.097Z | Compiling base64 v0.13.1 |
2484 | 2025-01-17T07:53:35.357Z | Compiling rusqlite v0.32.1 |
2485 | 2025-01-17T07:53:35.376Z | Compiling tokio-tungstenite v0.23.1 |
2486 | 2025-01-17T07:53:35.883Z | Compiling ron v0.7.1 |
2487 | 2025-01-17T07:53:35.981Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2488 | 2025-01-17T07:53:36.654Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2489 | 2025-01-17T07:53:38.230Z | Compiling xz2 v0.1.7 |
2490 | 2025-01-17T07:53:40.112Z | Compiling tokio-rustls v0.24.1 |
2491 | 2025-01-17T07:53:40.488Z | Compiling zone v0.1.8 |
2492 | 2025-01-17T07:53:43.603Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2493 | 2025-01-17T07:53:45.027Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2494 | 2025-01-17T07:53:46.605Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2495 | 2025-01-17T07:53:50.386Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2496 | 2025-01-17T07:53:50.545Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2497 | 2025-01-17T07:53:56.213Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2498 | 2025-01-17T07:53:57.464Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2499 | 2025-01-17T07:53:58.672Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2500 | 2025-01-17T07:53:59.438Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2501 | 2025-01-17T07:54:02.335Z | Compiling rustls-pemfile v1.0.4 |
2502 | 2025-01-17T07:54:03.086Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2503 | 2025-01-17T07:54:03.415Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2504 | 2025-01-17T07:54:03.617Z | Compiling signal-hook-tokio v0.3.1 |
2505 | 2025-01-17T07:54:03.861Z | Compiling twox-hash v1.6.3 |
2506 | 2025-01-17T07:54:03.888Z | Compiling yasna v0.5.2 |
2507 | 2025-01-17T07:54:03.986Z | Compiling smawk v0.3.2 |
2508 | 2025-01-17T07:54:04.251Z | Compiling unicode-linebreak v0.1.5 |
2509 | 2025-01-17T07:54:04.818Z | Compiling is_ci v1.2.0 |
2510 | 2025-01-17T07:54:04.900Z | Compiling textwrap v0.16.1 |
2511 | 2025-01-17T07:54:05.136Z | Compiling supports-color v3.0.1 |
2512 | 2025-01-17T07:54:05.600Z | Compiling rcgen v0.12.1 |
2513 | 2025-01-17T07:54:08.316Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2514 | 2025-01-17T07:54:08.393Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2515 | 2025-01-17T07:54:15.669Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2516 | 2025-01-17T07:54:16.497Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2517 | 2025-01-17T07:54:17.889Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2518 | 2025-01-17T07:54:30.658Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2519 | 2025-01-17T07:54:35.417Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2520 | 2025-01-17T07:54:36.681Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2521 | 2025-01-17T07:54:48.450Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2522 | 2025-01-17T07:54:48.981Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2523 | 2025-01-17T07:54:51.746Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2524 | 2025-01-17T07:54:52.076Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2525 | 2025-01-17T07:54:55.257Z | Compiling fatfs v0.3.6 |
2526 | 2025-01-17T07:54:55.645Z | Compiling rtoolbox v0.0.2 |
2527 | 2025-01-17T07:54:56.107Z | Compiling subprocess v0.2.9 |
2528 | 2025-01-17T07:54:58.037Z | Compiling assert_matches v1.5.0 |
2529 | 2025-01-17T07:54:59.588Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2530 | 2025-01-17T07:55:00.778Z | Compiling rpassword v7.3.1 |
2531 | 2025-01-17T07:55:01.260Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2532 | 2025-01-17T07:55:02.135Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2533 | 2025-01-17T07:55:06.946Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2534 | 2025-01-17T07:55:09.086Z | Compiling tui-tree-widget v0.22.0 |
2535 | 2025-01-17T07:55:09.535Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2536 | 2025-01-17T07:55:16.050Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2537 | 2025-01-17T07:55:16.369Z | Compiling uzers v0.12.1 |
2538 | 2025-01-17T07:55:19.457Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2539 | 2025-01-17T07:55:22.478Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2540 | 2025-01-17T07:55:24.437Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2541 | 2025-01-17T07:55:52.284Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2542 | 2025-01-17T07:55:55.095Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2543 | 2025-01-17T07:55:59.695Z | Compiling multimap v0.10.0 |
2544 | 2025-01-17T07:58:22.443Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2545 | 2025-01-17T07:58:34.183Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2546 | 2025-01-17T08:05:41.945Z | Finished `release` profile [optimized] target(s) in 16m 46s |
2547 | 2025-01-17T08:06:44.996Z | |
2548 | 2025-01-17T08:06:44.999Z | real 17:50.569330904 |
2549 | 2025-01-17T08:06:44.999Z | user 2:03:19.259281688 |
2550 | 2025-01-17T08:06:44.999Z | sys 3:13.073193379 |
2551 | 2025-01-17T08:06:44.999Z | trap 3.098617339 |
2552 | 2025-01-17T08:06:44.999Z | tflt 2.909046774 |
2553 | 2025-01-17T08:06:44.999Z | dflt 3.897005926 |
2554 | 2025-01-17T08:06:44.999Z | kflt 0.068234553 |
2555 | 2025-01-17T08:06:44.999Z | lock 7:29:19.285429889 |
2556 | 2025-01-17T08:06:44.999Z | slp 6:23:08.566259396 |
2557 | 2025-01-17T08:06:44.999Z | lat 3:22.056038234 |
2558 | 2025-01-17T08:06:44.999Z | stop 2:41.645304144 |
2559 | 2025-01-17T08:06:44.999Z | + mapfile -t packages |
2560 | 2025-01-17T08:06:44.999Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2561 | 2025-01-17T08:06:46.012Z | Finished `release` profile [optimized] target(s) in 0.96s |
2562 | 2025-01-17T08:06:46.073Z | Running `target/release/omicron-package -t test list-outputs` |
2563 | 2025-01-17T08:06:46.119Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2564 | 2025-01-17T08:06:46.122Z | + ptime -m cargo build --locked --release -p xtask |
2565 | 2025-01-17T08:06:46.682Z | Compiling serde v1.0.217 |
2566 | 2025-01-17T08:06:46.685Z | Compiling rustix v0.38.37 |
2567 | 2025-01-17T08:06:46.685Z | Compiling libc v0.2.169 |
2568 | 2025-01-17T08:06:46.685Z | Compiling serde_json v1.0.135 |
2569 | 2025-01-17T08:06:46.784Z | Compiling syn v2.0.96 |
2570 | 2025-01-17T08:06:46.795Z | Compiling bitflags v2.6.0 |
2571 | 2025-01-17T08:06:47.151Z | Compiling usdt-impl v0.5.0 |
2572 | 2025-01-17T08:06:47.189Z | Compiling syn v1.0.109 |
2573 | 2025-01-17T08:06:47.280Z | Compiling hashbrown v0.15.1 |
2574 | 2025-01-17T08:06:47.294Z | Compiling log v0.4.22 |
2575 | 2025-01-17T08:06:47.600Z | Compiling fs-err v2.11.0 |
2576 | 2025-01-17T08:06:47.733Z | Compiling anyhow v1.0.93 |
2577 | 2025-01-17T08:06:47.913Z | Compiling once_cell v1.20.2 |
2578 | 2025-01-17T08:06:48.092Z | Compiling thread-id v4.2.2 |
2579 | 2025-01-17T08:06:48.501Z | Compiling indexmap v2.7.0 |
2580 | 2025-01-17T08:06:49.567Z | Compiling terminal_size v0.4.0 |
2581 | 2025-01-17T08:06:49.570Z | Compiling tempfile v3.13.0 |
2582 | 2025-01-17T08:06:49.825Z | Compiling clap_builder v4.5.21 |
2583 | 2025-01-17T08:06:50.339Z | Compiling proc-macro-error v1.0.4 |
2584 | 2025-01-17T08:06:51.294Z | Compiling tabled_derive v0.7.0 |
2585 | 2025-01-17T08:06:52.330Z | Compiling tabled v0.15.0 |
2586 | 2025-01-17T08:06:53.229Z | Compiling serde_derive v1.0.217 |
2587 | 2025-01-17T08:06:53.229Z | Compiling thiserror-impl v1.0.69 |
2588 | 2025-01-17T08:06:53.232Z | Compiling zerocopy-derive v0.7.35 |
2589 | 2025-01-17T08:06:53.232Z | Compiling scroll_derive v0.12.0 |
2590 | 2025-01-17T08:06:53.232Z | Compiling clap_derive v4.5.18 |
2591 | 2025-01-17T08:06:54.567Z | Compiling scroll v0.12.0 |
2592 | 2025-01-17T08:06:55.135Z | Compiling zerocopy v0.7.35 |
2593 | 2025-01-17T08:06:55.952Z | Compiling thiserror v1.0.69 |
2594 | 2025-01-17T08:06:56.128Z | Compiling pest v2.7.14 |
2595 | 2025-01-17T08:06:56.627Z | Compiling goblin v0.8.2 |
2596 | 2025-01-17T08:06:57.591Z | Compiling clap v4.5.21 |
2597 | 2025-01-17T08:06:59.146Z | Compiling pest_meta v2.7.14 |
2598 | 2025-01-17T08:07:00.710Z | Compiling pest_generator v2.7.14 |
2599 | 2025-01-17T08:07:02.837Z | Compiling pest_derive v2.7.14 |
2600 | 2025-01-17T08:07:03.627Z | Compiling dtrace-parser v0.2.0 |
2601 | 2025-01-17T08:07:06.952Z | Compiling serde_spanned v0.6.8 |
2602 | 2025-01-17T08:07:07.248Z | Compiling toml_datetime v0.6.8 |
2603 | 2025-01-17T08:07:08.136Z | Compiling serde_tokenstream v0.2.2 |
2604 | 2025-01-17T08:07:08.718Z | Compiling dof v0.3.0 |
2605 | 2025-01-17T08:07:10.199Z | Compiling toml_edit v0.22.22 |
2606 | 2025-01-17T08:07:10.344Z | Compiling camino v1.1.9 |
2607 | 2025-01-17T08:07:11.593Z | Compiling semver v1.0.24 |
2608 | 2025-01-17T08:07:12.191Z | Compiling cargo-platform v0.1.8 |
2609 | 2025-01-17T08:07:12.226Z | Compiling usdt-attr-macro v0.5.0 |
2610 | 2025-01-17T08:07:13.051Z | Compiling usdt-macro v0.5.0 |
2611 | 2025-01-17T08:07:13.294Z | Compiling cargo_metadata v0.18.1 |
2612 | 2025-01-17T08:07:13.590Z | Compiling camino-tempfile v1.1.1 |
2613 | 2025-01-17T08:07:14.236Z | Compiling toml v0.8.19 |
2614 | 2025-01-17T08:07:14.380Z | Compiling usdt v0.5.0 |
2615 | 2025-01-17T08:07:14.599Z | Compiling macaddr v1.0.1 |
2616 | 2025-01-17T08:07:15.265Z | Compiling cargo_toml v0.20.5 |
2617 | 2025-01-17T08:07:29.435Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2618 | 2025-01-17T08:07:40.149Z | Finished `release` profile [optimized] target(s) in 53.97s |
2619 | 2025-01-17T08:07:40.256Z | |
2620 | 2025-01-17T08:07:40.259Z | real 54.107742062 |
2621 | 2025-01-17T08:07:40.259Z | user 5:39.453427999 |
2622 | 2025-01-17T08:07:40.259Z | sys 18.280133508 |
2623 | 2025-01-17T08:07:40.259Z | trap 0.156375872 |
2624 | 2025-01-17T08:07:40.259Z | tflt 0.236085112 |
2625 | 2025-01-17T08:07:40.259Z | dflt 0.303681893 |
2626 | 2025-01-17T08:07:40.259Z | kflt 0.000003030 |
2627 | 2025-01-17T08:07:40.259Z | lock 10:18.442923515 |
2628 | 2025-01-17T08:07:40.259Z | slp 15:45.593966442 |
2629 | 2025-01-17T08:07:40.259Z | lat 15.183200412 |
2630 | 2025-01-17T08:07:40.259Z | stop 16.699232546 |
2631 | 2025-01-17T08:07:40.259Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2632 | 2025-01-17T08:07:40.259Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2633 | 2025-01-17T08:07:40.259Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2634 | 2025-01-17T08:07:40.259Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2635 | 2025-01-17T08:07:40.260Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2636 | 2025-01-17T08:07:41.123Z | Compiling hashbrown v0.14.5 |
2637 | 2025-01-17T08:07:41.253Z | Compiling thiserror v2.0.11 |
2638 | 2025-01-17T08:07:41.266Z | Compiling thiserror-impl v2.0.11 |
2639 | 2025-01-17T08:07:41.281Z | Compiling ident_case v1.0.1 |
2640 | 2025-01-17T08:07:41.297Z | Compiling unsafe-libyaml v0.2.11 |
2641 | 2025-01-17T08:07:41.311Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2642 | 2025-01-17T08:07:41.314Z | Compiling ipnetwork v0.20.0 |
2643 | 2025-01-17T08:07:41.314Z | Compiling progenitor-client v0.9.1 |
2644 | 2025-01-17T08:07:41.447Z | Compiling darling_core v0.20.10 |
2645 | 2025-01-17T08:07:41.793Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2646 | 2025-01-17T08:07:41.879Z | Compiling macaddr v1.0.1 |
2647 | 2025-01-17T08:07:42.140Z | Compiling progenitor-client v0.8.0 |
2648 | 2025-01-17T08:07:42.226Z | Compiling regress v0.10.1 |
2649 | 2025-01-17T08:07:42.307Z | Compiling instant v0.1.13 |
2650 | 2025-01-17T08:07:42.326Z | Compiling structmeta-derive v0.3.0 |
2651 | 2025-01-17T08:07:42.475Z | Compiling dropshot v0.15.1 |
2652 | 2025-01-17T08:07:42.496Z | Compiling regress v0.9.1 |
2653 | 2025-01-17T08:07:42.638Z | Compiling serde_yaml v0.9.34+deprecated |
2654 | 2025-01-17T08:07:42.870Z | Compiling dropshot_endpoint v0.15.1 |
2655 | 2025-01-17T08:07:43.110Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2656 | 2025-01-17T08:07:44.376Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2657 | 2025-01-17T08:07:44.675Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2658 | 2025-01-17T08:07:45.046Z | Compiling structmeta v0.3.0 |
2659 | 2025-01-17T08:07:45.344Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2660 | 2025-01-17T08:07:45.446Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2661 | 2025-01-17T08:07:45.463Z | Compiling parse-display-derive v0.10.0 |
2662 | 2025-01-17T08:07:45.643Z | Compiling backoff v0.4.0 |
2663 | 2025-01-17T08:07:45.829Z | Compiling typify-impl v0.2.0 |
2664 | 2025-01-17T08:07:46.004Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2665 | 2025-01-17T08:07:46.345Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2666 | 2025-01-17T08:07:46.537Z | Compiling tempfile v3.13.0 |
2667 | 2025-01-17T08:07:46.771Z | Compiling proc-macro-crate v1.3.1 |
2668 | 2025-01-17T08:07:46.907Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2669 | 2025-01-17T08:07:47.301Z | Compiling typify-impl v0.3.0 |
2670 | 2025-01-17T08:07:47.354Z | Compiling itertools v0.13.0 |
2671 | 2025-01-17T08:07:47.506Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2672 | 2025-01-17T08:07:47.542Z | Compiling darling_macro v0.20.10 |
2673 | 2025-01-17T08:07:47.718Z | Compiling num_enum_derive v0.5.11 |
2674 | 2025-01-17T08:07:47.805Z | Compiling zerocopy v0.8.10 |
2675 | 2025-01-17T08:07:48.459Z | Compiling darling v0.20.10 |
2676 | 2025-01-17T08:07:48.594Z | Compiling serde_with_macros v3.11.0 |
2677 | 2025-01-17T08:07:48.742Z | Compiling foreign-types-macros v0.2.3 |
2678 | 2025-01-17T08:07:49.495Z | Compiling parse-display v0.10.0 |
2679 | 2025-01-17T08:07:50.028Z | Compiling zerocopy-derive v0.8.10 |
2680 | 2025-01-17T08:07:50.102Z | Compiling crucible-workspace-hack v0.1.0 |
2681 | 2025-01-17T08:07:50.144Z | Compiling num_enum v0.5.11 |
2682 | 2025-01-17T08:07:50.321Z | Compiling foreign-types-shared v0.3.1 |
2683 | 2025-01-17T08:07:50.346Z | Compiling heapless v0.8.0 |
2684 | 2025-01-17T08:07:50.436Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2685 | 2025-01-17T08:07:50.478Z | Compiling foreign-types v0.5.0 |
2686 | 2025-01-17T08:07:50.618Z | Compiling proc-macro-error v1.0.4 |
2687 | 2025-01-17T08:07:51.255Z | Compiling serde_with v3.11.0 |
2688 | 2025-01-17T08:07:51.451Z | Compiling camino-tempfile v1.1.1 |
2689 | 2025-01-17T08:07:51.499Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2690 | 2025-01-17T08:07:51.909Z | Compiling hash32 v0.3.1 |
2691 | 2025-01-17T08:07:52.181Z | Compiling cstr-argument v0.1.2 |
2692 | 2025-01-17T08:07:52.330Z | Compiling smoltcp v0.11.0 |
2693 | 2025-01-17T08:07:52.444Z | Compiling pretty-hex v0.2.1 |
2694 | 2025-01-17T08:07:52.684Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2695 | 2025-01-17T08:07:53.034Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2696 | 2025-01-17T08:07:53.055Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2697 | 2025-01-17T08:07:53.680Z | Compiling tabwriter v1.4.0 |
2698 | 2025-01-17T08:07:54.154Z | Compiling colored v2.1.0 |
2699 | 2025-01-17T08:07:54.245Z | Compiling cobs v0.2.3 |
2700 | 2025-01-17T08:07:54.565Z | Compiling postcard v1.0.10 |
2701 | 2025-01-17T08:07:54.846Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2702 | 2025-01-17T08:07:55.219Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2703 | 2025-01-17T08:07:55.332Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2704 | 2025-01-17T08:07:55.416Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2705 | 2025-01-17T08:07:55.763Z | Compiling smf v0.2.3 |
2706 | 2025-01-17T08:07:55.944Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2707 | 2025-01-17T08:07:56.300Z | Compiling zone_cfg_derive v0.3.0 |
2708 | 2025-01-17T08:07:56.510Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2709 | 2025-01-17T08:07:56.943Z | Compiling num-derive v0.4.2 |
2710 | 2025-01-17T08:07:56.963Z | Compiling sigpipe v0.1.3 |
2711 | 2025-01-17T08:07:57.113Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2712 | 2025-01-17T08:07:57.238Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2713 | 2025-01-17T08:07:57.459Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2714 | 2025-01-17T08:07:57.713Z | Compiling zone v0.3.0 |
2715 | 2025-01-17T08:07:57.955Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2716 | 2025-01-17T08:07:58.438Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2717 | 2025-01-17T08:07:58.909Z | Compiling universal-hash v0.5.1 |
2718 | 2025-01-17T08:07:59.020Z | Compiling opaque-debug v0.3.1 |
2719 | 2025-01-17T08:07:59.119Z | Compiling tungstenite v0.21.0 |
2720 | 2025-01-17T08:07:59.150Z | Compiling num-rational v0.4.2 |
2721 | 2025-01-17T08:07:59.184Z | Compiling password-hash v0.5.0 |
2722 | 2025-01-17T08:07:59.216Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2723 | 2025-01-17T08:07:59.906Z | Compiling num-complex v0.4.6 |
2724 | 2025-01-17T08:08:00.085Z | Compiling blake2 v0.10.6 |
2725 | 2025-01-17T08:08:00.184Z | Compiling aead v0.5.2 |
2726 | 2025-01-17T08:08:00.557Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2727 | 2025-01-17T08:08:00.596Z | Compiling convert_case v0.4.0 |
2728 | 2025-01-17T08:08:00.743Z | Compiling base64 v0.21.7 |
2729 | 2025-01-17T08:08:00.890Z | Compiling keccak v0.1.5 |
2730 | 2025-01-17T08:08:01.130Z | Compiling typify-macro v0.2.0 |
2731 | 2025-01-17T08:08:01.148Z | Compiling num v0.4.3 |
2732 | 2025-01-17T08:08:01.271Z | Compiling sha3 v0.10.8 |
2733 | 2025-01-17T08:08:01.425Z | Compiling argon2 v0.5.3 |
2734 | 2025-01-17T08:08:01.428Z | Compiling derive_more v0.99.18 |
2735 | 2025-01-17T08:08:01.469Z | Compiling tokio-tungstenite v0.21.0 |
2736 | 2025-01-17T08:08:02.055Z | Compiling poly1305 v0.8.0 |
2737 | 2025-01-17T08:08:02.295Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2738 | 2025-01-17T08:08:02.298Z | Compiling chacha20 v0.9.1 |
2739 | 2025-01-17T08:08:02.373Z | Compiling float-ord v0.3.2 |
2740 | 2025-01-17T08:08:02.579Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2741 | 2025-01-17T08:08:02.701Z | Compiling typify-macro v0.3.0 |
2742 | 2025-01-17T08:08:02.792Z | Compiling same-file v1.0.6 |
2743 | 2025-01-17T08:08:03.007Z | Compiling semver v0.1.20 |
2744 | 2025-01-17T08:08:03.101Z | Compiling walkdir v2.5.0 |
2745 | 2025-01-17T08:08:03.639Z | Compiling rustc_version v0.1.7 |
2746 | 2025-01-17T08:08:03.778Z | Compiling newline-converter v0.3.0 |
2747 | 2025-01-17T08:08:03.833Z | Compiling primeorder v0.13.6 |
2748 | 2025-01-17T08:08:03.980Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2749 | 2025-01-17T08:08:04.102Z | Compiling secrecy v0.8.0 |
2750 | 2025-01-17T08:08:04.233Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2751 | 2025-01-17T08:08:04.356Z | Compiling owo-colors v4.1.0 |
2752 | 2025-01-17T08:08:04.374Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2753 | 2025-01-17T08:08:04.395Z | Compiling cancel-safe-futures v0.1.5 |
2754 | 2025-01-17T08:08:04.543Z | Compiling newtype_derive v0.1.6 |
2755 | 2025-01-17T08:08:04.677Z | Compiling expectorate v1.1.0 |
2756 | 2025-01-17T08:08:04.763Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2757 | 2025-01-17T08:08:04.868Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2758 | 2025-01-17T08:08:04.886Z | Compiling thiserror-impl-no-std v2.0.2 |
2759 | 2025-01-17T08:08:04.954Z | Compiling typify v0.2.0 |
2760 | 2025-01-17T08:08:05.109Z | Compiling progenitor-impl v0.8.0 |
2761 | 2025-01-17T08:08:05.183Z | Compiling blake3 v1.5.4 |
2762 | 2025-01-17T08:08:05.207Z | Compiling half v2.4.1 |
2763 | 2025-01-17T08:08:05.546Z | Compiling unicase v2.7.0 |
2764 | 2025-01-17T08:08:05.789Z | Compiling ciborium-io v0.2.2 |
2765 | 2025-01-17T08:08:05.829Z | Compiling arc-swap v1.7.1 |
2766 | 2025-01-17T08:08:05.943Z | Compiling ciborium-ll v0.2.2 |
2767 | 2025-01-17T08:08:06.089Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2768 | 2025-01-17T08:08:06.343Z | Compiling slog-scope v4.4.0 |
2769 | 2025-01-17T08:08:06.375Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2770 | 2025-01-17T08:08:06.620Z | Compiling typify v0.3.0 |
2771 | 2025-01-17T08:08:06.770Z | Compiling progenitor-impl v0.9.1 |
2772 | 2025-01-17T08:08:06.826Z | Compiling polyval v0.6.2 |
2773 | 2025-01-17T08:08:07.155Z | Compiling atomicwrites v0.4.4 |
2774 | 2025-01-17T08:08:07.263Z | Compiling libsw v3.3.1 |
2775 | 2025-01-17T08:08:07.512Z | Compiling memmap2 v0.9.5 |
2776 | 2025-01-17T08:08:07.606Z | Compiling indent_write v2.2.0 |
2777 | 2025-01-17T08:08:07.809Z | Compiling thiserror-no-std v2.0.2 |
2778 | 2025-01-17T08:08:07.858Z | Compiling libefi-sys v0.1.0 |
2779 | 2025-01-17T08:08:07.933Z | Compiling parking_lot_core v0.8.6 |
2780 | 2025-01-17T08:08:07.954Z | Compiling salty v0.3.0 |
2781 | 2025-01-17T08:08:08.169Z | Compiling constant_time_eq v0.3.1 |
2782 | 2025-01-17T08:08:08.229Z | Compiling arrayvec v0.7.6 |
2783 | 2025-01-17T08:08:08.371Z | Compiling linear-map v1.2.0 |
2784 | 2025-01-17T08:08:08.374Z | Compiling arrayref v0.3.9 |
2785 | 2025-01-17T08:08:08.494Z | Compiling vsss-rs v3.3.4 |
2786 | 2025-01-17T08:08:08.526Z | Compiling ghash v0.5.1 |
2787 | 2025-01-17T08:08:08.735Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2788 | 2025-01-17T08:08:08.755Z | Compiling slog-stdlog v4.1.1 |
2789 | 2025-01-17T08:08:08.758Z | Compiling ciborium v0.2.2 |
2790 | 2025-01-17T08:08:09.769Z | Compiling p384 v0.13.0 |
2791 | 2025-01-17T08:08:09.859Z | Compiling toolchain_find v0.4.0 |
2792 | 2025-01-17T08:08:10.192Z | Compiling chacha20poly1305 v0.10.1 |
2793 | 2025-01-17T08:08:10.351Z | Compiling ctr v0.9.2 |
2794 | 2025-01-17T08:08:10.457Z | Compiling lzma-sys v0.1.20 |
2795 | 2025-01-17T08:08:10.544Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2796 | 2025-01-17T08:08:10.739Z | Compiling bitfield-struct v0.6.2 |
2797 | 2025-01-17T08:08:10.969Z | Compiling slog-dtrace v0.3.0 |
2798 | 2025-01-17T08:08:11.174Z | Compiling highway v1.2.0 |
2799 | 2025-01-17T08:08:11.272Z | Compiling topological-sort v0.2.2 |
2800 | 2025-01-17T08:08:11.481Z | Compiling omicron-zone-package v0.12.0 |
2801 | 2025-01-17T08:08:11.650Z | Compiling aes-gcm v0.10.3 |
2802 | 2025-01-17T08:08:11.954Z | Compiling rustfmt-wrapper v0.2.1 |
2803 | 2025-01-17T08:08:11.987Z | Compiling mime_guess v2.0.5 |
2804 | 2025-01-17T08:08:12.138Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2805 | 2025-01-17T08:08:12.180Z | Compiling progenitor-macro v0.8.0 |
2806 | 2025-01-17T08:08:12.485Z | Compiling slog-envlogger v2.2.0 |
2807 | 2025-01-17T08:08:12.595Z | Compiling steno v0.4.1 |
2808 | 2025-01-17T08:08:13.204Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2809 | 2025-01-17T08:08:13.225Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2810 | 2025-01-17T08:08:13.641Z | Compiling heck v0.3.3 |
2811 | 2025-01-17T08:08:13.790Z | Compiling ssh-encoding v0.2.0 |
2812 | 2025-01-17T08:08:13.851Z | Compiling blowfish v0.9.1 |
2813 | 2025-01-17T08:08:13.914Z | Compiling progenitor-macro v0.9.1 |
2814 | 2025-01-17T08:08:14.020Z | Compiling nibble_vec v0.1.0 |
2815 | 2025-01-17T08:08:14.260Z | Compiling env_filter v0.1.2 |
2816 | 2025-01-17T08:08:14.287Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2817 | 2025-01-17T08:08:14.307Z | Compiling humantime v2.1.0 |
2818 | 2025-01-17T08:08:14.352Z | Compiling endian-type v0.1.2 |
2819 | 2025-01-17T08:08:14.607Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2820 | 2025-01-17T08:08:14.609Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2821 | 2025-01-17T08:08:14.763Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2822 | 2025-01-17T08:08:14.811Z | Compiling radix_trie v0.2.1 |
2823 | 2025-01-17T08:08:14.921Z | Compiling env_logger v0.11.5 |
2824 | 2025-01-17T08:08:14.998Z | Compiling ssh-cipher v0.2.0 |
2825 | 2025-01-17T08:08:15.459Z | Compiling bcrypt-pbkdf v0.10.0 |
2826 | 2025-01-17T08:08:15.662Z | Compiling zone_cfg_derive v0.1.2 |
2827 | 2025-01-17T08:08:16.088Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2828 | 2025-01-17T08:08:16.172Z | Compiling parking_lot v0.11.2 |
2829 | 2025-01-17T08:08:16.528Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2830 | 2025-01-17T08:08:17.017Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2831 | 2025-01-17T08:08:17.037Z | Compiling password-hash v0.4.2 |
2832 | 2025-01-17T08:08:17.120Z | Compiling gethostname v0.5.0 |
2833 | 2025-01-17T08:08:17.259Z | Compiling fxhash v0.2.1 |
2834 | 2025-01-17T08:08:17.318Z | Compiling lockfree-object-pool v0.1.6 |
2835 | 2025-01-17T08:08:17.438Z | Compiling zip v2.1.3 |
2836 | 2025-01-17T08:08:17.479Z | Compiling base64 v0.13.1 |
2837 | 2025-01-17T08:08:17.595Z | Compiling simd-adler32 v0.3.7 |
2838 | 2025-01-17T08:08:17.595Z | Compiling bumpalo v3.16.0 |
2839 | 2025-01-17T08:08:17.760Z | Compiling matches v0.1.10 |
2840 | 2025-01-17T08:08:17.869Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2841 | 2025-01-17T08:08:17.890Z | Compiling http-range v0.1.5 |
2842 | 2025-01-17T08:08:18.045Z | Compiling zopfli v0.8.1 |
2843 | 2025-01-17T08:08:18.076Z | Compiling ron v0.7.1 |
2844 | 2025-01-17T08:08:18.173Z | Compiling idna v0.2.3 |
2845 | 2025-01-17T08:08:18.238Z | Compiling pbkdf2 v0.11.0 |
2846 | 2025-01-17T08:08:18.264Z | Compiling sled v0.34.7 |
2847 | 2025-01-17T08:08:18.639Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2848 | 2025-01-17T08:08:19.064Z | Compiling xz2 v0.1.7 |
2849 | 2025-01-17T08:08:19.302Z | Compiling zone v0.1.8 |
2850 | 2025-01-17T08:08:19.498Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2851 | 2025-01-17T08:08:19.769Z | Compiling ssh-key v0.6.6 |
2852 | 2025-01-17T08:08:20.217Z | Compiling hickory-client v0.24.1 |
2853 | 2025-01-17T08:08:20.746Z | Compiling p521 v0.13.3 |
2854 | 2025-01-17T08:08:21.104Z | Compiling p256 v0.13.2 |
2855 | 2025-01-17T08:08:21.588Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2856 | 2025-01-17T08:08:21.913Z | Compiling hickory-server v0.24.1 |
2857 | 2025-01-17T08:08:22.606Z | Compiling enum-as-inner v0.5.1 |
2858 | 2025-01-17T08:08:23.120Z | Compiling pem v3.0.4 |
2859 | 2025-01-17T08:08:23.590Z | Compiling yasna v0.5.2 |
2860 | 2025-01-17T08:08:23.872Z | Compiling headers-core v0.3.0 |
2861 | 2025-01-17T08:08:24.056Z | Compiling kstat-rs v0.2.4 |
2862 | 2025-01-17T08:08:24.075Z | Compiling nanorand v0.7.0 |
2863 | 2025-01-17T08:08:24.374Z | Compiling atty v0.2.14 |
2864 | 2025-01-17T08:08:24.550Z | Compiling russh-cryptovec v0.7.3 |
2865 | 2025-01-17T08:08:24.617Z | Compiling md5 v0.7.0 |
2866 | 2025-01-17T08:08:24.618Z | Compiling rcgen v0.12.1 |
2867 | 2025-01-17T08:08:24.819Z | Compiling progenitor v0.8.0 |
2868 | 2025-01-17T08:08:24.881Z | Compiling flume v0.11.1 |
2869 | 2025-01-17T08:08:25.102Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2870 | 2025-01-17T08:08:25.203Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2871 | 2025-01-17T08:08:25.223Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2872 | 2025-01-17T08:08:25.584Z | Compiling russh-keys v0.45.0 |
2873 | 2025-01-17T08:08:26.252Z | Compiling headers v0.4.0 |
2874 | 2025-01-17T08:08:26.673Z | Compiling progenitor v0.9.1 |
2875 | 2025-01-17T08:08:26.693Z | Compiling trust-dns-proto v0.22.0 |
2876 | 2025-01-17T08:08:26.914Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2877 | 2025-01-17T08:08:28.011Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2878 | 2025-01-17T08:08:28.326Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2879 | 2025-01-17T08:08:28.991Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2880 | 2025-01-17T08:08:29.364Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2881 | 2025-01-17T08:08:30.677Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2882 | 2025-01-17T08:08:32.082Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2883 | 2025-01-17T08:08:32.398Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2884 | 2025-01-17T08:08:32.599Z | Compiling hyper-staticfile v0.10.1 |
2885 | 2025-01-17T08:08:33.660Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2886 | 2025-01-17T08:08:34.083Z | Compiling num-bigint v0.4.6 |
2887 | 2025-01-17T08:08:34.283Z | Compiling des v0.8.1 |
2888 | 2025-01-17T08:08:34.285Z | Compiling subprocess v0.2.9 |
2889 | 2025-01-17T08:08:34.649Z | Compiling hex-literal v0.4.1 |
2890 | 2025-01-17T08:08:34.844Z | Compiling dhcproto-macros v0.1.0 |
2891 | 2025-01-17T08:08:35.009Z | Compiling display-error-chain v0.2.2 |
2892 | 2025-01-17T08:08:35.248Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2893 | 2025-01-17T08:08:35.742Z | Compiling dhcproto v0.12.0 |
2894 | 2025-01-17T08:08:36.065Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2895 | 2025-01-17T08:08:36.574Z | Compiling internet-checksum v0.2.1 |
2896 | 2025-01-17T08:08:37.840Z | Compiling russh v0.45.0 |
2897 | 2025-01-17T08:08:42.041Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2898 | 2025-01-17T08:08:42.044Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2899 | 2025-01-17T08:08:42.195Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2900 | 2025-01-17T08:08:44.825Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2901 | 2025-01-17T08:08:44.921Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2902 | 2025-01-17T08:08:46.371Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2903 | 2025-01-17T08:08:46.391Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2904 | 2025-01-17T08:08:46.920Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2905 | 2025-01-17T08:08:47.407Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2906 | 2025-01-17T08:08:49.671Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2907 | 2025-01-17T08:08:49.814Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2908 | 2025-01-17T08:08:49.965Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2909 | 2025-01-17T08:08:50.635Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2910 | 2025-01-17T08:08:50.956Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2911 | 2025-01-17T08:08:51.016Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2912 | 2025-01-17T08:08:51.754Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2913 | 2025-01-17T08:08:53.344Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2914 | 2025-01-17T08:08:54.142Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2915 | 2025-01-17T08:08:55.629Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2916 | 2025-01-17T08:08:56.055Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2917 | 2025-01-17T08:08:56.804Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2918 | 2025-01-17T08:08:58.091Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2919 | 2025-01-17T08:08:58.653Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2920 | 2025-01-17T08:08:59.345Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2921 | 2025-01-17T08:09:01.746Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2922 | 2025-01-17T08:09:01.872Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2923 | 2025-01-17T08:09:02.558Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2924 | 2025-01-17T08:09:03.676Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2925 | 2025-01-17T08:09:08.424Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2926 | 2025-01-17T08:09:16.580Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2927 | 2025-01-17T08:09:18.148Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2928 | 2025-01-17T08:09:39.875Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2929 | 2025-01-17T08:10:03.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
2930 | 2025-01-17T08:10:03.384Z | |
2931 | 2025-01-17T08:10:03.386Z | real 2:23.084786155 |
2932 | 2025-01-17T08:10:03.386Z | user 12:16.830197499 |
2933 | 2025-01-17T08:10:03.386Z | sys 1:35.245146907 |
2934 | 2025-01-17T08:10:03.386Z | trap 0.368468115 |
2935 | 2025-01-17T08:10:03.386Z | tflt 0.745908035 |
2936 | 2025-01-17T08:10:03.386Z | dflt 1.557621984 |
2937 | 2025-01-17T08:10:03.386Z | kflt 0.000064301 |
2938 | 2025-01-17T08:10:03.386Z | lock 22:41.604632611 |
2939 | 2025-01-17T08:10:03.387Z | slp 42:31.245387226 |
2940 | 2025-01-17T08:10:03.387Z | lat 38.258588528 |
2941 | 2025-01-17T08:10:03.387Z | stop 1:38.723423213 |
2942 | 2025-01-17T08:10:03.387Z | + mkdir tests |
2943 | 2025-01-17T08:10:03.389Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2944 | 2025-01-17T08:10:03.390Z | + xargs -I '{}' -t cp '{}' tests/ |
2945 | 2025-01-17T08:10:03.432Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d7045afdd2275236 tests/ |
2946 | 2025-01-17T08:10:03.458Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce4078b3cba0aa19 tests/ |
2947 | 2025-01-17T08:10:03.484Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-003022a48aaaa3da tests/ |
2948 | 2025-01-17T08:10:03.512Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-874eb028fd35d84d tests/ |
2949 | 2025-01-17T08:10:03.799Z | + 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/*) |
2950 | 2025-01-17T08:10:03.801Z | + 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-ce4078b3cba0aa19 tests/commtest-003022a48aaaa3da tests/dhcp_server-d7045afdd2275236 tests/end_to_end_tests-874eb028fd35d84d 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 |
2951 | 2025-01-17T08:11:19.763Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2952 | 2025-01-17T08:11:19.763Z | a .github/buildomat/ci-env.sh 1K |
2953 | 2025-01-17T08:11:19.763Z | a out/target/test 1K |
2954 | 2025-01-17T08:11:19.763Z | a out/npuzone/npuzone 23144K |
2955 | 2025-01-17T08:11:19.763Z | a package-manifest.toml 34K |
2956 | 2025-01-17T08:11:19.763Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2957 | 2025-01-17T08:11:19.763Z | a target/release/omicron-package 36370K |
2958 | 2025-01-17T08:11:19.764Z | a target/release/xtask 11911K |
2959 | 2025-01-17T08:11:19.764Z | a target/debug/bootstrap 221450K |
2960 | 2025-01-17T08:11:19.764Z | a tests/bootstrap-ce4078b3cba0aa19 24276K |
2961 | 2025-01-17T08:11:19.764Z | a tests/commtest-003022a48aaaa3da 24769K |
2962 | 2025-01-17T08:11:19.764Z | a tests/dhcp_server-d7045afdd2275236 24276K |
2963 | 2025-01-17T08:11:19.764Z | a tests/end_to_end_tests-874eb028fd35d84d 282813K |
2964 | 2025-01-17T08:11:19.764Z | a out/clickhouse.tar.gz 294787K |
2965 | 2025-01-17T08:11:19.764Z | a out/clickhouse_keeper.tar.gz 281742K |
2966 | 2025-01-17T08:11:19.764Z | a out/clickhouse_server.tar.gz 294771K |
2967 | 2025-01-17T08:11:19.764Z | a out/cockroachdb.tar.gz 135122K |
2968 | 2025-01-17T08:11:19.764Z | a out/crucible-dtrace.tar 96K |
2969 | 2025-01-17T08:11:19.764Z | a out/crucible-pantry-zone.tar.gz 28542K |
2970 | 2025-01-17T08:11:19.764Z | a out/crucible-zone.tar.gz 36818K |
2971 | 2025-01-17T08:11:19.764Z | a out/external-dns.tar.gz 35749K |
2972 | 2025-01-17T08:11:19.764Z | a out/internal-dns.tar.gz 35749K |
2973 | 2025-01-17T08:11:19.764Z | a out/mg-ddm-gz.tar 63075K |
2974 | 2025-01-17T08:11:19.764Z | a out/nexus.tar.gz 100014K |
2975 | 2025-01-17T08:11:19.764Z | a out/ntp.tar.gz 10506K |
2976 | 2025-01-17T08:11:19.764Z | a out/omicron-gateway-softnpu.tar.gz 24313K |
2977 | 2025-01-17T08:11:19.764Z | a out/omicron-sled-agent.tar 114842K |
2978 | 2025-01-17T08:11:19.767Z | a out/overlay.tar.gz 3K |
2979 | 2025-01-17T08:11:19.767Z | a out/oximeter.tar.gz 48517K |
2980 | 2025-01-17T08:11:19.767Z | a out/oxlog.tar 3150K |
2981 | 2025-01-17T08:11:19.767Z | a out/probe.tar.gz 2764K |
2982 | 2025-01-17T08:11:19.767Z | a out/propolis-server.tar.gz 66467K |
2983 | 2025-01-17T08:11:19.767Z | a out/pumpkind-gz.tar 26665K |
2984 | 2025-01-17T08:11:19.767Z | a out/switch-softnpu.tar.gz 236695K |
2985 | 2025-01-17T08:11:19.778Z | |
2986 | 2025-01-17T08:11:19.778Z | real 1:13.833765885 |
2987 | 2025-01-17T08:11:19.780Z | user 1:10.486902301 |
2988 | 2025-01-17T08:11:19.780Z | sys 4.648281407 |
2989 | 2025-01-17T08:11:19.780Z | trap 0.018118251 |
2990 | 2025-01-17T08:11:19.780Z | tflt 0.000000000 |
2991 | 2025-01-17T08:11:19.780Z | dflt 0.000000000 |
2992 | 2025-01-17T08:11:19.780Z | kflt 0.000000000 |
2993 | 2025-01-17T08:11:19.780Z | lock 0.000000000 |
2994 | 2025-01-17T08:11:19.780Z | slp 1:10.350232992 |
2995 | 2025-01-17T08:11:19.780Z | lat 2.159460676 |
2996 | 2025-01-17T08:11:19.780Z | stop 0.000223739 |
2997 | 2025-01-17T08:11:19.780Z | process exited: duration 1992225 ms, exit code 0 |
|
2998 | 2025-01-17T08:11:19.806Z | found 1 output files |
2999 | 2025-01-17T08:11:19.806Z | uploading: /work/package.tar.gz (1906669629 bytes) |
3000 | 2025-01-17T08:12:03.202Z | uploaded: /work/package.tar.gz |