|
|
|
1 | 2024-09-25T16:41:28.332Z | job assigned to worker 01J8N0WMSNG4EH16DT56X6BXJQ (queued for 58 s) |
|
2 | 2024-09-25T16:41:35.822Z | starting task 0: "setup" |
3 | 2024-09-25T16:41:35.831Z | ++ uname -s |
4 | 2024-09-25T16:41:35.833Z | + kern=SunOS |
5 | 2024-09-25T16:41:35.833Z | + case "$kern" in |
6 | 2024-09-25T16:41:35.833Z | + groupadd -g 12345 build |
7 | 2024-09-25T16:41:35.836Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-25T16:41:37.843Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-25T16:41:37.907Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-25T16:41:37.910Z | + home_fs=zfs |
11 | 2024-09-25T16:41:37.910Z | + [[ zfs == autofs ]] |
12 | 2024-09-25T16:41:37.910Z | + mkdir -p /home/build |
13 | 2024-09-25T16:41:37.912Z | + chown build:build /home/build /work |
14 | 2024-09-25T16:41:39.913Z | + chmod 0700 /home/build /work |
15 | 2024-09-25T16:41:39.916Z | process exited: duration 4095 ms, exit code 0 |
|
16 | 2024-09-25T16:41:39.921Z | starting task 1: "rust-toolchain" |
17 | 2024-09-25T16:41:39.926Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-25T16:41:39.926Z | ' 1.80.1 |
19 | 2024-09-25T16:41:39.926Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-25T16:41:39.926Z | ' default |
21 | 2024-09-25T16:41:39.929Z | * toolchain channel = "1.80.1" |
22 | 2024-09-25T16:41:39.929Z | * toolchain profile = "default" |
23 | 2024-09-25T16:41:39.929Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-25T16:41:39.929Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-25T16:41:40.042Z | info: downloading installer |
26 | 2024-09-25T16:41:41.038Z | info: profile set to 'default' |
27 | 2024-09-25T16:41:41.038Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-25T16:41:41.041Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-25T16:41:41.159Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-25T16:41:41.159Z | info: downloading component 'cargo' |
31 | 2024-09-25T16:41:41.762Z | info: downloading component 'clippy' |
32 | 2024-09-25T16:41:41.977Z | info: downloading component 'rust-docs' |
33 | 2024-09-25T16:41:42.818Z | info: downloading component 'rust-std' |
34 | 2024-09-25T16:41:43.998Z | info: downloading component 'rustc' |
35 | 2024-09-25T16:41:47.341Z | info: downloading component 'rustfmt' |
36 | 2024-09-25T16:41:47.515Z | info: installing component 'cargo' |
37 | 2024-09-25T16:41:48.322Z | info: installing component 'clippy' |
38 | 2024-09-25T16:41:48.681Z | info: installing component 'rust-docs' |
39 | 2024-09-25T16:41:50.289Z | info: installing component 'rust-std' |
40 | 2024-09-25T16:41:51.929Z | info: installing component 'rustc' |
41 | 2024-09-25T16:41:55.998Z | info: installing component 'rustfmt' |
42 | 2024-09-25T16:41:56.332Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-25T16:41:56.332Z | |
44 | 2024-09-25T16:41:56.573Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-25T16:41:56.573Z | |
46 | 2024-09-25T16:41:56.575Z | |
47 | 2024-09-25T16:41:56.575Z | Rust is installed now. Great! |
48 | 2024-09-25T16:41:56.575Z | |
49 | 2024-09-25T16:41:56.575Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-25T16:41:56.576Z | environment variable. This has not been done automatically. |
51 | 2024-09-25T16:41:56.576Z | |
52 | 2024-09-25T16:41:56.576Z | To configure your current shell, you need to source |
53 | 2024-09-25T16:41:56.576Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-25T16:41:56.576Z | |
55 | 2024-09-25T16:41:56.576Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-25T16:41:56.576Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-25T16:41:56.576Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-25T16:41:56.617Z | + rustc --version |
59 | 2024-09-25T16:41:56.678Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-25T16:41:56.681Z | process exited: duration 16757 ms, exit code 0 |
|
61 | 2024-09-25T16:41:56.689Z | starting task 2: "authentication" |
62 | 2024-09-25T16:41:56.708Z | process exited: duration 18 ms, exit code 0 |
|
63 | 2024-09-25T16:41:56.713Z | starting task 3: "clone repository" |
64 | 2024-09-25T16:41:56.717Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-25T16:41:56.721Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-25T16:41:56.750Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-25T16:42:03.752Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-25T16:42:03.752Z | + git fetch origin bb0989ea4903ba597532cdaf1060ab3cc4fe47bb |
69 | 2024-09-25T16:42:04.047Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-25T16:42:04.047Z | * branch bb0989ea4903ba597532cdaf1060ab3cc4fe47bb -> FETCH_HEAD |
71 | 2024-09-25T16:42:04.055Z | + [[ -n mike/nvme-firmware-crdb ]] |
72 | 2024-09-25T16:42:04.058Z | ++ git branch --show-current |
73 | 2024-09-25T16:42:04.061Z | + current=main |
74 | 2024-09-25T16:42:04.061Z | + [[ main != mike/nvme-firmware-crdb ]] |
75 | 2024-09-25T16:42:04.061Z | + git branch -f mike/nvme-firmware-crdb bb0989ea4903ba597532cdaf1060ab3cc4fe47bb |
76 | 2024-09-25T16:42:04.063Z | + git checkout -f mike/nvme-firmware-crdb |
77 | 2024-09-25T16:42:04.141Z | Switched to branch 'mike/nvme-firmware-crdb' |
78 | 2024-09-25T16:42:04.143Z | + git reset --hard bb0989ea4903ba597532cdaf1060ab3cc4fe47bb |
79 | 2024-09-25T16:42:04.222Z | HEAD is now at bb0989ea4 Merge main and fix conflicts |
80 | 2024-09-25T16:42:04.224Z | process exited: duration 7508 ms, exit code 0 |
|
81 | 2024-09-25T16:42:04.230Z | starting task 4: "build" |
82 | 2024-09-25T16:42:04.235Z | + cargo --version |
83 | 2024-09-25T16:42:04.287Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-25T16:42:04.290Z | + rustc --version |
85 | 2024-09-25T16:42:04.344Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-25T16:42:04.347Z | + WORK=/work |
87 | 2024-09-25T16:42:04.347Z | + pfexec mkdir -p /work |
88 | 2024-09-25T16:42:04.351Z | + pfexec chown build /work |
89 | 2024-09-25T16:42:04.353Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-25T16:42:10.046Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-25T16:42:12.541Z | Startup: Caching catalogs ... Done |
92 | 2024-09-25T16:42:15.869Z | Planning: Solver setup ... Done (2.686s) |
93 | 2024-09-25T16:42:15.913Z | Planning: Running solver ... Done (0.044s) |
94 | 2024-09-25T16:42:15.961Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-09-25T16:42:15.976Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-25T16:42:16.193Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-25T16:42:16.289Z | Planning: Package planning ... Done (0.095s) |
98 | 2024-09-25T16:42:16.343Z | Planning: Merging actions ... Done (0.055s) |
99 | 2024-09-25T16:42:16.541Z | Planning: Checking for conflicting actions ... Done (0.198s) |
100 | 2024-09-25T16:42:18.362Z | Planning: Consolidating action changes ... Done (1.820s) |
101 | 2024-09-25T16:42:18.763Z | Planning: Evaluating mediators ... Done (0.400s) |
102 | 2024-09-25T16:42:18.838Z | Planning: Planning completed in 6.22 seconds |
103 | 2024-09-25T16:42:18.853Z | Packages to install: 4 |
104 | 2024-09-25T16:42:18.853Z | Packages to update: 1 |
105 | 2024-09-25T16:42:18.855Z | Mediators to change: 2 |
106 | 2024-09-25T16:42:18.855Z | Services to change: 1 |
107 | 2024-09-25T16:42:18.855Z | Estimated space available: 155.71 GB |
108 | 2024-09-25T16:42:18.855Z | Estimated space to be consumed: 1.55 GB |
109 | 2024-09-25T16:42:18.855Z | Create boot environment: No |
110 | 2024-09-25T16:42:18.855Z | Create backup boot environment: Yes |
111 | 2024-09-25T16:42:18.855Z | Rebuild boot archive: No |
112 | 2024-09-25T16:42:18.855Z | |
113 | 2024-09-25T16:42:18.855Z | Changed mediators: |
114 | 2024-09-25T16:42:18.855Z | mediator clang: |
115 | 2024-09-25T16:42:18.855Z | version: None -> 15 (system default) |
116 | 2024-09-25T16:42:18.855Z | |
117 | 2024-09-25T16:42:18.855Z | mediator llvm: |
118 | 2024-09-25T16:42:18.855Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-25T16:42:18.856Z | |
120 | 2024-09-25T16:42:18.856Z | Changed packages: |
121 | 2024-09-25T16:42:18.856Z | helios-dev |
122 | 2024-09-25T16:42:18.856Z | developer/build-essential |
123 | 2024-09-25T16:42:18.856Z | None -> 11-2.0 |
124 | 2024-09-25T16:42:18.856Z | library/libxmlsec1 |
125 | 2024-09-25T16:42:18.856Z | None -> 1.2.35-2.0 |
126 | 2024-09-25T16:42:18.856Z | ooce/developer/clang-15 |
127 | 2024-09-25T16:42:18.856Z | None -> 15.0.7-2.0 |
128 | 2024-09-25T16:42:18.856Z | ooce/developer/llvm-15 |
129 | 2024-09-25T16:42:18.856Z | None -> 15.0.7-2.0 |
130 | 2024-09-25T16:42:18.856Z | package/pkg |
131 | 2024-09-25T16:42:18.856Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-25T16:42:18.856Z | |
133 | 2024-09-25T16:42:18.856Z | Services: |
134 | 2024-09-25T16:42:18.856Z | restart_fmri: |
135 | 2024-09-25T16:42:18.856Z | svc:/system/update-man-index:default |
136 | 2024-09-25T16:42:18.856Z | |
137 | 2024-09-25T16:42:18.856Z | Editable files to change: |
138 | 2024-09-25T16:42:18.856Z | Update: |
139 | 2024-09-25T16:42:18.856Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-25T16:42:18.927Z | |
141 | 2024-09-25T16:42:18.927Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-25T16:42:23.944Z | Download: 1194/4281 items 58.7/220.6MB 26% complete (12.0M/s) |
143 | 2024-09-25T16:42:29.584Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (12.5M/s) |
144 | 2024-09-25T16:42:34.587Z | Download: 2795/4281 items 120.8/220.6MB 54% complete (4.4M/s) |
145 | 2024-09-25T16:42:39.604Z | Download: 3214/4281 items 193.3/220.6MB 87% complete (7.3M/s) |
146 | 2024-09-25T16:42:45.833Z | Download: 3248/4281 items 203.0/220.6MB 92% complete (8.3M/s) |
147 | 2024-09-25T16:42:52.153Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (6.5M/s) |
148 | 2024-09-25T16:42:57.179Z | Download: 3620/4281 items 216.3/220.6MB 98% complete (645k/s) |
149 | 2024-09-25T16:43:02.190Z | Download: 4194/4281 items 220.5/220.6MB 99% complete (811k/s) |
150 | 2024-09-25T16:43:10.027Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (792k/s) |
151 | 2024-09-25T16:43:10.125Z | Download: Completed 220.60 MB in 51.19 seconds (4.3M/s) |
152 | 2024-09-25T16:43:12.146Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-09-25T16:43:12.165Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-09-25T16:43:16.791Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-09-25T16:43:17.098Z | Actions: Completed 5063 actions in 4.95 seconds. |
156 | 2024-09-25T16:43:17.395Z | Done (0.291s) |
157 | 2024-09-25T16:43:17.398Z | Done (0.000s) |
158 | 2024-09-25T16:43:17.819Z | Done (0.422s) |
159 | 2024-09-25T16:43:21.875Z | Done (3.877s) |
160 | 2024-09-25T16:43:21.959Z | Done (0.018s) |
161 | 2024-09-25T16:43:21.962Z | Done (0.000s) |
162 | 2024-09-25T16:43:22.132Z | Done (0.000s) |
163 | 2024-09-25T16:43:22.711Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-09-25T16:43:22.867Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-09-25T16:43:22.869Z | Planning: Consolidating action changes ... Done |
166 | 2024-09-25T16:43:23.124Z | Planning: Evaluating mediators ... Done |
167 | 2024-09-25T16:43:23.129Z | Planning: Planning completed in 0.41 seconds |
168 | 2024-09-25T16:43:23.163Z | Mediators to change: 2 |
169 | 2024-09-25T16:43:23.163Z | Create boot environment: No |
170 | 2024-09-25T16:43:23.163Z | Create backup boot environment: No |
171 | 2024-09-25T16:43:23.250Z | Done |
172 | 2024-09-25T16:43:23.250Z | Done |
173 | 2024-09-25T16:43:23.496Z | Done |
174 | 2024-09-25T16:43:26.926Z | Done |
175 | 2024-09-25T16:43:27.009Z | Done |
176 | 2024-09-25T16:43:27.009Z | Done |
177 | 2024-09-25T16:43:27.107Z | Done |
178 | 2024-09-25T16:43:27.702Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-09-25T16:43:27.705Z | Planning: Merging actions ... Done |
180 | 2024-09-25T16:43:27.888Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-09-25T16:43:27.891Z | Planning: Consolidating action changes ... Done |
182 | 2024-09-25T16:43:28.144Z | Planning: Evaluating mediators ... Done |
183 | 2024-09-25T16:43:28.197Z | Planning: Planning completed in 0.73 seconds |
184 | 2024-09-25T16:43:28.236Z | Packages to change: 1 |
185 | 2024-09-25T16:43:28.236Z | Mediators to change: 1 |
186 | 2024-09-25T16:43:28.239Z | Services to change: 1 |
187 | 2024-09-25T16:43:28.239Z | Create boot environment: No |
188 | 2024-09-25T16:43:28.239Z | Create backup boot environment: Yes |
189 | 2024-09-25T16:43:29.994Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-09-25T16:43:29.997Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2024-09-25T16:43:29.997Z | Done |
192 | 2024-09-25T16:43:29.997Z | Done |
193 | 2024-09-25T16:43:30.080Z | Done |
194 | 2024-09-25T16:43:33.512Z | Done |
195 | 2024-09-25T16:43:33.598Z | Done |
196 | 2024-09-25T16:43:33.598Z | Done |
197 | 2024-09-25T16:43:33.735Z | Done |
198 | 2024-09-25T16:43:34.153Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-09-25T16:43:34.153Z | clang system 15 system |
200 | 2024-09-25T16:43:34.153Z | csh system system illumos |
201 | 2024-09-25T16:43:34.153Z | ctags system system illumos |
202 | 2024-09-25T16:43:34.153Z | gcc vendor 12 vendor |
203 | 2024-09-25T16:43:34.153Z | gcc system 10 system |
204 | 2024-09-25T16:43:34.153Z | gcc system 7 system |
205 | 2024-09-25T16:43:34.153Z | go system 1.20 system |
206 | 2024-09-25T16:43:34.153Z | go system 1.19 system |
207 | 2024-09-25T16:43:34.153Z | llvm system 15 system |
208 | 2024-09-25T16:43:34.153Z | llvm system 14 system |
209 | 2024-09-25T16:43:34.153Z | mariadb system 10.6 system |
210 | 2024-09-25T16:43:34.153Z | mta vendor vendor dma |
211 | 2024-09-25T16:43:34.153Z | openjdk system 17 system |
212 | 2024-09-25T16:43:34.153Z | openjdk system 11 system |
213 | 2024-09-25T16:43:34.153Z | openjdk system 1.8 system |
214 | 2024-09-25T16:43:34.153Z | openssl vendor 3 vendor |
215 | 2024-09-25T16:43:34.153Z | perl system 5.36 system |
216 | 2024-09-25T16:43:34.154Z | postgresql system 15 system |
217 | 2024-09-25T16:43:34.154Z | postgresql system 13 system |
218 | 2024-09-25T16:43:34.154Z | python vendor 3 vendor |
219 | 2024-09-25T16:43:34.154Z | python system 2 system |
220 | 2024-09-25T16:43:34.154Z | python3 system 3.11 system |
221 | 2024-09-25T16:43:34.154Z | ruby system 3.0 system |
222 | 2024-09-25T16:43:34.154Z | words vendor vendor american-english |
223 | 2024-09-25T16:43:34.154Z | words system system australian-english |
224 | 2024-09-25T16:43:34.154Z | words system system british-english |
225 | 2024-09-25T16:43:34.154Z | words system system canadian-english |
226 | 2024-09-25T16:43:34.154Z | words system system french |
227 | 2024-09-25T16:43:34.154Z | words system system italian |
228 | 2024-09-25T16:43:34.154Z | words system system ngerman |
229 | 2024-09-25T16:43:34.154Z | words system system ogerman |
230 | 2024-09-25T16:43:34.154Z | words system system spanish |
231 | 2024-09-25T16:43:34.470Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-09-25T16:43:34.470Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-09-25T16:43:36.361Z | FMRI IFO |
234 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-09-25T16:43:36.361Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-09-25T16:43:36.962Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-09-25T16:43:37.282Z | Updating crates.io index |
249 | 2024-09-25T16:43:37.326Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
250 | 2024-09-25T16:43:38.122Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
251 | 2024-09-25T16:43:38.894Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
252 | 2024-09-25T16:43:39.182Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
253 | 2024-09-25T16:43:40.856Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-09-25T16:43:41.122Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-09-25T16:43:41.502Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-09-25T16:43:42.636Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-09-25T16:43:44.790Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-09-25T16:43:45.848Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-09-25T16:43:46.484Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-09-25T16:43:46.708Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-09-25T16:43:46.955Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-09-25T16:43:47.645Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-09-25T16:43:47.974Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
264 | 2024-09-25T16:43:48.232Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
265 | 2024-09-25T16:43:48.690Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2024-09-25T16:43:49.185Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
267 | 2024-09-25T16:43:49.492Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
268 | 2024-09-25T16:43:49.747Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
269 | 2024-09-25T16:43:49.998Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
270 | 2024-09-25T16:43:50.286Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
271 | 2024-09-25T16:43:50.586Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
272 | 2024-09-25T16:43:50.919Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
273 | 2024-09-25T16:43:51.347Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
274 | 2024-09-25T16:43:51.621Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
275 | 2024-09-25T16:43:52.050Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
276 | 2024-09-25T16:43:52.356Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
277 | 2024-09-25T16:43:52.839Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
278 | 2024-09-25T16:43:53.251Z | Updating git repository `https://github.com/oxidecomputer/typify` |
279 | 2024-09-25T16:43:55.397Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
280 | 2024-09-25T16:43:55.664Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
281 | 2024-09-25T16:43:55.917Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
282 | 2024-09-25T16:43:56.363Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
283 | 2024-09-25T16:43:57.482Z | Downloading crates ... |
284 | 2024-09-25T16:43:57.579Z | Downloaded block-buffer v0.10.4 |
285 | 2024-09-25T16:43:57.582Z | Downloaded autocfg v1.3.0 |
286 | 2024-09-25T16:43:57.584Z | Downloaded anstyle-query v1.0.3 |
287 | 2024-09-25T16:43:57.589Z | Downloaded bitflags v2.6.0 |
288 | 2024-09-25T16:43:57.589Z | Downloaded anstyle v1.0.8 |
289 | 2024-09-25T16:43:57.592Z | Downloaded equivalent v1.0.1 |
290 | 2024-09-25T16:43:57.598Z | Downloaded swrite v0.1.0 |
291 | 2024-09-25T16:43:57.606Z | Downloaded itoa v1.0.11 |
292 | 2024-09-25T16:43:57.610Z | Downloaded fastrand v2.1.0 |
293 | 2024-09-25T16:43:57.611Z | Downloaded cfg-if v1.0.0 |
294 | 2024-09-25T16:43:57.614Z | Downloaded heck v0.4.1 |
295 | 2024-09-25T16:43:57.614Z | Downloaded smawk v0.3.2 |
296 | 2024-09-25T16:43:57.616Z | Downloaded thiserror-impl v1.0.63 |
297 | 2024-09-25T16:43:57.616Z | Downloaded fs-err v2.11.0 |
298 | 2024-09-25T16:43:57.619Z | Downloaded tabled_derive v0.7.0 |
299 | 2024-09-25T16:43:57.619Z | Downloaded serde_tokenstream v0.2.2 |
300 | 2024-09-25T16:43:57.619Z | Downloaded clap_lex v0.7.0 |
301 | 2024-09-25T16:43:57.623Z | Downloaded pest_generator v2.7.10 |
302 | 2024-09-25T16:43:57.623Z | Downloaded crypto-common v0.1.6 |
303 | 2024-09-25T16:43:57.623Z | Downloaded camino-tempfile v1.1.1 |
304 | 2024-09-25T16:43:57.626Z | Downloaded utf8parse v0.2.1 |
305 | 2024-09-25T16:43:57.626Z | Downloaded plain v0.2.3 |
306 | 2024-09-25T16:43:57.628Z | Downloaded unicode-linebreak v0.1.5 |
307 | 2024-09-25T16:43:57.628Z | Downloaded dof v0.3.0 |
308 | 2024-09-25T16:43:57.628Z | Downloaded terminal_size v0.3.0 |
309 | 2024-09-25T16:43:57.640Z | Downloaded anstream v0.6.14 |
310 | 2024-09-25T16:43:57.640Z | Downloaded version_check v0.9.5 |
311 | 2024-09-25T16:43:57.640Z | Downloaded cargo_metadata v0.18.1 |
312 | 2024-09-25T16:43:57.640Z | Downloaded byteorder v1.5.0 |
313 | 2024-09-25T16:43:57.640Z | Downloaded usdt v0.5.0 |
314 | 2024-09-25T16:43:57.640Z | Downloaded semver v1.0.23 |
315 | 2024-09-25T16:43:57.642Z | Downloaded once_cell v1.19.0 |
316 | 2024-09-25T16:43:57.643Z | Downloaded usdt-impl v0.5.0 |
317 | 2024-09-25T16:43:57.646Z | Downloaded anstyle-parse v0.2.4 |
318 | 2024-09-25T16:43:57.646Z | Downloaded proc-macro-error v1.0.4 |
319 | 2024-09-25T16:43:57.648Z | Downloaded scroll v0.12.0 |
320 | 2024-09-25T16:43:57.651Z | Downloaded proc-macro2 v1.0.86 |
321 | 2024-09-25T16:43:57.654Z | Downloaded serde_derive v1.0.208 |
322 | 2024-09-25T16:43:57.664Z | Downloaded dtrace-parser v0.2.0 |
323 | 2024-09-25T16:43:57.667Z | Downloaded colorchoice v1.0.1 |
324 | 2024-09-25T16:43:57.671Z | Downloaded usdt-macro v0.5.0 |
325 | 2024-09-25T16:43:57.673Z | Downloaded is_terminal_polyfill v1.70.0 |
326 | 2024-09-25T16:43:57.676Z | Downloaded usdt-attr-macro v0.5.0 |
327 | 2024-09-25T16:43:57.676Z | Downloaded toml v0.8.19 |
328 | 2024-09-25T16:43:57.678Z | Downloaded ucd-trie v0.1.6 |
329 | 2024-09-25T16:43:57.681Z | Downloaded log v0.4.21 |
330 | 2024-09-25T16:43:57.685Z | Downloaded anyhow v1.0.89 |
331 | 2024-09-25T16:43:57.688Z | Downloaded pest_derive v2.7.10 |
332 | 2024-09-25T16:43:57.691Z | Downloaded strsim v0.11.1 |
333 | 2024-09-25T16:43:57.695Z | Downloaded cpufeatures v0.2.12 |
334 | 2024-09-25T16:43:57.695Z | Downloaded proc-macro-error-attr v1.0.4 |
335 | 2024-09-25T16:43:57.695Z | Downloaded heck v0.5.0 |
336 | 2024-09-25T16:43:57.697Z | Downloaded fnv v1.0.7 |
337 | 2024-09-25T16:43:57.697Z | Downloaded toml_datetime v0.6.8 |
338 | 2024-09-25T16:43:57.700Z | Downloaded generic-array v0.14.7 |
339 | 2024-09-25T16:43:57.700Z | Downloaded pretty-hex v0.4.1 |
340 | 2024-09-25T16:43:57.702Z | Downloaded macaddr v1.0.1 |
341 | 2024-09-25T16:43:57.702Z | Downloaded digest v0.10.7 |
342 | 2024-09-25T16:43:57.706Z | Downloaded cargo-platform v0.1.8 |
343 | 2024-09-25T16:43:57.708Z | Downloaded errno v0.3.9 |
344 | 2024-09-25T16:43:57.709Z | Downloaded bytecount v0.6.8 |
345 | 2024-09-25T16:43:57.711Z | Downloaded thread-id v4.2.1 |
346 | 2024-09-25T16:43:57.711Z | Downloaded textwrap v0.16.1 |
347 | 2024-09-25T16:43:57.713Z | Downloaded serde_spanned v0.6.7 |
348 | 2024-09-25T16:43:57.717Z | Downloaded scroll_derive v0.12.0 |
349 | 2024-09-25T16:43:57.717Z | Downloaded clap_derive v4.5.18 |
350 | 2024-09-25T16:43:57.719Z | Downloaded camino v1.1.9 |
351 | 2024-09-25T16:43:57.722Z | Downloaded memmap v0.7.0 |
352 | 2024-09-25T16:43:57.724Z | Downloaded thiserror v1.0.63 |
353 | 2024-09-25T16:43:57.727Z | Downloaded quote v1.0.36 |
354 | 2024-09-25T16:43:57.730Z | Downloaded cargo_toml v0.20.4 |
355 | 2024-09-25T16:43:57.732Z | Downloaded memchr v2.7.2 |
356 | 2024-09-25T16:43:57.737Z | Downloaded indexmap v2.4.0 |
357 | 2024-09-25T16:43:57.741Z | Downloaded unicode-ident v1.0.12 |
358 | 2024-09-25T16:43:57.744Z | Downloaded typenum v1.17.0 |
359 | 2024-09-25T16:43:57.746Z | Downloaded tempfile v3.10.1 |
360 | 2024-09-25T16:43:57.749Z | Downloaded zerocopy-derive v0.7.34 |
361 | 2024-09-25T16:43:57.753Z | Downloaded sha2 v0.10.8 |
362 | 2024-09-25T16:43:57.757Z | Downloaded toml_edit v0.22.20 |
363 | 2024-09-25T16:43:57.776Z | Downloaded serde v1.0.208 |
364 | 2024-09-25T16:43:57.778Z | Downloaded pest_meta v2.7.10 |
365 | 2024-09-25T16:43:57.782Z | Downloaded clap v4.5.18 |
366 | 2024-09-25T16:43:57.789Z | Downloaded ryu v1.0.18 |
367 | 2024-09-25T16:43:57.792Z | Downloaded papergrid v0.11.0 |
368 | 2024-09-25T16:43:57.797Z | Downloaded pest v2.7.10 |
369 | 2024-09-25T16:43:57.801Z | Downloaded zerocopy v0.7.34 |
370 | 2024-09-25T16:43:57.816Z | Downloaded clap_builder v4.5.18 |
371 | 2024-09-25T16:43:57.823Z | Downloaded serde_json v1.0.125 |
372 | 2024-09-25T16:43:57.829Z | Downloaded goblin v0.8.2 |
373 | 2024-09-25T16:43:57.834Z | Downloaded winnow v0.6.18 |
374 | 2024-09-25T16:43:57.843Z | Downloaded hashbrown v0.14.5 |
375 | 2024-09-25T16:43:57.848Z | Downloaded tabled v0.15.0 |
376 | 2024-09-25T16:43:57.863Z | Downloaded syn v2.0.74 |
377 | 2024-09-25T16:43:57.873Z | Downloaded syn v1.0.109 |
378 | 2024-09-25T16:43:57.884Z | Downloaded rustix v0.38.34 |
379 | 2024-09-25T16:43:57.904Z | Downloaded unicode-width v0.1.13 |
380 | 2024-09-25T16:43:57.911Z | Downloaded libc v0.2.158 |
381 | 2024-09-25T16:43:58.214Z | Compiling proc-macro2 v1.0.86 |
382 | 2024-09-25T16:43:58.214Z | Compiling unicode-ident v1.0.12 |
383 | 2024-09-25T16:43:58.217Z | Compiling serde v1.0.208 |
384 | 2024-09-25T16:43:58.217Z | Compiling version_check v0.9.5 |
385 | 2024-09-25T16:43:58.217Z | Compiling thiserror v1.0.63 |
386 | 2024-09-25T16:43:58.217Z | Compiling memchr v2.7.2 |
387 | 2024-09-25T16:43:58.248Z | Compiling libc v0.2.158 |
388 | 2024-09-25T16:43:58.251Z | Compiling ucd-trie v0.1.6 |
389 | 2024-09-25T16:43:58.526Z | Compiling itoa v1.0.11 |
390 | 2024-09-25T16:43:58.792Z | Compiling ryu v1.0.18 |
391 | 2024-09-25T16:43:59.067Z | Compiling once_cell v1.19.0 |
392 | 2024-09-25T16:43:59.092Z | Compiling byteorder v1.5.0 |
393 | 2024-09-25T16:43:59.094Z | Compiling rustix v0.38.34 |
394 | 2024-09-25T16:43:59.456Z | Compiling serde_json v1.0.125 |
395 | 2024-09-25T16:43:59.553Z | Compiling bitflags v2.6.0 |
396 | 2024-09-25T16:43:59.810Z | Compiling usdt-impl v0.5.0 |
397 | 2024-09-25T16:43:59.872Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-09-25T16:43:59.919Z | Compiling syn v1.0.109 |
399 | 2024-09-25T16:43:59.963Z | Compiling quote v1.0.36 |
400 | 2024-09-25T16:44:00.038Z | Compiling proc-macro-error v1.0.4 |
401 | 2024-09-25T16:44:00.227Z | Compiling log v0.4.21 |
402 | 2024-09-25T16:44:00.278Z | Compiling utf8parse v0.2.1 |
403 | 2024-09-25T16:44:00.330Z | Compiling camino v1.1.9 |
404 | 2024-09-25T16:44:00.453Z | Compiling syn v2.0.74 |
405 | 2024-09-25T16:44:00.558Z | Compiling errno v0.3.9 |
406 | 2024-09-25T16:44:00.643Z | Compiling thread-id v4.2.1 |
407 | 2024-09-25T16:44:00.667Z | Compiling plain v0.2.3 |
408 | 2024-09-25T16:44:00.689Z | Compiling hashbrown v0.14.5 |
409 | 2024-09-25T16:44:00.758Z | Compiling equivalent v1.0.1 |
410 | 2024-09-25T16:44:00.816Z | Compiling anstyle-parse v0.2.4 |
411 | 2024-09-25T16:44:01.056Z | Compiling is_terminal_polyfill v1.70.0 |
412 | 2024-09-25T16:44:01.149Z | Compiling winnow v0.6.18 |
413 | 2024-09-25T16:44:01.187Z | Compiling unicode-width v0.1.13 |
414 | 2024-09-25T16:44:01.369Z | Compiling colorchoice v1.0.1 |
415 | 2024-09-25T16:44:01.435Z | Compiling pretty-hex v0.4.1 |
416 | 2024-09-25T16:44:01.533Z | Compiling anstyle v1.0.8 |
417 | 2024-09-25T16:44:01.656Z | Compiling anstyle-query v1.0.3 |
418 | 2024-09-25T16:44:01.694Z | Compiling semver v1.0.23 |
419 | 2024-09-25T16:44:01.803Z | Compiling autocfg v1.3.0 |
420 | 2024-09-25T16:44:01.994Z | Compiling indexmap v2.4.0 |
421 | 2024-09-25T16:44:01.994Z | Compiling anstream v0.6.14 |
422 | 2024-09-25T16:44:02.585Z | Compiling fastrand v2.1.0 |
423 | 2024-09-25T16:44:02.778Z | Compiling anyhow v1.0.89 |
424 | 2024-09-25T16:44:02.802Z | Compiling fs-err v2.11.0 |
425 | 2024-09-25T16:44:03.113Z | Compiling terminal_size v0.3.0 |
426 | 2024-09-25T16:44:03.150Z | Compiling bytecount v0.6.8 |
427 | 2024-09-25T16:44:03.294Z | Compiling strsim v0.11.1 |
428 | 2024-09-25T16:44:03.294Z | Compiling cfg-if v1.0.0 |
429 | 2024-09-25T16:44:03.376Z | Compiling heck v0.5.0 |
430 | 2024-09-25T16:44:03.420Z | Compiling fnv v1.0.7 |
431 | 2024-09-25T16:44:03.555Z | Compiling heck v0.4.1 |
432 | 2024-09-25T16:44:03.631Z | Compiling clap_lex v0.7.0 |
433 | 2024-09-25T16:44:03.898Z | Compiling papergrid v0.11.0 |
434 | 2024-09-25T16:44:04.074Z | Compiling clap_builder v4.5.18 |
435 | 2024-09-25T16:44:04.122Z | Compiling tempfile v3.10.1 |
436 | 2024-09-25T16:44:04.342Z | Compiling memmap v0.7.0 |
437 | 2024-09-25T16:44:04.414Z | Compiling unicode-linebreak v0.1.5 |
438 | 2024-09-25T16:44:04.719Z | Compiling smawk v0.3.2 |
439 | 2024-09-25T16:44:04.905Z | Compiling textwrap v0.16.1 |
440 | 2024-09-25T16:44:04.991Z | Compiling swrite v0.1.0 |
441 | 2024-09-25T16:44:06.330Z | Compiling tabled_derive v0.7.0 |
442 | 2024-09-25T16:44:07.889Z | Compiling tabled v0.15.0 |
443 | 2024-09-25T16:44:08.882Z | Compiling serde_derive v1.0.208 |
444 | 2024-09-25T16:44:08.885Z | Compiling thiserror-impl v1.0.63 |
445 | 2024-09-25T16:44:08.885Z | Compiling zerocopy-derive v0.7.34 |
446 | 2024-09-25T16:44:08.885Z | Compiling scroll_derive v0.12.0 |
447 | 2024-09-25T16:44:08.885Z | Compiling clap_derive v4.5.18 |
448 | 2024-09-25T16:44:10.432Z | Compiling scroll v0.12.0 |
449 | 2024-09-25T16:44:10.956Z | Compiling goblin v0.8.2 |
450 | 2024-09-25T16:44:11.070Z | Compiling zerocopy v0.7.34 |
451 | 2024-09-25T16:44:11.725Z | Compiling pest v2.7.10 |
452 | 2024-09-25T16:44:12.703Z | Compiling clap v4.5.18 |
453 | 2024-09-25T16:44:13.890Z | Compiling pest_meta v2.7.10 |
454 | 2024-09-25T16:44:14.742Z | Compiling pest_generator v2.7.10 |
455 | 2024-09-25T16:44:16.580Z | Compiling pest_derive v2.7.10 |
456 | 2024-09-25T16:44:17.233Z | Compiling dtrace-parser v0.2.0 |
457 | 2024-09-25T16:44:18.923Z | Compiling toml_datetime v0.6.8 |
458 | 2024-09-25T16:44:18.928Z | Compiling serde_spanned v0.6.7 |
459 | 2024-09-25T16:44:18.928Z | Compiling cargo-platform v0.1.8 |
460 | 2024-09-25T16:44:19.298Z | Compiling serde_tokenstream v0.2.2 |
461 | 2024-09-25T16:44:19.349Z | Compiling toml_edit v0.22.20 |
462 | 2024-09-25T16:44:19.489Z | Compiling macaddr v1.0.1 |
463 | 2024-09-25T16:44:19.622Z | Compiling camino-tempfile v1.1.1 |
464 | 2024-09-25T16:44:20.313Z | Compiling dof v0.3.0 |
465 | 2024-09-25T16:44:20.313Z | Compiling cargo_metadata v0.18.1 |
466 | 2024-09-25T16:44:22.111Z | Compiling toml v0.8.19 |
467 | 2024-09-25T16:44:22.295Z | Compiling usdt-macro v0.5.0 |
468 | 2024-09-25T16:44:22.298Z | Compiling usdt-attr-macro v0.5.0 |
469 | 2024-09-25T16:44:22.868Z | Compiling cargo_toml v0.20.4 |
470 | 2024-09-25T16:44:23.688Z | Compiling usdt v0.5.0 |
471 | 2024-09-25T16:44:26.590Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
472 | 2024-09-25T16:44:30.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.90s |
473 | 2024-09-25T16:44:30.900Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
474 | 2024-09-25T16:44:31.480Z | Downloading crates ... |
475 | 2024-09-25T16:44:31.623Z | Downloaded adler2 v2.0.0 |
476 | 2024-09-25T16:44:31.633Z | Downloaded adler v1.0.2 |
477 | 2024-09-25T16:44:31.635Z | Downloaded addr2line v0.21.0 |
478 | 2024-09-25T16:44:31.641Z | Downloaded atty v0.2.14 |
479 | 2024-09-25T16:44:31.645Z | Downloaded highway v1.2.0 |
480 | 2024-09-25T16:44:31.647Z | Downloaded hex v0.4.3 |
481 | 2024-09-25T16:44:31.650Z | Downloaded is_ci v1.2.0 |
482 | 2024-09-25T16:44:31.650Z | Downloaded cfg_aliases v0.1.1 |
483 | 2024-09-25T16:44:31.652Z | Downloaded async-stream-impl v0.3.5 |
484 | 2024-09-25T16:44:31.655Z | Downloaded bitstruct_derive v0.1.0 |
485 | 2024-09-25T16:44:31.657Z | Downloaded hubpack_derive v0.1.1 |
486 | 2024-09-25T16:44:31.659Z | Downloaded http-range v0.1.5 |
487 | 2024-09-25T16:44:31.661Z | Downloaded md5 v0.7.0 |
488 | 2024-09-25T16:44:31.668Z | Downloaded newtype_derive v0.1.6 |
489 | 2024-09-25T16:44:31.670Z | Downloaded newline-converter v0.3.0 |
490 | 2024-09-25T16:44:31.673Z | Downloaded ciborium-io v0.2.2 |
491 | 2024-09-25T16:44:31.673Z | Downloaded lazycell v1.3.0 |
492 | 2024-09-25T16:44:31.673Z | Downloaded internet-checksum v0.2.1 |
493 | 2024-09-25T16:44:31.675Z | Downloaded indoc v1.0.9 |
494 | 2024-09-25T16:44:31.678Z | Downloaded impl-trait-for-tuples v0.2.2 |
495 | 2024-09-25T16:44:31.680Z | Downloaded hyper-tls v0.5.0 |
496 | 2024-09-25T16:44:31.683Z | Downloaded libsw v3.3.1 |
497 | 2024-09-25T16:44:31.685Z | Downloaded lalrpop-util v0.19.12 |
498 | 2024-09-25T16:44:31.685Z | Downloaded cstr-argument v0.1.2 |
499 | 2024-09-25T16:44:31.688Z | Downloaded linked-hash-map v0.5.6 |
500 | 2024-09-25T16:44:31.688Z | Downloaded instability v0.3.2 |
501 | 2024-09-25T16:44:31.691Z | Downloaded crunchy v0.2.2 |
502 | 2024-09-25T16:44:31.691Z | Downloaded kstat-rs v0.2.4 |
503 | 2024-09-25T16:44:31.693Z | Downloaded hickory-client v0.24.1 |
504 | 2024-09-25T16:44:31.695Z | Downloaded darling v0.20.9 |
505 | 2024-09-25T16:44:31.699Z | Downloaded multimap v0.10.0 |
506 | 2024-09-25T16:44:31.702Z | Downloaded maybe-uninit v2.0.0 |
507 | 2024-09-25T16:44:31.704Z | Downloaded lru v0.12.3 |
508 | 2024-09-25T16:44:31.704Z | Downloaded hyper-rustls v0.24.2 |
509 | 2024-09-25T16:44:31.707Z | Downloaded memoffset v0.9.1 |
510 | 2024-09-25T16:44:31.709Z | Downloaded russh-cryptovec v0.7.2 |
511 | 2024-09-25T16:44:31.709Z | Downloaded mime_guess v2.0.4 |
512 | 2024-09-25T16:44:31.712Z | Downloaded jobserver v0.1.32 |
513 | 2024-09-25T16:44:31.714Z | Downloaded cfg_aliases v0.2.1 |
514 | 2024-09-25T16:44:31.716Z | Downloaded ident_case v1.0.1 |
515 | 2024-09-25T16:44:31.716Z | Downloaded http-body v1.0.0 |
516 | 2024-09-25T16:44:31.718Z | Downloaded ipnetwork v0.20.0 |
517 | 2024-09-25T16:44:31.720Z | Downloaded iana-time-zone v0.1.60 |
518 | 2024-09-25T16:44:31.722Z | Downloaded bitstruct v0.1.1 |
519 | 2024-09-25T16:44:31.725Z | Downloaded is-terminal v0.4.12 |
520 | 2024-09-25T16:44:31.725Z | Downloaded instant v0.1.12 |
521 | 2024-09-25T16:44:31.727Z | Downloaded atomicwrites v0.4.4 |
522 | 2024-09-25T16:44:31.727Z | Downloaded hostname v0.3.1 |
523 | 2024-09-25T16:44:31.729Z | Downloaded httpdate v1.0.3 |
524 | 2024-09-25T16:44:31.732Z | Downloaded matches v0.1.10 |
525 | 2024-09-25T16:44:31.732Z | Downloaded indexmap v1.9.3 |
526 | 2024-09-25T16:44:31.734Z | Downloaded http-body v0.4.6 |
527 | 2024-09-25T16:44:31.737Z | Downloaded managed v0.8.0 |
528 | 2024-09-25T16:44:31.739Z | Downloaded crucible-workspace-hack v0.1.0 |
529 | 2024-09-25T16:44:31.739Z | Downloaded hmac v0.12.1 |
530 | 2024-09-25T16:44:31.741Z | Downloaded match_cfg v0.1.0 |
531 | 2024-09-25T16:44:31.742Z | Downloaded hex-literal v0.4.1 |
532 | 2024-09-25T16:44:31.744Z | Downloaded new_debug_unreachable v1.0.6 |
533 | 2024-09-25T16:44:31.746Z | Downloaded mime v0.3.17 |
534 | 2024-09-25T16:44:31.748Z | Downloaded nibble_vec v0.1.0 |
535 | 2024-09-25T16:44:31.751Z | Downloaded atomic-waker v1.1.2 |
536 | 2024-09-25T16:44:31.753Z | Downloaded mockall_derive v0.13.0 |
537 | 2024-09-25T16:44:31.756Z | Downloaded take_mut v0.2.2 |
538 | 2024-09-25T16:44:31.758Z | Downloaded sync_wrapper v0.1.2 |
539 | 2024-09-25T16:44:31.758Z | Downloaded miniz_oxide v0.7.2 |
540 | 2024-09-25T16:44:31.761Z | Downloaded humantime v2.1.0 |
541 | 2024-09-25T16:44:31.763Z | Downloaded secrecy v0.8.0 |
542 | 2024-09-25T16:44:31.763Z | Downloaded inout v0.1.3 |
543 | 2024-09-25T16:44:31.766Z | Downloaded linear-map v1.2.0 |
544 | 2024-09-25T16:44:31.766Z | Downloaded libefi-sys v0.1.0 |
545 | 2024-09-25T16:44:31.768Z | Downloaded lazy_static v1.5.0 |
546 | 2024-09-25T16:44:31.770Z | Downloaded hyper-staticfile v0.9.5 |
547 | 2024-09-25T16:44:31.772Z | Downloaded indent_write v2.2.0 |
548 | 2024-09-25T16:44:31.775Z | Downloaded keccak v0.1.5 |
549 | 2024-09-25T16:44:31.775Z | Downloaded bb8 v0.8.5 |
550 | 2024-09-25T16:44:31.777Z | Downloaded assert_matches v1.5.0 |
551 | 2024-09-25T16:44:31.777Z | Downloaded tower-layer v0.3.2 |
552 | 2024-09-25T16:44:31.779Z | Downloaded native-tls v0.2.11 |
553 | 2024-09-25T16:44:31.782Z | Downloaded crc-catalog v2.4.0 |
554 | 2024-09-25T16:44:31.782Z | Downloaded async-recursion v1.1.1 |
555 | 2024-09-25T16:44:31.785Z | Downloaded arrayref v0.3.7 |
556 | 2024-09-25T16:44:31.787Z | Downloaded hubpack v0.1.2 |
557 | 2024-09-25T16:44:31.790Z | Downloaded cobs v0.2.3 |
558 | 2024-09-25T16:44:31.790Z | Downloaded chacha20 v0.9.1 |
559 | 2024-09-25T16:44:31.792Z | Downloaded zone_cfg_derive v0.3.0 |
560 | 2024-09-25T16:44:31.794Z | Downloaded lru-cache v0.1.2 |
561 | 2024-09-25T16:44:31.794Z | Downloaded want v0.3.1 |
562 | 2024-09-25T16:44:31.795Z | Downloaded hostname v0.4.0 |
563 | 2024-09-25T16:44:31.797Z | Downloaded cassowary v0.3.0 |
564 | 2024-09-25T16:44:31.800Z | Downloaded shell-words v1.1.0 |
565 | 2024-09-25T16:44:31.800Z | Downloaded newtype-uuid v1.1.0 |
566 | 2024-09-25T16:44:31.803Z | Downloaded zone_cfg_derive v0.1.2 |
567 | 2024-09-25T16:44:31.803Z | Downloaded crc v3.2.1 |
568 | 2024-09-25T16:44:31.805Z | Downloaded convert_case v0.4.0 |
569 | 2024-09-25T16:44:31.807Z | Downloaded base16ct v0.2.0 |
570 | 2024-09-25T16:44:31.807Z | Downloaded shlex v1.3.0 |
571 | 2024-09-25T16:44:31.810Z | Downloaded signal-hook-mio v0.2.4 |
572 | 2024-09-25T16:44:31.810Z | Downloaded array-init v0.0.4 |
573 | 2024-09-25T16:44:31.812Z | Downloaded cipher v0.4.4 |
574 | 2024-09-25T16:44:31.814Z | Downloaded tabwriter v1.4.0 |
575 | 2024-09-25T16:44:31.816Z | Downloaded cexpr v0.6.0 |
576 | 2024-09-25T16:44:31.819Z | Downloaded ipnet v2.9.0 |
577 | 2024-09-25T16:44:31.819Z | Downloaded bit-vec v0.6.3 |
578 | 2024-09-25T16:44:31.821Z | Downloaded httparse v1.8.0 |
579 | 2024-09-25T16:44:31.823Z | Downloaded bitfield-struct v0.6.1 |
580 | 2024-09-25T16:44:31.826Z | Downloaded maplit v1.0.2 |
581 | 2024-09-25T16:44:31.826Z | Downloaded enum-as-inner v0.6.0 |
582 | 2024-09-25T16:44:31.828Z | Downloaded buf-list v1.0.3 |
583 | 2024-09-25T16:44:31.831Z | Downloaded ascii-canvas v3.0.0 |
584 | 2024-09-25T16:44:31.833Z | Downloaded async-stream v0.3.5 |
585 | 2024-09-25T16:44:31.833Z | Downloaded lock_api v0.4.12 |
586 | 2024-09-25T16:44:31.835Z | Downloaded bcrypt-pbkdf v0.10.0 |
587 | 2024-09-25T16:44:31.838Z | Downloaded blowfish v0.9.1 |
588 | 2024-09-25T16:44:31.838Z | Downloaded crossbeam-deque v0.8.5 |
589 | 2024-09-25T16:44:31.840Z | Downloaded ciborium-ll v0.2.2 |
590 | 2024-09-25T16:44:31.842Z | Downloaded base64ct v1.6.0 |
591 | 2024-09-25T16:44:31.844Z | Downloaded supports-color v3.0.1 |
592 | 2024-09-25T16:44:31.847Z | Downloaded universal-hash v0.5.1 |
593 | 2024-09-25T16:44:31.847Z | Downloaded tinyvec_macros v0.1.1 |
594 | 2024-09-25T16:44:31.847Z | Downloaded unicode-xid v0.2.4 |
595 | 2024-09-25T16:44:31.850Z | Downloaded multer v3.1.0 |
596 | 2024-09-25T16:44:31.852Z | Downloaded which v4.4.2 |
597 | 2024-09-25T16:44:31.855Z | Downloaded smallvec v1.13.2 |
598 | 2024-09-25T16:44:31.857Z | Downloaded memmap2 v0.9.4 |
599 | 2024-09-25T16:44:31.857Z | Downloaded num_threads v0.1.7 |
600 | 2024-09-25T16:44:31.860Z | Downloaded parse-size v1.0.0 |
601 | 2024-09-25T16:44:31.863Z | Downloaded num_enum_derive v0.5.11 |
602 | 2024-09-25T16:44:31.863Z | Downloaded cbc v0.1.2 |
603 | 2024-09-25T16:44:31.865Z | Downloaded constant_time_eq v0.3.0 |
604 | 2024-09-25T16:44:31.865Z | Downloaded smf v0.2.3 |
605 | 2024-09-25T16:44:31.868Z | Downloaded serde_derive_internals v0.29.1 |
606 | 2024-09-25T16:44:31.868Z | Downloaded enum-as-inner v0.5.1 |
607 | 2024-09-25T16:44:31.870Z | Downloaded dropshot_endpoint v0.10.1 |
608 | 2024-09-25T16:44:31.873Z | Downloaded ascii v1.1.0 |
609 | 2024-09-25T16:44:31.875Z | Downloaded libloading v0.8.3 |
610 | 2024-09-25T16:44:31.877Z | Downloaded argon2 v0.5.3 |
611 | 2024-09-25T16:44:31.880Z | Downloaded bitfield v0.14.0 |
612 | 2024-09-25T16:44:31.880Z | Downloaded bcs v0.1.6 |
613 | 2024-09-25T16:44:31.882Z | Downloaded colored v2.1.0 |
614 | 2024-09-25T16:44:31.885Z | Downloaded nanorand v0.7.0 |
615 | 2024-09-25T16:44:31.887Z | Downloaded http v0.2.12 |
616 | 2024-09-25T16:44:31.890Z | Downloaded tokio-rustls v0.26.0 |
617 | 2024-09-25T16:44:31.893Z | Downloaded portpicker v0.1.1 |
618 | 2024-09-25T16:44:31.895Z | Downloaded fd-lock v4.0.2 |
619 | 2024-09-25T16:44:31.897Z | Downloaded float-ord v0.3.2 |
620 | 2024-09-25T16:44:31.897Z | Downloaded tokio-rustls v0.25.0 |
621 | 2024-09-25T16:44:31.900Z | Downloaded const_format_proc_macros v0.2.33 |
622 | 2024-09-25T16:44:31.902Z | Downloaded futures-io v0.3.30 |
623 | 2024-09-25T16:44:31.905Z | Downloaded resolv-conf v0.7.0 |
624 | 2024-09-25T16:44:31.907Z | Downloaded curve25519-dalek-derive v0.1.1 |
625 | 2024-09-25T16:44:31.907Z | Downloaded miniz_oxide v0.8.0 |
626 | 2024-09-25T16:44:31.910Z | Downloaded hash32 v0.3.1 |
627 | 2024-09-25T16:44:31.912Z | Downloaded nodrop v0.1.14 |
628 | 2024-09-25T16:44:31.912Z | Downloaded csv-core v0.1.11 |
629 | 2024-09-25T16:44:31.914Z | Downloaded walkdir v2.5.0 |
630 | 2024-09-25T16:44:31.917Z | Downloaded strum v0.26.3 |
631 | 2024-09-25T16:44:31.917Z | Downloaded toolchain_find v0.4.0 |
632 | 2024-09-25T16:44:31.919Z | Downloaded aead v0.5.2 |
633 | 2024-09-25T16:44:31.919Z | Downloaded waitgroup v0.1.2 |
634 | 2024-09-25T16:44:31.922Z | Downloaded snafu-derive v0.8.2 |
635 | 2024-09-25T16:44:31.924Z | Downloaded rand_chacha v0.3.1 |
636 | 2024-09-25T16:44:31.924Z | Downloaded async-bb8-diesel v0.2.1 |
637 | 2024-09-25T16:44:31.927Z | Downloaded percent-encoding v2.3.1 |
638 | 2024-09-25T16:44:31.929Z | Downloaded castaway v0.2.3 |
639 | 2024-09-25T16:44:31.929Z | Downloaded async-trait v0.1.82 |
640 | 2024-09-25T16:44:31.932Z | Downloaded backoff v0.4.0 |
641 | 2024-09-25T16:44:31.935Z | Downloaded arrayvec v0.7.4 |
642 | 2024-09-25T16:44:31.937Z | Downloaded parse-display-derive v0.10.0 |
643 | 2024-09-25T16:44:31.940Z | Downloaded parse-display v0.10.0 |
644 | 2024-09-25T16:44:31.940Z | Downloaded num_enum v0.5.11 |
645 | 2024-09-25T16:44:31.945Z | Downloaded mio v1.0.2 |
646 | 2024-09-25T16:44:31.951Z | Downloaded crc32fast v1.4.0 |
647 | 2024-09-25T16:44:31.953Z | Downloaded fxhash v0.2.1 |
648 | 2024-09-25T16:44:31.956Z | Downloaded num-conv v0.1.0 |
649 | 2024-09-25T16:44:31.963Z | Downloaded foreign-types-macros v0.2.3 |
650 | 2024-09-25T16:44:31.966Z | Downloaded string_cache v0.8.7 |
651 | 2024-09-25T16:44:31.968Z | Downloaded ssh-encoding v0.2.0 |
652 | 2024-09-25T16:44:31.970Z | Downloaded sha1 v0.10.6 |
653 | 2024-09-25T16:44:31.971Z | Downloaded strum_macros v0.25.3 |
654 | 2024-09-25T16:44:31.973Z | Downloaded console v0.15.8 |
655 | 2024-09-25T16:44:31.975Z | Downloaded ciborium v0.2.2 |
656 | 2024-09-25T16:44:31.978Z | Downloaded cookie_store v0.20.0 |
657 | 2024-09-25T16:44:31.981Z | Downloaded path-slash v0.1.5 |
658 | 2024-09-25T16:44:31.983Z | Downloaded oso-derive v0.27.3 |
659 | 2024-09-25T16:44:31.983Z | Downloaded scheduled-thread-pool v0.2.7 |
660 | 2024-09-25T16:44:31.986Z | Downloaded rustls-pemfile v1.0.4 |
661 | 2024-09-25T16:44:31.989Z | Downloaded slog-json v2.6.1 |
662 | 2024-09-25T16:44:31.989Z | Downloaded utf-8 v0.7.6 |
663 | 2024-09-25T16:44:31.991Z | Downloaded pkcs8 v0.10.2 |
664 | 2024-09-25T16:44:31.993Z | Downloaded des v0.8.1 |
665 | 2024-09-25T16:44:31.995Z | Downloaded derive_more v0.99.18 |
666 | 2024-09-25T16:44:31.999Z | Downloaded vte_generate_state_changes v0.1.1 |
667 | 2024-09-25T16:44:32.003Z | Downloaded num-rational v0.4.2 |
668 | 2024-09-25T16:44:32.005Z | Downloaded hyper-util v0.1.7 |
669 | 2024-09-25T16:44:32.008Z | Downloaded unicode-truncate v1.0.0 |
670 | 2024-09-25T16:44:32.008Z | Downloaded foreign-types v0.3.2 |
671 | 2024-09-25T16:44:32.010Z | Downloaded const-oid v0.9.6 |
672 | 2024-09-25T16:44:32.012Z | Downloaded blake2 v0.10.6 |
673 | 2024-09-25T16:44:32.015Z | Downloaded crossbeam-epoch v0.9.18 |
674 | 2024-09-25T16:44:32.017Z | Downloaded ahash v0.8.11 |
675 | 2024-09-25T16:44:32.019Z | Downloaded display-error-chain v0.2.1 |
676 | 2024-09-25T16:44:32.022Z | Downloaded dirs-sys-next v0.1.2 |
677 | 2024-09-25T16:44:32.022Z | Downloaded num-integer v0.1.46 |
678 | 2024-09-25T16:44:32.024Z | Downloaded schemars_derive v0.8.21 |
679 | 2024-09-25T16:44:32.024Z | Downloaded num-iter v0.1.45 |
680 | 2024-09-25T16:44:32.027Z | Downloaded proc-macro-crate v1.3.1 |
681 | 2024-09-25T16:44:32.029Z | Downloaded dirs-next v2.0.0 |
682 | 2024-09-25T16:44:32.029Z | Downloaded fatfs v0.3.6 |
683 | 2024-09-25T16:44:32.031Z | Downloaded salsa20 v0.10.2 |
684 | 2024-09-25T16:44:32.034Z | Downloaded bitflags v1.3.2 |
685 | 2024-09-25T16:44:32.037Z | Downloaded foreign-types v0.5.0 |
686 | 2024-09-25T16:44:32.039Z | Downloaded sigpipe v0.1.3 |
687 | 2024-09-25T16:44:32.039Z | Downloaded cancel-safe-futures v0.1.5 |
688 | 2024-09-25T16:44:32.041Z | Downloaded signal-hook v0.3.17 |
689 | 2024-09-25T16:44:32.044Z | Downloaded structmeta v0.2.0 |
690 | 2024-09-25T16:44:32.046Z | Downloaded tower-service v0.3.2 |
691 | 2024-09-25T16:44:32.046Z | Downloaded ctr v0.9.2 |
692 | 2024-09-25T16:44:32.049Z | Downloaded fragile v2.0.0 |
693 | 2024-09-25T16:44:32.051Z | Downloaded num-derive v0.4.2 |
694 | 2024-09-25T16:44:32.054Z | Downloaded glob v0.3.1 |
695 | 2024-09-25T16:44:32.056Z | Downloaded clang-sys v1.7.0 |
696 | 2024-09-25T16:44:32.058Z | Downloaded crossbeam-utils v0.8.19 |
697 | 2024-09-25T16:44:32.061Z | Downloaded strum_macros v0.26.4 |
698 | 2024-09-25T16:44:32.063Z | Downloaded siphasher v0.3.11 |
699 | 2024-09-25T16:44:32.066Z | Downloaded bzip2 v0.4.4 |
700 | 2024-09-25T16:44:32.066Z | Downloaded ff v0.13.0 |
701 | 2024-09-25T16:44:32.068Z | Downloaded fallible-streaming-iterator v0.1.9 |
702 | 2024-09-25T16:44:32.068Z | Downloaded num-traits v0.2.19 |
703 | 2024-09-25T16:44:32.071Z | Downloaded polyval v0.6.2 |
704 | 2024-09-25T16:44:32.074Z | Downloaded tiny-keccak v2.0.2 |
705 | 2024-09-25T16:44:32.076Z | Downloaded same-file v1.0.6 |
706 | 2024-09-25T16:44:32.078Z | Downloaded cookie v0.17.0 |
707 | 2024-09-25T16:44:32.081Z | Downloaded snafu v0.8.2 |
708 | 2024-09-25T16:44:32.085Z | Downloaded mio v0.8.11 |
709 | 2024-09-25T16:44:32.090Z | Downloaded indicatif v0.17.8 |
710 | 2024-09-25T16:44:32.095Z | Downloaded hickory-resolver v0.24.1 |
711 | 2024-09-25T16:44:32.099Z | Downloaded difflib v0.4.0 |
712 | 2024-09-25T16:44:32.102Z | Downloaded rustc_version v0.1.7 |
713 | 2024-09-25T16:44:32.102Z | Downloaded rtoolbox v0.0.2 |
714 | 2024-09-25T16:44:32.105Z | Downloaded russh-keys v0.45.0 |
715 | 2024-09-25T16:44:32.108Z | Downloaded minimal-lexical v0.2.1 |
716 | 2024-09-25T16:44:32.110Z | Downloaded crc-any v2.5.0 |
717 | 2024-09-25T16:44:32.112Z | Downloaded itertools v0.12.1 |
718 | 2024-09-25T16:44:32.118Z | Downloaded foreign-types-shared v0.3.1 |
719 | 2024-09-25T16:44:32.120Z | Downloaded strip-ansi-escapes v0.2.0 |
720 | 2024-09-25T16:44:32.121Z | Downloaded cookie v0.18.1 |
721 | 2024-09-25T16:44:32.123Z | Downloaded thiserror-no-std v2.0.2 |
722 | 2024-09-25T16:44:32.126Z | Downloaded spki v0.7.3 |
723 | 2024-09-25T16:44:32.128Z | Downloaded deranged v0.3.11 |
724 | 2024-09-25T16:44:32.130Z | Downloaded globset v0.4.14 |
725 | 2024-09-25T16:44:32.133Z | Downloaded wait-timeout v0.2.0 |
726 | 2024-09-25T16:44:32.133Z | Downloaded unicase v2.7.0 |
727 | 2024-09-25T16:44:32.135Z | Downloaded tungstenite v0.23.0 |
728 | 2024-09-25T16:44:32.138Z | Downloaded slog-bunyan v2.5.0 |
729 | 2024-09-25T16:44:32.140Z | Downloaded der_derive v0.7.2 |
730 | 2024-09-25T16:44:32.140Z | Downloaded slog-async v2.8.0 |
731 | 2024-09-25T16:44:32.143Z | Downloaded signal-hook-tokio v0.3.1 |
732 | 2024-09-25T16:44:32.143Z | Downloaded allocator-api2 v0.2.18 |
733 | 2024-09-25T16:44:32.145Z | Downloaded base64 v0.13.1 |
734 | 2024-09-25T16:44:32.149Z | Downloaded hickory-server v0.24.1 |
735 | 2024-09-25T16:44:32.154Z | Downloaded unicode_categories v0.1.1 |
736 | 2024-09-25T16:44:32.156Z | Downloaded strum_macros v0.24.3 |
737 | 2024-09-25T16:44:32.158Z | Downloaded home v0.5.9 |
738 | 2024-09-25T16:44:32.161Z | Downloaded mockall v0.13.0 |
739 | 2024-09-25T16:44:32.161Z | Downloaded zone v0.1.8 |
740 | 2024-09-25T16:44:32.161Z | Downloaded md-5 v0.10.6 |
741 | 2024-09-25T16:44:32.164Z | Downloaded block-padding v0.3.3 |
742 | 2024-09-25T16:44:32.164Z | Downloaded bit-set v0.5.3 |
743 | 2024-09-25T16:44:32.184Z | Downloaded subprocess v0.2.9 |
744 | 2024-09-25T16:44:32.188Z | Downloaded psl-types v2.0.11 |
745 | 2024-09-25T16:44:32.190Z | Downloaded primeorder v0.13.6 |
746 | 2024-09-25T16:44:32.193Z | Downloaded http v1.1.0 |
747 | 2024-09-25T16:44:32.197Z | Downloaded chacha20poly1305 v0.10.1 |
748 | 2024-09-25T16:44:32.200Z | Downloaded rustc-hash v1.1.0 |
749 | 2024-09-25T16:44:32.203Z | Downloaded libm v0.2.8 |
750 | 2024-09-25T16:44:32.209Z | Downloaded rustc-demangle v0.1.24 |
751 | 2024-09-25T16:44:32.211Z | Downloaded ena v0.14.3 |
752 | 2024-09-25T16:44:32.214Z | Downloaded derive_builder_macro v0.20.0 |
753 | 2024-09-25T16:44:32.214Z | Downloaded embedded-io v0.4.0 |
754 | 2024-09-25T16:44:32.216Z | Downloaded time-macros v0.2.18 |
755 | 2024-09-25T16:44:32.218Z | Downloaded number_prefix v0.4.0 |
756 | 2024-09-25T16:44:32.221Z | Downloaded group v0.13.0 |
757 | 2024-09-25T16:44:32.221Z | Downloaded ghash v0.5.1 |
758 | 2024-09-25T16:44:32.223Z | Downloaded schemars v0.8.21 |
759 | 2024-09-25T16:44:32.233Z | Downloaded samael v0.0.17 |
760 | 2024-09-25T16:44:32.238Z | Downloaded rpassword v7.3.1 |
761 | 2024-09-25T16:44:32.240Z | Downloaded pem-rfc7468 v0.7.0 |
762 | 2024-09-25T16:44:32.243Z | Downloaded rand_xorshift v0.3.0 |
763 | 2024-09-25T16:44:32.245Z | Downloaded rand_seeder v0.3.0 |
764 | 2024-09-25T16:44:32.245Z | Downloaded slab v0.4.9 |
765 | 2024-09-25T16:44:32.248Z | Downloaded libxml v0.3.3 |
766 | 2024-09-25T16:44:32.251Z | Downloaded tower v0.4.13 |
767 | 2024-09-25T16:44:32.260Z | Downloaded structmeta-derive v0.3.0 |
768 | 2024-09-25T16:44:32.263Z | Downloaded subtle v2.5.0 |
769 | 2024-09-25T16:44:32.263Z | Downloaded bytes v1.7.2 |
770 | 2024-09-25T16:44:32.266Z | Downloaded twox-hash v1.6.3 |
771 | 2024-09-25T16:44:32.269Z | Downloaded semver v0.1.20 |
772 | 2024-09-25T16:44:32.271Z | Downloaded sec1 v0.7.3 |
773 | 2024-09-25T16:44:32.271Z | Downloaded foreign-types-shared v0.1.1 |
774 | 2024-09-25T16:44:32.273Z | Downloaded serde-big-array v0.5.1 |
775 | 2024-09-25T16:44:32.273Z | Downloaded itertools v0.10.5 |
776 | 2024-09-25T16:44:32.279Z | Downloaded pem v3.0.4 |
777 | 2024-09-25T16:44:32.282Z | Downloaded defmt-parser v0.3.4 |
778 | 2024-09-25T16:44:32.282Z | Downloaded zeroize v1.8.1 |
779 | 2024-09-25T16:44:32.291Z | Downloaded tinyvec v1.6.0 |
780 | 2024-09-25T16:44:32.291Z | Downloaded getrandom v0.2.14 |
781 | 2024-09-25T16:44:32.293Z | Downloaded defmt v0.3.8 |
782 | 2024-09-25T16:44:32.294Z | Downloaded whoami v1.5.1 |
783 | 2024-09-25T16:44:32.296Z | Downloaded pkcs1 v0.7.5 |
784 | 2024-09-25T16:44:32.299Z | Downloaded futures-task v0.3.30 |
785 | 2024-09-25T16:44:32.301Z | Downloaded pbkdf2 v0.12.2 |
786 | 2024-09-25T16:44:32.301Z | Downloaded futures-sink v0.3.30 |
787 | 2024-09-25T16:44:32.303Z | Downloaded futures-executor v0.3.30 |
788 | 2024-09-25T16:44:32.303Z | Downloaded opaque-debug v0.3.1 |
789 | 2024-09-25T16:44:32.306Z | Downloaded packed_struct v0.10.1 |
790 | 2024-09-25T16:44:32.306Z | Downloaded futures-macro v0.3.30 |
791 | 2024-09-25T16:44:32.308Z | Downloaded either v1.13.0 |
792 | 2024-09-25T16:44:32.310Z | Downloaded dsl_auto_type v0.1.2 |
793 | 2024-09-25T16:44:32.311Z | Downloaded defmt-macros v0.3.9 |
794 | 2024-09-25T16:44:32.313Z | Downloaded russh v0.45.0 |
795 | 2024-09-25T16:44:32.318Z | Downloaded thiserror-impl-no-std v2.0.2 |
796 | 2024-09-25T16:44:32.320Z | Downloaded env_logger v0.9.3 |
797 | 2024-09-25T16:44:32.323Z | Downloaded base64 v0.22.1 |
798 | 2024-09-25T16:44:32.325Z | Downloaded r2d2 v0.8.10 |
799 | 2024-09-25T16:44:32.329Z | Downloaded parking_lot_core v0.8.6 |
800 | 2024-09-25T16:44:32.331Z | Downloaded pkg-config v0.3.30 |
801 | 2024-09-25T16:44:32.331Z | Downloaded radium v0.7.0 |
802 | 2024-09-25T16:44:32.334Z | Downloaded pin-utils v0.1.0 |
803 | 2024-09-25T16:44:32.334Z | Downloaded ron v0.8.1 |
804 | 2024-09-25T16:44:32.339Z | Downloaded num-complex v0.4.6 |
805 | 2024-09-25T16:44:32.343Z | Downloaded peg-runtime v0.8.3 |
806 | 2024-09-25T16:44:32.343Z | Downloaded serde_urlencoded v0.7.1 |
807 | 2024-09-25T16:44:32.346Z | Downloaded topological-sort v0.2.2 |
808 | 2024-09-25T16:44:32.346Z | Downloaded rcgen v0.12.1 |
809 | 2024-09-25T16:44:32.350Z | Downloaded cc v1.0.97 |
810 | 2024-09-25T16:44:32.352Z | Downloaded derive_builder v0.20.0 |
811 | 2024-09-25T16:44:32.356Z | Downloaded tracing-core v0.1.32 |
812 | 2024-09-25T16:44:32.358Z | Downloaded pkcs5 v0.7.1 |
813 | 2024-09-25T16:44:32.362Z | Downloaded ron v0.7.1 |
814 | 2024-09-25T16:44:32.367Z | Downloaded quick-error v1.2.3 |
815 | 2024-09-25T16:44:32.369Z | Downloaded try-lock v0.2.5 |
816 | 2024-09-25T16:44:32.369Z | Downloaded socket2 v0.5.7 |
817 | 2024-09-25T16:44:32.371Z | Downloaded socket2 v0.4.10 |
818 | 2024-09-25T16:44:32.374Z | Downloaded ssh-cipher v0.2.0 |
819 | 2024-09-25T16:44:32.376Z | Downloaded funty v2.0.0 |
820 | 2024-09-25T16:44:32.376Z | Downloaded form_urlencoded v1.2.1 |
821 | 2024-09-25T16:44:32.378Z | Downloaded sct v0.7.1 |
822 | 2024-09-25T16:44:32.381Z | Downloaded const_format v0.2.33 |
823 | 2024-09-25T16:44:32.385Z | Downloaded filetime v0.2.25 |
824 | 2024-09-25T16:44:32.387Z | Downloaded predicates-tree v1.0.9 |
825 | 2024-09-25T16:44:32.389Z | Downloaded peg-macros v0.8.4 |
826 | 2024-09-25T16:44:32.392Z | Downloaded tokio-native-tls v0.3.1 |
827 | 2024-09-25T16:44:32.392Z | Downloaded backtrace v0.3.71 |
828 | 2024-09-25T16:44:32.397Z | Downloaded pbkdf2 v0.11.0 |
829 | 2024-09-25T16:44:32.399Z | Downloaded signal-hook-registry v1.4.2 |
830 | 2024-09-25T16:44:32.402Z | Downloaded termcolor v1.4.1 |
831 | 2024-09-25T16:44:32.404Z | Downloaded scrypt v0.11.0 |
832 | 2024-09-25T16:44:32.404Z | Downloaded tokio-tungstenite v0.21.0 |
833 | 2024-09-25T16:44:32.407Z | Downloaded derive-where v1.2.7 |
834 | 2024-09-25T16:44:32.409Z | Downloaded debug-ignore v1.0.5 |
835 | 2024-09-25T16:44:32.414Z | Downloaded spin v0.9.8 |
836 | 2024-09-25T16:44:32.417Z | Downloaded serde_with_macros v3.9.0 |
837 | 2024-09-25T16:44:32.417Z | Downloaded rustc_version v0.4.0 |
838 | 2024-09-25T16:44:32.420Z | Downloaded parking_lot_core v0.9.10 |
839 | 2024-09-25T16:44:32.420Z | Downloaded phf_shared v0.11.2 |
840 | 2024-09-25T16:44:32.422Z | Downloaded hyper v0.14.30 |
841 | 2024-09-25T16:44:32.428Z | Downloaded hkdf v0.12.4 |
842 | 2024-09-25T16:44:32.431Z | Downloaded phf_shared v0.10.0 |
843 | 2024-09-25T16:44:32.434Z | Downloaded compact_str v0.8.0 |
844 | 2024-09-25T16:44:32.436Z | Downloaded flagset v0.4.5 |
845 | 2024-09-25T16:44:32.438Z | Downloaded pin-project-lite v0.2.14 |
846 | 2024-09-25T16:44:32.441Z | Downloaded tracing v0.1.40 |
847 | 2024-09-25T16:44:32.446Z | Downloaded xattr v1.3.1 |
848 | 2024-09-25T16:44:32.449Z | Downloaded untrusted v0.7.1 |
849 | 2024-09-25T16:44:32.451Z | Downloaded fixedbitset v0.4.2 |
850 | 2024-09-25T16:44:32.451Z | Downloaded hash32 v0.2.1 |
851 | 2024-09-25T16:44:32.453Z | Downloaded crossbeam-channel v0.5.12 |
852 | 2024-09-25T16:44:32.456Z | Downloaded peg v0.8.4 |
853 | 2024-09-25T16:44:32.460Z | Downloaded term v0.7.0 |
854 | 2024-09-25T16:44:32.463Z | Downloaded nom v7.1.3 |
855 | 2024-09-25T16:44:32.469Z | Downloaded rustls-pemfile v2.1.3 |
856 | 2024-09-25T16:44:32.471Z | Downloaded openssl-macros v0.1.1 |
857 | 2024-09-25T16:44:32.474Z | Downloaded toml v0.7.8 |
858 | 2024-09-25T16:44:32.476Z | Downloaded tungstenite v0.21.0 |
859 | 2024-09-25T16:44:32.479Z | Downloaded paste v1.0.15 |
860 | 2024-09-25T16:44:32.481Z | Downloaded normalize-line-endings v0.3.0 |
861 | 2024-09-25T16:44:32.484Z | Downloaded termtree v0.4.1 |
862 | 2024-09-25T16:44:32.484Z | Downloaded hashlink v0.9.1 |
863 | 2024-09-25T16:44:32.486Z | Downloaded tokio-stream v0.1.15 |
864 | 2024-09-25T16:44:32.489Z | Downloaded olpc-cjson v0.1.3 |
865 | 2024-09-25T16:44:32.491Z | Downloaded structmeta-derive v0.2.0 |
866 | 2024-09-25T16:44:32.494Z | Downloaded serde_with v3.9.0 |
867 | 2024-09-25T16:44:32.502Z | Downloaded poly1305 v0.8.0 |
868 | 2024-09-25T16:44:32.506Z | Downloaded untrusted v0.9.0 |
869 | 2024-09-25T16:44:32.506Z | Downloaded crypto-bigint v0.5.5 |
870 | 2024-09-25T16:44:32.510Z | Downloaded itertools v0.13.0 |
871 | 2024-09-25T16:44:32.517Z | Downloaded dhcproto-macros v0.1.0 |
872 | 2024-09-25T16:44:32.519Z | Downloaded thread_local v1.1.8 |
873 | 2024-09-25T16:44:32.519Z | Downloaded omicron-zone-package v0.11.0 |
874 | 2024-09-25T16:44:32.522Z | Downloaded env_filter v0.1.2 |
875 | 2024-09-25T16:44:32.524Z | Downloaded zone v0.3.0 |
876 | 2024-09-25T16:44:32.524Z | Downloaded num v0.4.3 |
877 | 2024-09-25T16:44:32.526Z | Downloaded tokio-tungstenite v0.23.1 |
878 | 2024-09-25T16:44:32.529Z | Downloaded downcast v0.11.0 |
879 | 2024-09-25T16:44:32.529Z | Downloaded diesel_table_macro_syntax v0.2.0 |
880 | 2024-09-25T16:44:32.532Z | Downloaded pretty-hex v0.2.1 |
881 | 2024-09-25T16:44:32.532Z | Downloaded slog-stdlog v4.1.1 |
882 | 2024-09-25T16:44:32.534Z | Downloaded serde_plain v1.0.2 |
883 | 2024-09-25T16:44:32.534Z | Downloaded serde_path_to_error v0.1.16 |
884 | 2024-09-25T16:44:32.536Z | Downloaded precomputed-hash v0.1.1 |
885 | 2024-09-25T16:44:32.536Z | Downloaded scopeguard v1.2.0 |
886 | 2024-09-25T16:44:32.539Z | Downloaded hyper v1.4.1 |
887 | 2024-09-25T16:44:32.543Z | Downloaded endian-type v0.1.2 |
888 | 2024-09-25T16:44:32.546Z | Downloaded time-core v0.1.2 |
889 | 2024-09-25T16:44:32.546Z | Downloaded url v2.5.2 |
890 | 2024-09-25T16:44:32.549Z | Downloaded toml_edit v0.19.15 |
891 | 2024-09-25T16:44:32.564Z | Downloaded similar v2.6.0 |
892 | 2024-09-25T16:44:32.568Z | Downloaded powerfmt v0.2.0 |
893 | 2024-09-25T16:44:32.570Z | Downloaded ed25519 v2.2.3 |
894 | 2024-09-25T16:44:32.573Z | Downloaded wyz v0.5.1 |
895 | 2024-09-25T16:44:32.573Z | Downloaded tui-tree-widget v0.22.0 |
896 | 2024-09-25T16:44:32.576Z | Downloaded tokio-macros v2.4.0 |
897 | 2024-09-25T16:44:32.576Z | Downloaded tls_codec_derive v0.4.1 |
898 | 2024-09-25T16:44:32.579Z | Downloaded sqlformat v0.2.4 |
899 | 2024-09-25T16:44:32.579Z | Downloaded vsss-rs v3.3.4 |
900 | 2024-09-25T16:44:32.581Z | Downloaded typed-path v0.7.1 |
901 | 2024-09-25T16:44:32.586Z | Downloaded tokio-tungstenite v0.20.1 |
902 | 2024-09-25T16:44:32.588Z | Downloaded stringprep v0.1.4 |
903 | 2024-09-25T16:44:32.590Z | Downloaded unarray v0.1.4 |
904 | 2024-09-25T16:44:32.590Z | Downloaded spin v0.5.2 |
905 | 2024-09-25T16:44:32.593Z | Downloaded pin-project v1.1.5 |
906 | 2024-09-25T16:44:32.603Z | Downloaded rustversion v1.0.17 |
907 | 2024-09-25T16:44:32.606Z | Downloaded zeroize_derive v1.4.2 |
908 | 2024-09-25T16:44:32.609Z | Downloaded predicates v3.1.2 |
909 | 2024-09-25T16:44:32.612Z | Downloaded erased-serde v0.3.31 |
910 | 2024-09-25T16:44:32.614Z | Downloaded slog v2.7.0 |
911 | 2024-09-25T16:44:32.616Z | Downloaded env_logger v0.11.5 |
912 | 2024-09-25T16:44:32.619Z | Downloaded openssl-probe v0.1.5 |
913 | 2024-09-25T16:44:32.619Z | Downloaded darling_macro v0.20.9 |
914 | 2024-09-25T16:44:32.622Z | Downloaded serde_yaml v0.9.34+deprecated |
915 | 2024-09-25T16:44:32.624Z | Downloaded hashbrown v0.13.2 |
916 | 2024-09-25T16:44:32.629Z | Downloaded vergen v8.3.2 |
917 | 2024-09-25T16:44:32.632Z | Downloaded termios v0.3.3 |
918 | 2024-09-25T16:44:32.635Z | Downloaded ref-cast-impl v1.0.23 |
919 | 2024-09-25T16:44:32.637Z | Downloaded uzers v0.11.3 |
920 | 2024-09-25T16:44:32.637Z | Downloaded aes v0.8.4 |
921 | 2024-09-25T16:44:32.640Z | Downloaded sqlparser_derive v0.2.2 |
922 | 2024-09-25T16:44:32.643Z | Downloaded slog-term v2.9.1 |
923 | 2024-09-25T16:44:32.645Z | Downloaded tough v0.17.1 |
924 | 2024-09-25T16:44:32.652Z | Downloaded env_logger v0.10.2 |
925 | 2024-09-25T16:44:32.655Z | Downloaded float-cmp v0.9.0 |
926 | 2024-09-25T16:44:32.657Z | Downloaded rusqlite v0.32.1 |
927 | 2024-09-25T16:44:32.663Z | Downloaded prettyplease v0.2.20 |
928 | 2024-09-25T16:44:32.666Z | Downloaded slog-envlogger v2.2.0 |
929 | 2024-09-25T16:44:32.670Z | Downloaded rsa v0.9.6 |
930 | 2024-09-25T16:44:32.673Z | Downloaded signature v2.2.0 |
931 | 2024-09-25T16:44:32.675Z | Downloaded headers-core v0.2.0 |
932 | 2024-09-25T16:44:32.678Z | Downloaded predicates-core v1.0.6 |
933 | 2024-09-25T16:44:32.678Z | Downloaded h2 v0.3.26 |
934 | 2024-09-25T16:44:32.684Z | Downloaded data-encoding v2.6.0 |
935 | 2024-09-25T16:44:32.686Z | Downloaded idna v0.2.3 |
936 | 2024-09-25T16:44:32.693Z | Downloaded rusty-fork v0.3.0 |
937 | 2024-09-25T16:44:32.696Z | Downloaded slog-scope v4.4.0 |
938 | 2024-09-25T16:44:32.696Z | Downloaded rustls-pki-types v1.7.0 |
939 | 2024-09-25T16:44:32.698Z | Downloaded rustfmt-wrapper v0.2.1 |
940 | 2024-09-25T16:44:32.700Z | Downloaded smallvec v0.6.14 |
941 | 2024-09-25T16:44:32.703Z | Downloaded rfc6979 v0.4.0 |
942 | 2024-09-25T16:44:32.703Z | Downloaded phf v0.11.2 |
943 | 2024-09-25T16:44:32.703Z | Downloaded ref-cast v1.0.23 |
944 | 2024-09-25T16:44:32.705Z | Downloaded tokio-postgres v0.7.11 |
945 | 2024-09-25T16:44:32.710Z | Downloaded dyn-clone v1.0.17 |
946 | 2024-09-25T16:44:32.712Z | Downloaded diff v0.1.13 |
947 | 2024-09-25T16:44:32.715Z | Downloaded dhcproto v0.12.0 |
948 | 2024-09-25T16:44:32.718Z | Downloaded darling_core v0.20.9 |
949 | 2024-09-25T16:44:32.723Z | Downloaded ppv-lite86 v0.2.17 |
950 | 2024-09-25T16:44:32.725Z | Downloaded zerocopy v0.6.6 |
951 | 2024-09-25T16:44:32.728Z | Downloaded test-strategy v0.3.1 |
952 | 2024-09-25T16:44:32.731Z | Downloaded futures-core v0.3.30 |
953 | 2024-09-25T16:44:32.734Z | Downloaded heapless v0.7.17 |
954 | 2024-09-25T16:44:32.736Z | Downloaded hashbrown v0.12.3 |
955 | 2024-09-25T16:44:32.740Z | Downloaded proptest v1.5.0 |
956 | 2024-09-25T16:44:32.750Z | Downloaded lalrpop v0.19.12 |
957 | 2024-09-25T16:44:32.762Z | Downloaded half v2.4.1 |
958 | 2024-09-25T16:44:32.765Z | Downloaded unicode-bidi v0.3.15 |
959 | 2024-09-25T16:44:32.768Z | Downloaded yasna v0.5.2 |
960 | 2024-09-25T16:44:32.770Z | Downloaded futures-util v0.3.30 |
961 | 2024-09-25T16:44:32.784Z | Downloaded nu-ansi-term v0.50.0 |
962 | 2024-09-25T16:44:32.786Z | Downloaded rayon-core v1.12.1 |
963 | 2024-09-25T16:44:32.789Z | Downloaded base64 v0.21.7 |
964 | 2024-09-25T16:44:32.792Z | Downloaded tap v1.0.1 |
965 | 2024-09-25T16:44:32.794Z | Downloaded headers v0.3.9 |
966 | 2024-09-25T16:44:32.798Z | Downloaded winnow v0.5.40 |
967 | 2024-09-25T16:44:32.807Z | Downloaded rand v0.8.5 |
968 | 2024-09-25T16:44:32.811Z | Downloaded serde_repr v0.1.19 |
969 | 2024-09-25T16:44:32.814Z | Downloaded serde_arrays v0.1.0 |
970 | 2024-09-25T16:44:32.816Z | Downloaded serde-hex v0.1.0 |
971 | 2024-09-25T16:44:32.818Z | Downloaded derive_builder_core v0.20.0 |
972 | 2024-09-25T16:44:32.820Z | Downloaded idna v0.3.0 |
973 | 2024-09-25T16:44:32.825Z | Downloaded arc-swap v1.7.1 |
974 | 2024-09-25T16:44:32.829Z | Downloaded nix v0.27.1 |
975 | 2024-09-25T16:44:32.841Z | Downloaded num-bigint-dig v0.8.4 |
976 | 2024-09-25T16:44:32.846Z | Downloaded openssl-sys v0.9.103 |
977 | 2024-09-25T16:44:32.851Z | Downloaded unicode-segmentation v1.11.0 |
978 | 2024-09-25T16:44:32.855Z | Downloaded idna v0.5.0 |
979 | 2024-09-25T16:44:32.862Z | Downloaded futures-channel v0.3.30 |
980 | 2024-09-25T16:44:32.865Z | Downloaded slog-dtrace v0.3.0 |
981 | 2024-09-25T16:44:32.868Z | Downloaded stable_deref_trait v1.2.0 |
982 | 2024-09-25T16:44:32.868Z | Downloaded crossterm v0.27.0 |
983 | 2024-09-25T16:44:32.873Z | Downloaded ssh-key v0.6.6 |
984 | 2024-09-25T16:44:32.881Z | Downloaded webpki-roots v0.25.4 |
985 | 2024-09-25T16:44:32.885Z | Downloaded heapless v0.8.0 |
986 | 2024-09-25T16:44:32.889Z | Downloaded dropshot v0.10.1 |
987 | 2024-09-25T16:44:32.899Z | Downloaded fallible-iterator v0.3.0 |
988 | 2024-09-25T16:44:32.902Z | Downloaded time v0.3.36 |
989 | 2024-09-25T16:44:32.908Z | Downloaded rustyline v14.0.0 |
990 | 2024-09-25T16:44:32.913Z | Downloaded flume v0.11.0 |
991 | 2024-09-25T16:44:32.917Z | Downloaded p521 v0.13.3 |
992 | 2024-09-25T16:44:32.921Z | Downloaded elliptic-curve v0.13.8 |
993 | 2024-09-25T16:44:32.925Z | Downloaded pin-project-internal v1.1.5 |
994 | 2024-09-25T16:44:32.927Z | Downloaded password-hash v0.5.0 |
995 | 2024-09-25T16:44:32.930Z | Downloaded password-hash v0.4.2 |
996 | 2024-09-25T16:44:32.932Z | Downloaded unicode-normalization v0.1.23 |
997 | 2024-09-25T16:44:32.934Z | Downloaded owo-colors v4.0.0 |
998 | 2024-09-25T16:44:32.937Z | Downloaded parking_lot v0.11.2 |
999 | 2024-09-25T16:44:32.939Z | Downloaded nix v0.28.0 |
1000 | 2024-09-25T16:44:32.951Z | Downloaded hickory-proto v0.24.1 |
1001 | 2024-09-25T16:44:32.968Z | Downloaded static_assertions v1.1.0 |
1002 | 2024-09-25T16:44:32.971Z | Downloaded ecdsa v0.16.9 |
1003 | 2024-09-25T16:44:32.973Z | Downloaded unsafe-libyaml v0.2.11 |
1004 | 2024-09-25T16:44:32.975Z | Downloaded reedline v0.33.0 |
1005 | 2024-09-25T16:44:32.982Z | Downloaded vte v0.11.1 |
1006 | 2024-09-25T16:44:32.984Z | Downloaded smoltcp v0.11.0 |
1007 | 2024-09-25T16:44:32.998Z | Downloaded crossterm v0.28.1 |
1008 | 2024-09-25T16:44:33.006Z | Downloaded trust-dns-proto v0.22.0 |
1009 | 2024-09-25T16:44:33.017Z | Downloaded rayon v1.10.0 |
1010 | 2024-09-25T16:44:33.026Z | Downloaded sqlparser v0.45.0 |
1011 | 2024-09-25T16:44:33.033Z | Downloaded rustls-webpki v0.102.4 |
1012 | 2024-09-25T16:44:33.051Z | Downloaded radix_trie v0.2.1 |
1013 | 2024-09-25T16:44:33.057Z | Downloaded heck v0.3.3 |
1014 | 2024-09-25T16:44:33.059Z | Downloaded fallible-iterator v0.2.0 |
1015 | 2024-09-25T16:44:33.059Z | Downloaded futures v0.3.30 |
1016 | 2024-09-25T16:44:33.064Z | Downloaded uuid v1.10.0 |
1017 | 2024-09-25T16:44:33.067Z | Downloaded rustls v0.21.12 |
1018 | 2024-09-25T16:44:33.079Z | Downloaded regex-syntax v0.6.29 |
1019 | 2024-09-25T16:44:33.087Z | Downloaded rand_core v0.6.4 |
1020 | 2024-09-25T16:44:33.089Z | Downloaded regex v1.10.6 |
1021 | 2024-09-25T16:44:33.102Z | Downloaded der v0.7.9 |
1022 | 2024-09-25T16:44:33.106Z | Downloaded rustls v0.23.10 |
1023 | 2024-09-25T16:44:33.123Z | Downloaded ed25519-dalek v2.1.1 |
1024 | 2024-09-25T16:44:33.126Z | Downloaded openssl v0.10.66 |
1025 | 2024-09-25T16:44:33.136Z | Downloaded value-bag v1.9.0 |
1026 | 2024-09-25T16:44:33.139Z | Downloaded p256 v0.13.2 |
1027 | 2024-09-25T16:44:33.142Z | Downloaded diesel v2.2.4 |
1028 | 2024-09-25T16:44:33.161Z | Downloaded tar v0.4.41 |
1029 | 2024-09-25T16:44:33.164Z | Downloaded tokio-util v0.7.11 |
1030 | 2024-09-25T16:44:33.170Z | Downloaded openapiv3 v2.0.0 |
1031 | 2024-09-25T16:44:33.183Z | Downloaded aes-gcm v0.10.3 |
1032 | 2024-09-25T16:44:33.187Z | Downloaded parking_lot v0.12.2 |
1033 | 2024-09-25T16:44:33.189Z | Downloaded portable-atomic v1.6.0 |
1034 | 2024-09-25T16:44:33.196Z | Downloaded object v0.30.4 |
1035 | 2024-09-25T16:44:33.206Z | Downloaded p384 v0.13.0 |
1036 | 2024-09-25T16:44:33.213Z | Downloaded tungstenite v0.20.1 |
1037 | 2024-09-25T16:44:33.216Z | Downloaded publicsuffix v2.2.3 |
1038 | 2024-09-25T16:44:33.219Z | Downloaded postgres-types v0.2.7 |
1039 | 2024-09-25T16:44:33.221Z | Downloaded postgres-protocol v0.6.7 |
1040 | 2024-09-25T16:44:33.223Z | Downloaded smoltcp v0.9.1 |
1041 | 2024-09-25T16:44:33.234Z | Downloaded idna v0.4.0 |
1042 | 2024-09-25T16:44:33.241Z | Downloaded zip v0.6.6 |
1043 | 2024-09-25T16:44:33.245Z | Downloaded sled v0.34.7 |
1044 | 2024-09-25T16:44:33.256Z | Downloaded postcard v1.0.8 |
1045 | 2024-09-25T16:44:33.259Z | Downloaded ratatui v0.28.0 |
1046 | 2024-09-25T16:44:33.279Z | Downloaded x509-cert v0.2.5 |
1047 | 2024-09-25T16:44:33.285Z | Downloaded rustls-webpki v0.101.7 |
1048 | 2024-09-25T16:44:33.300Z | Downloaded blake3 v1.5.1 |
1049 | 2024-09-25T16:44:33.308Z | Downloaded petgraph v0.6.5 |
1050 | 2024-09-25T16:44:33.326Z | Downloaded aho-corasick v1.1.3 |
1051 | 2024-09-25T16:44:33.332Z | Downloaded diesel_derives v2.2.2 |
1052 | 2024-09-25T16:44:33.337Z | Downloaded expectorate v1.1.0 |
1053 | 2024-09-25T16:44:33.339Z | Downloaded num-bigint v0.4.5 |
1054 | 2024-09-25T16:44:33.343Z | Downloaded packed_struct_codegen v0.10.1 |
1055 | 2024-09-25T16:44:33.346Z | Downloaded oso v0.27.3 |
1056 | 2024-09-25T16:44:33.348Z | Downloaded getopts v0.2.21 |
1057 | 2024-09-25T16:44:33.350Z | Downloaded gethostname v0.5.0 |
1058 | 2024-09-25T16:44:33.350Z | Downloaded tls_codec v0.4.1 |
1059 | 2024-09-25T16:44:33.353Z | Downloaded tracing-attributes v0.1.27 |
1060 | 2024-09-25T16:44:33.355Z | Downloaded tokio-rustls v0.24.1 |
1061 | 2024-09-25T16:44:33.357Z | Downloaded structmeta v0.3.0 |
1062 | 2024-09-25T16:44:33.381Z | Downloaded steno v0.4.1 |
1063 | 2024-09-25T16:44:33.401Z | Downloaded sha3 v0.10.8 |
1064 | 2024-09-25T16:44:33.428Z | Downloaded flate2 v1.0.33 |
1065 | 2024-09-25T16:44:33.441Z | Downloaded chrono v0.4.38 |
1066 | 2024-09-25T16:44:33.513Z | Downloaded bindgen v0.69.4 |
1067 | 2024-09-25T16:44:33.529Z | Downloaded encoding_rs v0.8.34 |
1068 | 2024-09-25T16:44:33.565Z | Downloaded bitvec v1.0.1 |
1069 | 2024-09-25T16:44:33.592Z | Downloaded quick-xml v0.33.0 |
1070 | 2024-09-25T16:44:33.614Z | Downloaded reqwest v0.11.27 |
1071 | 2024-09-25T16:44:33.632Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1072 | 2024-09-25T16:44:33.697Z | Downloaded h2 v0.4.6 |
1073 | 2024-09-25T16:44:33.704Z | Downloaded salty v0.3.0 |
1074 | 2024-09-25T16:44:33.711Z | Downloaded git2 v0.19.0 |
1075 | 2024-09-25T16:44:33.765Z | Downloaded gimli v0.28.1 |
1076 | 2024-09-25T16:44:33.787Z | Downloaded curve25519-dalek v4.1.3 |
1077 | 2024-09-25T16:44:33.842Z | Downloaded vcpkg v0.2.15 |
1078 | 2024-09-25T16:44:33.881Z | Downloaded polar-core v0.27.3 |
1079 | 2024-09-25T16:44:33.890Z | Downloaded regress v0.9.1 |
1080 | 2024-09-25T16:44:33.944Z | Downloaded nix v0.29.0 |
1081 | 2024-09-25T16:44:33.957Z | Downloaded object v0.32.2 |
1082 | 2024-09-25T16:44:33.967Z | Downloaded regex-syntax v0.8.4 |
1083 | 2024-09-25T16:44:33.974Z | Downloaded bstr v1.9.1 |
1084 | 2024-09-25T16:44:33.985Z | Downloaded rustls v0.22.4 |
1085 | 2024-09-25T16:44:34.129Z | Downloaded libz-sys v1.1.16 |
1086 | 2024-09-25T16:44:34.194Z | Downloaded zerocopy-derive v0.6.6 |
1087 | 2024-09-25T16:44:34.225Z | Downloaded ring v0.17.8 |
1088 | 2024-09-25T16:44:34.292Z | Downloaded regex-automata v0.4.6 |
1089 | 2024-09-25T16:44:34.309Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1090 | 2024-09-25T16:44:34.323Z | Downloaded libsqlite3-sys v0.30.1 |
1091 | 2024-09-25T16:44:34.400Z | Downloaded finl_unicode v1.2.0 |
1092 | 2024-09-25T16:44:34.440Z | Downloaded tokio v1.39.3 |
1093 | 2024-09-25T16:44:34.477Z | Downloaded csv v1.3.0 |
1094 | 2024-09-25T16:44:35.009Z | Downloaded ring v0.16.20 |
1095 | 2024-09-25T16:44:35.177Z | Compiling serde v1.0.208 |
1096 | 2024-09-25T16:44:35.180Z | Compiling typenum v1.17.0 |
1097 | 2024-09-25T16:44:35.180Z | Compiling generic-array v0.14.7 |
1098 | 2024-09-25T16:44:35.180Z | Compiling lock_api v0.4.12 |
1099 | 2024-09-25T16:44:35.334Z | Compiling scopeguard v1.2.0 |
1100 | 2024-09-25T16:44:35.336Z | Compiling value-bag v1.9.0 |
1101 | 2024-09-25T16:44:35.359Z | Compiling syn v2.0.74 |
1102 | 2024-09-25T16:44:35.361Z | Compiling getrandom v0.2.14 |
1103 | 2024-09-25T16:44:35.571Z | Compiling subtle v2.5.0 |
1104 | 2024-09-25T16:44:35.641Z | Compiling rand_core v0.6.4 |
1105 | 2024-09-25T16:44:35.861Z | Compiling log v0.4.21 |
1106 | 2024-09-25T16:44:35.895Z | Compiling const-oid v0.9.6 |
1107 | 2024-09-25T16:44:35.909Z | Compiling jobserver v0.1.32 |
1108 | 2024-09-25T16:44:35.992Z | Compiling pin-project-lite v0.2.14 |
1109 | 2024-09-25T16:44:36.120Z | Compiling smallvec v1.13.2 |
1110 | 2024-09-25T16:44:36.234Z | Compiling parking_lot_core v0.9.10 |
1111 | 2024-09-25T16:44:36.334Z | Compiling cc v1.0.97 |
1112 | 2024-09-25T16:44:36.529Z | Compiling signal-hook-registry v1.4.2 |
1113 | 2024-09-25T16:44:36.754Z | Compiling mio v1.0.2 |
1114 | 2024-09-25T16:44:36.862Z | Compiling socket2 v0.5.7 |
1115 | 2024-09-25T16:44:37.328Z | Compiling parking_lot v0.12.2 |
1116 | 2024-09-25T16:44:37.366Z | Compiling ahash v0.8.11 |
1117 | 2024-09-25T16:44:37.715Z | Compiling futures-core v0.3.30 |
1118 | 2024-09-25T16:44:37.743Z | Compiling futures-sink v0.3.30 |
1119 | 2024-09-25T16:44:37.851Z | Compiling cpufeatures v0.2.12 |
1120 | 2024-09-25T16:44:37.934Z | Compiling slab v0.4.9 |
1121 | 2024-09-25T16:44:37.954Z | Compiling allocator-api2 v0.2.18 |
1122 | 2024-09-25T16:44:37.954Z | Compiling spin v0.9.8 |
1123 | 2024-09-25T16:44:37.972Z | Compiling tinyvec_macros v0.1.1 |
1124 | 2024-09-25T16:44:38.006Z | Compiling futures-channel v0.3.30 |
1125 | 2024-09-25T16:44:38.075Z | Compiling tinyvec v1.6.0 |
1126 | 2024-09-25T16:44:38.214Z | Compiling pin-utils v0.1.0 |
1127 | 2024-09-25T16:44:38.302Z | Compiling base64ct v1.6.0 |
1128 | 2024-09-25T16:44:38.397Z | Compiling futures-io v0.3.30 |
1129 | 2024-09-25T16:44:38.665Z | Compiling libm v0.2.8 |
1130 | 2024-09-25T16:44:38.689Z | Compiling serde_json v1.0.125 |
1131 | 2024-09-25T16:44:38.741Z | Compiling futures-task v0.3.30 |
1132 | 2024-09-25T16:44:38.762Z | Compiling num-traits v0.2.19 |
1133 | 2024-09-25T16:44:38.907Z | Compiling pem-rfc7468 v0.7.0 |
1134 | 2024-09-25T16:44:39.034Z | Compiling unicode-bidi v0.3.15 |
1135 | 2024-09-25T16:44:39.051Z | Compiling flagset v0.4.5 |
1136 | 2024-09-25T16:44:39.271Z | Compiling tracing-core v0.1.32 |
1137 | 2024-09-25T16:44:39.310Z | Compiling vcpkg v0.2.15 |
1138 | 2024-09-25T16:44:39.558Z | Compiling unicode-normalization v0.1.23 |
1139 | 2024-09-25T16:44:39.705Z | Compiling pkg-config v0.3.30 |
1140 | 2024-09-25T16:44:40.556Z | Compiling ring v0.17.8 |
1141 | 2024-09-25T16:44:40.570Z | Compiling httparse v1.8.0 |
1142 | 2024-09-25T16:44:40.666Z | Compiling percent-encoding v2.3.1 |
1143 | 2024-09-25T16:44:40.669Z | Compiling ppv-lite86 v0.2.17 |
1144 | 2024-09-25T16:44:41.072Z | Compiling rustix v0.38.34 |
1145 | 2024-09-25T16:44:41.128Z | Compiling try-lock v0.2.5 |
1146 | 2024-09-25T16:44:41.269Z | Compiling untrusted v0.9.0 |
1147 | 2024-09-25T16:44:41.308Z | Compiling want v0.3.1 |
1148 | 2024-09-25T16:44:41.435Z | Compiling rand_chacha v0.3.1 |
1149 | 2024-09-25T16:44:41.514Z | Compiling openssl-sys v0.9.103 |
1150 | 2024-09-25T16:44:41.558Z | Compiling foreign-types-shared v0.1.1 |
1151 | 2024-09-25T16:44:41.665Z | Compiling openssl v0.10.66 |
1152 | 2024-09-25T16:44:41.928Z | Compiling rand v0.8.5 |
1153 | 2024-09-25T16:44:42.065Z | Compiling powerfmt v0.2.0 |
1154 | 2024-09-25T16:44:42.110Z | Compiling rustversion v1.0.17 |
1155 | 2024-09-25T16:44:42.330Z | Compiling tower-service v0.3.2 |
1156 | 2024-09-25T16:44:42.415Z | Compiling httpdate v1.0.3 |
1157 | 2024-09-25T16:44:42.440Z | Compiling time-core v0.1.2 |
1158 | 2024-09-25T16:44:42.599Z | Compiling num-conv v0.1.0 |
1159 | 2024-09-25T16:44:42.861Z | Compiling deranged v0.3.11 |
1160 | 2024-09-25T16:44:42.877Z | Compiling foreign-types v0.3.2 |
1161 | 2024-09-25T16:44:42.880Z | Compiling time-macros v0.2.18 |
1162 | 2024-09-25T16:44:42.964Z | Compiling form_urlencoded v1.2.1 |
1163 | 2024-09-25T16:44:43.255Z | Compiling aho-corasick v1.1.3 |
1164 | 2024-09-25T16:44:43.616Z | Compiling syn v1.0.109 |
1165 | 2024-09-25T16:44:43.684Z | Compiling rustls v0.21.12 |
1166 | 2024-09-25T16:44:43.942Z | Compiling siphasher v0.3.11 |
1167 | 2024-09-25T16:44:43.960Z | Compiling native-tls v0.2.11 |
1168 | 2024-09-25T16:44:44.273Z | Compiling regex-syntax v0.8.4 |
1169 | 2024-09-25T16:44:44.334Z | Compiling crossbeam-utils v0.8.19 |
1170 | 2024-09-25T16:44:44.337Z | Compiling num_threads v0.1.7 |
1171 | 2024-09-25T16:44:44.698Z | Compiling idna v0.5.0 |
1172 | 2024-09-25T16:44:44.913Z | Compiling cookie v0.17.0 |
1173 | 2024-09-25T16:44:45.197Z | Compiling slog v2.7.0 |
1174 | 2024-09-25T16:44:45.720Z | Compiling finl_unicode v1.2.0 |
1175 | 2024-09-25T16:44:45.820Z | Compiling openssl-probe v0.1.5 |
1176 | 2024-09-25T16:44:46.034Z | Compiling time v0.3.36 |
1177 | 2024-09-25T16:44:46.130Z | Compiling iana-time-zone v0.1.60 |
1178 | 2024-09-25T16:44:46.243Z | Compiling stringprep v0.1.4 |
1179 | 2024-09-25T16:44:46.285Z | Compiling url v2.5.2 |
1180 | 2024-09-25T16:44:47.885Z | Compiling regex-automata v0.4.6 |
1181 | 2024-09-25T16:44:47.994Z | Compiling num-integer v0.1.46 |
1182 | 2024-09-25T16:44:48.427Z | Compiling idna v0.3.0 |
1183 | 2024-09-25T16:44:48.804Z | Compiling backtrace v0.3.71 |
1184 | 2024-09-25T16:44:49.302Z | Compiling serde_derive v1.0.208 |
1185 | 2024-09-25T16:44:49.316Z | Compiling zeroize_derive v1.4.2 |
1186 | 2024-09-25T16:44:50.083Z | Compiling zerocopy-derive v0.7.34 |
1187 | 2024-09-25T16:44:50.630Z | Compiling tokio-macros v2.4.0 |
1188 | 2024-09-25T16:44:50.900Z | Compiling zeroize v1.8.1 |
1189 | 2024-09-25T16:44:51.286Z | Compiling futures-macro v0.3.30 |
1190 | 2024-09-25T16:44:51.509Z | Compiling thiserror-impl v1.0.63 |
1191 | 2024-09-25T16:44:52.292Z | Compiling der_derive v0.7.2 |
1192 | 2024-09-25T16:44:52.329Z | Compiling zerocopy v0.7.34 |
1193 | 2024-09-25T16:44:52.575Z | Compiling crypto-common v0.1.6 |
1194 | 2024-09-25T16:44:52.795Z | Compiling block-buffer v0.10.4 |
1195 | 2024-09-25T16:44:53.037Z | Compiling digest v0.10.7 |
1196 | 2024-09-25T16:44:53.172Z | Compiling block-padding v0.3.3 |
1197 | 2024-09-25T16:44:53.424Z | Compiling inout v0.1.3 |
1198 | 2024-09-25T16:44:53.492Z | Compiling hmac v0.12.1 |
1199 | 2024-09-25T16:44:53.710Z | Compiling cipher v0.4.4 |
1200 | 2024-09-25T16:44:53.750Z | Compiling sha2 v0.10.8 |
1201 | 2024-09-25T16:44:54.243Z | Compiling futures-util v0.3.30 |
1202 | 2024-09-25T16:44:54.573Z | Compiling hashbrown v0.14.5 |
1203 | 2024-09-25T16:44:54.799Z | Compiling thiserror v1.0.63 |
1204 | 2024-09-25T16:44:54.821Z | Compiling der v0.7.9 |
1205 | 2024-09-25T16:44:54.933Z | Compiling salsa20 v0.10.2 |
1206 | 2024-09-25T16:44:55.144Z | Compiling pbkdf2 v0.12.2 |
1207 | 2024-09-25T16:44:55.317Z | Compiling tracing-attributes v0.1.27 |
1208 | 2024-09-25T16:44:55.988Z | Compiling scrypt v0.11.0 |
1209 | 2024-09-25T16:44:56.555Z | Compiling aes v0.8.4 |
1210 | 2024-09-25T16:44:57.317Z | Compiling spki v0.7.3 |
1211 | 2024-09-25T16:44:57.685Z | Compiling cbc v0.1.2 |
1212 | 2024-09-25T16:44:57.918Z | Compiling pkcs5 v0.7.1 |
1213 | 2024-09-25T16:44:58.132Z | Compiling pest v2.7.10 |
1214 | 2024-09-25T16:44:59.106Z | Compiling pkcs8 v0.10.2 |
1215 | 2024-09-25T16:44:59.125Z | Compiling tracing v0.1.40 |
1216 | 2024-09-25T16:44:59.337Z | Compiling scroll_derive v0.12.0 |
1217 | 2024-09-25T16:44:59.588Z | Compiling openssl-macros v0.1.1 |
1218 | 2024-09-25T16:44:59.835Z | Compiling signature v2.2.0 |
1219 | 2024-09-25T16:45:00.117Z | Compiling sct v0.7.1 |
1220 | 2024-09-25T16:45:00.199Z | Compiling rustls-webpki v0.101.7 |
1221 | 2024-09-25T16:45:00.353Z | Compiling md-5 v0.10.6 |
1222 | 2024-09-25T16:45:00.404Z | Compiling pin-project-internal v1.1.5 |
1223 | 2024-09-25T16:45:00.474Z | Compiling lazy_static v1.5.0 |
1224 | 2024-09-25T16:45:00.583Z | Compiling ff v0.13.0 |
1225 | 2024-09-25T16:45:00.602Z | Compiling pest_meta v2.7.10 |
1226 | 2024-09-25T16:45:00.797Z | Compiling hash32 v0.2.1 |
1227 | 2024-09-25T16:45:00.820Z | Compiling scroll v0.12.0 |
1228 | 2024-09-25T16:45:01.160Z | Compiling stable_deref_trait v1.2.0 |
1229 | 2024-09-25T16:45:01.259Z | Compiling signal-hook v0.3.17 |
1230 | 2024-09-25T16:45:01.328Z | Compiling goblin v0.8.2 |
1231 | 2024-09-25T16:45:01.346Z | Compiling psl-types v2.0.11 |
1232 | 2024-09-25T16:45:01.512Z | Compiling num-bigint-dig v0.8.4 |
1233 | 2024-09-25T16:45:01.533Z | Compiling gimli v0.28.1 |
1234 | 2024-09-25T16:45:01.800Z | Compiling pest_generator v2.7.10 |
1235 | 2024-09-25T16:45:02.059Z | Compiling base64 v0.22.1 |
1236 | 2024-09-25T16:45:02.790Z | Compiling atomic-waker v1.1.2 |
1237 | 2024-09-25T16:45:02.967Z | Compiling adler v1.0.2 |
1238 | 2024-09-25T16:45:03.180Z | Compiling bytes v1.7.2 |
1239 | 2024-09-25T16:45:03.443Z | Compiling indexmap v2.4.0 |
1240 | 2024-09-25T16:45:03.573Z | Compiling bitflags v2.6.0 |
1241 | 2024-09-25T16:45:04.080Z | Compiling tokio v1.39.3 |
1242 | 2024-09-25T16:45:04.472Z | Compiling semver v1.0.23 |
1243 | 2024-09-25T16:45:04.929Z | Compiling rustc_version v0.4.0 |
1244 | 2024-09-25T16:45:05.252Z | Compiling http v0.2.12 |
1245 | 2024-09-25T16:45:05.647Z | Compiling pest_derive v2.7.10 |
1246 | 2024-09-25T16:45:06.432Z | Compiling dtrace-parser v0.2.0 |
1247 | 2024-09-25T16:45:06.500Z | Compiling heapless v0.7.17 |
1248 | 2024-09-25T16:45:06.819Z | Compiling http-body v0.4.6 |
1249 | 2024-09-25T16:45:06.941Z | Compiling dof v0.3.0 |
1250 | 2024-09-25T16:45:07.265Z | Compiling http v1.1.0 |
1251 | 2024-09-25T16:45:08.583Z | Compiling uuid v1.10.0 |
1252 | 2024-09-25T16:45:09.211Z | Compiling usdt-impl v0.5.0 |
1253 | 2024-09-25T16:45:09.862Z | Compiling curve25519-dalek v4.1.3 |
1254 | 2024-09-25T16:45:09.887Z | Compiling serde_spanned v0.6.7 |
1255 | 2024-09-25T16:45:10.010Z | Compiling serde_tokenstream v0.2.2 |
1256 | 2024-09-25T16:45:10.115Z | Compiling toml_datetime v0.6.8 |
1257 | 2024-09-25T16:45:10.502Z | Compiling chrono v0.4.38 |
1258 | 2024-09-25T16:45:10.600Z | Compiling crc32fast v1.4.0 |
1259 | 2024-09-25T16:45:10.617Z | Compiling fallible-iterator v0.2.0 |
1260 | 2024-09-25T16:45:10.761Z | Compiling smoltcp v0.9.1 |
1261 | 2024-09-25T16:45:10.912Z | Compiling base16ct v0.2.0 |
1262 | 2024-09-25T16:45:11.157Z | Compiling sec1 v0.7.3 |
1263 | 2024-09-25T16:45:11.312Z | Compiling postgres-protocol v0.6.7 |
1264 | 2024-09-25T16:45:11.494Z | Compiling terminal_size v0.3.0 |
1265 | 2024-09-25T16:45:11.573Z | Compiling http-body v1.0.0 |
1266 | 2024-09-25T16:45:11.696Z | Compiling addr2line v0.21.0 |
1267 | 2024-09-25T16:45:11.723Z | Compiling pin-project v1.1.5 |
1268 | 2024-09-25T16:45:11.796Z | Compiling miniz_oxide v0.7.2 |
1269 | 2024-09-25T16:45:11.896Z | Compiling publicsuffix v2.2.3 |
1270 | 2024-09-25T16:45:12.137Z | Compiling tokio-util v0.7.11 |
1271 | 2024-09-25T16:45:12.352Z | Compiling tokio-rustls v0.24.1 |
1272 | 2024-09-25T16:45:12.454Z | Compiling hubpack_derive v0.1.1 |
1273 | 2024-09-25T16:45:12.554Z | Compiling group v0.13.0 |
1274 | 2024-09-25T16:45:12.617Z | Compiling hkdf v0.12.4 |
1275 | 2024-09-25T16:45:12.746Z | Compiling crypto-bigint v0.5.5 |
1276 | 2024-09-25T16:45:12.854Z | Compiling zerocopy-derive v0.6.6 |
1277 | 2024-09-25T16:45:12.899Z | Compiling async-trait v0.1.82 |
1278 | 2024-09-25T16:45:13.373Z | Compiling h2 v0.3.26 |
1279 | 2024-09-25T16:45:13.502Z | Compiling h2 v0.4.6 |
1280 | 2024-09-25T16:45:14.747Z | Compiling tokio-native-tls v0.3.1 |
1281 | 2024-09-25T16:45:15.020Z | Compiling curve25519-dalek-derive v0.1.1 |
1282 | 2024-09-25T16:45:15.718Z | Compiling num-iter v0.1.45 |
1283 | 2024-09-25T16:45:16.216Z | Compiling phf_shared v0.11.2 |
1284 | 2024-09-25T16:45:16.305Z | Compiling serde_derive_internals v0.29.1 |
1285 | 2024-09-25T16:45:16.539Z | Compiling object v0.32.2 |
1286 | 2024-09-25T16:45:16.601Z | Compiling fs-err v2.11.0 |
1287 | 2024-09-25T16:45:16.685Z | Compiling schemars v0.8.21 |
1288 | 2024-09-25T16:45:16.910Z | Compiling either v1.13.0 |
1289 | 2024-09-25T16:45:17.037Z | Compiling tower-layer v0.3.2 |
1290 | 2024-09-25T16:45:17.312Z | Compiling adler2 v2.0.0 |
1291 | 2024-09-25T16:45:17.330Z | Compiling rustc-demangle v0.1.24 |
1292 | 2024-09-25T16:45:17.523Z | Compiling ipnet v2.9.0 |
1293 | 2024-09-25T16:45:18.301Z | Compiling bitflags v1.3.2 |
1294 | 2024-09-25T16:45:18.410Z | Compiling managed v0.8.0 |
1295 | 2024-09-25T16:45:18.706Z | Compiling winnow v0.5.40 |
1296 | 2024-09-25T16:45:18.759Z | Compiling base64 v0.21.7 |
1297 | 2024-09-25T16:45:18.862Z | Compiling anyhow v1.0.89 |
1298 | 2024-09-25T16:45:19.050Z | Compiling schemars_derive v0.8.21 |
1299 | 2024-09-25T16:45:19.531Z | Compiling rustls-pemfile v1.0.4 |
1300 | 2024-09-25T16:45:19.650Z | Compiling clap_builder v4.5.18 |
1301 | 2024-09-25T16:45:19.924Z | Compiling miniz_oxide v0.8.0 |
1302 | 2024-09-25T16:45:21.026Z | Compiling hyper v0.14.30 |
1303 | 2024-09-25T16:45:21.456Z | Compiling hyper v1.4.1 |
1304 | 2024-09-25T16:45:22.369Z | Compiling toml_edit v0.19.15 |
1305 | 2024-09-25T16:45:22.469Z | Compiling tower v0.4.13 |
1306 | 2024-09-25T16:45:23.981Z | Compiling phf v0.11.2 |
1307 | 2024-09-25T16:45:24.279Z | Compiling elliptic-curve v0.13.8 |
1308 | 2024-09-25T16:45:25.122Z | Compiling cookie_store v0.20.0 |
1309 | 2024-09-25T16:45:25.651Z | Compiling zerocopy v0.6.6 |
1310 | 2024-09-25T16:45:26.508Z | Compiling hubpack v0.1.2 |
1311 | 2024-09-25T16:45:26.659Z | Compiling postgres-types v0.2.7 |
1312 | 2024-09-25T16:45:26.945Z | Compiling usdt-attr-macro v0.5.0 |
1313 | 2024-09-25T16:45:27.834Z | Compiling hyper-rustls v0.24.2 |
1314 | 2024-09-25T16:45:28.168Z | Compiling hyper-tls v0.5.0 |
1315 | 2024-09-25T16:45:28.186Z | Compiling usdt-macro v0.5.0 |
1316 | 2024-09-25T16:45:28.595Z | Compiling serde-big-array v0.5.1 |
1317 | 2024-09-25T16:45:28.797Z | Compiling serde_urlencoded v0.7.1 |
1318 | 2024-09-25T16:45:28.822Z | Compiling ed25519 v2.2.3 |
1319 | 2024-09-25T16:45:28.883Z | Compiling futures-executor v0.3.30 |
1320 | 2024-09-25T16:45:29.337Z | Compiling pkcs1 v0.7.5 |
1321 | 2024-09-25T16:45:29.462Z | Compiling rfc6979 v0.4.0 |
1322 | 2024-09-25T16:45:29.646Z | Compiling bstr v1.9.1 |
1323 | 2024-09-25T16:45:29.664Z | Compiling regex v1.10.6 |
1324 | 2024-09-25T16:45:30.222Z | Compiling clap_derive v4.5.18 |
1325 | 2024-09-25T16:45:30.307Z | Compiling serde_repr v0.1.19 |
1326 | 2024-09-25T16:45:30.715Z | Compiling enum-as-inner v0.6.0 |
1327 | 2024-09-25T16:45:30.733Z | Compiling strum_macros v0.25.3 |
1328 | 2024-09-25T16:45:30.831Z | Compiling phf_shared v0.10.0 |
1329 | 2024-09-25T16:45:31.224Z | Compiling float-cmp v0.9.0 |
1330 | 2024-09-25T16:45:31.382Z | Compiling idna v0.4.0 |
1331 | 2024-09-25T16:45:31.441Z | Compiling mio v0.8.11 |
1332 | 2024-09-25T16:45:31.474Z | Compiling encoding_rs v0.8.34 |
1333 | 2024-09-25T16:45:31.797Z | Compiling predicates-core v1.0.6 |
1334 | 2024-09-25T16:45:31.854Z | Compiling unicode-segmentation v1.11.0 |
1335 | 2024-09-25T16:45:32.128Z | Compiling fixedbitset v0.4.2 |
1336 | 2024-09-25T16:45:32.593Z | Compiling data-encoding v2.6.0 |
1337 | 2024-09-25T16:45:32.641Z | Compiling normalize-line-endings v0.3.0 |
1338 | 2024-09-25T16:45:32.679Z | Compiling precomputed-hash v0.1.1 |
1339 | 2024-09-25T16:45:32.754Z | Compiling new_debug_unreachable v1.0.6 |
1340 | 2024-09-25T16:45:32.787Z | Compiling minimal-lexical v0.2.1 |
1341 | 2024-09-25T16:45:32.854Z | Compiling difflib v0.4.0 |
1342 | 2024-09-25T16:45:32.899Z | Compiling mime v0.3.17 |
1343 | 2024-09-25T16:45:33.294Z | Compiling webpki-roots v0.25.4 |
1344 | 2024-09-25T16:45:33.462Z | Compiling dyn-clone v1.0.17 |
1345 | 2024-09-25T16:45:33.493Z | Compiling bit-vec v0.6.3 |
1346 | 2024-09-25T16:45:33.720Z | Compiling sync_wrapper v0.1.2 |
1347 | 2024-09-25T16:45:33.855Z | Compiling static_assertions v1.1.0 |
1348 | 2024-09-25T16:45:33.961Z | Compiling whoami v1.5.1 |
1349 | 2024-09-25T16:45:33.979Z | Compiling toml_edit v0.22.20 |
1350 | 2024-09-25T16:45:34.470Z | Compiling tokio-postgres v0.7.11 |
1351 | 2024-09-25T16:45:34.605Z | Compiling reqwest v0.11.27 |
1352 | 2024-09-25T16:45:34.693Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1353 | 2024-09-25T16:45:34.932Z | Compiling bit-set v0.5.3 |
1354 | 2024-09-25T16:45:35.194Z | Compiling clap v4.5.18 |
1355 | 2024-09-25T16:45:35.315Z | Compiling hickory-proto v0.24.1 |
1356 | 2024-09-25T16:45:35.909Z | Compiling predicates v3.1.2 |
1357 | 2024-09-25T16:45:37.667Z | Compiling nom v7.1.3 |
1358 | 2024-09-25T16:45:38.279Z | Compiling string_cache v0.8.7 |
1359 | 2024-09-25T16:45:38.771Z | Compiling console v0.15.8 |
1360 | 2024-09-25T16:45:38.950Z | Compiling similar v2.6.0 |
1361 | 2024-09-25T16:45:40.188Z | Compiling petgraph v0.6.5 |
1362 | 2024-09-25T16:45:40.244Z | Compiling signal-hook-mio v0.2.4 |
1363 | 2024-09-25T16:45:40.428Z | Compiling usdt v0.5.0 |
1364 | 2024-09-25T16:45:40.914Z | Compiling rsa v0.9.6 |
1365 | 2024-09-25T16:45:41.330Z | Compiling ecdsa v0.16.9 |
1366 | 2024-09-25T16:45:41.414Z | Compiling futures v0.3.30 |
1367 | 2024-09-25T16:45:41.434Z | Compiling ed25519-dalek v2.1.1 |
1368 | 2024-09-25T16:45:41.533Z | Compiling flate2 v1.0.33 |
1369 | 2024-09-25T16:45:42.173Z | Compiling toml v0.7.8 |
1370 | 2024-09-25T16:45:42.724Z | Compiling hyper-util v0.1.7 |
1371 | 2024-09-25T16:45:43.098Z | Compiling itertools v0.10.5 |
1372 | 2024-09-25T16:45:43.316Z | Compiling itertools v0.12.1 |
1373 | 2024-09-25T16:45:43.841Z | Compiling tokio-stream v0.1.15 |
1374 | 2024-09-25T16:45:44.106Z | Compiling openapiv3 v2.0.0 |
1375 | 2024-09-25T16:45:44.836Z | Compiling hex v0.4.3 |
1376 | 2024-09-25T16:45:45.433Z | Compiling x509-cert v0.2.5 |
1377 | 2024-09-25T16:45:45.450Z | Compiling sha1 v0.10.6 |
1378 | 2024-09-25T16:45:45.656Z | Compiling crossbeam-epoch v0.9.18 |
1379 | 2024-09-25T16:45:45.872Z | Compiling dirs-sys-next v0.1.2 |
1380 | 2024-09-25T16:45:45.951Z | Compiling lalrpop-util v0.19.12 |
1381 | 2024-09-25T16:45:46.302Z | Compiling peg-runtime v0.8.3 |
1382 | 2024-09-25T16:45:46.397Z | Compiling unicode-xid v0.2.4 |
1383 | 2024-09-25T16:45:46.460Z | Compiling dirs-next v2.0.0 |
1384 | 2024-09-25T16:45:46.507Z | Compiling thread_local v1.1.8 |
1385 | 2024-09-25T16:45:46.564Z | Compiling slog-async v2.8.0 |
1386 | 2024-09-25T16:45:46.646Z | Compiling term v0.7.0 |
1387 | 2024-09-25T16:45:46.919Z | Compiling xattr v1.3.1 |
1388 | 2024-09-25T16:45:47.052Z | Compiling strum_macros v0.26.4 |
1389 | 2024-09-25T16:45:47.172Z | Compiling crossbeam-channel v0.5.12 |
1390 | 2024-09-25T16:45:47.191Z | Compiling filetime v0.2.25 |
1391 | 2024-09-25T16:45:47.502Z | Compiling is-terminal v0.4.12 |
1392 | 2024-09-25T16:45:47.632Z | Compiling take_mut v0.2.2 |
1393 | 2024-09-25T16:45:47.791Z | Compiling slog-term v2.9.1 |
1394 | 2024-09-25T16:45:48.248Z | Compiling tar v0.4.41 |
1395 | 2024-09-25T16:45:48.444Z | Compiling camino v1.1.9 |
1396 | 2024-09-25T16:45:49.640Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1397 | 2024-09-25T16:45:50.433Z | Compiling strum v0.26.3 |
1398 | 2024-09-25T16:45:50.508Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1399 | 2024-09-25T16:45:55.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
1400 | 2024-09-25T16:45:55.432Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1401 | 2024-09-25T16:45:55.476Z | Sep 25 16:45:54.782 INFO Starting download, target: Clickhouse |
1402 | 2024-09-25T16:45:55.477Z | Sep 25 16:45:54.782 INFO Starting download, target: Cockroach |
1403 | 2024-09-25T16:45:55.477Z | Sep 25 16:45:54.782 INFO Starting download, target: Console |
1404 | 2024-09-25T16:45:55.477Z | Sep 25 16:45:54.782 INFO Starting download, target: DendriteOpenapi |
1405 | 2024-09-25T16:45:55.479Z | Sep 25 16:45:54.782 INFO Starting download, target: DendriteStub |
1406 | 2024-09-25T16:45:55.479Z | Sep 25 16:45:54.782 INFO Starting download, target: MaghemiteMgd |
1407 | 2024-09-25T16:45:55.479Z | Sep 25 16:45:54.782 INFO Starting download, target: TransceiverControl |
1408 | 2024-09-25T16:45:55.479Z | Sep 25 16:45:54.783 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1409 | 2024-09-25T16:45:55.479Z | Sep 25 16:45:54.783 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1410 | 2024-09-25T16:45:55.479Z | Sep 25 16:45:54.783 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1411 | 2024-09-25T16:45:55.479Z | Sep 25 16:45:54.783 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1412 | 2024-09-25T16:45:55.480Z | Sep 25 16:45:54.783 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1413 | 2024-09-25T16:45:55.480Z | Sep 25 16:45:54.783 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1414 | 2024-09-25T16:45:55.480Z | Sep 25 16:45:54.783 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1415 | 2024-09-25T16:45:55.637Z | Sep 25 16:45:54.943 INFO Download complete, target: DendriteOpenapi |
1416 | 2024-09-25T16:45:55.943Z | Sep 25 16:45:55.246 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1417 | 2024-09-25T16:45:56.106Z | Sep 25 16:45:55.411 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1418 | 2024-09-25T16:45:56.223Z | Sep 25 16:45:55.528 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1419 | 2024-09-25T16:45:56.355Z | Sep 25 16:45:55.661 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1420 | 2024-09-25T16:45:56.480Z | Sep 25 16:45:55.785 INFO Download complete, target: Console |
1421 | 2024-09-25T16:45:56.666Z | Sep 25 16:45:55.972 INFO Download complete, target: TransceiverControl |
1422 | 2024-09-25T16:45:57.349Z | Sep 25 16:45:56.654 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1423 | 2024-09-25T16:45:57.349Z | Sep 25 16:45:56.654 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1424 | 2024-09-25T16:45:59.185Z | Sep 25 16:45:58.490 INFO Download complete, target: DendriteStub |
1425 | 2024-09-25T16:45:59.512Z | Sep 25 16:45:58.817 INFO Download complete, target: MaghemiteMgd |
1426 | 2024-09-25T16:45:59.619Z | Sep 25 16:45:58.924 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1427 | 2024-09-25T16:46:05.479Z | Sep 25 16:46:04.783 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1428 | 2024-09-25T16:46:05.792Z | Sep 25 16:46:05.097 INFO Checking that binary works, target: Cockroach |
1429 | 2024-09-25T16:46:05.947Z | Sep 25 16:46:05.252 INFO Download complete, target: Cockroach |
1430 | 2024-09-25T16:46:13.184Z | Sep 25 16:46:12.488 INFO Checking that binary works, target: Clickhouse |
1431 | 2024-09-25T16:46:13.323Z | Sep 25 16:46:12.627 INFO Download complete, target: Clickhouse |
1432 | 2024-09-25T16:46:13.330Z | All prerequisites installed successfully |
1433 | 2024-09-25T16:46:13.333Z | |
1434 | 2024-09-25T16:46:13.333Z | real 4:08.940849041 |
1435 | 2024-09-25T16:46:13.333Z | user 11:51.315815944 |
1436 | 2024-09-25T16:46:13.333Z | sys 2:29.316229927 |
1437 | 2024-09-25T16:46:13.333Z | trap 0.405806669 |
1438 | 2024-09-25T16:46:13.333Z | tflt 1.502110216 |
1439 | 2024-09-25T16:46:13.333Z | dflt 1.504772494 |
1440 | 2024-09-25T16:46:13.333Z | kflt 0.020943108 |
1441 | 2024-09-25T16:46:13.333Z | lock 23:23.132321731 |
1442 | 2024-09-25T16:46:13.333Z | slp 46:34.981888997 |
1443 | 2024-09-25T16:46:13.333Z | lat 45.030404944 |
1444 | 2024-09-25T16:46:13.333Z | stop 1:54.241719265 |
1445 | 2024-09-25T16:46:13.333Z | + ptime -m cargo xtask download softnpu |
1446 | 2024-09-25T16:46:13.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1447 | 2024-09-25T16:46:13.911Z | Running `target/debug/xtask download softnpu` |
1448 | 2024-09-25T16:46:14.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1449 | 2024-09-25T16:46:14.787Z | Running `target/debug/xtask-downloader softnpu` |
1450 | 2024-09-25T16:46:14.819Z | Sep 25 16:46:14.122 INFO Starting download, target: Softnpu |
1451 | 2024-09-25T16:46:14.821Z | Sep 25 16:46:14.123 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1452 | 2024-09-25T16:46:15.975Z | Sep 25 16:46:15.278 INFO Download complete, target: Softnpu |
1453 | 2024-09-25T16:46:15.981Z | |
1454 | 2024-09-25T16:46:15.981Z | real 2.641780099 |
1455 | 2024-09-25T16:46:15.981Z | user 1.232027115 |
1456 | 2024-09-25T16:46:15.981Z | sys 0.552237676 |
1457 | 2024-09-25T16:46:15.981Z | trap 0.000388892 |
1458 | 2024-09-25T16:46:15.981Z | tflt 0.000009718 |
1459 | 2024-09-25T16:46:15.981Z | dflt 0.000000000 |
1460 | 2024-09-25T16:46:15.984Z | kflt 0.000000000 |
1461 | 2024-09-25T16:46:15.984Z | lock 12.216892250 |
1462 | 2024-09-25T16:46:15.984Z | slp 1.209111376 |
1463 | 2024-09-25T16:46:15.984Z | lat 0.078634421 |
1464 | 2024-09-25T16:46:15.984Z | stop 0.000388364 |
1465 | 2024-09-25T16:46:15.984Z | + export CARGO_INCREMENTAL=0 |
1466 | 2024-09-25T16:46:15.984Z | + CARGO_INCREMENTAL=0 |
1467 | 2024-09-25T16:46:15.984Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1468 | 2024-09-25T16:46:16.970Z | Compiling proc-macro2 v1.0.86 |
1469 | 2024-09-25T16:46:16.970Z | Compiling unicode-ident v1.0.12 |
1470 | 2024-09-25T16:46:16.970Z | Compiling libc v0.2.158 |
1471 | 2024-09-25T16:46:16.970Z | Compiling serde v1.0.208 |
1472 | 2024-09-25T16:46:16.973Z | Compiling version_check v0.9.5 |
1473 | 2024-09-25T16:46:16.973Z | Compiling autocfg v1.3.0 |
1474 | 2024-09-25T16:46:16.973Z | Compiling cfg-if v1.0.0 |
1475 | 2024-09-25T16:46:16.973Z | Compiling once_cell v1.19.0 |
1476 | 2024-09-25T16:46:17.239Z | Compiling typenum v1.17.0 |
1477 | 2024-09-25T16:46:17.258Z | Compiling memchr v2.7.2 |
1478 | 2024-09-25T16:46:17.657Z | Compiling generic-array v0.14.7 |
1479 | 2024-09-25T16:46:17.839Z | Compiling lock_api v0.4.12 |
1480 | 2024-09-25T16:46:17.926Z | Compiling ahash v0.8.11 |
1481 | 2024-09-25T16:46:18.140Z | Compiling parking_lot_core v0.9.10 |
1482 | 2024-09-25T16:46:18.158Z | Compiling byteorder v1.5.0 |
1483 | 2024-09-25T16:46:18.269Z | Compiling serde_json v1.0.125 |
1484 | 2024-09-25T16:46:18.585Z | Compiling quote v1.0.36 |
1485 | 2024-09-25T16:46:18.602Z | Compiling libm v0.2.8 |
1486 | 2024-09-25T16:46:18.620Z | Compiling num-traits v0.2.19 |
1487 | 2024-09-25T16:46:18.914Z | Compiling getrandom v0.2.14 |
1488 | 2024-09-25T16:46:18.957Z | Compiling syn v2.0.74 |
1489 | 2024-09-25T16:46:19.152Z | Compiling jobserver v0.1.32 |
1490 | 2024-09-25T16:46:19.232Z | Compiling scopeguard v1.2.0 |
1491 | 2024-09-25T16:46:19.253Z | Compiling value-bag v1.9.0 |
1492 | 2024-09-25T16:46:19.370Z | Compiling thiserror v1.0.63 |
1493 | 2024-09-25T16:46:19.507Z | Compiling cc v1.0.97 |
1494 | 2024-09-25T16:46:19.849Z | Compiling log v0.4.21 |
1495 | 2024-09-25T16:46:19.867Z | Compiling itoa v1.0.11 |
1496 | 2024-09-25T16:46:19.905Z | Compiling slab v0.4.9 |
1497 | 2024-09-25T16:46:19.931Z | Compiling rand_core v0.6.4 |
1498 | 2024-09-25T16:46:20.209Z | Compiling allocator-api2 v0.2.18 |
1499 | 2024-09-25T16:46:20.605Z | Compiling semver v1.0.23 |
1500 | 2024-09-25T16:46:21.098Z | Compiling pin-project-lite v0.2.14 |
1501 | 2024-09-25T16:46:21.194Z | Compiling smallvec v1.13.2 |
1502 | 2024-09-25T16:46:21.293Z | Compiling equivalent v1.0.1 |
1503 | 2024-09-25T16:46:21.410Z | Compiling const-oid v0.9.6 |
1504 | 2024-09-25T16:46:21.442Z | Compiling subtle v2.5.0 |
1505 | 2024-09-25T16:46:21.588Z | Compiling signal-hook-registry v1.4.2 |
1506 | 2024-09-25T16:46:21.699Z | Compiling ryu v1.0.18 |
1507 | 2024-09-25T16:46:22.070Z | Compiling parking_lot v0.12.2 |
1508 | 2024-09-25T16:46:22.279Z | Compiling mio v1.0.2 |
1509 | 2024-09-25T16:46:22.644Z | Compiling socket2 v0.5.7 |
1510 | 2024-09-25T16:46:22.824Z | Compiling ring v0.17.8 |
1511 | 2024-09-25T16:46:22.839Z | Compiling vcpkg v0.2.15 |
1512 | 2024-09-25T16:46:23.037Z | Compiling schemars v0.8.21 |
1513 | 2024-09-25T16:46:23.310Z | Compiling pkg-config v0.3.30 |
1514 | 2024-09-25T16:46:23.809Z | Compiling spin v0.9.8 |
1515 | 2024-09-25T16:46:24.152Z | Compiling httparse v1.8.0 |
1516 | 2024-09-25T16:46:24.491Z | Compiling fnv v1.0.7 |
1517 | 2024-09-25T16:46:24.537Z | Compiling openssl-sys v0.9.103 |
1518 | 2024-09-25T16:46:24.647Z | Compiling futures-core v0.3.30 |
1519 | 2024-09-25T16:46:25.658Z | Compiling syn v1.0.109 |
1520 | 2024-09-25T16:46:26.163Z | Compiling futures-sink v0.3.30 |
1521 | 2024-09-25T16:46:26.280Z | Compiling heck v0.5.0 |
1522 | 2024-09-25T16:46:26.515Z | Compiling serde_derive_internals v0.29.1 |
1523 | 2024-09-25T16:46:26.692Z | Compiling cpufeatures v0.2.12 |
1524 | 2024-09-25T16:46:26.782Z | Compiling num-conv v0.1.0 |
1525 | 2024-09-25T16:46:26.799Z | Compiling time-core v0.1.2 |
1526 | 2024-09-25T16:46:27.053Z | Compiling time-macros v0.2.18 |
1527 | 2024-09-25T16:46:27.151Z | Compiling rustix v0.38.34 |
1528 | 2024-09-25T16:46:27.259Z | Compiling openssl v0.10.66 |
1529 | 2024-09-25T16:46:27.620Z | Compiling crossbeam-utils v0.8.19 |
1530 | 2024-09-25T16:46:27.653Z | Compiling futures-channel v0.3.30 |
1531 | 2024-09-25T16:46:28.033Z | Compiling rustls v0.21.12 |
1532 | 2024-09-25T16:46:28.137Z | Compiling futures-io v0.3.30 |
1533 | 2024-09-25T16:46:28.163Z | Compiling futures-task v0.3.30 |
1534 | 2024-09-25T16:46:28.179Z | Compiling native-tls v0.2.11 |
1535 | 2024-09-25T16:46:28.304Z | Compiling iana-time-zone v0.1.60 |
1536 | 2024-09-25T16:46:28.475Z | Compiling pin-utils v0.1.0 |
1537 | 2024-09-25T16:46:28.493Z | Compiling tinyvec_macros v0.1.1 |
1538 | 2024-09-25T16:46:28.571Z | Compiling tinyvec v1.6.0 |
1539 | 2024-09-25T16:46:28.937Z | Compiling base64ct v1.6.0 |
1540 | 2024-09-25T16:46:29.384Z | Compiling ucd-trie v0.1.6 |
1541 | 2024-09-25T16:46:29.453Z | Compiling pem-rfc7468 v0.7.0 |
1542 | 2024-09-25T16:46:29.856Z | Compiling backtrace v0.3.71 |
1543 | 2024-09-25T16:46:29.875Z | Compiling tracing-core v0.1.32 |
1544 | 2024-09-25T16:46:30.004Z | Compiling unicode-normalization v0.1.23 |
1545 | 2024-09-25T16:46:30.071Z | Compiling cookie v0.17.0 |
1546 | 2024-09-25T16:46:30.314Z | Compiling unicode-bidi v0.3.15 |
1547 | 2024-09-25T16:46:30.395Z | Compiling flagset v0.4.5 |
1548 | 2024-09-25T16:46:30.616Z | Compiling slog v2.7.0 |
1549 | 2024-09-25T16:46:31.016Z | Compiling aho-corasick v1.1.3 |
1550 | 2024-09-25T16:46:31.133Z | Compiling regex-syntax v0.8.4 |
1551 | 2024-09-25T16:46:31.645Z | Compiling serde_derive v1.0.208 |
1552 | 2024-09-25T16:46:32.093Z | Compiling zeroize_derive v1.4.2 |
1553 | 2024-09-25T16:46:32.374Z | Compiling zerocopy-derive v0.7.34 |
1554 | 2024-09-25T16:46:33.482Z | Compiling tokio-macros v2.4.0 |
1555 | 2024-09-25T16:46:34.229Z | Compiling zerocopy v0.7.34 |
1556 | 2024-09-25T16:46:34.337Z | Compiling thiserror-impl v1.0.63 |
1557 | 2024-09-25T16:46:34.903Z | Compiling zeroize v1.8.1 |
1558 | 2024-09-25T16:46:35.574Z | Compiling futures-macro v0.3.30 |
1559 | 2024-09-25T16:46:36.453Z | Compiling hashbrown v0.14.5 |
1560 | 2024-09-25T16:46:36.589Z | Compiling crypto-common v0.1.6 |
1561 | 2024-09-25T16:46:36.782Z | Compiling tracing-attributes v0.1.27 |
1562 | 2024-09-25T16:46:37.437Z | Compiling der_derive v0.7.2 |
1563 | 2024-09-25T16:46:37.788Z | Compiling block-buffer v0.10.4 |
1564 | 2024-09-25T16:46:38.025Z | Compiling digest v0.10.7 |
1565 | 2024-09-25T16:46:38.188Z | Compiling schemars_derive v0.8.21 |
1566 | 2024-09-25T16:46:39.123Z | Compiling hmac v0.12.1 |
1567 | 2024-09-25T16:46:39.344Z | Compiling block-padding v0.3.3 |
1568 | 2024-09-25T16:46:39.547Z | Compiling inout v0.1.3 |
1569 | 2024-09-25T16:46:39.572Z | Compiling openssl-macros v0.1.1 |
1570 | 2024-09-25T16:46:39.768Z | Compiling cipher v0.4.4 |
1571 | 2024-09-25T16:46:39.789Z | Compiling sha2 v0.10.8 |
1572 | 2024-09-25T16:46:40.185Z | Compiling futures-util v0.3.30 |
1573 | 2024-09-25T16:46:40.219Z | Compiling scroll_derive v0.12.0 |
1574 | 2024-09-25T16:46:40.482Z | Compiling pest v2.7.10 |
1575 | 2024-09-25T16:46:40.949Z | Compiling tracing v0.1.40 |
1576 | 2024-09-25T16:46:41.283Z | Compiling der v0.7.9 |
1577 | 2024-09-25T16:46:41.786Z | Compiling salsa20 v0.10.2 |
1578 | 2024-09-25T16:46:41.846Z | Compiling pbkdf2 v0.12.2 |
1579 | 2024-09-25T16:46:42.021Z | Compiling regex-automata v0.4.6 |
1580 | 2024-09-25T16:46:43.387Z | Compiling pest_meta v2.7.10 |
1581 | 2024-09-25T16:46:43.443Z | Compiling spki v0.7.3 |
1582 | 2024-09-25T16:46:43.790Z | Compiling winnow v0.5.40 |
1583 | 2024-09-25T16:46:44.216Z | Compiling untrusted v0.9.0 |
1584 | 2024-09-25T16:46:44.394Z | Compiling dyn-clone v1.0.17 |
1585 | 2024-09-25T16:46:44.585Z | Compiling bytes v1.7.2 |
1586 | 2024-09-25T16:46:44.830Z | Compiling indexmap v2.4.0 |
1587 | 2024-09-25T16:46:46.714Z | Compiling tokio v1.39.3 |
1588 | 2024-09-25T16:46:46.929Z | Compiling rustc_version v0.4.0 |
1589 | 2024-09-25T16:46:47.543Z | Compiling bitflags v2.6.0 |
1590 | 2024-09-25T16:46:47.567Z | Compiling uuid v1.10.0 |
1591 | 2024-09-25T16:46:48.110Z | Compiling serde_tokenstream v0.2.2 |
1592 | 2024-09-25T16:46:48.670Z | Compiling chrono v0.4.38 |
1593 | 2024-09-25T16:46:49.208Z | Compiling serde_spanned v0.6.7 |
1594 | 2024-09-25T16:46:49.413Z | Compiling toml_datetime v0.6.8 |
1595 | 2024-09-25T16:46:49.601Z | Compiling http v0.2.12 |
1596 | 2024-09-25T16:46:49.854Z | Compiling pest_generator v2.7.10 |
1597 | 2024-09-25T16:46:51.929Z | Compiling anyhow v1.0.89 |
1598 | 2024-09-25T16:46:52.480Z | Compiling pest_derive v2.7.10 |
1599 | 2024-09-25T16:46:52.641Z | Compiling toml_edit v0.19.15 |
1600 | 2024-09-25T16:46:54.017Z | Compiling scrypt v0.11.0 |
1601 | 2024-09-25T16:46:54.499Z | Compiling aes v0.8.4 |
1602 | 2024-09-25T16:46:55.666Z | Compiling tokio-util v0.7.11 |
1603 | 2024-09-25T16:46:56.950Z | Compiling cbc v0.1.2 |
1604 | 2024-09-25T16:46:57.119Z | Compiling usdt-impl v0.5.0 |
1605 | 2024-09-25T16:46:57.168Z | Compiling rustversion v1.0.17 |
1606 | 2024-09-25T16:46:57.470Z | Compiling pkcs5 v0.7.1 |
1607 | 2024-09-25T16:46:57.902Z | Compiling heapless v0.7.17 |
1608 | 2024-09-25T16:46:58.328Z | Compiling scroll v0.12.0 |
1609 | 2024-09-25T16:46:58.919Z | Compiling plain v0.2.3 |
1610 | 2024-09-25T16:46:59.076Z | Compiling percent-encoding v2.3.1 |
1611 | 2024-09-25T16:46:59.362Z | Compiling heck v0.4.1 |
1612 | 2024-09-25T16:46:59.765Z | Compiling powerfmt v0.2.0 |
1613 | 2024-09-25T16:46:59.914Z | Compiling ppv-lite86 v0.2.17 |
1614 | 2024-09-25T16:47:00.222Z | Compiling deranged v0.3.11 |
1615 | 2024-09-25T16:47:00.465Z | Compiling goblin v0.8.2 |
1616 | 2024-09-25T16:47:00.587Z | Compiling rand_chacha v0.3.1 |
1617 | 2024-09-25T16:47:01.559Z | Compiling pkcs8 v0.10.2 |
1618 | 2024-09-25T16:47:02.212Z | Compiling regex v1.10.6 |
1619 | 2024-09-25T16:47:02.557Z | Compiling try-lock v0.2.5 |
1620 | 2024-09-25T16:47:02.957Z | Compiling pretty-hex v0.4.1 |
1621 | 2024-09-25T16:47:03.038Z | Compiling num_threads v0.1.7 |
1622 | 2024-09-25T16:47:03.120Z | Compiling crc32fast v1.4.0 |
1623 | 2024-09-25T16:47:03.150Z | Compiling strsim v0.11.1 |
1624 | 2024-09-25T16:47:03.322Z | Compiling time v0.3.36 |
1625 | 2024-09-25T16:47:03.558Z | Compiling want v0.3.1 |
1626 | 2024-09-25T16:47:04.082Z | Compiling rand v0.8.5 |
1627 | 2024-09-25T16:47:04.523Z | Compiling dtrace-parser v0.2.0 |
1628 | 2024-09-25T16:47:05.560Z | Compiling curve25519-dalek v4.1.3 |
1629 | 2024-09-25T16:47:05.974Z | Compiling pin-project-internal v1.1.5 |
1630 | 2024-09-25T16:47:06.248Z | Compiling dof v0.3.0 |
1631 | 2024-09-25T16:47:06.971Z | Compiling async-trait v0.1.82 |
1632 | 2024-09-25T16:47:07.644Z | Compiling thread-id v4.2.1 |
1633 | 2024-09-25T16:47:07.969Z | Compiling httpdate v1.0.3 |
1634 | 2024-09-25T16:47:08.186Z | Compiling foreign-types-shared v0.1.1 |
1635 | 2024-09-25T16:47:08.297Z | Compiling tower-service v0.3.2 |
1636 | 2024-09-25T16:47:08.431Z | Compiling signal-hook v0.3.17 |
1637 | 2024-09-25T16:47:08.717Z | Compiling num-bigint-dig v0.8.4 |
1638 | 2024-09-25T16:47:08.832Z | Compiling unicode-width v0.1.13 |
1639 | 2024-09-25T16:47:09.016Z | Compiling smoltcp v0.9.1 |
1640 | 2024-09-25T16:47:09.039Z | Compiling foreign-types v0.3.2 |
1641 | 2024-09-25T16:47:09.613Z | Compiling form_urlencoded v1.2.1 |
1642 | 2024-09-25T16:47:10.619Z | Compiling errno v0.3.9 |
1643 | 2024-09-25T16:47:10.676Z | Compiling siphasher v0.3.11 |
1644 | 2024-09-25T16:47:11.872Z | Compiling rustls-webpki v0.101.7 |
1645 | 2024-09-25T16:47:12.611Z | Compiling sct v0.7.1 |
1646 | 2024-09-25T16:47:12.918Z | Compiling http-body v0.4.6 |
1647 | 2024-09-25T16:47:13.008Z | Compiling h2 v0.3.26 |
1648 | 2024-09-25T16:47:14.394Z | Compiling openapiv3 v2.0.0 |
1649 | 2024-09-25T16:47:14.756Z | Compiling http v1.1.0 |
1650 | 2024-09-25T16:47:15.884Z | Compiling hubpack_derive v0.1.1 |
1651 | 2024-09-25T16:47:15.904Z | Compiling signature v2.2.0 |
1652 | 2024-09-25T16:47:16.144Z | Compiling zerocopy-derive v0.6.6 |
1653 | 2024-09-25T16:47:16.740Z | Compiling curve25519-dalek-derive v0.1.1 |
1654 | 2024-09-25T16:47:17.180Z | Compiling idna v0.5.0 |
1655 | 2024-09-25T16:47:18.328Z | Compiling fs-err v2.11.0 |
1656 | 2024-09-25T16:47:18.527Z | Compiling utf8parse v0.2.1 |
1657 | 2024-09-25T16:47:18.544Z | Compiling adler v1.0.2 |
1658 | 2024-09-25T16:47:18.825Z | Compiling stable_deref_trait v1.2.0 |
1659 | 2024-09-25T16:47:18.843Z | Compiling anstyle v1.0.8 |
1660 | 2024-09-25T16:47:18.940Z | Compiling openssl-probe v0.1.5 |
1661 | 2024-09-25T16:47:19.071Z | Compiling finl_unicode v1.2.0 |
1662 | 2024-09-25T16:47:19.293Z | Compiling gimli v0.28.1 |
1663 | 2024-09-25T16:47:19.643Z | Compiling stringprep v0.1.4 |
1664 | 2024-09-25T16:47:20.196Z | Compiling hyper v0.14.30 |
1665 | 2024-09-25T16:47:25.722Z | Compiling addr2line v0.21.0 |
1666 | 2024-09-25T16:47:25.972Z | Compiling miniz_oxide v0.7.2 |
1667 | 2024-09-25T16:47:26.568Z | Compiling anstyle-parse v0.2.4 |
1668 | 2024-09-25T16:47:27.333Z | Compiling url v2.5.2 |
1669 | 2024-09-25T16:47:32.757Z | Compiling usdt-attr-macro v0.5.0 |
1670 | 2024-09-25T16:47:33.290Z | Compiling usdt-macro v0.5.0 |
1671 | 2024-09-25T16:47:34.891Z | Compiling md-5 v0.10.6 |
1672 | 2024-09-25T16:47:35.133Z | Compiling idna v0.3.0 |
1673 | 2024-09-25T16:47:36.670Z | Compiling lazy_static v1.5.0 |
1674 | 2024-09-25T16:47:36.801Z | Compiling num-integer v0.1.46 |
1675 | 2024-09-25T16:47:37.532Z | Compiling ff v0.13.0 |
1676 | 2024-09-25T16:47:37.831Z | Compiling hash32 v0.2.1 |
1677 | 2024-09-25T16:47:38.200Z | Compiling object v0.32.2 |
1678 | 2024-09-25T16:47:38.253Z | Compiling colorchoice v1.0.1 |
1679 | 2024-09-25T16:47:38.413Z | Compiling fallible-iterator v0.2.0 |
1680 | 2024-09-25T16:47:39.045Z | Compiling anstyle-query v1.0.3 |
1681 | 2024-09-25T16:47:39.308Z | Compiling base16ct v0.2.0 |
1682 | 2024-09-25T16:47:39.585Z | Compiling rustc-demangle v0.1.24 |
1683 | 2024-09-25T16:47:39.601Z | Compiling base64 v0.22.1 |
1684 | 2024-09-25T16:47:39.729Z | Compiling is_terminal_polyfill v1.70.0 |
1685 | 2024-09-25T16:47:40.061Z | Compiling atomic-waker v1.1.2 |
1686 | 2024-09-25T16:47:40.241Z | Compiling psl-types v2.0.11 |
1687 | 2024-09-25T16:47:40.288Z | Compiling h2 v0.4.6 |
1688 | 2024-09-25T16:47:40.438Z | Compiling publicsuffix v2.2.3 |
1689 | 2024-09-25T16:47:40.698Z | Compiling postgres-protocol v0.6.7 |
1690 | 2024-09-25T16:47:41.886Z | Compiling anstream v0.6.14 |
1691 | 2024-09-25T16:47:42.525Z | Compiling sec1 v0.7.3 |
1692 | 2024-09-25T16:47:43.735Z | Compiling group v0.13.0 |
1693 | 2024-09-25T16:47:44.043Z | Compiling num-iter v0.1.45 |
1694 | 2024-09-25T16:47:45.114Z | Compiling tokio-rustls v0.24.1 |
1695 | 2024-09-25T16:47:46.458Z | Compiling terminal_size v0.3.0 |
1696 | 2024-09-25T16:47:46.660Z | Compiling tokio-native-tls v0.3.1 |
1697 | 2024-09-25T16:47:47.659Z | Compiling http-body v1.0.0 |
1698 | 2024-09-25T16:47:47.893Z | Compiling phf_shared v0.11.2 |
1699 | 2024-09-25T16:47:48.356Z | Compiling pin-project v1.1.5 |
1700 | 2024-09-25T16:47:48.668Z | Compiling strum_macros v0.25.3 |
1701 | 2024-09-25T16:47:48.737Z | Compiling enum-as-inner v0.6.0 |
1702 | 2024-09-25T16:47:49.797Z | Compiling hkdf v0.12.4 |
1703 | 2024-09-25T16:47:49.810Z | Compiling regress v0.9.1 |
1704 | 2024-09-25T16:47:49.955Z | Compiling crypto-bigint v0.5.5 |
1705 | 2024-09-25T16:47:52.260Z | Compiling clap_derive v4.5.18 |
1706 | 2024-09-25T16:47:53.198Z | Compiling serde_repr v0.1.19 |
1707 | 2024-09-25T16:47:54.250Z | Compiling encoding_rs v0.8.34 |
1708 | 2024-09-25T16:47:54.487Z | Compiling either v1.13.0 |
1709 | 2024-09-25T16:47:54.920Z | Compiling ipnet v2.9.0 |
1710 | 2024-09-25T16:47:55.917Z | Compiling clap_lex v0.7.0 |
1711 | 2024-09-25T16:47:56.146Z | Compiling tower-layer v0.3.2 |
1712 | 2024-09-25T16:47:56.368Z | Compiling managed v0.8.0 |
1713 | 2024-09-25T16:47:56.451Z | Compiling bitflags v1.3.2 |
1714 | 2024-09-25T16:47:56.773Z | Compiling base64 v0.21.7 |
1715 | 2024-09-25T16:47:56.926Z | Compiling mime v0.3.17 |
1716 | 2024-09-25T16:47:57.431Z | Compiling adler2 v2.0.0 |
1717 | 2024-09-25T16:47:57.935Z | Compiling miniz_oxide v0.8.0 |
1718 | 2024-09-25T16:47:58.050Z | Compiling rustls-pemfile v1.0.4 |
1719 | 2024-09-25T16:47:58.423Z | Compiling tower v0.4.13 |
1720 | 2024-09-25T16:47:59.254Z | Compiling clap_builder v4.5.18 |
1721 | 2024-09-25T16:48:00.551Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1722 | 2024-09-25T16:48:02.965Z | Compiling elliptic-curve v0.13.8 |
1723 | 2024-09-25T16:48:05.246Z | Compiling phf v0.11.2 |
1724 | 2024-09-25T16:48:05.562Z | Compiling hyper v1.4.1 |
1725 | 2024-09-25T16:48:05.629Z | Compiling hyper-tls v0.5.0 |
1726 | 2024-09-25T16:48:05.954Z | Compiling hyper-rustls v0.24.2 |
1727 | 2024-09-25T16:48:06.299Z | Compiling cookie_store v0.20.0 |
1728 | 2024-09-25T16:48:06.761Z | Compiling postgres-types v0.2.7 |
1729 | 2024-09-25T16:48:07.194Z | Compiling zerocopy v0.6.6 |
1730 | 2024-09-25T16:48:07.574Z | Compiling hubpack v0.1.2 |
1731 | 2024-09-25T16:48:08.011Z | Compiling ed25519 v2.2.3 |
1732 | 2024-09-25T16:48:08.032Z | Compiling phf_shared v0.10.0 |
1733 | 2024-09-25T16:48:08.056Z | Compiling serde_urlencoded v0.7.1 |
1734 | 2024-09-25T16:48:08.123Z | Compiling crossbeam-epoch v0.9.18 |
1735 | 2024-09-25T16:48:08.441Z | Compiling pkcs1 v0.7.5 |
1736 | 2024-09-25T16:48:08.764Z | Compiling bstr v1.9.1 |
1737 | 2024-09-25T16:48:09.260Z | Compiling futures-executor v0.3.30 |
1738 | 2024-09-25T16:48:09.591Z | Compiling serde-big-array v0.5.1 |
1739 | 2024-09-25T16:48:09.710Z | Compiling rfc6979 v0.4.0 |
1740 | 2024-09-25T16:48:09.881Z | Compiling idna v0.4.0 |
1741 | 2024-09-25T16:48:09.898Z | Compiling float-cmp v0.9.0 |
1742 | 2024-09-25T16:48:09.949Z | Compiling mio v0.8.11 |
1743 | 2024-09-25T16:48:10.102Z | Compiling memmap v0.7.0 |
1744 | 2024-09-25T16:48:10.413Z | Compiling normalize-line-endings v0.3.0 |
1745 | 2024-09-25T16:48:10.537Z | Compiling bit-vec v0.6.3 |
1746 | 2024-09-25T16:48:10.950Z | Compiling winnow v0.6.18 |
1747 | 2024-09-25T16:48:10.967Z | Compiling sync_wrapper v0.1.2 |
1748 | 2024-09-25T16:48:11.113Z | Compiling webpki-roots v0.25.4 |
1749 | 2024-09-25T16:48:11.220Z | Compiling difflib v0.4.0 |
1750 | 2024-09-25T16:48:11.290Z | Compiling minimal-lexical v0.2.1 |
1751 | 2024-09-25T16:48:11.783Z | Compiling static_assertions v1.1.0 |
1752 | 2024-09-25T16:48:11.800Z | Compiling precomputed-hash v0.1.1 |
1753 | 2024-09-25T16:48:11.891Z | Compiling data-encoding v2.6.0 |
1754 | 2024-09-25T16:48:11.924Z | Compiling unicode-segmentation v1.11.0 |
1755 | 2024-09-25T16:48:12.694Z | Compiling whoami v1.5.1 |
1756 | 2024-09-25T16:48:13.252Z | Compiling fixedbitset v0.4.2 |
1757 | 2024-09-25T16:48:13.304Z | Compiling predicates-core v1.0.6 |
1758 | 2024-09-25T16:48:13.578Z | Compiling new_debug_unreachable v1.0.6 |
1759 | 2024-09-25T16:48:13.621Z | Compiling petgraph v0.6.5 |
1760 | 2024-09-25T16:48:13.652Z | Compiling string_cache v0.8.7 |
1761 | 2024-09-25T16:48:13.654Z | Compiling predicates v3.1.2 |
1762 | 2024-09-25T16:48:13.678Z | Compiling tokio-postgres v0.7.11 |
1763 | 2024-09-25T16:48:14.044Z | Compiling reqwest v0.11.27 |
1764 | 2024-09-25T16:48:14.507Z | Compiling toml_edit v0.22.20 |
1765 | 2024-09-25T16:48:14.679Z | Compiling hickory-proto v0.24.1 |
1766 | 2024-09-25T16:48:15.042Z | Compiling similar v2.6.0 |
1767 | 2024-09-25T16:48:15.126Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1768 | 2024-09-25T16:48:16.945Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1769 | 2024-09-25T16:48:17.654Z | Compiling nom v7.1.3 |
1770 | 2024-09-25T16:48:18.613Z | Compiling bit-set v0.5.3 |
1771 | 2024-09-25T16:48:18.904Z | Compiling signal-hook-mio v0.2.4 |
1772 | 2024-09-25T16:48:18.922Z | Compiling usdt v0.5.0 |
1773 | 2024-09-25T16:48:19.353Z | Compiling ecdsa v0.16.9 |
1774 | 2024-09-25T16:48:19.831Z | Compiling futures v0.3.30 |
1775 | 2024-09-25T16:48:19.953Z | Compiling rsa v0.9.6 |
1776 | 2024-09-25T16:48:20.923Z | Compiling ed25519-dalek v2.1.1 |
1777 | 2024-09-25T16:48:21.169Z | Compiling hyper-util v0.1.7 |
1778 | 2024-09-25T16:48:21.734Z | Compiling flate2 v1.0.33 |
1779 | 2024-09-25T16:48:22.262Z | Compiling clap v4.5.18 |
1780 | 2024-09-25T16:48:22.510Z | Compiling itertools v0.10.5 |
1781 | 2024-09-25T16:48:23.095Z | Compiling itertools v0.12.1 |
1782 | 2024-09-25T16:48:23.487Z | Compiling console v0.15.8 |
1783 | 2024-09-25T16:48:23.900Z | Compiling tokio-stream v0.1.15 |
1784 | 2024-09-25T16:48:24.740Z | Compiling toml v0.7.8 |
1785 | 2024-09-25T16:48:24.869Z | Compiling hex v0.4.3 |
1786 | 2024-09-25T16:48:24.927Z | Compiling x509-cert v0.2.5 |
1787 | 2024-09-25T16:48:25.323Z | Compiling sha1 v0.10.6 |
1788 | 2024-09-25T16:48:25.697Z | Compiling peg-runtime v0.8.3 |
1789 | 2024-09-25T16:48:26.212Z | Compiling lalrpop-util v0.19.12 |
1790 | 2024-09-25T16:48:26.229Z | Compiling camino v1.1.9 |
1791 | 2024-09-25T16:48:26.398Z | Compiling unicode-xid v0.2.4 |
1792 | 2024-09-25T16:48:26.619Z | Compiling proc-macro-crate v1.3.1 |
1793 | 2024-09-25T16:48:27.419Z | Compiling heapless v0.8.0 |
1794 | 2024-09-25T16:48:28.433Z | Compiling num_enum_derive v0.5.11 |
1795 | 2024-09-25T16:48:29.214Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1796 | 2024-09-25T16:48:30.147Z | Compiling ipnetwork v0.20.0 |
1797 | 2024-09-25T16:48:32.719Z | Compiling hash32 v0.3.1 |
1798 | 2024-09-25T16:48:33.279Z | Compiling ident_case v1.0.1 |
1799 | 2024-09-25T16:48:34.036Z | Compiling smoltcp v0.11.0 |
1800 | 2024-09-25T16:48:35.278Z | Compiling rustls-pki-types v1.7.0 |
1801 | 2024-09-25T16:48:36.600Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1802 | 2024-09-25T16:48:40.707Z | Compiling darling_core v0.20.9 |
1803 | 2024-09-25T16:48:45.472Z | Compiling num_enum v0.5.11 |
1804 | 2024-09-25T16:48:47.336Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1805 | 2024-09-25T16:48:48.017Z | Compiling getopts v0.2.21 |
1806 | 2024-09-25T16:48:49.949Z | Compiling dirs-sys-next v0.1.2 |
1807 | 2024-09-25T16:48:50.579Z | Compiling proc-macro-error-attr v1.0.4 |
1808 | 2024-09-25T16:48:50.898Z | Compiling paste v1.0.15 |
1809 | 2024-09-25T16:48:51.031Z | Compiling embedded-io v0.4.0 |
1810 | 2024-09-25T16:48:51.263Z | Compiling unsafe-libyaml v0.2.11 |
1811 | 2024-09-25T16:48:52.085Z | Compiling cobs v0.2.3 |
1812 | 2024-09-25T16:48:52.522Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1813 | 2024-09-25T16:48:53.451Z | Compiling rustls v0.22.4 |
1814 | 2024-09-25T16:48:56.329Z | Compiling serde_yaml v0.9.34+deprecated |
1815 | 2024-09-25T16:48:58.427Z | Compiling postcard v1.0.8 |
1816 | 2024-09-25T16:48:59.511Z | Compiling dirs-next v2.0.0 |
1817 | 2024-09-25T16:49:00.926Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1818 | 2024-09-25T16:49:06.438Z | Compiling darling_macro v0.20.9 |
1819 | 2024-09-25T16:49:08.078Z | Compiling rustls-webpki v0.102.4 |
1820 | 2024-09-25T16:49:15.409Z | Compiling strum_macros v0.26.4 |
1821 | 2024-09-25T16:49:17.146Z | Compiling foreign-types-macros v0.2.3 |
1822 | 2024-09-25T16:49:17.184Z | Compiling structmeta-derive v0.3.0 |
1823 | 2024-09-25T16:49:17.481Z | Compiling thread_local v1.1.8 |
1824 | 2024-09-25T16:49:18.172Z | Compiling proc-macro-error v1.0.4 |
1825 | 2024-09-25T16:49:18.348Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1826 | 2024-09-25T16:49:18.487Z | Compiling multer v3.1.0 |
1827 | 2024-09-25T16:49:18.762Z | Compiling slog-async v2.8.0 |
1828 | 2024-09-25T16:49:18.824Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1829 | 2024-09-25T16:49:19.630Z | Compiling match_cfg v0.1.0 |
1830 | 2024-09-25T16:49:19.728Z | Compiling foreign-types-shared v0.3.1 |
1831 | 2024-09-25T16:49:19.903Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1832 | 2024-09-25T16:49:24.603Z | Compiling strum v0.26.3 |
1833 | 2024-09-25T16:49:24.772Z | Compiling foreign-types v0.5.0 |
1834 | 2024-09-25T16:49:24.801Z | Compiling structmeta v0.3.0 |
1835 | 2024-09-25T16:49:24.892Z | Compiling hostname v0.3.1 |
1836 | 2024-09-25T16:49:25.563Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1837 | 2024-09-25T16:49:30.768Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1838 | 2024-09-25T16:49:34.138Z | Compiling darling v0.20.9 |
1839 | 2024-09-25T16:49:34.260Z | Compiling term v0.7.0 |
1840 | 2024-09-25T16:49:36.562Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1841 | 2024-09-25T16:49:38.578Z | Compiling slog-json v2.6.1 |
1842 | 2024-09-25T16:49:39.042Z | Compiling tabwriter v1.4.0 |
1843 | 2024-09-25T16:49:39.812Z | Compiling crossbeam-channel v0.5.12 |
1844 | 2024-09-25T16:49:41.780Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1845 | 2024-09-25T16:49:42.587Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1846 | 2024-09-25T16:49:42.620Z | Compiling async-stream-impl v0.3.5 |
1847 | 2024-09-25T16:49:43.466Z | Compiling is-terminal v0.4.12 |
1848 | 2024-09-25T16:49:43.598Z | Compiling cstr-argument v0.1.2 |
1849 | 2024-09-25T16:49:43.851Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1850 | 2024-09-25T16:49:43.906Z | Compiling rayon-core v1.12.1 |
1851 | 2024-09-25T16:49:44.169Z | Compiling crucible-workspace-hack v0.1.0 |
1852 | 2024-09-25T16:49:44.189Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1853 | 2024-09-25T16:49:44.496Z | Compiling take_mut v0.2.2 |
1854 | 2024-09-25T16:49:44.658Z | Compiling pretty-hex v0.2.1 |
1855 | 2024-09-25T16:49:44.886Z | Compiling fastrand v2.1.0 |
1856 | 2024-09-25T16:49:45.004Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1857 | 2024-09-25T16:49:45.402Z | Compiling tempfile v3.10.1 |
1858 | 2024-09-25T16:49:45.632Z | Compiling async-stream v0.3.5 |
1859 | 2024-09-25T16:49:45.668Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1860 | 2024-09-25T16:49:45.733Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1861 | 2024-09-25T16:49:45.927Z | Compiling slog-term v2.9.1 |
1862 | 2024-09-25T16:49:46.379Z | Compiling slog-bunyan v2.5.0 |
1863 | 2024-09-25T16:49:46.724Z | Compiling tokio-rustls v0.25.0 |
1864 | 2024-09-25T16:49:47.016Z | Compiling serde_with_macros v3.9.0 |
1865 | 2024-09-25T16:49:47.264Z | Compiling parse-display-derive v0.10.0 |
1866 | 2024-09-25T16:49:48.226Z | Compiling toml v0.8.19 |
1867 | 2024-09-25T16:49:48.567Z | Compiling rustls-pemfile v2.1.3 |
1868 | 2024-09-25T16:49:49.299Z | Compiling waitgroup v0.1.2 |
1869 | 2024-09-25T16:49:49.546Z | Compiling crossbeam-deque v0.8.5 |
1870 | 2024-09-25T16:49:49.596Z | Compiling colored v2.1.0 |
1871 | 2024-09-25T16:49:49.787Z | Compiling newtype-uuid v1.1.0 |
1872 | 2024-09-25T16:49:49.934Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1873 | 2024-09-25T16:49:50.119Z | Compiling serde_path_to_error v0.1.16 |
1874 | 2024-09-25T16:49:50.905Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1875 | 2024-09-25T16:49:51.116Z | Compiling socket2 v0.4.10 |
1876 | 2024-09-25T16:49:51.160Z | Compiling hostname v0.4.0 |
1877 | 2024-09-25T16:49:51.432Z | Compiling instant v0.1.12 |
1878 | 2024-09-25T16:49:51.621Z | Compiling debug-ignore v1.0.5 |
1879 | 2024-09-25T16:49:51.621Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1880 | 2024-09-25T16:49:51.790Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1881 | 2024-09-25T16:49:51.994Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1882 | 2024-09-25T16:49:52.586Z | Compiling backoff v0.4.0 |
1883 | 2024-09-25T16:49:52.642Z | Compiling parse-display v0.10.0 |
1884 | 2024-09-25T16:49:52.949Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1885 | 2024-09-25T16:49:54.557Z | Compiling serde_with v3.9.0 |
1886 | 2024-09-25T16:49:54.929Z | Compiling zone_cfg_derive v0.3.0 |
1887 | 2024-09-25T16:49:54.996Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1888 | 2024-09-25T16:49:55.717Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1889 | 2024-09-25T16:49:56.305Z | Compiling camino-tempfile v1.1.1 |
1890 | 2024-09-25T16:49:57.059Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1891 | 2024-09-25T16:49:57.159Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1892 | 2024-09-25T16:49:57.333Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1893 | 2024-09-25T16:49:57.538Z | Compiling macaddr v1.0.1 |
1894 | 2024-09-25T16:49:58.184Z | Compiling num-derive v0.4.2 |
1895 | 2024-09-25T16:49:58.855Z | Compiling sigpipe v0.1.3 |
1896 | 2024-09-25T16:49:58.990Z | Compiling libefi-sys v0.1.0 |
1897 | 2024-09-25T16:49:59.292Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1898 | 2024-09-25T16:49:59.655Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1899 | 2024-09-25T16:49:59.722Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1900 | 2024-09-25T16:50:00.233Z | Compiling zone v0.3.0 |
1901 | 2024-09-25T16:50:00.318Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
1902 | 2024-09-25T16:50:00.621Z | Compiling rayon v1.10.0 |
1903 | 2024-09-25T16:50:00.918Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1904 | 2024-09-25T16:50:01.872Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1905 | 2024-09-25T16:50:02.974Z | Compiling smf v0.2.3 |
1906 | 2024-09-25T16:50:03.522Z | Compiling bitfield-struct v0.6.1 |
1907 | 2024-09-25T16:50:04.715Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1908 | 2024-09-25T16:50:04.753Z | Compiling blake3 v1.5.1 |
1909 | 2024-09-25T16:50:04.869Z | Compiling ring v0.16.20 |
1910 | 2024-09-25T16:50:05.111Z | Compiling portable-atomic v1.6.0 |
1911 | 2024-09-25T16:50:05.665Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1912 | 2024-09-25T16:50:06.050Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1913 | 2024-09-25T16:50:06.263Z | Compiling xattr v1.3.1 |
1914 | 2024-09-25T16:50:06.483Z | Compiling filetime v0.2.25 |
1915 | 2024-09-25T16:50:06.503Z | Compiling memmap2 v0.9.4 |
1916 | 2024-09-25T16:50:06.554Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1917 | 2024-09-25T16:50:06.688Z | Compiling arrayvec v0.7.4 |
1918 | 2024-09-25T16:50:06.834Z | Compiling spin v0.5.2 |
1919 | 2024-09-25T16:50:07.045Z | Compiling arrayref v0.3.7 |
1920 | 2024-09-25T16:50:07.089Z | Compiling constant_time_eq v0.3.0 |
1921 | 2024-09-25T16:50:07.143Z | Compiling same-file v1.0.6 |
1922 | 2024-09-25T16:50:07.160Z | Compiling untrusted v0.7.1 |
1923 | 2024-09-25T16:50:07.260Z | Compiling tar v0.4.41 |
1924 | 2024-09-25T16:50:07.361Z | Compiling walkdir v2.5.0 |
1925 | 2024-09-25T16:50:07.409Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1926 | 2024-09-25T16:50:08.911Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1927 | 2024-09-25T16:50:09.786Z | Compiling gethostname v0.5.0 |
1928 | 2024-09-25T16:50:09.914Z | Compiling cargo-platform v0.1.8 |
1929 | 2024-09-25T16:50:09.983Z | Compiling number_prefix v0.4.0 |
1930 | 2024-09-25T16:50:10.235Z | Compiling topological-sort v0.2.2 |
1931 | 2024-09-25T16:50:10.505Z | Compiling cargo_metadata v0.18.1 |
1932 | 2024-09-25T16:50:10.989Z | Compiling indicatif v0.17.8 |
1933 | 2024-09-25T16:50:13.829Z | Compiling omicron-zone-package v0.11.0 |
1934 | 2024-09-25T16:50:18.993Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1935 | 2024-09-25T16:50:19.611Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1936 | 2024-09-25T16:50:21.301Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1937 | 2024-09-25T16:50:39.761Z | Finished `release` profile [optimized] target(s) in 4m 23s |
1938 | 2024-09-25T16:50:39.908Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1939 | 2024-09-25T16:50:39.949Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1940 | 2024-09-25T16:50:39.951Z | Created new build target 'test' and set it as active |
1941 | 2024-09-25T16:50:39.951Z | |
1942 | 2024-09-25T16:50:39.951Z | real 4:23.932386393 |
1943 | 2024-09-25T16:50:39.951Z | user 30:03.057641178 |
1944 | 2024-09-25T16:50:39.951Z | sys 3:45.354595924 |
1945 | 2024-09-25T16:50:39.951Z | trap 0.854067228 |
1946 | 2024-09-25T16:50:39.951Z | tflt 3.107617905 |
1947 | 2024-09-25T16:50:39.951Z | dflt 0.610554651 |
1948 | 2024-09-25T16:50:39.951Z | kflt 0.018897831 |
1949 | 2024-09-25T16:50:39.951Z | lock 1:06:38.365308024 |
1950 | 2024-09-25T16:50:39.951Z | slp 1:56:01.732149022 |
1951 | 2024-09-25T16:50:39.951Z | lat 2:03.186059132 |
1952 | 2024-09-25T16:50:39.951Z | stop 3:38.226153192 |
1953 | 2024-09-25T16:50:39.952Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1954 | 2024-09-25T16:50:40.923Z | Finished `release` profile [optimized] target(s) in 0.92s |
1955 | 2024-09-25T16:50:40.975Z | Running `target/release/omicron-package -t test package` |
1956 | 2024-09-25T16:50:41.016Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1957 | 2024-09-25T16:50:42.149Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1958 | 2024-09-25T16:50:42.149Z | Compiling convert_case v0.4.0 |
1959 | 2024-09-25T16:50:42.149Z | Compiling camino v1.1.9 |
1960 | 2024-09-25T16:50:42.149Z | Compiling newline-converter v0.3.0 |
1961 | 2024-09-25T16:50:42.149Z | Compiling password-hash v0.5.0 |
1962 | 2024-09-25T16:50:42.152Z | Compiling blake2 v0.10.6 |
1963 | 2024-09-25T16:50:42.152Z | Compiling cancel-safe-futures v0.1.5 |
1964 | 2024-09-25T16:50:42.152Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1965 | 2024-09-25T16:50:42.456Z | Compiling expectorate v1.1.0 |
1966 | 2024-09-25T16:50:42.484Z | Compiling derive-where v1.2.7 |
1967 | 2024-09-25T16:50:42.631Z | Compiling libsw v3.3.1 |
1968 | 2024-09-25T16:50:43.071Z | Compiling argon2 v0.5.3 |
1969 | 2024-09-25T16:50:43.074Z | Compiling derive_more v0.99.18 |
1970 | 2024-09-25T16:50:43.076Z | Compiling indent_write v2.2.0 |
1971 | 2024-09-25T16:50:43.199Z | Compiling owo-colors v4.0.0 |
1972 | 2024-09-25T16:50:43.301Z | Compiling linear-map v1.2.0 |
1973 | 2024-09-25T16:50:43.350Z | Compiling swrite v0.1.0 |
1974 | 2024-09-25T16:50:43.484Z | Compiling humantime v2.1.0 |
1975 | 2024-09-25T16:50:43.501Z | Compiling toml v0.8.19 |
1976 | 2024-09-25T16:50:43.699Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1977 | 2024-09-25T16:50:44.261Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1978 | 2024-09-25T16:50:44.316Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1979 | 2024-09-25T16:50:44.438Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1980 | 2024-09-25T16:50:44.709Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1981 | 2024-09-25T16:50:44.932Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1982 | 2024-09-25T16:50:45.039Z | Compiling num-rational v0.4.2 |
1983 | 2024-09-25T16:50:45.385Z | Compiling num-complex v0.4.6 |
1984 | 2024-09-25T16:50:45.579Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1985 | 2024-09-25T16:50:45.951Z | Compiling dirs-sys-next v0.1.2 |
1986 | 2024-09-25T16:50:46.469Z | Compiling num v0.4.3 |
1987 | 2024-09-25T16:50:46.586Z | Compiling dirs-next v2.0.0 |
1988 | 2024-09-25T16:50:46.664Z | Compiling float-ord v0.3.2 |
1989 | 2024-09-25T16:50:46.777Z | Compiling term v0.7.0 |
1990 | 2024-09-25T16:50:46.832Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1991 | 2024-09-25T16:50:47.506Z | Compiling atomicwrites v0.4.4 |
1992 | 2024-09-25T16:50:48.023Z | Compiling utf-8 v0.7.6 |
1993 | 2024-09-25T16:50:48.049Z | Compiling prettyplease v0.2.20 |
1994 | 2024-09-25T16:50:48.365Z | Compiling semver v0.1.20 |
1995 | 2024-09-25T16:50:48.383Z | Compiling is-terminal v0.4.12 |
1996 | 2024-09-25T16:50:48.514Z | Compiling cookie v0.18.1 |
1997 | 2024-09-25T16:50:48.831Z | Compiling rustc_version v0.1.7 |
1998 | 2024-09-25T16:50:48.922Z | Compiling highway v1.2.0 |
1999 | 2024-09-25T16:50:49.243Z | Compiling newtype_derive v0.1.6 |
2000 | 2024-09-25T16:50:49.552Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2001 | 2024-09-25T16:50:49.864Z | Compiling linked-hash-map v0.5.6 |
2002 | 2024-09-25T16:50:50.266Z | Compiling rustls-pki-types v1.7.0 |
2003 | 2024-09-25T16:50:50.297Z | Compiling lru-cache v0.1.2 |
2004 | 2024-09-25T16:50:50.520Z | Compiling steno v0.4.1 |
2005 | 2024-09-25T16:50:50.996Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2006 | 2024-09-25T16:50:51.758Z | Compiling home v0.5.9 |
2007 | 2024-09-25T16:50:52.008Z | Compiling quick-error v1.2.3 |
2008 | 2024-09-25T16:50:52.165Z | Compiling resolv-conf v0.7.0 |
2009 | 2024-09-25T16:50:52.923Z | Compiling rustls-webpki v0.102.4 |
2010 | 2024-09-25T16:50:53.544Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2011 | 2024-09-25T16:50:55.030Z | Compiling rustls v0.22.4 |
2012 | 2024-09-25T16:50:55.058Z | Compiling thread_local v1.1.8 |
2013 | 2024-09-25T16:50:55.532Z | Compiling match_cfg v0.1.0 |
2014 | 2024-09-25T16:50:55.632Z | Compiling hostname v0.3.1 |
2015 | 2024-09-25T16:50:56.319Z | Compiling hickory-resolver v0.24.1 |
2016 | 2024-09-25T16:50:58.748Z | Compiling multer v3.1.0 |
2017 | 2024-09-25T16:50:58.819Z | Compiling slog-async v2.8.0 |
2018 | 2024-09-25T16:50:58.895Z | Compiling slog-json v2.6.1 |
2019 | 2024-09-25T16:50:58.965Z | Compiling crossbeam-channel v0.5.12 |
2020 | 2024-09-25T16:50:59.231Z | Compiling take_mut v0.2.2 |
2021 | 2024-09-25T16:50:59.387Z | Compiling slog-bunyan v2.5.0 |
2022 | 2024-09-25T16:51:00.511Z | Compiling tokio-rustls v0.25.0 |
2023 | 2024-09-25T16:51:00.937Z | Compiling slog-term v2.9.1 |
2024 | 2024-09-25T16:51:01.024Z | Compiling rustls-pemfile v2.1.3 |
2025 | 2024-09-25T16:51:01.470Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2026 | 2024-09-25T16:51:01.541Z | Compiling async-stream v0.3.5 |
2027 | 2024-09-25T16:51:01.835Z | Compiling waitgroup v0.1.2 |
2028 | 2024-09-25T16:51:02.039Z | Compiling newtype-uuid v1.1.0 |
2029 | 2024-09-25T16:51:02.042Z | Compiling ipnetwork v0.20.0 |
2030 | 2024-09-25T16:51:02.339Z | Compiling serde_path_to_error v0.1.16 |
2031 | 2024-09-25T16:51:02.848Z | Compiling hostname v0.4.0 |
2032 | 2024-09-25T16:51:03.073Z | Compiling instant v0.1.12 |
2033 | 2024-09-25T16:51:03.155Z | Compiling debug-ignore v1.0.5 |
2034 | 2024-09-25T16:51:03.230Z | Compiling backoff v0.4.0 |
2035 | 2024-09-25T16:51:03.584Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2036 | 2024-09-25T16:51:04.248Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2037 | 2024-09-25T16:51:04.499Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2038 | 2024-09-25T16:51:04.587Z | Compiling parse-display v0.10.0 |
2039 | 2024-09-25T16:51:05.163Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2040 | 2024-09-25T16:51:05.340Z | Compiling serde_with v3.9.0 |
2041 | 2024-09-25T16:51:06.296Z | Compiling strum v0.26.3 |
2042 | 2024-09-25T16:51:06.483Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2043 | 2024-09-25T16:51:09.205Z | Compiling macaddr v1.0.1 |
2044 | 2024-09-25T16:51:09.345Z | Compiling slog-dtrace v0.3.0 |
2045 | 2024-09-25T16:51:09.908Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2046 | 2024-09-25T16:51:11.336Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2047 | 2024-09-25T16:51:11.498Z | Compiling display-error-chain v0.2.1 |
2048 | 2024-09-25T16:51:11.688Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2049 | 2024-09-25T16:51:11.954Z | Compiling half v2.4.1 |
2050 | 2024-09-25T16:51:12.130Z | Compiling ciborium-io v0.2.2 |
2051 | 2024-09-25T16:51:12.273Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2052 | 2024-09-25T16:51:12.616Z | Compiling ciborium-ll v0.2.2 |
2053 | 2024-09-25T16:51:12.727Z | Compiling tungstenite v0.21.0 |
2054 | 2024-09-25T16:51:13.104Z | Compiling ciborium v0.2.2 |
2055 | 2024-09-25T16:51:15.221Z | Compiling tokio-tungstenite v0.21.0 |
2056 | 2024-09-25T16:51:15.825Z | Compiling rayon-core v1.12.1 |
2057 | 2024-09-25T16:51:15.854Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2058 | 2024-09-25T16:51:17.874Z | Compiling crossbeam-deque v0.8.5 |
2059 | 2024-09-25T16:51:18.229Z | Compiling same-file v1.0.6 |
2060 | 2024-09-25T16:51:18.478Z | Compiling fastrand v2.1.0 |
2061 | 2024-09-25T16:51:18.749Z | Compiling termcolor v1.4.1 |
2062 | 2024-09-25T16:51:18.973Z | Compiling tempfile v3.10.1 |
2063 | 2024-09-25T16:51:19.719Z | Compiling walkdir v2.5.0 |
2064 | 2024-09-25T16:51:20.333Z | Compiling blake3 v1.5.1 |
2065 | 2024-09-25T16:51:20.975Z | Compiling rayon v1.10.0 |
2066 | 2024-09-25T16:51:21.314Z | Compiling ring v0.16.20 |
2067 | 2024-09-25T16:51:24.009Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2068 | 2024-09-25T16:51:25.685Z | Compiling xattr v1.3.1 |
2069 | 2024-09-25T16:51:25.958Z | Compiling memmap2 v0.9.4 |
2070 | 2024-09-25T16:51:26.475Z | Compiling filetime v0.2.25 |
2071 | 2024-09-25T16:51:26.589Z | Compiling untrusted v0.7.1 |
2072 | 2024-09-25T16:51:26.762Z | Compiling spin v0.5.2 |
2073 | 2024-09-25T16:51:26.780Z | Compiling arrayvec v0.7.4 |
2074 | 2024-09-25T16:51:27.001Z | Compiling arrayref v0.3.7 |
2075 | 2024-09-25T16:51:27.117Z | Compiling constant_time_eq v0.3.0 |
2076 | 2024-09-25T16:51:27.199Z | Compiling keccak v0.1.5 |
2077 | 2024-09-25T16:51:28.232Z | Compiling sha3 v0.10.8 |
2078 | 2024-09-25T16:51:29.093Z | Compiling tar v0.4.41 |
2079 | 2024-09-25T16:51:29.186Z | Compiling toolchain_find v0.4.0 |
2080 | 2024-09-25T16:51:29.743Z | Compiling camino-tempfile v1.1.1 |
2081 | 2024-09-25T16:51:29.989Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2082 | 2024-09-25T16:51:30.202Z | Compiling nibble_vec v0.1.0 |
2083 | 2024-09-25T16:51:30.387Z | Compiling atty v0.2.14 |
2084 | 2024-09-25T16:51:30.550Z | Compiling maplit v1.0.2 |
2085 | 2024-09-25T16:51:30.692Z | Compiling glob v0.3.1 |
2086 | 2024-09-25T16:51:30.941Z | Compiling endian-type v0.1.2 |
2087 | 2024-09-25T16:51:31.201Z | Compiling topological-sort v0.2.2 |
2088 | 2024-09-25T16:51:31.436Z | Compiling radium v0.7.0 |
2089 | 2024-09-25T16:51:31.506Z | Compiling crunchy v0.2.2 |
2090 | 2024-09-25T16:51:31.536Z | Compiling clang-sys v1.7.0 |
2091 | 2024-09-25T16:51:31.927Z | Compiling omicron-zone-package v0.11.0 |
2092 | 2024-09-25T16:51:31.992Z | Compiling radix_trie v0.2.1 |
2093 | 2024-09-25T16:51:32.095Z | Compiling rustfmt-wrapper v0.2.1 |
2094 | 2024-09-25T16:51:32.212Z | Compiling tap v1.0.1 |
2095 | 2024-09-25T16:51:32.412Z | Compiling maybe-uninit v2.0.0 |
2096 | 2024-09-25T16:51:32.645Z | Compiling tiny-keccak v2.0.2 |
2097 | 2024-09-25T16:51:32.900Z | Compiling wyz v0.5.1 |
2098 | 2024-09-25T16:51:33.060Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2099 | 2024-09-25T16:51:33.081Z | Compiling dsl_auto_type v0.1.2 |
2100 | 2024-09-25T16:51:33.384Z | Compiling itertools v0.13.0 |
2101 | 2024-09-25T16:51:33.492Z | Compiling scheduled-thread-pool v0.2.7 |
2102 | 2024-09-25T16:51:34.122Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2103 | 2024-09-25T16:51:34.407Z | Compiling secrecy v0.8.0 |
2104 | 2024-09-25T16:51:34.551Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2105 | 2024-09-25T16:51:34.681Z | Compiling diesel_table_macro_syntax v0.2.0 |
2106 | 2024-09-25T16:51:34.788Z | Compiling arc-swap v1.7.1 |
2107 | 2024-09-25T16:51:35.058Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2108 | 2024-09-25T16:51:35.114Z | Compiling packed_struct v0.10.1 |
2109 | 2024-09-25T16:51:35.386Z | Compiling funty v2.0.0 |
2110 | 2024-09-25T16:51:35.440Z | Compiling crc-catalog v2.4.0 |
2111 | 2024-09-25T16:51:35.588Z | Compiling crc v3.2.1 |
2112 | 2024-09-25T16:51:35.605Z | Compiling slog-scope v4.4.0 |
2113 | 2024-09-25T16:51:37.062Z | Compiling bitvec v1.0.1 |
2114 | 2024-09-25T16:51:37.247Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2115 | 2024-09-25T16:51:37.480Z | Compiling diesel_derives v2.2.2 |
2116 | 2024-09-25T16:51:37.873Z | Compiling r2d2 v0.8.10 |
2117 | 2024-09-25T16:51:38.870Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2118 | 2024-09-25T16:51:41.467Z | Compiling ascii-canvas v3.0.0 |
2119 | 2024-09-25T16:51:41.947Z | Compiling universal-hash v0.5.1 |
2120 | 2024-09-25T16:51:42.128Z | Compiling thiserror-impl-no-std v2.0.2 |
2121 | 2024-09-25T16:51:42.954Z | Compiling packed_struct_codegen v0.10.1 |
2122 | 2024-09-25T16:51:44.825Z | Compiling ena v0.14.3 |
2123 | 2024-09-25T16:51:45.212Z | Compiling libloading v0.8.3 |
2124 | 2024-09-25T16:51:45.323Z | Compiling indexmap v1.9.3 |
2125 | 2024-09-25T16:51:45.547Z | Compiling nodrop v0.1.14 |
2126 | 2024-09-25T16:51:45.643Z | Compiling opaque-debug v0.3.1 |
2127 | 2024-09-25T16:51:45.674Z | Compiling bindgen v0.69.4 |
2128 | 2024-09-25T16:51:45.753Z | Compiling regex-syntax v0.6.29 |
2129 | 2024-09-25T16:51:46.124Z | Compiling diff v0.1.13 |
2130 | 2024-09-25T16:51:46.717Z | Compiling poly1305 v0.8.0 |
2131 | 2024-09-25T16:51:48.232Z | Compiling array-init v0.0.4 |
2132 | 2024-09-25T16:51:48.701Z | Compiling diesel v2.2.4 |
2133 | 2024-09-25T16:51:49.468Z | Compiling lalrpop v0.19.12 |
2134 | 2024-09-25T16:52:00.768Z | Compiling thiserror-no-std v2.0.2 |
2135 | 2024-09-25T16:52:01.064Z | Compiling smallvec v0.6.14 |
2136 | 2024-09-25T16:52:01.402Z | Compiling slog-stdlog v4.1.1 |
2137 | 2024-09-25T16:52:02.133Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2138 | 2024-09-25T16:52:02.219Z | Compiling which v4.4.2 |
2139 | 2024-09-25T16:52:02.746Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2140 | 2024-09-25T16:52:03.061Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2141 | 2024-09-25T16:52:03.227Z | Compiling chacha20 v0.9.1 |
2142 | 2024-09-25T16:52:03.291Z | Compiling cexpr v0.6.0 |
2143 | 2024-09-25T16:52:03.696Z | Compiling aead v0.5.2 |
2144 | 2024-09-25T16:52:04.038Z | Compiling ref-cast v1.0.23 |
2145 | 2024-09-25T16:52:04.524Z | Compiling hashbrown v0.12.3 |
2146 | 2024-09-25T16:52:04.609Z | Compiling rustc-hash v1.1.0 |
2147 | 2024-09-25T16:52:04.771Z | Compiling bitfield v0.14.0 |
2148 | 2024-09-25T16:52:04.839Z | Compiling lazycell v1.3.0 |
2149 | 2024-09-25T16:52:05.016Z | Compiling shlex v1.3.0 |
2150 | 2024-09-25T16:52:05.069Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2151 | 2024-09-25T16:52:06.514Z | Compiling chacha20poly1305 v0.10.1 |
2152 | 2024-09-25T16:52:06.786Z | Compiling slog-envlogger v2.2.0 |
2153 | 2024-09-25T16:52:06.830Z | Compiling serde-hex v0.1.0 |
2154 | 2024-09-25T16:52:09.269Z | Compiling bzip2 v0.4.4 |
2155 | 2024-09-25T16:52:09.729Z | Compiling vsss-rs v3.3.4 |
2156 | 2024-09-25T16:52:11.871Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2157 | 2024-09-25T16:52:12.208Z | Compiling env_logger v0.10.2 |
2158 | 2024-09-25T16:52:14.216Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2159 | 2024-09-25T16:52:14.528Z | Compiling derive_builder_core v0.20.0 |
2160 | 2024-09-25T16:52:15.104Z | Compiling ron v0.8.1 |
2161 | 2024-09-25T16:52:15.122Z | Compiling polar-core v0.27.3 |
2162 | 2024-09-25T16:52:16.360Z | Compiling headers-core v0.2.0 |
2163 | 2024-09-25T16:52:16.535Z | Compiling hashbrown v0.13.2 |
2164 | 2024-09-25T16:52:16.727Z | Compiling fxhash v0.2.1 |
2165 | 2024-09-25T16:52:16.948Z | Compiling libxml v0.3.3 |
2166 | 2024-09-25T16:52:17.341Z | Compiling ref-cast-impl v1.0.23 |
2167 | 2024-09-25T16:52:17.852Z | Compiling crc-any v2.5.0 |
2168 | 2024-09-25T16:52:18.624Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2169 | 2024-09-25T16:52:18.732Z | Compiling samael v0.0.17 |
2170 | 2024-09-25T16:52:18.753Z | Compiling object v0.30.4 |
2171 | 2024-09-25T16:52:20.331Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2172 | 2024-09-25T16:52:20.995Z | Compiling derive_builder_macro v0.20.0 |
2173 | 2024-09-25T16:52:21.907Z | Compiling headers v0.3.9 |
2174 | 2024-09-25T16:52:25.552Z | Compiling zip v0.6.6 |
2175 | 2024-09-25T16:52:26.413Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2176 | 2024-09-25T16:52:28.161Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2177 | 2024-09-25T16:52:28.457Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2178 | 2024-09-25T16:52:29.334Z | Compiling strum_macros v0.24.3 |
2179 | 2024-09-25T16:52:31.137Z | Compiling kstat-rs v0.2.4 |
2180 | 2024-09-25T16:52:32.060Z | Compiling async-recursion v1.1.1 |
2181 | 2024-09-25T16:52:32.596Z | Compiling unicase v2.7.0 |
2182 | 2024-09-25T16:52:32.928Z | Compiling dropshot v0.10.1 |
2183 | 2024-09-25T16:52:33.291Z | Compiling path-slash v0.1.5 |
2184 | 2024-09-25T16:52:33.343Z | Compiling indoc v1.0.9 |
2185 | 2024-09-25T16:52:33.504Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2186 | 2024-09-25T16:52:33.622Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2187 | 2024-09-25T16:52:35.568Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2188 | 2024-09-25T16:52:38.202Z | Compiling derive_builder v0.20.0 |
2189 | 2024-09-25T16:52:43.197Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2190 | 2024-09-25T16:52:43.405Z | Compiling tungstenite v0.23.0 |
2191 | 2024-09-25T16:52:46.439Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2192 | 2024-09-25T16:52:46.749Z | Compiling crossterm v0.28.1 |
2193 | 2024-09-25T16:52:48.741Z | Compiling pem v3.0.4 |
2194 | 2024-09-25T16:52:49.031Z | Compiling dropshot_endpoint v0.10.1 |
2195 | 2024-09-25T16:52:50.242Z | Compiling impl-trait-for-tuples v0.2.2 |
2196 | 2024-09-25T16:52:50.959Z | Compiling oso-derive v0.27.3 |
2197 | 2024-09-25T16:52:51.251Z | Compiling libz-sys v1.1.16 |
2198 | 2024-09-25T16:52:51.672Z | Compiling quick-xml v0.33.0 |
2199 | 2024-09-25T16:52:51.908Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2200 | 2024-09-25T16:52:52.240Z | Compiling cfg_aliases v0.1.1 |
2201 | 2024-09-25T16:52:52.354Z | Compiling parking_lot_core v0.8.6 |
2202 | 2024-09-25T16:52:52.820Z | Compiling nix v0.28.0 |
2203 | 2024-09-25T16:52:54.798Z | Compiling tokio-tungstenite v0.23.1 |
2204 | 2024-09-25T16:52:55.402Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2205 | 2024-09-25T16:52:56.916Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2206 | 2024-09-25T16:52:57.160Z | Compiling oso v0.27.3 |
2207 | 2024-09-25T16:53:02.358Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2208 | 2024-09-25T16:53:02.706Z | Compiling const_format_proc_macros v0.2.33 |
2209 | 2024-09-25T16:53:04.631Z | Compiling bb8 v0.8.5 |
2210 | 2024-09-25T16:53:05.250Z | Compiling vte_generate_state_changes v0.1.1 |
2211 | 2024-09-25T16:53:05.870Z | Compiling buf-list v1.0.3 |
2212 | 2024-09-25T16:53:06.512Z | Compiling vte v0.11.1 |
2213 | 2024-09-25T16:53:07.951Z | Compiling async-bb8-diesel v0.2.1 |
2214 | 2024-09-25T16:53:08.763Z | Compiling const_format v0.2.33 |
2215 | 2024-09-25T16:53:10.054Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2216 | 2024-09-25T16:53:15.885Z | Compiling fd-lock v4.0.2 |
2217 | 2024-09-25T16:53:16.123Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2218 | 2024-09-25T16:53:16.860Z | Compiling bytecount v0.6.8 |
2219 | 2024-09-25T16:53:17.183Z | Compiling salty v0.3.0 |
2220 | 2024-09-25T16:53:17.640Z | Compiling papergrid v0.11.0 |
2221 | 2024-09-25T16:53:29.272Z | Compiling parking_lot v0.11.2 |
2222 | 2024-09-25T16:53:36.181Z | Compiling strip-ansi-escapes v0.2.0 |
2223 | 2024-09-25T16:53:37.060Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2224 | 2024-09-25T16:53:37.693Z | Compiling tabled_derive v0.7.0 |
2225 | 2024-09-25T16:53:39.851Z | Compiling crossterm v0.27.0 |
2226 | 2024-09-25T16:53:41.675Z | Compiling peg-macros v0.8.4 |
2227 | 2024-09-25T16:53:42.822Z | Compiling snafu-derive v0.8.2 |
2228 | 2024-09-25T16:53:44.787Z | Compiling sqlparser_derive v0.2.2 |
2229 | 2024-09-25T16:53:45.803Z | Compiling rustls v0.23.10 |
2230 | 2024-09-25T16:53:45.911Z | Compiling unicode_categories v0.1.1 |
2231 | 2024-09-25T16:53:46.240Z | Compiling nu-ansi-term v0.50.0 |
2232 | 2024-09-25T16:53:46.295Z | Compiling rustyline v14.0.0 |
2233 | 2024-09-25T16:53:46.428Z | Compiling sqlformat v0.2.4 |
2234 | 2024-09-25T16:53:47.398Z | Compiling reedline v0.33.0 |
2235 | 2024-09-25T16:53:47.484Z | Compiling snafu v0.8.2 |
2236 | 2024-09-25T16:53:47.823Z | Compiling sqlparser v0.45.0 |
2237 | 2024-09-25T16:53:48.037Z | Compiling peg v0.8.4 |
2238 | 2024-09-25T16:53:48.153Z | Compiling tabled v0.15.0 |
2239 | 2024-09-25T16:53:48.681Z | Compiling sled v0.34.7 |
2240 | 2024-09-25T16:53:57.808Z | Compiling mime_guess v2.0.4 |
2241 | 2024-09-25T16:54:01.339Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2242 | 2024-09-25T16:54:07.160Z | Compiling hickory-client v0.24.1 |
2243 | 2024-09-25T16:54:08.828Z | Compiling env_logger v0.9.3 |
2244 | 2024-09-25T16:54:12.289Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2245 | 2024-09-25T16:54:12.827Z | Compiling tungstenite v0.20.1 |
2246 | 2024-09-25T16:54:13.071Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2247 | 2024-09-25T16:54:17.913Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2248 | 2024-09-25T16:54:18.814Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2249 | 2024-09-25T16:54:20.243Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2250 | 2024-09-25T16:54:20.555Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2251 | 2024-09-25T16:54:21.057Z | Compiling hickory-server v0.24.1 |
2252 | 2024-09-25T16:54:24.604Z | Compiling globset v0.4.14 |
2253 | 2024-09-25T16:54:26.272Z | Compiling primeorder v0.13.6 |
2254 | 2024-09-25T16:54:26.860Z | Compiling olpc-cjson v0.1.3 |
2255 | 2024-09-25T16:54:27.205Z | Compiling bcs v0.1.6 |
2256 | 2024-09-25T16:54:27.728Z | Compiling vergen v8.3.2 |
2257 | 2024-09-25T16:54:28.046Z | Compiling bitstruct_derive v0.1.0 |
2258 | 2024-09-25T16:54:28.089Z | Compiling env_filter v0.1.2 |
2259 | 2024-09-25T16:54:29.321Z | Compiling cargo-platform v0.1.8 |
2260 | 2024-09-25T16:54:29.393Z | Compiling serde_plain v1.0.2 |
2261 | 2024-09-25T16:54:29.835Z | Compiling nanorand v0.7.0 |
2262 | 2024-09-25T16:54:29.904Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2263 | 2024-09-25T16:54:30.054Z | Compiling memoffset v0.9.1 |
2264 | 2024-09-25T16:54:30.396Z | Compiling ascii v1.1.0 |
2265 | 2024-09-25T16:54:30.503Z | Compiling typed-path v0.7.1 |
2266 | 2024-09-25T16:54:31.141Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2267 | 2024-09-25T16:54:32.319Z | Compiling flume v0.11.0 |
2268 | 2024-09-25T16:54:33.065Z | Compiling tough v0.17.1 |
2269 | 2024-09-25T16:54:33.243Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2270 | 2024-09-25T16:54:33.400Z | Compiling cargo_metadata v0.18.1 |
2271 | 2024-09-25T16:54:33.533Z | Compiling bitstruct v0.1.1 |
2272 | 2024-09-25T16:54:33.535Z | Compiling env_logger v0.11.5 |
2273 | 2024-09-25T16:54:33.696Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2274 | 2024-09-25T16:54:34.987Z | Compiling p384 v0.13.0 |
2275 | 2024-09-25T16:54:36.758Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2276 | 2024-09-25T16:54:37.124Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2277 | 2024-09-25T16:54:37.703Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2278 | 2024-09-25T16:54:38.808Z | Compiling tokio-tungstenite v0.20.1 |
2279 | 2024-09-25T16:54:39.254Z | Compiling git2 v0.19.0 |
2280 | 2024-09-25T16:54:41.143Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2281 | 2024-09-25T16:54:47.717Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2282 | 2024-09-25T16:54:48.910Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2283 | 2024-09-25T16:54:50.079Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2284 | 2024-09-25T16:54:52.042Z | Compiling libsqlite3-sys v0.30.1 |
2285 | 2024-09-25T16:54:52.332Z | Compiling erased-serde v0.3.31 |
2286 | 2024-09-25T16:54:52.572Z | Compiling serde_arrays v0.1.0 |
2287 | 2024-09-25T16:54:52.773Z | Compiling parse-size v1.0.0 |
2288 | 2024-09-25T16:54:53.080Z | Compiling cfg_aliases v0.2.1 |
2289 | 2024-09-25T16:54:53.193Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2290 | 2024-09-25T16:54:53.545Z | Compiling nix v0.29.0 |
2291 | 2024-09-25T16:54:54.003Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2292 | 2024-09-25T16:54:54.391Z | Compiling tokio-rustls v0.26.0 |
2293 | 2024-09-25T16:54:54.919Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2294 | 2024-09-25T16:55:00.548Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2295 | 2024-09-25T16:55:05.891Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2296 | 2024-09-25T16:55:06.437Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2297 | 2024-09-25T16:55:07.170Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2298 | 2024-09-25T16:55:07.489Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2299 | 2024-09-25T16:55:07.931Z | Compiling heck v0.3.3 |
2300 | 2024-09-25T16:55:08.313Z | Compiling castaway v0.2.3 |
2301 | 2024-09-25T16:55:08.498Z | Compiling rand_seeder v0.3.0 |
2302 | 2024-09-25T16:55:08.887Z | Compiling csv-core v0.1.11 |
2303 | 2024-09-25T16:55:09.535Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2304 | 2024-09-25T16:55:09.749Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2305 | 2024-09-25T16:55:09.861Z | Compiling http-range v0.1.5 |
2306 | 2024-09-25T16:55:10.427Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2307 | 2024-09-25T16:55:11.976Z | Compiling hyper-staticfile v0.9.5 |
2308 | 2024-09-25T16:55:14.997Z | Compiling csv v1.3.0 |
2309 | 2024-09-25T16:55:17.041Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2310 | 2024-09-25T16:55:17.131Z | Compiling compact_str v0.8.0 |
2311 | 2024-09-25T16:55:17.257Z | Compiling zone_cfg_derive v0.1.2 |
2312 | 2024-09-25T16:55:18.649Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2313 | 2024-09-25T16:55:19.764Z | Compiling nix v0.27.1 |
2314 | 2024-09-25T16:55:22.715Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2315 | 2024-09-25T16:55:22.760Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2316 | 2024-09-25T16:55:24.036Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2317 | 2024-09-25T16:55:24.320Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2318 | 2024-09-25T16:55:25.383Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2319 | 2024-09-25T16:55:30.118Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2320 | 2024-09-25T16:55:30.451Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2321 | 2024-09-25T16:55:30.773Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2322 | 2024-09-25T16:55:31.085Z | Compiling unicode-truncate v1.0.0 |
2323 | 2024-09-25T16:55:31.378Z | Compiling hashlink v0.9.1 |
2324 | 2024-09-25T16:55:31.624Z | Compiling lru v0.12.3 |
2325 | 2024-09-25T16:55:31.993Z | Compiling instability v0.3.2 |
2326 | 2024-09-25T16:55:32.177Z | Compiling cassowary v0.3.0 |
2327 | 2024-09-25T16:55:32.983Z | Compiling fallible-streaming-iterator v0.1.9 |
2328 | 2024-09-25T16:55:33.272Z | Compiling base64 v0.13.1 |
2329 | 2024-09-25T16:55:34.041Z | Compiling fallible-iterator v0.3.0 |
2330 | 2024-09-25T16:55:34.615Z | Compiling ron v0.7.1 |
2331 | 2024-09-25T16:55:34.841Z | Compiling rusqlite v0.32.1 |
2332 | 2024-09-25T16:55:35.793Z | Compiling ratatui v0.28.0 |
2333 | 2024-09-25T16:55:39.759Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2334 | 2024-09-25T16:55:41.073Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2335 | 2024-09-25T16:55:47.292Z | Compiling zone v0.1.8 |
2336 | 2024-09-25T16:55:50.655Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2337 | 2024-09-25T16:55:54.860Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2338 | 2024-09-25T16:55:57.056Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2339 | 2024-09-25T16:56:00.352Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2340 | 2024-09-25T16:56:01.183Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2341 | 2024-09-25T16:56:01.456Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2342 | 2024-09-25T16:56:02.784Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2343 | 2024-09-25T16:56:03.107Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2344 | 2024-09-25T16:56:03.358Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2345 | 2024-09-25T16:56:03.528Z | Compiling signal-hook-tokio v0.3.1 |
2346 | 2024-09-25T16:56:03.768Z | Compiling twox-hash v1.6.3 |
2347 | 2024-09-25T16:56:04.737Z | Compiling yasna v0.5.2 |
2348 | 2024-09-25T16:56:08.004Z | Compiling portpicker v0.1.1 |
2349 | 2024-09-25T16:56:08.171Z | Compiling unicode-linebreak v0.1.5 |
2350 | 2024-09-25T16:56:08.429Z | Compiling is_ci v1.2.0 |
2351 | 2024-09-25T16:56:08.723Z | Compiling smawk v0.3.2 |
2352 | 2024-09-25T16:56:08.726Z | Compiling supports-color v3.0.1 |
2353 | 2024-09-25T16:56:08.976Z | Compiling textwrap v0.16.1 |
2354 | 2024-09-25T16:56:09.115Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2355 | 2024-09-25T16:56:10.005Z | Compiling rcgen v0.12.1 |
2356 | 2024-09-25T16:56:19.148Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2357 | 2024-09-25T16:56:19.697Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2358 | 2024-09-25T16:56:21.146Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2359 | 2024-09-25T16:56:29.706Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2360 | 2024-09-25T16:56:34.157Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2361 | 2024-09-25T16:56:34.598Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2362 | 2024-09-25T16:56:34.849Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2363 | 2024-09-25T16:56:35.141Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2364 | 2024-09-25T16:56:35.467Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2365 | 2024-09-25T16:56:42.092Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2366 | 2024-09-25T16:56:47.451Z | Compiling fatfs v0.3.6 |
2367 | 2024-09-25T16:56:50.295Z | Compiling subprocess v0.2.9 |
2368 | 2024-09-25T16:56:51.244Z | Compiling rtoolbox v0.0.2 |
2369 | 2024-09-25T16:56:51.413Z | Compiling assert_matches v1.5.0 |
2370 | 2024-09-25T16:56:51.668Z | Compiling rpassword v7.3.1 |
2371 | 2024-09-25T16:56:52.105Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2372 | 2024-09-25T16:56:52.985Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2373 | 2024-09-25T16:56:55.145Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2374 | 2024-09-25T16:56:59.821Z | Compiling tui-tree-widget v0.22.0 |
2375 | 2024-09-25T16:57:00.360Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2376 | 2024-09-25T16:57:02.135Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2377 | 2024-09-25T16:57:11.928Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2378 | 2024-09-25T16:57:15.284Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2379 | 2024-09-25T16:57:15.604Z | Compiling uzers v0.11.3 |
2380 | 2024-09-25T16:57:18.202Z | Compiling shell-words v1.1.0 |
2381 | 2024-09-25T16:57:18.627Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2382 | 2024-09-25T16:57:19.187Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2383 | 2024-09-25T16:57:21.144Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2384 | 2024-09-25T16:57:21.163Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2385 | 2024-09-25T16:58:02.099Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2386 | 2024-09-25T16:58:11.556Z | Compiling multimap v0.10.0 |
2387 | 2024-09-25T16:59:56.061Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2388 | 2024-09-25T17:00:20.140Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2389 | 2024-09-25T17:06:24.948Z | Finished `release` profile [optimized] target(s) in 15m 43s |
2390 | 2024-09-25T17:07:20.952Z | |
2391 | 2024-09-25T17:07:20.952Z | real 16:40.853130028 |
2392 | 2024-09-25T17:07:20.952Z | user 1:54:08.634867230 |
2393 | 2024-09-25T17:07:20.952Z | sys 5:35.556872679 |
2394 | 2024-09-25T17:07:20.952Z | trap 2.725510453 |
2395 | 2024-09-25T17:07:20.955Z | tflt 3.279248839 |
2396 | 2024-09-25T17:07:20.955Z | dflt 3.169670037 |
2397 | 2024-09-25T17:07:20.955Z | kflt 0.055176703 |
2398 | 2024-09-25T17:07:20.955Z | lock 7:02:54.228441502 |
2399 | 2024-09-25T17:07:20.955Z | slp 6:11:21.937024007 |
2400 | 2024-09-25T17:07:20.955Z | lat 2:53.105389629 |
2401 | 2024-09-25T17:07:20.955Z | stop 2:37.986949149 |
2402 | 2024-09-25T17:07:20.955Z | + mapfile -t packages |
2403 | 2024-09-25T17:07:20.955Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2404 | 2024-09-25T17:07:21.981Z | Finished `release` profile [optimized] target(s) in 0.98s |
2405 | 2024-09-25T17:07:22.031Z | Running `target/release/omicron-package -t test list-outputs` |
2406 | 2024-09-25T17:07:22.074Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2407 | 2024-09-25T17:07:22.078Z | + ptime -m cargo build --locked --release -p xtask |
2408 | 2024-09-25T17:07:22.682Z | Compiling serde v1.0.208 |
2409 | 2024-09-25T17:07:22.685Z | Compiling rustix v0.38.34 |
2410 | 2024-09-25T17:07:22.685Z | Compiling libc v0.2.158 |
2411 | 2024-09-25T17:07:22.771Z | Compiling serde_json v1.0.125 |
2412 | 2024-09-25T17:07:22.778Z | Compiling syn v2.0.74 |
2413 | 2024-09-25T17:07:22.793Z | Compiling bitflags v2.6.0 |
2414 | 2024-09-25T17:07:23.140Z | Compiling usdt-impl v0.5.0 |
2415 | 2024-09-25T17:07:23.161Z | Compiling syn v1.0.109 |
2416 | 2024-09-25T17:07:23.303Z | Compiling hashbrown v0.14.5 |
2417 | 2024-09-25T17:07:23.324Z | Compiling log v0.4.21 |
2418 | 2024-09-25T17:07:23.352Z | Compiling fs-err v2.11.0 |
2419 | 2024-09-25T17:07:23.660Z | Compiling anyhow v1.0.89 |
2420 | 2024-09-25T17:07:24.181Z | Compiling thread-id v4.2.1 |
2421 | 2024-09-25T17:07:24.640Z | Compiling indexmap v2.4.0 |
2422 | 2024-09-25T17:07:25.628Z | Compiling terminal_size v0.3.0 |
2423 | 2024-09-25T17:07:25.628Z | Compiling tempfile v3.10.1 |
2424 | 2024-09-25T17:07:25.869Z | Compiling clap_builder v4.5.18 |
2425 | 2024-09-25T17:07:26.554Z | Compiling proc-macro-error v1.0.4 |
2426 | 2024-09-25T17:07:27.774Z | Compiling tabled_derive v0.7.0 |
2427 | 2024-09-25T17:07:29.130Z | Compiling tabled v0.15.0 |
2428 | 2024-09-25T17:07:30.263Z | Compiling serde_derive v1.0.208 |
2429 | 2024-09-25T17:07:31.110Z | Compiling thiserror-impl v1.0.63 |
2430 | 2024-09-25T17:07:31.231Z | Compiling zerocopy-derive v0.7.34 |
2431 | 2024-09-25T17:07:32.736Z | Compiling scroll_derive v0.12.0 |
2432 | 2024-09-25T17:07:33.189Z | Compiling zerocopy v0.7.34 |
2433 | 2024-09-25T17:07:33.899Z | Compiling thiserror v1.0.63 |
2434 | 2024-09-25T17:07:34.043Z | Compiling pest v2.7.10 |
2435 | 2024-09-25T17:07:34.265Z | Compiling scroll v0.12.0 |
2436 | 2024-09-25T17:07:34.935Z | Compiling goblin v0.8.2 |
2437 | 2024-09-25T17:07:36.961Z | Compiling pest_meta v2.7.10 |
2438 | 2024-09-25T17:07:38.615Z | Compiling pest_generator v2.7.10 |
2439 | 2024-09-25T17:07:41.039Z | Compiling pest_derive v2.7.10 |
2440 | 2024-09-25T17:07:41.827Z | Compiling dtrace-parser v0.2.0 |
2441 | 2024-09-25T17:07:43.593Z | Compiling clap_derive v4.5.18 |
2442 | 2024-09-25T17:07:45.318Z | Compiling toml_datetime v0.6.8 |
2443 | 2024-09-25T17:07:46.042Z | Compiling serde_spanned v0.6.7 |
2444 | 2024-09-25T17:07:46.305Z | Compiling toml_edit v0.22.20 |
2445 | 2024-09-25T17:07:48.216Z | Compiling serde_tokenstream v0.2.2 |
2446 | 2024-09-25T17:07:48.797Z | Compiling dof v0.3.0 |
2447 | 2024-09-25T17:07:49.735Z | Compiling camino v1.1.9 |
2448 | 2024-09-25T17:07:50.461Z | Compiling toml v0.8.19 |
2449 | 2024-09-25T17:07:50.892Z | Compiling usdt-attr-macro v0.5.0 |
2450 | 2024-09-25T17:07:51.122Z | Compiling usdt-macro v0.5.0 |
2451 | 2024-09-25T17:07:52.376Z | Compiling semver v1.0.23 |
2452 | 2024-09-25T17:07:53.846Z | Compiling cargo-platform v0.1.8 |
2453 | 2024-09-25T17:07:54.474Z | Compiling cargo_metadata v0.18.1 |
2454 | 2024-09-25T17:07:54.964Z | Compiling usdt v0.5.0 |
2455 | 2024-09-25T17:07:56.440Z | Compiling cargo_toml v0.20.4 |
2456 | 2024-09-25T17:07:57.241Z | Compiling camino-tempfile v1.1.1 |
2457 | 2024-09-25T17:07:58.018Z | Compiling clap v4.5.18 |
2458 | 2024-09-25T17:07:58.108Z | Compiling macaddr v1.0.1 |
2459 | 2024-09-25T17:08:07.158Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2460 | 2024-09-25T17:08:18.061Z | Finished `release` profile [optimized] target(s) in 55.93s |
2461 | 2024-09-25T17:08:18.165Z | |
2462 | 2024-09-25T17:08:18.165Z | real 56.056529064 |
2463 | 2024-09-25T17:08:18.165Z | user 5:38.773807551 |
2464 | 2024-09-25T17:08:18.165Z | sys 32.338715317 |
2465 | 2024-09-25T17:08:18.165Z | trap 0.143600422 |
2466 | 2024-09-25T17:08:18.165Z | tflt 0.336672441 |
2467 | 2024-09-25T17:08:18.165Z | dflt 0.617832753 |
2468 | 2024-09-25T17:08:18.165Z | kflt 0.000000000 |
2469 | 2024-09-25T17:08:18.165Z | lock 10:22.877179420 |
2470 | 2024-09-25T17:08:18.165Z | slp 15:43.242944417 |
2471 | 2024-09-25T17:08:18.165Z | lat 12.513435999 |
2472 | 2024-09-25T17:08:18.165Z | stop 16.275203862 |
2473 | 2024-09-25T17:08:18.168Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2474 | 2024-09-25T17:08:18.168Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2475 | 2024-09-25T17:08:18.168Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2476 | 2024-09-25T17:08:18.168Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2477 | 2024-09-25T17:08:18.168Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2478 | 2024-09-25T17:08:19.059Z | Compiling regress v0.9.1 |
2479 | 2024-09-25T17:08:19.178Z | Compiling getopts v0.2.21 |
2480 | 2024-09-25T17:08:19.180Z | Compiling unsafe-libyaml v0.2.11 |
2481 | 2024-09-25T17:08:19.180Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2482 | 2024-09-25T17:08:19.202Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2483 | 2024-09-25T17:08:19.204Z | Compiling rustls-pki-types v1.7.0 |
2484 | 2024-09-25T17:08:19.228Z | Compiling ident_case v1.0.1 |
2485 | 2024-09-25T17:08:19.231Z | Compiling toml v0.8.19 |
2486 | 2024-09-25T17:08:19.415Z | Compiling darling_core v0.20.9 |
2487 | 2024-09-25T17:08:19.616Z | Compiling match_cfg v0.1.0 |
2488 | 2024-09-25T17:08:19.634Z | Compiling rustls v0.22.4 |
2489 | 2024-09-25T17:08:19.720Z | Compiling rustls-webpki v0.102.4 |
2490 | 2024-09-25T17:08:19.950Z | Compiling hostname v0.3.1 |
2491 | 2024-09-25T17:08:20.035Z | Compiling paste v1.0.15 |
2492 | 2024-09-25T17:08:20.104Z | Compiling ipnetwork v0.20.0 |
2493 | 2024-09-25T17:08:20.216Z | Compiling multer v3.1.0 |
2494 | 2024-09-25T17:08:20.526Z | Compiling serde_yaml v0.9.34+deprecated |
2495 | 2024-09-25T17:08:21.064Z | Compiling slog-json v2.6.1 |
2496 | 2024-09-25T17:08:21.087Z | Compiling async-stream-impl v0.3.5 |
2497 | 2024-09-25T17:08:21.457Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2498 | 2024-09-25T17:08:21.778Z | Compiling instant v0.1.12 |
2499 | 2024-09-25T17:08:21.841Z | Compiling debug-ignore v1.0.5 |
2500 | 2024-09-25T17:08:21.936Z | Compiling slog-bunyan v2.5.0 |
2501 | 2024-09-25T17:08:22.020Z | Compiling rustls-pemfile v2.1.3 |
2502 | 2024-09-25T17:08:22.146Z | Compiling waitgroup v0.1.2 |
2503 | 2024-09-25T17:08:22.384Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2504 | 2024-09-25T17:08:22.453Z | Compiling async-stream v0.3.5 |
2505 | 2024-09-25T17:08:22.501Z | Compiling serde_path_to_error v0.1.16 |
2506 | 2024-09-25T17:08:22.783Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2507 | 2024-09-25T17:08:23.095Z | Compiling hostname v0.4.0 |
2508 | 2024-09-25T17:08:23.365Z | Compiling structmeta-derive v0.3.0 |
2509 | 2024-09-25T17:08:23.406Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2510 | 2024-09-25T17:08:24.132Z | Compiling newtype-uuid v1.1.0 |
2511 | 2024-09-25T17:08:24.177Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2512 | 2024-09-25T17:08:24.454Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2513 | 2024-09-25T17:08:24.796Z | Compiling backoff v0.4.0 |
2514 | 2024-09-25T17:08:24.798Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2515 | 2024-09-25T17:08:24.972Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2516 | 2024-09-25T17:08:25.170Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2517 | 2024-09-25T17:08:25.212Z | Compiling macaddr v1.0.1 |
2518 | 2024-09-25T17:08:25.341Z | Compiling tokio-rustls v0.25.0 |
2519 | 2024-09-25T17:08:25.582Z | Compiling tempfile v3.10.1 |
2520 | 2024-09-25T17:08:25.661Z | Compiling proc-macro-crate v1.3.1 |
2521 | 2024-09-25T17:08:25.741Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2522 | 2024-09-25T17:08:26.133Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2523 | 2024-09-25T17:08:26.375Z | Compiling structmeta v0.3.0 |
2524 | 2024-09-25T17:08:26.394Z | Compiling foreign-types-macros v0.2.3 |
2525 | 2024-09-25T17:08:26.455Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2526 | 2024-09-25T17:08:26.527Z | Compiling darling_macro v0.20.9 |
2527 | 2024-09-25T17:08:26.741Z | Compiling num_enum_derive v0.5.11 |
2528 | 2024-09-25T17:08:26.744Z | Compiling foreign-types-shared v0.3.1 |
2529 | 2024-09-25T17:08:26.806Z | Compiling parse-display-derive v0.10.0 |
2530 | 2024-09-25T17:08:26.870Z | Compiling heapless v0.8.0 |
2531 | 2024-09-25T17:08:27.492Z | Compiling darling v0.20.9 |
2532 | 2024-09-25T17:08:27.633Z | Compiling serde_with_macros v3.9.0 |
2533 | 2024-09-25T17:08:27.688Z | Compiling foreign-types v0.5.0 |
2534 | 2024-09-25T17:08:27.829Z | Compiling proc-macro-error v1.0.4 |
2535 | 2024-09-25T17:08:28.186Z | Compiling camino-tempfile v1.1.1 |
2536 | 2024-09-25T17:08:28.559Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2537 | 2024-09-25T17:08:28.637Z | Compiling cstr-argument v0.1.2 |
2538 | 2024-09-25T17:08:28.906Z | Compiling hash32 v0.3.1 |
2539 | 2024-09-25T17:08:29.163Z | Compiling smoltcp v0.11.0 |
2540 | 2024-09-25T17:08:29.363Z | Compiling num_enum v0.5.11 |
2541 | 2024-09-25T17:08:29.441Z | Compiling pretty-hex v0.2.1 |
2542 | 2024-09-25T17:08:29.642Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2543 | 2024-09-25T17:08:30.017Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2544 | 2024-09-25T17:08:30.065Z | Compiling tabwriter v1.4.0 |
2545 | 2024-09-25T17:08:30.582Z | Compiling serde_with v3.9.0 |
2546 | 2024-09-25T17:08:30.617Z | Compiling colored v2.1.0 |
2547 | 2024-09-25T17:08:30.661Z | Compiling socket2 v0.4.10 |
2548 | 2024-09-25T17:08:30.812Z | Compiling embedded-io v0.4.0 |
2549 | 2024-09-25T17:08:31.046Z | Compiling cobs v0.2.3 |
2550 | 2024-09-25T17:08:31.359Z | Compiling postcard v1.0.8 |
2551 | 2024-09-25T17:08:31.367Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2552 | 2024-09-25T17:08:31.397Z | Compiling parse-display v0.10.0 |
2553 | 2024-09-25T17:08:31.555Z | Compiling crucible-workspace-hack v0.1.0 |
2554 | 2024-09-25T17:08:31.674Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2555 | 2024-09-25T17:08:31.892Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2556 | 2024-09-25T17:08:31.940Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2557 | 2024-09-25T17:08:32.140Z | Compiling smf v0.2.3 |
2558 | 2024-09-25T17:08:32.229Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2559 | 2024-09-25T17:08:32.586Z | Compiling zone_cfg_derive v0.3.0 |
2560 | 2024-09-25T17:08:32.832Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2561 | 2024-09-25T17:08:33.314Z | Compiling num-derive v0.4.2 |
2562 | 2024-09-25T17:08:33.550Z | Compiling sigpipe v0.1.3 |
2563 | 2024-09-25T17:08:33.682Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2564 | 2024-09-25T17:08:34.018Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2565 | 2024-09-25T17:08:34.098Z | Compiling zone v0.3.0 |
2566 | 2024-09-25T17:08:34.323Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2567 | 2024-09-25T17:08:34.799Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2568 | 2024-09-25T17:08:35.221Z | Compiling universal-hash v0.5.1 |
2569 | 2024-09-25T17:08:35.442Z | Compiling opaque-debug v0.3.1 |
2570 | 2024-09-25T17:08:35.551Z | Compiling utf-8 v0.7.6 |
2571 | 2024-09-25T17:08:35.717Z | Compiling num-rational v0.4.2 |
2572 | 2024-09-25T17:08:35.776Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2573 | 2024-09-25T17:08:35.845Z | Compiling num-complex v0.4.6 |
2574 | 2024-09-25T17:08:35.902Z | Compiling humantime v2.1.0 |
2575 | 2024-09-25T17:08:36.078Z | Compiling password-hash v0.5.0 |
2576 | 2024-09-25T17:08:36.136Z | Compiling blake2 v0.10.6 |
2577 | 2024-09-25T17:08:36.661Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2578 | 2024-09-25T17:08:36.713Z | Compiling aead v0.5.2 |
2579 | 2024-09-25T17:08:36.882Z | Compiling num v0.4.3 |
2580 | 2024-09-25T17:08:36.915Z | Compiling convert_case v0.4.0 |
2581 | 2024-09-25T17:08:37.006Z | Compiling float-ord v0.3.2 |
2582 | 2024-09-25T17:08:37.086Z | Compiling keccak v0.1.5 |
2583 | 2024-09-25T17:08:37.116Z | Compiling argon2 v0.5.3 |
2584 | 2024-09-25T17:08:37.177Z | Compiling poly1305 v0.8.0 |
2585 | 2024-09-25T17:08:37.533Z | Compiling sha3 v0.10.8 |
2586 | 2024-09-25T17:08:37.682Z | Compiling newline-converter v0.3.0 |
2587 | 2024-09-25T17:08:37.861Z | Compiling chacha20 v0.9.1 |
2588 | 2024-09-25T17:08:37.934Z | Compiling derive_more v0.99.18 |
2589 | 2024-09-25T17:08:38.121Z | Compiling semver v0.1.20 |
2590 | 2024-09-25T17:08:38.305Z | Compiling expectorate v1.1.0 |
2591 | 2024-09-25T17:08:38.495Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2592 | 2024-09-25T17:08:38.561Z | Compiling rustc_version v0.1.7 |
2593 | 2024-09-25T17:08:38.805Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2594 | 2024-09-25T17:08:38.823Z | Compiling tungstenite v0.21.0 |
2595 | 2024-09-25T17:08:38.924Z | Compiling atty v0.2.14 |
2596 | 2024-09-25T17:08:39.072Z | Compiling rayon-core v1.12.1 |
2597 | 2024-09-25T17:08:39.085Z | Compiling cancel-safe-futures v0.1.5 |
2598 | 2024-09-25T17:08:39.231Z | Compiling same-file v1.0.6 |
2599 | 2024-09-25T17:08:39.407Z | Compiling newtype_derive v0.1.6 |
2600 | 2024-09-25T17:08:39.483Z | Compiling walkdir v2.5.0 |
2601 | 2024-09-25T17:08:39.564Z | Compiling primeorder v0.13.6 |
2602 | 2024-09-25T17:08:39.735Z | Compiling crossbeam-deque v0.8.5 |
2603 | 2024-09-25T17:08:39.778Z | Compiling secrecy v0.8.0 |
2604 | 2024-09-25T17:08:39.942Z | Compiling tokio-tungstenite v0.21.0 |
2605 | 2024-09-25T17:08:40.087Z | Compiling prettyplease v0.2.20 |
2606 | 2024-09-25T17:08:40.134Z | Compiling home v0.5.9 |
2607 | 2024-09-25T17:08:40.194Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2608 | 2024-09-25T17:08:40.475Z | Compiling atomicwrites v0.4.4 |
2609 | 2024-09-25T17:08:40.477Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2610 | 2024-09-25T17:08:40.830Z | Compiling thiserror-impl-no-std v2.0.2 |
2611 | 2024-09-25T17:08:40.849Z | Compiling libsw v3.3.1 |
2612 | 2024-09-25T17:08:40.922Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2613 | 2024-09-25T17:08:40.995Z | Compiling ring v0.16.20 |
2614 | 2024-09-25T17:08:41.013Z | Compiling blake3 v1.5.1 |
2615 | 2024-09-25T17:08:41.019Z | Compiling derive-where v1.2.7 |
2616 | 2024-09-25T17:08:41.153Z | Compiling half v2.4.1 |
2617 | 2024-09-25T17:08:41.676Z | Compiling cookie v0.18.1 |
2618 | 2024-09-25T17:08:41.746Z | Compiling unicase v2.7.0 |
2619 | 2024-09-25T17:08:41.998Z | Compiling quick-error v1.2.3 |
2620 | 2024-09-25T17:08:42.060Z | Compiling indent_write v2.2.0 |
2621 | 2024-09-25T17:08:42.083Z | Compiling linear-map v1.2.0 |
2622 | 2024-09-25T17:08:42.140Z | Compiling arc-swap v1.7.1 |
2623 | 2024-09-25T17:08:42.140Z | Compiling termcolor v1.4.1 |
2624 | 2024-09-25T17:08:42.271Z | Compiling linked-hash-map v0.5.6 |
2625 | 2024-09-25T17:08:42.470Z | Compiling ciborium-io v0.2.2 |
2626 | 2024-09-25T17:08:42.613Z | Compiling owo-colors v4.0.0 |
2627 | 2024-09-25T17:08:42.658Z | Compiling env_logger v0.9.3 |
2628 | 2024-09-25T17:08:42.803Z | Compiling lru-cache v0.1.2 |
2629 | 2024-09-25T17:08:43.030Z | Compiling slog-scope v4.4.0 |
2630 | 2024-09-25T17:08:43.083Z | Compiling ciborium-ll v0.2.2 |
2631 | 2024-09-25T17:08:43.599Z | Compiling resolv-conf v0.7.0 |
2632 | 2024-09-25T17:08:44.031Z | Compiling thiserror-no-std v2.0.2 |
2633 | 2024-09-25T17:08:44.228Z | Compiling rayon v1.10.0 |
2634 | 2024-09-25T17:08:44.393Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2635 | 2024-09-25T17:08:44.582Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2636 | 2024-09-25T17:08:44.846Z | Compiling polyval v0.6.2 |
2637 | 2024-09-25T17:08:44.881Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2638 | 2024-09-25T17:08:45.331Z | Compiling bitstruct_derive v0.1.0 |
2639 | 2024-09-25T17:08:45.335Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2640 | 2024-09-25T17:08:45.363Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2641 | 2024-09-25T17:08:45.472Z | Compiling memmap2 v0.9.4 |
2642 | 2024-09-25T17:08:45.525Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2643 | 2024-09-25T17:08:45.707Z | Compiling spin v0.5.2 |
2644 | 2024-09-25T17:08:45.938Z | Compiling libefi-sys v0.1.0 |
2645 | 2024-09-25T17:08:45.958Z | Compiling arrayvec v0.7.4 |
2646 | 2024-09-25T17:08:46.054Z | Compiling arrayref v0.3.7 |
2647 | 2024-09-25T17:08:46.171Z | Compiling salty v0.3.0 |
2648 | 2024-09-25T17:08:46.252Z | Compiling constant_time_eq v0.3.0 |
2649 | 2024-09-25T17:08:46.397Z | Compiling ascii v1.1.0 |
2650 | 2024-09-25T17:08:46.429Z | Compiling untrusted v0.7.1 |
2651 | 2024-09-25T17:08:46.625Z | Compiling highway v1.2.0 |
2652 | 2024-09-25T17:08:46.643Z | Compiling parking_lot_core v0.8.6 |
2653 | 2024-09-25T17:08:46.725Z | Compiling bitstruct v0.1.1 |
2654 | 2024-09-25T17:08:46.854Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2655 | 2024-09-25T17:08:47.185Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2656 | 2024-09-25T17:08:47.420Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2657 | 2024-09-25T17:08:47.526Z | Compiling ghash v0.5.1 |
2658 | 2024-09-25T17:08:47.737Z | Compiling steno v0.4.1 |
2659 | 2024-09-25T17:08:48.660Z | Compiling vsss-rs v3.3.4 |
2660 | 2024-09-25T17:08:48.739Z | Compiling hickory-resolver v0.24.1 |
2661 | 2024-09-25T17:08:48.739Z | Compiling ciborium v0.2.2 |
2662 | 2024-09-25T17:08:49.061Z | Compiling slog-stdlog v4.1.1 |
2663 | 2024-09-25T17:08:49.761Z | Compiling toolchain_find v0.4.0 |
2664 | 2024-09-25T17:08:50.057Z | Compiling p384 v0.13.0 |
2665 | 2024-09-25T17:08:50.216Z | Compiling chacha20poly1305 v0.10.1 |
2666 | 2024-09-25T17:08:50.449Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2667 | 2024-09-25T17:08:50.487Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2668 | 2024-09-25T17:08:50.691Z | Compiling ctr v0.9.2 |
2669 | 2024-09-25T17:08:50.871Z | Compiling erased-serde v0.3.31 |
2670 | 2024-09-25T17:08:51.072Z | Compiling serde_arrays v0.1.0 |
2671 | 2024-09-25T17:08:51.156Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2672 | 2024-09-25T17:08:51.254Z | Compiling bitfield-struct v0.6.1 |
2673 | 2024-09-25T17:08:51.583Z | Compiling slog-dtrace v0.3.0 |
2674 | 2024-09-25T17:08:51.601Z | Compiling rustls v0.23.10 |
2675 | 2024-09-25T17:08:51.899Z | Compiling topological-sort v0.2.2 |
2676 | 2024-09-25T17:08:52.125Z | Compiling omicron-zone-package v0.11.0 |
2677 | 2024-09-25T17:08:52.144Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2678 | 2024-09-25T17:08:55.662Z | Compiling aes-gcm v0.10.3 |
2679 | 2024-09-25T17:08:55.674Z | Compiling rustfmt-wrapper v0.2.1 |
2680 | 2024-09-25T17:08:55.674Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2681 | 2024-09-25T17:08:55.674Z | Compiling slog-envlogger v2.2.0 |
2682 | 2024-09-25T17:08:55.674Z | Compiling mime_guess v2.0.4 |
2683 | 2024-09-25T17:08:55.674Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2684 | 2024-09-25T17:08:55.674Z | Compiling tungstenite v0.20.1 |
2685 | 2024-09-25T17:08:55.674Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2686 | 2024-09-25T17:08:55.675Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2687 | 2024-09-25T17:08:55.675Z | Compiling heck v0.3.3 |
2688 | 2024-09-25T17:08:55.675Z | Compiling ssh-encoding v0.2.0 |
2689 | 2024-09-25T17:08:55.675Z | Compiling blowfish v0.9.1 |
2690 | 2024-09-25T17:08:55.675Z | Compiling nibble_vec v0.1.0 |
2691 | 2024-09-25T17:08:55.799Z | Compiling env_filter v0.1.2 |
2692 | 2024-09-25T17:08:55.820Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2693 | 2024-09-25T17:08:55.827Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2694 | 2024-09-25T17:08:55.950Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2695 | 2024-09-25T17:08:56.154Z | Compiling endian-type v0.1.2 |
2696 | 2024-09-25T17:08:56.201Z | Compiling env_logger v0.11.5 |
2697 | 2024-09-25T17:08:56.295Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2698 | 2024-09-25T17:08:56.382Z | Compiling radix_trie v0.2.1 |
2699 | 2024-09-25T17:08:56.497Z | Compiling ssh-cipher v0.2.0 |
2700 | 2024-09-25T17:08:56.561Z | Compiling zone_cfg_derive v0.1.2 |
2701 | 2024-09-25T17:08:56.926Z | Compiling bcrypt-pbkdf v0.10.0 |
2702 | 2024-09-25T17:08:57.116Z | Compiling tokio-tungstenite v0.20.1 |
2703 | 2024-09-25T17:08:57.612Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2704 | 2024-09-25T17:08:57.668Z | Compiling parking_lot v0.11.2 |
2705 | 2024-09-25T17:08:57.786Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2706 | 2024-09-25T17:08:58.255Z | Compiling gethostname v0.5.0 |
2707 | 2024-09-25T17:08:58.494Z | Compiling password-hash v0.4.2 |
2708 | 2024-09-25T17:08:58.559Z | Compiling fxhash v0.2.1 |
2709 | 2024-09-25T17:08:58.585Z | Compiling base64 v0.13.1 |
2710 | 2024-09-25T17:08:58.609Z | Compiling matches v0.1.10 |
2711 | 2024-09-25T17:08:58.719Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2712 | 2024-09-25T17:08:58.773Z | Compiling sled v0.34.7 |
2713 | 2024-09-25T17:08:58.808Z | Compiling idna v0.2.3 |
2714 | 2024-09-25T17:08:59.079Z | Compiling ron v0.7.1 |
2715 | 2024-09-25T17:08:59.219Z | Compiling pbkdf2 v0.11.0 |
2716 | 2024-09-25T17:08:59.377Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2717 | 2024-09-25T17:08:59.572Z | Compiling zone v0.1.8 |
2718 | 2024-09-25T17:09:00.592Z | Compiling ssh-key v0.6.6 |
2719 | 2024-09-25T17:09:01.242Z | Compiling hickory-client v0.24.1 |
2720 | 2024-09-25T17:09:01.941Z | Compiling p521 v0.13.3 |
2721 | 2024-09-25T17:09:02.693Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2722 | 2024-09-25T17:09:03.145Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2723 | 2024-09-25T17:09:03.857Z | Compiling tokio-rustls v0.26.0 |
2724 | 2024-09-25T17:09:04.339Z | Compiling p256 v0.13.2 |
2725 | 2024-09-25T17:09:04.358Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2726 | 2024-09-25T17:09:05.221Z | Compiling hickory-server v0.24.1 |
2727 | 2024-09-25T17:09:05.272Z | Compiling pem v3.0.4 |
2728 | 2024-09-25T17:09:05.381Z | Compiling enum-as-inner v0.5.1 |
2729 | 2024-09-25T17:09:06.087Z | Compiling yasna v0.5.2 |
2730 | 2024-09-25T17:09:06.364Z | Compiling headers-core v0.2.0 |
2731 | 2024-09-25T17:09:06.465Z | Compiling portpicker v0.1.1 |
2732 | 2024-09-25T17:09:06.539Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2733 | 2024-09-25T17:09:06.830Z | Compiling kstat-rs v0.2.4 |
2734 | 2024-09-25T17:09:06.929Z | Compiling nanorand v0.7.0 |
2735 | 2024-09-25T17:09:07.485Z | Compiling russh-cryptovec v0.7.2 |
2736 | 2024-09-25T17:09:07.525Z | Compiling md5 v0.7.0 |
2737 | 2024-09-25T17:09:07.759Z | Compiling glob v0.3.1 |
2738 | 2024-09-25T17:09:07.826Z | Compiling http-range v0.1.5 |
2739 | 2024-09-25T17:09:08.058Z | Compiling hyper-staticfile v0.9.5 |
2740 | 2024-09-25T17:09:08.213Z | Compiling russh-keys v0.45.0 |
2741 | 2024-09-25T17:09:08.745Z | Compiling flume v0.11.0 |
2742 | 2024-09-25T17:09:09.045Z | Compiling rcgen v0.12.1 |
2743 | 2024-09-25T17:09:09.490Z | Compiling headers v0.3.9 |
2744 | 2024-09-25T17:09:09.722Z | Compiling trust-dns-proto v0.22.0 |
2745 | 2024-09-25T17:09:10.281Z | Compiling num-bigint v0.4.5 |
2746 | 2024-09-25T17:09:11.472Z | Compiling itertools v0.13.0 |
2747 | 2024-09-25T17:09:11.508Z | Compiling des v0.8.1 |
2748 | 2024-09-25T17:09:11.528Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2749 | 2024-09-25T17:09:11.751Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2750 | 2024-09-25T17:09:11.850Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2751 | 2024-09-25T17:09:12.396Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2752 | 2024-09-25T17:09:12.575Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2753 | 2024-09-25T17:09:13.816Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2754 | 2024-09-25T17:09:14.752Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2755 | 2024-09-25T17:09:17.962Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2756 | 2024-09-25T17:09:18.999Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2757 | 2024-09-25T17:09:19.705Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2758 | 2024-09-25T17:09:19.802Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2759 | 2024-09-25T17:09:20.440Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2760 | 2024-09-25T17:09:21.094Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2761 | 2024-09-25T17:09:21.978Z | Compiling subprocess v0.2.9 |
2762 | 2024-09-25T17:09:22.862Z | Compiling display-error-chain v0.2.1 |
2763 | 2024-09-25T17:09:23.055Z | Compiling dhcproto-macros v0.1.0 |
2764 | 2024-09-25T17:09:23.966Z | Compiling hex-literal v0.4.1 |
2765 | 2024-09-25T17:09:24.061Z | Compiling dhcproto v0.12.0 |
2766 | 2024-09-25T17:09:24.120Z | Compiling russh v0.45.0 |
2767 | 2024-09-25T17:09:25.391Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2768 | 2024-09-25T17:09:26.443Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2769 | 2024-09-25T17:09:26.953Z | Compiling internet-checksum v0.2.1 |
2770 | 2024-09-25T17:09:29.881Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2771 | 2024-09-25T17:09:30.510Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2772 | 2024-09-25T17:09:30.614Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2773 | 2024-09-25T17:09:31.393Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2774 | 2024-09-25T17:09:32.207Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2775 | 2024-09-25T17:09:33.794Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2776 | 2024-09-25T17:09:34.018Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2777 | 2024-09-25T17:09:34.782Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2778 | 2024-09-25T17:09:35.297Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2779 | 2024-09-25T17:09:37.212Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2780 | 2024-09-25T17:09:37.377Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2781 | 2024-09-25T17:09:37.746Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2782 | 2024-09-25T17:09:38.665Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2783 | 2024-09-25T17:09:39.561Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2784 | 2024-09-25T17:09:41.289Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2785 | 2024-09-25T17:09:44.313Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2786 | 2024-09-25T17:09:44.743Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2787 | 2024-09-25T17:09:45.049Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2788 | 2024-09-25T17:09:47.375Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2789 | 2024-09-25T17:09:48.886Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2790 | 2024-09-25T17:09:50.130Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2791 | 2024-09-25T17:09:51.276Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2792 | 2024-09-25T17:09:54.579Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2793 | 2024-09-25T17:10:00.862Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2794 | 2024-09-25T17:10:00.862Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2795 | 2024-09-25T17:10:02.784Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2796 | 2024-09-25T17:10:20.256Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2797 | 2024-09-25T17:10:55.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s |
2798 | 2024-09-25T17:10:55.589Z | |
2799 | 2024-09-25T17:10:55.589Z | real 2:37.365109987 |
2800 | 2024-09-25T17:10:55.589Z | user 12:43.653343241 |
2801 | 2024-09-25T17:10:55.589Z | sys 2:46.953393225 |
2802 | 2024-09-25T17:10:55.589Z | trap 0.349462122 |
2803 | 2024-09-25T17:10:55.589Z | tflt 1.479965033 |
2804 | 2024-09-25T17:10:55.589Z | dflt 1.485544778 |
2805 | 2024-09-25T17:10:55.591Z | kflt 0.000002659 |
2806 | 2024-09-25T17:10:55.592Z | lock 27:24.661318226 |
2807 | 2024-09-25T17:10:55.592Z | slp 48:03.760871672 |
2808 | 2024-09-25T17:10:55.592Z | lat 40.429332201 |
2809 | 2024-09-25T17:10:55.592Z | stop 1:40.668258009 |
2810 | 2024-09-25T17:10:55.592Z | + mkdir tests |
2811 | 2024-09-25T17:10:55.595Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2812 | 2024-09-25T17:10:55.595Z | + xargs -I '{}' -t cp '{}' tests/ |
2813 | 2024-09-25T17:10:55.639Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d81aed9fa3d636b6 tests/ |
2814 | 2024-09-25T17:10:55.658Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-21ad42915bd9baa9 tests/ |
2815 | 2024-09-25T17:10:55.677Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-39d8ad568eb0d040 tests/ |
2816 | 2024-09-25T17:10:55.696Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6b10348b6cbe5e0d tests/ |
2817 | 2024-09-25T17:10:55.861Z | + files=(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/*) |
2818 | 2024-09-25T17:10:55.863Z | + ptime -m tar cvzf /work/package.tar.gz 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-21ad42915bd9baa9 tests/commtest-39d8ad568eb0d040 tests/dhcp_server-d81aed9fa3d636b6 tests/end_to_end_tests-6b10348b6cbe5e0d 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 |
2819 | 2024-09-25T17:11:59.176Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2820 | 2024-09-25T17:11:59.176Z | a out/target/test 1K |
2821 | 2024-09-25T17:11:59.176Z | a out/npuzone/npuzone 23144K |
2822 | 2024-09-25T17:11:59.176Z | a package-manifest.toml 32K |
2823 | 2024-09-25T17:11:59.176Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2824 | 2024-09-25T17:11:59.176Z | a target/release/omicron-package 32530K |
2825 | 2024-09-25T17:11:59.176Z | a target/release/xtask 11987K |
2826 | 2024-09-25T17:11:59.176Z | a target/debug/bootstrap 194046K |
2827 | 2024-09-25T17:11:59.176Z | a tests/bootstrap-21ad42915bd9baa9 23974K |
2828 | 2024-09-25T17:11:59.176Z | a tests/commtest-39d8ad568eb0d040 24453K |
2829 | 2024-09-25T17:11:59.176Z | a tests/dhcp_server-d81aed9fa3d636b6 23974K |
2830 | 2024-09-25T17:11:59.176Z | a tests/end_to_end_tests-6b10348b6cbe5e0d 206211K |
2831 | 2024-09-25T17:11:59.176Z | a out/clickhouse.tar.gz 233693K |
2832 | 2024-09-25T17:11:59.176Z | a out/clickhouse_keeper.tar.gz 233670K |
2833 | 2024-09-25T17:11:59.176Z | a out/clickhouse_server.tar.gz 233669K |
2834 | 2024-09-25T17:11:59.176Z | a out/cockroachdb.tar.gz 132159K |
2835 | 2024-09-25T17:11:59.176Z | a out/crucible-dtrace.tar 84K |
2836 | 2024-09-25T17:11:59.176Z | a out/crucible-pantry-zone.tar.gz 25979K |
2837 | 2024-09-25T17:11:59.176Z | a out/crucible-zone.tar.gz 34245K |
2838 | 2024-09-25T17:11:59.177Z | a out/external-dns.tar.gz 25065K |
2839 | 2024-09-25T17:11:59.177Z | a out/internal-dns.tar.gz 25065K |
2840 | 2024-09-25T17:11:59.177Z | a out/mg-ddm-gz.tar 62160K |
2841 | 2024-09-25T17:11:59.177Z | a out/nexus.tar.gz 93050K |
2842 | 2024-09-25T17:11:59.177Z | a out/ntp.tar.gz 9054K |
2843 | 2024-09-25T17:11:59.177Z | a out/omicron-gateway-softnpu.tar.gz 20929K |
2844 | 2024-09-25T17:11:59.177Z | a out/omicron-sled-agent.tar 102171K |
2845 | 2024-09-25T17:11:59.177Z | a out/overlay.tar.gz 3K |
2846 | 2024-09-25T17:11:59.177Z | a out/oximeter.tar.gz 43438K |
2847 | 2024-09-25T17:11:59.177Z | a out/oxlog.tar 3037K |
2848 | 2024-09-25T17:11:59.177Z | a out/probe.tar.gz 2764K |
2849 | 2024-09-25T17:11:59.177Z | a out/propolis-server.tar.gz 65693K |
2850 | 2024-09-25T17:11:59.177Z | a out/pumpkind-gz.tar 26665K |
2851 | 2024-09-25T17:11:59.177Z | a out/switch-softnpu.tar.gz 218446K |
2852 | 2024-09-25T17:11:59.179Z | |
2853 | 2024-09-25T17:11:59.179Z | real 1:03.305450095 |
2854 | 2024-09-25T17:11:59.180Z | user 1:00.557532468 |
2855 | 2024-09-25T17:11:59.180Z | sys 3.652351691 |
2856 | 2024-09-25T17:11:59.180Z | trap 0.015341597 |
2857 | 2024-09-25T17:11:59.180Z | tflt 0.000000000 |
2858 | 2024-09-25T17:11:59.180Z | dflt 0.000000000 |
2859 | 2024-09-25T17:11:59.180Z | kflt 0.000000000 |
2860 | 2024-09-25T17:11:59.180Z | lock 0.000000000 |
2861 | 2024-09-25T17:11:59.180Z | slp 1:00.636679247 |
2862 | 2024-09-25T17:11:59.180Z | lat 1.742897711 |
2863 | 2024-09-25T17:11:59.180Z | stop 0.000218494 |
2864 | 2024-09-25T17:11:59.182Z | process exited: duration 1794704 ms, exit code 0 |
|
2865 | 2024-09-25T17:11:59.194Z | found 1 output files |
2866 | 2024-09-25T17:11:59.194Z | uploading: /work/package.tar.gz (1632548203 bytes) |
2867 | 2024-09-25T17:12:28.634Z | uploaded: /work/package.tar.gz |