From nobody Mon Oct 10 17:56:33 2022 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MmRS54TLvz4dfKG for ; Mon, 10 Oct 2022 17:56:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4MmRS43dVYz3CVb for ; Mon, 10 Oct 2022 17:56:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from [192.168.5.3] ([76.132.248.201]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 29AHuZt9085648 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Mon, 10 Oct 2022 10:56:35 -0700 (PDT) (envelope-from yuri@FreeBSD.org) X-Authentication-Warning: shell1.rawbw.com: Host [76.132.248.201] claimed to be [192.168.5.3] Message-ID: <425e7bf1-c9a9-4453-0669-82bc649f30dd@tsoft.com> Date: Mon, 10 Oct 2022 10:56:33 -0700 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Content-Language: en-US To: "ports@freebsd.org" From: Yuri Subject: Many poudriere builds get stuck in lib-depends and run-depends phases and never succeed Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4MmRS43dVYz3CVb X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 198.144.192.42 is neither permitted nor denied by domain of yuri@FreeBSD.org) smtp.mailfrom=yuri@FreeBSD.org X-Spamd-Result: default: False [0.50 / 15.00]; VIOLATED_DIRECT_SPF(3.50)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:7961, ipnet:198.144.192.0/19, country:US]; FROM_EQ_ENVFROM(0.00)[]; TO_DN_EQ_ADDR_ALL(0.00)[]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[ports@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[yuri]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; HAS_XAW(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; R_SPF_SOFTFAIL(0.00)[~all]; TO_DOM_EQ_FROM_DOM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Every once in a while when many builds happen to be all in lib-depends and run-depends phases in poudriere - they get stuck and later all fail together. All failures look like in the log below. It's looks like many 'pkg install llvmNN' processes for different builds compete with each other and don't progress. Does anybody else have such problem? What could be a solution? Thanks, Yuri ---begin log--- ===>   qcsxcad-0.6.2.9_2 depends on shared library: libQt5Gui.so - not found ===>   Installing existing package /packages/All/qt5-gui-5.15.5p165.pkg [13amd64-local-workstation-job-03] Installing qt5-gui-5.15.5p165... [13amd64-local-workstation-job-03] `-- Installing mesa-dri-21.3.8... [13amd64-local-workstation-job-03] |   `-- Installing libXv-1.0.11_2,1... [13amd64-local-workstation-job-03] |   `-- Extracting libXv-1.0.11_2,1: .......... done [13amd64-local-workstation-job-03] |   `-- Installing libXvMC-1.0.12... [13amd64-local-workstation-job-03] |   `-- Extracting libXvMC-1.0.12: .......... done [13amd64-local-workstation-job-03] |   `-- Installing libunwind-20211201_1... [13amd64-local-workstation-job-03] |   `-- Extracting libunwind-20211201_1: .......... done [13amd64-local-workstation-job-03] |   `-- Installing libxshmfence-1.3_1... [13amd64-local-workstation-job-03] |   `-- Extracting libxshmfence-1.3_1: ......... done [13amd64-local-workstation-job-03] |   `-- Installing llvm13-13.0.1_3... [13amd64-local-workstation-job-03] |   | `-- Installing lua53-5.3.6... [13amd64-local-workstation-job-03] |   | `-- Extracting lua53-5.3.6: .......... done [13amd64-local-workstation-job-03] |   `-- Extracting llvm13-13.0.1_3: ..... Failed to install the following 1 package(s): /packages/All/qt5-gui-5.15.5p165.pkg *** Error code 1 ---end log---