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

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

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 19 Jun 2014 07:42PM UTC
Files 15
Run time 8s
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

18 Jun 2014 11:03PM UTC coverage: 91.396%. First build
67.1

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

Source Files on job 67.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 67
  • Travis Job 67.1
  • 8b04dfcd 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

© 2026 Coveralls, Inc