red-balloon-89377
03/21/2019, 3:44 PMhappy-kitchen-89482
03/21/2019, 5:05 PMpants-devel@
, please consider taking our (that is, Toolchain Labs's) survey, if you haven't already: https://www.surveymonkey.com/r/53SCYZ8
Responses from the Pants community will help us prioritize feature development and drive wider adoption, which benefits us all. Multiple responses from the same team/org are fine, so don't worry about who else is responding.
Thanks!
~ @happy-kitchen-89482 and @enough-analyst-54434gentle-wolf-58752
03/21/2019, 9:39 PM403
trying to get the bootstrapped pants
pex) and not related to the changes in that branch (maybe I need to rebase?)aloof-angle-91616
03/21/2019, 9:40 PMgentle-wolf-58752
03/21/2019, 9:42 PMaloof-angle-91616
03/21/2019, 9:43 PMaloof-angle-91616
03/21/2019, 9:44 PMgit commit -n --amend -C HEAD && git push --force-with-lease
aloof-angle-91616
03/21/2019, 9:44 PMaloof-angle-91616
03/22/2019, 6:19 AMeager-raincoat-57702
03/22/2019, 10:39 PMeager-raincoat-57702
03/22/2019, 10:42 PMjunit_tests
in pants? i could also try to make utest conform to that.loud-guitar-4381
03/24/2019, 7:44 PMJvmToolMixin.register_jvm_tool
with local build targets? Can I pass local scala target as parameter to classpath_spec?loud-guitar-4381
03/24/2019, 7:46 PMhappy-kitchen-89482
03/25/2019, 3:46 PMhappy-kitchen-89482
03/25/2019, 3:47 PMgray-daybreak-51003
03/25/2019, 5:59 PMgray-daybreak-51003
03/25/2019, 6:00 PMgray-daybreak-51003
03/25/2019, 6:00 PMgray-daybreak-51003
03/25/2019, 6:00 PMfew-alarm-32433
03/26/2019, 1:44 AMred-balloon-89377
03/26/2019, 2:08 PMcreating build/temp.macosx-10.9-x86_64-3.7/build
creating build/temp.macosx-10.9-x86_64-3.7/build/temp.macosx-10.9-x86_64-3.7
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c build/temp.macosx-10.9-x86_64-3.7/_openssl.c -o build/temp.macosx-10.9-x86_64-3.7/build/temp.macosx-10.9-x86_64-3.7/_openssl.o -Wconversion -Wno-error=sign-conversion
stderr:
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*' found under directory 'vectors'
build/temp.macosx-10.9-x86_64-3.7/_openssl.c:488:10: fatal error: 'openssl/opensslv.h' file not found
#include <openssl/opensslv.h>
^~~~~~~~~~~~~~~~~~~~
Has anyone seen it before?brief-engineer-67497
03/27/2019, 2:35 PM## Exception when compiling 44 sources to /data/var/lib/jenkins/workspace/pr-mediarithmics-platform-pants/.pants.d/compile/zinc/a53b6931478d/mediarithmics-api.core-api.src.test.scala.scala/current/classes
[error] java.io.IOException: Analysis at (d6aa1af9a111c49918f3f1e79451c82b: /data/var/lib/jenkins/workspace/pr-mediarithmics-platform-pants/.pants.d/compile/zinc/a53b6931478d/mediarithmics-api.common-play-api.src.main.scala.scala/9520fc387886/z.analysis) has changed since startup!
I'm using pants 1.14.0
but I have no idea where to look to solve this error.
for a bit of context, we run our tests using the following scriptbrief-engineer-67497
03/27/2019, 2:35 PMbrief-engineer-67497
03/27/2019, 2:36 PMfresh-architect-74417
03/27/2019, 7:31 PMacoustic-book-58772
03/27/2019, 9:01 PMpex: Please build pex with the subprocess32 module for more reliable requirement installation and interpreter execution
. Is this something we just pip install
locally or is there some way of putting this in a config to always download and use (e.g in pants.ini
)?gentle-wolf-58752
03/27/2019, 11:07 PMStatsDb
bits from ./pants server
(ie. the Timing Stats
views)? Iām looking into cleaning up some of the json reporting / logic as a followup to the new JsonReporter
and the schema there is coupled to the current stats
json output (not a blocker, but if itās not being used it seems like a candidate for removal).fierce-park-88503
03/28/2019, 2:35 PM./pants setup-py --run=bdist_wheel thing/I/want/a/wheel/for
, I get: āNo exported target owner found for PythonLibrary(BuildFileAddress(an/internal/python_library/target/I/depend/BUILD.pants, on))ā
reading https://github.com/pantsbuild/pants/blob/60197188cb02f7ff60ac723f12780353fb2f2ee9/src/python/pants/backend/python/tasks/setup_py.py#L223, it seems like this shouldnāt be an issue. thing/I/want/a/wheel/for
does have a provides attribute, and it depends on an/internal/python_library/target/I/depend:on
, which seems like it should make the former an owner for the latter. am I misunderstanding something?witty-crayon-22786
03/28/2019, 4:11 PMwitty-crayon-22786
03/28/2019, 4:12 PM