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

kerndat: Skip clone3(set_tid) when unprivileged. #2252

Open
wants to merge 192 commits into
base: criu-dev
Choose a base branch
from

kerndat: Skip clone3(set_tid) when unprivileged.

ff088a7
Select commit
Loading
Failed to load commit list.
Open

kerndat: Skip clone3(set_tid) when unprivileged. #2252

kerndat: Skip clone3(set_tid) when unprivileged.
ff088a7
Select commit
Loading
Failed to load commit list.
Cirrus CI / Vagrant Fedora Rawhide based test failed Jan 9, 2024 in 13m 1s

Task Summary

Instruction build failed in 12:44

Details

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

✅ 00:05 clone
✅ 00:10 setup
❌ 12:44 build

  crun-1.12-1.fc38.x86_64                                                       
  fuse-overlayfs-1.12-1.fc38.x86_64                                             
  gvisor-tap-vsock-6:0.7.1-1.fc38.x86_64                                        
  gvisor-tap-vsock-gvforwarder-6:0.7.1-1.fc38.x86_64                            
  libslirp-4.7.0-3.fc38.x86_64                                                  
  netavark-1.9.0-1.fc38.x86_64                                                  
  passt-0^20231204.gb86afe3-1.fc38.x86_64                                       
  passt-selinux-0^20231204.gb86afe3-1.fc38.noarch                               
  podman-5:4.8.2-1.fc38.x86_64                                                  
  qemu-user-static-2:7.2.7-1.fc38.x86_64                                        
  qemu-user-static-aarch64-2:7.2.7-1.fc38.x86_64                                
  qemu-user-static-alpha-2:7.2.7-1.fc38.x86_64                                  
  qemu-user-static-arm-2:7.2.7-1.fc38.x86_64                                    
  qemu-user-static-cris-2:7.2.7-1.fc38.x86_64                                   
  qemu-user-static-hexagon-2:7.2.7-1.fc38.x86_64                                
  qemu-user-static-hppa-2:7.2.7-1.fc38.x86_64                                   
  qemu-user-static-loongarch64-2:7.2.7-1.fc38.x86_64                            
  qemu-user-static-m68k-2:7.2.7-1.fc38.x86_64                                   
  qemu-user-static-microblaze-2:7.2.7-1.fc38.x86_64                             
  qemu-user-static-mips-2:7.2.7-1.fc38.x86_64                                   
  qemu-user-static-nios2-2:7.2.7-1.fc38.x86_64                                  
  qemu-user-static-or1k-2:7.2.7-1.fc38.x86_64                                   
  qemu-user-static-ppc-2:7.2.7-1.fc38.x86_64                                    
  qemu-user-static-riscv-2:7.2.7-1.fc38.x86_64                                  
  qemu-user-static-s390x-2:7.2.7-1.fc38.x86_64                                  
  qemu-user-static-sh4-2:7.2.7-1.fc38.x86_64                                    
  qemu-user-static-sparc-2:7.2.7-1.fc38.x86_64                                  
  qemu-user-static-x86-2:7.2.7-1.fc38.x86_64                                    
  qemu-user-static-xtensa-2:7.2.7-1.fc38.x86_64                                 
  runc-2:1.1.8-1.fc38.x86_64                                                    
  shadow-utils-subid-2:4.13-6.fc38.x86_64                                       
  slirp4netns-1.2.2-1.fc38.x86_64                                               
  yajl-2.1.0-21.fc38.x86_64                                                     

Complete!
+ ssh default 'sudo setenforce Permissive'
+ ssh default 'cd /vagrant; tar xf criu.tar; cd criu; sudo -E make -C scripts/ci fedora-rawhide CONTAINER_RUNTIME=podman BUILD_OPTIONS="--security-opt seccomp=unconfined"'
make: Entering directory '/vagrant/criu/scripts/ci'
make -C ../build fedora-rawhide
make[1]: Entering directory '/vagrant/criu/scripts/build'
cat Dockerfile.fedora-rawhide.hdr Dockerfile.fedora-rawhide.tmpl > Dockerfile.fedora-rawhide
podman build --security-opt seccomp=unconfined -t criu-fedora-rawhide -f Dockerfile.fedora-rawhide  ../..
STEP 1/9: FROM registry.fedoraproject.org/fedora:rawhide
Trying to pull registry.fedoraproject.org/fedora:rawhide...
time="2024-01-09T19:33:47Z" level=warning msg="Failed, retrying in 2s ... (1/3). Error: initializing source docker://registry.fedoraproject.org/fedora:rawhide: pinging container registry registry.fedoraproject.org: Get \"https://registry.fedoraproject.org/v2/\": net/http: TLS handshake timeout"
time="2024-01-09T19:34:03Z" level=warning msg="Failed, retrying in 2s ... (2/3). Error: initializing source docker://registry.fedoraproject.org/fedora:rawhide: pinging container registry registry.fedoraproject.org: Get \"https://registry.fedoraproject.org/v2/\": net/http: TLS handshake timeout"
time="2024-01-09T19:35:45Z" level=warning msg="Failed, retrying in 2s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://registry.fedoraproject.org/fedora:rawhide: Get \"https://registry.fedoraproject.org/v2/fedora/manifests/sha256:bf4ecb02859f3c83406dfd690bdac02a152db814df013935a2b8f9f5cd635932\": net/http: TLS handshake timeout"
Error: creating build container: initializing source docker://registry.fedoraproject.org/fedora:rawhide: pinging container registry registry.fedoraproject.org: Get "https://registry.fedoraproject.org/v2/": net/http: TLS handshake timeout
make[1]: *** [Makefile:24: fedora-rawhide] Error 125
make[1]: Leaving directory '/vagrant/criu/scripts/build'
make: Leaving directory '/vagrant/criu/scripts/ci'
make: *** [Makefile:50: fedora-rawhide] Error 2
make: *** [Makefile:73: vagrant-fedora-rawhide] Error 2
make: Leaving directory '/tmp/criu/scripts/ci'

Exit status: 2��������������������������������������