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

xolox / python-deb-pkg-tools
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Repo Added 10 May 2014 02:49PM UTC
Files 16
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 1.22.2
branch: 1.22.2
CHANGE BRANCH
x
Reset
  • 1.22.2
  • 1.15.1
  • 1.15.2
  • 1.16
  • 1.17
  • 1.17.1
  • 1.17.2
  • 1.17.3
  • 1.17.4
  • 1.17.5
  • 1.17.6
  • 1.17.7
  • 1.18
  • 1.18.1
  • 1.18.2
  • 1.18.3
  • 1.18.4
  • 1.18.5
  • 1.19
  • 1.20.1
  • 1.20.2
  • 1.20.3
  • 1.20.4
  • 1.20.5
  • 1.20.6
  • 1.20.7
  • 1.20.8
  • 1.22
  • 1.22.1
  • 1.22.3
  • 1.22.4
  • 1.22.5
  • 1.22.6
  • 1.23
  • 1.23.1
  • 1.23.2
  • 1.23.3
  • 1.23.4
  • 1.24
  • 1.24.1
  • 1.25
  • 1.26
  • 1.26.2
  • 1.26.3
  • 1.26.4
  • 1.27
  • 1.27.1
  • 1.27.2
  • 1.27.3
  • 1.28
  • 1.29
  • 1.29.1
  • 1.29.2
  • 1.29.3
  • 1.29.4
  • 1.30
  • 1.31
  • 1.32
  • 1.32.1
  • 1.32.2
  • 1.33
  • 1.34
  • 1.34.1
  • 1.35
  • 1.36
  • dev
  • master

pending completion
67

push

travis-ci

xolox
Make the package cache resistant against deserialization errors

Today I've been hitting zlib decoding errors and I'm 99% sure my
disk isn't failing (RAID 1 array). For now I'm inclined not to
dive too deep into this, because there's a very simple fix (see
first line :-). For future reference, here's the zlib error:

  File ".../deb_pkg_tools/cache.py", line 299, in control_fields
    return self.cache.decode(self['control_fields'])
  File ".../deb_pkg_tools/cache.py", line 249, in decode
    return pickle.loads(zlib.decompress(database_value))

  error: Error -5 while decompressing data

1349 of 1476 relevant lines covered (91.4%)

0.91 hits per line

Relevant lines Covered
Build:
Build:
1476 RELEVANT LINES 1349 COVERED LINES
0.91 HITS PER LINE
Source Files on 1.22.2
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
67 1.22.2 Make the package cache resistant against deserialization errors Today I've been hitting zlib decoding errors and I'm 99% sure my disk isn't failing (RAID 1 array). For now I'm inclined not to dive too deep into this, because there's a very simple... push 19 Jun 2014 07:42PM UTC xolox travis-ci pending completion  
See All Builds (279)
  • 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