On Fri, 7 Mar 2025 13:59:49 +0100 Matthias Apitz <g...@unixarea.de> wrote:
> > I'm building ports on a recent 15.0-CURRENT with ports tree from git on March > 3: > > # uname -a > FreeBSD jet 15.0-CURRENT FreeBSD 15.0-CURRENT #0 main-n275738-7ee310c80ea7: > Sun Mar 2 01:13:00 CET 2025 > guru@jet:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 > > # sysctl vfs.read_max=128 > # sysctl vfs.aio.max_buf_aio=8192 > # sysctl vfs.aio.max_aio_queue_per_proc=65536 > # sysctl vfs.aio.max_aio_per_proc=8192 > # sysctl vfs.aio.max_aio_queue=65536 > # sysctl vm.pageout_oom_seq=120 > # sysctl vm.pfault_oom_attempts=-1 > > # poudriere bulk -f /usr/local/etc/poudriere-list -J 3 -j 150-CURRENT -p > ports20250303 > > The file /usr/local/etc/poudriere-list contains only www/chromium, because > all other ~2400 pkg are already made. > > The job gets killed with: > ... > ===> chromium-133.0.6943.141_1 depends on package: py311-ply>0 - found > ===> Returning to build of chromium-133.0.6943.141_1 > ===> chromium-133.0.6943.141_1 depends on executable: bindgen - not found > ===> Installing existing package /packages/All/rust-bindgen-cli-0.71.1_2.pkg > [150-CURRENT-ports20250303-job-01] Installing rust-bindgen-cli-0.71.1_2... > [150-CURRENT-ports20250303-job-01] `-- Installing llvm19-19.1.7_1... > [150-CURRENT-ports20250303-job-01] | `-- Installing > libedit-3.1.20240808,1... > [150-CURRENT-ports20250303-job-01] | `-- Extracting libedit-3.1.20240808,1: > .......... done > [150-CURRENT-ports20250303-job-01] | `-- Installing lua53-5.3.6_1... > [150-CURRENT-ports20250303-job-01] | `-- Extracting lua53-5.3.6_1: > .......... done > [150-CURRENT-ports20250303-job-01] | `-- Installing perl5-5.36.3_2... > [150-CURRENT-ports20250303-job-01] | `-- Extracting perl5-5.36.3_2: > .......... done > [150-CURRENT-ports20250303-job-01] | `-- Installing zstd-1.5.7... > [150-CURRENT-ports20250303-job-01] | | `-- Installing liblz4-1.10.0,1... > [150-CURRENT-ports20250303-job-01] | | `-- Extracting liblz4-1.10.0,1: > .......... done > [150-CURRENT-ports20250303-job-01] | `-- Extracting zstd-1.5.7: .......... > done > [150-CURRENT-ports20250303-job-01] `-- Extracting llvm19-19.1.7_1: .....Killed > Child process pid=66963 terminated abnormally: Killed > > # grep 66963 /var/log/messages > Mar 7 10:24:34 jet kernel: pid 66963 (pkg-static), jid 3, uid 0, was killed: > failed to reclaim memory > > # swapctl -l > Device: 1024-blocks Used: > /dev/da0p3 4194304 3144 > /dev/md9 10485760 3060 > /dev/md10 10485760 3448 > /dev/md11 10485760 2924 > > I checked all swap devices with (example): > > # dd if=/dev/md10 of=/dev/null bs=8m > > all "devices" are fine. > > The box has 16 GByte RAM. > > What else could I check/do? > > -- > Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 > Public GnuPG key: http://www.unixarea.de/key.pub > www/chromium is now at 134.0.6998.35. https://www.freshports.org/www/chromium/ https://cgit.freebsd.org/ports/log/www/chromium Not sure if it fails or not, as I'm currently on the way building it. (On stable/14, amd64 at commit e4bcef6daba71546570c623e6091fdef982a596b) -- Tomoaki AOKI <junch...@dec.sakura.ne.jp>