Project

General

Profile

Actions

Bug #7042

closed

teuthology install task is broken

Added by Tamilarasi muthamizhan over 10 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Category:
-
% Done:

0%

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

Description

install task errors out,

INFO:teuthology.task.install:Attempted to install invalid local file
ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/tamil/tam_final/teuthology/teuthology/contextutil.py", line 25, in nested
    vars.append(enter())
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/tamil/tam_final/teuthology/teuthology/task/install.py", line 808, in install
    install_packages(ctx, install_info, config)
  File "/home/tamil/tam_final/teuthology/teuthology/task/install.py", line 528, in install_packages
    ctx, remote, pkgs[system_type], config)
  File "/home/tamil/tam_final/teuthology/teuthology/parallel.py", line 88, in __exit__
    raise
TypeError: coercing to Unicode: need string or buffer, NoneType found
ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/tamil/tam_final/teuthology/teuthology/run_tasks.py", line 33, in run_tasks
    manager.__enter__()
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/tamil/tam_final/teuthology/teuthology/task/install.py", line 1154, in task
    lambda: install(ctx=ctx, config=dict(
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/tamil/tam_final/teuthology/teuthology/contextutil.py", line 25, in nested
    vars.append(enter())
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/home/tamil/tam_final/teuthology/teuthology/task/install.py", line 808, in install
    install_packages(ctx, install_info, config)
  File "/home/tamil/tam_final/teuthology/teuthology/task/install.py", line 528, in install_packages
    ctx, remote, pkgs[system_type], config)
  File "/home/tamil/tam_final/teuthology/teuthology/parallel.py", line 88, in __exit__
    raise
TypeError: coercing to Unicode: need string or buffer, NoneType found

config yaml used is:

roles:
- [mon.a, mon.c, osd.0, osd.1, osd.2, client.0]
- [mon.b, mds.a, osd.3, osd.4, osd.5, client.1]

targets:
  ubuntu@mira057.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+IR8k7Hrnnl7zZUj9Kyb5GrlCodfuyvxkpokRLWZGLbjPOzd3gdszhLCWa0F2FVzl/2upKr9VfMzoVYF5Q3eKn7sQJ1AmDdvHINKM6hYnm2ruKxzLCjK11wdr5Gt/WFQ3g6U5YFjIX19cLVLhrPwj0aM+27cTv+6KZrl56dPwRj7vVnyB7CIUmc1NpbD/LN+Oan+DISnWNvSUrdq0e70owvuZv2uHgWOJstErLD/arxQ97A1AdxLcfi8sAA12Gu3if4t+Aq+6KmZorrxQimni06b7vWr9EC5NDuxcOm5ReGkyy45ED4QK7yVCmzmQFpRX+X1ZLbQq71zcQf7E3EW7
  ubuntu@mira074.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuzTGrQ9CaYud6lfhAXosbRh8/P1xCeTQfxuj5QYWYJf079r2b4IPlhW+rOc2ZfK5HkOatZH0+eV6eMZREYMLZNn8n+S3jQclWpyyoI6U0B0TP65ByYRtI2f+wvab5TGBWXHasGLNQh7zzxadhLWMVQ9AT/7c5oJTEHe1+BRIfvR0dBpK/cCrOlVjwcGUYkZn6s/My216zbVVuENHXa62NJBAlmNEWJsJHRh9IEDB+Cl+PmD+qD5zAWgJr2e2OtOWh+9v8v6YWOyO3KEhg/BKKxmBevkdcKZTcybjARDjU2IMu9nyeOhH1F+8xQQJ7dDRQ5TA7DYH6lKO9iEHD8YFr

tasks:
- chef:
- install:
    branch: next 
- ceph:
- rgw: [client.0]
- workunit:
    clients:
      client.0:
        - rgw/rgw_tests.sh

Actions #1

Updated by Tamilarasi muthamizhan over 10 years ago

  • Assignee changed from Zack Cerza to Anonymous
Actions #2

Updated by Zack Cerza over 10 years ago

Looks like this was the culprit:
https://github.com/ceph/teuthology/pull/160

Actions #3

Updated by Anonymous over 10 years ago

  • Status changed from New to Resolved

Fixed by a change that does not run local handling if the local parameter is not found.

Actions

Also available in: Atom PDF