Build: Add time to logline of every step (#84602)
## What?
Add timing to every step of the `next build` process for both Turbopack
and webpack.
Besides the existing `compiled successfully in` time for
Turbopack/webpack these now also have timings:
```
✓ Linting and checking validity of types in 954ms
✓ Collecting page data in 205ms
✓ Generating static pages (4/4) in 307ms
✓ Collecting build traces in 3.3s
✓ Finalizing page optimization in 3.3s
```