Project

General

Profile

Actions

Bug #6962

closed

libleveldb1 fails to install for cuttlefish testing basic plana test

Added by Alfredo Deza over 10 years ago. Updated over 10 years ago.

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

0%

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

Description

Log file: http://qa-proxy.ceph.com/teuthology/teuthology-2013-12-09_19:01:30-ceph-deploy-cuttlefish-testing-basic-plana/137815/teuthology.log

FATAL: Chef::Exceptions::Package: package[libleveldb1] (ceph-qa::ubuntu line 178) had an error: Chef::Exceptions::Package: libleveldb1 has no candidate in the apt-cache
Actions #1

Updated by Anonymous over 10 years ago

  • Status changed from New to Resolved

There is no leveldb package in the cuttlefish repo. The leveldb shared library is only needed for more recent releases, and the gitbuilder hack that adds the leveldb package was applied after latest cuttlefish build.

It looks like the chef recipe tries to install leveldb whether it's needed or not, so I forced a rebuild of cuttlefish, which will add the package to the repo.

Actions #2

Updated by Alfredo Deza over 10 years ago

  • Status changed from Resolved to 12

It looks like this issue re-appeared.

Log output:

2013-12-11T10:20:32.390 INFO:teuthology.orchestra.run.out:[10.214.133.28]: [2013-12-11T10:20:32-08:00] INFO: Processing package[libleveldb1] action install (ceph-qa::ubuntu line 178)
2013-12-11T10:20:32.439 INFO:teuthology.orchestra.run.out:[10.214.133.28]: 
2013-12-11T10:20:32.439 INFO:teuthology.orchestra.run.out:[10.214.133.28]: ================================================================================
2013-12-11T10:20:32.439 INFO:teuthology.orchestra.run.out:[10.214.133.28]: Error executing action `install` on resource 'package[libleveldb1]'
2013-12-11T10:20:32.439 INFO:teuthology.orchestra.run.out:[10.214.133.28]: ================================================================================
2013-12-11T10:20:32.439 INFO:teuthology.orchestra.run.out:[10.214.133.28]: 
2013-12-11T10:20:32.439 INFO:teuthology.orchestra.run.out:[10.214.133.28]: Chef::Exceptions::Package
2013-12-11T10:20:32.440 INFO:teuthology.orchestra.run.out:[10.214.133.28]: -------------------------
2013-12-11T10:20:32.440 INFO:teuthology.orchestra.run.out:[10.214.133.28]: libleveldb1 has no candidate in the apt-cache
2013-12-11T10:20:32.440 INFO:teuthology.orchestra.run.out:[10.214.133.28]: 
2013-12-11T10:20:32.440 INFO:teuthology.orchestra.run.out:[10.214.133.28]: Resource Declaration:
2013-12-11T10:20:32.440 INFO:teuthology.orchestra.run.out:[10.214.133.28]: ---------------------
2013-12-11T10:20:32.440 INFO:teuthology.orchestra.run.out:[10.214.133.28]: # In /tmp/solo-from-scratch.rLjAJJLgSzwZ/cookbooks/ceph-qa/recipes/ubuntu.rb
2013-12-11T10:20:32.440 INFO:teuthology.orchestra.run.out:[10.214.133.28]: 
2013-12-11T10:20:32.440 INFO:teuthology.orchestra.run.out:[10.214.133.28]: 178:   package 'libleveldb1' do
2013-12-11T10:20:32.440 INFO:teuthology.orchestra.run.out:[10.214.133.28]: 179:     options "--allow-unauthenticated" 
2013-12-11T10:20:32.440 INFO:teuthology.orchestra.run.out:[10.214.133.28]: 180:   end
2013-12-11T10:20:32.440 INFO:teuthology.orchestra.run.out:[10.214.133.28]: 181:
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]: 
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]: Compiled Resource:
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]: ------------------
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]: # Declared in /tmp/solo-from-scratch.rLjAJJLgSzwZ/cookbooks/ceph-qa/recipes/ubuntu.rb:178:in `from_file'
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]: 
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]: package("libleveldb1") do
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]:   action :install
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]:   retries 0
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]:   retry_delay 2
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]:   options "--allow-unauthenticated" 
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]:   package_name "libleveldb1" 
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]:   cookbook_name :"ceph-qa" 
2013-12-11T10:20:32.441 INFO:teuthology.orchestra.run.out:[10.214.133.28]:   recipe_name "ubuntu" 
2013-12-11T10:20:32.442 INFO:teuthology.orchestra.run.out:[10.214.133.28]: end

Log link: http://qa-proxy.ceph.com/teuthology/teuthology-2013-12-10_19:01:44-ceph-deploy-dumpling-testing-basic-plana/139145/teuthology.log

Actions #3

Updated by Anonymous over 10 years ago

I verified that leveldb was in the precise cuttlefish repo. Is this problem still happening ?

Actions #4

Updated by Alfredo Deza over 10 years ago

  • Status changed from 12 to Resolved

This is no longer an issue. Probably a single machine was stuck with this and cause this to come up again. Closing for now.

Actions

Also available in: Atom PDF