Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686144 - app-portage/genlop-0.30.10-r2 computes times wrongly
Summary: app-portage/genlop-0.30.10-r2 computes times wrongly
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-17 10:39 UTC by peter@prh.myzen.co.uk
Modified: 2023-07-18 22:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (outside the chroot) (emerge.info,6.31 KB, text/plain)
2019-05-17 10:40 UTC, peter@prh.myzen.co.uk
Details
emerge --info (inside the chroot) (emerge.info,6.07 KB, text/plain)
2019-05-17 13:04 UTC, peter@prh.myzen.co.uk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peter@prh.myzen.co.uk 2019-05-17 10:39:06 UTC
I gog these figures this morning:

$ genlop -t rust -f /mnt/clrn/var/log/emerge.log | grep minute
       merge time: 38 minutes and 10 seconds.
       merge time: 32 minutes and 58 seconds.
       merge time: 32 minutes and 47 seconds.
       merge time: 30 minutes and 9 seconds.
       merge time: 40 minutes and 56 seconds.
       merge time: 54 minutes and 58 seconds.
$ genlop -c -f /mnt/clrn/var/log/emerge.log | grep minute
       current merge time: 16 minutes and 25 seconds.
       ETA: 2 minutes and 47 seconds.

Where did genlop get ~19 minutes from? The emerge was running in a chroot jail and my commands were issued from outside it.


Reproducible: Always
Comment 1 peter@prh.myzen.co.uk 2019-05-17 10:40:12 UTC
Created attachment 577038 [details]
emerge --info (outside the chroot)
Comment 2 peter@prh.myzen.co.uk 2019-05-17 10:43:14 UTC
"gog" => "got"
Comment 3 peter@prh.myzen.co.uk 2019-05-17 13:04:32 UTC
Created attachment 577040 [details]
emerge --info (inside the chroot)
Comment 4 peter@prh.myzen.co.uk 2019-06-02 13:45:00 UTC
This may be the same as bug 667534. It could be that genlop included the emerge times for virtual/rust in calculating the average time for dev-lang/rust.