arcade icon indicating copy to clipboard operation
arcade copied to clipboard

Putting build logs on the console

Open arrowd opened this issue 4 months ago • 2 comments

(sorry of this is wrong repository to report this issue)

When building .NET with plain ./build.sh invocation, the build logs of its components are only redirected to a log file. On the console I only see something like

  Running command:
    .../dotnet/src/source-build-reference-packages/eng/common/build.sh --restore --build --pack --publish --ci --configuration ...
    Log: .../dotnet/artifacts/log/Release/source-build-reference-packages.log
    With Environment Variables:
    ...
  DirSize Before Building source-build-reference-packages
  Filesystem    Size    Used   Avail Capacity  Mounted on
  tmpfs          42G    5.5G     37G    13%    [restricted]

The problem with that is that FreeBSD official package builders are setup in a such way that they forcibly interrupt package builds that do not print anything on the console in 1 hour. .NET easily hits this restriction when built in parallel with other packages.

I tried to find some switch to make logs go to console (I don't need file logs anyways), but failed to do so.

arrowd avatar Aug 11 '25 14:08 arrowd

Ping. Can something be done about this problem?

arrowd avatar Sep 11 '25 09:09 arrowd

Monthly ping.

arrowd avatar Oct 15 '25 12:10 arrowd