https://bugzilla.redhat.com/show_bug.cgi?id=1744388

Elliott Sales de Andrade <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #3 from Elliott Sales de Andrade <[email protected]> ---
This fails to build:

gocloud.dev/pubsub/awssnssqs
--- FAIL: TestOpenTopicFromURL (0.00s)
    awssnssqs_test.go:436:
awssns://arn:aws:service:region:accountid:resourceType/resourcePath: got error
open pubsub.Topic: parse
awssns://arn:aws:service:region:accountid:resourceType/resourcePath: invalid
port ":resourceType" after host, want error false
    awssnssqs_test.go:436:
awssns://arn:aws:service:region:accountid:resourceType/resourcePath?region=us-east-2:
got error open pubsub.Topic: parse
awssns://arn:aws:service:region:accountid:resourceType/resourcePath?region=us-east-2:
invalid port ":resourceType" after host, want error false
FAIL
exit status 1
FAIL    gocloud.dev/pubsub/awssnssqs    0.890s

It looks like it's having issues with Go's new more stringent port parsing. See
upstream report: https://github.com/google/go-cloud/issues/2647 which you
should be able to pull a patch for

-- 
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 -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to