|
|
|
1 | 2024-09-27T03:18:25.767Z | job assigned to worker 01J8RQQNW2YVMEZZQ5RRXXJEES (queued for 55 s) |
|
2 | 2024-09-27T03:18:33.703Z | starting task 0: "setup" |
3 | 2024-09-27T03:18:33.713Z | ++ uname -s |
4 | 2024-09-27T03:18:33.715Z | + kern=SunOS |
5 | 2024-09-27T03:18:33.715Z | + case "$kern" in |
6 | 2024-09-27T03:18:33.715Z | + groupadd -g 12345 build |
7 | 2024-09-27T03:18:33.718Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-27T03:18:35.727Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-27T03:18:35.829Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-27T03:18:35.832Z | + home_fs=zfs |
11 | 2024-09-27T03:18:35.832Z | + [[ zfs == autofs ]] |
12 | 2024-09-27T03:18:35.832Z | + mkdir -p /home/build |
13 | 2024-09-27T03:18:35.832Z | + chown build:build /home/build /work |
14 | 2024-09-27T03:18:36.833Z | + chmod 0700 /home/build /work |
15 | 2024-09-27T03:18:36.836Z | process exited: duration 3132 ms, exit code 0 |
|
16 | 2024-09-27T03:18:36.841Z | starting task 1: "rust-toolchain" |
17 | 2024-09-27T03:18:36.846Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-27T03:18:36.846Z | ' 1.80.1 |
19 | 2024-09-27T03:18:36.846Z | * toolchain channel = "1.80.1" |
20 | 2024-09-27T03:18:36.846Z | * toolchain profile = "default" |
21 | 2024-09-27T03:18:36.848Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-27T03:18:36.848Z | ' default |
23 | 2024-09-27T03:18:36.848Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-27T03:18:36.848Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-27T03:18:36.962Z | info: downloading installer |
26 | 2024-09-27T03:18:38.100Z | info: profile set to 'default' |
27 | 2024-09-27T03:18:38.100Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-27T03:18:38.103Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-27T03:18:38.237Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-27T03:18:38.237Z | info: downloading component 'cargo' |
31 | 2024-09-27T03:18:38.870Z | info: downloading component 'clippy' |
32 | 2024-09-27T03:18:39.108Z | info: downloading component 'rust-docs' |
33 | 2024-09-27T03:18:39.984Z | info: downloading component 'rust-std' |
34 | 2024-09-27T03:18:41.198Z | info: downloading component 'rustc' |
35 | 2024-09-27T03:18:44.567Z | info: downloading component 'rustfmt' |
36 | 2024-09-27T03:18:44.764Z | info: installing component 'cargo' |
37 | 2024-09-27T03:18:45.609Z | info: installing component 'clippy' |
38 | 2024-09-27T03:18:45.987Z | info: installing component 'rust-docs' |
39 | 2024-09-27T03:18:47.598Z | info: installing component 'rust-std' |
40 | 2024-09-27T03:18:49.328Z | info: installing component 'rustc' |
41 | 2024-09-27T03:18:53.708Z | info: installing component 'rustfmt' |
42 | 2024-09-27T03:18:54.046Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-27T03:18:54.047Z | |
44 | 2024-09-27T03:18:54.293Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-27T03:18:54.293Z | |
46 | 2024-09-27T03:18:54.295Z | |
47 | 2024-09-27T03:18:54.295Z | Rust is installed now. Great! |
48 | 2024-09-27T03:18:54.295Z | |
49 | 2024-09-27T03:18:54.295Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-27T03:18:54.295Z | environment variable. This has not been done automatically. |
51 | 2024-09-27T03:18:54.295Z | |
52 | 2024-09-27T03:18:54.295Z | To configure your current shell, you need to source |
53 | 2024-09-27T03:18:54.295Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-27T03:18:54.296Z | |
55 | 2024-09-27T03:18:54.296Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-27T03:18:54.296Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-27T03:18:54.296Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-27T03:18:54.341Z | + rustc --version |
59 | 2024-09-27T03:18:54.402Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-27T03:18:54.405Z | process exited: duration 17561 ms, exit code 0 |
|
61 | 2024-09-27T03:18:54.410Z | starting task 2: "authentication" |
62 | 2024-09-27T03:18:54.430Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-09-27T03:18:54.435Z | starting task 3: "clone repository" |
64 | 2024-09-27T03:18:54.441Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-27T03:18:54.443Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-27T03:18:54.491Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-27T03:19:01.254Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-27T03:19:01.254Z | + git fetch origin 0742018b3c4e94084818dde880b92e15f1ab0d29 |
69 | 2024-09-27T03:19:01.574Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-27T03:19:01.574Z | * branch 0742018b3c4e94084818dde880b92e15f1ab0d29 -> FETCH_HEAD |
71 | 2024-09-27T03:19:01.584Z | + [[ -n hyper-v1 ]] |
72 | 2024-09-27T03:19:01.587Z | ++ git branch --show-current |
73 | 2024-09-27T03:19:01.589Z | + current=main |
74 | 2024-09-27T03:19:01.589Z | + [[ main != hyper-v1 ]] |
75 | 2024-09-27T03:19:01.589Z | + git branch -f hyper-v1 0742018b3c4e94084818dde880b92e15f1ab0d29 |
76 | 2024-09-27T03:19:01.592Z | + git checkout -f hyper-v1 |
77 | 2024-09-27T03:19:01.755Z | Switched to branch 'hyper-v1' |
78 | 2024-09-27T03:19:01.758Z | + git reset --hard 0742018b3c4e94084818dde880b92e15f1ab0d29 |
79 | 2024-09-27T03:19:01.916Z | HEAD is now at 0742018b3 switch to crucible and propolis main revs |
80 | 2024-09-27T03:19:01.922Z | process exited: duration 7481 ms, exit code 0 |
|
81 | 2024-09-27T03:19:01.926Z | starting task 4: "build" |
82 | 2024-09-27T03:19:01.932Z | + cargo --version |
83 | 2024-09-27T03:19:01.986Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-27T03:19:01.988Z | + rustc --version |
85 | 2024-09-27T03:19:02.045Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-27T03:19:02.048Z | + WORK=/work |
87 | 2024-09-27T03:19:02.048Z | + pfexec mkdir -p /work |
88 | 2024-09-27T03:19:02.053Z | + pfexec chown build /work |
89 | 2024-09-27T03:19:02.055Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-27T03:19:08.277Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-27T03:19:10.886Z | Startup: Caching catalogs ... Done |
92 | 2024-09-27T03:19:14.777Z | Planning: Solver setup ... Done (3.218s) |
93 | 2024-09-27T03:19:14.828Z | Planning: Running solver ... Done (0.051s) |
94 | 2024-09-27T03:19:14.882Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-09-27T03:19:14.916Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-27T03:19:15.156Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-27T03:19:15.373Z | Planning: Package planning ... Done (0.217s) |
98 | 2024-09-27T03:19:15.429Z | Planning: Merging actions ... Done (0.056s) |
99 | 2024-09-27T03:19:15.634Z | Planning: Checking for conflicting actions ... Done (0.202s) |
100 | 2024-09-27T03:19:17.242Z | Planning: Consolidating action changes ... Done (1.610s) |
101 | 2024-09-27T03:19:17.636Z | Planning: Evaluating mediators ... Done (0.394s) |
102 | 2024-09-27T03:19:17.714Z | Planning: Planning completed in 6.75 seconds |
103 | 2024-09-27T03:19:17.730Z | Packages to install: 4 |
104 | 2024-09-27T03:19:17.730Z | Packages to update: 1 |
105 | 2024-09-27T03:19:17.734Z | Mediators to change: 2 |
106 | 2024-09-27T03:19:17.734Z | Services to change: 1 |
107 | 2024-09-27T03:19:17.734Z | Estimated space available: 155.71 GB |
108 | 2024-09-27T03:19:17.734Z | Estimated space to be consumed: 1.55 GB |
109 | 2024-09-27T03:19:17.734Z | Create boot environment: No |
110 | 2024-09-27T03:19:17.734Z | Create backup boot environment: Yes |
111 | 2024-09-27T03:19:17.734Z | Rebuild boot archive: No |
112 | 2024-09-27T03:19:17.734Z | |
113 | 2024-09-27T03:19:17.734Z | Changed mediators: |
114 | 2024-09-27T03:19:17.734Z | mediator clang: |
115 | 2024-09-27T03:19:17.734Z | version: None -> 15 (system default) |
116 | 2024-09-27T03:19:17.734Z | |
117 | 2024-09-27T03:19:17.734Z | mediator llvm: |
118 | 2024-09-27T03:19:17.734Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-27T03:19:17.734Z | |
120 | 2024-09-27T03:19:17.734Z | Changed packages: |
121 | 2024-09-27T03:19:17.734Z | helios-dev |
122 | 2024-09-27T03:19:17.734Z | developer/build-essential |
123 | 2024-09-27T03:19:17.735Z | None -> 11-2.0 |
124 | 2024-09-27T03:19:17.735Z | library/libxmlsec1 |
125 | 2024-09-27T03:19:17.735Z | None -> 1.2.35-2.0 |
126 | 2024-09-27T03:19:17.735Z | ooce/developer/clang-15 |
127 | 2024-09-27T03:19:17.735Z | None -> 15.0.7-2.0 |
128 | 2024-09-27T03:19:17.735Z | ooce/developer/llvm-15 |
129 | 2024-09-27T03:19:17.735Z | None -> 15.0.7-2.0 |
130 | 2024-09-27T03:19:17.735Z | package/pkg |
131 | 2024-09-27T03:19:17.735Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-27T03:19:17.735Z | |
133 | 2024-09-27T03:19:17.735Z | Services: |
134 | 2024-09-27T03:19:17.735Z | restart_fmri: |
135 | 2024-09-27T03:19:17.735Z | svc:/system/update-man-index:default |
136 | 2024-09-27T03:19:17.735Z | |
137 | 2024-09-27T03:19:17.735Z | Editable files to change: |
138 | 2024-09-27T03:19:17.735Z | Update: |
139 | 2024-09-27T03:19:17.735Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-27T03:19:17.807Z | |
141 | 2024-09-27T03:19:17.807Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-27T03:19:22.811Z | Download: 58/4281 items 0.1/220.6MB 0% complete (6.5M/s) |
143 | 2024-09-27T03:19:27.996Z | Download: 99/4281 items 0.2/220.6MB 0% complete (1.3M/s) |
144 | 2024-09-27T03:19:33.491Z | Download: 168/4281 items 0.5/220.6MB 0% complete (106k/s) |
145 | 2024-09-27T03:19:43.157Z | Download: 200/4281 items 1.2/220.6MB 0% complete (85.4k/s) |
146 | 2024-09-27T03:19:48.381Z | Download: 207/4281 items 1.3/220.6MB 0% complete (2.4k/s) |
147 | 2024-09-27T03:19:53.473Z | Download: 560/4281 items 17.4/220.6MB 7% complete (1.7M/s) |
148 | 2024-09-27T03:19:58.486Z | Download: 894/4281 items 18.8/220.6MB 8% complete (1.8M/s) |
149 | 2024-09-27T03:20:03.486Z | Download: 1118/4281 items 32.7/220.6MB 14% complete (1.4M/s) |
150 | 2024-09-27T03:20:11.188Z | Download: 1195/4281 items 83.5/220.6MB 37% complete (6.5M/s) |
151 | 2024-09-27T03:20:18.187Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
152 | 2024-09-27T03:20:23.415Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (4.3M/s) |
153 | 2024-09-27T03:20:31.055Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (4.2M/s) |
154 | 2024-09-27T03:20:36.062Z | Download: 2392/4281 items 120.0/220.6MB 54% complete (97.6k/s) |
155 | 2024-09-27T03:20:41.063Z | Download: 2998/4281 items 121.3/220.6MB 54% complete (223k/s) |
156 | 2024-09-27T03:20:46.530Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
157 | 2024-09-27T03:20:52.902Z | Download: 3283/4281 items 209.0/220.6MB 94% complete (8.6M/s) |
158 | 2024-09-27T03:20:59.299Z | Download: 3287/4281 items 211.7/220.6MB 95% complete (4.5M/s) |
159 | 2024-09-27T03:21:12.075Z | Download: 3288/4281 items 212.5/220.6MB 96% complete |
160 | 2024-09-27T03:21:17.276Z | Download: 3868/4281 items 217.5/220.6MB 98% complete (1.1M/s) |
161 | 2024-09-27T03:21:22.308Z | Download: 4173/4281 items 220.3/220.6MB 99% complete (783k/s) |
162 | 2024-09-27T03:21:27.718Z | Download: 4204/4281 items 220.5/220.6MB 99% complete (615k/s) |
163 | 2024-09-27T03:21:28.208Z | Download: Completed 220.60 MB in 130.38 seconds (1.7M/s) |
164 | 2024-09-27T03:21:30.312Z | Actions: 1/5063 actions (Removing old actions) |
165 | 2024-09-27T03:21:30.337Z | Actions: 194/5063 actions (Installing new actions) |
166 | 2024-09-27T03:21:35.026Z | Actions: 4226/5063 actions (Updating modified actions) |
167 | 2024-09-27T03:21:35.341Z | Actions: Completed 5063 actions in 5.03 seconds. |
168 | 2024-09-27T03:21:35.655Z | Done (0.306s) |
169 | 2024-09-27T03:21:35.660Z | Done (0.000s) |
170 | 2024-09-27T03:21:36.088Z | Done (0.428s) |
171 | 2024-09-27T03:21:40.368Z | Done (4.095s) |
172 | 2024-09-27T03:21:40.454Z | Done (0.018s) |
173 | 2024-09-27T03:21:40.456Z | Done (0.000s) |
174 | 2024-09-27T03:21:40.615Z | Done (0.000s) |
175 | 2024-09-27T03:21:41.221Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-09-27T03:21:41.378Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-09-27T03:21:41.380Z | Planning: Consolidating action changes ... Done |
178 | 2024-09-27T03:21:41.641Z | Planning: Evaluating mediators ... Done |
179 | 2024-09-27T03:21:41.643Z | Planning: Planning completed in 0.42 seconds |
180 | 2024-09-27T03:21:41.681Z | Mediators to change: 2 |
181 | 2024-09-27T03:21:41.681Z | Create boot environment: No |
182 | 2024-09-27T03:21:41.684Z | Create backup boot environment: No |
183 | 2024-09-27T03:21:41.770Z | Done |
184 | 2024-09-27T03:21:41.770Z | Done |
185 | 2024-09-27T03:21:42.027Z | Done |
186 | 2024-09-27T03:21:45.530Z | Done |
187 | 2024-09-27T03:21:45.616Z | Done |
188 | 2024-09-27T03:21:45.619Z | Done |
189 | 2024-09-27T03:21:45.721Z | Done |
190 | 2024-09-27T03:21:46.317Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-09-27T03:21:46.320Z | Planning: Merging actions ... Done |
192 | 2024-09-27T03:21:46.506Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-09-27T03:21:46.509Z | Planning: Consolidating action changes ... Done |
194 | 2024-09-27T03:21:46.768Z | Planning: Evaluating mediators ... Done |
195 | 2024-09-27T03:21:46.820Z | Planning: Planning completed in 0.74 seconds |
196 | 2024-09-27T03:21:46.863Z | Packages to change: 1 |
197 | 2024-09-27T03:21:46.863Z | Mediators to change: 1 |
198 | 2024-09-27T03:21:46.866Z | Services to change: 1 |
199 | 2024-09-27T03:21:46.866Z | Create boot environment: No |
200 | 2024-09-27T03:21:46.866Z | Create backup boot environment: Yes |
201 | 2024-09-27T03:21:48.803Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-09-27T03:21:48.805Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2024-09-27T03:21:48.805Z | Done |
204 | 2024-09-27T03:21:48.805Z | Done |
205 | 2024-09-27T03:21:48.894Z | Done |
206 | 2024-09-27T03:21:52.376Z | Done |
207 | 2024-09-27T03:21:52.465Z | Done |
208 | 2024-09-27T03:21:52.467Z | Done |
209 | 2024-09-27T03:21:52.591Z | Done |
210 | 2024-09-27T03:21:53.014Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-09-27T03:21:53.014Z | clang system 15 system |
212 | 2024-09-27T03:21:53.014Z | csh system system illumos |
213 | 2024-09-27T03:21:53.014Z | ctags system system illumos |
214 | 2024-09-27T03:21:53.014Z | gcc vendor 12 vendor |
215 | 2024-09-27T03:21:53.014Z | gcc system 10 system |
216 | 2024-09-27T03:21:53.014Z | gcc system 7 system |
217 | 2024-09-27T03:21:53.014Z | go system 1.20 system |
218 | 2024-09-27T03:21:53.014Z | go system 1.19 system |
219 | 2024-09-27T03:21:53.014Z | llvm system 15 system |
220 | 2024-09-27T03:21:53.014Z | llvm system 14 system |
221 | 2024-09-27T03:21:53.014Z | mariadb system 10.6 system |
222 | 2024-09-27T03:21:53.014Z | mta vendor vendor dma |
223 | 2024-09-27T03:21:53.014Z | openjdk system 17 system |
224 | 2024-09-27T03:21:53.014Z | openjdk system 11 system |
225 | 2024-09-27T03:21:53.014Z | openjdk system 1.8 system |
226 | 2024-09-27T03:21:53.014Z | openssl vendor 3 vendor |
227 | 2024-09-27T03:21:53.014Z | perl system 5.36 system |
228 | 2024-09-27T03:21:53.014Z | postgresql system 15 system |
229 | 2024-09-27T03:21:53.014Z | postgresql system 13 system |
230 | 2024-09-27T03:21:53.014Z | python vendor 3 vendor |
231 | 2024-09-27T03:21:53.014Z | python system 2 system |
232 | 2024-09-27T03:21:53.014Z | python3 system 3.11 system |
233 | 2024-09-27T03:21:53.015Z | ruby system 3.0 system |
234 | 2024-09-27T03:21:53.015Z | words vendor vendor american-english |
235 | 2024-09-27T03:21:53.015Z | words system system australian-english |
236 | 2024-09-27T03:21:53.015Z | words system system british-english |
237 | 2024-09-27T03:21:53.015Z | words system system canadian-english |
238 | 2024-09-27T03:21:53.015Z | words system system french |
239 | 2024-09-27T03:21:53.015Z | words system system italian |
240 | 2024-09-27T03:21:53.015Z | words system system ngerman |
241 | 2024-09-27T03:21:53.015Z | words system system ogerman |
242 | 2024-09-27T03:21:53.015Z | words system system spanish |
243 | 2024-09-27T03:21:53.337Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-09-27T03:21:53.337Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-09-27T03:21:55.325Z | FMRI IFO |
246 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
253 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
254 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
255 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
256 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-09-27T03:21:55.325Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2024-09-27T03:21:55.967Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2024-09-27T03:21:56.255Z | Updating crates.io index |
261 | 2024-09-27T03:21:56.258Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-09-27T03:21:57.065Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-09-27T03:21:57.284Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
264 | 2024-09-27T03:21:57.577Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
265 | 2024-09-27T03:21:57.827Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2024-09-27T03:21:59.020Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2024-09-27T03:22:01.343Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2024-09-27T03:22:02.443Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2024-09-27T03:22:03.205Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
270 | 2024-09-27T03:22:03.583Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-09-27T03:22:03.839Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-09-27T03:22:04.520Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
273 | 2024-09-27T03:22:04.800Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
274 | 2024-09-27T03:22:05.203Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
275 | 2024-09-27T03:22:05.517Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
276 | 2024-09-27T03:22:05.904Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2024-09-27T03:22:06.143Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2024-09-27T03:22:06.436Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2024-09-27T03:22:06.652Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2024-09-27T03:22:06.937Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2024-09-27T03:22:07.288Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2024-09-27T03:22:07.752Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
283 | 2024-09-27T03:22:09.355Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
284 | 2024-09-27T03:22:09.656Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
285 | 2024-09-27T03:22:10.140Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2024-09-27T03:22:10.515Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
287 | 2024-09-27T03:22:11.058Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
288 | 2024-09-27T03:22:11.467Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
289 | 2024-09-27T03:22:11.750Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
290 | 2024-09-27T03:22:12.001Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
291 | 2024-09-27T03:22:12.270Z | Updating git repository `https://github.com/oxidecomputer/typify` |
292 | 2024-09-27T03:22:15.711Z | Downloading crates ... |
293 | 2024-09-27T03:22:15.792Z | Downloaded equivalent v1.0.1 |
294 | 2024-09-27T03:22:15.801Z | Downloaded cargo_metadata v0.18.1 |
295 | 2024-09-27T03:22:15.804Z | Downloaded anstream v0.6.14 |
296 | 2024-09-27T03:22:15.810Z | Downloaded colorchoice v1.0.1 |
297 | 2024-09-27T03:22:15.812Z | Downloaded scroll_derive v0.12.0 |
298 | 2024-09-27T03:22:15.817Z | Downloaded usdt-macro v0.5.0 |
299 | 2024-09-27T03:22:15.824Z | Downloaded generic-array v0.14.7 |
300 | 2024-09-27T03:22:15.827Z | Downloaded fastrand v2.1.0 |
301 | 2024-09-27T03:22:15.829Z | Downloaded dof v0.3.0 |
302 | 2024-09-27T03:22:15.829Z | Downloaded crypto-common v0.1.6 |
303 | 2024-09-27T03:22:15.829Z | Downloaded camino-tempfile v1.1.1 |
304 | 2024-09-27T03:22:15.832Z | Downloaded bytecount v0.6.8 |
305 | 2024-09-27T03:22:15.835Z | Downloaded serde_tokenstream v0.2.2 |
306 | 2024-09-27T03:22:15.835Z | Downloaded pest_generator v2.7.10 |
307 | 2024-09-27T03:22:15.838Z | Downloaded heck v0.4.1 |
308 | 2024-09-27T03:22:15.838Z | Downloaded smawk v0.3.2 |
309 | 2024-09-27T03:22:15.838Z | Downloaded plain v0.2.3 |
310 | 2024-09-27T03:22:15.841Z | Downloaded fs-err v2.11.0 |
311 | 2024-09-27T03:22:15.841Z | Downloaded itoa v1.0.11 |
312 | 2024-09-27T03:22:15.844Z | Downloaded anstyle-parse v0.2.4 |
313 | 2024-09-27T03:22:15.853Z | Downloaded version_check v0.9.5 |
314 | 2024-09-27T03:22:15.856Z | Downloaded thread-id v4.2.1 |
315 | 2024-09-27T03:22:15.858Z | Downloaded clap_derive v4.5.18 |
316 | 2024-09-27T03:22:15.862Z | Downloaded toml_datetime v0.6.8 |
317 | 2024-09-27T03:22:15.868Z | Downloaded scroll v0.12.0 |
318 | 2024-09-27T03:22:15.871Z | Downloaded camino v1.1.9 |
319 | 2024-09-27T03:22:15.873Z | Downloaded proc-macro-error v1.0.4 |
320 | 2024-09-27T03:22:15.875Z | Downloaded once_cell v1.19.0 |
321 | 2024-09-27T03:22:15.878Z | Downloaded strsim v0.11.1 |
322 | 2024-09-27T03:22:15.883Z | Downloaded clap v4.5.18 |
323 | 2024-09-27T03:22:15.891Z | Downloaded anyhow v1.0.89 |
324 | 2024-09-27T03:22:15.895Z | Downloaded is_terminal_polyfill v1.70.0 |
325 | 2024-09-27T03:22:15.897Z | Downloaded pretty-hex v0.4.1 |
326 | 2024-09-27T03:22:15.897Z | Downloaded swrite v0.1.0 |
327 | 2024-09-27T03:22:15.900Z | Downloaded dtrace-parser v0.2.0 |
328 | 2024-09-27T03:22:15.905Z | Downloaded usdt-attr-macro v0.5.0 |
329 | 2024-09-27T03:22:15.908Z | Downloaded tempfile v3.10.1 |
330 | 2024-09-27T03:22:15.911Z | Downloaded log v0.4.22 |
331 | 2024-09-27T03:22:15.914Z | Downloaded anstyle-query v1.0.3 |
332 | 2024-09-27T03:22:15.920Z | Downloaded typenum v1.17.0 |
333 | 2024-09-27T03:22:15.923Z | Downloaded unicode-ident v1.0.13 |
334 | 2024-09-27T03:22:15.925Z | Downloaded textwrap v0.16.1 |
335 | 2024-09-27T03:22:15.928Z | Downloaded cpufeatures v0.2.12 |
336 | 2024-09-27T03:22:15.930Z | Downloaded byteorder v1.5.0 |
337 | 2024-09-27T03:22:15.933Z | Downloaded serde_spanned v0.6.7 |
338 | 2024-09-27T03:22:15.933Z | Downloaded macaddr v1.0.1 |
339 | 2024-09-27T03:22:15.935Z | Downloaded cargo-platform v0.1.8 |
340 | 2024-09-27T03:22:15.935Z | Downloaded autocfg v1.3.0 |
341 | 2024-09-27T03:22:15.938Z | Downloaded block-buffer v0.10.4 |
342 | 2024-09-27T03:22:15.938Z | Downloaded anstyle v1.0.8 |
343 | 2024-09-27T03:22:15.940Z | Downloaded fnv v1.0.7 |
344 | 2024-09-27T03:22:15.940Z | Downloaded errno v0.3.9 |
345 | 2024-09-27T03:22:15.943Z | Downloaded proc-macro-error-attr v1.0.4 |
346 | 2024-09-27T03:22:15.943Z | Downloaded thiserror-impl v1.0.64 |
347 | 2024-09-27T03:22:15.946Z | Downloaded thiserror v1.0.64 |
348 | 2024-09-27T03:22:15.949Z | Downloaded terminal_size v0.3.0 |
349 | 2024-09-27T03:22:15.951Z | Downloaded usdt v0.5.0 |
350 | 2024-09-27T03:22:15.951Z | Downloaded proc-macro2 v1.0.86 |
351 | 2024-09-27T03:22:15.953Z | Downloaded tabled_derive v0.7.0 |
352 | 2024-09-27T03:22:15.956Z | Downloaded clap_lex v0.7.0 |
353 | 2024-09-27T03:22:15.956Z | Downloaded utf8parse v0.2.1 |
354 | 2024-09-27T03:22:15.958Z | Downloaded digest v0.10.7 |
355 | 2024-09-27T03:22:15.960Z | Downloaded cfg-if v1.0.0 |
356 | 2024-09-27T03:22:15.966Z | Downloaded semver v1.0.23 |
357 | 2024-09-27T03:22:15.968Z | Downloaded memmap v0.7.0 |
358 | 2024-09-27T03:22:15.971Z | Downloaded heck v0.5.0 |
359 | 2024-09-27T03:22:15.973Z | Downloaded quote v1.0.37 |
360 | 2024-09-27T03:22:15.976Z | Downloaded pest_derive v2.7.10 |
361 | 2024-09-27T03:22:15.976Z | Downloaded cargo_toml v0.20.5 |
362 | 2024-09-27T03:22:15.979Z | Downloaded sha2 v0.10.8 |
363 | 2024-09-27T03:22:15.984Z | Downloaded zerocopy-derive v0.7.34 |
364 | 2024-09-27T03:22:15.988Z | Downloaded bitflags v2.6.0 |
365 | 2024-09-27T03:22:15.992Z | Downloaded indexmap v2.5.0 |
366 | 2024-09-27T03:22:15.996Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-09-27T03:22:15.999Z | Downloaded unicode-linebreak v0.1.5 |
368 | 2024-09-27T03:22:16.000Z | Downloaded serde_derive v1.0.210 |
369 | 2024-09-27T03:22:16.002Z | Downloaded ryu v1.0.18 |
370 | 2024-09-27T03:22:16.005Z | Downloaded ucd-trie v0.1.6 |
371 | 2024-09-27T03:22:16.007Z | Downloaded toml v0.8.19 |
372 | 2024-09-27T03:22:16.010Z | Downloaded memchr v2.7.2 |
373 | 2024-09-27T03:22:16.015Z | Downloaded pest_meta v2.7.10 |
374 | 2024-09-27T03:22:16.017Z | Downloaded papergrid v0.11.0 |
375 | 2024-09-27T03:22:16.022Z | Downloaded serde v1.0.210 |
376 | 2024-09-27T03:22:16.035Z | Downloaded toml_edit v0.22.22 |
377 | 2024-09-27T03:22:16.066Z | Downloaded pest v2.7.10 |
378 | 2024-09-27T03:22:16.071Z | Downloaded zerocopy v0.7.34 |
379 | 2024-09-27T03:22:16.087Z | Downloaded serde_json v1.0.128 |
380 | 2024-09-27T03:22:16.094Z | Downloaded hashbrown v0.14.5 |
381 | 2024-09-27T03:22:16.105Z | Downloaded goblin v0.8.2 |
382 | 2024-09-27T03:22:16.111Z | Downloaded winnow v0.6.18 |
383 | 2024-09-27T03:22:16.119Z | Downloaded clap_builder v4.5.18 |
384 | 2024-09-27T03:22:16.130Z | Downloaded tabled v0.15.0 |
385 | 2024-09-27T03:22:16.142Z | Downloaded syn v1.0.109 |
386 | 2024-09-27T03:22:16.152Z | Downloaded syn v2.0.77 |
387 | 2024-09-27T03:22:16.170Z | Downloaded rustix v0.38.34 |
388 | 2024-09-27T03:22:16.188Z | Downloaded unicode-width v0.1.13 |
389 | 2024-09-27T03:22:16.198Z | Downloaded libc v0.2.159 |
390 | 2024-09-27T03:22:16.506Z | Compiling proc-macro2 v1.0.86 |
391 | 2024-09-27T03:22:16.506Z | Compiling unicode-ident v1.0.13 |
392 | 2024-09-27T03:22:16.509Z | Compiling version_check v0.9.5 |
393 | 2024-09-27T03:22:16.509Z | Compiling serde v1.0.210 |
394 | 2024-09-27T03:22:16.509Z | Compiling thiserror v1.0.64 |
395 | 2024-09-27T03:22:16.509Z | Compiling memchr v2.7.2 |
396 | 2024-09-27T03:22:16.541Z | Compiling libc v0.2.159 |
397 | 2024-09-27T03:22:16.543Z | Compiling ryu v1.0.18 |
398 | 2024-09-27T03:22:16.759Z | Compiling ucd-trie v0.1.6 |
399 | 2024-09-27T03:22:17.007Z | Compiling itoa v1.0.11 |
400 | 2024-09-27T03:22:17.228Z | Compiling once_cell v1.19.0 |
401 | 2024-09-27T03:22:17.381Z | Compiling byteorder v1.5.0 |
402 | 2024-09-27T03:22:17.387Z | Compiling rustix v0.38.34 |
403 | 2024-09-27T03:22:17.387Z | Compiling serde_json v1.0.128 |
404 | 2024-09-27T03:22:17.819Z | Compiling bitflags v2.6.0 |
405 | 2024-09-27T03:22:17.941Z | Compiling proc-macro-error-attr v1.0.4 |
406 | 2024-09-27T03:22:18.242Z | Compiling quote v1.0.37 |
407 | 2024-09-27T03:22:18.315Z | Compiling usdt-impl v0.5.0 |
408 | 2024-09-27T03:22:18.317Z | Compiling syn v1.0.109 |
409 | 2024-09-27T03:22:18.383Z | Compiling proc-macro-error v1.0.4 |
410 | 2024-09-27T03:22:18.429Z | Compiling utf8parse v0.2.1 |
411 | 2024-09-27T03:22:18.593Z | Compiling syn v2.0.77 |
412 | 2024-09-27T03:22:18.678Z | Compiling plain v0.2.3 |
413 | 2024-09-27T03:22:18.789Z | Compiling errno v0.3.9 |
414 | 2024-09-27T03:22:18.827Z | Compiling log v0.4.22 |
415 | 2024-09-27T03:22:18.925Z | Compiling hashbrown v0.14.5 |
416 | 2024-09-27T03:22:19.032Z | Compiling camino v1.1.9 |
417 | 2024-09-27T03:22:19.072Z | Compiling equivalent v1.0.1 |
418 | 2024-09-27T03:22:19.292Z | Compiling thread-id v4.2.1 |
419 | 2024-09-27T03:22:19.360Z | Compiling anstyle-parse v0.2.4 |
420 | 2024-09-27T03:22:19.713Z | Compiling unicode-width v0.1.13 |
421 | 2024-09-27T03:22:19.758Z | Compiling anstyle-query v1.0.3 |
422 | 2024-09-27T03:22:19.783Z | Compiling colorchoice v1.0.1 |
423 | 2024-09-27T03:22:19.916Z | Compiling anstyle v1.0.8 |
424 | 2024-09-27T03:22:19.940Z | Compiling pretty-hex v0.4.1 |
425 | 2024-09-27T03:22:19.960Z | Compiling winnow v0.6.18 |
426 | 2024-09-27T03:22:19.963Z | Compiling is_terminal_polyfill v1.70.0 |
427 | 2024-09-27T03:22:20.086Z | Compiling autocfg v1.3.0 |
428 | 2024-09-27T03:22:20.130Z | Compiling indexmap v2.5.0 |
429 | 2024-09-27T03:22:20.237Z | Compiling semver v1.0.23 |
430 | 2024-09-27T03:22:20.383Z | Compiling anstream v0.6.14 |
431 | 2024-09-27T03:22:21.031Z | Compiling terminal_size v0.3.0 |
432 | 2024-09-27T03:22:21.084Z | Compiling fs-err v2.11.0 |
433 | 2024-09-27T03:22:21.220Z | Compiling anyhow v1.0.89 |
434 | 2024-09-27T03:22:21.245Z | Compiling fastrand v2.1.0 |
435 | 2024-09-27T03:22:21.396Z | Compiling fnv v1.0.7 |
436 | 2024-09-27T03:22:21.534Z | Compiling cfg-if v1.0.0 |
437 | 2024-09-27T03:22:21.556Z | Compiling bytecount v0.6.8 |
438 | 2024-09-27T03:22:21.637Z | Compiling heck v0.5.0 |
439 | 2024-09-27T03:22:21.741Z | Compiling strsim v0.11.1 |
440 | 2024-09-27T03:22:21.771Z | Compiling heck v0.4.1 |
441 | 2024-09-27T03:22:21.774Z | Compiling clap_lex v0.7.0 |
442 | 2024-09-27T03:22:22.184Z | Compiling clap_builder v4.5.18 |
443 | 2024-09-27T03:22:22.280Z | Compiling papergrid v0.11.0 |
444 | 2024-09-27T03:22:22.307Z | Compiling tempfile v3.10.1 |
445 | 2024-09-27T03:22:22.748Z | Compiling memmap v0.7.0 |
446 | 2024-09-27T03:22:22.843Z | Compiling smawk v0.3.2 |
447 | 2024-09-27T03:22:23.064Z | Compiling unicode-linebreak v0.1.5 |
448 | 2024-09-27T03:22:23.555Z | Compiling textwrap v0.16.1 |
449 | 2024-09-27T03:22:23.728Z | Compiling swrite v0.1.0 |
450 | 2024-09-27T03:22:24.759Z | Compiling tabled_derive v0.7.0 |
451 | 2024-09-27T03:22:26.357Z | Compiling tabled v0.15.0 |
452 | 2024-09-27T03:22:27.340Z | Compiling serde_derive v1.0.210 |
453 | 2024-09-27T03:22:27.344Z | Compiling thiserror-impl v1.0.64 |
454 | 2024-09-27T03:22:27.364Z | Compiling zerocopy-derive v0.7.34 |
455 | 2024-09-27T03:22:27.367Z | Compiling scroll_derive v0.12.0 |
456 | 2024-09-27T03:22:27.385Z | Compiling clap_derive v4.5.18 |
457 | 2024-09-27T03:22:28.847Z | Compiling scroll v0.12.0 |
458 | 2024-09-27T03:22:29.381Z | Compiling zerocopy v0.7.34 |
459 | 2024-09-27T03:22:29.409Z | Compiling goblin v0.8.2 |
460 | 2024-09-27T03:22:30.115Z | Compiling pest v2.7.10 |
461 | 2024-09-27T03:22:31.055Z | Compiling clap v4.5.18 |
462 | 2024-09-27T03:22:32.247Z | Compiling pest_meta v2.7.10 |
463 | 2024-09-27T03:22:33.124Z | Compiling pest_generator v2.7.10 |
464 | 2024-09-27T03:22:34.793Z | Compiling pest_derive v2.7.10 |
465 | 2024-09-27T03:22:35.537Z | Compiling dtrace-parser v0.2.0 |
466 | 2024-09-27T03:22:37.464Z | Compiling serde_tokenstream v0.2.2 |
467 | 2024-09-27T03:22:37.503Z | Compiling toml_datetime v0.6.8 |
468 | 2024-09-27T03:22:37.503Z | Compiling serde_spanned v0.6.7 |
469 | 2024-09-27T03:22:37.865Z | Compiling cargo-platform v0.1.8 |
470 | 2024-09-27T03:22:37.893Z | Compiling macaddr v1.0.1 |
471 | 2024-09-27T03:22:38.099Z | Compiling toml_edit v0.22.22 |
472 | 2024-09-27T03:22:38.179Z | Compiling camino-tempfile v1.1.1 |
473 | 2024-09-27T03:22:38.892Z | Compiling dof v0.3.0 |
474 | 2024-09-27T03:22:38.929Z | Compiling cargo_metadata v0.18.1 |
475 | 2024-09-27T03:22:40.715Z | Compiling usdt-attr-macro v0.5.0 |
476 | 2024-09-27T03:22:40.715Z | Compiling usdt-macro v0.5.0 |
477 | 2024-09-27T03:22:40.866Z | Compiling toml v0.8.19 |
478 | 2024-09-27T03:22:41.702Z | Compiling cargo_toml v0.20.5 |
479 | 2024-09-27T03:22:42.009Z | Compiling usdt v0.5.0 |
480 | 2024-09-27T03:22:45.513Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
481 | 2024-09-27T03:22:49.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.94s |
482 | 2024-09-27T03:22:49.939Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
483 | 2024-09-27T03:22:50.524Z | Downloading crates ... |
484 | 2024-09-27T03:22:50.671Z | Downloaded ascii-canvas v3.0.0 |
485 | 2024-09-27T03:22:50.675Z | Downloaded atty v0.2.14 |
486 | 2024-09-27T03:22:50.678Z | Downloaded async-stream v0.3.5 |
487 | 2024-09-27T03:22:50.680Z | Downloaded adler v1.0.2 |
488 | 2024-09-27T03:22:50.684Z | Downloaded cfg_aliases v0.2.1 |
489 | 2024-09-27T03:22:50.686Z | Downloaded async-bb8-diesel v0.2.1 |
490 | 2024-09-27T03:22:50.689Z | Downloaded async-stream-impl v0.3.5 |
491 | 2024-09-27T03:22:50.695Z | Downloaded crunchy v0.2.2 |
492 | 2024-09-27T03:22:50.697Z | Downloaded ahash v0.8.11 |
493 | 2024-09-27T03:22:50.700Z | Downloaded crc v3.2.1 |
494 | 2024-09-27T03:22:50.702Z | Downloaded aead v0.5.2 |
495 | 2024-09-27T03:22:50.705Z | Downloaded atomic-waker v1.1.2 |
496 | 2024-09-27T03:22:50.707Z | Downloaded cassowary v0.3.0 |
497 | 2024-09-27T03:22:50.707Z | Downloaded cexpr v0.6.0 |
498 | 2024-09-27T03:22:50.710Z | Downloaded blowfish v0.9.1 |
499 | 2024-09-27T03:22:50.712Z | Downloaded const_format_proc_macros v0.2.33 |
500 | 2024-09-27T03:22:50.715Z | Downloaded bitfield-struct v0.6.1 |
501 | 2024-09-27T03:22:50.715Z | Downloaded colored v2.1.0 |
502 | 2024-09-27T03:22:50.717Z | Downloaded cbc v0.1.2 |
503 | 2024-09-27T03:22:50.719Z | Downloaded curve25519-dalek-derive v0.1.1 |
504 | 2024-09-27T03:22:50.722Z | Downloaded is-terminal v0.4.12 |
505 | 2024-09-27T03:22:50.722Z | Downloaded ciborium-ll v0.2.2 |
506 | 2024-09-27T03:22:50.724Z | Downloaded bcrypt-pbkdf v0.10.0 |
507 | 2024-09-27T03:22:50.724Z | Downloaded backoff v0.4.0 |
508 | 2024-09-27T03:22:50.727Z | Downloaded cstr-argument v0.1.2 |
509 | 2024-09-27T03:22:50.729Z | Downloaded ctr v0.9.2 |
510 | 2024-09-27T03:22:50.731Z | Downloaded bit-vec v0.6.3 |
511 | 2024-09-27T03:22:50.731Z | Downloaded crc-catalog v2.4.0 |
512 | 2024-09-27T03:22:50.734Z | Downloaded ciborium v0.2.2 |
513 | 2024-09-27T03:22:50.736Z | Downloaded arrayref v0.3.7 |
514 | 2024-09-27T03:22:50.738Z | Downloaded instant v0.1.12 |
515 | 2024-09-27T03:22:50.738Z | Downloaded data-encoding v2.6.0 |
516 | 2024-09-27T03:22:50.742Z | Downloaded argon2 v0.5.3 |
517 | 2024-09-27T03:22:50.744Z | Downloaded const-oid v0.9.6 |
518 | 2024-09-27T03:22:50.749Z | Downloaded assert_matches v1.5.0 |
519 | 2024-09-27T03:22:50.757Z | Downloaded cookie v0.18.1 |
520 | 2024-09-27T03:22:50.760Z | Downloaded async-recursion v1.1.1 |
521 | 2024-09-27T03:22:50.764Z | Downloaded clang-sys v1.7.0 |
522 | 2024-09-27T03:22:50.769Z | Downloaded matches v0.1.10 |
523 | 2024-09-27T03:22:50.769Z | Downloaded bytes v1.7.2 |
524 | 2024-09-27T03:22:50.773Z | Downloaded adler2 v2.0.0 |
525 | 2024-09-27T03:22:50.776Z | Downloaded darling_core v0.20.9 |
526 | 2024-09-27T03:22:50.780Z | Downloaded chacha20poly1305 v0.10.1 |
527 | 2024-09-27T03:22:50.783Z | Downloaded hubpack_derive v0.1.1 |
528 | 2024-09-27T03:22:50.786Z | Downloaded http-range v0.1.5 |
529 | 2024-09-27T03:22:50.786Z | Downloaded httpdate v1.0.3 |
530 | 2024-09-27T03:22:50.788Z | Downloaded rustc_version v0.4.0 |
531 | 2024-09-27T03:22:50.791Z | Downloaded rusty-fork v0.3.0 |
532 | 2024-09-27T03:22:50.791Z | Downloaded home v0.5.9 |
533 | 2024-09-27T03:22:50.794Z | Downloaded inout v0.1.3 |
534 | 2024-09-27T03:22:50.796Z | Downloaded indoc v1.0.9 |
535 | 2024-09-27T03:22:50.799Z | Downloaded shell-words v1.1.0 |
536 | 2024-09-27T03:22:50.799Z | Downloaded http-body v1.0.0 |
537 | 2024-09-27T03:22:50.801Z | Downloaded base64 v0.22.1 |
538 | 2024-09-27T03:22:50.804Z | Downloaded serde_plain v1.0.2 |
539 | 2024-09-27T03:22:50.807Z | Downloaded sync_wrapper v0.1.2 |
540 | 2024-09-27T03:22:50.810Z | Downloaded ident_case v1.0.1 |
541 | 2024-09-27T03:22:50.810Z | Downloaded darling_macro v0.20.9 |
542 | 2024-09-27T03:22:50.810Z | Downloaded addr2line v0.21.0 |
543 | 2024-09-27T03:22:50.813Z | Downloaded signal-hook-tokio v0.3.1 |
544 | 2024-09-27T03:22:50.815Z | Downloaded arc-swap v1.7.1 |
545 | 2024-09-27T03:22:50.818Z | Downloaded block-padding v0.3.3 |
546 | 2024-09-27T03:22:50.820Z | Downloaded signature v2.2.0 |
547 | 2024-09-27T03:22:50.822Z | Downloaded multimap v0.10.0 |
548 | 2024-09-27T03:22:50.822Z | Downloaded structmeta v0.3.0 |
549 | 2024-09-27T03:22:50.825Z | Downloaded chacha20 v0.9.1 |
550 | 2024-09-27T03:22:50.827Z | Downloaded nibble_vec v0.1.0 |
551 | 2024-09-27T03:22:50.829Z | Downloaded keccak v0.1.5 |
552 | 2024-09-27T03:22:50.829Z | Downloaded indent_write v2.2.0 |
553 | 2024-09-27T03:22:50.832Z | Downloaded smallvec v1.13.2 |
554 | 2024-09-27T03:22:50.834Z | Downloaded cfg_aliases v0.1.1 |
555 | 2024-09-27T03:22:50.834Z | Downloaded md-5 v0.10.6 |
556 | 2024-09-27T03:22:50.837Z | Downloaded http-body-util v0.1.2 |
557 | 2024-09-27T03:22:50.840Z | Downloaded libefi-sys v0.1.0 |
558 | 2024-09-27T03:22:50.842Z | Downloaded newline-converter v0.3.0 |
559 | 2024-09-27T03:22:50.842Z | Downloaded convert_case v0.4.0 |
560 | 2024-09-27T03:22:50.847Z | Downloaded crossbeam-deque v0.8.5 |
561 | 2024-09-27T03:22:50.847Z | Downloaded buf-list v1.0.3 |
562 | 2024-09-27T03:22:50.850Z | Downloaded md5 v0.7.0 |
563 | 2024-09-27T03:22:50.850Z | Downloaded new_debug_unreachable v1.0.6 |
564 | 2024-09-27T03:22:50.850Z | Downloaded cookie_store v0.21.0 |
565 | 2024-09-27T03:22:50.852Z | Downloaded cobs v0.2.3 |
566 | 2024-09-27T03:22:50.855Z | Downloaded ipnet v2.9.0 |
567 | 2024-09-27T03:22:50.857Z | Downloaded iana-time-zone v0.1.60 |
568 | 2024-09-27T03:22:50.860Z | Downloaded ipnetwork v0.20.0 |
569 | 2024-09-27T03:22:50.860Z | Downloaded topological-sort v0.2.2 |
570 | 2024-09-27T03:22:50.862Z | Downloaded highway v1.2.0 |
571 | 2024-09-27T03:22:50.865Z | Downloaded sqlparser_derive v0.2.2 |
572 | 2024-09-27T03:22:50.865Z | Downloaded match_cfg v0.1.0 |
573 | 2024-09-27T03:22:50.867Z | Downloaded twox-hash v1.6.3 |
574 | 2024-09-27T03:22:50.869Z | Downloaded secrecy v0.8.0 |
575 | 2024-09-27T03:22:50.869Z | Downloaded zone_cfg_derive v0.1.2 |
576 | 2024-09-27T03:22:50.872Z | Downloaded termtree v0.4.1 |
577 | 2024-09-27T03:22:50.872Z | Downloaded kstat-rs v0.2.4 |
578 | 2024-09-27T03:22:50.874Z | Downloaded downcast v0.11.0 |
579 | 2024-09-27T03:22:50.877Z | Downloaded constant_time_eq v0.3.0 |
580 | 2024-09-27T03:22:50.877Z | Downloaded spin v0.5.2 |
581 | 2024-09-27T03:22:50.881Z | Downloaded memoffset v0.9.1 |
582 | 2024-09-27T03:22:50.881Z | Downloaded want v0.3.1 |
583 | 2024-09-27T03:22:50.884Z | Downloaded mockall v0.13.0 |
584 | 2024-09-27T03:22:50.884Z | Downloaded lazycell v1.3.0 |
585 | 2024-09-27T03:22:50.884Z | Downloaded foreign-types-shared v0.1.1 |
586 | 2024-09-27T03:22:50.887Z | Downloaded internet-checksum v0.2.1 |
587 | 2024-09-27T03:22:50.887Z | Downloaded thiserror-impl-no-std v2.0.2 |
588 | 2024-09-27T03:22:50.889Z | Downloaded mime v0.3.17 |
589 | 2024-09-27T03:22:50.889Z | Downloaded rand_core v0.6.4 |
590 | 2024-09-27T03:22:50.891Z | Downloaded native-tls v0.2.11 |
591 | 2024-09-27T03:22:50.894Z | Downloaded async-trait v0.1.83 |
592 | 2024-09-27T03:22:50.897Z | Downloaded schemars v0.8.21 |
593 | 2024-09-27T03:22:50.910Z | Downloaded env_filter v0.1.2 |
594 | 2024-09-27T03:22:50.912Z | Downloaded headers-core v0.3.0 |
595 | 2024-09-27T03:22:50.914Z | Downloaded foreign-types-shared v0.3.1 |
596 | 2024-09-27T03:22:50.914Z | Downloaded test-strategy v0.3.1 |
597 | 2024-09-27T03:22:50.917Z | Downloaded smallvec v0.6.14 |
598 | 2024-09-27T03:22:50.920Z | Downloaded parse-size v1.0.0 |
599 | 2024-09-27T03:22:50.922Z | Downloaded supports-color v3.0.1 |
600 | 2024-09-27T03:22:50.922Z | Downloaded structmeta-derive v0.2.0 |
601 | 2024-09-27T03:22:50.926Z | Downloaded lru-cache v0.1.2 |
602 | 2024-09-27T03:22:50.926Z | Downloaded slog-dtrace v0.3.0 |
603 | 2024-09-27T03:22:50.929Z | Downloaded managed v0.8.0 |
604 | 2024-09-27T03:22:50.929Z | Downloaded jobserver v0.1.32 |
605 | 2024-09-27T03:22:50.931Z | Downloaded humantime v2.1.0 |
606 | 2024-09-27T03:22:50.934Z | Downloaded csv-core v0.1.11 |
607 | 2024-09-27T03:22:50.936Z | Downloaded phf_shared v0.10.0 |
608 | 2024-09-27T03:22:50.936Z | Downloaded russh-cryptovec v0.7.2 |
609 | 2024-09-27T03:22:50.936Z | Downloaded mockall_derive v0.13.0 |
610 | 2024-09-27T03:22:50.938Z | Downloaded nanorand v0.7.0 |
611 | 2024-09-27T03:22:50.941Z | Downloaded futures-task v0.3.30 |
612 | 2024-09-27T03:22:50.944Z | Downloaded universal-hash v0.5.1 |
613 | 2024-09-27T03:22:50.946Z | Downloaded tokio-native-tls v0.3.1 |
614 | 2024-09-27T03:22:50.946Z | Downloaded display-error-chain v0.2.1 |
615 | 2024-09-27T03:22:50.949Z | Downloaded mime_guess v2.0.4 |
616 | 2024-09-27T03:22:50.952Z | Downloaded crossbeam-epoch v0.9.18 |
617 | 2024-09-27T03:22:50.954Z | Downloaded hyper-staticfile v0.10.1 |
618 | 2024-09-27T03:22:50.957Z | Downloaded take_mut v0.2.2 |
619 | 2024-09-27T03:22:50.957Z | Downloaded miniz_oxide v0.7.2 |
620 | 2024-09-27T03:22:50.959Z | Downloaded darling v0.20.9 |
621 | 2024-09-27T03:22:50.963Z | Downloaded sync_wrapper v1.0.1 |
622 | 2024-09-27T03:22:50.965Z | Downloaded strum v0.26.3 |
623 | 2024-09-27T03:22:50.968Z | Downloaded phf v0.11.2 |
624 | 2024-09-27T03:22:50.968Z | Downloaded quick-error v1.2.3 |
625 | 2024-09-27T03:22:50.971Z | Downloaded num v0.4.3 |
626 | 2024-09-27T03:22:50.971Z | Downloaded tokio-stream v0.1.16 |
627 | 2024-09-27T03:22:50.975Z | Downloaded crc32fast v1.4.0 |
628 | 2024-09-27T03:22:50.978Z | Downloaded endian-type v0.1.2 |
629 | 2024-09-27T03:22:50.981Z | Downloaded ref-cast v1.0.23 |
630 | 2024-09-27T03:22:50.983Z | Downloaded compact_str v0.8.0 |
631 | 2024-09-27T03:22:50.986Z | Downloaded difflib v0.4.0 |
632 | 2024-09-27T03:22:50.988Z | Downloaded tower-service v0.3.2 |
633 | 2024-09-27T03:22:50.988Z | Downloaded slog-bunyan v2.5.0 |
634 | 2024-09-27T03:22:50.991Z | Downloaded same-file v1.0.6 |
635 | 2024-09-27T03:22:50.993Z | Downloaded aes v0.8.4 |
636 | 2024-09-27T03:22:51.005Z | Downloaded slog-envlogger v2.2.0 |
637 | 2024-09-27T03:22:51.008Z | Downloaded nodrop v0.1.14 |
638 | 2024-09-27T03:22:51.010Z | Downloaded hex-literal v0.4.1 |
639 | 2024-09-27T03:22:51.010Z | Downloaded hex v0.4.3 |
640 | 2024-09-27T03:22:51.012Z | Downloaded deranged v0.3.11 |
641 | 2024-09-27T03:22:51.015Z | Downloaded dyn-clone v1.0.17 |
642 | 2024-09-27T03:22:51.017Z | Downloaded password-hash v0.5.0 |
643 | 2024-09-27T03:22:51.019Z | Downloaded predicates v3.1.2 |
644 | 2024-09-27T03:22:51.022Z | Downloaded num-complex v0.4.6 |
645 | 2024-09-27T03:22:51.024Z | Downloaded tungstenite v0.23.0 |
646 | 2024-09-27T03:22:51.027Z | Downloaded env_logger v0.10.2 |
647 | 2024-09-27T03:22:51.029Z | Downloaded rand_chacha v0.3.1 |
648 | 2024-09-27T03:22:51.032Z | Downloaded blake2 v0.10.6 |
649 | 2024-09-27T03:22:51.034Z | Downloaded unicase v2.7.0 |
650 | 2024-09-27T03:22:51.037Z | Downloaded fragile v2.0.0 |
651 | 2024-09-27T03:22:51.039Z | Downloaded fxhash v0.2.1 |
652 | 2024-09-27T03:22:51.041Z | Downloaded unarray v0.1.4 |
653 | 2024-09-27T03:22:51.041Z | Downloaded ff v0.13.0 |
654 | 2024-09-27T03:22:51.044Z | Downloaded typify-macro v0.2.0 |
655 | 2024-09-27T03:22:51.044Z | Downloaded tabwriter v1.4.0 |
656 | 2024-09-27T03:22:51.047Z | Downloaded static_assertions v1.1.0 |
657 | 2024-09-27T03:22:51.047Z | Downloaded normalize-line-endings v0.3.0 |
658 | 2024-09-27T03:22:51.049Z | Downloaded derive_builder_macro v0.20.0 |
659 | 2024-09-27T03:22:51.049Z | Downloaded waitgroup v0.1.2 |
660 | 2024-09-27T03:22:51.051Z | Downloaded heck v0.3.3 |
661 | 2024-09-27T03:22:51.051Z | Downloaded futures-io v0.3.30 |
662 | 2024-09-27T03:22:51.054Z | Downloaded futures-executor v0.3.30 |
663 | 2024-09-27T03:22:51.057Z | Downloaded password-hash v0.4.2 |
664 | 2024-09-27T03:22:51.057Z | Downloaded tracing-core v0.1.32 |
665 | 2024-09-27T03:22:51.060Z | Downloaded schemars_derive v0.8.21 |
666 | 2024-09-27T03:22:51.062Z | Downloaded foreign-types v0.3.2 |
667 | 2024-09-27T03:22:51.062Z | Downloaded dhcproto-macros v0.1.0 |
668 | 2024-09-27T03:22:51.065Z | Downloaded crypto-bigint v0.5.5 |
669 | 2024-09-27T03:22:51.070Z | Downloaded const_format v0.2.33 |
670 | 2024-09-27T03:22:51.076Z | Downloaded serde_urlencoded v0.7.1 |
671 | 2024-09-27T03:22:51.078Z | Downloaded ssh-encoding v0.2.0 |
672 | 2024-09-27T03:22:51.081Z | Downloaded semver v0.1.20 |
673 | 2024-09-27T03:22:51.081Z | Downloaded termcolor v1.4.1 |
674 | 2024-09-27T03:22:51.083Z | Downloaded tap v1.0.1 |
675 | 2024-09-27T03:22:51.083Z | Downloaded blake3 v1.5.1 |
676 | 2024-09-27T03:22:51.091Z | Downloaded pin-project-internal v1.1.5 |
677 | 2024-09-27T03:22:51.094Z | Downloaded which v4.4.2 |
678 | 2024-09-27T03:22:51.096Z | Downloaded miniz_oxide v0.8.0 |
679 | 2024-09-27T03:22:51.098Z | Downloaded toolchain_find v0.4.0 |
680 | 2024-09-27T03:22:51.101Z | Downloaded psl-types v2.0.11 |
681 | 2024-09-27T03:22:51.101Z | Downloaded stable_deref_trait v1.2.0 |
682 | 2024-09-27T03:22:51.104Z | Downloaded ena v0.14.3 |
683 | 2024-09-27T03:22:51.106Z | Downloaded wait-timeout v0.2.0 |
684 | 2024-09-27T03:22:51.106Z | Downloaded uzers v0.11.3 |
685 | 2024-09-27T03:22:51.109Z | Downloaded thiserror-no-std v2.0.2 |
686 | 2024-09-27T03:22:51.112Z | Downloaded termios v0.3.3 |
687 | 2024-09-27T03:22:51.114Z | Downloaded futures-macro v0.3.30 |
688 | 2024-09-27T03:22:51.117Z | Downloaded oso-derive v0.27.3 |
689 | 2024-09-27T03:22:51.117Z | Downloaded http v0.2.12 |
690 | 2024-09-27T03:22:51.121Z | Downloaded embedded-io v0.4.0 |
691 | 2024-09-27T03:22:51.123Z | Downloaded hickory-server v0.24.1 |
692 | 2024-09-27T03:22:51.129Z | Downloaded filetime v0.2.25 |
693 | 2024-09-27T03:22:51.131Z | Downloaded path-slash v0.1.5 |
694 | 2024-09-27T03:22:51.133Z | Downloaded paste v1.0.15 |
695 | 2024-09-27T03:22:51.136Z | Downloaded hash32 v0.2.1 |
696 | 2024-09-27T03:22:51.138Z | Downloaded proc-macro-crate v1.3.1 |
697 | 2024-09-27T03:22:51.141Z | Downloaded getopts v0.2.21 |
698 | 2024-09-27T03:22:51.141Z | Downloaded rfc6979 v0.4.0 |
699 | 2024-09-27T03:22:51.144Z | Downloaded nu-ansi-term v0.50.0 |
700 | 2024-09-27T03:22:51.146Z | Downloaded parse-display-derive v0.10.0 |
701 | 2024-09-27T03:22:51.146Z | Downloaded smf v0.2.3 |
702 | 2024-09-27T03:22:51.149Z | Downloaded slab v0.4.9 |
703 | 2024-09-27T03:22:51.151Z | Downloaded precomputed-hash v0.1.1 |
704 | 2024-09-27T03:22:51.151Z | Downloaded stringprep v0.1.4 |
705 | 2024-09-27T03:22:51.154Z | Downloaded term v0.7.0 |
706 | 2024-09-27T03:22:51.156Z | Downloaded resolv-conf v0.7.0 |
707 | 2024-09-27T03:22:51.158Z | Downloaded strum_macros v0.25.3 |
708 | 2024-09-27T03:22:51.161Z | Downloaded rtoolbox v0.0.2 |
709 | 2024-09-27T03:22:51.164Z | Downloaded defmt-macros v0.3.9 |
710 | 2024-09-27T03:22:51.166Z | Downloaded unicode-truncate v1.0.0 |
711 | 2024-09-27T03:22:51.169Z | Downloaded float-ord v0.3.2 |
712 | 2024-09-27T03:22:51.169Z | Downloaded unsafe-libyaml v0.2.11 |
713 | 2024-09-27T03:22:51.172Z | Downloaded pretty-hex v0.2.1 |
714 | 2024-09-27T03:22:51.174Z | Downloaded aes-gcm v0.10.3 |
715 | 2024-09-27T03:22:51.178Z | Downloaded ecdsa v0.16.9 |
716 | 2024-09-27T03:22:51.181Z | Downloaded samael v0.0.17 |
717 | 2024-09-27T03:22:51.186Z | Downloaded mio v0.8.11 |
718 | 2024-09-27T03:22:51.192Z | Downloaded zeroize_derive v1.4.2 |
719 | 2024-09-27T03:22:51.195Z | Downloaded glob v0.3.1 |
720 | 2024-09-27T03:22:51.198Z | Downloaded tokio-rustls v0.25.0 |
721 | 2024-09-27T03:22:51.198Z | Downloaded diesel_table_macro_syntax v0.2.0 |
722 | 2024-09-27T03:22:51.200Z | Downloaded hickory-client v0.24.1 |
723 | 2024-09-27T03:22:51.203Z | Downloaded polyval v0.6.2 |
724 | 2024-09-27T03:22:51.205Z | Downloaded group v0.13.0 |
725 | 2024-09-27T03:22:51.208Z | Downloaded try-lock v0.2.5 |
726 | 2024-09-27T03:22:51.208Z | Downloaded ppv-lite86 v0.2.17 |
727 | 2024-09-27T03:22:51.211Z | Downloaded rustc-demangle v0.1.24 |
728 | 2024-09-27T03:22:51.213Z | Downloaded subtle v2.5.0 |
729 | 2024-09-27T03:22:51.213Z | Downloaded dhcproto v0.12.0 |
730 | 2024-09-27T03:22:51.216Z | Downloaded rustfmt-wrapper v0.2.1 |
731 | 2024-09-27T03:22:51.218Z | Downloaded rustc-hash v2.0.0 |
732 | 2024-09-27T03:22:51.221Z | Downloaded rustc-hash v1.1.0 |
733 | 2024-09-27T03:22:51.221Z | Downloaded rcgen v0.12.1 |
734 | 2024-09-27T03:22:51.224Z | Downloaded rustc_version v0.1.7 |
735 | 2024-09-27T03:22:51.226Z | Downloaded num_enum_derive v0.5.11 |
736 | 2024-09-27T03:22:51.226Z | Downloaded pbkdf2 v0.11.0 |
737 | 2024-09-27T03:22:51.229Z | Downloaded pin-project v1.1.5 |
738 | 2024-09-27T03:22:51.240Z | Downloaded hash32 v0.3.1 |
739 | 2024-09-27T03:22:51.242Z | Downloaded progenitor v0.8.0 |
740 | 2024-09-27T03:22:51.245Z | Downloaded string_cache v0.8.7 |
741 | 2024-09-27T03:22:51.247Z | Downloaded quinn-udp v0.5.5 |
742 | 2024-09-27T03:22:51.249Z | Downloaded scopeguard v1.2.0 |
743 | 2024-09-27T03:22:51.249Z | Downloaded fallible-streaming-iterator v0.1.9 |
744 | 2024-09-27T03:22:51.252Z | Downloaded fd-lock v4.0.2 |
745 | 2024-09-27T03:22:51.254Z | Downloaded fallible-iterator v0.3.0 |
746 | 2024-09-27T03:22:51.257Z | Downloaded float-cmp v0.9.0 |
747 | 2024-09-27T03:22:51.257Z | Downloaded serde-big-array v0.5.1 |
748 | 2024-09-27T03:22:51.260Z | Downloaded hashlink v0.9.1 |
749 | 2024-09-27T03:22:51.263Z | Downloaded globset v0.4.14 |
750 | 2024-09-27T03:22:51.263Z | Downloaded dsl_auto_type v0.1.2 |
751 | 2024-09-27T03:22:51.265Z | Downloaded tiny-keccak v2.0.2 |
752 | 2024-09-27T03:22:51.268Z | Downloaded toml v0.7.8 |
753 | 2024-09-27T03:22:51.270Z | Downloaded subprocess v0.2.9 |
754 | 2024-09-27T03:22:51.273Z | Downloaded unicode-normalization v0.1.23 |
755 | 2024-09-27T03:22:51.277Z | Downloaded progenitor-client v0.8.0 |
756 | 2024-09-27T03:22:51.280Z | Downloaded num-traits v0.2.19 |
757 | 2024-09-27T03:22:51.282Z | Downloaded progenitor-macro v0.8.0 |
758 | 2024-09-27T03:22:51.285Z | Downloaded tinyvec_macros v0.1.1 |
759 | 2024-09-27T03:22:51.285Z | Downloaded primeorder v0.13.6 |
760 | 2024-09-27T03:22:51.287Z | Downloaded derive_builder_core v0.20.0 |
761 | 2024-09-27T03:22:51.289Z | Downloaded http v1.1.0 |
762 | 2024-09-27T03:22:51.292Z | Downloaded derive_builder v0.20.0 |
763 | 2024-09-27T03:22:51.298Z | Downloaded scrypt v0.11.0 |
764 | 2024-09-27T03:22:51.300Z | Downloaded rustls-pemfile v2.1.3 |
765 | 2024-09-27T03:22:51.302Z | Downloaded num-bigint-dig v0.8.4 |
766 | 2024-09-27T03:22:51.307Z | Downloaded packed_struct v0.10.1 |
767 | 2024-09-27T03:22:51.310Z | Downloaded enum-as-inner v0.6.0 |
768 | 2024-09-27T03:22:51.312Z | Downloaded defmt-parser v0.3.4 |
769 | 2024-09-27T03:22:51.314Z | Downloaded tokio-rustls v0.26.0 |
770 | 2024-09-27T03:22:51.317Z | Downloaded sigpipe v0.1.3 |
771 | 2024-09-27T03:22:51.317Z | Downloaded socket2 v0.4.10 |
772 | 2024-09-27T03:22:51.319Z | Downloaded packed_struct_codegen v0.10.1 |
773 | 2024-09-27T03:22:51.319Z | Downloaded spki v0.7.3 |
774 | 2024-09-27T03:22:51.322Z | Downloaded postcard v1.0.8 |
775 | 2024-09-27T03:22:51.325Z | Downloaded peg v0.8.4 |
776 | 2024-09-27T03:22:51.329Z | Downloaded rustls-pki-types v1.7.0 |
777 | 2024-09-27T03:22:51.333Z | Downloaded opaque-debug v0.3.1 |
778 | 2024-09-27T03:22:51.335Z | Downloaded libxml v0.3.3 |
779 | 2024-09-27T03:22:51.340Z | Downloaded tar v0.4.42 |
780 | 2024-09-27T03:22:51.343Z | Downloaded snafu-derive v0.8.2 |
781 | 2024-09-27T03:22:51.345Z | Downloaded pin-utils v0.1.0 |
782 | 2024-09-27T03:22:51.348Z | Downloaded mio v1.0.2 |
783 | 2024-09-27T03:22:51.352Z | Downloaded tls_codec_derive v0.4.1 |
784 | 2024-09-27T03:22:51.355Z | Downloaded fatfs v0.3.6 |
785 | 2024-09-27T03:22:51.357Z | Downloaded pin-project-lite v0.2.14 |
786 | 2024-09-27T03:22:51.363Z | Downloaded signal-hook-mio v0.2.4 |
787 | 2024-09-27T03:22:51.365Z | Downloaded openssl-probe v0.1.5 |
788 | 2024-09-27T03:22:51.368Z | Downloaded openssl-macros v0.1.1 |
789 | 2024-09-27T03:22:51.368Z | Downloaded tracing-attributes v0.1.27 |
790 | 2024-09-27T03:22:51.370Z | Downloaded prettyplease v0.2.22 |
791 | 2024-09-27T03:22:51.373Z | Downloaded pem v3.0.4 |
792 | 2024-09-27T03:22:51.375Z | Downloaded ed25519 v2.2.3 |
793 | 2024-09-27T03:22:51.377Z | Downloaded sec1 v0.7.3 |
794 | 2024-09-27T03:22:51.380Z | Downloaded foreign-types v0.5.0 |
795 | 2024-09-27T03:22:51.380Z | Downloaded tokio-tungstenite v0.23.1 |
796 | 2024-09-27T03:22:51.382Z | Downloaded tough v0.17.1 |
797 | 2024-09-27T03:22:51.391Z | Downloaded ron v0.7.1 |
798 | 2024-09-27T03:22:51.397Z | Downloaded number_prefix v0.4.0 |
799 | 2024-09-27T03:22:51.401Z | Downloaded pkcs1 v0.7.5 |
800 | 2024-09-27T03:22:51.401Z | Downloaded defmt v0.3.8 |
801 | 2024-09-27T03:22:51.403Z | Downloaded olpc-cjson v0.1.3 |
802 | 2024-09-27T03:22:51.406Z | Downloaded pem-rfc7468 v0.7.0 |
803 | 2024-09-27T03:22:51.408Z | Downloaded structmeta v0.2.0 |
804 | 2024-09-27T03:22:51.408Z | Downloaded owo-colors v4.1.0 |
805 | 2024-09-27T03:22:51.411Z | Downloaded libm v0.2.8 |
806 | 2024-09-27T03:22:51.419Z | Downloaded ssh-cipher v0.2.0 |
807 | 2024-09-27T03:22:51.422Z | Downloaded serde_repr v0.1.19 |
808 | 2024-09-27T03:22:51.426Z | Downloaded percent-encoding v2.3.1 |
809 | 2024-09-27T03:22:51.426Z | Downloaded utf-8 v0.7.6 |
810 | 2024-09-27T03:22:51.430Z | Downloaded slog-stdlog v4.1.1 |
811 | 2024-09-27T03:22:51.430Z | Downloaded slog-scope v4.4.0 |
812 | 2024-09-27T03:22:51.430Z | Downloaded rsa v0.9.6 |
813 | 2024-09-27T03:22:51.434Z | Downloaded r2d2 v0.8.10 |
814 | 2024-09-27T03:22:51.436Z | Downloaded p256 v0.13.2 |
815 | 2024-09-27T03:22:51.438Z | Downloaded toml_edit v0.19.15 |
816 | 2024-09-27T03:22:51.456Z | Downloaded strip-ansi-escapes v0.2.0 |
817 | 2024-09-27T03:22:51.458Z | Downloaded vte_generate_state_changes v0.1.1 |
818 | 2024-09-27T03:22:51.458Z | Downloaded strum_macros v0.24.3 |
819 | 2024-09-27T03:22:51.461Z | Downloaded slog-async v2.8.0 |
820 | 2024-09-27T03:22:51.461Z | Downloaded signal-hook-registry v1.4.2 |
821 | 2024-09-27T03:22:51.464Z | Downloaded serde-hex v0.1.0 |
822 | 2024-09-27T03:22:51.464Z | Downloaded futures v0.3.30 |
823 | 2024-09-27T03:22:51.469Z | Downloaded diesel_derives v2.2.2 |
824 | 2024-09-27T03:22:51.474Z | Downloaded untrusted v0.7.1 |
825 | 2024-09-27T03:22:51.478Z | Downloaded time-core v0.1.2 |
826 | 2024-09-27T03:22:51.478Z | Downloaded pbkdf2 v0.12.2 |
827 | 2024-09-27T03:22:51.481Z | Downloaded snafu v0.8.2 |
828 | 2024-09-27T03:22:51.483Z | Downloaded zone_cfg_derive v0.3.0 |
829 | 2024-09-27T03:22:51.486Z | Downloaded xz2 v0.1.7 |
830 | 2024-09-27T03:22:51.488Z | Downloaded serde_derive_internals v0.29.1 |
831 | 2024-09-27T03:22:51.488Z | Downloaded sct v0.7.1 |
832 | 2024-09-27T03:22:51.491Z | Downloaded either v1.13.0 |
833 | 2024-09-27T03:22:51.494Z | Downloaded itertools v0.12.1 |
834 | 2024-09-27T03:22:51.500Z | Downloaded sqlformat v0.2.6 |
835 | 2024-09-27T03:22:51.503Z | Downloaded itertools v0.13.0 |
836 | 2024-09-27T03:22:51.510Z | Downloaded futures-util v0.3.30 |
837 | 2024-09-27T03:22:51.522Z | Downloaded pkcs8 v0.10.2 |
838 | 2024-09-27T03:22:51.525Z | Downloaded structmeta-derive v0.3.0 |
839 | 2024-09-27T03:22:51.528Z | Downloaded russh v0.45.0 |
840 | 2024-09-27T03:22:51.533Z | Downloaded value-bag v1.9.0 |
841 | 2024-09-27T03:22:51.535Z | Downloaded futures-channel v0.3.30 |
842 | 2024-09-27T03:22:51.538Z | Downloaded pkg-config v0.3.30 |
843 | 2024-09-27T03:22:51.541Z | Downloaded signal-hook v0.3.17 |
844 | 2024-09-27T03:22:51.544Z | Downloaded serde_with_macros v3.9.0 |
845 | 2024-09-27T03:22:51.546Z | Downloaded chrono v0.4.38 |
846 | 2024-09-27T03:22:51.553Z | Downloaded parking_lot v0.12.2 |
847 | 2024-09-27T03:22:51.555Z | Downloaded rand_xorshift v0.3.0 |
848 | 2024-09-27T03:22:51.557Z | Downloaded hyper v1.4.1 |
849 | 2024-09-27T03:22:51.563Z | Downloaded similar v2.6.0 |
850 | 2024-09-27T03:22:51.569Z | Downloaded unicode-xid v0.2.4 |
851 | 2024-09-27T03:22:51.572Z | Downloaded dropshot_endpoint v0.10.1 |
852 | 2024-09-27T03:22:51.572Z | Downloaded serde_yaml v0.9.34+deprecated |
853 | 2024-09-27T03:22:51.575Z | Downloaded url v2.5.2 |
854 | 2024-09-27T03:22:51.579Z | Downloaded dropshot_endpoint v0.12.0 |
855 | 2024-09-27T03:22:51.581Z | Downloaded expectorate v1.1.0 |
856 | 2024-09-27T03:22:51.584Z | Downloaded tinyvec v1.6.0 |
857 | 2024-09-27T03:22:51.587Z | Downloaded hkdf v0.12.4 |
858 | 2024-09-27T03:22:51.590Z | Downloaded rand_seeder v0.3.0 |
859 | 2024-09-27T03:22:51.593Z | Downloaded untrusted v0.9.0 |
860 | 2024-09-27T03:22:51.593Z | Downloaded vsss-rs v3.3.4 |
861 | 2024-09-27T03:22:51.596Z | Downloaded radium v0.7.0 |
862 | 2024-09-27T03:22:51.598Z | Downloaded postgres-types v0.2.8 |
863 | 2024-09-27T03:22:51.601Z | Downloaded getrandom v0.2.14 |
864 | 2024-09-27T03:22:51.603Z | Downloaded diff v0.1.13 |
865 | 2024-09-27T03:22:51.606Z | Downloaded zip v0.6.6 |
866 | 2024-09-27T03:22:51.610Z | Downloaded postgres-protocol v0.6.7 |
867 | 2024-09-27T03:22:51.613Z | Downloaded quinn-proto v0.11.8 |
868 | 2024-09-27T03:22:51.620Z | Downloaded vte v0.11.1 |
869 | 2024-09-27T03:22:51.622Z | Downloaded hashbrown v0.13.2 |
870 | 2024-09-27T03:22:51.627Z | Downloaded x509-cert v0.2.5 |
871 | 2024-09-27T03:22:51.633Z | Downloaded unicode_categories v0.1.1 |
872 | 2024-09-27T03:22:51.637Z | Downloaded typify v0.2.0 |
873 | 2024-09-27T03:22:51.639Z | Downloaded tracing v0.1.40 |
874 | 2024-09-27T03:22:51.642Z | Downloaded reqwest v0.11.27 |
875 | 2024-09-27T03:22:51.651Z | Downloaded rustls-webpki v0.101.7 |
876 | 2024-09-27T03:22:51.666Z | Downloaded hashbrown v0.12.3 |
877 | 2024-09-27T03:22:51.670Z | Downloaded rusqlite v0.32.1 |
878 | 2024-09-27T03:22:51.677Z | Downloaded proptest v1.5.0 |
879 | 2024-09-27T03:22:51.687Z | Downloaded nom v7.1.3 |
880 | 2024-09-27T03:22:51.693Z | Downloaded time v0.3.36 |
881 | 2024-09-27T03:22:51.700Z | Downloaded webpki-roots v0.25.4 |
882 | 2024-09-27T03:22:51.704Z | Downloaded bstr v1.9.1 |
883 | 2024-09-27T03:22:51.715Z | Downloaded curve25519-dalek v4.1.3 |
884 | 2024-09-27T03:22:51.724Z | Downloaded vergen v8.3.2 |
885 | 2024-09-27T03:22:51.727Z | Downloaded openssl-sys v0.9.103 |
886 | 2024-09-27T03:22:51.733Z | Downloaded rustls-webpki v0.102.4 |
887 | 2024-09-27T03:22:51.752Z | Downloaded portable-atomic v1.6.0 |
888 | 2024-09-27T03:22:51.757Z | Downloaded ed25519-dalek v2.1.1 |
889 | 2024-09-27T03:22:51.760Z | Downloaded h2 v0.4.6 |
890 | 2024-09-27T03:22:51.768Z | Downloaded polar-core v0.27.3 |
891 | 2024-09-27T03:22:51.777Z | Downloaded sqlparser v0.45.0 |
892 | 2024-09-27T03:22:51.783Z | Downloaded typed-path v0.7.1 |
893 | 2024-09-27T03:22:51.789Z | Downloaded tokio-util v0.7.12 |
894 | 2024-09-27T03:22:51.797Z | Downloaded hyper v0.14.30 |
895 | 2024-09-27T03:22:51.804Z | Downloaded winnow v0.5.40 |
896 | 2024-09-27T03:22:51.814Z | Downloaded quick-xml v0.33.0 |
897 | 2024-09-27T03:22:51.820Z | Downloaded p384 v0.13.0 |
898 | 2024-09-27T03:22:51.827Z | Downloaded hickory-proto v0.24.1 |
899 | 2024-09-27T03:22:51.843Z | Downloaded serde_with v3.9.0 |
900 | 2024-09-27T03:22:51.852Z | Downloaded openssl v0.10.66 |
901 | 2024-09-27T03:22:51.861Z | Downloaded regress v0.10.1 |
902 | 2024-09-27T03:22:51.870Z | Downloaded lalrpop v0.19.12 |
903 | 2024-09-27T03:22:51.882Z | Downloaded object v0.30.4 |
904 | 2024-09-27T03:22:51.892Z | Downloaded regex-syntax v0.6.29 |
905 | 2024-09-27T03:22:51.900Z | Downloaded smoltcp v0.11.0 |
906 | 2024-09-27T03:22:51.914Z | Downloaded salty v0.3.0 |
907 | 2024-09-27T03:22:51.921Z | Downloaded regex-syntax v0.8.4 |
908 | 2024-09-27T03:22:51.929Z | Downloaded idna v0.5.0 |
909 | 2024-09-27T03:22:51.937Z | Downloaded diesel v2.2.4 |
910 | 2024-09-27T03:22:51.956Z | Downloaded nix v0.28.0 |
911 | 2024-09-27T03:22:51.968Z | Downloaded nix v0.27.1 |
912 | 2024-09-27T03:22:51.979Z | Downloaded dropshot v0.10.1 |
913 | 2024-09-27T03:22:52.004Z | Downloaded sled v0.34.7 |
914 | 2024-09-27T03:22:52.011Z | Downloaded rayon v1.10.0 |
915 | 2024-09-27T03:22:52.013Z | Downloaded zerocopy-derive v0.6.6 |
916 | 2024-09-27T03:22:52.021Z | Downloaded csv v1.3.0 |
917 | 2024-09-27T03:22:52.042Z | Downloaded finl_unicode v1.2.0 |
918 | 2024-09-27T03:22:52.055Z | Downloaded git2 v0.19.0 |
919 | 2024-09-27T03:22:52.065Z | Downloaded radix_trie v0.2.1 |
920 | 2024-09-27T03:22:52.069Z | Downloaded regex-automata v0.4.6 |
921 | 2024-09-27T03:22:52.086Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
922 | 2024-09-27T03:22:52.099Z | Downloaded trust-dns-proto v0.22.0 |
923 | 2024-09-27T03:22:52.111Z | Downloaded p521 v0.13.3 |
924 | 2024-09-27T03:22:52.115Z | Downloaded gimli v0.28.1 |
925 | 2024-09-27T03:22:52.124Z | Downloaded smoltcp v0.9.1 |
926 | 2024-09-27T03:22:52.136Z | Downloaded idna v0.3.0 |
927 | 2024-09-27T03:22:52.143Z | Downloaded idna v0.4.0 |
928 | 2024-09-27T03:22:52.150Z | Downloaded object v0.32.2 |
929 | 2024-09-27T03:22:52.161Z | Downloaded idna v0.2.3 |
930 | 2024-09-27T03:22:52.169Z | Downloaded dropshot v0.12.0 |
931 | 2024-09-27T03:22:52.188Z | Downloaded regress v0.9.1 |
932 | 2024-09-27T03:22:52.197Z | Downloaded reqwest v0.12.7 |
933 | 2024-09-27T03:22:52.205Z | Downloaded nix v0.29.0 |
934 | 2024-09-27T03:22:52.217Z | Downloaded rustls v0.22.4 |
935 | 2024-09-27T03:22:52.231Z | Downloaded flate2 v1.0.33 |
936 | 2024-09-27T03:22:52.236Z | Downloaded openapiv3 v2.0.0 |
937 | 2024-09-27T03:22:52.249Z | Downloaded rustls v0.21.12 |
938 | 2024-09-27T03:22:52.260Z | Downloaded typify-impl v0.2.0 |
939 | 2024-09-27T03:22:52.277Z | Downloaded rand v0.8.5 |
940 | 2024-09-27T03:22:52.280Z | Downloaded rustls v0.23.10 |
941 | 2024-09-27T03:22:52.296Z | Downloaded der v0.7.9 |
942 | 2024-09-27T03:22:52.302Z | Downloaded rustyline v14.0.0 |
943 | 2024-09-27T03:22:52.307Z | Downloaded regex v1.10.6 |
944 | 2024-09-27T03:22:52.322Z | Downloaded webpki-roots v0.26.3 |
945 | 2024-09-27T03:22:52.325Z | Downloaded vcpkg v0.2.15 |
946 | 2024-09-27T03:22:52.364Z | Downloaded progenitor-impl v0.8.0 |
947 | 2024-09-27T03:22:52.367Z | Downloaded ratatui v0.28.0 |
948 | 2024-09-27T03:22:52.388Z | Downloaded peg-macros v0.8.4 |
949 | 2024-09-27T03:22:52.391Z | Downloaded parking_lot_core v0.8.6 |
950 | 2024-09-27T03:22:52.393Z | Downloaded ghash v0.5.1 |
951 | 2024-09-27T03:22:52.393Z | Downloaded pkcs5 v0.7.1 |
952 | 2024-09-27T03:22:52.398Z | Downloaded omicron-zone-package v0.11.0 |
953 | 2024-09-27T03:22:52.401Z | Downloaded slog-term v2.9.1 |
954 | 2024-09-27T03:22:52.403Z | Downloaded tungstenite v0.21.0 |
955 | 2024-09-27T03:22:52.406Z | Downloaded tokio-postgres v0.7.12 |
956 | 2024-09-27T03:22:52.410Z | Downloaded flume v0.11.0 |
957 | 2024-09-27T03:22:52.414Z | Downloaded h2 v0.3.26 |
958 | 2024-09-27T03:22:52.421Z | Downloaded unicode-segmentation v1.11.0 |
959 | 2024-09-27T03:22:52.424Z | Downloaded der_derive v0.7.2 |
960 | 2024-09-27T03:22:52.426Z | Downloaded zeroize v1.8.1 |
961 | 2024-09-27T03:22:52.429Z | Downloaded ssh-key v0.6.6 |
962 | 2024-09-27T03:22:52.434Z | Downloaded ron v0.8.1 |
963 | 2024-09-27T03:22:52.440Z | Downloaded funty v2.0.0 |
964 | 2024-09-27T03:22:52.442Z | Downloaded heapless v0.7.17 |
965 | 2024-09-27T03:22:52.445Z | Downloaded headers v0.4.0 |
966 | 2024-09-27T03:22:52.450Z | Downloaded slog-json v2.6.1 |
967 | 2024-09-27T03:22:52.452Z | Downloaded lzma-sys v0.1.20 |
968 | 2024-09-27T03:22:52.482Z | Downloaded yasna v0.5.2 |
969 | 2024-09-27T03:22:52.485Z | Downloaded petgraph v0.6.5 |
970 | 2024-09-27T03:22:52.502Z | Downloaded uuid v1.10.0 |
971 | 2024-09-27T03:22:52.505Z | Downloaded num_threads v0.1.7 |
972 | 2024-09-27T03:22:52.525Z | Downloaded tui-tree-widget v0.22.0 |
973 | 2024-09-27T03:22:52.525Z | Downloaded time-macros v0.2.18 |
974 | 2024-09-27T03:22:52.525Z | Downloaded form_urlencoded v1.2.1 |
975 | 2024-09-27T03:22:52.525Z | Downloaded ring v0.17.8 |
976 | 2024-09-27T03:22:52.611Z | Downloaded sha3 v0.10.8 |
977 | 2024-09-27T03:22:52.615Z | Downloaded tokio v1.39.3 |
978 | 2024-09-27T03:22:52.653Z | Downloaded zerocopy v0.6.6 |
979 | 2024-09-27T03:22:52.656Z | Downloaded slog v2.7.0 |
980 | 2024-09-27T03:22:52.658Z | Downloaded reedline v0.33.0 |
981 | 2024-09-27T03:22:52.666Z | Downloaded peg-runtime v0.8.3 |
982 | 2024-09-27T03:22:52.668Z | Downloaded parking_lot v0.11.2 |
983 | 2024-09-27T03:22:52.671Z | Downloaded foreign-types-macros v0.2.3 |
984 | 2024-09-27T03:22:52.671Z | Downloaded publicsuffix v2.2.3 |
985 | 2024-09-27T03:22:52.673Z | Downloaded tls_codec v0.4.1 |
986 | 2024-09-27T03:22:52.675Z | Downloaded itertools v0.10.5 |
987 | 2024-09-27T03:22:52.680Z | Downloaded socket2 v0.5.7 |
988 | 2024-09-27T03:22:52.682Z | Downloaded powerfmt v0.2.0 |
989 | 2024-09-27T03:22:52.685Z | Downloaded ring v0.16.20 |
990 | 2024-09-27T03:22:52.765Z | Downloaded half v2.4.1 |
991 | 2024-09-27T03:22:52.768Z | Downloaded elliptic-curve v0.13.8 |
992 | 2024-09-27T03:22:52.772Z | Downloaded bitvec v1.0.1 |
993 | 2024-09-27T03:22:52.788Z | Downloaded aho-corasick v1.1.3 |
994 | 2024-09-27T03:22:52.794Z | Downloaded hickory-resolver v0.24.1 |
995 | 2024-09-27T03:22:52.798Z | Downloaded bindgen v0.69.4 |
996 | 2024-09-27T03:22:52.805Z | Downloaded quinn v0.11.5 |
997 | 2024-09-27T03:22:52.808Z | Downloaded heapless v0.8.0 |
998 | 2024-09-27T03:22:52.812Z | Downloaded fallible-iterator v0.2.0 |
999 | 2024-09-27T03:22:52.815Z | Downloaded tokio-macros v2.4.0 |
1000 | 2024-09-27T03:22:52.815Z | Downloaded env_logger v0.11.5 |
1001 | 2024-09-27T03:22:52.817Z | Downloaded salsa20 v0.10.2 |
1002 | 2024-09-27T03:22:52.819Z | Downloaded oso v0.27.3 |
1003 | 2024-09-27T03:22:52.822Z | Downloaded tokio-tungstenite v0.21.0 |
1004 | 2024-09-27T03:22:52.824Z | Downloaded strum_macros v0.26.4 |
1005 | 2024-09-27T03:22:52.826Z | Downloaded parking_lot_core v0.9.10 |
1006 | 2024-09-27T03:22:52.829Z | Downloaded num-bigint v0.4.5 |
1007 | 2024-09-27T03:22:52.832Z | Downloaded xattr v1.3.1 |
1008 | 2024-09-27T03:22:52.834Z | Downloaded futures-core v0.3.30 |
1009 | 2024-09-27T03:22:52.837Z | Downloaded minimal-lexical v0.2.1 |
1010 | 2024-09-27T03:22:52.840Z | Downloaded hyper-util v0.1.9 |
1011 | 2024-09-27T03:22:52.843Z | Downloaded poly1305 v0.8.0 |
1012 | 2024-09-27T03:22:52.845Z | Downloaded unicode-bidi v0.3.15 |
1013 | 2024-09-27T03:22:52.848Z | Downloaded steno v0.4.1 |
1014 | 2024-09-27T03:22:52.851Z | Downloaded thread_local v1.1.8 |
1015 | 2024-09-27T03:22:52.854Z | Downloaded siphasher v0.3.11 |
1016 | 2024-09-27T03:22:52.854Z | Downloaded derive-where v1.2.7 |
1017 | 2024-09-27T03:22:52.857Z | Downloaded num_enum v0.5.11 |
1018 | 2024-09-27T03:22:52.861Z | Downloaded spin v0.9.8 |
1019 | 2024-09-27T03:22:52.864Z | Downloaded encoding_rs v0.8.34 |
1020 | 2024-09-27T03:22:52.885Z | Downloaded parse-display v0.10.0 |
1021 | 2024-09-27T03:22:52.887Z | Downloaded tokio-rustls v0.24.1 |
1022 | 2024-09-27T03:22:52.890Z | Downloaded gethostname v0.5.0 |
1023 | 2024-09-27T03:22:52.890Z | Downloaded enum-as-inner v0.5.1 |
1024 | 2024-09-27T03:22:52.892Z | Downloaded wyz v0.5.1 |
1025 | 2024-09-27T03:22:52.892Z | Downloaded whoami v1.5.2 |
1026 | 2024-09-27T03:22:52.895Z | Downloaded sha1 v0.10.6 |
1027 | 2024-09-27T03:22:52.897Z | Downloaded num-rational v0.4.2 |
1028 | 2024-09-27T03:22:52.897Z | Downloaded derive_more v0.99.18 |
1029 | 2024-09-27T03:22:52.901Z | Downloaded rayon-core v1.12.1 |
1030 | 2024-09-27T03:22:52.905Z | Downloaded indicatif v0.17.8 |
1031 | 2024-09-27T03:22:52.910Z | Downloaded scheduled-thread-pool v0.2.7 |
1032 | 2024-09-27T03:22:52.912Z | Downloaded shlex v1.3.0 |
1033 | 2024-09-27T03:22:52.912Z | Downloaded rpassword v7.3.1 |
1034 | 2024-09-27T03:22:52.912Z | Downloaded ref-cast-impl v1.0.23 |
1035 | 2024-09-27T03:22:52.915Z | Downloaded predicates-tree v1.0.9 |
1036 | 2024-09-27T03:22:52.915Z | Downloaded phf_shared v0.11.2 |
1037 | 2024-09-27T03:22:52.915Z | Downloaded num-iter v0.1.45 |
1038 | 2024-09-27T03:22:52.917Z | Downloaded num-integer v0.1.46 |
1039 | 2024-09-27T03:22:52.917Z | Downloaded num-derive v0.4.2 |
1040 | 2024-09-27T03:22:52.920Z | Downloaded des v0.8.1 |
1041 | 2024-09-27T03:22:52.923Z | Downloaded predicates-core v1.0.6 |
1042 | 2024-09-27T03:22:52.923Z | Downloaded russh-keys v0.45.0 |
1043 | 2024-09-27T03:22:52.925Z | Downloaded backtrace v0.3.71 |
1044 | 2024-09-27T03:22:52.929Z | Downloaded hyper-rustls v0.24.2 |
1045 | 2024-09-27T03:22:52.931Z | Downloaded crossterm v0.27.0 |
1046 | 2024-09-27T03:22:52.939Z | Downloaded cc v1.0.97 |
1047 | 2024-09-27T03:22:52.942Z | Downloaded dirs-sys-next v0.1.2 |
1048 | 2024-09-27T03:22:52.942Z | Downloaded lock_api v0.4.12 |
1049 | 2024-09-27T03:22:52.945Z | Downloaded libloading v0.8.3 |
1050 | 2024-09-27T03:22:52.945Z | Downloaded bzip2 v0.4.4 |
1051 | 2024-09-27T03:22:52.947Z | Downloaded multer v3.1.0 |
1052 | 2024-09-27T03:22:52.950Z | Downloaded futures-sink v0.3.30 |
1053 | 2024-09-27T03:22:52.950Z | Downloaded base64 v0.21.7 |
1054 | 2024-09-27T03:22:52.952Z | Downloaded zone v0.3.0 |
1055 | 2024-09-27T03:22:52.956Z | Downloaded zone v0.1.8 |
1056 | 2024-09-27T03:22:52.956Z | Downloaded walkdir v2.5.0 |
1057 | 2024-09-27T03:22:52.960Z | Downloaded crossterm v0.28.1 |
1058 | 2024-09-27T03:22:52.964Z | Downloaded flagset v0.4.5 |
1059 | 2024-09-27T03:22:52.964Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1060 | 2024-09-27T03:22:53.020Z | Downloaded fixedbitset v0.4.2 |
1061 | 2024-09-27T03:22:53.038Z | Downloaded num-conv v0.1.0 |
1062 | 2024-09-27T03:22:53.038Z | Downloaded dirs-next v2.0.0 |
1063 | 2024-09-27T03:22:53.038Z | Downloaded httparse v1.8.0 |
1064 | 2024-09-27T03:22:53.038Z | Downloaded hmac v0.12.1 |
1065 | 2024-09-27T03:22:53.038Z | Downloaded bcs v0.1.6 |
1066 | 2024-09-27T03:22:53.038Z | Downloaded linear-map v1.2.0 |
1067 | 2024-09-27T03:22:53.038Z | Downloaded indexmap v1.9.3 |
1068 | 2024-09-27T03:22:53.046Z | Downloaded crc-any v2.5.0 |
1069 | 2024-09-27T03:22:53.046Z | Downloaded serde_path_to_error v0.1.16 |
1070 | 2024-09-27T03:22:53.046Z | Downloaded rustversion v1.0.17 |
1071 | 2024-09-27T03:22:53.046Z | Downloaded rustls-pemfile v1.0.4 |
1072 | 2024-09-27T03:22:53.051Z | Downloaded newtype_derive v0.1.6 |
1073 | 2024-09-27T03:22:53.051Z | Downloaded memmap2 v0.9.4 |
1074 | 2024-09-27T03:22:53.051Z | Downloaded maybe-uninit v2.0.0 |
1075 | 2024-09-27T03:22:53.051Z | Downloaded lalrpop-util v0.19.12 |
1076 | 2024-09-27T03:22:53.051Z | Downloaded is_ci v1.2.0 |
1077 | 2024-09-27T03:22:53.051Z | Downloaded bitflags v1.3.2 |
1078 | 2024-09-27T03:22:53.057Z | Downloaded hyper-rustls v0.27.3 |
1079 | 2024-09-27T03:22:53.057Z | Downloaded debug-ignore v1.0.5 |
1080 | 2024-09-27T03:22:53.061Z | Downloaded crossbeam-utils v0.8.19 |
1081 | 2024-09-27T03:22:53.061Z | Downloaded console v0.15.8 |
1082 | 2024-09-27T03:22:53.064Z | Downloaded hubpack v0.1.2 |
1083 | 2024-09-27T03:22:53.064Z | Downloaded cipher v0.4.4 |
1084 | 2024-09-27T03:22:53.064Z | Downloaded bitfield v0.14.0 |
1085 | 2024-09-27T03:22:53.067Z | Downloaded base16ct v0.2.0 |
1086 | 2024-09-27T03:22:53.067Z | Downloaded instability v0.3.2 |
1087 | 2024-09-27T03:22:53.071Z | Downloaded hyper-tls v0.5.0 |
1088 | 2024-09-27T03:22:53.071Z | Downloaded hostname v0.4.0 |
1089 | 2024-09-27T03:22:53.071Z | Downloaded bb8 v0.8.5 |
1090 | 2024-09-27T03:22:53.073Z | Downloaded castaway v0.2.3 |
1091 | 2024-09-27T03:22:53.073Z | Downloaded bit-set v0.5.3 |
1092 | 2024-09-27T03:22:53.076Z | Downloaded ciborium-io v0.2.2 |
1093 | 2024-09-27T03:22:53.076Z | Downloaded impl-trait-for-tuples v0.2.2 |
1094 | 2024-09-27T03:22:53.078Z | Downloaded newtype-uuid v1.1.0 |
1095 | 2024-09-27T03:22:53.078Z | Downloaded linked-hash-map v0.5.6 |
1096 | 2024-09-27T03:22:53.081Z | Downloaded lazy_static v1.5.0 |
1097 | 2024-09-27T03:22:53.084Z | Downloaded crossbeam-channel v0.5.12 |
1098 | 2024-09-27T03:22:53.087Z | Downloaded base64ct v1.6.0 |
1099 | 2024-09-27T03:22:53.091Z | Downloaded maplit v1.0.2 |
1100 | 2024-09-27T03:22:53.091Z | Downloaded lru v0.12.3 |
1101 | 2024-09-27T03:22:53.093Z | Downloaded libsw v3.3.1 |
1102 | 2024-09-27T03:22:53.093Z | Downloaded hostname v0.3.1 |
1103 | 2024-09-27T03:22:53.093Z | Downloaded crucible-workspace-hack v0.1.0 |
1104 | 2024-09-27T03:22:53.096Z | Downloaded cancel-safe-futures v0.1.5 |
1105 | 2024-09-27T03:22:53.099Z | Downloaded atomicwrites v0.4.4 |
1106 | 2024-09-27T03:22:53.099Z | Downloaded hyper-tls v0.6.0 |
1107 | 2024-09-27T03:22:53.099Z | Downloaded http-body v0.4.6 |
1108 | 2024-09-27T03:22:53.102Z | Downloaded arrayvec v0.7.4 |
1109 | 2024-09-27T03:22:53.102Z | Downloaded base64 v0.13.1 |
1110 | 2024-09-27T03:22:53.106Z | Downloaded array-init v0.0.4 |
1111 | 2024-09-27T03:22:53.108Z | Downloaded allocator-api2 v0.2.18 |
1112 | 2024-09-27T03:22:53.349Z | Downloaded libz-sys v1.1.16 |
1113 | 2024-09-27T03:22:53.493Z | Downloaded libsqlite3-sys v0.30.1 |
1114 | 2024-09-27T03:22:53.666Z | Compiling serde v1.0.210 |
1115 | 2024-09-27T03:22:53.671Z | Compiling lock_api v0.4.12 |
1116 | 2024-09-27T03:22:53.671Z | Compiling scopeguard v1.2.0 |
1117 | 2024-09-27T03:22:53.671Z | Compiling value-bag v1.9.0 |
1118 | 2024-09-27T03:22:53.818Z | Compiling typenum v1.17.0 |
1119 | 2024-09-27T03:22:53.820Z | Compiling generic-array v0.14.7 |
1120 | 2024-09-27T03:22:53.845Z | Compiling syn v2.0.77 |
1121 | 2024-09-27T03:22:53.858Z | Compiling getrandom v0.2.14 |
1122 | 2024-09-27T03:22:53.953Z | Compiling jobserver v0.1.32 |
1123 | 2024-09-27T03:22:54.203Z | Compiling rand_core v0.6.4 |
1124 | 2024-09-27T03:22:54.394Z | Compiling log v0.4.22 |
1125 | 2024-09-27T03:22:54.435Z | Compiling cc v1.0.97 |
1126 | 2024-09-27T03:22:54.482Z | Compiling subtle v2.5.0 |
1127 | 2024-09-27T03:22:54.744Z | Compiling const-oid v0.9.6 |
1128 | 2024-09-27T03:22:54.762Z | Compiling pin-project-lite v0.2.14 |
1129 | 2024-09-27T03:22:54.828Z | Compiling smallvec v1.13.2 |
1130 | 2024-09-27T03:22:54.881Z | Compiling parking_lot_core v0.9.10 |
1131 | 2024-09-27T03:22:54.909Z | Compiling signal-hook-registry v1.4.2 |
1132 | 2024-09-27T03:22:55.217Z | Compiling mio v1.0.2 |
1133 | 2024-09-27T03:22:55.234Z | Compiling futures-core v0.3.30 |
1134 | 2024-09-27T03:22:55.460Z | Compiling spin v0.9.8 |
1135 | 2024-09-27T03:22:55.717Z | Compiling socket2 v0.5.7 |
1136 | 2024-09-27T03:22:55.853Z | Compiling parking_lot v0.12.2 |
1137 | 2024-09-27T03:22:56.031Z | Compiling ahash v0.8.11 |
1138 | 2024-09-27T03:22:56.372Z | Compiling futures-sink v0.3.30 |
1139 | 2024-09-27T03:22:56.456Z | Compiling slab v0.4.9 |
1140 | 2024-09-27T03:22:56.515Z | Compiling allocator-api2 v0.2.18 |
1141 | 2024-09-27T03:22:56.575Z | Compiling cpufeatures v0.2.12 |
1142 | 2024-09-27T03:22:56.653Z | Compiling futures-channel v0.3.30 |
1143 | 2024-09-27T03:22:56.671Z | Compiling futures-task v0.3.30 |
1144 | 2024-09-27T03:22:56.730Z | Compiling pin-utils v0.1.0 |
1145 | 2024-09-27T03:22:56.773Z | Compiling futures-io v0.3.30 |
1146 | 2024-09-27T03:22:56.822Z | Compiling tinyvec_macros v0.1.1 |
1147 | 2024-09-27T03:22:56.917Z | Compiling tinyvec v1.6.0 |
1148 | 2024-09-27T03:22:56.970Z | Compiling serde_json v1.0.128 |
1149 | 2024-09-27T03:22:57.039Z | Compiling tracing-core v0.1.32 |
1150 | 2024-09-27T03:22:57.078Z | Compiling libm v0.2.8 |
1151 | 2024-09-27T03:22:57.165Z | Compiling unicode-bidi v0.3.15 |
1152 | 2024-09-27T03:22:57.320Z | Compiling base64ct v1.6.0 |
1153 | 2024-09-27T03:22:57.342Z | Compiling num-traits v0.2.19 |
1154 | 2024-09-27T03:22:57.458Z | Compiling flagset v0.4.5 |
1155 | 2024-09-27T03:22:57.675Z | Compiling untrusted v0.9.0 |
1156 | 2024-09-27T03:22:57.752Z | Compiling vcpkg v0.2.15 |
1157 | 2024-09-27T03:22:57.853Z | Compiling pem-rfc7468 v0.7.0 |
1158 | 2024-09-27T03:22:57.891Z | Compiling pkg-config v0.3.30 |
1159 | 2024-09-27T03:22:58.483Z | Compiling unicode-normalization v0.1.23 |
1160 | 2024-09-27T03:22:58.544Z | Compiling ring v0.17.8 |
1161 | 2024-09-27T03:22:58.727Z | Compiling httparse v1.8.0 |
1162 | 2024-09-27T03:22:58.789Z | Compiling try-lock v0.2.5 |
1163 | 2024-09-27T03:22:58.944Z | Compiling want v0.3.1 |
1164 | 2024-09-27T03:22:59.247Z | Compiling httpdate v1.0.3 |
1165 | 2024-09-27T03:22:59.464Z | Compiling crossbeam-utils v0.8.19 |
1166 | 2024-09-27T03:22:59.594Z | Compiling percent-encoding v2.3.1 |
1167 | 2024-09-27T03:22:59.889Z | Compiling ppv-lite86 v0.2.17 |
1168 | 2024-09-27T03:22:59.923Z | Compiling openssl-sys v0.9.103 |
1169 | 2024-09-27T03:22:59.963Z | Compiling tower-service v0.3.2 |
1170 | 2024-09-27T03:23:00.046Z | Compiling foreign-types-shared v0.1.1 |
1171 | 2024-09-27T03:23:00.091Z | Compiling openssl v0.10.66 |
1172 | 2024-09-27T03:23:00.155Z | Compiling foreign-types v0.3.2 |
1173 | 2024-09-27T03:23:00.248Z | Compiling native-tls v0.2.11 |
1174 | 2024-09-27T03:23:00.506Z | Compiling rustls-pki-types v1.7.0 |
1175 | 2024-09-27T03:23:00.579Z | Compiling rand_chacha v0.3.1 |
1176 | 2024-09-27T03:23:00.605Z | Compiling rustix v0.38.34 |
1177 | 2024-09-27T03:23:01.330Z | Compiling rand v0.8.5 |
1178 | 2024-09-27T03:23:01.345Z | Compiling form_urlencoded v1.2.1 |
1179 | 2024-09-27T03:23:01.428Z | Compiling atomic-waker v1.1.2 |
1180 | 2024-09-27T03:23:01.630Z | Compiling powerfmt v0.2.0 |
1181 | 2024-09-27T03:23:01.653Z | Compiling time-core v0.1.2 |
1182 | 2024-09-27T03:23:01.669Z | Compiling openssl-probe v0.1.5 |
1183 | 2024-09-27T03:23:01.818Z | Compiling num-conv v0.1.0 |
1184 | 2024-09-27T03:23:01.986Z | Compiling rustversion v1.0.17 |
1185 | 2024-09-27T03:23:02.014Z | Compiling deranged v0.3.11 |
1186 | 2024-09-27T03:23:02.087Z | Compiling time-macros v0.2.18 |
1187 | 2024-09-27T03:23:02.414Z | Compiling idna v0.5.0 |
1188 | 2024-09-27T03:23:02.833Z | Compiling aho-corasick v1.1.3 |
1189 | 2024-09-27T03:23:02.913Z | Compiling siphasher v0.3.11 |
1190 | 2024-09-27T03:23:03.306Z | Compiling syn v1.0.109 |
1191 | 2024-09-27T03:23:03.366Z | Compiling rustls v0.21.12 |
1192 | 2024-09-27T03:23:03.614Z | Compiling rustls v0.23.10 |
1193 | 2024-09-27T03:23:03.888Z | Compiling num_threads v0.1.7 |
1194 | 2024-09-27T03:23:03.920Z | Compiling base64 v0.22.1 |
1195 | 2024-09-27T03:23:03.937Z | Compiling regex-syntax v0.8.4 |
1196 | 2024-09-27T03:23:04.006Z | Compiling url v2.5.2 |
1197 | 2024-09-27T03:23:04.641Z | Compiling crossbeam-epoch v0.9.18 |
1198 | 2024-09-27T03:23:05.252Z | Compiling lazy_static v1.5.0 |
1199 | 2024-09-27T03:23:05.272Z | Compiling time v0.3.36 |
1200 | 2024-09-27T03:23:05.378Z | Compiling socket2 v0.4.10 |
1201 | 2024-09-27T03:23:05.392Z | Compiling cookie v0.18.1 |
1202 | 2024-09-27T03:23:05.748Z | Compiling rayon-core v1.12.1 |
1203 | 2024-09-27T03:23:05.751Z | Compiling iana-time-zone v0.1.60 |
1204 | 2024-09-27T03:23:06.046Z | Compiling either v1.13.0 |
1205 | 2024-09-27T03:23:06.218Z | Compiling slog v2.7.0 |
1206 | 2024-09-27T03:23:06.238Z | Compiling finl_unicode v1.2.0 |
1207 | 2024-09-27T03:23:06.577Z | Compiling crossbeam-deque v0.8.5 |
1208 | 2024-09-27T03:23:06.830Z | Compiling stringprep v0.1.4 |
1209 | 2024-09-27T03:23:06.884Z | Compiling num-integer v0.1.46 |
1210 | 2024-09-27T03:23:07.656Z | Compiling rustls-webpki v0.102.4 |
1211 | 2024-09-27T03:23:07.920Z | Compiling serde_derive v1.0.210 |
1212 | 2024-09-27T03:23:08.030Z | Compiling zeroize_derive v1.4.2 |
1213 | 2024-09-27T03:23:08.153Z | Compiling zerocopy-derive v0.7.34 |
1214 | 2024-09-27T03:23:09.314Z | Compiling tokio-macros v2.4.0 |
1215 | 2024-09-27T03:23:09.660Z | Compiling zeroize v1.8.1 |
1216 | 2024-09-27T03:23:09.761Z | Compiling futures-macro v0.3.30 |
1217 | 2024-09-27T03:23:10.434Z | Compiling tracing-attributes v0.1.27 |
1218 | 2024-09-27T03:23:10.437Z | Compiling zerocopy v0.7.34 |
1219 | 2024-09-27T03:23:10.476Z | Compiling der_derive v0.7.2 |
1220 | 2024-09-27T03:23:10.992Z | Compiling thiserror-impl v1.0.64 |
1221 | 2024-09-27T03:23:11.495Z | Compiling crypto-common v0.1.6 |
1222 | 2024-09-27T03:23:11.717Z | Compiling block-buffer v0.10.4 |
1223 | 2024-09-27T03:23:11.737Z | Compiling futures-util v0.3.30 |
1224 | 2024-09-27T03:23:11.986Z | Compiling digest v0.10.7 |
1225 | 2024-09-27T03:23:12.478Z | Compiling hmac v0.12.1 |
1226 | 2024-09-27T03:23:12.662Z | Compiling hashbrown v0.14.5 |
1227 | 2024-09-27T03:23:12.752Z | Compiling block-padding v0.3.3 |
1228 | 2024-09-27T03:23:12.999Z | Compiling inout v0.1.3 |
1229 | 2024-09-27T03:23:13.102Z | Compiling sha2 v0.10.8 |
1230 | 2024-09-27T03:23:13.274Z | Compiling cipher v0.4.4 |
1231 | 2024-09-27T03:23:13.800Z | Compiling der v0.7.9 |
1232 | 2024-09-27T03:23:14.079Z | Compiling salsa20 v0.10.2 |
1233 | 2024-09-27T03:23:14.126Z | Compiling tracing v0.1.40 |
1234 | 2024-09-27T03:23:14.283Z | Compiling pbkdf2 v0.12.2 |
1235 | 2024-09-27T03:23:14.305Z | Compiling thiserror v1.0.64 |
1236 | 2024-09-27T03:23:14.449Z | Compiling scrypt v0.11.0 |
1237 | 2024-09-27T03:23:14.464Z | Compiling aes v0.8.4 |
1238 | 2024-09-27T03:23:14.650Z | Compiling cbc v0.1.2 |
1239 | 2024-09-27T03:23:14.878Z | Compiling pest v2.7.10 |
1240 | 2024-09-27T03:23:15.047Z | Compiling scroll_derive v0.12.0 |
1241 | 2024-09-27T03:23:16.479Z | Compiling spki v0.7.3 |
1242 | 2024-09-27T03:23:16.614Z | Compiling openssl-macros v0.1.1 |
1243 | 2024-09-27T03:23:16.859Z | Compiling pkcs5 v0.7.1 |
1244 | 2024-09-27T03:23:17.003Z | Compiling scroll v0.12.0 |
1245 | 2024-09-27T03:23:17.302Z | Compiling signature v2.2.0 |
1246 | 2024-09-27T03:23:17.377Z | Compiling pest_meta v2.7.10 |
1247 | 2024-09-27T03:23:17.615Z | Compiling pkcs8 v0.10.2 |
1248 | 2024-09-27T03:23:17.634Z | Compiling goblin v0.8.2 |
1249 | 2024-09-27T03:23:17.869Z | Compiling rustls-webpki v0.101.7 |
1250 | 2024-09-27T03:23:17.890Z | Compiling sct v0.7.1 |
1251 | 2024-09-27T03:23:18.109Z | Compiling regex-automata v0.4.6 |
1252 | 2024-09-27T03:23:18.216Z | Compiling md-5 v0.10.6 |
1253 | 2024-09-27T03:23:18.472Z | Compiling idna v0.3.0 |
1254 | 2024-09-27T03:23:19.878Z | Compiling pest_generator v2.7.10 |
1255 | 2024-09-27T03:23:20.996Z | Compiling backtrace v0.3.71 |
1256 | 2024-09-27T03:23:21.482Z | Compiling ff v0.13.0 |
1257 | 2024-09-27T03:23:21.706Z | Compiling hash32 v0.2.1 |
1258 | 2024-09-27T03:23:21.921Z | Compiling signal-hook v0.3.17 |
1259 | 2024-09-27T03:23:22.091Z | Compiling bytes v1.7.2 |
1260 | 2024-09-27T03:23:22.200Z | Compiling indexmap v2.5.0 |
1261 | 2024-09-27T03:23:22.348Z | Compiling bitflags v2.6.0 |
1262 | 2024-09-27T03:23:22.814Z | Compiling semver v1.0.23 |
1263 | 2024-09-27T03:23:23.322Z | Compiling tokio v1.39.3 |
1264 | 2024-09-27T03:23:23.525Z | Compiling rustc_version v0.4.0 |
1265 | 2024-09-27T03:23:23.632Z | Compiling http v1.1.0 |
1266 | 2024-09-27T03:23:24.267Z | Compiling http v0.2.12 |
1267 | 2024-09-27T03:23:25.601Z | Compiling http-body v1.0.0 |
1268 | 2024-09-27T03:23:26.776Z | Compiling pest_derive v2.7.10 |
1269 | 2024-09-27T03:23:27.585Z | Compiling dtrace-parser v0.2.0 |
1270 | 2024-09-27T03:23:27.904Z | Compiling http-body v0.4.6 |
1271 | 2024-09-27T03:23:28.376Z | Compiling dof v0.3.0 |
1272 | 2024-09-27T03:23:28.917Z | Compiling heapless v0.7.17 |
1273 | 2024-09-27T03:23:29.367Z | Compiling uuid v1.10.0 |
1274 | 2024-09-27T03:23:29.835Z | Compiling usdt-impl v0.5.0 |
1275 | 2024-09-27T03:23:30.601Z | Compiling curve25519-dalek v4.1.3 |
1276 | 2024-09-27T03:23:30.746Z | Compiling chrono v0.4.38 |
1277 | 2024-09-27T03:23:30.763Z | Compiling serde_spanned v0.6.7 |
1278 | 2024-09-27T03:23:30.992Z | Compiling toml_datetime v0.6.8 |
1279 | 2024-09-27T03:23:31.233Z | Compiling serde_tokenstream v0.2.2 |
1280 | 2024-09-27T03:23:31.371Z | Compiling tokio-util v0.7.12 |
1281 | 2024-09-27T03:23:31.394Z | Compiling adler v1.0.2 |
1282 | 2024-09-27T03:23:31.516Z | Compiling smoltcp v0.9.1 |
1283 | 2024-09-27T03:23:31.608Z | Compiling stable_deref_trait v1.2.0 |
1284 | 2024-09-27T03:23:31.714Z | Compiling ipnet v2.9.0 |
1285 | 2024-09-27T03:23:31.950Z | Compiling gimli v0.28.1 |
1286 | 2024-09-27T03:23:32.211Z | Compiling tokio-native-tls v0.3.1 |
1287 | 2024-09-27T03:23:32.416Z | Compiling h2 v0.4.6 |
1288 | 2024-09-27T03:23:32.489Z | Compiling h2 v0.3.26 |
1289 | 2024-09-27T03:23:32.785Z | Compiling base16ct v0.2.0 |
1290 | 2024-09-27T03:23:32.934Z | Compiling fallible-iterator v0.2.0 |
1291 | 2024-09-27T03:23:33.120Z | Compiling crc32fast v1.4.0 |
1292 | 2024-09-27T03:23:33.618Z | Compiling psl-types v2.0.11 |
1293 | 2024-09-27T03:23:33.658Z | Compiling portable-atomic v1.6.0 |
1294 | 2024-09-27T03:23:33.810Z | Compiling num-bigint-dig v0.8.4 |
1295 | 2024-09-27T03:23:34.153Z | Compiling publicsuffix v2.2.3 |
1296 | 2024-09-27T03:23:34.477Z | Compiling postgres-protocol v0.6.7 |
1297 | 2024-09-27T03:23:34.513Z | Compiling sec1 v0.7.3 |
1298 | 2024-09-27T03:23:34.748Z | Compiling miniz_oxide v0.7.2 |
1299 | 2024-09-27T03:23:35.080Z | Compiling tokio-rustls v0.24.1 |
1300 | 2024-09-27T03:23:35.491Z | Compiling tokio-rustls v0.26.0 |
1301 | 2024-09-27T03:23:35.660Z | Compiling terminal_size v0.3.0 |
1302 | 2024-09-27T03:23:35.679Z | Compiling http-body-util v0.1.2 |
1303 | 2024-09-27T03:23:35.849Z | Compiling serde_urlencoded v0.7.1 |
1304 | 2024-09-27T03:23:35.867Z | Compiling group v0.13.0 |
1305 | 2024-09-27T03:23:35.974Z | Compiling hubpack_derive v0.1.1 |
1306 | 2024-09-27T03:23:36.174Z | Compiling hkdf v0.12.4 |
1307 | 2024-09-27T03:23:36.193Z | Compiling crypto-bigint v0.5.5 |
1308 | 2024-09-27T03:23:36.348Z | Compiling addr2line v0.21.0 |
1309 | 2024-09-27T03:23:36.890Z | Compiling curve25519-dalek-derive v0.1.1 |
1310 | 2024-09-27T03:23:36.996Z | Compiling zerocopy-derive v0.6.6 |
1311 | 2024-09-27T03:23:37.015Z | Compiling async-trait v0.1.83 |
1312 | 2024-09-27T03:23:37.475Z | Compiling num-iter v0.1.45 |
1313 | 2024-09-27T03:23:38.448Z | Compiling phf_shared v0.11.2 |
1314 | 2024-09-27T03:23:38.827Z | Compiling serde_derive_internals v0.29.1 |
1315 | 2024-09-27T03:23:39.086Z | Compiling webpki-roots v0.26.3 |
1316 | 2024-09-27T03:23:39.265Z | Compiling hyper v1.4.1 |
1317 | 2024-09-27T03:23:39.302Z | Compiling hyper v0.14.30 |
1318 | 2024-09-27T03:23:39.449Z | Compiling object v0.32.2 |
1319 | 2024-09-27T03:23:39.836Z | Compiling encoding_rs v0.8.34 |
1320 | 2024-09-27T03:23:41.543Z | Compiling fs-err v2.11.0 |
1321 | 2024-09-27T03:23:41.862Z | Compiling hyper-util v0.1.9 |
1322 | 2024-09-27T03:23:42.178Z | Compiling anyhow v1.0.89 |
1323 | 2024-09-27T03:23:42.850Z | Compiling mime v0.3.17 |
1324 | 2024-09-27T03:23:42.993Z | Compiling bitflags v1.3.2 |
1325 | 2024-09-27T03:23:43.011Z | Compiling base64 v0.21.7 |
1326 | 2024-09-27T03:23:43.097Z | Compiling adler2 v2.0.0 |
1327 | 2024-09-27T03:23:43.317Z | Compiling schemars v0.8.21 |
1328 | 2024-09-27T03:23:43.434Z | Compiling rustc-demangle v0.1.24 |
1329 | 2024-09-27T03:23:43.532Z | Compiling winnow v0.5.40 |
1330 | 2024-09-27T03:23:43.671Z | Compiling managed v0.8.0 |
1331 | 2024-09-27T03:23:43.747Z | Compiling clap_builder v4.5.18 |
1332 | 2024-09-27T03:23:44.113Z | Compiling hyper-rustls v0.27.3 |
1333 | 2024-09-27T03:23:44.388Z | Compiling hyper-tls v0.6.0 |
1334 | 2024-09-27T03:23:44.771Z | Compiling console v0.15.8 |
1335 | 2024-09-27T03:23:44.805Z | Compiling rustls-pemfile v1.0.4 |
1336 | 2024-09-27T03:23:45.032Z | Compiling miniz_oxide v0.8.0 |
1337 | 2024-09-27T03:23:45.539Z | Compiling schemars_derive v0.8.21 |
1338 | 2024-09-27T03:23:46.286Z | Compiling hyper-tls v0.5.0 |
1339 | 2024-09-27T03:23:46.416Z | Compiling hyper-rustls v0.24.2 |
1340 | 2024-09-27T03:23:46.593Z | Compiling zerocopy v0.6.6 |
1341 | 2024-09-27T03:23:46.628Z | Compiling elliptic-curve v0.13.8 |
1342 | 2024-09-27T03:23:46.751Z | Compiling phf v0.11.2 |
1343 | 2024-09-27T03:23:47.042Z | Compiling toml_edit v0.19.15 |
1344 | 2024-09-27T03:23:47.228Z | Compiling rayon v1.10.0 |
1345 | 2024-09-27T03:23:48.909Z | Compiling cookie_store v0.21.0 |
1346 | 2024-09-27T03:23:49.142Z | Compiling hubpack v0.1.2 |
1347 | 2024-09-27T03:23:50.038Z | Compiling postgres-types v0.2.8 |
1348 | 2024-09-27T03:23:50.859Z | Compiling usdt-attr-macro v0.5.0 |
1349 | 2024-09-27T03:23:51.568Z | Compiling usdt-macro v0.5.0 |
1350 | 2024-09-27T03:23:51.818Z | Compiling bstr v1.9.1 |
1351 | 2024-09-27T03:23:52.060Z | Compiling regex v1.10.6 |
1352 | 2024-09-27T03:23:52.535Z | Compiling serde-big-array v0.5.1 |
1353 | 2024-09-27T03:23:52.785Z | Compiling ed25519 v2.2.3 |
1354 | 2024-09-27T03:23:53.095Z | Compiling pkcs1 v0.7.5 |
1355 | 2024-09-27T03:23:53.116Z | Compiling futures-executor v0.3.30 |
1356 | 2024-09-27T03:23:53.118Z | Compiling rfc6979 v0.4.0 |
1357 | 2024-09-27T03:23:53.319Z | Compiling clap_derive v4.5.18 |
1358 | 2024-09-27T03:23:53.587Z | Compiling enum-as-inner v0.6.0 |
1359 | 2024-09-27T03:23:53.660Z | Compiling strum_macros v0.25.3 |
1360 | 2024-09-27T03:23:54.115Z | Compiling serde_repr v0.1.19 |
1361 | 2024-09-27T03:23:54.672Z | Compiling rustls-pemfile v2.1.3 |
1362 | 2024-09-27T03:23:54.823Z | Compiling phf_shared v0.10.0 |
1363 | 2024-09-27T03:23:54.892Z | Compiling float-cmp v0.9.0 |
1364 | 2024-09-27T03:23:55.114Z | Compiling idna v0.4.0 |
1365 | 2024-09-27T03:23:55.134Z | Compiling sync_wrapper v1.0.1 |
1366 | 2024-09-27T03:23:55.205Z | Compiling mio v0.8.11 |
1367 | 2024-09-27T03:23:55.276Z | Compiling webpki-roots v0.25.4 |
1368 | 2024-09-27T03:23:55.339Z | Compiling number_prefix v0.4.0 |
1369 | 2024-09-27T03:23:55.427Z | Compiling whoami v1.5.2 |
1370 | 2024-09-27T03:23:55.450Z | Compiling dyn-clone v1.0.17 |
1371 | 2024-09-27T03:23:55.556Z | Compiling bit-vec v0.6.3 |
1372 | 2024-09-27T03:23:55.664Z | Compiling fixedbitset v0.4.2 |
1373 | 2024-09-27T03:23:56.012Z | Compiling unicode-segmentation v1.11.0 |
1374 | 2024-09-27T03:23:56.065Z | Compiling new_debug_unreachable v1.0.6 |
1375 | 2024-09-27T03:23:56.138Z | Compiling predicates-core v1.0.6 |
1376 | 2024-09-27T03:23:56.162Z | Compiling minimal-lexical v0.2.1 |
1377 | 2024-09-27T03:23:56.432Z | Compiling data-encoding v2.6.0 |
1378 | 2024-09-27T03:23:56.495Z | Compiling normalize-line-endings v0.3.0 |
1379 | 2024-09-27T03:23:56.620Z | Compiling sync_wrapper v0.1.2 |
1380 | 2024-09-27T03:23:56.666Z | Compiling precomputed-hash v0.1.1 |
1381 | 2024-09-27T03:23:56.687Z | Compiling difflib v0.4.0 |
1382 | 2024-09-27T03:23:56.749Z | Compiling static_assertions v1.1.0 |
1383 | 2024-09-27T03:23:56.782Z | Compiling string_cache v0.8.7 |
1384 | 2024-09-27T03:23:56.852Z | Compiling reqwest v0.11.27 |
1385 | 2024-09-27T03:23:56.871Z | Compiling similar v2.6.0 |
1386 | 2024-09-27T03:23:57.260Z | Compiling hickory-proto v0.24.1 |
1387 | 2024-09-27T03:23:57.657Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1388 | 2024-09-27T03:23:58.282Z | Compiling predicates v3.1.2 |
1389 | 2024-09-27T03:23:58.404Z | Compiling clap v4.5.18 |
1390 | 2024-09-27T03:23:58.535Z | Compiling nom v7.1.3 |
1391 | 2024-09-27T03:23:58.861Z | Compiling petgraph v0.6.5 |
1392 | 2024-09-27T03:23:59.330Z | Compiling bit-set v0.5.3 |
1393 | 2024-09-27T03:23:59.625Z | Compiling signal-hook-mio v0.2.4 |
1394 | 2024-09-27T03:23:59.808Z | Compiling tokio-postgres v0.7.12 |
1395 | 2024-09-27T03:24:01.956Z | Compiling indicatif v0.17.8 |
1396 | 2024-09-27T03:24:02.168Z | Compiling toml_edit v0.22.22 |
1397 | 2024-09-27T03:24:02.789Z | Compiling usdt v0.5.0 |
1398 | 2024-09-27T03:24:03.305Z | Compiling reqwest v0.12.7 |
1399 | 2024-09-27T03:24:03.776Z | Compiling rsa v0.9.6 |
1400 | 2024-09-27T03:24:04.177Z | Compiling futures v0.3.30 |
1401 | 2024-09-27T03:24:04.306Z | Compiling ecdsa v0.16.9 |
1402 | 2024-09-27T03:24:04.505Z | Compiling ed25519-dalek v2.1.1 |
1403 | 2024-09-27T03:24:05.156Z | Compiling flate2 v1.0.33 |
1404 | 2024-09-27T03:24:05.549Z | Compiling toml v0.7.8 |
1405 | 2024-09-27T03:24:06.660Z | Compiling tokio-stream v0.1.16 |
1406 | 2024-09-27T03:24:06.962Z | Compiling openapiv3 v2.0.0 |
1407 | 2024-09-27T03:24:07.308Z | Compiling hex v0.4.3 |
1408 | 2024-09-27T03:24:07.507Z | Compiling x509-cert v0.2.5 |
1409 | 2024-09-27T03:24:07.684Z | Compiling sha1 v0.10.6 |
1410 | 2024-09-27T03:24:07.923Z | Compiling itertools v0.10.5 |
1411 | 2024-09-27T03:24:08.128Z | Compiling itertools v0.12.1 |
1412 | 2024-09-27T03:24:10.026Z | Compiling dirs-sys-next v0.1.2 |
1413 | 2024-09-27T03:24:10.465Z | Compiling lalrpop-util v0.19.12 |
1414 | 2024-09-27T03:24:10.675Z | Compiling peg-runtime v0.8.3 |
1415 | 2024-09-27T03:24:10.705Z | Compiling unicode-xid v0.2.4 |
1416 | 2024-09-27T03:24:10.815Z | Compiling dirs-next v2.0.0 |
1417 | 2024-09-27T03:24:10.879Z | Compiling thread_local v1.1.8 |
1418 | 2024-09-27T03:24:11.017Z | Compiling slog-async v2.8.0 |
1419 | 2024-09-27T03:24:11.240Z | Compiling term v0.7.0 |
1420 | 2024-09-27T03:24:11.299Z | Compiling xattr v1.3.1 |
1421 | 2024-09-27T03:24:11.355Z | Compiling strum_macros v0.26.4 |
1422 | 2024-09-27T03:24:11.438Z | Compiling crossbeam-channel v0.5.12 |
1423 | 2024-09-27T03:24:11.571Z | Compiling filetime v0.2.25 |
1424 | 2024-09-27T03:24:11.613Z | Compiling is-terminal v0.4.12 |
1425 | 2024-09-27T03:24:11.748Z | Compiling take_mut v0.2.2 |
1426 | 2024-09-27T03:24:11.875Z | Compiling tar v0.4.42 |
1427 | 2024-09-27T03:24:11.900Z | Compiling slog-term v2.9.1 |
1428 | 2024-09-27T03:24:11.997Z | Compiling camino v1.1.9 |
1429 | 2024-09-27T03:24:13.997Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1430 | 2024-09-27T03:24:14.529Z | Compiling strum v0.26.3 |
1431 | 2024-09-27T03:24:14.605Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1432 | 2024-09-27T03:24:19.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1433 | 2024-09-27T03:24:19.718Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1434 | 2024-09-27T03:24:19.764Z | Sep 27 03:24:18.900 INFO Starting download, target: Cockroach |
1435 | 2024-09-27T03:24:19.764Z | Sep 27 03:24:18.900 INFO Starting download, target: Clickhouse |
1436 | 2024-09-27T03:24:19.764Z | Sep 27 03:24:18.900 INFO Starting download, target: Console |
1437 | 2024-09-27T03:24:19.764Z | Sep 27 03:24:18.900 INFO Starting download, target: DendriteOpenapi |
1438 | 2024-09-27T03:24:19.767Z | Sep 27 03:24:18.900 INFO Starting download, target: DendriteStub |
1439 | 2024-09-27T03:24:19.767Z | Sep 27 03:24:18.900 INFO Starting download, target: MaghemiteMgd |
1440 | 2024-09-27T03:24:19.767Z | Sep 27 03:24:18.900 INFO Starting download, target: TransceiverControl |
1441 | 2024-09-27T03:24:19.767Z | Sep 27 03:24:18.900 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1442 | 2024-09-27T03:24:19.767Z | Sep 27 03:24:18.900 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1443 | 2024-09-27T03:24:19.767Z | Sep 27 03:24:18.900 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1444 | 2024-09-27T03:24:19.767Z | Sep 27 03:24:18.901 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1445 | 2024-09-27T03:24:19.767Z | Sep 27 03:24:18.901 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1446 | 2024-09-27T03:24:19.767Z | Sep 27 03:24:18.901 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1447 | 2024-09-27T03:24:19.767Z | Sep 27 03:24:18.901 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1448 | 2024-09-27T03:24:20.023Z | Sep 27 03:24:19.066 INFO Download complete, target: DendriteOpenapi |
1449 | 2024-09-27T03:24:20.051Z | Sep 27 03:24:19.172 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1450 | 2024-09-27T03:24:20.410Z | Sep 27 03:24:19.544 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1451 | 2024-09-27T03:24:20.574Z | Sep 27 03:24:19.704 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1452 | 2024-09-27T03:24:20.637Z | Sep 27 03:24:19.772 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1453 | 2024-09-27T03:24:20.783Z | Sep 27 03:24:19.918 INFO Download complete, target: Console |
1454 | 2024-09-27T03:24:20.810Z | Sep 27 03:24:19.945 INFO Download complete, target: TransceiverControl |
1455 | 2024-09-27T03:24:21.104Z | Sep 27 03:24:20.239 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1456 | 2024-09-27T03:24:21.104Z | Sep 27 03:24:20.239 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1457 | 2024-09-27T03:24:21.632Z | Sep 27 03:24:20.767 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1458 | 2024-09-27T03:24:23.578Z | Sep 27 03:24:22.713 INFO Download complete, target: DendriteStub |
1459 | 2024-09-27T03:24:23.804Z | Sep 27 03:24:22.938 INFO Download complete, target: MaghemiteMgd |
1460 | 2024-09-27T03:24:29.473Z | Sep 27 03:24:28.606 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1461 | 2024-09-27T03:24:29.799Z | Sep 27 03:24:28.932 INFO Checking that binary works, target: Cockroach |
1462 | 2024-09-27T03:24:29.954Z | Sep 27 03:24:29.088 INFO Download complete, target: Cockroach |
1463 | 2024-09-27T03:24:35.635Z | Sep 27 03:24:34.768 INFO Checking that binary works, target: Clickhouse |
1464 | 2024-09-27T03:24:35.802Z | Sep 27 03:24:34.935 INFO Download complete, target: Clickhouse |
1465 | 2024-09-27T03:24:35.810Z | All prerequisites installed successfully |
1466 | 2024-09-27T03:24:35.813Z | |
1467 | 2024-09-27T03:24:35.813Z | real 5:33.699206460 |
1468 | 2024-09-27T03:24:35.813Z | user 12:33.547017920 |
1469 | 2024-09-27T03:24:35.813Z | sys 2:37.206560514 |
1470 | 2024-09-27T03:24:35.813Z | trap 0.439821846 |
1471 | 2024-09-27T03:24:35.813Z | tflt 1.839189708 |
1472 | 2024-09-27T03:24:35.813Z | dflt 1.508772261 |
1473 | 2024-09-27T03:24:35.813Z | kflt 0.023495349 |
1474 | 2024-09-27T03:24:35.813Z | lock 24:15.937433973 |
1475 | 2024-09-27T03:24:35.813Z | slp 51:35.997638091 |
1476 | 2024-09-27T03:24:35.813Z | lat 45.900062229 |
1477 | 2024-09-27T03:24:35.813Z | stop 1:58.657295847 |
1478 | 2024-09-27T03:24:35.813Z | + ptime -m cargo xtask download softnpu |
1479 | 2024-09-27T03:24:36.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1480 | 2024-09-27T03:24:36.412Z | Running `target/debug/xtask download softnpu` |
1481 | 2024-09-27T03:24:37.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1482 | 2024-09-27T03:24:37.315Z | Running `target/debug/xtask-downloader softnpu` |
1483 | 2024-09-27T03:24:37.349Z | Sep 27 03:24:36.481 INFO Starting download, target: Softnpu |
1484 | 2024-09-27T03:24:37.352Z | Sep 27 03:24:36.482 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1485 | 2024-09-27T03:24:37.865Z | Sep 27 03:24:36.998 INFO Download complete, target: Softnpu |
1486 | 2024-09-27T03:24:37.869Z | |
1487 | 2024-09-27T03:24:37.872Z | real 2.052290316 |
1488 | 2024-09-27T03:24:37.872Z | user 1.279248866 |
1489 | 2024-09-27T03:24:37.872Z | sys 0.560724970 |
1490 | 2024-09-27T03:24:37.872Z | trap 0.000427075 |
1491 | 2024-09-27T03:24:37.872Z | tflt 0.000008347 |
1492 | 2024-09-27T03:24:37.872Z | dflt 0.000001149 |
1493 | 2024-09-27T03:24:37.872Z | kflt 0.000000000 |
1494 | 2024-09-27T03:24:37.872Z | lock 5.296239648 |
1495 | 2024-09-27T03:24:37.872Z | slp 0.525423401 |
1496 | 2024-09-27T03:24:37.872Z | lat 0.071096813 |
1497 | 2024-09-27T03:24:37.872Z | stop 0.000365396 |
1498 | 2024-09-27T03:24:37.872Z | + export CARGO_INCREMENTAL=0 |
1499 | 2024-09-27T03:24:37.872Z | + CARGO_INCREMENTAL=0 |
1500 | 2024-09-27T03:24:37.872Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1501 | 2024-09-27T03:24:38.862Z | Compiling proc-macro2 v1.0.86 |
1502 | 2024-09-27T03:24:38.862Z | Compiling unicode-ident v1.0.13 |
1503 | 2024-09-27T03:24:38.862Z | Compiling libc v0.2.159 |
1504 | 2024-09-27T03:24:38.866Z | Compiling serde v1.0.210 |
1505 | 2024-09-27T03:24:38.866Z | Compiling version_check v0.9.5 |
1506 | 2024-09-27T03:24:38.866Z | Compiling autocfg v1.3.0 |
1507 | 2024-09-27T03:24:38.866Z | Compiling once_cell v1.19.0 |
1508 | 2024-09-27T03:24:38.866Z | Compiling cfg-if v1.0.0 |
1509 | 2024-09-27T03:24:39.154Z | Compiling typenum v1.17.0 |
1510 | 2024-09-27T03:24:39.229Z | Compiling memchr v2.7.2 |
1511 | 2024-09-27T03:24:39.577Z | Compiling ahash v0.8.11 |
1512 | 2024-09-27T03:24:39.615Z | Compiling generic-array v0.14.7 |
1513 | 2024-09-27T03:24:39.898Z | Compiling lock_api v0.4.12 |
1514 | 2024-09-27T03:24:39.914Z | Compiling byteorder v1.5.0 |
1515 | 2024-09-27T03:24:40.034Z | Compiling parking_lot_core v0.9.10 |
1516 | 2024-09-27T03:24:40.193Z | Compiling serde_json v1.0.128 |
1517 | 2024-09-27T03:24:40.362Z | Compiling libm v0.2.8 |
1518 | 2024-09-27T03:24:40.428Z | Compiling quote v1.0.37 |
1519 | 2024-09-27T03:24:40.509Z | Compiling num-traits v0.2.19 |
1520 | 2024-09-27T03:24:40.663Z | Compiling value-bag v1.9.0 |
1521 | 2024-09-27T03:24:40.721Z | Compiling thiserror v1.0.64 |
1522 | 2024-09-27T03:24:40.852Z | Compiling syn v2.0.77 |
1523 | 2024-09-27T03:24:41.085Z | Compiling getrandom v0.2.14 |
1524 | 2024-09-27T03:24:41.104Z | Compiling jobserver v0.1.32 |
1525 | 2024-09-27T03:24:41.243Z | Compiling log v0.4.22 |
1526 | 2024-09-27T03:24:41.405Z | Compiling itoa v1.0.11 |
1527 | 2024-09-27T03:24:41.629Z | Compiling cc v1.0.97 |
1528 | 2024-09-27T03:24:41.762Z | Compiling scopeguard v1.2.0 |
1529 | 2024-09-27T03:24:41.910Z | Compiling slab v0.4.9 |
1530 | 2024-09-27T03:24:41.943Z | Compiling allocator-api2 v0.2.18 |
1531 | 2024-09-27T03:24:42.159Z | Compiling semver v1.0.23 |
1532 | 2024-09-27T03:24:42.551Z | Compiling pin-project-lite v0.2.14 |
1533 | 2024-09-27T03:24:42.649Z | Compiling rand_core v0.6.4 |
1534 | 2024-09-27T03:24:42.691Z | Compiling ryu v1.0.18 |
1535 | 2024-09-27T03:24:42.898Z | Compiling equivalent v1.0.1 |
1536 | 2024-09-27T03:24:42.969Z | Compiling smallvec v1.13.2 |
1537 | 2024-09-27T03:24:43.028Z | Compiling schemars v0.8.21 |
1538 | 2024-09-27T03:24:43.375Z | Compiling signal-hook-registry v1.4.2 |
1539 | 2024-09-27T03:24:43.532Z | Compiling httparse v1.8.0 |
1540 | 2024-09-27T03:24:43.617Z | Compiling subtle v2.5.0 |
1541 | 2024-09-27T03:24:43.898Z | Compiling parking_lot v0.12.2 |
1542 | 2024-09-27T03:24:43.968Z | Compiling mio v1.0.2 |
1543 | 2024-09-27T03:24:44.271Z | Compiling pkg-config v0.3.30 |
1544 | 2024-09-27T03:24:44.798Z | Compiling ring v0.17.8 |
1545 | 2024-09-27T03:24:44.846Z | Compiling vcpkg v0.2.15 |
1546 | 2024-09-27T03:24:45.394Z | Compiling spin v0.9.8 |
1547 | 2024-09-27T03:24:45.513Z | Compiling socket2 v0.5.7 |
1548 | 2024-09-27T03:24:45.797Z | Compiling fnv v1.0.7 |
1549 | 2024-09-27T03:24:45.906Z | Compiling futures-core v0.3.30 |
1550 | 2024-09-27T03:24:45.928Z | Compiling heck v0.5.0 |
1551 | 2024-09-27T03:24:46.201Z | Compiling const-oid v0.9.6 |
1552 | 2024-09-27T03:24:46.372Z | Compiling futures-sink v0.3.30 |
1553 | 2024-09-27T03:24:46.488Z | Compiling openssl-sys v0.9.103 |
1554 | 2024-09-27T03:24:47.278Z | Compiling openssl v0.10.66 |
1555 | 2024-09-27T03:24:48.074Z | Compiling iana-time-zone v0.1.60 |
1556 | 2024-09-27T03:24:48.379Z | Compiling serde_derive_internals v0.29.1 |
1557 | 2024-09-27T03:24:48.803Z | Compiling native-tls v0.2.11 |
1558 | 2024-09-27T03:24:49.085Z | Compiling futures-channel v0.3.30 |
1559 | 2024-09-27T03:24:49.134Z | Compiling syn v1.0.109 |
1560 | 2024-09-27T03:24:49.304Z | Compiling futures-task v0.3.30 |
1561 | 2024-09-27T03:24:49.515Z | Compiling pin-utils v0.1.0 |
1562 | 2024-09-27T03:24:49.539Z | Compiling crossbeam-utils v0.8.19 |
1563 | 2024-09-27T03:24:49.556Z | Compiling futures-io v0.3.30 |
1564 | 2024-09-27T03:24:49.736Z | Compiling dyn-clone v1.0.17 |
1565 | 2024-09-27T03:24:49.915Z | Compiling tracing-core v0.1.32 |
1566 | 2024-09-27T03:24:50.025Z | Compiling cpufeatures v0.2.12 |
1567 | 2024-09-27T03:24:50.413Z | Compiling rustix v0.38.34 |
1568 | 2024-09-27T03:24:50.461Z | Compiling tinyvec_macros v0.1.1 |
1569 | 2024-09-27T03:24:50.575Z | Compiling untrusted v0.9.0 |
1570 | 2024-09-27T03:24:50.593Z | Compiling tinyvec v1.6.0 |
1571 | 2024-09-27T03:24:50.745Z | Compiling num-conv v0.1.0 |
1572 | 2024-09-27T03:24:50.775Z | Compiling time-core v0.1.2 |
1573 | 2024-09-27T03:24:51.026Z | Compiling time-macros v0.2.18 |
1574 | 2024-09-27T03:24:52.167Z | Compiling unicode-normalization v0.1.23 |
1575 | 2024-09-27T03:24:52.223Z | Compiling aho-corasick v1.1.3 |
1576 | 2024-09-27T03:24:52.628Z | Compiling regex-syntax v0.8.4 |
1577 | 2024-09-27T03:24:53.283Z | Compiling rustls v0.21.12 |
1578 | 2024-09-27T03:24:53.574Z | Compiling unicode-bidi v0.3.15 |
1579 | 2024-09-27T03:24:53.619Z | Compiling serde_derive v1.0.210 |
1580 | 2024-09-27T03:24:53.889Z | Compiling zeroize_derive v1.4.2 |
1581 | 2024-09-27T03:24:55.222Z | Compiling zerocopy-derive v0.7.34 |
1582 | 2024-09-27T03:24:56.122Z | Compiling tokio-macros v2.4.0 |
1583 | 2024-09-27T03:24:56.346Z | Compiling thiserror-impl v1.0.64 |
1584 | 2024-09-27T03:24:56.428Z | Compiling zeroize v1.8.1 |
1585 | 2024-09-27T03:24:57.098Z | Compiling zerocopy v0.7.34 |
1586 | 2024-09-27T03:24:57.178Z | Compiling futures-macro v0.3.30 |
1587 | 2024-09-27T03:24:58.064Z | Compiling tracing-attributes v0.1.27 |
1588 | 2024-09-27T03:24:59.137Z | Compiling schemars_derive v0.8.21 |
1589 | 2024-09-27T03:24:59.320Z | Compiling hashbrown v0.14.5 |
1590 | 2024-09-27T03:25:01.173Z | Compiling crypto-common v0.1.6 |
1591 | 2024-09-27T03:25:01.216Z | Compiling der_derive v0.7.2 |
1592 | 2024-09-27T03:25:01.314Z | Compiling block-buffer v0.10.4 |
1593 | 2024-09-27T03:25:01.559Z | Compiling digest v0.10.7 |
1594 | 2024-09-27T03:25:01.574Z | Compiling openssl-macros v0.1.1 |
1595 | 2024-09-27T03:25:01.931Z | Compiling futures-util v0.3.30 |
1596 | 2024-09-27T03:25:01.951Z | Compiling hmac v0.12.1 |
1597 | 2024-09-27T03:25:02.029Z | Compiling tracing v0.1.40 |
1598 | 2024-09-27T03:25:02.348Z | Compiling block-padding v0.3.3 |
1599 | 2024-09-27T03:25:02.574Z | Compiling inout v0.1.3 |
1600 | 2024-09-27T03:25:02.810Z | Compiling cipher v0.4.4 |
1601 | 2024-09-27T03:25:02.929Z | Compiling sha2 v0.10.8 |
1602 | 2024-09-27T03:25:03.240Z | Compiling regex-automata v0.4.6 |
1603 | 2024-09-27T03:25:03.435Z | Compiling scroll_derive v0.12.0 |
1604 | 2024-09-27T03:25:04.840Z | Compiling ucd-trie v0.1.6 |
1605 | 2024-09-27T03:25:05.332Z | Compiling base64ct v1.6.0 |
1606 | 2024-09-27T03:25:06.161Z | Compiling pem-rfc7468 v0.7.0 |
1607 | 2024-09-27T03:25:06.627Z | Compiling bytes v1.7.2 |
1608 | 2024-09-27T03:25:07.415Z | Compiling indexmap v2.5.0 |
1609 | 2024-09-27T03:25:08.619Z | Compiling tokio v1.39.3 |
1610 | 2024-09-27T03:25:08.899Z | Compiling uuid v1.10.0 |
1611 | 2024-09-27T03:25:09.002Z | Compiling serde_tokenstream v0.2.2 |
1612 | 2024-09-27T03:25:09.550Z | Compiling chrono v0.4.38 |
1613 | 2024-09-27T03:25:09.959Z | Compiling bitflags v2.6.0 |
1614 | 2024-09-27T03:25:10.549Z | Compiling rustc_version v0.4.0 |
1615 | 2024-09-27T03:25:11.625Z | Compiling pest v2.7.10 |
1616 | 2024-09-27T03:25:14.025Z | Compiling backtrace v0.3.71 |
1617 | 2024-09-27T03:25:14.481Z | Compiling rustls v0.23.10 |
1618 | 2024-09-27T03:25:14.531Z | Compiling slog v2.7.0 |
1619 | 2024-09-27T03:25:14.715Z | Compiling try-lock v0.2.5 |
1620 | 2024-09-27T03:25:14.788Z | Compiling flagset v0.4.5 |
1621 | 2024-09-27T03:25:14.883Z | Compiling want v0.3.1 |
1622 | 2024-09-27T03:25:14.994Z | Compiling der v0.7.9 |
1623 | 2024-09-27T03:25:15.176Z | Compiling pest_meta v2.7.10 |
1624 | 2024-09-27T03:25:15.386Z | Compiling http v1.1.0 |
1625 | 2024-09-27T03:25:17.673Z | Compiling tokio-util v0.7.12 |
1626 | 2024-09-27T03:25:18.320Z | Compiling serde_spanned v0.6.7 |
1627 | 2024-09-27T03:25:18.549Z | Compiling toml_datetime v0.6.8 |
1628 | 2024-09-27T03:25:19.089Z | Compiling httpdate v1.0.3 |
1629 | 2024-09-27T03:25:19.261Z | Compiling percent-encoding v2.3.1 |
1630 | 2024-09-27T03:25:19.283Z | Compiling spki v0.7.3 |
1631 | 2024-09-27T03:25:19.302Z | Compiling pest_generator v2.7.10 |
1632 | 2024-09-27T03:25:19.672Z | Compiling regex v1.10.6 |
1633 | 2024-09-27T03:25:19.737Z | Compiling http v0.2.12 |
1634 | 2024-09-27T03:25:19.758Z | Compiling salsa20 v0.10.2 |
1635 | 2024-09-27T03:25:19.853Z | Compiling pbkdf2 v0.12.2 |
1636 | 2024-09-27T03:25:20.139Z | Compiling cookie v0.18.1 |
1637 | 2024-09-27T03:25:20.448Z | Compiling rayon-core v1.12.1 |
1638 | 2024-09-27T03:25:20.612Z | Compiling anyhow v1.0.89 |
1639 | 2024-09-27T03:25:20.686Z | Compiling winnow v0.5.40 |
1640 | 2024-09-27T03:25:20.906Z | Compiling tower-service v0.3.2 |
1641 | 2024-09-27T03:25:21.061Z | Compiling pest_derive v2.7.10 |
1642 | 2024-09-27T03:25:21.802Z | Compiling scrypt v0.11.0 |
1643 | 2024-09-27T03:25:22.088Z | Compiling cbc v0.1.2 |
1644 | 2024-09-27T03:25:22.146Z | Compiling aes v0.8.4 |
1645 | 2024-09-27T03:25:22.252Z | Compiling usdt-impl v0.5.0 |
1646 | 2024-09-27T03:25:22.308Z | Compiling foreign-types-shared v0.1.1 |
1647 | 2024-09-27T03:25:22.311Z | Compiling rustversion v1.0.17 |
1648 | 2024-09-27T03:25:22.748Z | Compiling foreign-types v0.3.2 |
1649 | 2024-09-27T03:25:22.963Z | Compiling form_urlencoded v1.2.1 |
1650 | 2024-09-27T03:25:23.311Z | Compiling pkcs5 v0.7.1 |
1651 | 2024-09-27T03:25:23.517Z | Compiling heapless v0.7.17 |
1652 | 2024-09-27T03:25:24.418Z | Compiling toml_edit v0.19.15 |
1653 | 2024-09-27T03:25:24.738Z | Compiling scroll v0.12.0 |
1654 | 2024-09-27T03:25:24.740Z | Compiling plain v0.2.3 |
1655 | 2024-09-27T03:25:24.944Z | Compiling heck v0.4.1 |
1656 | 2024-09-27T03:25:25.358Z | Compiling ppv-lite86 v0.2.17 |
1657 | 2024-09-27T03:25:25.702Z | Compiling goblin v0.8.2 |
1658 | 2024-09-27T03:25:26.157Z | Compiling rand_chacha v0.3.1 |
1659 | 2024-09-27T03:25:27.093Z | Compiling pkcs8 v0.10.2 |
1660 | 2024-09-27T03:25:28.695Z | Compiling openapiv3 v2.0.0 |
1661 | 2024-09-27T03:25:29.029Z | Compiling rustls-pki-types v1.7.0 |
1662 | 2024-09-27T03:25:29.212Z | Compiling unicode-width v0.1.13 |
1663 | 2024-09-27T03:25:30.443Z | Compiling strsim v0.11.1 |
1664 | 2024-09-27T03:25:30.464Z | Compiling openssl-probe v0.1.5 |
1665 | 2024-09-27T03:25:30.948Z | Compiling pretty-hex v0.4.1 |
1666 | 2024-09-27T03:25:31.147Z | Compiling crc32fast v1.4.0 |
1667 | 2024-09-27T03:25:31.614Z | Compiling dof v0.3.0 |
1668 | 2024-09-27T03:25:34.066Z | Compiling rand v0.8.5 |
1669 | 2024-09-27T03:25:35.051Z | Compiling dtrace-parser v0.2.0 |
1670 | 2024-09-27T03:25:35.125Z | Compiling http-body v1.0.0 |
1671 | 2024-09-27T03:25:35.144Z | Compiling curve25519-dalek v4.1.3 |
1672 | 2024-09-27T03:25:35.548Z | Compiling idna v0.5.0 |
1673 | 2024-09-27T03:25:35.637Z | Compiling async-trait v0.1.83 |
1674 | 2024-09-27T03:25:36.811Z | Compiling thread-id v4.2.1 |
1675 | 2024-09-27T03:25:38.018Z | Compiling powerfmt v0.2.0 |
1676 | 2024-09-27T03:25:38.537Z | Compiling atomic-waker v1.1.2 |
1677 | 2024-09-27T03:25:38.714Z | Compiling smoltcp v0.9.1 |
1678 | 2024-09-27T03:25:38.776Z | Compiling signal-hook v0.3.17 |
1679 | 2024-09-27T03:25:38.824Z | Compiling portable-atomic v1.6.0 |
1680 | 2024-09-27T03:25:39.346Z | Compiling num-bigint-dig v0.8.4 |
1681 | 2024-09-27T03:25:39.650Z | Compiling h2 v0.4.6 |
1682 | 2024-09-27T03:25:39.668Z | Compiling deranged v0.3.11 |
1683 | 2024-09-27T03:25:41.732Z | Compiling url v2.5.2 |
1684 | 2024-09-27T03:25:42.024Z | Compiling tokio-native-tls v0.3.1 |
1685 | 2024-09-27T03:25:42.708Z | Compiling socket2 v0.4.10 |
1686 | 2024-09-27T03:25:43.890Z | Compiling errno v0.3.9 |
1687 | 2024-09-27T03:25:44.158Z | Compiling encoding_rs v0.8.34 |
1688 | 2024-09-27T03:25:44.781Z | Compiling num_threads v0.1.7 |
1689 | 2024-09-27T03:25:44.913Z | Compiling mime v0.3.17 |
1690 | 2024-09-27T03:25:46.035Z | Compiling siphasher v0.3.11 |
1691 | 2024-09-27T03:25:46.676Z | Compiling base64 v0.22.1 |
1692 | 2024-09-27T03:25:47.370Z | Compiling time v0.3.36 |
1693 | 2024-09-27T03:25:47.533Z | Compiling hyper v1.4.1 |
1694 | 2024-09-27T03:25:52.246Z | Compiling crossbeam-epoch v0.9.18 |
1695 | 2024-09-27T03:25:52.983Z | Compiling rustls-webpki v0.102.4 |
1696 | 2024-09-27T03:25:55.026Z | Compiling serde_urlencoded v0.7.1 |
1697 | 2024-09-27T03:25:55.143Z | Compiling h2 v0.3.26 |
1698 | 2024-09-27T03:25:55.650Z | Compiling http-body v0.4.6 |
1699 | 2024-09-27T03:25:56.108Z | Compiling rustls-webpki v0.101.7 |
1700 | 2024-09-27T03:25:57.355Z | Compiling sct v0.7.1 |
1701 | 2024-09-27T03:25:57.523Z | Compiling hubpack_derive v0.1.1 |
1702 | 2024-09-27T03:25:57.625Z | Compiling signature v2.2.0 |
1703 | 2024-09-27T03:25:57.722Z | Compiling zerocopy-derive v0.6.6 |
1704 | 2024-09-27T03:25:57.850Z | Compiling curve25519-dalek-derive v0.1.1 |
1705 | 2024-09-27T03:25:58.511Z | Compiling lazy_static v1.5.0 |
1706 | 2024-09-27T03:25:59.089Z | Compiling fs-err v2.11.0 |
1707 | 2024-09-27T03:25:59.380Z | Compiling either v1.13.0 |
1708 | 2024-09-27T03:25:59.399Z | Compiling anstyle v1.0.8 |
1709 | 2024-09-27T03:25:59.617Z | Compiling adler v1.0.2 |
1710 | 2024-09-27T03:25:59.796Z | Compiling gimli v0.28.1 |
1711 | 2024-09-27T03:25:59.835Z | Compiling finl_unicode v1.2.0 |
1712 | 2024-09-27T03:25:59.899Z | Compiling stable_deref_trait v1.2.0 |
1713 | 2024-09-27T03:25:59.988Z | Compiling ipnet v2.9.0 |
1714 | 2024-09-27T03:26:00.012Z | Compiling utf8parse v0.2.1 |
1715 | 2024-09-27T03:26:00.175Z | Compiling anstyle-parse v0.2.4 |
1716 | 2024-09-27T03:26:00.422Z | Compiling stringprep v0.1.4 |
1717 | 2024-09-27T03:26:00.484Z | Compiling miniz_oxide v0.7.2 |
1718 | 2024-09-27T03:26:02.509Z | Compiling hyper v0.14.30 |
1719 | 2024-09-27T03:26:04.917Z | Compiling addr2line v0.21.0 |
1720 | 2024-09-27T03:26:06.843Z | Compiling crossbeam-deque v0.8.5 |
1721 | 2024-09-27T03:26:07.141Z | Compiling hyper-util v0.1.9 |
1722 | 2024-09-27T03:26:09.479Z | Compiling usdt-macro v0.5.0 |
1723 | 2024-09-27T03:26:09.581Z | Compiling usdt-attr-macro v0.5.0 |
1724 | 2024-09-27T03:26:11.083Z | Compiling idna v0.3.0 |
1725 | 2024-09-27T03:26:11.646Z | Compiling md-5 v0.10.6 |
1726 | 2024-09-27T03:26:11.916Z | Compiling num-integer v0.1.46 |
1727 | 2024-09-27T03:26:12.447Z | Compiling ff v0.13.0 |
1728 | 2024-09-27T03:26:12.646Z | Compiling object v0.32.2 |
1729 | 2024-09-27T03:26:12.678Z | Compiling hash32 v0.2.1 |
1730 | 2024-09-27T03:26:13.167Z | Compiling colorchoice v1.0.1 |
1731 | 2024-09-27T03:26:15.579Z | Compiling fallible-iterator v0.2.0 |
1732 | 2024-09-27T03:26:16.352Z | Compiling psl-types v2.0.11 |
1733 | 2024-09-27T03:26:17.567Z | Compiling anstyle-query v1.0.3 |
1734 | 2024-09-27T03:26:17.715Z | Compiling is_terminal_polyfill v1.70.0 |
1735 | 2024-09-27T03:26:17.841Z | Compiling base16ct v0.2.0 |
1736 | 2024-09-27T03:26:17.964Z | Compiling rustc-demangle v0.1.24 |
1737 | 2024-09-27T03:26:20.418Z | Compiling sec1 v0.7.3 |
1738 | 2024-09-27T03:26:21.015Z | Compiling anstream v0.6.14 |
1739 | 2024-09-27T03:26:21.679Z | Compiling publicsuffix v2.2.3 |
1740 | 2024-09-27T03:26:21.679Z | Compiling postgres-protocol v0.6.7 |
1741 | 2024-09-27T03:26:22.856Z | Compiling group v0.13.0 |
1742 | 2024-09-27T03:26:23.168Z | Compiling num-iter v0.1.45 |
1743 | 2024-09-27T03:26:23.888Z | Compiling tokio-rustls v0.26.0 |
1744 | 2024-09-27T03:26:26.823Z | Compiling terminal_size v0.3.0 |
1745 | 2024-09-27T03:26:27.030Z | Compiling tokio-rustls v0.24.1 |
1746 | 2024-09-27T03:26:27.790Z | Compiling phf_shared v0.11.2 |
1747 | 2024-09-27T03:26:28.458Z | Compiling http-body-util v0.1.2 |
1748 | 2024-09-27T03:26:29.331Z | Compiling webpki-roots v0.26.3 |
1749 | 2024-09-27T03:26:29.515Z | Compiling strum_macros v0.25.3 |
1750 | 2024-09-27T03:26:29.549Z | Compiling enum-as-inner v0.6.0 |
1751 | 2024-09-27T03:26:30.259Z | Compiling hkdf v0.12.4 |
1752 | 2024-09-27T03:26:30.278Z | Compiling regress v0.9.1 |
1753 | 2024-09-27T03:26:30.398Z | Compiling crypto-bigint v0.5.5 |
1754 | 2024-09-27T03:26:30.478Z | Compiling clap_derive v4.5.18 |
1755 | 2024-09-27T03:26:30.577Z | Compiling serde_repr v0.1.19 |
1756 | 2024-09-27T03:26:33.032Z | Compiling base64 v0.21.7 |
1757 | 2024-09-27T03:26:34.003Z | Compiling bitflags v1.3.2 |
1758 | 2024-09-27T03:26:34.117Z | Compiling managed v0.8.0 |
1759 | 2024-09-27T03:26:34.288Z | Compiling clap_lex v0.7.0 |
1760 | 2024-09-27T03:26:34.723Z | Compiling adler2 v2.0.0 |
1761 | 2024-09-27T03:26:35.616Z | Compiling miniz_oxide v0.8.0 |
1762 | 2024-09-27T03:26:35.633Z | Compiling clap_builder v4.5.18 |
1763 | 2024-09-27T03:26:35.938Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1764 | 2024-09-27T03:26:36.318Z | Compiling rustls-pemfile v1.0.4 |
1765 | 2024-09-27T03:26:36.671Z | Compiling elliptic-curve v0.13.8 |
1766 | 2024-09-27T03:26:36.935Z | Compiling hyper-rustls v0.27.3 |
1767 | 2024-09-27T03:26:37.409Z | Compiling hyper-tls v0.6.0 |
1768 | 2024-09-27T03:26:38.952Z | Compiling phf v0.11.2 |
1769 | 2024-09-27T03:26:39.640Z | Compiling hyper-rustls v0.24.2 |
1770 | 2024-09-27T03:26:39.719Z | Compiling rayon v1.10.0 |
1771 | 2024-09-27T03:26:39.987Z | Compiling cookie_store v0.21.0 |
1772 | 2024-09-27T03:26:40.826Z | Compiling postgres-types v0.2.8 |
1773 | 2024-09-27T03:26:41.162Z | Compiling hyper-tls v0.5.0 |
1774 | 2024-09-27T03:26:41.324Z | Compiling zerocopy v0.6.6 |
1775 | 2024-09-27T03:26:41.664Z | Compiling console v0.15.8 |
1776 | 2024-09-27T03:26:42.175Z | Compiling hubpack v0.1.2 |
1777 | 2024-09-27T03:26:42.192Z | Compiling ed25519 v2.2.3 |
1778 | 2024-09-27T03:26:42.603Z | Compiling rustls-pemfile v2.1.3 |
1779 | 2024-09-27T03:26:42.630Z | Compiling phf_shared v0.10.0 |
1780 | 2024-09-27T03:26:42.924Z | Compiling pkcs1 v0.7.5 |
1781 | 2024-09-27T03:26:43.188Z | Compiling bstr v1.9.1 |
1782 | 2024-09-27T03:26:43.784Z | Compiling futures-executor v0.3.30 |
1783 | 2024-09-27T03:26:44.253Z | Compiling idna v0.4.0 |
1784 | 2024-09-27T03:26:44.620Z | Compiling serde-big-array v0.5.1 |
1785 | 2024-09-27T03:26:44.713Z | Compiling rfc6979 v0.4.0 |
1786 | 2024-09-27T03:26:44.738Z | Compiling regress v0.10.1 |
1787 | 2024-09-27T03:26:44.865Z | Compiling sync_wrapper v1.0.1 |
1788 | 2024-09-27T03:26:44.895Z | Compiling float-cmp v0.9.0 |
1789 | 2024-09-27T03:26:45.023Z | Compiling mio v0.8.11 |
1790 | 2024-09-27T03:26:45.106Z | Compiling memmap v0.7.0 |
1791 | 2024-09-27T03:26:45.439Z | Compiling data-encoding v2.6.0 |
1792 | 2024-09-27T03:26:45.637Z | Compiling bit-vec v0.6.3 |
1793 | 2024-09-27T03:26:46.087Z | Compiling winnow v0.6.18 |
1794 | 2024-09-27T03:26:46.106Z | Compiling webpki-roots v0.25.4 |
1795 | 2024-09-27T03:26:46.275Z | Compiling new_debug_unreachable v1.0.6 |
1796 | 2024-09-27T03:26:46.371Z | Compiling fixedbitset v0.4.2 |
1797 | 2024-09-27T03:26:46.779Z | Compiling sync_wrapper v0.1.2 |
1798 | 2024-09-27T03:26:46.926Z | Compiling predicates-core v1.0.6 |
1799 | 2024-09-27T03:26:47.117Z | Compiling static_assertions v1.1.0 |
1800 | 2024-09-27T03:26:47.218Z | Compiling minimal-lexical v0.2.1 |
1801 | 2024-09-27T03:26:47.236Z | Compiling precomputed-hash v0.1.1 |
1802 | 2024-09-27T03:26:47.262Z | Compiling whoami v1.5.2 |
1803 | 2024-09-27T03:26:47.347Z | Compiling unicode-segmentation v1.11.0 |
1804 | 2024-09-27T03:26:47.672Z | Compiling difflib v0.4.0 |
1805 | 2024-09-27T03:26:47.699Z | Compiling normalize-line-endings v0.3.0 |
1806 | 2024-09-27T03:26:47.790Z | Compiling number_prefix v0.4.0 |
1807 | 2024-09-27T03:26:47.826Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1808 | 2024-09-27T03:26:48.027Z | Compiling similar v2.6.0 |
1809 | 2024-09-27T03:26:48.146Z | Compiling predicates v3.1.2 |
1810 | 2024-09-27T03:26:48.938Z | Compiling typify-impl v0.2.0 |
1811 | 2024-09-27T03:26:49.160Z | Compiling indicatif v0.17.8 |
1812 | 2024-09-27T03:26:49.344Z | Compiling nom v7.1.3 |
1813 | 2024-09-27T03:26:49.638Z | Compiling toml_edit v0.22.22 |
1814 | 2024-09-27T03:26:49.704Z | Compiling tokio-postgres v0.7.12 |
1815 | 2024-09-27T03:26:49.798Z | Compiling string_cache v0.8.7 |
1816 | 2024-09-27T03:26:49.969Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1817 | 2024-09-27T03:26:50.193Z | Compiling reqwest v0.11.27 |
1818 | 2024-09-27T03:26:51.550Z | Compiling petgraph v0.6.5 |
1819 | 2024-09-27T03:26:51.681Z | Compiling hickory-proto v0.24.1 |
1820 | 2024-09-27T03:26:53.027Z | Compiling bit-set v0.5.3 |
1821 | 2024-09-27T03:26:53.316Z | Compiling signal-hook-mio v0.2.4 |
1822 | 2024-09-27T03:26:53.499Z | Compiling usdt v0.5.0 |
1823 | 2024-09-27T03:26:53.958Z | Compiling reqwest v0.12.7 |
1824 | 2024-09-27T03:26:54.772Z | Compiling ecdsa v0.16.9 |
1825 | 2024-09-27T03:26:55.508Z | Compiling futures v0.3.30 |
1826 | 2024-09-27T03:26:55.624Z | Compiling rsa v0.9.6 |
1827 | 2024-09-27T03:26:56.923Z | Compiling ed25519-dalek v2.1.1 |
1828 | 2024-09-27T03:26:57.464Z | Compiling clap v4.5.18 |
1829 | 2024-09-27T03:26:57.591Z | Compiling flate2 v1.0.33 |
1830 | 2024-09-27T03:26:57.982Z | Compiling itertools v0.12.1 |
1831 | 2024-09-27T03:26:58.107Z | Compiling itertools v0.10.5 |
1832 | 2024-09-27T03:26:59.055Z | Compiling toml v0.7.8 |
1833 | 2024-09-27T03:26:59.934Z | Compiling x509-cert v0.2.5 |
1834 | 2024-09-27T03:27:00.590Z | Compiling tokio-stream v0.1.16 |
1835 | 2024-09-27T03:27:00.618Z | Compiling hex v0.4.3 |
1836 | 2024-09-27T03:27:00.937Z | Compiling sha1 v0.10.6 |
1837 | 2024-09-27T03:27:01.339Z | Compiling peg-runtime v0.8.3 |
1838 | 2024-09-27T03:27:01.489Z | Compiling unicode-xid v0.2.4 |
1839 | 2024-09-27T03:27:01.804Z | Compiling camino v1.1.9 |
1840 | 2024-09-27T03:27:01.839Z | Compiling lalrpop-util v0.19.12 |
1841 | 2024-09-27T03:27:03.411Z | Compiling typify-macro v0.2.0 |
1842 | 2024-09-27T03:27:04.252Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1843 | 2024-09-27T03:27:05.511Z | Compiling proc-macro-crate v1.3.1 |
1844 | 2024-09-27T03:27:06.401Z | Compiling heapless v0.8.0 |
1845 | 2024-09-27T03:27:06.903Z | Compiling unsafe-libyaml v0.2.11 |
1846 | 2024-09-27T03:27:07.545Z | Compiling num_enum_derive v0.5.11 |
1847 | 2024-09-27T03:27:08.996Z | Compiling serde_yaml v0.9.34+deprecated |
1848 | 2024-09-27T03:27:14.235Z | Compiling ipnetwork v0.20.0 |
1849 | 2024-09-27T03:27:15.638Z | Compiling hash32 v0.3.1 |
1850 | 2024-09-27T03:27:16.250Z | Compiling ident_case v1.0.1 |
1851 | 2024-09-27T03:27:16.751Z | Compiling smoltcp v0.11.0 |
1852 | 2024-09-27T03:27:17.664Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1853 | 2024-09-27T03:27:23.563Z | Compiling darling_core v0.20.9 |
1854 | 2024-09-27T03:27:30.387Z | Compiling num_enum v0.5.11 |
1855 | 2024-09-27T03:27:31.112Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1856 | 2024-09-27T03:27:31.766Z | Compiling getopts v0.2.21 |
1857 | 2024-09-27T03:27:37.857Z | Compiling dirs-sys-next v0.1.2 |
1858 | 2024-09-27T03:27:39.215Z | Compiling proc-macro-error-attr v1.0.4 |
1859 | 2024-09-27T03:27:39.350Z | Compiling paste v1.0.15 |
1860 | 2024-09-27T03:27:39.547Z | Compiling cobs v0.2.3 |
1861 | 2024-09-27T03:27:39.837Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1862 | 2024-09-27T03:27:39.998Z | Compiling embedded-io v0.4.0 |
1863 | 2024-09-27T03:27:40.223Z | Compiling rustls v0.22.4 |
1864 | 2024-09-27T03:27:41.445Z | Compiling postcard v1.0.8 |
1865 | 2024-09-27T03:27:43.021Z | Compiling dirs-next v2.0.0 |
1866 | 2024-09-27T03:27:43.631Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1867 | 2024-09-27T03:27:50.302Z | Compiling darling_macro v0.20.9 |
1868 | 2024-09-27T03:27:56.681Z | Compiling typify v0.2.0 |
1869 | 2024-09-27T03:28:00.729Z | Compiling strum_macros v0.26.4 |
1870 | 2024-09-27T03:28:03.243Z | Compiling structmeta-derive v0.3.0 |
1871 | 2024-09-27T03:28:03.893Z | Compiling foreign-types-macros v0.2.3 |
1872 | 2024-09-27T03:28:05.332Z | Compiling thread_local v1.1.8 |
1873 | 2024-09-27T03:28:05.772Z | Compiling proc-macro-error v1.0.4 |
1874 | 2024-09-27T03:28:05.901Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1875 | 2024-09-27T03:28:06.042Z | Compiling multer v3.1.0 |
1876 | 2024-09-27T03:28:06.149Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1877 | 2024-09-27T03:28:06.220Z | Compiling slog-async v2.8.0 |
1878 | 2024-09-27T03:28:06.477Z | Compiling foreign-types-shared v0.3.1 |
1879 | 2024-09-27T03:28:07.394Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1880 | 2024-09-27T03:28:07.545Z | Compiling match_cfg v0.1.0 |
1881 | 2024-09-27T03:28:07.645Z | Compiling hostname v0.3.1 |
1882 | 2024-09-27T03:28:12.431Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1883 | 2024-09-27T03:28:15.718Z | Compiling foreign-types v0.5.0 |
1884 | 2024-09-27T03:28:17.191Z | Compiling structmeta v0.3.0 |
1885 | 2024-09-27T03:28:17.580Z | Compiling strum v0.26.3 |
1886 | 2024-09-27T03:28:22.180Z | Compiling progenitor-impl v0.8.0 |
1887 | 2024-09-27T03:28:23.843Z | Compiling darling v0.20.9 |
1888 | 2024-09-27T03:28:23.966Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1889 | 2024-09-27T03:28:25.280Z | Compiling term v0.7.0 |
1890 | 2024-09-27T03:28:28.469Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1891 | 2024-09-27T03:28:29.583Z | Compiling slog-json v2.6.1 |
1892 | 2024-09-27T03:28:29.922Z | Compiling tabwriter v1.4.0 |
1893 | 2024-09-27T03:28:30.689Z | Compiling crossbeam-channel v0.5.12 |
1894 | 2024-09-27T03:28:32.616Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1895 | 2024-09-27T03:28:32.668Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1896 | 2024-09-27T03:28:33.424Z | Compiling async-stream-impl v0.3.5 |
1897 | 2024-09-27T03:28:33.512Z | Compiling is-terminal v0.4.12 |
1898 | 2024-09-27T03:28:33.515Z | Compiling cstr-argument v0.1.2 |
1899 | 2024-09-27T03:28:33.644Z | Compiling dropshot v0.12.0 |
1900 | 2024-09-27T03:28:33.795Z | Compiling fastrand v2.1.0 |
1901 | 2024-09-27T03:28:33.967Z | Compiling take_mut v0.2.2 |
1902 | 2024-09-27T03:28:34.141Z | Compiling crucible-workspace-hack v0.1.0 |
1903 | 2024-09-27T03:28:34.441Z | Compiling pretty-hex v0.2.1 |
1904 | 2024-09-27T03:28:34.642Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1905 | 2024-09-27T03:28:34.862Z | Compiling async-stream v0.3.5 |
1906 | 2024-09-27T03:28:35.095Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1907 | 2024-09-27T03:28:35.215Z | Compiling tempfile v3.10.1 |
1908 | 2024-09-27T03:28:35.831Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1909 | 2024-09-27T03:28:36.749Z | Compiling slog-term v2.9.1 |
1910 | 2024-09-27T03:28:37.277Z | Compiling tokio-rustls v0.25.0 |
1911 | 2024-09-27T03:28:37.759Z | Compiling slog-bunyan v2.5.0 |
1912 | 2024-09-27T03:28:38.041Z | Compiling progenitor-macro v0.8.0 |
1913 | 2024-09-27T03:28:38.909Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1914 | 2024-09-27T03:28:39.145Z | Compiling serde_with_macros v3.9.0 |
1915 | 2024-09-27T03:28:39.333Z | Compiling parse-display-derive v0.10.0 |
1916 | 2024-09-27T03:28:41.743Z | Compiling progenitor-client v0.8.0 |
1917 | 2024-09-27T03:28:42.622Z | Compiling toml v0.8.19 |
1918 | 2024-09-27T03:28:43.244Z | Compiling colored v2.1.0 |
1919 | 2024-09-27T03:28:44.240Z | Compiling waitgroup v0.1.2 |
1920 | 2024-09-27T03:28:44.494Z | Compiling newtype-uuid v1.1.0 |
1921 | 2024-09-27T03:28:44.538Z | Compiling dropshot_endpoint v0.12.0 |
1922 | 2024-09-27T03:28:44.845Z | Compiling serde_path_to_error v0.1.16 |
1923 | 2024-09-27T03:28:45.904Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1924 | 2024-09-27T03:28:46.655Z | Compiling hostname v0.4.0 |
1925 | 2024-09-27T03:28:46.929Z | Compiling instant v0.1.12 |
1926 | 2024-09-27T03:28:47.036Z | Compiling debug-ignore v1.0.5 |
1927 | 2024-09-27T03:28:47.107Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1928 | 2024-09-27T03:28:47.198Z | Compiling backoff v0.4.0 |
1929 | 2024-09-27T03:28:47.507Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1930 | 2024-09-27T03:28:47.568Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1931 | 2024-09-27T03:28:47.785Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1932 | 2024-09-27T03:28:49.251Z | Compiling parse-display v0.10.0 |
1933 | 2024-09-27T03:28:50.446Z | Compiling serde_with v3.9.0 |
1934 | 2024-09-27T03:28:51.215Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1935 | 2024-09-27T03:28:52.813Z | Compiling progenitor v0.8.0 |
1936 | 2024-09-27T03:28:53.055Z | Compiling zone_cfg_derive v0.3.0 |
1937 | 2024-09-27T03:28:54.416Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1938 | 2024-09-27T03:28:54.811Z | Compiling camino-tempfile v1.1.1 |
1939 | 2024-09-27T03:28:55.256Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1940 | 2024-09-27T03:28:55.533Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1941 | 2024-09-27T03:28:55.753Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1942 | 2024-09-27T03:28:55.769Z | Compiling macaddr v1.0.1 |
1943 | 2024-09-27T03:28:56.391Z | Compiling num-derive v0.4.2 |
1944 | 2024-09-27T03:28:57.255Z | Compiling sigpipe v0.1.3 |
1945 | 2024-09-27T03:28:57.276Z | Compiling libefi-sys v0.1.0 |
1946 | 2024-09-27T03:28:57.511Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1947 | 2024-09-27T03:28:57.609Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1948 | 2024-09-27T03:28:57.852Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1949 | 2024-09-27T03:28:58.129Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1950 | 2024-09-27T03:28:58.616Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1951 | 2024-09-27T03:28:58.662Z | Compiling zone v0.3.0 |
1952 | 2024-09-27T03:28:59.235Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1953 | 2024-09-27T03:29:00.179Z | Compiling smf v0.2.3 |
1954 | 2024-09-27T03:29:00.946Z | Compiling bitfield-struct v0.6.1 |
1955 | 2024-09-27T03:29:01.955Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1956 | 2024-09-27T03:29:02.306Z | Compiling blake3 v1.5.1 |
1957 | 2024-09-27T03:29:02.348Z | Compiling ring v0.16.20 |
1958 | 2024-09-27T03:29:02.952Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1959 | 2024-09-27T03:29:03.392Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1960 | 2024-09-27T03:29:03.544Z | Compiling xattr v1.3.1 |
1961 | 2024-09-27T03:29:03.718Z | Compiling filetime v0.2.25 |
1962 | 2024-09-27T03:29:03.868Z | Compiling memmap2 v0.9.4 |
1963 | 2024-09-27T03:29:04.083Z | Compiling untrusted v0.7.1 |
1964 | 2024-09-27T03:29:04.283Z | Compiling same-file v1.0.6 |
1965 | 2024-09-27T03:29:04.434Z | Compiling constant_time_eq v0.3.0 |
1966 | 2024-09-27T03:29:04.529Z | Compiling arrayref v0.3.7 |
1967 | 2024-09-27T03:29:04.568Z | Compiling arrayvec v0.7.4 |
1968 | 2024-09-27T03:29:04.611Z | Compiling spin v0.5.2 |
1969 | 2024-09-27T03:29:04.640Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1970 | 2024-09-27T03:29:04.771Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1971 | 2024-09-27T03:29:04.851Z | Compiling walkdir v2.5.0 |
1972 | 2024-09-27T03:29:06.263Z | Compiling tar v0.4.42 |
1973 | 2024-09-27T03:29:07.462Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1974 | 2024-09-27T03:29:07.668Z | Compiling gethostname v0.5.0 |
1975 | 2024-09-27T03:29:07.866Z | Compiling cargo-platform v0.1.8 |
1976 | 2024-09-27T03:29:07.870Z | Compiling topological-sort v0.2.2 |
1977 | 2024-09-27T03:29:08.973Z | Compiling cargo_metadata v0.18.1 |
1978 | 2024-09-27T03:29:11.634Z | Compiling omicron-zone-package v0.11.0 |
1979 | 2024-09-27T03:29:14.545Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1980 | 2024-09-27T03:29:16.517Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1981 | 2024-09-27T03:29:22.130Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1982 | 2024-09-27T03:29:38.500Z | Finished `release` profile [optimized] target(s) in 5m 00s |
1983 | 2024-09-27T03:29:38.657Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1984 | 2024-09-27T03:29:38.702Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1985 | 2024-09-27T03:29:38.704Z | Created new build target 'test' and set it as active |
1986 | 2024-09-27T03:29:38.704Z | |
1987 | 2024-09-27T03:29:38.704Z | real 5:00.782974539 |
1988 | 2024-09-27T03:29:38.704Z | user 34:29.766377294 |
1989 | 2024-09-27T03:29:38.704Z | sys 4:02.020650141 |
1990 | 2024-09-27T03:29:38.704Z | trap 0.965223133 |
1991 | 2024-09-27T03:29:38.705Z | tflt 3.353584823 |
1992 | 2024-09-27T03:29:38.705Z | dflt 0.642149346 |
1993 | 2024-09-27T03:29:38.705Z | kflt 0.017447287 |
1994 | 2024-09-27T03:29:38.705Z | lock 1:19:23.345686649 |
1995 | 2024-09-27T03:29:38.705Z | slp 2:14:13.582821594 |
1996 | 2024-09-27T03:29:38.705Z | lat 2:12.799396442 |
1997 | 2024-09-27T03:29:38.705Z | stop 4:03.268905540 |
1998 | 2024-09-27T03:29:38.708Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1999 | 2024-09-27T03:29:39.710Z | Finished `release` profile [optimized] target(s) in 0.95s |
2000 | 2024-09-27T03:29:39.763Z | Running `target/release/omicron-package -t test package` |
2001 | 2024-09-27T03:29:39.804Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2002 | 2024-09-27T03:29:41.006Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2003 | 2024-09-27T03:29:41.008Z | Compiling convert_case v0.4.0 |
2004 | 2024-09-27T03:29:41.008Z | Compiling camino v1.1.9 |
2005 | 2024-09-27T03:29:41.008Z | Compiling newline-converter v0.3.0 |
2006 | 2024-09-27T03:29:41.008Z | Compiling itertools v0.13.0 |
2007 | 2024-09-27T03:29:41.009Z | Compiling password-hash v0.5.0 |
2008 | 2024-09-27T03:29:41.009Z | Compiling blake2 v0.10.6 |
2009 | 2024-09-27T03:29:41.177Z | Compiling owo-colors v4.1.0 |
2010 | 2024-09-27T03:29:41.339Z | Compiling expectorate v1.1.0 |
2011 | 2024-09-27T03:29:41.362Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2012 | 2024-09-27T03:29:41.494Z | Compiling cancel-safe-futures v0.1.5 |
2013 | 2024-09-27T03:29:41.570Z | Compiling derive-where v1.2.7 |
2014 | 2024-09-27T03:29:41.857Z | Compiling derive_more v0.99.18 |
2015 | 2024-09-27T03:29:41.881Z | Compiling argon2 v0.5.3 |
2016 | 2024-09-27T03:29:42.278Z | Compiling libsw v3.3.1 |
2017 | 2024-09-27T03:29:42.617Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2018 | 2024-09-27T03:29:42.690Z | Compiling indent_write v2.2.0 |
2019 | 2024-09-27T03:29:42.913Z | Compiling swrite v0.1.0 |
2020 | 2024-09-27T03:29:43.055Z | Compiling linear-map v1.2.0 |
2021 | 2024-09-27T03:29:43.172Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2022 | 2024-09-27T03:29:43.262Z | Compiling toml v0.8.19 |
2023 | 2024-09-27T03:29:43.462Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2024 | 2024-09-27T03:29:44.472Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2025 | 2024-09-27T03:29:44.718Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2026 | 2024-09-27T03:29:44.772Z | Compiling num-rational v0.4.2 |
2027 | 2024-09-27T03:29:44.816Z | Compiling progenitor-client v0.8.0 |
2028 | 2024-09-27T03:29:44.888Z | Compiling num-complex v0.4.6 |
2029 | 2024-09-27T03:29:45.239Z | Compiling dirs-sys-next v0.1.2 |
2030 | 2024-09-27T03:29:45.768Z | Compiling dirs-next v2.0.0 |
2031 | 2024-09-27T03:29:45.970Z | Compiling progenitor v0.8.0 |
2032 | 2024-09-27T03:29:46.210Z | Compiling num v0.4.3 |
2033 | 2024-09-27T03:29:46.229Z | Compiling float-ord v0.3.2 |
2034 | 2024-09-27T03:29:46.336Z | Compiling term v0.7.0 |
2035 | 2024-09-27T03:29:46.395Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2036 | 2024-09-27T03:29:47.299Z | Compiling atomicwrites v0.4.4 |
2037 | 2024-09-27T03:29:47.630Z | Compiling semver v0.1.20 |
2038 | 2024-09-27T03:29:47.828Z | Compiling prettyplease v0.2.22 |
2039 | 2024-09-27T03:29:48.144Z | Compiling rustc_version v0.1.7 |
2040 | 2024-09-27T03:29:48.205Z | Compiling is-terminal v0.4.12 |
2041 | 2024-09-27T03:29:48.344Z | Compiling utf-8 v0.7.6 |
2042 | 2024-09-27T03:29:48.440Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2043 | 2024-09-27T03:29:48.510Z | Compiling newtype_derive v0.1.6 |
2044 | 2024-09-27T03:29:48.679Z | Compiling humantime v2.1.0 |
2045 | 2024-09-27T03:29:48.905Z | Compiling highway v1.2.0 |
2046 | 2024-09-27T03:29:49.656Z | Compiling linked-hash-map v0.5.6 |
2047 | 2024-09-27T03:29:49.680Z | Compiling steno v0.4.1 |
2048 | 2024-09-27T03:29:50.062Z | Compiling lru-cache v0.1.2 |
2049 | 2024-09-27T03:29:50.285Z | Compiling home v0.5.9 |
2050 | 2024-09-27T03:29:50.337Z | Compiling quick-error v1.2.3 |
2051 | 2024-09-27T03:29:50.498Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2052 | 2024-09-27T03:29:50.525Z | Compiling resolv-conf v0.7.0 |
2053 | 2024-09-27T03:29:52.371Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2054 | 2024-09-27T03:29:52.936Z | Compiling rustls v0.22.4 |
2055 | 2024-09-27T03:29:52.964Z | Compiling thread_local v1.1.8 |
2056 | 2024-09-27T03:29:53.400Z | Compiling match_cfg v0.1.0 |
2057 | 2024-09-27T03:29:53.503Z | Compiling hostname v0.3.1 |
2058 | 2024-09-27T03:29:53.732Z | Compiling hickory-resolver v0.24.1 |
2059 | 2024-09-27T03:29:58.103Z | Compiling multer v3.1.0 |
2060 | 2024-09-27T03:29:58.172Z | Compiling slog-async v2.8.0 |
2061 | 2024-09-27T03:29:58.246Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2062 | 2024-09-27T03:29:58.697Z | Compiling slog-json v2.6.1 |
2063 | 2024-09-27T03:29:58.914Z | Compiling crossbeam-channel v0.5.12 |
2064 | 2024-09-27T03:29:59.056Z | Compiling take_mut v0.2.2 |
2065 | 2024-09-27T03:29:59.222Z | Compiling slog-bunyan v2.5.0 |
2066 | 2024-09-27T03:29:59.446Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2067 | 2024-09-27T03:30:00.615Z | Compiling tokio-rustls v0.25.0 |
2068 | 2024-09-27T03:30:00.956Z | Compiling slog-term v2.9.1 |
2069 | 2024-09-27T03:30:01.042Z | Compiling dropshot v0.12.0 |
2070 | 2024-09-27T03:30:01.112Z | Compiling async-stream v0.3.5 |
2071 | 2024-09-27T03:30:01.408Z | Compiling waitgroup v0.1.2 |
2072 | 2024-09-27T03:30:01.629Z | Compiling newtype-uuid v1.1.0 |
2073 | 2024-09-27T03:30:01.940Z | Compiling ipnetwork v0.20.0 |
2074 | 2024-09-27T03:30:02.043Z | Compiling serde_path_to_error v0.1.16 |
2075 | 2024-09-27T03:30:02.361Z | Compiling hostname v0.4.0 |
2076 | 2024-09-27T03:30:02.600Z | Compiling instant v0.1.12 |
2077 | 2024-09-27T03:30:02.739Z | Compiling debug-ignore v1.0.5 |
2078 | 2024-09-27T03:30:02.763Z | Compiling backoff v0.4.0 |
2079 | 2024-09-27T03:30:02.888Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2080 | 2024-09-27T03:30:03.121Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2081 | 2024-09-27T03:30:03.462Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2082 | 2024-09-27T03:30:03.574Z | Compiling parse-display v0.10.0 |
2083 | 2024-09-27T03:30:04.146Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2084 | 2024-09-27T03:30:04.329Z | Compiling strum v0.26.3 |
2085 | 2024-09-27T03:30:04.515Z | Compiling serde_with v3.9.0 |
2086 | 2024-09-27T03:30:06.068Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2087 | 2024-09-27T03:30:08.411Z | Compiling macaddr v1.0.1 |
2088 | 2024-09-27T03:30:08.836Z | Compiling slog-dtrace v0.3.0 |
2089 | 2024-09-27T03:30:09.097Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2090 | 2024-09-27T03:30:10.936Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2091 | 2024-09-27T03:30:11.027Z | Compiling display-error-chain v0.2.1 |
2092 | 2024-09-27T03:30:11.208Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2093 | 2024-09-27T03:30:11.210Z | Compiling half v2.4.1 |
2094 | 2024-09-27T03:30:11.210Z | Compiling ciborium-io v0.2.2 |
2095 | 2024-09-27T03:30:11.384Z | Compiling tungstenite v0.21.0 |
2096 | 2024-09-27T03:30:11.929Z | Compiling ciborium-ll v0.2.2 |
2097 | 2024-09-27T03:30:12.303Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2098 | 2024-09-27T03:30:12.455Z | Compiling ciborium v0.2.2 |
2099 | 2024-09-27T03:30:14.606Z | Compiling tokio-tungstenite v0.21.0 |
2100 | 2024-09-27T03:30:15.228Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2101 | 2024-09-27T03:30:15.968Z | Compiling fastrand v2.1.0 |
2102 | 2024-09-27T03:30:16.452Z | Compiling same-file v1.0.6 |
2103 | 2024-09-27T03:30:16.476Z | Compiling tempfile v3.10.1 |
2104 | 2024-09-27T03:30:16.688Z | Compiling walkdir v2.5.0 |
2105 | 2024-09-27T03:30:17.213Z | Compiling ring v0.16.20 |
2106 | 2024-09-27T03:30:17.313Z | Compiling blake3 v1.5.1 |
2107 | 2024-09-27T03:30:17.696Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2108 | 2024-09-27T03:30:19.836Z | Compiling xattr v1.3.1 |
2109 | 2024-09-27T03:30:20.101Z | Compiling memmap2 v0.9.4 |
2110 | 2024-09-27T03:30:20.497Z | Compiling filetime v0.2.25 |
2111 | 2024-09-27T03:30:21.415Z | Compiling keccak v0.1.5 |
2112 | 2024-09-27T03:30:22.424Z | Compiling arrayvec v0.7.4 |
2113 | 2024-09-27T03:30:22.853Z | Compiling constant_time_eq v0.3.0 |
2114 | 2024-09-27T03:30:23.014Z | Compiling arrayref v0.3.7 |
2115 | 2024-09-27T03:30:23.126Z | Compiling spin v0.5.2 |
2116 | 2024-09-27T03:30:23.374Z | Compiling untrusted v0.7.1 |
2117 | 2024-09-27T03:30:26.781Z | Compiling sha3 v0.10.8 |
2118 | 2024-09-27T03:30:27.619Z | Compiling tar v0.4.42 |
2119 | 2024-09-27T03:30:27.760Z | Compiling toolchain_find v0.4.0 |
2120 | 2024-09-27T03:30:27.931Z | Compiling camino-tempfile v1.1.1 |
2121 | 2024-09-27T03:30:28.314Z | Compiling nibble_vec v0.1.0 |
2122 | 2024-09-27T03:30:28.369Z | Compiling crunchy v0.2.2 |
2123 | 2024-09-27T03:30:28.548Z | Compiling radium v0.7.0 |
2124 | 2024-09-27T03:30:28.837Z | Compiling topological-sort v0.2.2 |
2125 | 2024-09-27T03:30:29.000Z | Compiling maplit v1.0.2 |
2126 | 2024-09-27T03:30:29.065Z | Compiling glob v0.3.1 |
2127 | 2024-09-27T03:30:29.130Z | Compiling endian-type v0.1.2 |
2128 | 2024-09-27T03:30:29.380Z | Compiling radix_trie v0.2.1 |
2129 | 2024-09-27T03:30:29.519Z | Compiling omicron-zone-package v0.11.0 |
2130 | 2024-09-27T03:30:29.569Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2131 | 2024-09-27T03:30:29.964Z | Compiling clang-sys v1.7.0 |
2132 | 2024-09-27T03:30:30.369Z | Compiling rustfmt-wrapper v0.2.1 |
2133 | 2024-09-27T03:30:30.678Z | Compiling tap v1.0.1 |
2134 | 2024-09-27T03:30:30.883Z | Compiling maybe-uninit v2.0.0 |
2135 | 2024-09-27T03:30:30.963Z | Compiling tiny-keccak v2.0.2 |
2136 | 2024-09-27T03:30:31.299Z | Compiling wyz v0.5.1 |
2137 | 2024-09-27T03:30:31.683Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2138 | 2024-09-27T03:30:31.772Z | Compiling dsl_auto_type v0.1.2 |
2139 | 2024-09-27T03:30:32.075Z | Compiling scheduled-thread-pool v0.2.7 |
2140 | 2024-09-27T03:30:33.026Z | Compiling secrecy v0.8.0 |
2141 | 2024-09-27T03:30:33.248Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2142 | 2024-09-27T03:30:33.313Z | Compiling diesel_table_macro_syntax v0.2.0 |
2143 | 2024-09-27T03:30:33.418Z | Compiling arc-swap v1.7.1 |
2144 | 2024-09-27T03:30:33.677Z | Compiling funty v2.0.0 |
2145 | 2024-09-27T03:30:33.819Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2146 | 2024-09-27T03:30:34.061Z | Compiling packed_struct v0.10.1 |
2147 | 2024-09-27T03:30:34.129Z | Compiling crc-catalog v2.4.0 |
2148 | 2024-09-27T03:30:34.292Z | Compiling crc v3.2.1 |
2149 | 2024-09-27T03:30:34.364Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2150 | 2024-09-27T03:30:34.552Z | Compiling slog-scope v4.4.0 |
2151 | 2024-09-27T03:30:34.569Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2152 | 2024-09-27T03:30:34.843Z | Compiling bitvec v1.0.1 |
2153 | 2024-09-27T03:30:36.072Z | Compiling diesel_derives v2.2.2 |
2154 | 2024-09-27T03:30:36.295Z | Compiling r2d2 v0.8.10 |
2155 | 2024-09-27T03:30:37.277Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
2156 | 2024-09-27T03:30:39.331Z | Compiling ascii-canvas v3.0.0 |
2157 | 2024-09-27T03:30:39.788Z | Compiling universal-hash v0.5.1 |
2158 | 2024-09-27T03:30:40.045Z | Compiling packed_struct_codegen v0.10.1 |
2159 | 2024-09-27T03:30:41.880Z | Compiling thiserror-impl-no-std v2.0.2 |
2160 | 2024-09-27T03:30:42.527Z | Compiling ena v0.14.3 |
2161 | 2024-09-27T03:30:42.944Z | Compiling libloading v0.8.3 |
2162 | 2024-09-27T03:30:43.338Z | Compiling indexmap v1.9.3 |
2163 | 2024-09-27T03:30:43.669Z | Compiling diff v0.1.13 |
2164 | 2024-09-27T03:30:44.224Z | Compiling regex-syntax v0.6.29 |
2165 | 2024-09-27T03:30:44.557Z | Compiling bindgen v0.69.4 |
2166 | 2024-09-27T03:30:45.035Z | Compiling nodrop v0.1.14 |
2167 | 2024-09-27T03:30:45.182Z | Compiling opaque-debug v0.3.1 |
2168 | 2024-09-27T03:30:45.283Z | Compiling poly1305 v0.8.0 |
2169 | 2024-09-27T03:30:46.766Z | Compiling array-init v0.0.4 |
2170 | 2024-09-27T03:30:47.066Z | Compiling diesel v2.2.4 |
2171 | 2024-09-27T03:30:48.076Z | Compiling lalrpop v0.19.12 |
2172 | 2024-09-27T03:30:49.487Z | Compiling thiserror-no-std v2.0.2 |
2173 | 2024-09-27T03:30:59.195Z | Compiling smallvec v0.6.14 |
2174 | 2024-09-27T03:30:59.693Z | Compiling slog-stdlog v4.1.1 |
2175 | 2024-09-27T03:31:00.153Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2176 | 2024-09-27T03:31:00.507Z | Compiling which v4.4.2 |
2177 | 2024-09-27T03:31:00.542Z | Compiling tungstenite v0.23.0 |
2178 | 2024-09-27T03:31:01.066Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2179 | 2024-09-27T03:31:01.331Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2180 | 2024-09-27T03:31:01.383Z | Compiling chacha20 v0.9.1 |
2181 | 2024-09-27T03:31:01.566Z | Compiling cexpr v0.6.0 |
2182 | 2024-09-27T03:31:01.846Z | Compiling aead v0.5.2 |
2183 | 2024-09-27T03:31:02.191Z | Compiling shlex v1.3.0 |
2184 | 2024-09-27T03:31:02.587Z | Compiling rustc-hash v1.1.0 |
2185 | 2024-09-27T03:31:02.765Z | Compiling ref-cast v1.0.23 |
2186 | 2024-09-27T03:31:03.173Z | Compiling lazycell v1.3.0 |
2187 | 2024-09-27T03:31:03.245Z | Compiling termcolor v1.4.1 |
2188 | 2024-09-27T03:31:03.357Z | Compiling hashbrown v0.12.3 |
2189 | 2024-09-27T03:31:04.370Z | Compiling bitfield v0.14.0 |
2190 | 2024-09-27T03:31:04.691Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2191 | 2024-09-27T03:31:05.535Z | Compiling env_logger v0.10.2 |
2192 | 2024-09-27T03:31:06.317Z | Compiling chacha20poly1305 v0.10.1 |
2193 | 2024-09-27T03:31:06.553Z | Compiling tokio-tungstenite v0.23.1 |
2194 | 2024-09-27T03:31:07.195Z | Compiling slog-envlogger v2.2.0 |
2195 | 2024-09-27T03:31:08.516Z | Compiling serde-hex v0.1.0 |
2196 | 2024-09-27T03:31:09.672Z | Compiling bzip2 v0.4.4 |
2197 | 2024-09-27T03:31:10.126Z | Compiling vsss-rs v3.3.4 |
2198 | 2024-09-27T03:31:13.564Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2199 | 2024-09-27T03:31:13.833Z | Compiling polar-core v0.27.3 |
2200 | 2024-09-27T03:31:13.891Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2201 | 2024-09-27T03:31:14.205Z | Compiling derive_builder_core v0.20.0 |
2202 | 2024-09-27T03:31:14.659Z | Compiling ron v0.8.1 |
2203 | 2024-09-27T03:31:15.060Z | Compiling headers-core v0.3.0 |
2204 | 2024-09-27T03:31:15.244Z | Compiling hashbrown v0.13.2 |
2205 | 2024-09-27T03:31:16.341Z | Compiling fxhash v0.2.1 |
2206 | 2024-09-27T03:31:16.568Z | Compiling libxml v0.3.3 |
2207 | 2024-09-27T03:31:16.615Z | Compiling ref-cast-impl v1.0.23 |
2208 | 2024-09-27T03:31:16.952Z | Compiling crc-any v2.5.0 |
2209 | 2024-09-27T03:31:17.891Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2210 | 2024-09-27T03:31:17.949Z | Compiling object v0.30.4 |
2211 | 2024-09-27T03:31:19.394Z | Compiling samael v0.0.17 |
2212 | 2024-09-27T03:31:20.433Z | Compiling derive_builder_macro v0.20.0 |
2213 | 2024-09-27T03:31:20.989Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2214 | 2024-09-27T03:31:21.297Z | Compiling headers v0.4.0 |
2215 | 2024-09-27T03:31:24.978Z | Compiling zip v0.6.6 |
2216 | 2024-09-27T03:31:25.754Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2217 | 2024-09-27T03:31:27.642Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2218 | 2024-09-27T03:31:27.946Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2219 | 2024-09-27T03:31:28.779Z | Compiling strum_macros v0.24.3 |
2220 | 2024-09-27T03:31:30.362Z | Compiling kstat-rs v0.2.4 |
2221 | 2024-09-27T03:31:31.322Z | Compiling async-recursion v1.1.1 |
2222 | 2024-09-27T03:31:32.011Z | Compiling dropshot v0.10.1 |
2223 | 2024-09-27T03:31:32.368Z | Compiling unicase v2.7.0 |
2224 | 2024-09-27T03:31:32.674Z | Compiling path-slash v0.1.5 |
2225 | 2024-09-27T03:31:32.785Z | Compiling indoc v1.0.9 |
2226 | 2024-09-27T03:31:32.840Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2227 | 2024-09-27T03:31:32.976Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2228 | 2024-09-27T03:31:35.094Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2229 | 2024-09-27T03:31:36.973Z | Compiling derive_builder v0.20.0 |
2230 | 2024-09-27T03:31:41.166Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2231 | 2024-09-27T03:31:42.969Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2232 | 2024-09-27T03:31:43.282Z | Compiling crossterm v0.28.1 |
2233 | 2024-09-27T03:31:46.420Z | Compiling pem v3.0.4 |
2234 | 2024-09-27T03:31:47.871Z | Compiling oso-derive v0.27.3 |
2235 | 2024-09-27T03:31:48.227Z | Compiling impl-trait-for-tuples v0.2.2 |
2236 | 2024-09-27T03:31:48.863Z | Compiling dropshot_endpoint v0.10.1 |
2237 | 2024-09-27T03:31:50.532Z | Compiling libz-sys v1.1.16 |
2238 | 2024-09-27T03:31:50.879Z | Compiling quick-xml v0.33.0 |
2239 | 2024-09-27T03:31:51.195Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2240 | 2024-09-27T03:31:51.273Z | Compiling parking_lot_core v0.8.6 |
2241 | 2024-09-27T03:31:51.531Z | Compiling cfg_aliases v0.1.1 |
2242 | 2024-09-27T03:31:51.649Z | Compiling nix v0.28.0 |
2243 | 2024-09-27T03:31:52.432Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2244 | 2024-09-27T03:31:54.011Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2245 | 2024-09-27T03:31:55.139Z | Compiling oso v0.27.3 |
2246 | 2024-09-27T03:31:59.347Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2247 | 2024-09-27T03:31:59.673Z | Compiling const_format_proc_macros v0.2.33 |
2248 | 2024-09-27T03:32:01.611Z | Compiling bb8 v0.8.5 |
2249 | 2024-09-27T03:32:02.213Z | Compiling vte_generate_state_changes v0.1.1 |
2250 | 2024-09-27T03:32:02.853Z | Compiling buf-list v1.0.3 |
2251 | 2024-09-27T03:32:03.501Z | Compiling vte v0.11.1 |
2252 | 2024-09-27T03:32:04.936Z | Compiling async-bb8-diesel v0.2.1 |
2253 | 2024-09-27T03:32:05.781Z | Compiling const_format v0.2.33 |
2254 | 2024-09-27T03:32:07.131Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2255 | 2024-09-27T03:32:14.179Z | Compiling fd-lock v4.0.2 |
2256 | 2024-09-27T03:32:14.410Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2257 | 2024-09-27T03:32:15.170Z | Compiling pin-project-internal v1.1.5 |
2258 | 2024-09-27T03:32:17.938Z | Compiling atty v0.2.14 |
2259 | 2024-09-27T03:32:18.108Z | Compiling bytecount v0.6.8 |
2260 | 2024-09-27T03:32:18.428Z | Compiling salty v0.3.0 |
2261 | 2024-09-27T03:32:18.900Z | Compiling papergrid v0.11.0 |
2262 | 2024-09-27T03:32:21.442Z | Compiling pin-project v1.1.5 |
2263 | 2024-09-27T03:32:30.764Z | Compiling parking_lot v0.11.2 |
2264 | 2024-09-27T03:32:36.255Z | Compiling strip-ansi-escapes v0.2.0 |
2265 | 2024-09-27T03:32:37.994Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
2266 | 2024-09-27T03:32:38.532Z | Compiling tabled_derive v0.7.0 |
2267 | 2024-09-27T03:32:39.739Z | Compiling crossterm v0.27.0 |
2268 | 2024-09-27T03:32:40.782Z | Compiling peg-macros v0.8.4 |
2269 | 2024-09-27T03:32:42.435Z | Compiling snafu-derive v0.8.2 |
2270 | 2024-09-27T03:32:42.684Z | Compiling sqlparser_derive v0.2.2 |
2271 | 2024-09-27T03:32:43.658Z | Compiling unicode_categories v0.1.1 |
2272 | 2024-09-27T03:32:44.018Z | Compiling nu-ansi-term v0.50.0 |
2273 | 2024-09-27T03:32:44.353Z | Compiling rustyline v14.0.0 |
2274 | 2024-09-27T03:32:44.999Z | Compiling reedline v0.33.0 |
2275 | 2024-09-27T03:32:45.141Z | Compiling peg v0.8.4 |
2276 | 2024-09-27T03:32:45.259Z | Compiling sqlformat v0.2.6 |
2277 | 2024-09-27T03:32:46.181Z | Compiling sqlparser v0.45.0 |
2278 | 2024-09-27T03:32:47.204Z | Compiling snafu v0.8.2 |
2279 | 2024-09-27T03:32:48.457Z | Compiling tabled v0.15.0 |
2280 | 2024-09-27T03:32:49.354Z | Compiling sled v0.34.7 |
2281 | 2024-09-27T03:32:56.219Z | Compiling mime_guess v2.0.4 |
2282 | 2024-09-27T03:32:59.755Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2283 | 2024-09-27T03:33:06.947Z | Compiling hickory-client v0.24.1 |
2284 | 2024-09-27T03:33:08.046Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2285 | 2024-09-27T03:33:11.946Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2286 | 2024-09-27T03:33:12.189Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2287 | 2024-09-27T03:33:14.503Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2288 | 2024-09-27T03:33:16.007Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2289 | 2024-09-27T03:33:20.992Z | Compiling globset v0.4.14 |
2290 | 2024-09-27T03:33:21.129Z | Compiling hickory-server v0.24.1 |
2291 | 2024-09-27T03:33:23.507Z | Compiling primeorder v0.13.6 |
2292 | 2024-09-27T03:33:24.116Z | Compiling olpc-cjson v0.1.3 |
2293 | 2024-09-27T03:33:24.441Z | Compiling vergen v8.3.2 |
2294 | 2024-09-27T03:33:24.625Z | Compiling bcs v0.1.6 |
2295 | 2024-09-27T03:33:24.774Z | Compiling env_filter v0.1.2 |
2296 | 2024-09-27T03:33:25.513Z | Compiling cargo-platform v0.1.8 |
2297 | 2024-09-27T03:33:26.038Z | Compiling serde_plain v1.0.2 |
2298 | 2024-09-27T03:33:26.117Z | Compiling nanorand v0.7.0 |
2299 | 2024-09-27T03:33:26.569Z | Compiling memoffset v0.9.1 |
2300 | 2024-09-27T03:33:26.791Z | Compiling typed-path v0.7.1 |
2301 | 2024-09-27T03:33:27.061Z | Compiling flume v0.11.0 |
2302 | 2024-09-27T03:33:27.828Z | Compiling cargo_metadata v0.18.1 |
2303 | 2024-09-27T03:33:28.480Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2304 | 2024-09-27T03:33:31.193Z | Compiling tough v0.17.1 |
2305 | 2024-09-27T03:33:32.684Z | Compiling env_logger v0.11.5 |
2306 | 2024-09-27T03:33:33.441Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2307 | 2024-09-27T03:33:33.459Z | Compiling p384 v0.13.0 |
2308 | 2024-09-27T03:33:34.166Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2309 | 2024-09-27T03:33:34.371Z | Compiling git2 v0.19.0 |
2310 | 2024-09-27T03:33:39.504Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2311 | 2024-09-27T03:33:43.732Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2312 | 2024-09-27T03:33:43.862Z | Compiling libsqlite3-sys v0.30.1 |
2313 | 2024-09-27T03:33:44.391Z | Compiling lzma-sys v0.1.20 |
2314 | 2024-09-27T03:33:44.976Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2315 | 2024-09-27T03:33:45.095Z | Compiling cfg_aliases v0.2.1 |
2316 | 2024-09-27T03:33:45.212Z | Compiling parse-size v1.0.0 |
2317 | 2024-09-27T03:33:45.329Z | Compiling nix v0.29.0 |
2318 | 2024-09-27T03:33:45.506Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2319 | 2024-09-27T03:33:46.289Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2320 | 2024-09-27T03:33:52.672Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2321 | 2024-09-27T03:33:53.752Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2322 | 2024-09-27T03:33:54.527Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2323 | 2024-09-27T03:33:54.843Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
2324 | 2024-09-27T03:33:56.658Z | Compiling heck v0.3.3 |
2325 | 2024-09-27T03:33:56.766Z | Compiling castaway v0.2.3 |
2326 | 2024-09-27T03:33:56.968Z | Compiling rand_seeder v0.3.0 |
2327 | 2024-09-27T03:33:57.045Z | Compiling csv-core v0.1.11 |
2328 | 2024-09-27T03:33:57.370Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2329 | 2024-09-27T03:33:57.899Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2330 | 2024-09-27T03:33:58.221Z | Compiling http-range v0.1.5 |
2331 | 2024-09-27T03:33:58.787Z | Compiling hyper-staticfile v0.10.1 |
2332 | 2024-09-27T03:33:59.594Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2333 | 2024-09-27T03:34:01.784Z | Compiling csv v1.3.0 |
2334 | 2024-09-27T03:34:01.828Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2335 | 2024-09-27T03:34:02.049Z | Compiling zone_cfg_derive v0.1.2 |
2336 | 2024-09-27T03:34:03.477Z | Compiling compact_str v0.8.0 |
2337 | 2024-09-27T03:34:03.954Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
2338 | 2024-09-27T03:34:06.162Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
2339 | 2024-09-27T03:34:06.232Z | Compiling nix v0.27.1 |
2340 | 2024-09-27T03:34:06.981Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2341 | 2024-09-27T03:34:09.070Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2342 | 2024-09-27T03:34:09.088Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2343 | 2024-09-27T03:34:13.673Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2344 | 2024-09-27T03:34:14.015Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2345 | 2024-09-27T03:34:14.326Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2346 | 2024-09-27T03:34:14.640Z | Compiling unicode-truncate v1.0.0 |
2347 | 2024-09-27T03:34:14.811Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2348 | 2024-09-27T03:34:14.926Z | Compiling hashlink v0.9.1 |
2349 | 2024-09-27T03:34:15.447Z | Compiling lru v0.12.3 |
2350 | 2024-09-27T03:34:15.739Z | Compiling instability v0.3.2 |
2351 | 2024-09-27T03:34:15.826Z | Compiling cassowary v0.3.0 |
2352 | 2024-09-27T03:34:16.378Z | Compiling fallible-streaming-iterator v0.1.9 |
2353 | 2024-09-27T03:34:16.677Z | Compiling base64 v0.13.1 |
2354 | 2024-09-27T03:34:16.752Z | Compiling fallible-iterator v0.3.0 |
2355 | 2024-09-27T03:34:17.446Z | Compiling ron v0.7.1 |
2356 | 2024-09-27T03:34:17.565Z | Compiling rusqlite v0.32.1 |
2357 | 2024-09-27T03:34:18.672Z | Compiling ratatui v0.28.0 |
2358 | 2024-09-27T03:34:19.532Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2359 | 2024-09-27T03:34:22.695Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2360 | 2024-09-27T03:34:23.702Z | Compiling xz2 v0.1.7 |
2361 | 2024-09-27T03:34:30.587Z | Compiling zone v0.1.8 |
2362 | 2024-09-27T03:34:33.840Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2363 | 2024-09-27T03:34:37.074Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2364 | 2024-09-27T03:34:38.329Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2365 | 2024-09-27T03:34:40.032Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2366 | 2024-09-27T03:34:43.193Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2367 | 2024-09-27T03:34:44.074Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2368 | 2024-09-27T03:34:45.082Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2369 | 2024-09-27T03:34:45.423Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2370 | 2024-09-27T03:34:45.679Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2371 | 2024-09-27T03:34:45.865Z | Compiling signal-hook-tokio v0.3.1 |
2372 | 2024-09-27T03:34:46.112Z | Compiling twox-hash v1.6.3 |
2373 | 2024-09-27T03:34:47.105Z | Compiling yasna v0.5.2 |
2374 | 2024-09-27T03:34:50.511Z | Compiling unicode-linebreak v0.1.5 |
2375 | 2024-09-27T03:34:50.528Z | Compiling smawk v0.3.2 |
2376 | 2024-09-27T03:34:50.804Z | Compiling is_ci v1.2.0 |
2377 | 2024-09-27T03:34:51.077Z | Compiling supports-color v3.0.1 |
2378 | 2024-09-27T03:34:51.115Z | Compiling textwrap v0.16.1 |
2379 | 2024-09-27T03:34:51.482Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#16fedf00) |
2380 | 2024-09-27T03:34:52.689Z | Compiling rcgen v0.12.1 |
2381 | 2024-09-27T03:34:56.271Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2382 | 2024-09-27T03:35:02.323Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2383 | 2024-09-27T03:35:02.534Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2384 | 2024-09-27T03:35:06.555Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2385 | 2024-09-27T03:35:10.962Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2386 | 2024-09-27T03:35:11.595Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2387 | 2024-09-27T03:35:12.241Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2388 | 2024-09-27T03:35:13.353Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2389 | 2024-09-27T03:35:13.675Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
2390 | 2024-09-27T03:35:20.143Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2391 | 2024-09-27T03:35:24.282Z | Compiling fatfs v0.3.6 |
2392 | 2024-09-27T03:35:27.084Z | Compiling subprocess v0.2.9 |
2393 | 2024-09-27T03:35:29.352Z | Compiling rtoolbox v0.0.2 |
2394 | 2024-09-27T03:35:29.788Z | Compiling assert_matches v1.5.0 |
2395 | 2024-09-27T03:35:30.462Z | Compiling rpassword v7.3.1 |
2396 | 2024-09-27T03:35:30.916Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2397 | 2024-09-27T03:35:31.943Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2398 | 2024-09-27T03:35:33.139Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2399 | 2024-09-27T03:35:38.551Z | Compiling tui-tree-widget v0.22.0 |
2400 | 2024-09-27T03:35:39.003Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2401 | 2024-09-27T03:35:40.300Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2402 | 2024-09-27T03:35:53.406Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2403 | 2024-09-27T03:35:55.797Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2404 | 2024-09-27T03:35:56.120Z | Compiling uzers v0.11.3 |
2405 | 2024-09-27T03:35:58.811Z | Compiling shell-words v1.1.0 |
2406 | 2024-09-27T03:35:59.256Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2407 | 2024-09-27T03:36:00.220Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2408 | 2024-09-27T03:36:00.893Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2409 | 2024-09-27T03:36:02.232Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2410 | 2024-09-27T03:36:38.296Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2411 | 2024-09-27T03:36:49.390Z | Compiling multimap v0.10.0 |
2412 | 2024-09-27T03:38:37.311Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2413 | 2024-09-27T03:38:55.322Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2414 | 2024-09-27T03:45:02.433Z | Finished `release` profile [optimized] target(s) in 15m 22s |
2415 | 2024-09-27T03:46:00.343Z | |
2416 | 2024-09-27T03:46:00.346Z | real 16:21.472496612 |
2417 | 2024-09-27T03:46:00.346Z | user 1:52:49.359184967 |
2418 | 2024-09-27T03:46:00.346Z | sys 5:36.550188979 |
2419 | 2024-09-27T03:46:00.346Z | trap 2.675694577 |
2420 | 2024-09-27T03:46:00.346Z | tflt 3.205480034 |
2421 | 2024-09-27T03:46:00.346Z | dflt 3.707236701 |
2422 | 2024-09-27T03:46:00.346Z | kflt 0.004002536 |
2423 | 2024-09-27T03:46:00.346Z | lock 6:52:50.888161479 |
2424 | 2024-09-27T03:46:00.346Z | slp 5:57:18.096965582 |
2425 | 2024-09-27T03:46:00.346Z | lat 2:49.689549341 |
2426 | 2024-09-27T03:46:00.346Z | stop 2:37.415179617 |
2427 | 2024-09-27T03:46:00.346Z | + mapfile -t packages |
2428 | 2024-09-27T03:46:00.346Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2429 | 2024-09-27T03:46:01.484Z | Finished `release` profile [optimized] target(s) in 1.08s |
2430 | 2024-09-27T03:46:01.535Z | Running `target/release/omicron-package -t test list-outputs` |
2431 | 2024-09-27T03:46:01.583Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2432 | 2024-09-27T03:46:01.585Z | + ptime -m cargo build --locked --release -p xtask |
2433 | 2024-09-27T03:46:02.229Z | Compiling serde v1.0.210 |
2434 | 2024-09-27T03:46:02.231Z | Compiling libc v0.2.159 |
2435 | 2024-09-27T03:46:02.231Z | Compiling rustix v0.38.34 |
2436 | 2024-09-27T03:46:02.231Z | Compiling serde_json v1.0.128 |
2437 | 2024-09-27T03:46:02.231Z | Compiling syn v2.0.77 |
2438 | 2024-09-27T03:46:02.328Z | Compiling bitflags v2.6.0 |
2439 | 2024-09-27T03:46:02.665Z | Compiling usdt-impl v0.5.0 |
2440 | 2024-09-27T03:46:02.703Z | Compiling syn v1.0.109 |
2441 | 2024-09-27T03:46:02.845Z | Compiling log v0.4.22 |
2442 | 2024-09-27T03:46:02.859Z | Compiling hashbrown v0.14.5 |
2443 | 2024-09-27T03:46:02.885Z | Compiling fs-err v2.11.0 |
2444 | 2024-09-27T03:46:03.211Z | Compiling anyhow v1.0.89 |
2445 | 2024-09-27T03:46:03.765Z | Compiling thread-id v4.2.1 |
2446 | 2024-09-27T03:46:04.170Z | Compiling indexmap v2.5.0 |
2447 | 2024-09-27T03:46:05.253Z | Compiling terminal_size v0.3.0 |
2448 | 2024-09-27T03:46:05.253Z | Compiling tempfile v3.10.1 |
2449 | 2024-09-27T03:46:05.470Z | Compiling clap_builder v4.5.18 |
2450 | 2024-09-27T03:46:06.212Z | Compiling proc-macro-error v1.0.4 |
2451 | 2024-09-27T03:46:07.447Z | Compiling tabled_derive v0.7.0 |
2452 | 2024-09-27T03:46:08.814Z | Compiling tabled v0.15.0 |
2453 | 2024-09-27T03:46:09.870Z | Compiling serde_derive v1.0.210 |
2454 | 2024-09-27T03:46:10.625Z | Compiling thiserror-impl v1.0.64 |
2455 | 2024-09-27T03:46:12.697Z | Compiling zerocopy-derive v0.7.34 |
2456 | 2024-09-27T03:46:13.510Z | Compiling thiserror v1.0.64 |
2457 | 2024-09-27T03:46:13.668Z | Compiling pest v2.7.10 |
2458 | 2024-09-27T03:46:14.354Z | Compiling scroll_derive v0.12.0 |
2459 | 2024-09-27T03:46:14.674Z | Compiling zerocopy v0.7.34 |
2460 | 2024-09-27T03:46:15.787Z | Compiling scroll v0.12.0 |
2461 | 2024-09-27T03:46:16.257Z | Compiling pest_meta v2.7.10 |
2462 | 2024-09-27T03:46:16.439Z | Compiling goblin v0.8.2 |
2463 | 2024-09-27T03:46:18.411Z | Compiling pest_generator v2.7.10 |
2464 | 2024-09-27T03:46:20.386Z | Compiling pest_derive v2.7.10 |
2465 | 2024-09-27T03:46:21.180Z | Compiling dtrace-parser v0.2.0 |
2466 | 2024-09-27T03:46:25.380Z | Compiling serde_spanned v0.6.7 |
2467 | 2024-09-27T03:46:25.648Z | Compiling toml_datetime v0.6.8 |
2468 | 2024-09-27T03:46:26.356Z | Compiling dof v0.3.0 |
2469 | 2024-09-27T03:46:26.813Z | Compiling serde_tokenstream v0.2.2 |
2470 | 2024-09-27T03:46:27.425Z | Compiling toml_edit v0.22.22 |
2471 | 2024-09-27T03:46:30.471Z | Compiling camino v1.1.9 |
2472 | 2024-09-27T03:46:31.736Z | Compiling usdt-attr-macro v0.5.0 |
2473 | 2024-09-27T03:46:31.777Z | Compiling usdt-macro v0.5.0 |
2474 | 2024-09-27T03:46:31.804Z | Compiling toml v0.8.19 |
2475 | 2024-09-27T03:46:33.035Z | Compiling cargo-platform v0.1.8 |
2476 | 2024-09-27T03:46:33.129Z | Compiling semver v1.0.23 |
2477 | 2024-09-27T03:46:34.085Z | Compiling clap_derive v4.5.18 |
2478 | 2024-09-27T03:46:34.147Z | Compiling cargo_metadata v0.18.1 |
2479 | 2024-09-27T03:46:34.635Z | Compiling usdt v0.5.0 |
2480 | 2024-09-27T03:46:35.610Z | Compiling cargo_toml v0.20.5 |
2481 | 2024-09-27T03:46:36.130Z | Compiling camino-tempfile v1.1.1 |
2482 | 2024-09-27T03:46:36.937Z | Compiling macaddr v1.0.1 |
2483 | 2024-09-27T03:46:38.573Z | Compiling clap v4.5.18 |
2484 | 2024-09-27T03:46:47.148Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2485 | 2024-09-27T03:46:58.865Z | Finished `release` profile [optimized] target(s) in 57.22s |
2486 | 2024-09-27T03:46:58.972Z | |
2487 | 2024-09-27T03:46:58.982Z | real 57.351555313 |
2488 | 2024-09-27T03:46:58.982Z | user 5:43.199177236 |
2489 | 2024-09-27T03:46:58.982Z | sys 32.692386056 |
2490 | 2024-09-27T03:46:58.982Z | trap 0.145948909 |
2491 | 2024-09-27T03:46:58.982Z | tflt 0.336742033 |
2492 | 2024-09-27T03:46:58.982Z | dflt 0.744699587 |
2493 | 2024-09-27T03:46:58.982Z | kflt 0.000000000 |
2494 | 2024-09-27T03:46:58.982Z | lock 10:12.107397586 |
2495 | 2024-09-27T03:46:58.982Z | slp 15:25.270222158 |
2496 | 2024-09-27T03:46:58.982Z | lat 11.652754578 |
2497 | 2024-09-27T03:46:58.982Z | stop 17.236885105 |
2498 | 2024-09-27T03:46:58.982Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2499 | 2024-09-27T03:46:58.982Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2500 | 2024-09-27T03:46:58.982Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2501 | 2024-09-27T03:46:58.982Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2502 | 2024-09-27T03:46:58.982Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2503 | 2024-09-27T03:46:59.934Z | Compiling unsafe-libyaml v0.2.11 |
2504 | 2024-09-27T03:47:00.053Z | Compiling regress v0.10.1 |
2505 | 2024-09-27T03:47:00.055Z | Compiling regress v0.9.1 |
2506 | 2024-09-27T03:47:00.055Z | Compiling progenitor-client v0.8.0 |
2507 | 2024-09-27T03:47:00.055Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2508 | 2024-09-27T03:47:00.079Z | Compiling ident_case v1.0.1 |
2509 | 2024-09-27T03:47:00.094Z | Compiling toml v0.8.19 |
2510 | 2024-09-27T03:47:00.096Z | Compiling match_cfg v0.1.0 |
2511 | 2024-09-27T03:47:00.223Z | Compiling hostname v0.3.1 |
2512 | 2024-09-27T03:47:00.292Z | Compiling darling_core v0.20.9 |
2513 | 2024-09-27T03:47:00.481Z | Compiling getopts v0.2.21 |
2514 | 2024-09-27T03:47:00.481Z | Compiling rustls v0.22.4 |
2515 | 2024-09-27T03:47:00.635Z | Compiling paste v1.0.15 |
2516 | 2024-09-27T03:47:00.809Z | Compiling ipnetwork v0.20.0 |
2517 | 2024-09-27T03:47:01.297Z | Compiling serde_yaml v0.9.34+deprecated |
2518 | 2024-09-27T03:47:01.448Z | Compiling multer v3.1.0 |
2519 | 2024-09-27T03:47:01.842Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2520 | 2024-09-27T03:47:01.916Z | Compiling slog-json v2.6.1 |
2521 | 2024-09-27T03:47:02.291Z | Compiling async-stream-impl v0.3.5 |
2522 | 2024-09-27T03:47:02.310Z | Compiling instant v0.1.12 |
2523 | 2024-09-27T03:47:02.472Z | Compiling dropshot v0.12.0 |
2524 | 2024-09-27T03:47:02.799Z | Compiling debug-ignore v1.0.5 |
2525 | 2024-09-27T03:47:03.145Z | Compiling slog-bunyan v2.5.0 |
2526 | 2024-09-27T03:47:03.210Z | Compiling waitgroup v0.1.2 |
2527 | 2024-09-27T03:47:03.433Z | Compiling dropshot_endpoint v0.12.0 |
2528 | 2024-09-27T03:47:03.741Z | Compiling typify-impl v0.2.0 |
2529 | 2024-09-27T03:47:04.098Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2530 | 2024-09-27T03:47:05.132Z | Compiling async-stream v0.3.5 |
2531 | 2024-09-27T03:47:05.187Z | Compiling serde_path_to_error v0.1.16 |
2532 | 2024-09-27T03:47:05.452Z | Compiling hostname v0.4.0 |
2533 | 2024-09-27T03:47:05.596Z | Compiling structmeta-derive v0.3.0 |
2534 | 2024-09-27T03:47:05.723Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2535 | 2024-09-27T03:47:06.070Z | Compiling newtype-uuid v1.1.0 |
2536 | 2024-09-27T03:47:06.397Z | Compiling tokio-rustls v0.25.0 |
2537 | 2024-09-27T03:47:06.479Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2538 | 2024-09-27T03:47:06.839Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2539 | 2024-09-27T03:47:07.197Z | Compiling backoff v0.4.0 |
2540 | 2024-09-27T03:47:07.295Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2541 | 2024-09-27T03:47:07.419Z | Compiling darling_macro v0.20.9 |
2542 | 2024-09-27T03:47:07.478Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2543 | 2024-09-27T03:47:07.553Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2544 | 2024-09-27T03:47:07.732Z | Compiling macaddr v1.0.1 |
2545 | 2024-09-27T03:47:08.193Z | Compiling tempfile v3.10.1 |
2546 | 2024-09-27T03:47:08.273Z | Compiling proc-macro-crate v1.3.1 |
2547 | 2024-09-27T03:47:08.381Z | Compiling darling v0.20.9 |
2548 | 2024-09-27T03:47:08.513Z | Compiling serde_with_macros v3.9.0 |
2549 | 2024-09-27T03:47:08.656Z | Compiling structmeta v0.3.0 |
2550 | 2024-09-27T03:47:09.029Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2551 | 2024-09-27T03:47:09.118Z | Compiling parse-display-derive v0.10.0 |
2552 | 2024-09-27T03:47:09.376Z | Compiling num_enum_derive v0.5.11 |
2553 | 2024-09-27T03:47:09.431Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2554 | 2024-09-27T03:47:09.817Z | Compiling foreign-types-macros v0.2.3 |
2555 | 2024-09-27T03:47:11.161Z | Compiling heapless v0.8.0 |
2556 | 2024-09-27T03:47:11.495Z | Compiling serde_with v3.9.0 |
2557 | 2024-09-27T03:47:11.774Z | Compiling foreign-types-shared v0.3.1 |
2558 | 2024-09-27T03:47:11.903Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2559 | 2024-09-27T03:47:12.119Z | Compiling num_enum v0.5.11 |
2560 | 2024-09-27T03:47:12.197Z | Compiling foreign-types v0.5.0 |
2561 | 2024-09-27T03:47:12.293Z | Compiling proc-macro-error v1.0.4 |
2562 | 2024-09-27T03:47:12.547Z | Compiling camino-tempfile v1.1.1 |
2563 | 2024-09-27T03:47:12.674Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2564 | 2024-09-27T03:47:12.996Z | Compiling cstr-argument v0.1.2 |
2565 | 2024-09-27T03:47:13.043Z | Compiling hash32 v0.3.1 |
2566 | 2024-09-27T03:47:13.251Z | Compiling pretty-hex v0.2.1 |
2567 | 2024-09-27T03:47:13.305Z | Compiling smoltcp v0.11.0 |
2568 | 2024-09-27T03:47:13.439Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2569 | 2024-09-27T03:47:13.795Z | Compiling parse-display v0.10.0 |
2570 | 2024-09-27T03:47:13.814Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2571 | 2024-09-27T03:47:14.107Z | Compiling tabwriter v1.4.0 |
2572 | 2024-09-27T03:47:14.445Z | Compiling colored v2.1.0 |
2573 | 2024-09-27T03:47:14.534Z | Compiling cobs v0.2.3 |
2574 | 2024-09-27T03:47:14.709Z | Compiling embedded-io v0.4.0 |
2575 | 2024-09-27T03:47:14.857Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2576 | 2024-09-27T03:47:14.941Z | Compiling postcard v1.0.8 |
2577 | 2024-09-27T03:47:15.174Z | Compiling crucible-workspace-hack v0.1.0 |
2578 | 2024-09-27T03:47:15.307Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2579 | 2024-09-27T03:47:15.423Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2580 | 2024-09-27T03:47:15.492Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2581 | 2024-09-27T03:47:15.633Z | Compiling smf v0.2.3 |
2582 | 2024-09-27T03:47:15.747Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2583 | 2024-09-27T03:47:16.088Z | Compiling zone_cfg_derive v0.3.0 |
2584 | 2024-09-27T03:47:16.349Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
2585 | 2024-09-27T03:47:16.853Z | Compiling num-derive v0.4.2 |
2586 | 2024-09-27T03:47:17.040Z | Compiling sigpipe v0.1.3 |
2587 | 2024-09-27T03:47:17.175Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2588 | 2024-09-27T03:47:17.524Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2589 | 2024-09-27T03:47:17.618Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
2590 | 2024-09-27T03:47:17.672Z | Compiling zone v0.3.0 |
2591 | 2024-09-27T03:47:18.084Z | Compiling universal-hash v0.5.1 |
2592 | 2024-09-27T03:47:18.305Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2593 | 2024-09-27T03:47:18.651Z | Compiling opaque-debug v0.3.1 |
2594 | 2024-09-27T03:47:18.756Z | Compiling num-rational v0.4.2 |
2595 | 2024-09-27T03:47:19.231Z | Compiling num-complex v0.4.6 |
2596 | 2024-09-27T03:47:19.353Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
2597 | 2024-09-27T03:47:19.593Z | Compiling password-hash v0.5.0 |
2598 | 2024-09-27T03:47:19.983Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2599 | 2024-09-27T03:47:20.334Z | Compiling num v0.4.3 |
2600 | 2024-09-27T03:47:20.368Z | Compiling blake2 v0.10.6 |
2601 | 2024-09-27T03:47:20.412Z | Compiling aead v0.5.2 |
2602 | 2024-09-27T03:47:20.442Z | Compiling convert_case v0.4.0 |
2603 | 2024-09-27T03:47:20.604Z | Compiling utf-8 v0.7.6 |
2604 | 2024-09-27T03:47:20.624Z | Compiling float-ord v0.3.2 |
2605 | 2024-09-27T03:47:20.800Z | Compiling keccak v0.1.5 |
2606 | 2024-09-27T03:47:20.820Z | Compiling argon2 v0.5.3 |
2607 | 2024-09-27T03:47:20.962Z | Compiling tungstenite v0.21.0 |
2608 | 2024-09-27T03:47:21.439Z | Compiling derive_more v0.99.18 |
2609 | 2024-09-27T03:47:21.842Z | Compiling sha3 v0.10.8 |
2610 | 2024-09-27T03:47:21.877Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2611 | 2024-09-27T03:47:22.194Z | Compiling poly1305 v0.8.0 |
2612 | 2024-09-27T03:47:22.415Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2613 | 2024-09-27T03:47:22.460Z | Compiling typify-macro v0.2.0 |
2614 | 2024-09-27T03:47:22.885Z | Compiling newline-converter v0.3.0 |
2615 | 2024-09-27T03:47:23.062Z | Compiling chacha20 v0.9.1 |
2616 | 2024-09-27T03:47:23.106Z | Compiling semver v0.1.20 |
2617 | 2024-09-27T03:47:23.252Z | Compiling expectorate v1.1.0 |
2618 | 2024-09-27T03:47:23.442Z | Compiling tokio-tungstenite v0.21.0 |
2619 | 2024-09-27T03:47:23.549Z | Compiling rustc_version v0.1.7 |
2620 | 2024-09-27T03:47:23.769Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2621 | 2024-09-27T03:47:23.800Z | Compiling owo-colors v4.1.0 |
2622 | 2024-09-27T03:47:23.905Z | Compiling cancel-safe-futures v0.1.5 |
2623 | 2024-09-27T03:47:24.013Z | Compiling same-file v1.0.6 |
2624 | 2024-09-27T03:47:24.091Z | Compiling newtype_derive v0.1.6 |
2625 | 2024-09-27T03:47:24.139Z | Compiling primeorder v0.13.6 |
2626 | 2024-09-27T03:47:24.207Z | Compiling walkdir v2.5.0 |
2627 | 2024-09-27T03:47:24.296Z | Compiling secrecy v0.8.0 |
2628 | 2024-09-27T03:47:24.314Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2629 | 2024-09-27T03:47:24.400Z | Compiling prettyplease v0.2.22 |
2630 | 2024-09-27T03:47:24.610Z | Compiling home v0.5.9 |
2631 | 2024-09-27T03:47:24.899Z | Compiling atomicwrites v0.4.4 |
2632 | 2024-09-27T03:47:24.988Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2633 | 2024-09-27T03:47:25.230Z | Compiling thiserror-impl-no-std v2.0.2 |
2634 | 2024-09-27T03:47:25.261Z | Compiling libsw v3.3.1 |
2635 | 2024-09-27T03:47:25.323Z | Compiling blake3 v1.5.1 |
2636 | 2024-09-27T03:47:25.382Z | Compiling ring v0.16.20 |
2637 | 2024-09-27T03:47:25.594Z | Compiling derive-where v1.2.7 |
2638 | 2024-09-27T03:47:25.998Z | Compiling unicase v2.7.0 |
2639 | 2024-09-27T03:47:26.328Z | Compiling half v2.4.1 |
2640 | 2024-09-27T03:47:26.520Z | Compiling quick-error v1.2.3 |
2641 | 2024-09-27T03:47:26.686Z | Compiling linear-map v1.2.0 |
2642 | 2024-09-27T03:47:26.855Z | Compiling indent_write v2.2.0 |
2643 | 2024-09-27T03:47:26.996Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2644 | 2024-09-27T03:47:27.017Z | Compiling typify v0.2.0 |
2645 | 2024-09-27T03:47:27.062Z | Compiling ciborium-io v0.2.2 |
2646 | 2024-09-27T03:47:27.081Z | Compiling arc-swap v1.7.1 |
2647 | 2024-09-27T03:47:27.099Z | Compiling linked-hash-map v0.5.6 |
2648 | 2024-09-27T03:47:27.144Z | Compiling progenitor-impl v0.8.0 |
2649 | 2024-09-27T03:47:27.164Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2650 | 2024-09-27T03:47:27.192Z | Compiling ciborium-ll v0.2.2 |
2651 | 2024-09-27T03:47:27.483Z | Compiling lru-cache v0.1.2 |
2652 | 2024-09-27T03:47:27.631Z | Compiling slog-scope v4.4.0 |
2653 | 2024-09-27T03:47:27.694Z | Compiling resolv-conf v0.7.0 |
2654 | 2024-09-27T03:47:28.474Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2655 | 2024-09-27T03:47:28.520Z | Compiling thiserror-no-std v2.0.2 |
2656 | 2024-09-27T03:47:28.891Z | Compiling polyval v0.6.2 |
2657 | 2024-09-27T03:47:29.019Z | Compiling itertools v0.13.0 |
2658 | 2024-09-27T03:47:29.130Z | Compiling memmap2 v0.9.4 |
2659 | 2024-09-27T03:47:29.155Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2660 | 2024-09-27T03:47:29.350Z | Compiling libefi-sys v0.1.0 |
2661 | 2024-09-27T03:47:29.646Z | Compiling constant_time_eq v0.3.0 |
2662 | 2024-09-27T03:47:29.723Z | Compiling arrayvec v0.7.4 |
2663 | 2024-09-27T03:47:29.844Z | Compiling untrusted v0.7.1 |
2664 | 2024-09-27T03:47:30.041Z | Compiling highway v1.2.0 |
2665 | 2024-09-27T03:47:30.151Z | Compiling spin v0.5.2 |
2666 | 2024-09-27T03:47:30.402Z | Compiling salty v0.3.0 |
2667 | 2024-09-27T03:47:30.464Z | Compiling arrayref v0.3.7 |
2668 | 2024-09-27T03:47:30.584Z | Compiling parking_lot_core v0.8.6 |
2669 | 2024-09-27T03:47:31.143Z | Compiling ghash v0.5.1 |
2670 | 2024-09-27T03:47:31.354Z | Compiling steno v0.4.1 |
2671 | 2024-09-27T03:47:31.912Z | Compiling vsss-rs v3.3.4 |
2672 | 2024-09-27T03:47:32.427Z | Compiling hickory-resolver v0.24.1 |
2673 | 2024-09-27T03:47:32.468Z | Compiling slog-stdlog v4.1.1 |
2674 | 2024-09-27T03:47:32.864Z | Compiling ciborium v0.2.2 |
2675 | 2024-09-27T03:47:33.530Z | Compiling toolchain_find v0.4.0 |
2676 | 2024-09-27T03:47:34.222Z | Compiling p384 v0.13.0 |
2677 | 2024-09-27T03:47:34.411Z | Compiling chacha20poly1305 v0.10.1 |
2678 | 2024-09-27T03:47:34.657Z | Compiling ctr v0.9.2 |
2679 | 2024-09-27T03:47:34.675Z | Compiling lzma-sys v0.1.20 |
2680 | 2024-09-27T03:47:35.034Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2681 | 2024-09-27T03:47:35.257Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2682 | 2024-09-27T03:47:35.431Z | Compiling bitfield-struct v0.6.1 |
2683 | 2024-09-27T03:47:35.473Z | Compiling slog-dtrace v0.3.0 |
2684 | 2024-09-27T03:47:35.500Z | Compiling progenitor-macro v0.8.0 |
2685 | 2024-09-27T03:47:35.795Z | Compiling humantime v2.1.0 |
2686 | 2024-09-27T03:47:35.817Z | Compiling topological-sort v0.2.2 |
2687 | 2024-09-27T03:47:36.049Z | Compiling omicron-zone-package v0.11.0 |
2688 | 2024-09-27T03:47:36.522Z | Compiling aes-gcm v0.10.3 |
2689 | 2024-09-27T03:47:36.545Z | Compiling rustfmt-wrapper v0.2.1 |
2690 | 2024-09-27T03:47:36.827Z | Compiling slog-envlogger v2.2.0 |
2691 | 2024-09-27T03:47:36.939Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2692 | 2024-09-27T03:47:37.181Z | Compiling mime_guess v2.0.4 |
2693 | 2024-09-27T03:47:38.419Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2694 | 2024-09-27T03:47:38.554Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2695 | 2024-09-27T03:47:38.934Z | Compiling heck v0.3.3 |
2696 | 2024-09-27T03:47:39.081Z | Compiling ssh-encoding v0.2.0 |
2697 | 2024-09-27T03:47:39.117Z | Compiling blowfish v0.9.1 |
2698 | 2024-09-27T03:47:39.183Z | Compiling nibble_vec v0.1.0 |
2699 | 2024-09-27T03:47:39.393Z | Compiling env_filter v0.1.2 |
2700 | 2024-09-27T03:47:39.407Z | Compiling endian-type v0.1.2 |
2701 | 2024-09-27T03:47:39.580Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2702 | 2024-09-27T03:47:39.652Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2703 | 2024-09-27T03:47:39.670Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2704 | 2024-09-27T03:47:39.711Z | Compiling env_logger v0.11.5 |
2705 | 2024-09-27T03:47:39.747Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2706 | 2024-09-27T03:47:40.024Z | Compiling radix_trie v0.2.1 |
2707 | 2024-09-27T03:47:40.041Z | Compiling ssh-cipher v0.2.0 |
2708 | 2024-09-27T03:47:40.160Z | Compiling zone_cfg_derive v0.1.2 |
2709 | 2024-09-27T03:47:40.485Z | Compiling bcrypt-pbkdf v0.10.0 |
2710 | 2024-09-27T03:47:40.727Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2711 | 2024-09-27T03:47:41.155Z | Compiling parking_lot v0.11.2 |
2712 | 2024-09-27T03:47:41.246Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2713 | 2024-09-27T03:47:41.761Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2714 | 2024-09-27T03:47:41.779Z | Compiling gethostname v0.5.0 |
2715 | 2024-09-27T03:47:41.812Z | Compiling password-hash v0.4.2 |
2716 | 2024-09-27T03:47:42.015Z | Compiling fxhash v0.2.1 |
2717 | 2024-09-27T03:47:42.084Z | Compiling base64 v0.13.1 |
2718 | 2024-09-27T03:47:42.200Z | Compiling matches v0.1.10 |
2719 | 2024-09-27T03:47:42.231Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2720 | 2024-09-27T03:47:42.312Z | Compiling idna v0.2.3 |
2721 | 2024-09-27T03:47:42.340Z | Compiling pbkdf2 v0.11.0 |
2722 | 2024-09-27T03:47:42.539Z | Compiling ron v0.7.1 |
2723 | 2024-09-27T03:47:42.588Z | Compiling sled v0.34.7 |
2724 | 2024-09-27T03:47:42.693Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2725 | 2024-09-27T03:47:42.713Z | Compiling xz2 v0.1.7 |
2726 | 2024-09-27T03:47:42.716Z | Compiling zone v0.1.8 |
2727 | 2024-09-27T03:47:43.214Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2728 | 2024-09-27T03:47:43.892Z | Compiling ssh-key v0.6.6 |
2729 | 2024-09-27T03:47:44.320Z | Compiling hickory-client v0.24.1 |
2730 | 2024-09-27T03:47:44.857Z | Compiling p256 v0.13.2 |
2731 | 2024-09-27T03:47:44.923Z | Compiling p521 v0.13.3 |
2732 | 2024-09-27T03:47:45.679Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2733 | 2024-09-27T03:47:45.784Z | Compiling hickory-server v0.24.1 |
2734 | 2024-09-27T03:47:47.437Z | Compiling enum-as-inner v0.5.1 |
2735 | 2024-09-27T03:47:47.708Z | Compiling pem v3.0.4 |
2736 | 2024-09-27T03:47:48.218Z | Compiling yasna v0.5.2 |
2737 | 2024-09-27T03:47:48.527Z | Compiling headers-core v0.3.0 |
2738 | 2024-09-27T03:47:48.555Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
2739 | 2024-09-27T03:47:48.702Z | Compiling kstat-rs v0.2.4 |
2740 | 2024-09-27T03:47:48.720Z | Compiling nanorand v0.7.0 |
2741 | 2024-09-27T03:47:48.966Z | Compiling atty v0.2.14 |
2742 | 2024-09-27T03:47:49.111Z | Compiling russh-cryptovec v0.7.2 |
2743 | 2024-09-27T03:47:49.290Z | Compiling md5 v0.7.0 |
2744 | 2024-09-27T03:47:49.340Z | Compiling glob v0.3.1 |
2745 | 2024-09-27T03:47:49.445Z | Compiling http-range v0.1.5 |
2746 | 2024-09-27T03:47:49.838Z | Compiling hyper-staticfile v0.10.1 |
2747 | 2024-09-27T03:47:49.883Z | Compiling russh-keys v0.45.0 |
2748 | 2024-09-27T03:47:49.914Z | Compiling rcgen v0.12.1 |
2749 | 2024-09-27T03:47:50.342Z | Compiling flume v0.11.0 |
2750 | 2024-09-27T03:47:50.395Z | Compiling headers v0.4.0 |
2751 | 2024-09-27T03:47:50.993Z | Compiling trust-dns-proto v0.22.0 |
2752 | 2024-09-27T03:47:52.341Z | Compiling num-bigint v0.4.5 |
2753 | 2024-09-27T03:47:52.371Z | Compiling des v0.8.1 |
2754 | 2024-09-27T03:47:52.733Z | Compiling subprocess v0.2.9 |
2755 | 2024-09-27T03:47:53.255Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2756 | 2024-09-27T03:47:53.451Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2757 | 2024-09-27T03:47:53.486Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2758 | 2024-09-27T03:47:53.679Z | Compiling progenitor v0.8.0 |
2759 | 2024-09-27T03:47:53.952Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2760 | 2024-09-27T03:47:54.065Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2761 | 2024-09-27T03:47:54.072Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
2762 | 2024-09-27T03:47:54.766Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2763 | 2024-09-27T03:47:56.038Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2764 | 2024-09-27T03:47:57.494Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2765 | 2024-09-27T03:47:59.318Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2766 | 2024-09-27T03:48:00.827Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#16fedf00) |
2767 | 2024-09-27T03:48:00.865Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
2768 | 2024-09-27T03:48:01.473Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
2769 | 2024-09-27T03:48:01.494Z | Compiling display-error-chain v0.2.1 |
2770 | 2024-09-27T03:48:01.679Z | Compiling hex-literal v0.4.1 |
2771 | 2024-09-27T03:48:01.853Z | Compiling dhcproto-macros v0.1.0 |
2772 | 2024-09-27T03:48:02.572Z | Compiling russh v0.45.0 |
2773 | 2024-09-27T03:48:02.884Z | Compiling dhcproto v0.12.0 |
2774 | 2024-09-27T03:48:03.217Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2775 | 2024-09-27T03:48:03.351Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2776 | 2024-09-27T03:48:03.827Z | Compiling internet-checksum v0.2.1 |
2777 | 2024-09-27T03:48:10.469Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2778 | 2024-09-27T03:48:10.472Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2779 | 2024-09-27T03:48:10.472Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2780 | 2024-09-27T03:48:10.472Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2781 | 2024-09-27T03:48:13.699Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2782 | 2024-09-27T03:48:13.751Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2783 | 2024-09-27T03:48:14.527Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2784 | 2024-09-27T03:48:14.666Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2785 | 2024-09-27T03:48:15.632Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2786 | 2024-09-27T03:48:16.626Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2787 | 2024-09-27T03:48:18.227Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2788 | 2024-09-27T03:48:18.330Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2789 | 2024-09-27T03:48:18.793Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2790 | 2024-09-27T03:48:19.509Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2791 | 2024-09-27T03:48:21.099Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2792 | 2024-09-27T03:48:22.364Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2793 | 2024-09-27T03:48:24.988Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2794 | 2024-09-27T03:48:26.706Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2795 | 2024-09-27T03:48:27.227Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2796 | 2024-09-27T03:48:28.528Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2797 | 2024-09-27T03:48:28.733Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2798 | 2024-09-27T03:48:31.393Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2799 | 2024-09-27T03:48:36.036Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2800 | 2024-09-27T03:48:44.451Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2801 | 2024-09-27T03:48:44.452Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2802 | 2024-09-27T03:48:46.507Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2803 | 2024-09-27T03:49:05.983Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2804 | 2024-09-27T03:49:40.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
2805 | 2024-09-27T03:49:40.234Z | |
2806 | 2024-09-27T03:49:40.237Z | real 2:41.194807830 |
2807 | 2024-09-27T03:49:40.238Z | user 12:50.026127060 |
2808 | 2024-09-27T03:49:40.238Z | sys 2:43.552021205 |
2809 | 2024-09-27T03:49:40.238Z | trap 0.345755861 |
2810 | 2024-09-27T03:49:40.238Z | tflt 1.530722878 |
2811 | 2024-09-27T03:49:40.238Z | dflt 1.863787927 |
2812 | 2024-09-27T03:49:40.238Z | kflt 0.000070878 |
2813 | 2024-09-27T03:49:40.238Z | lock 27:34.669186568 |
2814 | 2024-09-27T03:49:40.238Z | slp 47:56.413828151 |
2815 | 2024-09-27T03:49:40.238Z | lat 39.499527334 |
2816 | 2024-09-27T03:49:40.238Z | stop 1:36.802036284 |
2817 | 2024-09-27T03:49:40.238Z | + mkdir tests |
2818 | 2024-09-27T03:49:40.241Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2819 | 2024-09-27T03:49:40.241Z | + xargs -I '{}' -t cp '{}' tests/ |
2820 | 2024-09-27T03:49:40.282Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cc13e9dc706ebdf0 tests/ |
2821 | 2024-09-27T03:49:40.304Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-01b3a7390795e65c tests/ |
2822 | 2024-09-27T03:49:40.324Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ca042cd339bb83b8 tests/ |
2823 | 2024-09-27T03:49:40.343Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2df6e41022231090 tests/ |
2824 | 2024-09-27T03:49:40.526Z | + 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/*) |
2825 | 2024-09-27T03:49:40.529Z | + 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-01b3a7390795e65c tests/commtest-ca042cd339bb83b8 tests/dhcp_server-cc13e9dc706ebdf0 tests/end_to_end_tests-2df6e41022231090 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 |
2826 | 2024-09-27T03:50:46.767Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2827 | 2024-09-27T03:50:46.767Z | a out/target/test 1K |
2828 | 2024-09-27T03:50:46.767Z | a out/npuzone/npuzone 23144K |
2829 | 2024-09-27T03:50:46.767Z | a package-manifest.toml 32K |
2830 | 2024-09-27T03:50:46.767Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2831 | 2024-09-27T03:50:46.767Z | a target/release/omicron-package 36802K |
2832 | 2024-09-27T03:50:46.767Z | a target/release/xtask 12014K |
2833 | 2024-09-27T03:50:46.767Z | a target/debug/bootstrap 225273K |
2834 | 2024-09-27T03:50:46.767Z | a tests/bootstrap-01b3a7390795e65c 23777K |
2835 | 2024-09-27T03:50:46.768Z | a tests/commtest-ca042cd339bb83b8 24004K |
2836 | 2024-09-27T03:50:46.768Z | a tests/dhcp_server-cc13e9dc706ebdf0 23777K |
2837 | 2024-09-27T03:50:46.768Z | a tests/end_to_end_tests-2df6e41022231090 237423K |
2838 | 2024-09-27T03:50:46.768Z | a out/clickhouse.tar.gz 233657K |
2839 | 2024-09-27T03:50:46.768Z | a out/clickhouse_keeper.tar.gz 233656K |
2840 | 2024-09-27T03:50:46.768Z | a out/clickhouse_server.tar.gz 233656K |
2841 | 2024-09-27T03:50:46.768Z | a out/cockroachdb.tar.gz 132084K |
2842 | 2024-09-27T03:50:46.768Z | a out/crucible-dtrace.tar 84K |
2843 | 2024-09-27T03:50:46.768Z | a out/crucible-pantry-zone.tar.gz 25968K |
2844 | 2024-09-27T03:50:46.768Z | a out/crucible-zone.tar.gz 34242K |
2845 | 2024-09-27T03:50:46.768Z | a out/external-dns.tar.gz 25174K |
2846 | 2024-09-27T03:50:46.768Z | a out/internal-dns.tar.gz 25173K |
2847 | 2024-09-27T03:50:46.768Z | a out/mg-ddm-gz.tar 62160K |
2848 | 2024-09-27T03:50:46.768Z | a out/nexus.tar.gz 95568K |
2849 | 2024-09-27T03:50:46.768Z | a out/ntp.tar.gz 9052K |
2850 | 2024-09-27T03:50:46.768Z | a out/omicron-gateway-softnpu.tar.gz 20980K |
2851 | 2024-09-27T03:50:46.768Z | a out/omicron-sled-agent.tar 104762K |
2852 | 2024-09-27T03:50:46.768Z | a out/overlay.tar.gz 3K |
2853 | 2024-09-27T03:50:46.768Z | a out/oximeter.tar.gz 43587K |
2854 | 2024-09-27T03:50:46.768Z | a out/oxlog.tar 3036K |
2855 | 2024-09-27T03:50:46.768Z | a out/probe.tar.gz 2764K |
2856 | 2024-09-27T03:50:46.768Z | a out/propolis-server.tar.gz 65693K |
2857 | 2024-09-27T03:50:46.769Z | a out/pumpkind-gz.tar 26665K |
2858 | 2024-09-27T03:50:46.769Z | a out/switch-softnpu.tar.gz 220935K |
2859 | 2024-09-27T03:50:46.771Z | |
2860 | 2024-09-27T03:50:46.771Z | real 1:06.229416639 |
2861 | 2024-09-27T03:50:46.771Z | user 1:03.172195306 |
2862 | 2024-09-27T03:50:46.771Z | sys 4.378626596 |
2863 | 2024-09-27T03:50:46.771Z | trap 0.016200977 |
2864 | 2024-09-27T03:50:46.771Z | tflt 0.000000000 |
2865 | 2024-09-27T03:50:46.772Z | dflt 0.000000000 |
2866 | 2024-09-27T03:50:46.772Z | kflt 0.000000000 |
2867 | 2024-09-27T03:50:46.772Z | lock 0.000000000 |
2868 | 2024-09-27T03:50:46.772Z | slp 1:02.953857335 |
2869 | 2024-09-27T03:50:46.772Z | lat 1.932764872 |
2870 | 2024-09-27T03:50:46.772Z | stop 0.000208781 |
2871 | 2024-09-27T03:50:46.772Z | process exited: duration 1904542 ms, exit code 0 |
|
2872 | 2024-09-27T03:50:46.786Z | found 1 output files |
2873 | 2024-09-27T03:50:46.786Z | uploading: /work/package.tar.gz (1656950469 bytes) |
2874 | 2024-09-27T03:51:19.440Z | uploaded: /work/package.tar.gz |