• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LudovicRousseau / PyKCS11-debug
87%

Build:
DEFAULT BRANCH: master
Repo Added 31 May 2017 11:42AM UTC
Files 21
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • devel
  • github-actions
  • linter
  • master

19 Aug 2024 04:30PM UTC coverage: 87.212% (+0.003%) from 87.209%
10457287617

push

github

LudovicRousseau
test_load: do not cleanup temp directory on Windows

The error is:
======================================================================
ERROR: test_multiple_load (test_load.TestUtil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\shutil.py", line 618, in _rmtree_unsafe
    os.unlink(fullname)
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpmfdundba\\softhsm2-x64.dll'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\tempfile.py", line 843, in onerror
    _os.unlink(path)
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpmfdundba\\softhsm2-x64.dll'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\a\PyKCS11-debug\PyKCS11-debug\test\test_load.py", line 26, in tearDown
    self.tmpdir.cleanup()
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\tempfile.py", line 873, in cleanup
    self._rmtree(self.name, ignore_errors=self._ignore_cleanup_errors)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\tempfile.py", line 855, in _rmtree
    _shutil.rmtree(name, onerror=onerror)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\shutil.py", line 750, in rmtree
    return _rmtree_unsafe(path, onerror)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\shutil.py", line 620, in _rmtree_unsafe
    onerror(os.unlink, fullname, sys.exc_info())
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\tempfile.py", line 846, in onerror
    cls._rmtree(path, ignore_errors=ignore_errors)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\tempfile.py", line 855, in _rmtree
    _shutil.rmtree(name, onerror=onerror)
  File "C:\hostedtoolcache\windows\Pyt... (continued)

2 of 2 new or added lines in 1 file covered. (100.0%)

2994 of 3433 relevant lines covered (87.21%)

0.87 hits per line

Relevant lines Covered
Build:
Build:
3433 RELEVANT LINES 2994 COVERED LINES
0.87 HITS PER LINE
Source Files on master
  • Tree
  • List 21
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
10457287617 master test_load: do not cleanup temp directory on Windows The error is: ====================================================================== ERROR: test_multiple_load (test_load.TestUtil) --------------------------------------------------------------... push 19 Aug 2024 04:35PM UTC LudovicRousseau github
87.21
10457153375 master test_load: cleanup temporary directory Fixes a bug introduced in 663565a05 tox messages was: /usr/lib/python3.12/tempfile.py:1075: ResourceWarning: Implicitly cleaning up <TemporaryDirectory '/tmp/tmphtv7f7pb'> _... push 19 Aug 2024 04:26PM UTC LudovicRousseau github
87.21
10442115162 master Fix reference counting in PyKCS11Lib.load() Fixes incorrect reference counting for PyKCS11Lib._loaded_libs The bug can be reproduced with the following steps (this case is implemented in test_specific_load): - Create an instance of PyKCS11Lib a... push 18 Aug 2024 04:28PM UTC LudovicRousseau github
86.92
10291511481 master Add simple derivation mechanisms support Added support of the following key derivation mechanisms (as per section 2.43 of the PKCS#11 3.0 specification): - CKM_CONCATENATE_BASE_AND_KEY - CKM_CONCATENATE_BASE_AND_DATA - CKM_CONCATENATE_DATA_AND_B... push 07 Aug 2024 08:48PM UTC LudovicRousseau github
86.94
10287362877 master Add AES in counter mode support (CKM_AES_CTR) - Added support of CKM_AES_CTR and CK_AES_CTR_PARAMS as per PKCS#11 3.0 specification (see section 2.11) - Improved %typemap(in) void*: replaced nested if with a linear do{...}while(0); (simplifi... push 07 Aug 2024 03:36PM UTC LudovicRousseau github
88.54
10124263769 master Release 1.5.16 Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr> push 27 Jul 2024 02:29PM UTC LudovicRousseau github
88.44
10124237415 master github action: add Python 3.13 for Windows push 27 Jul 2024 02:26PM UTC LudovicRousseau github
88.44
9224070125 master add support for CKA_MODIFIABLE and CKA_DESTROYABLE attributes push 24 May 2024 12:40PM UTC fuzzykat github
88.44
8951658863 [no commit message] push 04 May 2024 04:01PM UTC github
88.41
8951603818 [no commit message] push 04 May 2024 03:47PM UTC github
88.41
See All Builds (234)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc