eager-librarian-15922
01/25/2019, 1:30 PMwitty-crayon-22786
01/25/2019, 5:06 PM./pants --changed=.. list
and ./pants depmap --graph
... basically, determine what the changed roots are, find their dependees, then graph them. but there is nothing baked inaverage-vr-56795
01/28/2019, 4:52 PMTypeError: 'output_dir' must be a string or None
that I’m seeing a bunch on CI, before I dig in?average-vr-56795
01/28/2019, 4:54 PMbrief-engineer-67497
01/31/2019, 3:06 PM./pants fmt.scalafix --semantic --rules=RemoveUnused libs/common/src/main/scala
and I got the following message :
==== stderr ====
==== stdout ====
error: The Scala compiler option "-Ywarn-unused" is required to use RemoveUnused.
To fix this problem, update your build to use at least one Scala compiler
option that starts with "-Ywarn-unused"
DEBUG] releasing lock: <pants.process.lock.OwnerPrintingInterProcessFileLock object at 0x7f65e8085410>
FAILURE: scalafix.cli.Cli ... failed to fix (4) targets.
yet I have these lines in my pants.ini
[compile.zinc]
args: [
# ...
'-S-Ywarn-unused:implicits',
'-S-Ywarn-unused:imports',
'-S-Ywarn-unused:locals',
'-S-Ywarn-unused:params',
'-S-Ywarn-unused:patvars',
'-S-Ywarn-unused:privates',
'-S-Ywarn-value-discard',
'-S-Yrangepos'
]
And the ldebug
does show me these argspolite-vase-75369
01/31/2019, 7:00 PMpants resolve.ivy --open --no-cache-read 3rdparty/com/exacttarget/::
it says the jar has no dependencies... but that's not truepolite-vase-75369
01/31/2019, 7:00 PMwide-energy-11069
01/31/2019, 7:14 PMaverage-vr-56795
02/01/2019, 4:28 PMGIT_DIR=.git
is set which breaks git commands after you cd
. Just un-setting GIT_DIR
seems to fix everything… Will send out a PR…witty-crayon-22786
02/01/2019, 4:31 PMwitty-crayon-22786
02/01/2019, 4:31 PMaverage-vr-56795
02/01/2019, 4:31 PMaverage-vr-56795
02/01/2019, 4:32 PMaloof-angle-91616
02/01/2019, 7:52 PMfancy-queen-20734
02/04/2019, 10:27 PMaverage-sugar-76469
02/05/2019, 9:48 PMfierce-balloon-14181
02/06/2019, 10:36 AM/home/abours/dev/mediarithmics-platform/.pants.d/bootstrap/bootstrap-jvm-tools/tool_cache/binary_jars/org.pantsbuild.zinc.bootstrapper.Main-7e594ff1fb53695a1725022a585649ea2a74bcb4-ShadedToolFingerprintStrategy_194c72d51d61.jar: java.io.IOException: Nom de fichier trop long
The exception can be translated by "Filename too long".
I am running java build 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12 and Linux Mint 18.3 Sylvia
Any idea where it might come from? We spent some time with others devs using pants here and we could not find any solutionwitty-crayon-22786
02/06/2019, 4:26 PMfierce-balloon-14181
02/06/2019, 4:27 PMwitty-crayon-22786
02/06/2019, 5:26 PMwitty-crayon-22786
02/06/2019, 5:26 PMaloof-angle-91616
02/06/2019, 5:28 PMShadedToolFingerprintStrategy
???witty-crayon-22786
02/06/2019, 5:28 PMwitty-crayon-22786
02/06/2019, 5:29 PMenough-analyst-54434
02/06/2019, 5:35 PMfierce-balloon-14181
02/06/2019, 5:51 PMfierce-balloon-14181
02/06/2019, 6:22 PMfierce-balloon-14181
02/06/2019, 6:26 PMstrong-crayon-70379
02/08/2019, 4:27 PMstrong-crayon-70379
02/08/2019, 4:28 PM11:25:13 00:06 [pytest-prep]
Invalidated 3 targets.
11:25:14 00:07 [pytest]
Invalidated 1 target.
scrubbed PYTHONPATH=/Users/clivingston/workspace/pants/src/python: from py.test environment
11:25:14 00:07 [run]
Failed to find compatible interpreter for constraints: [u'CPython>=3.6,<4', u'CPython>=2.7,<3']
tests/python/pants_test/backend/python:interpreter_cache ..... NOT RUN
FAILURE
Waiting for background workers to finish.
11:25:14 00:07 [complete]
FAILURE