"RuntimeError: dictionary changed size during iteration" while running syntribos

Bug #1651939 reported by Abhishek Sharma M
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
syntribos
Expired
Undecided
Unassigned

Bug Description

When we run syntribos using the command, "syntribos --config-file images.conf run", with the below images.conf file we get runtime error exception.

[syntribos]
endpoint=http://<ip>/<product>/openstack/image/v2/images
payloads=/root/.syntribos/payloads/remote
#templates=/root/.syntribos/templates
#templates=/root/.syntribos/templates/remote/openstack-templates-master/templates/glance/get_images_all.template

[user]
endpoint=https://<ip>:5000/v3/
username=root
password=<pwd>

[remote]
cache_dir=/root/.syntribos/temp/
templates_uri=https://github.com/rahulunair/openstack-templates/archive/master.tar.gz
#payloads_uri=https://github.com/your_project/payloads.tar
# To disable caching of these remote contents, set the following variable to False
enable_caching=True

[logging]
log_dir=/root/.syntribos/logs

Output:
-------
syntribos --config-file images.conf run
==============================================================================================================================
               Syntribos
                xxxxxxx
           x xxxxxxxxxxxxx x
        x xxxxxxxxxxx x
               xxxxxxxxx
     x xxxxxxx x
                 xxxxx
    x xxx x
                   x
   xxxxxxxxxxxxxxx xxxxxxxxxxxxxxx
    xxxxxxxxxxxxx xxxxxxxxxxxxx
     xxxxxxxxxxx xxxxxxxxxxx
      xxxxxxxxx xxxxxxxxx
        xxxxxx xxxxxx
          xxx xxx
              x x
                   x
      === Automated API Scanning ===
==============================================================================================================================

Running Tests...:

Press Ctrl-C to pause or exit...

Traceback (most recent call last):
  File "/usr/bin/syntribos", line 10, in <module>
    sys.exit(entry_point())
  File "/usr/lib/python2.7/site-packages/syntribos/runner.py", line 413, in entry_point
    Runner.run()
  File "/usr/lib/python2.7/site-packages/syntribos/runner.py", line 228, in run
    CONF.log_opt_values(LOG, logging.DEBUG)
  File "/usr/lib/python2.7/site-packages/oslo_config/cfg.py", line 2585, in log_opt_values
    for group_name in self._groups:
RuntimeError: dictionary changed size during iteration

Revision history for this message
Rahul U Nair (rahulunair) wrote :

Here I could see you have not specified the template file location. Could you please try doing that.

Revision history for this message
Rahul U Nair (rahulunair) wrote :

As there has not been any update on this bug, closing this report. Kindly reopen one if you are still facing issues.

Changed in syntribos:
status: New → Invalid
status: Invalid → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for syntribos because there has been no activity for 60 days.]

Changed in syntribos:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.