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

ci: os update #133

Merged
merged 2 commits into from
Jan 9, 2024
Merged

ci: os update #133

merged 2 commits into from
Jan 9, 2024

Conversation

crazy-max
Copy link
Collaborator

No description provided.

@crazy-max
Copy link
Collaborator Author

crazy-max commented Dec 21, 2023

Linker issue with Ubuntu 24.04: https://github.com/tonistiigi/xx/actions/runs/7289833591/job/19865313633#step:5:1259

#81 455.4 #   /usr/lib/go-1.21/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -buildmode=exe -buildid=IGuRvBhAU54HTMlye0Xd/8xiVMZZniOnwxuvRzyaU/0wGn0ncdtLbr0aZyGuS5/IGuRvBhAU54HTMlye0Xd -extld=aarch64-linux-gnu-clang $WORK/b001/_pkg_.a
#81 455.4 #   # command-line-arguments
#81 455.4 #   /usr/lib/go-1.21/pkg/tool/linux_amd64/link: running aarch64-linux-gnu-clang failed: exit status 1
#81 455.4 #   /usr/bin/ld: unrecognised emulation mode: aarch64linux
#81 455.4 #   Supported emulations: elf_x86_64 elf32_x86_64 elf_i386 elf_iamcu i386pep i386pe
#81 455.4 #   aarch64-linux-gnu-clang: error: linker command failed with exit code 1 (use -v to see invocation)

Same with debian sid: https://github.com/tonistiigi/xx/actions/runs/7289833591/job/19865312556#step:5:998

#83 416.0 #   TERM='dumb' aarch64-linux-gnu-clang -I /usr/lib/go-1.21/src/runtime/cgo -fPIC -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=$WORK/b003=/tmp/go-build -gno-record-gcc-switches -o $WORK/b003/_cgo_.o $WORK/b003/_cgo_main.o $WORK/b003/_x001.o $WORK/b003/_x002.o $WORK/b003/_x003.o $WORK/b003/_x004.o $WORK/b003/_x005.o $WORK/b003/_x006.o $WORK/b003/_x007.o $WORK/b003/_x008.o $WORK/b003/_x009.o $WORK/b003/_x010.o $WORK/b003/_x011.o $WORK/b003/_x012.o $WORK/b003/_x013.o $WORK/b003/_x014.o -O2 -g -lpthread
#83 416.0 #   # runtime/cgo
#83 416.0 #   /usr/bin/ld: unrecognised emulation mode: aarch64linux
#83 416.0 #   Supported emulations: elf_x86_64 elf32_x86_64 elf_i386 elf_iamcu i386pep i386pe
#83 416.0 #   clang: error: linker command failed with exit code 1 (use -v to see invocation)

Might be related to GCC 13

@tonistiigi
Copy link
Owner

To unblock this we need to see -v and if this is coming from lld or binutils.

Copy link
Owner

@tonistiigi tonistiigi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add debian:trixie as well.

Copy link
Owner

@tonistiigi tonistiigi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the latest patches this should be green (except buster-backports that we maybe should start removing soon).

It does look that trixie sometimes has package sync errors (like we have seen in sid). We might need to set "allow-failure: true" if this persists.

crazy-max and others added 2 commits January 9, 2024 17:36
Signed-off-by: CrazyMax <[email protected]>
@tonistiigi tonistiigi merged commit 5df43da into tonistiigi:master Jan 9, 2024
27 of 28 checks passed
@crazy-max crazy-max deleted the os-update branch January 9, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants