You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are the hardware specifications of the machine (RAM, OS, Disk)?
unsure, this error occurs in travis ci
What did you do?
build my backend service against certain 32bit, and linux based platforms.
What did you expect to see?
Builds to complete
What did you see instead?
Builds fail due to uint overflow
Problem Description
I'm currently unable to build dgraph-io/badger/v2 against 32-bit linux, and arm based platforms, when using badger v2. However the problem does not occur on badger v1.
Error Logs
--> freebsd/arm error: exit status 2
Stderr: # github.com/dgraph-io/badger/v2/table
../../../../pkg/mod/github.com/dgraph-io/badger/v2@v2.0.0/table/table.go:435:19: constant 4294967295 overflows int
--> openbsd/386 error: exit status 2
Stderr: # github.com/dgraph-io/badger/v2/table
../../../../pkg/mod/github.com/dgraph-io/badger/v2@v2.0.0/table/table.go:435:19: constant 4294967295 overflows int
--> linux/386 error: exit status 2
Stderr: # github.com/dgraph-io/badger/v2/table
../../../../pkg/mod/github.com/dgraph-io/badger/v2@v2.0.0/table/table.go:435:19: constant 4294967295 overflows int
--> linux/arm error: exit status 2
Stderr: # github.com/dgraph-io/badger/v2/table
../../../../pkg/mod/github.com/dgraph-io/badger/v2@v2.0.0/table/table.go:435:19: constant 4294967295 overflows int
--> freebsd/386 error: exit status 2
Stderr: # github.com/dgraph-io/badger/v2/table
../../../../pkg/mod/github.com/dgraph-io/badger/v2@v2.0.0/table/table.go:435:19: constant 4294967295 overflows int
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?What version of Badger are you using?
v2.0.0
Does this issue reproduce with the latest master?
yes
What are the hardware specifications of the machine (RAM, OS, Disk)?
unsure, this error occurs in travis ci
What did you do?
build my backend service against certain 32bit, and linux based platforms.
What did you expect to see?
Builds to complete
What did you see instead?
Builds fail due to uint overflow
Problem Description
I'm currently unable to build
dgraph-io/badger/v2
against 32-bit linux, and arm based platforms, when using badger v2. However the problem does not occur on badger v1.Error Logs
The text was updated successfully, but these errors were encountered: