Starting lpci, version 0.2.5 Logging execution to '/home/buildd/.local/state/lpci/log/lpci-20240202-123629.676161.log' Launching environment for bionic/amd64 Starting instance Running ['apt', 'update'] :: :: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. :: :: Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease :: Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease :: Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease :: Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease :: Reading package lists... :: Building dependency tree... :: Reading state information... :: 86 packages can be upgraded. Run 'apt list --upgradable' to see them. Installing system packages Running ['apt', 'install', '-y', 'sudo'] :: :: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. :: :: Reading package lists... :: Building dependency tree... :: Reading state information... :: sudo is already the newest version (1.8.21p2-3ubuntu1.6). :: 0 upgraded, 0 newly installed, 0 to remove and 86 not upgraded. Running command for the job... Running ['bash', '--noprofile', '--norc', '-ec', './lpcraft-runner ecdsautils\n'] :: Copying: test-ecdsautils.py :: Copying: testlib.py :: Copying: install-packages :: Copying: packages-helper :: :: Test files: /tmp/qrt-test-ecdsautils.tar.gz :: :: To run, copy the tarball somewhere, then do: :: $ tar -zxf qrt-test-ecdsautils.tar.gz :: $ cd ./qrt-test-ecdsautils :: $ sudo ./install-packages test-ecdsautils.py :: $ ./test-ecdsautils.py -v :: Reading package lists... :: Building dependency tree... :: Reading state information... :: The following additional packages will be installed: :: libuecc0 :: The following NEW packages will be installed: :: ecdsautils libuecc0 :: 0 upgraded, 2 newly installed, 0 to remove and 86 not upgraded. :: Need to get 34.0 kB of archives. :: After this operation, 133 kB of additional disk space will be used. :: Get:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libuecc0 amd64 7-1 [18.5 kB] :: Get:2 http://archive.ubuntu.com/ubuntu bionic/universe amd64 ecdsautils amd64 0.3.2+git20151018-2build1 [15.5 kB] :: Fetched 34.0 kB in 0s (72.8 kB/s) :: Selecting previously unselected package libuecc0. :: (Reading database ... 21148 files and directories currently installed.) :: Preparing to unpack .../libuecc0_7-1_amd64.deb ... :: Unpacking libuecc0 (7-1) ... :: Selecting previously unselected package ecdsautils. :: Preparing to unpack .../ecdsautils_0.3.2+git20151018-2build1_amd64.deb ... :: Unpacking ecdsautils (0.3.2+git20151018-2build1) ... :: Setting up libuecc0 (7-1) ... :: Processing triggers for libc-bin (2.27-3ubuntu1) ... :: Setting up ecdsautils (0.3.2+git20151018-2build1) ... :: Unknown option 'QRT-Conflicts:' :: Requiring 'lsb-release' ... :: Requiring 'ecdsautils' ... :: Running test: './test-ecdsautils.py' distro: 'Ubuntu 18.04' kernel: '5.4.0-170.188 (Ubuntu 5.4.0-170.188-generic 5.4.257)' arch: 'amd64' init: 'systemd' uid: 2002/2002 SUDO_USER: '') :: test_CVE_2022_24884 (__main__.ecdsaTest) :: Test CVE-2022-24884 to ensure all-zero signature is not accepted as valid ... (skipped: CVE-2022-24884 unfixed in 18.04 LTS without Pro) ok :: test_ecdsa (__main__.ecdsaTest) :: Test ecdsakeygen, ecdsasign and ecdsaverify ... ok :: test_negative_one_as_signature (__main__.ecdsaTest) :: Test to ensure a signature of negative one (all 'f's) is not accepted as valid ... ok :: test_one_as_signature (__main__.ecdsaTest) :: Test to ensure a signature of positive one is not accepted as valid ... ok :: :: ---------------------------------------------------------------------- :: Ran 4 tests in 6.589s :: :: OK