salmon-summer-38098
06/07/2018, 11:03 PMsalmon-summer-38098
06/07/2018, 11:03 PMsalmon-summer-38098
06/07/2018, 11:03 PMenough-analyst-54434
06/07/2018, 11:05 PMdependencies
witty-crayon-22786
06/07/2018, 11:06 PMwitty-crayon-22786
06/07/2018, 11:06 PM--enable-pantsd
locally to reprowitty-crayon-22786
06/07/2018, 11:06 PMwitty-crayon-22786
06/07/2018, 11:06 PMsalmon-summer-38098
06/07/2018, 11:07 PMaloof-angle-91616
06/08/2018, 7:42 AMfix-xz-paths
from my remote (cosmicexplorer) and running ./pants test tests/python/pants_test/backend/python/tasks -- -k test_build_local_python_distributions
? i was going to just fix that, and i think i have -- i don't see the dyld errors repro (and the test passes now) on my osx laptop. thinking about it now, i want to expand that (otherwise very short) pr with a response to #5920, so aiming for that now. i don't think you'll need to rm -r
anything in the pants cache to test that branch.aloof-angle-91616
06/08/2018, 8:45 AMaverage-vr-56795
06/08/2018, 9:39 AM[=== 19:45 Running site doc generation test ===]
+/home/travis/build/pantsbuild/pants/pants sitegen src:: examples:: contrib:: testprojects/src/java/org/pantsbuild/testproject/page:readme
WARN] Globs did not match. Excludes were: []. Unmatched globs were: ["examples/tests/scala/org/pantsbuild/example/hello/welcome/*Test.java", "examples/tests/scala/org/pantsbuild/example/hello/welcome/*Test.scala"].
WARN] Globs did not match. Excludes were: []. Unmatched globs were: ["examples/tests/python/example_test/hello/greet/*_test.py"].
WARN] Globs did not match. Excludes were: []. Unmatched globs were: ["examples/tests/scala/org/pantsbuild/example/specs2/*Test.java", "examples/tests/scala/org/pantsbuild/example/specs2/*Test.scala"].
WARN] Globs did not match. Excludes were: []. Unmatched globs were: ["examples/tests/java/org/pantsbuild/example/hello/greet/*Test.scala", "examples/tests/java/org/pantsbuild/example/hello/greet/*Spec.scala"].
WARN] Globs did not match. Excludes were: []. Unmatched globs were: ["contrib/node/examples/src/node/javascriptstyle-empty/**/*.js"].
WARN] Globs did not match. Excludes were: []. Unmatched globs were: ["contrib/avro/tests/java/org/pantsbuild/contrib/avro/*Test.scala", "contrib/avro/tests/java/org/pantsbuild/contrib/avro/*Spec.scala"].
WARN] Globs did not match. Excludes were: []. Unmatched globs were: ["contrib/thrifty/tests/java/org/pantsbuild/contrib/thrifty/*Test.scala", "contrib/thrifty/tests/java/org/pantsbuild/contrib/thrifty/*Spec.scala"].
WARN] Globs did not match. Excludes were: []. Unmatched globs were: ["contrib/python/tests/python/pants_test/contrib/python/checks/tasks/checkstyle/*_test.py"].
WARN] Globs did not match. Excludes were: []. Unmatched globs were: ["contrib/scalajs/tests/scala/org/pantsbuild/scalajs/example/factfinder/*Test.java", "contrib/scalajs/tests/scala/org/pantsbuild/scalajs/example/factfinder/*Test.scala"].
WARN] Globs did not match. Excludes were: []. Unmatched globs were: ["contrib/googlejavaformat/tests/python/pants_test/contrib/googlejavaformat/*_test.py"].
WARN] Globs did not match. Excludes were: []. Unmatched globs were: ["contrib/go/tests/python/pants_test/contrib/go/targets/*_test.py"].
Looks like you’ve revealed some issues in our repo 😄rough-minister-58256
06/08/2018, 4:57 PMaloof-angle-91616
06/08/2018, 7:39 PM'warn'
easier, but i'm not sure what the interface should bealoof-angle-91616
06/08/2018, 7:42 PMignore
before the next release might be in order?rough-minister-58256
06/08/2018, 7:42 PM::
, so its less of a concern there - but in e.g. CI it might be nice to have a way to disable the warning globally w/ a flag?rough-minister-58256
06/08/2018, 7:42 PMaloof-angle-91616
06/08/2018, 7:42 PM--glob-expansion-failure=ignore
, or the env var, if that's what you meanrough-minister-58256
06/08/2018, 7:42 PMaloof-angle-91616
06/08/2018, 7:42 PMrough-minister-58256
06/08/2018, 7:43 PMaloof-angle-91616
06/08/2018, 7:43 PMaloof-angle-91616
06/08/2018, 7:43 PMaloof-angle-91616
06/08/2018, 7:44 PMaloof-angle-91616
06/08/2018, 9:03 PMPATH='/usr/bin:/bin' ./pants clean-all test tests/python/pants_test/backend/python/tasks:python_native_code_testing
(which includes test_build_local_python_distributions.py
), but i'm not seeing the dyld error you describe in your comments on #5936. i see why it would happen now (because we're bringing in the native toolchain unconditionally when we invoke a python_dist()
, which is fixed in #5815), but i'm not sure how to reconcile whatever is different in our osx environments (and I assume mine is the wrong one, because i was building the xz
binary earlier -- i have cleared ~/.cache/pants/bin/xz
but it still works)aloof-angle-91616
06/08/2018, 11:24 PMglibc
with https://github.com/pantsbuild/pants/pull/5943 (corresponding binaries pr at https://github.com/pantsbuild/binaries/pull/70) to unskip some all the currently-skipped native backend tests (which just try to run a hello world)aloof-angle-91616
06/09/2018, 1:56 AM@rule
results in a Throw? i'm trying to figure out how to add more context to the warning message when sources globs fail to expand and --glob-expansion-failure=warn
aloof-angle-91616
06/10/2018, 12:08 AM--glob-expansion-failure
. i think it's a really neat separation of concernsdazzling-florist-39383
06/11/2018, 3:31 PMaloof-angle-91616
06/12/2018, 5:06 AM