Bug 277529 - lang/go121: doesn't respect MAKE_JOBS_NUMBER while building
Summary: lang/go121: doesn't respect MAKE_JOBS_NUMBER while building
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Golang Team (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-06 14:43 UTC by Anton Saietskii
Modified: 2024-03-06 15:02 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (go)


Attachments
top screenshot (15.61 KB, image/png)
2024-03-06 14:43 UTC, Anton Saietskii
no flags Details
poudriere build log (7.81 KB, application/x-xz)
2024-03-06 15:02 UTC, Anton Saietskii
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Saietskii 2024-03-06 14:43:10 UTC
Created attachment 248973 [details]
top screenshot

I constantly see lots of compiler processes while building, despite that poudriere sets MAKE_JOBS_NUMBER=1 by default and I didn't change that:

$ ps aux | grep '[c]ompile'
pbuild       32550   0.0  0.0 1244420  25748  -  RJ   16:41       0:00.04 /wrkdirs/usr/ports/lang/go121/work/go/pkg/tool/freebsd_amd64/compile -o /tmp/go-build4287296582/b504/_p
pbuild       32551   0.0  0.0 1244532  29712  -  RJ   16:41       0:00.06 /wrkdirs/usr/ports/lang/go121/work/go/pkg/tool/freebsd_amd64/compile -o /tmp/go-build4287296582/b503/_p
pbuild       32552   0.0  0.0 1244744  25624  -  RJ   16:41       0:00.07 /wrkdirs/usr/ports/lang/go121/work/go/pkg/tool/freebsd_amd64/compile -o /tmp/go-build4287296582/b501/_p
pbuild       32553   0.0  0.0 1244420  23172  -  RJ   16:41       0:00.03 /wrkdirs/usr/ports/lang/go121/work/go/pkg/tool/freebsd_amd64/compile -o /tmp/go-build4287296582/b408/_p
pbuild       32554   0.0  0.0 1243484  20368  -  RJ   16:41       0:00.02 /wrkdirs/usr/ports/lang/go121/work/go/pkg/tool/freebsd_amd64/compile -o /tmp/go-build4287296582/b512/_p
pbuild       32555   0.0  0.0 1241536  17232  -  RJ   16:41       0:00.01 /wrkdirs/usr/ports/lang/go121/work/go/pkg/tool/freebsd_amd64/compile -o /tmp/go-build4287296582/b510/_p
pbuild       32556   0.0  0.0 1244572  24908  -  RJ   16:41       0:00.03 /wrkdirs/usr/ports/lang/go121/work/go/pkg/tool/freebsd_amd64/compile -o /tmp/go-build4287296582/b506/_p
pbuild       32557   0.0  0.0 1242656  22748  -  RJ   16:41       0:00.02 /wrkdirs/usr/ports/lang/go121/work/go/pkg/tool/freebsd_amd64/compile -o /tmp/go-build4287296582/b499/_p
Comment 1 Anton Saietskii 2024-03-06 15:02:04 UTC
Created attachment 248974 [details]
poudriere build log