|
|
|
1 | 2024-09-11T21:13:34.899Z | job assigned to worker 01J7HEW2WEKFWN5FJAQE1TEYJJ (queued for 1 m 16 s) |
|
2 | 2024-09-11T21:13:42.548Z | starting task 0: "setup" |
3 | 2024-09-11T21:13:42.558Z | ++ uname -s |
4 | 2024-09-11T21:13:42.561Z | + kern=SunOS |
5 | 2024-09-11T21:13:42.561Z | + case "$kern" in |
6 | 2024-09-11T21:13:42.561Z | + groupadd -g 12345 build |
7 | 2024-09-11T21:13:42.561Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-11T21:13:44.573Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-11T21:13:44.700Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-11T21:13:44.702Z | + home_fs=zfs |
11 | 2024-09-11T21:13:44.702Z | + [[ zfs == autofs ]] |
12 | 2024-09-11T21:13:44.702Z | + mkdir -p /home/build |
13 | 2024-09-11T21:13:44.706Z | + chown build:build /home/build /work |
14 | 2024-09-11T21:13:46.707Z | + chmod 0700 /home/build /work |
15 | 2024-09-11T21:13:46.710Z | process exited: duration 4164 ms, exit code 0 |
|
16 | 2024-09-11T21:13:46.715Z | starting task 1: "rust-toolchain" |
17 | 2024-09-11T21:13:46.728Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-11T21:13:46.728Z | * toolchain channel = "1.80.1" |
19 | 2024-09-11T21:13:46.728Z | * toolchain profile = "default" |
20 | 2024-09-11T21:13:46.728Z | ' 1.80.1 |
21 | 2024-09-11T21:13:46.728Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-11T21:13:46.728Z | ' default |
23 | 2024-09-11T21:13:46.728Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-11T21:13:46.728Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-11T21:13:46.843Z | info: downloading installer |
26 | 2024-09-11T21:13:47.947Z | info: profile set to 'default' |
27 | 2024-09-11T21:13:47.947Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-11T21:13:47.947Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-11T21:13:48.078Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-11T21:13:48.078Z | info: downloading component 'cargo' |
31 | 2024-09-11T21:13:48.728Z | info: downloading component 'clippy' |
32 | 2024-09-11T21:13:48.947Z | info: downloading component 'rust-docs' |
33 | 2024-09-11T21:13:49.827Z | info: downloading component 'rust-std' |
34 | 2024-09-11T21:13:51.076Z | info: downloading component 'rustc' |
35 | 2024-09-11T21:13:54.508Z | info: downloading component 'rustfmt' |
36 | 2024-09-11T21:13:54.696Z | info: installing component 'cargo' |
37 | 2024-09-11T21:13:55.555Z | info: installing component 'clippy' |
38 | 2024-09-11T21:13:55.925Z | info: installing component 'rust-docs' |
39 | 2024-09-11T21:13:57.575Z | info: installing component 'rust-std' |
40 | 2024-09-11T21:13:59.257Z | info: installing component 'rustc' |
41 | 2024-09-11T21:14:03.630Z | info: installing component 'rustfmt' |
42 | 2024-09-11T21:14:03.972Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-11T21:14:03.972Z | |
44 | 2024-09-11T21:14:04.223Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-11T21:14:04.223Z | |
46 | 2024-09-11T21:14:04.226Z | |
47 | 2024-09-11T21:14:04.226Z | Rust is installed now. Great! |
48 | 2024-09-11T21:14:04.226Z | |
49 | 2024-09-11T21:14:04.226Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-11T21:14:04.226Z | environment variable. This has not been done automatically. |
51 | 2024-09-11T21:14:04.226Z | |
52 | 2024-09-11T21:14:04.226Z | To configure your current shell, you need to source |
53 | 2024-09-11T21:14:04.226Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-11T21:14:04.226Z | |
55 | 2024-09-11T21:14:04.226Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-11T21:14:04.226Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-11T21:14:04.226Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-11T21:14:04.285Z | + rustc --version |
59 | 2024-09-11T21:14:04.351Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-11T21:14:04.354Z | process exited: duration 17638 ms, exit code 0 |
|
61 | 2024-09-11T21:14:04.361Z | starting task 2: "authentication" |
62 | 2024-09-11T21:14:04.383Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-09-11T21:14:04.388Z | starting task 3: "clone repository" |
64 | 2024-09-11T21:14:04.393Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-11T21:14:04.396Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-11T21:14:04.432Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-11T21:14:09.753Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-11T21:14:09.755Z | + git fetch origin 4c15433fa1cf87c3356ed598d74984bb3d496bde |
69 | 2024-09-11T21:14:10.030Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-11T21:14:10.031Z | * branch 4c15433fa1cf87c3356ed598d74984bb3d496bde -> FETCH_HEAD |
71 | 2024-09-11T21:14:10.042Z | + [[ -n eliza/updater-omdb-nice ]] |
72 | 2024-09-11T21:14:10.045Z | ++ git branch --show-current |
73 | 2024-09-11T21:14:10.047Z | + current=main |
74 | 2024-09-11T21:14:10.047Z | + [[ main != eliza/updater-omdb-nice ]] |
75 | 2024-09-11T21:14:10.047Z | + git branch -f eliza/updater-omdb-nice 4c15433fa1cf87c3356ed598d74984bb3d496bde |
76 | 2024-09-11T21:14:10.051Z | + git checkout -f eliza/updater-omdb-nice |
77 | 2024-09-11T21:14:10.213Z | Switched to branch 'eliza/updater-omdb-nice' |
78 | 2024-09-11T21:14:10.215Z | + git reset --hard 4c15433fa1cf87c3356ed598d74984bb3d496bde |
79 | 2024-09-11T21:14:10.375Z | HEAD is now at 4c15433fa gurgle |
80 | 2024-09-11T21:14:10.379Z | process exited: duration 5988 ms, exit code 0 |
|
81 | 2024-09-11T21:14:10.384Z | starting task 4: "build" |
82 | 2024-09-11T21:14:10.390Z | + cargo --version |
83 | 2024-09-11T21:14:10.449Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-11T21:14:10.452Z | + rustc --version |
85 | 2024-09-11T21:14:10.517Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-11T21:14:10.520Z | + WORK=/work |
87 | 2024-09-11T21:14:10.520Z | + pfexec mkdir -p /work |
88 | 2024-09-11T21:14:10.525Z | + pfexec chown build /work |
89 | 2024-09-11T21:14:10.529Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-11T21:14:21.719Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-11T21:14:24.188Z | Startup: Caching catalogs ... Done |
92 | 2024-09-11T21:14:26.672Z | Planning: Solver setup ... Done (1.761s) |
93 | 2024-09-11T21:14:26.873Z | Planning: Running solver ... Done (0.203s) |
94 | 2024-09-11T21:14:26.925Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-09-11T21:14:26.956Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-11T21:14:27.216Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-11T21:14:27.329Z | Planning: Package planning ... Done (0.111s) |
98 | 2024-09-11T21:14:27.386Z | Planning: Merging actions ... Done (0.058s) |
99 | 2024-09-11T21:14:27.611Z | Planning: Checking for conflicting actions ... Done (0.225s) |
100 | 2024-09-11T21:14:29.425Z | Planning: Consolidating action changes ... Done (1.813s) |
101 | 2024-09-11T21:14:29.869Z | Planning: Evaluating mediators ... Done (0.444s) |
102 | 2024-09-11T21:14:29.962Z | Planning: Planning completed in 5.70 seconds |
103 | 2024-09-11T21:14:29.979Z | Packages to install: 4 |
104 | 2024-09-11T21:14:29.979Z | Packages to update: 1 |
105 | 2024-09-11T21:14:29.979Z | Mediators to change: 2 |
106 | 2024-09-11T21:14:29.982Z | Services to change: 1 |
107 | 2024-09-11T21:14:29.982Z | Estimated space available: 155.72 GB |
108 | 2024-09-11T21:14:29.982Z | Estimated space to be consumed: 1.54 GB |
109 | 2024-09-11T21:14:29.982Z | Create boot environment: No |
110 | 2024-09-11T21:14:29.982Z | Create backup boot environment: Yes |
111 | 2024-09-11T21:14:29.982Z | Rebuild boot archive: No |
112 | 2024-09-11T21:14:29.982Z | |
113 | 2024-09-11T21:14:29.982Z | Changed mediators: |
114 | 2024-09-11T21:14:29.982Z | mediator clang: |
115 | 2024-09-11T21:14:29.982Z | version: None -> 15 (system default) |
116 | 2024-09-11T21:14:29.982Z | |
117 | 2024-09-11T21:14:29.982Z | mediator llvm: |
118 | 2024-09-11T21:14:29.982Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-11T21:14:29.982Z | |
120 | 2024-09-11T21:14:29.982Z | Changed packages: |
121 | 2024-09-11T21:14:29.982Z | helios-dev |
122 | 2024-09-11T21:14:29.982Z | developer/build-essential |
123 | 2024-09-11T21:14:29.982Z | None -> 11-2.0 |
124 | 2024-09-11T21:14:29.982Z | library/libxmlsec1 |
125 | 2024-09-11T21:14:29.982Z | None -> 1.2.35-2.0 |
126 | 2024-09-11T21:14:29.982Z | ooce/developer/clang-15 |
127 | 2024-09-11T21:14:29.983Z | None -> 15.0.7-2.0 |
128 | 2024-09-11T21:14:29.983Z | ooce/developer/llvm-15 |
129 | 2024-09-11T21:14:29.983Z | None -> 15.0.7-2.0 |
130 | 2024-09-11T21:14:29.983Z | package/pkg |
131 | 2024-09-11T21:14:29.983Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-11T21:14:29.983Z | |
133 | 2024-09-11T21:14:29.983Z | Services: |
134 | 2024-09-11T21:14:29.983Z | restart_fmri: |
135 | 2024-09-11T21:14:29.983Z | svc:/system/update-man-index:default |
136 | 2024-09-11T21:14:29.983Z | |
137 | 2024-09-11T21:14:29.983Z | Editable files to change: |
138 | 2024-09-11T21:14:29.983Z | Update: |
139 | 2024-09-11T21:14:29.983Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-11T21:14:30.062Z | |
141 | 2024-09-11T21:14:30.062Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-11T21:14:35.063Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (16.8M/s) |
143 | 2024-09-11T21:14:40.234Z | Download: 2220/4281 items 117.0/220.6MB 53% complete (12.2M/s) |
144 | 2024-09-11T21:14:45.269Z | Download: 2306/4281 items 119.8/220.6MB 54% complete (3.8M/s) |
145 | 2024-09-11T21:14:50.242Z | Download: 2944/4281 items 121.2/220.6MB 54% complete (432k/s) |
146 | 2024-09-11T21:14:55.573Z | Download: 3245/4281 items 203.0/220.6MB 92% complete (8.4M/s) |
147 | 2024-09-11T21:15:00.574Z | Download: 4002/4281 items 218.7/220.6MB 99% complete (9.7M/s) |
148 | 2024-09-11T21:15:02.328Z | Download: Completed 220.60 MB in 32.27 seconds (6.8M/s) |
149 | 2024-09-11T21:15:04.498Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-09-11T21:15:04.518Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-09-11T21:15:09.346Z | Actions: 4226/5063 actions (Updating modified actions) |
152 | 2024-09-11T21:15:09.661Z | Actions: Completed 5063 actions in 5.16 seconds. |
153 | 2024-09-11T21:15:09.839Z | Done (0.168s) |
154 | 2024-09-11T21:15:09.842Z | Done (0.000s) |
155 | 2024-09-11T21:15:10.239Z | Done (0.398s) |
156 | 2024-09-11T21:15:15.305Z | Done (4.872s) |
157 | 2024-09-11T21:15:15.410Z | Done (0.019s) |
158 | 2024-09-11T21:15:15.413Z | Done (0.000s) |
159 | 2024-09-11T21:15:15.580Z | Done (0.000s) |
160 | 2024-09-11T21:15:16.254Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-09-11T21:15:16.427Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-09-11T21:15:16.429Z | Planning: Consolidating action changes ... Done |
163 | 2024-09-11T21:15:16.717Z | Planning: Evaluating mediators ... Done |
164 | 2024-09-11T21:15:16.719Z | Planning: Planning completed in 0.46 seconds |
165 | 2024-09-11T21:15:16.759Z | Mediators to change: 2 |
166 | 2024-09-11T21:15:16.759Z | Create boot environment: No |
167 | 2024-09-11T21:15:16.759Z | Create backup boot environment: No |
168 | 2024-09-11T21:15:16.841Z | Done |
169 | 2024-09-11T21:15:16.841Z | Done |
170 | 2024-09-11T21:15:17.101Z | Done |
171 | 2024-09-11T21:15:21.295Z | Done |
172 | 2024-09-11T21:15:21.403Z | Done |
173 | 2024-09-11T21:15:21.405Z | Done |
174 | 2024-09-11T21:15:21.503Z | Done |
175 | 2024-09-11T21:15:22.183Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-09-11T21:15:22.185Z | Planning: Merging actions ... Done |
177 | 2024-09-11T21:15:22.390Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-09-11T21:15:22.393Z | Planning: Consolidating action changes ... Done |
179 | 2024-09-11T21:15:22.677Z | Planning: Evaluating mediators ... Done |
180 | 2024-09-11T21:15:22.738Z | Planning: Planning completed in 0.81 seconds |
181 | 2024-09-11T21:15:22.781Z | Packages to change: 1 |
182 | 2024-09-11T21:15:22.782Z | Mediators to change: 1 |
183 | 2024-09-11T21:15:22.782Z | Services to change: 1 |
184 | 2024-09-11T21:15:22.782Z | Create boot environment: No |
185 | 2024-09-11T21:15:22.785Z | Create backup boot environment: Yes |
186 | 2024-09-11T21:15:24.942Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-09-11T21:15:24.944Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2024-09-11T21:15:24.945Z | Done |
189 | 2024-09-11T21:15:24.945Z | Done |
190 | 2024-09-11T21:15:25.029Z | Done |
191 | 2024-09-11T21:15:29.259Z | Done |
192 | 2024-09-11T21:15:29.362Z | Done |
193 | 2024-09-11T21:15:29.365Z | Done |
194 | 2024-09-11T21:15:29.478Z | Done |
195 | 2024-09-11T21:15:29.958Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-09-11T21:15:29.958Z | clang system 15 system |
197 | 2024-09-11T21:15:29.958Z | csh system system illumos |
198 | 2024-09-11T21:15:29.958Z | ctags system system illumos |
199 | 2024-09-11T21:15:29.958Z | gcc vendor 12 vendor |
200 | 2024-09-11T21:15:29.958Z | gcc system 10 system |
201 | 2024-09-11T21:15:29.958Z | gcc system 7 system |
202 | 2024-09-11T21:15:29.958Z | go system 1.20 system |
203 | 2024-09-11T21:15:29.958Z | go system 1.19 system |
204 | 2024-09-11T21:15:29.958Z | llvm system 15 system |
205 | 2024-09-11T21:15:29.958Z | llvm system 14 system |
206 | 2024-09-11T21:15:29.958Z | mariadb system 10.6 system |
207 | 2024-09-11T21:15:29.958Z | mta vendor vendor dma |
208 | 2024-09-11T21:15:29.958Z | openjdk system 17 system |
209 | 2024-09-11T21:15:29.958Z | openjdk system 11 system |
210 | 2024-09-11T21:15:29.958Z | openjdk system 1.8 system |
211 | 2024-09-11T21:15:29.958Z | openssl vendor 3 vendor |
212 | 2024-09-11T21:15:29.959Z | perl system 5.36 system |
213 | 2024-09-11T21:15:29.959Z | postgresql system 15 system |
214 | 2024-09-11T21:15:29.959Z | postgresql system 13 system |
215 | 2024-09-11T21:15:29.959Z | python vendor 3 vendor |
216 | 2024-09-11T21:15:29.959Z | python system 2 system |
217 | 2024-09-11T21:15:29.963Z | python3 system 3.11 system |
218 | 2024-09-11T21:15:29.963Z | ruby system 3.0 system |
219 | 2024-09-11T21:15:29.963Z | words vendor vendor american-english |
220 | 2024-09-11T21:15:29.963Z | words system system australian-english |
221 | 2024-09-11T21:15:29.963Z | words system system british-english |
222 | 2024-09-11T21:15:29.963Z | words system system canadian-english |
223 | 2024-09-11T21:15:29.963Z | words system system french |
224 | 2024-09-11T21:15:29.963Z | words system system italian |
225 | 2024-09-11T21:15:29.963Z | words system system ngerman |
226 | 2024-09-11T21:15:29.963Z | words system system ogerman |
227 | 2024-09-11T21:15:29.963Z | words system system spanish |
228 | 2024-09-11T21:15:30.336Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2024-09-11T21:15:30.336Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2024-09-11T21:15:32.506Z | FMRI IFO |
231 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
238 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
239 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
242 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-09-11T21:15:32.506Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
244 | 2024-09-11T21:15:33.009Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
245 | 2024-09-11T21:15:33.280Z | Updating crates.io index |
246 | 2024-09-11T21:15:33.338Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
247 | 2024-09-11T21:15:34.094Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
248 | 2024-09-11T21:15:34.844Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
249 | 2024-09-11T21:15:35.115Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
250 | 2024-09-11T21:15:36.648Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
251 | 2024-09-11T21:15:36.932Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
252 | 2024-09-11T21:15:37.177Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
253 | 2024-09-11T21:15:38.219Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
254 | 2024-09-11T21:15:40.260Z | Updating git repository `https://github.com/oxidecomputer/opte` |
255 | 2024-09-11T21:15:41.292Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
256 | 2024-09-11T21:15:42.120Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
257 | 2024-09-11T21:15:42.386Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
258 | 2024-09-11T21:15:43.233Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
259 | 2024-09-11T21:15:43.556Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
260 | 2024-09-11T21:15:43.920Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
261 | 2024-09-11T21:15:44.297Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
262 | 2024-09-11T21:15:44.724Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-09-11T21:15:45.008Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-09-11T21:15:45.249Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-09-11T21:15:45.510Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-09-11T21:15:45.803Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
267 | 2024-09-11T21:15:46.155Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-09-11T21:15:46.571Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-09-11T21:15:46.978Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-09-11T21:15:47.252Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-09-11T21:15:47.707Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-09-11T21:15:48.079Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-09-11T21:15:48.526Z | Updating git repository `https://github.com/oxidecomputer/typify` |
274 | 2024-09-11T21:15:50.711Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2024-09-11T21:15:50.992Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2024-09-11T21:15:51.272Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2024-09-11T21:15:51.588Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
278 | 2024-09-11T21:15:52.883Z | Downloading crates ... |
279 | 2024-09-11T21:15:52.978Z | Downloaded anstyle-parse v0.2.4 |
280 | 2024-09-11T21:15:52.982Z | Downloaded anyhow v1.0.86 |
281 | 2024-09-11T21:15:52.992Z | Downloaded anstream v0.6.14 |
282 | 2024-09-11T21:15:52.994Z | Downloaded dtrace-parser v0.2.0 |
283 | 2024-09-11T21:15:52.998Z | Downloaded swrite v0.1.0 |
284 | 2024-09-11T21:15:53.003Z | Downloaded usdt-attr-macro v0.5.0 |
285 | 2024-09-11T21:15:53.003Z | Downloaded scroll_derive v0.12.0 |
286 | 2024-09-11T21:15:53.006Z | Downloaded bitflags v2.6.0 |
287 | 2024-09-11T21:15:53.010Z | Downloaded cpufeatures v0.2.12 |
288 | 2024-09-11T21:15:53.010Z | Downloaded macaddr v1.0.1 |
289 | 2024-09-11T21:15:53.020Z | Downloaded is_terminal_polyfill v1.70.0 |
290 | 2024-09-11T21:15:53.020Z | Downloaded usdt-macro v0.5.0 |
291 | 2024-09-11T21:15:53.020Z | Downloaded plain v0.2.3 |
292 | 2024-09-11T21:15:53.020Z | Downloaded thiserror-impl v1.0.63 |
293 | 2024-09-11T21:15:53.020Z | Downloaded smawk v0.3.2 |
294 | 2024-09-11T21:15:53.020Z | Downloaded generic-array v0.14.7 |
295 | 2024-09-11T21:15:53.020Z | Downloaded unicode-linebreak v0.1.5 |
296 | 2024-09-11T21:15:53.026Z | Downloaded tabled_derive v0.7.0 |
297 | 2024-09-11T21:15:53.026Z | Downloaded version_check v0.9.5 |
298 | 2024-09-11T21:15:53.026Z | Downloaded usdt v0.5.0 |
299 | 2024-09-11T21:15:53.026Z | Downloaded memmap v0.7.0 |
300 | 2024-09-11T21:15:53.030Z | Downloaded camino v1.1.9 |
301 | 2024-09-11T21:15:53.030Z | Downloaded terminal_size v0.3.0 |
302 | 2024-09-11T21:15:53.030Z | Downloaded block-buffer v0.10.4 |
303 | 2024-09-11T21:15:53.030Z | Downloaded autocfg v1.3.0 |
304 | 2024-09-11T21:15:53.035Z | Downloaded anstyle-query v1.0.3 |
305 | 2024-09-11T21:15:53.035Z | Downloaded anstyle v1.0.8 |
306 | 2024-09-11T21:15:53.039Z | Downloaded serde_tokenstream v0.2.2 |
307 | 2024-09-11T21:15:53.039Z | Downloaded colorchoice v1.0.1 |
308 | 2024-09-11T21:15:53.039Z | Downloaded clap_lex v0.7.0 |
309 | 2024-09-11T21:15:53.039Z | Downloaded cfg-if v1.0.0 |
310 | 2024-09-11T21:15:53.039Z | Downloaded equivalent v1.0.1 |
311 | 2024-09-11T21:15:53.042Z | Downloaded heck v0.5.0 |
312 | 2024-09-11T21:15:53.042Z | Downloaded fnv v1.0.7 |
313 | 2024-09-11T21:15:53.042Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-09-11T21:15:53.047Z | Downloaded errno v0.3.9 |
315 | 2024-09-11T21:15:53.047Z | Downloaded digest v0.10.7 |
316 | 2024-09-11T21:15:53.050Z | Downloaded cargo-platform v0.1.8 |
317 | 2024-09-11T21:15:53.050Z | Downloaded bytecount v0.6.8 |
318 | 2024-09-11T21:15:53.054Z | Downloaded proc-macro-error v1.0.4 |
319 | 2024-09-11T21:15:53.056Z | Downloaded pest_derive v2.7.10 |
320 | 2024-09-11T21:15:53.060Z | Downloaded camino-tempfile v1.1.1 |
321 | 2024-09-11T21:15:53.060Z | Downloaded ryu v1.0.18 |
322 | 2024-09-11T21:15:53.062Z | Downloaded proc-macro2 v1.0.86 |
323 | 2024-09-11T21:15:53.065Z | Downloaded papergrid v0.11.0 |
324 | 2024-09-11T21:15:53.069Z | Downloaded heck v0.4.1 |
325 | 2024-09-11T21:15:53.071Z | Downloaded fastrand v2.1.0 |
326 | 2024-09-11T21:15:53.074Z | Downloaded dof v0.3.0 |
327 | 2024-09-11T21:15:53.074Z | Downloaded serde_spanned v0.6.7 |
328 | 2024-09-11T21:15:53.076Z | Downloaded crypto-common v0.1.6 |
329 | 2024-09-11T21:15:53.076Z | Downloaded proc-macro-error-attr v1.0.4 |
330 | 2024-09-11T21:15:53.076Z | Downloaded pest_generator v2.7.10 |
331 | 2024-09-11T21:15:53.079Z | Downloaded itoa v1.0.11 |
332 | 2024-09-11T21:15:53.079Z | Downloaded fs-err v2.11.0 |
333 | 2024-09-11T21:15:53.082Z | Downloaded scroll v0.12.0 |
334 | 2024-09-11T21:15:53.087Z | Downloaded thread-id v4.2.1 |
335 | 2024-09-11T21:15:53.090Z | Downloaded thiserror v1.0.63 |
336 | 2024-09-11T21:15:53.092Z | Downloaded utf8parse v0.2.1 |
337 | 2024-09-11T21:15:53.095Z | Downloaded toml_datetime v0.6.8 |
338 | 2024-09-11T21:15:53.097Z | Downloaded ucd-trie v0.1.6 |
339 | 2024-09-11T21:15:53.097Z | Downloaded cargo_toml v0.20.4 |
340 | 2024-09-11T21:15:53.100Z | Downloaded once_cell v1.19.0 |
341 | 2024-09-11T21:15:53.102Z | Downloaded clap_derive v4.5.13 |
342 | 2024-09-11T21:15:53.105Z | Downloaded cargo_metadata v0.18.1 |
343 | 2024-09-11T21:15:53.105Z | Downloaded quote v1.0.36 |
344 | 2024-09-11T21:15:53.108Z | Downloaded strsim v0.11.1 |
345 | 2024-09-11T21:15:53.110Z | Downloaded sha2 v0.10.8 |
346 | 2024-09-11T21:15:53.113Z | Downloaded semver v1.0.23 |
347 | 2024-09-11T21:15:53.115Z | Downloaded toml v0.8.19 |
348 | 2024-09-11T21:15:53.118Z | Downloaded tempfile v3.10.1 |
349 | 2024-09-11T21:15:53.120Z | Downloaded byteorder v1.5.0 |
350 | 2024-09-11T21:15:53.123Z | Downloaded serde v1.0.208 |
351 | 2024-09-11T21:15:53.127Z | Downloaded clap v4.5.16 |
352 | 2024-09-11T21:15:53.135Z | Downloaded zerocopy-derive v0.7.34 |
353 | 2024-09-11T21:15:53.142Z | Downloaded typenum v1.17.0 |
354 | 2024-09-11T21:15:53.146Z | Downloaded unicode-ident v1.0.12 |
355 | 2024-09-11T21:15:53.146Z | Downloaded textwrap v0.16.1 |
356 | 2024-09-11T21:15:53.150Z | Downloaded serde_derive v1.0.208 |
357 | 2024-09-11T21:15:53.150Z | Downloaded pest_meta v2.7.10 |
358 | 2024-09-11T21:15:53.153Z | Downloaded log v0.4.21 |
359 | 2024-09-11T21:15:53.154Z | Downloaded toml_edit v0.22.20 |
360 | 2024-09-11T21:15:53.174Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-09-11T21:15:53.176Z | Downloaded indexmap v2.4.0 |
362 | 2024-09-11T21:15:53.182Z | Downloaded memchr v2.7.2 |
363 | 2024-09-11T21:15:53.188Z | Downloaded hashbrown v0.14.5 |
364 | 2024-09-11T21:15:53.196Z | Downloaded zerocopy v0.7.34 |
365 | 2024-09-11T21:15:53.211Z | Downloaded clap_builder v4.5.15 |
366 | 2024-09-11T21:15:53.219Z | Downloaded pest v2.7.10 |
367 | 2024-09-11T21:15:53.222Z | Downloaded serde_json v1.0.125 |
368 | 2024-09-11T21:15:53.234Z | Downloaded goblin v0.8.2 |
369 | 2024-09-11T21:15:53.241Z | Downloaded winnow v0.6.18 |
370 | 2024-09-11T21:15:53.250Z | Downloaded tabled v0.15.0 |
371 | 2024-09-11T21:15:53.266Z | Downloaded syn v2.0.74 |
372 | 2024-09-11T21:15:53.277Z | Downloaded syn v1.0.109 |
373 | 2024-09-11T21:15:53.288Z | Downloaded rustix v0.38.34 |
374 | 2024-09-11T21:15:53.310Z | Downloaded unicode-width v0.1.13 |
375 | 2024-09-11T21:15:53.317Z | Downloaded libc v0.2.158 |
376 | 2024-09-11T21:15:53.631Z | Compiling proc-macro2 v1.0.86 |
377 | 2024-09-11T21:15:53.631Z | Compiling unicode-ident v1.0.12 |
378 | 2024-09-11T21:15:53.636Z | Compiling version_check v0.9.5 |
379 | 2024-09-11T21:15:53.636Z | Compiling serde v1.0.208 |
380 | 2024-09-11T21:15:53.636Z | Compiling thiserror v1.0.63 |
381 | 2024-09-11T21:15:53.636Z | Compiling memchr v2.7.2 |
382 | 2024-09-11T21:15:53.636Z | Compiling libc v0.2.158 |
383 | 2024-09-11T21:15:53.666Z | Compiling ryu v1.0.18 |
384 | 2024-09-11T21:15:53.884Z | Compiling itoa v1.0.11 |
385 | 2024-09-11T21:15:54.124Z | Compiling ucd-trie v0.1.6 |
386 | 2024-09-11T21:15:54.477Z | Compiling once_cell v1.19.0 |
387 | 2024-09-11T21:15:54.606Z | Compiling byteorder v1.5.0 |
388 | 2024-09-11T21:15:54.932Z | Compiling serde_json v1.0.125 |
389 | 2024-09-11T21:15:55.126Z | Compiling rustix v0.38.34 |
390 | 2024-09-11T21:15:55.163Z | Compiling bitflags v2.6.0 |
391 | 2024-09-11T21:15:55.415Z | Compiling usdt-impl v0.5.0 |
392 | 2024-09-11T21:15:55.450Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-09-11T21:15:55.546Z | Compiling quote v1.0.36 |
394 | 2024-09-11T21:15:55.725Z | Compiling syn v1.0.109 |
395 | 2024-09-11T21:15:55.799Z | Compiling errno v0.3.9 |
396 | 2024-09-11T21:15:55.939Z | Compiling syn v2.0.74 |
397 | 2024-09-11T21:15:56.045Z | Compiling proc-macro-error v1.0.4 |
398 | 2024-09-11T21:15:56.096Z | Compiling utf8parse v0.2.1 |
399 | 2024-09-11T21:15:56.266Z | Compiling hashbrown v0.14.5 |
400 | 2024-09-11T21:15:56.292Z | Compiling plain v0.2.3 |
401 | 2024-09-11T21:15:56.370Z | Compiling thread-id v4.2.1 |
402 | 2024-09-11T21:15:56.437Z | Compiling camino v1.1.9 |
403 | 2024-09-11T21:15:56.464Z | Compiling log v0.4.21 |
404 | 2024-09-11T21:15:56.466Z | Compiling equivalent v1.0.1 |
405 | 2024-09-11T21:15:56.741Z | Compiling anstyle-parse v0.2.4 |
406 | 2024-09-11T21:15:57.081Z | Compiling pretty-hex v0.4.1 |
407 | 2024-09-11T21:15:57.204Z | Compiling winnow v0.6.18 |
408 | 2024-09-11T21:15:57.270Z | Compiling colorchoice v1.0.1 |
409 | 2024-09-11T21:15:57.299Z | Compiling semver v1.0.23 |
410 | 2024-09-11T21:15:57.443Z | Compiling is_terminal_polyfill v1.70.0 |
411 | 2024-09-11T21:15:57.470Z | Compiling anstyle v1.0.8 |
412 | 2024-09-11T21:15:57.576Z | Compiling indexmap v2.4.0 |
413 | 2024-09-11T21:15:57.662Z | Compiling unicode-width v0.1.13 |
414 | 2024-09-11T21:15:57.878Z | Compiling autocfg v1.3.0 |
415 | 2024-09-11T21:15:57.938Z | Compiling anstyle-query v1.0.3 |
416 | 2024-09-11T21:15:58.101Z | Compiling anstream v0.6.14 |
417 | 2024-09-11T21:15:58.360Z | Compiling terminal_size v0.3.0 |
418 | 2024-09-11T21:15:58.573Z | Compiling bytecount v0.6.8 |
419 | 2024-09-11T21:15:58.802Z | Compiling fastrand v2.1.0 |
420 | 2024-09-11T21:15:58.864Z | Compiling fs-err v2.11.0 |
421 | 2024-09-11T21:15:58.925Z | Compiling anyhow v1.0.86 |
422 | 2024-09-11T21:15:58.978Z | Compiling cfg-if v1.0.0 |
423 | 2024-09-11T21:15:59.089Z | Compiling heck v0.5.0 |
424 | 2024-09-11T21:15:59.164Z | Compiling clap_lex v0.7.0 |
425 | 2024-09-11T21:15:59.191Z | Compiling fnv v1.0.7 |
426 | 2024-09-11T21:15:59.333Z | Compiling strsim v0.11.1 |
427 | 2024-09-11T21:15:59.360Z | Compiling heck v0.4.1 |
428 | 2024-09-11T21:15:59.718Z | Compiling papergrid v0.11.0 |
429 | 2024-09-11T21:15:59.885Z | Compiling clap_builder v4.5.15 |
430 | 2024-09-11T21:16:00.076Z | Compiling tempfile v3.10.1 |
431 | 2024-09-11T21:16:00.313Z | Compiling memmap v0.7.0 |
432 | 2024-09-11T21:16:00.404Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-09-11T21:16:00.680Z | Compiling smawk v0.3.2 |
434 | 2024-09-11T21:16:00.924Z | Compiling textwrap v0.16.1 |
435 | 2024-09-11T21:16:01.247Z | Compiling swrite v0.1.0 |
436 | 2024-09-11T21:16:02.643Z | Compiling tabled_derive v0.7.0 |
437 | 2024-09-11T21:16:04.254Z | Compiling tabled v0.15.0 |
438 | 2024-09-11T21:16:05.122Z | Compiling serde_derive v1.0.208 |
439 | 2024-09-11T21:16:05.122Z | Compiling thiserror-impl v1.0.63 |
440 | 2024-09-11T21:16:05.124Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-09-11T21:16:05.213Z | Compiling scroll_derive v0.12.0 |
442 | 2024-09-11T21:16:05.496Z | Compiling clap_derive v4.5.13 |
443 | 2024-09-11T21:16:06.763Z | Compiling scroll v0.12.0 |
444 | 2024-09-11T21:16:07.285Z | Compiling goblin v0.8.2 |
445 | 2024-09-11T21:16:07.374Z | Compiling zerocopy v0.7.34 |
446 | 2024-09-11T21:16:07.932Z | Compiling pest v2.7.10 |
447 | 2024-09-11T21:16:09.338Z | Compiling clap v4.5.16 |
448 | 2024-09-11T21:16:10.507Z | Compiling pest_meta v2.7.10 |
449 | 2024-09-11T21:16:11.415Z | Compiling pest_generator v2.7.10 |
450 | 2024-09-11T21:16:13.405Z | Compiling pest_derive v2.7.10 |
451 | 2024-09-11T21:16:14.179Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-09-11T21:16:16.161Z | Compiling toml_datetime v0.6.8 |
453 | 2024-09-11T21:16:16.161Z | Compiling serde_spanned v0.6.7 |
454 | 2024-09-11T21:16:16.163Z | Compiling cargo-platform v0.1.8 |
455 | 2024-09-11T21:16:16.541Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-09-11T21:16:16.629Z | Compiling toml_edit v0.22.20 |
457 | 2024-09-11T21:16:16.757Z | Compiling macaddr v1.0.1 |
458 | 2024-09-11T21:16:16.924Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-09-11T21:16:17.680Z | Compiling dof v0.3.0 |
460 | 2024-09-11T21:16:17.680Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-09-11T21:16:19.757Z | Compiling toml v0.8.19 |
462 | 2024-09-11T21:16:19.813Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-09-11T21:16:19.813Z | Compiling usdt-macro v0.5.0 |
464 | 2024-09-11T21:16:20.571Z | Compiling cargo_toml v0.20.4 |
465 | 2024-09-11T21:16:21.268Z | Compiling usdt v0.5.0 |
466 | 2024-09-11T21:16:24.596Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-09-11T21:16:29.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.54s |
468 | 2024-09-11T21:16:29.581Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-09-11T21:16:30.265Z | Downloading crates ... |
470 | 2024-09-11T21:16:30.399Z | Downloaded arc-swap v1.7.1 |
471 | 2024-09-11T21:16:30.411Z | Downloaded cfg_aliases v0.2.1 |
472 | 2024-09-11T21:16:30.414Z | Downloaded ciborium-io v0.2.2 |
473 | 2024-09-11T21:16:30.417Z | Downloaded bitstruct v0.1.1 |
474 | 2024-09-11T21:16:30.421Z | Downloaded is_ci v1.2.0 |
475 | 2024-09-11T21:16:30.426Z | Downloaded atomicwrites v0.4.3 |
476 | 2024-09-11T21:16:30.428Z | Downloaded ascii-canvas v3.0.0 |
477 | 2024-09-11T21:16:30.431Z | Downloaded crucible-workspace-hack v0.1.0 |
478 | 2024-09-11T21:16:30.434Z | Downloaded hostname v0.3.1 |
479 | 2024-09-11T21:16:30.434Z | Downloaded ciborium-ll v0.2.2 |
480 | 2024-09-11T21:16:30.436Z | Downloaded home v0.5.9 |
481 | 2024-09-11T21:16:30.438Z | Downloaded adler2 v2.0.0 |
482 | 2024-09-11T21:16:30.439Z | Downloaded hubpack_derive v0.1.1 |
483 | 2024-09-11T21:16:30.441Z | Downloaded http-range v0.1.5 |
484 | 2024-09-11T21:16:30.441Z | Downloaded normalize-line-endings v0.3.0 |
485 | 2024-09-11T21:16:30.444Z | Downloaded nodrop v0.1.14 |
486 | 2024-09-11T21:16:30.444Z | Downloaded newline-converter v0.3.0 |
487 | 2024-09-11T21:16:30.447Z | Downloaded md5 v0.7.0 |
488 | 2024-09-11T21:16:30.447Z | Downloaded blowfish v0.9.1 |
489 | 2024-09-11T21:16:30.450Z | Downloaded matches v0.1.10 |
490 | 2024-09-11T21:16:30.452Z | Downloaded darling v0.20.9 |
491 | 2024-09-11T21:16:30.455Z | Downloaded ipnetwork v0.20.0 |
492 | 2024-09-11T21:16:30.458Z | Downloaded libefi-sys v0.1.0 |
493 | 2024-09-11T21:16:30.460Z | Downloaded arrayvec v0.7.4 |
494 | 2024-09-11T21:16:30.464Z | Downloaded constant_time_eq v0.3.0 |
495 | 2024-09-11T21:16:30.466Z | Downloaded lazy_static v1.5.0 |
496 | 2024-09-11T21:16:30.468Z | Downloaded httpdate v1.0.3 |
497 | 2024-09-11T21:16:30.471Z | Downloaded linear-map v1.2.0 |
498 | 2024-09-11T21:16:30.473Z | Downloaded impl-trait-for-tuples v0.2.2 |
499 | 2024-09-11T21:16:30.477Z | Downloaded nibble_vec v0.1.0 |
500 | 2024-09-11T21:16:30.479Z | Downloaded hmac v0.12.1 |
501 | 2024-09-11T21:16:30.482Z | Downloaded bcs v0.1.6 |
502 | 2024-09-11T21:16:30.484Z | Downloaded async-stream v0.3.5 |
503 | 2024-09-11T21:16:30.487Z | Downloaded nanorand v0.7.0 |
504 | 2024-09-11T21:16:30.490Z | Downloaded atty v0.2.14 |
505 | 2024-09-11T21:16:30.492Z | Downloaded new_debug_unreachable v1.0.6 |
506 | 2024-09-11T21:16:30.495Z | Downloaded csv-core v0.1.11 |
507 | 2024-09-11T21:16:30.495Z | Downloaded async-bb8-diesel v0.2.1 |
508 | 2024-09-11T21:16:30.498Z | Downloaded cookie_store v0.20.0 |
509 | 2024-09-11T21:16:30.501Z | Downloaded newtype_derive v0.1.6 |
510 | 2024-09-11T21:16:30.503Z | Downloaded ipnet v2.9.0 |
511 | 2024-09-11T21:16:30.506Z | Downloaded libloading v0.8.3 |
512 | 2024-09-11T21:16:30.508Z | Downloaded iana-time-zone v0.1.60 |
513 | 2024-09-11T21:16:30.511Z | Downloaded num v0.4.3 |
514 | 2024-09-11T21:16:30.513Z | Downloaded serde-big-array v0.5.1 |
515 | 2024-09-11T21:16:30.517Z | Downloaded mockall v0.13.0 |
516 | 2024-09-11T21:16:30.519Z | Downloaded internet-checksum v0.2.1 |
517 | 2024-09-11T21:16:30.519Z | Downloaded sigpipe v0.1.3 |
518 | 2024-09-11T21:16:30.521Z | Downloaded sqlparser_derive v0.2.2 |
519 | 2024-09-11T21:16:30.521Z | Downloaded mime_guess v2.0.4 |
520 | 2024-09-11T21:16:30.525Z | Downloaded lock_api v0.4.12 |
521 | 2024-09-11T21:16:30.527Z | Downloaded lazycell v1.3.0 |
522 | 2024-09-11T21:16:30.527Z | Downloaded lru v0.12.3 |
523 | 2024-09-11T21:16:30.530Z | Downloaded crc32fast v1.4.0 |
524 | 2024-09-11T21:16:30.534Z | Downloaded libsw v3.3.1 |
525 | 2024-09-11T21:16:30.536Z | Downloaded rfc6979 v0.4.0 |
526 | 2024-09-11T21:16:30.536Z | Downloaded mime v0.3.17 |
527 | 2024-09-11T21:16:30.539Z | Downloaded take_mut v0.2.2 |
528 | 2024-09-11T21:16:30.541Z | Downloaded async-recursion v1.1.1 |
529 | 2024-09-11T21:16:30.543Z | Downloaded multimap v0.10.0 |
530 | 2024-09-11T21:16:30.546Z | Downloaded md-5 v0.10.6 |
531 | 2024-09-11T21:16:30.549Z | Downloaded rustc_version v0.4.0 |
532 | 2024-09-11T21:16:30.551Z | Downloaded bitflags v1.3.2 |
533 | 2024-09-11T21:16:30.554Z | Downloaded maybe-uninit v2.0.0 |
534 | 2024-09-11T21:16:30.557Z | Downloaded endian-type v0.1.2 |
535 | 2024-09-11T21:16:30.557Z | Downloaded cobs v0.2.3 |
536 | 2024-09-11T21:16:30.560Z | Downloaded chacha20 v0.9.1 |
537 | 2024-09-11T21:16:30.561Z | Downloaded convert_case v0.4.0 |
538 | 2024-09-11T21:16:30.563Z | Downloaded foreign-types v0.3.2 |
539 | 2024-09-11T21:16:30.563Z | Downloaded serde-hex v0.1.0 |
540 | 2024-09-11T21:16:30.566Z | Downloaded crc v3.2.1 |
541 | 2024-09-11T21:16:30.569Z | Downloaded hyper-rustls v0.24.2 |
542 | 2024-09-11T21:16:30.572Z | Downloaded ssh-encoding v0.2.0 |
543 | 2024-09-11T21:16:30.574Z | Downloaded derive_builder_macro v0.20.0 |
544 | 2024-09-11T21:16:30.577Z | Downloaded tap v1.0.1 |
545 | 2024-09-11T21:16:30.577Z | Downloaded ssh-cipher v0.2.0 |
546 | 2024-09-11T21:16:30.579Z | Downloaded ascii v1.1.0 |
547 | 2024-09-11T21:16:30.583Z | Downloaded argon2 v0.5.3 |
548 | 2024-09-11T21:16:30.586Z | Downloaded thread_local v1.1.8 |
549 | 2024-09-11T21:16:30.588Z | Downloaded const-oid v0.9.6 |
550 | 2024-09-11T21:16:30.591Z | Downloaded peg-runtime v0.8.3 |
551 | 2024-09-11T21:16:30.591Z | Downloaded futures-sink v0.3.30 |
552 | 2024-09-11T21:16:30.593Z | Downloaded newtype-uuid v1.1.0 |
553 | 2024-09-11T21:16:30.593Z | Downloaded memmap2 v0.9.4 |
554 | 2024-09-11T21:16:30.596Z | Downloaded nu-ansi-term v0.50.0 |
555 | 2024-09-11T21:16:30.598Z | Downloaded indexmap v1.9.3 |
556 | 2024-09-11T21:16:30.603Z | Downloaded tokio-native-tls v0.3.1 |
557 | 2024-09-11T21:16:30.606Z | Downloaded defmt-parser v0.3.4 |
558 | 2024-09-11T21:16:30.608Z | Downloaded opaque-debug v0.3.1 |
559 | 2024-09-11T21:16:30.611Z | Downloaded crc-any v2.5.0 |
560 | 2024-09-11T21:16:30.614Z | Downloaded ahash v0.8.11 |
561 | 2024-09-11T21:16:30.617Z | Downloaded hash32 v0.2.1 |
562 | 2024-09-11T21:16:30.619Z | Downloaded enum-as-inner v0.5.1 |
563 | 2024-09-11T21:16:30.622Z | Downloaded cancel-safe-futures v0.1.5 |
564 | 2024-09-11T21:16:30.624Z | Downloaded ena v0.14.3 |
565 | 2024-09-11T21:16:30.626Z | Downloaded group v0.13.0 |
566 | 2024-09-11T21:16:30.629Z | Downloaded rustls-pemfile v2.1.3 |
567 | 2024-09-11T21:16:30.632Z | Downloaded embedded-io v0.4.0 |
568 | 2024-09-11T21:16:30.634Z | Downloaded mockall_derive v0.13.0 |
569 | 2024-09-11T21:16:30.637Z | Downloaded tokio-stream v0.1.15 |
570 | 2024-09-11T21:16:30.643Z | Downloaded phf v0.11.2 |
571 | 2024-09-11T21:16:30.645Z | Downloaded parse-display-derive v0.10.0 |
572 | 2024-09-11T21:16:30.648Z | Downloaded const_format v0.2.32 |
573 | 2024-09-11T21:16:30.652Z | Downloaded time-core v0.1.2 |
574 | 2024-09-11T21:16:30.655Z | Downloaded radium v0.7.0 |
575 | 2024-09-11T21:16:30.657Z | Downloaded blake2 v0.10.6 |
576 | 2024-09-11T21:16:30.673Z | Downloaded des v0.8.1 |
577 | 2024-09-11T21:16:30.675Z | Downloaded sec1 v0.7.3 |
578 | 2024-09-11T21:16:30.678Z | Downloaded schemars_derive v0.8.21 |
579 | 2024-09-11T21:16:30.680Z | Downloaded resolv-conf v0.7.0 |
580 | 2024-09-11T21:16:30.683Z | Downloaded phf_shared v0.10.0 |
581 | 2024-09-11T21:16:30.683Z | Downloaded crossbeam-epoch v0.9.18 |
582 | 2024-09-11T21:16:30.686Z | Downloaded secrecy v0.8.0 |
583 | 2024-09-11T21:16:30.689Z | Downloaded structmeta-derive v0.3.0 |
584 | 2024-09-11T21:16:30.692Z | Downloaded num_threads v0.1.7 |
585 | 2024-09-11T21:16:30.692Z | Downloaded structmeta v0.3.0 |
586 | 2024-09-11T21:16:30.695Z | Downloaded pretty-hex v0.2.1 |
587 | 2024-09-11T21:16:30.695Z | Downloaded number_prefix v0.4.0 |
588 | 2024-09-11T21:16:30.697Z | Downloaded slog-stdlog v4.1.1 |
589 | 2024-09-11T21:16:30.699Z | Downloaded rpassword v7.3.1 |
590 | 2024-09-11T21:16:30.701Z | Downloaded structmeta v0.2.0 |
591 | 2024-09-11T21:16:30.704Z | Downloaded unicode-truncate v1.0.0 |
592 | 2024-09-11T21:16:30.706Z | Downloaded tokio-rustls v0.24.1 |
593 | 2024-09-11T21:16:30.709Z | Downloaded hickory-resolver v0.24.1 |
594 | 2024-09-11T21:16:30.713Z | Downloaded chacha20poly1305 v0.10.1 |
595 | 2024-09-11T21:16:30.716Z | Downloaded pkcs1 v0.7.5 |
596 | 2024-09-11T21:16:30.719Z | Downloaded num-rational v0.4.2 |
597 | 2024-09-11T21:16:30.722Z | Downloaded either v1.13.0 |
598 | 2024-09-11T21:16:30.724Z | Downloaded dhcproto v0.12.0 |
599 | 2024-09-11T21:16:30.727Z | Downloaded wait-timeout v0.2.0 |
600 | 2024-09-11T21:16:30.730Z | Downloaded ghash v0.5.1 |
601 | 2024-09-11T21:16:30.732Z | Downloaded wyz v0.5.1 |
602 | 2024-09-11T21:16:30.735Z | Downloaded ed25519 v2.2.3 |
603 | 2024-09-11T21:16:30.737Z | Downloaded toolchain_find v0.4.0 |
604 | 2024-09-11T21:16:30.739Z | Downloaded indicatif v0.17.8 |
605 | 2024-09-11T21:16:30.743Z | Downloaded form_urlencoded v1.2.1 |
606 | 2024-09-11T21:16:30.745Z | Downloaded phf_shared v0.11.2 |
607 | 2024-09-11T21:16:30.748Z | Downloaded time-macros v0.2.18 |
608 | 2024-09-11T21:16:30.751Z | Downloaded darling_macro v0.20.9 |
609 | 2024-09-11T21:16:30.751Z | Downloaded tracing-attributes v0.1.27 |
610 | 2024-09-11T21:16:30.755Z | Downloaded http v0.2.12 |
611 | 2024-09-11T21:16:30.759Z | Downloaded zone_cfg_derive v0.3.0 |
612 | 2024-09-11T21:16:30.761Z | Downloaded percent-encoding v2.3.1 |
613 | 2024-09-11T21:16:30.764Z | Downloaded derive_more v0.99.18 |
614 | 2024-09-11T21:16:30.769Z | Downloaded http v1.1.0 |
615 | 2024-09-11T21:16:30.773Z | Downloaded headers-core v0.2.0 |
616 | 2024-09-11T21:16:30.775Z | Downloaded quick-error v1.2.3 |
617 | 2024-09-11T21:16:30.778Z | Downloaded subtle v2.5.0 |
618 | 2024-09-11T21:16:30.778Z | Downloaded slog-json v2.6.1 |
619 | 2024-09-11T21:16:30.780Z | Downloaded ron v0.7.1 |
620 | 2024-09-11T21:16:30.786Z | Downloaded rustversion v1.0.17 |
621 | 2024-09-11T21:16:30.790Z | Downloaded twox-hash v1.6.3 |
622 | 2024-09-11T21:16:30.799Z | Downloaded russh-cryptovec v0.7.2 |
623 | 2024-09-11T21:16:30.799Z | Downloaded fxhash v0.2.1 |
624 | 2024-09-11T21:16:30.799Z | Downloaded fd-lock v4.0.2 |
625 | 2024-09-11T21:16:30.799Z | Downloaded string_cache v0.8.7 |
626 | 2024-09-11T21:16:30.803Z | Downloaded tower-service v0.3.2 |
627 | 2024-09-11T21:16:30.803Z | Downloaded getrandom v0.2.14 |
628 | 2024-09-11T21:16:30.806Z | Downloaded der_derive v0.7.2 |
629 | 2024-09-11T21:16:30.810Z | Downloaded tokio-postgres v0.7.11 |
630 | 2024-09-11T21:16:30.814Z | Downloaded minimal-lexical v0.2.1 |
631 | 2024-09-11T21:16:30.820Z | Downloaded stable_deref_trait v1.2.0 |
632 | 2024-09-11T21:16:30.823Z | Downloaded filetime v0.2.25 |
633 | 2024-09-11T21:16:30.825Z | Downloaded zone v0.1.8 |
634 | 2024-09-11T21:16:30.825Z | Downloaded pem v3.0.4 |
635 | 2024-09-11T21:16:30.828Z | Downloaded sha1 v0.10.6 |
636 | 2024-09-11T21:16:30.830Z | Downloaded display-error-chain v0.2.1 |
637 | 2024-09-11T21:16:30.833Z | Downloaded num-traits v0.2.19 |
638 | 2024-09-11T21:16:30.836Z | Downloaded rand_chacha v0.3.1 |
639 | 2024-09-11T21:16:30.838Z | Downloaded psl-types v2.0.11 |
640 | 2024-09-11T21:16:30.838Z | Downloaded zone v0.3.0 |
641 | 2024-09-11T21:16:30.841Z | Downloaded openssl-probe v0.1.5 |
642 | 2024-09-11T21:16:30.841Z | Downloaded openssl-macros v0.1.1 |
643 | 2024-09-11T21:16:30.844Z | Downloaded password-hash v0.5.0 |
644 | 2024-09-11T21:16:30.844Z | Downloaded strum v0.26.3 |
645 | 2024-09-11T21:16:30.846Z | Downloaded omicron-zone-package v0.11.0 |
646 | 2024-09-11T21:16:30.849Z | Downloaded signal-hook-mio v0.2.4 |
647 | 2024-09-11T21:16:30.852Z | Downloaded thiserror-impl-no-std v2.0.2 |
648 | 2024-09-11T21:16:30.854Z | Downloaded untrusted v0.7.1 |
649 | 2024-09-11T21:16:30.857Z | Downloaded untrusted v0.9.0 |
650 | 2024-09-11T21:16:30.859Z | Downloaded dhcproto-macros v0.1.0 |
651 | 2024-09-11T21:16:30.859Z | Downloaded peg v0.8.4 |
652 | 2024-09-11T21:16:30.863Z | Downloaded hash32 v0.3.1 |
653 | 2024-09-11T21:16:30.865Z | Downloaded shlex v1.3.0 |
654 | 2024-09-11T21:16:30.868Z | Downloaded term v0.7.0 |
655 | 2024-09-11T21:16:30.873Z | Downloaded num-derive v0.4.2 |
656 | 2024-09-11T21:16:30.875Z | Downloaded unarray v0.1.4 |
657 | 2024-09-11T21:16:30.877Z | Downloaded fallible-iterator v0.2.0 |
658 | 2024-09-11T21:16:30.877Z | Downloaded static_assertions v1.1.0 |
659 | 2024-09-11T21:16:30.880Z | Downloaded crossbeam-channel v0.5.12 |
660 | 2024-09-11T21:16:30.886Z | Downloaded erased-serde v0.3.31 |
661 | 2024-09-11T21:16:30.890Z | Downloaded pkg-config v0.3.30 |
662 | 2024-09-11T21:16:30.892Z | Downloaded parking_lot v0.12.2 |
663 | 2024-09-11T21:16:30.895Z | Downloaded salsa20 v0.10.2 |
664 | 2024-09-11T21:16:30.897Z | Downloaded rusty-fork v0.3.0 |
665 | 2024-09-11T21:16:30.899Z | Downloaded hex v0.4.3 |
666 | 2024-09-11T21:16:30.902Z | Downloaded heck v0.3.3 |
667 | 2024-09-11T21:16:30.902Z | Downloaded difflib v0.4.0 |
668 | 2024-09-11T21:16:30.904Z | Downloaded rustfmt-wrapper v0.2.1 |
669 | 2024-09-11T21:16:30.908Z | Downloaded rand_xorshift v0.3.0 |
670 | 2024-09-11T21:16:30.909Z | Downloaded rand_seeder v0.3.0 |
671 | 2024-09-11T21:16:30.911Z | Downloaded proc-macro-crate v1.3.1 |
672 | 2024-09-11T21:16:30.911Z | Downloaded tracing-core v0.1.32 |
673 | 2024-09-11T21:16:30.914Z | Downloaded nom v7.1.3 |
674 | 2024-09-11T21:16:30.922Z | Downloaded rustc-hash v1.1.0 |
675 | 2024-09-11T21:16:30.926Z | Downloaded fixedbitset v0.4.2 |
676 | 2024-09-11T21:16:30.928Z | Downloaded oso-derive v0.27.3 |
677 | 2024-09-11T21:16:30.928Z | Downloaded want v0.3.1 |
678 | 2024-09-11T21:16:30.928Z | Downloaded unicase v2.7.0 |
679 | 2024-09-11T21:16:30.931Z | Downloaded stringprep v0.1.4 |
680 | 2024-09-11T21:16:30.934Z | Downloaded num-conv v0.1.0 |
681 | 2024-09-11T21:16:30.934Z | Downloaded foreign-types v0.5.0 |
682 | 2024-09-11T21:16:30.937Z | Downloaded fallible-iterator v0.3.0 |
683 | 2024-09-11T21:16:30.944Z | Downloaded env_logger v0.10.2 |
684 | 2024-09-11T21:16:30.946Z | Downloaded precomputed-hash v0.1.1 |
685 | 2024-09-11T21:16:30.946Z | Downloaded pkcs8 v0.10.2 |
686 | 2024-09-11T21:16:30.951Z | Downloaded pem-rfc7468 v0.7.0 |
687 | 2024-09-11T21:16:30.957Z | Downloaded polyval v0.6.2 |
688 | 2024-09-11T21:16:30.957Z | Downloaded pbkdf2 v0.12.2 |
689 | 2024-09-11T21:16:30.959Z | Downloaded aes v0.8.4 |
690 | 2024-09-11T21:16:30.960Z | Downloaded hashlink v0.9.1 |
691 | 2024-09-11T21:16:30.962Z | Downloaded tokio-tungstenite v0.21.0 |
692 | 2024-09-11T21:16:30.965Z | Downloaded smf v0.2.3 |
693 | 2024-09-11T21:16:30.971Z | Downloaded tinyvec_macros v0.1.1 |
694 | 2024-09-11T21:16:30.971Z | Downloaded unicode-xid v0.2.4 |
695 | 2024-09-11T21:16:30.974Z | Downloaded unicode-segmentation v1.11.0 |
696 | 2024-09-11T21:16:30.977Z | Downloaded path-slash v0.1.5 |
697 | 2024-09-11T21:16:30.977Z | Downloaded diesel_table_macro_syntax v0.2.0 |
698 | 2024-09-11T21:16:30.979Z | Downloaded foreign-types-macros v0.2.3 |
699 | 2024-09-11T21:16:30.979Z | Downloaded signal-hook-tokio v0.3.1 |
700 | 2024-09-11T21:16:30.983Z | Downloaded serde_yaml v0.9.34+deprecated |
701 | 2024-09-11T21:16:30.985Z | Downloaded signal-hook v0.3.17 |
702 | 2024-09-11T21:16:30.989Z | Downloaded primeorder v0.13.6 |
703 | 2024-09-11T21:16:30.992Z | Downloaded waitgroup v0.1.2 |
704 | 2024-09-11T21:16:30.994Z | Downloaded try-lock v0.2.5 |
705 | 2024-09-11T21:16:30.994Z | Downloaded strum_macros v0.24.3 |
706 | 2024-09-11T21:16:30.998Z | Downloaded postgres-types v0.2.7 |
707 | 2024-09-11T21:16:31.002Z | Downloaded futures-io v0.3.30 |
708 | 2024-09-11T21:16:31.002Z | Downloaded futures-executor v0.3.30 |
709 | 2024-09-11T21:16:31.005Z | Downloaded futures-core v0.3.30 |
710 | 2024-09-11T21:16:31.007Z | Downloaded headers v0.3.9 |
711 | 2024-09-11T21:16:31.012Z | Downloaded termtree v0.4.1 |
712 | 2024-09-11T21:16:31.014Z | Downloaded downcast v0.11.0 |
713 | 2024-09-11T21:16:31.016Z | Downloaded spin v0.5.2 |
714 | 2024-09-11T21:16:31.016Z | Downloaded foreign-types-shared v0.3.1 |
715 | 2024-09-11T21:16:31.019Z | Downloaded powerfmt v0.2.0 |
716 | 2024-09-11T21:16:31.021Z | Downloaded termios v0.3.3 |
717 | 2024-09-11T21:16:31.022Z | Downloaded dyn-clone v1.0.17 |
718 | 2024-09-11T21:16:31.024Z | Downloaded topological-sort v0.2.2 |
719 | 2024-09-11T21:16:31.027Z | Downloaded walkdir v2.5.0 |
720 | 2024-09-11T21:16:31.029Z | Downloaded tinyvec v1.6.0 |
721 | 2024-09-11T21:16:31.032Z | Downloaded num-iter v0.1.45 |
722 | 2024-09-11T21:16:31.034Z | Downloaded serde_repr v0.1.19 |
723 | 2024-09-11T21:16:31.037Z | Downloaded defmt-macros v0.3.9 |
724 | 2024-09-11T21:16:31.040Z | Downloaded portpicker v0.1.1 |
725 | 2024-09-11T21:16:31.044Z | Downloaded foreign-types-shared v0.1.1 |
726 | 2024-09-11T21:16:31.044Z | Downloaded defmt v0.3.8 |
727 | 2024-09-11T21:16:31.047Z | Downloaded debug-ignore v1.0.5 |
728 | 2024-09-11T21:16:31.050Z | Downloaded strum_macros v0.25.3 |
729 | 2024-09-11T21:16:31.052Z | Downloaded ref-cast-impl v1.0.23 |
730 | 2024-09-11T21:16:31.052Z | Downloaded slab v0.4.9 |
731 | 2024-09-11T21:16:31.055Z | Downloaded parse-display v0.10.0 |
732 | 2024-09-11T21:16:31.057Z | Downloaded vte_generate_state_changes v0.1.1 |
733 | 2024-09-11T21:16:31.057Z | Downloaded toml_edit v0.19.15 |
734 | 2024-09-11T21:16:31.075Z | Downloaded spin v0.9.8 |
735 | 2024-09-11T21:16:31.079Z | Downloaded sync_wrapper v0.1.2 |
736 | 2024-09-11T21:16:31.082Z | Downloaded siphasher v0.3.11 |
737 | 2024-09-11T21:16:31.082Z | Downloaded signal-hook-registry v1.4.2 |
738 | 2024-09-11T21:16:31.085Z | Downloaded termcolor v1.4.1 |
739 | 2024-09-11T21:16:31.085Z | Downloaded unicode-normalization v0.1.23 |
740 | 2024-09-11T21:16:31.088Z | Downloaded tokio-tungstenite v0.23.1 |
741 | 2024-09-11T21:16:31.091Z | Downloaded publicsuffix v2.2.3 |
742 | 2024-09-11T21:16:31.094Z | Downloaded hex-literal v0.4.1 |
743 | 2024-09-11T21:16:31.100Z | Downloaded futures-macro v0.3.30 |
744 | 2024-09-11T21:16:31.100Z | Downloaded packed_struct v0.10.1 |
745 | 2024-09-11T21:16:31.100Z | Downloaded p256 v0.13.2 |
746 | 2024-09-11T21:16:31.104Z | Downloaded hashbrown v0.13.2 |
747 | 2024-09-11T21:16:31.108Z | Downloaded utf-8 v0.7.6 |
748 | 2024-09-11T21:16:31.111Z | Downloaded pbkdf2 v0.11.0 |
749 | 2024-09-11T21:16:31.114Z | Downloaded snafu-derive v0.8.2 |
750 | 2024-09-11T21:16:31.117Z | Downloaded password-hash v0.4.2 |
751 | 2024-09-11T21:16:31.117Z | Downloaded parking_lot_core v0.9.10 |
752 | 2024-09-11T21:16:31.121Z | Downloaded serde_arrays v0.1.0 |
753 | 2024-09-11T21:16:31.121Z | Downloaded rtoolbox v0.0.2 |
754 | 2024-09-11T21:16:31.124Z | Downloaded num_enum_derive v0.5.11 |
755 | 2024-09-11T21:16:31.124Z | Downloaded ecdsa v0.16.9 |
756 | 2024-09-11T21:16:31.128Z | Downloaded tabwriter v1.4.0 |
757 | 2024-09-11T21:16:31.128Z | Downloaded num-bigint v0.4.5 |
758 | 2024-09-11T21:16:31.133Z | Downloaded supports-color v3.0.0 |
759 | 2024-09-11T21:16:31.136Z | Downloaded num-integer v0.1.46 |
760 | 2024-09-11T21:16:31.139Z | Downloaded enum-as-inner v0.6.0 |
761 | 2024-09-11T21:16:31.139Z | Downloaded hashbrown v0.12.3 |
762 | 2024-09-11T21:16:31.145Z | Downloaded zeroize v1.7.0 |
763 | 2024-09-11T21:16:31.147Z | Downloaded vsss-rs v3.3.4 |
764 | 2024-09-11T21:16:31.152Z | Downloaded snafu v0.8.2 |
765 | 2024-09-11T21:16:31.156Z | Downloaded toml v0.7.8 |
766 | 2024-09-11T21:16:31.161Z | Downloaded serde_urlencoded v0.7.1 |
767 | 2024-09-11T21:16:31.167Z | Downloaded futures v0.3.30 |
768 | 2024-09-11T21:16:31.171Z | Downloaded socket2 v0.4.10 |
769 | 2024-09-11T21:16:31.174Z | Downloaded diff v0.1.13 |
770 | 2024-09-11T21:16:31.177Z | Downloaded tungstenite v0.20.1 |
771 | 2024-09-11T21:16:31.180Z | Downloaded postgres-protocol v0.6.7 |
772 | 2024-09-11T21:16:31.183Z | Downloaded reqwest v0.11.27 |
773 | 2024-09-11T21:16:31.191Z | Downloaded diesel_derives v2.2.2 |
774 | 2024-09-11T21:16:31.196Z | Downloaded num-complex v0.4.6 |
775 | 2024-09-11T21:16:31.201Z | Downloaded subprocess v0.2.9 |
776 | 2024-09-11T21:16:31.203Z | Downloaded serde_derive_internals v0.29.1 |
777 | 2024-09-11T21:16:31.203Z | Downloaded tui-tree-widget v0.22.0 |
778 | 2024-09-11T21:16:31.206Z | Downloaded parking_lot v0.11.2 |
779 | 2024-09-11T21:16:31.209Z | Downloaded blake3 v1.5.1 |
780 | 2024-09-11T21:16:31.217Z | Downloaded zip v0.6.6 |
781 | 2024-09-11T21:16:31.223Z | Downloaded rustyline v14.0.0 |
782 | 2024-09-11T21:16:31.230Z | Downloaded pin-project v1.1.5 |
783 | 2024-09-11T21:16:31.244Z | Downloaded crossterm v0.28.1 |
784 | 2024-09-11T21:16:31.253Z | Downloaded heapless v0.7.17 |
785 | 2024-09-11T21:16:31.257Z | Downloaded rsa v0.9.6 |
786 | 2024-09-11T21:16:31.264Z | Downloaded flate2 v1.0.33 |
787 | 2024-09-11T21:16:31.271Z | Downloaded vcpkg v0.2.15 |
788 | 2024-09-11T21:16:31.316Z | Downloaded chrono v0.4.38 |
789 | 2024-09-11T21:16:31.325Z | Downloaded postcard v1.0.8 |
790 | 2024-09-11T21:16:31.328Z | Downloaded serde_with v3.9.0 |
791 | 2024-09-11T21:16:31.340Z | Downloaded quick-xml v0.31.0 |
792 | 2024-09-11T21:16:31.347Z | Downloaded tough v0.17.1 |
793 | 2024-09-11T21:16:31.357Z | Downloaded p521 v0.13.3 |
794 | 2024-09-11T21:16:31.362Z | Downloaded idna v0.3.0 |
795 | 2024-09-11T21:16:31.370Z | Downloaded num-bigint-dig v0.8.4 |
796 | 2024-09-11T21:16:31.377Z | Downloaded nix v0.28.0 |
797 | 2024-09-11T21:16:31.393Z | Downloaded nix v0.27.1 |
798 | 2024-09-11T21:16:31.406Z | Downloaded rustls-webpki v0.102.4 |
799 | 2024-09-11T21:16:31.427Z | Downloaded futures-util v0.3.30 |
800 | 2024-09-11T21:16:31.441Z | Downloaded rayon v1.10.0 |
801 | 2024-09-11T21:16:31.453Z | Downloaded object v0.32.2 |
802 | 2024-09-11T21:16:31.466Z | Downloaded proptest v1.5.0 |
803 | 2024-09-11T21:16:31.478Z | Downloaded p384 v0.13.0 |
804 | 2024-09-11T21:16:31.486Z | Downloaded webpki-roots v0.25.4 |
805 | 2024-09-11T21:16:31.491Z | Downloaded smoltcp v0.9.1 |
806 | 2024-09-11T21:16:31.504Z | Downloaded openapiv3 v2.0.0 |
807 | 2024-09-11T21:16:31.519Z | Downloaded trust-dns-proto v0.22.0 |
808 | 2024-09-11T21:16:31.534Z | Downloaded regex v1.10.6 |
809 | 2024-09-11T21:16:31.550Z | Downloaded rustls v0.21.12 |
810 | 2024-09-11T21:16:31.564Z | Downloaded diesel v2.2.3 |
811 | 2024-09-11T21:16:31.586Z | Downloaded polar-core v0.27.3 |
812 | 2024-09-11T21:16:31.595Z | Downloaded dropshot v0.10.1 |
813 | 2024-09-11T21:16:31.607Z | Downloaded rustls v0.22.4 |
814 | 2024-09-11T21:16:31.623Z | Downloaded zerocopy-derive v0.6.6 |
815 | 2024-09-11T21:16:31.635Z | Downloaded regress v0.9.1 |
816 | 2024-09-11T21:16:31.645Z | Downloaded regex-syntax v0.8.4 |
817 | 2024-09-11T21:16:31.655Z | Downloaded bstr v1.9.1 |
818 | 2024-09-11T21:16:31.669Z | Downloaded smoltcp v0.11.0 |
819 | 2024-09-11T21:16:31.684Z | Downloaded openssl v0.10.66 |
820 | 2024-09-11T21:16:31.695Z | Downloaded petgraph v0.6.5 |
821 | 2024-09-11T21:16:31.718Z | Downloaded sled v0.34.7 |
822 | 2024-09-11T21:16:31.728Z | Downloaded finl_unicode v1.2.0 |
823 | 2024-09-11T21:16:31.744Z | Downloaded ratatui v0.28.0 |
824 | 2024-09-11T21:16:31.766Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
825 | 2024-09-11T21:16:31.780Z | Downloaded regex-automata v0.4.6 |
826 | 2024-09-11T21:16:31.800Z | Downloaded tokio v1.39.3 |
827 | 2024-09-11T21:16:31.844Z | Downloaded sha3 v0.10.8 |
828 | 2024-09-11T21:16:31.848Z | Downloaded csv v1.3.0 |
829 | 2024-09-11T21:16:31.871Z | Downloaded nix v0.29.0 |
830 | 2024-09-11T21:16:31.885Z | Downloaded git2 v0.19.0 |
831 | 2024-09-11T21:16:31.896Z | Downloaded radix_trie v0.2.1 |
832 | 2024-09-11T21:16:31.901Z | Downloaded regex-syntax v0.6.29 |
833 | 2024-09-11T21:16:31.910Z | Downloaded gimli v0.28.1 |
834 | 2024-09-11T21:16:31.921Z | Downloaded hickory-proto v0.24.1 |
835 | 2024-09-11T21:16:31.938Z | Downloaded object v0.30.4 |
836 | 2024-09-11T21:16:31.950Z | Downloaded idna v0.5.0 |
837 | 2024-09-11T21:16:31.958Z | Downloaded encoding_rs v0.8.34 |
838 | 2024-09-11T21:16:31.982Z | Downloaded curve25519-dalek v4.1.3 |
839 | 2024-09-11T21:16:31.993Z | Downloaded reedline v0.33.0 |
840 | 2024-09-11T21:16:32.003Z | Downloaded portable-atomic v1.6.0 |
841 | 2024-09-11T21:16:32.013Z | Downloaded bindgen v0.69.4 |
842 | 2024-09-11T21:16:32.022Z | Downloaded russh v0.45.0 |
843 | 2024-09-11T21:16:32.029Z | Downloaded idna v0.4.0 |
844 | 2024-09-11T21:16:32.037Z | Downloaded idna v0.2.3 |
845 | 2024-09-11T21:16:32.045Z | Downloaded winnow v0.5.40 |
846 | 2024-09-11T21:16:32.056Z | Downloaded sqlparser v0.45.0 |
847 | 2024-09-11T21:16:32.063Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
848 | 2024-09-11T21:16:32.127Z | Downloaded lalrpop v0.19.12 |
849 | 2024-09-11T21:16:32.140Z | Downloaded bitvec v1.0.1 |
850 | 2024-09-11T21:16:32.158Z | Downloaded h2 v0.3.26 |
851 | 2024-09-11T21:16:32.166Z | Downloaded futures-channel v0.3.30 |
852 | 2024-09-11T21:16:32.169Z | Downloaded test-strategy v0.3.1 |
853 | 2024-09-11T21:16:32.172Z | Downloaded tar v0.4.41 |
854 | 2024-09-11T21:16:32.175Z | Downloaded prettyplease v0.2.20 |
855 | 2024-09-11T21:16:32.180Z | Downloaded typed-path v0.7.1 |
856 | 2024-09-11T21:16:32.187Z | Downloaded steno v0.4.1 |
857 | 2024-09-11T21:16:32.191Z | Downloaded rustls-webpki v0.101.7 |
858 | 2024-09-11T21:16:32.208Z | Downloaded rusqlite v0.31.0 |
859 | 2024-09-11T21:16:32.216Z | Downloaded ring v0.16.20 |
860 | 2024-09-11T21:16:32.302Z | Downloaded der v0.7.9 |
861 | 2024-09-11T21:16:32.307Z | Downloaded pin-project-internal v1.1.5 |
862 | 2024-09-11T21:16:32.310Z | Downloaded openssl-sys v0.9.103 |
863 | 2024-09-11T21:16:32.314Z | Downloaded time v0.3.36 |
864 | 2024-09-11T21:16:32.323Z | Downloaded rustc-demangle v0.1.24 |
865 | 2024-09-11T21:16:32.325Z | Downloaded heapless v0.8.0 |
866 | 2024-09-11T21:16:32.329Z | Downloaded expectorate v1.1.0 |
867 | 2024-09-11T21:16:32.331Z | Downloaded tls_codec v0.4.1 |
868 | 2024-09-11T21:16:32.334Z | Downloaded tokio-util v0.7.11 |
869 | 2024-09-11T21:16:32.341Z | Downloaded ssh-key v0.6.6 |
870 | 2024-09-11T21:16:32.349Z | Downloaded aho-corasick v1.1.3 |
871 | 2024-09-11T21:16:32.356Z | Downloaded fatfs v0.3.6 |
872 | 2024-09-11T21:16:32.359Z | Downloaded unicode_categories v0.1.1 |
873 | 2024-09-11T21:16:32.361Z | Downloaded parking_lot_core v0.8.6 |
874 | 2024-09-11T21:16:32.364Z | Downloaded russh-keys v0.45.0 |
875 | 2024-09-11T21:16:32.366Z | Downloaded fallible-streaming-iterator v0.1.9 |
876 | 2024-09-11T21:16:32.369Z | Downloaded num_enum v0.5.11 |
877 | 2024-09-11T21:16:32.373Z | Downloaded slog v2.7.0 |
878 | 2024-09-11T21:16:32.376Z | Downloaded poly1305 v0.8.0 |
879 | 2024-09-11T21:16:32.379Z | Downloaded hyper v0.14.30 |
880 | 2024-09-11T21:16:32.388Z | Downloaded ref-cast v1.0.23 |
881 | 2024-09-11T21:16:32.390Z | Downloaded which v4.4.2 |
882 | 2024-09-11T21:16:32.393Z | Downloaded url v2.5.2 |
883 | 2024-09-11T21:16:32.396Z | Downloaded samael v0.0.15 |
884 | 2024-09-11T21:16:32.402Z | Downloaded rand v0.8.5 |
885 | 2024-09-11T21:16:32.406Z | Downloaded zeroize_derive v1.4.2 |
886 | 2024-09-11T21:16:32.409Z | Downloaded owo-colors v4.0.0 |
887 | 2024-09-11T21:16:32.411Z | Downloaded dsl_auto_type v0.1.2 |
888 | 2024-09-11T21:16:32.414Z | Downloaded slog-async v2.8.0 |
889 | 2024-09-11T21:16:32.416Z | Downloaded oso v0.27.3 |
890 | 2024-09-11T21:16:32.419Z | Downloaded tungstenite v0.23.0 |
891 | 2024-09-11T21:16:32.423Z | Downloaded itertools v0.13.0 |
892 | 2024-09-11T21:16:32.431Z | Downloaded tungstenite v0.21.0 |
893 | 2024-09-11T21:16:32.435Z | Downloaded olpc-cjson v0.1.3 |
894 | 2024-09-11T21:16:32.438Z | Downloaded dropshot_endpoint v0.10.1 |
895 | 2024-09-11T21:16:32.438Z | Downloaded env_logger v0.9.3 |
896 | 2024-09-11T21:16:32.440Z | Downloaded derive-where v1.2.7 |
897 | 2024-09-11T21:16:32.444Z | Downloaded x509-cert v0.2.5 |
898 | 2024-09-11T21:16:32.451Z | Downloaded tracing v0.1.40 |
899 | 2024-09-11T21:16:32.456Z | Downloaded darling_core v0.20.9 |
900 | 2024-09-11T21:16:32.461Z | Downloaded serde_plain v1.0.2 |
901 | 2024-09-11T21:16:32.463Z | Downloaded serde_path_to_error v0.1.16 |
902 | 2024-09-11T21:16:32.466Z | Downloaded tokio-tungstenite v0.20.1 |
903 | 2024-09-11T21:16:32.470Z | Downloaded rustc_version v0.1.7 |
904 | 2024-09-11T21:16:32.470Z | Downloaded mio v1.0.2 |
905 | 2024-09-11T21:16:32.474Z | Downloaded vte v0.11.1 |
906 | 2024-09-11T21:16:32.476Z | Downloaded ed25519-dalek v2.1.1 |
907 | 2024-09-11T21:16:32.479Z | Downloaded spki v0.7.3 |
908 | 2024-09-11T21:16:32.481Z | Downloaded serde_with_macros v3.9.0 |
909 | 2024-09-11T21:16:32.484Z | Downloaded ron v0.8.1 |
910 | 2024-09-11T21:16:32.489Z | Downloaded unicode-bidi v0.3.15 |
911 | 2024-09-11T21:16:32.494Z | Downloaded rayon-core v1.12.1 |
912 | 2024-09-11T21:16:32.496Z | Downloaded libm v0.2.8 |
913 | 2024-09-11T21:16:32.512Z | Downloaded rand_core v0.6.4 |
914 | 2024-09-11T21:16:32.517Z | Downloaded base64 v0.22.1 |
915 | 2024-09-11T21:16:32.517Z | Downloaded aes-gcm v0.10.3 |
916 | 2024-09-11T21:16:32.517Z | Downloaded universal-hash v0.5.1 |
917 | 2024-09-11T21:16:32.517Z | Downloaded sqlformat v0.2.4 |
918 | 2024-09-11T21:16:32.519Z | Downloaded peg-macros v0.8.4 |
919 | 2024-09-11T21:16:32.522Z | Downloaded elliptic-curve v0.13.8 |
920 | 2024-09-11T21:16:32.525Z | Downloaded schemars v0.8.21 |
921 | 2024-09-11T21:16:32.538Z | Downloaded itertools v0.12.1 |
922 | 2024-09-11T21:16:32.546Z | Downloaded itertools v0.10.5 |
923 | 2024-09-11T21:16:32.553Z | Downloaded hkdf v0.12.4 |
924 | 2024-09-11T21:16:32.555Z | Downloaded libz-sys v1.1.16 |
925 | 2024-09-11T21:16:32.630Z | Downloaded libxml v0.3.3 |
926 | 2024-09-11T21:16:32.635Z | Downloaded hickory-client v0.24.1 |
927 | 2024-09-11T21:16:32.638Z | Downloaded backtrace v0.3.71 |
928 | 2024-09-11T21:16:32.644Z | Downloaded ff v0.13.0 |
929 | 2024-09-11T21:16:32.647Z | Downloaded ppv-lite86 v0.2.17 |
930 | 2024-09-11T21:16:32.649Z | Downloaded getopts v0.2.21 |
931 | 2024-09-11T21:16:32.649Z | Downloaded gethostname v0.5.0 |
932 | 2024-09-11T21:16:32.652Z | Downloaded data-encoding v2.6.0 |
933 | 2024-09-11T21:16:32.652Z | Downloaded unsafe-libyaml v0.2.11 |
934 | 2024-09-11T21:16:32.654Z | Downloaded rcgen v0.12.1 |
935 | 2024-09-11T21:16:32.658Z | Downloaded flume v0.11.0 |
936 | 2024-09-11T21:16:32.661Z | Downloaded ring v0.17.8 |
937 | 2024-09-11T21:16:32.736Z | Downloaded crossterm v0.27.0 |
938 | 2024-09-11T21:16:32.743Z | Downloaded bytes v1.7.1 |
939 | 2024-09-11T21:16:32.747Z | Downloaded slog-bunyan v2.5.0 |
940 | 2024-09-11T21:16:32.749Z | Downloaded tiny-keccak v2.0.2 |
941 | 2024-09-11T21:16:32.752Z | Downloaded slog-envlogger v2.2.0 |
942 | 2024-09-11T21:16:32.754Z | Downloaded libsqlite3-sys v0.28.0 |
943 | 2024-09-11T21:16:32.831Z | Downloaded slog-dtrace v0.3.0 |
944 | 2024-09-11T21:16:32.834Z | Downloaded shell-words v1.1.0 |
945 | 2024-09-11T21:16:32.834Z | Downloaded zone_cfg_derive v0.1.2 |
946 | 2024-09-11T21:16:32.836Z | Downloaded r2d2 v0.8.10 |
947 | 2024-09-11T21:16:32.836Z | Downloaded pkcs5 v0.7.1 |
948 | 2024-09-11T21:16:32.839Z | Downloaded rustls-pki-types v1.7.0 |
949 | 2024-09-11T21:16:32.841Z | Downloaded compact_str v0.8.0 |
950 | 2024-09-11T21:16:32.845Z | Downloaded cc v1.0.97 |
951 | 2024-09-11T21:16:32.848Z | Downloaded structmeta-derive v0.2.0 |
952 | 2024-09-11T21:16:32.851Z | Downloaded smallvec v1.13.2 |
953 | 2024-09-11T21:16:32.853Z | Downloaded half v2.4.1 |
954 | 2024-09-11T21:16:32.857Z | Downloaded base64 v0.13.1 |
955 | 2024-09-11T21:16:32.859Z | Downloaded flagset v0.4.5 |
956 | 2024-09-11T21:16:32.859Z | Downloaded pin-project-lite v0.2.14 |
957 | 2024-09-11T21:16:32.864Z | Downloaded crypto-bigint v0.5.5 |
958 | 2024-09-11T21:16:32.872Z | Downloaded paste v1.0.15 |
959 | 2024-09-11T21:16:32.874Z | Downloaded dirs-sys-next v0.1.2 |
960 | 2024-09-11T21:16:32.877Z | Downloaded dirs-next v2.0.0 |
961 | 2024-09-11T21:16:32.877Z | Downloaded deranged v0.3.11 |
962 | 2024-09-11T21:16:32.880Z | Downloaded whoami v1.5.1 |
963 | 2024-09-11T21:16:32.885Z | Downloaded packed_struct_codegen v0.10.1 |
964 | 2024-09-11T21:16:32.885Z | Downloaded zerocopy v0.6.6 |
965 | 2024-09-11T21:16:32.888Z | Downloaded funty v2.0.0 |
966 | 2024-09-11T21:16:32.888Z | Downloaded fragile v2.0.0 |
967 | 2024-09-11T21:16:32.888Z | Downloaded sct v0.7.1 |
968 | 2024-09-11T21:16:32.890Z | Downloaded rustls-pemfile v1.0.4 |
969 | 2024-09-11T21:16:32.893Z | Downloaded uuid v1.10.0 |
970 | 2024-09-11T21:16:32.896Z | Downloaded mio v0.8.11 |
971 | 2024-09-11T21:16:32.904Z | Downloaded strip-ansi-escapes v0.2.0 |
972 | 2024-09-11T21:16:32.907Z | Downloaded derive_builder_core v0.20.0 |
973 | 2024-09-11T21:16:32.907Z | Downloaded derive_builder v0.20.0 |
974 | 2024-09-11T21:16:32.910Z | Downloaded slog-scope v4.4.0 |
975 | 2024-09-11T21:16:32.910Z | Downloaded scheduled-thread-pool v0.2.7 |
976 | 2024-09-11T21:16:32.915Z | Downloaded same-file v1.0.6 |
977 | 2024-09-11T21:16:32.915Z | Downloaded yasna v0.5.2 |
978 | 2024-09-11T21:16:32.918Z | Downloaded scrypt v0.11.0 |
979 | 2024-09-11T21:16:32.918Z | Downloaded socket2 v0.5.7 |
980 | 2024-09-11T21:16:32.918Z | Downloaded cookie v0.18.1 |
981 | 2024-09-11T21:16:32.921Z | Downloaded predicates-core v1.0.6 |
982 | 2024-09-11T21:16:32.921Z | Downloaded predicates v3.1.2 |
983 | 2024-09-11T21:16:32.923Z | Downloaded pin-utils v0.1.0 |
984 | 2024-09-11T21:16:32.927Z | Downloaded globset v0.4.14 |
985 | 2024-09-11T21:16:32.927Z | Downloaded xattr v1.3.1 |
986 | 2024-09-11T21:16:32.930Z | Downloaded similar v2.6.0 |
987 | 2024-09-11T21:16:32.933Z | Downloaded allocator-api2 v0.2.18 |
988 | 2024-09-11T21:16:32.935Z | Downloaded strum_macros v0.26.4 |
989 | 2024-09-11T21:16:32.938Z | Downloaded slog-term v2.9.1 |
990 | 2024-09-11T21:16:32.943Z | Downloaded httparse v1.8.0 |
991 | 2024-09-11T21:16:32.943Z | Downloaded predicates-tree v1.0.9 |
992 | 2024-09-11T21:16:32.943Z | Downloaded futures-task v0.3.30 |
993 | 2024-09-11T21:16:32.945Z | Downloaded float-ord v0.3.2 |
994 | 2024-09-11T21:16:32.945Z | Downloaded float-cmp v0.9.0 |
995 | 2024-09-11T21:16:32.945Z | Downloaded vergen v8.3.2 |
996 | 2024-09-11T21:16:32.948Z | Downloaded signature v2.2.0 |
997 | 2024-09-11T21:16:32.951Z | Downloaded base64 v0.21.7 |
998 | 2024-09-11T21:16:32.953Z | Downloaded tokio-rustls v0.25.0 |
999 | 2024-09-11T21:16:32.955Z | Downloaded miniz_oxide v0.8.0 |
1000 | 2024-09-11T21:16:32.960Z | Downloaded crc-catalog v2.4.0 |
1001 | 2024-09-11T21:16:32.963Z | Downloaded glob v0.3.1 |
1002 | 2024-09-11T21:16:32.963Z | Downloaded bit-vec v0.6.3 |
1003 | 2024-09-11T21:16:32.963Z | Downloaded uzers v0.11.3 |
1004 | 2024-09-11T21:16:32.963Z | Downloaded hickory-server v0.24.1 |
1005 | 2024-09-11T21:16:32.968Z | Downloaded tokio-macros v2.4.0 |
1006 | 2024-09-11T21:16:32.971Z | Downloaded tls_codec_derive v0.4.1 |
1007 | 2024-09-11T21:16:32.971Z | Downloaded miniz_oxide v0.7.2 |
1008 | 2024-09-11T21:16:32.973Z | Downloaded parse-size v1.0.0 |
1009 | 2024-09-11T21:16:32.973Z | Downloaded thiserror-no-std v2.0.2 |
1010 | 2024-09-11T21:16:32.977Z | Downloaded semver v0.1.20 |
1011 | 2024-09-11T21:16:32.979Z | Downloaded scopeguard v1.2.0 |
1012 | 2024-09-11T21:16:32.979Z | Downloaded smallvec v0.6.14 |
1013 | 2024-09-11T21:16:32.983Z | Downloaded ctr v0.9.2 |
1014 | 2024-09-11T21:16:32.985Z | Downloaded const_format_proc_macros v0.2.32 |
1015 | 2024-09-11T21:16:32.985Z | Downloaded cipher v0.4.4 |
1016 | 2024-09-11T21:16:32.988Z | Downloaded bb8 v0.8.5 |
1017 | 2024-09-11T21:16:32.988Z | Downloaded castaway v0.2.3 |
1018 | 2024-09-11T21:16:32.990Z | Downloaded bitfield v0.14.0 |
1019 | 2024-09-11T21:16:32.990Z | Downloaded atomic-waker v1.1.2 |
1020 | 2024-09-11T21:16:32.992Z | Downloaded match_cfg v0.1.0 |
1021 | 2024-09-11T21:16:32.992Z | Downloaded block-padding v0.3.3 |
1022 | 2024-09-11T21:16:32.993Z | Downloaded managed v0.8.0 |
1023 | 2024-09-11T21:16:32.995Z | Downloaded linked-hash-map v0.5.6 |
1024 | 2024-09-11T21:16:32.995Z | Downloaded assert_matches v1.5.0 |
1025 | 2024-09-11T21:16:32.997Z | Downloaded clang-sys v1.7.0 |
1026 | 2024-09-11T21:16:33.000Z | Downloaded keccak v0.1.5 |
1027 | 2024-09-11T21:16:33.000Z | Downloaded inout v0.1.3 |
1028 | 2024-09-11T21:16:33.000Z | Downloaded indent_write v2.2.0 |
1029 | 2024-09-11T21:16:33.003Z | Downloaded hyper-tls v0.5.0 |
1030 | 2024-09-11T21:16:33.003Z | Downloaded crossbeam-utils v0.8.19 |
1031 | 2024-09-11T21:16:33.005Z | Downloaded arrayref v0.3.7 |
1032 | 2024-09-11T21:16:33.008Z | Downloaded addr2line v0.21.0 |
1033 | 2024-09-11T21:16:33.011Z | Downloaded hubpack v0.1.2 |
1034 | 2024-09-11T21:16:33.011Z | Downloaded hostname v0.4.0 |
1035 | 2024-09-11T21:16:33.011Z | Downloaded humantime v2.1.0 |
1036 | 2024-09-11T21:16:33.013Z | Downloaded bitstruct_derive v0.1.0 |
1037 | 2024-09-11T21:16:33.013Z | Downloaded bcrypt-pbkdf v0.10.0 |
1038 | 2024-09-11T21:16:33.015Z | Downloaded native-tls v0.2.11 |
1039 | 2024-09-11T21:16:33.015Z | Downloaded crunchy v0.2.2 |
1040 | 2024-09-11T21:16:33.018Z | Downloaded cfg_aliases v0.1.1 |
1041 | 2024-09-11T21:16:33.018Z | Downloaded async-stream-impl v0.3.5 |
1042 | 2024-09-11T21:16:33.018Z | Downloaded lru-cache v0.1.2 |
1043 | 2024-09-11T21:16:33.020Z | Downloaded jobserver v0.1.32 |
1044 | 2024-09-11T21:16:33.020Z | Downloaded is-terminal v0.4.12 |
1045 | 2024-09-11T21:16:33.023Z | Downloaded instant v0.1.12 |
1046 | 2024-09-11T21:16:33.023Z | Downloaded highway v1.2.0 |
1047 | 2024-09-11T21:16:33.026Z | Downloaded console v0.15.8 |
1048 | 2024-09-11T21:16:33.029Z | Downloaded cexpr v0.6.0 |
1049 | 2024-09-11T21:16:33.029Z | Downloaded bzip2 v0.4.4 |
1050 | 2024-09-11T21:16:33.031Z | Downloaded multer v3.1.0 |
1051 | 2024-09-11T21:16:33.035Z | Downloaded memoffset v0.9.1 |
1052 | 2024-09-11T21:16:33.035Z | Downloaded maplit v1.0.2 |
1053 | 2024-09-11T21:16:33.035Z | Downloaded ident_case v1.0.1 |
1054 | 2024-09-11T21:16:33.037Z | Downloaded hyper-staticfile v0.9.5 |
1055 | 2024-09-11T21:16:33.037Z | Downloaded cookie v0.17.0 |
1056 | 2024-09-11T21:16:33.040Z | Downloaded ciborium v0.2.2 |
1057 | 2024-09-11T21:16:33.042Z | Downloaded base64ct v1.6.0 |
1058 | 2024-09-11T21:16:33.044Z | Downloaded backoff v0.4.0 |
1059 | 2024-09-11T21:16:33.047Z | Downloaded curve25519-dalek-derive v0.1.1 |
1060 | 2024-09-11T21:16:33.047Z | Downloaded cstr-argument v0.1.2 |
1061 | 2024-09-11T21:16:33.050Z | Downloaded async-trait v0.1.82 |
1062 | 2024-09-11T21:16:33.053Z | Downloaded kstat-rs v0.2.4 |
1063 | 2024-09-11T21:16:33.053Z | Downloaded cassowary v0.3.0 |
1064 | 2024-09-11T21:16:33.053Z | Downloaded adler v1.0.2 |
1065 | 2024-09-11T21:16:33.056Z | Downloaded lalrpop-util v0.19.12 |
1066 | 2024-09-11T21:16:33.056Z | Downloaded instability v0.3.2 |
1067 | 2024-09-11T21:16:33.059Z | Downloaded indoc v1.0.9 |
1068 | 2024-09-11T21:16:33.059Z | Downloaded crossbeam-deque v0.8.5 |
1069 | 2024-09-11T21:16:33.061Z | Downloaded colored v2.1.0 |
1070 | 2024-09-11T21:16:33.063Z | Downloaded cbc v0.1.2 |
1071 | 2024-09-11T21:16:33.064Z | Downloaded bit-set v0.5.3 |
1072 | 2024-09-11T21:16:33.066Z | Downloaded http-body v0.4.6 |
1073 | 2024-09-11T21:16:33.066Z | Downloaded aead v0.5.2 |
1074 | 2024-09-11T21:16:33.070Z | Downloaded bitfield-struct v0.6.1 |
1075 | 2024-09-11T21:16:33.070Z | Downloaded base16ct v0.2.0 |
1076 | 2024-09-11T21:16:33.073Z | Downloaded buf-list v1.0.3 |
1077 | 2024-09-11T21:16:33.073Z | Downloaded array-init v0.0.4 |
1078 | 2024-09-11T21:16:33.167Z | Compiling serde v1.0.208 |
1079 | 2024-09-11T21:16:33.170Z | Compiling typenum v1.17.0 |
1080 | 2024-09-11T21:16:33.170Z | Compiling lock_api v0.4.12 |
1081 | 2024-09-11T21:16:33.170Z | Compiling generic-array v0.14.7 |
1082 | 2024-09-11T21:16:33.170Z | Compiling scopeguard v1.2.0 |
1083 | 2024-09-11T21:16:33.320Z | Compiling log v0.4.21 |
1084 | 2024-09-11T21:16:33.361Z | Compiling syn v2.0.74 |
1085 | 2024-09-11T21:16:33.364Z | Compiling getrandom v0.2.14 |
1086 | 2024-09-11T21:16:33.503Z | Compiling jobserver v0.1.32 |
1087 | 2024-09-11T21:16:33.621Z | Compiling rand_core v0.6.4 |
1088 | 2024-09-11T21:16:33.810Z | Compiling subtle v2.5.0 |
1089 | 2024-09-11T21:16:33.881Z | Compiling cc v1.0.97 |
1090 | 2024-09-11T21:16:33.899Z | Compiling const-oid v0.9.6 |
1091 | 2024-09-11T21:16:34.143Z | Compiling pin-project-lite v0.2.14 |
1092 | 2024-09-11T21:16:34.182Z | Compiling smallvec v1.13.2 |
1093 | 2024-09-11T21:16:34.279Z | Compiling parking_lot_core v0.9.10 |
1094 | 2024-09-11T21:16:34.345Z | Compiling signal-hook-registry v1.4.2 |
1095 | 2024-09-11T21:16:34.571Z | Compiling spin v0.9.8 |
1096 | 2024-09-11T21:16:34.680Z | Compiling mio v1.0.2 |
1097 | 2024-09-11T21:16:35.012Z | Compiling ahash v0.8.11 |
1098 | 2024-09-11T21:16:35.350Z | Compiling tinyvec_macros v0.1.1 |
1099 | 2024-09-11T21:16:35.423Z | Compiling parking_lot v0.12.2 |
1100 | 2024-09-11T21:16:35.454Z | Compiling tinyvec v1.6.0 |
1101 | 2024-09-11T21:16:35.792Z | Compiling socket2 v0.5.7 |
1102 | 2024-09-11T21:16:36.063Z | Compiling serde_json v1.0.125 |
1103 | 2024-09-11T21:16:36.137Z | Compiling futures-core v0.3.30 |
1104 | 2024-09-11T21:16:36.305Z | Compiling futures-sink v0.3.30 |
1105 | 2024-09-11T21:16:36.411Z | Compiling cpufeatures v0.2.12 |
1106 | 2024-09-11T21:16:36.431Z | Compiling libm v0.2.8 |
1107 | 2024-09-11T21:16:36.491Z | Compiling slab v0.4.9 |
1108 | 2024-09-11T21:16:36.519Z | Compiling num-traits v0.2.19 |
1109 | 2024-09-11T21:16:36.537Z | Compiling unicode-bidi v0.3.15 |
1110 | 2024-09-11T21:16:36.864Z | Compiling allocator-api2 v0.2.18 |
1111 | 2024-09-11T21:16:37.161Z | Compiling unicode-normalization v0.1.23 |
1112 | 2024-09-11T21:16:37.230Z | Compiling futures-channel v0.3.30 |
1113 | 2024-09-11T21:16:37.517Z | Compiling futures-io v0.3.30 |
1114 | 2024-09-11T21:16:37.667Z | Compiling pin-utils v0.1.0 |
1115 | 2024-09-11T21:16:37.769Z | Compiling pkg-config v0.3.30 |
1116 | 2024-09-11T21:16:37.788Z | Compiling futures-task v0.3.30 |
1117 | 2024-09-11T21:16:37.850Z | Compiling vcpkg v0.2.15 |
1118 | 2024-09-11T21:16:38.133Z | Compiling base64ct v1.6.0 |
1119 | 2024-09-11T21:16:38.321Z | Compiling percent-encoding v2.3.1 |
1120 | 2024-09-11T21:16:38.457Z | Compiling flagset v0.4.5 |
1121 | 2024-09-11T21:16:38.537Z | Compiling ring v0.17.8 |
1122 | 2024-09-11T21:16:38.676Z | Compiling pem-rfc7468 v0.7.0 |
1123 | 2024-09-11T21:16:38.708Z | Compiling ppv-lite86 v0.2.17 |
1124 | 2024-09-11T21:16:38.759Z | Compiling tracing-core v0.1.32 |
1125 | 2024-09-11T21:16:39.376Z | Compiling rustix v0.38.34 |
1126 | 2024-09-11T21:16:39.511Z | Compiling rand_chacha v0.3.1 |
1127 | 2024-09-11T21:16:39.548Z | Compiling untrusted v0.9.0 |
1128 | 2024-09-11T21:16:39.738Z | Compiling openssl v0.10.66 |
1129 | 2024-09-11T21:16:40.171Z | Compiling openssl-sys v0.9.103 |
1130 | 2024-09-11T21:16:40.195Z | Compiling rand v0.8.5 |
1131 | 2024-09-11T21:16:40.255Z | Compiling time-core v0.1.2 |
1132 | 2024-09-11T21:16:40.287Z | Compiling num-conv v0.1.0 |
1133 | 2024-09-11T21:16:40.340Z | Compiling httparse v1.8.0 |
1134 | 2024-09-11T21:16:40.425Z | Compiling foreign-types-shared v0.1.1 |
1135 | 2024-09-11T21:16:40.539Z | Compiling rustversion v1.0.17 |
1136 | 2024-09-11T21:16:40.568Z | Compiling powerfmt v0.2.0 |
1137 | 2024-09-11T21:16:40.830Z | Compiling deranged v0.3.11 |
1138 | 2024-09-11T21:16:40.949Z | Compiling time-macros v0.2.18 |
1139 | 2024-09-11T21:16:41.350Z | Compiling foreign-types v0.3.2 |
1140 | 2024-09-11T21:16:41.471Z | Compiling form_urlencoded v1.2.1 |
1141 | 2024-09-11T21:16:41.818Z | Compiling aho-corasick v1.1.3 |
1142 | 2024-09-11T21:16:41.897Z | Compiling siphasher v0.3.11 |
1143 | 2024-09-11T21:16:42.189Z | Compiling try-lock v0.2.5 |
1144 | 2024-09-11T21:16:42.288Z | Compiling crossbeam-utils v0.8.19 |
1145 | 2024-09-11T21:16:42.339Z | Compiling rustls v0.21.12 |
1146 | 2024-09-11T21:16:42.628Z | Compiling native-tls v0.2.11 |
1147 | 2024-09-11T21:16:42.699Z | Compiling syn v1.0.109 |
1148 | 2024-09-11T21:16:42.756Z | Compiling num_threads v0.1.7 |
1149 | 2024-09-11T21:16:42.889Z | Compiling regex-syntax v0.8.4 |
1150 | 2024-09-11T21:16:42.946Z | Compiling want v0.3.1 |
1151 | 2024-09-11T21:16:43.424Z | Compiling idna v0.5.0 |
1152 | 2024-09-11T21:16:43.976Z | Compiling cookie v0.17.0 |
1153 | 2024-09-11T21:16:44.253Z | Compiling time v0.3.36 |
1154 | 2024-09-11T21:16:44.274Z | Compiling iana-time-zone v0.1.60 |
1155 | 2024-09-11T21:16:44.494Z | Compiling slog v2.7.0 |
1156 | 2024-09-11T21:16:44.782Z | Compiling finl_unicode v1.2.0 |
1157 | 2024-09-11T21:16:45.033Z | Compiling openssl-probe v0.1.5 |
1158 | 2024-09-11T21:16:45.052Z | Compiling tower-service v0.3.2 |
1159 | 2024-09-11T21:16:45.157Z | Compiling httpdate v1.0.3 |
1160 | 2024-09-11T21:16:45.370Z | Compiling stringprep v0.1.4 |
1161 | 2024-09-11T21:16:45.509Z | Compiling url v2.5.2 |
1162 | 2024-09-11T21:16:46.674Z | Compiling regex-automata v0.4.6 |
1163 | 2024-09-11T21:16:47.593Z | Compiling num-integer v0.1.46 |
1164 | 2024-09-11T21:16:48.432Z | Compiling rustls-webpki v0.101.7 |
1165 | 2024-09-11T21:16:48.522Z | Compiling serde_derive v1.0.208 |
1166 | 2024-09-11T21:16:48.847Z | Compiling zeroize_derive v1.4.2 |
1167 | 2024-09-11T21:16:49.714Z | Compiling zerocopy-derive v0.7.34 |
1168 | 2024-09-11T21:16:49.762Z | Compiling tokio-macros v2.4.0 |
1169 | 2024-09-11T21:16:49.784Z | Compiling thiserror-impl v1.0.63 |
1170 | 2024-09-11T21:16:50.469Z | Compiling futures-macro v0.3.30 |
1171 | 2024-09-11T21:16:50.523Z | Compiling zeroize v1.7.0 |
1172 | 2024-09-11T21:16:51.491Z | Compiling der_derive v0.7.2 |
1173 | 2024-09-11T21:16:52.061Z | Compiling zerocopy v0.7.34 |
1174 | 2024-09-11T21:16:52.371Z | Compiling crypto-common v0.1.6 |
1175 | 2024-09-11T21:16:52.569Z | Compiling block-buffer v0.10.4 |
1176 | 2024-09-11T21:16:52.624Z | Compiling block-padding v0.3.3 |
1177 | 2024-09-11T21:16:52.856Z | Compiling digest v0.10.7 |
1178 | 2024-09-11T21:16:52.889Z | Compiling inout v0.1.3 |
1179 | 2024-09-11T21:16:53.188Z | Compiling cipher v0.4.4 |
1180 | 2024-09-11T21:16:53.251Z | Compiling thiserror v1.0.63 |
1181 | 2024-09-11T21:16:53.350Z | Compiling hmac v0.12.1 |
1182 | 2024-09-11T21:16:53.391Z | Compiling sha2 v0.10.8 |
1183 | 2024-09-11T21:16:53.609Z | Compiling futures-util v0.3.30 |
1184 | 2024-09-11T21:16:53.738Z | Compiling pest v2.7.10 |
1185 | 2024-09-11T21:16:54.157Z | Compiling der v0.7.9 |
1186 | 2024-09-11T21:16:54.398Z | Compiling hashbrown v0.14.5 |
1187 | 2024-09-11T21:16:55.922Z | Compiling salsa20 v0.10.2 |
1188 | 2024-09-11T21:16:56.162Z | Compiling pbkdf2 v0.12.2 |
1189 | 2024-09-11T21:16:56.344Z | Compiling scroll_derive v0.12.0 |
1190 | 2024-09-11T21:16:56.941Z | Compiling pest_meta v2.7.10 |
1191 | 2024-09-11T21:16:57.142Z | Compiling tracing-attributes v0.1.27 |
1192 | 2024-09-11T21:16:57.688Z | Compiling spki v0.7.3 |
1193 | 2024-09-11T21:16:57.910Z | Compiling scroll v0.12.0 |
1194 | 2024-09-11T21:16:58.083Z | Compiling scrypt v0.11.0 |
1195 | 2024-09-11T21:16:58.482Z | Compiling pest_generator v2.7.10 |
1196 | 2024-09-11T21:16:58.658Z | Compiling aes v0.8.4 |
1197 | 2024-09-11T21:17:00.067Z | Compiling cbc v0.1.2 |
1198 | 2024-09-11T21:17:00.318Z | Compiling pkcs5 v0.7.1 |
1199 | 2024-09-11T21:17:00.321Z | Compiling goblin v0.8.2 |
1200 | 2024-09-11T21:17:00.530Z | Compiling openssl-macros v0.1.1 |
1201 | 2024-09-11T21:17:00.647Z | Compiling sct v0.7.1 |
1202 | 2024-09-11T21:17:00.980Z | Compiling pkcs8 v0.10.2 |
1203 | 2024-09-11T21:17:01.211Z | Compiling tracing v0.1.40 |
1204 | 2024-09-11T21:17:01.599Z | Compiling md-5 v0.10.6 |
1205 | 2024-09-11T21:17:01.625Z | Compiling backtrace v0.3.71 |
1206 | 2024-09-11T21:17:01.725Z | Compiling idna v0.3.0 |
1207 | 2024-09-11T21:17:01.778Z | Compiling lazy_static v1.5.0 |
1208 | 2024-09-11T21:17:01.885Z | Compiling hash32 v0.2.1 |
1209 | 2024-09-11T21:17:01.917Z | Compiling num-bigint-dig v0.8.4 |
1210 | 2024-09-11T21:17:02.128Z | Compiling smoltcp v0.9.1 |
1211 | 2024-09-11T21:17:02.239Z | Compiling gimli v0.28.1 |
1212 | 2024-09-11T21:17:02.257Z | Compiling pest_derive v2.7.10 |
1213 | 2024-09-11T21:17:02.282Z | Compiling crc32fast v1.4.0 |
1214 | 2024-09-11T21:17:02.825Z | Compiling fallible-iterator v0.2.0 |
1215 | 2024-09-11T21:17:02.936Z | Compiling psl-types v2.0.11 |
1216 | 2024-09-11T21:17:03.135Z | Compiling stable_deref_trait v1.2.0 |
1217 | 2024-09-11T21:17:03.151Z | Compiling dtrace-parser v0.2.0 |
1218 | 2024-09-11T21:17:03.251Z | Compiling signal-hook v0.3.17 |
1219 | 2024-09-11T21:17:03.435Z | Compiling base64 v0.22.1 |
1220 | 2024-09-11T21:17:03.541Z | Compiling bytes v1.7.1 |
1221 | 2024-09-11T21:17:03.561Z | Compiling bitflags v2.6.0 |
1222 | 2024-09-11T21:17:04.041Z | Compiling indexmap v2.4.0 |
1223 | 2024-09-11T21:17:04.220Z | Compiling semver v1.0.23 |
1224 | 2024-09-11T21:17:04.928Z | Compiling tokio v1.39.3 |
1225 | 2024-09-11T21:17:05.072Z | Compiling http v0.2.12 |
1226 | 2024-09-11T21:17:05.412Z | Compiling rustc_version v0.4.0 |
1227 | 2024-09-11T21:17:06.233Z | Compiling heapless v0.7.17 |
1228 | 2024-09-11T21:17:06.730Z | Compiling http-body v0.4.6 |
1229 | 2024-09-11T21:17:07.232Z | Compiling dof v0.3.0 |
1230 | 2024-09-11T21:17:07.464Z | Compiling uuid v1.10.0 |
1231 | 2024-09-11T21:17:07.748Z | Compiling serde_spanned v0.6.7 |
1232 | 2024-09-11T21:17:08.002Z | Compiling serde_tokenstream v0.2.2 |
1233 | 2024-09-11T21:17:08.683Z | Compiling usdt-impl v0.5.0 |
1234 | 2024-09-11T21:17:08.899Z | Compiling toml_datetime v0.6.8 |
1235 | 2024-09-11T21:17:08.992Z | Compiling chrono v0.4.38 |
1236 | 2024-09-11T21:17:09.459Z | Compiling adler v1.0.2 |
1237 | 2024-09-11T21:17:09.591Z | Compiling terminal_size v0.3.0 |
1238 | 2024-09-11T21:17:09.713Z | Compiling miniz_oxide v0.7.2 |
1239 | 2024-09-11T21:17:10.424Z | Compiling addr2line v0.21.0 |
1240 | 2024-09-11T21:17:10.620Z | Compiling postgres-protocol v0.6.7 |
1241 | 2024-09-11T21:17:11.085Z | Compiling publicsuffix v2.2.3 |
1242 | 2024-09-11T21:17:11.221Z | Compiling hubpack_derive v0.1.1 |
1243 | 2024-09-11T21:17:11.253Z | Compiling zerocopy-derive v0.6.6 |
1244 | 2024-09-11T21:17:11.329Z | Compiling async-trait v0.1.82 |
1245 | 2024-09-11T21:17:11.519Z | Compiling num-iter v0.1.45 |
1246 | 2024-09-11T21:17:12.188Z | Compiling phf_shared v0.11.2 |
1247 | 2024-09-11T21:17:12.574Z | Compiling serde_derive_internals v0.29.1 |
1248 | 2024-09-11T21:17:12.867Z | Compiling ff v0.13.0 |
1249 | 2024-09-11T21:17:12.887Z | Compiling object v0.32.2 |
1250 | 2024-09-11T21:17:12.933Z | Compiling fs-err v2.11.0 |
1251 | 2024-09-11T21:17:13.102Z | Compiling base64 v0.21.7 |
1252 | 2024-09-11T21:17:13.244Z | Compiling managed v0.8.0 |
1253 | 2024-09-11T21:17:13.526Z | Compiling tokio-util v0.7.11 |
1254 | 2024-09-11T21:17:13.870Z | Compiling tokio-rustls v0.24.1 |
1255 | 2024-09-11T21:17:14.204Z | Compiling tokio-native-tls v0.3.1 |
1256 | 2024-09-11T21:17:14.281Z | Compiling adler2 v2.0.0 |
1257 | 2024-09-11T21:17:14.372Z | Compiling schemars v0.8.21 |
1258 | 2024-09-11T21:17:14.514Z | Compiling winnow v0.5.40 |
1259 | 2024-09-11T21:17:14.533Z | Compiling bitflags v1.3.2 |
1260 | 2024-09-11T21:17:14.652Z | Compiling h2 v0.3.26 |
1261 | 2024-09-11T21:17:14.803Z | Compiling ipnet v2.9.0 |
1262 | 2024-09-11T21:17:15.023Z | Compiling either v1.13.0 |
1263 | 2024-09-11T21:17:15.438Z | Compiling rustc-demangle v0.1.24 |
1264 | 2024-09-11T21:17:15.479Z | Compiling base16ct v0.2.0 |
1265 | 2024-09-11T21:17:15.822Z | Compiling anyhow v1.0.86 |
1266 | 2024-09-11T21:17:16.078Z | Compiling sec1 v0.7.3 |
1267 | 2024-09-11T21:17:16.403Z | Compiling clap_builder v4.5.15 |
1268 | 2024-09-11T21:17:16.496Z | Compiling schemars_derive v0.8.21 |
1269 | 2024-09-11T21:17:16.705Z | Compiling miniz_oxide v0.8.0 |
1270 | 2024-09-11T21:17:18.382Z | Compiling toml_edit v0.19.15 |
1271 | 2024-09-11T21:17:18.572Z | Compiling rustls-pemfile v1.0.4 |
1272 | 2024-09-11T21:17:18.919Z | Compiling zerocopy v0.6.6 |
1273 | 2024-09-11T21:17:19.193Z | Compiling group v0.13.0 |
1274 | 2024-09-11T21:17:19.552Z | Compiling phf v0.11.2 |
1275 | 2024-09-11T21:17:19.865Z | Compiling hubpack v0.1.2 |
1276 | 2024-09-11T21:17:20.063Z | Compiling cookie_store v0.20.0 |
1277 | 2024-09-11T21:17:20.458Z | Compiling usdt-macro v0.5.0 |
1278 | 2024-09-11T21:17:20.975Z | Compiling usdt-attr-macro v0.5.0 |
1279 | 2024-09-11T21:17:21.632Z | Compiling postgres-types v0.2.7 |
1280 | 2024-09-11T21:17:22.060Z | Compiling hyper v0.14.30 |
1281 | 2024-09-11T21:17:23.176Z | Compiling serde_urlencoded v0.7.1 |
1282 | 2024-09-11T21:17:23.508Z | Compiling pkcs1 v0.7.5 |
1283 | 2024-09-11T21:17:23.746Z | Compiling futures-executor v0.3.30 |
1284 | 2024-09-11T21:17:24.070Z | Compiling hkdf v0.12.4 |
1285 | 2024-09-11T21:17:24.348Z | Compiling signature v2.2.0 |
1286 | 2024-09-11T21:17:24.369Z | Compiling bstr v1.9.1 |
1287 | 2024-09-11T21:17:24.566Z | Compiling regex v1.10.6 |
1288 | 2024-09-11T21:17:24.702Z | Compiling crypto-bigint v0.5.5 |
1289 | 2024-09-11T21:17:25.736Z | Compiling serde_repr v0.1.19 |
1290 | 2024-09-11T21:17:26.024Z | Compiling strum_macros v0.25.3 |
1291 | 2024-09-11T21:17:26.202Z | Compiling clap_derive v4.5.13 |
1292 | 2024-09-11T21:17:26.309Z | Compiling enum-as-inner v0.6.0 |
1293 | 2024-09-11T21:17:26.865Z | Compiling phf_shared v0.10.0 |
1294 | 2024-09-11T21:17:27.016Z | Compiling float-cmp v0.9.0 |
1295 | 2024-09-11T21:17:27.259Z | Compiling idna v0.4.0 |
1296 | 2024-09-11T21:17:27.283Z | Compiling mio v0.8.11 |
1297 | 2024-09-11T21:17:27.456Z | Compiling encoding_rs v0.8.34 |
1298 | 2024-09-11T21:17:28.623Z | Compiling fixedbitset v0.4.2 |
1299 | 2024-09-11T21:17:28.911Z | Compiling predicates-core v1.0.6 |
1300 | 2024-09-11T21:17:29.127Z | Compiling dyn-clone v1.0.17 |
1301 | 2024-09-11T21:17:29.308Z | Compiling unicode-segmentation v1.11.0 |
1302 | 2024-09-11T21:17:29.357Z | Compiling difflib v0.4.0 |
1303 | 2024-09-11T21:17:30.280Z | Compiling hyper-rustls v0.24.2 |
1304 | 2024-09-11T21:17:30.393Z | Compiling hyper-tls v0.5.0 |
1305 | 2024-09-11T21:17:30.651Z | Compiling sync_wrapper v0.1.2 |
1306 | 2024-09-11T21:17:30.773Z | Compiling whoami v1.5.1 |
1307 | 2024-09-11T21:17:30.796Z | Compiling static_assertions v1.1.0 |
1308 | 2024-09-11T21:17:30.903Z | Compiling webpki-roots v0.25.4 |
1309 | 2024-09-11T21:17:31.065Z | Compiling bit-vec v0.6.3 |
1310 | 2024-09-11T21:17:31.089Z | Compiling normalize-line-endings v0.3.0 |
1311 | 2024-09-11T21:17:31.197Z | Compiling precomputed-hash v0.1.1 |
1312 | 2024-09-11T21:17:31.233Z | Compiling mime v0.3.17 |
1313 | 2024-09-11T21:17:31.322Z | Compiling new_debug_unreachable v1.0.6 |
1314 | 2024-09-11T21:17:31.426Z | Compiling minimal-lexical v0.2.1 |
1315 | 2024-09-11T21:17:31.449Z | Compiling data-encoding v2.6.0 |
1316 | 2024-09-11T21:17:31.531Z | Compiling toml_edit v0.22.20 |
1317 | 2024-09-11T21:17:31.720Z | Compiling clap v4.5.16 |
1318 | 2024-09-11T21:17:31.831Z | Compiling nom v7.1.3 |
1319 | 2024-09-11T21:17:31.846Z | Compiling reqwest v0.11.27 |
1320 | 2024-09-11T21:17:31.954Z | Compiling string_cache v0.8.7 |
1321 | 2024-09-11T21:17:32.180Z | Compiling bit-set v0.5.3 |
1322 | 2024-09-11T21:17:32.416Z | Compiling hickory-proto v0.24.1 |
1323 | 2024-09-11T21:17:32.492Z | Compiling console v0.15.8 |
1324 | 2024-09-11T21:17:32.879Z | Compiling predicates v3.1.2 |
1325 | 2024-09-11T21:17:33.954Z | Compiling tokio-postgres v0.7.11 |
1326 | 2024-09-11T21:17:34.099Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1327 | 2024-09-11T21:17:34.764Z | Compiling similar v2.6.0 |
1328 | 2024-09-11T21:17:35.978Z | Compiling petgraph v0.6.5 |
1329 | 2024-09-11T21:17:37.384Z | Compiling signal-hook-mio v0.2.4 |
1330 | 2024-09-11T21:17:37.590Z | Compiling elliptic-curve v0.13.8 |
1331 | 2024-09-11T21:17:38.473Z | Compiling usdt v0.5.0 |
1332 | 2024-09-11T21:17:39.036Z | Compiling rsa v0.9.6 |
1333 | 2024-09-11T21:17:39.698Z | Compiling futures v0.3.30 |
1334 | 2024-09-11T21:17:39.827Z | Compiling flate2 v1.0.33 |
1335 | 2024-09-11T21:17:40.075Z | Compiling toml v0.7.8 |
1336 | 2024-09-11T21:17:40.887Z | Compiling itertools v0.10.5 |
1337 | 2024-09-11T21:17:40.991Z | Compiling itertools v0.12.1 |
1338 | 2024-09-11T21:17:41.222Z | Compiling tokio-stream v0.1.15 |
1339 | 2024-09-11T21:17:41.301Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-09-11T21:17:41.846Z | Compiling hex v0.4.3 |
1341 | 2024-09-11T21:17:42.334Z | Compiling sha1 v0.10.6 |
1342 | 2024-09-11T21:17:42.453Z | Compiling crossbeam-epoch v0.9.18 |
1343 | 2024-09-11T21:17:42.792Z | Compiling dirs-sys-next v0.1.2 |
1344 | 2024-09-11T21:17:43.274Z | Compiling unicode-xid v0.2.4 |
1345 | 2024-09-11T21:17:43.434Z | Compiling peg-runtime v0.8.3 |
1346 | 2024-09-11T21:17:43.464Z | Compiling lalrpop-util v0.19.12 |
1347 | 2024-09-11T21:17:43.486Z | Compiling dirs-next v2.0.0 |
1348 | 2024-09-11T21:17:43.698Z | Compiling thread_local v1.1.8 |
1349 | 2024-09-11T21:17:43.844Z | Compiling slog-async v2.8.0 |
1350 | 2024-09-11T21:17:43.866Z | Compiling term v0.7.0 |
1351 | 2024-09-11T21:17:44.140Z | Compiling xattr v1.3.1 |
1352 | 2024-09-11T21:17:44.270Z | Compiling strum_macros v0.26.4 |
1353 | 2024-09-11T21:17:44.295Z | Compiling crossbeam-channel v0.5.12 |
1354 | 2024-09-11T21:17:44.410Z | Compiling is-terminal v0.4.12 |
1355 | 2024-09-11T21:17:44.524Z | Compiling filetime v0.2.25 |
1356 | 2024-09-11T21:17:44.565Z | Compiling take_mut v0.2.2 |
1357 | 2024-09-11T21:17:44.756Z | Compiling tar v0.4.41 |
1358 | 2024-09-11T21:17:44.853Z | Compiling slog-term v2.9.1 |
1359 | 2024-09-11T21:17:45.561Z | Compiling camino v1.1.9 |
1360 | 2024-09-11T21:17:47.322Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1361 | 2024-09-11T21:17:47.813Z | Compiling strum v0.26.3 |
1362 | 2024-09-11T21:17:47.869Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1363 | 2024-09-11T21:17:55.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
1364 | 2024-09-11T21:17:55.411Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1365 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.364 INFO Starting download, target: Clickhouse |
1366 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Starting download, target: Cockroach |
1367 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Starting download, target: Console |
1368 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Starting download, target: DendriteOpenapi |
1369 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Starting download, target: DendriteStub |
1370 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Starting download, target: MaghemiteMgd |
1371 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Starting download, target: TransceiverControl |
1372 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1373 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1374 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1375 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1376 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1377 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.365 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1378 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:52.366 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1379 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:53.028 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1380 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:53.370 INFO Download complete, target: Console |
1381 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:53.456 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1382 | 2024-09-11T21:17:55.411Z | Sep 11 21:17:53.456 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1383 | 2024-09-11T21:17:55.488Z | Sep 11 21:17:53.989 INFO Download complete, target: DendriteOpenapi |
1384 | 2024-09-11T21:17:55.656Z | Sep 11 21:17:54.156 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1385 | 2024-09-11T21:17:55.810Z | Sep 11 21:17:54.312 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1386 | 2024-09-11T21:17:55.970Z | Sep 11 21:17:54.484 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1387 | 2024-09-11T21:17:56.140Z | Sep 11 21:17:54.655 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1388 | 2024-09-11T21:17:56.324Z | Sep 11 21:17:54.839 INFO Download complete, target: TransceiverControl |
1389 | 2024-09-11T21:17:58.894Z | Sep 11 21:17:57.411 INFO Download complete, target: DendriteStub |
1390 | 2024-09-11T21:17:59.099Z | Sep 11 21:17:57.615 INFO Download complete, target: MaghemiteMgd |
1391 | 2024-09-11T21:18:03.319Z | Sep 11 21:18:01.836 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1392 | 2024-09-11T21:18:03.612Z | Sep 11 21:18:02.127 INFO Checking that binary works, target: Cockroach |
1393 | 2024-09-11T21:18:03.790Z | Sep 11 21:18:02.306 INFO Download complete, target: Cockroach |
1394 | 2024-09-11T21:18:09.731Z | Sep 11 21:18:08.247 INFO Checking that binary works, target: Clickhouse |
1395 | 2024-09-11T21:18:09.892Z | Sep 11 21:18:08.408 INFO Download complete, target: Clickhouse |
1396 | 2024-09-11T21:18:09.901Z | All prerequisites installed successfully |
1397 | 2024-09-11T21:18:09.904Z | |
1398 | 2024-09-11T21:18:09.904Z | real 3:59.361956483 |
1399 | 2024-09-11T21:18:09.904Z | user 12:03.840161859 |
1400 | 2024-09-11T21:18:09.904Z | sys 2:31.165877253 |
1401 | 2024-09-11T21:18:09.904Z | trap 0.465657240 |
1402 | 2024-09-11T21:18:09.904Z | tflt 1.464691435 |
1403 | 2024-09-11T21:18:09.904Z | dflt 1.626077673 |
1404 | 2024-09-11T21:18:09.904Z | kflt 0.025106235 |
1405 | 2024-09-11T21:18:09.904Z | lock 22:46.034799972 |
1406 | 2024-09-11T21:18:09.904Z | slp 46:19.040117783 |
1407 | 2024-09-11T21:18:09.904Z | lat 42.255404183 |
1408 | 2024-09-11T21:18:09.904Z | stop 1:54.860906788 |
1409 | 2024-09-11T21:18:09.904Z | + ptime -m cargo xtask download softnpu |
1410 | 2024-09-11T21:18:10.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1411 | 2024-09-11T21:18:10.547Z | Running `target/debug/xtask download softnpu` |
1412 | 2024-09-11T21:18:11.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
1413 | 2024-09-11T21:18:11.522Z | Running `target/debug/xtask-downloader softnpu` |
1414 | 2024-09-11T21:18:11.562Z | Sep 11 21:18:10.077 INFO Starting download, target: Softnpu |
1415 | 2024-09-11T21:18:11.565Z | Sep 11 21:18:10.078 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1416 | 2024-09-11T21:18:12.689Z | Sep 11 21:18:11.205 INFO Download complete, target: Softnpu |
1417 | 2024-09-11T21:18:12.694Z | |
1418 | 2024-09-11T21:18:12.696Z | real 2.786377335 |
1419 | 2024-09-11T21:18:12.696Z | user 1.334557006 |
1420 | 2024-09-11T21:18:12.696Z | sys 0.639553117 |
1421 | 2024-09-11T21:18:12.696Z | trap 0.000501852 |
1422 | 2024-09-11T21:18:12.696Z | tflt 0.000023259 |
1423 | 2024-09-11T21:18:12.696Z | dflt 0.000003280 |
1424 | 2024-09-11T21:18:12.696Z | kflt 0.000000000 |
1425 | 2024-09-11T21:18:12.696Z | lock 11.994973046 |
1426 | 2024-09-11T21:18:12.696Z | slp 1.177108607 |
1427 | 2024-09-11T21:18:12.696Z | lat 0.072792580 |
1428 | 2024-09-11T21:18:12.696Z | stop 0.000475385 |
1429 | 2024-09-11T21:18:12.696Z | + export CARGO_INCREMENTAL=0 |
1430 | 2024-09-11T21:18:12.696Z | + CARGO_INCREMENTAL=0 |
1431 | 2024-09-11T21:18:12.696Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1432 | 2024-09-11T21:18:13.808Z | Compiling proc-macro2 v1.0.86 |
1433 | 2024-09-11T21:18:13.808Z | Compiling unicode-ident v1.0.12 |
1434 | 2024-09-11T21:18:13.810Z | Compiling libc v0.2.158 |
1435 | 2024-09-11T21:18:13.810Z | Compiling serde v1.0.208 |
1436 | 2024-09-11T21:18:13.811Z | Compiling version_check v0.9.5 |
1437 | 2024-09-11T21:18:13.811Z | Compiling autocfg v1.3.0 |
1438 | 2024-09-11T21:18:13.811Z | Compiling cfg-if v1.0.0 |
1439 | 2024-09-11T21:18:13.811Z | Compiling once_cell v1.19.0 |
1440 | 2024-09-11T21:18:14.118Z | Compiling typenum v1.17.0 |
1441 | 2024-09-11T21:18:14.185Z | Compiling memchr v2.7.2 |
1442 | 2024-09-11T21:18:14.567Z | Compiling byteorder v1.5.0 |
1443 | 2024-09-11T21:18:14.772Z | Compiling lock_api v0.4.12 |
1444 | 2024-09-11T21:18:15.028Z | Compiling generic-array v0.14.7 |
1445 | 2024-09-11T21:18:15.099Z | Compiling ahash v0.8.11 |
1446 | 2024-09-11T21:18:15.116Z | Compiling serde_json v1.0.125 |
1447 | 2024-09-11T21:18:15.363Z | Compiling libm v0.2.8 |
1448 | 2024-09-11T21:18:15.477Z | Compiling quote v1.0.36 |
1449 | 2024-09-11T21:18:15.479Z | Compiling num-traits v0.2.19 |
1450 | 2024-09-11T21:18:15.742Z | Compiling parking_lot_core v0.9.10 |
1451 | 2024-09-11T21:18:15.815Z | Compiling thiserror v1.0.63 |
1452 | 2024-09-11T21:18:15.987Z | Compiling syn v2.0.74 |
1453 | 2024-09-11T21:18:16.128Z | Compiling getrandom v0.2.14 |
1454 | 2024-09-11T21:18:16.172Z | Compiling jobserver v0.1.32 |
1455 | 2024-09-11T21:18:16.191Z | Compiling scopeguard v1.2.0 |
1456 | 2024-09-11T21:18:16.460Z | Compiling log v0.4.21 |
1457 | 2024-09-11T21:18:16.584Z | Compiling cc v1.0.97 |
1458 | 2024-09-11T21:18:16.587Z | Compiling itoa v1.0.11 |
1459 | 2024-09-11T21:18:16.959Z | Compiling allocator-api2 v0.2.18 |
1460 | 2024-09-11T21:18:16.979Z | Compiling rand_core v0.6.4 |
1461 | 2024-09-11T21:18:16.982Z | Compiling slab v0.4.9 |
1462 | 2024-09-11T21:18:17.476Z | Compiling pin-project-lite v0.2.14 |
1463 | 2024-09-11T21:18:17.526Z | Compiling semver v1.0.23 |
1464 | 2024-09-11T21:18:17.791Z | Compiling ryu v1.0.18 |
1465 | 2024-09-11T21:18:18.091Z | Compiling smallvec v1.13.2 |
1466 | 2024-09-11T21:18:18.147Z | Compiling equivalent v1.0.1 |
1467 | 2024-09-11T21:18:18.286Z | Compiling pkg-config v0.3.30 |
1468 | 2024-09-11T21:18:18.305Z | Compiling schemars v0.8.21 |
1469 | 2024-09-11T21:18:18.369Z | Compiling vcpkg v0.2.15 |
1470 | 2024-09-11T21:18:18.667Z | Compiling spin v0.9.8 |
1471 | 2024-09-11T21:18:19.135Z | Compiling signal-hook-registry v1.4.2 |
1472 | 2024-09-11T21:18:19.440Z | Compiling subtle v2.5.0 |
1473 | 2024-09-11T21:18:19.898Z | Compiling parking_lot v0.12.2 |
1474 | 2024-09-11T21:18:20.049Z | Compiling ring v0.17.8 |
1475 | 2024-09-11T21:18:20.163Z | Compiling openssl-sys v0.9.103 |
1476 | 2024-09-11T21:18:20.744Z | Compiling mio v1.0.2 |
1477 | 2024-09-11T21:18:21.120Z | Compiling const-oid v0.9.6 |
1478 | 2024-09-11T21:18:21.214Z | Compiling socket2 v0.5.7 |
1479 | 2024-09-11T21:18:21.833Z | Compiling syn v1.0.109 |
1480 | 2024-09-11T21:18:22.308Z | Compiling httparse v1.8.0 |
1481 | 2024-09-11T21:18:22.477Z | Compiling heck v0.5.0 |
1482 | 2024-09-11T21:18:22.688Z | Compiling num-conv v0.1.0 |
1483 | 2024-09-11T21:18:22.765Z | Compiling time-core v0.1.2 |
1484 | 2024-09-11T21:18:22.979Z | Compiling time-macros v0.2.18 |
1485 | 2024-09-11T21:18:22.997Z | Compiling openssl v0.10.66 |
1486 | 2024-09-11T21:18:23.011Z | Compiling rustix v0.38.34 |
1487 | 2024-09-11T21:18:23.274Z | Compiling fnv v1.0.7 |
1488 | 2024-09-11T21:18:23.401Z | Compiling futures-core v0.3.30 |
1489 | 2024-09-11T21:18:23.690Z | Compiling crossbeam-utils v0.8.19 |
1490 | 2024-09-11T21:18:23.989Z | Compiling serde_derive_internals v0.29.1 |
1491 | 2024-09-11T21:18:24.665Z | Compiling rustls v0.21.12 |
1492 | 2024-09-11T21:18:24.698Z | Compiling futures-sink v0.3.30 |
1493 | 2024-09-11T21:18:24.869Z | Compiling native-tls v0.2.11 |
1494 | 2024-09-11T21:18:24.978Z | Compiling tinyvec_macros v0.1.1 |
1495 | 2024-09-11T21:18:25.078Z | Compiling iana-time-zone v0.1.60 |
1496 | 2024-09-11T21:18:25.240Z | Compiling tinyvec v1.6.0 |
1497 | 2024-09-11T21:18:25.823Z | Compiling ucd-trie v0.1.6 |
1498 | 2024-09-11T21:18:26.214Z | Compiling cpufeatures v0.2.12 |
1499 | 2024-09-11T21:18:26.479Z | Compiling backtrace v0.3.71 |
1500 | 2024-09-11T21:18:26.639Z | Compiling cookie v0.17.0 |
1501 | 2024-09-11T21:18:26.721Z | Compiling unicode-normalization v0.1.23 |
1502 | 2024-09-11T21:18:26.787Z | Compiling unicode-bidi v0.3.15 |
1503 | 2024-09-11T21:18:26.953Z | Compiling slog v2.7.0 |
1504 | 2024-09-11T21:18:27.294Z | Compiling futures-channel v0.3.30 |
1505 | 2024-09-11T21:18:27.631Z | Compiling aho-corasick v1.1.3 |
1506 | 2024-09-11T21:18:27.808Z | Compiling regex-syntax v0.8.4 |
1507 | 2024-09-11T21:18:27.827Z | Compiling futures-task v0.3.30 |
1508 | 2024-09-11T21:18:28.114Z | Compiling futures-io v0.3.30 |
1509 | 2024-09-11T21:18:28.142Z | Compiling pin-utils v0.1.0 |
1510 | 2024-09-11T21:18:29.320Z | Compiling untrusted v0.9.0 |
1511 | 2024-09-11T21:18:29.659Z | Compiling serde_derive v1.0.208 |
1512 | 2024-09-11T21:18:29.705Z | Compiling zeroize_derive v1.4.2 |
1513 | 2024-09-11T21:18:29.830Z | Compiling zerocopy-derive v0.7.34 |
1514 | 2024-09-11T21:18:31.163Z | Compiling thiserror-impl v1.0.63 |
1515 | 2024-09-11T21:18:31.277Z | Compiling tokio-macros v2.4.0 |
1516 | 2024-09-11T21:18:31.845Z | Compiling zerocopy v0.7.34 |
1517 | 2024-09-11T21:18:32.007Z | Compiling zeroize v1.7.0 |
1518 | 2024-09-11T21:18:32.864Z | Compiling futures-macro v0.3.30 |
1519 | 2024-09-11T21:18:34.039Z | Compiling hashbrown v0.14.5 |
1520 | 2024-09-11T21:18:34.202Z | Compiling crypto-common v0.1.6 |
1521 | 2024-09-11T21:18:34.417Z | Compiling schemars_derive v0.8.21 |
1522 | 2024-09-11T21:18:34.713Z | Compiling tracing-attributes v0.1.27 |
1523 | 2024-09-11T21:18:35.480Z | Compiling block-buffer v0.10.4 |
1524 | 2024-09-11T21:18:35.722Z | Compiling digest v0.10.7 |
1525 | 2024-09-11T21:18:35.752Z | Compiling der_derive v0.7.2 |
1526 | 2024-09-11T21:18:36.166Z | Compiling openssl-macros v0.1.1 |
1527 | 2024-09-11T21:18:36.735Z | Compiling scroll_derive v0.12.0 |
1528 | 2024-09-11T21:18:36.918Z | Compiling hmac v0.12.1 |
1529 | 2024-09-11T21:18:37.137Z | Compiling pest v2.7.10 |
1530 | 2024-09-11T21:18:37.440Z | Compiling block-padding v0.3.3 |
1531 | 2024-09-11T21:18:38.000Z | Compiling inout v0.1.3 |
1532 | 2024-09-11T21:18:38.019Z | Compiling sha2 v0.10.8 |
1533 | 2024-09-11T21:18:38.023Z | Compiling futures-util v0.3.30 |
1534 | 2024-09-11T21:18:38.071Z | Compiling regex-automata v0.4.6 |
1535 | 2024-09-11T21:18:38.253Z | Compiling cipher v0.4.4 |
1536 | 2024-09-11T21:18:38.271Z | Compiling winnow v0.5.40 |
1537 | 2024-09-11T21:18:38.699Z | Compiling anyhow v1.0.86 |
1538 | 2024-09-11T21:18:38.803Z | Compiling dyn-clone v1.0.17 |
1539 | 2024-09-11T21:18:40.128Z | Compiling pest_meta v2.7.10 |
1540 | 2024-09-11T21:18:42.529Z | Compiling pest_generator v2.7.10 |
1541 | 2024-09-11T21:18:44.142Z | Compiling bytes v1.7.1 |
1542 | 2024-09-11T21:18:44.655Z | Compiling indexmap v2.4.0 |
1543 | 2024-09-11T21:18:45.821Z | Compiling tokio v1.39.3 |
1544 | 2024-09-11T21:18:46.139Z | Compiling uuid v1.10.0 |
1545 | 2024-09-11T21:18:46.244Z | Compiling bitflags v2.6.0 |
1546 | 2024-09-11T21:18:46.290Z | Compiling serde_tokenstream v0.2.2 |
1547 | 2024-09-11T21:18:46.853Z | Compiling chrono v0.4.38 |
1548 | 2024-09-11T21:18:48.027Z | Compiling toml_datetime v0.6.8 |
1549 | 2024-09-11T21:18:48.477Z | Compiling serde_spanned v0.6.7 |
1550 | 2024-09-11T21:18:48.729Z | Compiling http v0.2.12 |
1551 | 2024-09-11T21:18:49.532Z | Compiling toml_edit v0.19.15 |
1552 | 2024-09-11T21:18:51.418Z | Compiling rustc_version v0.4.0 |
1553 | 2024-09-11T21:18:51.936Z | Compiling pest_derive v2.7.10 |
1554 | 2024-09-11T21:18:52.118Z | Compiling tracing-core v0.1.32 |
1555 | 2024-09-11T21:18:52.824Z | Compiling usdt-impl v0.5.0 |
1556 | 2024-09-11T21:18:53.217Z | Compiling base64ct v1.6.0 |
1557 | 2024-09-11T21:18:53.827Z | Compiling rustversion v1.0.17 |
1558 | 2024-09-11T21:18:54.613Z | Compiling pem-rfc7468 v0.7.0 |
1559 | 2024-09-11T21:18:54.651Z | Compiling tracing v0.1.40 |
1560 | 2024-09-11T21:18:54.769Z | Compiling heapless v0.7.17 |
1561 | 2024-09-11T21:18:55.236Z | Compiling scroll v0.12.0 |
1562 | 2024-09-11T21:18:55.533Z | Compiling percent-encoding v2.3.1 |
1563 | 2024-09-11T21:18:55.895Z | Compiling flagset v0.4.5 |
1564 | 2024-09-11T21:18:55.914Z | Compiling powerfmt v0.2.0 |
1565 | 2024-09-11T21:18:56.119Z | Compiling ppv-lite86 v0.2.17 |
1566 | 2024-09-11T21:18:56.323Z | Compiling plain v0.2.3 |
1567 | 2024-09-11T21:18:56.398Z | Compiling heck v0.4.1 |
1568 | 2024-09-11T21:18:56.497Z | Compiling goblin v0.8.2 |
1569 | 2024-09-11T21:18:56.689Z | Compiling deranged v0.3.11 |
1570 | 2024-09-11T21:18:56.826Z | Compiling tokio-util v0.7.11 |
1571 | 2024-09-11T21:18:56.925Z | Compiling rand_chacha v0.3.1 |
1572 | 2024-09-11T21:18:57.891Z | Compiling der v0.7.9 |
1573 | 2024-09-11T21:19:00.373Z | Compiling regex v1.10.6 |
1574 | 2024-09-11T21:19:00.786Z | Compiling salsa20 v0.10.2 |
1575 | 2024-09-11T21:19:01.004Z | Compiling pbkdf2 v0.12.2 |
1576 | 2024-09-11T21:19:01.351Z | Compiling crc32fast v1.4.0 |
1577 | 2024-09-11T21:19:01.434Z | Compiling pretty-hex v0.4.1 |
1578 | 2024-09-11T21:19:01.650Z | Compiling strsim v0.11.1 |
1579 | 2024-09-11T21:19:01.801Z | Compiling num_threads v0.1.7 |
1580 | 2024-09-11T21:19:01.936Z | Compiling time v0.3.36 |
1581 | 2024-09-11T21:19:02.454Z | Compiling scrypt v0.11.0 |
1582 | 2024-09-11T21:19:02.557Z | Compiling spki v0.7.3 |
1583 | 2024-09-11T21:19:02.733Z | Compiling dof v0.3.0 |
1584 | 2024-09-11T21:19:02.958Z | Compiling rand v0.8.5 |
1585 | 2024-09-11T21:19:03.190Z | Compiling dtrace-parser v0.2.0 |
1586 | 2024-09-11T21:19:04.552Z | Compiling cbc v0.1.2 |
1587 | 2024-09-11T21:19:04.613Z | Compiling aes v0.8.4 |
1588 | 2024-09-11T21:19:04.786Z | Compiling async-trait v0.1.82 |
1589 | 2024-09-11T21:19:05.011Z | Compiling thread-id v4.2.1 |
1590 | 2024-09-11T21:19:05.318Z | Compiling unicode-width v0.1.13 |
1591 | 2024-09-11T21:19:05.416Z | Compiling foreign-types-shared v0.1.1 |
1592 | 2024-09-11T21:19:05.472Z | Compiling num-bigint-dig v0.8.4 |
1593 | 2024-09-11T21:19:05.536Z | Compiling signal-hook v0.3.17 |
1594 | 2024-09-11T21:19:05.564Z | Compiling smoltcp v0.9.1 |
1595 | 2024-09-11T21:19:05.799Z | Compiling pkcs5 v0.7.1 |
1596 | 2024-09-11T21:19:05.840Z | Compiling foreign-types v0.3.2 |
1597 | 2024-09-11T21:19:07.256Z | Compiling form_urlencoded v1.2.1 |
1598 | 2024-09-11T21:19:07.826Z | Compiling errno v0.3.9 |
1599 | 2024-09-11T21:19:08.057Z | Compiling try-lock v0.2.5 |
1600 | 2024-09-11T21:19:08.250Z | Compiling siphasher v0.3.11 |
1601 | 2024-09-11T21:19:08.425Z | Compiling want v0.3.1 |
1602 | 2024-09-11T21:19:10.825Z | Compiling pkcs8 v0.10.2 |
1603 | 2024-09-11T21:19:10.874Z | Compiling sct v0.7.1 |
1604 | 2024-09-11T21:19:10.877Z | Compiling rustls-webpki v0.101.7 |
1605 | 2024-09-11T21:19:11.178Z | Compiling h2 v0.3.26 |
1606 | 2024-09-11T21:19:11.602Z | Compiling http-body v0.4.6 |
1607 | 2024-09-11T21:19:13.325Z | Compiling openapiv3 v2.0.0 |
1608 | 2024-09-11T21:19:13.611Z | Compiling hubpack_derive v0.1.1 |
1609 | 2024-09-11T21:19:13.749Z | Compiling zerocopy-derive v0.6.6 |
1610 | 2024-09-11T21:19:14.293Z | Compiling idna v0.5.0 |
1611 | 2024-09-11T21:19:15.431Z | Compiling fs-err v2.11.0 |
1612 | 2024-09-11T21:19:15.769Z | Compiling tower-service v0.3.2 |
1613 | 2024-09-11T21:19:15.787Z | Compiling stable_deref_trait v1.2.0 |
1614 | 2024-09-11T21:19:15.816Z | Compiling finl_unicode v1.2.0 |
1615 | 2024-09-11T21:19:15.916Z | Compiling openssl-probe v0.1.5 |
1616 | 2024-09-11T21:19:17.087Z | Compiling anstyle v1.0.8 |
1617 | 2024-09-11T21:19:17.260Z | Compiling gimli v0.28.1 |
1618 | 2024-09-11T21:19:17.367Z | Compiling adler v1.0.2 |
1619 | 2024-09-11T21:19:17.589Z | Compiling httpdate v1.0.3 |
1620 | 2024-09-11T21:19:17.706Z | Compiling utf8parse v0.2.1 |
1621 | 2024-09-11T21:19:17.886Z | Compiling anstyle-parse v0.2.4 |
1622 | 2024-09-11T21:19:18.006Z | Compiling miniz_oxide v0.7.2 |
1623 | 2024-09-11T21:19:18.655Z | Compiling hyper v0.14.30 |
1624 | 2024-09-11T21:19:21.488Z | Compiling stringprep v0.1.4 |
1625 | 2024-09-11T21:19:22.494Z | Compiling addr2line v0.21.0 |
1626 | 2024-09-11T21:19:24.240Z | Compiling url v2.5.2 |
1627 | 2024-09-11T21:19:29.961Z | Compiling usdt-macro v0.5.0 |
1628 | 2024-09-11T21:19:31.405Z | Compiling usdt-attr-macro v0.5.0 |
1629 | 2024-09-11T21:19:33.089Z | Compiling md-5 v0.10.6 |
1630 | 2024-09-11T21:19:33.531Z | Compiling idna v0.3.0 |
1631 | 2024-09-11T21:19:35.183Z | Compiling lazy_static v1.5.0 |
1632 | 2024-09-11T21:19:35.323Z | Compiling num-integer v0.1.46 |
1633 | 2024-09-11T21:19:36.136Z | Compiling object v0.32.2 |
1634 | 2024-09-11T21:19:36.713Z | Compiling hash32 v0.2.1 |
1635 | 2024-09-11T21:19:37.326Z | Compiling fallible-iterator v0.2.0 |
1636 | 2024-09-11T21:19:38.241Z | Compiling colorchoice v1.0.1 |
1637 | 2024-09-11T21:19:38.264Z | Compiling is_terminal_polyfill v1.70.0 |
1638 | 2024-09-11T21:19:38.402Z | Compiling base64 v0.22.1 |
1639 | 2024-09-11T21:19:38.681Z | Compiling anstyle-query v1.0.3 |
1640 | 2024-09-11T21:19:38.837Z | Compiling psl-types v2.0.11 |
1641 | 2024-09-11T21:19:39.057Z | Compiling rustc-demangle v0.1.24 |
1642 | 2024-09-11T21:19:39.117Z | Compiling publicsuffix v2.2.3 |
1643 | 2024-09-11T21:19:39.402Z | Compiling postgres-protocol v0.6.7 |
1644 | 2024-09-11T21:19:40.711Z | Compiling anstream v0.6.14 |
1645 | 2024-09-11T21:19:43.042Z | Compiling num-iter v0.1.45 |
1646 | 2024-09-11T21:19:45.099Z | Compiling tokio-rustls v0.24.1 |
1647 | 2024-09-11T21:19:45.545Z | Compiling terminal_size v0.3.0 |
1648 | 2024-09-11T21:19:45.772Z | Compiling tokio-native-tls v0.3.1 |
1649 | 2024-09-11T21:19:46.068Z | Compiling phf_shared v0.11.2 |
1650 | 2024-09-11T21:19:47.162Z | Compiling strum_macros v0.25.3 |
1651 | 2024-09-11T21:19:47.829Z | Compiling enum-as-inner v0.6.0 |
1652 | 2024-09-11T21:19:49.139Z | Compiling regress v0.9.1 |
1653 | 2024-09-11T21:19:49.177Z | Compiling clap_derive v4.5.13 |
1654 | 2024-09-11T21:19:49.383Z | Compiling serde_repr v0.1.19 |
1655 | 2024-09-11T21:19:51.178Z | Compiling ff v0.13.0 |
1656 | 2024-09-11T21:19:53.859Z | Compiling encoding_rs v0.8.34 |
1657 | 2024-09-11T21:19:54.175Z | Compiling either v1.13.0 |
1658 | 2024-09-11T21:19:54.195Z | Compiling managed v0.8.0 |
1659 | 2024-09-11T21:19:54.651Z | Compiling bitflags v1.3.2 |
1660 | 2024-09-11T21:19:55.074Z | Compiling mime v0.3.17 |
1661 | 2024-09-11T21:19:55.114Z | Compiling clap_lex v0.7.0 |
1662 | 2024-09-11T21:19:55.220Z | Compiling base16ct v0.2.0 |
1663 | 2024-09-11T21:19:55.581Z | Compiling ipnet v2.9.0 |
1664 | 2024-09-11T21:19:55.642Z | Compiling adler2 v2.0.0 |
1665 | 2024-09-11T21:19:56.233Z | Compiling base64 v0.21.7 |
1666 | 2024-09-11T21:19:56.668Z | Compiling miniz_oxide v0.8.0 |
1667 | 2024-09-11T21:19:56.784Z | Compiling rustls-pemfile v1.0.4 |
1668 | 2024-09-11T21:19:57.189Z | Compiling sec1 v0.7.3 |
1669 | 2024-09-11T21:19:57.809Z | Compiling clap_builder v4.5.15 |
1670 | 2024-09-11T21:19:58.419Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1671 | 2024-09-11T21:19:59.201Z | Compiling group v0.13.0 |
1672 | 2024-09-11T21:20:05.076Z | Compiling phf v0.11.2 |
1673 | 2024-09-11T21:20:05.366Z | Compiling hyper-tls v0.5.0 |
1674 | 2024-09-11T21:20:05.406Z | Compiling hyper-rustls v0.24.2 |
1675 | 2024-09-11T21:20:05.714Z | Compiling cookie_store v0.20.0 |
1676 | 2024-09-11T21:20:05.799Z | Compiling postgres-types v0.2.7 |
1677 | 2024-09-11T21:20:06.106Z | Compiling zerocopy v0.6.6 |
1678 | 2024-09-11T21:20:06.283Z | Compiling hubpack v0.1.2 |
1679 | 2024-09-11T21:20:06.748Z | Compiling pkcs1 v0.7.5 |
1680 | 2024-09-11T21:20:07.013Z | Compiling phf_shared v0.10.0 |
1681 | 2024-09-11T21:20:07.129Z | Compiling serde_urlencoded v0.7.1 |
1682 | 2024-09-11T21:20:07.688Z | Compiling crossbeam-epoch v0.9.18 |
1683 | 2024-09-11T21:20:07.758Z | Compiling futures-executor v0.3.30 |
1684 | 2024-09-11T21:20:08.255Z | Compiling bstr v1.9.1 |
1685 | 2024-09-11T21:20:08.479Z | Compiling hkdf v0.12.4 |
1686 | 2024-09-11T21:20:08.734Z | Compiling signature v2.2.0 |
1687 | 2024-09-11T21:20:08.784Z | Compiling crypto-bigint v0.5.5 |
1688 | 2024-09-11T21:20:08.949Z | Compiling idna v0.4.0 |
1689 | 2024-09-11T21:20:09.077Z | Compiling float-cmp v0.9.0 |
1690 | 2024-09-11T21:20:09.317Z | Compiling mio v0.8.11 |
1691 | 2024-09-11T21:20:09.867Z | Compiling memmap v0.7.0 |
1692 | 2024-09-11T21:20:10.218Z | Compiling difflib v0.4.0 |
1693 | 2024-09-11T21:20:10.379Z | Compiling fixedbitset v0.4.2 |
1694 | 2024-09-11T21:20:10.496Z | Compiling new_debug_unreachable v1.0.6 |
1695 | 2024-09-11T21:20:10.596Z | Compiling normalize-line-endings v0.3.0 |
1696 | 2024-09-11T21:20:10.787Z | Compiling unicode-segmentation v1.11.0 |
1697 | 2024-09-11T21:20:11.521Z | Compiling sync_wrapper v0.1.2 |
1698 | 2024-09-11T21:20:11.632Z | Compiling static_assertions v1.1.0 |
1699 | 2024-09-11T21:20:11.662Z | Compiling winnow v0.6.18 |
1700 | 2024-09-11T21:20:11.745Z | Compiling minimal-lexical v0.2.1 |
1701 | 2024-09-11T21:20:12.272Z | Compiling predicates-core v1.0.6 |
1702 | 2024-09-11T21:20:12.336Z | Compiling data-encoding v2.6.0 |
1703 | 2024-09-11T21:20:12.522Z | Compiling bit-vec v0.6.3 |
1704 | 2024-09-11T21:20:12.626Z | Compiling webpki-roots v0.25.4 |
1705 | 2024-09-11T21:20:12.646Z | Compiling precomputed-hash v0.1.1 |
1706 | 2024-09-11T21:20:12.780Z | Compiling whoami v1.5.1 |
1707 | 2024-09-11T21:20:12.803Z | Compiling reqwest v0.11.27 |
1708 | 2024-09-11T21:20:12.969Z | Compiling bit-set v0.5.3 |
1709 | 2024-09-11T21:20:13.276Z | Compiling tokio-postgres v0.7.11 |
1710 | 2024-09-11T21:20:13.366Z | Compiling hickory-proto v0.24.1 |
1711 | 2024-09-11T21:20:13.626Z | Compiling string_cache v0.8.7 |
1712 | 2024-09-11T21:20:13.803Z | Compiling predicates v3.1.2 |
1713 | 2024-09-11T21:20:14.071Z | Compiling nom v7.1.3 |
1714 | 2024-09-11T21:20:14.097Z | Compiling elliptic-curve v0.13.8 |
1715 | 2024-09-11T21:20:14.889Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1716 | 2024-09-11T21:20:15.305Z | Compiling similar v2.6.0 |
1717 | 2024-09-11T21:20:15.643Z | Compiling toml_edit v0.22.20 |
1718 | 2024-09-11T21:20:17.950Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1719 | 2024-09-11T21:20:18.178Z | Compiling petgraph v0.6.5 |
1720 | 2024-09-11T21:20:18.675Z | Compiling usdt v0.5.0 |
1721 | 2024-09-11T21:20:19.161Z | Compiling signal-hook-mio v0.2.4 |
1722 | 2024-09-11T21:20:20.143Z | Compiling rsa v0.9.6 |
1723 | 2024-09-11T21:20:22.003Z | Compiling futures v0.3.30 |
1724 | 2024-09-11T21:20:22.566Z | Compiling flate2 v1.0.33 |
1725 | 2024-09-11T21:20:22.911Z | Compiling clap v4.5.16 |
1726 | 2024-09-11T21:20:23.216Z | Compiling itertools v0.10.5 |
1727 | 2024-09-11T21:20:23.256Z | Compiling itertools v0.12.1 |
1728 | 2024-09-11T21:20:23.562Z | Compiling console v0.15.8 |
1729 | 2024-09-11T21:20:24.578Z | Compiling tokio-stream v0.1.15 |
1730 | 2024-09-11T21:20:24.922Z | Compiling toml v0.7.8 |
1731 | 2024-09-11T21:20:25.343Z | Compiling hex v0.4.3 |
1732 | 2024-09-11T21:20:25.990Z | Compiling sha1 v0.10.6 |
1733 | 2024-09-11T21:20:26.429Z | Compiling lalrpop-util v0.19.12 |
1734 | 2024-09-11T21:20:26.533Z | Compiling unicode-xid v0.2.4 |
1735 | 2024-09-11T21:20:26.719Z | Compiling camino v1.1.9 |
1736 | 2024-09-11T21:20:26.814Z | Compiling peg-runtime v0.8.3 |
1737 | 2024-09-11T21:20:27.402Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1738 | 2024-09-11T21:20:27.497Z | Compiling proc-macro-crate v1.3.1 |
1739 | 2024-09-11T21:20:28.149Z | Compiling heapless v0.8.0 |
1740 | 2024-09-11T21:20:28.584Z | Compiling num_enum_derive v0.5.11 |
1741 | 2024-09-11T21:20:31.020Z | Compiling ipnetwork v0.20.0 |
1742 | 2024-09-11T21:20:33.190Z | Compiling hash32 v0.3.1 |
1743 | 2024-09-11T21:20:33.909Z | Compiling ident_case v1.0.1 |
1744 | 2024-09-11T21:20:34.718Z | Compiling rustls-pki-types v1.7.0 |
1745 | 2024-09-11T21:20:36.374Z | Compiling smoltcp v0.11.0 |
1746 | 2024-09-11T21:20:37.071Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1747 | 2024-09-11T21:20:41.977Z | Compiling darling_core v0.20.9 |
1748 | 2024-09-11T21:20:46.923Z | Compiling num_enum v0.5.11 |
1749 | 2024-09-11T21:20:48.273Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1750 | 2024-09-11T21:20:48.762Z | Compiling getopts v0.2.21 |
1751 | 2024-09-11T21:20:49.619Z | Compiling dirs-sys-next v0.1.2 |
1752 | 2024-09-11T21:20:50.330Z | Compiling proc-macro-error-attr v1.0.4 |
1753 | 2024-09-11T21:20:50.886Z | Compiling embedded-io v0.4.0 |
1754 | 2024-09-11T21:20:51.160Z | Compiling unsafe-libyaml v0.2.11 |
1755 | 2024-09-11T21:20:51.446Z | Compiling rustls v0.22.4 |
1756 | 2024-09-11T21:20:51.771Z | Compiling cobs v0.2.3 |
1757 | 2024-09-11T21:20:52.256Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2024-09-11T21:20:52.399Z | Compiling paste v1.0.15 |
1759 | 2024-09-11T21:20:52.652Z | Compiling serde_yaml v0.9.34+deprecated |
1760 | 2024-09-11T21:20:52.799Z | Compiling postcard v1.0.8 |
1761 | 2024-09-11T21:20:55.182Z | Compiling dirs-next v2.0.0 |
1762 | 2024-09-11T21:20:55.448Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1763 | 2024-09-11T21:21:02.305Z | Compiling darling_macro v0.20.9 |
1764 | 2024-09-11T21:21:04.498Z | Compiling rustls-webpki v0.102.4 |
1765 | 2024-09-11T21:21:12.596Z | Compiling strum_macros v0.26.4 |
1766 | 2024-09-11T21:21:13.417Z | Compiling structmeta-derive v0.3.0 |
1767 | 2024-09-11T21:21:13.462Z | Compiling foreign-types-macros v0.2.3 |
1768 | 2024-09-11T21:21:15.045Z | Compiling thread_local v1.1.8 |
1769 | 2024-09-11T21:21:16.247Z | Compiling proc-macro-error v1.0.4 |
1770 | 2024-09-11T21:21:16.595Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1771 | 2024-09-11T21:21:16.950Z | Compiling multer v3.1.0 |
1772 | 2024-09-11T21:21:17.564Z | Compiling match_cfg v0.1.0 |
1773 | 2024-09-11T21:21:18.030Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1774 | 2024-09-11T21:21:18.362Z | Compiling slog-async v2.8.0 |
1775 | 2024-09-11T21:21:18.847Z | Compiling foreign-types-shared v0.3.1 |
1776 | 2024-09-11T21:21:18.980Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1777 | 2024-09-11T21:21:19.154Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1778 | 2024-09-11T21:21:19.696Z | Compiling foreign-types v0.5.0 |
1779 | 2024-09-11T21:21:25.373Z | Compiling hostname v0.3.1 |
1780 | 2024-09-11T21:21:26.157Z | Compiling strum v0.26.3 |
1781 | 2024-09-11T21:21:26.935Z | Compiling structmeta v0.3.0 |
1782 | 2024-09-11T21:21:29.277Z | Compiling darling v0.20.9 |
1783 | 2024-09-11T21:21:29.417Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1784 | 2024-09-11T21:21:33.490Z | Compiling term v0.7.0 |
1785 | 2024-09-11T21:21:36.547Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1786 | 2024-09-11T21:21:38.124Z | Compiling slog-json v2.6.1 |
1787 | 2024-09-11T21:21:38.156Z | Compiling tabwriter v1.4.0 |
1788 | 2024-09-11T21:21:38.605Z | Compiling crossbeam-channel v0.5.12 |
1789 | 2024-09-11T21:21:40.289Z | Compiling http v1.1.0 |
1790 | 2024-09-11T21:21:40.330Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1791 | 2024-09-11T21:21:41.003Z | Compiling async-stream-impl v0.3.5 |
1792 | 2024-09-11T21:21:41.214Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1793 | 2024-09-11T21:21:42.135Z | Compiling is-terminal v0.4.12 |
1794 | 2024-09-11T21:21:42.296Z | Compiling cstr-argument v0.1.2 |
1795 | 2024-09-11T21:21:42.368Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1796 | 2024-09-11T21:21:42.598Z | Compiling rayon-core v1.12.1 |
1797 | 2024-09-11T21:21:42.929Z | Compiling fastrand v2.1.0 |
1798 | 2024-09-11T21:21:43.758Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1799 | 2024-09-11T21:21:44.061Z | Compiling take_mut v0.2.2 |
1800 | 2024-09-11T21:21:44.087Z | Compiling atomic-waker v1.1.2 |
1801 | 2024-09-11T21:21:44.235Z | Compiling pretty-hex v0.2.1 |
1802 | 2024-09-11T21:21:44.303Z | Compiling crucible-workspace-hack v0.1.0 |
1803 | 2024-09-11T21:21:44.478Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1804 | 2024-09-11T21:21:44.872Z | Compiling waitgroup v0.1.2 |
1805 | 2024-09-11T21:21:45.183Z | Compiling tempfile v3.10.1 |
1806 | 2024-09-11T21:21:45.226Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1807 | 2024-09-11T21:21:45.393Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1808 | 2024-09-11T21:21:45.475Z | Compiling async-stream v0.3.5 |
1809 | 2024-09-11T21:21:45.817Z | Compiling slog-term v2.9.1 |
1810 | 2024-09-11T21:21:46.828Z | Compiling slog-bunyan v2.5.0 |
1811 | 2024-09-11T21:21:46.967Z | Compiling tokio-rustls v0.25.0 |
1812 | 2024-09-11T21:21:47.118Z | Compiling serde_with_macros v3.9.0 |
1813 | 2024-09-11T21:21:47.501Z | Compiling parse-display-derive v0.10.0 |
1814 | 2024-09-11T21:21:47.594Z | Compiling toml v0.8.19 |
1815 | 2024-09-11T21:21:47.755Z | Compiling rustls-pemfile v2.1.3 |
1816 | 2024-09-11T21:21:48.567Z | Compiling crossbeam-deque v0.8.5 |
1817 | 2024-09-11T21:21:48.620Z | Compiling colored v2.1.0 |
1818 | 2024-09-11T21:21:48.992Z | Compiling newtype-uuid v1.1.0 |
1819 | 2024-09-11T21:21:49.258Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1820 | 2024-09-11T21:21:49.369Z | Compiling serde_path_to_error v0.1.16 |
1821 | 2024-09-11T21:21:49.932Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1822 | 2024-09-11T21:21:50.063Z | Compiling socket2 v0.4.10 |
1823 | 2024-09-11T21:21:50.471Z | Compiling hostname v0.4.0 |
1824 | 2024-09-11T21:21:50.740Z | Compiling instant v0.1.12 |
1825 | 2024-09-11T21:21:50.763Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1826 | 2024-09-11T21:21:50.914Z | Compiling debug-ignore v1.0.5 |
1827 | 2024-09-11T21:21:51.089Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1828 | 2024-09-11T21:21:51.178Z | Compiling backoff v0.4.0 |
1829 | 2024-09-11T21:21:51.769Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1830 | 2024-09-11T21:21:51.780Z | Compiling parse-display v0.10.0 |
1831 | 2024-09-11T21:21:51.810Z | Compiling serde_with v3.9.0 |
1832 | 2024-09-11T21:21:53.661Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1833 | 2024-09-11T21:21:54.290Z | Compiling zone_cfg_derive v0.3.0 |
1834 | 2024-09-11T21:21:54.831Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1835 | 2024-09-11T21:21:55.595Z | Compiling camino-tempfile v1.1.1 |
1836 | 2024-09-11T21:21:55.731Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1837 | 2024-09-11T21:21:56.500Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1838 | 2024-09-11T21:21:56.533Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1839 | 2024-09-11T21:21:56.735Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1840 | 2024-09-11T21:21:57.072Z | Compiling macaddr v1.0.1 |
1841 | 2024-09-11T21:21:57.718Z | Compiling num-derive v0.4.2 |
1842 | 2024-09-11T21:21:58.014Z | Compiling sigpipe v0.1.3 |
1843 | 2024-09-11T21:21:58.163Z | Compiling libefi-sys v0.1.0 |
1844 | 2024-09-11T21:21:58.492Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1845 | 2024-09-11T21:21:58.907Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1846 | 2024-09-11T21:22:00.140Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1847 | 2024-09-11T21:22:00.531Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1848 | 2024-09-11T21:22:00.574Z | Compiling zone v0.3.0 |
1849 | 2024-09-11T21:22:00.905Z | Compiling rayon v1.10.0 |
1850 | 2024-09-11T21:22:01.119Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1851 | 2024-09-11T21:22:01.778Z | Compiling smf v0.2.3 |
1852 | 2024-09-11T21:22:02.433Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1853 | 2024-09-11T21:22:04.115Z | Compiling bitfield-struct v0.6.1 |
1854 | 2024-09-11T21:22:04.559Z | Compiling ring v0.16.20 |
1855 | 2024-09-11T21:22:05.190Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1856 | 2024-09-11T21:22:05.537Z | Compiling blake3 v1.5.1 |
1857 | 2024-09-11T21:22:05.628Z | Compiling portable-atomic v1.6.0 |
1858 | 2024-09-11T21:22:06.853Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1859 | 2024-09-11T21:22:07.111Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1860 | 2024-09-11T21:22:07.396Z | Compiling xattr v1.3.1 |
1861 | 2024-09-11T21:22:07.687Z | Compiling filetime v0.2.25 |
1862 | 2024-09-11T21:22:07.752Z | Compiling memmap2 v0.9.4 |
1863 | 2024-09-11T21:22:08.082Z | Compiling same-file v1.0.6 |
1864 | 2024-09-11T21:22:08.371Z | Compiling constant_time_eq v0.3.0 |
1865 | 2024-09-11T21:22:08.374Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1866 | 2024-09-11T21:22:08.374Z | Compiling spin v0.5.2 |
1867 | 2024-09-11T21:22:08.516Z | Compiling arrayvec v0.7.4 |
1868 | 2024-09-11T21:22:08.586Z | Compiling arrayref v0.3.7 |
1869 | 2024-09-11T21:22:08.684Z | Compiling untrusted v0.7.1 |
1870 | 2024-09-11T21:22:08.708Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1871 | 2024-09-11T21:22:08.896Z | Compiling walkdir v2.5.0 |
1872 | 2024-09-11T21:22:09.064Z | Compiling tar v0.4.41 |
1873 | 2024-09-11T21:22:10.400Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1874 | 2024-09-11T21:22:11.582Z | Compiling gethostname v0.5.0 |
1875 | 2024-09-11T21:22:11.737Z | Compiling cargo-platform v0.1.8 |
1876 | 2024-09-11T21:22:12.014Z | Compiling topological-sort v0.2.2 |
1877 | 2024-09-11T21:22:12.098Z | Compiling number_prefix v0.4.0 |
1878 | 2024-09-11T21:22:12.446Z | Compiling indicatif v0.17.8 |
1879 | 2024-09-11T21:22:12.841Z | Compiling cargo_metadata v0.18.1 |
1880 | 2024-09-11T21:22:14.483Z | Compiling omicron-zone-package v0.11.0 |
1881 | 2024-09-11T21:22:21.357Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1882 | 2024-09-11T21:22:22.121Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1883 | 2024-09-11T21:22:23.850Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1884 | 2024-09-11T21:22:45.023Z | Finished `release` profile [optimized] target(s) in 4m 32s |
1885 | 2024-09-11T21:22:45.183Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1886 | 2024-09-11T21:22:45.233Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1887 | 2024-09-11T21:22:45.235Z | Created new build target 'test' and set it as active |
1888 | 2024-09-11T21:22:45.235Z | |
1889 | 2024-09-11T21:22:45.235Z | real 4:32.529246880 |
1890 | 2024-09-11T21:22:45.235Z | user 30:49.826848143 |
1891 | 2024-09-11T21:22:45.235Z | sys 3:48.545556156 |
1892 | 2024-09-11T21:22:45.235Z | trap 1.003307655 |
1893 | 2024-09-11T21:22:45.235Z | tflt 2.967195371 |
1894 | 2024-09-11T21:22:45.235Z | dflt 0.670925136 |
1895 | 2024-09-11T21:22:45.235Z | kflt 0.000504543 |
1896 | 2024-09-11T21:22:45.236Z | lock 1:08:33.426171387 |
1897 | 2024-09-11T21:22:45.236Z | slp 1:58:28.201325900 |
1898 | 2024-09-11T21:22:45.236Z | lat 2:03.708038759 |
1899 | 2024-09-11T21:22:45.236Z | stop 3:41.287681211 |
1900 | 2024-09-11T21:22:45.239Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1901 | 2024-09-11T21:22:46.349Z | Finished `release` profile [optimized] target(s) in 1.06s |
1902 | 2024-09-11T21:22:46.400Z | Running `target/release/omicron-package -t test package` |
1903 | 2024-09-11T21:22:46.445Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1904 | 2024-09-11T21:22:47.763Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1905 | 2024-09-11T21:22:47.765Z | Compiling convert_case v0.4.0 |
1906 | 2024-09-11T21:22:47.765Z | Compiling camino v1.1.9 |
1907 | 2024-09-11T21:22:47.765Z | Compiling newline-converter v0.3.0 |
1908 | 2024-09-11T21:22:47.765Z | Compiling password-hash v0.5.0 |
1909 | 2024-09-11T21:22:47.765Z | Compiling blake2 v0.10.6 |
1910 | 2024-09-11T21:22:47.766Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1911 | 2024-09-11T21:22:47.927Z | Compiling cancel-safe-futures v0.1.5 |
1912 | 2024-09-11T21:22:48.102Z | Compiling expectorate v1.1.0 |
1913 | 2024-09-11T21:22:48.129Z | Compiling derive-where v1.2.7 |
1914 | 2024-09-11T21:22:48.310Z | Compiling libsw v3.3.1 |
1915 | 2024-09-11T21:22:48.662Z | Compiling derive_more v0.99.18 |
1916 | 2024-09-11T21:22:48.682Z | Compiling argon2 v0.5.3 |
1917 | 2024-09-11T21:22:48.758Z | Compiling linear-map v1.2.0 |
1918 | 2024-09-11T21:22:48.893Z | Compiling indent_write v2.2.0 |
1919 | 2024-09-11T21:22:49.056Z | Compiling swrite v0.1.0 |
1920 | 2024-09-11T21:22:49.137Z | Compiling owo-colors v4.0.0 |
1921 | 2024-09-11T21:22:49.181Z | Compiling humantime v2.1.0 |
1922 | 2024-09-11T21:22:49.202Z | Compiling toml v0.8.19 |
1923 | 2024-09-11T21:22:49.220Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1924 | 2024-09-11T21:22:49.684Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1925 | 2024-09-11T21:22:50.079Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1926 | 2024-09-11T21:22:50.199Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1927 | 2024-09-11T21:22:50.313Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1928 | 2024-09-11T21:22:50.438Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1929 | 2024-09-11T21:22:50.826Z | Compiling num-rational v0.4.2 |
1930 | 2024-09-11T21:22:51.336Z | Compiling num-complex v0.4.6 |
1931 | 2024-09-11T21:22:51.436Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1932 | 2024-09-11T21:22:52.094Z | Compiling dirs-sys-next v0.1.2 |
1933 | 2024-09-11T21:22:52.684Z | Compiling num v0.4.3 |
1934 | 2024-09-11T21:22:52.742Z | Compiling dirs-next v2.0.0 |
1935 | 2024-09-11T21:22:52.810Z | Compiling float-ord v0.3.2 |
1936 | 2024-09-11T21:22:52.948Z | Compiling term v0.7.0 |
1937 | 2024-09-11T21:22:52.993Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1938 | 2024-09-11T21:22:53.479Z | Compiling prettyplease v0.2.20 |
1939 | 2024-09-11T21:22:53.811Z | Compiling semver v0.1.20 |
1940 | 2024-09-11T21:22:54.268Z | Compiling utf-8 v0.7.6 |
1941 | 2024-09-11T21:22:54.438Z | Compiling rustc_version v0.1.7 |
1942 | 2024-09-11T21:22:54.652Z | Compiling is-terminal v0.4.12 |
1943 | 2024-09-11T21:22:54.798Z | Compiling cookie v0.18.1 |
1944 | 2024-09-11T21:22:54.873Z | Compiling newtype_derive v0.1.6 |
1945 | 2024-09-11T21:22:55.125Z | Compiling highway v1.2.0 |
1946 | 2024-09-11T21:22:55.522Z | Compiling linked-hash-map v0.5.6 |
1947 | 2024-09-11T21:22:55.600Z | Compiling rustls-pki-types v1.7.0 |
1948 | 2024-09-11T21:22:55.956Z | Compiling lru-cache v0.1.2 |
1949 | 2024-09-11T21:22:56.390Z | Compiling steno v0.4.1 |
1950 | 2024-09-11T21:22:56.640Z | Compiling home v0.5.9 |
1951 | 2024-09-11T21:22:56.827Z | Compiling quick-error v1.2.3 |
1952 | 2024-09-11T21:22:56.894Z | Compiling rustls-webpki v0.102.4 |
1953 | 2024-09-11T21:22:56.987Z | Compiling resolv-conf v0.7.0 |
1954 | 2024-09-11T21:22:57.707Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1955 | 2024-09-11T21:22:58.892Z | Compiling rustls v0.22.4 |
1956 | 2024-09-11T21:22:58.924Z | Compiling thread_local v1.1.8 |
1957 | 2024-09-11T21:22:59.178Z | Compiling match_cfg v0.1.0 |
1958 | 2024-09-11T21:22:59.287Z | Compiling hostname v0.3.1 |
1959 | 2024-09-11T21:22:59.525Z | Compiling hickory-resolver v0.24.1 |
1960 | 2024-09-11T21:23:00.260Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1961 | 2024-09-11T21:23:01.488Z | Compiling multer v3.1.0 |
1962 | 2024-09-11T21:23:01.567Z | Compiling slog-async v2.8.0 |
1963 | 2024-09-11T21:23:01.649Z | Compiling slog-json v2.6.1 |
1964 | 2024-09-11T21:23:02.049Z | Compiling crossbeam-channel v0.5.12 |
1965 | 2024-09-11T21:23:03.142Z | Compiling http v1.1.0 |
1966 | 2024-09-11T21:23:05.373Z | Compiling take_mut v0.2.2 |
1967 | 2024-09-11T21:23:05.563Z | Compiling atomic-waker v1.1.2 |
1968 | 2024-09-11T21:23:05.694Z | Compiling waitgroup v0.1.2 |
1969 | 2024-09-11T21:23:06.867Z | Compiling tokio-rustls v0.25.0 |
1970 | 2024-09-11T21:23:06.894Z | Compiling slog-bunyan v2.5.0 |
1971 | 2024-09-11T21:23:07.123Z | Compiling slog-term v2.9.1 |
1972 | 2024-09-11T21:23:07.338Z | Compiling rustls-pemfile v2.1.3 |
1973 | 2024-09-11T21:23:07.799Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1974 | 2024-09-11T21:23:07.881Z | Compiling async-stream v0.3.5 |
1975 | 2024-09-11T21:23:08.195Z | Compiling newtype-uuid v1.1.0 |
1976 | 2024-09-11T21:23:08.332Z | Compiling ipnetwork v0.20.0 |
1977 | 2024-09-11T21:23:08.520Z | Compiling serde_path_to_error v0.1.16 |
1978 | 2024-09-11T21:23:08.661Z | Compiling hostname v0.4.0 |
1979 | 2024-09-11T21:23:08.917Z | Compiling instant v0.1.12 |
1980 | 2024-09-11T21:23:09.085Z | Compiling debug-ignore v1.0.5 |
1981 | 2024-09-11T21:23:09.104Z | Compiling backoff v0.4.0 |
1982 | 2024-09-11T21:23:09.384Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1983 | 2024-09-11T21:23:09.484Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1984 | 2024-09-11T21:23:09.840Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1985 | 2024-09-11T21:23:10.047Z | Compiling parse-display v0.10.0 |
1986 | 2024-09-11T21:23:10.643Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1987 | 2024-09-11T21:23:10.837Z | Compiling serde_with v3.9.0 |
1988 | 2024-09-11T21:23:14.263Z | Compiling strum v0.26.3 |
1989 | 2024-09-11T21:23:14.456Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1990 | 2024-09-11T21:23:16.126Z | Compiling macaddr v1.0.1 |
1991 | 2024-09-11T21:23:16.270Z | Compiling slog-dtrace v0.3.0 |
1992 | 2024-09-11T21:23:16.598Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1993 | 2024-09-11T21:23:17.814Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1994 | 2024-09-11T21:23:18.703Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1995 | 2024-09-11T21:23:19.704Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1996 | 2024-09-11T21:23:19.833Z | Compiling half v2.4.1 |
1997 | 2024-09-11T21:23:19.885Z | Compiling ciborium-io v0.2.2 |
1998 | 2024-09-11T21:23:20.035Z | Compiling tungstenite v0.21.0 |
1999 | 2024-09-11T21:23:20.602Z | Compiling ciborium-ll v0.2.2 |
2000 | 2024-09-11T21:23:21.140Z | Compiling ciborium v0.2.2 |
2001 | 2024-09-11T21:23:23.446Z | Compiling tokio-tungstenite v0.21.0 |
2002 | 2024-09-11T21:23:23.826Z | Compiling rayon-core v1.12.1 |
2003 | 2024-09-11T21:23:23.859Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2004 | 2024-09-11T21:23:24.111Z | Compiling crossbeam-deque v0.8.5 |
2005 | 2024-09-11T21:23:24.506Z | Compiling display-error-chain v0.2.1 |
2006 | 2024-09-11T21:23:24.719Z | Compiling same-file v1.0.6 |
2007 | 2024-09-11T21:23:24.979Z | Compiling fastrand v2.1.0 |
2008 | 2024-09-11T21:23:25.542Z | Compiling termcolor v1.4.1 |
2009 | 2024-09-11T21:23:25.559Z | Compiling tempfile v3.10.1 |
2010 | 2024-09-11T21:23:26.341Z | Compiling walkdir v2.5.0 |
2011 | 2024-09-11T21:23:27.020Z | Compiling ring v0.16.20 |
2012 | 2024-09-11T21:23:28.302Z | Compiling rayon v1.10.0 |
2013 | 2024-09-11T21:23:30.487Z | Compiling blake3 v1.5.1 |
2014 | 2024-09-11T21:23:31.154Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2015 | 2024-09-11T21:23:33.359Z | Compiling xattr v1.3.1 |
2016 | 2024-09-11T21:23:33.657Z | Compiling memmap2 v0.9.4 |
2017 | 2024-09-11T21:23:34.107Z | Compiling filetime v0.2.25 |
2018 | 2024-09-11T21:23:34.815Z | Compiling arrayvec v0.7.4 |
2019 | 2024-09-11T21:23:35.021Z | Compiling untrusted v0.7.1 |
2020 | 2024-09-11T21:23:35.239Z | Compiling arrayref v0.3.7 |
2021 | 2024-09-11T21:23:35.270Z | Compiling spin v0.5.2 |
2022 | 2024-09-11T21:23:35.353Z | Compiling constant_time_eq v0.3.0 |
2023 | 2024-09-11T21:23:36.675Z | Compiling tar v0.4.41 |
2024 | 2024-09-11T21:23:37.679Z | Compiling toolchain_find v0.4.0 |
2025 | 2024-09-11T21:23:38.191Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2026 | 2024-09-11T21:23:38.288Z | Compiling camino-tempfile v1.1.1 |
2027 | 2024-09-11T21:23:38.639Z | Compiling nibble_vec v0.1.0 |
2028 | 2024-09-11T21:23:38.762Z | Compiling atty v0.2.14 |
2029 | 2024-09-11T21:23:38.895Z | Compiling endian-type v0.1.2 |
2030 | 2024-09-11T21:23:38.941Z | Compiling glob v0.3.1 |
2031 | 2024-09-11T21:23:39.034Z | Compiling topological-sort v0.2.2 |
2032 | 2024-09-11T21:23:39.147Z | Compiling crunchy v0.2.2 |
2033 | 2024-09-11T21:23:39.278Z | Compiling radium v0.7.0 |
2034 | 2024-09-11T21:23:39.626Z | Compiling maplit v1.0.2 |
2035 | 2024-09-11T21:23:39.814Z | Compiling clang-sys v1.7.0 |
2036 | 2024-09-11T21:23:39.834Z | Compiling omicron-zone-package v0.11.0 |
2037 | 2024-09-11T21:23:39.871Z | Compiling radix_trie v0.2.1 |
2038 | 2024-09-11T21:23:40.139Z | Compiling rustfmt-wrapper v0.2.1 |
2039 | 2024-09-11T21:23:40.569Z | Compiling tap v1.0.1 |
2040 | 2024-09-11T21:23:40.777Z | Compiling maybe-uninit v2.0.0 |
2041 | 2024-09-11T21:23:40.797Z | Compiling tiny-keccak v2.0.2 |
2042 | 2024-09-11T21:23:40.867Z | Compiling wyz v0.5.1 |
2043 | 2024-09-11T21:23:41.358Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2044 | 2024-09-11T21:23:41.396Z | Compiling dsl_auto_type v0.1.2 |
2045 | 2024-09-11T21:23:41.859Z | Compiling itertools v0.13.0 |
2046 | 2024-09-11T21:23:42.026Z | Compiling curve25519-dalek v4.1.3 |
2047 | 2024-09-11T21:23:42.543Z | Compiling scheduled-thread-pool v0.2.7 |
2048 | 2024-09-11T21:23:42.973Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2049 | 2024-09-11T21:23:42.976Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2050 | 2024-09-11T21:23:43.462Z | Compiling diesel_table_macro_syntax v0.2.0 |
2051 | 2024-09-11T21:23:43.521Z | Compiling arc-swap v1.7.1 |
2052 | 2024-09-11T21:23:43.877Z | Compiling packed_struct v0.10.1 |
2053 | 2024-09-11T21:23:43.962Z | Compiling funty v2.0.0 |
2054 | 2024-09-11T21:23:44.239Z | Compiling crc-catalog v2.4.0 |
2055 | 2024-09-11T21:23:44.345Z | Compiling keccak v0.1.5 |
2056 | 2024-09-11T21:23:44.413Z | Compiling crc v3.2.1 |
2057 | 2024-09-11T21:23:45.360Z | Compiling bitvec v1.0.1 |
2058 | 2024-09-11T21:23:45.527Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2059 | 2024-09-11T21:23:45.693Z | Compiling sha3 v0.10.8 |
2060 | 2024-09-11T21:23:46.540Z | Compiling slog-scope v4.4.0 |
2061 | 2024-09-11T21:23:46.571Z | Compiling diesel_derives v2.2.2 |
2062 | 2024-09-11T21:23:47.439Z | Compiling r2d2 v0.8.10 |
2063 | 2024-09-11T21:23:48.663Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2064 | 2024-09-11T21:23:50.120Z | Compiling ascii-canvas v3.0.0 |
2065 | 2024-09-11T21:23:50.634Z | Compiling universal-hash v0.5.1 |
2066 | 2024-09-11T21:23:50.884Z | Compiling secrecy v0.8.0 |
2067 | 2024-09-11T21:23:51.189Z | Compiling packed_struct_codegen v0.10.1 |
2068 | 2024-09-11T21:23:53.219Z | Compiling thiserror-impl-no-std v2.0.2 |
2069 | 2024-09-11T21:23:53.803Z | Compiling ena v0.14.3 |
2070 | 2024-09-11T21:23:54.239Z | Compiling curve25519-dalek-derive v0.1.1 |
2071 | 2024-09-11T21:23:55.666Z | Compiling libloading v0.8.3 |
2072 | 2024-09-11T21:23:56.045Z | Compiling indexmap v1.9.3 |
2073 | 2024-09-11T21:23:56.063Z | Compiling nodrop v0.1.14 |
2074 | 2024-09-11T21:23:56.218Z | Compiling bindgen v0.69.4 |
2075 | 2024-09-11T21:23:56.395Z | Compiling regex-syntax v0.6.29 |
2076 | 2024-09-11T21:23:56.691Z | Compiling opaque-debug v0.3.1 |
2077 | 2024-09-11T21:23:56.819Z | Compiling diff v0.1.13 |
2078 | 2024-09-11T21:23:57.419Z | Compiling poly1305 v0.8.0 |
2079 | 2024-09-11T21:23:58.615Z | Compiling diesel v2.2.3 |
2080 | 2024-09-11T21:23:59.043Z | Compiling array-init v0.0.4 |
2081 | 2024-09-11T21:24:00.336Z | Compiling lalrpop v0.19.12 |
2082 | 2024-09-11T21:24:01.936Z | Compiling thiserror-no-std v2.0.2 |
2083 | 2024-09-11T21:24:15.890Z | Compiling smallvec v0.6.14 |
2084 | 2024-09-11T21:24:16.030Z | Compiling slog-stdlog v4.1.1 |
2085 | 2024-09-11T21:24:16.442Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2086 | 2024-09-11T21:24:16.922Z | Compiling which v4.4.2 |
2087 | 2024-09-11T21:24:17.169Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2088 | 2024-09-11T21:24:17.409Z | Compiling chacha20 v0.9.1 |
2089 | 2024-09-11T21:24:17.474Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2090 | 2024-09-11T21:24:17.514Z | Compiling cexpr v0.6.0 |
2091 | 2024-09-11T21:24:17.706Z | Compiling aead v0.5.2 |
2092 | 2024-09-11T21:24:17.738Z | Compiling rustc-hash v1.1.0 |
2093 | 2024-09-11T21:24:17.912Z | Compiling hashbrown v0.12.3 |
2094 | 2024-09-11T21:24:17.931Z | Compiling ref-cast v1.0.23 |
2095 | 2024-09-11T21:24:18.075Z | Compiling bitfield v0.14.0 |
2096 | 2024-09-11T21:24:18.399Z | Compiling shlex v1.3.0 |
2097 | 2024-09-11T21:24:18.436Z | Compiling lazycell v1.3.0 |
2098 | 2024-09-11T21:24:18.807Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2099 | 2024-09-11T21:24:19.324Z | Compiling chacha20poly1305 v0.10.1 |
2100 | 2024-09-11T21:24:19.603Z | Compiling serde-hex v0.1.0 |
2101 | 2024-09-11T21:24:20.431Z | Compiling slog-envlogger v2.2.0 |
2102 | 2024-09-11T21:24:23.180Z | Compiling bzip2 v0.4.4 |
2103 | 2024-09-11T21:24:23.683Z | Compiling vsss-rs v3.3.4 |
2104 | 2024-09-11T21:24:25.136Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2105 | 2024-09-11T21:24:25.491Z | Compiling env_logger v0.10.2 |
2106 | 2024-09-11T21:24:27.968Z | Compiling polar-core v0.27.3 |
2107 | 2024-09-11T21:24:28.360Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2108 | 2024-09-11T21:24:28.585Z | Compiling derive_builder_core v0.20.0 |
2109 | 2024-09-11T21:24:28.700Z | Compiling x509-cert v0.2.5 |
2110 | 2024-09-11T21:24:29.298Z | Compiling ron v0.8.1 |
2111 | 2024-09-11T21:24:30.943Z | Compiling headers-core v0.2.0 |
2112 | 2024-09-11T21:24:31.150Z | Compiling hashbrown v0.13.2 |
2113 | 2024-09-11T21:24:32.666Z | Compiling fxhash v0.2.1 |
2114 | 2024-09-11T21:24:32.919Z | Compiling libxml v0.3.3 |
2115 | 2024-09-11T21:24:33.101Z | Compiling ref-cast-impl v1.0.23 |
2116 | 2024-09-11T21:24:33.324Z | Compiling crc-any v2.5.0 |
2117 | 2024-09-11T21:24:34.288Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2118 | 2024-09-11T21:24:34.522Z | Compiling samael v0.0.15 |
2119 | 2024-09-11T21:24:35.727Z | Compiling object v0.30.4 |
2120 | 2024-09-11T21:24:36.249Z | Compiling headers v0.3.9 |
2121 | 2024-09-11T21:24:37.699Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2122 | 2024-09-11T21:24:37.869Z | Compiling derive_builder_macro v0.20.0 |
2123 | 2024-09-11T21:24:40.110Z | Compiling zip v0.6.6 |
2124 | 2024-09-11T21:24:40.786Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2125 | 2024-09-11T21:24:42.956Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2126 | 2024-09-11T21:24:43.297Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2127 | 2024-09-11T21:24:44.104Z | Compiling strum_macros v0.24.3 |
2128 | 2024-09-11T21:24:47.549Z | Compiling kstat-rs v0.2.4 |
2129 | 2024-09-11T21:24:48.531Z | Compiling async-recursion v1.1.1 |
2130 | 2024-09-11T21:24:48.562Z | Compiling unicase v2.7.0 |
2131 | 2024-09-11T21:24:48.945Z | Compiling dropshot v0.10.1 |
2132 | 2024-09-11T21:24:49.326Z | Compiling indoc v1.0.9 |
2133 | 2024-09-11T21:24:49.366Z | Compiling path-slash v0.1.5 |
2134 | 2024-09-11T21:24:49.646Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2135 | 2024-09-11T21:24:50.183Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2136 | 2024-09-11T21:24:53.038Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2137 | 2024-09-11T21:24:53.154Z | Compiling derive_builder v0.20.0 |
2138 | 2024-09-11T21:24:57.414Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2139 | 2024-09-11T21:25:00.801Z | Compiling tungstenite v0.23.0 |
2140 | 2024-09-11T21:25:05.300Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2141 | 2024-09-11T21:25:05.655Z | Compiling crossterm v0.28.1 |
2142 | 2024-09-11T21:25:05.881Z | Compiling pem v3.0.4 |
2143 | 2024-09-11T21:25:06.839Z | Compiling oso-derive v0.27.3 |
2144 | 2024-09-11T21:25:07.025Z | Compiling impl-trait-for-tuples v0.2.2 |
2145 | 2024-09-11T21:25:07.501Z | Compiling dropshot_endpoint v0.10.1 |
2146 | 2024-09-11T21:25:07.903Z | Compiling libz-sys v1.1.16 |
2147 | 2024-09-11T21:25:08.613Z | Compiling quick-xml v0.31.0 |
2148 | 2024-09-11T21:25:09.628Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2149 | 2024-09-11T21:25:10.001Z | Compiling cfg_aliases v0.1.1 |
2150 | 2024-09-11T21:25:10.139Z | Compiling parking_lot_core v0.8.6 |
2151 | 2024-09-11T21:25:10.656Z | Compiling nix v0.28.0 |
2152 | 2024-09-11T21:25:14.360Z | Compiling oso v0.27.3 |
2153 | 2024-09-11T21:25:14.570Z | Compiling tokio-tungstenite v0.23.1 |
2154 | 2024-09-11T21:25:15.242Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2155 | 2024-09-11T21:25:16.971Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2156 | 2024-09-11T21:25:22.631Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2157 | 2024-09-11T21:25:22.977Z | Compiling bb8 v0.8.5 |
2158 | 2024-09-11T21:25:23.634Z | Compiling const_format_proc_macros v0.2.32 |
2159 | 2024-09-11T21:25:25.722Z | Compiling vte_generate_state_changes v0.1.1 |
2160 | 2024-09-11T21:25:26.405Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2161 | 2024-09-11T21:25:26.774Z | Compiling buf-list v1.0.3 |
2162 | 2024-09-11T21:25:27.542Z | Compiling vte v0.11.1 |
2163 | 2024-09-11T21:25:29.112Z | Compiling const_format v0.2.32 |
2164 | 2024-09-11T21:25:30.420Z | Compiling async-bb8-diesel v0.2.1 |
2165 | 2024-09-11T21:25:31.426Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2166 | 2024-09-11T21:25:34.691Z | Compiling fd-lock v4.0.2 |
2167 | 2024-09-11T21:25:34.930Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2168 | 2024-09-11T21:25:35.800Z | Compiling pin-project-internal v1.1.5 |
2169 | 2024-09-11T21:25:38.799Z | Compiling bytecount v0.6.8 |
2170 | 2024-09-11T21:25:39.165Z | Compiling papergrid v0.11.0 |
2171 | 2024-09-11T21:25:43.067Z | Compiling pin-project v1.1.5 |
2172 | 2024-09-11T21:25:51.622Z | Compiling parking_lot v0.11.2 |
2173 | 2024-09-11T21:25:58.867Z | Compiling strip-ansi-escapes v0.2.0 |
2174 | 2024-09-11T21:26:00.309Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2175 | 2024-09-11T21:26:00.381Z | Compiling tabled_derive v0.7.0 |
2176 | 2024-09-11T21:26:00.736Z | Compiling crossterm v0.27.0 |
2177 | 2024-09-11T21:26:02.735Z | Compiling peg-macros v0.8.4 |
2178 | 2024-09-11T21:26:05.407Z | Compiling snafu-derive v0.8.2 |
2179 | 2024-09-11T21:26:06.089Z | Compiling sqlparser_derive v0.2.2 |
2180 | 2024-09-11T21:26:07.175Z | Compiling nu-ansi-term v0.50.0 |
2181 | 2024-09-11T21:26:07.217Z | Compiling unicode_categories v0.1.1 |
2182 | 2024-09-11T21:26:07.323Z | Compiling sqlparser v0.45.0 |
2183 | 2024-09-11T21:26:07.614Z | Compiling reedline v0.33.0 |
2184 | 2024-09-11T21:26:07.653Z | Compiling sqlformat v0.2.4 |
2185 | 2024-09-11T21:26:08.457Z | Compiling rustyline v14.0.0 |
2186 | 2024-09-11T21:26:10.251Z | Compiling snafu v0.8.2 |
2187 | 2024-09-11T21:26:11.519Z | Compiling peg v0.8.4 |
2188 | 2024-09-11T21:26:11.652Z | Compiling tabled v0.15.0 |
2189 | 2024-09-11T21:26:12.069Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2190 | 2024-09-11T21:26:14.526Z | Compiling sled v0.34.7 |
2191 | 2024-09-11T21:26:20.880Z | Compiling mime_guess v2.0.4 |
2192 | 2024-09-11T21:26:22.368Z | Compiling hickory-client v0.24.1 |
2193 | 2024-09-11T21:26:31.079Z | Compiling env_logger v0.9.3 |
2194 | 2024-09-11T21:26:32.693Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2195 | 2024-09-11T21:26:35.533Z | Compiling tungstenite v0.20.1 |
2196 | 2024-09-11T21:26:36.344Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2197 | 2024-09-11T21:26:39.497Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2198 | 2024-09-11T21:26:40.968Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2199 | 2024-09-11T21:26:42.811Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2200 | 2024-09-11T21:26:48.484Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2201 | 2024-09-11T21:26:49.024Z | Compiling globset v0.4.14 |
2202 | 2024-09-11T21:26:49.396Z | Compiling hickory-server v0.24.1 |
2203 | 2024-09-11T21:26:50.203Z | Compiling olpc-cjson v0.1.3 |
2204 | 2024-09-11T21:26:50.576Z | Compiling bcs v0.1.6 |
2205 | 2024-09-11T21:26:50.680Z | Compiling vergen v8.3.2 |
2206 | 2024-09-11T21:26:51.039Z | Compiling bitstruct_derive v0.1.0 |
2207 | 2024-09-11T21:26:51.472Z | Compiling cargo-platform v0.1.8 |
2208 | 2024-09-11T21:26:52.024Z | Compiling serde_plain v1.0.2 |
2209 | 2024-09-11T21:26:52.453Z | Compiling nanorand v0.7.0 |
2210 | 2024-09-11T21:26:52.586Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2211 | 2024-09-11T21:26:52.759Z | Compiling memoffset v0.9.1 |
2212 | 2024-09-11T21:26:53.126Z | Compiling typed-path v0.7.1 |
2213 | 2024-09-11T21:26:53.164Z | Compiling ascii v1.1.0 |
2214 | 2024-09-11T21:26:53.993Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2215 | 2024-09-11T21:26:56.606Z | Compiling tough v0.17.1 |
2216 | 2024-09-11T21:26:57.410Z | Compiling flume v0.11.0 |
2217 | 2024-09-11T21:26:58.244Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2218 | 2024-09-11T21:26:58.569Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2219 | 2024-09-11T21:26:58.799Z | Compiling bitstruct v0.1.1 |
2220 | 2024-09-11T21:26:58.947Z | Compiling cargo_metadata v0.18.1 |
2221 | 2024-09-11T21:27:00.173Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2222 | 2024-09-11T21:27:02.517Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2223 | 2024-09-11T21:27:02.608Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2224 | 2024-09-11T21:27:03.099Z | Compiling tokio-tungstenite v0.20.1 |
2225 | 2024-09-11T21:27:03.746Z | Compiling git2 v0.19.0 |
2226 | 2024-09-11T21:27:05.250Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2227 | 2024-09-11T21:27:12.822Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2228 | 2024-09-11T21:27:13.491Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2229 | 2024-09-11T21:27:14.072Z | Compiling libsqlite3-sys v0.28.0 |
2230 | 2024-09-11T21:27:14.657Z | Compiling erased-serde v0.3.31 |
2231 | 2024-09-11T21:27:15.573Z | Compiling serde_arrays v0.1.0 |
2232 | 2024-09-11T21:27:15.800Z | Compiling cfg_aliases v0.2.1 |
2233 | 2024-09-11T21:27:15.926Z | Compiling parse-size v1.0.0 |
2234 | 2024-09-11T21:27:16.260Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2235 | 2024-09-11T21:27:16.437Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2236 | 2024-09-11T21:27:17.356Z | Compiling nix v0.29.0 |
2237 | 2024-09-11T21:27:22.053Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2238 | 2024-09-11T21:27:24.539Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2239 | 2024-09-11T21:27:25.409Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2240 | 2024-09-11T21:27:25.767Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2241 | 2024-09-11T21:27:27.890Z | Compiling heck v0.3.3 |
2242 | 2024-09-11T21:27:28.326Z | Compiling castaway v0.2.3 |
2243 | 2024-09-11T21:27:28.549Z | Compiling rand_seeder v0.3.0 |
2244 | 2024-09-11T21:27:29.015Z | Compiling csv-core v0.1.11 |
2245 | 2024-09-11T21:27:29.934Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2246 | 2024-09-11T21:27:29.954Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2247 | 2024-09-11T21:27:30.297Z | Compiling http-range v0.1.5 |
2248 | 2024-09-11T21:27:30.925Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2249 | 2024-09-11T21:27:32.308Z | Compiling hyper-staticfile v0.9.5 |
2250 | 2024-09-11T21:27:34.921Z | Compiling csv v1.3.0 |
2251 | 2024-09-11T21:27:35.507Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2252 | 2024-09-11T21:27:35.751Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2253 | 2024-09-11T21:27:36.435Z | Compiling compact_str v0.8.0 |
2254 | 2024-09-11T21:27:37.264Z | Compiling zone_cfg_derive v0.1.2 |
2255 | 2024-09-11T21:27:38.254Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2256 | 2024-09-11T21:27:38.910Z | Compiling nix v0.27.1 |
2257 | 2024-09-11T21:27:39.239Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2258 | 2024-09-11T21:27:40.267Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2259 | 2024-09-11T21:27:41.079Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2260 | 2024-09-11T21:27:42.123Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2261 | 2024-09-11T21:27:46.874Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2262 | 2024-09-11T21:27:47.243Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2263 | 2024-09-11T21:27:47.615Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2264 | 2024-09-11T21:27:47.976Z | Compiling unicode-truncate v1.0.0 |
2265 | 2024-09-11T21:27:48.239Z | Compiling lru v0.12.3 |
2266 | 2024-09-11T21:27:48.296Z | Compiling hashlink v0.9.1 |
2267 | 2024-09-11T21:27:48.636Z | Compiling serde-big-array v0.5.1 |
2268 | 2024-09-11T21:27:48.859Z | Compiling instability v0.3.2 |
2269 | 2024-09-11T21:27:48.943Z | Compiling fallible-streaming-iterator v0.1.9 |
2270 | 2024-09-11T21:27:49.157Z | Compiling fallible-iterator v0.3.0 |
2271 | 2024-09-11T21:27:49.242Z | Compiling base64 v0.13.1 |
2272 | 2024-09-11T21:27:49.954Z | Compiling cassowary v0.3.0 |
2273 | 2024-09-11T21:27:50.009Z | Compiling rusqlite v0.31.0 |
2274 | 2024-09-11T21:27:50.029Z | Compiling ron v0.7.1 |
2275 | 2024-09-11T21:27:53.847Z | Compiling ratatui v0.28.0 |
2276 | 2024-09-11T21:27:55.634Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2277 | 2024-09-11T21:28:13.133Z | Compiling zone v0.1.8 |
2278 | 2024-09-11T21:28:14.087Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2279 | 2024-09-11T21:28:14.877Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2280 | 2024-09-11T21:28:16.935Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2281 | 2024-09-11T21:28:22.675Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2282 | 2024-09-11T21:28:24.385Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2283 | 2024-09-11T21:28:25.580Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2284 | 2024-09-11T21:28:26.055Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2285 | 2024-09-11T21:28:27.602Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2286 | 2024-09-11T21:28:27.970Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2287 | 2024-09-11T21:28:28.032Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2288 | 2024-09-11T21:28:28.227Z | Compiling twox-hash v1.6.3 |
2289 | 2024-09-11T21:28:29.369Z | Compiling signal-hook-tokio v0.3.1 |
2290 | 2024-09-11T21:28:29.642Z | Compiling yasna v0.5.2 |
2291 | 2024-09-11T21:28:33.352Z | Compiling portpicker v0.1.1 |
2292 | 2024-09-11T21:28:33.405Z | Compiling smawk v0.3.2 |
2293 | 2024-09-11T21:28:33.708Z | Compiling unicode-linebreak v0.1.5 |
2294 | 2024-09-11T21:28:33.831Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2295 | 2024-09-11T21:28:34.311Z | Compiling textwrap v0.16.1 |
2296 | 2024-09-11T21:28:35.813Z | Compiling rcgen v0.12.1 |
2297 | 2024-09-11T21:28:38.186Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2298 | 2024-09-11T21:28:46.156Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2299 | 2024-09-11T21:28:53.355Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2300 | 2024-09-11T21:28:58.680Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2301 | 2024-09-11T21:29:00.774Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2302 | 2024-09-11T21:29:04.050Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2303 | 2024-09-11T21:29:04.646Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2304 | 2024-09-11T21:29:05.235Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2305 | 2024-09-11T21:29:12.726Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2306 | 2024-09-11T21:29:13.080Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2307 | 2024-09-11T21:29:15.790Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2308 | 2024-09-11T21:29:20.283Z | Compiling atomicwrites v0.4.3 |
2309 | 2024-09-11T21:29:20.879Z | Compiling fatfs v0.3.6 |
2310 | 2024-09-11T21:29:23.126Z | Compiling rtoolbox v0.0.2 |
2311 | 2024-09-11T21:29:23.626Z | Compiling subprocess v0.2.9 |
2312 | 2024-09-11T21:29:23.984Z | Compiling assert_matches v1.5.0 |
2313 | 2024-09-11T21:29:24.006Z | Compiling is_ci v1.2.0 |
2314 | 2024-09-11T21:29:24.330Z | Compiling supports-color v3.0.0 |
2315 | 2024-09-11T21:29:25.043Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2316 | 2024-09-11T21:29:25.680Z | Compiling rpassword v7.3.1 |
2317 | 2024-09-11T21:29:26.197Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2318 | 2024-09-11T21:29:28.707Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2319 | 2024-09-11T21:29:32.768Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2320 | 2024-09-11T21:29:36.413Z | Compiling tui-tree-widget v0.22.0 |
2321 | 2024-09-11T21:29:36.963Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2322 | 2024-09-11T21:29:40.103Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2323 | 2024-09-11T21:29:44.322Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2324 | 2024-09-11T21:29:44.748Z | Compiling uzers v0.11.3 |
2325 | 2024-09-11T21:29:47.533Z | Compiling shell-words v1.1.0 |
2326 | 2024-09-11T21:29:48.011Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2327 | 2024-09-11T21:29:54.291Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2328 | 2024-09-11T21:29:56.428Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2329 | 2024-09-11T21:30:28.998Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2330 | 2024-09-11T21:30:29.931Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2331 | 2024-09-11T21:30:41.598Z | Compiling multimap v0.10.0 |
2332 | 2024-09-11T21:32:48.206Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2333 | 2024-09-11T21:33:04.329Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2334 | 2024-09-11T21:39:19.082Z | Finished `release` profile [optimized] target(s) in 16m 32s |
2335 | 2024-09-11T21:40:16.174Z | |
2336 | 2024-09-11T21:40:16.177Z | real 17:30.897801422 |
2337 | 2024-09-11T21:40:16.177Z | user 2:03:00.055759903 |
2338 | 2024-09-11T21:40:16.177Z | sys 6:02.614925285 |
2339 | 2024-09-11T21:40:16.177Z | trap 3.509468871 |
2340 | 2024-09-11T21:40:16.177Z | tflt 3.245196184 |
2341 | 2024-09-11T21:40:16.177Z | dflt 4.120556146 |
2342 | 2024-09-11T21:40:16.177Z | kflt 0.018204463 |
2343 | 2024-09-11T21:40:16.177Z | lock 7:27:27.745884330 |
2344 | 2024-09-11T21:40:16.177Z | slp 6:38:29.737032854 |
2345 | 2024-09-11T21:40:16.177Z | lat 2:58.784875806 |
2346 | 2024-09-11T21:40:16.177Z | stop 2:41.815851698 |
2347 | 2024-09-11T21:40:16.177Z | + mapfile -t packages |
2348 | 2024-09-11T21:40:16.178Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2349 | 2024-09-11T21:40:17.373Z | Finished `release` profile [optimized] target(s) in 1.14s |
2350 | 2024-09-11T21:40:17.427Z | Running `target/release/omicron-package -t test list-outputs` |
2351 | 2024-09-11T21:40:17.479Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2352 | 2024-09-11T21:40:17.481Z | + ptime -m cargo build --locked --release -p xtask |
2353 | 2024-09-11T21:40:18.206Z | Compiling serde v1.0.208 |
2354 | 2024-09-11T21:40:18.210Z | Compiling libc v0.2.158 |
2355 | 2024-09-11T21:40:18.210Z | Compiling serde_json v1.0.125 |
2356 | 2024-09-11T21:40:18.210Z | Compiling rustix v0.38.34 |
2357 | 2024-09-11T21:40:18.295Z | Compiling syn v2.0.74 |
2358 | 2024-09-11T21:40:18.316Z | Compiling bitflags v2.6.0 |
2359 | 2024-09-11T21:40:18.703Z | Compiling usdt-impl v0.5.0 |
2360 | 2024-09-11T21:40:18.742Z | Compiling syn v1.0.109 |
2361 | 2024-09-11T21:40:18.833Z | Compiling log v0.4.21 |
2362 | 2024-09-11T21:40:18.851Z | Compiling hashbrown v0.14.5 |
2363 | 2024-09-11T21:40:18.921Z | Compiling fs-err v2.11.0 |
2364 | 2024-09-11T21:40:19.252Z | Compiling anyhow v1.0.86 |
2365 | 2024-09-11T21:40:19.795Z | Compiling thread-id v4.2.1 |
2366 | 2024-09-11T21:40:20.295Z | Compiling indexmap v2.4.0 |
2367 | 2024-09-11T21:40:21.393Z | Compiling terminal_size v0.3.0 |
2368 | 2024-09-11T21:40:21.393Z | Compiling tempfile v3.10.1 |
2369 | 2024-09-11T21:40:21.648Z | Compiling clap_builder v4.5.15 |
2370 | 2024-09-11T21:40:22.363Z | Compiling proc-macro-error v1.0.4 |
2371 | 2024-09-11T21:40:23.816Z | Compiling tabled_derive v0.7.0 |
2372 | 2024-09-11T21:40:25.298Z | Compiling tabled v0.15.0 |
2373 | 2024-09-11T21:40:26.419Z | Compiling serde_derive v1.0.208 |
2374 | 2024-09-11T21:40:27.890Z | Compiling thiserror-impl v1.0.63 |
2375 | 2024-09-11T21:40:27.951Z | Compiling zerocopy-derive v0.7.34 |
2376 | 2024-09-11T21:40:30.060Z | Compiling zerocopy v0.7.34 |
2377 | 2024-09-11T21:40:30.955Z | Compiling thiserror v1.0.63 |
2378 | 2024-09-11T21:40:31.132Z | Compiling pest v2.7.10 |
2379 | 2024-09-11T21:40:32.077Z | Compiling scroll_derive v0.12.0 |
2380 | 2024-09-11T21:40:33.656Z | Compiling scroll v0.12.0 |
2381 | 2024-09-11T21:40:34.329Z | Compiling pest_meta v2.7.10 |
2382 | 2024-09-11T21:40:34.366Z | Compiling goblin v0.8.2 |
2383 | 2024-09-11T21:40:37.064Z | Compiling pest_generator v2.7.10 |
2384 | 2024-09-11T21:40:39.029Z | Compiling pest_derive v2.7.10 |
2385 | 2024-09-11T21:40:39.911Z | Compiling dtrace-parser v0.2.0 |
2386 | 2024-09-11T21:40:42.249Z | Compiling toml_datetime v0.6.8 |
2387 | 2024-09-11T21:40:43.015Z | Compiling serde_spanned v0.6.7 |
2388 | 2024-09-11T21:40:45.179Z | Compiling dof v0.3.0 |
2389 | 2024-09-11T21:40:45.688Z | Compiling serde_tokenstream v0.2.2 |
2390 | 2024-09-11T21:40:48.153Z | Compiling toml_edit v0.22.20 |
2391 | 2024-09-11T21:40:48.305Z | Compiling camino v1.1.9 |
2392 | 2024-09-11T21:40:48.426Z | Compiling cargo-platform v0.1.8 |
2393 | 2024-09-11T21:40:49.689Z | Compiling semver v1.0.23 |
2394 | 2024-09-11T21:40:49.731Z | Compiling clap_derive v4.5.13 |
2395 | 2024-09-11T21:40:50.632Z | Compiling usdt-attr-macro v0.5.0 |
2396 | 2024-09-11T21:40:51.271Z | Compiling usdt-macro v0.5.0 |
2397 | 2024-09-11T21:40:51.307Z | Compiling cargo_metadata v0.18.1 |
2398 | 2024-09-11T21:40:52.127Z | Compiling toml v0.8.19 |
2399 | 2024-09-11T21:40:52.596Z | Compiling usdt v0.5.0 |
2400 | 2024-09-11T21:40:52.674Z | Compiling camino-tempfile v1.1.1 |
2401 | 2024-09-11T21:40:53.500Z | Compiling cargo_toml v0.20.4 |
2402 | 2024-09-11T21:40:54.143Z | Compiling macaddr v1.0.1 |
2403 | 2024-09-11T21:40:54.660Z | Compiling clap v4.5.16 |
2404 | 2024-09-11T21:41:06.616Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2405 | 2024-09-11T21:41:18.969Z | Finished `release` profile [optimized] target(s) in 1m 01s |
2406 | 2024-09-11T21:41:19.083Z | |
2407 | 2024-09-11T21:41:19.083Z | real 1:01.570918481 |
2408 | 2024-09-11T21:41:19.083Z | user 6:08.329841398 |
2409 | 2024-09-11T21:41:19.083Z | sys 34.624969972 |
2410 | 2024-09-11T21:41:19.083Z | trap 0.184537139 |
2411 | 2024-09-11T21:41:19.085Z | tflt 0.308729786 |
2412 | 2024-09-11T21:41:19.085Z | dflt 0.562163038 |
2413 | 2024-09-11T21:41:19.085Z | kflt 0.000002080 |
2414 | 2024-09-11T21:41:19.085Z | lock 11:00.560383265 |
2415 | 2024-09-11T21:41:19.086Z | slp 16:10.585197503 |
2416 | 2024-09-11T21:41:19.086Z | lat 12.693948617 |
2417 | 2024-09-11T21:41:19.086Z | stop 16.723596940 |
2418 | 2024-09-11T21:41:19.086Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2419 | 2024-09-11T21:41:19.086Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2420 | 2024-09-11T21:41:19.086Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2421 | 2024-09-11T21:41:19.086Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2422 | 2024-09-11T21:41:19.086Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2423 | 2024-09-11T21:41:20.077Z | Compiling regress v0.9.1 |
2424 | 2024-09-11T21:41:20.193Z | Compiling getopts v0.2.21 |
2425 | 2024-09-11T21:41:20.195Z | Compiling unsafe-libyaml v0.2.11 |
2426 | 2024-09-11T21:41:20.195Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2427 | 2024-09-11T21:41:20.195Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2428 | 2024-09-11T21:41:20.212Z | Compiling http v1.1.0 |
2429 | 2024-09-11T21:41:20.214Z | Compiling match_cfg v0.1.0 |
2430 | 2024-09-11T21:41:20.214Z | Compiling toml v0.8.19 |
2431 | 2024-09-11T21:41:20.361Z | Compiling hostname v0.3.1 |
2432 | 2024-09-11T21:41:20.650Z | Compiling rustls-pki-types v1.7.0 |
2433 | 2024-09-11T21:41:20.756Z | Compiling rustls v0.22.4 |
2434 | 2024-09-11T21:41:20.775Z | Compiling ident_case v1.0.1 |
2435 | 2024-09-11T21:41:20.967Z | Compiling paste v1.0.15 |
2436 | 2024-09-11T21:41:21.094Z | Compiling darling_core v0.20.9 |
2437 | 2024-09-11T21:41:21.183Z | Compiling rustls-webpki v0.102.4 |
2438 | 2024-09-11T21:41:21.532Z | Compiling ipnetwork v0.20.0 |
2439 | 2024-09-11T21:41:21.664Z | Compiling serde_yaml v0.9.34+deprecated |
2440 | 2024-09-11T21:41:22.142Z | Compiling multer v3.1.0 |
2441 | 2024-09-11T21:41:22.591Z | Compiling slog-json v2.6.1 |
2442 | 2024-09-11T21:41:22.967Z | Compiling async-stream-impl v0.3.5 |
2443 | 2024-09-11T21:41:23.005Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2444 | 2024-09-11T21:41:23.352Z | Compiling instant v0.1.12 |
2445 | 2024-09-11T21:41:23.513Z | Compiling atomic-waker v1.1.2 |
2446 | 2024-09-11T21:41:23.531Z | Compiling debug-ignore v1.0.5 |
2447 | 2024-09-11T21:41:23.691Z | Compiling waitgroup v0.1.2 |
2448 | 2024-09-11T21:41:23.810Z | Compiling slog-bunyan v2.5.0 |
2449 | 2024-09-11T21:41:23.908Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2450 | 2024-09-11T21:41:24.032Z | Compiling rustls-pemfile v2.1.3 |
2451 | 2024-09-11T21:41:24.461Z | Compiling async-stream v0.3.5 |
2452 | 2024-09-11T21:41:24.557Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2453 | 2024-09-11T21:41:24.812Z | Compiling serde_path_to_error v0.1.16 |
2454 | 2024-09-11T21:41:25.051Z | Compiling hostname v0.4.0 |
2455 | 2024-09-11T21:41:25.358Z | Compiling structmeta-derive v0.3.0 |
2456 | 2024-09-11T21:41:25.572Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2457 | 2024-09-11T21:41:25.717Z | Compiling newtype-uuid v1.1.0 |
2458 | 2024-09-11T21:41:26.058Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2459 | 2024-09-11T21:41:26.162Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2460 | 2024-09-11T21:41:26.421Z | Compiling backoff v0.4.0 |
2461 | 2024-09-11T21:41:26.527Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2462 | 2024-09-11T21:41:26.820Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2463 | 2024-09-11T21:41:26.905Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2464 | 2024-09-11T21:41:27.036Z | Compiling tokio-rustls v0.25.0 |
2465 | 2024-09-11T21:41:27.126Z | Compiling macaddr v1.0.1 |
2466 | 2024-09-11T21:41:27.357Z | Compiling proc-macro-crate v1.3.1 |
2467 | 2024-09-11T21:41:27.459Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2468 | 2024-09-11T21:41:27.643Z | Compiling tempfile v3.10.1 |
2469 | 2024-09-11T21:41:27.890Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2470 | 2024-09-11T21:41:28.258Z | Compiling foreign-types-macros v0.2.3 |
2471 | 2024-09-11T21:41:28.543Z | Compiling num_enum_derive v0.5.11 |
2472 | 2024-09-11T21:41:28.562Z | Compiling heapless v0.8.0 |
2473 | 2024-09-11T21:41:28.649Z | Compiling structmeta v0.3.0 |
2474 | 2024-09-11T21:41:28.721Z | Compiling darling_macro v0.20.9 |
2475 | 2024-09-11T21:41:29.111Z | Compiling parse-display-derive v0.10.0 |
2476 | 2024-09-11T21:41:29.172Z | Compiling foreign-types-shared v0.3.1 |
2477 | 2024-09-11T21:41:29.314Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2478 | 2024-09-11T21:41:29.658Z | Compiling foreign-types v0.5.0 |
2479 | 2024-09-11T21:41:29.759Z | Compiling darling v0.20.9 |
2480 | 2024-09-11T21:41:29.783Z | Compiling proc-macro-error v1.0.4 |
2481 | 2024-09-11T21:41:29.900Z | Compiling serde_with_macros v3.9.0 |
2482 | 2024-09-11T21:41:30.389Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2483 | 2024-09-11T21:41:30.504Z | Compiling cstr-argument v0.1.2 |
2484 | 2024-09-11T21:41:30.803Z | Compiling hash32 v0.3.1 |
2485 | 2024-09-11T21:41:31.085Z | Compiling smoltcp v0.11.0 |
2486 | 2024-09-11T21:41:31.333Z | Compiling pretty-hex v0.2.1 |
2487 | 2024-09-11T21:41:31.354Z | Compiling num_enum v0.5.11 |
2488 | 2024-09-11T21:41:31.540Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2489 | 2024-09-11T21:41:31.954Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2490 | 2024-09-11T21:41:31.991Z | Compiling camino-tempfile v1.1.1 |
2491 | 2024-09-11T21:41:32.502Z | Compiling tabwriter v1.4.0 |
2492 | 2024-09-11T21:41:32.645Z | Compiling colored v2.1.0 |
2493 | 2024-09-11T21:41:32.993Z | Compiling socket2 v0.4.10 |
2494 | 2024-09-11T21:41:33.069Z | Compiling embedded-io v0.4.0 |
2495 | 2024-09-11T21:41:33.124Z | Compiling serde_with v3.9.0 |
2496 | 2024-09-11T21:41:33.301Z | Compiling cobs v0.2.3 |
2497 | 2024-09-11T21:41:33.502Z | Compiling postcard v1.0.8 |
2498 | 2024-09-11T21:41:33.619Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2499 | 2024-09-11T21:41:33.922Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2500 | 2024-09-11T21:41:33.959Z | Compiling crucible-workspace-hack v0.1.0 |
2501 | 2024-09-11T21:41:33.961Z | Compiling parse-display v0.10.0 |
2502 | 2024-09-11T21:41:34.183Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2503 | 2024-09-11T21:41:34.292Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2504 | 2024-09-11T21:41:34.469Z | Compiling smf v0.2.3 |
2505 | 2024-09-11T21:41:34.676Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2506 | 2024-09-11T21:41:35.078Z | Compiling zone_cfg_derive v0.3.0 |
2507 | 2024-09-11T21:41:35.183Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2508 | 2024-09-11T21:41:35.730Z | Compiling num-derive v0.4.2 |
2509 | 2024-09-11T21:41:36.030Z | Compiling sigpipe v0.1.3 |
2510 | 2024-09-11T21:41:36.171Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2511 | 2024-09-11T21:41:36.548Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2512 | 2024-09-11T21:41:36.781Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2513 | 2024-09-11T21:41:37.318Z | Compiling zone v0.3.0 |
2514 | 2024-09-11T21:41:37.868Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2515 | 2024-09-11T21:41:38.376Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2516 | 2024-09-11T21:41:38.429Z | Compiling universal-hash v0.5.1 |
2517 | 2024-09-11T21:41:38.606Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2518 | 2024-09-11T21:41:38.661Z | Compiling opaque-debug v0.3.1 |
2519 | 2024-09-11T21:41:38.790Z | Compiling utf-8 v0.7.6 |
2520 | 2024-09-11T21:41:38.925Z | Compiling num-rational v0.4.2 |
2521 | 2024-09-11T21:41:39.044Z | Compiling curve25519-dalek v4.1.3 |
2522 | 2024-09-11T21:41:39.074Z | Compiling num-complex v0.4.6 |
2523 | 2024-09-11T21:41:39.131Z | Compiling humantime v2.1.0 |
2524 | 2024-09-11T21:41:39.153Z | Compiling password-hash v0.5.0 |
2525 | 2024-09-11T21:41:39.371Z | Compiling blake2 v0.10.6 |
2526 | 2024-09-11T21:41:39.735Z | Compiling aead v0.5.2 |
2527 | 2024-09-11T21:41:39.930Z | Compiling curve25519-dalek-derive v0.1.1 |
2528 | 2024-09-11T21:41:40.138Z | Compiling num v0.4.3 |
2529 | 2024-09-11T21:41:40.228Z | Compiling float-ord v0.3.2 |
2530 | 2024-09-11T21:41:40.271Z | Compiling argon2 v0.5.3 |
2531 | 2024-09-11T21:41:40.274Z | Compiling poly1305 v0.8.0 |
2532 | 2024-09-11T21:41:40.420Z | Compiling chacha20 v0.9.1 |
2533 | 2024-09-11T21:41:40.813Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2534 | 2024-09-11T21:41:40.931Z | Compiling semver v0.1.20 |
2535 | 2024-09-11T21:41:40.967Z | Compiling convert_case v0.4.0 |
2536 | 2024-09-11T21:41:41.026Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2537 | 2024-09-11T21:41:41.519Z | Compiling rustc_version v0.1.7 |
2538 | 2024-09-11T21:41:41.659Z | Compiling tungstenite v0.21.0 |
2539 | 2024-09-11T21:41:42.072Z | Compiling derive_more v0.99.18 |
2540 | 2024-09-11T21:41:42.121Z | Compiling newline-converter v0.3.0 |
2541 | 2024-09-11T21:41:42.260Z | Compiling atty v0.2.14 |
2542 | 2024-09-11T21:41:42.298Z | Compiling same-file v1.0.6 |
2543 | 2024-09-11T21:41:42.411Z | Compiling rayon-core v1.12.1 |
2544 | 2024-09-11T21:41:42.632Z | Compiling cancel-safe-futures v0.1.5 |
2545 | 2024-09-11T21:41:42.757Z | Compiling walkdir v2.5.0 |
2546 | 2024-09-11T21:41:43.050Z | Compiling tokio-tungstenite v0.21.0 |
2547 | 2024-09-11T21:41:43.127Z | Compiling expectorate v1.1.0 |
2548 | 2024-09-11T21:41:43.168Z | Compiling newtype_derive v0.1.6 |
2549 | 2024-09-11T21:41:43.329Z | Compiling crossbeam-deque v0.8.5 |
2550 | 2024-09-11T21:41:43.516Z | Compiling home v0.5.9 |
2551 | 2024-09-11T21:41:43.533Z | Compiling keccak v0.1.5 |
2552 | 2024-09-11T21:41:43.604Z | Compiling prettyplease v0.2.20 |
2553 | 2024-09-11T21:41:43.716Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2554 | 2024-09-11T21:41:43.836Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2555 | 2024-09-11T21:41:43.960Z | Compiling sha3 v0.10.8 |
2556 | 2024-09-11T21:41:44.621Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2557 | 2024-09-11T21:41:44.699Z | Compiling thiserror-impl-no-std v2.0.2 |
2558 | 2024-09-11T21:41:44.776Z | Compiling libsw v3.3.1 |
2559 | 2024-09-11T21:41:44.995Z | Compiling secrecy v0.8.0 |
2560 | 2024-09-11T21:41:45.048Z | Compiling ring v0.16.20 |
2561 | 2024-09-11T21:41:45.135Z | Compiling blake3 v1.5.1 |
2562 | 2024-09-11T21:41:45.291Z | Compiling derive-where v1.2.7 |
2563 | 2024-09-11T21:41:45.729Z | Compiling cookie v0.18.1 |
2564 | 2024-09-11T21:41:45.860Z | Compiling unicase v2.7.0 |
2565 | 2024-09-11T21:41:46.078Z | Compiling half v2.4.1 |
2566 | 2024-09-11T21:41:46.206Z | Compiling arc-swap v1.7.1 |
2567 | 2024-09-11T21:41:46.249Z | Compiling linked-hash-map v0.5.6 |
2568 | 2024-09-11T21:41:46.682Z | Compiling indent_write v2.2.0 |
2569 | 2024-09-11T21:41:46.703Z | Compiling ciborium-io v0.2.2 |
2570 | 2024-09-11T21:41:46.858Z | Compiling linear-map v1.2.0 |
2571 | 2024-09-11T21:41:46.915Z | Compiling owo-colors v4.0.0 |
2572 | 2024-09-11T21:41:46.968Z | Compiling termcolor v1.4.1 |
2573 | 2024-09-11T21:41:47.327Z | Compiling quick-error v1.2.3 |
2574 | 2024-09-11T21:41:47.514Z | Compiling resolv-conf v0.7.0 |
2575 | 2024-09-11T21:41:47.988Z | Compiling env_logger v0.9.3 |
2576 | 2024-09-11T21:41:48.236Z | Compiling thiserror-no-std v2.0.2 |
2577 | 2024-09-11T21:41:48.368Z | Compiling ciborium-ll v0.2.2 |
2578 | 2024-09-11T21:41:48.388Z | Compiling slog-scope v4.4.0 |
2579 | 2024-09-11T21:41:48.588Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2580 | 2024-09-11T21:41:48.751Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2581 | 2024-09-11T21:41:48.811Z | Compiling lru-cache v0.1.2 |
2582 | 2024-09-11T21:41:49.158Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2583 | 2024-09-11T21:41:49.343Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2584 | 2024-09-11T21:41:49.402Z | Compiling rayon v1.10.0 |
2585 | 2024-09-11T21:41:49.964Z | Compiling polyval v0.6.2 |
2586 | 2024-09-11T21:41:49.987Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-09-11T21:41:50.358Z | Compiling rfc6979 v0.4.0 |
2588 | 2024-09-11T21:41:50.393Z | Compiling bitstruct_derive v0.1.0 |
2589 | 2024-09-11T21:41:50.491Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2590 | 2024-09-11T21:41:50.567Z | Compiling memmap2 v0.9.4 |
2591 | 2024-09-11T21:41:50.644Z | Compiling arrayvec v0.7.4 |
2592 | 2024-09-11T21:41:51.072Z | Compiling highway v1.2.0 |
2593 | 2024-09-11T21:41:51.104Z | Compiling parking_lot_core v0.8.6 |
2594 | 2024-09-11T21:41:51.628Z | Compiling ascii v1.1.0 |
2595 | 2024-09-11T21:41:51.886Z | Compiling arrayref v0.3.7 |
2596 | 2024-09-11T21:41:51.950Z | Compiling spin v0.5.2 |
2597 | 2024-09-11T21:41:51.981Z | Compiling untrusted v0.7.1 |
2598 | 2024-09-11T21:41:52.030Z | Compiling constant_time_eq v0.3.0 |
2599 | 2024-09-11T21:41:52.205Z | Compiling libefi-sys v0.1.0 |
2600 | 2024-09-11T21:41:52.251Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2601 | 2024-09-11T21:41:52.298Z | Compiling bitstruct v0.1.1 |
2602 | 2024-09-11T21:41:52.477Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2603 | 2024-09-11T21:41:52.575Z | Compiling ecdsa v0.16.9 |
2604 | 2024-09-11T21:41:52.832Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2605 | 2024-09-11T21:41:53.146Z | Compiling ghash v0.5.1 |
2606 | 2024-09-11T21:41:53.328Z | Compiling steno v0.4.1 |
2607 | 2024-09-11T21:41:53.490Z | Compiling hickory-resolver v0.24.1 |
2608 | 2024-09-11T21:41:53.827Z | Compiling ciborium v0.2.2 |
2609 | 2024-09-11T21:41:53.964Z | Compiling slog-stdlog v4.1.1 |
2610 | 2024-09-11T21:41:54.542Z | Compiling vsss-rs v3.3.4 |
2611 | 2024-09-11T21:41:54.903Z | Compiling toolchain_find v0.4.0 |
2612 | 2024-09-11T21:41:55.453Z | Compiling chacha20poly1305 v0.10.1 |
2613 | 2024-09-11T21:41:55.657Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2614 | 2024-09-11T21:41:55.699Z | Compiling primeorder v0.13.6 |
2615 | 2024-09-11T21:41:55.730Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2616 | 2024-09-11T21:41:56.155Z | Compiling ctr v0.9.2 |
2617 | 2024-09-11T21:41:56.177Z | Compiling erased-serde v0.3.31 |
2618 | 2024-09-11T21:41:56.277Z | Compiling serde_arrays v0.1.0 |
2619 | 2024-09-11T21:41:56.451Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2620 | 2024-09-11T21:41:56.471Z | Compiling bitfield-struct v0.6.1 |
2621 | 2024-09-11T21:41:56.562Z | Compiling slog-dtrace v0.3.0 |
2622 | 2024-09-11T21:41:56.916Z | Compiling topological-sort v0.2.2 |
2623 | 2024-09-11T21:41:57.172Z | Compiling omicron-zone-package v0.11.0 |
2624 | 2024-09-11T21:41:57.192Z | Compiling aes-gcm v0.10.3 |
2625 | 2024-09-11T21:41:57.533Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2626 | 2024-09-11T21:41:57.612Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2627 | 2024-09-11T21:41:57.755Z | Compiling rustfmt-wrapper v0.2.1 |
2628 | 2024-09-11T21:41:58.089Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2629 | 2024-09-11T21:41:58.407Z | Compiling slog-envlogger v2.2.0 |
2630 | 2024-09-11T21:41:58.909Z | Compiling mime_guess v2.0.4 |
2631 | 2024-09-11T21:41:59.731Z | Compiling tungstenite v0.20.1 |
2632 | 2024-09-11T21:41:59.999Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2633 | 2024-09-11T21:42:00.357Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2634 | 2024-09-11T21:42:00.698Z | Compiling heck v0.3.3 |
2635 | 2024-09-11T21:42:00.769Z | Compiling ed25519 v2.2.3 |
2636 | 2024-09-11T21:42:01.200Z | Compiling ssh-encoding v0.2.0 |
2637 | 2024-09-11T21:42:01.636Z | Compiling blowfish v0.9.1 |
2638 | 2024-09-11T21:42:01.666Z | Compiling nibble_vec v0.1.0 |
2639 | 2024-09-11T21:42:01.750Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2640 | 2024-09-11T21:42:01.898Z | Compiling endian-type v0.1.2 |
2641 | 2024-09-11T21:42:01.934Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2642 | 2024-09-11T21:42:02.104Z | Compiling bcrypt-pbkdf v0.10.0 |
2643 | 2024-09-11T21:42:02.164Z | Compiling radix_trie v0.2.1 |
2644 | 2024-09-11T21:42:02.188Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2645 | 2024-09-11T21:42:02.303Z | Compiling ssh-cipher v0.2.0 |
2646 | 2024-09-11T21:42:02.779Z | Compiling zone_cfg_derive v0.1.2 |
2647 | 2024-09-11T21:42:02.934Z | Compiling ed25519-dalek v2.1.1 |
2648 | 2024-09-11T21:42:02.955Z | Compiling tokio-tungstenite v0.20.1 |
2649 | 2024-09-11T21:42:03.582Z | Compiling parking_lot v0.11.2 |
2650 | 2024-09-11T21:42:03.781Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2651 | 2024-09-11T21:42:04.192Z | Compiling gethostname v0.5.0 |
2652 | 2024-09-11T21:42:04.193Z | Compiling password-hash v0.4.2 |
2653 | 2024-09-11T21:42:04.229Z | Compiling fxhash v0.2.1 |
2654 | 2024-09-11T21:42:04.446Z | Compiling matches v0.1.10 |
2655 | 2024-09-11T21:42:04.466Z | Compiling base64 v0.13.1 |
2656 | 2024-09-11T21:42:04.485Z | Compiling zone v0.1.8 |
2657 | 2024-09-11T21:42:04.527Z | Compiling sled v0.34.7 |
2658 | 2024-09-11T21:42:04.551Z | Compiling idna v0.2.3 |
2659 | 2024-09-11T21:42:04.782Z | Compiling pbkdf2 v0.11.0 |
2660 | 2024-09-11T21:42:05.145Z | Compiling ron v0.7.1 |
2661 | 2024-09-11T21:42:05.182Z | Compiling ssh-key v0.6.6 |
2662 | 2024-09-11T21:42:06.183Z | Compiling hickory-client v0.24.1 |
2663 | 2024-09-11T21:42:06.271Z | Compiling p521 v0.13.3 |
2664 | 2024-09-11T21:42:07.704Z | Compiling p256 v0.13.2 |
2665 | 2024-09-11T21:42:07.723Z | Compiling p384 v0.13.0 |
2666 | 2024-09-11T21:42:08.588Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2667 | 2024-09-11T21:42:08.874Z | Compiling hickory-server v0.24.1 |
2668 | 2024-09-11T21:42:09.350Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2669 | 2024-09-11T21:42:09.854Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2670 | 2024-09-11T21:42:10.273Z | Compiling pem v3.0.4 |
2671 | 2024-09-11T21:42:10.424Z | Compiling enum-as-inner v0.5.1 |
2672 | 2024-09-11T21:42:10.660Z | Compiling yasna v0.5.2 |
2673 | 2024-09-11T21:42:10.753Z | Compiling portpicker v0.1.1 |
2674 | 2024-09-11T21:42:11.140Z | Compiling headers-core v0.2.0 |
2675 | 2024-09-11T21:42:11.180Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2676 | 2024-09-11T21:42:11.328Z | Compiling kstat-rs v0.2.4 |
2677 | 2024-09-11T21:42:11.599Z | Compiling nanorand v0.7.0 |
2678 | 2024-09-11T21:42:11.619Z | Compiling russh-cryptovec v0.7.2 |
2679 | 2024-09-11T21:42:12.002Z | Compiling http-range v0.1.5 |
2680 | 2024-09-11T21:42:12.047Z | Compiling glob v0.3.1 |
2681 | 2024-09-11T21:42:12.235Z | Compiling md5 v0.7.0 |
2682 | 2024-09-11T21:42:12.414Z | Compiling hyper-staticfile v0.9.5 |
2683 | 2024-09-11T21:42:12.570Z | Compiling russh-keys v0.45.0 |
2684 | 2024-09-11T21:42:12.824Z | Compiling flume v0.11.0 |
2685 | 2024-09-11T21:42:13.173Z | Compiling rcgen v0.12.1 |
2686 | 2024-09-11T21:42:13.521Z | Compiling trust-dns-proto v0.22.0 |
2687 | 2024-09-11T21:42:13.611Z | Compiling headers v0.3.9 |
2688 | 2024-09-11T21:42:13.969Z | Compiling atomicwrites v0.4.3 |
2689 | 2024-09-11T21:42:14.363Z | Compiling num-bigint v0.4.5 |
2690 | 2024-09-11T21:42:15.711Z | Compiling itertools v0.13.0 |
2691 | 2024-09-11T21:42:15.794Z | Compiling des v0.8.1 |
2692 | 2024-09-11T21:42:16.206Z | Compiling subprocess v0.2.9 |
2693 | 2024-09-11T21:42:16.678Z | Compiling hex-literal v0.4.1 |
2694 | 2024-09-11T21:42:16.806Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2695 | 2024-09-11T21:42:16.857Z | Compiling display-error-chain v0.2.1 |
2696 | 2024-09-11T21:42:17.074Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2697 | 2024-09-11T21:42:17.110Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2698 | 2024-09-11T21:42:17.113Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2699 | 2024-09-11T21:42:18.376Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2700 | 2024-09-11T21:42:19.197Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2701 | 2024-09-11T21:42:19.288Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2702 | 2024-09-11T21:42:22.325Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2703 | 2024-09-11T21:42:23.908Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2704 | 2024-09-11T21:42:24.402Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2705 | 2024-09-11T21:42:25.711Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2706 | 2024-09-11T21:42:26.230Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2707 | 2024-09-11T21:42:26.283Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2708 | 2024-09-11T21:42:26.913Z | Compiling dhcproto-macros v0.1.0 |
2709 | 2024-09-11T21:42:27.975Z | Compiling dhcproto v0.12.0 |
2710 | 2024-09-11T21:42:28.078Z | Compiling russh v0.45.0 |
2711 | 2024-09-11T21:42:31.749Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2712 | 2024-09-11T21:42:31.790Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2713 | 2024-09-11T21:42:31.812Z | Compiling internet-checksum v0.2.1 |
2714 | 2024-09-11T21:42:36.269Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2715 | 2024-09-11T21:42:36.723Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2716 | 2024-09-11T21:42:36.830Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2717 | 2024-09-11T21:42:37.157Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2718 | 2024-09-11T21:42:39.926Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2719 | 2024-09-11T21:42:40.125Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2720 | 2024-09-11T21:42:40.417Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2721 | 2024-09-11T21:42:41.028Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2722 | 2024-09-11T21:42:41.455Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2723 | 2024-09-11T21:42:42.119Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2724 | 2024-09-11T21:42:43.593Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2725 | 2024-09-11T21:42:44.854Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2726 | 2024-09-11T21:42:45.059Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2727 | 2024-09-11T21:42:46.014Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2728 | 2024-09-11T21:42:47.095Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2729 | 2024-09-11T21:42:47.703Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2730 | 2024-09-11T21:42:51.006Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2731 | 2024-09-11T21:42:51.521Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2732 | 2024-09-11T21:42:51.796Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2733 | 2024-09-11T21:42:55.400Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2734 | 2024-09-11T21:42:57.610Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2735 | 2024-09-11T21:43:03.179Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2736 | 2024-09-11T21:43:10.710Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2737 | 2024-09-11T21:43:10.713Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2738 | 2024-09-11T21:43:12.858Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2739 | 2024-09-11T21:43:37.567Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2740 | 2024-09-11T21:44:09.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 50s |
2741 | 2024-09-11T21:44:09.820Z | |
2742 | 2024-09-11T21:44:09.823Z | real 2:50.686792909 |
2743 | 2024-09-11T21:44:09.823Z | user 13:46.003151958 |
2744 | 2024-09-11T21:44:09.823Z | sys 2:51.104618380 |
2745 | 2024-09-11T21:44:09.823Z | trap 0.416808516 |
2746 | 2024-09-11T21:44:09.823Z | tflt 1.446359323 |
2747 | 2024-09-11T21:44:09.823Z | dflt 1.150988112 |
2748 | 2024-09-11T21:44:09.823Z | kflt 0.000024950 |
2749 | 2024-09-11T21:44:09.823Z | lock 29:14.972309118 |
2750 | 2024-09-11T21:44:09.823Z | slp 51:12.341514895 |
2751 | 2024-09-11T21:44:09.823Z | lat 39.196762944 |
2752 | 2024-09-11T21:44:09.823Z | stop 1:41.703816451 |
2753 | 2024-09-11T21:44:09.823Z | + mkdir tests |
2754 | 2024-09-11T21:44:09.825Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2755 | 2024-09-11T21:44:09.828Z | + xargs -I '{}' -t cp '{}' tests/ |
2756 | 2024-09-11T21:44:09.865Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f67e373a07d1b035 tests/ |
2757 | 2024-09-11T21:44:09.893Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4254f4fe0dd2c9be tests/ |
2758 | 2024-09-11T21:44:09.920Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f251b2f5f4a9b160 tests/ |
2759 | 2024-09-11T21:44:09.947Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-43bbbb6614ee8c73 tests/ |
2760 | 2024-09-11T21:44:10.174Z | + 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/*) |
2761 | 2024-09-11T21:44:10.178Z | + 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-4254f4fe0dd2c9be tests/commtest-f251b2f5f4a9b160 tests/dhcp_server-f67e373a07d1b035 tests/end_to_end_tests-43bbbb6614ee8c73 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 |
2762 | 2024-09-11T21:45:13.630Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2763 | 2024-09-11T21:45:13.630Z | a out/target/test 1K |
2764 | 2024-09-11T21:45:13.630Z | a out/npuzone/npuzone 23144K |
2765 | 2024-09-11T21:45:13.630Z | a package-manifest.toml 32K |
2766 | 2024-09-11T21:45:13.631Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2767 | 2024-09-11T21:45:13.631Z | a target/release/omicron-package 32436K |
2768 | 2024-09-11T21:45:13.631Z | a target/release/xtask 11987K |
2769 | 2024-09-11T21:45:13.631Z | a target/debug/bootstrap 193402K |
2770 | 2024-09-11T21:45:13.631Z | a tests/bootstrap-4254f4fe0dd2c9be 23740K |
2771 | 2024-09-11T21:45:13.631Z | a tests/commtest-f251b2f5f4a9b160 24002K |
2772 | 2024-09-11T21:45:13.631Z | a tests/dhcp_server-f67e373a07d1b035 23740K |
2773 | 2024-09-11T21:45:13.631Z | a tests/end_to_end_tests-43bbbb6614ee8c73 205596K |
2774 | 2024-09-11T21:45:13.631Z | a out/clickhouse.tar.gz 232672K |
2775 | 2024-09-11T21:45:13.631Z | a out/clickhouse_keeper.tar.gz 232660K |
2776 | 2024-09-11T21:45:13.631Z | a out/clickhouse_server.tar.gz 232659K |
2777 | 2024-09-11T21:45:13.631Z | a out/cockroachdb.tar.gz 132022K |
2778 | 2024-09-11T21:45:13.631Z | a out/crucible-dtrace.tar 84K |
2779 | 2024-09-11T21:45:13.631Z | a out/crucible-pantry-zone.tar.gz 25930K |
2780 | 2024-09-11T21:45:13.631Z | a out/crucible-zone.tar.gz 34202K |
2781 | 2024-09-11T21:45:13.631Z | a out/external-dns.tar.gz 24934K |
2782 | 2024-09-11T21:45:13.631Z | a out/internal-dns.tar.gz 24933K |
2783 | 2024-09-11T21:45:13.631Z | a out/mg-ddm-gz.tar 62160K |
2784 | 2024-09-11T21:45:13.631Z | a out/nexus.tar.gz 91826K |
2785 | 2024-09-11T21:45:13.631Z | a out/ntp.tar.gz 9013K |
2786 | 2024-09-11T21:45:13.631Z | a out/omicron-gateway-softnpu.tar.gz 20678K |
2787 | 2024-09-11T21:45:13.631Z | a out/omicron-sled-agent.tar 98344K |
2788 | 2024-09-11T21:45:13.631Z | a out/overlay.tar.gz 3K |
2789 | 2024-09-11T21:45:13.631Z | a out/oximeter.tar.gz 42305K |
2790 | 2024-09-11T21:45:13.631Z | a out/oxlog.tar 2946K |
2791 | 2024-09-11T21:45:13.631Z | a out/probe.tar.gz 2764K |
2792 | 2024-09-11T21:45:13.631Z | a out/propolis-server.tar.gz 65665K |
2793 | 2024-09-11T21:45:13.631Z | a out/pumpkind-gz.tar 26665K |
2794 | 2024-09-11T21:45:13.631Z | a out/switch-softnpu.tar.gz 217417K |
2795 | 2024-09-11T21:45:13.636Z | |
2796 | 2024-09-11T21:45:13.636Z | real 1:03.456223176 |
2797 | 2024-09-11T21:45:13.636Z | user 1:00.234641650 |
2798 | 2024-09-11T21:45:13.636Z | sys 4.782087695 |
2799 | 2024-09-11T21:45:13.636Z | trap 0.018501663 |
2800 | 2024-09-11T21:45:13.636Z | tflt 0.000000000 |
2801 | 2024-09-11T21:45:13.636Z | dflt 0.000000000 |
2802 | 2024-09-11T21:45:13.636Z | kflt 0.000000000 |
2803 | 2024-09-11T21:45:13.636Z | lock 0.000000000 |
2804 | 2024-09-11T21:45:13.636Z | slp 59.927542133 |
2805 | 2024-09-11T21:45:13.636Z | lat 1.944596141 |
2806 | 2024-09-11T21:45:13.636Z | stop 0.000474713 |
2807 | 2024-09-11T21:45:13.636Z | process exited: duration 1863199 ms, exit code 0 |
|
2808 | 2024-09-11T21:45:13.651Z | found 1 output files |
2809 | 2024-09-11T21:45:13.651Z | uploading: /work/package.tar.gz (1623195282 bytes) |
2810 | 2024-09-11T21:45:45.948Z | uploaded: /work/package.tar.gz |