https://bugzilla.redhat.com/show_bug.cgi?id=1211529 --- Comment #5 from Jan Chaloupka <jchaloup@xxxxxxxxxx> --- So docker-machine actually uses only (515f3ec74ce6a5b31e934cefae997c97bd0a1b1e commit): github.com/MSOpenTech/azure-sdk-for-go github.com/MSOpenTech/azure-sdk-for-go/clients/vmClient clients directory is removed in the latest commit. Tests (go tests) run on 515f3ec74ce6a5b31e934cefae997c97bd0a1b1e are failing because of removed IdleConnKeysForTesting symbol from http.Transport. Looking at the latest golang [1] there is no IdleConnKeysForTesting provided by Transport structure. So we can package it (outdated and likely failing for all other packages) or skip this package and wait until docker-machine starts using version 1.2 or newer. As 515f3ec74ce6a5b31e934cefae997c97bd0a1b1e commit of MSOpenTech does not need github.com/ebfe/rc2, we don't have to package it. And author of tqbf/rc2 (ebfe/rc2 forked it) does not wish it to be packaged as it is not safe. [1] http://golang.org/pkg/net/http/#Transport -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review