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

criu/plugin: Add NVIDIA CUDA plugin #2416

Merged
merged 3 commits into from
Jul 1, 2024

criu/plugin: Add NVIDIA CUDA plugin

9bc90e4
Select commit
Loading
Failed to load commit list.
Merged

criu/plugin: Add NVIDIA CUDA plugin #2416

criu/plugin: Add NVIDIA CUDA plugin
9bc90e4
Select commit
Loading
Failed to load commit list.
Cirrus CI / Vagrant Fedora based test (no VDSO) failed Jun 28, 2024 in 1m 0s

Task Summary

Instruction build failed in 00:41

Details

✅ 00:06 clone
✅ 00:10 setup
❌ 00:41 build

Created symlink /etc/systemd/system/multi-user.target.wants/libvirt-guests.service → /lib/systemd/system/libvirt-guests.service.
virtlockd.service is a disabled or a static unit, not starting it.
virtlogd.service is a disabled or a static unit, not starting it.
Created symlink /etc/systemd/system/sockets.target.wants/libvirtd-admin.socket → /lib/systemd/system/libvirtd-admin.socket.
Created symlink /etc/systemd/system/sockets.target.wants/virtlockd-admin.socket → /lib/systemd/system/virtlockd-admin.socket.
Created symlink /etc/systemd/system/sockets.target.wants/virtlogd-admin.socket → /lib/systemd/system/virtlogd-admin.socket.
Setting up libvirt-daemon dnsmasq configuration.
Setting up libvirt-dev:amd64 (8.0.0-1ubuntu7.10) ...
Setting up libruby3.0:amd64 (3.0.2-7ubuntu2.7) ...
Setting up ruby3.0 (3.0.2-7ubuntu2.7) ...
Setting up ruby (1:3.0~exp1) ...
Setting up rake (13.0.6-2) ...
Setting up ruby-rubygems (3.3.5-2) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
Processing triggers for ufw (0.36.1-4ubuntu0.1) ...
NEEDRESTART-VER: 3.5
NEEDRESTART-KCUR: 6.5.0-1015-gcp
NEEDRESTART-KEXP: 6.5.0-1015-gcp
NEEDRESTART-KSTA: 1
+ break
+ systemctl restart libvirtd
+ vagrant plugin install vagrant-libvirt
==> vagrant: A new version of Vagrant is available: 2.4.1 (installed version: 2.3.7)!
==> vagrant: To upgrade visit: https://www.vagrantup.com/downloads.html

Installing the 'vagrant-libvirt' plugin. This can take a few minutes...
Building native extensions. This could take a while...
Installed the plugin 'vagrant-libvirt (0.12.2)'!
+ vagrant init fedora/38-cloud-base --box-version 38.20230413.1
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
+ sed -i Vagrantfile -e 's,^end$,  config.vm.provider :libvirt do |libvirt|\n    libvirt.memory = 4096;end\nend,g'
+ vagrant up --provider=libvirt --no-tty
Bringing machine 'default' up with 'libvirt' provider...
==> default: Box 'fedora/38-cloud-base' could not be found. Attempting to find and install...
    default: Box Provider: libvirt
    default: Box Version: 38.20230413.1
==> default: Loading metadata for box 'fedora/38-cloud-base'
    default: URL: https://vagrantcloud.com/fedora/38-cloud-base
==> default: Adding box 'fedora/38-cloud-base' (v38.20230413.1) for provider: libvirt
    default: Downloading: https://vagrantcloud.com/fedora/boxes/38-cloud-base/versions/38.20230413.1/providers/libvirt/unknown/vagrant.box

An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

The requested URL returned error: 404
make: *** [Makefile:67: setup-vagrant] Error 1
make: Leaving directory '/tmp/criu/scripts/ci'

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