Project

General

Profile

Actions

Bug #6584

closed

ERROR: While executing gem...

Added by Anonymous over 10 years ago. Updated over 9 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
Sandon Van Ness
Category:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

On a debian vm, I tried the following command:

wget -q -O- 'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD' | sh
Actions #1

Updated by Anonymous over 10 years ago

The result of the above wget command was:

--2013-10-17 23:20:37--  http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/distro.py;hb=HEAD
Resolving ceph.com... 208.113.241.137
Connecting to ceph.com|208.113.241.137|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/x-python]
Saving to: `distro.py'

    [ <=>                                   ] 75          --.-K/s   in 0s      

2013-10-17 23:20:38 (7.55 MB/s) - `distro.py' saved [75]

Initialized empty Git repository in /tmp/solo-from-scratch.9gxIImzet4Hu/.git/
From http://ceph.com/git/ceph-qa-chef
 * branch            HEAD       -> FETCH_HEAD
ERROR:  While executing gem ... (ArgumentError)
    invalid byte sequence in US-ASCII

I am filing this under teuthology because this problem was seen in a teuthology run.

Actions #2

Updated by Ian Colle over 10 years ago

  • Assignee set to Sandon Van Ness
Actions #3

Updated by Anonymous over 10 years ago

This exists on Centos as well. Use vpm015. Run with the following yaml

roles:
  - [mon.0, mds.0, osd.0, client.0]
tasks:
  - interactive:

targets:
  ubuntu@vpm015.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIzXYlZaXNTOUl30hjNngfOzZH0wvKswWYdL57UxOou9/L66+KJbJvJ2w8R6jPg3+DVhrm7sZKbWZP1Ei7s/obSzx1AXA5BsgzPu3aEIsiVIh6Nm0WSfaLtvhFnbl4A2bIoL+e0/WeBeLAzyWmhmPXbyIDFVRt5YKpvusXD00KkgRTV744TfoKegPjB1vX+x6GqGfDOFwsJJyZa7f70L2vWhChQQ20O2zKqYSIFabgijWo9agbs52BX/FGzHHUEX+1ii9aQF8/cTPp1CNoj1eQUfG7IUJOai58okPPYLTxHURltaE6n6aBRo2qo9Tk3faN1mG3kNlGfqoooSkbhffx

Produces the following output:

INFO:teuthology.task.internal:Running ceph_qa_chef on ubuntu@vpm015.front.sepia.ceph.com
INFO:teuthology.orchestra.run.err:[10.214.138.85]: --2013-10-18 23:07:29--  http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/distro.py;hb=HEAD
INFO:teuthology.orchestra.run.err:[10.214.138.85]: Resolving ceph.com... 208.113.241.137
INFO:teuthology.orchestra.run.err:[10.214.138.85]: Connecting to ceph.com|208.113.241.137|:80... connected.
INFO:teuthology.orchestra.run.err:[10.214.138.85]: HTTP request sent, awaiting response... 200 OK
INFO:teuthology.orchestra.run.err:[10.214.138.85]: Length: unspecified [text/x-python]
INFO:teuthology.orchestra.run.err:[10.214.138.85]: Saving to: `distro.py'
INFO:teuthology.orchestra.run.err:[10.214.138.85]: 
INFO:teuthology.orchestra.run.err:[10.214.138.85]:      0K                                                        7.61M=0s
INFO:teuthology.orchestra.run.err:[10.214.138.85]: 
INFO:teuthology.orchestra.run.err:[10.214.138.85]: 2013-10-18 23:07:29 (7.61 MB/s) - `distro.py' saved [75]
INFO:teuthology.orchestra.run.err:[10.214.138.85]: 
INFO:teuthology.orchestra.run.out:[10.214.138.85]: Initialized empty Git repository in /tmp/solo-from-scratch.3ITPl7WStiVz/.git/
INFO:teuthology.orchestra.run.err:[10.214.138.85]: From http://ceph.com/git/ceph-qa-chef
INFO:teuthology.orchestra.run.err:[10.214.138.85]:  * branch            HEAD       -> FETCH_HEAD
INFO:teuthology.orchestra.run.err:[10.214.138.85]: ERROR:  While executing gem ... (ArgumentError)
INFO:teuthology.orchestra.run.err:[10.214.138.85]:     invalid byte sequence in US-ASCII
ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/wusui/src/teuthology/teuthology/run_tasks.py", line 31, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/wusui/src/teuthology/teuthology/run_tasks.py", line 19, in run_one_task
    return fn(**kwargs)
  File "/home/wusui/src/teuthology/teuthology/task/internal.py", line 525, in vm_setup
    p.spawn(_handle_vm_init, remote)
  File "/home/wusui/src/teuthology/teuthology/parallel.py", line 83, in __exit__
    for result in self:
  File "/home/wusui/src/teuthology/teuthology/parallel.py", line 100, in next
    resurrect_traceback(result)
  File "/home/wusui/src/teuthology/teuthology/parallel.py", line 19, in capture_traceback
    return func(*args, **kwargs)
  File "/home/wusui/src/teuthology/teuthology/task/internal.py", line 532, in _handle_vm_init
    'sh',
  File "/home/wusui/src/teuthology/teuthology/orchestra/remote.py", line 47, in run
    r = self._runner(client=self.ssh, **kwargs)
  File "/home/wusui/src/teuthology/teuthology/orchestra/run.py", line 271, in run
    r.exitstatus = _check_status(r.exitstatus)
  File "/home/wusui/src/teuthology/teuthology/orchestra/run.py", line 267, in _check_status
    raise CommandFailedError(command=r.command, exitstatus=status, node=host)
