Attachment Image using wrong src?

Are you just trying to display the post thumbnail in the homepageFeatured size? if so, try:

echo get_the_post_thumbnail($post->ID, 'homepageFeatured');

In your loop.