important-librarian-62877
01/05/2021, 12:24 AMhigh-egg-2153
01/05/2021, 7:02 PMsalmon-barista-63163
01/05/2021, 9:11 PM15:08:58.38 [ERROR] Exception caught: (pants.engine.internals.scheduler.ExecutionError)
File "/Users/briandesimone/.cache/pants/setup/bootstrap-Darwin-x86_64/2.1.1_py36/lib/python3.6/site-packages/pants/bin/local_pants_runner.py", line 255, in run
engine_result = self._run_v2(goals)
File "/Users/briandesimone/.cache/pants/setup/bootstrap-Darwin-x86_64/2.1.1_py36/lib/python3.6/site-packages/pants/bin/local_pants_runner.py", line 182, in _run_v2
return self._maybe_run_v2_body(goals, poll=False)
File "/Users/briandesimone/.cache/pants/setup/bootstrap-Darwin-x86_64/2.1.1_py36/lib/python3.6/site-packages/pants/bin/local_pants_runner.py", line 204, in _maybe_run_v2_body
poll_delay=(0.1 if poll else None),
File "/Users/briandesimone/.cache/pants/setup/bootstrap-Darwin-x86_64/2.1.1_py36/lib/python3.6/site-packages/pants/init/engine_initializer.py", line 126, in run_goal_rules
goal_product, params, poll=poll, poll_delay=poll_delay
File "/Users/briandesimone/.cache/pants/setup/bootstrap-Darwin-x86_64/2.1.1_py36/lib/python3.6/site-packages/pants/engine/internals/scheduler.py", line 569, in run_goal_rule
self._raise_on_error([t for _, t in throws])
File "/Users/briandesimone/.cache/pants/setup/bootstrap-Darwin-x86_64/2.1.1_py36/lib/python3.6/site-packages/pants/engine/internals/scheduler.py", line 539, in _raise_on_error
wrapped_exceptions=tuple(t.exc for t in throws),
Exception message: 1 Exception encountered:
ProcessExecutionFailure: Process 'Create db.data_cache_db.lexio-migrations-data-cache.tar' failed with exit code 1.
stdout:
stderr:
Usage:
List: tar -tf <archive-filename>
Extract: tar -xf <archive-filename>
Create: tar -cf <archive-filename> [filenames...]
Help: tar --help
This doesn’t give me much to go on here and even with debug mode on this is the extent of the error message.
Here is my BUILD file:
python_library(
name="lib",
dependencies=[
"3rdparty/python:alembic",
"3rdparty/python:SQLAlchemy",
"lib/python_core/src",
],
sources=["**/*.py"],
tags={"code", "db", "migration", "python"},
)
pex_binary(
name="alembic", entry_point="alembic.config", dependencies=[":lib"], zip_safe=False
)
archive(
name="lexio-migrations-data-cache",
packages=[":alembic"],
files=[":files"],
format="tar",
tags={"code", "db", "migration", "python"},
output_path="db.data_cache_db.lexio-migrations-data-cache.tar",
)
files(
name="files",
sources=[
"alembic.ini",
"env.py",
"versions/*.py",
],
)
Any help here would be appreciatedrough-minister-58256
01/05/2021, 9:50 PMrough-minister-58256
01/05/2021, 9:53 PMgorgeous-eve-12553
01/06/2021, 1:54 AMloud-stone-83419
01/06/2021, 2:11 PMloud-stone-83419
01/06/2021, 2:12 PM'PrimitiveField' object has no attribute 'filespec'
it looks like some of our plugins are breaking the pants intellij importloud-stone-83419
01/06/2021, 2:13 PMloud-stone-83419
01/06/2021, 2:13 PMfew-rocket-4266
01/08/2021, 11:08 AMpants_version = "2.1.1"
happy-alarm-36194
01/08/2021, 3:43 PMloud-stone-83419
01/11/2021, 11:01 PMwitty-crayon-22786
01/11/2021, 11:02 PMwitty-crayon-22786
01/11/2021, 11:03 PMwitty-crayon-22786
01/11/2021, 11:04 PMloud-stone-83419
01/11/2021, 11:05 PMloud-stone-83419
01/11/2021, 11:05 PMloud-stone-83419
01/11/2021, 11:05 PMloud-stone-83419
01/11/2021, 11:05 PMloud-stone-83419
01/11/2021, 11:06 PMwitty-crayon-22786
01/11/2021, 11:06 PMloud-stone-83419
01/11/2021, 11:08 PMwitty-crayon-22786
01/11/2021, 11:09 PMwitty-crayon-22786
01/11/2021, 11:09 PMloud-stone-83419
01/11/2021, 11:10 PMloud-stone-83419
01/11/2021, 11:13 PMwitty-crayon-22786
01/11/2021, 11:13 PMloud-stone-83419
01/11/2021, 11:13 PMwitty-crayon-22786
01/11/2021, 11:13 PM