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

pantsbuild / pants / 5989
0%
main: 93%

Build:
Build:
LAST BUILD BRANCH: fix_remcache_path_vuln
DEFAULT BRANCH: main
Ran 04 Aug 2015 11:57PM UTC
Jobs 9
Files 348
Run time 35min
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

pending completion
5989

push

travis-ci

jsirois
Upgrade pex to 1.0.2.

Changelog is here:
  https://pypi.python.org/pypi/pex/1.0.2

Notably, this picks up a fix for PEX-INFO trampling as outlined here:
  https://groups.google.com/d/topic/pants-devel/CuAV8AO0Hbg/discussion

Testing Done:
I confirmed zip_safe now sticks using a modified pants local
python_binary target:
```diff
$ git diff -U1
diff --git a/src/python/pants/bin/BUILD b/src/python/pants/bin/BUILD
index a937b3a..4425d33 100644
--- a/src/python/pants/bin/BUILD
+++ b/src/python/pants/bin/BUILD
@@ -54,2 +54,3 @@ python_binary(
   ],
+  zip_safe=False,
 )
```

This both embedded and respected the embedded zip_safe flag:
```console
$ ./pants binary src/python/pants/bin:pants_local_binary
$ unzip -qc dist/pants_local_binary.pex PEX-INFO | python -mjson.tool | grep zip_safe
    "zip_safe": false
$ PEX_VERBOSE=5 ./dist/pants_local_binary.pex --version 2>&1 | grep "zip safe"
pex: PEX is not zip safe, exploding to /home/jsirois/.pex/code/26fc51563
```

CI is away here:
  https://travis-ci.org/pantsbuild/pants/builds/74151804

Bugs closed: 1922

Reviewed at https://rbcommons.com/s/twitter/r/2571/

15252 of 20825 relevant lines covered (73.24%)

1.38 hits per line

Coverage Regressions

Lines Coverage ∆ File
68
100.0
src/python/pants/backend/project_info/tasks/ide_gen.py
36
100.0
src/python/pants/backend/jvm/tasks/jvm_compile/anonymizer.py
28
100.0
src/python/pants/base/worker_pool.py
27
100.0
src/python/pants/backend/jvm/tasks/jvm_compile/jvm_dependency_analyzer.py
23
100.0
src/python/pants/reporting/html_reporter.py
19
100.0
src/python/pants/base/payload_field.py
18
100.0
src/python/pants/scm/git.py
16
100.0
src/python/pants/backend/codegen/tasks/simple_codegen_task.py
15
100.0
src/python/pants/goal/context.py
14
100.0
src/python/pants/goal/products.py
14
100.0
src/python/pants/cache/artifact.py
13
100.0
src/python/pants/backend/jvm/ivy_utils.py
12
100.0
src/python/pants/cache/artifact_cache.py
12
100.0
src/python/pants/backend/jvm/subsystems/jvm_platform.py
9
100.0
src/python/pants/goal/artifact_cache_stats.py
9
100.0
src/python/pants/base/target.py
9
100.0
src/python/pants/base/extension_loader.py
8
100.0
src/python/pants/base/cache_manager.py
8
100.0
src/python/pants/backend/codegen/tasks/protobuf_gen.py
7
100.0
src/python/pants/cache/local_artifact_cache.py
7
100.0
src/python/pants/backend/jvm/tasks/jvm_compile/jvm_compile_isolated_strategy.py
5
100.0
src/python/pants/base/run_info.py
5
100.0
src/python/pants/backend/jvm/ossrh_publication_metadata.py
4
100.0
src/python/pants/goal/aggregated_timings.py
4
100.0
src/python/pants/cache/cache_setup.py
4
100.0
src/python/pants/backend/project_info/tasks/export.py
4
100.0
src/python/pants/backend/jvm/tasks/unpack_jars.py
4
100.0
src/python/pants/backend/jvm/tasks/jvm_compile/scala/scala_compile.py
4
100.0
src/python/pants/backend/core/wrapped_globs.py
4
100.0
src/python/pants/backend/jvm/targets/jvm_binary.py
2
100.0
src/python/pants/backend/core/tasks/clean.py
1
100.0
src/python/pants/backend/core/tasks/run_prep_command.py
1
100.0
src/python/pants/backend/jvm/targets/jvm_target.py
Jobs
ID Job ID Ran Files Coverage
1 5989.1 (CI_FLAGS="-cjlpn 'Various pants self checks'") 04 Aug 2015 11:58PM UTC 0
Travis Job 5989.1
2 5989.2 (CI_FLAGS="-fkmsrcn -u 0/2 'Unit tests for pants and pants-plugins - shard 1'") 05 Aug 2015 12:01AM UTC 0
68.97
Travis Job 5989.2
3 5989.3 (CI_FLAGS="-fkmsrcn -u 1/2 'Unit tests for pants and pants-plugins - shard 2'") 04 Aug 2015 11:59PM UTC 0
68.92
Travis Job 5989.3
4 5989.4 (CI_FLAGS="-fkmsrcjlp 'Python contrib tests'") 04 Aug 2015 11:57PM UTC 0
Travis Job 5989.4
5 5989.5 (CI_FLAGS="-fkmsrjlpn -i 0/6 'Python integration tests for pants - shard 1'") 04 Aug 2015 11:58PM UTC 0
Travis Job 5989.5
6 5989.6 (CI_FLAGS="-fkmsrjlpn -i 1/6 'Python integration tests for pants - shard 2'") 05 Aug 2015 12:03AM UTC 0
Travis Job 5989.6
7 5989.7 (CI_FLAGS="-fkmsrjlpn -i 2/6 'Python integration tests for pants - shard 3'") 05 Aug 2015 12:06AM UTC 0
Travis Job 5989.7
9 5989.9 (CI_FLAGS="-fkmsrjlpn -i 4/6 'Python integration tests for pants - shard 5'") 05 Aug 2015 12:33AM UTC 0
Travis Job 5989.9
10 5989.10 (CI_FLAGS="-fkmsrjlpn -i 5/6 'Python integration tests for pants - shard 6'") 05 Aug 2015 12:08AM UTC 0
Travis Job 5989.10
Source Files on build 5989
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5989
  • dbd44da8 on github
  • Prev Build on master (#5982)
  • Next Build on master (#5994)
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