CommandFailedError: Command failed on 10.214.138.85 with status 1: "wget -q -O- 'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD' | sh" 
INFO:teuthology.run:Summary data:
{failure_reason: 'Command failed on 10.214.138.85 with status 1: "wget -q -O- ''http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD''
    | sh"', owner: wusui@aardvark, success: false}

INFO:teuthology.run:FAIL
Actions #4

Updated by Anonymous over 10 years ago

This exists on Centos as well. Use vpm015. Running with the following yaml

roles:
  - [mon.0, mds.0, osd.0, client.0]
tasks:
  - interactive:

targets:
  ubuntu@vpm015.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIzXYlZaXNTOUl30hjNngfOzZH0wvKswWYdL57UxOou9/L66+KJbJvJ2w8R6jPg3+DVhrm7sZKbWZP1Ei7s/obSzx1AXA5BsgzPu3aEIsiVIh6Nm0WSfaLtvhFnbl4A2bIoL+e0/WeBeLAzyWmhmPXbyIDFVRt5YKpvusXD00KkgRTV744TfoKegPjB1vX+x6GqGfDOFwsJJyZa7f70L2vWhChQQ20O2zKqYSIFabgijWo9agbs52BX/FGzHHUEX+1ii9aQF8/cTPp1CNoj1eQUfG7IUJOai58okPPYLTxHURltaE6n6aBRo2qo9Tk3faN1mG3kNlGfqoooSkbhffx

Produces the following output:

INFO:teuthology.task.internal:Running ceph_qa_chef on ubuntu@vpm015.front.sepia.ceph.com
INFO:teuthology.orchestra.run.err:[10.214.138.85]: --2013-10-18 23:07:29--  http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/distro.py;hb=HEAD
INFO:teuthology.orchestra.run.err:[10.214.138.85]: Resolving ceph.com... 208.113.241.137
INFO:teuthology.orchestra.run.err:[10.214.138.85]: Connecting to ceph.com|208.113.241.137|:80... connected.
INFO:teuthology.orchestra.run.err:[10.214.138.85]: HTTP request sent, awaiting response... 200 OK
INFO:teuthology.orchestra.run.err:[10.214.138.85]: Length: unspecified [text/x-python]
INFO:teuthology.orchestra.run.err:[10.214.138.85]: Saving to: `distro.py'
INFO:teuthology.orchestra.run.err:[10.214.138.85]: 
INFO:teuthology.orchestra.run.err:[10.214.138.85]:      0K                                                        7.61M=0s
INFO:teuthology.orchestra.run.err:[10.214.138.85]: 
INFO:teuthology.orchestra.run.err:[10.214.138.85]: 2013-10-18 23:07:29 (7.61 MB/s) - `distro.py' saved [75]
INFO:teuthology.orchestra.run.err:[10.214.138.85]: 
INFO:teuthology.orchestra.run.out:[10.214.138.85]: Initialized empty Git repository in /tmp/solo-from-scratch.3ITPl7WStiVz/.git/
INFO:teuthology.orchestra.run.err:[10.214.138.85]: From http://ceph.com/git/ceph-qa-chef
INFO:teuthology.orchestra.run.err:[10.214.138.85]:  * branch            HEAD       -> FETCH_HEAD
INFO:teuthology.orchestra.run.err:[10.214.138.85]: ERROR:  While executing gem ... (ArgumentError)
INFO:teuthology.orchestra.run.err:[10.214.138.85]:     invalid byte sequence in US-ASCII
ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/wusui/src/teuthology/teuthology/run_tasks.py", line 31, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/wusui/src/teuthology/teuthology/run_tasks.py", line 19, in run_one_task
    return fn(**kwargs)
  File "/home/wusui/src/teuthology/teuthology/task/internal.py", line 525, in vm_setup
    p.spawn(_handle_vm_init, remote)
  File "/home/wusui/src/teuthology/teuthology/parallel.py", line 83, in __exit__
    for result in self:
  File "/home/wusui/src/teuthology/teuthology/parallel.py", line 100, in next
    resurrect_traceback(result)
  File "/home/wusui/src/teuthology/teuthology/parallel.py", line 19, in capture_traceback
    return func(*args, **kwargs)
  File "/home/wusui/src/teuthology/teuthology/task/internal.py", line 532, in _handle_vm_init
    'sh',
  File "/home/wusui/src/teuthology/teuthology/orchestra/remote.py", line 47, in run
    r = self._runner(client=self.ssh, **kwargs)
  File "/home/wusui/src/teuthology/teuthology/orchestra/run.py", line 271, in run
    r.exitstatus = _check_status(r.exitstatus)
  File "/home/wusui/src/teuthology/teuthology/orchestra/run.py", line 267, in _check_status
    raise CommandFailedError(command=r.command, exitstatus=status, node=host)
CommandFailedError: Command failed on 10.214.138.85 with status 1: "wget -q -O- 'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD' | sh" 
INFO:teuthology.run:Summary data:
{failure_reason: 'Command failed on 10.214.138.85 with status 1: "wget -q -O- ''http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD''
    | sh"', owner: wusui@aardvark, success: false}

INFO:teuthology.run:FAIL
Actions #5

Updated by Sandon Van Ness over 10 years ago

This was an issue on squeeze (not wheezy) which we do not do nightly testing on. It turned out to be an issue with rails needing unicode locale's installed when it used to not (why it suddenly broke as it used to work).

That being said now that we are installing apache packages for rados testing that is not working due to depencies on the squeeze packages:

The following packages have unmet dependencies:
apache2.2-bin : Depends: libc6 (>= 2.14) but 2.11.3-4 is to be installed
Depends: libpcre3 (>= 8.10) but 8.02-1.1 is to be installed
E: Broken packages

I will hit up gary about this tomorrow.

Actions #6

Updated by Sage Weil over 9 years ago

  • Status changed from New to Can't reproduce
Actions

Also available in: Atom PDF