Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/cpuguy83/go-md2man to v2 #412

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update module github.com/cpuguy83/go-md2man to v2

c15c112
Select commit
Loading
Failed to load commit list.
Open

Update module github.com/cpuguy83/go-md2man to v2 #412

Update module github.com/cpuguy83/go-md2man to v2
c15c112
Select commit
Loading
Failed to load commit list.
Cirrus CI / Packaging for Fedora failed Jan 9, 2025 in 36s

Task Summary

Instruction main failed in 00:33

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:00 clone
❌ 00:33 main

+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WLUBuB
+ umask 022
+ cd /root/rpmbuild/BUILD
+ '[' /root/rpmbuild/BUILDROOT/conmon-0-1736436597.gitc15c1126.fc40.x86_64 '!=' / ']'
+ rm -rf /root/rpmbuild/BUILDROOT/conmon-0-1736436597.gitc15c1126.fc40.x86_64
++ dirname /root/rpmbuild/BUILDROOT/conmon-0-1736436597.gitc15c1126.fc40.x86_64
+ mkdir -p /root/rpmbuild/BUILDROOT
+ mkdir /root/rpmbuild/BUILDROOT/conmon-0-1736436597.gitc15c1126.fc40.x86_64
+ CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer '
+ export CFLAGS
+ CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer '
+ export CXXFLAGS
+ FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules '
+ export FFLAGS
+ FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/lib64/gfortran/modules '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes '
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd conmon-c15c1126
+ /usr/bin/make PREFIX=/root/rpmbuild/BUILDROOT/conmon-0-1736436597.gitc15c1126.fc40.x86_64/usr install
install  -d -m 755 /root/rpmbuild/BUILDROOT/conmon-0-1736436597.gitc15c1126.fc40.x86_64/usr/bin
install  -m 755 bin/conmon /root/rpmbuild/BUILDROOT/conmon-0-1736436597.gitc15c1126.fc40.x86_64/usr/bin/conmon
/usr/bin/make -C tools
make[1]: Entering directory '/root/rpmbuild/BUILD/conmon-c15c1126/tools'
go: inconsistent vendoring in /root/rpmbuild/BUILD/conmon-c15c1126/tools:
	github.com/cpuguy83/go-md2man/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cpuguy83/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor
make[1]: Leaving directory '/root/rpmbuild/BUILD/conmon-c15c1126/tools'
/usr/bin/make -C docs
make[1]: Entering directory '/root/rpmbuild/BUILD/conmon-c15c1126/docs'
../tools/build/go-md2man -in conmon.8.md -out conmon.8
make[1]: ../tools/build/go-md2man: No such file or directory
make[1]: *** [Makefile:9: conmon.8] Error 127
make[1]: Leaving directory '/root/rpmbuild/BUILD/conmon-c15c1126/docs'
make: *** [Makefile:99: docs] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.WLUBuB (%install)

RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.WLUBuB (%install)