Project

General

Profile

Actions

Bug #41253

closed

"CMake Error" in test_envlibrados_for_rocksdb.sh

Added by Yuri Weinstein over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
nautilus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
rados
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Run: http://pulpito.ceph.com/yuriw-2019-08-13_15:08:38-rados-wip-yuri2-testing-2019-08-12-1528-nautilus-distro-basic-smithi/
Job: 4213013
Logs: http://qa-proxy.ceph.com/teuthology/yuriw-2019-08-13_15:08:38-rados-wip-yuri2-testing-2019-08-12-1528-nautilus-distro-basic-smithi/4213013/teuthology.log

2019-08-13T16:46:15.415 INFO:tasks.workunit.client.0.smithi181.stderr:+ cd rocksdb
2019-08-13T16:46:15.415 INFO:tasks.workunit.client.0.smithi181.stderr:+ mkdir build
2019-08-13T16:46:15.416 INFO:tasks.workunit.client.0.smithi181.stderr:+ cd build
2019-08-13T16:46:15.417 INFO:tasks.workunit.client.0.smithi181.stderr:+ cmake -DWITH_LIBRADOS=ON -DWITH_SNAPPY=ON -DWITH_GFLAGS=OFF -DFAIL_ON_WARNINGS=OFF ..
2019-08-13T16:46:15.933 INFO:tasks.workunit.client.0.smithi181.stdout:-- The CXX compiler identification is GNU 5.4.0
2019-08-13T16:46:16.002 INFO:tasks.workunit.client.0.smithi181.stdout:-- The C compiler identification is GNU 5.4.0
2019-08-13T16:46:16.005 INFO:tasks.workunit.client.0.smithi181.stdout:-- The ASM compiler identification is GNU
2019-08-13T16:46:16.005 INFO:tasks.workunit.client.0.smithi181.stdout:-- Found assembler: /usr/bin/cc
2019-08-13T16:46:16.010 INFO:tasks.workunit.client.0.smithi181.stdout:-- Check for working CXX compiler: /usr/bin/c++
2019-08-13T16:46:16.110 INFO:tasks.workunit.client.0.smithi181.stdout:-- Check for working CXX compiler: /usr/bin/c++ -- works
2019-08-13T16:46:16.110 INFO:tasks.workunit.client.0.smithi181.stdout:-- Detecting CXX compiler ABI info
2019-08-13T16:46:16.193 INFO:tasks.workunit.client.0.smithi181.stdout:-- Detecting CXX compiler ABI info - done
2019-08-13T16:46:16.193 INFO:tasks.workunit.client.0.smithi181.stdout:-- Detecting CXX compile features
2019-08-13T16:46:16.479 INFO:tasks.workunit.client.0.smithi181.stdout:-- Detecting CXX compile features - done
2019-08-13T16:46:16.481 INFO:tasks.workunit.client.0.smithi181.stdout:-- Check for working C compiler: /usr/bin/cc
2019-08-13T16:46:16.535 INFO:tasks.workunit.client.0.smithi181.stdout:-- Check for working C compiler: /usr/bin/cc -- works
2019-08-13T16:46:16.535 INFO:tasks.workunit.client.0.smithi181.stdout:-- Detecting C compiler ABI info
2019-08-13T16:46:16.587 INFO:tasks.workunit.client.0.smithi181.stdout:-- Detecting C compiler ABI info - done
2019-08-13T16:46:16.592 INFO:tasks.workunit.client.0.smithi181.stdout:-- Detecting C compile features
2019-08-13T16:46:16.745 INFO:tasks.workunit.client.0.smithi181.stdout:-- Detecting C compile features - done
2019-08-13T16:46:16.748 INFO:tasks.workunit.client.0.smithi181.stderr:CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
2019-08-13T16:46:16.749 INFO:tasks.workunit.client.0.smithi181.stderr:  Could NOT find snappy (missing: snappy_LIBRARIES)
2019-08-13T16:46:16.749 INFO:tasks.workunit.client.0.smithi181.stderr:Call Stack (most recent call first):
2019-08-13T16:46:16.749 INFO:tasks.workunit.client.0.smithi181.stderr:  /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
2019-08-13T16:46:16.749 INFO:tasks.workunit.client.0.smithi181.stderr:  cmake/modules/Findsnappy.cmake:17 (find_package_handle_standard_args)
2019-08-13T16:46:16.749 INFO:tasks.workunit.client.0.smithi181.stderr:  CMakeLists.txt:101 (find_package)
2019-08-13T16:46:16.749 INFO:tasks.workunit.client.0.smithi181.stderr:
2019-08-13T16:46:16.750 INFO:tasks.workunit.client.0.smithi181.stderr:
2019-08-13T16:46:16.750 INFO:tasks.workunit.client.0.smithi181.stdout:-- Configuring incomplete, errors occurred!
2019-08-13T16:46:16.750 INFO:tasks.workunit.client.0.smithi181.stdout:See also "/home/ubuntu/cephtest/mnt.0/client.0/tmp/rocksdb/build/CMakeFiles/CMakeOutput.log".
2019-08-13T16:46:16.751 DEBUG:teuthology.orchestra.run:got remote process result: 1
2019-08-13T16:46:16.752 INFO:tasks.workunit:Stopping ['rados/test_envlibrados_for_rocksdb.sh'] on client.0...
2019-08-13T16:46:16.752 INFO:teuthology.orchestra.run.smithi181:Running:
2019-08-13T16:46:16.752 INFO:teuthology.orchestra.run.smithi181:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0
2019-08-13T16:46:16.983 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 86, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 65, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri2-testing-2019-08-12-1528-nautilus/qa/tasks/workunit.py", line 136, in task
    cleanup=cleanup)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri2-testing-2019-08-12-1528-nautilus/qa/tasks/workunit.py", line 286, in _spawn_on_all_clients
    timeout=timeout)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/parallel.py", line 85, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/parallel.py", line 99, in next
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/parallel.py", line 22, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_wip-yuri2-testing-2019-08-12-1528-nautilus/qa/tasks/workunit.py", line 409, in _run_tests
    label="workunit test {workunit}".format(workunit=workunit)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 205, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 437, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 162, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 184, in _raise_for_status
    node=self.hostname, label=self.label
CommandFailedError: Command failed (workunit test rados/test_envlibrados_for_rocksdb.sh) on smithi181 with status 1: 'mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=faf806db5dace30d4806cddced17688be30cf432 TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h 

Related issues 1 (0 open1 closed)

Copied to RADOS - Backport #41341: nautilus: "CMake Error" in test_envlibrados_for_rocksdb.shResolvedNathan CutlerActions
Actions #1

Updated by Neha Ojha over 4 years ago

  • Project changed from Ceph to RADOS
  • Subject changed from "CMake Error" in rados to "CMake Error" in test_envlibrados_for_rocksdb.sh
  • Status changed from New to 12
  • Backport set to nautilus
Actions #2

Updated by Neha Ojha over 4 years ago

  • Status changed from 12 to In Progress
  • Assignee set to Kefu Chai
  • Pull request ID set to 29584
Actions #3

Updated by Kefu Chai over 4 years ago

  • Status changed from In Progress to Fix Under Review
Actions #4

Updated by Kefu Chai over 4 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #5

Updated by Nathan Cutler over 4 years ago

  • Copied to Backport #41341: nautilus: "CMake Error" in test_envlibrados_for_rocksdb.sh added
Actions #6

Updated by Nathan Cutler over 4 years ago

  • Status changed from Pending Backport to Resolved

While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".

Actions

Also available in: Atom PDF