retry-autopkgtest-regressions returns a strange list
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-archive-tools |
New
|
Undecided
|
Unassigned |
Bug Description
I'm not sure what filtering --only-unknown does but I'd expect the list without --only-unknown to be longer that the list with that switch. Actually testing further its the combination of --only-unknown and --log-regex that produces strange results.
$ ./retry-
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
$ ./retry-
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
https:/
Trying without --log-regex we have:
$ ./retry- autopkgtest- regressions --blocks zlib | wc -l
27
$ ./retry- autopkgtest- regressions --blocks zlib --only-unknown | wc -l
13
[ 10:50AM 10523 ] [ bdmurray@ impulse: ~/source- trees/ubuntu- archive- tools/ubuntu- archive- tools(main✗ ) ] autopkgtest- regressions --blocks zlib --log-regex "amss.bin" | wc -l impulse: ~/source- trees/ubuntu- archive- tools/ubuntu- archive- tools(main✗ ) ] autopkgtest- regressions --blocks zlib --only-unknown --log-regex "amss.bin" | wc -l
$ ./retry-
13
[ 10:51AM 10524 ] [ bdmurray@
$ ./retry-
13
The list of packages blocking zlib seems to have changed on me but I still think there is something weird going on here.