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

frictionlessdata / goodtables.io / 845 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 24 May 2018 11:41AM UTC
Files 106
Run time 4s
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

24 May 2018 11:31AM UTC coverage: 96.1%. Remained the same
845.1

push

travis-ci

amercader
Fix Docker build

At some point Alpine switched from openssl to libressl. For some reason
this caused an error to appear during last week:

    Step 17/24 : RUN apk add [...]

     ---> Running in 52e7e742d29e
    fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/main/x86_64/APKINDEX.tar.gz
    fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/community/x86_64/APKINDEX.tar.gz
    ERROR: unsatisfiable constraints:
      openssl-dev-1.0.2o-r0:
	conflicts:
		   libressl-dev-2.6.3-r0[pc:libcrypto=1.0.2o]
		   libressl-dev-2.6.3-r0[pc:libssl=1.0.2o]
		   libressl-dev-2.6.3-r0[pc:openssl=1.0.2o]
      libressl-dev-2.6.3-r0:
	conflicts:
		   openssl-dev-1.0.2o-r0[pc:libcrypto=2.6.3]
		   openssl-dev-1.0.2o-r0[pc:libssl=2.6.3]
		   openssl-dev-1.0.2o-r0[pc:openssl=2.6.3]
	satisfies:
		   postgresql-dev-10.4-r0[libressl-dev]
      build-dependencies-0:
	masked in: cache
	satisfies: world[build-dependencies]

Switching to libressl solved that issue but the the cryptography python package
build was failing:

    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.5m -c build/temp.linux-x86_64-3.5/_openssl.c -o build/temp.linux-x86_64-3.5/build/temp.linux-x86_64-3.5/_openssl.o
    In file included from /usr/include/openssl/x509.h:595:0,
                     from /usr/include/openssl/engine.h:96,
                     from build/temp.linux-x86_64-3.5/_openssl.c:567:
    build/temp.linux-x86_64-3.5/_openssl.c:3467:19: error: expected identifier or '(' before numeric constant
     static const long X509_V_ERR_HOSTNAME_MISMATCH = 0;
                       ^
    build/temp.linux-x86_64-3.5/_openssl.c:3468:19: error: expected identifier or '(' before numeric constant
     static const long X509_V_ERR_EMAIL_MISMATCH = 0;
                       ^
    build/temp.linux-x86_64-3.5/_openssl.c:3469:19: error: expected identifier or '(' before numeric constant
     static const long X509_V_ERR_IP_ADDRESS_MISMATC... (continued)

4632 of 4820 relevant lines covered (96.1%)

0.96 hits per line

Source Files on job 845.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 829
  • Travis Job 845.1
  • d2356608 on github
  • Prev Job for on master (#844.1)
  • Next Job for on master (#847.1)
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