Hi Ian,

Thanks for the bug report. However, I was not able to reproduce the
failure with the steps that you provided. I did the following in a Focal
VM with proposed enabled and docker.io/20.10.7-0ubuntu5~20.04.1
installed:

ubuntu@focal:~$ dpkg -l docker.io
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version                  Architecture Description
+++-==============-========================-============-=================================
ii  docker.io      20.10.7-0ubuntu5~20.04.1 amd64        Linux container runtime
ubuntu@focal:~$ git clone --depth=1 
git://kernel.ubuntu.com/ubuntu/autotest-client-tests
Cloning into 'autotest-client-tests'...
remote: Counting objects: 1183, done.
remote: Compressing objects: 100% (1064/1064), done.
remote: Total 1183 (delta 206), reused 536 (delta 95)
Receiving objects: 100% (1183/1183), 49.12 MiB | 8.67 MiB/s, done.
Resolving deltas: 100% (206/206), done.
ubuntu@focal:~$ git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest
Cloning into 'autotest'...
remote: Counting objects: 1410, done.
remote: Compressing objects: 100% (1290/1290), done.
remote: Total 1410 (delta 102), reused 1078 (delta 70)
Receiving objects: 100% (1410/1410), 14.31 MiB | 6.14 MiB/s, done.
Resolving deltas: 100% (102/102), done.
ubuntu@focal:~$ ln -sf ~/autotest-client-tests autotest/client/tests
ubuntu@focal:~$ AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
autotest/client/autotest-local --verbose 
autotest/client/tests/ubuntu_performance_deep_learning/control
sudo: unable to execute autotest/client/autotest-local: No such file or 
directory


Here, I had to pass the relative path to autotest-local and after that install 
python2 to make it "work":

ubuntu@focal:~$ AUTOTEST_PATH=/home/ubuntu/autotest sudo -E 
./autotest/client/autotest-local --verbose 
./autotest/client/tests/ubuntu_performance_deep_learning/control
10:54:48 ERROR| JOB ERROR: 
/home/ubuntu/autotest/client/tests/ubuntu_performance_deep_learning/control: 
control file not found


Checking the autotest directory I was not able to find a control file for 
ubuntu_performance_deep_learning:

ubuntu@focal:~$ find ./autotest -name control
./autotest/debian/control
./autotest/client/profilers/readprofile/control
./autotest/client/profilers/lttng/control
./autotest/client/profilers/perf/control
./autotest/client/profilers/inotify/control
./autotest/client/profilers/iostat/control
./autotest/client/profilers/cpistat/control
./autotest/client/profilers/blktrace/control
./autotest/client/profilers/ftrace/control
./autotest/client/profilers/powertop/control
./autotest/client/profilers/kvm_modload/control
./autotest/client/profilers/sar/control
./autotest/client/profilers/lockmeter/control
./autotest/client/profilers/mpstat/control
./autotest/client/profilers/vmstat/control
./autotest/client/profilers/systemtap/control
./autotest/client/profilers/catprofile/control
./autotest/client/profilers/cmdprofile/control
./autotest/client/profilers/oprofile/control
./autotest/client/deps/grubby/control
./autotest/client/deps/pgpool/control
./autotest/client/deps/disktest/control
./autotest/client/deps/mysql/control
./autotest/client/deps/boottool/control
./autotest/client/deps/libaio/control
./autotest/client/deps/iwcap/control
./autotest/client/deps/pgsql/control
./autotest/client/deps/libcap/control
./autotest/client/samples/profilers/control
./autotest/client/samples/oprofile_power5/control
./autotest/client/samples/fs_options/control
./autotest/client/samples/patch_verify/control
./autotest/client/samples/kbuild_and_tests/control
./autotest/client/samples/rpm_kernel/control
./autotest/client/samples/interactive_console/control
./autotest/client/samples/soft_reboot/control
./autotest/client/samples/alt_tags/control
./autotest/client/samples/parallel/control
./autotest/client/samples/oprofile/control


Am I missing something here? Could you please provide more detailed steps on 
how to reproduce this issue? I am marking this bug as Incomplete until more 
info is provided, feel free to switch back to New once you add a comment.


** Changed in: docker.io (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1948361

Title:
  docker.io - error adding seccomp filter rule for syscall clone3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1948361/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to