Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@stuhood
Created July 30, 2019 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuhood/35e7eb81832fc35eacc6229a2007078e to your computer and use it in GitHub Desktop.
Save stuhood/35e7eb81832fc35eacc6229a2007078e to your computer and use it in GitHub Desktop.
==================== FAILURES ====================
_ ZincCompileIntegration.test_consecutive_compiler_option_sets _
self = <pants_test.backend.jvm.tasks.jvm_compile.zinc.test_zinc_compile_integration.ZincCompileIntegration testMethod=test_consecutive_compiler_option_sets>
def test_consecutive_compiler_option_sets(self):
"""Test that the ordering of args in compiler option sets are respected.
Generating a scalac profile requires two consecutive arguments, '-Yprofile-destination' and its
following argument, the file to write the CSV profile to. We want to be able to allow users to
successfully run scalac with profiling from pants, so we test this case in particular. See the
discussion from https://github.com/pantsbuild/pants/pull/7683.
"""
with temporary_dir() as tmp_dir:
profile_destination = os.path.join(tmp_dir, 'scala_profile.csv')
self.do_command(
'compile',
SHAPELESS_TARGET,
# Flags to enable profiling and statistics on target
config={
'compile.zinc': {
'default_compiler_option_sets': ['profile'],
'compiler_option_sets_enabled_args': {
'profile': [
'-S-Ystatistics',
'-S-Yhot-statistics-enabled',
'-S-Yprofile-enabled',
'-S-Yprofile-destination',
'-S{}'.format(profile_destination),
> '-S-Ycache-plugin-class-loader:last-modified',
],
},
},
})
.pants.d/pyprep/sources/b3ede1817cc89d1396bf8b166b6632c22817e6a5/pants_test/backend/jvm/tasks/jvm_compile/zinc/zinc_compile_integration_base.py:62:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.pants.d/pyprep/sources/b3ede1817cc89d1396bf8b166b6632c22817e6a5/pants_test/pants_run_integration_test.py:626: in do_command
self.assert_success(pants_run)
.pants.d/pyprep/sources/b3ede1817cc89d1396bf8b166b6632c22817e6a5/pants_test/pants_run_integration_test.py:480: in assert_success
self.assert_result(pants_run, PANTS_SUCCEEDED_EXIT_CODE, expected=True, msg=msg)
.pants.d/pyprep/sources/b3ede1817cc89d1396bf8b166b6632c22817e6a5/pants_test/pants_run_integration_test.py:501: in assert_result
assertion(value, pants_run.returncode, error_msg)
E AssertionError: 0 != -7 : /home/travis/build/pantsbuild/pants/pants --no-pantsrc --pants-workdir=/home/travis/build/pantsbuild/pants/.pants.d/tmp/tmp4cggnbsz.pants.d --kill-nailguns --print-exception-stacktrace=True --pants-config-files=/home/travis/build/pantsbuild/pants/.pants.d/tmp/tmp4cggnbsz.pants.d/pants.ini compile testprojects/src/scala/org/pantsbuild/testproject/unicode/shapeless
E returncode: -7
E stdout:
E
E 23:48:54 00:00 [main]
E (To run a reporting server: ./pants server)
E 23:48:55 00:01 [setup]
E 23:48:55 00:01 [parse]
E Executing tasks in goals: bootstrap -> imports -> unpack-jars -> unpack-wheels -> jvm-platform-validate -> deferred-sources -> native-compile -> gen -> resolve -> resources -> compile
E 23:48:56 00:02 [bootstrap]
E 23:48:56 00:02 [substitute-aliased-targets]
E 23:48:56 00:02 [jar-dependency-management]
E 23:48:56 00:02 [bootstrap-jvm-tools]
E 23:48:56 00:02 [provide-tools-jar]
E 23:48:56 00:02 [imports]
E 23:48:56 00:02 [ivy-imports]
E 23:48:56 00:02 [unpack-jars]
E 23:48:56 00:02 [unpack-jars]
E 23:48:56 00:02 [unpack-wheels]
E 23:48:56 00:02 [unpack-wheels]
E 23:48:56 00:02 [jvm-platform-validate]
E 23:48:56 00:02 [jvm-platform-validate]
E Invalidated 1 target.
E 23:48:56 00:02 [deferred-sources]
E 23:48:56 00:02 [deferred-sources]
E 23:48:56 00:02 [native-compile]
E 23:48:56 00:02 [conan-prep]
E 23:48:56 00:02 [conan-fetch]
E 23:48:56 00:02 [c-for-ctypes]
E 23:48:56 00:02 [cpp-for-ctypes]
E 23:48:56 00:02 [gen]
E 23:48:56 00:02 [antlr-java]
E 23:48:56 00:02 [antlr-py]
E 23:48:56 00:02 [jaxb]
E 23:48:56 00:02 [protoc]
E 23:48:56 00:02 [ragel]
E 23:48:56 00:02 [thrift-java]
E 23:48:56 00:02 [thrift-py]
E 23:48:56 00:02 [py-thrift-namespace-clash-check]
E 23:48:56 00:02 [grpcio-prep]
E 23:48:56 00:02 [grpcio-run]
E 23:48:56 00:02 [wire]
E 23:48:56 00:02 [avro-java]
E 23:48:56 00:02 [go-thrift]
E 23:48:56 00:02 [go-protobuf]
E 23:48:56 00:02 [jax-ws]
E 23:48:56 00:02 [scrooge]
E 23:48:56 00:02 [thrifty]
E 23:48:56 00:02 [resolve]
E 23:48:56 00:02 [ivy]
E Invalidated 2 targets.
E 23:48:56 00:02 [ivy-resolve]
E 23:48:57 00:03 [coursier]
E 23:48:57 00:03 [go]
E 23:48:57 00:03 [scala-js-compile]
E 23:48:57 00:03 [scala-js-link]
E 23:48:57 00:03 [node]
E 23:48:57 00:03 [resources]
E 23:48:57 00:03 [prepare]
E 23:48:57 00:03 [services]
E 23:48:57 00:03 [compile]
E 23:48:57 00:03 [node]
E 23:48:57 00:03 [compile-jvm-prep-command]
E 23:48:57 00:03 [jvm_prep_command]
E 23:48:57 00:03 [compile-prep-command]
E 23:48:57 00:03 [compile]
E 23:48:57 00:03 [rsc]
E Invalidated 1 target.
E 23:48:57 00:03 [isolation-mixed-pool-bootstrap]
E [1/1] Compiling 1 mixed source in 1 target (testprojects/src/scala/org/pantsbuild/testproject/unicode/shapeless:shapeless).
E 23:48:57 00:03 [compile]
E
E 23:48:57 00:03 [cache]
E Using cached artifacts for 1 target.
E 23:48:57 00:03 [ivy-resolve]
E 23:48:58 00:04 [cache]
E Using cached artifacts for 1 target.
E 23:48:59 00:05 [cache]
E Using cached artifacts for 1 target.
E 23:48:59 00:05 [cache]
E Using cached artifacts for 1 target.
E 23:48:59 00:05 [ivy-resolve]
E 23:48:59 00:05 [cache]
E Using cached artifacts for 1 target.
E 23:49:00 00:06 [zinc-subsystem]
E
E stderr:
E 23:48:55 [WARN] /home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/option/options.py:460: DeprecationWarning: DEPRECATED: scope compile.zinc will be removed in version 1.20.0.dev0.
E Use scope compile.rsc instead (options: execution_strategy, compiler_option_sets_enabled_args, default_compiler_option_sets, worker_count)
E self._check_and_apply_deprecations(scope, values)
E
E .....
-------------- Captured stdout call --------------
logs/exceptions.8302.log +++
logs/exceptions.8302.log >>> Fatal Python error: Bus error
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36e4ff9700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 489 in _handle_results
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36e57fa700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 441 in _handle_tasks
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36e5ffb700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 432 in _handle_workers
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36e67fc700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 108 in worker
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36e6ffd700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 108 in worker
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36e77fe700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 108 in worker
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36e7fff700 (most recent call first):
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/engine/scheduler.py", line 275 in _run_and_return_roots
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/engine/scheduler.py", line 450 in execute
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/engine/scheduler.py", line 555 in product_request
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/goal/context.py", line 402 in execute_process_synchronously_without_raising
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/goal/context.py", line 413 in execute_process_synchronously_or_raise
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/backend/jvm/subsystems/zinc.py", line 349 in _run_bootstrapper
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/backend/jvm/subsystems/zinc.py", line 376 in compile_compiler_bridge
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/util/memo.py", line 115 in memoize
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/backend/jvm/tasks/jvm_compile/zinc/zinc_compile.py", line 293 in compile
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/backend/jvm/tasks/jvm_compile/jvm_compile.py", line 589 in _compile_vts
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/backend/jvm/tasks/jvm_compile/jvm_compile.py", line 989 in _default_work_for_vts
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/backend/jvm/tasks/jvm_compile/execution_graph.py", line 40 in __call__
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/backend/jvm/tasks/jvm_compile/execution_graph.py", line 272 in worker
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/base/worker_pool.py", line 151 in _do_work
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/base/worker_pool.py", line 83 in do_work
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 44 in mapstar
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 119 in worker
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36f54f9700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 489 in _handle_results
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36f5cfa700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 441 in _handle_tasks
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36f64fb700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 432 in _handle_workers
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36f6cfc700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 108 in worker
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36f74fd700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 108 in worker
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36f77fe700 (most recent call first):
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e371c2c3700 (most recent call first):
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e36f7fff700 (most recent call first):
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/reporting/report.py", line 33 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e371cac4700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 489 in _handle_results
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e371d2c5700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 441 in _handle_tasks
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e371dac6700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 432 in _handle_workers
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e371e2c7700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 108 in worker
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007e371eac8700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 295 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 164 in get
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/multiprocessing/pool.py", line 108 in worker
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 864 in run
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 916 in _bootstrap_inner
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 884 in _bootstrap
logs/exceptions.8302.log >>>
logs/exceptions.8302.log >>> Thread 0x00007fef3dba6700 (most recent call first):
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/threading.py", line 299 in wait
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/queue.py", line 173 in get
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/backend/jvm/tasks/jvm_compile/execution_graph.py", line 294 in execute
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/backend/jvm/tasks/jvm_compile/jvm_compile.py", line 515 in do_compile
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/backend/jvm/tasks/jvm_compile/jvm_compile.py", line 442 in execute
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/engine/round_engine.py", line 45 in attempt
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/engine/round_engine.py", line 229 in attempt
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/engine/legacy_engine.py", line 21 in execute
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/bin/goal_runner.py", line 164 in _execute_engine
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/bin/goal_runner.py", line 176 in _run_goals
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/bin/goal_runner.py", line 205 in run
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/bin/local_pants_runner.py", line 259 in _maybe_run_v1
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/bin/local_pants_runner.py", line 299 in _run
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/bin/local_pants_runner.py", line 231 in run
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/bin/pants_runner.py", line 83 in run
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/bin/pants_exe.py", line 32 in main
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/bin/pants_loader.py", line 67 in load_and_execute
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/bin/pants_loader.py", line 74 in run
logs/exceptions.8302.log >>> File "/home/travis/.pex/code/f3b98b1711291c40c0f047be9d889b4be65e4fcd/pants/bin/pants_loader.py", line 78 in main
logs/exceptions.8302.log >>> File "/home/travis/build/pantsbuild/pants/pants.pex/.bootstrap/pex/pex.py", line 510 in execute_pkg_resources
logs/exceptions.8302.log >>> File "/home/travis/build/pantsbuild/pants/pants.pex/.bootstrap/pex/pex.py", line 495 in execute_entry
logs/exceptions.8302.log >>> File "/home/travis/build/pantsbuild/pants/pants.pex/.bootstrap/pex/pex.py", line 397 in _execute
logs/exceptions.8302.log >>> File "/home/travis/build/pantsbuild/pants/pants.pex/.bootstrap/pex/pex.py", line 315 in _wrap_profiling
logs/exceptions.8302.log >>> File "/home/travis/build/pantsbuild/pants/pants.pex/.bootstrap/pex/pex.py", line 284 in _wrap_coverage
logs/exceptions.8302.log >>> File "/home/travis/build/pantsbuild/pants/pants.pex/.bootstrap/pex/pex.py", line 352 in execute
logs/exceptions.8302.log >>> File "/home/travis/build/pantsbuild/pants/pants.pex/.bootstrap/pex/pex_bootstrapper.py", line 192 in bootstrap_pex
logs/exceptions.8302.log >>> File "/home/travis/build/pantsbuild/pants/pants.pex/__main__.py", line 32 in <module>
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/runpy.py", line 85 in _run_code
logs/exceptions.8302.log >>> File "/opt/pyenv/versions/3.6.7/lib/python3.6/runpy.py", line 193 in _run_module_as_main
logs/exceptions.8302.log ---
logs/exceptions.log +++
logs/exceptions.log ---
- generated xml file: /home/travis/build/pantsbuild/pants/.pants.d/test/pytest/tests.python.pants_test.backend.jvm.tasks.jvm_compile.zinc.zinc_compile_integration/junitxml/TEST-tests.python.pants_test.backend.jvm.tasks.jvm_compile.zinc.zinc_compile_integration.xml -
============ short test summary info =============
FAIL tests/python/pants_test/backend/jvm/tasks/jvm_compile/zinc/test_zinc_compile_integration.py::ZincCompileIntegration::test_consecutive_compiler_option_sets
1 failed, 1 passed in 79.33 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment