Current analysis status:

```
$ sqlite3 affected.sqlite3 "SELECT count(package) FROM package_affected where 
affected is not NULL;"
1322
$ sqlite3 affected.sqlite3 "SELECT package FROM package_affected where affected 
= 1;"
cinder-api
cinder-backup
cinder-scheduler
cinder-volume
cloud-init
fglrx-pxpress
python3-cinder
python3-rtslib-fb
```

The script will run probably the whole weekend:

```
$ sqlite3 affected.sqlite3 "SELECT avg(processing_duration) FROM 
package_affected;"
5.08064879165574
$ sqlite3 affected.sqlite3 "SELECT count(package) FROM package_affected where 
affected is NULL;"
71144
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2075337

Title:
  py3clean fails when using alternate character set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/2075337/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to