ursabot removed a comment on pull request #7793:
URL: https://github.com/apache/arrow/pull/7793#issuecomment-660406370


   [AMD64 Ubuntu 18.04 C++ Benchmark 
(#120194)](https://ci.ursalabs.org/#builders/73/builds/96) builder failed.
   
   Revision: 008b24cda168481b01f4caf696403e4d7358f191
   
   Archery: `'archery benchmark ...'` step's stderr:
   ```
   Using optional gold linker (version 1.15)
   Configured for RELEASE build (set with cmake 
-DCMAKE_BUILD_TYPE={release,debug,...})
   Building Apache Thrift from source
   CMake Warning at cmake_modules/ThirdpartyToolchain.cmake:158 (find_package):
     No "Findbenchmark.cmake" found in CMAKE_MODULE_PATH.
   Call Stack (most recent call first):
     cmake_modules/ThirdpartyToolchain.cmake:1749 (resolve_dependency)
     CMakeLists.txt:484 (include)
   
   
   CMake Warning (dev) at cmake_modules/ThirdpartyToolchain.cmake:158 
(find_package):
     Findbenchmark.cmake must either be part of this project itself, in this
     case adjust CMAKE_MODULE_PATH so that it points to the correct location
     inside its source tree.
   
     Or it must be installed by a package which has already been found via
     find_package().  In this case make sure that package has indeed been found
     and adjust CMAKE_MODULE_PATH to contain the location where that package has
     installed Findbenchmark.cmake.  This must be a location provided by that
     package.  This error in general means that the buildsystem of this project
     is relying on a Find-module without ensuring that it is actually available.
   
   Call Stack (most recent call first):
     cmake_modules/ThirdpartyToolchain.cmake:1749 (resolve_dependency)
     CMakeLists.txt:484 (include)
   This warning is for project developers.  Use -Wno-dev to suppress it.
   
   Cloning into '/tmp/arrow-archery-uncvlso2/diff/arrow'...
   done.
   fatal: ambiguous argument 'diff': unknown revision or path not in the 
working tree.
   Use '--' to separate paths from revisions, like this:
   'git <command> [<revision>...] -- [<file>...]'
   Traceback (most recent call last):
     File "/usr/local/bin/archery", line 11, in <module>
       load_entry_point('archery', 'console_scripts', 'archery')()
     File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 764, in 
__call__
       return self.main(*args, **kwargs)
     File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 717, in 
main
       rv = self.invoke(ctx)
     File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 1137, in 
invoke
       return _process_result(sub_ctx.command.invoke(sub_ctx))
     File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 1137, in 
invoke
       return _process_result(sub_ctx.command.invoke(sub_ctx))
     File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 956, in 
invoke
       return ctx.invoke(self.callback, **ctx.params)
     File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 555, in 
invoke
       return callback(*args, **kwargs)
     File "/usr/local/lib/python3.6/dist-packages/click/decorators.py", line 
17, in new_func
       return f(get_current_context(), *args, **kwargs)
     File 
"/buildbot/AMD64_Ubuntu_18_04_C___Benchmark/dev/archery/archery/cli.py", line 
569, in benchmark_diff
       benchmark_filter=benchmark_filter)
     File 
"/buildbot/AMD64_Ubuntu_18_04_C___Benchmark/dev/archery/archery/benchmark/runner.py",
 line 83, in from_rev_or_path
       src_rev, _ = src.at_revision(rev_or_path, clone_dir)
     File 
"/buildbot/AMD64_Ubuntu_18_04_C___Benchmark/dev/archery/archery/utils/source.py",
 line 153, in at_revision
       original_revision = git.rev_parse(revision)
     File 
"/buildbot/AMD64_Ubuntu_18_04_C___Benchmark/dev/archery/archery/utils/command.py",
 line 48, in wrapper
       return list_it(strip_it(f(*argv, **kwargs).stdout))
     File 
"/buildbot/AMD64_Ubuntu_18_04_C___Benchmark/dev/archery/archery/utils/git.py", 
line 29, in wrapper
       return fn(self, sub_cmd, *argv, **kwargs)
     File 
"/buildbot/AMD64_Ubuntu_18_04_C___Benchmark/dev/archery/archery/utils/git.py", 
line 78, in rev_parse
       return self.run_cmd(*argv, **kwargs)
     File 
"/buildbot/AMD64_Ubuntu_18_04_C___Benchmark/dev/archery/archery/utils/git.py", 
line 43, in run_cmd
       return self.run(*opts, cmd, *argv, **kwargs)
     File 
"/buildbot/AMD64_Ubuntu_18_04_C___Benchmark/dev/archery/archery/utils/command.py",
 line 74, in run
       return subprocess.run(invocation, **kwargs)
     File "/usr/lib/python3.6/subprocess.py", line 438, in run
       output=stdout, stderr=stderr)
   subprocess.CalledProcessError: Command '['git', 'rev-parse', 'diff']' 
returned non-zero exit status 128.
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to