Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Int overflow on 32 bits arches #445

Open
eclipseo opened this issue Jul 2, 2019 · 0 comments
Open

Int overflow on 32 bits arches #445

eclipseo opened this issue Jul 2, 2019 · 0 comments

Comments

@eclipseo
Copy link

eclipseo commented Jul 2, 2019

Golang 1.12.6 on i686 and armv7:

Testing    in: /builddir/build/BUILD/goamz-2731d20f46f42449a49b3464271c5fba8da60ed6/_build/src
         PATH: /builddir/build/BUILD/goamz-2731d20f46f42449a49b3464271c5fba8da60ed6/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin
       GOPATH: /builddir/build/BUILD/goamz-2731d20f46f42449a49b3464271c5fba8da60ed6/_build:/usr/share/gocode
  GO111MODULE: off
      command: go test -buildmode pie -compiler gc -ldflags "-X github.com/AdRoll/goamz/version=0 -X github.com/AdRoll/goamz/version.commit=2731d20f46f42449a49b3464271c5fba8da60ed6 -extldflags '-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '"
      testing: github.com/AdRoll/goamz
github.com/AdRoll/goamz/autoscaling
PASS
ok  	github.com/AdRoll/goamz/autoscaling	0.015s
github.com/AdRoll/goamz/aws
OK: 12 passed
PASS
ok  	github.com/AdRoll/goamz/aws	0.516s
github.com/AdRoll/goamz/cloudfront
PASS
ok  	github.com/AdRoll/goamz/cloudfront	0.008s
github.com/AdRoll/goamz/dynamodb
OK: 17 passed, 42 skipped
PASS
ok  	github.com/AdRoll/goamz/dynamodb	0.012s
github.com/AdRoll/goamz/dynamodb/dynamizer
FAIL	github.com/AdRoll/goamz/dynamodb/dynamizer [build failed]
BUILDSTDERR: # github.com/AdRoll/goamz/dynamodb/dynamizer [github.com/AdRoll/goamz/dynamodb/dynamizer.test]
BUILDSTDERR: ./dynamizer_test.go:125:77: constant 18446744073709551615 overflows uint
BUILDSTDERR: ./dynamizer_test.go:143:77: constant 18446744073709551615 overflows uint
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant