fast-megabyte-33579
03/30/2017, 4:26 PMfast-megabyte-33579
03/30/2017, 4:26 PMfancy-queen-20734
03/30/2017, 4:26 PMhappy-kitchen-89482
03/30/2017, 7:37 PMwitty-crayon-22786
03/30/2017, 7:43 PMpytest --fast
for those: # We run python tests using --no-fast - aka test chroot per target - to work around issues with
# test (ie: pants_test.contrib) namespace packages.
# TODO(John Sirois): Get to the bottom of the issue and kill --no-fast, see:
# <https://github.com/pantsbuild/pants/issues/1149>
witty-crayon-22786
03/30/2017, 7:43 PMwitty-crayon-22786
03/30/2017, 7:43 PMbuild-support/bin/ci.sh
happy-kitchen-89482
03/30/2017, 9:08 PM--fast
is deprecated and doesn’t actually do anythingwitty-crayon-22786
03/30/2017, 9:13 PMwitty-crayon-22786
03/30/2017, 9:15 PMwitty-crayon-22786
03/30/2017, 9:16 PMwitty-crayon-22786
03/30/2017, 9:16 PMwitty-crayon-22786
03/30/2017, 9:16 PMwitty-crayon-22786
03/30/2017, 9:17 PMhappy-kitchen-89482
03/30/2017, 9:26 PM./pants test :: <sharding spec>
at this pointhappy-kitchen-89482
03/30/2017, 9:26 PMwitty-crayon-22786
03/30/2017, 10:19 PMnative-engine-doc.png▾
witty-crayon-22786
03/30/2017, 10:20 PMwitty-crayon-22786
03/30/2017, 10:22 PMrough-minister-58256
03/30/2017, 10:34 PMrough-minister-58256
03/30/2017, 10:34 PMPasted image at 2017-03-30, 3:34 PM▾
rough-minister-58256
03/30/2017, 10:35 PMrough-minister-58256
03/30/2017, 10:35 PMrough-minister-58256
03/30/2017, 10:35 PMI think this is a very high profile use that should be on Friends of Rust page. Maybe contact pants-devel and ask them for a blog post that we can link?
rough-minister-58256
03/30/2017, 10:35 PMacoustic-crowd-90154
03/31/2017, 2:08 PMrough-sundown-61224
03/31/2017, 3:04 PMwitty-crayon-22786
03/31/2017, 8:08 PMfull-kilobyte-93429
03/31/2017, 11:29 PMxsbti/Logger
is from the shaded zinc jar, that was probably compiled by jdk8 and cached. test tries to compile with jdk7
java.lang.UnsupportedClassVersionError: xsbti/Logger : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
full-kilobyte-93429
03/31/2017, 11:30 PM