witty-crayon-22786
01/07/2019, 8:53 PMwitty-crayon-22786
01/07/2019, 8:55 PMprovides=setup_py(..)
acoustic-book-58772
01/08/2019, 7:06 PMobjc[30554]: +[NSValue initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
objc[30555]: +[NSValue initialize] may have been in progress in another thread when fork() was called.
I checked the packets and do see the server respond with 404s when the file requested by the GET does not exist, and assumed pants will then build the artifacts and attempt to write it back. But it doesn't seem to even get to the compilation part before hitting these errors. A quick google search says this error has to do with some multithreading restriction with osx? Any thoughts?
I'm running osx 10.14 (mojave), running Pants 1.11.0. I have the read and write url set to be the same in pants.ini
for the [cache]
blockhappy-kitchen-89482
01/09/2019, 4:36 AMbumpy-teacher-43385
01/09/2019, 2:42 PMhundreds-father-404
01/10/2019, 2:18 AMaloof-angle-91616
01/10/2019, 11:34 PMsome-farmer-97614
01/11/2019, 10:02 PMsome-farmer-97614
01/11/2019, 10:02 PMfancy-queen-20734
01/11/2019, 10:07 PMwitty-crayon-22786
01/11/2019, 10:28 PMaverage-vr-56795
01/11/2019, 11:51 PMfancy-queen-20734
01/11/2019, 11:52 PMfancy-queen-20734
01/11/2019, 11:52 PMhappy-kitchen-89482
01/12/2019, 5:16 AMaloof-angle-91616
01/13/2019, 7:08 AMaloof-angle-91616
01/13/2019, 7:17 AMgood first issue
if anyone's feeling friskyaloof-angle-91616
01/13/2019, 7:17 AMdamp-mouse-24788
01/14/2019, 9:00 PMPEX_VERSION=1 ./pants publish.jar -ldebug --override=com.foo.bar#baz=0.1.2 --doc-scaladoc-combined=false --doc-javadoc-combined=false --publish-jar-transitive=false --publish-jar-override="com.foo.bar#test-sj=1.0.0" --publish-jar-dryrun=false --force=true src/jvm/...
Thanksdamp-mouse-24788
01/14/2019, 9:11 PMaverage-sugar-76469
01/14/2019, 10:28 PMversioned_target.cache_key.hash.split(-1)
versioned_target.target.playload.fingerprint()
witty-crayon-22786
01/14/2019, 10:30 PMfierce-park-88503
01/15/2019, 1:11 AMaloof-angle-91616
01/15/2019, 7:58 AMstable_json_hash()
which probably shouldn't affect anyone at all https://github.com/pantsbuild/pants/pull/6475magnificent-coat-60998
01/18/2019, 8:32 AMjvm_binary
target. I'm addressing some by using Duplicate.CONCAT_TEXT
or Skip()
, which works when looking inside the jar, but the "dup" task is still outputting them to be a duplicate. Looking at the task code it doesn't seem to take any JarRules into account. Is there a proper way of telling pants that these have been addressed for a specific target (I don't want to globally ignore specific things as they might not be addressed in new/other targets)?
Examples of what I'm looking at which I think would be pretty common:
* META-INF/INDEX.LIST
and META-INF/io.netty.versions.properties
from Netty
* reference.conf
from Akkabrief-engineer-67497
01/18/2019, 4:03 PMaverage-vr-56795
01/22/2019, 6:17 PMPANTS_DEV=0
I get told Could not satisfy all requirements for pantsbuild.pants.contrib.python.checks.checker==1.14.0.dev1:
and if I don’t, I get told “Path “contrib/python/src/python/pants/contrib/python/checks/checker” does not contain any BUILD files.” - any idea what I need to do about this?aloof-angle-91616
01/23/2019, 5:21 AMaloof-angle-91616
01/23/2019, 9:39 PM./pants list
which also prints the stringified targets sounds extremely useful for debugging codegen tasks or context-aware object factories -- am i missing any existing facilities to do this?eager-librarian-15922
01/25/2019, 1:29 PM