Bug 1107632

Summary: TypeError: setup() takes exactly 1 argument (3 given)
Product: [Fedora] Fedora Reporter: Radek Vykydal <rvykydal>
Component: anacondaAssignee: Radek Vykydal <rvykydal>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: anaconda-maint-list, g.kaviyarasu, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:a4189d45d8584d6f28e326a2d2a1dd7cf80c7f7ba500bdd36c63f5a3b2534c15
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-10 11:40:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: ks.cfg
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log none

Description Radek Vykydal 2014-06-10 11:20:50 UTC
Description of problem:
Installing ostree payload with rawhide 20140604.

Version-Release number of selected component:
anaconda-21.39-1

The following was filed automatically by anaconda:
anaconda 21.39-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 220, in doInstall
    rootmnt.format.setup(rootmnt.format.options, chroot=iutil.getTargetPhysicalRoot())
  File "/usr/lib64/python2.7/threading.py", line 766, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run
    threading.Thread.run(self, *args, **kwargs)
TypeError: setup() takes exactly 1 argument (3 given)

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=test/rv/raw20140604/initrd.img root=live:http://10.34.39.2/trees/rv/raw20140604/squashfs.img lang=en_US.UTF-8 keymap=us inst.ks=http://rcm-img06.build.bos.redhat.com/images/install/container-controller.ks ip=10.34.102.101::10.34.102.254:255.255.255.0::em1:none nameserver=10.34.39.2 BOOT_IMAGE=test/rv/raw20140604/vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.15.0-0.rc8.git1.2.fc21.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        rawhide

Comment 1 Radek Vykydal 2014-06-10 11:20:55 UTC
Created attachment 907154 [details]
File: anaconda-tb

Comment 2 Radek Vykydal 2014-06-10 11:20:57 UTC
Created attachment 907155 [details]
File: anaconda.log

Comment 3 Radek Vykydal 2014-06-10 11:20:59 UTC
Created attachment 907156 [details]
File: environ

Comment 4 Radek Vykydal 2014-06-10 11:21:01 UTC
Created attachment 907157 [details]
File: ks.cfg

Comment 5 Radek Vykydal 2014-06-10 11:21:03 UTC
Created attachment 907158 [details]
File: lsblk_output

Comment 6 Radek Vykydal 2014-06-10 11:21:05 UTC
Created attachment 907159 [details]
File: nmcli_dev_list

Comment 7 Radek Vykydal 2014-06-10 11:21:07 UTC
Created attachment 907160 [details]
File: os_info

Comment 8 Radek Vykydal 2014-06-10 11:21:09 UTC
Created attachment 907161 [details]
File: program.log

Comment 9 Radek Vykydal 2014-06-10 11:21:15 UTC
Created attachment 907162 [details]
File: storage.log

Comment 10 Radek Vykydal 2014-06-10 11:21:18 UTC
Created attachment 907163 [details]
File: syslog

Comment 11 Radek Vykydal 2014-06-10 11:21:20 UTC
Created attachment 907164 [details]
File: ifcfg.log

Comment 12 Radek Vykydal 2014-06-10 11:30:18 UTC
Most probably fixed by

commit 6d682319baff79fad351688c45ae06f69c1315c5
Author: Chris Lumens <clumens>
Date:   Thu Jun 5 10:49:36 2014 -0400

    format.setup in blivet takes only kwargs.