witty-crayon-22786
08/01/2019, 3:58 PMproud-yak-54773
08/01/2019, 6:51 PMproud-yak-54773
08/01/2019, 7:59 PMjolly-whale-64112
08/01/2019, 8:39 PMcom.foo.bar.blah
, but a good portion of the time I’ll receive something much less readable, like .Users.foo.bar..pants.d.pyprep.sources.e3ffed3b0fe5ff4d0f6f9dd42ca3cd26cecb0788.blah
. Does anyone know why that is, or how I can get names that are a bit more consistent and readable?fresh-architect-74417
08/02/2019, 9:32 PMtimestamp: 2019-08-02T21:31:29.994167
Exception caught: (pants.build_graph.address_lookup_error.AddressLookupError) (backtrace omitted)
Exception message: Build graph construction failed: ExecutionError 1 Exception encountered:
Exception: Dep graph contained a cycle.
witty-crayon-22786
08/02/2019, 9:36 PM--print-exception-stacktrace
... sorry for the trouble. that's https://github.com/pantsbuild/pants/issues/5739fresh-architect-74417
08/02/2019, 9:37 PMhappy-kitchen-89482
08/05/2019, 3:08 PMhappy-kitchen-89482
08/05/2019, 3:08 PMUnexpected problem writing target jar /home/travis/build/pantsbuild/pants/.pants.d/tmp/tmpj30kqeem.pants.d/bootstrap/bootstrap-jvm-tools/tool_cache/binary_jars/com.google.errorprone.ErrorProneCompiler-66a2181907f9e0c278dee8c5ad66ef2af8817878-ShadedToolFingerprintStrategy_3c828f4d38a9.jar: org.pantsbuild.tools.jar.JarBuilder$IndexingException: Problem indexing jar at /home/travis/build/pantsbuild/pants/.pants.d/tmp/tmpj30kqeem.pants.d/bootstrap/bootstrap-jvm-tools/a0ebe8e0b001/ivy/jars/com.google.errorprone/error_prone_core/jars/error_prone_core-2.3.1.jar: error in opening zip file
aloof-angle-91616
08/05/2019, 3:09 PMhappy-kitchen-89482
08/05/2019, 3:09 PMhappy-kitchen-89482
08/05/2019, 3:14 PMhappy-kitchen-89482
08/05/2019, 3:14 PMfierce-park-88503
08/05/2019, 3:14 PMblack
, but some of its choices go against some of the checksdazzling-diamond-4749
08/06/2019, 2:46 AMpip-compile
style and let pants pin the deps?dry-policeman-7927
08/07/2019, 11:03 AMwitty-crayon-22786
08/09/2019, 7:22 PMwide-energy-11069
08/09/2019, 9:21 PMaverage-cpu-49873
08/12/2019, 6:04 PM<https://github.com/yarnpkg/yarn/releases/download/<version>/yarn-<version>.tar.gz>
, where the <version>
is specified in the Pants options like so?
binaries_baseurls: +[
'<https://binaries.pantsbuild.org>',
'<https://github.com/yarnpkg/yarn/releases/download>',
]
[yarnpkg-distribution]
version: v1.17.3
The root of the issue is that Pants is expecting a specific folder structure <https://github.com/yarnpkg/yarn/releases/download/bin/yarnpkg/mac/10.13/v1.17.3/yarnpkg.tar.gz>
, and I'm wondering if there is a way to circumvent that.hundreds-breakfast-49010
08/13/2019, 6:31 PM./pants --exclude-target-regexp='testprojects/.*' --changed-parent="master" lint
)hundreds-breakfast-49010
08/13/2019, 6:32 PMTraceback (most recent call last):
File "/home/gregs/code/pants/.pants.d/lint/pythonstyle/checker/f056857f828f95f73143d5abef284733401993e1-DefaultFingerprintStrategy.946276fa33a5/CPython-3.7.3/.bootstrap/pex/pex.py", line 356, in execute
self.patch_sys(pex_inherit_path)
File "/home/gregs/code/pants/.pants.d/lint/pythonstyle/checker/f056857f828f95f73143d5abef284733401993e1-DefaultFingerprintStrategy.946276fa33a5/CPython-3.7.3/.bootstrap/pex/pex.py", line 285, in patch_sys
new_sys_path, new_sys_path_importer_cache, new_sys_modules = self.minimum_sys(inherit_path)
File "/home/gregs/code/pants/.pants.d/lint/pythonstyle/checker/f056857f828f95f73143d5abef284733401993e1-DefaultFingerprintStrategy.946276fa33a5/CPython-3.7.3/.bootstrap/pex/pex.py", line 259, in minimum_sys
sys_modules = cls.minimum_sys_modules(site_libs)
File "/home/gregs/code/pants/.pants.d/lint/pythonstyle/checker/f056857f828f95f73143d5abef284733401993e1-DefaultFingerprintStrategy.946276fa33a5/CPython-3.7.3/.bootstrap/pex/pex.py", line 179, in minimum_sys_modules
if cls._tainted_path(module_file, site_libs):
File "/home/gregs/code/pants/.pants.d/lint/pythonstyle/checker/f056857f828f95f73143d5abef284733401993e1-DefaultFingerprintStrategy.946276fa33a5/CPython-3.7.3/.bootstrap/pex/pex.py", line 157, in _tainted_path
paths = frozenset([path, os.path.realpath(path)])
File "/home/gregs/code/pants/build-support/pants_dev_deps.py37.venv/lib/python3.7/posixpath.py", line 394, in realpath
filename = os.fspath(filename)
TypeError: expected str, bytes or os.PathLike object, not NoneType
FAILURE: 1 Python Style issues found. You may try `./pants fmt <targets>`
hundreds-breakfast-49010
08/13/2019, 8:50 PMbuild-support/pants_dev_deps.py37.venv
isn't in version control and it has symlinks to system python fileshundreds-breakfast-49010
08/13/2019, 8:50 PMhundreds-breakfast-49010
08/13/2019, 8:50 PMhundreds-breakfast-49010
08/13/2019, 11:18 PMset_options_for_scope
doesn't actually work when testing v2 ruleshundreds-breakfast-49010
08/13/2019, 11:18 PMhundreds-breakfast-49010
08/13/2019, 11:20 PMConsoleRuleTestBase.execute_rule
aloof-angle-91616
08/13/2019, 11:23 PMhundreds-breakfast-49010
08/13/2019, 11:23 PMaloof-angle-91616
08/13/2019, 11:23 PM