As of 6cafdee71d2b23e8ec95d1f128b0e11f103491bb Cirrus-CI builds continuously fail. From https://cirrus-ci.com/build/6126172527394816 Cannot create repository catalogue *** Error code 1 From .cirrus.yml pkg build is invoked as: - su user -c "make CROSS_TOOLCHAIN=llvm12 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages" (CI builds use uncompressed packages for speed.)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=2bfba2a04b05524d72a6190164aa5aaa1d29e337 commit 2bfba2a04b05524d72a6190164aa5aaa1d29e337 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-07-26 14:33:09 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-07-26 14:36:39 +0000 Cirrus-CI: Temporarily skip package build + test The PKG_FORMAT=tar used by Cirrus CI's pkgbase build is failing after 6cafdee71d2b ("pkgbase: Track pkg 1.17"). Skip package build and test in Cirrus-CI until new pkg is available. PR: 257422 Sponsored by: The FreeBSD Foundation .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=a077a4e3b41bb676be1237fb0af78d6814393fe7 commit a077a4e3b41bb676be1237fb0af78d6814393fe7 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-07-26 17:27:16 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-07-26 18:17:59 +0000 Cirrus-CI: report pkg version PR: 257422 .cirrus.yml | 1 + 1 file changed, 1 insertion(+)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=4e224e4be7c37052567ec4cd2481f299487fc222 commit 4e224e4be7c37052567ec4cd2481f299487fc222 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-07-27 16:44:45 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-07-27 18:50:06 +0000 pkgbase: accommodate pkg < 1.17 6cafdee71d2b adapted the pkgbase build for 1.17, but broke Cirrus-CI's use of PKG_FORMAT=tar (the quarterly package set still has pkg 1.16). Because of this I disabled the pkgbase build and test in 2bfba2a04b05. Now, check `pkg --version` and use the old logic for < 1.17. To be reverted once we no longer encounter pkg 1.16 in Cirrus-CI (i.e., via GCP cloud images) to avoid keeping this extra complexity around. PR: 257422 Reviewed by: manu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31324 Makefile.inc1 | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e1e9e084a706d0b28603f4741393a8b84878da86 commit e1e9e084a706d0b28603f4741393a8b84878da86 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-07-26 15:49:15 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-07-27 20:28:47 +0000 Revert "Cirrus-CI: Temporarily skip package build + test" This reverts commit 2bfba2a04b05524d72a6190164aa5aaa1d29e337. As of commit 4e224e4be7c3 Makefile.inc1 works with old and new pkg. PR: 257422 Sponsored by: The FreeBSD Foundation .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=105afb3f8e041a4a24866a79cdd3b3c9d88ec111 commit 105afb3f8e041a4a24866a79cdd3b3c9d88ec111 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-07-26 17:27:16 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-01-08 00:14:12 +0000 Cirrus-CI: report pkg version PR: 257422 (cherry picked from commit a077a4e3b41bb676be1237fb0af78d6814393fe7) .cirrus.yml | 1 + 1 file changed, 1 insertion(+)
A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=227980df397969bd844aa582ef248909651bebb0 commit 227980df397969bd844aa582ef248909651bebb0 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-07-27 16:44:45 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-10-10 13:36:10 +0000 pkgbase: accommodate pkg < 1.17 6cafdee71d2b adapted the pkgbase build for 1.17, but broke Cirrus-CI's use of PKG_FORMAT=tar (the quarterly package set still has pkg 1.16). Because of this I disabled the pkgbase build and test in 2bfba2a04b05. Now, check `pkg --version` and use the old logic for < 1.17. To be reverted once we no longer encounter pkg 1.16 in Cirrus-CI (i.e., via GCP cloud images) to avoid keeping this extra complexity around. PR: 257422 Reviewed by: manu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31324 (cherry picked from commit 4e224e4be7c37052567ec4cd2481f299487fc222) (cherry picked from commit 4dbac528db6040694cd57c42a64e036daa91db86) (cherry picked from commit 54247ce1f96f04d16f1429007bac3607c8a0a39e) Makefile.inc1 | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)