average-vr-56795
11/11/2017, 2:13 AMflaky-twilight-29457
11/11/2017, 4:07 PMenough-analyst-54434
11/11/2017, 4:40 PMaverage-vr-56795
11/12/2017, 6:09 AMScreen Shot 2017-11-11 at 22.08.49.pngā¾
enough-analyst-54434
11/12/2017, 9:43 PMScreenshot_20171112-134301.pngā¾
alert-monitor-62116
11/12/2017, 10:35 PMalert-monitor-62116
11/13/2017, 3:18 AMException message: TaskRegistrar 'scala-js-link' with action ScalaJSLink_resolve_scala_js_link depends on scala_js_ir from task ScalaJSZincCompile_resolve_scala_js_compile which is ordered after it in the 'resolve' goal:
[0] 'ivy' IvyResolve_resolve_ivy
[1] 'scala-js-compile' ScalaJSZincCompile_resolve_scala_js_compile
[2] 'scala-js-link' ScalaJSLink_resolve_scala_js_link
[3] 'scala-js-compile' ScalaJSZincCompile_resolve_scala_js_compile
[4] 'scala-js-link' ScalaJSLink_resolve_scala_js_link
Any hints ?alert-monitor-62116
11/13/2017, 4:35 AMalert-monitor-62116
11/13/2017, 4:35 AMpurple-oil-45048
11/13/2017, 7:38 AMuser
11/13/2017, 4:17 PMhttps://pantsbuild.slack.com/files/U04S45AHA/F7Z5K37NH/screenshot_20171112-134301.pngā¾
enough-analyst-54434
11/13/2017, 4:21 PMdazzling-crayon-98253
11/13/2017, 8:44 PMServer access error at url <https://repo1.maven.org/maven2/org/apache/spark/spark-core_2.11/2.1.0/spark-core_2.11-2.1.0.pom> (javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative DNS name matching <http://repo1.maven.org|repo1.maven.org> found.)
Server access error at url <https://repo1.maven.org/maven2/org/apache/spark/spark-streaming_2.11/2.1.0/spark-streaming_2.11-2.1.0.pom> (javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative DNS name matching <http://repo1.maven.org|repo1.maven.org> found.)
Server access error at url <https://repo1.maven.org/maven2/org/apache/spark/spark-sql_2.11/2.1.0/spark-sql_2.11-2.1.0.pom> (javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative DNS name matching <http://repo1.maven.org|repo1.maven.org> found.)
dazzling-crayon-98253
11/13/2017, 9:26 PMprehistoric-dress-36374
11/14/2017, 6:32 PMenough-analyst-54434
11/14/2017, 7:48 PMBuild Cache
section, no plugin needed: https://www.pantsbuild.org/setup_repo.htmlstocky-portugal-83098
11/14/2017, 10:12 PMservice_1 | CRITICAL] panic at 'there is no guard page', /checkout/src/libstd/sys/unix/thread.rs:329
service_1 | CRITICAL] panic at 'there is no guard page', /checkout/src/libstd/sys/unix/thread.rs:329
service_1 | CRITICAL] panic at 'there is no guard page', /checkout/src/libstd/sys/unix/thread.rs:329
service_1 | CRITICAL] Please file a bug at <https://github.com/pantsbuild/pants/issues>.
service_1 | CRITICAL] panic at 'there is no guard page', /checkout/src/libstd/sys/unix/thread.rs:329
service_1 | fatal runtime error: failed to initiate panic, error 5
service_1 | CRITICAL] Please file a bug at <https://github.com/pantsbuild/pants/issues>.
stocky-portugal-83098
11/14/2017, 10:15 PM./pants -V
and ./pants help
but ./pants goals
, ./pants <compile/run/etc> path/to/service:target
, etc give the above erroralert-monitor-62116
11/15/2017, 5:39 AMpurple-oil-45048
11/15/2017, 6:17 AMalert-monitor-62116
11/15/2017, 6:49 AMaloof-angle-91616
11/15/2017, 9:12 PM./pants run
if it doesn't work yetaloof-angle-91616
11/15/2017, 9:14 PMrich-guitar-38229
11/16/2017, 12:45 AMrich-guitar-38229
11/16/2017, 12:46 AMjava_tests(
name='temp_test',
dependencies=[
'3rdparty/java/junit',
'3rdparty/java/org/asynchttpclient:asynchttpclient',
'3rdparty/java/com/amazonaws:dynamodb',
'3rdparty/java/software/amazon:dynamodb',
],
resources=['services/prodpost/resources'],
sources = globs('temp/temp.java'),
)
while this works java_tests(
name='temp_test',
dependencies=[
'3rdparty/java/junit',
'3rdparty/java/software/amazon:dynamodb',
'3rdparty/java/org/asynchttpclient:asynchttpclient',
'3rdparty/java/com/amazonaws:dynamodb',
],
resources=['services/prodpost/resources'],
sources = globs('temp/temp.java'),
)
wide-energy-11069
11/16/2017, 12:47 AMclass that's actually loaded
means you see classpath different at compile time, test time?rich-guitar-38229
11/16/2017, 12:48 AMrich-guitar-38229
11/16/2017, 12:49 AMwide-energy-11069
11/16/2017, 12:49 AM--no-enable-v2-engine
? assuming you are on the latest masterrich-guitar-38229
11/16/2017, 12:50 AM