_artifact.py, element.py, buildqueue.py: Don't try to calculate artifact size

The artifact caching codepath was trying to calculate artifact size, in
a way that it is impossible to accurately calculate. Furthermore the
returned size is propagated through some scheduler codepaths and then
simply ignored.

Lets drop this deadcode.
3 files changed